.1
iso OBJECT-TYPE
  -- FROM	#-1
::= { 1 }

.1.0
std OBJECT-TYPE
  -- FROM	LLDP-MIB, IEEE8021-PAE-MIB, IEEE8021-SECY-MIB, IEEE-802DOT17-RPR-MIB
::= { iso(1) 0 }

.1.0.8802
iso8802 OBJECT-TYPE
  -- FROM	LLDP-MIB, IEEE8021-PAE-MIB, IEEE8021-SECY-MIB, IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) 8802 }

.1.0.8802.1
ieee802dot1 OBJECT-TYPE
  -- FROM	LLDP-MIB, IEEE8021-PAE-MIB, IEEE8021-SECY-MIB
::= { iso(1) std(0) iso8802(8802) 1 }

.1.0.8802.1.1
ieee802dot1mibs OBJECT-TYPE
  -- FROM	LLDP-MIB, IEEE8021-PAE-MIB, IEEE8021-SECY-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) 1 }

.1.0.8802.1.1.1
ieee8021paeMIB MODULE-IDENTITY
  -- FROM	IEEE8021-PAE-MIB
  DESCRIPTION	" The Port Access Entity module for managing IEEE
                 802.1X."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) 1 }

.1.0.8802.1.1.1.1
paeMIBObjects OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) 1 }

.1.0.8802.1.1.1.1.1
dot1xPaeSystem OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) 1 }

.1.0.8802.1.1.1.1.1.1
dot1xPaeSystemAuthControl OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative enable/disable state for
         Port Access Control in a System."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) 1 }

.1.0.8802.1.1.1.1.1.2
dot1xPaePortTable OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of system level information for each port
        supported by the Port Access Entity.  An entry appears
        in this table for each port of this system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) 2 }

.1.0.8802.1.1.1.1.1.2.1
dot1xPaePortEntry OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1xPaePortNumber }
  DESCRIPTION	"The Port number, protocol version, and
        initialization control for a Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2) 1 }

.1.0.8802.1.1.1.1.1.2.1.1
dot1xPaePortNumber OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Port number associated with this Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2) dot1xPaePortEntry(1) 1 }

.1.0.8802.1.1.1.1.1.2.1.2
dot1xPaePortProtocolVersion OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The protocol version associated with this Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2) dot1xPaePortEntry(1) 2 }

.1.0.8802.1.1.1.1.1.2.1.3
dot1xPaePortCapabilities OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	BITS {dot1xPaePortAuthCapable(0), dot1xPaePortSuppCapable(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the PAE functionality that this Port
        supports and that may be managed through this MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2) dot1xPaePortEntry(1) 3 }

.1.0.8802.1.1.1.1.1.2.1.4
dot1xPaePortInitialize OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The initialization control for this Port. Setting this
        attribute TRUE causes the Port to be initialized.
        The attribute value reverts to FALSE once initialization
        has completed."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2) dot1xPaePortEntry(1) 4 }

.1.0.8802.1.1.1.1.1.2.1.5
dot1xPaePortReauthenticate OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The reauthentication control for this port. Setting
        this attribute TRUE causes the Authenticator PAE state
        machine for the Port to reauthenticate the Supplicant.
        Setting this attribute FALSE has no effect.
        This attribute always returns FALSE when it is read."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2) dot1xPaePortEntry(1) 5 }

.1.0.8802.1.1.1.1.2
dot1xPaeAuthenticator OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) 2 }

.1.0.8802.1.1.1.1.2.1
dot1xAuthConfigTable OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the configuration objects for the
        Authenticator PAE associated with each port.
        An entry appears in this table for each port that may
        authenticate access to itself."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) 1 }

.1.0.8802.1.1.1.1.2.1.1
dot1xAuthConfigEntry OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1xPaePortNumber }
  DESCRIPTION	"The configuration information for an Authenticator
        PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) 1 }

.1.0.8802.1.1.1.1.2.1.1.1
dot1xAuthPaeState OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	INTEGER {initialize(1), disconnected(2), connecting(3), authenticating(4), authenticated(5), aborting(6), held(7), forceAuth(8), forceUnauth(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current value of the Authenticator PAE state
        machine."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 1 }

.1.0.8802.1.1.1.1.2.1.1.2
dot1xAuthBackendAuthState OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	INTEGER {request(1), response(2), success(3), fail(4), timeout(5), idle(6), initialize(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state of the Backend Authentication
        state machine."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 2 }

.1.0.8802.1.1.1.1.2.1.1.3
dot1xAuthAdminControlledDirections OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION PaeControlledDirections
  SYNTAX	INTEGER {both(0), in(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current value of the administrative controlled
        directions parameter for the Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 3 }

.1.0.8802.1.1.1.1.2.1.1.4
dot1xAuthOperControlledDirections OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION PaeControlledDirections
  SYNTAX	INTEGER {both(0), in(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current value of the operational controlled
        directions parameter for the Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 4 }

.1.0.8802.1.1.1.1.2.1.1.5
dot1xAuthAuthControlledPortStatus OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION PaeControlledPortStatus
  SYNTAX	INTEGER {authorized(1), unauthorized(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current value of the controlled Port
        status parameter for the Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 5 }

.1.0.8802.1.1.1.1.2.1.1.6
dot1xAuthAuthControlledPortControl OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION PaeControlledPortControl
  SYNTAX	INTEGER {forceUnauthorized(1), auto(2), forceAuthorized(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current value of the controlled Port
        control parameter for the Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 6 }

.1.0.8802.1.1.1.1.2.1.1.7
dot1xAuthQuietPeriod OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the quietPeriod constant
        currently in use by the Authenticator PAE state
        machine."
  DEFVAL	{ 60 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 7 }

.1.0.8802.1.1.1.1.2.1.1.8
dot1xAuthTxPeriod OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the txPeriod constant
        currently in use by the Authenticator PAE state
        machine."
  DEFVAL	{ 30 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 8 }

.1.0.8802.1.1.1.1.2.1.1.9
dot1xAuthSuppTimeout OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the suppTimeout constant
        currently in use by the Backend Authentication state
        machine."
  DEFVAL	{ 30 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 9 }

.1.0.8802.1.1.1.1.2.1.1.10
dot1xAuthServerTimeout OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the serverTimeout constant
        currently in use by the Backend Authentication state
        machine."
  DEFVAL	{ 30 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 10 }

.1.0.8802.1.1.1.1.2.1.1.11
dot1xAuthMaxReq OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the maxReq constant currently in use by
        the Backend Authentication state machine."
  DEFVAL	{ 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 11 }

.1.0.8802.1.1.1.1.2.1.1.12
dot1xAuthReAuthPeriod OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the reAuthPeriod constant
        currently in use by the Reauthentication Timer state
        machine."
  DEFVAL	{ 3600 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 12 }

.1.0.8802.1.1.1.1.2.1.1.13
dot1xAuthReAuthEnabled OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable/disable control used by the Reauthentication
        Timer state machine (8.5.5.1)."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 13 }

.1.0.8802.1.1.1.1.2.1.1.14
dot1xAuthKeyTxEnabled OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the keyTransmissionEnabled constant
        currently in use by the Authenticator PAE state
        machine."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1) dot1xAuthConfigEntry(1) 14 }

.1.0.8802.1.1.1.1.2.2
dot1xAuthStatsTable OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the statistics objects for the
         Authenticator PAE associated with each Port.
         An entry appears in this table for each port that may
         authenticate access to itself."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) 2 }

.1.0.8802.1.1.1.1.2.2.1
dot1xAuthStatsEntry OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1xPaePortNumber }
  DESCRIPTION	"The statistics information for an Authenticator PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) 1 }

.1.0.8802.1.1.1.1.2.2.1.1
dot1xAuthEapolFramesRx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid EAPOL frames of any type
        that have been received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 1 }

.1.0.8802.1.1.1.1.2.2.1.2
dot1xAuthEapolFramesTx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL frames of any type
        that have been transmitted by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 2 }

.1.0.8802.1.1.1.1.2.2.1.3
dot1xAuthEapolStartFramesRx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL Start frames that have
        been received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 3 }

.1.0.8802.1.1.1.1.2.2.1.4
dot1xAuthEapolLogoffFramesRx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL Logoff frames that have
        been received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 4 }

.1.0.8802.1.1.1.1.2.2.1.5
dot1xAuthEapolRespIdFramesRx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAP Resp/Id frames that have
        been received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 5 }

.1.0.8802.1.1.1.1.2.2.1.6
dot1xAuthEapolRespFramesRx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid EAP Response frames
        (other than Resp/Id frames) that have been
        received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 6 }

.1.0.8802.1.1.1.1.2.2.1.7
dot1xAuthEapolReqIdFramesTx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAP Req/Id frames that have been
        transmitted by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 7 }

.1.0.8802.1.1.1.1.2.2.1.8
dot1xAuthEapolReqFramesTx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAP Request frames
        (other than Rq/Id frames) that have been
        transmitted by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 8 }

.1.0.8802.1.1.1.1.2.2.1.9
dot1xAuthInvalidEapolFramesRx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL frames that have been
        received by this Authenticator in which the
        frame type is not recognized."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 9 }

.1.0.8802.1.1.1.1.2.2.1.10
dot1xAuthEapLengthErrorFramesRx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL frames that have been received
        by this Authenticator in which the Packet Body
        Length field is invalid."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 10 }

.1.0.8802.1.1.1.1.2.2.1.11
dot1xAuthLastEapolFrameVersion OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The protocol version number carried in the
        most recently received EAPOL frame."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 11 }

.1.0.8802.1.1.1.1.2.2.1.12
dot1xAuthLastEapolFrameSource OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source MAC address carried in the
        most recently received EAPOL frame."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2) dot1xAuthStatsEntry(1) 12 }

.1.0.8802.1.1.1.1.2.4
dot1xAuthSessionStatsTable OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the session statistics objects
        for the Authenticator PAE associated with each Port.
        An entry appears in this table for each port that may
        authenticate access to itself."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) 4 }

.1.0.8802.1.1.1.1.2.4.1
dot1xAuthSessionStatsEntry OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1xPaePortNumber }
  DESCRIPTION	"The session statistics information for an Authenticator
        PAE.  This shows the current values being collected for
        each session that is still in progress, or the final
        values for the last valid session on each port where
        there is no session currently active."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) 1 }

.1.0.8802.1.1.1.1.2.4.1.1
dot1xAuthSessionOctetsRx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets received in user data
        frames on this Port during the session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 1 }

.1.0.8802.1.1.1.1.2.4.1.2
dot1xAuthSessionOctetsTx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted in user data
        frames on this Port during the session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 2 }

.1.0.8802.1.1.1.1.2.4.1.3
dot1xAuthSessionFramesRx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of user data frames received
        on this Port during the session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 3 }

.1.0.8802.1.1.1.1.2.4.1.4
dot1xAuthSessionFramesTx OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of user data frames transmitted
        on this Port during the session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 4 }

.1.0.8802.1.1.1.1.2.4.1.5
dot1xAuthSessionId OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique identifier for the session, in the
        form of a printable ASCII string of at least
        three characters."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 5 }

.1.0.8802.1.1.1.1.2.4.1.6
dot1xAuthSessionAuthenticMethod OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	INTEGER {remoteAuthServer(1), localAuthServer(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication method used to establish the
        session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 6 }

.1.0.8802.1.1.1.1.2.4.1.7
dot1xAuthSessionTime OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The duration of the session in seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 7 }

.1.0.8802.1.1.1.1.2.4.1.8
dot1xAuthSessionTerminateCause OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  SYNTAX	INTEGER {supplicantLogoff(1), portFailure(2), supplicantRestart(3), reauthFailed(4), authControlForceUnauth(5), portReInit(6), portAdminDisabled(7), notTerminatedYet(999)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reason for the session termination."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 8 }

.1.0.8802.1.1.1.1.2.4.1.9
dot1xAuthSessionUserName OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The User-Name representing the identity of the
        Supplicant PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 9 }

.1.0.8802.1.1.1.1.3
dot1xPaeSupplicant OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) paeMIBObjects(1) 3 }

.1.0.8802.1.1.1.2
dot1xPaeConformance OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) 2 }

.1.0.8802.1.1.1.2.1
dot1xPaeGroups OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) dot1xPaeConformance(2) 1 }

.1.0.8802.1.1.1.2.1.1
dot1xPaeSystemGroup OBJECT-GROUP
  -- FROM	IEEE8021-PAE-MIB
  DESCRIPTION	"A collection of objects providing system information
        about, and control over, a PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeGroups(1) 1 }

.1.0.8802.1.1.1.2.1.2
dot1xPaeAuthConfigGroup OBJECT-GROUP
  -- FROM	IEEE8021-PAE-MIB
  DESCRIPTION	"A collection of objects providing configuration
        information about an Authenticator PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeGroups(1) 2 }

.1.0.8802.1.1.1.2.1.3
dot1xPaeAuthStatsGroup OBJECT-GROUP
  -- FROM	IEEE8021-PAE-MIB
  DESCRIPTION	"A collection of objects providing statistics about an
        Authenticator PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeGroups(1) 3 }

.1.0.8802.1.1.1.2.1.5
dot1xPaeAuthSessionStatsGroup OBJECT-GROUP
  -- FROM	IEEE8021-PAE-MIB
  DESCRIPTION	"A collection of objects providing statistics about the
        current, or last session for an Authenticator PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeGroups(1) 5 }

.1.0.8802.1.1.1.2.2
dot1xPaeCompliances OBJECT-TYPE
  -- FROM	IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) dot1xPaeConformance(2) 2 }

.1.0.8802.1.1.1.2.2.1
dot1xPaeCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-PAE-MIB
  DESCRIPTION	"The compliance statement for device support of
        Port Access Control."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeCompliances(2) 1 }

.1.0.8802.1.1.2
lldpMIB MODULE-IDENTITY
  -- FROM	LLDP-MIB
  DESCRIPTION	"Management Information Base module for LLDP configuration,
            statistics, local system data and remote systems data
            components.

            Copyright (C) IEEE (2005).  This version of this MIB module
            is published as subclause 12.1 of IEEE Std 802.1AB-2005;
            see the standard itself for full legal notices."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) 2 }

.1.0.8802.1.1.2.0
lldpNotifications OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) 0 }

.1.0.8802.1.1.2.0.0
lldpNotificationPrefix OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpNotifications(0) 0 }

.1.0.8802.1.1.2.0.0.1
lldpRemTablesChange NOTIFICATION-TYPE
  -- FROM	LLDP-MIB
  OBJECTS	{ lldpStatsRemTablesInserts, lldpStatsRemTablesDeletes, lldpStatsRemTablesDrops, lldpStatsRemTablesAgeouts }
  DESCRIPTION	"A lldpRemTablesChange notification is sent when the value
            of lldpStatsRemTableLastChangeTime changes.  It can be
            utilized by an NMS to trigger LLDP remote systems table
            maintenance polls.

            Note that transmission of lldpRemTablesChange
            notifications are throttled by the agent, as specified by the
            'lldpNotificationInterval' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpNotifications(0) lldpNotificationPrefix(0) 1 }

.1.0.8802.1.1.2.1
lldpObjects OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) 1 }

.1.0.8802.1.1.2.1.1
lldpConfiguration OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) 1 }

.1.0.8802.1.1.2.1.1.1
lldpMessageTxInterval OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32 (5..32768) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval at which LLDP frames are transmitted on
            behalf of this LLDP agent.

            The default value for lldpMessageTxInterval object is
            30 seconds.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 30 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) 1 }

.1.0.8802.1.1.2.1.1.2
lldpMessageTxHoldMultiplier OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32 (2..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time-to-live value expressed as a multiple of the
            lldpMessageTxInterval object.  The actual time-to-live value
            used in LLDP frames, transmitted on behalf of this LLDP agent,
            can be expressed by the following formula: TTL = min(65535,
            (lldpMessageTxInterval * lldpMessageTxHoldMultiplier)) For
            example, if the value of lldpMessageTxInterval is '30', and
            the value of lldpMessageTxHoldMultiplier is '4', then the
            value '120' is encoded in the TTL field in the LLDP header.

            The default value for lldpMessageTxHoldMultiplier object is 4.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 4 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) 2 }

.1.0.8802.1.1.2.1.1.3
lldpReinitDelay OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32 (1..10) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpReinitDelay indicates the delay (in units of
            seconds) from when lldpPortConfigAdminStatus object of a
            particular port becomes 'disabled' until re-initialization
            will be attempted.

            The default value for lldpReintDelay object is two seconds.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) 3 }

.1.0.8802.1.1.2.1.1.4
lldpTxDelay OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32 (1..8192) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpTxDelay indicates the delay (in units
            of seconds) between successive LLDP frame transmissions
            initiated by value/status changes in the LLDP local systems
            MIB.  The recommended value for the lldpTxDelay is set by the
            following  formula:

               1 <= lldpTxDelay <= (0.25 * lldpMessageTxInterval)

            The default value for lldpTxDelay object is two seconds.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) 4 }

.1.0.8802.1.1.2.1.1.5
lldpNotificationInterval OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32 (5..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the transmission of LLDP notifications.

            the agent must not generate more than one lldpRemTablesChange
            notification-event in the indicated period, where a
            'notification-event' is the transmission of a single
            notification PDU type to a list of notification destinations.
            If additional changes in lldpRemoteSystemsData object
            groups occur within the indicated throttling period,
            then these trap- events must be suppressed by the
            agent. An NMS should periodically check the value of
            lldpStatsRemTableLastChangeTime to detect any missed
            lldpRemTablesChange notification-events, e.g. due to
            throttling or transmission loss.

            If notification transmission is enabled for particular ports,
            the suggested default throttling period is 5 seconds.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 5 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) 5 }

.1.0.8802.1.1.2.1.1.6
lldpPortConfigTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls LLDP frame transmission on individual
            ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) 6 }

.1.0.8802.1.1.2.1.1.6.1
lldpPortConfigEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpPortConfigPortNum }
  DESCRIPTION	"LLDP configuration information for a particular port.
            This configuration parameter controls the transmission and
            the reception of LLDP frames on those ports whose rows are
            created in this table."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) 1 }

.1.0.8802.1.1.2.1.1.6.1.1
lldpPortConfigPortNum OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortNumber
  SYNTAX	Integer32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the port component
            (contained in the local chassis with the LLDP agent)
            associated with this entry.

            The value of this object is used as a port index to the
            lldpPortConfigTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) lldpPortConfigEntry(1) 1 }

.1.0.8802.1.1.2.1.1.6.1.2
lldpPortConfigAdminStatus OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	INTEGER {txOnly(1), rxOnly(2), txAndRx(3), disabled(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administratively desired status of the local LLDP agent.

            If the associated lldpPortConfigAdminStatus object has a
            value of 'txOnly(1)', then LLDP agent will transmit LLDP
            frames on this port and it will not store any information
            about the remote systems connected.

            If the associated lldpPortConfigAdminStatus object has a
            value of 'rxOnly(2)', then the LLDP agent will receive,
            but it will not transmit LLDP frames on this port.

            If the associated lldpPortConfigAdminStatus object has a
            value of 'txAndRx(3)', then the LLDP agent will transmit
            and receive LLDP frames on this port.

            If the associated lldpPortConfigAdminStatus object has a
            value of 'disabled(4)', then LLDP agent will not transmit or
            receive LLDP frames on this port.  If there is remote systems
            information which is received on this port and stored in
            other tables, before the port's lldpPortConfigAdminStatus
            becomes disabled, then the information will naturally age out."
  DEFVAL	{ txAndRx }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) lldpPortConfigEntry(1) 2 }

.1.0.8802.1.1.2.1.1.6.1.3
lldpPortConfigNotificationEnable OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpPortConfigNotificationEnable controls, on a per
            port basis,  whether or not notifications from the agent
            are enabled. The value true(1) means that notifications are
            enabled; the value false(2) means that they are not."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) lldpPortConfigEntry(1) 3 }

.1.0.8802.1.1.2.1.1.6.1.4
lldpPortConfigTLVsTxEnable OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	BITS {portDesc(0), sysName(1), sysDesc(2), sysCap(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpPortConfigTLVsTxEnable, defined as a bitmap,
            includes the basic set of LLDP TLVs whose transmission is
            allowed on the local LLDP agent by the network management.
            Each bit in the bitmap corresponds to a TLV type associated
            with a specific optional TLV.

            It should be noted that the organizationally-specific TLVs
            are excluded from the lldpTLVsTxEnable bitmap.

            LLDP Organization Specific Information Extension MIBs should
            have similar configuration object to control transmission
            of their organizationally defined TLVs.

            The bit 'portDesc(0)' indicates that LLDP agent should
            transmit 'Port Description TLV'.

            The bit 'sysName(1)' indicates that LLDP agent should transmit
            'System Name TLV'.

            The bit 'sysDesc(2)' indicates that LLDP agent should transmit
            'System Description TLV'.

            The bit 'sysCap(3)' indicates that LLDP agent should transmit
            'System Capabilities TLV'.

            There is no bit reserved for the management address TLV type
            since transmission of management address TLVs are controlled
            by another object, lldpConfigManAddrTable.

            The default value for lldpPortConfigTLVsTxEnable object is
            empty set, which means no enumerated values are set.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ { } }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) lldpPortConfigEntry(1) 4 }

.1.0.8802.1.1.2.1.1.7
lldpConfigManAddrTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls selection of LLDP management address
            TLV instances to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) 7 }

.1.0.8802.1.1.2.1.1.7.1
lldpConfigManAddrEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpLocManAddrEntry }
  DESCRIPTION	"LLDP configuration information that specifies the set
            of ports (represented as a PortList) on which the local
            system management address instance will be transmitted.

            This configuration object augments the lldpLocManAddrEntry,
            therefore it is only present along with the management
            address instance contained in the associated
            lldpLocManAddrEntry entry.

            Each active lldpConfigManAddrEntry must be restored from
            non-volatile and re-created (along with the corresponding
            lldpLocManAddrEntry) after a re-initialization of the
            management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) lldpConfigManAddrTable(7) 1 }

.1.0.8802.1.1.2.1.1.7.1.1
lldpConfigManAddrPortsTxEnable OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortList
  SYNTAX	OCTET STRING (0..512) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A set of ports that are identified by a PortList, in which
            each port is represented as a bit.  The corresponding local
            system management address instance will be transmitted on the
            member ports of the lldpManAddrPortsTxEnable.

            The default value for lldpConfigManAddrPortsTxEnable object
            is empty binary string, which means no ports are specified
            for advertising indicated management address instance."
  DEFVAL	{ 0 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpConfiguration(1) lldpConfigManAddrTable(7) lldpConfigManAddrEntry(1) 1 }

.1.0.8802.1.1.2.1.2
lldpStatistics OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) 2 }

.1.0.8802.1.1.2.1.2.1
lldpStatsRemTablesLastChangeTime OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime object (defined in IETF RFC 3418)
            at the time an entry is created, modified, or deleted in the
            in tables associated with the lldpRemoteSystemsData objects
            and all LLDP extension objects associated with remote systems.

            An NMS can use this object to reduce polling of the
            lldpRemoteSystemsData objects."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) 1 }

.1.0.8802.1.1.2.1.2.2
lldpStatsRemTablesInserts OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the complete set of information
            advertised by a particular MSAP has been inserted into tables
            contained in lldpRemoteSystemsData and lldpExtensions objects.

            The complete set of information received from a particular
            MSAP should be inserted into related tables.  If partial
            information cannot be inserted for a reason such as lack
            of resources, all of the complete set of information should
            be removed.

            This counter should be incremented only once after the
            complete set of information is successfully recorded
            in all related tables.  Any failures during inserting
            information set which result in deletion of previously
            inserted information should not trigger any changes in
            lldpStatsRemTablesInserts since the insert is not completed
            yet or or in lldpStatsRemTablesDeletes, since the deletion
            would only be a partial deletion. If the failure was the
            result of lack of resources, the lldpStatsRemTablesDrops
            counter should be incremented once."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) 2 }

.1.0.8802.1.1.2.1.2.3
lldpStatsRemTablesDeletes OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the complete set of information
            advertised by a particular MSAP has been deleted from
            tables contained in lldpRemoteSystemsData and lldpExtensions
            objects.

            This counter should be incremented only once when the
            complete set of information is completely deleted from all
            related tables.  Partial deletions, such as deletion of
            rows associated with a particular MSAP from some tables,
            but not from all tables are not allowed, thus should not
            change the value of this counter."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) 3 }

.1.0.8802.1.1.2.1.2.4
lldpStatsRemTablesDrops OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the complete set of information
            advertised by a particular MSAP could not be entered into
            tables contained in lldpRemoteSystemsData and lldpExtensions
            objects because of insufficient resources."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) 4 }

.1.0.8802.1.1.2.1.2.5
lldpStatsRemTablesAgeouts OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the complete set of information
            advertised by a particular MSAP has been deleted from tables
            contained in lldpRemoteSystemsData and lldpExtensions objects
            because the information timeliness interval has expired.

            This counter should be incremented only once when the complete
            set of information is completely invalidated (aged out)
            from all related tables.  Partial aging, similar to deletion
            case, is not allowed, and thus, should not change the value
            of this counter."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) 5 }

.1.0.8802.1.1.2.1.2.6
lldpStatsTxPortTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing LLDP transmission statistics for
            individual ports.  Entries are not required to exist in
            this table while the lldpPortConfigEntry object is equal to
            'disabled(4)'."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) 6 }

.1.0.8802.1.1.2.1.2.6.1
lldpStatsTxPortEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpStatsTxPortNum }
  DESCRIPTION	"LLDP frame transmission statistics for a particular port.
             The port must be contained in the same chassis as the
             LLDP agent.

             All counter values in a particular entry shall be
             maintained on a continuing basis and shall not be deleted
             upon expiration of rxInfoTTL timing counters in the LLDP
             remote systems MIB of the receipt of a shutdown frame from
             a remote LLDP agent.

             All statistical counters associated with a particular
             port on the local LLDP agent become frozen whenever the
             adminStatus is disabled for the same port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsTxPortTable(6) 1 }

.1.0.8802.1.1.2.1.2.6.1.1
lldpStatsTxPortNum OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortNumber
  SYNTAX	Integer32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the port component
            (contained in the local chassis with the LLDP agent)
            associated with this entry.

            The value of this object is used as a port index to the
            lldpStatsTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsTxPortTable(6) lldpStatsTxPortEntry(1) 1 }

.1.0.8802.1.1.2.1.2.6.1.2
lldpStatsTxPortFramesTotal OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LLDP frames transmitted by this LLDP agent
            on the indicated port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsTxPortTable(6) lldpStatsTxPortEntry(1) 2 }

.1.0.8802.1.1.2.1.2.7
lldpStatsRxPortTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing LLDP reception statistics for individual
            ports.  Entries are not required to exist in this table while
            the lldpPortConfigEntry object is equal to 'disabled(4)'."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) 7 }

.1.0.8802.1.1.2.1.2.7.1
lldpStatsRxPortEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpStatsRxPortNum }
  DESCRIPTION	"LLDP frame reception statistics for a particular port.
             The port must be contained in the same chassis as the
             LLDP agent.

             All counter values in a particular entry shall be
             maintained on a continuing basis and shall not be deleted
             upon expiration of rxInfoTTL timing counters in the LLDP
             remote systems MIB of the receipt of a shutdown frame from
             a remote LLDP agent.

             All statistical counters associated with a particular
             port on the local LLDP agent become frozen whenever the
             adminStatus is disabled for the same port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) 1 }

.1.0.8802.1.1.2.1.2.7.1.1
lldpStatsRxPortNum OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortNumber
  SYNTAX	Integer32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the port component
            (contained in the local chassis with the LLDP agent)
            associated with this entry.

            The value of this object is used as a port index to the
            lldpStatsTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1) 1 }

.1.0.8802.1.1.2.1.2.7.1.2
lldpStatsRxPortFramesDiscardedTotal OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LLDP frames received by this LLDP agent on
            the indicated port, and then discarded for any reason.
            This counter can provide an indication that LLDP header
            formating problems may exist with the local LLDP agent in
            the sending system or that LLDPDU validation problems may
            exist with the local LLDP agent in the receiving system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1) 2 }

.1.0.8802.1.1.2.1.2.7.1.3
lldpStatsRxPortFramesErrors OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of invalid LLDP frames received by this LLDP
            agent on the indicated port, while this LLDP agent is enabled."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1) 3 }

.1.0.8802.1.1.2.1.2.7.1.4
lldpStatsRxPortFramesTotal OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid LLDP frames received by this LLDP agent
            on the indicated port, while this LLDP agent is enabled."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1) 4 }

.1.0.8802.1.1.2.1.2.7.1.5
lldpStatsRxPortTLVsDiscardedTotal OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LLDP TLVs discarded for any reason by this LLDP
            agent on the indicated port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1) 5 }

.1.0.8802.1.1.2.1.2.7.1.6
lldpStatsRxPortTLVsUnrecognizedTotal OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LLDP TLVs received on the given port that
            are not recognized by this LLDP agent on the indicated port.

            An unrecognized TLV is referred to as the TLV whose type value
            is in the range of reserved TLV types (000 1001 - 111 1110)
            in Table 9.1 of IEEE Std 802.1AB-2005.  An unrecognized
            TLV may be a basic management TLV from a later LLDP version."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1) 6 }

.1.0.8802.1.1.2.1.2.7.1.7
lldpStatsRxPortAgeoutsTotal OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter that represents the number of age-outs that
            occurred on a given port.  An age-out is the number of
            times the complete set of information advertised by a
            particular MSAP has been deleted from tables contained in
            lldpRemoteSystemsData and lldpExtensions objects because
            the information timeliness interval has expired.

            This counter is similar to lldpStatsRemTablesAgeouts, except
            that the counter is on a per port basis.  This enables NMS to
            poll tables associated with the lldpRemoteSystemsData objects
            and all LLDP extension objects associated with remote systems
            on the indicated port only.

            This counter should be set to zero during agent initialization
            and its value should not be saved in non-volatile storage.
            When a port's admin status changes from 'disabled' to
            'rxOnly', 'txOnly' or 'txAndRx', the counter associated with
            the same port should reset to 0.  The agent should also flush
            all remote system information associated with the same port.

            This counter should be incremented only once when the
            complete set of information is invalidated (aged out) from
            all related tables on a particular port.  Partial aging
            is not allowed, and thus, should not change the value of
            this counter."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1) 7 }

.1.0.8802.1.1.2.1.3
lldpLocalSystemData OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) 3 }

.1.0.8802.1.1.2.1.3.1
lldpLocChassisIdSubtype OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpChassisIdSubtype
  SYNTAX	INTEGER {chassisComponent(1), interfaceAlias(2), portComponent(3), macAddress(4), networkAddress(5), interfaceName(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of encoding used to identify the chassis
            associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) 1 }

.1.0.8802.1.1.2.1.3.2
lldpLocChassisId OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpChassisId
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the chassis component
            associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) 2 }

.1.0.8802.1.1.2.1.3.3
lldpLocSysName OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the system name of the
            local system.  If the local agent supports IETF RFC 3418,
            lldpLocSysName object should have the same value of sysName
            object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) 3 }

.1.0.8802.1.1.2.1.3.4
lldpLocSysDesc OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the system description
            of the local system.  If the local agent supports IETF RFC 3418,
            lldpLocSysDesc object should have the same value of sysDesc
            object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) 4 }

.1.0.8802.1.1.2.1.3.5
lldpLocSysCapSupported OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpSystemCapabilitiesMap
  SYNTAX	BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4), telephone(5), docsisCableDevice(6), stationOnly(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value used to identify which system capabilities
            are supported on the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) 5 }

.1.0.8802.1.1.2.1.3.6
lldpLocSysCapEnabled OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpSystemCapabilitiesMap
  SYNTAX	BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4), telephone(5), docsisCableDevice(6), stationOnly(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value used to identify which system capabilities
            are enabled on the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) 6 }

.1.0.8802.1.1.2.1.3.7
lldpLocPortTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per port information
            associated with the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) 7 }

.1.0.8802.1.1.2.1.3.7.1
lldpLocPortEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum }
  DESCRIPTION	"Information about a particular port component.

            Entries may be created and deleted in this table by the
            agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) 1 }

.1.0.8802.1.1.2.1.3.7.1.1
lldpLocPortNum OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortNumber
  SYNTAX	Integer32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the port component
            (contained in the local chassis with the LLDP agent)
            associated with this entry.

            The value of this object is used as a port index to the
            lldpLocPortTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) lldpLocPortEntry(1) 1 }

.1.0.8802.1.1.2.1.3.7.1.2
lldpLocPortIdSubtype OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortIdSubtype
  SYNTAX	INTEGER {interfaceAlias(1), portComponent(2), macAddress(3), networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of port identifier encoding used in the associated
            'lldpLocPortId' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) lldpLocPortEntry(1) 2 }

.1.0.8802.1.1.2.1.3.7.1.3
lldpLocPortId OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortId
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the port component
            associated with a given port in the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) lldpLocPortEntry(1) 3 }

.1.0.8802.1.1.2.1.3.7.1.4
lldpLocPortDesc OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the IEEE 802 LAN station's port
            description associated with the local system.  If the local
            agent supports IETF RFC 2863, lldpLocPortDesc object should
            have the same value of ifDescr object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) lldpLocPortEntry(1) 4 }

.1.0.8802.1.1.2.1.3.8
lldpLocManAddrTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains management address information on the
            local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) 8 }

.1.0.8802.1.1.2.1.3.8.1
lldpLocManAddrEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocManAddrSubtype, lldpLocManAddr }
  DESCRIPTION	"Management address information about a particular chassis
            component.  There may be multiple management addresses
            configured on the system identified by a particular
            lldpLocChassisId.  Each management address should have
            distinct 'management address type' (lldpLocManAddrSubtype) and
            'management address' (lldpLocManAddr.)

            Entries may be created and deleted in this table by the
            agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) 1 }

.1.0.8802.1.1.2.1.3.8.1.1
lldpLocManAddrSubtype OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION AddressFamilyNumbers
  SYNTAX	INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5), all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12), decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17), asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21), fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of management address identifier encoding used in
            the associated 'lldpLocManagmentAddr' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1) 1 }

.1.0.8802.1.1.2.1.3.8.1.2
lldpLocManAddr OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpManAddress
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The string value used to identify the management address
            component associated with the local system.  The purpose of
            this address is to contact the management entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1) 2 }

.1.0.8802.1.1.2.1.3.8.1.3
lldpLocManAddrLen OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total length of the management address subtype and the
            management address fields in LLDPDUs transmitted by the
            local LLDP agent.

            The management address length field is needed so that the
            receiving systems that do not implement SNMP will not be
            required to implement an iana family numbers/address length
            equivalency table in order to decode the management adress."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1) 3 }

.1.0.8802.1.1.2.1.3.8.1.4
lldpLocManAddrIfSubtype OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpManAddrIfSubtype
  SYNTAX	INTEGER {unknown(1), ifIndex(2), systemPortNumber(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The enumeration value that identifies the interface numbering
            method used for defining the interface number, associated
            with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1) 4 }

.1.0.8802.1.1.2.1.3.8.1.5
lldpLocManAddrIfId OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value used to identify the interface number
            regarding the management address component associated with
            the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1) 5 }

.1.0.8802.1.1.2.1.3.8.1.6
lldpLocManAddrOID OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OID value used to identify the type of hardware component
            or protocol entity associated with the management address
            advertised by the local system agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1) 6 }

.1.0.8802.1.1.2.1.4
lldpRemoteSystemsData OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) 4 }

.1.0.8802.1.1.2.1.4.1
lldpRemTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per physical network
            connection known to this agent.  The agent may wish to ensure
            that only one lldpRemEntry is present for each local port,
            or it may choose to maintain multiple lldpRemEntries for
            the same local port.

            The following procedure may be used to retrieve remote
            systems information updates from an LLDP agent:

               1. NMS polls all tables associated with remote systems
                  and keeps a local copy of the information retrieved.
                  NMS polls periodically the values of the following
                  objects:
                     a. lldpStatsRemTablesInserts
                     b. lldpStatsRemTablesDeletes
                     c. lldpStatsRemTablesDrops
                     d. lldpStatsRemTablesAgeouts
                     e. lldpStatsRxPortAgeoutsTotal for all ports.

               2. LLDP agent updates remote systems MIB objects, and
                  sends out notifications to a list of notification
                  destinations.

               3. NMS receives the notifications and compares the new
                  values of objects listed in step 1.

                  Periodically, NMS should poll the object
                  lldpStatsRemTablesLastChangeTime to find out if anything
                  has changed since the last poll.  if something has
                  changed, NMS will poll the objects listed in step 1 to
                  figure out what kind of changes occurred in the tables.

                  if value of lldpStatsRemTablesInserts has changed,
                  then NMS will walk all tables by employing TimeFilter
                  with the last-polled time value.  This request will
                  return new objects or objects whose values are updated
                  since the last poll.

                  if value of lldpStatsRemTablesAgeouts has changed,
                  then NMS will walk the lldpStatsRxPortAgeoutsTotal and
                  compare the new values with previously recorded ones.
                  For ports whose lldpStatsRxPortAgeoutsTotal value is
                  greater than the recorded value, NMS will have to
                  retrieve objects associated with those ports from
                  table(s) without employing a TimeFilter (which is
                  performed by specifying 0 for the TimeFilter.)

                  lldpStatsRemTablesDeletes and lldpStatsRemTablesDrops
                  objects are provided for informational purposes."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) 1 }

.1.0.8802.1.1.2.1.4.1.1
lldpRemEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Information about a particular physical network connection.
            Entries may be created and deleted in this table by the agent,
            if a physical topology discovery process is active."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) 1 }

.1.0.8802.1.1.2.1.4.1.1.1
lldpRemTimeMark OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry.  See the TimeFilter textual
            convention in IETF RFC 2021 and
            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt
            to see how TimeFilter works."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 1 }

.1.0.8802.1.1.2.1.4.1.1.2
lldpRemLocalPortNum OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortNumber
  SYNTAX	Integer32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the port component
            (contained in the local chassis with the LLDP agent)
            associated with this entry.  The lldpRemLocalPortNum
            identifies the port on which the remote system information
            is received.

            The value of this object is used as a port index to the
            lldpRemTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 2 }

.1.0.8802.1.1.2.1.4.1.1.3
lldpRemIndex OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents an arbitrary local integer value used
            by this agent to identify a particular connection instance,
            unique only for the indicated remote system.

            An agent is encouraged to assign monotonically increasing
            index values to new entries, starting with one, after each
            reboot.  It is considered unlikely that the lldpRemIndex
            will wrap between reboots."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 3 }

.1.0.8802.1.1.2.1.4.1.1.4
lldpRemChassisIdSubtype OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpChassisIdSubtype
  SYNTAX	INTEGER {chassisComponent(1), interfaceAlias(2), portComponent(3), macAddress(4), networkAddress(5), interfaceName(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of encoding used to identify the chassis associated
            with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 4 }

.1.0.8802.1.1.2.1.4.1.1.5
lldpRemChassisId OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpChassisId
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the chassis component
            associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 5 }

.1.0.8802.1.1.2.1.4.1.1.6
lldpRemPortIdSubtype OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortIdSubtype
  SYNTAX	INTEGER {interfaceAlias(1), portComponent(2), macAddress(3), networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of port identifier encoding used in the associated
            'lldpRemPortId' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 6 }

.1.0.8802.1.1.2.1.4.1.1.7
lldpRemPortId OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpPortId
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the port component
            associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 7 }

.1.0.8802.1.1.2.1.4.1.1.8
lldpRemPortDesc OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the description of
            the given port associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 8 }

.1.0.8802.1.1.2.1.4.1.1.9
lldpRemSysName OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the system name of the
            remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 9 }

.1.0.8802.1.1.2.1.4.1.1.10
lldpRemSysDesc OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the system description
            of the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 10 }

.1.0.8802.1.1.2.1.4.1.1.11
lldpRemSysCapSupported OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpSystemCapabilitiesMap
  SYNTAX	BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4), telephone(5), docsisCableDevice(6), stationOnly(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value used to identify which system capabilities
            are supported on the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 11 }

.1.0.8802.1.1.2.1.4.1.1.12
lldpRemSysCapEnabled OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpSystemCapabilitiesMap
  SYNTAX	BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4), telephone(5), docsisCableDevice(6), stationOnly(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value used to identify which system capabilities
            are enabled on the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 12 }

.1.0.8802.1.1.2.1.4.2
lldpRemManAddrTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per management address
            information on the remote system learned on a particular port
            contained in the local chassis known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) 2 }

.1.0.8802.1.1.2.1.4.2.1
lldpRemManAddrEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, lldpRemManAddrSubtype, lldpRemManAddr }
  DESCRIPTION	"Management address information about a particular chassis
            component.  There may be multiple management addresses
            configured on the remote system identified by a particular
            lldpRemIndex whose information is received on
            lldpRemLocalPortNum of the local system.  Each management
            address should have distinct 'management address
            type' (lldpRemManAddrSubtype) and 'management address'
            (lldpRemManAddr.)

            Entries may be created and deleted in this table by the
            agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2) 1 }

.1.0.8802.1.1.2.1.4.2.1.1
lldpRemManAddrSubtype OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION AddressFamilyNumbers
  SYNTAX	INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5), all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12), decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17), asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21), fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of management address identifier encoding used in
            the associated 'lldpRemManagmentAddr' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2) lldpRemManAddrEntry(1) 1 }

.1.0.8802.1.1.2.1.4.2.1.2
lldpRemManAddr OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpManAddress
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The string value used to identify the management address
            component associated with the remote system.  The purpose
            of this address is to contact the management entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2) lldpRemManAddrEntry(1) 2 }

.1.0.8802.1.1.2.1.4.2.1.3
lldpRemManAddrIfSubtype OBJECT-TYPE
  -- FROM	LLDP-MIB
  -- TEXTUAL CONVENTION LldpManAddrIfSubtype
  SYNTAX	INTEGER {unknown(1), ifIndex(2), systemPortNumber(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The enumeration value that identifies the interface numbering
            method used for defining the interface number, associated
            with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2) lldpRemManAddrEntry(1) 3 }

.1.0.8802.1.1.2.1.4.2.1.4
lldpRemManAddrIfId OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value used to identify the interface number
            regarding the management address component associated with
            the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2) lldpRemManAddrEntry(1) 4 }

.1.0.8802.1.1.2.1.4.2.1.5
lldpRemManAddrOID OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OID value used to identify the type of hardware component
            or protocol entity associated with the management address
            advertised by the remote system agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2) lldpRemManAddrEntry(1) 5 }

.1.0.8802.1.1.2.1.4.3
lldpRemUnknownTLVTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about an incoming TLV which
            is not recognized by the receiving LLDP agent.  The TLV may
            be from a later version of the basic management set.

            This table should only contain TLVs that are found in
            a single LLDP frame.  Entries in this table, associated
            with an MAC service access point (MSAP, the access point
            for MAC services provided to the LCC sublayer, defined
            in IEEE 100, which is also identified with a particular
            lldpRemLocalPortNum, lldpRemIndex pair) are overwritten with
            most recently received unrecognized TLV from the same MSAP,
            or they will naturally age out when the rxInfoTTL timer
            (associated with the MSAP) expires."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) 3 }

.1.0.8802.1.1.2.1.4.3.1
lldpRemUnknownTLVEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, lldpRemUnknownTLVType }
  DESCRIPTION	"Information about an unrecognized TLV received from a
            physical network connection.  Entries may be created and
            deleted in this table by the agent, if a physical topology
            discovery process is active."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemUnknownTLVTable(3) 1 }

.1.0.8802.1.1.2.1.4.3.1.1
lldpRemUnknownTLVType OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32 (9..126) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the value extracted from the type
            field of the TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemUnknownTLVTable(3) lldpRemUnknownTLVEntry(1) 1 }

.1.0.8802.1.1.2.1.4.3.1.2
lldpRemUnknownTLVInfo OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	OCTET STRING (0..511) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the value extracted from the value
            field of the TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemUnknownTLVTable(3) lldpRemUnknownTLVEntry(1) 2 }

.1.0.8802.1.1.2.1.4.4
lldpRemOrgDefInfoTable OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per physical network
            connection which advertises the organizationally defined
            information.

            Note that this table contains one or more rows of
            organizationally defined information that is not recognized
            by the local agent.

            If the local system is capable of recognizing any
            organizationally defined information, appropriate extension
            MIBs from the organization should be used for information
            retrieval."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) 4 }

.1.0.8802.1.1.2.1.4.4.1
lldpRemOrgDefInfoEntry OBJECT-TYPE
  -- FROM	LLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, lldpRemOrgDefInfoOUI, lldpRemOrgDefInfoSubtype, lldpRemOrgDefInfoIndex }
  DESCRIPTION	"Information about the unrecognized organizationally
            defined information advertised by the remote system.
            The lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
            lldpRemOrgDefInfoOUI, lldpRemOrgDefInfoSubtype, and
            lldpRemOrgDefInfoIndex are indexes to this table.  If there is
            an lldpRemOrgDefInfoEntry associated with a particular remote
            system identified by the lldpRemLocalPortNum and lldpRemIndex,
            there must be an lldpRemEntry associated with the same
            instance (i.e, using same indexes.)  When the lldpRemEntry
            for the same index is removed from the lldpRemTable, the
            associated lldpRemOrgDefInfoEntry should be removed from
            the lldpRemOrgDefInfoTable.

            Entries may be created and deleted in this table by the
            agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4) 1 }

.1.0.8802.1.1.2.1.4.4.1.1
lldpRemOrgDefInfoOUI OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Organizationally Unique Identifier (OUI), as defined
            in IEEE Std 802-2001, is a 24 bit (three octets) globally
            unique assigned number referenced by various standards,
            of the information received from the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4) lldpRemOrgDefInfoEntry(1) 1 }

.1.0.8802.1.1.2.1.4.4.1.2
lldpRemOrgDefInfoSubtype OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the subtype of the
            organizationally defined information received from the
            remote system.

            The subtype value is required to identify different instances
            of organizationally defined information that could not be
            retrieved without a unique identifier that indicates the
            particular type of information contained in the information
            string."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4) lldpRemOrgDefInfoEntry(1) 2 }

.1.0.8802.1.1.2.1.4.4.1.3
lldpRemOrgDefInfoIndex OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents an arbitrary local integer value
            used by this agent to identify a particular unrecognized
            organizationally defined information instance, unique only
            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype
            from the same remote system.

            An agent is encouraged to assign monotonically increasing
            index values to new entries, starting with one, after each
            reboot.  It is considered unlikely that the
            lldpRemOrgDefInfoIndex will wrap between reboots."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4) lldpRemOrgDefInfoEntry(1) 3 }

.1.0.8802.1.1.2.1.4.4.1.4
lldpRemOrgDefInfo OBJECT-TYPE
  -- FROM	LLDP-MIB
  SYNTAX	OCTET STRING (0..507) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the organizationally
            defined information of the remote system.  The encoding for
            this object should be as defined for SnmpAdminString TC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4) lldpRemOrgDefInfoEntry(1) 4 }

.1.0.8802.1.1.2.1.5
lldpExtensions OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) 5 }

.1.0.8802.1.1.2.1.5.4623
lldpXdot3MIB MODULE-IDENTITY
  -- FROM	LLDP-EXT-DOT3-MIB
  DESCRIPTION	"The LLDP Management Information Base extension module for
            IEEE 802.3 organizationally defined discovery information.

            In order to assure the uniqueness of the LLDP-MIB,
            lldpXdot3MIB is branched from lldpExtensions using OUI value
            as the node.  An OUI/'company_id' is a 24 bit globally unique
            assigned number referenced by various standards.

            Copyright (C) IEEE (2005).  This version of this MIB module
            is published as Annex G.6.1 of IEEE Std 802.1AB-2005;
            see the standard itself for full legal notices."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) 4623 }

.1.0.8802.1.1.2.1.5.4623.1
lldpXdot3Objects OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) 1 }

.1.0.8802.1.1.2.1.5.4623.1.1
lldpXdot3Config OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.1.1
lldpXdot3PortConfigTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of LLDP TLVs to be transmitted
            on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3Config(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.1.1.1
lldpXdot3PortConfigEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpPortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
            transmission of IEEE 802.3 organizationally defined TLVs on
            LLDP transmission capable ports.

            This configuration object augments the lldpPortConfigEntry of
            the LLDP-MIB, therefore it is only present along with the port
            configuration defined by the associated lldpPortConfigEntry
            entry.

            Each active lldpXdot3PortConfigEntry must be from non-volatile
            storage (along with the corresponding lldpPortConfigEntry)
            after a re-initialization of the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3Config(1) lldpXdot3PortConfigTable(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.1.1.1.1
lldpXdot3PortConfigTLVsTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	BITS {macPhyConfigStatus(0), powerViaMDI(1), linkAggregation(2), maxFrameSize(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXdot3PortConfigTLVsTxEnable, defined as a bitmap,
            includes the IEEE 802.3 organizationally defined set of LLDP
            TLVs whose transmission is allowed on the local LLDP agent by
            the network management.  Each bit in the bitmap corresponds
            to an IEEE 802.3 subtype associated with a specific IEEE
            802.3 optional TLV.  The bit 0 is not used since there is
            no corresponding subtype.

            The bit 'macPhyConfigStatus(0)' indicates that LLDP agent
            should transmit 'MAC/PHY configuration/status TLV'.

            The bit 'powerViaMDI(1)' indicates that LLDP agent should
            transmit 'Power via MDI TLV'.

            The bit 'linkAggregation(2)' indicates that LLDP agent should
            transmit 'Link Aggregation TLV'.

            The bit 'maxFrameSize(3)' indicates that LLDP agent should
            transmit 'Maximum-frame-size TLV'.

            The default value for lldpXdot3PortConfigTLVsTxEnable object
            is an empty set, which means no enumerated values are set.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ { } }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3Config(1) lldpXdot3PortConfigTable(1) lldpXdot3PortConfigEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2
lldpXdot3LocalData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.1
lldpXdot3LocPortTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of Ethernet port
            information (as a part of the LLDP 802.3 organizational
            extension) on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1
lldpXdot3LocPortEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum }
  DESCRIPTION	"Information about a particular port component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1.1
lldpXdot3LocPortAutoNegSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the given port
            (associated with the local system) supports Auto-negotiation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) lldpXdot3LocPortEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1.2
lldpXdot3LocPortAutoNegEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether port
            Auto-negotiation is enabled on the given port associated
            with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) lldpXdot3LocPortEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1.3
lldpXdot3LocPortAutoNegAdvertisedCap OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value (bitmap) of the
            ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC
            3636) which is associated with the given port on the
            local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) lldpXdot3LocPortEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1.4
lldpXdot3LocPortOperMauType OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer value that indicates the operational MAU type
            of the given port on the local system.

            This object contains the integer value derived from the
            list position of the corresponding dot3MauType as listed
            in IETF RFC 3636 (or subsequent revisions) and is equal
            to the last number in the respective dot3MauType OID.

            For example, if the ifMauType object is dot3MauType1000BaseTHD
            which corresponds to {dot3MauType 29}, the numerical value of
            this field will be 29. For MAU types not listed in RFC 3636
            (or subsequent revisions), the value of this field shall be
            set to zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) lldpXdot3LocPortEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4623.1.2.2
lldpXdot3LocPowerTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of power ethernet
            information (as a part of the LLDP 802.3 organizational
            extension) on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1
lldpXdot3LocPowerEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum }
  DESCRIPTION	"Information about a particular port component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.1
lldpXdot3LocPowerPortClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION LldpPowerPortClass
  SYNTAX	INTEGER {pClassPSE(1), pClassPD(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value that identifies the port Class of the given port
            associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.2
lldpXdot3LocPowerMDISupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the MDI power is
            supported on the given port associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.3
lldpXdot3LocPowerMDIEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to identify whether MDI power is
            enabled on the given port associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.4
lldpXdot3LocPowerPairControlable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value is derived from the value of
            pethPsePortPowerPairsControlAbility object (defined in IETF
            RFC 3621) and is used to indicate whether the pair selection
            can be controlled on the given port associated with the
            local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.5
lldpXdot3LocPowerPairs OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (1 | 2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the pethPsePortPowerPairs
            object (defined in IETF RFC 3621) which is associated with
            the given port on the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 5 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.6
lldpXdot3LocPowerClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (1 | 2 | 3 | 4 | 5) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the
            pethPsePortPowerClassifications object (defined in IETF
            RFC 3621) which is associated with the given port on the
            local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 6 }

.1.0.8802.1.1.2.1.5.4623.1.2.3
lldpXdot3LocLinkAggTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of link aggregation
            information (as a part of the LLDP 802.3 organizational
            extension) on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) 3 }

.1.0.8802.1.1.2.1.5.4623.1.2.3.1
lldpXdot3LocLinkAggEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum }
  DESCRIPTION	"Link Aggregation information about a particular port
            component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocLinkAggTable(3) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.3.1.1
lldpXdot3LocLinkAggStatus OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION LldpLinkAggStatusMap
  SYNTAX	BITS {aggCapable(0), aggEnabled(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value contains the link aggregation capabilities
            and the current aggregation status of the link."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocLinkAggTable(3) lldpXdot3LocLinkAggEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.3.1.2
lldpXdot3LocLinkAggPortId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (0 | 1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the IEEE 802.3 aggregated port
            identifier, aAggPortID (IEEE 802.3-2002, 30.7.2.1.1),
            derived from the ifNumber of the ifIndex for the port
            component in link aggregation.

            If the port is not in link aggregation state and/or it
            does not support link aggregation, this value should be set
            to zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocLinkAggTable(3) lldpXdot3LocLinkAggEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.4
lldpXdot3LocMaxFrameSizeTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of maximum frame
            size information (as a part of the LLDP 802.3 organizational
            extension) on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) 4 }

.1.0.8802.1.1.2.1.5.4623.1.2.4.1
lldpXdot3LocMaxFrameSizeEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum }
  DESCRIPTION	"Maximum Frame Size information about a particular port
            component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocMaxFrameSizeTable(4) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.4.1.1
lldpXdot3LocMaxFrameSize OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer value indicating the maximum supported frame
             size in octets on the given port of the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3LocalData(2) lldpXdot3LocMaxFrameSizeTable(4) lldpXdot3LocMaxFrameSizeEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3
lldpXdot3RemoteData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.3.1
lldpXdot3RemPortTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains Ethernet port information (as a part
            of the LLDP 802.3 organizational extension) of the remote
            system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1
lldpXdot3RemPortEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Information about a particular physical network connection."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1.1
lldpXdot3RemPortAutoNegSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the given port
            (associated with remote system) supports Auto-negotiation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) lldpXdot3RemPortEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1.2
lldpXdot3RemPortAutoNegEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether port
            Auto-negotiation is enabled on the given port associated
            with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) lldpXdot3RemPortEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1.3
lldpXdot3RemPortAutoNegAdvertisedCap OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value (bitmap) of the
            ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC
            3636) which is associated with the given port on the
            remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) lldpXdot3RemPortEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1.4
lldpXdot3RemPortOperMauType OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer value that indicates the operational MAU type
            of the sending device.

            This object contains the integer value derived from the
            list position of the corresponding dot3MauType as listed in
            in IETF RFC 3636 (or subsequent revisions) and is equal
            to the last number in the respective dot3MauType OID.

            For example, if the ifMauType object is dot3MauType1000BaseTHD
            which corresponds to {dot3MauType 29}, the numerical value of
            this field will be 29. For MAU types not listed in RFC 3636
            (or subsequent revisions), the value of this field shall be
            set to zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) lldpXdot3RemPortEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4623.1.3.2
lldpXdot3RemPowerTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains Ethernet power information (as a part
            of the LLDP 802.3 organizational extension) of the remote
            system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) 2 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1
lldpXdot3RemPowerEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Information about a particular physical network connection."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.1
lldpXdot3RemPowerPortClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION LldpPowerPortClass
  SYNTAX	INTEGER {pClassPSE(1), pClassPD(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value that identifies the port Class of the given port
            associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.2
lldpXdot3RemPowerMDISupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the MDI power
            is supported on the given port associated with the remote
            system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.3
lldpXdot3RemPowerMDIEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to identify whether MDI power is
            enabled on the given port associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.4
lldpXdot3RemPowerPairControlable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value is derived from the value of
            pethPsePortPowerPairsControlAbility object (defined in IETF
            RFC 3621) and is used to indicate whether the pair selection
            can be controlled on the given port associated with the
            remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.5
lldpXdot3RemPowerPairs OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (1 | 2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the pethPsePortPowerPairs
            object (defined in IETF RFC 3621) which is associated with
            the given port on the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 5 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.6
lldpXdot3RemPowerClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (1 | 2 | 3 | 4 | 5) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the
            pethPsePortPowerClassifications object (defined in IETF
            RFC 3621) which is associated with the given port on the
            remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 6 }

.1.0.8802.1.1.2.1.5.4623.1.3.3
lldpXdot3RemLinkAggTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains port link aggregation information
            (as a part of the LLDP IEEE 802.3 organizational extension)
            of the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) 3 }

.1.0.8802.1.1.2.1.5.4623.1.3.3.1
lldpXdot3RemLinkAggEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Link Aggregation information about remote system's port
            component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemLinkAggTable(3) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.3.1.1
lldpXdot3RemLinkAggStatus OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  -- TEXTUAL CONVENTION LldpLinkAggStatusMap
  SYNTAX	BITS {aggCapable(0), aggEnabled(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value contains the link aggregation capabilities
            and the current aggregation status of the link."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemLinkAggTable(3) lldpXdot3RemLinkAggEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.3.1.2
lldpXdot3RemLinkAggPortId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (0 | 1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the IEEE 802.3 aggregated port
            identifier, aAggPortID (IEEE Std 802.3-2002, 30.7.2.1.1),
            derived from the ifNumber of the ifIndex for the port
            component associated with the remote system.

            If the remote port is not in link aggregation state and/or
            it does not support link aggregation, this value should be
            zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemLinkAggTable(3) lldpXdot3RemLinkAggEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.3.4
lldpXdot3RemMaxFrameSizeTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of maximum frame
            size information (as a part of the LLDP IEEE 802.3 organizational
            extension) of the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) 4 }

.1.0.8802.1.1.2.1.5.4623.1.3.4.1
lldpXdot3RemMaxFrameSizeEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Maximum Frame Size information about a particular port
            component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemMaxFrameSizeTable(4) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.4.1.1
lldpXdot3RemMaxFrameSize OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer value indicating the maximum supported frame
             size in octets on the port component associated with the
             remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) lldpXdot3RemoteData(3) lldpXdot3RemMaxFrameSizeTable(4) lldpXdot3RemMaxFrameSizeEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.2
lldpXdot3Conformance OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) 2 }

.1.0.8802.1.1.2.1.5.4623.2.1
lldpXdot3Compliances OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2) 1 }

.1.0.8802.1.1.2.1.5.4623.2.1.1
lldpXdot3Compliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT3-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which implement
            the LLDP 802.3 organizational extension MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2) lldpXdot3Compliances(1) 1 }

.1.0.8802.1.1.2.1.5.4623.2.2
lldpXdot3Groups OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2) 2 }

.1.0.8802.1.1.2.1.5.4623.2.2.1
lldpXdot3ConfigGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT3-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            LLDP 802.3 organizational extension implementation behavior.

            This group is mandatory for agents which implement the
            LLDP 802.3 organizational extension."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2) lldpXdot3Groups(2) 1 }

.1.0.8802.1.1.2.1.5.4623.2.2.2
lldpXdot3LocSysGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT3-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            802.3 organizational extension Local Device Information.

            This group is mandatory for agents which implement the
            LLDP 802.3 organizational extension in the TX mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2) lldpXdot3Groups(2) 2 }

.1.0.8802.1.1.2.1.5.4623.2.2.3
lldpXdot3RemSysGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT3-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            802.3 organizational extension Local Device Information.

            This group is mandatory for agents which implement the
            LLDP 802.3 organizational extension in the RX mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2) lldpXdot3Groups(2) 3 }

.1.0.8802.1.1.2.1.5.4795
lldpXMedMIB MODULE-IDENTITY
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"The LLDP Management Information Base extension module for
            TIA-TR41.4 Media Endpoint Discovery information.

            In order to assure the uniqueness of the LLDP-MIB,
            lldpXMedMIB is branched from lldpExtensions using the TIA OUI
            value as the node.  An OUI/'company_id' is a 24 bit globally
            unique assigned number referenced by various standards.

            Copyright (C) TIA (2005).  This version of this MIB module
            is published as Section 13.3 of ANSI/TIA-1057.

            See the standard itself for full legal notices."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) 4795 }

.1.0.8802.1.1.2.1.5.4795.0
lldpXMedNotifications OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) 0 }

.1.0.8802.1.1.2.1.5.4795.0.1
lldpXMedTopologyChangeDetected NOTIFICATION-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  OBJECTS	{ lldpRemChassisIdSubtype, lldpRemChassisId, lldpXMedRemDeviceClass }
  DESCRIPTION	"A notification generated by the local device sensing
                a change in the topology that indicates that a new remote
                device attached to a local port, or a remote device disconnected
                or moved from one port to another."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedNotifications(0) 1 }

.1.0.8802.1.1.2.1.5.4795.1
lldpXMedObjects OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1
lldpXMedConfig OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1.1
lldpXMedLocDeviceClass OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION LldpXMedDeviceClass
  SYNTAX	INTEGER {notDefined(0), endpointClass1(1), endpointClass2(2), endpointClass3(3), networkConnectivity(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Local Device Class."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedConfig(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1.2
lldpXMedPortConfigTable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of LLDP TLVs to be transmitted
            on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedConfig(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.1.2.1
lldpXMedPortConfigEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpPortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
            transmission of the MED organizationally defined TLVs on
            LLDP transmission capable ports.

            This configuration object augments the lldpPortConfigEntry of
            the LLDP-MIB, therefore it is only present along with the port
            configuration defined by the associated lldpPortConfigEntry
            entry.

            Each active lldpXMedPortConfigEntry must be stored and
            retrieved from non-volatile storage (along with the
            corresponding lldpPortConfigEntry) after a re-initialization
            of the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedConfig(1) lldpXMedPortConfigTable(2) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1.2.1.1
lldpXMedPortCapSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION LldpXMedCapabilities
  SYNTAX	BITS {capabilities(0), networkPolicy(1), location(2), extendedPSE(3), extendedPD(4), inventory(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap includes the MED organizationally defined set of LLDP
            TLVs whose transmission is possible for the respective port
            on the LLDP agent of the device. Each bit in the bitmap corresponds
            to an LLDP-MED subtype associated with a specific TIA TR41.4 MED
            optional TLV. If the bit is set, the agent supports the
            corresponding TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedConfig(1) lldpXMedPortConfigTable(2) lldpXMedPortConfigEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1.2.1.2
lldpXMedPortConfigTLVsTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION LldpXMedCapabilities
  SYNTAX	BITS {capabilities(0), networkPolicy(1), location(2), extendedPSE(3), extendedPD(4), inventory(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXMedPortConfigTLVsTxEnable, defined as a bitmap,
            includes the MED organizationally defined set of LLDP
            TLVs whose transmission is allowed on the local LLDP agent by
            the network management.  Each bit in the bitmap corresponds
            to an LLDP-MED subtype associated with a specific TIA TR41.4 MED
            optional TLV. If the bit is set, the agent will send the
            corresponding TLV if the respective capability is supported per
            port.

            Setting a bit with in this object for a non-supported capability
            shall have no functional effect and will result in an inconsistent
            value error returned to the management application.

            There are other rules and restrictions that prevent arbitrary
            combinations of TLVs to be enabled on LLDP-MED devices according to
            the device classes. These rules are defined in Section 10.2.1,
            Tables 5 - 9 of ANSI/TIA-1057. In case a management application
            attempts to set this object to a value that does not follow the rules,
            the set operation shall have and will result in an inconsistent
            value error returned to the management application.

            Setting this object to an empty set is valid and effectively
            disables LLDP-MED on a per-port basis by disabling transmission of
            all MED organizational TLVs. In this case the remote tables objects
            in the LLDP-MED MIB corresponding to the respective port will not
            be populated.

            The default value for lldpXMedPortConfigTLVsTxEnable object
            is an empty set, which means no enumerated values are set.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ { } }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedConfig(1) lldpXMedPortConfigTable(2) lldpXMedPortConfigEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.1.2.1.3
lldpXMedPortConfigNotifEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value of 'true(1)' enables sending the topology change
             traps on this port.
             A value of 'false(2)' disables sending the topology change
             traps on this port."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedConfig(1) lldpXMedPortConfigTable(2) lldpXMedPortConfigEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.1.3
lldpXMedFastStartRepeatCount OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	Unsigned32 (1..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times the fast start LLDPDU are being sent during the
             activation of the fast start mechanism defined by LLDP-MED."
  DEFVAL	{ 3 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedConfig(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.2
lldpXMedLocalData OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.2.1
lldpXMedLocMediaPolicyTable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per policy type per port
             of media policy information (as a part of the MED
             organizational extension) on the local system known
             to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1
lldpXMedLocMediaPolicyEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum, lldpXMedLocMediaPolicyAppType }
  DESCRIPTION	"Information about a particular policy on a specific
             port component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.1
lldpXMedLocMediaPolicyAppType OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION PolicyAppType
  SYNTAX	BITS {unknown(0), voice(1), voiceSignaling(2), guestVoice(3), guestVoiceSignaling(4), softPhoneVoice(5), videoconferencing(6), streamingVideo(7), videoSignaling(8)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The media type that defines the primary function of the
             application for the policy advertised by an endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.2
lldpXMedLocMediaPolicyVlanID OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	Integer32 (0 | 1..4094 | 4095) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An extension of the VLAN Identifier for the port,
             as defined in IEEE 802.1P-1998.

             A value of 1 through 4094 is used to define a valid PVID.

             A value of 0 shall be used if the device is using priority tagged
             frames, meaning that only the 802.1p priority level is significant
             and the default VID of the ingress port is being used instead.

             A value of 4095 is reserved for implementation use."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.3
lldpXMedLocMediaPolicyPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the 802.1p priority
            which is associated with the given port on the
            local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.4
lldpXMedLocMediaPolicyDscp OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION Dscp
  SYNTAX	Integer32 (0..63) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the Differentiated Service
            Code Point (DSCP) as defined in IETF RFC 2474 and RFC 2475
            which is associated with the given port on the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.5
lldpXMedLocMediaPolicyUnknown OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value of 'true' indicates that the
             network policy for the specified application type is
             currently unknown.  In this case, the VLAN ID, the
             layer 2 priority and the DSCP value fields are ignored.
             A value of 'false' indicates that this network policy
             is defined  "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1) 5 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.6
lldpXMedLocMediaPolicyTagged OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value of 'true' indicates that the application is using a
             tagged VLAN.
             A value of 'false' indicates that for the specific application
             the device either is using an untagged VLAN or does not
             support port based VLAN operation.  In this case, both the
             VLAN ID and the Layer 2 priority fields are ignored and
             only the DSCP value has relevance "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1) 6 }

.1.0.8802.1.1.2.1.5.4795.1.2.2
lldpXMedLocHardwareRev OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific hardware revision string
            as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 2 }

.1.0.8802.1.1.2.1.5.4795.1.2.3
lldpXMedLocFirmwareRev OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific firmware revision string
            as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 3 }

.1.0.8802.1.1.2.1.5.4795.1.2.4
lldpXMedLocSoftwareRev OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific software revision string
            as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 4 }

.1.0.8802.1.1.2.1.5.4795.1.2.5
lldpXMedLocSerialNum OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific serial number
            as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 5 }

.1.0.8802.1.1.2.1.5.4795.1.2.6
lldpXMedLocMfgName OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific manufacturer name
            as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 6 }

.1.0.8802.1.1.2.1.5.4795.1.2.7
lldpXMedLocModelName OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific model name
            as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 7 }

.1.0.8802.1.1.2.1.5.4795.1.2.8
lldpXMedLocAssetID OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific asset tracking identifier
            as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 8 }

.1.0.8802.1.1.2.1.5.4795.1.2.9
lldpXMedLocLocationTable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains Location information as advertised
            by the local system.

            The information may be configured per port by a Location
            Information Server (LIS) or other management application.

            Multiple Location TLVs of different subtypes may be transmitted
            in the same PDU.

            The information in this table MUST be stored in non-volatile-memory
            and persist over restart/reboot sequences."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 9 }

.1.0.8802.1.1.2.1.5.4795.1.2.9.1
lldpXMedLocLocationEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum, lldpXMedLocLocationSubtype }
  DESCRIPTION	"Information about Location information for the local device."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocLocationTable(9) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.9.1.1
lldpXMedLocLocationSubtype OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION LocationSubtype
  SYNTAX	INTEGER {unknown(1), coordinateBased(2), civicAddress(3), elin(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The location subtype advertised by the local device."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocLocationTable(9) lldpXMedLocLocationEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.9.1.2
lldpXMedLocLocationInfo OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The location information. Parsing of this information is
             dependent upon the location subtype, as defined by the value of the
             lldpXMedLocLocationSubtype object. "
  DEFVAL	{ \"\" }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocLocationTable(9) lldpXMedLocLocationEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.2.10
lldpXMedLocXPoEDeviceType OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), pseDevice(2), pdDevice(3), none(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the type of Power-via-MDI (Power over Ethernet) advertised
             by the local device.

             A value pseDevice(2) indicates that the device is advertised as a
             Power Sourcing Entity (PSE).

             A value pdDevice(3) indicates that the device is advertised as a
             Powered Device (PD).

             A value of none(4) indicates that the device does not support PoE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 10 }

.1.0.8802.1.1.2.1.5.4795.1.2.11
lldpXMedLocXPoEPSEPortTable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of PSE PoE
            information on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 11 }

.1.0.8802.1.1.2.1.5.4795.1.2.11.1
lldpXMedLocXPoEPSEPortEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum }
  DESCRIPTION	"Information about a particular port PoE information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocXPoEPSEPortTable(11) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.11.1.1
lldpXMedLocXPoEPSEPortPowerAv OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	Gauge32 (0..1023) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the power available from the
            PSE via this port expressed in units of 0.1 watts."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocXPoEPSEPortTable(11) lldpXMedLocXPoEPSEPortEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.11.1.2
lldpXMedLocXPoEPSEPortPDPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), critical(2), high(3), low(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reflects the PD power priority that is being advertised on this
             PSE port.

             If both locally configure priority and
             ldpXMedRemXPoEPDPowerPriority are available on this port, it is
             a matter of local policy which one takes precedence. This object
             reflects the active value on this port.

             If the priority is not configured or known by the PD, the value
             unknown(1) will be returned.

             A value critical(2) indicates that the device advertises its power
             Priority as critical, as per RFC 3621.

             A value high(3) indicates that the device advertises its power
             Priority as high, as per RFC 3621.

             A value low(4) indicates that the device advertises its power
             Priority as low, as per RFC 3621."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) lldpXMedLocXPoEPSEPortTable(11) lldpXMedLocXPoEPSEPortEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.2.12
lldpXMedLocXPoEPSEPowerSource OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), primary(2), backup(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the type of PSE Power Source advertised
             by the local device.

             A value primary(2) indicates that the device advertises its power
             source as primary.

             A value backup(3) indicates that the device advertises its power
             Source as backup."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 12 }

.1.0.8802.1.1.2.1.5.4795.1.2.13
lldpXMedLocXPoEPDPowerReq OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	Gauge32 (0..1023) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the power required by a
            PD expressed in units of 0.1 watts."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 13 }

.1.0.8802.1.1.2.1.5.4795.1.2.14
lldpXMedLocXPoEPDPowerSource OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), fromPSE(2), local(3), localAndPSE(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the type of Power Source advertised as being used
             by the local device.

             A value fromPSE(2) indicates that the device advertises its power
             source as received from a PSE.

             A value local(3) indicates that the device advertises its power
             source as local.

             A value localAndPSE(4) indicates that the device advertises its
             power source as using both local and PSE power."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 14 }

.1.0.8802.1.1.2.1.5.4795.1.2.15
lldpXMedLocXPoEPDPowerPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), critical(2), high(3), low(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the priority advertised as being required by this PD.

             A value critical(2) indicates that the device advertises its power
             Priority as critical, as per RFC 3621.

             A value high(3) indicates that the device advertises its power
             Priority as high, as per RFC 3621.

             A value low(4) indicates that the device advertises its power
             Priority as low, as per RFC 3621."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedLocalData(2) 15 }

.1.0.8802.1.1.2.1.5.4795.1.3
lldpXMedRemoteData OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.1
lldpXMedRemCapabilitiesTable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that displays LLDP-MED capabilities of remote devices
            connected to individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.1.1
lldpXMedRemCapabilitiesEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"LLDP-MED capabilities of remote devices connected to the device
            ports and communicating via LLDP-MED.

            The remote tables in the LLDP-MED MIB excepting this table may be
            sparsely populate. An entry in one of these table is meaningful
            and shall be populated by the agent only if the corresponding bits
            for the respective function are set in the objects in this table. "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemCapabilitiesTable(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.1.1.1
lldpXMedRemCapSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION LldpXMedCapabilities
  SYNTAX	BITS {capabilities(0), networkPolicy(1), location(2), extendedPSE(3), extendedPD(4), inventory(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap includes the MED organizationally defined set of LLDP
            TLVs whose transmission is possible on the LLDP agent of the remote
            device connected to this port. Each bit in the bitmap corresponds
            to an LLDP-MED subtype associated with a specific TIA TR41.4 MED
            optional TLV. If the bit is set, the agent has the capability
            to support the corresponding TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemCapabilitiesTable(1) lldpXMedRemCapabilitiesEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.1.1.2
lldpXMedRemCapCurrent OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION LldpXMedCapabilities
  SYNTAX	BITS {capabilities(0), networkPolicy(1), location(2), extendedPSE(3), extendedPD(4), inventory(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap includes the MED organizationally defined set of LLDP
            TLVs whose transmission is possible on the LLDP agent of the remote
            device connected to this port. Each bit in the bitmap corresponds
            to an LLDP-MED subtype associated with a specific TIA TR41.4 MED
            optional TLV. If the bit is set, the agent currently supports the
            corresponding TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemCapabilitiesTable(1) lldpXMedRemCapabilitiesEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.1.1.3
lldpXMedRemDeviceClass OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION LldpXMedDeviceClass
  SYNTAX	INTEGER {notDefined(0), endpointClass1(1), endpointClass2(2), endpointClass3(3), networkConnectivity(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device Class as advertised by the device remotely connected to the
             port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemCapabilitiesTable(1) lldpXMedRemCapabilitiesEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.2
lldpXMedRemMediaPolicyTable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains media policy information as advertised
            by the remote system.

            This table may be sparsely populated. Entries in this table are
            relevant only if the networkPolicy(0) bits in the
            lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
            corresponding ports are set."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1
lldpXMedRemMediaPolicyEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, lldpXMedRemMediaPolicyAppType }
  DESCRIPTION	"Information about the per port per policy type policy
             information for a particular physical network connection."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.1
lldpXMedRemMediaPolicyAppType OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION PolicyAppType
  SYNTAX	BITS {unknown(0), voice(1), voiceSignaling(2), guestVoice(3), guestVoiceSignaling(4), softPhoneVoice(5), videoconferencing(6), streamingVideo(7), videoSignaling(8)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The media type that defines the primary function of the
             application for the policy advertised by the endpoint connected
             remotely to this port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.2
lldpXMedRemMediaPolicyVlanID OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	Integer32 (0 | 1..4094 | 4095) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An extension of the VLAN Identifier for the remote system
             connected to this port, as defined in IEEE 802.1P-1998.

             A value of 1 through 4094 is used to define a valid PVID.

             A value of 0 shall be used if the device is using priority tagged
             frames, meaning that only the 802.1p priority level is significant
             and the default VID of the ingress port is being used instead.

             A value of 4095 is reserved for implementation use."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.3
lldpXMedRemMediaPolicyPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the 802.1p priority
            which is associated with the remote system connected at
            given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.4
lldpXMedRemMediaPolicyDscp OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION Dscp
  SYNTAX	Integer32 (0..63) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the Differentiated Service
            Code Point (DSCP) as defined in IETF RFC 2474 and RFC 2475
            which is associated with remote system connected at the port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.5
lldpXMedRemMediaPolicyUnknown OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value of 'true' indicates that the
             network policy for the specified application type is
             currently unknown.  In this case, the VLAN ID, the
             layer 2 priority and the DSCP value fields are ignored.
             A value of 'false' indicates that this network policy
             is defined."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1) 5 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.6
lldpXMedRemMediaPolicyTagged OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value of 'true' indicates that the application is using a
             tagged VLAN.
             A value of 'false' indicates that for the specific application
             the device either is using an untagged VLAN or does not
             support port based VLAN operation.  In this case, both the
             VLAN ID and the Layer 2 priority fields are ignored and
             only the DSCP value has relevance "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1) 6 }

.1.0.8802.1.1.2.1.5.4795.1.3.3
lldpXMedRemInventoryTable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains inventory information as advertised
            by the remote system.

            This table may be sparsely populated. Entries in this table are
            relevant only if the inventory(2) bits in the
            lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
            corresponding ports are set "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1
lldpXMedRemInventoryEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Information about inventory information for the remote devices
             connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.1
lldpXMedRemHardwareRev OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific hardware revision string
            as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.2
lldpXMedRemFirmwareRev OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific firmware revision string
            as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.3
lldpXMedRemSoftwareRev OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific software revision string
            as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.4
lldpXMedRemSerialNum OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific serial number
            as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.5
lldpXMedRemMfgName OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific manufacturer name
            as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 5 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.6
lldpXMedRemModelName OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific model name
            as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 6 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.7
lldpXMedRemAssetID OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific asset tracking identifier
            as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 7 }

.1.0.8802.1.1.2.1.5.4795.1.3.4
lldpXMedRemLocationTable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains Location information as advertised
            by the remote system.

            This table may be sparsely populated. Entries in this table are
            relevant only if the Location(3) bits in the
            lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
            corresponding ports are set "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) 4 }

.1.0.8802.1.1.2.1.5.4795.1.3.4.1
lldpXMedRemLocationEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, lldpXMedRemLocationSubtype }
  DESCRIPTION	"Information about Location information for the remote devices
             connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemLocationTable(4) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.4.1.1
lldpXMedRemLocationSubtype OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  -- TEXTUAL CONVENTION LocationSubtype
  SYNTAX	INTEGER {unknown(1), coordinateBased(2), civicAddress(3), elin(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The location subtype advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemLocationTable(4) lldpXMedRemLocationEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.4.1.2
lldpXMedRemLocationInfo OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The location information advertised by the remote endpoint.
             Parsing of this information is dependent upon the location
             subtype, as defined by the value of the corresponding
             lldpXMedRemLocationSubType object. "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemLocationTable(4) lldpXMedRemLocationEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.5
lldpXMedRemXPoETable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the PoE device type
            as advertised by the remote system.

            This table is densely populated."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) 5 }

.1.0.8802.1.1.2.1.5.4795.1.3.5.1
lldpXMedRemXPoEEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Information about PoE type of the remote devices
             connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoETable(5) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.5.1.1
lldpXMedRemXPoEDeviceType OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), pseDevice(2), pdDevice(3), none(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the type of Power-via-MDI (Power over Ethernet) advertised
             by the remote device.

             A value pseDevice(2) indicates that the device is advertised as a
             Power Sourcing Entity (PSE).

             A value pdDevice(3) indicates that the device is advertised as a
             Powered Device (PD).

             A value none(4) indicates that the device does not support PoE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoETable(5) lldpXMedRemXPoEEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.6
lldpXMedRemXPoEPSETable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains extended PoE information as advertised
            by the remote devices of PSE type.

            This table may be sparsely populated. Entries in this table are
            relevant only if the extendedPSE(4) bits in the
            lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
            corresponding ports are set "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) 6 }

.1.0.8802.1.1.2.1.5.4795.1.3.6.1
lldpXMedRemXPoEPSEEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Information about Extended PoE PSE information for
            the remote devices connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoEPSETable(6) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.6.1.1
lldpXMedRemXPoEPSEPowerAv OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	Gauge32 (0..1023) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the power available from the
            PSE via this port expressed in units of 0.1 watts on the remote
            device."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoEPSETable(6) lldpXMedRemXPoEPSEEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.6.1.2
lldpXMedRemXPoEPSEPowerSource OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), primary(2), backup(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the type of PSE Power Source advertised
             by the remote device.

             A value primary(2) indicates that the device advertises its power
             source as primary.

             A value backup(3) indicates that the device advertises its power
             Source as backup."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoEPSETable(6) lldpXMedRemXPoEPSEEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.6.1.3
lldpXMedRemXPoEPSEPowerPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), critical(2), high(3), low(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the PSE power priority
            advertised by the remote device.

            A value critical(2) indicates that the device advertises its power
            priority as critical, as per RFC 3621.

            A value high(3) indicates that the device advertises its power
            priority as high, as per RFC 3621.

            A value low(4) indicates that the device advertises its power
            priority as low, as per RFC 3621."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoEPSETable(6) lldpXMedRemXPoEPSEEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.7
lldpXMedRemXPoEPDTable OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains extended PoE information as advertised
            by the remote devices of PD type.

            This table may be sparsely populated. Entries in this table are
            relevant only if the extendedPD(5) bits in the
            lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
            corresponding ports are set "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) 7 }

.1.0.8802.1.1.2.1.5.4795.1.3.7.1
lldpXMedRemXPoEPDEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Information about XPoEPD information for the remote devices
             connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoEPDTable(7) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.7.1.1
lldpXMedRemXPoEPDPowerReq OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	Gauge32 (0..1023) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the power required by a
            PD connected remotely to the port
            expressed in units of 0.1 watts."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoEPDTable(7) lldpXMedRemXPoEPDEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.7.1.2
lldpXMedRemXPoEPDPowerSource OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), fromPSE(2), local(3), localAndPSE(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the type of Power Source advertised as being used
             by the device connected remotely to the port.

             A value fromPSE(2) indicates that the device advertises its power
             source as received from a PSE.

             A value local(3) indicates that the device advertises its power
             source as local.

             A value localAndPSE(4) indicates that the device advertises its
             power source as using both local and PSE power."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoEPDTable(7) lldpXMedRemXPoEPDEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.7.1.3
lldpXMedRemXPoEPDPowerPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  SYNTAX	INTEGER {unknown(1), critical(2), high(3), low(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the priority advertised as being required by the PD
             connected remotely to the port.

             A value critical(2) indicates that the device advertises its power
             Priority as critical, as per RFC 3621.

             A value high(3) indicates that the device advertises its power
             Priority as high, as per RFC 3621.

             A value low(4) indicates that the device advertises its power
             Priority as low, as per RFC 3621."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) lldpXMedRemoteData(3) lldpXMedRemXPoEPDTable(7) lldpXMedRemXPoEPDEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.2
lldpXMedConformance OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) 2 }

.1.0.8802.1.1.2.1.5.4795.2.1
lldpXMedCompliances OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) 1 }

.1.0.8802.1.1.2.1.5.4795.2.1.1
lldpXMedCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which implement
            the LLDP MED extension MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) lldpXMedCompliances(1) 1 }

.1.0.8802.1.1.2.1.5.4795.2.2
lldpXMedGroups OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) 2 }

.1.0.8802.1.1.2.1.5.4795.2.2.1
lldpXMedConfigGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"The collection of objects which are used to configure or
            describe the configuration or behavior of the LLDP-MED
            organizational extension implementation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) lldpXMedGroups(2) 1 }

.1.0.8802.1.1.2.1.5.4795.2.2.2
lldpXMedOptMediaPolicyGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            MED organizational extensions for Media Policy Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) lldpXMedGroups(2) 2 }

.1.0.8802.1.1.2.1.5.4795.2.2.3
lldpXMedOptInventoryGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            MED organizational extension for inventory Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) lldpXMedGroups(2) 3 }

.1.0.8802.1.1.2.1.5.4795.2.2.4
lldpXMedOptLocationGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            MED organizational extension for Location Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) lldpXMedGroups(2) 4 }

.1.0.8802.1.1.2.1.5.4795.2.2.5
lldpXMedOptPoEPSEGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            MED organizational extensions for PoE PSE Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) lldpXMedGroups(2) 5 }

.1.0.8802.1.1.2.1.5.4795.2.2.6
lldpXMedOptPoEPDGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            MED organizational extensions for PoE PD Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) lldpXMedGroups(2) 6 }

.1.0.8802.1.1.2.1.5.4795.2.2.7
lldpXMedRemSysGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP-
            MED organizational extension Remote Device Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) lldpXMedGroups(2) 7 }

.1.0.8802.1.1.2.1.5.4795.2.2.8
lldpXMedNotificationsGroup OBJECT-TYPE
  -- FROM	LLDP-EXT-MED-MIB
  DESCRIPTION	"Notifications sent by an LLDP-MED agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) lldpXMedGroups(2) 8 }

.1.0.8802.1.1.2.1.5.32962
lldpXdot1MIB MODULE-IDENTITY
  -- FROM	LLDP-EXT-DOT1-MIB
  DESCRIPTION	"The LLDP Management Information Base extension module for
            IEEE 802.1 organizationally defined discovery information.

            In order to assure the uniqueness of the LLDP-MIB,
            lldpXdot1MIB is branched from lldpExtensions using OUI value
            as the node.  An OUI/'company_id' is a 24 bit globally unique
            assigned number referenced by various standards.

            Copyright (C) IEEE (2005).  This version of this MIB module
            is published as Annex F.7.1 of IEEE Std 802.1AB-2005;
            see the standard itself for full legal notices."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) 32962 }

.1.0.8802.1.1.2.1.5.32962.1
lldpXdot1Objects OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1
lldpXdot1Config OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.1
lldpXdot1ConfigPortVlanTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of LLDP Port VLAN-ID TLVs
            to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.1.1
lldpXdot1ConfigPortVlanEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpPortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
            transmission of IEEE 802.1 organizationally defined Port
            VLAN-ID TLV on LLDP transmission capable ports.

            This configuration object augments the lldpPortConfigEntry of
            the LLDP-MIB, therefore it is only present along with the port
            configuration defined by the associated lldpPortConfigEntry
            entry.

            Each active lldpConfigEntry must be restored from non-volatile
            storage (along with the corresponding lldpPortConfigEntry)
            after a re-initialization of the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) lldpXdot1ConfigPortVlanTable(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.1.1.1
lldpXdot1ConfigPortVlanTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXdot1ConfigPortVlanTxEnable, which is defined as
            a truth value and configured by the network management,
            determines whether the IEEE 802.1 organizationally defined
            port VLAN TLV transmission is allowed on a given LLDP
            transmission capable port.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) lldpXdot1ConfigPortVlanTable(1) lldpXdot1ConfigPortVlanEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.2
lldpXdot1ConfigVlanNameTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls selection of LLDP VLAN name TLV
            instances to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.1.2.1
lldpXdot1ConfigVlanNameEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpXdot1LocVlanNameEntry }
  DESCRIPTION	"LLDP configuration information that specifies the set of
            ports (represented as a PortList) on which the Local System
            VLAN name instance will be transmitted.

            This configuration object augments the lldpLocVlanEntry,
            therefore it is only present along with the VLAN Name instance
            contained in the associated lldpLocVlanNameEntry entry.

            Each active lldpXdot1ConfigVlanNameEntry must be restored
            from non-volatile storage (along with the corresponding
            lldpXdot1LocVlanNameEntry) after a re-initialization of the
            management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) lldpXdot1ConfigVlanNameTable(2) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.2.1.1
lldpXdot1ConfigVlanNameTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The boolean value that indicates whether the corresponding
            Local System VLAN name instance will be transmitted on the
            port defined by the given lldpXdot1LocVlanNameEntry.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) lldpXdot1ConfigVlanNameTable(2) lldpXdot1ConfigVlanNameEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.3
lldpXdot1ConfigProtoVlanTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls selection of LLDP Port and Protocol
            VLAN ID TLV instances to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) 3 }

.1.0.8802.1.1.2.1.5.32962.1.1.3.1
lldpXdot1ConfigProtoVlanEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpXdot1LocProtoVlanEntry }
  DESCRIPTION	"LLDP configuration information that specifies the set of
            ports (represented as a PortList) on which the Local System
            Protocol VLAN instance will be transmitted.

            This configuration object augments the lldpXdot1LocVlanEntry,
            therefore it is only present along with the Port and
            Protocol VLAN ID instance contained in the associated
            lldpXdot1LocVlanEntry entry.

            Each active lldpXdot1ConfigProtoVlanEntry must be restored
            from non-volatile storage (along with the corresponding
            lldpXdot1LocProtoVlanEntry) after a re-initialization of
            the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) lldpXdot1ConfigProtoVlanTable(3) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.3.1.1
lldpXdot1ConfigProtoVlanTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The boolean value that indicates whether the corresponding
            Local System Port and Protocol VLAN instance will
            be transmitted on the port defined by the given
            lldpXdot1LocProtoVlanEntry.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) lldpXdot1ConfigProtoVlanTable(3) lldpXdot1ConfigProtoVlanEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.4
lldpXdot1ConfigProtocolTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls selection of LLDP Protocol
            TLV instances to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) 4 }

.1.0.8802.1.1.2.1.5.32962.1.1.4.1
lldpXdot1ConfigProtocolEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpXdot1LocProtocolEntry }
  DESCRIPTION	"LLDP configuration information that specifies the set of
            ports (represented as a PortList) on which the Local System
            Protocol instance will be transmitted.

            This configuration object augments the lldpXdot1LocProtoEntry,
            therefore it is only present along with the Protocol instance
            contained in the associated lldpXdot1LocProtoEntry entry.

            Each active lldpXdot1ConfigProtocolEntry must be restored
            from non-volatile storage (along with the corresponding
            lldpXdot1LocProtocolEntry) after a re-initialization of the
            management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) lldpXdot1ConfigProtocolTable(4) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.4.1.1
lldpXdot1ConfigProtocolTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The boolean value that indicates whether the corresponding
            Local System Protocol Identity instance will be transmitted
            on the port defined by the given lldpXdot1LocProtocolEntry.

            The value of this object must be restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1Config(1) lldpXdot1ConfigProtocolTable(4) lldpXdot1ConfigProtocolEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2
lldpXdot1LocalData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.2.1
lldpXdot1LocTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port for IEEE 802.1
            organizationally defined LLDP extension on the local system
            known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.1.1
lldpXdot1LocEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum }
  DESCRIPTION	"Information about IEEE 802.1 organizationally defined
            LLDP extension."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocTable(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.1.1.1
lldpXdot1LocPortVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  SYNTAX	Integer32 (0 | 1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value used to identify the port's VLAN identifier
            associated with the local system.   A value of zero shall
            be used if the system either does not know the PVID or does
            not support port-based VLAN operation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocTable(1) lldpXdot1LocEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.2
lldpXdot1LocProtoVlanTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per Port and Protocol
            VLAN information about the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) 2 }

.1.0.8802.1.1.2.1.5.32962.1.2.2.1
lldpXdot1LocProtoVlanEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum, lldpXdot1LocProtoVlanId }
  DESCRIPTION	"Port and protocol VLAN ID Information about a particular
            port component.  There may be multiple port and protocol VLANs,
            identified by a particular lldpXdot1LocProtoVlanId, configured
            on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocProtoVlanTable(2) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.2.1.1
lldpXdot1LocProtoVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  SYNTAX	Integer32 (0 | 1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the port and protocol
            VLANs associated with the given port associated with the
            local system.  A value of zero shall be used if the system
            either does not know the protocol VLAN ID (PPVID) or does
            not support port and protocol VLAN operation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocProtoVlanTable(2) lldpXdot1LocProtoVlanEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.2.1.2
lldpXdot1LocProtoVlanSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the given port
            (associated with the local system) supports port and protocol
            VLANs."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocProtoVlanTable(2) lldpXdot1LocProtoVlanEntry(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.2.2.1.3
lldpXdot1LocProtoVlanEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the port and
            protocol VLANs are enabled on the given port associated with
            the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocProtoVlanTable(2) lldpXdot1LocProtoVlanEntry(1) 3 }

.1.0.8802.1.1.2.1.5.32962.1.2.3
lldpXdot1LocVlanNameTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per IEEE 802.1Q VLAN
            name information on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) 3 }

.1.0.8802.1.1.2.1.5.32962.1.2.3.1
lldpXdot1LocVlanNameEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum, lldpXdot1LocVlanId }
  DESCRIPTION	"VLAN name Information about a particular port component.
            There may be multiple VLANs, identified by a particular
            lldpXdot1LocVlanId, configured on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocVlanNameTable(3) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.3.1.1
lldpXdot1LocVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the IEEE 802.1Q
            VLAN IDs with which the given port is compatible."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocVlanNameTable(3) lldpXdot1LocVlanNameEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.3.1.2
lldpXdot1LocVlanName OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify VLAN name identified by the
            Vlan Id associated with the given port on the local system.

            This object should contain the value of the dot1QVLANStaticName
            object (defined in IETF RFC 2674) identified with the given
            lldpXdot1LocVlanId."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocVlanNameTable(3) lldpXdot1LocVlanNameEntry(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.2.4
lldpXdot1LocProtocolTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per protocol identity
            information on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) 4 }

.1.0.8802.1.1.2.1.5.32962.1.2.4.1
lldpXdot1LocProtocolEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpLocPortNum, lldpXdot1LocProtocolIndex }
  DESCRIPTION	"Information about particular protocols that are accessible
            through the given port component.

            There may be multiple protocols, identified by particular
            lldpXdot1ProtocolIndex, and lldpLocPortNum."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocProtocolTable(4) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.4.1.1
lldpXdot1LocProtocolIndex OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents an arbitrary local integer value used
            by this agent to identify a particular protocol identity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocProtocolTable(4) lldpXdot1LocProtocolEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.4.1.2
lldpXdot1LocProtocolId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The octet string value used to identify the protocols
            associated with the given port of the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1LocalData(2) lldpXdot1LocProtocolTable(4) lldpXdot1LocProtocolEntry(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.3
lldpXdot1RemoteData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) 3 }

.1.0.8802.1.1.2.1.5.32962.1.3.1
lldpXdot1RemTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per physical network
            connection known to this agent.  The agent may wish to
            ensure that only one lldpXdot1RemEntry is present for
            each local port, or it may choose to maintain multiple
            lldpXdot1RemEntries for the same local port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.1.1
lldpXdot1RemEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
  DESCRIPTION	"Information about a particular port component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemTable(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.1.1.1
lldpXdot1RemPortVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  SYNTAX	Integer32 (0 | 1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value used to identify the port's VLAN identifier
            associated with the remote system.  if the remote system
            either does not know the PVID or does not support port-based
            VLAN operation, the value of lldpXdot1RemPortVlanId should
            be zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemTable(1) lldpXdot1RemEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.2
lldpXdot1RemProtoVlanTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per Port and Protocol
            VLAN information about the remote system, received on the
            given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) 2 }

.1.0.8802.1.1.2.1.5.32962.1.3.2.1
lldpXdot1RemProtoVlanEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, lldpXdot1RemProtoVlanId }
  DESCRIPTION	"Port and protocol VLAN name Information about a particular
            port component.  There may be multiple protocol VLANs,
            identified by a particular lldpXdot1RemProtoVlanId, configured
            on the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemProtoVlanTable(2) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.2.1.1
lldpXdot1RemProtoVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  SYNTAX	Integer32 (0 | 1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the port and protocol
            VLANs associated with the given port associated with the
            remote system.

            If port and protocol VLANs are not supported on the given
            port associated with the remote system, or if the port is
            not enabled with any port and protocol VLAN, the value of
            lldpXdot1RemProtoVlanId should be zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemProtoVlanTable(2) lldpXdot1RemProtoVlanEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.2.1.2
lldpXdot1RemProtoVlanSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the given port
            (associated with the remote system) is capable of supporting
            port and protocol VLANs."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemProtoVlanTable(2) lldpXdot1RemProtoVlanEntry(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.3.2.1.3
lldpXdot1RemProtoVlanEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the port and
            protocol VLANs are enabled on the given port associated with
            the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemProtoVlanTable(2) lldpXdot1RemProtoVlanEntry(1) 3 }

.1.0.8802.1.1.2.1.5.32962.1.3.3
lldpXdot1RemVlanNameTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per IEEE 802.1Q VLAN
            name information about the remote system, received on the
            given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) 3 }

.1.0.8802.1.1.2.1.5.32962.1.3.3.1
lldpXdot1RemVlanNameEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, lldpXdot1RemVlanId }
  DESCRIPTION	"VLAN name Information about a particular port component.
            There may be multiple VLANs, identified by a particular
            lldpXdot1RemVlanId, received on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemVlanNameTable(3) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.3.1.1
lldpXdot1RemVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the IEEE 802.1Q
            VLAN IDs with which the given port of the remote system
            is compatible."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemVlanNameTable(3) lldpXdot1RemVlanNameEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.3.1.2
lldpXdot1RemVlanName OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify VLAN name identified by the
            VLAN Id associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemVlanNameTable(3) lldpXdot1RemVlanNameEntry(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.3.4
lldpXdot1RemProtocolTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per protocol information
            about the remote system, received on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) 4 }

.1.0.8802.1.1.2.1.5.32962.1.3.4.1
lldpXdot1RemProtocolEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, lldpXdot1RemProtocolIndex }
  DESCRIPTION	"Protocol information about a particular port component.
            There may be multiple protocols, identified by a particular
            lldpXdot1ProtocolIndex, received on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemProtocolTable(4) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.4.1.1
lldpXdot1RemProtocolIndex OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents an arbitrary local integer value used
            by this agent to identify a particular protocol identity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemProtocolTable(4) lldpXdot1RemProtocolEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.4.1.2
lldpXdot1RemProtocolId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The octet string value used to identify the protocols
            associated with the given port of remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) lldpXdot1RemoteData(3) lldpXdot1RemProtocolTable(4) lldpXdot1RemProtocolEntry(1) 2 }

.1.0.8802.1.1.2.1.5.32962.2
lldpXdot1Conformance OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) 2 }

.1.0.8802.1.1.2.1.5.32962.2.1
lldpXdot1Compliances OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2) 1 }

.1.0.8802.1.1.2.1.5.32962.2.1.1
lldpXdot1Compliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT1-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which implement
            the IEEE 802.1 organizationally defined LLDP extension MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2) lldpXdot1Compliances(1) 1 }

.1.0.8802.1.1.2.1.5.32962.2.2
lldpXdot1Groups OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2) 2 }

.1.0.8802.1.1.2.1.5.32962.2.2.1
lldpXdot1ConfigGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            IEEE 802.1 organizationally defined LLDP extension
            implementation behavior.

            This group is mandatory for agents which implement the
            IEEE 802.1 organizationally defined LLDP extension."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2) lldpXdot1Groups(2) 1 }

.1.0.8802.1.1.2.1.5.32962.2.2.2
lldpXdot1LocSysGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-MIB
  DESCRIPTION	"The collection of objects which are used to represent
            IEEE 802.1 organizationally defined LLDP extension associated
            with the Local Device Information.

            This group is mandatory for agents which implement the
            IEEE 802.1 organizationally defined LLDP extension in the
            TX mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2) lldpXdot1Groups(2) 2 }

.1.0.8802.1.1.2.1.5.32962.2.2.3
lldpXdot1RemSysGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            802.1 organizational extension Local Device Information.

            This group is mandatory for agents which implement the
            LLDP 802.1 organizational extension in the RX mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2) lldpXdot1Groups(2) 3 }

.1.0.8802.1.1.2.2
lldpConformance OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) 2 }

.1.0.8802.1.1.2.2.1
lldpCompliances OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) 1 }

.1.0.8802.1.1.2.2.1.1
lldpCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which implement
            the LLDP MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) lldpCompliances(1) 1 }

.1.0.8802.1.1.2.2.2
lldpGroups OBJECT-TYPE
  -- FROM	LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) 2 }

.1.0.8802.1.1.2.2.2.1
lldpConfigGroup OBJECT-GROUP
  -- FROM	LLDP-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            LLDP implementation behavior.

            This group is mandatory for agents which implement the LLDP."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) lldpGroups(2) 1 }

.1.0.8802.1.1.2.2.2.2
lldpConfigRxGroup OBJECT-GROUP
  -- FROM	LLDP-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            LLDP implementation behavior.

            This group is mandatory for agents which implement the LLDP
            and have the capability of receiving LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) lldpGroups(2) 2 }

.1.0.8802.1.1.2.2.2.3
lldpConfigTxGroup OBJECT-GROUP
  -- FROM	LLDP-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            LLDP implementation behavior.

            This group is mandatory for agents which implement the LLDP
            and have the capability of transmitting LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) lldpGroups(2) 3 }

.1.0.8802.1.1.2.2.2.4
lldpStatsRxGroup OBJECT-GROUP
  -- FROM	LLDP-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            reception statistics.

            This group is mandatory for agents which implement the LLDP
            and have the capability of receiving LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) lldpGroups(2) 4 }

.1.0.8802.1.1.2.2.2.5
lldpStatsTxGroup OBJECT-GROUP
  -- FROM	LLDP-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            transmission statistics.

            This group is mandatory for agents which implement the LLDP
            and have the capability of transmitting LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) lldpGroups(2) 5 }

.1.0.8802.1.1.2.2.2.6
lldpLocSysGroup OBJECT-GROUP
  -- FROM	LLDP-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            Local System Information.

            This group is mandatory for agents which implement the LLDP
            and have the capability of transmitting LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) lldpGroups(2) 6 }

.1.0.8802.1.1.2.2.2.7
lldpRemSysGroup OBJECT-GROUP
  -- FROM	LLDP-MIB
  DESCRIPTION	"The collection of objects which are used to represent
            LLDP Remote Systems Information.  The objects represent the
            information associated with the basic TLV set.  Please note
            that even the agent doesn't implement some of the optional
            TLVs, it shall recognize all the optional TLV information
            that the remote system may advertise.

            This group is mandatory for agents which implement the LLDP
            and have the capability of receiving LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) lldpGroups(2) 7 }

.1.0.8802.1.1.2.2.2.8
lldpNotificationsGroup OBJECT-TYPE
  -- FROM	LLDP-MIB
  DESCRIPTION	"The collection of notifications used to indicate LLDP MIB
            data consistency and general status information.

            This group is mandatory for agents which implement the LLDP
            and have the capability of receiving LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpConformance(2) lldpGroups(2) 8 }

.1.0.8802.1.1.3
ieee8021SecyMIB MODULE-IDENTITY
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"The MAC security entity (SecY) module for managing IEEE
         802.1AE.  An SecY is the entity that operates the MAC Security
         protocol within the system.

         Each SecY transmits frames conveying secure MAC Service
         requests on a single Secure Channel (SC), and receives frames
         conveying secure service indications on separate SCs (one for
         each of the other SecYs participating in the Secure
         Connectivity Association (CA)).  A CA is a security
         relationship, established and maintained by key agreement
         protocols that comprise a fully connected subset of the
         service access points in stations attached to a single MACsec
         supported LAN.  An SC is a security relationship used to
         provide security guarantees for frames transmitted from one
         member of a CA to the others.  It is a unidirectional point to
         multipoint communication, and can be long lived, persisting
         through Secure Association Key (SAK) changes.  Each SC is
         supported by a sequence of Secure Associations (SAs) thus
         allowing the periodic use of fresh keys without terminating
         the relationship.  Each SA is supported by a single secret
         key, or a set of keys where the cryptographic operations used
         to protect one frame require more than one key.

         Two different interfaces Controlled Port and
         Uncontrolled Port, are associated with a SecY, and that for
         each instance of a SecY, two ifTable rows (one for each
         interface) run on top of an ifTable row representing the
         Common Port interface, such as a row with ifType =
         ethernetCsmacd(6).

         For example :

         -----------------------------------------------------------
         |                            |                            |
         |   Controlled Port          |   Uncontrolled Port        |
         |      Interface             |      Interface             |
         |    (ifEntry = j)           |     (ifEntry = k)          |
         | (ifType =                  | (ifType =                  |
         |  macSecControlledIF(231))  |  macSecUncontrolledIF(232))|
         |                            |                            |
         |---------------------------------------------------------|
         |                                                         |
         |                    Physical Interface                   |
         |                      (ifEntry = i)                      |
         |                (ifType = ethernetCsmacd(6))             |
         |_________________________________________________________|
         i, j, k are ifIndex to indicate an interface row in the ifTable.

                         Figure : MACsec Interface Stack

         The Controlled Port is the service point to provide one
         instance of the secure MAC service in a SecY.  The
         Uncontrolled Port is the service point to provide one instance
         of the insecure MAC service in a SecY."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) 3 }

.1.0.8802.1.1.3.0
secyMIBNotifications OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) 0 }

.1.0.8802.1.1.3.1
secyMIBObjects OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) 1 }

.1.0.8802.1.1.3.1.1
secyMgmtMIBObjects OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) 1 }

.1.0.8802.1.1.3.1.1.1
secyIfTable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of system level information for each interface
        supported by the MAC security entity.  An entry appears in this
        table for each interface with MAC security capability in this
        system.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged across
        a re-initialization of the management system of the entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) 1 }

.1.0.8802.1.1.3.1.1.1.1
secyIfEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ secyIfInterfaceIndex }
  DESCRIPTION	"An entry containing SecY management information applicable to
          a particular interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) 1 }

.1.0.8802.1.1.3.1.1.1.1.1
secyIfInterfaceIndex OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An interface index for a port with SecY management ability.

         This interface index should be aligned with ifIndex in the
         ifTable to point to the SecY Controlled Port entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 1 }

.1.0.8802.1.1.3.1.1.1.1.2
secyIfMaxPeerSCs OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Maximum number of peer SCs that this SecY can support."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 2 }

.1.0.8802.1.1.3.1.1.1.1.3
secyIfRxMaxKeys OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Maximum number of keys in simultaneous use for reception
         that this SecY can support."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 3 }

.1.0.8802.1.1.3.1.1.1.1.4
secyIfTxMaxKeys OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Maximum number of keys in simultaneous use for transmission
         that this SecY can support."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 4 }

.1.0.8802.1.1.3.1.1.1.1.5
secyIfProtectFramesEnable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object to enable or disable the protection function for
         egress frames."
  DEFVAL	{ true }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 5 }

.1.0.8802.1.1.3.1.1.1.1.6
secyIfValidateFrames OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	INTEGER {disabled(1), check(2), strict(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object to control the validation function for ingress
         frames.

         disabled(1) : means to disable the validation function.

         check(2) : means to enable the validation function but only
                    for checking without filtering out invalid frames.

         strict(3) : means to enable the validation function and also
                     strictly filter out those invalid frames."
  DEFVAL	{ strict }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 6 }

.1.0.8802.1.1.3.1.1.1.1.7
secyIfReplayProtectEnable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object to enable or disable the replay protection function."
  DEFVAL	{ true }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 7 }

.1.0.8802.1.1.3.1.1.1.1.8
secyIfReplayProtectWindow OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object to indicate the replay protection window size.  This
         object only takes effect if the object secyReplayProtectEnable
         is true."
  DEFVAL	{ 0 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 8 }

.1.0.8802.1.1.3.1.1.1.1.9
secyIfCurrentCipherSuite OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object that points to an entry of the secyCipherSuiteTable
         with active row status to indicate the cipher Suite which this
         SecY is currently using.  By default, this object should point
         to the default cipher suite which system provides."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 9 }

.1.0.8802.1.1.3.1.1.1.1.10
secyIfAdminPt2PtMAC OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	INTEGER {forceTrue(1), forceFalse(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object to control the service connectivity to at most one
         other system.  The secyOperPt2PtMAC indicates operational
         status of the service connectivity for this SecY.

         forceTrue(1) : allows only one service connection to the
                        other system.

         forceFalse(2) : no restriction on the number of service
                         connections to the other systems.

         auto(3) : means the service connectivity is determined by the
                   service providing entity."
  DEFVAL	{ auto }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 10 }

.1.0.8802.1.1.3.1.1.1.1.11
secyIfOperPt2PtMAC OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An object to reflect the current service connectivity status.

         true(1) : means the service connectivity of this SecY provides
                   at most one other system.

         false(2) : means the service connectivity of this SecY could
                    provide more than one other system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 11 }

.1.0.8802.1.1.3.1.1.1.1.12
secyIfIncludeSCIEnable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object indicates to include the SCI information in
         security TAG (SecTAG) field while transmitting MACsec
         frames."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 12 }

.1.0.8802.1.1.3.1.1.1.1.13
secyIfUseESEnable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object indicates to enable the ES bit in
         security TAG (SecTAG) field while transmitting MACsec
         frames."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 13 }

.1.0.8802.1.1.3.1.1.1.1.14
secyIfUseSCBEnable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object indicates to enable the SCB bit in
         security TAG (SecTAG) field while transmitting MACsec
         frames."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyIfTable(1) secyIfEntry(1) 14 }

.1.0.8802.1.1.3.1.1.2
secyTxSCTable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for providing information about the status of each
         transmitting SC supported by the MAC security entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) 2 }

.1.0.8802.1.1.3.1.1.2.1
secyTxSCEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ secyIfInterfaceIndex }
  DESCRIPTION	"An entry containing transmitting SC management information
         applicable to a particular SecY."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSCTable(2) 1 }

.1.0.8802.1.1.3.1.1.2.1.1
secyTxSCI OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION SecySCI
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The SCI information for transmitting MACsec frames of the
         transmitting SC in the SecY."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSCTable(2) secyTxSCEntry(1) 1 }

.1.0.8802.1.1.3.1.1.2.1.2
secyTxSCState OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	INTEGER {inUse(1), notInUse(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the current transmitting SC in the SecY.

         inUse(1) : means any of SAs for this SC is in use.

         notInUse(2) : means no SAs for this SC is in use."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSCTable(2) secyTxSCEntry(1) 2 }

.1.0.8802.1.1.3.1.1.2.1.3
secyTxSCEncodingSA OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current transmitting SA in use.  The row pointer will point
         to an entry in the secyTxSATable.  If no such information is
         available, the value shall be the OBJECT IDENTIFIER { 0 0 }."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSCTable(2) secyTxSCEntry(1) 3 }

.1.0.8802.1.1.3.1.1.2.1.4
secyTxSCEncipheringSA OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The previous transmitting SA in use.  The row pointer will point
         to an entry in the secyTxSATable.  If no such information is
         available, the value shall be the OBJECT IDENTIFIER { 0 0 }."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSCTable(2) secyTxSCEntry(1) 4 }

.1.0.8802.1.1.3.1.1.2.1.5
secyTxSCCreatedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this transmitting SC was created."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSCTable(2) secyTxSCEntry(1) 5 }

.1.0.8802.1.1.3.1.1.2.1.6
secyTxSCStartedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this transmitting SC last started
         transmitting MACsec frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSCTable(2) secyTxSCEntry(1) 6 }

.1.0.8802.1.1.3.1.1.2.1.7
secyTxSCStoppedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this transmitting SC last stopped
         transmitting MACsec frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSCTable(2) secyTxSCEntry(1) 7 }

.1.0.8802.1.1.3.1.1.3
secyTxSATable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for providing information about the status of each
         transmitting SA supported by the MAC security entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) 3 }

.1.0.8802.1.1.3.1.1.3.1
secyTxSAEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ secyIfInterfaceIndex, secyTxSA }
  DESCRIPTION	"An entry containing transmitting SA management information
         applicable to a particular SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSATable(3) 1 }

.1.0.8802.1.1.3.1.1.3.1.1
secyTxSA OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION SecyAN
  SYNTAX	Unsigned32 (0..3) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The association number (AN) for identifying a transmitting
         SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSATable(3) secyTxSAEntry(1) 1 }

.1.0.8802.1.1.3.1.1.3.1.2
secyTxSAState OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	INTEGER {inUse(1), notInUse(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current status of the transmitting SA.

         inUse(1) : means this SA is in use.

         notInUse(2) : means this SA is not in use."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSATable(3) secyTxSAEntry(1) 2 }

.1.0.8802.1.1.3.1.1.3.1.3
secyTxSANextPN OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next packet number (PN) that will be used in transmitting
         MACsec frames in the SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSATable(3) secyTxSAEntry(1) 3 }

.1.0.8802.1.1.3.1.1.3.1.4
secyTxSAConfidentiality OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether this SA supports the confidentiality as well as
         integrity function in transmitting frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSATable(3) secyTxSAEntry(1) 4 }

.1.0.8802.1.1.3.1.1.3.1.5
secyTxSASAKUnchanged OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A reference to an SAK that is unchanged for the life
         of the transmitting SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSATable(3) secyTxSAEntry(1) 5 }

.1.0.8802.1.1.3.1.1.3.1.6
secyTxSACreatedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this transmitting SA was created."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSATable(3) secyTxSAEntry(1) 6 }

.1.0.8802.1.1.3.1.1.3.1.7
secyTxSAStartedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this transmitting SA last started
         transmitting MACsec frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSATable(3) secyTxSAEntry(1) 7 }

.1.0.8802.1.1.3.1.1.3.1.8
secyTxSAStoppedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this transmitting SA last stopped
         transmitting MACsec frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyTxSATable(3) secyTxSAEntry(1) 8 }

.1.0.8802.1.1.3.1.1.4
secyRxSCTable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for providing information about the status of each
         receiving SC supported by the MAC security entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) 4 }

.1.0.8802.1.1.3.1.1.4.1
secyRxSCEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ secyIfInterfaceIndex, secyRxSCI }
  DESCRIPTION	"An entry containing receiving SC management information
         applicable to a particular SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSCTable(4) 1 }

.1.0.8802.1.1.3.1.1.4.1.1
secyRxSCI OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION SecySCI
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The SCI for identifying the receiving SC in the SecY."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSCTable(4) secyRxSCEntry(1) 1 }

.1.0.8802.1.1.3.1.1.4.1.2
secyRxSCState OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	INTEGER {inUse(1), notInUse(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the receiving SC in the SecY.

         inUse(1) : means any of SAs for this SC is in use.

         notInUse(2) : means no SAs for this SC is in use."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSCTable(4) secyRxSCEntry(1) 2 }

.1.0.8802.1.1.3.1.1.4.1.3
secyRxSCCurrentSA OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current receiving association number of the SC in use.
         The row pointer will point to an entry in the
         secyRxSATable.  If no such information can be identified,
         the value of this object shall be set to the
         OBJECT IDENTIFIER { 0 0 }."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSCTable(4) secyRxSCEntry(1) 3 }

.1.0.8802.1.1.3.1.1.4.1.4
secyRxSCCreatedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this receiving SC was created."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSCTable(4) secyRxSCEntry(1) 4 }

.1.0.8802.1.1.3.1.1.4.1.5
secyRxSCStartedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this receiving SC last started
         receiving MACsec frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSCTable(4) secyRxSCEntry(1) 5 }

.1.0.8802.1.1.3.1.1.4.1.6
secyRxSCStoppedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this receiving SC last stopped
         receiving MACsec frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSCTable(4) secyRxSCEntry(1) 6 }

.1.0.8802.1.1.3.1.1.5
secyRxSATable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for providing information about the status of each
         receiving SA supported by the MAC security entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) 5 }

.1.0.8802.1.1.3.1.1.5.1
secyRxSAEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ secyIfInterfaceIndex, secyRxSCI, secyRxSA }
  DESCRIPTION	"An entry containing receiving SA management information
         applicable to a particular SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSATable(5) 1 }

.1.0.8802.1.1.3.1.1.5.1.1
secyRxSA OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION SecyAN
  SYNTAX	Unsigned32 (0..3) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The association number (AN) for identifying a receiving
         SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSATable(5) secyRxSAEntry(1) 1 }

.1.0.8802.1.1.3.1.1.5.1.2
secyRxSAState OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	INTEGER {inUse(1), notInUse(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state for the receiving SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSATable(5) secyRxSAEntry(1) 2 }

.1.0.8802.1.1.3.1.1.5.1.3
secyRxSANextPN OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The stored packet number (PN) for replay protection
         in the SA.  If the PN of any receiving frames is less
         than the value of this object minus the value of
         secyReplayProtectWindow and secyReplayProtectEnable
         is true, the receiving frames should be discarded."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSATable(5) secyRxSAEntry(1) 3 }

.1.0.8802.1.1.3.1.1.5.1.4
secyRxSASAKUnchanged OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A reference to an SAK that is unchanged for the life
         of the receiving SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSATable(5) secyRxSAEntry(1) 4 }

.1.0.8802.1.1.3.1.1.5.1.5
secyRxSACreatedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this receiving SA was created."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSATable(5) secyRxSAEntry(1) 5 }

.1.0.8802.1.1.3.1.1.5.1.6
secyRxSAStartedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this receiving SA last started
         receiving MACsec frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSATable(5) secyRxSAEntry(1) 6 }

.1.0.8802.1.1.3.1.1.5.1.7
secyRxSAStoppedTime OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system time when this receiving SA last stopped
         receiving MACsec frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyRxSATable(5) secyRxSAEntry(1) 7 }

.1.0.8802.1.1.3.1.1.6
secyCipherSuiteTable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of selectable cipher suites for the MAC security
         entity.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged across
        a re-initialization of the management system of the entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) 6 }

.1.0.8802.1.1.3.1.1.6.1
secyCipherSuiteEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ secyCipherSuiteIndex }
  DESCRIPTION	"An entry containing the management information for a cipher
         suite."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) 1 }

.1.0.8802.1.1.3.1.1.6.1.1
secyCipherSuiteIndex OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index to recognize a Cipher Suite in the system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) secyCipherSuiteEntry(1) 1 }

.1.0.8802.1.1.3.1.1.6.1.2
secyCipherSuiteId OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The identifier for the cipher suite.  This is a global
         unique 64-bit (EUI-64) identifier."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) secyCipherSuiteEntry(1) 2 }

.1.0.8802.1.1.3.1.1.6.1.3
secyCipherSuiteName OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of the cipher suite.  If the name is composed of
         multi-byte characters, the total length must fit within 128
         octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) secyCipherSuiteEntry(1) 3 }

.1.0.8802.1.1.3.1.1.6.1.4
secyCipherSuiteCapability OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	BITS {integrity(0), confidentiality(1), offsetConfidentiality(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The capability of this cipher suite.

         integrity(0) : integrity protection capability for this
             cipher suite..

         confidentiality(1) : confidentiality protection
             capability for this cipher suite.

         offsetConfidentiality(2) : offset confidentiality protection
             capability for this cipher suite."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) secyCipherSuiteEntry(1) 4 }

.1.0.8802.1.1.3.1.1.6.1.5
secyCipherSuiteProtection OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	BITS {integrity(0), confidentiality(1), offsetConfidentiality(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The protection options of this cipher suite.  The options
         should depend on the object secyCipherSuiteCapability.

         If the value of secyCipherSuiteCapability is only integerity
         bit on, users can only choose to turn on integrity bit for
         this object.

         If the value of secyCipherSuiteCapability is integrity and
         confidentiality bits on, users can choose to turn on
         integrity or confidentiality bits, but if confidentiality
         bit is on, the integrity bit has to be on.

         If the value of secyCipherSuiteCapability is integrity and
         offsetConfidentiality bits on, users can choose to turn on
         integrity or offsetConfidentiality bits, but if
         offsetConfidentiality bit is on, the integrity bit has to be
         on.

         If the value of secyCipherSuiteCapability is integrity and
         confidentiality and offsetConfidentiality bits on, users can
         choose to turn on integrity or confidentiality or
         offsetConfidentiality bits, but if confidentiality or
         offsetConfidentiality bits are on, the integrity bit has to
         be on.

         integrity(0) : on or off the function of supporting integrity
             protection for this cipher suite.

         confidentiality(1) : on or off the function of supporting
             confidentiality for this cipher suite.

         offsetConfidentiality(2) : on or off the function of
             supporting offset confidentiality for this cipher suite."
  DEFVAL	{ { integrity } }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) secyCipherSuiteEntry(1) 5 }

.1.0.8802.1.1.3.1.1.6.1.6
secyCipherSuiteProtectionOffset OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Integer32 (0 | 30 | 50) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The confidentiality protection offset options of this
         cipher suite.  The options should depend on the choice of
         secyCipherSuiteProtection.

         If the value of secyCipherSuiteProtection only turns on
         integrity bit, users can only choose 0 byte for this
         object.

         If the value of secyCipherSuiteProtection only turns on
         integrity and confidentiality bits, users can only choose
         0 byte for this object.

         If the value of secyCipherSuiteProtection only turns on
         integrity and offsetConfidentiality bits, users can choose
         30 or 50 bytes for this object.

         If the value of secyCipherSuiteProtection turns on
         integrity and confidentiality and offsetConfidentiality
         bits, users can choose 0 or 30 or 50 bytes for this object."
  DEFVAL	{ 0 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) secyCipherSuiteEntry(1) 6 }

.1.0.8802.1.1.3.1.1.6.1.7
secyCipherSuiteDataLengthChange OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This indicates whether the data length will be
         changed after encryption by the cipher suite."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) secyCipherSuiteEntry(1) 7 }

.1.0.8802.1.1.3.1.1.6.1.8
secyCipherSuiteICVLength OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Unsigned32 (8..16) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of integrity check value (ICV) field."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) secyCipherSuiteEntry(1) 8 }

.1.0.8802.1.1.3.1.1.6.1.9
secyCipherSuiteRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object to create the paramaters for the supported
         Cipher Suites in the system.  If the specified
         secyCipherSuiteId object information is not supported
         in the system or the secyCipherSuiteCapability object
         is not matched the capability of the corresponding
         specified Cipher Suite in the same entry, the corresponding
         entry should not be active, i.e., this object should not be
         active or notInService."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyMgmtMIBObjects(1) secyCipherSuiteTable(6) secyCipherSuiteEntry(1) 9 }

.1.0.8802.1.1.3.1.2
secyStatsMIBObjects OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) 2 }

.1.0.8802.1.1.3.1.2.1
secyTxSAStatsTable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the statistics objects for each
         transmitting SA in the MAC security entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) 1 }

.1.0.8802.1.1.3.1.2.1.1
secyTxSAStatsEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ secyTxSAEntry }
  DESCRIPTION	"The entry holds the statistics for a transmitting SA.  An SA
         may be reused once a while.

         When starting using the SA, the counters of the SA should
         start at 0.

         When stopping using the SA, the counters will be stopped
         incrementing.

         The timestamps of starting and stopping time are recorded in
         the secyTxSATable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyTxSAStatsTable(1) 1 }

.1.0.8802.1.1.3.1.2.1.1.1
secyTxSAStatsProtectedPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of integrity protected but not encrypted packets
         for this transmitting SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyTxSAStatsTable(1) secyTxSAStatsEntry(1) 1 }

.1.0.8802.1.1.3.1.2.1.1.2
secyTxSAStatsEncryptedPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of integrity protected and encrypted packets for
         this transmitting SA."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyTxSAStatsTable(1) secyTxSAStatsEntry(1) 2 }

.1.0.8802.1.1.3.1.2.2
secyTxSCStatsTable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains statistics information for each
         transmitting SC in the MAC security entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) 2 }

.1.0.8802.1.1.3.1.2.2.1
secyTxSCStatsEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ secyTxSCEntry }
  DESCRIPTION	"The entry contains the counters of a transmitting SC.  Since some
         counters in the transmitting SA will be reset while the SA is
         reused, in order to maintain complete statistics information
         for the SC, the counters information on the SAs need to be kept
         in the SC.

         Those counters that may be reset are :
         secyTxSAStatsProtectedPkts,
         secyTxSAStatsEncryptedPkts

         Each counter for a SC is in the summation of the corresponding
         counter information for all the SAs, current and prior SAs,
         belonging to this SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyTxSCStatsTable(2) 1 }

.1.0.8802.1.1.3.1.2.2.1.1
secyTxSCStatsProtectedPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of integrity protected but not encrypted packets
         for this transmitting SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyTxSCStatsTable(2) secyTxSCStatsEntry(1) 1 }

.1.0.8802.1.1.3.1.2.2.1.4
secyTxSCStatsEncryptedPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of integrity protected and encrypted packets for
         this transmitting SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyTxSCStatsTable(2) secyTxSCStatsEntry(1) 4 }

.1.0.8802.1.1.3.1.2.2.1.10
secyTxSCStatsOctetsProtected OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of plain text octets that are integrity protected
         but not encrypted on the transmitting SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyTxSCStatsTable(2) secyTxSCStatsEntry(1) 10 }

.1.0.8802.1.1.3.1.2.2.1.11
secyTxSCStatsOctetsEncrypted OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of plain text octets that are integrity protected
         and encrypted on the transmitting SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyTxSCStatsTable(2) secyTxSCStatsEntry(1) 11 }

.1.0.8802.1.1.3.1.2.3
secyRxSAStatsTable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the statistics objects for each
         receiving SA in the MAC security entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) 3 }

.1.0.8802.1.1.3.1.2.3.1
secyRxSAStatsEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ secyRxSAEntry }
  DESCRIPTION	"The entry holds the statistics for a receiving SA.  An SA
         may be reused once a while.

         When starting using the SA, the counters of the SA should
         start at 0.

         When stopping using the SA, the counters will be stopped
         incrementing.

         The timestamps of starting and stopping time are recorded in
         the secyRxSATable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSAStatsTable(3) 1 }

.1.0.8802.1.1.3.1.2.3.1.1
secyRxSAStatsUnusedSAPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For this SA which is not currently in use, the number of
         received, unencrypted, packets with secyValidateFrames
         not in the strict mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSAStatsTable(3) secyRxSAStatsEntry(1) 1 }

.1.0.8802.1.1.3.1.2.3.1.4
secyRxSAStatsNoUsingSAPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For this SA which is not currently in use, the number of
         received packets that have been discarded, and have
         either the packets encrypted or the secyValidateFrames set to
         strict mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSAStatsTable(3) secyRxSAStatsEntry(1) 4 }

.1.0.8802.1.1.3.1.2.3.1.13
secyRxSAStatsNotValidPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For this SA, the number discarded packets with the
         condition that the packets are not valid and one of the
         following conditions are true: either secyValidateFrames in
         strict mode or the packets encrypted."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSAStatsTable(3) secyRxSAStatsEntry(1) 13 }

.1.0.8802.1.1.3.1.2.3.1.16
secyRxSAStatsInvalidPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For this SA, the number of packets with the condition
         that the packets are not valid and secyValidateFrames is in
         check mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSAStatsTable(3) secyRxSAStatsEntry(1) 16 }

.1.0.8802.1.1.3.1.2.3.1.25
secyRxSAStatsOKPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For this SA, the number of validated packets."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSAStatsTable(3) secyRxSAStatsEntry(1) 25 }

.1.0.8802.1.1.3.1.2.4
secyRxSCStatsTable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for the statistics information of each receiving SC
         supported by the MAC security entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) 4 }

.1.0.8802.1.1.3.1.2.4.1
secyRxSCStatsEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ secyRxSCEntry }
  DESCRIPTION	"The entry contains the counters of a receiving SC.  Since some
         counters in the receiving SA will be reset while the SA is
         reused, in order to maintain complete statistics information
         for the SC, the counters information on the SAs need to be kept
         in the SC.

         Those counters that may be reset are :
         secyRxSAStatsUnusedSAPkts,
         secyRxSAStatsNoUsingSAPkts,
         secyRxSAStatsNotValidPkts,
         secyRxSAStatsInvalidPkts,
         secyRxSAStatsOKPkts

         Each counter for a SC is in the summation of the corresponding
         counter information for all the SAs, current and prior SAs,
         belonging to this SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) 1 }

.1.0.8802.1.1.3.1.2.4.1.1
secyRxSCStatsUnusedSAPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The summation of counter secyRxSAStatsUnusedSAPkts
         information for all the SAs which belong to this SC.

         Since the secyRxSAStatsUnusedSAPkts counters in the SAs
         will be reset, in order to maintain complete statistics
         information for the SC, the counter information on the SAs
         need to be kept in the SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 1 }

.1.0.8802.1.1.3.1.2.4.1.2
secyRxSCStatsNoUsingSAPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The summation of counter secyRxSAStatsNoUsingSAPkts
         information for all the SAs which belong to this SC.

         Since the secyRxSAStatsNoUsingSAPkts counters in the SAs
         will be reset, in order to maintain complete statistics
         information for the SC, the counter information on the SAs
         need to be kept in the SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 2 }

.1.0.8802.1.1.3.1.2.4.1.3
secyRxSCStatsLatePkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For this SC, the number of received packets that have
         been discarded with the condition : secyReplayProtect is equal
         to true and the PN of the packet is lower than the lower bound
         replay check PN."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 3 }

.1.0.8802.1.1.3.1.2.4.1.4
secyRxSCStatsNotValidPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The summation of counter secyRxSAStatsNotValidPkts
         information for all the SAs which belong to this SC.

         Since the secyRxSAStatsNotValidPkts counters in the SAs
         will be reset, in order to maintain complete statistics
         information for the SC, the counter information on the SAs
         need to be kept in the SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 4 }

.1.0.8802.1.1.3.1.2.4.1.5
secyRxSCStatsInvalidPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The summation of counter secyRxSAStatsInvalidPkts
         information for all the SAs which belong to this SC.

         Since the secyRxSAStatsInvalidPkts counters in the SAs
         will be reset, in order to maintain complete statistics
         information for the SC, the counter information on the SAs
         need to be kept in the SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 5 }

.1.0.8802.1.1.3.1.2.4.1.6
secyRxSCStatsDelayedPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For this SC, the number of packets with the condition
         that the PN of the packets is lower than the lower bound
         replay protection PN."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 6 }

.1.0.8802.1.1.3.1.2.4.1.7
secyRxSCStatsUncheckedPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For this SC, the number of packets with the following
         condition:
         -secyValidateFrames is disabled or
         -secyValidateFrames is not disabled and the packet is not
         encrypted and the integrity check has failed or
         -secyValidateFrames is not disable and the packet is
         encrypted and integrity check has failed."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 7 }

.1.0.8802.1.1.3.1.2.4.1.8
secyRxSCStatsOKPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The summation of counter secyRxSAStatsOKPkts
         information for all the SAs which belong to this SC.

         Since the secyRxSAStatsOKPkts counters in the SAs
         will be reset, in order to maintain complete statistics
         information for the SC, the counter information on the SAs
         need to be kept in the SC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 8 }

.1.0.8802.1.1.3.1.2.4.1.9
secyRxSCStatsOctetsValidated OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets of plaintext recovered from received
         packets that were integrity protected but not encrypted."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 9 }

.1.0.8802.1.1.3.1.2.4.1.10
secyRxSCStatsOctetsDecrypted OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets of plaintext recovered from received
         packets that were integrity protected and encrypted."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyRxSCStatsTable(4) secyRxSCStatsEntry(1) 10 }

.1.0.8802.1.1.3.1.2.5
secyStatsTable OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for the statistics information of each SecY supported by
         the MAC security entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) 5 }

.1.0.8802.1.1.3.1.2.5.1
secyStatsEntry OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ secyIfEntry }
  DESCRIPTION	"An entry containing counters for statistics or diagnosis for
         a SecY."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyStatsTable(5) 1 }

.1.0.8802.1.1.3.1.2.5.1.1
secyStatsTxUntaggedPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted packets without the MAC
         security tag (SecTAG) because secyProtectFramesEnable is
         configured as false."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyStatsTable(5) secyStatsEntry(1) 1 }

.1.0.8802.1.1.3.1.2.5.1.2
secyStatsTxTooLongPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted packets discarded because the packet
         length is greater than the ifMtu of the Common Port interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyStatsTable(5) secyStatsEntry(1) 2 }

.1.0.8802.1.1.3.1.2.5.1.3
secyStatsRxUntaggedPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets without the MAC security tag
         (SecTAG) with secyValidateFrames which is not in the
         strict mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyStatsTable(5) secyStatsEntry(1) 3 }

.1.0.8802.1.1.3.1.2.5.1.4
secyStatsRxNoTagPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets discarded without the
         MAC security tag (SecTAG) with secyValidateFrames which is
         in the strict mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyStatsTable(5) secyStatsEntry(1) 4 }

.1.0.8802.1.1.3.1.2.5.1.5
secyStatsRxBadTagPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets discarded with an invalid
         SecTAG or a zero value PN or an invalid ICV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyStatsTable(5) secyStatsEntry(1) 5 }

.1.0.8802.1.1.3.1.2.5.1.6
secyStatsRxUnknownSCIPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets with unknown SCI with the
         condition :
         secyValidateFrames is not in the strict mode and the
         C bit in the SecTAG is not set."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyStatsTable(5) secyStatsEntry(1) 6 }

.1.0.8802.1.1.3.1.2.5.1.7
secyStatsRxNoSCIPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets discarded with unknown SCI
         information with the condition :
         secyValidateFrames is in the strict mode or the C bit
         in the SecTAG is set."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyStatsTable(5) secyStatsEntry(1) 7 }

.1.0.8802.1.1.3.1.2.5.1.8
secyStatsRxOverrunPkts OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets discarded because the number of
         received packets exceeded the cryptographic performance
         capabilities."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBObjects(1) secyStatsMIBObjects(2) secyStatsTable(5) secyStatsEntry(1) 8 }

.1.0.8802.1.1.3.2
secyMIBConformance OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) 2 }

.1.0.8802.1.1.3.2.1
secyMIBCompliances OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) 1 }

.1.0.8802.1.1.3.2.1.1
secyMIBCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"The compliance statement for entities which implement
         the IEEE8021-SECY-MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBCompliances(1) 1 }

.1.0.8802.1.1.3.2.2
secyMIBGroups OBJECT-TYPE
  -- FROM	IEEE8021-SECY-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) 2 }

.1.0.8802.1.1.3.2.2.1
secyIfCtrlGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a SecY control management
         information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 1 }

.1.0.8802.1.1.3.2.2.2
secyTxSCGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a transmitting SC control
         management information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 2 }

.1.0.8802.1.1.3.2.2.3
secyTxSAGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a transmitting SA control
         management information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 3 }

.1.0.8802.1.1.3.2.2.4
secyRxSCGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a receiving SC control
         management information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 4 }

.1.0.8802.1.1.3.2.2.5
secyRxSAGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a receiving SA control
         management information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 5 }

.1.0.8802.1.1.3.2.2.6
secyCipherSuiteGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a cipher suite information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 6 }

.1.0.8802.1.1.3.2.2.7
secyTxSAStatsGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a transmitting SA statistics
         information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 7 }

.1.0.8802.1.1.3.2.2.8
secyRxSAStatsGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a receiving SA statistics
         information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 8 }

.1.0.8802.1.1.3.2.2.9
secyTxSCStatsGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a transmitting SC statistics
         information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 9 }

.1.0.8802.1.1.3.2.2.10
secyRxSCStatsGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a receiving SC statistics
         information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 10 }

.1.0.8802.1.1.3.2.2.11
secyStatsGroup OBJECT-GROUP
  -- FROM	IEEE8021-SECY-MIB
  DESCRIPTION	"A collection of objects providing a SecY statistics
         information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SecyMIB(3) secyMIBConformance(2) secyMIBGroups(2) 11 }

.1.0.8802.17
ieee802dot17 OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) 17 }

.1.0.8802.17.1
ieee802dot17mibs OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) 1 }

.1.0.8802.17.1.1
ieee802dot17rprMIB MODULE-IDENTITY
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"The resilient packet ring MIB for IEEE 802.17.

                        Copyright (C) IEEE802.17.
                        This version of this MIB module is part of IEEE802.17;
                        see the draft itself for full legal notices."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) 1 }

.1.0.8802.17.1.1.1
rprObjects OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) 1 }

.1.0.8802.17.1.1.1.1
rprGeneral OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) 1 }

.1.0.8802.17.1.1.1.1.1
rprIfTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR interface table, extension to the ifTable.
                        All read-write attributes in this table are non-volatile,
                        i.e. will be retained across system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 1 }

.1.0.8802.17.1.1.1.1.1.1
rprIfEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprIfIndex }
  DESCRIPTION	"One such entry for every interface in the ifTable which
                        has an ifType of RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) 1 }

.1.0.8802.17.1.1.1.1.1.1.1
rprIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 1 }

.1.0.8802.17.1.1.1.1.1.1.2
rprIfStationsOnRing OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of stations on the RPR ring.
                        When the operStatus of the interface is down the value is 1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 2 }

.1.0.8802.17.1.1.1.1.1.1.3
rprIfReversionMode OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The reversion mode of the MAC,
                        False for non-revertive
                        True for revertive.

                        Revertive station will return to idle state after
                        WTR interval expires.

                        Default value for reversion mode is true."
  DEFVAL	{ true }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 3 }

.1.0.8802.17.1.1.1.1.1.1.4
rprIfProtectionWTR OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..1440) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the length of time in seconds, to remain in the
                        protection state, after the cause of an automatic
                        protection is removed. This mechanism prevents protection
                        switch oscillations.

                        Default value for WTR is 10 seconds."
  DEFVAL	{ 10 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 4 }

.1.0.8802.17.1.1.1.1.1.1.5
rprIfProtectionFastTimer OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..20) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the protection messages fast timer value in 1 ms units.
                        The fast timer is used for protection protocols.

                        Default value for fast timer protection messages is 10 ms."
  DEFVAL	{ 10 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 5 }

.1.0.8802.17.1.1.1.1.1.1.6
rprIfProtectionSlowTimer OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..200) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the protection slow timer value in 50 ms units.
                        The slow timer is used for topology and protection protocols.

                        Default value for slow timer protection and topology messages
                        is 20 units of 50 ms, i.e. 1sec."
  DEFVAL	{ 20 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 6 }

.1.0.8802.17.1.1.1.1.1.1.7
rprIfAtdTimer OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..200) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the timer period for ATD message transmissions.

                        Default value is 20 units of 50 ms, i.e. 1sec."
  DEFVAL	{ 20 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 7 }

.1.0.8802.17.1.1.1.1.1.1.8
rprIfKeepaliveTimeout OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (2..50) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the timer to declare keepalive timeout, multiples
                        of 1 millisecond.

                        Default value for keepalive timeout is 3 ms."
  DEFVAL	{ 3 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 8 }

.1.0.8802.17.1.1.1.1.1.1.9
rprIfFairnessAggressive OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the selected RPR fairness algorithm is
                        aggressive or conservative.

                        If true, the selected fairness mode is aggressive.

                        If false, the selected fairness mode is conservative.

                        The default value for fairness aggressive is true."
  DEFVAL	{ true }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 9 }

.1.0.8802.17.1.1.1.1.1.1.10
rprIfPtqSize OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size in bytes of the Primary Transit Queue per ringlet
                        supported by this RPR MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 10 }

.1.0.8802.17.1.1.1.1.1.1.11
rprIfStqSize OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size in bytes of the Secondary Transit Queue per ringlet
                        supported by this RPR MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 11 }

.1.0.8802.17.1.1.1.1.1.1.12
rprIfSTQFullThreshold OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A level of STQ occupancy at or above which the STQ
                        is almost full.

                           This attribute specifies the full threshold location
                           in MTU units below the STQ size.
                           The range is [stqHighThreshold + mtuSize, sizeSTQ - mtuSize].
                           The default value for stqFullThreshold is sizeSTQ - 2*mtuSize."
  DEFVAL	{ 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 12 }

.1.0.8802.17.1.1.1.1.1.1.13
rprIfIdleThreshold OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates that a MAC is experiencing an adverse rate
                        mismatch. When the PTQ depth exceeds this value,
                        the incoming link is considered adversely rate mismatched.

                        This attribute specifies the idle-threshold location
                        from the top of the PTQ buffer, in MTU size.

                        Default value should be 1, which means (sizePTQ - mtuSize)"
  DEFVAL	{ 1 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 13 }

.1.0.8802.17.1.1.1.1.1.1.14
rprIfSesThreshold OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..512) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the number of E-RPR errors to declare
                        a second as SES-RPR

                        The default value is the rounded integer of
                        0.000001 * (lineRate * advertisementRatio)."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 14 }

.1.0.8802.17.1.1.1.1.1.1.15
rprIfWrapConfig OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the configured protection mode,
                        steering or wrapping, in a MAC that supports both modes.

                        If wrap configured bit is set, the station will
                        perform wrap protection during ring failures.

                        If the station detects another station on the ring that
                        has a protection configuration that conflicts with its own,
                        the station will generate a defect to higher layers.

                        Default value for wrap preferred is false for steering
                        only stations, and true for stations that implement wrapping."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 15 }

.1.0.8802.17.1.1.1.1.1.1.16
rprIfJumboFramePreferred OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the preference of the manager to support jumbo frame
                        in a MAC that supports jumbo frame.

                        The station advertises the 'logical and' of rprIfJumboFramePreferred
                        and jumbo capable bit in the rprIfMacCapability.

                        Default value for jumbo frame preferred is true. i.e. station
                        supports jumbo frame."
  DEFVAL	{ true }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 16 }

.1.0.8802.17.1.1.1.1.1.1.17
rprIfMacOperModes OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	BITS {strictOrder(0), dropBadFcs(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The summary of the Mac operational modes.
                        if strictOrder is set, the MAC operates in strict order mode.
                        if dropBadFcs is set, frames with bad FCS are dropped."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 17 }

.1.0.8802.17.1.1.1.1.1.1.18
rprIfRingOperModes OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	BITS {jumboFrames(0), wrapProtection(1), openRing(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The summary of the ring operational modes
                        collected through the topology discovery protocol.

                        If at least one station doesn't support jumbo frames,
                        the jumboFrame bit in this attribute is set to false.
                        Only if all stations support jumbo frames, the bit is true.

                        If at least one station wasn't configured to wrap,
                        the wrap bit in this attribute is set to false.
                        Only if all stations configured to wrap, the bit is true.

                        If the ring doesn't complete full loop, the ring is considered

                           openRing, with at least one detected edge."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 18 }

.1.0.8802.17.1.1.1.1.1.1.19
rprIfCurrentStatus OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	BITS {neighborInconsistency(0), duplicateMac(1), exceedMaxStations(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the current status of the RPR interface.
                        this attribute is used to generate alarm to the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 19 }

.1.0.8802.17.1.1.1.1.1.1.20
rprIfLastChange OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time when any of the following
                        attributes changes:
                        rprIfStationsOnRing, rprIfReversionMode, rprIfProtectionWTR,
                        rprIfProtectionFastTimer, rprIfProtectionSlowTimer, rprIfAtdTimer,
                        rprIfKeepaliveTimeout, rprIfFairnessAggressive,
                        rprIfSTQFullThreshold, rprIfIdleThreshold,
                        rprIfSesThreshold, rprIfWrapConfig, rprIfJumboFramePreferred,
                        rprIfMacOperModes, rprIfRingOperModes, rprIfCurrentStatus
                        contents of the rprTopoImageEntry."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 20 }

.1.0.8802.17.1.1.1.1.1.1.21
rprIfChanges OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates number of times rprIfLastChange changed.

                        The discontinued counter value is indicated
                        by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 21 }

.1.0.8802.17.1.1.1.1.2
rprIfStatsControlTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR statistics management table,
                        controls the collection, duration, clearance, and status
                        of the MAC statistics.

                        The usage of this table is as follows:

                        1. In order to clear period of counters (or all periods) of
                           specific counting point (or all counting points) of the
                           RPR MAC, the user should first set the
                           rprIfStatsControlPeriodClear item to specify the period
                           that he would like to clear, and the
                           rprIfStatsControlCountPointClear item to specify the
                           counting point on which he would like to perform the
                           statistics clearance.
                           In case that the user specified 'clearSpecificInterval'
                           in the rprIfStatsControlPeriodClear item, the user should
                           also set the specific interval to clear by setting
                           rprIfStatsControlIntervalClear.
                           After setting these items, the user can activate the
                           clear operation by setting rprIfStatsControlCommitClear
                           item to 'commit'.
                           The status of the clear operation (done of failed) is
                           indicated by the returned value of rprIfStatsControlCommitClear
                         item.

                        2. Setting rprIfStatsControlPeriodClear to 'clearAllIntervals' and
                           rprIfStatsControlCountPointClear to 'clearWest' (for example)
                           will clear all current and previous intervals, and day
                           counters of the west side of the RPR MAC.

                        3. The IntervalValidData of cleared interval should be set to false.


                        All read-write attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 2 }

.1.0.8802.17.1.1.1.1.2.1
rprIfStatsControlEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprIfStatsControlIfIndex }
  DESCRIPTION	"One such entry for every interface in the ifTable which

                        has an ifType of RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2) 1 }

.1.0.8802.17.1.1.1.1.2.1.1
rprIfStatsControlIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2) rprIfStatsControlEntry(1) 1 }

.1.0.8802.17.1.1.1.1.2.1.2
rprIfStatsControlPeriodClear OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {idle(1), clearAllIntervals(2), clearCurrent(3), clearIntervals(4), clearSpecificInterval(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute allows for some or all of the
                        interval statistics for this RPR MAC to be cleared.
                        It does not affect the values of the running counters
                        or the counter values reported through the interface MIB.

                        clearSpecificInterval clears the interval indicated by
                        rprIfStatsControlIntervalClear.

                        Default value for period clear is idle."
  DEFVAL	{ idle }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2) rprIfStatsControlEntry(1) 2 }

.1.0.8802.17.1.1.1.1.2.1.3
rprIfStatsControlCountPointClear OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {clearAll(1), clearWest(2), clearEast(3), clearClient(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute allows for a specific counting point of the
                        RPR MAC or all of the RPR MAC counting points to be cleared
                        on rprIfStatsControlPeriodClear request.

                        Default value for Interface to clear is clearAll, i.e.

                        clear statistics of all interfaces."
  DEFVAL	{ clearAll }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2) rprIfStatsControlEntry(1) 3 }

.1.0.8802.17.1.1.1.1.2.1.4
rprIfStatsControlIntervalClear OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..96) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The statistics interval number to clear.
                        The interval identified by 1 is the most recently completed
                        15 minute interval, and interval identified by N is the
                        interval immediately preceding the one identified by N-1.

                        Setting rprIfStatsControlPeriodClear to clearSpecificInterval will
                        clear the interval that is indicated by this object."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2) rprIfStatsControlEntry(1) 4 }

.1.0.8802.17.1.1.1.1.2.1.5
rprIfStatsControlCommitClear OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {commit(1), commitDone(2), commitFailed(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Sends a commit with input parameters to specify the
                        Period (rprIfStatsControlPeriodClear),
                        count point (rprIfStatsControlCountPointClear) and
                        specific interval (rprIfStatsControlIntervalClear) to clear.

                        If the clear operation succeeds this attribute will have
                        the value commitDone(2) when read.
                        If the clear operation fails this attribute will have
                        the value commitFailed(3) when read."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2) rprIfStatsControlEntry(1) 5 }

.1.0.8802.17.1.1.1.1.2.1.6
rprIfStatsControlTimeElapsed OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..899) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds, including partial seconds, that
                        have elapsed since the beginning of the current
                        measurement interval. If, for some reason, such as an
                        adjustment in the system's time-of-day clock, the current
                        interval exceeds the maximum value, the agent will return
                        the maximum value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2) rprIfStatsControlEntry(1) 6 }

.1.0.8802.17.1.1.1.1.2.1.7
rprIfStatsControlValidIntervals OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of previous 15-minute intervals for
                        which data was collected.
                        An RPR interface must be capable of supporting at least n
                        intervals.
                               The minimum value of n is 4. The default of n is 32.
                        The maximum value of n is 96.
                               The value will be <n> unless the measurement was
                        (re-)started within the last (<n>*15) minutes, in which
                        case the value will be the number of complete 15
                        minute intervals for which the agent has at least
                               some data. In certain cases (e.g., in the case
                               where the agent is a proxy) it is possible that some
                               intervals are unavailable.  In this case, this
                               interval is the maximum interval number for
                               which data is available. "
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2) rprIfStatsControlEntry(1) 7 }

.1.0.8802.17.1.1.1.1.3
rprSpanTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR interface Span table.

                        All read-write attributes in this table are non-volatile,

                        i.e. will be retained across system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 3 }

.1.0.8802.17.1.1.1.1.3.1
rprSpanEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanIfIndex, rprSpanId }
  DESCRIPTION	"One such entry for every span of an RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) 1 }

.1.0.8802.17.1.1.1.1.3.1.1
rprSpanIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 1 }

.1.0.8802.17.1.1.1.1.3.1.2
rprSpanId OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the span interface of the RPR MAC. Each RPR
                        span is connected to both ringlet0 and ringlet1.
                        The east span receives from ringlet1 and transmits through
                        ringlet0.
                        The west span receives from ringlet0 and transmits through
                        ringlet1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 2 }

.1.0.8802.17.1.1.1.1.3.1.3
rprSpanLowerLayerIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifIndex of interface which is below the RPR layer in this
                        span. A value of zero indicates an interface index that has
                        yet to be determined"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 3 }

.1.0.8802.17.1.1.1.1.3.1.4
rprSpanTotalRingletReservedRate OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total reserved subclassA0 bandwidth on the ringlet.
                        This variable is used by the fairness module
                        to determine the total reclaimable bandwidth."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 4 }

.1.0.8802.17.1.1.1.1.3.1.5
rprSpanCurrentStatus OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	BITS {keepAliveTimeout(0), miscabling(1), phyLinkDegrade(2), phyLinkFail(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the current status of the RPR span.
                        this attribute is used to generate alarm to the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 5 }

.1.0.8802.17.1.1.1.1.3.1.6
rprSpanLastChange OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time when any of the following
                        attributes changes:
                        rprSpanCurrentStatus,
                        rprSpanProtectionNeighborValid, rprSpanProtectionHoldOffTimer,
                        rprSpanProtectionCommand, rprSpanProtectionCount."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 6 }

.1.0.8802.17.1.1.1.1.3.1.7
rprSpanChanges OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates number of times rprSpanLastChange changed.

                        The discontinued counter value is indicated
                        by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 7 }

.1.0.8802.17.1.1.1.1.4
rprSpanProtectionTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR interface Span protection management table.

                         All read-write attributes in this table are non-volatile,
                         i.e. will be retained across system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 4 }

.1.0.8802.17.1.1.1.1.4.1
rprSpanProtectionEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanProtectionIfIndex, rprSpanProtectionSpan }
  DESCRIPTION	"One such entry for every span of an RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) 1 }

.1.0.8802.17.1.1.1.1.4.1.1
rprSpanProtectionIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) rprSpanProtectionEntry(1) 1 }

.1.0.8802.17.1.1.1.1.4.1.2
rprSpanProtectionSpan OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Span for this entry."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) rprSpanProtectionEntry(1) 2 }

.1.0.8802.17.1.1.1.1.4.1.3
rprSpanProtectionNeighborValid OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether the neighbor address is active or former.
                        true value for active, false for former"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) rprSpanProtectionEntry(1) 3 }

.1.0.8802.17.1.1.1.1.4.1.4
rprSpanProtectionHoldOffTimer OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..500) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The period that RPR gives to lower layer to perform
                        protection, before it activates its protection mechanism.

                        Default value of hold off timer is 0."
  DEFVAL	{ 0 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) rprSpanProtectionEntry(1) 4 }

.1.0.8802.17.1.1.1.1.4.1.5
rprSpanProtectionCommand OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {idle(1), manualSwitch(2), forcedSwitch(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The protection mode requested by management for the local
                        station that can affect the protection status of the RPR
                        station, according to the set of rules describing the RPR
                        protection.

                        When read, this object returns the last command written
                        unless it has been preempted, or idle if no command has been
                        written to this interface span since initialization.

                        There is no pending of commands, that is if a command has
                        been preempted by a failure, when the failure clears the
                        command is not executed.

                        If the command cannot be executed because an equal or \
                        higher priority request is in effect, an error is returned.

                        writing idle to a span that has no pending protection
                        command, has no affect. An idle clears an active WTR state.

                        The protection commands (arranged in ascending priority
                        order) are:

                        idle
                        This command clears the protection for the specified
                        interface span.
                        This value should be returned by a read request when no
                        protection command has been written to the object.

                        manualSwitch
                        A protection command on each end of a specified span. This
                        command doesn't have precedence over automatic protection,
                        and therefore it can't preempt
                        an existing automatic protection request.

                        forcedSwitch
                        A command on each end of a specified span. This command has
                        precedence over automatic protection, and therefore it can
                        preempt an existing automatic protection request.

                           Default value of protection command is idle."
  DEFVAL	{ idle }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) rprSpanProtectionEntry(1) 5 }

.1.0.8802.17.1.1.1.1.4.1.6
rprSpanProtectionCount OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transitions from idle state to active
                        protection state.

                        The discontinued counter value is indicated
                        by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) rprSpanProtectionEntry(1) 6 }

.1.0.8802.17.1.1.1.1.4.1.7
rprSpanProtectionDuration OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total amount of time protection was active on the
                        span interface.

                        The discontinued counter value is indicated
                        by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) rprSpanProtectionEntry(1) 7 }

.1.0.8802.17.1.1.1.1.4.1.8
rprSpanProtectionLastActivationTime OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the last protection
                        activation."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) rprSpanProtectionEntry(1) 8 }

.1.0.8802.17.1.1.1.1.5
rprIfChangeSummaryObject OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 5 }

.1.0.8802.17.1.1.1.1.5.1
rprIfChangeSummaryNumInterfaces OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of RPR interfaces on this device."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 1 }

.1.0.8802.17.1.1.1.1.5.2
rprIfChangeSummaryIfLastChange OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Latest timestamp when any instance of rprIfLastChange changed."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 2 }

.1.0.8802.17.1.1.1.1.5.3
rprIfChangeSummaryIfChanges OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times any instance of rprIfChanges changed.

                        The discontinued counter value is indicated
                        by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 3 }

.1.0.8802.17.1.1.1.1.5.4
rprIfChangeSummarySpanLastChange OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Latest timestamp when any instance of rprSpanLastChange changed."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 4 }

.1.0.8802.17.1.1.1.1.5.5
rprIfChangeSummarySpanChanges OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times any instance of rprSpanChanges changed.

                        The discontinued counter value is indicated
                        by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 5 }

.1.0.8802.17.1.1.1.1.5.6
rprIfChangeSummaryFairnessLastChange OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Latest timestamp when any instance of rprFairnessLastChange changed."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 6 }

.1.0.8802.17.1.1.1.1.5.7
rprIfChangeSummaryFairnessChanges OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times any instance of rprFairnessChanges changed.

                        The discontinued counter value is indicated
                        by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 7 }

.1.0.8802.17.1.1.1.2
rprProtocols OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) 2 }

.1.0.8802.17.1.1.1.2.1
rprTopoImageTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A topology map that details the list of stations on the RPR
                        ringlets.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) 1 }

.1.0.8802.17.1.1.1.2.1.1
rprTopoImageEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprTopoImageIfIndex, rprTopoImageMacAddress }
  DESCRIPTION	"Each entry contains information specific to a particular
                        station on the ring.

                        The table has at least one entry for the station itself,
                        this entry indicates zero hops on each ringlet."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) 1 }

.1.0.8802.17.1.1.1.2.1.1.1
rprTopoImageIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 1 }

.1.0.8802.17.1.1.1.2.1.1.2
rprTopoImageMacAddress OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 48-bit MAC address of the station."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 2 }

.1.0.8802.17.1.1.1.2.1.1.3
rprTopoImageSecMacAddress1 OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 48-bit first secondary MAC address of the station.

                        Default and unused value is FF:FF:FF:FF:FF:FF"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 3 }

.1.0.8802.17.1.1.1.2.1.1.4
rprTopoImageSecMacAddress2 OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 48-bit second secondary MAC address of the station.

                        Default and unused value is FF:FF:FF:FF:FF:FF"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 4 }

.1.0.8802.17.1.1.1.2.1.1.5
rprTopoImageStationIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The station ifIndex."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 5 }

.1.0.8802.17.1.1.1.2.1.1.6
rprTopoImageStationName OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operator assigned station name."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 6 }

.1.0.8802.17.1.1.1.2.1.1.7
rprTopoImageInetAddressType OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the address type of the station INET address
                        It should be set to 'unknown' if station INET address
                        is not known."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 7 }

.1.0.8802.17.1.1.1.2.1.1.8
rprTopoImageInetAddress OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of of the station
                        IP (v4 or V6) address.
                        The format of this address is specified by the value
                        of the corresponding rprTopoImageInetAddressType object.

                        If the address type is unknown, then this object contains the
                        zero-length OCTET-STRING."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 8 }

.1.0.8802.17.1.1.1.2.1.1.9
rprTopoImageCapability OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	BITS {jumboFrames(0), wrapProtection(1), supportsConservativeFairness(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the capabilities that the MAC supports.

                        jumboFrames - Indicates whether the MAC capable of receiving,
                        transmitting and transiting jumbo frames.

                        wrapProtection - Indicates whether the MAC configured to wrap
                        protection.

                        supportsConservativeFairness - indicates the MAC supports
                        conservative fairness algorithm."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 9 }

.1.0.8802.17.1.1.1.2.1.1.10
rprTopoImageRinglet0Hops OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of hops to this station through ringlet0.

                        The self station is indicated with zero hops.

                           A non reachable station is indicated with -1 value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 10 }

.1.0.8802.17.1.1.1.2.1.1.11
rprTopoImageRinglet0ReservedRate OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of A0 traffic that this station adds on ringlet0,
                        in Mb/s units."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 11 }

.1.0.8802.17.1.1.1.2.1.1.12
rprTopoImageRinglet1Hops OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of hops to this station through ringlet1.

                        The self station is indicated with zero hops.
                        A non reachable station is indicated with -1 value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 12 }

.1.0.8802.17.1.1.1.2.1.1.13
rprTopoImageRinglet1ReservedRate OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of A0 traffic that this station adds on ringlet1,
                        in Mb/s units."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 13 }

.1.0.8802.17.1.1.1.2.1.1.14
rprTopoImageWestProtectionStatus OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprProtectionStatus
  SYNTAX	BITS {noRequest(0), waitToRestore(1), manualSwitch(2), signalDegraded(3), signalFailed(4), forcedSwitch(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current protection status of the West span."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 14 }

.1.0.8802.17.1.1.1.2.1.1.15
rprTopoImageWestWeight OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The weight of the station on the west span.
                        used for weighted fairness."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 15 }

.1.0.8802.17.1.1.1.2.1.1.16
rprTopoImageEastProtectionStatus OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprProtectionStatus
  SYNTAX	BITS {noRequest(0), waitToRestore(1), manualSwitch(2), signalDegraded(3), signalFailed(4), forcedSwitch(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current protection status of the east span."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 16 }

.1.0.8802.17.1.1.1.2.1.1.17
rprTopoImageEastWeight OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The weight of the station on the east span.
                        Used for weighted fairness."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 17 }

.1.0.8802.17.1.1.1.2.1.1.18
rprTopoImageStatus OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	BITS {reachableRinglet0(0), reachableRinglet1(1), wrapActiveWest(2), wrapActiveEast(3), receivedBadFcs(4), receivedMultichokeFairness(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the station,
                        the reachability of station through ringlet0 and ringlet1,
                        wrap active on the station spans,
                        events of reception frames with bad FCS,
                        events of reception multichoke fairness frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) rprTopoImageEntry(1) 18 }

.1.0.8802.17.1.1.1.2.2
rprFairnessTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of RPR Fairness per RPR span.

                        All read-write attributes in this table are non-volatile,
                        i.e. will be retained across system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) 2 }

.1.0.8802.17.1.1.1.2.2.1
rprFairnessEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprFairnessIfIndex, rprFairnessRinglet }
  DESCRIPTION	"A fairness parameters for a particular ringlet of the

                        an RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) 1 }

.1.0.8802.17.1.1.1.2.2.1.1
rprFairnessIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 1 }

.1.0.8802.17.1.1.1.2.2.1.2
rprFairnessRinglet OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ringlet for which this row contains information.

                        ringlet0 is the transmission of the east span and the
                        reception of the west span,

                        ringlet1 is the transmission of the west span and the
                        reception of the east span"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 2 }

.1.0.8802.17.1.1.1.2.2.1.3
rprFairnessRingletWeight OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Weight assigned to fairness to permit the scaling of
                        fair rate values among stations on the ringlet.
                        This allows one station to use a larger share of available
                        capacity than another station without violating fairness
                        principles.

                        The allowed range is [1, 255]. The default value is 1."
  DEFVAL	{ 1 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 3 }

.1.0.8802.17.1.1.1.2.2.1.4
rprFairnessReservedRate OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The amount of A0 traffic that this station adds that ringlet,
                        in Mb/s units.

                        Default value for A0 reserved rate is 0 Mb/s."
  DEFVAL	{ 0 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 4 }

.1.0.8802.17.1.1.1.2.2.1.5
rprFairnessMaxAllowed OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum value that the station is allowed to transmit
                        local excess traffic to the ringlet. The default value
                        is the physical ring rate."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 5 }

.1.0.8802.17.1.1.1.2.2.1.6
rprFairnessAgeCoef OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The coefficient used by the aging procedure to specify
                        the relative weights assigned to

                        (a) the change in the value of a rate-counter during
                               the most recent agingInterval and

                         (b) the value of the rate-counter at the end of the previous
                               agingInterval.

                           The value is interpreted as 2 raised to the power
                           specified by this attribute.

                           The default value is 2, giving an aging coefficient
                           of 2**2, or 4."
  DEFVAL	{ 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 6 }

.1.0.8802.17.1.1.1.2.2.1.7
rprFairnessRampCoef OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (4..9) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The coefficient used for ramping a rate.

                        The value is interpreted as 2 raised to the power
                        specified by this attribute.

                        The default value is 6, giving a low-pass coefficient
                        of 2**6, or 64."
  DEFVAL	{ 6 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 7 }

.1.0.8802.17.1.1.1.2.2.1.8
rprFairnessLpCoef OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (4..9) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The coefficient used by the low-pass filter procedure
                        to specify the relative weights applied to

                        . (a) the increase in the rate-count value during the most
                            recent agingInterval and

                        .(b) the previous low-pass filtered rate.
                        The former is assigned a weight of 1 and the latter a
                        weight of (lpCoef-1).


                        The value is interpreted as 2 raised to the power
                        specified by this attribute.

                        The default value is 6, giving a low-pass coefficient
                        of 2**6, or 64."
  DEFVAL	{ 6 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 8 }

.1.0.8802.17.1.1.1.2.2.1.9
rprFairnessAdvertisementRatio OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..40) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The ratio between the link capacity reserved for fairness
                        control messages and the total link capacity.

                        Default value of fairness advertisement ratio is 5 units
                        of 0.00025, i.e 0.00125."
  DEFVAL	{ 5 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 9 }

.1.0.8802.17.1.1.1.2.2.1.10
rprFairnessMcffReportCoef OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (8..512) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the number of SCFF advertisingIntervals that
                        elapse between the sending of successive MCFFs,
                        This value allows the interval between sending MCFFs
                        to be established as MCFF_reportingInterval =
                        rprFairnessMcffReportCoef * SCFF_avertisingInterval.

                        The default value is 10."
  DEFVAL	{ 10 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 10 }

.1.0.8802.17.1.1.1.2.2.1.11
rprFairnessActiveWeightsCoef OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (8..512) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the number of agingIntervals that elapse between
                        successive computations of activeWeights.
                        This value allows the interval between computations of
                        activeWeights to be established as
                        activeWeightsInterval = activeWeightsCoef * agingInterval.

                        The default value is 64."
  DEFVAL	{ 64 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 11 }

.1.0.8802.17.1.1.1.2.2.1.12
rprFairnessSTQHighThreshold OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..1000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A level of STQ occupancy at or above which CSFE frames are no
                        longer admitted. Defined only for a dual transit-queue
                        implementation.

                        This attribute specifies the high threshold location
                        in percentage of the STQ size.
                        The allowed range is [2*mtuSize, stqFullThreshold -mtuSize].
                           The default value is 0.25*stqFullThreshold."
  DEFVAL	{ 250 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 12 }

.1.0.8802.17.1.1.1.2.2.1.13
rprFairnessSTQMedThreshold OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..1000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A level of buffer occupancy in a dual-queue deployment,
                        at or above which congestion on the outbound link is declared.

                        This attribute specifies the medium threshold location
                        in percentage of the STQ size.
                        The allowed range is [stqLowThreshold + mtuSize,

                        stqHighThreshold - mtuSize].
                        The default value is 0.5 * (stqHighThreshold + stqLowThreshold)."
  DEFVAL	{ 187 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 13 }

.1.0.8802.17.1.1.1.2.2.1.14
rprFairnessSTQLowThreshold OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..1000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A level of STQ occupancy at or above which congestion on
                        the outbound link is imminent.
                        Defined only for dual transit-queue implementations.

                        This attribute specifies the low threshold location
                        in percentage of the STQ size.
                        The range is [mtuSize, stqHighThreshold -mtuSize].
                        The default value is 0.5*stqHighThreshold."
  DEFVAL	{ 125 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 14 }

.1.0.8802.17.1.1.1.2.2.1.15
rprFairnessRateHighThreshold OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (400..990) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Rate at or above which congestion on the outbound link
                        is declared.

                        The range is [0.4 * unreservedRate, 0.99 * unreservedRate].
                        The default value is 0.95 * unreservedRate."
  DEFVAL	{ 950 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 15 }

.1.0.8802.17.1.1.1.2.2.1.16
rprFairnessRateLowThreshold OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (500..990) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Rate at or above which congestion on the outbound link
                        is imminent.

                        The range is [0.5 * rateHighThreshold, 0.99 * rateHighThreshold].
                        The default value is 0.9 * rateHighThreshold"
  DEFVAL	{ 900 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 16 }

.1.0.8802.17.1.1.1.2.2.1.17
rprFairnessResetWaterMarks OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {idle(1), resetWaterMarks(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Write resetWaterMarks to this attribute to reset
                        the STQ water marks to the current occupancy.

                        Default value is idle"
  DEFVAL	{ idle }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 17 }

.1.0.8802.17.1.1.1.2.2.1.18
rprFairnessSTQHighWaterMark OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..1000) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The highest level of STQ occupancy since the last reset
                        of this value, in percentage of the STQ size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 18 }

.1.0.8802.17.1.1.1.2.2.1.19
rprFairnessSTQLowWaterMark OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..1000) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lowest level of STQ occupancy since the last reset of
                        this value, in percentage of the STQ size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 19 }

.1.0.8802.17.1.1.1.2.2.1.20
rprFairnessLastChange OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time when any of the following
                        attributes changes:
                        rprFairnessRingletWeight, rprFairnessReservedRate,
                        rprFairnessMaxAllowed, rprFairnessAgeCoef, rprFairnessRampCoef,
                        rprFairnessLpCoef, rprFairnessAdvertisementRatio,
                        rprFairnessSTQHighThreshold, rprFairnessSTQLowThreshold
                        rprFairnessResetWaterMarks."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 20 }

.1.0.8802.17.1.1.1.2.2.1.21
rprFairnessChanges OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates number of times rprFairnessLastChange changed.

                        The discontinued counter value is indicated
                        by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) rprFairnessEntry(1) 21 }

.1.0.8802.17.1.1.1.2.3
rprOamTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of RPR OAM actions.
                        The table is designed to support a one action at a time
                        on an RPR interface.

                        All read-write attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) 3 }

.1.0.8802.17.1.1.1.2.3.1
rprOamEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprOamIfIndex }
  DESCRIPTION	"OAM Echo and Flush control for an RPR interface"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) 1 }

.1.0.8802.17.1.1.1.2.3.1.1
rprOamIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 1 }

.1.0.8802.17.1.1.1.2.3.1.2
rprOamActionType OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {echo(1), flush(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of OAM action.
                        The valid values for this object are:

                        (1) echo (2) flush."
  DEFVAL	{ echo }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 2 }

.1.0.8802.17.1.1.1.2.3.1.3
rprOamDestAddress OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The 48-bit MAC address of the destination station of OAM
                        session."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 3 }

.1.0.8802.17.1.1.1.2.3.1.4
rprOamRequestRinglet OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprOamRinglet
  SYNTAX	INTEGER {default(1), ringlet0(2), ringlet1(3), reverseRinglet(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The ringlet ID on which the OAM request should be sent."
  DEFVAL	{ default }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 4 }

.1.0.8802.17.1.1.1.2.3.1.5
rprOamResponseRinglet OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprOamRinglet
  SYNTAX	INTEGER {default(1), ringlet0(2), ringlet1(3), reverseRinglet(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The ringlet ID on which the OAM response should be replied."
  DEFVAL	{ default }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 5 }

.1.0.8802.17.1.1.1.2.3.1.6
rprOamClassOfService OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {classA(1), classB(2), classC(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The class-of-service of OAM session frames"
  DEFVAL	{ classC }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 6 }

.1.0.8802.17.1.1.1.2.3.1.7
rprOamUserData OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	OCTET STRING (0..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The operator assigned user specific data."
  DEFVAL	{ \"\" }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 7 }

.1.0.8802.17.1.1.1.2.3.1.8
rprOamProtected OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the OAM action should be protected.

                        In a wrapping ring,
                        If true, the WE (wrap eligible) bit of the OAM action
                        frame is set to 1.
                        Otherwise, the WE bit is set to 0.

                        In steering ring,
                        If true, in case of failure on the requested ringlet between
                        the source and the destination stations, the OAM action frame
                        will be steered to the alternative ringlet.
                        Otherwise, the OAM action frame will be sent through the requested
                        ringlet regardless of its protection state."
  DEFVAL	{ false }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 8 }

.1.0.8802.17.1.1.1.2.3.1.9
rprOamRequestCount OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the number of OAM requests to send.

                        Default value of OAM request action is 1."
  DEFVAL	{ 1 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 9 }

.1.0.8802.17.1.1.1.2.3.1.10
rprOamTimeout OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..10000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the timer to declare OAM action timeout,
                        in 10usec units.

                        Default value of OAM timeout is 500 units of 10usec (i.e. 5 ms)"
  DEFVAL	{ 500 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 10 }

.1.0.8802.17.1.1.1.2.3.1.11
rprOamControl OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {idle(1), active(2), abort(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control of an OAM action.
                        The valid values for this object are:

                        (1) idle (2) active (3) abort.

                        Default value of OAM control is idle."
  DEFVAL	{ idle }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 11 }

.1.0.8802.17.1.1.1.2.3.1.12
rprOamResponseCount OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of OAM actions responses received."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 12 }

.1.0.8802.17.1.1.1.2.3.1.13
rprOamAvResponseTime OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average response time to receive the OAM reply."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 13 }

.1.0.8802.17.1.1.1.2.3.1.14
rprOamResponseStatus OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	INTEGER {unknown(1), inProcess(2), error(3), success(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of an OAM action.
                        The valid values for this object are:

                        (1) unknown (2) inProcess (3) error (4) success.

                        The action status is success if at least 90% of the responses
                        were received till timeout."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 14 }

.1.0.8802.17.1.1.1.3
rprSpanCounters OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) 3 }

.1.0.8802.17.1.1.1.3.1
rprSpanCountersCurrentTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR MAC Span interface current counters table.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) 1 }

.1.0.8802.17.1.1.1.3.1.1
rprSpanCountersCurrentEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanCurrentIfIndex, rprSpanCurrentSpan }
  DESCRIPTION	"Frames and octets statistics for the current interval for
                        the RPR MAC Span interface.
                        The corresponding instance of rprIfStatsControlTimeElapsed
                        indicates the number of seconds which have elapsed
                        so far in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) 1 }

.1.0.8802.17.1.1.1.3.1.1.1
rprSpanCurrentIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 1 }

.1.0.8802.17.1.1.1.3.1.1.2
rprSpanCurrentSpan OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An indication of the span of the interface for which this
                        row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 2 }

.1.0.8802.17.1.1.1.3.1.1.3
rprSpanCurrentInUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 3 }

.1.0.8802.17.1.1.1.3.1.1.4
rprSpanCurrentInUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA unicast octets,
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 4 }

.1.0.8802.17.1.1.1.3.1.1.5
rprSpanCurrentInUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 5 }

.1.0.8802.17.1.1.1.3.1.1.6
rprSpanCurrentInUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 6 }

.1.0.8802.17.1.1.1.3.1.1.7
rprSpanCurrentInUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 7 }

.1.0.8802.17.1.1.1.3.1.1.8
rprSpanCurrentInUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 8 }

.1.0.8802.17.1.1.1.3.1.1.9
rprSpanCurrentInUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 9 }

.1.0.8802.17.1.1.1.3.1.1.10
rprSpanCurrentInUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 10 }

.1.0.8802.17.1.1.1.3.1.1.11
rprSpanCurrentInMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA multicast and
                        broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 11 }

.1.0.8802.17.1.1.1.3.1.1.12
rprSpanCurrentInMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA multicast and
                        broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 12 }

.1.0.8802.17.1.1.1.3.1.1.13
rprSpanCurrentInMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR multicast and
                        broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 13 }

.1.0.8802.17.1.1.1.3.1.1.14
rprSpanCurrentInMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR multicast and
                        broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 14 }

.1.0.8802.17.1.1.1.3.1.1.15
rprSpanCurrentInMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR multicast and
                        broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 15 }

.1.0.8802.17.1.1.1.3.1.1.16
rprSpanCurrentInMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR multicast and
                        broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 16 }

.1.0.8802.17.1.1.1.3.1.1.17
rprSpanCurrentInMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC multicast and
                        broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 17 }

.1.0.8802.17.1.1.1.3.1.1.18
rprSpanCurrentInMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC multicast and
                        broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 18 }

.1.0.8802.17.1.1.1.3.1.1.19
rprSpanCurrentOutUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 19 }

.1.0.8802.17.1.1.1.3.1.1.20
rprSpanCurrentOutUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 20 }

.1.0.8802.17.1.1.1.3.1.1.21
rprSpanCurrentOutUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 21 }

.1.0.8802.17.1.1.1.3.1.1.22
rprSpanCurrentOutUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 22 }

.1.0.8802.17.1.1.1.3.1.1.23
rprSpanCurrentOutUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 23 }

.1.0.8802.17.1.1.1.3.1.1.24
rprSpanCurrentOutUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 24 }

.1.0.8802.17.1.1.1.3.1.1.25
rprSpanCurrentOutUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 25 }

.1.0.8802.17.1.1.1.3.1.1.26
rprSpanCurrentOutUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 26 }

.1.0.8802.17.1.1.1.3.1.1.27
rprSpanCurrentOutMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA multicast and
                        broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 27 }

.1.0.8802.17.1.1.1.3.1.1.28
rprSpanCurrentOutMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA multicast and
                        broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 28 }

.1.0.8802.17.1.1.1.3.1.1.29
rprSpanCurrentOutMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR multicast and
                        broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 29 }

.1.0.8802.17.1.1.1.3.1.1.30
rprSpanCurrentOutMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR multicast and
                        broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 30 }

.1.0.8802.17.1.1.1.3.1.1.31
rprSpanCurrentOutMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR multicast and
                        broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 31 }

.1.0.8802.17.1.1.1.3.1.1.32
rprSpanCurrentOutMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR multicast and
                        broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 32 }

.1.0.8802.17.1.1.1.3.1.1.33
rprSpanCurrentOutMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC multicast and
                        broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 33 }

.1.0.8802.17.1.1.1.3.1.1.34
rprSpanCurrentOutMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC multicast and
                        broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 34 }

.1.0.8802.17.1.1.1.3.2
rprSpanCountersIntervalTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR MAC Span interface interval counters table.
                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) 2 }

.1.0.8802.17.1.1.1.3.2.1
rprSpanCountersIntervalEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanIntervalIfIndex, rprSpanIntervalSpan, rprSpanIntervalNumber }
  DESCRIPTION	"Frames and octets statistics collected for a particular
                        interval for the RPR MAC Span interface of a
                        particular span of a particular RPR interface.
                        The corresponding instance of rprIfValidIntervals
                        indicates the number of intervals for which the set of

                        statistics is available."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) 1 }

.1.0.8802.17.1.1.1.3.2.1.1
rprSpanIntervalIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 1 }

.1.0.8802.17.1.1.1.3.2.1.2
rprSpanIntervalSpan OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An indication of the span of the interface for which this
                        row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 2 }

.1.0.8802.17.1.1.1.3.2.1.3
rprSpanIntervalNumber OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..96) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A number between 1 and 96, which identifies the intervals
                        for which the set of statistics is available. The interval
                        identified by 1 is the most recently completed 15 minute
                        interval, and interval identified by N is the interval
                        immediately preceding the one identified by N-1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 3 }

.1.0.8802.17.1.1.1.3.2.1.4
rprSpanIntervalValidData OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if the data for this interval
                        is valid.
                        It will be valid if it contains data for 900 seconds
                        plus or minus 10 seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 4 }

.1.0.8802.17.1.1.1.3.2.1.5
rprSpanIntervalTimeElapsed OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..899) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The duration of a particular interval in seconds.
                        If, for some reason, such as an adjustment in the system's
                        time-of-day clock, the current interval exceeds the maximum
                        value, the agent will return the maximum value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 5 }

.1.0.8802.17.1.1.1.3.2.1.6
rprSpanIntervalStartTime OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the wall clock time that this interval started."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 6 }

.1.0.8802.17.1.1.1.3.2.1.7
rprSpanIntervalInUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA unicast frames
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 7 }

.1.0.8802.17.1.1.1.3.2.1.8
rprSpanIntervalInUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 8 }

.1.0.8802.17.1.1.1.3.2.1.9
rprSpanIntervalInUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR unicast frames
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 9 }

.1.0.8802.17.1.1.1.3.2.1.10
rprSpanIntervalInUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 10 }

.1.0.8802.17.1.1.1.3.2.1.11
rprSpanIntervalInUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR unicast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 11 }

.1.0.8802.17.1.1.1.3.2.1.12
rprSpanIntervalInUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR unicast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 12 }

.1.0.8802.17.1.1.1.3.2.1.13
rprSpanIntervalInUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC unicast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 13 }

.1.0.8802.17.1.1.1.3.2.1.14
rprSpanIntervalInUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC unicast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 14 }

.1.0.8802.17.1.1.1.3.2.1.15
rprSpanIntervalInMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA multicast and
                        broadcast frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 15 }

.1.0.8802.17.1.1.1.3.2.1.16
rprSpanIntervalInMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA multicast and
                        broadcast octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 16 }

.1.0.8802.17.1.1.1.3.2.1.17
rprSpanIntervalInMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR multicast and
                        broadcast frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 17 }

.1.0.8802.17.1.1.1.3.2.1.18
rprSpanIntervalInMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR multicast and
                        broadcast octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 18 }

.1.0.8802.17.1.1.1.3.2.1.19
rprSpanIntervalInMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR multicast and
                        broadcast frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 19 }

.1.0.8802.17.1.1.1.3.2.1.20
rprSpanIntervalInMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR multicast and
                        broadcast octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 20 }

.1.0.8802.17.1.1.1.3.2.1.21
rprSpanIntervalInMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC multicast and
                        broadcast frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 21 }

.1.0.8802.17.1.1.1.3.2.1.22
rprSpanIntervalInMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC multicast and
                        broadcast octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 22 }

.1.0.8802.17.1.1.1.3.2.1.23
rprSpanIntervalOutUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA unicast frames
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 23 }

.1.0.8802.17.1.1.1.3.2.1.24
rprSpanIntervalOutUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 24 }

.1.0.8802.17.1.1.1.3.2.1.25
rprSpanIntervalOutUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR unicast frames,
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 25 }

.1.0.8802.17.1.1.1.3.2.1.26
rprSpanIntervalOutUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 26 }

.1.0.8802.17.1.1.1.3.2.1.27
rprSpanIntervalOutUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR unicast frames
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 27 }

.1.0.8802.17.1.1.1.3.2.1.28
rprSpanIntervalOutUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 28 }

.1.0.8802.17.1.1.1.3.2.1.29
rprSpanIntervalOutUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC unicast frames
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 29 }

.1.0.8802.17.1.1.1.3.2.1.30
rprSpanIntervalOutUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 30 }

.1.0.8802.17.1.1.1.3.2.1.31
rprSpanIntervalOutMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA multicast and
                        broadcast frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 31 }

.1.0.8802.17.1.1.1.3.2.1.32
rprSpanIntervalOutMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA multicast and
                        broadcast octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 32 }

.1.0.8802.17.1.1.1.3.2.1.33
rprSpanIntervalOutMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR multicast and
                        broadcast frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 33 }

.1.0.8802.17.1.1.1.3.2.1.34
rprSpanIntervalOutMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR multicast and
                        broadcast octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 34 }

.1.0.8802.17.1.1.1.3.2.1.35
rprSpanIntervalOutMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR multicast and
                        broadcast frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 35 }

.1.0.8802.17.1.1.1.3.2.1.36
rprSpanIntervalOutMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR multicast and
                        broadcast octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 36 }

.1.0.8802.17.1.1.1.3.2.1.37
rprSpanIntervalOutMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC multicast and
                        broadcast frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 37 }

.1.0.8802.17.1.1.1.3.2.1.38
rprSpanIntervalOutMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC multicast and
                        broadcast octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 38 }

.1.0.8802.17.1.1.1.3.3
rprSpanCountersDayTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Mac Span Day Table contains the cumulative sum
                        of the various statistics for the 24 hour period
                        preceding the current interval.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) 3 }

.1.0.8802.17.1.1.1.3.3.1
rprSpanCountersDayEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanDayIfIndex, rprSpanDaySpan }
  DESCRIPTION	"An entry in the RPR Span Day table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) 1 }

.1.0.8802.17.1.1.1.3.3.1.1
rprSpanDayIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 1 }

.1.0.8802.17.1.1.1.3.3.1.2
rprSpanDaySpan OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An indication of the span of the interface for which this
                        row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 2 }

.1.0.8802.17.1.1.1.3.3.1.3
rprSpanDayInUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 3 }

.1.0.8802.17.1.1.1.3.3.1.4
rprSpanDayInUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 4 }

.1.0.8802.17.1.1.1.3.3.1.5
rprSpanDayInUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 5 }

.1.0.8802.17.1.1.1.3.3.1.6
rprSpanDayInUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 6 }

.1.0.8802.17.1.1.1.3.3.1.7
rprSpanDayInUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 7 }

.1.0.8802.17.1.1.1.3.3.1.8
rprSpanDayInUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 8 }

.1.0.8802.17.1.1.1.3.3.1.9
rprSpanDayInUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 9 }

.1.0.8802.17.1.1.1.3.3.1.10
rprSpanDayInUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 10 }

.1.0.8802.17.1.1.1.3.3.1.11
rprSpanDayInMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 11 }

.1.0.8802.17.1.1.1.3.3.1.12
rprSpanDayInMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 12 }

.1.0.8802.17.1.1.1.3.3.1.13
rprSpanDayInMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 13 }

.1.0.8802.17.1.1.1.3.3.1.14
rprSpanDayInMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 14 }

.1.0.8802.17.1.1.1.3.3.1.15
rprSpanDayInMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 15 }

.1.0.8802.17.1.1.1.3.3.1.16
rprSpanDayInMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 16 }

.1.0.8802.17.1.1.1.3.3.1.17
rprSpanDayInMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 17 }

.1.0.8802.17.1.1.1.3.3.1.18
rprSpanDayInMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 18 }

.1.0.8802.17.1.1.1.3.3.1.19
rprSpanDayOutUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 19 }

.1.0.8802.17.1.1.1.3.3.1.20
rprSpanDayOutUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 20 }

.1.0.8802.17.1.1.1.3.3.1.21
rprSpanDayOutUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 21 }

.1.0.8802.17.1.1.1.3.3.1.22
rprSpanDayOutUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 22 }

.1.0.8802.17.1.1.1.3.3.1.23
rprSpanDayOutUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR unicast
                        frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 23 }

.1.0.8802.17.1.1.1.3.3.1.24
rprSpanDayOutUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR unicast
                        octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 24 }

.1.0.8802.17.1.1.1.3.3.1.25
rprSpanDayOutUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC unicast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 25 }

.1.0.8802.17.1.1.1.3.3.1.26
rprSpanDayOutUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC unicast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 26 }

.1.0.8802.17.1.1.1.3.3.1.27
rprSpanDayOutMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA multicast and broadcast
                        frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 27 }

.1.0.8802.17.1.1.1.3.3.1.28
rprSpanDayOutMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA multicast and broadcast
                        octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 28 }

.1.0.8802.17.1.1.1.3.3.1.29
rprSpanDayOutMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR
                        multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 29 }

.1.0.8802.17.1.1.1.3.3.1.30
rprSpanDayOutMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR
                        multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 30 }

.1.0.8802.17.1.1.1.3.3.1.31
rprSpanDayOutMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR
                        multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 31 }

.1.0.8802.17.1.1.1.3.3.1.32
rprSpanDayOutMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR
                        multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 32 }

.1.0.8802.17.1.1.1.3.3.1.33
rprSpanDayOutMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC multicast and broadcast
                        frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 33 }

.1.0.8802.17.1.1.1.3.3.1.34
rprSpanDayOutMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC multicast and broadcast
                        octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) rprSpanCountersDayEntry(1) 34 }

.1.0.8802.17.1.1.1.3.4
rprSpanCountersStatsTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Mac Span interface total counters table.

                        The DiscontinuityTime for this table is indicated by
                        ifCounterDiscontinuityTime defined in ifXTable.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) 4 }

.1.0.8802.17.1.1.1.3.4.1
rprSpanCountersStatsEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanStatsIfIndex, rprSpanStatsSpan }
  DESCRIPTION	"An entry in the span stats table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) 1 }

.1.0.8802.17.1.1.1.3.4.1.1
rprSpanStatsIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 1 }

.1.0.8802.17.1.1.1.3.4.1.2
rprSpanStatsSpan OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An indication of the span of the interface for which this
                        row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 2 }

.1.0.8802.17.1.1.1.3.4.1.3
rprSpanStatsInUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 3 }

.1.0.8802.17.1.1.1.3.4.1.4
rprSpanStatsInUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 4 }

.1.0.8802.17.1.1.1.3.4.1.5
rprSpanStatsInUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 5 }

.1.0.8802.17.1.1.1.3.4.1.6
rprSpanStatsInUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 6 }

.1.0.8802.17.1.1.1.3.4.1.7
rprSpanStatsInUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 7 }

.1.0.8802.17.1.1.1.3.4.1.8
rprSpanStatsInUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 8 }

.1.0.8802.17.1.1.1.3.4.1.9
rprSpanStatsInUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 9 }

.1.0.8802.17.1.1.1.3.4.1.10
rprSpanStatsInUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 10 }

.1.0.8802.17.1.1.1.3.4.1.11
rprSpanStatsInMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA multicast and
                        broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 11 }

.1.0.8802.17.1.1.1.3.4.1.12
rprSpanStatsInMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classA multicast and
                        broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 12 }

.1.0.8802.17.1.1.1.3.4.1.13
rprSpanStatsInMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 13 }

.1.0.8802.17.1.1.1.3.4.1.14
rprSpanStatsInMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB CIR multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 14 }

.1.0.8802.17.1.1.1.3.4.1.15
rprSpanStatsInMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 15 }

.1.0.8802.17.1.1.1.3.4.1.16
rprSpanStatsInMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classB EIR multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 16 }

.1.0.8802.17.1.1.1.3.4.1.17
rprSpanStatsInMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC multicast and
                        broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 17 }

.1.0.8802.17.1.1.1.3.4.1.18
rprSpanStatsInMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) classC multicast and
                        broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 18 }

.1.0.8802.17.1.1.1.3.4.1.19
rprSpanStatsInCtrlFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) control frames
                        processed by this MAC.
                         This does not include control frames in transit,

                        i.e. a multicast control frame received from a ringlet
                         will be counted as In but not Out.
                         This does not include Fairness or idle frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 19 }

.1.0.8802.17.1.1.1.3.4.1.20
rprSpanStatsInOamEchoFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) OAM echo
                        frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 20 }

.1.0.8802.17.1.1.1.3.4.1.21
rprSpanStatsInOamFlushFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) OAM flush
                        frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 21 }

.1.0.8802.17.1.1.1.3.4.1.22
rprSpanStatsInOamOrgFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) OAM Org
                        frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 22 }

.1.0.8802.17.1.1.1.3.4.1.23
rprSpanStatsInTopoAtdFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) Topology ATD
                        frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 23 }

.1.0.8802.17.1.1.1.3.4.1.24
rprSpanStatsInTopoChkSumFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) topology
                        checksum frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 24 }

.1.0.8802.17.1.1.1.3.4.1.25
rprSpanStatsInTopoTpFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) topology TP
                        frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 25 }

.1.0.8802.17.1.1.1.3.4.1.26
rprSpanStatsOutUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 26 }

.1.0.8802.17.1.1.1.3.4.1.27
rprSpanStatsOutUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 27 }

.1.0.8802.17.1.1.1.3.4.1.28
rprSpanStatsOutUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 28 }

.1.0.8802.17.1.1.1.3.4.1.29
rprSpanStatsOutUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 29 }

.1.0.8802.17.1.1.1.3.4.1.30
rprSpanStatsOutUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR unicast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 30 }

.1.0.8802.17.1.1.1.3.4.1.31
rprSpanStatsOutUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR unicast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 31 }

.1.0.8802.17.1.1.1.3.4.1.32
rprSpanStatsOutUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC unicast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 32 }

.1.0.8802.17.1.1.1.3.4.1.33
rprSpanStatsOutUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC unicast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 33 }

.1.0.8802.17.1.1.1.3.4.1.34
rprSpanStatsOutMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA multicast and
                        broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 34 }

.1.0.8802.17.1.1.1.3.4.1.35
rprSpanStatsOutMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classA multicast and
                        broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 35 }

.1.0.8802.17.1.1.1.3.4.1.36
rprSpanStatsOutMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR
                        multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 36 }

.1.0.8802.17.1.1.1.3.4.1.37
rprSpanStatsOutMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB CIR
                        multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 37 }

.1.0.8802.17.1.1.1.3.4.1.38
rprSpanStatsOutMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR
                        multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 38 }

.1.0.8802.17.1.1.1.3.4.1.39
rprSpanStatsOutMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classB EIR
                        multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 39 }

.1.0.8802.17.1.1.1.3.4.1.40
rprSpanStatsOutMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC multicast and
                        broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 40 }

.1.0.8802.17.1.1.1.3.4.1.41
rprSpanStatsOutMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) classC multicast and
                        broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 41 }

.1.0.8802.17.1.1.1.3.4.1.42
rprSpanStatsOutCtrlFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) control frames
                        generated by this MAC.
                        This does not include control frames in transit,

                        i.e. a multicast control frame received from a ringlet
                        will be counted as In but not Out.
                        This does not include Fairness or idle frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 42 }

.1.0.8802.17.1.1.1.3.4.1.43
rprSpanStatsOutOamEchoFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) OAM echo
                        frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 43 }

.1.0.8802.17.1.1.1.3.4.1.44
rprSpanStatsOutOamFlushFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) OAM flush
                        frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 44 }

.1.0.8802.17.1.1.1.3.4.1.45
rprSpanStatsOutOamOrgFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) OAM Org
                        frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 45 }

.1.0.8802.17.1.1.1.3.4.1.46
rprSpanStatsOutTopoAtdFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) topology
                        ATD frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 46 }

.1.0.8802.17.1.1.1.3.4.1.47
rprSpanStatsOutTopoChkSumFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) topology
                        checksum frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 47 }

.1.0.8802.17.1.1.1.3.4.1.48
rprSpanStatsOutTopoTpFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted (MAC to PHY) topology
                        TP frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4) rprSpanCountersStatsEntry(1) 48 }

.1.0.8802.17.1.1.1.4
rprClientCounters OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) 4 }

.1.0.8802.17.1.1.1.4.1
rprClientCountersCurrentTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local station traffic current counters table.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) 1 }

.1.0.8802.17.1.1.1.4.1.1
rprClientCountersCurrentEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprClientCurrentIfIndex }
  DESCRIPTION	"Frames and octets statistics for the current interval for
                        the local station traffic of a particular RPR client interface.
                        The corresponding instance of rprIfTimeElapsed indicates
                        the number of seconds which have elapsed so far in the
                        current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) 1 }

.1.0.8802.17.1.1.1.4.1.1.1
rprClientCurrentIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 1 }

.1.0.8802.17.1.1.1.4.1.1.2
rprClientCurrentInUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA unicast frames in
                        the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 2 }

.1.0.8802.17.1.1.1.4.1.1.3
rprClientCurrentInUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA unicast octets in
                        the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 3 }

.1.0.8802.17.1.1.1.4.1.1.4
rprClientCurrentInUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR unicast frames in
                        the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 4 }

.1.0.8802.17.1.1.1.4.1.1.5
rprClientCurrentInUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 5 }

.1.0.8802.17.1.1.1.4.1.1.6
rprClientCurrentInUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR unicast
                        frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 6 }

.1.0.8802.17.1.1.1.4.1.1.7
rprClientCurrentInUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR unicast
                        octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 7 }

.1.0.8802.17.1.1.1.4.1.1.8
rprClientCurrentInUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC unicast frames in the
                        current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 8 }

.1.0.8802.17.1.1.1.4.1.1.9
rprClientCurrentInUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC unicast octets in the
                        current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 9 }

.1.0.8802.17.1.1.1.4.1.1.10
rprClientCurrentInMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA multicast and broadcast
                        frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 10 }

.1.0.8802.17.1.1.1.4.1.1.11
rprClientCurrentInMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA multicast and broadcast
                        octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 11 }

.1.0.8802.17.1.1.1.4.1.1.12
rprClientCurrentInMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR
                        multicast and broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 12 }

.1.0.8802.17.1.1.1.4.1.1.13
rprClientCurrentInMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR
                        multicast and broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 13 }

.1.0.8802.17.1.1.1.4.1.1.14
rprClientCurrentInMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR
                        multicast and broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 14 }

.1.0.8802.17.1.1.1.4.1.1.15
rprClientCurrentInMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR
                        multicast and broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 15 }

.1.0.8802.17.1.1.1.4.1.1.16
rprClientCurrentInMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC multicast and broadcast
                        frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 16 }

.1.0.8802.17.1.1.1.4.1.1.17
rprClientCurrentInMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC multicast and broadcast
                        octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 17 }

.1.0.8802.17.1.1.1.4.1.1.18
rprClientCurrentOutUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 18 }

.1.0.8802.17.1.1.1.4.1.1.19
rprClientCurrentOutUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 19 }

.1.0.8802.17.1.1.1.4.1.1.20
rprClientCurrentOutUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR unicast
                        frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 20 }

.1.0.8802.17.1.1.1.4.1.1.21
rprClientCurrentOutUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR unicast
                        octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 21 }

.1.0.8802.17.1.1.1.4.1.1.22
rprClientCurrentOutUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR unicast
                        frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 22 }

.1.0.8802.17.1.1.1.4.1.1.23
rprClientCurrentOutUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR unicast
                        octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 23 }

.1.0.8802.17.1.1.1.4.1.1.24
rprClientCurrentOutUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC unicast frames
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 24 }

.1.0.8802.17.1.1.1.4.1.1.25
rprClientCurrentOutUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC unicast octets
                        in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 25 }

.1.0.8802.17.1.1.1.4.1.1.26
rprClientCurrentOutMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA multicast and broadcast
                        frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 26 }

.1.0.8802.17.1.1.1.4.1.1.27
rprClientCurrentOutMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA multicast and broadcast
                        octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 27 }

.1.0.8802.17.1.1.1.4.1.1.28
rprClientCurrentOutMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR
                        multicast and broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 28 }

.1.0.8802.17.1.1.1.4.1.1.29
rprClientCurrentOutMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR
                        multicast and broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 29 }

.1.0.8802.17.1.1.1.4.1.1.30
rprClientCurrentOutMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR
                        multicast and broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 30 }

.1.0.8802.17.1.1.1.4.1.1.31
rprClientCurrentOutMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR
                        multicast and broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 31 }

.1.0.8802.17.1.1.1.4.1.1.32
rprClientCurrentOutMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC multicast and broadcast
                        frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 32 }

.1.0.8802.17.1.1.1.4.1.1.33
rprClientCurrentOutMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC multicast and broadcast
                        octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 33 }

.1.0.8802.17.1.1.1.4.2
rprClientCountersIntervalTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local station traffic interval counters table.
                        All attributes in this table are volatile,
                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) 2 }

.1.0.8802.17.1.1.1.4.2.1
rprClientCountersIntervalEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprClientIntervalIfIndex, rprClientIntervalNumber }
  DESCRIPTION	"Frames and octets statistics collected for a particular
                        interval for local station traffic of a particular RPR
                        interface.
                        The corresponding instance of rprIfValidIntervals indicates
                        the number of intervals for which the set of statistics is
                        available."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) 1 }

.1.0.8802.17.1.1.1.4.2.1.1
rprClientIntervalIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 1 }

.1.0.8802.17.1.1.1.4.2.1.2
rprClientIntervalNumber OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..96) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A number between 1 and 96, which identifies the interval
                        for which the set of statistics is available. The interval
                        identified by 1 is the most recently completed 15 minute
                        interval, and interval identified by N is the interval
                        immediately preceding the one identified by N-1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 2 }

.1.0.8802.17.1.1.1.4.2.1.3
rprClientIntervalValidData OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if the data for this interval
                        is valid.
                        It will be valid if it contains data for 900 seconds
                        plus or minus 10 seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 3 }

.1.0.8802.17.1.1.1.4.2.1.4
rprClientIntervalTimeElapsed OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..899) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The duration of a particular interval in seconds.
                        If, for some reason, such as an adjustment in the system's
                        time-of-day clock, the current interval exceeds the maximum
                        value, the agent will return the maximum value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 4 }

.1.0.8802.17.1.1.1.4.2.1.5
rprClientIntervalInUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA unicast frames
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 5 }

.1.0.8802.17.1.1.1.4.2.1.6
rprClientIntervalInUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 6 }

.1.0.8802.17.1.1.1.4.2.1.7
rprClientIntervalInUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR unicast frames
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 7 }

.1.0.8802.17.1.1.1.4.2.1.8
rprClientIntervalInUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 8 }

.1.0.8802.17.1.1.1.4.2.1.9
rprClientIntervalInUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR unicast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 9 }

.1.0.8802.17.1.1.1.4.2.1.10
rprClientIntervalInUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR unicast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 10 }

.1.0.8802.17.1.1.1.4.2.1.11
rprClientIntervalInUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC unicast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 11 }

.1.0.8802.17.1.1.1.4.2.1.12
rprClientIntervalInUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC unicast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 12 }

.1.0.8802.17.1.1.1.4.2.1.13
rprClientIntervalInMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA multicast and broadcast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 13 }

.1.0.8802.17.1.1.1.4.2.1.14
rprClientIntervalInMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA multicast and broadcast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 14 }

.1.0.8802.17.1.1.1.4.2.1.15
rprClientIntervalInMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR multicast and
                        broadcast frames in a particular interval in the past
                        24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 15 }

.1.0.8802.17.1.1.1.4.2.1.16
rprClientIntervalInMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR multicast and
                        broadcast octets in a particular interval in the past
                        24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 16 }

.1.0.8802.17.1.1.1.4.2.1.17
rprClientIntervalInMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR multicast and
                        broadcast frames in a particular interval in the past
                        24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 17 }

.1.0.8802.17.1.1.1.4.2.1.18
rprClientIntervalInMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR multicast and
                        broadcast octets in a particular interval in the past
                        24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 18 }

.1.0.8802.17.1.1.1.4.2.1.19
rprClientIntervalInMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC multicast and broadcast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 19 }

.1.0.8802.17.1.1.1.4.2.1.20
rprClientIntervalInMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC multicast and broadcast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 20 }

.1.0.8802.17.1.1.1.4.2.1.21
rprClientIntervalOutUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA unicast frames
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 21 }

.1.0.8802.17.1.1.1.4.2.1.22
rprClientIntervalOutUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 22 }

.1.0.8802.17.1.1.1.4.2.1.23
rprClientIntervalOutUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR unicast frames
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 23 }

.1.0.8802.17.1.1.1.4.2.1.24
rprClientIntervalOutUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR unicast octets
                        in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 24 }

.1.0.8802.17.1.1.1.4.2.1.25
rprClientIntervalOutUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR unicast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 25 }

.1.0.8802.17.1.1.1.4.2.1.26
rprClientIntervalOutUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR unicast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 26 }

.1.0.8802.17.1.1.1.4.2.1.27
rprClientIntervalOutUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC unicast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 27 }

.1.0.8802.17.1.1.1.4.2.1.28
rprClientIntervalOutUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC unicast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 28 }

.1.0.8802.17.1.1.1.4.2.1.29
rprClientIntervalOutMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA multicast and broadcast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 29 }

.1.0.8802.17.1.1.1.4.2.1.30
rprClientIntervalOutMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA multicast and broadcast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 30 }

.1.0.8802.17.1.1.1.4.2.1.31
rprClientIntervalOutMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR multicast
                        and broadcast frames in a particular interval in the
                        past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 31 }

.1.0.8802.17.1.1.1.4.2.1.32
rprClientIntervalOutMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR multicast
                        and broadcast octets in a particular interval in the
                        past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 32 }

.1.0.8802.17.1.1.1.4.2.1.33
rprClientIntervalOutMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR multicast
                        and broadcast frames in a particular interval in the
                           past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 33 }

.1.0.8802.17.1.1.1.4.2.1.34
rprClientIntervalOutMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR multicast
                        and broadcast octets in a particular interval in the
                        past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 34 }

.1.0.8802.17.1.1.1.4.2.1.35
rprClientIntervalOutMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC multicast and broadcast
                        frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 35 }

.1.0.8802.17.1.1.1.4.2.1.36
rprClientIntervalOutMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC multicast and broadcast
                        octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 36 }

.1.0.8802.17.1.1.1.4.3
rprClientCountersDayTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Mac Client Day Table contains the cumulative sum
                        of the various statistics for the 24 hour period
                        preceding the current interval.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) 3 }

.1.0.8802.17.1.1.1.4.3.1
rprClientCountersDayEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprClientDayIfIndex }
  DESCRIPTION	"An entry in the RPR Client Day table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) 1 }

.1.0.8802.17.1.1.1.4.3.1.1
rprClientDayIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 1 }

.1.0.8802.17.1.1.1.4.3.1.2
rprClientDayInUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 2 }

.1.0.8802.17.1.1.1.4.3.1.3
rprClientDayInUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 3 }

.1.0.8802.17.1.1.1.4.3.1.4
rprClientDayInUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 4 }

.1.0.8802.17.1.1.1.4.3.1.5
rprClientDayInUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 5 }

.1.0.8802.17.1.1.1.4.3.1.6
rprClientDayInUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 6 }

.1.0.8802.17.1.1.1.4.3.1.7
rprClientDayInUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 7 }

.1.0.8802.17.1.1.1.4.3.1.8
rprClientDayInUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 8 }

.1.0.8802.17.1.1.1.4.3.1.9
rprClientDayInUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 9 }

.1.0.8802.17.1.1.1.4.3.1.10
rprClientDayInMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA multicast and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 10 }

.1.0.8802.17.1.1.1.4.3.1.11
rprClientDayInMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA multicast and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 11 }

.1.0.8802.17.1.1.1.4.3.1.12
rprClientDayInMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 12 }

.1.0.8802.17.1.1.1.4.3.1.13
rprClientDayInMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 13 }

.1.0.8802.17.1.1.1.4.3.1.14
rprClientDayInMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 14 }

.1.0.8802.17.1.1.1.4.3.1.15
rprClientDayInMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 15 }

.1.0.8802.17.1.1.1.4.3.1.16
rprClientDayInMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC multicast and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 16 }

.1.0.8802.17.1.1.1.4.3.1.17
rprClientDayInMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC multicast and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 17 }

.1.0.8802.17.1.1.1.4.3.1.18
rprClientDayOutUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 18 }

.1.0.8802.17.1.1.1.4.3.1.19
rprClientDayOutUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 19 }

.1.0.8802.17.1.1.1.4.3.1.20
rprClientDayOutUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 20 }

.1.0.8802.17.1.1.1.4.3.1.21
rprClientDayOutUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 21 }

.1.0.8802.17.1.1.1.4.3.1.22
rprClientDayOutUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR unicast
                        frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 22 }

.1.0.8802.17.1.1.1.4.3.1.23
rprClientDayOutUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR unicast
                        octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 23 }

.1.0.8802.17.1.1.1.4.3.1.24
rprClientDayOutUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC unicast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 24 }

.1.0.8802.17.1.1.1.4.3.1.25
rprClientDayOutUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC unicast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 25 }

.1.0.8802.17.1.1.1.4.3.1.26
rprClientDayOutMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA multicast and broadcast
                        frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 26 }

.1.0.8802.17.1.1.1.4.3.1.27
rprClientDayOutMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA multicast and broadcast
                        octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 27 }

.1.0.8802.17.1.1.1.4.3.1.28
rprClientDayOutMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR
                        multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 28 }

.1.0.8802.17.1.1.1.4.3.1.29
rprClientDayOutMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR
                        multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 29 }

.1.0.8802.17.1.1.1.4.3.1.30
rprClientDayOutMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR
                        multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 30 }

.1.0.8802.17.1.1.1.4.3.1.31
rprClientDayOutMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR
                        multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 31 }

.1.0.8802.17.1.1.1.4.3.1.32
rprClientDayOutMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC multicast and broadcast
                        frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 32 }

.1.0.8802.17.1.1.1.4.3.1.33
rprClientDayOutMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC multicast and broadcast
                        octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 33 }

.1.0.8802.17.1.1.1.4.4
rprClientCountersStatsTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local station traffic total counters table.

                        The DiscontinuityTime for this table is indicated by
                        ifCounterDiscontinuityTime defined in ifXTable.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) 4 }

.1.0.8802.17.1.1.1.4.4.1
rprClientCountersStatsEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprClientStatsIfIndex }
  DESCRIPTION	"An entry in the span stats table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) 1 }

.1.0.8802.17.1.1.1.4.4.1.1
rprClientStatsIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 1 }

.1.0.8802.17.1.1.1.4.4.1.2
rprClientStatsInUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 2 }

.1.0.8802.17.1.1.1.4.4.1.3
rprClientStatsInUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 3 }

.1.0.8802.17.1.1.1.4.4.1.4
rprClientStatsInUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 4 }

.1.0.8802.17.1.1.1.4.4.1.5
rprClientStatsInUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 5 }

.1.0.8802.17.1.1.1.4.4.1.6
rprClientStatsInUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 6 }

.1.0.8802.17.1.1.1.4.4.1.7
rprClientStatsInUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 7 }

.1.0.8802.17.1.1.1.4.4.1.8
rprClientStatsInUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 8 }

.1.0.8802.17.1.1.1.4.4.1.9
rprClientStatsInUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 9 }

.1.0.8802.17.1.1.1.4.4.1.10
rprClientStatsInMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA multicast and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 10 }

.1.0.8802.17.1.1.1.4.4.1.11
rprClientStatsInMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classA multicast and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 11 }

.1.0.8802.17.1.1.1.4.4.1.12
rprClientStatsInMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 12 }

.1.0.8802.17.1.1.1.4.4.1.13
rprClientStatsInMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB CIR multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 13 }

.1.0.8802.17.1.1.1.4.4.1.14
rprClientStatsInMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR multicast
                        and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 14 }

.1.0.8802.17.1.1.1.4.4.1.15
rprClientStatsInMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classB EIR multicast
                        and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 15 }

.1.0.8802.17.1.1.1.4.4.1.16
rprClientStatsInMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC multicast and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 16 }

.1.0.8802.17.1.1.1.4.4.1.17
rprClientStatsInMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client classC multicast and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 17 }

.1.0.8802.17.1.1.1.4.4.1.18
rprClientStatsInBcastFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC to client broadcast frames.
                        This is used only when deriving the multicast
                        and broadcast packet counters for the interface MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 18 }

.1.0.8802.17.1.1.1.4.4.1.19
rprClientStatsOutUcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 19 }

.1.0.8802.17.1.1.1.4.4.1.20
rprClientStatsOutUcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 20 }

.1.0.8802.17.1.1.1.4.4.1.21
rprClientStatsOutUcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 21 }

.1.0.8802.17.1.1.1.4.4.1.22
rprClientStatsOutUcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 22 }

.1.0.8802.17.1.1.1.4.4.1.23
rprClientStatsOutUcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR unicast
                        frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 23 }

.1.0.8802.17.1.1.1.4.4.1.24
rprClientStatsOutUcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR unicast
                        octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 24 }

.1.0.8802.17.1.1.1.4.4.1.25
rprClientStatsOutUcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC unicast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 25 }

.1.0.8802.17.1.1.1.4.4.1.26
rprClientStatsOutUcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC unicast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 26 }

.1.0.8802.17.1.1.1.4.4.1.27
rprClientStatsOutMcastClassAFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA multicast and broadcast
                        frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 27 }

.1.0.8802.17.1.1.1.4.4.1.28
rprClientStatsOutMcastClassAOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classA multicast and broadcast
                        octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 28 }

.1.0.8802.17.1.1.1.4.4.1.29
rprClientStatsOutMcastClassBCirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR
                        multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 29 }

.1.0.8802.17.1.1.1.4.4.1.30
rprClientStatsOutMcastClassBCirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB CIR
                        multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 30 }

.1.0.8802.17.1.1.1.4.4.1.31
rprClientStatsOutMcastClassBEirFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR
                        multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 31 }

.1.0.8802.17.1.1.1.4.4.1.32
rprClientStatsOutMcastClassBEirOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classB EIR
                        multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 32 }

.1.0.8802.17.1.1.1.4.4.1.33
rprClientStatsOutMcastClassCFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC multicast and broadcast
                        frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 33 }

.1.0.8802.17.1.1.1.4.4.1.34
rprClientStatsOutMcastClassCOctets OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC classC multicast and broadcast
                        octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 34 }

.1.0.8802.17.1.1.1.4.4.1.35
rprClientStatsOutBcastFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of client to MAC broadcast frames.
                        This is used only when deriving the multicast
                        and broadcast packet counters for the interface MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 35 }

.1.0.8802.17.1.1.1.5
rprSpanErrorCounters OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) 5 }

.1.0.8802.17.1.1.1.5.1
rprSpanErrorCountersCurrentTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Errors Current counters table.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) 1 }

.1.0.8802.17.1.1.1.5.1.1
rprSpanErrorCountersCurrentEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanErrorCurrentIfIndex, rprSpanErrorCurrentSpan }
  DESCRIPTION	"Errors statistics for the current interval of a particular
                        span of a particular RPR interface.
                        The corresponding instance of rprIfTimeElapsed indicates
                        the number of seconds which have elapsed so far in the
                        current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) 1 }

.1.0.8802.17.1.1.1.5.1.1.1
rprSpanErrorCurrentIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 1 }

.1.0.8802.17.1.1.1.5.1.1.2
rprSpanErrorCurrentSpan OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An indication of the span of the interface for which this
                        row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 2 }

.1.0.8802.17.1.1.1.5.1.1.3
rprSpanErrorCurrentTtlExpFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) data frames that were dropped
                        due to zero Time To Live (TTL)."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 3 }

.1.0.8802.17.1.1.1.5.1.1.4
rprSpanErrorCurrentTooLongFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that exceed the
                        maximum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 4 }

.1.0.8802.17.1.1.1.5.1.1.5
rprSpanErrorCurrentTooShortFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames shortest than the
                        minimum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 5 }

.1.0.8802.17.1.1.1.5.1.1.6
rprSpanErrorCurrentBadHecFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames with HEC error."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 6 }

.1.0.8802.17.1.1.1.5.1.1.7
rprSpanErrorCurrentBadFcsFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) data and control frames
                        where the fcs value did not match the expected fcs value.

                        This includes data frames passed to the client as a result of
                        rprIfMacOperModes being not set to dropBadFcs."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 7 }

.1.0.8802.17.1.1.1.5.1.1.8
rprSpanErrorCurrentSelfSrcUcastFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) unicast frames that were
                        transmitted by the station itself i.e.
                        the source MAC is equal to the interface MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 8 }

.1.0.8802.17.1.1.1.5.1.1.9
rprSpanErrorCurrentPmdAbortFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that were
                        aborted by the PMD."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 9 }

.1.0.8802.17.1.1.1.5.1.1.10
rprSpanErrorCurrentBadAddrFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        with invalid SA value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 10 }

.1.0.8802.17.1.1.1.5.1.1.11
rprSpanErrorCurrentBadParityFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        parity value not matching the expected parity value"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 11 }

.1.0.8802.17.1.1.1.5.1.1.12
rprSpanErrorCurrentContainedFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        that were removed due to context containment"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 12 }

.1.0.8802.17.1.1.1.5.1.1.13
rprSpanErrorCurrentScffErrors OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) errored SCFF,
                        with bad parity, bad FCS, or both."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 13 }

.1.0.8802.17.1.1.1.5.1.1.14
rprSpanErrorCurrentErroredSeconds OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 14 }

.1.0.8802.17.1.1.1.5.1.1.15
rprSpanErrorCurrentSeverelyErroredSeconds OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of severely errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 15 }

.1.0.8802.17.1.1.1.5.1.1.16
rprSpanErrorCurrentUnavailableSeconds OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of unavailable seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 16 }

.1.0.8802.17.1.1.1.5.2
rprSpanErrorCountersIntervalTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Errors Interval counters table.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) 2 }

.1.0.8802.17.1.1.1.5.2.1
rprSpanErrorCountersIntervalEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanErrorIntervalIfIndex, rprSpanErrorIntervalSpan, rprSpanErrorIntervalNumber }
  DESCRIPTION	"Error statistics collected for a particular interval of a
                        particular span of a particular RPR interface.
                        The corresponding instance of rprIfValidIntervals indicates
                        the number of intervals for which the set of statistics is
                        available."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) 1 }

.1.0.8802.17.1.1.1.5.2.1.1
rprSpanErrorIntervalIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 1 }

.1.0.8802.17.1.1.1.5.2.1.2
rprSpanErrorIntervalSpan OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An indication of the span of the interface for which this
                        row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 2 }

.1.0.8802.17.1.1.1.5.2.1.3
rprSpanErrorIntervalNumber OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (1..96) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A number between 1 and 96, which identifies the interval
                        for which the set of statistics is available. The interval
                        identified by 1 is the most recently completed 15 minute
                        interval, and interval identified by N is the interval
                        immediately preceding the one identified by N-1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 3 }

.1.0.8802.17.1.1.1.5.2.1.4
rprSpanErrorIntervalValidData OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if the data for this interval
                        is valid.
                        It will be valid if it contains data for 900 seconds
                        plus or minus 10 seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 4 }

.1.0.8802.17.1.1.1.5.2.1.5
rprSpanErrorIntervalTimeElapsed OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Unsigned32 (0..899) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The duration of a particular interval in seconds.
                        If, for some reason, such as an adjustment in the system's
                        time-of-day clock, the current interval exceeds the maximum
                        value, the agent will return the maximum value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 5 }

.1.0.8802.17.1.1.1.5.2.1.6
rprSpanErrorIntervalTtlExpFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that were dropped due to
                        zero Time To Live (TTL) in a particular interval in the
                        past 24 hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 6 }

.1.0.8802.17.1.1.1.5.2.1.7
rprSpanErrorIntervalTooLongFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that exceed the maximum
                        permitted frame size in a particular interval in the
                        past 24 hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 7 }

.1.0.8802.17.1.1.1.5.2.1.8
rprSpanErrorIntervalTooShortFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames shortest than the
                        minimum permitted frame size in a particular interval
                        in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 8 }

.1.0.8802.17.1.1.1.5.2.1.9
rprSpanErrorIntervalBadHecFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames with HEC error in a
                        particular interval in the past 24 hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 9 }

.1.0.8802.17.1.1.1.5.2.1.10
rprSpanErrorIntervalBadFcsFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) data and control frames
                        where the fcs value did not match the expected fcs value.

                        This includes data frames passed to the client as a result of
                        rprIfMacOperModes being not set to dropBadFcs."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 10 }

.1.0.8802.17.1.1.1.5.2.1.11
rprSpanErrorIntervalSelfSrcUcastFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) unicast frames that were transmitted
                        by the station itself i.e. the source MAC is equal to the
                        interface MAC, in a particular interval in the past 24 hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 11 }

.1.0.8802.17.1.1.1.5.2.1.12
rprSpanErrorIntervalPmdAbortFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) unicast frames that were aborted
                        by the PMD layer, in a particular interval in the past
                        24 hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 12 }

.1.0.8802.17.1.1.1.5.2.1.13
rprSpanErrorIntervalBadAddrFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        with invalid SA value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 13 }

.1.0.8802.17.1.1.1.5.2.1.14
rprSpanErrorIntervalBadParityFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        parity value not matching the expected parity value"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 14 }

.1.0.8802.17.1.1.1.5.2.1.15
rprSpanErrorIntervalContainedFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        that were removed due to context containment"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 15 }

.1.0.8802.17.1.1.1.5.2.1.16
rprSpanErrorIntervalScffErrors OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) errored SCFF,
                        with bad parity, bad FCS, or both."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 16 }

.1.0.8802.17.1.1.1.5.2.1.17
rprSpanErrorIntervalErroredSeconds OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 17 }

.1.0.8802.17.1.1.1.5.2.1.18
rprSpanErrorIntervalSeverelyErroredSeconds OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of severely errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 18 }

.1.0.8802.17.1.1.1.5.2.1.19
rprSpanErrorIntervalUnavailableSeconds OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of unavailable seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 19 }

.1.0.8802.17.1.1.1.5.3
rprSpanErrorCountersDayTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Mac Error Day Table contains the cumulative sum
                        of the various statistics for the 24 hour period
                        preceding the current interval.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) 3 }

.1.0.8802.17.1.1.1.5.3.1
rprSpanErrorCountersDayEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanErrorDayIfIndex, rprSpanErrorDaySpan }
  DESCRIPTION	"An entry in the RPR Error Day table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) 1 }

.1.0.8802.17.1.1.1.5.3.1.1
rprSpanErrorDayIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 1 }

.1.0.8802.17.1.1.1.5.3.1.2
rprSpanErrorDaySpan OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An indication of the span of the interface for which this
                        row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 2 }

.1.0.8802.17.1.1.1.5.3.1.3
rprSpanErrorDayTtlExpFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that were dropped
                        due to zero Time To Live (TTL)."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 3 }

.1.0.8802.17.1.1.1.5.3.1.4
rprSpanErrorDayTooLongFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that exceed the
                        maximum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 4 }

.1.0.8802.17.1.1.1.5.3.1.5
rprSpanErrorDayTooShortFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames shortest than the
                        minimum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 5 }

.1.0.8802.17.1.1.1.5.3.1.6
rprSpanErrorDayBadHecFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames with HEC error."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 6 }

.1.0.8802.17.1.1.1.5.3.1.7
rprSpanErrorDayBadFcsFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) data and control frames
                        where the fcs value did not match the expected fcs value.

                        This includes data frames passed to the client as a result of
                        rprIfMacOperModes being not set to dropBadFcs."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 7 }

.1.0.8802.17.1.1.1.5.3.1.8
rprSpanErrorDaySelfSrcUcastFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) unicast frames that were
                        transmitted by the station itself i.e.
                        the source MAC is equal to the interface MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 8 }

.1.0.8802.17.1.1.1.5.3.1.9
rprSpanErrorDayPmdAbortFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that were
                        aborted by the PMD"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 9 }

.1.0.8802.17.1.1.1.5.3.1.10
rprSpanErrorDayBadAddrFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        with invalid SA value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 10 }

.1.0.8802.17.1.1.1.5.3.1.11
rprSpanErrorDayBadParityFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        parity value not matching the expected parity value"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 11 }

.1.0.8802.17.1.1.1.5.3.1.12
rprSpanErrorDayContainedFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        that were removed due to context containment"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 12 }

.1.0.8802.17.1.1.1.5.3.1.13
rprSpanErrorDayScffErrors OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) errored SCFF,
                        with bad parity, bad FCS, or both."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 13 }

.1.0.8802.17.1.1.1.5.3.1.14
rprSpanErrorDayErroredSeconds OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 14 }

.1.0.8802.17.1.1.1.5.3.1.15
rprSpanErrorDaySeverelyErroredSeconds OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of severely errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 15 }

.1.0.8802.17.1.1.1.5.3.1.16
rprSpanErrorDayUnavailableSeconds OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION HCPerfTotalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of unavailable seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 16 }

.1.0.8802.17.1.1.1.5.4
rprSpanErrorCountersStatsTable OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Errors total counters table.

                        The DiscontinuityTime for this table is indicated by
                        ifCounterDiscontinuityTime defined in ifXTable.

                        All attributes in this table are volatile,

                        i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) 4 }

.1.0.8802.17.1.1.1.5.4.1
rprSpanErrorCountersStatsEntry OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rprSpanErrorStatsIfIndex, rprSpanErrorStatsSpan }
  DESCRIPTION	"An entry in the span error counter table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) 1 }

.1.0.8802.17.1.1.1.5.4.1.1
rprSpanErrorStatsIfIndex OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 1 }

.1.0.8802.17.1.1.1.5.4.1.2
rprSpanErrorStatsSpan OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  -- TEXTUAL CONVENTION RprSpan
  SYNTAX	INTEGER {east(1), west(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An indication of the span of the interface for which this
                        row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 2 }

.1.0.8802.17.1.1.1.5.4.1.3
rprSpanErrorStatsTtlExpFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that were dropped
                        due to zero Time To Live (TTL)."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 3 }

.1.0.8802.17.1.1.1.5.4.1.4
rprSpanErrorStatsTooLongFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that exceed the
                        maximum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 4 }

.1.0.8802.17.1.1.1.5.4.1.5
rprSpanErrorStatsTooShortFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames shortest than the
                        minimum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 5 }

.1.0.8802.17.1.1.1.5.4.1.6
rprSpanErrorStatsBadHecFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames with HEC error."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 6 }

.1.0.8802.17.1.1.1.5.4.1.7
rprSpanErrorStatsBadFcsFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) data and control frames
                        where the fcs value did not match the expected fcs value.

                        This includes data frames passed to the client as a result of
                        rprIfMacOperModes being not set to dropBadFcs."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 7 }

.1.0.8802.17.1.1.1.5.4.1.8
rprSpanErrorStatsSelfSrcUcastFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) unicast frames that were
                        transmitted by the station itself i.e.
                        the source MAC is equal to the interface MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 8 }

.1.0.8802.17.1.1.1.5.4.1.9
rprSpanErrorStatsPmdAbortFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames that
                        were aborted by the PMD"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 9 }

.1.0.8802.17.1.1.1.5.4.1.10
rprSpanErrorStatsBadAddrFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        with invalid SA value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 10 }

.1.0.8802.17.1.1.1.5.4.1.11
rprSpanErrorStatsBadParityFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        parity value not matching the expected parity value"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 11 }

.1.0.8802.17.1.1.1.5.4.1.12
rprSpanErrorStatsContainedFrames OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) frames
                        that were removed due to context containment"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 12 }

.1.0.8802.17.1.1.1.5.4.1.13
rprSpanErrorStatsScffErrors OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received (PHY to MAC) errored SCFF,
                        with bad parity, bad FCS, or both."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 13 }

.1.0.8802.17.1.1.2
rprConformance OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) 2 }

.1.0.8802.17.1.1.2.1
rprGroups OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) 1 }

.1.0.8802.17.1.1.2.1.1
rprIfGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects needed for RPR MAC
                        configuration."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 1 }

.1.0.8802.17.1.1.2.1.2
rprIfGroupOpt OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects for RPR MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 2 }

.1.0.8802.17.1.1.2.1.3
rprIfStatsControlGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects needed for RPR MAC
                        statistics management."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 3 }

.1.0.8802.17.1.1.2.1.4
rprSpanGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects needed for RPR Span
                        configuration."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 4 }

.1.0.8802.17.1.1.2.1.5
rprSpanGroupOpt OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects for RPR Span."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 5 }

.1.0.8802.17.1.1.2.1.6
rprSpanProtectionGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects needed for RPR Span
                        Protection monitoring."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 6 }

.1.0.8802.17.1.1.2.1.7
rprTopoGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects needed for RPR Topology
                        discovery."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 7 }

.1.0.8802.17.1.1.2.1.8
rprFairnessGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects needed for RPR Fairness
                        configuration."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 8 }

.1.0.8802.17.1.1.2.1.9
rprFairnessGroupOpt OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects for RPR Fairness."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 9 }

.1.0.8802.17.1.1.2.1.10
rprOamGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects needed for RPR OAM
                        configuration."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 10 }

.1.0.8802.17.1.1.2.1.11
rprIfChangeSummaryGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects summarizes changes on
                        the RPR interfaces."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 11 }

.1.0.8802.17.1.1.2.1.12
rprSpanCurrentGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC span current
                        statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 12 }

.1.0.8802.17.1.1.2.1.13
rprSpanIntervalGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC span intervals
                        statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 13 }

.1.0.8802.17.1.1.2.1.14
rprSpanDayGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC span 24 hours
                        statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 14 }

.1.0.8802.17.1.1.2.1.15
rprSpanStatsGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC span total
                        statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 15 }

.1.0.8802.17.1.1.2.1.16
rprClientCurrentGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC client interface
                        current statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 16 }

.1.0.8802.17.1.1.2.1.17
rprClientIntervalGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC client interface
                        intervals statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 17 }

.1.0.8802.17.1.1.2.1.18
rprClientDayGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC client interface
                        24 hours statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 18 }

.1.0.8802.17.1.1.2.1.19
rprClientStatsGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC client interface
                        total statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 19 }

.1.0.8802.17.1.1.2.1.20
rprErrorCurrentGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC span error
                        current statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 20 }

.1.0.8802.17.1.1.2.1.21
rprErrorIntervalGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC span error
                        intervals statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 21 }

.1.0.8802.17.1.1.2.1.22
rprErrorDayGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC span error
                        24 hours statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 22 }

.1.0.8802.17.1.1.2.1.23
rprErrorStatsGroup OBJECT-GROUP
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"Collection of objects counting MAC span error
                        total statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 23 }

.1.0.8802.17.1.1.2.2
rprCompliances OBJECT-TYPE
  -- FROM	IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) 2 }

.1.0.8802.17.1.1.2.2.1
rprModuleTotalStatsCompliance MODULE-COMPLIANCE
  -- FROM	IEEE-802DOT17-RPR-MIB
  DESCRIPTION	"The compliance statement for agent that support RPR operation
                        with total statistics collections."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) ieee802dot17rprMIB(1) rprConformance(2) rprCompliances(2) 1 }

.1.2
member-body OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB, IEEE8023-LAG-MIB, GB15629dot11-WAPI-MIB
::= { iso(1) 2 }

.1.2.156
cn OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
::= { iso(1) member-body(2) 156 }

.1.2.156.11235
bwips OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
::= { iso(1) member-body(2) cn(156) 11235 }

.1.2.156.11235.15629
gb15629 OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
::= { iso(1) member-body(2) cn(156) bwips(11235) 15629 }

.1.2.156.11235.15629.11
gb15629-11 OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) 11 }

.1.2.156.11235.15629.11.1
gb15629-11-mibs OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) 1 }

.1.2.156.11235.15629.11.1.1
gb15629dot11wapiMIB MODULE-IDENTITY
  -- FROM	GB15629dot11-WAPI-MIB
  DESCRIPTION	"Manage WAPI module."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) 1 }

.1.2.156.11235.15629.11.1.1.1
wapiMIBObjects OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) 1 }

.1.2.156.11235.15629.11.1.1.1.1
gb15629dot11wapiConfigTable OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing WAPI configuration objects."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) 1 }

.1.2.156.11235.15629.11.1.1.1.1.1
gb15629dot11wapiConfigEntry OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the gb15629dot11wapiConfigTable."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) 1 }

.1.2.156.11235.15629.11.1.1.1.1.1.1
gb15629dot11wapiConfigVersion OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The highest WAPI version this entity supports."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 1 }

.1.2.156.11235.15629.11.1.1.1.1.1.2
gb15629dot11wapiControlledAuthControl OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the entity enables
            authentication. When the value is FALSE, it shall indicate that
            authentication is not enabled on this entity, and the status of
            the controlled port is 'authenticated'. When the value is TURE,
            it shall indicate that authentication is enabled, and the status
            of controlled port is decided by
            gb15629dot11wapiControlledPortControl."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 2 }

.1.2.156.11235.15629.11.1.1.1.1.1.3
gb15629dot11wapiControlledPortControl OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the controlling type of the entity's port.
            This object is available when
            gb15629dot11wapiControlledAuthControl is TURE. When the value is
            zero, it means 'automatic', and the status of the controlled port
            is decided by authentication result. When the value is one,
            it means 'forcible unauthenticated', and the status of the
            controlled port is 'unauthenticated'."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 3 }

.1.2.156.11235.15629.11.1.1.1.1.1.4
gb15629dot11wapiOptionImplemented OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the entity support WAPI. When the
            value is TURE, it shall indicate that the entity support WAPI.
            Otherwise, it shall indicate that the entity doesn't support WAPI."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 4 }

.1.2.156.11235.15629.11.1.1.1.1.1.5
gb15629dot11wapiPreauthenticationImplemented OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the entity support WAPI
            preauthentication. This object can't be set to TURE, unless
            gb15629dot11wapiOptionImplemented is TURE."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 5 }

.1.2.156.11235.15629.11.1.1.1.1.1.6
gb15629dot11wapiEnabled OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this object is set to TRUE, it shall indicate that WAPI is
            enabled on this entity. The entity will advertise the WAPI
            information element in its beacon and probe response frames."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 6 }

.1.2.156.11235.15629.11.1.1.1.1.1.7
gb15629dot11wapiPreauthenticationEnabled OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this object is set to TRUE, it shall indicate that WAPI
            preauthentication is enabled on this entity. Otherwise, it shall
            indicate that WAPI preauthentication is disabled on this entity.
            This object requires that gb15629dot11WAPIEnabled also be set to
            TRUE."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 7 }

.1.2.156.11235.15629.11.1.1.1.1.1.8
gb15629dot11wapiConfigUnicastKeysSupported OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates how many unicast keys the entity supports
            for WAPI."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 8 }

.1.2.156.11235.15629.11.1.1.1.1.1.9
gb15629dot11wapiConfigUnicastRekeyMethod OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	INTEGER {disabled(1), timeBased(2), packetBased(3), timepacket-Based(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object selects a mechanism for rekeying the WAPI USK. The
            default is time-based, once per day. Rekeying the USK is only
            applicable to an entity acting as a role of AE or ASUE."
  DEFVAL	{ timeBased }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 9 }

.1.2.156.11235.15629.11.1.1.1.1.1.10
gb15629dot11wapiConfigUnicastRekeyTime OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time in seconds after which the WAPI USK shall be refreshed.
            The timer shall start at the moment the USK was set using the
            MLME-SETWPIKEYS request primitive."
  DEFVAL	{ 86400 }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 10 }

.1.2.156.11235.15629.11.1.1.1.1.1.11
gb15629dot11wapiConfigUnicastRekeyPackets OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A packet count (in 1000s of packets) after which the WAPI USK
            shall be refreshed. The packet counter shall start at the moment
            the USK was set using the MLME-SETKEYS request primitive and it
            shall count all packets encrypted using the current USK."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 11 }

.1.2.156.11235.15629.11.1.1.1.1.1.12
gb15629dot11wapiConfigMulticastCipher OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the multicast cipher suite selector the
            entity must use. The multicast cipher suite in the WAPI
            information element shall take its value from this variable.
            It consists of an OUI (the first 3 octets) and a cipher suite
            identifier (the last octet)."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 12 }

.1.2.156.11235.15629.11.1.1.1.1.1.13
gb15629dot11wapiConfigMulticastRekeyMethod OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	INTEGER {disabled(1), timeBased(2), packetBased(3), timepacket-Based(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object selects a mechanism for rekeying the WAPI MSK. The
            default is time-based, once per day. Rekeying the MSK is only
            applicable to an entity acting as a role of AE or ASUE."
  DEFVAL	{ timeBased }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 13 }

.1.2.156.11235.15629.11.1.1.1.1.1.14
gb15629dot11wapiConfigMulticastRekeyTime OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time in seconds after which the WAPI MSK shall be refreshed.
            The timer shall start at the moment the MSK was set using the
            MLME-SETWPIKEYS request primitive."
  DEFVAL	{ 86400 }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 14 }

.1.2.156.11235.15629.11.1.1.1.1.1.15
gb15629dot11wapiConfigMulticastRekeyPackets OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A packet count (in 1000s of packets) after which the WAPI MSK
            shall be refreshed. The packet counter shall start at the moment
            the MSK was set using the MLME-SETKEYS request primitive and it
            shall count all packets encrypted using the current MSK."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 15 }

.1.2.156.11235.15629.11.1.1.1.1.1.16
gb15629dot11wapiConfigMulticastRekeyStrict OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object signals that the MSK shall be refreshed whenever a
            STA leaves the BSS that possesses the MSK."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 16 }

.1.2.156.11235.15629.11.1.1.1.1.1.17
gb15629dot11wapiConfigPSKValue OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PSK value when WAPI in PSK mode is the selected AKM suite.
            In that case, the BK will obtain its value from this object.
            This object is logically write-only. Reading this variable shall
            return unsuccessful status or null or zero."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 17 }

.1.2.156.11235.15629.11.1.1.1.1.1.18
gb15629dot11wapiConfigPSKPassPhrase OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PSK value when WAPI in PSK mode is the selected AKM suite,
            is configured by gb15629dot11wapiConfigPSKValue.
            An alternative manner of setting the PSK uses the password-to-key
            algorithm. This variable provides a means to enter a
            pass-phrase. When this object is written, the WAPI entity shall
            use the password-to-key algorithm to derive a preshared
            and populate gb15629dot11wapiConfigPSKValue with this key.
            This object is logically write-only. Reading this variable shall
            return unsuccessful status or null or zero."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 18 }

.1.2.156.11235.15629.11.1.1.1.1.1.19
gb15629dot11wapiConfigCertificateUpdateCount OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times message in the WAPI certificate
            authenticating handshake will be retried per certificate
            authenticating handshake attempt."
  DEFVAL	{ 3 }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 19 }

.1.2.156.11235.15629.11.1.1.1.1.1.20
gb15629dot11wapiConfigMulticastUpdateCount OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times message in the WAPI multicast key handshake
            will be retried per MSK handshake attempt."
  DEFVAL	{ 3 }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 20 }

.1.2.156.11235.15629.11.1.1.1.1.1.21
gb15629dot11wapiConfigUnicastUpdateCount OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times message in the WAPI unicast key handshake
            will be retried per 3-way handshake attempt."
  DEFVAL	{ 3 }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 21 }

.1.2.156.11235.15629.11.1.1.1.1.1.22
gb15629dot11wapiConfigMulticastCipherSize OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the length in bits of the multicast
            cipher key. This should be 256 for SMS4. first 128 bits for
            encrypting, last 128 bits for integrity checking."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 22 }

.1.2.156.11235.15629.11.1.1.1.1.1.23
gb15629dot11wapiConfigBKLifetime OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum lifetime of a BK in the BK cache."
  DEFVAL	{ 43200 }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 23 }

.1.2.156.11235.15629.11.1.1.1.1.1.24
gb15629dot11wapiConfigBKReauthThreshold OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The percentage of the BK lifetime that should expire before an
            reauthentication occurs."
  DEFVAL	{ 70 }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 24 }

.1.2.156.11235.15629.11.1.1.1.1.1.25
gb15629dot11wapiConfigSATimeout OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum time a security association shall take to set up."
  DEFVAL	{ 60 }
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 25 }

.1.2.156.11235.15629.11.1.1.1.1.1.26
gb15629dot11wapiAuthenticationSuiteSelected OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last AKM suite negotiated."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 26 }

.1.2.156.11235.15629.11.1.1.1.1.1.27
gb15629dot11wapiUnicastCipherSelected OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last unicast cipher negotiated."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 27 }

.1.2.156.11235.15629.11.1.1.1.1.1.28
gb15629dot11wapiMulticastCipherSelected OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last multicast cipher negotiated."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 28 }

.1.2.156.11235.15629.11.1.1.1.1.1.29
gb15629dot11wapiBKIDUsed OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last BKID used in the last unicast
            cipher key handshake."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 29 }

.1.2.156.11235.15629.11.1.1.1.1.1.30
gb15629dot11wapiAuthenticationSuiteRequested OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last AKM suite requested."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 30 }

.1.2.156.11235.15629.11.1.1.1.1.1.31
gb15629dot11wapiUnicastCipherRequested OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last unicast cipher requested."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 31 }

.1.2.156.11235.15629.11.1.1.1.1.1.32
gb15629dot11wapiMulticastCipherRequested OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last multicast cipher requested."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigTable(1) gb15629dot11wapiConfigEntry(1) 32 }

.1.2.156.11235.15629.11.1.1.1.2
gb15629dot11wapiConfigUnicastCiphersTable OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the unicast ciphers supported by this entity.
            It allows enabling and disabling of each unicast cipher by
            network management. The unicast cipher suite list in the WAPI
            information element is formed using the information in this
            table."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) 2 }

.1.2.156.11235.15629.11.1.1.1.2.1
gb15629dot11wapiConfigUnicastCiphersEntry OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, gb15629dot11wapiConfigUnicastCipherIndex }
  DESCRIPTION	"The table entry, indexed by the interface index (or all
            interfaces) and the unicast cipher."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigUnicastCiphersTable(2) 1 }

.1.2.156.11235.15629.11.1.1.1.2.1.1
gb15629dot11wapiConfigUnicastCipherIndex OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary index into the
            gb15629dot11wapiConfigUnicastCiphersTable."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigUnicastCiphersTable(2) gb15629dot11wapiConfigUnicastCiphersEntry(1) 1 }

.1.2.156.11235.15629.11.1.1.1.2.1.2
gb15629dot11wapiConfigUnicastCipher OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of a supported unicast cipher. It consists of an
            OUI(the first 3 octets) and a cipher suite identifier
            (the last octet)."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigUnicastCiphersTable(2) gb15629dot11wapiConfigUnicastCiphersEntry(1) 2 }

.1.2.156.11235.15629.11.1.1.1.2.1.3
gb15629dot11wapiConfigUnicastCipherEnabled OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object enables or disables the unicast cipher."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigUnicastCiphersTable(2) gb15629dot11wapiConfigUnicastCiphersEntry(1) 3 }

.1.2.156.11235.15629.11.1.1.1.2.1.4
gb15629dot11wapiConfigUnicastCipherSize OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the length in bits of the unicast cipher
            key. This should be 256 for SMS4, first 128 bits for encrypting,
            last 128 bits for integrity checking."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigUnicastCiphersTable(2) gb15629dot11wapiConfigUnicastCiphersEntry(1) 4 }

.1.2.156.11235.15629.11.1.1.1.3
gb15629dot11wapiConfigAuthenticationSuitesTable OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the AKM suites supported by this entity. Each
            AKM suite can be individually enabled and disabled. The AKM
            suite list in the WAPI information element is formed using the
            information in this table."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) 3 }

.1.2.156.11235.15629.11.1.1.1.3.1
gb15629dot11wapiConfigAuthenticationSuitesEntry OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ gb15629dot11wapiConfigAuthenticationSuiteIndex }
  DESCRIPTION	"An entry (row) in the
            gb15629dot11wapiConfigAuthenticationSuitesTable."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigAuthenticationSuitesTable(3) 1 }

.1.2.156.11235.15629.11.1.1.1.3.1.1
gb15629dot11wapiConfigAuthenticationSuiteIndex OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used as an index into the
            gb15629dot11wapiConfigAuthenticationSuitesTable."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigAuthenticationSuitesTable(3) gb15629dot11wapiConfigAuthenticationSuitesEntry(1) 1 }

.1.2.156.11235.15629.11.1.1.1.3.1.2
gb15629dot11wapiConfigAuthenticationSuite OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of an AKM suite. It consists of an OUI (the first 3
           octets) and a cipher suite identifier (the last octet)."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigAuthenticationSuitesTable(3) gb15629dot11wapiConfigAuthenticationSuitesEntry(1) 2 }

.1.2.156.11235.15629.11.1.1.1.3.1.3
gb15629dot11wapiConfigAuthenticationSuiteEnabled OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable indicates the corresponding AKM suite is enabled
            or disabled."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiConfigAuthenticationSuitesTable(3) gb15629dot11wapiConfigAuthenticationSuitesEntry(1) 3 }

.1.2.156.11235.15629.11.1.1.1.4
gb15629dot11wapiStatsTable OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table maintains per-STA statistics in an WAPI. The entry
            with gb15629dot11wapiStatsSTAAddress set to FF-FF-FF-FF-FF-FF
            shall contain statistics for broadcast/multicast traffic."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) 4 }

.1.2.156.11235.15629.11.1.1.1.4.1
gb15629dot11wapiStatsEntry OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, gb15629dot11wapiStatsIndex }
  DESCRIPTION	"An entry in the gb15629dot11wapiStatsTable."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) 1 }

.1.2.156.11235.15629.11.1.1.1.4.1.1
gb15629dot11wapiStatsIndex OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An auxiliary index into the gb15629dot11wapiStatsTable."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 1 }

.1.2.156.11235.15629.11.1.1.1.4.1.2
gb15629dot11wapiStatsSTAAddress OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address of the STA to which the statistics in this
            conceptual row belong."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 2 }

.1.2.156.11235.15629.11.1.1.1.4.1.3
gb15629dot11wapiStatsVersion OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The WAPI version with which the STA associated."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 3 }

.1.2.156.11235.15629.11.1.1.1.4.1.4
gb15629dot11wapiStatsControlledPortStatus OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the status of the authentication
            entity's controlled port. When the value is TURE, it means
            'authenticated'. Otherwise, it means 'unauthenticated'."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 4 }

.1.2.156.11235.15629.11.1.1.1.4.1.5
gb15629dot11wapiStatsSelectedUnicastCipher OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The unicast cipher suite selector used during association."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 5 }

.1.2.156.11235.15629.11.1.1.1.4.1.6
gb15629dot11wapiStatsWPIReplayCounters OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of WPI MPDUs discarded by the replay mechanism."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 6 }

.1.2.156.11235.15629.11.1.1.1.4.1.7
gb15629dot11wapiStatsWPIDecryptableErrors OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of WPI MPDUs discarded because of unavailable cipher
            key when WPI-SMS4 decrypting."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 7 }

.1.2.156.11235.15629.11.1.1.1.4.1.8
gb15629dot11wapiStatsWPIMICErrors OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of WPI MPDUs discarded because of MIC checking
            failure when WPI-SMS4 decrypting."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 8 }

.1.2.156.11235.15629.11.1.1.1.4.1.9
gb15629dot11wapiStatsWAISignatureErrors OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the received WAI packets' signature
            is wrong."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 9 }

.1.2.156.11235.15629.11.1.1.1.4.1.10
gb15629dot11wapiStatsWAIHMACErrors OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the received WAI packets'
            message authentication key checking error occurs."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 10 }

.1.2.156.11235.15629.11.1.1.1.4.1.11
gb15629dot11wapiStatsWAIAuthenticationResultFailures OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI authentication result
            is unsuccessful."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 11 }

.1.2.156.11235.15629.11.1.1.1.4.1.12
gb15629dot11wapiStatsWAIDiscardCounters OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the received WAI packet is
            discarded."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 12 }

.1.2.156.11235.15629.11.1.1.1.4.1.13
gb15629dot11wapiStatsWAITimeoutCounters OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI packet overtime is
            detected."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 13 }

.1.2.156.11235.15629.11.1.1.1.4.1.14
gb15629dot11wapiStatsWAIFormatErrors OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI packets' format error occurs"
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 14 }

.1.2.156.11235.15629.11.1.1.1.4.1.15
gb15629dot11wapiStatsWAICertificateHandshakeFailures OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI certificate authenticates
            unsuccessfully."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 15 }

.1.2.156.11235.15629.11.1.1.1.4.1.16
gb15629dot11wapiStatsWAIUnicastHandshakeFailures OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI unicast cipher key
            negotiates unsuccessfully."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 16 }

.1.2.156.11235.15629.11.1.1.1.4.1.17
gb15629dot11wapiStatsWAIMulticastHandshakeFailures OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI multicast cipher key
            announces unsuccessfully."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBObjects(1) gb15629dot11wapiStatsTable(4) gb15629dot11wapiStatsEntry(1) 17 }

.1.2.156.11235.15629.11.1.1.2
wapiMIBConformance OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) 2 }

.1.2.156.11235.15629.11.1.1.2.1
gb15629dot11wapiGroups OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBConformance(2) 1 }

.1.2.156.11235.15629.11.1.1.2.1.1
gb15629dot11wapiBase OBJECT-GROUP
  -- FROM	GB15629dot11-WAPI-MIB
  DESCRIPTION	"The gb15629dot11wapiBase object class provides the
            necessary support for managing WAPI functionality in the
            STA."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBConformance(2) gb15629dot11wapiGroups(1) 1 }

.1.2.156.11235.15629.11.1.1.2.1.2
gb15629dot11wapiBKcachingGroup OBJECT-GROUP
  -- FROM	GB15629dot11-WAPI-MIB
  DESCRIPTION	"The gb15629dot11wapiBKcachingGroup object class provides
            the necessary support for managing BK caching
            functionality in the STA"
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBConformance(2) gb15629dot11wapiGroups(1) 2 }

.1.2.156.11235.15629.11.1.1.2.2
gb15629wapiCompliances OBJECT-TYPE
  -- FROM	GB15629dot11-WAPI-MIB
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBConformance(2) 2 }

.1.2.156.11235.15629.11.1.1.2.2.1
gb15629dot11wapiCompliance MODULE-COMPLIANCE
  -- FROM	GB15629dot11-WAPI-MIB
  DESCRIPTION	"The compliance statement for SNMPv2 entities that implement the
            WAPI MIB."
::= { iso(1) member-body(2) cn(156) bwips(11235) gb15629(15629) gb15629-11(11) gb15629-11-mibs(1) gb15629dot11wapiMIB(1) wapiMIBConformance(2) gb15629wapiCompliances(2) 1 }

.1.2.840
us OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB, IEEE8023-LAG-MIB
::= { iso(1) member-body(2) 840 }

.1.2.840.10006
ieee802dot3 OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) 10006 }

.1.2.840.10006.300
snmpmibs OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) 300 }

.1.2.840.10006.300.43
lagMIB MODULE-IDENTITY
  -- FROM	IEEE8023-LAG-MIB
  DESCRIPTION	"The Link Aggregation module for managing IEEE Std
        802.3ad."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) 43 }

.1.2.840.10006.300.43.1
lagMIBObjects OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) 1 }

.1.2.840.10006.300.43.1.1
dot3adAgg OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) 1 }

.1.2.840.10006.300.43.1.1.1
dot3adAggTable OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about every
        Aggregator that is associated with this System."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) 1 }

.1.2.840.10006.300.43.1.1.1.1
dot3adAggEntry OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot3adAggIndex }
  DESCRIPTION	"A list of the Aggregator parameters. This is indexed
        by the ifIndex of the Aggregator."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) 1 }

.1.2.840.10006.300.43.1.1.1.1.1
dot3adAggIndex OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The unique identifier allocated to this Aggregator by
        the local System.  This attribute identifies an
        Aggregator instance among the subordinate managed
        objects of the containing object.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 1 }

.1.2.840.10006.300.43.1.1.1.1.2
dot3adAggMACAddress OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 6-octet read-only value carrying the individual
       MAC address assigned to the Aggregator."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 2 }

.1.2.840.10006.300.43.1.1.1.1.3
dot3adAggActorSystemPriority OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A 2-octet read-write value indicating the priority
        value associated with the Actor's System ID."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 3 }

.1.2.840.10006.300.43.1.1.1.1.4
dot3adAggActorSystemID OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 6-octet read-write MAC address value used as a unique
        identifier for the System that contains this Aggregator.
        NOTE-From the perspective of the Link Aggregation
        mechanisms described in Clause 43, only a single
        combination of Actor's System ID and System Priority are
        considered, and no distinction is made between the
        values of these parameters for an Aggregator and the
        port(s) that are associated with it; i.e., the protocol
        is described in terms of the operation of aggregation
        within a single System. However, the managed objects
        provided for the Aggregator and the port both allow
        management of these parameters. The result of this is to
        permit a single piece of equipment to be configured by
        management to contain more than one System from the
        point of view of the operation of Link Aggregation. This
        may be of particular use in the configuration of
        equipment that has limited aggregation capability (see
        43.6)."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 4 }

.1.2.840.10006.300.43.1.1.1.1.5
dot3adAggAggregateOrIndividual OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only Boolean value indicating whether the
        Aggregator represents an Aggregate (`TRUE') or
        an Individual link (`FALSE')."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 5 }

.1.2.840.10006.300.43.1.1.1.1.6
dot3adAggActorAdminKey OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpKey
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current administrative value of the Key for the
        Aggregator. The administrative Key value may differ from
        the operational Key value for the reasons discussed in
        43.6.2. This is a 16-bit, read-write value. The meaning
        of particular Key values is of local significance."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 6 }

.1.2.840.10006.300.43.1.1.1.1.7
dot3adAggActorOperKey OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpKey
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational value of the Key for the
        Aggregator. The administrative Key value may differ from
        the operational Key value for the reasons discussed in
        43.6.2.  This is a 16-bit read-only value. The meaning
        of particular Key values is of local significance."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 7 }

.1.2.840.10006.300.43.1.1.1.1.8
dot3adAggPartnerSystemID OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 6-octet read-only MAC address value consisting of the
        unique identifier for the current protocol Partner of
        this Aggregator. A value of zero indicates that there is
        no known Partner. If the aggregation is manually
        configured, this System ID value will be a value
        assigned by the local System."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 8 }

.1.2.840.10006.300.43.1.1.1.1.9
dot3adAggPartnerSystemPriority OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 2-octet read-only value that indicates the priority
        value associated with the Partner's System ID. If the
        aggregation is manually configured, this System Priority
        value will be a value assigned by the local System."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 9 }

.1.2.840.10006.300.43.1.1.1.1.10
dot3adAggPartnerOperKey OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpKey
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational value of the Key for the
        Aggregator's current protocol Partner. This is a 16-bit
        read-only value. If the aggregation is manually
        configured, this Key value will be a value assigned by
        the local System."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 10 }

.1.2.840.10006.300.43.1.1.1.1.11
dot3adAggCollectorMaxDelay OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of this 16-bit read-write attribute defines
        the maximum delay, in tens of microseconds, that may be
        imposed by the Frame Collector between receiving a frame
        from an Aggregator Parser, and either delivering the
        frame to its MAC Client or discarding the frame (see
        43.2.3.1.1)."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 11 }

.1.2.840.10006.300.43.1.1.2
dot3adAggPortListTable OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains a list of all the ports
        associated with each Aggregator."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) 2 }

.1.2.840.10006.300.43.1.1.2.1
dot3adAggPortListEntry OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot3adAggIndex }
  DESCRIPTION	"A list of the ports associated with a given Aggregator.
        This is indexed by the ifIndex of the Aggregator."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggPortListTable(2) 1 }

.1.2.840.10006.300.43.1.1.2.1.1
dot3adAggPortListPorts OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The complete set of ports currently associated with
        this Aggregator.  Each bit set in this list represents
        an Actor Port member of this Link Aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAgg(1) dot3adAggPortListTable(2) dot3adAggPortListEntry(1) 1 }

.1.2.840.10006.300.43.1.2
dot3adAggPort OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) 2 }

.1.2.840.10006.300.43.1.2.1
dot3adAggPortTable OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains Link Aggregation Control
        configuration information about every
        Aggregation Port associated with this device.
        A row appears in this table for each physical port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) 1 }

.1.2.840.10006.300.43.1.2.1.1
dot3adAggPortEntry OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot3adAggPortIndex }
  DESCRIPTION	"A list of Link Aggregation Control configuration
        parameters for each Aggregation Port on this device."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) 1 }

.1.2.840.10006.300.43.1.2.1.1.1
dot3adAggPortIndex OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of the port"
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 1 }

.1.2.840.10006.300.43.1.2.1.1.2
dot3adAggPortActorSystemPriority OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A 2-octet read-write value used to define the priority
        value associated with the Actor's System ID."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 2 }

.1.2.840.10006.300.43.1.2.1.1.3
dot3adAggPortActorSystemID OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 6-octet read-only MAC address value that defines the
        value of the System ID for the System that contains this
        Aggregation Port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 3 }

.1.2.840.10006.300.43.1.2.1.1.4
dot3adAggPortActorAdminKey OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpKey
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current administrative value of the Key for the
        Aggregation Port. This is a 16-bit read-write value.
        The meaning of particular Key values is of local
        significance."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 4 }

.1.2.840.10006.300.43.1.2.1.1.5
dot3adAggPortActorOperKey OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpKey
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current operational value of the Key for the
        Aggregation Port. This is a 16-bit read-only value.
        The meaning of particular Key values is of local
        significance."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 5 }

.1.2.840.10006.300.43.1.2.1.1.6
dot3adAggPortPartnerAdminSystemPriority OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A 2-octet read-write value used to define the
        administrative value of priority associated with the
        Partner's System ID. The assigned value is used, along
        with the value of aAggPortPartnerAdminSystemID,
        aAggPortPartnerAdminKey, aAggPortPartnerAdminPort, and
        aAggPortPartnerAdminPortPriority, in order to achieve
        manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 6 }

.1.2.840.10006.300.43.1.2.1.1.7
dot3adAggPortPartnerOperSystemPriority OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 2-octet read-only value indicating the operational
        value of priority associated with the Partner's System
        ID. The value of this attribute may contain the manually
        configured value carried in
        aAggPortPartnerAdminSystemPriority if there is no
        protocol Partner."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 7 }

.1.2.840.10006.300.43.1.2.1.1.8
dot3adAggPortPartnerAdminSystemID OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A 6-octet read-write MACAddress value representing the
        administrative value of the Aggregation Port's protocol
        Partner's System ID. The assigned value is used, along
        with the value of aAggPortPartnerAdminSystemPriority,
        aAggPortPartnerAdminKey, aAggPortPartnerAdminPort, and
        aAggPortPartnerAdminPortPriority, in order to achieve
        manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 8 }

.1.2.840.10006.300.43.1.2.1.1.9
dot3adAggPortPartnerOperSystemID OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 6-octet read-only MACAddress value representing the
        current value of the Aggregation Port's protocol
        Partner's System ID. A value of zero indicates that
        there is no known protocol Partner. The value of this
        attribute may contain the manually configured value
        carried in aAggPortPartnerAdminSystemID if there is no
        protocol Partner."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 9 }

.1.2.840.10006.300.43.1.2.1.1.10
dot3adAggPortPartnerAdminKey OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpKey
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current administrative value of the Key for the
        protocol Partner. This is a 16-bit read-write value.
        The assigned value is used, along with the value of
        aAggPortPartnerAdminSystemPriority,
        aAggPortPartnerAdminSystemID, aAggPortPartnerAdminPort,
        and aAggPortPartnerAdminPortPriority, in order to
        achieve manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 10 }

.1.2.840.10006.300.43.1.2.1.1.11
dot3adAggPortPartnerOperKey OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpKey
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational value of the Key for the
        protocol Partner. The value of this attribute may
        contain the manually configured value carried in
        aAggPortPartnerAdminKey if there is no protocol Partner.
        This is a 16-bit read-only value."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 11 }

.1.2.840.10006.300.43.1.2.1.1.12
dot3adAggPortSelectedAggID OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier value of the Aggregator that this
        Aggregation Port has currently selected. Zero indicates
        that the Aggregation Port has not selected an
        Aggregator, either because it is in the process of
        detaching from an Aggregator or because there is no
        suitable Aggregator available for it to select.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 12 }

.1.2.840.10006.300.43.1.2.1.1.13
dot3adAggPortAttachedAggID OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier value of the Aggregator that this
        Aggregation Port is currently attached to. Zero
        indicates that the Aggregation Port is not currently
        attached to an Aggregator.  This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 13 }

.1.2.840.10006.300.43.1.2.1.1.14
dot3adAggPortActorPort OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port number locally assigned to the Aggregation
        Port. The port number is communicated in LACPDUs as the
        Actor_Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 14 }

.1.2.840.10006.300.43.1.2.1.1.15
dot3adAggPortActorPortPriority OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The priority value assigned to this Aggregation Port.
        This 16-bit value is read-write."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 15 }

.1.2.840.10006.300.43.1.2.1.1.16
dot3adAggPortPartnerAdminPort OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current administrative value of the port number for
        the protocol Partner. This is a 16-bit read-write value.
        The assigned value is used, along with the value of
        aAggPortPartnerAdminSystemPriority,
        aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey,
        and aAggPortPartnerAdminPortPriority, in order to
        achieve manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 16 }

.1.2.840.10006.300.43.1.2.1.1.17
dot3adAggPortPartnerOperPort OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational port number assigned to this
        Aggregation Port by the Aggregation Port's protocol
        Partner. The value of this attribute may contain the
        manually configured value carried in
        aAggPortPartnerAdminPort if there is no protocol
        Partner. This 16-bit value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 17 }

.1.2.840.10006.300.43.1.2.1.1.18
dot3adAggPortPartnerAdminPortPriority OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current administrative value of the port priority
        for the protocol Partner. This is a 16-bit read-write
        value. The assigned value is used, along with the value
        of aAggPortPartnerAdminSystemPriority,
        aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey,
        and aAggPortPartnerAdminPort, in order to achieve
        manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 18 }

.1.2.840.10006.300.43.1.2.1.1.19
dot3adAggPortPartnerOperPortPriority OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The priority value assigned to this Aggregation Port by
        the Partner. The value of this attribute may contain the
        manually configured value carried in
        aAggPortPartnerAdminPortPriority if there is no protocol
        Partner. This 16-bit value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 19 }

.1.2.840.10006.300.43.1.2.1.1.20
dot3adAggPortActorAdminState OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpState
  SYNTAX	BITS {lacpActivity(0), lacpTimeout(1), aggregation(2), synchronization(3), collecting(4), distributing(5), defaulted(6), expired(7)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A string of 8 bits, corresponding to the administrative
        values of Actor_State (43.4.2) as transmitted by the
        Actor in LACPDUs. The first bit corresponds to bit 0 of
        Actor_State (LACP_Activity),
        the second bit corresponds to bit 1 (LACP_Timeout),
        the third bit corresponds to bit 2 (Aggregation),
        the fourth bit corresponds to bit 3 (Synchronization),
        the fifth bit corresponds to bit 4 (Collecting),
        the sixth bit corresponds to bit 5 (Distributing),
        the seventh bit corresponds to bit 6 (Defaulted),
        and the eighth bit corresponds to bit 7 (Expired).
        These values allow administrative control over the
        values of LACP_Activity, LACP_Timeout and Aggregation.
        This attribute value is read-write."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 20 }

.1.2.840.10006.300.43.1.2.1.1.21
dot3adAggPortActorOperState OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpState
  SYNTAX	BITS {lacpActivity(0), lacpTimeout(1), aggregation(2), synchronization(3), collecting(4), distributing(5), defaulted(6), expired(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A string of 8 bits, corresponding to the current
        operational values of Actor_State as transmitted by the
        Actor in LACPDUs. The bit allocations are as defined in
        30.7.2.1.20. This attribute value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 21 }

.1.2.840.10006.300.43.1.2.1.1.22
dot3adAggPortPartnerAdminState OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpState
  SYNTAX	BITS {lacpActivity(0), lacpTimeout(1), aggregation(2), synchronization(3), collecting(4), distributing(5), defaulted(6), expired(7)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A string of 8 bits, corresponding to the current
        administrative value of Actor_State for the protocol
        Partner. The bit allocations are as defined in
        30.7.2.1.20. This attribute value is read-write. The
        assigned value is used in order to achieve manually
        configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 22 }

.1.2.840.10006.300.43.1.2.1.1.23
dot3adAggPortPartnerOperState OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION LacpState
  SYNTAX	BITS {lacpActivity(0), lacpTimeout(1), aggregation(2), synchronization(3), collecting(4), distributing(5), defaulted(6), expired(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A string of 8 bits, corresponding to the current values
        of Actor_State in the most recently received LACPDU
        transmitted by the protocol Partner. The bit allocations
        are as defined in 30.7.2.1.20. In the absence of an
        active protocol Partner, this value may reflect the
        manually configured value aAggPortPartnerAdminState.
        This attribute value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 23 }

.1.2.840.10006.300.43.1.2.1.1.24
dot3adAggPortAggregateOrIndividual OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only Boolean value indicating whether the
        Aggregation Port is able to Aggregate (`TRUE') or is
        only able to operate as an Individual link (`FALSE')."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 24 }

.1.2.840.10006.300.43.1.2.2
dot3adAggPortStatsTable OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains Link Aggregation information
        about every port that is associated with this device.
        A row appears in this table for each physical port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) 2 }

.1.2.840.10006.300.43.1.2.2.1
dot3adAggPortStatsEntry OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot3adAggPortIndex }
  DESCRIPTION	"A list of Link Aggregation Control Protocol statistics
        for each port on this device."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) 1 }

.1.2.840.10006.300.43.1.2.2.1.1
dot3adAggPortStatsLACPDUsRx OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid LACPDUs received on this
        Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) dot3adAggPortStatsEntry(1) 1 }

.1.2.840.10006.300.43.1.2.2.1.2
dot3adAggPortStatsMarkerPDUsRx OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid Marker PDUs received on this
        Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) dot3adAggPortStatsEntry(1) 2 }

.1.2.840.10006.300.43.1.2.2.1.3
dot3adAggPortStatsMarkerResponsePDUsRx OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid Marker Response PDUs received on
        this Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) dot3adAggPortStatsEntry(1) 3 }

.1.2.840.10006.300.43.1.2.2.1.4
dot3adAggPortStatsUnknownRx OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames received that either:
        - carry the Slow Protocols Ethernet Type value (43B.4),
          but contain an unknown PDU,  or:
        - are addressed to the Slow Protocols group MAC
          Address (43B.3), but do not carry the Slow Protocols
          Ethernet Type.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) dot3adAggPortStatsEntry(1) 4 }

.1.2.840.10006.300.43.1.2.2.1.5
dot3adAggPortStatsIllegalRx OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames received that carry the Slow
        Protocols Ethernet Type value (43B.4), but contain a
        badly formed PDU or an illegal value of Protocol Subtype
        (43B.4). This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) dot3adAggPortStatsEntry(1) 5 }

.1.2.840.10006.300.43.1.2.2.1.6
dot3adAggPortStatsLACPDUsTx OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LACPDUs transmitted on this
        Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) dot3adAggPortStatsEntry(1) 6 }

.1.2.840.10006.300.43.1.2.2.1.7
dot3adAggPortStatsMarkerPDUsTx OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Marker PDUs transmitted on this
        Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) dot3adAggPortStatsEntry(1) 7 }

.1.2.840.10006.300.43.1.2.2.1.8
dot3adAggPortStatsMarkerResponsePDUsTx OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Marker Response PDUs transmitted
        on this Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) dot3adAggPortStatsEntry(1) 8 }

.1.2.840.10006.300.43.1.2.3
dot3adAggPortDebugTable OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains Link Aggregation debug
        information about every port that is associated with
        this device.  A row appears in this table for each
        physical port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) 3 }

.1.2.840.10006.300.43.1.2.3.1
dot3adAggPortDebugEntry OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot3adAggPortIndex }
  DESCRIPTION	"A list of the debug parameters for a port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) 1 }

.1.2.840.10006.300.43.1.2.3.1.1
dot3adAggPortDebugRxState OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER {currentRx(1), expired(2), defaulted(3), initialize(4), lacpDisabled(5), portDisabled(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute holds the value `currentRx' if the
        Receive state machine for the Aggregation Port is in the
        CURRENT state, `expired' if the Receive state machine is
        in the EXPIRED state, `defaulted' if the Receive state
        machine is in the DEFAULTED state, `initialize' if the
        Receive state machine is in the INITIALIZE state,
        `lacpDisabled' if the Receive state machine is in the
        LACP_DISABLED state, or `portDisabled' if the Receive
        state machine is in the PORT_DISABLED state.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 1 }

.1.2.840.10006.300.43.1.2.3.1.2
dot3adAggPortDebugLastRxTime OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of aTimeSinceSystemReset (F.2.1) when
        the last LACPDU was received by this Aggregation Port.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 2 }

.1.2.840.10006.300.43.1.2.3.1.3
dot3adAggPortDebugMuxState OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	INTEGER {detached(1), waiting(2), attached(3), collecting(4), distributing(5), collectingDistributing(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute holds the value `detached' if the Mux
        state machine (43.4.14) for the Aggregation Port is in
        the DETACHED state, `waiting' if the Mux state machine
        is in the WAITING state, `attached' if the Mux state
        machine for the Aggregation Port is in the ATTACHED
        state, `collecting' if the Mux state machine for the
        Aggregation Port is in the COLLECTING state,
        `distributing' if the Mux state machine for the
        Aggregation Port is in the DISTRIBUTING state, and
        `collectingDistributing' if the Mux state machine for
        the Aggregation Port is in the COLLECTING_DISTRIBUTING
        state. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 3 }

.1.2.840.10006.300.43.1.2.3.1.4
dot3adAggPortDebugMuxReason OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A human-readable text string indicating the reason
        for the most recent change of Mux machine state.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 4 }

.1.2.840.10006.300.43.1.2.3.1.5
dot3adAggPortDebugActorChurnState OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION ChurnState
  SYNTAX	INTEGER {noChurn(1), churn(2), churnMonitor(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the Actor Churn Detection machine
        (43.4.17) for the Aggregation Port. A value of `noChurn'
        indicates that the state machine is in either the
        NO_ACTOR_CHURN or the ACTOR_CHURN_MONITOR state, and
        `churn' indicates that the state machine is in the
        ACTOR_CHURN state. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 5 }

.1.2.840.10006.300.43.1.2.3.1.6
dot3adAggPortDebugPartnerChurnState OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  -- TEXTUAL CONVENTION ChurnState
  SYNTAX	INTEGER {noChurn(1), churn(2), churnMonitor(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the Partner Churn Detection machine
        (43.4.17) for the Aggregation Port. A value of `noChurn'
        indicates that the state machine is in either the
        NO_PARTNER_CHURN or the PARTNER_CHURN_MONITOR state, and
        `churn' indicates that the state machine is in the
        PARTNER_CHURN state. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 6 }

.1.2.840.10006.300.43.1.2.3.1.7
dot3adAggPortDebugActorChurnCount OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of times the Actor Churn state
        machine has entered the ACTOR_CHURN state.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 7 }

.1.2.840.10006.300.43.1.2.3.1.8
dot3adAggPortDebugPartnerChurnCount OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of times the Partner Churn
        state machine has entered the PARTNER_CHURN state.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 8 }

.1.2.840.10006.300.43.1.2.3.1.9
dot3adAggPortDebugActorSyncTransitionCount OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of times the Actor's Mux state
        machine (43.4.15) has entered the IN_SYNC state.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 9 }

.1.2.840.10006.300.43.1.2.3.1.10
dot3adAggPortDebugPartnerSyncTransitionCount OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of times the Partner's Mux
        state machine (43.4.15) has entered the IN_SYNC state.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 10 }

.1.2.840.10006.300.43.1.2.3.1.11
dot3adAggPortDebugActorChangeCount OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of times the Actor's perception of
        the LAG ID for this Aggregation Port has changed.
        This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 11 }

.1.2.840.10006.300.43.1.2.3.1.12
dot3adAggPortDebugPartnerChangeCount OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of times the Partner's perception
        of the LAG ID (see 43.3.6.1) for this Aggregation Port
        has changed. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) dot3adAggPortDebugEntry(1) 12 }

.1.2.840.10006.300.43.1.3
dot3adTablesLastChanged OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the time of the most recent
        change to the dot3adAggTable, dot3adAggPortListTable, or
        dot3adAggPortTable."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) lagMIBObjects(1) 3 }

.1.2.840.10006.300.43.2
dot3adAggConformance OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) 2 }

.1.2.840.10006.300.43.2.1
dot3adAggGroups OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) dot3adAggConformance(2) 1 }

.1.2.840.10006.300.43.2.1.1
dot3adAggGroup OBJECT-GROUP
  -- FROM	IEEE8023-LAG-MIB
  DESCRIPTION	"A collection of objects providing information about an
        aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) dot3adAggConformance(2) dot3adAggGroups(1) 1 }

.1.2.840.10006.300.43.2.1.1.6
dot3adTablesLastChangedGroup OBJECT-GROUP
  -- FROM	IEEE8023-LAG-MIB
  DESCRIPTION	"A collection of objects providing information about the
        time of changes to the configuration of aggregations and
        their ports."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) dot3adAggConformance(2) dot3adAggGroups(1) dot3adAggGroup(1) 6 }

.1.2.840.10006.300.43.2.1.2
dot3adAggPortListGroup OBJECT-GROUP
  -- FROM	IEEE8023-LAG-MIB
  DESCRIPTION	"A collection of objects providing information about
        every port in an aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) dot3adAggConformance(2) dot3adAggGroups(1) 2 }

.1.2.840.10006.300.43.2.1.3
dot3adAggPortGroup OBJECT-GROUP
  -- FROM	IEEE8023-LAG-MIB
  DESCRIPTION	"A collection of objects providing information about
        every port in an aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) dot3adAggConformance(2) dot3adAggGroups(1) 3 }

.1.2.840.10006.300.43.2.1.4
dot3adAggPortStatsGroup OBJECT-GROUP
  -- FROM	IEEE8023-LAG-MIB
  DESCRIPTION	"A collection of objects providing information about
        every port in an aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) dot3adAggConformance(2) dot3adAggGroups(1) 4 }

.1.2.840.10006.300.43.2.1.5
dot3adAggPortDebugGroup OBJECT-GROUP
  -- FROM	IEEE8023-LAG-MIB
  DESCRIPTION	"A collection of objects providing debug information
        about every aggregated port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) dot3adAggConformance(2) dot3adAggGroups(1) 5 }

.1.2.840.10006.300.43.2.2
dot3adAggCompliances OBJECT-TYPE
  -- FROM	IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) dot3adAggConformance(2) 2 }

.1.2.840.10006.300.43.2.2.1
dot3adAggCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8023-LAG-MIB
  DESCRIPTION	"The compliance statement for device support of
        Link Aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) dot3adAggConformance(2) dot3adAggCompliances(2) 1 }

.1.2.840.10036
ieee802dot11 MODULE-IDENTITY
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The MIB module for IEEE 802.11 entities.
        iso(1).member-body(2).us(840).ieee802dot11(10036)"
::= { iso(1) member-body(2) us(840) 10036 }

.1.2.840.10036.1
dot11smt OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 1 }

.1.2.840.10036.1.1
dot11StationConfigTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Station Configuration attributes.  In tablular form to
        allow for multiple instances on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 1 }

.1.2.840.10036.1.1.1
dot11StationConfigEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11StationConfigTable.  It is
        possible for there to be multiple IEEE 802.11 interfaces
        on one agent, each with its unique MAC address. The
        relationship between an IEEE 802.11 interface and an
        interface in the context of the Internet-standard MIB is
        one-to-one.  As such, the value of an ifIndex object
        instance can be directly used to identify corresponding
        instances of the objects defined herein.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) 1 }

.1.2.840.10036.1.1.1.1
dot11StationID OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"The purpose of dot11StationID is to allow a manager to
        identify a station for its own purposes.  This attribute
        provides for that eventuality while keeping the true MAC
        address independent.  Its syntax is MAC address, and the
        default value is the station's assigned, unique
        MAC address."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 1 }

.1.2.840.10036.1.1.1.2
dot11MediumOccupancyLimit OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..1000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the maximum amount of time,
        in TU, that a point coordinator (PC) may control the usage
        of the wireless medium (WM) without relinquishing control
        for long enough to allow at least one instance of DCF access
        to the medium. The default value of this attribute shall
        be 100, and the maximum value shall be 1000."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 2 }

.1.2.840.10036.1.1.1.3
dot11CFPollable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When this attribute is TRUE, it shall indicate that
        the STA is able to respond to a CF-Poll with a data frame
        within a SIFS time. This attribute shall be FALSE if
        the STA is not able to respond to a CF-Poll with a data
        frame within a SIFS time."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 3 }

.1.2.840.10036.1.1.1.4
dot11CFPPeriod OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The attribute shall describe the number of DTIM intervals
        between the start of CFPs.  It is modified by
        MLME-START.request primitive."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 4 }

.1.2.840.10036.1.1.1.5
dot11CFPMaxDuration OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The attribute shall describe the maximum duration of
        the CFP in TU that may be generated by the PCF. It is
        modified by MLME-START.request primitive."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 5 }

.1.2.840.10036.1.1.1.6
dot11AuthenticationResponseTimeOut OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the number of time units (TUs)
        that a responding STA should wait for the next frame in the
        authentication sequence."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 6 }

.1.2.840.10036.1.1.1.7
dot11PrivacyOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the IEEE
        802.11 WEP option is implemented.  The default value of
        this attribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 7 }

.1.2.840.10036.1.1.1.8
dot11PowerManagementMode OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {active(1), powersave(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the power management mode of the STA.
        When set to active, it shall indicate that the station is not in power-save
        (PS) mode. When set to powersave, it shall indicate that the station is
        in power-save mode. The power management mode is transmitted in all
        frames according to the rules in 7.1.3.1.7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 8 }

.1.2.840.10036.1.1.1.9
dot11DesiredSSID OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute reflects the Service Set ID (SSID) used in the DesiredSSID
        parameter of the most recent MLME-SCAN.request.  This value may be modified
        by an external management entity and used by the local SME to make decisions
        about the Scanning process."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 9 }

.1.2.840.10036.1.1.1.10
dot11DesiredBSSType OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {infrastructure(1), independent(2), any(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the type of BSS the station shall use when
        scanning for a BSS with which to synchronize. This value is used to filter
        Probe Response frames and Beacon frames. When set to infrastructure,
        the station shall only synchronize with a BSS whose Capability Information
        field has the ESS subfield set to 1. When set to independent,
        the station shall only synchronize with a BSS whose Capability Information
        field has the IBSS subfield set to 1. When set to any, the station may
        synchronize to either type of BSS."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 10 }

.1.2.840.10036.1.1.1.11
dot11OperationalRateSet OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (1..126) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the set of non-HT data rates at which the station
        may transmit data.
        The attribute that specifies the set of HT data rates is dot11HTOperationalMCSSet.
        Each octet contains a value representing a rate. Each rate shall be within
        the range from 2 to 127, corresponding to data rates in increments of
        500 kbit/s from 1 Mb/s to 63.5 Mb/s, and shall
        be supported (as indicated in the supported rates table) for receiving data.
        This value is reported in transmitted Beacon, Probe Request, Probe Response,
        Association Request, Association Response, Reassociation Request,
        and Reassociation Response frames, and is used to determine whether a BSS
        with which the station desires to synchronize is suitable.
        It is also used when starting a BSS,
        as specified in  10.3."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 11 }

.1.2.840.10036.1.1.1.12
dot11BeaconPeriod OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the number of TUs that a station shall use
        for scheduling Beacon transmissions. This value is transmitted in Beacon
        and Probe Response frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 12 }

.1.2.840.10036.1.1.1.13
dot11DTIMPeriod OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the number of beacon intervals that shall
        elapse between transmission of Beacon frames containing a TIM element whose
        DTIM Count field is 0. This value is transmitted in
        the DTIM Period field of Beacon frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 13 }

.1.2.840.10036.1.1.1.14
dot11AssociationResponseTimeOut OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the number of TU that a requesting STA should
        wait for a response to a transmitted association-request MMPDU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 14 }

.1.2.840.10036.1.1.1.15
dot11DisassociateReason OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute holds the most recently transmitted Reason Code in a
        Disassociation frame.  If no Disassociation frame has been transmitted,
        the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 15 }

.1.2.840.10036.1.1.1.16
dot11DisassociateStation OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute holds the MAC address from the Address 1 field of the most
        recently transmitted Disassociation frame.  If no Disassociation frame has
        been transmitted, the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 16 }

.1.2.840.10036.1.1.1.17
dot11DeauthenticateReason OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute holds the most recently transmitted Reason Code in a
        Deauthentication frame.  If no Deauthentication frame has been transmitted,
        the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 17 }

.1.2.840.10036.1.1.1.18
dot11DeauthenticateStation OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute holds the MAC address from the Address 1 field of the most
        recently transmitted Deauthentication frame.  If no Deauthentication
        frame has been transmitted, the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 18 }

.1.2.840.10036.1.1.1.19
dot11AuthenticateFailStatus OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute holds the most recently transmitted Status Code in a failed
        Authentication frame.  If no failed Authentication frame has been transmitted,
        the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 19 }

.1.2.840.10036.1.1.1.20
dot11AuthenticateFailStation OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute holds the MAC address from the
        Address 1 field of the most recently transmitted
        failed Authentication frame.  If no failed Authentication frame has been
        transmitted, the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 20 }

.1.2.840.10036.1.1.1.21
dot11MultiDomainCapabilityImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station implementation is
        capable of supporting multiple regulatory domains.  The capability is
        disabled, otherwise.  The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 21 }

.1.2.840.10036.1.1.1.22
dot11MultiDomainCapabilityEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the capability of the station
        to operate in multiple regulatory domains is enabled.  The capability
        is disabled, otherwise.  The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 22 }

.1.2.840.10036.1.1.1.23
dot11CountryString OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute identifies the country or non-country entity in which
        the station is operating. If it is a country, the first two octets of this
        string is the two character country code as described in document ISO/IEC 3166-1.
        The third octet shall
        be one of the following:

        1. an ASCII space character, if the regulations under which the station is operating
        encompass all environments in the country,

        2. an ASCII 'O' character, if the regulations under which the station is operating
        are for an Outdoor environment only, or

        3. an ASCII 'I' character, if the regulations under which the station is operating
        are for an Indoor environment only.

        4. an ASCII 'X' character, if the station is operating under a non-country entity.
        The first two octets of the non-country entity shall be two ASCII 'XX' characters."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 23 }

.1.2.840.10036.1.1.1.24
dot11SpectrumManagementImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station implementation is capable
        of supporting spectrum management. The capability is disabled otherwise.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 24 }

.1.2.840.10036.1.1.1.25
dot11SpectrumManagementRequired OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A STA will use the defined TPC and DFS procedures if and only if this attribute
        is TRUE. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 25 }

.1.2.840.10036.1.1.1.26
dot11RSNAOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates whether the entity is RSNA-capable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 26 }

.1.2.840.10036.1.1.1.27
dot11RSNAPreauthenticationImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates whether the entity supports RSNA preauthentication.
        This cannot be TRUE unless dot11RSNAOptionImplemented is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 27 }

.1.2.840.10036.1.1.1.28
dot11RegulatoryClassesImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station implemen- tation is
        capable of supporting regulatory classes. The capability is disabled otherwise.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 28 }

.1.2.840.10036.1.1.1.29
dot11RegulatoryClassesRequired OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A STA will use the defined regulatory classes procedures if and only if this
        attribute is TRUE. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 29 }

.1.2.840.10036.1.1.1.30
dot11QosOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station implementation is
        capable of supporting QoS. The capability is disabled, otherwise.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 30 }

.1.2.840.10036.1.1.1.31
dot11ImmediateBlockAckOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station implementation is
        capable of supporting Immediate Block Ack. The capability is disabled,
        otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 31 }

.1.2.840.10036.1.1.1.32
dot11DelayedBlockAckOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station implementation is
        capable of supporting Delayed Block Ack. The capability is disabled,
        otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 32 }

.1.2.840.10036.1.1.1.33
dot11DirectOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station implementation is
        capable of sending and receiving frames from a non-AP STA in the BSS.
        The capability is disabled, otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 33 }

.1.2.840.10036.1.1.1.34
dot11APSDOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute is available only at an AP. When TRUE, this attribute
        indicates that the AP implementation is capable of delivering data
        and polls to stations using APSD."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 34 }

.1.2.840.10036.1.1.1.35
dot11QAckOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station implementation
        is capable of interpreting the CF-Ack bit in a received frame of type
        data even if the frame is not directed to the QoS station.
        The capability is disabled,
        otherwise. A STA is capable of interpreting the CF-Ack bit
        in a received data frame if that station is the recipient of the data frame,
        regardless of the value of this MIB variable.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 35 }

.1.2.840.10036.1.1.1.36
dot11QBSSLoadOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute is available only at an AP. This attribute, when TRUE,
        indicates that the AP implementation is capable of generating and transmitting
        the BSS load element in the Beacon and Probe Response frames.
        The capability is disabled, otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 36 }

.1.2.840.10036.1.1.1.37
dot11QueueRequestOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute is available only at an AP. This attribute, when TRUE,
        indicates that the AP is capable of processing the Queue Size field in QoS
        Control field of QoS Data type frames. The capability is disabled, otherwise.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 37 }

.1.2.840.10036.1.1.1.38
dot11TXOPRequestOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute is available only at an AP. This attribute, when TRUE,
        indicates that the AP is capable of processing the TXOP Duration requested
        field in QoS Control field of
        QoS Data type frames. The capability is disabled, otherwise.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 38 }

.1.2.840.10036.1.1.1.39
dot11MoreDataAckOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station implementation
        is capable of interpreting the More Data bit in the ACK frames.
        The capability is disabled, otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 39 }

.1.2.840.10036.1.1.1.40
dot11AssociateinNQBSS OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station may associate in
        a non-QoS BSS. When FALSE, this attribute indicates that the station shall
        not associate in a non-QoS BSS.
        The default value of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 40 }

.1.2.840.10036.1.1.1.41
dot11DLSAllowedInQBSS OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute available at the AP, when TRUE, indicates that non-AP
        STAs may set up DLS and communicate with other non-AP STAs in the BSS.
        When FALSE, this attribute indicates that the stations shall not set up
        DLS nor communicate with other non-AP STAs in the BSS. The default value
        of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 41 }

.1.2.840.10036.1.1.1.42
dot11DLSAllowed OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute available at the non-AP STAs, when TRUE, indicates that
        STA may set up DLS or accept DLS Requests, and communicate with other
        non-AP STAs in the BSS. When FALSE, this attribute indicates that the
        STA shall not set up DLS nor accept DLS, nor communicate with other
        non-AP STAs in the BSS. The default value of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 42 }

.1.2.840.10036.1.1.1.63
dot11HighThroughputOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates whether the entity is HT Capable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11StationConfigTable(1) dot11StationConfigEntry(1) 63 }

.1.2.840.10036.1.2
dot11AuthenticationAlgorithmsTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This (conceptual) table of attributes shall be a set of
        all the authentication algorithms supported by the
        stations.  The following are the default values and the
        associated algorithm:
        Value = 1: Open System
        Value = 2: Shared Key"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 2 }

.1.2.840.10036.1.2.1
dot11AuthenticationAlgorithmsEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11AuthenticationAlgorithmsIndex }
  DESCRIPTION	"An Entry (conceptual row) in the Authentication
        Algorithms Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11AuthenticationAlgorithmsTable(2) 1 }

.1.2.840.10036.1.2.1.1
dot11AuthenticationAlgorithmsIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances
        of the columnar objects in the Authentication Algorithms Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11AuthenticationAlgorithmsTable(2) dot11AuthenticationAlgorithmsEntry(1) 1 }

.1.2.840.10036.1.2.1.2
dot11AuthenticationAlgorithm OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {openSystem(1), sharedKey(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute shall be a set of all the authentication algorithms
        supported by the STAs. The following are the default values and the
        associated algorithm.
        Value = 1: Open System
        Value = 2: Shared Key"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11AuthenticationAlgorithmsTable(2) dot11AuthenticationAlgorithmsEntry(1) 2 }

.1.2.840.10036.1.2.1.3
dot11AuthenticationAlgorithmsEnable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE at a station, shall enable the acceptance
        of the authentication algorithm described in the corresponding
        table entry in authentication frames received by the station that
        have odd authentication sequence numbers.  The default value of this
        attribute shall be true when the value of dot11AuthenticationAlgorithm is
        Open System and false otherwise."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11AuthenticationAlgorithmsTable(2) dot11AuthenticationAlgorithmsEntry(1) 3 }

.1.2.840.10036.1.3
dot11WEPDefaultKeysTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Conceptual table for WEP default keys.  This table shall
        contain the four WEP default secret key values
        corresponding to the four possible KeyID values.  The WEP
        default secret keys are logically WRITE-ONLY.  Attempts to
        read the entries in this table shall return unsuccessful
        status and values of null or zero.  The default value of
        each WEP default key shall be null."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 3 }

.1.2.840.10036.1.3.1
dot11WEPDefaultKeysEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11WEPDefaultKeyIndex }
  DESCRIPTION	"An Entry (conceptual row) in the WEP Default Keys Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11WEPDefaultKeysTable(3) 1 }

.1.2.840.10036.1.3.1.1
dot11WEPDefaultKeyIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances
        of the columnar objects in the WEP Default Keys Table.
        The value of this variable is equal to the WEPDefaultKeyID + 1"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11WEPDefaultKeysTable(3) dot11WEPDefaultKeysEntry(1) 1 }

.1.2.840.10036.1.3.1.2
dot11WEPDefaultKeyValue OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION WEPKeytype
  SYNTAX	OCTET STRING (5) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A WEP default secret key value."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11WEPDefaultKeysTable(3) dot11WEPDefaultKeysEntry(1) 2 }

.1.2.840.10036.1.4
dot11WEPKeyMappingsTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Conceptual table for WEP Key Mappings.  The MIB supports
        the ability to share a separate WEP key for each RA/TA
        pair. The Key Mappings Table contains zero or one entry
        for each MAC address and contains two fields for each
        entry: WEPOn and the corresponding WEP key.  The WEP key
        mappings are logically WRITE-ONLY.  Attempts to read the
        entries in this table shall return unsuccessful status and
        values of null or zero.  The default value for all WEPOn
        fields is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 4 }

.1.2.840.10036.1.4.1
dot11WEPKeyMappingsEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11WEPKeyMappingIndex }
  DESCRIPTION	"An Entry (conceptual row) in the WEP Key Mappings Table.
        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11WEPKeyMappingsTable(4) 1 }

.1.2.840.10036.1.4.1.1
dot11WEPKeyMappingIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances
        of the columnar objects in the WEP Key Mappings Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 1 }

.1.2.840.10036.1.4.1.2
dot11WEPKeyMappingAddress OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address of the STA for which the values from this
        key mapping entry are to be used."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 2 }

.1.2.840.10036.1.4.1.3
dot11WEPKeyMappingWEPOn OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Boolean as to whether WEP is to be used when communicating
        with the dot11WEPKeyMappingAddress STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 3 }

.1.2.840.10036.1.4.1.4
dot11WEPKeyMappingValue OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION WEPKeytype
  SYNTAX	OCTET STRING (5) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A WEP secret key value."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 4 }

.1.2.840.10036.1.4.1.5
dot11WEPKeyMappingStatus OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status column used for creating, modifying, and
        deleting instances of the columnar objects in the WEP key
        mapping Table."
  DEFVAL	{ active }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 5 }

.1.2.840.10036.1.5
dot11PrivacyTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group containing attributes concerned with IEEE 802.11
        Privacy.  Created as a table to allow multiple
        instantiations on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 5 }

.1.2.840.10036.1.5.1
dot11PrivacyEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PrivacyTable Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11PrivacyTable(5) 1 }

.1.2.840.10036.1.5.1.1
dot11PrivacyInvoked OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this attribute is TRUE, it shall indicate that some level
        of security is invoked for transmitting data frames.
        For WEP-only clients, the security mechanism used is WEP.

        For RSNA-capable clients, an additional variable dot11RSNAEnabled
        indicates whether RSNA is enabled. If dot11RSNAEnabled is FALSE
        or the MIB variable does not exist, the security mechanism invoked
        is WEP; if dot11RSNAEnabled is TRUE, RSNA security mechanisms
        invoked are con- figured in the dot11RSNAConfigTable. The default
        value of this at- tribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11PrivacyTable(5) dot11PrivacyEntry(1) 1 }

.1.2.840.10036.1.5.1.2
dot11WEPDefaultKeyID OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the use of the first,
        second, third, or fourth element of the WEPDefaultKeys
        array when set to values of zero, one, two, or three.  The
        default value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11PrivacyTable(5) dot11PrivacyEntry(1) 2 }

.1.2.840.10036.1.5.1.3
dot11WEPKeyMappingLength OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (10..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of tuples that dot11WEPKeyMappings can hold."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11PrivacyTable(5) dot11PrivacyEntry(1) 3 }

.1.2.840.10036.1.5.1.4
dot11ExcludeUnencrypted OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this attribute is TRUE, the STA shall not indicate at the
        MAC service interface received MSDUs that have the Protected Frame
        subfield of the Frame Control field equal to zero. When this
        attribute is FALSE, the STA may accept MSDUs that have the Protected Frame subfield of
        the Frame Control field equal to zero. The default value of this
        at- tribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11PrivacyTable(5) dot11PrivacyEntry(1) 4 }

.1.2.840.10036.1.5.1.5
dot11WEPICVErrorCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a frame is received with the Protected
        Frame subfield of the Frame Control field set to one and the value of the
        ICV as received in the frame does not match the ICV value that is calculated
        for the contents of the received frame. ICV errors for TKIP are not counted
        in this variable but in dot11RSNAStatsTKIPICVErrors."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11PrivacyTable(5) dot11PrivacyEntry(1) 5 }

.1.2.840.10036.1.5.1.6
dot11WEPExcludedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a frame is received with the Protected
        Frame subfield of the Frame Control field set to zero and the value of
        dot11ExcludeUnencrypted causes that frame to be discarded."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11PrivacyTable(5) dot11PrivacyEntry(1) 6 }

.1.2.840.10036.1.5.1.7
dot11RSNAEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this object is set to TRUE, this shall indicate that RSNA is
        enabled on this entity. The entity will advertise the RSN
        Informa- tion Element in its Beacon and Probe Response frames.
        Configuration variables for RSNA operation are found in the
        dot11RSNAConfigTable. This object requires that
        dot11PrivacyInvoked also be set to TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11PrivacyTable(5) dot11PrivacyEntry(1) 7 }

.1.2.840.10036.1.5.1.8
dot11RSNAPreauthenticationEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this object is set to TRUE, this shall indicate that RSNA
        preauthentication is enabled on this entity.

        This object requires that dot11RSNAEnabled also be set to TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11PrivacyTable(5) dot11PrivacyEntry(1) 8 }

.1.2.840.10036.1.6
dot11SMTnotification OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 6 }

.1.2.840.10036.1.6.0
anonymous#18 NOTIFICATION-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SMTnotification(6) 0 }

.1.2.840.10036.1.6.0.1
dot11Disassociate OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  OBJECTS	{ ifIndex, dot11DisassociateReason, dot11DisassociateStation }
  DESCRIPTION	"The disassociate notification shall be sent when the STA
        sends a Disassociation frame. The value of the notification
        shall include the MAC address of the MAC to which the Disassociation
        frame was sent and the reason for the disassociation.

        ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SMTnotification(6) 0 1 }

.1.2.840.10036.1.6.0.2
dot11Deauthenticate OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  OBJECTS	{ ifIndex, dot11DeauthenticateReason, dot11DeauthenticateStation }
  DESCRIPTION	"The deauthenticate notification shall be sent when the STA sends a
        Deauthentication frame. The value of the notification shall include
        the MAC address of the MAC to which the Deauthentication frame was
        sent and the reason for the deauthentication.

        ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SMTnotification(6) 0 2 }

.1.2.840.10036.1.6.0.3
dot11AuthenticateFail OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  OBJECTS	{ ifIndex, dot11AuthenticateFailStatus, dot11AuthenticateFailStation }
  DESCRIPTION	"The authenticate failure notification shall be sent when the STA
        sends an Authentication frame with a status code other than
        'successful'. The value of the notification
        shall include the MAC address of the MAC to which the Authentication
        frame was sent and the reason for the authentication failure.

        ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SMTnotification(6) 0 3 }

.1.2.840.10036.1.7
dot11MultiDomainCapabilityTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This (conceptual) table of attributes for cross-domain mobility."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 7 }

.1.2.840.10036.1.7.1
dot11MultiDomainCapabilityEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11MultiDomainCapabilityIndex }
  DESCRIPTION	"An entry (conceptual row) in the Multiple Domain
        Capability Table.

        IfIndex - Each IEEE 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11MultiDomainCapabilityTable(7) 1 }

.1.2.840.10036.1.7.1.1
dot11MultiDomainCapabilityIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances of
        the columnar objects in the Multi Domain Capability Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11MultiDomainCapabilityTable(7) dot11MultiDomainCapabilityEntry(1) 1 }

.1.2.840.10036.1.7.1.2
dot11FirstChannelNumber OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the value of the lowest channel number
        in the subband for the associated domain country string.
        The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11MultiDomainCapabilityTable(7) dot11MultiDomainCapabilityEntry(1) 2 }

.1.2.840.10036.1.7.1.3
dot11NumberofChannels OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the value of the total number
        of channels allowed in the subband for the associated domain
        country string. The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11MultiDomainCapabilityTable(7) dot11MultiDomainCapabilityEntry(1) 3 }

.1.2.840.10036.1.7.1.4
dot11MaximumTransmitPowerLevel OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the maximum transmit power,
        in dBm, allowed in the subband for the associated domain
        country string. The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11MultiDomainCapabilityTable(7) dot11MultiDomainCapabilityEntry(1) 4 }

.1.2.840.10036.1.8
dot11SpectrumManagementTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"(Conceptual) table of attributes for spectrum management"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 8 }

.1.2.840.10036.1.8.1
dot11SpectrumManagementEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11SpectrumManagementIndex }
  DESCRIPTION	"An entry (conceptual row) in the Spectrum Management Table.
        IfIndex - Each 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SpectrumManagementTable(8) 1 }

.1.2.840.10036.1.8.1.1
dot11SpectrumManagementIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances of the
        columnar objects in the Spectrum Management Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 1 }

.1.2.840.10036.1.8.1.2
dot11MitigationRequirement OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the mitigation requirement in dB
        required. The default value of this attribute shall be 3 dB."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 2 }

.1.2.840.10036.1.8.1.3
dot11ChannelSwitchTime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate assumed channel switch time,
        measured in TUs. The unit of this attribute is TUs. The default
        value of this attribute shall be 2 TUs. The minimum value shall be 1 TU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 3 }

.1.2.840.10036.1.8.1.4
dot11PowerCapabilityMax OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the maximum transmit Power Capability
        of this station. The unit of this attribute is dBm. The default
        value of this attribute shall be 0 dBm."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 4 }

.1.2.840.10036.1.8.1.5
dot11PowerCapabilityMin OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the minimum transmit Power Capability
        of this station. The unit of this attribute is dBm. The default
        value of this attribute shall be -100 dBm."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 5 }

.1.2.840.10036.1.9
dot11RSNAConfigTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing RSNA configuration objects."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 9 }

.1.2.840.10036.1.9.1
dot11RSNAConfigEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11RSNAConfigTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) 1 }

.1.2.840.10036.1.9.1.2
dot11RSNAConfigVersion OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The highest RSNA version this entity supports. See 7.3.2.9."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 2 }

.1.2.840.10036.1.9.1.3
dot11RSNAConfigPairwiseKeysSupported OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates how many pairwise keys the entity
        supports for RSNA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 3 }

.1.2.840.10036.1.9.1.4
dot11RSNAConfigGroupCipher OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the group cipher suite selector the
        entity must use. The group cipher suite in the RSN Information
        Element shall take its value from this variable.
        It consists of an OUI (the first 3 octets) and a cipher suite
        identifier (the last octet)."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 4 }

.1.2.840.10036.1.9.1.5
dot11RSNAConfigGroupRekeyMethod OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {disabled(1), timeBased(2), packetBased(3), timepacket-Based(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object selects a mechanism for rekeying the RSNA GTK.
        The default is time-based, once per day. Rekeying the GTK is
        only applicable to an entity acting in the Authenticator
        role (an AP in an ESS)."
  DEFVAL	{ timeBased }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 5 }

.1.2.840.10036.1.9.1.6
dot11RSNAConfigGroupRekeyTime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time in seconds after which the RSNA GTK shall be refreshed.
        The timer shall start at the moment the GTK was set using
        the MLME- SETKEYS.request primitive."
  DEFVAL	{ 86400 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 6 }

.1.2.840.10036.1.9.1.7
dot11RSNAConfigGroupRekeyPackets OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A packet count (in 1000s of packets) after which the RSNA GTK
        shall be refreshed. The packet counter shall start at the moment
        the GTK was set using the MLME-SETKEYS.request primitive and
        it shall count all packets encrypted using the current GTK."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 7 }

.1.2.840.10036.1.9.1.8
dot11RSNAConfigGroupRekeyStrict OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object signals that the GTK shall be refreshed whenever a STA
        leaves the BSS that possesses the GTK."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 8 }

.1.2.840.10036.1.9.1.9
dot11RSNAConfigPSKValue OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PSK for when RSNA in PSK mode is the selected AKM suite.
        In that case, the PMK will obtain its value from this object.

        This object is logically write-only. Reading this variable shall
        return unsuccessful status or null or zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 9 }

.1.2.840.10036.1.9.1.10
dot11RSNAConfigPSKPassPhrase OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PSK, for when RSNA in PSK mode is the selected AKM suite,
        is configured by dot11RSNAConfigPSKValue.

        An alternative manner of setting the PSK uses the password-to-key
        algorithm defined in H.4. This variable provides a means to enter
        a pass-phrase. When this object is written, the RSNA entity
        shall use the password-to-key algorithm specified in H.4
        to derive a pre- shared and populate dot11RSNAConfigPSKValue with this key.
        This object is logically write-only. Reading this variable
        shall return unsuccessful status or null or zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 10 }

.1.2.840.10036.1.9.1.13
dot11RSNAConfigGroupUpdateCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times Message 1 in the RSNA Group Key Handshake
        will be retried per GTK Handshake attempt."
  DEFVAL	{ 3 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 13 }

.1.2.840.10036.1.9.1.14
dot11RSNAConfigPairwiseUpdateCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times Message 1 and Message 3 in the RSNA 4-Way
        Hand- shake will be retried per 4-Way Handshake attempt."
  DEFVAL	{ 3 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 14 }

.1.2.840.10036.1.9.1.15
dot11RSNAConfigGroupCipherSize OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the length in bits of the group cipher key."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 15 }

.1.2.840.10036.1.9.1.16
dot11RSNAConfigPMKLifetime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum lifetime of a PMK in the PMK cache."
  DEFVAL	{ 43200 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 16 }

.1.2.840.10036.1.9.1.17
dot11RSNAConfigPMKReauthThreshold OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The percentage of the PMK lifetime that should expire before an
        IEEE 802.1X reauthentication occurs."
  DEFVAL	{ 70 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 17 }

.1.2.840.10036.1.9.1.18
dot11RSNAConfigNumberOfPTKSAReplayCounters OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the number of PTKSA replay counters per association:
        0 -> 1 replay counter,
        1 -> 2 replay counters,
        2 -> 4 replay counters,
        3 -> 16 replay counters"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 18 }

.1.2.840.10036.1.9.1.19
dot11RSNAConfigSATimeout OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum time a security association shall take to set up."
  DEFVAL	{ 60 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 19 }

.1.2.840.10036.1.9.1.20
dot11RSNAAuthenticationSuiteSelected OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last AKM suite negotiated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 20 }

.1.2.840.10036.1.9.1.21
dot11RSNAPairwiseCipherSelected OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last pairwise cipher negotiated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 21 }

.1.2.840.10036.1.9.1.22
dot11RSNAGroupCipherSelected OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last group cipher negotiated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 22 }

.1.2.840.10036.1.9.1.23
dot11RSNAPMKIDUsed OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last PMKID used in the last 4-Way Handshake."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 23 }

.1.2.840.10036.1.9.1.24
dot11RSNAAuthenticationSuiteRequested OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last AKM suite requested."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 24 }

.1.2.840.10036.1.9.1.25
dot11RSNAPairwiseCipherRequested OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last pairwise cipher requested."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 25 }

.1.2.840.10036.1.9.1.26
dot11RSNAGroupCipherRequested OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last group cipher requested."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 26 }

.1.2.840.10036.1.9.1.27
dot11RSNATKIPCounterMeasuresInvoked OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Counts the number of times that a TKIP MIC failure occurred two
        times within 60 s and TKIP countermeasures were invoked.
        This attribute counts both local and remote MIC failure events
        reported to this STA. It increments every time TKIP
        countermeasures are invoked"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 27 }

.1.2.840.10036.1.9.1.28
dot11RSNA4WayHandshakeFailures OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Counts the number of 4-Way Handshake failures."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 28 }

.1.2.840.10036.1.9.1.29
dot11RSNAConfigNumberOfGTKSAReplayCounters OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the number of GTKSA replay counters per association:
        0 -> 1 replay counter,
        1 -> 2 replay counters,
        2 -> 4 replay counters,
        3 -> 16 replay counters"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 29 }

.1.2.840.10036.1.9.1.30
dot11RSNAConfigSTKKeysSupported OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates how many STK keys the entity supports for
        RSNA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 30 }

.1.2.840.10036.1.9.1.31
dot11RSNAConfigSTKCipher OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the ciphersuite used by the STK for a DLS
        link."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 31 }

.1.2.840.10036.1.9.1.32
dot11RSNAConfigSTKRekeyTime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time in seconds after which an RSNA STK shall be refreshed.
        The timer shall start at the moment the STK was set using the
        MLM- ESETKEYS. request primitive."
  DEFVAL	{ 86400 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 32 }

.1.2.840.10036.1.9.1.33
dot11RSNAConfigSMKUpdateCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times Message 1 in the RSNA SMK Handshake will
        be retried per SMK Handshake attempt."
  DEFVAL	{ 3 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 33 }

.1.2.840.10036.1.9.1.34
dot11RSNAConfigSTKCipherSize OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the length in bits of the STK cipher key."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 34 }

.1.2.840.10036.1.9.1.35
dot11RSNAConfigSMKLifetime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum lifetime of an SMK in the SMK cache."
  DEFVAL	{ 43200 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 35 }

.1.2.840.10036.1.9.1.36
dot11RSNAConfigSMKReauthThreshold OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the number of seconds for which an
        SMK authentication is valid. A new SMK authentication must be
        completed successfully before the number of seconds indicated
        by this attribute elapse, from the prior authentication,
        before the STAs become unauthenticated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 36 }

.1.2.840.10036.1.9.1.37
dot11RSNAConfigNumberOfSTKSAReplayCounters OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the number of STKSA replay counters per association:
        0 -> 1 replay counter,
        1 -> 2 replay counters,
        2 -> 4 replay counters,
        3 -> 16 replay counters"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 37 }

.1.2.840.10036.1.9.1.38
dot11RSNAPairwiseSTKSelected OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last STK cipher negotiated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 38 }

.1.2.840.10036.1.9.1.39
dot11RSNASMKHandshakeFailures OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Counts the number of SMK Handshake failures."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 39 }

.1.2.840.10036.1.10
dot11RSNAConfigPairwiseCiphersTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the pairwise ciphers supported by this entity.It
        allows enabling and disabling of each pairwise cipher by network
        management. The pairwise cipher suite list in the RSN Information
        Element is formed using the information in this table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 10 }

.1.2.840.10036.1.10.1
dot11RSNAConfigPairwiseCiphersEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11RSNAConfigPairwiseCipherIndex }
  DESCRIPTION	"The table entry, indexed by the interface index (or all inter-
        faces) and the pairwise cipher."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigPairwiseCiphersTable(10) 1 }

.1.2.840.10036.1.10.1.1
dot11RSNAConfigPairwiseCipherIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary index into the dot11RSNAConfigPairwiseCiphersTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigPairwiseCiphersTable(10) dot11RSNAConfigPairwiseCiphersEntry(1) 1 }

.1.2.840.10036.1.10.1.2
dot11RSNAConfigPairwiseCipher OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of a supported pairwise cipher. It consists of an OUI
        (the first 3 octets) and a cipher suite identifier (the last octet)."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigPairwiseCiphersTable(10) dot11RSNAConfigPairwiseCiphersEntry(1) 2 }

.1.2.840.10036.1.10.1.3
dot11RSNAConfigPairwiseCipherEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object enables or disables the pairwise cipher."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigPairwiseCiphersTable(10) dot11RSNAConfigPairwiseCiphersEntry(1) 3 }

.1.2.840.10036.1.10.1.4
dot11RSNAConfigPairwiseCipherSize OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the length in bits of the pairwise cipher key.
        This should be 256 for TKIP and 128 for CCMP."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigPairwiseCiphersTable(10) dot11RSNAConfigPairwiseCiphersEntry(1) 4 }

.1.2.840.10036.1.11
dot11RSNAConfigAuthenticationSuitesTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the AKM suites supported by this entity.
        Each AKM suite can be individually enabled and disabled.
        The AKM suite list in the RSN information element is formed
        using the information in this table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 11 }

.1.2.840.10036.1.11.1
dot11RSNAConfigAuthenticationSuitesEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot11RSNAConfigAuthenticationSuiteIndex }
  DESCRIPTION	"An entry (row) in the dot11RSNAConfigAuthenticationSuitesTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigAuthenticationSuitesTable(11) 1 }

.1.2.840.10036.1.11.1.1
dot11RSNAConfigAuthenticationSuiteIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used as an index into the
        dot11RSNAConfigAuthenticationSuitesTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigAuthenticationSuitesTable(11) dot11RSNAConfigAuthenticationSuitesEntry(1) 1 }

.1.2.840.10036.1.11.1.2
dot11RSNAConfigAuthenticationSuite OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of an AKM suite. It consists of an OUI (the first 3
        octets) and a cipher suite identifier (the last octet)."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigAuthenticationSuitesTable(11) dot11RSNAConfigAuthenticationSuitesEntry(1) 2 }

.1.2.840.10036.1.11.1.3
dot11RSNAConfigAuthenticationSuiteEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable indicates whether the corresponding AKM suite is
        enabled/disabled."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAConfigAuthenticationSuitesTable(11) dot11RSNAConfigAuthenticationSuitesEntry(1) 3 }

.1.2.840.10036.1.12
dot11RSNAStatsTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table maintains per-STA statistics in an RSN. The entry with
        dot11RSNAStatsSTAAddress set to FF-FF-FF-FF-FF-FF shall contain
        statistics for broadcast/multicast traffic."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 12 }

.1.2.840.10036.1.12.1
dot11RSNAStatsEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11RSNAStatsIndex }
  DESCRIPTION	"An entry in the dot11RSNAStatsTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) 1 }

.1.2.840.10036.1.12.1.1
dot11RSNAStatsIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An auxiliary index into the dot11RSNAStatsTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 1 }

.1.2.840.10036.1.12.1.2
dot11RSNAStatsSTAAddress OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address of the STA to which the statistics in this
        conceptual row belong."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 2 }

.1.2.840.10036.1.12.1.3
dot11RSNAStatsVersion OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The RSNA version with which the STA associated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 3 }

.1.2.840.10036.1.12.1.4
dot11RSNAStatsSelectedPairwiseCipher OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The pairwise cipher suite Selector (as defined in 7.3.29.1)
        used during association, in transmission order."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 4 }

.1.2.840.10036.1.12.1.5
dot11RSNAStatsTKIPICVErrors OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Counts the number of TKIP ICV errors encountered when decrypting
        packets for the STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 5 }

.1.2.840.10036.1.12.1.6
dot11RSNAStatsTKIPLocalMICFailures OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Counts the number of MIC failures encountered when checking the
        integrity of packets received from the STA at this entity."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 6 }

.1.2.840.10036.1.12.1.7
dot11RSNAStatsTKIPRemoteMICFailures OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Counts the number of MIC failures encountered by the STA identi-
        fied by dot11StatsSTAAddress and reported back to this entity."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 7 }

.1.2.840.10036.1.12.1.8
dot11RSNAStatsCCMPReplays OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received CCMP MPDUs discarded by the replay mechanism."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 8 }

.1.2.840.10036.1.12.1.9
dot11RSNAStatsCCMPDecryptErrors OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received MPDUs discarded by the CCMP decryption algorithm."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 9 }

.1.2.840.10036.1.12.1.10
dot11RSNAStatsTKIPReplays OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Counts the number of TKIP replay errors detected."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 10 }

.1.2.840.10036.1.13
dot11RegulatoryClassesTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"(Conceptual) table of attributes for regulatory classes"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 13 }

.1.2.840.10036.1.13.1
dot11RegulatoryClassesEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11RegulatoryClassesIndex }
  DESCRIPTION	"An entry (conceptual row) in the Regulatory Classes Table.

        IfIndex - Each 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RegulatoryClassesTable(13) 1 }

.1.2.840.10036.1.13.1.1
dot11RegulatoryClassesIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances of the columnar
        objects in the Regulatory Classes Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RegulatoryClassesTable(13) dot11RegulatoryClassesEntry(1) 1 }

.1.2.840.10036.1.13.1.2
dot11RegulatoryClass OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the regulatory class to be used.
        The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RegulatoryClassesTable(13) dot11RegulatoryClassesEntry(1) 2 }

.1.2.840.10036.1.13.1.3
dot11CoverageClass OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the coverage class to be used.
        The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11RegulatoryClassesTable(13) dot11RegulatoryClassesEntry(1) 3 }

.1.2.840.10036.1.17
dot11HTStationConfigTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Station Configuration attributes. In tabular form to allow
        for multiple instances on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 17 }

.1.2.840.10036.1.17.1
dot11HTStationConfigEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry (conceptual row) in the dot11HTStationConfig Table.
        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry. Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) 1 }

.1.2.840.10036.1.17.1.1
dot11HTOperationalMCSSet OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the set of MCS at which the
        station may transmit data. Each octet contains a value representing a rate.
        Each MCS shall be within the range from 1 to 127, and shall be supported for
        receiving data. This value is reported in transmitted Beacon, Probe Request,
        Probe Response, Association Request, Association Response, Reassociation
        Request, and Reassociation Response frames, and is used to determine whether
        a BSS with which the station desires to synchronize is suitable. It is also
        used when starting a BSS, as specified in 10.3."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 1 }

.1.2.840.10036.1.17.1.2
dot11MIMOPowerSave OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {static(1), dynamic(2), mimo(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is an 8-bit integer value that identifies the configured
        power save state of MIMO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 2 }

.1.2.840.10036.1.17.1.3
dot11NDelayedBlockAckOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station
        implementation is capable of supporting the No ack option of the Delayed
        Block Ack."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 3 }

.1.2.840.10036.1.17.1.4
dot11MaxAMSDULength OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (3839..7935) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the supported maximum size of AMSDU."
  DEFVAL	{ 3839 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 4 }

.1.2.840.10036.1.17.1.5
dot11PSMPOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station
        implementation is capable of supporting PSMP. "
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 5 }

.1.2.840.10036.1.17.1.6
dot11STBCControlFrameOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station
        implementation is capable of processing the received control frames that are
        STBC frames."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 6 }

.1.2.840.10036.1.17.1.7
dot11LsigTxopProtectionOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station
        implementation is capable of supporting L-SIG TXOP Protection option."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 7 }

.1.2.840.10036.1.17.1.8
dot11MaxRxAMPDUFactor OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the maximum length of A-MPDU that
        the STA can receive. The Maximum Rx A-MPDU defined by this field is equal to
        213+dot11MaxRxAMPDUFactor -1 octets."
  DEFVAL	{ 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 8 }

.1.2.840.10036.1.17.1.9
dot11MinimumMPDUStartSpacing OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the minimum time between the start
        of adjacent MPDUs within an A-MPDU. This time is measured at the PHY-SAP; the
        number of octets between the start of two consecutive MPDUs in A-MPDU shall
        be equal or greater than (dot11MinimumMPDUStartSpacing*PHY-bit-rate)/8. The
        encoding of the minimum time to this attribute is:
        0 no restriction
        1 1/4 us
        2 1/2 us
        3 1 us
        4 2 us
        5 4 us
        6 8 us
        7 16 us"
  DEFVAL	{ 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 9 }

.1.2.840.10036.1.17.1.10
dot11PCOOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station
        implementation is capable of supporting Phased Coexistence Operation."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 10 }

.1.2.840.10036.1.17.1.11
dot11TransitionTime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates that the maximum (#905) transition
        time within which the STA can switch between 20 MHz channel width and 40 MHz
        channel width with a high probability. The encoding of the transition time to
        this attribute is:
        0 no transition
        1 400 us
        2 1500 us
        3 5000 us "
  DEFVAL	{ 2 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 11 }

.1.2.840.10036.1.17.1.12
dot11MCSFeedbackOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {none(0), unsolicited(2), both(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the MCS feed back capability
        supported by the station implementation."
  DEFVAL	{ 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 12 }

.1.2.840.10036.1.17.1.13
dot11HTControlFieldSupported OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station
        implementation is capable of receiving HT Control field."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 13 }

.1.2.840.10036.1.17.1.14
dot11RDResponderOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station
        implementation is capable operating as a RD responder."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 14 }

.1.2.840.10036.1.17.1.15
dot11SPPAMSDUCapable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the STA
        implementation is capable of protecting the A-MSDU bit (Bit 7) in the QoS
        Control Field when dot11RSNAEnabled is TRUE."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 15 }

.1.2.840.10036.1.17.1.16
dot11SPPAMSDURequired OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the STA is
        configured to disallow (not to send or receive) of PP A-MSDUs when
        dot11RSNAEnabled is TRUE."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 16 }

.1.2.840.10036.2
dot11mac OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 2 }

.1.2.840.10036.2.1
dot11OperationTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group contains MAC attributes pertaining to the operation
        of the MAC.  This has been implemented as a table in order
        to allow for multiple instantiations on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 1 }

.1.2.840.10036.2.1.1
dot11OperationEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11OperationEntry Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) 1 }

.1.2.840.10036.2.1.1.1
dot11MACAddress OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Unique MAC Address assigned to the STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 1 }

.1.2.840.10036.2.1.1.2
dot11RTSThreshold OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..65536) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the number of octets in an PSDU,
        below which an RTS/CTS handshake shall not be performed, except as
        RTS/CTS is used as a cross modulation protection mechanism as
        defined in 9.13. An RTS/CTS handshake shall be performed at the
        beginning of any frame exchange sequence where the PSDU is of type
        Data or Management, the PSDU has an individual address in the
        Address1 field, and the length of the PSDU is greater than this
        threshold. Setting this attribute to be larger than the maximum
        MSDU size shall have the effect of turning off the RTS/CTS
        handshake for frames of Data or Management type transmitted by
        this STA. Setting this attribute to zero shall have the effect
        of turning on the RTS/CTS handshake for all frames of Data or
        Management type transmitted by this STA. "
  DEFVAL	{ 65535 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 2 }

.1.2.840.10036.2.1.1.3
dot11ShortRetryLimit OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the maximum number of
        transmission attempts of a frame, the length of which is less
        than or equal to dot11RTSThreshold, that shall be made before a
        failure condition is indicated. The default value of this
        attribute shall be 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 3 }

.1.2.840.10036.2.1.1.4
dot11LongRetryLimit OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the maximum number of
        transmission attempts of a frame, the length of which is
        greater than dot11RTSThreshold, that shall be made before a
        failure condition is indicated. The default value of this
        attribute shall be 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 4 }

.1.2.840.10036.2.1.1.5
dot11FragmentationThreshold OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (256..8000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the current maximum size,
        in octets, of the PSDU that may be delivered to the PHY.
        This maximum size does not apply in the case of A-MPDU.
        An MSDU, A-MSDU or MMPDU shall be broken into fragments
        if its size exceeds
        the value of this attribute after adding MAC headers and
        trailers. An MSDU, A-MSDU or MMPDU shall be fragmented when the
        resulting frame has an individual address in the Address1
        field, and the length
        of the frame is larger than this threshold. The default
        value for this attribute shall be the lesser of 8000 or the
        aMPDUMaxLength of the attached PHY and shall never exceed the
        lesser of 8000 or the aMPDUMaxLength of the attached PHY.
        The value of this attribute shall never be less than 256."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 5 }

.1.2.840.10036.2.1.1.6
dot11MaxTransmitMSDULifetime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MaxTransmitMSDULifetime shall be the elapsed time in TU,
        after the initial transmission of an MSDU, after which further
        attempts to transmit the MSDU shall be terminated. The default
        value of this attribute shall be 512."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 6 }

.1.2.840.10036.2.1.1.7
dot11MaxReceiveLifetime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MaxReceiveLifetime shall be the elapsed time in TU,
        after the initial reception of a fragmented MMPDU or MSDU,
        after which further attempts to reassemble the MMPDU or
        MSDU shall be terminated. The default value shall be
        512."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 7 }

.1.2.840.10036.2.1.1.8
dot11ManufacturerID OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ManufacturerID shall include, at a minimum, the name
        of the manufacturer.  It may include additional
        information at the manufacturer's discretion.  The default
        value of this attribute shall be null."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 8 }

.1.2.840.10036.2.1.1.9
dot11ProductID OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ProductID shall include, at a minimum, an identifier
        that is unique to the manufacturer.  It may include
        additional information at the manufacturer's discretion.
        The default value of this attribute shall be null."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 9 }

.1.2.840.10036.2.1.1.10
dot11CAPLimit OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the maximum number of TUs a
        Controlled access phase(CAP) can last."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 10 }

.1.2.840.10036.2.1.1.11
dot11HCCWmin OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the value of the minimum size
        of the window that shall be used by the HC for generating a
        random number for the backoff. The value of this attribute
        shall be such that it could always be expressed in the form
        of 2(power 2) - 1, where X is an integer. The default value of this
        attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 11 }

.1.2.840.10036.2.1.1.12
dot11HCCWmax OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the value of the maximum size of the
        window that shall be used by the HC for generating a random number
        for the backoff. The value of this attribute shall be such that
        it could always be expressed in the form of 2X - 1, where X is
        an integer. The default value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 12 }

.1.2.840.10036.2.1.1.13
dot11HCCAIFSN OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the number of slots, after a SIFS
        duration, that the HC shall sense the medium idle either before
        transmitting or executing a backoff. The default value of this
        attribute shall be 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 13 }

.1.2.840.10036.2.1.1.14
dot11ADDBAResponseTimeout OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the maximum number of seconds a BA
        is to be responded. The default value of this attribute shall be 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 14 }

.1.2.840.10036.2.1.1.15
dot11ADDTSResponseTimeout OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the maximum number of seconds an
        ADDTS request is to be responded. The default value of this
        attribute shall be 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 15 }

.1.2.840.10036.2.1.1.16
dot11ChannelUtilizationBeaconInterval OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the number of beacon intervals
        over which the channel busy time should be averaged.
        The default value for this parameter shall be 50."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 16 }

.1.2.840.10036.2.1.1.17
dot11ScheduleTimeout OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the duration in TUs after
        which a STA could go into power-save mode.
        The default value for this parameter shall be 10."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 17 }

.1.2.840.10036.2.1.1.18
dot11DLSResponseTimeout OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the maximum number of
        seconds a direct link request is to be responded.
        The default value of this attribute shall be 10."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 18 }

.1.2.840.10036.2.1.1.19
dot11QAPMissingAckRetryLimit OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute indicates the number of times the AP may
        retry a frame for which it does not receive an ACK for
        a STA in power-save mode after receiving a PS-Poll
        and sending a directed response or after the AP does
        not receive an ACK to a directed MPDU sent with the EOSP set to 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 19 }

.1.2.840.10036.2.1.1.20
dot11EDCAAveragingPeriod OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the number of seconds over
        which the admitted_time and used_time are computed.
        The default value for this parameter shall be 5."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 20 }

.1.2.840.10036.2.1.1.21
dot11HTOperatingMode OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {htPure(0), optionalProtection(1), mandatoryFortyProtection(2), mandatoryAllProtection(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute indicates the level of protection that needs
        to be provided to the transmissions in an IEEE 802.11 network with HT STAs."
  DEFVAL	{ htPure }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 21 }

.1.2.840.10036.2.1.1.22
dot11RIFSMode OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that use of RIFS (#1989)
        is allowed in the BSS."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 22 }

.1.2.840.10036.2.1.1.23
dot11PSMPControlledAccess OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE indicates that the AP accepts
        associations only from stations for which dot11PSMPOptionImplemented is
        TRUE."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 23 }

.1.2.840.10036.2.1.1.24
dot11ServiceIntervalGranularity OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute indicates the Service Interval Granularity to
        be used for scheduled PSMP. The value of the granularity is given by
        (dot11ServiceIntervalGranularity+1)*5 ms (#1289)."
  DEFVAL	{ 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 24 }

.1.2.840.10036.2.1.1.25
dot11DualCTSProtection OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE indicates that the AP uses dual CTS
        protection to protect the non-STBC frame and STBC frame transmissions."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 25 }

.1.2.840.10036.2.1.1.26
dot11LSIGTXOPFullProtectionEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the LSIG TXOP
        Protection may be used by stations that have the attribute
        dot11LSigTxopProtectionOptionImplemented set to TRUE."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 26 }

.1.2.840.10036.2.1.1.27
dot11NonGFEntitiesPresent OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that STA that are not
        Greenfield Capable are present in the BSS."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 27 }

.1.2.840.10036.2.1.1.28
dot11PCOActivated OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the PCO is
        activated."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 28 }

.1.2.840.10036.2.1.1.29
dot11PCOFortyMaxDuration OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The attribute indicates the maximum duration of 40 MHz phase in TU under PCO
        operation. The value of this attribute shall be equal to or larger than
        dot11PCOFortyMinDuration (#905)."
  DEFVAL	{ 30 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 29 }

.1.2.840.10036.2.1.1.30
dot11PCOTwentyMaxDuration OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The attribute indicates the maximum duration of 20 MHz phase in TU under PCO
        operation. The value of this attribute shall be equal to or larger than
        dot11PCOTwentyMinDuration (#905)."
  DEFVAL	{ 30 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 30 }

.1.2.840.10036.2.1.1.31
dot11PCOFortyMinDuration OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The attribute indicates the minimum duration of 40 MHz phase in TU under PCO
        operation."
  DEFVAL	{ 20 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 31 }

.1.2.840.10036.2.1.1.32
dot11PCOTwentyMinDuration OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The attribute indicates the minimum duration of 20 MHz phase in TU under PCO
        operation."
  DEFVAL	{ 20 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11OperationTable(1) dot11OperationEntry(1) 32 }

.1.2.840.10036.2.2
dot11CountersTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group containing attributes that are MAC counters.
        Implemented as a table to allow for multiple
        instantiations on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 2 }

.1.2.840.10036.2.2.1
dot11CountersEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11CountersEntry Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) 1 }

.1.2.840.10036.2.2.1.1
dot11TransmittedFragmentCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented for an acknowledged MPDU
        with an individual address in the address 1 field or an MPDU
        with a multicast address in the address 1 field of type Data
        or Management."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 1 }

.1.2.840.10036.2.2.1.2
dot11MulticastTransmittedFrameCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment only when the multicast bit
        is set in the destination MAC address of a successfully
        transmitted MSDU.  When operating as a STA in an ESS, where
        these frames are directed to the AP, this implies having
        received an acknowledgment to all associated MPDUs."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 2 }

.1.2.840.10036.2.2.1.3
dot11FailedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when an MSDU is not transmitted
        successfully due to the number of transmit attempts exceeding
        either the dot11ShortRetryLimit or dot11LongRetryLimit."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 3 }

.1.2.840.10036.2.2.1.4
dot11RetryCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when an MSDU is successfully
        transmitted after one or more retransmissions."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 4 }

.1.2.840.10036.2.2.1.5
dot11MultipleRetryCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when an MSDU is successfully
        transmitted after more than one retransmission."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 5 }

.1.2.840.10036.2.2.1.6
dot11FrameDuplicateCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a frame is received
        that the Sequence Control field indicates is a
        duplicate."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 6 }

.1.2.840.10036.2.2.1.7
dot11RTSSuccessCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a CTS is received in
        response to an RTS."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 7 }

.1.2.840.10036.2.2.1.8
dot11RTSFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a CTS is not received in
        response to an RTS."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 8 }

.1.2.840.10036.2.2.1.9
dot11ACKFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when an ACK is not received
        when expected."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 9 }

.1.2.840.10036.2.2.1.10
dot11ReceivedFragmentCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented for each successfully
        received MPDU of type Data or Management."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 10 }

.1.2.840.10036.2.2.1.11
dot11MulticastReceivedFrameCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a MSDU is received
        with the multicast bit set in the destination
        MAC address."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 11 }

.1.2.840.10036.2.2.1.12
dot11FCSErrorCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when an FCS error is
        detected in a received MPDU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 12 }

.1.2.840.10036.2.2.1.13
dot11TransmittedFrameCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment for each successfully transmitted
        MSDU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 13 }

.1.2.840.10036.2.2.1.14
dot11WEPUndecryptableCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a frame is received with the
        Protected Frame subfield of the Frame Control field set to one
        and the WEPOn value for the key mapped to the transmitter's MAC
        address indicates that the frame should not have been encrypted
        or that frame is discarded due to the receiving STA not
        implementing the privacy option."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 14 }

.1.2.840.10036.2.2.1.15
dot11QosDiscardedFragmentCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment for each QoS Data MPDU that has been discarded."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 15 }

.1.2.840.10036.2.2.1.16
dot11AssociatedStationCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter, only available at AP, shall increment when a station
        associates or reassociates. This counter shall decrement
        when a station disassociates."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 16 }

.1.2.840.10036.2.2.1.17
dot11QosCFPollsReceivedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment for each QoS (+)CF-Poll that has been received."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 17 }

.1.2.840.10036.2.2.1.18
dot11QosCFPollsUnusedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment for each QoS (+)CF-Poll that
        has been received but not used."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 18 }

.1.2.840.10036.2.2.1.19
dot11QosCFPollsUnusableCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment for each QoS (+)CF-Poll that has
        been received but could not be used due to the TXOP size being
        smaller than the time that is required for one frame exchange sequence."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 19 }

.1.2.840.10036.2.2.1.21
dot11TransmittedAMSDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented for an acknowledged A-MSDU
        frame with an individual address in the address 1 field or an A-MSDU
        frame with a multicast address in the address 1 field."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 21 }

.1.2.840.10036.2.2.1.22
dot11FailedAMSDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when an A-MSDU is not
        transmitted successfully due to the number of transmit attempts exceeding
        either the dot11ShortRetryLimit or dot11LongRetryLimit."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 22 }

.1.2.840.10036.2.2.1.23
dot11RetryAMSDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when an A-MSDU is
        successfully transmitted after one or more retransmissions."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 23 }

.1.2.840.10036.2.2.1.24
dot11MultipleRetryAMSDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when an A-MSDU is
        successfully transmitted after more than one retransmission."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 24 }

.1.2.840.10036.2.2.1.25
dot11TransmittedOctetsInAMSDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented by the number of octets in
        the framebody of an A-MSDU frame when an A-MSDU frame is successfully
        transmitted."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 25 }

.1.2.840.10036.2.2.1.26
dot11AMSDUAckFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when an acknowledgement to
        an A-MSDU is not received when expected. This acknowledgement can be in
        an ACK or the BlockAck frame."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 26 }

.1.2.840.10036.2.2.1.27
dot11ReceivedAMSDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented for a received A-MSDU frame
        with the station's MAC address in the address 1 field or an A-MSDU
        frame with a multicast address in the address 1 field."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 27 }

.1.2.840.10036.2.2.1.28
dot11ReceivedOctetsInAMSDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented by the number of octets in
        the framebody of an A-MSDU frame when an A-MSDU frame is received."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 28 }

.1.2.840.10036.2.2.1.29
dot11TransmittedAMPDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when an A-MPDU is
        transmitted."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 29 }

.1.2.840.10036.2.2.1.30
dot11TransmittedMPDUsInAMPDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment by the number of MPDUs in the A-
        MPDU when an A-MPDU is transmitted."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 30 }

.1.2.840.10036.2.2.1.31
dot11TransmittedOctetsInAMPDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented by the number of octets in
        the A-MPDU frame when an A-MPDU frame is transmitted."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 31 }

.1.2.840.10036.2.2.1.32
dot11AMPDUReceivedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when the MAC receives an A-
        MPDU from the PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 32 }

.1.2.840.10036.2.2.1.33
dot11MPDUInReceivedAMPDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented by the number of MPDUs
        received in the A-MPDU when an A-MPDU is received."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 33 }

.1.2.840.10036.2.2.1.34
dot11ReceivedOctetsInAMPDUCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented by the number of octets in
        the A-MPDU frame when an A-MPDU frame is received."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 34 }

.1.2.840.10036.2.2.1.35
dot11AMPDUDelimiterCRCErrorCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when an MPDU
        delimiter has a CRC error when this is the first CRC error in the received
        A-MPDU or when the previous delimiter has been decoded correctly."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 35 }

.1.2.840.10036.2.2.1.36
dot11ImplicitBARFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when the expected BlockAck
        is not received in response to an Implicit BlockAckReq frame."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 36 }

.1.2.840.10036.2.2.1.37
dot11ExplicitBARFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when the expected BlockAck
        is not received in response to an Explicit BlockAckReq."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 37 }

.1.2.840.10036.2.2.1.38
dot11ChannelWidthSwitchCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be increment when the bandwidth used is
        switched from 20 to 40 or vice-versa."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 38 }

.1.2.840.10036.2.2.1.39
dot11TwentyMHzFrameTransmittedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when a Frame is transmitted
        only on the primary channel."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 39 }

.1.2.840.10036.2.2.1.40
dot11FortyMHzFrameTransmittedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when a Frame is transmitted
        on both control and secondary channels."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 40 }

.1.2.840.10036.2.2.1.41
dot11TwentyMHzFrameReceivedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when a Frame is received
        only on the primary channel."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 41 }

.1.2.840.10036.2.2.1.42
dot11FortyMHzFrameReceivedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when a Frame is received on
        both the control and secondary channels."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 42 }

.1.2.840.10036.2.2.1.43
dot11PSMPSuccessCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when an allocated PSMP-UTT
        is used."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 43 }

.1.2.840.10036.2.2.1.44
dot11PSMPFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when an allocated PSMP-UTT
        is not used."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 44 }

.1.2.840.10036.2.2.1.45
dot11GrantedRDGUsedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter at the RD initiator shall be incremented when an
        allocated RDG is used by the station, apart from transmitting a response
        frame such as ACK or Block Ack frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 45 }

.1.2.840.10036.2.2.1.46
dot11GrantedRDGUnusedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter at the initiatior shall be incremented when an
        allocated RDG is not used by the station, apart from transmitting a response
        frame such as ACK or Block Ack frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 46 }

.1.2.840.10036.2.2.1.47
dot11TransmittedFramesInGrantedRDGCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter at the initiatior shall be incremented for every
        frame, other than response frames such as ACK or Block Ack frames,
        transmitted by the station during a granted RDG."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 47 }

.1.2.840.10036.2.2.1.48
dot11TransmittedOctetsInGrantedRDGCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter at the initiatior shall be incremented by the
        number of octets in the framebody of a frame, other than response frames such
        as ACK or Block Ack frames, transmitted by the station during a granted RDG."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 48 }

.1.2.840.10036.2.2.1.49
dot11BeamformingFrameCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when th transmitter sends a
        frame with new/updated beam forming parameters."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 49 }

.1.2.840.10036.2.2.1.50
dot11DualCTSSuccessCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when AP sends a dual CTS in
        response to a STA initiating TXOP in extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 50 }

.1.2.840.10036.2.2.1.51
dot11DualCTSFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when AP fails to send a
        dual CTS in response to a STA initiating TXOP in extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 51 }

.1.2.840.10036.2.2.1.52
dot11STBCCTSSuccessCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when AP does not detect a
        collision PIFS after sending a CTS to self STBC frame in extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 52 }

.1.2.840.10036.2.2.1.53
dot11STBCCTSFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when AP detects a collision
        PIFS after sending a CTS to self STBC frame in extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 53 }

.1.2.840.10036.2.2.1.54
dot11nonSTBCCTSSuccessCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when AP does not detect a
        collision PIFS after sending a CTS to self that is an non-STBC frame in
        extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 54 }

.1.2.840.10036.2.2.1.55
dot11nonSTBCCTSFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when AP detects a collision
        PIFS after sending a CTS to self that is an non-STBC frame in extended
        range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 55 }

.1.2.840.10036.2.2.1.56
dot11RTSLSIGSuccessCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when the duration/ID field
        is set according to the rules of EPP in the received CTS following a
        transmission of RTS in EPP mode."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 56 }

.1.2.840.10036.2.2.1.57
dot11RTSLSIGFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented when the duration/ID field
        is not set according to the rules of EPP in the received CTS following a
        transmission of RTS in EPP mode."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11CountersTable(2) dot11CountersEntry(1) 57 }

.1.2.840.10036.2.3
dot11GroupAddressesTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A conceptual table containing a set of MAC addresses
        identifying the multicast-group addresses for which this STA
        will receive frames.  The default value of this attribute
        shall be null."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 3 }

.1.2.840.10036.2.3.1
dot11GroupAddressesEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11GroupAddressesIndex }
  DESCRIPTION	"An Entry (conceptual row) in the Group Addresses Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11GroupAddressesTable(3) 1 }

.1.2.840.10036.2.3.1.1
dot11GroupAddressesIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances
        of the columnar objects in the Group Addresses Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11GroupAddressesTable(3) dot11GroupAddressesEntry(1) 1 }

.1.2.840.10036.2.3.1.2
dot11Address OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"MAC address identifying multicast-group addresses
        from which this STA will receive frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11GroupAddressesTable(3) dot11GroupAddressesEntry(1) 2 }

.1.2.840.10036.2.3.1.3
dot11GroupAddressesStatus OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status column used for creating, modifying, and
        deleting instances of the columnar objects in the Group
        Addresses Table."
  DEFVAL	{ active }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11GroupAddressesTable(3) dot11GroupAddressesEntry(1) 3 }

.1.2.840.10036.2.4
dot11EDCATable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Conceptual table for EDCA default parameter values at a non-AP STA.
        This table shall contain the four entries of the EDCA parameters
        corresponding to four possible ACs. Index 1 corresponds to AC_BK,
        index 2 to AC_BE, index 3 to AC_VI, and index 4 to AC_VO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 4 }

.1.2.840.10036.2.4.1
dot11EDCAEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11EDCATableIndex }
  DESCRIPTION	"An Entry (conceptual row) in the EDCA Table.

        ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11EDCATable(4) 1 }

.1.2.840.10036.2.4.1.1
dot11EDCATableIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances of the columnar
        objects in the EDCA Table. The value of this variable is
        1) 1, if the value of the AC is AC_BK.
        2) 2, if the value of the AC is AC_BE.
        3) 3, if the value of the AC is AC_VI.
        4) 4, if the value of the AC is AC_VO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11EDCATable(4) dot11EDCAEntry(1) 1 }

.1.2.840.10036.2.4.1.2
dot11EDCATableCWmin OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the value of the minimum size of
        the window that shall be used by a STA for a particular AC for
        generating a random number for the backoff. The value of this
        attribute shall be such that it could always be expressed in
        the form of 2X - 1, where X is an integer.
        The default value for this attribute is
        1) aCWmin, if dot11EDCATableIndex is 1 or 2.
        2) (aCWmin+1)/2 - 1, if dot11EDCATableIndex is 3.
        3) (aCWmin+1)/4 - 1, if dot11EDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11EDCATable(4) dot11EDCAEntry(1) 2 }

.1.2.840.10036.2.4.1.3
dot11EDCATableCWmax OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the value of the maximum size
        of the window that shall be used by a STA for a particular
        AC for generating a random number for the backoff. The value of this
        attribute shall be such that it could always be expressed
        in the form of 2X - 1, where X is an integer.
        The default value for this attribute is
        1) aCWmax, if dot11EDCATableIndex is 1 or 2.
        2) aCWmin, if dot11EDCATableIndex is 3.
        3) (aCWmin+1)/2 - 1, if dot11EDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11EDCATable(4) dot11EDCAEntry(1) 3 }

.1.2.840.10036.2.4.1.4
dot11EDCATableAIFSN OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (2..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the number of slots, after a
        SIFS duration, that the STA, for a particular AC,
        shall sense the medium idle either before transmitting or
        executing a backoff. The default value for this attribute is
        1) 7, if dot11EDCATableIndex is 1,
        2) 3, if dot11EDCATableIndex is 2
        3) 2, otherwise."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11EDCATable(4) dot11EDCAEntry(1) 4 }

.1.2.840.10036.2.4.1.5
dot11EDCATableTXOPLimit OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the maximum number of microseconds
        of an EDCA TXOP for a given AC at a non-AP STA. The default value
        for this attribute is
        1) 0 for all PHYs, if dot11EDCATableIndex is 1 or 2; this implies
        that the sender can send one MSDU in an EDCA TXOP,
        2) 3008 microseconds for Clause 17 and Clause 19 PHY and 6016
        microseconds for Clause 18 PHY, if dot11EDCATableIndex is 3,
        3) 1504 microseconds for Clause 17 and Clause 19 PHY and 3264
        microseconds for Clause 18 PHY, if dot11EDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11EDCATable(4) dot11EDCAEntry(1) 5 }

.1.2.840.10036.2.4.1.6
dot11EDCATableMSDULifetime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..500) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify (in TUs) the maximum duration an MSDU,
        for a given AC, would be retained by the MAC before it is discarded.
        The default value for this parameter shall be 500."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11EDCATable(4) dot11EDCAEntry(1) 6 }

.1.2.840.10036.2.4.1.7
dot11EDCATableMandatory OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that admission control is mandatory
        for the given AC. When False, this attribute indicates that the admission
        control is not mandatory for the given AC. The default value for this
        parameter shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11EDCATable(4) dot11EDCAEntry(1) 7 }

.1.2.840.10036.2.5
dot11QAPEDCATable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Conceptual table for EDCA default parameter values at the AP.
        This table shall contain the four entries of the EDCA parameters
        corresponding to four possible ACs. Index 1 corresponds to AC_BK,
        index 2 to AC_BE, index 3 to AC_VI, and index 4 to AC_VO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 5 }

.1.2.840.10036.2.5.1
dot11QAPEDCAEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11QAPEDCATableIndex }
  DESCRIPTION	"An Entry (conceptual row) in the EDCA Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry. Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QAPEDCATable(5) 1 }

.1.2.840.10036.2.5.1.1
dot11QAPEDCATableIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances of the columnar
        objects in the EDCA Table. The value of this variable is
        1) 1, if the value of the AC is AC_BK.
        2) 2, if the value of the AC is AC_BE.
        3) 3, if the value of the AC is AC_VI.
        4) 4, if the value of the AC is AC_VO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 1 }

.1.2.840.10036.2.5.1.2
dot11QAPEDCATableCWmin OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the value of the minimum size of
        the window that shall be used by an AP for a particular AC for
        generating a random number for the backoff. The value of this
        attribute shall be such that it could always be expressed in
        the form of 2X - 1, where X is an integer. The default value for
        this attribute is
        1) aCWmin, if dot11QAPEDCATableIndex is 1 or 2.
        2) (aCWmin+1)/2 - 1, if dot11QAPEDCATableIndex is 3.
        3) (aCWmin+1)/4 - 1, if dot11QAPEDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 2 }

.1.2.840.10036.2.5.1.3
dot11QAPEDCATableCWmax OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the value of the maximum size of
        the window that shall be used by an AP for a particular AC for
        generating a random number for the backoff. The value of this
        attribute shall be such that it could always be expressed in
        the form of 2X - 1, where X is an integer. The default value for
        this attribute is
        1) aCWmax, if dot11QAPEDCATableIndex is 1.
        2) 4*(aCWmin+1) - 1, if dot11QAPEDCATableIndex is 2.
        3) aCWmin, if dot11QAPEDCATableIndex is 3.
        4) (aCWmin+1)/2 - 1, if dot11QAPEDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 3 }

.1.2.840.10036.2.5.1.4
dot11QAPEDCATableAIFSN OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the number of slots, after a SIFS
        duration, that the AP, for a particular AC, shall sense the
        medium idle either before transmitting or executing a backoff.
        The default value for this attribute is
        1) 7, if dot11QAPEDCATableIndex is 1,
        2) 3, if dot11QAPEDCATableIndex is 2
        3) 1, otherwise."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 4 }

.1.2.840.10036.2.5.1.5
dot11QAPEDCATableTXOPLimit OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the maximum number of microseconds
        of an EDCA TXOP for a given AC at the AP. The default value for
        this attribute is
        1) 0 for all PHYs, if dot11QAPEDCATableIndex is 1 or 2; this
        implies that the sender can send one MSDU in an EDCA TXOP,
        2) 3008 microseconds for Clause 17 and Clause 19 PHY and 6016
        microseconds for Clause 18 PHY, if dot11QAPEDCATableIndex is 3,
        3) 1504 microseconds for Clause 17 and Clause 19 PHY and 3264
        microseconds for Clause 18 PHY, if dot11QAPEDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 5 }

.1.2.840.10036.2.5.1.6
dot11QAPEDCATableMSDULifetime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..500) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify (in TUs) the maximum duration an MSDU,
        for a given AC, would be retained by the MAC at the AP before it is discarded.
        The default value for this parameter shall be
        500."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 6 }

.1.2.840.10036.2.5.1.7
dot11QAPEDCATableMandatory OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that admission control is mandatory
        for the given AC. When False, this attribute indicates that the admission
        control is not mandatory for the given AC. The default value for this
        parameter shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 7 }

.1.2.840.10036.2.6
dot11QosCountersTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group containing attributes that are MAC counters implemented
        as a table to allow for multiple instantiations on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 6 }

.1.2.840.10036.2.6.1
dot11QosCountersEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11QosCountersIndex }
  DESCRIPTION	"An Entry (conceptual row) in the EDCA Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry. Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) 1 }

.1.2.840.10036.2.6.1.1
dot11QosCountersIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances of the columnar
        objects in the QoSCounter Table. The value of this variable is equal to TID + 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 1 }

.1.2.840.10036.2.6.1.2
dot11QosTransmittedFragmentCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented for an acknowledged MPDU,
        for a particular UP, with an individual address in the address
        1 field or an MPDU with a multicast address in the address 1 field,
        either belonging to a particular TID. This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 2 }

.1.2.840.10036.2.6.1.3
dot11QosFailedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when an MSDU, for a particular UP,
        is not transmitted successfully due to the number of transmit attempts
        exceeding either the dot11ShortRetryLimit or dot11LongRetryLimit.
        This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 3 }

.1.2.840.10036.2.6.1.4
dot11QosRetryCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when an MSDU, of a particular UP,
        is successfully transmitted after one or more retransmissions.
        This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 4 }

.1.2.840.10036.2.6.1.5
dot11QosMultipleRetryCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when an MSDU, of a particular UP,
        is successfully transmitted after more than one retransmissions.
        This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 5 }

.1.2.840.10036.2.6.1.6
dot11QosFrameDuplicateCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a frame, of a particular UP,
        is received that the Sequence Control field indicates is a duplicate.
        This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 6 }

.1.2.840.10036.2.6.1.7
dot11QosRTSSuccessCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a CTS is received in response
        to an RTS that has been sent for the transmission of an MPDU of a
        particular UP. This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 7 }

.1.2.840.10036.2.6.1.8
dot11QosRTSFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when a CTS is not received in
        response to an RTS that has been sent for the transmission of an
        MPDU of a particular UP. This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 8 }

.1.2.840.10036.2.6.1.9
dot11QosACKFailureCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment when an ACK is not received in response
        to an MPDU of a particular UP. This counter has relevance only for
        TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 9 }

.1.2.840.10036.2.6.1.10
dot11QosReceivedFragmentCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall be incremented for each successfully received
        MPDU of type Data of a particular UP. This counter has relevance only
        for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 10 }

.1.2.840.10036.2.6.1.11
dot11QosTransmittedFrameCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment for each successfully transmitted
        MSDU of a particular UP. This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 11 }

.1.2.840.10036.2.6.1.12
dot11QosDiscardedFrameCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment for each Discarded MSDU of a
        particular UP. This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 12 }

.1.2.840.10036.2.6.1.13
dot11QosMPDUsReceivedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment for each received MPDU of a particular TID."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 13 }

.1.2.840.10036.2.6.1.14
dot11QosRetriesReceivedCount OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter shall increment for each received MPDU of a
        particular TID with the retry bit set to 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) dot11QosCountersTable(6) dot11QosCountersEntry(1) 14 }

.1.2.840.10036.3
dot11res OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 3 }

.1.2.840.10036.3.1
dot11resAttribute OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3) 1 }

.1.2.840.10036.3.1.1
dot11ResourceTypeIDName OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Contains the name of the Resource Type ID managed object.
        The attribute is read-only and always contains the value
        RTID. This attribute value shall not be used as a naming
        attribute for any other managed object class."
  DEFVAL	{ \"RTID\" }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3) dot11resAttribute(1) 1 }

.1.2.840.10036.3.1.2
dot11ResourceInfoTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Provides a means of indicating, in data readable from a
        managed object, information that identifies the source of
        the implementation."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3) dot11resAttribute(1) 2 }

.1.2.840.10036.3.1.2.1
dot11ResourceInfoEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11ResourceInfo Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3) dot11resAttribute(1) dot11ResourceInfoTable(2) 1 }

.1.2.840.10036.3.1.2.1.1
dot11manufacturerOUI OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Takes the value of an organizationally unique identifier."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3) dot11resAttribute(1) dot11ResourceInfoTable(2) dot11ResourceInfoEntry(1) 1 }

.1.2.840.10036.3.1.2.1.2
dot11manufacturerName OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A printable string used to identify the manufacturer of the
        resource.  Maximum string length is 128 octets."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3) dot11resAttribute(1) dot11ResourceInfoTable(2) dot11ResourceInfoEntry(1) 2 }

.1.2.840.10036.3.1.2.1.3
dot11manufacturerProductName OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A printable string used to identify the manufacturer's product
        name of the resource.  Maximum string length is 128 octets."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3) dot11resAttribute(1) dot11ResourceInfoTable(2) dot11ResourceInfoEntry(1) 3 }

.1.2.840.10036.3.1.2.1.4
dot11manufacturerProductVersion OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Printable string used to identify the manufacturer's product
        version of the resource.  Maximum string length is 128 octets."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3) dot11resAttribute(1) dot11ResourceInfoTable(2) dot11ResourceInfoEntry(1) 4 }

.1.2.840.10036.4
dot11phy OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 4 }

.1.2.840.10036.4.1
dot11PhyOperationTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"PHY level attributes concerned with
        operation. Implemented as a table indexed on
        ifIndex to allow for multiple instantiations on an
        Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 1 }

.1.2.840.10036.4.1.1
dot11PhyOperationEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyOperation Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOperationTable(1) 1 }

.1.2.840.10036.4.1.1.1
dot11PHYType OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {fhss(1), dsss(2), irbaseband(3), ofdm(4), hrdsss(5), erp(6), ht(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is an 8-bit integer value that identifies the PHY type
        supported by the attached PLCP and PMD. Currently defined
        values and their corresponding PHY types are:

        FHSS 2.4 GHz = 01, DSSS 2.4 GHz = 02, IR Baseband = 03, OFDM 5GHz = 04,
        HRDSSS = 05, ERP = 06, HT = 07"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOperationTable(1) dot11PhyOperationEntry(1) 1 }

.1.2.840.10036.4.1.1.2
dot11CurrentRegDomain OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current regulatory domain this instance of the PMD is
        supporting.  This object corresponds to one of the
        RegDomains listed in dot11RegDomainsSupported."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOperationTable(1) dot11PhyOperationEntry(1) 2 }

.1.2.840.10036.4.1.1.3
dot11TempType OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {tempType1(1), tempType2(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"There are different operating temperature requirements
        dependent on the anticipated environmental conditions. This
        attribute describes the current PHY's operating temperature
        range capability. Currently defined values and their
        corresponding temperature ranges are:

        Type 1 = X'01'-Commercial range of 0 to 40 degrees C,

        Type 2 = X'02'-Industrial range of -30 to 70 degrees C."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOperationTable(1) dot11PhyOperationEntry(1) 3 }

.1.2.840.10036.4.2
dot11PhyAntennaTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group of attributes for PhyAntenna.  Implemented as a
        table indexed on ifIndex to allow for multiple instances on
        an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 2 }

.1.2.840.10036.4.2.1
dot11PhyAntennaEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyAntenna Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) 1 }

.1.2.840.10036.4.2.1.1
dot11CurrentTxAntenna OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current antenna being used to transmit.  This value
        is one of the values appearing in dot11SupportedTxAntenna.
        This may be used by a management agent to control which antenna
        is used for transmission. "
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 1 }

.1.2.840.10036.4.2.1.2
dot11DiversitySupport OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {fixedlist(1), notsupported(2), dynamic(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This implementation's support for diversity, encoded as:

        X'01'-diversity is available and is performed over the fixed
        list of antennas defined in dot11DiversitySelectionRx.

        X'02'-diversity is not supported.

        X'03'-diversity is supported and control of diversity is also
        available, in which case the attribute dot11DiversitySelectionRx
        can be dynamically modified by the LME."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 2 }

.1.2.840.10036.4.2.1.3
dot11CurrentRxAntenna OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current antenna being used to receive, if the dot11
        DiversitySupport indicates that diversity is not supported.
        The selected antenna shall be one of the antennae marked
        for receive in the dot11AntennasListTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 3 }

.1.2.840.10036.4.2.1.4
dot11AntennaSelectionOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that antenna selection
        is supported by the station implementation. "
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 4 }

.1.2.840.10036.4.2.1.5
dot11TransmitExplicitCSIFeedbackASOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the transmit
        antenna selection (#905) based on explicit CSI feedback is supported by the
        station implementation. "
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 5 }

.1.2.840.10036.4.2.1.6
dot11TransmitIndicesFeedbackASOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the transmit
        antenna selection based on antenna indices feedback is supported by the
        station implementation."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 6 }

.1.2.840.10036.4.2.1.7
dot11ExplicitCSIFeedbackASOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the computation of
        CSI and feedback to support the peer to do antenna selection is supported by
        the station implementation."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 7 }

.1.2.840.10036.4.2.1.8
dot11TransmitIndicesComputationASOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the transmit
        antenna selection based on antenna indices selection computation and
        feedback the results to support the peer to do antenna selection is supported
        by the station implementation."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 8 }

.1.2.840.10036.4.2.1.9
dot11ReceiveAntennaSelectionOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the receive antenna
        selection is supported by the station implementation. "
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 9 }

.1.2.840.10036.4.2.1.10
dot11TransmitSoundingPPDUOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the transmission of
        sounding PPDUs is supported by the station implementation. "
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 10 }

.1.2.840.10036.4.2.1.11
dot11NumberOfActiveRxAntennas OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute indicates the number of current active antennas
        being used to receive."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 11 }

.1.2.840.10036.4.3
dot11PhyTxPowerTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group of attributes for dot11PhyTxPowerTable. Implemented
        as a table indexed on STA ID to allow for multiple
        instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 3 }

.1.2.840.10036.4.3.1
dot11PhyTxPowerEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyTxPower Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) 1 }

.1.2.840.10036.4.3.1.1
dot11NumberSupportedPowerLevels OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of power levels supported by the PMD.
        This attribute can have a value of 1 to 8."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 1 }

.1.2.840.10036.4.3.1.2
dot11TxPowerLevel1 OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..10000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transmit output power for LEVEL1 in mW.
        This is also the default power level."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 2 }

.1.2.840.10036.4.3.1.3
dot11TxPowerLevel2 OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..10000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transmit output power for LEVEL2 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 3 }

.1.2.840.10036.4.3.1.4
dot11TxPowerLevel3 OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..10000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transmit output power for LEVEL3 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 4 }

.1.2.840.10036.4.3.1.5
dot11TxPowerLevel4 OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..10000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transmit output power for LEVEL4 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 5 }

.1.2.840.10036.4.3.1.6
dot11TxPowerLevel5 OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..10000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transmit output power for LEVEL5 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 6 }

.1.2.840.10036.4.3.1.7
dot11TxPowerLevel6 OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..10000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transmit output power for LEVEL6 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 7 }

.1.2.840.10036.4.3.1.8
dot11TxPowerLevel7 OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..10000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transmit output power for LEVEL7 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 8 }

.1.2.840.10036.4.3.1.9
dot11TxPowerLevel8 OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..10000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transmit output power for LEVEL8 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 9 }

.1.2.840.10036.4.3.1.10
dot11CurrentTxPowerLevel OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The TxPowerLevel N currently being used to transmit data.
        Some PHYs also use this value to determine the receiver
        sensitivity requirements for CCA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 10 }

.1.2.840.10036.4.4
dot11PhyFHSSTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group of attributes for dot11PhyFHSSTable.  Implemented as a
        table indexed on STA ID to allow for multiple instances on
        an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 4 }

.1.2.840.10036.4.4.1
dot11PhyFHSSEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyFHSS Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) 1 }

.1.2.840.10036.4.4.1.1
dot11HopTime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (224) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time in microseconds for the PMD to change from
        channel 2 to channel 80."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 1 }

.1.2.840.10036.4.4.1.2
dot11CurrentChannelNumber OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..200) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current channel number of the frequency output by the RF
        synthesizer."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 2 }

.1.2.840.10036.4.4.1.3
dot11MaxDwellTime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum time in TU that the transmitter
        is permitted to operate on a single channel."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 3 }

.1.2.840.10036.4.4.1.4
dot11CurrentDwellTime OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current time in TU that the transmitter shall operate
        on a single channel, as set by the MAC.  Default is 19 TU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 4 }

.1.2.840.10036.4.4.1.5
dot11CurrentSet OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current set of patterns the PLME
        is using to determine the hopping sequence. "
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 5 }

.1.2.840.10036.4.4.1.6
dot11CurrentPattern OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current pattern the PLME is
        using to determine the hop sequence."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 6 }

.1.2.840.10036.4.4.1.7
dot11CurrentIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current index value the PLME is using to determine
        the CurrentChannelNumber."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 7 }

.1.2.840.10036.4.4.1.8
dot11EHCCPrimeRadix OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute indicates the value to be used as the prime radix (N) in the HCC and
        EHCC algorithms."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 8 }

.1.2.840.10036.4.4.1.9
dot11EHCCNumberofChannelsFamilyIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute indicates the value to be used as the maximum
        for the family index (a) in the HCC and EHCC algorithms.
        The value of this field shall not be less than the prime radix minus 3 (N - 3).
        The valid range of
        allowed values is (N - 1), (N - 2), and (N - 3)."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 9 }

.1.2.840.10036.4.4.1.10
dot11EHCCCapabilityImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the station
        implementation is capable of generating
        the HCC or EHCC algorithms for determining Hopping patterns.
        The capability is disabled, otherwise.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 10 }

.1.2.840.10036.4.4.1.11
dot11EHCCCapabilityEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the capability of
        the station to operate using the HCC or EHCC algorithms for
        determining Hopping Patterns is enabled.  The capability
        is disabled, otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 11 }

.1.2.840.10036.4.4.1.12
dot11HopAlgorithmAdopted OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {crnt(1), hopindex(2), hcc(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, indicates which of the algorithms will be used
        to generate the Hopping Patterns. Valid values are:

        1 - hopping patterns as defined in Clause 14
        2 - hop index method (with or without table)
        3 - HCC/EHCC method"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 12 }

.1.2.840.10036.4.4.1.13
dot11RandomTableFlag OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, indicates that a Random Table is present
        when the value is TRUE. When the value is FALSE it indicates
        that a Random Table is not present and that the hop index
        method is to be
        used to determine the hopping sequence. The default value
        of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 13 }

.1.2.840.10036.4.4.1.14
dot11NumberofHoppingSets OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Number of Sets field indicates the total number of sets
        within the hopping patterns."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 14 }

.1.2.840.10036.4.4.1.15
dot11HopModulus OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of allowed channels for the hopping set.
        This is defined by the governing regulatory agency
        for the country code of the country
        in which this device is operating."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 15 }

.1.2.840.10036.4.4.1.16
dot11HopOffset OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The next position in the hopping set."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 16 }

.1.2.840.10036.4.5
dot11PhyDSSSTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Entry of attributes for dot11PhyDSSSEntry.  Implemented as a
        table indexed on ifIndex to allow for multiple instances on
        an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 5 }

.1.2.840.10036.4.5.1
dot11PhyDSSSEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyDSSSEntry Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyDSSSTable(5) 1 }

.1.2.840.10036.4.5.1.1
dot11CurrentChannel OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..14) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current operating frequency channel of the DSSS
        PHY. Valid channel numbers are as defined in 15.4.6.2"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyDSSSTable(5) dot11PhyDSSSEntry(1) 1 }

.1.2.840.10036.4.5.1.2
dot11CCAModeSupported OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"dot11CCAModeSupported is a bit-significant value,
        representing all of the CCA modes supported by the PHY. Valid values are:

        energy detect only (ED_ONLY) = 01, carrier sense only (CS_ONLY) = 02,
        carrier sense and energy detect (ED_and_CS)= 04

        or the logical sum of any of these values. This attribute
        shall not be used to indicate the CCA modes supported by a
        higher rate extension PHY.  Rather, the dot11HRCCAModeSupported
        attribute shall be used to indicate the CCA modes of
        the higher rate extension PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyDSSSTable(5) dot11PhyDSSSEntry(1) 2 }

.1.2.840.10036.4.5.1.3
dot11CurrentCCAMode OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {edonly(1), csonly(2), edandcs(4), cswithtimer(8), hrcsanded(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current CCA method in operation. Valid values are:
        energy detect only (edonly) = 01,
        carrier sense only (csonly) = 02,
        carrier sense and energy detect (edandcs)= 04
        carrier sense with timer (cswithtimer)= 08
        high rate carrier sense and energy detect (hrcsanded)=16."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyDSSSTable(5) dot11PhyDSSSEntry(1) 3 }

.1.2.840.10036.4.5.1.4
dot11EDThreshold OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current Energy Detect Threshold being used by the DSSS PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyDSSSTable(5) dot11PhyDSSSEntry(1) 4 }

.1.2.840.10036.4.6
dot11PhyIRTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group of attributes for dot11PhyIRTable.  Implemented as a
        table indexed on ifIndex to allow for multiple instances on
        an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 6 }

.1.2.840.10036.4.6.1
dot11PhyIREntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyIR Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyIRTable(6) 1 }

.1.2.840.10036.4.6.1.1
dot11CCAWatchdogTimerMax OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This parameter, together with CCAWatchdogCountMax,
        determines when energy detected in the channel can be
        ignored."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyIRTable(6) dot11PhyIREntry(1) 1 }

.1.2.840.10036.4.6.1.2
dot11CCAWatchdogCountMax OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This parameter, together with CCAWatchdogTimerMax,
        determines when energy detected in the channel can be
        ignored."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyIRTable(6) dot11PhyIREntry(1) 2 }

.1.2.840.10036.4.6.1.3
dot11CCAWatchdogTimerMin OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum value to which CCAWatchdogTimerMax can be
        set."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyIRTable(6) dot11PhyIREntry(1) 3 }

.1.2.840.10036.4.6.1.4
dot11CCAWatchdogCountMin OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum value to which CCAWatchdogCount can be set."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyIRTable(6) dot11PhyIREntry(1) 4 }

.1.2.840.10036.4.7
dot11RegDomainsSupportedTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"There are different operational requirements dependent on
        the regulatory domain. This attribute list describes the
        regulatory domains the PLCP and PMD support in this
        implementation.  Currently defined values and their
        corresponding Regulatory Domains are:

        FCC (USA) = X'10', DOC (Canada) = X'20', ETSI (most of
        Europe) = X'30', Spain = X'31', France = X'32',
        Japan = X'40', China = X'50', Other = X'00' "
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 7 }

.1.2.840.10036.4.7.1
dot11RegDomainsSupportedEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11RegDomainsSupportedIndex }
  DESCRIPTION	"An entry in the dot11RegDomainsSupportedTable.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11RegDomainsSupportedTable(7) 1 }

.1.2.840.10036.4.7.1.1
dot11RegDomainsSupportedIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances
        of the columnar objects in the RegDomainsSupport Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11RegDomainsSupportedTable(7) dot11RegDomainsSupportedEntry(1) 1 }

.1.2.840.10036.4.7.1.2
dot11RegDomainsSupportedValue OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {fcc(16), doc(32), etsi(48), spain(49), france(50), japan(64), other(0)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"There are different operational requirements dependent on
        the regulatory domain. This attribute list describes the
        regulatory domains the PLCP and PMD support in this
        implementation.  Currently defined values and their
        corresponding Regulatory Domains are:

        FCC (USA) = X'10', DOC (Canada) = X'20', ETSI (most of
        Europe) = X'30', Spain = X'31', France = X'32',
        Japan = X'40', China = X'50' "
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11RegDomainsSupportedTable(7) dot11RegDomainsSupportedEntry(1) 2 }

.1.2.840.10036.4.8
dot11AntennasListTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table represents the list of antennae.
        An antenna can be marked to be capable of transmitting,
        receiving, and/or for participation in receive diversity.
        Each entry in this table represents a single antenna with its properties.
        The maximum number of antennae that can be contained in this table is 255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 8 }

.1.2.840.10036.4.8.1
dot11AntennasListEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11AntennaListIndex }
  DESCRIPTION	"An entry in the dot11AntennasListTable, representing the properties
        of a single antenna.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11AntennasListTable(8) 1 }

.1.2.840.10036.4.8.1.1
dot11AntennaListIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The unique index of an antenna which is used to identify the columnar
        objects in the dot11AntennasList Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11AntennasListTable(8) dot11AntennasListEntry(1) 1 }

.1.2.840.10036.4.8.1.2
dot11SupportedTxAntenna OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When TRUE, this object indicates that the antenna represented by
        dot11AntennaIndex can be used as a transmit antenna."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11AntennasListTable(8) dot11AntennasListEntry(1) 2 }

.1.2.840.10036.4.8.1.3
dot11SupportedRxAntenna OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When TRUE, this object indicates that the antenna represented by the
        dot11AntennaIndex can be used as a receive antenna."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11AntennasListTable(8) dot11AntennasListEntry(1) 3 }

.1.2.840.10036.4.8.1.4
dot11DiversitySelectionRx OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When TRUE, this object indicates that the antenna represented by
        dot11AntennaIndex can be used for receive diversity.  This object
        shall be TRUE only if the antenna can be used as a receive antenna,
        as indicated by dot11SupportedRxAntenna."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11AntennasListTable(8) dot11AntennasListEntry(1) 4 }

.1.2.840.10036.4.9
dot11SupportedDataRatesTxTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Transmit bit rates supported by the PLCP and PMD,
        represented by a count from X'02-X'7f, corresponding to data
        rates in increments of 500kbit/s from 1 Mb/s to 63.5 Mb/s subject
        to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 9 }

.1.2.840.10036.4.9.1
dot11SupportedDataRatesTxEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11SupportedDataRatesTxIndex }
  DESCRIPTION	"An Entry (conceptual row) in the dot11SupportedDataRatesTx
        Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedDataRatesTxTable(9) 1 }

.1.2.840.10036.4.9.1.1
dot11SupportedDataRatesTxIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index object that identifies which data rate to access.
        Range is 1..255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedDataRatesTxTable(9) dot11SupportedDataRatesTxEntry(1) 1 }

.1.2.840.10036.4.9.1.2
dot11SupportedDataRatesTxValue OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (2..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Transmit bit rates supported by the PLCP and PMD,
        represented by a count from X'02-X'7f, corresponding to data
        rates in increments of 500kbit/s from 1 Mb/s to 63.5 Mb/s subject
        to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedDataRatesTxTable(9) dot11SupportedDataRatesTxEntry(1) 2 }

.1.2.840.10036.4.10
dot11SupportedDataRatesRxTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The receive bit rates supported by the PLCP and PMD,
        represented by a count from X'002-X'7f, corresponding to data
        rates in increments of 500kbit/s from 1 Mb/s to 63.5 Mb/s."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 10 }

.1.2.840.10036.4.10.1
dot11SupportedDataRatesRxEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11SupportedDataRatesRxIndex }
  DESCRIPTION	"An Entry (conceptual row) in the dot11SupportedDataRatesRx Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry.  Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedDataRatesRxTable(10) 1 }

.1.2.840.10036.4.10.1.1
dot11SupportedDataRatesRxIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index object that identifies which data rate to access.
        Range is 1..255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedDataRatesRxTable(10) dot11SupportedDataRatesRxEntry(1) 1 }

.1.2.840.10036.4.10.1.2
dot11SupportedDataRatesRxValue OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (2..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The receive bit rates supported by the PLCP and PMD,
        represented by a count from X'02-X'7f, corresponding to data
        rates in increments of 500kbit/s from 1 Mb/s to 63.5 Mb/s."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedDataRatesRxTable(10) dot11SupportedDataRatesRxEntry(1) 2 }

.1.2.840.10036.4.11
dot11PhyOFDMTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group of attributes for dot11PhyOFDMTable. Implemented as a
        table indexed on ifindex to allow for multiple instances on
        an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 11 }

.1.2.840.10036.4.11.1
dot11PhyOFDMEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyOFDM Table.

        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry. Interface tables in this MIB module are indexed
        by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOFDMTable(11) 1 }

.1.2.840.10036.4.11.1.1
dot11CurrentFrequency OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..200) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of the current operating frequency channel of the OFDM PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 1 }

.1.2.840.10036.4.11.1.2
dot11TIThreshold OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"The Threshold being used to detect a busy medium (frequency).
        CCA shall report a busy medium upon detecting the RSSI above
        this threshold."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 2 }

.1.2.840.10036.4.11.1.3
dot11FrequencyBandsSupported OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The capability of the OFDM PHY implementation to operate in the
        4.9 GHz and 5 GHz bands. Coded as an integer value with bit 0 LSB as follows:
        bit 0 .. capable of operating in the 5.15-5.25 GHz band
        bit 1 .. capable of operating in the 5.25-5.35 GHz band
        bit 2 .. capable of operating in the 5.725-5.825 GHz band
        bit 3 .. capable of operating in the 5.47-5.725 GHz band
        bit 4 .. capable of operating in the lower Japanese (5.15-5.25 GHz) band
        bit 5 .. capable of operating in the 5.03-5.091 GHz band
        bit 6 .. capable of operating in the 4.94-4.99 GHz band
        For example, for an implementation capable of operating in the
        5.15-5.35 GHz bands this attribute would take the value 3."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 3 }

.1.2.840.10036.4.11.1.4
dot11ChannelStartingFactor OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (8000..10000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The base factor from which channel center frequencies are calculated.
        This number is multiplied by 500 kHz to form the base frequency to be
        added to the channel number x 5 MHz. The default value of this attribute shall be 10 000."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 4 }

.1.2.840.10036.4.11.1.5
dot11FiveMHzOperationImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the 5 MHz Operation is
        implemented. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 5 }

.1.2.840.10036.4.11.1.6
dot11TenMHzOperationImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the 10 MHz Operation
        is implemented. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 6 }

.1.2.840.10036.4.11.1.7
dot11TwentyMHzOperationImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the 20 MHz Operation
        is implemented. The default value of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 7 }

.1.2.840.10036.4.11.1.8
dot11PhyOFDMChannelWidth OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {width5MHz(1), width10MHz(2), width20MHz(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is an 8-bit integer value that identifies the OFDM
        PHY channel width. Currently defined values and their corresponding
        Channel widths are:
        5MHz = 01, 10MHz = 02, 20MHz = 03"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 8 }

.1.2.840.10036.4.12
dot11PhyHRDSSSTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Entry of attributes for dot11PhyHRDSSSEntry. Implemented as a table
        indexed on ifIndex to allow for multiple instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 12 }

.1.2.840.10036.4.12.1
dot11PhyHRDSSSEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyHRDSSSEntry Table.

        ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHRDSSSTable(12) 1 }

.1.2.840.10036.4.12.1.1
dot11ShortPreambleOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the short preamble
        option as defined in 18.2.2.2
        is implemented.  The default value of this attribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 1 }

.1.2.840.10036.4.12.1.2
dot11PBCCOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the PBCC
        modulation option as defined in  18.4.6.6 is implemented.
        The default value of this attribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 2 }

.1.2.840.10036.4.12.1.3
dot11ChannelAgilityPresent OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates that the PHY is capable of channel agility."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 3 }

.1.2.840.10036.4.12.1.4
dot11ChannelAgilityEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates that the PHY channel agility functionality is enabled."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 4 }

.1.2.840.10036.4.12.1.5
dot11HRCCAModeSupported OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"dot11HRCCAModeSupported is a bit-significant value,
        representing all of the CCA modes supported by the PHY.
        Valid values are:
        energy detect only (ED_ONLY) = 01,
        carrier sense only (CS_ONLY) = 02,
        carrier sense and energy detect (ED_and_CS)= 04,
        carrier sense with timer (CS_and_Timer)= 08,
        high rate carrier sense and energy detect
        (HRCS_and_ED)= 16
        or the logical sum of any of these values. In
        the high rate extension PHY, this attribute shall be used
        in preference to the dot11CCAModeSupported attribute."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 5 }

.1.2.840.10036.4.13
dot11HoppingPatternTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of attributes necessary for a frequency
        hopping implementation to be able to create the hopping
        sequences necessary to operate
        in the subband for the associated domain country string."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 13 }

.1.2.840.10036.4.13.1
dot11HoppingPatternEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11HoppingPatternIndex }
  DESCRIPTION	"An entry (conceptual row) in the Hopping Pattern Table that
        indicates the random hopping sequence to be followed.

        IfIndex - Each IEEE 802.11 interface is represented
        by an ifEntry. Interface tables in this MIB are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11HoppingPatternTable(13) 1 }

.1.2.840.10036.4.13.1.1
dot11HoppingPatternIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used to identify instances of
        the columnar objects in the Hopping Pattern Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11HoppingPatternTable(13) dot11HoppingPatternEntry(1) 1 }

.1.2.840.10036.4.13.1.2
dot11RandomTableFieldNumber OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall indicate the value of the starting c
        hannel number in the hopping sequence of
        the subband for the associated domain country string.
        The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11HoppingPatternTable(13) dot11HoppingPatternEntry(1) 2 }

.1.2.840.10036.4.14
dot11PhyERPTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Entry of attributes for dot11PhyERPEntry.
        Implemented as a table indexed on ifIndex to allow for multiple
        instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 14 }

.1.2.840.10036.4.14.1
dot11PhyERPEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyERPEntry Table.
        ifIndex - Each 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyERPTable(14) 1 }

.1.2.840.10036.4.14.1.1
dot11ERPPBCCOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the ERP-PBCC
        modulation option as defined in 19.6 is implemented.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyERPTable(14) dot11PhyERPEntry(1) 1 }

.1.2.840.10036.4.14.1.2
dot11ERPBCCOptionEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the
        ERP-PBCC option as defined in 19.6 is enabled.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyERPTable(14) dot11PhyERPEntry(1) 2 }

.1.2.840.10036.4.14.1.3
dot11DSSSOFDMOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the DSSS-OFDM
        option as defined in 19.7 is implemented. The default value of
        this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyERPTable(14) dot11PhyERPEntry(1) 3 }

.1.2.840.10036.4.14.1.4
dot11DSSSOFDMOptionEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the DSSS-OFDM
        option as defined in 19.7 is enabled. The default value of
        this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyERPTable(14) dot11PhyERPEntry(1) 4 }

.1.2.840.10036.4.14.1.5
dot11ShortSlotTimeOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the Short Slot
        Time option as defined in 7.3.1.4 is implemented. The default
        value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyERPTable(14) dot11PhyERPEntry(1) 5 }

.1.2.840.10036.4.14.1.6
dot11ShortSlotTimeOptionEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, shall indicate that the Short
        Slot Time option as defined in 7.3.1.4 is enabled.
        The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyERPTable(14) dot11PhyERPEntry(1) 6 }

.1.2.840.10036.4.15
dot11PhyHTTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Entry of attributes for dot11PhyHTTable. Implemented as a
        table indexed on ifIndex to allow for multiple instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 15 }

.1.2.840.10036.4.15.1
dot11PhyHTEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11PhyHTEntry Table. ifIndex - Each 802.11
        interface is represented by an ifEntry. Interface tables in this MIB module
        are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) 1 }

.1.2.840.10036.4.15.1.1
dot11FortyMHzOperationImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the 40 MHz
        Operation is implemented."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 1 }

.1.2.840.10036.4.15.1.2
dot11FortyMHzOperationEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the 40 MHz
        Operation is enabled."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 2 }

.1.2.840.10036.4.15.1.3
dot11CurrentPrimaryChannel OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the operating channel. If 20/40 MHz
        mode is currently in use then this attribute indicates the primary
        channel."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 3 }

.1.2.840.10036.4.15.1.4
dot11CurrentSecondaryChannel OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the channel number of the secondary
        channel. If 20/40 MHz mode is not currently in use, this attribute value
        shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 4 }

.1.2.840.10036.4.15.1.5
dot11NumberOfSpatialStreamsImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the maximum number of spatial
        streams implemented."
  DEFVAL	{ 2 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 5 }

.1.2.840.10036.4.15.1.6
dot11NumberOfSpatialStreamsEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the maximum number of spatial
        streams enabled."
  DEFVAL	{ 2 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 6 }

.1.2.840.10036.4.15.1.7
dot11GreenfieldOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the HT Greenfield
        option is implemented."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 7 }

.1.2.840.10036.4.15.1.8
dot11GreenfieldOptionEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the HT Greenfield
        option is enabled."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 8 }

.1.2.840.10036.4.15.1.9
dot11ShortGIOptionInTwentyImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the Short Guard
        option is implemented for 20 MHz operation."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 9 }

.1.2.840.10036.4.15.1.10
dot11ShortGIOptionInTwentyEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the Short Guard
        option is enabled for 20 MHz operation."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 10 }

.1.2.840.10036.4.15.1.11
dot11ShortGIOptionInFortyImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the Short Guard
        option is implemented for 40 MHz operation."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 11 }

.1.2.840.10036.4.15.1.12
dot11ShortGIOptionInFortyEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the Short Guard
        option is enabled for 40 MHz operation."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 12 }

.1.2.840.10036.4.15.1.13
dot11LDPCCodingOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the LDPC coding
        option is implemented."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 13 }

.1.2.840.10036.4.15.1.14
dot11LDPCCodingOptionEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the LDPC coding
        option is enabled."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 14 }

.1.2.840.10036.4.15.1.15
dot11TxSTBCOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the entity is
        capable of transmitting frames using Space-Time Block Code (STBC) option."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 15 }

.1.2.840.10036.4.15.1.16
dot11TxSTBCOptionEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the entity's
        capability of transmitting frames using Space-Time Block Code (STBC) option
        is enabled."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 16 }

.1.2.840.10036.4.15.1.17
dot11RxSTBCOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the entity is
        capable of receiving frames that are sent using the Space-Time Block Code
        (STBC)."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 17 }

.1.2.840.10036.4.15.1.18
dot11RxSTBCOptionEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the entity's
        capability of receiving frames that are sent using the Space-Time Block Code
        (STBC) is enabled."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 18 }

.1.2.840.10036.4.15.1.19
dot11BeamFormingOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the Beam Forming
        option is implemented."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 19 }

.1.2.840.10036.4.15.1.20
dot11BeamFormingOptionEnabled OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the Beam Forming
        option is enabled."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 20 }

.1.2.840.10036.4.15.1.21
dot11HighestSupportedDataRate OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute shall specify the Highest Data Rate in Mb/s at
        which the station may receive data."
  DEFVAL	{ 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 21 }

.1.2.840.10036.4.15.1.22
dot11TxMCSSetDefined OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the Tx MCS set is
        defined."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 22 }

.1.2.840.10036.4.15.1.23
dot11TxRxMCSSetNotEqual OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the supported Tx
        and Rx MCS sets are not equal."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 23 }

.1.2.840.10036.4.15.1.24
dot11TxMaximumNumberSpatialStreamsSupported OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (0..3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute indicates the Tx maximum number of spatial
        streams supported."
  DEFVAL	{ 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 24 }

.1.2.840.10036.4.15.1.25
dot11TxUnequalModulationSupported OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that Tx unequal
        modulation is supported."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11PhyHTTable(15) dot11PhyHTEntry(1) 25 }

.1.2.840.10036.4.16
dot11SupportedMCSTxTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Transmit MCS supported by the PLCP and PMD, represented by a
        count from 1 to 127, subject to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 16 }

.1.2.840.10036.4.16.1
dot11SupportedMCSTxEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11SupportedMCSTxIndex }
  DESCRIPTION	"An Entry (conceptual row) in the dot11SupportedMCSTx Table.
        ifIndex - Each IEEE 802.11 interface is represented by an
        ifEntry. Interface tables in this MIB module are indexed by
        ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedMCSTxTable(16) 1 }

.1.2.840.10036.4.16.1.1
dot11SupportedMCSTxIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index object that identifies which MCS to access. Range is
        1..255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedMCSTxTable(16) dot11SupportedMCSTxEntry(1) 1 }

.1.2.840.10036.4.16.1.2
dot11SupportedMCSTxValue OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Transmit MCS supported by the PLCP and PMD, represented
        by a count from 1 to 127, subject to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedMCSTxTable(16) dot11SupportedMCSTxEntry(1) 2 }

.1.2.840.10036.4.17
dot11SupportedMCSRxTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The receive MCS supported by the PLCP and PMD, represented by
        a count from 1 to 127, subject to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 17 }

.1.2.840.10036.4.17.1
dot11SupportedMCSRxEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot11SupportedMCSRxIndex }
  DESCRIPTION	"An Entry (conceptual row) in the dot11SupportedMCSRx Table.
        ifIndex - Each IEEE 802.11 interface is represented by an ifEntry. Interface
        tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedMCSRxTable(17) 1 }

.1.2.840.10036.4.17.1.1
dot11SupportedMCSRxIndex OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index object that identifies which MCS to access. Range is
        1..255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedMCSRxTable(17) dot11SupportedMCSRxEntry(1) 1 }

.1.2.840.10036.4.17.1.2
dot11SupportedMCSRxValue OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Integer32 (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The receive MCS supported by the PLCP and PMD, represented by
        a count from 1 to 127, subject to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11SupportedMCSRxTable(17) dot11SupportedMCSRxEntry(1) 2 }

.1.2.840.10036.4.18
dot11TxBFConfigTable OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Entry of attributes for dot11TxBFConfigTable. Implemented as
        a table indexed on ifIndex to allow for multiple instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 18 }

.1.2.840.10036.4.18.1
dot11TxBFConfigEntry OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot11TxBFConfig Table.
        ifIndex - Each 802.11 interface is represented by an ifEntry.
        Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) 1 }

.1.2.840.10036.4.18.1.1
dot11ReceiveStaggerSoundingOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the STA
        implementation supports the receiving of staggered sounding frames."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 1 }

.1.2.840.10036.4.18.1.2
dot11TransmitStaggerSoundingOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the STA
        implementation supports the transmission of staggered sounding frames."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 2 }

.1.2.840.10036.4.18.1.3
dot11ReceiveNDPOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the STA
        implementation is capable of receiving NDP as sounding frames."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 3 }

.1.2.840.10036.4.18.1.4
dot11TransmitNDPOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that the STA
        implementation is capable of transmitting NDP as sounding frames."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 4 }

.1.2.840.10036.4.18.1.5
dot11ImplicitTxBFOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that STA implementation
        is capable of applying implicit transmit beamforming."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 5 }

.1.2.840.10036.4.18.1.6
dot11CalibrationOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {inCapable(0), unableToInitiate(1), ableToInitiate(2), fullyCapable(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the level of calibration supported
        by the STA implementation."
  DEFVAL	{ inCapable }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 6 }

.1.2.840.10036.4.18.1.7
dot11ExplicitCSITxBFOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that STA implementation
        is capable of applying transmit beamforming using CSI explicit feedback in
        its transmission."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 7 }

.1.2.840.10036.4.18.1.8
dot11ExplicitNonCompressedBeamformingMatrixOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute, when TRUE, indicates that STA implementation
        is capable of applying transmit beamforming using non-compressed beamforming
        matrix explicit feedback in its transmission."
  DEFVAL	{ false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 8 }

.1.2.840.10036.4.18.1.9
dot11ExplicitBFCSIFeedbackOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {inCapable(0), delayed(1), immediate(2), unsolicitedImmediate(3), aggregated(4), delayedAggregated(5), immediateAggregated(6), unsolicitedImmediateAggregated(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the level of CSI explicit feedback
        returned by the STA implementation."
  DEFVAL	{ inCapable }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 9 }

.1.2.840.10036.4.18.1.10
dot11ExplicitNonCompressedBeamformingFeedbackOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {inCapable(0), delayed(1), immediate(2), unsolicitedImmediate(3), aggregated(4), delayedAggregated(5), immediateAggregated(6), unsolicitedImmediateAggregated(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the level of non-compressed
        beamforming matrix explicit feedback returned by the STA implementation."
  DEFVAL	{ inCapable }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 10 }

.1.2.840.10036.4.18.1.11
dot11ExplicitCompressedBeamformingFeedbackOptionImplemented OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER {inCapable(0), delayed(1), immediate(2), unsolicitedImmediate(3), aggregated(4), delayedAggregated(5), immediateAggregated(6), unsolicitedImmediateAggregated(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the level of non-compressed
        beamforming matrix explicit feedback returned by the STA implementation."
  DEFVAL	{ inCapable }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 11 }

.1.2.840.10036.4.18.1.12
dot11NumberBeamFormingCSISupportAntenna OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the maximum number of beamform
        antennas the beamformee can support when CSI feedback is required."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 12 }

.1.2.840.10036.4.18.1.13
dot11NumberNonCompressedBeamformingMatrixSupportAntenna OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the maximum number of beamform
        antennas the beamformee can support when non-compressed beamforming matrix
        feedback is required."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 13 }

.1.2.840.10036.4.18.1.14
dot11NumberCompressedBeamformingMatrixSupportAntenna OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	INTEGER (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the maximum number of beamform
        antennas the beamformee can support when compressed beamforming matrix
        feedback is required."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 14 }

.1.2.840.10036.4.18.1.15
dot11MaxCSIFeedbackDelay OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates the maximum allowed delay in
        microseconds between the transmission time of a sounding packet and the time
        a feedback response arrives (9.17.3 (Explicit feedback beamforming))"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 15 }

.1.2.840.10036.5
dot11Conformance OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 5 }

.1.2.840.10036.5.1
dot11Groups OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) 1 }

.1.2.840.10036.5.1.1
dot11SMTbase OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The SMT object class provides the necessary support at the STA
        to manage the processes in the STA such that the STA may work
        cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 1 }

.1.2.840.10036.5.1.2
dot11SMTprivacy OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The SMTPrivacy package is a set of attributes that shall be
        present if WEP is implemented in the STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 2 }

.1.2.840.10036.5.1.3
dot11MACbase OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The MAC object class provides the necessary support for the
        access control, generation, and verification of frame check
        sequences (FCSs), and proper delivery of valid data to upper layers."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 3 }

.1.2.840.10036.5.1.4
dot11MACStatistics OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The MACStatistics package provides extended statistical
        information on the operation of the MAC.  This
        package is completely optional."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 4 }

.1.2.840.10036.5.1.5
dot11ResourceTypeID OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes used to identify a STA, its manufacturer,
        and various product names and versions."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 5 }

.1.2.840.10036.5.1.6
dot11SmtAuthenticationAlgorithms OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Authentication Algorithm Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 6 }

.1.2.840.10036.5.1.7
dot11PhyOperationComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"PHY layer operations attributes."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 7 }

.1.2.840.10036.5.1.8
dot11PhyAntennaComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes for Data Rates for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 8 }

.1.2.840.10036.5.1.9
dot11PhyTxPowerComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes for Control and Management of transmit power."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 9 }

.1.2.840.10036.5.1.10
dot11PhyFHSSComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the Frequency Hopping for IEEE
        802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 10 }

.1.2.840.10036.5.1.11
dot11PhyDSSSComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the DSSS for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 11 }

.1.2.840.10036.5.1.12
dot11PhyIRComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the baseband IR for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 12 }

.1.2.840.10036.5.1.13
dot11PhyRegDomainsSupportGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that specify the supported Regulation Domains."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 13 }

.1.2.840.10036.5.1.14
dot11PhyAntennasListGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that specify the supported Regulation Domains."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 14 }

.1.2.840.10036.5.1.15
dot11PhyRateGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes for Data Rates for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 15 }

.1.2.840.10036.5.1.16
dot11CountersGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes from the dot11CountersGroup that are not described
        in the dot11MACStatistics group.  These objects are
        mandatory."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 16 }

.1.2.840.10036.5.1.17
dot11NotificationGroup OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"IEEE 802.11 notifications"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 17 }

.1.2.840.10036.5.1.18
dot11SMTbase2 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The SMTbase2 object class provides the necessary support
        at the STA to manage the processes in the STA such that the
        STA may work cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 18 }

.1.2.840.10036.5.1.19
dot11PhyOFDMComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the OFDM for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 19 }

.1.2.840.10036.5.1.20
dot11SMTbase3 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The SMTbase3 object class provides the necessary support at the
        STA to manage the processes in the STA such that the STA may
        work cooperatively as a part of an IEEE 802.11 network, when the
        STA is capable of multi-domain operation. This object group should
        be implemented when the multi-domain capability option is implemented."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 20 }

.1.2.840.10036.5.1.21
dot11MultiDomainCapabilityGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The dot11MultiDomainCapabilityGroup object class provides
        the objects necessary to manage the channels usable by a STA,
        when the multi-domain capability option is implemented."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 21 }

.1.2.840.10036.5.1.22
dot11PhyFHSSComplianceGroup2 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the Frequency Hopping for IEEE
        802.11 when multi-domain capability option is implemented."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 22 }

.1.2.840.10036.5.1.23
dot11PhyHRDSSSComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the HRDSSS for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 23 }

.1.2.840.10036.5.1.24
dot11PhyERPComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the ERP."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 24 }

.1.2.840.10036.5.1.25
dot11RSNAadditions OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"This object class provides the objects from the IEEE 802.11
        MIB required to manage RSNA functionality. Note that additional
        objects for managing this functionality are located in the IEEE 802.11 RSN MIB."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 25 }

.1.2.840.10036.5.1.26
dot11SMTbase4 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The SMTbase4 object class provides the necessary support at
        the IEEE STA to manage the processes in the STA so that the
        STA may work cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 26 }

.1.2.840.10036.5.1.27
dot11RSNBase OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The dot11RSNBase object class provides the necessary support for
        managing RSNA functionality in the STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 27 }

.1.2.840.10036.5.1.28
dot11RSNPMKcachingGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The dot11RSNPMKcachingGroup object class provides the necessary
        support for managing PMK caching functionality in the STA"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 28 }

.1.2.840.10036.5.1.29
dot11RegulatoryClassesGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the OFDM for IEEE 802.11 in many
        regula- tory domains."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 29 }

.1.2.840.10036.5.1.30
dot11SMTbase5 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The SMTbase5 object class provides the necessary support at
        the STA to manage the processes in the STA so that the STA
        may work cooper- atively as a part of an IEEE 802.11 network,
        when the STA is capable of multidomain operation.
        This object group should be implemented when the multidomain
        capability option is implemented."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 30 }

.1.2.840.10036.5.1.31
dot11MACbase2 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The MAC object class provides the necessary support for the access
        control, generation, and verification of frame check sequences (FCSs),
        and proper delivery of valid data to upper layers."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 31 }

.1.2.840.10036.5.1.32
dot11CountersGroup2 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes from the dot11CountersGroup that are not described
        in the dot11MACStatistics group. These objects are mandatory."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 32 }

.1.2.840.10036.5.1.33
dot11Qosadditions OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"This object class provides the objects from the IEEE 802.11 MIB
        required to manage QoS functionality."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 33 }

.1.2.840.10036.5.1.34
dot11SMTbase6 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The SMTbase6 object class provides the necessary support at the STA
        to manage the processes in the STA such that the STA may work
        cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 34 }

.1.2.840.10036.5.1.35
dot11PhyOFDMComplianceGroup2 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the OFDM for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 35 }

.1.2.840.10036.5.1.44
dot11PhyAntennaComplianceGroup2 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes for Data Rates for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 44 }

.1.2.840.10036.5.1.45
dot11MACbase3 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The MAC object class provides the necessary support for the
        access control, generation, and verification of frame check sequences

        (FCSs), and proper delivery of valid data to upper layers."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 45 }

.1.2.840.10036.5.1.46
dot11CountersGroup3 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes from the dot11CountersGroup that are not described
        in the dot11MACStatistics group. These objects are mandatory."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 46 }

.1.2.840.10036.5.1.47
dot11SMTbase10 OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The SMTbase10 object class provides the necessary support at
        the STA to manage the processes in the STA such that the STA may work
        cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 47 }

.1.2.840.10036.5.1.48
dot11PhyMCSGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes for Modulation and Coding Schemes (MCS) for IEEE
        802.11 HT."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 48 }

.1.2.840.10036.5.1.49
dot11PhyHTComplianceGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the HT for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 49 }

.1.2.840.10036.5.1.50
dot11HTMACAdditions OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the HT for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 50 }

.1.2.840.10036.5.1.51
dot11TxBFGroup OBJECT-GROUP
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"Attributes that configure the Beamforming for IEEE 802.11 HT."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Groups(1) 51 }

.1.2.840.10036.5.2
dot11Compliances OBJECT-TYPE
  -- FROM	IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) 2 }

.1.2.840.10036.5.2.1
dot11Compliance MODULE-COMPLIANCE
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The compliance statement for SNMPv2 entities
        that implement the IEEE 802.11 MIB."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Compliances(2) 1 }

.1.2.840.10036.5.2.2
dot11RSNCompliance MODULE-COMPLIANCE
  -- FROM	IEEE802dot11-MIB
  DESCRIPTION	"The compliance statement for SNMPv2 entities that implement the
        IEEE 802.11 RSN MIB."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) dot11Compliances(2) 2 }

.1.3
org OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1155-SMI, LLDP-V2-TC-MIB, IEEE8021-TC-MIB, IEEE8021X-PAE-MIB, IEEE8021-CN-MIB
::= { iso(1) 3 }

.1.3.6
dod OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) 6 }

.1.3.6.1
internet OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) dod(6) 1 }

.1.3.6.1.1
directory OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) dod(6) internet(1) 1 }

.1.3.6.1.2
mgmt OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) dod(6) internet(1) 2 }

.1.3.6.1.2.1
mib-2 OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1213-MIB, RFC1158-MIB, RFC1382-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) 1 }

.1.3.6.1.2.1.1
system OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 1 }

.1.3.6.1.2.1.1.1
sysDescr OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual description of the entity.  This value should
               include the full name and version identification of
               the system's hardware type, software operating-system,
               and networking software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 1 }

.1.3.6.1.2.1.1.2
sysObjectID OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor's authoritative identification of the
               network management subsystem contained in the entity.
               This value is allocated within the SMI enterprises
               subtree (1.3.6.1.4.1) and provides an easy and
               unambiguous means for determining `what kind of box' is
               being managed.  For example, if vendor `Flintstones,
               Inc.' was assigned the subtree 1.3.6.1.4.1.424242,
               it could assign the identifier 1.3.6.1.4.1.424242.1.1
               to its `Fred Router'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 2 }

.1.3.6.1.2.1.1.3
sysUpTime OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time (in hundredths of a second) since the
               network management portion of the system was last
               re-initialized."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 3 }

.1.3.6.1.2.1.1.3.0
sysUpTimeInstance OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysUpTime(3) 0 }

.1.3.6.1.2.1.1.4
sysContact OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The textual identification of the contact person for
               this managed node, together with information on how
               to contact this person.  If no contact information is
               known, the value is the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 4 }

.1.3.6.1.2.1.1.5
sysName OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An administratively-assigned name for this managed
               node.  By convention, this is the node's fully-qualified
               domain name.  If the name is unknown, the value is
               the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 5 }

.1.3.6.1.2.1.1.6
sysLocation OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The physical location of this node (e.g., 'telephone
               closet, 3rd floor').  If the location is unknown, the
               value is the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 6 }

.1.3.6.1.2.1.1.7
sysServices OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	INTEGER (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value which indicates the set of services that this
               entity may potentially offer.  The value is a sum.
               This sum initially takes the value zero. Then, for
               each layer, L, in the range 1 through 7, that this node
               performs transactions for, 2 raised to (L - 1) is added
               to the sum.  For example, a node which performs only
               routing functions would have a value of 4 (2^(3-1)).
               In contrast, a node which is a host offering application
               services would have a value of 72 (2^(4-1) + 2^(7-1)).
               Note that in the context of the Internet suite of
               protocols, values should be calculated accordingly:

                    layer      functionality
                      1        physical (e.g., repeaters)
                      2        datalink/subnetwork (e.g., bridges)
                      3        internet (e.g., supports the IP)
                      4        end-to-end  (e.g., supports the TCP)
                      7        applications (e.g., supports the SMTP)

               For systems including OSI protocols, layers 5 and 6
               may also be counted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 7 }

.1.3.6.1.2.1.1.8
sysORLastChange OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the most recent
               change in state or value of any instance of sysORID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 8 }

.1.3.6.1.2.1.1.9
sysORTable OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the capabilities of
               the local SNMP application acting as a command
               responder with respect to various MIB modules.
               SNMP entities having dynamically-configurable support
               of MIB modules will have a dynamically-varying number
               of conceptual rows."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 9 }

.1.3.6.1.2.1.1.9.1
sysOREntry OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sysORIndex }
  DESCRIPTION	"An entry (conceptual row) in the sysORTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9) 1 }

.1.3.6.1.2.1.1.9.1.1
sysORIndex OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The auxiliary variable used for identifying instances
               of the columnar objects in the sysORTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9) sysOREntry(1) 1 }

.1.3.6.1.2.1.1.9.1.2
sysORID OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An authoritative identification of a capabilities
               statement with respect to various MIB modules supported
               by the local SNMP application acting as a command
               responder."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9) sysOREntry(1) 2 }

.1.3.6.1.2.1.1.9.1.3
sysORDescr OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual description of the capabilities identified
               by the corresponding instance of sysORID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9) sysOREntry(1) 3 }

.1.3.6.1.2.1.1.9.1.4
sysORUpTime OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this conceptual
               row was last instantiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9) sysOREntry(1) 4 }

.1.3.6.1.2.1.2
interfaces OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 2 }

.1.3.6.1.2.1.2.1
ifNumber OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of network interfaces (regardless of their
            current state) present on this system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) 1 }

.1.3.6.1.2.1.2.2
ifTable OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of interface entries.  The number of entries is
            given by the value of ifNumber."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) 2 }

.1.3.6.1.2.1.2.2.1
ifEntry OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry containing management information applicable to a
            particular interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) 1 }

.1.3.6.1.2.1.2.2.1.1
ifIndex OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value, greater than zero, for each interface.  It
            is recommended that values are assigned contiguously
            starting from 1.  The value for each interface sub-layer
            must remain constant at least from one re-initialization of
            the entity's network management system to the next re-
            initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 1 }

.1.3.6.1.2.1.2.2.1.2
ifDescr OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual string containing information about the
            interface.  This string should include the name of the
            manufacturer, the product name and the version of the
            interface hardware/software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 2 }

.1.3.6.1.2.1.2.2.1.3
ifType OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  -- TEXTUAL CONVENTION IANAifType
  SYNTAX	INTEGER {other(1), regular1822(2), hdh1822(3), ddnX25(4), rfc877x25(5), ethernetCsmacd(6), iso88023Csmacd(7), iso88024TokenBus(8), iso88025TokenRing(9), iso88026Man(10), starLan(11), proteon10Mbit(12), proteon80Mbit(13), hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), e1(19), basicISDN(20), primaryISDN(21), propPointToPointSerial(22), ppp(23), softwareLoopback(24), eon(25), ethernet3Mbit(26), nsip(27), slip(28), ultra(29), ds3(30), sip(31), frameRelay(32), rs232(33), para(34), arcnet(35), arcnetPlus(36), atm(37), miox25(38), sonet(39), x25ple(40), iso88022llc(41), localTalk(42), smdsDxi(43), frameRelayService(44), v35(45), hssi(46), hippi(47), modem(48), aal5(49), sonetPath(50), sonetVT(51), smdsIcip(52), propVirtual(53), propMultiplexor(54), ieee80212(55), fibreChannel(56), hippiInterface(57), frameRelayInterconnect(58), aflane8023(59), aflane8025(60), cctEmul(61), fastEther(62), isdn(63), v11(64), v36(65), g703at64k(66), g703at2mb(67), qllc(68), fastEtherFX(69), channel(70), ieee80211(71), ibm370parChan(72), escon(73), dlsw(74), isdns(75), isdnu(76), lapd(77), ipSwitch(78), rsrb(79), atmLogical(80), ds0(81), ds0Bundle(82), bsc(83), async(84), cnr(85), iso88025Dtr(86), eplrs(87), arap(88), propCnls(89), hostPad(90), termPad(91), frameRelayMPI(92), x213(93), adsl(94), radsl(95), sdsl(96), vdsl(97), iso88025CRFPInt(98), myrinet(99), voiceEM(100), voiceFXO(101), voiceFXS(102), voiceEncap(103), voiceOverIp(104), atmDxi(105), atmFuni(106), atmIma(107), pppMultilinkBundle(108), ipOverCdlc(109), ipOverClaw(110), stackToStack(111), virtualIpAddress(112), mpc(113), ipOverAtm(114), iso88025Fiber(115), tdlc(116), gigabitEthernet(117), hdlc(118), lapf(119), v37(120), x25mlp(121), x25huntGroup(122), transpHdlc(123), interleave(124), fast(125), ip(126), docsCableMaclayer(127), docsCableDownstream(128), docsCableUpstream(129), a12MppSwitch(130), tunnel(131), coffee(132), ces(133), atmSubInterface(134), l2vlan(135), l3ipvlan(136), l3ipxvlan(137), digitalPowerline(138), mediaMailOverIp(139), dtm(140), dcn(141), ipForward(142), msdsl(143), ieee1394(144), if-gsn(145), dvbRccMacLayer(146), dvbRccDownstream(147), dvbRccUpstream(148), atmVirtual(149), mplsTunnel(150), srp(151), voiceOverAtm(152), voiceOverFrameRelay(153), idsl(154), compositeLink(155), ss7SigLink(156), propWirelessP2P(157), frForward(158), rfc1483(159), usb(160), ieee8023adLag(161), bgppolicyaccounting(162), frf16MfrBundle(163), h323Gatekeeper(164), h323Proxy(165), mpls(166), mfSigLink(167), hdsl2(168), shdsl(169), ds1FDL(170), pos(171), dvbAsiIn(172), dvbAsiOut(173), plc(174), nfas(175), tr008(176), gr303RDT(177), gr303IDT(178), isup(179), propDocsWirelessMaclayer(180), propDocsWirelessDownstream(181), propDocsWirelessUpstream(182), hiperlan2(183), propBWAp2Mp(184), sonetOverheadChannel(185), digitalWrapperOverheadChannel(186), aal2(187), radioMAC(188), atmRadio(189), imt(190), mvl(191), reachDSL(192), frDlciEndPt(193), atmVciEndPt(194), opticalChannel(195), opticalTransport(196), propAtm(197), voiceOverCable(198), infiniband(199), teLink(200), q2931(201), virtualTg(202), sipTg(203), sipSig(204), docsCableUpstreamChannel(205), econet(206), pon155(207), pon622(208), bridge(209), linegroup(210), voiceEMFGD(211), voiceFGDEANA(212), voiceDID(213), mpegTransport(214), sixToFour(215), gtp(216), pdnEtherLoop1(217), pdnEtherLoop2(218), opticalChannelGroup(219), homepna(220), gfp(221), ciscoISLvlan(222), actelisMetaLOOP(223), fcipLink(224), rpr(225), qam(226), lmp(227), cblVectaStar(228), docsCableMCmtsDownstream(229), adsl2(230), macSecControlledIF(231), macSecUncontrolledIF(232), aviciOpticalEther(233), atmbond(234), voiceFGDOS(235), mocaVersion1(236), ieee80216WMAN(237), adsl2plus(238), dvbRcsMacLayer(239), dvbTdm(240), dvbRcsTdma(241), x86Laps(242), wwanPP(243), wwanPP2(244), voiceEBS(245), ifPwType(246), ilan(247), pip(248), aluELP(249), gpon(250), vdsl2(251), capwapDot11Profile(252), capwapDot11Bss(253), capwapWtpVirtualRadio(254), bits(255), docsCableUpstreamRfPort(256), cableDownstreamRfPort(257), switchstack(65534)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of interface.  Additional values for ifType are
            assigned by the Internet Assigned Numbers Authority (IANA),
            through updating the syntax of the IANAifType textual
            convention."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 3 }

.1.3.6.1.2.1.2.2.1.4
ifMtu OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size of the largest packet which can be sent/received
            on the interface, specified in octets.  For interfaces that
            are used for transmitting network datagrams, this is the
            size of the largest network datagram that can be sent on the
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 4 }

.1.3.6.1.2.1.2.2.1.5
ifSpeed OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An estimate of the interface's current bandwidth in bits
            per second.  For interfaces which do not vary in bandwidth
            or for those where no accurate estimation can be made, this
            object should contain the nominal bandwidth.  If the
            bandwidth of the interface is greater than the maximum value
            reportable by this object then this object should report its
            maximum value (4,294,967,295) and ifHighSpeed must be used
            to report the interace's speed.  For a sub-layer which has
            no concept of bandwidth, this object should be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 5 }

.1.3.6.1.2.1.2.2.1.6
ifPhysAddress OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface's address at its protocol sub-layer.  For
            example, for an 802.x interface, this object normally
            contains a MAC address.  The interface's media-specific MIB
            must define the bit and byte ordering and the format of the
            value of this object.  For interfaces which do not have such
            an address (e.g., a serial line), this object should contain
            an octet string of zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 6 }

.1.3.6.1.2.1.2.2.1.7
ifAdminStatus OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The desired state of the interface.  The testing(3) state
            indicates that no operational packets can be passed.  When a
            managed system initializes, all interfaces start with
            ifAdminStatus in the down(2) state.  As a result of either
            explicit management action or per configuration information
            retained by the managed system, ifAdminStatus is then
            changed to either the up(1) or testing(3) states (or remains
            in the down(2) state)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 7 }

.1.3.6.1.2.1.2.2.1.8
ifOperStatus OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational state of the interface.  The
            testing(3) state indicates that no operational packets can
            be passed.  If ifAdminStatus is down(2) then ifOperStatus
            should be down(2).  If ifAdminStatus is changed to up(1)
            then ifOperStatus should change to up(1) if the interface is
            ready to transmit and receive network traffic; it should
            change to dormant(5) if the interface is waiting for
            external actions (such as a serial line waiting for an
            incoming connection); it should remain in the down(2) state
            if and only if there is a fault that prevents it from going
            to the up(1) state; it should remain in the notPresent(6)
            state if the interface has missing (typically, hardware)
            components."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 8 }

.1.3.6.1.2.1.2.2.1.9
ifLastChange OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time the interface entered
            its current operational state.  If the current state was
            entered prior to the last re-initialization of the local
            network management subsystem, then this object contains a
            zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 9 }

.1.3.6.1.2.1.2.2.1.10
ifInOctets OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received on the interface,
            including framing characters.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 10 }

.1.3.6.1.2.1.2.2.1.11
ifInUcastPkts OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets, delivered by this sub-layer to a
            higher (sub-)layer, which were not addressed to a multicast
            or broadcast address at this sub-layer.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 11 }

.1.3.6.1.2.1.2.2.1.12
ifInNUcastPkts OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of packets, delivered by this sub-layer to a
            higher (sub-)layer, which were addressed to a multicast or
            broadcast address at this sub-layer.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime.

            This object is deprecated in favour of ifInMulticastPkts and
            ifInBroadcastPkts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 12 }

.1.3.6.1.2.1.2.2.1.13
ifInDiscards OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets which were chosen to be
            discarded even though no errors had been detected to prevent
            their being deliverable to a higher-layer protocol.  One
            possible reason for discarding such a packet could be to
            free up buffer space.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 13 }

.1.3.6.1.2.1.2.2.1.14
ifInErrors OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For packet-oriented interfaces, the number of inbound
            packets that contained errors preventing them from being
            deliverable to a higher-layer protocol.  For character-
            oriented or fixed-length interfaces, the number of inbound
            transmission units that contained errors preventing them
            from being deliverable to a higher-layer protocol.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 14 }

.1.3.6.1.2.1.2.2.1.15
ifInUnknownProtos OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For packet-oriented interfaces, the number of packets
            received via the interface which were discarded because of
            an unknown or unsupported protocol.  For character-oriented
            or fixed-length interfaces that support protocol
            multiplexing the number of transmission units received via
            the interface which were discarded because of an unknown or
            unsupported protocol.  For any interface that does not
            support protocol multiplexing, this counter will always be
            0.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 15 }

.1.3.6.1.2.1.2.2.1.16
ifOutOctets OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets transmitted out of the
            interface, including framing characters.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 16 }

.1.3.6.1.2.1.2.2.1.17
ifOutUcastPkts OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets that higher-level protocols
            requested be transmitted, and which were not addressed to a
            multicast or broadcast address at this sub-layer, including
            those that were discarded or not sent.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 17 }

.1.3.6.1.2.1.2.2.1.18
ifOutNUcastPkts OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of packets that higher-level protocols
            requested be transmitted, and which were addressed to a
            multicast or broadcast address at this sub-layer, including
            those that were discarded or not sent.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime.

            This object is deprecated in favour of ifOutMulticastPkts
            and ifOutBroadcastPkts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 18 }

.1.3.6.1.2.1.2.2.1.19
ifOutDiscards OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets which were chosen to be
            discarded even though no errors had been detected to prevent
            their being transmitted.  One possible reason for discarding
            such a packet could be to free up buffer space.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 19 }

.1.3.6.1.2.1.2.2.1.20
ifOutErrors OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For packet-oriented interfaces, the number of outbound
            packets that could not be transmitted because of errors.
            For character-oriented or fixed-length interfaces, the
            number of outbound transmission units that could not be
            transmitted because of errors.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 20 }

.1.3.6.1.2.1.2.2.1.21
ifOutQLen OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The length of the output packet queue (in packets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 21 }

.1.3.6.1.2.1.2.2.1.22
ifSpecific OBJECT-TYPE
  -- FROM	IF-MIB, RFC1213-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"A reference to MIB definitions specific to the particular
            media being used to realize the interface.  It is
            recommended that this value point to an instance of a MIB
            object in the media-specific MIB, i.e., that this object
            have the semantics associated with the InstancePointer
            textual convention defined in RFC 2579.  In fact, it is
            recommended that the media-specific MIB specify what value
            ifSpecific should/can take for values of ifType.  If no MIB
            definitions specific to the particular media are available,
            the value should be set to the OBJECT IDENTIFIER { 0 0 }."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 22 }

.1.3.6.1.2.1.3
at OBJECT-TYPE
  -- FROM	RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 3 }

.1.3.6.1.2.1.3.1
atTable OBJECT-TYPE
  -- FROM	RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The Address Translation tables contain the
                      NetworkAddress to `physical' address equivalences.
                      Some interfaces do not use translation tables for
                      determining address equivalences (e.g., DDN-X.25
                      has an algorithmic method); if all interfaces are
                      of this type, then the Address Translation table
                      is empty, i.e., has zero entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) 1 }

.1.3.6.1.2.1.3.1.1
atEntry OBJECT-TYPE
  -- FROM	RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ atIfIndex, atNetAddress }
  DESCRIPTION	"Each entry contains one NetworkAddress to
                      `physical' address equivalence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) atTable(1) 1 }

.1.3.6.1.2.1.3.1.1.1
atIfIndex OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"The interface on which this entry's equivalence
                      is effective.  The interface identified by a
                      particular value of this index is the same
                      interface as identified by the same value of
                      ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) atTable(1) atEntry(1) 1 }

.1.3.6.1.2.1.3.1.1.2
atPhysAddress OBJECT-TYPE
  -- FROM	RFC1213-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"The media-dependent `physical' address.

                      Setting this object to a null string (one of zero
                      length) has the effect of invaliding the
                      corresponding entry in the atTable object.  That
                      is, it effectively dissasociates the interface
                      identified with said entry from the mapping
                      identified with said entry.  It is an
                      implementation-specific matter as to whether the
                      agent removes an invalidated entry from the table.
                      Accordingly, management stations must be prepared
                      to receive tabular information from agents that
                      corresponds to entries not currently in use.
                      Proper interpretation of such entries requires
                      examination of the relevant atPhysAddress object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) atTable(1) atEntry(1) 2 }

.1.3.6.1.2.1.3.1.1.3
atNetAddress OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	NetworkAddress
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"The NetworkAddress (e.g., the IP address)
                      corresponding to the media-dependent `physical'
                      address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) atTable(1) atEntry(1) 3 }

.1.3.6.1.2.1.4
ip OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 4 }

.1.3.6.1.2.1.4.1
ipForwarding OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	INTEGER {forwarding(1), notForwarding(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The indication of whether this entity is acting as an IPv4
            router in respect to the forwarding of datagrams received
            by, but not addressed to, this entity.  IPv4 routers forward
            datagrams.  IPv4 hosts do not (except those source-routed
            via the host).

            When this object is written, the entity should save the
            change to non-volatile storage and restore the object from
            non-volatile storage upon re-initialization of the system.
            Note: a stronger requirement is not used because this object
            was previously defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 1 }

.1.3.6.1.2.1.4.2
ipDefaultTTL OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The default value inserted into the Time-To-Live field of
            the IPv4 header of datagrams originated at this entity,
            whenever a TTL value is not supplied by the transport layer
            protocol.

            When this object is written, the entity should save the
            change to non-volatile storage and restore the object from
            non-volatile storage upon re-initialization of the system.
            Note: a stronger requirement is not used because this object
            was previously defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 2 }

.1.3.6.1.2.1.4.3
ipInReceives OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of input datagrams received from
            interfaces, including those received in error.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsInRecieves."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 3 }

.1.3.6.1.2.1.4.4
ipInHdrErrors OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of input datagrams discarded due to errors in
            their IPv4 headers, including bad checksums, version number
            mismatch, other format errors, time-to-live exceeded, errors
            discovered in processing their IPv4 options, etc.

            This object has been deprecated as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsInHdrErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 4 }

.1.3.6.1.2.1.4.5
ipInAddrErrors OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of input datagrams discarded because the IPv4
            address in their IPv4 header's destination field was not a
            valid address to be received at this entity.  This count
            includes invalid addresses (e.g., 0.0.0.0) and addresses of
            unsupported Classes (e.g., Class E).  For entities which are
            not IPv4 routers, and therefore do not forward datagrams,
            this counter includes datagrams discarded because the
            destination address was not a local address.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsInAddrErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 5 }

.1.3.6.1.2.1.4.6
ipForwDatagrams OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of input datagrams for which this entity was not
            their final IPv4 destination, as a result of which an
            attempt was made to find a route to forward them to that
            final destination.  In entities which do not act as IPv4
            routers, this counter will include only those packets which
            were Source-Routed via this entity, and the Source-Route
            option processing was successful.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsInForwDatagrams."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 6 }

.1.3.6.1.2.1.4.7
ipInUnknownProtos OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of locally-addressed datagrams received
            successfully but discarded because of an unknown or
            unsupported protocol.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsInUnknownProtos."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 7 }

.1.3.6.1.2.1.4.8
ipInDiscards OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of input IPv4 datagrams for which no problems
            were encountered to prevent their continued processing, but
            which were discarded (e.g., for lack of buffer space).  Note
            that this counter does not include any datagrams discarded
            while awaiting re-assembly.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsInDiscards."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 8 }

.1.3.6.1.2.1.4.9
ipInDelivers OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of input datagrams successfully delivered
            to IPv4 user-protocols (including ICMP).

            This object has been deprecated as a new IP version neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsIndelivers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 9 }

.1.3.6.1.2.1.4.10
ipOutRequests OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of IPv4 datagrams which local IPv4 user
            protocols (including ICMP) supplied to IPv4 in requests for
            transmission.  Note that this counter does not include any
            datagrams counted in ipForwDatagrams.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsOutRequests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 10 }

.1.3.6.1.2.1.4.11
ipOutDiscards OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of output IPv4 datagrams for which no problem was
            encountered to prevent their transmission to their
            destination, but which were discarded (e.g., for lack of
            buffer space).  Note that this counter would include
            datagrams counted in ipForwDatagrams if any such packets met
            this (discretionary) discard criterion.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsOutDiscards."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 11 }

.1.3.6.1.2.1.4.12
ipOutNoRoutes OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of IPv4 datagrams discarded because no route
            could be found to transmit them to their destination.  Note
            that this counter includes any packets counted in
            ipForwDatagrams which meet this `no-route' criterion.  Note
            that this includes any datagrams which a host cannot route
            because all of its default routers are down.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsOutNoRoutes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 12 }

.1.3.6.1.2.1.4.13
ipReasmTimeout OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of seconds that received fragments are
            held while they are awaiting reassembly at this entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 13 }

.1.3.6.1.2.1.4.14
ipReasmReqds OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of IPv4 fragments received which needed to be
            reassembled at this entity.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsReasmReqds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 14 }

.1.3.6.1.2.1.4.15
ipReasmOKs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of IPv4 datagrams successfully re-assembled.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsReasmOKs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 15 }

.1.3.6.1.2.1.4.16
ipReasmFails OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of failures detected by the IPv4 re-assembly
            algorithm (for whatever reason: timed out, errors, etc).
            Note that this is not necessarily a count of discarded IPv4
            fragments since some algorithms (notably the algorithm in
            RFC 815) can lose track of the number of fragments by
            combining them as they are received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsReasmFails."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 16 }

.1.3.6.1.2.1.4.17
ipFragOKs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of IPv4 datagrams that have been successfully
            fragmented at this entity.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsOutFragOKs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 17 }

.1.3.6.1.2.1.4.18
ipFragFails OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of IPv4 datagrams that have been discarded
            because they needed to be fragmented at this entity but
            could not be, e.g., because their Don't Fragment flag was
            set.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsOutFragFails."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 18 }

.1.3.6.1.2.1.4.19
ipFragCreates OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of IPv4 datagram fragments that have been
            generated as a result of fragmentation at this entity.

            This object has been deprecated as a new IP version neutral
            table has been added.  It is loosely replaced by
            ipSystemStatsOutFragCreates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 19 }

.1.3.6.1.2.1.4.20
ipAddrTable OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The table of addressing information relevant to this
            entity's IPv4 addresses.

            This table has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by the
            ipAddressTable although several objects that weren't deemed
            useful weren't carried forward while another
            (ipAdEntReasmMaxSize) was moved to the ipv4InterfaceTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 20 }

.1.3.6.1.2.1.4.20.1
ipAddrEntry OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ ipAdEntAddr }
  DESCRIPTION	"The addressing information for one of this entity's IPv4
            addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20) 1 }

.1.3.6.1.2.1.4.20.1.1
ipAdEntAddr OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The IPv4 address to which this entry's addressing
            information pertains."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20) ipAddrEntry(1) 1 }

.1.3.6.1.2.1.4.20.1.2
ipAdEntIfIndex OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The index value which uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20) ipAddrEntry(1) 2 }

.1.3.6.1.2.1.4.20.1.3
ipAdEntNetMask OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The subnet mask associated with the IPv4 address of this
            entry.  The value of the mask is an IPv4 address with all
            the network bits set to 1 and all the hosts bits set to 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20) ipAddrEntry(1) 3 }

.1.3.6.1.2.1.4.20.1.4
ipAdEntBcastAddr OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	INTEGER (0..1) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The value of the least-significant bit in the IPv4 broadcast
            address used for sending datagrams on the (logical)
            interface associated with the IPv4 address of this entry.
            For example, when the Internet standard all-ones broadcast
            address is used, the value will be 1.  This value applies to
            both the subnet and network broadcast addresses used by the
            entity on this (logical) interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20) ipAddrEntry(1) 4 }

.1.3.6.1.2.1.4.20.1.5
ipAdEntReasmMaxSize OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The size of the largest IPv4 datagram which this entity can
            re-assemble from incoming IPv4 fragmented datagrams received
            on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20) ipAddrEntry(1) 5 }

.1.3.6.1.2.1.4.21
ipRouteTable OBJECT-TYPE
  -- FROM	RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"This entity's IP Routing table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 21 }

.1.3.6.1.2.1.4.21.1
ipRouteEntry OBJECT-TYPE
  -- FROM	RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ipRouteDest }
  DESCRIPTION	"A route to a particular destination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) 1 }

.1.3.6.1.2.1.4.21.1.1
ipRouteDest OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The destination IP address of this route.  An
                      entry with a value of 0.0.0.0 is considered a
                      default route.  Multiple routes to a single
                      destination can appear in the table, but access to
                      such multiple entries is dependent on the table-
                      access mechanisms defined by the network
                      management protocol in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 1 }

.1.3.6.1.2.1.4.21.1.2
ipRouteIfIndex OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The index value which uniquely identifies the
                      local interface through which the next hop of this
                      route should be reached.  The interface identified
                      by a particular value of this index is the same
                      interface as identified by the same value of
                      ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 2 }

.1.3.6.1.2.1.4.21.1.3
ipRouteMetric1 OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The primary routing metric for this route.  The
                      semantics of this metric are determined by the
                      routing-protocol specified in the route's
                      ipRouteProto value.  If this metric is not used,
                      its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 3 }

.1.3.6.1.2.1.4.21.1.4
ipRouteMetric2 OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"An alternate routing metric for this route.  The
                      semantics of this metric are determined by the
                      routing-protocol specified in the route's
                      ipRouteProto value.  If this metric is not used,
                      its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 4 }

.1.3.6.1.2.1.4.21.1.5
ipRouteMetric3 OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"An alternate routing metric for this route.  The
                      semantics of this metric are determined by the
                      routing-protocol specified in the route's
                      ipRouteProto value.  If this metric is not used,
                      its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 5 }

.1.3.6.1.2.1.4.21.1.6
ipRouteMetric4 OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"An alternate routing metric for this route.  The
                      semantics of this metric are determined by the
                      routing-protocol specified in the route's
                      ipRouteProto value.  If this metric is not used,
                      its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 6 }

.1.3.6.1.2.1.4.21.1.7
ipRouteNextHop OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The IP address of the next hop of this route.
                      (In the case of a route bound to an interface
                      which is realized via a broadcast media, the value
                      of this field is the agent's IP address on that
                      interface.)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 7 }

.1.3.6.1.2.1.4.21.1.8
ipRouteType OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER {other(1), invalid(2), direct(3), indirect(4)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The type of route.  Note that the values
                      direct(3) and indirect(4) refer to the notion of
                      direct and indirect routing in the IP
                      architecture.

                      Setting this object to the value invalid(2) has
                      the effect of invalidating the corresponding entry
                      in the ipRouteTable object.  That is, it
                      effectively dissasociates the destination
                      identified with said entry from the route
                      identified with said entry.  It is an
                      implementation-specific matter as to whether the
                      agent removes an invalidated entry from the table.
                      Accordingly, management stations must be prepared
                      to receive tabular information from agents that
                      corresponds to entries not currently in use.
                      Proper interpretation of such entries requires
                      examination of the relevant ipRouteType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 8 }

.1.3.6.1.2.1.4.21.1.9
ipRouteProto OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), is-is(9), es-is(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The routing mechanism via which this route was
                      learned.  Inclusion of values for gateway routing
                      protocols is not intended to imply that hosts
                      should support those protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 9 }

.1.3.6.1.2.1.4.21.1.10
ipRouteAge OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The number of seconds since this route was last
                      updated or otherwise determined to be correct.
                      Note that no semantics of `too old' can be implied
                      except through knowledge of the routing protocol
                      by which the route was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 10 }

.1.3.6.1.2.1.4.21.1.11
ipRouteMask OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Indicate the mask to be logical-ANDed with the
                      destination address before being compared to the
                      value in the ipRouteDest field.  For those systems
                      that do not support arbitrary subnet masks, an
                      agent constructs the value of the ipRouteMask by
                      determining whether the value of the correspondent
                      ipRouteDest field belong to a class-A, B, or C
                      network, and then using one of:

                           mask           network
                           255.0.0.0      class-A
                           255.255.0.0    class-B
                           255.255.255.0  class-C

                      If the value of the ipRouteDest is 0.0.0.0 (a
                      default route), then the mask value is also
                      0.0.0.0.  It should be noted that all IP routing
                      subsystems implicitly use this mechanism."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 11 }

.1.3.6.1.2.1.4.21.1.12
ipRouteMetric5 OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"An alternate routing metric for this route.  The
                      semantics of this metric are determined by the
                      routing-protocol specified in the route's
                      ipRouteProto value.  If this metric is not used,
                      its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 12 }

.1.3.6.1.2.1.4.21.1.13
ipRouteInfo OBJECT-TYPE
  -- FROM	RFC1213-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"A reference to MIB definitions specific to the
                      particular routing protocol which is responsible
                      for this route, as determined by the value
                      specified in the route's ipRouteProto value.  If
                      this information is not present, its value should
                      be set to the OBJECT IDENTIFIER { 0 0 }, which is
                      a syntatically valid object identifier, and any
                      conformant implementation of ASN.1 and BER must be
                      able to generate and recognize this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) ipRouteEntry(1) 13 }

.1.3.6.1.2.1.4.22
ipNetToMediaTable OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The IPv4 Address Translation table used for mapping from
            IPv4 addresses to physical addresses.

            This table has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by the
            ipNetToPhysicalTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 22 }

.1.3.6.1.2.1.4.22.1
ipNetToMediaEntry OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ ipNetToMediaIfIndex, ipNetToMediaNetAddress }
  DESCRIPTION	"Each entry contains one IpAddress to `physical' address
            equivalence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22) 1 }

.1.3.6.1.2.1.4.22.1.1
ipNetToMediaIfIndex OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The interface on which this entry's equivalence is
            effective.  The interface identified by a particular value
            of this index is the same interface as identified by the
            same value of the IF-MIB's ifIndex.

            This object predates the rule limiting index objects to a
            max access value of 'not-accessible' and so continues to use
            a value of 'read-create'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22) ipNetToMediaEntry(1) 1 }

.1.3.6.1.2.1.4.22.1.2
ipNetToMediaPhysAddress OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING (0..65535) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The media-dependent `physical' address.  This object should
            return 0 when this entry is in the 'incomplete' state.

            As the entries in this table are typically not persistent
            when this object is written the entity should not save the
            change to non-volatile storage.  Note: a stronger
            requirement is not used because this object was previously
            defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22) ipNetToMediaEntry(1) 2 }

.1.3.6.1.2.1.4.22.1.3
ipNetToMediaNetAddress OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The IpAddress corresponding to the media-dependent
            `physical' address.

            This object predates the rule limiting index objects to a
            max access value of 'not-accessible' and so continues to use
            a value of 'read-create'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22) ipNetToMediaEntry(1) 3 }

.1.3.6.1.2.1.4.22.1.4
ipNetToMediaType OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	INTEGER {other(1), invalid(2), dynamic(3), static(4)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The type of mapping.

            Setting this object to the value invalid(2) has the effect
            of invalidating the corresponding entry in the
            ipNetToMediaTable.  That is, it effectively dis-associates
            the interface identified with said entry from the mapping
            identified with said entry.  It is an implementation-
            specific matter as to whether the agent removes an
            invalidated entry from the table.  Accordingly, management
            stations must be prepared to receive tabular information
            from agents that corresponds to entries not currently in
            use.  Proper interpretation of such entries requires
            examination of the relevant ipNetToMediaType object.

            As the entries in this table are typically not persistent
            when this object is written the entity should not save the
            change to non-volatile storage.  Note: a stronger
            requirement is not used because this object was previously
            defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22) ipNetToMediaEntry(1) 4 }

.1.3.6.1.2.1.4.23
ipRoutingDiscards OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of routing entries which were chosen to be
            discarded even though they are valid.  One possible reason
            for discarding such an entry could be to free-up buffer
            space for other routing entries.
            This object was defined in pre-IPv6 versions of the IP MIB.
            It was implicitly IPv4 only, but the original specifications
            did not indicate this protocol restriction.  In order to
            clarify the specifications, this object has been deprecated
            and a similar, but more thoroughly clarified, object has
            been added to the IP-FORWARD-MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 23 }

.1.3.6.1.2.1.4.24
ipForward MODULE-IDENTITY
  -- FROM	IP-FORWARD-MIB
  DESCRIPTION	"The MIB module for the management of CIDR multipath IP
            Routes.

            Copyright (C) The Internet Society (2006).  This version
            of this MIB module is a part of RFC 4292; see the RFC
            itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 24 }

.1.3.6.1.2.1.4.24.1
ipForwardNumber OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The number of current ipForwardTable entries that are
            not invalid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 1 }

.1.3.6.1.2.1.4.24.2
ipForwardTable OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  MAX-ACCESS	not-accessible
  STATUS	obsolete
  DESCRIPTION	"This entity's IP Routing table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 2 }

.1.3.6.1.2.1.4.24.2.1
ipForwardEntry OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  MAX-ACCESS	not-accessible
  STATUS	obsolete
  INDEX		{ ipForwardDest, ipForwardProto, ipForwardPolicy, ipForwardNextHop }
  DESCRIPTION	"A particular route to a particular destination, under a
            particular policy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) 1 }

.1.3.6.1.2.1.4.24.2.1.1
ipForwardDest OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The destination IP address of this route.  An entry
            with a value of 0.0.0.0 is considered a default route.

            This object may not take a Multicast (Class D) address
            value.

            Any assignment (implicit or otherwise) of an instance
            of this object to a value x must be rejected if the
            bitwise logical-AND of x with the value of the
            corresponding instance of the ipForwardMask object is
            not equal to x."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 1 }

.1.3.6.1.2.1.4.24.2.1.2
ipForwardMask OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"Indicate the mask to be logical-ANDed with the
            destination address before being compared to the value
            in the ipForwardDest field.  For those systems that do
            not support arbitrary subnet masks, an agent constructs
            the value of the ipForwardMask by reference to the IP
            Address Class.

            Any assignment (implicit or otherwise) of an instance
            of this object to a value x must be rejected if the
            bitwise logical-AND of x with the value of the
            corresponding instance of the ipForwardDest object is
            not equal to ipForwardDest."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 2 }

.1.3.6.1.2.1.4.24.2.1.3
ipForwardPolicy OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The general set of conditions that would cause
            the selection of one multipath route (set of
            next hops for a given destination) is referred
            to as 'policy'.

            Unless the mechanism indicated by ipForwardProto
            specifies otherwise, the policy specifier is
            the IP TOS Field.  The encoding of IP TOS is as
            specified by the following convention.  Zero
            indicates the default path if no more specific
            policy applies.

            +-----+-----+-----+-----+-----+-----+-----+-----+
            |                 |                       |     |
            |   PRECEDENCE    |    TYPE OF SERVICE    |  0  |
            |                 |                       |     |
            +-----+-----+-----+-----+-----+-----+-----+-----+



                         IP TOS                IP TOS
               Field     Policy      Field     Policy
               Contents    Code      Contents    Code
               0 0 0 0  ==>   0      0 0 0 1  ==>   2
               0 0 1 0  ==>   4      0 0 1 1  ==>   6
               0 1 0 0  ==>   8      0 1 0 1  ==>  10
               0 1 1 0  ==>  12      0 1 1 1  ==>  14
               1 0 0 0  ==>  16      1 0 0 1  ==>  18
               1 0 1 0  ==>  20      1 0 1 1  ==>  22
               1 1 0 0  ==>  24      1 1 0 1  ==>  26
               1 1 1 0  ==>  28      1 1 1 1  ==>  30

            Protocols defining 'policy' otherwise must either
            define a set of values that are valid for
            this object or must implement an integer-instanced
            policy table for which this object's
            value acts as an index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 3 }

.1.3.6.1.2.1.4.24.2.1.4
ipForwardNextHop OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"On remote routes, the address of the next system en
            route; otherwise, 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 4 }

.1.3.6.1.2.1.4.24.2.1.5
ipForwardIfIndex OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"The ifIndex value that identifies the local interface
            through which the next hop of this route should be
            reached."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 5 }

.1.3.6.1.2.1.4.24.2.1.6
ipForwardType OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	INTEGER {other(1), invalid(2), local(3), remote(4)} 
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"The type of route.  Note that local(3) refers to a
            route for which the next hop is the final destination;
            remote(4) refers to a route for which the next hop is
            not the final destination.

            Setting this object to the value invalid(2) has the
            effect of invalidating the corresponding entry in the
            ipForwardTable object.  That is, it effectively
            disassociates the destination identified with said
            entry from the route identified with said entry.  It is
            an implementation-specific matter as to whether the
            agent removes an invalidated entry from the table.
            Accordingly, management stations must be prepared to
            receive tabular information from agents that
            corresponds to entries not currently in use.  Proper
            interpretation of such entries requires examination of
            the relevant ipForwardType object."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 6 }

.1.3.6.1.2.1.4.24.2.1.7
ipForwardProto OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), is-is(9), es-is(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15)} 
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The routing mechanism via which this route was learned.
            Inclusion of values for gateway routing protocols is
            not intended to imply that hosts should support those
            protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 7 }

.1.3.6.1.2.1.4.24.2.1.8
ipForwardAge OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The number of seconds since this route was last updated
            or otherwise determined to be correct.  Note that no
            semantics of `too old' can be implied except through
            knowledge of the routing protocol by which the route
            was learned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 8 }

.1.3.6.1.2.1.4.24.2.1.9
ipForwardInfo OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"A reference to MIB definitions specific to the
            particular routing protocol that is responsible for
            this route, as determined by the value specified in the
            route's ipForwardProto value.  If this information is
            not present, its value should be set to the OBJECT
            IDENTIFIER { 0 0 }, which is a syntactically valid
            object identifier, and any implementation conforming to
            ASN.1 and the Basic Encoding Rules must be able to
            generate and recognize this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 9 }

.1.3.6.1.2.1.4.24.2.1.10
ipForwardNextHopAS OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"The Autonomous System Number of the Next Hop.  When
            this is unknown or not relevant to the protocol
            indicated by ipForwardProto, zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 10 }

.1.3.6.1.2.1.4.24.2.1.11
ipForwardMetric1 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"The primary routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipForwardProto value.
            If this metric is not used, its value should be set to
            -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 11 }

.1.3.6.1.2.1.4.24.2.1.12
ipForwardMetric2 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipForwardProto value.
            If this metric is not used, its value should be set to
            -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 12 }

.1.3.6.1.2.1.4.24.2.1.13
ipForwardMetric3 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipForwardProto value.
            If this metric is not used, its value should be set to
            -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 13 }

.1.3.6.1.2.1.4.24.2.1.14
ipForwardMetric4 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipForwardProto value.
            If this metric is not used, its value should be set to
            -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 14 }

.1.3.6.1.2.1.4.24.2.1.15
ipForwardMetric5 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipForwardProto value.
            If this metric is not used, its value should be set to
            -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardTable(2) ipForwardEntry(1) 15 }

.1.3.6.1.2.1.4.24.3
ipCidrRouteNumber OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of current ipCidrRouteTable entries that are
            not invalid.  This object is deprecated in favor of
            inetCidrRouteNumber and the inetCidrRouteTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 3 }

.1.3.6.1.2.1.4.24.4
ipCidrRouteTable OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"This entity's IP Routing table.  This table has been
            deprecated in favor of the IP version neutral
            inetCidrRouteTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 4 }

.1.3.6.1.2.1.4.24.4.1
ipCidrRouteEntry OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ ipCidrRouteDest, ipCidrRouteMask, ipCidrRouteTos, ipCidrRouteNextHop }
  DESCRIPTION	"A particular route to a particular destination, under a
            particular policy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) 1 }

.1.3.6.1.2.1.4.24.4.1.1
ipCidrRouteDest OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The destination IP address of this route.

            This object may not take a Multicast (Class D) address
            value.

            Any assignment (implicit or otherwise) of an instance
            of this object to a value x must be rejected if the
            bitwise logical-AND of x with the value of the
            corresponding instance of the ipCidrRouteMask object is
            not equal to x."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 1 }

.1.3.6.1.2.1.4.24.4.1.2
ipCidrRouteMask OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"Indicate the mask to be logical-ANDed with the
            destination address before being compared to the value
            in the ipCidrRouteDest field.  For those systems that
            do not support arbitrary subnet masks, an agent
            constructs the value of the ipCidrRouteMask by
            reference to the IP Address Class.

            Any assignment (implicit or otherwise) of an instance
            of this object to a value x must be rejected if the
            bitwise logical-AND of x with the value of the
            corresponding instance of the ipCidrRouteDest object is
            not equal to ipCidrRouteDest."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 2 }

.1.3.6.1.2.1.4.24.4.1.3
ipCidrRouteTos OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The policy specifier is the IP TOS Field.  The encoding
            of IP TOS is as specified by the following convention.
            Zero indicates the default path if no more specific
            policy applies.

            +-----+-----+-----+-----+-----+-----+-----+-----+
            |                 |                       |     |
            |   PRECEDENCE    |    TYPE OF SERVICE    |  0  |
            |                 |                       |     |
            +-----+-----+-----+-----+-----+-----+-----+-----+

                         IP TOS                IP TOS
               Field     Policy      Field     Policy
               Contents    Code      Contents    Code
               0 0 0 0  ==>   0      0 0 0 1  ==>   2
               0 0 1 0  ==>   4      0 0 1 1  ==>   6
               0 1 0 0  ==>   8      0 1 0 1  ==>  10
               0 1 1 0  ==>  12      0 1 1 1  ==>  14
               1 0 0 0  ==>  16      1 0 0 1  ==>  18
               1 0 1 0  ==>  20      1 0 1 1  ==>  22
               1 1 0 0  ==>  24      1 1 0 1  ==>  26
               1 1 1 0  ==>  28      1 1 1 1  ==>  30"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 3 }

.1.3.6.1.2.1.4.24.4.1.4
ipCidrRouteNextHop OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"On remote routes, the address of the next system en
            route; Otherwise, 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 4 }

.1.3.6.1.2.1.4.24.4.1.5
ipCidrRouteIfIndex OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The ifIndex value that identifies the local interface
            through which the next hop of this route should be
            reached."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 5 }

.1.3.6.1.2.1.4.24.4.1.6
ipCidrRouteType OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	INTEGER {other(1), reject(2), local(3), remote(4)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The type of route.  Note that local(3) refers to a
            route for which the next hop is the final destination;
            remote(4) refers to a route for which the next hop is
            not the final destination.

            Routes that do not result in traffic forwarding or
            rejection should not be displayed, even if the
            implementation keeps them stored internally.

            reject (2) refers to a route that, if matched,
            discards the message as unreachable.  This is used in
            some protocols as a means of correctly aggregating
            routes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 6 }

.1.3.6.1.2.1.4.24.4.1.7
ipCidrRouteProto OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15), ciscoEigrp(16)} 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The routing mechanism via which this route was learned.
            Inclusion of values for gateway routing protocols is
            not intended to imply that hosts should support those
            protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 7 }

.1.3.6.1.2.1.4.24.4.1.8
ipCidrRouteAge OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of seconds since this route was last updated
            or otherwise determined to be correct.  Note that no
            semantics of `too old' can be implied, except through
            knowledge of the routing protocol by which the route
            was learned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 8 }

.1.3.6.1.2.1.4.24.4.1.9
ipCidrRouteInfo OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"A reference to MIB definitions specific to the
            particular routing protocol that is responsible for
            this route, as determined by the value specified in the
            route's ipCidrRouteProto value.  If this information is
            not present, its value should be set to the OBJECT
            IDENTIFIER { 0 0 }, which is a syntactically valid
            object identifier, and any implementation conforming to
            ASN.1 and the Basic Encoding Rules must be able to
            generate and recognize this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 9 }

.1.3.6.1.2.1.4.24.4.1.10
ipCidrRouteNextHopAS OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The Autonomous System Number of the Next Hop.  The
            semantics of this object are determined by the routing-
            protocol specified in the route's ipCidrRouteProto
            value.  When this object is unknown or not relevant, its
            value should be set to zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 10 }

.1.3.6.1.2.1.4.24.4.1.11
ipCidrRouteMetric1 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The primary routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 11 }

.1.3.6.1.2.1.4.24.4.1.12
ipCidrRouteMetric2 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 12 }

.1.3.6.1.2.1.4.24.4.1.13
ipCidrRouteMetric3 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 13 }

.1.3.6.1.2.1.4.24.4.1.14
ipCidrRouteMetric4 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 14 }

.1.3.6.1.2.1.4.24.4.1.15
ipCidrRouteMetric5 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's ipCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 15 }

.1.3.6.1.2.1.4.24.4.1.16
ipCidrRouteStatus OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The row status variable, used according to row
            installation and removal conventions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipCidrRouteTable(4) ipCidrRouteEntry(1) 16 }

.1.3.6.1.2.1.4.24.5
ipForwardConformance OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 5 }

.1.3.6.1.2.1.4.24.5.1
ipForwardGroups OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardConformance(5) 1 }

.1.3.6.1.2.1.4.24.5.1.2
ipForwardMultiPathGroup OBJECT-GROUP
  -- FROM	IP-FORWARD-MIB
  DESCRIPTION	"IP Multipath Route Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardConformance(5) ipForwardGroups(1) 2 }

.1.3.6.1.2.1.4.24.5.1.3
ipForwardCidrRouteGroup OBJECT-GROUP
  -- FROM	IP-FORWARD-MIB
  DESCRIPTION	"The CIDR Route Table.

            This group has been deprecated and replaced with
            inetForwardCidrRouteGroup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardConformance(5) ipForwardGroups(1) 3 }

.1.3.6.1.2.1.4.24.5.1.4
inetForwardCidrRouteGroup OBJECT-GROUP
  -- FROM	IP-FORWARD-MIB
  DESCRIPTION	"The IP version-independent CIDR Route Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardConformance(5) ipForwardGroups(1) 4 }

.1.3.6.1.2.1.4.24.5.2
ipForwardCompliances OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardConformance(5) 2 }

.1.3.6.1.2.1.4.24.5.2.1
ipForwardCompliance MODULE-COMPLIANCE
  -- FROM	IP-FORWARD-MIB
  DESCRIPTION	"The compliance statement for SNMPv2 entities that
            implement the ipForward MIB.

            This compliance statement has been deprecated and
            replaced with ipForwardFullCompliance and
            ipForwardReadOnlyCompliance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardConformance(5) ipForwardCompliances(2) 1 }

.1.3.6.1.2.1.4.24.5.2.2
ipForwardOldCompliance MODULE-COMPLIANCE
  -- FROM	IP-FORWARD-MIB
  DESCRIPTION	"The compliance statement for SNMP entities that
            implement the ipForward MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardConformance(5) ipForwardCompliances(2) 2 }

.1.3.6.1.2.1.4.24.5.2.3
ipForwardFullCompliance MODULE-COMPLIANCE
  -- FROM	IP-FORWARD-MIB
  DESCRIPTION	"When this MIB is implemented for read-create, the
            implementation can claim full compliance.

            There are a number of INDEX objects that cannot be
            represented in the form of OBJECT clauses in SMIv2,
            but for which there are compliance requirements,
            expressed in OBJECT clause form in this description:

            -- OBJECT      inetCidrRouteDestType
            -- SYNTAX      InetAddressType (ipv4(1), ipv6(2),
            --                              ipv4z(3), ipv6z(4))
            -- DESCRIPTION
            --     This MIB requires support for global and
            --     non-global ipv4 and ipv6 addresses.
            --
            -- OBJECT      inetCidrRouteDest
            -- SYNTAX      InetAddress (SIZE (4 | 8 | 16 | 20))
            -- DESCRIPTION
            --     This MIB requires support for global and
            --     non-global IPv4 and IPv6 addresses.
            --
            -- OBJECT      inetCidrRouteNextHopType
            -- SYNTAX      InetAddressType (unknown(0), ipv4(1),
            --                              ipv6(2), ipv4z(3)
            --                              ipv6z(4))
            -- DESCRIPTION
            --     This MIB requires support for global and
            --     non-global ipv4 and ipv6 addresses.
            --
            -- OBJECT      inetCidrRouteNextHop
            -- SYNTAX      InetAddress (SIZE (0 | 4 | 8 | 16 | 20))
            -- DESCRIPTION
            --     This MIB requires support for global and
            --     non-global IPv4 and IPv6 addresses.
            "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardConformance(5) ipForwardCompliances(2) 3 }

.1.3.6.1.2.1.4.24.5.2.4
ipForwardReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	IP-FORWARD-MIB
  DESCRIPTION	"When this MIB is implemented without support for read-
            create (i.e., in read-only mode), the implementation can
            claim read-only compliance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) ipForwardConformance(5) ipForwardCompliances(2) 4 }

.1.3.6.1.2.1.4.24.6
inetCidrRouteNumber OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current inetCidrRouteTable entries that
            are not invalid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 6 }

.1.3.6.1.2.1.4.24.7
inetCidrRouteTable OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This entity's IP Routing table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 7 }

.1.3.6.1.2.1.4.24.7.1
inetCidrRouteEntry OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ inetCidrRouteDestType, inetCidrRouteDest, inetCidrRoutePfxLen, inetCidrRoutePolicy, inetCidrRouteNextHopType, inetCidrRouteNextHop }
  DESCRIPTION	"A particular route to a particular destination, under a
            particular policy (as reflected in the
            inetCidrRoutePolicy object).

            Dynamically created rows will survive an agent reboot.

            Implementers need to be aware that if the total number
            of elements (octets or sub-identifiers) in
            inetCidrRouteDest, inetCidrRoutePolicy, and
            inetCidrRouteNextHop exceeds 111, then OIDs of column
            instances in this table will have more than 128 sub-
            identifiers and cannot be accessed using SNMPv1,
            SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) 1 }

.1.3.6.1.2.1.4.24.7.1.1
inetCidrRouteDestType OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the inetCidrRouteDest address, as defined
            in the InetAddress MIB.

            Only those address types that may appear in an actual
            routing table are allowed as values of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 1 }

.1.3.6.1.2.1.4.24.7.1.2
inetCidrRouteDest OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination IP address of this route.

            The type of this address is determined by the value of
            the inetCidrRouteDestType object.

            The values for the index objects inetCidrRouteDest and
            inetCidrRoutePfxLen must be consistent.  When the value
            of inetCidrRouteDest (excluding the zone index, if one
            is present) is x, then the bitwise logical-AND
            of x with the value of the mask formed from the
            corresponding index object inetCidrRoutePfxLen MUST be
            equal to x.  If not, then the index pair is not
            consistent and an inconsistentName error must be
            returned on SET or CREATE requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 2 }

.1.3.6.1.2.1.4.24.7.1.3
inetCidrRoutePfxLen OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the number of leading one bits that form the
            mask to be logical-ANDed with the destination address
            before being compared to the value in the
            inetCidrRouteDest field.

            The values for the index objects inetCidrRouteDest and
            inetCidrRoutePfxLen must be consistent.  When the value
            of inetCidrRouteDest (excluding the zone index, if one
            is present) is x, then the bitwise logical-AND
            of x with the value of the mask formed from the
            corresponding index object inetCidrRoutePfxLen MUST be
            equal to x.  If not, then the index pair is not
            consistent and an inconsistentName error must be
            returned on SET or CREATE requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 3 }

.1.3.6.1.2.1.4.24.7.1.4
inetCidrRoutePolicy OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is an opaque object without any defined
            semantics.  Its purpose is to serve as an additional
            index that may delineate between multiple entries to
            the same destination.  The value { 0 0 } shall be used
            as the default value for this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 4 }

.1.3.6.1.2.1.4.24.7.1.5
inetCidrRouteNextHopType OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the inetCidrRouteNextHop address, as
            defined in the InetAddress MIB.

            Value should be set to unknown(0) for non-remote
            routes.

            Only those address types that may appear in an actual
            routing table are allowed as values of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 5 }

.1.3.6.1.2.1.4.24.7.1.6
inetCidrRouteNextHop OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"On remote routes, the address of the next system en
            route.  For non-remote routes, a zero length string.

            The type of this address is determined by the value of
            the inetCidrRouteNextHopType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 6 }

.1.3.6.1.2.1.4.24.7.1.7
inetCidrRouteIfIndex OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ifIndex value that identifies the local interface
            through which the next hop of this route should be
            reached.  A value of 0 is valid and represents the
            scenario where no interface is specified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 7 }

.1.3.6.1.2.1.4.24.7.1.8
inetCidrRouteType OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	INTEGER {other(1), reject(2), local(3), remote(4), blackhole(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of route.  Note that local(3) refers to a
            route for which the next hop is the final destination;
            remote(4) refers to a route for which the next hop is
            not the final destination.

            Routes that do not result in traffic forwarding or
            rejection should not be displayed, even if the
            implementation keeps them stored internally.

            reject(2) refers to a route that, if matched, discards
            the message as unreachable and returns a notification
            (e.g., ICMP error) to the message sender.  This is used
            in some protocols as a means of correctly aggregating
            routes.

            blackhole(5) refers to a route that, if matched,
            discards the message silently."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 8 }

.1.3.6.1.2.1.4.24.7.1.9
inetCidrRouteProto OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION IANAipRouteProtocol
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15), ciscoEigrp(16), dvmrp(17)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing mechanism via which this route was learned.
            Inclusion of values for gateway routing protocols is
            not intended to imply that hosts should support those
            protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 9 }

.1.3.6.1.2.1.4.24.7.1.10
inetCidrRouteAge OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds since this route was last updated
            or otherwise determined to be correct.  Note that no
            semantics of 'too old' can be implied, except through
            knowledge of the routing protocol by which the route
            was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 10 }

.1.3.6.1.2.1.4.24.7.1.11
inetCidrRouteNextHopAS OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION InetAutonomousSystemNumber
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Autonomous System Number of the Next Hop.  The
            semantics of this object are determined by the routing-
            protocol specified in the route's inetCidrRouteProto
            value.  When this object is unknown or not relevant, its
            value should be set to zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 11 }

.1.3.6.1.2.1.4.24.7.1.12
inetCidrRouteMetric1 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The primary routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's inetCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 12 }

.1.3.6.1.2.1.4.24.7.1.13
inetCidrRouteMetric2 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's inetCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 13 }

.1.3.6.1.2.1.4.24.7.1.14
inetCidrRouteMetric3 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's inetCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 14 }

.1.3.6.1.2.1.4.24.7.1.15
inetCidrRouteMetric4 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's inetCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 15 }

.1.3.6.1.2.1.4.24.7.1.16
inetCidrRouteMetric5 OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An alternate routing metric for this route.  The
            semantics of this metric are determined by the routing-
            protocol specified in the route's inetCidrRouteProto
            value.  If this metric is not used, its value should be
            set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 16 }

.1.3.6.1.2.1.4.24.7.1.17
inetCidrRouteStatus OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status variable, used according to row
            installation and removal conventions.

            A row entry cannot be modified when the status is
            marked as active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) inetCidrRouteTable(7) inetCidrRouteEntry(1) 17 }

.1.3.6.1.2.1.4.24.8
inetCidrRouteDiscards OBJECT-TYPE
  -- FROM	IP-FORWARD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid route entries discarded from the
            inetCidrRouteTable.  Discarded route entries do not
            appear in the inetCidrRouteTable.  One possible reason
            for discarding an entry would be to free-up buffer space
            for other route table entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 8 }

.1.3.6.1.2.1.4.25
ipv6IpForwarding OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	INTEGER {forwarding(1), notForwarding(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The indication of whether this entity is acting as an IPv6
            router on any interface in respect to the forwarding of
            datagrams received by, but not addressed to, this entity.
            IPv6 routers forward datagrams.  IPv6 hosts do not (except
            those source-routed via the host).

            When this object is written, the entity SHOULD save the
            change to non-volatile storage and restore the object from
            non-volatile storage upon re-initialization of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 25 }

.1.3.6.1.2.1.4.26
ipv6IpDefaultHopLimit OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The default value inserted into the Hop Limit field of the
            IPv6 header of datagrams originated at this entity whenever
            a Hop Limit value is not supplied by the transport layer
            protocol.

            When this object is written, the entity SHOULD save the
            change to non-volatile storage and restore the object from
            non-volatile storage upon re-initialization of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 26 }

.1.3.6.1.2.1.4.27
ipv4InterfaceTableLastChange OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at which
            a row in the ipv4InterfaceTable was added or deleted, or
            when an ipv4InterfaceReasmMaxSize or an
            ipv4InterfaceEnableStatus object was modified.

            If new objects are added to the ipv4InterfaceTable that
            require the ipv4InterfaceTableLastChange to be updated when
            they are modified, they must specify that requirement in
            their description clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 27 }

.1.3.6.1.2.1.4.28
ipv4InterfaceTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing per-interface IPv4-specific
            information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 28 }

.1.3.6.1.2.1.4.28.1
ipv4InterfaceEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv4InterfaceIfIndex }
  DESCRIPTION	"An entry containing IPv4-specific information for a specific
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv4InterfaceTable(28) 1 }

.1.3.6.1.2.1.4.28.1.1
ipv4InterfaceIfIndex OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv4InterfaceTable(28) ipv4InterfaceEntry(1) 1 }

.1.3.6.1.2.1.4.28.1.2
ipv4InterfaceReasmMaxSize OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size of the largest IPv4 datagram that this entity can
            re-assemble from incoming IPv4 fragmented datagrams received
            on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv4InterfaceTable(28) ipv4InterfaceEntry(1) 2 }

.1.3.6.1.2.1.4.28.1.3
ipv4InterfaceEnableStatus OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The indication of whether IPv4 is enabled (up) or disabled
            (down) on this interface.  This object does not affect the
            state of the interface itself, only its connection to an
            IPv4 stack.  The IF-MIB should be used to control the state
            of the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv4InterfaceTable(28) ipv4InterfaceEntry(1) 3 }

.1.3.6.1.2.1.4.28.1.4
ipv4InterfaceRetransmitTime OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time between retransmissions of ARP requests to a
            neighbor when resolving the address or when probing the
            reachability of a neighbor."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv4InterfaceTable(28) ipv4InterfaceEntry(1) 4 }

.1.3.6.1.2.1.4.29
ipv6InterfaceTableLastChange OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at which
            a row in the ipv6InterfaceTable was added or deleted or when
            an ipv6InterfaceReasmMaxSize, ipv6InterfaceIdentifier,
            ipv6InterfaceEnableStatus, ipv6InterfaceReachableTime,
            ipv6InterfaceRetransmitTime, or ipv6InterfaceForwarding
            object was modified.

            If new objects are added to the ipv6InterfaceTable that
            require the ipv6InterfaceTableLastChange to be updated when
            they are modified, they must specify that requirement in
            their description clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 29 }

.1.3.6.1.2.1.4.30
ipv6InterfaceTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing per-interface IPv6-specific
            information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 30 }

.1.3.6.1.2.1.4.30.1
ipv6InterfaceEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6InterfaceIfIndex }
  DESCRIPTION	"An entry containing IPv6-specific information for a given
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6InterfaceTable(30) 1 }

.1.3.6.1.2.1.4.30.1.1
ipv6InterfaceIfIndex OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 1 }

.1.3.6.1.2.1.4.30.1.2
ipv6InterfaceReasmMaxSize OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32 (1500..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size of the largest IPv6 datagram that this entity can
            re-assemble from incoming IPv6 fragmented datagrams received
            on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 2 }

.1.3.6.1.2.1.4.30.1.3
ipv6InterfaceIdentifier OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION Ipv6AddressIfIdentifierTC
  SYNTAX	OCTET STRING (0..8) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Interface Identifier for this interface.  The Interface
            Identifier is combined with an address prefix to form an
            interface address.

            By default, the Interface Identifier is auto-configured
            according to the rules of the link type to which this
            interface is attached.
            A zero length identifier may be used where appropriate.  One
            possible example is a loopback interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 3 }

.1.3.6.1.2.1.4.30.1.5
ipv6InterfaceEnableStatus OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The indication of whether IPv6 is enabled (up) or disabled
            (down) on this interface.  This object does not affect the
            state of the interface itself, only its connection to an
            IPv6 stack.  The IF-MIB should be used to control the state
            of the interface.

            When this object is written, the entity SHOULD save the
            change to non-volatile storage and restore the object from
            non-volatile storage upon re-initialization of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 5 }

.1.3.6.1.2.1.4.30.1.6
ipv6InterfaceReachableTime OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time a neighbor is considered reachable after receiving
            a reachability confirmation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 6 }

.1.3.6.1.2.1.4.30.1.7
ipv6InterfaceRetransmitTime OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time between retransmissions of Neighbor Solicitation
            messages to a neighbor when resolving the address or when
            probing the reachability of a neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 7 }

.1.3.6.1.2.1.4.30.1.8
ipv6InterfaceForwarding OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	INTEGER {forwarding(1), notForwarding(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The indication of whether this entity is acting as an IPv6
            router on this interface with respect to the forwarding of
            datagrams received by, but not addressed to, this entity.
            IPv6 routers forward datagrams.  IPv6 hosts do not (except
            those source-routed via the host).

            This object is constrained by ipv6IpForwarding and is
            ignored if ipv6IpForwarding is set to notForwarding.  Those
            systems that do not provide per-interface control of the
            forwarding function should set this object to forwarding for
            all interfaces and allow the ipv6IpForwarding object to
            control the forwarding capability.

            When this object is written, the entity SHOULD save the
            change to non-volatile storage and restore the object from
            non-volatile storage upon re-initialization of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 8 }

.1.3.6.1.2.1.4.31
ipTrafficStats OBJECT-TYPE
  -- FROM	IP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 31 }

.1.3.6.1.2.1.4.31.1
ipSystemStatsTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing system wide, IP version specific
            traffic statistics.  This table and the ipIfStatsTable
            contain similar objects whose difference is in their
            granularity.  Where this table contains system wide traffic
            statistics, the ipIfStatsTable contains the same statistics
            but counted on a per-interface basis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) 1 }

.1.3.6.1.2.1.4.31.1.1
ipSystemStatsEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipSystemStatsIPVersion }
  DESCRIPTION	"A statistics entry containing system-wide objects for a
            particular IP version."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) 1 }

.1.3.6.1.2.1.4.31.1.1.1
ipSystemStatsIPVersion OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version of this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 1 }

.1.3.6.1.2.1.4.31.1.1.3
ipSystemStatsInReceives OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of input IP datagrams received, including
            those received in error.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 3 }

.1.3.6.1.2.1.4.31.1.1.4
ipSystemStatsHCInReceives OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of input IP datagrams received, including
            those received in error.  This object counts the same
            datagrams as ipSystemStatsInReceives, but allows for larger
            values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 4 }

.1.3.6.1.2.1.4.31.1.1.5
ipSystemStatsInOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received in input IP datagrams,
            including those received in error.  Octets from datagrams
            counted in ipSystemStatsInReceives MUST be counted here.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 5 }

.1.3.6.1.2.1.4.31.1.1.6
ipSystemStatsHCInOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received in input IP datagrams,
            including those received in error.  This object counts the
            same octets as ipSystemStatsInOctets, but allows for larger
            values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 6 }

.1.3.6.1.2.1.4.31.1.1.7
ipSystemStatsInHdrErrors OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams discarded due to errors in
            their IP headers, including version number mismatch, other
            format errors, hop count exceeded, errors discovered in
            processing their IP options, etc.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 7 }

.1.3.6.1.2.1.4.31.1.1.8
ipSystemStatsInNoRoutes OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams discarded because no route
            could be found to transmit them to their destination.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 8 }

.1.3.6.1.2.1.4.31.1.1.9
ipSystemStatsInAddrErrors OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams discarded because the IP
            address in their IP header's destination field was not a
            valid address to be received at this entity.  This count
            includes invalid addresses (e.g., ::0).  For entities
            that are not IP routers and therefore do not forward
            datagrams, this counter includes datagrams discarded
            because the destination address was not a local address.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 9 }

.1.3.6.1.2.1.4.31.1.1.10
ipSystemStatsInUnknownProtos OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of locally-addressed IP datagrams received
            successfully but discarded because of an unknown or
            unsupported protocol.

            When tracking interface statistics, the counter of the
            interface to which these datagrams were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the datagrams.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 10 }

.1.3.6.1.2.1.4.31.1.1.11
ipSystemStatsInTruncatedPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams discarded because the
            datagram frame didn't carry enough data.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 11 }

.1.3.6.1.2.1.4.31.1.1.12
ipSystemStatsInForwDatagrams OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input datagrams for which this entity was not
            their final IP destination and for which this entity
            attempted to find a route to forward them to that final
            destination.  In entities that do not act as IP routers,
            this counter will include only those datagrams that were
            Source-Routed via this entity, and the Source-Route
            processing was successful.

            When tracking interface statistics, the counter of the
            incoming interface is incremented for each datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 12 }

.1.3.6.1.2.1.4.31.1.1.13
ipSystemStatsHCInForwDatagrams OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input datagrams for which this entity was not
            their final IP destination and for which this entity
            attempted to find a route to forward them to that final
            destination.  This object counts the same packets as
            ipSystemStatsInForwDatagrams, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 13 }

.1.3.6.1.2.1.4.31.1.1.14
ipSystemStatsReasmReqds OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP fragments received that needed to be
            reassembled at this interface.

            When tracking interface statistics, the counter of the
            interface to which these fragments were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the fragments.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 14 }

.1.3.6.1.2.1.4.31.1.1.15
ipSystemStatsReasmOKs OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP datagrams successfully reassembled.

            When tracking interface statistics, the counter of the
            interface to which these datagrams were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the datagrams.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 15 }

.1.3.6.1.2.1.4.31.1.1.16
ipSystemStatsReasmFails OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of failures detected by the IP re-assembly
            algorithm (for whatever reason: timed out, errors, etc.).
            Note that this is not necessarily a count of discarded IP
            fragments since some algorithms (notably the algorithm in
            RFC 815) can lose track of the number of fragments by
            combining them as they are received.

            When tracking interface statistics, the counter of the
            interface to which these fragments were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the fragments.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 16 }

.1.3.6.1.2.1.4.31.1.1.17
ipSystemStatsInDiscards OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams for which no problems were
            encountered to prevent their continued processing, but
            were discarded (e.g., for lack of buffer space).  Note that
            this counter does not include any datagrams discarded while
            awaiting re-assembly.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 17 }

.1.3.6.1.2.1.4.31.1.1.18
ipSystemStatsInDelivers OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of datagrams successfully delivered to IP
            user-protocols (including ICMP).

            When tracking interface statistics, the counter of the
            interface to which these datagrams were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the datagrams.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 18 }

.1.3.6.1.2.1.4.31.1.1.19
ipSystemStatsHCInDelivers OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of datagrams successfully delivered to IP
            user-protocols (including ICMP).  This object counts the
            same packets as ipSystemStatsInDelivers, but allows for
            larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 19 }

.1.3.6.1.2.1.4.31.1.1.20
ipSystemStatsOutRequests OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IP datagrams that local IP user-
            protocols (including ICMP) supplied to IP in requests for
            transmission.  Note that this counter does not include any
            datagrams counted in ipSystemStatsOutForwDatagrams.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 20 }

.1.3.6.1.2.1.4.31.1.1.21
ipSystemStatsHCOutRequests OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IP datagrams that local IP user-
            protocols (including ICMP) supplied to IP in requests for
            transmission.  This object counts the same packets as
            ipSystemStatsOutRequests, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 21 }

.1.3.6.1.2.1.4.31.1.1.22
ipSystemStatsOutNoRoutes OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of locally generated IP datagrams discarded
            because no route could be found to transmit them to their
            destination.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 22 }

.1.3.6.1.2.1.4.31.1.1.23
ipSystemStatsOutForwDatagrams OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of datagrams for which this entity was not their
            final IP destination and for which it was successful in
            finding a path to their final destination.  In entities
            that do not act as IP routers, this counter will include
            only those datagrams that were Source-Routed via this
            entity, and the Source-Route processing was successful.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for a successfully
            forwarded datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 23 }

.1.3.6.1.2.1.4.31.1.1.24
ipSystemStatsHCOutForwDatagrams OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of datagrams for which this entity was not their
            final IP destination and for which it was successful in
            finding a path to their final destination.  This object
            counts the same packets as ipSystemStatsOutForwDatagrams,
            but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 24 }

.1.3.6.1.2.1.4.31.1.1.25
ipSystemStatsOutDiscards OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output IP datagrams for which no problem was
            encountered to prevent their transmission to their
            destination, but were discarded (e.g., for lack of
            buffer space).  Note that this counter would include
            datagrams counted in ipSystemStatsOutForwDatagrams if any
            such datagrams met this (discretionary) discard criterion.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 25 }

.1.3.6.1.2.1.4.31.1.1.26
ipSystemStatsOutFragReqds OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP datagrams that would require fragmentation
            in order to be transmitted.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for a successfully
            fragmented datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 26 }

.1.3.6.1.2.1.4.31.1.1.27
ipSystemStatsOutFragOKs OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP datagrams that have been successfully
            fragmented.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for a successfully
            fragmented datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 27 }

.1.3.6.1.2.1.4.31.1.1.28
ipSystemStatsOutFragFails OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP datagrams that have been discarded because
            they needed to be fragmented but could not be.  This
            includes IPv4 packets that have the DF bit set and IPv6
            packets that are being forwarded and exceed the outgoing
            link MTU.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for an unsuccessfully
            fragmented datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 28 }

.1.3.6.1.2.1.4.31.1.1.29
ipSystemStatsOutFragCreates OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output datagram fragments that have been
            generated as a result of IP fragmentation.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for a successfully
            fragmented datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 29 }

.1.3.6.1.2.1.4.31.1.1.30
ipSystemStatsOutTransmits OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IP datagrams that this entity supplied
            to the lower layers for transmission.  This includes
            datagrams generated locally and those forwarded by this
            entity.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 30 }

.1.3.6.1.2.1.4.31.1.1.31
ipSystemStatsHCOutTransmits OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IP datagrams that this entity supplied
            to the lower layers for transmission.  This object counts
            the same datagrams as ipSystemStatsOutTransmits, but allows
            for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 31 }

.1.3.6.1.2.1.4.31.1.1.32
ipSystemStatsOutOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets in IP datagrams delivered to the
            lower layers for transmission.  Octets from datagrams
            counted in ipSystemStatsOutTransmits MUST be counted here.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 32 }

.1.3.6.1.2.1.4.31.1.1.33
ipSystemStatsHCOutOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets in IP datagrams delivered to the
            lower layers for transmission.  This objects counts the same
            octets as ipSystemStatsOutOctets, but allows for larger
            values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 33 }

.1.3.6.1.2.1.4.31.1.1.34
ipSystemStatsInMcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP multicast datagrams received.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 34 }

.1.3.6.1.2.1.4.31.1.1.35
ipSystemStatsHCInMcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP multicast datagrams received.  This object
            counts the same datagrams as ipSystemStatsInMcastPkts but
            allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 35 }

.1.3.6.1.2.1.4.31.1.1.36
ipSystemStatsInMcastOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received in IP multicast
            datagrams.  Octets from datagrams counted in
            ipSystemStatsInMcastPkts MUST be counted here.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 36 }

.1.3.6.1.2.1.4.31.1.1.37
ipSystemStatsHCInMcastOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received in IP multicast
            datagrams.  This object counts the same octets as
            ipSystemStatsInMcastOctets, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 37 }

.1.3.6.1.2.1.4.31.1.1.38
ipSystemStatsOutMcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP multicast datagrams transmitted.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 38 }

.1.3.6.1.2.1.4.31.1.1.39
ipSystemStatsHCOutMcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP multicast datagrams transmitted.  This
            object counts the same datagrams as
            ipSystemStatsOutMcastPkts, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 39 }

.1.3.6.1.2.1.4.31.1.1.40
ipSystemStatsOutMcastOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets transmitted in IP multicast
            datagrams.  Octets from datagrams counted in
            ipSystemStatsOutMcastPkts MUST be counted here.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 40 }

.1.3.6.1.2.1.4.31.1.1.41
ipSystemStatsHCOutMcastOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets transmitted in IP multicast
            datagrams.  This object counts the same octets as
            ipSystemStatsOutMcastOctets, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 41 }

.1.3.6.1.2.1.4.31.1.1.42
ipSystemStatsInBcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP broadcast datagrams received.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 42 }

.1.3.6.1.2.1.4.31.1.1.43
ipSystemStatsHCInBcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP broadcast datagrams received.  This object
            counts the same datagrams as ipSystemStatsInBcastPkts but
            allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 43 }

.1.3.6.1.2.1.4.31.1.1.44
ipSystemStatsOutBcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP broadcast datagrams transmitted.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 44 }

.1.3.6.1.2.1.4.31.1.1.45
ipSystemStatsHCOutBcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP broadcast datagrams transmitted.  This
            object counts the same datagrams as
            ipSystemStatsOutBcastPkts, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 45 }

.1.3.6.1.2.1.4.31.1.1.46
ipSystemStatsDiscontinuityTime OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at which
            any one or more of this entry's counters suffered a
            discontinuity.

            If no such discontinuities have occurred since the last re-
            initialization of the local management subsystem, then this
            object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 46 }

.1.3.6.1.2.1.4.31.1.1.47
ipSystemStatsRefreshRate OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum reasonable polling interval for this entry.
            This object provides an indication of the minimum amount of
            time required to update the counters in this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipSystemStatsTable(1) ipSystemStatsEntry(1) 47 }

.1.3.6.1.2.1.4.31.2
ipIfStatsTableLastChange OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at which
            a row in the ipIfStatsTable was added or deleted.

            If new objects are added to the ipIfStatsTable that require
            the ipIfStatsTableLastChange to be updated when they are
            modified, they must specify that requirement in their
            description clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) 2 }

.1.3.6.1.2.1.4.31.3
ipIfStatsTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing per-interface traffic statistics.  This
            table and the ipSystemStatsTable contain similar objects
            whose difference is in their granularity.  Where this table
            contains per-interface statistics, the ipSystemStatsTable
            contains the same statistics, but counted on a system wide
            basis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) 3 }

.1.3.6.1.2.1.4.31.3.1
ipIfStatsEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipIfStatsIPVersion, ipIfStatsIfIndex }
  DESCRIPTION	"An interface statistics entry containing objects for a
            particular interface and version of IP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) 1 }

.1.3.6.1.2.1.4.31.3.1.1
ipIfStatsIPVersion OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version of this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 1 }

.1.3.6.1.2.1.4.31.3.1.2
ipIfStatsIfIndex OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 2 }

.1.3.6.1.2.1.4.31.3.1.3
ipIfStatsInReceives OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of input IP datagrams received, including
            those received in error.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 3 }

.1.3.6.1.2.1.4.31.3.1.4
ipIfStatsHCInReceives OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of input IP datagrams received, including
            those received in error.  This object counts the same
            datagrams as ipIfStatsInReceives, but allows for larger
            values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 4 }

.1.3.6.1.2.1.4.31.3.1.5
ipIfStatsInOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received in input IP datagrams,
            including those received in error.  Octets from datagrams
            counted in ipIfStatsInReceives MUST be counted here.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 5 }

.1.3.6.1.2.1.4.31.3.1.6
ipIfStatsHCInOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received in input IP datagrams,
            including those received in error.  This object counts the
            same octets as ipIfStatsInOctets, but allows for larger
            values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 6 }

.1.3.6.1.2.1.4.31.3.1.7
ipIfStatsInHdrErrors OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams discarded due to errors in
            their IP headers, including version number mismatch, other
            format errors, hop count exceeded, errors discovered in
            processing their IP options, etc.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 7 }

.1.3.6.1.2.1.4.31.3.1.8
ipIfStatsInNoRoutes OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams discarded because no route
            could be found to transmit them to their destination.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 8 }

.1.3.6.1.2.1.4.31.3.1.9
ipIfStatsInAddrErrors OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams discarded because the IP
            address in their IP header's destination field was not a
            valid address to be received at this entity.  This count
            includes invalid addresses (e.g., ::0).  For entities that
            are not IP routers and therefore do not forward datagrams,
            this counter includes datagrams discarded because the
            destination address was not a local address.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 9 }

.1.3.6.1.2.1.4.31.3.1.10
ipIfStatsInUnknownProtos OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of locally-addressed IP datagrams received
            successfully but discarded because of an unknown or
            unsupported protocol.

            When tracking interface statistics, the counter of the
            interface to which these datagrams were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the datagrams.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 10 }

.1.3.6.1.2.1.4.31.3.1.11
ipIfStatsInTruncatedPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams discarded because the
            datagram frame didn't carry enough data.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 11 }

.1.3.6.1.2.1.4.31.3.1.12
ipIfStatsInForwDatagrams OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input datagrams for which this entity was not
            their final IP destination and for which this entity
            attempted to find a route to forward them to that final
            destination.  In entities that do not act as IP routers,
            this counter will include only those datagrams that were
            Source-Routed via this entity, and the Source-Route
            processing was successful.

            When tracking interface statistics, the counter of the
            incoming interface is incremented for each datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 12 }

.1.3.6.1.2.1.4.31.3.1.13
ipIfStatsHCInForwDatagrams OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input datagrams for which this entity was not
            their final IP destination and for which this entity
            attempted to find a route to forward them to that final
            destination.  This object counts the same packets as
            ipIfStatsInForwDatagrams, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 13 }

.1.3.6.1.2.1.4.31.3.1.14
ipIfStatsReasmReqds OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP fragments received that needed to be
            reassembled at this interface.

            When tracking interface statistics, the counter of the
            interface to which these fragments were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the fragments.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 14 }

.1.3.6.1.2.1.4.31.3.1.15
ipIfStatsReasmOKs OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP datagrams successfully reassembled.

            When tracking interface statistics, the counter of the
            interface to which these datagrams were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the datagrams.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 15 }

.1.3.6.1.2.1.4.31.3.1.16
ipIfStatsReasmFails OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of failures detected by the IP re-assembly
            algorithm (for whatever reason: timed out, errors, etc.).
            Note that this is not necessarily a count of discarded IP
            fragments since some algorithms (notably the algorithm in
            RFC 815) can lose track of the number of fragments by
            combining them as they are received.

            When tracking interface statistics, the counter of the
            interface to which these fragments were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the fragments.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 16 }

.1.3.6.1.2.1.4.31.3.1.17
ipIfStatsInDiscards OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams for which no problems were
            encountered to prevent their continued processing, but
            were discarded (e.g., for lack of buffer space).  Note that
            this counter does not include any datagrams discarded while
            awaiting re-assembly.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 17 }

.1.3.6.1.2.1.4.31.3.1.18
ipIfStatsInDelivers OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of datagrams successfully delivered to IP
            user-protocols (including ICMP).

            When tracking interface statistics, the counter of the
            interface to which these datagrams were addressed is
            incremented.  This interface might not be the same as the
            input interface for some of the datagrams.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 18 }

.1.3.6.1.2.1.4.31.3.1.19
ipIfStatsHCInDelivers OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of datagrams successfully delivered to IP
            user-protocols (including ICMP).  This object counts the
            same packets as ipIfStatsInDelivers, but allows for larger
            values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 19 }

.1.3.6.1.2.1.4.31.3.1.20
ipIfStatsOutRequests OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IP datagrams that local IP user-
            protocols (including ICMP) supplied to IP in requests for
            transmission.  Note that this counter does not include any
            datagrams counted in ipIfStatsOutForwDatagrams.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 20 }

.1.3.6.1.2.1.4.31.3.1.21
ipIfStatsHCOutRequests OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IP datagrams that local IP user-
            protocols (including ICMP) supplied to IP in requests for
            transmission.  This object counts the same packets as
            ipIfStatsOutRequests, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 21 }

.1.3.6.1.2.1.4.31.3.1.23
ipIfStatsOutForwDatagrams OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of datagrams for which this entity was not their
            final IP destination and for which it was successful in
            finding a path to their final destination.  In entities
            that do not act as IP routers, this counter will include
            only those datagrams that were Source-Routed via this
            entity, and the Source-Route processing was successful.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for a successfully
            forwarded datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 23 }

.1.3.6.1.2.1.4.31.3.1.24
ipIfStatsHCOutForwDatagrams OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of datagrams for which this entity was not their
            final IP destination and for which it was successful in
            finding a path to their final destination.  This object
            counts the same packets as ipIfStatsOutForwDatagrams, but
            allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 24 }

.1.3.6.1.2.1.4.31.3.1.25
ipIfStatsOutDiscards OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output IP datagrams for which no problem was
            encountered to prevent their transmission to their
            destination, but were discarded (e.g., for lack of
            buffer space).  Note that this counter would include
            datagrams counted in ipIfStatsOutForwDatagrams if any such
            datagrams met this (discretionary) discard criterion.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 25 }

.1.3.6.1.2.1.4.31.3.1.26
ipIfStatsOutFragReqds OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP datagrams that would require fragmentation
            in order to be transmitted.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for a successfully
            fragmented datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 26 }

.1.3.6.1.2.1.4.31.3.1.27
ipIfStatsOutFragOKs OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP datagrams that have been successfully
            fragmented.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for a successfully
            fragmented datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 27 }

.1.3.6.1.2.1.4.31.3.1.28
ipIfStatsOutFragFails OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP datagrams that have been discarded because
            they needed to be fragmented but could not be.  This
            includes IPv4 packets that have the DF bit set and IPv6
            packets that are being forwarded and exceed the outgoing
            link MTU.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for an unsuccessfully
            fragmented datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 28 }

.1.3.6.1.2.1.4.31.3.1.29
ipIfStatsOutFragCreates OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output datagram fragments that have been
            generated as a result of IP fragmentation.

            When tracking interface statistics, the counter of the
            outgoing interface is incremented for a successfully
            fragmented datagram.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 29 }

.1.3.6.1.2.1.4.31.3.1.30
ipIfStatsOutTransmits OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IP datagrams that this entity supplied
            to the lower layers for transmission.  This includes
            datagrams generated locally and those forwarded by this
            entity.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 30 }

.1.3.6.1.2.1.4.31.3.1.31
ipIfStatsHCOutTransmits OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IP datagrams that this entity supplied
            to the lower layers for transmission.  This object counts
            the same datagrams as ipIfStatsOutTransmits, but allows for
            larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 31 }

.1.3.6.1.2.1.4.31.3.1.32
ipIfStatsOutOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets in IP datagrams delivered to the
            lower layers for transmission.  Octets from datagrams
            counted in ipIfStatsOutTransmits MUST be counted here.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 32 }

.1.3.6.1.2.1.4.31.3.1.33
ipIfStatsHCOutOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets in IP datagrams delivered to the
            lower layers for transmission.  This objects counts the same
            octets as ipIfStatsOutOctets, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 33 }

.1.3.6.1.2.1.4.31.3.1.34
ipIfStatsInMcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP multicast datagrams received.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 34 }

.1.3.6.1.2.1.4.31.3.1.35
ipIfStatsHCInMcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP multicast datagrams received.  This object
            counts the same datagrams as ipIfStatsInMcastPkts, but
            allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 35 }

.1.3.6.1.2.1.4.31.3.1.36
ipIfStatsInMcastOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received in IP multicast
            datagrams.  Octets from datagrams counted in
            ipIfStatsInMcastPkts MUST be counted here.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 36 }

.1.3.6.1.2.1.4.31.3.1.37
ipIfStatsHCInMcastOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received in IP multicast
            datagrams.  This object counts the same octets as
            ipIfStatsInMcastOctets, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 37 }

.1.3.6.1.2.1.4.31.3.1.38
ipIfStatsOutMcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP multicast datagrams transmitted.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 38 }

.1.3.6.1.2.1.4.31.3.1.39
ipIfStatsHCOutMcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP multicast datagrams transmitted.  This
            object counts the same datagrams as ipIfStatsOutMcastPkts,
            but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 39 }

.1.3.6.1.2.1.4.31.3.1.40
ipIfStatsOutMcastOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets transmitted in IP multicast
            datagrams.  Octets from datagrams counted in
            ipIfStatsOutMcastPkts MUST be counted here.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 40 }

.1.3.6.1.2.1.4.31.3.1.41
ipIfStatsHCOutMcastOctets OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets transmitted in IP multicast
            datagrams.  This object counts the same octets as
            ipIfStatsOutMcastOctets, but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 41 }

.1.3.6.1.2.1.4.31.3.1.42
ipIfStatsInBcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP broadcast datagrams received.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 42 }

.1.3.6.1.2.1.4.31.3.1.43
ipIfStatsHCInBcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP broadcast datagrams received.  This object
            counts the same datagrams as ipIfStatsInBcastPkts, but
            allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 43 }

.1.3.6.1.2.1.4.31.3.1.44
ipIfStatsOutBcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP broadcast datagrams transmitted.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 44 }

.1.3.6.1.2.1.4.31.3.1.45
ipIfStatsHCOutBcastPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP broadcast datagrams transmitted.  This
            object counts the same datagrams as ipIfStatsOutBcastPkts,
            but allows for larger values.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 45 }

.1.3.6.1.2.1.4.31.3.1.46
ipIfStatsDiscontinuityTime OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at which
            any one or more of this entry's counters suffered a
            discontinuity.

            If no such discontinuities have occurred since the last re-
            initialization of the local management subsystem, then this
            object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 46 }

.1.3.6.1.2.1.4.31.3.1.47
ipIfStatsRefreshRate OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum reasonable polling interval for this entry.
            This object provides an indication of the minimum amount of
            time required to update the counters in this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31) ipIfStatsTable(3) ipIfStatsEntry(1) 47 }

.1.3.6.1.2.1.4.32
ipAddressPrefixTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table allows the user to determine the source of an IP
            address or set of IP addresses, and allows other tables to
            share the information via pointer rather than by copying.

            For example, when the node configures both a unicast and
            anycast address for a prefix, the ipAddressPrefix objects
            for those addresses will point to a single row in this
            table.

            This table primarily provides support for IPv6 prefixes, and
            several of the objects are less meaningful for IPv4.  The
            table continues to allow IPv4 addresses to allow future
            flexibility.  In order to promote a common configuration,
            this document includes suggestions for default values for
            IPv4 prefixes.  Each of these values may be overridden if an
            object is meaningful to the node.

            All prefixes used by this entity should be included in this
            table independent of how the entity learned the prefix.
            (This table isn't limited to prefixes learned from router
            advertisements.)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 32 }

.1.3.6.1.2.1.4.32.1
ipAddressPrefixEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipAddressPrefixIfIndex, ipAddressPrefixType, ipAddressPrefixPrefix, ipAddressPrefixLength }
  DESCRIPTION	"An entry in the ipAddressPrefixTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) 1 }

.1.3.6.1.2.1.4.32.1.1
ipAddressPrefixIfIndex OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface on
            which this prefix is configured.  The interface identified
            by a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 1 }

.1.3.6.1.2.1.4.32.1.2
ipAddressPrefixType OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of ipAddressPrefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 2 }

.1.3.6.1.2.1.4.32.1.3
ipAddressPrefixPrefix OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address prefix.  The address type of this object is
            specified in ipAddressPrefixType.  The length of this object
            is the standard length for objects of that type (4 or 16
            bytes).  Any bits after ipAddressPrefixLength must be zero.

            Implementors need to be aware that, if the size of
            ipAddressPrefixPrefix exceeds 114 octets, then OIDS of
            instances of columns in this row will have more than 128
            sub-identifiers and cannot be accessed using SNMPv1,
            SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 3 }

.1.3.6.1.2.1.4.32.1.4
ipAddressPrefixLength OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The prefix length associated with this prefix.

            The value 0 has no special meaning for this object.  It
            simply refers to address '::/0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 4 }

.1.3.6.1.2.1.4.32.1.5
ipAddressPrefixOrigin OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION IpAddressPrefixOriginTC
  SYNTAX	INTEGER {other(1), manual(2), wellknown(3), dhcp(4), routeradv(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The origin of this prefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 5 }

.1.3.6.1.2.1.4.32.1.6
ipAddressPrefixOnLinkFlag OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object has the value 'true(1)', if this prefix can be
            used for on-link determination; otherwise, the value is
            'false(2)'.

            The default for IPv4 prefixes is 'true(1)'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 6 }

.1.3.6.1.2.1.4.32.1.7
ipAddressPrefixAutonomousFlag OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Autonomous address configuration flag.  When true(1),
            indicates that this prefix can be used for autonomous
            address configuration (i.e., can be used to form a local
            interface address).  If false(2), it is not used to auto-
            configure a local interface address.

            The default for IPv4 prefixes is 'false(2)'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 7 }

.1.3.6.1.2.1.4.32.1.8
ipAddressPrefixAdvPreferredLifetime OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remaining length of time, in seconds, that this prefix
            will continue to be preferred, i.e., time until deprecation.

            A value of 4,294,967,295 represents infinity.

            The address generated from a deprecated prefix should no
            longer be used as a source address in new communications,
            but packets received on such an interface are processed as
            expected.

            The default for IPv4 prefixes is 4,294,967,295 (infinity)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 8 }

.1.3.6.1.2.1.4.32.1.9
ipAddressPrefixAdvValidLifetime OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remaining length of time, in seconds, that this prefix
            will continue to be valid, i.e., time until invalidation.  A
            value of 4,294,967,295 represents infinity.

            The address generated from an invalidated prefix should not
            appear as the destination or source address of a packet.
            The default for IPv4 prefixes is 4,294,967,295 (infinity)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 9 }

.1.3.6.1.2.1.4.33
ipAddressSpinLock OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An advisory lock used to allow cooperating SNMP managers to
            coordinate their use of the set operation in creating or
            modifying rows within this table.

            In order to use this lock to coordinate the use of set
            operations, managers should first retrieve
            ipAddressTableSpinLock.  They should then determine the
            appropriate row to create or modify.  Finally, they should
            issue the appropriate set command, including the retrieved
            value of ipAddressSpinLock.  If another manager has altered
            the table in the meantime, then the value of
            ipAddressSpinLock will have changed, and the creation will
            fail as it will be specifying an incorrect value for
            ipAddressSpinLock.  It is suggested, but not required, that
            the ipAddressSpinLock be the first var bind for each set of
            objects representing a 'row' in a PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 33 }

.1.3.6.1.2.1.4.34
ipAddressTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains addressing information relevant to the
            entity's interfaces.

            This table does not contain multicast address information.
            Tables for such information should be contained in multicast
            specific MIBs, such as RFC 3019.

            While this table is writable, the user will note that
            several objects, such as ipAddressOrigin, are not.  The
            intention in allowing a user to write to this table is to
            allow them to add or remove any entry that isn't
            permanent.  The user should be allowed to modify objects
            and entries when that would not cause inconsistencies
            within the table.  Allowing write access to objects, such
            as ipAddressOrigin, could allow a user to insert an entry
            and then label it incorrectly.

            Note well: When including IPv6 link-local addresses in this
            table, the entry must use an InetAddressType of 'ipv6z' in
            order to differentiate between the possible interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 34 }

.1.3.6.1.2.1.4.34.1
ipAddressEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipAddressAddrType, ipAddressAddr }
  DESCRIPTION	"An address mapping for a particular interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) 1 }

.1.3.6.1.2.1.4.34.1.1
ipAddressAddrType OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of ipAddressAddr."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 1 }

.1.3.6.1.2.1.4.34.1.2
ipAddressAddr OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address to which this entry's addressing information
            pertains.  The address type of this object is specified in
            ipAddressAddrType.

            Implementors need to be aware that if the size of
            ipAddressAddr exceeds 116 octets, then OIDS of instances of
            columns in this row will have more than 128 sub-identifiers
            and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 2 }

.1.3.6.1.2.1.4.34.1.3
ipAddressIfIndex OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 3 }

.1.3.6.1.2.1.4.34.1.4
ipAddressType OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	INTEGER {unicast(1), anycast(2), broadcast(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of address.  broadcast(3) is not a valid value for
            IPv6 addresses (RFC 3513)."
  DEFVAL	{ unicast }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 4 }

.1.3.6.1.2.1.4.34.1.5
ipAddressPrefix OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A pointer to the row in the prefix table to which this
            address belongs.  May be { 0 0 } if there is no such row."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 5 }

.1.3.6.1.2.1.4.34.1.6
ipAddressOrigin OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION IpAddressOriginTC
  SYNTAX	INTEGER {other(1), manual(2), dhcp(4), linklayer(5), random(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The origin of the address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 6 }

.1.3.6.1.2.1.4.34.1.7
ipAddressStatus OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION IpAddressStatusTC
  SYNTAX	INTEGER {preferred(1), invalid(3), inaccessible(4), unknown(5), tentative(6), duplicate(7), optimistic(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the address, describing if the address can be
            used for communication.

            In the absence of other information, an IPv4 address is
            always preferred(1)."
  DEFVAL	{ preferred }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 7 }

.1.3.6.1.2.1.4.34.1.8
ipAddressCreated OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this entry was created.
            If this entry was created prior to the last re-
            initialization of the local network management subsystem,
            then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 8 }

.1.3.6.1.2.1.4.34.1.9
ipAddressLastChanged OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this entry was last
            updated.  If this entry was updated prior to the last re-
            initialization of the local network management subsystem,
            then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 9 }

.1.3.6.1.2.1.4.34.1.10
ipAddressRowStatus OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

            The RowStatus TC requires that this DESCRIPTION clause
            states under which circumstances other objects in this row
            can be modified.  The value of this object has no effect on
            whether other objects in this conceptual row can be
            modified.

            A conceptual row can not be made active until the
            ipAddressIfIndex has been set to a valid index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 10 }

.1.3.6.1.2.1.4.34.1.11
ipAddressStorageType OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  If this object
            has a value of 'permanent', then no other objects are
            required to be able to be modified."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34) ipAddressEntry(1) 11 }

.1.3.6.1.2.1.4.35
ipNetToPhysicalTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP Address Translation table used for mapping from IP
            addresses to physical addresses.

            The Address Translation tables contain the IP address to
            'physical' address equivalences.  Some interfaces do not use
            translation tables for determining address equivalences
            (e.g., DDN-X.25 has an algorithmic method); if all
            interfaces are of this type, then the Address Translation
            table is empty, i.e., has zero entries.

            While many protocols may be used to populate this table, ARP
            and Neighbor Discovery are the most likely
            options."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 35 }

.1.3.6.1.2.1.4.35.1
ipNetToPhysicalEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipNetToPhysicalIfIndex, ipNetToPhysicalNetAddressType, ipNetToPhysicalNetAddress }
  DESCRIPTION	"Each entry contains one IP address to `physical' address
            equivalence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToPhysicalTable(35) 1 }

.1.3.6.1.2.1.4.35.1.1
ipNetToPhysicalIfIndex OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 1 }

.1.3.6.1.2.1.4.35.1.2
ipNetToPhysicalNetAddressType OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of ipNetToPhysicalNetAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 2 }

.1.3.6.1.2.1.4.35.1.3
ipNetToPhysicalNetAddress OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP Address corresponding to the media-dependent
            `physical' address.  The address type of this object is
            specified in ipNetToPhysicalAddressType.

            Implementors need to be aware that if the size of
            ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of
            instances of columns in this row will have more than 128
            sub-identifiers and cannot be accessed using SNMPv1,
            SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 3 }

.1.3.6.1.2.1.4.35.1.4
ipNetToPhysicalPhysAddress OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING (0..65535) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The media-dependent `physical' address.

            As the entries in this table are typically not persistent
            when this object is written the entity SHOULD NOT save the
            change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 4 }

.1.3.6.1.2.1.4.35.1.5
ipNetToPhysicalLastUpdated OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this entry was last
            updated.  If this entry was updated prior to the last re-
            initialization of the local network management subsystem,
            then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 5 }

.1.3.6.1.2.1.4.35.1.6
ipNetToPhysicalType OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	INTEGER {other(1), invalid(2), dynamic(3), static(4), local(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of mapping.

            Setting this object to the value invalid(2) has the effect
            of invalidating the corresponding entry in the
            ipNetToPhysicalTable.  That is, it effectively dis-
            associates the interface identified with said entry from the
            mapping identified with said entry.  It is an
            implementation-specific matter as to whether the agent
            removes an invalidated entry from the table.  Accordingly,
            management stations must be prepared to receive tabular
            information from agents that corresponds to entries not
            currently in use.  Proper interpretation of such entries
            requires examination of the relevant ipNetToPhysicalType
            object.

            The 'dynamic(3)' type indicates that the IP address to
            physical addresses mapping has been dynamically resolved
            using e.g., IPv4 ARP or the IPv6 Neighbor Discovery
            protocol.

            The 'static(4)' type indicates that the mapping has been
            statically configured.  Both of these refer to entries that
            provide mappings for other entities addresses.

            The 'local(5)' type indicates that the mapping is provided
            for an entity's own interface address.

            As the entries in this table are typically not persistent
            when this object is written the entity SHOULD NOT save the
            change to non-volatile storage."
  DEFVAL	{ static }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 6 }

.1.3.6.1.2.1.4.35.1.7
ipNetToPhysicalState OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	INTEGER {reachable(1), stale(2), delay(3), probe(4), invalid(5), unknown(6), incomplete(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Neighbor Unreachability Detection state for the
            interface when the address mapping in this entry is used.
            If Neighbor Unreachability Detection is not in use (e.g. for
            IPv4), this object is always unknown(6)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 7 }

.1.3.6.1.2.1.4.35.1.8
ipNetToPhysicalRowStatus OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

            The RowStatus TC requires that this DESCRIPTION clause
            states under which circumstances other objects in this row
            can be modified.  The value of this object has no effect on
            whether other objects in this conceptual row can be
            modified.

            A conceptual row can not be made active until the
            ipNetToPhysicalPhysAddress object has been set.

            Note that if the ipNetToPhysicalType is set to 'invalid',
            the managed node may delete the entry independent of the
            state of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 8 }

.1.3.6.1.2.1.4.36
ipv6ScopeZoneIndexTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table used to describe IPv6 unicast and multicast scope
            zones.

            For those objects that have names rather than numbers, the
            names were chosen to coincide with the names used in the
            IPv6 address architecture document. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 36 }

.1.3.6.1.2.1.4.36.1
ipv6ScopeZoneIndexEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6ScopeZoneIndexIfIndex }
  DESCRIPTION	"Each entry contains the list of scope identifiers on a given
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) 1 }

.1.3.6.1.2.1.4.36.1.1
ipv6ScopeZoneIndexIfIndex OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which these scopes belong.  The interface identified by a
            particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 1 }

.1.3.6.1.2.1.4.36.1.2
ipv6ScopeZoneIndexLinkLocal OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for the link-local scope on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 2 }

.1.3.6.1.2.1.4.36.1.3
ipv6ScopeZoneIndex3 OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for scope 3 on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 3 }

.1.3.6.1.2.1.4.36.1.4
ipv6ScopeZoneIndexAdminLocal OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for the admin-local scope on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 4 }

.1.3.6.1.2.1.4.36.1.5
ipv6ScopeZoneIndexSiteLocal OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for the site-local scope on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 5 }

.1.3.6.1.2.1.4.36.1.6
ipv6ScopeZoneIndex6 OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for scope 6 on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 6 }

.1.3.6.1.2.1.4.36.1.7
ipv6ScopeZoneIndex7 OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for scope 7 on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 7 }

.1.3.6.1.2.1.4.36.1.8
ipv6ScopeZoneIndexOrganizationLocal OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for the organization-local scope on this
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 8 }

.1.3.6.1.2.1.4.36.1.9
ipv6ScopeZoneIndex9 OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for scope 9 on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 9 }

.1.3.6.1.2.1.4.36.1.10
ipv6ScopeZoneIndexA OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for scope A on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 10 }

.1.3.6.1.2.1.4.36.1.11
ipv6ScopeZoneIndexB OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for scope B on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 11 }

.1.3.6.1.2.1.4.36.1.12
ipv6ScopeZoneIndexC OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for scope C on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 12 }

.1.3.6.1.2.1.4.36.1.13
ipv6ScopeZoneIndexD OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zone index for scope D on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 13 }

.1.3.6.1.2.1.4.37
ipDefaultRouterTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table used to describe the default routers known to this
            entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 37 }

.1.3.6.1.2.1.4.37.1
ipDefaultRouterEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipDefaultRouterAddressType, ipDefaultRouterAddress, ipDefaultRouterIfIndex }
  DESCRIPTION	"Each entry contains information about a default router known
            to this entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipDefaultRouterTable(37) 1 }

.1.3.6.1.2.1.4.37.1.1
ipDefaultRouterAddressType OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type for this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 1 }

.1.3.6.1.2.1.4.37.1.2
ipDefaultRouterAddress OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the default router represented by this
            row.  The address type of this object is specified in
            ipDefaultRouterAddressType.

            Implementers need to be aware that if the size of
            ipDefaultRouterAddress exceeds 115 octets, then OIDS of
            instances of columns in this row will have more than 128
            sub-identifiers and cannot be accessed using SNMPv1,
            SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 2 }

.1.3.6.1.2.1.4.37.1.3
ipDefaultRouterIfIndex OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface by
            which the router can be reached.  The interface identified
            by a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 3 }

.1.3.6.1.2.1.4.37.1.4
ipDefaultRouterLifetime OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remaining length of time, in seconds, that this router
            will continue to be useful as a default router.  A value of
            zero indicates that it is no longer useful as a default
            router.  It is left to the implementer of the MIB as to
            whether a router with a lifetime of zero is removed from the
            list.

            For IPv6, this value should be extracted from the router
            advertisement messages."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 4 }

.1.3.6.1.2.1.4.37.1.5
ipDefaultRouterPreference OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	INTEGER {reserved(-2), low(-1), medium(0), high(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of preference given to this router as a
            default router as described in he Default Router
            Preferences document.  Treating the value as a
            2 bit signed integer allows for simple arithmetic
            comparisons.

            For IPv4 routers or IPv6 routers that are not using the
            updated router advertisement format, this object is set to
            medium (0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 5 }

.1.3.6.1.2.1.4.38
ipv6RouterAdvertSpinLock OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An advisory lock used to allow cooperating SNMP managers to
            coordinate their use of the set operation in creating or
            modifying rows within this table.

            In order to use this lock to coordinate the use of set
            operations, managers should first retrieve
            ipv6RouterAdvertSpinLock.  They should then determine the
            appropriate row to create or modify.  Finally, they should
            issue the appropriate set command including the retrieved
            value of ipv6RouterAdvertSpinLock.  If another manager has
            altered the table in the meantime, then the value of
            ipv6RouterAdvertSpinLock will have changed and the creation
            will fail as it will be specifying an incorrect value for
            ipv6RouterAdvertSpinLock.  It is suggested, but not
            required, that the ipv6RouterAdvertSpinLock be the first var
            bind for each set of objects representing a 'row' in a PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 38 }

.1.3.6.1.2.1.4.39
ipv6RouterAdvertTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing information used to construct router
            advertisements."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 39 }

.1.3.6.1.2.1.4.39.1
ipv6RouterAdvertEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6RouterAdvertIfIndex }
  DESCRIPTION	"An entry containing information used to construct router
            advertisements.

            Information in this table is persistent, and when this
            object is written, the entity SHOULD save the change to
            non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) 1 }

.1.3.6.1.2.1.4.39.1.1
ipv6RouterAdvertIfIndex OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface on
            which router advertisements constructed with this
            information will be transmitted.  The interface identified
            by a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 1 }

.1.3.6.1.2.1.4.39.1.2
ipv6RouterAdvertSendAdverts OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A flag indicating whether the router sends periodic
            router advertisements and responds to router solicitations
            on this interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 2 }

.1.3.6.1.2.1.4.39.1.3
ipv6RouterAdvertMaxInterval OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32 (4..1800) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum time allowed between sending unsolicited router
            advertisements from this interface."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 3 }

.1.3.6.1.2.1.4.39.1.4
ipv6RouterAdvertMinInterval OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32 (3..1350) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimum time allowed between sending unsolicited router
            advertisements from this interface.

            The default is 0.33 * ipv6RouterAdvertMaxInterval, however,
            in the case of a low value for ipv6RouterAdvertMaxInterval,
            the minimum value for this object is restricted to 3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 4 }

.1.3.6.1.2.1.4.39.1.5
ipv6RouterAdvertManagedFlag OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The true/false value to be placed into the 'managed address
            configuration' flag field in router advertisements sent from
            this interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 5 }

.1.3.6.1.2.1.4.39.1.6
ipv6RouterAdvertOtherConfigFlag OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The true/false value to be placed into the 'other stateful
            configuration' flag field in router advertisements sent from
            this interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 6 }

.1.3.6.1.2.1.4.39.1.7
ipv6RouterAdvertLinkMTU OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value to be placed in MTU options sent by the router on
            this interface.

            A value of zero indicates that no MTU options are sent."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 7 }

.1.3.6.1.2.1.4.39.1.8
ipv6RouterAdvertReachableTime OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32 (0..3600000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value to be placed in the reachable time field in router
            advertisement messages sent from this interface.

            A value of zero in the router advertisement indicates that
            the advertisement isn't specifying a value for reachable
            time."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 8 }

.1.3.6.1.2.1.4.39.1.9
ipv6RouterAdvertRetransmitTime OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value to be placed in the retransmit timer field in
            router advertisements sent from this interface.

            A value of zero in the router advertisement indicates that
            the advertisement isn't specifying a value for retrans
            time."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 9 }

.1.3.6.1.2.1.4.39.1.10
ipv6RouterAdvertCurHopLimit OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The default value to be placed in the current hop limit
            field in router advertisements sent from this interface.
            The value should be set to the current diameter of the
            Internet.

            A value of zero in the router advertisement indicates that
            the advertisement isn't specifying a value for curHopLimit.

            The default should be set to the value specified in the IANA
            web pages (www.iana.org) at the time of implementation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 10 }

.1.3.6.1.2.1.4.39.1.11
ipv6RouterAdvertDefaultLifetime OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Unsigned32 (0 | 4..9000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value to be placed in the router lifetime field of
            router advertisements sent from this interface.  This value
            MUST be either 0 or between ipv6RouterAdvertMaxInterval and
            9000 seconds.

            A value of zero indicates that the router is not to be used
            as a default router.

            The default is 3 * ipv6RouterAdvertMaxInterval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 11 }

.1.3.6.1.2.1.4.39.1.12
ipv6RouterAdvertRowStatus OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

            As all objects in this conceptual row have default values, a
            row can be created and made active by setting this object
            appropriately.

            The RowStatus TC requires that this DESCRIPTION clause
            states under which circumstances other objects in this row
            can be modified.  The value of this object has no effect on
            whether other objects in this conceptual row can be
            modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 12 }

.1.3.6.1.2.1.4.40
saviMIB MODULE-IDENTITY
  -- FROM	SAVI-MIB
  DESCRIPTION	"This MIB Module is designed to support configuration
        and monitoring of SAVI  protocol.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 40 }

.1.3.6.1.2.1.4.40.1
saviObjects OBJECT-TYPE
  -- FROM	SAVI-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) 1 }

.1.3.6.1.2.1.4.40.1.1
saviObjectsSystemTable OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing savi system-wide parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) 1 }

.1.3.6.1.2.1.4.40.1.1.1
saviObjectsSystemEntry OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ saviObjectsSystemIPVersion }
  DESCRIPTION	"An entry  containing savi system-wide parameters for a
            particular IP version.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) 1 }

.1.3.6.1.2.1.4.40.1.1.1.1
saviObjectsSystemIPVersion OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 1 }

.1.3.6.1.2.1.4.40.1.1.1.2
saviObjectsSystemMode OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {savi-disable(1), savi-default(2), savi-dhcp-only(3), savi-slaac-only(4), savi-dhcp-slaac-mix(5), savi-send(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"IP Address Assignment Methods. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 2 }

.1.3.6.1.2.1.4.40.1.1.1.3
saviObjectsSystemMaxDhcpResponseTime OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A constant.
            TimeInterval is defined in RFC 2579, it's a period of time,
            measured in units of 0.01 seconds,
            and the value is (0..2147483647).
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 3 }

.1.3.6.1.2.1.4.40.1.1.1.4
saviObjectsSystemDataSnoopingInterval OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A constant.
            TimeInterval is defined in RFC 2579, it's a period of time,
            measured in units of 0.01 seconds,
            and the value is (0..2147483647).
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 4 }

.1.3.6.1.2.1.4.40.1.1.1.5
saviObjectsSystemMaxLeaseQueryDelay OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A constant.
            TimeInterval is defined in RFC 2579, it's a period of time,
            measured in units of 0.01 seconds,
            and the value is (0..2147483647).
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 5 }

.1.3.6.1.2.1.4.40.1.1.1.6
saviObjectsSystemOffLinkDelay OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A constant.
            TimeInterval is defined in RFC 2579, it's a period of time,
            measured in units of 0.01 seconds,
            and the value is (0..2147483647).
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 6 }

.1.3.6.1.2.1.4.40.1.1.1.7
saviObjectsSystemDetectionTimeout OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A constant.
            TimeInterval is defined in RFC 2579, it's a period of time,
            measured in units of 0.01 seconds,
            and the value is (0..2147483647).
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 7 }

.1.3.6.1.2.1.4.40.1.1.1.8
saviObjectsSystemTentLT OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A constant.
            TimeInterval is defined in RFC 2579, it's a period of time,
            measured in units of 0.01 seconds,
            and the value is (0..2147483647).
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 8 }

.1.3.6.1.2.1.4.40.1.1.1.9
saviObjectsSystemDefaultLT OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A constant.
            TimeInterval is defined in RFC 2579, it's a period of time,
            measured in units of 0.01 seconds,
            and the value is (0..2147483647).
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 9 }

.1.3.6.1.2.1.4.40.1.1.1.10
saviObjectsSystemTWAIT OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A constant.
            TimeInterval is defined in RFC 2579, it's a period of time,
            measured in units of 0.01 seconds,
            and the value is (0..2147483647).
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 10 }

.1.3.6.1.2.1.4.40.1.1.1.11
saviObjectsSystemNotifySpoofing OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Spoofing log status.
            enable indicates that spoofing log is enabled.
            disable indicates that spoofing log is disabled.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 11 }

.1.3.6.1.2.1.4.40.1.1.1.12
saviObjectsSystemNotifyFilter OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Filtering entry log status.
            enable indicates that filtering log is enabled.
            disable indicates that filtering log is disabled.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 12 }

.1.3.6.1.2.1.4.40.1.1.1.13
saviObjectsSystemNotifySpoofingInterval OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	Unsigned32 (0 | 5..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Interval for spoofing log. 0, 5 to 3600s.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 13 }

.1.3.6.1.2.1.4.40.1.1.1.14
saviObjectsSystemNotifySpoofingNumber OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	Unsigned32 (1..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of spoofing log entries. 1 to 128.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 14 }

.1.3.6.1.2.1.4.40.1.1.1.15
saviObjectsSystemBindingCount OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current binding entry count.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 15 }

.1.3.6.1.2.1.4.40.1.1.1.16
saviObjectsSystemFilteringCount OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current filtering entry count.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 16 }

.1.3.6.1.2.1.4.40.1.2
saviObjectsPortTable OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing SAVI parameters of each anchor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) 2 }

.1.3.6.1.2.1.4.40.1.2.1
saviObjectsPortEntry OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ saviObjectsPortIPVersion, saviObjectsPortIfIndex }
  DESCRIPTION	"An entry containing SAVI running parameters of an anchor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsPortTable(2) 1 }

.1.3.6.1.2.1.4.40.1.2.1.1
saviObjectsPortIPVersion OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsPortTable(2) saviObjectsPortEntry(1) 1 }

.1.3.6.1.2.1.4.40.1.2.1.2
saviObjectsPortIfIndex OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsPortTable(2) saviObjectsPortEntry(1) 2 }

.1.3.6.1.2.1.4.40.1.2.1.3
saviObjectsPortValidatingAttr OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An attribute defined in SAVI protocol.
            enable(1), the attribute is set.
            disable(2), the attribute is not set.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsPortTable(2) saviObjectsPortEntry(1) 3 }

.1.3.6.1.2.1.4.40.1.2.1.4
saviObjectsPortDhcpTrustAttr OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An attribute defined in SAVI protocol.
            enable(1), the attribute is set.
            disable(2), the attribute is not set.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsPortTable(2) saviObjectsPortEntry(1) 4 }

.1.3.6.1.2.1.4.40.1.2.1.5
saviObjectsPortTrustAttr OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An attribute defined in SAVI protocol.
            enable(1), the attribute is set.
            disable(2), the attribute is not set.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsPortTable(2) saviObjectsPortEntry(1) 5 }

.1.3.6.1.2.1.4.40.1.2.1.6
saviObjectsPortDhcpSnoopingAttr OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An attribute defined in SAVI protocol.
            enable(1), the attribute is set.
            disable(2), the attribute is not set.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsPortTable(2) saviObjectsPortEntry(1) 6 }

.1.3.6.1.2.1.4.40.1.2.1.7
saviObjectsPortDataSnoopingAttr OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An attribute defined in SAVI protocol.
            enable(1), the attribute is set.
            disable(2), the attribute is not set.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsPortTable(2) saviObjectsPortEntry(1) 7 }

.1.3.6.1.2.1.4.40.1.2.1.8
saviObjectsPortFilteringNum OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max filtering number of the Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsPortTable(2) saviObjectsPortEntry(1) 8 }

.1.3.6.1.2.1.4.40.1.3
saviObjectsBindingTable OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing the state of binding
            between source address and anchor.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) 3 }

.1.3.6.1.2.1.4.40.1.3.1
saviObjectsBindingEntry OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ saviObjectsBindingIpAddressType, saviObjectsBindingType, saviObjectsBindingIfIndex, saviObjectsBindingIpAddress }
  DESCRIPTION	"An entry containing the state of binding between source
            address and anchor.
            Entries are keyed on the source IP address type,
            binding type, anchor, and source IP address.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) 1 }

.1.3.6.1.2.1.4.40.1.3.1.1
saviObjectsBindingIpAddressType OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address type of the  binding source IP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 1 }

.1.3.6.1.2.1.4.40.1.3.1.2
saviObjectsBindingType OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {manual(1), slaac(2), dhcp(3), send(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address assignment methods."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 2 }

.1.3.6.1.2.1.4.40.1.3.1.3
saviObjectsBindingIfIndex OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 3 }

.1.3.6.1.2.1.4.40.1.3.1.4
saviObjectsBindingIpAddress OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The binding source IP address"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 4 }

.1.3.6.1.2.1.4.40.1.3.1.5
saviObjectsBindingMacAddr OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The binding source mac address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 5 }

.1.3.6.1.2.1.4.40.1.3.1.6
saviObjectsBindingState OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER {nO-BIND(1), iNIT-BIND(2), bOUND(3), dETECTION(4), rECOVERY(5), vERIFY(6), tENTATIVE(7), vALID(8), tESTING-TP-LT(9), tESTING-VP(10), tESTING-VPP(11), tENTATIVE-NUD(12), tENTATIVE-DAD(13)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the binding entry. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 6 }

.1.3.6.1.2.1.4.40.1.3.1.7
saviObjectsBindingLifetime OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The remaining lifetime of the entry.
            TimeInterval is defined in RFC 2579, it's a period of time,
            measured in units of 0.01 seconds,
            and the value is (0..2147483647).
            If saviObjectsBindingType=manual, a value of 2147483647
            represents infinity.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 7 }

.1.3.6.1.2.1.4.40.1.3.1.8
saviObjectsBindingCreationtime OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of the local clock when the entry was firstly created.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 8 }

.1.3.6.1.2.1.4.40.1.3.1.9
saviObjectsBindingTID OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Transaction ID (TID) (refer to RFC2131 and RFC3315) of  the corresponding DHCP transaction.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 9 }

.1.3.6.1.2.1.4.40.1.3.1.10
saviObjectsBindingRowStatus OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may be
              created, or old entries deleted from this table.
              An Entry can be created or deleted only when
              saviObjectsBindingType=manual.
             "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 10 }

.1.3.6.1.2.1.4.40.1.4
saviObjectsFilteringTable OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing the filtering entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) 4 }

.1.3.6.1.2.1.4.40.1.4.1
saviObjectsFilteringEntry OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ saviObjectsFilteringIpAddressType, saviObjectsFilteringIfIndex, saviObjectsFilteringIpAddress }
  DESCRIPTION	"An entry containing the filtering parameters.
            Entries are keyed on the source IP address type,
            anchor, and source IP address.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsFilteringTable(4) 1 }

.1.3.6.1.2.1.4.40.1.4.1.1
saviObjectsFilteringIpAddressType OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address type of the  filtering source IP"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsFilteringTable(4) saviObjectsFilteringEntry(1) 1 }

.1.3.6.1.2.1.4.40.1.4.1.2
saviObjectsFilteringIfIndex OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsFilteringTable(4) saviObjectsFilteringEntry(1) 2 }

.1.3.6.1.2.1.4.40.1.4.1.3
saviObjectsFilteringIpAddress OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The filtering source IP address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsFilteringTable(4) saviObjectsFilteringEntry(1) 3 }

.1.3.6.1.2.1.4.40.1.4.1.4
saviObjectsFilteringMacAddr OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The filtering source mac address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsFilteringTable(4) saviObjectsFilteringEntry(1) 4 }

.1.3.6.1.2.1.4.40.1.5
saviObjectsCountTable OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing count of packets dropped because of validation failure."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) 5 }

.1.3.6.1.2.1.4.40.1.5.1
saviObjectsCountEntry OBJECT-TYPE
  -- FROM	SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ saviObjectsCountIPVersion, saviObjectsCountIfIndex }
  DESCRIPTION	"An entry containing count of packets dropped because of validation failure for each interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsCountTable(5) 1 }

.1.3.6.1.2.1.4.40.1.5.1.1
saviObjectsCountIPVersion OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsCountTable(5) saviObjectsCountEntry(1) 1 }

.1.3.6.1.2.1.4.40.1.5.1.2
saviObjectsCountIfIndex OBJECT-TYPE
  -- FROM	SAVI-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsCountTable(5) saviObjectsCountEntry(1) 2 }

.1.3.6.1.2.1.4.40.1.5.1.3
saviObjectsCountFilterPkts OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Dropped packet count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsCountTable(5) saviObjectsCountEntry(1) 3 }

.1.3.6.1.2.1.4.40.1.5.1.4
saviObjectsCountFilterOctets OBJECT-TYPE
  -- FROM	SAVI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Dropped octet count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviObjects(1) saviObjectsCountTable(5) saviObjectsCountEntry(1) 4 }

.1.3.6.1.2.1.4.40.2
saviConformance OBJECT-TYPE
  -- FROM	SAVI-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) 2 }

.1.3.6.1.2.1.4.40.2.1
saviCompliances OBJECT-TYPE
  -- FROM	SAVI-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviConformance(2) 1 }

.1.3.6.1.2.1.4.40.2.1.1
saviCompliance MODULE-COMPLIANCE
  -- FROM	SAVI-MIB
  DESCRIPTION	"The compliance statement for entities which implement SAVI
            protocol.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviConformance(2) saviCompliances(1) 1 }

.1.3.6.1.2.1.4.40.2.2
saviGroups OBJECT-TYPE
  -- FROM	SAVI-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviConformance(2) 2 }

.1.3.6.1.2.1.4.40.2.2.1
systemGroup OBJECT-GROUP
  -- FROM	SAVI-MIB
  DESCRIPTION	"The system group contains objects corrsponding to savi system
            parameters.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviConformance(2) saviGroups(2) 1 }

.1.3.6.1.2.1.4.40.2.2.2
portGroup OBJECT-GROUP
  -- FROM	SAVI-MIB
  DESCRIPTION	"The if group contains objects corresponding to the savi running
            parameters of each anchor.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviConformance(2) saviGroups(2) 2 }

.1.3.6.1.2.1.4.40.2.2.3
bindingGroup OBJECT-GROUP
  -- FROM	SAVI-MIB
  DESCRIPTION	"The binding group contains the binding
            information of anchor and soure ip address.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviConformance(2) saviGroups(2) 3 }

.1.3.6.1.2.1.4.40.2.2.4
filteringGroup OBJECT-GROUP
  -- FROM	SAVI-MIB
  DESCRIPTION	"The filtering group contains the filtering
            information of anchor and soure ip address.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) saviConformance(2) saviGroups(2) 4 }

.1.3.6.1.2.1.5
icmp OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 5 }

.1.3.6.1.2.1.5.1
icmpInMsgs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of ICMP messages which the entity received.
            Note that this counter includes all those counted by
            icmpInErrors.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            icmpStatsInMsgs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 1 }

.1.3.6.1.2.1.5.2
icmpInErrors OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP messages which the entity received but
            determined as having ICMP-specific errors (bad ICMP
            checksums, bad length, etc.).

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            icmpStatsInErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 2 }

.1.3.6.1.2.1.5.3
icmpInDestUnreachs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Destination Unreachable messages
            received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 3 }

.1.3.6.1.2.1.5.4
icmpInTimeExcds OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Time Exceeded messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 4 }

.1.3.6.1.2.1.5.5
icmpInParmProbs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Parameter Problem messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 5 }

.1.3.6.1.2.1.5.6
icmpInSrcQuenchs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Source Quench messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 6 }

.1.3.6.1.2.1.5.7
icmpInRedirects OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Redirect messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 7 }

.1.3.6.1.2.1.5.8
icmpInEchos OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Echo (request) messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 8 }

.1.3.6.1.2.1.5.9
icmpInEchoReps OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Echo Reply messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 9 }

.1.3.6.1.2.1.5.10
icmpInTimestamps OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Timestamp (request) messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 10 }

.1.3.6.1.2.1.5.11
icmpInTimestampReps OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Timestamp Reply messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 11 }

.1.3.6.1.2.1.5.12
icmpInAddrMasks OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Address Mask Request messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 12 }

.1.3.6.1.2.1.5.13
icmpInAddrMaskReps OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Address Mask Reply messages received.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 13 }

.1.3.6.1.2.1.5.14
icmpOutMsgs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of ICMP messages which this entity
            attempted to send.  Note that this counter includes all
            those counted by icmpOutErrors.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            icmpStatsOutMsgs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 14 }

.1.3.6.1.2.1.5.15
icmpOutErrors OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP messages which this entity did not send
            due to problems discovered within ICMP, such as a lack of
            buffers.  This value should not include errors discovered
            outside the ICMP layer, such as the inability of IP to route
            the resultant datagram.  In some implementations, there may
            be no types of error which contribute to this counter's
            value.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by
            icmpStatsOutErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 15 }

.1.3.6.1.2.1.5.16
icmpOutDestUnreachs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Destination Unreachable messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 16 }

.1.3.6.1.2.1.5.17
icmpOutTimeExcds OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Time Exceeded messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 17 }

.1.3.6.1.2.1.5.18
icmpOutParmProbs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Parameter Problem messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 18 }

.1.3.6.1.2.1.5.19
icmpOutSrcQuenchs OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Source Quench messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 19 }

.1.3.6.1.2.1.5.20
icmpOutRedirects OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Redirect messages sent.  For a host, this
            object will always be zero, since hosts do not send
            redirects.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 20 }

.1.3.6.1.2.1.5.21
icmpOutEchos OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Echo (request) messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 21 }

.1.3.6.1.2.1.5.22
icmpOutEchoReps OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Echo Reply messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 22 }

.1.3.6.1.2.1.5.23
icmpOutTimestamps OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Timestamp (request) messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 23 }

.1.3.6.1.2.1.5.24
icmpOutTimestampReps OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Timestamp Reply messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 24 }

.1.3.6.1.2.1.5.25
icmpOutAddrMasks OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Address Mask Request messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 25 }

.1.3.6.1.2.1.5.26
icmpOutAddrMaskReps OBJECT-TYPE
  -- FROM	IP-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The number of ICMP Address Mask Reply messages sent.

            This object has been deprecated, as a new IP version-neutral
            table has been added.  It is loosely replaced by a column in
            the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 26 }

.1.3.6.1.2.1.5.29
icmpStatsTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of generic system-wide ICMP counters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 29 }

.1.3.6.1.2.1.5.29.1
icmpStatsEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ icmpStatsIPVersion }
  DESCRIPTION	"A conceptual row in the icmpStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29) 1 }

.1.3.6.1.2.1.5.29.1.1
icmpStatsIPVersion OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version of the statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29) icmpStatsEntry(1) 1 }

.1.3.6.1.2.1.5.29.1.2
icmpStatsInMsgs OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of ICMP messages that the entity received.
            Note that this counter includes all those counted by
            icmpStatsInErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29) icmpStatsEntry(1) 2 }

.1.3.6.1.2.1.5.29.1.3
icmpStatsInErrors OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP messages that the entity received but
            determined as having ICMP-specific errors (bad ICMP
            checksums, bad length, etc.)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29) icmpStatsEntry(1) 3 }

.1.3.6.1.2.1.5.29.1.4
icmpStatsOutMsgs OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of ICMP messages that the entity attempted
            to send.  Note that this counter includes all those counted
            by icmpStatsOutErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29) icmpStatsEntry(1) 4 }

.1.3.6.1.2.1.5.29.1.5
icmpStatsOutErrors OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP messages that this entity did not send
            due to problems discovered within ICMP, such as a lack of
            buffers.  This value should not include errors discovered
            outside the ICMP layer, such as the inability of IP to route
            the resultant datagram.  In some implementations, there may
            be no types of error that contribute to this counter's
            value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29) icmpStatsEntry(1) 5 }

.1.3.6.1.2.1.5.30
icmpMsgStatsTable OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of system-wide per-version, per-message type ICMP
            counters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 30 }

.1.3.6.1.2.1.5.30.1
icmpMsgStatsEntry OBJECT-TYPE
  -- FROM	IP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ icmpMsgStatsIPVersion, icmpMsgStatsType }
  DESCRIPTION	"A conceptual row in the icmpMsgStatsTable.

            The system should track each ICMP type value, even if that
            ICMP type is not supported by the system.  However, a
            given row need not be instantiated unless a message of that
            type has been processed, i.e., the row for
            icmpMsgStatsType=X MAY be instantiated before but MUST be
            instantiated after the first message with Type=X is
            received or transmitted.  After receiving or transmitting
            any succeeding messages with Type=X, the relevant counter
            must be incremented."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpMsgStatsTable(30) 1 }

.1.3.6.1.2.1.5.30.1.1
icmpMsgStatsIPVersion OBJECT-TYPE
  -- FROM	IP-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version of the statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpMsgStatsTable(30) icmpMsgStatsEntry(1) 1 }

.1.3.6.1.2.1.5.30.1.2
icmpMsgStatsType OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ICMP type field of the message type being counted by
            this row.

            Note that ICMP message types are scoped by the address type
            in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpMsgStatsTable(30) icmpMsgStatsEntry(1) 2 }

.1.3.6.1.2.1.5.30.1.3
icmpMsgStatsInPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input packets for this AF and type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpMsgStatsTable(30) icmpMsgStatsEntry(1) 3 }

.1.3.6.1.2.1.5.30.1.4
icmpMsgStatsOutPkts OBJECT-TYPE
  -- FROM	IP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output packets for this AF and type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpMsgStatsTable(30) icmpMsgStatsEntry(1) 4 }

.1.3.6.1.2.1.6
tcp OBJECT-TYPE
  -- FROM	RFC1213-MIB, RFC1158-MIB, TCP-MIB, IPV6-TCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 6 }

.1.3.6.1.2.1.6.1
tcpRtoAlgorithm OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	INTEGER {other(1), constant(2), rsre(3), vanj(4)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The algorithm used to determine the timeout value
                      used for retransmitting unacknowledged octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 1 }

.1.3.6.1.2.1.6.2
tcpRtoMin OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The minimum value permitted by a TCP
                      implementation for the retransmission timeout,
                      measured in milliseconds.  More refined semantics
                      for objects of this type depend upon the algorithm
                      used to determine the retransmission timeout.  In
                      particular, when the timeout algorithm is rsre(3),
                      an object of this type has the semantics of the
                      LBOUND quantity described in RFC 793."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 2 }

.1.3.6.1.2.1.6.3
tcpRtoMax OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The maximum value permitted by a TCP
                      implementation for the retransmission timeout,
                      measured in milliseconds.  More refined semantics
                      for objects of this type depend upon the algorithm
                      used to determine the retransmission timeout.  In
                      particular, when the timeout algorithm is rsre(3),
                      an object of this type has the semantics of the
                      UBOUND quantity described in RFC 793."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 3 }

.1.3.6.1.2.1.6.4
tcpMaxConn OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The limit on the total number of TCP connections
                      the entity can support.  In entities where the
                      maximum number of connections is dynamic, this
                      object should contain the value -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 4 }

.1.3.6.1.2.1.6.5
tcpActiveOpens OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times TCP connections have made a
                      direct transition to the SYN-SENT state from the
                      CLOSED state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 5 }

.1.3.6.1.2.1.6.6
tcpPassiveOpens OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times TCP connections have made a
                      direct transition to the SYN-RCVD state from the
                      LISTEN state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 6 }

.1.3.6.1.2.1.6.7
tcpAttemptFails OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times TCP connections have made a
                      direct transition to the CLOSED state from either
                      the SYN-SENT state or the SYN-RCVD state, plus the
                      number of times TCP connections have made a direct
                      transition to the LISTEN state from the SYN-RCVD
                      state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 7 }

.1.3.6.1.2.1.6.8
tcpEstabResets OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times TCP connections have made a
                      direct transition to the CLOSED state from either
                      the ESTABLISHED state or the CLOSE-WAIT state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 8 }

.1.3.6.1.2.1.6.9
tcpCurrEstab OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of TCP connections for which the
                      current state is either ESTABLISHED or CLOSE-
                      WAIT."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 9 }

.1.3.6.1.2.1.6.10
tcpInSegs OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of segments received, including
                      those received in error.  This count includes
                      segments received on currently established
                      connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 10 }

.1.3.6.1.2.1.6.11
tcpOutSegs OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of segments sent, including
                      those on current connections but excluding those
                      containing only retransmitted octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 11 }

.1.3.6.1.2.1.6.12
tcpRetransSegs OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of segments retransmitted - that
                      is, the number of TCP segments transmitted
                      containing one or more previously transmitted
                      octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 12 }

.1.3.6.1.2.1.6.13
tcpConnTable OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A table containing TCP connection-specific
                      information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 13 }

.1.3.6.1.2.1.6.13.1
tcpConnEntry OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ tcpConnLocalAddress, tcpConnLocalPort, tcpConnRemAddress, tcpConnRemPort }
  DESCRIPTION	"Information about a particular current TCP
                      connection.  An object of this type is transient,
                      in that it ceases to exist when (or soon after)
                      the connection makes the transition to the CLOSED
                      state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13) 1 }

.1.3.6.1.2.1.6.13.1.1
tcpConnState OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	INTEGER {closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The state of this TCP connection.

                      The only value which may be set by a management
                      station is deleteTCB(12).  Accordingly, it is
                      appropriate for an agent to return a `badValue'
                      response if a management station attempts to set
                      this object to any other value.

                      If a management station sets this object to the
                      value deleteTCB(12), then this has the effect of
                      deleting the TCB (as defined in RFC 793) of the
                      corresponding connection on the managed node,
                      resulting in immediate termination of the
                      connection.

                      As an implementation-specific option, a RST
                      segment may be sent from the managed node to the
                      other TCP endpoint (note however that RST segments
                      are not sent reliably)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13) tcpConnEntry(1) 1 }

.1.3.6.1.2.1.6.13.1.2
tcpConnLocalAddress OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The local IP address for this TCP connection.  In
                      the case of a connection in the listen state which
                      is willing to accept connections for any IP
                      interface associated with the node, the value
                      0.0.0.0 is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13) tcpConnEntry(1) 2 }

.1.3.6.1.2.1.6.13.1.3
tcpConnLocalPort OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The local port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13) tcpConnEntry(1) 3 }

.1.3.6.1.2.1.6.13.1.4
tcpConnRemAddress OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The remote IP address for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13) tcpConnEntry(1) 4 }

.1.3.6.1.2.1.6.13.1.5
tcpConnRemPort OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The remote port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13) tcpConnEntry(1) 5 }

.1.3.6.1.2.1.6.14
tcpInErrs OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of segments received in error
                      (e.g., bad TCP checksums)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 14 }

.1.3.6.1.2.1.6.15
tcpOutRsts OBJECT-TYPE
  -- FROM	RFC1213-MIB, TCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of TCP segments sent containing the
                      RST flag."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 15 }

.1.3.6.1.2.1.6.16
ipv6TcpConnTable OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing TCP connection-specific information,
         for only those connections whose endpoints are IPv6 addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 16 }

.1.3.6.1.2.1.6.16.1
ipv6TcpConnEntry OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6TcpConnLocalAddress, ipv6TcpConnLocalPort, ipv6TcpConnRemAddress, ipv6TcpConnRemPort, ipv6TcpConnIfIndex }
  DESCRIPTION	"A conceptual row of the ipv6TcpConnTable containing
         information about a particular current TCP connection.
         Each row of this table is transient, in that it ceases to
         exist when (or soon after) the connection makes the transition
         to the CLOSED state.

         Note that conceptual rows in this table require an additional
         index object compared to tcpConnTable, since IPv6 addresses
         are not guaranteed to be unique on the managed node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16) 1 }

.1.3.6.1.2.1.6.16.1.1
ipv6TcpConnLocalAddress OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local IPv6 address for this TCP connection. In
         the case of a connection in the listen state which
         is willing to accept connections for any IPv6
         address associated with the managed node, the value
         ::0 is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16) ipv6TcpConnEntry(1) 1 }

.1.3.6.1.2.1.6.16.1.2
ipv6TcpConnLocalPort OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16) ipv6TcpConnEntry(1) 2 }

.1.3.6.1.2.1.6.16.1.3
ipv6TcpConnRemAddress OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The remote IPv6 address for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16) ipv6TcpConnEntry(1) 3 }

.1.3.6.1.2.1.6.16.1.4
ipv6TcpConnRemPort OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The remote port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16) ipv6TcpConnEntry(1) 4 }

.1.3.6.1.2.1.6.16.1.5
ipv6TcpConnIfIndex OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
  -- TEXTUAL CONVENTION Ipv6IfIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index object used to disambiguate conceptual rows in
         the table, since the connection 4-tuple may not be unique.

         If the connection's remote address (ipv6TcpConnRemAddress)
         is a link-local address and the connection's local address



         (ipv6TcpConnLocalAddress) is not a link-local address, this
         object identifies a local interface on the same link as
         the connection's remote link-local address.

         Otherwise, this object identifies the local interface that
         is associated with the ipv6TcpConnLocalAddress for this
         TCP connection.  If such a local interface cannot be determined,
         this object should take on the value 0.  (A possible example
         of this would be if the value of ipv6TcpConnLocalAddress is ::0.)

         The interface identified by a particular non-0 value of this
         index is the same interface as identified by the same value
         of ipv6IfIndex.

         The value of this object must remain constant during the life
         of the TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16) ipv6TcpConnEntry(1) 5 }

.1.3.6.1.2.1.6.16.1.6
ipv6TcpConnState OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
  SYNTAX	INTEGER {closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of this TCP connection.

         The only value which may be set by a management station is
         deleteTCB(12).  Accordingly, it is appropriate for an agent
         to return an error response (`badValue' for SNMPv1, 'wrongValue'
         for SNMPv2) if a management station attempts to set this
         object to any other value.

         If a management station sets this object to the value
         deleteTCB(12), then this has the effect of deleting the TCB
         (as defined in RFC 793) of the corresponding connection on
         the managed node, resulting in immediate termination of the
         connection.

         As an implementation-specific option, a RST segment may be
         sent from the managed node to the other TCP endpoint (note
         however that RST segments are not sent reliably)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16) ipv6TcpConnEntry(1) 6 }

.1.3.6.1.2.1.6.17
tcpHCInSegs OBJECT-TYPE
  -- FROM	TCP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of segments received, including those
            received in error.  This count includes segments received
            on currently established connections.  This object is
            the 64-bit equivalent of tcpInSegs.

            Discontinuities in the value of this counter are
            indicated via discontinuities in the value of sysUpTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 17 }

.1.3.6.1.2.1.6.18
tcpHCOutSegs OBJECT-TYPE
  -- FROM	TCP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of segments sent, including those on
            current connections but excluding those containing only
            retransmitted octets.  This object is the 64-bit
            equivalent of tcpOutSegs.

            Discontinuities in the value of this counter are
            indicated via discontinuities in the value of sysUpTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 18 }

.1.3.6.1.2.1.6.19
tcpConnectionTable OBJECT-TYPE
  -- FROM	TCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about existing TCP
            connections.  Note that unlike earlier TCP MIBs, there
            is a separate table for connections in the LISTEN state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 19 }

.1.3.6.1.2.1.6.19.1
tcpConnectionEntry OBJECT-TYPE
  -- FROM	TCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ tcpConnectionLocalAddressType, tcpConnectionLocalAddress, tcpConnectionLocalPort, tcpConnectionRemAddressType, tcpConnectionRemAddress, tcpConnectionRemPort }
  DESCRIPTION	"A conceptual row of the tcpConnectionTable containing
            information about a particular current TCP connection.
            Each row of this table is transient in that it ceases to
            exist when (or soon after) the connection makes the
            transition to the CLOSED state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnectionTable(19) 1 }

.1.3.6.1.2.1.6.19.1.1
tcpConnectionLocalAddressType OBJECT-TYPE
  -- FROM	TCP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of tcpConnectionLocalAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnectionTable(19) tcpConnectionEntry(1) 1 }

.1.3.6.1.2.1.6.19.1.2
tcpConnectionLocalAddress OBJECT-TYPE
  -- FROM	TCP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local IP address for this TCP connection.  The type
            of this address is determined by the value of
            tcpConnectionLocalAddressType.

            As this object is used in the index for the
            tcpConnectionTable, implementors should be
            careful not to create entries that would result in OIDs
            with more than 128 subidentifiers; otherwise the information
            cannot be accessed by using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnectionTable(19) tcpConnectionEntry(1) 2 }

.1.3.6.1.2.1.6.19.1.3
tcpConnectionLocalPort OBJECT-TYPE
  -- FROM	TCP-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnectionTable(19) tcpConnectionEntry(1) 3 }

.1.3.6.1.2.1.6.19.1.4
tcpConnectionRemAddressType OBJECT-TYPE
  -- FROM	TCP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of tcpConnectionRemAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnectionTable(19) tcpConnectionEntry(1) 4 }

.1.3.6.1.2.1.6.19.1.5
tcpConnectionRemAddress OBJECT-TYPE
  -- FROM	TCP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The remote IP address for this TCP connection.  The type
            of this address is determined by the value of
            tcpConnectionRemAddressType.

            As this object is used in the index for the
            tcpConnectionTable, implementors should be
            careful not to create entries that would result in OIDs
            with more than 128 subidentifiers; otherwise the information
            cannot be accessed by using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnectionTable(19) tcpConnectionEntry(1) 5 }

.1.3.6.1.2.1.6.19.1.6
tcpConnectionRemPort OBJECT-TYPE
  -- FROM	TCP-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The remote port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnectionTable(19) tcpConnectionEntry(1) 6 }

.1.3.6.1.2.1.6.19.1.7
tcpConnectionState OBJECT-TYPE
  -- FROM	TCP-MIB
  SYNTAX	INTEGER {closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of this TCP connection.

            The value listen(2) is included only for parallelism to the
            old tcpConnTable and should not be used.  A connection in
            LISTEN state should be present in the tcpListenerTable.

            The only value that may be set by a management station is
            deleteTCB(12).  Accordingly, it is appropriate for an agent
            to return a `badValue' response if a management station
            attempts to set this object to any other value.

            If a management station sets this object to the value
            deleteTCB(12), then the TCB (as defined in [RFC793]) of
            the corresponding connection on the managed node is
            deleted, resulting in immediate termination of the
            connection.

            As an implementation-specific option, a RST segment may be
            sent from the managed node to the other TCP endpoint (note,
            however, that RST segments are not sent reliably)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnectionTable(19) tcpConnectionEntry(1) 7 }

.1.3.6.1.2.1.6.19.1.8
tcpConnectionProcess OBJECT-TYPE
  -- FROM	TCP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system's process ID for the process associated with
            this connection, or zero if there is no such process.  This
            value is expected to be the same as HOST-RESOURCES-MIB::
            hrSWRunIndex or SYSAPPL-MIB::sysApplElmtRunIndex for some
            row in the appropriate tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnectionTable(19) tcpConnectionEntry(1) 8 }

.1.3.6.1.2.1.6.20
tcpListenerTable OBJECT-TYPE
  -- FROM	TCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about TCP listeners.  A
            listening application can be represented in three
            possible ways:

            1. An application that is willing to accept both IPv4 and
               IPv6 datagrams is represented by
               a tcpListenerLocalAddressType of unknown (0) and
               a tcpListenerLocalAddress of ''h (a zero-length
               octet-string).

            2. An application that is willing to accept only IPv4 or
               IPv6 datagrams is represented by a
               tcpListenerLocalAddressType of the appropriate address
               type and a tcpListenerLocalAddress of '0.0.0.0' or '::'
               respectively.

            3. An application that is listening for data destined
               only to a specific IP address, but from any remote
               system, is represented by a tcpListenerLocalAddressType
               of an appropriate address type, with
               tcpListenerLocalAddress as the specific local address.

            NOTE: The address type in this table represents the
            address type used for the communication, irrespective
            of the higher-layer abstraction.  For example, an
            application using IPv6 'sockets' to communicate via
            IPv4 between ::ffff:10.0.0.1 and ::ffff:10.0.0.2 would
            use InetAddressType ipv4(1))."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 20 }

.1.3.6.1.2.1.6.20.1
tcpListenerEntry OBJECT-TYPE
  -- FROM	TCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ tcpListenerLocalAddressType, tcpListenerLocalAddress, tcpListenerLocalPort }
  DESCRIPTION	"A conceptual row of the tcpListenerTable containing
            information about a particular TCP listener."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20) 1 }

.1.3.6.1.2.1.6.20.1.1
tcpListenerLocalAddressType OBJECT-TYPE
  -- FROM	TCP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of tcpListenerLocalAddress.  The value
            should be unknown (0) if connection initiations to all
            local IP addresses are accepted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20) tcpListenerEntry(1) 1 }

.1.3.6.1.2.1.6.20.1.2
tcpListenerLocalAddress OBJECT-TYPE
  -- FROM	TCP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local IP address for this TCP connection.

            The value of this object can be represented in three
            possible ways, depending on the characteristics of the
            listening application:

            1. For an application willing to accept both IPv4 and
               IPv6 datagrams, the value of this object must be
               ''h (a zero-length octet-string), with the value
               of the corresponding tcpListenerLocalAddressType
               object being unknown (0).

            2. For an application willing to accept only IPv4 or
               IPv6 datagrams, the value of this object must be
               '0.0.0.0' or '::' respectively, with
               tcpListenerLocalAddressType representing the
               appropriate address type.

            3. For an application which is listening for data
               destined only to a specific IP address, the value
               of this object is the specific local address, with
               tcpListenerLocalAddressType representing the
               appropriate address type.

            As this object is used in the index for the
            tcpListenerTable, implementors should be
            careful not to create entries that would result in OIDs
            with more than 128 subidentifiers; otherwise the information
            cannot be accessed, using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20) tcpListenerEntry(1) 2 }

.1.3.6.1.2.1.6.20.1.3
tcpListenerLocalPort OBJECT-TYPE
  -- FROM	TCP-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20) tcpListenerEntry(1) 3 }

.1.3.6.1.2.1.6.20.1.4
tcpListenerProcess OBJECT-TYPE
  -- FROM	TCP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system's process ID for the process associated with
            this listener, or zero if there is no such process.  This
            value is expected to be the same as HOST-RESOURCES-MIB::
            hrSWRunIndex or SYSAPPL-MIB::sysApplElmtRunIndex for some
            row in the appropriate tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20) tcpListenerEntry(1) 4 }

.1.3.6.1.2.1.7
udp OBJECT-TYPE
  -- FROM	RFC1213-MIB, RFC1158-MIB, UDP-MIB, IPV6-UDP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 7 }

.1.3.6.1.2.1.7.1
udpInDatagrams OBJECT-TYPE
  -- FROM	RFC1213-MIB, UDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of UDP datagrams delivered to
                      UDP users."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 1 }

.1.3.6.1.2.1.7.2
udpNoPorts OBJECT-TYPE
  -- FROM	RFC1213-MIB, UDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of received UDP datagrams for
                      which there was no application at the destination
                      port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 2 }

.1.3.6.1.2.1.7.3
udpInErrors OBJECT-TYPE
  -- FROM	RFC1213-MIB, UDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of received UDP datagrams that could
                      not be delivered for reasons other than the lack
                      of an application at the destination port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 3 }

.1.3.6.1.2.1.7.4
udpOutDatagrams OBJECT-TYPE
  -- FROM	RFC1213-MIB, UDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of UDP datagrams sent from this
                      entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 4 }

.1.3.6.1.2.1.7.5
udpTable OBJECT-TYPE
  -- FROM	RFC1213-MIB, UDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A table containing UDP listener information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 5 }

.1.3.6.1.2.1.7.5.1
udpEntry OBJECT-TYPE
  -- FROM	RFC1213-MIB, UDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ udpLocalAddress, udpLocalPort }
  DESCRIPTION	"Information about a particular current UDP
                      listener."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpTable(5) 1 }

.1.3.6.1.2.1.7.5.1.1
udpLocalAddress OBJECT-TYPE
  -- FROM	RFC1213-MIB, UDP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The local IP address for this UDP listener.  In
                      the case of a UDP listener which is willing to
                      accept datagrams for any IP interface associated
                      with the node, the value 0.0.0.0 is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpTable(5) udpEntry(1) 1 }

.1.3.6.1.2.1.7.5.1.2
udpLocalPort OBJECT-TYPE
  -- FROM	RFC1213-MIB, UDP-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The local port number for this UDP listener."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpTable(5) udpEntry(1) 2 }

.1.3.6.1.2.1.7.6
ipv6UdpTable OBJECT-TYPE
  -- FROM	IPV6-UDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing UDP listener information for
         UDP/IPv6 endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 6 }

.1.3.6.1.2.1.7.6.1
ipv6UdpEntry OBJECT-TYPE
  -- FROM	IPV6-UDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6UdpLocalAddress, ipv6UdpLocalPort, ipv6UdpIfIndex }
  DESCRIPTION	"Information about a particular current UDP listener.

         Note that conceptual rows in this table require an
         additional index object compared to udpTable, since
         IPv6 addresses are not guaranteed to be unique on the
         managed node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) ipv6UdpTable(6) 1 }

.1.3.6.1.2.1.7.6.1.1
ipv6UdpLocalAddress OBJECT-TYPE
  -- FROM	IPV6-UDP-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local IPv6 address for this UDP listener.
         In the case of a UDP listener which is willing
         to accept datagrams for any IPv6 address
         associated with the managed node, the value ::0
         is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) ipv6UdpTable(6) ipv6UdpEntry(1) 1 }

.1.3.6.1.2.1.7.6.1.2
ipv6UdpLocalPort OBJECT-TYPE
  -- FROM	IPV6-UDP-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local port number for this UDP listener."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) ipv6UdpTable(6) ipv6UdpEntry(1) 2 }

.1.3.6.1.2.1.7.6.1.3
ipv6UdpIfIndex OBJECT-TYPE
  -- FROM	IPV6-UDP-MIB
  -- TEXTUAL CONVENTION Ipv6IfIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index object used to disambiguate conceptual rows in
         the table, since the ipv6UdpLocalAddress/ipv6UdpLocalPort
         pair may not be unique.

         This object identifies the local interface that is
         associated with ipv6UdpLocalAddress for this UDP listener.
         If such a local interface cannot be determined, this object
         should take on the value 0.  (A possible example of this
         would be if the value of ipv6UdpLocalAddress is ::0.)

         The interface identified by a particular non-0 value of
         this index is the same interface as identified by the same
         value of ipv6IfIndex.

         The value of this object must remain constant during
         the life of this UDP endpoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) ipv6UdpTable(6) ipv6UdpEntry(1) 3 }

.1.3.6.1.2.1.7.7
udpEndpointTable OBJECT-TYPE
  -- FROM	UDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about this entity's UDP
            endpoints on which a local application is currently
            accepting or sending datagrams.
            The address type in this table represents the address
            type used for the communication, irrespective of the
            higher-layer abstraction.  For example, an application
            using IPv6 'sockets' to communicate via IPv4 between
            ::ffff:10.0.0.1 and ::ffff:10.0.0.2 would use
            InetAddressType ipv4(1).

            Unlike the udpTable in RFC 2013, this table also allows
            the representation of an application that completely
            specifies both local and remote addresses and ports.  A
            listening application is represented in three possible
            ways:

            1) An application that is willing to accept both IPv4
               and IPv6 datagrams is represented by a
               udpEndpointLocalAddressType of unknown(0) and a
               udpEndpointLocalAddress of ''h (a zero-length
               octet-string).

            2) An application that is willing to accept only IPv4
               or only IPv6 datagrams is represented by a
               udpEndpointLocalAddressType of the appropriate
               address type and a udpEndpointLocalAddress of
               '0.0.0.0' or '::' respectively.

            3) An application that is listening for datagrams only
               for a specific IP address but from any remote
               system is represented by a
               udpEndpointLocalAddressType of the appropriate
               address type, with udpEndpointLocalAddress
               specifying the local address.

            In all cases where the remote is a wildcard, the
            udpEndpointRemoteAddressType is unknown(0), the
            udpEndpointRemoteAddress is ''h (a zero-length
            octet-string), and the udpEndpointRemotePort is 0.

            If the operating system is demultiplexing UDP packets
            by remote address and port, or if the application has
            'connected' the socket specifying a default remote
            address and port, the udpEndpointRemote* values should
            be used to reflect this."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 7 }

.1.3.6.1.2.1.7.7.1
udpEndpointEntry OBJECT-TYPE
  -- FROM	UDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ udpEndpointLocalAddressType, udpEndpointLocalAddress, udpEndpointLocalPort, udpEndpointRemoteAddressType, udpEndpointRemoteAddress, udpEndpointRemotePort, udpEndpointInstance }
  DESCRIPTION	"Information about a particular current UDP endpoint.

            Implementers need to be aware that if the total number
            of elements (octets or sub-identifiers) in
            udpEndpointLocalAddress and udpEndpointRemoteAddress
            exceeds 111, then OIDs of column instances in this table
            will have more than 128 sub-identifiers and cannot be
            accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7) 1 }

.1.3.6.1.2.1.7.7.1.1
udpEndpointLocalAddressType OBJECT-TYPE
  -- FROM	UDP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of udpEndpointLocalAddress.  Only
            IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
            unknown(0) if datagrams for all local IP addresses are
            accepted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7) udpEndpointEntry(1) 1 }

.1.3.6.1.2.1.7.7.1.2
udpEndpointLocalAddress OBJECT-TYPE
  -- FROM	UDP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local IP address for this UDP endpoint.

            The value of this object can be represented in three
            possible ways, depending on the characteristics of the
            listening application:

            1. For an application that is willing to accept both
               IPv4 and IPv6 datagrams, the value of this object
               must be ''h (a zero-length octet-string), with
               the value of the corresponding instance of the
               udpEndpointLocalAddressType object being unknown(0).

            2. For an application that is willing to accept only IPv4
               or only IPv6 datagrams, the value of this object
               must be '0.0.0.0' or '::', respectively, while the
               corresponding instance of the
               udpEndpointLocalAddressType object represents the
               appropriate address type.

            3. For an application that is listening for data
               destined only to a specific IP address, the value
               of this object is the specific IP address for which
               this node is receiving packets, with the
               corresponding instance of the
               udpEndpointLocalAddressType object representing the
               appropriate address type.

            As this object is used in the index for the
            udpEndpointTable, implementors of this table should be
            careful not to create entries that would result in OIDs
            with more than 128 subidentifiers; else the information
            cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7) udpEndpointEntry(1) 2 }

.1.3.6.1.2.1.7.7.1.3
udpEndpointLocalPort OBJECT-TYPE
  -- FROM	UDP-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local port number for this UDP endpoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7) udpEndpointEntry(1) 3 }

.1.3.6.1.2.1.7.7.1.4
udpEndpointRemoteAddressType OBJECT-TYPE
  -- FROM	UDP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of udpEndpointRemoteAddress.  Only
            IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
            unknown(0) if datagrams for all remote IP addresses are
            accepted.  Also, note that some combinations of
            udpEndpointLocalAdressType and
            udpEndpointRemoteAddressType are not supported.  In
            particular, if the value of this object is not
            unknown(0), it is expected to always refer to the
            same IP version as udpEndpointLocalAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7) udpEndpointEntry(1) 4 }

.1.3.6.1.2.1.7.7.1.5
udpEndpointRemoteAddress OBJECT-TYPE
  -- FROM	UDP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The remote IP address for this UDP endpoint.  If
            datagrams from any remote system are to be accepted,
            this value is ''h (a zero-length octet-string).
            Otherwise, it has the type described by
            udpEndpointRemoteAddressType and is the address of the
            remote system from which datagrams are to be accepted
            (or to which all datagrams will be sent).

            As this object is used in the index for the
            udpEndpointTable, implementors of this table should be
            careful not to create entries that would result in OIDs
            with more than 128 subidentifiers; else the information
            cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7) udpEndpointEntry(1) 5 }

.1.3.6.1.2.1.7.7.1.6
udpEndpointRemotePort OBJECT-TYPE
  -- FROM	UDP-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The remote port number for this UDP endpoint.  If
            datagrams from any remote system are to be accepted,
            this value is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7) udpEndpointEntry(1) 6 }

.1.3.6.1.2.1.7.7.1.7
udpEndpointInstance OBJECT-TYPE
  -- FROM	UDP-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The instance of this tuple.  This object is used to
            distinguish among multiple processes 'connected' to
            the same UDP endpoint.  For example, on a system
            implementing the BSD sockets interface, this would be
            used to support the SO_REUSEADDR and SO_REUSEPORT
            socket options."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7) udpEndpointEntry(1) 7 }

.1.3.6.1.2.1.7.7.1.8
udpEndpointProcess OBJECT-TYPE
  -- FROM	UDP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system's process ID for the process associated with
            this endpoint, or zero if there is no such process.
            This value is expected to be the same as
            HOST-RESOURCES-MIB::hrSWRunIndex or SYSAPPL-MIB::
            sysApplElmtRunIndex for some row in the appropriate
            tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7) udpEndpointEntry(1) 8 }

.1.3.6.1.2.1.7.8
udpHCInDatagrams OBJECT-TYPE
  -- FROM	UDP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of UDP datagrams delivered to UDP
            users, for devices that can receive more than 1
            million UDP datagrams per second.

            Discontinuities in the value of this counter can occur
            at re-initialization of the management system, and at
            other times as indicated by discontinuities in the
            value of sysUpTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 8 }

.1.3.6.1.2.1.7.9
udpHCOutDatagrams OBJECT-TYPE
  -- FROM	UDP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of UDP datagrams sent from this
            entity, for devices that can transmit more than 1
            million UDP datagrams per second.

            Discontinuities in the value of this counter can occur
            at re-initialization of the management system, and at
            other times as indicated by discontinuities in the
            value of sysUpTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 9 }

.1.3.6.1.2.1.8
egp OBJECT-TYPE
  -- FROM	RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 8 }

.1.3.6.1.2.1.10
transmission OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1213-MIB, RFC1158-MIB, RFC1382-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 10 }

.1.3.6.1.2.1.10.5
x25 OBJECT-TYPE
  -- FROM	RFC1382-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 5 }

.1.3.6.1.2.1.10.5.1
x25AdmnTable OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"This table contains the administratively
                          set configuration parameters for an X.25
                          Packet Level Entity (PLE).

                         Most of the objects in this table have
                          corresponding objects in the x25OperTable.
                          This table contains the values as last set
                          by the administrator.  The x25OperTable
                          contains the values actually in use by an
                          X.25 PLE.

                          Changing an administrative value may or may
                          not change a current operating value.  The
                          operating value may not change until the
                          interface is restarted.  Some
                          implementations may change the values
                          immediately upon changing the administrative
                          table.  All implementations are required to
                          load the values from the administrative
                          table when initializing a PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 1 }

.1.3.6.1.2.1.10.5.1.1
x25AdmnEntry OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ x25AdmnIndex }
  DESCRIPTION	"Entries of x25AdmnTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) 1 }

.1.3.6.1.2.1.10.5.1.1.1
x25AdmnIndex OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION IfIndexType
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ifIndex value for the X.25 Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 1 }

.1.3.6.1.2.1.10.5.1.1.2
x25AdmnInterfaceMode OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER {dte(1), dce(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Identifies DCE/DTE mode in which the
                          interface operates.  A value of dxe
                          indicates the mode will be determined by XID
                          negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 2 }

.1.3.6.1.2.1.10.5.1.1.3
x25AdmnMaxActiveCircuits OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4096) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The maximum number of circuits this PLE can
                          support; including PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 3 }

.1.3.6.1.2.1.10.5.1.1.4
x25AdmnPacketSequencing OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER {modulo8(1), modulo128(2)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The modulus of the packet sequence number
                          space."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 4 }

.1.3.6.1.2.1.10.5.1.1.5
x25AdmnRestartTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The T20 restart timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 5 }

.1.3.6.1.2.1.10.5.1.1.6
x25AdmnCallTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The T21 Call timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 6 }

.1.3.6.1.2.1.10.5.1.1.7
x25AdmnResetTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The T22 Reset timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 7 }

.1.3.6.1.2.1.10.5.1.1.8
x25AdmnClearTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The T23 Clear timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 8 }

.1.3.6.1.2.1.10.5.1.1.9
x25AdmnWindowTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T24 window status transmission timer in
                          milliseconds.  A value of 2147483647
                          indicates no window timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 9 }

.1.3.6.1.2.1.10.5.1.1.10
x25AdmnDataRxmtTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T25 data retransmission timer in
                          milliseconds.  A value of 2147483647
                          indicates no data retransmission timer in
                          use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 10 }

.1.3.6.1.2.1.10.5.1.1.11
x25AdmnInterruptTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T26 interrupt timer in milliseconds.  A
                          value of 2147483647 indicates no interrupt
                          timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 11 }

.1.3.6.1.2.1.10.5.1.1.12
x25AdmnRejectTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T27 Reject retransmission timer in
                          milliseconds.  A value of 2147483647
                          indicates no reject timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 12 }

.1.3.6.1.2.1.10.5.1.1.13
x25AdmnRegistrationRequestTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T28 registration timer in milliseconds.
                          A value of 2147483647 indicates no
                          registration timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 13 }

.1.3.6.1.2.1.10.5.1.1.14
x25AdmnMinimumRecallTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Minimum time interval between unsuccessful
                          call attempts in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 14 }

.1.3.6.1.2.1.10.5.1.1.15
x25AdmnRestartCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The R20 restart retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 15 }

.1.3.6.1.2.1.10.5.1.1.16
x25AdmnResetCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The r22 Reset retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 16 }

.1.3.6.1.2.1.10.5.1.1.17
x25AdmnClearCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The r23 Clear retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 17 }

.1.3.6.1.2.1.10.5.1.1.18
x25AdmnDataRxmtCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The R25 Data retransmission count.  This
                          value is irrelevant if the
                          x25AdmnDataRxmtTimer indicates no timer in
                          use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 18 }

.1.3.6.1.2.1.10.5.1.1.19
x25AdmnRejectCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The R27 reject retransmission count.  This
                          value is irrelevant if the
                          x25AdmnRejectTimer indicates no timer in
                          use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 19 }

.1.3.6.1.2.1.10.5.1.1.20
x25AdmnRegistrationRequestCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The R28 Registration retransmission Count.
                          This value is irrelevant if the
                          x25AdmnRegistrationRequestTimer indicates no
                          timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 20 }

.1.3.6.1.2.1.10.5.1.1.21
x25AdmnNumberPVCs OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4096) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The number of PVC configured for this PLE.
                          The PVCs use channel numbers from 1 to this
                          number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 21 }

.1.3.6.1.2.1.10.5.1.1.22
x25AdmnDefCallParamId OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This identifies the instance of the
                          x25CallParmIndex for the entry in the
                          x25CallParmTable which contains the default
                          call parameters for this PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 22 }

.1.3.6.1.2.1.10.5.1.1.23
x25AdmnLocalAddress OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION X121Address
  SYNTAX	OCTET STRING (0..17) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The local address for this PLE subnetwork.
                          A zero length address maybe returned by PLEs
                          that only support PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 23 }

.1.3.6.1.2.1.10.5.1.1.24
x25AdmnProtocolVersionSupported OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Identifies the version of the X.25 protocol
                          this interface should support.  Object
                          identifiers for common versions are defined
                          below in the x25ProtocolVersion subtree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25AdmnTable(1) x25AdmnEntry(1) 24 }

.1.3.6.1.2.1.10.5.2
x25OperTable OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"The operation parameters in use by the X.25
                          PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 2 }

.1.3.6.1.2.1.10.5.2.1
x25OperEntry OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ x25OperIndex }
  DESCRIPTION	"Entries of x25OperTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) 1 }

.1.3.6.1.2.1.10.5.2.1.1
x25OperIndex OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION IfIndexType
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ifIndex value for the X.25 interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 1 }

.1.3.6.1.2.1.10.5.2.1.2
x25OperInterfaceMode OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER {dte(1), dce(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Identifies DCE/DTE mode in which the
                          interface operates.  A value of dxe
                          indicates the role will be determined by XID
                          negotiation at the Link Layer and that
                          negotiation has not yet taken place."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 2 }

.1.3.6.1.2.1.10.5.2.1.3
x25OperMaxActiveCircuits OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4096) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Maximum number of circuits this PLE can
                          support."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 3 }

.1.3.6.1.2.1.10.5.2.1.4
x25OperPacketSequencing OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER {modulo8(1), modulo128(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The modulus of the packet sequence number
                          space."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 4 }

.1.3.6.1.2.1.10.5.2.1.5
x25OperRestartTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T20 restart timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 5 }

.1.3.6.1.2.1.10.5.2.1.6
x25OperCallTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T21 Call timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 6 }

.1.3.6.1.2.1.10.5.2.1.7
x25OperResetTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T22 Reset timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 7 }

.1.3.6.1.2.1.10.5.2.1.8
x25OperClearTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T23 Clear timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 8 }

.1.3.6.1.2.1.10.5.2.1.9
x25OperWindowTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T24 window status transmission timer
                          milliseconds.  A value of 2147483647
                          indicates no window timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 9 }

.1.3.6.1.2.1.10.5.2.1.10
x25OperDataRxmtTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T25 Data Retransmission timer in
                          milliseconds.  A value of 2147483647
                          indicates no data retransmission timer in
                          use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 10 }

.1.3.6.1.2.1.10.5.2.1.11
x25OperInterruptTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T26 Interrupt timer in milliseconds.  A
                          value of 2147483647 indicates interrupts are
                          not being used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 11 }

.1.3.6.1.2.1.10.5.2.1.12
x25OperRejectTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T27 Reject retransmission timer in
                          milliseconds.  A value of 2147483647
                          indicates no reject timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 12 }

.1.3.6.1.2.1.10.5.2.1.13
x25OperRegistrationRequestTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The T28 registration timer in milliseconds.
                          A value of 2147483647 indicates no
                          registration timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 13 }

.1.3.6.1.2.1.10.5.2.1.14
x25OperMinimumRecallTimer OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Minimum time interval between unsuccessful
                          call attempts in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 14 }

.1.3.6.1.2.1.10.5.2.1.15
x25OperRestartCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The R20 restart retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 15 }

.1.3.6.1.2.1.10.5.2.1.16
x25OperResetCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The r22 Reset retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 16 }

.1.3.6.1.2.1.10.5.2.1.17
x25OperClearCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The r23 Clear retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 17 }

.1.3.6.1.2.1.10.5.2.1.18
x25OperDataRxmtCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The R25 Data retransmission count.  This
                          value is undefined if the
                          x25OperDataRxmtTimer indicates no timer in
                          use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 18 }

.1.3.6.1.2.1.10.5.2.1.19
x25OperRejectCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The R27 reject retransmission count.  This
                          value is undefined if the x25OperRejectTimer
                          indicates no timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 19 }

.1.3.6.1.2.1.10.5.2.1.20
x25OperRegistrationRequestCount OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The R28 Registration retransmission Count.
                          This value is undefined if the
                          x25OperREgistrationRequestTimer indicates no
                          timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 20 }

.1.3.6.1.2.1.10.5.2.1.21
x25OperNumberPVCs OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4096) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of PVC configured for this PLE.
                          The PVCs use channel numbers from 1 to this
                          number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 21 }

.1.3.6.1.2.1.10.5.2.1.22
x25OperDefCallParamId OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This identifies the instance of the
                          x25CallParmIndex for the entry in the
                          x25CallParmTable that contains the default
                          call parameters for this PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 22 }

.1.3.6.1.2.1.10.5.2.1.23
x25OperLocalAddress OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION X121Address
  SYNTAX	OCTET STRING (0..17) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The local address for this PLE subnetwork.
                          A zero length address maybe returned by PLEs
                          that only support PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 23 }

.1.3.6.1.2.1.10.5.2.1.25
x25OperProtocolVersionSupported OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Identifies the version of the X.25 protocol
                          this interface supports.  Object identifiers
                          for common versions are defined below in the
                          x25ProtocolVersion subtree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25OperTable(2) x25OperEntry(1) 25 }

.1.3.6.1.2.1.10.5.3
x25StatTable OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"Statistics information about this X.25
                          PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 3 }

.1.3.6.1.2.1.10.5.3.1
x25StatEntry OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ x25StatIndex }
  DESCRIPTION	"Entries of the x25StatTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) 1 }

.1.3.6.1.2.1.10.5.3.1.1
x25StatIndex OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION IfIndexType
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ifIndex value for the X.25 interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 1 }

.1.3.6.1.2.1.10.5.3.1.2
x25StatInCalls OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of incoming calls received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 2 }

.1.3.6.1.2.1.10.5.3.1.3
x25StatInCallRefusals OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of incoming calls refused.  This
                          includes calls refused by the PLE and by
                          higher layers.  This also includes calls
                          cleared because of restricted fast select."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 3 }

.1.3.6.1.2.1.10.5.3.1.4
x25StatInProviderInitiatedClears OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of clear requests with a cause
                          code other than DTE initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 4 }

.1.3.6.1.2.1.10.5.3.1.5
x25StatInRemotelyInitiatedResets OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of reset requests received with
                          cause code DTE initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 5 }

.1.3.6.1.2.1.10.5.3.1.6
x25StatInProviderInitiatedResets OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of reset requests received with
                          cause code other than DTE initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 6 }

.1.3.6.1.2.1.10.5.3.1.7
x25StatInRestarts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of remotely initiated (including
                          provider initiated) restarts experienced by
                          the PLE excluding the restart associated
                          with bringing up the PLE interface.  This
                          only counts restarts received when the PLE
                          already has an established connection with
                          the remove PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 7 }

.1.3.6.1.2.1.10.5.3.1.8
x25StatInDataPackets OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of data packets received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 8 }

.1.3.6.1.2.1.10.5.3.1.9
x25StatInAccusedOfProtocolErrors OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of packets received containing a
                          procedure error cause code.  These include
                          clear, reset, restart, or diagnostic
                          packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 9 }

.1.3.6.1.2.1.10.5.3.1.10
x25StatInInterrupts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of interrupt packets received by
                          the PLE or over the PVC/VC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 10 }

.1.3.6.1.2.1.10.5.3.1.11
x25StatOutCallAttempts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of calls attempted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 11 }

.1.3.6.1.2.1.10.5.3.1.12
x25StatOutCallFailures OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of call attempts which failed.
                          This includes calls that were cleared
                          because of restrictive fast select."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 12 }

.1.3.6.1.2.1.10.5.3.1.13
x25StatOutInterrupts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of interrupt packets send by the
                          PLE or over the PVC/VC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 13 }

.1.3.6.1.2.1.10.5.3.1.14
x25StatOutDataPackets OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of data packets sent by this
                          PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 14 }

.1.3.6.1.2.1.10.5.3.1.15
x25StatOutgoingCircuits OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of active outgoing circuits.
                          This includes call requests sent but not yet
                          confirmed.  This does not count PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 15 }

.1.3.6.1.2.1.10.5.3.1.16
x25StatIncomingCircuits OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of active Incoming Circuits.
                          This includes call indications received but
                          not yet acknowledged.  This does not count
                          PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 16 }

.1.3.6.1.2.1.10.5.3.1.17
x25StatTwowayCircuits OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of active two-way Circuits.
                          This includes call requests sent but not yet
                          confirmed.  This does not count PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 17 }

.1.3.6.1.2.1.10.5.3.1.18
x25StatRestartTimeouts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the T20 restart timer
                          expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 18 }

.1.3.6.1.2.1.10.5.3.1.19
x25StatCallTimeouts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the T21 call timer
                          expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 19 }

.1.3.6.1.2.1.10.5.3.1.20
x25StatResetTimeouts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the T22 reset timer
                          expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 20 }

.1.3.6.1.2.1.10.5.3.1.21
x25StatClearTimeouts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the T23 clear timer
                          expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 21 }

.1.3.6.1.2.1.10.5.3.1.22
x25StatDataRxmtTimeouts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the T25 data timer
                          expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 22 }

.1.3.6.1.2.1.10.5.3.1.23
x25StatInterruptTimeouts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the T26 interrupt timer
                          expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 23 }

.1.3.6.1.2.1.10.5.3.1.24
x25StatRetryCountExceededs OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times a retry counter was
                          exhausted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 24 }

.1.3.6.1.2.1.10.5.3.1.25
x25StatClearCountExceededs OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the R23 clear count was
                          exceeded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25StatTable(3) x25StatEntry(1) 25 }

.1.3.6.1.2.1.10.5.4
x25ChannelTable OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"These objects contain information about the
                          channel number configuration in an X.25 PLE.
                          These values are the configured values.
                          changes in these values after the interfaces
                          has started may not be reflected in the
                          operating PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 4 }

.1.3.6.1.2.1.10.5.4.1
x25ChannelEntry OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ x25ChannelIndex }
  DESCRIPTION	"Entries of x25ChannelTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25ChannelTable(4) 1 }

.1.3.6.1.2.1.10.5.4.1.1
x25ChannelIndex OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION IfIndexType
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ifIndex value for the X.25 Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25ChannelTable(4) x25ChannelEntry(1) 1 }

.1.3.6.1.2.1.10.5.4.1.2
x25ChannelLIC OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Lowest Incoming channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25ChannelTable(4) x25ChannelEntry(1) 2 }

.1.3.6.1.2.1.10.5.4.1.3
x25ChannelHIC OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Highest Incoming channel.  A value of zero
                          indicates no channels in this range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25ChannelTable(4) x25ChannelEntry(1) 3 }

.1.3.6.1.2.1.10.5.4.1.4
x25ChannelLTC OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Lowest Two-way channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25ChannelTable(4) x25ChannelEntry(1) 4 }

.1.3.6.1.2.1.10.5.4.1.5
x25ChannelHTC OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Highest Two-way channel.  A value of zero
                          indicates no channels in this range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25ChannelTable(4) x25ChannelEntry(1) 5 }

.1.3.6.1.2.1.10.5.4.1.6
x25ChannelLOC OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Lowest outgoing channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25ChannelTable(4) x25ChannelEntry(1) 6 }

.1.3.6.1.2.1.10.5.4.1.7
x25ChannelHOC OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Highest outgoing channel.  A value of zero
                          indicates no channels in this range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25ChannelTable(4) x25ChannelEntry(1) 7 }

.1.3.6.1.2.1.10.5.5
x25CircuitTable OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"These objects contain general information
                          about a specific circuit of an X.25 PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 5 }

.1.3.6.1.2.1.10.5.5.1
x25CircuitEntry OBJECT-TYPE
  -- FROM	RFC1382-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ x25CircuitIndex, x25CircuitChannel }
  DESCRIPTION	"Entries of x25CircuitTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) 1 }

.1.3.6.1.2.1.10.5.5.1.1
x25CircuitIndex OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION IfIndexType
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ifIndex value for the X.25 Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 1 }

.1.3.6.1.2.1.10.5.5.1.2
x25CircuitChannel OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The channel number for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 2 }

.1.3.6.1.2.1.10.5.5.1.3
x25CircuitStatus OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER {invalid(1), closed(2), calling(3), open(4), clearing(5), pvc(6), pvcResetting(7), startClear(8), startPvcResetting(9), other(10)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object reports the current status of
                          the circuit.

                          An existing instance of this object can only
                          be set to startClear, startPvcResetting, or
                          invalid.  An instance with the value calling
                          or open can only be set to startClear and
                          that action will start clearing the circuit.
                          An instance with the value PVC can only be
                          set to startPvcResetting or invalid and that
                          action resets the PVC or deletes the circuit
                          respectively.  The values startClear or
                          startPvcResetting will never be returned by
                          an agent.  An attempt to set the status of
                          an existing instance to a value other than
                          one of these values will result in an error.

                          A non-existing instance can be set to PVC to
                          create a PVC if the implementation supports
                          dynamic creation of PVCs.  Some
                          implementations may only allow creation and
                          deletion of PVCs if the interface is down.
                          Since the instance identifier will supply
                          the PLE index and the channel number,
                          setting this object alone supplies
                          sufficient information to create the
                          instance.  All the DEFVAL clauses for the
                          other objects of this table are appropriate
                          for creating a PVC; PLEs creating entries
                          for placed or accepted calls will use values
                          appropriate for the call rather than the
                          value of the DEFVAL clause.  Two managers
                          trying to create the same PVC can determine
                          from the return code which manager succeeded
                          and which failed (the failing manager fails
                          because it can not set a value of PVC for an
                          existing object).
                          An entry in the closed or invalid state may
                          be deleted or reused at the agent's
                          convence.  If the entry is kept in the
                          closed state, the values of the parameters
                          associated with the entry must be correct.
                          Closed implies the values in the circuit
                          table are correct.

                          The value of invalid indicates the other
                          values in the table are invalid.  Many
                          agents may never return a value of invalid
                          because they dynamically allocate and free
                          unused table entries.  An agent for a
                          statically configured systems can return
                          invalid to indicate the entry has not yet
                          been used so the counters contain no
                          information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 3 }

.1.3.6.1.2.1.10.5.5.1.4
x25CircuitEstablishTime OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of sysUpTime when the channel was
                          associated with this circuit.  For outgoing
                          SVCs, this is the time the first call packet
                          was sent.  For incoming SVCs, this is the
                          time the call indication was received.  For
                          PVCs this is the time the PVC was able to
                          pass data to a higher layer entity without
                          loss of data."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 4 }

.1.3.6.1.2.1.10.5.5.1.5
x25CircuitDirection OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	INTEGER {incoming(1), outgoing(2), pvc(3)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The direction of the call that established
                          this circuit."
  DEFVAL	{ pvc }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 5 }

.1.3.6.1.2.1.10.5.5.1.6
x25CircuitInOctets OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of octets of user data delivered
                          to upper layer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 6 }

.1.3.6.1.2.1.10.5.5.1.7
x25CircuitInPdus OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of PDUs received for this
                          circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 7 }

.1.3.6.1.2.1.10.5.5.1.8
x25CircuitInRemotelyInitiatedResets OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of Resets received for this
                          circuit with cause code of DTE initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 8 }

.1.3.6.1.2.1.10.5.5.1.9
x25CircuitInProviderInitiatedResets OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of Resets received for this
                          circuit with cause code other than DTE
                          initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 9 }

.1.3.6.1.2.1.10.5.5.1.10
x25CircuitInInterrupts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of interrupt packets received
                          for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 10 }

.1.3.6.1.2.1.10.5.5.1.11
x25CircuitOutOctets OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of octets of user data sent for
                          this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 11 }

.1.3.6.1.2.1.10.5.5.1.12
x25CircuitOutPdus OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of PDUs sent for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 12 }

.1.3.6.1.2.1.10.5.5.1.13
x25CircuitOutInterrupts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of interrupt packets sent on
                          this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 13 }

.1.3.6.1.2.1.10.5.5.1.14
x25CircuitDataRetransmissionTimeouts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the T25 data
                          retransmission timer expired for this
                          circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 14 }

.1.3.6.1.2.1.10.5.5.1.15
x25CircuitResetTimeouts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the T22 reset timer
                          expired for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 15 }

.1.3.6.1.2.1.10.5.5.1.16
x25CircuitInterruptTimeouts OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the T26 Interrupt timer
                          expired for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 16 }

.1.3.6.1.2.1.10.5.5.1.17
x25CircuitCallParamId OBJECT-TYPE
  -- FROM	RFC1382-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This identifies the instance of the
                          x25CallParmIndex for the entry in the
                          x25CallParmTable which contains the call
                          parameters in use with this circuit.  The
                          entry referenced must contain the values
                          that are currently in use by the circuit
                          rather than proposed values.  A value of
                          NULL indicates the circuit is a PVC or is
                          using all the default parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 17 }

.1.3.6.1.2.1.10.5.5.1.18
x25CircuitCalledDteAddress OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION X121Address
  SYNTAX	OCTET STRING (0..17) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"For incoming calls, this is the called
                          address from the call indication packet.
                          For outgoing calls, this is the called
                          address from the call confirmation packet.
                          This will be zero length for PVCs."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 18 }

.1.3.6.1.2.1.10.5.5.1.19
x25CircuitCallingDteAddress OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION X121Address
  SYNTAX	OCTET STRING (0..17) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"For incoming calls, this is the calling
                          address from the call indication packet.
                          For outgoing calls, this is the calling
                          address from the call confirmation packet.
                          This will be zero length for PVCs."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 19 }

.1.3.6.1.2.1.10.5.5.1.20
x25CircuitOriginallyCalledAddress OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION X121Address
  SYNTAX	OCTET STRING (0..17) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"For incoming calls, this is the address in
                          the call Redirection or Call Deflection
                          Notification facility if the call was
                          deflected or redirected, otherwise it will
                          be called address from the call indication
                          packet.  For outgoing calls, this is the
                          address from the call request packet.  This
                          will be zero length for PVCs."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 20 }

.1.3.6.1.2.1.10.5.5.1.21
x25CircuitDescr OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"A descriptive string associated with this
                          circuit.  This provides a place for the
                          agent to supply any descriptive information
                          it knows about the use or owner of the
                          circuit.  The agent may return the process
                          identifier and user name for the process
                          using the circuit.  Alternative the agent
                          may return the name of the configuration
                          entry that caused a bridge to establish the
                          circuit.  A zero length value indicates the
                          agent doesn't have any additional
                          information."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) x25CircuitTable(5) x25CircuitEntry(1) 21 }

.1.3.6.1.2.1.10.5.6
x25ClearedCircuitEntriesRequested OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The requested number of entries for the
                          agent to keep in the x25ClearedCircuit
                          table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 6 }

.1.3.6.1.2.1.10.5.7
x25ClearedCircuitEntriesGranted OBJECT-TYPE
  -- FROM	RFC1382-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The actual number of entries the agent will
                          keep in the x25ClearedCircuit Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 7 }

.1.3.6.1.2.1.10.7
dot3 OBJECT-TYPE
  -- FROM	EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 7 }

.1.3.6.1.2.1.10.7.2
dot3StatsTable OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Statistics for a collection of ethernet-like
                    interfaces attached to a particular system.
                    There will be one row in this table for each
                    ethernet-like interface in the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) 2 }

.1.3.6.1.2.1.10.7.2.1
dot3StatsEntry OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot3StatsIndex }
  DESCRIPTION	"Statistics for a particular interface to an
                    ethernet-like medium."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) 1 }

.1.3.6.1.2.1.10.7.2.1.1
dot3StatsIndex OBJECT-TYPE
  -- FROM	EtherLike-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies an
                    interface to an ethernet-like medium.  The
                    interface identified by a particular value of
                    this index is the same interface as identified
                    by the same value of ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 1 }

.1.3.6.1.2.1.10.7.2.1.2
dot3StatsAlignmentErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received on a particular
                    interface that are not an integral number of
                    octets in length and do not pass the FCS check.

                    The count represented by an instance of this
                    object is incremented when the alignmentError
                    status is returned by the MAC service to the
                    LLC (or other MAC user). Received frames for
                    which multiple error conditions pertain are,
                    according to the conventions of IEEE 802.3
                    Layer Management, counted exclusively according
                    to the error status presented to the LLC.

                    This counter does not increment for group
                    encoding schemes greater than 4 bits per group.

                    For interfaces operating at 10 Gb/s, this
                    counter can roll over in less than 5 minutes if
                    it is incrementing at its maximum rate.  Since
                    that amount of time could be less than a
                    management station's poll cycle time, in order
                    to avoid a loss of information, a management
                    station is advised to poll the
                    dot3HCStatsAlignmentErrors object for 10 Gb/s
                    or faster interfaces.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 2 }

.1.3.6.1.2.1.10.7.2.1.3
dot3StatsFCSErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received on a particular
                    interface that are an integral number of octets
                    in length but do not pass the FCS check.  This
                    count does not include frames received with
                    frame-too-long or frame-too-short error.

                    The count represented by an instance of this
                    object is incremented when the frameCheckError
                    status is returned by the MAC service to the
                    LLC (or other MAC user). Received frames for
                    which multiple error conditions pertain are,
                    according to the conventions of IEEE 802.3
                    Layer Management, counted exclusively according
                    to the error status presented to the LLC.

                    Note:  Coding errors detected by the physical
                    layer for speeds above 10 Mb/s will cause the
                    frame to fail the FCS check.

                    For interfaces operating at 10 Gb/s, this
                    counter can roll over in less than 5 minutes if
                    it is incrementing at its maximum rate.  Since
                    that amount of time could be less than a
                    management station's poll cycle time, in order
                    to avoid a loss of information, a management
                    station is advised to poll the
                    dot3HCStatsFCSErrors object for 10 Gb/s or
                    faster interfaces.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 3 }

.1.3.6.1.2.1.10.7.2.1.4
dot3StatsSingleCollisionFrames OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames that are involved in a single
                    collision, and are subsequently transmitted
                    successfully.

                    A frame that is counted by an instance of this
                    object is also counted by the corresponding
                    instance of either the ifOutUcastPkts,
                    ifOutMulticastPkts, or ifOutBroadcastPkts,
                    and is not counted by the corresponding
                    instance of the dot3StatsMultipleCollisionFrames
                    object.

                    This counter does not increment when the
                    interface is operating in full-duplex mode.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 4 }

.1.3.6.1.2.1.10.7.2.1.5
dot3StatsMultipleCollisionFrames OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames that are involved in more
                    than one collision and are subsequently
                    transmitted successfully.

                    A frame that is counted by an instance of this
                    object is also counted by the corresponding
                    instance of either the ifOutUcastPkts,
                    ifOutMulticastPkts, or ifOutBroadcastPkts,
                    and is not counted by the corresponding
                    instance of the dot3StatsSingleCollisionFrames
                    object.

                    This counter does not increment when the
                    interface is operating in full-duplex mode.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 5 }

.1.3.6.1.2.1.10.7.2.1.6
dot3StatsSQETestErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of times that the SQE TEST ERROR
                    is received on a particular interface. The
                    SQE TEST ERROR is set in accordance with the
                    rules for verification of the SQE detection
                    mechanism in the PLS Carrier Sense Function as
                    described in IEEE Std. 802.3, 2000 Edition,
                    section 7.2.4.6.

                    This counter does not increment on interfaces
                    operating at speeds greater than 10 Mb/s, or on
                    interfaces operating in full-duplex mode.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 6 }

.1.3.6.1.2.1.10.7.2.1.7
dot3StatsDeferredTransmissions OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames for which the first
                    transmission attempt on a particular interface
                    is delayed because the medium is busy.

                    The count represented by an instance of this
                    object does not include frames involved in
                    collisions.

                    This counter does not increment when the
                    interface is operating in full-duplex mode.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 7 }

.1.3.6.1.2.1.10.7.2.1.8
dot3StatsLateCollisions OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a collision is
                    detected on a particular interface later than
                    one slotTime into the transmission of a packet.

                    A (late) collision included in a count
                    represented by an instance of this object is
                    also considered as a (generic) collision for
                    purposes of other collision-related
                    statistics.

                    This counter does not increment when the
                    interface is operating in full-duplex mode.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 8 }

.1.3.6.1.2.1.10.7.2.1.9
dot3StatsExcessiveCollisions OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames for which transmission on a
                    particular interface fails due to excessive
                    collisions.

                    This counter does not increment when the
                    interface is operating in full-duplex mode.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 9 }

.1.3.6.1.2.1.10.7.2.1.10
dot3StatsInternalMacTransmitErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames for which transmission on a
                    particular interface fails due to an internal
                    MAC sublayer transmit error. A frame is only
                    counted by an instance of this object if it is
                    not counted by the corresponding instance of
                    either the dot3StatsLateCollisions object, the
                    dot3StatsExcessiveCollisions object, or the
                    dot3StatsCarrierSenseErrors object.

                    The precise meaning of the count represented by
                    an instance of this object is implementation-
                    specific.  In particular, an instance of this
                    object may represent a count of transmission
                    errors on a particular interface that are not
                    otherwise counted.

                    For interfaces operating at 10 Gb/s, this
                    counter can roll over in less than 5 minutes if
                    it is incrementing at its maximum rate.  Since
                    that amount of time could be less than a
                    management station's poll cycle time, in order
                    to avoid a loss of information, a management
                    station is advised to poll the
                    dot3HCStatsInternalMacTransmitErrors object for
                    10 Gb/s or faster interfaces.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 10 }

.1.3.6.1.2.1.10.7.2.1.11
dot3StatsCarrierSenseErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that the carrier sense
                    condition was lost or never asserted when
                    attempting to transmit a frame on a particular
                    interface.

                    The count represented by an instance of this
                    object is incremented at most once per
                    transmission attempt, even if the carrier sense
                    condition fluctuates during a transmission
                    attempt.

                    This counter does not increment when the
                    interface is operating in full-duplex mode.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 11 }

.1.3.6.1.2.1.10.7.2.1.13
dot3StatsFrameTooLongs OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received on a particular
                    interface that exceed the maximum permitted
                    frame size.

                    The count represented by an instance of this
                    object is incremented when the frameTooLong
                    status is returned by the MAC service to the
                    LLC (or other MAC user). Received frames for
                    which multiple error conditions pertain are,
                    according to the conventions of IEEE 802.3
                    Layer Management, counted exclusively according
                    to the error status presented to the LLC.

                    For interfaces operating at 10 Gb/s, this
                    counter can roll over in less than 80 minutes if
                    it is incrementing at its maximum rate.  Since
                    that amount of time could be less than a
                    management station's poll cycle time, in order
                    to avoid a loss of information, a management
                    station is advised to poll the
                    dot3HCStatsFrameTooLongs object for 10 Gb/s
                    or faster interfaces.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 13 }

.1.3.6.1.2.1.10.7.2.1.16
dot3StatsInternalMacReceiveErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames for which reception on a
                    particular interface fails due to an internal
                    MAC sublayer receive error. A frame is only
                    counted by an instance of this object if it is
                    not counted by the corresponding instance of
                    either the dot3StatsFrameTooLongs object, the
                    dot3StatsAlignmentErrors object, or the
                    dot3StatsFCSErrors object.

                    The precise meaning of the count represented by
                    an instance of this object is implementation-
                    specific.  In particular, an instance of this
                    object may represent a count of receive errors
                    on a particular interface that are not
                    otherwise counted.

                    For interfaces operating at 10 Gb/s, this
                    counter can roll over in less than 5 minutes if
                    it is incrementing at its maximum rate.  Since
                    that amount of time could be less than a
                    management station's poll cycle time, in order
                    to avoid a loss of information, a management
                    station is advised to poll the
                    dot3HCStatsInternalMacReceiveErrors object for
                    10 Gb/s or faster interfaces.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 16 }

.1.3.6.1.2.1.10.7.2.1.17
dot3StatsEtherChipSet OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"******** THIS OBJECT IS DEPRECATED ********

                    This object contains an OBJECT IDENTIFIER
                    which identifies the chipset used to
                    realize the interface. Ethernet-like
                    interfaces are typically built out of
                    several different chips. The MIB implementor
                    is presented with a decision of which chip
                    to identify via this object. The implementor
                    should identify the chip which is usually
                    called the Medium Access Control chip.
                    If no such chip is easily identifiable,
                    the implementor should identify the chip
                    which actually gathers the transmit
                    and receive statistics and error
                    indications. This would allow a
                    manager station to correlate the
                    statistics and the chip generating
                    them, giving it the ability to take
                    into account any known anomalies
                    in the chip.

                    This object has been deprecated.  Implementation
                    feedback indicates that it is of limited use for
                    debugging network problems in the field, and
                    the administrative overhead involved in
                    maintaining a registry of chipset OIDs is not
                    justified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 17 }

.1.3.6.1.2.1.10.7.2.1.18
dot3StatsSymbolErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For an interface operating at 100 Mb/s, the
                    number of times there was an invalid data symbol
                    when a valid carrier was present.

                    For an interface operating in half-duplex mode
                    at 1000 Mb/s, the number of times the receiving
                    media is non-idle (a carrier event) for a period
                    of time equal to or greater than slotTime, and
                    during which there was at least one occurrence
                    of an event that causes the PHY to indicate
                    'Data reception error' or 'carrier extend error'
                    on the GMII.

                    For an interface operating in full-duplex mode
                    at 1000 Mb/s, the number of times the receiving
                    media is non-idle (a carrier event) for a period
                    of time equal to or greater than minFrameSize,
                    and during which there was at least one
                    occurrence of an event that causes the PHY to
                    indicate 'Data reception error' on the GMII.

                    For an interface operating at 10 Gb/s, the
                    number of times the receiving media is non-idle
                    (a carrier event) for a period of time equal to
                    or greater than minFrameSize, and during which
                    there was at least one occurrence of an event
                    that causes the PHY to indicate 'Receive Error'
                    on the XGMII.

                    The count represented by an instance of this
                    object is incremented at most once per carrier
                    event, even if multiple symbol errors occur
                    during the carrier event.  This count does
                    not increment if a collision is present.

                    This counter does not increment when the
                    interface is operating at 10 Mb/s.

                    For interfaces operating at 10 Gb/s, this
                    counter can roll over in less than 5 minutes if
                    it is incrementing at its maximum rate.  Since
                    that amount of time could be less than a
                    management station's poll cycle time, in order
                    to avoid a loss of information, a management
                    station is advised to poll the
                    dot3HCStatsSymbolErrors object for 10 Gb/s
                    or faster interfaces.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 18 }

.1.3.6.1.2.1.10.7.2.1.19
dot3StatsDuplexStatus OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	INTEGER {unknown(1), halfDuplex(2), fullDuplex(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current mode of operation of the MAC
                    entity.  'unknown' indicates that the current
                    duplex mode could not be determined.

                    Management control of the duplex mode is
                    accomplished through the MAU MIB.  When
                    an interface does not support autonegotiation,
                    or when autonegotiation is not enabled, the
                    duplex mode is controlled using
                    ifMauDefaultType.  When autonegotiation is
                    supported and enabled, duplex mode is controlled
                    using ifMauAutoNegAdvertisedBits.  In either
                    case, the currently operating duplex mode is
                    reflected both in this object and in ifMauType.

                    Note that this object provides redundant
                    information with ifMauType.  Normally, redundant
                    objects are discouraged.  However, in this
                    instance, it allows a management application to
                    determine the duplex status of an interface
                    without having to know every possible value of
                    ifMauType.  This was felt to be sufficiently
                    valuable to justify the redundancy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 19 }

.1.3.6.1.2.1.10.7.2.1.20
dot3StatsRateControlAbility OBJECT-TYPE
  -- FROM	EtherLike-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"'true' for interfaces operating at speeds above
                    1000 Mb/s that support Rate Control through
                    lowering the average data rate of the MAC
                    sublayer, with frame granularity, and 'false'
                    otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 20 }

.1.3.6.1.2.1.10.7.2.1.21
dot3StatsRateControlStatus OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	INTEGER {rateControlOff(1), rateControlOn(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current Rate Control mode of operation of
                    the MAC sublayer of this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) 21 }

.1.3.6.1.2.1.10.7.5
dot3CollTable OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A collection of collision histograms for a
                    particular set of interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) 5 }

.1.3.6.1.2.1.10.7.5.1
dot3CollEntry OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot3CollCount }
  DESCRIPTION	"A cell in the histogram of per-frame
                    collisions for a particular interface.  An
                    instance of this object represents the
                    frequency of individual MAC frames for which
                    the transmission (successful or otherwise) on a
                    particular interface is accompanied by a
                    particular number of media collisions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3CollTable(5) 1 }

.1.3.6.1.2.1.10.7.5.1.2
dot3CollCount OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of per-frame media collisions for
                    which a particular collision histogram cell
                    represents the frequency on a particular
                    interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3CollTable(5) dot3CollEntry(1) 2 }

.1.3.6.1.2.1.10.7.5.1.3
dot3CollFrequencies OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of individual MAC frames for which the
                    transmission (successful or otherwise) on a
                    particular interface occurs after the
                    frame has experienced exactly the number
                    of collisions in the associated
                    dot3CollCount object.

                    For example, a frame which is transmitted
                    on interface 77 after experiencing
                    exactly 4 collisions would be indicated
                    by incrementing only dot3CollFrequencies.77.4.
                    No other instance of dot3CollFrequencies would
                    be incremented in this example.

                    This counter does not increment when the
                    interface is operating in full-duplex mode.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3CollTable(5) dot3CollEntry(1) 3 }

.1.3.6.1.2.1.10.7.6
dot3Tests OBJECT-TYPE
  -- FROM	EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) 6 }

.1.3.6.1.2.1.10.7.6.1
dot3TestTdr OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"******** THIS IDENTITY IS DEPRECATED *******

                    The Time-Domain Reflectometry (TDR) test is
                    specific to ethernet-like interfaces of type
                    10Base5 and 10Base2.  The TDR value may be
                    useful in determining the approximate distance
                    to a cable fault.  It is advisable to repeat
                    this test to check for a consistent resulting
                    TDR value, to verify that there is a fault.

                    A TDR test returns as its result the time
                    interval, measured in 10 MHz ticks or 100 nsec
                    units, between the start of TDR test
                    transmission and the subsequent detection of a
                    collision or deassertion of carrier.  On
                    successful completion of a TDR test, the result
                    is stored as the value of an appropriate
                    instance of an appropriate vendor specific MIB
                    object, and the OBJECT IDENTIFIER of that
                    instance is stored in the appropriate instance
                    of the appropriate test result code object
                    (thereby indicating where the result has been
                    stored).

                    This object identity has been deprecated, since
                    the ifTestTable in the IF-MIB was deprecated,
                    and there is no longer a standard mechanism for
                    initiating an interface test.  This left no
                    standard way of using this object identity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3Tests(6) 1 }

.1.3.6.1.2.1.10.7.6.2
dot3TestLoopBack OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"******** THIS IDENTITY IS DEPRECATED *******

                    This test configures the MAC chip and executes
                    an internal loopback test of memory, data paths,
                    and the MAC chip logic.  This loopback test can
                    only be executed if the interface is offline.
                    Once the test has completed, the MAC chip should
                    be reinitialized for network operation, but it
                    should remain offline.

                    If an error occurs during a test, the
                    appropriate test result object will be set
                    to indicate a failure.  The two OBJECT
                    IDENTIFIER values dot3ErrorInitError and
                    dot3ErrorLoopbackError may be used to provided
                    more information as values for an appropriate
                    test result code object.

                    This object identity has been deprecated, since
                    the ifTestTable in the IF-MIB was deprecated,
                    and there is no longer a standard mechanism for
                    initiating an interface test.  This left no
                    standard way of using this object identity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3Tests(6) 2 }

.1.3.6.1.2.1.10.7.7
dot3Errors OBJECT-TYPE
  -- FROM	EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) 7 }

.1.3.6.1.2.1.10.7.7.1
dot3ErrorInitError OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"******** THIS IDENTITY IS DEPRECATED *******

                    Couldn't initialize MAC chip for test.

                    This object identity has been deprecated, since
                    the ifTestTable in the IF-MIB was deprecated,
                    and there is no longer a standard mechanism for
                    initiating an interface test.  This left no
                    standard way of using this object identity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3Errors(7) 1 }

.1.3.6.1.2.1.10.7.7.2
dot3ErrorLoopbackError OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"******** THIS IDENTITY IS DEPRECATED *******

                    Expected data not received (or not received
                    correctly) in loopback test.

                    This object identity has been deprecated, since
                    the ifTestTable in the IF-MIB was deprecated,
                    and there is no longer a standard mechanism for
                    initiating an interface test.  This left no
                    standard way of using this object identity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3Errors(7) 2 }

.1.3.6.1.2.1.10.7.9
dot3ControlTable OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of descriptive and status information
                    about the MAC Control sublayer on the
                    ethernet-like interfaces attached to a
                    particular system.  There will be one row in
                    this table for each ethernet-like interface in
                    the system which implements the MAC Control
                    sublayer.  If some, but not all, of the
                    ethernet-like interfaces in the system implement
                    the MAC Control sublayer, there will be fewer
                    rows in this table than in the dot3StatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) 9 }

.1.3.6.1.2.1.10.7.9.1
dot3ControlEntry OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot3StatsIndex }
  DESCRIPTION	"An entry in the table, containing information
                    about the MAC Control sublayer on a single
                    ethernet-like interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3ControlTable(9) 1 }

.1.3.6.1.2.1.10.7.9.1.1
dot3ControlFunctionsSupported OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	BITS {pause(0)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A list of the possible MAC Control functions
                    implemented for this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3ControlTable(9) dot3ControlEntry(1) 1 }

.1.3.6.1.2.1.10.7.9.1.2
dot3ControlInUnknownOpcodes OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MAC Control frames received on this
                    interface that contain an opcode that is not
                    supported by this device.

                    For interfaces operating at 10 Gb/s, this
                    counter can roll over in less than 5 minutes if
                    it is incrementing at its maximum rate.  Since
                    that amount of time could be less than a
                    management station's poll cycle time, in order
                    to avoid a loss of information, a management
                    station is advised to poll the
                    dot3HCControlInUnknownOpcodes object for 10 Gb/s
                    or faster interfaces.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3ControlTable(9) dot3ControlEntry(1) 2 }

.1.3.6.1.2.1.10.7.9.1.3
dot3HCControlInUnknownOpcodes OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MAC Control frames received on this
                    interface that contain an opcode that is not
                    supported by this device.

                    This counter is a 64 bit version of
                    dot3ControlInUnknownOpcodes.  It should be used
                    on interfaces operating at 10 Gb/s or faster.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3ControlTable(9) dot3ControlEntry(1) 3 }

.1.3.6.1.2.1.10.7.10
dot3PauseTable OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of descriptive and status information
                    about the MAC Control PAUSE function on the
                    ethernet-like interfaces attached to a
                    particular system. There will be one row in
                    this table for each ethernet-like interface in
                    the system which supports the MAC Control PAUSE
                    function (i.e., the 'pause' bit in the
                    corresponding instance of
                    dot3ControlFunctionsSupported is set).  If some,
                    but not all, of the ethernet-like interfaces in
                    the system implement the MAC Control PAUSE
                    function (for example, if some interfaces only
                    support half-duplex), there will be fewer rows
                    in this table than in the dot3StatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) 10 }

.1.3.6.1.2.1.10.7.10.1
dot3PauseEntry OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot3StatsIndex }
  DESCRIPTION	"An entry in the table, containing information
                    about the MAC Control PAUSE function on a single
                    ethernet-like interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3PauseTable(10) 1 }

.1.3.6.1.2.1.10.7.10.1.1
dot3PauseAdminMode OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	INTEGER {disabled(1), enabledXmit(2), enabledRcv(3), enabledXmitAndRcv(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to configure the default
                    administrative PAUSE mode for this interface.

                    This object represents the
                    administratively-configured PAUSE mode for this
                    interface.  If auto-negotiation is not enabled
                    or is not implemented for the active MAU
                    attached to this interface, the value of this
                    object determines the operational PAUSE mode
                    of the interface whenever it is operating in
                    full-duplex mode.  In this case, a set to this
                    object will force the interface into the
                    specified mode.

                    If auto-negotiation is implemented and enabled
                    for the MAU attached to this interface, the
                    PAUSE mode for this interface is determined by
                    auto-negotiation, and the value of this object
                    denotes the mode to which the interface will
                    automatically revert if/when auto-negotiation is
                    later disabled.  Note that when auto-negotiation
                    is running, administrative control of the PAUSE
                    mode may be accomplished using the
                    ifMauAutoNegCapAdvertisedBits object in the
                    MAU-MIB.

                    Note that the value of this object is ignored
                    when the interface is not operating in
                    full-duplex mode.

                    An attempt to set this object to
                    'enabledXmit(2)' or 'enabledRcv(3)' will fail
                    on interfaces that do not support operation
                    at greater than 100 Mb/s."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3PauseTable(10) dot3PauseEntry(1) 1 }

.1.3.6.1.2.1.10.7.10.1.2
dot3PauseOperMode OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	INTEGER {disabled(1), enabledXmit(2), enabledRcv(3), enabledXmitAndRcv(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the PAUSE mode currently
                    in use on this interface, as determined by
                    either (1) the result of the auto-negotiation
                    function or (2) if auto-negotiation is not
                    enabled or is not implemented for the active MAU
                    attached to this interface, by the value of
                    dot3PauseAdminMode.  Interfaces operating at
                    100 Mb/s or less will never return
                    'enabledXmit(2)' or 'enabledRcv(3)'.  Interfaces
                    operating in half-duplex mode will always return
                    'disabled(1)'.  Interfaces on which
                    auto-negotiation is enabled but not yet
                    completed should return the value
                    'disabled(1)'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3PauseTable(10) dot3PauseEntry(1) 2 }

.1.3.6.1.2.1.10.7.10.1.3
dot3InPauseFrames OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MAC Control frames received on this
                    interface with an opcode indicating the PAUSE
                    operation.

                    This counter does not increment when the
                    interface is operating in half-duplex mode.

                    For interfaces operating at 10 Gb/s, this
                    counter can roll over in less than 5 minutes if
                    it is incrementing at its maximum rate.  Since
                    that amount of time could be less than a
                    management station's poll cycle time, in order
                    to avoid a loss of information, a management
                    station is advised to poll the
                    dot3HCInPauseFrames object for 10 Gb/s or
                    faster interfaces.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3PauseTable(10) dot3PauseEntry(1) 3 }

.1.3.6.1.2.1.10.7.10.1.4
dot3OutPauseFrames OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MAC Control frames transmitted on
                    this interface with an opcode indicating the
                    PAUSE operation.

                    This counter does not increment when the
                    interface is operating in half-duplex mode.

                    For interfaces operating at 10 Gb/s, this
                    counter can roll over in less than 5 minutes if
                    it is incrementing at its maximum rate.  Since
                    that amount of time could be less than a
                    management station's poll cycle time, in order
                    to avoid a loss of information, a management
                    station is advised to poll the
                    dot3HCOutPauseFrames object for 10 Gb/s or
                    faster interfaces.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3PauseTable(10) dot3PauseEntry(1) 4 }

.1.3.6.1.2.1.10.7.10.1.5
dot3HCInPauseFrames OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MAC Control frames received on this
                    interface with an opcode indicating the PAUSE
                    operation.

                    This counter does not increment when the
                    interface is operating in half-duplex mode.

                    This counter is a 64 bit version of
                    dot3InPauseFrames.  It should be used on
                    interfaces operating at 10 Gb/s or faster.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3PauseTable(10) dot3PauseEntry(1) 5 }

.1.3.6.1.2.1.10.7.10.1.6
dot3HCOutPauseFrames OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MAC Control frames transmitted on
                    this interface with an opcode indicating the
                    PAUSE operation.

                    This counter does not increment when the
                    interface is operating in half-duplex mode.

                    This counter is a 64 bit version of
                    dot3OutPauseFrames.  It should be used on
                    interfaces operating at 10 Gb/s or faster.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3PauseTable(10) dot3PauseEntry(1) 6 }

.1.3.6.1.2.1.10.7.11
dot3HCStatsTable OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing 64-bit versions of error
                    counters from the dot3StatsTable.  The 32-bit
                    versions of these counters may roll over quite
                    quickly on higher speed ethernet interfaces.
                    The counters that have 64-bit versions in this
                    table are the counters that apply to full-duplex
                    interfaces, since 10 Gb/s and faster
                    ethernet-like interfaces do not support
                    half-duplex, and very few 1000 Mb/s
                    ethernet-like interfaces support half-duplex.

                    Entries in this table are recommended for
                    interfaces capable of operating at 1000 Mb/s or
                    faster, and are required for interfaces capable
                    of operating at 10 Gb/s or faster.  Lower speed
                    ethernet-like interfaces do not need entries in
                    this table, in which case there may be fewer
                    entries in this table than in the
                    dot3StatsTable. However, implementations
                    containing interfaces with a mix of speeds may
                    choose to implement entries in this table for
                    all ethernet-like interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) 11 }

.1.3.6.1.2.1.10.7.11.1
dot3HCStatsEntry OBJECT-TYPE
  -- FROM	EtherLike-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot3StatsIndex }
  DESCRIPTION	"An entry containing 64-bit statistics for a
                    single ethernet-like interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3HCStatsTable(11) 1 }

.1.3.6.1.2.1.10.7.11.1.1
dot3HCStatsAlignmentErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received on a particular
                    interface that are not an integral number of
                    octets in length and do not pass the FCS check.

                    The count represented by an instance of this
                    object is incremented when the alignmentError
                    status is returned by the MAC service to the
                    LLC (or other MAC user). Received frames for
                    which multiple error conditions pertain are,
                    according to the conventions of IEEE 802.3
                    Layer Management, counted exclusively according
                    to the error status presented to the LLC.

                    This counter does not increment for group
                    encoding schemes greater than 4 bits per group.

                    This counter is a 64 bit version of
                    dot3StatsAlignmentErrors.  It should be used
                    on interfaces operating at 10 Gb/s or faster.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3HCStatsTable(11) dot3HCStatsEntry(1) 1 }

.1.3.6.1.2.1.10.7.11.1.2
dot3HCStatsFCSErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received on a particular
                    interface that are an integral number of octets
                    in length but do not pass the FCS check.  This
                    count does not include frames received with
                    frame-too-long or frame-too-short error.

                    The count represented by an instance of this
                    object is incremented when the frameCheckError
                    status is returned by the MAC service to the
                    LLC (or other MAC user). Received frames for
                    which multiple error conditions pertain are,
                    according to the conventions of IEEE 802.3
                    Layer Management, counted exclusively according
                    to the error status presented to the LLC.

                    Note:  Coding errors detected by the physical
                    layer for speeds above 10 Mb/s will cause the
                    frame to fail the FCS check.

                    This counter is a 64 bit version of
                    dot3StatsFCSErrors.  It should be used on
                    interfaces operating at 10 Gb/s or faster.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3HCStatsTable(11) dot3HCStatsEntry(1) 2 }

.1.3.6.1.2.1.10.7.11.1.3
dot3HCStatsInternalMacTransmitErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames for which transmission on a
                    particular interface fails due to an internal
                    MAC sublayer transmit error. A frame is only
                    counted by an instance of this object if it is
                    not counted by the corresponding instance of
                    either the dot3StatsLateCollisions object, the
                    dot3StatsExcessiveCollisions object, or the
                    dot3StatsCarrierSenseErrors object.

                    The precise meaning of the count represented by
                    an instance of this object is implementation-
                    specific.  In particular, an instance of this
                    object may represent a count of transmission
                    errors on a particular interface that are not
                    otherwise counted.

                    This counter is a 64 bit version of
                    dot3StatsInternalMacTransmitErrors.  It should
                    be used on interfaces operating at 10 Gb/s or
                    faster.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3HCStatsTable(11) dot3HCStatsEntry(1) 3 }

.1.3.6.1.2.1.10.7.11.1.4
dot3HCStatsFrameTooLongs OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received on a particular
                    interface that exceed the maximum permitted
                    frame size.

                    The count represented by an instance of this
                    object is incremented when the frameTooLong
                    status is returned by the MAC service to the
                    LLC (or other MAC user). Received frames for
                    which multiple error conditions pertain are,
                    according to the conventions of IEEE 802.3
                    Layer Management, counted exclusively according
                    to the error status presented to the LLC.

                    This counter is a 64 bit version of
                    dot3StatsFrameTooLongs.  It should be used on
                    interfaces operating at 10 Gb/s or faster.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3HCStatsTable(11) dot3HCStatsEntry(1) 4 }

.1.3.6.1.2.1.10.7.11.1.5
dot3HCStatsInternalMacReceiveErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames for which reception on a
                    particular interface fails due to an internal
                    MAC sublayer receive error. A frame is only
                    counted by an instance of this object if it is
                    not counted by the corresponding instance of
                    either the dot3StatsFrameTooLongs object, the
                    dot3StatsAlignmentErrors object, or the
                    dot3StatsFCSErrors object.

                    The precise meaning of the count represented by
                    an instance of this object is implementation-
                    specific.  In particular, an instance of this
                    object may represent a count of receive errors
                    on a particular interface that are not
                    otherwise counted.

                    This counter is a 64 bit version of
                    dot3StatsInternalMacReceiveErrors.  It should be
                    used on interfaces operating at 10 Gb/s or
                    faster.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3HCStatsTable(11) dot3HCStatsEntry(1) 5 }

.1.3.6.1.2.1.10.7.11.1.6
dot3HCStatsSymbolErrors OBJECT-TYPE
  -- FROM	EtherLike-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For an interface operating at 100 Mb/s, the
                    number of times there was an invalid data symbol
                    when a valid carrier was present.

                    For an interface operating in half-duplex mode
                    at 1000 Mb/s, the number of times the receiving
                    media is non-idle (a carrier event) for a period
                    of time equal to or greater than slotTime, and
                    during which there was at least one occurrence
                    of an event that causes the PHY to indicate
                    'Data reception error' or 'carrier extend error'
                    on the GMII.

                    For an interface operating in full-duplex mode
                    at 1000 Mb/s, the number of times the receiving
                    media is non-idle (a carrier event) for a period
                    of time equal to or greater than minFrameSize,
                    and during which there was at least one
                    occurrence of an event that causes the PHY to
                    indicate 'Data reception error' on the GMII.

                    For an interface operating at 10 Gb/s, the
                    number of times the receiving media is non-idle
                    (a carrier event) for a period of time equal to
                    or greater than minFrameSize, and during which
                    there was at least one occurrence of an event
                    that causes the PHY to indicate 'Receive Error'
                    on the XGMII.

                    The count represented by an instance of this
                    object is incremented at most once per carrier
                    event, even if multiple symbol errors occur
                    during the carrier event.  This count does
                    not increment if a collision is present.

                    This counter is a 64 bit version of
                    dot3StatsSymbolErrors.  It should be used on
                    interfaces operating at 10 Gb/s or faster.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system, and at other times as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3HCStatsTable(11) dot3HCStatsEntry(1) 6 }

.1.3.6.1.2.1.10.16
lapb OBJECT-TYPE
  -- FROM	RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 16 }

.1.3.6.1.2.1.10.16.1
lapbAdmnTable OBJECT-TYPE
  -- FROM	RFC1381-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"This table contains objects that can be
                          changed to manage a LAPB interface.
                          Changing one of these parameters may take
                          effect in the operating LAPB immediately or
                          may wait until the interface is restarted
                          depending on the details of the
                          implementation.

                          Most of the objects in this read-write table
                          have corresponding read-only objects in the
                          lapbOperTable that return the current
                          operating value.

                          The operating values may be different from
                          these configured values if changed by XID
                          negotiation or if a configured parameter was
                          changed after the interface was started."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 1 }

.1.3.6.1.2.1.10.16.1.1
lapbAdmnEntry OBJECT-TYPE
  -- FROM	RFC1381-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ lapbAdmnIndex }
  DESCRIPTION	"Configured parameter values for a specific
                          LAPB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) 1 }

.1.3.6.1.2.1.10.16.1.1.1
lapbAdmnIndex OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION IfIndexType
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ifIndex value for the LAPB interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 1 }

.1.3.6.1.2.1.10.16.1.1.2
lapbAdmnStationType OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER {dte(1), dce(2), dxe(3)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Identifies the desired station type of this
                          interface."
  DEFVAL	{ dte }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 2 }

.1.3.6.1.2.1.10.16.1.1.3
lapbAdmnControlField OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER {modulo8(1), modulo128(2)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The desired size of the sequence numbers
                          used to number frames."
  DEFVAL	{ modulo8 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 3 }

.1.3.6.1.2.1.10.16.1.1.4
lapbAdmnTransmitN1FrameSize OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The default maximum N1 frame size desired
                          in number of bits for a frame transmitted by
                          this DTE.  This excludes flags and 0 bits
                          inserted for transparency."
  DEFVAL	{ 36000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 4 }

.1.3.6.1.2.1.10.16.1.1.5
lapbAdmnReceiveN1FrameSize OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The default maximum N1 frame size desired
                          in number of bits for a frame the DCE/remote
                          DTE transmits to this DTE.  This excludes
                          flags and 0 bits inserted for transparency."
  DEFVAL	{ 36000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 5 }

.1.3.6.1.2.1.10.16.1.1.6
lapbAdmnTransmitKWindowSize OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The default transmit window size for this
                          Interface.  This is the maximum number of
                          unacknowledged sequenced PDUs that may be
                          outstanding from this DTE at any one time."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 6 }

.1.3.6.1.2.1.10.16.1.1.7
lapbAdmnReceiveKWindowSize OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The default receive window size for this
                          Interface.  This is the maximum number of
                          unacknowledged sequenced PDUs that may be
                          outstanding from the DCE/remote DTE at any
                          one time."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 7 }

.1.3.6.1.2.1.10.16.1.1.8
lapbAdmnN2RxmitCount OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The default N2 retry counter for this
                          interface.  This specifies the number of
                          times a PDU will be resent after the T1
                          timer expires without an acknowledgement for
                          the PDU."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 8 }

.1.3.6.1.2.1.10.16.1.1.9
lapbAdmnT1AckTimer OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The default T1 timer for this interface.
                          This specifies the maximum time in
                          Milliseconds to wait for acknowledgment of a
                          PDU."
  DEFVAL	{ 3000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 9 }

.1.3.6.1.2.1.10.16.1.1.10
lapbAdmnT2AckDelayTimer OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The default T2 timer for this interface.
                          This specifies the maximum time in
                          Milliseconds to wait before sending an
                          acknowledgment for a sequenced PDU.  A value
                          of zero means there will be no delay in
                          acknowledgement generation."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 10 }

.1.3.6.1.2.1.10.16.1.1.11
lapbAdmnT3DisconnectTimer OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The T3 timer for this interface.  This
                          specifies the time in Milliseconds to wait
                          before considering the link disconnected.  A
                          value of zero indicates the link will be
                          considered disconnected upon completion of
                          the frame exchange to disconnect the link."
  DEFVAL	{ 60000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 11 }

.1.3.6.1.2.1.10.16.1.1.12
lapbAdmnT4IdleTimer OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The T4 timer for this interface.  This
                          specifies the maximum time in Milliseconds
                          to allow without frames being exchanged on
                          the data link.  A value of 2147483647
                          indicates no idle timer is being kept."
  DEFVAL	{ 2147483647 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 12 }

.1.3.6.1.2.1.10.16.1.1.13
lapbAdmnActionInitiate OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER {sendSABM(1), sendDISC(2), sendDM(3), none(4), other(5)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"This identifies the action LAPB will take
                          to initiate link set-up."
  DEFVAL	{ sendSABM }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 13 }

.1.3.6.1.2.1.10.16.1.1.14
lapbAdmnActionRecvDM OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER {sendSABM(1), sendDISC(2), other(3)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"This identifies the action LAPB will take
                          when it receives a DM response."
  DEFVAL	{ sendSABM }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbAdmnTable(1) lapbAdmnEntry(1) 14 }

.1.3.6.1.2.1.10.16.2
lapbOperTable OBJECT-TYPE
  -- FROM	RFC1381-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"This table contains configuration
                          information about interface parameters
                          currently set in the interface.  Many of
                          these objects have corresponding objects in
                  the lapbAdmnTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 2 }

.1.3.6.1.2.1.10.16.2.1
lapbOperEntry OBJECT-TYPE
  -- FROM	RFC1381-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ lapbOperIndex }
  DESCRIPTION	"Currently set parameter values for a
                          specific LAPB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) 1 }

.1.3.6.1.2.1.10.16.2.1.1
lapbOperIndex OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION IfIndexType
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ifIndex value for the LAPB interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 1 }

.1.3.6.1.2.1.10.16.2.1.2
lapbOperStationType OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER {dte(1), dce(2), dxe(3)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Identifies the current operating station
                          type of this interface.  A value of dxe (3)
                          indicates XID negotiation has not yet taken
                          place."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 2 }

.1.3.6.1.2.1.10.16.2.1.3
lapbOperControlField OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER {modulo8(1), modulo128(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current operating size of the sequence
                          numbers used to number frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 3 }

.1.3.6.1.2.1.10.16.2.1.4
lapbOperTransmitN1FrameSize OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current operating N1 frame size used
                          for the maximum number of bits in a frame
                          this DTE can transmit.  This excludes flags
                          and 0 bits inserted for transparency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 4 }

.1.3.6.1.2.1.10.16.2.1.5
lapbOperReceiveN1FrameSize OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current operating N1 frame size used
                          for the maximum number of bits in a frame
                          the DCE/remote DTE can transmit.  This
                          excludes flags and 0 bits inserted for
                          transparency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 5 }

.1.3.6.1.2.1.10.16.2.1.6
lapbOperTransmitKWindowSize OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current PDU window size this Interface
                          uses to transmit.  This is the maximum
                          number of unacknowledged sequenced PDUs that
                          may be outstanding from this DTE at any one
                          time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 6 }

.1.3.6.1.2.1.10.16.2.1.7
lapbOperReceiveKWindowSize OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current receive PDU window size for
                          this Interface.  This is the maximum number
                          of unacknowledged sequenced PDUs that may be
                          outstanding from the DCE/remote DTE at any
                          one time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 7 }

.1.3.6.1.2.1.10.16.2.1.8
lapbOperN2RxmitCount OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current N2 retry counter used for this
                          interface.  This specifies the number of
                          times a PDU will be resent after the T1
                          timer expires without an acknowledgement for
                          the PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 8 }

.1.3.6.1.2.1.10.16.2.1.9
lapbOperT1AckTimer OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current T1 timer for this interface.
                          This specifies the maximum time in
                          Milliseconds to wait for acknowledgment of a
                          PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 9 }

.1.3.6.1.2.1.10.16.2.1.10
lapbOperT2AckDelayTimer OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current T2 timer for this interface.
                          This specifies the maximum time in
                          Milliseconds to wait before sending an
                          acknowledgment for a sequenced PDU.  A value
                          of zero means there will be no delay in
                          acknowledgement generation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 10 }

.1.3.6.1.2.1.10.16.2.1.11
lapbOperT3DisconnectTimer OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current T3 timer for this interface.
                          This specifies the time in Milliseconds to
                          wait before considering the link
                          disconnected.  A value of zero indicates the
                          link will be considered disconnected upon
                          completion of the frame exchange to
                          disconnect the link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 11 }

.1.3.6.1.2.1.10.16.2.1.12
lapbOperT4IdleTimer OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The current T4 timer for this interface.
                          This specifies the maximum time in
                          Milliseconds to allow without frames being
                          exchanged on the data link.  A value of
                          2147483647 indicates no idle timer is being
                          kept."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 12 }

.1.3.6.1.2.1.10.16.2.1.13
lapbOperPortId OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object identifies an instance of the
                          index object in the first group of objects
                          in the MIB specific to the physical device
                          or interface used to send and receive
                          frames.  If an agent does not support any
                          such objects, it should return nullSpec
                          OBJECT IDENTIFIER {0 0}."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 13 }

.1.3.6.1.2.1.10.16.2.1.14
lapbOperProtocolVersionId OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object identifies the version of the
                          lapb protocol implemented by this
                          interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbOperTable(2) lapbOperEntry(1) 14 }

.1.3.6.1.2.1.10.16.3
lapbFlowTable OBJECT-TYPE
  -- FROM	RFC1381-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"This table defines the objects recorded by
                          LAPB to provide information about the
                          traffic flow through the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 3 }

.1.3.6.1.2.1.10.16.3.1
lapbFlowEntry OBJECT-TYPE
  -- FROM	RFC1381-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ lapbFlowIfIndex }
  DESCRIPTION	"The information regarding the effects of
                          flow controls in LAPB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) 1 }

.1.3.6.1.2.1.10.16.3.1.1
lapbFlowIfIndex OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION IfIndexType
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ifIndex value for the LAPB Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 1 }

.1.3.6.1.2.1.10.16.3.1.2
lapbFlowStateChanges OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of LAPB State Changes, including
                          resets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 2 }

.1.3.6.1.2.1.10.16.3.1.3
lapbFlowChangeReason OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER {notStarted(1), abmEntered(2), abmeEntered(3), abmReset(4), abmeReset(5), dmReceived(6), dmSent(7), discReceived(8), discSent(9), frmrReceived(10), frmrSent(11), n2Timeout(12), other(13)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The reason for the most recent incrementing
                          of lapbFlowStateChanges.  A DM or DISC frame
                          generated to initiate link set-up does not
                          alter this object.  When the MIB-II object
                          ifOperStatus does not have a value of
                          testing, there exists a correlation between
                          this object and ifOperStatus.  IfOperStatus
                          will have a value of up when this object
                          contains:  abmEntered, abmeEntered,
                          abmReset, or abmeReset.  IfOperStatus will
                          have a value of down when this object has a
                          value of notStarted, or dmReceived through
                          n2Timeout.  There is no correlation when
                          this object has the value other."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 3 }

.1.3.6.1.2.1.10.16.3.1.4
lapbFlowCurrentMode OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	INTEGER {disconnected(1), linkSetup(2), frameReject(3), disconnectRequest(4), informationTransfer(5), rejFrameSent(6), waitingAcknowledgement(7), stationBusy(8), remoteStationBusy(9), bothStationsBusy(10), waitingAckStationBusy(11), waitingAckRemoteBusy(12), waitingAckBothBusy(13), rejFrameSentRemoteBusy(14), xidFrameSent(15), error(16), other(17)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current condition of the conversation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 4 }

.1.3.6.1.2.1.10.16.3.1.5
lapbFlowBusyDefers OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times this device was unable
                          to transmit a frame due to a perceived
                          remote busy condition.  Busy conditions can
                          result from the receipt of an RNR from the
                          remote device, the lack of valid sequence
                          number space (window saturation), or other
                          conditions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 5 }

.1.3.6.1.2.1.10.16.3.1.6
lapbFlowRejOutPkts OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of REJ or SREJ frames sent by
                          this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 6 }

.1.3.6.1.2.1.10.16.3.1.7
lapbFlowRejInPkts OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of REJ or SREJ frames received
                          by this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 7 }

.1.3.6.1.2.1.10.16.3.1.8
lapbFlowT1Timeouts OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times a re-transmission was
                          effected by the T1 Timer expiring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 8 }

.1.3.6.1.2.1.10.16.3.1.9
lapbFlowFrmrSent OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OCTET STRING (0..7) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The Information Field of the FRMR most
                          recently sent.  If no FRMR has been sent
                          (the normal case) or the information isn't
                          available, this will be an OCTET STRING of
                          zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 9 }

.1.3.6.1.2.1.10.16.3.1.10
lapbFlowFrmrReceived OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OCTET STRING (0..7) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The Information Field of the FRMR most
                          recently received.  If no FRMR has been
                          received (the normal case) or the
                          information isn't available, this will be an
                          OCTET STRING of zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 10 }

.1.3.6.1.2.1.10.16.3.1.11
lapbFlowXidReceived OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OCTET STRING (0..8206) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The Information Field of the XID frame most
                          recently received.  If no XID frame has been
                          received, this will be an OCTET STRING of
                          zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbFlowTable(3) lapbFlowEntry(1) 11 }

.1.3.6.1.2.1.10.16.4
lapbXidTable OBJECT-TYPE
  -- FROM	RFC1381-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"This table defines values to use for XID
                          negotiation that are not found in the
                          lapbAdmnTable.  This table is optional for
                          implementations that don't support XID and
                          mandatory for implementations that do
                          initiate XID negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 4 }

.1.3.6.1.2.1.10.16.4.1
lapbXidEntry OBJECT-TYPE
  -- FROM	RFC1381-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ lapbXidIndex }
  DESCRIPTION	"XId negotiation parameter values for a
                          specific LAPB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbXidTable(4) 1 }

.1.3.6.1.2.1.10.16.4.1.1
lapbXidIndex OBJECT-TYPE
  -- FROM	RFC1381-MIB
  -- TEXTUAL CONVENTION IfIndexType
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ifIndex value for the LAPB interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbXidTable(4) lapbXidEntry(1) 1 }

.1.3.6.1.2.1.10.16.4.1.2
lapbXidAdRIdentifier OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The value of the Address Resolution
                          Identifier.  A zero length string indicates
                          no Identifier value has been assigned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbXidTable(4) lapbXidEntry(1) 2 }

.1.3.6.1.2.1.10.16.4.1.3
lapbXidAdRAddress OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The value of the Address Resolution
                          Address.  A zero length string indicates no
                          Address value has been assigned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbXidTable(4) lapbXidEntry(1) 3 }

.1.3.6.1.2.1.10.16.4.1.4
lapbXidParameterUniqueIdentifier OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The value of the parameter unique
                          Identifier.  A zero length string indicates
                          no Unique identifier value has been
                          assigned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbXidTable(4) lapbXidEntry(1) 4 }

.1.3.6.1.2.1.10.16.4.1.5
lapbXidGroupAddress OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The value of the parameter Group address.
                          A zero length string indicates no Group
                          address value has been assigned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbXidTable(4) lapbXidEntry(1) 5 }

.1.3.6.1.2.1.10.16.4.1.6
lapbXidPortNumber OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The port number assigned for this link.  A
                          zero length string indicates no local port
                          number identifier has been assigned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbXidTable(4) lapbXidEntry(1) 6 }

.1.3.6.1.2.1.10.16.4.1.7
lapbXidUserDataSubfield OBJECT-TYPE
  -- FROM	RFC1381-MIB
  SYNTAX	OCTET STRING (0..8206) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"A user data subfield, if any, to be
                          transmitted in an XID frame.  A zero length
                          frame indicates no user data subfield has
                          been assigned.  The octet string should
                          include both the User data identifier and
                          User data field as shown in Figures 1 and
                          4."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbXidTable(4) lapbXidEntry(1) 7 }

.1.3.6.1.2.1.10.16.5
lapbProtocolVersion OBJECT-TYPE
  -- FROM	RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 5 }

.1.3.6.1.2.1.10.16.5.1
lapbProtocolIso7776v1986 OBJECT-TYPE
  -- FROM	RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbProtocolVersion(5) 1 }

.1.3.6.1.2.1.10.16.5.2
lapbProtocolCcittV1980 OBJECT-TYPE
  -- FROM	RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbProtocolVersion(5) 2 }

.1.3.6.1.2.1.10.16.5.3
lapbProtocolCcittV1984 OBJECT-TYPE
  -- FROM	RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) lapbProtocolVersion(5) 3 }

.1.3.6.1.2.1.10.20
isdnMib MODULE-IDENTITY
  -- FROM	ISDN-MIB
  DESCRIPTION	"The MIB module to describe the
             management of ISDN interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 20 }

.1.3.6.1.2.1.10.20.1
isdnMibObjects OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) 1 }

.1.3.6.1.2.1.10.20.1.1
isdnBasicRateGroup OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) 1 }

.1.3.6.1.2.1.10.20.1.1.1
isdnBasicRateTable OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing configuration and operational
             parameters for all physical Basic Rate
             interfaces on this managed device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) 1 }

.1.3.6.1.2.1.10.20.1.1.1.1
isdnBasicRateEntry OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the ISDN Basic Rate Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1) 1 }

.1.3.6.1.2.1.10.20.1.1.1.1.1
isdnBasicRateIfType OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {isdns(75), isdnu(76)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The physical interface type. For 'S/T' interfaces,
             also called 'Four-wire Basic Access Interface',
             the value of this object is isdns(75).
             For 'U' interfaces, also called 'Two-wire Basic
             Access Interface', the value of this object is
             isdnu(76)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1) isdnBasicRateEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.1.1.1.2
isdnBasicRateLineTopology OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {pointToPoint(1), pointToMultipoint(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The line topology to be used for this interface.
             Note that setting isdnBasicRateIfType to isdns(75)
             does not necessarily mean a line topology of
             point-to-multipoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1) isdnBasicRateEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.1.1.1.3
isdnBasicRateIfMode OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {te(1), nt(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The physical interface mode. For TE mode, the value
             of this object is te(1). For NT mode, the value
             of this object is nt(2)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1) isdnBasicRateEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.1.1.1.4
isdnBasicRateSignalMode OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The signaling channel operational mode for this interface.
             If active(1) there is a signaling channel on this
             interface. If inactive(2) a signaling channel is
             not available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1) isdnBasicRateEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.2
isdnBearerGroup OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) 2 }

.1.3.6.1.2.1.10.20.1.2.1
isdnBearerTable OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines port specific operational, statistics
             and active call data for ISDN B channels. Each entry
             in this table describes one B (bearer) channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) 1 }

.1.3.6.1.2.1.10.20.1.2.1.1
isdnBearerEntry OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Operational and statistics information relating to
             one port. A port is a single B channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) 1 }

.1.3.6.1.2.1.10.20.1.2.1.1.1
isdnBearerChannelType OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {dialup(1), leased(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The B channel type. If the B channel is connected
             to a dialup line, this object has a value of
             dialup(1). In this case, it is controlled by
             an associated signaling channel. If the B channel
             is connected to a leased line, this object has
             a value of leased(2). For leased line B channels, there
             is no signaling channel control available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.2.1.1.2
isdnBearerOperStatus OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {idle(1), connecting(2), connected(3), active(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current call control state for this port.
             idle(1):       The B channel is idle.
                            No call or call attempt is going on.
             connecting(2): A connection attempt (outgoing call)
                            is being made on this interface.
             connected(3):  An incoming call is in the process
                            of validation.
             active(4):     A call is active on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.2.1.1.3
isdnBearerChannelNumber OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER (1..30) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier being used by a signaling protocol
             to identify this B channel, also referred to as
             B channel number. If the Agent also supports the DS0 MIB,
             the values of isdnBearerChannelNumber and dsx0Ds0Number
             must be identical for a given B channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.2.1.1.4
isdnBearerPeerAddress OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ISDN address the current or last call is or was
             connected to.

             In some cases, the format of this information can not
             be predicted, since it largely depends on the type
             of switch or PBX the device is connected to. Therefore,
             the detailed format of this information is not
             specified and is implementation dependent.

             If possible, the agent should supply this information
             using the E.164 format. In this case, the number must
             start with '+'. Otherwise, IA5 number digits must be used.

             If the peer ISDN address is not available,
             this object has a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.2.1.1.5
isdnBearerPeerSubAddress OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ISDN subaddress the current or last call is or was
             connected to.

             The subaddress is an user supplied string of up to 20
             IA5 characters and is transmitted transparently through
             the network.

             If the peer subaddress is not available, this object
             has a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 5 }

.1.3.6.1.2.1.10.20.1.2.1.1.6
isdnBearerCallOrigin OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {unknown(1), originate(2), answer(3), callback(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The call origin for the current or last call. If since
             system startup there was no call on this interface,
             this object has a value of unknown(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 6 }

.1.3.6.1.2.1.10.20.1.2.1.1.7
isdnBearerInfoType OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {unknown(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Information Transfer Capability for the current
             or last call.

             speech(2) refers to a non-data connection, whereas
             audio31(6) and audio7(7) refer to data mode connections.

             Note that Q.931, chapter 4.5.5, originally defined
             audio7(7) as '7 kHz audio' and now defines it as
             'Unrestricted digital information with tones/
             announcements'.

             If since system startup there has been no call on this
             interface, this object has a value of unknown(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 7 }

.1.3.6.1.2.1.10.20.1.2.1.1.8
isdnBearerMultirate OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This flag indicates if the current or last call used
             multirate. The actual information transfer rate,
             in detail specified in octet 4.1 (rate multiplier),
             is the sum of all B channel ifSpeed values for
             the hyperchannel.

             If since system startup there was no call on this
             interface, this object has a value of false(2)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 8 }

.1.3.6.1.2.1.10.20.1.2.1.1.9
isdnBearerCallSetupTime OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the ISDN setup message for
             the current or last call was sent or received. If since
             system startup there has been no call on this interface,
             this object has a value of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 9 }

.1.3.6.1.2.1.10.20.1.2.1.1.10
isdnBearerCallConnectTime OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the ISDN connect message for
             the current or last call was sent or received. If since
             system startup there has been no call on this interface,
             this object has a value of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 10 }

.1.3.6.1.2.1.10.20.1.2.1.1.11
isdnBearerChargedUnits OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of charged units for the current or last
             connection. For incoming calls or if charging information
             is not supplied by the switch, the value of this object
             is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) isdnBearerEntry(1) 11 }

.1.3.6.1.2.1.10.20.1.3
isdnSignalingGroup OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) 3 }

.1.3.6.1.2.1.10.20.1.3.1
isdnSignalingGetIndex OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The recommended procedure for selecting a new index for
             isdnSignalingTable row creation is to GET the value of
             this object, and then to SET the object with the same
             value. If the SET operation succeeds, the manager can use
             this value as an index to create a new row in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) 1 }

.1.3.6.1.2.1.10.20.1.3.2
isdnSignalingTable OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ISDN signaling table containing configuration and
             operational parameters for all ISDN signaling
             channels on this managed device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) 2 }

.1.3.6.1.2.1.10.20.1.3.2.1
isdnSignalingEntry OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isdnSignalingIndex }
  DESCRIPTION	"An entry in the ISDN Signaling Table. To create a new
             entry, only isdnSignalingProtocol needs to be specified
             before isdnSignalingStatus can become active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) 1 }

.1.3.6.1.2.1.10.20.1.3.2.1.1
isdnSignalingIndex OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies an entry
             in the isdnSignalingTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) isdnSignalingEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.3.2.1.2
isdnSignalingIfIndex OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifIndex value of the interface associated with this
             signaling channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) isdnSignalingEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.3.2.1.3
isdnSignalingProtocol OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION IsdnSignalingProtocol
  SYNTAX	INTEGER {other(1), dss1(2), etsi(3), dass2(4), ess4(5), ess5(6), dms100(7), dms250(8), ni1(9), ni2(10), ni3(11), vn2(12), vn3(13), vn4(14), vn6(15), kdd(16), ins64(17), ins1500(18), itr6(19), cornet(20), ts013(21), ts014(22), qsig(23), swissnet2(24), swissnet3(25)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The particular protocol type supported by the
             switch providing access to the ISDN network
             to which this signaling channel is connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) isdnSignalingEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.3.2.1.4
isdnSignalingCallingAddress OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ISDN Address to be assigned to this signaling
             channel. More specifically, this is the 'Calling Address
             information element' as being passed to the switch
             in outgoing call setup messages.

             It can be an EAZ (1TR6), a calling number (DSS1, ETSI)
             or any other number necessary to identify a signaling
             interface. If there is no such number defined or required,
             this is a zero length string. It is represented in
             DisplayString form.

             Incoming calls can also be identified by this number.
             If the Directory Number, i.e. the Called Number in
             incoming calls, is different to this number, the
             isdnDirectoryTable has to be used to specify all
             possible Directory Numbers.

             The format of this information largely depends on the type
             of switch or PBX the device is connected to. Therefore,
             the detailed format of this information is not
             specified and is implementation dependent.

             If possible, the agent should implement this information
             using the E.164 number format. In this case, the number
             must start with '+'. Otherwise, IA5 number digits must
             be used."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) isdnSignalingEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.3.2.1.5
isdnSignalingSubAddress OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Supplementary information to the ISDN address assigned
             to this signaling channel. Usually, this is the
             subaddress as defined in Q.931.
             If there is no such number defined or required, this is
             a zero length string.
             The subaddress is used for incoming calls as well as
             for outgoing calls.
             The subaddress is an user supplied string of up to 20
             IA5 characters and is transmitted transparently through
             the network."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) isdnSignalingEntry(1) 5 }

.1.3.6.1.2.1.10.20.1.3.2.1.6
isdnSignalingBchannelCount OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The total number of B channels (bearer channels)
             managed by this signaling channel. The default value
             of this object depends on the physical interface type
             and is either 2 for Basic Rate interfaces or
             24 (30) for Primary Rate interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) isdnSignalingEntry(1) 6 }

.1.3.6.1.2.1.10.20.1.3.2.1.7
isdnSignalingInfoTrapEnable OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether isdnMibCallInformation traps
             should be generated for calls on this signaling
             channel."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) isdnSignalingEntry(1) 7 }

.1.3.6.1.2.1.10.20.1.3.2.1.8
isdnSignalingStatus OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create and delete rows in the
             isdnSignalingTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) isdnSignalingEntry(1) 8 }

.1.3.6.1.2.1.10.20.1.3.3
isdnSignalingStatsTable OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ISDN signaling table containing statistics
             information for all ISDN signaling channels
             on this managed device.
             Only statistical information which is not already being
             counted in the ifTable is being defined in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) 3 }

.1.3.6.1.2.1.10.20.1.3.3.1
isdnSignalingStatsEntry OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ isdnSignalingEntry }
  DESCRIPTION	"An entry in the ISDN Signaling statistics Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3) 1 }

.1.3.6.1.2.1.10.20.1.3.3.1.1
isdnSigStatsInCalls OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of incoming calls on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3) isdnSignalingStatsEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.3.3.1.2
isdnSigStatsInConnected OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of incoming calls on this interface
             which were actually connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3) isdnSignalingStatsEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.3.3.1.3
isdnSigStatsOutCalls OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outgoing calls on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3) isdnSignalingStatsEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.3.3.1.4
isdnSigStatsOutConnected OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outgoing calls on this interface
             which were actually connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3) isdnSignalingStatsEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.3.3.1.5
isdnSigStatsChargedUnits OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of charging units on this interface since
             system startup.
             Only the charging units applying to the local interface,
             i.e. for originated calls or for calls with 'Reverse
             charging' being active, are counted here."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3) isdnSignalingStatsEntry(1) 5 }

.1.3.6.1.2.1.10.20.1.3.4
isdnLapdTable OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing configuration and statistics
             information for all LAPD (D channel Data Link)
             interfaces on this managed device.
             Only statistical information which is not already being
             counted in the ifTable is being defined in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) 4 }

.1.3.6.1.2.1.10.20.1.3.4.1
isdnLapdEntry OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the LAPD Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4) 1 }

.1.3.6.1.2.1.10.20.1.3.4.1.1
isdnLapdPrimaryChannel OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If set to true(1), this D channel is the designated
             primary D channel if D channel backup is active.
             There must be exactly one primary D channel
             configured. If D channel backup is not used, this
             object has a value of true(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4) isdnLapdEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.3.4.1.2
isdnLapdOperStatus OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {inactive(1), l1Active(2), l2Active(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational status of this interface:

             inactive  all layers are inactive
             l1Active  layer 1 is activated,
                       layer 2 datalink not established
             l2Active  layer 1 is activated,
                       layer 2 datalink established."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4) isdnLapdEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.3.4.1.3
isdnLapdPeerSabme OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of peer SABME frames received on this
             interface. This is the number of peer-initiated
             new connections on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4) isdnLapdEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.3.4.1.4
isdnLapdRecvdFrmr OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LAPD FRMR response frames received.
             This is the number of framing errors on this
             interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4) isdnLapdEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.4
isdnEndpointGroup OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) 4 }

.1.3.6.1.2.1.10.20.1.4.1
isdnEndpointGetIndex OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The recommended procedure for selecting a new index for
             isdnEndpointTable row creation is to GET the value of
             this object, and then to SET the object with the same
             value. If the SET operation succeeds, the manager can use
             this value as an index to create a new row in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) 1 }

.1.3.6.1.2.1.10.20.1.4.2
isdnEndpointTable OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing configuration for Terminal
             Endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) 2 }

.1.3.6.1.2.1.10.20.1.4.2.1
isdnEndpointEntry OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isdnEndpointIndex }
  DESCRIPTION	"An entry in the Terminal Endpoint Table. The value
             of isdnEndpointIfType must be supplied for a row
             in this table to become active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2) 1 }

.1.3.6.1.2.1.10.20.1.4.2.1.1
isdnEndpointIndex OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies an entry
             in the isdnEndpointTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2) isdnEndpointEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.4.2.1.2
isdnEndpointIfIndex OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifIndex value of the interface associated with this
             Terminal Endpoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2) isdnEndpointEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.4.2.1.3
isdnEndpointIfType OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION IANAifType
  SYNTAX	INTEGER {other(1), regular1822(2), hdh1822(3), ddnX25(4), rfc877x25(5), ethernetCsmacd(6), iso88023Csmacd(7), iso88024TokenBus(8), iso88025TokenRing(9), iso88026Man(10), starLan(11), proteon10Mbit(12), proteon80Mbit(13), hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), e1(19), basicISDN(20), primaryISDN(21), propPointToPointSerial(22), ppp(23), softwareLoopback(24), eon(25), ethernet3Mbit(26), nsip(27), slip(28), ultra(29), ds3(30), sip(31), frameRelay(32), rs232(33), para(34), arcnet(35), arcnetPlus(36), atm(37), miox25(38), sonet(39), x25ple(40), iso88022llc(41), localTalk(42), smdsDxi(43), frameRelayService(44), v35(45), hssi(46), hippi(47), modem(48), aal5(49), sonetPath(50), sonetVT(51), smdsIcip(52), propVirtual(53), propMultiplexor(54), ieee80212(55), fibreChannel(56), hippiInterface(57), frameRelayInterconnect(58), aflane8023(59), aflane8025(60), cctEmul(61), fastEther(62), isdn(63), v11(64), v36(65), g703at64k(66), g703at2mb(67), qllc(68), fastEtherFX(69), channel(70), ieee80211(71), ibm370parChan(72), escon(73), dlsw(74), isdns(75), isdnu(76), lapd(77), ipSwitch(78), rsrb(79), atmLogical(80), ds0(81), ds0Bundle(82), bsc(83), async(84), cnr(85), iso88025Dtr(86), eplrs(87), arap(88), propCnls(89), hostPad(90), termPad(91), frameRelayMPI(92), x213(93), adsl(94), radsl(95), sdsl(96), vdsl(97), iso88025CRFPInt(98), myrinet(99), voiceEM(100), voiceFXO(101), voiceFXS(102), voiceEncap(103), voiceOverIp(104), atmDxi(105), atmFuni(106), atmIma(107), pppMultilinkBundle(108), ipOverCdlc(109), ipOverClaw(110), stackToStack(111), virtualIpAddress(112), mpc(113), ipOverAtm(114), iso88025Fiber(115), tdlc(116), gigabitEthernet(117), hdlc(118), lapf(119), v37(120), x25mlp(121), x25huntGroup(122), transpHdlc(123), interleave(124), fast(125), ip(126), docsCableMaclayer(127), docsCableDownstream(128), docsCableUpstream(129), a12MppSwitch(130), tunnel(131), coffee(132), ces(133), atmSubInterface(134), l2vlan(135), l3ipvlan(136), l3ipxvlan(137), digitalPowerline(138), mediaMailOverIp(139), dtm(140), dcn(141), ipForward(142), msdsl(143), ieee1394(144), if-gsn(145), dvbRccMacLayer(146), dvbRccDownstream(147), dvbRccUpstream(148), atmVirtual(149), mplsTunnel(150), srp(151), voiceOverAtm(152), voiceOverFrameRelay(153), idsl(154), compositeLink(155), ss7SigLink(156), propWirelessP2P(157), frForward(158), rfc1483(159), usb(160), ieee8023adLag(161), bgppolicyaccounting(162), frf16MfrBundle(163), h323Gatekeeper(164), h323Proxy(165), mpls(166), mfSigLink(167), hdsl2(168), shdsl(169), ds1FDL(170), pos(171), dvbAsiIn(172), dvbAsiOut(173), plc(174), nfas(175), tr008(176), gr303RDT(177), gr303IDT(178), isup(179), propDocsWirelessMaclayer(180), propDocsWirelessDownstream(181), propDocsWirelessUpstream(182), hiperlan2(183), propBWAp2Mp(184), sonetOverheadChannel(185), digitalWrapperOverheadChannel(186), aal2(187), radioMAC(188), atmRadio(189), imt(190), mvl(191), reachDSL(192), frDlciEndPt(193), atmVciEndPt(194), opticalChannel(195), opticalTransport(196), propAtm(197), voiceOverCable(198), infiniband(199), teLink(200), q2931(201), virtualTg(202), sipTg(203), sipSig(204), docsCableUpstreamChannel(205), econet(206), pon155(207), pon622(208), bridge(209), linegroup(210), voiceEMFGD(211), voiceFGDEANA(212), voiceDID(213), mpegTransport(214), sixToFour(215), gtp(216), pdnEtherLoop1(217), pdnEtherLoop2(218), opticalChannelGroup(219), homepna(220), gfp(221), ciscoISLvlan(222), actelisMetaLOOP(223), fcipLink(224), rpr(225), qam(226), lmp(227), cblVectaStar(228), docsCableMCmtsDownstream(229), adsl2(230), macSecControlledIF(231), macSecUncontrolledIF(232), aviciOpticalEther(233), atmbond(234), voiceFGDOS(235), mocaVersion1(236), ieee80216WMAN(237), adsl2plus(238), dvbRcsMacLayer(239), dvbTdm(240), dvbRcsTdma(241), x86Laps(242), wwanPP(243), wwanPP2(244), voiceEBS(245), ifPwType(246), ilan(247), pip(248), aluELP(249), gpon(250), vdsl2(251), capwapDot11Profile(252), capwapDot11Bss(253), capwapWtpVirtualRadio(254), bits(255), docsCableUpstreamRfPort(256), cableDownstreamRfPort(257), switchstack(65534)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interface type for this Terminal Endpoint.
             Interface types of x25ple(40) and isdn(63) are allowed.
             The interface type is identical to the value of
             ifType in the associated ifEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2) isdnEndpointEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.4.2.1.4
isdnEndpointTeiType OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER {dynamic(1), static(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of TEI (Terminal Endpoint Identifier)
             used for this Terminal Endpoint. In case of dynamic(1),
             the TEI value is selected by the switch. In
             case of static(2), a valid TEI value has to be
             entered in the isdnEndpointTeiValue object.
             The default value for this object depends on the
             interface type as well as the Terminal Endpoint type.
             On Primary Rate interfaces the default value is
             static(2). On Basic Rate interfaces the default value
             is dynamic(1) for isdn(63) Terminal Endpoints and
             static(2) for x25ple(40) Terminal Endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2) isdnEndpointEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.4.2.1.5
isdnEndpointTeiValue OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The TEI (Terminal Endpoint Identifier) value
             for this Terminal Endpoint. If isdnEndpointTeiType
             is set to static(2), valid numbers are 0..63,
             while otherwise the value is set internally.
             The default value of this object is 0 for static
             TEI assignment.
             The default value for dynamic TEI assignment is also
             0 as long as no TEI has been assigned. After TEI
             assignment, the assigned TEI value is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2) isdnEndpointEntry(1) 5 }

.1.3.6.1.2.1.10.20.1.4.2.1.6
isdnEndpointSpid OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Service profile IDentifier (SPID) information
             for this Terminal Endpoint.

             The SPID is composed of 9-20 numeric characters.

             This information has to be defined in addition to
             the local number for some switch protocol types,
             e.g. Bellcore NI-1 and NI-2.

             If this object is not required, it is a
             zero length string."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2) isdnEndpointEntry(1) 6 }

.1.3.6.1.2.1.10.20.1.4.2.1.7
isdnEndpointStatus OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create and delete rows in the
             isdnEndpointTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2) isdnEndpointEntry(1) 7 }

.1.3.6.1.2.1.10.20.1.5
isdnDirectoryGroup OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) 5 }

.1.3.6.1.2.1.10.20.1.5.1
isdnDirectoryTable OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing Directory Numbers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) 1 }

.1.3.6.1.2.1.10.20.1.5.1.1
isdnDirectoryEntry OBJECT-TYPE
  -- FROM	ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isdnDirectoryIndex }
  DESCRIPTION	"An entry in the Directory Number Table. All objects
             in an entry must be set for a new row to become active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1) 1 }

.1.3.6.1.2.1.10.20.1.5.1.1.1
isdnDirectoryIndex OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies an entry
             in the isdnDirectoryTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1) isdnDirectoryEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.5.1.1.2
isdnDirectoryNumber OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A Directory Number. Directory Numbers are used
             to identify incoming calls on the signaling
             channel given in isdnDirectorySigIndex.

             The format of this information largely depends on the type
             of switch or PBX the device is connected to. Therefore,
             the detailed format of this information is not
             specified and is implementation dependent.

             If possible, the agent should implement this information
             using the E.164 number format. In this case, the number
             must start with '+'. Otherwise, IA5 number digits must
             be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1) isdnDirectoryEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.5.1.1.3
isdnDirectorySigIndex OBJECT-TYPE
  -- FROM	ISDN-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An index pointing to an ISDN signaling channel.
             Incoming calls are accepted on this
             signaling channel if the isdnDirectoryNumber is
             presented as Called Number in the SETUP message."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1) isdnDirectoryEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.5.1.1.4
isdnDirectoryStatus OBJECT-TYPE
  -- FROM	ISDN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create and delete rows in the
             isdnDirectoryTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1) isdnDirectoryEntry(1) 4 }

.1.3.6.1.2.1.10.20.2
isdnMibConformance OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) 2 }

.1.3.6.1.2.1.10.20.2
isdnMibConformance OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) 2 }

.1.3.6.1.2.1.10.20.2.0
isdnMibTraps OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) 0 }

.1.3.6.1.2.1.10.20.2.0.1
isdnMibCallInformation NOTIFICATION-TYPE
  -- FROM	ISDN-MIB
  OBJECTS	{ ifIndex, isdnBearerOperStatus, isdnBearerPeerAddress, isdnBearerPeerSubAddress, isdnBearerCallSetupTime, isdnBearerInfoType, isdnBearerCallOrigin }
  DESCRIPTION	"This trap/inform is sent to the manager under the
             following condidions:
             - on incoming calls for each call which is rejected for
               policy reasons (e.g. unknown neighbor or access
               violation)
             - on outgoing calls whenever a call attempt is determined
               to have ultimately failed. In the event that call retry
               is active, then this will be after all retry attempts
               have failed.
             - whenever a call connects. In this case, the object
               isdnBearerCallConnectTime should be included in the
               trap.

             Only one such trap is sent in between successful or
             unsuccessful call attempts from or to a single neighbor;
             subsequent call attempts result in no trap.

             If the Dial Control MIB objects dialCtlNbrCfgId and
             dialCtlNbrCfgIndex are known by the entity generating
             this trap, both objects should be included in the trap
             as well. The receipt of this trap with no dial neighbor
             information indicates that the manager must poll the
             callHistoryTable of the Dial Control MIB to see what
             changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) isdnMibTraps(0) 1 }

.1.3.6.1.2.1.10.20.2.1
isdnMibCompliances OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) 1 }

.1.3.6.1.2.1.10.20.2.1.1
isdnMibCompliance MODULE-COMPLIANCE
  -- FROM	ISDN-MIB
  DESCRIPTION	"The compliance statement for entities which implement
             the ISDN MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) isdnMibCompliances(1) 1 }

.1.3.6.1.2.1.10.20.2.2
isdnMibGroups OBJECT-TYPE
  -- FROM	ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) 2 }

.1.3.6.1.2.1.10.20.2.2.1
isdnMibBasicRateGroup OBJECT-GROUP
  -- FROM	ISDN-MIB
  DESCRIPTION	"A collection of objects required for ISDN Basic Rate
             physical interface configuration and statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 1 }

.1.3.6.1.2.1.10.20.2.2.2
isdnMibBearerGroup OBJECT-GROUP
  -- FROM	ISDN-MIB
  DESCRIPTION	"A collection of objects required for ISDN Bearer channel
             control and statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 2 }

.1.3.6.1.2.1.10.20.2.2.3
isdnMibSignalingGroup OBJECT-GROUP
  -- FROM	ISDN-MIB
  DESCRIPTION	"A collection of objects required for ISDN D channel
             configuration and statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 3 }

.1.3.6.1.2.1.10.20.2.2.4
isdnMibEndpointGroup OBJECT-GROUP
  -- FROM	ISDN-MIB
  DESCRIPTION	"A collection of objects describing Terminal Endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 4 }

.1.3.6.1.2.1.10.20.2.2.5
isdnMibDirectoryGroup OBJECT-GROUP
  -- FROM	ISDN-MIB
  DESCRIPTION	"A collection of objects describing directory numbers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 5 }

.1.3.6.1.2.1.10.20.2.2.6
isdnMibNotificationsGroup OBJECT-TYPE
  -- FROM	ISDN-MIB
  DESCRIPTION	"The notifications which a ISDN MIB entity is
             required to implement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 6 }

.1.3.6.1.2.1.10.21
dialControlMib MODULE-IDENTITY
  -- FROM	DIAL-CONTROL-MIB
  DESCRIPTION	"The MIB module to describe peer information for
         demand access and possibly other kinds of interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 21 }

.1.3.6.1.2.1.10.21.1
dialControlMibObjects OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) 1 }

.1.3.6.1.2.1.10.21.1.1
dialCtlConfiguration OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) 1 }

.1.3.6.1.2.1.10.21.1.1.1
dialCtlAcceptMode OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {acceptNone(1), acceptAll(2), acceptKnown(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The security level for acceptance of incoming calls.
         acceptNone(1)  - incoming calls will not be accepted
         acceptAll(2)   - incoming calls will be accepted,
                          even if there is no matching entry
                          in the dialCtlPeerCfgTable
         acceptKnown(3) - incoming calls will be accepted only
                          if there is a matching entry in the
                          dialCtlPeerCfgTable
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlConfiguration(1) 1 }

.1.3.6.1.2.1.10.21.1.1.2
dialCtlTrapEnable OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether dialCtlPeerCallInformation
         and dialCtlPeerCallSetup traps should be generated for
         all peers. If the value of this object is enabled(1),
         traps will be generated for all peers. If the value
         of this object is disabled(2), traps will be generated
         only for peers having dialCtlPeerCfgTrapEnable set
         to enabled(1)."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlConfiguration(1) 2 }

.1.3.6.1.2.1.10.21.1.2
dialCtlPeer OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) 2 }

.1.3.6.1.2.1.10.21.1.2.1
dialCtlPeerCfgTable OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The list of peers from which the managed device
         will accept calls or to which it will place them."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) 1 }

.1.3.6.1.2.1.10.21.1.2.1.1
dialCtlPeerCfgEntry OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dialCtlPeerCfgId, ifIndex }
  DESCRIPTION	"Configuration data for a single Peer. This entry is
         effectively permanent, and contains information
         to identify the peer, how to connect to the peer,
         how to identify the peer and its permissions.
         The value of dialCtlPeerCfgOriginateAddress must be
         specified before a new row in this table can become
         active(1). Any writeable parameters in an existing entry
         can be modified while the entry is active. The modification
         will take effect when the peer in question will be
         called the next time.
         An entry in this table can only be created if the
         associated ifEntry already exists."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) 1 }

.1.3.6.1.2.1.10.21.1.2.1.1.1
dialCtlPeerCfgId OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies a single peer. There may
         be several entries in this table for one peer,
         defining different ways of reaching this peer.
         Thus, there may be several entries in this table
         with the same value of dialCtlPeerCfgId.
         Multiple entries for one peer may be used to support
         multilink as well as backup lines.
         A single peer will be identified by a unique value
         of this object. Several entries for one peer MUST
         have the same value of dialCtlPeerCfgId, but different
         ifEntries and thus different values of ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 1 }

.1.3.6.1.2.1.10.21.1.2.1.1.2
dialCtlPeerCfgIfType OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION IANAifType
  SYNTAX	INTEGER {other(1), regular1822(2), hdh1822(3), ddnX25(4), rfc877x25(5), ethernetCsmacd(6), iso88023Csmacd(7), iso88024TokenBus(8), iso88025TokenRing(9), iso88026Man(10), starLan(11), proteon10Mbit(12), proteon80Mbit(13), hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), e1(19), basicISDN(20), primaryISDN(21), propPointToPointSerial(22), ppp(23), softwareLoopback(24), eon(25), ethernet3Mbit(26), nsip(27), slip(28), ultra(29), ds3(30), sip(31), frameRelay(32), rs232(33), para(34), arcnet(35), arcnetPlus(36), atm(37), miox25(38), sonet(39), x25ple(40), iso88022llc(41), localTalk(42), smdsDxi(43), frameRelayService(44), v35(45), hssi(46), hippi(47), modem(48), aal5(49), sonetPath(50), sonetVT(51), smdsIcip(52), propVirtual(53), propMultiplexor(54), ieee80212(55), fibreChannel(56), hippiInterface(57), frameRelayInterconnect(58), aflane8023(59), aflane8025(60), cctEmul(61), fastEther(62), isdn(63), v11(64), v36(65), g703at64k(66), g703at2mb(67), qllc(68), fastEtherFX(69), channel(70), ieee80211(71), ibm370parChan(72), escon(73), dlsw(74), isdns(75), isdnu(76), lapd(77), ipSwitch(78), rsrb(79), atmLogical(80), ds0(81), ds0Bundle(82), bsc(83), async(84), cnr(85), iso88025Dtr(86), eplrs(87), arap(88), propCnls(89), hostPad(90), termPad(91), frameRelayMPI(92), x213(93), adsl(94), radsl(95), sdsl(96), vdsl(97), iso88025CRFPInt(98), myrinet(99), voiceEM(100), voiceFXO(101), voiceFXS(102), voiceEncap(103), voiceOverIp(104), atmDxi(105), atmFuni(106), atmIma(107), pppMultilinkBundle(108), ipOverCdlc(109), ipOverClaw(110), stackToStack(111), virtualIpAddress(112), mpc(113), ipOverAtm(114), iso88025Fiber(115), tdlc(116), gigabitEthernet(117), hdlc(118), lapf(119), v37(120), x25mlp(121), x25huntGroup(122), transpHdlc(123), interleave(124), fast(125), ip(126), docsCableMaclayer(127), docsCableDownstream(128), docsCableUpstream(129), a12MppSwitch(130), tunnel(131), coffee(132), ces(133), atmSubInterface(134), l2vlan(135), l3ipvlan(136), l3ipxvlan(137), digitalPowerline(138), mediaMailOverIp(139), dtm(140), dcn(141), ipForward(142), msdsl(143), ieee1394(144), if-gsn(145), dvbRccMacLayer(146), dvbRccDownstream(147), dvbRccUpstream(148), atmVirtual(149), mplsTunnel(150), srp(151), voiceOverAtm(152), voiceOverFrameRelay(153), idsl(154), compositeLink(155), ss7SigLink(156), propWirelessP2P(157), frForward(158), rfc1483(159), usb(160), ieee8023adLag(161), bgppolicyaccounting(162), frf16MfrBundle(163), h323Gatekeeper(164), h323Proxy(165), mpls(166), mfSigLink(167), hdsl2(168), shdsl(169), ds1FDL(170), pos(171), dvbAsiIn(172), dvbAsiOut(173), plc(174), nfas(175), tr008(176), gr303RDT(177), gr303IDT(178), isup(179), propDocsWirelessMaclayer(180), propDocsWirelessDownstream(181), propDocsWirelessUpstream(182), hiperlan2(183), propBWAp2Mp(184), sonetOverheadChannel(185), digitalWrapperOverheadChannel(186), aal2(187), radioMAC(188), atmRadio(189), imt(190), mvl(191), reachDSL(192), frDlciEndPt(193), atmVciEndPt(194), opticalChannel(195), opticalTransport(196), propAtm(197), voiceOverCable(198), infiniband(199), teLink(200), q2931(201), virtualTg(202), sipTg(203), sipSig(204), docsCableUpstreamChannel(205), econet(206), pon155(207), pon622(208), bridge(209), linegroup(210), voiceEMFGD(211), voiceFGDEANA(212), voiceDID(213), mpegTransport(214), sixToFour(215), gtp(216), pdnEtherLoop1(217), pdnEtherLoop2(218), opticalChannelGroup(219), homepna(220), gfp(221), ciscoISLvlan(222), actelisMetaLOOP(223), fcipLink(224), rpr(225), qam(226), lmp(227), cblVectaStar(228), docsCableMCmtsDownstream(229), adsl2(230), macSecControlledIF(231), macSecUncontrolledIF(232), aviciOpticalEther(233), atmbond(234), voiceFGDOS(235), mocaVersion1(236), ieee80216WMAN(237), adsl2plus(238), dvbRcsMacLayer(239), dvbTdm(240), dvbRcsTdma(241), x86Laps(242), wwanPP(243), wwanPP2(244), voiceEBS(245), ifPwType(246), ilan(247), pip(248), aluELP(249), gpon(250), vdsl2(251), capwapDot11Profile(252), capwapDot11Bss(253), capwapWtpVirtualRadio(254), bits(255), docsCableUpstreamRfPort(256), cableDownstreamRfPort(257), switchstack(65534)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interface type to be used for calling this peer.
         In case of ISDN, the value of isdn(63) is to be used."
  DEFVAL	{ other }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 2 }

.1.3.6.1.2.1.10.21.1.2.1.1.3
dialCtlPeerCfgLowerIf OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex value of an interface the peer will have to be
         called on. For example, on an ISDN interface, this can be
         the ifIndex value of a D channel or the ifIndex value of a
         B channel, whatever is appropriate for a given peer.
         As an example, for Basic Rate leased lines it will be
         necessary to specify a B channel ifIndex, while for
         semi-permanent connections the D channel ifIndex has
         to be specified.
         If the interface can be dynamically assigned, this object
         has a value of zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 3 }

.1.3.6.1.2.1.10.21.1.2.1.1.4
dialCtlPeerCfgOriginateAddress OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Call Address at which the peer will be called.
         Think of this as the set of characters following 'ATDT '
         or the 'phone number' included in a D channel call request.

         The structure of this information will be switch type
         specific. If there is no address information required
         for reaching the peer, i.e., for leased lines,
         this object will be a zero length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 4 }

.1.3.6.1.2.1.10.21.1.2.1.1.5
dialCtlPeerCfgAnswerAddress OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Calling Party Number information element, as for example
         passed in an ISDN SETUP message by a PBX or switch,
         for incoming calls.
         This address can be used to identify the peer.
         If this address is either unknown or identical
         to dialCtlPeerCfgOriginateAddress, this object will be
         a zero length string."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 5 }

.1.3.6.1.2.1.10.21.1.2.1.1.6
dialCtlPeerCfgSubAddress OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Subaddress at which the peer will be called.
         If the subaddress is undefined for the given media or
         unused, this is a zero length string."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 6 }

.1.3.6.1.2.1.10.21.1.2.1.1.7
dialCtlPeerCfgClosedUserGroup OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Closed User Group at which the peer will be called.
         If the Closed User Group is undefined for the given media
         or unused, this is a zero length string."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 7 }

.1.3.6.1.2.1.10.21.1.2.1.1.8
dialCtlPeerCfgSpeed OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The desired information transfer speed in bits/second
         when calling this peer.
         The detailed media specific information, e.g. information
         type and information transfer rate for ISDN circuits,
         has to be extracted from this object.
         If the transfer speed to be used is unknown or the default
         speed for this type of interfaces, the value of this object
         may be zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 8 }

.1.3.6.1.2.1.10.21.1.2.1.1.9
dialCtlPeerCfgInfoType OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Information Transfer Capability to be used when
         calling this peer.

         speech(2) refers to a non-data connection, whereas
         audio31(6) and audio7(7) refer to data mode
         connections."
  DEFVAL	{ other }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 9 }

.1.3.6.1.2.1.10.21.1.2.1.1.10
dialCtlPeerCfgPermission OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {originate(1), answer(2), both(3), callback(4), none(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applicable permissions. callback(4) either rejects the
         call and then calls back, or uses the 'Reverse charging'
         information element if it is available.
         Note that callback(4) is supposed to control charging, not
         security, and applies to callback prior to accepting a
         call. Callback for security reasons can be handled using
         PPP callback."
  DEFVAL	{ both }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 10 }

.1.3.6.1.2.1.10.21.1.2.1.1.11
dialCtlPeerCfgInactivityTimer OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The connection will be automatically disconnected
         if no longer carrying useful data for a time
         period, in seconds, specified in this object.
         Useful data in this context refers to forwarding
         packets, including routing information; it
         excludes the encapsulator maintenance frames.
         A value of zero means the connection will not be
         automatically taken down due to inactivity,
         which implies that it is a dedicated circuit."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 11 }

.1.3.6.1.2.1.10.21.1.2.1.1.12
dialCtlPeerCfgMinDuration OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Minimum duration of a call in seconds, starting from the
         time the call is connected until the call is disconnected.
         This is to accomplish the fact that in most countries
         charging applies to units of time, which should be matched
         as closely as possible."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 12 }

.1.3.6.1.2.1.10.21.1.2.1.1.13
dialCtlPeerCfgMaxDuration OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum call duration in seconds. Zero means 'unlimited'."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 13 }

.1.3.6.1.2.1.10.21.1.2.1.1.14
dialCtlPeerCfgCarrierDelay OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The call timeout time in seconds. The default value
         of zero means that the call timeout as specified for
         the media in question will apply."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 14 }

.1.3.6.1.2.1.10.21.1.2.1.1.15
dialCtlPeerCfgCallRetries OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of calls to a non-responding address
         that may be made. A retry count of zero means
         there is no bound. The intent is to bound
         the number of successive calls to an address
         which is inaccessible, or which refuses those calls.

         Some countries regulate the number of call retries
         to a given peer that can be made."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 15 }

.1.3.6.1.2.1.10.21.1.2.1.1.16
dialCtlPeerCfgRetryDelay OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time in seconds between call retries if a peer
         cannot be reached.
         A value of zero means that call retries may be done
         without any delay."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 16 }

.1.3.6.1.2.1.10.21.1.2.1.1.17
dialCtlPeerCfgFailureDelay OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time in seconds after which call attempts are
         to be placed again after a peer has been noticed
         to be unreachable, i.e. after dialCtlPeerCfgCallRetries
         unsuccessful call attempts.
         A value of zero means that a peer will not be called
         again after dialCtlPeerCfgCallRetries unsuccessful call
         attempts."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 17 }

.1.3.6.1.2.1.10.21.1.2.1.1.18
dialCtlPeerCfgTrapEnable OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether dialCtlPeerCallInformation
         and dialCtlPeerCallSetup traps should be generated for
         this peer."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 18 }

.1.3.6.1.2.1.10.21.1.2.1.1.19
dialCtlPeerCfgStatus OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of one row in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) dialCtlPeerCfgEntry(1) 19 }

.1.3.6.1.2.1.10.21.1.2.2
dialCtlPeerStatsTable OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Statistics information for each peer entry.
         There will be one entry in this table for each entry
         in the dialCtlPeerCfgTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) 2 }

.1.3.6.1.2.1.10.21.1.2.2.1
dialCtlPeerStatsEntry OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dialCtlPeerCfgEntry }
  DESCRIPTION	"Statistics information for a single Peer. This entry
         is effectively permanent, and contains information
         describing the last call attempt as well as supplying
         statistical information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) 1 }

.1.3.6.1.2.1.10.21.1.2.2.1.1
dialCtlPeerStatsConnectTime OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Accumulated connect time to the peer since system startup.
         This is the total connect time, i.e. the connect time
         for outgoing calls plus the time for incoming calls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) dialCtlPeerStatsEntry(1) 1 }

.1.3.6.1.2.1.10.21.1.2.2.1.2
dialCtlPeerStatsChargedUnits OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of charging units applying to this
         peer since system startup.
         Only the charging units applying to the local interface,
         i.e. for originated calls or for calls with 'Reverse
         charging' being active, will be counted here."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) dialCtlPeerStatsEntry(1) 2 }

.1.3.6.1.2.1.10.21.1.2.2.1.3
dialCtlPeerStatsSuccessCalls OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of completed calls to this peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) dialCtlPeerStatsEntry(1) 3 }

.1.3.6.1.2.1.10.21.1.2.2.1.4
dialCtlPeerStatsFailCalls OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of failed call attempts to this peer since system
         startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) dialCtlPeerStatsEntry(1) 4 }

.1.3.6.1.2.1.10.21.1.2.2.1.5
dialCtlPeerStatsAcceptCalls OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of calls from this peer accepted since system
         startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) dialCtlPeerStatsEntry(1) 5 }

.1.3.6.1.2.1.10.21.1.2.2.1.6
dialCtlPeerStatsRefuseCalls OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of calls from this peer refused since system
         startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) dialCtlPeerStatsEntry(1) 6 }

.1.3.6.1.2.1.10.21.1.2.2.1.7
dialCtlPeerStatsLastDisconnectCause OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	OCTET STRING (0..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encoded network cause value associated with the last
         call.
         This object will be updated whenever a call is started
         or cleared.
         The value of this object will depend on the interface type
         as well as on the protocol and protocol version being
         used on this interface. Some references for possible cause
         values are given below."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) dialCtlPeerStatsEntry(1) 7 }

.1.3.6.1.2.1.10.21.1.2.2.1.8
dialCtlPeerStatsLastDisconnectText OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ASCII text describing the reason for the last call
         termination.

         This object exists because it would be impossible for
         a management station to store all possible cause values
         for all types of interfaces. It should be used only if
         a management station is unable to decode the value of
         dialCtlPeerStatsLastDisconnectCause.

         This object will be updated whenever a call is started
         or cleared."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) dialCtlPeerStatsEntry(1) 8 }

.1.3.6.1.2.1.10.21.1.2.2.1.9
dialCtlPeerStatsLastSetupTime OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the last call to this peer
         was started.
         For ISDN media, this will be the time when the setup
         message was received from or sent to the network.
         This object will be updated whenever a call is started
         or cleared."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2) dialCtlPeerStatsEntry(1) 9 }

.1.3.6.1.2.1.10.21.1.3
callActive OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) 3 }

.1.3.6.1.2.1.10.21.1.3.1
callActiveTable OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about active
         calls to a specific destination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) 1 }

.1.3.6.1.2.1.10.21.1.3.1.1
callActiveEntry OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ callActiveSetupTime, callActiveIndex }
  DESCRIPTION	"The information regarding a single active Connection.
         An entry in this table will be created when a call is
         started. An entry in this table will be deleted when
         an active call clears."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) 1 }

.1.3.6.1.2.1.10.21.1.3.1.1.1
callActiveSetupTime OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the call associated to this
         entry was started. This will be useful for an NMS to
         retrieve all calls after a specific time. Also, this object
         can be useful in finding large delays between the time the
         call was started and the time the call was connected.
         For ISDN media, this will be the time when the setup
         message was received from or sent to the network."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 1 }

.1.3.6.1.2.1.10.21.1.3.1.1.2
callActiveIndex OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Small index variable to distinguish calls that start in
         the same hundredth of a second."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 2 }

.1.3.6.1.2.1.10.21.1.3.1.1.3
callActivePeerAddress OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number this call is connected to. If the number is
         not available, then it will have a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 3 }

.1.3.6.1.2.1.10.21.1.3.1.1.4
callActivePeerSubAddress OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The subaddress this call is connected to. If the subaddress
         is undefined or not available, this will be a zero length
         string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 4 }

.1.3.6.1.2.1.10.21.1.3.1.1.5
callActivePeerId OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the Id value of the peer table entry
         to which this call was made. If a peer table entry
         for this call does not exist or is unknown, the value
         of this object will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 5 }

.1.3.6.1.2.1.10.21.1.3.1.1.6
callActivePeerIfIndex OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex value of the peer table entry
         to which this call was made. If a peer table entry
         for this call does not exist or is unknown, the value
         of this object will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 6 }

.1.3.6.1.2.1.10.21.1.3.1.1.7
callActiveLogicalIfIndex OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex value of the logical interface through
         which this call was made. For ISDN media, this would be
         the ifIndex of the B channel which was used for this call.
         If the ifIndex value is unknown, the value of this object
         will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 7 }

.1.3.6.1.2.1.10.21.1.3.1.1.8
callActiveConnectTime OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the call was connected.
         If the call is not connected, this object will have a
         value of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 8 }

.1.3.6.1.2.1.10.21.1.3.1.1.9
callActiveCallState OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {unknown(1), connecting(2), connected(3), active(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current call state.
         unknown(1)     - The call state is unknown.
         connecting(2)  - A connection attempt (outgoing call)
                          is being made.
         connected(3)   - An incoming call is in the process
                          of validation.
         active(4)      - The call is active.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 9 }

.1.3.6.1.2.1.10.21.1.3.1.1.10
callActiveCallOrigin OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {originate(1), answer(2), callback(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The call origin."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 10 }

.1.3.6.1.2.1.10.21.1.3.1.1.11
callActiveChargedUnits OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of charged units for this connection.
         For incoming calls or if charging information is
         not supplied by the switch, the value of this object
         will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 11 }

.1.3.6.1.2.1.10.21.1.3.1.1.12
callActiveInfoType OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The information type for this call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 12 }

.1.3.6.1.2.1.10.21.1.3.1.1.13
callActiveTransmitPackets OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which were transmitted for this
         call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 13 }

.1.3.6.1.2.1.10.21.1.3.1.1.14
callActiveTransmitBytes OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes which were transmitted for this
         call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 14 }

.1.3.6.1.2.1.10.21.1.3.1.1.15
callActiveReceivePackets OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which were received for this
         call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 15 }

.1.3.6.1.2.1.10.21.1.3.1.1.16
callActiveReceiveBytes OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes which were received for this call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) callActiveEntry(1) 16 }

.1.3.6.1.2.1.10.21.1.4
callHistory OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) 4 }

.1.3.6.1.2.1.10.21.1.4.1
callHistoryTableMaxLength OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The upper limit on the number of entries that the
         callHistoryTable may contain.  A value of 0
         will prevent any history from being retained. When
         this table is full, the oldest entry will be deleted
         and the new one will be created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) 1 }

.1.3.6.1.2.1.10.21.1.4.2
callHistoryRetainTimer OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum amount of time that an callHistoryEntry
         will be maintained before being deleted. A value of
         0 will prevent any history from being retained in the
         callHistoryTable, but will neither prevent callCompletion
         traps being generated nor affect other tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) 2 }

.1.3.6.1.2.1.10.21.1.4.3
callHistoryTable OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about specific
         calls to a specific destination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) 3 }

.1.3.6.1.2.1.10.21.1.4.3.1
callHistoryEntry OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ callActiveSetupTime, callActiveIndex }
  DESCRIPTION	"The information regarding a single Connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) 1 }

.1.3.6.1.2.1.10.21.1.4.3.1.1
callHistoryPeerAddress OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number this call was connected to. If the number is
         not available, then it will have a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 1 }

.1.3.6.1.2.1.10.21.1.4.3.1.2
callHistoryPeerSubAddress OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The subaddress this call was connected to. If the subaddress
         is undefined or not available, this will be a zero length
         string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 2 }

.1.3.6.1.2.1.10.21.1.4.3.1.3
callHistoryPeerId OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the Id value of the peer table entry
         to which this call was made. If a peer table entry
         for this call does not exist, the value of this object
         will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 3 }

.1.3.6.1.2.1.10.21.1.4.3.1.4
callHistoryPeerIfIndex OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex value of the peer table entry
         to which this call was made. If a peer table entry
         for this call does not exist, the value of this object
         will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 4 }

.1.3.6.1.2.1.10.21.1.4.3.1.5
callHistoryLogicalIfIndex OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex value of the logical interface through
         which this call was made. For ISDN media, this would be
         the ifIndex of the B channel which was used for this call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 5 }

.1.3.6.1.2.1.10.21.1.4.3.1.6
callHistoryDisconnectCause OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	OCTET STRING (0..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encoded network cause value associated with this call.

         The value of this object will depend on the interface type
         as well as on the protocol and protocol version being
         used on this interface. Some references for possible cause
         values are given below."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 6 }

.1.3.6.1.2.1.10.21.1.4.3.1.7
callHistoryDisconnectText OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ASCII text describing the reason for call termination.

         This object exists because it would be impossible for
         a management station to store all possible cause values
         for all types of interfaces. It should be used only if
         a management station is unable to decode the value of
         dialCtlPeerStatsLastDisconnectCause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 7 }

.1.3.6.1.2.1.10.21.1.4.3.1.8
callHistoryConnectTime OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the call was connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 8 }

.1.3.6.1.2.1.10.21.1.4.3.1.9
callHistoryDisconnectTime OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the call was disconnected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 9 }

.1.3.6.1.2.1.10.21.1.4.3.1.10
callHistoryCallOrigin OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {originate(1), answer(2), callback(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The call origin."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 10 }

.1.3.6.1.2.1.10.21.1.4.3.1.11
callHistoryChargedUnits OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of charged units for this connection.
         For incoming calls or if charging information is
         not supplied by the switch, the value of this object
         will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 11 }

.1.3.6.1.2.1.10.21.1.4.3.1.12
callHistoryInfoType OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  SYNTAX	INTEGER {other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The information type for this call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 12 }

.1.3.6.1.2.1.10.21.1.4.3.1.13
callHistoryTransmitPackets OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which were transmitted while this
         call was active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 13 }

.1.3.6.1.2.1.10.21.1.4.3.1.14
callHistoryTransmitBytes OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes which were transmitted while this
         call was active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 14 }

.1.3.6.1.2.1.10.21.1.4.3.1.15
callHistoryReceivePackets OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which were received while this
         call was active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 15 }

.1.3.6.1.2.1.10.21.1.4.3.1.16
callHistoryReceiveBytes OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes which were received while this
         call was active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) callHistoryEntry(1) 16 }

.1.3.6.1.2.1.10.21.2
dialControlMibTrapPrefix OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) 2 }

.1.3.6.1.2.1.10.21.2.0
dialControlMibTraps OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibTrapPrefix(2) 0 }

.1.3.6.1.2.1.10.21.2.0.1
dialCtlPeerCallInformation NOTIFICATION-TYPE
  -- FROM	DIAL-CONTROL-MIB
  OBJECTS	{ callHistoryPeerId, callHistoryPeerIfIndex, callHistoryLogicalIfIndex, ifOperStatus, callHistoryPeerAddress, callHistoryPeerSubAddress, callHistoryDisconnectCause, callHistoryConnectTime, callHistoryDisconnectTime, callHistoryInfoType, callHistoryCallOrigin }
  DESCRIPTION	"This trap/inform is sent to the manager whenever
         a successful call clears, or a failed call attempt
         is determined to have ultimately failed. In the
         event that call retry is active, then this is after
         all retry attempts have failed. However, only one such
         trap is sent in between successful call attempts;
         subsequent call attempts result in no trap.
         ifOperStatus will return the operational status of the
         virtual interface associated with the peer to whom
         this call was made to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibTrapPrefix(2) dialControlMibTraps(0) 1 }

.1.3.6.1.2.1.10.21.2.0.2
dialCtlPeerCallSetup NOTIFICATION-TYPE
  -- FROM	DIAL-CONTROL-MIB
  OBJECTS	{ callActivePeerId, callActivePeerIfIndex, callActiveLogicalIfIndex, ifOperStatus, callActivePeerAddress, callActivePeerSubAddress, callActiveInfoType, callActiveCallOrigin }
  DESCRIPTION	"This trap/inform is sent to the manager whenever
         a call setup message is received or sent.
         ifOperStatus will return the operational status of the
         virtual interface associated with the peer to whom
         this call was made to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibTrapPrefix(2) dialControlMibTraps(0) 2 }

.1.3.6.1.2.1.10.21.3
dialControlMibConformance OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) 3 }

.1.3.6.1.2.1.10.21.3.1
dialControlMibCompliances OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibConformance(3) 1 }

.1.3.6.1.2.1.10.21.3.1.1
dialControlMibCompliance MODULE-COMPLIANCE
  -- FROM	DIAL-CONTROL-MIB
  DESCRIPTION	"The compliance statement for entities which
         implement the DIAL CONTROL MIB"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibConformance(3) dialControlMibCompliances(1) 1 }

.1.3.6.1.2.1.10.21.3.2
dialControlMibGroups OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibConformance(3) 2 }

.1.3.6.1.2.1.10.21.3.2.1
dialControlGroup OBJECT-GROUP
  -- FROM	DIAL-CONTROL-MIB
  DESCRIPTION	"A collection of objects providing the DIAL CONTROL
         capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibConformance(3) dialControlMibGroups(2) 1 }

.1.3.6.1.2.1.10.21.3.2.2
callActiveGroup OBJECT-GROUP
  -- FROM	DIAL-CONTROL-MIB
  DESCRIPTION	"A collection of objects providing the active call
         capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibConformance(3) dialControlMibGroups(2) 2 }

.1.3.6.1.2.1.10.21.3.2.3
callHistoryGroup OBJECT-GROUP
  -- FROM	DIAL-CONTROL-MIB
  DESCRIPTION	"A collection of objects providing the Call History
         capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibConformance(3) dialControlMibGroups(2) 3 }

.1.3.6.1.2.1.10.21.3.2.4
callNotificationsGroup OBJECT-TYPE
  -- FROM	DIAL-CONTROL-MIB
  DESCRIPTION	"The notifications which a Dial Control MIB entity is
             required to implement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dialControlMib(21) dialControlMibConformance(3) dialControlMibGroups(2) 4 }

.1.3.6.1.2.1.10.23
ppp OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 23 }

.1.3.6.1.2.1.10.23.1
pppLcp OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) 1 }

.1.3.6.1.2.1.10.23.1.1
pppLink OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) 1 }

.1.3.6.1.2.1.10.23.1.1.1
pppLinkStatusTable OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A table containing PPP-link specific variables
              for this PPP implementation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) 1 }

.1.3.6.1.2.1.10.23.1.1.1.1
pppLinkStatusEntry OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifIndex }
  DESCRIPTION	"Management information about a particular PPP
              Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) 1 }

.1.3.6.1.2.1.10.23.1.1.1.1.1
pppLinkStatusPhysicalIndex OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of ifIndex that identifies the
              lower-level interface over which this PPP Link
              is operating. This interface would usually be
              an HDLC or RS-232 type of interface. If there
              is no lower-layer interface element, or there
              is no ifEntry for the element, or the element
              can not be identified, then the value of this
              object is 0.  For example, suppose that PPP is
              operating over a serial port. This would use
              two entries in the ifTable. The PPP could be
              running over `interface' number 123 and the
              serial port could be running over `interface'
              number 987.  Therefore, ifSpecific.123 would
              contain the OBJECT IDENTIFIER ppp
              pppLinkStatusPhysicalIndex.123 would contain
              987, and ifSpecific.987 would contain the
              OBJECT IDENTIFIER for the serial-port's media-
              specific MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.1.1.1.2
pppLinkStatusBadAddresses OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of packets received with an
              incorrect Address Field. This counter is a
              component of the ifInErrors variable that is
              associated with the interface that represents
              this PPP Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 2 }

.1.3.6.1.2.1.10.23.1.1.1.1.3
pppLinkStatusBadControls OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of packets received on this link
              with an incorrect Control Field. This counter
              is a component of the ifInErrors variable that
              is associated with the interface that
              represents this PPP Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 3 }

.1.3.6.1.2.1.10.23.1.1.1.1.4
pppLinkStatusPacketTooLongs OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of received packets that have been
              discarded because their length exceeded the
              MRU. This counter is a component of the
              ifInErrors variable that is associated with the
              interface that represents this PPP Link. NOTE,
              packets which are longer than the MRU but which
              are successfully received and processed are NOT
              included in this count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 4 }

.1.3.6.1.2.1.10.23.1.1.1.1.5
pppLinkStatusBadFCSs OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of received packets that have been
              discarded due to having an incorrect FCS. This
              counter is a component of the ifInErrors
              variable that is associated with the interface
              that represents this PPP Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 5 }

.1.3.6.1.2.1.10.23.1.1.1.1.6
pppLinkStatusLocalMRU OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current value of the MRU for the local PPP
              Entity. This value is the MRU that the remote
              entity is using when sending packets to the
              local PPP entity. The value of this object is
              meaningful only when the link has reached the
              open state (ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 6 }

.1.3.6.1.2.1.10.23.1.1.1.1.7
pppLinkStatusRemoteMRU OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current value of the MRU for the remote
              PPP Entity. This value is the MRU that the
              local entity is using when sending packets to
              the remote PPP entity. The value of this object
              is meaningful only when the link has reached
              the open state (ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 7 }

.1.3.6.1.2.1.10.23.1.1.1.1.8
pppLinkStatusLocalToPeerACCMap OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current value of the ACC Map used for
              sending packets from the local PPP entity to
              the remote PPP entity. The value of this object
              is meaningful only when the link has reached
              the open state (ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 8 }

.1.3.6.1.2.1.10.23.1.1.1.1.9
pppLinkStatusPeerToLocalACCMap OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ACC Map used by the remote PPP entity when
              transmitting packets to the local PPP entity.
              The value of this object is meaningful only
              when the link has reached the open state
              (ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 9 }

.1.3.6.1.2.1.10.23.1.1.1.1.10
pppLinkStatusLocalToRemoteProtocolCompression OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Indicates whether the local PPP entity will


              use Protocol Compression when transmitting
              packets to the remote PPP entity. The value of
              this object is meaningful only when the link
              has reached the open state (ifOperStatus is
              up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 10 }

.1.3.6.1.2.1.10.23.1.1.1.1.11
pppLinkStatusRemoteToLocalProtocolCompression OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Indicates whether the remote PPP entity will
              use Protocol Compression when transmitting
              packets to the local PPP entity. The value of
              this object is meaningful only when the link
              has reached the open state (ifOperStatus is
              up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 11 }

.1.3.6.1.2.1.10.23.1.1.1.1.12
pppLinkStatusLocalToRemoteACCompression OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Indicates whether the local PPP entity will
              use Address and Control Compression when
              transmitting packets to the remote PPP entity.
              The value of this object is meaningful only
              when the link has reached the open state
              (ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 12 }

.1.3.6.1.2.1.10.23.1.1.1.1.13
pppLinkStatusRemoteToLocalACCompression OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Indicates whether the remote PPP entity will
              use Address and Control Compression when
              transmitting packets to the local PPP entity.
              The value of this object is meaningful only
              when the link has reached the open state
              (ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 13 }

.1.3.6.1.2.1.10.23.1.1.1.1.14
pppLinkStatusTransmitFcsSize OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (0..128) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The size of the Frame Check Sequence (FCS) in
              bits that the local node will generate when
              sending packets to the remote node. The value
              of this object is meaningful only when the link
              has reached the open state (ifOperStatus is
              up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 14 }

.1.3.6.1.2.1.10.23.1.1.1.1.15
pppLinkStatusReceiveFcsSize OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (0..128) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The size of the Frame Check Sequence (FCS) in
              bits that the remote node will generate when
              sending packets to the local node. The value of
              this object is meaningful only when the link
              has reached the open state (ifOperStatus is
              up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 15 }

.1.3.6.1.2.1.10.23.1.1.2
pppLinkConfigTable OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A table containing the LCP configuration
              parameters for this PPP Link. These variables
              represent the initial configuration of the PPP


              Link. The actual values of the parameters may
              be changed when the link is brought up via the
              LCP options negotiation mechanism."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) 2 }

.1.3.6.1.2.1.10.23.1.1.2.1
pppLinkConfigEntry OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifIndex }
  DESCRIPTION	"Configuration information about a particular
              PPP Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkConfigTable(2) 1 }

.1.3.6.1.2.1.10.23.1.1.2.1.1
pppLinkConfigInitialMRU OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The initial Maximum Receive Unit (MRU) that
              the local PPP entity will advertise to the
              remote entity. If the value of this variable is
              0 then the local PPP entity will not advertise
              any MRU to the remote entity and the default
              MRU will be assumed. Changing this object will
              have effect when the link is next restarted."
  DEFVAL	{ 1500 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.1.2.1.2
pppLinkConfigReceiveACCMap OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The Asynchronous-Control-Character-Map (ACC)
              that the local PPP entity requires for use on
              its receive side. In effect, this is the ACC
              Map that is required in order to ensure that
              the local modem will successfully receive all
              characters. The actual ACC map used on the
              receive side of the link will be a combination
              of the local node's pppLinkConfigReceiveACCMap
              and the remote node's
              pppLinkConfigTransmitACCMap. Changing this
              object will have effect when the link is next
              restarted."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 2 }

.1.3.6.1.2.1.10.23.1.1.2.1.3
pppLinkConfigTransmitACCMap OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The Asynchronous-Control-Character-Map (ACC)
              that the local PPP entity requires for use on
              its transmit side. In effect, this is the ACC
              Map that is required in order to ensure that
              all characters can be successfully transmitted
              through the local modem.  The actual ACC map
              used on the transmit side of the link will be a
              combination of the local node's
              pppLinkConfigTransmitACCMap and the remote
              node's pppLinkConfigReceiveACCMap. Changing
              this object will have effect when the link is
              next restarted."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 3 }

.1.3.6.1.2.1.10.23.1.1.2.1.4
pppLinkConfigMagicNumber OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER {false(1), true(2)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"If true(2) then the local node will attempt to
              perform Magic Number negotiation with the
              remote node. If false(1) then this negotiation
              is not performed. In any event, the local node
              will comply with any magic number negotiations
              attempted by the remote node, per the PPP
              specification. Changing this object will have
              effect when the link is next restarted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 4 }

.1.3.6.1.2.1.10.23.1.1.2.1.5
pppLinkConfigFcsSize OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (0..128) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The size of the FCS, in bits, the local node
              will attempt to negotiate for use with the
              remote node. Regardless of the value of this
              object, the local node will comply with any FCS
              size negotiations initiated by the remote node,
              per the PPP specification. Changing this object
              will have effect when the link is next
              restarted."
  DEFVAL	{ 16 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 5 }

.1.3.6.1.2.1.10.23.1.2
pppLqr OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) 2 }

.1.3.6.1.2.1.10.23.1.2.1
pppLqrTable OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"Table containing the LQR parameters and
              statistics for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) 1 }

.1.3.6.1.2.1.10.23.1.2.1.1
pppLqrEntry OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifIndex }
  DESCRIPTION	"LQR information for a particular PPP link. A
              PPP link will have an entry in this table if
              and only if LQR Quality Monitoring has been
              successfully negotiated for said link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrTable(1) 1 }

.1.3.6.1.2.1.10.23.1.2.1.1.1
pppLqrQuality OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER {good(1), bad(2), not-determined(3)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current quality of the link as declared by
              the local PPP entity's Link-Quality Management
              modules. No effort is made to define good or
              bad, nor the policy used to determine it. The


              not-determined value indicates that the entity
              does not actually evaluate the link's quality.
              This value is used to disambiguate the
              `determined to be good' case from the `no
              determination made and presumed to be good'
              case."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.2.1.1.2
pppLqrInGoodOctets OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The LQR InGoodOctets counter for this link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 2 }

.1.3.6.1.2.1.10.23.1.2.1.1.3
pppLqrLocalPeriod OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The LQR reporting period, in hundredths of a
              second that is in effect for the local PPP
              entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 3 }

.1.3.6.1.2.1.10.23.1.2.1.1.4
pppLqrRemotePeriod OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The LQR reporting period, in hundredths of a
              second, that is in effect for the remote PPP
              entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 4 }

.1.3.6.1.2.1.10.23.1.2.1.1.5
pppLqrOutLQRs OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of the OutLQRs counter on the local
              node for the link identified by ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 5 }

.1.3.6.1.2.1.10.23.1.2.1.1.6
pppLqrInLQRs OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of the InLQRs counter on the local
              node for the link identified by ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 6 }

.1.3.6.1.2.1.10.23.1.2.2
pppLqrConfigTable OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"Table containing the LQR Configuration
              parameters for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) 2 }

.1.3.6.1.2.1.10.23.1.2.2.1
pppLqrConfigEntry OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifIndex }
  DESCRIPTION	"LQR configuration information for a particular
              PPP link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrConfigTable(2) 1 }

.1.3.6.1.2.1.10.23.1.2.2.1.1
pppLqrConfigPeriod OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The LQR Reporting Period that the local PPP
              entity will attempt to negotiate with the
              remote entity, in units of hundredths of a
              second. Changing this object will have effect
              when the link is next restarted."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrConfigTable(2) pppLqrConfigEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.2.2.1.2
pppLqrConfigStatus OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	INTEGER {disabled(1), enabled(2)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"If enabled(2) then the local node will attempt
              to perform LQR negotiation with the remote
              node. If disabled(1) then this negotiation is
              not performed. In any event, the local node
              will comply with any magic number negotiations
              attempted by the remote node, per the PPP
              specification. Changing this object will have
              effect when the link is next restarted.
              Setting this object to the value disabled(1)
              has the effect of invalidating the
              corresponding entry in the pppLqrConfigTable
              object. It is an implementation-specific matter
              as to whether the agent removes an invalidated
              entry from the table. Accordingly, management
              stations must be prepared to receive tabular
              information from agents that corresponds to
              entries not currently in use."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrConfigTable(2) pppLqrConfigEntry(1) 2 }

.1.3.6.1.2.1.10.23.1.2.3
pppLqrExtnsTable OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"Table containing additional LQR information
              for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) 3 }

.1.3.6.1.2.1.10.23.1.2.3.1
pppLqrExtnsEntry OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifIndex }
  DESCRIPTION	"Extended LQR information for a particular PPP
              link. Assuming that this group has been
              implemented, a PPP link will have an entry in
              this table if and only if LQR Quality
              Monitoring has been successfully negotiated for
              said link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrExtnsTable(3) 1 }

.1.3.6.1.2.1.10.23.1.2.3.1.1
pppLqrExtnsLastReceivedLqrPacket OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
  SYNTAX	OCTET STRING (68) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object contains the most recently
              received LQR packet.  The format of the packet
              is as described in the LQM Protocol
              specificiation. All fields of the packet,
              including the `save' fields, are stored in this
              object.

              The LQR packet is stored in network byte order.
              The LAP-B and PPP headers are not stored in
              this object; the first four octets of this
              variable contain the Magic-Number field, the
              second four octets contain the LastOutLQRs
              field and so on. The last four octets of this
              object contain the SaveInOctets field of the
              LQR packet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppLqr(2) pppLqrExtnsTable(3) pppLqrExtnsEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.3
pppTests OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) 3 }

.1.3.6.1.2.1.10.23.1.3.1
pppEchoTest OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppTests(3) 1 }

.1.3.6.1.2.1.10.23.1.3.2
pppDiscardTest OBJECT-TYPE
  -- FROM	PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppLcp(1) pppTests(3) 2 }

.1.3.6.1.2.1.10.23.3
pppIp OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) 3 }

.1.3.6.1.2.1.10.23.3.1
pppIpTable OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"Table containing the IP parameters and
                         statistics for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) 1 }

.1.3.6.1.2.1.10.23.3.1.1
pppIpEntry OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifIndex }
  DESCRIPTION	"IPCP status information for a particular PPP
                         link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) pppIpTable(1) 1 }

.1.3.6.1.2.1.10.23.3.1.1.1
pppIpOperStatus OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  SYNTAX	INTEGER {opened(1), not-opened(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The operational status of the IP network
                         protocol. If the value of this object is up
                         then the finite state machine for the IP
                         network protocol has reached the Opened state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) pppIpTable(1) pppIpEntry(1) 1 }

.1.3.6.1.2.1.10.23.3.1.1.2
pppIpLocalToRemoteCompressionProtocol OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  SYNTAX	INTEGER {none(1), vj-tcp(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The IP compression protocol that the local
                         PPP-IP entity uses when sending packets to the
                         remote PPP-IP entity. The value of this object
                         is meaningful only when the link has reached
                         the open state (pppIpOperStatus is opened)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) pppIpTable(1) pppIpEntry(1) 2 }

.1.3.6.1.2.1.10.23.3.1.1.3
pppIpRemoteToLocalCompressionProtocol OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  SYNTAX	INTEGER {none(1), vj-tcp(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The IP compression protocol that the remote
                         PPP-IP entity uses when sending packets to the
                         local PPP-IP entity. The value of this object
                         is meaningful only when the link has reached
                         the open state (pppIpOperStatus is opened)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) pppIpTable(1) pppIpEntry(1) 3 }

.1.3.6.1.2.1.10.23.3.1.1.4
pppIpRemoteMaxSlotId OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The Max-Slot-Id parameter that the remote node
                         has advertised and that is in use on the link.
                         If vj-tcp header compression is not in use on
                         the link then the value of this object shall be
                         0. The value of this object is meaningful only
                         when the link has reached the open state
                         (pppIpOperStatus is opened)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) pppIpTable(1) pppIpEntry(1) 4 }

.1.3.6.1.2.1.10.23.3.1.1.5
pppIpLocalMaxSlotId OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The Max-Slot-Id parameter that the local node
                         has advertised and that is in use on the link.
                         If vj-tcp header compression is not in use on
                         the link then the value of this object shall be
                         0. The value of this object is meaningful only
                         when the link has reached the open state
                         (pppIpOperStatus is opened)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) pppIpTable(1) pppIpEntry(1) 5 }

.1.3.6.1.2.1.10.23.3.2
pppIpConfigTable OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"Table containing configuration variables for
                         the IPCP for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) 2 }

.1.3.6.1.2.1.10.23.3.2.1
pppIpConfigEntry OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifIndex }
  DESCRIPTION	"IPCP information for a particular PPP link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) pppIpConfigTable(2) 1 }

.1.3.6.1.2.1.10.23.3.2.1.1
pppIpConfigAdminStatus OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  SYNTAX	INTEGER {open(1), close(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The immediate desired status of the IP network
                         protocol. Setting this object to open will
                         inject an administrative open event into the IP
                         network protocol's finite state machine.
                         Setting this object to close will inject an
                         administrative close event into the IP network
                         protocol's finite state machine."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) pppIpConfigTable(2) pppIpConfigEntry(1) 1 }

.1.3.6.1.2.1.10.23.3.2.1.2
pppIpConfigCompression OBJECT-TYPE
  -- FROM	PPP-IP-NCP-MIB
  SYNTAX	INTEGER {none(1), vj-tcp(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"If none(1) then the local node will not
                         attempt to negotiate any IP Compression option.
                         Otherwise, the local node will attempt to
                         negotiate compression mode indicated by the
                         enumerated value. Changing this object will
                         have effect when the link is next restarted."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23) pppIp(3) pppIpConfigTable(2) pppIpConfigEntry(1) 2 }

.1.3.6.1.2.1.10.32
frameRelayDTE MODULE-IDENTITY
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The MIB module to describe the use of a Frame Relay
       interface by a DTE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 32 }

.1.3.6.1.2.1.10.32
frameRelayDTE MODULE-IDENTITY
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The MIB module to describe the use of a Frame Relay
       interface by a DTE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 32 }

.1.3.6.1.2.1.10.32.0
frameRelayTraps OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) 0 }

.1.3.6.1.2.1.10.32.0
frameRelayTraps OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) 0 }

.1.3.6.1.2.1.10.32.0.1
frDLCIStatusChange NOTIFICATION-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  OBJECTS	{ frCircuitState }
  DESCRIPTION	"This trap indicates that the indicated Virtual Circuit
       has changed state.  It has either been created or
       invalidated, or has toggled between the active and
       inactive states.  If, however, the reason for the state
       change is due to the DLCMI going down, per-DLCI traps
       should not be generated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frameRelayTraps(0) 1 }

.1.3.6.1.2.1.10.32.1
frDlcmiTable OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Parameters for the Data Link Connection Management
       Interface for the frame relay service on this
       interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) 1 }

.1.3.6.1.2.1.10.32.1.1
frDlcmiEntry OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ frDlcmiIfIndex }
  DESCRIPTION	"The Parameters for a particular Data Link Connection
       Management Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) 1 }

.1.3.6.1.2.1.10.32.1.1.1
frDlcmiIfIndex OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifIndex value of the corresponding ifEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 1 }

.1.3.6.1.2.1.10.32.1.1.2
frDlcmiState OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	INTEGER {noLmiConfigured(1), lmiRev1(2), ansiT1617D(3), ansiT1617B(4), itut933A(5), ansiT1617D1994(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable states which Data Link Connection
       Management scheme is active (and by implication, what
       DLCI it uses) on the Frame Relay interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 2 }

.1.3.6.1.2.1.10.32.1.1.3
frDlcmiAddress OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	INTEGER {q921(1), q922March90(2), q922November90(3), q922(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable states which address format is in use on
       the Frame Relay interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 3 }

.1.3.6.1.2.1.10.32.1.1.4
frDlcmiAddressLen OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	INTEGER {twoOctets(2), threeOctets(3), fourOctets(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable states the address length in octets.  In
       the case of Q922 format, the length indicates the
       entire length of the address including the control
       portion."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 4 }

.1.3.6.1.2.1.10.32.1.1.5
frDlcmiPollingInterval OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Integer32 (5..30) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is the number of seconds between successive
       status enquiry messages."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 5 }

.1.3.6.1.2.1.10.32.1.1.6
frDlcmiFullEnquiryInterval OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Number of status enquiry intervals that pass before
       issuance of a full status enquiry message."
  DEFVAL	{ 6 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 6 }

.1.3.6.1.2.1.10.32.1.1.7
frDlcmiErrorThreshold OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Integer32 (1..10) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is the maximum number of unanswered Status
       Enquiries the equipment shall accept before declaring
       the interface down."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 7 }

.1.3.6.1.2.1.10.32.1.1.8
frDlcmiMonitoredEvents OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Integer32 (1..10) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is the number of status polling intervals over
       which the error threshold is counted.  For example, if
       within 'MonitoredEvents' number of events the station
       receives 'ErrorThreshold' number of errors, the
       interface is marked as down."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 8 }

.1.3.6.1.2.1.10.32.1.1.9
frDlcmiMaxSupportedVCs OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  -- TEXTUAL CONVENTION DLCI
  SYNTAX	Integer32 (0..8388607) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of Virtual Circuits allowed for
       this interface.  Usually dictated by the Frame Relay
       network.
       In response to a SET, if a value less than zero or
       higher than the agent's maximal capability is
       configured, the agent should respond badValue"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 9 }

.1.3.6.1.2.1.10.32.1.1.10
frDlcmiMulticast OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	INTEGER {nonBroadcast(1), broadcast(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This indicates whether the Frame Relay interface is
       using a multicast service."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 10 }

.1.3.6.1.2.1.10.32.1.1.11
frDlcmiStatus OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  SYNTAX	INTEGER {running(1), fault(2), initializing(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This indicates the status of the Frame Relay interface
       as determined by the performance of the dlcmi.  If no
       dlcmi is running, the Frame Relay interface will stay
       in the running state indefinitely."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 11 }

.1.3.6.1.2.1.10.32.1.1.12
frDlcmiRowStatus OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"SNMP Version 2 Row Status Variable.  Writable objects
       in the table may be written in any RowStatus state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 12 }

.1.3.6.1.2.1.10.32.2
frCircuitTable OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about specific Data
       Link Connections (DLC) or virtual circuits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) 2 }

.1.3.6.1.2.1.10.32.2.1
frCircuitEntry OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ frCircuitIfIndex, frCircuitDlci }
  DESCRIPTION	"The information regarding a single Data Link
       Connection.  Discontinuities in the counters contained
       in this table are indicated by the value in
       frCircuitCreationTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) 1 }

.1.3.6.1.2.1.10.32.2.1.1
frCircuitIfIndex OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifIndex Value of the ifEntry this virtual circuit
       is layered onto."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 1 }

.1.3.6.1.2.1.10.32.2.1.2
frCircuitDlci OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  -- TEXTUAL CONVENTION DLCI
  SYNTAX	Integer32 (0..8388607) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Data Link Connection Identifier for this virtual
       circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 2 }

.1.3.6.1.2.1.10.32.2.1.3
frCircuitState OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	INTEGER {invalid(1), active(2), inactive(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether the particular virtual circuit is
       operational.  In the absence of a Data Link Connection
       Management Interface, virtual circuit entries (rows)
       may be created by setting virtual circuit state to
       'active', or deleted by changing Circuit state to
       'invalid'.
       Whether or not the row actually disappears is left to
       the implementation, so this object may actually read as
       'invalid' for some arbitrary length of time.  It is
       also legal to set the state of a virtual circuit to
       'inactive' to temporarily disable a given circuit.
       The use of 'invalid' is deprecated in this SNMP Version
       2 MIB, in favor of frCircuitRowStatus."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 3 }

.1.3.6.1.2.1.10.32.2.1.4
frCircuitReceivedFECNs OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of frames received from the network indicating
       forward congestion since the virtual circuit was
       created.  This occurs when the remote DTE sets the FECN
       flag, or when a switch in the network enqueues the
       frame to a trunk whose transmission queue is
       congested."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 4 }

.1.3.6.1.2.1.10.32.2.1.5
frCircuitReceivedBECNs OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of frames received from the network indicating
       backward congestion since the virtual circuit was
       created.  This occurs when the remote DTE sets the BECN
       flag, or when a switch in the network receives the
       frame from a trunk whose transmission queue is
       congested."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 5 }

.1.3.6.1.2.1.10.32.2.1.6
frCircuitSentFrames OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames sent from this virtual circuit
       since it was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 6 }

.1.3.6.1.2.1.10.32.2.1.7
frCircuitSentOctets OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets sent from this virtual circuit
       since it was created.  Octets counted are the full
       frame relay header and the payload, but do not include
       the flag characters or CRC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 7 }

.1.3.6.1.2.1.10.32.2.1.8
frCircuitReceivedFrames OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of frames received over this virtual circuit
       since it was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 8 }

.1.3.6.1.2.1.10.32.2.1.9
frCircuitReceivedOctets OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of octets received over this virtual circuit
       since it was created.  Octets counted include the full
       frame relay header, but do not include the flag
       characters or the CRC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 9 }

.1.3.6.1.2.1.10.32.2.1.10
frCircuitCreationTime OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the virtual circuit was
       created, whether by the Data Link Connection Management
       Interface or by a SetRequest."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 10 }

.1.3.6.1.2.1.10.32.2.1.11
frCircuitLastTimeChange OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when last there was a change in
       the virtual circuit state"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 11 }

.1.3.6.1.2.1.10.32.2.1.12
frCircuitCommittedBurst OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the maximum amount of data, in
       bits, that the network agrees to transfer under normal
       conditions, during the measurement interval."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 12 }

.1.3.6.1.2.1.10.32.2.1.13
frCircuitExcessBurst OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the maximum amount of
       uncommitted data bits that the network will attempt to
       deliver over the measurement interval.
       By default, if not configured when creating the entry,
       the Excess Information Burst Size is set to the value
       of ifSpeed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 13 }

.1.3.6.1.2.1.10.32.2.1.14
frCircuitThroughput OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Throughput is the average number of 'Frame Relay
       Information Field' bits transferred per second across a
       user network interface in one direction, measured over
       the measurement interval.
       If the configured committed burst rate and throughput
       are both non-zero, the measurement interval, T, is
           T=frCircuitCommittedBurst/frCircuitThroughput.
       If the configured committed burst rate and throughput
       are both zero, the measurement interval, T, is
                  T=frCircuitExcessBurst/ifSpeed."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 14 }

.1.3.6.1.2.1.10.32.2.1.15
frCircuitMulticast OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  SYNTAX	INTEGER {unicast(1), oneWay(2), twoWay(3), nWay(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This indicates whether this VC is used as a unicast VC
       (i.e. not multicast) or the type of multicast service
       subscribed to"
  DEFVAL	{ unicast }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 15 }

.1.3.6.1.2.1.10.32.2.1.16
frCircuitType OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indication of whether the VC was manually created
       (static), or dynamically created (dynamic) via the data
       link control management interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 16 }

.1.3.6.1.2.1.10.32.2.1.17
frCircuitDiscards OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound frames dropped because of format
       errors, or because the VC is inactive."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 17 }

.1.3.6.1.2.1.10.32.2.1.18
frCircuitReceivedDEs OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of frames received from the network indicating
       that they were eligible for discard since the virtual
       circuit was created.  This occurs when the remote DTE
       sets the DE flag, or when in remote DTE's switch
       detects that the frame was received as Excess Burst
       data."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 18 }

.1.3.6.1.2.1.10.32.2.1.19
frCircuitSentDEs OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of frames sent to the network indicating that
       they were eligible for discard since the virtual
       circuit was created.   This occurs when the local DTE
       sets the DE flag, indicating that during Network
       congestion situations those frames should be discarded
       in preference of other frames sent without the DE bit
       set."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 19 }

.1.3.6.1.2.1.10.32.2.1.20
frCircuitLogicalIfIndex OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Normally the same value as frDlcmiIfIndex, but
       different when an implementation associates a virtual
       ifEntry with a DLC or set of DLCs in order to associate
       higher layer objects such as the ipAddrEntry with a
       subset of the virtual circuits on a Frame Relay
       interface. The type of such ifEntries is defined by the
       higher layer object; for example, if PPP/Frame Relay is
       implemented, the ifType of this ifEntry would be PPP.
       If it is not so defined, as would be the case with an
       ipAddrEntry, it should be of type Other."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 20 }

.1.3.6.1.2.1.10.32.2.1.21
frCircuitRowStatus OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create a new row or modify or
       destroy an existing row in the manner described in the
       definition of the RowStatus textual convention.
       Writable objects in the table may be written in any
       RowStatus state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 21 }

.1.3.6.1.2.1.10.32.3
frErrTable OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about Errors on the
       Frame Relay interface.  Discontinuities in the counters
       contained in this table are the same as apply to the
       ifEntry associated with the Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) 3 }

.1.3.6.1.2.1.10.32.3.1
frErrEntry OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ frErrIfIndex }
  DESCRIPTION	"The error information for a single frame relay
       interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frErrTable(3) 1 }

.1.3.6.1.2.1.10.32.3.1.1
frErrIfIndex OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifIndex Value of the corresponding ifEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frErrTable(3) frErrEntry(1) 1 }

.1.3.6.1.2.1.10.32.3.1.2
frErrType OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	INTEGER {unknownError(1), receiveShort(2), receiveLong(3), illegalAddress(4), unknownAddress(5), dlcmiProtoErr(6), dlcmiUnknownIE(7), dlcmiSequenceErr(8), dlcmiUnknownRpt(9), noErrorSinceReset(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of error that was last seen  on  this interface:

receiveShort: frame was not long enough to allow
        demultiplexing - the address field was incomplete,
        or for virtual circuits using Multiprotocol over
        Frame Relay, the protocol identifier was missing
        or incomplete.

receiveLong: frame exceeded maximum length configured for this
             interface.

illegalAddress: address field did not match configured format.

unknownAddress: frame received on a virtual circuit which was not
                active or administratively disabled.

dlcmiProtoErr: unspecified error occurred when attempting to
               interpret link maintenance frame.

dlcmiUnknownIE: link maintenance frame contained an Information
                Element type which is not valid for the
                configured link maintenance protocol.

dlcmiSequenceErr: link maintenance frame contained a sequence
                  number other than the expected value.

dlcmiUnknownRpt: link maintenance frame contained a Report Type
                 Information Element whose value was not valid
                 for the configured link maintenance protocol.

noErrorSinceReset: no errors have been detected since the last
                   cold start or warm start."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frErrTable(3) frErrEntry(1) 2 }

.1.3.6.1.2.1.10.32.3.1.3
frErrData OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	OCTET STRING (1..1600) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An octet string containing as much of the error packet
       as possible.  As a minimum, it must contain the Q.922
       Address or as much as was delivered.  It is desirable
       to include all header and demultiplexing information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frErrTable(3) frErrEntry(1) 3 }

.1.3.6.1.2.1.10.32.3.1.4
frErrTime OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at which the error was
       detected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frErrTable(3) frErrEntry(1) 4 }

.1.3.6.1.2.1.10.32.3.1.5
frErrFaults OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the interface has gone down since
       it was initialized."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frErrTable(3) frErrEntry(1) 5 }

.1.3.6.1.2.1.10.32.3.1.6
frErrFaultTime OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time when the interface
       was taken down due to excessive errors.  Excessive
       errors is defined as the time when a DLCMI exceeds the
       frDlcmiErrorThreshold number of errors within
       frDlcmiMonitoredEvents. See FrDlcmiEntry for further
       details."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frErrTable(3) frErrEntry(1) 6 }

.1.3.6.1.2.1.10.32.4
frameRelayTrapControl OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) 4 }

.1.3.6.1.2.1.10.32.4
frameRelayTrapControl OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) 4 }

.1.3.6.1.2.1.10.32.4.1
frTrapState OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB, RFC1315-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable indicates whether the system produces
       the frDLCIStatusChange trap."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frameRelayTrapControl(4) 1 }

.1.3.6.1.2.1.10.32.4.2
frTrapMaxRate OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  SYNTAX	Integer32 (0..3600000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable indicates the number of milliseconds
       that must elapse between trap emissions.  If events
       occur more rapidly, the impementation may simply fail
       to trap, or may queue traps until an appropriate time."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frameRelayTrapControl(4) 2 }

.1.3.6.1.2.1.10.32.6
frConformance OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) 6 }

.1.3.6.1.2.1.10.32.6.1
frGroups OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) 1 }

.1.3.6.1.2.1.10.32.6.1.1
frPortGroup OBJECT-GROUP
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The objects necessary to control the Link Management
       Interface for a Frame Relay Interface as well as
       maintain the error statistics on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frGroups(1) 1 }

.1.3.6.1.2.1.10.32.6.1.2
frCircuitGroup OBJECT-GROUP
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The objects necessary to control the Virtual Circuits
       layered onto a Frame Relay Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frGroups(1) 2 }

.1.3.6.1.2.1.10.32.6.1.3
frTrapGroup OBJECT-GROUP
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The objects necessary to control a Frame Relay
       Interface's notification messages."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frGroups(1) 3 }

.1.3.6.1.2.1.10.32.6.1.4
frErrGroup OBJECT-GROUP
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"Objects designed to assist in debugging Frame Relay
       Interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frGroups(1) 4 }

.1.3.6.1.2.1.10.32.6.1.5
frNotificationGroup OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"Traps which may be used to enhance event driven
       management of the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frGroups(1) 5 }

.1.3.6.1.2.1.10.32.6.1.6
frPortGroup0 OBJECT-GROUP
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The objects necessary to control the Link Management
       Interface for a Frame Relay Interface as well as
       maintain the error statistics on this interface from
       RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frGroups(1) 6 }

.1.3.6.1.2.1.10.32.6.1.7
frCircuitGroup0 OBJECT-GROUP
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The objects necessary to control the Virtual Circuits
       layered onto a Frame Relay Interface from RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frGroups(1) 7 }

.1.3.6.1.2.1.10.32.6.1.8
frErrGroup0 OBJECT-GROUP
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"Objects designed to assist in debugging Frame Relay
       Interfaces from RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frGroups(1) 8 }

.1.3.6.1.2.1.10.32.6.1.9
frTrapGroup0 OBJECT-GROUP
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The objects necessary to control a Frame Relay
       Interface's notification messages from RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frGroups(1) 9 }

.1.3.6.1.2.1.10.32.6.2
frCompliances OBJECT-TYPE
  -- FROM	FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) 2 }

.1.3.6.1.2.1.10.32.6.2.1
frCompliance MODULE-COMPLIANCE
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The compliance statement "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frCompliances(2) 1 }

.1.3.6.1.2.1.10.32.6.2.2
frCompliance0 MODULE-COMPLIANCE
  -- FROM	FRAME-RELAY-DTE-MIB
  DESCRIPTION	"The compliance statement for objects and the trap
       defined in RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) frameRelayDTE(32) frConformance(6) frCompliances(2) 2 }

.1.3.6.1.2.1.10.56
fcMgmtMIB MODULE-IDENTITY
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"This module defines management information specific to
            Fibre Channel-attached devices.
            Copyright (C) The Internet Society (2005).  This version
            of this MIB module is part of RFC 4044;  see the RFC
            itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 56 }

.1.3.6.1.2.1.10.56.1
fcmgmtObjects OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) 1 }

.1.3.6.1.2.1.10.56.1.1
fcmInstanceTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about the local Fibre Channel management
            instances."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 1 }

.1.3.6.1.2.1.10.56.1.1.1
fcmInstanceEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex }
  DESCRIPTION	"A list of attributes for a particular local Fibre Channel
            management instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) 1 }

.1.3.6.1.2.1.10.56.1.1.1.1
fcmInstanceIndex OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer value that uniquely identifies this
            instance amongst all local Fibre Channel management
            instances.

            It is mandatory to keep this value constant between restarts
            of the agent, and to make every possible effort to keep it
            constant across restarts (but note, it is unrealistic to
            expect it to remain constant across all re-configurations of
            the local system, e.g., across the replacement of all non-
            volatile storage)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.1.1.2
fcmInstanceWwn OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the instance has one (or more) WWN(s), then this object
            contains that (or one of those) WWN(s).

            If the instance does not have a WWN associated with it, then
            this object contains the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.1.1.3
fcmInstanceFunctions OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcUnitFunctions
  SYNTAX	BITS {other(0), hub(1), switch(2), bridge(3), gateway(4), host(5), storageSubsys(6), storageAccessDev(7), nas(8), wdmux(9), storageDevice(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"One (or more) Fibre Channel unit functions being performed
            by this instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.1.1.4
fcmInstancePhysicalIndex OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If this management instance corresponds to a physical
            component (or to a hierarchy of physical components)
            identified by the Entity-MIB, then this object's value is
            the value of the entPhysicalIndex of that component (or of
            the component at the root of that hierarchy).  If there is
            no correspondence to a physical component (or no component
            that has an entPhysicalIndex value), then the value of this
            object is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.1.1.5
fcmInstanceSoftwareIndex OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If this management instance corresponds to an installed
            software module identified in the Host Resources MIB, then
            this object's value is the value of the hrSWInstalledIndex
            of that module.  If there is no correspondence to an
            installed software module (or no module that has a
            hrSWInstalledIndex value), then the value of this object is
            zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.1.1.6
fcmInstanceStatus OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	INTEGER {unknown(1), ok(2), warning(3), failed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Overall status of the Fibre Channel entity/entities managed
            by this management instance.  The value should reflect the
            most serious status of such entities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.1.1.7
fcmInstanceTextName OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..79) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A textual name for this management instance and the Fibre
            Channel entity/entities that it is managing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.1.1.8
fcmInstanceDescr OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A textual description of this management instance and the
            Fibre Channel entity/entities that it is managing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.1.1.9
fcmInstanceFabricId OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The globally unique Fabric Identifier that identifies the
            fabric to which the Fibre Channel entity/entities managed by
            this management instance are connected, or, of which they
            are a part.  This is typically the Node WWN of the principal
            switch of a Fibre Channel fabric.  The zero-length string
            indicates that the fabric identifier is unknown (or not
            applicable).

            In the event that the Fibre Channel entity/entities managed
            by this management instance is/are connected to multiple
            fabrics, then this object records the first (known) one."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.2
fcmSwitchTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of information about Fibre Channel switches that
            are managed by Fibre Channel management instances.  Each
            Fibre Channel management instance can manage one or more
            Fibre Channel switches."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 2 }

.1.3.6.1.2.1.10.56.1.2.1
fcmSwitchEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex }
  DESCRIPTION	"Information about a particular Fibre Channel switch that is
            managed by the management instance given by
            fcmInstanceIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) 1 }

.1.3.6.1.2.1.10.56.1.2.1.1
fcmSwitchIndex OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer that uniquely identifies a Fibre
            Channel switch amongst those managed by one Fibre Channel
            management instance.

            It is mandatory to keep this value constant between restarts
            of the agent, and to make every possible effort to keep it
            constant across restarts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) fcmSwitchEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.2.1.2
fcmSwitchDomainId OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcDomainIdOrZero
  SYNTAX	Integer32 (0..239) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Domain Id of this switch.  A value of zero indicates
            that a switch has not (yet) been assigned a Domain Id."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) fcmSwitchEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.2.1.3
fcmSwitchPrincipal OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether this switch is the principal
            switch within its fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) fcmSwitchEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.2.1.4
fcmSwitchWWN OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The World Wide Name of this switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) fcmSwitchEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.3
fcmPortTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about Fibre Channel ports.  Each Fibre Channel
            port is represented by one entry in the IF-MIB's ifTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 3 }

.1.3.6.1.2.1.10.56.1.3.1
fcmPortEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Each entry contains information about a specific port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) 1 }

.1.3.6.1.2.1.10.56.1.3.1.1
fcmPortInstanceIndex OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of fcmInstanceIndex by which the Fibre Channel
            management instance, which manages this port, is identified
            in the fcmInstanceTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.3.1.2
fcmPortWwn OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The World Wide Name of the port, or the zero-length string
            if the port does not have a WWN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.3.1.3
fcmPortNodeWwn OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The World Wide Name of the Node that contains this port, or
            the zero-length string if the port does not have a node
            WWN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.3.1.4
fcmPortAdminType OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcPortType
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administratively desired type of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.3.1.5
fcmPortOperType OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcPortType
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational type of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.3.1.6
fcmPortFcCapClass OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcClasses
  SYNTAX	BITS {classF(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The classes of service capability of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.3.1.7
fcmPortFcOperClass OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcClasses
  SYNTAX	BITS {classF(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The classes of service that are currently operational on
            this port.  For an FL_Port, this is the union of the classes
            being supported across all attached NL_Ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.3.1.8
fcmPortTransmitterType OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	INTEGER {unknown(1), other(2), shortwave850nm(3), longwave1550nm(4), longwave1310nm(5), electrical(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The technology of the port transceiver."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.3.1.9
fcmPortConnectorType OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	INTEGER {unknown(1), other(2), gbic(3), embedded(4), glm(5), gbicSerialId(6), gbicNoSerialId(7), sfpSerialId(8), sfpNoSerialId(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The module type of the port connector.  This object refers
            to the hardware implementation of the port.  It will be
            'embedded' if the hardware equivalent to Gigabit interface
            card (GBIC) is part of the line card and is unremovable.  It
            will be 'glm' if it's a gigabit link module (GLM).  It will
            be 'gbicSerialId' if the GBIC serial id can be read, else it
            will be 'gbicNoSerialId'.  It will be 'sfpSerialId' if the
            small form factor (SFP) pluggable GBICs serial id can be
            read, else it will be 'sfpNoSerialId'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.3.1.10
fcmPortSerialNumber OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The serial number associated with the port (e.g., for a
            GBIC).  If not applicable, the object's value is a zero-
            length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.3.1.11
fcmPortPhysicalNumber OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the port's 'Physical Port Number' as defined by
            GS-3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.3.1.12
fcmPortAdminSpeed OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	INTEGER {auto(1), eighthGbs(2), quarterGbs(3), halfGbs(4), oneGbs(5), twoGbs(6), fourGbs(7), tenGbs(8)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The speed of the interface:

                'auto'        - auto-negotiation
                'tenGbs'      - 10Gbs
                'fourGbs'     -  4Gbs
                'twoGbs'      -  2Gbs
                'oneGbs'      -  1Gbs
                'halfGbs'     - 500Mbs
                'quarterGbs'  - 250Mbs
                'eighthGbs'   - 125Mbs"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.3.1.13
fcmPortCapProtocols OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	BITS {unknown(0), loop(1), fabric(2), scsi(3), tcpIp(4), vi(5), ficon(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A bit mask specifying the higher level protocols that are
            capable of running over this port.  Note that for generic
            Fx_Ports, E_Ports, and B_Ports, this object will indicate
            all protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 13 }

.1.3.6.1.2.1.10.56.1.3.1.14
fcmPortOperProtocols OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	BITS {unknown(0), loop(1), fabric(2), scsi(3), tcpIp(4), vi(5), ficon(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A bit mask specifying the higher level protocols that are
            currently operational on this port.  For Fx_Ports, E_Ports,
            and B_Ports, this object will typically have the value
            'unknown'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 14 }

.1.3.6.1.2.1.10.56.1.4
fcmPortStatsTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of statistics for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 4 }

.1.3.6.1.2.1.10.56.1.4.1
fcmPortStatsEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ fcmPortEntry }
  DESCRIPTION	"An entry containing statistics for a Fibre Channel port.
            If any counter in this table suffers a discontinuity, the
            value of ifCounterDiscontinuityTime (defined in the IF-MIB)
            must be updated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) 1 }

.1.3.6.1.2.1.10.56.1.4.1.1
fcmPortBBCreditZeros OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transitions in/out of the buffer-to-buffer
            credit zero state.  The other side is not providing any
            credit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.4.1.2
fcmPortFullInputBuffers OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of occurrences when all input buffers of a port
            were full and outbound buffer-to-buffer credit transitioned
            to zero, i.e., there became no credit to provide to other
            side."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.4.1.3
fcmPortClass2RxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 2 frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.4.1.4
fcmPortClass2RxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class 2 frames received
            at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.4.1.5
fcmPortClass2TxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 2 frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.4.1.6
fcmPortClass2TxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class 2 frames
            transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.4.1.7
fcmPortClass2Discards OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 2 frames that were discarded upon
            reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.4.1.8
fcmPortClass2RxFbsyFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that F_BSY was returned to this port as
            a result of a Class 2 frame that could not be delivered to
            the other end of the link.  This can occur when either the
            fabric or the destination port is temporarily busy.  Note
            that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.4.1.9
fcmPortClass2RxPbsyFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that P_BSY was returned to this port as
            a result of a Class 2 frame that could not be delivered to
            the other end of the link.  This can occur when the
            destination port is temporarily busy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.4.1.10
fcmPortClass2RxFrjtFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that F_RJT was returned to this port as
            a result of a Class 2 frame that was rejected by the fabric.
            Note that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.4.1.11
fcmPortClass2RxPrjtFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that P_RJT was returned to this port as
            a result of a Class 2 frame that was rejected at the
            destination N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.4.1.12
fcmPortClass2TxFbsyFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that F_BSY was generated by this port
            as a result of a Class 2 frame that could not be delivered
            because either the Fabric or the destination port was
            temporarily busy.  Note that this counter will never
            increment for an N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.4.1.13
fcmPortClass2TxPbsyFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that P_BSY was generated by this port
            as a result of a Class 2 frame that could not be delivered
            because the destination port was temporarily busy.  Note
            that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 13 }

.1.3.6.1.2.1.10.56.1.4.1.14
fcmPortClass2TxFrjtFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that F_RJT was generated by this port
            as a result of a Class 2 frame being rejected by the fabric.
            Note that this counter will never increment for an N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 14 }

.1.3.6.1.2.1.10.56.1.4.1.15
fcmPortClass2TxPrjtFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that P_RJT was generated by this port
            as a result of a Class 2 frame being rejected at the
            destination N_Port.  Note that this counter will never
            increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 15 }

.1.3.6.1.2.1.10.56.1.4.1.16
fcmPortClass3RxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 3 frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 16 }

.1.3.6.1.2.1.10.56.1.4.1.17
fcmPortClass3RxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class 3 frames received
            at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 17 }

.1.3.6.1.2.1.10.56.1.4.1.18
fcmPortClass3TxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 3 frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 18 }

.1.3.6.1.2.1.10.56.1.4.1.19
fcmPortClass3TxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class 3 frames
            transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 19 }

.1.3.6.1.2.1.10.56.1.4.1.20
fcmPortClass3Discards OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 3 frames that were discarded upon
            reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 20 }

.1.3.6.1.2.1.10.56.1.4.1.21
fcmPortClassFRxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class F frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 21 }

.1.3.6.1.2.1.10.56.1.4.1.22
fcmPortClassFRxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class F frames received
            at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 22 }

.1.3.6.1.2.1.10.56.1.4.1.23
fcmPortClassFTxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class F frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 23 }

.1.3.6.1.2.1.10.56.1.4.1.24
fcmPortClassFTxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class F frames
            transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 24 }

.1.3.6.1.2.1.10.56.1.4.1.25
fcmPortClassFDiscards OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class F frames that were discarded upon
            reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 25 }

.1.3.6.1.2.1.10.56.1.5
fcmPortLcStatsTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of Counter32-based statistics for systems that do
            not support Counter64."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 5 }

.1.3.6.1.2.1.10.56.1.5.1
fcmPortLcStatsEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ fcmPortEntry }
  DESCRIPTION	"An entry containing low-capacity (i.e., based on Counter32)
            statistics for a Fibre Channel port.  If any counter in this
            table suffers a discontinuity, the value of
            ifCounterDiscontinuityTime (defined in the IF-MIB) must be
            updated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) 1 }

.1.3.6.1.2.1.10.56.1.5.1.1
fcmPortLcBBCreditZeros OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transitions in/out of the buffer-to-buffer
            credit zero state.  The other side is not providing any
            credit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.5.1.2
fcmPortLcFullInputBuffers OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of occurrences when all input buffers of a port
            were full and outbound buffer-to-buffer credit transitioned
            to zero, i.e., there became no credit to provide to other
            side."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.5.1.3
fcmPortLcClass2RxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 2 frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.5.1.4
fcmPortLcClass2RxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class 2 frames received
            at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.5.1.5
fcmPortLcClass2TxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 2 frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.5.1.6
fcmPortLcClass2TxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class 2 frames
            transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.5.1.7
fcmPortLcClass2Discards OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 2 frames that were discarded upon
            reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.5.1.8
fcmPortLcClass2RxFbsyFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that F_BSY was returned to this port as
            a result of a Class 2 frame that could not be delivered to
            the other end of the link.  This can occur when either the
            fabric or the destination port is temporarily busy.  Note
            that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.5.1.9
fcmPortLcClass2RxPbsyFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that P_BSY was returned to this port as
            a result of a Class 2 frame that could not be delivered to
            the other end of the link.  This can occur when the
            destination port is temporarily busy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.5.1.10
fcmPortLcClass2RxFrjtFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that F_RJT was returned to this port as
            a result of a Class 2 frame that was rejected by the fabric.
            Note that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.5.1.11
fcmPortLcClass2RxPrjtFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that P_RJT was returned to this port as
            a result of a Class 2 frame that was rejected at the
            destination N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.5.1.12
fcmPortLcClass2TxFbsyFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that F_BSY was generated by this port
            as a result of a Class 2 frame that could not be delivered
            because either the Fabric or the destination port was
            temporarily busy.  Note that this counter will never
            increment for an N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.5.1.13
fcmPortLcClass2TxPbsyFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that P_BSY was generated by this port
            as a result of a Class 2 frame that could not be delivered
            because the destination port was temporarily busy.  Note
            that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 13 }

.1.3.6.1.2.1.10.56.1.5.1.14
fcmPortLcClass2TxFrjtFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that F_RJT was generated by this port
            as a result of a Class 2 frame being rejected by the fabric.
            Note that this counter will never increment for an N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 14 }

.1.3.6.1.2.1.10.56.1.5.1.15
fcmPortLcClass2TxPrjtFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that P_RJT was generated by this port
            as a result of a Class 2 frame being rejected at the
            destination N_Port.  Note that this counter will never
            increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 15 }

.1.3.6.1.2.1.10.56.1.5.1.16
fcmPortLcClass3RxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 3 frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 16 }

.1.3.6.1.2.1.10.56.1.5.1.17
fcmPortLcClass3RxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class 3 frames received
            at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 17 }

.1.3.6.1.2.1.10.56.1.5.1.18
fcmPortLcClass3TxFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 3 frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 18 }

.1.3.6.1.2.1.10.56.1.5.1.19
fcmPortLcClass3TxOctets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in Class 3 frames
            transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 19 }

.1.3.6.1.2.1.10.56.1.5.1.20
fcmPortLcClass3Discards OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Class 3 frames that were discarded upon
            reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 20 }

.1.3.6.1.2.1.10.56.1.6
fcmPortErrorsTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Error counters for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 6 }

.1.3.6.1.2.1.10.56.1.6.1
fcmPortErrorsEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ fcmPortEntry }
  DESCRIPTION	"Error counters for a Fibre Channel port.  If any counter in
            this table suffers a discontinuity, the value of
            ifCounterDiscontinuityTime (defined in the IF-MIB) must be
            updated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) 1 }

.1.3.6.1.2.1.10.56.1.6.1.1
fcmPortRxLinkResets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Link Reset (LR) Primitive Sequences
            received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.6.1.2
fcmPortTxLinkResets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Link Reset (LR) Primitive Sequences
            transmitted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.6.1.3
fcmPortLinkResets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the reset link protocol was initiated
            on this port.  This includes the number of Loop
            Initialization Primitive (LIP) events on an arbitrated loop
            port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.6.1.4
fcmPortRxOfflineSequences OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Offline (OLS) Primitive Sequences received at
            this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.6.1.5
fcmPortTxOfflineSequences OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Offline (OLS) Primitive Sequences transmitted
            by this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.6.1.6
fcmPortLinkFailures OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of link failures.  This count is part of FC-PH's
            Link Error Status Block (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.6.1.7
fcmPortLossofSynchs OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of instances of synchronization loss detected at
            this port.  This count is part of FC-PH's Link Error Status
            Block (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.6.1.8
fcmPortLossofSignals OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of instances of signal loss detected at this
            port.  This count is part of FC-PH's Link Error Status Block
            (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.6.1.9
fcmPortPrimSeqProtocolErrors OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of primitive sequence protocol errors detected
            at this port.  This count is part of FC-PH's Link Error
            Status Block (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.6.1.10
fcmPortInvalidTxWords OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of invalid transmission words received at this
            port.  This count is part of FC-PH's Link Error Status Block
            (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.6.1.11
fcmPortInvalidCRCs OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames received with an invalid CRC.  This
            count is part of FC-PH's Link Error Status Block (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.6.1.12
fcmPortInvalidOrderedSets OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of invalid ordered sets received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.6.1.13
fcmPortFrameTooLongs OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames received at this port for which the
            frame length was greater than what was agreed to in
            FLOGI/PLOGI.  This could be caused by losing the end of
            frame delimiter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 13 }

.1.3.6.1.2.1.10.56.1.6.1.14
fcmPortTruncatedFrames OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames received at this port for which the
            frame length was less than the minimum indicated by the
            frame header - normally 24 bytes, but it could be more if
            the DFCTL field indicates an optional header should have
            been present."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 14 }

.1.3.6.1.2.1.10.56.1.6.1.15
fcmPortAddressErrors OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames received with unknown addressing; for
            example, an unknown SID or DID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 15 }

.1.3.6.1.2.1.10.56.1.6.1.16
fcmPortDelimiterErrors OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of invalid frame delimiters received at this
            port.  An example is a frame with a class 2 start and a
            class 3 at the end."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 16 }

.1.3.6.1.2.1.10.56.1.6.1.17
fcmPortEncodingDisparityErrors OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of encoding disparity errors received at this
            port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 17 }

.1.3.6.1.2.1.10.56.1.6.1.18
fcmPortOtherErrors OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of errors that were detected on this port but
            not counted by any other error counter in this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 18 }

.1.3.6.1.2.1.10.56.1.7
fcmFxPortTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Additional information about Fibre Channel ports that is
            specific to Fx_Ports.  This table will contain one entry for
            each fcmPortTable entry that represents an Fx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 7 }

.1.3.6.1.2.1.10.56.1.7.1
fcmFxPortEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Each entry contains information about a specific Fx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) 1 }

.1.3.6.1.2.1.10.56.1.7.1.1
fcmFxPortRatov OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Resource_Allocation_Timeout Value configured for this
            Fx_Port.  This is used as the timeout value for determining
            when to reuse an Nx_Port resource such as a
            Recovery_Qualifier.  It represents the Error_Detect_Timeout
            value (see fcmFxPortEdtov) plus twice the maximum time that
            a frame may be delayed within the Fabric and still be
            delivered."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.7.1.2
fcmFxPortEdtov OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Error_Detect_Timeout value configured for this Fx_Port.
            This is used as the timeout value for detecting an error
            condition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.7.1.3
fcmFxPortRttov OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Receiver_Transmitter_Timeout value of this Fx_Port.
            This is used by the receiver logic to detect a Loss of
            Synchronization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.7.1.4
fcmFxPortHoldTime OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum time that this Fx_Port shall hold a frame
            before discarding the frame if it is unable to deliver the
            frame.  The value 0 means that this Fx_Port does not support
            this parameter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.7.1.5
fcmFxPortCapBbCreditMax OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcBbCredit
  SYNTAX	Integer32 (0..32767) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of receive buffers that this port is
            capable of making available for holding frames from attached
            Nx_Port(s)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.7.1.6
fcmFxPortCapBbCreditMin OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcBbCredit
  SYNTAX	Integer32 (0..32767) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum number of receive buffers that this port is
            capable of making available for holding frames from attached
            Nx_Port(s)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.7.1.7
fcmFxPortCapDataFieldSizeMax OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcDataFieldSize
  SYNTAX	Integer32 (128..2112) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum size in bytes of the Data Field in a frame that
            this Fx_Port is capable of receiving from an attached
            Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.7.1.8
fcmFxPortCapDataFieldSizeMin OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcDataFieldSize
  SYNTAX	Integer32 (128..2112) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum size in bytes of the Data Field in a frame that
            this Fx_Port is capable of receiving from an attached
            Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.7.1.9
fcmFxPortCapClass2SeqDeliv OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether this Fx_Port is capable of
            supporting Class 2 Sequential Delivery."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.7.1.10
fcmFxPortCapClass3SeqDeliv OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether this Fx_Port is capable of
            supporting Class 3 Sequential Delivery."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.7.1.11
fcmFxPortCapHoldTimeMax OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum holding time that this Fx_Port is capable of
            supporting."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.7.1.12
fcmFxPortCapHoldTimeMin OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum holding time that this Fx_Port is capable of
            supporting."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.8
fcmISPortTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Additional information about E_Ports, B_Ports, and any
            other type of Fibre Channel port to which inter-switch links
            can be connected.  This table will contain one entry for
            each fcmPortTable entry that represents such a port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 8 }

.1.3.6.1.2.1.10.56.1.8.1
fcmISPortEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Each entry contains information about a specific port
            connected to an inter-switch link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmISPortTable(8) 1 }

.1.3.6.1.2.1.10.56.1.8.1.1
fcmISPortClassFCredit OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcBbCredit
  SYNTAX	Integer32 (0..32767) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of Class F data frames that can be
            transmitted by the inter-switch port without receipt of ACK
            or Link_Response frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmISPortTable(8) fcmISPortEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.8.1.2
fcmISPortClassFDataFieldSize OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcDataFieldSize
  SYNTAX	Integer32 (128..2112) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Receive Data Field Size that the inter-switch port has
            agreed to support for Class F frames to/from this port.  The
            size specifies the largest Data Field Size for an FT_1
            frame."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmISPortTable(8) fcmISPortEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.9
fcmFLoginTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains one entry for each Nx_Port logged-
            in/attached to a particular Fx_Port in the switch.  Each
            entry contains the services parameters established during
            the most recent Fabric Login, explicit or implicit.  Note
            that an Fx_Port may have one or more Nx_Ports attached to
            it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 9 }

.1.3.6.1.2.1.10.56.1.9.1
fcmFLoginEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, fcmFLoginNxPortIndex }
  DESCRIPTION	"An entry containing service parameters established from a
            successful Fabric Login."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) 1 }

.1.3.6.1.2.1.10.56.1.9.1.1
fcmFLoginNxPortIndex OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer that uniquely identifies an Nx_Port
            amongst all those attached to the Fx_Port indicated by
            ifIndex.

            After a value of this object is assigned to a particular
            Nx_Port, that value can be re-used when and only when it is
            assigned to the same Nx_Port, or, after a reset of the value
            of the relevant instance of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.9.1.2
fcmFLoginPortWwn OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port name of the attached Nx_Port, or the zero-length
            string if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.9.1.3
fcmFLoginNodeWwn OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node name of the attached Nx_Port, or the zero-length
            string if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.9.1.4
fcmFLoginBbCreditModel OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcBbCreditModel
  SYNTAX	INTEGER {regular(1), alternate(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The buffer-to-buffer credit model in use by the Fx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.9.1.5
fcmFLoginBbCredit OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcBbCredit
  SYNTAX	Integer32 (0..32767) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of buffers available for holding frames to be
            transmitted to the attached Nx_Port.  These buffers are for
            buffer-to-buffer flow control in the direction from Fx_Port
            to Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.9.1.6
fcmFLoginClassesAgreed OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcClasses
  SYNTAX	BITS {classF(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Classes of Service that the Fx_Port has agreed to
            support for this Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.9.1.7
fcmFLoginClass2SeqDelivAgreed OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether the Fx_Port has agreed to support
            Class 2 sequential delivery for this Nx_Port.  This is only
            meaningful if Class 2 service has been agreed upon."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.9.1.8
fcmFLoginClass2DataFieldSize OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcDataFieldSize
  SYNTAX	Integer32 (128..2112) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Receive Data Field Size that the Fx_Port has agreed to
            support for Class 2 frames to/from this Nx_Port.  The size
            specifies the largest Data Field Size for an FT_1 frame.
            This is only meaningful if Class 2 service has been agreed
            upon."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.9.1.9
fcmFLoginClass3SeqDelivAgreed OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether the Fx_Port has agreed to support
            Class 3 sequential delivery for this Nx_Port.  This is only
            meaningful if Class 3 service has been agreed upon."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.9.1.10
fcmFLoginClass3DataFieldSize OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcDataFieldSize
  SYNTAX	Integer32 (128..2112) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Receive Data Field Size that the Fx_Port has agreed to
            support for Class 3 frames to/from this Nx_Port.  The size
            specifies the largest Data Field Size for an FT_1 frame.
            This is only meaningful if Class 3 service has been agreed
            upon."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.10
fcmLinkTable OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing any Fibre Channel link information that
            is known to local Fibre Channel managed instances.  One end
            of such a link is typically at a local port, but the table
            can also contain information on links for which neither end
            is a local port.

            If one end of a link terminates locally, then that end is
            termed 'end1'; the other end is termed 'end2'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) 10 }

.1.3.6.1.2.1.10.56.1.10.1
fcmLinkEntry OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmLinkIndex }
  DESCRIPTION	"An entry containing information that a particular Fibre
            Channel managed instance has about a Fibre Channel link.

            The two ends of the link are called 'end1' and 'end2'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) 1 }

.1.3.6.1.2.1.10.56.1.10.1.1
fcmLinkIndex OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer that uniquely identifies one link
            within the set of links about which a particular managed
            instance has information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.10.1.2
fcmLinkEnd1NodeWwn OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node name of end1, or the zero-length string if
            unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.10.1.3
fcmLinkEnd1PhysPortNumber OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The physical port number of end1, or zero if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.10.1.4
fcmLinkEnd1PortWwn OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port WWN of end1, or the zero-length string if unknown.
            ('end1' is local if this value is equal to the value of
            fcmPortWwn in one of the rows of the fcmPortTable.)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.10.1.5
fcmLinkEnd2NodeWwn OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node name of end2, or the zero-length string if
            unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.10.1.6
fcmLinkEnd2PhysPortNumber OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The physical port number of end2, or zero if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.10.1.7
fcmLinkEnd2PortWwn OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port WWN of end2, or the zero-length string if
            unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.10.1.8
fcmLinkEnd2AgentAddress OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the management agent for the Fibre Channel
            Interconnect Element or Platform of which end2 is a part.
            The GS-4 specification provides some information about
            management agents.  If the address is unknown, the value of
            this object is the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.10.1.9
fcmLinkEnd2PortType OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcPortType
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port type of end2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.10.1.10
fcmLinkEnd2UnitType OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcUnitFunctions
  SYNTAX	BITS {other(0), hub(1), switch(2), bridge(3), gateway(4), host(5), storageSubsys(6), storageAccessDev(7), nas(8), wdmux(9), storageDevice(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of/function(s) performed by the Fibre Channel
            Interconnect Element or Platform of which end2 is a part."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.10.1.11
fcmLinkEnd2FcAddressId OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
  -- TEXTUAL CONVENTION FcAddressIdOrZero
  SYNTAX	OCTET STRING (0 | 3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Fibre Channel Address ID of end2, or the zero-length
            string if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 11 }

.1.3.6.1.2.1.10.56.2
fcmgmtNotifications OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) 2 }

.1.3.6.1.2.1.10.56.2.0
fcmgmtNotifPrefix OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtNotifications(2) 0 }

.1.3.6.1.2.1.10.56.3
fcmgmtConformance OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) 3 }

.1.3.6.1.2.1.10.56.3.1
fcmgmtCompliances OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) 1 }

.1.3.6.1.2.1.10.56.3.1.1
fcmgmtCompliance MODULE-COMPLIANCE
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Describes the requirements for compliance to this Fibre
            Channel Management MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtCompliances(1) 1 }

.1.3.6.1.2.1.10.56.3.2
fcmgmtGroups OBJECT-TYPE
  -- FROM	FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) 2 }

.1.3.6.1.2.1.10.56.3.2.1
fcmInstanceBasicGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Basic information about Fibre Channel managed instances."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 1 }

.1.3.6.1.2.1.10.56.3.2.2
fcmSwitchBasicGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Basic information about Fibre Channel switches."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 2 }

.1.3.6.1.2.1.10.56.3.2.3
fcmPortBasicGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Basic information about Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 3 }

.1.3.6.1.2.1.10.56.3.2.4
fcmPortStatsGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Traffic statistics, which are not specific to any one class
            of service, for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 4 }

.1.3.6.1.2.1.10.56.3.2.5
fcmPortClass23StatsGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Traffic statistics for Class 2 and Class 3 traffic on Fibre
            Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 5 }

.1.3.6.1.2.1.10.56.3.2.6
fcmPortClassFStatsGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Traffic statistics for Class F traffic on Fibre Channel
            ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 6 }

.1.3.6.1.2.1.10.56.3.2.7
fcmPortLcStatsGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Low-capacity (32-bit) statistics for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 7 }

.1.3.6.1.2.1.10.56.3.2.8
fcmPortErrorsGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Error statistics for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 8 }

.1.3.6.1.2.1.10.56.3.2.9
fcmSwitchPortGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Information about ports on a Fibre Channel switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 9 }

.1.3.6.1.2.1.10.56.3.2.10
fcmSwitchLoginGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Information known to a Fibre Channel switch about
            attached/logged-in Nx_Ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 10 }

.1.3.6.1.2.1.10.56.3.2.11
fcmLinkBasicGroup OBJECT-GROUP
  -- FROM	FC-MGMT-MIB
  DESCRIPTION	"Information about Fibre Channel links."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 11 }

.1.3.6.1.2.1.10.94
adslMIB MODULE-IDENTITY
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"The MIB module defining objects for the management of a pair of
       ADSL modems at each end of the ADSL line.  Each such line has
       an entry in an ifTable which may include multiple modem lines.
       An agent may reside at either end of the ADSL line however the
       MIB is designed to require no management communication between
       them beyond that inherent in the low-level ADSL line protocol.
       The agent may monitor and control this protocol for its needs.

       ADSL lines may support optional Fast or Interleaved channels.
       If these are supported, additional entries corresponding to the
       supported channels must be created in the ifTable. Thus an ADSL
       line that supports both channels will have three entries in the
       ifTable, one for each physical, fast, and interleaved, whose
       ifType values are equal to adsl(94), fast(125), and
       interleaved(124), respectively. The ifStackTable is used to
       represent the relationship between the entries.

       Naming Conventions:
                 Atuc -- (ATUC) modem at near (Central) end of line
                 Atur -- (ATUR) modem at Remote end of line
                 Curr -- Current
                 Prev -- Previous
                 Atn -- Attenuation
                 ES  -- Errored Second.
                 LCS -- Line Code Specific
                 Lof -- Loss of Frame
                 Lol -- Loss of Link
                 Los -- Loss of Signal
                 Lpr -- Loss of Power
                 xxxs-- interval of Seconds in which xxx occurs
                         (e.g., xxx=Lof, Los, Lpr)
                 Max -- Maximum
                 Mgn -- Margin
                 Min -- Minimum
                 Psd -- Power Spectral Density
                 Snr -- Signal to Noise Ratio
                 Tx  -- Transmit
                 Blks-- Blocks, a data unit, see
                        adslAtuXChanCrcBlockLength
         "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 94 }

.1.3.6.1.2.1.10.94.1
adslLineMib OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) 1 }

.1.3.6.1.2.1.10.94.1.1
adslMibObjects OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) 1 }

.1.3.6.1.2.1.10.94.1.1.1
adslLineTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table includes common attributes describing
                 both ends of the line.  It is required for all ADSL
                 physical interfaces.  ADSL physical interfaces are
                 those ifEntries where ifType is equal to adsl(94)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 1 }

.1.3.6.1.2.1.10.94.1.1.1.1
adslLineEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in adslLineTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineTable(1) 1 }

.1.3.6.1.2.1.10.94.1.1.1.1.1
adslLineCoding OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslLineCodingType
  SYNTAX	INTEGER {other(1), dmt(2), cap(3), qam(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the ADSL coding type used on this
                 line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineTable(1) adslLineEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.1.1.2
adslLineType OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER {noChannel(1), fastOnly(2), interleavedOnly(3), fastOrInterleaved(4), fastAndInterleaved(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the type of ADSL physical line
                 entity that exists, by defining whether and how
                 the line is channelized.  If the line is channelized,
                 the value will be other than noChannel(1).  This
                 object defines which channel type(s) are supported.

                 In the case that the line is channelized, the manager
                 can use the ifStackTable to determine the ifIndex for
                 the associated channel(s)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineTable(1) adslLineEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.1.1.3
adslLineSpecific OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION VariablePointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"OID instance in vendor-specific MIB. The Instance may
                 be used to determine shelf/slot/port of the ATUC
                 interface in a DSLAM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineTable(1) adslLineEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.1.1.4
adslLineConfProfile OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of this object identifies the row
                 in the ADSL Line Configuration Profile Table,
                 (adslLineConfProfileTable), which applies for this
                 ADSL line, and channels if applicable.

                 For `dynamic' mode, in the case which the
                 configuration profile has not been set, the
                 value will be set to `DEFVAL'.

                 If the implementator of this MIB has chosen not
                 to implement `dynamic assignment' of profiles, this
                 object's MIN-ACCESS is read-only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineTable(1) adslLineEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.1.1.5
adslLineAlarmConfProfile OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of this object identifies the row
                 in the ADSL Line Alarm Configuration Profile Table,
                 (adslLineAlarmConfProfileTable), which applies to this
                 ADSL line, and channels if applicable.

                 For `dynamic' mode, in the case which the
                 alarm profile has not been set, the
                 value will be set to `DEFVAL'.

                 If the implementator of this MIB has chosen not
                 to implement `dynamic assignment' of profiles, this
                 object's MIN-ACCESS is read-only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineTable(1) adslLineEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.2
adslAtucPhysTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUC.
                 Each row contains the Physical Layer Parameters
                 table for that ATUC. ADSL physical interfaces are
                 those ifEntries where ifType is equal to adsl(94)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 2 }

.1.3.6.1.2.1.10.94.1.1.2.1
adslAtucPhysEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the adslAtucPhysTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPhysTable(2) 1 }

.1.3.6.1.2.1.10.94.1.1.2.1.1
adslAtucInvSerialNumber OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor specific string that identifies the
                 vendor equipment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPhysTable(2) adslAtucPhysEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.2.1.2
adslAtucInvVendorID OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..16) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor ID code is a copy of the binary
                 vendor identification field defined by the
                 PHY[10] and expressed as readable characters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPhysTable(2) adslAtucPhysEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.2.1.3
adslAtucInvVersionNumber OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..16) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor specific version number sent by this ATU
                 as part of the initialization messages.  It is a copy
                 of the binary version number field defined by the
                 PHY[10] and expressed as readable characters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPhysTable(2) adslAtucPhysEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.2.1.4
adslAtucCurrSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (-640..640) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Noise Margin as seen by this ATU with respect to its
                 received signal in tenth dB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPhysTable(2) adslAtucPhysEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.2.1.5
adslAtucCurrAtn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32 (0..630) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Measured difference in the total power transmitted by
                 the peer ATU and the total power received by this ATU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPhysTable(2) adslAtucPhysEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.2.1.6
adslAtucCurrStatus OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	BITS {noDefect(0), lossOfFraming(1), lossOfSignal(2), lossOfPower(3), lossOfSignalQuality(4), lossOfLink(5), dataInitFailure(6), configInitFailure(7), protocolInitFailure(8), noPeerAtuPresent(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates current state of the ATUC line.  This is a
                 bit-map of possible conditions.  The various bit
                 positions are:

          0      noDefect             There no defects on the line

          1      lossOfFraming        ATUC failure due to not
                                      receiving valid frame.

          2      lossOfSignal         ATUC failure due to not
                                      receiving signal.

          3      lossOfPower          ATUC failure due to loss of
                                      power.
                                      Note: the Agent may still
                                      function.

          4      lossOfSignalQuality  Loss of Signal Quality is
                                      declared when the Noise Margin
                                      falls below the Minimum Noise
                                      Margin, or the bit-error-rate
                                      exceeds 10^-7.

          5      lossOfLink           ATUC failure due to inability
                                      to link with ATUR.

          6      dataInitFailure      ATUC failure during
                                      initialization due to bit
                                      errors corrupting startup
                                      exchange data.

          7      configInitFailure    ATUC failure during
                                      initialization due to peer
                                      ATU not able to support
                                      requested configuration

          8      protocolInitFailure  ATUC failure during
                                      initialization due to
                                      incompatible protocol used by
                                      the peer ATU.

          9      noPeerAtuPresent     ATUC failure during
                                      initialization due to no
                                      activation sequence detected
                                      from peer ATU.

                 This is intended to supplement ifOperStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPhysTable(2) adslAtucPhysEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.2.1.7
adslAtucCurrOutputPwr OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (-310..310) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Measured total output power transmitted by this ATU.
                 This is the measurement that was reported during
                 the last activation sequence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPhysTable(2) adslAtucPhysEntry(1) 7 }

.1.3.6.1.2.1.10.94.1.1.2.1.8
adslAtucCurrAttainableRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the maximum currently attainable data rate
                 by the ATU.  This value will be equal or greater than
                 the current line rate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPhysTable(2) adslAtucPhysEntry(1) 8 }

.1.3.6.1.2.1.10.94.1.1.3
adslAturPhysTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUR
                 Each row contains the Physical Layer Parameters
                 table for that ATUR. ADSL physical interfaces are
                 those ifEntries where ifType is equal to adsl(94)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 3 }

.1.3.6.1.2.1.10.94.1.1.3.1
adslAturPhysEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the adslAturPhysTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPhysTable(3) 1 }

.1.3.6.1.2.1.10.94.1.1.3.1.1
adslAturInvSerialNumber OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor specific string that identifies the
                 vendor equipment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPhysTable(3) adslAturPhysEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.3.1.2
adslAturInvVendorID OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..16) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor ID code is a copy of the binary
                 vendor identification field defined by the
                 PHY[10] and expressed as readable characters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPhysTable(3) adslAturPhysEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.3.1.3
adslAturInvVersionNumber OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..16) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor specific version number sent by this ATU
                 as part of the initialization messages.  It is a copy
                 of the binary version number field defined by the
                 PHY[10] and expressed as readable characters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPhysTable(3) adslAturPhysEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.3.1.4
adslAturCurrSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (-640..640) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Noise Margin as seen by this ATU with respect to its
                 received signal in tenth dB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPhysTable(3) adslAturPhysEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.3.1.5
adslAturCurrAtn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32 (0..630) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Measured difference in the total power transmitted by
                 the peer ATU and the total power received by this ATU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPhysTable(3) adslAturPhysEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.3.1.6
adslAturCurrStatus OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	BITS {noDefect(0), lossOfFraming(1), lossOfSignal(2), lossOfPower(3), lossOfSignalQuality(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates current state of the ATUR line.  This is a
                 bit-map of possible conditions.  Due to the isolation
                 of the ATUR when line problems occur, many state
                 conditions like loss of power, loss of quality signal,
                 and initialization errors,  can not be determined.
                 While trouble shooting ATUR, also use object,
                 adslAtucCurrStatus.  The various bit positions are:

          0      noDefect             There no defects on the line

          1      lossOfFraming        ATUR failure due to not
                                      receiving valid frame

          2      lossOfSignal         ATUR failure due to not
                                      receiving signal

          3      lossOfPower          ATUR failure due to loss of
                                      power

          4      lossOfSignalQuality  Loss of Signal Quality is
                                      declared when the Noise Margin
                                      falls below the Minimum Noise
                                      Margin, or the
                                      bit-error-rate exceeds 10^-7.

                 This is intended to supplement ifOperStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPhysTable(3) adslAturPhysEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.3.1.7
adslAturCurrOutputPwr OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (-310..310) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Measured total output power transmitted by this ATU.
                 This is the measurement that was reported during
                 the last activation sequence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPhysTable(3) adslAturPhysEntry(1) 7 }

.1.3.6.1.2.1.10.94.1.1.3.1.8
adslAturCurrAttainableRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the maximum currently attainable data rate
                 by the ATU.  This value will be equal or greater than
                 the current line rate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPhysTable(3) adslAturPhysEntry(1) 8 }

.1.3.6.1.2.1.10.94.1.1.4
adslAtucChanTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUC channel.
                 ADSL channel interfaces are those ifEntries
                 where ifType is equal to adslInterleave(124)
                 or adslFast(125)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 4 }

.1.3.6.1.2.1.10.94.1.1.4.1
adslAtucChanEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the adslAtucChanTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanTable(4) 1 }

.1.3.6.1.2.1.10.94.1.1.4.1.1
adslAtucChanInterleaveDelay OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interleave Delay for this channel.

                 Interleave delay applies only to the
                 interleave channel and defines the mapping
                 (relative spacing) between subsequent input
                 bytes at the interleaver input and their placement
                 in the bit stream at the interleaver output.
                 Larger numbers provide greater separation between
                 consecutive input bytes in the output bit stream
                 allowing for improved impulse noise immunity at
                 the expense of payload latency.

                 In the case where the ifType is Fast(125), use
                 noSuchObject."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanTable(4) adslAtucChanEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.4.1.2
adslAtucChanCurrTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Actual transmit rate on this channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanTable(4) adslAtucChanEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.4.1.3
adslAtucChanPrevTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rate at the time of the last
                 adslAtucRateChangeTrap event. It is also set at
                 initialization to prevent a trap being sent.

                 Rate changes less than adslAtucThresh(*)RateDown
                 or less than adslAtucThresh(*)RateUp will not
                 cause a trap or cause this object to change.
                 (*) == Fast or Interleave.
                 See AdslLineAlarmConfProfileEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanTable(4) adslAtucChanEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.4.1.4
adslAtucChanCrcBlockLength OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the length of the channel data-block
                 on which the CRC operates.  Refer to Line Code
                 Specific MIBs, [11] and [12] for more
                 information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanTable(4) adslAtucChanEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.5
adslAturChanTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUR channel.
                 ADSL channel interfaces are those ifEntries
                 where ifType is equal to adslInterleave(124)
                 or adslFast(125)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 5 }

.1.3.6.1.2.1.10.94.1.1.5.1
adslAturChanEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the adslAturChanTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanTable(5) 1 }

.1.3.6.1.2.1.10.94.1.1.5.1.1
adslAturChanInterleaveDelay OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interleave Delay for this channel.

                 Interleave delay applies only to the
                 interleave channel and defines the mapping
                 (relative spacing) between subsequent input
                 bytes at the interleaver input and their placement
                 in the bit stream at the interleaver output.
                 Larger numbers provide greater separation between
                 consecutive input bytes in the output bit stream
                 allowing for improved impulse noise immunity at
                 the expense of payload latency.

                 In the case where the ifType is Fast(125), use
                 noSuchObject."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanTable(5) adslAturChanEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.5.1.2
adslAturChanCurrTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Actual transmit rate on this channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanTable(5) adslAturChanEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.5.1.3
adslAturChanPrevTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rate at the time of the last
                 adslAturRateChangeTrap event. It is also set at
                 initialization to prevent a trap being sent.
                 Rate changes less than adslAturThresh(*)RateDown
                 or less than adslAturThresh(*)RateUp will not
                 cause a trap or cause this object to change.
                 (*) == Fast or Interleave.
                 See AdslLineAlarmConfProfileEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanTable(5) adslAturChanEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.5.1.4
adslAturChanCrcBlockLength OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the length of the channel data-block
                 on which the CRC operates.  Refer to Line Code
                 Specific MIBs, [11] and [12] for more
                 information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanTable(5) adslAturChanEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.6
adslAtucPerfDataTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUC.
                 ADSL physical interfaces are
                 those ifEntries where ifType is equal to adsl(94)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 6 }

.1.3.6.1.2.1.10.94.1.1.6.1
adslAtucPerfDataEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in adslAtucPerfDataTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) 1 }

.1.3.6.1.2.1.10.94.1.1.6.1.1
adslAtucPerfLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of Loss of Framing failures since
                 agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.6.1.2
adslAtucPerfLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of Loss of Signal failures since
                 agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.6.1.3
adslAtucPerfLols OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of Loss of Link failures since
                 agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.6.1.4
adslAtucPerfLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of Loss of Power failures since
                 agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.6.1.5
adslAtucPerfESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of Errored Seconds since agent
                 reset.  The errored second parameter is a count of
                 one-second intervals containing one or more crc
                 anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.6.1.6
adslAtucPerfInits OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the line initialization attempts since
                 agent reset. Includes both successful and failed
                 attempts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.6.1.7
adslAtucPerfValidIntervals OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of previous 15-minute intervals in the
                 interval table for which data was collected.  Given
                 that <n> is the maximum # of intervals supported.
                 The value will be <n> unless the measurement was
                 (re-)started within the last (<n>*15) minutes, in which
                 case the value will be the number of complete 15
                 minute intervals for which the agent has at least
                 some data. In certain cases (e.g., in the case
                 where the agent is a proxy) it is possible that some
                 intervals are unavailable.  In this case, this
                 interval is the maximum interval number for
                 which data is available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 7 }

.1.3.6.1.2.1.10.94.1.1.6.1.8
adslAtucPerfInvalidIntervals OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of intervals in the range from
                 0 to the value of adslAtucPerfValidIntervals
                 for which no data is available. This object
                 will typically be zero except in cases where
                 the data for some intervals are not available
                 (e.g., in proxy situations)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 8 }

.1.3.6.1.2.1.10.94.1.1.6.1.9
adslAtucPerfCurr15MinTimeElapsed OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfTimeElapsed
  SYNTAX	Gauge32 (0..899) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total elapsed seconds in this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 9 }

.1.3.6.1.2.1.10.94.1.1.6.1.10
adslAtucPerfCurr15MinLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the current 15 minute interval
                 when there was Loss of Framing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 10 }

.1.3.6.1.2.1.10.94.1.1.6.1.11
adslAtucPerfCurr15MinLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the current 15 minute interval
                 when there was Loss of Signal."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 11 }

.1.3.6.1.2.1.10.94.1.1.6.1.12
adslAtucPerfCurr15MinLols OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the current 15 minute interval
                 when there was Loss of Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 12 }

.1.3.6.1.2.1.10.94.1.1.6.1.13
adslAtucPerfCurr15MinLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the current 15 minute interval
                 when there was Loss of Power."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 13 }

.1.3.6.1.2.1.10.94.1.1.6.1.14
adslAtucPerfCurr15MinESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of Errored Seconds in the current 15 minute
                 interval.  The errored second parameter is a count of
                 one-second intervals containing one or more crc
                 anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 14 }

.1.3.6.1.2.1.10.94.1.1.6.1.15
adslAtucPerfCurr15MinInits OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the line initialization attempts in the
                 current 15 minute interval. Includes both successful
                 and failed attempts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 15 }

.1.3.6.1.2.1.10.94.1.1.6.1.16
adslAtucPerfCurr1DayTimeElapsed OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfTimeElapsed
  SYNTAX	Gauge32 (0..86399) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of seconds that have elapsed since the
                 beginning of the current 1-day interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 16 }

.1.3.6.1.2.1.10.94.1.1.6.1.17
adslAtucPerfCurr1DayLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of seconds when there was Loss of
                 Framing during the current day as measured by
                 adslAtucPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 17 }

.1.3.6.1.2.1.10.94.1.1.6.1.18
adslAtucPerfCurr1DayLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of seconds when there was Loss of
                 Signal during the current day as measured by
                 adslAtucPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 18 }

.1.3.6.1.2.1.10.94.1.1.6.1.19
adslAtucPerfCurr1DayLols OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of seconds when there was Loss of
                 Link during the current day as measured by
                 adslAtucPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 19 }

.1.3.6.1.2.1.10.94.1.1.6.1.20
adslAtucPerfCurr1DayLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of seconds when there was Loss of
                 Power during the current day as measured by
                 adslAtucPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 20 }

.1.3.6.1.2.1.10.94.1.1.6.1.21
adslAtucPerfCurr1DayESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of Errored Seconds during the current day as
                 measured by adslAtucPerfCurr1DayTimeElapsed.
                 The errored second parameter is a count of
                 one-second intervals containing one or more crc
                 anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 21 }

.1.3.6.1.2.1.10.94.1.1.6.1.22
adslAtucPerfCurr1DayInits OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the line initialization attempts in the
                 day as measured by adslAtucPerfCurr1DayTimeElapsed.
                 Includes both successful and failed attempts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 22 }

.1.3.6.1.2.1.10.94.1.1.6.1.23
adslAtucPerfPrev1DayMoniSecs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..86400) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time in the previous 1-day interval
                 over which the performance monitoring information
                 is actually counted. This value will be the same as
                 the interval duration except in a situation where
                 performance monitoring data could not be collected
                 for any reason."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 23 }

.1.3.6.1.2.1.10.94.1.1.6.1.24
adslAtucPerfPrev1DayLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Framing within the most recent previous
                 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 24 }

.1.3.6.1.2.1.10.94.1.1.6.1.25
adslAtucPerfPrev1DayLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Signal within the most recent previous
                 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 25 }

.1.3.6.1.2.1.10.94.1.1.6.1.26
adslAtucPerfPrev1DayLols OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Link within the most recent previous
                 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 26 }

.1.3.6.1.2.1.10.94.1.1.6.1.27
adslAtucPerfPrev1DayLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Power within the most recent previous
                 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 27 }

.1.3.6.1.2.1.10.94.1.1.6.1.28
adslAtucPerfPrev1DayESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of Errored Seconds within the most recent
                 previous 1-day period. The errored second parameter is
                 a count of one-second intervals containing one or more
                 crc anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 28 }

.1.3.6.1.2.1.10.94.1.1.6.1.29
adslAtucPerfPrev1DayInits OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the line initialization attempts in the most
                 recent previous 1-day period. Includes both successful
                 and failed attempts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucPerfDataTable(6) adslAtucPerfDataEntry(1) 29 }

.1.3.6.1.2.1.10.94.1.1.7
adslAturPerfDataTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUR.
                 ADSL physical interfaces are
                 those ifEntries where ifType is equal to adsl(94)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 7 }

.1.3.6.1.2.1.10.94.1.1.7.1
adslAturPerfDataEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in adslAturPerfDataTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) 1 }

.1.3.6.1.2.1.10.94.1.1.7.1.1
adslAturPerfLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of Loss of Framing failures since
                 agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.7.1.2
adslAturPerfLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of Loss of Signal failures since
                 agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.7.1.3
adslAturPerfLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of Loss of Power failures since
                 agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.7.1.4
adslAturPerfESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of Errored Seconds since agent
                 reset.  The errored second parameter is a count of
                 one-second intervals containing one or more crc
                 anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.7.1.5
adslAturPerfValidIntervals OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of previous 15-minute intervals in the
                 interval table for which data was collected.  Given
                 that <n> is the maximum # of intervals supported.
                 The value will be <n> unless the measurement was
                 (re-)started within the last (<n>*15) minutes, in which
                 case the value will be the number of complete 15
                 minute intervals for which the agent has at least
                 some data. In certain cases (e.g., in the case
                 where the agent is a proxy) it is possible that some
                 intervals are unavailable.  In this case, this
                 interval is the maximum interval number for
                 which data is available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.7.1.6
adslAturPerfInvalidIntervals OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of intervals in the range from
                 0 to the value of adslAturPerfValidIntervals
                 for which no data is available. This object
                 will typically be zero except in cases where
                 the data for some intervals are not available
                 (e.g., in proxy situations)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.7.1.7
adslAturPerfCurr15MinTimeElapsed OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfTimeElapsed
  SYNTAX	Gauge32 (0..899) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total elapsed seconds in this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 7 }

.1.3.6.1.2.1.10.94.1.1.7.1.8
adslAturPerfCurr15MinLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the current 15 minute interval
                 when there was Loss of Framing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 8 }

.1.3.6.1.2.1.10.94.1.1.7.1.9
adslAturPerfCurr15MinLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the current 15 minute interval
                 when there was Loss of Signal."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 9 }

.1.3.6.1.2.1.10.94.1.1.7.1.10
adslAturPerfCurr15MinLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the current 15 minute interval
                 when there was Loss of Power."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 10 }

.1.3.6.1.2.1.10.94.1.1.7.1.11
adslAturPerfCurr15MinESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of Errored Seconds in the current 15 minute
                interval.  The errored second parameter is a count of
                one-second intervals containing one or more crc
                anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 11 }

.1.3.6.1.2.1.10.94.1.1.7.1.12
adslAturPerfCurr1DayTimeElapsed OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfTimeElapsed
  SYNTAX	Gauge32 (0..86399) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of seconds that have elapsed since the
                 beginning of the current 1-day interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 12 }

.1.3.6.1.2.1.10.94.1.1.7.1.13
adslAturPerfCurr1DayLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of seconds when there was Loss
                 of Framing during the current day as measured by
                 adslAturPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 13 }

.1.3.6.1.2.1.10.94.1.1.7.1.14
adslAturPerfCurr1DayLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of seconds when there was Loss
                 of Signal during the current day as measured by
                 adslAturPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 14 }

.1.3.6.1.2.1.10.94.1.1.7.1.15
adslAturPerfCurr1DayLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the number of seconds when there was Loss
                 of Power during the current day as measured by
                 adslAturPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 15 }

.1.3.6.1.2.1.10.94.1.1.7.1.16
adslAturPerfCurr1DayESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of Errored Seconds during the current day as
                 measured by adslAturPerfCurr1DayTimeElapsed.
                 The errored second parameter is a count of
                 one-second intervals containing one or more crc
                 anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 16 }

.1.3.6.1.2.1.10.94.1.1.7.1.17
adslAturPerfPrev1DayMoniSecs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..86400) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time in the previous 1-day interval
                 over which the performance monitoring information
                 is actually counted. This value will be the same as
                 the interval duration except in a situation where
                 performance monitoring data could not be collected
                 for any reason."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 17 }

.1.3.6.1.2.1.10.94.1.1.7.1.18
adslAturPerfPrev1DayLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Framing within the most recent previous
                 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 18 }

.1.3.6.1.2.1.10.94.1.1.7.1.19
adslAturPerfPrev1DayLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Signal within the most recent previous
                 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 19 }

.1.3.6.1.2.1.10.94.1.1.7.1.20
adslAturPerfPrev1DayLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Power within the most recent previous
                 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 20 }

.1.3.6.1.2.1.10.94.1.1.7.1.21
adslAturPerfPrev1DayESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of Errored Seconds within the most recent
                 previous 1-day period. The errored second parameter is
                 a count of one-second intervals containing one or more
                 crc anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturPerfDataTable(7) adslAturPerfDataEntry(1) 21 }

.1.3.6.1.2.1.10.94.1.1.8
adslAtucIntervalTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUC
                 performance data collection interval.
                 ADSL physical interfaces are
                 those ifEntries where ifType is equal to adsl(94)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 8 }

.1.3.6.1.2.1.10.94.1.1.8.1
adslAtucIntervalEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, adslAtucIntervalNumber }
  DESCRIPTION	"An entry in the adslAtucIntervalTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucIntervalTable(8) 1 }

.1.3.6.1.2.1.10.94.1.1.8.1.1
adslAtucIntervalNumber OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (1..96) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Performance Data Interval number 1 is the
                 the most recent previous interval; interval
                 96 is 24 hours ago.  Intervals 2..96 are
                 optional."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucIntervalTable(8) adslAtucIntervalEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.8.1.2
adslAtucIntervalLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was Loss
                 of Framing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucIntervalTable(8) adslAtucIntervalEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.8.1.3
adslAtucIntervalLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was Loss
                 of Signal."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucIntervalTable(8) adslAtucIntervalEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.8.1.4
adslAtucIntervalLols OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was Loss
                 of Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucIntervalTable(8) adslAtucIntervalEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.8.1.5
adslAtucIntervalLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was Loss
                 of Power."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucIntervalTable(8) adslAtucIntervalEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.8.1.6
adslAtucIntervalESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of Errored Seconds in the interval.
                 The errored second parameter is a count of
                 one-second intervals containing one or more crc
                 anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucIntervalTable(8) adslAtucIntervalEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.8.1.7
adslAtucIntervalInits OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of the line initialization attempts
                 during the interval. Includes both successful
                 and failed attempts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucIntervalTable(8) adslAtucIntervalEntry(1) 7 }

.1.3.6.1.2.1.10.94.1.1.8.1.8
adslAtucIntervalValidData OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if the data for this
                 interval is valid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucIntervalTable(8) adslAtucIntervalEntry(1) 8 }

.1.3.6.1.2.1.10.94.1.1.9
adslAturIntervalTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUR
                 performance data collection interval.
                 ADSL physical interfaces are those
                 ifEntries where ifType is equal to adsl(94)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 9 }

.1.3.6.1.2.1.10.94.1.1.9.1
adslAturIntervalEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, adslAturIntervalNumber }
  DESCRIPTION	"An entry in the adslAturIntervalTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturIntervalTable(9) 1 }

.1.3.6.1.2.1.10.94.1.1.9.1.1
adslAturIntervalNumber OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (1..96) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Performance Data Interval number 1 is the
                 the most recent previous interval; interval
                 96 is 24 hours ago.  Intervals 2..96 are
                 optional."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturIntervalTable(9) adslAturIntervalEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.9.1.2
adslAturIntervalLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Framing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturIntervalTable(9) adslAturIntervalEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.9.1.3
adslAturIntervalLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Signal."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturIntervalTable(9) adslAturIntervalEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.9.1.4
adslAturIntervalLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of seconds in the interval when there was
                 Loss of Power."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturIntervalTable(9) adslAturIntervalEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.9.1.5
adslAturIntervalESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of Errored Seconds in the interval.
                 The errored second parameter is a count of
                 one-second intervals containing one or more crc
                 anomalies, or one or more los or sef defects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturIntervalTable(9) adslAturIntervalEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.9.1.6
adslAturIntervalValidData OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if the data for this
                 interval is valid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturIntervalTable(9) adslAturIntervalEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.10
adslAtucChanPerfDataTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUC channel.
                 ADSL channel interfaces are those ifEntries
                 where ifType is equal to adslInterleave(124)
                 or adslFast(125)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 10 }

.1.3.6.1.2.1.10.94.1.1.10.1
adslAtucChanPerfDataEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in adslAtucChanPerfDataTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) 1 }

.1.3.6.1.2.1.10.94.1.1.10.1.1
adslAtucChanReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this channel
                 since agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.10.1.2
adslAtucChanTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel since agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.10.1.3
adslAtucChanCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected since agent reset.  These blocks are passed
                 on as good data."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.10.1.4
adslAtucChanUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors since agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.10.1.5
adslAtucChanPerfValidIntervals OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of previous 15-minute intervals in the
                 interval table for which data was collected.  Given
                 that <n> is the maximum # of intervals supported.
                 The value will be <n> unless the measurement was
                 (re-)started within the last (<n>*15) minutes, in which
                 case the value will be the number of complete 15
                 minute intervals for which the agent has at least
                 some data. In certain cases (e.g., in the case
                 where the agent is a proxy) it is possible that some
                 intervals are unavailable.  In this case, this
                 interval is the maximum interval number for
                 which data is available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.10.1.6
adslAtucChanPerfInvalidIntervals OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of intervals in the range from
                 0 to the value of adslAtucChanPerfValidIntervals
                 for which no data is available. This object
                 will typically be zero except in cases where
                 the data for some intervals are not available
                 (e.g., in proxy situations)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.10.1.7
adslAtucChanPerfCurr15MinTimeElapsed OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfTimeElapsed
  SYNTAX	Gauge32 (0..899) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total elapsed seconds in this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 7 }

.1.3.6.1.2.1.10.94.1.1.10.1.8
adslAtucChanPerfCurr15MinReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this channel
                 within the current 15 minute interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 8 }

.1.3.6.1.2.1.10.94.1.1.10.1.9
adslAtucChanPerfCurr15MinTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel within the current 15 minute interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 9 }

.1.3.6.1.2.1.10.94.1.1.10.1.10
adslAtucChanPerfCurr15MinCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected on this channel within the current 15 minute
                 interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 10 }

.1.3.6.1.2.1.10.94.1.1.10.1.11
adslAtucChanPerfCurr15MinUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors on this channel within the current 15 minute
                 interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 11 }

.1.3.6.1.2.1.10.94.1.1.10.1.12
adslAtucChanPerfCurr1DayTimeElapsed OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfTimeElapsed
  SYNTAX	Gauge32 (0..86399) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of seconds that have elapsed since the
                 beginning of the current 1-day interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 12 }

.1.3.6.1.2.1.10.94.1.1.10.1.13
adslAtucChanPerfCurr1DayReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this
                 channel during the current day as measured by
                 adslAtucChanPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 13 }

.1.3.6.1.2.1.10.94.1.1.10.1.14
adslAtucChanPerfCurr1DayTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel during the current day as measured by
                 adslAtucChanPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 14 }

.1.3.6.1.2.1.10.94.1.1.10.1.15
adslAtucChanPerfCurr1DayCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected on this channel during the current day as
                 measured by adslAtucChanPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 15 }

.1.3.6.1.2.1.10.94.1.1.10.1.16
adslAtucChanPerfCurr1DayUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors on this channel during the current day as
                 measured by adslAtucChanPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 16 }

.1.3.6.1.2.1.10.94.1.1.10.1.17
adslAtucChanPerfPrev1DayMoniSecs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..86400) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time in the previous 1-day interval
                 over which the performance monitoring information
                 is actually counted. This value will be the same as
                 the interval duration except in a situation where
                 performance monitoring data could not be collected
                 for any reason."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 17 }

.1.3.6.1.2.1.10.94.1.1.10.1.18
adslAtucChanPerfPrev1DayReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this
                 channel within the most recent previous 1-day
                 period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 18 }

.1.3.6.1.2.1.10.94.1.1.10.1.19
adslAtucChanPerfPrev1DayTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel within the most recent previous 1-day
                 period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 19 }

.1.3.6.1.2.1.10.94.1.1.10.1.20
adslAtucChanPerfPrev1DayCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected on this channel within the most recent
                 previous 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 20 }

.1.3.6.1.2.1.10.94.1.1.10.1.21
adslAtucChanPerfPrev1DayUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors on this channel within the most recent previous
                 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanPerfDataTable(10) adslAtucChanPerfDataEntry(1) 21 }

.1.3.6.1.2.1.10.94.1.1.11
adslAturChanPerfDataTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUR channel.
                 ADSL channel interfaces are those ifEntries
                 where ifType is equal to adslInterleave(124)
                 or adslFast(125)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 11 }

.1.3.6.1.2.1.10.94.1.1.11.1
adslAturChanPerfDataEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in adslAturChanPerfDataTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) 1 }

.1.3.6.1.2.1.10.94.1.1.11.1.1
adslAturChanReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this channel
                 since agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.11.1.2
adslAturChanTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel since agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.11.1.3
adslAturChanCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected since agent reset.  These blocks are passed
                 on as good data."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.11.1.4
adslAturChanUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors since agent reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.11.1.5
adslAturChanPerfValidIntervals OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of previous 15-minute intervals in the
                 interval table for which data was collected.  Given
                 that <n> is the maximum # of intervals supported.
                 The value will be <n> unless the measurement was
                 (re-)started within the last (<n>*15) minutes, in which
                 case the value will be the number of complete 15
                 minute intervals for which the agent has at least
                 some data. In certain cases (e.g., in the case
                 where the agent is a proxy) it is possible that some
                 intervals are unavailable.  In this case, this
                 interval is the maximum interval number for
                 which data is available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.11.1.6
adslAturChanPerfInvalidIntervals OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of intervals in the range from
                 0 to the value of adslAturChanPerfValidIntervals
                 for which no data is available. This object
                 will typically be zero except in cases where
                 the data for some intervals are not available
                 (e.g., in proxy situations)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.11.1.7
adslAturChanPerfCurr15MinTimeElapsed OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfTimeElapsed
  SYNTAX	Gauge32 (0..899) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total elapsed seconds in this interval.
                 A full interval is 900 seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 7 }

.1.3.6.1.2.1.10.94.1.1.11.1.8
adslAturChanPerfCurr15MinReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this
                 channel within the current 15 minute interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 8 }

.1.3.6.1.2.1.10.94.1.1.11.1.9
adslAturChanPerfCurr15MinTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel within the current 15 minute interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 9 }

.1.3.6.1.2.1.10.94.1.1.11.1.10
adslAturChanPerfCurr15MinCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected on this channel within the current 15 minute
                 interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 10 }

.1.3.6.1.2.1.10.94.1.1.11.1.11
adslAturChanPerfCurr15MinUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors on this channel within the current 15 minute
                 interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 11 }

.1.3.6.1.2.1.10.94.1.1.11.1.12
adslAturChanPerfCurr1DayTimeElapsed OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfTimeElapsed
  SYNTAX	Gauge32 (0..86399) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of seconds that have elapsed since the
                 beginning of the current 1-day interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 12 }

.1.3.6.1.2.1.10.94.1.1.11.1.13
adslAturChanPerfCurr1DayReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this
                 channel during the current day as measured by
                 adslAturChanPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 13 }

.1.3.6.1.2.1.10.94.1.1.11.1.14
adslAturChanPerfCurr1DayTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel during the current day as measured by
                 adslAturChanPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 14 }

.1.3.6.1.2.1.10.94.1.1.11.1.15
adslAturChanPerfCurr1DayCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected on this channel during the current day as
                 measured by adslAturChanPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 15 }

.1.3.6.1.2.1.10.94.1.1.11.1.16
adslAturChanPerfCurr1DayUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfCurrDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors on this channel during the current day as
                 measured by adslAturChanPerfCurr1DayTimeElapsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 16 }

.1.3.6.1.2.1.10.94.1.1.11.1.17
adslAturChanPerfPrev1DayMoniSecs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..86400) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time in the previous 1-day interval
                 over which the performance monitoring information
                 is actually counted. This value will be the same as
                 the interval duration except in a situation where
                 performance monitoring data could not be collected
                 for any reason."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 17 }

.1.3.6.1.2.1.10.94.1.1.11.1.18
adslAturChanPerfPrev1DayReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this
                 channel within the most recent previous 1-day
                 period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 18 }

.1.3.6.1.2.1.10.94.1.1.11.1.19
adslAturChanPerfPrev1DayTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel within the most recent previous 1-day
                 period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 19 }

.1.3.6.1.2.1.10.94.1.1.11.1.20
adslAturChanPerfPrev1DayCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected on this channel within the most recent
                 previous 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 20 }

.1.3.6.1.2.1.10.94.1.1.11.1.21
adslAturChanPerfPrev1DayUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION AdslPerfPrevDayCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors on this channel within the most recent previous
                 1-day period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanPerfDataTable(11) adslAturChanPerfDataEntry(1) 21 }

.1.3.6.1.2.1.10.94.1.1.12
adslAtucChanIntervalTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUC channel's
                 performance data collection interval.
                 ADSL channel interfaces are those ifEntries
                 where ifType is equal to adslInterleave(124)
                 or adslFast(125)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 12 }

.1.3.6.1.2.1.10.94.1.1.12.1
adslAtucChanIntervalEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, adslAtucChanIntervalNumber }
  DESCRIPTION	"An entry in the adslAtucIntervalTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanIntervalTable(12) 1 }

.1.3.6.1.2.1.10.94.1.1.12.1.1
adslAtucChanIntervalNumber OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (1..96) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Performance Data Interval number 1 is the
                 the most recent previous interval; interval
                 96 is 24 hours ago.  Intervals 2..96 are
                 optional."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanIntervalTable(12) adslAtucChanIntervalEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.12.1.2
adslAtucChanIntervalReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this channel
                 during this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanIntervalTable(12) adslAtucChanIntervalEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.12.1.3
adslAtucChanIntervalTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel during this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanIntervalTable(12) adslAtucChanIntervalEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.12.1.4
adslAtucChanIntervalCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected on this channel during this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanIntervalTable(12) adslAtucChanIntervalEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.12.1.5
adslAtucChanIntervalUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors on this channel during this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanIntervalTable(12) adslAtucChanIntervalEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.12.1.6
adslAtucChanIntervalValidData OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if the data for this
                 interval is valid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAtucChanIntervalTable(12) adslAtucChanIntervalEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.13
adslAturChanIntervalTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides one row for each ATUR channel's
                 performance data collection interval.
                 ADSL channel interfaces are those ifEntries
                 where ifType is equal to adslInterleave(124)
                 or adslFast(125)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 13 }

.1.3.6.1.2.1.10.94.1.1.13.1
adslAturChanIntervalEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, adslAturChanIntervalNumber }
  DESCRIPTION	"An entry in the adslAturIntervalTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanIntervalTable(13) 1 }

.1.3.6.1.2.1.10.94.1.1.13.1.1
adslAturChanIntervalNumber OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (1..96) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Performance Data Interval number 1 is the
                 the most recent previous interval; interval
                 96 is 24 hours ago.  Intervals 2..96 are
                 optional."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanIntervalTable(13) adslAturChanIntervalEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.13.1.2
adslAturChanIntervalReceivedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks received on this channel
                 during this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanIntervalTable(13) adslAturChanIntervalEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.13.1.3
adslAturChanIntervalTransmittedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all encoded blocks transmitted on this
                 channel during this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanIntervalTable(13) adslAturChanIntervalEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.13.1.4
adslAturChanIntervalCorrectedBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with errors that were
                 corrected on this channel during this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanIntervalTable(13) adslAturChanIntervalEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.13.1.5
adslAturChanIntervalUncorrectBlks OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of all blocks received with uncorrectable
                 errors on this channel during this interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanIntervalTable(13) adslAturChanIntervalEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.13.1.6
adslAturChanIntervalValidData OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if the data for this
                 interval is valid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslAturChanIntervalTable(13) adslAturChanIntervalEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.14
adslLineConfProfileTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information on the ADSL line
                 configuration.  One entry in this table reflects a
                 profile defined by a manager which can be used to
                 configure the ADSL line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 14 }

.1.3.6.1.2.1.10.94.1.1.14.1
adslLineConfProfileEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED adslLineConfProfileName }
  DESCRIPTION	"Each entry consists of a list of parameters that
                 represents the configuration of an ADSL modem.

                 When `dynamic' profiles are implemented, a default
                 profile will always exist.  This profile's name will
                 be set to `DEFVAL' and its parameters will be set
                 to vendor specific values, unless otherwise specified
                 in this document.

                 When `static' profiles are implemented, profiles
                 are automaticly created or destroyed as ADSL
                 physical lines are discovered and removed by
                 the system.  The name of the profile will be
                 equivalent to the decimal value of the line's
                 interface index.
                 "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) 1 }

.1.3.6.1.2.1.10.94.1.1.14.1.1
adslLineConfProfileName OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is used by the line configuration table
                 in order to identify a row of this table.

                 When `dynamic' profiles are implemented, the profile
                 name is user specified.  Also, the system will always
                 provide a default profile whose name is `DEFVAL'.

                 When `static' profiles are implemented, there is an
                 one-to-one relationship between each line and its
                 profile.  In which case, the profile name will
                 need to algorithmicly represent the Line's ifIndex.
                 Therefore, the profile's name is a decimalized string
                 of the ifIndex that is fixed-length (i.e., 10) with
                 leading zero(s).  For example, the profile name for
                 ifIndex which equals '15' will be '0000000015'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.14.1.2
adslAtucConfRateMode OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER {fixed(1), adaptAtStartup(2), adaptAtRuntime(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines what form of transmit rate adaptation is
                 configured on this modem.  See ADSL Forum TR-005 [3]
                 for more information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.14.1.3
adslAtucConfRateChanRatio OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..100) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured allocation ratio of excess transmit
                 bandwidth between fast and interleaved channels.  Only
                 applies when two channel mode and RADSL are supported.
                 Distribute bandwidth on each channel in excess of the
                 corresponding ChanConfMinTxRate so that:
                 adslAtucConfRateChanRatio =

                         [Fast / (Fast + Interleaved)] * 100

                 In other words this value is the fast channel
                 percentage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.14.1.4
adslAtucConfTargetSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Target Signal/Noise Margin.
                 This is the Noise Margin the modem must achieve
                 with a BER of 10-7 or better to successfully complete
                 initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.14.1.5
adslAtucConfMaxSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Maximum acceptable Signal/Noise Margin.
                 If the Noise Margin is above this the modem should
                 attempt to reduce its power output to optimize its
                 operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.14.1.6
adslAtucConfMinSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Minimum acceptable Signal/Noise Margin.
                 If the noise margin falls below this level, the modem
                 should attempt to increase its power output.  If that
                 is not possible the modem will attempt to
                 re-initialize or shut down."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.14.1.7
adslAtucConfDownshiftSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Signal/Noise Margin for rate downshift.
                 If the noise margin falls below this level, the modem
                 should attempt to decrease its transmit rate.  In
                 the case that RADSL mode is not present,
                 the value will be `0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 7 }

.1.3.6.1.2.1.10.94.1.1.14.1.8
adslAtucConfUpshiftSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Signal/Noise Margin for rate upshift.
                 If the noise margin rises above this level, the modem
                 should attempt to increase its transmit rate.    In
                 the case that RADSL is not present, the value will
                 be `0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 8 }

.1.3.6.1.2.1.10.94.1.1.14.1.9
adslAtucConfMinUpshiftTime OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..16383) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Minimum time that the current margin is above
                 UpshiftSnrMgn before an upshift occurs.
                 In the case that RADSL is not present, the value will
                 be `0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 9 }

.1.3.6.1.2.1.10.94.1.1.14.1.10
adslAtucConfMinDownshiftTime OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..16383) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Minimum time that the current margin is below
                 DownshiftSnrMgn before a downshift occurs.
                 In the case that RADSL mode is not present,
                 the value will be `0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 10 }

.1.3.6.1.2.1.10.94.1.1.14.1.11
adslAtucChanConfFastMinTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Minimum Transmit rate for `Fast' channels,
                 in bps.  See adslAtucConfRateChanRatio for information
                 regarding RADSL mode and ATUR transmit rate for
                 ATUC receive rates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 11 }

.1.3.6.1.2.1.10.94.1.1.14.1.12
adslAtucChanConfInterleaveMinTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Minimum Transmit rate for `Interleave'
                 channels, in bps.  See adslAtucConfRateChanRatio for
                 information regarding RADSL mode and see
                 ATUR transmit rate for receive rates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 12 }

.1.3.6.1.2.1.10.94.1.1.14.1.13
adslAtucChanConfFastMaxTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Maximum Transmit rate for `Fast' channels,
                 in bps.  See adslAtucConfRateChanRatio for information
                 regarding RADSL mode and see ATUR transmit rate for
                 ATUC receive rates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 13 }

.1.3.6.1.2.1.10.94.1.1.14.1.14
adslAtucChanConfInterleaveMaxTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Maximum Transmit rate for `Interleave'
                 channels, in bps.  See adslAtucConfRateChanRatio for
                 information regarding RADSL mode and ATUR transmit
                 rate for ATUC receive rates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 14 }

.1.3.6.1.2.1.10.94.1.1.14.1.15
adslAtucChanConfMaxInterleaveDelay OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..255) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured maximum Interleave Delay for this channel.

                 Interleave delay applies only to the interleave channel
                 and defines the mapping (relative spacing) between
                 subsequent input bytes at the interleaver input and
                 their placement in the bit stream at the interleaver
                 output.  Larger numbers provide greater separation
                 between consecutive input bytes in the output bit
                 stream allowing for improved impulse noise immunity
                 at the expense of payload latency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 15 }

.1.3.6.1.2.1.10.94.1.1.14.1.16
adslAturConfRateMode OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER {fixed(1), adaptAtStartup(2), adaptAtRuntime(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines what form of transmit rate adaptation is
                 configured on this modem.  See ADSL Forum TR-005 [3]
                 for more information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 16 }

.1.3.6.1.2.1.10.94.1.1.14.1.17
adslAturConfRateChanRatio OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..100) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured allocation ratio of excess transmit
                 bandwidth between fast and interleaved channels.  Only
                 applies when two channel mode and RADSL are supported.
                 Distribute bandwidth on each channel in excess of the
                 corresponding ChanConfMinTxRate so that:
                 adslAturConfRateChanRatio =

                         [Fast / (Fast + Interleaved)] * 100

                 In other words this value is the fast channel
                 percentage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 17 }

.1.3.6.1.2.1.10.94.1.1.14.1.18
adslAturConfTargetSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Target Signal/Noise Margin.
                 This is the Noise Margin the modem must achieve
                 with a BER of 10-7 or better to successfully complete
                 initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 18 }

.1.3.6.1.2.1.10.94.1.1.14.1.19
adslAturConfMaxSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Maximum acceptable Signal/Noise Margin.
                 If the Noise Margin is above this the modem should
                 attempt to reduce its power output to optimize its
                 operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 19 }

.1.3.6.1.2.1.10.94.1.1.14.1.20
adslAturConfMinSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Minimum acceptable Signal/Noise Margin.
                 If the noise margin falls below this level, the modem
                 should attempt to increase its power output.  If that
                 is not possible the modem will attempt to
                 re-initialize or shut down."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 20 }

.1.3.6.1.2.1.10.94.1.1.14.1.21
adslAturConfDownshiftSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Signal/Noise Margin for rate downshift.
                 If the noise margin falls below this level, the modem
                 should attempt to decrease its transmit rate.
                 In the case that RADSL mode is not present,
                 the value will be `0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 21 }

.1.3.6.1.2.1.10.94.1.1.14.1.22
adslAturConfUpshiftSnrMgn OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..310) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Signal/Noise Margin for rate upshift.
                 If the noise margin rises above this level, the modem
                 should attempt to increase its transmit rate.
                 In the case that RADSL is not present,
                 the value will be `0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 22 }

.1.3.6.1.2.1.10.94.1.1.14.1.23
adslAturConfMinUpshiftTime OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..16383) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Minimum time that the current margin is above
                 UpshiftSnrMgn before an upshift occurs.
                 In the case that RADSL is not present, the value will
                 be `0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 23 }

.1.3.6.1.2.1.10.94.1.1.14.1.24
adslAturConfMinDownshiftTime OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..16383) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Minimum time that the current margin is below
                 DownshiftSnrMgn before a downshift occurs.
                 In the case that RADSL mode is not present,
                 the value will be `0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 24 }

.1.3.6.1.2.1.10.94.1.1.14.1.25
adslAturChanConfFastMinTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Minimum Transmit rate for `Fast' channels,
                 in bps.  See adslAturConfRateChanRatio for information
                 regarding RADSL mode and ATUC transmit rate
                 for ATUR receive rates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 25 }

.1.3.6.1.2.1.10.94.1.1.14.1.26
adslAturChanConfInterleaveMinTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Minimum Transmit rate for `Interleave'
                 channels, in bps.  See adslAturConfRateChanRatio for
                 information regarding RADSL mode and ATUC transmit rate
                 for ATUR receive rates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 26 }

.1.3.6.1.2.1.10.94.1.1.14.1.27
adslAturChanConfFastMaxTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Maximum Transmit rate for `Fast' channels,
                 in bps.  See adslAturConfRateChanRatio for information
                 regarding RADSL mode and ATUC transmit rate
                 for ATUR receive rates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 27 }

.1.3.6.1.2.1.10.94.1.1.14.1.28
adslAturChanConfInterleaveMaxTxRate OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured Maximum Transmit rate for `Interleave'
                 channels, in bps.  See adslAturConfRateChanRatio for
                 information regarding RADSL mode and see
                 ATUC transmit rate for ATUR receive rates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 28 }

.1.3.6.1.2.1.10.94.1.1.14.1.29
adslAturChanConfMaxInterleaveDelay OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..255) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configured maximum Interleave Delay for this channel.

                 Interleave delay applies only to the interleave channel
                 and defines the mapping (relative spacing) between
                 subsequent input bytes at the interleaver input and
                 their placement in the bit stream at the interleaver
                 output.  Larger numbers provide greater separation
                 between consecutive input bytes in the output bit
                 stream allowing for improved impulse noise immunity
                 at the expense of payload latency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 29 }

.1.3.6.1.2.1.10.94.1.1.14.1.30
adslLineConfProfileRowStatus OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create a new row or modify or
                 delete an existing row in this table.

                 A profile activated by setting this object to
                 `active'.  When `active' is set, the system
                 will validate the profile.

                 Before a profile can be deleted or taken out of
                 service, (by setting this object to `destroy' or
                 `outOfService') it must be first unreferenced
                 from all associated lines.

                 If the implementator of this MIB has chosen not
                 to implement `dynamic assignment' of profiles, this
                 object's MIN-ACCESS is read-only and its value
                 is always to be `active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineConfProfileTable(14) adslLineConfProfileEntry(1) 30 }

.1.3.6.1.2.1.10.94.1.1.15
adslLineAlarmConfProfileTable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information on the ADSL line
                 configuration.  One entry in this table reflects a
                 profile defined by a manager which can be used to
                 configure the modem for a physical line"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 15 }

.1.3.6.1.2.1.10.94.1.1.15.1
adslLineAlarmConfProfileEntry OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED adslLineAlarmConfProfileName }
  DESCRIPTION	"Each entry consists of a list of parameters that
                 represents the configuration of an ADSL modem.

                 When `dynamic' profiles are implemented, a default
                 profile will always exist.  This profile's name will
                 be set to `DEFVAL' and its parameters will be set to
                 vendor specific values, unless otherwise specified
                 in this document.

                 When `static' profiles are implemented, profiles
                 are automaticly created or destroyed as ADSL
                 physical lines are discovered and removed by
                 the system.  The name of the profile will be
                 equivalent to the decimal value of the line's
                 interface index.
                 "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) 1 }

.1.3.6.1.2.1.10.94.1.1.15.1.1
adslLineAlarmConfProfileName OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is used by the line alarm configuration
                 table in order to identify a row of this table.

                 When `dynamic' profiles are implemented, the profile
                 name is user specified.  Also, the system will always
                 provide a default profile whose name is `DEFVAL'.

                 When `static' profiles are implemented, there is an
                 one-to-one relationship between each line and its
                 profile.  In which case, the profile name will
                 need to algorithmicly represent the Line's ifIndex.
                 Therefore, the profile's name is a decimalized string
                 of the ifIndex that is fixed-length (i.e., 10) with
                 leading zero(s).  For example, the profile name for
                 ifIndex which equals '15' will be '0000000015'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 1 }

.1.3.6.1.2.1.10.94.1.1.15.1.2
adslAtucThresh15MinLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Loss of Frame Seconds
                 encountered by an ADSL interface within any given 15
                 minutes performance data collection period, which
                 causes the SNMP agent to send an
                 adslAtucPerfLofsThreshTrap.
                 One trap will be sent per interval per interface.
                 A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 2 }

.1.3.6.1.2.1.10.94.1.1.15.1.3
adslAtucThresh15MinLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Loss of Signal Seconds
                 encountered by an ADSL interface within any given 15
                 minutes performance data collection period, which
                 causes the SNMP agent to send an
                 adslAtucPerfLossThreshTrap.
                 One trap will be sent per interval per interface.
                 A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 3 }

.1.3.6.1.2.1.10.94.1.1.15.1.4
adslAtucThresh15MinLols OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Loss of Link Seconds
                 encountered by an ADSL interface within any given 15
                 minutes performance data collection period, which
                 causes the SNMP agent to send an
                 adslAtucPerfLolsThreshTrap.
                 One trap will be sent per interval per interface.
                 A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 4 }

.1.3.6.1.2.1.10.94.1.1.15.1.5
adslAtucThresh15MinLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Loss of Power Seconds
                 encountered by an ADSL interface within any given 15
                 minutes performance data collection period, which
                 causes the SNMP agent to send an
                 adslAtucPerfLprsThreshTrap.
                 One trap will be sent per interval per interface.
                 A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 5 }

.1.3.6.1.2.1.10.94.1.1.15.1.6
adslAtucThresh15MinESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Errored Seconds
                 encountered by an ADSL interface within any given 15
                 minutes performance data collection period, which
                 causes the SNMP agent to send an
                 adslAtucPerfESsThreshTrap.
                 One trap will be sent per interval per interface.
                 A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 6 }

.1.3.6.1.2.1.10.94.1.1.15.1.7
adslAtucThreshFastRateUp OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applies to `Fast' channels only.
                 Configured change in rate causing an
                 adslAtucRateChangeTrap. A trap is produced when:
                 ChanCurrTxRate >= ChanPrevTxRate plus the value of
                 this object. A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 7 }

.1.3.6.1.2.1.10.94.1.1.15.1.8
adslAtucThreshInterleaveRateUp OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applies to `Interleave' channels only.
                 Configured change in rate causing an
                 adslAtucRateChangeTrap.  A trap is produced when:
                 ChanCurrTxRate >= ChanPrevTxRate plus the value of
                 this object. A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 8 }

.1.3.6.1.2.1.10.94.1.1.15.1.9
adslAtucThreshFastRateDown OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applies to `Fast' channels only.
                 Configured change in rate causing an
                 adslAtucRateChangeTrap.  A trap is produced when:
                 ChanCurrTxRate <= ChanPrevTxRate minus the value of
                 this object. A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 9 }

.1.3.6.1.2.1.10.94.1.1.15.1.10
adslAtucThreshInterleaveRateDown OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applies to `Interleave' channels only.
                 Configured change in rate causing an
                 adslAtucRateChangeTrap.  A trap is produced when:
                 ChanCurrTxRate <= ChanPrevTxRate minus the value of
                 this object. A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 10 }

.1.3.6.1.2.1.10.94.1.1.15.1.11
adslAtucInitFailureTrapEnable OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Enables and disables the InitFailureTrap.  This
                 object is defaulted disable(2)."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 11 }

.1.3.6.1.2.1.10.94.1.1.15.1.12
adslAturThresh15MinLofs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Loss of Frame Seconds
                 encountered by an ADSL interface within any given 15
                 minutes performance data collection period, which
                 causes the SNMP agent to send an
                 adslAturPerfLofsThreshTrap.
                 One trap will be sent per interval per interface.
                 A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 12 }

.1.3.6.1.2.1.10.94.1.1.15.1.13
adslAturThresh15MinLoss OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Loss of Signal Seconds
                 encountered by an ADSL interface within any given 15
                 minutes performance data collection period, which
                 causes the SNMP agent to send an
                 adslAturPerfLossThreshTrap.
                 One trap will be sent per interval per interface.
                 A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 13 }

.1.3.6.1.2.1.10.94.1.1.15.1.14
adslAturThresh15MinLprs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Loss of Power Seconds
                 encountered by an ADSL interface within any given 15
                 minutes performance data collection period, which
                 causes the SNMP agent to send an
                 adslAturPerfLprsThreshTrap.
                 One trap will be sent per interval per interface.
                 A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 14 }

.1.3.6.1.2.1.10.94.1.1.15.1.15
adslAturThresh15MinESs OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	INTEGER (0..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Errored Seconds
                 encountered by an ADSL interface within any given 15
                 minutes performance data collection period, which
                 causes the SNMP agent to send an
                 adslAturPerfESsThreshTrap.
                 One trap will be sent per interval per interface.
                 A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 15 }

.1.3.6.1.2.1.10.94.1.1.15.1.16
adslAturThreshFastRateUp OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applies to `Fast' channels only.
                 Configured change in rate causing an
                 adslAturRateChangeTrap.  A trap is produced when:
                 ChanCurrTxRate >= ChanPrevTxRate plus the value of
                 this object. A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 16 }

.1.3.6.1.2.1.10.94.1.1.15.1.17
adslAturThreshInterleaveRateUp OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applies to `Interleave' channels only.
                 configured change in rate causing an
                 adslAturRateChangeTrap.  A trap is produced when:
                 ChanCurrTxRate >= ChanPrevTxRate plus the value of
                 this object. A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 17 }

.1.3.6.1.2.1.10.94.1.1.15.1.18
adslAturThreshFastRateDown OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applies to `Fast' channels only.
                 Configured change in rate causing an
                 adslAturRateChangeTrap.  A trap is produced when:
                 ChanCurrTxRate <= ChanPrevTxRate minus the value of
                 this object. A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 18 }

.1.3.6.1.2.1.10.94.1.1.15.1.19
adslAturThreshInterleaveRateDown OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applies to `Interleave' channels only.
                 Configured change in rate causing an
                 adslAturRateChangeTrap.  A trap is produced when:
                 ChanCurrTxRate <= ChanPrevTxRate minus the value of
                 this object. A value of `0' will disable the trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 19 }

.1.3.6.1.2.1.10.94.1.1.15.1.20
adslLineAlarmConfProfileRowStatus OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create a new row or modify or
                 delete an existing row in this table.

                 A profile activated by setting this object to
                 `active'.  When `active' is set, the system
                 will validate the profile.

                 Before a profile can be deleted or taken out of
                 service, (by setting this object to `destroy' or
                 `outOfService') it must be first unreferenced
                 from all associated lines.

                 If the implementator of this MIB has chosen not
                 to implement `dynamic assignment' of profiles, this
                 object's MIN-ACCESS is read-only and its value
                 is always to be `active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) adslLineAlarmConfProfileTable(15) adslLineAlarmConfProfileEntry(1) 20 }

.1.3.6.1.2.1.10.94.1.1.16
adslLCSMib OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslMibObjects(1) 16 }

.1.3.6.1.2.1.10.94.1.2
adslTraps OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) 2 }

.1.3.6.1.2.1.10.94.1.2.1
adslAtucTraps OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) 1 }

.1.3.6.1.2.1.10.94.1.2.1.0
anonymous#7 NOTIFICATION-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAtucTraps(1) 0 }

.1.3.6.1.2.1.10.94.1.2.1.0.1
adslAtucPerfLofsThreshTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAtucPerfCurr15MinLofs, adslAtucThresh15MinLofs }
  DESCRIPTION	"Loss of Framing 15-minute interval threshold reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAtucTraps(1) 0 1 }

.1.3.6.1.2.1.10.94.1.2.1.0.2
adslAtucPerfLossThreshTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAtucPerfCurr15MinLoss, adslAtucThresh15MinLoss }
  DESCRIPTION	"Loss of Signal 15-minute interval threshold reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAtucTraps(1) 0 2 }

.1.3.6.1.2.1.10.94.1.2.1.0.3
adslAtucPerfLprsThreshTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAtucPerfCurr15MinLprs, adslAtucThresh15MinLprs }
  DESCRIPTION	"Loss of Power 15-minute interval threshold reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAtucTraps(1) 0 3 }

.1.3.6.1.2.1.10.94.1.2.1.0.4
adslAtucPerfESsThreshTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAtucPerfCurr15MinESs, adslAtucThresh15MinESs }
  DESCRIPTION	"Errored Second 15-minute interval threshold reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAtucTraps(1) 0 4 }

.1.3.6.1.2.1.10.94.1.2.1.0.5
adslAtucRateChangeTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAtucChanCurrTxRate, adslAtucChanPrevTxRate }
  DESCRIPTION	"The ATUCs transmit rate has changed (RADSL mode only)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAtucTraps(1) 0 5 }

.1.3.6.1.2.1.10.94.1.2.1.0.6
adslAtucPerfLolsThreshTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAtucPerfCurr15MinLols, adslAtucThresh15MinLols }
  DESCRIPTION	"Loss of Link 15-minute interval threshold reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAtucTraps(1) 0 6 }

.1.3.6.1.2.1.10.94.1.2.1.0.7
adslAtucInitFailureTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAtucCurrStatus }
  DESCRIPTION	"ATUC initialization failed. See adslAtucCurrStatus
                 for potential reasons."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAtucTraps(1) 0 7 }

.1.3.6.1.2.1.10.94.1.2.2
adslAturTraps OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) 2 }

.1.3.6.1.2.1.10.94.1.2.2.0
anonymous#12 NOTIFICATION-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAturTraps(2) 0 }

.1.3.6.1.2.1.10.94.1.2.2.0.1
adslAturPerfLofsThreshTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAturPerfCurr15MinLofs, adslAturThresh15MinLofs }
  DESCRIPTION	"Loss of Framing 15-minute interval threshold reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAturTraps(2) 0 1 }

.1.3.6.1.2.1.10.94.1.2.2.0.2
adslAturPerfLossThreshTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAturPerfCurr15MinLoss, adslAturThresh15MinLoss }
  DESCRIPTION	"Loss of Signal 15-minute interval threshold reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAturTraps(2) 0 2 }

.1.3.6.1.2.1.10.94.1.2.2.0.3
adslAturPerfLprsThreshTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAturPerfCurr15MinLprs, adslAturThresh15MinLprs }
  DESCRIPTION	"Loss of Power 15-minute interval threshold reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAturTraps(2) 0 3 }

.1.3.6.1.2.1.10.94.1.2.2.0.4
adslAturPerfESsThreshTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAturPerfCurr15MinESs, adslAturThresh15MinESs }
  DESCRIPTION	"Errored Second 15-minute interval threshold reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAturTraps(2) 0 4 }

.1.3.6.1.2.1.10.94.1.2.2.0.5
adslAturRateChangeTrap OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  OBJECTS	{ adslAturChanCurrTxRate, adslAturChanPrevTxRate }
  DESCRIPTION	"The ATURs transmit rate has changed (RADSL mode only)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslTraps(2) adslAturTraps(2) 0 5 }

.1.3.6.1.2.1.10.94.1.3
adslConformance OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) 3 }

.1.3.6.1.2.1.10.94.1.3.1
adslGroups OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) 1 }

.1.3.6.1.2.1.10.94.1.3.1.1
adslLineGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing configuration
                 information about an ADSL Line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 1 }

.1.3.6.1.2.1.10.94.1.3.1.2
adslPhysicalGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing physical
                 configuration information of the ADSL Line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 2 }

.1.3.6.1.2.1.10.94.1.3.1.3
adslChannelGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing configuration
                 information about an ADSL channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 3 }

.1.3.6.1.2.1.10.94.1.3.1.4
adslAtucPhysPerfRawCounterGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing raw performance
                 counts on an ADSL Line (ATU-C end)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 4 }

.1.3.6.1.2.1.10.94.1.3.1.5
adslAtucPhysPerfIntervalGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing current 15-minute,
                 1-day; and previous 1-day performance counts on
                 ADSL Line (ATU-C end) ."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 5 }

.1.3.6.1.2.1.10.94.1.3.1.6
adslAturPhysPerfRawCounterGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing raw performance
                 counts on an ADSL Line (ATU-R end)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 6 }

.1.3.6.1.2.1.10.94.1.3.1.7
adslAturPhysPerfIntervalGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing current 15-minute,
                 1-day; and previous 1-day performance counts on
                 ADSL Line (ATU-R end)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 7 }

.1.3.6.1.2.1.10.94.1.3.1.8
adslAtucChanPerformanceGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing channel block
                 performance information on an ADSL channel
                 (ATU-C end)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 8 }

.1.3.6.1.2.1.10.94.1.3.1.9
adslAturChanPerformanceGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing channel block
                 performance information on an ADSL channel
                 (ATU-C end)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 9 }

.1.3.6.1.2.1.10.94.1.3.1.10
adslLineConfProfileGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing provisioning
                 information about an ADSL Line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 10 }

.1.3.6.1.2.1.10.94.1.3.1.11
adslLineAlarmConfProfileGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing alarm provisioning
                 information about an ADSL Line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 11 }

.1.3.6.1.2.1.10.94.1.3.1.12
adslLineConfProfileControlGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing profile
                 control for the ADSL system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 12 }

.1.3.6.1.2.1.10.94.1.3.1.13
adslNotificationsGroup OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"The collection of adsl notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 13 }

.1.3.6.1.2.1.10.94.1.3.1.14
adslAturLineGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing configuration
                    information about an ADSL Line on the ATU-R side."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 14 }

.1.3.6.1.2.1.10.94.1.3.1.15
adslAturPhysicalGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing physical
                    configuration information of the ADSL Line on the
                    ATU-R side."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 15 }

.1.3.6.1.2.1.10.94.1.3.1.16
adslAturChannelGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing configuration
                   information about an ADSL channel on the ATU-R
                   side."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 16 }

.1.3.6.1.2.1.10.94.1.3.1.17
adslAturAtucPhysPerfRawCounterGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing raw performance
                   counts on an ADSL Line (ATU-C end) provided by the
                   ATU-R agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 17 }

.1.3.6.1.2.1.10.94.1.3.1.18
adslAturAtucPhysPerfIntervalGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing current
                   15-minute, 1-day; and previous 1-day performance
                   counts on ADSL Line (ATU-C end) provided by the
                   ATU-R agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 18 }

.1.3.6.1.2.1.10.94.1.3.1.19
adslAturAturPhysPerfRawCounterGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing raw performance
                   counts on an ADSL Line (ATU-R end) provided by the
                   ATU-R agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 19 }

.1.3.6.1.2.1.10.94.1.3.1.20
adslAturAturPhysPerfIntervalGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing current
                   15-minute, 1-day; and previous 1-day performance
                   counts on ADSL Line (ATU-R end) provided by the
                   ATU-R agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 20 }

.1.3.6.1.2.1.10.94.1.3.1.21
adslAturAtucChanPerformanceGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing channel block
                    performance information on an ADSL channel
                    (ATU-C end) provided by the ATU-R agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 21 }

.1.3.6.1.2.1.10.94.1.3.1.22
adslAturAturChanPerformanceGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing channel block
                    performance information on an ADSL channel
                    (ATU-R end) provided by the ATU-R agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 22 }

.1.3.6.1.2.1.10.94.1.3.1.23
adslAturLineAlarmConfProfileGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing alarm
   provisioning
                    information about an ADSL Line provided by the
                    ATU-R agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 23 }

.1.3.6.1.2.1.10.94.1.3.1.24
adslAturLineConfProfileControlGroup OBJECT-GROUP
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"A collection of objects providing profile
                    control for the ADSL system by the ATU-R agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 24 }

.1.3.6.1.2.1.10.94.1.3.1.25
adslAturNotificationsGroup OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"The collection of ADSL notifications implemented by
                    the ATU-R agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslGroups(1) 25 }

.1.3.6.1.2.1.10.94.1.3.2
adslCompliances OBJECT-TYPE
  -- FROM	ADSL-LINE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) 2 }

.1.3.6.1.2.1.10.94.1.3.2.1
adslLineMibAtucCompliance MODULE-COMPLIANCE
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"The compliance statement for SNMP entities
                  which manage ADSL ATU-C interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslCompliances(2) 1 }

.1.3.6.1.2.1.10.94.1.3.2.2
adslLineMibAturCompliance MODULE-COMPLIANCE
  -- FROM	ADSL-LINE-MIB
  DESCRIPTION	"The compliance statement for SNMP entities
                  which manage ADSL ATU-R interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) adslLineMib(1) adslConformance(3) adslCompliances(2) 2 }

.1.3.6.1.2.1.10.94.2
adsltcmib OBJECT-TYPE
  -- FROM	ADSL-TC-MIB
  DESCRIPTION	"The MIB module which provides a ADSL
           Line Coding Textual Convention to be used
           by ADSL Lines."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) adslMIB(94) 2 }

.1.3.6.1.2.1.10.131
tunnelMIB MODULE-IDENTITY
  -- FROM	TUNNEL-MIB
  DESCRIPTION	"The MIB module for management of IP Tunnels,
            independent of the specific encapsulation scheme in
            use.

            Copyright (C) The Internet Society (2005).  This
            version of this MIB module is part of RFC 4087;  see
            the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 131 }

.1.3.6.1.2.1.10.131.1
tunnelMIBObjects OBJECT-TYPE
  -- FROM	TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) 1 }

.1.3.6.1.2.1.10.131.1.1
tunnel OBJECT-TYPE
  -- FROM	TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) 1 }

.1.3.6.1.2.1.10.131.1.1.1
tunnelIfTable OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on
            configured tunnels."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) 1 }

.1.3.6.1.2.1.10.131.1.1.1.1
tunnelIfEntry OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry (conceptual row) containing the information
            on a particular configured tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) 1 }

.1.3.6.1.2.1.10.131.1.1.1.1.1
tunnelIfLocalAddress OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The address of the local endpoint of the tunnel
            (i.e., the source address used in the outer IP
            header), or 0.0.0.0 if unknown or if the tunnel is
            over IPv6.

            Since this object does not support IPv6, it is
            deprecated in favor of tunnelIfLocalInetAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 1 }

.1.3.6.1.2.1.10.131.1.1.1.1.2
tunnelIfRemoteAddress OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The address of the remote endpoint of the tunnel
            (i.e., the destination address used in the outer IP
            header), or 0.0.0.0 if unknown, or an IPv6 address, or
            the tunnel is not a point-to-point link (e.g., if it
            is a 6to4 tunnel).

            Since this object does not support IPv6, it is
            deprecated in favor of tunnelIfRemoteInetAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 2 }

.1.3.6.1.2.1.10.131.1.1.1.1.3
tunnelIfEncapsMethod OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION IANAtunnelType
  SYNTAX	INTEGER {other(1), direct(2), gre(3), minimal(4), l2tp(5), pptp(6), l2f(7), udp(8), atmp(9), msdp(10), sixToFour(11), sixOverFour(12), isatap(13), teredo(14), ipHttps(15)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encapsulation method used by the tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 3 }

.1.3.6.1.2.1.10.131.1.1.1.1.4
tunnelIfHopLimit OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  SYNTAX	Integer32 (0 | 1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IPv4 TTL or IPv6 Hop Limit to use in the outer IP
            header.  A value of 0 indicates that the value is
            copied from the payload's header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 4 }

.1.3.6.1.2.1.10.131.1.1.1.1.5
tunnelIfSecurity OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  SYNTAX	INTEGER {none(1), ipsec(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The method used by the tunnel to secure the outer IP
            header.  The value ipsec indicates that IPsec is used
            between the tunnel endpoints for authentication or
            encryption or both.  More specific security-related
            information may be available in a MIB module for the
            security protocol in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 5 }

.1.3.6.1.2.1.10.131.1.1.1.1.6
tunnelIfTOS OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  SYNTAX	Integer32 (-2..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The method used to set the high 6 bits (the
            differentiated services codepoint) of the IPv4 TOS or
            IPv6 Traffic Class in the outer IP header.  A value of
            -1 indicates that the bits are copied from the
            payload's header.  A value of -2 indicates that a
            traffic conditioner is invoked and more information
            may be available in a traffic conditioner MIB module.
            A value between 0 and 63 inclusive indicates that the
            bit field is set to the indicated value.

            Note: instead of the name tunnelIfTOS, a better name
            would have been tunnelIfDSCPMethod, but the existing
            name appeared in RFC 2667 and existing objects cannot
            be renamed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 6 }

.1.3.6.1.2.1.10.131.1.1.1.1.7
tunnelIfFlowLabel OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION IPv6FlowLabelOrAny
  SYNTAX	Integer32 (-1 | 0..1048575) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The method used to set the IPv6 Flow Label value.
            This object need not be present in rows where
            tunnelIfAddressType indicates the tunnel is not over
            IPv6.  A value of -1 indicates that a traffic
            conditioner is invoked and more information may be
            available in a traffic conditioner MIB.  Any other
            value indicates that the Flow Label field is set to
            the indicated value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 7 }

.1.3.6.1.2.1.10.131.1.1.1.1.8
tunnelIfAddressType OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of address in the corresponding
            tunnelIfLocalInetAddress and tunnelIfRemoteInetAddress
            objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 8 }

.1.3.6.1.2.1.10.131.1.1.1.1.9
tunnelIfLocalInetAddress OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The address of the local endpoint of the tunnel
            (i.e., the source address used in the outer IP
            header).  If the address is unknown, the value is
            0.0.0.0 for IPv4 or :: for IPv6.  The type of this
            object is given by tunnelIfAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 9 }

.1.3.6.1.2.1.10.131.1.1.1.1.10
tunnelIfRemoteInetAddress OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The address of the remote endpoint of the tunnel
            (i.e., the destination address used in the outer IP
            header).  If the address is unknown or the tunnel is
            not a point-to-point link (e.g., if it is a 6to4
            tunnel), the value is 0.0.0.0 for tunnels over IPv4 or
            :: for tunnels over IPv6.  The type of this object is
            given by tunnelIfAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 10 }

.1.3.6.1.2.1.10.131.1.1.1.1.11
tunnelIfEncapsLimit OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  SYNTAX	Integer32 (-1 | 0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of additional encapsulations
            permitted for packets undergoing encapsulation at this
            node.  A value of -1 indicates that no limit is
            present (except as a result of the packet size)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelIfTable(1) tunnelIfEntry(1) 11 }

.1.3.6.1.2.1.10.131.1.1.3
tunnelInetConfigTable OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on
            configured tunnels.  This table can be used to map a
            set of tunnel endpoints to the associated ifIndex
            value.  It can also be used for row creation.  Note
            that every row in the tunnelIfTable with a fixed
            destination address should have a corresponding row in
            the tunnelInetConfigTable, regardless of whether it
            was created via SNMP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) 3 }

.1.3.6.1.2.1.10.131.1.1.3.1
tunnelInetConfigEntry OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ tunnelInetConfigAddressType, tunnelInetConfigLocalAddress, tunnelInetConfigRemoteAddress, tunnelInetConfigEncapsMethod, tunnelInetConfigID }
  DESCRIPTION	"An entry (conceptual row) containing the information
            on a particular configured tunnel.  Note that there is
            a 128 subid maximum for object OIDs.  Implementers
            need to be aware that if the total number of octets in
            tunnelInetConfigLocalAddress and
            tunnelInetConfigRemoteAddress exceeds 110 then OIDs of
            column instances in this table will have more than 128
            sub-identifiers and cannot be accessed using SNMPv1,
            SNMPv2c, or SNMPv3.  In practice this is not expected
            to be a problem since IPv4 and IPv6 addresses will not
            cause the limit to be reached, but if other types are
            supported by an agent, care must be taken to ensure
            that the sum of the lengths do not cause the limit to
            be exceeded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelInetConfigTable(3) 1 }

.1.3.6.1.2.1.10.131.1.1.3.1.1
tunnelInetConfigAddressType OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type over which the tunnel encapsulates
            packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelInetConfigTable(3) tunnelInetConfigEntry(1) 1 }

.1.3.6.1.2.1.10.131.1.1.3.1.2
tunnelInetConfigLocalAddress OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address of the local endpoint of the tunnel, or
            0.0.0.0 (for IPv4) or :: (for IPv6) if the device is
            free to choose any of its addresses at tunnel
            establishment time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelInetConfigTable(3) tunnelInetConfigEntry(1) 2 }

.1.3.6.1.2.1.10.131.1.1.3.1.3
tunnelInetConfigRemoteAddress OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address of the remote endpoint of the tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelInetConfigTable(3) tunnelInetConfigEntry(1) 3 }

.1.3.6.1.2.1.10.131.1.1.3.1.4
tunnelInetConfigEncapsMethod OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION IANAtunnelType
  SYNTAX	INTEGER {other(1), direct(2), gre(3), minimal(4), l2tp(5), pptp(6), l2f(7), udp(8), atmp(9), msdp(10), sixToFour(11), sixOverFour(12), isatap(13), teredo(14), ipHttps(15)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The encapsulation method used by the tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelInetConfigTable(3) tunnelInetConfigEntry(1) 4 }

.1.3.6.1.2.1.10.131.1.1.3.1.5
tunnelInetConfigID OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An identifier used to distinguish between multiple
            tunnels of the same encapsulation method, with the
            same endpoints.  If the encapsulation protocol only
            allows one tunnel per set of endpoint addresses (such
            as for GRE or IP-in-IP), the value of this object is
            1.  For encapsulation methods (such as L2F) which
            allow multiple parallel tunnels, the manager is
            responsible for choosing any ID which does not
            conflict with an existing row, such as choosing a
            random number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelInetConfigTable(3) tunnelInetConfigEntry(1) 5 }

.1.3.6.1.2.1.10.131.1.1.3.1.6
tunnelInetConfigIfIndex OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the value of tunnelInetConfigStatus for this row
            is active, then this object contains the value of
            ifIndex corresponding to the tunnel interface.  A
            value of 0 is not legal in the active state, and means
            that the interface index has not yet been assigned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelInetConfigTable(3) tunnelInetConfigEntry(1) 6 }

.1.3.6.1.2.1.10.131.1.1.3.1.7
tunnelInetConfigStatus OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may be
            created, or old entries deleted from this table.  The
            agent need not support setting this object to
            createAndWait or notInService since there are no other
            writable objects in this table, and writable objects
            in rows of corresponding tables such as the
            tunnelIfTable may be modified while this row is
            active.

            To create a row in this table for an encapsulation
            method which does not support multiple parallel
            tunnels with the same endpoints, the management
            station should simply use a tunnelInetConfigID of 1,
            and set tunnelInetConfigStatus to createAndGo.  For
            encapsulation methods such as L2F which allow multiple
            parallel tunnels, the management station may select a
            pseudo-random number to use as the tunnelInetConfigID
            and set tunnelInetConfigStatus to createAndGo.  In the
            event that this ID is already in use and an
            inconsistentValue is returned in response to the set
            operation, the management station should simply select
            a new pseudo-random number and retry the operation.

            Creating a row in this table will cause an interface
            index to be assigned by the agent in an
            implementation-dependent manner, and corresponding
            rows will be instantiated in the ifTable and the
            tunnelIfTable.  The status of this row will become
            active as soon as the agent assigns the interface
            index, regardless of whether the interface is
            operationally up.

            Deleting a row in this table will likewise delete the
            corresponding row in the ifTable and in the
            tunnelIfTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelInetConfigTable(3) tunnelInetConfigEntry(1) 7 }

.1.3.6.1.2.1.10.131.1.1.3.1.8
tunnelInetConfigStorageType OBJECT-TYPE
  -- FROM	TUNNEL-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type of this row.  If the row is
            permanent(4), no objects in the row need be writable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) tunnelMIB(131) tunnelMIBObjects(1) tunnel(1) tunnelInetConfigTable(3) tunnelInetConfigEntry(1) 8 }

.1.3.6.1.2.1.10.166
mplsStdMIB OBJECT-TYPE
  -- FROM	MPLS-TC-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 166 }

.1.3.6.1.2.1.10.166.1
mplsTCStdMIB MODULE-IDENTITY
  -- FROM	MPLS-TC-STD-MIB
  DESCRIPTION	"Copyright (C) The Internet Society (2004). The
              initial version of this MIB module was published
              in RFC 3811. For full legal notices see the RFC
              itself or see:
              http://www.ietf.org/copyrights/ianamib.html

              This MIB module defines TEXTUAL-CONVENTIONs
              for concepts used in Multiprotocol Label
              Switching (MPLS) networks."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) 1 }

.1.3.6.1.2.1.10.166.2
mplsLsrStdMIB MODULE-IDENTITY
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"This MIB module contains managed object definitions for
        the Multiprotocol Label Switching (MPLS) Router as
        defined in: Rosen, E., Viswanathan, A., and R.
        Callon, Multiprotocol Label Switching Architecture,
        RFC 3031, January 2001.

        Copyright (C) The Internet Society (2004). The
        initial version of this MIB module was published
        in RFC 3812. For full legal notices see the RFC
        itself or see:
        http://www.ietf.org/copyrights/ianamib.html"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) 2 }

.1.3.6.1.2.1.10.166.2.0
mplsLsrNotifications OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) 0 }

.1.3.6.1.2.1.10.166.2.0.1
mplsXCUp NOTIFICATION-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  OBJECTS	{ mplsXCOperStatus, mplsXCOperStatus }
  DESCRIPTION	"This notification is generated when the
        mplsXCOperStatus object for one or more contiguous
        entries in mplsXCTable are about to enter the up(1)
        state from some other state. The included values of
        mplsXCOperStatus MUST both be set equal to this
        new state (i.e: up(1)).  The two instances of
        mplsXCOperStatus in this notification indicate the range
        of indexes that are affected.  Note that all the indexes
        of the two ends of the range can be derived from the
        instance identifiers of these two objects.  For
        cases where a contiguous range of cross-connects
        have transitioned into the up(1) state at roughly
        the same time, the device SHOULD issue a single
        notification for each range of contiguous indexes in
        an effort to minimize the emission of a large number
        of notifications.  If a notification has to be
        issued for just a single cross-connect entry, then
        the instance identifier (and values) of the two
        mplsXCOperStatus objects MUST be the identical."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrNotifications(0) 1 }

.1.3.6.1.2.1.10.166.2.0.2
mplsXCDown NOTIFICATION-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  OBJECTS	{ mplsXCOperStatus, mplsXCOperStatus }
  DESCRIPTION	"This notification is generated when the
        mplsXCOperStatus object for one or more contiguous
        entries in mplsXCTable are about to enter the
        down(2) state from some other state. The included values
        of mplsXCOperStatus MUST both be set equal to this
        down(2) state.  The two instances of mplsXCOperStatus
        in this notification indicate the range of indexes
        that are affected.  Note that all the indexes of the
        two ends of the range can be derived from the
        instance identifiers of these two objects.  For
        cases where a contiguous range of cross-connects
        have transitioned into the down(2) state at roughly
        the same time, the device SHOULD issue a single
        notification for each range of contiguous indexes in
        an effort to minimize the emission of a large number
        of notifications.  If a notification has to be
        issued for just a single cross-connect entry, then
        the instance identifier (and values) of the two
        mplsXCOperStatus objects MUST be identical."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrNotifications(0) 2 }

.1.3.6.1.2.1.10.166.2.1
mplsLsrObjects OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) 1 }

.1.3.6.1.2.1.10.166.2.1.1
mplsInterfaceTable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS capability
        and associated information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 1 }

.1.3.6.1.2.1.10.166.2.1.1.1
mplsInterfaceEntry OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsInterfaceIndex }
  DESCRIPTION	"A conceptual row in this table is created
        automatically by an LSR for every interface capable
        of supporting MPLS and which is configured to do so.
        A conceptual row in this table will exist if and only if
        a corresponding entry in ifTable exists with ifType =
        mpls(166). If this associated entry in ifTable is
        operationally disabled (thus removing MPLS
        capabilities on that interface), the corresponding
        entry in this table MUST be deleted shortly thereafter.
        An conceptual row with index 0 is created if the LSR
        supports per-platform labels. This conceptual row
        represents the per-platform label space and contains
        parameters that apply to all interfaces that participate
        in the per-platform label space. Other conceptual rows
        in this table represent MPLS interfaces that may
        participate in either the per-platform or per-
        interface label spaces, or both.  Implementations
        that either only support per-platform labels,
        or have only them configured, may choose to return
        just the mplsInterfaceEntry of 0 and not return
        the other rows. This will greatly reduce the number
        of objects returned. Further information about label
        space participation of an interface is provided in
        the DESCRIPTION clause of
        mplsInterfaceLabelParticipationType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfaceTable(1) 1 }

.1.3.6.1.2.1.10.166.2.1.1.1.1
mplsInterfaceIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is a unique index for an entry in the
        MplsInterfaceTable.  A non-zero index for an
        entry indicates the ifIndex for the corresponding
        interface entry of the MPLS-layer in the ifTable.
        The entry with index 0 represents the per-platform
        label space and contains parameters that apply to all
        interfaces that participate in the per-platform label
        space. Other entries defined in this table represent
        additional MPLS interfaces that may participate in either
        the per-platform or per-interface label spaces, or both."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfaceTable(1) mplsInterfaceEntry(1) 1 }

.1.3.6.1.2.1.10.166.2.1.1.1.2
mplsInterfaceLabelMinIn OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the minimum value of an MPLS label that this
        LSR is willing to receive on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfaceTable(1) mplsInterfaceEntry(1) 2 }

.1.3.6.1.2.1.10.166.2.1.1.1.3
mplsInterfaceLabelMaxIn OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the maximum value of an MPLS label that this
        LSR is willing to receive on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfaceTable(1) mplsInterfaceEntry(1) 3 }

.1.3.6.1.2.1.10.166.2.1.1.1.4
mplsInterfaceLabelMinOut OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the minimum value of an MPLS label that this
        LSR is willing to send on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfaceTable(1) mplsInterfaceEntry(1) 4 }

.1.3.6.1.2.1.10.166.2.1.1.1.5
mplsInterfaceLabelMaxOut OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the maximum value of an MPLS label that this
        LSR is willing to send on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfaceTable(1) mplsInterfaceEntry(1) 5 }

.1.3.6.1.2.1.10.166.2.1.1.1.6
mplsInterfaceTotalBandwidth OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsBitRate
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates the total amount of usable
        bandwidth on this interface and is specified in
        kilobits per second (Kbps).  This variable is not
        applicable when applied to the interface with index
        0. When this value cannot be measured, this value
        should contain the nominal bandwidth."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfaceTable(1) mplsInterfaceEntry(1) 6 }

.1.3.6.1.2.1.10.166.2.1.1.1.7
mplsInterfaceAvailableBandwidth OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsBitRate
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates the total amount of available
        bandwidth available on this interface and is
        specified in kilobits per second (Kbps).  This value
        is calculated as the difference between the amount
        of bandwidth currently in use and that specified in
        mplsInterfaceTotalBandwidth.  This variable is not
        applicable when applied to the interface with index
        0. When this value cannot be measured, this value
        should contain the nominal bandwidth."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfaceTable(1) mplsInterfaceEntry(1) 7 }

.1.3.6.1.2.1.10.166.2.1.1.1.8
mplsInterfaceLabelParticipationType OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	BITS {perPlatform(0), perInterface(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the value of the mplsInterfaceIndex for this
        entry is zero, then this entry corresponds to the
        per-platform label space for all interfaces configured
        to use that label space. In this case the perPlatform(0)
        bit MUST be set; the perInterface(1) bit is meaningless
        and MUST be ignored.

        The remainder of this description applies to entries
        with a non-zero value of mplsInterfaceIndex.

        If the perInterface(1) bit is set then the value of
        mplsInterfaceLabelMinIn, mplsInterfaceLabelMaxIn,
        mplsInterfaceLabelMinOut, and
        mplsInterfaceLabelMaxOut for this entry reflect the
        label ranges for this interface.

        If only the perPlatform(0) bit is set, then the value of
        mplsInterfaceLabelMinIn, mplsInterfaceLabelMaxIn,
        mplsInterfaceLabelMinOut, and
        mplsInterfaceLabelMaxOut for this entry MUST be
        identical to the instance of these objects with
        index 0.  These objects may only vary from the entry
        with index 0 if both the perPlatform(0) and perInterface(1)
        bits are set.

        In all cases, at a minimum one of the perPlatform(0) or
        perInterface(1) bits MUST be set to indicate that
        at least one label space is in use by this interface. In
        all cases, agents MUST ensure that label ranges are
        specified consistently and MUST return an
        inconsistentValue error when they do not."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfaceTable(1) mplsInterfaceEntry(1) 8 }

.1.3.6.1.2.1.10.166.2.1.2
mplsInterfacePerfTable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides MPLS performance information on
        a per-interface basis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 2 }

.1.3.6.1.2.1.10.166.2.1.2.1
mplsInterfacePerfEntry OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ mplsInterfaceEntry }
  DESCRIPTION	"An entry in this table is created by the LSR for
        every interface capable of supporting MPLS.  Its is
        an extension to the mplsInterfaceEntry table.
        Note that the discontinuity behavior of entries in
        this table MUST be based on the corresponding
        ifEntry's ifDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfacePerfTable(2) 1 }

.1.3.6.1.2.1.10.166.2.1.2.1.1
mplsInterfacePerfInLabelsInUse OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of labels that are in
        use at this point in time on this interface in the
        incoming direction. If the interface participates in
        only the per-platform label space, then the value of
        the instance of this object MUST be identical to
        the value of the instance with index 0. If the
        interface participates in the per-interface label
        space, then the instance of this object MUST
        represent the number of per-interface labels that
        are in use on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfacePerfTable(2) mplsInterfacePerfEntry(1) 1 }

.1.3.6.1.2.1.10.166.2.1.2.1.2
mplsInterfacePerfInLabelLookupFailures OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of labeled packets
        that have been received on this interface and which
        were discarded because there was no matching cross-
        connect entry. This object MUST count on a per-
        interface basis regardless of which label space the
        interface participates in."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfacePerfTable(2) mplsInterfacePerfEntry(1) 2 }

.1.3.6.1.2.1.10.166.2.1.2.1.3
mplsInterfacePerfOutLabelsInUse OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of top-most labels in
        the outgoing label stacks that are in use at this
        point in time on this interface. This object MUST
        count on a per-interface basis regardless of which
        label space the interface participates in."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfacePerfTable(2) mplsInterfacePerfEntry(1) 3 }

.1.3.6.1.2.1.10.166.2.1.2.1.4
mplsInterfacePerfOutFragmentedPkts OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of outgoing MPLS
        packets that required fragmentation before
        transmission on this interface. This object MUST
        count on a per-interface basis regardless of which
        label space the interface participates in."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInterfacePerfTable(2) mplsInterfacePerfEntry(1) 4 }

.1.3.6.1.2.1.10.166.2.1.3
mplsInSegmentIndexNext OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexNextType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the next available value to
        be used for mplsInSegmentIndex when creating entries
        in the mplsInSegmentTable. The special value of a
        string containing the single octet 0x00 indicates
        that no new entries can be created in this table.
        Agents not allowing managers to create entries
        in this table MUST set this object to this special
        value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 3 }

.1.3.6.1.2.1.10.166.2.1.4
mplsInSegmentTable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains a description of the incoming MPLS
        segments (labels) to an LSR and their associated parameters.
        The index for this table is mplsInSegmentIndex.
        The index structure of this table is specifically designed
        to handle many different MPLS implementations that manage
        their labels both in a distributed and centralized manner.
        The table is also designed to handle existing MPLS labels
        as defined in RFC3031 as well as longer ones that may
        be necessary in the future.

        In cases where the label cannot fit into the
        mplsInSegmentLabel object, the mplsInSegmentLabelPtr
        will indicate this by being set to the first accessible
        column in the appropriate extension table's row.
        In this case an additional table MUST
        be provided and MUST be indexed by at least the indexes
        used by this table. In all other cases when the label is
        represented within the mplsInSegmentLabel object, the
        mplsInSegmentLabelPtr MUST be set to 0.0. Due to the
        fact that MPLS labels may not exceed 24 bits, the
        mplsInSegmentLabelPtr object is only a provision for
        future-proofing the MIB module. Thus, the definition
        of any extension tables is beyond the scope of this
        MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 4 }

.1.3.6.1.2.1.10.166.2.1.4.1
mplsInSegmentEntry OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsInSegmentIndex }
  DESCRIPTION	"An entry in this table represents one incoming
        segment as is represented in an LSR's LFIB.
        An entry can be created by a network
        administrator or an SNMP agent, or an MPLS signaling
        protocol.  The creator of the entry is denoted by
        mplsInSegmentOwner.

        The value of mplsInSegmentRowStatus cannot be active(1)
        unless the ifTable entry corresponding to
        mplsInSegmentInterface exists.  An entry in this table
        must match any incoming packets, and indicates an
        instance of mplsXCEntry based on which forwarding
        and/or switching actions are taken."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) 1 }

.1.3.6.1.2.1.10.166.2.1.4.1.1
mplsInSegmentIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index for this in-segment. The
        string containing the single octet 0x00
        MUST not be used as an index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 1 }

.1.3.6.1.2.1.10.166.2.1.4.1.2
mplsInSegmentInterface OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the
        interface index for the incoming MPLS interface.  A
        value of zero represents all interfaces participating in
        the per-platform label space.  This may only be used
        in cases where the incoming interface and label
        are associated with the same mplsXCEntry. Specifically,
        given a label and any incoming interface pair from the
        per-platform label space, the outgoing label/interface
        mapping remains the same. If this is not the case,
        then individual entries MUST exist that
        can then be mapped to unique mplsXCEntries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 2 }

.1.3.6.1.2.1.10.166.2.1.4.1.3
mplsInSegmentLabel OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the corresponding instance of mplsInSegmentLabelPtr is
      zeroDotZero then this object MUST contain the incoming label
      associated with this in-segment. If not this object SHOULD
      be zero and MUST be ignored."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 3 }

.1.3.6.1.2.1.10.166.2.1.4.1.4
mplsInSegmentLabelPtr OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the label for this segment cannot be represented
        fully within the mplsInSegmentLabel object,
        this object MUST point to the first accessible
        column of a conceptual row in an external table containing
        the label.  In this case, the mplsInSegmentTopLabel
        object SHOULD be set to 0 and ignored. This object MUST
        be set to zeroDotZero otherwise."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 4 }

.1.3.6.1.2.1.10.166.2.1.4.1.5
mplsInSegmentNPop OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of labels to pop from the incoming
        packet.  Normally only the top label is popped from
        the packet and used for all switching decisions for
        that packet.  This is indicated by setting this
        object to the default value of 1. If an LSR supports
        popping of more than one label, this object MUST
        be set to that number. This object cannot be modified
        if mplsInSegmentRowStatus is active(1)."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 5 }

.1.3.6.1.2.1.10.166.2.1.4.1.6
mplsInSegmentAddrFamily OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION AddressFamilyNumbers
  SYNTAX	INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5), all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12), decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17), asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21), fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IANA address family [IANAFamily] of packets
        received on this segment, which is used at an egress
        LSR to deliver them to the appropriate layer 3 entity.
        A value of other(0) indicates that the family type is
        either unknown or undefined; this SHOULD NOT be used
        at an egress LSR. This object cannot be
        modified if mplsInSegmentRowStatus is active(1)."
  DEFVAL	{ other }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 6 }

.1.3.6.1.2.1.10.166.2.1.4.1.7
mplsInSegmentXCIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index into mplsXCTable which identifies which cross-
        connect entry this segment is part of.  The string
        containing the single octet 0x00 indicates that this
        entry is not referred to by any cross-connect entry.
        When a cross-connect entry is created which this
        in-segment is a part of, this object is automatically
        updated to reflect the value of mplsXCIndex of that
        cross-connect entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 7 }

.1.3.6.1.2.1.10.166.2.1.4.1.8
mplsInSegmentOwner OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsOwner
  SYNTAX	INTEGER {unknown(1), other(2), snmp(3), ldp(4), crldp(5), rsvpTe(6), policyAgent(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the entity that created and is responsible
        for managing this segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 8 }

.1.3.6.1.2.1.10.166.2.1.4.1.9
mplsInSegmentTrafficParamPtr OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable represents a pointer to the traffic
      parameter specification for this in-segment.  This
      value may point at an entry in the
      mplsTunnelResourceTable in the MPLS-TE-STD-MIB (RFC3812)
      to indicate which traffic parameter settings for this
      segment if it represents an LSP used for a TE tunnel.

      This value may optionally point at an
      externally defined traffic parameter specification
      table.  A value of zeroDotZero indicates best-effort
      treatment.  By having the same value of this object,
      two or more segments can indicate resource sharing
      of such things as LSP queue space, etc.

      This object cannot be modified if mplsInSegmentRowStatus
      is active(1).  For entries in this table that
      are preserved after a re-boot, the agent MUST ensure
      that their integrity be preserved, or this object should
      be set to 0.0 if it cannot."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 9 }

.1.3.6.1.2.1.10.166.2.1.4.1.10
mplsInSegmentRowStatus OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
        delete a row in this table. When a row in this
        table has a row in the active(1) state, no
        objects in this row can be modified except the
        mplsInSegmentRowStatus and mplsInSegmentStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 10 }

.1.3.6.1.2.1.10.166.2.1.4.1.11
mplsInSegmentStorageType OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the storage type for this
        object. The agent MUST ensure that this object's
        value remains consistent with the associated
        mplsXCEntry. Conceptual rows having the value
        'permanent' need not allow write-access to any
        columnar objects in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentTable(4) mplsInSegmentEntry(1) 11 }

.1.3.6.1.2.1.10.166.2.1.5
mplsInSegmentPerfTable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains statistical information for
        incoming MPLS segments to an LSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 5 }

.1.3.6.1.2.1.10.166.2.1.5.1
mplsInSegmentPerfEntry OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ mplsInSegmentEntry }
  DESCRIPTION	"An entry in this table contains statistical
        information about one incoming segment which is
        configured in the mplsInSegmentTable. The counters
        in this entry should behave in a manner similar to
        that of the interface.
        mplsInSegmentPerfDiscontinuityTime indicates the
        time of the last discontinuity in all of these
        objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentPerfTable(5) 1 }

.1.3.6.1.2.1.10.166.2.1.5.1.1
mplsInSegmentPerfOctets OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value represents the total number of octets
        received by this segment. It MUST be equal to the
        least significant 32 bits of
        mplsInSegmentPerfHCOctets
        if mplsInSegmentPerfHCOctets is supported according to
        the rules spelled out in RFC2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentPerfTable(5) mplsInSegmentPerfEntry(1) 1 }

.1.3.6.1.2.1.10.166.2.1.5.1.2
mplsInSegmentPerfPackets OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of packets received by this segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentPerfTable(5) mplsInSegmentPerfEntry(1) 2 }

.1.3.6.1.2.1.10.166.2.1.5.1.3
mplsInSegmentPerfErrors OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of errored packets received on this
        segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentPerfTable(5) mplsInSegmentPerfEntry(1) 3 }

.1.3.6.1.2.1.10.166.2.1.5.1.4
mplsInSegmentPerfDiscards OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of labeled packets received on this in-
        segment, which were chosen to be discarded even
        though no errors had been detected to prevent their
        being transmitted.  One possible reason for
        discarding such a labeled packet could be to free up
        buffer space."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentPerfTable(5) mplsInSegmentPerfEntry(1) 4 }

.1.3.6.1.2.1.10.166.2.1.5.1.5
mplsInSegmentPerfHCOctets OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received.  This is the 64
        bit version of mplsInSegmentPerfOctets,
        if mplsInSegmentPerfHCOctets is supported according to
        the rules spelled out in RFC2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentPerfTable(5) mplsInSegmentPerfEntry(1) 5 }

.1.3.6.1.2.1.10.166.2.1.5.1.6
mplsInSegmentPerfDiscontinuityTime OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion
        at which any one or more of this segment's Counter32
        or Counter64 suffered a discontinuity. If no such
        discontinuities have occurred since the last re-
        initialization of the local management subsystem,
        then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentPerfTable(5) mplsInSegmentPerfEntry(1) 6 }

.1.3.6.1.2.1.10.166.2.1.6
mplsOutSegmentIndexNext OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexNextType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the next available value to
        be used for mplsOutSegmentIndex when creating entries
        in the mplsOutSegmentTable. The special value of a
        string containing the single octet 0x00
        indicates that no new entries can be created in this
        table. Agents not allowing managers to create entries
        in this table MUST set this object to this special
        value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 6 }

.1.3.6.1.2.1.10.166.2.1.7
mplsOutSegmentTable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains a representation of the outgoing
        segments from an LSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 7 }

.1.3.6.1.2.1.10.166.2.1.7.1
mplsOutSegmentEntry OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsOutSegmentIndex }
  DESCRIPTION	"An entry in this table represents one outgoing
        segment.  An entry can be created by a network
        administrator, an SNMP agent, or an MPLS signaling
        protocol.  The object mplsOutSegmentOwner indicates
        the creator of this entry. The value of
        mplsOutSegmentRowStatus cannot be active(1) unless
        the ifTable entry corresponding to
        mplsOutSegmentInterface exists.

        Note that the indexing of this table uses a single,
        arbitrary index (mplsOutSegmentIndex) to indicate
        which out-segment (i.e.: label) is being switched to
        from which in-segment (i.e: label) or in-segments.
        This is necessary because it is possible to have an
        equal-cost multi-path situation where two identical
        out-going labels are assigned to the same
        cross-connect (i.e.: they go to two different neighboring
        LSRs); thus, requiring two out-segments. In order to
        preserve the uniqueness of the references
        by the mplsXCEntry, an arbitrary integer must be used as
        the index for this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) 1 }

.1.3.6.1.2.1.10.166.2.1.7.1.1
mplsOutSegmentIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This value contains a unique index for this row.
        While a value of a string containing the single
        octet 0x00 is not valid as an index for entries
        in this table, it can be supplied as a valid value
        to index the mplsXCTable to represent entries for
        which no out-segment has been configured or
        exists."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 1 }

.1.3.6.1.2.1.10.166.2.1.7.1.2
mplsOutSegmentInterface OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value must contain the interface index of the
        outgoing interface. This object cannot be modified
        if mplsOutSegmentRowStatus is active(1). The
        mplsOutSegmentRowStatus cannot be set to active(1)
        until this object is set to a value corresponding to
        a valid ifEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 2 }

.1.3.6.1.2.1.10.166.2.1.7.1.3
mplsOutSegmentPushTopLabel OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value indicates whether or not a top label
        should be pushed onto the outgoing packet's label
        stack.  The value of this variable MUST be set to
        true(1) if the outgoing interface does not support
        pop-and-go (and no label stack remains). For example,
        on ATM interface, or if the segment represents a
        tunnel origination.  Note that it is considered
        an error in the case that mplsOutSegmentPushTopLabel
        is set to false, but the cross-connect entry which
        refers to this out-segment has a non-zero
        mplsLabelStackIndex.  The LSR MUST ensure that this
        situation does not happen. This object cannot be
        modified if mplsOutSegmentRowStatus is active(1)."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 3 }

.1.3.6.1.2.1.10.166.2.1.7.1.4
mplsOutSegmentTopLabel OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If mplsOutSegmentPushTopLabel is true then this
        represents the label that should be pushed onto the
        top of the outgoing packet's label stack. Otherwise
        this value SHOULD be set to 0 by the management
        station and MUST be ignored by the agent. This
        object cannot be modified if mplsOutSegmentRowStatus
        is active(1)."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 4 }

.1.3.6.1.2.1.10.166.2.1.7.1.5
mplsOutSegmentTopLabelPtr OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the label for this segment cannot be represented
        fully within the mplsOutSegmentLabel object,
        this object MUST point to the first accessible
        column of a conceptual row in an external table containing
        the label.  In this case, the mplsOutSegmentTopLabel
        object SHOULD be set to 0 and ignored. This object
        MUST be set to zeroDotZero otherwise."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 5 }

.1.3.6.1.2.1.10.166.2.1.7.1.6
mplsOutSegmentNextHopAddrType OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the next hop Internet address type.
        Only values unknown(0), ipv4(1) or ipv6(2)
        have to be supported.

        A value of unknown(0) is allowed only when
        the outgoing interface is of type point-to-point.
        If any other unsupported values are attempted in a set
        operation, the agent MUST return an inconsistentValue
        error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 6 }

.1.3.6.1.2.1.10.166.2.1.7.1.7
mplsOutSegmentNextHopAddr OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The internet address of the next hop. The type of
        this address is determined by the value of the
        mplslOutSegmentNextHopAddrType object.

        This object cannot be modified if
        mplsOutSegmentRowStatus is active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 7 }

.1.3.6.1.2.1.10.166.2.1.7.1.8
mplsOutSegmentXCIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index into mplsXCTable which identifies which cross-
        connect entry this segment is part of.  A value of
        the string containing the single octet 0x00
        indicates that this entry is not referred
        to by any cross-connect entry.  When a cross-connect
        entry is created which this out-segment is a part of,
        this object MUST be updated by the agent to reflect
        the value of mplsXCIndex of that cross-connect
        entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 8 }

.1.3.6.1.2.1.10.166.2.1.7.1.9
mplsOutSegmentOwner OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsOwner
  SYNTAX	INTEGER {unknown(1), other(2), snmp(3), ldp(4), crldp(5), rsvpTe(6), policyAgent(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the entity which created and is responsible
        for managing this segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 9 }

.1.3.6.1.2.1.10.166.2.1.7.1.10
mplsOutSegmentTrafficParamPtr OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable represents a pointer to the traffic
      parameter specification for this out-segment.  This
      value may point at an entry in the
      MplsTunnelResourceEntry in the MPLS-TE-STD-MIB (RFC3812)

      RFC Editor: Please fill in RFC number.

      to indicate which traffic parameter settings for this
      segment if it represents an LSP used for a TE tunnel.

      This value may optionally point at an
      externally defined traffic parameter specification
      table.  A value of zeroDotZero indicates best-effort
      treatment.  By having the same value of this object,
      two or more segments can indicate resource sharing
      of such things as LSP queue space, etc.

      This object cannot be modified if
      mplsOutSegmentRowStatus is active(1).
      For entries in this table that
      are preserved after a re-boot, the agent MUST ensure
      that their integrity be preserved, or this object should
      be set to 0.0 if it cannot."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 10 }

.1.3.6.1.2.1.10.166.2.1.7.1.11
mplsOutSegmentRowStatus OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For creating, modifying, and deleting this row.
        When a row in this table has a row in the active(1)
        state, no objects in this row can be modified
        except the mplsOutSegmentRowStatus or
        mplsOutSegmentStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 11 }

.1.3.6.1.2.1.10.166.2.1.7.1.12
mplsOutSegmentStorageType OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the storage type for this
        object. The agent MUST ensure that this object's value
        remains consistent with the associated mplsXCEntry.
        Conceptual rows having the value 'permanent'
        need not allow write-access to any columnar
        objects in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentTable(7) mplsOutSegmentEntry(1) 12 }

.1.3.6.1.2.1.10.166.2.1.8
mplsOutSegmentPerfTable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains statistical information about
        outgoing segments from an LSR. The counters in this
        entry should behave in a manner similar to that of
        the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 8 }

.1.3.6.1.2.1.10.166.2.1.8.1
mplsOutSegmentPerfEntry OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ mplsOutSegmentEntry }
  DESCRIPTION	"An entry in this table contains statistical
        information about one outgoing segment configured in
        mplsOutSegmentTable. The object
        mplsOutSegmentPerfDiscontinuityTime indicates the
        time of the last discontinuity in these objects. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentPerfTable(8) 1 }

.1.3.6.1.2.1.10.166.2.1.8.1.1
mplsOutSegmentPerfOctets OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value contains the total number of octets sent
        on this segment. It MUST be equal to the least
        significant 32 bits of mplsOutSegmentPerfHCOctets
        if mplsOutSegmentPerfHCOctets is supported according to
        the rules spelled out in RFC2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentPerfTable(8) mplsOutSegmentPerfEntry(1) 1 }

.1.3.6.1.2.1.10.166.2.1.8.1.2
mplsOutSegmentPerfPackets OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value contains the total number of packets sent
        on this segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentPerfTable(8) mplsOutSegmentPerfEntry(1) 2 }

.1.3.6.1.2.1.10.166.2.1.8.1.3
mplsOutSegmentPerfErrors OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that could not be sent due to
        errors on this segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentPerfTable(8) mplsOutSegmentPerfEntry(1) 3 }

.1.3.6.1.2.1.10.166.2.1.8.1.4
mplsOutSegmentPerfDiscards OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of labeled packets attempted to be transmitted
        on this out-segment, which were chosen to be discarded
        even though no errors had been detected to prevent their
        being transmitted. One possible reason for
        discarding such a labeled packet could be to free up
        buffer space."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentPerfTable(8) mplsOutSegmentPerfEntry(1) 4 }

.1.3.6.1.2.1.10.166.2.1.8.1.5
mplsOutSegmentPerfHCOctets OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of octets sent.  This is the 64 bit
        version of mplsOutSegmentPerfOctets,
        if mplsOutSegmentPerfHCOctets is supported according to
        the rules spelled out in RFC2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentPerfTable(8) mplsOutSegmentPerfEntry(1) 5 }

.1.3.6.1.2.1.10.166.2.1.8.1.6
mplsOutSegmentPerfDiscontinuityTime OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion
        at which any one or more of this segment's Counter32
        or Counter64 suffered a discontinuity. If no such
        discontinuities have occurred since the last re-
        initialization of the local management subsystem,
        then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsOutSegmentPerfTable(8) mplsOutSegmentPerfEntry(1) 6 }

.1.3.6.1.2.1.10.166.2.1.9
mplsXCIndexNext OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexNextType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the next available value to
        be used for mplsXCIndex when creating entries in
        the mplsXCTable. A special value of the zero length
        string indicates that no more new entries can be created
        in the relevant table.  Agents not allowing managers
        to create entries in this table MUST set this value
        to the zero length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 9 }

.1.3.6.1.2.1.10.166.2.1.10
mplsXCTable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies information for switching
        between LSP segments.  It supports point-to-point,
        point-to-multipoint and multipoint-to-point
        connections.  mplsLabelStackTable specifies the
        label stack information for a cross-connect LSR and
        is referred to from mplsXCTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 10 }

.1.3.6.1.2.1.10.166.2.1.10.1
mplsXCEntry OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsXCIndex, mplsXCInSegmentIndex, mplsXCOutSegmentIndex }
  DESCRIPTION	"A row in this table represents one cross-connect
        entry.  It is indexed by the following objects:

        - cross-connect index mplsXCIndex that uniquely
          identifies a group of cross-connect entries

        - in-segment index, mplsXCInSegmentIndex

        - out-segment index, mplsXCOutSegmentIndex

       LSPs originating at this LSR:
        These are represented by using the special
        of value of mplsXCInSegmentIndex set to the
        string containing a single octet 0x00. In
        this case the mplsXCOutSegmentIndex
        MUST not be the string containing a single
        octet 0x00.

       LSPs terminating at this LSR:
        These are represented by using the special value
        mplsXCOutSegmentIndex set to the string containing
        a single octet 0x00.

       Special labels:
        Entries indexed by the strings containing the
        reserved MPLS label values as a single octet 0x00
        through 0x0f (inclusive) imply LSPs terminating at
        this LSR.  Note that situations where LSPs are
        terminated with incoming label equal to the string
        containing a single octet 0x00 can be distinguished
        from LSPs originating at this LSR because the
        mplsXCOutSegmentIndex equals the string containing the
        single octet 0x00.

        An entry can be created by a network administrator
        or by an SNMP agent as instructed by an MPLS
        signaling protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) 1 }

.1.3.6.1.2.1.10.166.2.1.10.1.1
mplsXCIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Primary index for the conceptual row identifying a
        group of cross-connect segments. The string
        containing a single octet 0x00 is an invalid index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 1 }

.1.3.6.1.2.1.10.166.2.1.10.1.2
mplsXCInSegmentIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Incoming label index.
        If this object is set to the string containing
        a single octet 0x00, this indicates a special
        case outlined in the table's description above.
        In this case no corresponding mplsInSegmentEntry
        shall exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 2 }

.1.3.6.1.2.1.10.166.2.1.10.1.3
mplsXCOutSegmentIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of out-segment for LSPs not terminating on
        this LSR if not set to the string containing the
        single octet 0x00. If the segment identified by this
        entry is terminating, then this object MUST be set to
        the string containing a single octet 0x00 to indicate
        that no corresponding mplsOutSegmentEntry shall
        exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 3 }

.1.3.6.1.2.1.10.166.2.1.10.1.4
mplsXCLspId OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsLSPID
  SYNTAX	OCTET STRING (2 | 6) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value identifies the label switched path that
        this cross-connect entry belongs to. This object
        cannot be modified if mplsXCRowStatus is active(1)
        except for this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 4 }

.1.3.6.1.2.1.10.166.2.1.10.1.5
mplsXCLabelStackIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Primary index into mplsLabelStackTable identifying a
        stack of labels to be pushed beneath the top label.
        Note that the top label identified by the out-
        segment ensures that all the components of a
        multipoint-to-point connection have the same
        outgoing label. A value of the string containing the
        single octet 0x00 indicates that no labels are to
        be stacked beneath the top label.
        This object cannot be modified if mplsXCRowStatus is
        active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 5 }

.1.3.6.1.2.1.10.166.2.1.10.1.6
mplsXCOwner OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsOwner
  SYNTAX	INTEGER {unknown(1), other(2), snmp(3), ldp(4), crldp(5), rsvpTe(6), policyAgent(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the entity that created and is responsible
        for managing this cross-connect."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 6 }

.1.3.6.1.2.1.10.166.2.1.10.1.7
mplsXCRowStatus OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For creating, modifying, and deleting this row.
        When a row in this table has a row in the active(1)
        state, no objects in this row except this object
        and the mplsXCStorageType can be modified. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 7 }

.1.3.6.1.2.1.10.166.2.1.10.1.8
mplsXCStorageType OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the storage type for this
        object. The agent MUST ensure that the associated in
        and out segments also have the same StorageType value
        and are restored consistently upon system restart.
        This value SHOULD be set to permanent(4) if created
        as a result of a static LSP configuration.

        Conceptual rows having the value 'permanent'
        need not allow write-access to any columnar
        objects in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 8 }

.1.3.6.1.2.1.10.166.2.1.10.1.9
mplsXCAdminStatus OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The desired operational status of this segment."
  DEFVAL	{ up }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 9 }

.1.3.6.1.2.1.10.166.2.1.10.1.10
mplsXCOperStatus OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The actual operational status of this cross-
        connect."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsXCTable(10) mplsXCEntry(1) 10 }

.1.3.6.1.2.1.10.166.2.1.11
mplsMaxLabelStackDepth OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum stack depth supported by this LSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 11 }

.1.3.6.1.2.1.10.166.2.1.12
mplsLabelStackIndexNext OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexNextType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the next available value to
        be used for mplsLabelStackIndex when creating entries
        in the mplsLabelStackTable. The special string
        containing the single octet 0x00
        indicates that no more new entries can be created
        in the relevant table.  Agents not allowing managers
        to create entries in this table MUST set this value
        to the string containing the single octet 0x00."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 12 }

.1.3.6.1.2.1.10.166.2.1.13
mplsLabelStackTable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies the label stack to be pushed
        onto a packet, beneath the top label.  Entries into
        this table are referred to from mplsXCTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 13 }

.1.3.6.1.2.1.10.166.2.1.13.1
mplsLabelStackEntry OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsLabelStackIndex, mplsLabelStackLabelIndex }
  DESCRIPTION	"An entry in this table represents one label which is
        to be pushed onto an outgoing packet, beneath the
        top label.  An entry can be created by a network
        administrator or by an SNMP agent as instructed by
        an MPLS signaling protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsLabelStackTable(13) 1 }

.1.3.6.1.2.1.10.166.2.1.13.1.1
mplsLabelStackIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Primary index for this row identifying a stack of
        labels to be pushed on an outgoing packet, beneath
        the top label. An index containing the string with
        a single octet 0x00 MUST not be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsLabelStackTable(13) mplsLabelStackEntry(1) 1 }

.1.3.6.1.2.1.10.166.2.1.13.1.2
mplsLabelStackLabelIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Secondary index for this row identifying one label
        of the stack.  Note that an entry with a smaller
        mplsLabelStackLabelIndex would refer to a label
        higher up the label stack and would be popped at a
        downstream LSR before a label represented by a
        higher mplsLabelStackLabelIndex at a downstream
        LSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsLabelStackTable(13) mplsLabelStackEntry(1) 2 }

.1.3.6.1.2.1.10.166.2.1.13.1.3
mplsLabelStackLabel OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The label to pushed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsLabelStackTable(13) mplsLabelStackEntry(1) 3 }

.1.3.6.1.2.1.10.166.2.1.13.1.4
mplsLabelStackLabelPtr OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the label for this segment cannot be represented
        fully within the mplsLabelStackLabel object,
        this object MUST point to the first accessible
        column of a conceptual row in an external table containing
        the label.  In this case, the mplsLabelStackLabel
        object SHOULD be set to 0 and ignored. This object
        MUST be set to zeroDotZero otherwise."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsLabelStackTable(13) mplsLabelStackEntry(1) 4 }

.1.3.6.1.2.1.10.166.2.1.13.1.5
mplsLabelStackRowStatus OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For creating, modifying, and deleting this row.
        When a row in this table has a row in the active(1)
        state, no objects in this row except this object
        and the mplsLabelStackStorageType can be modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsLabelStackTable(13) mplsLabelStackEntry(1) 5 }

.1.3.6.1.2.1.10.166.2.1.13.1.6
mplsLabelStackStorageType OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the storage type for this
        object. This object cannot be modified if
        mplsLabelStackRowStatus is active(1).
        No objects are required to be writable for
        rows in this table with this object set to
        permanent(4).

        The agent MUST ensure that all related entries
        in this table retain the same value for this
        object.  Agents MUST ensure that the storage type
        for all entries related to a particular mplsXCEntry
        retain the same value for this object as the
        mplsXCEntry's StorageType."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsLabelStackTable(13) mplsLabelStackEntry(1) 6 }

.1.3.6.1.2.1.10.166.2.1.14
mplsInSegmentMapTable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies the mapping from the
        mplsInSegmentIndex to the corresponding
        mplsInSegmentInterface and mplsInSegmentLabel
        objects. The purpose of this table is to
        provide the manager with an alternative
        means by which to locate in-segments."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 14 }

.1.3.6.1.2.1.10.166.2.1.14.1
mplsInSegmentMapEntry OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsInSegmentMapInterface, mplsInSegmentMapLabel, mplsInSegmentMapLabelPtrIndex }
  DESCRIPTION	"An entry in this table represents one interface
        and incoming label pair.

        In cases where the label cannot fit into the
        mplsInSegmentLabel object, the mplsInSegmentLabelPtr
        will indicate this by being set to the first accessible
        column in the appropriate extension table's row,
        and the mplsInSegmentLabel SHOULD be set to 0.
        In all other cases when the label is
        represented within the mplsInSegmentLabel object, the
        mplsInSegmentLabelPtr MUST be 0.0.

        Implementors need to be aware that if the value of
        the mplsInSegmentMapLabelPtrIndex (an OID) has more
        that 111 sub-identifiers, then OIDs of column
        instances in this table will have more than 128
        sub-identifiers and cannot be accessed using SNMPv1,
        SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentMapTable(14) 1 }

.1.3.6.1.2.1.10.166.2.1.14.1.1
mplsInSegmentMapInterface OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index contains the same value as the
        mplsInSegmentIndex in the mplsInSegmentTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentMapTable(14) mplsInSegmentMapEntry(1) 1 }

.1.3.6.1.2.1.10.166.2.1.14.1.2
mplsInSegmentMapLabel OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index contains the same value as the
        mplsInSegmentLabel in the mplsInSegmentTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentMapTable(14) mplsInSegmentMapEntry(1) 2 }

.1.3.6.1.2.1.10.166.2.1.14.1.3
mplsInSegmentMapLabelPtrIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index contains the same value as the
        mplsInSegmentLabelPtr.

        If the label for the InSegment cannot be represented
        fully within the mplsInSegmentLabel object,
        this index MUST point to the first accessible
        column of a conceptual row in an external table containing
        the label.  In this case, the mplsInSegmentTopLabel
        object SHOULD be set to 0 and ignored. This object MUST
        be set to zeroDotZero otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentMapTable(14) mplsInSegmentMapEntry(1) 3 }

.1.3.6.1.2.1.10.166.2.1.14.1.4
mplsInSegmentMapIndex OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The mplsInSegmentIndex that corresponds
        to the mplsInSegmentInterface and
        mplsInSegmentLabel, or the mplsInSegmentInterface
        and mplsInSegmentLabelPtr, if applicable.
        The string containing the single octet 0x00
        MUST not be returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) mplsInSegmentMapTable(14) mplsInSegmentMapEntry(1) 4 }

.1.3.6.1.2.1.10.166.2.1.15
mplsXCNotificationsEnable OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If this object is set to true(1), then it enables
        the emission of mplsXCUp and mplsXCDown
        notifications; otherwise these notifications are not
        emitted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrObjects(1) 15 }

.1.3.6.1.2.1.10.166.2.2
mplsLsrConformance OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) 2 }

.1.3.6.1.2.1.10.166.2.2.1
mplsLsrGroups OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) 1 }

.1.3.6.1.2.1.10.166.2.2.1.1
mplsInterfaceGroup OBJECT-GROUP
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Collection of objects needed for MPLS interface
           and interface performance information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrGroups(1) 1 }

.1.3.6.1.2.1.10.166.2.2.1.2
mplsInSegmentGroup OBJECT-GROUP
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Collection of objects needed to implement an in-
           segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrGroups(1) 2 }

.1.3.6.1.2.1.10.166.2.2.1.3
mplsOutSegmentGroup OBJECT-GROUP
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Collection of objects needed to implement an out-
           segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrGroups(1) 3 }

.1.3.6.1.2.1.10.166.2.2.1.4
mplsXCGroup OBJECT-GROUP
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Collection of objects needed to implement a
           cross-connect entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrGroups(1) 4 }

.1.3.6.1.2.1.10.166.2.2.1.5
mplsPerfGroup OBJECT-GROUP
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Collection of objects providing performance
           information
        about an LSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrGroups(1) 5 }

.1.3.6.1.2.1.10.166.2.2.1.6
mplsHCInSegmentPerfGroup OBJECT-GROUP
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Object(s) providing performance information
           specific to out-segments for which the object
           mplsInterfaceInOctets wraps around too quickly."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrGroups(1) 6 }

.1.3.6.1.2.1.10.166.2.2.1.7
mplsHCOutSegmentPerfGroup OBJECT-GROUP
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Object(s) providing performance information
           specific to out-segments for which the object
           mplsInterfaceOutOctets wraps around too
           quickly."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrGroups(1) 7 }

.1.3.6.1.2.1.10.166.2.2.1.8
mplsLabelStackGroup OBJECT-GROUP
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Objects needed to support label stacking."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrGroups(1) 8 }

.1.3.6.1.2.1.10.166.2.2.1.9
mplsLsrNotificationGroup OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Set of notifications implemented in this
           module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrGroups(1) 9 }

.1.3.6.1.2.1.10.166.2.2.2
mplsLsrCompliances OBJECT-TYPE
  -- FROM	MPLS-LSR-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) 2 }

.1.3.6.1.2.1.10.166.2.2.2.1
mplsLsrModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Compliance statement for agents that provide full
                support for MPLS-LSR-STD-MIB. Such devices can
                then be monitored and also be configured using
                this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrCompliances(2) 1 }

.1.3.6.1.2.1.10.166.2.2.2.2
mplsLsrModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-LSR-STD-MIB
  DESCRIPTION	"Compliance requirement for implementations that only
                provide read-only support for MPLS-LSR-STD-MIB. Such
                devices can then be monitored but cannot be configured
                using this MIB module.
               "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLsrStdMIB(2) mplsLsrConformance(2) mplsLsrCompliances(2) 2 }

.1.3.6.1.2.1.10.166.3
mplsTeStdMIB MODULE-IDENTITY
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Copyright (C) The Internet Society (2004). The
            initial version of this MIB module was published
            in RFC 3812. For full legal notices see the RFC
            itself or see: http://www.ietf.org/copyrights/ianamib.html

            This MIB module contains managed object definitions
             for MPLS Traffic Engineering (TE) as defined in:
            1. Extensions to RSVP for LSP Tunnels, Awduche et
             al, RFC 3209, December 2001
            2. Constraint-Based LSP Setup using LDP, Jamoussi
             (Editor), RFC 3212, January 2002
            3. Requirements for Traffic Engineering Over MPLS,
             Awduche, D., Malcolm, J., Agogbua, J., O'Dell, M.,
             and J. McManus, [RFC2702], September 1999"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) 3 }

.1.3.6.1.2.1.10.166.3.0
mplsTeNotifications OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) 0 }

.1.3.6.1.2.1.10.166.3.0.1
mplsTunnelUp NOTIFICATION-TYPE
  -- FROM	MPLS-TE-STD-MIB
  OBJECTS	{ mplsTunnelAdminStatus, mplsTunnelOperStatus }
  DESCRIPTION	"This notification is generated when a
             mplsTunnelOperStatus object for one of the
             configured tunnels is about to leave the down state
             and transition into some other state (but not into
             the notPresent state).  This other state is
             indicated by the included value of
             mplsTunnelOperStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeNotifications(0) 1 }

.1.3.6.1.2.1.10.166.3.0.2
mplsTunnelDown NOTIFICATION-TYPE
  -- FROM	MPLS-TE-STD-MIB
  OBJECTS	{ mplsTunnelAdminStatus, mplsTunnelOperStatus }
  DESCRIPTION	"This notification is generated when a
             mplsTunnelOperStatus object for one of the
             configured tunnels is about to enter the down state
             from some other state (but not from the notPresent
             state).  This other state is indicated by the
             included value of mplsTunnelOperStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeNotifications(0) 2 }

.1.3.6.1.2.1.10.166.3.0.3
mplsTunnelRerouted NOTIFICATION-TYPE
  -- FROM	MPLS-TE-STD-MIB
  OBJECTS	{ mplsTunnelAdminStatus, mplsTunnelOperStatus }
  DESCRIPTION	"This notification is generated when a tunnel is
             rerouted. If the mplsTunnelARHopTable is used, then
             this tunnel instance's entry in the
             mplsTunnelARHopTable MAY contain the new path for
             this tunnel some time after this trap is issued by
             the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeNotifications(0) 3 }

.1.3.6.1.2.1.10.166.3.0.4
mplsTunnelReoptimized NOTIFICATION-TYPE
  -- FROM	MPLS-TE-STD-MIB
  OBJECTS	{ mplsTunnelAdminStatus, mplsTunnelOperStatus }
  DESCRIPTION	"This notification is generated when a tunnel is
             reoptimized. If the mplsTunnelARHopTable is used,
             then this tunnel instance's entry in the
             mplsTunnelARHopTable MAY contain the new path for
             this tunnel some time after this trap is issued by
             the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeNotifications(0) 4 }

.1.3.6.1.2.1.10.166.3.1
mplsTeScalars OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) 1 }

.1.3.6.1.2.1.10.166.3.1.1
mplsTunnelConfigured OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of tunnels configured on this device. A
             tunnel is considered configured if the
             mplsTunnelRowStatus is active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeScalars(1) 1 }

.1.3.6.1.2.1.10.166.3.1.2
mplsTunnelActive OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of tunnels active on this device. A
             tunnel is considered active if the
             mplsTunnelOperStatus is up(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeScalars(1) 2 }

.1.3.6.1.2.1.10.166.3.1.3
mplsTunnelTEDistProto OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	BITS {other(0), ospf(1), isis(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The traffic engineering distribution protocol(s)
             used by this LSR. Note that an LSR may support more
             than one distribution protocol simultaneously."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeScalars(1) 3 }

.1.3.6.1.2.1.10.166.3.1.4
mplsTunnelMaxHops OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of hops that can be specified for
             a tunnel on this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeScalars(1) 4 }

.1.3.6.1.2.1.10.166.3.1.5
mplsTunnelNotificationMaxRate OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable indicates the maximum number of
             notifications issued per second. If events occur
             more rapidly, the implementation may simply fail to
             emit these notifications during that period, or may
             queue them until an appropriate time. A value of 0
             means no throttling is applied and events may be
             notified at the rate at which they occur."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeScalars(1) 5 }

.1.3.6.1.2.1.10.166.3.2
mplsTeObjects OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) 2 }

.1.3.6.1.2.1.10.166.3.2.1
mplsTunnelIndexNext OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for
           mplsTunnelIndex, or a zero to indicate
           that none exist. Negative values are not allowed,
           as they do not correspond to valid values of
           mplsTunnelIndex.

           Note that this object offers an unused value
           for an mplsTunnelIndex value at the ingress
           side of a tunnel. At other LSRs the value
           of mplsTunnelIndex SHOULD be taken from the
           value signaled by the MPLS signaling protocol.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 1 }

.1.3.6.1.2.1.10.166.3.2.2
mplsTunnelTable OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mplsTunnelTable allows new MPLS tunnels to be
             created between an LSR and a remote endpoint, and
             existing tunnels to be reconfigured or removed.
             Note that only point-to-point tunnel segments are
             supported, although multipoint-to-point and point-
             to-multipoint connections are supported by an LSR
             acting as a cross-connect.  Each MPLS tunnel can
             thus have one out-segment originating at this LSR
             and/or one in-segment terminating at this LSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 2 }

.1.3.6.1.2.1.10.166.3.2.2.1
mplsTunnelEntry OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsTunnelIndex, mplsTunnelInstance, mplsTunnelIngressLSRId, mplsTunnelEgressLSRId }
  DESCRIPTION	"An entry in this table represents an MPLS tunnel.
             An entry can be created by a network administrator
             or by an SNMP agent as instructed by an MPLS
             signalling protocol. Whenever a new entry is
             created with mplsTunnelIsIf set to true(1), then a
             corresponding entry is created in ifTable as well
             (see RFC 2863). The ifType of this entry is
             mplsTunnel(150).

           A tunnel entry needs to be uniquely identified across
             a MPLS network. Indices mplsTunnelIndex and
             mplsTunnelInstance uniquely identify a tunnel on
             the LSR originating the tunnel.  To uniquely
             identify a tunnel across an MPLS network requires
             index mplsTunnelIngressLSRId.  The last index
             mplsTunnelEgressLSRId is useful in identifying all
             instances of a tunnel that terminate on the same
             egress LSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) 1 }

.1.3.6.1.2.1.10.166.3.2.2.1.1
mplsTunnelIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies a set of tunnel instances
             between a pair of ingress and egress LSRs.
             Managers should obtain new values for row
             creation in this table by reading
             mplsTunnelIndexNext. When
             the MPLS signalling protocol is rsvp(2) this value
             SHOULD be equal to the value signaled in the
             Tunnel Id of the Session object. When the MPLS
             signalling protocol is crldp(3) this value
             SHOULD be equal to the value signaled in the
             LSP ID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 1 }

.1.3.6.1.2.1.10.166.3.2.2.1.2
mplsTunnelInstance OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelInstanceIndex
  SYNTAX	Unsigned32 (0 | 1..65535 | 65536..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies a particular instance of a
             tunnel between a pair of ingress and egress LSRs.
             It is useful to identify multiple instances of
             tunnels for the purposes of backup and parallel
             tunnels. When the MPLS signaling protocol is
             rsvp(2) this value SHOULD be equal to the LSP Id
             of the Sender Template object. When the signaling
             protocol is crldp(3) there is no equivalent
             signaling object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 2 }

.1.3.6.1.2.1.10.166.3.2.2.1.3
mplsTunnelIngressLSRId OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsExtendedTunnelId
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Identity of the ingress LSR associated with this
             tunnel instance. When the MPLS signalling protocol
             is rsvp(2) this value SHOULD be equal to the Tunnel
             Sender Address in the Sender Template object and MAY
             be equal to the Extended Tunnel Id field in the
             SESSION object. When the MPLS signalling protocol is
             crldp(3) this value SHOULD be equal to the Ingress
             LSR Router ID field in the LSPID TLV object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 3 }

.1.3.6.1.2.1.10.166.3.2.2.1.4
mplsTunnelEgressLSRId OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsExtendedTunnelId
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Identity of the egress LSR associated with this
             tunnel instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 4 }

.1.3.6.1.2.1.10.166.3.2.2.1.5
mplsTunnelName OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The canonical name assigned to the tunnel. This name
             can be used to refer to the tunnel on the LSR's
             console port.  If mplsTunnelIsIf is set to true
             then the ifName of the interface corresponding to
             this tunnel should have a value equal to
             mplsTunnelName.  Also see the description of ifName
             in RFC 2863."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 5 }

.1.3.6.1.2.1.10.166.3.2.2.1.6
mplsTunnelDescr OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A textual string containing information about the
             tunnel.  If there is no description this object
             contains a zero length string. This object is may
             not be signaled by MPLS signaling protocols,
             consequentally the value of this object at transit
             and egress LSRs MAY be automatically generated or
             absent."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 6 }

.1.3.6.1.2.1.10.166.3.2.2.1.7
mplsTunnelIsIf OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes whether or not this tunnel corresponds to an
             interface represented in the interfaces group
             table. Note that if this variable is set to true
             then the ifName of the interface corresponding to
             this tunnel should have a value equal to
             mplsTunnelName.  Also see the description of ifName
             in RFC 2863.  This object is meaningful only at the
             ingress and egress LSRs."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 7 }

.1.3.6.1.2.1.10.166.3.2.2.1.8
mplsTunnelIfIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If mplsTunnelIsIf is set to true, then this value
             contains the LSR-assigned ifIndex which corresponds
             to an entry in the interfaces table.  Otherwise
             this variable should contain the value of zero
             indicating that a valid ifIndex was not assigned to
             this tunnel interface."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 8 }

.1.3.6.1.2.1.10.166.3.2.2.1.9
mplsTunnelOwner OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsOwner
  SYNTAX	INTEGER {unknown(1), other(2), snmp(3), ldp(4), crldp(5), rsvpTe(6), policyAgent(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the entity that created and is responsible
             for managing this tunnel. This column is
             automatically filled by the agent on creation of a
             row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 9 }

.1.3.6.1.2.1.10.166.3.2.2.1.10
mplsTunnelRole OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	INTEGER {head(1), transit(2), tail(3), headTail(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value signifies the role that this tunnel
             entry/instance represents. This value MUST be set
             to head(1) at the originating point of the tunnel.
             This value MUST be set to transit(2) at transit
             points along the tunnel, if transit points are
             supported. This value MUST be set to tail(3) at the
             terminating point of the tunnel if tunnel tails are
             supported.

            The value headTail(4) is provided for tunnels that
             begin and end on the same LSR."
  DEFVAL	{ head }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 10 }

.1.3.6.1.2.1.10.166.3.2.2.1.11
mplsTunnelXCPointer OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable points to a row in the mplsXCTable.
             This table identifies the segments that compose
             this tunnel, their characteristics, and
             relationships to each other. A value of zeroDotZero
             indicates that no LSP has been associated with this
             tunnel yet."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 11 }

.1.3.6.1.2.1.10.166.3.2.2.1.12
mplsTunnelSignallingProto OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	INTEGER {none(1), rsvp(2), crldp(3), other(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The signalling protocol, if any, used to setup this
             tunnel."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 12 }

.1.3.6.1.2.1.10.166.3.2.2.1.13
mplsTunnelSetupPrio OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the setup priority of this tunnel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 13 }

.1.3.6.1.2.1.10.166.3.2.2.1.14
mplsTunnelHoldingPrio OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the holding priority for this tunnel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 14 }

.1.3.6.1.2.1.10.166.3.2.2.1.15
mplsTunnelSessionAttributes OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	BITS {fastReroute(0), mergingPermitted(1), isPersistent(2), isPinned(3), recordRoute(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This bit mask indicates optional session values for
             this tunnel. The following describes these bit
             fields:

           fastRerouteThis flag indicates that the any tunnel
             hop may choose to reroute this tunnel without
             tearing it down.  This flag permits transit routers
             to use a local repair mechanism which may result in
             violation of the explicit routing of this tunnel.
             When a fault is detected on an adjacent downstream
             link or node, a transit router can re-route traffic
             for fast service restoration.

           mergingPermitted This flag permits transit routers
             to merge this session with other RSVP sessions for
             the purpose of reducing resource overhead on
             downstream transit routers, thereby providing
             better network scaling.

           isPersistent  Indicates whether this tunnel should
             be restored automatically after a failure occurs.

           isPinned   This flag indicates whether the loose-
             routed hops of this tunnel are to be pinned.

           recordRouteThis flag indicates whether or not the
             signalling protocol should remember the tunnel path
             after it has been signaled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 15 }

.1.3.6.1.2.1.10.166.3.2.2.1.16
mplsTunnelLocalProtectInUse OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates that the local repair mechanism is in use
             to maintain this tunnel (usually in the face of an
             outage of the link it was previously routed over)."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 16 }

.1.3.6.1.2.1.10.166.3.2.2.1.17
mplsTunnelResourcePointer OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable represents a pointer to the traffic
             parameter specification for this tunnel.  This
             value may point at an entry in the
             mplsTunnelResourceEntry to indicate which
             mplsTunnelResourceEntry is to be assigned to this
             LSP instance.  This value may optionally point at
             an externally defined traffic parameter
             specification table.  A value of zeroDotZero
             indicates best-effort treatment.  By having the
             same value of this object, two or more LSPs can
             indicate resource sharing."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 17 }

.1.3.6.1.2.1.10.166.3.2.2.1.18
mplsTunnelPrimaryInstance OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelInstanceIndex
  SYNTAX	Unsigned32 (0 | 1..65535 | 65536..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the instance index of the primary instance
             of this tunnel. More details of the definition of
             tunnel instances and the primary tunnel instance
             can be found in the description of the TEXTUAL-CONVENTION
             MplsTunnelInstanceIndex."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 18 }

.1.3.6.1.2.1.10.166.3.2.2.1.19
mplsTunnelInstancePriority OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value indicates which priority, in descending
             order, with 0 indicating the lowest priority,
             within a group of tunnel instances. A group of
             tunnel instances is defined as a set of LSPs with
             the same mplsTunnelIndex in this table, but with a
             different mplsTunnelInstance. Tunnel instance
             priorities are used to denote the priority at which
             a particular tunnel instance will supercede
             another. Instances of tunnels containing the same
             mplsTunnelInstancePriority will be used for load
             sharing."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 19 }

.1.3.6.1.2.1.10.166.3.2.2.1.20
mplsTunnelHopTableIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndexOrZero
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index into the mplsTunnelHopTable entry that
             specifies the explicit route hops for this tunnel.
             This object is meaningful only at the head-end of
             the tunnel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 20 }

.1.3.6.1.2.1.10.166.3.2.2.1.21
mplsTunnelPathInUse OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndexOrZero
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value denotes the configured path that was
             chosen for this tunnel. This value reflects the
             secondary index into mplsTunnelHopTable. This path
             may not exactly match the one in
             mplsTunnelARHopTable due to the fact that some CSPF
             modification may have taken place. See
             mplsTunnelARHopTable for the actual path being
             taken by the tunnel. A value of zero denotes that
             no path is currently in use or available."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 21 }

.1.3.6.1.2.1.10.166.3.2.2.1.22
mplsTunnelARHopTableIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndexOrZero
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index into the mplsTunnelARHopTable entry that
             specifies the actual hops traversed by the tunnel.
             This is automatically updated by the agent when the
             actual hops becomes available."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 22 }

.1.3.6.1.2.1.10.166.3.2.2.1.23
mplsTunnelCHopTableIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndexOrZero
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index into the mplsTunnelCHopTable entry that
             specifies the computed hops traversed by the
             tunnel. This is automatically updated by the agent
             when computed hops become available or when
             computed hops get modified."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 23 }

.1.3.6.1.2.1.10.166.3.2.2.1.24
mplsTunnelIncludeAnyAffinity OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelAffinity
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A link satisfies the include-any constraint if and
             only if the constraint is zero, or the link and the
             constraint have a resource class in common."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 24 }

.1.3.6.1.2.1.10.166.3.2.2.1.25
mplsTunnelIncludeAllAffinity OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelAffinity
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A link satisfies the include-all constraint if and
             only if the link contains all of the administrative
             groups specified in the constraint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 25 }

.1.3.6.1.2.1.10.166.3.2.2.1.26
mplsTunnelExcludeAnyAffinity OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelAffinity
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A link satisfies the exclude-any constraint if and
             only if the link contains none of the
             administrative groups specified in the constraint."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 26 }

.1.3.6.1.2.1.10.166.3.2.2.1.27
mplsTunnelTotalUpTime OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value represents the aggregate up time for all
             instances of this tunnel, if available. If this
             value is unavailable, it MUST return a value of 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 27 }

.1.3.6.1.2.1.10.166.3.2.2.1.28
mplsTunnelInstanceUpTime OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies the total time that this
             tunnel instance's operStatus has been Up(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 28 }

.1.3.6.1.2.1.10.166.3.2.2.1.29
mplsTunnelPrimaryUpTime OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the total time the primary instance of
             this tunnel has been active. The primary instance
             of this tunnel is defined in
             mplsTunnelPrimaryInstance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 29 }

.1.3.6.1.2.1.10.166.3.2.2.1.30
mplsTunnelPathChanges OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the number of times the actual path for
            this tunnel instance has changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 30 }

.1.3.6.1.2.1.10.166.3.2.2.1.31
mplsTunnelLastPathChange OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the time since the last change to the
            actual path for this tunnel instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 31 }

.1.3.6.1.2.1.10.166.3.2.2.1.32
mplsTunnelCreationTime OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the value of SysUpTime when the first
             instance of this tunnel came into existence.
             That is, when the value of mplsTunnelOperStatus
             was first set to up(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 32 }

.1.3.6.1.2.1.10.166.3.2.2.1.33
mplsTunnelStateTransitions OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the number of times the state
             (mplsTunnelOperStatus) of this tunnel instance has
             changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 33 }

.1.3.6.1.2.1.10.166.3.2.2.1.34
mplsTunnelAdminStatus OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the desired operational status of this
             tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 34 }

.1.3.6.1.2.1.10.166.3.2.2.1.35
mplsTunnelOperStatus OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the actual operational status of this
             tunnel, which is typically but not limited to, a
             function of the state of individual segments of
             this tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 35 }

.1.3.6.1.2.1.10.166.3.2.2.1.36
mplsTunnelRowStatus OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
             delete a row in this table.  When a row in this
             table is in active(1) state, no objects in that row
             can be modified by the agent except
             mplsTunnelAdminStatus, mplsTunnelRowStatus and
             mplsTunnelStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 36 }

.1.3.6.1.2.1.10.166.3.2.2.1.37
mplsTunnelStorageType OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this tunnel entry.
                    Conceptual rows having the value 'permanent'
                    need not allow write-access to any columnar
                    objects in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelTable(2) mplsTunnelEntry(1) 37 }

.1.3.6.1.2.1.10.166.3.2.3
mplsTunnelHopListIndexNext OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndexOrZero
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used
             for mplsTunnelHopListIndex when creating entries in
             the mplsTunnelHopTable.  If the number of
             unassigned entries is exhausted, a retrieval
             operation will return a value of 0.  This object
             may also return a value of 0 when the LSR is unable
             to accept conceptual row creation, for example, if
             the mplsTunnelHopTable is implemented as read-only.
             To obtain the value of mplsTunnelHopListIndex for a
             new entry in the mplsTunnelHopTable, the manager
             issues a management protocol retrieval operation to
             obtain the current value of mplsTunnelHopIndex.

            When the SET is performed to create a row in the
             mplsTunnelHopTable, the Command Responder (agent)
             must determine whether the value is indeed still
             unused; Two Network Management Applications may
             attempt to create a row (configuration entry)
             simultaneously and use the same value. If it is
             currently unused, the SET succeeds and the Command
             Responder (agent) changes the value of this object,
             according to an implementation-specific algorithm.
             If the value is in use, however, the SET fails.  The
             Network Management Application must then re-read
             this variable to obtain a new usable value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 3 }

.1.3.6.1.2.1.10.166.3.2.4
mplsTunnelHopTable OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mplsTunnelHopTable is used to indicate the hops,
             strict or loose, for an instance of an MPLS tunnel
             defined in mplsTunnelTable, when it is established
             via signalling, for the outgoing direction of the
             tunnel. Thus at a transit LSR, this table contains
             the desired path of the tunnel from this LSR
             onwards. Each row in this table is indexed by
             mplsTunnelHopListIndex which corresponds to a group
             of hop lists or path options.  Each row also has a
             secondary index mplsTunnelHopIndex, which indicates
             a group of hops (also known as a path option).
             Finally, the third index, mplsTunnelHopIndex
             indicates the specific hop information for a path
             option. In case we want to specify a particular
             interface on the originating LSR of an outgoing
             tunnel by which we want packets to exit the LSR,
             we specify this as the first hop for this tunnel in
             mplsTunnelHopTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 4 }

.1.3.6.1.2.1.10.166.3.2.4.1
mplsTunnelHopEntry OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsTunnelHopListIndex, mplsTunnelHopPathOptionIndex, mplsTunnelHopIndex }
  DESCRIPTION	"An entry in this table represents a tunnel hop.  An
             entry is created by a network administrator for
             signaled ERLSP set up by an MPLS signalling
             protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) 1 }

.1.3.6.1.2.1.10.166.3.2.4.1.1
mplsTunnelHopListIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Primary index into this table identifying a
             particular explicit route object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 1 }

.1.3.6.1.2.1.10.166.3.2.4.1.2
mplsTunnelHopPathOptionIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Secondary index into this table identifying a
             particular group of hops representing a particular
             configured path. This is otherwise known as a path
             option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 2 }

.1.3.6.1.2.1.10.166.3.2.4.1.3
mplsTunnelHopIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tertiary index into this table identifying a
             particular hop."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 3 }

.1.3.6.1.2.1.10.166.3.2.4.1.4
mplsTunnelHopAddrType OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), asnumber(3), unnum(4), lspid(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Hop Address Type of this tunnel hop.

                     The value of this object cannot be changed
                     if the value of the corresponding
                     mplsTunnelHopRowStatus object is 'active'.

                     Note that lspid(5) is a valid option only
                     for tunnels signaled via CRLDP.
                    "
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 4 }

.1.3.6.1.2.1.10.166.3.2.4.1.5
mplsTunnelHopIpAddr OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddress
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Tunnel Hop Address for this tunnel hop.

                     The type of this address is determined by the
                     value of the corresponding mplsTunnelHopAddrType.

                     The value of this object cannot be changed
                     if the value of the corresponding
                     mplsTunnelHopRowStatus object is 'active'.
                    "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 5 }

.1.3.6.1.2.1.10.166.3.2.4.1.6
mplsTunnelHopIpPrefixLen OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If mplsTunnelHopAddrType is set to ipv4(1) or
                     ipv6(2), then this value will contain an
                     appropriate prefix length for the IP address in
                     object mplsTunnelHopIpAddr. Otherwise this value
                     is irrelevant and should be ignored.
                    "
  DEFVAL	{ 32 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 6 }

.1.3.6.1.2.1.10.166.3.2.4.1.7
mplsTunnelHopAsNumber OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddressAS
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If mplsTunnelHopAddrType is set to asnumber(3), then
             this value will contain the AS number of this hop.
             Otherwise the agent should set this object to zero-
             length string and the manager should ignore this."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 7 }

.1.3.6.1.2.1.10.166.3.2.4.1.8
mplsTunnelHopAddrUnnum OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddressUnnum
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If mplsTunnelHopAddrType is set to unnum(4), then
             this value will contain the interface identifier of
             the unnumbered interface for this hop. This object
             should be used in conjunction with
             mplsTunnelHopIpAddress which would contain the LSR
             Router ID in this case. Otherwise the agent should
             set this object to zero-length string and the
             manager should ignore this."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 8 }

.1.3.6.1.2.1.10.166.3.2.4.1.9
mplsTunnelHopLspId OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsLSPID
  SYNTAX	OCTET STRING (2 | 6) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If mplsTunnelHopAddrType is set to lspid(5), then
             this value will contain the LSPID of a tunnel of
             this hop. The present tunnel being configured is
             tunneled through this hop (using label stacking).
             This object is otherwise insignificant and should
             contain a value of 0 to indicate this fact."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 9 }

.1.3.6.1.2.1.10.166.3.2.4.1.10
mplsTunnelHopType OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	INTEGER {strict(1), loose(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes whether this tunnel hop is routed in a
             strict or loose fashion. The value of this object
             has no meaning if the mplsTunnelHopInclude object
             is set to 'false'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 10 }

.1.3.6.1.2.1.10.166.3.2.4.1.11
mplsTunnelHopInclude OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If this value is set to true, then this indicates
             that this hop must be included in the tunnel's
             path. If this value is set to 'false', then this hop
             must be avoided when calculating the path for this
             tunnel. The default value of this object is 'true',
             so that by default all indicated hops are included
             in the CSPF path computation. If this object is set
             to 'false' the value of mplsTunnelHopType should be
             ignored."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 11 }

.1.3.6.1.2.1.10.166.3.2.4.1.12
mplsTunnelHopPathOptionName OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of this series of hops as they
             relate to the specified path option. The
             value of this object SHOULD be the same for
             each hop in the series that comprises a
             path option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 12 }

.1.3.6.1.2.1.10.166.3.2.4.1.13
mplsTunnelHopEntryPathComp OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	INTEGER {dynamic(1), explicit(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If this value is set to dynamic, then the user
             should only specify the source and destination of
             the path and expect that the CSPF will calculate
             the remainder of the path.  If this value is set to
             explicit, the user should specify the entire path
             for the tunnel to take.  This path may contain
             strict or loose hops.  Each hop along a specific
             path SHOULD have this object set to the same value"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 13 }

.1.3.6.1.2.1.10.166.3.2.4.1.14
mplsTunnelHopRowStatus OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
             delete a row in this table.  When a row in this
             table is in active(1) state, no objects in that row
             can be modified by the agent except
             mplsTunnelHopRowStatus and
             mplsTunnelHopStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 14 }

.1.3.6.1.2.1.10.166.3.2.4.1.15
mplsTunnelHopStorageType OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this Hop entry. Conceptual
            rows having the value 'permanent' need not
            allow write-access to any columnar objects
            in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelHopTable(4) mplsTunnelHopEntry(1) 15 }

.1.3.6.1.2.1.10.166.3.2.5
mplsTunnelResourceIndexNext OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the next appropriate value to
             be used for mplsTunnelResourceIndex when creating
             entries in the mplsTunnelResourceTable. If the
             number of unassigned entries is exhausted, a
             retrieval operation will return a value of 0.  This
             object may also return a value of 0 when the LSR is
             unable to accept conceptual row creation, for
             example, if the mplsTunnelTable is implemented as
             read-only.  To obtain the mplsTunnelResourceIndex
             value for a new entry, the manager must first issue
             a management protocol retrieval operation to obtain
             the current value of this object.

            When the SET is performed to create a row in the
             mplsTunnelResourceTable, the Command Responder
             (agent) must determine whether the value is indeed
             still unused; Two Network Management Applications
             may attempt to create a row (configuration entry)
             simultaneously and use the same value. If it is
             currently unused, the SET succeeds and the Command
             Responder (agent) changes the value of this object,
             according to an implementation-specific algorithm.
             If the value is in use, however, the SET fails.  The
             Network Management Application must then re-read
             this variable to obtain a new usable value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 5 }

.1.3.6.1.2.1.10.166.3.2.6
mplsTunnelResourceTable OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mplsTunnelResourceTable allows a manager to
             specify which resources are desired for an MPLS
             tunnel.  This table also allows several tunnels to
             point to a single entry in this table, implying
             that these tunnels should share resources."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 6 }

.1.3.6.1.2.1.10.166.3.2.6.1
mplsTunnelResourceEntry OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsTunnelResourceIndex }
  DESCRIPTION	"An entry in this table represents a set of resources
             for an MPLS tunnel.  An entry can be created by a
             network administrator or by an SNMP agent as
             instructed by any MPLS signalling protocol.
            An entry in this table referenced by a tunnel instance
             with zero mplsTunnelInstance value indicates a
             configured set of resource parameter. An entry
             referenced by a tunnel instance with a non-zero
             mplsTunnelInstance reflects the in-use resource
             parameters for the tunnel instance which may have
             been negotiated or modified by the MPLS signaling
             protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) 1 }

.1.3.6.1.2.1.10.166.3.2.6.1.1
mplsTunnelResourceIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 1 }

.1.3.6.1.2.1.10.166.3.2.6.1.2
mplsTunnelResourceMaxRate OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsBitRate
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum rate in bits/second.  Note that setting
             mplsTunnelResourceMaxRate,
             mplsTunnelResourceMeanRate, and
             mplsTunnelResourceMaxBurstSize to 0 indicates best-
             effort treatment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 2 }

.1.3.6.1.2.1.10.166.3.2.6.1.3
mplsTunnelResourceMeanRate OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsBitRate
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is copied into an instance of
             mplsTrafficParamMeanRate in the
             mplsTrafficParamTable. The OID of this table entry
             is then copied into the corresponding
             mplsInSegmentTrafficParamPtr."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 3 }

.1.3.6.1.2.1.10.166.3.2.6.1.4
mplsTunnelResourceMaxBurstSize OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsBurstSize
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum burst size in bytes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 4 }

.1.3.6.1.2.1.10.166.3.2.6.1.5
mplsTunnelResourceMeanBurstSize OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsBurstSize
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mean burst size in bytes.  The implementations
             which do not implement this variable must return
             a noSuchObject exception for this object and must
             not allow a user to set this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 5 }

.1.3.6.1.2.1.10.166.3.2.6.1.6
mplsTunnelResourceExBurstSize OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsBurstSize
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Excess burst size in bytes.  The implementations
             which do not implement this variable must return
             noSuchObject exception for this object and must
             not allow a user to set this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 6 }

.1.3.6.1.2.1.10.166.3.2.6.1.7
mplsTunnelResourceFrequency OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	INTEGER {unspecified(1), frequent(2), veryFrequent(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The granularity of the availability of committed
             rate.  The implementations which do not implement
             this variable must return unspecified(1) for this
             value and must not allow a user to set this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 7 }

.1.3.6.1.2.1.10.166.3.2.6.1.8
mplsTunnelResourceWeight OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The relative weight for using excess bandwidth above
             its committed rate.  The value of 0 means that
             weight is not applicable for the CR-LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 8 }

.1.3.6.1.2.1.10.166.3.2.6.1.9
mplsTunnelResourceRowStatus OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
             delete a row in this table.  When a row in this
             table is in active(1) state, no objects in that row
             can be modified by the agent except
             mplsTunnelResourceRowStatus and
             mplsTunnelResourceStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 9 }

.1.3.6.1.2.1.10.166.3.2.6.1.10
mplsTunnelResourceStorageType OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this Hop entry. Conceptual
            rows having the value 'permanent' need not
            allow write-access to any columnar objects
            in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelResourceTable(6) mplsTunnelResourceEntry(1) 10 }

.1.3.6.1.2.1.10.166.3.2.7
mplsTunnelARHopTable OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mplsTunnelARHopTable is used to indicate the
             hops for an MPLS tunnel defined in mplsTunnelTable,
             as reported by the MPLS signalling protocol. Thus at
             a transit LSR, this table (if the table is supported
             and if the signaling protocol is recording actual
             route information) contains the actual route of the
             whole tunnel. If the signaling protocol is not
             recording the actual route, this table MAY report
             the information from the mplsTunnelHopTable or the
             mplsTunnelCHopTable.

            Each row in this table is indexed by
             mplsTunnelARHopListIndex. Each row also has a
             secondary index mplsTunnelARHopIndex, corresponding
             to the next hop that this row corresponds to.

            Please note that since the information necessary to
             build entries within this table is not provided by
             some MPLS signalling protocols, implementation of
             this table is optional. Furthermore, since the
             information in this table is actually provided by
             the MPLS signalling protocol after the path has
             been set-up, the entries in this table are provided
             only for observation, and hence, all variables in
             this table are accessible exclusively as read-
             only.

            Note also that the contents of this table may change
             while it is being read because of re-routing
             activities. A network administrator may verify that
             the actual route read is consistent by reference to
             the mplsTunnelLastPathChange object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 7 }

.1.3.6.1.2.1.10.166.3.2.7.1
mplsTunnelARHopEntry OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsTunnelARHopListIndex, mplsTunnelARHopIndex }
  DESCRIPTION	"An entry in this table represents a tunnel hop.  An
             entry is created by the agent for signaled ERLSP
             set up by an MPLS signalling protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelARHopTable(7) 1 }

.1.3.6.1.2.1.10.166.3.2.7.1.1
mplsTunnelARHopListIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Primary index into this table identifying a
             particular recorded hop list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelARHopTable(7) mplsTunnelARHopEntry(1) 1 }

.1.3.6.1.2.1.10.166.3.2.7.1.2
mplsTunnelARHopIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Secondary index into this table identifying the
             particular hop."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelARHopTable(7) mplsTunnelARHopEntry(1) 2 }

.1.3.6.1.2.1.10.166.3.2.7.1.3
mplsTunnelARHopAddrType OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), asnumber(3), unnum(4), lspid(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Hop Address Type of this tunnel hop.

            Note that lspid(5) is a valid option only
            for tunnels signaled via CRLDP."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelARHopTable(7) mplsTunnelARHopEntry(1) 3 }

.1.3.6.1.2.1.10.166.3.2.7.1.4
mplsTunnelARHopIpAddr OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddress
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Tunnel Hop Address for this tunnel hop.

            The type of this address is determined by the
            value of the corresponding mplsTunnelARHopAddrType.
            If mplsTunnelARHopAddrType is set to unnum(4),
             then this value contains the LSR Router ID of the
             unnumbered interface. Otherwise the agent SHOULD
             set this object to the zero-length string and the
             manager should ignore this object."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelARHopTable(7) mplsTunnelARHopEntry(1) 4 }

.1.3.6.1.2.1.10.166.3.2.7.1.5
mplsTunnelARHopAddrUnnum OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddressUnnum
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If mplsTunnelARHopAddrType is set to unnum(4), then
             this value will contain the interface identifier of
             the unnumbered interface for this hop. This object
             should be used in conjunction with
             mplsTunnelARHopIpAddr which would contain the LSR
             Router ID in this case. Otherwise the agent should
             set this object to zero-length string and the
             manager should ignore this."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelARHopTable(7) mplsTunnelARHopEntry(1) 5 }

.1.3.6.1.2.1.10.166.3.2.7.1.6
mplsTunnelARHopLspId OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsLSPID
  SYNTAX	OCTET STRING (2 | 6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If mplsTunnelARHopAddrType is set to lspid(5), then
             this value will contain the LSP ID of this hop.
             This object is otherwise insignificant and should
             contain a value of 0 to indicate this fact."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelARHopTable(7) mplsTunnelARHopEntry(1) 6 }

.1.3.6.1.2.1.10.166.3.2.8
mplsTunnelCHopTable OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mplsTunnelCHopTable is used to indicate the
             hops, strict or loose, for an MPLS tunnel defined
             in mplsTunnelTable, as computed by a constraint-
             based routing protocol, based on the
             mplsTunnelHopTable for the outgoing direction of
             the tunnel. Thus at a transit LSR, this table (if
             the table is supported) MAY contain the path
             computed by the CSPF engine on (or on behalf of)
             this LSR. Each row in this table is indexed by
             mplsTunnelCHopListIndex.  Each row also has a
             secondary index mplsTunnelCHopIndex, corresponding
             to the next hop that this row corresponds to. In
             case we want to specify a particular interface on
             the originating LSR of an outgoing tunnel by which
             we want packets to exit the LSR, we specify this as
             the first hop for this tunnel in
             mplsTunnelCHopTable.

            Please note that since the information necessary to
             build entries within this table may not be
             supported by some LSRs, implementation of this
             table is optional. Furthermore, since the
             information in this table describes the path
             computed by the CSPF engine the entries in this
             table are read-only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 8 }

.1.3.6.1.2.1.10.166.3.2.8.1
mplsTunnelCHopEntry OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsTunnelCHopListIndex, mplsTunnelCHopIndex }
  DESCRIPTION	"An entry in this table represents a tunnel hop.  An
             entry in this table is created by a path
             computation engine using CSPF techniques applied to
             the information collected by routing protocols and
             the hops specified in the corresponding
             mplsTunnelHopTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) 1 }

.1.3.6.1.2.1.10.166.3.2.8.1.1
mplsTunnelCHopListIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Primary index into this table identifying a
             particular computed hop list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) mplsTunnelCHopEntry(1) 1 }

.1.3.6.1.2.1.10.166.3.2.8.1.2
mplsTunnelCHopIndex OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsPathIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Secondary index into this table identifying the
             particular hop."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) mplsTunnelCHopEntry(1) 2 }

.1.3.6.1.2.1.10.166.3.2.8.1.3
mplsTunnelCHopAddrType OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), asnumber(3), unnum(4), lspid(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Hop Address Type of this tunnel hop.

            Note that lspid(5) is a valid option only
            for tunnels signaled via CRLDP."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) mplsTunnelCHopEntry(1) 3 }

.1.3.6.1.2.1.10.166.3.2.8.1.4
mplsTunnelCHopIpAddr OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddress
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Tunnel Hop Address for this tunnel hop.
            The type of this address is determined by the
             value of the corresponding mplsTunnelCHopAddrType.

            If mplsTunnelCHopAddrType is set to unnum(4), then
             this value will contain the LSR Router ID of the
             unnumbered interface. Otherwise the agent should
             set this object to the zero-length string and the
             manager SHOULD ignore this object."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) mplsTunnelCHopEntry(1) 4 }

.1.3.6.1.2.1.10.166.3.2.8.1.5
mplsTunnelCHopIpPrefixLen OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If mplsTunnelCHopAddrType is set to ipv4(1) or
              ipv6(2), then this value will contain an
              appropriate prefix length for the IP address in
              object mplsTunnelCHopIpAddr. Otherwise this value
              is irrelevant and should be ignored.
             "
  DEFVAL	{ 32 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) mplsTunnelCHopEntry(1) 5 }

.1.3.6.1.2.1.10.166.3.2.8.1.6
mplsTunnelCHopAsNumber OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddressAS
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If mplsTunnelCHopAddrType is set to asnumber(3),
             then this value will contain the AS number of this
             hop. Otherwise the agent should set this object to
             zero-length string and the manager should ignore
             this."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) mplsTunnelCHopEntry(1) 6 }

.1.3.6.1.2.1.10.166.3.2.8.1.7
mplsTunnelCHopAddrUnnum OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TeHopAddressUnnum
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If mplsTunnelCHopAddrType is set to unnum(4), then
             this value will contain the unnumbered interface
             identifier of this hop. This object should be used
             in conjunction with mplsTunnelCHopIpAddr which
             would contain the LSR Router ID in this case.
             Otherwise the agent should set this object to zero-
             length string and the manager should ignore this."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) mplsTunnelCHopEntry(1) 7 }

.1.3.6.1.2.1.10.166.3.2.8.1.8
mplsTunnelCHopLspId OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsLSPID
  SYNTAX	OCTET STRING (2 | 6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If mplsTunnelCHopAddrType is set to lspid(5), then
             this value will contain the LSP ID of this hop.
             This object is otherwise insignificant and should
             contain a value of 0 to indicate this fact."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) mplsTunnelCHopEntry(1) 8 }

.1.3.6.1.2.1.10.166.3.2.8.1.9
mplsTunnelCHopType OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	INTEGER {strict(1), loose(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes whether this is tunnel hop is routed in a
             strict or loose fashion."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCHopTable(8) mplsTunnelCHopEntry(1) 9 }

.1.3.6.1.2.1.10.166.3.2.9
mplsTunnelPerfTable OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides per-tunnel instance MPLS
             performance information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 9 }

.1.3.6.1.2.1.10.166.3.2.9.1
mplsTunnelPerfEntry OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ mplsTunnelEntry }
  DESCRIPTION	"An entry in this table is created by the LSR for
             every tunnel.  Its is an extension to
             mplsTunnelEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelPerfTable(9) 1 }

.1.3.6.1.2.1.10.166.3.2.9.1.1
mplsTunnelPerfPackets OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets forwarded by the tunnel.
            This object should represents the 32-bit
            value of the least significant part of the
            64-bit value if both mplsTunnelPerfHCPackets
            is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelPerfTable(9) mplsTunnelPerfEntry(1) 1 }

.1.3.6.1.2.1.10.166.3.2.9.1.2
mplsTunnelPerfHCPackets OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High capacity counter for number of packets
            forwarded by the tunnel. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelPerfTable(9) mplsTunnelPerfEntry(1) 2 }

.1.3.6.1.2.1.10.166.3.2.9.1.3
mplsTunnelPerfErrors OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets dropped because of errors or for
            other reasons."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelPerfTable(9) mplsTunnelPerfEntry(1) 3 }

.1.3.6.1.2.1.10.166.3.2.9.1.4
mplsTunnelPerfBytes OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes forwarded by the tunnel.
            This object should represents the 32-bit
            value of the least significant part of the
            64-bit value if both mplsTunnelPerfHCBytes
            is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelPerfTable(9) mplsTunnelPerfEntry(1) 4 }

.1.3.6.1.2.1.10.166.3.2.9.1.5
mplsTunnelPerfHCBytes OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High capacity counter for number of bytes forwarded
             by the tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelPerfTable(9) mplsTunnelPerfEntry(1) 5 }

.1.3.6.1.2.1.10.166.3.2.10
mplsTunnelCRLDPResTable OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mplsTunnelCRLDPResTable allows a manager to
             specify which CR-LDP-specific resources are desired
             for an MPLS tunnel if that tunnel is signaled using
             CR-LDP. Note that these attributes are in addition
             to those specified in mplsTunnelResourceTable. This
             table also allows several tunnels to point to a
             single entry in this table, implying that these
             tunnels should share resources."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 10 }

.1.3.6.1.2.1.10.166.3.2.10.1
mplsTunnelCRLDPResEntry OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsTunnelResourceIndex }
  DESCRIPTION	"An entry in this table represents a set of resources
             for an MPLS tunnel established using CRLDP
             (mplsTunnelSignallingProto equal to crldp (3)). An
             entry can be created by a network administrator or
             by an SNMP agent as instructed by any MPLS
             signalling protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCRLDPResTable(10) 1 }

.1.3.6.1.2.1.10.166.3.2.10.1.1
mplsTunnelCRLDPResMeanBurstSize OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsBurstSize
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mean burst size in bytes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCRLDPResTable(10) mplsTunnelCRLDPResEntry(1) 1 }

.1.3.6.1.2.1.10.166.3.2.10.1.2
mplsTunnelCRLDPResExBurstSize OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION MplsBurstSize
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Excess burst size in bytes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCRLDPResTable(10) mplsTunnelCRLDPResEntry(1) 2 }

.1.3.6.1.2.1.10.166.3.2.10.1.3
mplsTunnelCRLDPResFrequency OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	INTEGER {unspecified(1), frequent(2), veryFrequent(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The granularity of the availability of committed
             rate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCRLDPResTable(10) mplsTunnelCRLDPResEntry(1) 3 }

.1.3.6.1.2.1.10.166.3.2.10.1.4
mplsTunnelCRLDPResWeight OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The relative weight for using excess bandwidth above
             its committed rate.  The value of 0 means that
             weight is not applicable for the CR-LSP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCRLDPResTable(10) mplsTunnelCRLDPResEntry(1) 4 }

.1.3.6.1.2.1.10.166.3.2.10.1.5
mplsTunnelCRLDPResFlags OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  SYNTAX	Unsigned32 (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of the 1 byte Flags conveyed as part of
             the traffic parameters during the establishment of
             the CRLSP. The bits in this object are to be
             interpreted as follows.

             +--+--+--+--+--+--+--+--+
             | Res |F6|F5|F4|F3|F2|F1|
             +--+--+--+--+--+--+--+--+

           Res - These bits are reserved. Zero on transmission.
             Ignored on receipt.
           F1 - Corresponds to the PDR.
           F2 - Corresponds to the PBS.
           F3 - Corresponds to the CDR.
           F4 - Corresponds to the CBS.
           F5 - Corresponds to the EBS.
           F6 - Corresponds to the Weight.

           Each flag if is a Negotiable Flag corresponding to a
             Traffic Parameter. The Negotiable Flag value zero
             denotes Not Negotiable and value one denotes
             Negotiable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCRLDPResTable(10) mplsTunnelCRLDPResEntry(1) 5 }

.1.3.6.1.2.1.10.166.3.2.10.1.6
mplsTunnelCRLDPResRowStatus OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
             delete a row in this table.  When a row in this
             table is in active(1) state, no objects in that row
             can be modified by the agent except
             mplsTunnelCRLDPResRowStatus and
             mplsTunnelCRLDPResStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCRLDPResTable(10) mplsTunnelCRLDPResEntry(1) 6 }

.1.3.6.1.2.1.10.166.3.2.10.1.7
mplsTunnelCRLDPResStorageType OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this CR-LDP Resource entry.
            Conceptual rows having the value 'permanent'
            need not allow write-access to any columnar
            objects in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) mplsTunnelCRLDPResTable(10) mplsTunnelCRLDPResEntry(1) 7 }

.1.3.6.1.2.1.10.166.3.2.11
mplsTunnelNotificationEnable OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If this object is true, then it enables the
             generation of mplsTunnelUp and mplsTunnelDown
             traps, otherwise these traps are not emitted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeObjects(2) 11 }

.1.3.6.1.2.1.10.166.3.3
mplsTeConformance OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) 3 }

.1.3.6.1.2.1.10.166.3.3.1
mplsTeGroups OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) 1 }

.1.3.6.1.2.1.10.166.3.3.1.1
mplsTunnelGroup OBJECT-GROUP
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Necessary, but not sufficient, set of objects to
             implement tunnels.  In addition, depending on the
             type of the tunnels supported (for example,
             manually configured or signaled, persistent or non-
             persistent, etc.), the following other groups
             defined below are mandatory: mplsTunnelManualGroup
             and/or mplsTunnelSignaledGroup,
             mplsTunnelIsNotIntfcGroup and/or
             mplsTunnelIsIntfcGroup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeGroups(1) 1 }

.1.3.6.1.2.1.10.166.3.3.1.2
mplsTunnelManualGroup OBJECT-GROUP
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Object(s) needed to implement manually configured
             tunnels."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeGroups(1) 2 }

.1.3.6.1.2.1.10.166.3.3.1.3
mplsTunnelSignaledGroup OBJECT-GROUP
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Objects needed to implement signaled tunnels."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeGroups(1) 3 }

.1.3.6.1.2.1.10.166.3.3.1.4
mplsTunnelScalarGroup OBJECT-GROUP
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Scalar object needed to implement MPLS tunnels."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeGroups(1) 4 }

.1.3.6.1.2.1.10.166.3.3.1.5
mplsTunnelIsIntfcGroup OBJECT-GROUP
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Objects needed to implement tunnels that are
             interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeGroups(1) 5 }

.1.3.6.1.2.1.10.166.3.3.1.6
mplsTunnelIsNotIntfcGroup OBJECT-GROUP
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Objects needed to implement tunnels that are not
             interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeGroups(1) 6 }

.1.3.6.1.2.1.10.166.3.3.1.7
mplsTunnelCRLDPResOptionalGroup OBJECT-GROUP
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Set of objects implemented for resources applicable
             for tunnels signaled using CR-LDP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeGroups(1) 7 }

.1.3.6.1.2.1.10.166.3.3.1.8
mplsTeNotificationGroup OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Set of notifications implemented in this module.
             None is mandatory."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeGroups(1) 8 }

.1.3.6.1.2.1.10.166.3.3.2
mplsTeCompliances OBJECT-TYPE
  -- FROM	MPLS-TE-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) 2 }

.1.3.6.1.2.1.10.166.3.3.2.1
mplsTeModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Compliance statement for agents that provide full
             support the MPLS-TE-STD-MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeCompliances(2) 1 }

.1.3.6.1.2.1.10.166.3.3.2.2
mplsTeModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-TE-STD-MIB
  DESCRIPTION	"Compliance requirement for implementations that only
             provide read-only support for MPLS-TE-STD-MIB.
             Such devices can then be monitored but cannot be
             configured using this MIB modules."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsTeStdMIB(3) mplsTeConformance(3) mplsTeCompliances(2) 2 }

.1.3.6.1.2.1.10.166.4
mplsLdpStdMIB MODULE-IDENTITY
  -- FROM	MPLS-LDP-STD-MIB
  DESCRIPTION	"Copyright (C) The Internet Society (2004). The
             initial version of this MIB module was published
             in RFC 3815. For full legal notices see the RFC
             itself or see:
             http://www.ietf.org/copyrights/ianamib.html

             This MIB contains managed object definitions for the
             'Multiprotocol Label Switching, Label Distribution
             Protocol, LDP' document."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) 4 }

.1.3.6.1.2.1.10.166.4.0
mplsLdpNotifications OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) 0 }

.1.3.6.1.2.1.10.166.4.0.1
mplsLdpInitSessionThresholdExceeded NOTIFICATION-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  OBJECTS	{ mplsLdpEntityInitSessionThreshold }
  DESCRIPTION	"This notification is generated when the value of
             the 'mplsLdpEntityInitSessionThreshold' object
             is not zero, and the number of Session
             Initialization messages exceeds the value
             of the 'mplsLdpEntityInitSessionThreshold' object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpNotifications(0) 1 }

.1.3.6.1.2.1.10.166.4.0.2
mplsLdpPathVectorLimitMismatch NOTIFICATION-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  OBJECTS	{ mplsLdpEntityPathVectorLimit, mplsLdpPeerPathVectorLimit }
  DESCRIPTION	"This notification is sent when the
             'mplsLdpEntityPathVectorLimit' does NOT match
             the value of the 'mplsLdpPeerPathVectorLimit' for
             a specific Entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpNotifications(0) 2 }

.1.3.6.1.2.1.10.166.4.0.3
mplsLdpSessionUp NOTIFICATION-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  OBJECTS	{ mplsLdpSessionState, mplsLdpSessionDiscontinuityTime, mplsLdpSessionStatsUnknownMesTypeErrors, mplsLdpSessionStatsUnknownTlvErrors }
  DESCRIPTION	"If this notification is sent when the
             value of 'mplsLdpSessionState' enters
             the 'operational(5)' state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpNotifications(0) 3 }

.1.3.6.1.2.1.10.166.4.0.4
mplsLdpSessionDown NOTIFICATION-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  OBJECTS	{ mplsLdpSessionState, mplsLdpSessionDiscontinuityTime, mplsLdpSessionStatsUnknownMesTypeErrors, mplsLdpSessionStatsUnknownTlvErrors }
  DESCRIPTION	"This notification is sent when the
             value of 'mplsLdpSessionState' leaves
             the 'operational(5)' state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpNotifications(0) 4 }

.1.3.6.1.2.1.10.166.4.1
mplsLdpObjects OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) 1 }

.1.3.6.1.2.1.10.166.4.1.1
mplsLdpLsrObjects OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) 1 }

.1.3.6.1.2.1.10.166.4.1.1.1
mplsLdpLsrId OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLsrIdentifier
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Label Switching Router's Identifier."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpLsrObjects(1) 1 }

.1.3.6.1.2.1.10.166.4.1.1.2
mplsLdpLsrLoopDetectionCapable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	INTEGER {none(1), other(2), hopCount(3), pathVector(4), hopCountAndPathVector(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A indication of whether this
             Label Switching Router supports
             loop detection.

             none(1) -- Loop Detection is not supported
                        on this LSR.

             other(2) -- Loop Detection is supported but
                         by a method other than those
                         listed below.

             hopCount(3) -- Loop Detection is supported by
                            Hop Count only.

             pathVector(4) -- Loop Detection is supported by
                              Path Vector only.

             hopCountAndPathVector(5) -- Loop Detection is
                                  supported by both Hop Count
                                  And Path Vector.

             Since Loop Detection is determined during
             Session Initialization, an individual session
             may not be running with loop detection.  This
             object simply gives an indication of whether or not the
             LSR has the ability to support Loop Detection and
             which types."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpLsrObjects(1) 2 }

.1.3.6.1.2.1.10.166.4.1.2
mplsLdpEntityObjects OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) 2 }

.1.3.6.1.2.1.10.166.4.1.2.1
mplsLdpEntityLastChange OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the most
             recent addition or deletion of an entry
             to/from the mplsLdpEntityTable/mplsLdpEntityStatsTable, or
             the most recent change in value of any objects in the
             mplsLdpEntityTable.
             If no such changes have occurred since the last
             re-initialization of the local management subsystem,
             then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) 1 }

.1.3.6.1.2.1.10.166.4.1.2.2
mplsLdpEntityIndexNext OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to
             be used for mplsLdpEntityIndex when creating
             entries in the mplsLdpEntityTable. The value
             0 indicates that no unassigned entries are
             available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) 2 }

.1.3.6.1.2.1.10.166.4.1.2.3
mplsLdpEntityTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the
             MPLS Label Distribution Protocol Entities which
             exist on this Label Switching Router (LSR)
             or Label Edge Router (LER)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) 3 }

.1.3.6.1.2.1.10.166.4.1.2.3.1
mplsLdpEntityEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsLdpEntityLdpId, mplsLdpEntityIndex }
  DESCRIPTION	"An entry in this table represents an LDP entity.
              An entry can be created by a network administrator
              or by an SNMP agent as instructed by LDP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) 1 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.1
mplsLdpEntityLdpId OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLdpIdentifier
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1d.1d.1d.1d:2d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The LDP identifier."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.2
mplsLdpEntityIndex OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is used as a secondary index to uniquely
             identify this row.  Before creating a row in this table,
             the 'mplsLdpEntityIndexNext' object should be retrieved.
             That value should be used for the value of this index
             when creating a row in this table.  NOTE:  if a value
             of zero (0) is retrieved, that indicates that no rows
             can be created in this table at this time.

             A secondary index (this object) is meaningful to some
             but not all, LDP implementations.  For example
             an LDP implementation which uses PPP would
             use this index to differentiate PPP sub-links.

             Another way to use this index is to give this the
             value of ifIndex.  However, this is dependant
             on the implementation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.3
mplsLdpEntityProtocolVersion OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The version number of the LDP protocol which will be
            used in the session initialization message.

            Section 3.5.3 in the LDP Specification specifies
            that the version of the LDP protocol is negotiated during
            session establishment. The value of this object
            represents the value that is sent in the initialization
            message."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.4
mplsLdpEntityAdminStatus OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administrative status of this LDP Entity.
             If this object is changed from 'enable' to 'disable'
             and this entity has already attempted to establish
             contact with a Peer, then all contact with that
             Peer is lost and all information from that Peer
             needs to be removed from the MIB. (This implies
             that the network management subsystem should clean
             up any related entry in the mplsLdpPeerTable.  This
             further implies that a 'tear-down' for that session
             is issued and the session and all information related
             to that session cease to exist).

             At this point the operator is able to change values
             which are related to this entity.

             When the admin status is set back to 'enable', then
             this Entity will attempt to establish a new session
             with the Peer."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 4 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.5
mplsLdpEntityOperStatus OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	INTEGER {unknown(1), enabled(2), disabled(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational status of this LDP Entity.

             The value of unknown(1) indicates that the
             operational status cannot be determined at
             this time.  The value of unknown should be
             a transient condition before changing
             to enabled(2) or disabled(3)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 5 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.6
mplsLdpEntityTcpPort OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The TCP Port for
             LDP.  The default value is the well-known
             value of this port."
  DEFVAL	{ 646 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 6 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.7
mplsLdpEntityUdpDscPort OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP Discovery Port for
             LDP.  The default value is the
             well-known value for this port."
  DEFVAL	{ 646 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 7 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.8
mplsLdpEntityMaxPduLength OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (256..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum PDU Length that is sent in
            the Common Session Parameters of an Initialization
            Message. According to the LDP Specification [RFC3036]
            a value of 255 or less specifies the
            default maximum length of 4096 octets, this is why
            the value of this object starts at 256.  The operator
            should explicitly choose the default value (i.e., 4096),
            or some other value.

            The receiving LSR MUST calculate the maximum PDU
            length for the session by using the smaller of its and
            its peer's proposals for Max PDU Length."
  DEFVAL	{ 4096 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 8 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.9
mplsLdpEntityKeepAliveHoldTimer OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The 16-bit integer value which is the proposed keep
             alive hold timer for this LDP Entity."
  DEFVAL	{ 40 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 9 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.10
mplsLdpEntityHelloHoldTimer OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The 16-bit integer value which is the proposed Hello
             hold timer for this LDP Entity. The Hello Hold time
             in seconds.

             An LSR maintains a record of Hellos received
             from potential peers.  This object represents
             the Hold Time in the Common Hello Parameters TLV of
             the Hello Message.

             A value of 0 is a default value and should be
             interpretted in conjunction with the
             mplsLdpEntityTargetPeer object.

             If the value of this object is 0: if the value of the
             mplsLdpEntityTargetPeer object is false(2), then this
             specifies that the Hold Time's actual default value is
             15 seconds (i.e., the default Hold time for Link Hellos
             is 15 seconds).  Otherwise if the value of the
             mplsLdpEntityTargetPeer object is true(1), then this
             specifies that the Hold Time's actual default value is
             45 seconds (i.e., the default Hold time for Targeted
             Hellos is 45 seconds).

             A value of 65535 means infinite (i.e., wait forever).

             All other values represent the amount of time in
             seconds to wait for a Hello Message.  Setting the
             hold time to a value smaller than 15 is not
             recommended, although not forbidden according
             to RFC3036."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 10 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.11
mplsLdpEntityInitSessionThreshold OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When attempting to establish a session with
             a given Peer, the given LDP Entity should
             send out the SNMP notification,
             'mplsLdpInitSessionThresholdExceeded', when
             the number of Session Initialization messages
             sent exceeds this threshold.

             The notification is used to notify an
             operator when this Entity and its Peer are
             possibly engaged in an endless sequence
             of messages as each NAKs the other's

             Initialization messages with Error Notification
             messages.  Setting this threshold which triggers
             the notification is one way to notify the
             operator.  The notification should be generated
             each time this threshold is exceeded and
             for every subsequent Initialization message
             which is NAK'd with an Error Notification
             message after this threshold is exceeded.

             A value of 0 (zero) for this object
             indicates that the threshold is infinity, thus
             the SNMP notification will never be generated."
  DEFVAL	{ 8 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 11 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.12
mplsLdpEntityLabelDistMethod OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLabelDistributionMethod
  SYNTAX	INTEGER {downstreamOnDemand(1), downstreamUnsolicited(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For any given LDP session, the method of
             label distribution must be specified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 12 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.13
mplsLdpEntityLabelRetentionMode OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsRetentionMode
  SYNTAX	INTEGER {conservative(1), liberal(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The LDP Entity can be configured to use either
             conservative or liberal label retention mode.

             If the value of this object is conservative(1)
             then advertized label mappings are retained
             only if they will be used to forward packets,
             i.e., if label came from a valid next hop.

             If the value of this object is liberal(2)
             then all advertized label mappings are retained
             whether they are from a valid next hop or not."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 13 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.14
mplsLdpEntityPathVectorLimit OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the value of this object is 0 (zero) then
             Loop Detection for Path Vectors is disabled.

             Otherwise, if this object has a value greater than
             zero, then Loop Dection for Path Vectors is enabled,
             and the Path Vector Limit is this value.
             Also, the value of the object,
             'mplsLdpLsrLoopDetectionCapable', must be set to
             either 'pathVector(4)' or 'hopCountAndPathVector(5)',
             if this object has a value greater than 0 (zero),
             otherwise it is ignored."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 14 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.15
mplsLdpEntityHopCountLimit OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the value of this object is 0 (zero),
             then Loop Detection using Hop Counters is
             disabled.

             If the value of this object is greater than
             0 (zero) then Loop Detection using Hop
             Counters is enabled, and this object
             specifies this Entity's maximum allowable
             value for the Hop Count.
             Also, the value of the object
             mplsLdpLsrLoopDetectionCapable must be set
             to either 'hopCount(3)' or
             'hopCountAndPathVector(5)' if this object
             has a value greater than 0 (zero), otherwise
             it is ignored."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 15 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.16
mplsLdpEntityTransportAddrKind OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	INTEGER {interface(1), loopback(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This specifies whether the loopback or interface
             address is to be used as the transport address
             in the transport address TLV of the
             hello message.

             If the value is interface(1), then the IP
             address of the interface from which hello
             messages are sent is used as the transport
             address in the hello message.

             Otherwise, if the value is loopback(2), then the IP
             address of the loopback interface is used as the
             transport address in the hello message."
  DEFVAL	{ loopback }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 16 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.17
mplsLdpEntityTargetPeer OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If this LDP entity uses targeted peer then set
             this to true."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 17 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.18
mplsLdpEntityTargetPeerAddrType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of the internetwork layer address used for
             the Extended Discovery.  This object indicates how
             the value of mplsLdpEntityTargetPeerAddr is to
             be interpreted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 18 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.19
mplsLdpEntityTargetPeerAddr OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of the internetwork layer address
             used for the Extended Discovery.  The value of
             mplsLdpEntityTargetPeerAddrType specifies how
             this address is to be interpreted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 19 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.20
mplsLdpEntityLabelType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLdpLabelType
  SYNTAX	INTEGER {generic(1), atm(2), frameRelay(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the optional parameters for the LDP
             Initialization Message.

             If the value is generic(1) then no
             optional parameters will be sent in
             the LDP Initialization message associated
             with this Entity.

             If the value is atmParameters(2) then
             a row must be created in the
             mplsLdpEntityAtmTable, which
             corresponds to this entry.

             If the value is frameRelayParameters(3) then
             a row must be created in the
             mplsLdpEntityFrameRelayTable, which
             corresponds to this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 20 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.21
mplsLdpEntityDiscontinuityTime OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion
             at which any one or more of this entity's counters
             suffered a discontinuity.  The relevant counters
             are the specific instances associated with this
             entity of any Counter32 object contained
             in the 'mplsLdpEntityStatsTable'.  If no such
             discontinuities have occurred since the last
             re-initialization of the local management
             subsystem, then this object contains a zero
             value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 21 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.22
mplsLdpEntityStorageType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
             Conceptual rows having the value 'permanent(4)'
             need not allow write-access to any columnar
             objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 22 }

.1.3.6.1.2.1.10.166.4.1.2.3.1.23
mplsLdpEntityRowStatus OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.  All writable
              objects in this row may be modified at any
              time, however, as described in detail in
              the section entitled, 'Changing Values After
              Session Establishment', and again described
              in the DESCRIPTION clause of the
              mplsLdpEntityAdminStatus object, if a session
              has been initiated with a Peer, changing objects
              in this table will wreak havoc with the session
              and interrupt traffic.  To repeat again:
              the recommended procedure is to
              set the mplsLdpEntityAdminStatus to down, thereby
              explicitly causing a session to be torn down. Then,
              change objects in this entry, then set
              the mplsLdpEntityAdminStatus to enable,
              which enables a new session to be initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityTable(3) mplsLdpEntityEntry(1) 23 }

.1.3.6.1.2.1.10.166.4.1.2.4
mplsLdpEntityStatsTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is a read-only table which augments
             the mplsLdpEntityTable.  The purpose of this
             table is to keep statistical information about
             the LDP Entities on the LSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) 4 }

.1.3.6.1.2.1.10.166.4.1.2.4.1
mplsLdpEntityStatsEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ mplsLdpEntityEntry }
  DESCRIPTION	"A row in this table contains statistical information
             about an LDP Entity.  Some counters contained in a
             row are for fatal errors received during a former
             LDP Session associated with this entry.  For example,
             an LDP PDU received on a TCP connection during an
             LDP Session contains a fatal error.  That
             error is counted here, because the
             session is terminated.

             If the error is NOT fatal (i.e., the Session
             remains), then the error is counted in the
             mplsLdpSessionStatsEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) 1 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.1
mplsLdpEntityStatsSessionAttempts OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the Session Initialization messages
             which were sent or received by this LDP Entity and
             were NAK'd.   In other words, this counter counts
             the number of session initializations that failed.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.2
mplsLdpEntityStatsSessionRejectedNoHelloErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the Session Rejected/No Hello Error
             Notification Messages sent or received by
             this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.3
mplsLdpEntityStatsSessionRejectedAdErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the Session Rejected/Parameters
             Advertisement Mode Error Notification Messages sent
             or received by this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.4
mplsLdpEntityStatsSessionRejectedMaxPduErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the Session Rejected/Parameters

             Max Pdu Length Error Notification Messages sent
             or received by this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 4 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.5
mplsLdpEntityStatsSessionRejectedLRErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the Session Rejected/Parameters
             Label Range Notification Messages sent
             or received by this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 5 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.6
mplsLdpEntityStatsBadLdpIdentifierErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Bad LDP Identifier
             Fatal Errors detected by the session(s)
             (past and present) associated with this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 6 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.7
mplsLdpEntityStatsBadPduLengthErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Bad PDU Length
             Fatal Errors detected by the session(s)
             (past and present) associated with this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 7 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.8
mplsLdpEntityStatsBadMessageLengthErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Bad Message
             Length Fatal Errors detected by the session(s)
             (past and present) associated with this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 8 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.9
mplsLdpEntityStatsBadTlvLengthErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Bad TLV
             Length Fatal Errors detected by the session(s)
             (past and present) associated with this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 9 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.10
mplsLdpEntityStatsMalformedTlvValueErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Malformed TLV
             Value Fatal Errors detected by the session(s)
             (past and present) associated with this
             LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 10 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.11
mplsLdpEntityStatsKeepAliveTimerExpErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Session Keep Alive
             Timer Expired Errors detected by the session(s)
             (past and present) associated with this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 11 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.12
mplsLdpEntityStatsShutdownReceivedNotifications OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Shutdown Notifications
             received related to session(s) (past and present)
             associated with this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 12 }

.1.3.6.1.2.1.10.166.4.1.2.4.1.13
mplsLdpEntityStatsShutdownSentNotifications OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Shutdown Notfications
             sent related to session(s) (past and present) associated
             with this LDP Entity.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpEntityDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpEntityObjects(2) mplsLdpEntityStatsTable(4) mplsLdpEntityStatsEntry(1) 13 }

.1.3.6.1.2.1.10.166.4.1.3
mplsLdpSessionObjects OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) 3 }

.1.3.6.1.2.1.10.166.4.1.3.1
mplsLdpPeerLastChange OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the most
             recent addition or deletion to/from the
             mplsLdpPeerTable/mplsLdpSessionTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 1 }

.1.3.6.1.2.1.10.166.4.1.3.2
mplsLdpPeerTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about LDP peers known by Entities in
             the mplsLdpEntityTable.  The information in this table
             is based on information from the Entity-Peer interaction
             during session initialization but is not appropriate
             for the mplsLdpSessionTable, because objects in this
             table may or may not be used in session establishment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 2 }

.1.3.6.1.2.1.10.166.4.1.3.2.1
mplsLdpPeerEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsLdpEntityLdpId, mplsLdpEntityIndex, mplsLdpPeerLdpId }
  DESCRIPTION	"Information about a single Peer which is related
             to a Session.  This table is augmented by
             the mplsLdpSessionTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpPeerTable(2) 1 }

.1.3.6.1.2.1.10.166.4.1.3.2.1.1
mplsLdpPeerLdpId OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLdpIdentifier
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1d.1d.1d.1d:2d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The LDP identifier of this LDP Peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpPeerTable(2) mplsLdpPeerEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.2.1.2
mplsLdpPeerLabelDistMethod OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLabelDistributionMethod
  SYNTAX	INTEGER {downstreamOnDemand(1), downstreamUnsolicited(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For any given LDP session, the method of
             label distribution must be specified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpPeerTable(2) mplsLdpPeerEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.3.2.1.3
mplsLdpPeerPathVectorLimit OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the value of this object is 0 (zero) then
             Loop Dection for Path Vectors for this Peer
             is disabled.

             Otherwise, if this object has a value greater than
             zero, then Loop Dection for Path  Vectors for this
             Peer is enabled and the Path Vector Limit is this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpPeerTable(2) mplsLdpPeerEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.1.3.2.1.4
mplsLdpPeerTransportAddrType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the Internet address for the
             mplsLdpPeerTransportAddr object.  The LDP
             specification describes this as being either
             an IPv4 Transport Address or IPv6 Transport
             Address which is used in opening the LDP session's
             TCP connection, or if the optional TLV is not
             present, then this is the IPv4/IPv6 source
             address for the UPD packet carrying the Hellos.

             This object specifies how the value of the
             mplsLdpPeerTransportAddr object should be
             interpreted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpPeerTable(2) mplsLdpPeerEntry(1) 4 }

.1.3.6.1.2.1.10.166.4.1.3.2.1.5
mplsLdpPeerTransportAddr OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Internet address advertised by the peer
             in the Hello Message or the Hello source address.

             The type of this address is specified by the
             value of the mplsLdpPeerTransportAddrType
             object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpPeerTable(2) mplsLdpPeerEntry(1) 5 }

.1.3.6.1.2.1.10.166.4.1.3.3
mplsLdpSessionTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Sessions between the LDP Entities
             and LDP Peers.  This table AUGMENTS the
             mplsLdpPeerTable.  Each row in this table
             represents a single session."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 3 }

.1.3.6.1.2.1.10.166.4.1.3.3.1
mplsLdpSessionEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ mplsLdpPeerEntry }
  DESCRIPTION	"An entry in this table represents information on a
             single session between an LDP Entity and LDP Peer.
             The information contained in a row is read-only.

             Please note:  the Path Vector Limit for the
             Session is the value which is configured in
             the corresponding mplsLdpEntityEntry. The
             Peer's Path Vector Limit is in the
             mplsLdpPeerPathVectorLimit object in the
             mplsLdpPeerTable.

             Values which may differ from those configured are
             noted in the objects of this table, the
             mplsLdpAtmSessionTable and the
             mplsLdpFrameRelaySessionTable. A value will
             differ if it was negotiated between the
             Entity and the Peer.  Values may or may not
             be negotiated.  For example, if the values
             are the same then no negotiation takes place.
             If they are negotiated, then they may differ."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionTable(3) 1 }

.1.3.6.1.2.1.10.166.4.1.3.3.1.1
mplsLdpSessionStateLastChange OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this
             Session entered its current state as
             denoted by the mplsLdpSessionState
             object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionTable(3) mplsLdpSessionEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.3.1.2
mplsLdpSessionState OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	INTEGER {nonexistent(1), initialized(2), openrec(3), opensent(4), operational(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state of the session, all of the
             states 1 to 5 are based on the state machine
             for session negotiation behavior."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionTable(3) mplsLdpSessionEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.3.3.1.3
mplsLdpSessionRole OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	INTEGER {unknown(1), active(2), passive(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"During session establishment the LSR/LER takes either
             the active role or the passive role based on address
             comparisons.  This object indicates whether this LSR/LER
             was behaving in an active role or passive role during
             this session's establishment.

             The value of unknown(1), indicates that the role is not
             able to be determined at the present time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionTable(3) mplsLdpSessionEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.1.3.3.1.4
mplsLdpSessionProtocolVersion OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of the LDP Protocol which
             this session is using.  This is the version of
             the LDP protocol which has been negotiated
             during session initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionTable(3) mplsLdpSessionEntry(1) 4 }

.1.3.6.1.2.1.10.166.4.1.3.3.1.5
mplsLdpSessionKeepAliveHoldTimeRem OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The keep alive hold time remaining for
             this session."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionTable(3) mplsLdpSessionEntry(1) 5 }

.1.3.6.1.2.1.10.166.4.1.3.3.1.6
mplsLdpSessionKeepAliveTime OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated KeepAlive Time which
                represents the amount of seconds between
                keep alive messages.  The
                mplsLdpEntityKeepAliveHoldTimer
                related to this Session is the
                value that was proposed as the
                KeepAlive Time for this session.

                This value is negotiated during
                session initialization between
                the entity's proposed value
                (i.e., the value configured in
                mplsLdpEntityKeepAliveHoldTimer)
                and the peer's proposed
                KeepAlive Hold Timer value.
                This value is the smaller
                of the two proposed values."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionTable(3) mplsLdpSessionEntry(1) 6 }

.1.3.6.1.2.1.10.166.4.1.3.3.1.7
mplsLdpSessionMaxPduLength OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of maximum allowable length for LDP PDUs for
                this session.  This value may have been negotiated
                during the Session Initialization.  This object is
                related to the mplsLdpEntityMaxPduLength object.  The
                mplsLdpEntityMaxPduLength object specifies the requested
                LDP PDU length, and this object reflects the negotiated
                LDP PDU length between the Entity and
                the Peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionTable(3) mplsLdpSessionEntry(1) 7 }

.1.3.6.1.2.1.10.166.4.1.3.3.1.8
mplsLdpSessionDiscontinuityTime OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion
             at which any one or more of this session's counters
             suffered a discontinuity.  The relevant counters are
             the specific instances associated with this session
             of any Counter32 object contained in the
             mplsLdpSessionStatsTable.

             The initial value of this object is the value of
             sysUpTime when the entry was created in this table.

             Also, a command generator can distinguish when a session
             between a given Entity and Peer goes away and a new
             session is established.  This value would change and
             thus indicate to the command generator that this is a
             different session."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionTable(3) mplsLdpSessionEntry(1) 8 }

.1.3.6.1.2.1.10.166.4.1.3.4
mplsLdpSessionStatsTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of statistics for Sessions between
             LDP Entities and LDP Peers.  This table AUGMENTS
             the mplsLdpPeerTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 4 }

.1.3.6.1.2.1.10.166.4.1.3.4.1
mplsLdpSessionStatsEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ mplsLdpPeerEntry }
  DESCRIPTION	"An entry in this table represents statistical
             information on a single session between an LDP
             Entity and LDP Peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionStatsTable(4) 1 }

.1.3.6.1.2.1.10.166.4.1.3.4.1.1
mplsLdpSessionStatsUnknownMesTypeErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Unknown Message Type
             Errors detected by this LSR/LER during this session.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpSessionDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionStatsTable(4) mplsLdpSessionStatsEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.4.1.2
mplsLdpSessionStatsUnknownTlvErrors OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of Unknown TLV Errors
             detected by this LSR/LER during this session.

             Discontinuities in the value of this counter can occur
             at re-initialization of the management system, and at
             other times as indicated by the value of
             mplsLdpSessionDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionStatsTable(4) mplsLdpSessionStatsEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.3.5
mplsLdpHelloAdjacencyObjects OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 5 }

.1.3.6.1.2.1.10.166.4.1.3.5.1
mplsLdpHelloAdjacencyTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Hello Adjacencies for Sessions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpHelloAdjacencyObjects(5) 1 }

.1.3.6.1.2.1.10.166.4.1.3.5.1.1
mplsLdpHelloAdjacencyEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsLdpEntityLdpId, mplsLdpEntityIndex, mplsLdpPeerLdpId, mplsLdpHelloAdjacencyIndex }
  DESCRIPTION	"Each row represents a single LDP Hello Adjacency.
             An LDP Session can have one or more Hello
             Adjacencies."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpHelloAdjacencyObjects(5) mplsLdpHelloAdjacencyTable(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.5.1.1.1
mplsLdpHelloAdjacencyIndex OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An identifier for this specific adjacency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpHelloAdjacencyObjects(5) mplsLdpHelloAdjacencyTable(1) mplsLdpHelloAdjacencyEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.5.1.1.2
mplsLdpHelloAdjacencyHoldTimeRem OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the value of this object is 65535,
             this means that the hold time is infinite
             (i.e., wait forever).

             Otherwise, the time remaining for
             this Hello Adjacency to receive its
             next Hello Message.

             This interval will change when the 'next'
             Hello Message which corresponds to this
             Hello Adjacency is received unless it
             is infinite."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpHelloAdjacencyObjects(5) mplsLdpHelloAdjacencyTable(1) mplsLdpHelloAdjacencyEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.3.5.1.1.3
mplsLdpHelloAdjacencyHoldTime OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Hello hold time which is negotiated between
             the Entity and the Peer.  The entity associated
             with this Hello Adjacency issues a proposed
             Hello Hold Time value in the
             mplsLdpEntityHelloHoldTimer object.  The peer
             also proposes a value and this object represents
             the negotiated value.

             A value of 0 means the default,
             which is 15 seconds for Link Hellos
             and 45 seconds for Targeted Hellos.
             A value of 65535 indicates an
             infinite hold time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpHelloAdjacencyObjects(5) mplsLdpHelloAdjacencyTable(1) mplsLdpHelloAdjacencyEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.1.3.5.1.1.4
mplsLdpHelloAdjacencyType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	INTEGER {link(1), targeted(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This adjacency is the result of a 'link'
             hello if the value of this object is link(1).
             Otherwise, it is a result of a 'targeted'
             hello, targeted(2)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpHelloAdjacencyObjects(5) mplsLdpHelloAdjacencyTable(1) mplsLdpHelloAdjacencyEntry(1) 4 }

.1.3.6.1.2.1.10.166.4.1.3.6
mplsInSegmentLdpLspTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of LDP LSP's which
             map to the mplsInSegmentTable in the
             MPLS-LSR-STD-MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 6 }

.1.3.6.1.2.1.10.166.4.1.3.6.1
mplsInSegmentLdpLspEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsLdpEntityLdpId, mplsLdpEntityIndex, mplsLdpPeerLdpId, mplsInSegmentLdpLspIndex }
  DESCRIPTION	"An entry in this table represents information
             on a single LDP LSP which is represented by
             a session's index triple (mplsLdpEntityLdpId,
             mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the
             index for the mplsInSegmentTable
             (mplsInSegmentLdpLspLabelIndex) from the
             MPLS-LSR-STD-MIB.

             The information contained in a row is read-only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsInSegmentLdpLspTable(6) 1 }

.1.3.6.1.2.1.10.166.4.1.3.6.1.1
mplsInSegmentLdpLspIndex OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This contains the same value as the
             mplsInSegmentIndex in the
             MPLS-LSR-STD-MIB's mplsInSegmentTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsInSegmentLdpLspTable(6) mplsInSegmentLdpLspEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.6.1.2
mplsInSegmentLdpLspLabelType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLdpLabelType
  SYNTAX	INTEGER {generic(1), atm(2), frameRelay(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Layer 2 Label Type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsInSegmentLdpLspTable(6) mplsInSegmentLdpLspEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.3.6.1.3
mplsInSegmentLdpLspType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLspType
  SYNTAX	INTEGER {unknown(1), terminatingLsp(2), originatingLsp(3), crossConnectingLsp(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of LSP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsInSegmentLdpLspTable(6) mplsInSegmentLdpLspEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.1.3.7
mplsOutSegmentLdpLspTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of LDP LSP's which
             map to the mplsOutSegmentTable in the
            MPLS-LSR-STD-MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 7 }

.1.3.6.1.2.1.10.166.4.1.3.7.1
mplsOutSegmentLdpLspEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsLdpEntityLdpId, mplsLdpEntityIndex, mplsLdpPeerLdpId, mplsOutSegmentLdpLspIndex }
  DESCRIPTION	"An entry in this table represents information
             on a single LDP LSP which is represented by
             a session's index triple (mplsLdpEntityLdpId,
             mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the
             index (mplsOutSegmentLdpLspIndex)
             for the mplsOutSegmentTable.

             The information contained in a row is read-only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsOutSegmentLdpLspTable(7) 1 }

.1.3.6.1.2.1.10.166.4.1.3.7.1.1
mplsOutSegmentLdpLspIndex OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This contains the same value as the
             mplsOutSegmentIndex in the
             MPLS-LSR-STD-MIB's mplsOutSegmentTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsOutSegmentLdpLspTable(7) mplsOutSegmentLdpLspEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.7.1.2
mplsOutSegmentLdpLspLabelType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLdpLabelType
  SYNTAX	INTEGER {generic(1), atm(2), frameRelay(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Layer 2 Label Type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsOutSegmentLdpLspTable(7) mplsOutSegmentLdpLspEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.3.7.1.3
mplsOutSegmentLdpLspType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsLspType
  SYNTAX	INTEGER {unknown(1), terminatingLsp(2), originatingLsp(3), crossConnectingLsp(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of LSP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsOutSegmentLdpLspTable(7) mplsOutSegmentLdpLspEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.1.3.8
mplsFecObjects OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 8 }

.1.3.6.1.2.1.10.166.4.1.3.8.1
mplsFecLastChange OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the most
             recent addition/deletion of an entry
             to/from the mplsLdpFectTable or
             the most recent change in values to any objects
             in the mplsLdpFecTable.

             If no such changes have occurred since the last
             re-initialization of the local management subsystem,
             then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) 1 }

.1.3.6.1.2.1.10.166.4.1.3.8.2
mplsFecIndexNext OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to
             be used for mplsFecIndex when creating
             entries in the mplsFecTable. The value
             0 indicates that no unassigned entries are
             available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) 2 }

.1.3.6.1.2.1.10.166.4.1.3.8.3
mplsFecTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table represents the FEC
             (Forwarding Equivalence Class)
             Information associated with an LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) 3 }

.1.3.6.1.2.1.10.166.4.1.3.8.3.1
mplsFecEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsFecIndex }
  DESCRIPTION	"Each row represents a single FEC Element."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) mplsFecTable(3) 1 }

.1.3.6.1.2.1.10.166.4.1.3.8.3.1.1
mplsFecIndex OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index which uniquely identifies this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) mplsFecTable(3) mplsFecEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.8.3.1.2
mplsFecType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	INTEGER {prefix(1), hostAddress(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of the FEC.  If the value of this object
             is 'prefix(1)' then the FEC type described by this
             row is an address prefix.

             If the value of this object is 'hostAddress(2)' then
             the FEC type described by this row is a host address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) mplsFecTable(3) mplsFecEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.3.8.3.1.3
mplsFecAddrPrefixLength OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the value of the 'mplsFecType' is 'hostAddress(2)'
             then this object is undefined.

             If the value of 'mplsFecType' is 'prefix(1)'
             then the value of this object is the length in
             bits of the address prefix represented by
             'mplsFecAddr', or zero.  If the value of this
             object is zero, this indicates that the
             prefix matches all addresses.  In this case the
             address prefix MUST also be zero (i.e., 'mplsFecAddr'
             should have the value of zero.)"
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) mplsFecTable(3) mplsFecEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.1.3.8.3.1.4
mplsFecAddrType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object is the type of the
             Internet address.  The value of this object,
             decides how the value of the mplsFecAddr object
             is interpreted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) mplsFecTable(3) mplsFecEntry(1) 4 }

.1.3.6.1.2.1.10.166.4.1.3.8.3.1.5
mplsFecAddr OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object is interpreted based
             on the value of the 'mplsFecAddrType' object.

             This address is then further interpretted as
             an being used with the address prefix,
             or as the host address.  This further interpretation
             is indicated by the 'mplsFecType' object.
             In other words, the FEC element is populated
             according to the Prefix FEC Element value encoding, or
             the Host Address FEC Element encoding."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) mplsFecTable(3) mplsFecEntry(1) 5 }

.1.3.6.1.2.1.10.166.4.1.3.8.3.1.6
mplsFecStorageType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
             Conceptual rows having the value 'permanent(4)'
             need not allow write-access to any columnar
             objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) mplsFecTable(3) mplsFecEntry(1) 6 }

.1.3.6.1.2.1.10.166.4.1.3.8.3.1.7
mplsFecRowStatus OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.  If the value of this
             object is 'active(1)', then none of the writable objects
             of this entry can be modified, except to set this object
             to 'destroy(6)'.

             NOTE: if this row is being referenced by any entry in
             the mplsLdpLspFecTable, then a request to destroy
             this row, will result in an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsFecObjects(8) mplsFecTable(3) mplsFecEntry(1) 7 }

.1.3.6.1.2.1.10.166.4.1.3.9
mplsLdpLspFecLastChange OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the most
             recent addition/deletion of an entry
             to/from the mplsLdpLspFecTable or
             the most recent change in values to any objects in the
             mplsLdpLspFecTable.

             If no such changes have occurred since the last
             re-initialization of the local management subsystem,
             then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 9 }

.1.3.6.1.2.1.10.166.4.1.3.10
mplsLdpLspFecTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table which shows the relationship between
           LDP LSPs and FECs.  Each row represents
           a single LDP LSP to FEC association."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 10 }

.1.3.6.1.2.1.10.166.4.1.3.10.1
mplsLdpLspFecEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsLdpEntityLdpId, mplsLdpEntityIndex, mplsLdpPeerLdpId, mplsLdpLspFecSegment, mplsLdpLspFecSegmentIndex, mplsLdpLspFecIndex }
  DESCRIPTION	"An entry represents a LDP LSP
           to FEC association."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpLspFecTable(10) 1 }

.1.3.6.1.2.1.10.166.4.1.3.10.1.1
mplsLdpLspFecSegment OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	INTEGER {inSegment(1), outSegment(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"If the value is inSegment(1), then this
            indicates that the following index,
            mplsLdpLspFecSegmentIndex, contains the same
            value as the mplsInSegmentLdpLspIndex.

            Otherwise, if the value of this object is
            outSegment(2),  then this
            indicates that following index,
            mplsLdpLspFecSegmentIndex, contains the same
            value as the mplsOutSegmentLdpLspIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpLspFecTable(10) mplsLdpLspFecEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.10.1.2
mplsLdpLspFecSegmentIndex OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is interpretted by using the value
            of the mplsLdpLspFecSegment.

            If the mplsLdpLspFecSegment is inSegment(1),
            then this index has the same value as
            mplsInSegmentLdpLspIndex.

            If the mplsLdpLspFecSegment is outSegment(2),
            then this index has the same value as
            mplsOutSegmentLdpLspIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpLspFecTable(10) mplsLdpLspFecEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.3.10.1.3
mplsLdpLspFecIndex OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index identifies the FEC entry in the
             mplsFecTable associated with this session.
             In other words, the value of this index
             is the same as the value of the mplsFecIndex
             that denotes the FEC associated with this
             Session."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpLspFecTable(10) mplsLdpLspFecEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.1.3.10.1.4
mplsLdpLspFecStorageType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
            Conceptual rows having the value 'permanent(4)'
            need not allow write-access to any columnar
            objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpLspFecTable(10) mplsLdpLspFecEntry(1) 4 }

.1.3.6.1.2.1.10.166.4.1.3.10.1.5
mplsLdpLspFecRowStatus OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.  If the
             value of this object is 'active(1)', then
             none of the writable objects of this entry
             can be modified.

             The Agent should delete this row when
             the session ceases to exist.  If an
             operator wants to associate the session with
             a different FEC, the recommended
             procedure is (as described in detail in the section
             entitled, 'Changing Values After Session
             Establishment', and again described in the
             DESCRIPTION clause of the
             mplsLdpEntityAdminStatus object)
             is to set the mplsLdpEntityAdminStatus to
             down, thereby explicitly causing a session
             to be torn down. This will also
             cause this entry to be deleted.

             Then, set the mplsLdpEntityAdminStatus
             to enable which enables a new session to be initiated.
             Once the session is initiated, an entry may be
             added to this table to associate the new session
             with a FEC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpLspFecTable(10) mplsLdpLspFecEntry(1) 5 }

.1.3.6.1.2.1.10.166.4.1.3.11
mplsLdpSessionPeerAddrTable OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table 'extends' the mplsLdpSessionTable.
             This table is used to store Label Address Information
             from Label Address Messages received by this LSR from
             Peers.  This table is read-only and should be updated
             when Label Withdraw Address Messages are received, i.e.,
             Rows should be deleted as appropriate.

             NOTE:  since more than one address may be contained
             in a Label Address Message, this table 'sparse augments',
             the mplsLdpSessionTable's information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) 11 }

.1.3.6.1.2.1.10.166.4.1.3.11.1
mplsLdpSessionPeerAddrEntry OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsLdpEntityLdpId, mplsLdpEntityIndex, mplsLdpPeerLdpId, mplsLdpSessionPeerAddrIndex }
  DESCRIPTION	"An entry in this table represents information on
             a session's single next hop address which was
             advertised in an Address Message from the LDP peer.
             The information contained in a row is read-only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionPeerAddrTable(11) 1 }

.1.3.6.1.2.1.10.166.4.1.3.11.1.1
mplsLdpSessionPeerAddrIndex OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index which uniquely identifies this entry within
             a given session."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionPeerAddrTable(11) mplsLdpSessionPeerAddrEntry(1) 1 }

.1.3.6.1.2.1.10.166.4.1.3.11.1.2
mplsLdpSessionPeerNextHopAddrType OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The internetwork layer address type of this Next Hop
             Address as specified in the Label Address Message
             associated with this Session. The value of this
             object indicates how to interpret the value of
             mplsLdpSessionPeerNextHopAddr."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionPeerAddrTable(11) mplsLdpSessionPeerAddrEntry(1) 2 }

.1.3.6.1.2.1.10.166.4.1.3.11.1.3
mplsLdpSessionPeerNextHopAddr OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next hop address.  The type of this address
             is specified by the value of the
             mplsLdpSessionPeerNextHopAddrType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpObjects(1) mplsLdpSessionObjects(3) mplsLdpSessionPeerAddrTable(11) mplsLdpSessionPeerAddrEntry(1) 3 }

.1.3.6.1.2.1.10.166.4.2
mplsLdpConformance OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) 2 }

.1.3.6.1.2.1.10.166.4.2.1
mplsLdpGroups OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpConformance(2) 1 }

.1.3.6.1.2.1.10.166.4.2.1.1
mplsLdpGeneralGroup OBJECT-GROUP
  -- FROM	MPLS-LDP-STD-MIB
  DESCRIPTION	"Objects that apply to all MPLS LDP implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpConformance(2) mplsLdpGroups(1) 1 }

.1.3.6.1.2.1.10.166.4.2.1.2
mplsLdpLspGroup OBJECT-GROUP
  -- FROM	MPLS-LDP-STD-MIB
  DESCRIPTION	"These objects are for LDP implementations
             which interface to the Label Information Base (LIB)
             in the MPLS-LSR-STD-MIB.  The LIB is
             represented in the mplsInSegmentTable,
             mplsOutSegmentTable and mplsXCTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpConformance(2) mplsLdpGroups(1) 2 }

.1.3.6.1.2.1.10.166.4.2.1.3
mplsLdpNotificationsGroup OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
  DESCRIPTION	"The notification for an MPLS LDP implementation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpConformance(2) mplsLdpGroups(1) 3 }

.1.3.6.1.2.1.10.166.4.2.2
mplsLdpCompliances OBJECT-TYPE
  -- FROM	MPLS-LDP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpConformance(2) 2 }

.1.3.6.1.2.1.10.166.4.2.2.1
mplsLdpModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-LDP-STD-MIB
  DESCRIPTION	"The Module is implemented with support
             for read-create and read-write.  In other
             words, both monitoring and configuration
             are available when using this MODULE-COMPLIANCE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpConformance(2) mplsLdpCompliances(2) 1 }

.1.3.6.1.2.1.10.166.4.2.2.2
mplsLdpModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-LDP-STD-MIB
  DESCRIPTION	"The Module is implemented with support
             for read-only.  In other words, only monitoring
             is available by implementing this MODULE-COMPLIANCE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsLdpStdMIB(4) mplsLdpConformance(2) mplsLdpCompliances(2) 2 }

.1.3.6.1.2.1.10.166.8
mplsFTNStdMIB MODULE-IDENTITY
  -- FROM	MPLS-FTN-STD-MIB
  DESCRIPTION	"Copyright (C) The Internet Society (2004). The
           initial version of this MIB module was published
           in RFC 3814. For full legal notices see the RFC
           itself or see:
           http://www.ietf.org/copyrights/ianamib.html

           This MIB module contains managed object definitions for
           specifying FEC to NHLFE (FTN) mappings and corresponding
           performance for MPLS."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) 8 }

.1.3.6.1.2.1.10.166.8.0
mplsFTNNotifications OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) 0 }

.1.3.6.1.2.1.10.166.8.1
mplsFTNObjects OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) 1 }

.1.3.6.1.2.1.10.166.8.1.1
mplsFTNIndexNext OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION MplsFTNEntryIndexOrZero
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the next available valid value to
           be used for mplsFTNIndex when creating entries in the
           mplsFTNTable.

           When creating a new conceptual row (configuration
           entry) in mplsFTNTable with an SNMP SET operation the
           command generator (Network Management Application) must
           first issue a management protocol retrieval operation
           to obtain the current value of this object.

           If the command responder (agent) does not wish to allow
           creation of more entries in mplsFTNTable, possibly
           because of resource exhaustion, this object MUST return
           a value of 0.

           If a non-zero value is returned the Network Management
           Application must determine whether the value is indeed
           still unused since two Network Management Applications
           may attempt to create a row simultaneously and use the
           same value.

           If it is currently unused and the SET succeeds, the
           agent MUST change the value of this object to a
           currently unused non-zero value (according to an
           implementation specific algorithm) or zero (if no
           further row creation will be permitted).

           If the value is in use, however, the SET fails and the
           Network Management Application must then reread this
           object to obtain a new usable value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) 1 }

.1.3.6.1.2.1.10.166.8.1.2
mplsFTNTableLastChanged OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the last time an entry was added, deleted or
           modified in mplsFTNTable.  Management stations should
           consult this object to determine if mplsFTNTable
           requires their attention.  This object is particularly
           useful for applications performing a retrieval on
           mplsFTNTable to ensure that the table is not modified
           during the retrieval operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) 2 }

.1.3.6.1.2.1.10.166.8.1.3
mplsFTNTable OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the currently defined FTN entries.
           This table allows FEC to NHLFE mappings to be
           specified.  Each entry in this table defines a rule to
           be applied to incoming packets (on interfaces that the
           FTN entry is activated on using mplsFTNMapTable) and an
           action to be taken on matching packets
           (mplsFTNActionPointer).

           This table supports 6-tuple matching rules based on one
           or more of source address range, destination address
           range, source port range, destination port range, IPv4
           Protocol field or IPv6 next-header field and the
           DiffServ Code Point (DSCP) to be specified.

           The action pointer points either to instance of
           mplsXCEntry in MPLS-LSR-STD-MIB when the NHLFE is a non-
           TE LSP, or to an instance of mplsTunnelEntry in the
           MPLS-TE-STD-MIB when the NHLFE is an originating TE
           tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) 3 }

.1.3.6.1.2.1.10.166.8.1.3.1
mplsFTNEntry OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsFTNIndex }
  DESCRIPTION	"Each entry represents one FTN entry which defines a
           rule to compare incoming packets with and an action to
           be taken on matching packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) 1 }

.1.3.6.1.2.1.10.166.8.1.3.1.1
mplsFTNIndex OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION MplsFTNEntryIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is the unique index for a conceptual row in
           mplsFTNTable.

           To create a new conceptual row in mplsFTNTable a
           Network Management Application SHOULD retrieve the
           current value of mplsFTNIndexNext to determine the next
           valid available value of mplsFTNIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 1 }

.1.3.6.1.2.1.10.166.8.1.3.1.2
mplsFTNRowStatus OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Used for controlling the creation and deletion of this
           row. All writeable objects in this row may be modified
           at any time. If a Network Management Application
           attempts to delete a conceptual row by setting this
           object to 'destroy' and there are one or more entries
           in mplsFTNMapTable pointing to the row (i.e., when
           mplsFTNIndex of the conceptual row being deleted is
           equal to mplsFTNMapCurrIndex for one or more entries in
           mplsFTNMapTable), the agent MUST also destroy the
           corresponding entries in mplsFTNMapTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 2 }

.1.3.6.1.2.1.10.166.8.1.3.1.3
mplsFTNDescr OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of this FTN entry. Since the index for
           this table has no particular significance or meaning,
           this object should contain some meaningful text that an
           operator could use to further distinguish entries in
           this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 3 }

.1.3.6.1.2.1.10.166.8.1.3.1.4
mplsFTNMask OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  SYNTAX	BITS {sourceAddr(0), destAddr(1), sourcePort(2), destPort(3), protocol(4), dscp(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This bit map indicates which of the fields described
           next, namely source address range, destination address
           range, source port range, destination port range, IPv4
           Protocol field or IPv6 next-header field and
           Differentiated Services Code Point (DSCP) is active for
           this FTN entry. If a particular bit is set to zero then
           the corresponding field in the packet MUST be ignored
           for comparison purposes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 4 }

.1.3.6.1.2.1.10.166.8.1.3.1.5
mplsFTNAddrType OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object determines the type of address contained in
           the source and destination address objects
           (mplsFTNSourceAddrMin, mplsFTNSourceAddrMax,
           mplsFTNDestAddrMin and mplsFTNDestAddrMax) of a
           conceptual row.

           This object MUST NOT be set to unknown(0) when
           mplsFTNMask has bit positions sourceAddr(0) or
           destAddr(1) set to one.

           When both these bit positions of mplsFTNMask are set to
           zero the value of mplsFTNAddrType SHOULD be set to
           unknown(0) and the corresponding source and destination
           address objects SHOULD be set to zero-length strings."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 5 }

.1.3.6.1.2.1.10.166.8.1.3.1.6
mplsFTNSourceAddrMin OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The lower end of the source address range. The type of
           this object is determined by the corresponding
           mplsFTNAddrType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 6 }

.1.3.6.1.2.1.10.166.8.1.3.1.7
mplsFTNSourceAddrMax OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The upper end of the source address range. The type of
           this object is determined by the corresponding
           mplsFTNAddrType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 7 }

.1.3.6.1.2.1.10.166.8.1.3.1.8
mplsFTNDestAddrMin OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The lower end of the destination address range. The
           type of this object is determined by the corresponding
           mplsFTNAddrType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 8 }

.1.3.6.1.2.1.10.166.8.1.3.1.9
mplsFTNDestAddrMax OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The higher end of the destination address range. The
           type of this object is determined by the corresponding
           mplsFTNAddrType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 9 }

.1.3.6.1.2.1.10.166.8.1.3.1.10
mplsFTNSourcePortMin OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The lower end of the source port range."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 10 }

.1.3.6.1.2.1.10.166.8.1.3.1.11
mplsFTNSourcePortMax OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The higher end of the source port range "
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 11 }

.1.3.6.1.2.1.10.166.8.1.3.1.12
mplsFTNDestPortMin OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The lower end of the destination port range."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 12 }

.1.3.6.1.2.1.10.166.8.1.3.1.13
mplsFTNDestPortMax OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The higher end of the destination port range."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 13 }

.1.3.6.1.2.1.10.166.8.1.3.1.14
mplsFTNProtocol OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP protocol to match against the IPv4 protocol
           number or IPv6 Next-Header number in the packet. A
           value of 255 means match all.  Note that the protocol
           number of 255 is reserved by IANA, and Next-Header
           number of 0 is used in IPv6."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 14 }

.1.3.6.1.2.1.10.166.8.1.3.1.15
mplsFTNDscp OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION Dscp
  SYNTAX	Integer32 (0..63) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The contents of the DSCP field."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 15 }

.1.3.6.1.2.1.10.166.8.1.3.1.16
mplsFTNActionType OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  SYNTAX	INTEGER {redirectLsp(1), redirectTunnel(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of action to be taken on packets matching this
           FTN entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 16 }

.1.3.6.1.2.1.10.166.8.1.3.1.17
mplsFTNActionPointer OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If mplsFTNActionType is redirectLsp(1), then this
           object MUST contain zeroDotZero or point to a instance
           of mplsXCEntry indicating the LSP to redirect matching
           packets to.

           If mplsFTNActionType is redirectTunnel(2), then this
           object MUST contain zeroDotZero or point to a instance
           of mplsTunnelEntry indicating the MPLS TE tunnel to
           redirect matching packets to.

           If this object points to a conceptual row instance in a
           table consistent with mplsFTNActionType but this
           instance does not currently exist then no action will
           be taken on packets matching such an FTN entry till
           this instance comes into existence.

           If this object contains zeroDotZero then no action will
           be taken on packets matching such an FTN entry till it
           is populated with a valid pointer consistent with the
           value of mplsFTNActionType as explained above."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 17 }

.1.3.6.1.2.1.10.166.8.1.3.1.18
mplsFTNStorageType OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this FTN entry. Conceptual rows
           having the value 'permanent' need not allow write-
           access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNTable(3) mplsFTNEntry(1) 18 }

.1.3.6.1.2.1.10.166.8.1.4
mplsFTNMapTableLastChanged OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the last time an entry was added, deleted or
           modified in mplsFTNMapTable. Management stations should
           consult this object to determine if the table requires
           their attention.  This object is particularly useful
           for applications performing a retrieval on
           mplsFTNMapTable to ensure that the table is not
           modified during the retrieval operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) 4 }

.1.3.6.1.2.1.10.166.8.1.5
mplsFTNMapTable OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects which provide the
           capability to apply or map FTN rules as defined by
           entries in mplsFTNTable to specific interfaces in the
           system.  FTN rules are compared with incoming packets
           in the order in which they are applied on an interface.

           The indexing structure of mplsFTNMapTable is as
           follows.

           - mplsFTNMapIndex indicates the interface to which the
             rule is being applied.  A value of 0 represents the
             application of the rule to all interfaces.

           - mplsFTNMapPrevIndex specifies the rule on the
             interface prior to the one being applied.  A value of
             0 specifies that the rule is being inserted at the
             head of the list of rules currently applied to the
             interface.

           - mplsFTNMapCurrIndex is the index in mplsFTNTable
             corresponding to the rule being applied.

           This indexing structure makes the entries in the table
           behave like items in a linked-list.  The object
           mplsFTNMapPrevIndex in each conceptual row is a pointer
           to the previous entry that is applied to a particular
           interface.  This allows a new entry to be 'inserted' at
           an arbitrary position in a list of entries currently
           applied to an interface.  This object is self-
           adjusting, i.e., its value is automatically adjusted by
           the agent, if necessary, after an insertion or deletion
           operation.

           Using this linked-list structure, one can retrieve FTN
           entries in the order of application on a per-interface
           basis as follows:

           - To determine the first FTN entry on an interface
             with index ifIndex perform a GETNEXT retrieval
             operation on mplsFTNMapRowStatus.ifIndex.0.0; the
             returned object, if one exists, is (say)
             mplsFTNMapRowStatus.ifIndex.0.n (mplsFTNMapRowStatus
             is the first accessible columnar object in the
             conceptual row). Then the index of the first FTN
             entry applied on this interface is n.

           - To determine the FTN entry applied to an interface
             after the one indexed by n perform a GETNEXT
             retrieval operation on
             mplsFTNMapRowStatus.ifIndex.n.0.  If such an entry
             exists the returned object would be of the form
             mplsFTNMapRowStatus.ifIndex.n.m.  Then the index of
             the next FTN entry applied on this interface is m.

           - If the FTN entry indexed by n is the last entry
             applied to the interface with index ifIndex then the
             object returned would either be:

             1.mplsFTNMapRowStatus.ifIndexNext.0.k, where
               ifIndexNext is the index of the next interface in
               ifTable to which an FTN entry has been applied, in
               which case k is the index of the first FTN entry
               applied to the interface with index ifIndexNext;

             or:

             2.mplsFTNMapStorageType.firstIfIndex.0.p, if there
               are no more entries in mplsFTNMapTable, where
               firstIfIndex is the first entry in ifTable to
               which an FTN entry has been mapped.

           Use the above steps to retrieve all the applied FTN
           entries on a per-interface basis in application order.
           Note that the number of retrieval operations is the
           same as the number of applied FTN entries (i.e., the
           minimum number of GETNEXT operations needed using any
           indexing scheme).

           Agents MUST NOT allow the same FTN entry as specified
           by mplsFTNMapCurrIndex to be applied multiple times to
           the same interface.

           Agents MUST NOT allow the creation of rows in this
           table until the corresponding rows are created in the
           mplsFTNTable.

           If a row in mplsFTNTable is destroyed, the"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) 5 }

.1.3.6.1.2.1.10.166.8.1.5.1
mplsFTNMapEntry OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsFTNMapIndex, mplsFTNMapPrevIndex, mplsFTNMapCurrIndex }
  DESCRIPTION	"Each conceptual row represents the application of an
           FTN rule at a specific position in the list of FTN
           rules applied on an interface. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5) 1 }

.1.3.6.1.2.1.10.166.8.1.5.1.1
mplsFTNMapIndex OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index that this FTN entry is being
           applied to. A value of zero indicates an entry that is
           applied all interfaces.

           Entries mapped to an interface by specifying its (non-
           zero) interface index in mplsFTNMapIndex are applied
           ahead of entries with mplsFTNMapIndex equal to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5) mplsFTNMapEntry(1) 1 }

.1.3.6.1.2.1.10.166.8.1.5.1.2
mplsFTNMapPrevIndex OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION MplsFTNEntryIndexOrZero
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the previous FTN entry that was applied to
           this interface. The special value zero indicates that
           this should be the first FTN entry in the list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5) mplsFTNMapEntry(1) 2 }

.1.3.6.1.2.1.10.166.8.1.5.1.3
mplsFTNMapCurrIndex OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION MplsFTNEntryIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the current FTN entry that is being applied to
           this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5) mplsFTNMapEntry(1) 3 }

.1.3.6.1.2.1.10.166.8.1.5.1.4
mplsFTNMapRowStatus OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), createAndGo(4), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Used for controlling the creation and deletion of this
           row.

           All writable objects in this row may be modified at any
           time.

           If a conceptual row in mplsFTNMapTable points to a
           conceptual row in mplsFTNTable which is subsequently
           deleted, the corresponding conceptual row in
           mplsFTNMapTable MUST also be deleted by the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5) mplsFTNMapEntry(1) 4 }

.1.3.6.1.2.1.10.166.8.1.5.1.5
mplsFTNMapStorageType OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this entry.  Conceptual rows
           having the value 'permanent' need not allow write-
           access to any columnar objects in this row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5) mplsFTNMapEntry(1) 5 }

.1.3.6.1.2.1.10.166.8.1.6
mplsFTNPerfTable OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains performance statistics on FTN
           entries on a per-interface basis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) 6 }

.1.3.6.1.2.1.10.166.8.1.6.1
mplsFTNPerfEntry OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsFTNPerfIndex, mplsFTNPerfCurrIndex }
  DESCRIPTION	"Each entry contains performance information for the
           specified interface and an FTN entry mapped to this
           interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNPerfTable(6) 1 }

.1.3.6.1.2.1.10.166.8.1.6.1.1
mplsFTNPerfIndex OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index of an interface that an FTN entry
           has been applied/mapped to.  Each instance of this
           object corresponds to an instance of mplsFTNMapIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNPerfTable(6) mplsFTNPerfEntry(1) 1 }

.1.3.6.1.2.1.10.166.8.1.6.1.2
mplsFTNPerfCurrIndex OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION MplsFTNEntryIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of an FTN entry that has been applied/mapped to
           the specified interface.  Each instance of this object
           corresponds to an instance of mplsFTNMapCurrIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNPerfTable(6) mplsFTNPerfEntry(1) 2 }

.1.3.6.1.2.1.10.166.8.1.6.1.3
mplsFTNPerfMatchedPackets OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that matched the specified FTN entry
           if it is applied/mapped to the specified interface.
           Discontinuities in the value of this counter can occur
           at re-initialization of the management system, and at
           other times as indicated by the value of
           mplsFTNDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNPerfTable(6) mplsFTNPerfEntry(1) 3 }

.1.3.6.1.2.1.10.166.8.1.6.1.4
mplsFTNPerfMatchedOctets OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of octets that matched the specified FTN entry
           if it is applied/mapped to the specified interface.
           Discontinuities in the value of this counter can occur
           at re-initialization of the management system, and at
           other times as indicated by the value of
           mplsFTNDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNPerfTable(6) mplsFTNPerfEntry(1) 4 }

.1.3.6.1.2.1.10.166.8.1.6.1.5
mplsFTNPerfDiscontinuityTime OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at
           which any one or more of this entry's counters suffered
           a discontinuity.  If no such discontinuities have
           occurred since the last re-initialization of the local
           management subsystem, then this object contains a zero
           value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNPerfTable(6) mplsFTNPerfEntry(1) 5 }

.1.3.6.1.2.1.10.166.8.2
mplsFTNConformance OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) 2 }

.1.3.6.1.2.1.10.166.8.2.1
mplsFTNGroups OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNConformance(2) 1 }

.1.3.6.1.2.1.10.166.8.2.1.1
mplsFTNRuleGroup OBJECT-GROUP
  -- FROM	MPLS-FTN-STD-MIB
  DESCRIPTION	"Collection of objects that implement MPLS FTN rules."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNConformance(2) mplsFTNGroups(1) 1 }

.1.3.6.1.2.1.10.166.8.2.1.2
mplsFTNMapGroup OBJECT-GROUP
  -- FROM	MPLS-FTN-STD-MIB
  DESCRIPTION	"Collection of objects that implement activation of MPLS
           FTN entries on interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNConformance(2) mplsFTNGroups(1) 2 }

.1.3.6.1.2.1.10.166.8.2.1.3
mplsFTNPerfGroup OBJECT-GROUP
  -- FROM	MPLS-FTN-STD-MIB
  DESCRIPTION	"Collection of objects providing MPLS FTN performance
           information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNConformance(2) mplsFTNGroups(1) 3 }

.1.3.6.1.2.1.10.166.8.2.2
mplsFTNCompliances OBJECT-TYPE
  -- FROM	MPLS-FTN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNConformance(2) 2 }

.1.3.6.1.2.1.10.166.8.2.2.1
mplsFTNModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-FTN-STD-MIB
  DESCRIPTION	"Compliance statement for agents that provide full
           support for MPLS-FTN-STD-MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNConformance(2) mplsFTNCompliances(2) 1 }

.1.3.6.1.2.1.10.166.8.2.2.2
mplsFTNModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-FTN-STD-MIB
  DESCRIPTION	"Compliance requirement for implementations that only
           provide read-only support for MPLS-FTN-STD-MIB. Such
           devices can then be monitored but cannot be configured
           using this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNConformance(2) mplsFTNCompliances(2) 2 }

.1.3.6.1.2.1.10.166.11
mplsL3VpnMIB MODULE-IDENTITY
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"This MIB contains managed object definitions for the
         Layer-3 Multiprotocol Label Switching Virtual
         Private Networks.

        Copyright (C) The Internet Society (2006).  This
        version of this MIB module is part of RFC4382; see
        the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) 11 }

.1.3.6.1.2.1.10.166.11.0
mplsL3VpnNotifications OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) 0 }

.1.3.6.1.2.1.10.166.11.0.1
mplsL3VpnVrfUp NOTIFICATION-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  OBJECTS	{ mplsL3VpnIfConfRowStatus, mplsL3VpnVrfOperStatus }
  DESCRIPTION	"This notification is generated when:
        a. No interface is associated with this VRF, and the first
           (and only first) interface associated with it has its
           ifOperStatus change to up(1).

        b. One interface is associated with this VRF, and
           the ifOperStatus of this interface changes to up(1).

        c. Multiple interfaces are associated with this VRF, and the
           ifOperStatus of all interfaces is down(2), and the first
           of those interfaces has its ifOperStatus change to up(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnNotifications(0) 1 }

.1.3.6.1.2.1.10.166.11.0.2
mplsL3VpnVrfDown NOTIFICATION-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  OBJECTS	{ mplsL3VpnIfConfRowStatus, mplsL3VpnVrfOperStatus }
  DESCRIPTION	"This notification is generated when:
        a. One interface is associated with this VRF, and
           the ifOperStatus of this interface changes from up(1)
           to down(2).

        b. Multiple interfaces are associated with this VRF, and
           the ifOperStatus of all except one of these interfaces is
           equal to up(1), and the ifOperStatus of that interface
           changes from up(1) to down(2).

        c. The last interface with ifOperStatus equal to up(1)
           is disassociated from a VRF."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnNotifications(0) 2 }

.1.3.6.1.2.1.10.166.11.0.3
mplsL3VpnVrfRouteMidThreshExceeded NOTIFICATION-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  OBJECTS	{ mplsL3VpnVrfPerfCurrNumRoutes, mplsL3VpnVrfConfMidRteThresh }
  DESCRIPTION	"This notification is generated when the number of routes
        contained by the specified VRF exceeds the value indicated by
        mplsL3VpnVrfMidRouteThreshold.  A single notification MUST be
        generated when this threshold is exceeded, and no other
        notifications of this type should be issued until the value
        of mplsL3VpnVrfPerfCurrNumRoutes has fallen below that of
        mplsL3VpnVrfConfMidRteThresh."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnNotifications(0) 3 }

.1.3.6.1.2.1.10.166.11.0.4
mplsL3VpnVrfNumVrfRouteMaxThreshExceeded NOTIFICATION-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  OBJECTS	{ mplsL3VpnVrfPerfCurrNumRoutes, mplsL3VpnVrfConfHighRteThresh }
  DESCRIPTION	"This notification is generated when the number of routes
        contained by the specified VRF exceeds or attempts to exceed
        the maximum allowed value as indicated by
        mplsL3VpnVrfMaxRouteThreshold.  In cases where
        mplsL3VpnVrfConfHighRteThresh is set to the same value
        as mplsL3VpnVrfConfMaxRoutes, mplsL3VpnVrfConfHighRteThresh
        need not be exceeded; rather, just reached for this notification
        to be issued.

        Note that mplsL3VpnVrfConfRteMxThrshTime denotes the interval
        at which the this notification will be reissued after the
        maximum value has been exceeded (or reached if
        mplsL3VpnVrfConfMaxRoutes and mplsL3VpnVrfConfHighRteThresh are
        equal) and the initial notification has been issued.  This value
        is intended to prevent continuous generation of notifications by
        an agent in the event that routes are continually added to a VRF
        after it has reached its maximum value.  The default value is 0
        minutes.  If this value is set to 0, the agent should only issue
        a single notification at the time that the maximum threshold has
        been reached, and should not issue any more notifications until
        the value of routes has fallen below the configured threshold
        value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnNotifications(0) 4 }

.1.3.6.1.2.1.10.166.11.0.5
mplsL3VpnNumVrfSecIllglLblThrshExcd NOTIFICATION-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  OBJECTS	{ mplsL3VpnVrfSecIllegalLblVltns }
  DESCRIPTION	"This notification is generated when the number of illegal
        label violations on a VRF as indicated by
        mplsL3VpnVrfSecIllegalLblVltns has exceeded
        mplsL3VpnIllLblRcvThrsh.  The threshold is not
        included in the varbind here because the value of
        mplsL3VpnVrfSecIllegalLblVltns should be one greater than
        the threshold at the time this notification is issued."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnNotifications(0) 5 }

.1.3.6.1.2.1.10.166.11.0.6
mplsL3VpnNumVrfRouteMaxThreshCleared NOTIFICATION-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  OBJECTS	{ mplsL3VpnVrfPerfCurrNumRoutes, mplsL3VpnVrfConfHighRteThresh }
  DESCRIPTION	"This notification is generated only after the number of routes
        contained by the specified VRF exceeds or attempts to exceed
        the maximum allowed value as indicated by
        mplsVrfMaxRouteThreshold, and then falls below this value.  The
        emission of this notification informs the operator that the
        error condition has been cleared without the operator having to
        query the device.

        Note that mplsL3VpnVrfConfRteMxThrshTime denotes the interval at
        which the mplsNumVrfRouteMaxThreshExceeded notification will
        be reissued after the maximum value has been exceeded (or
        reached if mplsL3VpnVrfConfMaxRoutes and
        mplsL3VpnVrfConfHighRteThresh are equal) and the initial
        notification has been issued.  Therefore,
        the generation of this notification should also be emitted with
        this same frequency (assuming that the error condition is
        cleared).  Specifically, if the error condition is reached and
        cleared several times during the period of time specified in
        mplsL3VpnVrfConfRteMxThrshTime, only a single notification will
        be issued to indicate the first instance of the error condition
        as well as the first time the error condition is cleared.
        This behavior is intended to prevent continuous generation of
        notifications by an agent in the event that routes are
        continually added and removed to/from a VRF after it has
        reached its maximum value.  The default value is 0.  If this
        value is set to 0, the agent should issue a notification
        whenever the maximum threshold has been cleared."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnNotifications(0) 6 }

.1.3.6.1.2.1.10.166.11.1
mplsL3VpnObjects OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) 1 }

.1.3.6.1.2.1.10.166.11.1.1
mplsL3VpnScalars OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) 1 }

.1.3.6.1.2.1.10.166.11.1.1.1
mplsL3VpnConfiguredVrfs OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VRFs that are configured on this node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnScalars(1) 1 }

.1.3.6.1.2.1.10.166.11.1.1.2
mplsL3VpnActiveVrfs OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VRFs that are active on this node.
        That is, those VRFs whose corresponding mplsL3VpnVrfOperStatus
        object value is equal to operational (1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnScalars(1) 2 }

.1.3.6.1.2.1.10.166.11.1.1.3
mplsL3VpnConnectedInterfaces OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of interfaces connected to a VRF."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnScalars(1) 3 }

.1.3.6.1.2.1.10.166.11.1.1.4
mplsL3VpnNotificationEnable OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If this object is true, then it enables the
         generation of all notifications defined in
         this MIB.  This object's value should be
         preserved across agent reboots."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnScalars(1) 4 }

.1.3.6.1.2.1.10.166.11.1.1.5
mplsL3VpnVrfConfMaxPossRts OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes maximum number of routes that the device
      will allow all VRFs jointly to hold.  If this value is
      set to 0, this indicates that the device is
      unable to determine the absolute maximum.  In this
      case, the configured maximum MAY not actually
      be allowed by the device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnScalars(1) 5 }

.1.3.6.1.2.1.10.166.11.1.1.6
mplsL3VpnVrfConfRteMxThrshTime OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the interval in seconds, at which the route max threshold
      notification may be reissued after the maximum value has been
      exceeded (or has been reached if mplsL3VpnVrfConfMaxRoutes and
      mplsL3VpnVrfConfHighRteThresh are equal) and the initial
      notification has been issued.  This value is intended to prevent
      continuous generation of notifications by an agent in the event
      that routes are continually added to a VRF after it has reached
      its maximum value.  If this value is set to 0, the agent should
      only issue a single notification at the time that the maximum
      threshold has been reached, and should not issue any more
      notifications until the value of routes has fallen below the
      configured threshold value.  This is the recommended default
      behavior."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnScalars(1) 6 }

.1.3.6.1.2.1.10.166.11.1.1.7
mplsL3VpnIllLblRcvThrsh OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of illegally received labels above which
        the mplsNumVrfSecIllglLblThrshExcd notification
        is issued.  The persistence of this value mimics
        that of the device's configuration."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnScalars(1) 7 }

.1.3.6.1.2.1.10.166.11.1.2
mplsL3VpnConf OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) 2 }

.1.3.6.1.2.1.10.166.11.1.2.1
mplsL3VpnIfConfTable OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS capability
        and associated information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) 1 }

.1.3.6.1.2.1.10.166.11.1.2.1.1
mplsL3VpnIfConfEntry OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsL3VpnVrfName, mplsL3VpnIfConfIndex }
  DESCRIPTION	"An entry in this table is created by an LSR for
        every interface capable of supporting MPLS L3VPN.
        Each entry in this table is meant to correspond to
        an entry in the Interfaces Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnIfConfTable(1) 1 }

.1.3.6.1.2.1.10.166.11.1.2.1.1.1
mplsL3VpnIfConfIndex OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is a unique index for an entry in the
        mplsL3VpnIfConfTable.  A non-zero index for an
        entry indicates the ifIndex for the corresponding
        interface entry in the MPLS-VPN-layer in the ifTable.
        Note that this table does not necessarily correspond
        one-to-one with all entries in the Interface MIB
        having an ifType of MPLS-layer; rather, only those
        that are enabled for MPLS L3VPN functionality."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnIfConfTable(1) mplsL3VpnIfConfEntry(1) 1 }

.1.3.6.1.2.1.10.166.11.1.2.1.1.2
mplsL3VpnIfVpnClassification OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	INTEGER {carrierOfCarrier(1), enterprise(2), interProvider(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes whether this link participates in a
        carrier's carrier, enterprise, or inter-provider
        scenario."
  DEFVAL	{ enterprise }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnIfConfTable(1) mplsL3VpnIfConfEntry(1) 2 }

.1.3.6.1.2.1.10.166.11.1.2.1.1.3
mplsL3VpnIfVpnRouteDistProtocol OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	BITS {none(0), bgp(1), ospf(2), rip(3), isis(4), static(5), other(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the route distribution protocol across the
        PE-CE link.  Note that more than one routing protocol
        may be enabled at the same time; thus, this object is
        specified as a bitmask.  For example, static(5) and
        ospf(2) are a typical configuration."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnIfConfTable(1) mplsL3VpnIfConfEntry(1) 3 }

.1.3.6.1.2.1.10.166.11.1.2.1.1.4
mplsL3VpnIfConfStorageType OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this VPN If entry.
        Conceptual rows having the value 'permanent'
        need not allow write access to any columnar
        objects in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnIfConfTable(1) mplsL3VpnIfConfEntry(1) 4 }

.1.3.6.1.2.1.10.166.11.1.2.1.1.5
mplsL3VpnIfConfRowStatus OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
        delete a row in this table.  Rows in this
        table signify that the specified interface is
        associated with this VRF.  If the row creation
        operation succeeds, the interface will have been
        associated with the specified VRF, otherwise the
        agent MUST not allow the association.  If the agent
        only allows read-only operations on this table, it
        MUST create entries in this table as they are created
        on the device.  When a row in this table is in
        active(1) state, no objects in that row can be
        modified except mplsL3VpnIfConfStorageType and
        mplsL3VpnIfConfRowStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnIfConfTable(1) mplsL3VpnIfConfEntry(1) 5 }

.1.3.6.1.2.1.10.166.11.1.2.2
mplsL3VpnVrfTable OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS L3VPN
        VRF Table capability and associated information.
        Entries in this table define VRF routing instances
        associated with MPLS/VPN interfaces.  Note that
        multiple interfaces can belong to the same VRF
        instance.  The collection of all VRF instances
        comprises an actual VPN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) 2 }

.1.3.6.1.2.1.10.166.11.1.2.2.1
mplsL3VpnVrfEntry OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsL3VpnVrfName }
  DESCRIPTION	"An entry in this table is created by an LSR for
        every VRF capable of supporting MPLS L3VPN.  The
        indexing provides an ordering of VRFs per-VPN
        interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) 1 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.1
mplsL3VpnVrfName OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION MplsL3VpnName
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The human-readable name of this VPN.  This MAY
        be equivalent to the [RFC2685] VPN-ID, but may
        also vary.  If it is set to the VPN ID, it MUST
        be equivalent to the value of mplsL3VpnVrfVpnId.
        It is strongly recommended that all sites supporting
        VRFs that are part of the same VPN use the same
        naming convention for VRFs as well as the same VPN
        ID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 1 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.2
mplsL3VpnVrfVpnId OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION VPNIdOrZero
  SYNTAX	OCTET STRING (0 | 7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN ID as specified in [RFC2685].  If a VPN ID
        has not been specified for this VRF, then this
        variable SHOULD be set to a zero-length OCTET
        STRING."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 2 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.3
mplsL3VpnVrfDescription OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The human-readable description of this VRF."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 3 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.4
mplsL3VpnVrfRD OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION MplsL3VpnRouteDistinguisher
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The route distinguisher for this VRF."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 4 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.5
mplsL3VpnVrfCreationTime OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time at which this VRF entry was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 5 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.6
mplsL3VpnVrfOperStatus OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes whether or not a VRF is operational.  A VRF is
        up(1) when there is at least one interface associated
        with the VRF whose ifOperStatus is up(1).  A VRF is
        down(2) when:
        a. There does not exist at least one interface whose
           ifOperStatus is up(1).
        b. There are no interfaces associated with the VRF."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 6 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.7
mplsL3VpnVrfActiveInterfaces OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of interfaces connected to this VRF with
        ifOperStatus = up(1).

        This value should increase when an interface is associated
        with the corresponding VRF and its corresponding ifOperStatus
        is equal to up(1).  If an interface is associated whose
        ifOperStatus is not up(1), then the value is not incremented
        until such time as it transitions to this state.

        This value should be decremented when an interface is
        disassociated with a VRF or the corresponding ifOperStatus
        transitions out of the up(1) state to any other state.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 7 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.8
mplsL3VpnVrfAssociatedInterfaces OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of interfaces connected to this VRF
        (independent of ifOperStatus type)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 8 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.9
mplsL3VpnVrfConfMidRteThresh OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes mid-level water marker for the number
      of routes that this VRF may hold."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 9 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.10
mplsL3VpnVrfConfHighRteThresh OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes high-level water marker for the number of
      routes that this VRF may hold."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 10 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.11
mplsL3VpnVrfConfMaxRoutes OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes maximum number of routes that this VRF is
      configured to hold.  This value MUST be less than or
      equal to mplsL3VpnVrfConfMaxPossRts unless it is set
      to 0."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 11 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.12
mplsL3VpnVrfConfLastChanged OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the last
      change of this table entry, which includes changes of
      VRF parameters defined in this table or addition or
      deletion of interfaces associated with this VRF."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 12 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.13
mplsL3VpnVrfConfRowStatus OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
        delete a row in this table.
        When a row in this table is in active(1) state, no
        objects in that row can be modified except
        mplsL3VpnVrfConfAdminStatus, mplsL3VpnVrfConfRowStatus,
        and mplsL3VpnVrfConfStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 13 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.14
mplsL3VpnVrfConfAdminStatus OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the desired operational status of this
         VRF."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 14 }

.1.3.6.1.2.1.10.166.11.1.2.2.1.15
mplsL3VpnVrfConfStorageType OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this VPN VRF entry.
         Conceptual rows having the value 'permanent'
         need not allow write access to any columnar
         objects in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfTable(2) mplsL3VpnVrfEntry(1) 15 }

.1.3.6.1.2.1.10.166.11.1.2.3
mplsL3VpnVrfRTTable OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-VRF route target association.
         Each entry identifies a connectivity policy supported
         as part of a VPN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) 3 }

.1.3.6.1.2.1.10.166.11.1.2.3.1
mplsL3VpnVrfRTEntry OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsL3VpnVrfName, mplsL3VpnVrfRTIndex, mplsL3VpnVrfRTType }
  DESCRIPTION	"An entry in this table is created by an LSR for
        each route target configured for a VRF supporting
        a MPLS L3VPN instance.  The indexing provides an
        ordering per-VRF instance.  See [RFC4364] for a
        complete definition of a route target."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfRTTable(3) 1 }

.1.3.6.1.2.1.10.166.11.1.2.3.1.2
mplsL3VpnVrfRTIndex OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Auxiliary index for route targets configured for a
        particular VRF."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfRTTable(3) mplsL3VpnVrfRTEntry(1) 2 }

.1.3.6.1.2.1.10.166.11.1.2.3.1.3
mplsL3VpnVrfRTType OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION MplsL3VpnRtType
  SYNTAX	INTEGER {import(1), export(2), both(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The route target distribution type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfRTTable(3) mplsL3VpnVrfRTEntry(1) 3 }

.1.3.6.1.2.1.10.166.11.1.2.3.1.4
mplsL3VpnVrfRT OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION MplsL3VpnRouteDistinguisher
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The route target distribution policy."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfRTTable(3) mplsL3VpnVrfRTEntry(1) 4 }

.1.3.6.1.2.1.10.166.11.1.2.3.1.5
mplsL3VpnVrfRTDescr OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Description of the route target."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfRTTable(3) mplsL3VpnVrfRTEntry(1) 5 }

.1.3.6.1.2.1.10.166.11.1.2.3.1.6
mplsL3VpnVrfRTRowStatus OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
        delete a row in this table.  When a row in this
        table is in active(1) state, no objects in that row
        can be modified except mplsL3VpnVrfRTRowStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfRTTable(3) mplsL3VpnVrfRTEntry(1) 6 }

.1.3.6.1.2.1.10.166.11.1.2.3.1.7
mplsL3VpnVrfRTStorageType OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this VPN route target (RT) entry.
         Conceptual rows having the value 'permanent'
         need not allow write access to any columnar
         objects in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfRTTable(3) mplsL3VpnVrfRTEntry(1) 7 }

.1.3.6.1.2.1.10.166.11.1.2.6
mplsL3VpnVrfSecTable OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per MPLS L3VPN VRF Table
        security-related counters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) 6 }

.1.3.6.1.2.1.10.166.11.1.2.6.1
mplsL3VpnVrfSecEntry OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ mplsL3VpnVrfEntry }
  DESCRIPTION	"An entry in this table is created by an LSR for
        every VRF capable of supporting MPLS L3VPN.  Each
        entry in this table is used to indicate security-related
        information for each VRF entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfSecTable(6) 1 }

.1.3.6.1.2.1.10.166.11.1.2.6.1.1
mplsL3VpnVrfSecIllegalLblVltns OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of illegally received
        labels on this VPN/VRF.

        Discontinuities in the value of this counter can occur
        at re-initialization of the management system, and at
        other times as indicated by the value of
        mplsL3VpnVrfSecDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfSecTable(6) mplsL3VpnVrfSecEntry(1) 1 }

.1.3.6.1.2.1.10.166.11.1.2.6.1.2
mplsL3VpnVrfSecDiscontinuityTime OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at
        which any one or more of this entry's counters suffered
        a discontinuity.  If no such discontinuities have
        occurred since the last re-initialization of the local
        management subsystem, then this object contains a zero
        value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnConf(2) mplsL3VpnVrfSecTable(6) mplsL3VpnVrfSecEntry(1) 2 }

.1.3.6.1.2.1.10.166.11.1.3
mplsL3VpnPerf OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) 3 }

.1.3.6.1.2.1.10.166.11.1.3.1
mplsL3VpnVrfPerfTable OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per MPLS L3VPN VRF Table performance
        information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnPerf(3) 1 }

.1.3.6.1.2.1.10.166.11.1.3.1.1
mplsL3VpnVrfPerfEntry OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ mplsL3VpnVrfEntry }
  DESCRIPTION	"An entry in this table is created by an LSR for
        every VRF capable of supporting MPLS L3VPN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnPerf(3) mplsL3VpnVrfPerfTable(1) 1 }

.1.3.6.1.2.1.10.166.11.1.3.1.1.1
mplsL3VpnVrfPerfRoutesAdded OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of routes added to this VPN/VRF
        since the last discontinuity.  Discontinuities in
        the value of this counter can occur
        at re-initialization of the management system, and at
        other times as indicated by the value of
        mplsL3VpnVrfPerfDiscTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnPerf(3) mplsL3VpnVrfPerfTable(1) mplsL3VpnVrfPerfEntry(1) 1 }

.1.3.6.1.2.1.10.166.11.1.3.1.1.2
mplsL3VpnVrfPerfRoutesDeleted OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of routes removed from this VPN/VRF.

        Discontinuities in the value of this counter can occur
        at re-initialization of the management system, and at
        other times as indicated by the value of
        mplsL3VpnVrfPerfDiscTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnPerf(3) mplsL3VpnVrfPerfTable(1) mplsL3VpnVrfPerfEntry(1) 2 }

.1.3.6.1.2.1.10.166.11.1.3.1.1.3
mplsL3VpnVrfPerfCurrNumRoutes OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of routes currently used by this
        VRF."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnPerf(3) mplsL3VpnVrfPerfTable(1) mplsL3VpnVrfPerfEntry(1) 3 }

.1.3.6.1.2.1.10.166.11.1.3.1.1.4
mplsL3VpnVrfPerfRoutesDropped OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter should be incremented when the number of routes
        contained by the specified VRF exceeds or attempts to exceed
        the maximum allowed value as indicated by
        mplsL3VpnVrfMaxRouteThreshold.

        Discontinuities in the value of this counter can occur
        at re-initialization of the management system, and at
        other times as indicated by the value of
        mplsL3VpnVrfPerfDiscTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnPerf(3) mplsL3VpnVrfPerfTable(1) mplsL3VpnVrfPerfEntry(1) 4 }

.1.3.6.1.2.1.10.166.11.1.3.1.1.5
mplsL3VpnVrfPerfDiscTime OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at
        which any one or more of this entry's counters suffered
        a discontinuity.  If no such discontinuities have
        occurred since the last re-initialization of the local
        management subsystem, then this object contains a zero
        value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnPerf(3) mplsL3VpnVrfPerfTable(1) mplsL3VpnVrfPerfEntry(1) 5 }

.1.3.6.1.2.1.10.166.11.1.4
mplsL3VpnRoute OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) 4 }

.1.3.6.1.2.1.10.166.11.1.4.1
mplsL3VpnVrfRteTable OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS L3VPN VRF Table
        routing information.  Entries in this table define VRF routing
        entries associated with the specified MPLS/VPN interfaces.  Note
        that this table contains both BGP and Interior Gateway Protocol
        IGP routes, as both may appear in the same VRF."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) 1 }

.1.3.6.1.2.1.10.166.11.1.4.1.1
mplsL3VpnVrfRteEntry OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsL3VpnVrfName, mplsL3VpnVrfRteInetCidrDestType, mplsL3VpnVrfRteInetCidrDest, mplsL3VpnVrfRteInetCidrPfxLen, mplsL3VpnVrfRteInetCidrPolicy, mplsL3VpnVrfRteInetCidrNHopType, mplsL3VpnVrfRteInetCidrNextHop }
  DESCRIPTION	"An entry in this table is created by an LSR for every route
        present configured (either dynamically or statically) within
        the context of a specific VRF capable of supporting MPLS/BGP
        VPN.  The indexing provides an ordering of VRFs per-VPN
        interface.

        Implementers need to be aware that there are quite a few
        index objects that together can exceed the size allowed
        for an Object Identifier (OID).  So implementers must make
        sure that OIDs of column instances in this table will have
        no more than 128 sub-identifiers, otherwise they cannot be
        accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) 1 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.1
mplsL3VpnVrfRteInetCidrDestType OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the mplsL3VpnVrfRteInetCidrDest address, as
                defined in the InetAddress MIB.

                Only those address types that may appear in an actual
                routing table are allowed as values of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 1 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.2
mplsL3VpnVrfRteInetCidrDest OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination IP address of this route.

                The type of this address is determined by the value of
                the mplsL3VpnVrfRteInetCidrDestType object.

                The values for the index objects
                mplsL3VpnVrfRteInetCidrDest and
                mplsL3VpnVrfRteInetCidrPfxLen must be consistent.  When
                the value of mplsL3VpnVrfRteInetCidrDest is x, then
                the bitwise logical-AND of x with the value of the mask
                formed from the corresponding index object
                mplsL3VpnVrfRteInetCidrPfxLen MUST be
                equal to x.  If not, then the index pair is not
                consistent and an inconsistentName error must be
                returned on SET or CREATE requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 2 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.3
mplsL3VpnVrfRteInetCidrPfxLen OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..128) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the number of leading one bits that form the
                mask to be logical-ANDed with the destination address
                before being compared to the value in the
                mplsL3VpnVrfRteInetCidrDest field.

                The values for the index objects
                mplsL3VpnVrfRteInetCidrDest and
                mplsL3VpnVrfRteInetCidrPfxLen must be consistent.  When
                the value of mplsL3VpnVrfRteInetCidrDest is x, then the
                bitwise logical-AND of x with the value of the mask
                formed from the corresponding index object
                mplsL3VpnVrfRteInetCidrPfxLen MUST be
                equal to x.  If not, then the index pair is not
                consistent and an inconsistentName error must be
                returned on SET or CREATE requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 3 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.4
mplsL3VpnVrfRteInetCidrPolicy OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is an opaque object without any defined
                semantics.  Its purpose is to serve as an additional
                index that may delineate between multiple entries to
                the same destination.  The value { 0 0 } shall be used
                as the default value for this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 4 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.5
mplsL3VpnVrfRteInetCidrNHopType OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the mplsL3VpnVrfRteInetCidrNextHop address,
                as defined in the InetAddress MIB.

                Value should be set to unknown(0) for non-remote
                routes.

                Only those address types that may appear in an actual
                routing table are allowed as values of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 5 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.6
mplsL3VpnVrfRteInetCidrNextHop OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"On remote routes, the address of the next system en
                route.  For non-remote routes, a zero-length string.
                The type of this address is determined by the value of
                the mplsL3VpnVrfRteInetCidrNHopType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 6 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.7
mplsL3VpnVrfRteInetCidrIfIndex OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ifIndex value that identifies the local interface
                through which the next hop of this route should be
                reached.  A value of 0 is valid and represents the
                scenario where no interface is specified."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 7 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.8
mplsL3VpnVrfRteInetCidrType OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	INTEGER {other(1), reject(2), local(3), remote(4), blackhole(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of route.  Note that local(3) refers to a
                route for which the next hop is the final destination;
                remote(4) refers to a route for which the next hop is
                not the final destination.

                Routes that do not result in traffic forwarding or
                rejection should not be displayed even if the
                implementation keeps them stored internally.

                reject(2) refers to a route that, if matched, discards
                the message as unreachable and returns a notification
                (e.g., ICMP error) to the message sender.  This is used
                in some protocols as a means of correctly aggregating
                routes.

                blackhole(5) refers to a route that, if matched,
                discards the message silently."
  DEFVAL	{ other }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 8 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.9
mplsL3VpnVrfRteInetCidrProto OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION IANAipRouteProtocol
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15), ciscoEigrp(16), dvmrp(17)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing mechanism via which this route was learned.
                Inclusion of values for gateway routing protocols is
                not intended to imply that hosts should support those
                protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 9 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.10
mplsL3VpnVrfRteInetCidrAge OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds since this route was last updated
                or otherwise determined to be correct.  Note that no
                semantics of 'too old' can be implied except through
                knowledge of the routing protocol by which the route
                was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 10 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.11
mplsL3VpnVrfRteInetCidrNextHopAS OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION InetAutonomousSystemNumber
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Autonomous System Number of the next hop.  The
                semantics of this object are determined by the
                routing protocol specified in the route's
                mplsL3VpnVrfRteInetCidrProto value.  When this
                object is unknown or not relevant, its value should
                be set to zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 11 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.12
mplsL3VpnVrfRteInetCidrMetric1 OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Integer32 (-1 | 0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The primary routing metric for this route.  The
                semantics of this metric are determined by the
                routing protocol specified in the route's
                mplsL3VpnVrfRteInetCidrProto value.  If this
                metric is not used, its value should be set to
                -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 12 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.13
mplsL3VpnVrfRteInetCidrMetric2 OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Integer32 (-1 | 0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An alternate routing metric for this route.  The
                semantics of this metric are determined by the routing
                protocol specified in the route's
                mplsL3VpnVrfRteInetCidrProto
                value.  If this metric is not used, its value should be
                set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 13 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.14
mplsL3VpnVrfRteInetCidrMetric3 OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Integer32 (-1 | 0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An alternate routing metric for this route.  The
                semantics of this metric are determined by the routing
                protocol specified in the route's
                mplsL3VpnVrfRteInetCidrProto
                value.  If this metric is not used, its value should be
                set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 14 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.15
mplsL3VpnVrfRteInetCidrMetric4 OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Integer32 (-1 | 0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An alternate routing metric for this route.  The
                semantics of this metric are determined by the routing
                protocol specified in the route's
                mplsL3VpnVrfRteInetCidrProto value.  If this metric
                is not used, its value should be set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 15 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.16
mplsL3VpnVrfRteInetCidrMetric5 OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  SYNTAX	Integer32 (-1 | 0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An alternate routing metric for this route.  The
                semantics of this metric are determined by the routing
                protocol specified in the route's
                mplsL3VpnVrfRteInetCidrProto value.  If this metric is
                not used, its value should be set to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 16 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.17
mplsL3VpnVrfRteXCPointer OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index into mplsXCTable that identifies which cross-
        connect entry is associated with this VRF route entry
        by containing the mplsXCIndex of that cross-connect entry.
        The string containing the single-octet 0x00 indicates that
        a label stack is not associated with this route entry.  This
        can be the case because the label bindings have not yet
        been established, or because some change in the agent has
        removed them.

        When the label stack associated with this VRF route is created,
        it MUST establish the associated cross-connect
        entry in the mplsXCTable and then set that index to the value
        of this object.  Changes to the cross-connect object in the
        mplsXCTable MUST automatically be reflected in the value of
        this object.  If this object represents a static routing entry,
        then the manager must ensure that this entry is maintained
        consistently in the corresponding mplsXCTable as well."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 17 }

.1.3.6.1.2.1.10.166.11.1.4.1.1.18
mplsL3VpnVrfRteInetCidrStatus OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status variable, used according to row
                installation and removal conventions.
                A row entry cannot be modified when the status is
                marked as active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnObjects(1) mplsL3VpnRoute(4) mplsL3VpnVrfRteTable(1) mplsL3VpnVrfRteEntry(1) 18 }

.1.3.6.1.2.1.10.166.11.2
mplsL3VpnConformance OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) 2 }

.1.3.6.1.2.1.10.166.11.2.1
mplsL3VpnGroups OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) 1 }

.1.3.6.1.2.1.10.166.11.2.1.1
mplsL3VpnScalarGroup OBJECT-GROUP
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Collection of scalar objects required for MPLS VPN
              management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnGroups(1) 1 }

.1.3.6.1.2.1.10.166.11.2.1.2
mplsL3VpnVrfGroup OBJECT-GROUP
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Collection of objects needed for MPLS VPN VRF
              management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnGroups(1) 2 }

.1.3.6.1.2.1.10.166.11.2.1.3
mplsL3VpnIfGroup OBJECT-GROUP
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Collection of objects needed for MPLS VPN interface
              management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnGroups(1) 3 }

.1.3.6.1.2.1.10.166.11.2.1.4
mplsL3VpnPerfGroup OBJECT-GROUP
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Collection of objects needed for MPLS VPN
              performance information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnGroups(1) 4 }

.1.3.6.1.2.1.10.166.11.2.1.5
mplsL3VpnPerfRouteGroup OBJECT-GROUP
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Collection of objects needed to track MPLS VPN
              routing table dropped routes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnGroups(1) 5 }

.1.3.6.1.2.1.10.166.11.2.1.7
mplsL3VpnSecGroup OBJECT-GROUP
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Collection of objects needed for MPLS VPN
              security-related information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnGroups(1) 7 }

.1.3.6.1.2.1.10.166.11.2.1.8
mplsL3VpnVrfRteGroup OBJECT-GROUP
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Objects required for VRF route table management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnGroups(1) 8 }

.1.3.6.1.2.1.10.166.11.2.1.9
mplsL3VpnVrfRTGroup OBJECT-GROUP
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Objects required for VRF route target management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnGroups(1) 9 }

.1.3.6.1.2.1.10.166.11.2.1.10
mplsL3VpnNotificationGroup OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Objects required for MPLS VPN notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnGroups(1) 10 }

.1.3.6.1.2.1.10.166.11.2.2
mplsL3VpnCompliances OBJECT-TYPE
  -- FROM	MPLS-L3VPN-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) 2 }

.1.3.6.1.2.1.10.166.11.2.2.1
mplsL3VpnModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Compliance statement for agents that provide full support
           for the MPLS-L3VPN-STD-MIB"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnCompliances(2) 1 }

.1.3.6.1.2.1.10.166.11.2.2.2
mplsL3VpnModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-L3VPN-STD-MIB
  DESCRIPTION	"Compliance requirement for implementations that only
                   provide read-only support for MPLS-L3VPN-STD-MIB.
                   Such devices can then be monitored but cannot be
                   configured using this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsL3VpnMIB(11) mplsL3VpnConformance(2) mplsL3VpnCompliances(2) 2 }

.1.3.6.1.2.1.10.246
pwStdMIB MODULE-IDENTITY
  -- FROM	PW-STD-MIB
  DESCRIPTION	"This MIB module contains managed object definitions for
        pseudowire operation as in Bryant, S. and P. Pate, 'Pseudo
        Wire Emulation Edge-to-Edge (PWE3) Architecture' [RFC3985],
        Martini, L., et al, 'Pseudowire Setup and Maintenance Using
        the Label Distribution Protocol (LDP)' [RFC4447], and
        Townsley, M., et al, 'Layer Two Tunneling Protocol
        (Version 3)' [RFC3931].

        This MIB module enables the use of any underlying packet
        switched network (PSN).  MIB nodules that will support
        PW operations over specific PSN types are defined in
        separate memos.

        The indexes for this MIB module are also used to index the
        PSN-specific tables and the PW-specific tables.  The PW Type
        dictates which PW-specific MIB module to use.

        Copyright (c) 2009 IETF Trust and the persons identified
        as authors of the code.  All rights reserved.

        Redistribution and use in source and binary forms, with or
        without modification, are permitted provided that the following
        conditions are met:

        - Redistributions of source code must retain the above
          copyright notice, this list of conditions and the following
          disclaimer.

        - Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the following
          disclaimer in the documentation and/or other materials
          provided with the distribution.

        - Neither the name of Internet Society, IETF or IETF Trust, nor
          the names of specific contributors, may be used to endorse or
          promote products derived from this software without specific
          prior written permission.
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
        CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES,
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
        MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
        CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
        NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
        OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
        EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

        This version of this MIB module is part of RFC 5601;
        see the RFC itself for full legal notices.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 246 }

.1.3.6.1.2.1.10.246.0
pwNotifications OBJECT-TYPE
  -- FROM	PW-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) 0 }

.1.3.6.1.2.1.10.246.0.1
pwDown NOTIFICATION-TYPE
  -- FROM	PW-STD-MIB
  OBJECTS	{ pwOperStatus, pwOperStatus }
  DESCRIPTION	"This notification is generated when the pwOperStatus
         object for one or more contiguous entries in the pwTable are
         about to enter the down(2) or lowerLayerDown(6) state from
         any other state, except for transition from the
         notPresent(5) state.  For the purpose of deciding when
         these notifications occur, the lowerLayerDown(6) state
         and the down(2) state are considered to be equivalent;
         i.e., there is no notification on transition from
         lowerLayerDown(6) into down(2), and there is a trap on
         transition from any other state except down(2) (and
         notPresent) into lowerLayerDown(6).

         The included values of pwOperStatus MUST each be equal to
         down(2) or lowerLayerDown(6).  The two instances of
         pwOperStatus in this notification indicate the range of
         indexes that are affected.  Note that all the indexes of
         the two ends of the range can be derived from the
         instance identifiers of these two objects.  For cases
         where a contiguous range of cross-connects have
         transitioned into the down(2) and lowerLayerDown(6) states
         at roughly the same time, the device SHOULD issue a single
         notification for each range of contiguous indexes in an
         effort to minimize the emission of a large number of
         notifications.  If a notification has to be issued for
         just a single cross-connect entry, then the instance
         identifier (and values) of the two pwOperStatus objects
         MUST be identical."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwNotifications(0) 1 }

.1.3.6.1.2.1.10.246.0.2
pwUp NOTIFICATION-TYPE
  -- FROM	PW-STD-MIB
  OBJECTS	{ pwOperStatus, pwOperStatus }
  DESCRIPTION	"This notification is generated when the pwOperStatus
         object for one or more contiguous entries in the pwTable are
         about to enter the up(1) state from some other state
         except the notPresent(5) state and given that the pwDown
         notification been issued for these entries.  The included
         values of pwOperStatus MUST both be set equal to this
         new state (i.e., up(1)).  The two instances of pwOperStatus
         in this notification indicate the range of indexes that
         are affected.  Note that all the indexes of the two ends
         of the range can be derived from the instance identifiers
         of these two objects.  For cases where a contiguous range
         of cross-connects have transitioned into the up(1) state
         at roughly the same time, the device SHOULD issue a single
         notification for each range of contiguous indexes in an
         effort to minimize the emission of a large number of
         notifications.  If a notification has to be issued for
         just a single cross-connect entry, then the instance
         identifier (and values) of the two pwOperStatus objects
         MUST be identical."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwNotifications(0) 2 }

.1.3.6.1.2.1.10.246.0.3
pwDeleted NOTIFICATION-TYPE
  -- FROM	PW-STD-MIB
  OBJECTS	{ pwType, pwID, pwPeerAddrType, pwPeerAddr }
  DESCRIPTION	"This notification is generated when the PW has been
         deleted, i.e., when the pwRowStatus has been set to
         destroy(6) or the PW has been deleted by a non-MIB
         application or due to an auto-discovery process.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwNotifications(0) 3 }

.1.3.6.1.2.1.10.246.1
pwObjects OBJECT-TYPE
  -- FROM	PW-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) 1 }

.1.3.6.1.2.1.10.246.1.1
pwIndexNext OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for
         pwIndex when creating entries in the pwTable.  The value 0
         indicates that no unassigned entries are available.  To
         obtain the value of pwIndex for a new entry in the pwTable,
         the manager issues a management protocol retrieval
         operation.  The agent will determine through its local policy
         when this index value will be made available for reuse."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 1 }

.1.3.6.1.2.1.10.246.1.2
pwTable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies information for configuring and
         status monitoring that is common to all service types
         and PSN types."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 2 }

.1.3.6.1.2.1.10.246.1.2.1
pwEntry OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwIndex }
  DESCRIPTION	"A row in this table represents a pseudowire (PW) virtual
          connection across a packet network.  It is indexed by
          pwIndex, which uniquely identifies a singular
          connection.
          A row can be created by an operator command from a
          management plan of a PE, by signaling, or due to auto-
          discovery process.  An operator's command can be issued via
          a non-SNMP application; in such case, a row will be created
          implicitly by the agent.
          The read-create objects in this table are divided into
          three categories:
          1) Objects that MUST NOT be changed after row activation.
             These are objects that define basic properties of the
             PW (for example type, destination, etc.).
          2) Objects that MAY be changed when the PW is
             defined as not active.  A change of these objects involves
             re-signaling of the PW or it might be traffic affecting.
             PW not active is defined as one of the following
             conditions:
                 a) The pwRowStatus is notInService(2).
                 b) The pwRowStatus is notReady(3).
                 c) The pwAdminStatus is down(2).
          If the operator needs to change one of the values for an
          active row, the operator can either set the pwRowStatus to
          notInService(2) or set pwAdminStatus to down(2).
          Signaling (or traffic) is initiated again upon setting
          the pwRowStatus to active(1) or setting the pwAdminStatus
          to up(1) or testing(3), respectively.

          3) Objects that MAY be changed at any time.

          A PW MAY have an entry in the ifTable in addition to the
          entry in this table.  In this case, a special ifType for PW
          will be set in the ifTable, and the ifIndex in the ifTable
          of the PW will be set in the pwIfIndex object in this table.

          By default, all the read-create objects MUST NOT be
          changed after row activation, unless specifically indicated
          in the individual object description.

          Manual entries in this table SHOULD be preserved after a
          reboot; the agent MUST ensure the integrity of those
          entries.  If the set of entries of a specific row are found
          to be inconsistent after reboot, the PW pwOperStatus MUST
          be declared as notPresent(5).
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) 1 }

.1.3.6.1.2.1.10.246.1.2.1.1
pwIndex OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwIndexType
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index for the conceptual row identifying a PW within
         this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 1 }

.1.3.6.1.2.1.10.246.1.2.1.2
pwType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION IANAPwTypeTC
  SYNTAX	INTEGER {other(0), frameRelayDlciMartiniMode(1), atmAal5SduVcc(2), atmTransparent(3), ethernetTagged(4), ethernet(5), hdlc(6), ppp(7), cem(8), atmCellNto1Vcc(9), atmCellNto1Vpc(10), ipLayer2Transport(11), atmCell1to1Vcc(12), atmCell1to1Vpc(13), atmAal5PduVcc(14), frameRelayPortMode(15), cep(16), e1Satop(17), t1Satop(18), e3Satop(19), t3Satop(20), basicCesPsn(21), basicTdmIp(22), tdmCasCesPsn(23), tdmCasTdmIp(24), frDlci(25), wildcard(32767)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value indicates the emulated service to be carried over
         this PW.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 2 }

.1.3.6.1.2.1.10.246.1.2.1.3
pwOwner OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	INTEGER {manual(1), pwIdFecSignaling(2), genFecSignaling(3), l2tpControlProtocol(4), other(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is set by the operator to indicate the protocol
          responsible for establishing this PW.
          'manual' is used in all cases where no maintenance
          protocol (PW signaling) is used to set up the PW, i.e.,
          configuration of entries in the PW tables including
          PW labels, etc., is done by setting the MIB fields manually.
          'pwIdFecSignaling' is used in case of signaling with the
          Pwid FEC element with LDP signaling.
          'genFecSignaling' is used in case of LDP signaling with
          the generalized FEC.
          'l2tpControlProtocol' indicates the use of the L2TP
          control protocol.
          'other' is used for other types of signaling."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 3 }

.1.3.6.1.2.1.10.246.1.2.1.4
pwPsnType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION IANAPwPsnTypeTC
  SYNTAX	INTEGER {mpls(1), l2tp(2), udpOverIp(3), mplsOverIp(4), mplsOverGre(5), other(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is set by the operator to indicate the PSN type.
          Based on this object, the relevant PSN table's entry is
          created in the PSN-specific MIB modules.
         "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 4 }

.1.3.6.1.2.1.10.246.1.2.1.5
pwSetUpPriority OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines the relative priority of the PW
          during set-up in a lowest-to-highest fashion, where 0
          is the highest priority.  PWs with the same priority
          are treated with equal priority.  PWs that have not yet
          completed setup will report 'dormant' in the
          pwOperStatus.
          This value is significant if there are competing resources
          among PWs and the implementation supports this feature.
          Equal priority handling with competing resources is
          implementation specific.
          This object MAY be changed at any time."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 5 }

.1.3.6.1.2.1.10.246.1.2.1.6
pwHoldingPriority OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines the relative holding priority of the
          PW in a lowest-to-highest fashion, where 0 is the highest
          priority.  PWs with the same priority are treated equally.
          This value is significant if there are competing resources
          among PWs and the implementation supports this feature.
          Equal priority handling with competing resources is
          implementation specific.
          This object MAY be changed only if the PW is not active."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 6 }

.1.3.6.1.2.1.10.246.1.2.1.8
pwPeerAddrType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the address type of the peer node.  It should be
          set to 'unknown' if PE/PW maintenance protocol is not used
          and the address is unknown."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 8 }

.1.3.6.1.2.1.10.246.1.2.1.9
pwPeerAddr OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the value of the peer node address
          of the PW/PE maintenance protocol entity.  This object
          SHOULD contain a value of all zeroes if not applicable
          (pwPeerAddrType is 'unknown')."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 9 }

.1.3.6.1.2.1.10.246.1.2.1.10
pwAttachedPwIndex OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwIndexOrZeroType
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the PW is attached to another PW instead of a local
         native service, this item indicates the pwIndex of the
         attached PW.  Otherwise, this object MUST
         be set to zero.  Attachment to another PW will have no
         PW specific entry in any of the service MIB modules."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 10 }

.1.3.6.1.2.1.10.246.1.2.1.11
pwIfIndex OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the ifIndex of the PW if the PW is
         represented in the ifTable.  Otherwise, it MUST be set
         to zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 11 }

.1.3.6.1.2.1.10.246.1.2.1.12
pwID OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwIDType
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Pseudowire identifier.

         If the pwOwner object is 'pwIdFecSignaling' or
         'l2tpControlProtocol', then this object is signaled in the
         outgoing PW ID field within the 'Virtual Circuit FEC
         Element'.  For other values of pwOwner, this object is not
         signaled and it MAY be set to zero.

         For implementations that support the pwIndexMappingTable,
         a non-zero value is RECOMMENDED, even if this
         identifier is not signaled.  This is so that reverse
         mappings can be provided by pwIndexMappingTable and
         pwPeerMappingTable.  It is therefore RECOMMENDED that the
         value of this pwID be unique (or if pwPeerAddrType is not
         'unknown', at least [pwType, pwID, pwPeerAddrType, pwPeerAddr]
         is unique.)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 12 }

.1.3.6.1.2.1.10.246.1.2.1.13
pwLocalGroupID OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwGroupID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Used in the Group ID field sent to the peer PW End Service
         within the maintenance protocol used for PW setup.
         It SHOULD be set to zero if a maintenance protocol is
         not used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 13 }

.1.3.6.1.2.1.10.246.1.2.1.14
pwGroupAttachmentID OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwAttachmentIdentifierType
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is an octet string representing the attachment
         group identifier (AGI) that this PW belongs to, which
         typically identifies the VPN ID.
         Applicable if pwOwner equals 'genFecSignaling'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 14 }

.1.3.6.1.2.1.10.246.1.2.1.15
pwLocalAttachmentID OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwAttachmentIdentifierType
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is an octet string representing the local
         forwarder attachment individual identifier (AII) to be
         used by this PW.  It is used as the Source AII (SAII) for
         outgoing signaling messages and the Target AII (TAII) in
         the incoming messages from the peer.  Applicable if
         pwOwner equal 'genFecSignaling'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 15 }

.1.3.6.1.2.1.10.246.1.2.1.16
pwRemoteAttachmentID OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwAttachmentIdentifierType
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is an octet string representing the remote
         forwarder attachment individual identifier (AII) to be
         used by this PW.  It is used as the TAII for outgoing
         signaling messages and the SAII in the incoming messages
         from the peer.
         Applicable if pwOwner equals 'genFecSignaling'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 16 }

.1.3.6.1.2.1.10.246.1.2.1.17
pwCwPreference OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines if the control word will be sent with each packet
         by the local node.  Some PW types mandate the use of a
         control word, and in such cases, the value configured for
         this object has no effect on the existence of the control
         word.
         This object MAY be changed only if the PW is not active."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 17 }

.1.3.6.1.2.1.10.246.1.2.1.18
pwLocalIfMtu OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If not equal to zero, the optional IfMtu object in the
         signaling protocol will be sent with this value, which
         represents the locally supported MTU size over the
         interface (or the virtual interface) associated with the
         PW.
         This object MAY be changed only if the PW is not active."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 18 }

.1.3.6.1.2.1.10.246.1.2.1.19
pwLocalIfString OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A PW MAY be associated to an interface (or a virtual
         interface) in the ifTable of the node as part of the
         service configuration.  This object defines if the
         maintenance protocol will send the interface's name
         (ifAlias) as it appears in the ifTable.  If set to false,
         the optional element will not be sent.
         This object MAY be changed only if the PW is not active."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 19 }

.1.3.6.1.2.1.10.246.1.2.1.20
pwLocalCapabAdvert OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION IANAPwCapabilities
  SYNTAX	BITS {pwStatusIndication(0), pwVCCV(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If a maintenance protocol is used, it indicates the
         capabilities the local node will advertise to the peer.  The
         operator MAY selectively assign a partial set of
         capabilities.  In case of manual configuration of the PW, the
         operator SHOULD set non-conflicting options (for example,
         only a single type of Operations, Administration, and
         Management (OAM)) out of the available options in the
         implementation.  It is possible to change the value of
         this object when the PW is not active.  The agent MUST
         reject any attempt to set a capability that is not
         supported.

         The default value MUST be the full set of local node
         capabilities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 20 }

.1.3.6.1.2.1.10.246.1.2.1.21
pwRemoteGroupID OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwGroupID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is obtained from the Group ID field as
         received via the maintenance protocol used for PW setup.
         Value of zero will be reported if not used.
         Value of 0xFFFFFFFF shall be used if the object is yet to be
         defined by the PW maintenance protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 21 }

.1.3.6.1.2.1.10.246.1.2.1.22
pwCwStatus OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwCwStatusTC
  SYNTAX	INTEGER {waitingForNextMsg(1), sentWrongBitErrorCode(2), rxWithdrawWithWrongBitErrorCode(3), illegalReceivedBit(4), cwPresent(5), cwNotPresent(6), notYetKnown(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If signaling is used for PW establishment, this object
         indicates the status of the control word negotiation.
         For either signaling or manual configuration, it indicates
         if the control word (CW) is to be present for this PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 22 }

.1.3.6.1.2.1.10.246.1.2.1.23
pwRemoteIfMtu OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote interface MTU as (optionally) received from the
         remote node via the maintenance protocol.  The object SHOULD
         report zero if the MTU is not available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 23 }

.1.3.6.1.2.1.10.246.1.2.1.24
pwRemoteIfString OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..80) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the interface description string as received by
         the maintenance protocol.  It MUST be a NULL string if a
         maintenance protocol is not used or the value is not known
         yet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 24 }

.1.3.6.1.2.1.10.246.1.2.1.25
pwRemoteCapabilities OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION IANAPwCapabilities
  SYNTAX	BITS {pwStatusIndication(0), pwVCCV(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the capabilities as received from the peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 25 }

.1.3.6.1.2.1.10.246.1.2.1.26
pwFragmentCfgSize OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwFragSize
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If set to a value other than zero, indicates that
         fragmentation is desired for this PW.
         This object MAY be changed only if the PW is not active."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 26 }

.1.3.6.1.2.1.10.246.1.2.1.27
pwRmtFragCapability OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwFragStatus
  SYNTAX	BITS {noFrag(0), cfgFragGreaterThanPsnMtu(1), cfgFragButRemoteIncapable(2), remoteFragCapable(3), fragEnabled(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the fragmentation based on the local
         configuration and the peer capabilities as received from
         the peer when a control protocol is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 27 }

.1.3.6.1.2.1.10.246.1.2.1.28
pwFcsRetentionCfg OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	INTEGER {fcsRetentionDisable(1), fcsRetentionEnable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The local configuration of Frame Check Sequence (FCS)
         retention for this PW.  FCS retention can be configured for
         PW types High-Level Data Link Control (HDLC), Point-to-Point
         Protocol (PPP), and Ethernet only.  If the implementation
         does not support FCS retention, an error MUST be reported in
         pwFcsRetentionStatus.  This object MAY be changed only if
         the PW is not active."
  DEFVAL	{ fcsRetentionDisable }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 28 }

.1.3.6.1.2.1.10.246.1.2.1.29
pwFcsRetentionStatus OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	BITS {remoteIndicationUnknown(0), remoteRequestFcsRetention(1), fcsRetentionEnabled(2), fcsRetentionDisabled(3), localFcsRetentionCfgErr(4), fcsRetentionFcsSizeMismatch(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the FCS retention negotiation process based on
        local configuration and the remote advertisement.

        remoteIndicationUnknown - set if a FEC has not been received
           from the remote.

        remoteRequestFcsRetention - indicates that the peer has
           requested FCS retention.  FCS retention will be used if
           the local node is capable and configured to use it for
           this PW.

        fcsRetentionEnabled - FCS retention is enabled (both peers
           were configured for FCS retention for signaled PW, or the
           local node is configured and capable of FCS retention for
           manually assigned PWs).

        fcsRetentionDisabled - FCS retention is disabled (not
           configured locally or not advertised by the peer).
        localFcsRetentionCfgErr - set if the local node has been
           configured for FCS retention but is not capable to support
           it.

        fcsRetentionFcsSizeMismatch - set if there is an FCS size
           mismatch between the local and the peer node.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 29 }

.1.3.6.1.2.1.10.246.1.2.1.30
pwOutboundLabel OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The PW label used in the outbound direction (i.e., toward
         the PSN).  It might be set manually if pwOwner is 'manual';
         otherwise, it is set automatically.
         For MPLS, MPLS over IP, or MPLS over Generic Routing
         Encapsulation (GRE) PSN, it represents the 20-bit PW tag;
         for L2TP, it represents the 32-bit Session ID; and for
         IP PSN, it represents the destination UDP port number.
         If the label is not yet known (signaling in process), the
         object SHOULD return a value of 0xFFFFFFFF.
         For manual configuration, this object MAY be changed only
         if the PW is not active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 30 }

.1.3.6.1.2.1.10.246.1.2.1.31
pwInboundLabel OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The PW label used in the inbound direction (i.e., packets
         received from the PSN).  It may be set manually if pwOwner
         is 'manual'; otherwise, it is set automatically.
         For MPLS, MPLS over IP, or MPLS over GRE PSN, it represents
         the 20-bit PW tag; for L2TP, it represents the 32-bit
         Session ID; and for IP PSN, it represents the source
         UDP port number.
         If the label is not yet known (signaling in process), the
         object SHOULD return a value of 0xFFFFFFFF.
         For manual configuration, this object MAY be changed only
         if the PW is not active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 31 }

.1.3.6.1.2.1.10.246.1.2.1.32
pwName OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The canonical name assigned to the PW.  This object MAY be
         changed at any time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 32 }

.1.3.6.1.2.1.10.246.1.2.1.33
pwDescr OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A textual string containing information about the PW.
         If there is no description, this object contains a zero-
         length string.  This object MAY be changed at any time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 33 }

.1.3.6.1.2.1.10.246.1.2.1.34
pwCreateTime OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this PW was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 34 }

.1.3.6.1.2.1.10.246.1.2.1.35
pwUpTime OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the time since last change of pwOperStatus to
         Up(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 35 }

.1.3.6.1.2.1.10.246.1.2.1.36
pwLastChange OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time the PW entered
        its current operational state.  If the current state was
        entered prior to the last re-initialization of the local
        network management subsystem, then this object contains a
        zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 36 }

.1.3.6.1.2.1.10.246.1.2.1.37
pwAdminStatus OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The desired operational status of this PW.  This object MAY
         be set at any time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 37 }

.1.3.6.1.2.1.10.246.1.2.1.38
pwOperStatus OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwOperStatusTC
  SYNTAX	INTEGER {up(1), down(2), testing(3), dormant(4), notPresent(5), lowerLayerDown(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the operational status of the PW; it
          does not reflect the status of the Customer Edge (CE) bound
          interface.  It is set to down only if pwNotForwarding,
          psnFacingPwRxFault, or psnFacingPwTxFault indications are
          set in pwLocalStatus or pwRemoteStatus.
          It indicates 'lowerLayerDown' if the only reason for
          not being in the 'up' state is that either the outer tunnel
          or physical layer of the network side is in the 'down'
          state.
          All other states are declared based on the description
          of the PwOperStatusTC.
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 38 }

.1.3.6.1.2.1.10.246.1.2.1.39
pwLocalStatus OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwStatus
  SYNTAX	BITS {pwNotForwarding(0), servicePwRxFault(1), servicePwTxFault(2), psnPwRxFault(3), psnPwTxFault(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the status of the PW in the local node.
          The various indications in this object SHOULD be
          available independent of the ability of the local node to
          advertise them or the remote node to accept these status
          indications through the control protocol.
         "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 39 }

.1.3.6.1.2.1.10.246.1.2.1.40
pwRemoteStatusCapable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	INTEGER {notApplicable(1), notYetKnown(2), remoteCapable(3), remoteNotCapable(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the remote node capability to advertise the
          PW status notification.
          notApplicable SHOULD be reported for a manually set PW, or
          if the local node is not capable of accepting the status
          notification object.
          notYetKnown SHOULD be reported if the signaling protocol
          has not yet finished the process of capability
          determination.
          remoteCapable and remoteNotcapable SHOULD be reported
          based on the initial signaling exchange that has
          determined the remote node capability.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 40 }

.1.3.6.1.2.1.10.246.1.2.1.41
pwRemoteStatus OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwStatus
  SYNTAX	BITS {pwNotForwarding(0), servicePwRxFault(1), servicePwTxFault(2), psnPwRxFault(3), psnPwTxFault(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the status of the PW as was advertised by the
          remote.  If the remote is not capable of advertising the
          status object, or the local node is not able to accept
          the status object through signaling, then the applicable
          bit is 'pwNotForwarding', which is set if the remote has
          sent label release or label withdraw for this PW.
         "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 41 }

.1.3.6.1.2.1.10.246.1.2.1.42
pwTimeElapsed OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfTimeElapsed
  SYNTAX	Integer32 (0..86399) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds, including partial seconds,
          that have elapsed since the beginning of the current
          interval measurement period."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 42 }

.1.3.6.1.2.1.10.246.1.2.1.43
pwValidIntervals OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfValidIntervals
  SYNTAX	Integer32 (0..96) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of previous 15-minute intervals
       for which data was collected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 43 }

.1.3.6.1.2.1.10.246.1.2.1.44
pwRowStatus OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For creating, modifying, and deleting this row.
         This object MAY be changed at any time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 44 }

.1.3.6.1.2.1.10.246.1.2.1.45
pwStorageType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the storage type for this
         object."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 45 }

.1.3.6.1.2.1.10.246.1.2.1.46
pwOamEnable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates if OAM is enabled for this
         PW.  It MAY be changed at any time."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 46 }

.1.3.6.1.2.1.10.246.1.2.1.47
pwGenAGIType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwGenIdType
  SYNTAX	Unsigned32 (0..254) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the AGI type if generalized FEC
         (129) is used for PW signaling or configuration.  It SHOULD
         return the value of zero otherwise."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 47 }

.1.3.6.1.2.1.10.246.1.2.1.48
pwGenLocalAIIType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwGenIdType
  SYNTAX	Unsigned32 (0..254) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is the type of the local forwarder
         attachment individual identifier (AII) to be used
         by this PW if generalized FEC (129) is used for PW
         signaling or configuration."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 48 }

.1.3.6.1.2.1.10.246.1.2.1.49
pwGenRemoteAIIType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwGenIdType
  SYNTAX	Unsigned32 (0..254) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is the type of the remote forwarder
         attachment individual identifier (AII) to be used
         by this PW if generalized FEC (129) is used for PW
         signaling or configuration."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwTable(2) pwEntry(1) 49 }

.1.3.6.1.2.1.10.246.1.3
pwPerfCurrentTable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides per-PW performance information for
          the current interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 3 }

.1.3.6.1.2.1.10.246.1.3.1
pwPerfCurrentEntry OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwIndex }
  DESCRIPTION	"An entry in this table is created by the agent for
          every PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfCurrentTable(3) 1 }

.1.3.6.1.2.1.10.246.1.3.1.1
pwPerfCurrentInHCPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for number of packets received by
          the PW (from the PSN) in the current 15-minute
          interval.  This is the 64-bit version of
          pwPerfCurrentInPackets, if pwPerfCurrentInHCPackets
          is supported according to the rules spelled out
          in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfCurrentTable(3) pwPerfCurrentEntry(1) 1 }

.1.3.6.1.2.1.10.246.1.3.1.2
pwPerfCurrentInHCBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for number of bytes received by the
          PW (from the PSN) in the current 15-minute interval.
          This is the 64-bit version of pwPerfCurrentInBytes, if
          pwPerfCurrentInHCBytes is supported according to the
          rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfCurrentTable(3) pwPerfCurrentEntry(1) 2 }

.1.3.6.1.2.1.10.246.1.3.1.3
pwPerfCurrentOutHCPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for number of packets forwarded by
          the PW (to the PSN) in the current 15-minute interval.
          This is the 64-bit version of pwPerfCurrentOutPackets,
          if pwPerfCurrentOutHCPackets is supported according to
          the rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfCurrentTable(3) pwPerfCurrentEntry(1) 3 }

.1.3.6.1.2.1.10.246.1.3.1.4
pwPerfCurrentOutHCBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfCurrentCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for number of bytes forwarded by
          the PW (to the PSN) in the current 15-minute interval.
          This is the 64-bit version of pwPerfCurrentOutBytes,
          if pwPerfCurrentOutHCBytes is supported according to
          the rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfCurrentTable(3) pwPerfCurrentEntry(1) 4 }

.1.3.6.1.2.1.10.246.1.3.1.5
pwPerfCurrentInPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter for number of packets received by the PW (from
          the PSN) in the current 15-minute interval.
          This is the 32-bit version of pwPerfCurrentInHCPackets,
          if pwPerfCurrentInHCPackets is supported according to
          the rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfCurrentTable(3) pwPerfCurrentEntry(1) 5 }

.1.3.6.1.2.1.10.246.1.3.1.6
pwPerfCurrentInBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter for number of bytes received by the
          PW (from the PSN) in the current 15-minute interval.
          It MUST be equal to the least significant 32 bits of
          pwPerfCurrentInHCBytes, if pwPerfCurrentInHCBytes is
          supported according to the rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfCurrentTable(3) pwPerfCurrentEntry(1) 6 }

.1.3.6.1.2.1.10.246.1.3.1.7
pwPerfCurrentOutPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter for number of packets forwarded by
          the PW (to the PSN) in the current 15-minute interval.
          It MUST be equal to the least significant 32 bits of
          pwPerfCurrentOutHCPackets, if
          pwPerfCurrentOutHCPackets is supported according to the
          rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfCurrentTable(3) pwPerfCurrentEntry(1) 7 }

.1.3.6.1.2.1.10.246.1.3.1.8
pwPerfCurrentOutBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PerfCurrentCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter for number of bytes forwarded by
          the PW (to the PSN) in the current 15-minute interval.
          It MUST be equal to the least significant 32 bits of
          pwPerfCurrentOutHCBytes, if pwPerfCurrentOutHCBytes is
          supported according to the rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfCurrentTable(3) pwPerfCurrentEntry(1) 8 }

.1.3.6.1.2.1.10.246.1.4
pwPerfIntervalTable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides per-PW performance information for
          each interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 4 }

.1.3.6.1.2.1.10.246.1.4.1
pwPerfIntervalEntry OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwIndex, pwPerfIntervalNumber }
  DESCRIPTION	"An entry in this table is created by the agent for every
          PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) 1 }

.1.3.6.1.2.1.10.246.1.4.1.1
pwPerfIntervalNumber OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Integer32 (1..96) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A number N, between 1 and 96, which identifies the
          interval for which the set of statistics is available.
          The interval identified by 1 is the most recently
          completed 15-minute interval, and the interval identified
          by N is the interval immediately preceding the one
          identified by N-1.
          The minimum range of N is 1 through 4.  The default range
          is 1 to 32.  The maximum range of N is 1 through 96."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 1 }

.1.3.6.1.2.1.10.246.1.4.1.2
pwPerfIntervalValidData OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if the data for this interval
         is valid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 2 }

.1.3.6.1.2.1.10.246.1.4.1.3
pwPerfIntervalTimeElapsed OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfTimeElapsed
  SYNTAX	Integer32 (0..86399) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The duration of this interval in seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 3 }

.1.3.6.1.2.1.10.246.1.4.1.4
pwPerfIntervalInHCPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for number of packets received by
          the PW (from the PSN) during the interval.  This is the
          64-bit version of pwPerfIntervalInPackets, if
          pwPerfIntervalInHCPackets is supported according to the
          rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 4 }

.1.3.6.1.2.1.10.246.1.4.1.5
pwPerfIntervalInHCBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for number of bytes received by the
          PW (from the PSN) during the interval.
          This is the 64-bit version of pwPerfIntervalInBytes, if
          pwPerfIntervalInHCBytes is supported according to the
          rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 5 }

.1.3.6.1.2.1.10.246.1.4.1.6
pwPerfIntervalOutHCPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for number of packets forwarded by
          the PW (to the PSN) during the interval.
          This is the 64-bit version of pwPerfIntervalOutPackets,
          if pwPerfIntervalOutHCPackets is supported according to
          the rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 6 }

.1.3.6.1.2.1.10.246.1.4.1.7
pwPerfIntervalOutHCBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfIntervalCount
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for number of bytes forwarded by
          the PW (to the PSN) during the interval.
          This is the 64-bit version of pwPerfIntervalOutBytes,
          if pwPerfIntervalOutHCBytes is supported according to
          the rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 7 }

.1.3.6.1.2.1.10.246.1.4.1.8
pwPerfIntervalInPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value represents the number of packets received
         by this PW during the interval.
         It MUST be equal to the least significant 32 bits of
         pwPerfIntervalInHCPackets, if pwPerfIntervalInHCPackets
         is supported according to the rules spelled out in
         RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 8 }

.1.3.6.1.2.1.10.246.1.4.1.9
pwPerfIntervalInBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value represents the number of bytes received by
         this PW during the interval.  It MUST be equal to the
         least significant 32 bits of pwPerfIntervalInHCBytes, if
         pwPerfIntervalInHCBytes is supported according to the
         rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 9 }

.1.3.6.1.2.1.10.246.1.4.1.10
pwPerfIntervalOutPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value represents the number of packets sent by this
         PW during the interval.
         It MUST be equal to the least significant 32 bits of
         pwPerfIntervalOutHCPackets, if
         pwPerfIntervalOutHCPackets is supported according to the
         rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 10 }

.1.3.6.1.2.1.10.246.1.4.1.11
pwPerfIntervalOutBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PerfIntervalCount
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value represents the number of bytes sent by this
         PW during the interval.
         It MUST be equal to the least significant 32
         bits of pwPerfIntervalOutHCBytes,
         if pwPerfIntervalOutHCBytes is supported according to
         the rules spelled out in RFC 2863."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerfIntervalTable(4) pwPerfIntervalEntry(1) 11 }

.1.3.6.1.2.1.10.246.1.5
pwPerf1DayIntervalTable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides per-PW performance information for
          the current day's measurement and the previous day's
          interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 5 }

.1.3.6.1.2.1.10.246.1.5.1
pwPerf1DayIntervalEntry OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwIndex, pwPerf1DayIntervalNumber }
  DESCRIPTION	"An entry in this table is created by the agent for every
          PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerf1DayIntervalTable(5) 1 }

.1.3.6.1.2.1.10.246.1.5.1.1
pwPerf1DayIntervalNumber OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Unsigned32 (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"History Data Interval number.  Interval 1 is the current day's
       measurement period, interval 2 is the most recent previous
       day, and interval 30 is 31 days ago.  Intervals 3..31 are
       optional."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerf1DayIntervalTable(5) pwPerf1DayIntervalEntry(1) 1 }

.1.3.6.1.2.1.10.246.1.5.1.2
pwPerf1DayIntervalValidData OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if the data for this interval
         is valid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerf1DayIntervalTable(5) pwPerf1DayIntervalEntry(1) 2 }

.1.3.6.1.2.1.10.246.1.5.1.3
pwPerf1DayIntervalTimeElapsed OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION HCPerfTimeElapsed
  SYNTAX	Integer32 (0..86399) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds in the 1-day interval over which the
       performance monitoring information is actually counted.
       This value will be the same as the interval duration except
       in a situation where performance monitoring data could not
       be collected for any reason or where agent clock adjustments
       have been made."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerf1DayIntervalTable(5) pwPerf1DayIntervalEntry(1) 3 }

.1.3.6.1.2.1.10.246.1.5.1.4
pwPerf1DayIntervalInHCPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for the total number of packets
          received by the PW (from the PSN)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerf1DayIntervalTable(5) pwPerf1DayIntervalEntry(1) 4 }

.1.3.6.1.2.1.10.246.1.5.1.5
pwPerf1DayIntervalInHCBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for the total number of bytes
          received by the PW (from the PSN)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerf1DayIntervalTable(5) pwPerf1DayIntervalEntry(1) 5 }

.1.3.6.1.2.1.10.246.1.5.1.6
pwPerf1DayIntervalOutHCPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for the total number of packets
          forwarded by the PW (to the PSN)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerf1DayIntervalTable(5) pwPerf1DayIntervalEntry(1) 6 }

.1.3.6.1.2.1.10.246.1.5.1.7
pwPerf1DayIntervalOutHCBytes OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"High-capacity counter for the total number of bytes
          forwarded by the PW (to the PSN)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPerf1DayIntervalTable(5) pwPerf1DayIntervalEntry(1) 7 }

.1.3.6.1.2.1.10.246.1.6
pwPerfTotalErrorPackets OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Counter for number of errors at the PW processing level,
          for example, packets received with unknown PW label."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 6 }

.1.3.6.1.2.1.10.246.1.7
pwIndexMappingTable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table enables the reverse mapping of the unique
          PWid parameters [peer IP, PW type, and PW ID] and the
          pwIndex.  The table is not applicable for PWs created
          manually or by using the generalized FEC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 7 }

.1.3.6.1.2.1.10.246.1.7.1
pwIndexMappingEntry OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwIndexMappingPwType, pwIndexMappingPwID, pwIndexMappingPeerAddrType, pwIndexMappingPeerAddr }
  DESCRIPTION	"An entry in this table MUST be created by the agent for
          every PW created by the pwTable for which pwOwner
          equals pwIdFecSignaling and pwID is not zero.

          Implementers need to be aware that if the value of
          the pwIndexMappingPeerAddr (an OID) has more than
          113 sub-identifiers, then OIDs of column instances
          in this table will have more than 128 sub-identifiers
          and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwIndexMappingTable(7) 1 }

.1.3.6.1.2.1.10.246.1.7.1.1
pwIndexMappingPwType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION IANAPwTypeTC
  SYNTAX	INTEGER {other(0), frameRelayDlciMartiniMode(1), atmAal5SduVcc(2), atmTransparent(3), ethernetTagged(4), ethernet(5), hdlc(6), ppp(7), cem(8), atmCellNto1Vcc(9), atmCellNto1Vpc(10), ipLayer2Transport(11), atmCell1to1Vcc(12), atmCell1to1Vpc(13), atmAal5PduVcc(14), frameRelayPortMode(15), cep(16), e1Satop(17), t1Satop(18), e3Satop(19), t3Satop(20), basicCesPsn(21), basicTdmIp(22), tdmCasCesPsn(23), tdmCasTdmIp(24), frDlci(25), wildcard(32767)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The PW type (indicates the service) of this PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwIndexMappingTable(7) pwIndexMappingEntry(1) 1 }

.1.3.6.1.2.1.10.246.1.7.1.2
pwIndexMappingPwID OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwIDType
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The PW ID of this PW.  Zero if the PW is configured
          manually."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwIndexMappingTable(7) pwIndexMappingEntry(1) 2 }

.1.3.6.1.2.1.10.246.1.7.1.3
pwIndexMappingPeerAddrType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address type of the peer node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwIndexMappingTable(7) pwIndexMappingEntry(1) 3 }

.1.3.6.1.2.1.10.246.1.7.1.4
pwIndexMappingPeerAddr OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the peer node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwIndexMappingTable(7) pwIndexMappingEntry(1) 4 }

.1.3.6.1.2.1.10.246.1.7.1.5
pwIndexMappingPwIndex OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwIndexType
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value that represents the PW in the pwTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwIndexMappingTable(7) pwIndexMappingEntry(1) 5 }

.1.3.6.1.2.1.10.246.1.8
pwPeerMappingTable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides reverse mapping of the existing PW
          based on PW type and PW ID ordering.  This table is
          typically useful for the element management system (EMS)
          ordered query of existing PWs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 8 }

.1.3.6.1.2.1.10.246.1.8.1
pwPeerMappingEntry OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwPeerMappingPeerAddrType, pwPeerMappingPeerAddr, pwPeerMappingPwType, pwPeerMappingPwID }
  DESCRIPTION	"An entry in this table is created by the agent for every
          PW entry in the pwTable.

         Implementers need to be aware that if the value of the
         pwPeerMappingPeerAddr (an OID) has more than 113
         sub-identifiers, then OIDs of column instances in this
         table will have more than 128 sub-identifiers and cannot
         be accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPeerMappingTable(8) 1 }

.1.3.6.1.2.1.10.246.1.8.1.1
pwPeerMappingPeerAddrType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address type of the peer node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPeerMappingTable(8) pwPeerMappingEntry(1) 1 }

.1.3.6.1.2.1.10.246.1.8.1.2
pwPeerMappingPeerAddr OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the peer node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPeerMappingTable(8) pwPeerMappingEntry(1) 2 }

.1.3.6.1.2.1.10.246.1.8.1.3
pwPeerMappingPwType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION IANAPwTypeTC
  SYNTAX	INTEGER {other(0), frameRelayDlciMartiniMode(1), atmAal5SduVcc(2), atmTransparent(3), ethernetTagged(4), ethernet(5), hdlc(6), ppp(7), cem(8), atmCellNto1Vcc(9), atmCellNto1Vpc(10), ipLayer2Transport(11), atmCell1to1Vcc(12), atmCell1to1Vpc(13), atmAal5PduVcc(14), frameRelayPortMode(15), cep(16), e1Satop(17), t1Satop(18), e3Satop(19), t3Satop(20), basicCesPsn(21), basicTdmIp(22), tdmCasCesPsn(23), tdmCasTdmIp(24), frDlci(25), wildcard(32767)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The PW type (indicates the emulated service) of this PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPeerMappingTable(8) pwPeerMappingEntry(1) 3 }

.1.3.6.1.2.1.10.246.1.8.1.4
pwPeerMappingPwID OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwIDType
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The PW ID of this PW.  Zero if the PW is configured
          manually."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPeerMappingTable(8) pwPeerMappingEntry(1) 4 }

.1.3.6.1.2.1.10.246.1.8.1.5
pwPeerMappingPwIndex OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwIndexType
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value that represents the PW in the pwTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwPeerMappingTable(8) pwPeerMappingEntry(1) 5 }

.1.3.6.1.2.1.10.246.1.9
pwUpDownNotifEnable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If this object is set to true(1), then it enables
        the emission of pwUp and pwDown
        notifications; otherwise, these notifications are not
        emitted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 9 }

.1.3.6.1.2.1.10.246.1.10
pwDeletedNotifEnable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If this object is set to true(1), then it enables the
        emission of pwDeleted notification; otherwise, this
        notification is not emitted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 10 }

.1.3.6.1.2.1.10.246.1.11
pwNotifRate OBJECT-TYPE
  -- FROM	PW-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object defines the maximum number of PW notifications
        that can be emitted from the device per second."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 11 }

.1.3.6.1.2.1.10.246.1.12
pwGenFecIndexMappingTable OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table enables the reverse mapping of the unique
          PWid parameters [GroupAttachmentID, LocalAttachmentID,
          and PeerAttachmentID] and the pwIndex.  The table is
          only applicable for PW using the generalized FEC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) 12 }

.1.3.6.1.2.1.10.246.1.12.1
pwGenFecIndexMappingEntry OBJECT-TYPE
  -- FROM	PW-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwGenFecIndexMappingAGIType, pwGenFecIndexMappingAGI, pwGenFecIndexMappingLocalAIIType, pwGenFecIndexMappingLocalAII, pwGenFecIndexMappingRemoteAIIType, pwGenFecIndexMappingRemoteAII }
  DESCRIPTION	"An entry in this table MUST be created by the agent for
          every PW created by the pwTable for which pwOwner
          equals genFecSignaling.
          Implementers need to be aware that if the combined value
          of pwGenFecIndexMappingAGI, pwGenFecIndexMappingLocalAII,
          and pwGenFecIndexMappingRemoteAII (OIDs) has more than
          113 sub-identifiers, then OIDs of column instances
          in this table will have more than 128 sub-identifiers
          and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwGenFecIndexMappingTable(12) 1 }

.1.3.6.1.2.1.10.246.1.12.1.1
pwGenFecIndexMappingAGIType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwGenIdType
  SYNTAX	Unsigned32 (0..254) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is the type of the attachment
          group identifier (AGI) that this PW belongs to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwGenFecIndexMappingTable(12) pwGenFecIndexMappingEntry(1) 1 }

.1.3.6.1.2.1.10.246.1.12.1.2
pwGenFecIndexMappingAGI OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwAttachmentIdentifierType
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is an octet string representing the attachment
          group identifier (AGI) that this PW belongs to,
          which typically identifies the VPN ID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwGenFecIndexMappingTable(12) pwGenFecIndexMappingEntry(1) 2 }

.1.3.6.1.2.1.10.246.1.12.1.3
pwGenFecIndexMappingLocalAIIType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwGenIdType
  SYNTAX	Unsigned32 (0..254) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is the type of the local forwarder
          attachment individual identifier (AII) to be used
          by this PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwGenFecIndexMappingTable(12) pwGenFecIndexMappingEntry(1) 3 }

.1.3.6.1.2.1.10.246.1.12.1.4
pwGenFecIndexMappingLocalAII OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwAttachmentIdentifierType
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is an octet string representing the local
          forwarder attachment individual identifier (AII) to be used
          by this PW.  It is used as the SAII for outgoing signaling
          messages and the TAII in the incoming messages from the
          peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwGenFecIndexMappingTable(12) pwGenFecIndexMappingEntry(1) 4 }

.1.3.6.1.2.1.10.246.1.12.1.5
pwGenFecIndexMappingRemoteAIIType OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwGenIdType
  SYNTAX	Unsigned32 (0..254) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is the type of the remote forwarder
          attachment individual identifier (AII) to be used
          by this PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwGenFecIndexMappingTable(12) pwGenFecIndexMappingEntry(1) 5 }

.1.3.6.1.2.1.10.246.1.12.1.6
pwGenFecIndexMappingRemoteAII OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwAttachmentIdentifierType
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is an octet string representing the peer
          forwarder attachment individual identifier (AII) to be used
          by this PW.  It is used as the TAII for outgoing signaling
          messages and the SAII in the incoming messages from the
          peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwGenFecIndexMappingTable(12) pwGenFecIndexMappingEntry(1) 6 }

.1.3.6.1.2.1.10.246.1.12.1.7
pwGenFecIndexMappingPwIndex OBJECT-TYPE
  -- FROM	PW-STD-MIB
  -- TEXTUAL CONVENTION PwIndexType
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value that represents the PW in the pwTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwObjects(1) pwGenFecIndexMappingTable(12) pwGenFecIndexMappingEntry(1) 7 }

.1.3.6.1.2.1.10.246.2
pwConformance OBJECT-TYPE
  -- FROM	PW-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) 2 }

.1.3.6.1.2.1.10.246.2.1
pwGroups OBJECT-TYPE
  -- FROM	PW-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) 1 }

.1.3.6.1.2.1.10.246.2.1.1
pwBasicGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects that are required in all
         implementations that support the PW MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 1 }

.1.3.6.1.2.1.10.246.2.1.2
pwPwIdGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects required for PW ID configuration
         and signaling."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 2 }

.1.3.6.1.2.1.10.246.2.1.3
pwGeneralizedFecGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects required for generalized FEC
         configuration and signaling."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 3 }

.1.3.6.1.2.1.10.246.2.1.4
pwFcsGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects required for FCS retention
         configuration and signaling."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 4 }

.1.3.6.1.2.1.10.246.2.1.5
pwFragGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects required for fragmentation
         configuration and signaling."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 5 }

.1.3.6.1.2.1.10.246.2.1.6
pwPwStatusGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects required for PW status configuration
         and signaling."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 6 }

.1.3.6.1.2.1.10.246.2.1.7
pwGetNextGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects for getting the next available
         index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 7 }

.1.3.6.1.2.1.10.246.2.1.8
pwPriorityGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects for controlling the PW setup and
         holding priority."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 8 }

.1.3.6.1.2.1.10.246.2.1.9
pwAttachmentGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects for PW configuration as ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 9 }

.1.3.6.1.2.1.10.246.2.1.10
pwPerformanceGeneralGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of general objects needed for managing the
         total running performance parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 10 }

.1.3.6.1.2.1.10.246.2.1.11
pwPeformance1DayIntervalGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects needed for a PW running 1-day
         interval performance collection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 11 }

.1.3.6.1.2.1.10.246.2.1.12
pwPerformanceIntervalGeneralGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of general objects needed for managing the
         interval performance parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 12 }

.1.3.6.1.2.1.10.246.2.1.13
pwPeformanceIntervalGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of 32-bit objects needed for PW performance
         collection in 15-minute intervals."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 13 }

.1.3.6.1.2.1.10.246.2.1.14
pwHCPeformanceIntervalGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of HC objects needed for PW performance
         collection in 15-minute intervals."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 14 }

.1.3.6.1.2.1.10.246.2.1.15
pwMappingTablesGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects contained in the reverse
         mapping tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 15 }

.1.3.6.1.2.1.10.246.2.1.16
pwNotificationControlGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects for controlling the PW
         notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 16 }

.1.3.6.1.2.1.10.246.2.1.17
pwNotificationGroup OBJECT-TYPE
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of PW notifications objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 17 }

.1.3.6.1.2.1.10.246.2.1.18
pwSignalingGroup OBJECT-GROUP
  -- FROM	PW-STD-MIB
  DESCRIPTION	"Collection of objects for use in implementations that
         support the PW signaling."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwGroups(1) 18 }

.1.3.6.1.2.1.10.246.2.2
pwCompliances OBJECT-TYPE
  -- FROM	PW-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) 2 }

.1.3.6.1.2.1.10.246.2.2.1
pwModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	PW-STD-MIB
  DESCRIPTION	"The compliance statement for agents that provide full
             support for the PW MIB module.  Such devices can
             then be monitored and configured using
             this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwCompliances(2) 1 }

.1.3.6.1.2.1.10.246.2.2.2
pwModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	PW-STD-MIB
  DESCRIPTION	"The compliance statement for agents that provide read-
             only support for the PW MIB module.  Such devices can
             then be monitored but cannot be configured using this
             MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) pwStdMIB(246) pwConformance(2) pwCompliances(2) 2 }

.1.3.6.1.2.1.11
snmp OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 11 }

.1.3.6.1.2.1.11.1
snmpInPkts OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of messages delivered to the SNMP
               entity from the transport service."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 1 }

.1.3.6.1.2.1.11.2
snmpOutPkts OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Messages which were
               passed from the SNMP protocol entity to the
               transport service."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 2 }

.1.3.6.1.2.1.11.3
snmpInBadVersions OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SNMP messages which were delivered
               to the SNMP entity and were for an unsupported SNMP
               version."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 3 }

.1.3.6.1.2.1.11.4
snmpInBadCommunityNames OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of community-based SNMP messages (for
              example,  SNMPv1) delivered to the SNMP entity which
              used an SNMP community name not known to said entity.
              Also, implementations which authenticate community-based
              SNMP messages using check(s) in addition to matching
              the community name (for example, by also checking
              whether the message originated from a transport address
              allowed to use a specified community name) MAY include
              in this value the number of messages which failed the
              additional check(s).  It is strongly RECOMMENDED that
              the documentation for any security model which is used
              to authenticate community-based SNMP messages specify
              the precise conditions that contribute to this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 4 }

.1.3.6.1.2.1.11.5
snmpInBadCommunityUses OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of community-based SNMP messages (for
              example, SNMPv1) delivered to the SNMP entity which
              represented an SNMP operation that was not allowed for
              the SNMP community named in the message.  The precise
              conditions under which this counter is incremented
              (if at all) depend on how the SNMP entity implements
              its access control mechanism and how its applications
              interact with that access control mechanism.  It is
              strongly RECOMMENDED that the documentation for any
              access control mechanism which is used to control access
              to and visibility of MIB instrumentation specify the
              precise conditions that contribute to this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 5 }

.1.3.6.1.2.1.11.6
snmpInASNParseErrs OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of ASN.1 or BER errors encountered by
               the SNMP entity when decoding received SNMP messages."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 6 }

.1.3.6.1.2.1.11.8
snmpInTooBigs OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP PDUs which were
               delivered to the SNMP protocol entity and for
               which the value of the error-status field was
               `tooBig'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 8 }

.1.3.6.1.2.1.11.9
snmpInNoSuchNames OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP PDUs which were
               delivered to the SNMP protocol entity and for
               which the value of the error-status field was
               `noSuchName'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 9 }

.1.3.6.1.2.1.11.10
snmpInBadValues OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP PDUs which were
               delivered to the SNMP protocol entity and for
               which the value of the error-status field was
               `badValue'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 10 }

.1.3.6.1.2.1.11.11
snmpInReadOnlys OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number valid SNMP PDUs which were delivered
               to the SNMP protocol entity and for which the value
               of the error-status field was `readOnly'.  It should
               be noted that it is a protocol error to generate an
               SNMP PDU which contains the value `readOnly' in the
               error-status field, as such this object is provided
               as a means of detecting incorrect implementations of
               the SNMP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 11 }

.1.3.6.1.2.1.11.12
snmpInGenErrs OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP PDUs which were delivered
               to the SNMP protocol entity and for which the value
               of the error-status field was `genErr'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 12 }

.1.3.6.1.2.1.11.13
snmpInTotalReqVars OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of MIB objects which have been
               retrieved successfully by the SNMP protocol entity
               as the result of receiving valid SNMP Get-Request
               and Get-Next PDUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 13 }

.1.3.6.1.2.1.11.14
snmpInTotalSetVars OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of MIB objects which have been
               altered successfully by the SNMP protocol entity as
               the result of receiving valid SNMP Set-Request PDUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 14 }

.1.3.6.1.2.1.11.15
snmpInGetRequests OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Get-Request PDUs which
               have been accepted and processed by the SNMP
               protocol entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 15 }

.1.3.6.1.2.1.11.16
snmpInGetNexts OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Get-Next PDUs which have been
               accepted and processed by the SNMP protocol entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 16 }

.1.3.6.1.2.1.11.17
snmpInSetRequests OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Set-Request PDUs which
               have been accepted and processed by the SNMP protocol
               entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 17 }

.1.3.6.1.2.1.11.18
snmpInGetResponses OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Get-Response PDUs which
               have been accepted and processed by the SNMP protocol
               entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 18 }

.1.3.6.1.2.1.11.19
snmpInTraps OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Trap PDUs which have been
               accepted and processed by the SNMP protocol entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 19 }

.1.3.6.1.2.1.11.20
snmpOutTooBigs OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP PDUs which were generated
               by the SNMP protocol entity and for which the value
               of the error-status field was `tooBig.'"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 20 }

.1.3.6.1.2.1.11.21
snmpOutNoSuchNames OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP PDUs which were generated
               by the SNMP protocol entity and for which the value
               of the error-status was `noSuchName'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 21 }

.1.3.6.1.2.1.11.22
snmpOutBadValues OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP PDUs which were generated
               by the SNMP protocol entity and for which the value
               of the error-status field was `badValue'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 22 }

.1.3.6.1.2.1.11.24
snmpOutGenErrs OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP PDUs which were generated
               by the SNMP protocol entity and for which the value
               of the error-status field was `genErr'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 24 }

.1.3.6.1.2.1.11.25
snmpOutGetRequests OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Get-Request PDUs which
               have been generated by the SNMP protocol entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 25 }

.1.3.6.1.2.1.11.26
snmpOutGetNexts OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Get-Next PDUs which have
               been generated by the SNMP protocol entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 26 }

.1.3.6.1.2.1.11.27
snmpOutSetRequests OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Set-Request PDUs which
               have been generated by the SNMP protocol entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 27 }

.1.3.6.1.2.1.11.28
snmpOutGetResponses OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Get-Response PDUs which
               have been generated by the SNMP protocol entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 28 }

.1.3.6.1.2.1.11.29
snmpOutTraps OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The total number of SNMP Trap PDUs which have
               been generated by the SNMP protocol entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 29 }

.1.3.6.1.2.1.11.30
snmpEnableAuthenTraps OBJECT-TYPE
  -- FROM	SNMPv2-MIB, RFC1213-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the SNMP entity is permitted to
               generate authenticationFailure traps.  The value of this
               object overrides any configuration information; as such,
               it provides a means whereby all authenticationFailure
               traps may be disabled.

               Note that it is strongly recommended that this object
               be stored in non-volatile memory so that it remains
               constant across re-initializations of the network
               management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 30 }

.1.3.6.1.2.1.11.31
snmpSilentDrops OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Confirmed Class PDUs (such as
              GetRequest-PDUs, GetNextRequest-PDUs,
              GetBulkRequest-PDUs, SetRequest-PDUs, and
              InformRequest-PDUs) delivered to the SNMP entity which
              were silently dropped because the size of a reply
              containing an alternate Response Class PDU (such as a
              Response-PDU) with an empty variable-bindings field
              was greater than either a local constraint or the
              maximum message size associated with the originator of
              the request."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 31 }

.1.3.6.1.2.1.11.32
snmpProxyDrops OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Confirmed Class PDUs
               (such as GetRequest-PDUs, GetNextRequest-PDUs,
               GetBulkRequest-PDUs, SetRequest-PDUs, and
               InformRequest-PDUs) delivered to the SNMP entity which
               were silently dropped because the transmission of
               the (possibly translated) message to a proxy target
               failed in a manner (other than a time-out) such that
               no Response Class PDU (such as a Response-PDU) could
               be returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmp(11) 32 }

.1.3.6.1.2.1.14
ospf MODULE-IDENTITY
  -- FROM	OSPF-MIB
  DESCRIPTION	"The MIB module to describe the OSPF Version 2
          Protocol.  Note that some objects in this MIB
          module may pose a significant security risk.
          Refer to the Security Considerations section
          in RFC 4750 for more information.

          Copyright (C) The IETF Trust (2006).
          This version of this MIB module is part of
          RFC 4750;  see the RFC itself for full legal
          notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 14 }

.1.3.6.1.2.1.14.1
ospfGeneralGroup OBJECT-TYPE
  -- FROM	OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 1 }

.1.3.6.1.2.1.14.1.1
ospfRouterId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A 32-bit integer uniquely identifying the
          router in the Autonomous System.
          By convention, to ensure uniqueness, this
          should default to the value of one of the
          router's IP interface addresses.

          This object is persistent and when written
          the entity SHOULD save the change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 1 }

.1.3.6.1.2.1.14.1.2
ospfAdminStat OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION Status
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative status of OSPF in the
          router.  The value 'enabled' denotes that the
          OSPF Process is active on at least one interface;
          'disabled' disables it on all interfaces.

          This object is persistent and when written
          the entity SHOULD save the change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 2 }

.1.3.6.1.2.1.14.1.3
ospfVersionNumber OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {version2(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current version number of the OSPF protocol is 2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 3 }

.1.3.6.1.2.1.14.1.4
ospfAreaBdrRtrStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A flag to note whether this router is an Area
          Border Router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 4 }

.1.3.6.1.2.1.14.1.5
ospfASBdrRtrStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A flag to note whether this router is configured as
           an Autonomous System Border Router.

           This object is persistent and when written the
           entity SHOULD save the change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 5 }

.1.3.6.1.2.1.14.1.6
ospfExternLsaCount OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of external (LS type-5) link state
           advertisements in the link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 6 }

.1.3.6.1.2.1.14.1.7
ospfExternLsaCksumSum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit sum of the LS checksums of
           the external link state advertisements
           contained in the link state database.  This sum
           can be used to determine if there has been a
           change in a router's link state database and
           to compare the link state database of two
           routers.  The value should be treated as unsigned
           when comparing two sums of checksums."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 7 }

.1.3.6.1.2.1.14.1.8
ospfTOSSupport OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The router's support for type-of-service routing.

           This object is persistent and when written
           the entity SHOULD save the change to non-volatile
           storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 8 }

.1.3.6.1.2.1.14.1.9
ospfOriginateNewLsas OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of new link state advertisements
          that have been originated.  This number is
          incremented each time the router originates a new
          LSA.

          Discontinuities in the value of this counter can
          occur at re-initialization of the management system,
          and at other times as indicated by the value of
          ospfDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 9 }

.1.3.6.1.2.1.14.1.10
ospfRxNewLsas OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of link state advertisements received
          that are determined to be new instantiations.
          This number does not include newer instantiations
          of self-originated link state advertisements.

          Discontinuities in the value of this counter can
          occur at re-initialization of the management system,
          and at other times as indicated by the value of
          ospfDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 10 }

.1.3.6.1.2.1.14.1.11
ospfExtLsdbLimit OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of non-default
          AS-external LSAs entries that can be stored in the
          link state database.  If the value is -1, then
          there is no limit.

          When the number of non-default AS-external LSAs
          in a router's link state database reaches
          ospfExtLsdbLimit, the router enters
          overflow state.  The router never holds more than
          ospfExtLsdbLimit non-default AS-external LSAs
          in its database.  OspfExtLsdbLimit MUST be set
          identically in all routers attached to the OSPF
          backbone and/or any regular OSPF area (i.e.,
          OSPF stub areas and NSSAs are excluded).

          This object is persistent and when written
          the entity SHOULD save the change to non-volatile
          storage."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 11 }

.1.3.6.1.2.1.14.1.12
ospfMulticastExtensions OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A bit mask indicating whether the router is
          forwarding IP multicast (Class D) datagrams
          based on the algorithms defined in the
          multicast extensions to OSPF.

          Bit 0, if set, indicates that the router can
          forward IP multicast datagrams in the router's
          directly attached areas (called intra-area
          multicast routing).

          Bit 1, if set, indicates that the router can
          forward IP multicast datagrams between OSPF
          areas (called inter-area multicast routing).

          Bit 2, if set, indicates that the router can
          forward IP multicast datagrams between
          Autonomous Systems (called inter-AS multicast
          routing).

          Only certain combinations of bit settings are
          allowed, namely: 0 (no multicast forwarding is
          enabled), 1 (intra-area multicasting only), 3
          (intra-area and inter-area multicasting), 5
          (intra-area and inter-AS multicasting), and 7
          (multicasting everywhere).  By default, no
          multicast forwarding is enabled.

          This object is persistent and when written
          the entity SHOULD save the change to non-volatile
          storage."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 12 }

.1.3.6.1.2.1.14.1.13
ospfExitOverflowInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of seconds that, after entering
          OverflowState, a router will attempt to leave
          OverflowState.  This allows the router to again
          originate non-default AS-external LSAs.  When
          set to 0, the router will not leave
          overflow state until restarted.

          This object is persistent and when written
          the entity SHOULD save the change to non-volatile
          storage."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 13 }

.1.3.6.1.2.1.14.1.14
ospfDemandExtensions OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The router's support for demand routing.
           This object is persistent and when written
           the entity SHOULD save the change to non-volatile
           storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 14 }

.1.3.6.1.2.1.14.1.15
ospfRFC1583Compatibility OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates metrics used to choose among multiple
          AS-external LSAs.  When RFC1583Compatibility is set to
          enabled, only cost will be used when choosing among
          multiple AS-external LSAs advertising the same
          destination.  When RFC1583Compatibility is set to
          disabled, preference will be driven first by type of
          path using cost only to break ties.

          This object is persistent and when written
          the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 15 }

.1.3.6.1.2.1.14.1.16
ospfOpaqueLsaSupport OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The router's support for Opaque LSA types."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 16 }

.1.3.6.1.2.1.14.1.17
ospfReferenceBandwidth OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reference bandwidth in kilobits/second for
          calculating default interface metrics.  The
          default value is 100,000 KBPS (100 MBPS).

          This object is persistent and when written
          the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 17 }

.1.3.6.1.2.1.14.1.18
ospfRestartSupport OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {none(1), plannedOnly(2), plannedAndUnplanned(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The router's support for OSPF graceful restart.
          Options include: no restart support, only planned
          restarts, or both planned and unplanned restarts.

          This object is persistent and when written
          the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 18 }

.1.3.6.1.2.1.14.1.19
ospfRestartInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32 (1..1800) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configured OSPF graceful restart timeout interval.

           This object is persistent and when written
           the entity SHOULD save the change to non-volatile
           storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 19 }

.1.3.6.1.2.1.14.1.20
ospfRestartStrictLsaChecking OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates if strict LSA checking is enabled for
           graceful restart.

           This object is persistent and when written
           the entity SHOULD save the change to non-volatile
           storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 20 }

.1.3.6.1.2.1.14.1.21
ospfRestartStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {notRestarting(1), plannedRestart(2), unplannedRestart(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current status of OSPF graceful restart."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 21 }

.1.3.6.1.2.1.14.1.22
ospfRestartAge OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remaining time in current OSPF graceful restart
          interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 22 }

.1.3.6.1.2.1.14.1.23
ospfRestartExitReason OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {none(1), inProgress(2), completed(3), timedOut(4), topologyChanged(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Describes the outcome of the last attempt at a
          graceful restart.  If the value is 'none', no restart
          has yet been attempted.  If the value is 'inProgress',
          a restart attempt is currently underway."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 23 }

.1.3.6.1.2.1.14.1.24
ospfAsLsaCount OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AS-scope link state
           advertisements in the AS-scope link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 24 }

.1.3.6.1.2.1.14.1.25
ospfAsLsaCksumSum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit unsigned sum of the LS checksums of
           the AS link state advertisements contained in the AS-scope
           link state database.  This sum can be used to determine
           if there has been a change in a router's AS-scope link
           state database, and to compare the AS-scope link state
           database of two routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 25 }

.1.3.6.1.2.1.14.1.26
ospfStubRouterSupport OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The router's support for stub router functionality."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 26 }

.1.3.6.1.2.1.14.1.27
ospfStubRouterAdvertisement OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {doNotAdvertise(1), advertise(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the advertisement of
           stub router LSAs by the router.  The value
           doNotAdvertise will result in the advertisement
           of a standard router LSA and is the default value.

           This object is persistent and when written
           the entity SHOULD save the change to non-volatile
           storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 27 }

.1.3.6.1.2.1.14.1.28
ospfDiscontinuityTime OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion
          at which any one of this MIB's counters suffered
          a discontinuity.

          If no such discontinuities have occurred since the last
          re-initialization of the local management subsystem,
          then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfGeneralGroup(1) 28 }

.1.3.6.1.2.1.14.2
ospfAreaTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information describing the configured parameters and
          cumulative statistics of the router's attached areas.
          The interfaces and virtual links are configured
          as part of these areas.  Area 0.0.0.0, by definition,
          is the backbone area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 2 }

.1.3.6.1.2.1.14.2.1
ospfAreaEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfAreaId }
  DESCRIPTION	"Information describing the configured parameters and
          cumulative statistics of one of the router's attached areas.
          The interfaces and virtual links are configured as part of
          these areas.  Area 0.0.0.0, by definition, is the backbone
          area.

          Information in this table is persistent and when this object
          is written the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) 1 }

.1.3.6.1.2.1.14.2.1.1
ospfAreaId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 32-bit integer uniquely identifying an area.
          Area ID 0.0.0.0 is used for the OSPF backbone."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 1 }

.1.3.6.1.2.1.14.2.1.2
ospfAuthType OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION OspfAuthenticationType
  SYNTAX	INTEGER {none(0), simplePassword(1), md5(2)} 
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"The authentication type specified for an area."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 2 }

.1.3.6.1.2.1.14.2.1.3
ospfImportAsExtern OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {importExternal(1), importNoExternal(2), importNssa(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates if an area is a stub area, NSSA, or standard
          area.  Type-5 AS-external LSAs and type-11 Opaque LSAs are
          not imported into stub areas or NSSAs.  NSSAs import
          AS-external data as type-7 LSAs"
  DEFVAL	{ importExternal }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 3 }

.1.3.6.1.2.1.14.2.1.4
ospfSpfRuns OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that the intra-area route
          table has been calculated using this area's
          link state database.  This is typically done
          using Dijkstra's algorithm.

          Discontinuities in the value of this counter can occur
          at re-initialization of the management system, and at other
          times as indicated by the value of ospfDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 4 }

.1.3.6.1.2.1.14.2.1.5
ospfAreaBdrRtrCount OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Area Border Routers reachable
          within this area.  This is initially zero and is
          calculated in each Shortest Path First (SPF) pass."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 5 }

.1.3.6.1.2.1.14.2.1.6
ospfAsBdrRtrCount OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Autonomous System Border
          Routers reachable within this area.  This is
          initially zero and is calculated in each SPF
          pass."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 6 }

.1.3.6.1.2.1.14.2.1.7
ospfAreaLsaCount OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of link state advertisements
          in this area's link state database, excluding
          AS-external LSAs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 7 }

.1.3.6.1.2.1.14.2.1.8
ospfAreaLsaCksumSum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit sum of the link state
          advertisements' LS checksums contained in this
          area's link state database.  This sum excludes
          external (LS type-5) link state advertisements.
          The sum can be used to determine if there has
          been a change in a router's link state
          database, and to compare the link state database of
          two routers.  The value should be treated as unsigned
          when comparing two sums of checksums."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 8 }

.1.3.6.1.2.1.14.2.1.9
ospfAreaSummary OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {noAreaSummary(1), sendAreaSummary(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The variable ospfAreaSummary controls the
          import of summary LSAs into stub and NSSA areas.
          It has no effect on other areas.

          If it is noAreaSummary, the router will not
          originate summary LSAs into the stub or NSSA area.
          It will rely entirely on its default route.

          If it is sendAreaSummary, the router will both
          summarize and propagate summary LSAs."
  DEFVAL	{ noAreaSummary }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 9 }

.1.3.6.1.2.1.14.2.1.10
ospfAreaStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
          facilitating actions such as row creation,
          construction, and destruction.

          The value of this object has no effect on
          whether other objects in this conceptual row can be
          modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 10 }

.1.3.6.1.2.1.14.2.1.11
ospfAreaNssaTranslatorRole OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {always(1), candidate(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates an NSSA border router's ability to
          perform NSSA translation of type-7 LSAs into
          type-5 LSAs."
  DEFVAL	{ candidate }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 11 }

.1.3.6.1.2.1.14.2.1.12
ospfAreaNssaTranslatorState OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {enabled(1), elected(2), disabled(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if and how an NSSA border router is
          performing NSSA translation of type-7 LSAs into type-5
          LSAs.  When this object is set to enabled, the NSSA Border
          router's OspfAreaNssaExtTranslatorRole has been set to
          always.  When this object is set to elected, a candidate
          NSSA Border router is Translating type-7 LSAs into type-5.
          When this object is set to disabled, a candidate NSSA
          border router is NOT translating type-7 LSAs into type-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 12 }

.1.3.6.1.2.1.14.2.1.13
ospfAreaNssaTranslatorStabilityInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds after an elected translator
          determines its services are no longer required, that
          it should continue to perform its translation duties."
  DEFVAL	{ 40 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 13 }

.1.3.6.1.2.1.14.2.1.14
ospfAreaNssaTranslatorEvents OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of translator state changes
          that have occurred since the last boot-up.

          Discontinuities in the value of this counter can occur
          at re-initialization of the management system, and at other
          times as indicated by the value of ospfDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaTable(2) ospfAreaEntry(1) 14 }

.1.3.6.1.2.1.14.3
ospfStubAreaTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The set of metrics that will be advertised
          by a default Area Border Router into a stub area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 3 }

.1.3.6.1.2.1.14.3.1
ospfStubAreaEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfStubAreaId, ospfStubTOS }
  DESCRIPTION	"The metric for a given Type of Service that
          will be advertised by a default Area Border
          Router into a stub area.

          Information in this table is persistent and when this object
          is written the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfStubAreaTable(3) 1 }

.1.3.6.1.2.1.14.3.1.1
ospfStubAreaId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit identifier for the stub area.  On
          creation, this can be derived from the
          instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfStubAreaTable(3) ospfStubAreaEntry(1) 1 }

.1.3.6.1.2.1.14.3.1.2
ospfStubTOS OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TOSType
  SYNTAX	Integer32 (0..30) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Type of Service associated with the
          metric.  On creation, this can be derived from
          the instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfStubAreaTable(3) ospfStubAreaEntry(1) 2 }

.1.3.6.1.2.1.14.3.1.3
ospfStubMetric OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION BigMetric
  SYNTAX	Integer32 (0..16777215) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The metric value applied at the indicated Type
          of Service.  By default, this equals the least
          metric at the Type of Service among the
          interfaces to other areas."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfStubAreaTable(3) ospfStubAreaEntry(1) 3 }

.1.3.6.1.2.1.14.3.1.4
ospfStubStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
          facilitating actions such as row creation,
          construction, and destruction.

          The value of this object has no effect on
          whether other objects in this conceptual row can be
          modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfStubAreaTable(3) ospfStubAreaEntry(1) 4 }

.1.3.6.1.2.1.14.3.1.5
ospfStubMetricType OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {ospfMetric(1), comparableCost(2), nonComparable(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable displays the type of metric
          advertised as a default route."
  DEFVAL	{ ospfMetric }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfStubAreaTable(3) ospfStubAreaEntry(1) 5 }

.1.3.6.1.2.1.14.4
ospfLsdbTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPF Process's link state database (LSDB).
           The LSDB contains the link state advertisements
           from throughout the areas that the device is attached to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 4 }

.1.3.6.1.2.1.14.4.1
ospfLsdbEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfLsdbAreaId, ospfLsdbType, ospfLsdbLsid, ospfLsdbRouterId }
  DESCRIPTION	"A single link state advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLsdbTable(4) 1 }

.1.3.6.1.2.1.14.4.1.1
ospfLsdbAreaId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit identifier of the area from which
          the LSA was received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLsdbTable(4) ospfLsdbEntry(1) 1 }

.1.3.6.1.2.1.14.4.1.2
ospfLsdbType OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {routerLink(1), networkLink(2), summaryLink(3), asSummaryLink(4), asExternalLink(5), multicastLink(6), nssaExternalLink(7), areaOpaqueLink(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the link state advertisement.
          Each link state type has a separate advertisement
          format.

          Note: External link state advertisements are permitted
          for backward compatibility, but should be displayed
          in the ospfAsLsdbTable rather than here."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLsdbTable(4) ospfLsdbEntry(1) 2 }

.1.3.6.1.2.1.14.4.1.3
ospfLsdbLsid OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Link State ID is an LS Type Specific field
          containing either a Router ID or an IP address;
          it identifies the piece of the routing domain
          that is being described by the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLsdbTable(4) ospfLsdbEntry(1) 3 }

.1.3.6.1.2.1.14.4.1.4
ospfLsdbRouterId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit number that uniquely identifies the
          originating router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLsdbTable(4) ospfLsdbEntry(1) 4 }

.1.3.6.1.2.1.14.4.1.5
ospfLsdbSequence OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number field is a signed 32-bit
          integer.  It starts with the value '80000001'h,
          or -'7FFFFFFF'h, and increments until '7FFFFFFF'h.
          Thus, a typical sequence number will be very negative.
          It is used to detect old and duplicate Link State
          Advertisements.  The space of sequence numbers is linearly
          ordered.  The larger the sequence number, the more recent
          the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLsdbTable(4) ospfLsdbEntry(1) 5 }

.1.3.6.1.2.1.14.4.1.6
ospfLsdbAge OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the age of the link state advertisement
          in seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLsdbTable(4) ospfLsdbEntry(1) 6 }

.1.3.6.1.2.1.14.4.1.7
ospfLsdbChecksum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the checksum of the complete contents of
          the advertisement, excepting the age field.  The age field
          is excepted so that an advertisement's age can be
          incremented without updating the checksum.  The checksum
          used is the same that is used for ISO connectionless
          datagrams; it is commonly referred to as the
          Fletcher checksum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLsdbTable(4) ospfLsdbEntry(1) 7 }

.1.3.6.1.2.1.14.4.1.8
ospfLsdbAdvertisement OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	OCTET STRING (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The entire link state advertisement, including
          its header.

          Note that for variable length LSAs, SNMP agents
          may not be able to return the largest string size."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLsdbTable(4) ospfLsdbEntry(1) 8 }

.1.3.6.1.2.1.14.5
ospfAreaRangeTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	obsolete
  DESCRIPTION	"The Address Range Table acts as an adjunct to the Area
           Table.  It describes those Address Range Summaries that
           are configured to be propagated from an Area to reduce
           the amount of information about it that is known beyond
           its borders.  It contains a set of IP address ranges
           specified by an IP address/IP network mask pair.
           For example, class B address range of X.X.X.X
           with a network mask of 255.255.0.0 includes all IP
           addresses from X.X.0.0 to X.X.255.255.

           Note that this table is obsoleted and is replaced
           by the Area Aggregate Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 5 }

.1.3.6.1.2.1.14.5.1
ospfAreaRangeEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	obsolete
  INDEX		{ ospfAreaRangeAreaId, ospfAreaRangeNet }
  DESCRIPTION	"A single area address range.

          Information in this table is persistent and when this object
          is written the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaRangeTable(5) 1 }

.1.3.6.1.2.1.14.5.1.1
ospfAreaRangeAreaId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The area that the address range is to be found
          within."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaRangeTable(5) ospfAreaRangeEntry(1) 1 }

.1.3.6.1.2.1.14.5.1.2
ospfAreaRangeNet OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The IP address of the net or subnet indicated
          by the range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaRangeTable(5) ospfAreaRangeEntry(1) 2 }

.1.3.6.1.2.1.14.5.1.3
ospfAreaRangeMask OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"The subnet mask that pertains to the net or
          subnet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaRangeTable(5) ospfAreaRangeEntry(1) 3 }

.1.3.6.1.2.1.14.5.1.4
ospfAreaRangeStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"This object permits management of the table by
          facilitating actions such as row creation,
          construction, and destruction.

          The value of this object has no effect on
          whether other objects in this conceptual row can be
          modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaRangeTable(5) ospfAreaRangeEntry(1) 4 }

.1.3.6.1.2.1.14.5.1.5
ospfAreaRangeEffect OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {advertiseMatching(1), doNotAdvertiseMatching(2)} 
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"Subnets subsumed by ranges either trigger the
          advertisement of the indicated summary
         (advertiseMatching) or result in the subnet's not
          being advertised at all outside the area."
  DEFVAL	{ advertiseMatching }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaRangeTable(5) ospfAreaRangeEntry(1) 5 }

.1.3.6.1.2.1.14.6
ospfHostTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Host/Metric Table indicates what hosts are directly
          attached to the router, what metrics and types
          of service should be advertised for them,
          and what areas they are found within."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 6 }

.1.3.6.1.2.1.14.6.1
ospfHostEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfHostIpAddress, ospfHostTOS }
  DESCRIPTION	"A metric to be advertised, for a given type of
          service, when a given host is reachable.

          Information in this table is persistent and when this object
          is written the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfHostTable(6) 1 }

.1.3.6.1.2.1.14.6.1.1
ospfHostIpAddress OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfHostTable(6) ospfHostEntry(1) 1 }

.1.3.6.1.2.1.14.6.1.2
ospfHostTOS OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TOSType
  SYNTAX	Integer32 (0..30) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Type of Service of the route being configured."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfHostTable(6) ospfHostEntry(1) 2 }

.1.3.6.1.2.1.14.6.1.3
ospfHostMetric OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION Metric
  SYNTAX	Integer32 (0..65535) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The metric to be advertised."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfHostTable(6) ospfHostEntry(1) 3 }

.1.3.6.1.2.1.14.6.1.4
ospfHostStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
          facilitating actions such as row creation,
          construction, and destruction.

          The value of this object has no effect on
          whether other objects in this conceptual row can be
          modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfHostTable(6) ospfHostEntry(1) 4 }

.1.3.6.1.2.1.14.6.1.5
ospfHostAreaID OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The OSPF area to which the host belongs.
          Deprecated by ospfHostCfgAreaID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfHostTable(6) ospfHostEntry(1) 5 }

.1.3.6.1.2.1.14.6.1.6
ospfHostCfgAreaID OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"To configure the OSPF area to which the host belongs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfHostTable(6) ospfHostEntry(1) 6 }

.1.3.6.1.2.1.14.7
ospfIfTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPF Interface Table describes the interfaces
          from the viewpoint of OSPF.
          It augments the ipAddrTable with OSPF specific information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 7 }

.1.3.6.1.2.1.14.7.1
ospfIfEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfIfIpAddress, ospfAddressLessIf }
  DESCRIPTION	"The OSPF interface entry describes one interface
          from the viewpoint of OSPF.

          Information in this table is persistent and when this object
          is written the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) 1 }

.1.3.6.1.2.1.14.7.1.1
ospfIfIpAddress OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of this OSPF interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 1 }

.1.3.6.1.2.1.14.7.1.2
ospfAddressLessIf OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For the purpose of easing the instancing of
          addressed and addressless interfaces; this
          variable takes the value 0 on interfaces with
          IP addresses and the corresponding value of
          ifIndex for interfaces having no IP address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 2 }

.1.3.6.1.2.1.14.7.1.3
ospfIfAreaId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A 32-bit integer uniquely identifying the area
          to which the interface connects.  Area ID
          0.0.0.0 is used for the OSPF backbone."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 3 }

.1.3.6.1.2.1.14.7.1.4
ospfIfType OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {broadcast(1), nbma(2), pointToPoint(3), pointToMultipoint(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The OSPF interface type.
          By way of a default, this field may be intuited
          from the corresponding value of ifType.
          Broadcast LANs, such as Ethernet and IEEE 802.5,
          take the value 'broadcast', X.25 and similar
          technologies take the value 'nbma', and links
          that are definitively point to point take the
          value 'pointToPoint'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 4 }

.1.3.6.1.2.1.14.7.1.5
ospfIfAdminStat OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION Status
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The OSPF interface's administrative status.
          The value formed on the interface, and the interface
          will be advertised as an internal route to some area.
          The value 'disabled' denotes that the interface is
          external to OSPF."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 5 }

.1.3.6.1.2.1.14.7.1.6
ospfIfRtrPriority OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION DesignatedRouterPriority
  SYNTAX	Integer32 (0..255) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority of this interface.  Used in
          multi-access networks, this field is used in
          the designated router election algorithm.  The
          value 0 signifies that the router is not eligible
          to become the designated router on this particular
          network.  In the event of a tie in this value,
          routers will use their Router ID as a tie breaker."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 6 }

.1.3.6.1.2.1.14.7.1.7
ospfIfTransitDelay OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION UpToMaxAge
  SYNTAX	Integer32 (0..3600) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The estimated number of seconds it takes to
           transmit a link state update packet over this
           interface.  Note that the minimal value SHOULD be
           1 second."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 7 }

.1.3.6.1.2.1.14.7.1.8
ospfIfRetransInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION UpToMaxAge
  SYNTAX	Integer32 (0..3600) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds between link state advertisement
          retransmissions, for adjacencies belonging to this
          interface.  This value is also used when retransmitting
          database description and Link State request packets.
          Note that minimal value SHOULD be 1 second."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 8 }

.1.3.6.1.2.1.14.7.1.9
ospfIfHelloInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION HelloRange
  SYNTAX	Integer32 (1..65535) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of time, in seconds, between the Hello packets
          that the router sends on the interface.  This value must be
          the same for all routers attached to a common network."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 9 }

.1.3.6.1.2.1.14.7.1.10
ospfIfRtrDeadInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds that a router's Hello packets have
          not been seen before its neighbors declare the router down.
          This should be some multiple of the Hello interval.  This
          value must be the same for all routers attached to a common
          network."
  DEFVAL	{ 40 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 10 }

.1.3.6.1.2.1.14.7.1.11
ospfIfPollInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The larger time interval, in seconds, between the Hello
          packets sent to an inactive non-broadcast multi-access
          neighbor."
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 11 }

.1.3.6.1.2.1.14.7.1.12
ospfIfState OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {down(1), loopback(2), waiting(3), pointToPoint(4), designatedRouter(5), backupDesignatedRouter(6), otherDesignatedRouter(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OSPF Interface State."
  DEFVAL	{ down }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 12 }

.1.3.6.1.2.1.14.7.1.13
ospfIfDesignatedRouter OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the designated router."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 13 }

.1.3.6.1.2.1.14.7.1.14
ospfIfBackupDesignatedRouter OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the backup designated
          router."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 14 }

.1.3.6.1.2.1.14.7.1.15
ospfIfEvents OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this OSPF interface has
          changed its state or an error has occurred.

          Discontinuities in the value of this counter can occur
          at re-initialization of the management system, and at other
          times as indicated by the value of ospfDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 15 }

.1.3.6.1.2.1.14.7.1.16
ospfIfAuthKey OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The cleartext password used as an OSPF
          authentication key when simplePassword security
          is enabled.  This object does not access any OSPF
          cryptogaphic (e.g., MD5) authentication key under
          any circumstance.

          If the key length is shorter than 8 octets, the
          agent will left adjust and zero fill to 8 octets.

          Unauthenticated interfaces need no authentication
          key, and simple password authentication cannot use
          a key of more than 8 octets.

          Note that the use of simplePassword authentication
          is NOT recommended when there is concern regarding
          attack upon the OSPF system.  SimplePassword
          authentication is only sufficient to protect against
          accidental misconfigurations because it re-uses
          cleartext passwords [RFC1704].

          When read, ospfIfAuthKey always returns an octet
          string of length zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 16 }

.1.3.6.1.2.1.14.7.1.17
ospfIfStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
          facilitating actions such as row creation,
          construction, and destruction.

          The value of this object has no effect on
          whether other objects in this conceptual row can be
          modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 17 }

.1.3.6.1.2.1.14.7.1.18
ospfIfMulticastForwarding OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {blocked(1), multicast(2), unicast(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The way multicasts should be forwarded on this
          interface: not forwarded, forwarded as data
          link multicasts, or forwarded as data link
          unicasts.  Data link multicasting is not
          meaningful on point-to-point and NBMA interfaces,
          and setting ospfMulticastForwarding to 0 effectively
          disables all multicast forwarding."
  DEFVAL	{ blocked }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 18 }

.1.3.6.1.2.1.14.7.1.19
ospfIfDemand OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether Demand OSPF procedures (hello
          suppression to FULL neighbors and setting the
          DoNotAge flag on propagated LSAs) should be
          performed on this interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 19 }

.1.3.6.1.2.1.14.7.1.20
ospfIfAuthType OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION OspfAuthenticationType
  SYNTAX	INTEGER {none(0), simplePassword(1), md5(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The authentication type specified for an interface.

          Note that this object can be used to engage
          in significant attacks against an OSPF router."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 20 }

.1.3.6.1.2.1.14.7.1.21
ospfIfLsaCount OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of link-local link state advertisements
          in this interface's link-local link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 21 }

.1.3.6.1.2.1.14.7.1.22
ospfIfLsaCksumSum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit unsigned sum of the Link State
          Advertisements' LS checksums contained in this
          interface's link-local link state database.
          The sum can be used to determine if there has
          been a change in the interface's link state
          database and to compare the interface link state
          database of routers attached to the same subnet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 22 }

.1.3.6.1.2.1.14.7.1.23
ospfIfDesignatedRouterId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Router ID of the designated router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 23 }

.1.3.6.1.2.1.14.7.1.24
ospfIfBackupDesignatedRouterId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Router ID of the backup designated router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfTable(7) ospfIfEntry(1) 24 }

.1.3.6.1.2.1.14.8
ospfIfMetricTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Metric Table describes the metrics to be advertised
          for a specified interface at the various types of service.
          As such, this table is an adjunct of the OSPF Interface
          Table.

          Types of service, as defined by RFC 791, have the ability
          to request low delay, high bandwidth, or reliable linkage.

          For the purposes of this specification, the measure of
          bandwidth:
          Metric = referenceBandwidth / ifSpeed

          is the default value.
          The default reference bandwidth is 10^8.
          For multiple link interfaces, note that ifSpeed is the sum
          of the individual link speeds.  This yields a number having
          the following typical values:

          Network Type/bit rate   Metric

          >= 100 MBPS                 1
          Ethernet/802.3             10
          E1                         48
          T1 (ESF)                   65
          64 KBPS                    1562
          56 KBPS                    1785
          19.2 KBPS                  5208
          9.6 KBPS                   10416

          Routes that are not specified use the default
          (TOS 0) metric.

          Note that the default reference bandwidth can be configured
          using the general group object ospfReferenceBandwidth."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 8 }

.1.3.6.1.2.1.14.8.1
ospfIfMetricEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfIfMetricIpAddress, ospfIfMetricAddressLessIf, ospfIfMetricTOS }
  DESCRIPTION	"A particular TOS metric for a non-virtual interface
          identified by the interface index.

          Information in this table is persistent and when this object
          is written the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfMetricTable(8) 1 }

.1.3.6.1.2.1.14.8.1.1
ospfIfMetricIpAddress OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of this OSPF interface.  On row
          creation, this can be derived from the instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfMetricTable(8) ospfIfMetricEntry(1) 1 }

.1.3.6.1.2.1.14.8.1.2
ospfIfMetricAddressLessIf OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For the purpose of easing the instancing of
          addressed and addressless interfaces; this
          variable takes the value 0 on interfaces with
          IP addresses and the value of ifIndex for
          interfaces having no IP address.  On row
          creation, this can be derived from the instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfMetricTable(8) ospfIfMetricEntry(1) 2 }

.1.3.6.1.2.1.14.8.1.3
ospfIfMetricTOS OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TOSType
  SYNTAX	Integer32 (0..30) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Type of Service metric being referenced.
          On row creation, this can be derived from the
          instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfMetricTable(8) ospfIfMetricEntry(1) 3 }

.1.3.6.1.2.1.14.8.1.4
ospfIfMetricValue OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION Metric
  SYNTAX	Integer32 (0..65535) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The metric of using this Type of Service on
          this interface.  The default value of the TOS 0
          metric is 10^8 / ifSpeed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfMetricTable(8) ospfIfMetricEntry(1) 4 }

.1.3.6.1.2.1.14.8.1.5
ospfIfMetricStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
          facilitating actions such as row creation,
          construction, and destruction.

          The value of this object has no effect on
          whether other objects in this conceptual row can be
          modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfIfMetricTable(8) ospfIfMetricEntry(1) 5 }

.1.3.6.1.2.1.14.9
ospfVirtIfTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about this router's virtual interfaces
          that the OSPF Process is configured to carry on."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 9 }

.1.3.6.1.2.1.14.9.1
ospfVirtIfEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfVirtIfAreaId, ospfVirtIfNeighbor }
  DESCRIPTION	"Information about a single virtual interface.

          Information in this table is persistent and when this object
          is written the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) 1 }

.1.3.6.1.2.1.14.9.1.1
ospfVirtIfAreaId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transit area that the virtual link
          traverses.  By definition, this is not 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 1 }

.1.3.6.1.2.1.14.9.1.2
ospfVirtIfNeighbor OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Router ID of the virtual neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 2 }

.1.3.6.1.2.1.14.9.1.3
ospfVirtIfTransitDelay OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION UpToMaxAge
  SYNTAX	Integer32 (0..3600) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The estimated number of seconds it takes to
          transmit a Link State update packet over this
          interface.  Note that the minimal value SHOULD be
          1 second."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 3 }

.1.3.6.1.2.1.14.9.1.4
ospfVirtIfRetransInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION UpToMaxAge
  SYNTAX	Integer32 (0..3600) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds between link state
          avertisement retransmissions, for adjacencies
          belonging to this interface.  This value is
          also used when retransmitting database
          description and Link State request packets.  This
          value should be well over the expected
          round-trip time.  Note that the minimal value SHOULD be
          1 second."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 4 }

.1.3.6.1.2.1.14.9.1.5
ospfVirtIfHelloInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION HelloRange
  SYNTAX	Integer32 (1..65535) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of time, in seconds, between the
          Hello packets that the router sends on the
          interface.  This value must be the same for the
          virtual neighbor."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 5 }

.1.3.6.1.2.1.14.9.1.6
ospfVirtIfRtrDeadInterval OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION PositiveInteger
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds that a router's Hello
          packets have not been seen before its
          neighbors declare the router down.  This should be
          some multiple of the Hello interval.  This
          value must be the same for the virtual neighbor."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 6 }

.1.3.6.1.2.1.14.9.1.7
ospfVirtIfState OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {down(1), pointToPoint(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"OSPF virtual interface states."
  DEFVAL	{ down }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 7 }

.1.3.6.1.2.1.14.9.1.8
ospfVirtIfEvents OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of state changes or error events on
          this virtual link.

          Discontinuities in the value of this counter can occur
          at re-initialization of the management system, and at other
          times as indicated by the value of ospfDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 8 }

.1.3.6.1.2.1.14.9.1.9
ospfVirtIfAuthKey OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The cleartext password used as an OSPF
          authentication key when simplePassword security
          is enabled.  This object does not access any OSPF
          cryptogaphic (e.g., MD5) authentication key under
          any circumstance.

          If the key length is shorter than 8 octets, the
          agent will left adjust and zero fill to 8 octets.

          Unauthenticated interfaces need no authentication
          key, and simple password authentication cannot use
          a key of more than 8 octets.

          Note that the use of simplePassword authentication
          is NOT recommended when there is concern regarding
          attack upon the OSPF system.  SimplePassword
          authentication is only sufficient to protect against
          accidental misconfigurations because it re-uses
          cleartext passwords.  [RFC1704]

          When read, ospfIfAuthKey always returns an octet
          string of length zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 9 }

.1.3.6.1.2.1.14.9.1.10
ospfVirtIfStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
          facilitating actions such as row creation,
          construction, and destruction.

          The value of this object has no effect on
          whether other objects in this conceptual row can be
          modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 10 }

.1.3.6.1.2.1.14.9.1.11
ospfVirtIfAuthType OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION OspfAuthenticationType
  SYNTAX	INTEGER {none(0), simplePassword(1), md5(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The authentication type specified for a virtual interface.

          Note that this object can be used to engage
          in significant attacks against an OSPF router."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 11 }

.1.3.6.1.2.1.14.9.1.12
ospfVirtIfLsaCount OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of link-local link state advertisements
          in this virtual interface's link-local link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 12 }

.1.3.6.1.2.1.14.9.1.13
ospfVirtIfLsaCksumSum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit unsigned sum of the link state
          advertisements' LS checksums contained in this
          virtual interface's link-local link state database.
          The sum can be used to determine if there has
          been a change in the virtual interface's link state
          database, and to compare the virtual interface
          link state database of the virtual neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtIfTable(9) ospfVirtIfEntry(1) 13 }

.1.3.6.1.2.1.14.10
ospfNbrTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table describing all non-virtual neighbors
          in the locality of the OSPF router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 10 }

.1.3.6.1.2.1.14.10.1
ospfNbrEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfNbrIpAddr, ospfNbrAddressLessIndex }
  DESCRIPTION	"The information regarding a single neighbor.

          Information in this table is persistent and when this object
          is written the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) 1 }

.1.3.6.1.2.1.14.10.1.1
ospfNbrIpAddr OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address this neighbor is using in its
          IP source address.  Note that, on addressless
          links, this will not be 0.0.0.0 but the
          address of another of the neighbor's interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 1 }

.1.3.6.1.2.1.14.10.1.2
ospfNbrAddressLessIndex OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"On an interface having an IP address, zero.
          On addressless interfaces, the corresponding
          value of ifIndex in the Internet Standard MIB.
          On row creation, this can be derived from the
          instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 2 }

.1.3.6.1.2.1.14.10.1.3
ospfNbrRtrId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 32-bit integer (represented as a type
          IpAddress) uniquely identifying the neighboring
          router in the Autonomous System."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 3 }

.1.3.6.1.2.1.14.10.1.4
ospfNbrOptions OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A bit mask corresponding to the neighbor's
          options field.

          Bit 0, if set, indicates that the system will
          operate on Type of Service metrics other than
          TOS 0.  If zero, the neighbor will ignore all
          metrics except the TOS 0 metric.

          Bit 1, if set, indicates that the associated
          area accepts and operates on external
          information; if zero, it is a stub area.

          Bit 2, if set, indicates that the system is
          capable of routing IP multicast datagrams, that is
          that it implements the multicast extensions to
          OSPF.

          Bit 3, if set, indicates that the associated
          area is an NSSA.  These areas are capable of
          carrying type-7 external advertisements, which
          are translated into type-5 external advertisements
          at NSSA borders."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 4 }

.1.3.6.1.2.1.14.10.1.5
ospfNbrPriority OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION DesignatedRouterPriority
  SYNTAX	Integer32 (0..255) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority of this neighbor in the designated
          router election algorithm.  The value 0 signifies
          that the neighbor is not eligible to become
          the designated router on this particular network."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 5 }

.1.3.6.1.2.1.14.10.1.6
ospfNbrState OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {down(1), attempt(2), init(3), twoWay(4), exchangeStart(5), exchange(6), loading(7), full(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the relationship with this neighbor."
  DEFVAL	{ down }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 6 }

.1.3.6.1.2.1.14.10.1.7
ospfNbrEvents OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this neighbor relationship
          has changed state or an error has occurred.

          Discontinuities in the value of this counter can occur
          at re-initialization of the management system, and at other
          times as indicated by the value of ospfDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 7 }

.1.3.6.1.2.1.14.10.1.8
ospfNbrLsRetransQLen OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current length of the retransmission
          queue."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 8 }

.1.3.6.1.2.1.14.10.1.9
ospfNbmaNbrStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
          facilitating actions such as row creation,
          construction, and destruction.

          The value of this object has no effect on
          whether other objects in this conceptual row can be
          modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 9 }

.1.3.6.1.2.1.14.10.1.10
ospfNbmaNbrPermanence OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {dynamic(1), permanent(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable displays the status of the entry;
          'dynamic' and 'permanent' refer to how the neighbor
          became known."
  DEFVAL	{ permanent }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 10 }

.1.3.6.1.2.1.14.10.1.11
ospfNbrHelloSuppressed OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether Hellos are being suppressed
          to the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 11 }

.1.3.6.1.2.1.14.10.1.12
ospfNbrRestartHelperStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {notHelping(1), helping(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether the router is acting
          as a graceful restart helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 12 }

.1.3.6.1.2.1.14.10.1.13
ospfNbrRestartHelperAge OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remaining time in current OSPF graceful restart
          interval, if the router is acting as a restart
          helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 13 }

.1.3.6.1.2.1.14.10.1.14
ospfNbrRestartHelperExitReason OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {none(1), inProgress(2), completed(3), timedOut(4), topologyChanged(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Describes the outcome of the last attempt at acting
           as a graceful restart helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfNbrTable(10) ospfNbrEntry(1) 14 }

.1.3.6.1.2.1.14.11
ospfVirtNbrTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes all virtual neighbors.
          Since virtual links are configured
          in the Virtual Interface Table, this table is read-only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 11 }

.1.3.6.1.2.1.14.11.1
ospfVirtNbrEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfVirtNbrArea, ospfVirtNbrRtrId }
  DESCRIPTION	"Virtual neighbor information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) 1 }

.1.3.6.1.2.1.14.11.1.1
ospfVirtNbrArea OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Transit Area Identifier."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 1 }

.1.3.6.1.2.1.14.11.1.2
ospfVirtNbrRtrId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 32-bit integer uniquely identifying the
          neighboring router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 2 }

.1.3.6.1.2.1.14.11.1.3
ospfVirtNbrIpAddr OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address this virtual neighbor is using."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 3 }

.1.3.6.1.2.1.14.11.1.4
ospfVirtNbrOptions OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A bit mask corresponding to the neighbor's
          options field.

          Bit 1, if set, indicates that the system will
          operate on Type of Service metrics other than
          TOS 0.  If zero, the neighbor will ignore all
          metrics except the TOS 0 metric.

          Bit 2, if set, indicates that the system is
          network multicast capable, i.e., that it
          implements OSPF multicast routing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 4 }

.1.3.6.1.2.1.14.11.1.5
ospfVirtNbrState OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {down(1), attempt(2), init(3), twoWay(4), exchangeStart(5), exchange(6), loading(7), full(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the virtual neighbor relationship."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 5 }

.1.3.6.1.2.1.14.11.1.6
ospfVirtNbrEvents OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this virtual link has
          changed its state or an error has occurred.

          Discontinuities in the value of this counter can occur
          at re-initialization of the management system, and at other
          times as indicated by the value of ospfDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 6 }

.1.3.6.1.2.1.14.11.1.7
ospfVirtNbrLsRetransQLen OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current length of the retransmission
          queue."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 7 }

.1.3.6.1.2.1.14.11.1.8
ospfVirtNbrHelloSuppressed OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether Hellos are being suppressed
          to the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 8 }

.1.3.6.1.2.1.14.11.1.9
ospfVirtNbrRestartHelperStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {notHelping(1), helping(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether the router is acting
          as a graceful restart helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 9 }

.1.3.6.1.2.1.14.11.1.10
ospfVirtNbrRestartHelperAge OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remaining time in current OSPF graceful restart
          interval, if the router is acting as a restart
          helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 10 }

.1.3.6.1.2.1.14.11.1.11
ospfVirtNbrRestartHelperExitReason OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {none(1), inProgress(2), completed(3), timedOut(4), topologyChanged(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Describes the outcome of the last attempt at acting
           as a graceful restart helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtNbrTable(11) ospfVirtNbrEntry(1) 11 }

.1.3.6.1.2.1.14.12
ospfExtLsdbTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The OSPF Process's external LSA link state database.

          This table is identical to the OSPF LSDB Table
          in format, but contains only external link state
          advertisements.  The purpose is to allow external
          LSAs to be displayed once for the router rather
          than once in each non-stub area.

          Note that external LSAs are also in the AS-scope link state
          database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 12 }

.1.3.6.1.2.1.14.12.1
ospfExtLsdbEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ ospfExtLsdbType, ospfExtLsdbLsid, ospfExtLsdbRouterId }
  DESCRIPTION	"A single link state advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfExtLsdbTable(12) 1 }

.1.3.6.1.2.1.14.12.1.1
ospfExtLsdbType OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {asExternalLink(5)} 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The type of the link state advertisement.
          Each link state type has a separate advertisement
          format."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfExtLsdbTable(12) ospfExtLsdbEntry(1) 1 }

.1.3.6.1.2.1.14.12.1.2
ospfExtLsdbLsid OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The Link State ID is an LS Type Specific field
          containing either a Router ID or an IP address;
          it identifies the piece of the routing domain
          that is being described by the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfExtLsdbTable(12) ospfExtLsdbEntry(1) 2 }

.1.3.6.1.2.1.14.12.1.3
ospfExtLsdbRouterId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The 32-bit number that uniquely identifies the
          originating router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfExtLsdbTable(12) ospfExtLsdbEntry(1) 3 }

.1.3.6.1.2.1.14.12.1.4
ospfExtLsdbSequence OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The sequence number field is a signed 32-bit
          integer.  It starts with the value '80000001'h,
          or -'7FFFFFFF'h, and increments until '7FFFFFFF'h.
          Thus, a typical sequence number will be very negative.
          It is used to detect old and duplicate link state
          advertisements.  The space of sequence numbers is linearly
          ordered.  The larger the sequence number, the more recent
          the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfExtLsdbTable(12) ospfExtLsdbEntry(1) 4 }

.1.3.6.1.2.1.14.12.1.5
ospfExtLsdbAge OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"This field is the age of the link state
          advertisement in seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfExtLsdbTable(12) ospfExtLsdbEntry(1) 5 }

.1.3.6.1.2.1.14.12.1.6
ospfExtLsdbChecksum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"This field is the checksum of the complete
          contents of the advertisement, excepting the
          age field.  The age field is excepted so that
          an advertisement's age can be incremented
          without updating the checksum.  The checksum
          used is the same that is used for ISO
          connectionless datagrams; it is commonly referred
          to as the Fletcher checksum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfExtLsdbTable(12) ospfExtLsdbEntry(1) 6 }

.1.3.6.1.2.1.14.12.1.7
ospfExtLsdbAdvertisement OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	OCTET STRING (36) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The entire link state advertisement, including
          its header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfExtLsdbTable(12) ospfExtLsdbEntry(1) 7 }

.1.3.6.1.2.1.14.13
ospfRouteGroup OBJECT-TYPE
  -- FROM	OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 13 }

.1.3.6.1.2.1.14.13.1
ospfIntraArea OBJECT-TYPE
  -- FROM	OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfRouteGroup(13) 1 }

.1.3.6.1.2.1.14.13.2
ospfInterArea OBJECT-TYPE
  -- FROM	OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfRouteGroup(13) 2 }

.1.3.6.1.2.1.14.13.3
ospfExternalType1 OBJECT-TYPE
  -- FROM	OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfRouteGroup(13) 3 }

.1.3.6.1.2.1.14.13.4
ospfExternalType2 OBJECT-TYPE
  -- FROM	OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfRouteGroup(13) 4 }

.1.3.6.1.2.1.14.14
ospfAreaAggregateTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Area Aggregate Table acts as an adjunct
           to the Area Table.  It describes those address aggregates
           that are configured to be propagated from an area.
           Its purpose is to reduce the amount of information
           that is known beyond an Area's borders.

           It contains a set of IP address ranges
           specified by an IP address/IP network mask pair.
           For example, a class B address range of X.X.X.X
           with a network mask of 255.255.0.0 includes all IP
           addresses from X.X.0.0 to X.X.255.255.

           Note that if ranges are configured such that one range
           subsumes another range (e.g., 10.0.0.0 mask 255.0.0.0
           and 10.1.0.0 mask 255.255.0.0),
           the most specific match is the preferred one."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 14 }

.1.3.6.1.2.1.14.14.1
ospfAreaAggregateEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfAreaAggregateAreaID, ospfAreaAggregateLsdbType, ospfAreaAggregateNet, ospfAreaAggregateMask }
  DESCRIPTION	"A single area aggregate entry.

          Information in this table is persistent and when this object
          is written the entity SHOULD save the change to non-volatile
          storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaAggregateTable(14) 1 }

.1.3.6.1.2.1.14.14.1.1
ospfAreaAggregateAreaID OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The area within which the address aggregate is to be
          found."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaAggregateTable(14) ospfAreaAggregateEntry(1) 1 }

.1.3.6.1.2.1.14.14.1.2
ospfAreaAggregateLsdbType OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {summaryLink(3), nssaExternalLink(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the address aggregate.  This field
          specifies the Lsdb type that this address
          aggregate applies to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaAggregateTable(14) ospfAreaAggregateEntry(1) 2 }

.1.3.6.1.2.1.14.14.1.3
ospfAreaAggregateNet OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the net or subnet indicated
          by the range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaAggregateTable(14) ospfAreaAggregateEntry(1) 3 }

.1.3.6.1.2.1.14.14.1.4
ospfAreaAggregateMask OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The subnet mask that pertains to the net or
          subnet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaAggregateTable(14) ospfAreaAggregateEntry(1) 4 }

.1.3.6.1.2.1.14.14.1.5
ospfAreaAggregateStatus OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
          facilitating actions such as row creation,
          construction, and destruction.

          The value of this object has no effect on
          whether other objects in this conceptual row can be
          modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaAggregateTable(14) ospfAreaAggregateEntry(1) 5 }

.1.3.6.1.2.1.14.14.1.6
ospfAreaAggregateEffect OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {advertiseMatching(1), doNotAdvertiseMatching(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Subnets subsumed by ranges either trigger the
          advertisement of the indicated aggregate
         (advertiseMatching) or result in the subnet's not
          being advertised at all outside the area."
  DEFVAL	{ advertiseMatching }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaAggregateTable(14) ospfAreaAggregateEntry(1) 6 }

.1.3.6.1.2.1.14.14.1.7
ospfAreaAggregateExtRouteTag OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"External route tag to be included in NSSA (type-7)
           LSAs."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaAggregateTable(14) ospfAreaAggregateEntry(1) 7 }

.1.3.6.1.2.1.14.15
ospfConformance OBJECT-TYPE
  -- FROM	OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 15 }

.1.3.6.1.2.1.14.15.1
ospfGroups OBJECT-TYPE
  -- FROM	OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) 1 }

.1.3.6.1.2.1.14.15.1.1
ospfBasicGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used to monitor/manage
          global OSPF parameters.  This object group
          conforms to RFC 1850."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 1 }

.1.3.6.1.2.1.14.15.1.2
ospfAreaGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems
          supporting areas per RFC 1850."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 2 }

.1.3.6.1.2.1.14.15.1.3
ospfStubAreaGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems
          supporting stub areas."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 3 }

.1.3.6.1.2.1.14.15.1.4
ospfLsdbGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems
          that display their link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 4 }

.1.3.6.1.2.1.14.15.1.5
ospfAreaRangeGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for non-CIDR OSPF
          systems that support multiple areas.  This
          object group is obsolete."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 5 }

.1.3.6.1.2.1.14.15.1.6
ospfHostGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems
          that support attached hosts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 6 }

.1.3.6.1.2.1.14.15.1.7
ospfIfGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used to monitor/manage OSPF
          interfaces.  This object group conforms to RFC 1850."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 7 }

.1.3.6.1.2.1.14.15.1.8
ospfIfMetricGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems for supporting
          interface metrics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 8 }

.1.3.6.1.2.1.14.15.1.9
ospfVirtIfGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems for supporting
          virtual interfaces.  This object group conforms
          to RFC 1850."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 9 }

.1.3.6.1.2.1.14.15.1.10
ospfNbrGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used to monitor/manage OSPF neighbors.
          This object group conforms to RFC 1850."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 10 }

.1.3.6.1.2.1.14.15.1.11
ospfVirtNbrGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used to monitor/manage OSPF virtual
          neighbors.  This object group conforms to RFC 1850."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 11 }

.1.3.6.1.2.1.14.15.1.12
ospfExtLsdbGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems that display
          their link state database.  This object group
          conforms to RFC 1850.

          This object group is replaced by the ospfAsLsdbGroup
          in order to support any AS-scope LSA type in a single
          table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 12 }

.1.3.6.1.2.1.14.15.1.13
ospfAreaAggregateGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems to support
          network prefix aggregation across areas."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 13 }

.1.3.6.1.2.1.14.15.1.14
ospfLocalLsdbGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems
          that display their link-local link state databases
          for non-virtual links."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 14 }

.1.3.6.1.2.1.14.15.1.15
ospfVirtLocalLsdbGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems
           that display their link-local link state databases
           for virtual links."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 15 }

.1.3.6.1.2.1.14.15.1.16
ospfAsLsdbGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems
           that display their AS-scope link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 16 }

.1.3.6.1.2.1.14.15.1.17
ospfBasicGroup2 OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used to monitor/manage OSPF global
          parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 17 }

.1.3.6.1.2.1.14.15.1.18
ospfAreaGroup2 OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used by OSPF systems
            to support areas."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 18 }

.1.3.6.1.2.1.14.15.1.19
ospfIfGroup2 OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used to monitor/manage OSPF interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 19 }

.1.3.6.1.2.1.14.15.1.20
ospfVirtIfGroup2 OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used to monitor/manage OSPF
          virtual interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 20 }

.1.3.6.1.2.1.14.15.1.21
ospfNbrGroup2 OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used to monitor/manage OSPF
          neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 21 }

.1.3.6.1.2.1.14.15.1.22
ospfVirtNbrGroup2 OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used to monitor/manage OSPF
          virtual neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 22 }

.1.3.6.1.2.1.14.15.1.23
ospfAreaAggregateGroup2 OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems to support
          network prefix aggregation across areas."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 23 }

.1.3.6.1.2.1.14.15.1.24
ospfAreaLsaCountGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems that display
          per-area, per-LSA-type counters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 24 }

.1.3.6.1.2.1.14.15.1.25
ospfHostGroup2 OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are used for OSPF systems
          that support attached hosts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 25 }

.1.3.6.1.2.1.14.15.1.26
ospfObsoleteGroup OBJECT-GROUP
  -- FROM	OSPF-MIB
  DESCRIPTION	"These objects are obsolete and are no longer required for
          OSPF systems.  They are placed into this group for SMI
          conformance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfGroups(1) 26 }

.1.3.6.1.2.1.14.15.2
ospfCompliances OBJECT-TYPE
  -- FROM	OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) 2 }

.1.3.6.1.2.1.14.15.2.1
ospfCompliance MODULE-COMPLIANCE
  -- FROM	OSPF-MIB
  DESCRIPTION	"The compliance statement for OSPF systems
          conforming to RFC 1850."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfCompliances(2) 1 }

.1.3.6.1.2.1.14.15.2.2
ospfCompliance2 MODULE-COMPLIANCE
  -- FROM	OSPF-MIB
  DESCRIPTION	"The compliance statement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfCompliances(2) 2 }

.1.3.6.1.2.1.14.15.2.3
ospfComplianceObsolete MODULE-COMPLIANCE
  -- FROM	OSPF-MIB
  DESCRIPTION	"Contains obsolete object groups."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfConformance(15) ospfCompliances(2) 3 }

.1.3.6.1.2.1.14.16
ospfTrap MODULE-IDENTITY
  -- FROM	OSPF-TRAP-MIB
  DESCRIPTION	"The MIB module to describe traps for the OSPF
       Version 2 Protocol.

       Copyright (C) The IETF Trust (2006).
       This version of this MIB module is part of
       RFC 4750;  see the RFC itself for full legal
       notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 16 }

.1.3.6.1.2.1.14.16.1
ospfTrapControl OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) 1 }

.1.3.6.1.2.1.14.16.1.1
ospfSetTrap OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A 4-octet string serving as a bit map for
        the trap events defined by the OSPF traps.  This
        object is used to enable and disable specific
        OSPF traps where a 1 in the bit field
        represents enabled.  The right-most bit (least
        significant) represents trap 0.

        This object is persistent and when written
        the entity SHOULD save the change to non-volatile
        storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapControl(1) 1 }

.1.3.6.1.2.1.14.16.1.2
ospfConfigErrorType OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
  SYNTAX	INTEGER {badVersion(1), areaMismatch(2), unknownNbmaNbr(3), unknownVirtualNbr(4), authTypeMismatch(5), authFailure(6), netMaskMismatch(7), helloIntervalMismatch(8), deadIntervalMismatch(9), optionMismatch(10), mtuMismatch(11), duplicateRouterId(12), noError(13)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Potential types of configuration conflicts.
        Used by the ospfConfigError and
        ospfConfigVirtError traps.  When the last value
        of a trap using this object is needed, but no
        traps of that type have been sent, this value
        pertaining to this object should be returned as
        noError."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapControl(1) 2 }

.1.3.6.1.2.1.14.16.1.3
ospfPacketType OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
  SYNTAX	INTEGER {hello(1), dbDescript(2), lsReq(3), lsUpdate(4), lsAck(5), nullPacket(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"OSPF packet types.  When the last value of a trap
        using this object is needed, but no traps of
        that type have been sent, this value pertaining
        to this object should be returned as nullPacket."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapControl(1) 3 }

.1.3.6.1.2.1.14.16.1.4
ospfPacketSrc OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of an inbound packet that cannot
        be identified by a neighbor instance.  When
        the last value of a trap using this object is
        needed, but no traps of that type have been sent,
        this value pertaining to this object should
        be returned as 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapControl(1) 4 }

.1.3.6.1.2.1.14.16.2
ospfTraps OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) 2 }

.1.3.6.1.2.1.14.16.2.1
ospfVirtIfStateChange NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfVirtIfAreaId, ospfVirtIfNeighbor, ospfVirtIfState }
  DESCRIPTION	"An ospfVirtIfStateChange trap signifies that there
        has been a change in the state of an OSPF virtual
        interface.

        This trap should be generated when the interface
        state regresses (e.g., goes from Point-to-Point to Down)
        or progresses to a terminal state
        (i.e., Point-to-Point)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 1 }

.1.3.6.1.2.1.14.16.2.2
ospfNbrStateChange NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfNbrIpAddr, ospfNbrAddressLessIndex, ospfNbrRtrId, ospfNbrState }
  DESCRIPTION	"An ospfNbrStateChange trap signifies that
        there has been a change in the state of a
        non-virtual OSPF neighbor.  This trap should be
        generated when the neighbor state regresses
        (e.g., goes from Attempt or Full to 1-Way or
        Down) or progresses to a terminal state (e.g.,
        2-Way or Full).  When an neighbor transitions
        from or to Full on non-broadcast multi-access
        and broadcast networks, the trap should be
        generated by the designated router.  A designated
        router transitioning to Down will be noted by
        ospfIfStateChange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 2 }

.1.3.6.1.2.1.14.16.2.3
ospfVirtNbrStateChange NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfVirtNbrArea, ospfVirtNbrRtrId, ospfVirtNbrState }
  DESCRIPTION	"An ospfVirtNbrStateChange trap signifies that there
        has been a change in the state of an OSPF virtual
        neighbor.  This trap should be generated
        when the neighbor state regresses (e.g., goes
        from Attempt or Full to 1-Way or Down) or
        progresses to a terminal state (e.g., Full)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 3 }

.1.3.6.1.2.1.14.16.2.4
ospfIfConfigError NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfIfIpAddress, ospfAddressLessIf, ospfPacketSrc, ospfConfigErrorType, ospfPacketType }
  DESCRIPTION	"An ospfIfConfigError trap signifies that a
        packet has been received on a non-virtual
        interface from a router whose configuration
        parameters conflict with this router's
        configuration parameters.  Note that the event
        optionMismatch should cause a trap only if it
        prevents an adjacency from forming."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 4 }

.1.3.6.1.2.1.14.16.2.5
ospfVirtIfConfigError NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfVirtIfAreaId, ospfVirtIfNeighbor, ospfConfigErrorType, ospfPacketType }
  DESCRIPTION	"An ospfVirtIfConfigError trap signifies that a
        packet has been received on a virtual interface
        from a router whose configuration parameters
        conflict with this router's configuration
        parameters.  Note that the event optionMismatch
        should cause a trap only if it prevents an
        adjacency from forming."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 5 }

.1.3.6.1.2.1.14.16.2.6
ospfIfAuthFailure NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfIfIpAddress, ospfAddressLessIf, ospfPacketSrc, ospfConfigErrorType, ospfPacketType }
  DESCRIPTION	"An ospfIfAuthFailure trap signifies that a
        packet has been received on a non-virtual
        interface from a router whose authentication key
        or authentication type conflicts with this
        router's authentication key or authentication
        type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 6 }

.1.3.6.1.2.1.14.16.2.7
ospfVirtIfAuthFailure NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfVirtIfAreaId, ospfVirtIfNeighbor, ospfConfigErrorType, ospfPacketType }
  DESCRIPTION	"An ospfVirtIfAuthFailure trap signifies that a
        packet has been received on a virtual interface
        from a router whose authentication key or
        authentication type conflicts with this router's
        authentication key or authentication type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 7 }

.1.3.6.1.2.1.14.16.2.8
ospfIfRxBadPacket NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfIfIpAddress, ospfAddressLessIf, ospfPacketSrc, ospfPacketType }
  DESCRIPTION	"An ospfIfRxBadPacket trap signifies that an
        OSPF packet has been received on a non-virtual
        interface that cannot be parsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 8 }

.1.3.6.1.2.1.14.16.2.9
ospfVirtIfRxBadPacket NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfVirtIfAreaId, ospfVirtIfNeighbor, ospfPacketType }
  DESCRIPTION	"An ospfVirtIfRxBadPacket trap signifies that an OSPF
        packet has been received on a virtual interface
        that cannot be parsed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 9 }

.1.3.6.1.2.1.14.16.2.10
ospfTxRetransmit NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfIfIpAddress, ospfAddressLessIf, ospfNbrRtrId, ospfPacketType, ospfLsdbType, ospfLsdbLsid, ospfLsdbRouterId }
  DESCRIPTION	"An ospfTxRetransmit trap signifies than an
         OSPF packet has been retransmitted on a
         non-virtual interface.  All packets that may be
         retransmitted are associated with an LSDB entry.
         The LS type, LS ID, and Router ID are used to
         identify the LSDB entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 10 }

.1.3.6.1.2.1.14.16.2.11
ospfVirtIfTxRetransmit NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfVirtIfAreaId, ospfVirtIfNeighbor, ospfPacketType, ospfLsdbType, ospfLsdbLsid, ospfLsdbRouterId }
  DESCRIPTION	"An ospfVirtIfTxRetransmit trap signifies than an
        OSPF packet has been retransmitted on a virtual
        interface.  All packets that may be retransmitted
        are associated with an LSDB entry.  The LS
        type, LS ID, and Router ID are used to identify
        the LSDB entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 11 }

.1.3.6.1.2.1.14.16.2.12
ospfOriginateLsa NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfLsdbAreaId, ospfLsdbType, ospfLsdbLsid, ospfLsdbRouterId }
  DESCRIPTION	"An ospfOriginateLsa trap signifies that a new
        LSA has been originated by this router.  This
        trap should not be invoked for simple refreshes
        of LSAs (which happens every 30 minutes), but
        instead will only be invoked when an LSA is
        (re)originated due to a topology change.
        Additionally, this trap does not include LSAs that
        are being flushed because they have reached
        MaxAge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 12 }

.1.3.6.1.2.1.14.16.2.13
ospfMaxAgeLsa NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfLsdbAreaId, ospfLsdbType, ospfLsdbLsid, ospfLsdbRouterId }
  DESCRIPTION	"An ospfMaxAgeLsa trap signifies that one of
        the LSAs in the router's link state database has
        aged to MaxAge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 13 }

.1.3.6.1.2.1.14.16.2.14
ospfLsdbOverflow NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfExtLsdbLimit }
  DESCRIPTION	"An ospfLsdbOverflow trap signifies that the
        number of LSAs in the router's link state
        database has exceeded ospfExtLsdbLimit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 14 }

.1.3.6.1.2.1.14.16.2.15
ospfLsdbApproachingOverflow NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfExtLsdbLimit }
  DESCRIPTION	"An ospfLsdbApproachingOverflow trap signifies
        that the number of LSAs in the router's
        link state database has exceeded ninety percent of
        ospfExtLsdbLimit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 15 }

.1.3.6.1.2.1.14.16.2.16
ospfIfStateChange NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfIfIpAddress, ospfAddressLessIf, ospfIfState }
  DESCRIPTION	"An ospfIfStateChange trap signifies that there
        has been a change in the state of a non-virtual
        OSPF interface.  This trap should be generated
        when the interface state regresses (e.g., goes
        from Dr to Down) or progresses to a terminal
        state (i.e., Point-to-Point, DR Other, Dr, or
        Backup)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 16 }

.1.3.6.1.2.1.14.16.2.17
ospfNssaTranslatorStatusChange NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfAreaId, ospfAreaNssaTranslatorState }
  DESCRIPTION	"An ospfNssaTranslatorStatusChange trap indicates that
        there has been a change in the router's ability to
        translate OSPF type-7 LSAs into OSPF type-5 LSAs.
        This trap should be generated when the translator
        status transitions from or to any defined status on
        a per-area basis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 17 }

.1.3.6.1.2.1.14.16.2.18
ospfRestartStatusChange NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfRestartStatus, ospfRestartInterval, ospfRestartExitReason }
  DESCRIPTION	"An ospfRestartStatusChange trap signifies that
        there has been a change in the graceful restart
        state for the router.  This trap should be
        generated when the router restart status
        changes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 18 }

.1.3.6.1.2.1.14.16.2.19
ospfNbrRestartHelperStatusChange NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfNbrIpAddr, ospfNbrAddressLessIndex, ospfNbrRtrId, ospfNbrRestartHelperStatus, ospfNbrRestartHelperAge, ospfNbrRestartHelperExitReason }
  DESCRIPTION	"An ospfNbrRestartHelperStatusChange trap signifies that
        there has been a change in the graceful restart
        helper state for the neighbor.  This trap should be
        generated when the neighbor restart helper status
        transitions for a neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 19 }

.1.3.6.1.2.1.14.16.2.20
ospfVirtNbrRestartHelperStatusChange NOTIFICATION-TYPE
  -- FROM	OSPF-TRAP-MIB
  OBJECTS	{ ospfRouterId, ospfVirtNbrArea, ospfVirtNbrRtrId, ospfVirtNbrRestartHelperStatus, ospfVirtNbrRestartHelperAge, ospfVirtNbrRestartHelperExitReason }
  DESCRIPTION	"An ospfVirtNbrRestartHelperStatusChange trap signifies
        that there has been a change in the graceful restart
        helper state for the virtual neighbor.  This trap should
        be generated when the virtual neighbor restart helper
        status transitions for a virtual neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTraps(2) 20 }

.1.3.6.1.2.1.14.16.3
ospfTrapConformance OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) 3 }

.1.3.6.1.2.1.14.16.3.1
ospfTrapGroups OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapConformance(3) 1 }

.1.3.6.1.2.1.14.16.3.1.1
ospfTrapControlGroup OBJECT-GROUP
  -- FROM	OSPF-TRAP-MIB
  DESCRIPTION	"These objects are required to control traps
        from OSPF systems."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapConformance(3) ospfTrapGroups(1) 1 }

.1.3.6.1.2.1.14.16.3.1.2
ospfTrapEventGroup OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
  DESCRIPTION	"A grouping of OSPF trap events, as specified
        in NOTIFICATION-TYPE constructs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapConformance(3) ospfTrapGroups(1) 2 }

.1.3.6.1.2.1.14.16.3.2
ospfTrapCompliances OBJECT-TYPE
  -- FROM	OSPF-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapConformance(3) 2 }

.1.3.6.1.2.1.14.16.3.2.1
ospfTrapCompliance MODULE-COMPLIANCE
  -- FROM	OSPF-TRAP-MIB
  DESCRIPTION	"The compliance statement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapConformance(3) ospfTrapCompliances(2) 1 }

.1.3.6.1.2.1.14.16.3.2.2
ospfTrapCompliance2 MODULE-COMPLIANCE
  -- FROM	OSPF-TRAP-MIB
  DESCRIPTION	"The compliance statement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfTrap(16) ospfTrapConformance(3) ospfTrapCompliances(2) 2 }

.1.3.6.1.2.1.14.17
ospfLocalLsdbTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPF Process's link-local link state database
          for non-virtual links.
          This table is identical to the OSPF LSDB Table
          in format, but contains only link-local Link State
          Advertisements for non-virtual links.  The purpose is
          to allow link-local LSAs to be displayed for each
          non-virtual interface.  This table is implemented to
          support type-9 LSAs that are defined
          in 'The OSPF Opaque LSA Option'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 17 }

.1.3.6.1.2.1.14.17.1
ospfLocalLsdbEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfLocalLsdbIpAddress, ospfLocalLsdbAddressLessIf, ospfLocalLsdbType, ospfLocalLsdbLsid, ospfLocalLsdbRouterId }
  DESCRIPTION	"A single link state advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) 1 }

.1.3.6.1.2.1.14.17.1.1
ospfLocalLsdbIpAddress OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the interface from
          which the LSA was received if the interface is
          numbered."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) ospfLocalLsdbEntry(1) 1 }

.1.3.6.1.2.1.14.17.1.2
ospfLocalLsdbAddressLessIf OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index of the interface from
          which the LSA was received if the interface is
          unnumbered."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) ospfLocalLsdbEntry(1) 2 }

.1.3.6.1.2.1.14.17.1.3
ospfLocalLsdbType OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {localOpaqueLink(9)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the link state advertisement.
          Each link state type has a separate
          advertisement format."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) ospfLocalLsdbEntry(1) 3 }

.1.3.6.1.2.1.14.17.1.4
ospfLocalLsdbLsid OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Link State ID is an LS Type Specific field
          containing a 32-bit identifier in IP address format;
          it identifies the piece of the routing domain
          that is being described by the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) ospfLocalLsdbEntry(1) 4 }

.1.3.6.1.2.1.14.17.1.5
ospfLocalLsdbRouterId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 32-bit number that uniquely identifies the
          originating router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) ospfLocalLsdbEntry(1) 5 }

.1.3.6.1.2.1.14.17.1.6
ospfLocalLsdbSequence OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number field is a signed 32-bit
          integer.  It starts with the value '80000001'h,
          or -'7FFFFFFF'h, and increments until '7FFFFFFF'h.
          Thus, a typical sequence number will be very negative.
          It is used to detect old and duplicate link state
          advertisements.  The space of sequence numbers is linearly
          ordered.  The larger the sequence number, the more recent
          the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) ospfLocalLsdbEntry(1) 6 }

.1.3.6.1.2.1.14.17.1.7
ospfLocalLsdbAge OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the age of the link state
          advertisement in seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) ospfLocalLsdbEntry(1) 7 }

.1.3.6.1.2.1.14.17.1.8
ospfLocalLsdbChecksum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the checksum of the complete
          contents of the advertisement, excepting the
          age field.  The age field is excepted so that
          an advertisement's age can be incremented
          without updating the checksum.  The checksum
          used is the same that is used for ISO
          connectionless datagrams; it is commonly referred
          to as the Fletcher checksum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) ospfLocalLsdbEntry(1) 8 }

.1.3.6.1.2.1.14.17.1.9
ospfLocalLsdbAdvertisement OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	OCTET STRING (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The entire link state advertisement, including
          its header.

          Note that for variable length LSAs, SNMP agents
          may not be able to return the largest string size."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfLocalLsdbTable(17) ospfLocalLsdbEntry(1) 9 }

.1.3.6.1.2.1.14.18
ospfVirtLocalLsdbTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPF Process's link-local link state database
          for virtual links.

          This table is identical to the OSPF LSDB Table
          in format, but contains only link-local Link State
          Advertisements for virtual links.  The purpose is to
          allow link-local LSAs to be displayed for each virtual
          interface.  This table is implemented to support type-9 LSAs
          that are defined in 'The OSPF Opaque LSA Option'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 18 }

.1.3.6.1.2.1.14.18.1
ospfVirtLocalLsdbEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfVirtLocalLsdbTransitArea, ospfVirtLocalLsdbNeighbor, ospfVirtLocalLsdbType, ospfVirtLocalLsdbLsid, ospfVirtLocalLsdbRouterId }
  DESCRIPTION	"A single link state advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) 1 }

.1.3.6.1.2.1.14.18.1.1
ospfVirtLocalLsdbTransitArea OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The transit area that the virtual link
          traverses.  By definition, this is not 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) ospfVirtLocalLsdbEntry(1) 1 }

.1.3.6.1.2.1.14.18.1.2
ospfVirtLocalLsdbNeighbor OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Router ID of the virtual neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) ospfVirtLocalLsdbEntry(1) 2 }

.1.3.6.1.2.1.14.18.1.3
ospfVirtLocalLsdbType OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {localOpaqueLink(9)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the link state advertisement.
          Each link state type has a separate
          advertisement format."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) ospfVirtLocalLsdbEntry(1) 3 }

.1.3.6.1.2.1.14.18.1.4
ospfVirtLocalLsdbLsid OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Link State ID is an LS Type Specific field
          containing a 32-bit identifier in IP address format;
          it identifies the piece of the routing domain
          that is being described by the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) ospfVirtLocalLsdbEntry(1) 4 }

.1.3.6.1.2.1.14.18.1.5
ospfVirtLocalLsdbRouterId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 32-bit number that uniquely identifies the
          originating router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) ospfVirtLocalLsdbEntry(1) 5 }

.1.3.6.1.2.1.14.18.1.6
ospfVirtLocalLsdbSequence OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number field is a signed 32-bit
          integer.  It starts with the value '80000001'h,
          or -'7FFFFFFF'h, and increments until '7FFFFFFF'h.
          Thus, a typical sequence number will be very negative.
          It is used to detect old and duplicate link state
          advertisements.  The space of sequence numbers is linearly
          ordered.  The larger the sequence number, the more recent
          the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) ospfVirtLocalLsdbEntry(1) 6 }

.1.3.6.1.2.1.14.18.1.7
ospfVirtLocalLsdbAge OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the age of the link state
          advertisement in seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) ospfVirtLocalLsdbEntry(1) 7 }

.1.3.6.1.2.1.14.18.1.8
ospfVirtLocalLsdbChecksum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the checksum of the complete
          contents of the advertisement, excepting the
          age field.  The age field is excepted so that
          an advertisement's age can be incremented
          without updating the checksum.  The checksum
          used is the same that is used for ISO
          connectionless datagrams; it is commonly
          referred to as the Fletcher checksum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) ospfVirtLocalLsdbEntry(1) 8 }

.1.3.6.1.2.1.14.18.1.9
ospfVirtLocalLsdbAdvertisement OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	OCTET STRING (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The entire link state advertisement, including
          its header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfVirtLocalLsdbTable(18) ospfVirtLocalLsdbEntry(1) 9 }

.1.3.6.1.2.1.14.19
ospfAsLsdbTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPF Process's AS-scope LSA link state database.
           The database contains the AS-scope Link State
           Advertisements from throughout the areas that
           the device is attached to.

           This table is identical to the OSPF LSDB Table
           in format, but contains only AS-scope Link State
           Advertisements.  The purpose is to allow AS-scope
           LSAs to be displayed once for the router rather
           than once in each non-stub area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 19 }

.1.3.6.1.2.1.14.19.1
ospfAsLsdbEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfAsLsdbType, ospfAsLsdbLsid, ospfAsLsdbRouterId }
  DESCRIPTION	"A single link state advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAsLsdbTable(19) 1 }

.1.3.6.1.2.1.14.19.1.1
ospfAsLsdbType OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {asExternalLink(5), asOpaqueLink(11)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the link state advertisement.
          Each link state type has a separate
          advertisement format."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAsLsdbTable(19) ospfAsLsdbEntry(1) 1 }

.1.3.6.1.2.1.14.19.1.2
ospfAsLsdbLsid OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Link State ID is an LS Type Specific field
          containing either a Router ID or an IP address;
          it identifies the piece of the routing domain
          that is being described by the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAsLsdbTable(19) ospfAsLsdbEntry(1) 2 }

.1.3.6.1.2.1.14.19.1.3
ospfAsLsdbRouterId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION RouterID
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 32-bit number that uniquely identifies the
          originating router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAsLsdbTable(19) ospfAsLsdbEntry(1) 3 }

.1.3.6.1.2.1.14.19.1.4
ospfAsLsdbSequence OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number field is a signed 32-bit
          integer.  It starts with the value '80000001'h,
          or -'7FFFFFFF'h, and increments until '7FFFFFFF'h.
          Thus, a typical sequence number will be very negative.
          It is used to detect old and duplicate link state
          advertisements.  The space of sequence numbers is linearly
          ordered.  The larger the sequence number, the more recent
          the advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAsLsdbTable(19) ospfAsLsdbEntry(1) 4 }

.1.3.6.1.2.1.14.19.1.5
ospfAsLsdbAge OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the age of the link state
          advertisement in seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAsLsdbTable(19) ospfAsLsdbEntry(1) 5 }

.1.3.6.1.2.1.14.19.1.6
ospfAsLsdbChecksum OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the checksum of the complete
          contents of the advertisement, excepting the
          age field.  The age field is excepted so that
          an advertisement's age can be incremented
          without updating the checksum.  The checksum
          used is the same that is used for ISO
          connectionless datagrams; it is commonly referred
          to as the Fletcher checksum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAsLsdbTable(19) ospfAsLsdbEntry(1) 6 }

.1.3.6.1.2.1.14.19.1.7
ospfAsLsdbAdvertisement OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	OCTET STRING (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The entire link state advertisement, including
          its header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAsLsdbTable(19) ospfAsLsdbEntry(1) 7 }

.1.3.6.1.2.1.14.20
ospfAreaLsaCountTable OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table maintains per-area, per-LSA-type counters"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) 20 }

.1.3.6.1.2.1.14.20.1
ospfAreaLsaCountEntry OBJECT-TYPE
  -- FROM	OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfAreaLsaCountAreaId, ospfAreaLsaCountLsaType }
  DESCRIPTION	"An entry with a number of link advertisements
              of a given type for a given area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaLsaCountTable(20) 1 }

.1.3.6.1.2.1.14.20.1.1
ospfAreaLsaCountAreaId OBJECT-TYPE
  -- FROM	OSPF-MIB
  -- TEXTUAL CONVENTION AreaID
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This entry Area ID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaLsaCountTable(20) ospfAreaLsaCountEntry(1) 1 }

.1.3.6.1.2.1.14.20.1.2
ospfAreaLsaCountLsaType OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	INTEGER {routerLink(1), networkLink(2), summaryLink(3), asSummaryLink(4), multicastLink(6), nssaExternalLink(7), areaOpaqueLink(10)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This entry LSA type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaLsaCountTable(20) ospfAreaLsaCountEntry(1) 2 }

.1.3.6.1.2.1.14.20.1.3
ospfAreaLsaCountNumber OBJECT-TYPE
  -- FROM	OSPF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of LSAs of a given type for a given area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospf(14) ospfAreaLsaCountTable(20) ospfAreaLsaCountEntry(1) 3 }

.1.3.6.1.2.1.15
bgp MODULE-IDENTITY
  -- FROM	BGP4-MIB
  DESCRIPTION	"The MIB module for the BGP-4 protocol.

                     Copyright (C) The Internet Society (2006).  This
                     version of this MIB module is part of RFC 4273;
                     see the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 15 }

.1.3.6.1.2.1.15.0
bgpNotification OBJECT-TYPE
  -- FROM	BGP4-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) 0 }

.1.3.6.1.2.1.15.0.1
bgpEstablishedNotification NOTIFICATION-TYPE
  -- FROM	BGP4-MIB
  OBJECTS	{ bgpPeerRemoteAddr, bgpPeerLastError, bgpPeerState }
  DESCRIPTION	"The bgpEstablishedNotification event is generated
                     when the BGP FSM enters the established state.

                     This Notification replaces the bgpEstablished
                     Notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpNotification(0) 1 }

.1.3.6.1.2.1.15.0.2
bgpBackwardTransNotification NOTIFICATION-TYPE
  -- FROM	BGP4-MIB
  OBJECTS	{ bgpPeerRemoteAddr, bgpPeerLastError, bgpPeerState }
  DESCRIPTION	"The bgpBackwardTransNotification event is
                     generated when the BGP FSM moves from a higher
                     numbered state to a lower numbered state.

                     This Notification replaces the
                     bgpBackwardsTransition Notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpNotification(0) 2 }

.1.3.6.1.2.1.15.1
bgpVersion OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Vector of supported BGP protocol version
                     numbers.  Each peer negotiates the version
                     from this vector.  Versions are identified
                     via the string of bits contained within this
                     object.  The first octet contains bits 0 to
                     7, the second octet contains bits 8 to 15,
                     and so on, with the most significant bit
                     referring to the lowest bit number in the
                     octet (e.g., the MSB of the first octet
                     refers to bit 0).  If a bit, i, is present
                     and set, then the version (i+1) of the BGP
                     is supported."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) 1 }

.1.3.6.1.2.1.15.2
bgpLocalAs OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local autonomous system number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) 2 }

.1.3.6.1.2.1.15.3
bgpPeerTable OBJECT-TYPE
  -- FROM	BGP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"BGP peer table.  This table contains,
                     one entry per BGP peer, information about the
                     connections with BGP peers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) 3 }

.1.3.6.1.2.1.15.3.1
bgpPeerEntry OBJECT-TYPE
  -- FROM	BGP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ bgpPeerRemoteAddr }
  DESCRIPTION	"Entry containing information about the
                     connection with a BGP peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) 1 }

.1.3.6.1.2.1.15.3.1.1
bgpPeerIdentifier OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BGP Identifier of this entry's BGP peer.
                     This entry MUST be 0.0.0.0 unless the
                     bgpPeerState is in the openconfirm or the
                     established state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 1 }

.1.3.6.1.2.1.15.3.1.2
bgpPeerState OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	INTEGER {idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BGP peer connection state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 2 }

.1.3.6.1.2.1.15.3.1.3
bgpPeerAdminStatus OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	INTEGER {stop(1), start(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The desired state of the BGP connection.
                     A transition from 'stop' to 'start' will cause
                     the BGP Manual Start Event to be generated.
                     A transition from 'start' to 'stop' will cause
                     the BGP Manual Stop Event to be generated.
                     This parameter can be used to restart BGP peer
                     connections.  Care should be used in providing
                     write access to this object without adequate
                     authentication."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 3 }

.1.3.6.1.2.1.15.3.1.4
bgpPeerNegotiatedVersion OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated version of BGP running between
                     the two peers.

                     This entry MUST be zero (0) unless the
                     bgpPeerState is in the openconfirm or the
                     established state.

                     Note that legal values for this object are
                     between 0 and 255."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 4 }

.1.3.6.1.2.1.15.3.1.5
bgpPeerLocalAddr OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local IP address of this entry's BGP
                     connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 5 }

.1.3.6.1.2.1.15.3.1.6
bgpPeerLocalPort OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local port for the TCP connection between
                     the BGP peers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 6 }

.1.3.6.1.2.1.15.3.1.7
bgpPeerRemoteAddr OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote IP address of this entry's BGP
                     peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 7 }

.1.3.6.1.2.1.15.3.1.8
bgpPeerRemotePort OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote port for the TCP connection
                     between the BGP peers.  Note that the
                     objects bgpPeerLocalAddr,
                     bgpPeerLocalPort, bgpPeerRemoteAddr, and
                     bgpPeerRemotePort provide the appropriate
                     reference to the standard MIB TCP
                     connection table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 8 }

.1.3.6.1.2.1.15.3.1.9
bgpPeerRemoteAs OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote autonomous system number received in
                     the BGP OPEN message."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 9 }

.1.3.6.1.2.1.15.3.1.10
bgpPeerInUpdates OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of BGP UPDATE messages
                     received on this connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 10 }

.1.3.6.1.2.1.15.3.1.11
bgpPeerOutUpdates OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of BGP UPDATE messages
                     transmitted on this connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 11 }

.1.3.6.1.2.1.15.3.1.12
bgpPeerInTotalMessages OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of messages received
                     from the remote peer on this connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 12 }

.1.3.6.1.2.1.15.3.1.13
bgpPeerOutTotalMessages OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of messages transmitted to
                     the remote peer on this connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 13 }

.1.3.6.1.2.1.15.3.1.14
bgpPeerLastError OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last error code and subcode seen by this
                     peer on this connection.  If no error has
                     occurred, this field is zero.  Otherwise, the
                     first byte of this two byte OCTET STRING
                     contains the error code, and the second byte
                     contains the subcode."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 14 }

.1.3.6.1.2.1.15.3.1.15
bgpPeerFsmEstablishedTransitions OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of times the BGP FSM
                     transitioned into the established state
                     for this peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 15 }

.1.3.6.1.2.1.15.3.1.16
bgpPeerFsmEstablishedTime OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This timer indicates how long (in
                     seconds) this peer has been in the
                     established state or how long
                     since this peer was last in the
                     established state.  It is set to zero when
                     a new peer is configured or when the router is
                     booted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 16 }

.1.3.6.1.2.1.15.3.1.17
bgpPeerConnectRetryInterval OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time interval (in seconds) for the
                     ConnectRetry timer.  The suggested value
                     for this timer is 120 seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 17 }

.1.3.6.1.2.1.15.3.1.18
bgpPeerHoldTime OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0 | 3..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Time interval (in seconds) for the Hold
                     Timer established with the peer.  The
                     value of this object is calculated by this
                     BGP speaker, using the smaller of the
                     values in bgpPeerHoldTimeConfigured and the
                     Hold Time received in the OPEN message.

                     This value must be at least three seconds
                     if it is not zero (0).

                     If the Hold Timer has not been established
                     with the peer this object MUST have a value
                     of zero (0).

                     If the bgpPeerHoldTimeConfigured object has
                     a value of (0), then this object MUST have a
                     value of (0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 18 }

.1.3.6.1.2.1.15.3.1.19
bgpPeerKeepAlive OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0 | 1..21845) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Time interval (in seconds) for the KeepAlive
                     timer established with the peer.  The value
                     of this object is calculated by this BGP
                     speaker such that, when compared with
                     bgpPeerHoldTime, it has the same proportion
                     that bgpPeerKeepAliveConfigured has,
                     compared with bgpPeerHoldTimeConfigured.

                     If the KeepAlive timer has not been established
                     with the peer, this object MUST have a value
                     of zero (0).

                     If the of bgpPeerKeepAliveConfigured object
                     has a value of (0), then this object MUST have
                     a value of (0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 19 }

.1.3.6.1.2.1.15.3.1.20
bgpPeerHoldTimeConfigured OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0 | 3..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time interval (in seconds) for the Hold Time
                     configured for this BGP speaker with this
                     peer.  This value is placed in an OPEN
                     message sent to this peer by this BGP
                     speaker, and is compared with the Hold
                     Time field in an OPEN message received
                     from the peer when determining the Hold
                     Time (bgpPeerHoldTime) with the peer.
                     This value must not be less than three
                     seconds if it is not zero (0).  If it is
                     zero (0), the Hold Time is NOT to be
                     established with the peer.  The suggested
                     value for this timer is 90 seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 20 }

.1.3.6.1.2.1.15.3.1.21
bgpPeerKeepAliveConfigured OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0 | 1..21845) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time interval (in seconds) for the
                     KeepAlive timer configured for this BGP
                     speaker with this peer.  The value of this
                     object will only determine the
                     KEEPALIVE messages' frequency relative to
                     the value specified in
                     bgpPeerHoldTimeConfigured; the actual
                     time interval for the KEEPALIVE messages is
                     indicated by bgpPeerKeepAlive.  A
                     reasonable maximum value for this timer
                     would be one third of that of
                     bgpPeerHoldTimeConfigured.
                     If the value of this object is zero (0),
                     no periodical KEEPALIVE messages are sent
                     to the peer after the BGP connection has
                     been established.  The suggested value for
                     this timer is 30 seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 21 }

.1.3.6.1.2.1.15.3.1.22
bgpPeerMinASOriginationInterval OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time interval (in seconds) for the
                     MinASOriginationInterval timer.
                     The suggested value for this timer is 15
                     seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 22 }

.1.3.6.1.2.1.15.3.1.23
bgpPeerMinRouteAdvertisementInterval OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time interval (in seconds) for the
                     MinRouteAdvertisementInterval timer.
                     The suggested value for this timer is 30
                     seconds for EBGP connections and 5
                     seconds for IBGP connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 23 }

.1.3.6.1.2.1.15.3.1.24
bgpPeerInUpdateElapsedTime OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Elapsed time (in seconds) since the last BGP
                     UPDATE message was received from the peer.
                     Each time bgpPeerInUpdates is incremented,
                     the value of this object is set to zero (0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPeerTable(3) bgpPeerEntry(1) 24 }

.1.3.6.1.2.1.15.4
bgpIdentifier OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BGP Identifier of the local system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) 4 }

.1.3.6.1.2.1.15.5
bgpPathAttrTable OBJECT-TYPE
  -- FROM	BGP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	obsolete
  DESCRIPTION	"The BGP Received Path Attribute Table
                     contains information about paths to
                     destination networks, received from all
                     peers running BGP version 3 or less."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) 5 }

.1.3.6.1.2.1.15.5.1
bgpPathAttrEntry OBJECT-TYPE
  -- FROM	BGP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	obsolete
  INDEX		{ bgpPathAttrDestNetwork, bgpPathAttrPeer }
  DESCRIPTION	"Information about a path to a network."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPathAttrTable(5) 1 }

.1.3.6.1.2.1.15.5.1.1
bgpPathAttrPeer OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The IP address of the peer where the path
                     information was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPathAttrTable(5) bgpPathAttrEntry(1) 1 }

.1.3.6.1.2.1.15.5.1.2
bgpPathAttrDestNetwork OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The address of the destination network."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPathAttrTable(5) bgpPathAttrEntry(1) 2 }

.1.3.6.1.2.1.15.5.1.3
bgpPathAttrOrigin OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	INTEGER {igp(1), egp(2), incomplete(3)} 
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The ultimate origin of the path information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPathAttrTable(5) bgpPathAttrEntry(1) 3 }

.1.3.6.1.2.1.15.5.1.4
bgpPathAttrASPath OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	OCTET STRING (2..255) 
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The set of ASes that must be traversed to reach
                     the network.  This object is probably best
                     represented as SEQUENCE OF INTEGER.  For SMI
                     compatibility, though, it is represented as
                     OCTET STRING.  Each AS is represented as a pair
                     of octets according to the following algorithm:

                        first-byte-of-pair = ASNumber / 256;
                        second-byte-of-pair = ASNumber & 255;"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPathAttrTable(5) bgpPathAttrEntry(1) 4 }

.1.3.6.1.2.1.15.5.1.5
bgpPathAttrNextHop OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The address of the border router that should
                     be used for the destination network."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPathAttrTable(5) bgpPathAttrEntry(1) 5 }

.1.3.6.1.2.1.15.5.1.6
bgpPathAttrInterASMetric OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"The optional inter-AS metric.  If this
                     attribute has not been provided for this route,
                     the value for this object is 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpPathAttrTable(5) bgpPathAttrEntry(1) 6 }

.1.3.6.1.2.1.15.6
bgp4PathAttrTable OBJECT-TYPE
  -- FROM	BGP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The BGP-4 Received Path Attribute Table
                     contains information about paths to
                     destination networks, received from all
                     BGP4 peers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) 6 }

.1.3.6.1.2.1.15.6.1
bgp4PathAttrEntry OBJECT-TYPE
  -- FROM	BGP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ bgp4PathAttrIpAddrPrefix, bgp4PathAttrIpAddrPrefixLen, bgp4PathAttrPeer }
  DESCRIPTION	"Information about a path to a network."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) 1 }

.1.3.6.1.2.1.15.6.1.1
bgp4PathAttrPeer OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the peer where the path
                     information was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 1 }

.1.3.6.1.2.1.15.6.1.2
bgp4PathAttrIpAddrPrefixLen OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Length in bits of the IP address prefix in
                     the Network Layer Reachability
                     Information field."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 2 }

.1.3.6.1.2.1.15.6.1.3
bgp4PathAttrIpAddrPrefix OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An IP address prefix in the Network Layer
                     Reachability Information field.  This object
                     is an IP address containing the prefix with
                     length specified by
                     bgp4PathAttrIpAddrPrefixLen.
                     Any bits beyond the length specified by
                     bgp4PathAttrIpAddrPrefixLen are zeroed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 3 }

.1.3.6.1.2.1.15.6.1.4
bgp4PathAttrOrigin OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	INTEGER {igp(1), egp(2), incomplete(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ultimate origin of the path
                     information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 4 }

.1.3.6.1.2.1.15.6.1.5
bgp4PathAttrASPathSegment OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	OCTET STRING (2..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence of AS path segments.  Each AS
                     path segment is represented by a triple
                     <type, length, value>.

                     The type is a 1-octet field that has two
                     possible values:
                         1      AS_SET: unordered set of ASes that a
                                     route in the UPDATE message
                                     has traversed

                         2      AS_SEQUENCE: ordered set of ASes that
                                     a route in the UPDATE message
                                     has traversed.

                     The length is a 1-octet field containing the
                     number of ASes in the value field.

                     The value field contains one or more AS
                     numbers.  Each AS is represented in the octet
                     string as a pair of octets according to the
                     following algorithm:

                        first-byte-of-pair = ASNumber / 256;
                        second-byte-of-pair = ASNumber & 255;

                     Known Issues:
                     o BGP Confederations will result in
                       a type of either 3 or 4.
                     o An AS Path may be longer than 255 octets.
                       This may result in this object containing
                       a truncated AS Path."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 5 }

.1.3.6.1.2.1.15.6.1.6
bgp4PathAttrNextHop OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the border router that
                     should be used for the destination
                     network.  This address is the NEXT_HOP
                     address received in the UPDATE packet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 6 }

.1.3.6.1.2.1.15.6.1.7
bgp4PathAttrMultiExitDisc OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This metric is used to discriminate
                     between multiple exit points to an
                     adjacent autonomous system.  A value of -1
                     indicates the absence of this attribute.

                     Known Issues:
                     o The BGP-4 specification uses an
                       unsigned 32 bit number.  Thus, this
                       object cannot represent the full
                       range of the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 7 }

.1.3.6.1.2.1.15.6.1.8
bgp4PathAttrLocalPref OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The originating BGP4 speaker's degree of
                     preference for an advertised route.  A
                     value of -1 indicates the absence of this
                     attribute.

                     Known Issues:
                     o The BGP-4 specification uses an
                       unsigned 32 bit number and thus this
                       object cannot represent the full
                       range of the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 8 }

.1.3.6.1.2.1.15.6.1.9
bgp4PathAttrAtomicAggregate OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	INTEGER {lessSpecificRouteNotSelected(1), lessSpecificRouteSelected(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the ATOMIC_AGGREGATE attribute is present
                     in the Path Attributes then this object MUST
                     have a value of 'lessSpecificRouteNotSelected'.

                     If the ATOMIC_AGGREGATE attribute is missing
                     in the Path Attributes then this object MUST
                     have a value of 'lessSpecificRouteSelected'.

                     Note that ATOMIC_AGGREGATE is now a primarily
                     informational attribute."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 9 }

.1.3.6.1.2.1.15.6.1.10
bgp4PathAttrAggregatorAS OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The AS number of the last BGP4 speaker that
                     performed route aggregation.  A value of
                     zero (0) indicates the absence of this
                     attribute.

                     Note that propagation of AS of zero is illegal
                     in the Internet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 10 }

.1.3.6.1.2.1.15.6.1.11
bgp4PathAttrAggregatorAddr OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the last BGP4 speaker
                     that performed route aggregation.  A
                     value of 0.0.0.0 indicates the absence
                     of this attribute."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 11 }

.1.3.6.1.2.1.15.6.1.12
bgp4PathAttrCalcLocalPref OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The degree of preference calculated by the
                     receiving BGP4 speaker for an advertised
                     route.  A value of -1 indicates the
                     absence of this attribute.

                     Known Issues:
                     o The BGP-4 specification uses an
                       unsigned 32 bit number and thus this
                       object cannot represent the full
                       range of the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 12 }

.1.3.6.1.2.1.15.6.1.13
bgp4PathAttrBest OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	INTEGER {false(1), true(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether this route
                     was chosen as the best BGP4 route for this
                     destination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 13 }

.1.3.6.1.2.1.15.6.1.14
bgp4PathAttrUnknown OBJECT-TYPE
  -- FROM	BGP4-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"One or more path attributes not understood by
                     this BGP4 speaker.

                     Path attributes are recorded in the Update Path
                     attribute format of type, length, value.

                     Size zero (0) indicates the absence of such
                     attributes.

                     Octets beyond the maximum size, if any, are not
                     recorded by this object.

                     Known Issues:
                     o Attributes understood by this speaker, but not
                       represented in this MIB, are unavailable to
                       the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgp4PathAttrTable(6) bgp4PathAttrEntry(1) 14 }

.1.3.6.1.2.1.15.7
bgpTraps OBJECT-TYPE
  -- FROM	BGP4-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) 7 }

.1.3.6.1.2.1.15.7.1
bgpEstablished NOTIFICATION-TYPE
  -- FROM	BGP4-MIB
  OBJECTS	{ bgpPeerLastError, bgpPeerState }
  DESCRIPTION	"The BGP Established event is generated when
                            the BGP FSM enters the ESTABLISHED state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpTraps(7) 1 }

.1.3.6.1.2.1.15.7.2
bgpBackwardTransition NOTIFICATION-TYPE
  -- FROM	BGP4-MIB
  OBJECTS	{ bgpPeerLastError, bgpPeerState }
  DESCRIPTION	"The BGPBackwardTransition Event is generated
                            when the BGP FSM moves from a higher numbered
                            state to a lower numbered state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) bgp(15) bgpTraps(7) 2 }

.1.3.6.1.2.1.16
rmon OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, RMON2-MIB, HC-RMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 16 }

.1.3.6.1.2.1.16.0
rmonEventsV2 OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"Definition point for RMON notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 0 }

.1.3.6.1.2.1.16.0.1
risingAlarm NOTIFICATION-TYPE
  -- FROM	RMON-MIB
  OBJECTS	{ alarmIndex, alarmVariable, alarmSampleType, alarmValue, alarmRisingThreshold }
  DESCRIPTION	"The SNMP trap that is generated when an alarm
         entry crosses its rising threshold and generates
         an event that is configured for sending SNMP
         traps."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonEventsV2(0) 1 }

.1.3.6.1.2.1.16.0.2
fallingAlarm NOTIFICATION-TYPE
  -- FROM	RMON-MIB
  OBJECTS	{ alarmIndex, alarmVariable, alarmSampleType, alarmValue, alarmFallingThreshold }
  DESCRIPTION	"The SNMP trap that is generated when an alarm
         entry crosses its falling threshold and generates
         an event that is configured for sending SNMP
         traps."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonEventsV2(0) 2 }

.1.3.6.1.2.1.16.1
statistics OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, HC-RMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 1 }

.1.3.6.1.2.1.16.1.1
etherStatsTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, HC-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of Ethernet statistics entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) 1 }

.1.3.6.1.2.1.16.1.1.1
etherStatsEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, HC-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ etherStatsIndex }
  DESCRIPTION	"A collection of statistics kept for a particular
         Ethernet interface.  As an example, an instance of the
         etherStatsPkts object might be named etherStatsPkts.1"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) 1 }

.1.3.6.1.2.1.16.1.1.1.1
etherStatsIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, HC-RMON-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object uniquely identifies this
         etherStats entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 1 }

.1.3.6.1.2.1.16.1.1.1.2
etherStatsDataSource OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the source of the data that
         this etherStats entry is configured to analyze.  This
         source can be any ethernet interface on this device.
         In order to identify a particular interface, this object
         shall identify the instance of the ifIndex object,
         defined in RFC 2233 [17], for the desired interface.
         For example, if an entry were to receive data from
         interface #1, this object would be set to ifIndex.1.

         The statistics in this group reflect all packets
         on the local network segment attached to the identified
         interface.

         An agent may or may not be able to tell if fundamental
         changes to the media of the interface have occurred and
         necessitate an invalidation of this entry.  For example, a
         hot-pluggable ethernet card could be pulled out and replaced
         by a token-ring card.  In such a case, if the agent has such
         knowledge of the change, it is recommended that it
         invalidate this entry.

         This object may not be modified if the associated
         etherStatsStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 2 }

.1.3.6.1.2.1.16.1.1.1.3
etherStatsDropEvents OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of events in which packets
         were dropped by the probe due to lack of resources.
         Note that this number is not necessarily the number of
         packets dropped; it is just the number of times this
         condition has been detected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 3 }

.1.3.6.1.2.1.16.1.1.1.4
etherStatsOctets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets of data (including
         those in bad packets) received on the
         network (excluding framing bits but including
         FCS octets).

         This object can be used as a reasonable estimate of
         10-Megabit ethernet utilization.  If greater precision is
         desired, the etherStatsPkts and etherStatsOctets objects
         should be sampled before and after a common interval.  The
         differences in the sampled values are Pkts and Octets,
         respectively, and the number of seconds in the interval is
         Interval.  These values are used to calculate the Utilization
         as follows:

                          Pkts * (9.6 + 6.4) + (Octets * .8)
          Utilization = -------------------------------------
                                  Interval * 10,000

         The result of this equation is the value Utilization which
         is the percent utilization of the ethernet segment on a
         scale of 0 to 100 percent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 4 }

.1.3.6.1.2.1.16.1.1.1.5
etherStatsPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad packets,
         broadcast packets, and multicast packets) received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 5 }

.1.3.6.1.2.1.16.1.1.1.6
etherStatsBroadcastPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good packets received that were
         directed to the broadcast address.  Note that this
         does not include multicast packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 6 }

.1.3.6.1.2.1.16.1.1.1.7
etherStatsMulticastPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good packets received that were
         directed to a multicast address.  Note that this number
         does not include packets directed to the broadcast
         address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 7 }

.1.3.6.1.2.1.16.1.1.1.8
etherStatsCRCAlignErrors OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received that
         had a length (excluding framing bits, but
         including FCS octets) of between 64 and 1518
         octets, inclusive, but had either a bad
         Frame Check Sequence (FCS) with an integral
         number of octets (FCS Error) or a bad FCS with
         a non-integral number of octets (Alignment Error)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 8 }

.1.3.6.1.2.1.16.1.1.1.9
etherStatsUndersizePkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received that were
         less than 64 octets long (excluding framing bits,
         but including FCS octets) and were otherwise well
         formed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 9 }

.1.3.6.1.2.1.16.1.1.1.10
etherStatsOversizePkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received that were
         longer than 1518 octets (excluding framing bits,
         but including FCS octets) and were otherwise
         well formed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 10 }

.1.3.6.1.2.1.16.1.1.1.11
etherStatsFragments OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received that were less than
         64 octets in length (excluding framing bits but including
         FCS octets) and had either a bad Frame Check Sequence
         (FCS) with an integral number of octets (FCS Error) or a
         bad FCS with a non-integral number of octets (Alignment
         Error).

         Note that it is entirely normal for etherStatsFragments to
         increment.  This is because it counts both runts (which are
         normal occurrences due to collisions) and noise hits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 11 }

.1.3.6.1.2.1.16.1.1.1.12
etherStatsJabbers OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received that were
         longer than 1518 octets (excluding framing bits,
         but including FCS octets), and had either a bad
         Frame Check Sequence (FCS) with an integral number
         of octets (FCS Error) or a bad FCS with a non-integral
         number of octets (Alignment Error).

         Note that this definition of jabber is different
         than the definition in IEEE-802.3 section 8.2.1.5
         (10BASE5) and section 10.3.1.4 (10BASE2).  These
         documents define jabber as the condition where any
         packet exceeds 20 ms.  The allowed range to detect
         jabber is between 20 ms and 150 ms."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 12 }

.1.3.6.1.2.1.16.1.1.1.13
etherStatsCollisions OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The best estimate of the total number of collisions
         on this Ethernet segment.

         The value returned will depend on the location of the
         RMON probe. Section 8.2.1.3 (10BASE-5) and section
         10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a
         station must detect a collision, in the receive mode, if
         three or more stations are transmitting simultaneously.  A
         repeater port must detect a collision when two or more
         stations are transmitting simultaneously.  Thus a probe
         placed on a repeater port could record more collisions
         than a probe connected to a station on the same segment
         would.

         Probe location plays a much smaller role when considering
         10BASE-T.  14.2.1.4 (10BASE-T) of IEEE standard 802.3
         defines a collision as the simultaneous presence of signals
         on the DO and RD circuits (transmitting and receiving
         at the same time).  A 10BASE-T station can only detect
         collisions when it is transmitting.  Thus probes placed on
         a station and a repeater, should report the same number of
         collisions.

         Note also that an RMON probe inside a repeater should
         ideally report collisions between the repeater and one or
         more other hosts (transmit collisions as defined by IEEE
         802.3k) plus receiver collisions observed on any coax
         segments to which the repeater is connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 13 }

.1.3.6.1.2.1.16.1.1.1.14
etherStatsPkts64Octets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
         packets) received that were 64 octets in length
         (excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 14 }

.1.3.6.1.2.1.16.1.1.1.15
etherStatsPkts65to127Octets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
         packets) received that were between
         65 and 127 octets in length inclusive
         (excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 15 }

.1.3.6.1.2.1.16.1.1.1.16
etherStatsPkts128to255Octets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
         packets) received that were between
         128 and 255 octets in length inclusive
         (excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 16 }

.1.3.6.1.2.1.16.1.1.1.17
etherStatsPkts256to511Octets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
         packets) received that were between
         256 and 511 octets in length inclusive
         (excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 17 }

.1.3.6.1.2.1.16.1.1.1.18
etherStatsPkts512to1023Octets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
         packets) received that were between
         512 and 1023 octets in length inclusive
         (excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 18 }

.1.3.6.1.2.1.16.1.1.1.19
etherStatsPkts1024to1518Octets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
         packets) received that were between
         1024 and 1518 octets in length inclusive
         (excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 19 }

.1.3.6.1.2.1.16.1.1.1.20
etherStatsOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 20 }

.1.3.6.1.2.1.16.1.1.1.21
etherStatsStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this etherStats entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsTable(1) etherStatsEntry(1) 21 }

.1.3.6.1.2.1.16.1.2
tokenRingMLStatsTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of Mac-Layer Token Ring statistics
                      entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) 2 }

.1.3.6.1.2.1.16.1.2.1
tokenRingMLStatsEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ tokenRingMLStatsIndex }
  DESCRIPTION	"A collection of Mac-Layer statistics kept for a
                      particular Token Ring interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) 1 }

.1.3.6.1.2.1.16.1.2.1.1
tokenRingMLStatsIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object uniquely identifies this
                      tokenRingMLStats entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 1 }

.1.3.6.1.2.1.16.1.2.1.2
tokenRingMLStatsDataSource OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"This object identifies the source of the data
                      that this tokenRingMLStats entry is configured to
                      analyze.  This source can be any tokenRing
                      interface on this device.  In order to identify a
                      particular interface, this object shall identify
                      the instance of the ifIndex object, defined in
                      MIB-II [3], for the desired interface.  For
                      example, if an entry were to receive data from
                      interface #1, this object would be set to
                      ifIndex.1.

                      The statistics in this group reflect all error
                      reports on the local network segment attached to
                      the identified interface.

                      This object may not be modified if the associated
                      tokenRingMLStatsStatus object is equal to
                      valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 2 }

.1.3.6.1.2.1.16.1.2.1.3
tokenRingMLStatsDropEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of events in which packets were
                      dropped by the probe due to lack of resources.
                      Note that this number is not necessarily the
                      number of packets dropped; it is just the number
                      of times this condition has been detected.  This
                      value is the same as the corresponding
                      tokenRingPStatsDropEvents."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 3 }

.1.3.6.1.2.1.16.1.2.1.4
tokenRingMLStatsMacOctets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of octets of data in MAC packets
                      (excluding those that were not good frames)
                      received on the network (excluding framing bits
                      but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 4 }

.1.3.6.1.2.1.16.1.2.1.5
tokenRingMLStatsMacPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of MAC packets (excluding
                      packets that were not good frames) received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 5 }

.1.3.6.1.2.1.16.1.2.1.6
tokenRingMLStatsRingPurgeEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of times that the ring enters
                      the ring purge state from normal ring state.  The
                      ring purge state that comes in response to the
                      claim token or beacon state is not counted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 6 }

.1.3.6.1.2.1.16.1.2.1.7
tokenRingMLStatsRingPurgePkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of ring purge MAC packets
                      detected by probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 7 }

.1.3.6.1.2.1.16.1.2.1.8
tokenRingMLStatsBeaconEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of times that the ring enters a
                      beaconing state (beaconFrameStreamingState,
                      beaconBitStreamingState,
                      beaconSetRecoveryModeState, or
                      beaconRingSignalLossState) from a non-beaconing
                      state.  Note that a change of the source address
                      of the beacon packet does not constitute a new
                      beacon event."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 8 }

.1.3.6.1.2.1.16.1.2.1.9
tokenRingMLStatsBeaconTime OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total amount of time that the ring has been
                      in the beaconing state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 9 }

.1.3.6.1.2.1.16.1.2.1.10
tokenRingMLStatsBeaconPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of beacon MAC packets detected
                      by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 10 }

.1.3.6.1.2.1.16.1.2.1.11
tokenRingMLStatsClaimTokenEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of times that the ring enters
                      the claim token state from normal ring state or
                      ring purge state.  The claim token state that
                      comes in response to a beacon state is not
                      counted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 11 }

.1.3.6.1.2.1.16.1.2.1.12
tokenRingMLStatsClaimTokenPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of claim token MAC packets
                      detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 12 }

.1.3.6.1.2.1.16.1.2.1.13
tokenRingMLStatsNAUNChanges OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of NAUN changes detected by the
                      probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 13 }

.1.3.6.1.2.1.16.1.2.1.14
tokenRingMLStatsLineErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of line errors reported in error
                      reporting packets detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 14 }

.1.3.6.1.2.1.16.1.2.1.15
tokenRingMLStatsInternalErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of adapter internal errors
                      reported in error reporting packets detected by
                      the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 15 }

.1.3.6.1.2.1.16.1.2.1.16
tokenRingMLStatsBurstErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of burst errors reported in
                      error reporting packets detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 16 }

.1.3.6.1.2.1.16.1.2.1.17
tokenRingMLStatsACErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of AC (Address Copied)  errors
                      reported in error reporting packets detected by
                      the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 17 }

.1.3.6.1.2.1.16.1.2.1.18
tokenRingMLStatsAbortErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of abort delimiters reported in
                      error reporting packets detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 18 }

.1.3.6.1.2.1.16.1.2.1.19
tokenRingMLStatsLostFrameErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of lost frame errors reported in
                      error reporting packets detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 19 }

.1.3.6.1.2.1.16.1.2.1.20
tokenRingMLStatsCongestionErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of receive congestion errors
                      reported in error reporting packets detected by
                      the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 20 }

.1.3.6.1.2.1.16.1.2.1.21
tokenRingMLStatsFrameCopiedErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frame copied errors reported
                      in error reporting packets detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 21 }

.1.3.6.1.2.1.16.1.2.1.22
tokenRingMLStatsFrequencyErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frequency errors reported in
                      error reporting packets detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 22 }

.1.3.6.1.2.1.16.1.2.1.23
tokenRingMLStatsTokenErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of token errors reported in
                      error reporting packets detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 23 }

.1.3.6.1.2.1.16.1.2.1.24
tokenRingMLStatsSoftErrorReports OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of soft error report frames
                      detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 24 }

.1.3.6.1.2.1.16.1.2.1.25
tokenRingMLStatsRingPollEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of ring poll events detected by
                      the probe (i.e. the number of ring polls initiated
                      by the active monitor that were detected)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 25 }

.1.3.6.1.2.1.16.1.2.1.26
tokenRingMLStatsOwner OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The entity that configured this entry and is
                      therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 26 }

.1.3.6.1.2.1.16.1.2.1.27
tokenRingMLStatsStatus OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The status of this tokenRingMLStats entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStatsTable(2) tokenRingMLStatsEntry(1) 27 }

.1.3.6.1.2.1.16.1.3
tokenRingPStatsTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of promiscuous Token Ring statistics
                      entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) 3 }

.1.3.6.1.2.1.16.1.3.1
tokenRingPStatsEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ tokenRingPStatsIndex }
  DESCRIPTION	"A collection of promiscuous statistics kept for
                      non-MAC packets on a particular Token Ring
                      interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) 1 }

.1.3.6.1.2.1.16.1.3.1.1
tokenRingPStatsIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object uniquely identifies this
                      tokenRingPStats entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 1 }

.1.3.6.1.2.1.16.1.3.1.2
tokenRingPStatsDataSource OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"This object identifies the source of the data
                      that this tokenRingPStats entry is configured to
                      analyze.  This source can be any tokenRing
                      interface on this device.  In order to identify a
                      particular interface, this object shall identify
                      the instance of the ifIndex object, defined in
                      MIB-II [3], for the desired interface.  For
                      example, if an entry were to receive data from
                      interface #1, this object would be set to
                      ifIndex.1.

                      The statistics in this group reflect all non-MAC
                      packets on the local network segment attached to
                      the identified interface.

                      This object may not be modified if the associated
                      tokenRingPStatsStatus object is equal to
                      valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 2 }

.1.3.6.1.2.1.16.1.3.1.3
tokenRingPStatsDropEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of events in which packets were
                      dropped by the probe due to lack of resources.
                      Note that this number is not necessarily the
                      number of packets dropped; it is just the number
                      of times this condition has been detected.  This
                      value is the same as the corresponding
                      tokenRingMLStatsDropEvents"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 3 }

.1.3.6.1.2.1.16.1.3.1.4
tokenRingPStatsDataOctets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of octets of data in good frames
                      received on the network (excluding framing bits
                      but including FCS octets) in non-MAC packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 4 }

.1.3.6.1.2.1.16.1.3.1.5
tokenRingPStatsDataPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of non-MAC packets in good
                      frames.  received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 5 }

.1.3.6.1.2.1.16.1.3.1.6
tokenRingPStatsDataBroadcastPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were directed to an LLC broadcast address
                      (0xFFFFFFFFFFFF or 0xC000FFFFFFFF)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 6 }

.1.3.6.1.2.1.16.1.3.1.7
tokenRingPStatsDataMulticastPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were directed to a local or global multicast
                      or functional address.  Note that this number does
                      not include packets directed to the broadcast
                      address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 7 }

.1.3.6.1.2.1.16.1.3.1.8
tokenRingPStatsDataPkts18to63Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were between 18 and 63 octets in length
                      inclusive, excluding framing bits but including
                      FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 8 }

.1.3.6.1.2.1.16.1.3.1.9
tokenRingPStatsDataPkts64to127Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were between 64 and 127 octets in length
                      inclusive, excluding framing bits but including
                      FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 9 }

.1.3.6.1.2.1.16.1.3.1.10
tokenRingPStatsDataPkts128to255Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were between 128 and 255 octets in length
                      inclusive, excluding framing bits but including
                      FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 10 }

.1.3.6.1.2.1.16.1.3.1.11
tokenRingPStatsDataPkts256to511Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were between 256 and 511 octets in length
                      inclusive, excluding framing bits but including
                      FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 11 }

.1.3.6.1.2.1.16.1.3.1.12
tokenRingPStatsDataPkts512to1023Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were between 512 and 1023 octets in length
                      inclusive, excluding framing bits but including
                      FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 12 }

.1.3.6.1.2.1.16.1.3.1.13
tokenRingPStatsDataPkts1024to2047Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were between 1024 and 2047 octets in length
                      inclusive, excluding framing bits but including
                      FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 13 }

.1.3.6.1.2.1.16.1.3.1.14
tokenRingPStatsDataPkts2048to4095Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were between 2048 and 4095 octets in length
                      inclusive, excluding framing bits but including
                      FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 14 }

.1.3.6.1.2.1.16.1.3.1.15
tokenRingPStatsDataPkts4096to8191Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were between 4096 and 8191 octets in length
                      inclusive, excluding framing bits but including
                      FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 15 }

.1.3.6.1.2.1.16.1.3.1.16
tokenRingPStatsDataPkts8192to18000Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were between 8192 and 18000 octets in length
                      inclusive, excluding framing bits but including
                      FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 16 }

.1.3.6.1.2.1.16.1.3.1.17
tokenRingPStatsDataPktsGreaterThan18000Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      that were greater than 18000 octets in length,
                      excluding framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 17 }

.1.3.6.1.2.1.16.1.3.1.18
tokenRingPStatsOwner OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The entity that configured this entry and is
                      therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 18 }

.1.3.6.1.2.1.16.1.3.1.19
tokenRingPStatsStatus OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The status of this tokenRingPStats entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStatsTable(3) tokenRingPStatsEntry(1) 19 }

.1.3.6.1.2.1.16.1.4
etherStats2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) 4 }

.1.3.6.1.2.1.16.1.4.1
etherStats2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ etherStatsEntry }
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStats2Table(4) 1 }

.1.3.6.1.2.1.16.1.4.1.1
etherStatsDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the
        probe is out of some resources and decides to shed load from
        this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStats2Table(4) etherStats2Entry(1) 1 }

.1.3.6.1.2.1.16.1.4.1.2
etherStatsCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated.  This can be used by the management station to
        ensure that the table has not been deleted and recreated
        between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStats2Table(4) etherStats2Entry(1) 2 }

.1.3.6.1.2.1.16.1.5
tokenRingMLStats2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1.

        This table has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability
        to meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) 5 }

.1.3.6.1.2.1.16.1.5.1
tokenRingMLStats2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  AUGMENTS	{ tokenRingMLStatsEntry }
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStats2Table(5) 1 }

.1.3.6.1.2.1.16.1.5.1.1
tokenRingMLStatsDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the
        probe is out of some resources and decides to shed load from
        this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStats2Table(5) tokenRingMLStats2Entry(1) 1 }

.1.3.6.1.2.1.16.1.5.1.2
tokenRingMLStatsCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated.  This can be used by the management station to
        ensure that the table has not been deleted and recreated
        between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingMLStats2Table(5) tokenRingMLStats2Entry(1) 2 }

.1.3.6.1.2.1.16.1.6
tokenRingPStats2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1.

        This table has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability
        to meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) 6 }

.1.3.6.1.2.1.16.1.6.1
tokenRingPStats2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  AUGMENTS	{ tokenRingPStatsEntry }
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStats2Table(6) 1 }

.1.3.6.1.2.1.16.1.6.1.1
tokenRingPStatsDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the
        probe is out of some resources and decides to shed load from
        this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStats2Table(6) tokenRingPStats2Entry(1) 1 }

.1.3.6.1.2.1.16.1.6.1.2
tokenRingPStatsCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated.  This can be used by the management station to
        ensure that the table has not been deleted and recreated
        between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) tokenRingPStats2Table(6) tokenRingPStats2Entry(1) 2 }

.1.3.6.1.2.1.16.1.7
etherStatsHighCapacityTable OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains the High Capacity RMON extensions to the RMON-1
				etherStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) 7 }

.1.3.6.1.2.1.16.1.7.1
etherStatsHighCapacityEntry OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ etherStatsIndex }
  DESCRIPTION	"Contains the High Capacity RMON extensions to the RMON-1
				etherStatsEntry. These objects will be created by the agent
				for all etherStatsEntries it deems appropriate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) 1 }

.1.3.6.1.2.1.16.1.7.1.1
etherStatsHighCapacityOverflowPkts OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherStatsPkts
				counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 1 }

.1.3.6.1.2.1.16.1.7.1.2
etherStatsHighCapacityPkts OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad packets,
				broadcast packets, and multicast packets) received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 2 }

.1.3.6.1.2.1.16.1.7.1.3
etherStatsHighCapacityOverflowOctets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherStatsOctets
				counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 3 }

.1.3.6.1.2.1.16.1.7.1.4
etherStatsHighCapacityOctets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets of data (including
				those in bad packets) received on the
				network (excluding framing bits but including
				FCS octets).
				
				If the network is half-duplex Fast Ethernet, this
				object can be used as a reasonable estimate of
				utilization. If greater precision is desired, the
				etherStatsHighCapacityPkts and
				etherStatsHighCapacityOctets objects should be sampled
				before and after a common interval.  The differences
				in the sampled values are Pkts and Octets,
				respectively, and the number of seconds in the
				interval is Interval.  These values
				are used to calculate the Utilization as follows:
				
				                Pkts * (.96 + .64) + (Octets * .08)
				Utilization = -------------------------------------
				                        Interval * 10,000
				
				The result of this equation is the value Utilization
				which is the percent utilization of the ethernet
				segment on a scale of 0 to 100 percent.
				
				This table is not appropriate for monitoring full-duplex
				ethernets. If the network is a full-duplex ethernet and the
				mediaIndependentTable is monitoring that network, the
				utilization can be calculated as follows:
				1) Determine the utilization of the inbound path by using
				   the appropriate equation (for ethernet or fast ethernet)
				   to determine the utilization, substituting
				   mediaIndependentInPkts for etherStatsHighCapacityPkts, and
				   mediaIndependentInOctets for etherStatsHighCapacityOctets.
				   Call the resulting utilization inUtilization.
				
				2) Determine the utilization of the outbound path by using
				   the same equation to determine the utilization, substituting
				   mediaIndependentOutPkts for etherStatsHighCapacityPkts, and
				   mediaIndependentOutOctets for etherStatsHighCapacityOctets.
				   Call the resulting utilization outUtilization.
				
				3) The utilization is the maximum of inUtilization and
				   outUtilization. This metric shows the amount of percentage
				   of bandwidth that is left before congestion will be
				   experienced on the link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 4 }

.1.3.6.1.2.1.16.1.7.1.5
etherStatsHighCapacityOverflowPkts64Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherStatsPkts64Octets
				counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 5 }

.1.3.6.1.2.1.16.1.7.1.6
etherStatsHighCapacityPkts64Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
				packets) received that were 64 octets in length
				(excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 6 }

.1.3.6.1.2.1.16.1.7.1.7
etherStatsHighCapacityOverflowPkts65to127Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherStatsPkts65to127Octets
				counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 7 }

.1.3.6.1.2.1.16.1.7.1.8
etherStatsHighCapacityPkts65to127Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
				packets) received that were between
				65 and 127 octets in length inclusive
				(excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 8 }

.1.3.6.1.2.1.16.1.7.1.9
etherStatsHighCapacityOverflowPkts128to255Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherStatsPkts128to255Octets
				counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 9 }

.1.3.6.1.2.1.16.1.7.1.10
etherStatsHighCapacityPkts128to255Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
				packets) received that were between
				128 and 255 octets in length inclusive
				(excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 10 }

.1.3.6.1.2.1.16.1.7.1.11
etherStatsHighCapacityOverflowPkts256to511Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherStatsPkts256to511Octets
				counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 11 }

.1.3.6.1.2.1.16.1.7.1.12
etherStatsHighCapacityPkts256to511Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
				packets) received that were between
				256 and 511 octets in length inclusive
				(excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 12 }

.1.3.6.1.2.1.16.1.7.1.13
etherStatsHighCapacityOverflowPkts512to1023Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherStatsPkts512to1023Octets
				counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 13 }

.1.3.6.1.2.1.16.1.7.1.14
etherStatsHighCapacityPkts512to1023Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
				packets) received that were between
				512 and 1023 octets in length inclusive
				(excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 14 }

.1.3.6.1.2.1.16.1.7.1.15
etherStatsHighCapacityOverflowPkts1024to1518Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherStatsPkts1024to1518Octets
				counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 15 }

.1.3.6.1.2.1.16.1.7.1.16
etherStatsHighCapacityPkts1024to1518Octets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad
				packets) received that were between
				1024 and 1518 octets in length inclusive
				(excluding framing bits but including FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) statistics(1) etherStatsHighCapacityTable(7) etherStatsHighCapacityEntry(1) 16 }

.1.3.6.1.2.1.16.2
history OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, HC-RMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 2 }

.1.3.6.1.2.1.16.2.1
historyControlTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of history control entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) 1 }

.1.3.6.1.2.1.16.2.1.1
historyControlEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ historyControlIndex }
  DESCRIPTION	"A list of parameters that set up a periodic sampling of
         statistics.  As an example, an instance of the
         historyControlInterval object might be named
         historyControlInterval.2"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControlTable(1) 1 }

.1.3.6.1.2.1.16.2.1.1.1
historyControlIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
         historyControl table.  Each such entry defines a
         set of samples at a particular interval for an
         interface on the device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControlTable(1) historyControlEntry(1) 1 }

.1.3.6.1.2.1.16.2.1.1.2
historyControlDataSource OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the source of the data for
         which historical data was collected and
         placed in a media-specific table on behalf of this
         historyControlEntry.  This source can be any
         interface on this device.  In order to identify
         a particular interface, this object shall identify
         the instance of the ifIndex object, defined
         in  RFC 2233 [17], for the desired interface.
         For example, if an entry were to receive data from
         interface #1, this object would be set to ifIndex.1.

         The statistics in this group reflect all packets
         on the local network segment attached to the identified
         interface.

         An agent may or may not be able to tell if fundamental
         changes to the media of the interface have occurred and
         necessitate an invalidation of this entry.  For example, a
         hot-pluggable ethernet card could be pulled out and replaced
         by a token-ring card.  In such a case, if the agent has such
         knowledge of the change, it is recommended that it
         invalidate this entry.

         This object may not be modified if the associated
         historyControlStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControlTable(1) historyControlEntry(1) 2 }

.1.3.6.1.2.1.16.2.1.1.3
historyControlBucketsRequested OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The requested number of discrete time intervals
         over which data is to be saved in the part of the
         media-specific table associated with this
         historyControlEntry.

         When this object is created or modified, the probe
         should set historyControlBucketsGranted as closely to
         this object as is possible for the particular probe
         implementation and available resources."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControlTable(1) historyControlEntry(1) 3 }

.1.3.6.1.2.1.16.2.1.1.4
historyControlBucketsGranted OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discrete sampling intervals
         over which data shall be saved in the part of
         the media-specific table associated with this
         historyControlEntry.

         When the associated historyControlBucketsRequested
         object is created or modified, the probe
         should set this object as closely to the requested
         value as is possible for the particular
         probe implementation and available resources.  The
         probe must not lower this value except as a result
         of a modification to the associated
         historyControlBucketsRequested object.

         There will be times when the actual number of
         buckets associated with this entry is less than
         the value of this object.  In this case, at the
         end of each sampling interval, a new bucket will
         be added to the media-specific table.

         When the number of buckets reaches the value of
         this object and a new bucket is to be added to the
         media-specific table, the oldest bucket associated
         with this historyControlEntry shall be deleted by
         the agent so that the new bucket can be added.

         When the value of this object changes to a value less
         than the current value, entries are deleted
         from the media-specific table associated with this
         historyControlEntry.  Enough of the oldest of these
         entries shall be deleted by the agent so that their
         number remains less than or equal to the new value of
         this object.

         When the value of this object changes to a value greater
         than the current value, the number of associated media-
         specific entries may be allowed to grow."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControlTable(1) historyControlEntry(1) 4 }

.1.3.6.1.2.1.16.2.1.1.5
historyControlInterval OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..3600) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interval in seconds over which the data is
         sampled for each bucket in the part of the
         media-specific table associated with this
         historyControlEntry.  This interval can
         be set to any number of seconds between 1 and
         3600 (1 hour).

         Because the counters in a bucket may overflow at their
         maximum value with no indication, a prudent manager will
         take into account the possibility of overflow in any of
         the associated counters.  It is important to consider the
         minimum time in which any counter could overflow on a
         particular media type and set the historyControlInterval
         object to a value less than this interval.  This is
         typically most important for the 'octets' counter in any
         media-specific table.  For example, on an Ethernet
         network, the etherHistoryOctets counter could overflow
         in about one hour at the Ethernet's maximum
         utilization.

         This object may not be modified if the associated
         historyControlStatus object is equal to valid(1)."
  DEFVAL	{ 1800 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControlTable(1) historyControlEntry(1) 5 }

.1.3.6.1.2.1.16.2.1.1.6
historyControlOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControlTable(1) historyControlEntry(1) 6 }

.1.3.6.1.2.1.16.2.1.1.7
historyControlStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this historyControl entry.

         Each instance of the media-specific table associated
         with this historyControlEntry will be deleted by the agent
         if this historyControlEntry is not equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControlTable(1) historyControlEntry(1) 7 }

.1.3.6.1.2.1.16.2.2
etherHistoryTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, HC-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of Ethernet history entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) 2 }

.1.3.6.1.2.1.16.2.2.1
etherHistoryEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, HC-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ etherHistoryIndex, etherHistorySampleIndex }
  DESCRIPTION	"An historical sample of Ethernet statistics on a particular
         Ethernet interface.  This sample is associated with the
         historyControlEntry which set up the parameters for
         a regular collection of these samples.  As an example, an
         instance of the etherHistoryPkts object might be named
         etherHistoryPkts.2.89"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) 1 }

.1.3.6.1.2.1.16.2.2.1.1
etherHistoryIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, HC-RMON-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The history of which this entry is a part.  The
         history identified by a particular value of this
         index is the same history as identified
         by the same value of historyControlIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 1 }

.1.3.6.1.2.1.16.2.2.1.2
etherHistorySampleIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB, HC-RMON-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies the particular
         sample this entry represents among all samples
         associated with the same historyControlEntry.
         This index starts at 1 and increases by one
         as each new sample is taken."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 2 }

.1.3.6.1.2.1.16.2.2.1.3
etherHistoryIntervalStart OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the start of the interval
         over which this sample was measured.  If the probe
         keeps track of the time of day, it should start
         the first sample of the history at a time such that
         when the next hour of the day begins, a sample is
         started at that instant.  Note that following this
         rule may require the probe to delay collecting the
         first sample of the history, as each sample must be
         of the same interval.  Also note that the sample which
         is currently being collected is not accessible in this
         table until the end of its interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 3 }

.1.3.6.1.2.1.16.2.2.1.4
etherHistoryDropEvents OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of events in which packets
         were dropped by the probe due to lack of resources
         during this sampling interval.  Note that this number
         is not necessarily the number of packets dropped, it
         is just the number of times this condition has been
         detected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 4 }

.1.3.6.1.2.1.16.2.2.1.5
etherHistoryOctets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets of data (including
         those in bad packets) received on the
         network (excluding framing bits but including
         FCS octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 5 }

.1.3.6.1.2.1.16.2.2.1.6
etherHistoryPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets (including bad packets)
         received during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 6 }

.1.3.6.1.2.1.16.2.2.1.7
etherHistoryBroadcastPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of good packets received during this
         sampling interval that were directed to the
         broadcast address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 7 }

.1.3.6.1.2.1.16.2.2.1.8
etherHistoryMulticastPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of good packets received during this
         sampling interval that were directed to a
         multicast address.  Note that this number does not
         include packets addressed to the broadcast address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 8 }

.1.3.6.1.2.1.16.2.2.1.9
etherHistoryCRCAlignErrors OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received during this
         sampling interval that had a length (excluding
         framing bits but including FCS octets) between
         64 and 1518 octets, inclusive, but had either a bad Frame
         Check Sequence (FCS) with an integral number of octets
         (FCS Error) or a bad FCS with a non-integral number
         of octets (Alignment Error)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 9 }

.1.3.6.1.2.1.16.2.2.1.10
etherHistoryUndersizePkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received during this
         sampling interval that were less than 64 octets
         long (excluding framing bits but including FCS
         octets) and were otherwise well formed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 10 }

.1.3.6.1.2.1.16.2.2.1.11
etherHistoryOversizePkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received during this
         sampling interval that were longer than 1518
         octets (excluding framing bits but including
         FCS octets) but were otherwise well formed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 11 }

.1.3.6.1.2.1.16.2.2.1.12
etherHistoryFragments OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received during this
         sampling interval that were less than 64 octets in
         length (excluding framing bits but including FCS
         octets) had either a bad Frame Check Sequence (FCS)
         with an integral number of octets (FCS Error) or a bad
         FCS with a non-integral number of octets (Alignment
         Error).

         Note that it is entirely normal for etherHistoryFragments to
         increment.  This is because it counts both runts (which are
         normal occurrences due to collisions) and noise hits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 12 }

.1.3.6.1.2.1.16.2.2.1.13
etherHistoryJabbers OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received during this
         sampling interval that were longer than 1518 octets
         (excluding framing bits but including FCS octets),
         and  had either a bad Frame Check Sequence (FCS)
         with an integral number of octets (FCS Error) or
         a bad FCS with a non-integral number of octets
         (Alignment Error).

         Note that this definition of jabber is different
         than the definition in IEEE-802.3 section 8.2.1.5
         (10BASE5) and section 10.3.1.4 (10BASE2).  These
         documents define jabber as the condition where any
         packet exceeds 20 ms.  The allowed range to detect
         jabber is between 20 ms and 150 ms."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 13 }

.1.3.6.1.2.1.16.2.2.1.14
etherHistoryCollisions OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The best estimate of the total number of collisions
         on this Ethernet segment during this sampling
         interval.

         The value returned will depend on the location of the
         RMON probe. Section 8.2.1.3 (10BASE-5) and section
         10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a
         station must detect a collision, in the receive mode, if
         three or more stations are transmitting simultaneously.  A
         repeater port must detect a collision when two or more
         stations are transmitting simultaneously.  Thus a probe
         placed on a repeater port could record more collisions
         than a probe connected to a station on the same segment
         would.

         Probe location plays a much smaller role when considering
         10BASE-T.  14.2.1.4 (10BASE-T) of IEEE standard 802.3
         defines a collision as the simultaneous presence of signals
         on the DO and RD circuits (transmitting and receiving
         at the same time).  A 10BASE-T station can only detect
         collisions when it is transmitting.  Thus probes placed on
         a station and a repeater, should report the same number of
         collisions.

         Note also that an RMON probe inside a repeater should
         ideally report collisions between the repeater and one or
         more other hosts (transmit collisions as defined by IEEE
         802.3k) plus receiver collisions observed on any coax
         segments to which the repeater is connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 14 }

.1.3.6.1.2.1.16.2.2.1.15
etherHistoryUtilization OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (0..10000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The best estimate of the mean physical layer
         network utilization on this interface during this
         sampling interval, in hundredths of a percent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryTable(2) etherHistoryEntry(1) 15 }

.1.3.6.1.2.1.16.2.3
tokenRingMLHistoryTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of Mac-Layer Token Ring statistics
                      entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) 3 }

.1.3.6.1.2.1.16.2.3.1
tokenRingMLHistoryEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ tokenRingMLHistoryIndex, tokenRingMLHistorySampleIndex }
  DESCRIPTION	"A collection of Mac-Layer statistics kept for a
                      particular Token Ring interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) 1 }

.1.3.6.1.2.1.16.2.3.1.1
tokenRingMLHistoryIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The history of which this entry is a part.  The
                      history identified by a particular value of this
                      index is the same history as identified by the
                      same value of historyControlIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 1 }

.1.3.6.1.2.1.16.2.3.1.2
tokenRingMLHistorySampleIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"An index that uniquely identifies the particular
                      Mac-Layer sample this entry represents among all
                      Mac-Layer samples associated with the same
                      historyControlEntry.  This index starts at 1 and
                      increases by one as each new sample is taken."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 2 }

.1.3.6.1.2.1.16.2.3.1.3
tokenRingMLHistoryIntervalStart OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of sysUpTime at the start of the
                      interval over which this sample was measured.  If
                      the probe keeps track of the time of day, it
                      should start the first sample of the history at a
                      time such that when the next hour of the day
                      begins, a sample is started at that instant.  Note
                      that following this rule may require the probe to
                      delay collecting the first sample of the history,
                      as each sample must be of the same interval.  Also
                      note that the sample which is currently being
                      collected is not accessible in this table until
                      the end of its interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 3 }

.1.3.6.1.2.1.16.2.3.1.4
tokenRingMLHistoryDropEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of events in which packets were
                      dropped by the probe due to lack of resources
                      during this sampling interval.  Note that this
                      number is not necessarily the number of packets
                      dropped, it is just the number of times this
                      condition has been detected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 4 }

.1.3.6.1.2.1.16.2.3.1.5
tokenRingMLHistoryMacOctets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of octets of data in MAC packets
                      (excluding those that were not good frames)
                      received on the network during this sampling
                      interval (excluding framing bits but including FCS
                      octets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 5 }

.1.3.6.1.2.1.16.2.3.1.6
tokenRingMLHistoryMacPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of MAC packets (excluding those
                      that were not good frames) received during this
                      sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 6 }

.1.3.6.1.2.1.16.2.3.1.7
tokenRingMLHistoryRingPurgeEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of times that the ring entered
                      the ring purge state from normal ring state during
                      this sampling interval.  The ring purge state that
                      comes from the claim token or beacon state is not
                      counted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 7 }

.1.3.6.1.2.1.16.2.3.1.8
tokenRingMLHistoryRingPurgePkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of Ring Purge MAC packets
                      detected by the probe during this sampling
                      interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 8 }

.1.3.6.1.2.1.16.2.3.1.9
tokenRingMLHistoryBeaconEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of times that the ring enters a
                      beaconing state (beaconFrameStreamingState,
                      beaconBitStreamingState,
                      beaconSetRecoveryModeState, or
                      beaconRingSignalLossState) during this sampling
                      interval.  Note that a change of the source
                      address of the beacon packet does not constitute a
                      new beacon event."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 9 }

.1.3.6.1.2.1.16.2.3.1.10
tokenRingMLHistoryBeaconTime OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The amount of time that the ring has been in the
                      beaconing state during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 10 }

.1.3.6.1.2.1.16.2.3.1.11
tokenRingMLHistoryBeaconPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of beacon MAC packets detected
                      by the probe during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 11 }

.1.3.6.1.2.1.16.2.3.1.12
tokenRingMLHistoryClaimTokenEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of times that the ring enters
                      the claim token state from normal ring state or
                      ring purge state during this sampling interval.
                      The claim token state that comes from the beacon
                      state is not counted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 12 }

.1.3.6.1.2.1.16.2.3.1.13
tokenRingMLHistoryClaimTokenPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of claim token MAC packets
                      detected by the probe during this sampling
                      interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 13 }

.1.3.6.1.2.1.16.2.3.1.14
tokenRingMLHistoryNAUNChanges OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of NAUN changes detected by the
                      probe during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 14 }

.1.3.6.1.2.1.16.2.3.1.15
tokenRingMLHistoryLineErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of line errors reported in error
                      reporting packets detected by the probe during
                      this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 15 }

.1.3.6.1.2.1.16.2.3.1.16
tokenRingMLHistoryInternalErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of adapter internal errors
                      reported in error reporting packets detected by
                      the probe during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 16 }

.1.3.6.1.2.1.16.2.3.1.17
tokenRingMLHistoryBurstErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of burst errors reported in
                      error reporting packets detected by the probe
                      during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 17 }

.1.3.6.1.2.1.16.2.3.1.18
tokenRingMLHistoryACErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of AC (Address Copied) errors
                      reported in error reporting packets detected by
                      the probe during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 18 }

.1.3.6.1.2.1.16.2.3.1.19
tokenRingMLHistoryAbortErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of abort delimiters reported in
                      error reporting packets detected by the probe
                      during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 19 }

.1.3.6.1.2.1.16.2.3.1.20
tokenRingMLHistoryLostFrameErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of lost frame errors reported in
                      error reporting packets detected by the probe
                      during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 20 }

.1.3.6.1.2.1.16.2.3.1.21
tokenRingMLHistoryCongestionErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of receive congestion errors
                      reported in error reporting packets detected by
                      the probe during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 21 }

.1.3.6.1.2.1.16.2.3.1.22
tokenRingMLHistoryFrameCopiedErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frame copied errors reported
                      in error reporting packets detected by the probe
                      during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 22 }

.1.3.6.1.2.1.16.2.3.1.23
tokenRingMLHistoryFrequencyErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frequency errors reported in
                      error reporting packets detected by the probe
                      during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 23 }

.1.3.6.1.2.1.16.2.3.1.24
tokenRingMLHistoryTokenErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of token errors reported in
                      error reporting packets detected by the probe
                      during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 24 }

.1.3.6.1.2.1.16.2.3.1.25
tokenRingMLHistorySoftErrorReports OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of soft error report frames
                      detected by the probe during this sampling
                      interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 25 }

.1.3.6.1.2.1.16.2.3.1.26
tokenRingMLHistoryRingPollEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of ring poll events detected by
                      the probe during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 26 }

.1.3.6.1.2.1.16.2.3.1.27
tokenRingMLHistoryActiveStations OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The maximum number of active stations on the ring
                      detected by the probe during this sampling
                      interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingMLHistoryTable(3) tokenRingMLHistoryEntry(1) 27 }

.1.3.6.1.2.1.16.2.4
tokenRingPHistoryTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of promiscuous Token Ring statistics
                      entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) 4 }

.1.3.6.1.2.1.16.2.4.1
tokenRingPHistoryEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ tokenRingPHistoryIndex, tokenRingPHistorySampleIndex }
  DESCRIPTION	"A collection of promiscuous statistics kept for a
                      particular Token Ring interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) 1 }

.1.3.6.1.2.1.16.2.4.1.1
tokenRingPHistoryIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The history of which this entry is a part.  The
                      history identified by a particular value of this
                      index is the same history as identified by the
                      same value of historyControlIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 1 }

.1.3.6.1.2.1.16.2.4.1.2
tokenRingPHistorySampleIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"An index that uniquely identifies the particular
                      sample this entry represents among all samples
                      associated with the same historyControlEntry.
                      This index starts at 1 and increases by one as
                      each new sample is taken."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 2 }

.1.3.6.1.2.1.16.2.4.1.3
tokenRingPHistoryIntervalStart OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of sysUpTime at the start of the
                      interval over which this sample was measured.  If
                      the probe keeps track of the time of day, it
                      should start the first sample of the history at a
                      time such that when the next hour of the day
                      begins, a sample is started at that instant.  Note
                      that following this rule may require the probe to
                      delay collecting the first sample of the history,
                      as each sample must be of the same interval.  Also
                      note that the sample which is currently being
                      collected is not accessible in this table until
                      the end of its interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 3 }

.1.3.6.1.2.1.16.2.4.1.4
tokenRingPHistoryDropEvents OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of events in which packets were
                      dropped by the probe due to lack of resources
                      during this sampling interval.  Note that this
                      number is not necessarily the number of packets
                      dropped, it is just the number of times this
                      condition has been detected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 4 }

.1.3.6.1.2.1.16.2.4.1.5
tokenRingPHistoryDataOctets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of octets of data in good frames
                      received on the network (excluding framing bits
                      but including FCS octets) in non-MAC packets
                      during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 5 }

.1.3.6.1.2.1.16.2.4.1.6
tokenRingPHistoryDataPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 6 }

.1.3.6.1.2.1.16.2.4.1.7
tokenRingPHistoryDataBroadcastPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were directed
                      to an LLC broadcast address (0xFFFFFFFFFFFF or
                      0xC000FFFFFFFF)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 7 }

.1.3.6.1.2.1.16.2.4.1.8
tokenRingPHistoryDataMulticastPkts OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were directed
                      to a local or global multicast or functional
                      address.  Note that this number does not include
                      packets directed to the broadcast address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 8 }

.1.3.6.1.2.1.16.2.4.1.9
tokenRingPHistoryDataPkts18to63Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were between 18
                      and 63 octets in length inclusive, excluding
                      framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 9 }

.1.3.6.1.2.1.16.2.4.1.10
tokenRingPHistoryDataPkts64to127Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were between 64
                      and 127 octets in length inclusive, excluding
                      framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 10 }

.1.3.6.1.2.1.16.2.4.1.11
tokenRingPHistoryDataPkts128to255Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were between
                      128 and 255 octets in length inclusive, excluding
                      framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 11 }

.1.3.6.1.2.1.16.2.4.1.12
tokenRingPHistoryDataPkts256to511Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were between
                      256 and 511 octets in length inclusive, excluding
                      framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 12 }

.1.3.6.1.2.1.16.2.4.1.13
tokenRingPHistoryDataPkts512to1023Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were between
                      512 and 1023 octets in length inclusive, excluding
                      framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 13 }

.1.3.6.1.2.1.16.2.4.1.14
tokenRingPHistoryDataPkts1024to2047Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were between
                      1024 and 2047 octets in length inclusive,
                      excluding framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 14 }

.1.3.6.1.2.1.16.2.4.1.15
tokenRingPHistoryDataPkts2048to4095Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were between
                      2048 and 4095 octets in length inclusive,
                      excluding framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 15 }

.1.3.6.1.2.1.16.2.4.1.16
tokenRingPHistoryDataPkts4096to8191Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were between
                      4096 and 8191 octets in length inclusive,
                      excluding framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 16 }

.1.3.6.1.2.1.16.2.4.1.17
tokenRingPHistoryDataPkts8192to18000Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were between
                      8192 and 18000 octets in length inclusive,
                      excluding framing bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 17 }

.1.3.6.1.2.1.16.2.4.1.18
tokenRingPHistoryDataPktsGreaterThan18000Octets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good non-MAC frames received
                      during this sampling interval that were greater
                      than 18000 octets in length, excluding framing
                      bits but including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) tokenRingPHistoryTable(4) tokenRingPHistoryEntry(1) 18 }

.1.3.6.1.2.1.16.2.5
historyControl2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) 5 }

.1.3.6.1.2.1.16.2.5.1
historyControl2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ historyControlEntry }
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControl2Table(5) 1 }

.1.3.6.1.2.1.16.2.5.1.1
historyControlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the
        probe is out of some resources and decides to shed load from
        this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) historyControl2Table(5) historyControl2Entry(1) 1 }

.1.3.6.1.2.1.16.2.6
etherHistoryHighCapacityTable OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains the High Capacity RMON extensions to the RMON-1
				etherHistoryTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) 6 }

.1.3.6.1.2.1.16.2.6.1
etherHistoryHighCapacityEntry OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ etherHistoryIndex, etherHistorySampleIndex }
  DESCRIPTION	"Contains the High Capacity RMON extensions to the RMON-1
				etherHistoryEntry. These objects will be created by the agent
				for all etherHistoryEntries associated with whichever
				historyControlEntries it deems appropriate. (i.e., either all
				etherHistoryHighCapacityEntries associated with a particular
				historyControlEntry will be created, or none of them will
				be.)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryHighCapacityTable(6) 1 }

.1.3.6.1.2.1.16.2.6.1.1
etherHistoryHighCapacityOverflowPkts OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherHistoryPkts
				Gauge overflowed during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryHighCapacityTable(6) etherHistoryHighCapacityEntry(1) 1 }

.1.3.6.1.2.1.16.2.6.1.2
etherHistoryHighCapacityPkts OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  -- TEXTUAL CONVENTION RmonGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad packets,
				broadcast packets, and multicast packets) received during
				this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryHighCapacityTable(6) etherHistoryHighCapacityEntry(1) 2 }

.1.3.6.1.2.1.16.2.6.1.3
etherHistoryHighCapacityOverflowOctets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated etherHistoryOctets
				counter has overflowed during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryHighCapacityTable(6) etherHistoryHighCapacityEntry(1) 3 }

.1.3.6.1.2.1.16.2.6.1.4
etherHistoryHighCapacityOctets OBJECT-TYPE
  -- FROM	HC-RMON-MIB
  -- TEXTUAL CONVENTION RmonGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets of data (including
				those in bad packets) received on the
				network (excluding framing bits but including
				FCS octets) during this sampling interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) history(2) etherHistoryHighCapacityTable(6) etherHistoryHighCapacityEntry(1) 4 }

.1.3.6.1.2.1.16.3
alarm OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 3 }

.1.3.6.1.2.1.16.3.1
alarmTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of alarm entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) 1 }

.1.3.6.1.2.1.16.3.1.1
alarmEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ alarmIndex }
  DESCRIPTION	"A list of parameters that set up a periodic checking
         for alarm conditions.  For example, an instance of the
         alarmValue object might be named alarmValue.8"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) 1 }

.1.3.6.1.2.1.16.3.1.1.1
alarmIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
         alarm table.  Each such entry defines a
         diagnostic sample at a particular interval
         for an object on the device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 1 }

.1.3.6.1.2.1.16.3.1.1.2
alarmInterval OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interval in seconds over which the data is
         sampled and compared with the rising and falling
         thresholds.  When setting this variable, care
         should be taken in the case of deltaValue
         sampling - the interval should be set short enough
         that the sampled variable is very unlikely to
         increase or decrease by more than 2^31 - 1 during
         a single sampling interval.

         This object may not be modified if the associated
         alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 2 }

.1.3.6.1.2.1.16.3.1.1.3
alarmVariable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object identifier of the particular variable to be
         sampled.  Only variables that resolve to an ASN.1 primitive
         type of INTEGER (INTEGER, Integer32, Counter32, Counter64,
         Gauge, or TimeTicks) may be sampled.

         Because SNMP access control is articulated entirely
         in terms of the contents of MIB views, no access
         control mechanism exists that can restrict the value of
         this object to identify only those objects that exist
         in a particular MIB view.  Because there is thus no
         acceptable means of restricting the read access that
         could be obtained through the alarm mechanism, the
         probe must only grant write access to this object in
         those views that have read access to all objects on
         the probe.

         During a set operation, if the supplied variable name is
         not available in the selected MIB view, a badValue error
         must be returned.  If at any time the variable name of
         an established alarmEntry is no longer available in the
         selected MIB view, the probe must change the status of
         this alarmEntry to invalid(4).

         This object may not be modified if the associated
         alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 3 }

.1.3.6.1.2.1.16.3.1.1.4
alarmSampleType OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	INTEGER {absoluteValue(1), deltaValue(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The method of sampling the selected variable and
         calculating the value to be compared against the
         thresholds.  If the value of this object is
         absoluteValue(1), the value of the selected variable
         will be compared directly with the thresholds at the
         end of the sampling interval.  If the value of this
         object is deltaValue(2), the value of the selected
         variable at the last sample will be subtracted from
         the current value, and the difference compared with
         the thresholds.

         This object may not be modified if the associated
         alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 4 }

.1.3.6.1.2.1.16.3.1.1.5
alarmValue OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the statistic during the last sampling
         period.  For example, if the sample type is deltaValue,
         this value will be the difference between the samples
         at the beginning and end of the period.  If the sample
         type is absoluteValue, this value will be the sampled
         value at the end of the period.

         This is the value that is compared with the rising and
         falling thresholds.

         The value during the current sampling period is not
         made available until the period is completed and will
         remain available until the next period completes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 5 }

.1.3.6.1.2.1.16.3.1.1.6
alarmStartupAlarm OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	INTEGER {risingAlarm(1), fallingAlarm(2), risingOrFallingAlarm(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The alarm that may be sent when this entry is first
         set to valid.  If the first sample after this entry
         becomes valid is greater than or equal to the
         risingThreshold and alarmStartupAlarm is equal to
         risingAlarm(1) or risingOrFallingAlarm(3), then a single
         rising alarm will be generated.  If the first sample
         after this entry becomes valid is less than or equal
         to the fallingThreshold and alarmStartupAlarm is equal
         to fallingAlarm(2) or risingOrFallingAlarm(3), then a
         single falling alarm will be generated.

         This object may not be modified if the associated
         alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 6 }

.1.3.6.1.2.1.16.3.1.1.7
alarmRisingThreshold OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A threshold for the sampled statistic.  When the current
         sampled value is greater than or equal to this threshold,
         and the value at the last sampling interval was less than
         this threshold, a single event will be generated.
         A single event will also be generated if the first
         sample after this entry becomes valid is greater than or
         equal to this threshold and the associated
         alarmStartupAlarm is equal to risingAlarm(1) or
         risingOrFallingAlarm(3).

         After a rising event is generated, another such event
         will not be generated until the sampled value
         falls below this threshold and reaches the
         alarmFallingThreshold.

         This object may not be modified if the associated
         alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 7 }

.1.3.6.1.2.1.16.3.1.1.8
alarmFallingThreshold OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A threshold for the sampled statistic.  When the current
         sampled value is less than or equal to this threshold,
         and the value at the last sampling interval was greater than
         this threshold, a single event will be generated.
         A single event will also be generated if the first
         sample after this entry becomes valid is less than or
         equal to this threshold and the associated
         alarmStartupAlarm is equal to fallingAlarm(2) or
         risingOrFallingAlarm(3).

         After a falling event is generated, another such event
         will not be generated until the sampled value
         rises above this threshold and reaches the
         alarmRisingThreshold.

         This object may not be modified if the associated
         alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 8 }

.1.3.6.1.2.1.16.3.1.1.9
alarmRisingEventIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of the eventEntry that is
         used when a rising threshold is crossed.  The
         eventEntry identified by a particular value of
         this index is the same as identified by the same value
         of the eventIndex object.  If there is no
         corresponding entry in the eventTable, then
         no association exists.  In particular, if this value
         is zero, no associated event will be generated, as
         zero is not a valid event index.

         This object may not be modified if the associated
         alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 9 }

.1.3.6.1.2.1.16.3.1.1.10
alarmFallingEventIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of the eventEntry that is
         used when a falling threshold is crossed.  The
         eventEntry identified by a particular value of
         this index is the same as identified by the same value
         of the eventIndex object.  If there is no
         corresponding entry in the eventTable, then
         no association exists.  In particular, if this value
         is zero, no associated event will be generated, as
         zero is not a valid event index.

         This object may not be modified if the associated
         alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 10 }

.1.3.6.1.2.1.16.3.1.1.11
alarmOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 11 }

.1.3.6.1.2.1.16.3.1.1.12
alarmStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this alarm entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alarm(3) alarmTable(1) alarmEntry(1) 12 }

.1.3.6.1.2.1.16.4
hosts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 4 }

.1.3.6.1.2.1.16.4.1
hostControlTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of host table control entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) 1 }

.1.3.6.1.2.1.16.4.1.1
hostControlEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hostControlIndex }
  DESCRIPTION	"A list of parameters that set up the discovery of hosts
         on a particular interface and the collection of statistics
         about these hosts.  For example, an instance of the
         hostControlTableSize object might be named
         hostControlTableSize.1"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControlTable(1) 1 }

.1.3.6.1.2.1.16.4.1.1.1
hostControlIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
         hostControl table.  Each such entry defines
         a function that discovers hosts on a particular interface
         and places statistics about them in the hostTable and
         the hostTimeTable on behalf of this hostControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControlTable(1) hostControlEntry(1) 1 }

.1.3.6.1.2.1.16.4.1.1.2
hostControlDataSource OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the source of the data for
         this instance of the host function.  This source
         can be any interface on this device.  In order
         to identify a particular interface, this object shall
         identify the instance of the ifIndex object, defined
         in RFC 2233 [17], for the desired interface.
         For example, if an entry were to receive data from
         interface #1, this object would be set to ifIndex.1.

         The statistics in this group reflect all packets
         on the local network segment attached to the identified
         interface.

         An agent may or may not be able to tell if fundamental
         changes to the media of the interface have occurred and
         necessitate an invalidation of this entry.  For example, a
         hot-pluggable ethernet card could be pulled out and replaced
         by a token-ring card.  In such a case, if the agent has such
         knowledge of the change, it is recommended that it
         invalidate this entry.

         This object may not be modified if the associated
         hostControlStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControlTable(1) hostControlEntry(1) 2 }

.1.3.6.1.2.1.16.4.1.1.3
hostControlTableSize OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of hostEntries in the hostTable and the
         hostTimeTable associated with this hostControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControlTable(1) hostControlEntry(1) 3 }

.1.3.6.1.2.1.16.4.1.1.4
hostControlLastDeleteTime OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the last entry
         was deleted from the portion of the hostTable
         associated with this hostControlEntry.  If no
         deletions have occurred, this value shall be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControlTable(1) hostControlEntry(1) 4 }

.1.3.6.1.2.1.16.4.1.1.5
hostControlOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControlTable(1) hostControlEntry(1) 5 }

.1.3.6.1.2.1.16.4.1.1.6
hostControlStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this hostControl entry.

         If this object is not equal to valid(1), all associated
         entries in the hostTable, hostTimeTable, and the
         hostTopNTable shall be deleted by the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControlTable(1) hostControlEntry(1) 6 }

.1.3.6.1.2.1.16.4.2
hostTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of host entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) 2 }

.1.3.6.1.2.1.16.4.2.1
hostEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hostIndex, hostAddress }
  DESCRIPTION	"A collection of statistics for a particular host that has
         been discovered on an interface of this device.  For example,
         an instance of the hostOutBroadcastPkts object might be
         named hostOutBroadcastPkts.1.6.8.0.32.27.3.176"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) 1 }

.1.3.6.1.2.1.16.4.2.1.1
hostAddress OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The physical address of this host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 1 }

.1.3.6.1.2.1.16.4.2.1.2
hostCreationOrder OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that defines the relative ordering of
         the creation time of hosts captured for a
         particular hostControlEntry.  This index shall
         be between 1 and N, where N is the value of
         the associated hostControlTableSize.  The ordering
         of the indexes is based on the order of each entry's
         insertion into the table, in which entries added earlier
         have a lower index value than entries added later.

         It is important to note that the order for a
         particular entry may change as an (earlier) entry
         is deleted from the table.  Because this order may
         change, management stations should make use of the
         hostControlLastDeleteTime variable in the
         hostControlEntry associated with the relevant
         portion of the hostTable.  By observing
         this variable, the management station may detect
         the circumstances where a previous association
         between a value of hostCreationOrder
         and a hostEntry may no longer hold."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 2 }

.1.3.6.1.2.1.16.4.2.1.3
hostIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The set of collected host statistics of which
         this entry is a part.  The set of hosts
         identified by a particular value of this
         index is associated with the hostControlEntry
         as identified by the same value of hostControlIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 3 }

.1.3.6.1.2.1.16.4.2.1.4
hostInPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of good packets transmitted to this
         address since it was added to the hostTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 4 }

.1.3.6.1.2.1.16.4.2.1.5
hostOutPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets, including bad packets, transmitted
         by this address since it was added to the hostTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 5 }

.1.3.6.1.2.1.16.4.2.1.6
hostInOctets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted to this address since
         it was added to the hostTable (excluding framing
         bits but including FCS octets), except for those
         octets in bad packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 6 }

.1.3.6.1.2.1.16.4.2.1.7
hostOutOctets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted by this address since
         it was added to the hostTable (excluding framing
         bits but including FCS octets), including those
         octets in bad packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 7 }

.1.3.6.1.2.1.16.4.2.1.8
hostOutErrors OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bad packets transmitted by this address
         since this host was added to the hostTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 8 }

.1.3.6.1.2.1.16.4.2.1.9
hostOutBroadcastPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of good packets transmitted by this
         address that were directed to the broadcast address
         since this host was added to the hostTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 9 }

.1.3.6.1.2.1.16.4.2.1.10
hostOutMulticastPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of good packets transmitted by this
         address that were directed to a multicast address
         since this host was added to the hostTable.
         Note that this number does not include packets
         directed to the broadcast address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTable(2) hostEntry(1) 10 }

.1.3.6.1.2.1.16.4.3
hostTimeTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of time-ordered host table entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) 3 }

.1.3.6.1.2.1.16.4.3.1
hostTimeEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hostTimeIndex, hostTimeCreationOrder }
  DESCRIPTION	"A collection of statistics for a particular host that has
         been discovered on an interface of this device.  This
         collection includes the relative ordering of the creation
         time of this object.  For example, an instance of the
         hostTimeOutBroadcastPkts object might be named
         hostTimeOutBroadcastPkts.1.687"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) 1 }

.1.3.6.1.2.1.16.4.3.1.1
hostTimeAddress OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The physical address of this host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 1 }

.1.3.6.1.2.1.16.4.3.1.2
hostTimeCreationOrder OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in
         the hostTime table among those entries associated
         with the same hostControlEntry.  This index shall
         be between 1 and N, where N is the value of
         the associated hostControlTableSize.  The ordering
         of the indexes is based on the order of each entry's
         insertion into the table, in which entries added earlier
         have a lower index value than entries added later.
         Thus the management station has the ability to
         learn of new entries added to this table without
         downloading the entire table.

         It is important to note that the index for a
         particular entry may change as an (earlier) entry
         is deleted from the table.  Because this order may
         change, management stations should make use of the
         hostControlLastDeleteTime variable in the
         hostControlEntry associated with the relevant
         portion of the hostTimeTable.  By observing
         this variable, the management station may detect
         the circumstances where a download of the table
         may have missed entries, and where a previous
         association between a value of hostTimeCreationOrder
         and a hostTimeEntry may no longer hold."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 2 }

.1.3.6.1.2.1.16.4.3.1.3
hostTimeIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The set of collected host statistics of which
         this entry is a part.  The set of hosts
         identified by a particular value of this
         index is associated with the hostControlEntry
         as identified by the same value of hostControlIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 3 }

.1.3.6.1.2.1.16.4.3.1.4
hostTimeInPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of good packets transmitted to this
         address since it was added to the hostTimeTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 4 }

.1.3.6.1.2.1.16.4.3.1.5
hostTimeOutPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets, including bad packets, transmitted
         by this address since it was added to the hostTimeTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 5 }

.1.3.6.1.2.1.16.4.3.1.6
hostTimeInOctets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted to this address since
         it was added to the hostTimeTable (excluding framing
         bits but including FCS octets), except for those
         octets in bad packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 6 }

.1.3.6.1.2.1.16.4.3.1.7
hostTimeOutOctets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted by this address since
         it was added to the hostTimeTable (excluding framing
         bits but including FCS octets), including those
         octets in bad packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 7 }

.1.3.6.1.2.1.16.4.3.1.8
hostTimeOutErrors OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bad packets transmitted by this address
         since this host was added to the hostTimeTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 8 }

.1.3.6.1.2.1.16.4.3.1.9
hostTimeOutBroadcastPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of good packets transmitted by this
         address that were directed to the broadcast address
         since this host was added to the hostTimeTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 9 }

.1.3.6.1.2.1.16.4.3.1.10
hostTimeOutMulticastPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of good packets transmitted by this
         address that were directed to a multicast address
         since this host was added to the hostTimeTable.
         Note that this number does not include packets directed
         to the broadcast address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostTimeTable(3) hostTimeEntry(1) 10 }

.1.3.6.1.2.1.16.4.4
hostControl2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) 4 }

.1.3.6.1.2.1.16.4.4.1
hostControl2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hostControlEntry }
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControl2Table(4) 1 }

.1.3.6.1.2.1.16.4.4.1.1
hostControlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the
        probe is out of some resources and decides to shed load from
        this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControl2Table(4) hostControl2Entry(1) 1 }

.1.3.6.1.2.1.16.4.4.1.2
hostControlCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated.  This can be used by the management station to
        ensure that the table has not been deleted and recreated
        between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hosts(4) hostControl2Table(4) hostControl2Entry(1) 2 }

.1.3.6.1.2.1.16.5
hostTopN OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 5 }

.1.3.6.1.2.1.16.5.1
hostTopNControlTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of top N host control entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) 1 }

.1.3.6.1.2.1.16.5.1.1
hostTopNControlEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hostTopNControlIndex }
  DESCRIPTION	"A set of parameters that control the creation of a report
         of the top N hosts according to several metrics.  For
         example, an instance of the hostTopNDuration object might
         be named hostTopNDuration.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) 1 }

.1.3.6.1.2.1.16.5.1.1.1
hostTopNControlIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry
         in the hostTopNControl table.  Each such
         entry defines one top N report prepared for
         one interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 1 }

.1.3.6.1.2.1.16.5.1.1.2
hostTopNHostIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The host table for which a top N report will be prepared
         on behalf of this entry.  The host table identified by a
         particular value of this index is associated with the same
         host table as identified by the same value of
         hostIndex.

         This object may not be modified if the associated
         hostTopNStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 2 }

.1.3.6.1.2.1.16.5.1.1.3
hostTopNRateBase OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	INTEGER {hostTopNInPkts(1), hostTopNOutPkts(2), hostTopNInOctets(3), hostTopNOutOctets(4), hostTopNOutErrors(5), hostTopNOutBroadcastPkts(6), hostTopNOutMulticastPkts(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The variable for each host that the hostTopNRate
         variable is based upon.

         This object may not be modified if the associated
         hostTopNStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 3 }

.1.3.6.1.2.1.16.5.1.1.4
hostTopNTimeRemaining OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds left in the report currently being
         collected.  When this object is modified by the management
         station, a new collection is started, possibly aborting
         a currently running report.  The new value is used
         as the requested duration of this report, which is
         loaded into the associated hostTopNDuration object.

         When this object is set to a non-zero value, any
         associated hostTopNEntries shall be made
         inaccessible by the monitor.  While the value of this
         object is non-zero, it decrements by one per second until
         it reaches zero.  During this time, all associated
         hostTopNEntries shall remain inaccessible.  At the time
         that this object decrements to zero, the report is made
         accessible in the hostTopNTable.  Thus, the hostTopN
         table needs to be created only at the end of the collection
         interval."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 4 }

.1.3.6.1.2.1.16.5.1.1.5
hostTopNDuration OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds that this report has collected
         during the last sampling interval, or if this
         report is currently being collected, the number
         of seconds that this report is being collected
         during this sampling interval.

         When the associated hostTopNTimeRemaining object is set,
         this object shall be set by the probe to the same value
         and shall not be modified until the next time
         the hostTopNTimeRemaining is set.

         This value shall be zero if no reports have been
         requested for this hostTopNControlEntry."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 5 }

.1.3.6.1.2.1.16.5.1.1.6
hostTopNRequestedSize OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of hosts requested for the top N
         table.

         When this object is created or modified, the probe
         should set hostTopNGrantedSize as closely to this
         object as is possible for the particular probe
         implementation and available resources."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 6 }

.1.3.6.1.2.1.16.5.1.1.7
hostTopNGrantedSize OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of hosts in the top N table.

         When the associated hostTopNRequestedSize object is
         created or modified, the probe should set this
         object as closely to the requested value as is possible
         for the particular implementation and available
         resources. The probe must not lower this value except
         as a result of a set to the associated
         hostTopNRequestedSize object.

         Hosts with the highest value of hostTopNRate shall be
         placed in this table in decreasing order of this rate
         until there is no more room or until there are no more
         hosts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 7 }

.1.3.6.1.2.1.16.5.1.1.8
hostTopNStartTime OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this top N report was
         last started.  In other words, this is the time that
         the associated hostTopNTimeRemaining object was
         modified to start the requested report."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 8 }

.1.3.6.1.2.1.16.5.1.1.9
hostTopNOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 9 }

.1.3.6.1.2.1.16.5.1.1.10
hostTopNStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this hostTopNControl entry.

         If this object is not equal to valid(1), all associated
         hostTopNEntries shall be deleted by the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNControlTable(1) hostTopNControlEntry(1) 10 }

.1.3.6.1.2.1.16.5.2
hostTopNTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of top N host entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) 2 }

.1.3.6.1.2.1.16.5.2.1
hostTopNEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hostTopNReport, hostTopNIndex }
  DESCRIPTION	"A set of statistics for a host that is part of a top N
         report.  For example, an instance of the hostTopNRate
         object might be named hostTopNRate.3.10"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNTable(2) 1 }

.1.3.6.1.2.1.16.5.2.1.1
hostTopNReport OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the top N report of which
         this entry is a part.  The set of hosts
         identified by a particular value of this
         object is part of the same report as identified
         by the same value of the hostTopNControlIndex object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNTable(2) hostTopNEntry(1) 1 }

.1.3.6.1.2.1.16.5.2.1.2
hostTopNIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in
         the hostTopN table among those in the same report.
         This index is between 1 and N, where N is the
         number of entries in this table.  Increasing values
         of hostTopNIndex shall be assigned to entries with
         decreasing values of hostTopNRate until index N
         is assigned to the entry with the lowest value of
         hostTopNRate or there are no more hostTopNEntries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNTable(2) hostTopNEntry(1) 2 }

.1.3.6.1.2.1.16.5.2.1.3
hostTopNAddress OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The physical address of this host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNTable(2) hostTopNEntry(1) 3 }

.1.3.6.1.2.1.16.5.2.1.4
hostTopNRate OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of change in the selected variable
         during this sampling interval.  The selected
         variable is this host's instance of the object
         selected by hostTopNRateBase."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) hostTopN(5) hostTopNTable(2) hostTopNEntry(1) 4 }

.1.3.6.1.2.1.16.6
matrix OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 6 }

.1.3.6.1.2.1.16.6.1
matrixControlTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of information entries for the
         traffic matrix on each interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) 1 }

.1.3.6.1.2.1.16.6.1.1
matrixControlEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ matrixControlIndex }
  DESCRIPTION	"Information about a traffic matrix on a particular
         interface.  For example, an instance of the
         matrixControlLastDeleteTime object might be named
         matrixControlLastDeleteTime.1"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControlTable(1) 1 }

.1.3.6.1.2.1.16.6.1.1.1
matrixControlIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
         matrixControl table.  Each such entry defines
         a function that discovers conversations on a particular
         interface and places statistics about them in the
         matrixSDTable and the matrixDSTable on behalf of this
         matrixControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControlTable(1) matrixControlEntry(1) 1 }

.1.3.6.1.2.1.16.6.1.1.2
matrixControlDataSource OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the source of
         the data from which this entry creates a traffic matrix.
         This source can be any interface on this device.  In
         order to identify a particular interface, this object
         shall identify the instance of the ifIndex object,
         defined in RFC 2233 [17], for the desired
         interface.  For example, if an entry were to receive data
         from interface #1, this object would be set to ifIndex.1.

         The statistics in this group reflect all packets
         on the local network segment attached to the identified
         interface.

         An agent may or may not be able to tell if fundamental
         changes to the media of the interface have occurred and
         necessitate an invalidation of this entry.  For example, a
         hot-pluggable ethernet card could be pulled out and replaced
         by a token-ring card.  In such a case, if the agent has such
         knowledge of the change, it is recommended that it
         invalidate this entry.

         This object may not be modified if the associated
         matrixControlStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControlTable(1) matrixControlEntry(1) 2 }

.1.3.6.1.2.1.16.6.1.1.3
matrixControlTableSize OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of matrixSDEntries in the matrixSDTable
         for this interface.  This must also be the value of
         the number of entries in the matrixDSTable for this
         interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControlTable(1) matrixControlEntry(1) 3 }

.1.3.6.1.2.1.16.6.1.1.4
matrixControlLastDeleteTime OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the last entry
         was deleted from the portion of the matrixSDTable
         or matrixDSTable associated with this matrixControlEntry.
         If no deletions have occurred, this value shall be
         zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControlTable(1) matrixControlEntry(1) 4 }

.1.3.6.1.2.1.16.6.1.1.5
matrixControlOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControlTable(1) matrixControlEntry(1) 5 }

.1.3.6.1.2.1.16.6.1.1.6
matrixControlStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this matrixControl entry.

         If this object is not equal to valid(1), all associated
         entries in the matrixSDTable and the matrixDSTable
         shall be deleted by the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControlTable(1) matrixControlEntry(1) 6 }

.1.3.6.1.2.1.16.6.2
matrixSDTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of traffic matrix entries indexed by
         source and destination MAC address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) 2 }

.1.3.6.1.2.1.16.6.2.1
matrixSDEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ matrixSDIndex, matrixSDSourceAddress, matrixSDDestAddress }
  DESCRIPTION	"A collection of statistics for communications between
         two addresses on a particular interface.  For example,
         an instance of the matrixSDPkts object might be named
         matrixSDPkts.1.6.8.0.32.27.3.176.6.8.0.32.10.8.113"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixSDTable(2) 1 }

.1.3.6.1.2.1.16.6.2.1.1
matrixSDSourceAddress OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source physical address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixSDTable(2) matrixSDEntry(1) 1 }

.1.3.6.1.2.1.16.6.2.1.2
matrixSDDestAddress OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The destination physical address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixSDTable(2) matrixSDEntry(1) 2 }

.1.3.6.1.2.1.16.6.2.1.3
matrixSDIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The set of collected matrix statistics of which
         this entry is a part.  The set of matrix statistics
         identified by a particular value of this index
         is associated with the same matrixControlEntry
         as identified by the same value of matrixControlIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixSDTable(2) matrixSDEntry(1) 3 }

.1.3.6.1.2.1.16.6.2.1.4
matrixSDPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets transmitted from the source
         address to the destination address (this number includes
         bad packets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixSDTable(2) matrixSDEntry(1) 4 }

.1.3.6.1.2.1.16.6.2.1.5
matrixSDOctets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets (excluding framing bits but
         including FCS octets) contained in all packets
         transmitted from the source address to the
         destination address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixSDTable(2) matrixSDEntry(1) 5 }

.1.3.6.1.2.1.16.6.2.1.6
matrixSDErrors OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bad packets transmitted from
         the source address to the destination address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixSDTable(2) matrixSDEntry(1) 6 }

.1.3.6.1.2.1.16.6.3
matrixDSTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of traffic matrix entries indexed by
         destination and source MAC address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) 3 }

.1.3.6.1.2.1.16.6.3.1
matrixDSEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ matrixDSIndex, matrixDSDestAddress, matrixDSSourceAddress }
  DESCRIPTION	"A collection of statistics for communications between
         two addresses on a particular interface.  For example,
         an instance of the matrixSDPkts object might be named
         matrixSDPkts.1.6.8.0.32.10.8.113.6.8.0.32.27.3.176"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixDSTable(3) 1 }

.1.3.6.1.2.1.16.6.3.1.1
matrixDSSourceAddress OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source physical address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixDSTable(3) matrixDSEntry(1) 1 }

.1.3.6.1.2.1.16.6.3.1.2
matrixDSDestAddress OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The destination physical address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixDSTable(3) matrixDSEntry(1) 2 }

.1.3.6.1.2.1.16.6.3.1.3
matrixDSIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The set of collected matrix statistics of which
         this entry is a part.  The set of matrix statistics
         identified by a particular value of this index
         is associated with the same matrixControlEntry
         as identified by the same value of matrixControlIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixDSTable(3) matrixDSEntry(1) 3 }

.1.3.6.1.2.1.16.6.3.1.4
matrixDSPkts OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets transmitted from the source
         address to the destination address (this number includes
         bad packets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixDSTable(3) matrixDSEntry(1) 4 }

.1.3.6.1.2.1.16.6.3.1.5
matrixDSOctets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets (excluding framing bits
         but including FCS octets) contained in all packets
         transmitted from the source address to the
         destination address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixDSTable(3) matrixDSEntry(1) 5 }

.1.3.6.1.2.1.16.6.3.1.6
matrixDSErrors OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bad packets transmitted from
         the source address to the destination address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixDSTable(3) matrixDSEntry(1) 6 }

.1.3.6.1.2.1.16.6.4
matrixControl2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) 4 }

.1.3.6.1.2.1.16.6.4.1
matrixControl2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ matrixControlEntry }
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControl2Table(4) 1 }

.1.3.6.1.2.1.16.6.4.1.1
matrixControlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the
        probe is out of some resources and decides to shed load from
        this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControl2Table(4) matrixControl2Entry(1) 1 }

.1.3.6.1.2.1.16.6.4.1.2
matrixControlCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated.  This can be used by the management station to
        ensure that the table has not been deleted and recreated
        between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) matrix(6) matrixControl2Table(4) matrixControl2Entry(1) 2 }

.1.3.6.1.2.1.16.7
filter OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 7 }

.1.3.6.1.2.1.16.7.1
filterTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of packet filter entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) 1 }

.1.3.6.1.2.1.16.7.1.1
filterEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ filterIndex }
  DESCRIPTION	"A set of parameters for a packet filter applied on a
         particular interface.  As an example, an instance of the
         filterPktData object might be named filterPktData.12"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) 1 }

.1.3.6.1.2.1.16.7.1.1.1
filterIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry
         in the filter table.  Each such entry defines
         one filter that is to be applied to every packet
         received on an interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 1 }

.1.3.6.1.2.1.16.7.1.1.2
filterChannelIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the channel of which this filter
         is a part.  The filters identified by a particular value
         of this object are associated with the same channel as
         identified by the same value of the channelIndex object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 2 }

.1.3.6.1.2.1.16.7.1.1.3
filterPktDataOffset OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The offset from the beginning of each packet where
         a match of packet data will be attempted.  This offset
         is measured from the point in the physical layer
         packet after the framing bits, if any.  For example,
         in an Ethernet frame, this point is at the beginning of
         the destination MAC address.

         This object may not be modified if the associated
         filterStatus object is equal to valid(1)."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 3 }

.1.3.6.1.2.1.16.7.1.1.4
filterPktData OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The data that is to be matched with the input packet.
         For each packet received, this filter and the accompanying
         filterPktDataMask and filterPktDataNotMask will be
         adjusted for the offset.  The only bits relevant to this
         match algorithm are those that have the corresponding
         filterPktDataMask bit equal to one.  The following three
         rules are then applied to every packet:

         (1) If the packet is too short and does not have data
             corresponding to part of the filterPktData, the packet
             will fail this data match.

         (2) For each relevant bit from the packet with the
             corresponding filterPktDataNotMask bit set to zero, if
             the bit from the packet is not equal to the corresponding
             bit from the filterPktData, then the packet will fail
             this data match.

         (3) If for every relevant bit from the packet with the
             corresponding filterPktDataNotMask bit set to one, the
             bit from the packet is equal to the corresponding bit
             from the filterPktData, then the packet will fail this
             data match.

         Any packets that have not failed any of the three matches
         above have passed this data match.  In particular, a zero
         length filter will match any packet.

         This object may not be modified if the associated
         filterStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 4 }

.1.3.6.1.2.1.16.7.1.1.5
filterPktDataMask OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask that is applied to the match process.
         After adjusting this mask for the offset, only those
         bits in the received packet that correspond to bits set
         in this mask are relevant for further processing by the
         match algorithm.  The offset is applied to filterPktDataMask
         in the same way it is applied to the filter.  For the
         purposes of the matching algorithm, if the associated
         filterPktData object is longer than this mask, this mask is
         conceptually extended with '1' bits until it reaches the
         length of the filterPktData object.

         This object may not be modified if the associated
         filterStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 5 }

.1.3.6.1.2.1.16.7.1.1.6
filterPktDataNotMask OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The inversion mask that is applied to the match
         process.  After adjusting this mask for the offset,
         those relevant bits in the received packet that correspond
         to bits cleared in this mask must all be equal to their
         corresponding bits in the filterPktData object for the packet
         to be accepted.  In addition, at least one of those relevant
         bits in the received packet that correspond to bits set in
         this mask must be different to its corresponding bit in the
         filterPktData object.

         For the purposes of the matching algorithm, if the associated
         filterPktData object is longer than this mask, this mask is
         conceptually extended with '0' bits until it reaches the
         length of the filterPktData object.

         This object may not be modified if the associated
         filterStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 6 }

.1.3.6.1.2.1.16.7.1.1.7
filterPktStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status that is to be matched with the input packet.
         The only bits relevant to this match algorithm are those that
         have the corresponding filterPktStatusMask bit equal to one.
         The following two rules are then applied to every packet:

         (1) For each relevant bit from the packet status with the
             corresponding filterPktStatusNotMask bit set to zero, if
             the bit from the packet status is not equal to the
             corresponding bit from the filterPktStatus, then the
             packet will fail this status match.

         (2) If for every relevant bit from the packet status with the
             corresponding filterPktStatusNotMask bit set to one, the
             bit from the packet status is equal to the corresponding
             bit from the filterPktStatus, then the packet will fail
             this status match.

         Any packets that have not failed either of the two matches
         above have passed this status match.  In particular, a zero
         length status filter will match any packet's status.

         The value of the packet status is a sum.  This sum
         initially takes the value zero.  Then, for each
         error, E, that has been discovered in this packet,
         2 raised to a value representing E is added to the sum.
         The errors and the bits that represent them are dependent
         on the media type of the interface that this channel
         is receiving packets from.

         The errors defined for a packet captured off of an
         Ethernet interface are as follows:

             bit #    Error
                 0    Packet is longer than 1518 octets
                 1    Packet is shorter than 64 octets
                 2    Packet experienced a CRC or Alignment error

         For example, an Ethernet fragment would have a
         value of 6 (2^1 + 2^2).

         As this MIB is expanded to new media types, this object
         will have other media-specific errors defined.

         For the purposes of this status matching algorithm, if the
         packet status is longer than this filterPktStatus object,
         this object is conceptually extended with '0' bits until it
         reaches the size of the packet status.

         This object may not be modified if the associated
         filterStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 7 }

.1.3.6.1.2.1.16.7.1.1.8
filterPktStatusMask OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask that is applied to the status match process.
         Only those bits in the received packet that correspond to
         bits set in this mask are relevant for further processing
         by the status match algorithm.  For the purposes
         of the matching algorithm, if the associated filterPktStatus
         object is longer than this mask, this mask is conceptually
         extended with '1' bits until it reaches the size of the
         filterPktStatus.  In addition, if a packet status is longer
         than this mask, this mask is conceptually extended with '0'
         bits until it reaches the size of the packet status.

         This object may not be modified if the associated
         filterStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 8 }

.1.3.6.1.2.1.16.7.1.1.9
filterPktStatusNotMask OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The inversion mask that is applied to the status match
         process.  Those relevant bits in the received packet status
         that correspond to bits cleared in this mask must all be
         equal to their corresponding bits in the filterPktStatus
         object for the packet to be accepted.  In addition, at least
         one of those relevant bits in the received packet status
         that correspond to bits set in this mask must be different
         to its corresponding bit in the filterPktStatus object for
         the packet to be accepted.

         For the purposes of the matching algorithm, if the associated
         filterPktStatus object or a packet status is longer than this
         mask, this mask is conceptually extended with '0' bits until
         it reaches the longer of the lengths of the filterPktStatus
         object and the packet status.

         This object may not be modified if the associated
         filterStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 9 }

.1.3.6.1.2.1.16.7.1.1.10
filterOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 10 }

.1.3.6.1.2.1.16.7.1.1.11
filterStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this filter entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filterTable(1) filterEntry(1) 11 }

.1.3.6.1.2.1.16.7.2
channelTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of packet channel entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) 2 }

.1.3.6.1.2.1.16.7.2.1
channelEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ channelIndex }
  DESCRIPTION	"A set of parameters for a packet channel applied on a
         particular interface.  As an example, an instance of the
         channelMatches object might be named channelMatches.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) 1 }

.1.3.6.1.2.1.16.7.2.1.1
channelIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the channel
         table.  Each such entry defines one channel, a logical
         data and event stream.

         It is suggested that before creating a channel, an
         application should scan all instances of the
         filterChannelIndex object to make sure that there are no
         pre-existing filters that would be inadvertently be linked
         to the channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 1 }

.1.3.6.1.2.1.16.7.2.1.2
channelIfIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object uniquely identifies the
         interface on this remote network monitoring device to which
         the associated filters are applied to allow data into this
         channel.  The interface identified by a particular value
         of this object is the same interface as identified by the
         same value of the ifIndex object, defined in RFC 2233 [17].

         The filters in this group are applied to all packets on
         the local network segment attached to the identified
         interface.

         An agent may or may not be able to tell if fundamental
         changes to the media of the interface have occurred and
         necessitate an invalidation of this entry.  For example, a
         hot-pluggable ethernet card could be pulled out and replaced
         by a token-ring card.  In such a case, if the agent has such
         knowledge of the change, it is recommended that it
         invalidate this entry.

         This object may not be modified if the associated
         channelStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 2 }

.1.3.6.1.2.1.16.7.2.1.3
channelAcceptType OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	INTEGER {acceptMatched(1), acceptFailed(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the action of the filters
         associated with this channel.  If this object is equal
         to acceptMatched(1), packets will be accepted to this
         channel if they are accepted by both the packet data and
         packet status matches of an associated filter.  If
         this object is equal to acceptFailed(2), packets will
         be accepted to this channel only if they fail either
         the packet data match or the packet status match of
         each of the associated filters.

         In particular, a channel with no associated filters will
         match no packets if set to acceptMatched(1) case and will
         match all packets in the acceptFailed(2) case.

         This object may not be modified if the associated
         channelStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 3 }

.1.3.6.1.2.1.16.7.2.1.4
channelDataControl OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the flow of data through this channel.
         If this object is on(1), data, status and events flow
         through this channel.  If this object is off(2), data,
         status and events will not flow through this channel."
  DEFVAL	{ off }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 4 }

.1.3.6.1.2.1.16.7.2.1.5
channelTurnOnEventIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object identifies the event
         that is configured to turn the associated
         channelDataControl from off to on when the event is
         generated.  The event identified by a particular value
         of this object is the same event as identified by the
         same value of the eventIndex object.  If there is no
         corresponding entry in the eventTable, then no
         association exists.  In fact, if no event is intended
         for this channel, channelTurnOnEventIndex must be
         set to zero, a non-existent event index.

         This object may not be modified if the associated
         channelStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 5 }

.1.3.6.1.2.1.16.7.2.1.6
channelTurnOffEventIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object identifies the event
         that is configured to turn the associated
         channelDataControl from on to off when the event is
         generated.  The event identified by a particular value
         of this object is the same event as identified by the
         same value of the eventIndex object.  If there is no
         corresponding entry in the eventTable, then no
         association exists.  In fact, if no event is intended
         for this channel, channelTurnOffEventIndex must be
         set to zero, a non-existent event index.

         This object may not be modified if the associated
         channelStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 6 }

.1.3.6.1.2.1.16.7.2.1.7
channelEventIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object identifies the event
         that is configured to be generated when the
         associated channelDataControl is on and a packet
         is matched.  The event identified by a particular value
         of this object is the same event as identified by the
         same value of the eventIndex object.  If there is no
         corresponding entry in the eventTable, then no
         association exists.  In fact, if no event is intended
         for this channel, channelEventIndex must be
         set to zero, a non-existent event index.

         This object may not be modified if the associated
         channelStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 7 }

.1.3.6.1.2.1.16.7.2.1.8
channelEventStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	INTEGER {eventReady(1), eventFired(2), eventAlwaysReady(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The event status of this channel.

         If this channel is configured to generate events
         when packets are matched, a means of controlling
         the flow of those events is often needed.  When
         this object is equal to eventReady(1), a single
         event may be generated, after which this object
         will be set by the probe to eventFired(2).  While
         in the eventFired(2) state, no events will be
         generated until the object is modified to
         eventReady(1) (or eventAlwaysReady(3)).  The
         management station can thus easily respond to a
         notification of an event by re-enabling this object.

         If the management station wishes to disable this
         flow control and allow events to be generated
         at will, this object may be set to
         eventAlwaysReady(3).  Disabling the flow control
         is discouraged as it can result in high network
         traffic or other performance problems."
  DEFVAL	{ eventReady }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 8 }

.1.3.6.1.2.1.16.7.2.1.9
channelMatches OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this channel has matched a packet.
         Note that this object is updated even when
         channelDataControl is set to off."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 9 }

.1.3.6.1.2.1.16.7.2.1.10
channelDescription OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..127) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A comment describing this channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 10 }

.1.3.6.1.2.1.16.7.2.1.11
channelOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 11 }

.1.3.6.1.2.1.16.7.2.1.12
channelStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this channel entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channelTable(2) channelEntry(1) 12 }

.1.3.6.1.2.1.16.7.3
channel2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) 3 }

.1.3.6.1.2.1.16.7.3.1
channel2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ channelEntry }
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channel2Table(3) 1 }

.1.3.6.1.2.1.16.7.3.1.1
channelDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the
        probe is out of some resources and decides to shed load from
        this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channel2Table(3) channel2Entry(1) 1 }

.1.3.6.1.2.1.16.7.3.1.2
channelCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated.  This can be used by the management station to
        ensure that the table has not been deleted and recreated
        between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) channel2Table(3) channel2Entry(1) 2 }

.1.3.6.1.2.1.16.7.4
filter2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Provides a variable-length packet filter feature to the
        RMON-1 filter table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) 4 }

.1.3.6.1.2.1.16.7.4.1
filter2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ filterEntry }
  DESCRIPTION	"Provides a variable-length packet filter feature to the
        RMON-1 filter table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filter2Table(4) 1 }

.1.3.6.1.2.1.16.7.4.1.1
filterProtocolDirDataLocalIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When this object is set to a non-zero value, the filter that
        it is associated with performs the following operations on
        every packet:

        1) If the packet doesn't match the protocol directory entry
           identified by this object, discard the packet and exit
           (i.e., discard the packet if it is not of the identified
           protocol).
        2) If the associated filterProtocolDirLocalIndex is non-zero
           and the packet doesn't match the protocol directory
           entry identified by that object, discard the packet and
           exit.
        3) If the packet matches, perform the regular filter
           algorithm as if the beginning of this named protocol is
           the beginning of the packet, potentially applying the
           filterOffset value to move further into the packet."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filter2Table(4) filter2Entry(1) 1 }

.1.3.6.1.2.1.16.7.4.1.2
filterProtocolDirLocalIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When this object is set to a non-zero value, the filter that
        it is associated with will discard the packet if the packet
        doesn't match this protocol directory entry."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) filter(7) filter2Table(4) filter2Entry(1) 2 }

.1.3.6.1.2.1.16.8
capture OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 8 }

.1.3.6.1.2.1.16.8.1
bufferControlTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of buffers control entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) 1 }

.1.3.6.1.2.1.16.8.1.1
bufferControlEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ bufferControlIndex }
  DESCRIPTION	"A set of parameters that control the collection of a stream
         of packets that have matched filters.  As an example, an
         instance of the bufferControlCaptureSliceSize object might
         be named bufferControlCaptureSliceSize.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) 1 }

.1.3.6.1.2.1.16.8.1.1.1
bufferControlIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry
         in the bufferControl table.  The value of this
         index shall never be zero.  Each such
         entry defines one set of packets that is
         captured and controlled by one or more filters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 1 }

.1.3.6.1.2.1.16.8.1.1.2
bufferControlChannelIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An index that identifies the channel that is the
         source of packets for this bufferControl table.
         The channel identified by a particular value of this
         index is the same as identified by the same value of
         the channelIndex object.

         This object may not be modified if the associated
         bufferControlStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 2 }

.1.3.6.1.2.1.16.8.1.1.3
bufferControlFullStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	INTEGER {spaceAvailable(1), full(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object shows whether the buffer has room to
         accept new packets or if it is full.

         If the status is spaceAvailable(1), the buffer is
         accepting new packets normally.  If the status is
         full(2) and the associated bufferControlFullAction
         object is wrapWhenFull, the buffer is accepting new
         packets by deleting enough of the oldest packets
         to make room for new ones as they arrive.  Otherwise,
         if the status is full(2) and the
         bufferControlFullAction object is lockWhenFull,
         then the buffer has stopped collecting packets.

         When this object is set to full(2) the probe must
         not later set it to spaceAvailable(1) except in the
         case of a significant gain in resources such as
         an increase of bufferControlOctetsGranted.  In
         particular, the wrap-mode action of deleting old
         packets to make room for newly arrived packets
         must not affect the value of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 3 }

.1.3.6.1.2.1.16.8.1.1.4
bufferControlFullAction OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	INTEGER {lockWhenFull(1), wrapWhenFull(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Controls the action of the buffer when it
         reaches the full status.  When in the lockWhenFull(1)
         state and a packet is added to the buffer that
         fills the buffer, the bufferControlFullStatus will
         be set to full(2) and this buffer will stop capturing
         packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 4 }

.1.3.6.1.2.1.16.8.1.1.5
bufferControlCaptureSliceSize OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of octets of each packet
         that will be saved in this capture buffer.
         For example, if a 1500 octet packet is received by
         the probe and this object is set to 500, then only
         500 octets of the packet will be stored in the
         associated capture buffer.  If this variable is set
         to 0, the capture buffer will save as many octets
         as is possible.

         This object may not be modified if the associated
         bufferControlStatus object is equal to valid(1)."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 5 }

.1.3.6.1.2.1.16.8.1.1.6
bufferControlDownloadSliceSize OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of octets of each packet
         in this capture buffer that will be returned in
         an SNMP retrieval of that packet.  For example,
         if 500 octets of a packet have been stored in the
         associated capture buffer, the associated
         bufferControlDownloadOffset is 0, and this
         object is set to 100, then the captureBufferPacket
         object that contains the packet will contain only
         the first 100 octets of the packet.

         A prudent manager will take into account possible
         interoperability or fragmentation problems that may
         occur if the download slice size is set too large.
         In particular, conformant SNMP implementations are not
         required to accept messages whose length exceeds 484
         octets, although they are encouraged to support larger
         datagrams whenever feasible."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 6 }

.1.3.6.1.2.1.16.8.1.1.7
bufferControlDownloadOffset OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The offset of the first octet of each packet
         in this capture buffer that will be returned in
         an SNMP retrieval of that packet.  For example,
         if 500 octets of a packet have been stored in the
         associated capture buffer and this object is set to
         100, then the captureBufferPacket object that
         contains the packet will contain bytes starting
         100 octets into the packet."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 7 }

.1.3.6.1.2.1.16.8.1.1.8
bufferControlMaxOctetsRequested OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The requested maximum number of octets to be
         saved in this captureBuffer, including any
         implementation-specific overhead. If this variable
         is set to -1, the capture buffer will save as many
         octets as is possible.

         When this object is created or modified, the probe
         should set bufferControlMaxOctetsGranted as closely
         to this object as is possible for the particular probe
         implementation and available resources.  However, if
         the object has the special value of -1, the probe
         must set bufferControlMaxOctetsGranted to -1."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 8 }

.1.3.6.1.2.1.16.8.1.1.9
bufferControlMaxOctetsGranted OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of octets that can be
         saved in this captureBuffer, including overhead.
         If this variable is -1, the capture buffer will save
         as many octets as possible.

         When the bufferControlMaxOctetsRequested object is
         created or modified, the probe should set this object
         as closely to the requested value as is possible for the
         particular probe implementation and available resources.
         However, if the request object has the special value
         of -1, the probe must set this object to -1.

         The probe must not lower this value except as a result of
         a modification to the associated
         bufferControlMaxOctetsRequested object.

         When this maximum number of octets is reached
         and a new packet is to be added to this
         capture buffer and the corresponding
         bufferControlFullAction is set to wrapWhenFull(2),
         enough of the oldest packets associated with this
         capture buffer shall be deleted by the agent so
         that the new packet can be added.  If the corresponding
         bufferControlFullAction is set to lockWhenFull(1),
         the new packet shall be discarded.  In either case,
         the probe must set bufferControlFullStatus to
         full(2).

         When the value of this object changes to a value less
         than the current value, entries are deleted from
         the captureBufferTable associated with this
         bufferControlEntry.  Enough of the
         oldest of these captureBufferEntries shall be
         deleted by the agent so that the number of octets
         used remains less than or equal to the new value of
         this object.

         When the value of this object changes to a value greater
         than the current value, the number of associated
         captureBufferEntries may be allowed to grow."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 9 }

.1.3.6.1.2.1.16.8.1.1.10
bufferControlCapturedPackets OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets currently in this captureBuffer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 10 }

.1.3.6.1.2.1.16.8.1.1.11
bufferControlTurnOnTime OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this capture buffer was
         first turned on."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 11 }

.1.3.6.1.2.1.16.8.1.1.12
bufferControlOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 12 }

.1.3.6.1.2.1.16.8.1.1.13
bufferControlStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this buffer Control Entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) bufferControlTable(1) bufferControlEntry(1) 13 }

.1.3.6.1.2.1.16.8.2
captureBufferTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of packets captured off of a channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) 2 }

.1.3.6.1.2.1.16.8.2.1
captureBufferEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ captureBufferControlIndex, captureBufferIndex }
  DESCRIPTION	"A packet captured off of an attached network.  As an
         example, an instance of the captureBufferPacketData
         object might be named captureBufferPacketData.3.1783"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) captureBufferTable(2) 1 }

.1.3.6.1.2.1.16.8.2.1.1
captureBufferControlIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the bufferControlEntry with which
         this packet is associated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) captureBufferTable(2) captureBufferEntry(1) 1 }

.1.3.6.1.2.1.16.8.2.1.2
captureBufferIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry
         in the captureBuffer table associated with a
         particular bufferControlEntry.  This index will
         start at 1 and increase by one for each new packet
         added with the same captureBufferControlIndex.

         Should this value reach 2147483647, the next packet
         added with the same captureBufferControlIndex shall
         cause this value to wrap around to 1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) captureBufferTable(2) captureBufferEntry(1) 2 }

.1.3.6.1.2.1.16.8.2.1.3
captureBufferPacketID OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that describes the order of packets
         that are received on a particular interface.
         The packetID of a packet captured on an
         interface is defined to be greater than the
         packetID's of all packets captured previously on
         the same interface.  As the captureBufferPacketID
         object has a maximum positive value of 2^31 - 1,
         any captureBufferPacketID object shall have the
         value of the associated packet's packetID mod 2^31."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) captureBufferTable(2) captureBufferEntry(1) 3 }

.1.3.6.1.2.1.16.8.2.1.4
captureBufferPacketData OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The data inside the packet, starting at the beginning
         of the packet plus any offset specified in the
         associated bufferControlDownloadOffset, including any
         link level headers.  The length of the data in this object
         is the minimum of the length of the captured packet minus
         the offset, the length of the associated
         bufferControlCaptureSliceSize minus the offset, and the
         associated bufferControlDownloadSliceSize.  If this minimum
         is less than zero, this object shall have a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) captureBufferTable(2) captureBufferEntry(1) 4 }

.1.3.6.1.2.1.16.8.2.1.5
captureBufferPacketLength OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The actual length (off the wire) of the packet stored
         in this entry, including FCS octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) captureBufferTable(2) captureBufferEntry(1) 5 }

.1.3.6.1.2.1.16.8.2.1.6
captureBufferPacketTime OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of milliseconds that had passed since
         this capture buffer was first turned on when this
         packet was captured."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) captureBufferTable(2) captureBufferEntry(1) 6 }

.1.3.6.1.2.1.16.8.2.1.7
captureBufferPacketStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value which indicates the error status of this packet.

         The value of this object is defined in the same way as
         filterPktStatus.  The value is a sum.  This sum
         initially takes the value zero.  Then, for each
         error, E, that has been discovered in this packet,
         2 raised to a value representing E is added to the sum.

         The errors defined for a packet captured off of an
         Ethernet interface are as follows:

             bit #    Error
                 0    Packet is longer than 1518 octets
                 1    Packet is shorter than 64 octets
                 2    Packet experienced a CRC or Alignment error
                 3    First packet in this capture buffer after
                      it was detected that some packets were
                      not processed correctly.
                 4    Packet's order in buffer is only approximate
                      (May only be set for packets sent from
                      the probe)

         For example, an Ethernet fragment would have a
         value of 6 (2^1 + 2^2).

         As this MIB is expanded to new media types, this object
         will have other media-specific errors defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) capture(8) captureBufferTable(2) captureBufferEntry(1) 7 }

.1.3.6.1.2.1.16.9
event OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 9 }

.1.3.6.1.2.1.16.9.1
eventTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of events to be generated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) 1 }

.1.3.6.1.2.1.16.9.1.1
eventEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ eventIndex }
  DESCRIPTION	"A set of parameters that describe an event to be generated
         when certain conditions are met.  As an example, an instance
         of the eventLastTimeSent object might be named
         eventLastTimeSent.6"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) eventTable(1) 1 }

.1.3.6.1.2.1.16.9.1.1.1
eventIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
         event table.  Each such entry defines one event that
         is to be generated when the appropriate conditions
         occur."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) eventTable(1) eventEntry(1) 1 }

.1.3.6.1.2.1.16.9.1.1.2
eventDescription OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..127) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A comment describing this event entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) eventTable(1) eventEntry(1) 2 }

.1.3.6.1.2.1.16.9.1.1.3
eventType OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	INTEGER {none(1), log(2), snmptrap(3), logandtrap(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of notification that the probe will make
         about this event.  In the case of log, an entry is
         made in the log table for each event.  In the case of
         snmp-trap, an SNMP trap is sent to one or more
         management stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) eventTable(1) eventEntry(1) 3 }

.1.3.6.1.2.1.16.9.1.1.4
eventCommunity OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If an SNMP trap is to be sent, it will be sent to
         the SNMP community specified by this octet string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) eventTable(1) eventEntry(1) 4 }

.1.3.6.1.2.1.16.9.1.1.5
eventLastTimeSent OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this event
         entry last generated an event.  If this entry has
         not generated any events, this value will be
         zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) eventTable(1) eventEntry(1) 5 }

.1.3.6.1.2.1.16.9.1.1.6
eventOwner OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
         using the resources assigned to it.

         If this object contains a string starting with 'monitor'
         and has associated entries in the log table, all connected
         management stations should retrieve those log entries,
         as they may have significance to all management stations
         connected to this device"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) eventTable(1) eventEntry(1) 6 }

.1.3.6.1.2.1.16.9.1.1.7
eventStatus OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this event entry.

         If this object is not equal to valid(1), all associated
         log entries shall be deleted by the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) eventTable(1) eventEntry(1) 7 }

.1.3.6.1.2.1.16.9.2
logTable OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of events that have been logged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) 2 }

.1.3.6.1.2.1.16.9.2.1
logEntry OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ logEventIndex, logIndex }
  DESCRIPTION	"A set of data describing an event that has been
         logged.  For example, an instance of the logDescription
         object might be named logDescription.6.47"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) logTable(2) 1 }

.1.3.6.1.2.1.16.9.2.1.1
logEventIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The event entry that generated this log
         entry.  The log identified by a particular
         value of this index is associated with the same
         eventEntry as identified by the same value
         of eventIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) logTable(2) logEntry(1) 1 }

.1.3.6.1.2.1.16.9.2.1.2
logIndex OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry
         in the log table amongst those generated by the
         same eventEntries.  These indexes are
         assigned beginning with 1 and increase by one
         with each new log entry.  The association
         between values of logIndex and logEntries
         is fixed for the lifetime of each logEntry.
         The agent may choose to delete the oldest
         instances of logEntry as required because of
         lack of memory.  It is an implementation-specific
         matter as to when this deletion may occur."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) logTable(2) logEntry(1) 2 }

.1.3.6.1.2.1.16.9.2.1.3
logTime OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this log entry was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) logTable(2) logEntry(1) 3 }

.1.3.6.1.2.1.16.9.2.1.4
logDescription OBJECT-TYPE
  -- FROM	RMON-MIB, RFC1271-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An implementation dependent description of the
         event that activated this log entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) event(9) logTable(2) logEntry(1) 4 }

.1.3.6.1.2.1.16.10
tokenRing OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 10 }

.1.3.6.1.2.1.16.10.1
ringStationControlTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of ringStation table control entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) 1 }

.1.3.6.1.2.1.16.10.1.1
ringStationControlEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ringStationControlIfIndex }
  DESCRIPTION	"A list of parameters that set up the discovery of
                      stations on a particular interface and the
                      collection of statistics about these stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) 1 }

.1.3.6.1.2.1.16.10.1.1.1
ringStationControlIfIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object uniquely identifies the
                      interface on this remote network monitoring device
                      from which ringStation data is collected.  The
                      interface identified by a particular value of this
                      object is the same interface as identified by the
                      same value of the ifIndex object, defined in MIB-
                      II [3]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 1 }

.1.3.6.1.2.1.16.10.1.1.2
ringStationControlTableSize OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of ringStationEntries in the
                      ringStationTable associated with this
                      ringStationControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 2 }

.1.3.6.1.2.1.16.10.1.1.3
ringStationControlActiveStations OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of active ringStationEntries in the
                      ringStationTable associated with this
                      ringStationControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 3 }

.1.3.6.1.2.1.16.10.1.1.4
ringStationControlRingState OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER {normalOperation(1), ringPurgeState(2), claimTokenState(3), beaconFrameStreamingState(4), beaconBitStreamingState(5), beaconRingSignalLossState(6), beaconSetRecoveryModeState(7)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The current status of this ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 4 }

.1.3.6.1.2.1.16.10.1.1.5
ringStationControlBeaconSender OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The address of the sender of the last beacon
                      frame received by the probe on this ring.  If no
                      beacon frames have been received, this object
                      shall be equal to six octets of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 5 }

.1.3.6.1.2.1.16.10.1.1.6
ringStationControlBeaconNAUN OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The address of the NAUN in the last beacon frame
                      received by the probe on this ring.  If no beacon
                      frames have been received, this object shall be
                      equal to six octets of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 6 }

.1.3.6.1.2.1.16.10.1.1.7
ringStationControlActiveMonitor OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The address of the Active Monitor on this
                      segment.  If this address is unknown, this object
                      shall be equal to six octets of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 7 }

.1.3.6.1.2.1.16.10.1.1.8
ringStationControlOrderChanges OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of add and delete events in the
                      ringStationOrderTable optionally associated with
                      this ringStationControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 8 }

.1.3.6.1.2.1.16.10.1.1.9
ringStationControlOwner OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The entity that configured this entry and is
                      therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 9 }

.1.3.6.1.2.1.16.10.1.1.10
ringStationControlStatus OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The status of this ringStationControl entry.

                      If this object is not equal to valid(1), all
                      associated entries in the ringStationTable shall
                      be deleted by the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControlTable(1) ringStationControlEntry(1) 10 }

.1.3.6.1.2.1.16.10.2
ringStationTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of ring station entries.  An entry will
                      exist for each station that is now or has
                      previously been detected as physically present on
                      this ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) 2 }

.1.3.6.1.2.1.16.10.2.1
ringStationEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ringStationIfIndex, ringStationMacAddress }
  DESCRIPTION	"A collection of statistics for a particular
                      station that has been discovered on a ring
                      monitored by this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) 1 }

.1.3.6.1.2.1.16.10.2.1.1
ringStationIfIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object uniquely identifies the
                      interface on this remote network monitoring device
                      on which this station was detected.  The interface
                      identified by a particular value of this object is
                      the same interface as identified by the same value
                      of the ifIndex object, defined in MIB-II [3]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 1 }

.1.3.6.1.2.1.16.10.2.1.2
ringStationMacAddress OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The physical address of this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 2 }

.1.3.6.1.2.1.16.10.2.1.3
ringStationLastNAUN OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The physical address of last known NAUN of this
                      station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 3 }

.1.3.6.1.2.1.16.10.2.1.4
ringStationStationStatus OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER {active(1), inactive(2), forcedRemoval(3)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The status of this station on the ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 4 }

.1.3.6.1.2.1.16.10.2.1.5
ringStationLastEnterTime OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of sysUpTime at the time this station
                      last entered the ring.  If the time is unknown,
                      this value shall be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 5 }

.1.3.6.1.2.1.16.10.2.1.6
ringStationLastExitTime OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of sysUpTime at the time the probe
                      detected that this station last exited the ring.
                      If the time is unknown, this value shall be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 6 }

.1.3.6.1.2.1.16.10.2.1.7
ringStationDuplicateAddresses OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times this station experienced a
                      duplicate address error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 7 }

.1.3.6.1.2.1.16.10.2.1.8
ringStationInLineErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of line errors reported by this
                      station in error reporting packets detected by the
                      probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 8 }

.1.3.6.1.2.1.16.10.2.1.9
ringStationOutLineErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of line errors reported in error
                      reporting packets sent by the nearest active
                      downstream neighbor of this station and detected
                      by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 9 }

.1.3.6.1.2.1.16.10.2.1.10
ringStationInternalErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of adapter internal errors
                      reported by this station in error reporting
                      packets detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 10 }

.1.3.6.1.2.1.16.10.2.1.11
ringStationInBurstErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of burst errors reported by this
                      station in error reporting packets detected by the
                      probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 11 }

.1.3.6.1.2.1.16.10.2.1.12
ringStationOutBurstErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of burst errors reported in
                      error reporting packets sent by the nearest active
                      downstream neighbor of this station and detected
                      by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 12 }

.1.3.6.1.2.1.16.10.2.1.13
ringStationACErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of AC (Address Copied) errors
                      reported in error reporting packets sent by the
                      nearest active downstream neighbor of this station
                      and detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 13 }

.1.3.6.1.2.1.16.10.2.1.14
ringStationAbortErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of abort delimiters reported by
                      this station in error reporting packets detected
                      by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 14 }

.1.3.6.1.2.1.16.10.2.1.15
ringStationLostFrameErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of lost frame errors reported by
                      this station in error reporting packets detected
                      by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 15 }

.1.3.6.1.2.1.16.10.2.1.16
ringStationCongestionErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of receive congestion errors
                      reported by this station in error reporting
                      packets detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 16 }

.1.3.6.1.2.1.16.10.2.1.17
ringStationFrameCopiedErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frame copied errors reported
                      by this station in error reporting packets
                      detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 17 }

.1.3.6.1.2.1.16.10.2.1.18
ringStationFrequencyErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frequency errors reported by
                      this station in error reporting packets detected
                      by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 18 }

.1.3.6.1.2.1.16.10.2.1.19
ringStationTokenErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of token errors reported by this
                      station in error reporting frames detected by the
                      probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 19 }

.1.3.6.1.2.1.16.10.2.1.20
ringStationInBeaconErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of beacon frames sent by this
                      station and detected by the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 20 }

.1.3.6.1.2.1.16.10.2.1.21
ringStationOutBeaconErrors OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of beacon frames detected by the
                      probe that name this station as the NAUN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 21 }

.1.3.6.1.2.1.16.10.2.1.22
ringStationInsertions OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times the probe detected this
                      station inserting onto the ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationTable(2) ringStationEntry(1) 22 }

.1.3.6.1.2.1.16.10.3
ringStationOrderTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of ring station entries for stations in
                      the ring poll, ordered by their ring-order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) 3 }

.1.3.6.1.2.1.16.10.3.1
ringStationOrderEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ringStationOrderIfIndex, ringStationOrderOrderIndex }
  DESCRIPTION	"A collection of statistics for a particular
                      station that is active on a ring monitored by this
                      device.  This table will contain information for
                      every interface that has a
                      ringStationControlStatus equal to valid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationOrderTable(3) 1 }

.1.3.6.1.2.1.16.10.3.1.1
ringStationOrderIfIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object uniquely identifies the
                      interface on this remote network monitoring device
                      on which this station was detected.  The interface
                      identified by a particular value of this object is
                      the same interface as identified by the same value
                      of the ifIndex object, defined in MIB-II [3]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationOrderTable(3) ringStationOrderEntry(1) 1 }

.1.3.6.1.2.1.16.10.3.1.2
ringStationOrderOrderIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This index denotes the location of this station
                      with respect to other stations on the ring.  This
                      index is one more than the number of hops
                      downstream that this station is from the rmon
                      probe.  The rmon probe itself gets the value one."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationOrderTable(3) ringStationOrderEntry(1) 2 }

.1.3.6.1.2.1.16.10.3.1.3
ringStationOrderMacAddress OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The physical address of this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationOrderTable(3) ringStationOrderEntry(1) 3 }

.1.3.6.1.2.1.16.10.4
ringStationConfigControlTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of ring station configuration control
                      entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) 4 }

.1.3.6.1.2.1.16.10.4.1
ringStationConfigControlEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ringStationConfigControlIfIndex, ringStationConfigControlMacAddress }
  DESCRIPTION	"This entry controls active management of stations
                      by the probe.  One entry exists in this table for
                      each active station in the ringStationTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigControlTable(4) 1 }

.1.3.6.1.2.1.16.10.4.1.1
ringStationConfigControlIfIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object uniquely identifies the
                      interface on this remote network monitoring device
                      on which this station was detected.  The interface
                      identified by a particular value of this object is
                      the same interface as identified by the same value
                      of the ifIndex object, defined in MIB-II [3]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigControlTable(4) ringStationConfigControlEntry(1) 1 }

.1.3.6.1.2.1.16.10.4.1.2
ringStationConfigControlMacAddress OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The physical address of this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigControlTable(4) ringStationConfigControlEntry(1) 2 }

.1.3.6.1.2.1.16.10.4.1.3
ringStationConfigControlRemove OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER {stable(1), removing(2)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Setting this object to `removing(2)' causes a
                      Remove Station MAC frame to be sent.  The agent
                      will set this object to `stable(1)' after
                      processing the request."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigControlTable(4) ringStationConfigControlEntry(1) 3 }

.1.3.6.1.2.1.16.10.4.1.4
ringStationConfigControlUpdateStats OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER {stable(1), updating(2)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"Setting this object to `updating(2)' causes the
                      configuration information associate with this
                      entry to be updated.  The agent will set this
                      object to `stable(1)' after processing the
                      request."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigControlTable(4) ringStationConfigControlEntry(1) 4 }

.1.3.6.1.2.1.16.10.5
ringStationConfigTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of configuration entries for stations on a
                      ring monitored by this probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) 5 }

.1.3.6.1.2.1.16.10.5.1
ringStationConfigEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ringStationConfigIfIndex, ringStationConfigMacAddress }
  DESCRIPTION	"A collection of statistics for a particular
                      station that has been discovered on a ring
                      monitored by this probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigTable(5) 1 }

.1.3.6.1.2.1.16.10.5.1.1
ringStationConfigIfIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object uniquely identifies the
                      interface on this remote network monitoring device
                      on which this station was detected.  The interface
                      identified by a particular value of this object is
                      the same interface as identified by the same value
                      of the ifIndex object, defined in MIB-II [3]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigTable(5) ringStationConfigEntry(1) 1 }

.1.3.6.1.2.1.16.10.5.1.2
ringStationConfigMacAddress OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The physical address of this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigTable(5) ringStationConfigEntry(1) 2 }

.1.3.6.1.2.1.16.10.5.1.3
ringStationConfigUpdateTime OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of sysUpTime at the time this
                      configuration information was last updated
                      (completely)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigTable(5) ringStationConfigEntry(1) 3 }

.1.3.6.1.2.1.16.10.5.1.4
ringStationConfigLocation OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The assigned physical location of this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigTable(5) ringStationConfigEntry(1) 4 }

.1.3.6.1.2.1.16.10.5.1.5
ringStationConfigMicrocode OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	OCTET STRING (10) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The microcode EC level of this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigTable(5) ringStationConfigEntry(1) 5 }

.1.3.6.1.2.1.16.10.5.1.6
ringStationConfigGroupAddress OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The low-order 4 octets of the group address
                      recognized by this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigTable(5) ringStationConfigEntry(1) 6 }

.1.3.6.1.2.1.16.10.5.1.7
ringStationConfigFunctionalAddress OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"the functional addresses recognized by this
                      station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationConfigTable(5) ringStationConfigEntry(1) 7 }

.1.3.6.1.2.1.16.10.6
sourceRoutingStatsTable OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of source routing statistics entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) 6 }

.1.3.6.1.2.1.16.10.6.1
sourceRoutingStatsEntry OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ sourceRoutingStatsIfIndex }
  DESCRIPTION	"A collection of source routing statistics kept
                      for a particular Token Ring interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) 1 }

.1.3.6.1.2.1.16.10.6.1.1
sourceRoutingStatsIfIndex OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object uniquely identifies the
                      interface on this remote network monitoring device
                      on which source routing statistics will be
                      detected.  The interface identified by a
                      particular value of this object is the same
                      interface as identified by the same value of the
                      ifIndex object, defined in MIB-II [3]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 1 }

.1.3.6.1.2.1.16.10.6.1.2
sourceRoutingStatsRingNumber OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The ring number of the ring monitored by this
                      entry.  When any object in this entry is created,
                      the probe will attempt to discover the ring
                      number.  Only after the ring number is discovered
                      will this object be created.  After creating an
                      object in this entry, the management station
                      should poll this object to detect when it is
                      created.  Only after this object is created can
                      the management station set the
                      sourceRoutingStatsStatus entry to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 2 }

.1.3.6.1.2.1.16.10.6.1.3
sourceRoutingStatsInFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of frames sent into this ring from
                      another ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 3 }

.1.3.6.1.2.1.16.10.6.1.4
sourceRoutingStatsOutFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of frames sent from this ring to
                      another ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 4 }

.1.3.6.1.2.1.16.10.6.1.5
sourceRoutingStatsThroughFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of frames sent from another ring,
                      through this ring, to another ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 5 }

.1.3.6.1.2.1.16.10.6.1.6
sourceRoutingStatsAllRoutesBroadcastFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good frames received that
                      were All Routes Broadcast."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 6 }

.1.3.6.1.2.1.16.10.6.1.7
sourceRoutingStatsSingleRouteBroadcastFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of good frames received that
                      were Single Route Broadcast."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 7 }

.1.3.6.1.2.1.16.10.6.1.8
sourceRoutingStatsInOctets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of octets in good frames sent into this
                      ring from another ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 8 }

.1.3.6.1.2.1.16.10.6.1.9
sourceRoutingStatsOutOctets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of octets in good frames sent from this
                      ring to another ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 9 }

.1.3.6.1.2.1.16.10.6.1.10
sourceRoutingStatsThroughOctets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of octets in good frames sent another
                      ring, through this ring, to another ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 10 }

.1.3.6.1.2.1.16.10.6.1.11
sourceRoutingStatsAllRoutesBroadcastOctets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of octets in good frames
                      received that were All Routes Broadcast."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 11 }

.1.3.6.1.2.1.16.10.6.1.12
sourceRoutingStatsSingleRoutesBroadcastOctets OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of octets in good frames
                      received that were Single Route Broadcast."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 12 }

.1.3.6.1.2.1.16.10.6.1.13
sourceRoutingStatsLocalLLCFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received who had no
                      RIF field (or had a RIF field that only included
                      the local ring's number) and were not All Route
                      Broadcast Frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 13 }

.1.3.6.1.2.1.16.10.6.1.14
sourceRoutingStats1HopFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received whose route
                      had 1 hop, were not All Route Broadcast Frames,
                      and whose source or destination were on this ring
                      (i.e. frames that had a RIF field and had this
                      ring number in the first or last entry of the RIF
                      field)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 14 }

.1.3.6.1.2.1.16.10.6.1.15
sourceRoutingStats2HopsFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received whose route
                      had 2 hops, were not All Route Broadcast Frames,
                      and whose source or destination were on this ring
                      (i.e. frames that had a RIF field and had this
                      ring number in the first or last entry of the RIF
                      field)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 15 }

.1.3.6.1.2.1.16.10.6.1.16
sourceRoutingStats3HopsFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received whose route
                      had 3 hops, were not All Route Broadcast Frames,
                      and whose source or destination were on this ring
                      (i.e. frames that had a RIF field and had this
                      ring number in the first or last entry of the RIF
                      field)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 16 }

.1.3.6.1.2.1.16.10.6.1.17
sourceRoutingStats4HopsFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received whose route
                      had 4 hops, were not All Route Broadcast Frames,
                      and whose source or destination were on this ring
                      (i.e. frames that had a RIF field and had this
                      ring number in the first or last entry of the RIF
                      field)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 17 }

.1.3.6.1.2.1.16.10.6.1.18
sourceRoutingStats5HopsFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received whose route
                      had 5 hops, were not All Route Broadcast Frames,
                      and whose source or destination were on this ring
                      (i.e. frames that had a RIF field and had this
                      ring number in the first or last entry of the RIF
                      field)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 18 }

.1.3.6.1.2.1.16.10.6.1.19
sourceRoutingStats6HopsFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received whose route
                      had 6 hops, were not All Route Broadcast Frames,
                      and whose source or destination were on this ring
                      (i.e. frames that had a RIF field and had this
                      ring number in the first or last entry of the RIF
                      field)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 19 }

.1.3.6.1.2.1.16.10.6.1.20
sourceRoutingStats7HopsFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received whose route
                      had 7 hops, were not All Route Broadcast Frames,
                      and whose source or destination were on this ring
                      (i.e. frames that had a RIF field and had this
                      ring number in the first or last entry of the RIF
                      field)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 20 }

.1.3.6.1.2.1.16.10.6.1.21
sourceRoutingStats8HopsFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received whose route
                      had 8 hops, were not All Route Broadcast Frames,
                      and whose source or destination were on this ring
                      (i.e. frames that had a RIF field and had this
                      ring number in the first or last entry of the RIF
                      field)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 21 }

.1.3.6.1.2.1.16.10.6.1.22
sourceRoutingStatsMoreThan8HopsFrames OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of frames received whose route
                      had more than 8 hops, were not All Route Broadcast
                      Frames, and whose source or destination were on
                      this ring (i.e. frames that had a RIF field and
                      had this ring number in the first or last entry of
                      the RIF field)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 22 }

.1.3.6.1.2.1.16.10.6.1.23
sourceRoutingStatsOwner OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The entity that configured this entry and is
                      therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 23 }

.1.3.6.1.2.1.16.10.6.1.24
sourceRoutingStatsStatus OBJECT-TYPE
  -- FROM	TOKEN-RING-RMON-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The status of this sourceRoutingStats entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStatsTable(6) sourceRoutingStatsEntry(1) 24 }

.1.3.6.1.2.1.16.10.7
ringStationControl2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1.

        This table has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability
        to meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) 7 }

.1.3.6.1.2.1.16.10.7.1
ringStationControl2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  AUGMENTS	{ ringStationControlEntry }
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControl2Table(7) 1 }

.1.3.6.1.2.1.16.10.7.1.1
ringStationControlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the
        probe is out of some resources and decides to shed load from
        this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControl2Table(7) ringStationControl2Entry(1) 1 }

.1.3.6.1.2.1.16.10.7.1.2
ringStationControlCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated.  This can be used by the management station to
        ensure that the table has not been deleted and recreated
        between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) ringStationControl2Table(7) ringStationControl2Entry(1) 2 }

.1.3.6.1.2.1.16.10.8
sourceRoutingStats2Table OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1.

        This table has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability
        to meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) 8 }

.1.3.6.1.2.1.16.10.8.1
sourceRoutingStats2Entry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  AUGMENTS	{ sourceRoutingStatsEntry }
  DESCRIPTION	"Contains the RMON-2 augmentations to RMON-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStats2Table(8) 1 }

.1.3.6.1.2.1.16.10.8.1.1
sourceRoutingStatsDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the
        probe is out of some resources and decides to shed load from
        this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStats2Table(8) sourceRoutingStats2Entry(1) 1 }

.1.3.6.1.2.1.16.10.8.1.2
sourceRoutingStatsCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated.  This can be used by the management station to
        ensure that the table has not been deleted and recreated
        between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) tokenRing(10) sourceRoutingStats2Table(8) sourceRoutingStats2Entry(1) 2 }

.1.3.6.1.2.1.16.11
protocolDir OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 11 }

.1.3.6.1.2.1.16.11.1
protocolDirLastChange OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time the protocol directory
        was last modified, either through insertions or deletions,
        or through modifications of the
        protocolDirAddressMapConfig, protocolDirHostConfig, or
        protocolDirMatrixConfig."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) 1 }

.1.3.6.1.2.1.16.11.2
protocolDirTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the protocols that this agent has the
        capability to decode and count.  There is one entry in this
        table for each such protocol.  These protocols represent
        different network-layer, transport-layer, and higher-layer
        protocols.  The agent should boot up with this table
        preconfigured with those protocols that it knows about and
        wishes to monitor.  Implementations are strongly encouraged to
        support protocols higher than the network layer (at least for
        the protocol distribution group), even for implementations
        that don't support the application-layer groups."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) 2 }

.1.3.6.1.2.1.16.11.2.1
protocolDirEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ protocolDirID, protocolDirParameters }
  DESCRIPTION	"A conceptual row in the protocolDirTable.

         An example of the indexing of this entry is
         protocolDirLocalIndex.8.0.0.0.1.0.0.8.0.2.0.0, which is the
         encoding of a length of 8, followed by 8 subids encoding the
         protocolDirID of 1.2048, followed by a length of 2 and the
         2 subids encoding zero-valued parameters.

         Note that some combinations of index values may result in an
         index that exceeds 128 sub-identifiers in length, which exceeds
         the maximum for the SNMP protocol.  Implementations should take
         care to avoid such combinations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) 1 }

.1.3.6.1.2.1.16.11.2.1.1
protocolDirID OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (4..128) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique identifier for a particular protocol.  Standard
        identifiers will be defined in such a manner that they
        can often be used as specifications for new protocols - i.e.,
        a tree-structured assignment mechanism that matches the
        protocol encapsulation 'tree' and that has algorithmic
        assignment mechanisms for certain subtrees.  See RFC 2074 for
        more details.

        Despite the algorithmic mechanism, the probe will only place
        entries in here for those protocols it chooses to collect.  In
        other words, it need not populate this table with all
        possible ethernet protocol types, nor need it create them on
        the fly when it sees them.  Whether it does these
        things is a matter of product definition (cost/benefit,
        usability) and is up to the designer of the product.

        If an entry is written to this table with a protocolDirID that
        the agent doesn't understand, either directly or
        algorithmically, the SET request will be rejected with an
        inconsistentName or badValue (for SNMPv1) error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 1 }

.1.3.6.1.2.1.16.11.2.1.2
protocolDirParameters OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A set of parameters for the associated protocolDirID.
        See the associated RMON2 Protocol Identifiers document
        for a description of the possible parameters.  There
        will be one octet in this string for each sub-identifier in
        the protocolDirID, and the parameters will appear here in the
        same order as the associated sub-identifiers appear in the
        protocolDirID.

        Every node in the protocolDirID tree has a different, optional
        set of parameters defined (that is, the definition of
        parameters for a node is optional).  The proper parameter
        value for each node is included in this string.  Note that the
        inclusion of a parameter value in this string for each node is
        not optional.  What is optional is that a node may have no
        parameters defined, in which case the parameter field for that
        node will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 2 }

.1.3.6.1.2.1.16.11.2.1.3
protocolDirLocalIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The locally arbitrary but unique identifier associated
        with this protocolDir entry.

        The value for each supported protocol must remain constant at
        least from one re-initialization of the entity's network
        management system to the next re-initialization, except that
        if a protocol is deleted and re-created, it must be re-created
        with a new value that has not been used since the last
        re-initialization.

        The specific value is meaningful only within a given SNMP
        entity.  A protocolDirLocalIndex must not be re-used until the
        next agent restart in the event that the protocol directory
        entry is deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 3 }

.1.3.6.1.2.1.16.11.2.1.4
protocolDirDescr OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A textual description of the protocol encapsulation.
        A probe may choose to describe only a subset of the
        entire encapsulation (e.g., only the highest layer).

        This object is intended for human consumption only.

        This object may not be modified if the associated
        protocolDirStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 4 }

.1.3.6.1.2.1.16.11.2.1.5
protocolDirType OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	BITS {extensible(0), addressRecognitionCapable(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes 2 attributes of this protocol
         directory entry.

         The presence or absence of the 'extensible' bit describes
         whether this protocol directory entry can be extended
         by the user by creating protocol directory entries that are
         children of this protocol.

         An example of an entry that will often allow extensibility is
         'ip.udp'.  The probe may automatically populate some children
         of this node, such as 'ip.udp.snmp' and 'ip.udp.dns'.
         A probe administrator or user may also populate additional
         children via remote SNMP requests that create entries in this
         table.  When a child node is added for a protocol for which the
         probe has no built-in support extending a parent node (for
         which the probe does have built-in support),
         that child node is not extendable.  This is termed 'limited
         extensibility'.

         When a child node is added through this extensibility
         mechanism, the values of protocolDirLocalIndex and
         protocolDirType shall be assigned by the agent.

         The other objects in the entry will be assigned by the
         manager who is creating the new entry.

         This object also describes whether this agent can
         recognize addresses for this protocol, should it be a
         network-level protocol.  That is, while a probe may be able
         to recognize packets of a particular network-layer protocol
         and count them, it takes additional logic to be able to
         recognize the addresses in this protocol and to populate
         network-layer or application-layer tables with the addresses
         in this protocol.  If this bit is set, the agent will
         recognize network-layer addresses for this protocol and
         populate the network- and application-layer host and matrix
         tables with these protocols.

         Note that when an entry is created, the agent will supply
         values for the bits that match the capabilities of the agent
         with respect to this protocol.  Note that since row creations
         usually exercise the limited extensibility feature, these
         bits will usually be set to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 5 }

.1.3.6.1.2.1.16.11.2.1.6
protocolDirAddressMapConfig OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {notSupported(1), supportedOff(2), supportedOn(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes and configures the probe's support for
        address mapping for this protocol.  When the probe creates
        entries in this table for all protocols that it understands,
        it will set the entry to notSupported(1) if it doesn't have
        the capability to perform address mapping for the protocol or
        if this protocol is not a network-layer protocol.  When
        an entry is created in this table by a management operation as
        part of the limited extensibility feature, the probe must set
        this value to notSupported(1), because limited extensibility
        of the protocolDirTable does not extend to interpreting
        addresses of the extended protocols.

        If the value of this object is notSupported(1), the probe
        will not perform address mapping for this protocol and
        shall not allow this object to be changed to any other value.
        If the value of this object is supportedOn(3), the probe
        supports address mapping for this protocol and is configured
        to perform address mapping for this protocol for all
        addressMappingControlEntries and all interfaces.
        If the value of this object is supportedOff(2), the probe
        supports address mapping for this protocol but is configured
        to not perform address mapping for this protocol for any
        addressMappingControlEntries and all interfaces.
        Whenever this value changes from supportedOn(3) to
        supportedOff(2), the probe shall delete all related entries in
        the addressMappingTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 6 }

.1.3.6.1.2.1.16.11.2.1.7
protocolDirHostConfig OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {notSupported(1), supportedOff(2), supportedOn(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes and configures the probe's support for
        the network-layer and application-layer host tables for this
        protocol.  When the probe creates entries in this table for
        all protocols that it understands, it will set the entry to
        notSupported(1) if it doesn't have the capability to track the
        nlHostTable for this protocol or if the alHostTable is
        implemented but doesn't have the capability to track this
        protocol.  Note that if the alHostTable is implemented, the
        probe may only support a protocol if it is supported in both
        the nlHostTable and the alHostTable.

        If the associated protocolDirType object has the
        addressRecognitionCapable bit set, then this is a network-
        layer protocol for which the probe recognizes addresses, and
        thus the probe will populate the nlHostTable and alHostTable
        with addresses it discovers for this protocol.

        If the value of this object is notSupported(1), the probe
        will not track the nlHostTable or alHostTable for this
        protocol and shall not allow this object to be changed to any
        other value.  If the value of this object is supportedOn(3),
        the probe supports tracking of the nlHostTable and alHostTable
        for this protocol and is configured to track both tables
        for this protocol for all control entries and all interfaces.
        If the value of this object is supportedOff(2), the probe
        supports tracking of the nlHostTable and alHostTable for this
        protocol but is configured to not track these tables
        for any control entries or interfaces.
        Whenever this value changes from supportedOn(3) to
        supportedOff(2), the probe shall delete all related entries in
        the nlHostTable and alHostTable.

        Note that since each alHostEntry references 2 protocol
        directory entries, one for the network address and one for the
        type of the highest protocol recognized, an entry will
        only be created in that table if this value is supportedOn(3)
        for both protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 7 }

.1.3.6.1.2.1.16.11.2.1.8
protocolDirMatrixConfig OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {notSupported(1), supportedOff(2), supportedOn(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes and configures the probe's support for
        the network-layer and application-layer matrix tables for this
        protocol.  When the probe creates entries in this table for
        all protocols that it understands, it will set the entry to
        notSupported(1) if it doesn't have the capability to track the
        nlMatrixTables for this protocol or if the alMatrixTables are
        implemented but don't have the capability to track this
        protocol.  Note that if the alMatrix tables are implemented,
        the probe may only support a protocol if it is supported in
        both of the nlMatrixTables and both of the
        alMatrixTables.

        If the associated protocolDirType object has the
        addressRecognitionCapable bit set, then this is a network-
        layer protocol for which the probe recognizes addresses, and
        thus the probe will populate both of the nlMatrixTables and
        both of the alMatrixTables with addresses it discovers for
        this protocol.

        If the value of this object is notSupported(1), the probe
        will not track either of the nlMatrixTables or the
        alMatrixTables for this protocol and shall not allow this
        object to be changed to any other value.  If the value of this
        object is supportedOn(3), the probe supports tracking of both
        of the nlMatrixTables and (if implemented) both of the
        alMatrixTables for this protocol and is configured to track
        these tables for this protocol for all control entries and all
        interfaces.  If the value of this object is supportedOff(2),
        the probe supports tracking of both of the nlMatrixTables and
        (if implemented) both of the alMatrixTables for this protocol
        but is configured to not track these tables for this
        protocol for any control entries or interfaces.
        Whenever this value changes from supportedOn(3) to
        supportedOff(2), the probe shall delete all related entries in
        the nlMatrixTables and the alMatrixTables.

        Note that since each alMatrixEntry references 2 protocol
        directory entries, one for the network address and one for the
        type of the highest protocol recognized, an entry will
        only be created in that table if this value is supportedOn(3)
        for both protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 8 }

.1.3.6.1.2.1.16.11.2.1.9
protocolDirOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 9 }

.1.3.6.1.2.1.16.11.2.1.10
protocolDirStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this protocol directory entry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all associated
        entries in the nlHostTable, nlMatrixSDTable, nlMatrixDSTable,
        alHostTable, alMatrixSDTable, and alMatrixDSTable shall be
        deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDir(11) protocolDirTable(2) protocolDirEntry(1) 10 }

.1.3.6.1.2.1.16.12
protocolDist OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 12 }

.1.3.6.1.2.1.16.12.1
protocolDistControlTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Controls the setup of protocol type distribution statistics
        tables.

        Implementations are encouraged to add an entry per monitored
        interface upon initialization so that a default collection
        of protocol statistics is available.

        Rationale:
        This table controls collection of very basic statistics
        for any or all of the protocols detected on a given interface.
        An NMS can use this table to quickly determine bandwidth
        allocation utilized by different protocols.

        A media-specific statistics collection could also
        be configured (e.g., etherStats, trPStats) to easily obtain
        total frame, octet, and droppedEvents for the same
        interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) 1 }

.1.3.6.1.2.1.16.12.1.1
protocolDistControlEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ protocolDistControlIndex }
  DESCRIPTION	"A conceptual row in the protocolDistControlTable.

         An example of the indexing of this entry is
         protocolDistControlDroppedFrames.7"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistControlTable(1) 1 }

.1.3.6.1.2.1.16.12.1.1.1
protocolDistControlIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index for this protocolDistControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistControlTable(1) protocolDistControlEntry(1) 1 }

.1.3.6.1.2.1.16.12.1.1.2
protocolDistControlDataSource OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DataSource
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source of data for the this protocol distribution.

        The statistics in this group reflect all packets
        on the local network segment attached to the
        identified interface.

        This object may not be modified if the associated
        protocolDistControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistControlTable(1) protocolDistControlEntry(1) 2 }

.1.3.6.1.2.1.16.12.1.1.3
protocolDistControlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the probe
        is out of some resources and decides to shed load from this
        collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistControlTable(1) protocolDistControlEntry(1) 3 }

.1.3.6.1.2.1.16.12.1.1.4
protocolDistControlCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated.  This can be used by the management station to
        ensure that the table has not been deleted and recreated
        between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistControlTable(1) protocolDistControlEntry(1) 4 }

.1.3.6.1.2.1.16.12.1.1.5
protocolDistControlOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistControlTable(1) protocolDistControlEntry(1) 5 }

.1.3.6.1.2.1.16.12.1.1.6
protocolDistControlStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all associated
        entries in the protocolDistStatsTable shall be deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistControlTable(1) protocolDistControlEntry(1) 6 }

.1.3.6.1.2.1.16.12.2
protocolDistStatsTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An entry is made in this table for every protocol in the
        protocolDirTable that has been seen in at least one packet.
        Counters are updated in this table for every protocol type
        that is encountered when parsing a packet, but no counters are
        updated for packets with MAC-layer errors.

        Note that if a protocolDirEntry is deleted, all associated
        entries in this table are removed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) 2 }

.1.3.6.1.2.1.16.12.2.1
protocolDistStatsEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ protocolDistControlIndex, protocolDirLocalIndex }
  DESCRIPTION	"A conceptual row in the protocolDistStatsTable.

        The index is composed of the protocolDistControlIndex of the
        associated protocolDistControlEntry, followed by the
        protocolDirLocalIndex of the associated protocol that this
        entry represents.  In other words, the index identifies the
        protocol distribution an entry is a part of and the
        particular protocol that it represents.

        An example of the indexing of this entry is
        protocolDistStatsPkts.1.18"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistStatsTable(2) 1 }

.1.3.6.1.2.1.16.12.2.1.1
protocolDistStatsPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets of this protocol type received
        without errors.  Note that this is the number of
        link-layer packets, so if a single network-layer packet
        is fragmented into several link-layer frames, this counter
        is incremented several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistStatsTable(2) protocolDistStatsEntry(1) 1 }

.1.3.6.1.2.1.16.12.2.1.2
protocolDistStatsOctets OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets in packets of this protocol type
        received since it was added to the protocolDistStatsTable
        (excluding framing bits, but including FCS octets), except for
        those octets in packets that contained errors.

        Note that this doesn't count just those octets in the
        particular protocol frames but includes the entire packet
        that contained the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) protocolDist(12) protocolDistStatsTable(2) protocolDistStatsEntry(1) 2 }

.1.3.6.1.2.1.16.13
addressMap OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 13 }

.1.3.6.1.2.1.16.13.1
addressMapInserts OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an address mapping entry has been
        inserted into the addressMapTable.  If an entry is inserted,
        then deleted, and then inserted, this counter will be
        incremented by 2.

        Note that the table size can be determined by subtracting
        addressMapDeletes from addressMapInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) 1 }

.1.3.6.1.2.1.16.13.2
addressMapDeletes OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an address mapping entry has been
        deleted from the addressMapTable (for any reason).  If
        an entry is deleted, then inserted, and then deleted, this
        counter will be incremented by 2.

        Note that the table size can be determined by subtracting
        addressMapDeletes from addressMapInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) 2 }

.1.3.6.1.2.1.16.13.3
addressMapMaxDesiredEntries OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of entries that are desired in the
        addressMapTable.  The probe will not create more than
        this number of entries in the table but may choose to create
        fewer entries in this table for any reason, including the lack
        of resources.

        If this object is set to a value less than the current number
        of entries, enough entries are chosen in an
        implementation-dependent manner and deleted so that the number
        of entries in the table equals the value of this object.

        If this value is set to -1, the probe may create any number
        of entries in this table.

        This object may be used to control how resources are allocated
        on the probe for the various RMON functions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) 3 }

.1.3.6.1.2.1.16.13.4
addressMapControlTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table to control the collection of mappings from network
         layer address to physical address to interface.

        Note that this is not like the typical RMON
        controlTable and dataTable in which each entry creates
        its own data table.  Each entry in this table enables the
        discovery of addresses on a new interface and the placement
        of address mappings into the central addressMapTable.

        Implementations are encouraged to add an entry per monitored
        interface upon initialization so that a default collection
        of address mappings is available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) 4 }

.1.3.6.1.2.1.16.13.4.1
addressMapControlEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ addressMapControlIndex }
  DESCRIPTION	"A conceptual row in the addressMapControlTable.

        An example of the indexing of this entry is
        addressMapControlDroppedFrames.1"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapControlTable(4) 1 }

.1.3.6.1.2.1.16.13.4.1.1
addressMapControlIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index for this entry in the addressMapControlTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapControlTable(4) addressMapControlEntry(1) 1 }

.1.3.6.1.2.1.16.13.4.1.2
addressMapControlDataSource OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DataSource
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source of data for this addressMapControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapControlTable(4) addressMapControlEntry(1) 2 }

.1.3.6.1.2.1.16.13.4.1.3
addressMapControlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the probe
        is out of some resources and decides to shed load from this
        collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapControlTable(4) addressMapControlEntry(1) 3 }

.1.3.6.1.2.1.16.13.4.1.4
addressMapControlOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapControlTable(4) addressMapControlEntry(1) 4 }

.1.3.6.1.2.1.16.13.4.1.5
addressMapControlStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this addressMap control entry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all associated
        entries in the addressMapTable shall be deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapControlTable(4) addressMapControlEntry(1) 5 }

.1.3.6.1.2.1.16.13.5
addressMapTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of mappings from network layer address to physical
        address to interface.

        The probe will add entries to this table based on the source
        MAC and network addresses seen in packets without MAC-level
        errors.  The probe will populate this table for all protocols
        in the protocol directory table whose value of
        protocolDirAddressMapConfig is equal to supportedOn(3), and
        will delete any entries whose protocolDirEntry is deleted or
        has a protocolDirAddressMapConfig value of supportedOff(2)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) 5 }

.1.3.6.1.2.1.16.13.5.1
addressMapEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ addressMapTimeMark, protocolDirLocalIndex, addressMapNetworkAddress, addressMapSource }
  DESCRIPTION	"A conceptual row in the addressMapTable.

        The protocolDirLocalIndex in the index identifies the network
        layer protocol of the addressMapNetworkAddress.

        An example of the indexing of this entry is
        addressMapSource.783495.18.4.128.2.6.6.11.1.3.6.1.2.1.2.2.1.1.1.

        Note that some combinations of index values may result in an
        index that exceeds 128 sub-identifiers in length, which exceeds
        the maximum for the SNMP protocol.  Implementations should take
        care to avoid such combinations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapTable(5) 1 }

.1.3.6.1.2.1.16.13.5.1.1
addressMapTimeMark OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry.  See the TimeFilter textual
        convention to see how this works."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapTable(5) addressMapEntry(1) 1 }

.1.3.6.1.2.1.16.13.5.1.2
addressMapNetworkAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network address for this relation.

        This is represented as an octet string with
        specific semantics and length as identified
        by the protocolDirLocalIndex component of the
        index.

        For example, if the protocolDirLocalIndex indicates an
        encapsulation of ip, this object is encoded as a length
        octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapTable(5) addressMapEntry(1) 2 }

.1.3.6.1.2.1.16.13.5.1.3
addressMapSource OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface or port on which the associated network
         address was most recently seen.

        If this address mapping was discovered on an interface, this
        object shall identify the instance of the ifIndex
        object, defined in [RFC2863], for the desired interface.
        For example, if an entry were to receive data from
        interface #1, this object would be set to ifIndex.1.

        If this address mapping was discovered on a port, this
        object shall identify the instance of the rptrGroupPortIndex
        object, defined in [RFC2108], for the desired port.
        For example, if an entry were to receive data from
        group #1, port #1, this object would be set to
        rptrGroupPortIndex.1.1.

        Note that while the dataSource associated with this entry
        may only point to index objects, this object may at times
        point to repeater port objects.  This situation occurs when
        the dataSource points to an interface that is a locally
        attached repeater and the agent has additional information
        about the source port of traffic seen on that repeater."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapTable(5) addressMapEntry(1) 3 }

.1.3.6.1.2.1.16.13.5.1.4
addressMapPhysicalAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last source physical address on which the associated
        network address was seen.  If the protocol of the associated
        network address was encapsulated inside of a network-level or
        higher protocol, this will be the address of the next-lower
        protocol with the addressRecognitionCapable bit enabled and
        will be formatted as specified for that protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapTable(5) addressMapEntry(1) 4 }

.1.3.6.1.2.1.16.13.5.1.5
addressMapLastChange OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this entry was last
        created or the values of the physical address changed.

        This can be used to help detect duplicate address problems, in
        which case this object will be updated frequently."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) addressMap(13) addressMapTable(5) addressMapEntry(1) 5 }

.1.3.6.1.2.1.16.14
nlHost OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 14 }

.1.3.6.1.2.1.16.14.1
hlHostControlTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of higher-layer (i.e., non-MAC) host table control
        entries.

        These entries will enable the collection of the network- and
        application-level host tables indexed by network addresses.
        Both the network- and application-level host tables are
        controlled by this table so that they will both be created
        and deleted at the same time, further increasing the ease with
        which they can be implemented as a single datastore.  (Note that
        if an implementation stores application-layer host records in
        memory, it can derive network-layer host records from them.)

        Entries in the nlHostTable will be created on behalf of each
        entry in this table.  Additionally, if this probe implements
        the alHostTable, entries in the alHostTable will be created on
        behalf of each entry in this table.

        Implementations are encouraged to add an entry per monitored
        interface upon initialization so that a default collection
        of host statistics is available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) 1 }

.1.3.6.1.2.1.16.14.1.1
hlHostControlEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hlHostControlIndex }
  DESCRIPTION	"A conceptual row in the hlHostControlTable.

        An example of the indexing of this entry is
        hlHostControlNlDroppedFrames.1"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) 1 }

.1.3.6.1.2.1.16.14.1.1.1
hlHostControlIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
        hlHostControlTable.  Each such entry defines
        a function that discovers hosts on a particular
        interface and places statistics about them in the
        nlHostTable, and optionally in the alHostTable, on
        behalf of this hlHostControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 1 }

.1.3.6.1.2.1.16.14.1.1.2
hlHostControlDataSource OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DataSource
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source of data for the associated host tables.

        The statistics in this group reflect all packets
        on the local network segment attached to the
        identified interface.

        This object may not be modified if the associated
        hlHostControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 2 }

.1.3.6.1.2.1.16.14.1.1.3
hlHostControlNlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for the associated
        nlHost entries for whatever reason.  Most often, this event
        occurs when the probe is out of some resources and decides to
        shed load from this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that if the nlHostTable is inactive because no protocols
        are enabled in the protocol directory, this value should be 0.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 3 }

.1.3.6.1.2.1.16.14.1.1.4
hlHostControlNlInserts OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an nlHost entry has been
        inserted into the nlHost table.  If an entry is inserted, then
        deleted, and then inserted, this counter will be incremented
        by 2.

        To allow for efficient implementation strategies, agents may
        delay updating this object for short periods of time.  For
        example, an implementation strategy may allow internal
        data structures to differ from those visible via SNMP for
        short periods of time.  This counter may reflect the internal
        data structures for those short periods of time.

        Note that the table size can be determined by subtracting
        hlHostControlNlDeletes from hlHostControlNlInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 4 }

.1.3.6.1.2.1.16.14.1.1.5
hlHostControlNlDeletes OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an nlHost entry has been
        deleted from the nlHost table (for any reason).  If an entry
        is deleted, then inserted, and then deleted, this counter will
        be incremented by 2.

        To allow for efficient implementation strategies, agents may
        delay updating this object for short periods of time.  For
        example, an implementation strategy may allow internal
        data structures to differ from those visible via SNMP for
        short periods of time.  This counter may reflect the internal
        data structures for those short periods of time.

        Note that the table size can be determined by subtracting
        hlHostControlNlDeletes from hlHostControlNlInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 5 }

.1.3.6.1.2.1.16.14.1.1.6
hlHostControlNlMaxDesiredEntries OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of entries that are desired in the
        nlHostTable on behalf of this control entry.  The probe will
        not create more than this number of associated entries in the
        table but may choose to create fewer entries in this table
        for any reason, including the lack of resources.

        If this object is set to a value less than the current number
        of entries, enough entries are chosen in an
        implementation-dependent manner and deleted so that the number
        of entries in the table equals the value of this object.

        If this value is set to -1, the probe may create any number
        of entries in this table.  If the associated
        hlHostControlStatus object is equal to 'active', this
        object may not be modified.

        This object may be used to control how resources are allocated
        on the probe for the various RMON functions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 6 }

.1.3.6.1.2.1.16.14.1.1.7
hlHostControlAlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for the associated
        alHost entries for whatever reason.  Most often, this event
        occurs when the probe is out of some resources and decides to
        shed load from this collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that if the alHostTable is not implemented or is inactive
        because no protocols are enabled in the protocol directory,
        this value should be 0.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 7 }

.1.3.6.1.2.1.16.14.1.1.8
hlHostControlAlInserts OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an alHost entry has been
        inserted into the alHost table.  If an entry is inserted, then
        deleted, and then inserted, this counter will be incremented
        by 2.

        To allow for efficient implementation strategies, agents may
        delay updating this object for short periods of time.  For
        example, an implementation strategy may allow internal
        data structures to differ from those visible via SNMP for
        short periods of time.  This counter may reflect the internal
        data structures for those short periods of time.

        Note that the table size can be determined by subtracting
        hlHostControlAlDeletes from hlHostControlAlInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 8 }

.1.3.6.1.2.1.16.14.1.1.9
hlHostControlAlDeletes OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an alHost entry has been
        deleted from the alHost table (for any reason).  If an entry
        is deleted, then inserted, and then deleted, this counter will
        be incremented by 2.

        To allow for efficient implementation strategies, agents may
        delay updating this object for short periods of time.  For
        example, an implementation strategy may allow internal
        data structures to differ from those visible via SNMP for
        short periods of time.  This counter may reflect the internal
        data structures for those short periods of time.

        Note that the table size can be determined by subtracting
        hlHostControlAlDeletes from hlHostControlAlInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 9 }

.1.3.6.1.2.1.16.14.1.1.10
hlHostControlAlMaxDesiredEntries OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of entries that are desired in the alHost
        table on behalf of this control entry.  The probe will not
        create more than this number of associated entries in the
        table but may choose to create fewer entries in this table
        for any reason, including the lack of resources.

        If this object is set to a value less than the current number
        of entries, enough entries are chosen in an
        implementation-dependent manner and deleted so that the number
        of entries in the table equals the value of this object.

        If this value is set to -1, the probe may create any number
        of entries in this table.  If the associated
        hlHostControlStatus object is equal to 'active', this
        object may not be modified.

        This object may be used to control how resources are allocated
        on the probe for the various RMON functions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 10 }

.1.3.6.1.2.1.16.14.1.1.11
hlHostControlOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 11 }

.1.3.6.1.2.1.16.14.1.1.12
hlHostControlStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this hlHostControlEntry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all associated
        entries in the nlHostTable and alHostTable shall be deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) hlHostControlTable(1) hlHostControlEntry(1) 12 }

.1.3.6.1.2.1.16.14.2
nlHostTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A collection of statistics for a particular network layer
        address that has been discovered on an interface of this
        device.

        The probe will populate this table for all network layer
        protocols in the protocol directory table whose value of
        protocolDirHostConfig is equal to supportedOn(3), and
        will delete any entries whose protocolDirEntry is deleted or
        has a protocolDirHostConfig value of supportedOff(2).

        The probe will add to this table all addresses seen
        as the source or destination address in all packets with no
        MAC errors, and will increment octet and packet counts in the
        table for all packets with no MAC errors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) 2 }

.1.3.6.1.2.1.16.14.2.1
nlHostEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hlHostControlIndex, nlHostTimeMark, protocolDirLocalIndex, nlHostAddress }
  DESCRIPTION	"A conceptual row in the nlHostTable.

        The hlHostControlIndex value in the index identifies the
        hlHostControlEntry on whose behalf this entry was created.
        The protocolDirLocalIndex value in the index identifies the
        network layer protocol of the nlHostAddress.

        An example of the indexing of this entry is
        nlHostOutPkts.1.783495.18.4.128.2.6.6.

        Note that some combinations of index values may result in an
        index that exceeds 128 sub-identifiers in length, which exceeds
        the maximum for the SNMP protocol.  Implementations should take
        care to avoid such combinations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) nlHostTable(2) 1 }

.1.3.6.1.2.1.16.14.2.1.1
nlHostTimeMark OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry.  See the TimeFilter textual
        convention to see how this works."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) nlHostTable(2) nlHostEntry(1) 1 }

.1.3.6.1.2.1.16.14.2.1.2
nlHostAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network address for this nlHostEntry.

        This is represented as an octet string with
        specific semantics and length as identified
        by the protocolDirLocalIndex component of the index.

        For example, if the protocolDirLocalIndex indicates an
        encapsulation of IP, this object is encoded as a length
        octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) nlHostTable(2) nlHostEntry(1) 2 }

.1.3.6.1.2.1.16.14.2.1.3
nlHostInPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets without errors transmitted to
        this address since it was added to the nlHostTable.  Note that
        this is the number of link-layer packets, so if a single
        network-layer packet is fragmented into several link-layer
        frames, this counter is incremented several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) nlHostTable(2) nlHostEntry(1) 3 }

.1.3.6.1.2.1.16.14.2.1.4
nlHostOutPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets without errors transmitted by
        this address since it was added to the nlHostTable.  Note that
        this is the number of link-layer packets, so if a single
        network-layer packet is fragmented into several link-layer
        frames, this counter is incremented several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) nlHostTable(2) nlHostEntry(1) 4 }

.1.3.6.1.2.1.16.14.2.1.5
nlHostInOctets OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted to this address
        since it was added to the nlHostTable (excluding
        framing bits, but including FCS octets), excluding
        octets in packets that contained errors.

        Note that this doesn't count just those octets in the particular
        protocol frames but includes the entire packet that contained
        the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) nlHostTable(2) nlHostEntry(1) 5 }

.1.3.6.1.2.1.16.14.2.1.6
nlHostOutOctets OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted by this address
        since it was added to the nlHostTable (excluding
        framing bits, but including FCS octets), excluding
        octets in packets that contained errors.

        Note that this doesn't count just those octets in the particular
        protocol frames but includes the entire packet that contained
        the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) nlHostTable(2) nlHostEntry(1) 6 }

.1.3.6.1.2.1.16.14.2.1.7
nlHostOutMacNonUnicastPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets without errors transmitted by this
        address that were directed to any MAC broadcast addresses
        or to any MAC multicast addresses since this host was
        added to the nlHostTable.  Note that this is the number of
        link-layer packets, so if a single network-layer packet is
        fragmented into several link-layer frames, this counter is
        incremented several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) nlHostTable(2) nlHostEntry(1) 7 }

.1.3.6.1.2.1.16.14.2.1.8
nlHostCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this entry was last activated.
        This can be used by the management station to ensure that the
        entry has not been deleted and recreated between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlHost(14) nlHostTable(2) nlHostEntry(1) 8 }

.1.3.6.1.2.1.16.15
nlMatrix OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 15 }

.1.3.6.1.2.1.16.15.1
hlMatrixControlTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of higher-layer (i.e., non-MAC) matrix control entries.

        These entries will enable the collection of the network- and
        application-level matrix tables containing conversation
        statistics indexed by pairs of network addresses.
        Both the network- and application-level matrix tables are
        controlled by this table so that they will both be created
        and deleted at the same time, further increasing the ease with
        which they can be implemented as a single datastore.  (Note that
        if an implementation stores application-layer matrix records
        in memory, it can derive network-layer matrix records from
        them.)

        Entries in the nlMatrixSDTable and nlMatrixDSTable will be
        created on behalf of each entry in this table.  Additionally,
        if this probe implements the alMatrix tables, entries in the
        alMatrix tables will be created on behalf of each entry in
        this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) 1 }

.1.3.6.1.2.1.16.15.1.1
hlMatrixControlEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hlMatrixControlIndex }
  DESCRIPTION	"A conceptual row in the hlMatrixControlTable.

        An example of indexing of this entry is
        hlMatrixControlNlDroppedFrames.1"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) 1 }

.1.3.6.1.2.1.16.15.1.1.1
hlMatrixControlIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
        hlMatrixControlTable.  Each such entry defines
        a function that discovers conversations on a particular
        interface and places statistics about them in the
        nlMatrixSDTable and the nlMatrixDSTable, and optionally the
        alMatrixSDTable and alMatrixDSTable, on behalf of this
        hlMatrixControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 1 }

.1.3.6.1.2.1.16.15.1.1.2
hlMatrixControlDataSource OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DataSource
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source of the data for the associated matrix tables.

        The statistics in this group reflect all packets
        on the local network segment attached to the
        identified interface.

        This object may not be modified if the associated
        hlMatrixControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 2 }

.1.3.6.1.2.1.16.15.1.1.3
hlMatrixControlNlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the probe
        is out of some resources and decides to shed load from this
        collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that if the nlMatrixTables are inactive because no
        protocols are enabled in the protocol directory, this value
        should be 0.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 3 }

.1.3.6.1.2.1.16.15.1.1.4
hlMatrixControlNlInserts OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an nlMatrix entry has been
        inserted into the nlMatrix tables.  If an entry is inserted,
        then deleted, and then inserted, this counter will be
        incremented by 2.  The addition of a conversation into both
        the nlMatrixSDTable and nlMatrixDSTable shall be counted as
        two insertions (even though every addition into one table must
        be accompanied by an insertion into the other).

        To allow for efficient implementation strategies, agents may
        delay updating this object for short periods of time.  For
        example, an implementation strategy may allow internal
        data structures to differ from those visible via SNMP for
        short periods of time.  This counter may reflect the internal
        data structures for those short periods of time.

        Note that the sum of then nlMatrixSDTable and nlMatrixDSTable
        sizes can be determined by subtracting
        hlMatrixControlNlDeletes from hlMatrixControlNlInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 4 }

.1.3.6.1.2.1.16.15.1.1.5
hlMatrixControlNlDeletes OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an nlMatrix entry has been
        deleted from the nlMatrix tables (for any reason).  If an
        entry is deleted, then inserted, and then deleted, this
        counter will be incremented by 2.  The deletion of a
        conversation from both the nlMatrixSDTable and nlMatrixDSTable
        shall be counted as two deletions (even though every deletion
        from one table must be accompanied by a deletion from the
        other).

        To allow for efficient implementation strategies, agents may
        delay updating this object for short periods of time.  For
        example, an implementation strategy may allow internal
        data structures to differ from those visible via SNMP for
        short periods of time.  This counter may reflect the internal
        data structures for those short periods of time.

        Note that the table size can be determined by subtracting
        hlMatrixControlNlDeletes from hlMatrixControlNlInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 5 }

.1.3.6.1.2.1.16.15.1.1.6
hlMatrixControlNlMaxDesiredEntries OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of entries that are desired in the
        nlMatrix tables on behalf of this control entry.  The probe
        will not create more than this number of associated entries in
        the table but may choose to create fewer entries in this
        table for any reason, including the lack of resources.

        If this object is set to a value less than the current number
        of entries, enough entries are chosen in an
        implementation-dependent manner and deleted so that the number
        of entries in the table equals the value of this object.

        If this value is set to -1, the probe may create any number
        of entries in this table.  If the associated
        hlMatrixControlStatus object is equal to 'active', this
        object may not be modified.

        This object may be used to control how resources are allocated
        on the probe for the various RMON functions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 6 }

.1.3.6.1.2.1.16.15.1.1.7
hlMatrixControlAlDroppedFrames OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames that were received by the probe
        and therefore not accounted for in the *StatsDropEvents, but
        that the probe chose not to count for this entry for
        whatever reason.  Most often, this event occurs when the probe
        is out of some resources and decides to shed load from this
        collection.

        This count does not include packets that were not counted
        because they had MAC-layer errors.

        Note that if the alMatrixTables are not implemented or are
        inactive because no protocols are enabled in the protocol
        directory, this value should be 0.

        Note that, unlike the dropEvents counter, this number is the
        exact number of frames dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 7 }

.1.3.6.1.2.1.16.15.1.1.8
hlMatrixControlAlInserts OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an alMatrix entry has been
        inserted into the alMatrix tables.  If an entry is inserted,
        then deleted, and then inserted, this counter will be
        incremented by 2.  The addition of a conversation into both
        the alMatrixSDTable and alMatrixDSTable shall be counted as
        two insertions (even though every addition into one table must
        be accompanied by an insertion into the other).

        To allow for efficient implementation strategies, agents may
        delay updating this object for short periods of time.  For
        example, an implementation strategy may allow internal
        data structures to differ from those visible via SNMP for
        short periods of time.  This counter may reflect the internal
        data structures for those short periods of time.

        Note that the table size can be determined by subtracting
        hlMatrixControlAlDeletes from hlMatrixControlAlInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 8 }

.1.3.6.1.2.1.16.15.1.1.9
hlMatrixControlAlDeletes OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an alMatrix entry has been
        deleted from the alMatrix tables.  If an entry is deleted,
        then inserted, and then deleted, this counter will be
        incremented by 2.  The deletion of a conversation from both
        the alMatrixSDTable and alMatrixDSTable shall be counted as
        two deletions (even though every deletion from one table must
        be accompanied by a deletion from the other).

        To allow for efficient implementation strategies, agents may
        delay updating this object for short periods of time.  For
        example, an implementation strategy may allow internal
        data structures to differ from those visible via SNMP for
        short periods of time.  This counter may reflect the internal
        data structures for those short periods of time.

        Note that the table size can be determined by subtracting
        hlMatrixControlAlDeletes from hlMatrixControlAlInserts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 9 }

.1.3.6.1.2.1.16.15.1.1.10
hlMatrixControlAlMaxDesiredEntries OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of entries that are desired in the
        alMatrix tables on behalf of this control entry.  The probe
        will not create more than this number of associated entries in
        the table but may choose to create fewer entries in this
        table for any reason, including the lack of resources.

        If this object is set to a value less than the current number
        of entries, enough entries are chosen in an
        implementation-dependent manner and deleted so that the number
        of entries in the table equals the value of this object.

        If this value is set to -1, the probe may create any number
        of entries in this table.  If the associated
        hlMatrixControlStatus object is equal to 'active', this
        object may not be modified.

        This object may be used to control how resources are allocated
        on the probe for the various RMON functions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 10 }

.1.3.6.1.2.1.16.15.1.1.11
hlMatrixControlOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 11 }

.1.3.6.1.2.1.16.15.1.1.12
hlMatrixControlStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this hlMatrixControlEntry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all
        associated entries in the nlMatrixSDTable,
        nlMatrixDSTable, alMatrixSDTable, and alMatrixDSTable
        shall be deleted by the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) hlMatrixControlTable(1) hlMatrixControlEntry(1) 12 }

.1.3.6.1.2.1.16.15.2
nlMatrixSDTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of traffic matrix entries that collect statistics for
        conversations between two network-level addresses.  This table
        is indexed first by the source address and then by the
        destination address to make it convenient to collect all
        conversations from a particular address.

        The probe will populate this table for all network layer
        protocols in the protocol directory table whose value of
        protocolDirMatrixConfig is equal to supportedOn(3), and
        will delete any entries whose protocolDirEntry is deleted or
        has a protocolDirMatrixConfig value of supportedOff(2).

        The probe will add to this table all pairs of addresses
        seen in all packets with no MAC errors and will increment
        octet and packet counts in the table for all packets with no
        MAC errors.

        Further, this table will only contain entries that have a
        corresponding entry in the nlMatrixDSTable with the same
        source address and destination address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) 2 }

.1.3.6.1.2.1.16.15.2.1
nlMatrixSDEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hlMatrixControlIndex, nlMatrixSDTimeMark, protocolDirLocalIndex, nlMatrixSDSourceAddress, nlMatrixSDDestAddress }
  DESCRIPTION	"A conceptual row in the nlMatrixSDTable.

        The hlMatrixControlIndex value in the index identifies the
        hlMatrixControlEntry on whose behalf this entry was created.
        The protocolDirLocalIndex value in the index identifies the
        network-layer protocol of the nlMatrixSDSourceAddress and
        nlMatrixSDDestAddress.

        An example of the indexing of this table is
        nlMatrixSDPkts.1.783495.18.4.128.2.6.6.4.128.2.6.7.

        Note that some combinations of index values may result in an
        index that exceeds 128 sub-identifiers in length, which exceeds
        the maximum for the SNMP protocol.  Implementations should take
        care to avoid such combinations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixSDTable(2) 1 }

.1.3.6.1.2.1.16.15.2.1.1
nlMatrixSDTimeMark OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry.  See the TimeFilter textual
        convention to see how this works."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixSDTable(2) nlMatrixSDEntry(1) 1 }

.1.3.6.1.2.1.16.15.2.1.2
nlMatrixSDSourceAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network source address for this nlMatrixSDEntry.

        This is represented as an octet string with
        specific semantics and length as identified
        by the protocolDirLocalIndex component of the index.

        For example, if the protocolDirLocalIndex indicates an
        encapsulation of IP, this object is encoded as a length
        octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixSDTable(2) nlMatrixSDEntry(1) 2 }

.1.3.6.1.2.1.16.15.2.1.3
nlMatrixSDDestAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network destination address for this
        nlMatrixSDEntry.

        This is represented as an octet string with
        specific semantics and length as identified
        by the protocolDirLocalIndex component of the index.

        For example, if the protocolDirLocalIndex indicates an
        encapsulation of IP, this object is encoded as a length
        octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixSDTable(2) nlMatrixSDEntry(1) 3 }

.1.3.6.1.2.1.16.15.2.1.4
nlMatrixSDPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets without errors transmitted from the
        source address to the destination address since this entry was
        added to the nlMatrixSDTable.  Note that this is the number of
        link-layer packets, so if a single network-layer packet is
        fragmented into several link-layer frames, this counter is
        incremented several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixSDTable(2) nlMatrixSDEntry(1) 4 }

.1.3.6.1.2.1.16.15.2.1.5
nlMatrixSDOctets OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted from the source address to
        the destination address since this entry was added to the
        nlMatrixSDTable (excluding framing bits, but
        including FCS octets), excluding octets in packets that
        contained errors.

        Note that this doesn't count just those octets in the particular
        protocol frames but includes the entire packet that contained
        the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixSDTable(2) nlMatrixSDEntry(1) 5 }

.1.3.6.1.2.1.16.15.2.1.6
nlMatrixSDCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this entry was last activated.
        This can be used by the management station to ensure that the
        entry has not been deleted and recreated between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixSDTable(2) nlMatrixSDEntry(1) 6 }

.1.3.6.1.2.1.16.15.3
nlMatrixDSTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of traffic matrix entries that collect statistics for
        conversations between two network-level addresses.  This table
        is indexed first by the destination address and then by the
        source address to make it convenient to collect all
        conversations to a particular address.

        The probe will populate this table for all network layer
        protocols in the protocol directory table whose value of
        protocolDirMatrixConfig is equal to supportedOn(3), and
        will delete any entries whose protocolDirEntry is deleted or
        has a protocolDirMatrixConfig value of supportedOff(2).

        The probe will add to this table all pairs of addresses
        seen in all packets with no MAC errors and will increment
        octet and packet counts in the table for all packets with no
        MAC errors.

        Further, this table will only contain entries that have a
        corresponding entry in the nlMatrixSDTable with the same
        source address and destination address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) 3 }

.1.3.6.1.2.1.16.15.3.1
nlMatrixDSEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hlMatrixControlIndex, nlMatrixDSTimeMark, protocolDirLocalIndex, nlMatrixDSDestAddress, nlMatrixDSSourceAddress }
  DESCRIPTION	"A conceptual row in the nlMatrixDSTable.

        The hlMatrixControlIndex value in the index identifies the
        hlMatrixControlEntry on whose behalf this entry was created.
        The protocolDirLocalIndex value in the index identifies the
        network-layer protocol of the nlMatrixDSSourceAddress and
        nlMatrixDSDestAddress.

        An example of the indexing of this table is
        nlMatrixDSPkts.1.783495.18.4.128.2.6.7.4.128.2.6.6.

        Note that some combinations of index values may result in an
        index that exceeds 128 sub-identifiers in length, which exceeds
        the maximum for the SNMP protocol.  Implementations should take
        care to avoid such combinations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixDSTable(3) 1 }

.1.3.6.1.2.1.16.15.3.1.1
nlMatrixDSTimeMark OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry.  See the TimeFilter textual
        convention to see how this works."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixDSTable(3) nlMatrixDSEntry(1) 1 }

.1.3.6.1.2.1.16.15.3.1.2
nlMatrixDSSourceAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network source address for this nlMatrixDSEntry.

        This is represented as an octet string with
        specific semantics and length as identified
        by the protocolDirLocalIndex component of the index.

        For example, if the protocolDirLocalIndex indicates an
        encapsulation of IP, this object is encoded as a length
        octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixDSTable(3) nlMatrixDSEntry(1) 2 }

.1.3.6.1.2.1.16.15.3.1.3
nlMatrixDSDestAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network destination address for this
        nlMatrixDSEntry.

        This is represented as an octet string with
        specific semantics and length as identified
        by the protocolDirLocalIndex component of the index.

        For example, if the protocolDirLocalIndex indicates an
        encapsulation of IP, this object is encoded as a length
        octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixDSTable(3) nlMatrixDSEntry(1) 3 }

.1.3.6.1.2.1.16.15.3.1.4
nlMatrixDSPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets without errors transmitted from the
        source address to the destination address since this entry was
        added to the nlMatrixDSTable.  Note that this is the number of
        link-layer packets, so if a single network-layer packet is
        fragmented into several link-layer frames, this counter is
        incremented several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixDSTable(3) nlMatrixDSEntry(1) 4 }

.1.3.6.1.2.1.16.15.3.1.5
nlMatrixDSOctets OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted from the source address
        to the destination address since this entry was added to the
        nlMatrixDSTable (excluding framing bits, but
        including FCS octets), excluding octets in packets that
        contained errors.

        Note that this doesn't count just those octets in the particular
        protocol frames but includes the entire packet that contained
        the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixDSTable(3) nlMatrixDSEntry(1) 5 }

.1.3.6.1.2.1.16.15.3.1.6
nlMatrixDSCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this entry was last activated.
        This can be used by the management station to ensure that the
        entry has not been deleted and recreated between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixDSTable(3) nlMatrixDSEntry(1) 6 }

.1.3.6.1.2.1.16.15.4
nlMatrixTopNControlTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A set of parameters that control the creation of a
        report of the top N matrix entries according to
        a selected metric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) 4 }

.1.3.6.1.2.1.16.15.4.1
nlMatrixTopNControlEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ nlMatrixTopNControlIndex }
  DESCRIPTION	"A conceptual row in the nlMatrixTopNControlTable.

        An example of the indexing of this table is
        nlMatrixTopNControlDuration.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) 1 }

.1.3.6.1.2.1.16.15.4.1.1
nlMatrixTopNControlIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry
        in the nlMatrixTopNControlTable.  Each such
        entry defines one topN report prepared for
        one interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 1 }

.1.3.6.1.2.1.16.15.4.1.2
nlMatrixTopNControlMatrixIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The nlMatrix[SD/DS] table for which a topN report will be
        prepared on behalf of this entry.  The nlMatrix[SD/DS] table
        is identified by the value of the hlMatrixControlIndex
        for that table - that value is used here to identify the
        particular table.

        This object may not be modified if the associated
        nlMatrixTopNControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 2 }

.1.3.6.1.2.1.16.15.4.1.3
nlMatrixTopNControlRateBase OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {nlMatrixTopNPkts(1), nlMatrixTopNOctets(2), nlMatrixTopNHighCapacityPkts(3), nlMatrixTopNHighCapacityOctets(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The variable for each nlMatrix[SD/DS] entry that the
        nlMatrixTopNEntries are sorted by, as well as a control
        for the table that the results will be reported in.

        This object may not be modified if the associated
        nlMatrixTopNControlStatus object is equal to active(1).

        If this value is less than or equal to 2, when the report
        is prepared, entries are created in the nlMatrixTopNTable
        associated with this object.
        If this value is greater than or equal to 3, when the report
        is prepared, entries are created in the
        nlMatrixTopNHighCapacityTable associated with this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 3 }

.1.3.6.1.2.1.16.15.4.1.4
nlMatrixTopNControlTimeRemaining OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds left in the report currently
        being collected.  When this object is modified by
        the management station, a new collection is started,
        possibly aborting a currently running report.  The
        new value is used as the requested duration of this
        report and is immediately loaded into the associated
        nlMatrixTopNControlDuration object.

        When the report finishes, the probe will automatically
        start another collection with the same initial value
        of nlMatrixTopNControlTimeRemaining.  Thus, the management
        station may simply read the resulting reports repeatedly,
        checking the startTime and duration each time to ensure that a
        report was not missed or that the report parameters were not
        changed.

        While the value of this object is non-zero, it decrements
        by one per second until it reaches zero.  At the time
        that this object decrements to zero, the report is made
        accessible in the nlMatrixTopNTable, overwriting any report
        that may be there.

        When this object is modified by the management station, any
        associated entries in the nlMatrixTopNTable shall be deleted.

        (Note that this is a different algorithm than the one used
        in the hostTopNTable)."
  DEFVAL	{ 1800 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 4 }

.1.3.6.1.2.1.16.15.4.1.5
nlMatrixTopNControlGeneratedReports OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of reports that have been generated by this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 5 }

.1.3.6.1.2.1.16.15.4.1.6
nlMatrixTopNControlDuration OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds that this report has collected
        during the last sampling interval.

        When the associated nlMatrixTopNControlTimeRemaining object is
        set, this object shall be set by the probe to the
        same value and shall not be modified until the next
        time the nlMatrixTopNControlTimeRemaining is set.

        This value shall be zero if no reports have been
        requested for this nlMatrixTopNControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 6 }

.1.3.6.1.2.1.16.15.4.1.7
nlMatrixTopNControlRequestedSize OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of matrix entries requested for this report.

        When this object is created or modified, the probe
        should set nlMatrixTopNControlGrantedSize as closely to this
        object as possible for the particular probe
        implementation and available resources."
  DEFVAL	{ 150 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 7 }

.1.3.6.1.2.1.16.15.4.1.8
nlMatrixTopNControlGrantedSize OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of matrix entries in this report.

        When the associated nlMatrixTopNControlRequestedSize object is
        created or modified, the probe should set this
        object as closely to the requested value as
        possible for the particular implementation and
        available resources.  The probe must not lower this
        value except as a side-effect of a set to the associated
        nlMatrixTopNControlRequestedSize object.

        If the value of nlMatrixTopNControlRateBase is equal to
        nlMatrixTopNPkts, when the next topN report is generated,
        matrix entries with the highest value of nlMatrixTopNPktRate
        shall be placed in this table in decreasing order of this rate
        until there is no more room or until there are no more
        matrix entries.

        If the value of nlMatrixTopNControlRateBase is equal to
        nlMatrixTopNOctets, when the next topN report is generated,
        matrix entries with the highest value of nlMatrixTopNOctetRate
        shall be placed in this table in decreasing order of this rate
        until there is no more room or until there are no more
        matrix entries.

        It is an implementation-specific matter how entries with the
        same value of nlMatrixTopNPktRate or nlMatrixTopNOctetRate are
        sorted.  It is also an implementation-specific matter as to
        whether zero-valued entries are available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 8 }

.1.3.6.1.2.1.16.15.4.1.9
nlMatrixTopNControlStartTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this topN report was
        last started.  In other words, this is the time that
        the associated nlMatrixTopNControlTimeRemaining object was
        modified to start the requested report or the time
        the report was last automatically (re)started.

        This object may be used by the management station to
        determine whether a report was missed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 9 }

.1.3.6.1.2.1.16.15.4.1.10
nlMatrixTopNControlOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 10 }

.1.3.6.1.2.1.16.15.4.1.11
nlMatrixTopNControlStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this nlMatrixTopNControlEntry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all
        associated entries in the nlMatrixTopNTable shall be deleted
        by the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNControlTable(4) nlMatrixTopNControlEntry(1) 11 }

.1.3.6.1.2.1.16.15.5
nlMatrixTopNTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A set of statistics for those network-layer matrix entries
        that have counted the highest number of octets or packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) 5 }

.1.3.6.1.2.1.16.15.5.1
nlMatrixTopNEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ nlMatrixTopNControlIndex, nlMatrixTopNIndex }
  DESCRIPTION	"A conceptual row in the nlMatrixTopNTable.

        The nlMatrixTopNControlIndex value in the index identifies the
        nlMatrixTopNControlEntry on whose behalf this entry was
        created.

        An example of the indexing of this table is
        nlMatrixTopNPktRate.3.10"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNTable(5) 1 }

.1.3.6.1.2.1.16.15.5.1.1
nlMatrixTopNIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in
        the nlMatrixTopNTable among those in the same report.
        This index is between 1 and N, where N is the
        number of entries in this report.

        If the value of nlMatrixTopNControlRateBase is equal to
        nlMatrixTopNPkts, increasing values of nlMatrixTopNIndex shall
        be assigned to entries with decreasing values of
        nlMatrixTopNPktRate until index N is assigned or there are no
        more nlMatrixTopNEntries.

        If the value of nlMatrixTopNControlRateBase is equal to
        nlMatrixTopNOctets, increasing values of nlMatrixTopNIndex
        shall be assigned to entries with decreasing values of
        nlMatrixTopNOctetRate until index N is assigned or there are
        no more nlMatrixTopNEntries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNTable(5) nlMatrixTopNEntry(1) 1 }

.1.3.6.1.2.1.16.15.5.1.2
nlMatrixTopNProtocolDirLocalIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The protocolDirLocalIndex of the network-layer protocol of
        this entry's network address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNTable(5) nlMatrixTopNEntry(1) 2 }

.1.3.6.1.2.1.16.15.5.1.3
nlMatrixTopNSourceAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The network-layer address of the source host in this
        conversation.

        This is represented as an octet string with
        specific semantics and length as identified
        by the associated nlMatrixTopNProtocolDirLocalIndex.

        For example, if the protocolDirLocalIndex indicates an
        encapsulation of IP, this object is encoded as a length
        octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNTable(5) nlMatrixTopNEntry(1) 3 }

.1.3.6.1.2.1.16.15.5.1.4
nlMatrixTopNDestAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The network-layer address of the destination host in this
        conversation.

        This is represented as an octet string with
        specific semantics and length as identified
        by the associated nlMatrixTopNProtocolDirLocalIndex.

        For example, if the nlMatrixTopNProtocolDirLocalIndex
        indicates an encapsulation of IP, this object is encoded as a
        length octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNTable(5) nlMatrixTopNEntry(1) 4 }

.1.3.6.1.2.1.16.15.5.1.5
nlMatrixTopNPktRate OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets seen from the source host
        to the destination host during this sampling interval, counted
        using the rules for counting the nlMatrixSDPkts object.
        If the value of nlMatrixTopNControlRateBase is
        nlMatrixTopNPkts, this variable will be used to sort this
        report."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNTable(5) nlMatrixTopNEntry(1) 5 }

.1.3.6.1.2.1.16.15.5.1.6
nlMatrixTopNReversePktRate OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets seen from the destination host to the
        source host during this sampling interval, counted
        using the rules for counting the nlMatrixSDPkts object.  (Note
        that the corresponding nlMatrixSDPkts object selected is the
        one whose source address is equal to nlMatrixTopNDestAddress
        and whose destination address is equal to
        nlMatrixTopNSourceAddress.)

        Note that if the value of nlMatrixTopNControlRateBase is equal
        to nlMatrixTopNPkts, the sort of topN entries is based
        entirely on nlMatrixTopNPktRate, and not on the value of this
        object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNTable(5) nlMatrixTopNEntry(1) 6 }

.1.3.6.1.2.1.16.15.5.1.7
nlMatrixTopNOctetRate OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets seen from the source host
        to the destination host during this sampling interval, counted
        using the rules for counting the nlMatrixSDOctets object.  If
        the value of nlMatrixTopNControlRateBase is
        nlMatrixTopNOctets, this variable will be used to sort this
        report."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNTable(5) nlMatrixTopNEntry(1) 7 }

.1.3.6.1.2.1.16.15.5.1.8
nlMatrixTopNReverseOctetRate OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets seen from the destination host to the
        source host during this sampling interval, counted
        using the rules for counting the nlMatrixDSOctets object.  (Note
        that the corresponding nlMatrixSDOctets object selected is the
        one whose source address is equal to nlMatrixTopNDestAddress
        and whose destination address is equal to
        nlMatrixTopNSourceAddress.)

        Note that if the value of nlMatrixTopNControlRateBase is equal
        to nlMatrixTopNOctets, the sort of topN entries is based
        entirely on nlMatrixTopNOctetRate, and not on the value of
        this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) nlMatrix(15) nlMatrixTopNTable(5) nlMatrixTopNEntry(1) 8 }

.1.3.6.1.2.1.16.16
alHost OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 16 }

.1.3.6.1.2.1.16.16.1
alHostTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A collection of statistics for a particular protocol from a
        particular network address that has been discovered on an
        interface of this device.

        The probe will populate this table for all protocols in the
        protocol directory table whose value of
        protocolDirHostConfig is equal to supportedOn(3), and
        will delete any entries whose protocolDirEntry is deleted or
        has a protocolDirHostConfig value of supportedOff(2).

        The probe will add to this table all addresses
        seen as the source or destination address in all packets with
        no MAC errors and will increment octet and packet counts in
        the table for all packets with no MAC errors.  Further,
        entries will only be added to this table if their address
        exists in the nlHostTable and will be deleted from this table
        if their address is deleted from the nlHostTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alHost(16) 1 }

.1.3.6.1.2.1.16.16.1.1
alHostEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hlHostControlIndex, alHostTimeMark, protocolDirLocalIndex, nlHostAddress, protocolDirLocalIndex }
  DESCRIPTION	"A conceptual row in the alHostTable.

        The hlHostControlIndex value in the index identifies the
        hlHostControlEntry on whose behalf this entry was created.
        The first protocolDirLocalIndex value in the index identifies
        the network-layer protocol of the address.
        The nlHostAddress value in the index identifies the network-
        layer address of this entry.
        The second protocolDirLocalIndex value in the index identifies
        the protocol that is counted by this entry.

        An example of the indexing in this entry is
        alHostOutPkts.1.783495.18.4.128.2.6.6.34.

        Note that some combinations of index values may result in an
        index that exceeds 128 sub-identifiers in length, which exceeds
        the maximum for the SNMP protocol.  Implementations should take
        care to avoid such combinations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alHost(16) alHostTable(1) 1 }

.1.3.6.1.2.1.16.16.1.1.1
alHostTimeMark OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry.  See the TimeFilter textual
        convention to see how this works."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alHost(16) alHostTable(1) alHostEntry(1) 1 }

.1.3.6.1.2.1.16.16.1.1.2
alHostInPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets of this protocol type without errors
        transmitted to this address since it was added to the
        alHostTable.  Note that this is the number of link-layer
        packets, so if a single network-layer packet is fragmented
        into several link-layer frames, this counter is incremented
        several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alHost(16) alHostTable(1) alHostEntry(1) 2 }

.1.3.6.1.2.1.16.16.1.1.3
alHostOutPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets of this protocol type without errors
        transmitted by this address since it was added to the
        alHostTable.  Note that this is the number of link-layer
        packets, so if a single network-layer packet is fragmented
        into several link-layer frames, this counter is incremented
        several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alHost(16) alHostTable(1) alHostEntry(1) 3 }

.1.3.6.1.2.1.16.16.1.1.4
alHostInOctets OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted to this address
        of this protocol type since it was added to the
        alHostTable (excluding framing bits, but including
        FCS octets), excluding octets in packets that
        contained errors.

        Note that this doesn't count just those octets in the particular
        protocol frames but includes the entire packet that contained
        the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alHost(16) alHostTable(1) alHostEntry(1) 4 }

.1.3.6.1.2.1.16.16.1.1.5
alHostOutOctets OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted by this address
        of this protocol type since it was added to the
        alHostTable (excluding framing bits, but including
        FCS octets), excluding octets in packets that
        contained errors.

        Note that this doesn't count just those octets in the particular
        protocol frames but includes the entire packet that contained
        the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alHost(16) alHostTable(1) alHostEntry(1) 5 }

.1.3.6.1.2.1.16.16.1.1.6
alHostCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this entry was last activated.
        This can be used by the management station to ensure that the
        entry has not been deleted and recreated between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alHost(16) alHostTable(1) alHostEntry(1) 6 }

.1.3.6.1.2.1.16.17
alMatrix OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 17 }

.1.3.6.1.2.1.16.17.1
alMatrixSDTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of application traffic matrix entries that collect
        statistics for conversations of a particular protocol between
        two network-level addresses.  This table is indexed first by
        the source address and then by the destination address to make
        it convenient to collect all statistics from a particular
        address.

        The probe will populate this table for all protocols in the
        protocol directory table whose value of
        protocolDirMatrixConfig is equal to supportedOn(3), and
        will delete any entries whose protocolDirEntry is deleted or
        has a protocolDirMatrixConfig value of supportedOff(2).

        The probe will add to this table all pairs of addresses for
        all protocols seen in all packets with no MAC errors and will
        increment octet and packet counts in the table for all packets
        with no MAC errors.  Further, entries will only be added to
        this table if their address pair exists in the nlMatrixSDTable
        and will be deleted from this table if the address pair is
        deleted from the nlMatrixSDTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) 1 }

.1.3.6.1.2.1.16.17.1.1
alMatrixSDEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hlMatrixControlIndex, alMatrixSDTimeMark, protocolDirLocalIndex, nlMatrixSDSourceAddress, nlMatrixSDDestAddress, protocolDirLocalIndex }
  DESCRIPTION	"A conceptual row in the alMatrixSDTable.

        The hlMatrixControlIndex value in the index identifies the
        hlMatrixControlEntry on whose behalf this entry was created.
        The first protocolDirLocalIndex value in the index identifies
        the network-layer protocol of the nlMatrixSDSourceAddress and
        nlMatrixSDDestAddress.
        The nlMatrixSDSourceAddress value in the index identifies the
        network-layer address of the source host in this conversation.
        The nlMatrixSDDestAddress value in the index identifies the
        network-layer address of the destination host in this
        conversation.
        The second protocolDirLocalIndex value in the index identifies
        the protocol that is counted by this entry.

        An example of the indexing of this entry is
        alMatrixSDPkts.1.783495.18.4.128.2.6.6.4.128.2.6.7.34.

        Note that some combinations of index values may result in an
        index that exceeds 128 sub-identifiers in length, which exceeds
        the maximum for the SNMP protocol.  Implementations should take
        care to avoid such combinations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixSDTable(1) 1 }

.1.3.6.1.2.1.16.17.1.1.1
alMatrixSDTimeMark OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry.  See the TimeFilter textual
        convention to see how this works."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixSDTable(1) alMatrixSDEntry(1) 1 }

.1.3.6.1.2.1.16.17.1.1.2
alMatrixSDPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets of this protocol type without errors
        transmitted from the source address to the destination address
        since this entry was added to the alMatrixSDTable.  Note that
        this is the number of link-layer packets, so if a single
        network-layer packet is fragmented into several link-layer
        frames, this counter is incremented several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixSDTable(1) alMatrixSDEntry(1) 2 }

.1.3.6.1.2.1.16.17.1.1.3
alMatrixSDOctets OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets in packets of this protocol type
        transmitted from the source address to the destination address
        since this entry was added to the alMatrixSDTable (excluding
        framing bits, but including FCS octets), excluding octets
        in packets that contained errors.

        Note that this doesn't count just those octets in the particular
        protocol frames but includes the entire packet that contained
        the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixSDTable(1) alMatrixSDEntry(1) 3 }

.1.3.6.1.2.1.16.17.1.1.4
alMatrixSDCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this entry was last activated.
        This can be used by the management station to ensure that the
        entry has not been deleted and recreated between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixSDTable(1) alMatrixSDEntry(1) 4 }

.1.3.6.1.2.1.16.17.2
alMatrixDSTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of application traffic matrix entries that collect
        statistics for conversations of a particular protocol between
        two network-level addresses.  This table is indexed first by
        the destination address and then by the source address to make
        it convenient to collect all statistics to a particular
        address.

        The probe will populate this table for all protocols in the
        protocol directory table whose value of
        protocolDirMatrixConfig is equal to supportedOn(3), and
        will delete any entries whose protocolDirEntry is deleted or
        has a protocolDirMatrixConfig value of supportedOff(2).

        The probe will add to this table all pairs of addresses for
        all protocols seen in all packets with no MAC errors and will
        increment octet and packet counts in the table for all packets
        with no MAC errors.  Further, entries will only be added to
        this table if their address pair exists in the nlMatrixDSTable
        and will be deleted from this table if the address pair is
        deleted from the nlMatrixDSTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) 2 }

.1.3.6.1.2.1.16.17.2.1
alMatrixDSEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hlMatrixControlIndex, alMatrixDSTimeMark, protocolDirLocalIndex, nlMatrixDSDestAddress, nlMatrixDSSourceAddress, protocolDirLocalIndex }
  DESCRIPTION	"A conceptual row in the alMatrixDSTable.

        The hlMatrixControlIndex value in the index identifies the
        hlMatrixControlEntry on whose behalf this entry was created.
        The first protocolDirLocalIndex value in the index identifies
        the network-layer protocol of the alMatrixDSSourceAddress and
        alMatrixDSDestAddress.
        The nlMatrixDSDestAddress value in the index identifies the
        network-layer address of the destination host in this
        conversation.
        The nlMatrixDSSourceAddress value in the index identifies the
        network-layer address of the source host in this conversation.
        The second protocolDirLocalIndex value in the index identifies
        the protocol that is counted by this entry.

        An example of the indexing of this entry is
        alMatrixDSPkts.1.783495.18.4.128.2.6.7.4.128.2.6.6.34.

        Note that some combinations of index values may result in an
        index that exceeds 128 sub-identifiers in length, which exceeds
        the maximum for the SNMP protocol.  Implementations should take
        care to avoid such combinations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixDSTable(2) 1 }

.1.3.6.1.2.1.16.17.2.1.1
alMatrixDSTimeMark OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry.  See the TimeFilter textual
        convention to see how this works."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixDSTable(2) alMatrixDSEntry(1) 1 }

.1.3.6.1.2.1.16.17.2.1.2
alMatrixDSPkts OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets of this protocol type without errors
        transmitted from the source address to the destination address
        since this entry was added to the alMatrixDSTable.  Note that
        this is the number of link-layer packets, so if a single
        network-layer packet is fragmented into several link-layer
        frames, this counter is incremented several times."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixDSTable(2) alMatrixDSEntry(1) 2 }

.1.3.6.1.2.1.16.17.2.1.3
alMatrixDSOctets OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets in packets of this protocol type
        transmitted from the source address to the destination address
        since this entry was added to the alMatrixDSTable (excluding
        framing bits, but including FCS octets), excluding octets
        in packets that contained errors.

        Note that this doesn't count just those octets in the particular
        protocol frames but includes the entire packet that contained
        the protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixDSTable(2) alMatrixDSEntry(1) 3 }

.1.3.6.1.2.1.16.17.2.1.4
alMatrixDSCreateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this entry was last activated.
        This can be used by the management station to ensure that the
        entry has not been deleted and recreated between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixDSTable(2) alMatrixDSEntry(1) 4 }

.1.3.6.1.2.1.16.17.3
alMatrixTopNControlTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A set of parameters that control the creation of a
        report of the top N matrix entries according to
        a selected metric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) 3 }

.1.3.6.1.2.1.16.17.3.1
alMatrixTopNControlEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ alMatrixTopNControlIndex }
  DESCRIPTION	"A conceptual row in the alMatrixTopNControlTable.

        An example of the indexing of this table is
        alMatrixTopNControlDuration.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) 1 }

.1.3.6.1.2.1.16.17.3.1.1
alMatrixTopNControlIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry
        in the alMatrixTopNControlTable.  Each such
        entry defines one topN report prepared for
        one interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 1 }

.1.3.6.1.2.1.16.17.3.1.2
alMatrixTopNControlMatrixIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The alMatrix[SD/DS] table for which a topN report will be
        prepared on behalf of this entry.  The alMatrix[SD/DS] table
        is identified by the value of the hlMatrixControlIndex
        for that table - that value is used here to identify the
        particular table.

        This object may not be modified if the associated
        alMatrixTopNControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 2 }

.1.3.6.1.2.1.16.17.3.1.3
alMatrixTopNControlRateBase OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {alMatrixTopNTerminalsPkts(1), alMatrixTopNTerminalsOctets(2), alMatrixTopNAllPkts(3), alMatrixTopNAllOctets(4), alMatrixTopNTerminalsHighCapacityPkts(5), alMatrixTopNTerminalsHighCapacityOctets(6), alMatrixTopNAllHighCapacityPkts(7), alMatrixTopNAllHighCapacityOctets(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls which alMatrix[SD/DS] entry that the
        alMatrixTopNEntries are sorted by, which view of the matrix
        table that will be used, as well as which table the results
        will be reported in.

        The values alMatrixTopNTerminalsPkts,
        alMatrixTopNTerminalsOctets,
        alMatrixTopNTerminalsHighCapacityPkts, and
        alMatrixTopNTerminalsHighCapacityOctets cause collection
        only from protocols that have no child protocols that are
        counted.  The values alMatrixTopNAllPkts,
        alMatrixTopNAllOctets, alMatrixTopNAllHighCapacityPkts, and
        alMatrixTopNAllHighCapacityOctets cause collection from all
        alMatrix entries.

        This object may not be modified if the associated
        alMatrixTopNControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 3 }

.1.3.6.1.2.1.16.17.3.1.4
alMatrixTopNControlTimeRemaining OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds left in the report currently
        being collected.  When this object is modified by
        the management station, a new collection is started,
        possibly aborting a currently running report.  The
        new value is used as the requested duration of this
        report and is immediately loaded into the associated
        alMatrixTopNControlDuration object.

        When the report finishes, the probe will automatically
        start another collection with the same initial value
        of alMatrixTopNControlTimeRemaining.  Thus, the management
        station may simply read the resulting reports repeatedly,
        checking the startTime and duration each time to ensure that a
        report was not missed or that the report parameters were not
        changed.

        While the value of this object is non-zero, it decrements
        by one per second until it reaches zero.  At the time
        that this object decrements to zero, the report is made
        accessible in the alMatrixTopNTable, overwriting any report
        that may be there.

        When this object is modified by the management station, any
        associated entries in the alMatrixTopNTable shall be deleted.

        (Note that this is a different algorithm than the one used
        in the hostTopNTable)."
  DEFVAL	{ 1800 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 4 }

.1.3.6.1.2.1.16.17.3.1.5
alMatrixTopNControlGeneratedReports OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of reports that have been generated by this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 5 }

.1.3.6.1.2.1.16.17.3.1.6
alMatrixTopNControlDuration OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds that this report has collected
        during the last sampling interval.

        When the associated alMatrixTopNControlTimeRemaining object
        is set, this object shall be set by the probe to the
        same value and shall not be modified until the next
        time the alMatrixTopNControlTimeRemaining is set.

        This value shall be zero if no reports have been
        requested for this alMatrixTopNControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 6 }

.1.3.6.1.2.1.16.17.3.1.7
alMatrixTopNControlRequestedSize OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of matrix entries requested for this report.

        When this object is created or modified, the probe
        should set alMatrixTopNControlGrantedSize as closely to this
        object as possible for the particular probe
        implementation and available resources."
  DEFVAL	{ 150 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 7 }

.1.3.6.1.2.1.16.17.3.1.8
alMatrixTopNControlGrantedSize OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of matrix entries in this report.

        When the associated alMatrixTopNControlRequestedSize object
        is created or modified, the probe should set this
        object as closely to the requested value as
        possible for the particular implementation and
        available resources. The probe must not lower this
        value except as a side-effect of a set to the associated
        alMatrixTopNControlRequestedSize object.

        If the value of alMatrixTopNControlRateBase is equal to
        alMatrixTopNTerminalsPkts or alMatrixTopNAllPkts, when the
        next topN report is generated, matrix entries with the highest
        value of alMatrixTopNPktRate shall be placed in this table in
        decreasing order of this rate until there is no more room or
        until there are no more matrix entries.

        If the value of alMatrixTopNControlRateBase is equal to
        alMatrixTopNTerminalsOctets or alMatrixTopNAllOctets, when the
        next topN report is generated, matrix entries with the highest
        value of alMatrixTopNOctetRate shall be placed in this table
        in decreasing order of this rate until there is no more room
        or until there are no more matrix entries.

        It is an implementation-specific matter how entries with the
        same value of alMatrixTopNPktRate or alMatrixTopNOctetRate are
        sorted.  It is also an implementation-specific matter as to
        whether zero-valued entries are available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 8 }

.1.3.6.1.2.1.16.17.3.1.9
alMatrixTopNControlStartTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this topN report was
        last started.  In other words, this is the time that
        the associated alMatrixTopNControlTimeRemaining object
        was modified to start the requested report or the time
        the report was last automatically (re)started.

        This object may be used by the management station to
        determine whether a report was missed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 9 }

.1.3.6.1.2.1.16.17.3.1.10
alMatrixTopNControlOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 10 }

.1.3.6.1.2.1.16.17.3.1.11
alMatrixTopNControlStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this alMatrixTopNControlEntry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all
        associated entries in the alMatrixTopNTable shall be
        deleted by the agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNControlTable(3) alMatrixTopNControlEntry(1) 11 }

.1.3.6.1.2.1.16.17.4
alMatrixTopNTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A set of statistics for those application-layer matrix
        entries that have counted the highest number of octets or
        packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) 4 }

.1.3.6.1.2.1.16.17.4.1
alMatrixTopNEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ alMatrixTopNControlIndex, alMatrixTopNIndex }
  DESCRIPTION	"A conceptual row in the alMatrixTopNTable.

        The alMatrixTopNControlIndex value in the index identifies
        the alMatrixTopNControlEntry on whose behalf this entry was
        created.

        An example of the indexing of this table is
        alMatrixTopNPktRate.3.10"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) 1 }

.1.3.6.1.2.1.16.17.4.1.1
alMatrixTopNIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in
        the alMatrixTopNTable among those in the same report.

        This index is between 1 and N, where N is the
        number of entries in this report.

        If the value of alMatrixTopNControlRateBase is equal to
        alMatrixTopNTerminalsPkts or alMatrixTopNAllPkts, increasing
        values of alMatrixTopNIndex shall be assigned to entries with
        decreasing values of alMatrixTopNPktRate until index N is
        assigned or there are no more alMatrixTopNEntries.

        If the value of alMatrixTopNControlRateBase is equal to
        alMatrixTopNTerminalsOctets or alMatrixTopNAllOctets,
        increasing values of alMatrixTopNIndex shall be assigned to
        entries with decreasing values of alMatrixTopNOctetRate until
        index N is assigned or there are no more alMatrixTopNEntries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) alMatrixTopNEntry(1) 1 }

.1.3.6.1.2.1.16.17.4.1.2
alMatrixTopNProtocolDirLocalIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The protocolDirLocalIndex of the network-layer protocol of
        this entry's network address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) alMatrixTopNEntry(1) 2 }

.1.3.6.1.2.1.16.17.4.1.3
alMatrixTopNSourceAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The network-layer address of the source host in this
        conversation.

        This is represented as an octet string with
        specific semantics and length as identified
        by the associated alMatrixTopNProtocolDirLocalIndex.

        For example, if the alMatrixTopNProtocolDirLocalIndex
        indicates an encapsulation of IP, this object is encoded as a
        length octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) alMatrixTopNEntry(1) 3 }

.1.3.6.1.2.1.16.17.4.1.4
alMatrixTopNDestAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The network-layer address of the destination host in this
        conversation.

        This is represented as an octet string with
        specific semantics and length as identified
        by the associated alMatrixTopNProtocolDirLocalIndex.

        For example, if the alMatrixTopNProtocolDirLocalIndex
        indicates an encapsulation of IP, this object is encoded as a
        length octet of 4, followed by the 4 octets of the IP address,
        in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) alMatrixTopNEntry(1) 4 }

.1.3.6.1.2.1.16.17.4.1.5
alMatrixTopNAppProtocolDirLocalIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the protocol counted by this matrix entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) alMatrixTopNEntry(1) 5 }

.1.3.6.1.2.1.16.17.4.1.6
alMatrixTopNPktRate OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets seen of this protocol from the source
        host to the destination host during this sampling interval,
        counted using the rules for counting the alMatrixSDPkts
        object.

        If the value of alMatrixTopNControlRateBase is
        alMatrixTopNTerminalsPkts or alMatrixTopNAllPkts, this
        variable will be used to sort this report."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) alMatrixTopNEntry(1) 6 }

.1.3.6.1.2.1.16.17.4.1.7
alMatrixTopNReversePktRate OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets seen of this protocol from the
        destination host to the source host during this sampling
        interval, counted using the rules for counting the
        alMatrixDSPkts object.  (Note that the corresponding
        alMatrixSDPkts object selected is the one whose source address
        is equal to alMatrixTopNDestAddress and whose destination
        address is equal to alMatrixTopNSourceAddress.)

        Note that if the value of alMatrixTopNControlRateBase is equal
        to alMatrixTopNTerminalsPkts or alMatrixTopNAllPkts, the sort
        of topN entries is based entirely on alMatrixTopNPktRate, and
        not on the value of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) alMatrixTopNEntry(1) 7 }

.1.3.6.1.2.1.16.17.4.1.8
alMatrixTopNOctetRate OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets seen of this protocol from the source
        host to the destination host during this sampling interval,
        counted using the rules for counting the alMatrixSDOctets
        object.

        If the value of alMatrixTopNControlRateBase is
        alMatrixTopNTerminalsOctets or alMatrixTopNAllOctets, this
        variable will be used to sort this report."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) alMatrixTopNEntry(1) 8 }

.1.3.6.1.2.1.16.17.4.1.9
alMatrixTopNReverseOctetRate OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets seen of this protocol from the
        destination host to the source host during this sampling
        interval, counted using the rules for counting the
        alMatrixDSOctets object.  (Note that the corresponding
        alMatrixSDOctets object selected is the one whose source
        address is equal to alMatrixTopNDestAddress and whose
        destination address is equal to alMatrixTopNSourceAddress.)

        Note that if the value of alMatrixTopNControlRateBase is equal
        to alMatrixTopNTerminalsOctets or alMatrixTopNAllOctets, the
        sort of topN entries is based entirely on
        alMatrixTopNOctetRate, and not on the value of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) alMatrix(17) alMatrixTopNTable(4) alMatrixTopNEntry(1) 9 }

.1.3.6.1.2.1.16.18
usrHistory OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 18 }

.1.3.6.1.2.1.16.18.1
usrHistoryControlTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of data-collection configuration entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) 1 }

.1.3.6.1.2.1.16.18.1.1
usrHistoryControlEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ usrHistoryControlIndex }
  DESCRIPTION	"A list of parameters that set up a group of user-defined
        MIB objects to be sampled periodically (called a
        bucket-group).

        For example, an instance of usrHistoryControlInterval
        might be named usrHistoryControlInterval.1"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryControlTable(1) 1 }

.1.3.6.1.2.1.16.18.1.1.1
usrHistoryControlIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
        usrHistoryControlTable.  Each such entry defines a
        set of samples at a particular interval for a specified
        set of MIB instances available from the managed system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryControlTable(1) usrHistoryControlEntry(1) 1 }

.1.3.6.1.2.1.16.18.1.1.2
usrHistoryControlObjects OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of MIB objects to be collected
        in the portion of usrHistoryTable associated with this
        usrHistoryControlEntry.

        This object may not be modified if the associated instance
        of usrHistoryControlStatus is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryControlTable(1) usrHistoryControlEntry(1) 2 }

.1.3.6.1.2.1.16.18.1.1.3
usrHistoryControlBucketsRequested OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The requested number of discrete time intervals
        over which data is to be saved in the part of the
        usrHistoryTable associated with this usrHistoryControlEntry.

        When this object is created or modified, the probe
        should set usrHistoryControlBucketsGranted as closely to
        this object as possible for the particular probe
        implementation and available resources."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryControlTable(1) usrHistoryControlEntry(1) 3 }

.1.3.6.1.2.1.16.18.1.1.4
usrHistoryControlBucketsGranted OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discrete sampling intervals
        over which data shall be saved in the part of
        the usrHistoryTable associated with this
        usrHistoryControlEntry.

        When the associated usrHistoryControlBucketsRequested
        object is created or modified, the probe should set
        this object as closely to the requested value as
        possible for the particular probe implementation and
        available resources.  The probe must not lower this
        value except as a result of a modification to the associated
        usrHistoryControlBucketsRequested object.

        The associated usrHistoryControlBucketsRequested object
        should be set before or at the same time as this object
        to allow the probe to accurately estimate the resources
        required for this usrHistoryControlEntry.

        There will be times when the actual number of buckets
        associated with this entry is less than the value of
        this object.  In this case, at the end of each sampling
        interval, a new bucket will be added to the usrHistoryTable.

        When the number of buckets reaches the value of this object
        and a new bucket is to be added to the usrHistoryTable,
        the oldest bucket associated with this usrHistoryControlEntry
        shall be deleted by the agent so that the new bucket can be
        added.

        When the value of this object changes to a value less than
        the current value, entries are deleted from the
        usrHistoryTable associated with this usrHistoryControlEntry.
        Enough of the oldest of these entries shall be deleted by the
        agent so that their number remains less than or equal to the
        new value of this object.

        When the value of this object changes to a value greater
        than the current value, the number of associated usrHistory
        entries may be allowed to grow."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryControlTable(1) usrHistoryControlEntry(1) 4 }

.1.3.6.1.2.1.16.18.1.1.5
usrHistoryControlInterval OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interval in seconds over which the data is
        sampled for each bucket in the part of the usrHistory
        table associated with this usrHistoryControlEntry.

        Because the counters in a bucket may overflow at their
        maximum value with no indication, a prudent manager will
        take into account the possibility of overflow in any of
        the associated counters.  It is important to consider the
        minimum time in which any counter could overflow on a
        particular media type and to set the usrHistoryControlInterval
        object to a value less than this interval.

        This object may not be modified if the associated
        usrHistoryControlStatus object is equal to active(1)."
  DEFVAL	{ 1800 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryControlTable(1) usrHistoryControlEntry(1) 5 }

.1.3.6.1.2.1.16.18.1.1.6
usrHistoryControlOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryControlTable(1) usrHistoryControlEntry(1) 6 }

.1.3.6.1.2.1.16.18.1.1.7
usrHistoryControlStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this variable history control entry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all associated
        entries in the usrHistoryTable shall be deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryControlTable(1) usrHistoryControlEntry(1) 7 }

.1.3.6.1.2.1.16.18.2
usrHistoryObjectTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of data-collection configuration entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) 2 }

.1.3.6.1.2.1.16.18.2.1
usrHistoryObjectEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ usrHistoryControlIndex, usrHistoryObjectIndex }
  DESCRIPTION	"A list of MIB instances to be sampled periodically.

        Entries in this table are created when an associated
        usrHistoryControlObjects object is created.

        The usrHistoryControlIndex value in the index is
        that of the associated usrHistoryControlEntry.

        For example, an instance of usrHistoryObjectVariable might be
        usrHistoryObjectVariable.1.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryObjectTable(2) 1 }

.1.3.6.1.2.1.16.18.2.1.1
usrHistoryObjectIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index used to uniquely identify an entry in the
        usrHistoryObject table.  Each such entry defines a
        MIB instance to be collected periodically."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryObjectTable(2) usrHistoryObjectEntry(1) 1 }

.1.3.6.1.2.1.16.18.2.1.2
usrHistoryObjectVariable OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object identifier of the particular variable to be
        sampled.

        Only variables that resolve to an ASN.1 primitive type of
        Integer32 (Integer32, Counter, Gauge, or TimeTicks) may be
        sampled.

        Because SNMP access control is articulated entirely in terms
        of the contents of MIB views, no access control mechanism
        exists that can restrict the value of this object to identify
        only those objects that exist in a particular MIB view.
        Because there is thus no acceptable means of restricting the
        read access that could be obtained through the user history
        mechanism, the probe must only grant write access to this
        object in those views that have read access to all objects on
        the probe.  See USM [RFC3414] and VACM [RFC3415] for more
        information.

        During a set operation, if the supplied variable name is not
        available in the selected MIB view, a badValue error must be
        returned.

        This object may not be modified if the associated
        usrHistoryControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryObjectTable(2) usrHistoryObjectEntry(1) 2 }

.1.3.6.1.2.1.16.18.2.1.3
usrHistoryObjectSampleType OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {absoluteValue(1), deltaValue(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The method of sampling the selected variable for storage in
        the usrHistoryTable.

        If the value of this object is absoluteValue(1), the value of
        the selected variable will be copied directly into the history
        bucket.

        If the value of this object is deltaValue(2), the value of the
        selected variable at the last sample will be subtracted from
        the current value, and the difference will be stored in the
        history bucket.  If the associated usrHistoryObjectVariable
        instance could not be obtained at the previous sample
        interval, then a delta sample is not possible, and the value
        of the associated usrHistoryValStatus object for this interval
        will be valueNotAvailable(1).

        This object may not be modified if the associated
        usrHistoryControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryObjectTable(2) usrHistoryObjectEntry(1) 3 }

.1.3.6.1.2.1.16.18.3
usrHistoryTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of user-defined history entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) 3 }

.1.3.6.1.2.1.16.18.3.1
usrHistoryEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ usrHistoryControlIndex, usrHistorySampleIndex, usrHistoryObjectIndex }
  DESCRIPTION	"A historical sample of user-defined variables.  This sample
        is associated with the usrHistoryControlEntry that set up the
        parameters for a regular collection of these samples.

        The usrHistoryControlIndex value in the index identifies the
        usrHistoryControlEntry on whose behalf this entry was created.
        The usrHistoryObjectIndex value in the index identifies the
        usrHistoryObjectEntry on whose behalf this entry was created.

        For example, an instance of usrHistoryAbsValue, which represents
        the 14th sample of a variable collected as specified by
        usrHistoryControlEntry.1 and usrHistoryObjectEntry.1.5,
        would be named usrHistoryAbsValue.1.14.5"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryTable(3) 1 }

.1.3.6.1.2.1.16.18.3.1.1
usrHistorySampleIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies the particular sample this
        entry represents among all samples associated with the same
        usrHistoryControlEntry.  This index starts at 1 and increases
        by one as each new sample is taken."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryTable(3) usrHistoryEntry(1) 1 }

.1.3.6.1.2.1.16.18.3.1.2
usrHistoryIntervalStart OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the start of the interval over
        which this sample was measured.  If the probe keeps track of
        the time of day, it should start the first sample of the
        history at a time such that when the next hour of the day
        begins, a sample is started at that instant.

        Note that following this rule may require that the probe delay
        collecting the first sample of the history, as each sample
        must be of the same interval.  Also note that the sample that
        is currently being collected is not accessible in this table
        until the end of its interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryTable(3) usrHistoryEntry(1) 2 }

.1.3.6.1.2.1.16.18.3.1.3
usrHistoryIntervalEnd OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the end of the interval over which
        this sample was measured."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryTable(3) usrHistoryEntry(1) 3 }

.1.3.6.1.2.1.16.18.3.1.4
usrHistoryAbsValue OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The absolute value (i.e., unsigned value) of the
        user-specified statistic during the last sampling period.  The
        value during the current sampling period is not made available
        until the period is completed.

        To obtain the true value for this sampling interval, the
        associated instance of usrHistoryValStatus must be checked,
        and usrHistoryAbsValue adjusted as necessary.

        If the MIB instance could not be accessed during the sampling
        interval, then this object will have a value of zero, and the
        associated instance of usrHistoryValStatus will be set to
        'valueNotAvailable(1)'.

        The access control check prescribed in the definition of
        usrHistoryObjectVariable SHOULD be checked for each sampling
        interval.  If this check determines that access should not be
        allowed, then this object will have a value of zero, and the
        associated instance of usrHistoryValStatus will be set to
        'valueNotAvailable(1)'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryTable(3) usrHistoryEntry(1) 4 }

.1.3.6.1.2.1.16.18.3.1.5
usrHistoryValStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {valueNotAvailable(1), valuePositive(2), valueNegative(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the validity and sign of the data in
        the associated instance of usrHistoryAbsValue.

        If the MIB instance could not be accessed during the sampling
        interval, then 'valueNotAvailable(1)' will be returned.

        If the sample is valid and the actual value of the sample is
        greater than or equal to zero, then 'valuePositive(2)' is
        returned.

        If the sample is valid and the actual value of the sample is
        less than zero, 'valueNegative(3)' will be returned.  The
        associated instance of usrHistoryAbsValue should be multiplied
        by -1 to obtain the true sample value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) usrHistory(18) usrHistoryTable(3) usrHistoryEntry(1) 5 }

.1.3.6.1.2.1.16.19
probeConfig OBJECT-TYPE
  -- FROM	RMON2-MIB, SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 19 }

.1.3.6.1.2.1.16.19.1
probeCapabilities OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	BITS {etherStats(0), historyControl(1), etherHistory(2), alarm(3), hosts(4), hostTopN(5), matrix(6), filter(7), capture(8), event(9), tokenRingMLStats(10), tokenRingPStats(11), tokenRingMLHistory(12), tokenRingPHistory(13), ringStation(14), ringStationOrder(15), ringStationConfig(16), sourceRouting(17), protocolDirectory(18), protocolDistribution(19), addressMapping(20), nlHost(21), nlMatrix(22), alHost(23), alMatrix(24), usrHistory(25), probeConfig(26)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of the RMON MIB groups supported
        on at least one interface by this probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 1 }

.1.3.6.1.2.1.16.19.2
probeSoftwareRev OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..15) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The software revision of this device.  This string will have
        a zero length if the revision is unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 2 }

.1.3.6.1.2.1.16.19.3
probeHardwareRev OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hardware revision of this device.  This string will have
        a zero length if the revision is unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 3 }

.1.3.6.1.2.1.16.19.4
probeDateTime OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (0 | 8 | 11) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Probe's current date and time.

         field  octets  contents                  range
         -----  ------  --------                  -----
           1      1-2   year                      0..65536
           2       3    month                     1..12
           3       4    day                       1..31
           4       5    hour                      0..23
           5       6    minutes                   0..59
           6       7    seconds                   0..60
                         (use 60 for leap-second)
           7       8    deci-seconds              0..9
           8       9    direction from UTC        '+' / '-'
           9      10    hours from UTC            0..11
          10      11    minutes from UTC          0..59

         For example, Tuesday May 26, 1992 at 1:30:15 PM
         EDT would be displayed as:

                     1992-5-26,13:30:15.0,-4:0

         Note that if only local time is known, then
         time zone information (fields 8-10) is not
         present, and that if no time information is known, the
         null string is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 4 }

.1.3.6.1.2.1.16.19.5
probeResetControl OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {running(1), warmBoot(2), coldBoot(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Setting this object to warmBoot(2) causes the device to
        restart the application software with current configuration
        parameters saved in non-volatile memory.  Setting this
        object to coldBoot(3) causes the device to reinitialize
        configuration parameters in non-volatile memory to default
        values and to restart the application software.  When the device
        is running normally, this variable has a value of
        running(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 5 }

.1.3.6.1.2.1.16.19.6
probeDownloadFile OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..127) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"The file name to be downloaded from the TFTP server when a
        download is next requested via this MIB.  This value is set to
        the zero-length string when no file name has been specified.

        This object has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability to
        meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 6 }

.1.3.6.1.2.1.16.19.7
probeDownloadTFTPServer OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"The IP address of the TFTP server that contains the boot
        image to load when a download is next requested via this MIB.
        This value is set to '0.0.0.0' when no IP address has been
        specified.

        This object has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability to
        meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 7 }

.1.3.6.1.2.1.16.19.8
probeDownloadAction OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {notDownloading(1), downloadToPROM(2), downloadToRAM(3)} 
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"When this object is set to downloadToRAM(3) or
        downloadToPROM(2), the device will discontinue its
        normal operation and begin download of the image specified
        by probeDownloadFile from the server specified by
        probeDownloadTFTPServer using the TFTP protocol.  If
        downloadToRAM(3) is specified, the new image is copied
        to RAM only (the old image remains unaltered in the flash
        EPROM).  If downloadToPROM(2) is specified,
        the new image is written to the flash EPROM
        memory after its checksum has been verified to be correct.
        When the download process is completed, the device will
        warm boot to restart the newly loaded application.
        When the device is not downloading, this object will have
        a value of notDownloading(1).

        This object has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability to
        meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 8 }

.1.3.6.1.2.1.16.19.9
probeDownloadStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {downloadSuccess(1), downloadStatusUnknown(2), downloadGeneralError(3), downloadNoResponseFromServer(4), downloadChecksumError(5), downloadIncompatibleImage(6), downloadTftpFileNotFound(7), downloadTftpAccessViolation(8)} 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The status of the last download procedure, if any.  This
        object will have a value of downloadStatusUnknown(2) if no
        download process has been performed.

        This object has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability to
        meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 9 }

.1.3.6.1.2.1.16.19.10
serialConfigTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"A table of serial interface configuration entries.  This data
        will be stored in non-volatile memory and preserved across
        probe resets or power loss.

        This table has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability to
        meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 10 }

.1.3.6.1.2.1.16.19.10.1
serialConfigEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ ifIndex }
  DESCRIPTION	"A set of configuration parameters for a particular
        serial interface on this device.  If the device has no serial
        interfaces, this table is empty.

        The index is composed of the ifIndex assigned to this serial
        line interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) 1 }

.1.3.6.1.2.1.16.19.10.1.1
serialMode OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {direct(1), modem(2)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The type of incoming connection to be expected on this
         serial interface."
  DEFVAL	{ direct }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) serialConfigEntry(1) 1 }

.1.3.6.1.2.1.16.19.10.1.2
serialProtocol OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {other(1), slip(2), ppp(3)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The type of data link encapsulation to be used on this
        serial interface."
  DEFVAL	{ slip }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) serialConfigEntry(1) 2 }

.1.3.6.1.2.1.16.19.10.1.3
serialTimeout OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"This timeout value is used when the Management Station has
        initiated the conversation over the serial link.  This variable
        represents the number of seconds of inactivity allowed before
        terminating the connection on this serial interface.  Use the
        serialDialoutTimeout in the case where the probe has initiated
        the connection for the purpose of sending a trap."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) serialConfigEntry(1) 3 }

.1.3.6.1.2.1.16.19.10.1.4
serialModemInitString OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ControlString
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"A control string that controls how a modem attached to this
        serial interface should be initialized.  The initialization
        is performed once during startup and again after each
        connection is terminated if the associated serialMode has the
        value of modem(2).

        A control string that is appropriate for a wide variety of
        modems is: '^s^MATE0Q0V1X4 S0=1 S2=43^M'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) serialConfigEntry(1) 4 }

.1.3.6.1.2.1.16.19.10.1.5
serialModemHangUpString OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ControlString
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"A control string that specifies how to disconnect a modem
         connection on this serial interface.  This object is only
         meaningful if the associated serialMode has the value
         of modem(2).

         A control string that is appropriate for a wide variety of
         modems is: '^d2^s+++^d2^sATH0^M^d2'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) serialConfigEntry(1) 5 }

.1.3.6.1.2.1.16.19.10.1.6
serialModemConnectResp OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"An ASCII string containing substrings that describe the
        expected modem connection response code and associated bps
        rate.  The substrings are delimited by the first character
        in the string, for example:
           /CONNECT/300/CONNECT 1200/1200/CONNECT 2400/2400/
           CONNECT 4800/4800/CONNECT 9600/9600
        will be interpreted as:
            response code    bps rate
            CONNECT            300
            CONNECT 1200      1200
            CONNECT 2400      2400
            CONNECT 4800      4800
            CONNECT 9600      9600
        The agent will use the information in this string to adjust
        the bps rate of this serial interface once a modem connection
        is established.

        A value that is appropriate for a wide variety of modems is:
        '/CONNECT/300/CONNECT 1200/1200/CONNECT 2400/2400/
         CONNECT 4800/4800/CONNECT 9600/9600/CONNECT 14400/14400/
        CONNECT 19200/19200/CONNECT 38400/38400/'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) serialConfigEntry(1) 6 }

.1.3.6.1.2.1.16.19.10.1.7
serialModemNoConnectResp OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"An ASCII string containing response codes that may be
        generated by a modem to report the reason why a connection
        attempt has failed.  The response codes are delimited by
        the first character in the string, for example:
           /NO CARRIER/BUSY/NO DIALTONE/NO ANSWER/ERROR/

        If one of these response codes is received via this serial
        interface while attempting to make a modem connection,
        the agent will issue the hang up command as specified by
        serialModemHangUpString.

        A value that is appropriate for a wide variety of modems is:
        '/NO CARRIER/BUSY/NO DIALTONE/NO ANSWER/ERROR/'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) serialConfigEntry(1) 7 }

.1.3.6.1.2.1.16.19.10.1.8
serialDialoutTimeout OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"This timeout value is used when the probe initiates the
        serial connection with the intention of contacting a
        management station.  This variable represents the number
        of seconds of inactivity allowed before terminating the
        connection on this serial interface."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) serialConfigEntry(1) 8 }

.1.3.6.1.2.1.16.19.10.1.9
serialStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The status of this serialConfigEntry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConfigTable(10) serialConfigEntry(1) 9 }

.1.3.6.1.2.1.16.19.11
netConfigTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"A table of netConfigEntries.

        This table has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability to
        meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 11 }

.1.3.6.1.2.1.16.19.11.1
netConfigEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ ifIndex }
  DESCRIPTION	"A set of configuration parameters for a particular
        network interface on this device.  If the device has no network
        interface, this table is empty.

        The index is composed of the ifIndex assigned to the
        corresponding interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) netConfigTable(11) 1 }

.1.3.6.1.2.1.16.19.11.1.1
netConfigIPAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The IP address of this Net interface.  The default value
        for this object is 0.0.0.0.  If either the netConfigIPAddress
        or netConfigSubnetMask is 0.0.0.0, then when the device
        boots, it may use BOOTP to try to figure out what these
        values should be.  If BOOTP fails before the device
        can talk on the network, this value must be configured
        (e.g., through a terminal attached to the device).  If BOOTP is
        used, care should be taken to not send BOOTP broadcasts too
        frequently and to eventually send them very infrequently if no
        replies are received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) netConfigTable(11) netConfigEntry(1) 1 }

.1.3.6.1.2.1.16.19.11.1.2
netConfigSubnetMask OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The subnet mask of this Net interface.  The default value
        for this object is 0.0.0.0.  If either the netConfigIPAddress
        or netConfigSubnetMask is 0.0.0.0, then when the device
        boots, it may use BOOTP to try to figure out what these
        values should be.  If BOOTP fails before the device
        can talk on the network, this value must be configured
        (e.g., through a terminal attached to the device).  If BOOTP is
        used, care should be taken to not send BOOTP broadcasts too
        frequently and to eventually send them very infrequently if no
        replies are received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) netConfigTable(11) netConfigEntry(1) 2 }

.1.3.6.1.2.1.16.19.11.1.3
netConfigStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The status of this netConfigEntry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) netConfigTable(11) netConfigEntry(1) 3 }

.1.3.6.1.2.1.16.19.12
netDefaultGateway OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"The IP Address of the default gateway.  If this value is
        undefined or unknown, it shall have the value 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 12 }

.1.3.6.1.2.1.16.19.13
trapDestTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"A list of trap destination entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 13 }

.1.3.6.1.2.1.16.19.13.1
trapDestEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ trapDestIndex }
  DESCRIPTION	"This entry includes a destination IP address to which
        traps are sent for this community."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) trapDestTable(13) 1 }

.1.3.6.1.2.1.16.19.13.1.1
trapDestIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"A value that uniquely identifies this trapDestEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) trapDestTable(13) trapDestEntry(1) 1 }

.1.3.6.1.2.1.16.19.13.1.2
trapDestCommunity OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"A community to which this destination address belongs.
        This entry is associated with any eventEntries in the RMON
        MIB whose value of eventCommunity is equal to the value of
        this object.  Every time an associated event entry sends a
        trap due to an event, that trap will be sent to each
        address in the trapDestTable with a trapDestCommunity equal
        to eventCommunity, as long as no access control mechanism
        precludes it (e.g., VACM).

        This object may not be modified if the associated
        trapDestStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) trapDestTable(13) trapDestEntry(1) 2 }

.1.3.6.1.2.1.16.19.13.1.3
trapDestProtocol OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {ip(1), ipx(2)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The protocol with which this trap is to be sent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) trapDestTable(13) trapDestEntry(1) 3 }

.1.3.6.1.2.1.16.19.13.1.4
trapDestAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The destination address for traps on behalf of this entry.

        If the associated trapDestProtocol object is equal to ip(1),
        the encoding of this object is the same as the snmpUDPAddress
        textual convention in RFC 3417, 'Transport Mappings for the
         Simple Network Management Protocol (SNMP)' [RFC3417]:
          -- for a SnmpUDPAddress of length 6:
          --
          -- octets   contents        encoding
          --  1-4     IP-address      network-byte order
          --  5-6     UDP-port        network-byte order

        If the associated trapDestProtocol object is equal to ipx(2),
        the encoding of this object is the same as the snmpIPXAddress
        textual convention in RFC 3417, 'Transport Mappings for the
         Simple Network Management Protocol (SNMP)' [RFC3417]:
          -- for a SnmpIPXAddress of length 12:
          --
          -- octets   contents            encoding
          --  1-4     network-number      network-byte order
          --  5-10    physical-address    network-byte order
          -- 11-12    socket-number       network-byte order

        This object may not be modified if the associated
        trapDestStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) trapDestTable(13) trapDestEntry(1) 4 }

.1.3.6.1.2.1.16.19.13.1.5
trapDestOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) trapDestTable(13) trapDestEntry(1) 5 }

.1.3.6.1.2.1.16.19.13.1.6
trapDestStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The status of this trap destination entry.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) trapDestTable(13) trapDestEntry(1) 6 }

.1.3.6.1.2.1.16.19.14
serialConnectionTable OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"A list of serialConnectionEntries.

        This table has been deprecated, as it has not had enough
        independent implementations to demonstrate interoperability
        to meet the requirements of a Draft Standard."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 14 }

.1.3.6.1.2.1.16.19.14.1
serialConnectionEntry OBJECT-TYPE
  -- FROM	RMON2-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ serialConnectIndex }
  DESCRIPTION	"Configuration for a SLIP link over a serial line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) 1 }

.1.3.6.1.2.1.16.19.14.1.1
serialConnectIndex OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"A value that uniquely identifies this serialConnection
        entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) serialConnectionEntry(1) 1 }

.1.3.6.1.2.1.16.19.14.1.2
serialConnectDestIpAddress OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The IP Address that can be reached at the other end of this
        serial connection.

        This object may not be modified if the associated
        serialConnectStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) serialConnectionEntry(1) 2 }

.1.3.6.1.2.1.16.19.14.1.3
serialConnectType OBJECT-TYPE
  -- FROM	RMON2-MIB
  SYNTAX	INTEGER {direct(1), modem(2), switch(3), modemSwitch(4)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The type of outgoing connection to be made.  If this object
        has the value direct(1), then a direct serial connection
        is assumed.  If this object has the value modem(2),
        then serialConnectDialString will be used to make a modem
        connection.  If this object has the value switch(3),
        then serialConnectSwitchConnectSeq will be used to establish
        the connection over a serial data switch, and
        serialConnectSwitchDisconnectSeq will be used to terminate
        the connection.  If this object has the value
        modem-switch(4), then a modem connection will be made first,
        followed by the switch connection.

        This object may not be modified if the associated
        serialConnectStatus object is equal to active(1)."
  DEFVAL	{ direct }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) serialConnectionEntry(1) 3 }

.1.3.6.1.2.1.16.19.14.1.4
serialConnectDialString OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ControlString
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"A control string that specifies how to dial the phone
        number in order to establish a modem connection.  The
        string should include the dialing prefix and suffix.  For
        example: '^s^MATD9,888-1234^M' will instruct the Probe
        to send a carriage return, followed by the dialing prefix
        'ATD', the phone number '9,888-1234', and a carriage
        return as the dialing suffix.

        This object may not be modified if the associated
        serialConnectStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) serialConnectionEntry(1) 4 }

.1.3.6.1.2.1.16.19.14.1.5
serialConnectSwitchConnectSeq OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ControlString
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"A control string that specifies how to establish a
        data switch connection.

        This object may not be modified if the associated
        serialConnectStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) serialConnectionEntry(1) 5 }

.1.3.6.1.2.1.16.19.14.1.6
serialConnectSwitchDisconnectSeq OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ControlString
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"A control string that specifies how to terminate a
        data switch connection.

        This object may not be modified if the associated
        serialConnectStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) serialConnectionEntry(1) 6 }

.1.3.6.1.2.1.16.19.14.1.7
serialConnectSwitchResetSeq OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION ControlString
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"A control string that specifies how to reset a data
        switch in the event of a timeout.

        This object may not be modified if the associated
        serialConnectStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) serialConnectionEntry(1) 7 }

.1.3.6.1.2.1.16.19.14.1.8
serialConnectOwner OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The entity that configured this entry and is
        therefore using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) serialConnectionEntry(1) 8 }

.1.3.6.1.2.1.16.19.14.1.9
serialConnectStatus OBJECT-TYPE
  -- FROM	RMON2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The status of this serialConnectionEntry.

        If the manager attempts to set this object to active(1) when
        the serialConnectType is set to modem(2) or modem-switch(4)
        and the serialConnectDialString is a zero-length string or
        cannot be correctly parsed as a ConnectString, the set
        request will be rejected with badValue(3).

        If the manager attempts to set this object to active(1) when
        the serialConnectType is set to switch(3) or modem-switch(4)
        and the serialConnectSwitchConnectSeq,
        the serialConnectSwitchDisconnectSeq, or
        the serialConnectSwitchResetSeq is a zero-length string
        or cannot be correctly parsed as a ConnectString, the set
        request will be rejected with badValue(3).

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) serialConnectionTable(14) serialConnectionEntry(1) 9 }

.1.3.6.1.2.1.16.19.15
smonCapabilities OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of the SMON MIB groups supported
         by this agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) probeConfig(19) 15 }

.1.3.6.1.2.1.16.20
rmonConformance OBJECT-TYPE
  -- FROM	RMON-MIB, RMON2-MIB, SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 20 }

.1.3.6.1.2.1.16.20.1
rmon2MIBCompliances OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) 1 }

.1.3.6.1.2.1.16.20.1.1
rmon2MIBCompliance MODULE-COMPLIANCE
  -- FROM	RMON2-MIB
  DESCRIPTION	"Describes the requirements for conformance to
        the RMON2 MIB"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBCompliances(1) 1 }

.1.3.6.1.2.1.16.20.1.2
rmon2MIBApplicationLayerCompliance MODULE-COMPLIANCE
  -- FROM	RMON2-MIB
  DESCRIPTION	"Describes the requirements for conformance to
        the RMON2 MIB with Application-Layer Enhancements."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBCompliances(1) 2 }

.1.3.6.1.2.1.16.20.2
rmon2MIBGroups OBJECT-TYPE
  -- FROM	RMON2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) 2 }

.1.3.6.1.2.1.16.20.2.1
protocolDirectoryGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"Lists the inventory of protocols the probe has the
        capability of monitoring and allows the addition, deletion,
        and configuration of entries in this list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 1 }

.1.3.6.1.2.1.16.20.2.2
protocolDistributionGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"Collects the relative amounts of octets and packets for the
        different protocols detected on a network segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 2 }

.1.3.6.1.2.1.16.20.2.3
addressMapGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"Lists MAC address to network address bindings discovered by
        the probe and what interface they were last seen on."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 3 }

.1.3.6.1.2.1.16.20.2.4
nlHostGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"Counts the amount of traffic sent from and to each network
        address discovered by the probe.  Note that while the
        hlHostControlTable also has objects that control an optional
        alHostTable, implementation of the alHostTable is not
        required to fully implement this group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 4 }

.1.3.6.1.2.1.16.20.2.5
nlMatrixGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"Counts the amount of traffic sent between each pair of
        network addresses discovered by the probe.  Note that while
        the hlMatrixControlTable also has objects that control
        optional alMatrixTables, implementation of the
        alMatrixTables is not required to fully implement this
        group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 5 }

.1.3.6.1.2.1.16.20.2.6
alHostGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"Counts the amount of traffic, by protocol, sent from and to
        each network address discovered by the probe.  Implementation
        of this group requires implementation of the Network-Layer
        Host Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 6 }

.1.3.6.1.2.1.16.20.2.7
alMatrixGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"Counts the amount of traffic, by protocol, sent between each
        pair of network addresses discovered by the
        probe.  Implementation of this group requires implementation
        of the Network-Layer Matrix Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 7 }

.1.3.6.1.2.1.16.20.2.8
usrHistoryGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"The usrHistoryGroup provides user-defined collection of
        historical information from MIB objects on the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 8 }

.1.3.6.1.2.1.16.20.2.9
probeInformationGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"This group describes various operating parameters of the
        probe and controls the local time of the probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 9 }

.1.3.6.1.2.1.16.20.2.10
probeConfigurationGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"This group controls the configuration of various operating
        parameters of the probe.  This group is not referenced by any
        MODULE-COMPLIANCE macro because it is 'grandfathered' from
        more recent MIB review rules that would require it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 10 }

.1.3.6.1.2.1.16.20.2.11
rmon1EnhancementGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"This group adds some enhancements to RMON-1 that help
        management stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 11 }

.1.3.6.1.2.1.16.20.2.12
rmon1EthernetEnhancementGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"This group adds some enhancements to RMON-1 that help
        management stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 12 }

.1.3.6.1.2.1.16.20.2.13
rmon1TokenRingEnhancementGroup OBJECT-GROUP
  -- FROM	RMON2-MIB
  DESCRIPTION	"This group adds some enhancements to RMON-1 that help
        management stations.  This group is not referenced by any
        MODULE-COMPLIANCE macro because it is 'grandfathered' from
        more recent MIB review rules that would require it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmon2MIBGroups(2) 13 }

.1.3.6.1.2.1.16.20.3
smonMIBCompliances OBJECT-TYPE
  -- FROM	SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) 3 }

.1.3.6.1.2.1.16.20.3.1
smonMIBCompliance MODULE-COMPLIANCE
  -- FROM	SMON-MIB
  DESCRIPTION	"Describes the requirements for full conformance with the SMON
        MIB"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBCompliances(3) 1 }

.1.3.6.1.2.1.16.20.3.2
smonMIBVlanStatsCompliance MODULE-COMPLIANCE
  -- FROM	SMON-MIB
  DESCRIPTION	"Describes the requirements for conformance with the SMON MIB
         with support for VLAN Statistics. Mandatory for a SMON probe
         in environment where IEEE 802.1Q bridging is implemented."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBCompliances(3) 2 }

.1.3.6.1.2.1.16.20.3.3
smonMIBPrioStatsCompliance MODULE-COMPLIANCE
  -- FROM	SMON-MIB
  DESCRIPTION	"Describes the requirements for conformance with the SMON MIB
         with support for priority level Statistics. Mandatory for a
         SMON probe in a environment where IEEE 802.1p
         priority-switching is implemented."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBCompliances(3) 3 }

.1.3.6.1.2.1.16.20.3.4
portCopyCompliance MODULE-COMPLIANCE
  -- FROM	SMON-MIB
  DESCRIPTION	"Describes the requirements for conformance with the port copy
         functionality defined by the SMON MIB"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBCompliances(3) 4 }

.1.3.6.1.2.1.16.20.4
smonMIBGroups OBJECT-TYPE
  -- FROM	SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) 4 }

.1.3.6.1.2.1.16.20.4.1
dataSourceCapsGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the objects that describe the capabilities of RMON
         data sources."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 1 }

.1.3.6.1.2.1.16.20.4.2
smonVlanStatsGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the switch monitoring specific statistics - per VLAN
         Id on interfaces of 10MB or less."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 2 }

.1.3.6.1.2.1.16.20.4.3
smonPrioStatsGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the switch monitoring specific statistics - per VLAN
         Id on interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 3 }

.1.3.6.1.2.1.16.20.4.4
smonHcTo100mbGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the additional high capacity statistics needed to be
         kept on interfaces with ifSpeed greater than 10MB/sec and
         less than or equal to 100MB/sec."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 4 }

.1.3.6.1.2.1.16.20.4.5
smonHc100mbPlusGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the additional high capacity statistics needed to be
         kept on interfaces with ifSpeed of more than 100MB/sec. These
         statistics MUST also be kept on smonDataSources of type VLAN
         or entPhysicalEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 5 }

.1.3.6.1.2.1.16.20.4.6
hcVlanTo100mbGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the additional high capacity VLAN statistics
         needed to be kept on interfaces with ifSpeed greater than
         10MB/sec and less than or equal to 100MB/sec."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 6 }

.1.3.6.1.2.1.16.20.4.7
hcVlan100mbPlusGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the additional high capacity VLAN statistics
         needed to be kept on interfaces with ifSpeed of more than
         100MB/sec.  These statistics MUST also be kept on
         smonDataSources of type VLAN or entPhysicalEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 7 }

.1.3.6.1.2.1.16.20.4.8
hcPrioTo100mbGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the additional high capacity VLAN priority
         statistics needed to be kept on interfaces with
         ifSpeed of greater than 10MB/sec and less than or equal
         to 100MB/sec."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 8 }

.1.3.6.1.2.1.16.20.4.9
hcPrio100mbPlusGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the additional high capacity VLAN priority
         statistics needed to be kept on interfaces with
         ifSpeed of greater than 100MB/sec. These statistics MUST
         also be kept on smonDataSources of type VLAN or
         entPhysicalEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 9 }

.1.3.6.1.2.1.16.20.4.10
smonVlanStatsExtGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the switch monitoring specific statistics for systems
         capable of counting non-unicast octets for a given dataSource
         (as described in the dataSourceRmonCaps object)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 10 }

.1.3.6.1.2.1.16.20.4.11
smonInformationGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"An indication of the SMON capabilities supported by this
        agent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 11 }

.1.3.6.1.2.1.16.20.4.12
portCopyConfigGroup OBJECT-GROUP
  -- FROM	SMON-MIB
  DESCRIPTION	"Defines the control objects for copy port operations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) smonMIBGroups(4) 12 }

.1.3.6.1.2.1.16.20.8
rmonMibModule MODULE-IDENTITY
  -- FROM	RMON-MIB
  DESCRIPTION	"Remote network monitoring devices, often called
         monitors or probes, are instruments that exist for
         the purpose of managing a network. This MIB defines
         objects for managing remote network monitoring devices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) 8 }

.1.3.6.1.2.1.16.20.9
rmonCompliances OBJECT-TYPE
  -- FROM	RMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) 9 }

.1.3.6.1.2.1.16.20.9.1
rmonCompliance MODULE-COMPLIANCE
  -- FROM	RMON-MIB
  DESCRIPTION	"The requirements for conformance to the RMON MIB. At least
         one of the groups in this module must be implemented to
         conform to the RMON MIB. Implementations of this MIB
         must also implement the system group of MIB-II [16] and the
         IF-MIB [17]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonCompliances(9) 1 }

.1.3.6.1.2.1.16.20.10
rmonGroups OBJECT-TYPE
  -- FROM	RMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) 10 }

.1.3.6.1.2.1.16.20.10.1
rmonEtherStatsGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Ethernet Statistics Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 1 }

.1.3.6.1.2.1.16.20.10.2
rmonHistoryControlGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON History Control Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 2 }

.1.3.6.1.2.1.16.20.10.3
rmonEthernetHistoryGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Ethernet History Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 3 }

.1.3.6.1.2.1.16.20.10.4
rmonAlarmGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Alarm Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 4 }

.1.3.6.1.2.1.16.20.10.5
rmonHostGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Host Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 5 }

.1.3.6.1.2.1.16.20.10.6
rmonHostTopNGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Host Top 'N' Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 6 }

.1.3.6.1.2.1.16.20.10.7
rmonMatrixGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Matrix Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 7 }

.1.3.6.1.2.1.16.20.10.8
rmonFilterGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Filter Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 8 }

.1.3.6.1.2.1.16.20.10.9
rmonPacketCaptureGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Packet Capture Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 9 }

.1.3.6.1.2.1.16.20.10.10
rmonEventGroup OBJECT-GROUP
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Event Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 10 }

.1.3.6.1.2.1.16.20.10.11
rmonNotificationGroup OBJECT-TYPE
  -- FROM	RMON-MIB
  DESCRIPTION	"The RMON Notification Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) rmonConformance(20) rmonGroups(10) 11 }

.1.3.6.1.2.1.16.22
switchRMON MODULE-IDENTITY
  -- FROM	SMON-MIB
  DESCRIPTION	"The MIB module for managing remote monitoring device
                 implementations for Switched Networks"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) 22 }

.1.3.6.1.2.1.16.22.1
smonMIBObjects OBJECT-TYPE
  -- FROM	SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) 1 }

.1.3.6.1.2.1.16.22.1.1
dataSourceCaps OBJECT-TYPE
  -- FROM	SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) 1 }

.1.3.6.1.2.1.16.22.1.1.1
dataSourceCapsTable OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes RMON data sources and port copy
        capabilities. An NMS may use this table to discover the
        identity and attributes of the data sources on a given agent
        implementation. Similar to the probeCapabilities object,
        actual row-creation operations will succeed or fail based on
        the resources available and parameter values used in each
        row-creation operation.

        Upon restart of the RMON agent, the dataSourceTable, ifTable,
        and perhaps entPhysicalTable are initialized for the available
        dataSources.

        For each dataSourceCapsEntry representing a VLAN or
        entPhysicalEntry the agent MUST create an associated ifEntry
        with a ifType value of 'propVirtual(53)'. This ifEntry will be
        used as the actual value in RMON control table dataSource
        objects. The assigned ifIndex value is copied into the
        associated dataSourceCapsIfIndex object.

        It is understood that dataSources representing VLANs may not
        always be instantiated immediately upon restart, but rather as
        VLAN usage is detected by the agent. The agent should attempt
        to create dataSource and interface entries for all dataSources
        as soon as possible."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) dataSourceCaps(1) 1 }

.1.3.6.1.2.1.16.22.1.1.1.1
dataSourceCapsEntry OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED dataSourceCapsObject }
  DESCRIPTION	"Entries per data source containing descriptions of data
         source and port copy capabilities. This table is populated by
         the SMON agent with one entry for each supported data
         source."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) dataSourceCaps(1) dataSourceCapsTable(1) 1 }

.1.3.6.1.2.1.16.22.1.1.1.1.1
dataSourceCapsObject OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION SmonDataSource
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines an object that can be a SMON data source or a
          source or a destination for a port copy operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) dataSourceCaps(1) dataSourceCapsTable(1) dataSourceCapsEntry(1) 1 }

.1.3.6.1.2.1.16.22.1.1.1.1.2
dataSourceRmonCaps OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" General attributes of the specified dataSource. Note that
        these are static attributes, which should not be adjusted
        because of current resources or configuration.

      - countErrFrames(0)
          The agent sets this bit for the dataSource if errored frames
          received on this dataSource can actually be monitored by the
          agent The agent clears this bit if any errored frames are
          not visible to the RMON data collector.

      - countAllGoodFrames(1)
          The agent sets this bit for the dataSource if all good
          frames received on this dataSource can actually be monitored
          by the agent. The agent clears this bit if any good frames
          are not visible for RMON collection, e.g., the dataSource is
          a non-promiscuous interface or an internal switch interface
          which may not receive frames which were switched in hardware
          or dropped by the bridge forwarding function.

      - countAnyRmonTables(2)
          The agent sets this bit if this dataSource can actually be
          used in any of the implemented RMON tables, resources
          notwithstanding. The agent clears this bit if this
          dataSourceCapsEntry is present simply to identify a
          dataSource that may only be used as portCopySource and/or a
          portCopyDest, but not the source of an actual RMON data
          collection.

      - babyGiantsCountAsGood(3)
          The agent sets this bit if it can distinguish, for counting
          purposes, between true giant frames and frames that exceed
          Ethernet maximum frame size 1518 due to VLAN tagging ('baby
          giants'). Specifically, this BIT means that frames up to
          1522 octets are counted as good.

          Agents not capable of detecting 'baby giants' will clear
          this bit and will view all frames less than or equal to 1518
          octets as 'good frames' and all frames larger than 1518
          octets as 'bad frames' for the purpose of counting in the
          smonVlanIdStats and smonPrioStats tables.

          Agents capable of detecting 'baby giants' SHALL consider
          them as 'good frames' for the purpose of counting in the
          smonVlanIdStats and smonPrioStats tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) dataSourceCaps(1) dataSourceCapsTable(1) dataSourceCapsEntry(1) 2 }

.1.3.6.1.2.1.16.22.1.1.1.1.3
dataSourceCopyCaps OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"PortCopy function capabilities of the specified dataSource.
    Note that these are static capabilities, which should not be
    adjusted because of current resources or configuration.

      - copySourcePort(0)
          The agent sets this bit if this dataSource is capable of
          acting as a source of a portCopy operation. The agent clears
          this bit otherwise.

      - copyDestPort(1)
          The agent sets this bit if this dataSource is capable of
          acting as a destination of a portCopy operation. The agent
          clears this bit otherwise.

     - copySrcTxTraffic(2)
          If the copySourcePort bit is set:
                The agent sets this bit if this dataSource is capable of
              copying frames transmitted out this portCopy source. The
              agent clears this bit otherwise. This function is needed
              to support full-duplex ports.
           Else:
               this bit should be cleared.

      - copySrcRxTraffic(3)
          If the copySourcePort bit is set:
            The agent sets this bit if this dataSource is capable of
            copying frames received on this portCopy source. The agent
            clears this bit otherwise. This function is needed to
            support full-duplex ports.
          Else:
            this bit should be cleared.

      - countDestDropEvents(4)

          If the copyDestPort bit is set:
              The agent sets this bit if it is capable of incrementing
              portCopyDestDropEvents, when this dataSource is the
              target of a portCopy operation and a frame destined to
              this dataSource is dropped (for RMON counting purposes).
          Else:
              this BIT should be cleared.

      - copyErrFrames(5)
          If the copySourcePort bit is set:
              The agent sets this bit if it is capable of copying all
              errored frames from this portCopy source-port, for
              errored frames received on this dataSource.
          Else:
              this BIT should be cleared.

      - copyUnalteredFrames(6)
          If the copySourcePort bit is set:
              The agent sets the copyUnalteredFrames bit If it is
              capable of copying all frames from this portCopy
              source-port without alteration in any way;
          Else:
              this bit should be cleared.

      - copyAllGoodFrames(7)
          If the copySourcePort bit is set:
              The agent sets this bit for the dataSource if all good
              frames received on this dataSource are normally capable
              of being copied by the agent. The agent clears this bit
              if any good frames are not visible for the RMON portCopy
              operation, e.g., the dataSource is a non-promiscuous
              interface or an internal switch interface which may not
              receive frames which were switched in hardware or
              dropped by the bridge forwarding function.
           Else:
              this bit should be cleared."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) dataSourceCaps(1) dataSourceCapsTable(1) dataSourceCapsEntry(1) 3 }

.1.3.6.1.2.1.16.22.1.1.1.1.4
dataSourceCapsIfIndex OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the ifIndex value of the ifEntry
         associated with this smonDataSource. The agent MUST create
         'propVirtual' ifEntries for each dataSourceCapsEntry of type
         VLAN or entPhysicalEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) dataSourceCaps(1) dataSourceCapsTable(1) dataSourceCapsEntry(1) 4 }

.1.3.6.1.2.1.16.22.1.2
smonStats OBJECT-TYPE
  -- FROM	SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) 2 }

.1.3.6.1.2.1.16.22.1.2.1
smonVlanStatsControlTable OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Controls the setup of VLAN statistics tables.

         The statistics collected represent a distribution based on
         the IEEE 802.1Q VLAN-ID (VID), for each good frame attributed
         to the data source for the collection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) 1 }

.1.3.6.1.2.1.16.22.1.2.1.1
smonVlanStatsControlEntry OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ smonVlanStatsControlIndex }
  DESCRIPTION	"A conceptual row in the smonVlanStatsControlTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanStatsControlTable(1) 1 }

.1.3.6.1.2.1.16.22.1.2.1.1.1
smonVlanStatsControlIndex OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique arbitrary index for this smonVlanStatsControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanStatsControlTable(1) smonVlanStatsControlEntry(1) 1 }

.1.3.6.1.2.1.16.22.1.2.1.1.2
smonVlanStatsControlDataSource OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION DataSource
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source of data for this set of VLAN statistics.

        This object may not be modified if the associated
        smonVlanStatsControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanStatsControlTable(1) smonVlanStatsControlEntry(1) 2 }

.1.3.6.1.2.1.16.22.1.2.1.1.3
smonVlanStatsControlCreateTime OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this control entry was last
        activated. This object allows to a management station to
        detect deletion and recreation cycles between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanStatsControlTable(1) smonVlanStatsControlEntry(1) 3 }

.1.3.6.1.2.1.16.22.1.2.1.1.4
smonVlanStatsControlOwner OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Administratively assigned named of the owner of this entry.
        It usually defines the entity that created this entry and is
        therefore using the resources assigned to it, though there is
        no enforcement mechanism, nor assurance that rows created are
        ever used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanStatsControlTable(1) smonVlanStatsControlEntry(1) 4 }

.1.3.6.1.2.1.16.22.1.2.1.1.5
smonVlanStatsControlStatus OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all associated
        entries in the smonVlanIdStatsTable SHALL be deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanStatsControlTable(1) smonVlanStatsControlEntry(1) 5 }

.1.3.6.1.2.1.16.22.1.2.2
smonVlanIdStatsTable OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains the VLAN statistics data.
         The statistics collected represent a distribution based
         on the IEEE 802.1Q VLAN-ID (VID), for each good frame
         attributed to the data source for the collection.

         This function applies the same rules for attributing frames
         to VLAN-based collections. RMON VLAN statistics are collected
         after the Ingress Rules defined in section 3.13 of the VLAN
         Specification [20] are applied.

         It is possible that entries in this table will be
         garbage-collected, based on agent resources, and VLAN
         configuration. Agents are encouraged to support all 4096
         index values and not garbage collect this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) 2 }

.1.3.6.1.2.1.16.22.1.2.2.1
smonVlanIdStatsEntry OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ smonVlanStatsControlIndex, smonVlanIdStatsId }
  DESCRIPTION	"A conceptual row in smonVlanIdStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) 1 }

.1.3.6.1.2.1.16.22.1.2.2.1.1
smonVlanIdStatsId OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Integer32 (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The unique identifier of the VLAN monitored for
         this specific statistics collection.

        Tagged packets match the VID for the range between 1 and 4095.
        An external RMON probe may detect VID=0 on an Inter Switch
        Link, in which case the packet belongs to a VLAN determined by
        the PVID of the ingress port. The VLAN to which such a packet
        belongs can be determined only by a RMON probe internal to the
        switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 1 }

.1.3.6.1.2.1.16.22.1.2.2.1.2
smonVlanIdStatsTotalPkts OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets counted on this VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 2 }

.1.3.6.1.2.1.16.22.1.2.2.1.3
smonVlanIdStatsTotalOverflowPkts OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated smonVlanIdStatsTotalPkts
         counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 3 }

.1.3.6.1.2.1.16.22.1.2.2.1.4
smonVlanIdStatsTotalHCPkts OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets counted on this VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 4 }

.1.3.6.1.2.1.16.22.1.2.2.1.5
smonVlanIdStatsTotalOctets OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets counted on this VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 5 }

.1.3.6.1.2.1.16.22.1.2.2.1.6
smonVlanIdStatsTotalOverflowOctets OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated smonVlanIdStatsTotalOctets
         counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 6 }

.1.3.6.1.2.1.16.22.1.2.2.1.7
smonVlanIdStatsTotalHCOctets OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets counted on this VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 7 }

.1.3.6.1.2.1.16.22.1.2.2.1.8
smonVlanIdStatsNUcastPkts OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of non-unicast packets counted on this
         VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 8 }

.1.3.6.1.2.1.16.22.1.2.2.1.9
smonVlanIdStatsNUcastOverflowPkts OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated smonVlanIdStatsNUcastPkts
         counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 9 }

.1.3.6.1.2.1.16.22.1.2.2.1.10
smonVlanIdStatsNUcastHCPkts OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of non-unicast packets counted on
         this VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 10 }

.1.3.6.1.2.1.16.22.1.2.2.1.11
smonVlanIdStatsNUcastOctets OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of non-unicast octets counted on
         this VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 11 }

.1.3.6.1.2.1.16.22.1.2.2.1.12
smonVlanIdStatsNUcastOverflowOctets OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated
         smonVlanIdStatsNUcastOctets counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 12 }

.1.3.6.1.2.1.16.22.1.2.2.1.13
smonVlanIdStatsNUcastHCOctets OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Non-unicast octets counted on
         this VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 13 }

.1.3.6.1.2.1.16.22.1.2.2.1.14
smonVlanIdStatsCreateTime OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this entry was last
        activated. This object allows to a management station to
        detect deletion and recreation cycles between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonVlanIdStatsTable(2) smonVlanIdStatsEntry(1) 14 }

.1.3.6.1.2.1.16.22.1.2.3
smonPrioStatsControlTable OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Controls the setup of priority statistics tables.

         smonPrioStatsControlTable allows configuration of collections
         based on the value of the 3-bit user priority field encoded
         in the Tag Control Information (TCI) field according to [19],
         [20].

         Note that this table merely reports priority as encoded in
         the VLAN headers, not the priority (if any) given to the
         frame for the actual switching purposes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) 3 }

.1.3.6.1.2.1.16.22.1.2.3.1
smonPrioStatsControlEntry OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ smonPrioStatsControlIndex }
  DESCRIPTION	"A conceptual row in the smonPrioStatsControlTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsControlTable(3) 1 }

.1.3.6.1.2.1.16.22.1.2.3.1.1
smonPrioStatsControlIndex OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique arbitrary index for this smonPrioStatsControlEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsControlTable(3) smonPrioStatsControlEntry(1) 1 }

.1.3.6.1.2.1.16.22.1.2.3.1.2
smonPrioStatsControlDataSource OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION DataSource
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source of data for this set of VLAN statistics.

        This object may not be modified if the associated
        smonPrioStatsControlStatus object is equal to active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsControlTable(3) smonPrioStatsControlEntry(1) 2 }

.1.3.6.1.2.1.16.22.1.2.3.1.3
smonPrioStatsControlCreateTime OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION LastCreateTime
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this entry was created.
        This object allows to a management station to
        detect deletion and recreation cycles between polls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsControlTable(3) smonPrioStatsControlEntry(1) 3 }

.1.3.6.1.2.1.16.22.1.2.3.1.4
smonPrioStatsControlOwner OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Administratively assigned named of the owner of this entry.
        It usually defines the entity that created this entry and is
        therefore using the resources assigned to it, though there is
        no enforcement mechanism, nor assurance that rows created are
        ever used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsControlTable(3) smonPrioStatsControlEntry(1) 4 }

.1.3.6.1.2.1.16.22.1.2.3.1.5
smonPrioStatsControlStatus OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row.

        An entry may not exist in the active state unless all
        objects in the entry have an appropriate value.

        If this object is not equal to active(1), all associated
        entries in the smonPrioStatsTable SHALL be deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsControlTable(3) smonPrioStatsControlEntry(1) 5 }

.1.3.6.1.2.1.16.22.1.2.4
smonPrioStatsTable OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains the priority statistics. The collections are based
         on the value of the 3-bit user priority field encoded in the
         Tag Control Information (TCI) field according to [19], [20].
         Note that this table merely reports priority as encoded in
         the VLAN headers, not the priority (if any) given to the
         frame for the actual switching purposes.

         No garbage collection is designed for this table, as there
         always are at most eight rows per statistical set, and the
         low memory requirements do not justify the implementation of
         such a mechanism."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) 4 }

.1.3.6.1.2.1.16.22.1.2.4.1
smonPrioStatsEntry OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ smonPrioStatsControlIndex, smonPrioStatsId }
  DESCRIPTION	"A conceptual row in smonPrioStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsTable(4) 1 }

.1.3.6.1.2.1.16.22.1.2.4.1.1
smonPrioStatsId OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The unique identifier of the priority level monitored for
         this specific statistics collection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsTable(4) smonPrioStatsEntry(1) 1 }

.1.3.6.1.2.1.16.22.1.2.4.1.2
smonPrioStatsPkts OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets counted on
         this priority level."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsTable(4) smonPrioStatsEntry(1) 2 }

.1.3.6.1.2.1.16.22.1.2.4.1.3
smonPrioStatsOverflowPkts OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated smonPrioStatsPkts
         counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsTable(4) smonPrioStatsEntry(1) 3 }

.1.3.6.1.2.1.16.22.1.2.4.1.4
smonPrioStatsHCPkts OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets counted on
         this priority level."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsTable(4) smonPrioStatsEntry(1) 4 }

.1.3.6.1.2.1.16.22.1.2.4.1.5
smonPrioStatsOctets OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets counted on
         this priority level."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsTable(4) smonPrioStatsEntry(1) 5 }

.1.3.6.1.2.1.16.22.1.2.4.1.6
smonPrioStatsOverflowOctets OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated smonPrioStatsOctets
         counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsTable(4) smonPrioStatsEntry(1) 6 }

.1.3.6.1.2.1.16.22.1.2.4.1.7
smonPrioStatsHCOctets OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets counted on
         this priority level."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonStats(2) smonPrioStatsTable(4) smonPrioStatsEntry(1) 7 }

.1.3.6.1.2.1.16.22.1.3
portCopyConfig OBJECT-TYPE
  -- FROM	SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) 3 }

.1.3.6.1.2.1.16.22.1.3.1
portCopyTable OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides the ability to configure the copy port
         functionality. Source and destinations are MIB-II ifEntries.

         One to one, many to one and one to many source to destination
         relationships may be configured.

         Each row that exists in this table defines such a
         relationship. By disabling a row in this table the port copy
         relationship no longer exists.

         The number of entries and the types of port copies(1-1,
         many-1, 1-many) are implementation specific and could
         possibly be dynamic due to changing resource availability.

         In order to configure a source to destination portCopy
         relationship, both source and destination interfaces MUST be
         present as an ifEntry in the ifTable and their respective
         ifAdminStatus and ifOperStatus values must be equal to
         'up(1)'. If the value of any of those two objects changes
         after the portCopyEntry is activated, portCopyStatus will
         transition to 'notReady(3)'.

         The capability of an interface to be source or destination of
         a port copy operation is described by the 'copySourcePort(0)'
         and 'copyDestPort(1)' bits in dataSourceCopyCaps. Those bits
         SHOULD be appropriately set by the agent, in order to allow
         for a portCopyEntry to be created.

         Applicable counters on the destination will increment for all
         packets transmitted, be it by normal bridging/switching or
         due to packet copy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) portCopyConfig(3) 1 }

.1.3.6.1.2.1.16.22.1.3.1.1
portCopyEntry OBJECT-TYPE
  -- FROM	SMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ portCopySource, portCopyDest }
  DESCRIPTION	"Describes a particular port copy entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) portCopyConfig(3) portCopyTable(1) 1 }

.1.3.6.1.2.1.16.22.1.3.1.1.1
portCopySource OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of the source which will have all packets
         redirected to the destination as defined by portCopyDest."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) portCopyConfig(3) portCopyTable(1) portCopyEntry(1) 1 }

.1.3.6.1.2.1.16.22.1.3.1.1.2
portCopyDest OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the ifIndex destination for the copy operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) portCopyConfig(3) portCopyTable(1) portCopyEntry(1) 2 }

.1.3.6.1.2.1.16.22.1.3.1.1.3
portCopyDestDropEvents OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of events in which port copy packets were
         dropped by the switch at the destination port due to lack of
         resources.

         Note that this number is not necessarily the number of
         packets dropped; it is just the number of times this
         condition has been detected.

         A single dropped event counter is maintained for each
         portCopyDest. Thus all instances associated with a given
         portCopyDest will have the same portCopyDestDropEvents
         value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) portCopyConfig(3) portCopyTable(1) portCopyEntry(1) 3 }

.1.3.6.1.2.1.16.22.1.3.1.1.4
portCopyDirection OBJECT-TYPE
  -- FROM	SMON-MIB
  SYNTAX	INTEGER {copyRxOnly(1), copyTxOnly(2), copyBoth(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object affects the way traffic is copied from a switch
          source port, for the indicated port copy operation.
         If this object has the value 'copyRxOnly(1)', then only
         traffic received on the indicated source port will be copied
         to the indicated destination port.

         If this object has the value 'copyTxOnly(2)', then only
         traffic transmitted out the indicated source port will be
         copied to the indicated destination port.

         If this object has the value 'copyBoth(3)', then all traffic
         received or transmitted on the indicated source port will be
         copied to the indicated destination port.

         The creation and deletion of instances of this object is
         controlled by the portCopyRowStatus object. Note that there
         is no guarantee that changes in the value of this object
         performed while the associated portCopyRowStatus object is
         equal to active will not cause traffic discontinuities in the
         packet stream."
  DEFVAL	{ copyBoth }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) portCopyConfig(3) portCopyTable(1) portCopyEntry(1) 4 }

.1.3.6.1.2.1.16.22.1.3.1.1.5
portCopyStatus OBJECT-TYPE
  -- FROM	SMON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the status of the port copy entry.

         In order to configure a source to destination portCopy
         relationship, both source and destination interfaces MUST be
         present as an ifEntry in the ifTable and their respective
         ifAdminStatus and ifOperStatus values must be equal to
         'up(1)'. If the value of any of those two objects changes
         after the portCopyEntry is activated, portCopyStatus will
         transition to 'notReady(3)'.

         The capability of an interface to be source or destination of
         a port copy operation is described by the 'copySourcePort(0)'
         and 'copyDestPort(1)' bits in dataSourceCopyCaps. Those bits
         SHOULD be appropriately set by the agent, in order to allow
         for a portCopyEntry to be created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) portCopyConfig(3) portCopyTable(1) portCopyEntry(1) 5 }

.1.3.6.1.2.1.16.22.1.4
smonRegistrationPoints OBJECT-TYPE
  -- FROM	SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) 4 }

.1.3.6.1.2.1.16.22.1.4.1
smonVlanDataSource OBJECT-TYPE
  -- FROM	SMON-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rmon(16) switchRMON(22) smonMIBObjects(1) smonRegistrationPoints(4) 1 }

.1.3.6.1.2.1.17
dot1dBridge OBJECT-TYPE
  -- FROM	BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 17 }

.1.3.6.1.2.1.17.0
dot1dBridge# OBJECT-TYPE
  -- FROM	BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) 0 }

.1.3.6.1.2.1.17.0.1
newRoot TRAP-TYPE
  -- FROM	BRIDGE-MIB
  DESCRIPTION	"The newRoot trap indicates that the sending agent
            has become the new root of the Spanning Tree; the
            trap is sent by a bridge soon after its election
            as the new root, e.g., upon expiration of the
            Topology Change Timer immediately subsequent to
            its election.  Implementation of this trap is
            optional."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBridge#(0) 1 }

.1.3.6.1.2.1.17.0.2
topologyChange TRAP-TYPE
  -- FROM	BRIDGE-MIB
  DESCRIPTION	"A topologyChange trap is sent by a bridge when
            any of its configured ports transitions from the
            Learning state to the Forwarding state, or from
            the Forwarding state to the Blocking state.  The
            trap is not sent if a newRoot trap is sent for the
            same transition.  Implementation of this trap is
            optional."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBridge#(0) 2 }

.1.3.6.1.2.1.17.1
dot1dBase OBJECT-TYPE
  -- FROM	BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) 1 }

.1.3.6.1.2.1.17.1.1
dot1dBaseBridgeAddress OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The MAC address used by this bridge when it must
            be referred to in a unique fashion.   It is
            recommended that this be the numerically smallest
            MAC address of all ports that belong to this
            bridge.  However it is only required to be unique.
            When concatenated with dot1dStpPriority a unique
            BridgeIdentifier is formed which is used in the
            Spanning Tree Protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) 1 }

.1.3.6.1.2.1.17.1.2
dot1dBaseNumPorts OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of ports controlled by this bridging
            entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) 2 }

.1.3.6.1.2.1.17.1.3
dot1dBaseType OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER {unknown(1), transparent-only(2), sourceroute-only(3), srt(4)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Indicates what type of bridging this bridge can
            perform.  If a bridge is actually performing a
            certain type of bridging this will be indicated by
            entries in the port table for the given type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) 3 }

.1.3.6.1.2.1.17.1.4
dot1dBasePortTable OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A table that contains generic information about
            every port that is associated with this bridge.
            Transparent, source-route, and srt ports are
            included."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) 4 }

.1.3.6.1.2.1.17.1.4.1
dot1dBasePortEntry OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ dot1dBasePort }
  DESCRIPTION	"A list of information for each port of the
            bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) dot1dBasePortTable(4) 1 }

.1.3.6.1.2.1.17.1.4.1.1
dot1dBasePort OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The port number of the port for which this entry
            contains bridge management information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) dot1dBasePortTable(4) dot1dBasePortEntry(1) 1 }

.1.3.6.1.2.1.17.1.4.1.2
dot1dBasePortIfIndex OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of the instance of the ifIndex object,
            defined in MIB-II, for the interface corresponding
            to this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) dot1dBasePortTable(4) dot1dBasePortEntry(1) 2 }

.1.3.6.1.2.1.17.1.4.1.3
dot1dBasePortCircuit OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"For a port which (potentially) has the same value
            of dot1dBasePortIfIndex as another port on the
            same bridge, this object contains the name of an
            object instance unique to this port.  For example,
            in the case where multiple ports correspond one-
            to-one with multiple X.25 virtual circuits, this
            value might identify an (e.g., the first) object
            instance associated with the X.25 virtual circuit
            corresponding to this port.

            For a port which has a unique value of
            dot1dBasePortIfIndex, this object can have the
            value { 0 0 }."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) dot1dBasePortTable(4) dot1dBasePortEntry(1) 3 }

.1.3.6.1.2.1.17.1.4.1.4
dot1dBasePortDelayExceededDiscards OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of frames discarded by this port due
            to excessive transit delay through the bridge.  It
            is incremented by both transparent and source
            route bridges."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) dot1dBasePortTable(4) dot1dBasePortEntry(1) 4 }

.1.3.6.1.2.1.17.1.4.1.5
dot1dBasePortMtuExceededDiscards OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of frames discarded by this port due
            to an excessive size.  It is incremented by both
            transparent and source route bridges."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dBase(1) dot1dBasePortTable(4) dot1dBasePortEntry(1) 5 }

.1.3.6.1.2.1.17.2
dot1dStp OBJECT-TYPE
  -- FROM	BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) 2 }

.1.3.6.1.2.1.17.2.1
dot1dStpProtocolSpecification OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER {unknown(1), decLb100(2), ieee8021d(3)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"An indication of what version of the Spanning
            Tree Protocol is being run.  The value
            'decLb100(2)' indicates the DEC LANbridge 100
            Spanning Tree protocol.  IEEE 802.1d
            implementations will return 'ieee8021d(3)'.  If
            future versions of the IEEE Spanning Tree Protocol
            are released that are incompatible with the
            current version a new value will be defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 1 }

.1.3.6.1.2.1.17.2.2
dot1dStpPriority OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER (0..61440) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The value of the write-able portion of the Bridge
            ID, i.e., the first two octets of the (8 octet
            long) Bridge ID.  The other (last) 6 octets of the
            Bridge ID are given by the value of
            dot1dBaseBridgeAddress."
  DEFVAL	{ 32768 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 2 }

.1.3.6.1.2.1.17.2.3
dot1dStpTimeSinceTopologyChange OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The time (in hundredths of a second) since the
            last time a topology change was detected by the
            bridge entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 3 }

.1.3.6.1.2.1.17.2.4
dot1dStpTopChanges OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The total number of topology changes detected by
            this bridge since the management entity was last
            reset or initialized."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 4 }

.1.3.6.1.2.1.17.2.5
dot1dStpDesignatedRoot OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The bridge identifier of the root of the spanning
            tree as determined by the Spanning Tree Protocol
            as executed by this node.  This value is used as
            the Root Identifier parameter in all Configuration
            Bridge PDUs originated by this node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 5 }

.1.3.6.1.2.1.17.2.6
dot1dStpRootCost OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The cost of the path to the root as seen from
            this bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 6 }

.1.3.6.1.2.1.17.2.7
dot1dStpRootPort OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The port number of the port which offers the
            lowest cost path from this bridge to the root
            bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 7 }

.1.3.6.1.2.1.17.2.8
dot1dStpMaxAge OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION Timeout
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The maximum age of Spanning Tree Protocol
            information learned from the network on any port
            before it is discarded, in units of hundredths of
            a second.  This is the actual value that this
            bridge is currently using."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 8 }

.1.3.6.1.2.1.17.2.9
dot1dStpHelloTime OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION Timeout
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The amount of time between the transmission of
            Configuration bridge PDUs by this node on any port
            when it is the root of the spanning tree or trying
            to become so, in units of hundredths of a second.
            This is the actual value that this bridge is
            currently using."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 9 }

.1.3.6.1.2.1.17.2.10
dot1dStpHoldTime OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This time value determines the interval length
            during which no more than two Configuration bridge
            PDUs shall be transmitted by this node, in units
            of hundredths of a second."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 10 }

.1.3.6.1.2.1.17.2.11
dot1dStpForwardDelay OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION Timeout
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This time value, measured in units of hundredths
            of a second, controls how fast a port changes its
            spanning state when moving towards the Forwarding
            state.  The value determines how long the port
            stays in each of the Listening and Learning
            states, which precede the Forwarding state.  This
            value is also used, when a topology change has
            been detected and is underway, to age all dynamic
            entries in the Forwarding Database.  [Note that
            this value is the one that this bridge is
            currently using, in contrast to
            dot1dStpBridgeForwardDelay which is the value that
            this bridge and all others would start using
            if/when this bridge were to become the root.]"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 11 }

.1.3.6.1.2.1.17.2.12
dot1dStpBridgeMaxAge OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION Timeout
  SYNTAX	INTEGER (600..4000) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The value that all bridges use for MaxAge when
            this bridge is acting as the root.  Note that
            802.1D-1990 specifies that the range for this
            parameter is related to the value of
            dot1dStpBridgeHelloTime. The granularity of this
            timer is specified by 802.1D-1990 to be 1 second.
            An agent may return a badValue error if a set is
            attempted to a value which is not a whole number
            of seconds."
  DEFVAL	{ 2000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 12 }

.1.3.6.1.2.1.17.2.13
dot1dStpBridgeHelloTime OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION Timeout
  SYNTAX	INTEGER (100..1000) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The value that all bridges use for HelloTime when
            this bridge is acting as the root.  The
            granularity of this timer is specified by 802.1D-
            1990 to be 1 second.  An agent may return a
            badValue error if a set is attempted to a value
            which is not a whole number of seconds."
  DEFVAL	{ 200 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 13 }

.1.3.6.1.2.1.17.2.14
dot1dStpBridgeForwardDelay OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION Timeout
  SYNTAX	INTEGER (400..3000) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The value that all bridges use for ForwardDelay
            when this bridge is acting as the root.  Note that
            802.1D-1990 specifies that the range for this
            parameter is related to the value of
            dot1dStpBridgeMaxAge.  The granularity of this
            timer is specified by 802.1D-1990 to be 1 second.
            An agent may return a badValue error if a set is
            attempted to a value which is not a whole number
            of seconds."
  DEFVAL	{ 1500 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 14 }

.1.3.6.1.2.1.17.2.15
dot1dStpPortTable OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A table that contains port-specific information
            for the Spanning Tree Protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) 15 }

.1.3.6.1.2.1.17.2.15.1
dot1dStpPortEntry OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ dot1dStpPort }
  DESCRIPTION	"A list of information maintained by every port
            about the Spanning Tree Protocol state for that
            port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) 1 }

.1.3.6.1.2.1.17.2.15.1.1
dot1dStpPort OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The port number of the port for which this entry
            contains Spanning Tree Protocol management
            information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 1 }

.1.3.6.1.2.1.17.2.15.1.2
dot1dStpPortPriority OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER (0..240) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The value of the priority field which is
            contained in the first (in network byte order)
            octet of the (2 octet long) Port ID.  The other
            octet of the Port ID is given by the value of
            dot1dStpPort."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 2 }

.1.3.6.1.2.1.17.2.15.1.3
dot1dStpPortState OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER {disabled(1), blocking(2), listening(3), learning(4), forwarding(5), broken(6)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The port's current state as defined by
            application of the Spanning Tree Protocol.  This
            state controls what action a port takes on
            reception of a frame.  If the bridge has detected
            a port that is malfunctioning it will place that
            port into the broken(6) state.  For ports which
            are disabled (see dot1dStpPortEnable), this object
            will have a value of disabled(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 3 }

.1.3.6.1.2.1.17.2.15.1.4
dot1dStpPortEnable OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The enabled/disabled status of the port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 4 }

.1.3.6.1.2.1.17.2.15.1.5
dot1dStpPortPathCost OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER (1..2000000) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The contribution of this port to the path cost of
            paths towards the spanning tree root which include
            this port.  802.1D-1990 recommends that the
            default value of this parameter be in inverse
            proportion to the speed of the attached LAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 5 }

.1.3.6.1.2.1.17.2.15.1.6
dot1dStpPortDesignatedRoot OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The unique Bridge Identifier of the Bridge
            recorded as the Root in the Configuration BPDUs
            transmitted by the Designated Bridge for the
            segment to which the port is attached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 6 }

.1.3.6.1.2.1.17.2.15.1.7
dot1dStpPortDesignatedCost OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The path cost of the Designated Port of the
            segment connected to this port.  This value is
            compared to the Root Path Cost field in received
            bridge PDUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 7 }

.1.3.6.1.2.1.17.2.15.1.8
dot1dStpPortDesignatedBridge OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The Bridge Identifier of the bridge which this
            port considers to be the Designated Bridge for
            this port's segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 8 }

.1.3.6.1.2.1.17.2.15.1.9
dot1dStpPortDesignatedPort OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The Port Identifier of the port on the Designated
            Bridge for this port's segment."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 9 }

.1.3.6.1.2.1.17.2.15.1.10
dot1dStpPortForwardTransition OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of times this port has transitioned
            from the Learning state to the Forwarding state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dStp(2) dot1dStpPortTable(15) dot1dStpPortEntry(1) 10 }

.1.3.6.1.2.1.17.4
dot1dTp OBJECT-TYPE
  -- FROM	BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) 4 }

.1.3.6.1.2.1.17.4.2
dot1dTpAgingTime OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER (-1 | 10..1000000) 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"The timeout period in seconds for aging out
            dynamically learned forwarding information.
            802.1D-1990 recommends a default of 300 seconds."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) 2 }

.1.3.6.1.2.1.17.4.3
dot1dTpFdbTable OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A table that contains information about unicast
            entries for which the bridge has forwarding and/or
            filtering information.  This information is used
            by the transparent bridging function in
            determining how to propagate a received frame."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) 3 }

.1.3.6.1.2.1.17.4.3.1
dot1dTpFdbEntry OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ dot1dTpFdbAddress }
  DESCRIPTION	"Information about a specific unicast MAC address
            for which the bridge has some forwarding and/or
            filtering information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpFdbTable(3) 1 }

.1.3.6.1.2.1.17.4.3.1.1
dot1dTpFdbAddress OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"A unicast MAC address for which the bridge has
            forwarding and/or filtering information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpFdbTable(3) dot1dTpFdbEntry(1) 1 }

.1.3.6.1.2.1.17.4.3.1.2
dot1dTpFdbPort OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Either the value '0', or the port number of the
            port on which a frame having a source address
            equal to the value of the corresponding instance
            of dot1dTpFdbAddress has been seen.  A value of
            '0' indicates that the port number has not been
            learned but that the bridge does have some
            forwarding/filtering information about this
            address (e.g. in the dot1dStaticTable).
            Implementors are encouraged to assign the port
            value to this object whenever it is learned even
            for addresses for which the corresponding value of
            dot1dTpFdbStatus is not learned(3)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpFdbTable(3) dot1dTpFdbEntry(1) 2 }

.1.3.6.1.2.1.17.4.3.1.3
dot1dTpFdbStatus OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER {other(1), invalid(2), learned(3), self(4), mgmt(5)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The status of this entry.  The meanings of the
            values are:

              other(1)   : none of the following.  This would
                           include the case where some other
                           MIB object (not the corresponding
                           instance of dot1dTpFdbPort, nor an
                           entry in the dot1dStaticTable) is
                           being used to determine if and how
                           frames addressed to the value of
                           the corresponding instance of
                           dot1dTpFdbAddress are being
                           forwarded.

              invalid(2) : this entry is not longer valid
                           (e.g., it was learned but has since
                           aged-out), but has not yet been
                           flushed from the table.

              learned(3) : the value of the corresponding
                           instance of dot1dTpFdbPort was
                           learned, and is being used.

              self(4)    : the value of the corresponding
                           instance of dot1dTpFdbAddress
                           represents one of the bridge's
                           addresses.  The corresponding
                           instance of dot1dTpFdbPort
                           indicates which of the bridge's
                           ports has this address.

              mgmt(5)    : the value of the corresponding
                           instance of dot1dTpFdbAddress is
                           also the value of an existing
                           instance of dot1dStaticAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpFdbTable(3) dot1dTpFdbEntry(1) 3 }

.1.3.6.1.2.1.17.4.4
dot1dTpPortTable OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A table that contains information about every
            port that is associated with this transparent
            bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) 4 }

.1.3.6.1.2.1.17.4.4.1
dot1dTpPortEntry OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ dot1dTpPort }
  DESCRIPTION	"A list of information for each port of a
            transparent bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortTable(4) 1 }

.1.3.6.1.2.1.17.4.4.1.1
dot1dTpPort OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The port number of the port for which this entry
            contains Transparent bridging management
            information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortTable(4) dot1dTpPortEntry(1) 1 }

.1.3.6.1.2.1.17.4.4.1.2
dot1dTpPortMaxInfo OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The maximum size of the INFO (non-MAC) field that
            this port will receive or transmit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortTable(4) dot1dTpPortEntry(1) 2 }

.1.3.6.1.2.1.17.4.4.1.3
dot1dTpPortInFrames OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of frames that have been received by
            this port from its segment. Note that a frame
            received on the interface corresponding to this
            port is only counted by this object if and only if
            it is for a protocol being processed by the local
            bridging function, including bridge management
            frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortTable(4) dot1dTpPortEntry(1) 3 }

.1.3.6.1.2.1.17.4.4.1.4
dot1dTpPortOutFrames OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of frames that have been transmitted
            by this port to its segment.  Note that a frame
            transmitted on the interface corresponding to this
            port is only counted by this object if and only if
            it is for a protocol being processed by the local
            bridging function, including bridge management
            frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortTable(4) dot1dTpPortEntry(1) 4 }

.1.3.6.1.2.1.17.4.4.1.5
dot1dTpPortInDiscards OBJECT-TYPE
  -- FROM	BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Count of valid frames received which were
            discarded (i.e., filtered) by the Forwarding
            Process."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortTable(4) dot1dTpPortEntry(1) 5 }

.1.3.6.1.2.1.17.4.5
dot1dTpHCPortTable OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about every high-
        capacity port that is associated with this transparent
        bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) 5 }

.1.3.6.1.2.1.17.4.5.1
dot1dTpHCPortEntry OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1dTpPort }
  DESCRIPTION	"Statistics information for each high-capacity port of a
        transparent bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpHCPortTable(5) 1 }

.1.3.6.1.2.1.17.4.5.1.1
dot1dTpHCPortInFrames OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames that have been received by this
        port from its segment.  Note that a frame received on
        the interface corresponding to this port is only counted
        by this object if and only if it is for a protocol being
        processed by the local bridging function, including
        bridge management frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpHCPortTable(5) dot1dTpHCPortEntry(1) 1 }

.1.3.6.1.2.1.17.4.5.1.2
dot1dTpHCPortOutFrames OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames that have been transmitted by this
        port to its segment.  Note that a frame transmitted on
        the interface corresponding to this port is only counted
        by this object if and only if it is for a protocol being
        processed by the local bridging function, including
        bridge management frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpHCPortTable(5) dot1dTpHCPortEntry(1) 2 }

.1.3.6.1.2.1.17.4.5.1.3
dot1dTpHCPortInDiscards OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of valid frames that have been received by this
        port from its segment that were discarded (i.e.,
        filtered) by the Forwarding Process."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpHCPortTable(5) dot1dTpHCPortEntry(1) 3 }

.1.3.6.1.2.1.17.4.6
dot1dTpPortOverflowTable OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the most-significant bits of
        statistics counters for ports that are associated with this
        transparent bridge that are on high-capacity interfaces, as
        defined in the conformance clauses for this table.  This table
        is provided as a way to read 64-bit counters for agents that
        support only SNMPv1.

        Note that the reporting of most-significant and
        least-significant counter bits separately runs the risk of
        missing an overflow of the lower bits in the interval between
        sampling.  The manager must be aware of this possibility, even
        within the same varbindlist, when interpreting the results of
        a request or asynchronous notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) 6 }

.1.3.6.1.2.1.17.4.6.1
dot1dTpPortOverflowEntry OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1dTpPort }
  DESCRIPTION	"The most significant bits of statistics counters for a high-
        capacity interface of a transparent bridge.  Each object is
        associated with a corresponding object in dot1dTpPortTable
        that indicates the least significant bits of the counter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortOverflowTable(6) 1 }

.1.3.6.1.2.1.17.4.6.1.1
dot1dTpPortInOverflowFrames OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated dot1dTpPortInFrames
        counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortOverflowTable(6) dot1dTpPortOverflowEntry(1) 1 }

.1.3.6.1.2.1.17.4.6.1.2
dot1dTpPortOutOverflowFrames OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated dot1dTpPortOutFrames
        counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortOverflowTable(6) dot1dTpPortOverflowEntry(1) 2 }

.1.3.6.1.2.1.17.4.6.1.3
dot1dTpPortInOverflowDiscards OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated
        dot1dTpPortInDiscards counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) dot1dTp(4) dot1dTpPortOverflowTable(6) dot1dTpPortOverflowEntry(1) 3 }

.1.3.6.1.2.1.17.6
pBridgeMIB MODULE-IDENTITY
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"The Bridge MIB Extension module for managing Priority
        and Multicast Filtering, defined by IEEE 802.1D-1998,
        including Restricted Group Registration defined by
        IEEE 802.1t-2001.

        Copyright (C) The Internet Society (2006).  This version of
        this MIB module is part of RFC 4363; See the RFC itself for
        full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) 6 }

.1.3.6.1.2.1.17.6.1
pBridgeMIBObjects OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) 1 }

.1.3.6.1.2.1.17.6.1.1
dot1dExtBase OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) 1 }

.1.3.6.1.2.1.17.6.1.1.1
dot1dDeviceCapabilities OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	BITS {dot1dExtendedFilteringServices(0), dot1dTrafficClasses(1), dot1qStaticEntryIndividualPort(2), dot1qIVLCapable(3), dot1qSVLCapable(4), dot1qHybridCapable(5), dot1qConfigurablePvidTagging(6), dot1dLocalVlanCapable(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the optional parts of IEEE 802.1D and 802.1Q
        that are implemented by this device and are manageable
        through this MIB.  Capabilities that are allowed on a
        per-port basis are indicated in dot1dPortCapabilities.

        dot1dExtendedFilteringServices(0),
                              -- can perform filtering of
                              -- individual multicast addresses
                              -- controlled by GMRP.
        dot1dTrafficClasses(1),
                              -- can map user priority to
                              -- multiple traffic classes.
        dot1qStaticEntryIndividualPort(2),
                              -- dot1qStaticUnicastReceivePort &
                              -- dot1qStaticMulticastReceivePort
                              -- can represent non-zero entries.
        dot1qIVLCapable(3),   -- Independent VLAN Learning (IVL).
        dot1qSVLCapable(4),   -- Shared VLAN Learning (SVL).
        dot1qHybridCapable(5),
                              -- both IVL & SVL simultaneously.
        dot1qConfigurablePvidTagging(6),
                              -- whether the implementation
                              -- supports the ability to
                              -- override the default PVID
                              -- setting and its egress status
                              -- (VLAN-Tagged or Untagged) on
                              -- each port.
        dot1dLocalVlanCapable(7)
                              -- can support multiple local
                              -- bridges, outside of the scope
                              -- of 802.1Q defined VLANs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dExtBase(1) 1 }

.1.3.6.1.2.1.17.6.1.1.2
dot1dTrafficClassesEnabled OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value true(1) indicates that Traffic Classes are
        enabled on this bridge.  When false(2), the bridge
        operates with a single priority level for all traffic.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dExtBase(1) 2 }

.1.3.6.1.2.1.17.6.1.1.3
dot1dGmrpStatus OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative status requested by management for
        GMRP.  The value enabled(1) indicates that GMRP should
        be enabled on this device, in all VLANs, on all ports
        for which it has not been specifically disabled.  When
        disabled(2), GMRP is disabled, in all VLANs and on all
        ports, and all GMRP packets will be forwarded
        transparently.  This object affects both Applicant and
        Registrar state machines.  A transition from disabled(2)
        to enabled(1) will cause a reset of all GMRP state
        machines on all ports.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dExtBase(1) 3 }

.1.3.6.1.2.1.17.6.1.1.4
dot1dPortCapabilitiesTable OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains capabilities information about
        every port that is associated with this bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dExtBase(1) 4 }

.1.3.6.1.2.1.17.6.1.1.4.1
dot1dPortCapabilitiesEntry OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dot1dBasePortEntry }
  DESCRIPTION	"A set of capabilities information about this port
        indexed by dot1dBasePort."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dExtBase(1) dot1dPortCapabilitiesTable(4) 1 }

.1.3.6.1.2.1.17.6.1.1.4.1.1
dot1dPortCapabilities OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	BITS {dot1qDot1qTagging(0), dot1qConfigurableAcceptableFrameTypes(1), dot1qIngressFiltering(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the parts of IEEE 802.1D and 802.1Q that are
        optional on a per-port basis, that are implemented by
        this device, and that are manageable through this MIB.

        dot1qDot1qTagging(0), -- supports 802.1Q VLAN tagging of
                              -- frames and GVRP.
        dot1qConfigurableAcceptableFrameTypes(1),
                              -- allows modified values of
                              -- dot1qPortAcceptableFrameTypes.
        dot1qIngressFiltering(2)
                              -- supports the discarding of any
                              -- frame received on a Port whose
                              -- VLAN classification does not
                              -- include that Port in its Member
                              -- set."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dExtBase(1) dot1dPortCapabilitiesTable(4) dot1dPortCapabilitiesEntry(1) 1 }

.1.3.6.1.2.1.17.6.1.2
dot1dPriority OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) 2 }

.1.3.6.1.2.1.17.6.1.2.1
dot1dPortPriorityTable OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about every port that
        is associated with this transparent bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) 1 }

.1.3.6.1.2.1.17.6.1.2.1.1
dot1dPortPriorityEntry OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dot1dBasePortEntry }
  DESCRIPTION	"A list of Default User Priorities for each port of a
        transparent bridge.  This is indexed by dot1dBasePort."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dPortPriorityTable(1) 1 }

.1.3.6.1.2.1.17.6.1.2.1.1.1
dot1dPortDefaultUserPriority OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The default ingress User Priority for this port.  This
        only has effect on media, such as Ethernet, that do not
        support native User Priority.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dPortPriorityTable(1) dot1dPortPriorityEntry(1) 1 }

.1.3.6.1.2.1.17.6.1.2.1.1.2
dot1dPortNumTrafficClasses OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of egress traffic classes supported on this
        port.  This object may optionally be read-only.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dPortPriorityTable(1) dot1dPortPriorityEntry(1) 2 }

.1.3.6.1.2.1.17.6.1.2.2
dot1dUserPriorityRegenTable OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of Regenerated User Priorities for each received
        User Priority on each port of a bridge.  The Regenerated
        User Priority value may be used to index the Traffic
        Class Table for each input port.  This only has effect
        on media that support native User Priority.  The default
        values for Regenerated User Priorities are the same as
        the User Priorities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) 2 }

.1.3.6.1.2.1.17.6.1.2.2.1
dot1dUserPriorityRegenEntry OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1dBasePort, dot1dUserPriority }
  DESCRIPTION	"A mapping of incoming User Priority to a Regenerated
        User Priority."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dUserPriorityRegenTable(2) 1 }

.1.3.6.1.2.1.17.6.1.2.2.1.1
dot1dUserPriority OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The User Priority for a frame received on this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dUserPriorityRegenTable(2) dot1dUserPriorityRegenEntry(1) 1 }

.1.3.6.1.2.1.17.6.1.2.2.1.2
dot1dRegenUserPriority OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Regenerated User Priority that the incoming User
        Priority is mapped to for this port.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dUserPriorityRegenTable(2) dot1dUserPriorityRegenEntry(1) 2 }

.1.3.6.1.2.1.17.6.1.2.3
dot1dTrafficClassTable OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table mapping evaluated User Priority to Traffic
        Class, for forwarding by the bridge.  Traffic class is a
        number in the range (0..(dot1dPortNumTrafficClasses-1))."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) 3 }

.1.3.6.1.2.1.17.6.1.2.3.1
dot1dTrafficClassEntry OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1dBasePort, dot1dTrafficClassPriority }
  DESCRIPTION	"User Priority to Traffic Class mapping."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dTrafficClassTable(3) 1 }

.1.3.6.1.2.1.17.6.1.2.3.1.1
dot1dTrafficClassPriority OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Priority value determined for the received frame.
        This value is equivalent to the priority indicated in
        the tagged frame received, or one of the evaluated
        priorities, determined according to the media-type.

        For untagged frames received from Ethernet media, this
        value is equal to the dot1dPortDefaultUserPriority value
        for the ingress port.

        For untagged frames received from non-Ethernet media,
        this value is equal to the dot1dRegenUserPriority value
        for the ingress port and media-specific user priority."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dTrafficClassTable(3) dot1dTrafficClassEntry(1) 1 }

.1.3.6.1.2.1.17.6.1.2.3.1.2
dot1dTrafficClass OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Traffic Class the received frame is mapped to.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dTrafficClassTable(3) dot1dTrafficClassEntry(1) 2 }

.1.3.6.1.2.1.17.6.1.2.4
dot1dPortOutboundAccessPriorityTable OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table mapping Regenerated User Priority to Outbound
        Access Priority.  This is a fixed mapping for all port
        types, with two options for 802.5 Token Ring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) 4 }

.1.3.6.1.2.1.17.6.1.2.4.1
dot1dPortOutboundAccessPriorityEntry OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1dBasePort, dot1dRegenUserPriority }
  DESCRIPTION	"Regenerated User Priority to Outbound Access Priority
        mapping."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dPortOutboundAccessPriorityTable(4) 1 }

.1.3.6.1.2.1.17.6.1.2.4.1.1
dot1dPortOutboundAccessPriority OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Outbound Access Priority the received frame is
        mapped to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dPriority(2) dot1dPortOutboundAccessPriorityTable(4) dot1dPortOutboundAccessPriorityEntry(1) 1 }

.1.3.6.1.2.1.17.6.1.3
dot1dGarp OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) 3 }

.1.3.6.1.2.1.17.6.1.3.1
dot1dPortGarpTable OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of GARP control information about every bridge
        port.  This is indexed by dot1dBasePort."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGarp(3) 1 }

.1.3.6.1.2.1.17.6.1.3.1.1
dot1dPortGarpEntry OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dot1dBasePortEntry }
  DESCRIPTION	"GARP control information for a bridge port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGarp(3) dot1dPortGarpTable(1) 1 }

.1.3.6.1.2.1.17.6.1.3.1.1.1
dot1dPortGarpJoinTime OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The GARP Join time, in centiseconds.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGarp(3) dot1dPortGarpTable(1) dot1dPortGarpEntry(1) 1 }

.1.3.6.1.2.1.17.6.1.3.1.1.2
dot1dPortGarpLeaveTime OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The GARP Leave time, in centiseconds.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGarp(3) dot1dPortGarpTable(1) dot1dPortGarpEntry(1) 2 }

.1.3.6.1.2.1.17.6.1.3.1.1.3
dot1dPortGarpLeaveAllTime OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The GARP LeaveAll time, in centiseconds.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGarp(3) dot1dPortGarpTable(1) dot1dPortGarpEntry(1) 3 }

.1.3.6.1.2.1.17.6.1.4
dot1dGmrp OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) 4 }

.1.3.6.1.2.1.17.6.1.4.1
dot1dPortGmrpTable OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of GMRP control and status information about
        every bridge port.  Augments the dot1dBasePortTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGmrp(4) 1 }

.1.3.6.1.2.1.17.6.1.4.1.1
dot1dPortGmrpEntry OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dot1dBasePortEntry }
  DESCRIPTION	"GMRP control and status information for a bridge port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGmrp(4) dot1dPortGmrpTable(1) 1 }

.1.3.6.1.2.1.17.6.1.4.1.1.1
dot1dPortGmrpStatus OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative state of GMRP operation on this port.  The
        value enabled(1) indicates that GMRP is enabled on this port
        in all VLANs as long as dot1dGmrpStatus is also enabled(1).
        A value of disabled(2) indicates that GMRP is disabled on
        this port in all VLANs: any GMRP packets received will
        be silently discarded, and no GMRP registrations will be
        propagated from other ports.  Setting this to a value of
        enabled(1) will be stored by the agent but will only take
        effect on the GMRP protocol operation if dot1dGmrpStatus
        also indicates the value enabled(1).  This object affects
        all GMRP Applicant and Registrar state machines on this
        port.  A transition from disabled(2) to enabled(1) will
        cause a reset of all GMRP state machines on this port.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGmrp(4) dot1dPortGmrpTable(1) dot1dPortGmrpEntry(1) 1 }

.1.3.6.1.2.1.17.6.1.4.1.1.2
dot1dPortGmrpFailedRegistrations OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of failed GMRP registrations, for any
        reason, in all VLANs, on this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGmrp(4) dot1dPortGmrpTable(1) dot1dPortGmrpEntry(1) 2 }

.1.3.6.1.2.1.17.6.1.4.1.1.3
dot1dPortGmrpLastPduOrigin OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Source MAC Address of the last GMRP message
        received on this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGmrp(4) dot1dPortGmrpTable(1) dot1dPortGmrpEntry(1) 3 }

.1.3.6.1.2.1.17.6.1.4.1.1.4
dot1dPortRestrictedGroupRegistration OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of Restricted Group Registration on this port.
         If the value of this control is true(1), then creation
         of a new dynamic entry is permitted only if there is a
         Static Filtering Entry for the VLAN concerned, in which
         the Registrar Administrative Control value is Normal
         Registration.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeMIBObjects(1) dot1dGmrp(4) dot1dPortGmrpTable(1) dot1dPortGmrpEntry(1) 4 }

.1.3.6.1.2.1.17.6.2
pBridgeConformance OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) 2 }

.1.3.6.1.2.1.17.6.2.1
pBridgeGroups OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) 1 }

.1.3.6.1.2.1.17.6.2.1.1
pBridgeExtCapGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects indicating the optional
        capabilities of the device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 1 }

.1.3.6.1.2.1.17.6.2.1.2
pBridgeDeviceGmrpGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing device-level control
        for the Multicast Filtering extended bridge services."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 2 }

.1.3.6.1.2.1.17.6.2.1.3
pBridgeDevicePriorityGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing device-level control
        for the Priority services."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 3 }

.1.3.6.1.2.1.17.6.2.1.4
pBridgeDefaultPriorityGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the User Priority
        applicable to each port for media that do not support
        native User Priority."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 4 }

.1.3.6.1.2.1.17.6.2.1.5
pBridgeRegenPriorityGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the User Priorities
        applicable to each port for media that support native
        User Priority."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 5 }

.1.3.6.1.2.1.17.6.2.1.6
pBridgePriorityGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the traffic classes
        within a bridge for each evaluated User Priority."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 6 }

.1.3.6.1.2.1.17.6.2.1.7
pBridgeAccessPriorityGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the media-dependent
        outbound access level for each priority."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 7 }

.1.3.6.1.2.1.17.6.2.1.8
pBridgePortGarpGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing port level control
        and status information for GARP operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 8 }

.1.3.6.1.2.1.17.6.2.1.9
pBridgePortGmrpGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing port level control
        and status information for GMRP operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 9 }

.1.3.6.1.2.1.17.6.2.1.10
pBridgeHCPortGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing 64-bit statistics
         counters for high-capacity bridge ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 10 }

.1.3.6.1.2.1.17.6.2.1.11
pBridgePortOverflowGroup OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing overflow statistics
        counters for high-capacity bridge ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 11 }

.1.3.6.1.2.1.17.6.2.1.12
pBridgePortGmrpGroup2 OBJECT-GROUP
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing port level control
        and status information for GMRP operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeGroups(1) 12 }

.1.3.6.1.2.1.17.6.2.2
pBridgeCompliances OBJECT-TYPE
  -- FROM	P-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) 2 }

.1.3.6.1.2.1.17.6.2.2.1
pBridgeCompliance MODULE-COMPLIANCE
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"The compliance statement for device support of Priority
        and Multicast Filtering extended bridging services."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeCompliances(2) 1 }

.1.3.6.1.2.1.17.6.2.2.2
pBridgeCompliance2 MODULE-COMPLIANCE
  -- FROM	P-BRIDGE-MIB
  DESCRIPTION	"The compliance statement for device support of Priority
        and Multicast Filtering extended bridging services."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) pBridgeMIB(6) pBridgeConformance(2) pBridgeCompliances(2) 2 }

.1.3.6.1.2.1.17.7
qBridgeMIB MODULE-IDENTITY
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"The VLAN Bridge MIB module for managing Virtual Bridged
        Local Area Networks, as defined by IEEE 802.1Q-2003,
        including Restricted Vlan Registration defined by
        IEEE 802.1u-2001 and Vlan Classification defined by
        IEEE 802.1v-2001.

        Copyright (C) The Internet Society (2006).  This version of
        this MIB module is part of RFC 4363; See the RFC itself for
        full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) 7 }

.1.3.6.1.2.1.17.7.1
qBridgeMIBObjects OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) 1 }

.1.3.6.1.2.1.17.7.1.1
dot1qBase OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) 1 }

.1.3.6.1.2.1.17.7.1.1.1
dot1qVlanVersionNumber OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	INTEGER {version1(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version number of IEEE 802.1Q that this device
        supports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qBase(1) 1 }

.1.3.6.1.2.1.17.7.1.1.2
dot1qMaxVlanId OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum IEEE 802.1Q VLAN-ID that this device
        supports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qBase(1) 2 }

.1.3.6.1.2.1.17.7.1.1.3
dot1qMaxSupportedVlans OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of IEEE 802.1Q VLANs that this
        device supports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qBase(1) 3 }

.1.3.6.1.2.1.17.7.1.1.4
dot1qNumVlans OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of IEEE 802.1Q VLANs that are
        configured in this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qBase(1) 4 }

.1.3.6.1.2.1.17.7.1.1.5
dot1qGvrpStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative status requested by management for
        GVRP.  The value enabled(1) indicates that GVRP should
        be enabled on this device, on all ports for which it has
        not been specifically disabled.  When disabled(2), GVRP
        is disabled on all ports, and all GVRP packets will be
        forwarded transparently.  This object affects all GVRP
        Applicant and Registrar state machines.  A transition
        from disabled(2) to enabled(1) will cause a reset of all
        GVRP state machines on all ports.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qBase(1) 5 }

.1.3.6.1.2.1.17.7.1.2
dot1qTp OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) 2 }

.1.3.6.1.2.1.17.7.1.2.1
dot1qFdbTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains configuration and control
        information for each Filtering Database currently
        operating on this device.  Entries in this table appear
        automatically when VLANs are assigned FDB IDs in the
        dot1qVlanCurrentTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) 1 }

.1.3.6.1.2.1.17.7.1.2.1.1
dot1qFdbEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qFdbId }
  DESCRIPTION	"Information about a specific Filtering Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qFdbTable(1) 1 }

.1.3.6.1.2.1.17.7.1.2.1.1.1
dot1qFdbId OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identity of this Filtering Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qFdbTable(1) dot1qFdbEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.2.1.1.2
dot1qFdbDynamicCount OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of dynamic entries in this
        Filtering Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qFdbTable(1) dot1qFdbEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.2.2
dot1qTpFdbTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about unicast entries
        for which the device has forwarding and/or filtering
        information.  This information is used by the
        transparent bridging function in determining how to
        propagate a received frame."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) 2 }

.1.3.6.1.2.1.17.7.1.2.2.1
dot1qTpFdbEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qFdbId, dot1qTpFdbAddress }
  DESCRIPTION	"Information about a specific unicast MAC address for
        which the device has some forwarding and/or filtering
        information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qTpFdbTable(2) 1 }

.1.3.6.1.2.1.17.7.1.2.2.1.1
dot1qTpFdbAddress OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unicast MAC address for which the device has
        forwarding and/or filtering information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qTpFdbTable(2) dot1qTpFdbEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.2.2.1.2
dot1qTpFdbPort OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Either the value '0', or the port number of the port on
        which a frame having a source address equal to the value
        of the corresponding instance of dot1qTpFdbAddress has
        been seen.  A value of '0' indicates that the port
        number has not been learned but that the device does
        have some forwarding/filtering information about this
        address (e.g., in the dot1qStaticUnicastTable).
        Implementors are encouraged to assign the port value to
        this object whenever it is learned, even for addresses
        for which the corresponding value of dot1qTpFdbStatus is
        not learned(3)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qTpFdbTable(2) dot1qTpFdbEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.2.2.1.3
dot1qTpFdbStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	INTEGER {other(1), invalid(2), learned(3), self(4), mgmt(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of this entry.  The meanings of the values
        are:
            other(1) - none of the following.  This may include
                the case where some other MIB object (not the
                corresponding instance of dot1qTpFdbPort, nor an
                entry in the dot1qStaticUnicastTable) is being
                used to determine if and how frames addressed to
                the value of the corresponding instance of
                dot1qTpFdbAddress are being forwarded.
            invalid(2) - this entry is no longer valid (e.g., it
                was learned but has since aged out), but has not
                yet been flushed from the table.
            learned(3) - the value of the corresponding instance
                of dot1qTpFdbPort was learned and is being used.
            self(4) - the value of the corresponding instance of
                dot1qTpFdbAddress represents one of the device's
                addresses.  The corresponding instance of
                dot1qTpFdbPort indicates which of the device's
                ports has this address.
            mgmt(5) - the value of the corresponding instance of
                dot1qTpFdbAddress is also the value of an
                existing instance of dot1qStaticAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qTpFdbTable(2) dot1qTpFdbEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.2.3
dot1qTpGroupTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing filtering information for VLANs
        configured into the bridge by (local or network)
        management, or learned dynamically, specifying the set of
        ports to which frames received on a VLAN for this FDB
        and containing a specific Group destination address are
        allowed to be forwarded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) 3 }

.1.3.6.1.2.1.17.7.1.2.3.1
dot1qTpGroupEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qVlanIndex, dot1qTpGroupAddress }
  DESCRIPTION	"Filtering information configured into the bridge by
        management, or learned dynamically, specifying the set of
        ports to which frames received on a VLAN and containing
        a specific Group destination address are allowed to be
        forwarded.  The subset of these ports learned dynamically
        is also provided."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qTpGroupTable(3) 1 }

.1.3.6.1.2.1.17.7.1.2.3.1.1
dot1qTpGroupAddress OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination Group MAC address in a frame to which
        this entry's filtering information applies."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qTpGroupTable(3) dot1qTpGroupEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.2.3.1.2
dot1qTpGroupEgressPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The complete set of ports, in this VLAN, to which
        frames destined for this Group MAC address are currently
        being explicitly forwarded.  This does not include ports
        for which this address is only implicitly forwarded, in
        the dot1qForwardAllPorts list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qTpGroupTable(3) dot1qTpGroupEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.2.3.1.3
dot1qTpGroupLearnt OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The subset of ports in dot1qTpGroupEgressPorts that
        were learned by GMRP or some other dynamic mechanism, in
        this Filtering database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qTpGroupTable(3) dot1qTpGroupEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.2.4
dot1qForwardAllTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing forwarding information for each
        VLAN, specifying the set of ports to which forwarding of
        all multicasts applies, configured statically by
        management or dynamically by GMRP.  An entry appears in
        this table for all VLANs that are currently
        instantiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) 4 }

.1.3.6.1.2.1.17.7.1.2.4.1
dot1qForwardAllEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qVlanIndex }
  DESCRIPTION	"Forwarding information for a VLAN, specifying the set
        of ports to which all multicasts should be forwarded,
        configured statically by management or dynamically by
        GMRP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qForwardAllTable(4) 1 }

.1.3.6.1.2.1.17.7.1.2.4.1.1
dot1qForwardAllPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The complete set of ports in this VLAN to which all
        multicast group-addressed frames are to be forwarded.
        This includes ports for which this need has been
        determined dynamically by GMRP, or configured statically
        by management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qForwardAllTable(4) dot1qForwardAllEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.2.4.1.2
dot1qForwardAllStaticPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The set of ports configured by management in this VLAN
        to which all multicast group-addressed frames are to be
        forwarded.  Ports entered in this list will also appear
        in the complete set shown by dot1qForwardAllPorts.  This
        value will be restored after the device is reset.  This
        only applies to ports that are members of the VLAN,
        defined by dot1qVlanCurrentEgressPorts.  A port may not
        be added in this set if it is already a member of the
        set of ports in dot1qForwardAllForbiddenPorts.  The
        default value is a string of ones of appropriate length,
        to indicate the standard behaviour of using basic
        filtering services, i.e., forward all multicasts to all
        ports.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qForwardAllTable(4) dot1qForwardAllEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.2.4.1.3
dot1qForwardAllForbiddenPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The set of ports configured by management in this VLAN
        for which the Service Requirement attribute Forward All
        Multicast Groups may not be dynamically registered by
        GMRP.  This value will be restored after the device is
        reset.  A port may not be added in this set if it is
        already a member of the set of ports in
        dot1qForwardAllStaticPorts.  The default value is a
        string of zeros of appropriate length.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qForwardAllTable(4) dot1qForwardAllEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.2.5
dot1qForwardUnregisteredTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing forwarding information for each
        VLAN, specifying the set of ports to which forwarding of
        multicast group-addressed frames for which no
        more specific forwarding information applies.  This is
        configured statically by management and determined
        dynamically by GMRP.  An entry appears in this table for
        all VLANs that are currently instantiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) 5 }

.1.3.6.1.2.1.17.7.1.2.5.1
dot1qForwardUnregisteredEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qVlanIndex }
  DESCRIPTION	"Forwarding information for a VLAN, specifying the set
        of ports to which all multicasts for which there is no
        more specific forwarding information shall be forwarded.
        This is configured statically by management or
        dynamically by GMRP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qForwardUnregisteredTable(5) 1 }

.1.3.6.1.2.1.17.7.1.2.5.1.1
dot1qForwardUnregisteredPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The complete set of ports in this VLAN to which
        multicast group-addressed frames for which there is no
        more specific forwarding information will be forwarded.
        This includes ports for which this need has been
        determined dynamically by GMRP, or configured statically
        by management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qForwardUnregisteredTable(5) dot1qForwardUnregisteredEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.2.5.1.2
dot1qForwardUnregisteredStaticPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The set of ports configured by management, in this
        VLAN, to which multicast group-addressed frames for
        which there is no more specific forwarding information
        are to be forwarded.  Ports entered in this list will
        also appear in the complete set shown by
        dot1qForwardUnregisteredPorts.  This value will be
        restored after the device is reset.  A port may not be
        added in this set if it is already a member of the set
        of ports in dot1qForwardUnregisteredForbiddenPorts.  The
        default value is a string of zeros of appropriate
        length, although this has no effect with the default
        value of dot1qForwardAllStaticPorts.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qForwardUnregisteredTable(5) dot1qForwardUnregisteredEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.2.5.1.3
dot1qForwardUnregisteredForbiddenPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The set of ports configured by management in this VLAN
        for which the Service Requirement attribute Forward
        Unregistered Multicast Groups may not be dynamically
        registered by GMRP.  This value will be restored after
        the device is reset.  A port may not be added in this
        set if it is already a member of the set of ports in
        dot1qForwardUnregisteredStaticPorts.  The default value
        is a string of zeros of appropriate length.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qTp(2) dot1qForwardUnregisteredTable(5) dot1qForwardUnregisteredEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.3
dot1qStatic OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) 3 }

.1.3.6.1.2.1.17.7.1.3.1
dot1qStaticUnicastTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing filtering information for Unicast
        MAC addresses for each Filtering Database, configured
        into the device by (local or network) management
        specifying the set of ports to which frames received
        from specific ports and containing specific unicast
        destination addresses are allowed to be forwarded.  A
        value of zero in this table (as the port number from
        which frames with a specific destination address are
        received) is used to specify all ports for which there
        is no specific entry in this table for that particular
        destination address.  Entries are valid for unicast
        addresses only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) 1 }

.1.3.6.1.2.1.17.7.1.3.1.1
dot1qStaticUnicastEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qFdbId, dot1qStaticUnicastAddress, dot1qStaticUnicastReceivePort }
  DESCRIPTION	"Filtering information configured into the device by
        (local or network) management specifying the set of
        ports to which frames received from a specific port and
        containing a specific unicast destination address are
        allowed to be forwarded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticUnicastTable(1) 1 }

.1.3.6.1.2.1.17.7.1.3.1.1.1
dot1qStaticUnicastAddress OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination MAC address in a frame to which this
        entry's filtering information applies.  This object must
        take the value of a unicast address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticUnicastTable(1) dot1qStaticUnicastEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.3.1.1.2
dot1qStaticUnicastReceivePort OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Either the value '0' or the port number of the port
        from which a frame must be received in order for this
        entry's filtering information to apply.  A value of zero
        indicates that this entry applies on all ports of the
        device for which there is no other applicable entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticUnicastTable(1) dot1qStaticUnicastEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.3.1.1.3
dot1qStaticUnicastAllowedToGoTo OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The set of ports for which a frame with a specific
        unicast address will be flooded in the event that it
        has not been learned.  It also specifies the set of
        ports on which a specific unicast address may be dynamically
        learned.  The dot1qTpFdbTable will have an equivalent
        entry with a dot1qTpFdbPort value of '0' until this
        address has been learned, at which point it will be updated
        with the port the address has been seen on.  This only
        applies to ports that are members of the VLAN, defined
        by dot1qVlanCurrentEgressPorts.  The default value of
        this object is a string of ones of appropriate length.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticUnicastTable(1) dot1qStaticUnicastEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.3.1.1.4
dot1qStaticUnicastStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	INTEGER {other(1), invalid(2), permanent(3), deleteOnReset(4), deleteOnTimeout(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the status of this entry.
            other(1) - this entry is currently in use, but
                the conditions under which it will remain
                so differ from the following values.
            invalid(2) - writing this value to the object
                removes the corresponding entry.
            permanent(3) - this entry is currently in use
                and will remain so after the next reset of
                the bridge.
            deleteOnReset(4) - this entry is currently in
                use and will remain so until the next
                reset of the bridge.
            deleteOnTimeout(5) - this entry is currently in
                use and will remain so until it is aged out.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ permanent }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticUnicastTable(1) dot1qStaticUnicastEntry(1) 4 }

.1.3.6.1.2.1.17.7.1.3.2
dot1qStaticMulticastTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing filtering information for Multicast
        and Broadcast MAC addresses for each VLAN, configured
        into the device by (local or network) management
        specifying the set of ports to which frames received
        from specific ports and containing specific Multicast
        and Broadcast destination addresses are allowed to be
        forwarded.  A value of zero in this table (as the port
        number from which frames with a specific destination
        address are received) is used to specify all ports for
        which there is no specific entry in this table for that
        particular destination address.  Entries are valid for
        Multicast and Broadcast addresses only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) 2 }

.1.3.6.1.2.1.17.7.1.3.2.1
dot1qStaticMulticastEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qVlanIndex, dot1qStaticMulticastAddress, dot1qStaticMulticastReceivePort }
  DESCRIPTION	"Filtering information configured into the device by
        (local or network) management specifying the set of
        ports to which frames received from this specific port
        for this VLAN and containing this Multicast or Broadcast
        destination address are allowed to be forwarded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticMulticastTable(2) 1 }

.1.3.6.1.2.1.17.7.1.3.2.1.1
dot1qStaticMulticastAddress OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination MAC address in a frame to which this
        entry's filtering information applies.  This object must
        take the value of a Multicast or Broadcast address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticMulticastTable(2) dot1qStaticMulticastEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.3.2.1.2
dot1qStaticMulticastReceivePort OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Either the value '0' or the port number of the port
        from which a frame must be received in order for this
        entry's filtering information to apply.  A value of zero
        indicates that this entry applies on all ports of the
        device for which there is no other applicable entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticMulticastTable(2) dot1qStaticMulticastEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.3.2.1.3
dot1qStaticMulticastStaticEgressPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The set of ports to which frames received from a
        specific port and destined for a specific Multicast or
        Broadcast MAC address must be forwarded, regardless of
        any dynamic information, e.g., from GMRP.  A port may not
        be added in this set if it is already a member of the
        set of ports in dot1qStaticMulticastForbiddenEgressPorts.
        The default value of this object is a string of ones of
        appropriate length.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticMulticastTable(2) dot1qStaticMulticastEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.3.2.1.4
dot1qStaticMulticastForbiddenEgressPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The set of ports to which frames received from a
        specific port and destined for a specific Multicast or
        Broadcast MAC address must not be forwarded, regardless
        of any dynamic information, e.g., from GMRP.  A port may
        not be added in this set if it is already a member of the
        set of ports in dot1qStaticMulticastStaticEgressPorts.
        The default value of this object is a string of zeros of
        appropriate length.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticMulticastTable(2) dot1qStaticMulticastEntry(1) 4 }

.1.3.6.1.2.1.17.7.1.3.2.1.5
dot1qStaticMulticastStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	INTEGER {other(1), invalid(2), permanent(3), deleteOnReset(4), deleteOnTimeout(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the status of this entry.
            other(1) - this entry is currently in use, but
                the conditions under which it will remain
                so differ from the following values.
            invalid(2) - writing this value to the object
                removes the corresponding entry.
            permanent(3) - this entry is currently in use
                and will remain so after the next reset of
                the bridge.
            deleteOnReset(4) - this entry is currently in
                use and will remain so until the next
                reset of the bridge.
            deleteOnTimeout(5) - this entry is currently in
                use and will remain so until it is aged out.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ permanent }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qStatic(3) dot1qStaticMulticastTable(2) dot1qStaticMulticastEntry(1) 5 }

.1.3.6.1.2.1.17.7.1.4
dot1qVlan OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) 4 }

.1.3.6.1.2.1.17.7.1.4.1
dot1qVlanNumDeletes OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a VLAN entry has been deleted from
        the dot1qVlanCurrentTable (for any reason).  If an entry
        is deleted, then inserted, and then deleted, this
        counter will be incremented by 2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 1 }

.1.3.6.1.2.1.17.7.1.4.2
dot1qVlanCurrentTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing current configuration information
        for each VLAN currently configured into the device by
        (local or network) management, or dynamically created
        as a result of GVRP requests received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 2 }

.1.3.6.1.2.1.17.7.1.4.2.1
dot1qVlanCurrentEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qVlanTimeMark, dot1qVlanIndex }
  DESCRIPTION	"Information for a VLAN configured into the device by
        (local or network) management, or dynamically created
        as a result of GVRP requests received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanCurrentTable(2) 1 }

.1.3.6.1.2.1.17.7.1.4.2.1.1
dot1qVlanTimeMark OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry.  See the TimeFilter
        textual convention to see how this works."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanCurrentTable(2) dot1qVlanCurrentEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.4.2.1.2
dot1qVlanIndex OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VLAN-ID or other identifier referring to this VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanCurrentTable(2) dot1qVlanCurrentEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.4.2.1.3
dot1qVlanFdbId OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Filtering Database used by this VLAN.  This is one
        of the dot1qFdbId values in the dot1qFdbTable.  This
        value is allocated automatically by the device whenever
        the VLAN is created: either dynamically by GVRP, or by
        management, in dot1qVlanStaticTable.  Allocation of this
        value follows the learning constraints defined for this
        VLAN in dot1qLearningConstraintsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanCurrentTable(2) dot1qVlanCurrentEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.4.2.1.4
dot1qVlanCurrentEgressPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The set of ports that are transmitting traffic for
        this VLAN as either tagged or untagged frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanCurrentTable(2) dot1qVlanCurrentEntry(1) 4 }

.1.3.6.1.2.1.17.7.1.4.2.1.5
dot1qVlanCurrentUntaggedPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The set of ports that are transmitting traffic for
        this VLAN as untagged frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanCurrentTable(2) dot1qVlanCurrentEntry(1) 5 }

.1.3.6.1.2.1.17.7.1.4.2.1.6
dot1qVlanStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	INTEGER {other(1), permanent(2), dynamicGvrp(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the status of this entry.
            other(1) - this entry is currently in use, but the
                conditions under which it will remain so differ
                from the following values.
            permanent(2) - this entry, corresponding to an entry
                in dot1qVlanStaticTable, is currently in use and
                will remain so after the next reset of the
                device.  The port lists for this entry include
                ports from the equivalent dot1qVlanStaticTable
                entry and ports learned dynamically.
            dynamicGvrp(3) - this entry is currently in use
                and will remain so until removed by GVRP.  There
                is no static entry for this VLAN, and it will be
                removed when the last port leaves the VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanCurrentTable(2) dot1qVlanCurrentEntry(1) 6 }

.1.3.6.1.2.1.17.7.1.4.2.1.7
dot1qVlanCreationTime OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this VLAN was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanCurrentTable(2) dot1qVlanCurrentEntry(1) 7 }

.1.3.6.1.2.1.17.7.1.4.3
dot1qVlanStaticTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing static configuration information for
        each VLAN configured into the device by (local or
        network) management.  All entries are permanent and will
        be restored after the device is reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 3 }

.1.3.6.1.2.1.17.7.1.4.3.1
dot1qVlanStaticEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qVlanIndex }
  DESCRIPTION	"Static information for a VLAN configured into the
        device by (local or network) management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanStaticTable(3) 1 }

.1.3.6.1.2.1.17.7.1.4.3.1.1
dot1qVlanStaticName OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An administratively assigned string, which may be used
        to identify the VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanStaticTable(3) dot1qVlanStaticEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.4.3.1.2
dot1qVlanStaticEgressPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The set of ports that are permanently assigned to the
        egress list for this VLAN by management.  Changes to a
        bit in this object affect the per-port, per-VLAN
        Registrar control for Registration Fixed for the
        relevant GVRP state machine on each port.  A port may
        not be added in this set if it is already a member of
        the set of ports in dot1qVlanForbiddenEgressPorts.  The
        default value of this object is a string of zeros of
        appropriate length, indicating not fixed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanStaticTable(3) dot1qVlanStaticEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.4.3.1.3
dot1qVlanForbiddenEgressPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The set of ports that are prohibited by management
        from being included in the egress list for this VLAN.
        Changes to this object that cause a port to be included
        or excluded affect the per-port, per-VLAN Registrar
        control for Registration Forbidden for the relevant GVRP
        state machine on each port.  A port may not be added in
        this set if it is already a member of the set of ports
        in dot1qVlanStaticEgressPorts.  The default value of
        this object is a string of zeros of appropriate length,
        excluding all ports from the forbidden set."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanStaticTable(3) dot1qVlanStaticEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.4.3.1.4
dot1qVlanStaticUntaggedPorts OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The set of ports that should transmit egress packets
        for this VLAN as untagged.  The default value of this
        object for the default VLAN (dot1qVlanIndex = 1) is a string
        of appropriate length including all ports.  There is no
        specified default for other VLANs.  If a device agent cannot
        support the set of ports being set, then it will reject the
        set operation with an error.  For example, a
        manager might attempt to set more than one VLAN to be untagged
        on egress where the device does not support this IEEE 802.1Q
        option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanStaticTable(3) dot1qVlanStaticEntry(1) 4 }

.1.3.6.1.2.1.17.7.1.4.3.1.5
dot1qVlanStaticRowStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the status of this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qVlanStaticTable(3) dot1qVlanStaticEntry(1) 5 }

.1.3.6.1.2.1.17.7.1.4.4
dot1qNextFreeLocalVlanIndex OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Integer32 (0 | 4096..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next available value for dot1qVlanIndex of a local
        VLAN entry in dot1qVlanStaticTable.  This will report
        values >=4096 if a new Local VLAN may be created or else
        the value 0 if this is not possible.

        A row creation operation in this table for an entry with a local
        VlanIndex value may fail if the current value of this object
        is not used as the index.  Even if the value read is used,
        there is no guarantee that it will still be the valid index
        when the create operation is attempted; another manager may
        have already got in during the intervening time interval.
        In this case, dot1qNextFreeLocalVlanIndex should be re-read
        and the creation re-tried with the new value.

        This value will automatically change when the current value is
        used to create a new row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 4 }

.1.3.6.1.2.1.17.7.1.4.5
dot1qPortVlanTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing per-port control and status
        information for VLAN configuration in the device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 5 }

.1.3.6.1.2.1.17.7.1.4.5.1
dot1qPortVlanEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dot1dBasePortEntry }
  DESCRIPTION	"Information controlling VLAN configuration for a port
        on the device.  This is indexed by dot1dBasePort."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanTable(5) 1 }

.1.3.6.1.2.1.17.7.1.4.5.1.1
dot1qPvid OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PVID, the VLAN-ID assigned to untagged frames or
        Priority-Tagged frames received on this port.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanTable(5) dot1qPortVlanEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.4.5.1.2
dot1qPortAcceptableFrameTypes OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	INTEGER {admitAll(1), admitOnlyVlanTagged(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this is admitOnlyVlanTagged(2), the device will
        discard untagged frames or Priority-Tagged frames
        received on this port.  When admitAll(1), untagged
        frames or Priority-Tagged frames received on this port
        will be accepted and assigned to a VID based on the
        PVID and VID Set for this port.

        This control does not affect VLAN-independent Bridge
        Protocol Data Unit (BPDU) frames, such as GVRP and
        Spanning Tree Protocol (STP).  It does affect VLAN-
        dependent BPDU frames, such as GMRP.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ admitAll }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanTable(5) dot1qPortVlanEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.4.5.1.3
dot1qPortIngressFiltering OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this is true(1), the device will discard incoming
        frames for VLANs that do not include this Port in its
        Member set.  When false(2), the port will accept all
        incoming frames.

        This control does not affect VLAN-independent BPDU
        frames, such as GVRP and STP.  It does affect VLAN-
        dependent BPDU frames, such as GMRP.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanTable(5) dot1qPortVlanEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.4.5.1.4
dot1qPortGvrpStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of GVRP operation on this port.  The value
        enabled(1) indicates that GVRP is enabled on this port,
        as long as dot1qGvrpStatus is also enabled for this
        device.  When disabled(2) but dot1qGvrpStatus is still
        enabled for the device, GVRP is disabled on this port:
        any GVRP packets received will be silently discarded, and
        no GVRP registrations will be propagated from other
        ports.  This object affects all GVRP Applicant and
        Registrar state machines on this port.  A transition
        from disabled(2) to enabled(1) will cause a reset of all
        GVRP state machines on this port.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanTable(5) dot1qPortVlanEntry(1) 4 }

.1.3.6.1.2.1.17.7.1.4.5.1.5
dot1qPortGvrpFailedRegistrations OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of failed GVRP registrations, for any
        reason, on this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanTable(5) dot1qPortVlanEntry(1) 5 }

.1.3.6.1.2.1.17.7.1.4.5.1.6
dot1qPortGvrpLastPduOrigin OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Source MAC Address of the last GVRP message
        received on this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanTable(5) dot1qPortVlanEntry(1) 6 }

.1.3.6.1.2.1.17.7.1.4.5.1.7
dot1qPortRestrictedVlanRegistration OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of Restricted VLAN Registration on this port.
         If the value of this control is true(1), then creation
         of a new dynamic VLAN entry is permitted only if there
         is a Static VLAN Registration Entry for the VLAN concerned,
         in which the Registrar Administrative Control value for
         this port is Normal Registration.

        The value of this object MUST be retained across
        reinitializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanTable(5) dot1qPortVlanEntry(1) 7 }

.1.3.6.1.2.1.17.7.1.4.6
dot1qPortVlanStatisticsTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing per-port, per-VLAN statistics for
        traffic received.  Separate objects are provided for both the
        most-significant and least-significant bits of statistics
        counters for ports that are associated with this transparent
        bridge.  The most-significant bit objects are only required on
        high-capacity interfaces, as defined in the conformance clauses
        for these objects.  This mechanism is provided as a way to read
        64-bit counters for agents that support only SNMPv1.

        Note that the reporting of most-significant and least-
        significant counter bits separately runs the risk of missing
        an overflow of the lower bits in the interval between sampling.
        The manager must be aware of this possibility, even within the
        same varbindlist, when interpreting the results of a request or
        asynchronous notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 6 }

.1.3.6.1.2.1.17.7.1.4.6.1
dot1qPortVlanStatisticsEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1dBasePort, dot1qVlanIndex }
  DESCRIPTION	"Traffic statistics for a VLAN on an interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanStatisticsTable(6) 1 }

.1.3.6.1.2.1.17.7.1.4.6.1.1
dot1qTpVlanPortInFrames OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid frames received by this port from
        its segment that were classified as belonging to this
        VLAN.  Note that a frame received on this port is
        counted by this object if and only if it is for a
        protocol being processed by the local forwarding process
        for this VLAN.  This object includes received bridge
        management frames classified as belonging to this VLAN
        (e.g., GMRP, but not GVRP or STP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanStatisticsTable(6) dot1qPortVlanStatisticsEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.4.6.1.2
dot1qTpVlanPortOutFrames OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid frames transmitted by this port to
        its segment from the local forwarding process for this
        VLAN.  This includes bridge management frames originated
        by this device that are classified as belonging to this
        VLAN (e.g., GMRP, but not GVRP or STP)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanStatisticsTable(6) dot1qPortVlanStatisticsEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.4.6.1.3
dot1qTpVlanPortInDiscards OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid frames received by this port from
        its segment that were classified as belonging to this
        VLAN and that were discarded due to VLAN-related reasons.
        Specifically, the IEEE 802.1Q counters for Discard
        Inbound and Discard on Ingress Filtering."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanStatisticsTable(6) dot1qPortVlanStatisticsEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.4.6.1.4
dot1qTpVlanPortInOverflowFrames OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated
        dot1qTpVlanPortInFrames counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanStatisticsTable(6) dot1qPortVlanStatisticsEntry(1) 4 }

.1.3.6.1.2.1.17.7.1.4.6.1.5
dot1qTpVlanPortOutOverflowFrames OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated
        dot1qTpVlanPortOutFrames counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanStatisticsTable(6) dot1qPortVlanStatisticsEntry(1) 5 }

.1.3.6.1.2.1.17.7.1.4.6.1.6
dot1qTpVlanPortInOverflowDiscards OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the associated
        dot1qTpVlanPortInDiscards counter has overflowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanStatisticsTable(6) dot1qPortVlanStatisticsEntry(1) 6 }

.1.3.6.1.2.1.17.7.1.4.7
dot1qPortVlanHCStatisticsTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing per-port, per-VLAN statistics for
        traffic on high-capacity interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 7 }

.1.3.6.1.2.1.17.7.1.4.7.1
dot1qPortVlanHCStatisticsEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1dBasePort, dot1qVlanIndex }
  DESCRIPTION	"Traffic statistics for a VLAN on a high-capacity
        interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanHCStatisticsTable(7) 1 }

.1.3.6.1.2.1.17.7.1.4.7.1.1
dot1qTpVlanPortHCInFrames OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid frames received by this port from
        its segment that were classified as belonging to this
        VLAN.  Note that a frame received on this port is
        counted by this object if and only if it is for a
        protocol being processed by the local forwarding process
        for this VLAN.  This object includes received bridge
        management frames classified as belonging to this VLAN
        (e.g., GMRP, but not GVRP or STP)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanHCStatisticsTable(7) dot1qPortVlanHCStatisticsEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.4.7.1.2
dot1qTpVlanPortHCOutFrames OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid frames transmitted by this port to
        its segment from the local forwarding process for this
        VLAN.  This includes bridge management frames originated
        by this device that are classified as belonging to this
        VLAN (e.g., GMRP, but not GVRP or STP)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanHCStatisticsTable(7) dot1qPortVlanHCStatisticsEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.4.7.1.3
dot1qTpVlanPortHCInDiscards OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid frames received by this port from
        its segment that were classified as belonging to this
        VLAN and that were discarded due to VLAN-related reasons.
        Specifically, the IEEE 802.1Q counters for Discard
        Inbound and Discard on Ingress Filtering."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qPortVlanHCStatisticsTable(7) dot1qPortVlanHCStatisticsEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.4.8
dot1qLearningConstraintsTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing learning constraints for sets of
        Shared and Independent VLANs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 8 }

.1.3.6.1.2.1.17.7.1.4.8.1
dot1qLearningConstraintsEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1qConstraintVlan, dot1qConstraintSet }
  DESCRIPTION	"A learning constraint defined for a VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qLearningConstraintsTable(8) 1 }

.1.3.6.1.2.1.17.7.1.4.8.1.1
dot1qConstraintVlan OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the row in dot1qVlanCurrentTable for the
        VLAN constrained by this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qLearningConstraintsTable(8) dot1qLearningConstraintsEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.4.8.1.2
dot1qConstraintSet OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identity of the constraint set to which
        dot1qConstraintVlan belongs.  These values may be chosen
        by the management station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qLearningConstraintsTable(8) dot1qLearningConstraintsEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.4.8.1.3
dot1qConstraintType OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	INTEGER {independent(1), shared(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of constraint this entry defines.
            independent(1) - the VLAN, dot1qConstraintVlan,
                uses a filtering database independent from all
                other VLANs in the same set, defined by
                dot1qConstraintSet.
            shared(2) - the VLAN, dot1qConstraintVlan, shares
                the same filtering database as all other VLANs
                in the same set, defined by dot1qConstraintSet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qLearningConstraintsTable(8) dot1qLearningConstraintsEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.4.8.1.4
dot1qConstraintStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) dot1qLearningConstraintsTable(8) dot1qLearningConstraintsEntry(1) 4 }

.1.3.6.1.2.1.17.7.1.4.9
dot1qConstraintSetDefault OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The identity of the constraint set to which a VLAN
        belongs, if there is not an explicit entry for that VLAN
        in dot1qLearningConstraintsTable.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 9 }

.1.3.6.1.2.1.17.7.1.4.10
dot1qConstraintTypeDefault OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	INTEGER {independent(1), shared(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of constraint set to which a VLAN belongs, if
        there is not an explicit entry for that VLAN in
        dot1qLearningConstraintsTable.  The types are as defined
        for dot1qConstraintType.

        The value of this object MUST be retained across
        reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1qVlan(4) 10 }

.1.3.6.1.2.1.17.7.1.5
dot1vProtocol OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) 5 }

.1.3.6.1.2.1.17.7.1.5.1
dot1vProtocolGroupTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains mappings from Protocol
         Templates to Protocol Group Identifiers used for
         Port-and-Protocol-based VLAN Classification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) 1 }

.1.3.6.1.2.1.17.7.1.5.1.1
dot1vProtocolGroupEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1vProtocolTemplateFrameType, dot1vProtocolTemplateProtocolValue }
  DESCRIPTION	"A mapping from a Protocol Template to a Protocol
         Group Identifier."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) dot1vProtocolGroupTable(1) 1 }

.1.3.6.1.2.1.17.7.1.5.1.1.1
dot1vProtocolTemplateFrameType OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	INTEGER {ethernet(1), rfc1042(2), snap8021H(3), snapOther(4), llcOther(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The data-link encapsulation format or the
         'detagged_frame_type' in a Protocol Template."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) dot1vProtocolGroupTable(1) dot1vProtocolGroupEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.5.1.1.2
dot1vProtocolTemplateProtocolValue OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	OCTET STRING (2 | 5) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identification of the protocol above the data-link
         layer in a Protocol Template.  Depending on the
         frame type, the octet string will have one of the
         following values:

         For 'ethernet', 'rfc1042' and 'snap8021H',
             this is the 16-bit (2-octet) IEEE 802.3 Type Field.
         For 'snapOther',
             this is the 40-bit (5-octet) PID.
         For 'llcOther',
             this is the 2-octet IEEE 802.2 Link Service Access
             Point (LSAP) pair: first octet for Destination Service
             Access Point (DSAP) and second octet for Source Service
             Access Point (SSAP)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) dot1vProtocolGroupTable(1) dot1vProtocolGroupEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.5.1.1.3
dot1vProtocolGroupId OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents a group of protocols that are associated
         together when assigning a VID to a frame."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) dot1vProtocolGroupTable(1) dot1vProtocolGroupEntry(1) 3 }

.1.3.6.1.2.1.17.7.1.5.1.1.4
dot1vProtocolGroupRowStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the status of this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) dot1vProtocolGroupTable(1) dot1vProtocolGroupEntry(1) 4 }

.1.3.6.1.2.1.17.7.1.5.2
dot1vProtocolPortTable OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains VID sets used for
         Port-and-Protocol-based VLAN Classification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) 2 }

.1.3.6.1.2.1.17.7.1.5.2.1
dot1vProtocolPortEntry OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1dBasePort, dot1vProtocolPortGroupId }
  DESCRIPTION	"A VID set for a port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) dot1vProtocolPortTable(2) 1 }

.1.3.6.1.2.1.17.7.1.5.2.1.1
dot1vProtocolPortGroupId OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Designates a group of protocols in the Protocol
         Group Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) dot1vProtocolPortTable(2) dot1vProtocolPortEntry(1) 1 }

.1.3.6.1.2.1.17.7.1.5.2.1.2
dot1vProtocolPortGroupVid OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VID associated with a group of protocols for
         each port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) dot1vProtocolPortTable(2) dot1vProtocolPortEntry(1) 2 }

.1.3.6.1.2.1.17.7.1.5.2.1.3
dot1vProtocolPortRowStatus OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the status of this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeMIBObjects(1) dot1vProtocol(5) dot1vProtocolPortTable(2) dot1vProtocolPortEntry(1) 3 }

.1.3.6.1.2.1.17.7.2
qBridgeConformance OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) 2 }

.1.3.6.1.2.1.17.7.2.1
qBridgeGroups OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) 1 }

.1.3.6.1.2.1.17.7.2.1.1
qBridgeBaseGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing device-level control
        and status information for the Virtual LAN bridge
        services."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 1 }

.1.3.6.1.2.1.17.7.2.1.2
qBridgeFdbUnicastGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information about all
        unicast addresses, learned dynamically or statically
        configured by management, in each Filtering Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 2 }

.1.3.6.1.2.1.17.7.2.1.3
qBridgeFdbMulticastGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information about all
        multicast addresses, learned dynamically or statically
        configured by management, in each Filtering Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 3 }

.1.3.6.1.2.1.17.7.2.1.4
qBridgeServiceRequirementsGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information about
        service requirements, learned dynamically or statically
        configured by management, in each Filtering Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 4 }

.1.3.6.1.2.1.17.7.2.1.5
qBridgeFdbStaticGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information about
        unicast and multicast addresses statically configured by
        management, in each Filtering Database or VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 5 }

.1.3.6.1.2.1.17.7.2.1.6
qBridgeVlanGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information about
        all VLANs currently configured on this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 6 }

.1.3.6.1.2.1.17.7.2.1.7
qBridgeVlanStaticGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information about
        VLANs statically configured by management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 7 }

.1.3.6.1.2.1.17.7.2.1.8
qBridgePortGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing port-level VLAN
        control and status information for all ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 8 }

.1.3.6.1.2.1.17.7.2.1.9
qBridgeVlanStatisticsGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing per-port packet
        statistics for all VLANs currently configured on this
        device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 9 }

.1.3.6.1.2.1.17.7.2.1.10
qBridgeVlanStatisticsOverflowGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing overflow counters for
        per-port packet statistics for all VLANs currently configured
        on this device for high-capacity interfaces, defined as those
        that have the value of the corresponding instance of
        ifSpeed greater than 650,000,000 bits/second."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 10 }

.1.3.6.1.2.1.17.7.2.1.11
qBridgeVlanHCStatisticsGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing per-port packet
        statistics for all VLANs currently configured on this
        device for high-capacity interfaces, defined as those
        that have the value of the corresponding instance of
        ifSpeed greater than 650,000,000 bits/second."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 11 }

.1.3.6.1.2.1.17.7.2.1.12
qBridgeLearningConstraintsGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the Filtering Database
        constraints all VLANs have with each other."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 12 }

.1.3.6.1.2.1.17.7.2.1.13
qBridgeLearningConstraintDefaultGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the default Filtering
        Database constraints for VLANs that have no specific
        constraints defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 13 }

.1.3.6.1.2.1.17.7.2.1.14
qBridgeClassificationDeviceGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"VLAN classification information for the bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 14 }

.1.3.6.1.2.1.17.7.2.1.15
qBridgeClassificationPortGroup OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"VLAN classification information for individual ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 15 }

.1.3.6.1.2.1.17.7.2.1.16
qBridgePortGroup2 OBJECT-GROUP
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing port-level VLAN
        control and status information for all ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeGroups(1) 16 }

.1.3.6.1.2.1.17.7.2.2
qBridgeCompliances OBJECT-TYPE
  -- FROM	Q-BRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) 2 }

.1.3.6.1.2.1.17.7.2.2.1
qBridgeCompliance MODULE-COMPLIANCE
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"The compliance statement for device support of Virtual
        LAN Bridge services.

        RFC2674 was silent about the expected persistence of the
        read-write objects in this MIB module.  Applications MUST
        NOT assume that the values of the read-write objects are
        persistent across reinitializations of the management
        system and MUST NOT assume that the values are not
        persistent across reinitializations of the management
        system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeCompliances(2) 1 }

.1.3.6.1.2.1.17.7.2.2.2
qBridgeCompliance2 MODULE-COMPLIANCE
  -- FROM	Q-BRIDGE-MIB
  DESCRIPTION	"The compliance statement for device support of Virtual
        LAN Bridge services.

        This document clarifies the persistence requirements for
        the read-write objects in this MIB module.  All
        implementations claiming compliance to qBridgeCompliance2
        MUST retain the values of those read-write objects that
        specify this requirement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot1dBridge(17) qBridgeMIB(7) qBridgeConformance(2) qBridgeCompliances(2) 2 }

.1.3.6.1.2.1.23
rip2 MODULE-IDENTITY
  -- FROM	RIPv2-MIB
  DESCRIPTION	"The MIB module to describe the RIP2 Version 2 Protocol"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 23 }

.1.3.6.1.2.1.23.1
rip2Globals OBJECT-TYPE
  -- FROM	RIPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) 1 }

.1.3.6.1.2.1.23.1.1
rip2GlobalRouteChanges OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of route changes made to the IP Route
       Database by RIP.  This does not include the refresh
       of a route's age."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2Globals(1) 1 }

.1.3.6.1.2.1.23.1.2
rip2GlobalQueries OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of responses sent to RIP queries
       from other systems."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2Globals(1) 2 }

.1.3.6.1.2.1.23.2
rip2IfStatTable OBJECT-TYPE
  -- FROM	RIPv2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of subnets which require separate
       status monitoring in RIP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) 2 }

.1.3.6.1.2.1.23.2.1
rip2IfStatEntry OBJECT-TYPE
  -- FROM	RIPv2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rip2IfStatAddress }
  DESCRIPTION	"A Single Routing Domain in a single Subnet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfStatTable(2) 1 }

.1.3.6.1.2.1.23.2.1.1
rip2IfStatAddress OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP Address of this system on the indicated
       subnet. For unnumbered interfaces, the value 0.0.0.N,
       where the least significant 24 bits (N) is the ifIndex
       for the IP Interface in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfStatTable(2) rip2IfStatEntry(1) 1 }

.1.3.6.1.2.1.23.2.1.2
rip2IfStatRcvBadPackets OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RIP response packets received by
       the RIP process which were subsequently discarded
       for any reason (e.g. a version 0 packet, or an
       unknown command type)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfStatTable(2) rip2IfStatEntry(1) 2 }

.1.3.6.1.2.1.23.2.1.3
rip2IfStatRcvBadRoutes OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of routes, in valid RIP packets,
       which were ignored for any reason (e.g. unknown
       address family, or invalid metric)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfStatTable(2) rip2IfStatEntry(1) 3 }

.1.3.6.1.2.1.23.2.1.4
rip2IfStatSentUpdates OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of triggered RIP updates actually
       sent on this interface.  This explicitly does
       NOT include full updates sent containing new
       information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfStatTable(2) rip2IfStatEntry(1) 4 }

.1.3.6.1.2.1.23.2.1.5
rip2IfStatStatus OBJECT-TYPE
  -- FROM	RIPv2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Writing invalid has the effect of deleting
       this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfStatTable(2) rip2IfStatEntry(1) 5 }

.1.3.6.1.2.1.23.3
rip2IfConfTable OBJECT-TYPE
  -- FROM	RIPv2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of subnets which require separate
       configuration in RIP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) 3 }

.1.3.6.1.2.1.23.3.1
rip2IfConfEntry OBJECT-TYPE
  -- FROM	RIPv2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rip2IfConfAddress }
  DESCRIPTION	"A Single Routing Domain in a single Subnet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) 1 }

.1.3.6.1.2.1.23.3.1.1
rip2IfConfAddress OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP Address of this system on the indicated
       subnet.  For unnumbered interfaces, the value 0.0.0.N,
       where the least significant 24 bits (N) is the ifIndex
       for the IP Interface in network byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) rip2IfConfEntry(1) 1 }

.1.3.6.1.2.1.23.3.1.2
rip2IfConfDomain OBJECT-TYPE
  -- FROM	RIPv2-MIB
  -- TEXTUAL CONVENTION RouteTag
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-create
  STATUS	obsolete
  DESCRIPTION	"Value inserted into the Routing Domain field
       of all RIP packets sent on this interface."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) rip2IfConfEntry(1) 2 }

.1.3.6.1.2.1.23.3.1.3
rip2IfConfAuthType OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	INTEGER {noAuthentication(1), simplePassword(2), md5(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of Authentication used on this
       interface."
  DEFVAL	{ noAuthentication }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) rip2IfConfEntry(1) 3 }

.1.3.6.1.2.1.23.3.1.4
rip2IfConfAuthKey OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value to be used as the Authentication Key
       whenever the corresponding instance of
       rip2IfConfAuthType has a value other than
       noAuthentication.  A modification of the corresponding
       instance of rip2IfConfAuthType does not modify
       the rip2IfConfAuthKey value.  If a string shorter
       than 16 octets is supplied, it will be left-
       justified and padded to 16 octets, on the right,
       with nulls (0x00).

       Reading this object always results in an  OCTET
       STRING of length zero; authentication may not
       be bypassed by reading the MIB object."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) rip2IfConfEntry(1) 4 }

.1.3.6.1.2.1.23.3.1.5
rip2IfConfSend OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	INTEGER {doNotSend(1), ripVersion1(2), rip1Compatible(3), ripVersion2(4), ripV1Demand(5), ripV2Demand(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"What the router sends on this interface.
       ripVersion1 implies sending RIP updates compliant
       with  RFC  1058.   rip1Compatible implies
       broadcasting RIP-2 updates using RFC 1058 route
       subsumption rules.  ripVersion2 implies
       multicasting RIP-2 updates.  ripV1Demand indicates
       the use of Demand RIP on a WAN interface under RIP
       Version 1 rules.  ripV2Demand indicates the use of
       Demand RIP on a WAN interface under Version 2 rules."
  DEFVAL	{ rip1Compatible }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) rip2IfConfEntry(1) 5 }

.1.3.6.1.2.1.23.3.1.6
rip2IfConfReceive OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	INTEGER {rip1(1), rip2(2), rip1OrRip2(3), doNotRecieve(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This indicates which version of RIP updates
       are to be accepted.  Note that rip2 and
       rip1OrRip2 implies reception of multicast
       packets."
  DEFVAL	{ rip1OrRip2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) rip2IfConfEntry(1) 6 }

.1.3.6.1.2.1.23.3.1.7
rip2IfConfDefaultMetric OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	INTEGER (0..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the metric that is to
       be used for the default route entry in RIP updates
       originated on this interface.  A value of zero
       indicates that no default route should be
       originated; in this case, a default route via
       another router may be propagated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) rip2IfConfEntry(1) 7 }

.1.3.6.1.2.1.23.3.1.8
rip2IfConfStatus OBJECT-TYPE
  -- FROM	RIPv2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Writing invalid has  the  effect  of  deleting
       this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) rip2IfConfEntry(1) 8 }

.1.3.6.1.2.1.23.3.1.9
rip2IfConfSrcAddress OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP Address this system will use as a source
        address on this interface.  If it is a numbered
        interface, this MUST be the same value as
        rip2IfConfAddress.  On unnumbered interfaces,
        it must be the value of rip2IfConfAddress for
        some interface on the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2IfConfTable(3) rip2IfConfEntry(1) 9 }

.1.3.6.1.2.1.23.4
rip2PeerTable OBJECT-TYPE
  -- FROM	RIPv2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of RIP Peers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) 4 }

.1.3.6.1.2.1.23.4.1
rip2PeerEntry OBJECT-TYPE
  -- FROM	RIPv2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rip2PeerAddress, rip2PeerDomain }
  DESCRIPTION	"Information regarding a single routing peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2PeerTable(4) 1 }

.1.3.6.1.2.1.23.4.1.1
rip2PeerAddress OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP Address that the peer is using as its source
        address.  Note that on an unnumbered link, this may
        not be a member of any subnet on the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2PeerTable(4) rip2PeerEntry(1) 1 }

.1.3.6.1.2.1.23.4.1.2
rip2PeerDomain OBJECT-TYPE
  -- FROM	RIPv2-MIB
  -- TEXTUAL CONVENTION RouteTag
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value in the Routing Domain field  in  RIP
       packets received from the peer.  As domain suuport
       is deprecated, this must be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2PeerTable(4) rip2PeerEntry(1) 2 }

.1.3.6.1.2.1.23.4.1.3
rip2PeerLastUpdate OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the most recent
       RIP update was received from this system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2PeerTable(4) rip2PeerEntry(1) 3 }

.1.3.6.1.2.1.23.4.1.4
rip2PeerVersion OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The RIP version number in the header of the
       last RIP packet received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2PeerTable(4) rip2PeerEntry(1) 4 }

.1.3.6.1.2.1.23.4.1.5
rip2PeerRcvBadPackets OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RIP response packets from this
       peer discarded as invalid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2PeerTable(4) rip2PeerEntry(1) 5 }

.1.3.6.1.2.1.23.4.1.6
rip2PeerRcvBadRoutes OBJECT-TYPE
  -- FROM	RIPv2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of routes from this peer that were
       ignored because the entry format was invalid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2PeerTable(4) rip2PeerEntry(1) 6 }

.1.3.6.1.2.1.23.5
rip2Conformance OBJECT-TYPE
  -- FROM	RIPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) 5 }

.1.3.6.1.2.1.23.5.1
rip2Groups OBJECT-TYPE
  -- FROM	RIPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2Conformance(5) 1 }

.1.3.6.1.2.1.23.5.1.1
rip2GlobalGroup OBJECT-GROUP
  -- FROM	RIPv2-MIB
  DESCRIPTION	"This group defines global controls for RIP-II systems."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2Conformance(5) rip2Groups(1) 1 }

.1.3.6.1.2.1.23.5.1.2
rip2IfStatGroup OBJECT-GROUP
  -- FROM	RIPv2-MIB
  DESCRIPTION	"This group defines interface statistics for RIP-II systems."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2Conformance(5) rip2Groups(1) 2 }

.1.3.6.1.2.1.23.5.1.3
rip2IfConfGroup OBJECT-GROUP
  -- FROM	RIPv2-MIB
  DESCRIPTION	"This group defines interface configuration for RIP-II systems."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2Conformance(5) rip2Groups(1) 3 }

.1.3.6.1.2.1.23.5.1.4
rip2PeerGroup OBJECT-GROUP
  -- FROM	RIPv2-MIB
  DESCRIPTION	"This group defines peer information for RIP-II systems."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2Conformance(5) rip2Groups(1) 4 }

.1.3.6.1.2.1.23.5.2
rip2Compliances OBJECT-TYPE
  -- FROM	RIPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2Conformance(5) 2 }

.1.3.6.1.2.1.23.5.2.1
rip2Compliance MODULE-COMPLIANCE
  -- FROM	RIPv2-MIB
  DESCRIPTION	"The compliance statement "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rip2(23) rip2Conformance(5) rip2Compliances(2) 1 }

.1.3.6.1.2.1.25
host OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 25 }

.1.3.6.1.2.1.25.1
hrSystem OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) 1 }

.1.3.6.1.2.1.25.1.1
hrSystemUptime OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time since this host was last
        initialized.  Note that this is different from
        sysUpTime in the SNMPv2-MIB [RFC1907] because
        sysUpTime is the uptime of the network management
        portion of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSystem(1) 1 }

.1.3.6.1.2.1.25.1.2
hrSystemDate OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The host's notion of the local date and time of day."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSystem(1) 2 }

.1.3.6.1.2.1.25.1.3
hrSystemInitialLoadDevice OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The index of the hrDeviceEntry for the device from
        which this host is configured to load its initial
        operating system configuration (i.e., which operating
        system code and/or boot parameters).

        Note that writing to this object just changes the
        configuration that will be used the next time the
        operating system is loaded and does not actually cause
        the reload to occur."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSystem(1) 3 }

.1.3.6.1.2.1.25.1.4
hrSystemInitialLoadParameters OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION InternationalDisplayString
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object contains the parameters (e.g. a pathname
        and parameter) supplied to the load device when
        requesting the initial operating system configuration
        from that device.

        Note that writing to this object just changes the
        configuration that will be used the next time the
        operating system is loaded and does not actually cause
        the reload to occur."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSystem(1) 4 }

.1.3.6.1.2.1.25.1.5
hrSystemNumUsers OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of user sessions for which this host is
        storing state information.  A session is a collection
        of processes requiring a single act of user
        authentication and possibly subject to collective job
        control."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSystem(1) 5 }

.1.3.6.1.2.1.25.1.6
hrSystemProcesses OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of process contexts currently loaded or
        running on this system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSystem(1) 6 }

.1.3.6.1.2.1.25.1.7
hrSystemMaxProcesses OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of process contexts this system
        can support.  If there is no fixed maximum, the value
        should be zero.  On systems that have a fixed maximum,
        this object can help diagnose failures that occur when
        this maximum is reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSystem(1) 7 }

.1.3.6.1.2.1.25.2
hrStorage OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) 2 }

.1.3.6.1.2.1.25.2.1
hrStorageTypes OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) 1 }

.1.3.6.1.2.1.25.2.2
hrMemorySize OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION KBytes
  SYNTAX	Integer32 (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of physical read-write main memory,
        typically RAM, contained by the host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) 2 }

.1.3.6.1.2.1.25.2.3
hrStorageTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of logical storage areas on
        the host.

        An entry shall be placed in the storage table for each
        logical area of storage that is allocated and has
        fixed resource limits.  The amount of storage
        represented in an entity is the amount actually usable
        by the requesting entity, and excludes loss due to
        formatting or file system reference information.

        These entries are associated with logical storage
        areas, as might be seen by an application, rather than
        physical storage entities which are typically seen by
        an operating system.  Storage such as tapes and
        floppies without file systems on them are typically
        not allocated in chunks by the operating system to
        requesting applications, and therefore shouldn't
        appear in this table.  Examples of valid storage for
        this table include disk partitions, file systems, ram
        (for some architectures this is further segmented into
        regular memory, extended memory, and so on), backing
        store for virtual memory (`swap space').

        This table is intended to be a useful diagnostic for
        `out of memory' and `out of buffers' types of
        failures.  In addition, it can be a useful performance
        monitoring tool for tracking memory, disk, or buffer
        usage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) 3 }

.1.3.6.1.2.1.25.2.3.1
hrStorageEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrStorageIndex }
  DESCRIPTION	"A (conceptual) entry for one logical storage area on
        the host.  As an example, an instance of the
        hrStorageType object might be named hrStorageType.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) hrStorageTable(3) 1 }

.1.3.6.1.2.1.25.2.3.1.1
hrStorageIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value for each logical storage area
        contained by the host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) hrStorageTable(3) hrStorageEntry(1) 1 }

.1.3.6.1.2.1.25.2.3.1.2
hrStorageType OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of storage represented by this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) hrStorageTable(3) hrStorageEntry(1) 2 }

.1.3.6.1.2.1.25.2.3.1.3
hrStorageDescr OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A description of the type and instance of the storage
        described by this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) hrStorageTable(3) hrStorageEntry(1) 3 }

.1.3.6.1.2.1.25.2.3.1.4
hrStorageAllocationUnits OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size, in bytes, of the data objects allocated
        from this pool.  If this entry is monitoring sectors,
        blocks, buffers, or packets, for example, this number
        will commonly be greater than one.  Otherwise this
        number will typically be one."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) hrStorageTable(3) hrStorageEntry(1) 4 }

.1.3.6.1.2.1.25.2.3.1.5
hrStorageSize OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The size of the storage represented by this entry, in
        units of hrStorageAllocationUnits. This object is
        writable to allow remote configuration of the size of
        the storage area in those cases where such an
        operation makes sense and is possible on the
        underlying system. For example, the amount of main
        memory allocated to a buffer pool might be modified or
        the amount of disk space allocated to virtual memory
        might be modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) hrStorageTable(3) hrStorageEntry(1) 5 }

.1.3.6.1.2.1.25.2.3.1.6
hrStorageUsed OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of the storage represented by this entry
        that is allocated, in units of
        hrStorageAllocationUnits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) hrStorageTable(3) hrStorageEntry(1) 6 }

.1.3.6.1.2.1.25.2.3.1.7
hrStorageAllocationFailures OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of requests for storage represented by
        this entry that could not be honored due to not enough
        storage.  It should be noted that as this object has a
        SYNTAX of Counter32, that it does not have a defined
        initial value.  However, it is recommended that this
        object be initialized to zero, even though management
        stations must not depend on such an initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrStorage(2) hrStorageTable(3) hrStorageEntry(1) 7 }

.1.3.6.1.2.1.25.3
hrDevice OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) 3 }

.1.3.6.1.2.1.25.3.1
hrDeviceTypes OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) 1 }

.1.3.6.1.2.1.25.3.2
hrDeviceTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of devices contained by the
        host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) 2 }

.1.3.6.1.2.1.25.3.2.1
hrDeviceEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrDeviceIndex }
  DESCRIPTION	"A (conceptual) entry for one device contained by the
        host.  As an example, an instance of the hrDeviceType
        object might be named hrDeviceType.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDeviceTable(2) 1 }

.1.3.6.1.2.1.25.3.2.1.1
hrDeviceIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value for each device contained by the host.
        The value for each device must remain constant at
        least from one re-initialization of the agent to the
        next re-initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDeviceTable(2) hrDeviceEntry(1) 1 }

.1.3.6.1.2.1.25.3.2.1.2
hrDeviceType OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of the type of device.

        If this value is
        `hrDeviceProcessor { hrDeviceTypes 3 }' then an entry
        exists in the hrProcessorTable which corresponds to
        this device.

        If this value is
        `hrDeviceNetwork { hrDeviceTypes 4 }', then an entry
        exists in the hrNetworkTable which corresponds to this
        device.

        If this value is
        `hrDevicePrinter { hrDeviceTypes 5 }', then an entry
        exists in the hrPrinterTable which corresponds to this
        device.

        If this value is
        `hrDeviceDiskStorage { hrDeviceTypes 6 }', then an
        entry exists in the hrDiskStorageTable which
        corresponds to this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDeviceTable(2) hrDeviceEntry(1) 2 }

.1.3.6.1.2.1.25.3.2.1.3
hrDeviceDescr OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual description of this device, including the
        device's manufacturer and revision, and optionally,
        its serial number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDeviceTable(2) hrDeviceEntry(1) 3 }

.1.3.6.1.2.1.25.3.2.1.4
hrDeviceID OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION ProductID
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The product ID for this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDeviceTable(2) hrDeviceEntry(1) 4 }

.1.3.6.1.2.1.25.3.2.1.5
hrDeviceStatus OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	INTEGER {unknown(1), running(2), warning(3), testing(4), down(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational state of the device described
        by this row of the table.  A value unknown(1)
        indicates that the current state of the device is
        unknown.  running(2) indicates that the device is up
        and running and that no unusual error conditions are
        known.  The warning(3) state indicates that agent has
        been informed of an unusual error condition by the
        operational software (e.g., a disk device driver) but
        that the device is still 'operational'.  An example
        would be a high number of soft errors on a disk.  A
        value of testing(4), indicates that the device is not
        available for use because it is in the testing state.
        The state of down(5) is used only when the agent has
        been informed that the device is not available for any
        use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDeviceTable(2) hrDeviceEntry(1) 5 }

.1.3.6.1.2.1.25.3.2.1.6
hrDeviceErrors OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of errors detected on this device.  It
        should be noted that as this object has a SYNTAX of
        Counter32, that it does not have a defined initial
        value.  However, it is recommended that this object be
        initialized to zero, even though management stations
        must not depend on such an initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDeviceTable(2) hrDeviceEntry(1) 6 }

.1.3.6.1.2.1.25.3.3
hrProcessorTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of processors contained by the
        host.

        Note that this table is potentially sparse: a
        (conceptual) entry exists only if the correspondent
        value of the hrDeviceType object is
        `hrDeviceProcessor'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) 3 }

.1.3.6.1.2.1.25.3.3.1
hrProcessorEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrDeviceIndex }
  DESCRIPTION	"A (conceptual) entry for one processor contained by
        the host.  The hrDeviceIndex in the index represents
        the entry in the hrDeviceTable that corresponds to the
        hrProcessorEntry.

        As an example of how objects in this table are named,
        an instance of the hrProcessorFrwID object might be
        named hrProcessorFrwID.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrProcessorTable(3) 1 }

.1.3.6.1.2.1.25.3.3.1.1
hrProcessorFrwID OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION ProductID
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The product ID of the firmware associated with the
        processor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrProcessorTable(3) hrProcessorEntry(1) 1 }

.1.3.6.1.2.1.25.3.3.1.2
hrProcessorLoad OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The average, over the last minute, of the percentage
        of time that this processor was not idle.
        Implementations may approximate this one minute
        smoothing period if necessary."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrProcessorTable(3) hrProcessorEntry(1) 2 }

.1.3.6.1.2.1.25.3.4
hrNetworkTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of network devices contained
        by the host.
        Note that this table is potentially sparse: a
        (conceptual) entry exists only if the correspondent
        value of the hrDeviceType object is
        `hrDeviceNetwork'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) 4 }

.1.3.6.1.2.1.25.3.4.1
hrNetworkEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrDeviceIndex }
  DESCRIPTION	"A (conceptual) entry for one network device contained
        by the host.  The hrDeviceIndex in the index
        represents the entry in the hrDeviceTable that
        corresponds to the hrNetworkEntry.

        As an example of how objects in this table are named,
        an instance of the hrNetworkIfIndex object might be
        named hrNetworkIfIndex.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrNetworkTable(4) 1 }

.1.3.6.1.2.1.25.3.4.1.1
hrNetworkIfIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of ifIndex which corresponds to this
        network device. If this device is not represented in
        the ifTable, then this value shall be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrNetworkTable(4) hrNetworkEntry(1) 1 }

.1.3.6.1.2.1.25.3.5
hrPrinterTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of printers local to the host.

        Note that this table is potentially sparse: a
        (conceptual) entry exists only if the correspondent
        value of the hrDeviceType object is
        `hrDevicePrinter'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) 5 }

.1.3.6.1.2.1.25.3.5.1
hrPrinterEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrDeviceIndex }
  DESCRIPTION	"A (conceptual) entry for one printer local to the
        host.  The hrDeviceIndex in the index represents the
        entry in the hrDeviceTable that corresponds to the
        hrPrinterEntry.

        As an example of how objects in this table are named,
        an instance of the hrPrinterStatus object might be
        named hrPrinterStatus.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrPrinterTable(5) 1 }

.1.3.6.1.2.1.25.3.5.1.1
hrPrinterStatus OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	INTEGER {other(1), unknown(2), idle(3), printing(4), warmup(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current status of this printer device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrPrinterTable(5) hrPrinterEntry(1) 1 }

.1.3.6.1.2.1.25.3.5.1.2
hrPrinterDetectedErrorState OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents any error conditions detected
        by the printer.  The error conditions are encoded as
        bits in an octet string, with the following
        definitions:

             Condition         Bit #

             lowPaper              0
             noPaper               1
             lowToner              2
             noToner               3
             doorOpen              4
             jammed                5
             offline               6
             serviceRequested      7
             inputTrayMissing      8
             outputTrayMissing     9
             markerSupplyMissing  10
             outputNearFull       11
             outputFull           12
             inputTrayEmpty       13
             overduePreventMaint  14

        Bits are numbered starting with the most significant
        bit of the first byte being bit 0, the least
        significant bit of the first byte being bit 7, the
        most significant bit of the second byte being bit 8,
        and so on.  A one bit encodes that the condition was
        detected, while a zero bit encodes that the condition
        was not detected.

        This object is useful for alerting an operator to
        specific warning or error conditions that may occur,
        especially those requiring human intervention."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrPrinterTable(5) hrPrinterEntry(1) 2 }

.1.3.6.1.2.1.25.3.6
hrDiskStorageTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of long-term storage devices
        contained by the host.  In particular, disk devices
        accessed remotely over a network are not included
        here.

        Note that this table is potentially sparse: a
        (conceptual) entry exists only if the correspondent
        value of the hrDeviceType object is
        `hrDeviceDiskStorage'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) 6 }

.1.3.6.1.2.1.25.3.6.1
hrDiskStorageEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrDeviceIndex }
  DESCRIPTION	"A (conceptual) entry for one long-term storage device
        contained by the host.  The hrDeviceIndex in the index
        represents the entry in the hrDeviceTable that
        corresponds to the hrDiskStorageEntry. As an example,
        an instance of the hrDiskStorageCapacity object might
        be named hrDiskStorageCapacity.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDiskStorageTable(6) 1 }

.1.3.6.1.2.1.25.3.6.1.1
hrDiskStorageAccess OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	INTEGER {readWrite(1), readOnly(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication if this long-term storage device is
        readable and writable or only readable.  This should
        reflect the media type, any write-protect mechanism,
        and any device configuration that affects the entire
        device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDiskStorageTable(6) hrDiskStorageEntry(1) 1 }

.1.3.6.1.2.1.25.3.6.1.2
hrDiskStorageMedia OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	INTEGER {other(1), unknown(2), hardDisk(3), floppyDisk(4), opticalDiskROM(5), opticalDiskWORM(6), opticalDiskRW(7), ramDisk(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of the type of media used in this long-
        term storage device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDiskStorageTable(6) hrDiskStorageEntry(1) 2 }

.1.3.6.1.2.1.25.3.6.1.3
hrDiskStorageRemoveble OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes whether or not the disk media may be removed
        from the drive."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDiskStorageTable(6) hrDiskStorageEntry(1) 3 }

.1.3.6.1.2.1.25.3.6.1.4
hrDiskStorageCapacity OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION KBytes
  SYNTAX	Integer32 (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total size for this long-term storage device. If
        the media is removable and is currently removed, this
        value should be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrDiskStorageTable(6) hrDiskStorageEntry(1) 4 }

.1.3.6.1.2.1.25.3.7
hrPartitionTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of partitions for long-term
        storage devices contained by the host.  In particular,
        partitions accessed remotely over a network are not
        included here."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) 7 }

.1.3.6.1.2.1.25.3.7.1
hrPartitionEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrDeviceIndex, hrPartitionIndex }
  DESCRIPTION	"A (conceptual) entry for one partition.  The
        hrDeviceIndex in the index represents the entry in the
        hrDeviceTable that corresponds to the
        hrPartitionEntry.

        As an example of how objects in this table are named,
        an instance of the hrPartitionSize object might be
        named hrPartitionSize.3.1"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrPartitionTable(7) 1 }

.1.3.6.1.2.1.25.3.7.1.1
hrPartitionIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value for each partition on this long-term
        storage device.  The value for each long-term storage
        device must remain constant at least from one re-
        initialization of the agent to the next re-
        initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrPartitionTable(7) hrPartitionEntry(1) 1 }

.1.3.6.1.2.1.25.3.7.1.2
hrPartitionLabel OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION InternationalDisplayString
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual description of this partition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrPartitionTable(7) hrPartitionEntry(1) 2 }

.1.3.6.1.2.1.25.3.7.1.3
hrPartitionID OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A descriptor which uniquely represents this partition
        to the responsible operating system.  On some systems,
        this might take on a binary representation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrPartitionTable(7) hrPartitionEntry(1) 3 }

.1.3.6.1.2.1.25.3.7.1.4
hrPartitionSize OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION KBytes
  SYNTAX	Integer32 (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size of this partition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrPartitionTable(7) hrPartitionEntry(1) 4 }

.1.3.6.1.2.1.25.3.7.1.5
hrPartitionFSIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the file system mounted on this
        partition.  If no file system is mounted on this
        partition, then this value shall be zero.  Note that
        multiple partitions may point to one file system,
        denoting that that file system resides on those
        partitions.  Multiple file systems may not reside on
        one partition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrPartitionTable(7) hrPartitionEntry(1) 5 }

.1.3.6.1.2.1.25.3.8
hrFSTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of file systems local to this
        host or remotely mounted from a file server.  File
        systems that are in only one user's environment on a
        multi-user system will not be included in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) 8 }

.1.3.6.1.2.1.25.3.8.1
hrFSEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrFSIndex }
  DESCRIPTION	"A (conceptual) entry for one file system local to
        this host or remotely mounted from a file server.
        File systems that are in only one user's environment
        on a multi-user system will not be included in this
        table.

        As an example of how objects in this table are named,
        an instance of the hrFSMountPoint object might be
        named hrFSMountPoint.3"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) 1 }

.1.3.6.1.2.1.25.3.8.1.1
hrFSIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value for each file system local to this
        host.  The value for each file system must remain
        constant at least from one re-initialization of the
        agent to the next re-initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) hrFSEntry(1) 1 }

.1.3.6.1.2.1.25.3.8.1.2
hrFSMountPoint OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION InternationalDisplayString
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The path name of the root of this file system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) hrFSEntry(1) 2 }

.1.3.6.1.2.1.25.3.8.1.3
hrFSRemoteMountPoint OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION InternationalDisplayString
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A description of the name and/or address of the
        server that this file system is mounted from.  This
        may also include parameters such as the mount point on
        the remote file system.  If this is not a remote file
        system, this string should have a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) hrFSEntry(1) 3 }

.1.3.6.1.2.1.25.3.8.1.4
hrFSType OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object identifies the type of this
        file system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) hrFSEntry(1) 4 }

.1.3.6.1.2.1.25.3.8.1.5
hrFSAccess OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	INTEGER {readWrite(1), readOnly(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication if this file system is logically
        configured by the operating system to be readable and
        writable or only readable.  This does not represent
        any local access-control policy, except one that is
        applied to the file system as a whole."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) hrFSEntry(1) 5 }

.1.3.6.1.2.1.25.3.8.1.6
hrFSBootable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A flag indicating whether this file system is
        bootable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) hrFSEntry(1) 6 }

.1.3.6.1.2.1.25.3.8.1.7
hrFSStorageIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the hrStorageEntry that represents
        information about this file system.  If there is no
        such information available, then this value shall be
        zero.  The relevant storage entry will be useful in
        tracking the percent usage of this file system and
        diagnosing errors that may occur when it runs out of
        space."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) hrFSEntry(1) 7 }

.1.3.6.1.2.1.25.3.8.1.8
hrFSLastFullBackupDate OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The last date at which this complete file system was
        copied to another storage device for backup.  This
        information is useful for ensuring that backups are
        being performed regularly.

        If this information is not known, then this variable
        shall have the value corresponding to January 1, year
        0000, 00:00:00.0, which is encoded as
        (hex)'00 00 01 01 00 00 00 00'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) hrFSEntry(1) 8 }

.1.3.6.1.2.1.25.3.8.1.9
hrFSLastPartialBackupDate OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The last date at which a portion of this file system
        was copied to another storage device for backup.  This
        information is useful for ensuring that backups are
        being performed regularly.

        If this information is not known, then this variable
        shall have the value corresponding to January 1, year
        0000, 00:00:00.0, which is encoded as
        (hex)'00 00 01 01 00 00 00 00'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) hrFSTable(8) hrFSEntry(1) 9 }

.1.3.6.1.2.1.25.3.9
hrFSTypes OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrDevice(3) 9 }

.1.3.6.1.2.1.25.4
hrSWRun OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) 4 }

.1.3.6.1.2.1.25.4.1
hrSWOSIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the hrSWRunIndex for the hrSWRunEntry
        that represents the primary operating system running
        on this host.  This object is useful for quickly and
        uniquely identifying that primary operating system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) 1 }

.1.3.6.1.2.1.25.4.2
hrSWRunTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of software running on the
        host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) 2 }

.1.3.6.1.2.1.25.4.2.1
hrSWRunEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrSWRunIndex }
  DESCRIPTION	"A (conceptual) entry for one piece of software
        running on the host Note that because the installed
        software table only contains information for software
        stored locally on this host, not every piece of
        running software will be found in the installed
        software table.  This is true of software that was
        loaded and run from a non-local source, such as a
        network-mounted file system.

        As an example of how objects in this table are named,
        an instance of the hrSWRunName object might be named
        hrSWRunName.1287"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) hrSWRunTable(2) 1 }

.1.3.6.1.2.1.25.4.2.1.1
hrSWRunIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value for each piece of software running on
        the host.  Wherever possible, this should be the
        system's native, unique identification number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) hrSWRunTable(2) hrSWRunEntry(1) 1 }

.1.3.6.1.2.1.25.4.2.1.2
hrSWRunName OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION InternationalDisplayString
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual description of this running piece of
        software, including the manufacturer, revision,  and
        the name by which it is commonly known.  If this
        software was installed locally, this should be the
        same string as used in the corresponding
        hrSWInstalledName."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) hrSWRunTable(2) hrSWRunEntry(1) 2 }

.1.3.6.1.2.1.25.4.2.1.3
hrSWRunID OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION ProductID
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The product ID of this running piece of software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) hrSWRunTable(2) hrSWRunEntry(1) 3 }

.1.3.6.1.2.1.25.4.2.1.4
hrSWRunPath OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION InternationalDisplayString
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A description of the location on long-term storage
        (e.g. a disk drive) from which this software was
        loaded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) hrSWRunTable(2) hrSWRunEntry(1) 4 }

.1.3.6.1.2.1.25.4.2.1.5
hrSWRunParameters OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION InternationalDisplayString
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A description of the parameters supplied to this
        software when it was initially loaded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) hrSWRunTable(2) hrSWRunEntry(1) 5 }

.1.3.6.1.2.1.25.4.2.1.6
hrSWRunType OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	INTEGER {unknown(1), operatingSystem(2), deviceDriver(3), application(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of this software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) hrSWRunTable(2) hrSWRunEntry(1) 6 }

.1.3.6.1.2.1.25.4.2.1.7
hrSWRunStatus OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	INTEGER {running(1), runnable(2), notRunnable(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of this running piece of software.
        Setting this value to invalid(4) shall cause this
        software to stop running and to be unloaded. Sets to
        other values are not valid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRun(4) hrSWRunTable(2) hrSWRunEntry(1) 7 }

.1.3.6.1.2.1.25.5
hrSWRunPerf OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) 5 }

.1.3.6.1.2.1.25.5.1
hrSWRunPerfTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of running software
        performance metrics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRunPerf(5) 1 }

.1.3.6.1.2.1.25.5.1.1
hrSWRunPerfEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hrSWRunEntry }
  DESCRIPTION	"A (conceptual) entry containing software performance
        metrics.  As an example, an instance of the
        hrSWRunPerfCPU object might be named
        hrSWRunPerfCPU.1287"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRunPerf(5) hrSWRunPerfTable(1) 1 }

.1.3.6.1.2.1.25.5.1.1.1
hrSWRunPerfCPU OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of centi-seconds of the total system's CPU
        resources consumed by this process.  Note that on a
        multi-processor system, this value may increment by
        more than one centi-second in one centi-second of real
        (wall clock) time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRunPerf(5) hrSWRunPerfTable(1) hrSWRunPerfEntry(1) 1 }

.1.3.6.1.2.1.25.5.1.1.2
hrSWRunPerfMem OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION KBytes
  SYNTAX	Integer32 (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total amount of real system memory allocated to
        this process."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWRunPerf(5) hrSWRunPerfTable(1) hrSWRunPerfEntry(1) 2 }

.1.3.6.1.2.1.25.6
hrSWInstalled OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) 6 }

.1.3.6.1.2.1.25.6.1
hrSWInstalledLastChange OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when an entry in the
        hrSWInstalledTable was last added, renamed, or
        deleted.  Because this table is likely to contain many
        entries, polling of this object allows a management
        station to determine when re-downloading of the table
        might be useful."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWInstalled(6) 1 }

.1.3.6.1.2.1.25.6.2
hrSWInstalledLastUpdateTime OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the hrSWInstalledTable
        was last completely updated.  Because caching of this
        data will be a popular implementation strategy,
        retrieval of this object allows a management station
        to obtain a guarantee that no data in this table is
        older than the indicated time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWInstalled(6) 2 }

.1.3.6.1.2.1.25.6.3
hrSWInstalledTable OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table of software installed on this
        host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWInstalled(6) 3 }

.1.3.6.1.2.1.25.6.3.1
hrSWInstalledEntry OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hrSWInstalledIndex }
  DESCRIPTION	"A (conceptual) entry for a piece of software
        installed on this host.

        As an example of how objects in this table are named,
        an instance of the hrSWInstalledName object might be
        named hrSWInstalledName.96"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWInstalled(6) hrSWInstalledTable(3) 1 }

.1.3.6.1.2.1.25.6.3.1.1
hrSWInstalledIndex OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value for each piece of software installed
        on the host.  This value shall be in the range from 1
        to the number of pieces of software installed on the
        host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWInstalled(6) hrSWInstalledTable(3) hrSWInstalledEntry(1) 1 }

.1.3.6.1.2.1.25.6.3.1.2
hrSWInstalledName OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION InternationalDisplayString
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual description of this installed piece of
        software, including the manufacturer, revision, the
        name by which it is commonly known, and optionally,
        its serial number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWInstalled(6) hrSWInstalledTable(3) hrSWInstalledEntry(1) 2 }

.1.3.6.1.2.1.25.6.3.1.3
hrSWInstalledID OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION ProductID
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The product ID of this installed piece of software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWInstalled(6) hrSWInstalledTable(3) hrSWInstalledEntry(1) 3 }

.1.3.6.1.2.1.25.6.3.1.4
hrSWInstalledType OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  SYNTAX	INTEGER {unknown(1), operatingSystem(2), deviceDriver(3), application(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of this software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWInstalled(6) hrSWInstalledTable(3) hrSWInstalledEntry(1) 4 }

.1.3.6.1.2.1.25.6.3.1.5
hrSWInstalledDate OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last-modification date of this application as it
        would appear in a directory listing.

        If this information is not known, then this variable
        shall have the value corresponding to January 1, year
        0000, 00:00:00.0, which is encoded as
        (hex)'00 00 01 01 00 00 00 00'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrSWInstalled(6) hrSWInstalledTable(3) hrSWInstalledEntry(1) 5 }

.1.3.6.1.2.1.25.7
hrMIBAdminInfo OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) 7 }

.1.3.6.1.2.1.25.7.1
hostResourcesMibModule MODULE-IDENTITY
  -- FROM	HOST-RESOURCES-MIB
  DESCRIPTION	"This MIB is for use in managing host systems. The term
        `host' is construed to mean any computer that communicates
        with other similar computers attached to the internet and
        that is directly used by one or more human beings. Although
        this MIB does not necessarily apply to devices whose primary
        function is communications services (e.g., terminal servers,
        routers, bridges, monitoring equipment), such relevance is
        not explicitly precluded.  This MIB instruments attributes
        common to all internet hosts including, for example, both
        personal computers and systems that run variants of Unix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) 1 }

.1.3.6.1.2.1.25.7.2
hrMIBCompliances OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) 2 }

.1.3.6.1.2.1.25.7.2.1
hrMIBCompliance MODULE-COMPLIANCE
  -- FROM	HOST-RESOURCES-MIB
  DESCRIPTION	"The requirements for conformance to the Host Resources MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) hrMIBCompliances(2) 1 }

.1.3.6.1.2.1.25.7.3
hrMIBGroups OBJECT-TYPE
  -- FROM	HOST-RESOURCES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) 3 }

.1.3.6.1.2.1.25.7.3.1
hrSystemGroup OBJECT-GROUP
  -- FROM	HOST-RESOURCES-MIB
  DESCRIPTION	"The Host Resources System Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) hrMIBGroups(3) 1 }

.1.3.6.1.2.1.25.7.3.2
hrStorageGroup OBJECT-GROUP
  -- FROM	HOST-RESOURCES-MIB
  DESCRIPTION	"The Host Resources Storage Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) hrMIBGroups(3) 2 }

.1.3.6.1.2.1.25.7.3.3
hrDeviceGroup OBJECT-GROUP
  -- FROM	HOST-RESOURCES-MIB
  DESCRIPTION	"The Host Resources Device Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) hrMIBGroups(3) 3 }

.1.3.6.1.2.1.25.7.3.4
hrSWRunGroup OBJECT-GROUP
  -- FROM	HOST-RESOURCES-MIB
  DESCRIPTION	"The Host Resources Running Software Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) hrMIBGroups(3) 4 }

.1.3.6.1.2.1.25.7.3.5
hrSWRunPerfGroup OBJECT-GROUP
  -- FROM	HOST-RESOURCES-MIB
  DESCRIPTION	"The Host Resources Running Software
            Performance Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) hrMIBGroups(3) 5 }

.1.3.6.1.2.1.25.7.3.6
hrSWInstalledGroup OBJECT-GROUP
  -- FROM	HOST-RESOURCES-MIB
  DESCRIPTION	"The Host Resources Installed Software Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25) hrMIBAdminInfo(7) hrMIBGroups(3) 6 }

.1.3.6.1.2.1.26
snmpDot3MauMgt OBJECT-TYPE
  -- FROM	IANA-MAU-MIB, MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 26 }

.1.3.6.1.2.1.26.0
snmpDot3MauTraps OBJECT-TYPE
  -- FROM	MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) 0 }

.1.3.6.1.2.1.26.0.1
rpMauJabberTrap NOTIFICATION-TYPE
  -- FROM	MAU-MIB
  OBJECTS	{ rpMauJabberState }
  DESCRIPTION	"This trap is sent whenever a managed repeater
                    MAU enters the jabber state.

                    The agent MUST throttle the generation of
                    consecutive rpMauJabberTraps so that there is at
                    least a five-second gap between them."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) snmpDot3MauTraps(0) 1 }

.1.3.6.1.2.1.26.0.2
ifMauJabberTrap NOTIFICATION-TYPE
  -- FROM	MAU-MIB
  OBJECTS	{ ifMauJabberState }
  DESCRIPTION	"This trap is sent whenever a managed interface
                    MAU enters the jabber state.

                    The agent MUST throttle the generation of
                    consecutive ifMauJabberTraps so that there is at
                    least a five-second gap between them."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) snmpDot3MauTraps(0) 2 }

.1.3.6.1.2.1.26.1
dot3RpMauBasicGroup OBJECT-TYPE
  -- FROM	MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) 1 }

.1.3.6.1.2.1.26.1.1
rpMauTable OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of descriptive and status information
                    about the MAU(s) attached to the ports of a
                    repeater."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) 1 }

.1.3.6.1.2.1.26.1.1.1
rpMauEntry OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rpMauGroupIndex, rpMauPortIndex, rpMauIndex }
  DESCRIPTION	"An entry in the table, containing information
                    about a single MAU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) 1 }

.1.3.6.1.2.1.26.1.1.1.1
rpMauGroupIndex OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the group
                    containing the port to which the MAU described
                    by this entry is connected.

                    Note:  In practice, a group will generally be
                    a field-replaceable unit (i.e., module, card,
                    or board) that can fit in the physical system
                    enclosure, and the group number will correspond
                    to a number marked on the physical enclosure.

                    The group denoted by a particular value of this
                    object is the same as the group denoted by the
                    same value of rptrGroupIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 1 }

.1.3.6.1.2.1.26.1.1.1.2
rpMauPortIndex OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the repeater
                    port within group rpMauGroupIndex to which the
                    MAU described by this entry is connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 2 }

.1.3.6.1.2.1.26.1.1.1.3
rpMauIndex OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the MAU
                    described by this entry from among other
                    MAUs connected to the same port
                    (rpMauPortIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 3 }

.1.3.6.1.2.1.26.1.1.1.4
rpMauType OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the MAU type.  Values for
                    standard IEEE 802.3 MAU types are defined in the
                    IANA maintained IANA-MAU-MIB module, as
                    OBJECT-IDENTITIES of dot3MauType.
                    If the MAU type is unknown, the object identifier
                    zeroDotZero is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 4 }

.1.3.6.1.2.1.26.1.1.1.5
rpMauStatus OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {other(1), unknown(2), operational(3), standby(4), shutdown(5), reset(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current state of the MAU.  This object MAY
                    be implemented as a read-only object by those
                    agents and MAUs that do not implement software
                    control of the MAU state.  Some agents may not
                    support setting the value of this object to some
                    of the enumerated values.

                    The value other(1) is returned if the MAU is in
                    a state other than one of the states 2 through
                    6.

                    The value unknown(2) is returned when the MAU's
                    true state is unknown; for example, when it is
                    being initialized.

                    A MAU in the operational(3) state is fully
                    functional; it operates, and passes signals to its
                    attached DTE or repeater port in accordance to
                    its specification.

                    A MAU in standby(4) state forces DI and CI to
                    idle, and the media transmitter to idle or fault,
                    if supported.  Standby(4) mode only applies to
                    link type MAUs.  The state of
                    rpMauMediaAvailable is unaffected.

                    A MAU in shutdown(5) state assumes the same
                    condition on DI, CI, and the media transmitter,
                    as though it were powered down or not connected.
                    The MAU MAY return other(1) value for the
                    rpMauJabberState and rpMauMediaAvailable objects
                    when it is in this state.  For an AUI, this
                    state will remove power from the AUI.

                    Setting this variable to the value reset(6)
                    resets the MAU in the same manner as a
                    power-off, power-on cycle of at least one-half
                    second would.  The agent is not required to
                    return the value reset(6).

                    Setting this variable to the value
                    operational(3), standby(4), or shutdown(5)
                    causes the MAU to assume the respective state,
                    except that setting a mixing-type MAU or an AUI
                    to standby(4) will cause the MAU to enter the
                    shutdown state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 5 }

.1.3.6.1.2.1.26.1.1.1.6
rpMauMediaAvailable OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION IANAifMauMediaAvailable
  SYNTAX	INTEGER {other(1), unknown(2), available(3), notAvailable(4), remoteFault(5), invalidSignal(6), remoteJabber(7), remoteLinkLoss(8), remoteTest(9), offline(10), autoNegError(11), pmdLinkFault(12), wisFrameLoss(13), wisSignalLoss(14), pcsLinkFault(15), excessiveBER(16), dxsLinkFault(17), pxsLinkFault(18), availableReduced(19), ready(20)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies Media Available state of
                    the MAU, complementary to the rpMauStatus.  Values
                    for the standard IEEE 802.3 Media Available states
                    are defined in the IANA maintained IANA-MAU-MIB
                    module, as IANAifMauMediaAvailable TC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 6 }

.1.3.6.1.2.1.26.1.1.1.7
rpMauMediaAvailableStateExits OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times that
                    rpMauMediaAvailable for this MAU instance leaves
                    the state available(3).

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system and at other times, as indicated by the
                    value of rptrMonitorPortLastChange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 7 }

.1.3.6.1.2.1.26.1.1.1.8
rpMauJabberState OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {other(1), unknown(2), noJabber(3), jabbering(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value other(1) is returned if the jabber
                    state is not 2, 3, or 4.  The agent MUST always
                    return other(1) for MAU type dot3MauTypeAUI.

                    The value unknown(2) is returned when the MAU's
                    true state is unknown; for example, when it is
                    being initialized.

                    If the MAU is not jabbering the agent returns
                    noJabber(3).  This is the 'normal' state.

                    If the MAU is in jabber state the agent returns
                    the jabbering(4) value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 8 }

.1.3.6.1.2.1.26.1.1.1.9
rpMauJabberingStateEnters OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times that
                    mauJabberState for this MAU instance enters the
                    state jabbering(4).  For MAUs of type
                    dot3MauTypeAUI, dot3MauType100BaseT4,
                    dot3MauType100BaseTX, dot3MauType100BaseFX, and
                    all 1000Mbps types, this counter will always
                    indicate zero.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system and at other times, as indicated by the
                    value of rptrMonitorPortLastChange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 9 }

.1.3.6.1.2.1.26.1.1.1.10
rpMauFalseCarriers OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of false carrier events
                    during IDLE in 100BASE-X links.  This counter
                    does not increment at the symbol rate.  It can
                    increment after a valid carrier completion at a
                    maximum rate of once per 100 ms until the next
                    carrier event.

                    This counter increments only for MAUs of type
                    dot3MauType100BaseT4, dot3MauType100BaseTX,
                    dot3MauType100BaseFX, and all 1000Mbps types.

                    For all other MAU types, this counter will
                    always indicate zero.

                    The approximate minimum time for rollover of
                    this counter is 7.4 hours.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system and at other times, as indicated by the
                    value of rptrMonitorPortLastChange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpMauTable(1) rpMauEntry(1) 10 }

.1.3.6.1.2.1.26.1.2
rpJackTable OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about the external jacks attached
                    to MAUs attached to the ports of a repeater."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) 2 }

.1.3.6.1.2.1.26.1.2.1
rpJackEntry OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rpMauGroupIndex, rpMauPortIndex, rpMauIndex, rpJackIndex }
  DESCRIPTION	"An entry in the table, containing information
                    about a particular jack."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpJackTable(2) 1 }

.1.3.6.1.2.1.26.1.2.1.1
rpJackIndex OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the jack
                    described by this entry from among other jacks
                    attached to the same MAU (rpMauIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpJackTable(2) rpJackEntry(1) 1 }

.1.3.6.1.2.1.26.1.2.1.2
rpJackType OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION IANAifJackType
  SYNTAX	INTEGER {other(1), rj45(2), rj45S(3), db9(4), bnc(5), fAUI(6), mAUI(7), fiberSC(8), fiberMIC(9), fiberST(10), telco(11), mtrj(12), hssdc(13), fiberLC(14), cx4(15)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The jack connector type, as it appears on the
                    outside of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3RpMauBasicGroup(1) rpJackTable(2) rpJackEntry(1) 2 }

.1.3.6.1.2.1.26.2
dot3IfMauBasicGroup OBJECT-TYPE
  -- FROM	MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) 2 }

.1.3.6.1.2.1.26.2.1
ifMauTable OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of descriptive and status information
                    about MAU(s) attached to an interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) 1 }

.1.3.6.1.2.1.26.2.1.1
ifMauEntry OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifMauIfIndex, ifMauIndex }
  DESCRIPTION	"An entry in the table, containing information
                    about a single MAU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) 1 }

.1.3.6.1.2.1.26.2.1.1.1
ifMauIfIndex OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the interface
                    to which the MAU described by this entry is
                    connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 1 }

.1.3.6.1.2.1.26.2.1.1.2
ifMauIndex OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the MAU
                    described by this entry from among other MAUs
                    connected to the same interface (ifMauIfIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 2 }

.1.3.6.1.2.1.26.2.1.1.3
ifMauType OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the MAU type.  Values for
                    standard IEEE 802.3 MAU types are defined in the
                    IANA maintained IANA-MAU-MIB module, as
                    OBJECT-IDENTITIES of dot3MauType.
                    If the MAU type is unknown, the object identifier
                    zeroDotZero is returned.

                    This object represents the operational type of
                    the MAU, as determined by either 1) the result
                    of the auto-negotiation function or 2) if
                    auto-negotiation is not enabled or is not
                    implemented for this MAU, by the value of the
                    object ifMauDefaultType.  In case 2), a set to
                    the object ifMauDefaultType will force the MAU
                    into the new operating mode."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 3 }

.1.3.6.1.2.1.26.2.1.1.4
ifMauStatus OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {other(1), unknown(2), operational(3), standby(4), shutdown(5), reset(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current state of the MAU.  This object MAY
                    be implemented as a read-only object by those
                    agents and MAUs that do not implement software
                    control of the MAU state.  Some agents may not
                    support setting the value of this object to some
                    of the enumerated values.

                    The value other(1) is returned if the MAU is in
                    a state other than one of the states 2 through
                    6.

                    The value unknown(2) is returned when the MAU's
                    true state is unknown; for example, when it is
                    being initialized.

                    A MAU in the operational(3) state is fully
                    functional; it operates, and passes signals to its
                    attached DTE or repeater port in accordance to
                    its specification.

                    A MAU in standby(4) state forces DI and CI to
                    idle and the media transmitter to idle or fault,
                    if supported.  Standby(4) mode only applies to
                    link type MAUs.  The state of
                    ifMauMediaAvailable is unaffected.

                    A MAU in shutdown(5) state assumes the same
                    condition on DI, CI, and the media transmitter,
                    as though it were powered down or not connected.
                    The MAU MAY return other(1) value for the
                    ifMauJabberState and ifMauMediaAvailable objects
                    when it is in this state.  For an AUI, this
                    state will remove power from the AUI.

                    Setting this variable to the value reset(6)
                    resets the MAU in the same manner as a
                    power-off, power-on cycle of at least one-half
                    second would.  The agent is not required to
                    return the value reset(6).

                    Setting this variable to the value
                    operational(3), standby(4), or shutdown(5)
                    causes the MAU to assume the respective state,
                    except that setting a mixing-type MAU or an AUI
                    to standby(4) will cause the MAU to enter the
                    shutdown state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 4 }

.1.3.6.1.2.1.26.2.1.1.5
ifMauMediaAvailable OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION IANAifMauMediaAvailable
  SYNTAX	INTEGER {other(1), unknown(2), available(3), notAvailable(4), remoteFault(5), invalidSignal(6), remoteJabber(7), remoteLinkLoss(8), remoteTest(9), offline(10), autoNegError(11), pmdLinkFault(12), wisFrameLoss(13), wisSignalLoss(14), pcsLinkFault(15), excessiveBER(16), dxsLinkFault(17), pxsLinkFault(18), availableReduced(19), ready(20)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies Media Available state of
                    the MAU, complementary to the ifMauStatus.  Values
                    for the standard IEEE 802.3 Media Available states
                    are defined in the IANA maintained IANA-MAU-MIB
                    module, as IANAifMauMediaAvailable TC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 5 }

.1.3.6.1.2.1.26.2.1.1.6
ifMauMediaAvailableStateExits OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times that
                    ifMauMediaAvailable for this MAU instance leaves
                    the state available(3).

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system and at other times, as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 6 }

.1.3.6.1.2.1.26.2.1.1.7
ifMauJabberState OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {other(1), unknown(2), noJabber(3), jabbering(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value other(1) is returned if the jabber
                    state is not 2, 3, or 4.  The agent MUST always
                    return other(1) for MAU type dot3MauTypeAUI.

                    The value unknown(2) is returned when the MAU's
                    true state is unknown; for example, when it is
                    being initialized.

                    If the MAU is not jabbering the agent returns
                    noJabber(3).  This is the 'normal' state.

                    If the MAU is in jabber state the agent returns
                    the jabbering(4) value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 7 }

.1.3.6.1.2.1.26.2.1.1.8
ifMauJabberingStateEnters OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times that
                    mauJabberState for this MAU instance enters the
                    state jabbering(4).  This counter will always
                    indicate zero for MAUs of type dot3MauTypeAUI
                    and those of speeds above 10Mbps.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system and at other times, as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 8 }

.1.3.6.1.2.1.26.2.1.1.9
ifMauFalseCarriers OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of false carrier events
                    during IDLE in 100BASE-X and 1000BASE-X links.

                    For all other MAU types, this counter will
                    always indicate zero.  This counter does not
                    increment at the symbol rate.

                    It can increment after a valid carrier
                    completion at a maximum rate of once per 100 ms
                    for 100BASE-X and once per 10us for 1000BASE-X
                    until the next CarrierEvent.

                    This counter can roll over very quickly.  A
                    management station is advised to poll the
                    ifMauHCFalseCarriers instead of this counter in
                    order to avoid loss of information.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system and at other times, as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 9 }

.1.3.6.1.2.1.26.2.1.1.10
ifMauTypeList OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This object has been deprecated in favour of
                    ifMauTypeListBits.

                    A value that uniquely identifies the set of
                    possible IEEE 802.3 types that the MAU could be.
                    The value is a sum that initially takes the
                    value zero.  Then, for each type capability of
                    this MAU, 2 raised to the power noted below is
                    added to the sum.  For example, a MAU that has
                    the capability to be only 10BASE-T would have a
                    value of 512 (2**9).  In contrast, a MAU that
                    supports both 10Base-T (full duplex) and
                    100BASE-TX (full duplex) would have a value of
                    ((2**11) + (2**16)), or 67584.

                    The powers of 2 assigned to the capabilities are
                    these:

                    Power  Capability
                      0      other or unknown
                      1      AUI
                      2      10BASE-5
                      3      FOIRL
                      4      10BASE-2
                      5      10BASE-T duplex mode unknown
                      6      10BASE-FP
                      7      10BASE-FB
                      8      10BASE-FL duplex mode unknown
                      9      10BROAD36
                     10      10BASE-T  half duplex mode
                     11      10BASE-T  full duplex mode
                     12      10BASE-FL half duplex mode
                     13      10BASE-FL full duplex mode
                     14      100BASE-T4
                     15      100BASE-TX half duplex mode
                     16      100BASE-TX full duplex mode
                     17      100BASE-FX half duplex mode
                     18      100BASE-FX full duplex mode
                     19      100BASE-T2 half duplex mode
                     20      100BASE-T2 full duplex mode

                    If auto-negotiation is present on this MAU, this
                    object will map to ifMauAutoNegCapability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 10 }

.1.3.6.1.2.1.26.2.1.1.11
ifMauDefaultType OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the default
                    administrative baseband MAU type to be used in
                    conjunction with the operational MAU type
                    denoted by ifMauType.

                    The set of possible values for this object is
                    the same as the set defined for the ifMauType
                    object.

                    This object represents the
                    administratively-configured type of the MAU.  If
                    auto-negotiation is not enabled or is not
                    implemented for this MAU, the value of this
                    object determines the operational type of the
                    MAU.  In this case, a set to this object will
                    force the MAU into the specified operating mode.

                    If auto-negotiation is implemented and enabled
                    for this MAU, the operational type of the MAU
                    is determined by auto-negotiation, and the value
                    of this object denotes the type to which the MAU
                    will automatically revert if/when
                    auto-negotiation is later disabled.

                    NOTE TO IMPLEMENTORS:  It may be necessary to
                    provide for underlying hardware implementations
                    which do not follow the exact behavior specified
                    above.  In particular, when
                    ifMauAutoNegAdminStatus transitions from enabled
                    to disabled, the agent implementation MUST
                    ensure that the operational type of the MAU (as
                    reported by ifMauType) correctly transitions to
                    the value specified by this object, rather than
                    continuing to operate at the value earlier
                    determined by the auto-negotiation function."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 11 }

.1.3.6.1.2.1.26.2.1.1.12
ifMauAutoNegSupported OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether or not
                    auto-negotiation is supported on this MAU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 12 }

.1.3.6.1.2.1.26.2.1.1.13
ifMauTypeListBits OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION IANAifMauTypeListBits
  SYNTAX	BITS {bOther(0), bAUI(1), b10base5(2), bFoirl(3), b10base2(4), b10baseT(5), b10baseFP(6), b10baseFB(7), b10baseFL(8), b10broad36(9), b10baseTHD(10), b10baseTFD(11), b10baseFLHD(12), b10baseFLFD(13), b100baseT4(14), b100baseTXHD(15), b100baseTXFD(16), b100baseFXHD(17), b100baseFXFD(18), b100baseT2HD(19), b100baseT2FD(20), b1000baseXHD(21), b1000baseXFD(22), b1000baseLXHD(23), b1000baseLXFD(24), b1000baseSXHD(25), b1000baseSXFD(26), b1000baseCXHD(27), b1000baseCXFD(28), b1000baseTHD(29), b1000baseTFD(30), b10GbaseX(31), b10GbaseLX4(32), b10GbaseR(33), b10GbaseER(34), b10GbaseLR(35), b10GbaseSR(36), b10GbaseW(37), b10GbaseEW(38), b10GbaseLW(39), b10GbaseSW(40), b10GbaseCX4(41), b2BaseTL(42), b10PassTS(43), b100BaseBX10D(44), b100BaseBX10U(45), b100BaseLX10(46), b1000BaseBX10D(47), b1000BaseBX10U(48), b1000BaseLX10(49), b1000BasePX10D(50), b1000BasePX10U(51), b1000BasePX20D(52), b1000BasePX20U(53), b10GbaseT(54), b10GbaseLRM(55), b1000baseKX(56), b10GbaseKX4(57), b10GbaseKR(58), b10G1GbasePRXD1(59), b10G1GbasePRXD2(60), b10G1GbasePRXD3(61), b10G1GbasePRXU1(62), b10G1GbasePRXU2(63), b10G1GbasePRXU3(64), b10GbasePRD1(65), b10GbasePRD2(66), b10GbasePRD3(67), b10GbasePRU1(68), b10GbasePRU3(69), b40GbaseKR4(70), b40GbaseCR4(71), b40GbaseSR4(72), b40GbaseFR(73), b40GbaseLR4(74), b100GbaseCR10(75), b100GbaseSR10(76), b100GbaseLR4(77), b100GbaseER4(78), b1000baseT1(79), b1000basePX30D(80), b1000basePX30U(81), b1000basePX40D(82), b1000basePX40U(83), b10G1GbasePRXD4(84), b10G1GbasePRXU4(85), b10GbasePRD4(86), b10GbasePRU4(87), b25GbaseCR(88), b25GbaseCRS(89), b25GbaseKR(90), b25GbaseKRS(91), b25GbaseR(92), b25GbaseSR(93), b25GbaseT(94), b40GbaseER4(95), b40GbaseR(96), b40GbaseT(97), b100GbaseCR4(98), b100GbaseKR4(99), b100GbaseKP4(100), b100GbaseR(101), b100GbaseSR4(102), b2p5GbaseT(103), b5GbaseT(104)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value that uniquely identifies the set of
                    possible IEEE 802.3 types that the MAU could be.
                    If auto-negotiation is present on this MAU, this
                    object will map to ifMauAutoNegCapabilityBits.

                    Note that this MAU may be capable of operating
                    as a MAU type that is beyond the scope of this
                    MIB.  This is indicated by returning the
                    bit value bOther in addition to any bit values
                    for standard capabilities that are listed in the
                    IANAifMauTypeListBits TC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 13 }

.1.3.6.1.2.1.26.2.1.1.14
ifMauHCFalseCarriers OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of false carrier events
                    during IDLE in 100BASE-X and 1000BASE-X links.

                    For all other MAU types, this counter will
                    always indicate zero.  This counter does not
                    increment at the symbol rate.

                    This counter is a 64-bit version of
                    ifMauFalseCarriers.  Since the 32-bit version of
                    this counter can roll over very quickly,
                    management stations are advised to poll the
                    64-bit version instead, in order to avoid loss
                    of information.

                    Discontinuities in the value of this counter can
                    occur at re-initialization of the management
                    system and at other times, as indicated by the
                    value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifMauTable(1) ifMauEntry(1) 14 }

.1.3.6.1.2.1.26.2.2
ifJackTable OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about the external jacks attached
                    to MAUs attached to an interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) 2 }

.1.3.6.1.2.1.26.2.2.1
ifJackEntry OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifMauIfIndex, ifMauIndex, ifJackIndex }
  DESCRIPTION	"An entry in the table, containing information
                    about a particular jack."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifJackTable(2) 1 }

.1.3.6.1.2.1.26.2.2.1.1
ifJackIndex OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the jack
                    described by this entry from among other jacks
                    attached to the same MAU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifJackTable(2) ifJackEntry(1) 1 }

.1.3.6.1.2.1.26.2.2.1.2
ifJackType OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION IANAifJackType
  SYNTAX	INTEGER {other(1), rj45(2), rj45S(3), db9(4), bnc(5), fAUI(6), mAUI(7), fiberSC(8), fiberMIC(9), fiberST(10), telco(11), mtrj(12), hssdc(13), fiberLC(14), cx4(15)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The jack connector type, as it appears on the
                    outside of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauBasicGroup(2) ifJackTable(2) ifJackEntry(1) 2 }

.1.3.6.1.2.1.26.3
dot3BroadMauBasicGroup OBJECT-TYPE
  -- FROM	MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) 3 }

.1.3.6.1.2.1.26.3.1
broadMauBasicTable OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This entire table has been deprecated.  There
                    have been no reported implementations of this
                    table, and it is unlikely that there ever will
                    be.  IEEE recommends that broadband MAU types
                    should not be used for new installations.

                    Table of descriptive and status information
                    about the broadband MAUs connected to
                    interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3BroadMauBasicGroup(3) 1 }

.1.3.6.1.2.1.26.3.1.1
broadMauBasicEntry OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ broadMauIfIndex, broadMauIndex }
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    An entry in the table, containing information
                    about a single broadband MAU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3BroadMauBasicGroup(3) broadMauBasicTable(1) 1 }

.1.3.6.1.2.1.26.3.1.1.1
broadMauIfIndex OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This variable uniquely identifies the interface
                    to which the MAU described by this entry is
                    connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3BroadMauBasicGroup(3) broadMauBasicTable(1) broadMauBasicEntry(1) 1 }

.1.3.6.1.2.1.26.3.1.1.2
broadMauIndex OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This variable uniquely identifies the MAU
                    connected to interface broadMauIfIndex that is
                    described by this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3BroadMauBasicGroup(3) broadMauBasicTable(1) broadMauBasicEntry(1) 2 }

.1.3.6.1.2.1.26.3.1.1.3
broadMauXmtRcvSplitType OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {other(1), single(2), dual(3)} 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This object indicates the type of frequency
                    multiplexing/cabling system used to separate the
                    transmit and receive paths for the 10BROAD36
                    MAU.

                    The value other(1) is returned if the split type
                    is not either single or dual.

                    The value single(2) indicates a single cable
                    system.  The value dual(3) indicates a dual
                    cable system, offset normally zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3BroadMauBasicGroup(3) broadMauBasicTable(1) broadMauBasicEntry(1) 3 }

.1.3.6.1.2.1.26.3.1.1.4
broadMauXmtCarrierFreq OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This variable indicates the transmit carrier
                    frequency of the 10BROAD36 MAU in MHz/4; that
                    is, in units of 250 kHz."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3BroadMauBasicGroup(3) broadMauBasicTable(1) broadMauBasicEntry(1) 4 }

.1.3.6.1.2.1.26.3.1.1.5
broadMauTranslationFreq OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This variable indicates the translation offset
                    frequency of the 10BROAD36 MAU in MHz/4; that
                    is, in units of 250 kHz."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3BroadMauBasicGroup(3) broadMauBasicTable(1) broadMauBasicEntry(1) 5 }

.1.3.6.1.2.1.26.4
dot3MauType OBJECT-TYPE
  -- FROM	IANA-MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) 4 }

.1.3.6.1.2.1.26.4.1
dot3MauTypeAUI OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"no internal MAU, view from AUI"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 1 }

.1.3.6.1.2.1.26.4.2
dot3MauType10Base5 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"thick coax MAU"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 2 }

.1.3.6.1.2.1.26.4.3
dot3MauTypeFoirl OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"FOIRL MAU"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 3 }

.1.3.6.1.2.1.26.4.4
dot3MauType10Base2 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"thin coax MAU"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 4 }

.1.3.6.1.2.1.26.4.5
dot3MauType10BaseT OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"UTP MAU.
                    Note that it is strongly recommended that
                    agents return either dot3MauType10BaseTHD or
                    dot3MauType10BaseTFD if the duplex mode is
                    known.  However, management applications should
                    be prepared to receive this MAU type value from
                    older agent implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 5 }

.1.3.6.1.2.1.26.4.6
dot3MauType10BaseFP OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"passive fiber MAU"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 6 }

.1.3.6.1.2.1.26.4.7
dot3MauType10BaseFB OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"sync fiber MAU"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 7 }

.1.3.6.1.2.1.26.4.8
dot3MauType10BaseFL OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"async fiber MAU.
                    Note that it is strongly recommended that
                    agents return either dot3MauType10BaseFLHD or
                    dot3MauType10BaseFLFD if the duplex mode is
                    known.  However, management applications should
                    be prepared to receive this MAU type value from
                    older agent implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 8 }

.1.3.6.1.2.1.26.4.9
dot3MauType10Broad36 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"broadband DTE MAU.
                    Note that 10BROAD36 MAUs can be attached to
                    interfaces but not to repeaters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 9 }

.1.3.6.1.2.1.26.4.10
dot3MauType10BaseTHD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"UTP MAU, half duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 10 }

.1.3.6.1.2.1.26.4.11
dot3MauType10BaseTFD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"UTP MAU, full duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 11 }

.1.3.6.1.2.1.26.4.12
dot3MauType10BaseFLHD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"async fiber MAU, half duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 12 }

.1.3.6.1.2.1.26.4.13
dot3MauType10BaseFLFD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"async fiber MAU, full duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 13 }

.1.3.6.1.2.1.26.4.14
dot3MauType100BaseT4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"4 pair category 3 UTP"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 14 }

.1.3.6.1.2.1.26.4.15
dot3MauType100BaseTXHD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"2 pair category 5 UTP, half duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 15 }

.1.3.6.1.2.1.26.4.16
dot3MauType100BaseTXFD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"2 pair category 5 UTP, full duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 16 }

.1.3.6.1.2.1.26.4.17
dot3MauType100BaseFXHD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"X fiber over PMT, half duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 17 }

.1.3.6.1.2.1.26.4.18
dot3MauType100BaseFXFD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"X fiber over PMT, full duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 18 }

.1.3.6.1.2.1.26.4.19
dot3MauType100BaseT2HD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"2 pair category 3 UTP, half duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 19 }

.1.3.6.1.2.1.26.4.20
dot3MauType100BaseT2FD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"2 pair category 3 UTP, full duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 20 }

.1.3.6.1.2.1.26.4.21
dot3MauType1000BaseXHD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"PCS/PMA, unknown PMD, half duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 21 }

.1.3.6.1.2.1.26.4.22
dot3MauType1000BaseXFD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"PCS/PMA, unknown PMD, full duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 22 }

.1.3.6.1.2.1.26.4.23
dot3MauType1000BaseLXHD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Fiber over long-wavelength laser, half duplex
                    mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 23 }

.1.3.6.1.2.1.26.4.24
dot3MauType1000BaseLXFD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Fiber over long-wavelength laser, full duplex
                    mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 24 }

.1.3.6.1.2.1.26.4.25
dot3MauType1000BaseSXHD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Fiber over short-wavelength laser, half
                    duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 25 }

.1.3.6.1.2.1.26.4.26
dot3MauType1000BaseSXFD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Fiber over short-wavelength laser, full
                    duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 26 }

.1.3.6.1.2.1.26.4.27
dot3MauType1000BaseCXHD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Copper over 150-Ohm balanced cable, half
                    duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 27 }

.1.3.6.1.2.1.26.4.28
dot3MauType1000BaseCXFD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Copper over 150-Ohm balanced cable, full
                    duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 28 }

.1.3.6.1.2.1.26.4.29
dot3MauType1000BaseTHD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Four-pair Category 5 UTP, half duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 29 }

.1.3.6.1.2.1.26.4.30
dot3MauType1000BaseTFD OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Four-pair Category 5 UTP, full duplex mode"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 30 }

.1.3.6.1.2.1.26.4.31
dot3MauType10GigBaseX OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"X PCS/PMA, unknown PMD."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 31 }

.1.3.6.1.2.1.26.4.32
dot3MauType10GigBaseLX4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"X fiber over WWDM optics"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 32 }

.1.3.6.1.2.1.26.4.33
dot3MauType10GigBaseR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"R PCS/PMA, unknown PMD."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 33 }

.1.3.6.1.2.1.26.4.34
dot3MauType10GigBaseER OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"R fiber over 1550 nm optics"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 34 }

.1.3.6.1.2.1.26.4.35
dot3MauType10GigBaseLR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"R fiber over 1310 nm optics"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 35 }

.1.3.6.1.2.1.26.4.36
dot3MauType10GigBaseSR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"R fiber over 850 nm optics"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 36 }

.1.3.6.1.2.1.26.4.37
dot3MauType10GigBaseW OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"W PCS/PMA, unknown PMD."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 37 }

.1.3.6.1.2.1.26.4.38
dot3MauType10GigBaseEW OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"W fiber over 1550 nm optics"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 38 }

.1.3.6.1.2.1.26.4.39
dot3MauType10GigBaseLW OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"W fiber over 1310 nm optics"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 39 }

.1.3.6.1.2.1.26.4.40
dot3MauType10GigBaseSW OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"W fiber over 850 nm optics"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 40 }

.1.3.6.1.2.1.26.4.41
dot3MauType10GigBaseCX4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"X copper over 8 pair 100-Ohm balanced cable"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 41 }

.1.3.6.1.2.1.26.4.42
dot3MauType2BaseTL OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Voice grade UTP copper, up to 2700m, optional PAF"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 42 }

.1.3.6.1.2.1.26.4.43
dot3MauType10PassTS OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Voice grade UTP copper, up to 750m, optional PAF"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 43 }

.1.3.6.1.2.1.26.4.44
dot3MauType100BaseBX10D OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber OLT, long wavelength, 10km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 44 }

.1.3.6.1.2.1.26.4.45
dot3MauType100BaseBX10U OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber ONU, long wavelength, 10km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 45 }

.1.3.6.1.2.1.26.4.46
dot3MauType100BaseLX10 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Two single-mode fibers, long wavelength, 10km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 46 }

.1.3.6.1.2.1.26.4.47
dot3MauType1000BaseBX10D OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber OLT, long wavelength, 10km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 47 }

.1.3.6.1.2.1.26.4.48
dot3MauType1000BaseBX10U OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber ONU, long wavelength, 10km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 48 }

.1.3.6.1.2.1.26.4.49
dot3MauType1000BaseLX10 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Two sigle-mode fiber, long wavelength, 10km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 49 }

.1.3.6.1.2.1.26.4.50
dot3MauType1000BasePX10D OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber EPON OLT, 10km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 50 }

.1.3.6.1.2.1.26.4.51
dot3MauType1000BasePX10U OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber EPON ONU, 10km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 51 }

.1.3.6.1.2.1.26.4.52
dot3MauType1000BasePX20D OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber EPON OLT, 20km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 52 }

.1.3.6.1.2.1.26.4.53
dot3MauType1000BasePX20U OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber EPON ONU, 20km"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 53 }

.1.3.6.1.2.1.26.4.54
dot3MauType10GbaseT OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Four-pair Category 6A or better, full duplex mode only"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 54 }

.1.3.6.1.2.1.26.4.55
dot3MauType10GbaseLRM OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"R multimode fiber over 1310 nm optics"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 55 }

.1.3.6.1.2.1.26.4.56
dot3MauType1000baseKX OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"X backplane, full duplex mode only"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 56 }

.1.3.6.1.2.1.26.4.57
dot3MauType10GbaseKX4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"4 lane X backplane, full duplex mode only"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 57 }

.1.3.6.1.2.1.26.4.58
dot3MauType10GbaseKR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"R backplane, full duplex mode only"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 58 }

.1.3.6.1.2.1.26.4.59
dot3MauType10G1GbasePRXD1 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber asymmetric-rate EPON OLT, supporting low
                     power budget (PRX10)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 59 }

.1.3.6.1.2.1.26.4.60
dot3MauType10G1GbasePRXD2 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber asymmetric-rate EPON OLT, supporting
                    medium power budget (PRX20)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 60 }

.1.3.6.1.2.1.26.4.61
dot3MauType10G1GbasePRXD3 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber asymmetric-rate EPON OLT, supporting high
                    power budget (PRX30)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 61 }

.1.3.6.1.2.1.26.4.62
dot3MauType10G1GbasePRXU1 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber asymmetric-rate EPON ONU, supporting low
                    power budget (PRX10)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 62 }

.1.3.6.1.2.1.26.4.63
dot3MauType10G1GbasePRXU2 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber asymmetric-rate EPON ONU, supporting
                    medium power budget (PRX20)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 63 }

.1.3.6.1.2.1.26.4.64
dot3MauType10G1GbasePRXU3 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber asymmetric-rate EPON ONU, supporting high
                    power budget (PRX30)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 64 }

.1.3.6.1.2.1.26.4.65
dot3MauType10GbasePRD1 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber symmetric-rate EPON OLT, supporting low
                    power budget (PR10)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 65 }

.1.3.6.1.2.1.26.4.66
dot3MauType10GbasePRD2 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber symmetric-rate EPON OLT, supporting
                    medium power budget (PR20)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 66 }

.1.3.6.1.2.1.26.4.67
dot3MauType10GbasePRD3 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber symmetric-rate EPON OLT, supporting high
                    power budget (PR30)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 67 }

.1.3.6.1.2.1.26.4.68
dot3MauType10GbasePRU1 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber symmetric-rate EPON ONU, supporting
                    low and medium power budget (PR10 and PR20)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 68 }

.1.3.6.1.2.1.26.4.69
dot3MauType10GbasePRU3 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber symmetric-rate EPON ONU, supporting high
                    power budget (PR30)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 69 }

.1.3.6.1.2.1.26.4.70
dot3MauType40GbaseKR4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"40GBASE-R PCS/PMA over an electrical
                     backplane"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 70 }

.1.3.6.1.2.1.26.4.71
dot3MauType40GbaseCR4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"40GBASE-R PCS/PMA over 4 lane shielded
                     copper balanced cable"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 71 }

.1.3.6.1.2.1.26.4.72
dot3MauType40GbaseSR4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"40GBASE-R PCS/PMA over 4 lane multimode
                     fiber"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 72 }

.1.3.6.1.2.1.26.4.73
dot3MauType40GbaseFR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"40GBASE-R PCS/PMA over single mode
                     fiber"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 73 }

.1.3.6.1.2.1.26.4.74
dot3MauType40GbaseLR4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"40GBASE-R PCS/PMA over 4 WDM lane
                     single mode fiber"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 74 }

.1.3.6.1.2.1.26.4.75
dot3MauType100GbaseCR10 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"100GBASE-R PCS/PMA over 10 lane
                     shielded copper balanced cable"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 75 }

.1.3.6.1.2.1.26.4.76
dot3MauType100GbaseSR10 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"100GBASE-R PCS/PMA over 10 lane
                     multimode fiber"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 76 }

.1.3.6.1.2.1.26.4.77
dot3MauType100GbaseLR4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"100GBASE-R PCS/PMA over 4 WDM lane
                     single mode fiber, long reach"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 77 }

.1.3.6.1.2.1.26.4.78
dot3MauType100GbaseER4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"100GBASE-R PCS/PMA over 4 WDM lane
                     single mode fiber PMD, extended reach"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 78 }

.1.3.6.1.2.1.26.4.79
dot3MauType1000baseT1 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"1000BASE-T1 single balanced twisted-pair copper cabling PHY"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 79 }

.1.3.6.1.2.1.26.4.80
dot3MauType1000basePX30D OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber EPON OLT, 20km, 1:32 split ratio"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 80 }

.1.3.6.1.2.1.26.4.81
dot3MauType1000basePX30U OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber EPON ONU, 20km, 1:32 split ratio"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 81 }

.1.3.6.1.2.1.26.4.82
dot3MauType1000basePX40D OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber EPON OLT, 20km, 1:64 split ratio"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 82 }

.1.3.6.1.2.1.26.4.83
dot3MauType1000basePX40U OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber EPON ONU, 20km, 1:64 split ratio"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 83 }

.1.3.6.1.2.1.26.4.84
dot3MauType10G1GbasePRXD4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber asymmetric-rate EPON OLT, supporting
                     extended power budget (PRX40)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 84 }

.1.3.6.1.2.1.26.4.85
dot3MauType10G1GbasePRXU4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber asymmetric-rate EPON ONU, supporting
                     extended power budget (PRX40)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 85 }

.1.3.6.1.2.1.26.4.86
dot3MauType10GbasePRD4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber symmetric-rate EPON OLT, supporting
                     extended power budget (PR40)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 86 }

.1.3.6.1.2.1.26.4.87
dot3MauType10GbasePRU4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"One single-mode fiber symmetric-rate EPON ONU, supporting
                     extended power budget (PR40)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 87 }

.1.3.6.1.2.1.26.4.88
dot3MauType25GbaseCR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"25GBASE-R PCS/PMA over shielded balanced copper cable"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 88 }

.1.3.6.1.2.1.26.4.89
dot3MauType25GbaseCRS OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"25GBASE-R PCS/PMA over shielded balanced copper cable
                      without RS-FEC"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 89 }

.1.3.6.1.2.1.26.4.90
dot3MauType25GbaseKR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"25GBASE-R PCS/PMA over an electrical backplane"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 90 }

.1.3.6.1.2.1.26.4.91
dot3MauType25GbaseKRS OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"25GBASE-R PCS/PMA over an electrical backplane without RS-FEC"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 91 }

.1.3.6.1.2.1.26.4.92
dot3MauType25GbaseR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"25GBASE-R PCS/PMA over undefined PMD"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 92 }

.1.3.6.1.2.1.26.4.93
dot3MauType25GbaseSR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"25GBASE-R PCS/PMA over multimode fiber"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 93 }

.1.3.6.1.2.1.26.4.94
dot3MauType25GbaseT OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Four-pair twisted-pair balanced copper cabling"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 94 }

.1.3.6.1.2.1.26.4.95
dot3MauType40GbaseER4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"40GBASE-R PCS/PMA over 4 WDM lane single mode fiber"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 95 }

.1.3.6.1.2.1.26.4.96
dot3MauType40GbaseR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"40GBASE-R PCS as over undefined PMA/PMD"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 96 }

.1.3.6.1.2.1.26.4.97
dot3MauType40GbaseT OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"Four-pair twisted-pair balanced copper cabling"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 97 }

.1.3.6.1.2.1.26.4.98
dot3MauType100GbaseCR4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	" 100GBASE-R PCS/PMA over 4 lane shielded copper balanced cable"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 98 }

.1.3.6.1.2.1.26.4.99
dot3MauType100GbaseKR4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"100GBASE-R PCS/PMA over an electrical backplane"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 99 }

.1.3.6.1.2.1.26.4.100
dot3MauType100GbaseKP4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"100GBASE-P PCS/PMA over an electrical backplane PMD"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 100 }

.1.3.6.1.2.1.26.4.101
dot3MauType100GbaseR OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"100GBASE-R Multi-lane PCS over undefined PMA/PMD"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 101 }

.1.3.6.1.2.1.26.4.102
dot3MauType100GbaseSR4 OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"100GBASE-R PCS/PMA over 4 lane multimode fiber"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 102 }

.1.3.6.1.2.1.26.4.103
dot3MauType2p5GigT OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"2.5GBASE-T Four-pair twisted-pair balanced copper cabling PHY"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 103 }

.1.3.6.1.2.1.26.4.104
dot3MauType5GigT OBJECT-GROUP
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"5GBASE-T Four-pair twisted-pair balanced copper cabling PHY"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3MauType(4) 104 }

.1.3.6.1.2.1.26.5
dot3IfMauAutoNegGroup OBJECT-TYPE
  -- FROM	MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) 5 }

.1.3.6.1.2.1.26.5.1
ifMauAutoNegTable OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Configuration and status objects for the
                    auto-negotiation function of MAUs attached to
                    interfaces.

                    The ifMauAutoNegTable applies to systems in
                    which auto-negotiation is supported on one or
                    more MAUs attached to interfaces.  Note that if
                    auto-negotiation is present and enabled, the
                    ifMauType object reflects the result of the
                    auto-negotiation function."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) 1 }

.1.3.6.1.2.1.26.5.1.1
ifMauAutoNegEntry OBJECT-TYPE
  -- FROM	MAU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifMauIfIndex, ifMauIndex }
  DESCRIPTION	"An entry in the table, containing configuration
                    and status information for the auto-negotiation
                    function of a particular MAU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) 1 }

.1.3.6.1.2.1.26.5.1.1.1
ifMauAutoNegAdminStatus OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Setting this object to enabled(1) will cause
                    the interface that has the auto-negotiation
                    signaling ability to be enabled.

                    If the value of this object is disabled(2) then
                    the interface will act as it would if it had no
                    auto-negotiation signaling.  Under these
                    conditions, an IEEE 802.3 MAU will immediately
                    be forced to the state indicated by the value of
                    the object ifMauDefaultType.

                    NOTE TO IMPLEMENTORS:  When
                    ifMauAutoNegAdminStatus transitions from enabled
                    to disabled, the agent implementation MUST
                    ensure that the operational type of the MAU (as
                    reported by ifMauType) correctly transitions to
                    the value specified by the ifMauDefaultType
                    object, rather than continuing to operate at the
                    value earlier determined by the auto-negotiation
                    function."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 1 }

.1.3.6.1.2.1.26.5.1.1.2
ifMauAutoNegRemoteSignaling OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {detected(1), notdetected(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value indicating whether the remote end of
                    the link is using auto-negotiation signaling.  It
                    takes the value detected(1) if and only if,
                    during the previous link negotiation, FLP Bursts
                    were received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 2 }

.1.3.6.1.2.1.26.5.1.1.4
ifMauAutoNegConfig OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {other(1), configuring(2), complete(3), disabled(4), parallelDetectFail(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value indicating the current status of the
                    auto-negotiation process.  The enumeration
                    parallelDetectFail(5) maps to a failure in
                    parallel detection as defined in 28.2.3.1 of
                    [IEEE802.3]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 4 }

.1.3.6.1.2.1.26.5.1.1.5
ifMauAutoNegCapability OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This object has been deprecated in favour of
                    ifMauAutoNegCapabilityBits.

                    A value that uniquely identifies the set of
                    capabilities of the local auto-negotiation
                    entity.  The value is a sum that initially
                    takes the value zero.  Then, for each capability
                    of this interface, 2 raised to the power noted
                    below is added to the sum.  For example, an
                    interface that has the capability to support
                    only 100Base-TX half duplex would have a value
                    of 32768 (2**15).  In contrast, an interface
                    that supports both 100Base-TX half duplex and
                    100Base-TX full duplex would have a value of
                    98304 ((2**15) + (2**16)).

                    The powers of 2 assigned to the capabilities are
                    these:

                    Power   Capability
                      0       other or unknown
                     (1-9)    (reserved)
                     10       10BASE-T  half duplex mode
                     11       10BASE-T  full duplex mode
                     12       (reserved)
                     13       (reserved)
                     14       100BASE-T4
                     15       100BASE-TX half duplex mode
                     16       100BASE-TX full duplex mode
                     17       (reserved)
                     18       (reserved)
                     19      100BASE-T2 half duplex mode
                     20      100BASE-T2 full duplex mode

                    Note that interfaces that support this MIB may
                    have capabilities that extend beyond the scope
                    of this MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 5 }

.1.3.6.1.2.1.26.5.1.1.6
ifMauAutoNegCapAdvertised OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This object has been deprecated in favour of
                    ifMauAutoNegCapAdvertisedBits.

                    A value that uniquely identifies the set of
                    capabilities advertised by the local
                    auto-negotiation entity. Refer to
                    ifMauAutoNegCapability for a description of the
                    possible values of this object.

                    Capabilities in this object that are not
                    available in ifMauAutoNegCapability cannot be
                    enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 6 }

.1.3.6.1.2.1.26.5.1.1.7
ifMauAutoNegCapReceived OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"********* THIS OBJECT IS DEPRECATED **********

                    This object has been deprecated in favour of
                    ifMauAutoNegCapReceivedBits.

                    A value that uniquely identifies the set of
                    capabilities received from the remote
                    auto-negotiation entity. Refer to
                    ifMauAutoNegCapability for a description of the
                    possible values of this object.

                    Note that interfaces that support this MIB may
                    be attached to remote auto-negotiation entities
                    that have capabilities beyond the scope of this
                    MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 7 }

.1.3.6.1.2.1.26.5.1.1.8
ifMauAutoNegRestart OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {restart(1), norestart(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value of this object is set to
                    restart(1) then this will force auto-negotiation
                    to begin link renegotiation.  If auto-negotiation
                    signaling is disabled, a write to this object
                    has no effect.
                    Setting the value of this object to norestart(2)
                    has no effect."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 8 }

.1.3.6.1.2.1.26.5.1.1.9
ifMauAutoNegCapabilityBits OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION IANAifMauAutoNegCapBits
  SYNTAX	BITS {bOther(0), b10baseT(1), b10baseTFD(2), b100baseT4(3), b100baseTX(4), b100baseTXFD(5), b100baseT2(6), b100baseT2FD(7), bFdxPause(8), bFdxAPause(9), bFdxSPause(10), bFdxBPause(11), b1000baseX(12), b1000baseXFD(13), b1000baseT(14), b1000baseTFD(15)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value that uniquely identifies the set of
                    capabilities of the local auto-negotiation
                    entity.  Note that interfaces that support this
                    MIB may have capabilities that extend beyond the
                    scope of this MIB.

                    Note that the local auto-negotiation entity may
                    support some capabilities beyond the scope of
                    this MIB.  This is indicated by returning the
                    bit value bOther in addition to any bit values
                    for standard capabilities that are listed in the
                    IANAifMauAutoNegCapBits TC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 9 }

.1.3.6.1.2.1.26.5.1.1.10
ifMauAutoNegCapAdvertisedBits OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION IANAifMauAutoNegCapBits
  SYNTAX	BITS {bOther(0), b10baseT(1), b10baseTFD(2), b100baseT4(3), b100baseTX(4), b100baseTXFD(5), b100baseT2(6), b100baseT2FD(7), bFdxPause(8), bFdxAPause(9), bFdxSPause(10), bFdxBPause(11), b1000baseX(12), b1000baseXFD(13), b1000baseT(14), b1000baseTFD(15)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value that uniquely identifies the set of
                    capabilities advertised by the local
                    auto-negotiation entity.

                    Capabilities in this object that are not
                    available in ifMauAutoNegCapabilityBits cannot
                    be enabled.

                    Note that the local auto-negotiation entity may
                    advertise some capabilities beyond the scope of
                    this MIB.  This is indicated by returning the
                    bit value bOther in addition to any bit values
                    for standard capabilities that are listed in the
                    IANAifMauAutoNegCapBits TC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 10 }

.1.3.6.1.2.1.26.5.1.1.11
ifMauAutoNegCapReceivedBits OBJECT-TYPE
  -- FROM	MAU-MIB
  -- TEXTUAL CONVENTION IANAifMauAutoNegCapBits
  SYNTAX	BITS {bOther(0), b10baseT(1), b10baseTFD(2), b100baseT4(3), b100baseTX(4), b100baseTXFD(5), b100baseT2(6), b100baseT2FD(7), bFdxPause(8), bFdxAPause(9), bFdxSPause(10), bFdxBPause(11), b1000baseX(12), b1000baseXFD(13), b1000baseT(14), b1000baseTFD(15)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value that uniquely identifies the set of
                    capabilities received from the remote
                    auto-negotiation entity.
                    Note that interfaces that support this MIB may
                    be attached to remote auto-negotiation entities
                    that have capabilities beyond the scope of this
                    MIB.  This is indicated by returning the bit
                    value bOther in addition to any bit values for
                    standard capabilities that are listed in the
                    IANAifMauAutoNegCapBits TC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 11 }

.1.3.6.1.2.1.26.5.1.1.12
ifMauAutoNegRemoteFaultAdvertised OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {noError(1), offline(2), linkFailure(3), autoNegError(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value that identifies any local fault
                    indications that this MAU has detected and will
                    advertise at the next auto-negotiation
                    interaction for 1000Mbps MAUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 12 }

.1.3.6.1.2.1.26.5.1.1.13
ifMauAutoNegRemoteFaultReceived OBJECT-TYPE
  -- FROM	MAU-MIB
  SYNTAX	INTEGER {noError(1), offline(2), linkFailure(3), autoNegError(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value that identifies any fault indications
                    received from the far end of a link by the
                    local auto-negotiation entity for 1000Mbps
                    MAUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) dot3IfMauAutoNegGroup(5) ifMauAutoNegTable(1) ifMauAutoNegEntry(1) 13 }

.1.3.6.1.2.1.26.6
mauMod MODULE-IDENTITY
  -- FROM	MAU-MIB
  DESCRIPTION	"Management information for 802.3 MAUs.

                    The following reference is used throughout this MIB module:

                    [IEEE802.3] refers to:
                       IEEE Std 802.3, 2005 Edition: 'IEEE Standard for Information
                       technology - Telecommunications and information exchange
                       between systems - Local and metropolitan area networks -
                       Specific requirements - Part 3: Carrier sense multiple
                       access with collision detection (CSMA/CD) access method and
                       physical layer specifications'.

           Of particular interest is Clause 30, 'Management'.

        Copyright (C) The IETF Trust (2007).
        This version of this MIB module is part of RFC 4836;
        see the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) 6 }

.1.3.6.1.2.1.26.6.1
mauModConf OBJECT-TYPE
  -- FROM	MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) 1 }

.1.3.6.1.2.1.26.6.1.1
mauModCompls OBJECT-TYPE
  -- FROM	MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) 1 }

.1.3.6.1.2.1.26.6.1.1.1
mauModRpCompl MODULE-COMPLIANCE
  -- FROM	MAU-MIB
  DESCRIPTION	"******** THIS COMPLIANCE IS DEPRECATED ********
                    Compliance for MAUs attached to repeater
                    ports.

                    This compliance is deprecated and replaced by
                    mauModRpCompl2, which corrects an oversight by
                    allowing rpMauStatus to be implemented
                    read-only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModCompls(1) 1 }

.1.3.6.1.2.1.26.6.1.1.2
mauModIfCompl MODULE-COMPLIANCE
  -- FROM	MAU-MIB
  DESCRIPTION	"******** THIS COMPLIANCE IS DEPRECATED ********

                    Compliance for MAUs attached to interfaces.
                    This compliance is deprecated and replaced by
                    mauModIfCompl2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModCompls(1) 2 }

.1.3.6.1.2.1.26.6.1.1.3
mauModIfCompl2 MODULE-COMPLIANCE
  -- FROM	MAU-MIB
  DESCRIPTION	"******** THIS COMPLIANCE IS DEPRECATED ********

                    Compliance for MAUs attached to interfaces.

                    This compliance is deprecated and replaced by
                    mauModIfCompl3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModCompls(1) 3 }

.1.3.6.1.2.1.26.6.1.1.4
mauModRpCompl2 MODULE-COMPLIANCE
  -- FROM	MAU-MIB
  DESCRIPTION	"Compliance for MAUs attached to repeater
                    ports.

                    Note that compliance with this compliance
                    statement requires compliance with the
                    snmpRptrModCompl MODULE-COMPLIANCE statement of
                    the SNMP-REPEATER-MIB (RFC 2108)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModCompls(1) 4 }

.1.3.6.1.2.1.26.6.1.1.5
mauModIfCompl3 MODULE-COMPLIANCE
  -- FROM	MAU-MIB
  DESCRIPTION	"Compliance for MAUs attached to interfaces.

                    Note that compliance with this compliance
                    statement requires compliance with the
                    ifCompliance3 MODULE-COMPLIANCE statement of the
                    IF-MIB (RFC 2863) and the dot3Compliance2
                    MODULE-COMPLIANCE statement of the
                    EtherLike-MIB (RFC3635)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModCompls(1) 5 }

.1.3.6.1.2.1.26.6.1.2
mauModObjGrps OBJECT-TYPE
  -- FROM	MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) 2 }

.1.3.6.1.2.1.26.6.1.2.1
mauRpGrpBasic OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"Basic conformance group for MAUs attached to
                    repeater ports.  This group is also the
                    conformance specification for RFC 1515
                    implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 1 }

.1.3.6.1.2.1.26.6.1.2.2
mauRpGrp100Mbs OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"Conformance group for MAUs attached to
                    repeater ports with 100 Mb/s or greater
                    capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 2 }

.1.3.6.1.2.1.26.6.1.2.3
mauRpGrpJack OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"Conformance group for MAUs attached to
                    repeater ports with managed jacks."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 3 }

.1.3.6.1.2.1.26.6.1.2.4
mauIfGrpBasic OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"Basic conformance group for MAUs attached to
                    interfaces.  This group also provides a
                    conformance specification for RFC 1515
                    implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 4 }

.1.3.6.1.2.1.26.6.1.2.5
mauIfGrp100Mbs OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"********* THIS GROUP IS DEPRECATED **********

                    Conformance group for MAUs attached to
                    interfaces with 100 Mb/s capability.

                    This object group has been deprecated in favor
                    of mauIfGrpHighCapacity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 5 }

.1.3.6.1.2.1.26.6.1.2.6
mauIfGrpJack OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"Conformance group for MAUs attached to
                    interfaces with managed jacks."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 6 }

.1.3.6.1.2.1.26.6.1.2.7
mauIfGrpAutoNeg OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"********* THIS GROUP IS DEPRECATED **********

                    Conformance group for MAUs attached to
                    interfaces with managed auto-negotiation.

                    This object group has been deprecated in favor
                    of mauIfGrpAutoNeg2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 7 }

.1.3.6.1.2.1.26.6.1.2.8
mauBroadBasic OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"********* THIS GROUP IS DEPRECATED **********
                    Conformance group for broadband MAUs attached
                    to interfaces.

                    This object group is deprecated.  There have
                    been no reported implementations of this group,
                    and it was felt to be unlikely that there will
                    be any future implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 8 }

.1.3.6.1.2.1.26.6.1.2.9
mauIfGrpHighCapacity OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"Conformance group for MAUs attached to
                    interfaces with 100 Mb/s or greater capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 9 }

.1.3.6.1.2.1.26.6.1.2.10
mauIfGrpAutoNeg2 OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"Conformance group for MAUs attached to
                    interfaces with managed auto-negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 10 }

.1.3.6.1.2.1.26.6.1.2.11
mauIfGrpAutoNeg1000Mbps OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"Conformance group for 1000Mbps MAUs attached to
                    interfaces with managed auto-negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 11 }

.1.3.6.1.2.1.26.6.1.2.12
mauIfGrpHCStats OBJECT-GROUP
  -- FROM	MAU-MIB
  DESCRIPTION	"Conformance for high capacity statistics for
                    MAUs attached to interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModObjGrps(2) 12 }

.1.3.6.1.2.1.26.6.1.3
mauModNotGrps OBJECT-TYPE
  -- FROM	MAU-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) 3 }

.1.3.6.1.2.1.26.6.1.3.1
rpMauNotifications OBJECT-TYPE
  -- FROM	MAU-MIB
  DESCRIPTION	"Notifications for repeater MAUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModNotGrps(3) 1 }

.1.3.6.1.2.1.26.6.1.3.2
ifMauNotifications OBJECT-TYPE
  -- FROM	MAU-MIB
  DESCRIPTION	"Notifications for interface MAUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3MauMgt(26) mauMod(6) mauModConf(1) mauModNotGrps(3) 2 }

.1.3.6.1.2.1.27
application MODULE-IDENTITY
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"The MIB module describing network service applications"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 27 }

.1.3.6.1.2.1.27.1
applTable OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table holding objects which apply to all different
            kinds of applications providing network services.
            Each network service application capable of being
            monitored should have a single entry in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) 1 }

.1.3.6.1.2.1.27.1.1
applEntry OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ applIndex }
  DESCRIPTION	"An entry associated with a single network service
          application."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) 1 }

.1.3.6.1.2.1.27.1.1.1
applIndex OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index to uniquely identify the network service
          application. This attribute is the index used for
          lexicographic ordering of the table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 1 }

.1.3.6.1.2.1.27.1.1.2
applName OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name the network service application chooses to be
          known by."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 2 }

.1.3.6.1.2.1.27.1.1.3
applDirectoryName OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION DistinguishedName
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Distinguished Name of the directory entry where
          static information about this application is stored.
          An empty string indicates that no information about
          the application is available in the directory."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 3 }

.1.3.6.1.2.1.27.1.1.4
applVersion OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of network service application software.
          This field is usually defined by the vendor of the
          network service application software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 4 }

.1.3.6.1.2.1.27.1.1.5
applUptime OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time the network service
          application was last initialized.  If the application was
          last initialized prior to the last initialization of the
          network management subsystem, then this object contains
          a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 5 }

.1.3.6.1.2.1.27.1.1.6
applOperStatus OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	INTEGER {up(1), down(2), halted(3), congested(4), restarting(5), quiescing(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the operational status of the network service
          application. 'down' indicates that the network service is
          not available. 'up' indicates that the network service
          is operational and available.  'halted' indicates that the
          service is operational but not available.  'congested'
          indicates that the service is operational but no additional
          inbound associations can be accommodated.  'restarting'
          indicates that the service is currently unavailable but is
          in the process of restarting and will be available soon.
          'quiescing' indicates that service is currently operational
          but is in the process of shutting down. Additional inbound
          associations may be rejected by applications in the
          'quiescing' state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 6 }

.1.3.6.1.2.1.27.1.1.7
applLastChange OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time the network service
          application entered its current operational state.  If
          the current state was entered prior to the last
          initialization of the local network management subsystem,
          then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 7 }

.1.3.6.1.2.1.27.1.1.8
applInboundAssociations OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current associations to the network service
          application, where it is the responder.  An inbound
          association occurs when another application successfully
          connects to this one."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 8 }

.1.3.6.1.2.1.27.1.1.9
applOutboundAssociations OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current associations to the network service
          application, where it is the initiator.  An outbound
          association occurs when this application successfully
          connects to another one."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 9 }

.1.3.6.1.2.1.27.1.1.10
applAccumulatedInboundAssociations OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of associations to the application entity
          since application initialization, where it was the responder."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 10 }

.1.3.6.1.2.1.27.1.1.11
applAccumulatedOutboundAssociations OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of associations to the application entity
          since application initialization, where it was the initiator."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 11 }

.1.3.6.1.2.1.27.1.1.12
applLastInboundActivity OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this application last
          had an inbound association.  If the last association
          occurred prior to the last initialization of the network
          subsystem, then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 12 }

.1.3.6.1.2.1.27.1.1.13
applLastOutboundActivity OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this application last
          had an outbound association.  If the last association
          occurred prior to the last initialization of the network
          subsystem, then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 13 }

.1.3.6.1.2.1.27.1.1.14
applRejectedInboundAssociations OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound associations the application
          entity has rejected, since application initialization.
          Rejected associations are not counted in the accumulated
          association totals.  Note that this only counts
          associations the application entity has rejected itself;
          it does not count rejections that occur at lower layers
          of the network.  Thus, this counter may not reflect the
          true number of failed inbound associations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 14 }

.1.3.6.1.2.1.27.1.1.15
applFailedOutboundAssociations OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number associations where the application entity
          is initiator and association establishment has failed,
          since application initialization.  Failed associations are
          not counted in the accumulated association totals."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 15 }

.1.3.6.1.2.1.27.1.1.16
applDescription OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A text description of the application.  This information
          is intended to identify and briefly describe the
          application in a status display."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 16 }

.1.3.6.1.2.1.27.1.1.17
applURL OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION URLString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A URL pointing to a description of the application.
          This information is intended to identify and describe
          the application in a status display."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applTable(1) applEntry(1) 17 }

.1.3.6.1.2.1.27.2
assocTable OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table holding a set of all active application
            associations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) 2 }

.1.3.6.1.2.1.27.2.1
assocEntry OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ applIndex, assocIndex }
  DESCRIPTION	"An entry associated with an association for a network
          service application."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) assocTable(2) 1 }

.1.3.6.1.2.1.27.2.1.1
assocIndex OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index to uniquely identify each association for a network
          service application.  This attribute is the index that is
          used for lexicographic ordering of the table.  Note that the
          table is also indexed by the applIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) assocTable(2) assocEntry(1) 1 }

.1.3.6.1.2.1.27.2.1.2
assocRemoteApplication OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the system running remote network service
          application.  For an IP-based application this should be
          either a domain name or IP address.  For an OSI application
          it should be the string encoded distinguished name of the
          managed object.  For X.400(1984) MTAs which do not have a
          Distinguished Name, the RFC 2156 syntax 'mta in
          globalid' used in X400-Received: fields can be used. Note,
          however, that not all connections an MTA makes are
          necessarily to another MTA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) assocTable(2) assocEntry(1) 2 }

.1.3.6.1.2.1.27.2.1.3
assocApplicationProtocol OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An identification of the protocol being used for the
          application.  For an OSI Application, this will be the
          Application Context.  For Internet applications, OID
          values of the form {applTCPProtoID port} or {applUDPProtoID
          port} are used for TCP-based and UDP-based protocols,
          respectively. In either case 'port' corresponds to the
          primary port number being used by the protocol. The
          usual IANA procedures may be used to register ports for
          new protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) assocTable(2) assocEntry(1) 3 }

.1.3.6.1.2.1.27.2.1.4
assocApplicationType OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  SYNTAX	INTEGER {uainitiator(1), uaresponder(2), peerinitiator(3), peerresponder(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This indicates whether the remote application is some type of
          client making use of this network service (e.g., a Mail User
          Agent) or a server acting as a peer. Also indicated is whether
          the remote end initiated an incoming connection to the network
          service or responded to an outgoing connection made by the
          local application.  MTAs and messaging gateways are
          considered to be peers for the purposes of this variable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) assocTable(2) assocEntry(1) 4 }

.1.3.6.1.2.1.27.2.1.5
assocDuration OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this association was
          started.  If this association started prior to the last
          initialization of the network subsystem, then this
          object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) assocTable(2) assocEntry(1) 5 }

.1.3.6.1.2.1.27.3
applConformance OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) 3 }

.1.3.6.1.2.1.27.3.1
applGroups OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) 1 }

.1.3.6.1.2.1.27.3.1.2
assocRFC1565Group OBJECT-GROUP
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"A collection of objects providing basic monitoring of
          network service applications' associations.  This is the
          original set of such objects defined in RFC 1565."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applGroups(1) 2 }

.1.3.6.1.2.1.27.3.1.3
applRFC2248Group OBJECT-GROUP
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"A collection of objects providing basic monitoring of
          network service applications.  This group was originally
          defined in RFC 2248; note that applDirectoryName is
          missing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applGroups(1) 3 }

.1.3.6.1.2.1.27.3.1.4
assocRFC2248Group OBJECT-GROUP
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"A collection of objects providing basic monitoring of
          network service applications' associations.  This group
          was originally defined by RFC 2248."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applGroups(1) 4 }

.1.3.6.1.2.1.27.3.1.5
applRFC2788Group OBJECT-GROUP
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"A collection of objects providing basic monitoring of
          network service applications.  This is the appropriate
         group for RFC 2788 -- it adds the applDirectoryName object
          missing in RFC 2248."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applGroups(1) 5 }

.1.3.6.1.2.1.27.3.1.6
assocRFC2788Group OBJECT-GROUP
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"A collection of objects providing basic monitoring of
          network service applications' associations.  This is
          the appropriate group for RFC 2788."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applGroups(1) 6 }

.1.3.6.1.2.1.27.3.1.7
applRFC1565Group OBJECT-GROUP
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"A collection of objects providing basic monitoring of
          network service applications.  This is the original set
          of such objects defined in RFC 1565."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applGroups(1) 7 }

.1.3.6.1.2.1.27.3.2
applCompliances OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) 2 }

.1.3.6.1.2.1.27.3.2.1
applCompliance MODULE-COMPLIANCE
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"The compliance statement for RFC 1565 implementations
          which support the Network Services Monitoring MIB
          for basic monitoring of network service applications.
          This is the basic compliance statement for RFC 1565."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applCompliances(2) 1 }

.1.3.6.1.2.1.27.3.2.2
assocCompliance MODULE-COMPLIANCE
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"The compliance statement for RFC 1565 implementations
          which support the Network Services Monitoring MIB
          for basic monitoring of network service applications
          and their associations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applCompliances(2) 2 }

.1.3.6.1.2.1.27.3.2.3
applRFC2248Compliance MODULE-COMPLIANCE
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"The compliance statement for RFC 2248 implementations
          which support the Network Services Monitoring MIB
          for basic monitoring of network service applications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applCompliances(2) 3 }

.1.3.6.1.2.1.27.3.2.4
assocRFC2248Compliance MODULE-COMPLIANCE
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"The compliance statement for RFC 2248 implementations
          which support the Network Services Monitoring MIB for
          basic monitoring of network service applications and
          their associations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applCompliances(2) 4 }

.1.3.6.1.2.1.27.3.2.5
applRFC2788Compliance MODULE-COMPLIANCE
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"The compliance statement for RFC 2788 implementations
          which support the Network Services Monitoring MIB
          for basic monitoring of network service applications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applCompliances(2) 5 }

.1.3.6.1.2.1.27.3.2.6
assocRFC2788Compliance MODULE-COMPLIANCE
  -- FROM	NETWORK-SERVICES-MIB
  DESCRIPTION	"The compliance statement for RFC 2788 implementations
          which support the Network Services Monitoring MIB for
          basic monitoring of network service applications and
          their associations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) applConformance(3) applCompliances(2) 6 }

.1.3.6.1.2.1.27.4
applTCPProtoID OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) 4 }

.1.3.6.1.2.1.27.5
applUDPProtoID OBJECT-TYPE
  -- FROM	NETWORK-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) application(27) 5 }

.1.3.6.1.2.1.30
ianaifType MODULE-IDENTITY
  -- FROM	IANAifType-MIB
  DESCRIPTION	"This MIB module defines the IANAifType Textual
             Convention, and thus the enumerated values of
             the ifType object defined in MIB-II's ifTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 30 }

.1.3.6.1.2.1.31
ifMIB MODULE-IDENTITY
  -- FROM	IF-MIB
  DESCRIPTION	"The MIB module to describe generic objects for network
            interface sub-layers.  This MIB is an updated version of
            MIB-II's ifTable, and incorporates the extensions defined in
            RFC 1229."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 31 }

.1.3.6.1.2.1.31.1
ifMIBObjects OBJECT-TYPE
  -- FROM	IF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) 1 }

.1.3.6.1.2.1.31.1.1
ifXTable OBJECT-TYPE
  -- FROM	IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of interface entries.  The number of entries is
            given by the value of ifNumber.  This table contains
            additional objects for the interface table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) 1 }

.1.3.6.1.2.1.31.1.1.1
ifXEntry OBJECT-TYPE
  -- FROM	IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ ifEntry }
  DESCRIPTION	"An entry containing additional management information
            applicable to a particular interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) 1 }

.1.3.6.1.2.1.31.1.1.1.1
ifName OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The textual name of the interface.  The value of this
            object should be the name of the interface as assigned by
            the local device and should be suitable for use in commands
            entered at the device's `console'.  This might be a text
            name, such as `le0' or a simple port number, such as `1',
            depending on the interface naming syntax of the device.  If
            several entries in the ifTable together represent a single
            interface as named by the device, then each will have the
            same value of ifName.  Note that for an agent which responds
            to SNMP queries concerning an interface on some other
            (proxied) device, then the value of ifName for such an
            interface is the proxied device's local name for it.

            If there is no local name, or this object is otherwise not
            applicable, then this object contains a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 1 }

.1.3.6.1.2.1.31.1.1.1.2
ifInMulticastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets, delivered by this sub-layer to a
            higher (sub-)layer, which were addressed to a multicast
            address at this sub-layer.  For a MAC layer protocol, this
            includes both Group and Functional addresses.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 2 }

.1.3.6.1.2.1.31.1.1.1.3
ifInBroadcastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets, delivered by this sub-layer to a
            higher (sub-)layer, which were addressed to a broadcast
            address at this sub-layer.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 3 }

.1.3.6.1.2.1.31.1.1.1.4
ifOutMulticastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets that higher-level protocols
            requested be transmitted, and which were addressed to a
            multicast address at this sub-layer, including those that
            were discarded or not sent.  For a MAC layer protocol, this
            includes both Group and Functional addresses.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 4 }

.1.3.6.1.2.1.31.1.1.1.5
ifOutBroadcastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets that higher-level protocols
            requested be transmitted, and which were addressed to a
            broadcast address at this sub-layer, including those that
            were discarded or not sent.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 5 }

.1.3.6.1.2.1.31.1.1.1.6
ifHCInOctets OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received on the interface,
            including framing characters.  This object is a 64-bit
            version of ifInOctets.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 6 }

.1.3.6.1.2.1.31.1.1.1.7
ifHCInUcastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets, delivered by this sub-layer to a
            higher (sub-)layer, which were not addressed to a multicast
            or broadcast address at this sub-layer.  This object is a
            64-bit version of ifInUcastPkts.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 7 }

.1.3.6.1.2.1.31.1.1.1.8
ifHCInMulticastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets, delivered by this sub-layer to a
            higher (sub-)layer, which were addressed to a multicast
            address at this sub-layer.  For a MAC layer protocol, this
            includes both Group and Functional addresses.  This object
            is a 64-bit version of ifInMulticastPkts.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 8 }

.1.3.6.1.2.1.31.1.1.1.9
ifHCInBroadcastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets, delivered by this sub-layer to a
            higher (sub-)layer, which were addressed to a broadcast
            address at this sub-layer.  This object is a 64-bit version
            of ifInBroadcastPkts.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 9 }

.1.3.6.1.2.1.31.1.1.1.10
ifHCOutOctets OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets transmitted out of the
            interface, including framing characters.  This object is a
            64-bit version of ifOutOctets.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 10 }

.1.3.6.1.2.1.31.1.1.1.11
ifHCOutUcastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets that higher-level protocols
            requested be transmitted, and which were not addressed to a
            multicast or broadcast address at this sub-layer, including
            those that were discarded or not sent.  This object is a
            64-bit version of ifOutUcastPkts.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 11 }

.1.3.6.1.2.1.31.1.1.1.12
ifHCOutMulticastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets that higher-level protocols
            requested be transmitted, and which were addressed to a
            multicast address at this sub-layer, including those that
            were discarded or not sent.  For a MAC layer protocol, this
            includes both Group and Functional addresses.  This object
            is a 64-bit version of ifOutMulticastPkts.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 12 }

.1.3.6.1.2.1.31.1.1.1.13
ifHCOutBroadcastPkts OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets that higher-level protocols
            requested be transmitted, and which were addressed to a
            broadcast address at this sub-layer, including those that
            were discarded or not sent.  This object is a 64-bit version
            of ifOutBroadcastPkts.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, and at other
            times as indicated by the value of
            ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 13 }

.1.3.6.1.2.1.31.1.1.1.14
ifLinkUpDownTrapEnable OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether linkUp/linkDown traps should be generated
            for this interface.

            By default, this object should have the value enabled(1) for
            interfaces which do not operate on 'top' of any other
            interface (as defined in the ifStackTable), and disabled(2)
            otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 14 }

.1.3.6.1.2.1.31.1.1.1.15
ifHighSpeed OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An estimate of the interface's current bandwidth in units
            of 1,000,000 bits per second.  If this object reports a
            value of `n' then the speed of the interface is somewhere in
            the range of `n-500,000' to `n+499,999'.  For interfaces
            which do not vary in bandwidth or for those where no
            accurate estimation can be made, this object should contain
            the nominal bandwidth.  For a sub-layer which has no concept
            of bandwidth, this object should be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 15 }

.1.3.6.1.2.1.31.1.1.1.16
ifPromiscuousMode OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object has a value of false(2) if this interface only
            accepts packets/frames that are addressed to this station.
            This object has a value of true(1) when the station accepts
            all packets/frames transmitted on the media.  The value
            true(1) is only legal on certain types of media.  If legal,
            setting this object to a value of true(1) may require the
            interface to be reset before becoming effective.

            The value of ifPromiscuousMode does not affect the reception
            of broadcast and multicast packets/frames by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 16 }

.1.3.6.1.2.1.31.1.1.1.17
ifConnectorPresent OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object has the value 'true(1)' if the interface
            sublayer has a physical connector and the value 'false(2)'
            otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 17 }

.1.3.6.1.2.1.31.1.1.1.18
ifAlias OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is an 'alias' name for the interface as
            specified by a network manager, and provides a non-volatile
            'handle' for the interface.

            On the first instantiation of an interface, the value of
            ifAlias associated with that interface is the zero-length
            string.  As and when a value is written into an instance of
            ifAlias through a network management set operation, then the
            agent must retain the supplied value in the ifAlias instance
            associated with the same interface for as long as that
            interface remains instantiated, including across all re-
            initializations/reboots of the network management system,
            including those which result in a change of the interface's
            ifIndex value.

            An example of the value which a network manager might store
            in this object for a WAN interface is the (Telco's) circuit
            number/identifier of the interface.

            Some agents may support write-access only for interfaces
            having particular values of ifType.  An agent which supports
            write access to this object is required to keep the value in
            non-volatile storage, but it may limit the length of new
            values depending on how much storage is already occupied by
            the current values for other interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 18 }

.1.3.6.1.2.1.31.1.1.1.19
ifCounterDiscontinuityTime OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at which
            any one or more of this interface's counters suffered a
            discontinuity.  The relevant counters are the specific
            instances associated with this interface of any Counter32 or
            Counter64 object contained in the ifTable or ifXTable.  If
            no such discontinuities have occurred since the last re-
            initialization of the local management subsystem, then this
            object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) 19 }

.1.3.6.1.2.1.31.1.2
ifStackTable OBJECT-TYPE
  -- FROM	IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing information on the relationships
            between the multiple sub-layers of network interfaces.  In
            particular, it contains information on which sub-layers run
            'on top of' which other sub-layers, where each sub-layer
            corresponds to a conceptual row in the ifTable.  For
            example, when the sub-layer with ifIndex value x runs over
            the sub-layer with ifIndex value y, then this table
            contains:

              ifStackStatus.x.y=active

            For each ifIndex value, I, which identifies an active
            interface, there are always at least two instantiated rows
            in this table associated with I.  For one of these rows, I
            is the value of ifStackHigherLayer; for the other, I is the
            value of ifStackLowerLayer.  (If I is not involved in
            multiplexing, then these are the only two rows associated
            with I.)

            For example, two rows exist even for an interface which has
            no others stacked on top or below it:

              ifStackStatus.0.x=active
              ifStackStatus.x.0=active "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) 2 }

.1.3.6.1.2.1.31.1.2.1
ifStackEntry OBJECT-TYPE
  -- FROM	IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifStackHigherLayer, ifStackLowerLayer }
  DESCRIPTION	"Information on a particular relationship between two sub-
            layers, specifying that one sub-layer runs on 'top' of the
            other sub-layer.  Each sub-layer corresponds to a conceptual
            row in the ifTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifStackTable(2) 1 }

.1.3.6.1.2.1.31.1.2.1.1
ifStackHigherLayer OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of ifIndex corresponding to the higher sub-layer
            of the relationship, i.e., the sub-layer which runs on 'top'
            of the sub-layer identified by the corresponding instance of
            ifStackLowerLayer.  If there is no higher sub-layer (below
            the internetwork layer), then this object has the value 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifStackTable(2) ifStackEntry(1) 1 }

.1.3.6.1.2.1.31.1.2.1.2
ifStackLowerLayer OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of ifIndex corresponding to the lower sub-layer
            of the relationship, i.e., the sub-layer which runs 'below'
            the sub-layer identified by the corresponding instance of
            ifStackHigherLayer.  If there is no lower sub-layer, then
            this object has the value 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifStackTable(2) ifStackEntry(1) 2 }

.1.3.6.1.2.1.31.1.2.1.3
ifStackStatus OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the relationship between two sub-layers.

            Changing the value of this object from 'active' to
            'notInService' or 'destroy' will likely have consequences up
            and down the interface stack.  Thus, write access to this
            object is likely to be inappropriate for some types of
            interfaces, and many implementations will choose not to
            support write-access for any type of interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifStackTable(2) ifStackEntry(1) 3 }

.1.3.6.1.2.1.31.1.3
ifTestTable OBJECT-TYPE
  -- FROM	IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"This table contains one entry per interface.  It defines
            objects which allow a network manager to instruct an agent
            to test an interface for various faults.  Tests for an
            interface are defined in the media-specific MIB for that
            interface.  After invoking a test, the object ifTestResult
            can be read to determine the outcome.  If an agent can not
            perform the test, ifTestResult is set to so indicate.  The
            object ifTestCode can be used to provide further test-
            specific or interface-specific (or even enterprise-specific)
            information concerning the outcome of the test.  Only one
            test can be in progress on each interface at any one time.
            If one test is in progress when another test is invoked, the
            second test is rejected.  Some agents may reject a test when
            a prior test is active on another interface.

            Before starting a test, a manager-station must first obtain
            'ownership' of the entry in the ifTestTable for the
            interface to be tested.  This is accomplished with the
            ifTestId and ifTestStatus objects as follows:

          try_again:
              get (ifTestId, ifTestStatus)
              while (ifTestStatus != notInUse)
                  /*
                   * Loop while a test is running or some other
                   * manager is configuring a test.
                   */
                  short delay
                  get (ifTestId, ifTestStatus)
              }

              /*
               * Is not being used right now -- let's compete
               * to see who gets it.
               */
              lock_value = ifTestId

              if ( set(ifTestId = lock_value, ifTestStatus = inUse,
                       ifTestOwner = 'my-IP-address') == FAILURE)
                  /*
                   * Another manager got the ifTestEntry -- go
                   * try again
                   */
                  goto try_again;

              /*
               * I have the lock
               */
              set up any test parameters.

              /*
               * This starts the test
               */
              set(ifTestType = test_to_run);

              wait for test completion by polling ifTestResult

              when test completes, agent sets ifTestResult
                   agent also sets ifTestStatus = 'notInUse'

              retrieve any additional test results, and ifTestId

              if (ifTestId == lock_value+1) results are valid

            A manager station first retrieves the value of the
            appropriate ifTestId and ifTestStatus objects, periodically
            repeating the retrieval if necessary, until the value of
            ifTestStatus is 'notInUse'.  The manager station then tries
            to set the same ifTestId object to the value it just
            retrieved, the same ifTestStatus object to 'inUse', and the
            corresponding ifTestOwner object to a value indicating
            itself.  If the set operation succeeds then the manager has
            obtained ownership of the ifTestEntry, and the value of the
            ifTestId object is incremented by the agent (per the
            semantics of TestAndIncr).  Failure of the set operation
            indicates that some other manager has obtained ownership of
            the ifTestEntry.

            Once ownership is obtained, any test parameters can be
            setup, and then the test is initiated by setting ifTestType.
            On completion of the test, the agent sets ifTestStatus to
            'notInUse'.  Once this occurs, the manager can retrieve the
            results.  In the (rare) event that the invocation of tests
            by two network managers were to overlap, then there would be
            a possibility that the first test's results might be
            overwritten by the second test's results prior to the first
            results being read.  This unlikely circumstance can"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) 3 }

.1.3.6.1.2.1.31.1.3.1
ifTestEntry OBJECT-TYPE
  -- FROM	IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  AUGMENTS	{ ifEntry }
  DESCRIPTION	"An entry containing objects for invoking tests on an
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifTestTable(3) 1 }

.1.3.6.1.2.1.31.1.3.1.1
ifTestId OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"This object identifies the current invocation of the
            interface's test."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifTestTable(3) ifTestEntry(1) 1 }

.1.3.6.1.2.1.31.1.3.1.2
ifTestStatus OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	INTEGER {notInUse(1), inUse(2)} 
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"This object indicates whether or not some manager currently
            has the necessary 'ownership' required to invoke a test on
            this interface.  A write to this object is only successful
            when it changes its value from 'notInUse(1)' to 'inUse(2)'.
            After completion of a test, the agent resets the value back
            to 'notInUse(1)'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifTestTable(3) ifTestEntry(1) 2 }

.1.3.6.1.2.1.31.1.3.1.3
ifTestType OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"A control variable used to start and stop operator-
            initiated interface tests.  Most OBJECT IDENTIFIER values
            assigned to tests are defined elsewhere, in association with
            specific types of interface.  However, this document assigns
            a value for a full-duplex loopback test, and defines the
            special meanings of the subject identifier:

                noTest  OBJECT IDENTIFIER ::= { 0 0 }

            When the value noTest is written to this object, no action
            is taken unless a test is in progress, in which case the
            test is aborted.  Writing any other value to this object is
            only valid when no test is currently in progress, in which
            case the indicated test is initiated.

            When read, this object always returns the most recent value
            that ifTestType was set to.  If it has not been set since
            the last initialization of the network management subsystem
            on the agent, a value of noTest is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifTestTable(3) ifTestEntry(1) 3 }

.1.3.6.1.2.1.31.1.3.1.4
ifTestResult OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	INTEGER {none(1), success(2), inProgress(3), notSupported(4), unAbleToRun(5), aborted(6), failed(7)} 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"This object contains the result of the most recently
            requested test, or the value none(1) if no tests have been
            requested since the last reset.  Note that this facility
            provides no provision for saving the results of one test
            when starting another, as could be required if used by
            multiple managers concurrently."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifTestTable(3) ifTestEntry(1) 4 }

.1.3.6.1.2.1.31.1.3.1.5
ifTestCode OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"This object contains a code which contains more specific
            information on the test result, for example an error-code
            after a failed test.  Error codes and other values this
            object may take are specific to the type of interface and/or
            test.  The value may have the semantics of either the
            AutonomousType or InstancePointer textual conventions as
            defined in RFC 2579.  The identifier:

                testCodeUnknown  OBJECT IDENTIFIER ::= { 0 0 }

            is defined for use if no additional result code is
            available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifTestTable(3) ifTestEntry(1) 5 }

.1.3.6.1.2.1.31.1.3.1.6
ifTestOwner OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"The entity which currently has the 'ownership' required to
            invoke a test on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifTestTable(3) ifTestEntry(1) 6 }

.1.3.6.1.2.1.31.1.4
ifRcvAddressTable OBJECT-TYPE
  -- FROM	IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains an entry for each address (broadcast,
            multicast, or uni-cast) for which the system will receive
            packets/frames on a particular interface, except as follows:

            - for an interface operating in promiscuous mode, entries
            are only required for those addresses for which the system
            would receive frames were it not operating in promiscuous
            mode.

            - for 802.5 functional addresses, only one entry is
            required, for the address which has the functional address
            bit ANDed with the bit mask of all functional addresses for
            which the interface will accept frames.

            A system is normally able to use any unicast address which
            corresponds to an entry in this table as a source address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) 4 }

.1.3.6.1.2.1.31.1.4.1
ifRcvAddressEntry OBJECT-TYPE
  -- FROM	IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, ifRcvAddressAddress }
  DESCRIPTION	"A list of objects identifying an address for which the
            system will accept packets/frames on the particular
            interface identified by the index value ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifRcvAddressTable(4) 1 }

.1.3.6.1.2.1.31.1.4.1.1
ifRcvAddressAddress OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An address for which the system will accept packets/frames
            on this entry's interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifRcvAddressTable(4) ifRcvAddressEntry(1) 1 }

.1.3.6.1.2.1.31.1.4.1.2
ifRcvAddressStatus OBJECT-TYPE
  -- FROM	IF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create and delete rows in the
            ifRcvAddressTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifRcvAddressTable(4) ifRcvAddressEntry(1) 2 }

.1.3.6.1.2.1.31.1.4.1.3
ifRcvAddressType OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object has the value nonVolatile(3) for those entries
            in the table which are valid and will not be deleted by the
            next restart of the managed system.  Entries having the
            value volatile(2) are valid and exist, but have not been
            saved, so that will not exist after the next restart of the
            managed system.  Entries having the value other(1) are valid
            and exist but are not classified as to whether they will
            continue to exist after the next restart."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifRcvAddressTable(4) ifRcvAddressEntry(1) 3 }

.1.3.6.1.2.1.31.1.5
ifTableLastChange OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the last creation or
            deletion of an entry in the ifTable.  If the number of
            entries has been unchanged since the last re-initialization
            of the local network management subsystem, then this object
            contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) 5 }

.1.3.6.1.2.1.31.1.6
ifStackLastChange OBJECT-TYPE
  -- FROM	IF-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the last change of
            the (whole) interface stack.  A change of the interface
            stack is defined to be any creation, deletion, or change in
            value of any instance of ifStackStatus.  If the interface
            stack has been unchanged since the last re-initialization of
            the local network management subsystem, then this object
            contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) 6 }

.1.3.6.1.2.1.31.2
ifConformance OBJECT-TYPE
  -- FROM	IF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) 2 }

.1.3.6.1.2.1.31.2.1
ifGroups OBJECT-TYPE
  -- FROM	IF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) 1 }

.1.3.6.1.2.1.31.2.1.1
ifGeneralGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects deprecated in favour of
            ifGeneralInformationGroup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 1 }

.1.3.6.1.2.1.31.2.1.2
ifFixedLengthGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing information specific to
            non-high speed (non-high speed interfaces transmit and
            receive at speeds less than or equal to 20,000,000
            bits/second) character-oriented or fixed-length-transmission
            network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 2 }

.1.3.6.1.2.1.31.2.1.3
ifHCFixedLengthGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing information specific to
            high speed (greater than 20,000,000 bits/second) character-
            oriented or fixed-length-transmission network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 3 }

.1.3.6.1.2.1.31.2.1.4
ifPacketGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing information specific to
            non-high speed (non-high speed interfaces transmit and
            receive at speeds less than or equal to 20,000,000
            bits/second) packet-oriented network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 4 }

.1.3.6.1.2.1.31.2.1.5
ifHCPacketGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing information specific to
            high speed (greater than 20,000,000 bits/second but less
            than or equal to 650,000,000 bits/second) packet-oriented
            network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 5 }

.1.3.6.1.2.1.31.2.1.6
ifVHCPacketGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing information specific to
            higher speed (greater than 650,000,000 bits/second) packet-
            oriented network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 6 }

.1.3.6.1.2.1.31.2.1.7
ifRcvAddressGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing information on the
            multiple addresses which an interface receives."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 7 }

.1.3.6.1.2.1.31.2.1.8
ifTestGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing the ability to invoke
            tests on an interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 8 }

.1.3.6.1.2.1.31.2.1.9
ifStackGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"The previous collection of objects providing information on
            the layering of MIB-II interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 9 }

.1.3.6.1.2.1.31.2.1.10
ifGeneralInformationGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing information applicable to
            all network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 10 }

.1.3.6.1.2.1.31.2.1.11
ifStackGroup2 OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing information on the
            layering of MIB-II interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 11 }

.1.3.6.1.2.1.31.2.1.12
ifOldObjectsGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"The collection of objects deprecated from the original MIB-
            II interfaces group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 12 }

.1.3.6.1.2.1.31.2.1.13
ifCounterDiscontinuityGroup OBJECT-GROUP
  -- FROM	IF-MIB
  DESCRIPTION	"A collection of objects providing information specific to
            interface counter discontinuities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 13 }

.1.3.6.1.2.1.31.2.1.14
linkUpDownNotificationsGroup OBJECT-TYPE
  -- FROM	IF-MIB
  DESCRIPTION	"The notifications which indicate specific changes in the
            value of ifOperStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifGroups(1) 14 }

.1.3.6.1.2.1.31.2.2
ifCompliances OBJECT-TYPE
  -- FROM	IF-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) 2 }

.1.3.6.1.2.1.31.2.2.1
ifCompliance MODULE-COMPLIANCE
  -- FROM	IF-MIB
  DESCRIPTION	"A compliance statement defined in a previous version of
            this MIB module, for SNMP entities which have network
            interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifCompliances(2) 1 }

.1.3.6.1.2.1.31.2.2.2
ifCompliance2 MODULE-COMPLIANCE
  -- FROM	IF-MIB
  DESCRIPTION	"A compliance statement defined in a previous version of
            this MIB module, for SNMP entities which have network
            interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifCompliances(2) 2 }

.1.3.6.1.2.1.31.2.2.3
ifCompliance3 MODULE-COMPLIANCE
  -- FROM	IF-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which have
            network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifConformance(2) ifCompliances(2) 3 }

.1.3.6.1.2.1.35
etherMIB MODULE-IDENTITY
  -- FROM	EtherLike-MIB
  DESCRIPTION	"The MIB module to describe generic objects for
                    ethernet-like network interfaces.

                    The following reference is used throughout this
                    MIB module:

                    [IEEE 802.3 Std] refers to:
                       IEEE Std 802.3, 2002 Edition: 'IEEE Standard
                       for Information technology -
                       Telecommunications and information exchange
                       between systems - Local and metropolitan
                       area networks - Specific requirements -
                       Part 3: Carrier sense multiple access with
                       collision detection (CSMA/CD) access method
                       and physical layer specifications', as
                       amended by IEEE Std 802.3ae-2002:
                       'Amendment: Media Access Control (MAC)
                       Parameters, Physical Layer, and Management
                       Parameters for 10 Gb/s Operation', August,
                       2002.

                    Of particular interest is Clause 30, '10 Mb/s,
                    100 Mb/s, 1000 Mb/s, and 10 Gb/s Management'.

                    Copyright (C) The Internet Society (2003).  This
                    version of this MIB module is part of RFC 3635;
                    see the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 35 }

.1.3.6.1.2.1.35.1
etherMIBObjects OBJECT-TYPE
  -- FROM	EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) 1 }

.1.3.6.1.2.1.35.2
etherConformance OBJECT-TYPE
  -- FROM	EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) 2 }

.1.3.6.1.2.1.35.2.1
etherGroups OBJECT-TYPE
  -- FROM	EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) 1 }

.1.3.6.1.2.1.35.2.1.1
etherStatsGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"********* THIS GROUP IS DEPRECATED **********

                    A collection of objects providing information
                    applicable to all ethernet-like network
                    interfaces.

                    This object group has been deprecated and
                    replaced by etherStatsBaseGroup and
                    etherStatsLowSpeedGroup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 1 }

.1.3.6.1.2.1.35.2.1.2
etherCollisionTableGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing a histogram
                    of packets successfully transmitted after
                    experiencing exactly N collisions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 2 }

.1.3.6.1.2.1.35.2.1.3
etherStats100MbsGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"********* THIS GROUP IS DEPRECATED **********

                    A collection of objects providing information
                    applicable to 100 Mb/sec ethernet-like network
                    interfaces.

                    This object group has been deprecated and
                    replaced by etherStatsBaseGroup and
                    etherStatsHighSpeedGroup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 3 }

.1.3.6.1.2.1.35.2.1.4
etherStatsBaseGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"********* THIS GROUP IS DEPRECATED **********

                    A collection of objects providing information
                    applicable to all ethernet-like network
                    interfaces.

                    This object group has been deprecated and
                    replaced by etherStatsBaseGroup2 and
                    etherStatsHalfDuplexGroup, to separate
                    objects which must be implemented by all
                    ethernet-like network interfaces from
                    objects that need only be implemented on
                    ethernet-like network interfaces that are
                    capable of half-duplex operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 4 }

.1.3.6.1.2.1.35.2.1.5
etherStatsLowSpeedGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing information
                    applicable to ethernet-like network interfaces
                    capable of operating at 10 Mb/s or slower in
                    half-duplex mode."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 5 }

.1.3.6.1.2.1.35.2.1.6
etherStatsHighSpeedGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing information
                    applicable to ethernet-like network interfaces
                    capable of operating at 100 Mb/s or faster."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 6 }

.1.3.6.1.2.1.35.2.1.7
etherDuplexGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing information
                    about the duplex mode of an ethernet-like
                    network interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 7 }

.1.3.6.1.2.1.35.2.1.8
etherControlGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing information
                    about the MAC Control sublayer on ethernet-like
                    network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 8 }

.1.3.6.1.2.1.35.2.1.9
etherControlPauseGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing information
                    about and control of the MAC Control PAUSE
                    function on ethernet-like network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 9 }

.1.3.6.1.2.1.35.2.1.10
etherStatsBaseGroup2 OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing information
                    applicable to all ethernet-like network
                    interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 10 }

.1.3.6.1.2.1.35.2.1.11
etherStatsHalfDuplexGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing information
                    applicable only to half-duplex ethernet-like
                    network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 11 }

.1.3.6.1.2.1.35.2.1.12
etherHCStatsGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing high-capacity
                    statistics applicable to higher-speed
                    ethernet-like network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 12 }

.1.3.6.1.2.1.35.2.1.13
etherHCControlGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing high-capacity
                    statistics for the MAC Control sublayer on
                    higher-speed ethernet-like network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 13 }

.1.3.6.1.2.1.35.2.1.14
etherHCControlPauseGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing high-capacity
                    statistics for the MAC Control PAUSE function on
                    higher-speed ethernet-like network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 14 }

.1.3.6.1.2.1.35.2.1.15
etherRateControlGroup OBJECT-GROUP
  -- FROM	EtherLike-MIB
  DESCRIPTION	"A collection of objects providing information
                    about the Rate Control function on ethernet-like
                    interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherGroups(1) 15 }

.1.3.6.1.2.1.35.2.2
etherCompliances OBJECT-TYPE
  -- FROM	EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) 2 }

.1.3.6.1.2.1.35.2.2.1
etherCompliance MODULE-COMPLIANCE
  -- FROM	EtherLike-MIB
  DESCRIPTION	"******** THIS COMPLIANCE IS DEPRECATED ********

                    The compliance statement for managed network
                    entities which have ethernet-like network
                    interfaces.

                    This compliance is deprecated and replaced by
                    dot3Compliance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherCompliances(2) 1 }

.1.3.6.1.2.1.35.2.2.2
ether100MbsCompliance MODULE-COMPLIANCE
  -- FROM	EtherLike-MIB
  DESCRIPTION	"******** THIS COMPLIANCE IS DEPRECATED ********

                    The compliance statement for managed network
                    entities which have 100 Mb/sec ethernet-like
                    network interfaces.

                    This compliance is deprecated and replaced by
                    dot3Compliance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherCompliances(2) 2 }

.1.3.6.1.2.1.35.2.2.3
dot3Compliance MODULE-COMPLIANCE
  -- FROM	EtherLike-MIB
  DESCRIPTION	"******** THIS COMPLIANCE IS DEPRECATED ********

                    The compliance statement for managed network
                    entities which have ethernet-like network
                    interfaces.

                    This compliance is deprecated and replaced by
                    dot3Compliance2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherCompliances(2) 3 }

.1.3.6.1.2.1.35.2.2.4
dot3Compliance2 MODULE-COMPLIANCE
  -- FROM	EtherLike-MIB
  DESCRIPTION	"The compliance statement for managed network
                        entities which have ethernet-like network
                        interfaces.

                        Note that compliance with this MIB module
                        requires compliance with the ifCompliance3
                        MODULE-COMPLIANCE statement of the IF-MIB
                        (RFC2863).  In addition, compliance with this
                        MIB module requires compliance  with the
                        mauModIfCompl3 MODULE-COMPLIANCE statement of
                        the MAU-MIB (RFC3636)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) etherMIB(35) etherConformance(2) etherCompliances(2) 4 }

.1.3.6.1.2.1.37
atmMIB MODULE-IDENTITY
  -- FROM	ATM-MIB
  DESCRIPTION	"This is the MIB Module for ATM and AAL5-related
            objects for managing ATM interfaces, ATM virtual
            links, ATM cross-connects, AAL5 entities, and
            and AAL5 connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 37 }

.1.3.6.1.2.1.37.1
atmMIBObjects OBJECT-TYPE
  -- FROM	ATM-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) 1 }

.1.3.6.1.2.1.37.1.1
atmTrafficDescriptorTypes OBJECT-TYPE
  -- FROM	ATM-TC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 1 }

.1.3.6.1.2.1.37.1.1.1
atmNoTrafficDescriptor OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This identifies the no ATM traffic
        descriptor type.  Parameters 1, 2, 3, 4,
        and 5 are not used.  This traffic descriptor
        type can be used for best effort traffic."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 1 }

.1.3.6.1.2.1.37.1.1.2
atmNoClpNoScr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for no CLP
        and no Sustained Cell Rate.  The use of the
        parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: not used
        Parameter 3: not used
        Parameter 4: not used
        Parameter 5: not used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 2 }

.1.3.6.1.2.1.37.1.1.3
atmClpNoTaggingNoScr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor is for CLP without
        tagging and no Sustained Cell Rate.  The use
        of the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: peak cell rate in cells/second
                     for CLP=0 traffic
        Parameter 3: not used
        Parameter 4: not used
        Parameter 5: not used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 3 }

.1.3.6.1.2.1.37.1.1.4
atmClpTaggingNoScr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor is for CLP with
        tagging and no Sustained Cell Rate.  The use
        of the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: peak cell rate in cells/second
                     for CLP=0 traffic, excess
                     tagged as CLP=1
        Parameter 3: not used
        Parameter 4: not used
        Parameter 5: not used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 4 }

.1.3.6.1.2.1.37.1.1.5
atmNoClpScr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for no CLP
        with Sustained Cell Rate.  The use of the
        parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: sustainable cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 3: maximum burst size in cells
        Parameter 4: not used
        Parameter 5: not used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 5 }

.1.3.6.1.2.1.37.1.1.6
atmClpNoTaggingScr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for CLP with
        Sustained Cell Rate and no tagging.  The use
        of the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: sustainable cell rate in cells/second
                     for CLP=0 traffic
        Parameter 3: maximum burst size in cells
        Parameter 4: not used
        Parameter 5: not used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 6 }

.1.3.6.1.2.1.37.1.1.7
atmClpTaggingScr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for CLP with
        tagging and Sustained Cell Rate.  The use of
        the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: sustainable cell rate in cells/second
                     for CLP=0 traffic, excess tagged as
                     CLP=1
        Parameter 3: maximum burst size in cells
        Parameter 4: not used
        Parameter 5: not used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 7 }

.1.3.6.1.2.1.37.1.1.8
atmClpNoTaggingMcr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for CLP with
        Minimum Cell Rate and no tagging.  The use of
        the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: CDVT in tenths of microseconds
        Parameter 3: minimum cell rate in cells/second
        Parameter 4: unused
        Parameter 5: unused."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 8 }

.1.3.6.1.2.1.37.1.1.9
atmClpTransparentNoScr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for the CLP-
        transparent model and no Sustained Cell Rate.
        The use of the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: CDVT in tenths of microseconds
        Parameter 3: not used
        Parameter 4: not used
        Parameter 5: not used.

        This traffic descriptor type is applicable to
        connections following the CBR.1 conformance
        definition.

        Connections specifying this traffic descriptor
        type will be rejected at UNI 3.0 or UNI 3.1
        interfaces.  For a similar traffic descriptor
        type that can be accepted at UNI 3.0 and
        UNI 3.1 interfaces, see atmNoClpNoScr."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 9 }

.1.3.6.1.2.1.37.1.1.10
atmClpTransparentScr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for the CLP-
        transparent model with Sustained Cell Rate.
        The use of the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: sustainable cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 3: maximum burst size in cells
        Parameter 4: CDVT in tenths of microseconds
        Parameter 5: not used.

        This traffic descriptor type is applicable to
        connections following the VBR.1 conformance
        definition.
        Connections specifying this traffic descriptor
        type will be rejected at UNI 3.0 or UNI 3.1
        interfaces.  For a similar traffic descriptor
        type that can be accepted at UNI 3.0 and
        UNI 3.1 interfaces, see atmNoClpScr."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 10 }

.1.3.6.1.2.1.37.1.1.11
atmNoClpTaggingNoScr OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for no CLP
        with tagging and no Sustained Cell Rate.  The
        use of the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: CDVT in tenths of microseconds
        Parameter 3: not used
        Parameter 4: not used
        Parameter 5: not used.

        This traffic descriptor type is applicable to
        connections following the UBR.2 conformance
        definition ."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 11 }

.1.3.6.1.2.1.37.1.1.12
atmNoClpNoScrCdvt OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for no CLP
        and no Sustained Cell Rate.  The use of the
        parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: CDVT in tenths of microseconds
        Parameter 3: not used
        Parameter 4: not used
        Parameter 5: not used.

        This traffic descriptor type is applicable to
        CBR connections following the UNI 3.0/3.1
        conformance definition for PCR CLP=0+1.
        These CBR connections differ from CBR.1
        connections in that the CLR objective
        applies only to the CLP=0 cell flow.

        This traffic descriptor type is also
        applicable to connections following the UBR.1
        conformance definition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 12 }

.1.3.6.1.2.1.37.1.1.13
atmNoClpScrCdvt OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for no CLP
        with Sustained Cell Rate.  The use of the
        parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: sustainable cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 3: maximum burst size in cells
        Parameter 4: CDVT in tenths of microseconds
        Parameter 5: not used.

        This traffic descriptor type is applicable
        to VBR connections following the UNI 3.0/3.1
        conformance definition for PCR CLP=0+1 and
        SCR CLP=0+1.  These VBR connections
        differ from VBR.1 connections in that
        the CLR objective applies only to the CLP=0
        cell flow."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 13 }

.1.3.6.1.2.1.37.1.1.14
atmClpNoTaggingScrCdvt OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for CLP with
        Sustained Cell Rate and no tagging.  The use
        of the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: sustainable cell rate in cells/second
                     for CLP=0 traffic
        Parameter 3: maximum burst size in cells
        Parameter 4: CDVT in tenths of microseconds
        Parameter 5: not used.

        This traffic descriptor type is applicable to
        connections following the VBR.2 conformance
        definition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 14 }

.1.3.6.1.2.1.37.1.1.15
atmClpTaggingScrCdvt OBJECT-GROUP
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This traffic descriptor type is for CLP with
        tagging and Sustained Cell Rate.  The use of
        the parameter vector for this type:
        Parameter 1: peak cell rate in cells/second
                     for CLP=0+1 traffic
        Parameter 2: sustainable cell rate in cells/second
                     for CLP=0 traffic, excess tagged as
                     CLP=1
        Parameter 3: maximum burst size in cells
        Parameter 4: CDVT in tenths of microseconds
        Parameter 5: not used.

        This traffic descriptor type is applicable to
        connections following the VBR.3 conformance
        definition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescriptorTypes(1) 15 }

.1.3.6.1.2.1.37.1.2
atmInterfaceConfTable OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains ATM local interface
            configuration parameters, one entry per ATM
            interface port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 2 }

.1.3.6.1.2.1.37.1.2.1
atmInterfaceConfEntry OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This list contains ATM interface configuration
            parameters and state variables and is indexed
            by ifIndex values of ATM interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) 1 }

.1.3.6.1.2.1.37.1.2.1.1
atmInterfaceMaxVpcs OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..4096) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of VPCs (PVPCs and SVPCs)
            supported at this ATM interface. At the ATM UNI,
            the maximum number of VPCs (PVPCs and SVPCs)
            ranges from 0 to 256 only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 1 }

.1.3.6.1.2.1.37.1.2.1.2
atmInterfaceMaxVccs OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..65536) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of VCCs (PVCCs and SVCCs)
            supported at this ATM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 2 }

.1.3.6.1.2.1.37.1.2.1.3
atmInterfaceConfVpcs OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..4096) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VPCs (PVPC, Soft PVPC and SVPC)
            currently in use at this ATM interface.  It includes
            the number of PVPCs and Soft PVPCs that are configured
            at the interface, plus the number of SVPCs
            that are currently  established at the
            interface.

            At the ATM UNI, the configured number of
            VPCs (PVPCs and SVPCs) can range from
            0 to 256 only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 3 }

.1.3.6.1.2.1.37.1.2.1.4
atmInterfaceConfVccs OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..65536) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VCCs (PVCC, Soft PVCC and SVCC)
            currently in use at this ATM interface.  It includes
            the number of PVCCs and Soft PVCCs that are configured
            at the interface, plus the number of SVCCs
            that are currently  established at the
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 4 }

.1.3.6.1.2.1.37.1.2.1.5
atmInterfaceMaxActiveVpiBits OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..12) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The  maximum number of active VPI bits
            configured for use at the ATM interface.
            At the ATM UNI, the maximum number of active
            VPI bits configured for use ranges from
            0 to 8 only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 5 }

.1.3.6.1.2.1.37.1.2.1.6
atmInterfaceMaxActiveVciBits OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of active VCI bits
            configured for use at this ATM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 6 }

.1.3.6.1.2.1.37.1.2.1.7
atmInterfaceIlmiVpi OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The VPI value of the VCC supporting
            the ILMI at this ATM interface.  If the values of
            atmInterfaceIlmiVpi and atmInterfaceIlmiVci are
            both equal to zero then the ILMI is not
            supported at this ATM interface."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 7 }

.1.3.6.1.2.1.37.1.2.1.8
atmInterfaceIlmiVci OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The VCI value of the VCC supporting
            the ILMI at this ATM interface.  If the values of
            atmInterfaceIlmiVpi and atmInterfaceIlmiVci are
            both equal to zero then the ILMI is not
            supported at this ATM interface."
  DEFVAL	{ 16 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 8 }

.1.3.6.1.2.1.37.1.2.1.9
atmInterfaceAddressType OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER {private(1), nsapE164(2), nativeE164(3), other(4)} 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The type of primary ATM address configured
            for use at this ATM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 9 }

.1.3.6.1.2.1.37.1.2.1.10
atmInterfaceAdminAddress OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmAddr
  SYNTAX	OCTET STRING (0..40) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The primary address assigned for administrative purposes,
            for example, an address associated with the
            service provider side of a public network UNI
            (thus, the value of this address corresponds
            with the value of ifPhysAddress at the host side).
            If this interface has no assigned administrative
            address, or when the address used for
            administrative purposes is the same as that used
            for ifPhysAddress, then this is an octet string of
            zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 10 }

.1.3.6.1.2.1.37.1.2.1.11
atmInterfaceMyNeighborIpAddress OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IP address of the neighbor system connected to
            the  far end of this interface, to which a Network
            Management Station can send SNMP messages, as IP
            datagrams sent to UDP port 161, in order to access
            network management information concerning the
            operation of that system.  Note that the value
            of this object may be obtained in different ways,
            e.g., by manual configuration, or through ILMI
            interaction with the neighbor system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 11 }

.1.3.6.1.2.1.37.1.2.1.12
atmInterfaceMyNeighborIfName OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The textual name of the interface on the neighbor
            system on the far end of this interface, and to
            which this interface connects.  If the neighbor
            system is manageable through SNMP and supports
            the object ifName, the value of this object must
            be identical with that of ifName for the ifEntry
            of the lowest level physical interface
            for this port.  If this interface does not have a
            textual name, the value of this object is a zero
            length string.  Note that the value of this object
            may be obtained in different ways, e.g., by manual
            configuration, or through ILMI interaction with
            the neighbor system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 12 }

.1.3.6.1.2.1.37.1.2.1.13
atmInterfaceCurrentMaxVpiBits OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..12) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of VPI Bits that may
            currently be used at this ATM interface.
            The value is the minimum of
            atmInterfaceMaxActiveVpiBits, and the
            atmInterfaceMaxActiveVpiBits of the interface's
            UNI/NNI peer.

            If the interface does not negotiate with
            its peer to determine the number of VPI Bits
            that can be used on the interface, then the
            value of this object must equal
            atmInterfaceMaxActiveVpiBits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 13 }

.1.3.6.1.2.1.37.1.2.1.14
atmInterfaceCurrentMaxVciBits OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of VCI Bits that may
            currently be used at this ATM interface.
            The value is the minimum of
            atmInterfaceMaxActiveVciBits, and the
            atmInterfaceMaxActiveVciBits of the interface's
            UNI/NNI peer.

            If the interface does not negotiate with
            its peer to determine the number of VCI Bits
            that can be used on the interface, then the
            value of this object must equal
            atmInterfaceMaxActiveVciBits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 14 }

.1.3.6.1.2.1.37.1.2.1.15
atmInterfaceSubscrAddress OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmAddr
  SYNTAX	OCTET STRING (0..40) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The identifier assigned by a service provider
            to the network side of a public network UNI.
            If this interface has no assigned service provider
            address, or for other interfaces this is an octet string
            of zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceConfTable(2) atmInterfaceConfEntry(1) 15 }

.1.3.6.1.2.1.37.1.3
atmInterfaceDs3PlcpTable OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains ATM interface DS3 PLCP
            parameters and state variables, one entry per
            ATM interface port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 3 }

.1.3.6.1.2.1.37.1.3.1
atmInterfaceDs3PlcpEntry OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This list contains DS3 PLCP parameters and
            state variables at the ATM interface and is
            indexed by the ifIndex value of the ATM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceDs3PlcpTable(3) 1 }

.1.3.6.1.2.1.37.1.3.1.1
atmInterfaceDs3PlcpSEFSs OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of DS3 PLCP Severely Errored Framing
            Seconds (SEFS). Each SEFS represents a
            one-second interval which contains
            one or more SEF events."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceDs3PlcpTable(3) atmInterfaceDs3PlcpEntry(1) 1 }

.1.3.6.1.2.1.37.1.3.1.2
atmInterfaceDs3PlcpAlarmState OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER {noAlarm(1), receivedFarEndAlarm(2), incomingLOF(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if there is an
            alarm present for the DS3 PLCP.  The value
            receivedFarEndAlarm means that the DS3 PLCP
            has received an incoming Yellow
            Signal, the value incomingLOF means that
            the DS3 PLCP has declared a loss of frame (LOF)
            failure condition, and the value noAlarm
            means that there are no alarms present.
            Transition from the failure to the no alarm state
            occurs when no defects (e.g., LOF) are received
            for more than 10 seconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceDs3PlcpTable(3) atmInterfaceDs3PlcpEntry(1) 2 }

.1.3.6.1.2.1.37.1.3.1.3
atmInterfaceDs3PlcpUASs OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter associated with the number of
            Unavailable Seconds encountered by the PLCP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceDs3PlcpTable(3) atmInterfaceDs3PlcpEntry(1) 3 }

.1.3.6.1.2.1.37.1.4
atmInterfaceTCTable OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains ATM interface TC
            Sublayer parameters and state variables,
            one entry per ATM interface port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 4 }

.1.3.6.1.2.1.37.1.4.1
atmInterfaceTCEntry OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This list contains TC Sublayer parameters
            and state variables at the ATM interface and is
            indexed by the ifIndex value of the ATM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceTCTable(4) 1 }

.1.3.6.1.2.1.37.1.4.1.1
atmInterfaceOCDEvents OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the Out of Cell
            Delineation (OCD) events occur.  If seven
            consecutive ATM cells have Header Error
            Control (HEC) violations, an OCD event occurs.
            A high number of OCD events may indicate a
            problem with the TC Sublayer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceTCTable(4) atmInterfaceTCEntry(1) 1 }

.1.3.6.1.2.1.37.1.4.1.2
atmInterfaceTCAlarmState OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER {noAlarm(1), lcdFailure(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates if there is an
            alarm present for the TC Sublayer.  The value
            lcdFailure(2) indicates that the TC Sublayer
            is currently in the Loss of Cell Delineation
            (LCD) defect maintenance state.  The value
            noAlarm(1) indicates that the TC Sublayer
            is currently not in the LCD defect
            maintenance state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmInterfaceTCTable(4) atmInterfaceTCEntry(1) 2 }

.1.3.6.1.2.1.37.1.5
atmTrafficDescrParamTable OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information on ATM traffic
            descriptor type and the associated parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 5 }

.1.3.6.1.2.1.37.1.5.1
atmTrafficDescrParamEntry OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ atmTrafficDescrParamIndex }
  DESCRIPTION	"This list contains ATM traffic descriptor
            type and the associated parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) 1 }

.1.3.6.1.2.1.37.1.5.1.1
atmTrafficDescrParamIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmTrafficDescrParamIndex
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is used by the virtual link
            table (i.e., VPL or VCL table)
            to identify the row of this table.
            When creating a new row in the table
            the value of this index may be obtained
            by retrieving the value of
            atmTrafficDescrParamIndexNext."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 1 }

.1.3.6.1.2.1.37.1.5.1.2
atmTrafficDescrType OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object identifies the type
            of ATM traffic descriptor.
            The type may indicate no traffic descriptor or
            traffic descriptor with one or more parameters.
            These parameters are specified as a parameter
            vector, in the corresponding instances of the
            objects:
                atmTrafficDescrParam1
                atmTrafficDescrParam2
                atmTrafficDescrParam3
                atmTrafficDescrParam4
                atmTrafficDescrParam5."
  DEFVAL	{ atmNoClpNoScr }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 2 }

.1.3.6.1.2.1.37.1.5.1.3
atmTrafficDescrParam1 OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The first parameter of the ATM traffic descriptor
            used according to the value of
            atmTrafficDescrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 3 }

.1.3.6.1.2.1.37.1.5.1.4
atmTrafficDescrParam2 OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The second parameter of the ATM traffic descriptor
            used according to the value of
            atmTrafficDescrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 4 }

.1.3.6.1.2.1.37.1.5.1.5
atmTrafficDescrParam3 OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The third parameter of the ATM traffic descriptor
            used according to the value of
            atmTrafficDescrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 5 }

.1.3.6.1.2.1.37.1.5.1.6
atmTrafficDescrParam4 OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth parameter of the ATM traffic descriptor
            used according to the value of
            atmTrafficDescrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 6 }

.1.3.6.1.2.1.37.1.5.1.7
atmTrafficDescrParam5 OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fifth parameter of the ATM traffic descriptor
            used according to the value of
            atmTrafficDescrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 7 }

.1.3.6.1.2.1.37.1.5.1.8
atmTrafficQoSClass OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The value of this object identifies the QoS Class.
            Four Service classes have been
            specified in the ATM Forum UNI Specification:
            Service Class A: Constant bit rate video and
                             Circuit emulation
            Service Class B: Variable bit rate video/audio
            Service Class C: Connection-oriented data
            Service Class D: Connectionless data
            Four QoS classes numbered 1, 2, 3, and 4 have
            been specified with the aim to support service
            classes A, B, C, and D respectively.
            An unspecified QoS Class numbered `0' is used
            for best effort traffic."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 8 }

.1.3.6.1.2.1.37.1.5.1.9
atmTrafficDescrRowStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create
            a new row or modify or delete an
            existing row in this table."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 9 }

.1.3.6.1.2.1.37.1.5.1.10
atmServiceCategory OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmServiceCategory
  SYNTAX	INTEGER {other(1), cbr(2), rtVbr(3), nrtVbr(4), abr(5), ubr(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ATM service category."
  DEFVAL	{ ubr }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 10 }

.1.3.6.1.2.1.37.1.5.1.11
atmTrafficFrameDiscard OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If set to 'true', this object indicates that the network
            is requested to treat data for this connection, in the
            given direction, as frames (e.g. AAL5 CPCS_PDU's) rather
            than as individual cells.  While the precise
            implementation is network-specific, this treatment may
            for example involve discarding entire frames during
            congestion, rather than a few cells from many frames."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmTrafficDescrParamTable(5) atmTrafficDescrParamEntry(1) 11 }

.1.3.6.1.2.1.37.1.6
atmVplTable OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Virtual Path Link (VPL) table.  A
            bi-directional VPL is modeled as one entry
            in this table. This table can be used for
            PVCs, SVCs and Soft PVCs.
            Entries are not present in this table for
            the VPIs used by entries in the atmVclTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 6 }

.1.3.6.1.2.1.37.1.6.1
atmVplEntry OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, atmVplVpi }
  DESCRIPTION	"An entry in the VPL table.  This entry is
            used to model a bi-directional VPL.
            To create a VPL at an ATM interface,
            either of the following procedures are used:

            Negotiated VPL establishment

          (1) The management application creates
              a VPL entry in the atmVplTable
              by setting atmVplRowStatus to createAndWait(5).
              This may fail for the following reasons:
              - The selected VPI value is unavailable,
              - The selected VPI value is in use.
              Otherwise, the agent creates a row and
              reserves the VPI value on that port.

          (2) The manager selects an existing row(s) in the
              atmTrafficDescrParamTable,
              thereby, selecting a set of self-consistent
              ATM traffic parameters and the service category
              for receive and transmit directions of the VPL.

         (2a) If no suitable row(s) in the
              atmTrafficDescrParamTable exists,
              the manager must create a new row(s)
              in that table.

         (2b) The manager characterizes the VPL's traffic
              parameters through setting the
              atmVplReceiveTrafficDescrIndex and the
              atmVplTransmitTrafficDescrIndex values
              in the VPL table, which point to the rows
              containing desired ATM traffic parameter values
              in the atmTrafficDescrParamTable.  The agent
              will check the availability of resources and
              may refuse the request.
              If the transmit and receive service categories
              are inconsistent, the agent should refuse the
              request.

          (3) The manager activates the VPL by setting the
              the atmVplRowStatus to active(1).
              If this set is successful, the agent has
              reserved the resources to satisfy the requested
              traffic parameter values and the service category
              for that VPL.

          (4) If the VPL terminates a VPC in the ATM host
              or switch, the manager turns on the
              atmVplAdminStatus to up(1) to turn the VPL
              traffic flow on.  Otherwise, the
              atmVpCrossConnectTable  must be used
              to cross-connect the VPL to another VPL(s)
              in an ATM switch or network.

            One-Shot VPL Establishment

            A VPL may also be established in one step by a
            set-request with all necessary VPL parameter
            values and atmVplRowStatus set to createAndGo(4).

            In contrast to the negotiated VPL establishment
            which allows for detailed error checking
            (i.e., set errors are explicitly linked to
            particular resource acquisition failures),
            the one-shot VPL establishment
            performs the setup on one operation but
            does not have the advantage of step-wise
            error checking.

            VPL Retirement

            A VPL is released by setting atmVplRowStatus to
            destroy(6), and the agent may release all
            associated resources."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) 1 }

.1.3.6.1.2.1.37.1.6.1.1
atmVplVpi OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPI value of the VPL."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 1 }

.1.3.6.1.2.1.37.1.6.1.2
atmVplAdminStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXAdminStatus
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is instanciated only for a VPL
            which terminates a VPC (i.e., one which is
            NOT cross-connected to other VPLs).
            Its value specifies the desired
            administrative state of the VPL."
  DEFVAL	{ down }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 2 }

.1.3.6.1.2.1.37.1.6.1.3
atmVplOperStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXOperStatus
  SYNTAX	INTEGER {up(1), down(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational status of the VPL."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 3 }

.1.3.6.1.2.1.37.1.6.1.4
atmVplLastChange OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXLastChange
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this
            VPL entered its current operational state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 4 }

.1.3.6.1.2.1.37.1.6.1.5
atmVplReceiveTrafficDescrIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmTrafficDescrParamIndex
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object identifies the row
            in the atmTrafficDescrParamTable which
            applies to the receive direction of the VPL."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 5 }

.1.3.6.1.2.1.37.1.6.1.6
atmVplTransmitTrafficDescrIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmTrafficDescrParamIndex
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object identifies the row
            in the atmTrafficDescrParamTable which
            applies to the transmit direction of the VPL."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 6 }

.1.3.6.1.2.1.37.1.6.1.7
atmVplCrossConnectIdentifier OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is instantiated only for a VPL
            which is cross-connected to other VPLs
            that belong to the same VPC.  All such
            associated VPLs have the same value of this
            object, and all their cross-connections are
            identified either by entries that are indexed
            by the same value of atmVpCrossConnectIndex in
            the atmVpCrossConnectTable of this MIB module or by
            the same value of the cross-connect index in
            the cross-connect table for SVCs and Soft PVCs
            (defined in a separate MIB module).
            At no time should entries in these respective
            cross-connect tables exist simultaneously
            with the same cross-connect index value.
            The value of this object is initialized by the
            agent after the associated entries in the
            atmVpCrossConnectTable have been created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 7 }

.1.3.6.1.2.1.37.1.6.1.8
atmVplRowStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create, delete
            or modify a row in this table.
            To create a new VCL, this object is
            initially set to 'createAndWait' or
            'createAndGo'.  This object should not be
            set to 'active' unless the following columnar
            objects have been set to their desired value
            in this row:
            atmVplReceiveTrafficDescrIndex and
            atmVplTransmitTrafficDescrIndex.
            The DESCRIPTION of atmVplEntry provides
            further guidance to row treatment in this table."
  DEFVAL	{ createAndWait }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 8 }

.1.3.6.1.2.1.37.1.6.1.9
atmVplCastType OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmConnCastType
  SYNTAX	INTEGER {p2p(1), p2mpRoot(2), p2mpLeaf(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The connection topology type."
  DEFVAL	{ p2p }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 9 }

.1.3.6.1.2.1.37.1.6.1.10
atmVplConnKind OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmConnKind
  SYNTAX	INTEGER {pvc(1), svcIncoming(2), svcOutgoing(3), spvcInitiator(4), spvcTarget(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The use of call control."
  DEFVAL	{ pvc }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVplTable(6) atmVplEntry(1) 10 }

.1.3.6.1.2.1.37.1.7
atmVclTable OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Virtual Channel Link (VCL) table.  A
            bi-directional VCL is modeled as one entry
            in this table. This table can be used for
            PVCs, SVCs and Soft PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 7 }

.1.3.6.1.2.1.37.1.7.1
atmVclEntry OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, atmVclVpi, atmVclVci }
  DESCRIPTION	"An entry in the VCL table. This entry is
            used to model a bi-directional VCL.
            To create a VCL at an ATM interface,
            either of the following procedures are used:

            Negotiated VCL establishment

          (1) The management application creates
              a VCL entry in the atmVclTable
              by setting atmVclRowStatus to createAndWait(5).
              This may fail for the following reasons:
              - The selected VPI/VCI values are unavailable,
              - The selected VPI/VCI values are in use.
              Otherwise, the agent creates a row and
              reserves the VPI/VCI values on that port.

          (2) The manager selects an existing row(s) in the
              atmTrafficDescrParamTable,
              thereby, selecting a set of self-consistent
              ATM traffic parameters and the service category
              for receive and transmit directions of the VCL.

         (2a) If no suitable row(s) in the
              atmTrafficDescrParamTable exists,
              the manager must create a new row(s)
              in that table.

         (2b) The manager characterizes the VCL's traffic
              parameters through setting the
              atmVclReceiveTrafficDescrIndex and the
              atmVclTransmitTrafficDescrIndex values
              in the VCL table, which point to the rows
              containing desired ATM traffic parameter values
              in the atmTrafficDescrParamTable.  The agent
              will check the availability of resources and
              may refuse the request.
              If the transmit and receive service categories
              are inconsistent, the agent should refuse the
              request.

          (3) The manager activates the VCL by setting the
              the atmVclRowStatus to active(1) (for
              requirements on this activation see the
              description of atmVclRowStatus).
              If this set is successful, the agent has
              reserved the resources to satisfy the requested
              traffic parameter values and the service category
              for that VCL.
          (4) If the VCL terminates a VCC in the ATM host
              or switch, the manager turns on the
              atmVclAdminStatus to up(1) to turn the VCL
              traffic flow on.  Otherwise, the
              atmVcCrossConnectTable  must be used
              to cross-connect the VCL to another VCL(s)
              in an ATM switch or network.

           One-Shot VCL Establishment

           A VCL may also be established in one step by a
           set-request with all necessary VCL parameter
           values and atmVclRowStatus set to createAndGo(4).

           In contrast to the negotiated VCL establishment
           which allows for detailed error checking
           (i.e., set errors are explicitly linked to
           particular resource acquisition failures),
           the one-shot VCL establishment
           performs the setup on one operation but
           does not have the advantage of step-wise
           error checking.
           VCL Retirement

           A VCL is released by setting atmVclRowStatus to
           destroy(6), and the agent may release all
           associated resources."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) 1 }

.1.3.6.1.2.1.37.1.7.1.1
atmVclVpi OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPI value of the VCL."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 1 }

.1.3.6.1.2.1.37.1.7.1.2
atmVclVci OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VCI value of the VCL."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 2 }

.1.3.6.1.2.1.37.1.7.1.3
atmVclAdminStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXAdminStatus
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is instanciated only for a VCL which
            terminates a VCC (i.e., one which is NOT
            cross-connected to other VCLs). Its value
            specifies the desired administrative state of
            the VCL."
  DEFVAL	{ down }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 3 }

.1.3.6.1.2.1.37.1.7.1.4
atmVclOperStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXOperStatus
  SYNTAX	INTEGER {up(1), down(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational status of the VCL."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 4 }

.1.3.6.1.2.1.37.1.7.1.5
atmVclLastChange OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXLastChange
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this VCL
            entered its current operational state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 5 }

.1.3.6.1.2.1.37.1.7.1.6
atmVclReceiveTrafficDescrIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmTrafficDescrParamIndex
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object identifies the row
            in the ATM Traffic Descriptor Table which
            applies to the receive direction of this VCL."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 6 }

.1.3.6.1.2.1.37.1.7.1.7
atmVclTransmitTrafficDescrIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmTrafficDescrParamIndex
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object identifies the row
            of the ATM Traffic Descriptor Table which applies
            to the transmit direction of this VCL."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 7 }

.1.3.6.1.2.1.37.1.7.1.8
atmVccAalType OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER {aal1(1), aal34(2), aal5(3), other(4), unknown(5), aal2(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An instance of this object only exists when the
            local VCL end-point is also the VCC end-point,
            and AAL is in use.
            The type of AAL used on this VCC.
            The AAL type includes AAL1, AAL2, AAL3/4,
            and AAL5. The other(4) may be user-defined
            AAL type.  The unknown type indicates that
            the AAL type cannot be determined."
  DEFVAL	{ aal5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 8 }

.1.3.6.1.2.1.37.1.7.1.9
atmVccAal5CpcsTransmitSduSize OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An instance of this object only exists when the
            local VCL end-point is also the VCC end-point,
            and AAL5 is in use.
            The maximum AAL5 CPCS SDU size in octets that is
            supported on the transmit direction of this VCC."
  DEFVAL	{ 9188 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 9 }

.1.3.6.1.2.1.37.1.7.1.10
atmVccAal5CpcsReceiveSduSize OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An instance of this object only exists when the
            local VCL end-point is also the VCC end-point,
            and AAL5 is in use.
            The maximum AAL5 CPCS SDU size in octets that is
            supported on the receive direction of this VCC."
  DEFVAL	{ 9188 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 10 }

.1.3.6.1.2.1.37.1.7.1.11
atmVccAal5EncapsType OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER {vcMultiplexRoutedProtocol(1), vcMultiplexBridgedProtocol8023(2), vcMultiplexBridgedProtocol8025(3), vcMultiplexBridgedProtocol8026(4), vcMultiplexLANemulation8023(5), vcMultiplexLANemulation8025(6), llcEncapsulation(7), multiprotocolFrameRelaySscs(8), other(9), unknown(10)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An instance of this object only exists when the
            local VCL end-point is also the VCC end-point,
            and AAL5 is in use.
            The type of data encapsulation used over
            the AAL5 SSCS layer. The definitions reference
            RFC 1483 Multiprotocol Encapsulation
            over ATM AAL5 and to the ATM Forum
            LAN Emulation specification."
  DEFVAL	{ llcEncapsulation }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 11 }

.1.3.6.1.2.1.37.1.7.1.12
atmVclCrossConnectIdentifier OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is instantiated only for a VCL
            which is cross-connected to other VCLs
            that belong to the same VCC.  All such
            associated VCLs have the same value of this
            object, and all their cross-connections are
            identified either by entries that are indexed
            by the same value of atmVcCrossConnectIndex in
            the atmVcCrossConnectTable of this MIB module or by
            the same value of the cross-connect index in
            the cross-connect table for SVCs and Soft PVCs
            (defined in a separate MIB module).

            At no time should entries in these respective
            cross-connect tables exist simultaneously
            with the same cross-connect index value.
            The value of this object is initialized by the
            agent after the associated entries in the
            atmVcCrossConnectTable have been created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 12 }

.1.3.6.1.2.1.37.1.7.1.13
atmVclRowStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create, delete or
            modify a row in this table.  To create
            a new VCL, this object is initially set
            to 'createAndWait' or 'createAndGo'.
            This object should not be
            set to 'active' unless the following columnar
            objects have been set to their desired value
            in this row:
            atmVclReceiveTrafficDescrIndex,
            atmVclTransmitTrafficDescrIndex.
            In addition, if the local VCL end-point
            is also the VCC end-point:
            atmVccAalType.
            In addition, for AAL5 connections only:
            atmVccAal5CpcsTransmitSduSize,
            atmVccAal5CpcsReceiveSduSize, and
            atmVccAal5EncapsType. (The existence
            of these objects imply the AAL connection type.).
            The DESCRIPTION of atmVclEntry provides
            further guidance to row treatment in this table."
  DEFVAL	{ createAndWait }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 13 }

.1.3.6.1.2.1.37.1.7.1.14
atmVclCastType OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmConnCastType
  SYNTAX	INTEGER {p2p(1), p2mpRoot(2), p2mpLeaf(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The connection topology type."
  DEFVAL	{ p2p }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 14 }

.1.3.6.1.2.1.37.1.7.1.15
atmVclConnKind OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmConnKind
  SYNTAX	INTEGER {pvc(1), svcIncoming(2), svcOutgoing(3), spvcInitiator(4), spvcTarget(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The use of call control."
  DEFVAL	{ pvc }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVclTable(7) atmVclEntry(1) 15 }

.1.3.6.1.2.1.37.1.8
atmVpCrossConnectIndexNext OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to
            be used for atmVpCrossConnectIndex when creating
            entries in the atmVpCrossConnectTable.  The value
            0 indicates that no unassigned entries are
            available. To obtain the atmVpCrossConnectIndex
            value for a new entry, the manager issues a
            management protocol retrieval operation to obtain
            the current value of this object.  After each
            retrieval, the agent should modify the value to
            the next unassigned index.
            After a manager retrieves a value the agent will
            determine through its local policy when this index
            value will be made available for reuse."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 8 }

.1.3.6.1.2.1.37.1.9
atmVpCrossConnectTable OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ATM VP Cross Connect table for PVCs.
            An entry in this table models two
            cross-connected VPLs.
            Each VPL must have its atmConnKind set
            to pvc(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 9 }

.1.3.6.1.2.1.37.1.9.1
atmVpCrossConnectEntry OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ atmVpCrossConnectIndex, atmVpCrossConnectLowIfIndex, atmVpCrossConnectLowVpi, atmVpCrossConnectHighIfIndex, atmVpCrossConnectHighVpi }
  DESCRIPTION	"An entry in the ATM VP Cross Connect table.
            This entry is used to model a bi-directional
            ATM VP cross-connect which cross-connects
            two VPLs.

            Step-wise Procedures to set up a VP Cross-connect

            Once the entries in the atmVplTable are created,
            the following procedures are used
            to cross-connect the VPLs together.

           (1) The manager obtains a unique
               atmVpCrossConnectIndex by reading the
               atmVpCrossConnectIndexNext object.

           (2) Next, the manager creates a set of one
               or more rows in the ATM VP Cross Connect
               Table, one for each cross-connection between
               two VPLs.  Each row is indexed by the ATM
               interface port numbers and VPI values of the
               two ends of that cross-connection.
               This set of rows specifies the topology of the
               VPC cross-connect and is identified by a single
               value of atmVpCrossConnectIndex.

            Negotiated VP Cross-Connect Establishment

          (2a) The manager creates a row in this table by
               setting atmVpCrossConnectRowStatus to
               createAndWait(5).  The agent checks the
               requested topology and the mutual sanity of
               the ATM traffic parameters and
               service categories, i.e., the row creation
               fails if:
               - the requested topology is incompatible with
                 associated values of atmVplCastType,
               - the requested topology is not supported
                 by the agent,
               - the traffic/service category parameter values
                 associated with the requested row are
                 incompatible with those of already existing
                 rows for this VP cross-connect.
               [For example, for setting up
               a point-to-point VP cross-connect, the
               ATM traffic parameters in the receive direction
               of a VPL at the low end of the cross-connect
               must equal to the traffic parameters in the
               transmit direction of the other VPL at the
               high end of the cross-connect,
               otherwise, the row creation fails.]
               The agent also checks for internal errors
               in building the cross-connect.

               The atmVpCrossConnectIndex values in the
               corresponding atmVplTable rows are filled
               in by the agent at this point.

          (2b) The manager promotes the row in the
               atmVpCrossConnectTable by setting
               atmVpCrossConnectRowStatus to active(1).  If
               this set is successful, the agent has reserved
               the resources specified by the ATM traffic
               parameter and Service category values
               for each direction of the VP cross-connect
               in an ATM switch or network.

           (3) The manager sets the
               atmVpCrossConnectAdminStatus to up(1) in all
               rows of this VP cross-connect to turn the
               traffic flow on.


            One-Shot VP Cross-Connect Establishment

            A VP cross-connect may also be established in
            one step by a set-request with all necessary
            parameter values and atmVpCrossConnectRowStatus
            set to createAndGo(4).

            In contrast to the negotiated VP cross-connect
            establishment which allows for detailed error
            checking (i.e., set errors are explicitly linked
            to particular resource acquisition failures),
            the one-shot VP cross-connect establishment
            performs the setup on one operation but does not
            have the advantage of step-wise error checking.

            VP Cross-Connect Retirement

            A VP cross-connect identified by a particular
            value of atmVpCrossConnectIndex is released by:

           (1) Setting atmVpCrossConnec"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) 1 }

.1.3.6.1.2.1.37.1.9.1.1
atmVpCrossConnectIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique value to identify this VP cross-connect.
            For each VPL associated with this cross-connect,
            the agent reports this cross-connect index value
            in the atmVplCrossConnectIdentifier attribute of
            the corresponding atmVplTable entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 1 }

.1.3.6.1.2.1.37.1.9.1.2
atmVpCrossConnectLowIfIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the ATM interface for
            this VP cross-connect. The term low implies
            that this ATM interface has the numerically lower
            ifIndex value than the other ATM interface
            identified in the same atmVpCrossConnectEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 2 }

.1.3.6.1.2.1.37.1.9.1.3
atmVpCrossConnectLowVpi OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPI value at the ATM interface
            associated with the VP cross-connect that is
            identified by atmVpCrossConnectLowIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 3 }

.1.3.6.1.2.1.37.1.9.1.4
atmVpCrossConnectHighIfIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the ATM interface for
            this VP cross-connect. The term high implies that
            this ATM interface has the numerically higher
            ifIndex value than the  other ATM interface
            identified in the same atmVpCrossConnectEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 4 }

.1.3.6.1.2.1.37.1.9.1.5
atmVpCrossConnectHighVpi OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPI value at the ATM interface
            associated with the VP cross-connect that is
            identified by atmVpCrossConnectHighIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 5 }

.1.3.6.1.2.1.37.1.9.1.6
atmVpCrossConnectAdminStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXAdminStatus
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The desired administrative status of this
            bi-directional VP cross-connect."
  DEFVAL	{ down }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 6 }

.1.3.6.1.2.1.37.1.9.1.7
atmVpCrossConnectL2HOperStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXOperStatus
  SYNTAX	INTEGER {up(1), down(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational status of the VP cross-connect
            in one direction; (i.e., from the low to
            high direction)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 7 }

.1.3.6.1.2.1.37.1.9.1.8
atmVpCrossConnectH2LOperStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXOperStatus
  SYNTAX	INTEGER {up(1), down(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational status of the VP cross-connect
            in one direction; (i.e., from the high to
            low direction)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 8 }

.1.3.6.1.2.1.37.1.9.1.9
atmVpCrossConnectL2HLastChange OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXLastChange
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this
            VP cross-connect entered its current operational
            state in the low to high direction."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 9 }

.1.3.6.1.2.1.37.1.9.1.10
atmVpCrossConnectH2LLastChange OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXLastChange
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this
            VP cross-connect entered its current operational
            in the high to low direction."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 10 }

.1.3.6.1.2.1.37.1.9.1.11
atmVpCrossConnectRowStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this entry in the
            atmVpCrossConnectTable.  This object is used to
            create a cross-connect for cross-connecting
            VPLs which are created using the atmVplTable
            or to change or delete an existing cross-connect.
            This object must be initially set
            to `createAndWait' or 'createAndGo'.
            To turn on a VP cross-connect,
            the atmVpCrossConnectAdminStatus
            is set to `up'."
  DEFVAL	{ createAndWait }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVpCrossConnectTable(9) atmVpCrossConnectEntry(1) 11 }

.1.3.6.1.2.1.37.1.10
atmVcCrossConnectIndexNext OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to
            be used for atmVcCrossConnectIndex when creating
            entries in the atmVcCrossConnectTable.  The value
            0 indicates that no unassigned entries are
            available. To obtain the atmVcCrossConnectIndex
            value for a new entry, the manager issues a
            management protocol retrieval operation to obtain
            the current value of this object.  After each
            retrieval, the agent should modify the value to
            the next unassigned index.
            After a manager retrieves a value the agent will
            determine through its local policy when this index
            value will be made available for reuse."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 10 }

.1.3.6.1.2.1.37.1.11
atmVcCrossConnectTable OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ATM VC Cross Connect table for PVCs.
            An entry in this table models two
            cross-connected VCLs.
            Each VCL must have its atmConnKind set
            to pvc(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 11 }

.1.3.6.1.2.1.37.1.11.1
atmVcCrossConnectEntry OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ atmVcCrossConnectIndex, atmVcCrossConnectLowIfIndex, atmVcCrossConnectLowVpi, atmVcCrossConnectLowVci, atmVcCrossConnectHighIfIndex, atmVcCrossConnectHighVpi, atmVcCrossConnectHighVci }
  DESCRIPTION	"An entry in the ATM VC Cross Connect table.
            This entry is used to model a bi-directional ATM
            VC cross-connect cross-connecting two end points.

            Step-wise Procedures to set up a VC Cross-connect
            Once the entries in the atmVclTable are created,
            the following procedures are used
            to cross-connect the VCLs together to
            form a VCC segment.

           (1) The manager obtains a unique
               atmVcCrossConnectIndex by reading the
               atmVcCrossConnectIndexNext object.

           (2) Next, the manager creates a set of one
               or more rows in the ATM VC Cross Connect
               Table, one for each cross-connection between
               two VCLs.  Each row is indexed by the ATM
               interface port numbers and VPI/VCI values of
               the two ends of that cross-connection.
               This set of rows specifies the topology of the
               VCC cross-connect and is identified by a single
               value of atmVcCrossConnectIndex.

            Negotiated VC Cross-Connect Establishment

          (2a) The manager creates a row in this table by
               setting atmVcCrossConnectRowStatus to
               createAndWait(5).  The agent checks the
               requested topology and the mutual sanity of
               the ATM traffic parameters and
               service categories, i.e., the row creation
               fails if:
               - the requested topology is incompatible with
                 associated values of atmVclCastType,
               - the requested topology is not supported
                 by the agent,
               - the traffic/service category parameter values
                 associated with the requested row are
                 incompatible with those of already existing
                 rows for this VC cross-connect.
               [For example, for setting up
               a point-to-point VC cross-connect, the
               ATM traffic parameters in the receive direction
               of a VCL at the low end of the cross-connect
               must equal to the traffic parameters in the
               transmit direction of the other VCL at the
               high end of the cross-connect,
               otherwise, the row creation fails.]
               The agent also checks for internal errors
               in building the cross-connect.

               The atmVcCrossConnectIndex values in the
               corresponding atmVclTable rows are filled
               in by the agent at this point.

          (2b) The manager promotes the row in the
               atmVcCrossConnectTable by setting
               atmVcCrossConnectRowStatus to active(1).  If
               this set is successful, the agent has reserved
               the resources specified by the ATM traffic
               parameter and Service category values
               for each direction of the VC cross-connect
               in an ATM switch or network.

           (3) The manager sets the
               atmVcCrossConnectAdminStatus to up(1)
               in all rows of this VC cross-connect to
               turn the traffic flow on.


            One-Shot VC Cross-Connect Establishment

            A VC cross-connect may also be established in
            one step by a set-request with all necessary
            parameter values and atmVcCrossConnectRowStatus
            set to createAndGo(4).

            In contrast to the negotiated VC cross-connect
            establishment which allows for detailed error
            checking i.e., set errors are explicitly linked to
            particular resource acquisition failures), the
            one-shot VC cross-connect establishment
            performs the setup on one operation but does
            not have the advantage of step-wise error
            checking.

            VC Cross-Connect Retirement

            A VC cross-connect identified by a particular
            value of atmVcCrossConnectIndex is released by:

 "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) 1 }

.1.3.6.1.2.1.37.1.11.1.1
atmVcCrossConnectIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique value to identify this VC cross-connect.
            For each VCL associated with this cross-connect,
            the agent reports this cross-connect index value
            in the atmVclCrossConnectIdentifier attribute of
            the corresponding atmVclTable entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 1 }

.1.3.6.1.2.1.37.1.11.1.2
atmVcCrossConnectLowIfIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the ATM interface for this
            VC cross-connect. The term low implies
            that this ATM interface has the numerically lower
            ifIndex value than the other ATM interface
            identified in the same atmVcCrossConnectEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 2 }

.1.3.6.1.2.1.37.1.11.1.3
atmVcCrossConnectLowVpi OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPI value at the ATM interface
            associated with the VC cross-connect that is
            identified by atmVcCrossConnectLowIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 3 }

.1.3.6.1.2.1.37.1.11.1.4
atmVcCrossConnectLowVci OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VCI value at the ATM interface
            associated with this VC cross-connect that is
            identified by atmVcCrossConnectLowIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 4 }

.1.3.6.1.2.1.37.1.11.1.5
atmVcCrossConnectHighIfIndex OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value for the ATM interface for
            this VC cross-connect. The term high implies
            that this ATM interface has the numerically higher
            ifIndex value than the other ATM interface
            identified in the same atmVcCrossConnectEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 5 }

.1.3.6.1.2.1.37.1.11.1.6
atmVcCrossConnectHighVpi OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPI value at the ATM interface
            associated with the VC cross-connect that is
            identified by atmVcCrossConnectHighIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 6 }

.1.3.6.1.2.1.37.1.11.1.7
atmVcCrossConnectHighVci OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VCI value at the ATM interface
            associated with the VC cross-connect that is
            identified by atmVcCrossConnectHighIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 7 }

.1.3.6.1.2.1.37.1.11.1.8
atmVcCrossConnectAdminStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXAdminStatus
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The desired administrative status of this
            bi-directional VC cross-connect."
  DEFVAL	{ down }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 8 }

.1.3.6.1.2.1.37.1.11.1.9
atmVcCrossConnectL2HOperStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXOperStatus
  SYNTAX	INTEGER {up(1), down(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational status of the
            VC cross-connect in one direction; (i.e.,
            from the low to high direction)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 9 }

.1.3.6.1.2.1.37.1.11.1.10
atmVcCrossConnectH2LOperStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXOperStatus
  SYNTAX	INTEGER {up(1), down(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational status of the
            VC cross-connect in one direction; (i.e.,
            from the high to low direction)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 10 }

.1.3.6.1.2.1.37.1.11.1.11
atmVcCrossConnectL2HLastChange OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXLastChange
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this
            VC cross-connect entered its current
            operational state in low to high direction."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 11 }

.1.3.6.1.2.1.37.1.11.1.12
atmVcCrossConnectH2LLastChange OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVorXLastChange
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this
            VC cross-connect entered its current
            operational state in high to low direction."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 12 }

.1.3.6.1.2.1.37.1.11.1.13
atmVcCrossConnectRowStatus OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this entry in the
            atmVcCrossConnectTable.  This object is used to
            create a new cross-connect for cross-connecting
            VCLs which are created using the atmVclTable
            or to change or delete existing cross-connect.
            This object must be initially set to
            `createAndWait' or 'createAndGo'.
            To turn on a VC cross-connect,
            the atmVcCrossConnectAdminStatus
            is set to `up'."
  DEFVAL	{ createAndWait }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1) 13 }

.1.3.6.1.2.1.37.1.12
aal5VccTable OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains AAL5 VCC performance
            parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 12 }

.1.3.6.1.2.1.37.1.12.1
aal5VccEntry OBJECT-TYPE
  -- FROM	ATM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, aal5VccVpi, aal5VccVci }
  DESCRIPTION	"This list contains the AAL5 VCC
            performance parameters and is indexed
            by ifIndex values of AAL5 interfaces
            and the associated VPI/VCI values."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) aal5VccTable(12) 1 }

.1.3.6.1.2.1.37.1.12.1.1
aal5VccVpi OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPI value of the AAL5 VCC at the
            interface identified by the ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) aal5VccTable(12) aal5VccEntry(1) 1 }

.1.3.6.1.2.1.37.1.12.1.2
aal5VccVci OBJECT-TYPE
  -- FROM	ATM-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VCI value of the AAL5 VCC at the
            interface identified by the ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) aal5VccTable(12) aal5VccEntry(1) 2 }

.1.3.6.1.2.1.37.1.12.1.3
aal5VccCrcErrors OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AAL5 CPCS PDUs received with
            CRC-32 errors on this AAL5 VCC at the
            interface associated with an AAL5 entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) aal5VccTable(12) aal5VccEntry(1) 3 }

.1.3.6.1.2.1.37.1.12.1.4
aal5VccSarTimeOuts OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of partially re-assembled AAL5
            CPCS PDUs which were discarded
            on this AAL5 VCC at the interface associated
            with an AAL5 entity because they
            were not fully re-assembled within the
            required time period.  If the re-assembly
            timer is not supported, then this object
            contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) aal5VccTable(12) aal5VccEntry(1) 4 }

.1.3.6.1.2.1.37.1.12.1.5
aal5VccOverSizedSDUs OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AAL5 CPCS PDUs discarded
            on this AAL5 VCC at the interface
            associated with an AAL5 entity because the
            AAL5 SDUs were too large."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) aal5VccTable(12) aal5VccEntry(1) 5 }

.1.3.6.1.2.1.37.1.13
atmTrafficDescrParamIndexNext OBJECT-TYPE
  -- FROM	ATM-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to
            be used for atmTrafficDescrParamIndex when
            creating entries in the
            atmTrafficDescrParamTable.
            The value 0 indicates that no unassigned
            entries are available. To obtain the
            atmTrafficDescrParamIndex value for a new
            entry, the manager issues a management
            protocol retrieval operation to obtain the
            current value of this object.  After each
            retrieval, the agent should modify the value
            to the next unassigned index.
            After a manager retrieves a value the agent will
            determine through its local policy when this index
            value will be made available for reuse."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) 13 }

.1.3.6.1.2.1.37.2
atmMIBConformance OBJECT-TYPE
  -- FROM	ATM-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) 2 }

.1.3.6.1.2.1.37.2.1
atmMIBGroups OBJECT-TYPE
  -- FROM	ATM-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) 1 }

.1.3.6.1.2.1.37.2.1.1
atmInterfaceConfGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing configuration
               information about an ATM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 1 }

.1.3.6.1.2.1.37.2.1.2
atmTrafficDescrGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing information
                about ATM traffic descriptor type and
                the associated parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 2 }

.1.3.6.1.2.1.37.2.1.3
atmInterfaceDs3PlcpGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing information
                about DS3 PLCP layer at an ATM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 3 }

.1.3.6.1.2.1.37.2.1.4
atmInterfaceTCGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing information
                about TC sublayer at an ATM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 4 }

.1.3.6.1.2.1.37.2.1.5
atmVpcTerminationGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing
                information about a VPL at an ATM interface
                which terminates a VPC
                (i.e., one which is NOT cross-connected
                to other VPLs)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 5 }

.1.3.6.1.2.1.37.2.1.6
atmVccTerminationGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing information
                about a VCL at an ATM interface
                which terminates a VCC (i.e., one which is
                NOT cross-connected to other VCLs)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 6 }

.1.3.6.1.2.1.37.2.1.7
atmVpCrossConnectGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing
                information about a VP cross-connect
                and the associated VPLs that are
                cross-connected together."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 7 }

.1.3.6.1.2.1.37.2.1.8
atmVcCrossConnectGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing
                information about a VC cross-connect
                and the associated VCLs that are
                cross-connected together."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 8 }

.1.3.6.1.2.1.37.2.1.9
aal5VccGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing
                AAL5 configuration and performance statistics
                of a VCC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 9 }

.1.3.6.1.2.1.37.2.1.10
atmInterfaceConfGroup2 OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing configuration
               information about an ATM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 10 }

.1.3.6.1.2.1.37.2.1.11
atmTrafficDescrGroup2 OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing information
                about ATM traffic descriptor type and
                the associated parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 11 }

.1.3.6.1.2.1.37.2.1.12
atmVpcTerminationGroup2 OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing information
                about a VPL at an ATM interface which
                terminates a VPC (i.e., one which is NOT
                cross-connected to other VPLs)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 12 }

.1.3.6.1.2.1.37.2.1.13
atmVccTerminationGroup2 OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing information
                about a VCL at an ATM interface
                which terminates a VCC (i.e., one which is
                NOT cross-connected to other VCLs)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 13 }

.1.3.6.1.2.1.37.2.1.14
atmVplCrossConnectGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing
                information about the VPLs that
                are cross-connected together."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 14 }

.1.3.6.1.2.1.37.2.1.15
atmVpPvcCrossConnectGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing
                information about a VP cross-connect
                for PVCs. These objects are not used
                for Soft PVCs or SVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 15 }

.1.3.6.1.2.1.37.2.1.16
atmVclCrossConnectGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing
                information about the VCLs that
                are cross-connected together."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 16 }

.1.3.6.1.2.1.37.2.1.17
atmVcPvcCrossConnectGroup OBJECT-GROUP
  -- FROM	ATM-MIB
  DESCRIPTION	"A collection of objects providing
                information about a VC cross-connect
                for PVCs. These objects are not used
                for Soft PVCs or SVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBGroups(1) 17 }

.1.3.6.1.2.1.37.2.2
atmMIBCompliances OBJECT-TYPE
  -- FROM	ATM-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) 2 }

.1.3.6.1.2.1.37.2.2.1
atmMIBCompliance MODULE-COMPLIANCE
  -- FROM	ATM-MIB
  DESCRIPTION	"The compliance statement for SNMP entities
             including networks which have ATM and
             AAL5 interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBCompliances(2) 1 }

.1.3.6.1.2.1.37.2.2.2
atmMIBCompliance2 MODULE-COMPLIANCE
  -- FROM	ATM-MIB
  DESCRIPTION	"The compliance statement for SNMP entities
             including networks which have ATM and
             AAL5 interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBConformance(2) atmMIBCompliances(2) 2 }

.1.3.6.1.2.1.37.3
atmTCMIB OBJECT-TYPE
  -- FROM	ATM-TC-MIB
  DESCRIPTION	"This MIB Module provides Textual Conventions
           and OBJECT-IDENTITY Objects to be used by
           ATM systems."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) 3 }

.1.3.6.1.2.1.37.3.1
atmObjectIdentities OBJECT-TYPE
  -- FROM	ATM-TC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmTCMIB(3) 1 }

.1.3.6.1.2.1.41
snaDLC MODULE-IDENTITY
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"This is the MIB module for objects used to
                 manage SDLC devices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 41 }

.1.3.6.1.2.1.41.1
sdlc OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) 1 }

.1.3.6.1.2.1.41.1.1
sdlcPortGroup OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) 1 }

.1.3.6.1.2.1.41.1.1.1
sdlcPortAdminTable OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects that can be
                        changed to manage an SDLC port.    Changing one
                        of these parameters may take effect in the
                        operating port immediately or may wait until
                        the interface is restarted depending on the
                        details of the implementation.

                        Most of the objects in this read-write table
                        have corresponding read-only objects in the
                        sdlcPortOperTable that return the current
                        operating value.

                        The operating values may be different from
                        these configured values if  a configured
                        parameter was changed after the interface was
                        started."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) 1 }

.1.3.6.1.2.1.41.1.1.1.1
sdlcPortAdminEntry OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"A list of configured values for an SDLC port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) 1 }

.1.3.6.1.2.1.41.1.1.1.1.1
sdlcPortAdminName OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..10) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An octet string that defines the physical port
                        to which this interface is assigned.  It has
                        implementation-specific significance. Its value
                        shall be unique within the administered
                        system.  It must contain only ASCII printable
                        characters.  Should an implementation choose to
                        accept a write operation  for this object, it
                        causes the logical port definition associated
                        with the table instance to be moved to  a
                        different physical port.  A write operation
                        shall not take effect until the port is cycled
                        inactive."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) sdlcPortAdminEntry(1) 1 }

.1.3.6.1.2.1.41.1.1.1.1.2
sdlcPortAdminRole OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {primary(1), secondary(2), negotiable(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object describes the role that the link
                        station shall assume the next time a connection
                        is established.

                        Even though this is defined as a port object,
                        it is a link station attribute in the sense
                        that a role is per link station.  However, it
                        is not possible to vary link station roles on a
                        particular port.  For example, if an SDLC port
                        is configured to primary, all link stations on
                        that port must be primary."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) sdlcPortAdminEntry(1) 2 }

.1.3.6.1.2.1.41.1.1.1.1.3
sdlcPortAdminType OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {leased(1), switched(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This parameter defines whether the SDLC port
                        is to connect to a leased or switched line.  A
                        write operation to this administrative  value
                        shall not take effect until the SDLC port has
                        been cycled inactive."
  DEFVAL	{ leased }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) sdlcPortAdminEntry(1) 3 }

.1.3.6.1.2.1.41.1.1.1.1.4
sdlcPortAdminTopology OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {pointToPoint(1), multipoint(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This parameter defines whether the SDLC port is
                        capable of operating in either a point-to-point
                        or multipoint topology.

                        sdlcPortAdminTopology == multipoint implies the
                        port can also operate in a point-to-point
                        topology.  sdlcPortAdminTopology ==
                        pointToPoint does not imply the port can
                        operate in a multipoint topology.

                        A write operation to this administrative value
                        shall not take effect until the SDLC port has
                        been cycled inactive."
  DEFVAL	{ pointToPoint }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) sdlcPortAdminEntry(1) 4 }

.1.3.6.1.2.1.41.1.1.1.1.5
sdlcPortAdminISTATUS OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {inactive(1), active(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This parameter controls the initial value of
                        the administrative status, ifAdminStatus, of
                        this SDLC port at port start-up.  Depending
                        on the implementation, a write operation to
                        this administrative object may not take effect
                        until the SDLC port has been cycled inactive."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) sdlcPortAdminEntry(1) 5 }

.1.3.6.1.2.1.41.1.1.1.1.6
sdlcPortAdminACTIVTO OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This parameter defines the period of time (in
                        1/100ths of a second) that the port will allow a
                        switched line to remain inactive before
                        disconnecting.  A switched line is considered
                        to be inactive if there are no I-Frames being
                        transferred.  A value of zero indicates no
                        timeout.  Depending on the implementation, a
                        write operation to this administered value may
                        not take effect until the port is cycled
                        inactive.

                        This object only has meaning for SDLC ports
                        where sdlcPortAdminType == switched

                        The object descriptor contains the name of an
                        NCP configuration parameter, ACTIVTO.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP ACTIVTO is
                        represented in seconds."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) sdlcPortAdminEntry(1) 6 }

.1.3.6.1.2.1.41.1.1.1.1.7
sdlcPortAdminPAUSE OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object defines the minimum elapsed time
                        (in 1/100ths of a second) between any two
                        traversals of the poll list for a primary SDLC
                        port.  Depending on the implementation, a write
                        operation to this administered value  may not
                        take effect until the port is cycled inactive.

                        The object descriptor contains the name of an
                        NCP configuration parameter, PAUSE.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP PAUSE is
                        represented in 1/10ths of a second.

                        This object only has meaning for SDLC ports
                        where sdlcPortAdminRole == primary "
  DEFVAL	{ 200 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) sdlcPortAdminEntry(1) 7 }

.1.3.6.1.2.1.41.1.1.1.1.8
sdlcPortAdminSERVLIM OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object defines the number of times the
                        active poll list will be traversed before
                        polling a station on the slow poll list for a
                        primary, multipoint SDLC port.  Depending  on
                        the implementation, a write operation to this
                        administered value  may not take effect until
                        the port is cycled inactive.

                        This object only has meaning for SDLC ports
                        where
                            sdlcPortAdminRole == primary
                        and
                            sdlcPortAdminTopology == multipoint "
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) sdlcPortAdminEntry(1) 8 }

.1.3.6.1.2.1.41.1.1.1.1.9
sdlcPortAdminSlowPollTimer OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object describes the elapsed time (in
                        1/100ths of a second) between polls for failed
                        secondary link station addresses.  Depending
                        on the implementation, a write operation to
                        this administered value  may not take effect
                        until the port is cycled inactive.

                        This object only has meaning for SDLC ports
                        where
                            sdlcPortAdminRole == primary
                        and
                            sdlcPortAdminTopology == multipoint "
  DEFVAL	{ 2000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortAdminTable(1) sdlcPortAdminEntry(1) 9 }

.1.3.6.1.2.1.41.1.1.2
sdlcPortOperTable OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains current SDLC port
                        parameters.  Many of these objects have
                        corresponding objects in the sdlcPortAdminTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) 2 }

.1.3.6.1.2.1.41.1.1.2.1
sdlcPortOperEntry OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Currently set parameters for a specific SDLC
                        port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) 1 }

.1.3.6.1.2.1.41.1.1.2.1.1
sdlcPortOperName OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..8) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An octet string that describes the physical
                        port to which this interface is currently
                        attached.  It has  implementation-specific
                        significance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 1 }

.1.3.6.1.2.1.41.1.1.2.1.2
sdlcPortOperRole OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {primary(1), secondary(2), undefined(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the role that the link
                        station has assumed on this connection.

                        Even though this is defined as a port object,
                        it is a link station attribute in the sense
                        that a role is per link station.  However, it
                        is not possible to vary link station roles on a
                        particular port.  For example, if an SDLC port
                        is configured to primary, all link stations on
                        that port must be primary.

                        The value of sdlcPortOperRole is undefined(3)
                        whenever the link station role has not yet been
                        established by the mode setting command."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 2 }

.1.3.6.1.2.1.41.1.1.2.1.3
sdlcPortOperType OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {leased(1), switched(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This parameter defines whether the SDLC port
                        is currently operating as though connected to a
                        leased or switched line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 3 }

.1.3.6.1.2.1.41.1.1.2.1.4
sdlcPortOperTopology OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {pointToPoint(1), multipoint(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This parameter defines whether the SDLC port is
                        currently operating in a point-to-point or
                        multipoint topology."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 4 }

.1.3.6.1.2.1.41.1.1.2.1.5
sdlcPortOperISTATUS OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {inactive(1), active(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This parameter describes the initial value of
                        the administrative status, ifAdminStatus, of
                        this SDLC port at last port start-up."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 5 }

.1.3.6.1.2.1.41.1.1.2.1.6
sdlcPortOperACTIVTO OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This parameter defines the period of time (in
                        100ths of a second) that the port will allow a
                        switched line to remain inactive before
                        disconnecting.  A switched line is considered
                        to be inactive if there are no I-Frames being
                        transferred.

                        The object descriptor contains the name of an
                        NCP configuration parameter, ACTIVTO.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP ACTIVTO is
                        represented in seconds.
                        A value of zero indicates no timeout."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 6 }

.1.3.6.1.2.1.41.1.1.2.1.7
sdlcPortOperPAUSE OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the current minimum
                        elapsed time (in 1/100ths of a second) between
                        any two traversals of the poll list for a
                        primary SDLC port.

                        The object descriptor contains the name of an
                        NCP configuration parameter, PAUSE.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP PAUSE is
                        represented in 1/10ths of a second.

                        This object only has meaning for SDLC ports
                        where
                            sdlcPortAdminRole == primary "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 7 }

.1.3.6.1.2.1.41.1.1.2.1.8
sdlcPortOperSlowPollMethod OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {servlim(1), pollpause(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object defines the exact method that is in
                        effect for periodically polling failed secondary
                        link station addresses.

                        If sdlcPortOperSlowPollMethod == servlim, then
                        sdlcPortOperSERVLIM defines the actual polling
                        characteristics.

                        If sdlcPortOperSlowPollMethod == pollpause,
                        then sdlcPortOperSlowPollTimer defines the
                        actual polling characteristics.

                        If sdlcPortOperSlowPollMethod == other, then
                        the polling characteristics are modeled in
                        vendor-specific objects.

                        This object only has meaning for SDLC ports
                        where
                            sdlcPortOperRole == primary
                        and
                            sdlcPortOperTopology == multipoint "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 8 }

.1.3.6.1.2.1.41.1.1.2.1.9
sdlcPortOperSERVLIM OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the number of times the
                        active poll list is currently being traversed
                        before polling a station on the slow poll list
                        for a primary, multipoint SDLC port.

                        This object only has meaning for SDLC ports
                        where
                            sdlcPortOperRole == primary
                        and
                            sdlcPortOperTopology == multipoint "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 9 }

.1.3.6.1.2.1.41.1.1.2.1.10
sdlcPortOperSlowPollTimer OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the elapsed time (in
                        1/100ths of a second) between polls for failed
                        secondary link station addresses.

                        This object only has meaning for SDLC ports
                        where
                            sdlcPortOperRole == primary
                        and
                            sdlcPortOperTopology == multipoint "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 10 }

.1.3.6.1.2.1.41.1.1.2.1.11
sdlcPortOperLastModifyTime OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the value of sysUpTime
                         when this port definition was last modified.
                         If the port has not been modified, then this
                         value shall be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 11 }

.1.3.6.1.2.1.41.1.1.2.1.12
sdlcPortOperLastFailTime OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the value of sysUpTime
                        when this SDLC port last failed.  If the port
                        has not failed, then this value shall be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 12 }

.1.3.6.1.2.1.41.1.1.2.1.13
sdlcPortOperLastFailCause OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {undefined(1), physical(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This enumerated object describes the cause of
                        the last failure of this SDLC port.  If the
                        port has not failed, then this object has a
                        value of undefined(1)."
  DEFVAL	{ undefined }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortOperTable(2) sdlcPortOperEntry(1) 13 }

.1.3.6.1.2.1.41.1.1.3
sdlcPortStatsTable OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each entry in this table contains statistics
                        for a specific SDLC port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) 3 }

.1.3.6.1.2.1.41.1.1.3.1
sdlcPortStatsEntry OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"A list of statistics for an SDLC port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) 1 }

.1.3.6.1.2.1.41.1.1.3.1.1
sdlcPortStatsPhysicalFailures OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of times
                        this port has failed due to its physical media
                        since port startup.  At port startup time,
                        this object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 1 }

.1.3.6.1.2.1.41.1.1.3.1.2
sdlcPortStatsInvalidAddresses OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                        frames received by this port with invalid link
                        station addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 2 }

.1.3.6.1.2.1.41.1.1.3.1.3
sdlcPortStatsDwarfFrames OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                        frames received by this port which were
                        delivered intact by the physical layer but were
                        too short to be legal.

                        Ignoring the frame check sequence (FCS), a
                        frame is considered to be too short if it
                        is less than 2 bytes for sdlcLSOperMODULO of
                        eight, or if it is less than 3 bytes for
                        sdlcLSOperMODULO of onetwentyeight."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 3 }

.1.3.6.1.2.1.41.1.1.3.1.4
sdlcPortStatsPollsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of polls
                         received by this port since the port was
                         created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 4 }

.1.3.6.1.2.1.41.1.1.3.1.5
sdlcPortStatsPollsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of polls
                         sent by this port since the port was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 5 }

.1.3.6.1.2.1.41.1.1.3.1.6
sdlcPortStatsPollRspsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of poll
                         responses received by this port since the port
                         was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 6 }

.1.3.6.1.2.1.41.1.1.3.1.7
sdlcPortStatsPollRspsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of poll
                         responses sent by this port since the port was
                         created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 7 }

.1.3.6.1.2.1.41.1.1.3.1.8
sdlcPortStatsLocalBusies OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         times that the local SDLC link stations on
                         this port have entered a busy state (RNR).
                         This object is initialized to zero when the
                         port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 8 }

.1.3.6.1.2.1.41.1.1.3.1.9
sdlcPortStatsRemoteBusies OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         times that the adjacent (i.e., remote) SDLC
                         link stations on this port have entered a busy
                         state (RNR).  This object is initialized to
                         zero when the port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 9 }

.1.3.6.1.2.1.41.1.1.3.1.10
sdlcPortStatsIFramesIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         I-Frames that have been received by SDLC link
                         stations on this port.  This object is
                         initialized to zero when the port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 10 }

.1.3.6.1.2.1.41.1.1.3.1.11
sdlcPortStatsIFramesOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         I-Frames that have been transmitted by SDLC
                         link stations on this port.  This object is
                         initialized to zero when the port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 11 }

.1.3.6.1.2.1.41.1.1.3.1.12
sdlcPortStatsOctetsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total octets
                         received from adjacent SDLC link stations on
                         this port.  This object covers the address,
                         control, and information field of I-Frames
                         only.  This object is initialized to zero when
                         the port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 12 }

.1.3.6.1.2.1.41.1.1.3.1.13
sdlcPortStatsOctetsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total octets
                         transmitted to adjacent SDLC link stations on
                         this port.  This object covers the address,
                         control, and information field of I-Frames
                         only.  This object is initialized to zero when
                         the port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 13 }

.1.3.6.1.2.1.41.1.1.3.1.14
sdlcPortStatsProtocolErrs OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         times that the SDLC link stations on this port
                         have deactivated the link as a result of
                         having received a protocol violation from the
                         adjacent link station.  This object is
                         initialized to zero when the port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 14 }

.1.3.6.1.2.1.41.1.1.3.1.15
sdlcPortStatsActivityTOs OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         times that the SDLC link stations on this port
                         have deactivated the link as a result of no
                         activity on the link.  This object is
                         initialized to zero when the port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 15 }

.1.3.6.1.2.1.41.1.1.3.1.16
sdlcPortStatsRNRLIMITs OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         times that the SDLC link stations on this port
                         have deactivated the link as a result of its
                         RNRLIMIT timer expiring.  This object is
                         initialized to zero when the port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 16 }

.1.3.6.1.2.1.41.1.1.3.1.17
sdlcPortStatsRetriesExps OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         times that the SDLC link stations on this port
                         have deactivated the link as a result of a
                         retry sequence being exhausted.  This object
                         is initialized to zero when the port is
                         created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 17 }

.1.3.6.1.2.1.41.1.1.3.1.18
sdlcPortStatsRetransmitsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         I-Frames retransmitted by remote link stations
                         for all SDLC link stations on this port.  This
                         object is initialized to zero when the port is
                         created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 18 }

.1.3.6.1.2.1.41.1.1.3.1.19
sdlcPortStatsRetransmitsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         I-Frames retransmitted by all local SDLC link
                         stations on this port.  This object is
                         initialized to zero when the port is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcPortGroup(1) sdlcPortStatsTable(3) sdlcPortStatsEntry(1) 19 }

.1.3.6.1.2.1.41.1.2
sdlcLSGroup OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) 2 }

.1.3.6.1.2.1.41.1.2.1
sdlcLSAdminTable OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects that can be
                        changed to manage an SDLC link station.
                        Changing one of these parameters may take
                        effect in the operating link immediately or may
                        wait until the link is restarted depending on
                        the details of the implementation.

                        The entries in sdlcLSAdminTable can be created
                        either by an agent or a management station. The
                        management station can create an entry in
                        sdlcLSAdminTable by setting the appropriate
                        value in sdlcLSAdminRowStatus.

                        Most of the objects in this read-create table
                        have corresponding read-only objects in the
                        sdlcLSOperTable that reflect the current
                        operating value.

                        The operating values may be different from
                        these configured values if changed by XID
                        negotiation or if a configured parameter was
                        changed after the link was started."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) 1 }

.1.3.6.1.2.1.41.1.2.1.1
sdlcLSAdminEntry OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, sdlcLSAddress }
  DESCRIPTION	"A list of configured values for an SDLC link
                         station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) 1 }

.1.3.6.1.2.1.41.1.2.1.1.1
sdlcLSAddress OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value is the poll address of the
                         secondary link station for this SDLC link.  It
                         uniquely identifies the SDLC link station
                         within a single SDLC port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 1 }

.1.3.6.1.2.1.41.1.2.1.1.2
sdlcLSAdminName OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..10) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An octet string that defines the local name of
                        the SDLC link station.  This field may be sent
                        in the XID3 control vector 0x0E, type 0xF7."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 2 }

.1.3.6.1.2.1.41.1.2.1.1.3
sdlcLSAdminState OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {inactive(1), active(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the desired state of the
                        SDLC station.  The managed system shall attempt
                        to keep the operational state, sdlcLSOperState,
                        consistent with this value."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 3 }

.1.3.6.1.2.1.41.1.2.1.1.4
sdlcLSAdminISTATUS OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {inactive(1), active(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This parameter controls the desired state,
                        sdlcLSAdminState, of the SDLC link station at
                        link station start-up."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 4 }

.1.3.6.1.2.1.41.1.2.1.1.5
sdlcLSAdminMAXDATASend OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the maximum PDU size that
                        the local link station thinks it can send to
                        the adjacent link station before having
                        received any XID from the ALS.  After the
                        maximum PDU size that the ALS can receive is
                        known (via XID exchange) that value is
                        reflected in sdlcLSOperMAXDATASend and takes
                        precedence over this object.

                        This value includes the Transmission Header
                        (TH) and the Request Header (RH)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 5 }

.1.3.6.1.2.1.41.1.2.1.1.6
sdlcLSAdminMAXDATARcv OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the maximum PDU size that
                        the local link station can receive from the
                        adjacent link station.  This value is sent in
                        the XID to the ALS.

                        This value includes the Transmission Header
                        (TH) and the Request Header (RH)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 6 }

.1.3.6.1.2.1.41.1.2.1.1.7
sdlcLSAdminREPLYTO OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the reply timeout (in
                        1/100ths of a second) for an SDLC link
                        station.  If the link station does not receive
                        a response to a poll or message before the
                        specified time expires then the appropriate
                        error recovery shall be initiated.

                        The object descriptor contains the name of an
                        NCP configuration parameter, REPLYTO.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP REPLYTO is
                        represented in 1/10ths of a second.

                        Depending on the implementation, a write
                        operation to this administered value  may not
                        change the operational value, sdlcLSOperREPLYTO,
                        until the link station is cycled inactive.

                        This object only has meaning for SDLC ports
                        where sdlcPortAdminRole == primary "
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 7 }

.1.3.6.1.2.1.41.1.2.1.1.8
sdlcLSAdminMAXIN OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the maximum number of
                        unacknowledged I-frames which an SDLC link
                        station may receive.  This should range from 1
                        to (sdlcLSAdminMODULO - 1).  This value is sent
                        in the XID to the ALS.

                        A write operation to this administered value
                        will not change the operational value,
                        sdlcLSOperMAXIN, until the link station is
                        cycled inactive."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 8 }

.1.3.6.1.2.1.41.1.2.1.1.9
sdlcLSAdminMAXOUT OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the maximum number of
                        consecutive unacknowledged I-frames which an
                        SDLC link station shall send without an
                        acknowledgement.  This shall range from 1 to
                        (sdlcLSAdminMODULO - 1).

                        For link stations on switched SDLC lines,
                        certain implementions may choose to override
                        this administered value with the value
                        received in the XID exchange.

                        Depending on the implementation, a write
                        operation to this administered value may not
                        change the operational value,
                        sdlcLSOperMAXOUT, until the link station is
                        cycled inactive.

                        An implementation can support only modulo 8,
                        only modulo 128, or both."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 9 }

.1.3.6.1.2.1.41.1.2.1.1.10
sdlcLSAdminMODULO OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {eight(8), onetwentyeight(128)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the modulus for an SDLC
                        link station.  This modulus determines the size
                        of the rotating acknowledgement window used the
                        SDLC link station pair.

                        A write operation to this administered value
                        will not change the operational value,
                        sdlcLSOperMODULO, until the link station is
                        cycled inactive.

                        An implementation can support only modulo 8,
                        only modulo 128, or both."
  DEFVAL	{ eight }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 10 }

.1.3.6.1.2.1.41.1.2.1.1.11
sdlcLSAdminRETRIESm OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls number of retries in a
                        retry sequence for the local SDLC link
                        station.  A retry sequence is a series of
                        retransmitted frames ( data or control) for
                        which no positive acknowledgement is received.

                        The number of times that the retry sequence is
                        to be repeated is controlled by the object:
                        sdlcLSAdminRETRIESn.  The interval between retry
                        sequences is controlled by the object:
                        sdlcLSAdminRETRIESt.

                        A value of zero indicates no retries. If the
                        value of sdlcLSAdminRETRIESm is zero, then the
                        values of sdlcLSAdminRETRIESt and
                        sdlcLSAdminRETRIESn should also be zero.

                        Depending on the implementation, a write
                        operation to this administered value  may not
                        change the operational value,
                        sdlcLSOperRETRIESm, until the link station is
                        cycled inactive."
  DEFVAL	{ 15 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 11 }

.1.3.6.1.2.1.41.1.2.1.1.12
sdlcLSAdminRETRIESt OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the interval (in 1/100ths
                        of a second) between retry sequences for the
                        local SDLC link station if multiple retry
                        sequences are specified .  A retry sequence is
                        a series of retransmitted frames ( data or
                        control) for which no positive acknowledgement
                        is received.

                        The number of repeated retries sequences is
                        controlled by the object: sdlcLSAdminRETRIESn.
                        The retries per sequence is controlled by the
                        object:  sdlcLSAdminRETRIESm.

                        The object descriptor contains the name of an
                        NCP configuration parameter, RETRIESt.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP RETRIESt is
                        represented in seconds.

                        Depending on the implementation, a write
                        operation to this administered value  may not
                        change the operational value,
                        sdlcLSOperRETRIESt, until the link station is
                        cycled inactive."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 12 }

.1.3.6.1.2.1.41.1.2.1.1.13
sdlcLSAdminRETRIESn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the number of times that
                        a retry sequence is repeated for the local SDLC
                        link station.  A retry sequence is a series of
                        retransmitted frames ( data or control) for
                        which no positive acknowledgement is received.

                        The interval between retry sequences is
                        controlled by the object: sdlcLSAdminRETRIESn.
                        The retries per sequence is controlled by the
                        object:  sdlcLSAdminRETRIESm.

                        Depending on the implementation, a write
                        operation to this administered value  may not
                        change the operational value,
                        sdlcLSOperRETRIESn, until the link station is
                        cycled inactive."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 13 }

.1.3.6.1.2.1.41.1.2.1.1.14
sdlcLSAdminRNRLIMIT OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the length of time (in
                        1/100ths of a second) that an SDLC link station
                        will allow its adjacent link station to remain
                        in a busy (RNR) state before declaring it
                        inoperative.

                        A value of sdlcLSAdminRNRLIMIT == 0 means there
                        is no limit.

                        The object descriptor contains the name of an
                        NCP configuration parameter, RNRLIMIT.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP RNRLIMIT is
                        represented in minutes.

                        Depending on the implementation, a write
                        operation to this administered value  may not
                        change the operational value,
                        sdlcLSOperRNRLIMIT, until the link station is
                        cycled inactive."
  DEFVAL	{ 18000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 14 }

.1.3.6.1.2.1.41.1.2.1.1.15
sdlcLSAdminDATMODE OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {half(1), full(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls whether communications
                        mode with the adjacent link station is
                        two-way-alternate (half) or two-way-simultaneous
                        (full).

                        A write operation to this administered value
                        will not change the operational value,
                        sdlcLSOperDATMODE, until the link station is
                        cycled inactive."
  DEFVAL	{ half }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 15 }

.1.3.6.1.2.1.41.1.2.1.1.16
sdlcLSAdminGPoll OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (0..254) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the group poll address
                        for this link station instance.  If group poll
                        is not in effect for this link station
                        instance, the value for sdlcLSAdminGPoll should
                        be zero.

                        Depending on the implementation, a write
                        operation to this administered value may not
                        change the operational value, sdlcLSOperGPoll,
                        until the link station is cycled inactive."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 16 }

.1.3.6.1.2.1.41.1.2.1.1.17
sdlcLSAdminSimRim OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {no(1), yes(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the support for
                        transmission and receipt of SIM and RIM control
                        frames for this link station.  The value of
                        this object controls the setting of the
                        transmit-receive capability sent in the XID
                        field."
  DEFVAL	{ no }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 17 }

.1.3.6.1.2.1.41.1.2.1.1.18
sdlcLSAdminXmitRcvCap OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {twa(1), tws(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the transmit-receive
                        capabilities for this SDLC link station.  The
                        value of this object establishes the value of
                        the transmit-receive capability indicator sent
                        in the XID image to the adjacent link station."
  DEFVAL	{ twa }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 18 }

.1.3.6.1.2.1.41.1.2.1.1.19
sdlcLSAdminRowStatus OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used by a management station to
                        create or delete the row entry in
                        sdlcLSAdminTable following the RowStatus
                        textual convention.

                        Upon successful creation of the row, an agent
                        automatically creates a corresponding entry in
                        the sdlcLSOperTable with sdlcLSOperState equal
                        to 'discontacted (1)'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSAdminTable(1) sdlcLSAdminEntry(1) 19 }

.1.3.6.1.2.1.41.1.2.2
sdlcLSOperTable OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains current SDLC link
                          parameters.  Many of these objects have
                          corresponding objects in the
                          sdlcLSAdminTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) 2 }

.1.3.6.1.2.1.41.1.2.2.1
sdlcLSOperEntry OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, sdlcLSAddress }
  DESCRIPTION	"A list of status and control values for an
                         SDLC link station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) 1 }

.1.3.6.1.2.1.41.1.2.2.1.1
sdlcLSOperName OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..10) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An octet string that defines the name of the
                         remote SDLC link station.  This field is
                         received in the XID3 control vector 0x0E, type
                         0xF7."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 1 }

.1.3.6.1.2.1.41.1.2.2.1.2
sdlcLSOperRole OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {primary(1), secondary(2), undefined(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the current role that the
                        link station is assuming.

                        The value of sdlcLSOperRole is undefined(3)
                        whenever the link station role has not yet been
                        established by the mode setting command."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 2 }

.1.3.6.1.2.1.41.1.2.2.1.3
sdlcLSOperState OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {discontacted(1), contactPending(2), contacted(3), discontactPending(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the operational state of
                        the SDLC link station.  The managed system
                        shall attempt to keep this value consistent
                        with the administered state, sdlcLSAdminState"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 3 }

.1.3.6.1.2.1.41.1.2.2.1.4
sdlcLSOperMAXDATASend OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the actual maximum PDU
                        size that the local link station can send to
                        the adjacent link station.  This object is
                        established from the value received in the XID
                        from the adjacent link station.  If no XID
                        is received, then this value is implementation
                        dependent (for instance, it could be the value
                        of sdlcLSAdminMAXDATASend).
                        This value includes the Transmission Header
                        (TH) and the Request Header (RH)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 4 }

.1.3.6.1.2.1.41.1.2.2.1.5
sdlcLSOperREPLYTO OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the current reply timeout
                        (in 1/100ths of a second) for an SDLC link
                        station.  If the link station does not receive
                        a response to a poll or message before the
                        specified time expires then the appropriate
                        error recovery shall be initiated.

                        The object descriptor contains the name of an
                        NCP configuration parameter, REPLYTO.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP REPLYTO is
                        represented in 1/10ths of a second.

                        This object only has meaning for SDLC ports
                        where sdlcPortOperRole == primary "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 5 }

.1.3.6.1.2.1.41.1.2.2.1.6
sdlcLSOperMAXIN OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the current maximum
                        number of unacknowledged I-frames which an SDLC
                        link station may receive.  This shall range
                        from 1 to (sdlcLSOperMODULO - 1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 6 }

.1.3.6.1.2.1.41.1.2.2.1.7
sdlcLSOperMAXOUT OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object controls the maximum number of
                        consecutive unacknowledged I-frames which an
                        SDLC link station shall send without an
                        acknowledgement.  This shall range from 1 to
                        (sdlcLSAdminMODULO - 1).
                        This value may controlled by the administered
                        MAXOUT, sdlcLSAdminMAXOUT, or by the MAXIN value
                        received during the XID exchange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 7 }

.1.3.6.1.2.1.41.1.2.2.1.8
sdlcLSOperMODULO OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {eight(8), onetwentyeight(128)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the current modulus for
                        an SDLC link station.  This modulus determines
                        the size of rotating acknowledgement window
                        used by the SDLC link station pair."
  DEFVAL	{ eight }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 8 }

.1.3.6.1.2.1.41.1.2.2.1.9
sdlcLSOperRETRIESm OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object controls number of retries in a
                        retry sequence for an SDLC link station.  A
                        retry sequence is a series of retransmitted
                        frames ( data or control) for which no positive
                        acknowledgement is received.

                        The current number of times that the retry
                        sequence is to be repeated is reflected by the
                        object:  sdlcLSOperRETRIESn.  The current
                        interval between retry sequences is reflected
                        by the object:  sdlcLSOperRETRIESt."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 9 }

.1.3.6.1.2.1.41.1.2.2.1.10
sdlcLSOperRETRIESt OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the current interval (in
                        1/100ths of a second) between retry sequences
                        for an SDLC link station if multiple retry
                        sequences are specified.  A retry sequence is a
                        series of retransmitted frames ( data or
                        control) for which no positive acknowledgement
                        is received.

                        The object descriptor contains the name of an
                        NCP configuration parameter, RETRIESt.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP RETRIESt is
                        represented in seconds.

                        The current number of repeated retries
                        sequences is reflected by the object:
                        sdlcLSOperRETRIESn.  The current retries per
                        sequence is reflected by the object:
                        sdlcLSOperRETRIESm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 10 }

.1.3.6.1.2.1.41.1.2.2.1.11
sdlcLSOperRETRIESn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the current number of
                        times that a retry sequence is repeated for an
                        SDLC link station.  A retry sequence is a
                        series of retransmitted frames ( data or
                        control) for which no positive acknowledgement
                        is received.

                        The current interval between retry sequences is
                        reflected by the object: sdlcLSOperRETRIESn.
                        The current retries per sequence is reflected
                        by the object:  sdlcLSOperRETRIESm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 11 }

.1.3.6.1.2.1.41.1.2.2.1.12
sdlcLSOperRNRLIMIT OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the current length of
                        time (in 1/100ths of a second) that an SDLC
                        link station will allow its adjacent link
                        station to remain in a busy (RNR) state before
                        declaring it inoperative.

                        The object descriptor contains the name of an
                        NCP configuration parameter, RNRLIMIT.  Please
                        note that the value of this object represents
                        1/100ths of a second while the NCP RNRLIMIT is
                        represented in minutes.

                        A value of sdlcLSOperRNRLIMIT == 0 means there
                        is no limit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 12 }

.1.3.6.1.2.1.41.1.2.2.1.13
sdlcLSOperDATMODE OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {half(1), full(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects whether the current
                        communications mode with the adjacent link
                        station is two-way-alternate (half) or
                        two-way-simultaneous (full)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 13 }

.1.3.6.1.2.1.41.1.2.2.1.14
sdlcLSOperLastModifyTime OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the value of sysUpTime
                         when this link station definition was last
                         modified.  If the link station has not been
                         modified, then this value shall be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 14 }

.1.3.6.1.2.1.41.1.2.2.1.15
sdlcLSOperLastFailTime OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the value of sysUpTime
                         when this SDLC link station last failed.  If
                         the link station has not failed, then this
                         value shall be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 15 }

.1.3.6.1.2.1.41.1.2.2.1.16
sdlcLSOperLastFailCause OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {undefined(1), rxFRMR(2), txFRMR(3), noResponse(4), protocolErr(5), noActivity(6), rnrLimit(7), retriesExpired(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This enumerated object reflects the cause of
                        the last failure of this SDLC link station.  If
                        the link station has not failed, then this
                        object will have a value of undefined(1)."
  DEFVAL	{ undefined }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 16 }

.1.3.6.1.2.1.41.1.2.2.1.17
sdlcLSOperLastFailCtrlIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	OCTET STRING (1..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the last control octet or
                        octets (depending on modulus) received by this
                        SDLC link station at the time of the last
                        failure.  If the link station has not failed,
                        then this value has no meaning."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 17 }

.1.3.6.1.2.1.41.1.2.2.1.18
sdlcLSOperLastFailCtrlOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	OCTET STRING (1..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the last control octet or
                        octets (depending on modulus) sent by this SDLC
                        link station at the time of the last failure.
                        If the link station has not failed, then this
                        value has no meaning."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 18 }

.1.3.6.1.2.1.41.1.2.2.1.19
sdlcLSOperLastFailFRMRInfo OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the information field of
                        the FRMR frame if the last failure for this
                        SDLC link station was as a result of an invalid
                        frame.  Otherwise, this field has no meaning."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 19 }

.1.3.6.1.2.1.41.1.2.2.1.20
sdlcLSOperLastFailREPLYTOs OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the number of times that
                        the REPLYTO timer had expired for an SDLC link
                        station at the time of the last failure. If the
                        link station has not failed, then this value
                        has no meaning."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 20 }

.1.3.6.1.2.1.41.1.2.2.1.21
sdlcLSOperEcho OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {no(1), yes(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies whether the echo bit is
                         in effect for this particular link station."
  DEFVAL	{ no }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 21 }

.1.3.6.1.2.1.41.1.2.2.1.22
sdlcLSOperGPoll OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER (0..254) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the group poll address
                        in effect for this link station instance."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 22 }

.1.3.6.1.2.1.41.1.2.2.1.23
sdlcLSOperSimRim OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {no(1), yes(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the support for
                        transmission and receipt of SIM and RIM control
                        frames for the adjacent link station.  The
                        value of this object is set from the XID field
                        received from the adjacent link station."
  DEFVAL	{ no }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 23 }

.1.3.6.1.2.1.41.1.2.2.1.24
sdlcLSOperXmitRcvCap OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	INTEGER {twa(1), tws(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the transmit-receive
                        capabilities for the adjacent SDLC link
                        station.  The value of this object is the value
                        of the transmit-receive capability indicator
                        received in the XID image from the adjacent
                        link station."
  DEFVAL	{ twa }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSOperTable(2) sdlcLSOperEntry(1) 24 }

.1.3.6.1.2.1.41.1.2.3
sdlcLSStatsTable OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each entry in this table contains statistics
                        for a specific SDLC link station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) 3 }

.1.3.6.1.2.1.41.1.2.3.1
sdlcLSStatsEntry OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, sdlcLSAddress }
  DESCRIPTION	"A list of statistics for an SDLC link station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) 1 }

.1.3.6.1.2.1.41.1.2.3.1.1
sdlcLSStatsBLUsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total basic link
                        units (BLUs; frames) received from an adjacent
                        SDLC link station since link station startup.
                        At link station startup time, this object must
                        be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 1 }

.1.3.6.1.2.1.41.1.2.3.1.2
sdlcLSStatsBLUsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total basic link
                        units (BLUs; frames), transmitted to an
                        adjacent SDLC link station since link station
                        startup.  At link station startup time, this
                        object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 2 }

.1.3.6.1.2.1.41.1.2.3.1.3
sdlcLSStatsOctetsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total octets received
                        from an adjacent SDLC link station since link
                        station startup.  This object covers the
                        address, control, and information field of
                        I-Frames only.  At link station startup time,
                        this object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 3 }

.1.3.6.1.2.1.41.1.2.3.1.4
sdlcLSStatsOctetsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total octets
                        transmitted to an adjacent SDLC link station
                        since link station startup.  This object covers
                        the address, control, and information field of
                        I-Frames only.  At link station startup time,
                        this object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 4 }

.1.3.6.1.2.1.41.1.2.3.1.5
sdlcLSStatsPollsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total polls received
                        from an adjacent SDLC link station since link
                        station startup.  At link station startup time,
                        this object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 5 }

.1.3.6.1.2.1.41.1.2.3.1.6
sdlcLSStatsPollsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total polls sent to
                        an adjacent SDLC link station since link
                        station startup.  At link station startup time,
                        this object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 6 }

.1.3.6.1.2.1.41.1.2.3.1.7
sdlcLSStatsPollRspsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of poll
                        responses sent to the adjacent SDLC link
                        station since link station startup.  This value
                        includes I-frames that are sent in response to
                        a poll.

                        At link station startup time, this object must
                        be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 7 }

.1.3.6.1.2.1.41.1.2.3.1.8
sdlcLSStatsPollRspsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of poll
                        responses received from the adjacent SDLC link
                        station since station startup.  This value
                        includes I-frames that are received in response
                        to a poll.

                        At link station startup time, this object must
                        be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 8 }

.1.3.6.1.2.1.41.1.2.3.1.9
sdlcLSStatsLocalBusies OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of times
                        that the local SDLC link station has entered a
                        busy state (RNR) since link station startup.
                        At link station startup time, this object must
                        be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 9 }

.1.3.6.1.2.1.41.1.2.3.1.10
sdlcLSStatsRemoteBusies OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of times
                        that an adjacent ( remote) SDLC link station
                        has entered a busy state (RNR) since link
                        station startup.  At link station startup time,
                        this object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 10 }

.1.3.6.1.2.1.41.1.2.3.1.11
sdlcLSStatsIFramesIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total I-frames
                        received from an adjacent SDLC link station
                        since link station startup.  At link station
                        startup time, this object must be initialized
                        to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 11 }

.1.3.6.1.2.1.41.1.2.3.1.12
sdlcLSStatsIFramesOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total I-frames
                        transmitted to an adjacent SDLC link station
                        since link station startup.  At link station
                        startup time, this object must be initialized
                        to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 12 }

.1.3.6.1.2.1.41.1.2.3.1.13
sdlcLSStatsUIFramesIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total UI-frames
                        received from an adjacent SDLC link station
                        since link station startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 13 }

.1.3.6.1.2.1.41.1.2.3.1.14
sdlcLSStatsUIFramesOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total UI-frames
                       transmitted to an adjacent SDLC link station
                       since link station startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 14 }

.1.3.6.1.2.1.41.1.2.3.1.15
sdlcLSStatsXIDsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total XID frames
                        received from an adjacent SDLC link station
                        since link station startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 15 }

.1.3.6.1.2.1.41.1.2.3.1.16
sdlcLSStatsXIDsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total XID frames
                        transmitted to an adjacent SDLC link station
                        since link station startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 16 }

.1.3.6.1.2.1.41.1.2.3.1.17
sdlcLSStatsTESTsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total TEST frames,
                        commands or responses, received from an
                        adjacent SDLC link station since link station
                        startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 17 }

.1.3.6.1.2.1.41.1.2.3.1.18
sdlcLSStatsTESTsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total TEST frames,
                        commands or responses, transmitted to an
                        adjacent SDLC link station since link station
                        startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 18 }

.1.3.6.1.2.1.41.1.2.3.1.19
sdlcLSStatsREJsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total REJ frames
                        received from an adjacent SDLC link station
                        since link station startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 19 }

.1.3.6.1.2.1.41.1.2.3.1.20
sdlcLSStatsREJsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total REJ frames
                        transmitted to an adjacent SDLC link station
                        since link station startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 20 }

.1.3.6.1.2.1.41.1.2.3.1.21
sdlcLSStatsFRMRsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total frame reject
                        (FRMR) frames received from an adjacent SDLC
                        link station since link station startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 21 }

.1.3.6.1.2.1.41.1.2.3.1.22
sdlcLSStatsFRMRsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total frame reject
                        (FRMR) frames transmitted to an adjacent SDLC
                        link station since link station startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 22 }

.1.3.6.1.2.1.41.1.2.3.1.23
sdlcLSStatsSIMsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total set
                        initialization mode (SIM) frames received from
                        an adjacent SDLC link station since link station
                        startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 23 }

.1.3.6.1.2.1.41.1.2.3.1.24
sdlcLSStatsSIMsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total set
                        initialization mode (SIM) frames transmitted to
                        an adjacent SDLC link station since link station
                        startup.  At link station startup time, this
                        object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 24 }

.1.3.6.1.2.1.41.1.2.3.1.25
sdlcLSStatsRIMsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total request
                        initialization mode (RIM) frames received from
                        an adjacent SDLC link station since link station
                        startup.  At link station startup time, this
                        object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 25 }

.1.3.6.1.2.1.41.1.2.3.1.26
sdlcLSStatsRIMsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total request
                        initialization mode (RIM) frames transmitted to
                        an adjacent SDLC link station since link station
                        startup.  At link station startup time, this
                        object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 26 }

.1.3.6.1.2.1.41.1.2.3.1.27
sdlcLSStatsDISCIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         disconnect (DISC) requests received from an
                         adjacent SDLC link station since link station
                         startup.  At link station startup time, this
                         object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 27 }

.1.3.6.1.2.1.41.1.2.3.1.28
sdlcLSStatsDISCOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         disconnect (DISC) requests transmited to an
                         adjacent SDLC link station since link station
                         startup.  At link station startup time, this
                         object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 28 }

.1.3.6.1.2.1.41.1.2.3.1.29
sdlcLSStatsUAIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         unnumbered acknowledgements (UA) requests
                         received from an adjacent SDLC link station
                         since link station startup.  At link station
                         startup time, this object must be initialized
                         to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 29 }

.1.3.6.1.2.1.41.1.2.3.1.30
sdlcLSStatsUAOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         unnumbered acknowledgements (UA) requests
                         transmited to an adjacent SDLC link station
                         since link station startup.  At link station
                         startup time, this object must be initialized
                         to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 30 }

.1.3.6.1.2.1.41.1.2.3.1.31
sdlcLSStatsDMIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         disconnect mode (DM) requests received from an
                         adjacent SDLC link station since link station
                         startup.  At link station startup time, this
                         object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 31 }

.1.3.6.1.2.1.41.1.2.3.1.32
sdlcLSStatsDMOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         disconnect mode (DM) requests transmited to an
                         adjacent SDLC link station since link station
                         startup.  At link station startup time, this
                         object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 32 }

.1.3.6.1.2.1.41.1.2.3.1.33
sdlcLSStatsSNRMIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         set normal response mode (SNRM/SNRME) requests
                         received from an adjacent SDLC link station
                         since link station startup.  At link station
                         startup time, this object must be initialized
                         to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 33 }

.1.3.6.1.2.1.41.1.2.3.1.34
sdlcLSStatsSNRMOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         set normal response mode (SNRM/SNRME) requests
                         transmited to an adjacent SDLC link station
                         since link station startup.  At link station
                         startup time, this object must be initialized
                         to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 34 }

.1.3.6.1.2.1.41.1.2.3.1.35
sdlcLSStatsProtocolErrs OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total occurrences,
                        since link station startup, where this SDLC
                        link station has inactivated the link as a
                        result of receiving a frame from its adjacent
                        link station which was in violation of the
                        protocol.  At link station startup time, this
                        object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 35 }

.1.3.6.1.2.1.41.1.2.3.1.36
sdlcLSStatsActivityTOs OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total occurrences,
                        since startup, where this SDLC link station has
                        inactivated the link as a result of no activity
                        on the link.  At link station startup time,
                        this object must be initialized to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 36 }

.1.3.6.1.2.1.41.1.2.3.1.37
sdlcLSStatsRNRLIMITs OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total occurrences,
                        since startup, where this SDLC link station has
                        inactivated the link as a result of its
                        RNRLIMIT timer expiring.  At link station
                        startup time, this object must be initialized
                        to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 37 }

.1.3.6.1.2.1.41.1.2.3.1.38
sdlcLSStatsRetriesExps OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total occurrences,
                        since startup, where this SDLC link station has
                        inactivated the link as a result of a retry
                        sequence being exhausted.  At link station
                        startup time, this object must be initialized
                        to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 38 }

.1.3.6.1.2.1.41.1.2.3.1.39
sdlcLSStatsRetransmitsIn OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         information frames retransmitted by the remote
                         link station because the N(s) received from
                         that link station indicated that one or more
                         information frames sent by that station were
                         lost.  This event causes the first missing
                         information frame of a window and all
                         subsequent information frames to be
                         retransmitted.  At link station startup time,
                         this object must be initialized to zero.

                         Management: If the value of
                         sdlcLSStatsRetransmitsIn grows over time, then
                         the quality of the serial line is in
                         question.  You might want to look at
                         decreasing the value for
                         sdlcLSAdminMAXDATASend to compensate for the
                         lower quality line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 39 }

.1.3.6.1.2.1.41.1.2.3.1.40
sdlcLSStatsRetransmitsOut OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the total number of
                         information frames retransmitted to a remote
                         link station because the N(r) received from
                         that link station indicated that one or more
                         information frames sent to that station were
                         lost. This event causes the first missing
                         information frame of a window and all
                         subsequent information frames to be
                         retransmitted.  At link station startup time,
                         this object must be initialized to zero.

                         Management: If the value of
                         sdlcLSStatsRetransmitsOut grows over time,
                         then the quality of the serial line is in
                         question.  You might want to look at
                         decreasing the value for sdlcLSAdminMAXDATASend
                         to compensate for the lower quality line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcLSGroup(2) sdlcLSStatsTable(3) sdlcLSStatsEntry(1) 40 }

.1.3.6.1.2.1.41.1.3
sdlcTraps OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) 3 }

.1.3.6.1.2.1.41.1.3.1
sdlcPortStatusChange NOTIFICATION-TYPE
  -- FROM	SNA-SDLC-MIB
  OBJECTS	{ ifIndex, ifAdminStatus, ifOperStatus, sdlcPortOperLastFailTime, sdlcPortOperLastFailCause }
  DESCRIPTION	"This trap indicates that the state of an SDLC
                         port has transitioned to active or inactive."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcTraps(3) 1 }

.1.3.6.1.2.1.41.1.3.2
sdlcLSStatusChange NOTIFICATION-TYPE
  -- FROM	SNA-SDLC-MIB
  OBJECTS	{ ifIndex, sdlcLSAddress, sdlcLSOperState, sdlcLSAdminState, sdlcLSOperLastFailTime, sdlcLSOperLastFailCause, sdlcLSOperLastFailFRMRInfo, sdlcLSOperLastFailCtrlIn, sdlcLSOperLastFailCtrlOut, sdlcLSOperLastFailREPLYTOs }
  DESCRIPTION	"This trap indicates that the state of an SDLC
                         link station has transitioned to contacted or
                         discontacted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcTraps(3) 2 }

.1.3.6.1.2.1.41.1.4
sdlcConformance OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) 4 }

.1.3.6.1.2.1.41.1.4.1
sdlcCompliances OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) 1 }

.1.3.6.1.2.1.41.1.4.1.1
sdlcCoreCompliance MODULE-COMPLIANCE
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The core compliance statement for all SDLC
                         nodes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcCompliances(1) 1 }

.1.3.6.1.2.1.41.1.4.1.2
sdlcPrimaryCompliance MODULE-COMPLIANCE
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The compliance statement for all nodes that
                         are performing the role of a Primary link
                         station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcCompliances(1) 2 }

.1.3.6.1.2.1.41.1.4.1.3
sdlcPrimaryMultipointCompliance MODULE-COMPLIANCE
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The compliance statement for all nodes that
                         are performing the role of a primary link
                         station on a multipoint line."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcCompliances(1) 3 }

.1.3.6.1.2.1.41.1.4.2
sdlcGroups OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) 2 }

.1.3.6.1.2.1.41.1.4.2.1
sdlcCoreGroups OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) 1 }

.1.3.6.1.2.1.41.1.4.2.1.1
sdlcCorePortAdminGroup OBJECT-GROUP
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The sdlcCorePortAdminGroup defines objects
                         which are common to the PortAdmin group of all
                         compliant link stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) sdlcCoreGroups(1) 1 }

.1.3.6.1.2.1.41.1.4.2.1.2
sdlcCorePortOperGroup OBJECT-GROUP
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The sdlcCorePortOperGroup defines objects
                         which are common to the PortOper group of all
                         compliant link stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) sdlcCoreGroups(1) 2 }

.1.3.6.1.2.1.41.1.4.2.1.3
sdlcCorePortStatsGroup OBJECT-GROUP
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The sdlcCorePortStatsGroup defines objects
                         which are common to the PortStats group of all
                         compliant link stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) sdlcCoreGroups(1) 3 }

.1.3.6.1.2.1.41.1.4.2.1.4
sdlcCoreLSAdminGroup OBJECT-GROUP
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The sdlcCorePortAdminGroup defines objects
                         which are common to the PortAdmin group of all
                         compliant link stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) sdlcCoreGroups(1) 4 }

.1.3.6.1.2.1.41.1.4.2.1.5
sdlcCoreLSOperGroup OBJECT-GROUP
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The sdlcCorePortOperGroup defines objects
                         which are common to the PortOper group of all
                         compliant link stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) sdlcCoreGroups(1) 5 }

.1.3.6.1.2.1.41.1.4.2.1.6
sdlcCoreLSStatsGroup OBJECT-GROUP
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The sdlcCorePortStatsGroup defines objects
                         which are common to the PortStats group of all
                         compliant link stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) sdlcCoreGroups(1) 6 }

.1.3.6.1.2.1.41.1.4.2.2
sdlcPrimaryGroups OBJECT-TYPE
  -- FROM	SNA-SDLC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) 2 }

.1.3.6.1.2.1.41.1.4.2.2.1
sdlcPrimaryGroup OBJECT-GROUP
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The sdlcPrimaryGroup defines objects which
                         are common to all compliant primary link
                         stations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) sdlcPrimaryGroups(2) 1 }

.1.3.6.1.2.1.41.1.4.2.2.2
sdlcPrimaryMultipointGroup OBJECT-GROUP
  -- FROM	SNA-SDLC-MIB
  DESCRIPTION	"The sdlcPrimaryMultipointGroup defines objects
                         which are common to all compliant primary link
                         stations that are in a multipoint topology."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snaDLC(41) sdlc(1) sdlcConformance(4) sdlcGroups(2) sdlcPrimaryGroups(2) 2 }

.1.3.6.1.2.1.46
dlsw MODULE-IDENTITY
  -- FROM	DLSW-MIB
  DESCRIPTION	"This MIB module contains objects to manage Data Link
         Switches."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 46 }

.1.3.6.1.2.1.46.1
dlswMIB OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) 1 }

.1.3.6.1.2.1.46.1.0
dlswTraps OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) 0 }

.1.3.6.1.2.1.46.1.0.1
dlswTrapTConnPartnerReject NOTIFICATION-TYPE
  -- FROM	DLSW-MIB
  OBJECTS	{ dlswTConnOperTDomain, dlswTConnOperRemoteTAddr }
  DESCRIPTION	"This trap is sent each time a transport connection
        is rejected by a partner DLSw during Capabilities
        Exchanges.  The emission of this trap is controlled
        by dlswTrapCntlTConnPartnerReject."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTraps(0) 1 }

.1.3.6.1.2.1.46.1.0.2
dlswTrapTConnProtViolation NOTIFICATION-TYPE
  -- FROM	DLSW-MIB
  OBJECTS	{ dlswTConnOperTDomain, dlswTConnOperRemoteTAddr }
  DESCRIPTION	"This trap is sent each time a protocol violation is
        detected for a transport connection.  The emission of this
        trap is controlled by dlswTrapCntlTConnProtViolation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTraps(0) 2 }

.1.3.6.1.2.1.46.1.0.3
dlswTrapTConnUp NOTIFICATION-TYPE
  -- FROM	DLSW-MIB
  OBJECTS	{ dlswTConnOperTDomain, dlswTConnOperRemoteTAddr }
  DESCRIPTION	"This trap is sent each time a transport connection
        enters 'connected' state.  The emission of this trap
        is controlled by dlswTrapCntlTConn."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTraps(0) 3 }

.1.3.6.1.2.1.46.1.0.4
dlswTrapTConnDown NOTIFICATION-TYPE
  -- FROM	DLSW-MIB
  OBJECTS	{ dlswTConnOperTDomain, dlswTConnOperRemoteTAddr }
  DESCRIPTION	"This trap is sent each time a transport connection
        enters 'disconnected' state.  The emission of this trap
        is controlled by dlswTrapCntlTConn."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTraps(0) 4 }

.1.3.6.1.2.1.46.1.0.5
dlswTrapCircuitUp NOTIFICATION-TYPE
  -- FROM	DLSW-MIB
  OBJECTS	{ dlswCircuitS1Mac, dlswCircuitS1Sap, dlswCircuitS2Mac, dlswCircuitS2Sap }
  DESCRIPTION	"This trap is sent each time a circuit enters 'connected'
        state.  The emission of this trap is controlled by
        dlswTrapCntlCircuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTraps(0) 5 }

.1.3.6.1.2.1.46.1.0.6
dlswTrapCircuitDown NOTIFICATION-TYPE
  -- FROM	DLSW-MIB
  OBJECTS	{ dlswCircuitS1Mac, dlswCircuitS1Sap, dlswCircuitS2Mac, dlswCircuitS2Sap }
  DESCRIPTION	"This trap is sent each time a circuit enters 'disconnected'
        state.  The emission of this trap is controlled by
        dlswTrapCntlCircuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTraps(0) 6 }

.1.3.6.1.2.1.46.1.1
dlswNode OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) 1 }

.1.3.6.1.2.1.46.1.1.1
dlswNodeVersion OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies the particular version of the DLSw
        standard supported by this DLSw.  The first octet is a
        hexadecimal value representing the DLSw standard Version
        number of this DLSw, and the second is a hexadecimal value
        representing the DLSw standard Release number. This
        information is reported in DLSw Capabilities Exchange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 1 }

.1.3.6.1.2.1.46.1.1.2
dlswNodeVendorID OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value identifies the manufacturer's IEEE-assigned
        organizationally Unique Identifier (OUI) of this DLSw.
        This information is reported in DLSw Capabilities
        Exchange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 2 }

.1.3.6.1.2.1.46.1.1.3
dlswNodeVersionString OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This string gives product-specific information about
        this DLSw (e.g., product name, code release and fix level).
        This flows in Capabilities Exchange messages."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 3 }

.1.3.6.1.2.1.46.1.1.4
dlswNodeStdPacingSupport OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {none(1), adaptiveRcvWindow(2), fixedRcvWindow(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Circuit pacing, as defined in the DLSw Standard, allows each
        of the two DLSw nodes on a circuit to control the amount
        of data the other is permitted to send to them.  This object
        reflects the level of support the DLSw node has for this
        protocol.  (1) means the node has no support for the standard
        circuit pacing flows;  it may use RFC 1434+ methods only, or
        a proprietary flow control scheme.  (2) means the node supports
        the standard scheme and can vary the window sizes it grants as
        a data receiver.  (3) means the node supports the standard
        scheme but never varies its receive window size."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 4 }

.1.3.6.1.2.1.46.1.1.5
dlswNodeStatus OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of the DLSw part of the system.  Changing the
        value from active to inactive causes DLSw to take
        the following actions - (1) it disconnects all circuits
        through all DLSw partners, (2) it disconnects all
        transport connections to all DLSw partners, (3) it
        disconnects all local DLC connections, and (4) it stops
        processing all DLC connection set-up traffic.
        Since these are destructive actions, the user should
        query the circuit and transport connection tables in
        advance to understand the effect this action will have.
        Changing the value from inactive to active causes DLSw
        to come up in its initial state, i.e., transport
        connections established and ready to bring up circuits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 5 }

.1.3.6.1.2.1.46.1.1.6
dlswNodeUpTime OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in hundredths of a second) since
        the DLSw portion of the system was last re-initialized.
        That is, if dlswState is in the active state,
        the time the dlswState entered the active state.
        It will remain zero if dlswState is in the
        inactive state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 6 }

.1.3.6.1.2.1.46.1.1.7
dlswNodeVirtualSegmentLFSize OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION LFSize
  SYNTAX	INTEGER {lfs516(516), lfs635(635), lfs754(754), lfs873(873), lfs993(993), lfs1112(1112), lfs1231(1231), lfs1350(1350), lfs1470(1470), lfs1542(1542), lfs1615(1615), lfs1688(1688), lfs1761(1761), lfs1833(1833), lfs1906(1906), lfs1979(1979), lfs2052(2052), lfs2345(2345), lfs2638(2638), lfs2932(2932), lfs3225(3225), lfs3518(3518), lfs3812(3812), lfs4105(4105), lfs4399(4399), lfs4865(4865), lfs5331(5331), lfs5798(5798), lfs6264(6264), lfs6730(6730), lfs7197(7197), lfs7663(7663), lfs8130(8130), lfs8539(8539), lfs8949(8949), lfs9358(9358), lfs9768(9768), lfs10178(10178), lfs10587(10587), lfs10997(10997), lfs11407(11407), lfs12199(12199), lfs12992(12992), lfs13785(13785), lfs14578(14578), lfs15370(15370), lfs16163(16163), lfs16956(16956), lfs17749(17749), lfs20730(20730), lfs23711(23711), lfs26693(26693), lfs29674(29674), lfs32655(32655), lfs38618(38618), lfs41600(41600), lfs44591(44591), lfs47583(47583), lfs50575(50575), lfs53567(53567), lfs56559(56559), lfs59551(59551), lfs65535(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The largest frame size (including DLC header and info field
        but not any MAC-level or framing octets) this DLSw can forward
        on any path through itself.  This object can represent any box-
        level frame size forwarding restriction (e.g., from the use
        of fixed-size buffers).  Some DLSw implementations will have
        no such restriction.

        This value will affect the LF size of circuits during circuit
        creation.  The LF size of an existing circuit can be found in
        the RIF (Routing Information Field)."
  DEFVAL	{ lfs65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 7 }

.1.3.6.1.2.1.46.1.1.8
dlswNodeResourceNBExclusivity OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of true indicates that the NetBIOS Names
        configured in dlswDirNBTable are the only ones accessible
        via this DLSw.

        If a node supports sending run-time capabilities exchange
        messages, changes to this object should cause that action.
        It is up to the implementation exactly when to start the
        run-time capabilities exchange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 8 }

.1.3.6.1.2.1.46.1.1.9
dlswNodeResourceMacExclusivity OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of true indicates that the MAC addresses
        configured in the dlswDirMacTable are the only ones
        accessible via this DLSw.

        If a node supports sending run-time capabilities exchange
        messages, changes to this object should cause that action.
        It is up to the implementation exactly when to start the
        run-time capabilities exchange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 9 }

.1.3.6.1.2.1.46.1.1.10
dlswTrapControl OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) 10 }

.1.3.6.1.2.1.46.1.1.10.1
dlswTrapCntlTConnPartnerReject OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2), partial(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the DLSw is permitted to emit partner
        reject related traps.  With the value of 'enabled'
        the DLSw will emit all partner reject related traps.
        With the value of 'disabled' the DLSw will not emit
        any partner reject related traps.  With the value
        of 'partial' the DLSw will only emits partner reject
        traps for CapEx reject.  The changes take effect
        immediately."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) dlswTrapControl(10) 1 }

.1.3.6.1.2.1.46.1.1.10.2
dlswTrapCntlTConnProtViolation OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the DLSw is permitted to generate
        protocol-violation traps on the events such as
        window size violation.  The changes take effect
        immediately."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) dlswTrapControl(10) 2 }

.1.3.6.1.2.1.46.1.1.10.3
dlswTrapCntlTConn OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2), partial(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the DLSw is permitted to emit transport
        connection up and down traps.  With the value of 'enabled'
        the DLSw will emit traps when connections enter 'connected'
        and 'disconnected' states.  With the value of 'disabled'
        the DLSw will not emit traps when connections enter of
        'connected' and 'disconnected' states.  With the value
        of 'partial' the DLSw will only emits transport connection
        down traps when the connection is closed with busy.
        The changes take effect immediately."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) dlswTrapControl(10) 3 }

.1.3.6.1.2.1.46.1.1.10.4
dlswTrapCntlCircuit OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2), partial(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the DLSw is permitted to generate
        circuit up and down traps.  With the value of 'enabled'
        the DLSw will emit traps when circuits enter 'connected'
        and 'disconnected' states.  With the value of 'disabled'
        the DLSw will not emit traps when circuits enter of
        'connected' and 'disconnected' states.  With the value
        of 'partial' the DLSw will emit traps only for those
        circuits that are initiated by this DLSw, e.g.,
        originating the CUR_CS message.  The changes take effect
        immediately."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswNode(1) dlswTrapControl(10) 4 }

.1.3.6.1.2.1.46.1.2
dlswTConn OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) 2 }

.1.3.6.1.2.1.46.1.2.1
dlswTConnStat OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) 1 }

.1.3.6.1.2.1.46.1.2.1.1
dlswTConnStatActiveConnections OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transport connections that are not in
        'disconnected' state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnStat(1) 1 }

.1.3.6.1.2.1.46.1.2.1.2
dlswTConnStatCloseIdles OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times transport connections in this node
        exited the connected state with zero active circuits on
        the transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnStat(1) 2 }

.1.3.6.1.2.1.46.1.2.1.3
dlswTConnStatCloseBusys OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times transport connections in this node
        exited the connected state with some non-zero number
        of active circuits on the transport connection.  Normally
        this means the transport connection failed unexpectedly."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnStat(1) 3 }

.1.3.6.1.2.1.46.1.2.2
dlswTConnConfigTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the transport connections
        that will be initiated or accepted by this
        DLSw.  Structure of masks allows wildcard
        definition for a collection of transport
        connections by a conceptual row.  For a
        specific transport connection, there may
        be multiple of conceptual rows match the
        transport address.  The 'best' match will
        the one to determine the characteristics
        of the transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) 2 }

.1.3.6.1.2.1.46.1.2.2.1
dlswTConnConfigEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dlswTConnConfigIndex }
  DESCRIPTION	"Each conceptual row defines a collection of
        transport connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) 1 }

.1.3.6.1.2.1.46.1.2.2.1.1
dlswTConnConfigIndex OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index to the conceptual row of the table.
        Negative numbers are not allowed.  There
        are objects defined that point to conceptual
        rows of this table with this index value.
        Zero is used to denote that no corresponding
        row exists.

        Index values are assigned by the agent, and
        should not be reused but should continue to
        increase in value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 1 }

.1.3.6.1.2.1.46.1.2.2.1.2
dlswTConnConfigTDomain OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object identifier which indicates the transport
        domain of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 2 }

.1.3.6.1.2.1.46.1.2.2.1.3
dlswTConnConfigLocalTAddr OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The local transport address for this conceptual row
        of the transport connection definition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 3 }

.1.3.6.1.2.1.46.1.2.2.1.4
dlswTConnConfigRemoteTAddr OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The remote transport address.  Together with
        dlswTConnConfigEntryType and dlswTConnConfigGroupDefinition,
        the object instance of this conceptual row identifies a
        collection of the transport connections that will be
        either initiated by this DLSw or initiated by a partner
        DLSw and accepted by this DLSw."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 4 }

.1.3.6.1.2.1.46.1.2.2.1.5
dlswTConnConfigLastModifyTime OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time (in hundredths of a second) since the value of
        any object in this conceptual row except for
        dlswTConnConfigOpens was last changed.  This value
        may be compared to dlswTConnOperConnectTime to
        determine whether values in this row are completely
        valid for a transport connection created using
        this row definition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 5 }

.1.3.6.1.2.1.46.1.2.2.1.6
dlswTConnConfigEntryType OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {individual(1), global(2), group(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object instance signifies the type of entry in the
        associated conceptual row.  The value of 'individual'
        means that the entry applies to a specific partner DLSw
        node as identified by dlswTConnConfigRemoteTAddr and
        dlswTConnConfigTDomain.  The value of 'global'
        means that the entry applies to all partner DLSw nodes
        of the TDomain.  The value of 'group' means that the entry
        applies to a specific set of DLSw nodes in the TDomain.
        Any group definitions are enterprise-specific and are pointed
        to by dlswTConnConfigGroupDefinition.  In the cases of
        'global' and 'group', the value in dlswTConnConfigRemoteTAddr
        may not have any significance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 6 }

.1.3.6.1.2.1.46.1.2.2.1.7
dlswTConnConfigGroupDefinition OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For conceptual rows of 'individual' and 'global' as
        specified in dlswTConnConfigEntryType, the instance
        of this object is  '0.0'.  For conceptual rows of
        'group', the instance points to the specific
        group definition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 7 }

.1.3.6.1.2.1.46.1.2.2.1.8
dlswTConnConfigSetupType OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {other(1), activePersistent(2), activeOnDemand(3), passive(4), excluded(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value of the instance of a conceptual row
        identifies the behavior of the collection of
        transport connections that this conceptual row
        defines.  The value of activePersistent, activeOnDemand
        and passive means this DLSw will accept any transport
        connections, initiated by partner DLSw nodes, which
        are defined by this conceptual row.  The value of
        activePersistent means this DLSw will also initiate
        the transport connections of this conceptual row and
        retry periodically if necessary.  The value of
        activeOnDemand means this DLSw will initiate a
        transport connection of this conceptual row, if
        there is a directory cache hits.  The value of
        other is implementation specific.  The value of exclude
        means that the specified node is not allowed to be
        a partner to this DLSw node.  To take a certain
        conceptual row definition out of service, a value of
        notInService for dlswTConnConfigRowStatus should be
        used."
  DEFVAL	{ passive }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 8 }

.1.3.6.1.2.1.46.1.2.2.1.9
dlswTConnConfigSapList OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SAP list indicates which SAPs are advertised to
        the transport connection defined by this conceptual
        row.  Only SAPs with even numbers are represented,
        in the form of the most significant bit of the first
        octet representing the SAP 0, the next most significant
        bit representing the SAP 2, to the least significant
        bit of the last octet representing the SAP 254.  Data
        link switching is allowed for those SAPs which have
        one in its corresponding bit, not allowed otherwise.
        The whole SAP list has to be changed together.  Changing
        the SAP list affects only new circuit establishments
        and has no effect on established circuits.

        This list can be used to restrict specific partners
        from knowing about all the SAPs used by DLSw on all its
        interfaces (these are represented in dlswIfSapList for
        each interface).  For instance, one may want to run NetBIOS
        with some partners but not others.

        If a node supports sending run-time capabilities exchange
        messages, changes to this object should cause that action.
        When to start the run-time capabilities exchange is
        implementation-specific.
        The DEFVAL below indicates support for SAPs 0, 4, 8, and C."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 9 }

.1.3.6.1.2.1.46.1.2.2.1.10
dlswTConnConfigAdvertiseMacNB OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of true indicates that any defined local MAC
         addresses and NetBIOS names will be advertised to a
         partner node via initial and (if supported) run-time
         capabilities exchange messages.  The DLSw node should send
         the appropriate exclusivity control vector to accompany
         each list it sends, or to represent that the node is
         explicitly configured to have a null list.

         The value of false indicates that the DLSw node should not
         send a MAC address list or NetBIOS name list, and should
         also not send their corresponding exclusivity control
         vectors."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 10 }

.1.3.6.1.2.1.46.1.2.2.1.11
dlswTConnConfigInitCirRecvWndw OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The initial circuit receive pacing window size, in the unit
        of SSP messages, to be used for future transport connections
        activated using this table row.  The managed node sends this
        value as its initial receive pacing window in its initial
        capabilities exchange message.  Changing this value does not
        affect the initial circuit receive pacing window size of
        currently active transport connections.  If the standard window
        pacing scheme is not supported, the value is zero.

        A larger receive window value may be appropriate for partners
        that are reachable only via physical paths that have longer
        network delays."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 11 }

.1.3.6.1.2.1.46.1.2.2.1.12
dlswTConnConfigOpens OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times transport connections entered
        connected state according to the definition of
        this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 12 }

.1.3.6.1.2.1.46.1.2.2.1.13
dlswTConnConfigRowStatus OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used by the manager to create
        or delete the row entry in the dlswTConnConfigTable
        following the RowStatus textual convention.  The value
        of notInService will be used to take a conceptual
        row definition out of use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnConfigTable(2) dlswTConnConfigEntry(1) 13 }

.1.3.6.1.2.1.46.1.2.3
dlswTConnOperTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of transport connections.   It is optional but
        desirable for the agent to keep an entry for some
        period of time after the transport connection is
        disconnected.  This allows the manager to capture
        additional useful information about the connection, in
        particular, statistical information and the cause of the
        disconnection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) 3 }

.1.3.6.1.2.1.46.1.2.3.1
dlswTConnOperEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dlswTConnOperTDomain, dlswTConnOperRemoteTAddr }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) 1 }

.1.3.6.1.2.1.46.1.2.3.1.1
dlswTConnOperTDomain OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The object identifier indicates the transport domain
        of this transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 1 }

.1.3.6.1.2.1.46.1.2.3.1.2
dlswTConnOperLocalTAddr OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local transport address for this transport connection.
        This value could be different from dlswTConnConfigLocalAddr,
        if the value of the latter were changed after this transport
        connection was established."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 2 }

.1.3.6.1.2.1.46.1.2.3.1.3
dlswTConnOperRemoteTAddr OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The remote transport address of this transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 3 }

.1.3.6.1.2.1.46.1.2.3.1.4
dlswTConnOperEntryTime OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in hundredths of a second) since this
        transport connection conceptual row was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 4 }

.1.3.6.1.2.1.46.1.2.3.1.5
dlswTConnOperConnectTime OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in hundredths of a second) since this
        transport connection last entered the 'connected' state.
        A value of zero means this transport connection has never
        been established."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 5 }

.1.3.6.1.2.1.46.1.2.3.1.6
dlswTConnOperState OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {connecting(1), initCapExchange(2), connected(3), quiescing(4), disconnecting(5), disconnected(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of this transport connection.  The transport
        connection enters 'connecting' state when DLSw makes
        a connection request to the transport layer.  Once initial
        Capabilities Exchange is sent, the transport connection
        enters enters 'initCapExchange' state.  When partner
        capabilities have been determined and the transport
        connection is ready for sending CanUReach (CUR) messages,
        it moves to the 'connected' state.  When DLSw is in the
        process of bringing down the connection, it is in the
        'disconnecting' state.  When the transport layer
        indicates one of its connections is disconnected, the
        transport connection moves to the 'disconnected' state.

        Whereas all of the values will be returned in response
        to a management protocol retrieval operation, only two
        values may be specified in a management protocol set
        operation: 'quiescing' and 'disconnecting'.  Changing
        the value to 'quiescing' prevents new circuits from being
        established, and will cause a transport disconnect when
        the last circuit on the connection goes away.  Changing
        the value to 'disconnecting' will force off all circuits
        immediately and bring the connection to 'disconnected'
        state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 6 }

.1.3.6.1.2.1.46.1.2.3.1.7
dlswTConnOperConfigIndex OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of dlswTConnConfigIndex of the dlswTConnConfigEntry
        that governs the configuration information used by this
        dlswTConnOperEntry.  The manager can therefore normally
        examine both configured and operational information
        for this transport connection.

        This value is zero if the corresponding dlswTConnConfigEntry
        was deleted after the creation of this dlswTConnOperEntry.
        If some fields in the former were changed but the conceptual
        row was not deleted, some configuration information may not
        be valid for this operational transport connection.  The
        manager can compare dlswTConnOperConnectTime and
        dlswTConnConfigLastModifyTime to determine if this condition
        exists."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 7 }

.1.3.6.1.2.1.46.1.2.3.1.8
dlswTConnOperFlowCntlMode OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {undetermined(1), pacing(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The flow control mechanism in use on this transport connection.
        This value is undetermined (1) before the mode of flow control
        can be established on a new transport connection (i.e., after
        CapEx is sent but before Capex or other SSP control messages
        have been received).  Pacing (2) indicates that the standard
        RFC 1795 pacing mechanism is in use.  Other (3) may be either
        the RFC 1434+ xBusy mechanism operating to a back-level DLSw,
        or a vendor-specific flow control method.  Whether it is xBusy
        or not can be inferred from dlswTConnOperPartnerVersion."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 8 }

.1.3.6.1.2.1.46.1.2.3.1.9
dlswTConnOperPartnerVersion OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (0 | 2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies which version (first octet) and release
        (second octet) of the DLSw standard is supported by this
        partner DLSw. This information is obtained from a DLSw
        capabilities exchange message received from the partner DLSw.
        A string of zero length is returned before a Capabilities
        Exchange message is received, or if one is never received.
        A conceptual row with a dlswTConnOperState of 'connected' but
        a zero length partner version indicates that the partner is
        a non-standard DLSw partner.

        If an implementation chooses to keep dlswTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 9 }

.1.3.6.1.2.1.46.1.2.3.1.10
dlswTConnOperPartnerVendorID OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (0 | 3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies the IEEE-assigned organizationally
        Unique Identifier (OUI) of the maker of this partner
        DLSw.  This information is obtained from a DLSw
        capabilities exchange message received from the partner DLSw.
        A string of zero length is returned before a Capabilities
        Exchange message is received, or if one is never received.

        If an implementation chooses to keep dlswTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 10 }

.1.3.6.1.2.1.46.1.2.3.1.11
dlswTConnOperPartnerVersionStr OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..253) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies the particular product version (e.g.,
        product name, code level, fix level) of this partner DLSw.
        The format of the actual version string is vendor-specific.
        This information is obtained from a DLSw capabilities exchange
        message received from the partner DLSw.
        A string of zero length is returned before a Capabilities
        Exchange message is received, if one is never received, or
        if one is received but it does not contain a version string.
        If an implementation chooses to keep dlswTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 11 }

.1.3.6.1.2.1.46.1.2.3.1.12
dlswTConnOperPartnerInitPacingWndw OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the partner initial receive pacing window.  This
        is our initial send pacing window for all new circuits on this
        transport connection, as modified and granted by the first flow
        control indication the partner sends on each circuit.
        This information is obtained from a DLSw capabilities exchange
        message received from the partner DLSw.
        A value of zero is returned before a Capabilities
        Exchange message is received, or if one is never received.

        If an implementation chooses to keep dlswTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 12 }

.1.3.6.1.2.1.46.1.2.3.1.13
dlswTConnOperPartnerSapList OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (0 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Supported SAP List received in the capabilities
        exchange message from the partner DLSw.  This list has
        the same format described for dlswTConnConfigSapList.
        A string of zero length is returned before a Capabilities
        Exchange message is received, or if one is never received.

        If an implementation chooses to keep dlswTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 13 }

.1.3.6.1.2.1.46.1.2.3.1.14
dlswTConnOperPartnerNBExcl OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of true signifies that the NetBIOS names received
        from this partner in the NetBIOS name list in its capabilities
        exchange message are the only NetBIOS names reachable by
        that partner.  'False' indicates that other NetBIOS names may
        be reachable.  'False' should be returned before a Capabilities
        Exchange message is received, if one is never received, or if
        one is received without a NB Name Exclusivity CV.

        If an implementation chooses to keep dlswTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 14 }

.1.3.6.1.2.1.46.1.2.3.1.15
dlswTConnOperPartnerMacExcl OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of true signifies that the MAC addresses received
        from this partner in the MAC address list in its capabilities
        exchange message are the only MAC addresses reachable by
        that partner.  'False' indicates that other MAC addresses may
        be reachable.  'False' should be returned before a Capabilities
        Exchange message is received, if one is never received, or if
        one is received without a MAC Address Exclusivity CV.

        If an implementation chooses to keep dlswTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 15 }

.1.3.6.1.2.1.46.1.2.3.1.16
dlswTConnOperPartnerNBInfo OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {none(1), partial(2), complete(3), notApplicable(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It is up to this DSLw whether to keep either none, some,
        or all of the NetBIOS name list that was received in
        the capabilities exchange message sent by this partner DLSw.
        This object identifies how much information was kept by
        this DLSw.  These names are stored as userConfigured
        remote entries in dlswDirNBTable.
        A value of (4), notApplicable, should be returned before
        a Capabilities Exchange message is received, or if one is
        never received.
        If an implementation chooses to keep dlswTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 16 }

.1.3.6.1.2.1.46.1.2.3.1.17
dlswTConnOperPartnerMacInfo OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {none(1), partial(2), complete(3), notApplicable(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It is up to this DLSw whether to keep either none, some,
        or all of the MAC address list that was received in the
        capabilities exchange message sent by this partner DLSw.
        This object identifies how much information was kept by
        this DLSw.  These names are stored as userConfigured
        remote entries in dlswDirMACTable.
        A value of (4), notApplicable, should be returned before
        a Capabilities Exchange message is received, or if one is
        never received.

        If an implementation chooses to keep dlswTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 17 }

.1.3.6.1.2.1.46.1.2.3.1.18
dlswTConnOperDiscTime OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in hundredths of a second) since the
        dlswTConnOperState last entered 'disconnected' state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 18 }

.1.3.6.1.2.1.46.1.2.3.1.19
dlswTConnOperDiscReason OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {other(1), capExFailed(2), transportLayerDisc(3), operatorCommand(4), lastCircuitDiscd(5), protocolError(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object signifies the reason that either prevented the
        transport connection from entering the connected state, or
        caused the transport connection to enter the disconnected
        state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 19 }

.1.3.6.1.2.1.46.1.2.3.1.20
dlswTConnOperDiscActiveCir OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of circuits active (not in DISCONNECTED state)
        at the time the transport connection was last disconnected.
        This value is zero if the transport connection has never
        been connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 20 }

.1.3.6.1.2.1.46.1.2.3.1.21
dlswTConnOperInDataPkts OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Switch-to-Switch Protocol (SSP) messages of
        type DGRMFRAME, DATAFRAME, or INFOFRAME received on this
        transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 21 }

.1.3.6.1.2.1.46.1.2.3.1.22
dlswTConnOperOutDataPkts OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Switch-to-Switch Protocol (SSP) messages of
        type DGRMFRAME, DATAFRAME, or INFOFRAME transmitted on this
        transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 22 }

.1.3.6.1.2.1.46.1.2.3.1.23
dlswTConnOperInDataOctets OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number octets in Switch-to-Switch Protocol (SSP) messages
        of type DGRMFRAME, DATAFRAME, or INFOFRAME received on this
        transport connection.  Each message is counted starting with
        the first octet following the SSP message header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 23 }

.1.3.6.1.2.1.46.1.2.3.1.24
dlswTConnOperOutDataOctets OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number octets in Switch-to-Switch Protocol (SSP) messages
        of type DGRMFRAME, DATAFRAME, or INFOFRAME transmitted on this
        transport connection.  Each message is counted starting with
        the first octet following the SSP message header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 24 }

.1.3.6.1.2.1.46.1.2.3.1.25
dlswTConnOperInCntlPkts OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Switch-to-Switch Protocol (SSP) messages
        received on this transport connection which were not of
        type DGRMFRAME, DATAFRAME, or INFOFRAME."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 25 }

.1.3.6.1.2.1.46.1.2.3.1.26
dlswTConnOperOutCntlPkts OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Switch-to-Switch Protocol (SSP) messages of
        transmitted on this transport connection which were not of
        type DGRMFRAME, DATAFRAME, or INFOFRAME."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 26 }

.1.3.6.1.2.1.46.1.2.3.1.27
dlswTConnOperCURexSents OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of CanUReach_ex messages sent on this transport
        connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 27 }

.1.3.6.1.2.1.46.1.2.3.1.28
dlswTConnOperICRexRcvds OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICanReach_ex messages received on this transport
        connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 28 }

.1.3.6.1.2.1.46.1.2.3.1.29
dlswTConnOperCURexRcvds OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of CanUReach_ex messages received on this transport
        connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 29 }

.1.3.6.1.2.1.46.1.2.3.1.30
dlswTConnOperICRexSents OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICanReach_ex messages sent on this transport
        connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 30 }

.1.3.6.1.2.1.46.1.2.3.1.31
dlswTConnOperNQexSents OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NetBIOS_NQ_ex (NetBIOS Name Query-explorer)
        messages sent on this transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 31 }

.1.3.6.1.2.1.46.1.2.3.1.32
dlswTConnOperNRexRcvds OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NETBIOS_NR_ex (NetBIOS Name Recognized-explorer)
        messages received on this transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 32 }

.1.3.6.1.2.1.46.1.2.3.1.33
dlswTConnOperNQexRcvds OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NETBIOS_NQ_ex messages received on this
        transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 33 }

.1.3.6.1.2.1.46.1.2.3.1.34
dlswTConnOperNRexSents OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NETBIOS_NR_ex messages sent on this transport
        connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 34 }

.1.3.6.1.2.1.46.1.2.3.1.35
dlswTConnOperCirCreates OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that circuits entered 'circuit_established'
        state (not counting transitions from 'circuit_restart')."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 35 }

.1.3.6.1.2.1.46.1.2.3.1.36
dlswTConnOperCircuits OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of currently active circuits on this transport
        connection, where 'active' means not in 'disconnected' state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnOperTable(3) dlswTConnOperEntry(1) 36 }

.1.3.6.1.2.1.46.1.2.4
dlswTConnSpecific OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) 4 }

.1.3.6.1.2.1.46.1.2.4.1
dlswTConnTcp OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) 1 }

.1.3.6.1.2.1.46.1.2.4.1.1
dlswTConnTcpConfigTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the TCP transport connections that
        will be either initiated by or accepted by this DSLw.
        It augments the entries in dlswTConnConfigTable whose domain
        is dlswTCPDomain."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) 1 }

.1.3.6.1.2.1.46.1.2.4.1.1.1
dlswTConnTcpConfigEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dlswTConnConfigIndex }
  DESCRIPTION	"Each conceptual row defines parameters that are
        specific to dlswTCPDomain transport connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) dlswTConnTcpConfigTable(1) 1 }

.1.3.6.1.2.1.46.1.2.4.1.1.1.1
dlswTConnTcpConfigKeepAliveInt OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..1800) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time in seconds between TCP keepAlive messages when
        no traffic is flowing.  Zero signifies no keepAlive protocol.
        Changes take effect only for new TCP connections."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) dlswTConnTcpConfigTable(1) dlswTConnTcpConfigEntry(1) 1 }

.1.3.6.1.2.1.46.1.2.4.1.1.1.2
dlswTConnTcpConfigTcpConnections OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (1..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is our preferred number of TCP connections within a
        TCP transport connection.  The actual number used is negotiated
        at capabilities exchange time. Changes take effect only
        for new transport connections."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) dlswTConnTcpConfigTable(1) dlswTConnTcpConfigEntry(1) 2 }

.1.3.6.1.2.1.46.1.2.4.1.1.1.3
dlswTConnTcpConfigMaxSegmentSize OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is the number of bytes that this node is
        willing to receive over the read TCP connection(s).
        Changes take effect for new transport connections."
  DEFVAL	{ 4096 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) dlswTConnTcpConfigTable(1) dlswTConnTcpConfigEntry(1) 3 }

.1.3.6.1.2.1.46.1.2.4.1.2
dlswTConnTcpOperTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of TCP transport connections.   It is optional
        but desirable for the agent to keep an entry for some
        period of time after the transport connection is
        disconnected.  This allows the manager to capture
        additional useful information about the connection, in
        particular, statistical information and the cause of the
        disconnection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) 2 }

.1.3.6.1.2.1.46.1.2.4.1.2.1
dlswTConnTcpOperEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dlswTConnOperTDomain, dlswTConnOperRemoteTAddr }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) dlswTConnTcpOperTable(2) 1 }

.1.3.6.1.2.1.46.1.2.4.1.2.1.1
dlswTConnTcpOperKeepAliveInt OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..1800) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time in seconds between TCP keepAlive messages when
        no traffic is flowing.  Zero signifies no keepAlive protocol is
        operating."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) dlswTConnTcpOperTable(2) dlswTConnTcpOperEntry(1) 1 }

.1.3.6.1.2.1.46.1.2.4.1.2.1.2
dlswTConnTcpOperPrefTcpConnections OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (1..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the number of TCP connections preferred by this DLSw
        partner, as received in its capabilities exchange message."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) dlswTConnTcpOperTable(2) dlswTConnTcpOperEntry(1) 2 }

.1.3.6.1.2.1.46.1.2.4.1.2.1.3
dlswTConnTcpOperTcpConnections OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (1..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the actual current number of TCP connections within
        this transport connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswTConn(2) dlswTConnSpecific(4) dlswTConnTcp(1) dlswTConnTcpOperTable(2) dlswTConnTcpOperEntry(1) 3 }

.1.3.6.1.2.1.46.1.3
dlswInterface OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) 3 }

.1.3.6.1.2.1.46.1.3.1
dlswIfTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The list of interfaces on which DLSw is active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswInterface(3) 1 }

.1.3.6.1.2.1.46.1.3.1.1
dlswIfEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswInterface(3) dlswIfTable(1) 1 }

.1.3.6.1.2.1.46.1.3.1.1.1
dlswIfRowStatus OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used by the manager to create
        or delete the row entry in the dlswIfTable
        following the RowStatus textual convention."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswInterface(3) dlswIfTable(1) dlswIfEntry(1) 1 }

.1.3.6.1.2.1.46.1.3.1.1.2
dlswIfVirtualSegment OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..4095 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The segment number that uniquely identifies the virtual
        segment to which this DLSw interface is connected.
        Current source routing protocols limit this value to
        the range 0 - 4095. (The value 0 is used by some
        management applications for special test cases.)
        A value of 65535 signifies that no virtual segment
        is assigned to this interface.  For instance,
        in a non-source routing environment, segment number
        assignment is not required."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswInterface(3) dlswIfTable(1) dlswIfEntry(1) 2 }

.1.3.6.1.2.1.46.1.3.1.1.3
dlswIfSapList OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SAP list indicates which SAPs are allowed to be
        data link switched through this interface.  This list
        has the same format described for dlswTConnConfigSapList.

        When changes to this object take effect is implementation-
        specific.  Turning off a particular SAP can destroy
        active circuits that are using that SAP.  An agent
        implementation may reject such changes until there are no
        active circuits if it so chooses.  In this case, it is up
        to the manager to close the circuits first, using
        dlswCircuitState.

        The DEFVAL below indicates support for SAPs 0, 4, 8, and C."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswInterface(3) dlswIfTable(1) dlswIfEntry(1) 3 }

.1.3.6.1.2.1.46.1.4
dlswDirectory OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) 4 }

.1.3.6.1.2.1.46.1.4.1
dlswDirStat OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) 1 }

.1.3.6.1.2.1.46.1.4.1.1
dlswDirMacEntries OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current total number of entries in the dlswDirMacTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirStat(1) 1 }

.1.3.6.1.2.1.46.1.4.1.2
dlswDirMacCacheHits OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a cache search for a particular MAC address
        resulted in success."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirStat(1) 2 }

.1.3.6.1.2.1.46.1.4.1.3
dlswDirMacCacheMisses OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a cache search for a particular MAC address
        resulted in failure."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirStat(1) 3 }

.1.3.6.1.2.1.46.1.4.1.4
dlswDirMacCacheNextIndex OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next value of dlswDirMacIndex to be assigned by
        the agent.  A retrieval of this object atomically reserves
        the returned value for use by the manager to create a row
        in dlswDirMacTable.  This makes it possible for the agent
        to control the index space of the MAC address cache, yet
        allows the manager to administratively create new rows."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirStat(1) 4 }

.1.3.6.1.2.1.46.1.4.1.5
dlswDirNBEntries OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current total number of entries in the dlswDirNBTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirStat(1) 5 }

.1.3.6.1.2.1.46.1.4.1.6
dlswDirNBCacheHits OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a cache search for a particular NetBIOS
        name resulted in success."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirStat(1) 6 }

.1.3.6.1.2.1.46.1.4.1.7
dlswDirNBCacheMisses OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a cache search for a particular NetBIOS
        name resulted in failure."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirStat(1) 7 }

.1.3.6.1.2.1.46.1.4.1.8
dlswDirNBCacheNextIndex OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next value of dlswDirNBIndex to be assigned by the
        agent.  A retrieval of this object atomically reserves
        the returned value for use by the manager to create
        a row in dlswDirNBTable.  This makes it possible for the
        agent to control the index space for the NetBIOS name
        cache, yet allows the manager to administratively
        create new rows."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirStat(1) 8 }

.1.3.6.1.2.1.46.1.4.2
dlswDirCache OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) 2 }

.1.3.6.1.2.1.46.1.4.2.1
dlswDirMacTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains locations of MAC addresses.
        They could be either verified or not verified,
        local or remote, and configured locally or learned
        from either Capabilities Exchange messages or
        directory searches."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) 1 }

.1.3.6.1.2.1.46.1.4.2.1.1
dlswDirMacEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dlswDirMacIndex }
  DESCRIPTION	"Indexed by dlswDirMacIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) 1 }

.1.3.6.1.2.1.46.1.4.2.1.1.1
dlswDirMacIndex OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies a conceptual row of this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) dlswDirMacEntry(1) 1 }

.1.3.6.1.2.1.46.1.4.2.1.1.2
dlswDirMacMac OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address, together with the dlswDirMacMask,
        specifies a set of MAC addresses that are defined or
        discovered through an interface or partner DLSw nodes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) dlswDirMacEntry(1) 2 }

.1.3.6.1.2.1.46.1.4.2.1.1.3
dlswDirMacMask OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address mask, together with the dlswDirMacMac,
        specifies a set of MAC addresses that are defined or
        discovered through an interface or partner DLSw nodes."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) dlswDirMacEntry(1) 3 }

.1.3.6.1.2.1.46.1.4.2.1.1.4
dlswDirMacEntryType OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {other(1), userConfiguredPublic(2), userConfiguredPrivate(3), partnerCapExMsg(4), dynamic(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The cause of the creation of this conceptual row.
        It could be one of the three methods: (1) user
        configured, including via management protocol
        set operations, configuration file, command line
        or equivalent methods; (2) learned from the
        partner DLSw Capabilities Exchange messages;
        and (3) dynamic, e.g., learned from ICanReach
        messages, or LAN explorer frames.  Since only
        individual MAC addresses can be dynamically learned,
        dynamic entries will all have a mask of all FFs.

        The public versus private distinction for user-
        configured resources applies only to local resources
        (UC remote resources are private), and indicates
        whether that resource should be advertised in
        capabilities exchange messages sent by this node."
  DEFVAL	{ userConfiguredPublic }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) dlswDirMacEntry(1) 4 }

.1.3.6.1.2.1.46.1.4.2.1.1.5
dlswDirMacLocationType OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {other(1), local(2), remote(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The location of the resource (or a collection of
        resources using a mask) of this conceptual row
        is either (1) local - the resource is reachable
        via an interface, or (2) remote - the resource
        is reachable via a partner DLSw node (or a set
        of partner DLSw nodes)."
  DEFVAL	{ local }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) dlswDirMacEntry(1) 5 }

.1.3.6.1.2.1.46.1.4.2.1.1.6
dlswDirMacLocation OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Points to either the ifEntry, dlswTConnConfigEntry,
        dlswTConnOperEntry, 0.0, or something that is implementation
        specific.  It identifies the location of the MAC address
        (or the collection of MAC addresses.)"
  DEFVAL	{ null }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) dlswDirMacEntry(1) 6 }

.1.3.6.1.2.1.46.1.4.2.1.1.7
dlswDirMacStatus OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {unknown(1), reachable(2), notReachable(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies whether DLSw currently believes
        the MAC address to be accessible at the specified location.
        The value 'notReachable' allows a configured resource
        definition to be taken out of service when a search to
        that resource fails (avoiding a repeat of the search)."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) dlswDirMacEntry(1) 7 }

.1.3.6.1.2.1.46.1.4.2.1.1.8
dlswDirMacLFSize OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION LFSize
  SYNTAX	INTEGER {lfs516(516), lfs635(635), lfs754(754), lfs873(873), lfs993(993), lfs1112(1112), lfs1231(1231), lfs1350(1350), lfs1470(1470), lfs1542(1542), lfs1615(1615), lfs1688(1688), lfs1761(1761), lfs1833(1833), lfs1906(1906), lfs1979(1979), lfs2052(2052), lfs2345(2345), lfs2638(2638), lfs2932(2932), lfs3225(3225), lfs3518(3518), lfs3812(3812), lfs4105(4105), lfs4399(4399), lfs4865(4865), lfs5331(5331), lfs5798(5798), lfs6264(6264), lfs6730(6730), lfs7197(7197), lfs7663(7663), lfs8130(8130), lfs8539(8539), lfs8949(8949), lfs9358(9358), lfs9768(9768), lfs10178(10178), lfs10587(10587), lfs10997(10997), lfs11407(11407), lfs12199(12199), lfs12992(12992), lfs13785(13785), lfs14578(14578), lfs15370(15370), lfs16163(16163), lfs16956(16956), lfs17749(17749), lfs20730(20730), lfs23711(23711), lfs26693(26693), lfs29674(29674), lfs32655(32655), lfs38618(38618), lfs41600(41600), lfs44591(44591), lfs47583(47583), lfs50575(50575), lfs53567(53567), lfs56559(56559), lfs59551(59551), lfs65535(65535)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The largest size of the MAC INFO field (LLC header and data)
        that a circuit to the MAC address can carry through this path."
  DEFVAL	{ lfs65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) dlswDirMacEntry(1) 8 }

.1.3.6.1.2.1.46.1.4.2.1.1.9
dlswDirMacRowStatus OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used by the manager to create
        or delete the row entry in the dlswDirMacTable
        following the RowStatus textual convention."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirMacTable(1) dlswDirMacEntry(1) 9 }

.1.3.6.1.2.1.46.1.4.2.2
dlswDirNBTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains locations of NetBIOS names.
        They could be either verified or not verified,
        local or remote, and configured locally or learned
        from either Capabilities Exchange messages or
        directory searches."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) 2 }

.1.3.6.1.2.1.46.1.4.2.2.1
dlswDirNBEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dlswDirNBIndex }
  DESCRIPTION	"Indexed by dlswDirNBIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) 1 }

.1.3.6.1.2.1.46.1.4.2.2.1.1
dlswDirNBIndex OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies a conceptual row of this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) dlswDirNBEntry(1) 1 }

.1.3.6.1.2.1.46.1.4.2.2.1.2
dlswDirNBName OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION NBName
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The NetBIOS name (including 'any char' and 'wildcard'
        characters) specifies a set of NetBIOS names that are
        defined or discovered through an interface or partner
        DLSw nodes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) dlswDirNBEntry(1) 2 }

.1.3.6.1.2.1.46.1.4.2.2.1.3
dlswDirNBNameType OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {unknown(1), individual(2), group(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether dlswDirNBName represents an (or a set of) individual
        or group NetBIOS name(s)."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) dlswDirNBEntry(1) 3 }

.1.3.6.1.2.1.46.1.4.2.2.1.4
dlswDirNBEntryType OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {other(1), userConfiguredPublic(2), userConfiguredPrivate(3), partnerCapExMsg(4), dynamic(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The cause of the creation of this conceptual row.
        It could be one of the three methods: (1) user
        configured, including via management protocol
        set operations, configuration file, command line,
        or equivalent methods; (2) learned from the
        partner DLSw Capabilities Exchange messages;
        and (3) dynamic, e.g., learned from ICanReach
        messages, or test frames.  Since only actual
        NetBIOS names can be dynamically learned, dynamic
        entries will not contain any char or wildcard
        characters.

        The public versus private distinction for user-
        configured resources applies only to local resources
        (UC remote resources are private), and indicates
        whether that resource should be advertised in
        capabilities exchange messages sent by this node."
  DEFVAL	{ userConfiguredPublic }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) dlswDirNBEntry(1) 4 }

.1.3.6.1.2.1.46.1.4.2.2.1.5
dlswDirNBLocationType OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {other(1), local(2), remote(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The location of the resource (or a collection of resources
        using any char/wildcard characters) of this conceptual row
        is either (1) local - the resource is reachable via an
        interface, or (2) remote - the resource is reachable via a
        a partner DLSw node (or a set of partner DLSw nodes)."
  DEFVAL	{ local }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) dlswDirNBEntry(1) 5 }

.1.3.6.1.2.1.46.1.4.2.2.1.6
dlswDirNBLocation OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Points to either the ifEntry, dlswTConnConfigEntry,
        dlswTConnOperEntry, 0.0, or something that is implementation
        specific.  It identifies the location of the NetBIOS name
        or the set of NetBIOS names."
  DEFVAL	{ null }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) dlswDirNBEntry(1) 6 }

.1.3.6.1.2.1.46.1.4.2.2.1.7
dlswDirNBStatus OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {unknown(1), reachable(2), notReachable(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies whether DLSw currently believes
        the NetBIOS name to be accessible at the specified location.
        The value 'notReachable' allows a configured resource
        definition to be taken out of service when a search to
        that resource fails (avoiding a repeat of the search)."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) dlswDirNBEntry(1) 7 }

.1.3.6.1.2.1.46.1.4.2.2.1.8
dlswDirNBLFSize OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION LFSize
  SYNTAX	INTEGER {lfs516(516), lfs635(635), lfs754(754), lfs873(873), lfs993(993), lfs1112(1112), lfs1231(1231), lfs1350(1350), lfs1470(1470), lfs1542(1542), lfs1615(1615), lfs1688(1688), lfs1761(1761), lfs1833(1833), lfs1906(1906), lfs1979(1979), lfs2052(2052), lfs2345(2345), lfs2638(2638), lfs2932(2932), lfs3225(3225), lfs3518(3518), lfs3812(3812), lfs4105(4105), lfs4399(4399), lfs4865(4865), lfs5331(5331), lfs5798(5798), lfs6264(6264), lfs6730(6730), lfs7197(7197), lfs7663(7663), lfs8130(8130), lfs8539(8539), lfs8949(8949), lfs9358(9358), lfs9768(9768), lfs10178(10178), lfs10587(10587), lfs10997(10997), lfs11407(11407), lfs12199(12199), lfs12992(12992), lfs13785(13785), lfs14578(14578), lfs15370(15370), lfs16163(16163), lfs16956(16956), lfs17749(17749), lfs20730(20730), lfs23711(23711), lfs26693(26693), lfs29674(29674), lfs32655(32655), lfs38618(38618), lfs41600(41600), lfs44591(44591), lfs47583(47583), lfs50575(50575), lfs53567(53567), lfs56559(56559), lfs59551(59551), lfs65535(65535)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The largest size of the MAC INFO field (LLC header and data)
        that a circuit to the NB name can carry through this path."
  DEFVAL	{ lfs65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) dlswDirNBEntry(1) 8 }

.1.3.6.1.2.1.46.1.4.2.2.1.9
dlswDirNBRowStatus OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used by manager to create
        or delete the row entry in the dlswDirNBTable
        following the RowStatus textual convention."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirCache(2) dlswDirNBTable(2) dlswDirNBEntry(1) 9 }

.1.3.6.1.2.1.46.1.4.3
dlswDirLocate OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) 3 }

.1.3.6.1.2.1.46.1.4.3.1
dlswDirLocateMacTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to retrieve all entries in the
        dlswDirMacTable that match a given MAC address,
        in the order of the best matched first, the
        second best matched second, and so on, till
        no more entries match the given MAC address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) 1 }

.1.3.6.1.2.1.46.1.4.3.1.1
dlswDirLocateMacEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dlswDirLocateMacMac, dlswDirLocateMacMatch }
  DESCRIPTION	"Indexed by dlswDirLocateMacMac and dlswDirLocateMacMatch.
        The first object is the MAC address of interest, and
        the second object is the order in the list of all
        entries that match the MAC address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) dlswDirLocateMacTable(1) 1 }

.1.3.6.1.2.1.46.1.4.3.1.1.1
dlswDirLocateMacMac OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address to be located."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) dlswDirLocateMacTable(1) dlswDirLocateMacEntry(1) 1 }

.1.3.6.1.2.1.46.1.4.3.1.1.2
dlswDirLocateMacMatch OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The order of the entries of dlswDirMacTable
        that match dlswDirLocateMacMac.  A value of
        one represents the entry that best matches the
        MAC address.  A value of two represents the second
        best matched entry, and so on."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) dlswDirLocateMacTable(1) dlswDirLocateMacEntry(1) 2 }

.1.3.6.1.2.1.46.1.4.3.1.1.3
dlswDirLocateMacLocation OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Points to the dlswDirMacEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) dlswDirLocateMacTable(1) dlswDirLocateMacEntry(1) 3 }

.1.3.6.1.2.1.46.1.4.3.2
dlswDirLocateNBTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to retrieve all entries in the
        dlswDirNBTable that match a given NetBIOS name,
        in the order of the best matched first, the
        second best matched second, and so on, till
        no more entries match the given NetBIOS name."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) 2 }

.1.3.6.1.2.1.46.1.4.3.2.1
dlswDirLocateNBEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dlswDirLocateNBName, dlswDirLocateNBMatch }
  DESCRIPTION	"Indexed by dlswDirLocateNBName and dlswDirLocateNBMatch.
        The first object is the NetBIOS name of interest, and
        the second object is the order in the list of all
        entries that match the NetBIOS name."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) dlswDirLocateNBTable(2) 1 }

.1.3.6.1.2.1.46.1.4.3.2.1.1
dlswDirLocateNBName OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION NBName
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The NetBIOS name to be located (no any char or wildcards)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) dlswDirLocateNBTable(2) dlswDirLocateNBEntry(1) 1 }

.1.3.6.1.2.1.46.1.4.3.2.1.2
dlswDirLocateNBMatch OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The order of the entries of dlswDirNBTable
        that match dlswDirLocateNBName.  A value of
        one represents the entry that best matches the
        NetBIOS name.  A value of two represents the second
        best matched entry, and so on."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) dlswDirLocateNBTable(2) dlswDirLocateNBEntry(1) 2 }

.1.3.6.1.2.1.46.1.4.3.2.1.3
dlswDirLocateNBLocation OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Points to the dlswDirNBEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswDirectory(4) dlswDirLocate(3) dlswDirLocateNBTable(2) dlswDirLocateNBEntry(1) 3 }

.1.3.6.1.2.1.46.1.5
dlswCircuit OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) 5 }

.1.3.6.1.2.1.46.1.5.1
dlswCircuitStat OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) 1 }

.1.3.6.1.2.1.46.1.5.1.1
dlswCircuitStatActives OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of circuits in dlswCircuitTable that are
        not in the disconnected state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitStat(1) 1 }

.1.3.6.1.2.1.46.1.5.1.2
dlswCircuitStatCreates OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of entries ever added to dlswCircuitTable,
        or reactivated upon exiting 'disconnected' state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitStat(1) 2 }

.1.3.6.1.2.1.46.1.5.2
dlswCircuitTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is the circuit representation in the DLSw
        entity. Virtual data links are used to represent any internal
        end stations.  There is a conceptual row associated with
        each data link.  Thus, for circuits without an intervening
        transport connection, there are two conceptual rows
        for each circuit.

        The table consists of the circuits being established,
        established, and as an implementation option, circuits that
        have been disconnected.  For circuits carried over
        transport connections, an entry is created after
        the CUR_cs was sent or received.  For circuits between
        two locally attached devices, or internal virtual MAC
        addresses, an entry is created when the equivalent of
        CUR_cs sent/received status is reached.

        End station 1 (S1) and End station 2 (S2) are used to
        represent the two end stations of the circuit.
        S1 is always an end station which is locally attached.
        S2 may be locally attached or remote.  If it is locally
        attached, the circuit will be represented by two rows indexed
        by (A, B) and (B, A) where A & B are the relevant MACs/SAPs.

        The table may be used to store the causes of disconnection of
        circuits.  It is recommended that the oldest disconnected
        circuit entry be removed from this table when the memory
        space of disconnected circuits is needed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) 2 }

.1.3.6.1.2.1.46.1.5.2.1
dlswCircuitEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dlswCircuitS1Mac, dlswCircuitS1Sap, dlswCircuitS2Mac, dlswCircuitS2Sap }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) 1 }

.1.3.6.1.2.1.46.1.5.2.1.1
dlswCircuitS1Mac OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The MAC Address of End Station 1 (S1) used for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 1 }

.1.3.6.1.2.1.46.1.5.2.1.2
dlswCircuitS1Sap OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The SAP at End Station 1 (S1) used for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 2 }

.1.3.6.1.2.1.46.1.5.2.1.3
dlswCircuitS1IfIndex OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifEntry index of the local interface through which S1
        can be reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 3 }

.1.3.6.1.2.1.46.1.5.2.1.4
dlswCircuitS1DlcType OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION DlcType
  SYNTAX	INTEGER {other(1), na(2), llc(3), sdlc(4), qllc(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The DLC protocol in use between the DLSw node and S1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 4 }

.1.3.6.1.2.1.46.1.5.2.1.5
dlswCircuitS1RouteInfo OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (0..30) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If source-route bridging is in use between the DLSw
        node and S1, this is the routing information field
        describing the path between the two devices.
        Otherwise the value will be an OCTET STRING of
        zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 5 }

.1.3.6.1.2.1.46.1.5.2.1.6
dlswCircuitS1CircuitId OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (0 | 8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Circuit ID assigned by this DLSw node to this circuit.
        The first four octets are the DLC port Id, and
        the second four octets are the Data Link Correlator.
        If the DLSw SSP was not used to establish this circuit,
        the value will be a string of zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 6 }

.1.3.6.1.2.1.46.1.5.2.1.7
dlswCircuitS1Dlc OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Points to a conceptual row of the underlying DLC MIB,
        which could either be the standard MIBs (e.g., the SDLC),
        or an enterprise-specific DLC MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 7 }

.1.3.6.1.2.1.46.1.5.2.1.8
dlswCircuitS2Mac OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The MAC Address of End Station 2 (S2) used for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 8 }

.1.3.6.1.2.1.46.1.5.2.1.9
dlswCircuitS2Sap OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The SAP at End Station 2 (S2) used for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 9 }

.1.3.6.1.2.1.46.1.5.2.1.10
dlswCircuitS2Location OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION EndStationLocation
  SYNTAX	INTEGER {other(1), internal(2), remote(3), local(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The location of End Station 2 (S2).
        If the location of End Station 2 is local, the
        interface information will be available in the
        conceptual row whose S1 and S2 are the S2 and
        the S1 of this conceptual row, respectively."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 10 }

.1.3.6.1.2.1.46.1.5.2.1.11
dlswCircuitS2TDomain OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the location of End Station 2 is remote,
        this value is the transport domain of the
        transport protocol the circuit is running
        over.  Otherwise, the value is 0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 11 }

.1.3.6.1.2.1.46.1.5.2.1.12
dlswCircuitS2TAddress OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the location of End Station 2 is remote,
        this object contains the address of the partner
        DLSw, else it will be an OCTET STRING of zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 12 }

.1.3.6.1.2.1.46.1.5.2.1.13
dlswCircuitS2CircuitId OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (0 | 8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Circuit ID assigned to this circuit by the partner
        DLSw node.  The first four octets are the DLC port Id, and
        the second four octets are the Data Link Correlator.
        If the DLSw SSP was not used to establish this circuit,
        the value will be a string of zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 13 }

.1.3.6.1.2.1.46.1.5.2.1.14
dlswCircuitOrigin OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {s1(1), s2(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies which of the two end stations
        initiated the establishment of this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 14 }

.1.3.6.1.2.1.46.1.5.2.1.15
dlswCircuitEntryTime OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in hundredths of a second) since this
        circuit table conceptual row was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 15 }

.1.3.6.1.2.1.46.1.5.2.1.16
dlswCircuitStateTime OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in hundredths of a second) since this
        circuit entered the current state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 16 }

.1.3.6.1.2.1.46.1.5.2.1.17
dlswCircuitState OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {disconnected(1), circuitStart(2), resolvePending(3), circuitPending(4), circuitEstablished(5), connectPending(6), contactPending(7), connected(8), disconnectPending(9), haltPending(10), haltPendingNoack(11), circuitRestart(12), restartPending(13)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current state of this circuit.  The agent, implementation
        specific, may choose to keep entries for some period of time
        after circuit disconnect, so the manager can gather the time
        and cause of disconnection.

        While all of the specified values may be returned from a GET
        operation, the only SETable value is 'disconnectPending'.
        When this value is set, DLSw should perform the appropriate
        action given its previous state (e.g., send HALT_DL if the
        state was 'connected') to bring the circuit down to the
        'disconnected' state.  Both the partner DLSw and local end
        station(s) should be notified as appropriate.

        This MIB provides no facility to re-establish a disconnected
        circuit, because in DLSw this should be an end station-driven
        function."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 17 }

.1.3.6.1.2.1.46.1.5.2.1.18
dlswCircuitPriority OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {unsupported(1), low(2), medium(3), high(4), highest(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transmission priority of this circuit as understood by
        this DLSw node.  This value is determined by the two DLSw
        nodes at circuit startup time.  If this DLSw node does not
        support DLSw circuit priority, the value 'unsupported' should
        be returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 18 }

.1.3.6.1.2.1.46.1.5.2.1.19
dlswCircuitFCSendGrantedUnits OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of paced SSP messages that this DLSw is currently
        authorized to send on this circuit before it must stop and
        wait for an additional flow control indication from the
        partner DLSw.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 19 }

.1.3.6.1.2.1.46.1.5.2.1.20
dlswCircuitFCSendCurrentWndw OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current window size that this DLSw is using in its role
        as a data sender.  This is the value by which this DLSw would
        increase the number of messages it is authorized to send, if
        it were to receive a flow control indication with the bits
        specifying 'repeat window'.
        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 20 }

.1.3.6.1.2.1.46.1.5.2.1.21
dlswCircuitFCRecvGrantedUnits OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of paced SSP messages that this DLSw has
        authorized the partner DLSw to send on this circuit before
        the partner DLSw must stop and wait for an additional flow
        control indication from this DLSw.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 21 }

.1.3.6.1.2.1.46.1.5.2.1.22
dlswCircuitFCRecvCurrentWndw OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current window size that this DLSw is using in its role
        as a data receiver.  This is the number of additional paced
        SSP messages that this DLSw would be authorizing its DLSw
        partner to send, if this DLSw were to send a flow control
        indication with the bits specifying 'repeat window'.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 22 }

.1.3.6.1.2.1.46.1.5.2.1.23
dlswCircuitFCLargestRecvGranted OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The largest receive window size granted by this DLSw during
        the current activation of this circuit.  This is not the
        largest number of messages granted at any time, but the
        largest window size as represented by FCIND operator bits.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 23 }

.1.3.6.1.2.1.46.1.5.2.1.24
dlswCircuitFCLargestSendGranted OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The largest send (with respect to this DLSw) window size
        granted by the partner DLSw during the current activation of
        this circuit.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 24 }

.1.3.6.1.2.1.46.1.5.2.1.25
dlswCircuitFCHalveWndwSents OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Halve Window operations this DLSw has sent on
        this circuit, in its role as a data receiver.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 25 }

.1.3.6.1.2.1.46.1.5.2.1.26
dlswCircuitFCResetOpSents OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Reset Window operations this DLSw has sent on
        this circuit, in its role as a data receiver.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 26 }

.1.3.6.1.2.1.46.1.5.2.1.27
dlswCircuitFCHalveWndwRcvds OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Halve Window operations this DLSw has received on
        this circuit, in its role as a data sender.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 27 }

.1.3.6.1.2.1.46.1.5.2.1.28
dlswCircuitFCResetOpRcvds OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Reset Window operations this DLSw has received on
        this circuit, in its role as a data sender.
        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 28 }

.1.3.6.1.2.1.46.1.5.2.1.29
dlswCircuitDiscReasonLocal OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {endStationDiscRcvd(1), endStationDlcError(2), protocolError(3), operatorCommand(4), haltDlRcvd(5), haltDlNoAckRcvd(6), transportConnClosed(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reason why this circuit was last disconnected, as seen
        by this DLSw node.

        This object is present only if the agent keeps circuit
        table entries around for some period after circuit disconnect."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 29 }

.1.3.6.1.2.1.46.1.5.2.1.30
dlswCircuitDiscReasonRemote OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	INTEGER {unknown(1), endStationDiscRcvd(2), endStationDlcError(3), protocolError(4), operatorCommand(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The generic reason code why this circuit was last
        disconnected, as reported by the DLSw partner in a HALT_DL
        or HALT_DL_NOACK.  If the partner does not send a reason
        code in these messages, or the DLSw implementation does
        not report receiving one, the value 'unknown' is returned.

        This object is present only if the agent keeps circuit table
        entries around for some period after circuit disconnect."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 30 }

.1.3.6.1.2.1.46.1.5.2.1.31
dlswCircuitDiscReasonRemoteData OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (0 | 4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Implementation-specific data reported by the DLSw partner in
        a HALT_DL or HALT_DL_NOACK, to help specify how and why this
        circuit was last disconnected.  If the partner does not send
        this data in these messages, or the DLSw implementation does
        not report receiving it, a string of zero length is returned.

        This object is present only if the agent keeps circuit table
        entries around for some period after circuit disconnect."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswCircuit(5) dlswCircuitTable(2) dlswCircuitEntry(1) 31 }

.1.3.6.1.2.1.46.1.6
dlswSdlc OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) 6 }

.1.3.6.1.2.1.46.1.6.1
dlswSdlcLsEntries OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of entries in dlswSdlcLsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) 1 }

.1.3.6.1.2.1.46.1.6.2
dlswSdlcLsTable OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the virtual MAC addresses for those
        SDLC link stations that participate in data link switching."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) 2 }

.1.3.6.1.2.1.46.1.6.2.1
dlswSdlcLsEntry OBJECT-TYPE
  -- FROM	DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, sdlcLSAddress }
  DESCRIPTION	"The index of this table is the ifIndex value for the
        SDLC port which owns this link station and the poll
        address of the particular SDLC link station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) dlswSdlcLsTable(2) 1 }

.1.3.6.1.2.1.46.1.6.2.1.1
dlswSdlcLsLocalMac OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The virtual MAC address used to represent the SDLC-attached
        link station to the rest of the DLSw network."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) dlswSdlcLsTable(2) dlswSdlcLsEntry(1) 1 }

.1.3.6.1.2.1.46.1.6.2.1.2
dlswSdlcLsLocalSap OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SAP used to represent this link station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) dlswSdlcLsTable(2) dlswSdlcLsEntry(1) 2 }

.1.3.6.1.2.1.46.1.6.2.1.3
dlswSdlcLsLocalIdBlock OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0 | 3) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The block number is the first three digits of the node_id,
        if available.  These 3 hexadecimal digits identify the
        product."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) dlswSdlcLsTable(2) dlswSdlcLsEntry(1) 3 }

.1.3.6.1.2.1.46.1.6.2.1.4
dlswSdlcLsLocalIdNum OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0 | 5) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ID number is the last 5 digits of the node_id, if
        available.  These 5 hexadecimal digits are
        administratively defined and combined with the 3 digit
        block number form the node_id.  This node_id is used to
        identify the local node and is included in SNA XIDs."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) dlswSdlcLsTable(2) dlswSdlcLsEntry(1) 4 }

.1.3.6.1.2.1.46.1.6.2.1.5
dlswSdlcLsRemoteMac OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address to which DLSw should attempt to connect
        this link station. If this information is not available,
        a length of zero for this object should be returned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) dlswSdlcLsTable(2) dlswSdlcLsEntry(1) 5 }

.1.3.6.1.2.1.46.1.6.2.1.6
dlswSdlcLsRemoteSap OBJECT-TYPE
  -- FROM	DLSW-MIB
  SYNTAX	OCTET STRING (0 | 1) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SAP of the remote station to which this link
        station should be connected.  If this information
        is not available, a length of zero for this object
        should be returned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) dlswSdlcLsTable(2) dlswSdlcLsEntry(1) 6 }

.1.3.6.1.2.1.46.1.6.2.1.7
dlswSdlcLsRowStatus OBJECT-TYPE
  -- FROM	DLSW-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used by the manager to create
        or delete the row entry in the dlswSdlcLsTable
        following the RowStatus textual convention."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswMIB(1) dlswSdlc(6) dlswSdlcLsTable(2) dlswSdlcLsEntry(1) 7 }

.1.3.6.1.2.1.46.2
dlswDomains OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) 2 }

.1.3.6.1.2.1.46.2.1
dlswTCPDomain OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswDomains(2) 1 }

.1.3.6.1.2.1.46.3
dlswConformance OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) 3 }

.1.3.6.1.2.1.46.3.1
dlswCompliances OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) 1 }

.1.3.6.1.2.1.46.3.1.1
dlswCoreCompliance MODULE-COMPLIANCE
  -- FROM	DLSW-MIB
  DESCRIPTION	"The core compliance statement for all DLSw nodes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswCompliances(1) 1 }

.1.3.6.1.2.1.46.3.1.2
dlswTConnTcpCompliance MODULE-COMPLIANCE
  -- FROM	DLSW-MIB
  DESCRIPTION	"Compliance for DLSw nodes that use TCP as a
        transport connection protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswCompliances(1) 2 }

.1.3.6.1.2.1.46.3.1.3
dlswDirCompliance MODULE-COMPLIANCE
  -- FROM	DLSW-MIB
  DESCRIPTION	"Compliance for DLSw nodes that provide a directory
        function."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswCompliances(1) 3 }

.1.3.6.1.2.1.46.3.1.4
dlswDirLocateCompliance MODULE-COMPLIANCE
  -- FROM	DLSW-MIB
  DESCRIPTION	"Compliance for DLSw nodes that provide an ordered
        list of directory entries for a given resource."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswCompliances(1) 4 }

.1.3.6.1.2.1.46.3.1.5
dlswSdlcCompliance MODULE-COMPLIANCE
  -- FROM	DLSW-MIB
  DESCRIPTION	"Compliance for DLSw nodes that support SDLC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswCompliances(1) 5 }

.1.3.6.1.2.1.46.3.2
dlswGroups OBJECT-TYPE
  -- FROM	DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) 2 }

.1.3.6.1.2.1.46.3.2.1
dlswNodeGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for DLSw node general information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 1 }

.1.3.6.1.2.1.46.3.2.2
dlswNodeNBGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for DLSw node general information
        specifically for nodes that support NetBIOS."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 2 }

.1.3.6.1.2.1.46.3.2.3
dlswTConnStatGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for statistics for transport
        connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 3 }

.1.3.6.1.2.1.46.3.2.4
dlswTConnConfigGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for the configuration of
        transport connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 4 }

.1.3.6.1.2.1.46.3.2.5
dlswTConnOperGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for operation information for
        transport connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 5 }

.1.3.6.1.2.1.46.3.2.6
dlswTConnNBGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for operation information for
        transport connections, specifically for nodes
        that support NetBIOS."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 6 }

.1.3.6.1.2.1.46.3.2.7
dlswTConnTcpConfigGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for configuration information for
        transport connections using TCP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 7 }

.1.3.6.1.2.1.46.3.2.8
dlswTConnTcpOperGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for operation information for
        transport connections using TCP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 8 }

.1.3.6.1.2.1.46.3.2.9
dlswInterfaceGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for DLSw interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 9 }

.1.3.6.1.2.1.46.3.2.10
dlswDirGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for DLSw directory using MAC
        addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 10 }

.1.3.6.1.2.1.46.3.2.11
dlswDirNBGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for DLSw directory using NetBIOS
        names."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 11 }

.1.3.6.1.2.1.46.3.2.12
dlswDirLocateGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for a node that can return directory
        entry order for a given MAC address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 12 }

.1.3.6.1.2.1.46.3.2.13
dlswDirLocateNBGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for a node that can return directory
        entry order for a given NetBIOS name."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 13 }

.1.3.6.1.2.1.46.3.2.14
dlswCircuitStatGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for statistics about circuits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 14 }

.1.3.6.1.2.1.46.3.2.15
dlswCircuitGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for DLSw circuits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 15 }

.1.3.6.1.2.1.46.3.2.16
dlswSdlcGroup OBJECT-GROUP
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for DLSw SDLC support."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 16 }

.1.3.6.1.2.1.46.3.2.17
dlswNotificationGroup OBJECT-TYPE
  -- FROM	DLSW-MIB
  DESCRIPTION	"Conformance group for DLSw notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dlsw(46) dlswConformance(3) dlswGroups(2) 17 }

.1.3.6.1.2.1.47
entityMIB MODULE-IDENTITY
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The MIB module for representing multiple logical
            entities supported by a single SNMP agent.

            Copyright (C) The Internet Society (2005).  This
            version of this MIB module is part of RFC 4133; see
            the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 47 }

.1.3.6.1.2.1.47.1
entityMIBObjects OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) 1 }

.1.3.6.1.2.1.47.1.1
entityPhysical OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) 1 }

.1.3.6.1.2.1.47.1.1.1
entPhysicalTable OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per physical entity.  There is
            always at least one row for an 'overall' physical entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) 1 }

.1.3.6.1.2.1.47.1.1.1.1
entPhysicalEntry OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex }
  DESCRIPTION	"Information about a particular physical entity.

            Each entry provides objects (entPhysicalDescr,
            entPhysicalVendorType, and entPhysicalClass) to help an NMS
            identify and characterize the entry, and objects
            (entPhysicalContainedIn and entPhysicalParentRelPos) to help
            an NMS relate the particular entry to other entries in this
            table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) 1 }

.1.3.6.1.2.1.47.1.1.1.1.1
entPhysicalIndex OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index for this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 1 }

.1.3.6.1.2.1.47.1.1.1.1.2
entPhysicalDescr OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual description of physical entity.  This object
            should contain a string that identifies the manufacturer's
            name for the physical entity, and should be set to a
            distinct value for each version or model of the physical
            entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 2 }

.1.3.6.1.2.1.47.1.1.1.1.3
entPhysicalVendorType OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of the vendor-specific hardware type of the
            physical entity.  Note that this is different from the
            definition of MIB-II's sysObjectID.

            An agent should set this object to an enterprise-specific
            registration identifier value indicating the specific
            equipment type in detail.  The associated instance of
            entPhysicalClass is used to indicate the general type of
            hardware device.

            If no vendor-specific registration identifier exists for
            this physical entity, or the value is unknown by this agent,
            then the value { 0 0 } is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 3 }

.1.3.6.1.2.1.47.1.1.1.1.4
entPhysicalContainedIn OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION PhysicalIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of entPhysicalIndex for the physical entity which
            'contains' this physical entity.  A value of zero indicates
            this physical entity is not contained in any other physical
            entity.  Note that the set of 'containment' relationships
            define a strict hierarchy; that is, recursion is not
            allowed.

            In the event that a physical entity is contained by more
            than one physical entity (e.g., double-wide modules), this
            object should identify the containing entity with the lowest
            value of entPhysicalIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 4 }

.1.3.6.1.2.1.47.1.1.1.1.5
entPhysicalClass OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION PhysicalClass
  SYNTAX	INTEGER {other(1), unknown(2), chassis(3), backplane(4), container(5), powerSupply(6), fan(7), sensor(8), module(9), port(10), stack(11), cpu(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of the general hardware type of the physical
            entity.

            An agent should set this object to the standard enumeration
            value that most accurately indicates the general class of
            the physical entity, or the primary class if there is more
            than one entity.

            If no appropriate standard registration identifier exists
            for this physical entity, then the value 'other(1)' is
            returned.  If the value is unknown by this agent, then the
            value 'unknown(2)' is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 5 }

.1.3.6.1.2.1.47.1.1.1.1.6
entPhysicalParentRelPos OBJECT-TYPE
  -- FROM	ENTITY-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of the relative position of this 'child'
            component among all its 'sibling' components.  Sibling
            components are defined as entPhysicalEntries that share the
            same instance values of each of the entPhysicalContainedIn
            and entPhysicalClass objects.

            An NMS can use this object to identify the relative ordering
            for all sibling components of a particular parent
            (identified by the entPhysicalContainedIn instance in each
            sibling entry).

            If possible, this value should match any external labeling
            of the physical component.  For example, for a container
            (e.g., card slot) labeled as 'slot #3',
            entPhysicalParentRelPos should have the value '3'.  Note
            that the entPhysicalEntry for the module plugged in slot 3
            should have an entPhysicalParentRelPos value of '1'.

            If the physical position of this component does not match
            any external numbering or clearly visible ordering, then
            user documentation or other external reference material
            should be used to determine the parent-relative position.
            If this is not possible, then the agent should assign a
            consistent (but possibly arbitrary) ordering to a given set
            of 'sibling' components, perhaps based on internal
            representation of the components.

            If the agent cannot determine the parent-relative position
            for some reason, or if the associated value of
            entPhysicalContainedIn is '0', then the value '-1' is
            returned.  Otherwise, a non-negative integer is returned,
            indicating the parent-relative position of this physical
            entity.

            Parent-relative ordering normally starts from '1' and
            continues to 'N', where 'N' represents the highest
            positioned child entity.  However, if the physical entities
            (e.g., slots) are labeled from a starting position of zero,
            then the first sibling should be associated with an
            entPhysicalParentRelPos value of '0'.  Note that this
            ordering may be sparse or dense, depending on agent
            implementation.

            The actual values returned are not globally meaningful, as
            each 'parent' component may use different numbering
            algorithms.  The ordering is only meaningful among siblings
            of the same parent component.

            The agent should retain parent-relative position values
            across reboots, either through algorithmic assignment or use
            of non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 6 }

.1.3.6.1.2.1.47.1.1.1.1.7
entPhysicalName OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The textual name of the physical entity.  The value of this
            object should be the name of the component as assigned by
            the local device and should be suitable for use in commands
            entered at the device's `console'.  This might be a text
            name (e.g., `console') or a simple component number (e.g.,
            port or module number, such as `1'), depending on the
            physical component naming syntax of the device.

            If there is no local name, or if this object is otherwise
            not applicable, then this object contains a zero-length
            string.

            Note that the value of entPhysicalName for two physical
            entities will be the same in the event that the console
            interface does not distinguish between them, e.g., slot-1
            and the card in slot-1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 7 }

.1.3.6.1.2.1.47.1.1.1.1.8
entPhysicalHardwareRev OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific hardware revision string for the
            physical entity.  The preferred value is the hardware
            revision identifier actually printed on the component itself
            (if present).

            Note that if revision information is stored internally in a
            non-printable (e.g., binary) format, then the agent must
            convert such information to a printable format, in an
            implementation-specific manner.

            If no specific hardware revision string is associated with
            the physical component, or if this information is unknown to
            the agent, then this object will contain a zero-length
            string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 8 }

.1.3.6.1.2.1.47.1.1.1.1.9
entPhysicalFirmwareRev OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific firmware revision string for the
            physical entity.

            Note that if revision information is stored internally in a
            non-printable (e.g., binary) format, then the agent must
            convert such information to a printable format, in an
            implementation-specific manner.

            If no specific firmware programs are associated with the
            physical component, or if this information is unknown to the
            agent, then this object will contain a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 9 }

.1.3.6.1.2.1.47.1.1.1.1.10
entPhysicalSoftwareRev OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific software revision string for the
            physical entity.

            Note that if revision information is stored internally in a
            non-printable (e.g., binary) format, then the agent must
            convert such information to a printable format, in an
            implementation-specific manner.

            If no specific software programs are associated with the
            physical component, or if this information is unknown to the
            agent, then this object will contain a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 10 }

.1.3.6.1.2.1.47.1.1.1.1.11
entPhysicalSerialNum OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The vendor-specific serial number string for the physical
            entity.  The preferred value is the serial number string
            actually printed on the component itself (if present).

            On the first instantiation of an physical entity, the value
            of entPhysicalSerialNum associated with that entity is set
            to the correct vendor-assigned serial number, if this
            information is available to the agent.  If a serial number
            is unknown or non-existent, the entPhysicalSerialNum will be
            set to a zero-length string instead.

            Note that implementations that can correctly identify the
            serial numbers of all installed physical entities do not
            need to provide write access to the entPhysicalSerialNum
            object.  Agents which cannot provide non-volatile storage
            for the entPhysicalSerialNum strings are not required to
            implement write access for this object.

            Not every physical component will have a serial number, or
            even need one.  Physical entities for which the associated
            value of the entPhysicalIsFRU object is equal to 'false(2)'
            (e.g., the repeater ports within a repeater module), do not
            need their own unique serial number.  An agent does not have
            to provide write access for such entities, and may return a
            zero-length string.

            If write access is implemented for an instance of
            entPhysicalSerialNum, and a value is written into the
            instance, the agent must retain the supplied value in the
            entPhysicalSerialNum instance (associated with the same
            physical entity) for as long as that entity remains
            instantiated.  This includes instantiations across all
            re-initializations/reboots of the network management system,
            including those resulting in a change of the physical
            entity's entPhysicalIndex value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 11 }

.1.3.6.1.2.1.47.1.1.1.1.12
entPhysicalMfgName OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the manufacturer of this physical component.
            The preferred value is the manufacturer name string actually
            printed on the component itself (if present).

            Note that comparisons between instances of the
            entPhysicalModelName, entPhysicalFirmwareRev,
            entPhysicalSoftwareRev, and the entPhysicalSerialNum
            objects, are only meaningful amongst entPhysicalEntries with
            the same value of entPhysicalMfgName.

            If the manufacturer name string associated with the physical
            component is unknown to the agent, then this object will
            contain a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 12 }

.1.3.6.1.2.1.47.1.1.1.1.13
entPhysicalModelName OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific model name identifier string associated
            with this physical component.  The preferred value is the
            customer-visible part number, which may be printed on the
            component itself.

            If the model name string associated with the physical
            component is unknown to the agent, then this object will
            contain a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 13 }

.1.3.6.1.2.1.47.1.1.1.1.14
entPhysicalAlias OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is an 'alias' name for the physical entity, as
            specified by a network manager, and provides a non-volatile
            'handle' for the physical entity.

            On the first instantiation of a physical entity, the value
            of entPhysicalAlias associated with that entity is set to
            the zero-length string.  However, the agent may set the
            value to a locally unique default value, instead of a
            zero-length string.

            If write access is implemented for an instance of
            entPhysicalAlias, and a value is written into the instance,
            the agent must retain the supplied value in the
            entPhysicalAlias instance (associated with the same physical
            entity) for as long as that entity remains instantiated.
            This includes instantiations across all
            re-initializations/reboots of the network management system,
            including those resulting in a change of the physical
            entity's entPhysicalIndex value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 14 }

.1.3.6.1.2.1.47.1.1.1.1.15
entPhysicalAssetID OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is a user-assigned asset tracking identifier
            (as specified by a network manager) for the physical entity,
            and provides non-volatile storage of this information.

            On the first instantiation of a physical entity, the value
            of entPhysicalAssetID associated with that entity is set to
            the zero-length string.

            Not every physical component will have an asset tracking
            identifier, or even need one.  Physical entities for which
            the associated value of the entPhysicalIsFRU object is equal
            to 'false(2)' (e.g., the repeater ports within a repeater
            module), do not need their own unique asset tracking
            identifier.  An agent does not have to provide write access
            for such entities, and may instead return a zero-length
            string.

            If write access is implemented for an instance of
            entPhysicalAssetID, and a value is written into the
            instance, the agent must retain the supplied value in the
            entPhysicalAssetID instance (associated with the same
            physical entity) for as long as that entity remains
            instantiated.  This includes instantiations across all
            re-initializations/reboots of the network management system,
            including those resulting in a change of the physical
            entity's entPhysicalIndex value.

            If no asset tracking information is associated with the
            physical component, then this object will contain a
            zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 15 }

.1.3.6.1.2.1.47.1.1.1.1.16
entPhysicalIsFRU OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether or not this physical entity
            is considered a 'field replaceable unit' by the vendor.  If
            this object contains the value 'true(1)' then this
            entPhysicalEntry identifies a field replaceable unit.  For
            all entPhysicalEntries that represent components
            permanently contained within a field replaceable unit, the
            value 'false(2)' should be returned for this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 16 }

.1.3.6.1.2.1.47.1.1.1.1.17
entPhysicalMfgDate OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the date of manufacturing of the
            managed entity.  If the manufacturing date is unknown or not
            supported, the object is not instantiated.  The special
            value '0000000000000000'H may also be returned in this
            case."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 17 }

.1.3.6.1.2.1.47.1.1.1.1.18
entPhysicalUris OBJECT-TYPE
  -- FROM	ENTITY-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object contains additional identification information
            about the physical entity.  The object contains URIs and,
            therefore, the syntax of this object must conform to RFC
            3986, section 2.

            Multiple URIs may be present and are separated by white
            space characters.  Leading and trailing white space
            characters are ignored.

            If no additional identification information is known
            about the physical entity or supported, the object is not
            instantiated.  A zero length octet string may also be
            returned in this case."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityPhysical(1) entPhysicalTable(1) entPhysicalEntry(1) 18 }

.1.3.6.1.2.1.47.1.2
entityLogical OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) 2 }

.1.3.6.1.2.1.47.1.2.1
entLogicalTable OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per logical entity.  For agents
            that implement more than one naming scope, at least one
            entry must exist.  Agents which instantiate all MIB objects
            within a single naming scope are not required to implement
            this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) 1 }

.1.3.6.1.2.1.47.1.2.1.1
entLogicalEntry OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entLogicalIndex }
  DESCRIPTION	"Information about a particular logical entity.  Entities
            may be managed by this agent or other SNMP agents (possibly)
            in the same chassis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) entLogicalTable(1) 1 }

.1.3.6.1.2.1.47.1.2.1.1.1
entLogicalIndex OBJECT-TYPE
  -- FROM	ENTITY-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of this object uniquely identifies the logical
            entity.  The value should be a small positive integer; index
            values for different logical entities are not necessarily
            contiguous."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) entLogicalTable(1) entLogicalEntry(1) 1 }

.1.3.6.1.2.1.47.1.2.1.1.2
entLogicalDescr OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual description of the logical entity.  This object
            should contain a string that identifies the manufacturer's
            name for the logical entity, and should be set to a distinct
            value for each version of the logical entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) entLogicalTable(1) entLogicalEntry(1) 2 }

.1.3.6.1.2.1.47.1.2.1.1.3
entLogicalType OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of the type of logical entity.  This will
            typically be the OBJECT IDENTIFIER name of the node in the
            SMI's naming hierarchy which represents the major MIB
            module, or the majority of the MIB modules, supported by the
            logical entity.  For example:
               a logical entity of a regular host/router -> mib-2
               a logical entity of a 802.1d bridge -> dot1dBridge
               a logical entity of a 802.3 repeater -> snmpDot3RptrMgmt
            If an appropriate node in the SMI's naming hierarchy cannot
            be identified, the value 'mib-2' should be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) entLogicalTable(1) entLogicalEntry(1) 3 }

.1.3.6.1.2.1.47.1.2.1.1.4
entLogicalCommunity OBJECT-TYPE
  -- FROM	ENTITY-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"An SNMPv1 or SNMPv2C community-string, which can be used to
            access detailed management information for this logical
            entity.  The agent should allow read access with this
            community string (to an appropriate subset of all managed
            objects) and may also return a community string based on the
            privileges of the request used to read this object.  Note
            that an agent may return a community string with read-only
            privileges, even if this object is accessed with a
            read-write community string.  However, the agent must take
            care not to return a community string that allows more
            privileges than the community string used to access this
            object.

            A compliant SNMP agent may wish to conserve naming scopes by
            representing multiple logical entities in a single 'default'
            naming scope.  This is possible when the logical entities,
            represented by the same value of entLogicalCommunity, have
            no object instances in common.  For example, 'bridge1' and
            'repeater1' may be part of the main naming scope, but at
            least one additional community string is needed to represent
            'bridge2' and 'repeater2'.

            Logical entities 'bridge1' and 'repeater1' would be
            represented by sysOREntries associated with the 'default'
            naming scope.

            For agents not accessible via SNMPv1 or SNMPv2C, the value
            of this object is the empty string.  This object may also
            contain an empty string if a community string has not yet
            been assigned by the agent, or if no community string with
            suitable access rights can be returned for a particular SNMP
            request.

            Note that this object is deprecated.  Agents which implement
            SNMPv3 access should use the entLogicalContextEngineID and
            entLogicalContextName objects to identify the context
            associated with each logical entity.  SNMPv3 agents may
            return a zero-length string for this object, or may continue
            to return a community string (e.g., tri-lingual agent
            support)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) entLogicalTable(1) entLogicalEntry(1) 4 }

.1.3.6.1.2.1.47.1.2.1.1.5
entLogicalTAddress OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transport service address by which the logical entity
            receives network management traffic, formatted according to
            the corresponding value of entLogicalTDomain.

            For snmpUDPDomain, a TAddress is 6 octets long: the initial
            4 octets contain the IP-address in network-byte order and
            the last 2 contain the UDP port in network-byte order.
            Consult 'Transport Mappings for the Simple Network
            Management Protocol' (STD 62, RFC 3417 [RFC3417]) for
            further information on snmpUDPDomain."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) entLogicalTable(1) entLogicalEntry(1) 5 }

.1.3.6.1.2.1.47.1.2.1.1.6
entLogicalTDomain OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION TDomain
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the kind of transport service by which the
            logical entity receives network management traffic.
            Possible values for this object are presently found in the
            Transport Mappings for Simple Network Management Protocol'
            (STD 62, RFC 3417 [RFC3417])."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) entLogicalTable(1) entLogicalEntry(1) 6 }

.1.3.6.1.2.1.47.1.2.1.1.7
entLogicalContextEngineID OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpEngineIdOrNone
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authoritative contextEngineID that can be used to send
            an SNMP message concerning information held by this logical
            entity, to the address specified by the associated
            'entLogicalTAddress/entLogicalTDomain' pair.

            This object, together with the associated
            entLogicalContextName object, defines the context associated
            with a particular logical entity, and allows access to SNMP
            engines identified by a contextEngineId and contextName
            pair.

            If no value has been configured by the agent, a zero-length
            string is returned, or the agent may choose not to
            instantiate this object at all."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) entLogicalTable(1) entLogicalEntry(1) 7 }

.1.3.6.1.2.1.47.1.2.1.1.8
entLogicalContextName OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The contextName that can be used to send an SNMP message
            concerning information held by this logical entity, to the
            address specified by the associated
            'entLogicalTAddress/entLogicalTDomain' pair.

            This object, together with the associated
            entLogicalContextEngineID object, defines the context
            associated with a particular logical entity, and allows
            access to SNMP engines identified by a contextEngineId and
            contextName pair.

            If no value has been configured by the agent, a zero-length
            string is returned, or the agent may choose not to
            instantiate this object at all."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityLogical(2) entLogicalTable(1) entLogicalEntry(1) 8 }

.1.3.6.1.2.1.47.1.3
entityMapping OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) 3 }

.1.3.6.1.2.1.47.1.3.1
entLPMappingTable OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains zero or more rows of logical entity to
            physical equipment associations.  For each logical entity
            known by this agent, there are zero or more mappings to the
            physical resources, which are used to realize that logical
            entity.

            An agent should limit the number and nature of entries in
            this table such that only meaningful and non-redundant
            information is returned.  For example, in a system that
            contains a single power supply, mappings between logical
            entities and the power supply are not useful and should not
            be included.

            Also, only the most appropriate physical component, which is
            closest to the root of a particular containment tree, should
            be identified in an entLPMapping entry.

            For example, suppose a bridge is realized on a particular
            module, and all ports on that module are ports on this
            bridge.  A mapping between the bridge and the module would
            be useful, but additional mappings between the bridge and
            each of the ports on that module would be redundant (because
            the entPhysicalContainedIn hierarchy can provide the same
            information).  On the other hand, if more than one bridge
            were utilizing ports on this module, then mappings between
            each bridge and the ports it used would be appropriate.

            Also, in the case of a single backplane repeater, a mapping
            for the backplane to the single repeater entity is not
            necessary."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) 1 }

.1.3.6.1.2.1.47.1.3.1.1
entLPMappingEntry OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entLogicalIndex, entLPPhysicalIndex }
  DESCRIPTION	"Information about a particular logical entity to physical
            equipment association.  Note that the nature of the
            association is not specifically identified in this entry.
            It is expected that sufficient information exists in the
            MIBs used to manage a particular logical entity to infer how
            physical component information is utilized."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) entLPMappingTable(1) 1 }

.1.3.6.1.2.1.47.1.3.1.1.1
entLPPhysicalIndex OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object identifies the index value of a
            particular entPhysicalEntry associated with the indicated
            entLogicalEntity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) entLPMappingTable(1) entLPMappingEntry(1) 1 }

.1.3.6.1.2.1.47.1.3.2
entAliasMappingTable OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains zero or more rows, representing
            mappings of logical entity and physical component to
            external MIB identifiers.  Each physical port in the system
            may be associated with a mapping to an external identifier,
            which itself is associated with a particular logical
            entity's naming scope.  A 'wildcard' mechanism is provided
            to indicate that an identifier is associated with more than
            one logical entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) 2 }

.1.3.6.1.2.1.47.1.3.2.1
entAliasMappingEntry OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex, entAliasLogicalIndexOrZero }
  DESCRIPTION	"Information about a particular physical equipment, logical
            entity to external identifier binding.  Each logical
            entity/physical component pair may be associated with one
            alias mapping.  The logical entity index may also be used as
            a 'wildcard' (refer to the entAliasLogicalIndexOrZero object
            DESCRIPTION clause for details.)

            Note that only entPhysicalIndex values that represent
            physical ports (i.e., associated entPhysicalClass value is
            'port(10)') are permitted to exist in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) entAliasMappingTable(2) 1 }

.1.3.6.1.2.1.47.1.3.2.1.1
entAliasLogicalIndexOrZero OBJECT-TYPE
  -- FROM	ENTITY-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of this object identifies the logical entity
            that defines the naming scope for the associated instance
            of the 'entAliasMappingIdentifier' object.

            If this object has a non-zero value, then it identifies the
            logical entity named by the same value of entLogicalIndex.

            If this object has a value of zero, then the mapping between
            the physical component and the alias identifier for this
            entAliasMapping entry is associated with all unspecified
            logical entities.  That is, a value of zero (the default
            mapping) identifies any logical entity that does not have
            an explicit entry in this table for a particular
            entPhysicalIndex/entAliasMappingIdentifier pair.

            For example, to indicate that a particular interface (e.g.,
            physical component 33) is identified by the same value of
            ifIndex for all logical entities, the following instance
            might exist:

                    entAliasMappingIdentifier.33.0 = ifIndex.5

            In the event an entPhysicalEntry is associated differently
            for some logical entities, additional entAliasMapping
            entries may exist, e.g.:
                    entAliasMappingIdentifier.33.0 = ifIndex.6
                    entAliasMappingIdentifier.33.4 =  ifIndex.1
                    entAliasMappingIdentifier.33.5 =  ifIndex.1
                    entAliasMappingIdentifier.33.10 = ifIndex.12

            Note that entries with non-zero entAliasLogicalIndexOrZero
            index values have precedence over zero-indexed entries.  In
            this example, all logical entities except 4, 5, and 10,
            associate physical entity 33 with ifIndex.6."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) entAliasMappingTable(2) entAliasMappingEntry(1) 1 }

.1.3.6.1.2.1.47.1.3.2.1.2
entAliasMappingIdentifier OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object identifies a particular conceptual
            row associated with the indicated entPhysicalIndex and
            entLogicalIndex pair.

            Because only physical ports are modeled in this table, only
            entries that represent interfaces or ports are allowed.  If
            an ifEntry exists on behalf of a particular physical port,
            then this object should identify the associated 'ifEntry'.
            For repeater ports, the appropriate row in the
            'rptrPortGroupTable' should be identified instead.

            For example, suppose a physical port was represented by
            entPhysicalEntry.3, entLogicalEntry.15 existed for a
            repeater, and entLogicalEntry.22 existed for a bridge.  Then
            there might be two related instances of
            entAliasMappingIdentifier:
               entAliasMappingIdentifier.3.15 == rptrPortGroupIndex.5.2
               entAliasMappingIdentifier.3.22 == ifIndex.17
            It is possible that other mappings (besides interfaces and
            repeater ports) may be defined in the future, as required.

            Bridge ports are identified by examining the Bridge MIB and
            appropriate ifEntries associated with each 'dot1dBasePort',
            and are thus not represented in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) entAliasMappingTable(2) entAliasMappingEntry(1) 2 }

.1.3.6.1.2.1.47.1.3.3
entPhysicalContainsTable OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that exposes the container/'containee'
            relationships between physical entities.  This table
            provides all the information found by constructing the
            virtual containment tree for a given entPhysicalTable, but
            in a more direct format.

            In the event a physical entity is contained by more than one
            other physical entity (e.g., double-wide modules), this
            table should include these additional mappings, which cannot
            be represented in the entPhysicalTable virtual containment
            tree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) 3 }

.1.3.6.1.2.1.47.1.3.3.1
entPhysicalContainsEntry OBJECT-TYPE
  -- FROM	ENTITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex, entPhysicalChildIndex }
  DESCRIPTION	"A single container/'containee' relationship."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) entPhysicalContainsTable(3) 1 }

.1.3.6.1.2.1.47.1.3.3.1.1
entPhysicalChildIndex OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of entPhysicalIndex for the contained physical
            entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityMapping(3) entPhysicalContainsTable(3) entPhysicalContainsEntry(1) 1 }

.1.3.6.1.2.1.47.1.4
entityGeneral OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) 4 }

.1.3.6.1.2.1.47.1.4.1
entLastChangeTime OBJECT-TYPE
  -- FROM	ENTITY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time a conceptual row is
            created, modified, or deleted in any of these tables:
                    - entPhysicalTable
                    - entLogicalTable
                    - entLPMappingTable
                    - entAliasMappingTable
                    - entPhysicalContainsTable
            "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBObjects(1) entityGeneral(4) 1 }

.1.3.6.1.2.1.47.2
entityMIBTraps OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) 2 }

.1.3.6.1.2.1.47.2.0
entityMIBTrapPrefix OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBTraps(2) 0 }

.1.3.6.1.2.1.47.2.0.1
entConfigChange NOTIFICATION-TYPE
  -- FROM	ENTITY-MIB
  DESCRIPTION	"An entConfigChange notification is generated when the value
            of entLastChangeTime changes.  It can be utilized by an NMS
            to trigger logical/physical entity table maintenance polls.

            An agent should not generate more than one entConfigChange
            'notification-event' in a given time interval (five seconds
            is the suggested default).  A 'notification-event' is the
            transmission of a single trap or inform PDU to a list of
            notification destinations.

            If additional configuration changes occur within the
            throttling period, then notification-events for these
            changes should be suppressed by the agent until the current
            throttling period expires.  At the end of a throttling
            period, one notification-event should be generated if any
            configuration changes occurred since the start of the
            throttling period.  In such a case, another throttling
            period is started right away.

            An NMS should periodically check the value of
            entLastChangeTime to detect any missed entConfigChange
            notification-events, e.g., due to throttling or transmission
            loss."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityMIBTraps(2) entityMIBTrapPrefix(0) 1 }

.1.3.6.1.2.1.47.3
entityConformance OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) 3 }

.1.3.6.1.2.1.47.3.1
entityCompliances OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) 1 }

.1.3.6.1.2.1.47.3.1.1
entityCompliance MODULE-COMPLIANCE
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The compliance statement for SNMP entities that implement
            version 1 of the Entity MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityCompliances(1) 1 }

.1.3.6.1.2.1.47.3.1.2
entity2Compliance MODULE-COMPLIANCE
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The compliance statement for SNMP entities that implement
            version 2 of the Entity MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityCompliances(1) 2 }

.1.3.6.1.2.1.47.3.1.3
entity3Compliance MODULE-COMPLIANCE
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The compliance statement for SNMP entities that implement
            version 3 of the Entity MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityCompliances(1) 3 }

.1.3.6.1.2.1.47.3.2
entityGroups OBJECT-TYPE
  -- FROM	ENTITY-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) 2 }

.1.3.6.1.2.1.47.3.2.1
entityPhysicalGroup OBJECT-GROUP
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The collection of objects used to represent physical
            system components, for which a single agent provides
            management information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityGroups(2) 1 }

.1.3.6.1.2.1.47.3.2.2
entityLogicalGroup OBJECT-GROUP
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The collection of objects used to represent the list of
            logical entities, for which a single agent provides
            management information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityGroups(2) 2 }

.1.3.6.1.2.1.47.3.2.3
entityMappingGroup OBJECT-GROUP
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The collection of objects used to represent the
            associations between multiple logical entities, physical
            components, interfaces, and port identifiers, for which a
            single agent provides management information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityGroups(2) 3 }

.1.3.6.1.2.1.47.3.2.4
entityGeneralGroup OBJECT-GROUP
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The collection of objects used to represent general entity
            information, for which a single agent provides management
            information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityGroups(2) 4 }

.1.3.6.1.2.1.47.3.2.5
entityNotificationsGroup OBJECT-TYPE
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The collection of notifications used to indicate Entity MIB
            data consistency and general status information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityGroups(2) 5 }

.1.3.6.1.2.1.47.3.2.6
entityPhysical2Group OBJECT-GROUP
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The collection of objects used to represent physical
            system components, for which a single agent provides
            management information.  This group augments the objects
            contained in the entityPhysicalGroup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityGroups(2) 6 }

.1.3.6.1.2.1.47.3.2.7
entityLogical2Group OBJECT-GROUP
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The collection of objects used to represent the
            list of logical entities, for which a single SNMP entity
            provides management information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityGroups(2) 7 }

.1.3.6.1.2.1.47.3.2.8
entityPhysical3Group OBJECT-GROUP
  -- FROM	ENTITY-MIB
  DESCRIPTION	"The collection of objects used to represent physical
            system components, for which a single agent provides
            management information.  This group augments the objects
            contained in the entityPhysicalGroup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) entityMIB(47) entityConformance(3) entityGroups(2) 8 }

.1.3.6.1.2.1.48
ipMIB MODULE-IDENTITY
  -- FROM	IP-MIB
  DESCRIPTION	"The MIB module for managing IP and ICMP implementations, but
            excluding their management of IP routes.

            Copyright (C) The Internet Society (2006).  This version of
            this MIB module is part of RFC 4293; see the RFC itself for
            full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 48 }

.1.3.6.1.2.1.48.2
ipMIBConformance OBJECT-TYPE
  -- FROM	IP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) 2 }

.1.3.6.1.2.1.48.2.1
ipMIBCompliances OBJECT-TYPE
  -- FROM	IP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) 1 }

.1.3.6.1.2.1.48.2.1.1
ipMIBCompliance MODULE-COMPLIANCE
  -- FROM	IP-MIB
  DESCRIPTION	"The compliance statement for systems that implement only
            IPv4.  For version-independence, this compliance statement
            is deprecated in favor of ipMIBCompliance2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBCompliances(1) 1 }

.1.3.6.1.2.1.48.2.1.2
ipMIBCompliance2 MODULE-COMPLIANCE
  -- FROM	IP-MIB
  DESCRIPTION	"The compliance statement for systems that implement IP -
             either IPv4 or IPv6.

            There are a number of INDEX objects that cannot be
            represented in the form of OBJECT clauses in SMIv2, but
            for which we have the following compliance requirements,
            expressed in OBJECT clause form in this description
            clause:
            -- OBJECT        ipSystemStatsIPVersion
            -- SYNTAX        InetVersion {ipv4(1), ipv6(2)}
            -- DESCRIPTION
            --     This MIB requires support for only IPv4 and IPv6
            --     versions.
            --
            -- OBJECT        ipIfStatsIPVersion
            -- SYNTAX        InetVersion {ipv4(1), ipv6(2)}
            -- DESCRIPTION
            --     This MIB requires support for only IPv4 and IPv6
            --     versions.
            --
            -- OBJECT        icmpStatsIPVersion
            -- SYNTAX        InetVersion {ipv4(1), ipv6(2)}
            -- DESCRIPTION
            --     This MIB requires support for only IPv4 and IPv6
            --     versions.
            --
            -- OBJECT        icmpMsgStatsIPVersion
            -- SYNTAX        InetVersion {ipv4(1), ipv6(2)}
            -- DESCRIPTION
            --     This MIB requires support for only IPv4 and IPv6
            --     versions.
            --
            -- OBJECT        ipAddressPrefixType
            -- SYNTAX        InetAddressType {ipv4(1), ipv6(2)}
            -- DESCRIPTION
            --     This MIB requires support for only global IPv4 and
            --     IPv6 address types.
            --
            -- OBJECT        ipAddressPrefixPrefix
            -- SYNTAX        InetAddress (Size(4 | 16))
            -- DESCRIPTION
            --     This MIB requires support for only global IPv4 and
            --     IPv6 addresses and so the size can be either 4 or
            --     16 bytes.
            --
            -- OBJECT        ipAddressAddrType
            -- SYNTAX        InetAddressType {ipv4(1), ipv6(2),
            --                                ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This MIB requires support for only global and
            --     non-global IPv4 and IPv6 address types.
            --
            -- OBJECT        ipAddressAddr
            -- SYNTAX        InetAddress (Size(4 | 8 | 16 | 20))
            -- DESCRIPTION
            --     This MIB requires support for only global and
            --     non-global IPv4 and IPv6 addresses and so the size
            --     can be 4, 8, 16, or 20 bytes.
            --
            -- OBJECT        ipNetToPhysicalNetAddressType
            -- SYNTAX        InetAddressType {ipv4(1), ipv6(2),
            --                                ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This MIB requires support for only global and
            --     non-global IPv4 and IPv6 address types.
            --
            -- OBJECT        ipNetToPhysicalNetAddress
            -- SYNTAX        InetAddress (Size(4 | 8 | 16 | 20))
            -- DESCRIPTION
            --     This MIB requires support for only global and
            --     non-global IPv4 and IPv6 addresses and so the size
            --     can be 4, 8, 16, or 20 bytes.
            --
            -- OBJECT        ipDefaultRouterAddressType
            -- SYNTAX        InetAddressType {ipv4(1), ipv6(2),
            --                                ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This MIB requires support for only global and
            --     non-global IPv4 and IPv6 address types.
            --
            -- OBJECT        ipDefaultRouterAddress
            -- SYNTAX        InetAddress (Size(4 | 8 | 16 | 20))
            -- DESCRIPTION
            --     This MIB requires support for only global and
            --     non-global IPv4 and IPv6 addresses and so the size
            --     can be 4, 8, 16, or 20 bytes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBCompliances(1) 2 }

.1.3.6.1.2.1.48.2.2
ipMIBGroups OBJECT-TYPE
  -- FROM	IP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) 2 }

.1.3.6.1.2.1.48.2.2.1
ipGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The ip group of objects providing for basic management of IP
            entities, exclusive of the management of IP routes.
            As part of the version independence, this group has been
            deprecated.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 1 }

.1.3.6.1.2.1.48.2.2.2
icmpGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The icmp group of objects providing ICMP statistics.

            As part of the version independence, this group has been
            deprecated.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 2 }

.1.3.6.1.2.1.48.2.2.3
ipv4GeneralGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of IPv4-specific objects for basic management of
            IPv4 entities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 3 }

.1.3.6.1.2.1.48.2.2.4
ipv4IfGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of IPv4-specific objects for basic management of
            IPv4 interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 4 }

.1.3.6.1.2.1.48.2.2.5
ipv6GeneralGroup2 OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The IPv6 group of objects providing for basic management of
            IPv6 entities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 5 }

.1.3.6.1.2.1.48.2.2.6
ipv6IfGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of IPv6-specific objects for basic management of
            IPv6 interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 6 }

.1.3.6.1.2.1.48.2.2.7
ipLastChangeGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The last change objects associated with this MIB.  These
            objects are optional for all agents.  They SHOULD be
            implemented on agents where it is possible to determine the
            proper values.  Where it is not possible to determine the
            proper values, for example when the tables are split amongst
            several sub-agents using AgentX, the agent MUST NOT
            implement these objects to return an incorrect or static
            value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 7 }

.1.3.6.1.2.1.48.2.2.8
ipSystemStatsGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IP system wide statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 8 }

.1.3.6.1.2.1.48.2.2.9
ipv4SystemStatsGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IPv4 only system wide statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 9 }

.1.3.6.1.2.1.48.2.2.10
ipSystemStatsHCOctetGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IP system wide statistics for systems that may overflow the
            standard octet counters within 1 hour."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 10 }

.1.3.6.1.2.1.48.2.2.11
ipSystemStatsHCPacketGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IP system wide statistics for systems that may overflow the
            standard packet counters within 1 hour."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 11 }

.1.3.6.1.2.1.48.2.2.12
ipv4SystemStatsHCPacketGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IPv4 only system wide statistics for systems that may
            overflow the standard packet counters within 1 hour."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 12 }

.1.3.6.1.2.1.48.2.2.13
ipIfStatsGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IP per-interface statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 13 }

.1.3.6.1.2.1.48.2.2.14
ipv4IfStatsGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IPv4 only per-interface statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 14 }

.1.3.6.1.2.1.48.2.2.15
ipIfStatsHCOctetGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IP per-interfaces statistics for systems that include
            interfaces that may overflow the standard octet
            counters within 1 hour."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 15 }

.1.3.6.1.2.1.48.2.2.16
ipIfStatsHCPacketGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IP per-interfaces statistics for systems that include
            interfaces that may overflow the standard packet counters
            within 1 hour."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 16 }

.1.3.6.1.2.1.48.2.2.17
ipv4IfStatsHCPacketGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"IPv4 only per-interface statistics for systems that include
            interfaces that may overflow the standard packet counters
            within 1 hour."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 17 }

.1.3.6.1.2.1.48.2.2.18
ipAddressPrefixGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of objects for providing information about address
            prefixes used by this node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 18 }

.1.3.6.1.2.1.48.2.2.19
ipAddressGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of objects for providing information about the
            addresses relevant to this entity's interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 19 }

.1.3.6.1.2.1.48.2.2.20
ipNetToPhysicalGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of objects for providing information about the
            mappings of network address to physical address known to
            this node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 20 }

.1.3.6.1.2.1.48.2.2.21
ipv6ScopeGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of objects for managing IPv6 scope zones."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 21 }

.1.3.6.1.2.1.48.2.2.22
ipDefaultRouterGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of objects for providing information about default
            routers known to this node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 22 }

.1.3.6.1.2.1.48.2.2.23
ipv6RouterAdvertGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of objects for controlling information advertised
            by IPv6 routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 23 }

.1.3.6.1.2.1.48.2.2.24
icmpStatsGroup OBJECT-GROUP
  -- FROM	IP-MIB
  DESCRIPTION	"The group of objects providing ICMP statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMIB(48) ipMIBConformance(2) ipMIBGroups(2) 24 }

.1.3.6.1.2.1.49
tcpMIB MODULE-IDENTITY
  -- FROM	TCP-MIB
  DESCRIPTION	"The MIB module for managing TCP implementations.

            Copyright (C) The Internet Society (2005). This version
            of this MIB module is a part of RFC 4022; see the RFC
            itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 49 }

.1.3.6.1.2.1.49.2
tcpMIBConformance OBJECT-TYPE
  -- FROM	TCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) 2 }

.1.3.6.1.2.1.49.2.1
tcpMIBCompliances OBJECT-TYPE
  -- FROM	TCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) tcpMIBConformance(2) 1 }

.1.3.6.1.2.1.49.2.1.1
tcpMIBCompliance MODULE-COMPLIANCE
  -- FROM	TCP-MIB
  DESCRIPTION	"The compliance statement for IPv4-only systems that
            implement TCP.  In order to be IP version independent, this
            compliance statement is deprecated in favor of
            tcpMIBCompliance2.  However, agents are still encouraged
            to implement these objects in order to interoperate with
            the deployed base of managers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) tcpMIBConformance(2) tcpMIBCompliances(1) 1 }

.1.3.6.1.2.1.49.2.1.2
tcpMIBCompliance2 MODULE-COMPLIANCE
  -- FROM	TCP-MIB
  DESCRIPTION	"The compliance statement for systems that implement TCP.

            A number of INDEX objects cannot be
            represented in the form of OBJECT clauses in SMIv2 but
            have the following compliance requirements,
            expressed in OBJECT clause form in this description
            clause:

            -- OBJECT      tcpConnectionLocalAddressType
            -- SYNTAX      InetAddressType { ipv4(1), ipv6(2) }
            -- DESCRIPTION
            --     This MIB requires support for only global IPv4
            --     and IPv6 address types.
            --
            -- OBJECT      tcpConnectionRemAddressType
            -- SYNTAX      InetAddressType { ipv4(1), ipv6(2) }
            -- DESCRIPTION
            --     This MIB requires support for only global IPv4
            --     and IPv6 address types.
            --
            -- OBJECT      tcpListenerLocalAddressType
            -- SYNTAX      InetAddressType { unknown(0), ipv4(1),
            --                               ipv6(2) }
            -- DESCRIPTION
            --     This MIB requires support for only global IPv4
            --     and IPv6 address types.  The type unknown also
            --     needs to be supported to identify a special
            --     case in the listener table: a listen using
            --     both IPv4 and IPv6 addresses on the device.
            --
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) tcpMIBConformance(2) tcpMIBCompliances(1) 2 }

.1.3.6.1.2.1.49.2.2
tcpMIBGroups OBJECT-TYPE
  -- FROM	TCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) tcpMIBConformance(2) 2 }

.1.3.6.1.2.1.49.2.2.1
tcpGroup OBJECT-GROUP
  -- FROM	TCP-MIB
  DESCRIPTION	"The tcp group of objects providing for management of TCP
            entities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) tcpMIBConformance(2) tcpMIBGroups(2) 1 }

.1.3.6.1.2.1.49.2.2.2
tcpBaseGroup OBJECT-GROUP
  -- FROM	TCP-MIB
  DESCRIPTION	"The group of counters common to TCP entities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) tcpMIBConformance(2) tcpMIBGroups(2) 2 }

.1.3.6.1.2.1.49.2.2.3
tcpConnectionGroup OBJECT-GROUP
  -- FROM	TCP-MIB
  DESCRIPTION	"The group provides general information about TCP
            connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) tcpMIBConformance(2) tcpMIBGroups(2) 3 }

.1.3.6.1.2.1.49.2.2.4
tcpListenerGroup OBJECT-GROUP
  -- FROM	TCP-MIB
  DESCRIPTION	"This group has objects providing general information about
            TCP listeners."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) tcpMIBConformance(2) tcpMIBGroups(2) 4 }

.1.3.6.1.2.1.49.2.2.5
tcpHCGroup OBJECT-GROUP
  -- FROM	TCP-MIB
  DESCRIPTION	"The group of objects providing for counters of high speed
            TCP implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcpMIB(49) tcpMIBConformance(2) tcpMIBGroups(2) 5 }

.1.3.6.1.2.1.50
udpMIB MODULE-IDENTITY
  -- FROM	UDP-MIB
  DESCRIPTION	"The MIB module for managing UDP implementations.
            Copyright (C) The Internet Society (2005).  This
            version of this MIB module is part of RFC 4113;
            see the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 50 }

.1.3.6.1.2.1.50.2
udpMIBConformance OBJECT-TYPE
  -- FROM	UDP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udpMIB(50) 2 }

.1.3.6.1.2.1.50.2.1
udpMIBCompliances OBJECT-TYPE
  -- FROM	UDP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udpMIB(50) udpMIBConformance(2) 1 }

.1.3.6.1.2.1.50.2.1.1
udpMIBCompliance MODULE-COMPLIANCE
  -- FROM	UDP-MIB
  DESCRIPTION	"The compliance statement for IPv4-only systems that
            implement UDP.  For IP version independence, this
            compliance statement is deprecated in favor of
            udpMIBCompliance2.  However, agents are still
            encouraged to implement these objects in order to
            interoperate with the deployed base of managers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udpMIB(50) udpMIBConformance(2) udpMIBCompliances(1) 1 }

.1.3.6.1.2.1.50.2.1.2
udpMIBCompliance2 MODULE-COMPLIANCE
  -- FROM	UDP-MIB
  DESCRIPTION	"The compliance statement for systems that implement
            UDP.

            There are a number of INDEX objects that cannot be
            represented in the form of OBJECT clauses in SMIv2, but
            for which we have the following compliance
            requirements, expressed in OBJECT clause form in this
            description clause:

            -- OBJECT      udpEndpointLocalAddressType
            -- SYNTAX      InetAddressType { unknown(0), ipv4(1),
            --                               ipv6(2), ipv4z(3),
            --                               ipv6z(4) }
            -- DESCRIPTION
            --     Support for dns(5) is not required.
            -- OBJECT      udpEndpointLocalAddress
            -- SYNTAX      InetAddress (SIZE(0|4|8|16|20))
            -- DESCRIPTION
            --     Support is only required for zero-length
            --     octet-strings, and for scoped and unscoped
            --     IPv4 and IPv6 addresses.
            -- OBJECT      udpEndpointRemoteAddressType
            -- SYNTAX      InetAddressType { unknown(0), ipv4(1),
            --                               ipv6(2), ipv4z(3),
            --                               ipv6z(4) }
            -- DESCRIPTION
            --     Support for dns(5) is not required.
            -- OBJECT      udpEndpointRemoteAddress
            -- SYNTAX      InetAddress (SIZE(0|4|8|16|20))
            -- DESCRIPTION
            --     Support is only required for zero-length
            --     octet-strings, and for scoped and unscoped
            --     IPv4 and IPv6 addresses.
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udpMIB(50) udpMIBConformance(2) udpMIBCompliances(1) 2 }

.1.3.6.1.2.1.50.2.2
udpMIBGroups OBJECT-TYPE
  -- FROM	UDP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udpMIB(50) udpMIBConformance(2) 2 }

.1.3.6.1.2.1.50.2.2.1
udpGroup OBJECT-GROUP
  -- FROM	UDP-MIB
  DESCRIPTION	"The deprecated group of objects providing for
            management of UDP over IPv4."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udpMIB(50) udpMIBConformance(2) udpMIBGroups(2) 1 }

.1.3.6.1.2.1.50.2.2.2
udpBaseGroup OBJECT-GROUP
  -- FROM	UDP-MIB
  DESCRIPTION	"The group of objects providing for counters of UDP
            statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udpMIB(50) udpMIBConformance(2) udpMIBGroups(2) 2 }

.1.3.6.1.2.1.50.2.2.3
udpHCGroup OBJECT-GROUP
  -- FROM	UDP-MIB
  DESCRIPTION	"The group of objects providing for counters of high
            speed UDP implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udpMIB(50) udpMIBConformance(2) udpMIBGroups(2) 3 }

.1.3.6.1.2.1.50.2.2.4
udpEndpointGroup OBJECT-GROUP
  -- FROM	UDP-MIB
  DESCRIPTION	"The group of objects providing for the IP version
            independent management of UDP 'endpoints'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udpMIB(50) udpMIBConformance(2) udpMIBGroups(2) 4 }

.1.3.6.1.2.1.52
intSrv MODULE-IDENTITY
  -- FROM	INTEGRATED-SERVICES-MIB
  DESCRIPTION	"The MIB module to describe the Integrated Services
       Protocol"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 52 }

.1.3.6.1.2.1.52.1
intSrvObjects OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) 1 }

.1.3.6.1.2.1.52.1.1
intSrvIfAttribTable OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The reservable attributes of the system's  in-
           terfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) 1 }

.1.3.6.1.2.1.52.1.1.1
intSrvIfAttribEntry OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The reservable attributes of  a  given  inter-
           face."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvIfAttribTable(1) 1 }

.1.3.6.1.2.1.52.1.1.1.1
intSrvIfAttribAllocatedBits OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION BitRate
  SYNTAX	INTEGER (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bits/second currently  allocated
           to reserved sessions on the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvIfAttribTable(1) intSrvIfAttribEntry(1) 1 }

.1.3.6.1.2.1.52.1.1.1.2
intSrvIfAttribMaxAllocatedBits OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION BitRate
  SYNTAX	INTEGER (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of bits/second that may  be
           allocated  to  reserved  sessions on the inter-
           face."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvIfAttribTable(1) intSrvIfAttribEntry(1) 2 }

.1.3.6.1.2.1.52.1.1.1.3
intSrvIfAttribAllocatedBuffer OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION BurstSize
  SYNTAX	INTEGER (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of buffer space  required  to  hold
           the simultaneous burst of all reserved flows on
           the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvIfAttribTable(1) intSrvIfAttribEntry(1) 3 }

.1.3.6.1.2.1.52.1.1.1.4
intSrvIfAttribFlows OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of reserved flows currently  active
           on  this  interface.  A flow can be created ei-
           ther from a reservation protocol (such as  RSVP
           or ST-II) or via configuration information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvIfAttribTable(1) intSrvIfAttribEntry(1) 4 }

.1.3.6.1.2.1.52.1.1.1.5
intSrvIfAttribPropagationDelay OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The amount of propagation delay that this  in-
           terface  introduces  in addition to that intro-
           diced by bit propagation delays."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvIfAttribTable(1) intSrvIfAttribEntry(1) 5 }

.1.3.6.1.2.1.52.1.1.1.6
intSrvIfAttribStatus OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"'active' on interfaces that are configured for
           RSVP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvIfAttribTable(1) intSrvIfAttribEntry(1) 6 }

.1.3.6.1.2.1.52.1.2
intSrvFlowTable OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information describing the reserved flows  us-
           ing the system's interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) 2 }

.1.3.6.1.2.1.52.1.2.1
intSrvFlowEntry OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ intSrvFlowNumber }
  DESCRIPTION	"Information describing the use of a given  in-
           terface   by   a   given   flow.   The  counter
           intSrvFlowPoliced starts counting  at  the  in-
           stallation of the flow."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) 1 }

.1.3.6.1.2.1.52.1.2.1.1
intSrvFlowNumber OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION SessionNumber
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of this flow.  This is for SNMP In-
           dexing purposes only and has no relation to any
           protocol value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 1 }

.1.3.6.1.2.1.52.1.2.1.2
intSrvFlowType OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION SessionType
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of session (IP4, IP6, IP6  with  flow
           information, etc)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 2 }

.1.3.6.1.2.1.52.1.2.1.3
intSrvFlowOwner OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	INTEGER {other(1), rsvp(2), management(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The process that installed this  flow  in  the
           queue policy database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 3 }

.1.3.6.1.2.1.52.1.2.1.4
intSrvFlowDestAddr OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	OCTET STRING (4..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination address used by all senders in
           this  session.   This object may not be changed
           when the value of the RowStatus object is  'ac-
           tive'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 4 }

.1.3.6.1.2.1.52.1.2.1.5
intSrvFlowSenderAddr OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	OCTET STRING (4..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source address of the sender  selected  by
           this  reservation.  The value of all zeroes in-
           dicates 'all senders'.  This object may not  be
           changed  when the value of the RowStatus object
           is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 5 }

.1.3.6.1.2.1.52.1.2.1.6
intSrvFlowDestAddrLength OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	INTEGER (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of the destination address in bits.
           This  is  the CIDR Prefix Length, which for IP4
           hosts and multicast addresses is 32 bits.  This
           object may not be changed when the value of the
           RowStatus object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 6 }

.1.3.6.1.2.1.52.1.2.1.7
intSrvFlowSenderAddrLength OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	INTEGER (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of the sender's  address  in  bits.
           This  is  the CIDR Prefix Length, which for IP4
           hosts and multicast addresses is 32 bits.  This
           object may not be changed when the value of the
           RowStatus object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 7 }

.1.3.6.1.2.1.52.1.2.1.8
intSrvFlowProtocol OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION Protocol
  SYNTAX	INTEGER (1..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP Protocol used by a session.   This  ob-
           ject  may  not be changed when the value of the
           RowStatus object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 8 }

.1.3.6.1.2.1.52.1.2.1.9
intSrvFlowDestPort OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION Port
  SYNTAX	OCTET STRING (2..4) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP or TCP port number used as a  destina-
           tion  port for all senders in this session.  If
           the  IP   protocol   in   use,   specified   by
           intSrvResvFwdProtocol,  is 50 (ESP) or 51 (AH),
           this  represents  a  virtual  destination  port
           number.   A value of zero indicates that the IP
           protocol in use does not have ports.  This  ob-
           ject  may  not be changed when the value of the
           RowStatus object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 9 }

.1.3.6.1.2.1.52.1.2.1.10
intSrvFlowPort OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION Port
  SYNTAX	OCTET STRING (2..4) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP or TCP port number used  as  a  source
           port  for  this sender in this session.  If the
           IP    protocol    in    use,    specified    by
           intSrvResvFwdProtocol  is  50 (ESP) or 51 (AH),
           this represents a generalized  port  identifier
           (GPI).   A  value of zero indicates that the IP
           protocol in use does not have ports.  This  ob-
           ject  may  not be changed when the value of the
           RowStatus object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 10 }

.1.3.6.1.2.1.52.1.2.1.11
intSrvFlowFlowId OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	INTEGER (0..16777215) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The flow ID that  this  sender  is  using,  if
           this  is  an IPv6 session."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 11 }

.1.3.6.1.2.1.52.1.2.1.12
intSrvFlowInterface OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ifIndex value of the  interface  on  which
           this reservation exists."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 12 }

.1.3.6.1.2.1.52.1.2.1.13
intSrvFlowIfAddr OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	OCTET STRING (4..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP Address on the ifEntry  on  which  this
           reservation  exists.  This is present primarily
           to support those interfaces which layer  multi-
           ple IP Addresses on the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 13 }

.1.3.6.1.2.1.52.1.2.1.14
intSrvFlowRate OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION BitRate
  SYNTAX	INTEGER (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Reserved Rate of the sender's data stream.
           If this is a Controlled Load service flow, this
           rate is derived from the Tspec  rate  parameter
           (r).   If  this  is  a Guaranteed service flow,
           this rate is derived from  the  Rspec  clearing
           rate parameter (R)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 14 }

.1.3.6.1.2.1.52.1.2.1.15
intSrvFlowBurst OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION BurstSize
  SYNTAX	INTEGER (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The size of the largest  burst  expected  from
           the sender at a time.

           If this is less than  the  sender's  advertised
           burst  size, the receiver is asking the network
           to provide flow pacing  beyond  what  would  be
           provided  under normal circumstances. Such pac-
           ing is at the network's option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 15 }

.1.3.6.1.2.1.52.1.2.1.16
intSrvFlowWeight OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The weight used  to  prioritize  the  traffic.
           Note  that the interpretation of this object is
           implementation-specific,   as   implementations
           vary in their use of weighting procedures."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 16 }

.1.3.6.1.2.1.52.1.2.1.17
intSrvFlowQueue OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the queue used by this  traffic.
           Note  that the interpretation of this object is
           implementation-specific,   as   implementations
           vary in their use of queue identifiers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 17 }

.1.3.6.1.2.1.52.1.2.1.18
intSrvFlowMinTU OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION MessageSize
  SYNTAX	INTEGER (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimum message size for  this  flow.  The
           policing  algorithm will treat smaller messages
           as though they are this size."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 18 }

.1.3.6.1.2.1.52.1.2.1.19
intSrvFlowMaxTU OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION MessageSize
  SYNTAX	INTEGER (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum datagram size for this  flow  that
           will conform to the traffic specification. This
           value cannot exceed the MTU of the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 19 }

.1.3.6.1.2.1.52.1.2.1.20
intSrvFlowBestEffort OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that  were  remanded  to
           best effort service."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 20 }

.1.3.6.1.2.1.52.1.2.1.21
intSrvFlowPoliced OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets policed since the incep-
           tion of the flow's service."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 21 }

.1.3.6.1.2.1.52.1.2.1.22
intSrvFlowDiscard OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If 'true', the flow  is  to  incur  loss  when
           traffic is policed.  If 'false', policed traff-
           ic is treated as best effort traffic."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 22 }

.1.3.6.1.2.1.52.1.2.1.23
intSrvFlowService OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION QosService
  SYNTAX	INTEGER {bestEffort(1), guaranteedDelay(2), controlledLoad(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The QoS service being applied to this flow."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 23 }

.1.3.6.1.2.1.52.1.2.1.24
intSrvFlowOrder OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"In the event of ambiguity, the order in  which
           the  classifier  should  make  its comparisons.
           The row with intSrvFlowOrder=0 is tried  first,
           and  comparisons  proceed  in  the order of in-
           creasing value.  Non-serial implementations  of
           the classifier should emulate this behavior."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 24 }

.1.3.6.1.2.1.52.1.2.1.25
intSrvFlowStatus OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"'active' for all active  flows.   This  object
           may be used to install static classifier infor-
           mation, delete classifier information,  or  au-
           thorize such."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvObjects(1) intSrvFlowTable(2) intSrvFlowEntry(1) 25 }

.1.3.6.1.2.1.52.2
intSrvGenObjects OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) 2 }

.1.3.6.1.2.1.52.2.1
intSrvFlowNewIndex OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This  object  is  used  to  assign  values  to
           intSrvFlowNumber  as described in 'Textual Con-
           ventions  for  SNMPv2'.   The  network  manager
           reads  the  object,  and  then writes the value
           back in the SET that creates a new instance  of
           intSrvFlowEntry.   If  the  SET  fails with the
           code 'inconsistentValue', then the process must
           be  repeated; If the SET succeeds, then the ob-
           ject is incremented, and the  new  instance  is
           created according to the manager's directions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvGenObjects(2) 1 }

.1.3.6.1.2.1.52.3
intSrvNotifications OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) 3 }

.1.3.6.1.2.1.52.4
intSrvConformance OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) 4 }

.1.3.6.1.2.1.52.4.1
intSrvGroups OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvConformance(4) 1 }

.1.3.6.1.2.1.52.4.1.1
intSrvIfAttribGroup OBJECT-GROUP
  -- FROM	INTEGRATED-SERVICES-MIB
  DESCRIPTION	"These objects are required  for  Systems  sup-
           porting the Integrated Services Architecture."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvConformance(4) intSrvGroups(1) 1 }

.1.3.6.1.2.1.52.4.1.2
intSrvFlowsGroup OBJECT-GROUP
  -- FROM	INTEGRATED-SERVICES-MIB
  DESCRIPTION	"These objects are required  for  Systems  sup-
           porting the Integrated Services Architecture."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvConformance(4) intSrvGroups(1) 2 }

.1.3.6.1.2.1.52.4.2
intSrvCompliances OBJECT-TYPE
  -- FROM	INTEGRATED-SERVICES-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvConformance(4) 2 }

.1.3.6.1.2.1.52.4.2.1
intSrvCompliance MODULE-COMPLIANCE
  -- FROM	INTEGRATED-SERVICES-MIB
  DESCRIPTION	"The compliance statement "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) intSrv(52) intSrvConformance(4) intSrvCompliances(2) 1 }

.1.3.6.1.2.1.54
sysApplMIB MODULE-IDENTITY
  -- FROM	SYSAPPL-MIB
  DESCRIPTION	"The MIB module defines management objects that model
        applications as collections of executables and files
        installed and executing on a host system.  The MIB
        presents a system-level view of applications; i.e.,
        objects in this MIB are limited to those attributes
        that can typically be obtained from the system itself
        without adding special instrumentation to the applications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 54 }

.1.3.6.1.2.1.54.1
sysApplOBJ OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) 1 }

.1.3.6.1.2.1.54.1.1
sysApplInstalled OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) 1 }

.1.3.6.1.2.1.54.1.1.1
sysApplInstallPkgTable OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table listing the software application packages
        installed on a host computer. In order to appear in
        this table, it may be necessary for the application
        to be installed using some type of software
        installation mechanism or global registry so that its
        existence can be detected by the agent implementation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) 1 }

.1.3.6.1.2.1.54.1.1.1.1
sysApplInstallPkgEntry OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sysApplInstallPkgIndex }
  DESCRIPTION	"The logical row describing an installed application
        package."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallPkgTable(1) 1 }

.1.3.6.1.2.1.54.1.1.1.1.1
sysApplInstallPkgIndex OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An integer used only for indexing purposes.
        Generally monotonically increasing from 1 as new
        applications are installed.

        The value for each installed application must
        remain constant at least from one re-initialization of
        the network management entity which implements this
        MIB module to the next re-initialization.

        The specific value is meaningful only within a given SNMP
        entity. A sysApplInstallPkgIndex value must not be re-used
        until the next agent entity restart in the event the
        installed application entry is deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallPkgTable(1) sysApplInstallPkgEntry(1) 1 }

.1.3.6.1.2.1.54.1.1.1.1.2
sysApplInstallPkgManufacturer OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION Utf8String
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Manufacturer of the software application package."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallPkgTable(1) sysApplInstallPkgEntry(1) 2 }

.1.3.6.1.2.1.54.1.1.1.1.3
sysApplInstallPkgProductName OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION Utf8String
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name assigned to the software application package
        by the Manufacturer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallPkgTable(1) sysApplInstallPkgEntry(1) 3 }

.1.3.6.1.2.1.54.1.1.1.1.4
sysApplInstallPkgVersion OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION Utf8String
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version number assigned to the application package
        by the manufacturer of the software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallPkgTable(1) sysApplInstallPkgEntry(1) 4 }

.1.3.6.1.2.1.54.1.1.1.1.5
sysApplInstallPkgSerialNumber OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION Utf8String
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The serial number of the software assigned by the
        manufacturer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallPkgTable(1) sysApplInstallPkgEntry(1) 5 }

.1.3.6.1.2.1.54.1.1.1.1.6
sysApplInstallPkgDate OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The date and time this software application was installed
        on the host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallPkgTable(1) sysApplInstallPkgEntry(1) 6 }

.1.3.6.1.2.1.54.1.1.1.1.7
sysApplInstallPkgLocation OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION LongUtf8String
  SYNTAX	OCTET STRING (0..1024) 
  DISPLAY-HINT	"1024a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The complete path name where the application package
        is installed.  For example, the value would be
        '/opt/MyapplDir' if the application package was installed
        in the /opt/MyapplDir directory."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallPkgTable(1) sysApplInstallPkgEntry(1) 7 }

.1.3.6.1.2.1.54.1.1.2
sysApplInstallElmtTable OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table details the individual application package
        elements (files and executables) which comprise the
        applications defined in the sysApplInstallPkg Table.
        Each entry in this table has an index to the
        sysApplInstallPkg table to identify the application
        package of which it is a part. As a result, there may
        be many entries in this table for each instance in the
        sysApplInstallPkg Table.

        Table entries are indexed by sysApplInstallPkgIndex,
        sysApplInstallElmtIndex to facilitate retrieval of
        all elements associated with a particular installed
        application package."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) 2 }

.1.3.6.1.2.1.54.1.1.2.1
sysApplInstallElmtEntry OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sysApplInstallPkgIndex, sysApplInstallElmtIndex }
  DESCRIPTION	"The logical row describing an element of an installed
        application.  The element may be an executable or
        non-executable file."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) 1 }

.1.3.6.1.2.1.54.1.1.2.1.1
sysApplInstallElmtIndex OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer used for indexing.  The value
        of this index is unique among all rows in this table
        that exist or have existed since the last agent restart."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 1 }

.1.3.6.1.2.1.54.1.1.2.1.2
sysApplInstallElmtName OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION Utf8String
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of this element which is contained in the
        application."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 2 }

.1.3.6.1.2.1.54.1.1.2.1.3
sysApplInstallElmtType OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	INTEGER {unknown(1), nonexecutable(2), operatingSystem(3), deviceDriver(4), application(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of element that is part of the installed
        application."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 3 }

.1.3.6.1.2.1.54.1.1.2.1.4
sysApplInstallElmtDate OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The date and time that this component was installed on
        the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 4 }

.1.3.6.1.2.1.54.1.1.2.1.5
sysApplInstallElmtPath OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION LongUtf8String
  SYNTAX	OCTET STRING (0..1024) 
  DISPLAY-HINT	"1024a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The full directory path where this element is installed.
        For example, the value would be '/opt/EMPuma/bin' for an
        element installed in the directory '/opt/EMPuma/bin'.
        Most application packages include information about the
        elements contained in the package. In addition, elements
        are typically installed in sub-directories under the
        package installation directory.  In cases where the
        element path names are not included in the package
        information itself, the path can usually be determined
        by a simple search of the sub-directories.  If the
        element is not installed in that location and there is
        no other information available to the agent implementation,
        then the path is unknown and null is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 5 }

.1.3.6.1.2.1.54.1.1.2.1.6
sysApplInstallElmtSizeHigh OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The installed file size in 2^32 byte blocks. This is
        the size of the file on disk immediately after installation.

        For example, for a file with a total size of 4,294,967,296
        bytes, this variable would have a value of 1; for a file
        with a total size of 4,294,967,295 bytes this variable
        would be 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 6 }

.1.3.6.1.2.1.54.1.1.2.1.7
sysApplInstallElmtSizeLow OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The installed file size modulo 2^32 bytes.  This is
        the size of the file on disk immediately after installation.

        For example, for a file with a total size of 4,294,967,296
        bytes this variable would have a value of 0; for a file with
        a total size of 4,294,967,295 bytes this variable would be
        4,294,967,295."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 7 }

.1.3.6.1.2.1.54.1.1.2.1.8
sysApplInstallElmtRole OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	BITS {executable(0), exclusive(1), primary(2), required(3), dependent(4), unknown(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An operator assigned value used in the determination of
        application status. This value is used by the agent to
        determine both the mapping of started processes to the
        initiation of an application, as well as to allow for a
        determination of application health. The default value,
        unknown(5), is used when an operator has not yet assigned
        one of the other values.  If unknown(5) is set, bits
        1 - 4 have no meaning.  The possible values are:

                executable(0),
                    An application may have one or
                    more executable elements.  The rest of the
                    bits have no meaning if the element is not
                    executable.
                exclusive(1),
                    Only one copy of an exclusive element may be
                    running per invocation of the running
                    application.
                primary(2),
                    The primary executable.  An application can
                    have one, and only one element that is designated
                    as the primary executable.  The execution of
                    this element constitutes an invocation of
                    the application.  This is used by the agent
                    implementation to determine the initiation of
                    an application.  The primary executable must
                    remain running long enough for the agent
                    implementation to detect its presence.
                required(3),
                    An application may have zero or more required
                    elements. All required elements must be running
                    in order for the application to be judged to be
                    running and healthy.
                dependent(4),
                    An application may have zero or more
                    dependent elements. Dependent elements may
                    not be running unless required elements are.
                unknown(5)
                    Default value for the case when an operator
                    has not yet assigned one of the other values.
                    When set, bits 1, 2, 3, and 4 have no meaning.

         sysApplInstallElmtRole is used by the agent implementation
         in determining the initiation of an application, the
         current state of a running application (see
         sysApplRunCurrentState), when an application invocation is
         no longer running, and the exit status of a terminated
         application invocation (see sysApplPastRunExitState)."
  DEFVAL	{ { unknown } }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 8 }

.1.3.6.1.2.1.54.1.1.2.1.9
sysApplInstallElmtModifyDate OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The date and time that this element was last modified.
        Modification of the sysApplInstallElmtRole columnar
        object does NOT constitute a modification of the element
        itself and should not affect the value of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 9 }

.1.3.6.1.2.1.54.1.1.2.1.10
sysApplInstallElmtCurSizeHigh OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current file size in 2^32 byte blocks.
        For example, for a file with a total size of 4,294,967,296
        bytes, this variable would have a value of 1; for a file
        with a total size of 4,294,967,295 bytes this variable
        would be 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 10 }

.1.3.6.1.2.1.54.1.1.2.1.11
sysApplInstallElmtCurSizeLow OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current file size modulo 2^32 bytes.
        For example, for a file with a total size of 4,294,967,296
        bytes this variable would have a value of 0; for a file with
        a total size of 4,294,967,295 bytes this variable would be
        4,294,967,295."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplInstalled(1) sysApplInstallElmtTable(2) sysApplInstallElmtEntry(1) 11 }

.1.3.6.1.2.1.54.1.2
sysApplRun OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) 2 }

.1.3.6.1.2.1.54.1.2.1
sysApplRunTable OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table describes the applications which are executing
        on the host.  Each time an application is invoked,
        an entry is created in this table. When an application ends,
        the entry is removed from this table and a corresponding
                entry is created in the SysApplPastRunTable.

        A new entry is created in this table whenever the agent
        implementation detects a new running process that is an
        installed application element whose sysApplInstallElmtRole
        designates it as being the application's primary executable
        (sysApplInstallElmtRole = primary(2) ).

        The table is indexed by sysApplInstallPkgIndex,
        sysApplRunIndex to enable managers to easily locate all
        invocations of a particular application package."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 1 }

.1.3.6.1.2.1.54.1.2.1.1
sysApplRunEntry OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sysApplInstallPkgIndex, sysApplRunIndex }
  DESCRIPTION	"The logical row describing an application which is
        currently running on this host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplRunTable(1) 1 }

.1.3.6.1.2.1.54.1.2.1.1.1
sysApplRunIndex OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Part of the index for this table. An arbitrary
        integer used only for indexing purposes. Generally
        monotonically increasing from 1 as new applications are
        started on the host, it uniquely identifies application
        invocations.

        The numbering for this index increases by 1 for each
        INVOCATION of an application, regardless of which
        installed application package this entry represents a
        running instance of.

        An example of the indexing for a couple of entries is
        shown below.

                      :
                 sysApplRunStarted.17.14
                 sysApplRunStarted.17.63
                 sysApplRunStarted.18.13
                      :

        In this example, the agent has observed 12 application
        invocations when the application represented by entry 18
        in the sysApplInstallPkgTable is invoked.  The next
        invocation detected by the agent is an invocation of
        installed application package 17.  Some time later,
        installed application 17 is invoked a second time.

        NOTE: this index is not intended to reflect a real-time
        (wall clock time) ordering of application invocations;
        it is merely intended to uniquely identify running
        instances of applications.  Although the
        sysApplInstallPkgIndex is included in the INDEX clause
        for this table, it serves only to ease searching of
        this table by installed application and does not
        contribute to uniquely identifying table entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplRunTable(1) sysApplRunEntry(1) 1 }

.1.3.6.1.2.1.54.1.2.1.1.2
sysApplRunStarted OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The date and time that the application was started."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplRunTable(1) sysApplRunEntry(1) 2 }

.1.3.6.1.2.1.54.1.2.1.1.3
sysApplRunCurrentState OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION RunState
  SYNTAX	INTEGER {running(1), runnable(2), waiting(3), exiting(4), other(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state of the running application instance.
        The possible values are running(1), runnable(2) but waiting
        for a resource such as CPU, waiting(3) for an event,
        exiting(4), or other(5). This value is based on an evaluation
        of the running elements of this application instance (see
        sysApplElmRunState) and their Roles as defined by
        sysApplInstallElmtRole.  An agent implementation may
        detect that an application instance is in the process of
        exiting if one or more of its REQUIRED elements are no
        longer running.  Most agent implementations will wait until
        a second internal poll has been completed to give the
        system time to start REQUIRED elements before marking the
        application instance as exiting."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplRunTable(1) sysApplRunEntry(1) 3 }

.1.3.6.1.2.1.54.1.2.2
sysApplPastRunTable OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A history of the applications that have previously run
        on the host computer.  An entry's information is moved to
        this table from the sysApplRunTable when the invoked
        application represented by the entry ceases to be running.

        An agent implementation can determine that an application
        invocation is no longer running by evaluating the running
        elements of the application instance and their Roles as
        defined by sysApplInstallElmtRole.  Obviously, if there
        are no running elements for the application instance,
        then the application invocation is no longer running.
        If any one of the REQUIRED elements is not running,
        the application instance may be in the process of exiting.
        Most agent implementations will wait until a second internal
        poll has been completed to give the system time to either
        restart partial failures or to give all elements time to
        exit.  If, after the second poll, there are REQUIRED
        elements that are not running, then the application
        instance may be considered by the agent implementation
        to no longer be running.

        Entries remain in the sysApplPastRunTable until they
        are aged out when either the table size reaches a maximum
        as determined by the sysApplPastRunMaxRows, or when an entry
        has aged to exceed a time limit as set by
        sysApplPastRunTblTimeLimit.

        Entries in this table are indexed by sysApplInstallPkgIndex,
        sysApplPastRunIndex to facilitate retrieval of all past
        run invocations of a particular installed application."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 2 }

.1.3.6.1.2.1.54.1.2.2.1
sysApplPastRunEntry OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sysApplInstallPkgIndex, sysApplPastRunIndex }
  DESCRIPTION	"The logical row describing an invocation of an application
        which was previously run and has terminated.  The entry
        is basically copied from the sysApplRunTable when the
        application instance terminates.  Hence, the entry's
        value for sysApplPastRunIndex is the same as its value was
        for sysApplRunIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplPastRunTable(2) 1 }

.1.3.6.1.2.1.54.1.2.2.1.1
sysApplPastRunIndex OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Part of the index for this table. An integer
        matching the value of the removed sysApplRunIndex
        corresponding to this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplPastRunTable(2) sysApplPastRunEntry(1) 1 }

.1.3.6.1.2.1.54.1.2.2.1.2
sysApplPastRunStarted OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The date and time that the application was started."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplPastRunTable(2) sysApplPastRunEntry(1) 2 }

.1.3.6.1.2.1.54.1.2.2.1.3
sysApplPastRunExitState OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	INTEGER {complete(1), failed(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the application instance when it terminated.
       This value is based on an evaluation of the running elements
       of an application and their Roles as defined by
       sysApplInstallElmtRole.  An application instance is said to
       have exited in a COMPLETE state and its entry is removed
       from the sysApplRunTable and added to the sysApplPastRunTable
       when the agent detects that ALL elements of an application
       invocation are no longer running.  Most agent implementations
       will wait until a second internal poll has been completed to
       give the system time to either restart partial failures or
       to give all elements time to exit.  A failed state occurs if,
       after the second poll, any elements continue to run but
       one or more of the REQUIRED elements are no longer running.
       All other combinations MUST be defined as OTHER."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplPastRunTable(2) sysApplPastRunEntry(1) 3 }

.1.3.6.1.2.1.54.1.2.2.1.4
sysApplPastRunTimeEnded OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The DateAndTime the application instance was determined
        to be no longer running."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplPastRunTable(2) sysApplPastRunEntry(1) 4 }

.1.3.6.1.2.1.54.1.2.3
sysApplElmtRunTable OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table describes the processes which are
        currently executing on the host system. Each entry
        represents a running process and is associated with
        the invoked application of which that process is a part, if
        possible.  This table contains an entry for every process
        currently running on the system, regardless of whether its
        'parent' application can be determined.  So, for example,
        processes like 'ps' and 'grep' will have entries though they
        are not associated with an installed application package.

        Because a running application may involve
        more than one executable, it is possible to have
        multiple entries in this table for each application.
        Entries are removed from this table when the process
        terminates.
        The table is indexed by sysApplElmtRunInstallPkg,
        sysApplElmtRunInvocID, and sysApplElmtRunIndex to
        facilitate the retrieval of all running elements of a
        particular invoked application which has been installed on
        the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 3 }

.1.3.6.1.2.1.54.1.2.3.1
sysApplElmtRunEntry OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sysApplElmtRunInstallPkg, sysApplElmtRunInvocID, sysApplElmtRunIndex }
  DESCRIPTION	"The logical row describing a process currently
        running on this host.  When possible, the entry is
        associated with the invoked application of which it
        is a part."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) 1 }

.1.3.6.1.2.1.54.1.2.3.1.1
sysApplElmtRunInstallPkg OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Part of the index for this table, this value
        identifies the installed software package for
        the application of which this process is a part.
        Provided that the process's 'parent' application can be
        determined, the value of this object is the same
        value as the sysApplInstallPkgIndex for the
        entry in the sysApplInstallPkgTable that corresponds
        to the installed application of which this process
        is a part.

        If, however, the 'parent' application cannot be
        determined, (for example the process is not part
        of a particular installed application), the value
        for this object is then '0', signifying that this
        process cannot be related back to an application,
        and in turn, an installed software package."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 1 }

.1.3.6.1.2.1.54.1.2.3.1.2
sysApplElmtRunInvocID OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Part of the index for this table, this value
        identifies the invocation of an application of which
        this process is a part.  Provided that the 'parent'
        application can be determined, the value of this object
        is the same value as the sysApplRunIndex for the
        corresponding application invocation in the
        sysApplRunTable.

        If, however, the 'parent' application cannot be
        determined, the value for this object is then '0',
        signifying that this process cannot be related back
        to an invocation of an application in the
        sysApplRunTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 2 }

.1.3.6.1.2.1.54.1.2.3.1.3
sysApplElmtRunIndex OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Part of the index for this table.  A unique value
        for each process running on the host.  Wherever
        possible, this should be the system's native, unique
        identification number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 3 }

.1.3.6.1.2.1.54.1.2.3.1.4
sysApplElmtRunInstallID OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index into the sysApplInstallElmtTable. The
        value of this object is the same value as the
        sysApplInstallElmtIndex for the application element
        of which this entry represents a running instance.
        If this process cannot be associated with an installed
        executable, the value should be '0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 4 }

.1.3.6.1.2.1.54.1.2.3.1.5
sysApplElmtRunTimeStarted OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time the process was started."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 5 }

.1.3.6.1.2.1.54.1.2.3.1.6
sysApplElmtRunState OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION RunState
  SYNTAX	INTEGER {running(1), runnable(2), waiting(3), exiting(4), other(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state of the running process. The
        possible values are running(1), runnable(2) but waiting
        for a resource such as CPU, waiting(3) for an event,
        exiting(4), or other(5)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 6 }

.1.3.6.1.2.1.54.1.2.3.1.7
sysApplElmtRunName OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION LongUtf8String
  SYNTAX	OCTET STRING (0..1024) 
  DISPLAY-HINT	"1024a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The full path and filename of the process.
        For example, '/opt/MYYpkg/bin/myyproc' would
        be returned for process 'myyproc' whose execution
        path is '/opt/MYYpkg/bin/myyproc'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 7 }

.1.3.6.1.2.1.54.1.2.3.1.8
sysApplElmtRunParameters OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION Utf8String
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The starting parameters for the process."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 8 }

.1.3.6.1.2.1.54.1.2.3.1.9
sysApplElmtRunCPU OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of centi-seconds of the total system's
         CPU resources consumed by this process.  Note that
         on a multi-processor system, this value may
         have been incremented by more than one centi-second
         in one centi-second of real (wall clock) time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 9 }

.1.3.6.1.2.1.54.1.2.3.1.10
sysApplElmtRunMemory OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total amount of real system memory measured in
        Kbytes currently allocated to this process."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 10 }

.1.3.6.1.2.1.54.1.2.3.1.11
sysApplElmtRunNumFiles OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of regular files currently open by the
        process.  Transport connections (sockets)
        should NOT be included in the calculation of
        this value, nor should operating system specific
        special file types."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 11 }

.1.3.6.1.2.1.54.1.2.3.1.12
sysApplElmtRunUser OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION Utf8String
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The process owner's login name (e.g. root)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtRunTable(3) sysApplElmtRunEntry(1) 12 }

.1.3.6.1.2.1.54.1.2.4
sysApplElmtPastRunTable OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table describes the processes which have previously
        executed on the host system as part of an application.
        Each entry represents a process which has previously
        executed and is associated with the invoked application
        of which it was a part.  Because an invoked application
        may involve more than one executable, it is possible
        to have multiple entries in this table for
        each application invocation. Entries are added
        to this table when the corresponding process in the
        sysApplElmtRun Table terminates.

        Entries remain in this table until they are aged out when
        either the number of entries in the table reaches a
        maximum as determined by sysApplElmtPastRunMaxRows, or
        when an entry has aged to exceed a time limit as set by
        sysApplElmtPastRunTblTimeLimit.  When aging out entries,
        the oldest entry, as determined by the value of
        sysApplElmtPastRunTimeEnded, will be removed first.

        The table is indexed by sysApplInstallPkgIndex (from the
        sysApplInstallPkgTable), sysApplElmtPastRunInvocID,
        and sysApplElmtPastRunIndex to make it easy to locate all
        previously executed processes of a particular invoked
        application that has been installed on the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 4 }

.1.3.6.1.2.1.54.1.2.4.1
sysApplElmtPastRunEntry OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sysApplInstallPkgIndex, sysApplElmtPastRunInvocID, sysApplElmtPastRunIndex }
  DESCRIPTION	"The logical row describing a process which was
        previously executed on this host as part of an
        installed application.  The entry is basically copied
        from the sysApplElmtRunTable when the process
        terminates.  Hence, the entry's value for
        sysApplElmtPastRunIndex is the same as its value
        was for sysApplElmtRunIndex.  Note carefully: only those
        processes which could be associated with an
        identified application are included in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) 1 }

.1.3.6.1.2.1.54.1.2.4.1.1
sysApplElmtPastRunInvocID OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Part of the index for this table, this value
        identifies the invocation of an application of which
        the process represented by this entry was a part.
        The value of this object is the same value as the
        sysApplRunIndex for the corresponding application
        invocation in the sysApplRunTable.  If the invoked
        application as a whole has terminated, it will be the
        same as the sysApplPastRunIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 1 }

.1.3.6.1.2.1.54.1.2.4.1.2
sysApplElmtPastRunIndex OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Part of the index for this table. An integer
        assigned by the agent equal to the corresponding
        sysApplElmtRunIndex which was removed from the
        sysApplElmtRunTable and moved to this table
        when the element terminated.

        Note: entries in this table are indexed by
        sysApplElmtPastRunInvocID, sysApplElmtPastRunIndex.
        The possibility exists, though unlikely, of a
        collision occurring by a new entry which was run
        by the same invoked application (InvocID), and
        was assigned the same process identification number
        (ElmtRunIndex) as an element which was previously
        run by the same invoked application.

        Should this situation occur, the new entry replaces
        the old entry.

        See Section: 'Implementation Issues -
        sysApplElmtPastRunTable Entry Collisions' for the
        conditions that would have to occur in order for a
        collision to occur."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 2 }

.1.3.6.1.2.1.54.1.2.4.1.3
sysApplElmtPastRunInstallID OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index into the installed element table. The
        value of this object is the same value as the
        sysApplInstallElmtIndex for the application element
        of which this entry represents a previously executed
        process."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 3 }

.1.3.6.1.2.1.54.1.2.4.1.4
sysApplElmtPastRunTimeStarted OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time the process was started."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 4 }

.1.3.6.1.2.1.54.1.2.4.1.5
sysApplElmtPastRunTimeEnded OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time the process ended."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 5 }

.1.3.6.1.2.1.54.1.2.4.1.6
sysApplElmtPastRunName OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION LongUtf8String
  SYNTAX	OCTET STRING (0..1024) 
  DISPLAY-HINT	"1024a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The full path and filename of the process.
        For example, '/opt/MYYpkg/bin/myyproc' would
        be returned for process 'myyproc' whose execution
        path was '/opt/MYYpkg/bin/myyproc'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 6 }

.1.3.6.1.2.1.54.1.2.4.1.7
sysApplElmtPastRunParameters OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION Utf8String
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The starting parameters for the process."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 7 }

.1.3.6.1.2.1.54.1.2.4.1.8
sysApplElmtPastRunCPU OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last known number of centi-seconds of the total
         system's CPU resources consumed by this process.
         Note that on a multi-processor system, this value may
         increment by more than one centi-second in one
         centi-second of real (wall clock) time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 8 }

.1.3.6.1.2.1.54.1.2.4.1.9
sysApplElmtPastRunMemory OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last known total amount of real system memory
        measured in Kbytes allocated to this process before it
        terminated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 9 }

.1.3.6.1.2.1.54.1.2.4.1.10
sysApplElmtPastRunNumFiles OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last known number of files open by the
        process before it terminated.  Transport
        connections (sockets) should NOT be included in
        the calculation of this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 10 }

.1.3.6.1.2.1.54.1.2.4.1.11
sysApplElmtPastRunUser OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  -- TEXTUAL CONVENTION Utf8String
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The process owner's login name (e.g. root)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) sysApplElmtPastRunTable(4) sysApplElmtPastRunEntry(1) 11 }

.1.3.6.1.2.1.54.1.2.5
sysApplPastRunMaxRows OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of entries allowed in the
        sysApplPastRunTable.  Once the number of rows in
        the sysApplPastRunTable reaches this value, the
        management subsystem will remove the oldest entry
        in the table to make room for the new entry to be added.
        Entries will be removed on the basis of oldest
        sysApplPastRunTimeEnded value first.

        This object may be used to control the amount of
        system resources that can used for sysApplPastRunTable
        entries. A conforming implementation should attempt
        to support the default value, however, a lesser value
        may be necessary due to implementation-dependent issues
        and resource availability."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 5 }

.1.3.6.1.2.1.54.1.2.6
sysApplPastRunTableRemItems OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A counter of the number of entries removed from
        the sysApplPastRunTable because of table size limitations
        as set in sysApplPastRunMaxRows.  This counter is the
        number of entries the management subsystem has had to
        remove in order to make room for new entries (so as not
        to exceed the limit set by sysApplPastRunMaxRows) since
        the last initialization of the management subsystem."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 6 }

.1.3.6.1.2.1.54.1.2.7
sysApplPastRunTblTimeLimit OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum time in seconds which an entry in the
         sysApplPastRunTable may exist before it is removed.
         Any entry that is older than this value will be
         removed (aged out) from the table.

         Note that an entry may be aged out prior to reaching
         this time limit if it is the oldest entry in the
         table and must be removed to make space for a new
         entry so as to not exceed sysApplPastRunMaxRows."
  DEFVAL	{ 7200 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 7 }

.1.3.6.1.2.1.54.1.2.8
sysApplElemPastRunMaxRows OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of entries allowed in the
        sysApplElmtPastRunTable.  Once the number of rows in
        the sysApplElmtPastRunTable reaches this value,
        the management subsystem will remove the oldest entry
        to make room for the new entry to be added.  Entries
        will be removed on the basis of oldest
        sysApplElmtPastRunTimeEnded value first.
        This object may be used to control the amount of
        system resources that can used for sysApplElemPastRunTable
        entries. A conforming implementation should attempt
        to support the default value, however, a lesser value
        may be necessary due to implementation-dependent issues
        and resource availability."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 8 }

.1.3.6.1.2.1.54.1.2.9
sysApplElemPastRunTableRemItems OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A counter of the number of entries removed from the
        sysApplElemPastRunTable because of table size limitations
        as set in sysApplElemPastRunMaxRows.  This counter is the
        number of entries the management subsystem has had to
        remove in order to make room for new entries (so as not
        to exceed the limit set by sysApplElemPastRunMaxRows) since
        the last initialization of the management subsystem."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 9 }

.1.3.6.1.2.1.54.1.2.10
sysApplElemPastRunTblTimeLimit OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum time in seconds which an entry in the
         sysApplElemPastRunTable may exist before it is removed.
         Any entry that is older than this value will be
         removed (aged out) from the table.

         Note that an entry may be aged out prior to reaching
         this time limit if it is the oldest entry in the
         table and must be removed to make space for a new
         entry so as to not exceed sysApplElemPastRunMaxRows."
  DEFVAL	{ 7200 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 10 }

.1.3.6.1.2.1.54.1.2.11
sysApplAgentPollInterval OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum interval in seconds that the management
        subsystem implementing this MIB will poll the status
        of the managed resources. Because of the non-trivial
        effort involved in polling the managed resources,
        and because the method for obtaining the status of
        the managed resources is implementation-dependent,
        a conformant implementation may chose a lower bound
        greater than 0.

        A value of 0 indicates that there is no delay
        in the passing of information from the managed
        resources to the agent."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplRun(2) 11 }

.1.3.6.1.2.1.54.1.3
sysApplMap OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) 3 }

.1.3.6.1.2.1.54.1.3.1
sysApplMapTable OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The sole purpose of this table is to provide a
        'backwards' mapping so that, given a known
        sysApplElmtRunIndex (process identification number),
        the corresponding invoked application (sysApplRunIndex),
        installed element (sysApplInstallElmtIndex), and
        installed application package (sysApplInstallPkgIndex)
        can be quickly determined.

        This table will contain one entry for each process
        that is currently executing on the system.

        It is expected that management applications will use
        this mapping table by doing a 'GetNext' operation with
        the known process ID number (sysApplElmtRunIndex) as the
        partial instance identifier.  Assuming that there is an
        entry for the process, the result should return a single
        columnar value, the sysApplMapInstallPkgIndex, with the
        sysApplElmtRunIndex, sysApplRunIndex, and
        sysApplInstallElmtIndex contained in the instance identifier
        for the returned MIB object value.

        NOTE: if the process can not be associated back to an
        invoked application installed on the system, then the
        value returned for the columnar value
        sysApplMapInstallPkgIndex will be '0' and the instance
        portion of the object-identifier will be the process ID
        number (sysApplElmtRunIndex) followed by 0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplMap(3) 1 }

.1.3.6.1.2.1.54.1.3.1.1
sysApplMapEntry OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sysApplElmtRunIndex, sysApplElmtRunInvocID, sysApplMapInstallElmtIndex }
  DESCRIPTION	"A logical row representing a process currently running
         on the system.  This entry provides the index mapping from
         process identifier, back to the invoked application,
         installed element, and finally, the installed application
         package.  The entry includes only one accessible columnar
         object, the sysApplMapInstallPkgIndex, but the
         invoked application and installed element can be
         determined from the instance identifier since they form
         part of the index clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplMap(3) sysApplMapTable(1) 1 }

.1.3.6.1.2.1.54.1.3.1.1.1
sysApplMapInstallElmtIndex OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index into the sysApplInstallElmtTable. The
        value of this object is the same value as the
        sysApplInstallElmtIndex for the application element
        of which this entry represents a running instance.
        If this process cannot be associated to an installed
        executable, the value should be '0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplMap(3) sysApplMapTable(1) sysApplMapEntry(1) 1 }

.1.3.6.1.2.1.54.1.3.1.1.2
sysApplMapInstallPkgIndex OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object identifies the installed
        software package for the application of which this
        process is a part.  Provided that the process's 'parent'
        application can be determined, the value of this object
        is the same value as the sysApplInstallPkgIndex for the
        entry in the sysApplInstallPkgTable that corresponds
        to the installed application of which this process
        is a part.

        If, however, the 'parent' application cannot be
        determined, (for example the process is not part
        of a particular installed application), the value
        for this object is then '0', signifying that this
        process cannot be related back to an application,
        and in turn, an installed software package."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplOBJ(1) sysApplMap(3) sysApplMapTable(1) sysApplMapEntry(1) 2 }

.1.3.6.1.2.1.54.2
sysApplNotifications OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) 2 }

.1.3.6.1.2.1.54.3
sysApplConformance OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) 3 }

.1.3.6.1.2.1.54.3.1
sysApplMIBCompliances OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplConformance(3) 1 }

.1.3.6.1.2.1.54.3.1.1
sysApplMIBCompliance MODULE-COMPLIANCE
  -- FROM	SYSAPPL-MIB
  DESCRIPTION	"Describes the requirements for conformance to
        the System Application MIB"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplConformance(3) sysApplMIBCompliances(1) 1 }

.1.3.6.1.2.1.54.3.2
sysApplMIBGroups OBJECT-TYPE
  -- FROM	SYSAPPL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplConformance(3) 2 }

.1.3.6.1.2.1.54.3.2.1
sysApplInstalledGroup OBJECT-GROUP
  -- FROM	SYSAPPL-MIB
  DESCRIPTION	"The system application installed group contains
        information about applications and their constituent
        components which have been installed on the host system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplConformance(3) sysApplMIBGroups(2) 1 }

.1.3.6.1.2.1.54.3.2.2
sysApplRunGroup OBJECT-GROUP
  -- FROM	SYSAPPL-MIB
  DESCRIPTION	"The system application run group contains information
        about applications and associated elements which have
        run or are currently running on the host system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplConformance(3) sysApplMIBGroups(2) 2 }

.1.3.6.1.2.1.54.3.2.3
sysApplMapGroup OBJECT-GROUP
  -- FROM	SYSAPPL-MIB
  DESCRIPTION	"The Map Group contains a single table, sysApplMapTable,
        that provides a backwards mapping for determining the
        invoked application, installed element, and installed
        application package given a known process identification
        number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sysApplMIB(54) sysApplConformance(3) sysApplMIBGroups(2) 3 }

.1.3.6.1.2.1.55
ipv6MIB MODULE-IDENTITY
  -- FROM	IPV6-MIB
  DESCRIPTION	"The MIB module for entities implementing the IPv6
                protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 55 }

.1.3.6.1.2.1.55.1
ipv6MIBObjects OBJECT-TYPE
  -- FROM	IPV6-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) 1 }

.1.3.6.1.2.1.55.1.1
ipv6Forwarding OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER {forwarding(1), notForwarding(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The indication of whether this entity is acting
                as an IPv6 router in respect to the forwarding of
                datagrams received by, but not addressed to, this
                entity.  IPv6 routers forward datagrams.  IPv6
                hosts do not (except those source-routed via the
                host).

                Note that for some managed nodes, this object may
                take on only a subset of the values possible.
                Accordingly, it is appropriate for an agent to
                return a `wrongValue' response if a management
                station attempts to change this object to an
                inappropriate value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 1 }

.1.3.6.1.2.1.55.1.2
ipv6DefaultHopLimit OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The default value inserted into the Hop Limit
                field of the IPv6 header of datagrams originated
                at this entity, whenever a Hop Limit value is not
                supplied by the transport layer protocol."
  DEFVAL	{ 64 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 2 }

.1.3.6.1.2.1.55.1.3
ipv6Interfaces OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IPv6 interfaces (regardless of
                their current state) present on this system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 3 }

.1.3.6.1.2.1.55.1.4
ipv6IfTableLastChange OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the last
               insertion or removal of an entry in the
               ipv6IfTable. If the number of entries has been
               unchanged since the last re-initialization of
               the local network management subsystem, then this
               object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 4 }

.1.3.6.1.2.1.55.1.5
ipv6IfTable OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 Interfaces table contains information
               on the entity's internetwork-layer interfaces.
               An IPv6 interface constitutes a logical network
               layer attachment to the layer immediately below
               IPv6 including internet layer 'tunnels', such as
               tunnels over IPv4 or IPv6 itself."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 5 }

.1.3.6.1.2.1.55.1.5.1
ipv6IfEntry OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6IfIndex }
  DESCRIPTION	"An interface entry containing objects
                about a particular IPv6 interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) 1 }

.1.3.6.1.2.1.55.1.5.1.1
ipv6IfIndex OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION Ipv6IfIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique non-zero value identifying
                the particular IPv6 interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 1 }

.1.3.6.1.2.1.55.1.5.1.2
ipv6IfDescr OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A textual string containing information about the
               interface.  This string may be set by the network
               management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 2 }

.1.3.6.1.2.1.55.1.5.1.3
ipv6IfLowerLayer OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION VariablePointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the protocol layer over
               which this network interface operates.  If this
               network interface operates over the data-link
               layer, then the value of this object refers to an
               instance of ifIndex [6]. If this network interface
               operates over an IPv4 interface, the value of this
               object refers to an instance of ipAdEntAddr [3].

               If this network interface operates over another
               IPv6 interface, the value of this object refers to
               an instance of ipv6IfIndex.  If this network
               interface is not currently operating over an active
               protocol layer, then the value of this object
               should be set to the OBJECT ID { 0 0 }."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 3 }

.1.3.6.1.2.1.55.1.5.1.4
ipv6IfEffectiveMtu OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size of the largest IPv6 packet which can be
              sent/received on the interface, specified in
              octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 4 }

.1.3.6.1.2.1.55.1.5.1.5
ipv6IfReasmMaxSize OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size of the largest IPv6 datagram which this
              entity can re-assemble from incoming IPv6 fragmented
              datagrams received on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 5 }

.1.3.6.1.2.1.55.1.5.1.6
ipv6IfIdentifier OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION Ipv6AddressIfIdentifier
  SYNTAX	OCTET STRING (0..8) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Interface Identifier for this interface that
                is (at least) unique on the link this interface is
                attached to. The Interface Identifier is combined
                with an address prefix to form an interface address.

                By default, the Interface Identifier is autoconfigured
                according to the rules of the link type this
                interface is attached to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 6 }

.1.3.6.1.2.1.55.1.5.1.7
ipv6IfIdentifierLength OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER (0..64) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The length of the Interface Identifier in bits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 7 }

.1.3.6.1.2.1.55.1.5.1.8
ipv6IfPhysicalAddress OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface's physical address. For example, for
               an IPv6 interface attached to an 802.x link, this
               object normally contains a MAC address. Note that
               in some cases this address may differ from the
               address of the interface's protocol sub-layer.  The
               interface's media-specific MIB must define the bit
               and byte ordering and the format of the value of
               this object. For interfaces which do not have such
               an address (e.g., a serial line), this object should
               contain an octet string of zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 8 }

.1.3.6.1.2.1.55.1.5.1.9
ipv6IfAdminStatus OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The desired state of the interface.  When a managed
              system initializes,  all IPv6 interfaces start with
              ipv6IfAdminStatus in the down(2) state.  As a result
              of either explicit management action or per
              configuration information retained by the managed
              system,  ipv6IfAdminStatus is then changed to
              the up(1) state (or remains in the down(2) state)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 9 }

.1.3.6.1.2.1.55.1.5.1.10
ipv6IfOperStatus OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER {up(1), down(2), noIfIdentifier(3), unknown(4), notPresent(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current operational state of the interface.
              The noIfIdentifier(3) state indicates that no valid
              Interface Identifier is assigned to the interface.
              This state usually indicates that the link-local
              interface address failed Duplicate Address Detection.
              If ipv6IfAdminStatus is down(2) then ipv6IfOperStatus
              should be down(2).  If ipv6IfAdminStatus is changed
              to up(1) then ipv6IfOperStatus should change to up(1)
              if the interface is ready to transmit and receive
              network traffic; it should remain in the down(2) or
              noIfIdentifier(3) state if and only if there is a
              fault that prevents it from going to the up(1) state;
              it should remain in the notPresent(5) state if
              the interface has missing (typically, lower layer)
              components."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 10 }

.1.3.6.1.2.1.55.1.5.1.11
ipv6IfLastChange OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time the interface
                entered its current operational state.  If the
                current state was entered prior to the last
                re-initialization of the local network management
                subsystem, then this object contains a zero
                value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfTable(5) ipv6IfEntry(1) 11 }

.1.3.6.1.2.1.55.1.6
ipv6IfStatsTable OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IPv6 interface traffic statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 6 }

.1.3.6.1.2.1.55.1.6.1
ipv6IfStatsEntry OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ ipv6IfEntry }
  DESCRIPTION	"An interface statistics entry containing objects
                 at a particular IPv6 interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) 1 }

.1.3.6.1.2.1.55.1.6.1.1
ipv6IfStatsInReceives OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of input datagrams received by
                the interface, including those received in error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 1 }

.1.3.6.1.2.1.55.1.6.1.2
ipv6IfStatsInHdrErrors OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input datagrams discarded due to
                errors in their IPv6 headers, including version
                number mismatch, other format errors, hop count
                exceeded, errors discovered in processing their
                IPv6 options, etc."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 2 }

.1.3.6.1.2.1.55.1.6.1.3
ipv6IfStatsInTooBigErrors OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input datagrams that could not be
               forwarded because their size exceeded the link MTU
               of outgoing interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 3 }

.1.3.6.1.2.1.55.1.6.1.4
ipv6IfStatsInNoRoutes OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input datagrams discarded because no
                 route could be found to transmit them to their
                 destination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 4 }

.1.3.6.1.2.1.55.1.6.1.5
ipv6IfStatsInAddrErrors OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input datagrams discarded because
                the IPv6 address in their IPv6 header's destination
                field was not a valid address to be received at
                this entity.  This count includes invalid
                addresses (e.g., ::0) and unsupported addresses
                (e.g., addresses with unallocated prefixes).  For
                entities which are not IPv6 routers and therefore
                do not forward datagrams, this counter includes
                datagrams discarded because the destination address
                was not a local address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 5 }

.1.3.6.1.2.1.55.1.6.1.6
ipv6IfStatsInUnknownProtos OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of locally-addressed datagrams
                received successfully but discarded because of an
                unknown or unsupported protocol. This counter is
                incremented at the interface to which these
                datagrams were addressed which might not be
                necessarily the input interface for some of
                the datagrams."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 6 }

.1.3.6.1.2.1.55.1.6.1.7
ipv6IfStatsInTruncatedPkts OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input datagrams discarded because
                 datagram frame didn't carry enough data."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 7 }

.1.3.6.1.2.1.55.1.6.1.8
ipv6IfStatsInDiscards OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IPv6 datagrams for which no
                problems were encountered to prevent their
                continued processing, but which were discarded
                (e.g., for lack of buffer space).  Note that this
                counter does not include any datagrams discarded
                while awaiting re-assembly."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 8 }

.1.3.6.1.2.1.55.1.6.1.9
ipv6IfStatsInDelivers OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of datagrams successfully
              delivered to IPv6 user-protocols (including ICMP).
              This counter is incremented at the interface to
              which these datagrams were addressed which might
              not be necessarily the input interface for some of
              the datagrams."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 9 }

.1.3.6.1.2.1.55.1.6.1.10
ipv6IfStatsOutForwDatagrams OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output datagrams which this
                entity received and forwarded to their final
                destinations.  In entities which do not act
                as IPv6 routers, this counter will include
                only those packets which were Source-Routed
                via this entity, and the Source-Route
                processing was successful.  Note that for
                a successfully forwarded datagram the counter
                of the outgoing interface is incremented."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 10 }

.1.3.6.1.2.1.55.1.6.1.11
ipv6IfStatsOutRequests OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPv6 datagrams which local IPv6
              user-protocols (including ICMP) supplied to IPv6 in
              requests for transmission.  Note that this counter
              does not include any datagrams counted in
              ipv6IfStatsOutForwDatagrams."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 11 }

.1.3.6.1.2.1.55.1.6.1.12
ipv6IfStatsOutDiscards OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output IPv6 datagrams for which no
                 problem was encountered to prevent their
                 transmission to their destination, but which were
                 discarded (e.g., for lack of buffer space).  Note
                 that this counter would include datagrams counted
                 in ipv6IfStatsOutForwDatagrams if any such packets
                 met this (discretionary) discard criterion."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 12 }

.1.3.6.1.2.1.55.1.6.1.13
ipv6IfStatsOutFragOKs OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IPv6 datagrams that have been
                 successfully fragmented at this output interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 13 }

.1.3.6.1.2.1.55.1.6.1.14
ipv6IfStatsOutFragFails OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IPv6 datagrams that have been
                 discarded because they needed to be fragmented
                 at this output interface but could not be."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 14 }

.1.3.6.1.2.1.55.1.6.1.15
ipv6IfStatsOutFragCreates OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output datagram fragments that have
                 been generated as a result of fragmentation at
                 this output interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 15 }

.1.3.6.1.2.1.55.1.6.1.16
ipv6IfStatsReasmReqds OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IPv6 fragments received which needed
                 to be reassembled at this interface.  Note that this
                 counter is incremented at the interface to which
                 these fragments were addressed which might not
                 be necessarily the input interface for some of
                 the fragments."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 16 }

.1.3.6.1.2.1.55.1.6.1.17
ipv6IfStatsReasmOKs OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IPv6 datagrams successfully
               reassembled.  Note that this counter is incremented
               at the interface to which these datagrams were
               addressed which might not be necessarily the input
               interface for some of the fragments."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 17 }

.1.3.6.1.2.1.55.1.6.1.18
ipv6IfStatsReasmFails OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of failures detected by the IPv6 re-
                assembly algorithm (for whatever reason: timed
                out, errors, etc.).  Note that this is not
                necessarily a count of discarded IPv6 fragments
                since some algorithms (notably the algorithm in
                RFC 815) can lose track of the number of fragments
                by combining them as they are received.
                This counter is incremented at the interface to which
                these fragments were addressed which might not be
                necessarily the input interface for some of the
                fragments."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 18 }

.1.3.6.1.2.1.55.1.6.1.19
ipv6IfStatsInMcastPkts OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of multicast packets received
                 by the interface"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 19 }

.1.3.6.1.2.1.55.1.6.1.20
ipv6IfStatsOutMcastPkts OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of multicast packets transmitted
                 by the interface"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6IfStatsTable(6) ipv6IfStatsEntry(1) 20 }

.1.3.6.1.2.1.55.1.7
ipv6AddrPrefixTable OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The list of IPv6 address prefixes of
                 IPv6 interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 7 }

.1.3.6.1.2.1.55.1.7.1
ipv6AddrPrefixEntry OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6IfIndex, ipv6AddrPrefix, ipv6AddrPrefixLength }
  DESCRIPTION	"An interface entry containing objects of
                 a particular IPv6 address prefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrPrefixTable(7) 1 }

.1.3.6.1.2.1.55.1.7.1.1
ipv6AddrPrefix OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION Ipv6AddressPrefix
  SYNTAX	OCTET STRING (0..16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The prefix associated with the this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrPrefixTable(7) ipv6AddrPrefixEntry(1) 1 }

.1.3.6.1.2.1.55.1.7.1.2
ipv6AddrPrefixLength OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER (0..128) 
  UNITS	""
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length of the prefix (in bits)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrPrefixTable(7) ipv6AddrPrefixEntry(1) 2 }

.1.3.6.1.2.1.55.1.7.1.3
ipv6AddrPrefixOnLinkFlag OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object has the value 'true(1)', if this
               prefix can be used  for on-link determination
               and the value 'false(2)' otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrPrefixTable(7) ipv6AddrPrefixEntry(1) 3 }

.1.3.6.1.2.1.55.1.7.1.4
ipv6AddrPrefixAutonomousFlag OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Autonomous address configuration flag. When
               true(1), indicates that this prefix can be used
               for autonomous address configuration (i.e. can
               be used to form a local interface address).
               If false(2), it is not used to autoconfigure
               a local interface address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrPrefixTable(7) ipv6AddrPrefixEntry(1) 4 }

.1.3.6.1.2.1.55.1.7.1.5
ipv6AddrPrefixAdvPreferredLifetime OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It is the length of time in seconds that this
                prefix will remain preferred, i.e. time until
                deprecation.  A value of 4,294,967,295 represents
                infinity.

                The address generated from a deprecated prefix
                should no longer be used as a source address in
                new communications, but packets received on such
                an interface are processed as expected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrPrefixTable(7) ipv6AddrPrefixEntry(1) 5 }

.1.3.6.1.2.1.55.1.7.1.6
ipv6AddrPrefixAdvValidLifetime OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It is the length of time in seconds that this
               prefix will remain valid, i.e. time until
               invalidation.  A value of 4,294,967,295 represents
               infinity.

               The address generated from an invalidated prefix
               should not appear as the destination or source
               address of a packet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrPrefixTable(7) ipv6AddrPrefixEntry(1) 6 }

.1.3.6.1.2.1.55.1.8
ipv6AddrTable OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of addressing information relevant to
              this node's interface addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 8 }

.1.3.6.1.2.1.55.1.8.1
ipv6AddrEntry OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6IfIndex, ipv6AddrAddress }
  DESCRIPTION	"The addressing information for one of this
                node's interface addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrTable(8) 1 }

.1.3.6.1.2.1.55.1.8.1.1
ipv6AddrAddress OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 address to which this entry's addressing
              information pertains."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrTable(8) ipv6AddrEntry(1) 1 }

.1.3.6.1.2.1.55.1.8.1.2
ipv6AddrPfxLength OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER (0..128) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The length of the prefix (in bits) associated with
              the IPv6 address of this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrTable(8) ipv6AddrEntry(1) 2 }

.1.3.6.1.2.1.55.1.8.1.3
ipv6AddrType OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER {stateless(1), stateful(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of address. Note that 'stateless(1)'
               refers to an address that was statelessly
               autoconfigured; 'stateful(2)' refers to a address
               which was acquired by via a stateful protocol
               (e.g. DHCPv6, manual configuration)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrTable(8) ipv6AddrEntry(1) 3 }

.1.3.6.1.2.1.55.1.8.1.4
ipv6AddrAnycastFlag OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object has the value 'true(1)', if this
               address is an anycast address and the value
               'false(2)' otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrTable(8) ipv6AddrEntry(1) 4 }

.1.3.6.1.2.1.55.1.8.1.5
ipv6AddrStatus OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER {preferred(1), invalid(3), inaccessible(4), unknown(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Address status.  The preferred(1) state indicates
              that this is a valid address that can appear as
              the destination or source address of a packet.
              The deprecated(2) state indicates that this is
              a valid but deprecated address that should no longer
              be used as a source address in new communications,
              but packets addressed to such an address are
              processed as expected. The invalid(3) state indicates
              that this is not valid address which should not
              appear as the destination or source address of
              a packet. The inaccessible(4) state indicates that
              the address is not accessible because the interface
              to which this address is assigned is not operational."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6AddrTable(8) ipv6AddrEntry(1) 5 }

.1.3.6.1.2.1.55.1.9
ipv6RouteNumber OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current ipv6RouteTable entries.
               This is primarily to avoid having to read
               the table in order to determine this number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 9 }

.1.3.6.1.2.1.55.1.10
ipv6DiscardedRoutes OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of routing entries which were chosen
                to be discarded even though they are valid.  One
                possible reason for discarding such an entry could
                be to free-up buffer space for other routing
                entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 10 }

.1.3.6.1.2.1.55.1.11
ipv6RouteTable OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IPv6 Routing table. This table contains
               an entry for each valid IPv6 unicast route
               that can be used for packet forwarding
               determination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 11 }

.1.3.6.1.2.1.55.1.11.1
ipv6RouteEntry OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6RouteDest, ipv6RoutePfxLength, ipv6RouteIndex }
  DESCRIPTION	"A routing entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) 1 }

.1.3.6.1.2.1.55.1.11.1.1
ipv6RouteDest OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination IPv6 address of this route.
               This object may not take a Multicast address
               value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 1 }

.1.3.6.1.2.1.55.1.11.1.2
ipv6RoutePfxLength OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER (0..128) 
  UNITS	""
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the prefix length of the destination
               address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 2 }

.1.3.6.1.2.1.55.1.11.1.3
ipv6RouteIndex OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value which uniquely identifies the route
               among the routes to the same network layer
               destination.  The way this value is chosen is
               implementation specific but it must be unique for
               ipv6RouteDest/ipv6RoutePfxLength pair and remain
               constant for the life of the route."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 3 }

.1.3.6.1.2.1.55.1.11.1.4
ipv6RouteIfIndex OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION Ipv6IfIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies the local
               interface through which the next hop of this
               route should be reached.  The interface identified
               by a particular value of this index is the same
               interface as identified by the same value of
               ipv6IfIndex.  For routes of the discard type this
               value can be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 4 }

.1.3.6.1.2.1.55.1.11.1.5
ipv6RouteNextHop OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"On remote routes, the address of the next
               system en route;  otherwise, ::0
               ('00000000000000000000000000000000'H in ASN.1
               string representation)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 5 }

.1.3.6.1.2.1.55.1.11.1.6
ipv6RouteType OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER {other(1), discard(2), local(3), remote(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of route. Note that 'local(3)' refers
                to a route for which the next hop is the final
                destination; 'remote(4)' refers to a route for
                which  the  next  hop is not the final
                destination; 'discard(2)' refers to a route
                indicating that packets to destinations matching
                this route are to be discarded (sometimes called
                black-hole route)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 6 }

.1.3.6.1.2.1.55.1.11.1.7
ipv6RouteProtocol OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), ndisc(4), rip(5), ospf(6), bgp(7), idrp(8), igrp(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing mechanism via which this route was
               learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 7 }

.1.3.6.1.2.1.55.1.11.1.8
ipv6RoutePolicy OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The general set of conditions that would cause the
              selection of one multipath route (set of next hops
              for a given destination) is referred to as 'policy'.
              Unless the mechanism indicated by ipv6RouteProtocol
              specified otherwise, the policy specifier is the
              8-bit Traffic Class field of the IPv6 packet header
              that is zero extended at the left to a 32-bit value.

              Protocols defining 'policy' otherwise must either
              define a set of values which are valid for
              this object or must implement an integer-
              instanced  policy table for which this object's
              value acts as an index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 8 }

.1.3.6.1.2.1.55.1.11.1.9
ipv6RouteAge OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds since this route was last
                updated or otherwise determined to be correct.
                Note that no semantics of `too old' can be implied
                except through knowledge of the routing protocol
                by which the route was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 9 }

.1.3.6.1.2.1.55.1.11.1.10
ipv6RouteNextHopRDI OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Routing Domain ID of the Next Hop.
                The  semantics of this object are determined by
                the routing-protocol specified in  the  route's
                ipv6RouteProtocol value.   When  this object is
                unknown or not relevant its value should be set
                to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 10 }

.1.3.6.1.2.1.55.1.11.1.11
ipv6RouteMetric OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing metric for this route. The
                semantics of this metric are determined by the
                routing protocol specified in the route's
                ipv6RouteProtocol value.  When this is unknown
                or not relevant to the protocol indicated by
                ipv6RouteProtocol, the object value should be
                set to its maximum value (4,294,967,295)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 11 }

.1.3.6.1.2.1.55.1.11.1.12
ipv6RouteWeight OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system internal weight value for this route.
                The semantics of this value are determined by
                the implementation specific rules. Generally,
                within routes with the same ipv6RoutePolicy value,
                the lower the weight value the more preferred is
                the route."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 12 }

.1.3.6.1.2.1.55.1.11.1.13
ipv6RouteInfo OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A reference to MIB definitions specific to the
                particular routing protocol which is responsible
                for this route, as determined by the  value
                specified  in the route's ipv6RouteProto value.
                If this information is not present,  its  value
                should be set to the OBJECT ID { 0 0 },
                which is a syntactically valid object  identifier,
                and any implementation conforming to ASN.1
                and the Basic Encoding Rules must  be  able  to
                generate and recognize this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 13 }

.1.3.6.1.2.1.55.1.11.1.14
ipv6RouteValid OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Setting this object to the value 'false(2)' has
                the effect of invalidating the corresponding entry
                in the ipv6RouteTable object.  That is, it
                effectively disassociates the destination
                identified with said entry from the route
                identified with said entry.  It is an
                implementation-specific matter as to whether the
                agent removes an invalidated entry from the table.
                Accordingly, management stations must be prepared
                to receive tabular information from agents that
                corresponds to entries not currently in use.
                Proper interpretation of such entries requires
                examination of the relevant ipv6RouteValid
                object."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6RouteTable(11) ipv6RouteEntry(1) 14 }

.1.3.6.1.2.1.55.1.12
ipv6NetToMediaTable OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 Address Translation table used for
               mapping from IPv6 addresses to physical addresses.

               The IPv6 address translation table contain the
               Ipv6Address to `physical' address equivalencies.
               Some interfaces do not use translation tables
               for determining address equivalencies; if all
               interfaces are of this type, then the Address
               Translation table is empty, i.e., has zero
               entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) 12 }

.1.3.6.1.2.1.55.1.12.1
ipv6NetToMediaEntry OBJECT-TYPE
  -- FROM	IPV6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipv6IfIndex, ipv6NetToMediaNetAddress }
  DESCRIPTION	"Each entry contains one IPv6 address to `physical'
               address equivalence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6NetToMediaTable(12) 1 }

.1.3.6.1.2.1.55.1.12.1.1
ipv6NetToMediaNetAddress OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 Address corresponding to
                the media-dependent `physical' address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6NetToMediaTable(12) ipv6NetToMediaEntry(1) 1 }

.1.3.6.1.2.1.55.1.12.1.2
ipv6NetToMediaPhysAddress OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The media-dependent `physical' address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6NetToMediaTable(12) ipv6NetToMediaEntry(1) 2 }

.1.3.6.1.2.1.55.1.12.1.3
ipv6NetToMediaType OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER {other(1), dynamic(2), static(3), local(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the mapping. The 'dynamic(2)' type
                     indicates that the IPv6 address to physical
                     addresses mapping has been dynamically
                     resolved using the IPv6 Neighbor Discovery
                     protocol. The static(3)' types indicates that
                     the mapping has been statically configured.
                     The local(4) indicates that the mapping is
                     provided for an entity's own interface address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6NetToMediaTable(12) ipv6NetToMediaEntry(1) 3 }

.1.3.6.1.2.1.55.1.12.1.4
ipv6IfNetToMediaState OBJECT-TYPE
  -- FROM	IPV6-MIB
  SYNTAX	INTEGER {reachable(1), stale(2), delay(3), probe(4), invalid(5), unknown(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Neighbor Unreachability Detection [8] state
                for the interface when the address mapping in
                this entry is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6NetToMediaTable(12) ipv6NetToMediaEntry(1) 4 }

.1.3.6.1.2.1.55.1.12.1.5
ipv6IfNetToMediaLastUpdated OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time this entry
                was last updated.  If this entry was updated prior
                to the last re-initialization of the local network
                management subsystem, then this object contains
                a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6NetToMediaTable(12) ipv6NetToMediaEntry(1) 5 }

.1.3.6.1.2.1.55.1.12.1.6
ipv6NetToMediaValid OBJECT-TYPE
  -- FROM	IPV6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Setting this object to the value 'false(2)' has
              the effect of invalidating the corresponding entry
              in the ipv6NetToMediaTable.  That is, it effectively
              disassociates the interface identified with said
              entry from the mapping identified with said entry.
              It is an implementation-specific matter as to
              whether the agent removes an invalidated entry
              from the table.  Accordingly, management stations
              must be prepared to receive tabular information
              from agents that corresponds to entries not
              currently in use.  Proper interpretation of such
              entries requires examination of the relevant
              ipv6NetToMediaValid object."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6MIBObjects(1) ipv6NetToMediaTable(12) ipv6NetToMediaEntry(1) 6 }

.1.3.6.1.2.1.55.2
ipv6Notifications OBJECT-TYPE
  -- FROM	IPV6-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) 2 }

.1.3.6.1.2.1.55.2.0
ipv6NotificationPrefix OBJECT-TYPE
  -- FROM	IPV6-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6Notifications(2) 0 }

.1.3.6.1.2.1.55.2.0.1
ipv6IfStateChange NOTIFICATION-TYPE
  -- FROM	IPV6-MIB
  OBJECTS	{ ipv6IfDescr, ipv6IfOperStatus }
  DESCRIPTION	"An ipv6IfStateChange notification signifies
                that there has been a change in the state of
                an ipv6 interface.  This notification should
                be generated when the interface's operational
                status transitions to or from the up(1) state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6Notifications(2) ipv6NotificationPrefix(0) 1 }

.1.3.6.1.2.1.55.3
ipv6Conformance OBJECT-TYPE
  -- FROM	IPV6-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) 3 }

.1.3.6.1.2.1.55.3.1
ipv6Compliances OBJECT-TYPE
  -- FROM	IPV6-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6Conformance(3) 1 }

.1.3.6.1.2.1.55.3.1.1
ipv6Compliance MODULE-COMPLIANCE
  -- FROM	IPV6-MIB
  DESCRIPTION	"The compliance statement for SNMPv2 entities which
              implement ipv6 MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6Conformance(3) ipv6Compliances(1) 1 }

.1.3.6.1.2.1.55.3.2
ipv6Groups OBJECT-TYPE
  -- FROM	IPV6-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6Conformance(3) 2 }

.1.3.6.1.2.1.55.3.2.1
ipv6GeneralGroup OBJECT-GROUP
  -- FROM	IPV6-MIB
  DESCRIPTION	"The IPv6 group of objects providing for basic
                  management of IPv6 entities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6Conformance(3) ipv6Groups(2) 1 }

.1.3.6.1.2.1.55.3.2.2
ipv6NotificationGroup OBJECT-TYPE
  -- FROM	IPV6-MIB
  DESCRIPTION	"The notification that an IPv6 entity is required
                  to implement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6MIB(55) ipv6Conformance(3) ipv6Groups(2) 2 }

.1.3.6.1.2.1.56
ipv6IcmpMIB MODULE-IDENTITY
  -- FROM	IPV6-ICMP-MIB
  DESCRIPTION	"The MIB module for entities implementing
           the ICMPv6."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 56 }

.1.3.6.1.2.1.56.1
ipv6IcmpMIBObjects OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) 1 }

.1.3.6.1.2.1.56.1.1
ipv6IfIcmpTable OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IPv6 ICMP statistics. This table contains statistics
         of ICMPv6 messages that are received and sourced by
         the entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) 1 }

.1.3.6.1.2.1.56.1.1.1
ipv6IfIcmpEntry OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ ipv6IfEntry }
  DESCRIPTION	"An ICMPv6 statistics entry containing
         objects at a particular IPv6 interface.

         Note that a receiving interface is
         the interface to which a given ICMPv6 message
         is addressed which may not be necessarily
         the input interface for the message.

         Similarly,  the sending interface is
         the interface that sources a given
         ICMP message which is usually but not
         necessarily the output interface for the message."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) 1 }

.1.3.6.1.2.1.56.1.1.1.1
ipv6IfIcmpInMsgs OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of ICMP messages received
         by the interface which includes all those
         counted by ipv6IfIcmpInErrors. Note that this
         interface is the interface to which the
         ICMP messages were addressed which may not be
         necessarily the input interface for the messages."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 1 }

.1.3.6.1.2.1.56.1.1.1.2
ipv6IfIcmpInErrors OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP messages which the interface
         received but determined as having ICMP-specific
         errors (bad ICMP checksums, bad length, etc.)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 2 }

.1.3.6.1.2.1.56.1.1.1.3
ipv6IfIcmpInDestUnreachs OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Destination Unreachable
         messages received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 3 }

.1.3.6.1.2.1.56.1.1.1.4
ipv6IfIcmpInAdminProhibs OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP destination
         unreachable/communication administratively
         prohibited messages received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 4 }

.1.3.6.1.2.1.56.1.1.1.5
ipv6IfIcmpInTimeExcds OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Time Exceeded messages
          received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 5 }

.1.3.6.1.2.1.56.1.1.1.6
ipv6IfIcmpInParmProblems OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Parameter Problem messages
          received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 6 }

.1.3.6.1.2.1.56.1.1.1.7
ipv6IfIcmpInPktTooBigs OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Packet Too Big messages
         received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 7 }

.1.3.6.1.2.1.56.1.1.1.8
ipv6IfIcmpInEchos OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Echo (request) messages
          received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 8 }

.1.3.6.1.2.1.56.1.1.1.9
ipv6IfIcmpInEchoReplies OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Echo Reply messages received
         by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 9 }

.1.3.6.1.2.1.56.1.1.1.10
ipv6IfIcmpInRouterSolicits OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Router Solicit messages
          received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 10 }

.1.3.6.1.2.1.56.1.1.1.11
ipv6IfIcmpInRouterAdvertisements OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Router Advertisement messages
         received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 11 }

.1.3.6.1.2.1.56.1.1.1.12
ipv6IfIcmpInNeighborSolicits OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Neighbor Solicit messages
          received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 12 }

.1.3.6.1.2.1.56.1.1.1.13
ipv6IfIcmpInNeighborAdvertisements OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Neighbor Advertisement
         messages received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 13 }

.1.3.6.1.2.1.56.1.1.1.14
ipv6IfIcmpInRedirects OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Redirect messages received
         by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 14 }

.1.3.6.1.2.1.56.1.1.1.15
ipv6IfIcmpInGroupMembQueries OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMPv6 Group Membership Query
         messages received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 15 }

.1.3.6.1.2.1.56.1.1.1.16
ipv6IfIcmpInGroupMembResponses OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMPv6 Group Membership Response messages
         received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 16 }

.1.3.6.1.2.1.56.1.1.1.17
ipv6IfIcmpInGroupMembReductions OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMPv6 Group Membership Reduction messages
         received by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 17 }

.1.3.6.1.2.1.56.1.1.1.18
ipv6IfIcmpOutMsgs OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of ICMP messages which this
         interface attempted to send.  Note that this counter
         includes all those counted by icmpOutErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 18 }

.1.3.6.1.2.1.56.1.1.1.19
ipv6IfIcmpOutErrors OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP messages which this interface did
         not send due to problems discovered within ICMP
         such as a lack of buffers.  This value should not
         include errors discovered outside the ICMP layer
         such as the inability of IPv6 to route the resultant
         datagram.  In some implementations there may be no
         types of error which contribute to this counter's
         value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 19 }

.1.3.6.1.2.1.56.1.1.1.20
ipv6IfIcmpOutDestUnreachs OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Destination Unreachable
         messages sent by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 20 }

.1.3.6.1.2.1.56.1.1.1.21
ipv6IfIcmpOutAdminProhibs OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of ICMP dest unreachable/communication
          administratively prohibited messages sent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 21 }

.1.3.6.1.2.1.56.1.1.1.22
ipv6IfIcmpOutTimeExcds OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Time Exceeded messages sent
         by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 22 }

.1.3.6.1.2.1.56.1.1.1.23
ipv6IfIcmpOutParmProblems OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Parameter Problem messages
         sent by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 23 }

.1.3.6.1.2.1.56.1.1.1.24
ipv6IfIcmpOutPktTooBigs OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Packet Too Big messages sent
         by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 24 }

.1.3.6.1.2.1.56.1.1.1.25
ipv6IfIcmpOutEchos OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Echo (request) messages sent
         by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 25 }

.1.3.6.1.2.1.56.1.1.1.26
ipv6IfIcmpOutEchoReplies OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Echo Reply messages sent
         by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 26 }

.1.3.6.1.2.1.56.1.1.1.27
ipv6IfIcmpOutRouterSolicits OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Router Solicitation messages
          sent by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 27 }

.1.3.6.1.2.1.56.1.1.1.28
ipv6IfIcmpOutRouterAdvertisements OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Router Advertisement messages
         sent by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 28 }

.1.3.6.1.2.1.56.1.1.1.29
ipv6IfIcmpOutNeighborSolicits OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Neighbor Solicitation
          messages sent by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 29 }

.1.3.6.1.2.1.56.1.1.1.30
ipv6IfIcmpOutNeighborAdvertisements OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMP Neighbor Advertisement
         messages sent by the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 30 }

.1.3.6.1.2.1.56.1.1.1.31
ipv6IfIcmpOutRedirects OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Redirect messages sent. For
         a host, this object will always be zero,
         since hosts do not send redirects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 31 }

.1.3.6.1.2.1.56.1.1.1.32
ipv6IfIcmpOutGroupMembQueries OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMPv6 Group Membership Query
         messages sent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 32 }

.1.3.6.1.2.1.56.1.1.1.33
ipv6IfIcmpOutGroupMembResponses OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMPv6 Group Membership Response
         messages sent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 33 }

.1.3.6.1.2.1.56.1.1.1.34
ipv6IfIcmpOutGroupMembReductions OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ICMPv6 Group Membership Reduction
         messages sent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpMIBObjects(1) ipv6IfIcmpTable(1) ipv6IfIcmpEntry(1) 34 }

.1.3.6.1.2.1.56.2
ipv6IcmpConformance OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) 2 }

.1.3.6.1.2.1.56.2.1
ipv6IcmpCompliances OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpConformance(2) 1 }

.1.3.6.1.2.1.56.2.1.1
ipv6IcmpCompliance MODULE-COMPLIANCE
  -- FROM	IPV6-ICMP-MIB
  DESCRIPTION	"The compliance statement for SNMPv2 entities which
         implement ICMPv6."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpConformance(2) ipv6IcmpCompliances(1) 1 }

.1.3.6.1.2.1.56.2.2
ipv6IcmpGroups OBJECT-TYPE
  -- FROM	IPV6-ICMP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpConformance(2) 2 }

.1.3.6.1.2.1.56.2.2.1
ipv6IcmpGroup OBJECT-GROUP
  -- FROM	IPV6-ICMP-MIB
  DESCRIPTION	"The ICMPv6 group of objects providing information
             specific to ICMPv6."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipv6IcmpMIB(56) ipv6IcmpConformance(2) ipv6IcmpGroups(2) 1 }

.1.3.6.1.2.1.58
perfHistTCMIB MODULE-IDENTITY
  -- FROM	PerfHist-TC-MIB
  DESCRIPTION	"This MIB Module provides Textual Conventions
          to be used by systems supporting 15 minute
          based performance history counts.

          Copyright (C) The Internet Society (2003).
          This version of this MIB module is part of
          RFC 3593;  see the RFC itself for full
          legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 58 }

.1.3.6.1.2.1.67
radiusMIB OBJECT-GROUP
  -- FROM	RADIUS-ACC-CLIENT-MIB, RADIUS-AUTH-CLIENT-MIB
  DESCRIPTION	"The OID assigned to RADIUS MIB work by the IANA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 67 }

.1.3.6.1.2.1.67.1
radiusAuthentication OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) 1 }

.1.3.6.1.2.1.67.1.2
radiusAuthClientMIB MODULE-IDENTITY
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  DESCRIPTION	"The MIB module for entities implementing the client
              side of the Remote Access Dialin User Service (RADIUS)
              authentication protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) 2 }

.1.3.6.1.2.1.67.1.2.1
radiusAuthClientMIBObjects OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) 1 }

.1.3.6.1.2.1.67.1.2.1.1
radiusAuthClient OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) 1 }

.1.3.6.1.2.1.67.1.2.1.1.1
radiusAuthClientInvalidServerAddresses OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Access-Response packets
             received from unknown addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) 1 }

.1.3.6.1.2.1.67.1.2.1.1.2
radiusAuthClientIdentifier OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The NAS-Identifier of the RADIUS authentication client.
              This is not necessarily the same as sysName in MIB II."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) 2 }

.1.3.6.1.2.1.67.1.2.1.1.3
radiusAuthServerTable OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the RADIUS authentication
             servers with which the client shares a secret."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) 3 }

.1.3.6.1.2.1.67.1.2.1.1.3.1
radiusAuthServerEntry OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ radiusAuthServerIndex }
  DESCRIPTION	"An entry (conceptual row) representing a RADIUS
             authentication server with which the client shares
             a secret."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) 1 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.1
radiusAuthServerIndex OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A number uniquely identifying each RADIUS
             Authentication server with which this client
             communicates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 1 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.2
radiusAuthServerAddress OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the RADIUS authentication server
             referred to in this table entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 2 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.3
radiusAuthClientServerPortNumber OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to
             this server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 3 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.4
radiusAuthClientRoundTripTime OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time interval (in hundredths of a second) between
             the most recent Access-Reply/Access-Challenge and the
             Access-Request that matched it from this RADIUS
             authentication server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 4 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.5
radiusAuthClientAccessRequests OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Access-Request packets sent
             to this server. This does not include retransmissions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 5 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.6
radiusAuthClientAccessRetransmissions OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Access-Request packets
             retransmitted to this RADIUS authentication server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 6 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.7
radiusAuthClientAccessAccepts OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Access-Accept packets
             (valid or invalid) received from this server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 7 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.8
radiusAuthClientAccessRejects OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Access-Reject packets
             (valid or invalid) received from this server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 8 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.9
radiusAuthClientAccessChallenges OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Access-Challenge packets
             (valid or invalid) received from this server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 9 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.10
radiusAuthClientMalformedAccessResponses OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of malformed RADIUS Access-Response
             packets received from this server.
             Malformed packets include packets with
             an invalid length. Bad authenticators or
             Signature attributes or unknown types are not
             included as malformed access responses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 10 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.11
radiusAuthClientBadAuthenticators OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Access-Response packets
             containing invalid authenticators or Signature
             attributes received from this server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 11 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.12
radiusAuthClientPendingRequests OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Access-Request packets
             destined for this server that have not yet timed out
             or received a response. This variable is incremented
             when an Access-Request is sent and decremented due to
             receipt of an Acess-Accept, Access-Reject or
             Access-Challenge, a timeout or retransmission."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 12 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.13
radiusAuthClientTimeouts OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of authentication timeouts to this server.
             After a timeout the client may retry to the same
             server, send to a different server, or
             give up. A retry to the same server is counted as a
             retransmit as well as a timeout. A send to a different
             server is counted as a Request as well as a timeout."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 13 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.14
radiusAuthClientUnknownTypes OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS packets of unknown type which
             were received from this server on the authentication port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 14 }

.1.3.6.1.2.1.67.1.2.1.1.3.1.15
radiusAuthClientPacketsDropped OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS packets of which were
             received from this server on the authentication port
             and dropped for some other reason."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBObjects(1) radiusAuthClient(1) radiusAuthServerTable(3) radiusAuthServerEntry(1) 15 }

.1.3.6.1.2.1.67.1.2.2
radiusAuthClientMIBConformance OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) 2 }

.1.3.6.1.2.1.67.1.2.2.1
radiusAuthClientMIBCompliances OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBConformance(2) 1 }

.1.3.6.1.2.1.67.1.2.2.1.1
radiusAuthClientMIBCompliance MODULE-COMPLIANCE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  DESCRIPTION	"The compliance statement for authentication clients
            implementing the RADIUS Authentication Client MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBConformance(2) radiusAuthClientMIBCompliances(1) 1 }

.1.3.6.1.2.1.67.1.2.2.2
radiusAuthClientMIBGroups OBJECT-TYPE
  -- FROM	RADIUS-AUTH-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBConformance(2) 2 }

.1.3.6.1.2.1.67.1.2.2.2.1
radiusAuthClientMIBGroup OBJECT-GROUP
  -- FROM	RADIUS-AUTH-CLIENT-MIB
  DESCRIPTION	"The basic collection of objects providing management of
            RADIUS Authentication Clients."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAuthentication(1) radiusAuthClientMIB(2) radiusAuthClientMIBConformance(2) radiusAuthClientMIBGroups(2) 1 }

.1.3.6.1.2.1.67.2
radiusAccounting OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) 2 }

.1.3.6.1.2.1.67.2.2
radiusAccClientMIB MODULE-IDENTITY
  -- FROM	RADIUS-ACC-CLIENT-MIB
  DESCRIPTION	"The MIB module for entities implementing the client side of
              the Remote Access Dialin User Service (RADIUS) accounting
              protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) 2 }

.1.3.6.1.2.1.67.2.2.1
radiusAccClientMIBObjects OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) 1 }

.1.3.6.1.2.1.67.2.2.1.1
radiusAccClient OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) 1 }

.1.3.6.1.2.1.67.2.2.1.1.1
radiusAccClientInvalidServerAddresses OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Accounting-Response packets
             received from unknown addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) 1 }

.1.3.6.1.2.1.67.2.2.1.1.2
radiusAccClientIdentifier OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The NAS-Identifier of the RADIUS accounting client. This
             is not necessarily the same as sysName in MIB II."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) 2 }

.1.3.6.1.2.1.67.2.2.1.1.3
radiusAccServerTable OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the RADIUS accounting
             servers with which the client shares a secret."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) 3 }

.1.3.6.1.2.1.67.2.2.1.1.3.1
radiusAccServerEntry OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ radiusAccServerIndex }
  DESCRIPTION	"An entry (conceptual row) representing a RADIUS
             accounting server with which the client shares a secret."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) 1 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.1
radiusAccServerIndex OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A number uniquely identifying each RADIUS
             Accounting server with which this client
             communicates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 1 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.2
radiusAccServerAddress OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the RADIUS accounting server
             referred to in this table entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 2 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.3
radiusAccClientServerPortNumber OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to
             this server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 3 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.4
radiusAccClientRoundTripTime OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time interval between the most recent
             Accounting-Response and the Accounting-Request that
             matched it from this RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 4 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.5
radiusAccClientRequests OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Accounting-Request packets
             sent. This does not include retransmissions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 5 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.6
radiusAccClientRetransmissions OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Accounting-Request packets
             retransmitted to this RADIUS accounting server.
             Retransmissions include retries where the
             Identifier and Acct-Delay have been updated, as
             well as those in which they remain the same."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 6 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.7
radiusAccClientResponses OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS packets received on the
             accounting port from this server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 7 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.8
radiusAccClientMalformedResponses OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of malformed RADIUS Accounting-Response
              packets received from this server. Malformed packets
             include packets with an invalid length. Bad
             authenticators and unknown types are not included as
             malformed accounting responses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 8 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.9
radiusAccClientBadAuthenticators OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Accounting-Response
             packets which contained invalid authenticators
             received from this server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 9 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.10
radiusAccClientPendingRequests OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS Accounting-Request packets
             sent to this server that have not yet timed out or
             received a response. This variable is incremented when an
             Accounting-Request is sent and decremented due to
             receipt of an Accounting-Response, a timeout or
             a retransmission."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 10 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.11
radiusAccClientTimeouts OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of accounting timeouts to this server.
           After a timeout the client may retry to the same
           server, send to a different server, or give up.
           A retry to the same server is counted as a
           retransmit as well as a timeout. A send to a different
           server is counted as an Accounting-Request as well as
           a timeout."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 11 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.12
radiusAccClientUnknownTypes OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS packets of unknown type which
             were received from this server on the accounting port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 12 }

.1.3.6.1.2.1.67.2.2.1.1.3.1.13
radiusAccClientPacketsDropped OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS packets which were received from
             this server on the accounting port and dropped for some
             other reason."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBObjects(1) radiusAccClient(1) radiusAccServerTable(3) radiusAccServerEntry(1) 13 }

.1.3.6.1.2.1.67.2.2.2
radiusAccClientMIBConformance OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) 2 }

.1.3.6.1.2.1.67.2.2.2.1
radiusAccClientMIBCompliances OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBConformance(2) 1 }

.1.3.6.1.2.1.67.2.2.2.1.1
radiusAccClientMIBCompliance MODULE-COMPLIANCE
  -- FROM	RADIUS-ACC-CLIENT-MIB
  DESCRIPTION	"The compliance statement for accounting clients
            implementing the RADIUS Accounting Client MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBConformance(2) radiusAccClientMIBCompliances(1) 1 }

.1.3.6.1.2.1.67.2.2.2.2
radiusAccClientMIBGroups OBJECT-TYPE
  -- FROM	RADIUS-ACC-CLIENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBConformance(2) 2 }

.1.3.6.1.2.1.67.2.2.2.2.1
radiusAccClientMIBGroup OBJECT-GROUP
  -- FROM	RADIUS-ACC-CLIENT-MIB
  DESCRIPTION	"The basic collection of objects providing management of
            RADIUS Accounting Clients."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) radiusMIB(67) radiusAccounting(2) radiusAccClientMIB(2) radiusAccClientMIBConformance(2) radiusAccClientMIBGroups(2) 1 }

.1.3.6.1.2.1.68
vrrpMIB MODULE-IDENTITY
  -- FROM	VRRP-MIB
  DESCRIPTION	"This MIB describes objects used for managing Virtual Router
          Redundancy Protocol (VRRP) routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 68 }

.1.3.6.1.2.1.68.0
vrrpNotifications OBJECT-TYPE
  -- FROM	VRRP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) 0 }

.1.3.6.1.2.1.68.0.1
vrrpTrapNewMaster NOTIFICATION-TYPE
  -- FROM	VRRP-MIB
  OBJECTS	{ vrrpOperMasterIpAddr }
  DESCRIPTION	"The newMaster trap indicates that the sending agent
         has transitioned to 'Master' state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpNotifications(0) 1 }

.1.3.6.1.2.1.68.0.2
vrrpTrapAuthFailure NOTIFICATION-TYPE
  -- FROM	VRRP-MIB
  OBJECTS	{ vrrpTrapPacketSrc, vrrpTrapAuthErrorType }
  DESCRIPTION	"A vrrpAuthFailure trap signifies that a packet has
         been received from a router whose authentication key
         or authentication type conflicts with this router's
         authentication key or authentication type. Implementation
         of this trap is optional."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpNotifications(0) 2 }

.1.3.6.1.2.1.68.1
vrrpOperations OBJECT-TYPE
  -- FROM	VRRP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) 1 }

.1.3.6.1.2.1.68.1.1
vrrpNodeVersion OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies the particular version of the VRRP
         supported by this node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) 1 }

.1.3.6.1.2.1.68.1.2
vrrpNotificationCntl OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the VRRP-enabled router will generate
         SNMP traps for events defined in this MIB. 'Enabled'
         results in SNMP traps; 'disabled', no traps are sent."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) 2 }

.1.3.6.1.2.1.68.1.3
vrrpOperTable OBJECT-TYPE
  -- FROM	VRRP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Operations table for a VRRP router which consists of a
          sequence (i.e., one or more conceptual rows) of
          'vrrpOperEntry' items."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) 3 }

.1.3.6.1.2.1.68.1.3.1
vrrpOperEntry OBJECT-TYPE
  -- FROM	VRRP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, vrrpOperVrId }
  DESCRIPTION	"An entry in the vrrpOperTable containing the operational
          characteristics of a virtual router. On a VRRP router,
          a given virtual router is identified by a combination
          of the IF index and VRID.

          Rows in the table cannot be modified unless the value
          of `vrrpOperAdminState' is `disabled' and the
          `vrrpOperState' has transitioned to `initialize'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) 1 }

.1.3.6.1.2.1.68.1.3.1.1
vrrpOperVrId OBJECT-TYPE
  -- FROM	VRRP-MIB
  -- TEXTUAL CONVENTION VrId
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object contains the Virtual Router Identifier (VRID)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 1 }

.1.3.6.1.2.1.68.1.3.1.2
vrrpOperVirtualMacAddr OBJECT-TYPE
  -- FROM	VRRP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The virtual MAC address of the virtual router. Although this
         object can be derived from the 'vrrpOperVrId' object, it is
         defined so that it is easily obtainable by a management
         application and can be included in VRRP-related SNMP traps."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 2 }

.1.3.6.1.2.1.68.1.3.1.3
vrrpOperState OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	INTEGER {initialize(1), backup(2), master(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state of the virtual router. This object has
         three defined values:

           - `initialize', which indicates that all the
             virtual router is waiting for a startup event.

           - `backup', which indicates the virtual router is
             monitoring the availability of the master router.

           - `master', which indicates that the virtual router
             is forwarding packets for IP addresses that are
             associated with this router.

         Setting the `vrrpOperAdminState' object (below) initiates
         transitions in the value of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 3 }

.1.3.6.1.2.1.68.1.3.1.4
vrrpOperAdminState OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object will enable/disable the virtual router
         function. Setting the value to `up', will transition
         the state of the virtual router from `initialize' to `backup'
         or `master', depending on the value of `vrrpOperPriority'.
         Setting the value to `down', will transition  the
         router from `master' or `backup' to `initialize'. State
         transitions may not be immediate; they sometimes depend on
         other factors, such as the interface (IF) state.

         The `vrrpOperAdminState' object must be set to `down' prior
         to modifying the other read-create objects in the conceptual
         row. The value of the `vrrpOperRowStatus' object (below)
         must be `active', signifying that the conceptual row
         is valid (i.e., the objects are correctly set),
         in order for this object to be set to `up'."
  DEFVAL	{ down }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 4 }

.1.3.6.1.2.1.68.1.3.1.5
vrrpOperPriority OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the priority to be used for the
         virtual router master election process. Higher values imply
         higher priority.

         A priority of '0', although not settable, is sent by
         the master router to indicate that this router has ceased
         to participate in VRRP and a backup virtual router should
         transition  to become a new master.

         A priority of 255 is used for the router that owns the
         associated IP address(es)."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 5 }

.1.3.6.1.2.1.68.1.3.1.6
vrrpOperIpAddrCount OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP addresses that are associated with this
         virtual router. This number is equal to the number of rows
         in the vrrpAssoIpAddrTable that correspond to a given IF
         index/VRID pair."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 6 }

.1.3.6.1.2.1.68.1.3.1.7
vrrpOperMasterIpAddr OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The master router's real (primary) IP address. This is
         the IP address listed as the source in VRRP advertisement
         last received by this virtual router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 7 }

.1.3.6.1.2.1.68.1.3.1.8
vrrpOperPrimaryIpAddr OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"In the case where there is more than one IP address for
         a given `ifIndex', this object is used to specify the IP
         address that will become the `vrrpOperMasterIpAddr', should
         the virtual router transition from backup to master. If
         this object is set to 0.0.0.0, the IP address which is
         numerically lowest will be selected."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 8 }

.1.3.6.1.2.1.68.1.3.1.9
vrrpOperAuthType OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	INTEGER {noAuthentication(1), simpleTextPassword(2), ipAuthenticationHeader(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Authentication type used for VRRP protocol exchanges between
         virtual routers. This value of this object is the same for a
         given ifIndex.

         New enumerations to this list can only be added via a new
         RFC on the standards track."
  DEFVAL	{ noAuthentication }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 9 }

.1.3.6.1.2.1.68.1.3.1.10
vrrpOperAuthKey OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Authentication Key. This object is set according to
         the value of the 'vrrpOperAuthType' object
         ('simpleTextPassword' or 'ipAuthenticationHeader'). If the
         length of the value is less than 16 octets, the agent will
         left adjust and zero fill to 16 octets. The value of this
         object is the same for a given ifIndex.

         When read, vrrpOperAuthKey always returns an Octet String
         of length zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 10 }

.1.3.6.1.2.1.68.1.3.1.11
vrrpOperAdvertisementInterval OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Integer32 (1..255) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time interval, in seconds, between sending
         advertisement messages. Only the master router sends
         VRRP advertisements."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 11 }

.1.3.6.1.2.1.68.1.3.1.12
vrrpOperPreemptMode OBJECT-TYPE
  -- FROM	VRRP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Controls whether a higher priority virtual router will
         preempt a lower priority master."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 12 }

.1.3.6.1.2.1.68.1.3.1.13
vrrpOperVirtualRouterUpTime OBJECT-TYPE
  -- FROM	VRRP-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the value of the `sysUpTime' object when this
         virtual router (i.e., the `vrrpOperState') transitioned
         out of `initialized'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 13 }

.1.3.6.1.2.1.68.1.3.1.14
vrrpOperProtocol OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	INTEGER {ip(1), bridge(2), decnet(3), other(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The particular protocol being controlled by this Virtual
         Router.

         New enumerations to this list can only be added via a new
         RFC on the standards track."
  DEFVAL	{ ip }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 14 }

.1.3.6.1.2.1.68.1.3.1.15
vrrpOperRowStatus OBJECT-TYPE
  -- FROM	VRRP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status variable, used in accordance to installation
         and removal conventions for conceptual rows. The rowstatus of
         a currently active row in the vrrpOperTable is constrained
         by the operational state of the corresponding virtual router.
         When `vrrpOperRowStatus' is set to active(1), no other
         objects in the conceptual row, with the exception of
         `vrrpOperAdminState', can be modified. Prior to setting the
         `vrrpOperRowStatus' object from `active' to a different value,
         the `vrrpOperAdminState' object must be set to `down' and the
         `vrrpOperState' object be transitioned to `initialize'.

         To create a row in this table, a manager sets this object
         to either createAndGo(4) or createAndWait(5). Until instances
         of all corresponding columns are appropriately configured,
         the value of the corresponding instance of the `vrrpOperRowStatus'
         column will be read as notReady(3).

         In particular, a newly created row cannot be made active(1)
         until (minimally) the corresponding instance of
         `vrrpOperVrId' has been set and there is at least one active
         row in the `vrrpAssoIpAddrTable' defining an associated
         IP address for the virtual router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpOperTable(3) vrrpOperEntry(1) 15 }

.1.3.6.1.2.1.68.1.4
vrrpAssoIpAddrTable OBJECT-TYPE
  -- FROM	VRRP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of addresses associated with this virtual router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) 4 }

.1.3.6.1.2.1.68.1.4.1
vrrpAssoIpAddrEntry OBJECT-TYPE
  -- FROM	VRRP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, vrrpOperVrId, vrrpAssoIpAddr }
  DESCRIPTION	"An entry in the table contains an IP address that is
         associated with a virtual router. The number of rows for
         a given ifIndex and VrId will equal the number of IP
         addresses associated (e.g., backed up) by the virtual
         router (equivalent to 'vrrpOperIpAddrCount').

         Rows in the table cannot be modified unless the value
         of `vrrpOperAdminState' is `disabled' and the
         `vrrpOperState' has transitioned to `initialize'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpAssoIpAddrTable(4) 1 }

.1.3.6.1.2.1.68.1.4.1.1
vrrpAssoIpAddr OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The assigned IP addresses that a virtual router is
         responsible for backing up."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpAssoIpAddrTable(4) vrrpAssoIpAddrEntry(1) 1 }

.1.3.6.1.2.1.68.1.4.1.2
vrrpAssoIpAddrRowStatus OBJECT-TYPE
  -- FROM	VRRP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status variable, used according to installation
         and removal conventions for conceptual rows. Setting this
         object to active(1) or createAndGo(4) results in the
         addition of an associated address for a virtual router.
         Destroying the entry or setting it to notInService(2)
         removes the associated address from the virtual router.
         The use of other values is implementation-dependent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) vrrpAssoIpAddrTable(4) vrrpAssoIpAddrEntry(1) 2 }

.1.3.6.1.2.1.68.1.5
vrrpTrapPacketSrc OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP address of an inbound VRRP packet. Used by
          vrrpTrapAuthFailure trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) 5 }

.1.3.6.1.2.1.68.1.6
vrrpTrapAuthErrorType OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	INTEGER {invalidAuthType(1), authTypeMismatch(2), authFailure(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Potential types of configuration conflicts.
         Used by vrrpAuthFailure trap."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpOperations(1) 6 }

.1.3.6.1.2.1.68.2
vrrpStatistics OBJECT-TYPE
  -- FROM	VRRP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) 2 }

.1.3.6.1.2.1.68.2.1
vrrpRouterChecksumErrors OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of VRRP packets received with an invalid
         VRRP checksum value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) 1 }

.1.3.6.1.2.1.68.2.2
vrrpRouterVersionErrors OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of VRRP packets received with an unknown
         or unsupported version number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) 2 }

.1.3.6.1.2.1.68.2.3
vrrpRouterVrIdErrors OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of VRRP packets received with an invalid
         VRID for this virtual router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) 3 }

.1.3.6.1.2.1.68.2.4
vrrpRouterStatsTable OBJECT-TYPE
  -- FROM	VRRP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of virtual router statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) 4 }

.1.3.6.1.2.1.68.2.4.1
vrrpRouterStatsEntry OBJECT-TYPE
  -- FROM	VRRP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ vrrpOperEntry }
  DESCRIPTION	"An entry in the table, containing statistics information
         about a given virtual router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) 1 }

.1.3.6.1.2.1.68.2.4.1.1
vrrpStatsBecomeMaster OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of times that this virtual router's state
         has transitioned to MASTER."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 1 }

.1.3.6.1.2.1.68.2.4.1.2
vrrpStatsAdvertiseRcvd OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of VRRP advertisements received by this
         virtual router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 2 }

.1.3.6.1.2.1.68.2.4.1.3
vrrpStatsAdvertiseIntervalErrors OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of VRRP advertisement packets received
         for which the advertisement interval is different than the
         one configured for the local virtual router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 3 }

.1.3.6.1.2.1.68.2.4.1.4
vrrpStatsAuthFailures OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of VRRP packets received that do not pass
         the authentication check."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 4 }

.1.3.6.1.2.1.68.2.4.1.5
vrrpStatsIpTtlErrors OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of VRRP packets received by the virtual
         router with IP TTL (Time-To-Live) not equal to 255."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 5 }

.1.3.6.1.2.1.68.2.4.1.6
vrrpStatsPriorityZeroPktsRcvd OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of VRRP packets received by the virtual
         router with a priority of '0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 6 }

.1.3.6.1.2.1.68.2.4.1.7
vrrpStatsPriorityZeroPktsSent OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of VRRP packets sent by the virtual router
         with a priority of '0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 7 }

.1.3.6.1.2.1.68.2.4.1.8
vrrpStatsInvalidTypePktsRcvd OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VRRP packets received by the virtual router
         with an invalid value in the 'type' field."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 8 }

.1.3.6.1.2.1.68.2.4.1.9
vrrpStatsAddressListErrors OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received for which the address
         list does not match the locally configured list for the
         virtual router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 9 }

.1.3.6.1.2.1.68.2.4.1.10
vrrpStatsInvalidAuthType OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received with an unknown
         authentication type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 10 }

.1.3.6.1.2.1.68.2.4.1.11
vrrpStatsAuthTypeMismatch OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received with 'Auth Type' not
         equal to the locally configured authentication method
         (`vrrpOperAuthType')."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 11 }

.1.3.6.1.2.1.68.2.4.1.12
vrrpStatsPacketLengthErrors OBJECT-TYPE
  -- FROM	VRRP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received with a packet length
         less than the length of the VRRP header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpStatistics(2) vrrpRouterStatsTable(4) vrrpRouterStatsEntry(1) 12 }

.1.3.6.1.2.1.68.3
vrrpConformance OBJECT-TYPE
  -- FROM	VRRP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) 3 }

.1.3.6.1.2.1.68.3.1
vrrpMIBCompliances OBJECT-TYPE
  -- FROM	VRRP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpConformance(3) 1 }

.1.3.6.1.2.1.68.3.1.1
vrrpMIBCompliance MODULE-COMPLIANCE
  -- FROM	VRRP-MIB
  DESCRIPTION	"The core compliance statement for all VRRP implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpConformance(3) vrrpMIBCompliances(1) 1 }

.1.3.6.1.2.1.68.3.2
vrrpMIBGroups OBJECT-TYPE
  -- FROM	VRRP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpConformance(3) 2 }

.1.3.6.1.2.1.68.3.2.1
vrrpOperGroup OBJECT-GROUP
  -- FROM	VRRP-MIB
  DESCRIPTION	"Conformance group for VRRP operations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpConformance(3) vrrpMIBGroups(2) 1 }

.1.3.6.1.2.1.68.3.2.2
vrrpStatsGroup OBJECT-GROUP
  -- FROM	VRRP-MIB
  DESCRIPTION	"Conformance group for VRRP statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpConformance(3) vrrpMIBGroups(2) 2 }

.1.3.6.1.2.1.68.3.2.3
vrrpTrapGroup OBJECT-GROUP
  -- FROM	VRRP-MIB
  DESCRIPTION	"Conformance group for objects contained in VRRP notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpConformance(3) vrrpMIBGroups(2) 3 }

.1.3.6.1.2.1.68.3.2.4
vrrpNotificationGroup OBJECT-TYPE
  -- FROM	VRRP-MIB
  DESCRIPTION	"The VRRP MIB Notification Group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) vrrpMIB(68) vrrpConformance(3) vrrpMIBGroups(2) 4 }

.1.3.6.1.2.1.72
ianaAddressFamilyNumbers MODULE-IDENTITY
  -- FROM	IANA-ADDRESS-FAMILY-NUMBERS-MIB
  DESCRIPTION	"The MIB module defines the AddressFamilyNumbers
          textual convention."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 72 }

.1.3.6.1.2.1.76
inetAddressMIB MODULE-IDENTITY
  -- FROM	INET-ADDRESS-MIB
  DESCRIPTION	"This MIB module defines textual conventions for
         representing Internet addresses.  An Internet
         address can be an IPv4 address, an IPv6 address,
         or a DNS domain name.  This module also defines
         textual conventions for Internet port numbers,
         autonomous system numbers, and the length of an
         Internet address prefix.

         Copyright (C) The Internet Society (2005).  This version
         of this MIB module is part of RFC 4001, see the RFC
         itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 76 }

.1.3.6.1.2.1.78
hcnumTC MODULE-IDENTITY
  -- FROM	HCNUM-TC
  DESCRIPTION	"A MIB module containing textual conventions
            for high capacity data types. This module
            addresses an immediate need for data types not directly
            supported in the SMIv2. This short-term solution
            is meant to be deprecated as a long-term solution
            is deployed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 78 }

.1.3.6.1.2.1.80
pingMIB MODULE-IDENTITY
  -- FROM	DISMAN-PING-MIB
  DESCRIPTION	"The Ping MIB (DISMAN-PING-MIB) provides the capability of
        controlling the use of the ping function at a remote
        host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 80 }

.1.3.6.1.2.1.80.0
pingNotifications OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) 0 }

.1.3.6.1.2.1.80.0.1
pingProbeFailed NOTIFICATION-TYPE
  -- FROM	DISMAN-PING-MIB
  OBJECTS	{ pingCtlTargetAddressType, pingCtlTargetAddress, pingResultsOperStatus, pingResultsIpTargetAddressType, pingResultsIpTargetAddress, pingResultsMinRtt, pingResultsMaxRtt, pingResultsAverageRtt, pingResultsProbeResponses, pingResultsSentProbes, pingResultsRttSumOfSquares, pingResultsLastGoodProbe }
  DESCRIPTION	"Generated when a probe failure is detected when the
          corresponding pingCtlTrapGeneration object is set to
          probeFailure(0) subject to the value of
          pingCtlTrapProbeFailureFilter.  The object
          pingCtlTrapProbeFailureFilter can be used to specify the
          number of successive probe failures that are required
          before this notification can be generated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingNotifications(0) 1 }

.1.3.6.1.2.1.80.0.2
pingTestFailed NOTIFICATION-TYPE
  -- FROM	DISMAN-PING-MIB
  OBJECTS	{ pingCtlTargetAddressType, pingCtlTargetAddress, pingResultsOperStatus, pingResultsIpTargetAddressType, pingResultsIpTargetAddress, pingResultsMinRtt, pingResultsMaxRtt, pingResultsAverageRtt, pingResultsProbeResponses, pingResultsSentProbes, pingResultsRttSumOfSquares, pingResultsLastGoodProbe }
  DESCRIPTION	"Generated when a ping test is determined to have failed
          when the corresponding pingCtlTrapGeneration object is
          set to testFailure(1).  In this instance
          pingCtlTrapTestFailureFilter should specify the number of
          probes in a test required to have failed in order to
          consider the test as failed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingNotifications(0) 2 }

.1.3.6.1.2.1.80.0.3
pingTestCompleted NOTIFICATION-TYPE
  -- FROM	DISMAN-PING-MIB
  OBJECTS	{ pingCtlTargetAddressType, pingCtlTargetAddress, pingResultsOperStatus, pingResultsIpTargetAddressType, pingResultsIpTargetAddress, pingResultsMinRtt, pingResultsMaxRtt, pingResultsAverageRtt, pingResultsProbeResponses, pingResultsSentProbes, pingResultsRttSumOfSquares, pingResultsLastGoodProbe }
  DESCRIPTION	"Generated at the completion of a ping test when the
          corresponding pingCtlTrapGeneration object is set to
          testCompletion(4)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingNotifications(0) 3 }

.1.3.6.1.2.1.80.1
pingObjects OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) 1 }

.1.3.6.1.2.1.80.1.1
pingMaxConcurrentRequests OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of concurrent active ping requests
       that are allowed within an agent implementation.  A value
       of 0 for this object implies that there is no limit for
       the number of concurrent active requests in effect."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) 1 }

.1.3.6.1.2.1.80.1.2
pingCtlTable OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the ping Control Table for providing, via SNMP,
        the capability of performing ping operations at
        a remote host.  The results of these operations are
        stored in the pingResultsTable and the
        pingProbeHistoryTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) 2 }

.1.3.6.1.2.1.80.1.2.1
pingCtlEntry OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pingCtlOwnerIndex, pingCtlTestName }
  DESCRIPTION	"Defines an entry in the pingCtlTable.  The first index
        element, pingCtlOwnerIndex, is of type SnmpAdminString,
        a textual convention that allows for use of the SNMPv3
        View-Based Access Control Model (RFC 2575 [11], VACM)
        and allows an management application to identify its
        entries.  The second index, pingCtlTestName (also an
        SnmpAdminString), enables the same management
        application to have multiple outstanding requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) 1 }

.1.3.6.1.2.1.80.1.2.1.1
pingCtlOwnerIndex OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"To facilitate the provisioning of access control by a
       security administrator using the View-Based Access
       Control Model (RFC 2575, VACM) for tables in which
       multiple users may need to independently create or
       modify entries, the initial index is used as an 'owner
       index'.  Such an initial index has a syntax of
       SnmpAdminString, and can thus be trivially mapped to a
       securityName or groupName as defined in VACM, in
       accordance with a security policy.

       When used in conjunction with such a security policy all
       entries in the table belonging to a particular user (or
       group) will have the same value for this initial index.
       For a given user's entries in a particular table, the
       object identifiers for the information in these entries
       will have the same subidentifiers (except for the 'column'
       subidentifier) up to the end of the encoded owner index.
       To configure VACM to permit access to this portion of the
       table, one would create vacmViewTreeFamilyTable entries
       with the value of vacmViewTreeFamilySubtree including
       the owner index portion, and vacmViewTreeFamilyMask
       'wildcarding' the column subidentifier.  More elaborate
       configurations are possible."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 1 }

.1.3.6.1.2.1.80.1.2.1.2
pingCtlTestName OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of the ping test.  This is locally unique, within
        the scope of an pingCtlOwnerIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 2 }

.1.3.6.1.2.1.80.1.2.1.3
pingCtlTargetAddressType OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of host address to be used at a remote
        host for performing a ping operation."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 3 }

.1.3.6.1.2.1.80.1.2.1.4
pingCtlTargetAddress OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the host address to be used at a remote host for
        performing a ping operation.  The host address type is
        determined by the object value of corresponding
        pingCtlTargetAddressType.
        A value for this object MUST be set prior to transitioning
        its corresponding pingCtlEntry to active(1) via
        pingCtlRowStatus."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 4 }

.1.3.6.1.2.1.80.1.2.1.5
pingCtlDataSize OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32 (0..65507) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the size of the data portion to be
        transmitted in a ping operation in octets.  A ping
        request is usually an ICMP message encoded
        into an IP packet.  An IP packet has a maximum size
        of 65535 octets.  Subtracting the size of the ICMP
        or UDP header (both 8 octets) and the size of the IP
        header (20 octets) yields a maximum size of 65507
        octets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 5 }

.1.3.6.1.2.1.80.1.2.1.6
pingCtlTimeOut OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32 (1..60) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the time-out value, in seconds, for a
        remote ping operation."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 6 }

.1.3.6.1.2.1.80.1.2.1.7
pingCtlProbeCount OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32 (1..15) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the number of times to perform a ping
        operation at a remote host."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 7 }

.1.3.6.1.2.1.80.1.2.1.8
pingCtlAdminStatus OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Reflects the desired state that a pingCtlEntry should be
        in:

           enabled(1)  - Attempt to activate the test as defined by
                         this pingCtlEntry.
           disabled(2) - Deactivate the test as defined by this
                         pingCtlEntry.

        Refer to the corresponding pingResultsOperStatus to
        determine the operational state of the test defined by
        this entry."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 8 }

.1.3.6.1.2.1.80.1.2.1.9
pingCtlDataFill OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	OCTET STRING (0..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The content of this object is used together with the
        corresponding pingCtlDataSize value to determine how to
        fill the data portion of a probe packet.  The option of
        selecting a data fill pattern can be useful when links
        are compressed or have data pattern sensitivities. The
        contents of pingCtlDataFill should be repeated in a ping
        packet when the size of the data portion of the ping
        packet is greater than the size of pingCtlDataFill."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 9 }

.1.3.6.1.2.1.80.1.2.1.10
pingCtlFrequency OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds to wait before repeating a ping test
        as defined by the value of the various objects in the
        corresponding row.

        A single ping test consists of a series of ping probes.
        The number of probes is determined by the value of the
        corresponding pingCtlProbeCount object.  After a single
        test completes the number of seconds as defined by the
        value of pingCtlFrequency MUST elapse before the
        next ping test is started.

        A value of 0 for this object implies that the test
        as defined by the corresponding entry will not be
        repeated."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 10 }

.1.3.6.1.2.1.80.1.2.1.11
pingCtlMaxRows OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of entries allowed in the
        pingProbeHistoryTable.  An implementation of this
        MIB will remove the oldest entry in the
        pingProbeHistoryTable to allow the addition of an
        new entry once the number of rows in the
        pingProbeHistoryTable reaches this value.

        Old entries are not removed when a new test is
        started.  Entries are added to the pingProbeHistoryTable
        until pingCtlMaxRows is reached before entries begin to
        be removed.

        A value of 0 for this object disables creation of
        pingProbeHistoryTable entries."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 11 }

.1.3.6.1.2.1.80.1.2.1.12
pingCtlStorageType OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
        Conceptual rows having the value 'permanent' need not
        allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 12 }

.1.3.6.1.2.1.80.1.2.1.13
pingCtlTrapGeneration OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	BITS {probeFailure(0), testFailure(1), testCompletion(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object determines when and if
        to generate a notification for this entry:

        probeFailure(0)   - Generate a pingProbeFailed
            notification subject to the value of
            pingCtlTrapProbeFailureFilter.  The object
            pingCtlTrapProbeFailureFilter can be used
            to specify the number of successive probe failures
            that are required before a pingProbeFailed
            notification can be generated.
        testFailure(1)    - Generate a pingTestFailed
            notification. In this instance the object
            pingCtlTrapTestFailureFilter can be used to
            determine the number of probe failures that
            signal when a test fails.
        testCompletion(2) - Generate a pingTestCompleted
            notification.

        The value of this object defaults to zero, indicating
        that none of the above options have been selected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 13 }

.1.3.6.1.2.1.80.1.2.1.14
pingCtlTrapProbeFailureFilter OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32 (0..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object is used to determine when
        to generate a pingProbeFailed NOTIFICATION.

        Setting pingCtlTrapGeneration
        to probeFailure(0) implies that a pingProbeFailed
        NOTIFICATION is generated only when the number of
        successive probe failures as indicated by the
        value of pingCtlTrapPrbefailureFilter fail within
        a given ping test."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 14 }

.1.3.6.1.2.1.80.1.2.1.15
pingCtlTrapTestFailureFilter OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32 (0..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object is used to determine when
        to generate a pingTestFailed NOTIFICATION.

        Setting pingCtlTrapGeneration to testFailure(1)
        implies that a pingTestFailed NOTIFICATION is
        generated only when the number of ping failures
        within a test exceed the value of
        pingCtlTrapTestFailureFilter."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 15 }

.1.3.6.1.2.1.80.1.2.1.16
pingCtlType OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object is used to either report or
        select the implementation method to be used for
        calculating a ping response time.  The value of this
        object MAY be selected from pingImplementationTypeDomains.

        Additional implementation types SHOULD be allocated as
        required by implementers of the DISMAN-PING-MIB under
        their enterprise specific registration point and not
        beneath pingImplementationTypeDomains."
  DEFVAL	{ pingIcmpEcho }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 16 }

.1.3.6.1.2.1.80.1.2.1.17
pingCtlDescr OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The purpose of this object is to provide a
        descriptive name of the remote ping test."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 17 }

.1.3.6.1.2.1.80.1.2.1.18
pingCtlSourceAddressType OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of the source address,
        pingCtlSourceAddress, to be used at a remote host
        when performing a ping operation."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 18 }

.1.3.6.1.2.1.80.1.2.1.19
pingCtlSourceAddress OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Use the specified IP address (which must be given
        in numeric form, not as a hostname) as the source
        address in outgoing probe packets.  On hosts with
        more than one IP address, this option can be used
        to force the source address to be something other
        than the primary IP address of the interface the
        probe packet is sent on.  If the IP address is not
        one of this machine's interface addresses, an error
        is returned and nothing is sent.  A zero length
        octet string value for this object disables source
        address specification.

        The address type (InetAddressType) that relates to
        this object is specified by the corresponding value
        of pingCtlSourceAddressType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 19 }

.1.3.6.1.2.1.80.1.2.1.20
pingCtlIfIndex OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Setting this object to an interface's ifIndex prior
        to starting a remote ping operation directs
        the ping probes to be transmitted over the
        specified interface.  A value of zero for this object
        means that this option is not enabled."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 20 }

.1.3.6.1.2.1.80.1.2.1.21
pingCtlByPassRouteTable OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The purpose of this object is to optionally enable
       bypassing the route table.  If enabled, the remote
       host will bypass the normal routing tables and send
       directly to a host on an attached network.  If the
       host is not on a directly-attached network, an
       error is returned.  This option can be used to perform
       the ping operation to a local host through an
       interface that has no route defined (e.g., after the
       interface was dropped by routed)."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 21 }

.1.3.6.1.2.1.80.1.2.1.22
pingCtlDSField OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the value to store in the Differentiated
        Services (DS) Field in the IP packet used to
        encapsulate the ping probe.  The DS Field is defined
        as the Type of Service (TOS) octet in a IPv4 header
        or as the Traffic Class octet in a IPv6 header.

        The value of this object must be a decimal integer
        in the range from 0 to 255.  This option can be used
        to determine what effect an explicit DS Field setting
        has on a ping response.  Not all values are legal or
        meaningful.  A value of 0 means that the function
     represented by this option is not supported.  DS Field
     usage is often not supported by IP implementations and
     not all values are supported.  Refer to RFC 2474 for
     guidance on usage of this field."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 22 }

.1.3.6.1.2.1.80.1.2.1.23
pingCtlRowStatus OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object allows entries to be created and deleted
        in the pingCtlTable.  Deletion of an entry in this
        table results in all corresponding (same
        pingCtlOwnerIndex and pingCtlTestName index values)
        pingResultsTable and pingProbeHistoryTable entries
        being deleted.

        A value MUST be specified for pingCtlTargetAddress
        prior to a transition to active(1) state being
        accepted.

        Activation of a remote ping operation is controlled
        via pingCtlAdminStatus and not by changing
        this object's value to active(1).

        Transitions in and out of active(1) state are not
        allowed while an entry's pingResultsOperStatus is
        active(1) with the exception that deletion of
        an entry in this table by setting its RowStatus
        object to destroy(6) will stop an active
        ping operation.

        The operational state of a ping operation
        can be determined by examination of its
        pingResultsOperStatus object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingCtlTable(2) pingCtlEntry(1) 23 }

.1.3.6.1.2.1.80.1.3
pingResultsTable OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the Ping Results Table for providing
        the capability of performing ping operations at
        a remote host.  The results of these operations are
        stored in the pingResultsTable and the pingPastProbeTable.

        An entry is added to the pingResultsTable when an
        pingCtlEntry is started by successful transition
        of its pingCtlAdminStatus object to enabled(1).
        An entry is removed from the pingResultsTable when
        its corresponding pingCtlEntry is deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) 3 }

.1.3.6.1.2.1.80.1.3.1
pingResultsEntry OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pingCtlOwnerIndex, pingCtlTestName }
  DESCRIPTION	"Defines an entry in the pingResultsTable.  The
        pingResultsTable has the same indexing as the
        pingCtlTable in order for a pingResultsEntry to
        correspond to the pingCtlEntry that caused it to
        be created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) 1 }

.1.3.6.1.2.1.80.1.3.1.1
pingResultsOperStatus OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reflects the operational state of a pingCtlEntry:
           enabled(1)   - Test is active.
           disabled(2)  - Test has stopped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 1 }

.1.3.6.1.2.1.80.1.3.1.2
pingResultsIpTargetAddressType OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This objects indicates the type of address stored
        in the corresponding pingResultsIpTargetAddress
        object."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 2 }

.1.3.6.1.2.1.80.1.3.1.3
pingResultsIpTargetAddress OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This objects reports the IP address associated
        with a pingCtlTargetAddress value when the destination
        address is specified as a DNS name.  The value of
        this object should be a zero length octet string
        when a DNS name is not specified or when a
        specified DNS name fails to resolve."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 3 }

.1.3.6.1.2.1.80.1.3.1.4
pingResultsMinRtt OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum ping round-trip-time (RTT) received.  A value
        of 0 for this object implies that no RTT has been received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 4 }

.1.3.6.1.2.1.80.1.3.1.5
pingResultsMaxRtt OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum ping round-trip-time (RTT) received.  A value
        of 0 for this object implies that no RTT has been received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 5 }

.1.3.6.1.2.1.80.1.3.1.6
pingResultsAverageRtt OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current average ping round-trip-time (RTT)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 6 }

.1.3.6.1.2.1.80.1.3.1.7
pingResultsProbeResponses OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of responses received for the corresponding
        pingCtlEntry and pingResultsEntry.  The value of this object
        MUST be reported as 0 when no probe responses have been
        received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 7 }

.1.3.6.1.2.1.80.1.3.1.8
pingResultsSentProbes OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object reflects the number of probes sent
        for the corresponding pingCtlEntry and pingResultsEntry.
        The value of this object MUST be reported as 0 when no probes
        have been sent."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 8 }

.1.3.6.1.2.1.80.1.3.1.9
pingResultsRttSumOfSquares OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the sum of the squares for all ping
        responses received.  Its purpose is to enable standard
        deviation calculation.  The value of this object MUST
        be reported as 0 when no ping responses have been
        received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 9 }

.1.3.6.1.2.1.80.1.3.1.10
pingResultsLastGoodProbe OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Date and time when the last response was received for
        a probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingResultsTable(3) pingResultsEntry(1) 10 }

.1.3.6.1.2.1.80.1.4
pingProbeHistoryTable OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines a table for storing the results of a ping
        operation.  Entries in this table are limited by
        the value of the corresponding pingCtlMaxRows
        object.

        An entry in this table is created when the result of
        a ping probe is determined.  The initial 2 instance
        identifier index values identify the pingCtlEntry
        that a probe result (pingProbeHistoryEntry) belongs
        to.  An entry is removed from this table when
        its corresponding pingCtlEntry is deleted.

        An implementation of this MIB will remove the oldest
        entry in the pingProbeHistoryTable to allow the
        addition of an new entry once the number of rows in
        the pingProbeHistoryTable reaches the value specified
        by pingCtlMaxRows."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) 4 }

.1.3.6.1.2.1.80.1.4.1
pingProbeHistoryEntry OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pingCtlOwnerIndex, pingCtlTestName, pingProbeHistoryIndex }
  DESCRIPTION	"Defines an entry in the pingProbeHistoryTable.
        The first two index elements identify the
        pingCtlEntry that a pingProbeHistoryEntry belongs
        to.  The third index element selects a single
        probe result."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingProbeHistoryTable(4) 1 }

.1.3.6.1.2.1.80.1.4.1.1
pingProbeHistoryIndex OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An entry in this table is created when the result of
        a ping probe is determined.  The initial 2 instance
        identifier index values identify the pingCtlEntry
        that a probe result (pingProbeHistoryEntry) belongs
        to.

        An implementation MUST start assigning
        pingProbeHistoryIndex values at 1 and wrap after
        exceeding the maximum possible value as defined by
        the limit of this object ('ffffffff'h)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingProbeHistoryTable(4) pingProbeHistoryEntry(1) 1 }

.1.3.6.1.2.1.80.1.4.1.2
pingProbeHistoryResponse OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time measured in milliseconds from when
        a probe was sent to when its response was received or
        when it timed out.  The value of this object is reported
        as 0 when it is not possible to transmit a probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingProbeHistoryTable(4) pingProbeHistoryEntry(1) 2 }

.1.3.6.1.2.1.80.1.4.1.3
pingProbeHistoryStatus OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION OperationResponseStatus
  SYNTAX	INTEGER {responseReceived(1), unknown(2), internalError(3), requestTimedOut(4), unknownDestinationAddress(5), noRouteToTarget(6), interfaceInactiveToTarget(7), arpFailure(8), maxConcurrentLimitReached(9), unableToResolveDnsName(10), invalidHostAddress(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The result of a particular probe done by a remote host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingProbeHistoryTable(4) pingProbeHistoryEntry(1) 3 }

.1.3.6.1.2.1.80.1.4.1.4
pingProbeHistoryLastRC OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last implementation method specific reply code received.
        If the ICMP Echo capability is being used then a successful
        probe ends when an ICMP response is received that contains
        the code ICMP_ECHOREPLY(0).  The ICMP responses are defined
        normally in the ip_icmp include file."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingProbeHistoryTable(4) pingProbeHistoryEntry(1) 4 }

.1.3.6.1.2.1.80.1.4.1.5
pingProbeHistoryTime OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Timestamp for when this probe result was determined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingObjects(1) pingProbeHistoryTable(4) pingProbeHistoryEntry(1) 5 }

.1.3.6.1.2.1.80.2
pingConformance OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) 2 }

.1.3.6.1.2.1.80.2.1
pingCompliances OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingConformance(2) 1 }

.1.3.6.1.2.1.80.2.1.1
pingCompliance MODULE-COMPLIANCE
  -- FROM	DISMAN-PING-MIB
  DESCRIPTION	"The compliance statement for the DISMAN-PING-MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingConformance(2) pingCompliances(1) 1 }

.1.3.6.1.2.1.80.2.2
pingGroups OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingConformance(2) 2 }

.1.3.6.1.2.1.80.2.2.1
pingGroup OBJECT-GROUP
  -- FROM	DISMAN-PING-MIB
  DESCRIPTION	"The group of objects that comprise the remote ping
       capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingConformance(2) pingGroups(2) 1 }

.1.3.6.1.2.1.80.2.2.2
pingTimeStampGroup OBJECT-GROUP
  -- FROM	DISMAN-PING-MIB
  DESCRIPTION	"The group of DateAndTime objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingConformance(2) pingGroups(2) 2 }

.1.3.6.1.2.1.80.2.2.3
pingNotificationsGroup OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
  DESCRIPTION	"The notification which are required to be supported by
       implementations of this MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingConformance(2) pingGroups(2) 3 }

.1.3.6.1.2.1.80.3
pingImplementationTypeDomains OBJECT-TYPE
  -- FROM	DISMAN-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) 3 }

.1.3.6.1.2.1.80.3.1
pingIcmpEcho OBJECT-GROUP
  -- FROM	DISMAN-PING-MIB
  DESCRIPTION	"Indicates that an implementation is using the Internet
        Control Message Protocol (ICMP) 'ECHO' facility."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingImplementationTypeDomains(3) 1 }

.1.3.6.1.2.1.80.3.2
pingUdpEcho OBJECT-GROUP
  -- FROM	DISMAN-PING-MIB
  DESCRIPTION	"Indicates that an implementation is using the UDP echo
        port (7)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingImplementationTypeDomains(3) 2 }

.1.3.6.1.2.1.80.3.3
pingSnmpQuery OBJECT-GROUP
  -- FROM	DISMAN-PING-MIB
  DESCRIPTION	"Indicates that an implementation is an SNMP query to
        calculate a round trip time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingImplementationTypeDomains(3) 3 }

.1.3.6.1.2.1.80.3.4
pingTcpConnectionAttempt OBJECT-GROUP
  -- FROM	DISMAN-PING-MIB
  DESCRIPTION	"Indicates that an implementation is attempting to
        connect to a TCP port in order to calculate a round
        trip time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pingMIB(80) pingImplementationTypeDomains(3) 4 }

.1.3.6.1.2.1.81
traceRouteMIB MODULE-IDENTITY
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The Traceroute MIB (DISMAN-TRACEROUTE-MIB) provides
        access to the traceroute capability at a remote host.

        Copyright (C) The Internet Society (2006). This version of
        this MIB module is part of RFC 4560; see the RFC itself for
        full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 81 }

.1.3.6.1.2.1.81.0
traceRouteNotifications OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) 0 }

.1.3.6.1.2.1.81.0.1
traceRoutePathChange NOTIFICATION-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  OBJECTS	{ traceRouteCtlTargetAddressType, traceRouteCtlTargetAddress, traceRouteResultsIpTgtAddrType, traceRouteResultsIpTgtAddr }
  DESCRIPTION	"The path to a target has changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteNotifications(0) 1 }

.1.3.6.1.2.1.81.0.2
traceRouteTestFailed NOTIFICATION-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  OBJECTS	{ traceRouteCtlTargetAddressType, traceRouteCtlTargetAddress, traceRouteResultsIpTgtAddrType, traceRouteResultsIpTgtAddr }
  DESCRIPTION	"Could not determine the path to a target."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteNotifications(0) 2 }

.1.3.6.1.2.1.81.0.3
traceRouteTestCompleted NOTIFICATION-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  OBJECTS	{ traceRouteCtlTargetAddressType, traceRouteCtlTargetAddress, traceRouteResultsIpTgtAddrType, traceRouteResultsIpTgtAddr }
  DESCRIPTION	"The path to a target has just been determined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteNotifications(0) 3 }

.1.3.6.1.2.1.81.1
traceRouteObjects OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) 1 }

.1.3.6.1.2.1.81.1.1
traceRouteMaxConcurrentRequests OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of concurrent active traceroute requests
       that are allowed within an agent implementation.  A value
       of 0 for this object implies that there is no limit for
       the number of concurrent active requests in effect.

       The limit applies only to new requests being activated.
       When a new value is set, the agent will continue processing
       all the requests already active, even if their number
       exceeds the limit just imposed."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) 1 }

.1.3.6.1.2.1.81.1.2
traceRouteCtlTable OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the Remote Operations Traceroute Control Table for
        providing the capability of invoking traceroute from a remote
        host.  The results of traceroute operations can be stored in
        the traceRouteResultsTable, traceRouteProbeHistoryTable, and
        the traceRouteHopsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) 2 }

.1.3.6.1.2.1.81.1.2.1
traceRouteCtlEntry OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ traceRouteCtlOwnerIndex, traceRouteCtlTestName }
  DESCRIPTION	"Defines an entry in the traceRouteCtlTable.  The first
        index element, traceRouteCtlOwnerIndex, is of type
        SnmpAdminString, a textual convention that allows for
        use of the SNMPv3 View-Based Access Control Model
        (RFC 3415, VACM) and that allows a management
        application to identify its entries.  The second index,
        traceRouteCtlTestName (also an SnmpAdminString),
        enables the same management application to have
        multiple requests outstanding."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) 1 }

.1.3.6.1.2.1.81.1.2.1.1
traceRouteCtlOwnerIndex OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"To facilitate the provisioning of access control by a
       security administrator using the View-Based Access
       Control Model (RFC 3415, VACM) for tables in which
       multiple users may need to create or
       modify entries independently, the initial index is used as
       an 'owner index'.  Such an initial index has a syntax of
       SnmpAdminString and can thus be trivially mapped to a
       securityName or groupName defined in VACM, in
       accordance with a security policy.

       When used in conjunction with such a security policy,
       all entries in the table belonging to a particular user
       (or group) will have the same value for this initial
       index.  For a given user's entries in a particular
       table, the object identifiers for the information in
       these entries will have the same subidentifiers (except
       for the 'column' subidentifier) up to the end of the
       encoded owner index. To configure VACM to permit access
       to this portion of the table, one would create
       vacmViewTreeFamilyTable entries with the value of
       vacmViewTreeFamilySubtree including the owner index
       portion, and vacmViewTreeFamilyMask 'wildcarding' the
       column subidentifier.  More elaborate configurations
       are possible."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 1 }

.1.3.6.1.2.1.81.1.2.1.2
traceRouteCtlTestName OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of a traceroute test.  This is locally unique,
        within the scope of a traceRouteCtlOwnerIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 2 }

.1.3.6.1.2.1.81.1.2.1.3
traceRouteCtlTargetAddressType OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of host address to be used on the
        traceroute request at the remote host."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 3 }

.1.3.6.1.2.1.81.1.2.1.4
traceRouteCtlTargetAddress OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the host address used on the
        traceroute request at the remote host.  The
        host address type can be determined by
        examining the value of the corresponding
        traceRouteCtlTargetAddressType.

        A value for this object MUST be set prior to
        transitioning its corresponding traceRouteCtlEntry to
        active(1) via traceRouteCtlRowStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 4 }

.1.3.6.1.2.1.81.1.2.1.5
traceRouteCtlByPassRouteTable OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The purpose of this object is to enable optional
       bypassing the route table.  If enabled, the remote
       host will bypass the normal routing tables and send
       directly to a host on an attached network.  If the
       host is not on a directly attached network, an
       error is returned.  This option can be used to perform
       the traceroute operation to a local host through an
       interface that has no route defined (e.g., after the
       interface was dropped by the routing daemon at the host)."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 5 }

.1.3.6.1.2.1.81.1.2.1.6
traceRouteCtlDataSize OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (0..65507) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the size of the data portion of a traceroute
        request, in octets.  If the RECOMMENDED traceroute method
        (UDP datagrams as probes) is used, then the value
        contained in this object MUST be applied.  If another
        traceroute method is used for which the specified size
        is not appropriate, then the implementation SHOULD use
        whatever size (appropriate to the method) is closest to
        the specified size.

        The maximum value for this object was computed by
        subtracting the smallest possible IP header size of
        20 octets (IPv4 header with no options) and the UDP
        header size of 8 octets from the maximum IP packet size.
        An IP packet has a maximum size of 65535 octets
        (excluding IPv6 Jumbograms)."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 6 }

.1.3.6.1.2.1.81.1.2.1.7
traceRouteCtlTimeOut OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (1..60) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the time-out value, in seconds, for
        a traceroute request."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 7 }

.1.3.6.1.2.1.81.1.2.1.8
traceRouteCtlProbesPerHop OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (1..10) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the number of times to reissue a traceroute
        request with the same time-to-live (TTL) value."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 8 }

.1.3.6.1.2.1.81.1.2.1.9
traceRouteCtlPort OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the (initial) UDP port to send the traceroute
        request to.  A port needs to be specified that is not in
        use at the destination (target) host.  The default
        value for this object is the IANA assigned port,
        33434, for the traceroute function."
  DEFVAL	{ 33434 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 9 }

.1.3.6.1.2.1.81.1.2.1.10
traceRouteCtlMaxTtl OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (1..255) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the maximum time-to-live value."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 10 }

.1.3.6.1.2.1.81.1.2.1.11
traceRouteCtlDSField OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the value to store in the Type of Service
        (TOS) octet in the IPv4 header or in the Traffic
        Class octet in the IPv6 header, respectively, of the
        IP packet used to encapsulate the traceroute probe.

        The octet to be set in the IP header contains the
        Differentiated Services (DS) Field in the six most
        significant bits.

        This option can be used to determine what effect an
        explicit DS Field setting has on a traceroute response.
        Not all values are legal or meaningful.  A value of 0
        means that the function represented by this option is
        not supported.  DS Field usage is often not supported
        by IP implementations, and not all values are supported.
        Refer to RFC 2474 and RFC 3260 for guidance on usage of
        this field."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 11 }

.1.3.6.1.2.1.81.1.2.1.12
traceRouteCtlSourceAddressType OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of the source address,
        traceRouteCtlSourceAddress, to be used at a remote host
        when a traceroute operation is performed."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 12 }

.1.3.6.1.2.1.81.1.2.1.13
traceRouteCtlSourceAddress OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Use the specified IP address (which must be given as an
        IP number, not a hostname) as the source address in
        outgoing probe packets.  On hosts with more than one IP
        address, this option can be used to select the address
        to be used.  If the IP address is not one of this
        machine's interface addresses, an error is returned, and
        nothing is sent.  A zero-length octet string value for
        this object disables source address specification.
        The address type (InetAddressType) that relates to
        this object is specified by the corresponding value
        of traceRouteCtlSourceAddressType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 13 }

.1.3.6.1.2.1.81.1.2.1.14
traceRouteCtlIfIndex OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Setting this object to an interface's ifIndex prior
        to starting a remote traceroute operation directs
        the traceroute probes to be transmitted over the
        specified interface.  A value of zero for this object
        implies that this option is not enabled."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 14 }

.1.3.6.1.2.1.81.1.2.1.15
traceRouteCtlMiscOptions OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Enables an application to specify implementation-dependent
        options."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 15 }

.1.3.6.1.2.1.81.1.2.1.16
traceRouteCtlMaxFailures OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (0..255) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object indicates the maximum number
        of consecutive timeouts allowed before a remote traceroute
        request is terminated.  A value of either 255 (maximum
        hop count/possible TTL value) or 0 indicates that the
        function of terminating a remote traceroute request when a
        specific number of consecutive timeouts are detected is
        disabled."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 16 }

.1.3.6.1.2.1.81.1.2.1.17
traceRouteCtlDontFragment OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object enables setting of the don't fragment flag (DF)
        in the IP header for a probe.  Use of this object enables
        a manual PATH MTU test is performed."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 17 }

.1.3.6.1.2.1.81.1.2.1.18
traceRouteCtlInitialTtl OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object specifies the initial TTL value to
        use.  This enables bypassing the initial (often well known)
        portion of a path."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 18 }

.1.3.6.1.2.1.81.1.2.1.19
traceRouteCtlFrequency OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds to wait before repeating a
        traceroute test, as defined by the value of the
        various objects in the corresponding row.

        After a single test is completed the number of seconds
        as defined by the value of traceRouteCtlFrequency MUST
        elapse before the next traceroute test is started.

        A value of 0 for this object implies that the test
        as defined by the corresponding entry will not be
        repeated."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 19 }

.1.3.6.1.2.1.81.1.2.1.20
traceRouteCtlStorageType OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
        Conceptual rows having the value 'permanent' need not
        allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 20 }

.1.3.6.1.2.1.81.1.2.1.21
traceRouteCtlAdminStatus OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Reflects the desired state that an traceRouteCtlEntry
        should be in:

           enabled(1)  - Attempt to activate the test as defined by
                         this traceRouteCtlEntry.
           disabled(2) - Deactivate the test as defined by this
                         traceRouteCtlEntry.

        Refer to the corresponding traceRouteResultsOperStatus to
        determine the operational state of the test defined by
        this entry."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 21 }

.1.3.6.1.2.1.81.1.2.1.22
traceRouteCtlDescr OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The purpose of this object is to provide a
        descriptive name of the remote traceroute
        test."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 22 }

.1.3.6.1.2.1.81.1.2.1.23
traceRouteCtlMaxRows OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of corresponding entries allowed
        in the traceRouteProbeHistoryTable.  An implementation
        of this MIB will remove the oldest corresponding entry
        in the traceRouteProbeHistoryTable to allow the
        addition of an new entry once the number of
        corresponding rows in the traceRouteProbeHistoryTable
        reaches this value.

        Old entries are not removed when a new test is
        started.  Entries are added to the
        traceRouteProbeHistoryTable until traceRouteCtlMaxRows
        is reached before entries begin to be removed.
        A value of 0 for this object disables creation of
        traceRouteProbeHistoryTable entries."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 23 }

.1.3.6.1.2.1.81.1.2.1.24
traceRouteCtlTrapGeneration OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	BITS {pathChange(0), testFailure(1), testCompletion(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object determines when and whether to
        generate a notification for this entry:

        pathChange(0)     - Generate a traceRoutePathChange
            notification when the current path varies from a
            previously determined path.
        testFailure(1)    - Generate a traceRouteTestFailed
            notification when the full path to a target
            can't be determined.
        testCompletion(2) - Generate a traceRouteTestCompleted
            notification when the path to a target has been
            determined.

        The value of this object defaults to an empty set,
        indicating that none of the above options has been
        selected."
  DEFVAL	{ { } }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 24 }

.1.3.6.1.2.1.81.1.2.1.25
traceRouteCtlCreateHopsEntries OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The current path for a traceroute test is kept in the
        traceRouteHopsTable on a per-hop basis when the value of
        this object is true(1)."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 25 }

.1.3.6.1.2.1.81.1.2.1.26
traceRouteCtlType OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object is used either to report or to
        select the implementation method to be used for
        performing a traceroute operation.  The value of this
        object may be selected from
        traceRouteImplementationTypeDomains.

        Additional implementation types should be allocated as
        required by implementers of the DISMAN-TRACEROUTE-MIB
        under their enterprise specific registration point,
        not beneath traceRouteImplementationTypeDomains."
  DEFVAL	{ traceRouteUsingUdpProbes }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 26 }

.1.3.6.1.2.1.81.1.2.1.27
traceRouteCtlRowStatus OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object allows entries to be created and deleted
        in the traceRouteCtlTable.  Deletion of an entry in
        this table results in a deletion of all corresponding (same
        traceRouteCtlOwnerIndex and traceRouteCtlTestName
        index values) traceRouteResultsTable,
        traceRouteProbeHistoryTable, and traceRouteHopsTable
        entries.

        A value MUST be specified for traceRouteCtlTargetAddress
        prior to acceptance of a transition to active(1) state.

        When a value for pingCtlTargetAddress is set,
        the value of object pingCtlRowStatus changes
        from notReady(3) to notInService(2).

        Activation of a remote traceroute operation is
        controlled via traceRouteCtlAdminStatus, and not
        by transitioning of this object's value to active(1).

        Transitions in and out of active(1) state are not
        allowed while an entry's traceRouteResultsOperStatus
        is active(1), with the exception that deletion of
        an entry in this table by setting its RowStatus
        object to destroy(6) will stop an active
        traceroute operation.

        The operational state of an traceroute operation
        can be determined by examination of the corresponding
        traceRouteResultsOperStatus object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteCtlTable(2) traceRouteCtlEntry(1) 27 }

.1.3.6.1.2.1.81.1.3
traceRouteResultsTable OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the Remote Operations Traceroute Results Table for
        keeping track of the status of a traceRouteCtlEntry.

        An entry is added to the traceRouteResultsTable when an
        traceRouteCtlEntry is started by successful transition
        of its traceRouteCtlAdminStatus object to enabled(1).

        If the object traceRouteCtlAdminStatus already has the value
        enabled(1), and if the corresponding
        traceRouteResultsOperStatus object has the value
        completed(3), then successfully writing enabled(1) to the
        object traceRouteCtlAdminStatus re-initializes the already
        existing entry in the traceRouteResultsTable.  The values of
        objects in the re-initialized entry are the same as
        the values of objects in a new entry would be.

        An entry is removed from the traceRouteResultsTable when
        its corresponding traceRouteCtlEntry is deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) 3 }

.1.3.6.1.2.1.81.1.3.1
traceRouteResultsEntry OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ traceRouteCtlOwnerIndex, traceRouteCtlTestName }
  DESCRIPTION	"Defines an entry in the traceRouteResultsTable.  The
        traceRouteResultsTable has the same indexing as the
        traceRouteCtlTable so that a traceRouteResultsEntry
        corresponds to the traceRouteCtlEntry that caused it to
        be created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteResultsTable(3) 1 }

.1.3.6.1.2.1.81.1.3.1.1
traceRouteResultsOperStatus OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2), completed(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reflects the operational state of an traceRouteCtlEntry:

           enabled(1)   - Test is active.
           disabled(2)  - Test has stopped.
           completed(3) - Test is completed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteResultsTable(3) traceRouteResultsEntry(1) 1 }

.1.3.6.1.2.1.81.1.3.1.2
traceRouteResultsCurHopCount OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reflects the current TTL value (from 1 to
        255) for a remote traceroute operation.
        Maximum TTL value is determined by
        traceRouteCtlMaxTtl."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteResultsTable(3) traceRouteResultsEntry(1) 2 }

.1.3.6.1.2.1.81.1.3.1.3
traceRouteResultsCurProbeCount OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reflects the current probe count (1..10) for
        a remote traceroute operation.  The maximum
        probe count is determined by
        traceRouteCtlProbesPerHop."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteResultsTable(3) traceRouteResultsEntry(1) 3 }

.1.3.6.1.2.1.81.1.3.1.4
traceRouteResultsIpTgtAddrType OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the type of address stored
        in the corresponding traceRouteResultsIpTgtAddr
        object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteResultsTable(3) traceRouteResultsEntry(1) 4 }

.1.3.6.1.2.1.81.1.3.1.5
traceRouteResultsIpTgtAddr OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reports the IP address associated
        with a traceRouteCtlTargetAddress value when the
        destination address is specified as a DNS name.
        The value of this object should be a zero-length
        octet string when a DNS name is not specified or
        when a specified DNS name fails to resolve."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteResultsTable(3) traceRouteResultsEntry(1) 5 }

.1.3.6.1.2.1.81.1.3.1.6
traceRouteResultsTestAttempts OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of attempts to determine a path
        to a target.  The value of this object MUST be started
        at 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteResultsTable(3) traceRouteResultsEntry(1) 6 }

.1.3.6.1.2.1.81.1.3.1.7
traceRouteResultsTestSuccesses OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of attempts to determine a path
        to a target that have succeeded.  The value of this
        object MUST be reported as 0 when no attempts have
        succeeded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteResultsTable(3) traceRouteResultsEntry(1) 7 }

.1.3.6.1.2.1.81.1.3.1.8
traceRouteResultsLastGoodPath OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The date and time when the last complete path
        was determined.  A path is complete if responses
        were received or timeout occurred for each hop on
        the path; i.e., for each TTL value from the value
        of the corresponding traceRouteCtlInitialTtl object
        up to the end of the path or (if no reply from the
        target IP address was received) up to the value of
        the corresponding traceRouteCtlMaxTtl object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteResultsTable(3) traceRouteResultsEntry(1) 8 }

.1.3.6.1.2.1.81.1.4
traceRouteProbeHistoryTable OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the Remote Operations Traceroute Results Table
        for storing the results of a traceroute operation.

        An implementation of this MIB will remove the oldest
        entry in the traceRouteProbeHistoryTable of the
        corresponding entry in the traceRouteCtlTable to allow
        the addition of a new entry once the number of rows in
        the traceRouteProbeHistoryTable reaches the value specified
        by traceRouteCtlMaxRows for the corresponding entry in the
        traceRouteCtlTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) 4 }

.1.3.6.1.2.1.81.1.4.1
traceRouteProbeHistoryEntry OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ traceRouteCtlOwnerIndex, traceRouteCtlTestName, traceRouteProbeHistoryIndex, traceRouteProbeHistoryHopIndex, traceRouteProbeHistoryProbeIndex }
  DESCRIPTION	"Defines a table for storing the results of a traceroute
        operation.  Entries in this table are limited by
        the value of the corresponding traceRouteCtlMaxRows
        object.

        The first two index elements identify the
        traceRouteCtlEntry that a traceRouteProbeHistoryEntry
        belongs to.  The third index element selects a single
        traceroute operation result.  The fourth and fifth indexes
        select the hop and the probe for a particular
        traceroute operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) 1 }

.1.3.6.1.2.1.81.1.4.1.1
traceRouteProbeHistoryIndex OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An entry in this table is created when the result of
        a traceroute probe is determined.  The initial 2 instance
        identifier index values identify the traceRouteCtlEntry
        that a probe result (traceRouteProbeHistoryEntry) belongs
        to.  An entry is removed from this table when
        its corresponding traceRouteCtlEntry is deleted.

        An implementation MUST start assigning
        traceRouteProbeHistoryIndex values at 1 and wrap after
        exceeding the maximum possible value, as defined by the
        limit of this object ('ffffffff'h)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) traceRouteProbeHistoryEntry(1) 1 }

.1.3.6.1.2.1.81.1.4.1.2
traceRouteProbeHistoryHopIndex OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates which hop in a traceroute path the probe's
       results are for.  The value of this object is initially
       determined by the value of traceRouteCtlInitialTtl."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) traceRouteProbeHistoryEntry(1) 2 }

.1.3.6.1.2.1.81.1.4.1.3
traceRouteProbeHistoryProbeIndex OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (1..10) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the index of a probe for a particular
       hop in a traceroute path.  The number of probes per
       hop is determined by the value of the corresponding
       traceRouteCtlProbesPerHop object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) traceRouteProbeHistoryEntry(1) 3 }

.1.3.6.1.2.1.81.1.4.1.4
traceRouteProbeHistoryHAddrType OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This objects indicates the type of address stored
        in the corresponding traceRouteProbeHistoryHAddr
        object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) traceRouteProbeHistoryEntry(1) 4 }

.1.3.6.1.2.1.81.1.4.1.5
traceRouteProbeHistoryHAddr OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of a hop in a traceroute path.  This object
       is not allowed to be a DNS name.  The value of the
       corresponding object, traceRouteProbeHistoryHAddrType,
       indicates this object's IP address type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) traceRouteProbeHistoryEntry(1) 5 }

.1.3.6.1.2.1.81.1.4.1.6
traceRouteProbeHistoryResponse OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time measured in milliseconds from when
        a probe was sent to when its response was received or
        when it timed out.  The value of this object is reported
        as 0 when it is not possible to transmit a probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) traceRouteProbeHistoryEntry(1) 6 }

.1.3.6.1.2.1.81.1.4.1.7
traceRouteProbeHistoryStatus OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION OperationResponseStatus
  SYNTAX	INTEGER {responseReceived(1), unknown(2), internalError(3), requestTimedOut(4), unknownDestinationAddress(5), noRouteToTarget(6), interfaceInactiveToTarget(7), arpFailure(8), maxConcurrentLimitReached(9), unableToResolveDnsName(10), invalidHostAddress(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The result of a traceroute operation made by a remote
        host for a particular probe."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) traceRouteProbeHistoryEntry(1) 7 }

.1.3.6.1.2.1.81.1.4.1.8
traceRouteProbeHistoryLastRC OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last implementation-method-specific reply code received.

        Traceroute is usually implemented by transmitting a series of
        probe packets with increasing time-to-live values.  A probe
        packet is a UDP datagram encapsulated into an IP packet.
        Each hop in a path to the target (destination) host rejects
        the probe packets (probe's TTL too small, ICMP reply) until
        either the maximum TTL is exceeded or the target host is
        received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) traceRouteProbeHistoryEntry(1) 8 }

.1.3.6.1.2.1.81.1.4.1.9
traceRouteProbeHistoryTime OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Timestamp for when this probe's results were determined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteProbeHistoryTable(4) traceRouteProbeHistoryEntry(1) 9 }

.1.3.6.1.2.1.81.1.5
traceRouteHopsTable OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the Remote Operations Traceroute Hop Table for
        keeping track of the results of traceroute tests on a
        per-hop basis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) 5 }

.1.3.6.1.2.1.81.1.5.1
traceRouteHopsEntry OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ traceRouteCtlOwnerIndex, traceRouteCtlTestName, traceRouteHopsHopIndex }
  DESCRIPTION	"Defines an entry in the traceRouteHopsTable.
        The first two index elements identify the
        traceRouteCtlEntry that a traceRouteHopsEntry
        belongs to.  The third index element,
        traceRouteHopsHopIndex, selects a
        hop in a traceroute path."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) 1 }

.1.3.6.1.2.1.81.1.5.1.1
traceRouteHopsHopIndex OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Specifies the hop index for a traceroute hop.  Values
        for this object with respect to the same
        traceRouteCtlOwnerIndex and traceRouteCtlTestName
        MUST start at 1 and be given increasing values for
        subsequent hops.  The value of traceRouteHopsHopIndex is not
        necessarily the number of the hop on the traced path.

        The traceRouteHopsTable keeps the current traceroute
        path per traceRouteCtlEntry if enabled by
        setting the corresponding traceRouteCtlCreateHopsEntries
        to true(1).

        All hops (traceRouteHopsTable entries) in a traceroute
        path MUST be updated at the same time when a traceroute
        operation is completed.  Care needs to be applied when a path
        either changes or can't be determined.  The initial portion
        of the path, up to the first hop change, MUST retain the
        same traceRouteHopsHopIndex values.  The remaining portion
        of the path SHOULD be assigned new traceRouteHopsHopIndex
        values."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 1 }

.1.3.6.1.2.1.81.1.5.1.2
traceRouteHopsIpTgtAddressType OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the type of address stored
        in the corresponding traceRouteHopsIpTgtAddress
        object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 2 }

.1.3.6.1.2.1.81.1.5.1.3
traceRouteHopsIpTgtAddress OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reports the IP address associated with
        the hop.  A value for this object should be reported
        as a numeric IP address, not as a DNS name.

        The address type (InetAddressType) that relates to
        this object is specified by the corresponding value
        of pingCtlSourceAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 3 }

.1.3.6.1.2.1.81.1.5.1.4
traceRouteHopsMinRtt OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum traceroute round-trip-time (RTT) received for
        this hop.  A value of 0 for this object implies that no
        RTT has been received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 4 }

.1.3.6.1.2.1.81.1.5.1.5
traceRouteHopsMaxRtt OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum traceroute round-trip-time (RTT) received for
        this hop.  A value of 0 for this object implies that no
        RTT has been received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 5 }

.1.3.6.1.2.1.81.1.5.1.6
traceRouteHopsAverageRtt OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current average traceroute round-trip-time (RTT) for
        this hop."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 6 }

.1.3.6.1.2.1.81.1.5.1.7
traceRouteHopsRttSumOfSquares OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the sum of the squares of all
        round-trip-times received for this hop.  Its purpose is
        to enable standard deviation calculation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 7 }

.1.3.6.1.2.1.81.1.5.1.8
traceRouteHopsSentProbes OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object reflects the number of probes sent
        for this hop during this traceroute test.  The value of this
        object should start at 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 8 }

.1.3.6.1.2.1.81.1.5.1.9
traceRouteHopsProbeResponses OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of responses received for this hop during this
        traceroute test.  This value of this object should start
        at 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 9 }

.1.3.6.1.2.1.81.1.5.1.10
traceRouteHopsLastGoodProbe OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Date and time at which the last response was received for a
         probe for this hop during this traceroute test."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteObjects(1) traceRouteHopsTable(5) traceRouteHopsEntry(1) 10 }

.1.3.6.1.2.1.81.2
traceRouteConformance OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) 2 }

.1.3.6.1.2.1.81.2.1
traceRouteCompliances OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) 1 }

.1.3.6.1.2.1.81.2.1.1
traceRouteCompliance MODULE-COMPLIANCE
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The compliance statement for the DISMAN-TRACEROUTE-MIB.
            This compliance statement has been deprecated because
            the traceRouteGroup and the traceRouteTimeStampGroup
            have been split and deprecated. The
            traceRouteFullCompliance is semantically identical to the
            deprecated traceRouteCompliance statement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteCompliances(1) 1 }

.1.3.6.1.2.1.81.2.1.2
traceRouteFullCompliance MODULE-COMPLIANCE
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The compliance statement for SNMP entities that
        fully implement the DISMAN-TRACEROUTE-MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteCompliances(1) 2 }

.1.3.6.1.2.1.81.2.1.3
traceRouteMinimumCompliance MODULE-COMPLIANCE
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The minimum compliance statement for SNMP entities
            which implement the minimal subset of the
            DISMAN-TRACEROUTE-MIB.  Implementors might choose this
            subset for small devices with limited resources."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteCompliances(1) 3 }

.1.3.6.1.2.1.81.2.2
traceRouteGroups OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) 2 }

.1.3.6.1.2.1.81.2.2.1
traceRouteGroup OBJECT-GROUP
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The group of objects that constitute the remote traceroute
        operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteGroups(2) 1 }

.1.3.6.1.2.1.81.2.2.2
traceRouteTimeStampGroup OBJECT-GROUP
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The group of DateAndTime objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteGroups(2) 2 }

.1.3.6.1.2.1.81.2.2.3
traceRouteNotificationsGroup OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The notifications that are required to be supported by
        implementations of this MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteGroups(2) 3 }

.1.3.6.1.2.1.81.2.2.4
traceRouteHopsTableGroup OBJECT-GROUP
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The group of objects that constitute the
        traceRouteHopsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteGroups(2) 4 }

.1.3.6.1.2.1.81.2.2.5
traceRouteMinimumGroup OBJECT-GROUP
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The group of objects that constitute the remote traceroute
       operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteGroups(2) 5 }

.1.3.6.1.2.1.81.2.2.6
traceRouteCtlRowStatusGroup OBJECT-GROUP
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The RowStatus object of the traceRouteCtlTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteGroups(2) 6 }

.1.3.6.1.2.1.81.2.2.7
traceRouteHistoryGroup OBJECT-GROUP
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"The group of objects that constitute the history
        capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteConformance(2) traceRouteGroups(2) 7 }

.1.3.6.1.2.1.81.3
traceRouteImplementationTypeDomains OBJECT-TYPE
  -- FROM	DISMAN-TRACEROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) 3 }

.1.3.6.1.2.1.81.3.1
traceRouteUsingUdpProbes OBJECT-GROUP
  -- FROM	DISMAN-TRACEROUTE-MIB
  DESCRIPTION	"Indicates that an implementation is using UDP probes to
        perform the traceroute operation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) traceRouteMIB(81) traceRouteImplementationTypeDomains(3) 1 }

.1.3.6.1.2.1.84
ianaRtProtoMIB MODULE-IDENTITY
  -- FROM	IANA-RTPROTO-MIB
  DESCRIPTION	"This MIB module defines the IANAipRouteProtocol and
            IANAipMRouteProtocol textual conventions for use in MIBs
            which need to identify unicast or multicast routing
            mechanisms.

            Any additions or changes to the contents of this MIB module
            require either publication of an RFC, or Designated Expert
            Review as defined in RFC 2434, Guidelines for Writing an
            IANA Considerations Section in RFCs.  The Designated Expert
            will be selected by the IESG Area Director(s) of the Routing
            Area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 84 }

.1.3.6.1.2.1.85
igmpStdMIB MODULE-IDENTITY
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"The MIB module for IGMP Management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 85 }

.1.3.6.1.2.1.85.1
igmpMIBObjects OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) 1 }

.1.3.6.1.2.1.85.1.1
igmpInterfaceTable OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the interfaces on which IGMP
            is enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) 1 }

.1.3.6.1.2.1.85.1.1.1
igmpInterfaceEntry OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ igmpInterfaceIfIndex }
  DESCRIPTION	"An entry (conceptual row) representing an interface on
            which IGMP is enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) 1 }

.1.3.6.1.2.1.85.1.1.1.1
igmpInterfaceIfIndex OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the interface for which IGMP is
            enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 1 }

.1.3.6.1.2.1.85.1.1.1.2
igmpInterfaceQueryInterval OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The frequency at which IGMP Host-Query packets are
            transmitted on this interface."
  DEFVAL	{ 125 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 2 }

.1.3.6.1.2.1.85.1.1.1.3
igmpInterfaceStatus OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The activation of a row enables IGMP on the interface.  The
            destruction of a row disables IGMP on the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 3 }

.1.3.6.1.2.1.85.1.1.1.4
igmpInterfaceVersion OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The version of IGMP which is running on this interface.
            This object can be used to configure a router capable of
            running either value.  For IGMP to function correctly, all
            routers on a LAN must be configured to run the same version
            of IGMP on that LAN."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 4 }

.1.3.6.1.2.1.85.1.1.1.5
igmpInterfaceQuerier OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the IGMP Querier on the IP subnet to which
            this interface is attached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 5 }

.1.3.6.1.2.1.85.1.1.1.6
igmpInterfaceQueryMaxResponseTime OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	Unsigned32 (0..255) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum query response time advertised in IGMPv2
            queries on this interface."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 6 }

.1.3.6.1.2.1.85.1.1.1.7
igmpInterfaceQuerierUpTime OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since igmpInterfaceQuerier was last changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 7 }

.1.3.6.1.2.1.85.1.1.1.8
igmpInterfaceQuerierExpiryTime OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time remaining before the Other Querier
            Present Timer expires.  If the local system is the querier,
            the value of this object is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 8 }

.1.3.6.1.2.1.85.1.1.1.9
igmpInterfaceVersion1QuerierTimer OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining until the host assumes that there are no
            IGMPv1 routers present on the interface.  While this is non-
            zero, the host will reply to all queries with version 1
            membership reports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 9 }

.1.3.6.1.2.1.85.1.1.1.10
igmpInterfaceWrongVersionQueries OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of queries received whose IGMP version does not
            match igmpInterfaceVersion, over the lifetime of the row
            entry.  IGMP requires that all routers on a LAN be
            configured to run the same version of IGMP.  Thus, if any
            queries are received with the wrong version, this indicates
            a configuration error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 10 }

.1.3.6.1.2.1.85.1.1.1.11
igmpInterfaceJoins OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a group membership has been added on
            this interface; that is, the number of times an entry for
            this interface has been added to the Cache Table.  This
            object gives an indication of the amount of IGMP activity
            over the lifetime of the row entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 11 }

.1.3.6.1.2.1.85.1.1.1.12
igmpInterfaceProxyIfIndex OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Some devices implement a form of IGMP proxying whereby
            memberships learned on the interface represented by this
            row, cause IGMP Host Membership Reports to be sent on the
            interface whose ifIndex value is given by this object.  Such
            a device would implement the igmpV2RouterMIBGroup only on
            its router interfaces (those interfaces with non-zero
            igmpInterfaceProxyIfIndex).  Typically, the value of this
            object is 0, indicating that no proxying is being done."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 12 }

.1.3.6.1.2.1.85.1.1.1.13
igmpInterfaceGroups OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of entries for this interface in the
            Cache Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 13 }

.1.3.6.1.2.1.85.1.1.1.14
igmpInterfaceRobustness OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Robustness Variable allows tuning for the expected
            packet loss on a subnet.  If a subnet is expected to be
            lossy, the Robustness Variable may be increased.  IGMP is
            robust to (Robustness Variable-1) packet losses."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 14 }

.1.3.6.1.2.1.85.1.1.1.15
igmpInterfaceLastMembQueryIntvl OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	Unsigned32 (0..255) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Last Member Query Interval is the Max Response Time
            inserted into Group-Specific Queries sent in response to
            Leave Group messages, and is also the amount of time between
            Group-Specific Query messages.  This value may be tuned to
            modify the leave latency of the network.  A reduced value
            results in reduced time to detect the loss of the last
            member of a group.  The value of this object is irrelevant
            if igmpInterfaceVersion is 1."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpInterfaceTable(1) igmpInterfaceEntry(1) 15 }

.1.3.6.1.2.1.85.1.2
igmpCacheTable OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the IP multicast groups for
            which there are members on a particular interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) 2 }

.1.3.6.1.2.1.85.1.2.1
igmpCacheEntry OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ igmpCacheAddress, igmpCacheIfIndex }
  DESCRIPTION	"An entry (conceptual row) in the igmpCacheTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpCacheTable(2) 1 }

.1.3.6.1.2.1.85.1.2.1.1
igmpCacheAddress OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address for which this entry
            contains information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpCacheTable(2) igmpCacheEntry(1) 1 }

.1.3.6.1.2.1.85.1.2.1.2
igmpCacheIfIndex OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface for which this entry contains information for
            an IP multicast group address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpCacheTable(2) igmpCacheEntry(1) 2 }

.1.3.6.1.2.1.85.1.2.1.3
igmpCacheSelf OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An indication of whether the local system is a member of
            this group address on this interface."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpCacheTable(2) igmpCacheEntry(1) 3 }

.1.3.6.1.2.1.85.1.2.1.4
igmpCacheLastReporter OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the source of the last membership report
            received for this IP Multicast group address on this
            interface.  If no membership report has been received, this
            object has the value 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpCacheTable(2) igmpCacheEntry(1) 4 }

.1.3.6.1.2.1.85.1.2.1.5
igmpCacheUpTime OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time elapsed since this entry was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpCacheTable(2) igmpCacheEntry(1) 5 }

.1.3.6.1.2.1.85.1.2.1.6
igmpCacheExpiryTime OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum amount of time remaining before this entry will
            be aged out.  A value of 0 indicates that the entry is only
            present because igmpCacheSelf is true and that if the router
            left the group, this entry would be aged out immediately.
            Note that some implementations may process membership
            reports from the local system in the same way as reports
            from other hosts, so a value of 0 is not required."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpCacheTable(2) igmpCacheEntry(1) 6 }

.1.3.6.1.2.1.85.1.2.1.7
igmpCacheStatus OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpCacheTable(2) igmpCacheEntry(1) 7 }

.1.3.6.1.2.1.85.1.2.1.8
igmpCacheVersion1HostTimer OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining until the local router will assume that
            there are no longer any IGMP version 1 members on the IP
            subnet attached to this interface.  Upon hearing any IGMPv1
            Membership Report, this value is reset to the group
            membership timer.  While this time remaining is non-zero,
            the local router ignores any IGMPv2 Leave messages for this
            group that it receives on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBObjects(1) igmpCacheTable(2) igmpCacheEntry(1) 8 }

.1.3.6.1.2.1.85.2
igmpMIBConformance OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) 2 }

.1.3.6.1.2.1.85.2.1
igmpMIBCompliances OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) 1 }

.1.3.6.1.2.1.85.2.1.1
igmpV1HostMIBCompliance MODULE-COMPLIANCE
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"The compliance statement for hosts running IGMPv1 and
            implementing the IGMP MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBCompliances(1) 1 }

.1.3.6.1.2.1.85.2.1.2
igmpV1RouterMIBCompliance MODULE-COMPLIANCE
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"The compliance statement for routers running IGMPv1 and
            implementing the IGMP MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBCompliances(1) 2 }

.1.3.6.1.2.1.85.2.1.3
igmpV2HostMIBCompliance MODULE-COMPLIANCE
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"The compliance statement for hosts running IGMPv2 and
            implementing the IGMP MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBCompliances(1) 3 }

.1.3.6.1.2.1.85.2.1.4
igmpV2RouterMIBCompliance MODULE-COMPLIANCE
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"The compliance statement for routers running IGMPv2 and
            implementing the IGMP MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBCompliances(1) 4 }

.1.3.6.1.2.1.85.2.2
igmpMIBGroups OBJECT-TYPE
  -- FROM	IGMP-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) 2 }

.1.3.6.1.2.1.85.2.2.1
igmpBaseMIBGroup OBJECT-GROUP
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"The basic collection of objects providing management of
            IGMP version 1 or 2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBGroups(2) 1 }

.1.3.6.1.2.1.85.2.2.2
igmpRouterMIBGroup OBJECT-GROUP
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"A collection of additional objects for management of IGMP
            version 1 or 2 in routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBGroups(2) 2 }

.1.3.6.1.2.1.85.2.2.3
igmpV2HostMIBGroup OBJECT-GROUP
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"A collection of additional objects for management of IGMP
            version 2 in hosts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBGroups(2) 3 }

.1.3.6.1.2.1.85.2.2.4
igmpHostOptMIBGroup OBJECT-GROUP
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"A collection of optional objects for IGMP hosts.
            Supporting this group can be especially useful in an
            environment with a router which does not support the IGMP
            MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBGroups(2) 4 }

.1.3.6.1.2.1.85.2.2.5
igmpV2RouterMIBGroup OBJECT-GROUP
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"A collection of additional objects for management of IGMP
            version 2 in routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBGroups(2) 5 }

.1.3.6.1.2.1.85.2.2.6
igmpV2ProxyMIBGroup OBJECT-GROUP
  -- FROM	IGMP-STD-MIB
  DESCRIPTION	"A collection of additional objects for management of IGMP
            proxy devices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) igmpStdMIB(85) igmpMIBConformance(2) igmpMIBGroups(2) 6 }

.1.3.6.1.2.1.88
dismanEventMIB MODULE-IDENTITY
  -- FROM	DISMAN-EVENT-MIB
  DESCRIPTION	"The MIB module for defining event triggers and actions
     for network management purposes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 88 }

.1.3.6.1.2.1.88.1
dismanEventMIBObjects OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) 1 }

.1.3.6.1.2.1.88.1.1
mteResource OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) 1 }

.1.3.6.1.2.1.88.1.1.1
mteResourceSampleMinimum OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum mteTriggerFrequency this system will
        accept.  A system may use the larger values of this minimum to
        lessen the impact of constant sampling.  For larger
        sampling intervals the system samples less often and
        suffers less overhead.  This object provides a way to enforce
        such lower overhead for all triggers created after it is
        set.

        Unless explicitly resource limited, a system's value for
        this object SHOULD be 1, allowing as small as a 1 second
        interval for ongoing trigger sampling.

        Changing this value will not invalidate an existing setting
        of mteTriggerFrequency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteResource(1) 1 }

.1.3.6.1.2.1.88.1.1.2
mteResourceSampleInstanceMaximum OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of instance entries this system will
        support for sampling.

        These are the entries that maintain state, one for each
        instance of each sampled object as selected by
        mteTriggerValueID.  Note that wildcarded objects result
        in multiple instances of this state.

        A value of 0 indicates no preset limit, that is, the limit
        is dynamic based on system operation and resources.

        Unless explicitly resource limited, a system's value for
        this object SHOULD be 0.

        Changing this value will not eliminate or inhibit existing
        sample state but could prevent allocation of additional state
        information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteResource(1) 2 }

.1.3.6.1.2.1.88.1.1.3
mteResourceSampleInstances OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of currently active instance entries as
        defined for mteResourceSampleInstanceMaximum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteResource(1) 3 }

.1.3.6.1.2.1.88.1.1.4
mteResourceSampleInstancesHigh OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The highest value of mteResourceSampleInstances that has
        occurred since initialization of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteResource(1) 4 }

.1.3.6.1.2.1.88.1.1.5
mteResourceSampleInstanceLacks OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this system could not take a new sample
        because that allocation would have exceeded the limit set by
        mteResourceSampleInstanceMaximum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteResource(1) 5 }

.1.3.6.1.2.1.88.1.2
mteTrigger OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) 2 }

.1.3.6.1.2.1.88.1.2.1
mteTriggerFailures OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an attempt to check for a trigger
        condition has failed.  This counts individually for each
        attempt in a group of targets or each attempt for a
        wildcarded object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) 1 }

.1.3.6.1.2.1.88.1.2.2
mteTriggerTable OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of management event trigger information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) 2 }

.1.3.6.1.2.1.88.1.2.2.1
mteTriggerEntry OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mteOwner, IMPLIED mteTriggerName }
  DESCRIPTION	"Information about a single trigger.  Applications create and
        delete entries using mteTriggerEntryStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) 1 }

.1.3.6.1.2.1.88.1.2.2.1.1
mteOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The owner of this entry. The exact semantics of this
        string are subject to the security policy defined by the
        security administrator."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 1 }

.1.3.6.1.2.1.88.1.2.2.1.2
mteTriggerName OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A locally-unique, administratively assigned name for the
        trigger within the scope of mteOwner."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 2 }

.1.3.6.1.2.1.88.1.2.2.1.3
mteTriggerComment OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A description of the trigger's function and use."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 3 }

.1.3.6.1.2.1.88.1.2.2.1.4
mteTriggerTest OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	BITS {existence(0), boolean(1), threshold(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of trigger test to perform.  For 'boolean' and
        'threshold'  tests, the object at mteTriggerValueID MUST
        evaluate to an integer, that is, anything that ends up encoded
        for transmission (that is, in BER, not ASN.1) as an integer.

        For 'existence', the specific test is as selected by
        mteTriggerExistenceTest.  When an object appears, vanishes
        or changes value, the trigger fires. If the object's
        appearance caused the trigger firing, the object MUST
        vanish before the trigger can be fired again for it, and
        vice versa. If the trigger fired due to a change in the
        object's value, it will be fired again on every successive
        value change for that object.

        For 'boolean', the specific test is as selected by
        mteTriggerBooleanTest.  If the test result is true the trigger
        fires.  The trigger will not fire again until the value has
        become false and come back to true.

        For 'threshold' the test works as described below for
        mteTriggerThresholdStartup, mteTriggerThresholdRising, and
        mteTriggerThresholdFalling.

        Note that combining 'boolean' and 'threshold' tests on the
        same object may be somewhat redundant."
  DEFVAL	{ { boolean } }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 4 }

.1.3.6.1.2.1.88.1.2.2.1.5
mteTriggerSampleType OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	INTEGER {absoluteValue(1), deltaValue(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of sampling to perform.

        An 'absoluteValue' sample requires only a single sample to be
        meaningful, and is exactly the value of the object at
        mteTriggerValueID at the sample time.

        A 'deltaValue' requires two samples to be meaningful and is
        thus not available for testing until the second and subsequent
        samples after the object at mteTriggerValueID is first found
        to exist.  It is the difference between the two samples.  For
        unsigned values it is always positive, based on unsigned
        arithmetic.  For signed values it can be positive or negative.

        For SNMP counters to be meaningful they should be sampled as a
        'deltaValue'.

        For 'deltaValue' mteTriggerDeltaTable contains further
        parameters.

        If only 'existence' is set in mteTriggerTest this object has
        no meaning."
  DEFVAL	{ absoluteValue }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 5 }

.1.3.6.1.2.1.88.1.2.2.1.6
mteTriggerValueID OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object identifier of the MIB object to sample to see
        if the trigger should fire.

        This may be wildcarded by truncating all or part of the
        instance portion, in which case the value is obtained
        as if with a GetNext function, checking multiple values
        if they exist.  If such wildcarding is applied,
        mteTriggerValueIDWildcard must be 'true' and if not it must
        be 'false'.

        Bad object identifiers or a mismatch between truncating the
        identifier and the value of mteTriggerValueIDWildcard result
        in operation as one would expect when providing the wrong
        identifier to a Get or GetNext operation.  The Get will fail
        or get the wrong object.  The GetNext will indeed get whatever
        is next, proceeding until it runs past the initial part of the
        identifier and perhaps many unintended objects for confusing
        results.  If the value syntax of those objects is not usable,
        that results in a 'badType' error that terminates the scan.

        Each instance that fills the wildcard is independent of any
        additional instances, that is, wildcarded objects operate
        as if there were a separate table entry for each instance
        that fills the wildcard without having to actually predict
        all possible instances ahead of time."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 6 }

.1.3.6.1.2.1.88.1.2.2.1.7
mteTriggerValueIDWildcard OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Control for whether mteTriggerValueID is to be treated as
        fully-specified or wildcarded, with 'true' indicating wildcard."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 7 }

.1.3.6.1.2.1.88.1.2.2.1.8
mteTriggerTargetTag OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpTagValue
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The tag for the target(s) from which to obtain the condition
        for a trigger check.

        A length of 0 indicates the local system.  In this case,
        access to the objects indicated by mteTriggerValueID is under
        the security credentials of the requester that set
        mteTriggerEntryStatus to 'active'.  Those credentials are the
        input parameters for isAccessAllowed from the Architecture for
        Describing SNMP Management Frameworks.

        Otherwise access rights are checked according to the security
        parameters resulting from the tag."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 8 }

.1.3.6.1.2.1.88.1.2.2.1.9
mteTriggerContextName OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The management context from which to obtain mteTriggerValueID.

        This may be wildcarded by leaving characters off the end.  For
        example use 'Repeater' to wildcard to 'Repeater1',
        'Repeater2', 'Repeater-999.87b', and so on.  To indicate such
        wildcarding is intended, mteTriggerContextNameWildcard must
        be 'true'.

        Each instance that fills the wildcard is independent of any
        additional instances, that is, wildcarded objects operate
        as if there were a separate table entry for each instance
        that fills the wildcard without having to actually predict
        all possible instances ahead of time.

        Operation of this feature assumes that the local system has a
        list of available contexts against which to apply the
        wildcard.  If the objects are being read from the local
        system, this is clearly the system's own list of contexts.
        For a remote system a local version of such a list is not
        defined by any current standard and may not be available, so
        this function MAY not be supported."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 9 }

.1.3.6.1.2.1.88.1.2.2.1.10
mteTriggerContextNameWildcard OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Control for whether mteTriggerContextName is to be treated as
        fully-specified or wildcarded, with 'true' indicating wildcard."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 10 }

.1.3.6.1.2.1.88.1.2.2.1.11
mteTriggerFrequency OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds to wait between trigger samples.  To
        encourage consistency in sampling, the interval is measured
        from the beginning of one check to the beginning of the next
        and the timer is restarted immediately when it expires, not
        when the check completes.

        If the next sample begins before the previous one completed the
        system may either attempt to make the check or treat this as an
        error condition with the error 'sampleOverrun'.

        A frequency of 0 indicates instantaneous recognition of the
        condition.  This is not possible in many cases, but may
        be supported in cases where it makes sense and the system is
        able to do so.  This feature allows the MIB to be used in
        implementations where such interrupt-driven behavior is
        possible and is not likely to be supported for all MIB objects
        even then since such sampling generally has to be tightly
        integrated into low-level code.

        Systems that can support this SHOULD document those cases
        where it can be used.  In cases where it can not, setting this
        object to 0 should be disallowed."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 11 }

.1.3.6.1.2.1.88.1.2.2.1.12
mteTriggerObjectsOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"To go with mteTriggerObjects, the mteOwner of a group of
        objects from mteObjectsTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 12 }

.1.3.6.1.2.1.88.1.2.2.1.13
mteTriggerObjects OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mteObjectsName of a group of objects from
        mteObjectsTable.  These objects are to be added to any
        Notification resulting from the firing of this trigger.

        A list of objects may also be added based on the event or on
        the value of mteTriggerTest.

        A length of 0 indicates no additional objects."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 13 }

.1.3.6.1.2.1.88.1.2.2.1.14
mteTriggerEnabled OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A control to allow a trigger to be configured but not used.
        When the value is 'false' the trigger is not sampled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 14 }

.1.3.6.1.2.1.88.1.2.2.1.15
mteTriggerEntryStatus OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control that allows creation and deletion of entries.
        Once made active an entry may not be modified except to
        delete it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerTable(2) mteTriggerEntry(1) 15 }

.1.3.6.1.2.1.88.1.2.3
mteTriggerDeltaTable OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of management event trigger information for delta
        sampling."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) 3 }

.1.3.6.1.2.1.88.1.2.3.1
mteTriggerDeltaEntry OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mteOwner, IMPLIED mteTriggerName }
  DESCRIPTION	"Information about a single trigger's delta sampling.  Entries
        automatically exist in this this table for each mteTriggerEntry
        that has mteTriggerSampleType set to 'deltaValue'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerDeltaTable(3) 1 }

.1.3.6.1.2.1.88.1.2.3.1.1
mteTriggerDeltaDiscontinuityID OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The OBJECT IDENTIFIER (OID) of a TimeTicks, TimeStamp, or
        DateAndTime object that indicates a discontinuity in the value
        at mteTriggerValueID.

        The OID may be for a leaf object (e.g. sysUpTime.0) or may
        be wildcarded to match mteTriggerValueID.

        This object supports normal checking for a discontinuity in a
        counter.  Note that if this object does not point to sysUpTime
        discontinuity checking MUST still check sysUpTime for an overall
        discontinuity.

        If the object identified is not accessible the sample attempt
        is in error, with the error code as from an SNMP request.

        Bad object identifiers or a mismatch between truncating the
        identifier and the value of mteDeltaDiscontinuityIDWildcard
        result in operation as one would expect when providing the
        wrong identifier to a Get operation.  The Get will fail or get
        the wrong object.  If the value syntax of those objects is not
        usable, that results in an error that terminates the sample
        with a 'badType' error code."
  DEFVAL	{ sysUpTimeInstance }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerDeltaTable(3) mteTriggerDeltaEntry(1) 1 }

.1.3.6.1.2.1.88.1.2.3.1.2
mteTriggerDeltaDiscontinuityIDWildcard OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control for whether mteTriggerDeltaDiscontinuityID is to be
        treated as fully-specified or wildcarded, with 'true'
        indicating wildcard. Note that the value of this object will
        be the same as that of the corresponding instance of
        mteTriggerValueIDWildcard when the corresponding
        mteTriggerSampleType is 'deltaValue'."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerDeltaTable(3) mteTriggerDeltaEntry(1) 2 }

.1.3.6.1.2.1.88.1.2.3.1.3
mteTriggerDeltaDiscontinuityIDType OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	INTEGER {timeTicks(1), timeStamp(2), dateAndTime(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value 'timeTicks' indicates the
        mteTriggerDeltaDiscontinuityID of this row is of syntax
        TimeTicks.  The value 'timeStamp' indicates syntax TimeStamp.
        The value 'dateAndTime' indicates syntax DateAndTime."
  DEFVAL	{ timeTicks }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerDeltaTable(3) mteTriggerDeltaEntry(1) 3 }

.1.3.6.1.2.1.88.1.2.4
mteTriggerExistenceTable OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of management event trigger information for existence
        triggers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) 4 }

.1.3.6.1.2.1.88.1.2.4.1
mteTriggerExistenceEntry OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mteOwner, IMPLIED mteTriggerName }
  DESCRIPTION	"Information about a single existence trigger.  Entries
        automatically exist in this this table for each mteTriggerEntry
        that has 'existence' set in mteTriggerTest."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerExistenceTable(4) 1 }

.1.3.6.1.2.1.88.1.2.4.1.1
mteTriggerExistenceTest OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	BITS {present(0), absent(1), changed(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of existence test to perform.  The trigger fires
        when the object at mteTriggerValueID is seen to go from
        present to absent, from absent to present, or to have it's
        value changed, depending on which tests are selected:

        present(0) - when this test is selected, the trigger fires
        when the mteTriggerValueID object goes from absent to present.

        absent(1)  - when this test is selected, the trigger fires
        when the mteTriggerValueID object goes from present to absent.
        changed(2) - when this test is selected, the trigger fires
        the mteTriggerValueID object value changes.

        Once the trigger has fired for either presence or absence it
        will not fire again for that state until the object has been
        to the other state. "
  DEFVAL	{ { present , absent } }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerExistenceTable(4) mteTriggerExistenceEntry(1) 1 }

.1.3.6.1.2.1.88.1.2.4.1.2
mteTriggerExistenceStartup OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	BITS {present(0), absent(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control for whether an event may be triggered when this entry
        is first set to 'active' and the test specified by
        mteTriggerExistenceTest is true.  Setting an option causes
        that trigger to fire when its test is true."
  DEFVAL	{ { present , absent } }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerExistenceTable(4) mteTriggerExistenceEntry(1) 2 }

.1.3.6.1.2.1.88.1.2.4.1.3
mteTriggerExistenceObjectsOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteTriggerExistenceObjects, the mteOwner of a
        group of objects from mteObjectsTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerExistenceTable(4) mteTriggerExistenceEntry(1) 3 }

.1.3.6.1.2.1.88.1.2.4.1.4
mteTriggerExistenceObjects OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteObjectsName of a group of objects from
        mteObjectsTable.  These objects are to be added to any
        Notification resulting from the firing of this trigger for
        this test.

        A list of objects may also be added based on the overall
        trigger, the event or other settings in mteTriggerTest.

        A length of 0 indicates no additional objects."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerExistenceTable(4) mteTriggerExistenceEntry(1) 4 }

.1.3.6.1.2.1.88.1.2.4.1.5
mteTriggerExistenceEventOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteTriggerExistenceEvent, the mteOwner of an event
        entry from the mteEventTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerExistenceTable(4) mteTriggerExistenceEntry(1) 5 }

.1.3.6.1.2.1.88.1.2.4.1.6
mteTriggerExistenceEvent OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteEventName of the event to invoke when mteTriggerType is
        'existence' and this trigger fires.  A length of 0 indicates no
        event."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerExistenceTable(4) mteTriggerExistenceEntry(1) 6 }

.1.3.6.1.2.1.88.1.2.5
mteTriggerBooleanTable OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of management event trigger information for boolean
        triggers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) 5 }

.1.3.6.1.2.1.88.1.2.5.1
mteTriggerBooleanEntry OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mteOwner, IMPLIED mteTriggerName }
  DESCRIPTION	"Information about a single boolean trigger.  Entries
        automatically exist in this this table for each mteTriggerEntry
        that has 'boolean' set in mteTriggerTest."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerBooleanTable(5) 1 }

.1.3.6.1.2.1.88.1.2.5.1.1
mteTriggerBooleanComparison OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	INTEGER {unequal(1), equal(2), less(3), lessOrEqual(4), greater(5), greaterOrEqual(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of boolean comparison to perform.

        The value at mteTriggerValueID is compared to
        mteTriggerBooleanValue, so for example if
        mteTriggerBooleanComparison is 'less' the result would be true
        if the value at mteTriggerValueID is less than the value of
        mteTriggerBooleanValue."
  DEFVAL	{ unequal }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerBooleanTable(5) mteTriggerBooleanEntry(1) 1 }

.1.3.6.1.2.1.88.1.2.5.1.2
mteTriggerBooleanValue OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value to use for the test specified by
        mteTriggerBooleanTest."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerBooleanTable(5) mteTriggerBooleanEntry(1) 2 }

.1.3.6.1.2.1.88.1.2.5.1.3
mteTriggerBooleanStartup OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control for whether an event may be triggered when this entry
        is first set to 'active' or a new instance of the object at
        mteTriggerValueID is found and the test specified by
        mteTriggerBooleanComparison is true.  In that case an event is
        triggered if mteTriggerBooleanStartup is 'true'."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerBooleanTable(5) mteTriggerBooleanEntry(1) 3 }

.1.3.6.1.2.1.88.1.2.5.1.4
mteTriggerBooleanObjectsOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteTriggerBooleanObjects, the mteOwner of a group
        of objects from mteObjectsTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerBooleanTable(5) mteTriggerBooleanEntry(1) 4 }

.1.3.6.1.2.1.88.1.2.5.1.5
mteTriggerBooleanObjects OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteObjectsName of a group of objects from
        mteObjectsTable.  These objects are to be added to any
        Notification resulting from the firing of this trigger for
        this test.

        A list of objects may also be added based on the overall
        trigger, the event or other settings in mteTriggerTest.

        A length of 0 indicates no additional objects."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerBooleanTable(5) mteTriggerBooleanEntry(1) 5 }

.1.3.6.1.2.1.88.1.2.5.1.6
mteTriggerBooleanEventOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteTriggerBooleanEvent, the mteOwner of an event
        entry from mteEventTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerBooleanTable(5) mteTriggerBooleanEntry(1) 6 }

.1.3.6.1.2.1.88.1.2.5.1.7
mteTriggerBooleanEvent OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteEventName of the event to invoke when mteTriggerType is
        'boolean' and this trigger fires.  A length of 0 indicates no
        event."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerBooleanTable(5) mteTriggerBooleanEntry(1) 7 }

.1.3.6.1.2.1.88.1.2.6
mteTriggerThresholdTable OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of management event trigger information for threshold
        triggers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) 6 }

.1.3.6.1.2.1.88.1.2.6.1
mteTriggerThresholdEntry OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mteOwner, IMPLIED mteTriggerName }
  DESCRIPTION	"Information about a single threshold trigger.  Entries
        automatically exist in this table for each mteTriggerEntry
        that has 'threshold' set in mteTriggerTest."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) 1 }

.1.3.6.1.2.1.88.1.2.6.1.1
mteTriggerThresholdStartup OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	INTEGER {rising(1), falling(2), risingOrFalling(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The event that may be triggered when this entry is first
        set to 'active' and a new instance of the object at
        mteTriggerValueID is found.  If the first sample after this
        instance becomes active is greater than or equal to
        mteTriggerThresholdRising and mteTriggerThresholdStartup is
        equal to 'rising' or 'risingOrFalling', then one
        mteTriggerThresholdRisingEvent is triggered for that instance.
        If the first sample after this entry becomes active is less
        than or equal to mteTriggerThresholdFalling and
        mteTriggerThresholdStartup is equal to 'falling' or
        'risingOrFalling', then one mteTriggerThresholdRisingEvent is
        triggered for that instance."
  DEFVAL	{ risingOrFalling }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 1 }

.1.3.6.1.2.1.88.1.2.6.1.2
mteTriggerThresholdRising OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A threshold value to check against if mteTriggerType is
        'threshold'.

        When the current sampled value is greater than or equal to
        this threshold, and the value at the last sampling interval
        was less than this threshold, one
        mteTriggerThresholdRisingEvent is triggered.  That event is
        also triggered if the first sample after this entry becomes
        active is greater than or equal to this threshold and
        mteTriggerThresholdStartup is equal to 'rising' or
        'risingOrFalling'.

        After a rising event is generated, another such event is not
        triggered until the sampled value falls below this threshold
        and reaches mteTriggerThresholdFalling."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 2 }

.1.3.6.1.2.1.88.1.2.6.1.3
mteTriggerThresholdFalling OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A threshold value to check against if mteTriggerType is
        'threshold'.

        When the current sampled value is less than or equal to this
        threshold, and the value at the last sampling interval was
        greater than this threshold, one
        mteTriggerThresholdFallingEvent is triggered.  That event is
        also triggered if the first sample after this entry becomes
        active is less than or equal to this threshold and
        mteTriggerThresholdStartup is equal to 'falling' or
        'risingOrFalling'.

        After a falling event is generated, another such event is not
        triggered until the sampled value rises above this threshold
        and reaches mteTriggerThresholdRising."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 3 }

.1.3.6.1.2.1.88.1.2.6.1.4
mteTriggerThresholdDeltaRising OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A threshold value to check against if mteTriggerType is
        'threshold'.

        When the delta value (difference) between the current sampled
        value (value(n)) and the previous sampled value (value(n-1))
        is greater than or equal to this threshold,
        and the delta value calculated at the last sampling interval
        (i.e. value(n-1) - value(n-2)) was less than this threshold,
        one mteTriggerThresholdDeltaRisingEvent is triggered. That event
        is also triggered if the first delta value calculated after this
        entry becomes active, i.e. value(2) - value(1), where value(1)
        is the first sample taken of that instance, is greater than or
        equal to this threshold.

        After a rising event is generated, another such event is not
        triggered until the delta value falls below this threshold and
        reaches mteTriggerThresholdDeltaFalling."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 4 }

.1.3.6.1.2.1.88.1.2.6.1.5
mteTriggerThresholdDeltaFalling OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A threshold value to check against if mteTriggerType is
        'threshold'.

        When the delta value (difference) between the current sampled
        value (value(n)) and the previous sampled value (value(n-1))
        is less than or equal to this threshold,
        and the delta value calculated at the last sampling interval
        (i.e. value(n-1) - value(n-2)) was greater than this threshold,
        one mteTriggerThresholdDeltaFallingEvent is triggered. That event
        is also triggered if the first delta value calculated after this
        entry becomes active, i.e. value(2) - value(1), where value(1)
        is the first sample taken of that instance, is less than or
        equal to this threshold.

        After a falling event is generated, another such event is not
        triggered until the delta value falls below this threshold and
        reaches mteTriggerThresholdDeltaRising."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 5 }

.1.3.6.1.2.1.88.1.2.6.1.6
mteTriggerThresholdObjectsOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteTriggerThresholdObjects, the mteOwner of a group
        of objects from mteObjectsTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 6 }

.1.3.6.1.2.1.88.1.2.6.1.7
mteTriggerThresholdObjects OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteObjectsName of a group of objects from
        mteObjectsTable.  These objects are to be added to any
        Notification resulting from the firing of this trigger for
        this test.

        A list of objects may also be added based on the overall
        trigger, the event or other settings in mteTriggerTest.

        A length of 0 indicates no additional objects."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 7 }

.1.3.6.1.2.1.88.1.2.6.1.8
mteTriggerThresholdRisingEventOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteTriggerThresholdRisingEvent, the mteOwner of an
        event entry from mteEventTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 8 }

.1.3.6.1.2.1.88.1.2.6.1.9
mteTriggerThresholdRisingEvent OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteEventName of the event to invoke when mteTriggerType is
        'threshold' and this trigger fires based on
        mteTriggerThresholdRising.  A length of 0 indicates no event."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 9 }

.1.3.6.1.2.1.88.1.2.6.1.10
mteTriggerThresholdFallingEventOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteTriggerThresholdFallingEvent, the mteOwner of an
        event entry from mteEventTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 10 }

.1.3.6.1.2.1.88.1.2.6.1.11
mteTriggerThresholdFallingEvent OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteEventName of the event to invoke when mteTriggerType is
        'threshold' and this trigger fires based on
        mteTriggerThresholdFalling.  A length of 0 indicates no event."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 11 }

.1.3.6.1.2.1.88.1.2.6.1.12
mteTriggerThresholdDeltaRisingEventOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteTriggerThresholdDeltaRisingEvent, the mteOwner
        of an event entry from mteEventTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 12 }

.1.3.6.1.2.1.88.1.2.6.1.13
mteTriggerThresholdDeltaRisingEvent OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteEventName of the event to invoke when mteTriggerType is
        'threshold' and this trigger fires based on
        mteTriggerThresholdDeltaRising. A length of 0 indicates
        no event."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 13 }

.1.3.6.1.2.1.88.1.2.6.1.14
mteTriggerThresholdDeltaFallingEventOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteTriggerThresholdDeltaFallingEvent, the mteOwner
        of an event entry from mteEventTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 14 }

.1.3.6.1.2.1.88.1.2.6.1.15
mteTriggerThresholdDeltaFallingEvent OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteEventName of the event to invoke when mteTriggerType is
        'threshold' and this trigger fires based on
        mteTriggerThresholdDeltaFalling.  A length of 0 indicates
        no event."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteTrigger(2) mteTriggerThresholdTable(6) mteTriggerThresholdEntry(1) 15 }

.1.3.6.1.2.1.88.1.3
mteObjects OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) 3 }

.1.3.6.1.2.1.88.1.3.1
mteObjectsTable OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that can be added to notifications based
        on the trigger, trigger test, or event, as pointed to by
        entries in those tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteObjects(3) 1 }

.1.3.6.1.2.1.88.1.3.1.1
mteObjectsEntry OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mteOwner, mteObjectsName, mteObjectsIndex }
  DESCRIPTION	"A group of objects.  Applications create and delete entries
        using mteObjectsEntryStatus.

        When adding objects to a notification they are added in the
        lexical order of their index in this table.  Those associated
        with a trigger come first, then trigger test, then event."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteObjects(3) mteObjectsTable(1) 1 }

.1.3.6.1.2.1.88.1.3.1.1.1
mteObjectsName OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A locally-unique, administratively assigned name for a group
        of objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteObjects(3) mteObjectsTable(1) mteObjectsEntry(1) 1 }

.1.3.6.1.2.1.88.1.3.1.1.2
mteObjectsIndex OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer for the purpose of identifying
        individual objects within a mteObjectsName group.

        Objects within a group are placed in the notification in the
        numerical order of this index.

        Groups are placed in the notification in the order of the
        selections for overall trigger, trigger test, and event.
        Within trigger test they are in the same order as the
        numerical values of the bits defined for mteTriggerTest.

        Bad object identifiers or a mismatch between truncating the
        identifier and the value of mteDeltaDiscontinuityIDWildcard
        result in operation as one would expect when providing the
        wrong identifier to a Get operation.  The Get will fail or get
        the wrong object.  If the object is not available it is omitted
        from the notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteObjects(3) mteObjectsTable(1) mteObjectsEntry(1) 2 }

.1.3.6.1.2.1.88.1.3.1.1.3
mteObjectsID OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object identifier of a MIB object to add to a
        Notification that results from the firing of a trigger.

        This may be wildcarded by truncating all or part of the
        instance portion, in which case the instance portion of the
        OID for obtaining this object will be the same as that used
        in obtaining the mteTriggerValueID that fired.  If such
        wildcarding is applied, mteObjectsIDWildcard must be
        'true' and if not it must be 'false'.

        Each instance that fills the wildcard is independent of any
        additional instances, that is, wildcarded objects operate
        as if there were a separate table entry for each instance
        that fills the wildcard without having to actually predict
        all possible instances ahead of time."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteObjects(3) mteObjectsTable(1) mteObjectsEntry(1) 3 }

.1.3.6.1.2.1.88.1.3.1.1.4
mteObjectsIDWildcard OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Control for whether mteObjectsID is to be treated as
        fully-specified or wildcarded, with 'true' indicating wildcard."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteObjects(3) mteObjectsTable(1) mteObjectsEntry(1) 4 }

.1.3.6.1.2.1.88.1.3.1.1.5
mteObjectsEntryStatus OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control that allows creation and deletion of entries.
        Once made active an entry MAY not be modified except to
        delete it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteObjects(3) mteObjectsTable(1) mteObjectsEntry(1) 5 }

.1.3.6.1.2.1.88.1.4
mteEvent OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) 4 }

.1.3.6.1.2.1.88.1.4.1
mteEventFailures OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an attempt to invoke an event
        has failed.  This counts individually for each
        attempt in a group of targets or each attempt for a
        wildcarded trigger object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) 1 }

.1.3.6.1.2.1.88.1.4.2
mteEventTable OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of management event action information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) 2 }

.1.3.6.1.2.1.88.1.4.2.1
mteEventEntry OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mteOwner, IMPLIED mteEventName }
  DESCRIPTION	"Information about a single event.  Applications create and
        delete entries using mteEventEntryStatus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventTable(2) 1 }

.1.3.6.1.2.1.88.1.4.2.1.1
mteEventName OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A locally-unique, administratively assigned name for the
        event."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventTable(2) mteEventEntry(1) 1 }

.1.3.6.1.2.1.88.1.4.2.1.2
mteEventComment OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A description of the event's function and use."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventTable(2) mteEventEntry(1) 2 }

.1.3.6.1.2.1.88.1.4.2.1.3
mteEventActions OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	BITS {notification(0), set(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The actions to perform when this event occurs.

        For 'notification', Traps and/or Informs are sent according
        to the configuration in the SNMP Notification MIB.

        For 'set', an SNMP Set operation is performed according to
        control values in this entry."
  DEFVAL	{ { } }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventTable(2) mteEventEntry(1) 3 }

.1.3.6.1.2.1.88.1.4.2.1.4
mteEventEnabled OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A control to allow an event to be configured but not used.
        When the value is 'false' the event does not execute even if
        triggered."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventTable(2) mteEventEntry(1) 4 }

.1.3.6.1.2.1.88.1.4.2.1.5
mteEventEntryStatus OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control that allows creation and deletion of entries.
        Once made active an entry MAY not be modified except to
        delete it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventTable(2) mteEventEntry(1) 5 }

.1.3.6.1.2.1.88.1.4.3
mteEventNotificationTable OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of information about notifications to be sent as a
        consequence of management events."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) 3 }

.1.3.6.1.2.1.88.1.4.3.1
mteEventNotificationEntry OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mteOwner, IMPLIED mteEventName }
  DESCRIPTION	"Information about a single event's notification.  Entries
        automatically exist in this this table for each mteEventEntry
        that has 'notification' set in mteEventActions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventNotificationTable(3) 1 }

.1.3.6.1.2.1.88.1.4.3.1.1
mteEventNotification OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object identifier from the NOTIFICATION-TYPE for the
        notification to use if metEventActions has 'notification' set."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventNotificationTable(3) mteEventNotificationEntry(1) 1 }

.1.3.6.1.2.1.88.1.4.3.1.2
mteEventNotificationObjectsOwner OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To go with mteEventNotificationObjects, the mteOwner of a
        group of objects from mteObjectsTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventNotificationTable(3) mteEventNotificationEntry(1) 2 }

.1.3.6.1.2.1.88.1.4.3.1.3
mteEventNotificationObjects OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mteObjectsName of a group of objects from
        mteObjectsTable if mteEventActions has 'notification' set.
        These objects are to be added to any Notification generated by
        this event.

        Objects may also be added based on the trigger that stimulated
        the event.

        A length of 0 indicates no additional objects."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventNotificationTable(3) mteEventNotificationEntry(1) 3 }

.1.3.6.1.2.1.88.1.4.4
mteEventSetTable OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of management event action information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) 4 }

.1.3.6.1.2.1.88.1.4.4.1
mteEventSetEntry OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mteOwner, IMPLIED mteEventName }
  DESCRIPTION	"Information about a single event's set option.  Entries
        automatically exist in this this table for each mteEventEntry
        that has 'set' set in mteEventActions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventSetTable(4) 1 }

.1.3.6.1.2.1.88.1.4.4.1.1
mteEventSetObject OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object identifier from the MIB object to set if
        mteEventActions has 'set' set.

        This object identifier may be wildcarded by leaving
        sub-identifiers off the end, in which case
        nteEventSetObjectWildCard must be 'true'.

        If mteEventSetObject is wildcarded the instance used to set the
        object to which it points is the same as the instance from the
        value of mteTriggerValueID that triggered the event.

        Each instance that fills the wildcard is independent of any
        additional instances, that is, wildcarded objects operate
        as if there were a separate table entry for each instance
        that fills the wildcard without having to actually predict
        all possible instances ahead of time.

        Bad object identifiers or a mismatch between truncating the
        identifier and the value of mteSetObjectWildcard
        result in operation as one would expect when providing the
        wrong identifier to a Set operation.  The Set will fail or set
        the wrong object.  If the value syntax of the destination
        object is not correct, the Set fails with the normal SNMP
        error code."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventSetTable(4) mteEventSetEntry(1) 1 }

.1.3.6.1.2.1.88.1.4.4.1.2
mteEventSetObjectWildcard OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control over whether mteEventSetObject is to be treated as
        fully-specified or wildcarded, with 'true' indicating wildcard
        if mteEventActions has 'set' set."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventSetTable(4) mteEventSetEntry(1) 2 }

.1.3.6.1.2.1.88.1.4.4.1.3
mteEventSetValue OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value to which to set the object at mteEventSetObject
        if mteEventActions has 'set' set."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventSetTable(4) mteEventSetEntry(1) 3 }

.1.3.6.1.2.1.88.1.4.4.1.4
mteEventSetTargetTag OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpTagValue
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The tag for the target(s) at which to set the object at
        mteEventSetObject to mteEventSetValue if mteEventActions
        has 'set' set.

        Systems limited to self management MAY reject a non-zero
        length for the value of this object.

        A length of 0 indicates the local system.  In this case,
        access to the objects indicated by mteEventSetObject is under
        the security credentials of the requester that set
        mteTriggerEntryStatus to 'active'.  Those credentials are the
        input parameters for isAccessAllowed from the Architecture for
        Describing SNMP Management Frameworks.

        Otherwise access rights are checked according to the security
        parameters resulting from the tag."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventSetTable(4) mteEventSetEntry(1) 4 }

.1.3.6.1.2.1.88.1.4.4.1.5
mteEventSetContextName OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The management context in which to set mteEventObjectID.
        if mteEventActions has 'set' set.

        This may be wildcarded by leaving characters off the end.  To
        indicate such wildcarding mteEventSetContextNameWildcard must
        be 'true'.

        If this context name is wildcarded the value used to complete
        the wildcarding of mteTriggerContextName will be appended."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventSetTable(4) mteEventSetEntry(1) 5 }

.1.3.6.1.2.1.88.1.4.4.1.6
mteEventSetContextNameWildcard OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control for whether mteEventSetContextName is to be treated as
        fully-specified or wildcarded, with 'true' indicating wildcard
        if mteEventActions has 'set' set."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBObjects(1) mteEvent(4) mteEventSetTable(4) mteEventSetEntry(1) 6 }

.1.3.6.1.2.1.88.2
dismanEventMIBNotificationPrefix OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) 2 }

.1.3.6.1.2.1.88.2.0
dismanEventMIBNotifications OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) 0 }

.1.3.6.1.2.1.88.2.0.1
mteTriggerFired NOTIFICATION-TYPE
  -- FROM	DISMAN-EVENT-MIB
  OBJECTS	{ mteHotTrigger, mteHotTargetName, mteHotContextName, mteHotOID, mteHotValue }
  DESCRIPTION	"Notification that the trigger indicated by the object
        instances has fired, for triggers with mteTriggerType
        'boolean' or 'existence'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotifications(0) 1 }

.1.3.6.1.2.1.88.2.0.2
mteTriggerRising NOTIFICATION-TYPE
  -- FROM	DISMAN-EVENT-MIB
  OBJECTS	{ mteHotTrigger, mteHotTargetName, mteHotContextName, mteHotOID, mteHotValue }
  DESCRIPTION	"Notification that the rising threshold was met for triggers
        with mteTriggerType 'threshold'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotifications(0) 2 }

.1.3.6.1.2.1.88.2.0.3
mteTriggerFalling NOTIFICATION-TYPE
  -- FROM	DISMAN-EVENT-MIB
  OBJECTS	{ mteHotTrigger, mteHotTargetName, mteHotContextName, mteHotOID, mteHotValue }
  DESCRIPTION	"Notification that the falling threshold was met for triggers
        with mteTriggerType 'threshold'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotifications(0) 3 }

.1.3.6.1.2.1.88.2.0.4
mteTriggerFailure NOTIFICATION-TYPE
  -- FROM	DISMAN-EVENT-MIB
  OBJECTS	{ mteHotTrigger, mteHotTargetName, mteHotContextName, mteHotOID, mteFailedReason }
  DESCRIPTION	"Notification that an attempt to check a trigger has failed.

        The network manager must enable this notification only with
        a certain fear and trembling, as it can easily crowd out more
        important information.  It should be used only to help diagnose
        a problem that has appeared in the error counters and can not
        be found otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotifications(0) 4 }

.1.3.6.1.2.1.88.2.0.5
mteEventSetFailure NOTIFICATION-TYPE
  -- FROM	DISMAN-EVENT-MIB
  OBJECTS	{ mteHotTrigger, mteHotTargetName, mteHotContextName, mteHotOID, mteFailedReason }
  DESCRIPTION	"Notification that an attempt to do a set in response to an
        event has failed.

        The network manager must enable this notification only with
        a certain fear and trembling, as it can easily crowd out more
        important information.  It should be used only to help diagnose
        a problem that has appeared in the error counters and can not
        be found otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotifications(0) 5 }

.1.3.6.1.2.1.88.2.1
dismanEventMIBNotificationObjects OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) 1 }

.1.3.6.1.2.1.88.2.1.1
mteHotTrigger OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The name of the trigger causing the notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotificationObjects(1) 1 }

.1.3.6.1.2.1.88.2.1.2
mteHotTargetName OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The SNMP Target MIB's snmpTargetAddrName related to the
        notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotificationObjects(1) 2 }

.1.3.6.1.2.1.88.2.1.3
mteHotContextName OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The context name related to the notification.  This MUST be as
        fully-qualified as possible, including filling in wildcard
        information determined in processing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotificationObjects(1) 3 }

.1.3.6.1.2.1.88.2.1.4
mteHotOID OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The object identifier of the destination object related to the
        notification.  This MUST be as fully-qualified as possible,
        including filling in wildcard information determined in
        processing.

        For a trigger-related notification this is from
        mteTriggerValueID.

        For a set failure this is from mteEventSetObject."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotificationObjects(1) 4 }

.1.3.6.1.2.1.88.2.1.5
mteHotValue OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value of the object at mteTriggerValueID when a
        trigger fired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotificationObjects(1) 5 }

.1.3.6.1.2.1.88.2.1.6
mteFailedReason OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  -- TEXTUAL CONVENTION FailureReason
  SYNTAX	INTEGER {localResourceLack(-1), badDestination(-2), destinationUnreachable(-3), noResponse(-4), badType(-5), sampleOverrun(-6), noError(0), tooBig(1), noSuchName(2), badValue(3), readOnly(4), genErr(5), noAccess(6), wrongType(7), wrongLength(8), wrongEncoding(9), wrongValue(10), noCreation(11), inconsistentValue(12), resourceUnavailable(13), commitFailed(14), undoFailed(15), authorizationError(16), notWritable(17), inconsistentName(18)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The reason for the failure of an attempt to check for a
        trigger condition or set an object in response to an event."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBNotificationPrefix(2) dismanEventMIBNotificationObjects(1) 6 }

.1.3.6.1.2.1.88.3
dismanEventMIBConformance OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) 3 }

.1.3.6.1.2.1.88.3.1
dismanEventMIBCompliances OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBConformance(3) 1 }

.1.3.6.1.2.1.88.3.1.1
dismanEventMIBCompliance MODULE-COMPLIANCE
  -- FROM	DISMAN-EVENT-MIB
  DESCRIPTION	"The compliance statement for entities which implement
                the Event MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBConformance(3) dismanEventMIBCompliances(1) 1 }

.1.3.6.1.2.1.88.3.2
dismanEventMIBGroups OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBConformance(3) 2 }

.1.3.6.1.2.1.88.3.2.1
dismanEventResourceGroup OBJECT-GROUP
  -- FROM	DISMAN-EVENT-MIB
  DESCRIPTION	"Event resource status and control objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBConformance(3) dismanEventMIBGroups(2) 1 }

.1.3.6.1.2.1.88.3.2.2
dismanEventTriggerGroup OBJECT-GROUP
  -- FROM	DISMAN-EVENT-MIB
  DESCRIPTION	"Event triggers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBConformance(3) dismanEventMIBGroups(2) 2 }

.1.3.6.1.2.1.88.3.2.3
dismanEventObjectsGroup OBJECT-GROUP
  -- FROM	DISMAN-EVENT-MIB
  DESCRIPTION	"Supplemental objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBConformance(3) dismanEventMIBGroups(2) 3 }

.1.3.6.1.2.1.88.3.2.4
dismanEventEventGroup OBJECT-GROUP
  -- FROM	DISMAN-EVENT-MIB
  DESCRIPTION	"Events."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBConformance(3) dismanEventMIBGroups(2) 4 }

.1.3.6.1.2.1.88.3.2.5
dismanEventNotificationObjectGroup OBJECT-GROUP
  -- FROM	DISMAN-EVENT-MIB
  DESCRIPTION	"Notification objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBConformance(3) dismanEventMIBGroups(2) 5 }

.1.3.6.1.2.1.88.3.2.6
dismanEventNotificationGroup OBJECT-TYPE
  -- FROM	DISMAN-EVENT-MIB
  DESCRIPTION	"Notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dismanEventMIB(88) dismanEventMIBConformance(3) dismanEventMIBGroups(2) 6 }

.1.3.6.1.2.1.91
mldMIB MODULE-IDENTITY
  -- FROM	IPV6-MLD-MIB
  DESCRIPTION	"The MIB module for MLD Management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 91 }

.1.3.6.1.2.1.91.1
mldMIBObjects OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) 1 }

.1.3.6.1.2.1.91.1.1
mldInterfaceTable OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the interfaces on which
             MLD is enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) 1 }

.1.3.6.1.2.1.91.1.1.1
mldInterfaceEntry OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mldInterfaceIfIndex }
  DESCRIPTION	"An entry (conceptual row) representing an interface on
            which MLD is enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) 1 }

.1.3.6.1.2.1.91.1.1.1.1
mldInterfaceIfIndex OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The internetwork-layer interface value of the interface
            for which MLD is enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 1 }

.1.3.6.1.2.1.91.1.1.1.2
mldInterfaceQueryInterval OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The frequency at which MLD Host-Query packets are
            transmitted on this interface."
  DEFVAL	{ 125 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 2 }

.1.3.6.1.2.1.91.1.1.1.3
mldInterfaceStatus OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The activation of a row enables MLD on the interface.
             The destruction of a row disables MLD on the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 3 }

.1.3.6.1.2.1.91.1.1.1.4
mldInterfaceVersion OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The version of MLD which is running on this interface.
             This object is a place holder to allow for new versions
             of MLD to be introduced.  Version 1 of MLD is defined
             in RFC 2710."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 4 }

.1.3.6.1.2.1.91.1.1.1.5
mldInterfaceQuerier OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the MLD Querier on the IPv6 subnet to
             which this interface is attached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 5 }

.1.3.6.1.2.1.91.1.1.1.6
mldInterfaceQueryMaxResponseDelay OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum query response time advertised in MLD
            queries on this interface."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 6 }

.1.3.6.1.2.1.91.1.1.1.7
mldInterfaceJoins OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a group membership has been added on
            this interface; that is, the number of times an entry for
            this interface has been added to the Cache Table.  This
            object gives an indication of the amount of MLD activity
            over time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 7 }

.1.3.6.1.2.1.91.1.1.1.8
mldInterfaceGroups OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of entries for this interface in the
            Cache Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 8 }

.1.3.6.1.2.1.91.1.1.1.9
mldInterfaceRobustness OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Robustness Variable allows tuning for the expected
            packet loss on a subnet.  If a subnet is expected to be
            lossy, the Robustness Variable may be increased.  MLD is
            robust to (Robustness Variable-1) packet losses.  The
            discussion of the Robustness Variable is in Section 7.1
            of RFC 2710."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 9 }

.1.3.6.1.2.1.91.1.1.1.10
mldInterfaceLastListenQueryIntvl OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Last Member Query Interval is the Max Response
             Delay inserted into Group-Specific Queries sent in
             response to Leave Group messages, and is also the amount
             of time between Group-Specific Query messages.  This
             value may be tuned to modify the leave latency of the
             network.  A reduced value results in reduced time to
             detect the loss of the last member of a group."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 10 }

.1.3.6.1.2.1.91.1.1.1.11
mldInterfaceProxyIfIndex OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Some devices implement a form of MLD proxying whereby
             memberships learned on the interface represented by this
             row, cause MLD Multicast Listener Reports to be sent on
             the internetwork-layer interface identified by this
             object.  Such a device would implement mldRouterMIBGroup
             only on its router interfaces (those interfaces with
             non-zero mldInterfaceProxyIfIndex).  Typically, the
             value of this object is 0, indicating that no proxying
             is being done."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 11 }

.1.3.6.1.2.1.91.1.1.1.12
mldInterfaceQuerierUpTime OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since mldInterfaceQuerier was last changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 12 }

.1.3.6.1.2.1.91.1.1.1.13
mldInterfaceQuerierExpiryTime OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the Other Querier Present
            Timer expires.  If the local system is the querier,
            the value of this object is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldInterfaceTable(1) mldInterfaceEntry(1) 13 }

.1.3.6.1.2.1.91.1.2
mldCacheTable OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the IPv6 multicast
             groups for which there are members on a particular
             interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) 2 }

.1.3.6.1.2.1.91.1.2.1
mldCacheEntry OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mldCacheAddress, mldCacheIfIndex }
  DESCRIPTION	"An entry (conceptual row) in the mldCacheTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldCacheTable(2) 1 }

.1.3.6.1.2.1.91.1.2.1.1
mldCacheAddress OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 multicast group address for which this entry
            contains information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldCacheTable(2) mldCacheEntry(1) 1 }

.1.3.6.1.2.1.91.1.2.1.2
mldCacheIfIndex OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The internetwork-layer interface for which this entry
             contains information for an IPv6 multicast group
             address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldCacheTable(2) mldCacheEntry(1) 2 }

.1.3.6.1.2.1.91.1.2.1.3
mldCacheSelf OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An indication of whether the local system is a member of
            this group address on this interface."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldCacheTable(2) mldCacheEntry(1) 3 }

.1.3.6.1.2.1.91.1.2.1.4
mldCacheLastReporter OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IPv6 address of the source of the last membership
             report received for this IPv6 Multicast group address on
             this interface.  If no membership report has been
             received, this object has the value 0::0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldCacheTable(2) mldCacheEntry(1) 4 }

.1.3.6.1.2.1.91.1.2.1.5
mldCacheUpTime OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time elapsed since this entry was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldCacheTable(2) mldCacheEntry(1) 5 }

.1.3.6.1.2.1.91.1.2.1.6
mldCacheExpiryTime OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum amount of time remaining before this entry
             will be aged out.  A value of 0 indicates that the entry
             is only present because mldCacheSelf is true and that if
             the router left the group, this entry would be aged out
             immediately.  Note that some implementations may process
             Membership Reports from the local system in the same way
             as reports from other hosts, so a value of 0 is not
             required."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldCacheTable(2) mldCacheEntry(1) 6 }

.1.3.6.1.2.1.91.1.2.1.7
mldCacheStatus OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may be
            created, or existing entries deleted from this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBObjects(1) mldCacheTable(2) mldCacheEntry(1) 7 }

.1.3.6.1.2.1.91.2
mldMIBConformance OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) 2 }

.1.3.6.1.2.1.91.2.1
mldMIBCompliances OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBConformance(2) 1 }

.1.3.6.1.2.1.91.2.1.1
mldHostMIBCompliance MODULE-COMPLIANCE
  -- FROM	IPV6-MLD-MIB
  DESCRIPTION	"The compliance statement for hosts running MLD and
            implementing the MLD MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBConformance(2) mldMIBCompliances(1) 1 }

.1.3.6.1.2.1.91.2.1.2
mldRouterMIBCompliance MODULE-COMPLIANCE
  -- FROM	IPV6-MLD-MIB
  DESCRIPTION	"The compliance statement for routers running MLD and
            implementing the MLD MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBConformance(2) mldMIBCompliances(1) 2 }

.1.3.6.1.2.1.91.2.2
mldMIBGroups OBJECT-TYPE
  -- FROM	IPV6-MLD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBConformance(2) 2 }

.1.3.6.1.2.1.91.2.2.1
mldBaseMIBGroup OBJECT-GROUP
  -- FROM	IPV6-MLD-MIB
  DESCRIPTION	"The basic collection of objects providing management of
            MLD.  The mldBaseMIBGroup is designed to allow for the
            manager creation and deletion of MLD cache entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBConformance(2) mldMIBGroups(2) 1 }

.1.3.6.1.2.1.91.2.2.2
mldRouterMIBGroup OBJECT-GROUP
  -- FROM	IPV6-MLD-MIB
  DESCRIPTION	"A collection of additional objects for management of MLD
            in routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBConformance(2) mldMIBGroups(2) 2 }

.1.3.6.1.2.1.91.2.2.3
mldHostMIBGroup OBJECT-GROUP
  -- FROM	IPV6-MLD-MIB
  DESCRIPTION	"A collection of additional objects for management of MLD
            in hosts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBConformance(2) mldMIBGroups(2) 3 }

.1.3.6.1.2.1.91.2.2.4
mldProxyMIBGroup OBJECT-GROUP
  -- FROM	IPV6-MLD-MIB
  DESCRIPTION	"A collection of additional objects for management of MLD
            proxy devices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mldMIB(91) mldMIBConformance(2) mldMIBGroups(2) 4 }

.1.3.6.1.2.1.96
diffServDSCPTC MODULE-IDENTITY
  -- FROM	DIFFSERV-DSCP-TC
  DESCRIPTION	"The Textual Conventions defined in this module should be used
       whenever a Differentiated Services Code Point is used in a MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 96 }

.1.3.6.1.2.1.97
diffServMib MODULE-IDENTITY
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"This MIB defines the objects necessary to manage a device that
       uses the Differentiated Services Architecture described in RFC
       2475. The Conceptual Model of a Differentiated Services Router
       provides supporting information on how such a router is modeled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 97 }

.1.3.6.1.2.1.97.1
diffServMIBObjects OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) 1 }

.1.3.6.1.2.1.97.1.1
diffServDataPath OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) 1 }

.1.3.6.1.2.1.97.1.1.1
diffServDataPathTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The data path table contains RowPointers indicating the start of
       the functional data path for each interface and traffic direction
       in this device. These may merge, or be separated into parallel
       data paths."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServDataPath(1) 1 }

.1.3.6.1.2.1.97.1.1.1.1
diffServDataPathEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, diffServDataPathIfDirection }
  DESCRIPTION	"An entry in the data path table indicates the start of a single
       Differentiated Services Functional Data Path in this device.

       These are associated with individual interfaces, logical or
       physical, and therefore are instantiated by ifIndex. Therefore,
       the interface index must have been assigned, according to the
       procedures applicable to that, before it can be meaningfully
       used. Generally, this means that the interface must exist.

       When diffServDataPathStorage is of type nonVolatile, however,
       this may reflect the configuration for an interface whose ifIndex
       has been assigned but for which the supporting implementation is
       not currently present."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServDataPath(1) diffServDataPathTable(1) 1 }

.1.3.6.1.2.1.97.1.1.1.1.1
diffServDataPathIfDirection OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IfDirection
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IfDirection specifies whether the reception or transmission path
       for this interface is in view."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServDataPath(1) diffServDataPathTable(1) diffServDataPathEntry(1) 1 }

.1.3.6.1.2.1.97.1.1.1.1.2
diffServDataPathStart OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This selects the first Differentiated Services Functional Data
       Path Element to handle traffic for this data path. This
       RowPointer should point to an instance of one of:
         diffServClfrEntry
         diffServMeterEntry
         diffServActionEntry
         diffServAlgDropEntry
         diffServQEntry

       A value of zeroDotZero in this attribute indicates that no
       Differentiated Services treatment is performed on traffic of this
       data path. A pointer with the value zeroDotZero normally
       terminates a functional data path.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServDataPath(1) diffServDataPathTable(1) diffServDataPathEntry(1) 2 }

.1.3.6.1.2.1.97.1.1.1.1.3
diffServDataPathStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServDataPath(1) diffServDataPathTable(1) diffServDataPathEntry(1) 3 }

.1.3.6.1.2.1.97.1.1.1.1.4
diffServDataPathStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServDataPath(1) diffServDataPathTable(1) diffServDataPathEntry(1) 4 }

.1.3.6.1.2.1.97.1.2
diffServClassifier OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) 2 }

.1.3.6.1.2.1.97.1.2.1
diffServClfrNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServClfrId, or a
       zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) 1 }

.1.3.6.1.2.1.97.1.2.2
diffServClfrTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table enumerates all the diffserv classifier functional
       data path elements of this device.  The actual classification
       definitions are defined in diffServClfrElementTable entries
       belonging to each classifier.

       An entry in this table, pointed to by a RowPointer specifying an
       instance of diffServClfrStatus, is frequently used as the name
       for a set of classifier elements, which all use the index
       diffServClfrId. Per the semantics of the classifier element
       table, these entries constitute one or more unordered sets of
       tests which may be simultaneously applied to a message to
       classify it.

       The primary function of this table is to ensure that the value of
       diffServClfrId is unique before attempting to use it in creating
       a diffServClfrElementEntry. Therefore, the diffServClfrEntry must
       be created on the same SET as the diffServClfrElementEntry, or
       before the diffServClfrElementEntry is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) 2 }

.1.3.6.1.2.1.97.1.2.2.1
diffServClfrEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServClfrId }
  DESCRIPTION	"An entry in the classifier table describes a single classifier.
       All classifier elements belonging to the same classifier use the
       classifier's diffServClfrId as part of their index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrTable(2) 1 }

.1.3.6.1.2.1.97.1.2.2.1.1
diffServClfrId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the classifier entries.  Managers
       should obtain new values for row creation in this table by
       reading diffServClfrNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrTable(2) diffServClfrEntry(1) 1 }

.1.3.6.1.2.1.97.1.2.2.1.2
diffServClfrStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrTable(2) diffServClfrEntry(1) 2 }

.1.3.6.1.2.1.97.1.2.2.1.3
diffServClfrStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrTable(2) diffServClfrEntry(1) 3 }

.1.3.6.1.2.1.97.1.2.3
diffServClfrElementNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServClfrElementId,
       or a zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) 3 }

.1.3.6.1.2.1.97.1.2.4
diffServClfrElementTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The classifier element table enumerates the relationship between
       classification patterns and subsequent downstream Differentiated
       Services Functional Data Path elements.
       diffServClfrElementSpecific points to a filter that specifies the
       classification parameters. A classifier may use filter tables of
       different types together.

       One example of a filter table defined in this MIB is
       diffServMultiFieldClfrTable, for IP Multi-Field Classifiers
       (MFCs). Such an entry might identify anything from a single
       micro-flow (an identifiable sub-session packet stream directed
       from one sending transport to the receiving transport or
       transports), or aggregates of those such as the traffic from a
       host, traffic for an application, or traffic between two hosts
       using an application and a given DSCP. The standard Behavior
       Aggregate used in the Differentiated Services Architecture is
       encoded as a degenerate case of such an aggregate - the traffic
       using a particular DSCP value.

       Filter tables for other filter types may be defined elsewhere."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) 4 }

.1.3.6.1.2.1.97.1.2.4.1
diffServClfrElementEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServClfrId, diffServClfrElementId }
  DESCRIPTION	"An entry in the classifier element table describes a single
       element of the classifier."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrElementTable(4) 1 }

.1.3.6.1.2.1.97.1.2.4.1.1
diffServClfrElementId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Classifier Element entries.
       Managers obtain new values for row creation in this table by
       reading diffServClfrElementNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrElementTable(4) diffServClfrElementEntry(1) 1 }

.1.3.6.1.2.1.97.1.2.4.1.2
diffServClfrElementPrecedence OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The relative order in which classifier elements are applied:
       higher numbers represent classifier element with higher
       precedence.  Classifier elements with the same order must be
       unambiguous i.e. they must define non-overlapping patterns, and
       are considered to be applied simultaneously to the traffic
       stream. Classifier elements with different order may overlap in
       their filters:  the classifier element with the highest order
       that matches is taken.

       On a given interface, there must be a complete classifier in
       place at all times in the ingress direction.  This means one or
       more filters must match any possible pattern. There is no such
       requirement in the egress direction."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrElementTable(4) diffServClfrElementEntry(1) 2 }

.1.3.6.1.2.1.97.1.2.4.1.3
diffServClfrElementNext OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This attribute provides one branch of the fan-out functionality
       of a classifier described in the Informal Differentiated Services
       Model section 4.1.

       This selects the next Differentiated Services Functional Data
       Path Element to handle traffic for this data path. This
       RowPointer should point to an instance of one of:
         diffServClfrEntry
         diffServMeterEntry
         diffServActionEntry
         diffServAlgDropEntry
         diffServQEntry

       A value of zeroDotZero in this attribute indicates no further
       Differentiated Services treatment is performed on traffic of this
       data path. The use of zeroDotZero is the normal usage for the
       last functional data path element of the current data path.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrElementTable(4) diffServClfrElementEntry(1) 3 }

.1.3.6.1.2.1.97.1.2.4.1.4
diffServClfrElementSpecific OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A pointer to a valid entry in another table, filter table, that
       describes the applicable classification parameters, e.g. an entry
       in diffServMultiFieldClfrTable.

       The value zeroDotZero is interpreted to match anything not
       matched by another classifier element - only one such entry may
       exist for each classifier.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the element is ignored."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrElementTable(4) diffServClfrElementEntry(1) 4 }

.1.3.6.1.2.1.97.1.2.4.1.5
diffServClfrElementStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrElementTable(4) diffServClfrElementEntry(1) 5 }

.1.3.6.1.2.1.97.1.2.4.1.6
diffServClfrElementStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServClfrElementTable(4) diffServClfrElementEntry(1) 6 }

.1.3.6.1.2.1.97.1.2.5
diffServMultiFieldClfrNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for
       diffServMultiFieldClfrId, or a zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) 5 }

.1.3.6.1.2.1.97.1.2.6
diffServMultiFieldClfrTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of IP Multi-field Classifier filter entries that a
       system may use to identify IP traffic."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) 6 }

.1.3.6.1.2.1.97.1.2.6.1
diffServMultiFieldClfrEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServMultiFieldClfrId }
  DESCRIPTION	"An IP Multi-field Classifier entry describes a single filter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) 1 }

.1.3.6.1.2.1.97.1.2.6.1.1
diffServMultiFieldClfrId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the MultiField Classifier filter
       entries.  Managers obtain new values for row creation in this
       table by reading diffServMultiFieldClfrNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 1 }

.1.3.6.1.2.1.97.1.2.6.1.2
diffServMultiFieldClfrAddrType OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of IP address used by this classifier entry.  While
       other types of addresses are defined in the InetAddressType
       textual convention, and DNS names, a classifier can only look at
       packets on the wire. Therefore, this object is limited to IPv4
       and IPv6 addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 2 }

.1.3.6.1.2.1.97.1.2.6.1.3
diffServMultiFieldClfrDstAddr OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address to match against the packet's destination IP
       address. This may not be a DNS name, but may be an IPv4 or IPv6
       prefix.  diffServMultiFieldClfrDstPrefixLength indicates the
       number of bits that are relevant."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 3 }

.1.3.6.1.2.1.97.1.2.6.1.4
diffServMultiFieldClfrDstPrefixLength OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of the CIDR Prefix carried in
       diffServMultiFieldClfrDstAddr. In IPv4 addresses, a length of 0
       indicates a match of any address; a length of 32 indicates a
       match of a single host address, and a length between 0 and 32
       indicates the use of a CIDR Prefix. IPv6 is similar, except that
       prefix lengths range from 0..128."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 4 }

.1.3.6.1.2.1.97.1.2.6.1.5
diffServMultiFieldClfrSrcAddr OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address to match against the packet's source IP address.
       This may not be a DNS name, but may be an IPv4 or IPv6 prefix.
       diffServMultiFieldClfrSrcPrefixLength indicates the number of
       bits that are relevant."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 5 }

.1.3.6.1.2.1.97.1.2.6.1.6
diffServMultiFieldClfrSrcPrefixLength OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of the CIDR Prefix carried in
       diffServMultiFieldClfrSrcAddr. In IPv4 addresses, a length of 0
       indicates a match of any address; a length of 32 indicates a
       match of a single host address, and a length between 0 and 32
       indicates the use of a CIDR Prefix. IPv6 is similar, except that
       prefix lengths range from 0..128."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 6 }

.1.3.6.1.2.1.97.1.2.6.1.7
diffServMultiFieldClfrDscp OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION DscpOrAny
  SYNTAX	Integer32 (-1 | 0..63) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value that the DSCP in the packet must have to match this
       entry. A value of -1 indicates that a specific DSCP value has not
       been defined and thus all DSCP values are considered a match."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 7 }

.1.3.6.1.2.1.97.1.2.6.1.8
diffServMultiFieldClfrFlowId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (0..1048575) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flow identifier in an IPv6 header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 8 }

.1.3.6.1.2.1.97.1.2.6.1.9
diffServMultiFieldClfrProtocol OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP protocol to match against the IPv4 protocol number or the
       IPv6 Next- Header number in the packet. A value of 255 means
       match all.  Note the protocol number of 255 is reserved by IANA,
       and Next-Header number of 0 is used in IPv6."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 9 }

.1.3.6.1.2.1.97.1.2.6.1.10
diffServMultiFieldClfrDstL4PortMin OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimum value that the layer-4 destination port number in
       the packet must have in order to match this classifier entry."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 10 }

.1.3.6.1.2.1.97.1.2.6.1.11
diffServMultiFieldClfrDstL4PortMax OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum value that the layer-4 destination port number in
       the packet must have in order to match this classifier entry.
       This value must be equal to or greater than the value specified
       for this entry in diffServMultiFieldClfrDstL4PortMin."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 11 }

.1.3.6.1.2.1.97.1.2.6.1.12
diffServMultiFieldClfrSrcL4PortMin OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimum value that the layer-4 source port number in the
       packet must have in order to match this classifier entry."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 12 }

.1.3.6.1.2.1.97.1.2.6.1.13
diffServMultiFieldClfrSrcL4PortMax OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum value that the layer-4 source port number in the
       packet must have in order to match this classifier entry. This
       value must be equal to or greater than the value specified for
       this entry in diffServMultiFieldClfrSrcL4PortMin."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 13 }

.1.3.6.1.2.1.97.1.2.6.1.14
diffServMultiFieldClfrStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 14 }

.1.3.6.1.2.1.97.1.2.6.1.15
diffServMultiFieldClfrStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServClassifier(2) diffServMultiFieldClfrTable(6) diffServMultiFieldClfrEntry(1) 15 }

.1.3.6.1.2.1.97.1.3
diffServMeter OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) 3 }

.1.3.6.1.2.1.97.1.3.1
diffServMeterNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServMeterId, or a
       zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServMeter(3) 1 }

.1.3.6.1.2.1.97.1.3.2
diffServMeterTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table enumerates specific meters that a system may use to
       police a stream of traffic. The traffic stream to be metered is
       determined by the Differentiated Services Functional Data Path
       Element(s) upstream of the meter i.e. by the object(s) that point
       to each entry in this table.  This may include all traffic on an
       interface.

       Specific meter details are to be found in table entry referenced
       by diffServMeterSpecific."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServMeter(3) 2 }

.1.3.6.1.2.1.97.1.3.2.1
diffServMeterEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServMeterId }
  DESCRIPTION	"An entry in the meter table describes a single conformance level
       of a meter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServMeter(3) diffServMeterTable(2) 1 }

.1.3.6.1.2.1.97.1.3.2.1.1
diffServMeterId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Meter entries.  Managers obtain new
       values for row creation in this table by reading
       diffServMeterNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServMeter(3) diffServMeterTable(2) diffServMeterEntry(1) 1 }

.1.3.6.1.2.1.97.1.3.2.1.2
diffServMeterSucceedNext OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the traffic does conform, this selects the next
       Differentiated Services Functional Data Path element to handle
       traffic for this data path. This RowPointer should point to an
       instance of one of:
         diffServClfrEntry
         diffServMeterEntry
         diffServActionEntry
         diffServAlgDropEntry
         diffServQEntry

       A value of zeroDotZero in this attribute indicates that no
       further Differentiated Services treatment is performed on traffic
       of this data path. The use of zeroDotZero is the normal usage for
       the last functional data path element of the current data path.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServMeter(3) diffServMeterTable(2) diffServMeterEntry(1) 2 }

.1.3.6.1.2.1.97.1.3.2.1.3
diffServMeterFailNext OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the traffic does not conform, this selects the next
       Differentiated Services Functional Data Path element to handle
       traffic for this data path. This RowPointer should point to an
       instance of one of:
         diffServClfrEntry
         diffServMeterEntry
         diffServActionEntry
         diffServAlgDropEntry
         diffServQEntry

       A value of zeroDotZero in this attribute indicates no further
       Differentiated Services treatment is performed on traffic of this
       data path. The use of zeroDotZero is the normal usage for the
       last functional data path element of the current data path.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServMeter(3) diffServMeterTable(2) diffServMeterEntry(1) 3 }

.1.3.6.1.2.1.97.1.3.2.1.4
diffServMeterSpecific OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This indicates the behavior of the meter by pointing to an entry
       containing detailed parameters. Note that entries in that
       specific table must be managed explicitly.

       For example, diffServMeterSpecific may point to an entry in
       diffServTBParamTable, which contains an instance of a single set
       of Token Bucket parameters.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the meter always succeeds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServMeter(3) diffServMeterTable(2) diffServMeterEntry(1) 4 }

.1.3.6.1.2.1.97.1.3.2.1.5
diffServMeterStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServMeter(3) diffServMeterTable(2) diffServMeterEntry(1) 5 }

.1.3.6.1.2.1.97.1.3.2.1.6
diffServMeterStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServMeter(3) diffServMeterTable(2) diffServMeterEntry(1) 6 }

.1.3.6.1.2.1.97.1.4
diffServTBParam OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) 4 }

.1.3.6.1.2.1.97.1.4.1
diffServTBParamNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServTBParamId, or a
       zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) 1 }

.1.3.6.1.2.1.97.1.4.2
diffServTBParamTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table enumerates a single set of token bucket meter
       parameters that a system may use to police a stream of traffic.
       Such meters are modeled here as having a single rate and a single
       burst size. Multiple entries are used when multiple rates/burst
       sizes are needed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) 2 }

.1.3.6.1.2.1.97.1.4.2.1
diffServTBParamEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServTBParamId }
  DESCRIPTION	"An entry that describes a single set of token bucket
       parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) diffServTBParamTable(2) 1 }

.1.3.6.1.2.1.97.1.4.2.1.1
diffServTBParamId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Token Bucket Parameter entries.
       Managers obtain new values for row creation in this table by
       reading diffServTBParamNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) diffServTBParamTable(2) diffServTBParamEntry(1) 1 }

.1.3.6.1.2.1.97.1.4.2.1.2
diffServTBParamType OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Metering algorithm associated with the Token Bucket
       parameters.  zeroDotZero indicates this is unknown.

       Standard values for generic algorithms:
       diffServTBParamSimpleTokenBucket, diffServTBParamAvgRate,
       diffServTBParamSrTCMBlind, diffServTBParamSrTCMAware,
       diffServTBParamTrTCMBlind, diffServTBParamTrTCMAware, and
       diffServTBParamTswTCM are specified in this MIB as OBJECT-
       IDENTITYs; additional values may be further specified in other
       MIBs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) diffServTBParamTable(2) diffServTBParamEntry(1) 2 }

.1.3.6.1.2.1.97.1.4.2.1.3
diffServTBParamRate OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The token-bucket rate, in kilobits per second (kbps). This
       attribute is used for:
       1. CIR in RFC 2697 for srTCM
       2. CIR and PIR in RFC 2698 for trTCM
       3. CTR and PTR in RFC 2859 for TSWTCM
       4. AverageRate in RFC 3290."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) diffServTBParamTable(2) diffServTBParamEntry(1) 3 }

.1.3.6.1.2.1.97.1.4.2.1.4
diffServTBParamBurstSize OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION BurstSize
  SYNTAX	INTEGER (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of bytes in a single transmission burst. This
       attribute is used for:
       1. CBS and EBS in RFC 2697 for srTCM
       2. CBS and PBS in RFC 2698 for trTCM
       3. Burst Size in RFC 3290."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) diffServTBParamTable(2) diffServTBParamEntry(1) 4 }

.1.3.6.1.2.1.97.1.4.2.1.5
diffServTBParamInterval OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time interval used with the token bucket.  For:
       1. Average Rate Meter, the Informal Differentiated Services Model
          section 5.2.1, - Delta.
       2. Simple Token Bucket Meter, the Informal Differentiated
          Services Model section 5.1, - time interval t.
       3. RFC 2859 TSWTCM, - AVG_INTERVAL.
       4. RFC 2697 srTCM, RFC 2698 trTCM, - token bucket update time
          interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) diffServTBParamTable(2) diffServTBParamEntry(1) 5 }

.1.3.6.1.2.1.97.1.4.2.1.6
diffServTBParamStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) diffServTBParamTable(2) diffServTBParamEntry(1) 6 }

.1.3.6.1.2.1.97.1.4.2.1.7
diffServTBParamStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServTBParam(4) diffServTBParamTable(2) diffServTBParamEntry(1) 7 }

.1.3.6.1.2.1.97.1.5
diffServAction OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) 5 }

.1.3.6.1.2.1.97.1.5.1
diffServActionNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServActionId, or a
       zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) 1 }

.1.3.6.1.2.1.97.1.5.2
diffServActionTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Action Table enumerates actions that can be performed to a
       stream of traffic. Multiple actions can be concatenated. For
       example, traffic exiting from a meter may be counted, marked, and
       potentially dropped before entering a queue.

       Specific actions are indicated by diffServActionSpecific which
       points to an entry of a specific action type parameterizing the
       action in detail."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) 2 }

.1.3.6.1.2.1.97.1.5.2.1
diffServActionEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServActionId }
  DESCRIPTION	"Each entry in the action table allows description of one
       specific action to be applied to traffic."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServActionTable(2) 1 }

.1.3.6.1.2.1.97.1.5.2.1.1
diffServActionId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Action entries.  Managers obtain
       new values for row creation in this table by reading
       diffServActionNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServActionTable(2) diffServActionEntry(1) 1 }

.1.3.6.1.2.1.97.1.5.2.1.2
diffServActionInterface OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interface index (value of ifIndex) that this action occurs
       on. This may be derived from the diffServDataPathStartEntry's
       index by extension through the various RowPointers. However, as
       this may be difficult for a network management station, it is
       placed here as well.  If this is indeterminate, the value is
       zero.

       This is of especial relevance when reporting the counters which
       may apply to traffic crossing an interface:
          diffServCountActOctets,
          diffServCountActPkts,
          diffServAlgDropOctets,
          diffServAlgDropPkts,
          diffServAlgRandomDropOctets, and
          diffServAlgRandomDropPkts.

       It is also especially relevant to the queue and scheduler which
       may be subsequently applied."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServActionTable(2) diffServActionEntry(1) 2 }

.1.3.6.1.2.1.97.1.5.2.1.3
diffServActionNext OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This selects the next Differentiated Services Functional Data
       Path Element to handle traffic for this data path. This
       RowPointer should point to an instance of one of:
         diffServClfrEntry
         diffServMeterEntry
         diffServActionEntry
         diffServAlgDropEntry
         diffServQEntry

       A value of zeroDotZero in this attribute indicates no further
       Differentiated Services treatment is performed on traffic of this
       data path. The use of zeroDotZero is the normal usage for the
       last functional data path element of the current data path.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServActionTable(2) diffServActionEntry(1) 3 }

.1.3.6.1.2.1.97.1.5.2.1.4
diffServActionSpecific OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A pointer to an object instance providing additional information
       for the type of action indicated by this action table entry.

       For the standard actions defined by this MIB module, this should
       point to either a diffServDscpMarkActEntry or a
       diffServCountActEntry. For other actions, it may point to an
       object instance defined in some other MIB.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the Meter should be treated as
       if it were not present.  This may lead to incorrect policy
       behavior."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServActionTable(2) diffServActionEntry(1) 4 }

.1.3.6.1.2.1.97.1.5.2.1.5
diffServActionStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServActionTable(2) diffServActionEntry(1) 5 }

.1.3.6.1.2.1.97.1.5.2.1.6
diffServActionStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServActionTable(2) diffServActionEntry(1) 6 }

.1.3.6.1.2.1.97.1.5.3
diffServDscpMarkActTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table enumerates specific DSCPs used for marking or
       remarking the DSCP field of IP packets. The entries of this table
       may be referenced by a diffServActionSpecific attribute."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) 3 }

.1.3.6.1.2.1.97.1.5.3.1
diffServDscpMarkActEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServDscpMarkActDscp }
  DESCRIPTION	"An entry in the DSCP mark action table that describes a single
       DSCP used for marking."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServDscpMarkActTable(3) 1 }

.1.3.6.1.2.1.97.1.5.3.1.1
diffServDscpMarkActDscp OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION Dscp
  SYNTAX	Integer32 (0..63) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The DSCP that this Action will store into the DSCP field of the
       subject. It is quite possible that the only packets subject to
       this Action are already marked with this DSCP. Note also that
       Differentiated Services processing may result in packet being
       marked on both ingress to a network and on egress from it, and
       that ingress and egress can occur in the same router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServDscpMarkActTable(3) diffServDscpMarkActEntry(1) 1 }

.1.3.6.1.2.1.97.1.5.4
diffServCountActNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for
       diffServCountActId, or a zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) 4 }

.1.3.6.1.2.1.97.1.5.5
diffServCountActTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains counters for all the traffic passing through
       an action element."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) 5 }

.1.3.6.1.2.1.97.1.5.5.1
diffServCountActEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServCountActId }
  DESCRIPTION	"An entry in the count action table describes a single set of
       traffic counters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServCountActTable(5) 1 }

.1.3.6.1.2.1.97.1.5.5.1.1
diffServCountActId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Count Action entries.  Managers
       obtain new values for row creation in this table by reading
       diffServCountActNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServCountActTable(5) diffServCountActEntry(1) 1 }

.1.3.6.1.2.1.97.1.5.5.1.2
diffServCountActOctets OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets at the Action data path element.

       Discontinuities in the value of this counter can occur at re-
       initialization of the management system and at other times as
       indicated by the value of ifCounterDiscontinuityTime on the
       relevant interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServCountActTable(5) diffServCountActEntry(1) 2 }

.1.3.6.1.2.1.97.1.5.5.1.3
diffServCountActPkts OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets at the Action data path element.

       Discontinuities in the value of this counter can occur at re-
       initialization of the management system and at other times as
       indicated by the value of ifCounterDiscontinuityTime on the
       relevant interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServCountActTable(5) diffServCountActEntry(1) 3 }

.1.3.6.1.2.1.97.1.5.5.1.4
diffServCountActStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServCountActTable(5) diffServCountActEntry(1) 4 }

.1.3.6.1.2.1.97.1.5.5.1.5
diffServCountActStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAction(5) diffServCountActTable(5) diffServCountActEntry(1) 5 }

.1.3.6.1.2.1.97.1.6
diffServAlgDrop OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) 6 }

.1.3.6.1.2.1.97.1.6.1
diffServAlgDropNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServAlgDropId, or a
       zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) 1 }

.1.3.6.1.2.1.97.1.6.2
diffServAlgDropTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The algorithmic drop table contains entries describing an
       element that drops packets according to some algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) 2 }

.1.3.6.1.2.1.97.1.6.2.1
diffServAlgDropEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServAlgDropId }
  DESCRIPTION	"An entry describes a process that drops packets according to
       some algorithm. Further details of the algorithm type are to be
       found in diffServAlgDropType and with more detail parameter entry
       pointed to by diffServAlgDropSpecific when necessary."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) 1 }

.1.3.6.1.2.1.97.1.6.2.1.1
diffServAlgDropId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Algorithmic Dropper entries.
       Managers obtain new values for row creation in this table by
       reading diffServAlgDropNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 1 }

.1.3.6.1.2.1.97.1.6.2.1.2
diffServAlgDropType OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	INTEGER {other(1), tailDrop(2), headDrop(3), randomDrop(4), alwaysDrop(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of algorithm used by this dropper. The value other(1)
       requires further specification in some other MIB module.

       In the tailDrop(2) algorithm, diffServAlgDropQThreshold
       represents the maximum depth of the queue, pointed to by
       diffServAlgDropQMeasure, beyond which all newly arriving packets
       will be dropped.

       In the headDrop(3) algorithm, if a packet arrives when the
       current depth of the queue, pointed to by
       diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets
       currently at the head of the queue are dropped to make room for
       the new packet to be enqueued at the tail of the queue.

       In the randomDrop(4) algorithm, on packet arrival, an Active
       Queue Management algorithm is executed which may randomly drop a
       packet. This algorithm may be proprietary, and it may drop either
       the arriving packet or another packet in the queue.
       diffServAlgDropSpecific points to a diffServRandomDropEntry that
       describes the algorithm. For this algorithm,
       diffServAlgDropQThreshold is understood to be the absolute
       maximum size of the queue and additional parameters are described
       in diffServRandomDropTable.

       The alwaysDrop(5) algorithm is as its name specifies; always
       drop. In this case, the other configuration values in this Entry
       are not meaningful; There is no useful 'next' processing step,
       there is no queue, and parameters describing the queue are not
       useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure,
       and diffServAlgDropSpecific are all zeroDotZero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 2 }

.1.3.6.1.2.1.97.1.6.2.1.3
diffServAlgDropNext OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This selects the next Differentiated Services Functional Data
       Path Element to handle traffic for this data path. This
       RowPointer should point to an instance of one of:
         diffServClfrEntry
         diffServMeterEntry
         diffServActionEntry
         diffServQEntry

       A value of zeroDotZero in this attribute indicates no further
       Differentiated Services treatment is performed on traffic of this
       data path. The use of zeroDotZero is the normal usage for the
       last functional data path element of the current data path.

       When diffServAlgDropType is alwaysDrop(5), this object is
       ignored.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 3 }

.1.3.6.1.2.1.97.1.6.2.1.4
diffServAlgDropQMeasure OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Points to an entry in the diffServQTable to indicate the queue
       that a drop algorithm is to monitor when deciding whether to drop
       a packet. If the row pointed to does not exist, the algorithmic
       dropper element is considered inactive.
       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 4 }

.1.3.6.1.2.1.97.1.6.2.1.5
diffServAlgDropQThreshold OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A threshold on the depth in bytes of the queue being measured at
       which a trigger is generated to the dropping algorithm, unless
       diffServAlgDropType is alwaysDrop(5) where this object is
       ignored.

       For the tailDrop(2) or headDrop(3) algorithms, this represents
       the depth of the queue, pointed to by diffServAlgDropQMeasure, at
       which the drop action will take place. Other algorithms will need
       to define their own semantics for this threshold."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 5 }

.1.3.6.1.2.1.97.1.6.2.1.6
diffServAlgDropSpecific OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Points to a table entry that provides further detail regarding a
       drop algorithm.

       Entries with diffServAlgDropType equal to other(1) may have this
       point to a table defined in another MIB module.

       Entries with diffServAlgDropType equal to randomDrop(4) must have
       this point to an entry in diffServRandomDropTable.

       For all other algorithms specified in this MIB, this should take
       the value zeroDotZero.

       The diffServAlgDropType is authoritative for the type of the drop
       algorithm and the specific parameters for the drop algorithm
       needs to be evaluated based on the diffServAlgDropType.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 6 }

.1.3.6.1.2.1.97.1.6.2.1.7
diffServAlgDropOctets OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets that have been deterministically dropped by
       this drop process.

       Discontinuities in the value of this counter can occur at re-
       initialization of the management system and at other times as
       indicated by the value of ifCounterDiscontinuityTime on the
       relevant interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 7 }

.1.3.6.1.2.1.97.1.6.2.1.8
diffServAlgDropPkts OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that have been deterministically dropped
       by this drop process.

       Discontinuities in the value of this counter can occur at re-
       initialization of the management system and at other times as
       indicated by the value of ifCounterDiscontinuityTime on the
       relevant interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 8 }

.1.3.6.1.2.1.97.1.6.2.1.9
diffServAlgRandomDropOctets OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets that have been randomly dropped by this
       drop process.  This counter applies, therefore, only to random
       droppers.

       Discontinuities in the value of this counter can occur at re-
       initialization of the management system and at other times as
       indicated by the value of ifCounterDiscontinuityTime on the
       relevant interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 9 }

.1.3.6.1.2.1.97.1.6.2.1.10
diffServAlgRandomDropPkts OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that have been randomly dropped by this
       drop process. This counter applies, therefore, only to random
       droppers.

       Discontinuities in the value of this counter can occur at re-
       initialization of the management system and at other times as
       indicated by the value of ifCounterDiscontinuityTime on the
       relevant interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 10 }

.1.3.6.1.2.1.97.1.6.2.1.11
diffServAlgDropStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 11 }

.1.3.6.1.2.1.97.1.6.2.1.12
diffServAlgDropStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) 12 }

.1.3.6.1.2.1.97.1.6.3
diffServRandomDropNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServRandomDropId,
       or a zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) 3 }

.1.3.6.1.2.1.97.1.6.4
diffServRandomDropTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The random drop table contains entries describing a process that
       drops packets randomly. Entries in this table are pointed to by
       diffServAlgDropSpecific."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) 4 }

.1.3.6.1.2.1.97.1.6.4.1
diffServRandomDropEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServRandomDropId }
  DESCRIPTION	"An entry describes a process that drops packets according to a
       random algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) 1 }

.1.3.6.1.2.1.97.1.6.4.1.1
diffServRandomDropId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Random Drop entries.  Managers
       obtain new values for row creation in this table by reading
       diffServRandomDropNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 1 }

.1.3.6.1.2.1.97.1.6.4.1.2
diffServRandomDropMinThreshBytes OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The average queue depth in bytes, beyond which traffic has a
       non-zero probability of being dropped. Changes in this variable
       may or may not be reflected in the reported value of
       diffServRandomDropMinThreshPkts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 2 }

.1.3.6.1.2.1.97.1.6.4.1.3
diffServRandomDropMinThreshPkts OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The average queue depth in packets, beyond which traffic has a
       non-zero probability of being dropped. Changes in this variable
       may or may not be reflected in the reported value of
       diffServRandomDropMinThreshBytes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 3 }

.1.3.6.1.2.1.97.1.6.4.1.4
diffServRandomDropMaxThreshBytes OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The average queue depth beyond which traffic has a probability
       indicated by diffServRandomDropProbMax of being dropped or
       marked. Note that this differs from the physical queue limit,
       which is stored in diffServAlgDropQThreshold. Changes in this
       variable may or may not be reflected in the reported value of
       diffServRandomDropMaxThreshPkts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 4 }

.1.3.6.1.2.1.97.1.6.4.1.5
diffServRandomDropMaxThreshPkts OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The average queue depth beyond which traffic has a probability
       indicated by diffServRandomDropProbMax of being dropped or
       marked. Note that this differs from the physical queue limit,
       which is stored in diffServAlgDropQThreshold. Changes in this
       variable may or may not be reflected in the reported value of
       diffServRandomDropMaxThreshBytes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 5 }

.1.3.6.1.2.1.97.1.6.4.1.6
diffServRandomDropProbMax OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (0..1000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The worst case random drop probability, expressed in drops per
       thousand packets.

       For example, if in the worst case every arriving packet may be
       dropped (100%) for a period, this has the value 1000.
       Alternatively, if in the worst case only one percent (1%) of
       traffic may be dropped, it has the value 10."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 6 }

.1.3.6.1.2.1.97.1.6.4.1.7
diffServRandomDropWeight OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (0..65536) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The weighting of past history in affecting the Exponentially
       Weighted Moving Average function that calculates the current
       average queue depth.  The equation uses
       diffServRandomDropWeight/65536 as the coefficient for the new
       sample in the equation, and (65536 -
       diffServRandomDropWeight)/65536 as the coefficient of the old
       value.

       Implementations may limit the values of diffServRandomDropWeight
       to a subset of the possible range of values, such as powers of
       two. Doing this would facilitate implementation of the
       Exponentially Weighted Moving Average using shift instructions or
       registers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 7 }

.1.3.6.1.2.1.97.1.6.4.1.8
diffServRandomDropSamplingRate OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (0..1000000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of times per second the queue is sampled for queue
       average calculation.  A value of zero is used to mean that the
       queue is sampled approximately each time a packet is enqueued (or
       dequeued)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 8 }

.1.3.6.1.2.1.97.1.6.4.1.9
diffServRandomDropStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 9 }

.1.3.6.1.2.1.97.1.6.4.1.10
diffServRandomDropStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServRandomDropTable(4) diffServRandomDropEntry(1) 10 }

.1.3.6.1.2.1.97.1.7
diffServQueue OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) 7 }

.1.3.6.1.2.1.97.1.7.1
diffServQNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServQId, or a zero
       to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServQueue(7) 1 }

.1.3.6.1.2.1.97.1.7.2
diffServQTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Queue Table enumerates the individual queues.  Note that the
       MIB models queuing systems as composed of individual queues, one
       per class of traffic, even though they may in fact be structured
       as classes of traffic scheduled using a common calendar queue, or
       in other ways."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServQueue(7) 2 }

.1.3.6.1.2.1.97.1.7.2.1
diffServQEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServQId }
  DESCRIPTION	"An entry in the Queue Table describes a single queue or class of
       traffic."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServQueue(7) diffServQTable(2) 1 }

.1.3.6.1.2.1.97.1.7.2.1.1
diffServQId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Queue entries.  Managers obtain new
       values for row creation in this table by reading
       diffServQNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServQueue(7) diffServQTable(2) diffServQEntry(1) 1 }

.1.3.6.1.2.1.97.1.7.2.1.2
diffServQNext OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This selects the next Differentiated Services Scheduler.  The
       RowPointer must point to a diffServSchedulerEntry.

       A value of zeroDotZero in this attribute indicates an incomplete
       diffServQEntry instance. In such a case, the entry has no
       operational effect, since it has no parameters to give it
       meaning.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServQueue(7) diffServQTable(2) diffServQEntry(1) 2 }

.1.3.6.1.2.1.97.1.7.2.1.3
diffServQMinRate OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This RowPointer indicates the diffServMinRateEntry that the
       scheduler, pointed to by diffServQNext, should use to service
       this queue.

       If the row pointed to is zeroDotZero, the minimum rate and
       priority is unspecified.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServQueue(7) diffServQTable(2) diffServQEntry(1) 3 }

.1.3.6.1.2.1.97.1.7.2.1.4
diffServQMaxRate OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This RowPointer indicates the diffServMaxRateEntry that the
       scheduler, pointed to by diffServQNext, should use to service
       this queue.

       If the row pointed to is zeroDotZero, the maximum rate is the
       line speed of the interface.
       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServQueue(7) diffServQTable(2) diffServQEntry(1) 4 }

.1.3.6.1.2.1.97.1.7.2.1.5
diffServQStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServQueue(7) diffServQTable(2) diffServQEntry(1) 5 }

.1.3.6.1.2.1.97.1.7.2.1.6
diffServQStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServQueue(7) diffServQTable(2) diffServQEntry(1) 6 }

.1.3.6.1.2.1.97.1.8
diffServScheduler OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) 8 }

.1.3.6.1.2.1.97.1.8.1
diffServSchedulerNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServSchedulerId, or
       a zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) 1 }

.1.3.6.1.2.1.97.1.8.2
diffServSchedulerTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Scheduler Table enumerates packet schedulers. Multiple
       scheduling algorithms can be used on a given data path, with each
       algorithm described by one diffServSchedulerEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) 2 }

.1.3.6.1.2.1.97.1.8.2.1
diffServSchedulerEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServSchedulerId }
  DESCRIPTION	"An entry in the Scheduler Table describing a single instance of
       a scheduling algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServSchedulerTable(2) 1 }

.1.3.6.1.2.1.97.1.8.2.1.1
diffServSchedulerId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Scheduler entries.  Managers obtain
       new values for row creation in this table by reading
       diffServSchedulerNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServSchedulerTable(2) diffServSchedulerEntry(1) 1 }

.1.3.6.1.2.1.97.1.8.2.1.2
diffServSchedulerNext OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This selects the next Differentiated Services Functional Data
       Path Element to handle traffic for this data path. This normally
       is null (zeroDotZero), or points to a diffServSchedulerEntry or a
       diffServQEntry.

       However, this RowPointer may also point to an instance of:
         diffServClfrEntry,
         diffServMeterEntry,
         diffServActionEntry,
         diffServAlgDropEntry.

       It would point another diffServSchedulerEntry when implementing
       multiple scheduler methods for the same data path, such as having
       one set of queues scheduled by WRR and that group participating
       in a priority scheduling system in which other queues compete
       with it in that way.  It might also point to a second scheduler
       in a hierarchical scheduling system.

       If the row pointed to is zeroDotZero, no further Differentiated
       Services treatment is performed on traffic of this data path.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServSchedulerTable(2) diffServSchedulerEntry(1) 2 }

.1.3.6.1.2.1.97.1.8.2.1.3
diffServSchedulerMethod OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The scheduling algorithm used by this Scheduler. zeroDotZero
       indicates that this is unknown.  Standard values for generic
       algorithms: diffServSchedulerPriority, diffServSchedulerWRR, and
       diffServSchedulerWFQ are specified in this MIB; additional values
       may be further specified in other MIBs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServSchedulerTable(2) diffServSchedulerEntry(1) 3 }

.1.3.6.1.2.1.97.1.8.2.1.4
diffServSchedulerMinRate OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This RowPointer indicates the entry in diffServMinRateTable
       which indicates the priority or minimum output rate from this
       scheduler. This attribute is used only when there is more than
       one level of scheduler.

       When it has the value zeroDotZero, it indicates that no minimum
       rate or priority is imposed.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServSchedulerTable(2) diffServSchedulerEntry(1) 4 }

.1.3.6.1.2.1.97.1.8.2.1.5
diffServSchedulerMaxRate OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This RowPointer indicates the entry in diffServMaxRateTable
       which indicates the maximum output rate from this scheduler.
       When more than one maximum rate applies (eg, when a multi-rate
       shaper is in view), it points to the first of those rate entries.
       This attribute is used only when there is more than one level of
       scheduler.

       When it has the value zeroDotZero, it indicates that no maximum
       rate is imposed.

       Setting this to point to a target that does not exist results in
       an inconsistentValue error.  If the row pointed to is removed or
       becomes inactive by other means, the treatment is as if this
       attribute contains a value of zeroDotZero."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServSchedulerTable(2) diffServSchedulerEntry(1) 5 }

.1.3.6.1.2.1.97.1.8.2.1.6
diffServSchedulerStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServSchedulerTable(2) diffServSchedulerEntry(1) 6 }

.1.3.6.1.2.1.97.1.8.2.1.7
diffServSchedulerStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServSchedulerTable(2) diffServSchedulerEntry(1) 7 }

.1.3.6.1.2.1.97.1.8.3
diffServMinRateNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServMinRateId, or a
       zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) 3 }

.1.3.6.1.2.1.97.1.8.4
diffServMinRateTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Minimum Rate Parameters Table enumerates individual sets of
       scheduling parameter that can be used/reused by Queues and
       Schedulers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) 4 }

.1.3.6.1.2.1.97.1.8.4.1
diffServMinRateEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServMinRateId }
  DESCRIPTION	"An entry in the Minimum Rate Parameters Table describes a single
       set of scheduling parameters for use by one or more queues or
       schedulers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMinRateTable(4) 1 }

.1.3.6.1.2.1.97.1.8.4.1.1
diffServMinRateId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Scheduler Parameter entries.
       Managers obtain new values for row creation in this table by
       reading diffServMinRateNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMinRateTable(4) diffServMinRateEntry(1) 1 }

.1.3.6.1.2.1.97.1.8.4.1.2
diffServMinRatePriority OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority of this input to the associated scheduler, relative
       to the scheduler's other inputs. A queue or scheduler with a
       larger numeric value will be served before another with a smaller
       numeric value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMinRateTable(4) diffServMinRateEntry(1) 2 }

.1.3.6.1.2.1.97.1.8.4.1.3
diffServMinRateAbsolute OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimum absolute rate, in kilobits/sec, that a downstream
       scheduler element should allocate to this queue. If the value is
       zero, then there is effectively no minimum rate guarantee. If the
       value is non-zero, the scheduler will assure the servicing of
       this queue to at least this rate.

       Note that this attribute value and that of
       diffServMinRateRelative are coupled: changes to one will affect
       the value of the other. They are linked by the following
       equation, in that setting one will change the other:

         diffServMinRateRelative =
                 (diffServMinRateAbsolute*1000000)/ifSpeed

       or, if appropriate:

         diffServMinRateRelative = diffServMinRateAbsolute/ifHighSpeed"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMinRateTable(4) diffServMinRateEntry(1) 3 }

.1.3.6.1.2.1.97.1.8.4.1.4
diffServMinRateRelative OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimum rate that a downstream scheduler element should
       allocate to this queue, relative to the maximum rate of the
       interface as reported by ifSpeed or ifHighSpeed, in units of
       1/1000 of 1. If the value is zero, then there is effectively no
       minimum rate guarantee. If the value is non-zero, the scheduler
       will assure the servicing of this queue to at least this rate.

       Note that this attribute value and that of
       diffServMinRateAbsolute are coupled: changes to one will affect
       the value of the other. They are linked by the following
       equation, in that setting one will change the other:
         diffServMinRateRelative =
                 (diffServMinRateAbsolute*1000000)/ifSpeed

       or, if appropriate:

         diffServMinRateRelative = diffServMinRateAbsolute/ifHighSpeed"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMinRateTable(4) diffServMinRateEntry(1) 4 }

.1.3.6.1.2.1.97.1.8.4.1.5
diffServMinRateStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMinRateTable(4) diffServMinRateEntry(1) 5 }

.1.3.6.1.2.1.97.1.8.4.1.6
diffServMinRateStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMinRateTable(4) diffServMinRateEntry(1) 6 }

.1.3.6.1.2.1.97.1.8.5
diffServMaxRateNextFree OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for diffServMaxRateId, or a
       zero to indicate that none exist."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) 5 }

.1.3.6.1.2.1.97.1.8.6
diffServMaxRateTable OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Maximum Rate Parameter Table enumerates individual sets of
       scheduling parameter that can be used/reused by Queues and
       Schedulers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) 6 }

.1.3.6.1.2.1.97.1.8.6.1
diffServMaxRateEntry OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ diffServMaxRateId, diffServMaxRateLevel }
  DESCRIPTION	"An entry in the Maximum Rate Parameter Table describes a single
       set of scheduling parameters for use by one or more queues or
       schedulers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMaxRateTable(6) 1 }

.1.3.6.1.2.1.97.1.8.6.1.1
diffServMaxRateId OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that enumerates the Maximum Rate Parameter entries.
       Managers obtain new values for row creation in this table by
       reading diffServMaxRateNextFree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMaxRateTable(6) diffServMaxRateEntry(1) 1 }

.1.3.6.1.2.1.97.1.8.6.1.2
diffServMaxRateLevel OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that indicates which level of a multi-rate shaper is
       being given its parameters. A multi-rate shaper has some number
       of rate levels. Frame Relay's dual rate specification refers to a
       'committed' and an 'excess' rate; ATM's dual rate specification
       refers to a 'mean' and a 'peak' rate. This table is generalized
       to support an arbitrary number of rates. The committed or mean
       rate is level 1, the peak rate (if any) is the highest level rate
       configured, and if there are other rates they are distributed in
       monotonically increasing order between them."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMaxRateTable(6) diffServMaxRateEntry(1) 2 }

.1.3.6.1.2.1.97.1.8.6.1.3
diffServMaxRateAbsolute OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum rate in kilobits/sec that a downstream scheduler
       element should allocate to this queue. If the value is zero, then
       there is effectively no maximum rate limit and that the scheduler
       should attempt to be work conserving for this queue. If the value
       is non-zero, the scheduler will limit the servicing of this queue
       to, at most, this rate in a non-work-conserving manner.

       Note that this attribute value and that of
       diffServMaxRateRelative are coupled: changes to one will affect
       the value of the other. They are linked by the following
       equation, in that setting one will change the other:

         diffServMaxRateRelative =
                 (diffServMaxRateAbsolute*1000000)/ifSpeed

       or, if appropriate:

         diffServMaxRateRelative = diffServMaxRateAbsolute/ifHighSpeed"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMaxRateTable(6) diffServMaxRateEntry(1) 3 }

.1.3.6.1.2.1.97.1.8.6.1.4
diffServMaxRateRelative OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum rate that a downstream scheduler element should
       allocate to this queue, relative to the maximum rate of the
       interface as reported by ifSpeed or ifHighSpeed, in units of
       1/1000 of 1. If the value is zero, then there is effectively no
       maximum rate limit and the scheduler should attempt to be work
       conserving for this queue. If the value is non-zero, the
       scheduler will limit the servicing of this queue to, at most,
       this rate in a non-work-conserving manner.

       Note that this attribute value and that of
       diffServMaxRateAbsolute are coupled: changes to one will affect
       the value of the other. They are linked by the following
       equation, in that setting one will change the other:

         diffServMaxRateRelative =
                 (diffServMaxRateAbsolute*1000000)/ifSpeed

       or, if appropriate:

         diffServMaxRateRelative = diffServMaxRateAbsolute/ifHighSpeed"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMaxRateTable(6) diffServMaxRateEntry(1) 4 }

.1.3.6.1.2.1.97.1.8.6.1.5
diffServMaxRateThreshold OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION BurstSize
  SYNTAX	INTEGER (0..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of bytes of queue depth at which the rate of a
       multi-rate scheduler will increase to the next output rate. In
       the last conceptual row for such a shaper, this threshold is
       ignored and by convention is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMaxRateTable(6) diffServMaxRateEntry(1) 5 }

.1.3.6.1.2.1.97.1.8.6.1.6
diffServMaxRateStorage OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.  Conceptual rows
       having the value 'permanent' need not allow write-access to any
       columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMaxRateTable(6) diffServMaxRateEntry(1) 6 }

.1.3.6.1.2.1.97.1.8.6.1.7
diffServMaxRateStatus OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. All writable objects in this
       row may be modified at any time. Setting this variable to
       'destroy' when the MIB contains one or more RowPointers pointing
       to it results in destruction being delayed until the row is no
       longer used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServScheduler(8) diffServMaxRateTable(6) diffServMaxRateEntry(1) 7 }

.1.3.6.1.2.1.97.2
diffServMIBConformance OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) 2 }

.1.3.6.1.2.1.97.2.1
diffServMIBCompliances OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) 1 }

.1.3.6.1.2.1.97.2.1.1
diffServMIBFullCompliance MODULE-COMPLIANCE
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"When this MIB is implemented with support for read-create, then
       such an implementation can claim full compliance. Such devices
       can then be both monitored and configured with this MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBCompliances(1) 1 }

.1.3.6.1.2.1.97.2.1.2
diffServMIBReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"When this MIB is implemented without support for read-create
       (i.e. in read-only mode), then such an implementation can claim
       read-only compliance. Such a device can then be monitored but can
       not be configured with this MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBCompliances(1) 2 }

.1.3.6.1.2.1.97.2.2
diffServMIBGroups OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) 2 }

.1.3.6.1.2.1.97.2.2.1
diffServMIBDataPathGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Data Path Group defines the MIB Objects that describe a
       functional data path."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 1 }

.1.3.6.1.2.1.97.2.2.2
diffServMIBClfrGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Classifier Group defines the MIB Objects that describe the
       list the starts of individual classifiers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 2 }

.1.3.6.1.2.1.97.2.2.3
diffServMIBClfrElementGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Classifier Element Group defines the MIB Objects that
       describe the classifier elements that make up a generic
       classifier."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 3 }

.1.3.6.1.2.1.97.2.2.4
diffServMIBMultiFieldClfrGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Multi-field Classifier Group defines the MIB Objects that
       describe a classifier element for matching on various fields of
       an IP and upper-layer protocol header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 4 }

.1.3.6.1.2.1.97.2.2.5
diffServMIBMeterGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Meter Group defines the objects used in describing a generic
       meter element."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 5 }

.1.3.6.1.2.1.97.2.2.6
diffServMIBTBParamGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Token-Bucket Meter Group defines the objects used in
       describing a token bucket meter element."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 6 }

.1.3.6.1.2.1.97.2.2.7
diffServMIBActionGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Action Group defines the objects used in describing a
       generic action element."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 7 }

.1.3.6.1.2.1.97.2.2.8
diffServMIBDscpMarkActGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The DSCP Mark Action Group defines the objects used in
       describing a DSCP Marking Action element."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 8 }

.1.3.6.1.2.1.97.2.2.9
diffServMIBCounterGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"A collection of objects providing information specific to
       packet-oriented network interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 9 }

.1.3.6.1.2.1.97.2.2.10
diffServMIBAlgDropGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Algorithmic Drop Group contains the objects that describe
       algorithmic dropper operation and configuration."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 10 }

.1.3.6.1.2.1.97.2.2.11
diffServMIBRandomDropGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Random Drop Group augments the Algorithmic Drop Group for
       random dropper operation and configuration."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 11 }

.1.3.6.1.2.1.97.2.2.12
diffServMIBQGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Queue Group contains the objects that describe an
       interface's queues."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 12 }

.1.3.6.1.2.1.97.2.2.13
diffServMIBSchedulerGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Scheduler Group contains the objects that describe packet
       schedulers on interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 13 }

.1.3.6.1.2.1.97.2.2.14
diffServMIBMinRateGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Minimum Rate Parameter Group contains the objects that
       describe packet schedulers' minimum rate or priority guarantees."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 14 }

.1.3.6.1.2.1.97.2.2.15
diffServMIBMaxRateGroup OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"The Maximum Rate Parameter Group contains the objects that
       describe packet schedulers' maximum rate guarantees."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBConformance(2) diffServMIBGroups(2) 15 }

.1.3.6.1.2.1.97.3
diffServMIBAdmin OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) 3 }

.1.3.6.1.2.1.97.3.1
diffServTBMeters OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) 1 }

.1.3.6.1.2.1.97.3.1.1
diffServTBParamSimpleTokenBucket OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"Two Parameter Token Bucket Meter as described in the Informal
       Differentiated Services Model section 5.2.3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServTBMeters(1) 1 }

.1.3.6.1.2.1.97.3.1.2
diffServTBParamAvgRate OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"Average Rate Meter as described in the Informal Differentiated
       Services Model section 5.2.1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServTBMeters(1) 2 }

.1.3.6.1.2.1.97.3.1.3
diffServTBParamSrTCMBlind OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"Single Rate Three Color Marker Metering as defined by RFC 2697,
       in the `Color Blind' mode as described by the RFC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServTBMeters(1) 3 }

.1.3.6.1.2.1.97.3.1.4
diffServTBParamSrTCMAware OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"Single Rate Three Color Marker Metering as defined by RFC 2697,
       in the `Color Aware' mode as described by the RFC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServTBMeters(1) 4 }

.1.3.6.1.2.1.97.3.1.5
diffServTBParamTrTCMBlind OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"Two Rate Three Color Marker Metering as defined by RFC 2698, in
       the `Color Blind' mode as described by the RFC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServTBMeters(1) 5 }

.1.3.6.1.2.1.97.3.1.6
diffServTBParamTrTCMAware OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"Two Rate Three Color Marker Metering as defined by RFC 2698, in
       the `Color Aware' mode as described by the RFC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServTBMeters(1) 6 }

.1.3.6.1.2.1.97.3.1.7
diffServTBParamTswTCM OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"Time Sliding Window Three Color Marker Metering as defined by
       RFC 2859."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServTBMeters(1) 7 }

.1.3.6.1.2.1.97.3.2
diffServSchedulers OBJECT-TYPE
  -- FROM	DIFFSERV-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) 2 }

.1.3.6.1.2.1.97.3.2.1
diffServSchedulerPriority OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"For use with diffServSchedulerMethod to indicate the Priority
       scheduling method.  This is defined as an algorithm in which the
       presence of data in a queue or set of queues absolutely precludes
       dequeue from another queue or set of queues of lower priority.
       Note that attributes from diffServMinRateEntry of the
       queues/schedulers feeding this scheduler are used when
       determining the next packet to schedule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServSchedulers(2) 1 }

.1.3.6.1.2.1.97.3.2.2
diffServSchedulerWRR OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"For use with diffServSchedulerMethod to indicate the Weighted
       Round Robin scheduling method, defined as any algorithm in which
       a set of queues are visited in a fixed order, and varying amounts
       of traffic are removed from each queue in turn to implement an
       average output rate by class. Notice attributes from
       diffServMinRateEntry of the queues/schedulers feeding this
       scheduler are used when determining the next packet to schedule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServSchedulers(2) 2 }

.1.3.6.1.2.1.97.3.2.3
diffServSchedulerWFQ OBJECT-GROUP
  -- FROM	DIFFSERV-MIB
  DESCRIPTION	"For use with diffServSchedulerMethod to indicate the Weighted
       Fair Queuing scheduling method, defined as any algorithm in which
       a set of queues are conceptually visited in some order, to
       implement an average output rate by class. Notice attributes from
       diffServMinRateEntry of the queues/schedulers feeding this
       scheduler are used when determining the next packet to schedule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBAdmin(3) diffServSchedulers(2) 3 }

.1.3.6.1.2.1.100
transportAddressMIB MODULE-IDENTITY
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"This MIB module provides commonly used transport
         address definitions.

         Copyright (C) The Internet Society (2002). This version of
         this MIB module is part of RFC 3419; see the RFC itself for
         full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 100 }

.1.3.6.1.2.1.100.1
transportDomains OBJECT-TYPE
  -- FROM	TRANSPORT-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) 1 }

.1.3.6.1.2.1.100.1.1
transportDomainUdpIpv4 OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The UDP over IPv4 transport domain.  The corresponding
         transport address is of type TransportAddressIPv4 for
         global IPv4 addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 1 }

.1.3.6.1.2.1.100.1.2
transportDomainUdpIpv6 OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The UDP over IPv6 transport domain.  The corresponding
         transport address is of type TransportAddressIPv6 for
         global IPv6 addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 2 }

.1.3.6.1.2.1.100.1.3
transportDomainUdpIpv4z OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The UDP over IPv4 transport domain.  The corresponding
         transport address is of type TransportAddressIPv4z for
         scoped IPv4 addresses with a zone index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 3 }

.1.3.6.1.2.1.100.1.4
transportDomainUdpIpv6z OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The UDP over IPv6 transport domain.  The corresponding
         transport address is of type TransportAddressIPv6z for
         scoped IPv6 addresses with a zone index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 4 }

.1.3.6.1.2.1.100.1.5
transportDomainTcpIpv4 OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The TCP over IPv4 transport domain.  The corresponding
         transport address is of type TransportAddressIPv4 for
         global IPv4 addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 5 }

.1.3.6.1.2.1.100.1.6
transportDomainTcpIpv6 OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The TCP over IPv6 transport domain.  The corresponding
         transport address is of type TransportAddressIPv6 for
         global IPv6 addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 6 }

.1.3.6.1.2.1.100.1.7
transportDomainTcpIpv4z OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The TCP over IPv4 transport domain.  The corresponding
         transport address is of type TransportAddressIPv4z for
         scoped IPv4 addresses with a zone index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 7 }

.1.3.6.1.2.1.100.1.8
transportDomainTcpIpv6z OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The TCP over IPv6 transport domain.  The corresponding
         transport address is of type TransportAddressIPv6z for
         scoped IPv6 addresses with a zone index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 8 }

.1.3.6.1.2.1.100.1.9
transportDomainSctpIpv4 OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The SCTP over IPv4 transport domain.  The corresponding
         transport address is of type TransportAddressIPv4 for
         global IPv4 addresses. This transport domain usually
         represents the primary address on multihomed SCTP
         endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 9 }

.1.3.6.1.2.1.100.1.10
transportDomainSctpIpv6 OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The SCTP over IPv6 transport domain.  The corresponding
         transport address is of type TransportAddressIPv6 for
         global IPv6 addresses. This transport domain usually
         represents the primary address on multihomed SCTP
         endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 10 }

.1.3.6.1.2.1.100.1.11
transportDomainSctpIpv4z OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The SCTP over IPv4 transport domain.  The corresponding
         transport address is of type TransportAddressIPv4z for
         scoped IPv4 addresses with a zone index. This transport
         domain usually represents the primary address on
         multihomed SCTP endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 11 }

.1.3.6.1.2.1.100.1.12
transportDomainSctpIpv6z OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The SCTP over IPv6 transport domain.  The corresponding
         transport address is of type TransportAddressIPv6z for
         scoped IPv6 addresses with a zone index. This transport
         domain usually represents the primary address on
         multihomed SCTP endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 12 }

.1.3.6.1.2.1.100.1.13
transportDomainLocal OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The Posix Local IPC transport domain. The corresponding
         transport address is of type TransportAddressLocal.

         The Posix Local IPC transport domain incorporates the
         well-known UNIX domain sockets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 13 }

.1.3.6.1.2.1.100.1.14
transportDomainUdpDns OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The UDP transport domain using fully qualified domain
         names. The corresponding transport address is of type
         TransportAddressDns."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 14 }

.1.3.6.1.2.1.100.1.15
transportDomainTcpDns OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The TCP transport domain using fully qualified domain
         names. The corresponding transport address is of type
         TransportAddressDns."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 15 }

.1.3.6.1.2.1.100.1.16
transportDomainSctpDns OBJECT-GROUP
  -- FROM	TRANSPORT-ADDRESS-MIB
  DESCRIPTION	"The SCTP transport domain using fully qualified domain
         names. The corresponding transport address is of type
         TransportAddressDns."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transportAddressMIB(100) transportDomains(1) 16 }

.1.3.6.1.2.1.103
ipv6FlowLabelMIB MODULE-IDENTITY
  -- FROM	IPV6-FLOW-LABEL-MIB
  DESCRIPTION	"This MIB module provides commonly used textual
                      conventions for IPv6 Flow Labels.

                      Copyright (C) The Internet Society (2003).  This
                      version of this MIB module is part of RFC 3595,
                      see the RFC itself for full legal notices.
                     "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 103 }

.1.3.6.1.2.1.105
powerEthernetMIB MODULE-IDENTITY
  -- FROM	POWER-ETHERNET-MIB
  DESCRIPTION	"The MIB module for managing Power Source Equipment
               (PSE) working according to the IEEE 802.af Powered
               Ethernet (DTE Power via MDI) standard.

                The following terms are used throughout this
                MIB module.  For complete formal definitions,
                the IEEE 802.3 standards should be consulted
                wherever possible:

                Group - A recommended, but optional, entity
                defined by the IEEE 802.3 management standard,
                in order to support a modular numbering scheme.
                The classical example allows an implementor to
                represent field-replaceable units as groups of
                ports, with the port numbering matching the
                modular hardware implementation.

              Port - This entity identifies the port within the group
              for which this entry contains information.  The numbering
              scheme for ports is implementation specific.

             Copyright (c) The Internet Society (2003).  This version
             of this MIB module is part of RFC 3621; See the RFC
             itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 105 }

.1.3.6.1.2.1.105.0
pethNotifications OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) 0 }

.1.3.6.1.2.1.105.0.1
pethPsePortOnOffNotification NOTIFICATION-TYPE
  -- FROM	POWER-ETHERNET-MIB
  OBJECTS	{ pethPsePortDetectionStatus }
  DESCRIPTION	" This Notification indicates if Pse Port is delivering or
               not power to the PD.  This Notification SHOULD be sent on
               every status change except in the searching mode.
               At least 500 msec must elapse between notifications
               being emitted by the same object instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethNotifications(0) 1 }

.1.3.6.1.2.1.105.0.2
pethMainPowerUsageOnNotification NOTIFICATION-TYPE
  -- FROM	POWER-ETHERNET-MIB
  OBJECTS	{ pethMainPseConsumptionPower }
  DESCRIPTION	" This Notification indicate PSE Threshold usage
               indication is on, the usage power is above the
               threshold.  At least 500 msec must elapse between
               notifications being emitted by the same object
               instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethNotifications(0) 2 }

.1.3.6.1.2.1.105.0.3
pethMainPowerUsageOffNotification NOTIFICATION-TYPE
  -- FROM	POWER-ETHERNET-MIB
  OBJECTS	{ pethMainPseConsumptionPower }
  DESCRIPTION	" This Notification indicates PSE Threshold usage indication
               off, the usage power is below the threshold.
               At least 500 msec must elapse between notifications being
               emitted by the same object instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethNotifications(0) 3 }

.1.3.6.1.2.1.105.1
pethObjects OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) 1 }

.1.3.6.1.2.1.105.1.1
pethPsePortTable OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that display and control the power
            characteristics of power Ethernet ports on a Power Source
            Entity (PSE) device.  This group will be implemented in
            managed power Ethernet switches and mid-span devices.
            Values of all read-write objects in this table are
            persistent at restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) 1 }

.1.3.6.1.2.1.105.1.1.1
pethPsePortEntry OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pethPsePortGroupIndex, pethPsePortIndex }
  DESCRIPTION	"A set of objects that display and control the power
               characteristics of a power Ethernet PSE port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) 1 }

.1.3.6.1.2.1.105.1.1.1.1
pethPsePortGroupIndex OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the group
            containing the port to which a power Ethernet PSE is
            connected.  Group means box in the stack, module in a
            rack and the value 1 MUST be used for non-modular devices.
            Furthermore, the same value MUST be used in this variable,
            pethMainPseGroupIndex, and pethNotificationControlGroupIndex
            to refer to a given box in a stack or module in the rack."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 1 }

.1.3.6.1.2.1.105.1.1.1.2
pethPsePortIndex OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the power Ethernet PSE
            port within group pethPsePortGroupIndex to which the
            power Ethernet PSE entry is connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 2 }

.1.3.6.1.2.1.105.1.1.1.3
pethPsePortAdminEnable OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"true (1) An interface which can provide the PSE functions.
         false(2) The interface will act as it would if it had no PSE
         function."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 3 }

.1.3.6.1.2.1.105.1.1.1.4
pethPsePortPowerPairsControlAbility OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Describes the capability of controlling the power pairs
         functionality to switch pins for sourcing power.
         The value true indicate that the device has the capability
         to control the power pairs.  When false the PSE Pinout
         Alternative used cannot be controlled through the
         PethPsePortAdminEnable attribute."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 4 }

.1.3.6.1.2.1.105.1.1.1.5
pethPsePortPowerPairs OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	INTEGER {signal(1), spare(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Describes or controls the pairs in use.  If the value of
         pethPsePortPowerPairsControl is true, this object is
         writable.
         A value of signal(1) means that the signal pairs
         only are in use.
         A value of spare(2) means that the spare pairs
         only are in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 5 }

.1.3.6.1.2.1.105.1.1.1.6
pethPsePortDetectionStatus OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	INTEGER {disabled(1), searching(2), deliveringPower(3), fault(4), test(5), otherFault(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Describes the operational status of the port PD detection.
         A value of disabled(1)- indicates that the PSE State diagram
         is in the state DISABLED.
         A value of deliveringPower(3) - indicates that the PSE State
         diagram is in the state POWER_ON for a duration greater than
         tlim max (see IEEE Std 802.3af Table 33-5 tlim).
         A value of fault(4) - indicates that the PSE State diagram is
         in the state TEST_ERROR.
         A value of test(5) - indicates that the PSE State diagram is
         in the state TEST_MODE.
         A value of otherFault(6) - indicates that the PSE State
         diagram is in the state IDLE due to the variable
         error_conditions.
         A value of searching(2)- indicates the PSE State diagram is
         in a state other than those listed above."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 6 }

.1.3.6.1.2.1.105.1.1.1.7
pethPsePortPowerPriority OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	INTEGER {critical(1), high(2), low(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the priority of the port from the point
         of view of a power management algorithm.  The priority that
         is set by this variable could be used by a control mechanism
         that prevents over current situations by disconnecting first
         ports with lower power priority.  Ports that connect devices
         critical to the operation of the network - like the E911
         telephones ports - should be set to higher priority."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 7 }

.1.3.6.1.2.1.105.1.1.1.8
pethPsePortMPSAbsentCounter OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter is incremented when the PSE state diagram
             transitions directly from the state POWER_ON to the
             state IDLE due to tmpdo_timer_done being asserted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 8 }

.1.3.6.1.2.1.105.1.1.1.9
pethPsePortType OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A manager will set the value of this variable to indicate
         the type of powered device that is connected to the port.
         The default value supplied by the agent if no value has
         ever been set should be a zero-length octet string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 9 }

.1.3.6.1.2.1.105.1.1.1.10
pethPsePortPowerClassifications OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	INTEGER {class0(1), class1(2), class2(3), class3(4), class4(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Classification is a way to tag different terminals on the
        Power over LAN network according to their power consumption.
        Devices such as IP telephones, WLAN access points and others,
        will be classified according to their power requirements.

        The meaning of the classification labels is defined in the
        IEEE specification.

       This variable is valid only while a PD is being powered,
        that is, while the attribute pethPsePortDetectionStatus
        is reporting the enumeration deliveringPower."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 10 }

.1.3.6.1.2.1.105.1.1.1.11
pethPsePortInvalidSignatureCounter OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter is incremented when the PSE state diagram
         enters the state SIGNATURE_INVALID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 11 }

.1.3.6.1.2.1.105.1.1.1.12
pethPsePortPowerDeniedCounter OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter is incremented when the PSE state diagram
             enters the state POWER_DENIED."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 12 }

.1.3.6.1.2.1.105.1.1.1.13
pethPsePortOverLoadCounter OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter is incremented when the PSE state diagram
             enters the state ERROR_DELAY_OVER."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 13 }

.1.3.6.1.2.1.105.1.1.1.14
pethPsePortShortCounter OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter is incremented when the PSE state diagram
             enters the state ERROR_DELAY_SHORT."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethPsePortTable(1) pethPsePortEntry(1) 14 }

.1.3.6.1.2.1.105.1.3
pethMainPseObjects OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) 3 }

.1.3.6.1.2.1.105.1.3.1
pethMainPseTable OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that display and control attributes
            of the main power source in a PSE  device.  Ethernet
            switches are one example of boxes that would support
            these objects.
            Values of all read-write objects in this table are
            persistent at restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethMainPseObjects(3) 1 }

.1.3.6.1.2.1.105.1.3.1.1
pethMainPseEntry OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pethMainPseGroupIndex }
  DESCRIPTION	"A set of objects that display and control the Main
             power of a PSE. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethMainPseObjects(3) pethMainPseTable(1) 1 }

.1.3.6.1.2.1.105.1.3.1.1.1
pethMainPseGroupIndex OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the group to which
           power Ethernet PSE is connected.  Group means (box in
           the stack, module in a rack) and the value 1 MUST be
           used for non-modular devices.  Furthermore, the same
           value MUST be used in this variable, pethPsePortGroupIndex,
           and pethNotificationControlGroupIndex to refer to a
           given box in a stack or module in a rack."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethMainPseObjects(3) pethMainPseTable(1) pethMainPseEntry(1) 1 }

.1.3.6.1.2.1.105.1.3.1.1.2
pethMainPsePower OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Gauge32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The nominal power of the PSE expressed in Watts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethMainPseObjects(3) pethMainPseTable(1) pethMainPseEntry(1) 2 }

.1.3.6.1.2.1.105.1.3.1.1.3
pethMainPseOperStatus OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	INTEGER {on(1), off(2), faulty(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational status of the main PSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethMainPseObjects(3) pethMainPseTable(1) pethMainPseEntry(1) 3 }

.1.3.6.1.2.1.105.1.3.1.1.4
pethMainPseConsumptionPower OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Measured usage power expressed in Watts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethMainPseObjects(3) pethMainPseTable(1) pethMainPseEntry(1) 4 }

.1.3.6.1.2.1.105.1.3.1.1.5
pethMainPseUsageThreshold OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Integer32 (1..99) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The usage threshold expressed in percents for
                comparing the measured power and initiating
                an alarm if the threshold is exceeded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethMainPseObjects(3) pethMainPseTable(1) pethMainPseEntry(1) 5 }

.1.3.6.1.2.1.105.1.4
pethNotificationControl OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) 4 }

.1.3.6.1.2.1.105.1.4.1
pethNotificationControlTable OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that display and control the
            Notification on a PSE  device.
            Values of all read-write objects in this table are
            persistent at restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethNotificationControl(4) 1 }

.1.3.6.1.2.1.105.1.4.1.1
pethNotificationControlEntry OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pethNotificationControlGroupIndex }
  DESCRIPTION	"A set of objects that control the Notification events."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethNotificationControl(4) pethNotificationControlTable(1) 1 }

.1.3.6.1.2.1.105.1.4.1.1.1
pethNotificationControlGroupIndex OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the group.  Group
            means box in the stack, module in a rack and the value
            1 MUST be used for non-modular devices.  Furthermore,
            the same value MUST be used in this variable,
            pethPsePortGroupIndex, and
            pethMainPseGroupIndex to refer to a given box in a
            stack or module in a rack. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethNotificationControl(4) pethNotificationControlTable(1) pethNotificationControlEntry(1) 1 }

.1.3.6.1.2.1.105.1.4.1.1.2
pethNotificationControlEnable OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls, on a per-group basis, whether
             or not notifications from the agent are enabled.  The
             value true(1) means that notifications are enabled; the
             value false(2) means that they are not."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethObjects(1) pethNotificationControl(4) pethNotificationControlTable(1) pethNotificationControlEntry(1) 2 }

.1.3.6.1.2.1.105.2
pethConformance OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) 2 }

.1.3.6.1.2.1.105.2.1
pethCompliances OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethConformance(2) 1 }

.1.3.6.1.2.1.105.2.1.1
pethCompliance MODULE-COMPLIANCE
  -- FROM	POWER-ETHERNET-MIB
  DESCRIPTION	"Describes the requirements for conformance to the
               Power Ethernet MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethConformance(2) pethCompliances(1) 1 }

.1.3.6.1.2.1.105.2.2
pethGroups OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethConformance(2) 2 }

.1.3.6.1.2.1.105.2.2.1
pethPsePortGroup OBJECT-GROUP
  -- FROM	POWER-ETHERNET-MIB
  DESCRIPTION	"PSE Port objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethConformance(2) pethGroups(2) 1 }

.1.3.6.1.2.1.105.2.2.2
pethMainPseGroup OBJECT-GROUP
  -- FROM	POWER-ETHERNET-MIB
  DESCRIPTION	"Main PSE Objects. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethConformance(2) pethGroups(2) 2 }

.1.3.6.1.2.1.105.2.2.3
pethNotificationControlGroup OBJECT-GROUP
  -- FROM	POWER-ETHERNET-MIB
  DESCRIPTION	"Notification Control  Objects. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethConformance(2) pethGroups(2) 3 }

.1.3.6.1.2.1.105.2.2.4
pethPsePortNotificationGroup OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  DESCRIPTION	"Pse Port Notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethConformance(2) pethGroups(2) 4 }

.1.3.6.1.2.1.105.2.2.5
pethMainPowerNotificationGroup OBJECT-TYPE
  -- FROM	POWER-ETHERNET-MIB
  DESCRIPTION	"Main PSE Notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) powerEthernetMIB(105) pethConformance(2) pethGroups(2) 5 }

.1.3.6.1.2.1.107
hcPerfHistTCMIB MODULE-IDENTITY
  -- FROM	HC-PerfHist-TC-MIB
  DESCRIPTION	"This MIB Module provides Textual Conventions to be
            used by systems supporting 15 minute based performance
            history counts that require high-capacity counts.

            Copyright (C) The Internet Society (2004).  This version
            of this MIB module is part of RFC 3705: see the RFC
            itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 107 }

.1.3.6.1.2.1.122
teMIB MODULE-IDENTITY
  -- FROM	TE-MIB
  DESCRIPTION	"The Traffic Engineering MIB module.

                  Copyright (C) The Internet Society (2005).  This
                  version of this MIB module is part of RFC 3970;
                  see the RFC itself for full legal notices.
                 "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 122 }

.1.3.6.1.2.1.122.0
teMIBNotifications OBJECT-TYPE
  -- FROM	TE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) 0 }

.1.3.6.1.2.1.122.0.1
teTunnelUp NOTIFICATION-TYPE
  -- FROM	TE-MIB
  OBJECTS	{ teTunnelName, tePathName }
  DESCRIPTION	"A teTunnelUp notification is generated when the
                 Tunnel indexed by teTunnelName transitions to the
                 'up' state.

                 A tunnel is up when at least one of its paths is up.
                 The tePathName is the name of the path whose
                 transition to up made the tunnel go up.

                 This notification MUST be limited to at most one
                 every minute, in case the tunnel flaps up and down.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBNotifications(0) 1 }

.1.3.6.1.2.1.122.0.2
teTunnelDown NOTIFICATION-TYPE
  -- FROM	TE-MIB
  OBJECTS	{ teTunnelName, tePathName }
  DESCRIPTION	"A teTunnelDown notification is generated when the
                 Tunnel indexed by teTunnelName transitions to the
                 'down' state.

                 A tunnel is up when at least one of its paths is up.
                 The tePathName is the name of the path whose
                 transition to down made the tunnel go down.

                 This notification MUST be limited to at most one
                 every minute, in case the tunnel flaps up and down.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBNotifications(0) 2 }

.1.3.6.1.2.1.122.0.3
teTunnelChanged NOTIFICATION-TYPE
  -- FROM	TE-MIB
  OBJECTS	{ teTunnelName, tePathName }
  DESCRIPTION	"A teTunnelChanged notification is generated when an
                 active path on the Tunnel indexed by teTunnelName
                 changes or a new path becomes active.  The value
                 of tePathName is the new active path.

                 This notification MUST be limited to at most one
                 every minute, in case the tunnel changes quickly.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBNotifications(0) 3 }

.1.3.6.1.2.1.122.0.4
teTunnelRerouted NOTIFICATION-TYPE
  -- FROM	TE-MIB
  OBJECTS	{ teTunnelName, tePathName }
  DESCRIPTION	"A teTunnelRerouted notification is generated when
                 an active path for the Tunnel indexed by
                 teTunnelName stays the same, but its route changes.

                 This notification MUST be limited to at most one
                 every minute, in case the tunnel reroutes quickly.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBNotifications(0) 4 }

.1.3.6.1.2.1.122.1
teMIBObjects OBJECT-TYPE
  -- FROM	TE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) 1 }

.1.3.6.1.2.1.122.1.1
teInfo OBJECT-TYPE
  -- FROM	TE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) 1 }

.1.3.6.1.2.1.122.1.1.1
teDistProtocol OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	BITS {other(0), isis(1), ospf(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"IGP used to distribute Traffic Engineering
                 information and topology to each device for the
                 purpose of automatic path computation.  More than
                 one IGP may be used to distribute TE information.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) 1 }

.1.3.6.1.2.1.122.1.1.2
teSignalingProto OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	BITS {other(0), rsvpte(1), crldp(2), static(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Traffic Engineering signaling protocols supported
                 by this device.  More than one protocol may be
                 supported.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) 2 }

.1.3.6.1.2.1.122.1.1.3
teNotificationEnable OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If this object is true, then it enables the
                 generation of notifications from this MIB module.
                 Otherwise notifications are not generated.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) 3 }

.1.3.6.1.2.1.122.1.1.4
teNextTunnelIndex OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer that may be used as a new Index in the
                 teTunnelTable.

                 The special value of 0 indicates that no more new
                 entries can be created in that table.

                 When this MIB module is used for configuration, this
                 object always contains a legal value (if non-zero)
                 for an index that is not currently used in that
                 table.  The Command Generator (Network Management
                 Application) reads this variable and uses the
                 (non-zero) value read when creating a new row with
                 an SNMP SET.  When the SET is performed, the Command
                 Responder (agent) must determine whether the value
                 is indeed still unused; Two Network Management
                 Applications may attempt to create a row
                 (configuration entry) simultaneously and use the
                 same value.  If it is currently unused, the SET
                 succeeds, and the Command Responder (agent) changes
                 the value of this object according to an
                 implementation-specific algorithm.  If the value is
                 in use, however, the SET fails.  The Network
                 Management Application must then re-read this
                 variable to obtain a new usable value.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) 4 }

.1.3.6.1.2.1.122.1.1.5
teNextPathHopIndex OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer that may be used as a new Index in the
                 tePathHopTable.

                 The special value of 0 indicates that no more new
                 entries can be created in that table.

                 When this MIB module is used for configuration, this
                 object always contains a legal value (if non-zero)
                 for an index that is not currently used in that
                 table.  The Command Generator (Network Management
                 Application) reads this variable and uses the
                 (non-zero) value read when creating a new row with
                 an SNMP SET.  When the SET is performed, the Command
                 Responder (agent) must determine whether the value
                 is indeed still unused; Two Network Management
                 Applications may attempt to create a row
                 (configuration entry) simultaneously and use the
                 same value.  If it is currently unused, the SET
                 succeeds, and the Command Responder (agent) changes
                 the value of this object according to an
                 implementation-specific algorithm.  If the value is
                 in use, however, the SET fails.  The Network
                 Management Application must then re-read this
                 variable to obtain a new usable value.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) 5 }

.1.3.6.1.2.1.122.1.1.6
teConfiguredTunnels OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of currently configured Tunnels."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) 6 }

.1.3.6.1.2.1.122.1.1.7
teActiveTunnels OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of currently active Tunnels."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) 7 }

.1.3.6.1.2.1.122.1.1.8
tePrimaryTunnels OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of currently active Tunnels running on
                 their primary paths.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) 8 }

.1.3.6.1.2.1.122.1.1.9
teAdminGroupTable OBJECT-TYPE
  -- FROM	TE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A mapping of configured administrative groups.  Each
                 entry represents an Administrative Group and
                 provides a name and index for the group.
                 Administrative groups are used to label links in the
                 Traffic Engineering topology in order to place
                 constraints (include and exclude) on Tunnel paths.

                 A groupName can only be linked to one group number.
                 The groupNumber is the number assigned to the
                 administrative group used in constraints,
                 such as tePathIncludeAny or tePathIncludeAll.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) 9 }

.1.3.6.1.2.1.122.1.1.9.1
teAdminGroupEntry OBJECT-TYPE
  -- FROM	TE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ teAdminGroupNumber }
  DESCRIPTION	"A mapping between a configured group number and
                 its human-readable name.  The group number should
                 be between 1 and 32, inclusive.  Group number n
                 represents bit number (n-1) in the bit vector for
                 Include/Exclude constraints.

                 All entries in this table MUST be kept in stable
                 storage so that they will re-appear in case of a
                 restart/reboot.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) teAdminGroupTable(9) 1 }

.1.3.6.1.2.1.122.1.1.9.1.1
teAdminGroupNumber OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Integer32 (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the administrative group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) teAdminGroupTable(9) teAdminGroupEntry(1) 1 }

.1.3.6.1.2.1.122.1.1.9.1.2
teAdminGroupName OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of the administrative group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) teAdminGroupTable(9) teAdminGroupEntry(1) 2 }

.1.3.6.1.2.1.122.1.1.9.1.3
teAdminGroupRowStatus OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

                 The value of this object has no effect on whether
                 other objects in this conceptual row can be
                 modified.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teInfo(1) teAdminGroupTable(9) teAdminGroupEntry(1) 3 }

.1.3.6.1.2.1.122.1.2
teTunnelTable OBJECT-TYPE
  -- FROM	TE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of Configured Traffic Tunnels."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) 2 }

.1.3.6.1.2.1.122.1.2.1
teTunnelEntry OBJECT-TYPE
  -- FROM	TE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ teTunnelIndex }
  DESCRIPTION	"Entry containing information about a particular
                 Traffic Tunnel.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) 1 }

.1.3.6.1.2.1.122.1.2.1.1
teTunnelIndex OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index that identifies a Tunnel.  If the TE
                 Tunnel is considered an interface, then this index
                 must match the interface index of the corresponding
                 interface.  Otherwise, this index must be at least
                 2^24, so that it does not overlap with any existing
                 interface index.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 1 }

.1.3.6.1.2.1.122.1.2.1.2
teTunnelName OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of the Traffic Tunnel.

                 Note that the name of a Tunnel MUST be unique.
                 When a SET request contains a name that is already
                 in use for another entry, then the implementation
                 must return an inconsistentValue error.

                 The value of this object cannot be changed if the
                 if the value of the corresponding teTunnelRowStatus
                 object is 'active'.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 2 }

.1.3.6.1.2.1.122.1.2.1.3
teTunnelNextPathIndex OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer that may be used as a new Index for the
                 next Path in this Tunnel.

                 The special value of 0 indicates that no more Paths
                 can be created for this Tunnel, or that no more new
                 entries can be created in tePathTable.

                 When this MIB module is used for configuration, this
                 object always contains a legal value (if non-zero)
                 for an index that is not currently used in that
                 table.  The Command Generator (Network Management
                 Application) reads this variable and uses the
                 (non-zero) value read when creating a new row with
                 an SNMP SET.  When the SET is performed, the Command
                 Responder (agent) must determine whether the value
                 is indeed still unused; Two Network Management
                 Applications may attempt to create a row
                 (configuration entry) simultaneously and use the
                 same value.  If it is currently unused, the SET
                 succeeds, and the Command Responder (agent) changes
                 the value of this object according to an
                 implementation-specific algorithm.  If the value is
                 in use, however, the SET fails.  The Network
                 Management Application must then re-read this
                 variable to obtain a new usable value.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 3 }

.1.3.6.1.2.1.122.1.2.1.4
teTunnelRowStatus OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

                 When the value of this object is 'active', then
                 the values for the corresponding objects
                 teTunnelName, teTunnelSourceAddressType,
                 teTunnelSourceAddress,
                 teTunnelDestinationAddressType, and
                 teTunnelDestinationAddress cannot be changed.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 4 }

.1.3.6.1.2.1.122.1.2.1.5
teTunnelStorageType OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.

                 Conceptual rows having the value 'permanent' need
                 not allow write-access to any columnar objects
                 in the row.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 5 }

.1.3.6.1.2.1.122.1.2.1.6
teTunnelSourceAddressType OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION TeHopAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), asnumber(3), unnum(4), lspid(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of Traffic Engineered Tunnel hop address
                 for the source of this Tunnel.  Typically, this
                 address type is IPv4 or IPv6, with a prefix length
                 of 32 or 128, respectively.  If the TE Tunnel path
                 is being computed by a path computation server,
                 however, it is possible to use more flexible source
                 address types, such as AS numbers or prefix lengths
                 less than host address lengths.

                 The value of this object cannot be changed
                 if the value of the corresponding teTunnelRowStatus
                 object is 'active'.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 6 }

.1.3.6.1.2.1.122.1.2.1.7
teTunnelSourceAddress OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION TeHopAddress
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Source Traffic Engineered Tunnel hop address of
                 this Tunnel.

                 The type of this address is determined by the value
                 of the corresponding teTunnelSourceAddressType.

                 Note that the source and destination addresses of a
                 Tunnel can be different address types.

                 The value of this object cannot be changed
                 if the value of the corresponding teTunnelRowStatus
                 object is 'active'.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 7 }

.1.3.6.1.2.1.122.1.2.1.8
teTunnelDestinationAddressType OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION TeHopAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), asnumber(3), unnum(4), lspid(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of Traffic Engineered Tunnel hop address
                 for the destination of this Tunnel.

                 The value of this object cannot be changed
                 if the value of the corresponding teTunnelRowStatus
                 object is 'active'.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 8 }

.1.3.6.1.2.1.122.1.2.1.9
teTunnelDestinationAddress OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION TeHopAddress
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Destination Traffic Engineered Tunnel hop
                 address of this Tunnel.

                 The type of this address is determined by the value
                 of the corresponding teTunnelDestinationAddressType.

                 Note that source and destination addresses of a
                 Tunnel can be different address types.

                 The value of this object cannot be changed
                 if the value of the corresponding teTunnelRowStatus
                 object is 'active'.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 9 }

.1.3.6.1.2.1.122.1.2.1.10
teTunnelState OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	INTEGER {unknown(1), up(2), down(3), testing(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational state of the Tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 10 }

.1.3.6.1.2.1.122.1.2.1.11
teTunnelDiscontinuityTimer OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion
                 at which any one or more of this tunnel's counters
                 suffered a discontinuity.  The relevant counters
                 are teTunnelOctets, teTunnelPackets,
                 teTunnelLPOctets, and teTunnelLPPackets.  If no such
                 discontinuities have occurred since the last
                 re-initialization of the local management subsystem
                 then this object contains a zero value.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 11 }

.1.3.6.1.2.1.122.1.2.1.12
teTunnelOctets OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets that have been forwarded over
                 the Tunnel.

                 Discontinuities in the value of this counter can
                 occur at re-initialization of the management system,
                 and at other times, as indicated by the value of
                 teTunnelDiscontinuityTimer.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 12 }

.1.3.6.1.2.1.122.1.2.1.13
teTunnelPackets OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that have been forwarded over
                 the Tunnel.

                 Discontinuities in the value of this counter can
                 occur at re-initialization of the management system
                 and at other times, as indicated by the value of
                 teTunnelDiscontinuityTimer.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 13 }

.1.3.6.1.2.1.122.1.2.1.14
teTunnelLPOctets OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets that have been forwarded over
                 the Tunnel.

                 Discontinuities in the value of this counter can
                 occur at re-initialization of the management system
                 and at other times, as indicated by the value of
                 teTunnelDiscontinuityTimer.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 14 }

.1.3.6.1.2.1.122.1.2.1.15
teTunnelLPPackets OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that have been forwarded over
                 the Tunnel.
                 Discontinuities in the value of this counter can
                 occur at re-initialization of the management system
                 and at other times, as indicated by the value of
                 teTunnelDiscontinuityTimer.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 15 }

.1.3.6.1.2.1.122.1.2.1.16
teTunnelAge OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The age (i.e., time from creation of this conceptual
                 row till now) of this Tunnel in hundredths of a
                 second.  Note that because TimeTicks wrap in about
                 16 months, this value is best used in interval
                 measurements.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 16 }

.1.3.6.1.2.1.122.1.2.1.17
teTunnelTimeUp OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total time in hundredths of a second that this
                 Tunnel has been operational.  Note that because
                 TimeTicks wrap in about 16 months, this value is
                 best used in interval measurements.

                 An example of usage of this object would be to
                 compute the percentage up time over a period of time
                 by obtaining values of teTunnelAge and
                 teTunnelTimeUp at two points in time and computing
                 the following ratio:
                 ((teTunnelTimeUp2 - teTunnelTimeUp1)/
                 (teTunnelAge2 - teTunnelAge1)) * 100 %.  In doing
                 so, the management station must account for
                 wrapping of the values of teTunnelAge and
                 teTunnelTimeUp between the two measurements.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 17 }

.1.3.6.1.2.1.122.1.2.1.18
teTunnelPrimaryTimeUp OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total time in hundredths of a second that this
                 Tunnel's primary path has been operational.  Note
                 that because TimeTicks wrap in about 16 months, this
                 value is best used in interval measurements.

                 An example of usage of this field would be to
                 compute what percentage of time that a TE Tunnel was
                 on the primary path over a period of time by
                 computing
                 ((teTunnelPrimaryTimeUp2 - teTunnelPrimaryTimeUp1)/
                 (teTunnelTimeUp2 - teTunnelTimeUp1))*100 %.  In
                 doing so, the management station must account for
                 wrapping of the values of teTunnelPrimaryTimeUp and
                 teTunnelTimeUp between the two measurements.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 18 }

.1.3.6.1.2.1.122.1.2.1.19
teTunnelTransitions OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of operational state transitions
                 (up -> down and down -> up) this Tunnel has
                 undergone.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 19 }

.1.3.6.1.2.1.122.1.2.1.20
teTunnelLastTransition OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time in hundredths of a second since the last
                 operational state transition occurred on this
                 Tunnel.

                 Note that if the last transition was over 16
                 months ago, this value will be inaccurate.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 20 }

.1.3.6.1.2.1.122.1.2.1.21
teTunnelPathChanges OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of path changes this Tunnel has had."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 21 }

.1.3.6.1.2.1.122.1.2.1.22
teTunnelLastPathChange OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time in hundredths of a second since the last
                 path change occurred on this Tunnel.

                 Note that if the last transition was over 16
                 months ago, this value will be inaccurate.

                 Path changes may be caused by network events or by
                 reconfiguration that affects the path.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 22 }

.1.3.6.1.2.1.122.1.2.1.23
teTunnelConfiguredPaths OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of paths configured for this Tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 23 }

.1.3.6.1.2.1.122.1.2.1.24
teTunnelStandbyPaths OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of standby paths configured for this
                 Tunnel.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 24 }

.1.3.6.1.2.1.122.1.2.1.25
teTunnelOperationalPaths OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of operational paths for this Tunnel.
                 This includes the path currently active, as
                 well as operational standby paths.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) teTunnelTable(2) teTunnelEntry(1) 25 }

.1.3.6.1.2.1.122.1.3
tePathTable OBJECT-TYPE
  -- FROM	TE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of Configured Traffic Tunnels."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) 3 }

.1.3.6.1.2.1.122.1.3.1
tePathEntry OBJECT-TYPE
  -- FROM	TE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ teTunnelIndex, tePathIndex }
  DESCRIPTION	"Entry containing information about a particular
                 Traffic Tunnel.  Each Traffic Tunnel can have zero
                 or more Traffic Paths.

                 As a Traffic Path can only exist over an existing
                 Traffic Tunnel, all tePathEntries with
                 a value of n for teTunnelIndex MUST be removed by
                 the implementation when the corresponding
                 teTunnelEntry with a value of n for teTunnelIndex
                 is removed.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) 1 }

.1.3.6.1.2.1.122.1.3.1.1
tePathIndex OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies a path within
                 a Tunnel.
                 The combination of <teTunnelIndex, tePathIndex> thus
                 uniquely identifies a path among all paths on this
                 router.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 1 }

.1.3.6.1.2.1.122.1.3.1.2
tePathName OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of this path.

                 A pathName must be unique within the set of paths
                 over a single tunnel.  If a SET request is received
                 with a duplicate name, then the implementation MUST
                 return an inconsistentValue error.

                 The value of this object cannot be changed
                 if the value of the corresponding teTunnelRowStatus
                 object is 'active'.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 2 }

.1.3.6.1.2.1.122.1.3.1.3
tePathRowStatus OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

                 When the value of this object is 'active', then
                 the value of tePathName cannot be changed.  All
                 other writable objects may be changed; however,
                 these changes may affect traffic going over the TE
                 tunnel or require the path to be computed and/or
                 re-signaled.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 3 }

.1.3.6.1.2.1.122.1.3.1.4
tePathStorageType OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.

                 Conceptual rows having the value 'permanent' need
                 not allow write-access to any columnar objects
                 in the row.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 4 }

.1.3.6.1.2.1.122.1.3.1.5
tePathType OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	INTEGER {other(1), primary(2), standby(3), secondary(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type for this PathEntry; i.e., whether this path
                 is a primary path, a standby path, or a secondary
                 path.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 5 }

.1.3.6.1.2.1.122.1.3.1.6
tePathConfiguredRoute OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The route that this TE path is configured to follow;
                 i.e., an ordered list of hops.  The value of this
                 object gives the primary index into the Hop Table.
                 The secondary index is the hop count in the path, so
                 to get the route, one could get the first hop with
                 index <tePathConfiguredRoute, 1> in the Hop Table
                 and do a getnext to get subsequent hops.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 6 }

.1.3.6.1.2.1.122.1.3.1.7
tePathBandwidth OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION MplsBitRate
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The configured bandwidth for this Tunnel,
                 in units of thousands of bits per second (Kbps).
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 7 }

.1.3.6.1.2.1.122.1.3.1.8
tePathIncludeAny OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is a configured set of administrative groups
                 specified as a bit vector (i.e., bit n is 1 if group
                 n is in the set, where n = 0 is the LSB).  For each
                 link that this path goes through, the link must have
                 at least one of the groups specified in IncludeAny
                 to be acceptable.  If IncludeAny is zero, all links
                 are acceptable.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 8 }

.1.3.6.1.2.1.122.1.3.1.9
tePathIncludeAll OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is a configured set of administrative groups
                 specified as a bit vector (i.e., bit n is 1 if group
                 n is in the set, where n = 0 is the LSB).  For each
                 link that this path goes through, the link must have
                 all of the groups specified in IncludeAll to be
                 acceptable.  If IncludeAll is zero, all links are
                 acceptable.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 9 }

.1.3.6.1.2.1.122.1.3.1.10
tePathExclude OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is a configured set of administrative groups
                 specified as a bit vector (i.e., bit n is 1 if group
                 n is in the set, where n = 0 is the LSB).  For each
                 link that this path goes through, the link MUST have
                 groups associated with it, and the intersection of
                 the link's groups and the 'exclude' set MUST be
                 null.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 10 }

.1.3.6.1.2.1.122.1.3.1.11
tePathSetupPriority OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The setup priority configured for this path, with 0
                 as the highest priority and 7 as the lowest.
                "
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 11 }

.1.3.6.1.2.1.122.1.3.1.12
tePathHoldPriority OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The hold priority configured for this path, with 0
                 as the highest priority and 7 as the lowest.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 12 }

.1.3.6.1.2.1.122.1.3.1.13
tePathProperties OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	BITS {recordRoute(0), cspf(1), makeBeforeBreak(2), mergeable(3), fastReroute(4), protected(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The set of configured properties for this path,
                 expressed as a bit map.  For example, if the path
                 supports 'make before break', then bit 2 is set.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 13 }

.1.3.6.1.2.1.122.1.3.1.14
tePathOperStatus OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	INTEGER {unknown(0), down(1), testing(2), dormant(3), ready(4), operational(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational status of the path:
                 unknown:
                 down:        Signaling failed.
                 testing:     Administratively set aside for testing.
                 dormant:     Not signaled (for a backup tunnel).
                 ready:       Signaled but not yet carrying traffic.
                 operational: Signaled and carrying traffic.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 14 }

.1.3.6.1.2.1.122.1.3.1.15
tePathAdminStatus OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	INTEGER {normal(1), testing(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The operational status of the path:
                 normal:      Used normally for forwarding.
                 testing:     Administratively set aside for testing.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 15 }

.1.3.6.1.2.1.122.1.3.1.16
tePathComputedRoute OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The route computed for this path, perhaps using
                 some form of Constraint-based Routing.  The
                 algorithm is implementation dependent.

                 This object returns the computed route as an ordered
                 list of hops.  The value of this object gives the
                 primary index into the Hop Table.  The secondary
                 index is the hop count in the path, so to get the
                 route, one could get the first hop with index
                 <tePathComputedRoute, 1> in the Hop Table and do a
                 getnext to get subsequent hops.

                 A value of zero (0) means there is no computedRoute.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 16 }

.1.3.6.1.2.1.122.1.3.1.17
tePathRecordedRoute OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The route actually used for this path, as recorded
                 by the signaling protocol.  This is again an ordered
                 list of hops; each hop is expected to be strict.

                 The value of this object gives the primary index
                 into the Hop Table.  The secondary index is the hop
                 count in the path, so to get the route, one can get
                 the first hop with index <tePathRecordedRoute, 1>
                 in the Hop Table and do a getnext to get subsequent
                 hops.

                 A value of zero (0) means there is no recordedRoute.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathTable(3) tePathEntry(1) 17 }

.1.3.6.1.2.1.122.1.4
tePathHopTable OBJECT-TYPE
  -- FROM	TE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of Tunnel Path Hops."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) 4 }

.1.3.6.1.2.1.122.1.4.1
tePathHopEntry OBJECT-TYPE
  -- FROM	TE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ teHopListIndex, tePathHopIndex }
  DESCRIPTION	"Entry containing information about a particular
                 hop.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathHopTable(4) 1 }

.1.3.6.1.2.1.122.1.4.1.1
teHopListIndex OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that identifies a list of hops.  This is
                 the primary index to access hops.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathHopTable(4) tePathHopEntry(1) 1 }

.1.3.6.1.2.1.122.1.4.1.2
tePathHopIndex OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that identifies a particular hop among the
                 list of hops for a path.  An index of i identifies
                 the ith hop.  This is the secondary index for a hop
                 entry.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathHopTable(4) tePathHopEntry(1) 2 }

.1.3.6.1.2.1.122.1.4.1.3
tePathHopRowStatus OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

                 Any field in this table can be changed, even if the
                 value of this object is 'active'.  However, such a
                 change may cause traffic to be rerouted or even
                 disrupted.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathHopTable(4) tePathHopEntry(1) 3 }

.1.3.6.1.2.1.122.1.4.1.4
tePathHopStorageType OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.

                 Conceptual rows having the value 'permanent' need
                 not allow write-access to any columnar objects
                 in the row.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathHopTable(4) tePathHopEntry(1) 4 }

.1.3.6.1.2.1.122.1.4.1.5
tePathHopAddrType OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION TeHopAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), asnumber(3), unnum(4), lspid(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of Traffic Engineered Tunnel hop Address
                 of this hop.

                 The value of this object cannot be changed
                 if the value of the corresponding tePathRowStatus
                 object is 'active'.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathHopTable(4) tePathHopEntry(1) 5 }

.1.3.6.1.2.1.122.1.4.1.6
tePathHopAddress OBJECT-TYPE
  -- FROM	TE-MIB
  -- TEXTUAL CONVENTION TeHopAddress
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Traffic Engineered Tunnel hop Address of this
                 hop.

                 The type of this address is determined by the value
                 of the corresponding tePathHopAddressType.

                 The value of this object cannot be changed
                 if the value of the corresponding teTunnelRowStatus
                 object is 'active'.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathHopTable(4) tePathHopEntry(1) 6 }

.1.3.6.1.2.1.122.1.4.1.7
tePathHopType OBJECT-TYPE
  -- FROM	TE-MIB
  SYNTAX	INTEGER {unknown(0), loose(1), strict(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of hop:
                 unknown:
                 loose:    This hop is a LOOSE hop.
                 strict:   This hop is a STRICT hop.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBObjects(1) tePathHopTable(4) tePathHopEntry(1) 7 }

.1.3.6.1.2.1.122.2
teMIBConformance OBJECT-TYPE
  -- FROM	TE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) 2 }

.1.3.6.1.2.1.122.2.1
teGroups OBJECT-TYPE
  -- FROM	TE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBConformance(2) 1 }

.1.3.6.1.2.1.122.2.1.1
teTrafficEngineeringGroup OBJECT-GROUP
  -- FROM	TE-MIB
  DESCRIPTION	"Objects for Traffic Engineering in this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBConformance(2) teGroups(1) 1 }

.1.3.6.1.2.1.122.2.1.2
teNotificationGroup OBJECT-TYPE
  -- FROM	TE-MIB
  DESCRIPTION	"Notifications specified in this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBConformance(2) teGroups(1) 2 }

.1.3.6.1.2.1.122.2.2
teModuleCompliance OBJECT-TYPE
  -- FROM	TE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBConformance(2) 2 }

.1.3.6.1.2.1.122.2.2.1
teModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	TE-MIB
  DESCRIPTION	"When this MIB module is implemented without support
                 for read-create (i.e., in read-only mode), then such
                 an implementation can claim read-only compliance.
                 Such a device can be monitored but cannot be
                 configured with this MIB module.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBConformance(2) teModuleCompliance(2) 1 }

.1.3.6.1.2.1.122.2.2.2
teModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	TE-MIB
  DESCRIPTION	"When this MIB module is implemented with support for
                 read-create, then the implementation can claim
                 full compliance.  Such devices can be both
                 monitored and configured with this MIB module.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBConformance(2) teModuleCompliance(2) 2 }

.1.3.6.1.2.1.122.2.2.3
teModuleServerReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	TE-MIB
  DESCRIPTION	"When this MIB module is implemented by a path
                 computation server without support for read-create
                 (i.e., in read-only mode), then the implementation
                 can claim read-only compliance.  Such
                 a device can be monitored but cannot be
                 configured with this MIB module.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBConformance(2) teModuleCompliance(2) 3 }

.1.3.6.1.2.1.122.2.2.4
teModuleServerFullCompliance MODULE-COMPLIANCE
  -- FROM	TE-MIB
  DESCRIPTION	"When this MIB module is implemented by a path
                 computation server with support for read-create,
                 then the implementation can claim full
                 compliance.
                "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) teMIB(122) teMIBConformance(2) teModuleCompliance(2) 4 }

.1.3.6.1.2.1.129
vpnTcMIB MODULE-IDENTITY
  -- FROM	VPN-TC-STD-MIB
  DESCRIPTION	"This MIB contains TCs for VPNs.
        
             Copyright (C) The Internet Society (2005).  This version
             of this MIB module is part of RFC 4265;  see the RFC
             itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 129 }

.1.3.6.1.2.1.135
t11FcNameServerMIB MODULE-IDENTITY
  -- FROM	T11-FC-NAME-SERVER-MIB
  DESCRIPTION	"The MIB module for the management of the functionality,
           which realizes the FC-GS-4 requirements for Name
           Server (NS).

           Copyright (C) The Internet Society (2006).  This version of
           this MIB module is part of RFC 4438; see the RFC itself for
           full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 135 }

.1.3.6.1.2.1.135.0
t11NsNotifications OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) 0 }

.1.3.6.1.2.1.135.0.1
t11NsRejectRegNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  OBJECTS	{ t11FamLocalSwitchWwn, t11NsRegPortName, t11NsRejectCtCommandString, t11NsRejectReasonCode, t11NsRejReasonCodeExp, t11NsRejReasonVendorCode }
  DESCRIPTION	"This notification is generated whenever a request to
           register information in a Name Server Information
           Subset (for which the corresponding instance of
           t11NsInfoSubsetRejReqNotfyEnable is 'true') is
           rejected on a particular Fabric for a particular Nx_Port.

           The value of t11FamLocalSwitchWwn indicates the
           WWN of the switch that received the request.
           (If the WWN is unavailable, the value is set to
           the zero-length string.)

           The value of t11NsRejectCtCommandString indicates
           the rejected request, and the values of
           t11NsRejectReasonCode, t11NsRejReasonCodeExp, and
           t11NsRejReasonVendorCode indicate the reason for
           the rejection.

           The value of t11NsRegPortName represents the Port Name
           if it is able to be extracted out of the Registration
           Request, or otherwise the value as currently registered
           on the port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsNotifications(0) 1 }

.1.3.6.1.2.1.135.1
t11NsMIBObjects OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) 1 }

.1.3.6.1.2.1.135.1.1
t11NsStatus OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) 1 }

.1.3.6.1.2.1.135.1.1.1
t11NsInfoSubsetTable OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one entry for each Name Server
           Information Subset within each Fibre Channel
           management instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) 1 }

.1.3.6.1.2.1.135.1.1.1.1
t11NsInfoSubsetEntry OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, t11NsInfoSubsetIndex }
  DESCRIPTION	"This entry contains information about operations
           on a particular Name Server Information Subset
           within the Fibre Channel management instance
           identified by fcmInstanceIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsInfoSubsetTable(1) 1 }

.1.3.6.1.2.1.135.1.1.1.1.1
t11NsInfoSubsetIndex OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer value that uniquely identifies
           this Name Server Information Subset amongst all others
           within the same Fibre Channel management instance.

           It is mandatory to keep this value constant between
           restarts of the agent and to make every possible
           effort to keep it constant across such restarts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsInfoSubsetTable(1) t11NsInfoSubsetEntry(1) 1 }

.1.3.6.1.2.1.135.1.1.1.1.2
t11NsInfoSubsetSwitchIndex OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object is zero when operations
           upon this Name Server Information Subset do not occur
           at a local Fibre Channel switch; otherwise, it is
           non-zero and identifies the local switch.

           The switch identified by a non-zero value of this
           object is the same switch as is identified by the
           same value of fcmSwitchIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsInfoSubsetTable(1) t11NsInfoSubsetEntry(1) 2 }

.1.3.6.1.2.1.135.1.1.1.1.3
t11NsInfoSubsetTableLastChange OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the last update
           to any entry in the t11NsRegTable with the same values
           of fcmInstanceIndex and t11NsInfoSubsetIndex.  This
           includes creation of an entry, deletion of an entry, or
           modification of an existing entry.  If no such update
           has taken place since the last re-initialization of the
           local network management subsystem, then this object
           contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsInfoSubsetTable(1) t11NsInfoSubsetEntry(1) 3 }

.1.3.6.1.2.1.135.1.1.1.1.4
t11NsInfoSubsetNumRows OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Nx_Ports currently registered in this
           Name Server Information Subset, i.e., the number of
           rows in the t11NsRegTable with the same values of
           fcmInstanceIndex and t11NsInfoSubsetIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsInfoSubsetTable(1) t11NsInfoSubsetEntry(1) 4 }

.1.3.6.1.2.1.135.1.1.1.1.5
t11NsInfoSubsetTotalRejects OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of (CT_IU) Requests for Name Server
           functions that were rejected for inclusion in this
           Name Server Information Subset, across all Fabrics
           for which it contains information.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsInfoSubsetTable(1) t11NsInfoSubsetEntry(1) 5 }

.1.3.6.1.2.1.135.1.1.1.1.6
t11NsInfoSubsetRejReqNotfyEnable OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether 't11NsRejectRegNotify'
           notifications are generated by rejections of requests
           to register information in this Name Server Information
           Subset.

           If value of this object is 'true', then the
           notification is generated when a request is rejected.
           If it is 'false', the notification is not generated.

           The persistence of values of this object across an
           agent reboot is implementation-dependent."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsInfoSubsetTable(1) t11NsInfoSubsetEntry(1) 6 }

.1.3.6.1.2.1.135.1.1.2
t11NsRegTable OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains entries for all Nx_Ports registered
           in the identified Name Server Information Subsets across
           all Fabrics for which such subsets contain information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) 2 }

.1.3.6.1.2.1.135.1.1.2.1
t11NsRegEntry OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, t11NsInfoSubsetIndex, t11NsRegFabricIndex, t11NsRegPortIdentifier }
  DESCRIPTION	"An entry containing information about an Nx_Port
           represented by t11NsRegPortIdentifier that is registered
           with a Name Server Information Subset (identified by
           t11NsInfoSubsetIndex) within the Fibre Channel management
           instance (identified by fcmInstanceIndex) on the Fabric
           (identified by t11NsRegFabricIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) 1 }

.1.3.6.1.2.1.135.1.1.2.1.1
t11NsRegFabricIndex OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index value that uniquely identifies a
           particular Fabric.

           In a Fabric conformant to SW-3, only a single Fabric can
           operate within a single physical infrastructure, and thus,
           the value of this Fabric Index will always be 1.

           However, it is possible that future standards will define
           how multiple Fabrics, each with its own management
           instrumentation, could operate within one (or more) physical
           infrastructures.  To allow for this future possibility, this
           index value is used to uniquely identify a particular
           Fabric within a physical infrastructure."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 1 }

.1.3.6.1.2.1.135.1.1.2.1.2
t11NsRegPortIdentifier OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION FcAddressIdOrZero
  SYNTAX	OCTET STRING (0 | 3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Fibre Channel Address Identifier of this Nx_Port.
           If no Port Identifier has been registered, then the
           value of this object is the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 2 }

.1.3.6.1.2.1.135.1.1.2.1.3
t11NsRegPortName OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Port_Name (WWN) of this Nx_Port.
           If this object has not been registered, then its value
           is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 3 }

.1.3.6.1.2.1.135.1.1.2.1.4
t11NsRegNodeName OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Node_Name (WWN) of this Nx_Port.
           If this object has not been registered, then its value
           is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 4 }

.1.3.6.1.2.1.135.1.1.2.1.5
t11NsRegClassOfSvc OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION FcClasses
  SYNTAX	BITS {classF(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The class of service indicator.  This object is an
           array of bits that contain a bit map of the classes of
           service supported by the associated port.  If a bit in
           this object is 1, it indicates that the class of
           service is supported by the associated port.  When a
           bit is set to 0, it indicates that no class of service
           is supported by this Nx_Port.

           If this object has not been not registered for a port,
           then the instance for that port is not instantiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 5 }

.1.3.6.1.2.1.135.1.1.2.1.6
t11NsRegNodeIpAddress OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	OCTET STRING (0 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the node of this Nx_Port, in
           network-byte order, either as a 32-bit IPv4 address or
           a 128-bit IPv6 address.  For the former, the leftmost 96 bits
           (12 bytes) should contain x'00 00 00 00 00 00 00 00 00 00 FF
           FF', and the IPv4 address should be present in the rightmost
           32 bits.

           Note that the value of this object is the IP address value
           that is received in the FC-GS-4 message Register IP address
           (Node) RIP_NN.  It is not validated against any IP address
           format.

           If no 'IP address (Node)' has been registered, then the
           value of this object is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 6 }

.1.3.6.1.2.1.135.1.1.2.1.7
t11NsRegProcAssoc OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	OCTET STRING (0 | 8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Fibre Channel Initial Process Associator (IPA).

           If no 'Initial Process Associator' has been registered,
           then the value of this object is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 7 }

.1.3.6.1.2.1.135.1.1.2.1.8
t11NsRegFc4Type OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	OCTET STRING (0 | 32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The FC-4 protocol types supported by this Nx_Port.
           This is an array of 256 bits.  Each bit in the array
           corresponds to a Type value as defined by Fibre Channel
           standards and contained in the Type field of the frame
           header.  The order of the bits in the 256-bit (32-byte)
           value is the same as defined in FC-GS-4, section 5.2.3.8,
           and represented in network-byte order.

           If no 'FC-4 TYPEs' has been registered, then the
           value of this object is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 8 }

.1.3.6.1.2.1.135.1.1.2.1.9
t11NsRegPortType OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION FcPortType
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port type of this port.

           If no 'Port Type' has been registered, then the value
           of this object is unidentified and is represented by
           the value 'unknown'."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 9 }

.1.3.6.1.2.1.135.1.1.2.1.10
t11NsRegPortIpAddress OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	OCTET STRING (0 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value that Fibre Channel calls an 'IP Address (Port)'
           that represents the IP address of the associated port.
           The value is either in 32-bit IPv4 format or 128-bit IPv6
           format, in network-byte order.  When this object contains an
           IPv4 address, the leftmost 96 bits (12 bytes) should contain
           x'00 00 00 00 00 00 00 00 00 00 FF FF'.  The IPv4 address
           should be present in the rightmost 32 bits.

           Note that the value of this object is the IP address value
           that is received in the FC-GS-4 message Register IP address
           (Port) RIPP_ID.  It is not validated against any IP address
           format.

           If no 'IP address (Port)' has been registered, then the
           value of this object is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 10 }

.1.3.6.1.2.1.135.1.1.2.1.11
t11NsRegFabricPortName OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Fabric Port Name (WWN) of the Fx_Port to which
           this Nx_Port is attached.

           If no 'Fabric Port Name' has been registered, then the
           value of this object is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 11 }

.1.3.6.1.2.1.135.1.1.2.1.12
t11NsRegHardAddress OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION FcAddressIdOrZero
  SYNTAX	OCTET STRING (0 | 3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The format of this object is identical to the format
           of Hard Address defined in the Discover Address (ADISC)
           Extended Link Service (FC-FS).

           Hard Address is the 24-bit NL_Port identifier that
           consists of:
             - the 8-bit Domain_ID in the most significant byte
             - the 8-bit Area_ID in the next most significant
               byte
             - the 8-bit AL-PA (Arbitrated Loop Physical Address)
               which an NL_Port attempts acquire during FC-AL
               initialization in the least significant byte.

           If the port is not an NL_Port, or if it is an NL_Port
           but does not have a hard address, then all bits are
           reported as zeros.

           If no 'Hard Address' has been registered, then the
           value of this object is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 12 }

.1.3.6.1.2.1.135.1.1.2.1.13
t11NsRegSymbolicPortName OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The user-defined name of this port.

           If no 'Symbolic Port Name' has been registered, then
           the value of this object is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 13 }

.1.3.6.1.2.1.135.1.1.2.1.14
t11NsRegSymbolicNodeName OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The user-defined name of the node of this port.

           If no 'Symbolic Node Name' has been registered, then
           the value of this object is the zero-length string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 14 }

.1.3.6.1.2.1.135.1.1.2.1.15
t11NsRegFc4Features OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	OCTET STRING (0 | 128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The FC-4 Features associated with FC-4 Types on this
           port encoded as a 128-byte value in network-byte order,
           or the zero-length string if no 'FC-4 Features' have been
           registered.

           Section 5.2.3.15 of FC-GS-4 is the authoritative
           definition of the format of the 128-byte value,
           i.e., if different, FC-GS-4 takes precedence over the
           following description:

           The 128-byte value is an array of 4-bit values, one for
           each FC-4 Type value, positioned as follows: the 5 most
           significant bits of a Type value identify where it appears
           within the 128-byte value, specifically, within which word:
                 - Word 0 (of the 128-byte value) contains information
                   related to Types '00' through '07';
                 - Word 1 contains information related to Types
                   '08' through 0F';
                 - and so forth, up to Word 31, which contains
                   information related to Types 'F8' through 'FF'.

           The least significant of the eight 4-bit values in each
           Word represents an FC-4 Type with 000 as its 3 least
           significant bits, and most significant 4-bit value in
           each Word represents an FC-4 Type with 111 as its 3 least
           significant bits."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegTable(2) t11NsRegEntry(1) 15 }

.1.3.6.1.2.1.135.1.1.3
t11NsRegFc4DescriptorTable OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains entries for all FC-4 Descriptors
           registered in the identified Name Server Information
           Subsets across all Fabrics for which such subsets
           contain information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) 3 }

.1.3.6.1.2.1.135.1.1.3.1
t11NsRegFc4DescriptorEntry OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, t11NsInfoSubsetIndex, t11NsRegFabricIndex, t11NsRegPortIdentifier, t11NsRegFc4TypeValue }
  DESCRIPTION	"An entry in the t11NsRegFc4DescriptorTable,
           containing information about an FC-4 Descriptor
           that is associated with a particular FC-4 Type
           value.  The particular FC-4 Descriptor was
           registered by an Nx_Port (identified by
           t11NsRegPortIdentifier) in a Name Server Information
           Subset (identified by t11NsInfoSubsetIndex) within
           the Fibre Channel management instance (identified by
           fcmInstanceIndex) on the Fabric (identified by
           t11NsRegFabricIndex).

           If no FC-4 Descriptors have been registered
           for a particular port, then there will be no
           entries in this table for that port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegFc4DescriptorTable(3) 1 }

.1.3.6.1.2.1.135.1.1.3.1.1
t11NsRegFc4TypeValue OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An integer value that identifies an FC-4 Type value
           (representing a particular protocol type, as specified
           in FC-FS) for which an FC-4 Descriptor has been
           registered.

           An instance of this object contains a 'Type value'
           that corresponds to a '1' bit in the value of the
           t11NsRegFc4Type registered for the same port;
           this correspondence is as specified in FC-GS-4."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegFc4DescriptorTable(3) t11NsRegFc4DescriptorEntry(1) 1 }

.1.3.6.1.2.1.135.1.1.3.1.2
t11NsRegFc4Descriptor OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The FC-4 Descriptor value that has been registered
           for the particular port on the particular Fabric, and
           for the FC-4 Type represented by the corresponding
           value of t11NsRegFc4TypeIndex.

           The format of an FC-4 Descriptor is dependent on the
           corresponding FC-4 Type value, but is represented in
           network-byte order."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRegFc4DescriptorTable(3) t11NsRegFc4DescriptorEntry(1) 2 }

.1.3.6.1.2.1.135.1.1.4
t11NsRejectTable OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the most recent
           Name Server Registration Request failures for various
           ports on various Fabrics.

           If no information is available about the most recent
           rejection of a Registration Request on a particular port
           on a particular Fabric, then there will no entry in this
           table for that port and Fabric.

           When a t11NsRejectRegNotify notification is sent for
           such a Registration Request failure, the values of the
           objects in the relevant entry of this table are updated
           immediately prior to generating the notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) 4 }

.1.3.6.1.2.1.135.1.1.4.1
t11NsRejectEntry OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, t11NsInfoSubsetIndex, t11NsRegFabricIndex, t11NsRegPortIdentifier }
  DESCRIPTION	"An entry containing information about the most recent
           rejection of a request to register information in the Name
           Server Information Subset (identified by
           t11NsInfoSubsetIndex) within the Fibre Channel management
           instance (identified by fcmInstanceIndex) for a particular
           port (identified by t11NsRegPortIdentifier) on a particular
           Fabric (identified by t11NsRegFabricIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRejectTable(4) 1 }

.1.3.6.1.2.1.135.1.1.4.1.1
t11NsRejectCtCommandString OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The binary content of the Registration Request,
           formatted as an octet string (in network byte
           order) containing the CT_IU, as described in
           Table 2 of [FC-GS-4] (including the preamble),
           which was most recently rejected for the particular
           Name Server Information Subset on the particular port
           on the particular Fabric.

           This object contains the zero-length string
           if and when the CT-IU's content is unavailable.

           When the length of this object is 255 octets, it
           contains the first 255 octets of the CT-IU (in
           network-byte order)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRejectTable(4) t11NsRejectEntry(1) 1 }

.1.3.6.1.2.1.135.1.1.4.1.2
t11NsRejectReasonCode OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION T11NsGs4RejectReasonCode
  SYNTAX	INTEGER {none(1), invalidCmdCode(2), invalidVerLevel(3), logicalError(4), invalidIUSize(5), logicalBusy(6), protocolError(7), unableToPerformCmdReq(8), cmdNotSupported(9), serverNotAvailable(10), couldNotEstabSession(11), vendorError(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A registration reject reason code.  This object
           contains the reason code of the most recent Name
           Server Registration Request failure for the
           particular port on the particular Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRejectTable(4) t11NsRejectEntry(1) 2 }

.1.3.6.1.2.1.135.1.1.4.1.3
t11NsRejReasonCodeExp OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION T11NsRejReasonCodeExpl
  SYNTAX	INTEGER {noAdditionalExplanation(1), portIdentifierNotRegistered(2), portNameNotRegistered(3), nodeNameNotRegistered(4), classOfServiceNotRegistered(5), nodeIpAddressNotRegistered(6), ipaNotRegistered(7), fc4TypeNotRegistered(8), symbolicPortNameNotRegistered(9), symbolicNodeNameNotRegistered(10), portTypeNotRegistered(11), portIpAddressNotRegistered(12), fabricPortNameNotRegistered(13), hardAddressNotRegistered(14), fc4DescriptorNotRegistered(15), fc4FeaturesNotRegistered(16), accessDenied(17), unacceptablePortIdentifier(18), databaseEmpty(19), noObjectRegInSpecifiedScope(20), domainIdNotPresent(21), portIdNotPresent(22), noDeviceAttached(23), authorizationException(24), authenticationException(25), databaseFull(26)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A registration reject reason code explanation.  This
           object contains the reason code explanation of the most
           recent Name Server Registration Request failure for the
           particular port on the particular Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRejectTable(4) t11NsRejectEntry(1) 3 }

.1.3.6.1.2.1.135.1.1.4.1.4
t11NsRejReasonVendorCode OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A registration reject vendor-specific code.  This
           object contains the vendor-specific code of the most
           recent Name Server Registration Request failure for the
           particular port on the particular Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatus(1) t11NsRejectTable(4) t11NsRejectEntry(1) 4 }

.1.3.6.1.2.1.135.1.2
t11NsStatistics OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) 2 }

.1.3.6.1.2.1.135.1.2.1
t11NsStatsTable OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains per-Fabric state and statistics
           for operations upon the identified Name Server
           Information Subsets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) 1 }

.1.3.6.1.2.1.135.1.2.1.1
t11NsStatsEntry OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, t11NsInfoSubsetIndex, t11NsRegFabricIndex }
  DESCRIPTION	"An entry in this table contains state and statistics
           for operations upon a Name Server Information Subset
           (identified by t11NsInfoSubsetIndex) within the Fibre
           Channel management instance (identified by
           fcmInstanceIndex) on the Fabric (identified by
           t11NsRegFabricIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) t11NsStatsTable(1) 1 }

.1.3.6.1.2.1.135.1.2.1.1.1
t11NsInGetReqs OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of (CT_IU) Get Requests
           received requesting information from this Name
           Server Information Subset on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) t11NsStatsTable(1) t11NsStatsEntry(1) 1 }

.1.3.6.1.2.1.135.1.2.1.1.2
t11NsOutGetReqs OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of (CT_IU) Get Requests sent in
           order to obtain information needed in this Name Server
           Information Subset on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) t11NsStatsTable(1) t11NsStatsEntry(1) 2 }

.1.3.6.1.2.1.135.1.2.1.1.3
t11NsInRegReqs OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of (CT_IU) Registration Requests
           received to register information in the Name Server
           Information Subset on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) t11NsStatsTable(1) t11NsStatsEntry(1) 3 }

.1.3.6.1.2.1.135.1.2.1.1.4
t11NsInDeRegReqs OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of (CT_IU) De-registration Requests
           received to de-register information from this Name Server
           Information Subset on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) t11NsStatsTable(1) t11NsStatsEntry(1) 4 }

.1.3.6.1.2.1.135.1.2.1.1.5
t11NsInRscns OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of received RSCNs, indicating
           Name Server-related changes relating to this Name
           Server Information Subset on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) t11NsStatsTable(1) t11NsStatsEntry(1) 5 }

.1.3.6.1.2.1.135.1.2.1.1.6
t11NsOutRscns OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of transmitted RSCNs, indicating
           Name Server-related changes relating to this Name
           Server Information Subset on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) t11NsStatsTable(1) t11NsStatsEntry(1) 6 }

.1.3.6.1.2.1.135.1.2.1.1.7
t11NsRejects OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of CT_IU Requests for Name
           Server functions on this Name Server Information
           Subset on this Fabric that were rejected.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) t11NsStatsTable(1) t11NsStatsEntry(1) 7 }

.1.3.6.1.2.1.135.1.2.1.1.8
t11NsDatabaseFull OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether the database containing this
           Name Server Information Subset is full.  This object is
           set to 'true' only if the Name Server is unable to allocate
           space for a new entry for the corresponding Fabric, and it is
           set to 'false' whenever an existing entry is deleted for the
           corresponding Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBObjects(1) t11NsStatistics(2) t11NsStatsTable(1) t11NsStatsEntry(1) 8 }

.1.3.6.1.2.1.135.2
t11NsMIBConformance OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) 2 }

.1.3.6.1.2.1.135.2.1
t11NsMIBCompliances OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBConformance(2) 1 }

.1.3.6.1.2.1.135.2.1.1
t11NsMIBCompliance MODULE-COMPLIANCE
  -- FROM	T11-FC-NAME-SERVER-MIB
  DESCRIPTION	"The compliance statement for entities that
           implement the Fibre Channel Name Server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBConformance(2) t11NsMIBCompliances(1) 1 }

.1.3.6.1.2.1.135.2.2
t11NsMIBGroups OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBConformance(2) 2 }

.1.3.6.1.2.1.135.2.2.1
t11NsDBGroup OBJECT-GROUP
  -- FROM	T11-FC-NAME-SERVER-MIB
  DESCRIPTION	"A collection of objects for monitoring the information
           registered in a Name Server Information Subset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBConformance(2) t11NsMIBGroups(2) 1 }

.1.3.6.1.2.1.135.2.2.2
t11NsRequestStatsGroup OBJECT-GROUP
  -- FROM	T11-FC-NAME-SERVER-MIB
  DESCRIPTION	"A collection of objects for displaying Name
           Server statistics and state for Name Server requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBConformance(2) t11NsMIBGroups(2) 2 }

.1.3.6.1.2.1.135.2.2.3
t11NsRscnStatsGroup OBJECT-GROUP
  -- FROM	T11-FC-NAME-SERVER-MIB
  DESCRIPTION	"A collection of objects for displaying Name
           Server statistics for Name Server-related RSCNs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBConformance(2) t11NsMIBGroups(2) 3 }

.1.3.6.1.2.1.135.2.2.4
t11NsRejectStatsGroup OBJECT-GROUP
  -- FROM	T11-FC-NAME-SERVER-MIB
  DESCRIPTION	"A collection of objects for displaying Name
           Server statistics for rejects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBConformance(2) t11NsMIBGroups(2) 4 }

.1.3.6.1.2.1.135.2.2.5
t11NsNotifyControlGroup OBJECT-GROUP
  -- FROM	T11-FC-NAME-SERVER-MIB
  DESCRIPTION	"A collection of notification control and
           notification information objects for monitoring
           rejections of Name Server registrations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBConformance(2) t11NsMIBGroups(2) 5 }

.1.3.6.1.2.1.135.2.2.6
t11NsNotifyGroup OBJECT-TYPE
  -- FROM	T11-FC-NAME-SERVER-MIB
  DESCRIPTION	"A collection of notifications for monitoring
           rejections of Name Server registrations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcNameServerMIB(135) t11NsMIBConformance(2) t11NsMIBGroups(2) 6 }

.1.3.6.1.2.1.136
t11TcMIB MODULE-IDENTITY
  -- FROM	T11-TC-MIB
  DESCRIPTION	"This module defines textual conventions used in T11 MIBs.

           Copyright (C) The Internet Society (2006).  This version
           of this MIB module is part of RFC 4439;  see the RFC
           itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 136 }

.1.3.6.1.2.1.137
t11FcFabricAddrMgrMIB MODULE-IDENTITY
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  DESCRIPTION	"The MIB module for the Fabric Address management
           functionality defined by the Fibre Channel standards.  For
           the purposes of this MIB, Fabric Address Manager refers to
           the functionality of acquiring DomainID(s) as specified in
           FC-SW-3, and managing Fibre Channel Identifiers as specified
           in FC-FS.  An instance of 'Fabric Address Manager' software
           functionality executes in the Principal Switch, and in each
           other switch.

           After an agent reboot, the values of read-write objects
           defined in this MIB module are implementation-dependent.

           Copyright (C) The Internet Society (2006).  This version of
           this MIB module is part of RFC 4439;  see the RFC itself for
           full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 137 }

.1.3.6.1.2.1.137.0
t11FamNotifications OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) 0 }

.1.3.6.1.2.1.137.0.1
t11FamDomainIdNotAssignedNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  OBJECTS	{ t11FamLocalSwitchWwn, t11FamNotifyFabricIndex }
  DESCRIPTION	"This notification indicates that a Domain_ID has not
           been configured or assigned for a particular Fabric,
           identified by t11FamNotifyFabricIndex, on a particular
           switch identified by t11FamLocalSwitchWwn.  This could
           happen under the following conditions, and results in the
           switch isolating E_Ports on the Fabric:

            - if the switch's request for a configured static
              Domain_ID is rejected or no other Domain_ID is
              assigned, then the E_Ports are isolated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamNotifications(0) 1 }

.1.3.6.1.2.1.137.0.2
t11FamNewPrincipalSwitchNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  OBJECTS	{ t11FamLocalSwitchWwn, t11FamNotifyFabricIndex }
  DESCRIPTION	"This notification indicates that a particular switch,
           identified by t11FamLocalSwitchWwn, has become the new
           Principal Switch on the Fabric identified by
           t11FamNotifyFabricIndex.

           This notification is sent soon after its election as
           the new Principal Switch, i.e., upon expiration of a
           Principal Switch selection timer that is equal to
           twice the Fabric Stability Timeout value (F_S_TOV)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamNotifications(0) 2 }

.1.3.6.1.2.1.137.0.3
t11FamFabricChangeNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  OBJECTS	{ t11FamLocalSwitchWwn, t11FamNotifyFabricIndex }
  DESCRIPTION	"This notification is sent whenever a particular switch,
           identified by t11FamLocalSwitchWwn, sends or
           receives a Build Fabric (BF) or a ReConfigure Fabric
           (RCF) message on the Fabric identified by
           t11FamNotifyFabricIndex.

           This notification is not sent if a
           't11FamNewPrincipalSwitchNotify' notification is sent
           for the same event."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamNotifications(0) 3 }

.1.3.6.1.2.1.137.1
t11FamMIBObjects OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) 1 }

.1.3.6.1.2.1.137.1.1
t11FamConfiguration OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) 1 }

.1.3.6.1.2.1.137.1.1.1
t11FamTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains Fabric Address Manager related
           parameters that are able to be configured and monitored
           in a Fibre Channel switch.  For each of the switches
           (identified by fcmSwitchIndex) managed by a Fibre Channel
           management instance (identified by fcmInstanceIndex),
           there is any entry for each Fabric known to that switch.
           Entries are implicitly created/removed if and when
           additional Fabrics are created/deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) 1 }

.1.3.6.1.2.1.137.1.1.1.1
t11FamEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FamFabricIndex }
  DESCRIPTION	"An entry provides information on the local Fabric Address
           Manager functionality for a Fabric known to a
           particular switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) 1 }

.1.3.6.1.2.1.137.1.1.1.1.1
t11FamFabricIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index value that uniquely identifies a
           particular Fabric known to a particular switch.

           In a Fabric conformant to FC-SW-3, only a single Fabric
           can operate within a physical infrastructure, and thus,
           the value of this Fabric Index will always be 1.

           However, the current standard, FC-SW-4, defines
           how multiple Fabrics, each with its own management
           instrumentation, could operate within one (or more)
           physical infrastructures.  When such multiple Fabrics
           are in use, this index value is used to uniquely
           identify a particular Fabric within a physical
           infrastructure."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 1 }

.1.3.6.1.2.1.137.1.1.1.1.2
t11FamConfigDomainId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION FcDomainIdOrZero
  SYNTAX	Integer32 (0..239) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The configured Domain_ID of the particular switch on this
           Fabric, or zero if no Domain_ID has been configured.
           The meaning of this object depends on
           t11FamConfigDomainIdType object.

           If t11FamConfigDomainIdType is 'preferred', then the
           configured Domain_ID is called the 'preferred Domain_ID'.
           Valid values are between 0 and 239.  In a situation where
           this Domain_ID cannot be assigned, any other Domain_ID
           will be acceptable.  A value of zero means any Domain_ID.

           If t11FamConfigDomainIdType is 'insistent', then the
           configured Domain_ID is called the 'insistent Domain_ID' and
           valid values are between 1 and 239.  In a situation where
           this Domain_ID cannot be assigned, no other Domain_ID is
           acceptable.

           In both of the above cases, the switch sends an RDI (Request
           Domain_ID) to request this Domain_ID to the Principal
           Switch.  If no Domain_ID is able to be granted in the case
           of 'preferred', or if an 'insistent' Domain_ID is configured
           but not able to be granted, then it is an error condition.
           When this error occurs, the switch will continue as if it
           receives a SW_RJT with a reason/explanation of 'Unable to
           perform command request'/'Domain_ID not available'.  That
           is, its E_Ports on that Fabric will be isolated and the
           administrator informed via a 't11FamDomainIdNotAssigned'
           notification.

           If t11FamConfigDomainIdType is 'static', then the configured
           Domain_ID is called the 'static Domain_ID' and valid values
           are between 1 and 239.  In this situation, there is no
           Principal Switch in the Fabric and the Domain_ID is simply
           assigned by configuration, together with the Fabric_Name.
           A switch configured with a static Domain_ID, on receiving
           an EFP, BF, RCF, DIA, or RDI SW_ILS, shall reply with an
           SW_RJT having Reason Code Explanation 'E_Port is Isolated'
           and shall isolate the receiving E_Port.

           For the persistence of values across reboots, see the
           MODULE-IDENTITY's DESCRIPTION clause."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 2 }

.1.3.6.1.2.1.137.1.1.1.1.3
t11FamConfigDomainIdType OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	INTEGER {preferred(1), insistent(2), static(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Type of configured Domain_ID contained in
           t11FamConfigDomainId.

           For the persistence of values across reboots, see the
           MODULE-IDENTITY's DESCRIPTION clause."
  DEFVAL	{ preferred }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 3 }

.1.3.6.1.2.1.137.1.1.1.1.4
t11FamAutoReconfigure OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object determines how a particular switch
           responds to certain error conditions.

           The condition that might cause these errors is
           the merging of two disjoint Fabrics that have
           overlapping Domain_ID lists.

           If value of this object is 'true', the switch will
           send an RCF (ReConfigureFabric) to rebuild the
           Fabric.

           If 'false', the switch will isolate the E_Ports on
           which the errors happened.

           For the persistence of values across reboots, see the
           MODULE-IDENTITY's DESCRIPTION clause."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 4 }

.1.3.6.1.2.1.137.1.1.1.1.5
t11FamContiguousAllocation OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Determines how a particular switch behaves when elected as
           the Principal Switch.

           If true, the switch will only accept RDIs with a contiguous
           allocation; specifically, it will reject RDIs with
           non-contiguous Domain_IDs, and if an RDI for a contiguous
           Domain_ID is not able to be fulfilled, it will try to
           replace all the Domain_IDs in the list with contiguous
           Domain_IDs, and if that fails, the RDI will be rejected.

           If false, then the switch acts normally in granting
           the Domain_IDs even if they are not contiguous.

           For the persistence of values across reboots, see the
           MODULE-IDENTITY's DESCRIPTION clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 5 }

.1.3.6.1.2.1.137.1.1.1.1.6
t11FamPriority OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION T11FamDomainPriority
  SYNTAX	Unsigned32 (1..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The initial or configured priority of a particular switch
           to be used in Principal Switch selection process.

           For the persistence of values across reboots, see the
           MODULE-IDENTITY's DESCRIPTION clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 6 }

.1.3.6.1.2.1.137.1.1.1.1.7
t11FamPrincipalSwitchWwn OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The WWN of the Principal Switch on this Fabric,
           or zero-length string if the identity of the principal
           switch is unknown."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 7 }

.1.3.6.1.2.1.137.1.1.1.1.8
t11FamLocalSwitchWwn OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The WWN of the particular switch on this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 8 }

.1.3.6.1.2.1.137.1.1.1.1.9
t11FamAssignedAreaIdList OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The list of (zero or more) Area_IDs that have been
           assigned by a particular switch in this Fabric, formatted
           as an array of octets in ascending order.

           Each octet represents one Area_ID.  So, the list containing
           Area_IDs 23, 45, 235, and 56 would be formatted as the
           4-octet string x'172d38eb'.

           A particular area's Area_ID is used as the index into the
           t11FamAreaTable to get the statistics on that area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 9 }

.1.3.6.1.2.1.137.1.1.1.1.10
t11FamGrantedFcIds OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Fibre Channel Address Identifiers
           granted (for local use, i.e., with a particular switch's
           Domain_ID) by the Fabric Address Manager on that switch.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 10 }

.1.3.6.1.2.1.137.1.1.1.1.11
t11FamRecoveredFcIds OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Fibre Channel Address Identifiers that
           have been recovered by the Fabric Address Manager on a
           particular switch since the switch has been initialized.
           A recovered Fibre Channel Address Identifier is one that is
           explicitly returned after previously being used.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 11 }

.1.3.6.1.2.1.137.1.1.1.1.12
t11FamFreeFcIds OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Fibre Channel Address Identifiers that are
           currently unassigned on this Fabric and could be available
           for assignment either immediately or at some later time.

           The sum of the instances of FreeFcIds and AssignedFcIds
           corresponding to a particular Fabric is the total number of
           Fibre Channel Address Identifiers that the local Fabric
           Address Management is capable of assigning on that Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 12 }

.1.3.6.1.2.1.137.1.1.1.1.13
t11FamAssignedFcIds OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Fibre Channel Address Identifiers that are
           currently assigned on this Fabric.

           The sum of the instances of FreeFcIds and AssignedFcIds
           corresponding to a particular Fabric is the total number of
           Fibre Channel Address Identifiers that the local Fabric
           Address Management is capable of assigning on that Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 13 }

.1.3.6.1.2.1.137.1.1.1.1.14
t11FamAvailableFcIds OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Fibre Channel Address Identifiers that are
           unassigned and currently available for immediate assignment
           on the Fabric, e.g., with the 'Clean Address' bit set to 1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 14 }

.1.3.6.1.2.1.137.1.1.1.1.15
t11FamRunningPriority OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION T11FamDomainPriority
  SYNTAX	Unsigned32 (1..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The running priority of a particular switch on this Fabric.
           This value is initialized to the value of t11FamPriority,
           and subsequently altered as specified by the procedures
           defined in FC-SW-3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 15 }

.1.3.6.1.2.1.137.1.1.1.1.16
t11FamPrincSwRunningPriority OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION T11FamDomainPriority
  SYNTAX	Unsigned32 (1..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The running priority of the Principal Switch on this
           Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 16 }

.1.3.6.1.2.1.137.1.1.1.1.17
t11FamState OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION T11FamState
  SYNTAX	INTEGER {other(1), starting(2), unconfigured(3), principalSwitchSelection(4), domainIdDistribution(5), buildFabricPhase(6), reconfigureFabricPhase(7), stable(8), stableWithNoEports(9), noDomains(10), disabled(11), unknown(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the Fabric Address Manager on a particular
           switch on this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 17 }

.1.3.6.1.2.1.137.1.1.1.1.18
t11FamLocalPrincipalSwitchSlctns OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a particular switch became the
           Principal Switch on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 18 }

.1.3.6.1.2.1.137.1.1.1.1.19
t11FamPrincipalSwitchSelections OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Principal Switch selections on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 19 }

.1.3.6.1.2.1.137.1.1.1.1.20
t11FamBuildFabrics OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of non-disruptive fabric reconfigurations (BFs)
           that have occurred on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 20 }

.1.3.6.1.2.1.137.1.1.1.1.21
t11FamFabricReconfigures OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of disruptive fabric reconfigurations (RCFs)
           that have occurred on this Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 21 }

.1.3.6.1.2.1.137.1.1.1.1.22
t11FamDomainId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION FcDomainIdOrZero
  SYNTAX	Integer32 (0..239) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Domain_ID of a particular switch on this Fabric or
           zero if no Domain_ID has been assigned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 22 }

.1.3.6.1.2.1.137.1.1.1.1.23
t11FamSticky OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether a particular switch is supporting
           the concept of Preferred Domain_IDs via a best-effort
           attempt to re-assign the same Fibre Channel Address
           Identifier value to a port on the next occasion when a port
           requests an assignment on this Fabric.

           If the value of this object is 'true', then the switch is
           maintaining rows in the t11FamFcIdCacheTable for this
           Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 23 }

.1.3.6.1.2.1.137.1.1.1.1.24
t11FamRestart OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	INTEGER {nonDisruptive(1), disruptive(2), noOp(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object tells the Fabric Address Manager to
           request a Fabric reconfiguration.

           If this object is set to 'disruptive', then an RCF
           (ReConfigure Fabric) is generated in the Fabric
           in order for the Fabric to recover from the errors.

           If this object is set to 'nonDisruptive', then a
           BF (Build Fabric) is generated in the Fabric.

           No action is taken if this object is set to 'noOp'.
           The value of the object when read is always 'noOp'.

           For the persistence of values across reboots, see the
           MODULE-IDENTITY's DESCRIPTION clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 24 }

.1.3.6.1.2.1.137.1.1.1.1.25
t11FamRcFabricNotifyEnable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An indication of whether or not a particular switch
           should issue a t11FamFabricChangeNotify notification on
           sending or receiving ReConfigureFabric (RCF) on a Fabric.

           If the value of the object is 'true', then the
           notification is generated.  If the value is 'false',
           notification is not generated.

           If an implementation requires all Fabrics to have the
           same value, then setting one instance of this object
           to a new object will result in all corresponding
           instances being set to that same new value.

           For the persistence of values across reboots, see the
           MODULE-IDENTITY's DESCRIPTION clause."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 25 }

.1.3.6.1.2.1.137.1.1.1.1.26
t11FamEnable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enables the Fabric Address Manager on this switch
           on this Fabric.

           If enabled on a Fabric, the switch will participate in
           Principal Switch selection, and Domain_IDs are assigned
           dynamically.  If disabled, the switch will not participate
           in Principal Switch selection, and Domain_IDs are
           assigned statically.  Thus, the corresponding value of
           t11FamConfigDomainIdType needs to be 'static'.

           For the persistence of values across reboots, see the
           MODULE-IDENTITY's DESCRIPTION clause."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 26 }

.1.3.6.1.2.1.137.1.1.1.1.27
t11FamFabricName OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The WWN that is configured on this switch to be used as
           the name of this Fabric when the value of t11FamEnable is
           'false'.

           If the value of t11FamEnable is 'true', this value is not
           used.

           Fibre Channel requires that:
               a) all switches in an operational Fabric be
                  configured with the same Fabric name; and
               b) each Fabric have a unique Fabric name.
           If either of these is violated, either by switches within a
           single Fabric being configured with different Fabric names,
           or by multiple Fabrics that share management applications
           or interact in other ways having the same Fabric name,
           then the behavior of the switches and associated management
           functions is not specified by Fibre Channel or Internet
           standards.

           For the persistence of values across reboots, see the
           MODULE-IDENTITY's DESCRIPTION clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamTable(1) t11FamEntry(1) 27 }

.1.3.6.1.2.1.137.1.1.2
t11FamIfTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains those Fabric Address Manager parameters
           and status values that are per-interface (identified
           by an ifIndex value), per-Fabric (identified by a
           t11FamFabricIndex value), and per-switch (identified by
           values of fcmInstanceIndex and fcmSwitchIndex).

           An entry in this table is automatically created when
           an E_Port becomes non-isolated on a particular Fabric.

           An entry is deleted automatically from this table if:
           a) the corresponding interface is no longer an E_Port (e.g.,
              a G_Port that is dynamically determined to be an F_Port),
              and all configuration parameter(s) have default values; or
           b) the interface identified by ifIndex no longer exists
              (e.g., because a line-card is physically removed); or
           c) the row in the t11FamTable corresponding the fabric
              identified by t11FamFabricID no longer exists.

           Creating an entry in this table via t11FamIfRowStatus
           provides the means to specify non-default parameter value(s)
           for an interface at a time when the relevant row in this
           table does not exist, i.e., because the interface is either
           down or it is not an E_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) 2 }

.1.3.6.1.2.1.137.1.1.2.1
t11FamIfEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FamFabricIndex, ifIndex }
  DESCRIPTION	"An entry containing information on the interface
           configuration on the Fabric identified by
           t11FamFabricIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamIfTable(2) 1 }

.1.3.6.1.2.1.137.1.1.2.1.1
t11FamIfRcfReject OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object determines if the incoming ReConfigure
           Fabric (RCF) messages on this interface on this
           Fabric is accepted or not.  If this object is 'true', then
           the incoming RCF is rejected.  If 'false', incoming RCF is
           accepted.

           Note that this object does not apply to the outgoing
           RCFs generated by this interface.

           Implementations that support write-access to this object
           can do so under whatever conditions they choose."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamIfTable(2) t11FamIfEntry(1) 1 }

.1.3.6.1.2.1.137.1.1.2.1.2
t11FamIfRole OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION T11FamDomainInterfaceRole
  SYNTAX	INTEGER {nonPrincipal(1), principalUpstream(2), principalDownsteam(3), isolated(4), down(5), unknown(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The role of this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamIfTable(2) t11FamIfEntry(1) 2 }

.1.3.6.1.2.1.137.1.1.2.1.3
t11FamIfRowStatus OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamConfiguration(1) t11FamIfTable(2) t11FamIfEntry(1) 3 }

.1.3.6.1.2.1.137.1.2
t11FamInfo OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) 2 }

.1.3.6.1.2.1.137.1.2.1
t11FamAreaTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains area assignments per-Fabric by a
           switch's Fabric Address Manager.  Each octet in
           t11FamAssignedAreaList is able to be used to index into
           this table to find information on each area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) 1 }

.1.3.6.1.2.1.137.1.2.1.1
t11FamAreaEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FamFabricIndex, t11FamAreaAreaId }
  DESCRIPTION	"An entry gives information on the Area_ID and all
           Port_IDs that have been assigned within an area for
           the Fabric identified by t11FamFabricIndex, by the
           Fabric Address Manager in the switch identified by
           fcmInstanceIndex and fcmSwitchIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamAreaTable(1) 1 }

.1.3.6.1.2.1.137.1.2.1.1.1
t11FamAreaAreaId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Area_ID of this area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamAreaTable(1) t11FamAreaEntry(1) 1 }

.1.3.6.1.2.1.137.1.2.1.1.2
t11FamAreaAssignedPortIdList OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The list of Port_IDs which have been assigned in
           this area and Fabric, formatted as an array of
           octets in ascending order.  There could be zero or more
           Port_IDs assigned on this area and Fabric.

           Each octet represents one Port_ID.  So, the list containing
           the Port_IDs 23, 45, 235, and 56 would be formatted as the
           4-octet string x'172d38eb'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamAreaTable(1) t11FamAreaEntry(1) 2 }

.1.3.6.1.2.1.137.1.2.2
t11FamDatabaseTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all information known by
           a switch about all the domains that have been
           assigned in each Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) 2 }

.1.3.6.1.2.1.137.1.2.2.1
t11FamDatabaseEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FamFabricIndex, t11FamDatabaseDomainId }
  DESCRIPTION	"An entry (conceptual row) in the t11FamDatabaseTable
           containing information about one Domain_ID in the
           Fabric identified by t11FamFabricIndex, and known by
           the switch identified by t11FamFabricIndex and
           t11FamDatabaseDomainId."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamDatabaseTable(2) 1 }

.1.3.6.1.2.1.137.1.2.2.1.1
t11FamDatabaseDomainId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION FcDomainIdOrZero
  SYNTAX	Integer32 (1..239) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Domain_ID for which this row contains information.
           The value must be non-zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamDatabaseTable(2) t11FamDatabaseEntry(1) 1 }

.1.3.6.1.2.1.137.1.2.2.1.2
t11FamDatabaseSwitchWwn OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node name (WWN) of the switch to which the
            corresponding value of t11FamDatabaseDomainId is currently
            assigned for the particular Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamDatabaseTable(2) t11FamDatabaseEntry(1) 2 }

.1.3.6.1.2.1.137.1.2.3
t11FamMaxFcIdCacheSize OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of Fibre Channel Address Identifiers
           that are able to be cached in the t11FamFcIdCacheTable.
           If the number is unknown, the value of this object is
           zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) 3 }

.1.3.6.1.2.1.137.1.2.4
t11FamFcIdCacheTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all the Fibre Channel Address
           Identifiers that have recently been released by the
           Fabric Address Manager in a switch.  So, it lists
           all the Fibre Channel Address Identifiers that have valid
           WWN-to-Fibre Channel Address Identifier mappings and are
           currently not assigned to any ports.  These Fibre Channel
           Address Identifiers were assigned to ports but have since
           been released.  These cached Fibre Channel Address
           Identifiers contain only Area_ID and Port_ID information.
           This cache is kept to provide best-effort re-assignment of
           same Fibre Channel Address Identifiers; i.e., when an
           Nx_Port asks for a Fibre Channel Address Identifier, soon
           after releasing one, the same value is re-assigned, if
           possible."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) 4 }

.1.3.6.1.2.1.137.1.2.4.1
t11FamFcIdCacheEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FamFabricIndex, t11FamFcIdCacheWwn }
  DESCRIPTION	"An entry (conceptual row) in the t11FamFcIdCacheTable
           containing information about one Fibre Channel Address
           Identifier that was released from a WWN, corresponding to a
           range of one or more ports connected to the switch
           (identified by t11FamFabricIndex and t11FamFcIdCacheWwn) in
           the Fabric (identified by t11FamFabricIndex).  An entry is
           created when a Fibre Channel Address Identifier is released
           by the last port in the range.  The oldest entry is deleted
           if the number of rows in this table reaches
           t11FamMaxFcIdCacheSize, and its space is required for a new
           entry.  An entry is also deleted when its Fibre Channel
           Address Identifier is assigned to a port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamFcIdCacheTable(4) 1 }

.1.3.6.1.2.1.137.1.2.4.1.1
t11FamFcIdCacheWwn OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The N_Port_Name (WWN) of the port associated with this
           entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamFcIdCacheTable(4) t11FamFcIdCacheEntry(1) 1 }

.1.3.6.1.2.1.137.1.2.4.1.2
t11FamFcIdCacheAreaIdPortId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The combination of this object and t11FamFcIdCachePortIds
           represent one range of Fibre Channel Address Identifiers,
           which were assigned and later released.  This object
           contains the Area_ID and Port_ID of the first Fibre
           Channel Address Identifier in the range.

           Note that this object is only 2 bytes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamFcIdCacheTable(4) t11FamFcIdCacheEntry(1) 2 }

.1.3.6.1.2.1.137.1.2.4.1.3
t11FamFcIdCachePortIds OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The combination of t11FamFcIdCacheAreaIdPortId and this
           object represent one range of Fibre Channel Address
           Identifiers, which were assigned and later released.  This
           object contains the number of (consecutive) Fibre Channel
           Address Identifiers in the range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamInfo(2) t11FamFcIdCacheTable(4) t11FamFcIdCacheEntry(1) 3 }

.1.3.6.1.2.1.137.1.3
t11FamNotifyControl OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) 3 }

.1.3.6.1.2.1.137.1.3.1
t11FamNotifyFabricIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"A unique index value that identifies a particular
           Fabric for which a particular notification is generated.

           In a Fabric conformant to SW-3, only a single Fabric
           can operate within a physical infrastructure, and thus,
           the value of this Fabric Index will always be 1.

           However, the current standard, FC-SW-4, defines
           how multiple Fabrics, each with its own management
           instrumentation, could operate within one (or more)
           physical infrastructures.  In order to accommodate this
           scenario, this index value is used to uniquely identify a
           particular Fabric within a physical infrastructure."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBObjects(1) t11FamNotifyControl(3) 1 }

.1.3.6.1.2.1.137.2
t11FamMIBConformance OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) 2 }

.1.3.6.1.2.1.137.2.1
t11FamMIBCompliances OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBConformance(2) 1 }

.1.3.6.1.2.1.137.2.1.1
t11FamMIBCompliance MODULE-COMPLIANCE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  DESCRIPTION	"The compliance statement for Fibre Channel switches
           that implement Fabric Address Manager functionality."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBConformance(2) t11FamMIBCompliances(1) 1 }

.1.3.6.1.2.1.137.2.2
t11FamMIBGroups OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBConformance(2) 2 }

.1.3.6.1.2.1.137.2.2.1
t11FamGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  DESCRIPTION	"A collection of general objects for displaying and
           configuring Fabric Address management."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBConformance(2) t11FamMIBGroups(2) 1 }

.1.3.6.1.2.1.137.2.2.2
t11FamCommandGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  DESCRIPTION	"A collection of objects used for initiating an
           operation on the Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBConformance(2) t11FamMIBGroups(2) 2 }

.1.3.6.1.2.1.137.2.2.3
t11FamDatabaseGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  DESCRIPTION	"A collection of objects containing information about
           Domain-IDs assignments."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBConformance(2) t11FamMIBGroups(2) 3 }

.1.3.6.1.2.1.137.2.2.4
t11FamAreaGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  DESCRIPTION	"A collection of objects containing information about
           currently assigned addresses within a domain."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBConformance(2) t11FamMIBGroups(2) 4 }

.1.3.6.1.2.1.137.2.2.5
t11FamCacheGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  DESCRIPTION	"A collection of objects containing information about
           recently-released Fibre Channel Address Identifiers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBConformance(2) t11FamMIBGroups(2) 5 }

.1.3.6.1.2.1.137.2.2.6
t11FamNotificationGroup OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-ADDR-MGR-MIB
  DESCRIPTION	"A collection of notifications for status monitoring
           and notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricAddrMgrMIB(137) t11FamMIBConformance(2) t11FamMIBGroups(2) 6 }

.1.3.6.1.2.1.138
isisMIB MODULE-IDENTITY
  -- FROM	ISIS-MIB
  DESCRIPTION	"This document describes a management information base for
             the IS-IS Routing protocol, as described in ISO 10589,
             when it is used to construct routing tables for IP
             networks, as described in RFC 1195.

             This document is based on a 1994 IETF document by Chris
             Gunner.  This version has been modified to include
             current syntax, to exclude portions of the protocol that
             are not relevant to IP, and to add management support for
             current practice.

             Copyright (C) The Internet Society (2006).  This version
             of this MIB module is part of RFC 4444; see the RFC
             itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 138 }

.1.3.6.1.2.1.138.0
isisNotifications OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) 0 }

.1.3.6.1.2.1.138.0.1
isisDatabaseOverload NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisSysLevelState }
  DESCRIPTION	"This notification is generated when the system
             enters or leaves the Overload state.  The number
             of times this has been generated and cleared is kept
             track of by isisSysStatLSPDbaseOloads."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 1 }

.1.3.6.1.2.1.138.0.2
isisManualAddressDrops NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationAreaAddress }
  DESCRIPTION	"This notification is generated when one of the
             manual areaAddresses assigned to this system is
             ignored when computing routes.  The object
             isisNotificationAreaAddress describes the area that
             has been dropped.

             The number of times this event has been generated
             is counted by isisSysStatManAddrDropFromAreas.

             The agent must throttle the generation of
             consecutive isisManualAddressDrops notifications
             so that there is at least a 5-second gap between
             notifications of this type.  When notifications
             are throttled, they are dropped, not queued for
             sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 2 }

.1.3.6.1.2.1.138.0.3
isisCorruptedLSPDetected NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisPduLspId }
  DESCRIPTION	"This notification is generated when we find that
             an LSP that was stored in memory has become
             corrupted.  The number of times this has been
             generated is counted by isisSysCorrLSPs.

             We forward an LSP ID.  We may have independent
             knowledge of the ID, but in some implementations
             there is a chance that the ID itself will be
             corrupted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 3 }

.1.3.6.1.2.1.138.0.4
isisAttemptToExceedMaxSequence NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisPduLspId }
  DESCRIPTION	"When the sequence number on an LSP we generate
             wraps the 32-bit sequence counter, we purge and
             wait to re-announce this information.  This
             notification describes that event.  Since these
             should not be generated rapidly, we generate
             an event each time this happens.

             While the first 6 bytes of the LSPID are ours,
             the other two contain useful information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 4 }

.1.3.6.1.2.1.138.0.5
isisIDLenMismatch NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisPduFieldLen, isisNotificationCircIfIndex, isisPduFragment }
  DESCRIPTION	"A notification sent when we receive a PDU
             with a different value for the System ID Length.
             This notification includes an index to identify
             the circuit where we saw the PDU and the header of
             the PDU, which may help a network manager identify
             the source of the confusion.

             The agent must throttle the generation of
             consecutive isisIDLenMismatch notifications
             so that there is at least a 5-second gap between
             notifications of this type.  When notifications
             are throttled, they are dropped, not queued for
             sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 5 }

.1.3.6.1.2.1.138.0.6
isisMaxAreaAddressesMismatch NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisPduMaxAreaAddress, isisNotificationCircIfIndex, isisPduFragment }
  DESCRIPTION	"A notification sent when we receive a PDU
             with a different value for the Maximum Area
             Addresses.  This notification includes the
             header of the packet, which may help a
             network manager identify the source of the
             confusion.

             The agent must throttle the generation of
             consecutive isisMaxAreaAddressesMismatch
             notifications so that there is at least a 5-second
             gap between notifications of this type.  When
             notifications are throttled, they are dropped, not
             queued for sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 6 }

.1.3.6.1.2.1.138.0.7
isisOwnLSPPurge NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduLspId }
  DESCRIPTION	"A notification sent when we receive a PDU
             with our systemID and zero age.  This
             notification includes the circuit Index
             and router ID from the LSP, if available,
             which may help a network manager
             identify the source of the confusion."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 7 }

.1.3.6.1.2.1.138.0.8
isisSequenceNumberSkip NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduLspId }
  DESCRIPTION	"When we receive an LSP with our System ID
             and different contents, we may need to reissue
             the LSP with a higher sequence number.

             We send this notification if we need to increase
             the sequence number by more than one.  If two
             Intermediate Systems are configured with the same
             System ID, this notification will fire."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 8 }

.1.3.6.1.2.1.138.0.9
isisAuthenticationTypeFailure NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduFragment }
  DESCRIPTION	"A notification sent when we receive a PDU
             with the wrong authentication type field.
             This notification includes the header of the
             packet, which may help a network manager
             identify the source of the confusion.

             The agent must throttle the generation of
             consecutive isisAuthenticationTypeFailure
             notifications so that there is at least a 5-second
             gap between notifications of this type.  When
             notifications are throttled, they are dropped, not
             queued for sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 9 }

.1.3.6.1.2.1.138.0.10
isisAuthenticationFailure NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduFragment }
  DESCRIPTION	"A notification sent when we receive a PDU
             with an incorrect authentication information
             field.  This notification includes the header
             of the packet, which may help a network manager
             identify the source of the confusion.
             The agent must throttle the generation of
             consecutive isisAuthenticationFailure
             notifications so that there is at least a 5-second
             gap between notifications of this type.  When
             notifications are throttled, they are dropped, not
             queued for sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 10 }

.1.3.6.1.2.1.138.0.11
isisVersionSkew NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduProtocolVersion, isisPduFragment }
  DESCRIPTION	"A notification sent when we receive a Hello
             PDU from an IS running a different version
             of the protocol.  This notification includes
             the header of the packet, which may help a
             network manager identify the source of the
             confusion.

             The agent must throttle the generation of
             consecutive isisVersionSkew notifications
             so that there is at least a 5-second gap
             between notifications of this type.  When
             notifications are throttled, they are dropped, not
             queued for sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 11 }

.1.3.6.1.2.1.138.0.12
isisAreaMismatch NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationCircIfIndex, isisPduFragment }
  DESCRIPTION	"A notification sent when we receive a Hello
             PDU from an IS that does not share any
             area address.  This notification includes
             the header of the packet, which may help a
             network manager identify the source of the
             confusion.
             The agent must throttle the generation of
             consecutive isisAreaMismatch notifications
             so that there is at least a 5-second gap
             between notifications of this type.  When
             notifications are throttled, they are dropped, not
             queued for sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 12 }

.1.3.6.1.2.1.138.0.13
isisRejectedAdjacency NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduFragment }
  DESCRIPTION	"A notification sent when we receive a Hello
             PDU from an IS but do not establish an
             adjacency for some reason.

             The agent must throttle the generation of
             consecutive isisRejectedAdjacency notifications
             so that there is at least a 5-second gap
             between notifications of this type.  When
             notifications are throttled, they are dropped, not
             queued for sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 13 }

.1.3.6.1.2.1.138.0.14
isisLSPTooLargeToPropagate NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduLspSize, isisPduLspId }
  DESCRIPTION	"A notification sent when we attempt to propagate
             an LSP that is larger than the dataLinkBlockSize
             for the circuit.

             The agent must throttle the generation of
             consecutive isisLSPTooLargeToPropagate notifications
             so that there is at least a 5-second gap
             between notifications of this type.  When
             notifications are throttled, they are dropped, not
             queued for sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 14 }

.1.3.6.1.2.1.138.0.15
isisOrigLSPBuffSizeMismatch NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduLspId, isisPduOriginatingBufferSize, isisPduBufferSize }
  DESCRIPTION	"A notification sent when a Level 1 LSP or Level
             2 LSP is received that is larger than the local
             value for isisSysLevelOrigLSPBuffSize, or when an
             LSP is received that contains the supported Buffer Size
             option and the value in the PDU option field does
             not match the local value for isisSysLevelOrigLSPBuffSize.
             We pass up the size from the option field and the
             size of the LSP when one of them exceeds our configuration.

             The agent must throttle the generation of
             consecutive isisOrigLSPBuffSizeMismatch notifications
             so that there is at least a 5-second gap
             between notifications of this type.  When
             notifications are throttled, they are dropped, not
             queued for sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 15 }

.1.3.6.1.2.1.138.0.16
isisProtocolsSupportedMismatch NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduProtocolsSupported, isisPduLspId, isisPduFragment }
  DESCRIPTION	"A notification sent when a non-pseudonode
             segment 0 LSP is received that has no matching
             protocols supported.  This may be because the system
             does not generate the field, or because there are no
             common elements.  The list of protocols supported
             should be included in the notification: it may be
             empty if the TLV is not supported, or if the
             TLV is empty.

             The agent must throttle the generation of
             consecutive isisProtocolsSupportedMismatch
             notifications so that there is at least a 5-second
             gap between notifications of this type.  When
             notifications are throttled, they are dropped, not
             queued for sending at a future time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 16 }

.1.3.6.1.2.1.138.0.17
isisAdjacencyChange NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduLspId, isisAdjState }
  DESCRIPTION	"A notification sent when an adjacency changes
             state, entering or leaving state up.
             The first 6 bytes of the isisPduLspId are the
             SystemID of the adjacent IS.
             The isisAdjState is the new state of the adjacency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 17 }

.1.3.6.1.2.1.138.0.18
isisLSPErrorDetected NOTIFICATION-TYPE
  -- FROM	ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisPduLspId, isisNotificationCircIfIndex, isisPduFragment, isisErrorOffset, isisErrorTLVType }
  DESCRIPTION	"This notification is generated when we receive
             an LSP with a parse error.  The isisCircIfIndex
             holds an index of the circuit on which the PDU
             arrived.  The isisPduFragment holds the start of the
             LSP, and the isisErrorOffset points to the problem.

             If the problem is a malformed TLV, isisErrorOffset
             points to the start of the TLV, and isisErrorTLVType
             holds the value of the type.

             If the problem is with the LSP header, isisErrorOffset
             points to the suspicious byte.

             The number of such LSPs is accumulated in
             isisSysStatLSPErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisNotifications(0) 18 }

.1.3.6.1.2.1.138.1
isisObjects OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) 1 }

.1.3.6.1.2.1.138.1.1
isisSystem OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 1 }

.1.3.6.1.2.1.138.1.1.1
isisSysObject OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) 1 }

.1.3.6.1.2.1.138.1.1.1.1
isisSysVersion OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {unknown(0), one(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version number of the IS-IS protocol that
             is implemented."
  DEFVAL	{ one }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 1 }

.1.3.6.1.2.1.138.1.1.1.2
isisSysLevelType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisLevel
  SYNTAX	INTEGER {level1(1), level2(2), level1and2(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"At which levels is the Intermediate System
             running? This object may not be modified when
             the isisSysAdminState variable is in state 'on'
             for this Intermediate System.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ level1and2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 2 }

.1.3.6.1.2.1.138.1.1.1.3
isisSysID OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisSystemID
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The ID for this Intermediate System.
             This value is appended to each of the
             area addresses to form the Network Entity Titles.
             The derivation of a value for this object is
             implementation specific.  Some implementations may
             automatically assign values and not permit an
             SNMP write, while others may require the value
             to be set manually.

             Configured values MUST survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 3 }

.1.3.6.1.2.1.138.1.1.1.4
isisSysMaxPathSplits OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum number of paths with equal routing metric value
             which it is permitted to split between.  This object
             may not be modified when the isisSysAdminState variable
             is in state 'on' for this Intermediate System.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 4 }

.1.3.6.1.2.1.138.1.1.1.5
isisSysMaxLSPGenInt OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..65235) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum interval, in seconds, between generated LSPs
             by this Intermediate System.  This object follows
             the ResettingTimer behavior.  The value must be
             greater than any value configured for
             isisSysLevelMinLSPGenInt, and should be at least 300
             seconds less than isisSysMaxAge.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ 900 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 5 }

.1.3.6.1.2.1.138.1.1.1.6
isisSysPollESHelloRate OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, to be used for the suggested ES
             configuration timer in ISH PDUs when soliciting the ES
             configuration.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 6 }

.1.3.6.1.2.1.138.1.1.1.7
isisSysWaitTime OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of seconds to delay in state 'waiting' before
             entering the state 'on'.  This object follows the
             ResettingTimer behavior.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 7 }

.1.3.6.1.2.1.138.1.1.1.8
isisSysAdminState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisAdminState
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative state of this Intermediate
             System.  Setting this object to the value 'on'
             when its current value is 'off' enables
             the Intermediate System.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ off }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 8 }

.1.3.6.1.2.1.138.1.1.1.9
isisSysL2toL1Leaking OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If true, allow the router to leak L2 routes into L1.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 9 }

.1.3.6.1.2.1.138.1.1.1.10
isisSysMaxAge OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (350..65535) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Value to place in RemainingLifeTime field of
             the LSPs we generate.
             This should be at least 300 seconds greater than
             isisSysMaxLSPGenInt.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ 1200 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 10 }

.1.3.6.1.2.1.138.1.1.1.11
isisSysReceiveLSPBufferSize OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (1492..16000) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Size of the largest buffer we are designed or
             configured to store.  This should be at least
             as big as the maximum isisSysLevelOrigLSPBuffSize
             supported by the system.
             
             If resources allow, we will store and flood LSPs
             larger than isisSysReceiveLSPBufferSize, as this
             can help avoid problems in networks with different
             values for isisSysLevelOrigLSPBuffSize.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ 1492 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 11 }

.1.3.6.1.2.1.138.1.1.1.12
isisSysProtSupported OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	BITS {iso8473(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute contains the set of protocols
             supported by this Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 12 }

.1.3.6.1.2.1.138.1.1.1.13
isisSysNotificationEnable OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If this object is set to true(1), then it enables
             the emission of IS-IS Notifications.  If it is
             set to false(2), these notifications are not sent.

             Configured values MUST survive an agent reboot."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSysObject(1) 13 }

.1.3.6.1.2.1.138.1.1.2
isisManAreaAddrTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The set of manual area addresses configured on this
             Intermediate System.

             At least one row in which the value of
             isisManAreaAddrExistState is active must be present.
             The maximum number of rows in this table for
             which the object isisManAreaAddrExistState has the
             value active is 3.

             An attempt to create more than 3 rows of
             isisManAreaAddrEntry with state 'active' in one
             instance of the IS-IS protocol should
             return inconsistentValue."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) 2 }

.1.3.6.1.2.1.138.1.1.2.1
isisManAreaAddrEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisManAreaAddr }
  DESCRIPTION	"Each entry contains one area address manually configured
             on this system.

             Dynamically created rows MUST survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisManAreaAddrTable(2) 1 }

.1.3.6.1.2.1.138.1.1.2.1.1
isisManAreaAddr OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A manually configured area address for this system.

             Note: An index for the entry {1, {49.0001} active} in
             this table would be the ordered pair
             (1, (0x03 0x49 0x00 0x01)), as the length of an octet
             string is part of the OID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisManAreaAddrTable(2) isisManAreaAddrEntry(1) 1 }

.1.3.6.1.2.1.138.1.1.2.1.2
isisManAreaAddrExistState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the isisManAreaAddrEntry.  If the
             isisSysAdminState for this Intermediate System is 'on' and
             an attempt is made to set this object to the value
             'destroy' or 'notInService' when this is the only
             isisManAreaAddrEntry in state 'active' for this
             Intermediate System should return inconsistentValue.

             A row entry cannot be modified when the value of this
             object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisManAreaAddrTable(2) isisManAreaAddrEntry(1) 2 }

.1.3.6.1.2.1.138.1.1.3
isisAreaAddrTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The union of the sets of area addresses reported in all
             Level 1 LSPs with fragment number zero generated by this
             Intermediate System, or received from other Intermediate
             Systems that are reachable via Level 1 routing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) 3 }

.1.3.6.1.2.1.138.1.1.3.1
isisAreaAddrEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisAreaAddr }
  DESCRIPTION	"Each entry contains one area address reported in a
             Level 1 LSP generated or received by this Intermediate
             System.

             Dynamically learned rows do not survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisAreaAddrTable(3) 1 }

.1.3.6.1.2.1.138.1.1.3.1.1
isisAreaAddr OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An area address reported in a Level 1 LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisAreaAddrTable(3) isisAreaAddrEntry(1) 1 }

.1.3.6.1.2.1.138.1.1.4
isisSummAddrTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The set of IP summary addresses to use in forming
             summary TLVs originated by this Intermediate System.

             An administrator may use a summary address to combine
             and modify IP Reachability announcements.  If the
             Intermediate system can reach any subset of the summary
             address, the summary address MUST be announced instead,
             at the configured metric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) 4 }

.1.3.6.1.2.1.138.1.1.4.1
isisSummAddrEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisSummAddressType, isisSummAddress, isisSummAddrPrefixLen }
  DESCRIPTION	"Each entry contains one IP summary address.

             Dynamically created rows MUST survive an agent reboot.

             Implementers need to be aware that if the total number
             of elements (octets or sub-identifiers) in
             isisSummAddress and isisSummAddrPrefixLen is too great,
             then OIDs of column instances in this table will have
             more than 128 subidentifiers and cannot be accessed
             using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSummAddrTable(4) 1 }

.1.3.6.1.2.1.138.1.1.4.1.1
isisSummAddressType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Type of IP address for this summary address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSummAddrTable(4) isisSummAddrEntry(1) 1 }

.1.3.6.1.2.1.138.1.1.4.1.2
isisSummAddress OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP Address value for this summary address.
             The address must not contain any set host bits
             (bits set after the address prefix determined by
             isisSummAddrPrefixLen).

             The type of this address is determined by the value of
             the isisSummAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSummAddrTable(4) isisSummAddrEntry(1) 2 }

.1.3.6.1.2.1.138.1.1.4.1.3
isisSummAddrPrefixLen OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Length of the IP NetMask for this summary address.

             The values for the index objects isisSummAddress and
             isisSummAddrPrefixLen must be consistent.  When the value
             of isisSummAddress (excluding the zone index, if one
             is present) is x, then the bitwise logical-AND
             of x with the value of the mask formed from the
             corresponding index object isisSummAddrPrefixLen MUST be
             equal to x.  If not, then the index pair is not
             consistent, and an inconsistentName error must be
             returned on SET or CREATE requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSummAddrTable(4) isisSummAddrEntry(1) 3 }

.1.3.6.1.2.1.138.1.1.4.1.4
isisSummAddrExistState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The existence state of this summary address.  Support
             for 'createAndWait' and 'notInService' is not required.

             A row entry cannot be modified when the value of this
             object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSummAddrTable(4) isisSummAddrEntry(1) 4 }

.1.3.6.1.2.1.138.1.1.4.1.5
isisSummAddrMetric OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisDefaultMetric
  SYNTAX	Unsigned32 (0..63) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The metric value to announce this summary
             address within LSPs generated by this system."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSummAddrTable(4) isisSummAddrEntry(1) 5 }

.1.3.6.1.2.1.138.1.1.4.1.6
isisSummAddrFullMetric OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisFullMetric
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The wide metric value to announce this summary
             address within LSPs generated by this system."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisSummAddrTable(4) isisSummAddrEntry(1) 6 }

.1.3.6.1.2.1.138.1.1.5
isisRedistributeAddrTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides criteria to decide if a route should
             be leaked from L2 to L1 when Domain Wide Prefix leaking is
             enabled.

             Addresses that match the summary mask in the table MUST
             be announced at L1 by routers when isisSysL2toL1Leaking
             is enabled.  Routes that fall into the ranges specified
             are announced as is, without being summarized.  Routes
             that do not match a summary mask are not announced."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) 5 }

.1.3.6.1.2.1.138.1.1.5.1
isisRedistributeAddrEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisRedistributeAddrType, isisRedistributeAddrAddress, isisRedistributeAddrPrefixLen }
  DESCRIPTION	"Each entry contains one configured IP summary
             address to manage leaking L2 addresses into L1.

             Dynamically created rows MUST survive an agent reboot.

             Implementers need to be aware that if the total number
             of elements (octets or sub-identifiers) in
             isisRedistributeAddrAddress and
             isisRedistributeAddrPrefixLen is too great, then OIDs
             of column instances in this table will have more than
             128 subidentifiers and cannot be accessed using SNMPv1,
             SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRedistributeAddrTable(5) 1 }

.1.3.6.1.2.1.138.1.1.5.1.1
isisRedistributeAddrType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Type of IP address for this summary address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRedistributeAddrTable(5) isisRedistributeAddrEntry(1) 1 }

.1.3.6.1.2.1.138.1.1.5.1.2
isisRedistributeAddrAddress OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP Address value for this summary address.
             The type of this address is determined by the
             value of the isisRedistributeAddrType object.
             The address must not contain any set host bits -
             bits set after the address prefix determined by
             isisRedistributeAddrPrefixLen."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRedistributeAddrTable(5) isisRedistributeAddrEntry(1) 2 }

.1.3.6.1.2.1.138.1.1.5.1.3
isisRedistributeAddrPrefixLen OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Length of the IP NetMask for this summary address.

             The values for the index objects
             isisRedistributeAddrAddress and
             isisRedistributeAddrPrefixLen must be consistent.
             When the value of isisRedistributeAddrAddress
             (excluding the zone index, if one is present) is x,
             then the bitwise logical-AND of x with the value of
             the mask formed from the corresponding index object
             isisRedistributeAddrPrefixLen MUST be equal to x.
             If not, then the index pair is not consistent, and an
             inconsistentName error must be returned on SET or
             CREATE requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRedistributeAddrTable(5) isisRedistributeAddrEntry(1) 3 }

.1.3.6.1.2.1.138.1.1.5.1.4
isisRedistributeAddrExistState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The existence state of this summary address.  Support
             for createAndWait and notInService is not required.

             A row entry cannot be modified when the value of this
             object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRedistributeAddrTable(5) isisRedistributeAddrEntry(1) 4 }

.1.3.6.1.2.1.138.1.1.6
isisRouterTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The set of hostnames and router ID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) 6 }

.1.3.6.1.2.1.138.1.1.6.1
isisRouterEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisRouterSysID, isisRouterLevel }
  DESCRIPTION	"Each entry tracks information about one Intermediate
             System at one level.

             Dynamically learned rows do not survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRouterTable(6) 1 }

.1.3.6.1.2.1.138.1.1.6.1.1
isisRouterSysID OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisSystemID
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The System ID of the Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRouterTable(6) isisRouterEntry(1) 1 }

.1.3.6.1.2.1.138.1.1.6.1.2
isisRouterLevel OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisISLevel
  SYNTAX	INTEGER {area(1), domain(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The level at which the information about this
             Intermediate System was received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRouterTable(6) isisRouterEntry(1) 2 }

.1.3.6.1.2.1.138.1.1.6.1.3
isisRouterHostName OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hostname listed in the LSP, or a zero-length
             string if none."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRouterTable(6) isisRouterEntry(1) 3 }

.1.3.6.1.2.1.138.1.1.6.1.4
isisRouterID OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Router ID found in the LSP, or zero if none."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSystem(1) isisRouterTable(6) isisRouterEntry(1) 4 }

.1.3.6.1.2.1.138.1.2
isisSysLevel OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 2 }

.1.3.6.1.2.1.138.1.2.1
isisSysLevelTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Level specific information about the System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) 1 }

.1.3.6.1.2.1.138.1.2.1.1
isisSysLevelEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisSysLevelIndex }
  DESCRIPTION	"Each row describes variables configured for Area or Domain.

             Configured values MUST survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) 1 }

.1.3.6.1.2.1.138.1.2.1.1.1
isisSysLevelIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisISLevel
  SYNTAX	INTEGER {area(1), domain(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The level that this entry describes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) isisSysLevelEntry(1) 1 }

.1.3.6.1.2.1.138.1.2.1.1.2
isisSysLevelOrigLSPBuffSize OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisLSPBuffSize
  SYNTAX	Unsigned32 (512..16000) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum size of LSPs and SNPs originated by
             this Intermediate System at this level.  This
             object may not be modified when the isisSysAdminState
             variable is in state 'on' for this Intermediate System."
  DEFVAL	{ 1492 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) isisSysLevelEntry(1) 2 }

.1.3.6.1.2.1.138.1.2.1.1.3
isisSysLevelMinLSPGenInt OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Minimum interval, in seconds, between successive
             generation of LSPs with the same LSPID at this level
             by this Intermediate System."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) isisSysLevelEntry(1) 3 }

.1.3.6.1.2.1.138.1.2.1.1.4
isisSysLevelState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisLevelState
  SYNTAX	INTEGER {off(1), on(2), waiting(3), overloaded(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the database at this level.
             The value 'off' indicates that IS-IS is not active at
             this level.
             The value 'on' indicates that IS-IS is active at this
             level and is not overloaded.
             The value 'waiting' indicates a database that is low on
             an essential resource, such as memory.
             The administrator may force the state to 'overloaded'
             by setting the object isisSysLevelSetOverload.
             If the state is 'waiting' or 'overloaded', we
             originate LSPs with the overload bit set."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) isisSysLevelEntry(1) 4 }

.1.3.6.1.2.1.138.1.2.1.1.5
isisSysLevelSetOverload OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Administratively set the overload bit for the level.
             The overload bit MUST continue to be set if the
             implementation runs out of memory, independent of
             this variable.  It may also be set manually independent
             of this variable, using the isisSysLevelSetOverloadUntil
             object."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) isisSysLevelEntry(1) 5 }

.1.3.6.1.2.1.138.1.2.1.1.6
isisSysLevelSetOverloadUntil OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If this object is non-zero, the overload bit is set at
             this level when the isisSysAdminState variable goes to
             state 'on' for this Intermediate System.  The overload bit
             remains set for isisSysLevelSetOverloadUntil seconds.
             When isisSysLevelSetOverloadUntil seconds have elapsed,
             the overload flag remains set if the implementation has
             run out of memory, or if it is set manually using the
             isisSysLevelSetOverload object.

             If isisSysLevelSetOverload is false, the system clears
             the overload bit when isisSysLevelSetOverloadUntil seconds
             have elapsed, if the system has not run out of memory."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) isisSysLevelEntry(1) 6 }

.1.3.6.1.2.1.138.1.2.1.1.7
isisSysLevelMetricStyle OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisMetricStyle
  SYNTAX	INTEGER {narrow(1), wide(2), both(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Which style of metric do we generate in our LSPs
             at this level?"
  DEFVAL	{ narrow }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) isisSysLevelEntry(1) 7 }

.1.3.6.1.2.1.138.1.2.1.1.8
isisSysLevelSPFConsiders OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisMetricStyle
  SYNTAX	INTEGER {narrow(1), wide(2), both(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Which style of metric do we consider in our
             SPF computation at this level?"
  DEFVAL	{ narrow }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) isisSysLevelEntry(1) 8 }

.1.3.6.1.2.1.138.1.2.1.1.9
isisSysLevelTEEnabled OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Do we do Traffic Engineering at this level?"
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisSysLevel(2) isisSysLevelTable(1) isisSysLevelEntry(1) 9 }

.1.3.6.1.2.1.138.1.3
isisCirc OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 3 }

.1.3.6.1.2.1.138.1.3.1
isisNextCircIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is used to assist a management
             application in creating new rows in the
             isisCircTable.  If it is possible to create
             a new instance of isisCircEntry, then this
             object will contain a non-zero value that
             is not in use as the index of any row in the
             isisCircTable.  The network manager reads the
             value of this object and then (if the
             value read is non-zero) attempts to create
             the corresponding instance of isisCircEntry.
             If the set request fails with the code
             'inconsistentValue', then the process must be
             repeated;  if the set request succeeds, then
             the agent will change the value of this object
             according to an implementation-specific
             algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) 1 }

.1.3.6.1.2.1.138.1.3.2
isisCircTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of circuits used by this
             Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) 2 }

.1.3.6.1.2.1.138.1.3.2.1
isisCircEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisCircIndex }
  DESCRIPTION	"An isisCircEntry exists for each circuit configured
             for Integrated IS-IS on this system.

             Dynamically created rows MUST survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) 1 }

.1.3.6.1.2.1.138.1.3.2.1.1
isisCircIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index used to uniquely identify this circuit.
             When creating a row in this table, the
             isisNextCircIndex object should be retrieved,
             and its value should be specified as the value
             of this index using a SET operation.  A retrieved
             value of zero(0) indicates that no rows can be
             created at this time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 1 }

.1.3.6.1.2.1.138.1.3.2.1.2
isisCircIfIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of ifIndex for the interface to which this
             circuit corresponds.  This object cannot be modified
             after creation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 2 }

.1.3.6.1.2.1.138.1.3.2.1.3
isisCircAdminState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisAdminState
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administrative state of the circuit."
  DEFVAL	{ off }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 3 }

.1.3.6.1.2.1.138.1.3.2.1.4
isisCircExistState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The existence state of this circuit.  Setting the state
             to 'notInService' halts the generation and processing of
             IS-IS protocol PDUs on this circuit.  Setting the state
             to destroy will also erase any configuration associated
             with the circuit.  Support for 'createAndWait' and
             'notInService' is not required.

             A row entry cannot be modified when the value of this
             object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 4 }

.1.3.6.1.2.1.138.1.3.2.1.5
isisCircType OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {broadcast(1), ptToPt(2), staticIn(3), staticOut(4), dA(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of the circuit.  This object follows the
             ReplaceOnlyWhileDisabled behavior.  The type specified
             must be compatible with the type of the interface defined
             by the value of isisCircIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 5 }

.1.3.6.1.2.1.138.1.3.2.1.6
isisCircExtDomain OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If true, suppress normal transmission of and
             interpretation of Intra-domain IS-IS PDUs on this
             circuit."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 6 }

.1.3.6.1.2.1.138.1.3.2.1.7
isisCircLevelType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisLevel
  SYNTAX	INTEGER {level1(1), level2(2), level1and2(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates which type of packets will be sent and
             accepted on this circuit.  The values set will be
             saved, but the values used will be modified by
             the settings of isisSysLevelType.  Thus, if the
             isisSysTpe is level2 and the isisCircLevelType
             for a circuit is level1, the circuit will not send
             or receive IS-IS packets.  This object follows the
             ReplaceOnlyWhileDisabled behavior."
  DEFVAL	{ level1and2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 7 }

.1.3.6.1.2.1.138.1.3.2.1.8
isisCircPassiveCircuit OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Should we include this interface in LSPs, even if
             it is not running the IS-IS Protocol?"
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 8 }

.1.3.6.1.2.1.138.1.3.2.1.9
isisCircMeshGroupEnabled OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {inactive(1), blocked(2), set(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Is this port a member of a mesh group, or is it
             blocked?  Circuits in the same mesh group act as a
             virtual multiaccess network.  LSPs seen on one circuit
             in a mesh group will not be flooded to another circuit
             in the same mesh group."
  DEFVAL	{ inactive }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 9 }

.1.3.6.1.2.1.138.1.3.2.1.10
isisCircMeshGroup OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Circuits in the same mesh group act as a virtual
             multiaccess network.  LSPs seen on one circuit in
             a mesh group will not be flooded to another circuit
             in the same mesh group.  If isisCircMeshGroupEnabled
             is inactive or blocked, this value is ignored."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 10 }

.1.3.6.1.2.1.138.1.3.2.1.11
isisCircSmallHellos OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Can we send unpadded hellos on LAN circuits?  False
             means the LAN Hellos must be padded.
             Implementations should allow the administrator to read
             this value.  An implementation need not be able to
             support unpadded hellos to be conformant."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 11 }

.1.3.6.1.2.1.138.1.3.2.1.12
isisCircLastUpTime OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"How long the circuit has been enabled, measured in
             hundredths of seconds since the last re-initialization
             of the network management subsystem; 0 if the
             circuit has never been 'on'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 12 }

.1.3.6.1.2.1.138.1.3.2.1.13
isisCirc3WayEnabled OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Is this circuit enabled to run 3Way handshake?"
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 13 }

.1.3.6.1.2.1.138.1.3.2.1.14
isisCircExtendedCircID OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value to be used as the extended circuit ID in
             3Way handshake.  This value is only used if
             isisCirc3WayEnabled is true, and it must be unique
             across all circuits on this IS."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCirc(3) isisCircTable(2) isisCircEntry(1) 14 }

.1.3.6.1.2.1.138.1.4
isisCircLevelValues OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 4 }

.1.3.6.1.2.1.138.1.4.1
isisCircLevelTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Level specific information about circuits used by IS-IS."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) 1 }

.1.3.6.1.2.1.138.1.4.1.1
isisCircLevelEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisCircIndex, isisCircLevelIndex }
  DESCRIPTION	"An isisCircLevelEntry exists for each level on
             each circuit configured for Integrated IS-IS on
             this system.

             Configured values MUST survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) 1 }

.1.3.6.1.2.1.138.1.4.1.1.1
isisCircLevelIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisISLevel
  SYNTAX	INTEGER {area(1), domain(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The level that this entry describes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 1 }

.1.3.6.1.2.1.138.1.4.1.1.2
isisCircLevelMetric OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisDefaultMetric
  SYNTAX	Unsigned32 (0..63) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The metric value of this circuit for this level."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 2 }

.1.3.6.1.2.1.138.1.4.1.1.3
isisCircLevelWideMetric OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisWideMetric
  SYNTAX	Unsigned32 (0..16777215) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The wide metric value of this circuit for this level."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 3 }

.1.3.6.1.2.1.138.1.4.1.1.4
isisCircLevelISPriority OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisISPriority
  SYNTAX	Unsigned32 (0..127) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The priority for becoming the LAN-Designated
             Intermediate System at this level."
  DEFVAL	{ 64 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 4 }

.1.3.6.1.2.1.138.1.4.1.1.5
isisCircLevelIDOctet OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A one-byte identifier for the circuit selected by the
             Intermediate System.

             On point-to-point circuits, the value is used as the Local
             Circuit ID in point-to-point IIH PDUs transmitted on this
             circuit.  In this case, values of isisCircLevelIDOctet do
             not need to be unique.

             For broadcast circuits, the value is used to generate the
             LAN ID that will be used if this Intermediate System is
             elected as the Designated IS on this circuit.  The value
             is required to differ on LANs where the Intermediate System
             is the Designated Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 5 }

.1.3.6.1.2.1.138.1.4.1.1.6
isisCircLevelID OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisCircuitID
  SYNTAX	OCTET STRING (0 | 7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"On a point-to-point circuit with a fully initialized
             adjacency to a peer IS, the value of this object is
             the circuit ID negotiated during adjacency initialization.
             On a point to point circuit without such an adjacency,
             the value is the concatenation of the local system ID
             and the one-byte isisCircLevelIDOctet for this circuit,
             i.e., the value that would be proposed for the circuit ID.
             On other circuit types, the value returned is the zero-
             length OCTET STRING."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 6 }

.1.3.6.1.2.1.138.1.4.1.1.7
isisCircLevelDesIS OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisCircuitID
  SYNTAX	OCTET STRING (0 | 7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ID of the LAN-Designated Intermediate System
             on this circuit at this level.  If, for any reason,
             this system is not partaking in the relevant
             Designated Intermediate System election process,
             then the value returned is the zero-length OCTET STRING."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 7 }

.1.3.6.1.2.1.138.1.4.1.1.8
isisCircLevelHelloMultiplier OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (2..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This value is multiplied by the corresponding HelloTimer,
             and the result in seconds (rounded up) is used as the
             holding time in transmitted hellos, to be used by
             receivers of hello packets from this IS."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 8 }

.1.3.6.1.2.1.138.1.4.1.1.9
isisCircLevelHelloTimer OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (10..600000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum period, in milliseconds, between IIH PDUs
             on multiaccess networks at this level for LANs.
             The value at L1 is used as the period between
             Hellos on L1L2 point-to-point circuits.  Setting
             this value at level 2 on an L1L2 point-to-point
             circuit will result in an error of InconsistentValue.
             This object follows the ResettingTimer behavior."
  DEFVAL	{ 3000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 9 }

.1.3.6.1.2.1.138.1.4.1.1.10
isisCircLevelDRHelloTimer OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (10..120000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Period, in milliseconds, between Hello PDUs on
             multiaccess networks when this IS is the Designated
             Intermediate System.  This object follows the
             ResettingTimer behavior."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 10 }

.1.3.6.1.2.1.138.1.4.1.1.11
isisCircLevelLSPThrottle OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Minimal interval of time, in milliseconds, between
             transmissions of LSPs on an interface at this level."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 11 }

.1.3.6.1.2.1.138.1.4.1.1.12
isisCircLevelMinLSPRetransInt OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..300) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Minimum interval, in seconds, between re-transmission of
             an LSP at this level.  This object follows the
             ResettingTimer behavior.

             Note that isisCircLevelLSPThrottle controls
             how fast we send back-to-back LSPs.  This variable
             controls how fast we re-send the same LSP."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 12 }

.1.3.6.1.2.1.138.1.4.1.1.13
isisCircLevelCSNPInterval OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Interval of time, in seconds, between periodic
             transmission of a complete set of CSNPs on
             multiaccess networks if this router is the
             designated router at this level.
             This object follows the ResettingTimer behavior."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 13 }

.1.3.6.1.2.1.138.1.4.1.1.14
isisCircLevelPartSNPInterval OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..120) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Minimum interval, in seconds, between sending Partial
             Sequence Number PDUs at this level.  This object
             follows the ResettingTimer behavior."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCircLevelValues(4) isisCircLevelTable(1) isisCircLevelEntry(1) 14 }

.1.3.6.1.2.1.138.1.5
isisCounters OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 5 }

.1.3.6.1.2.1.138.1.5.1
isisSystemCounterTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"System-wide counters for this Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) 1 }

.1.3.6.1.2.1.138.1.5.1.1
isisSystemCounterEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisSysStatLevel }
  DESCRIPTION	"System-wide IS-IS counters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) 1 }

.1.3.6.1.2.1.138.1.5.1.1.1
isisSysStatLevel OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisISLevel
  SYNTAX	INTEGER {area(1), domain(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The level that this entry describes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 1 }

.1.3.6.1.2.1.138.1.5.1.1.2
isisSysStatCorrLSPs OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of corrupted in-memory LSPs detected.

             LSPs received from the wire with a bad checksum
             are silently dropped and are not counted.

             LSPs received from the wire with parse errors
             are counted by isisSysStatLSPErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 2 }

.1.3.6.1.2.1.138.1.5.1.1.3
isisSysStatAuthTypeFails OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of authentication type mismatches recognized
             by this Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 3 }

.1.3.6.1.2.1.138.1.5.1.1.4
isisSysStatAuthFails OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of authentication key failures recognized
             by this Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 4 }

.1.3.6.1.2.1.138.1.5.1.1.5
isisSysStatLSPDbaseOloads OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times the LSP database has become
             overloaded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 5 }

.1.3.6.1.2.1.138.1.5.1.1.6
isisSysStatManAddrDropFromAreas OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times a manual address has been dropped from
             the area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 6 }

.1.3.6.1.2.1.138.1.5.1.1.7
isisSysStatAttmptToExMaxSeqNums OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times the IS has attempted to exceed the
             maximum sequence number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 7 }

.1.3.6.1.2.1.138.1.5.1.1.8
isisSysStatSeqNumSkips OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times a sequence number skip has occurred."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 8 }

.1.3.6.1.2.1.138.1.5.1.1.9
isisSysStatOwnLSPPurges OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times a zero-aged copy of the system's own LSP
             is received from some other node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 9 }

.1.3.6.1.2.1.138.1.5.1.1.10
isisSysStatIDFieldLenMismatches OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times a PDU is received with a different value
             for ID field length from that of the receiving system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 10 }

.1.3.6.1.2.1.138.1.5.1.1.11
isisSysStatPartChanges OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Partition changes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 11 }

.1.3.6.1.2.1.138.1.5.1.1.12
isisSysStatSPFRuns OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times we ran SPF at this level."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 12 }

.1.3.6.1.2.1.138.1.5.1.1.13
isisSysStatLSPErrors OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of LSPs with errors we have received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisSystemCounterTable(1) isisSystemCounterEntry(1) 13 }

.1.3.6.1.2.1.138.1.5.2
isisCircuitCounterTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Circuit specific counters for this
             Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) 2 }

.1.3.6.1.2.1.138.1.5.2.1
isisCircuitCounterEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisCircIndex, isisCircuitType }
  DESCRIPTION	"An isisCircuitCounterEntry exists for each circuit
             used by Integrated IS-IS on this system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) 1 }

.1.3.6.1.2.1.138.1.5.2.1.1
isisCircuitType OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {lanlevel1(1), lanlevel2(2), p2pcircuit(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"What type of circuit saw these counts?

             The point-to-point Hello PDU includes
             both L1 and L2, and ISs form a single
             adjacency on point-to-point links.
             Thus, we combine counts on
             point-to-point links into one group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 1 }

.1.3.6.1.2.1.138.1.5.2.1.2
isisCircAdjChanges OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an adjacency state change has
             occurred on this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 2 }

.1.3.6.1.2.1.138.1.5.2.1.3
isisCircNumAdj OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of adjacencies on this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 3 }

.1.3.6.1.2.1.138.1.5.2.1.4
isisCircInitFails OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times initialization of this circuit has
             failed.  This counts events such as PPP NCP failures.
             Failures to form an adjacency are counted by
             isisCircRejAdjs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 4 }

.1.3.6.1.2.1.138.1.5.2.1.5
isisCircRejAdjs OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an adjacency has been rejected on
             this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 5 }

.1.3.6.1.2.1.138.1.5.2.1.6
isisCircIDFieldLenMismatches OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an IS-IS control PDU with an ID
             field length different from that for this system has been
             received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 6 }

.1.3.6.1.2.1.138.1.5.2.1.7
isisCircMaxAreaAddrMismatches OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an IS-IS control PDU with a
             max area address field different from that for this
             system has been received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 7 }

.1.3.6.1.2.1.138.1.5.2.1.8
isisCircAuthTypeFails OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an IS-IS control PDU with
             an auth type field different from that for this
             system has been received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 8 }

.1.3.6.1.2.1.138.1.5.2.1.9
isisCircAuthFails OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times an IS-IS control PDU with
             the correct auth type has failed to pass authentication
             validation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 9 }

.1.3.6.1.2.1.138.1.5.2.1.10
isisCircLANDesISChanges OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the Designated IS has changed
             on this circuit at this level.  If the circuit is
             point to point, this count is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisCircuitCounterTable(2) isisCircuitCounterEntry(1) 10 }

.1.3.6.1.2.1.138.1.5.3
isisPacketCounterTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about IS-IS protocol traffic at one level,
             on one circuit, in one direction."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) 3 }

.1.3.6.1.2.1.138.1.5.3.1
isisPacketCounterEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisCircIndex, isisPacketCountLevel, isisPacketCountDirection }
  DESCRIPTION	"Information about IS-IS protocol traffic at one level,
             on one circuit, in one direction."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) 1 }

.1.3.6.1.2.1.138.1.5.3.1.1
isisPacketCountLevel OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisISLevel
  SYNTAX	INTEGER {area(1), domain(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The level at which these PDU counts have been collected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) isisPacketCounterEntry(1) 1 }

.1.3.6.1.2.1.138.1.5.3.1.2
isisPacketCountDirection OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {sending(1), receiving(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Were we sending or receiving these PDUs?"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) isisPacketCounterEntry(1) 2 }

.1.3.6.1.2.1.138.1.5.3.1.3
isisPacketCountIIHello OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IS-IS Hello PDUs seen in this
             direction at this level.

             Point-to-Point IIH PDUs are counted at
             the lowest enabled level: at L1 on L1 or L1L2 circuits,
             and at L2 otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) isisPacketCounterEntry(1) 3 }

.1.3.6.1.2.1.138.1.5.3.1.4
isisPacketCountISHello OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ES-IS Hello PDUs seen in this
             direction.  ISH PDUs are counted at the
             lowest enabled level: at L1 on L1 or L1L2
             circuits, and at L2 otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) isisPacketCounterEntry(1) 4 }

.1.3.6.1.2.1.138.1.5.3.1.5
isisPacketCountESHello OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ES Hello PDUs seen in this
             direction.  ESH PDUs are counted at the
             lowest enabled level: at L1 on L1 or L1L2
             circuits, and at L2 otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) isisPacketCounterEntry(1) 5 }

.1.3.6.1.2.1.138.1.5.3.1.6
isisPacketCountLSP OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IS-IS LSPs seen in this
             direction at this level."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) isisPacketCounterEntry(1) 6 }

.1.3.6.1.2.1.138.1.5.3.1.7
isisPacketCountCSNP OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IS-IS CSNPs seen in this
             direction at this level."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) isisPacketCounterEntry(1) 7 }

.1.3.6.1.2.1.138.1.5.3.1.8
isisPacketCountPSNP OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IS-IS PSNPs seen in this
             direction at this level."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) isisPacketCounterEntry(1) 8 }

.1.3.6.1.2.1.138.1.5.3.1.9
isisPacketCountUnknown OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of unknown IS-IS PDUs seen
             at this level."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisCounters(5) isisPacketCounterTable(3) isisPacketCounterEntry(1) 9 }

.1.3.6.1.2.1.138.1.6
isisISAdj OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 6 }

.1.3.6.1.2.1.138.1.6.1
isisISAdjTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of adjacencies to Intermediate Systems."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) 1 }

.1.3.6.1.2.1.138.1.6.1.1
isisISAdjEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisCircIndex, isisISAdjIndex }
  DESCRIPTION	"Each entry corresponds to one adjacency to an
             Intermediate System on this system.

             Dynamically learned rows do not survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) 1 }

.1.3.6.1.2.1.138.1.6.1.1.1
isisISAdjIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique value identifying the IS adjacency from all
             other such adjacencies on this circuit.  This value is
             automatically assigned by the system when the adjacency
             is created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 1 }

.1.3.6.1.2.1.138.1.6.1.1.2
isisISAdjState OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {down(1), initializing(2), up(3), failed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the adjacency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 2 }

.1.3.6.1.2.1.138.1.6.1.1.3
isisISAdj3WayState OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {up(0), initializing(1), down(2), failed(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 3Way state of the adjacency.  These are picked
             to match the historical on-the-wire representation
             of the 3Way state and are not intended to match
             isisISAdjState."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 3 }

.1.3.6.1.2.1.138.1.6.1.1.4
isisISAdjNeighSNPAAddress OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The SNPA address of the neighboring system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 4 }

.1.3.6.1.2.1.138.1.6.1.1.5
isisISAdjNeighSysType OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {l1IntermediateSystem(1), l2IntermediateSystem(2), l1L2IntermediateSystem(3), unknown(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the neighboring system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 5 }

.1.3.6.1.2.1.138.1.6.1.1.6
isisISAdjNeighSysID OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisSystemID
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system ID of the neighboring Intermediate
             System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 6 }

.1.3.6.1.2.1.138.1.6.1.1.7
isisISAdjNbrExtendedCircID OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 4-byte Extended Circuit ID learned from the
             Neighbor during 3-way handshake, or 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 7 }

.1.3.6.1.2.1.138.1.6.1.1.8
isisISAdjUsage OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisLevel
  SYNTAX	INTEGER {level1(1), level2(2), level1and2(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"How is the adjacency used?  On a point-to-point link,
             this might be level1and2, but on a LAN, the usage will
             be level1 on the adjacency between peers at L1,
             and level2 for the adjacency between peers at L2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 8 }

.1.3.6.1.2.1.138.1.6.1.1.9
isisISAdjHoldTimer OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The holding time, in seconds, for this adjacency.
             This value is based on received IIH PDUs and
             the elapsed time since receipt."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 9 }

.1.3.6.1.2.1.138.1.6.1.1.10
isisISAdjNeighPriority OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisISPriority
  SYNTAX	Unsigned32 (0..127) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Priority of the neighboring Intermediate System for
             becoming the Designated Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 10 }

.1.3.6.1.2.1.138.1.6.1.1.11
isisISAdjLastUpTime OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When the adjacency most recently entered the state 'up',
             measured in hundredths of a second since the last
             re-initialization of the network management subsystem.
             Holds 0 if the adjacency has never been in state 'up'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjTable(1) isisISAdjEntry(1) 11 }

.1.3.6.1.2.1.138.1.6.2
isisISAdjAreaAddrTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the set of Area Addresses of
             neighboring Intermediate Systems as reported in received
             IIH PDUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) 2 }

.1.3.6.1.2.1.138.1.6.2.1
isisISAdjAreaAddrEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisCircIndex, isisISAdjIndex, isisISAdjAreaAddrIndex }
  DESCRIPTION	"Each entry contains one Area Address reported by a
             neighboring Intermediate System in its IIH PDUs.

             Dynamically learned rows do not survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjAreaAddrTable(2) 1 }

.1.3.6.1.2.1.138.1.6.2.1.1
isisISAdjAreaAddrIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index for the areas associated with one neighbor.
             This provides a simple way to walk the table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjAreaAddrTable(2) isisISAdjAreaAddrEntry(1) 1 }

.1.3.6.1.2.1.138.1.6.2.1.2
isisISAdjAreaAddress OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"One Area Address as reported in IIH PDUs received from
             the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjAreaAddrTable(2) isisISAdjAreaAddrEntry(1) 2 }

.1.3.6.1.2.1.138.1.6.3
isisISAdjIPAddrTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the set of IP Addresses of
             neighboring Intermediate Systems as reported in received
             IIH PDUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) 3 }

.1.3.6.1.2.1.138.1.6.3.1
isisISAdjIPAddrEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisCircIndex, isisISAdjIndex, isisISAdjIPAddrIndex }
  DESCRIPTION	"Each entry contains one IP Address reported by a
             neighboring Intermediate System in its IIH PDUs.

             Dynamically learned rows do not survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjIPAddrTable(3) 1 }

.1.3.6.1.2.1.138.1.6.3.1.1
isisISAdjIPAddrIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index to this table that identifies the IP addresses
             to which this entry belongs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjIPAddrTable(3) isisISAdjIPAddrEntry(1) 1 }

.1.3.6.1.2.1.138.1.6.3.1.2
isisISAdjIPAddrType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of one IP Address as reported in IIH PDUs
             received from the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjIPAddrTable(3) isisISAdjIPAddrEntry(1) 2 }

.1.3.6.1.2.1.138.1.6.3.1.3
isisISAdjIPAddrAddress OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"One IP Address as reported in IIH PDUs received from the
             neighbor.

             The type of this address is determined by the value of
             the isisISAdjIPAddrType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjIPAddrTable(3) isisISAdjIPAddrEntry(1) 3 }

.1.3.6.1.2.1.138.1.6.4
isisISAdjProtSuppTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the set of protocols supported by
             neighboring Intermediate Systems as reported in received
             IIH PDUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) 4 }

.1.3.6.1.2.1.138.1.6.4.1
isisISAdjProtSuppEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisCircIndex, isisISAdjIndex, isisISAdjProtSuppProtocol }
  DESCRIPTION	"Each entry contains one protocol supported by a
             neighboring Intermediate System as reported in its IIH
             PDUs.

             Dynamically learned rows do not survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjProtSuppTable(4) 1 }

.1.3.6.1.2.1.138.1.6.4.1.1
isisISAdjProtSuppProtocol OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisSupportedProtocol
  SYNTAX	INTEGER {iso8473(129), ipV6(142), ip(204)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"One supported protocol as reported in IIH PDUs received
             from the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisISAdj(6) isisISAdjProtSuppTable(4) isisISAdjProtSuppEntry(1) 1 }

.1.3.6.1.2.1.138.1.7
isisReachAddr OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 7 }

.1.3.6.1.2.1.138.1.7.1
isisRATable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of Reachable Addresses to NSAPs or Address
             Prefixes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) 1 }

.1.3.6.1.2.1.138.1.7.1.1
isisRAEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisCircIndex, isisRAIndex }
  DESCRIPTION	"Each entry defines a configured Reachable Address
             to an NSAP or Address Prefix.

             Dynamically created rows MUST survive an agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) 1 }

.1.3.6.1.2.1.138.1.7.1.1.1
isisRAIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identifier for this isisRAEntry.  This value must be
             unique amongst all Reachable Addresses on the same parent
             Circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 1 }

.1.3.6.1.2.1.138.1.7.1.1.2
isisRAExistState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The existence state of this Reachable Address.  This
             object follows the ManualOrAutomatic behaviors.  Support
             for 'createAndWait' and 'notInService' is not required.

             A row entry cannot be modified when the value of this
             object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 2 }

.1.3.6.1.2.1.138.1.7.1.1.3
isisRAAdminState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisAdminState
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administrative state of the Reachable Address.  This
             object follows the ManualOrAutomatic behaviors."
  DEFVAL	{ off }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 3 }

.1.3.6.1.2.1.138.1.7.1.1.4
isisRAAddrPrefix OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination of this Reachable Address.  This is an
             Address Prefix.  This object follows the
             ReplaceOnlyWhileDisabled and ManualOrAutomatic
             behaviors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 4 }

.1.3.6.1.2.1.138.1.7.1.1.5
isisRAMapType OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {none(1), explicit(2), extractIDI(3), extractDSP(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of mapping to be employed to ascertain the SNPA
             Address that should be used in forwarding PDUs for this
             Reachable Address prefix.  This object follows the
             ManualOrAutomatic behavior.  The following values of
             mapping type are defined:

                 none: The mapping is null because the neighbor SNPA is
                       implicit by nature of the subnetwork (e.g., a
                       point-to-point linkage).

                 explicit: The subnetwork addresses in the object
                       isisRASNPAAddress are to be used.

                 extractIDI: The SNPA is embedded in the IDI of
                       the destination NSAP Address.  The mapping
                       algorithm extracts the SNPA to be used
                       according to the format and encoding rules of
                       ISO8473/Add2.  This SNPA extraction algorithm can
                       be used in conjunction with Reachable Address
                       prefixes from the X.121, F.69, E.163, and E.164
                       addressing subdomains.

                 extractDSP: All, or a suffix, of the SNPA is embedded
                       in the DSP of the destination address.  This SNPA
                       extraction algorithm extracts the embedded
                       subnetwork addressing information by performing a
                       logical AND of the isisRASNPAMask object value
                       with the destination address.  The part of the
                       SNPA extracted from the destination NSAP is
                       appended to the isisRASNPAPrefix object value to
                       form the next hop subnetwork addressing
                       information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 5 }

.1.3.6.1.2.1.138.1.7.1.1.6
isisRAMetric OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisDefaultMetric
  SYNTAX	Unsigned32 (0..63) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The metric value for reaching the specified
             prefix over this circuit.  This object follows the
             ManualOrAutomatic behavior."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 6 }

.1.3.6.1.2.1.138.1.7.1.1.7
isisRAMetricType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisMetricType
  SYNTAX	INTEGER {internal(1), external(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether the metric is internal or
             external.  This object follows the ManualOrAutomatic
             behavior."
  DEFVAL	{ internal }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 7 }

.1.3.6.1.2.1.138.1.7.1.1.8
isisRASNPAAddress OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SNPA Address to which a PDU may be forwarded in
             order to reach a destination that matches the address
             prefix of the Reachable Address.  This object follows the
             ManualOrAutomatic behavior."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 8 }

.1.3.6.1.2.1.138.1.7.1.1.9
isisRASNPAMask OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A bit mask with 1 bit indicating the positions in the
             effective destination address from which embedded SNPA
             information is to be extracted.  For the extraction, the
             first octet of the isisRASNPAMask object value is aligned
             with the first octet (AFI) of the NSAP Address.  If the
             isisRASNPAMask object value and NSAP Address are of
             different lengths, the shorter of the two is logically
             padded with zeros before performing the extraction.  This
             object follows the ManualOrAutomatic behavior."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 9 }

.1.3.6.1.2.1.138.1.7.1.1.10
isisRASNPAPrefix OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A fixed SNPA prefix for use when the isisRAMapType is
             extractDSP.  The SNPA Address to use is formed by
             concatenating the fixed SNPA prefix with a variable SNPA
             part that is extracted from the effective destination
             address.  For Reachable Address prefixes in which the
             entire SNPA is embedded in the DSP, the SNPA Prefix shall
             be null.  This object follows the ManualOrAutomatic
             behavior."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 10 }

.1.3.6.1.2.1.138.1.7.1.1.11
isisRAType OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {manual(1), automatic(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of Reachable address.  Those of type
             manual are created by the network manager.  Those
             of type automatic are created through propagation
             of routing information from another routing
             protocol (e.g., IDRP). "
  DEFVAL	{ manual }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisReachAddr(7) isisRATable(1) isisRAEntry(1) 11 }

.1.3.6.1.2.1.138.1.8
isisIPReachAddr OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 8 }

.1.3.6.1.2.1.138.1.8.1
isisIPRATable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of IP Reachable Addresses to networks,
             subnetworks, or hosts either manually configured or
             learned from another protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) 1 }

.1.3.6.1.2.1.138.1.8.1.1
isisIPRAEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisSysLevelIndex, isisIPRADestType, isisIPRADest, isisIPRADestPrefixLen, isisIPRANextHopIndex }
  DESCRIPTION	"Each entry defines an IP Reachable Address to a network,
             subnetwork, or host.

             Each IP Reachable Address may have multiple entries in the
             table, one for each equal cost path to the reachable
             address.

             Dynamically created rows MUST survive an agent reboot.

             Implementers need to be aware that if the total number
             of elements (octets or sub-identifiers) in
             isisIPRADestr, isisIPRADestPrefixLen, and
             isisIPRANextHopIndex is too great, then OIDs of column
             instances in this table will have more than 128
             subidentifiers and cannot be accessed using SNMPv1,
             SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) 1 }

.1.3.6.1.2.1.138.1.8.1.1.1
isisIPRADestType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of this IP Reachable Address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 1 }

.1.3.6.1.2.1.138.1.8.1.1.2
isisIPRADest OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination of this IP Reachable Address.  This is
             a network address, subnetwork address, or host
             address.

             The type of this address is determined by the value of
             the isisIPRADestType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 2 }

.1.3.6.1.2.1.138.1.8.1.1.3
isisIPRADestPrefixLen OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length of the IP Netmask for Reachability Address.

             The values for the index objects isisIPRADest and
             isisIPRADestPrefixLen must be consistent.  When the value
             of isisIPRADest (excluding the zone index, if one
             is present) is x, then the bitwise logical-AND
             of x with the value of the mask formed from the
             corresponding index object isisIPRADestPrefixLen MUST be
             equal to x.  If not, then the index pair is not
             consistent, and an inconsistentName error must be
             returned on SET or CREATE requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 3 }

.1.3.6.1.2.1.138.1.8.1.1.4
isisIPRANextHopIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of next hop.  Used when there are multiple Equal
             Cost Multipath alternatives for the same destination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 4 }

.1.3.6.1.2.1.138.1.8.1.1.5
isisIPRANextHopType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of the IP next hop address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 5 }

.1.3.6.1.2.1.138.1.8.1.1.6
isisIPRANextHop OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP next hop to this destination.

             The type of this address is determined by the value of
             the isisIPRANextHopType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 6 }

.1.3.6.1.2.1.138.1.8.1.1.7
isisIPRAType OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {manual(1), automatic(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of this IP Reachable Address.  Those of type
             manual are created by the network manager.  Those of type
             automatic are created through propagation of routing
             information from another routing protocol.  This object
             follows the ManualOrAutomatic behavior."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 7 }

.1.3.6.1.2.1.138.1.8.1.1.8
isisIPRAExistState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of this IP Reachable Address.  This object
             follows the ExistenceState and ManualOrAutomatic
             behaviors.  Support for 'createAndWait' and
             'notInService' is not required.

             A row entry cannot be modified when the value of this
             object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 8 }

.1.3.6.1.2.1.138.1.8.1.1.9
isisIPRAAdminState OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisAdminState
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administrative state of the IP Reachable Address.  This
             object follows the IsisAdminState and ManualOrAutomatic
             behaviors."
  DEFVAL	{ off }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 9 }

.1.3.6.1.2.1.138.1.8.1.1.10
isisIPRAMetric OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisDefaultMetric
  SYNTAX	Unsigned32 (0..63) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The metric value for reaching the specified
             destination over this circuit.  This object follows the
             ManualOrAutomatic behavior."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 10 }

.1.3.6.1.2.1.138.1.8.1.1.11
isisIPRAMetricType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisMetricType
  SYNTAX	INTEGER {internal(1), external(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether the metric is internal or
             external.  This object follows the ManualOrAutomatic
             behavior."
  DEFVAL	{ internal }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 11 }

.1.3.6.1.2.1.138.1.8.1.1.12
isisIPRAFullMetric OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisFullMetric
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The wide metric value for reaching the specified
             destination over this circuit.  This object follows the
             ManualOrAutomatic behavior."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 12 }

.1.3.6.1.2.1.138.1.8.1.1.13
isisIPRASNPAAddress OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SNPA Address to which a PDU may be forwarded in
             order to reach a destination that matches this IP
             Reachable Address.  This object follows the
             ManualOrAutomatic behavior."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 13 }

.1.3.6.1.2.1.138.1.8.1.1.14
isisIPRASourceType OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {static(1), direct(2), ospfv2(3), ospfv3(4), isis(5), rip(6), igrp(7), eigrp(8), bgp(9), other(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The origin of this route."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisIPReachAddr(8) isisIPRATable(1) isisIPRAEntry(1) 14 }

.1.3.6.1.2.1.138.1.9
isisLSPDataBase OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 9 }

.1.3.6.1.2.1.138.1.9.1
isisLSPSummaryTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of LSP Headers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) 1 }

.1.3.6.1.2.1.138.1.9.1.1
isisLSPSummaryEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisLSPLevel, isisLSPID }
  DESCRIPTION	"Each entry provides a summary describing an
             LSP currently stored in the system.

             Dynamically learned rows will not survive an
             agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPSummaryTable(1) 1 }

.1.3.6.1.2.1.138.1.9.1.1.1
isisLSPLevel OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisISLevel
  SYNTAX	INTEGER {area(1), domain(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"At which level does this LSP appear?"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPSummaryTable(1) isisLSPSummaryEntry(1) 1 }

.1.3.6.1.2.1.138.1.9.1.1.2
isisLSPID OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisLinkStatePDUID
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 8-byte LSP ID for this Link State PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPSummaryTable(1) isisLSPSummaryEntry(1) 2 }

.1.3.6.1.2.1.138.1.9.1.1.3
isisLSPSeq OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number for this LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPSummaryTable(1) isisLSPSummaryEntry(1) 3 }

.1.3.6.1.2.1.138.1.9.1.1.4
isisLSPZeroLife OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Is this LSP being purged by this system?"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPSummaryTable(1) isisLSPSummaryEntry(1) 4 }

.1.3.6.1.2.1.138.1.9.1.1.5
isisLSPChecksum OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 16-bit Fletcher Checksum for this LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPSummaryTable(1) isisLSPSummaryEntry(1) 5 }

.1.3.6.1.2.1.138.1.9.1.1.6
isisLSPLifetimeRemain OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remaining lifetime, in seconds, for this LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPSummaryTable(1) isisLSPSummaryEntry(1) 6 }

.1.3.6.1.2.1.138.1.9.1.1.7
isisLSPPDULength OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The length of this LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPSummaryTable(1) isisLSPSummaryEntry(1) 7 }

.1.3.6.1.2.1.138.1.9.1.1.8
isisLSPAttributes OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned8TC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Flags carried by the LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPSummaryTable(1) isisLSPSummaryEntry(1) 8 }

.1.3.6.1.2.1.138.1.9.2
isisLSPTLVTable OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of LSPs in the database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) 2 }

.1.3.6.1.2.1.138.1.9.2.1
isisLSPTLVEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ isisLSPLevel, isisLSPID, isisLSPTLVIndex }
  DESCRIPTION	"Each entry describes a TLV within
             an LSP currently stored in the system.

             Dynamically learned rows will not survive an
             agent reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPTLVTable(2) 1 }

.1.3.6.1.2.1.138.1.9.2.1.1
isisLSPTLVIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this TLV in the LSP.  The first TLV has
             index 1, and the Nth TLV has an index of N."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPTLVTable(2) isisLSPTLVEntry(1) 1 }

.1.3.6.1.2.1.138.1.9.2.1.2
isisLSPTLVSeq OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number for this LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPTLVTable(2) isisLSPTLVEntry(1) 2 }

.1.3.6.1.2.1.138.1.9.2.1.3
isisLSPTLVChecksum OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 16-bit Fletcher Checksum for this LSP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPTLVTable(2) isisLSPTLVEntry(1) 3 }

.1.3.6.1.2.1.138.1.9.2.1.4
isisLSPTLVType OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned8TC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of this TLV."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPTLVTable(2) isisLSPTLVEntry(1) 4 }

.1.3.6.1.2.1.138.1.9.2.1.5
isisLSPTLVLen OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned8TC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The length of this TLV."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPTLVTable(2) isisLSPTLVEntry(1) 5 }

.1.3.6.1.2.1.138.1.9.2.1.6
isisLSPTLVValue OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this TLV."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisLSPDataBase(9) isisLSPTLVTable(2) isisLSPTLVEntry(1) 6 }

.1.3.6.1.2.1.138.1.10
isisNotification OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) 10 }

.1.3.6.1.2.1.138.1.10.1
isisNotificationEntry OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) 1 }

.1.3.6.1.2.1.138.1.10.1.1
isisNotificationSysLevelIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisLevel
  SYNTAX	INTEGER {level1(1), level2(2), level1and2(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The system level for this notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 1 }

.1.3.6.1.2.1.138.1.10.1.2
isisNotificationCircIfIndex OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The identifier of this circuit relevant to
             this notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 2 }

.1.3.6.1.2.1.138.1.10.1.3
isisPduLspId OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisLinkStatePDUID
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"An Octet String that uniquely identifies
             a Link State PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 3 }

.1.3.6.1.2.1.138.1.10.1.4
isisPduFragment OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisPDUHeader
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Holds up to 64 initial bytes of a PDU that
             triggered the notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 4 }

.1.3.6.1.2.1.138.1.10.1.5
isisPduFieldLen OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned8TC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Holds the System ID length reported in PDU we received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 5 }

.1.3.6.1.2.1.138.1.10.1.6
isisPduMaxAreaAddress OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned8TC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Holds the Max Area Addresses reported in a PDU
             we received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 6 }

.1.3.6.1.2.1.138.1.10.1.7
isisPduProtocolVersion OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned8TC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Holds the Protocol version reported in PDU we received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 7 }

.1.3.6.1.2.1.138.1.10.1.8
isisPduLspSize OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Holds the size of LSP we received that is too
             big to forward."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 8 }

.1.3.6.1.2.1.138.1.10.1.9
isisPduOriginatingBufferSize OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (0..16000) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Holds the size of isisSysLevelOrigLSPBuffSize advertised
             by the peer in the originatingLSPBufferSize TLV.
             If the peer does not advertise this TLV, this
             value is set to 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 9 }

.1.3.6.1.2.1.138.1.10.1.10
isisPduBufferSize OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisUnsigned16TC
  SYNTAX	Unsigned32 (0..16000) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Holds the size of LSP received from peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 10 }

.1.3.6.1.2.1.138.1.10.1.11
isisPduProtocolsSupported OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The list of protocols supported by an
             adjacent system.  This may be empty."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 11 }

.1.3.6.1.2.1.138.1.10.1.12
isisAdjState OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	INTEGER {down(1), initializing(2), up(3), failed(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The current state of an adjacency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 12 }

.1.3.6.1.2.1.138.1.10.1.13
isisErrorOffset OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"An offset to a problem in a PDU.  If the problem
             is a malformed TLV, this points to the beginning
             of the TLV.  If the problem is in the header, this
             points to the byte that is suspicious."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 13 }

.1.3.6.1.2.1.138.1.10.1.14
isisErrorTLVType OBJECT-TYPE
  -- FROM	ISIS-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The type for a malformed TLV."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 14 }

.1.3.6.1.2.1.138.1.10.1.15
isisNotificationAreaAddress OBJECT-TYPE
  -- FROM	ISIS-MIB
  -- TEXTUAL CONVENTION IsisOSINSAddress
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"An Area Address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisObjects(1) isisNotification(10) isisNotificationEntry(1) 15 }

.1.3.6.1.2.1.138.2
isisConformance OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) 2 }

.1.3.6.1.2.1.138.2.1
isisCompliances OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) 1 }

.1.3.6.1.2.1.138.2.1.1
isisCompliance MODULE-COMPLIANCE
  -- FROM	ISIS-MIB
  DESCRIPTION	"The compliance statement for agents that support
             the IS-IS MIB.

             There are a number of INDEX objects that cannot be
             represented in the form of OBJECT clauses in SMIv2,
             but for which there are compliance requirements.
             Those requirements and similar requirements for
             related objects are expressed below, in
             pseudo-OBJECT clause form, in this description:

             -- OBJECT isisSummAddressType
             -- SYNTAX InetAddressType { ipv4(1), ipv6(2) }
             --
             -- DESCRIPTION
             --    The MIB requires support for IPv4 Summary
             --    Addresses and anticipates the support of
             --    IPv6 addresses.
             --
             --
             -- OBJECT isisRedistributeAddrType
             -- SYNTAX InetAddressType { ipv4(1), ipv6(2) }
             --
             -- DESCRIPTION
             --    The MIB requires support for IPv4
             --    Redistribution Addresses and anticipates
             --    the support of IPv6 addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisCompliances(1) 1 }

.1.3.6.1.2.1.138.2.1.2
isisAdvancedCompliance MODULE-COMPLIANCE
  -- FROM	ISIS-MIB
  DESCRIPTION	"The compliance statement for agents that fully
             support the IS-IS MIB.

             There are a number of INDEX objects that cannot be
             represented in the form of OBJECT clauses in SMIv2,
             but for which there are compliance requirements.
             Those requirements and similar requirements for
             related objects are expressed below, in
             pseudo-OBJECT clause form, in this description:

             -- OBJECT isisSummAddressType
             -- SYNTAX InetAddressType { ipv4(1), ipv6(2) }
             --
             -- DESCRIPTION
             --    The MIB requires support for IPv4 Summary
             --    Addresses and anticipates the support of
             --    IPv6 addresses.
             --
             --
             -- OBJECT isisRedistributeAddrType
             -- SYNTAX InetAddressType { ipv4(1), ipv6(2) }
             --
             -- DESCRIPTION
             --    The MIB requires support for IPv4
             --    Redistribution Addresses and anticipates
             --    the support of IPv6 addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisCompliances(1) 2 }

.1.3.6.1.2.1.138.2.1.3
isisReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	ISIS-MIB
  DESCRIPTION	"When this MIB is implemented without support for
                read-create (i.e., in read-only mode), the
                implementation can claim read-only compliance.  Such
                a device can then be monitored but cannot be
                configured with this MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisCompliances(1) 3 }

.1.3.6.1.2.1.138.2.2
isisGroups OBJECT-TYPE
  -- FROM	ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) 2 }

.1.3.6.1.2.1.138.2.2.1
isisSystemGroup OBJECT-GROUP
  -- FROM	ISIS-MIB
  DESCRIPTION	"The collections of objects used to manage an
             IS-IS router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisGroups(2) 1 }

.1.3.6.1.2.1.138.2.2.2
isisCircuitGroup OBJECT-GROUP
  -- FROM	ISIS-MIB
  DESCRIPTION	"The collections of objects used to describe an
             IS-IS Circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisGroups(2) 2 }

.1.3.6.1.2.1.138.2.2.3
isisISAdjGroup OBJECT-GROUP
  -- FROM	ISIS-MIB
  DESCRIPTION	"The collections of objects used to manage an
             IS-IS Adjacency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisGroups(2) 3 }

.1.3.6.1.2.1.138.2.2.4
isisNotificationObjectGroup OBJECT-GROUP
  -- FROM	ISIS-MIB
  DESCRIPTION	"The objects used to record notification parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisGroups(2) 4 }

.1.3.6.1.2.1.138.2.2.5
isisNotificationGroup OBJECT-TYPE
  -- FROM	ISIS-MIB
  DESCRIPTION	"The collections of notifications sent by an IS."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisGroups(2) 5 }

.1.3.6.1.2.1.138.2.2.6
isisISPDUCounterGroup OBJECT-GROUP
  -- FROM	ISIS-MIB
  DESCRIPTION	"The collections of objects used to count protocol PDUs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisGroups(2) 6 }

.1.3.6.1.2.1.138.2.2.7
isisRATableGroup OBJECT-GROUP
  -- FROM	ISIS-MIB
  DESCRIPTION	"The collections of objects used to manage the
             reachable NSAP prefixes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisGroups(2) 7 }

.1.3.6.1.2.1.138.2.2.8
isisISIPRADestGroup OBJECT-GROUP
  -- FROM	ISIS-MIB
  DESCRIPTION	"The collections of objects used to manage configured
             IP addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisGroups(2) 8 }

.1.3.6.1.2.1.138.2.2.9
isisLSPGroup OBJECT-GROUP
  -- FROM	ISIS-MIB
  DESCRIPTION	"The collections of objects used to observe the LSP
             Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) isisMIB(138) isisConformance(2) isisGroups(2) 9 }

.1.3.6.1.2.1.144
t11FcRouteMIB MODULE-IDENTITY
  -- FROM	T11-FC-ROUTE-MIB
  DESCRIPTION	"The MIB module for configuring and displaying Fibre
           Channel Route Information.

           Copyright (C) The Internet Society (2006).  This version
           of this MIB module is part of RFC 4625;  see the RFC
           itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 144 }

.1.3.6.1.2.1.144.0
t11FcRouteNotifications OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) 0 }

.1.3.6.1.2.1.144.1
t11FcRouteObjects OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) 1 }

.1.3.6.1.2.1.144.1.1
t11FcRouteFabricTable OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing Fibre Channel Routing information
           that is specific to a Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) 1 }

.1.3.6.1.2.1.144.1.1.1
t11FcRouteFabricEntry OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcRouteFabricIndex }
  DESCRIPTION	"Each entry contains routing information specific to a
           particular Fabric on a particular switch (identified by
           values of fcmInstanceIndex and fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteFabricTable(1) 1 }

.1.3.6.1.2.1.144.1.1.1.1
t11FcRouteFabricIndex OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index value that uniquely identifies a
           particular Fabric.

           In a Fabric conformant to FC-SW-3, only a single Fabric
           can operate within a physical infrastructure, and thus
           the value of this Fabric Index will always be 1.

           In a Fabric conformant to FC-SW-4, multiple Virtual Fabrics
           can operate within one (or more) physical infrastructures.
           In such a case, index value is used to uniquely identify a
           particular Fabric within a physical infrastructure."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteFabricTable(1) t11FcRouteFabricEntry(1) 1 }

.1.3.6.1.2.1.144.1.1.1.2
t11FcRouteFabricLastChange OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the most recent time when any
           corresponding row in the t11FcRouteTable was created,
           modified, or deleted.  A corresponding row in the
           t11FcRouteTable is for the same management instance,
           the same switch, and same Fabric as the row in this table.

           If no change has occurred since the last restart of the
           management system, then the value of this object is 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteFabricTable(1) t11FcRouteFabricEntry(1) 2 }

.1.3.6.1.2.1.144.1.2
t11FcRouteTable OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Fibre Channel Routing tables for the
           locally managed switches.  This table lists all the
           routes that are configured in and/or computed by any
           local switch for any Fabric.

           Such routes are used by a switch to forward frames (of user
           data) on a Fabric.  The conceptual process is based on
           extracting the Destination Fibre Channel Address Identifier
           (D_ID) out of a received frame (of user data) and comparing
           it to each entry of this table that is applicable to the
           given switch and Fabric.  Such comparison consists of first
           performing a logical-AND of the extracted D_ID with a mask
           (the value of t11FcRouteDestMask) and second comparing the
           result of that 'AND' operation to the value of
           t11FcRouteDestAddrId.  A similar comparison is made of the
           Source Fibre Channel Address Identifier (S_ID) of a frame
           against the t11FcRouteSrcAddrId and t11FcRouteSrcMask values
           of an entry.  If an entry's value of t11FcRouteInInterface
           is non-zero, then a further comparison determines if the
           frame was received on the appropriate interface.  If all of
           these comparisons for a particular entry are successful,
           then that entry represents a potential route for forwarding
           the received frame.

           For entries configured by a user, t11FcRouteProto has
           the value 'netmgmt'; only entries of this type can be
           deleted by the user."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) 2 }

.1.3.6.1.2.1.144.1.2.1
t11FcRouteEntry OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcRouteFabricIndex, t11FcRouteDestAddrId, t11FcRouteDestMask, t11FcRouteSrcAddrId, t11FcRouteSrcMask, t11FcRouteInInterface, t11FcRouteProto, t11FcRouteOutInterface }
  DESCRIPTION	"Each entry contains a route to a particular destination,
           possibly from a particular subset of source addresses,
           on a particular Fabric via a particular output interface
           and learned in a particular manner."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) 1 }

.1.3.6.1.2.1.144.1.2.1.1
t11FcRouteDestAddrId OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION FcAddressIdOrZero
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination Fibre Channel Address Identifier of
           this route.  A zero-length string for this field is
           not allowed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 1 }

.1.3.6.1.2.1.144.1.2.1.2
t11FcRouteDestMask OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION FcAddressIdOrZero
  SYNTAX	OCTET STRING (0 | 3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mask to be logical-ANDed with a destination
           Fibre Channel Address Identifier before it is compared
           to the value in the t11FcRouteDestAddrId field.
           Allowed values are 255.255.255, 255.255.0, or 255.0.0.
           FSPF's definition generates routes to a Domain_ID,
           so the mask for all FSPF-generated routes is 255.0.0.
           The zero-length value has the same meaning as 0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 2 }

.1.3.6.1.2.1.144.1.2.1.3
t11FcRouteSrcAddrId OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION FcAddressIdOrZero
  SYNTAX	OCTET STRING (0 | 3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The source Fibre Channel Address Identifier of this
           route.  Note that if this object and the corresponding
           instance of t11FcRouteSrcMask both have a value of 0.0.0,
           then this route matches all source addresses.  The
           zero-length value has the same meaning as 0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 3 }

.1.3.6.1.2.1.144.1.2.1.4
t11FcRouteSrcMask OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION FcAddressIdOrZero
  SYNTAX	OCTET STRING (0 | 3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mask to be logical-ANDed with a source
           Fibre Channel Address Identifier before it is compared
           to the value in the t11FcRouteSrcAddrId field.  Allowed
           values are 255.255.255, 255.255.0, 255.0.0, or 0.0.0.
           The zero-length value has the same meaning as 0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 4 }

.1.3.6.1.2.1.144.1.2.1.5
t11FcRouteInInterface OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"If the value of this object is non-zero, it is the
           value of ifIndex that identifies the local
           Fibre Channel interface through which a frame
           must have been received in order to match with
           this entry.  If the value of this object is zero,
           the matching does not require that the frame be
           received on any specific interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 5 }

.1.3.6.1.2.1.144.1.2.1.6
t11FcRouteProto OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), fspf(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mechanism via which this route was learned:
                other(1)  - not specified
                local(2)  - local interface
                netmgmt(3)- static route
                fspf(4)   - Fibre Shortest Path First
           "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 6 }

.1.3.6.1.2.1.144.1.2.1.7
t11FcRouteOutInterface OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of ifIndex that identifies the local
           Fibre Channel interface through which the next hop
           of this route is to be reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 7 }

.1.3.6.1.2.1.144.1.2.1.8
t11FcRouteDomainId OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION FcDomainIdOrZero
  SYNTAX	Integer32 (0..239) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The domain_ID of next hop switch.

           This object can have a value of zero if the value
           of t11FcRouteProto is 'local'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 8 }

.1.3.6.1.2.1.144.1.2.1.9
t11FcRouteMetric OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  SYNTAX	Unsigned32 (0..65536) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The routing metric for this route.

           The use of this object is dependent on t11FcRouteProto."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 9 }

.1.3.6.1.2.1.144.1.2.1.10
t11FcRouteType OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  SYNTAX	INTEGER {local(1), remote(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of route.

           local(1)  - a route for which the next Fibre Channel
                       port is the final destination;
           remote(2) - a route for which the next Fibre Channel
                      port is not the final destination."
  DEFVAL	{ local }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 10 }

.1.3.6.1.2.1.144.1.2.1.11
t11FcRouteIfDown OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  SYNTAX	INTEGER {remove(1), retain(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object indicates what happens to
           this route when the output interface (given by the
           corresponding value of t11FcRouteOutInterface) is
           operationally 'down'.  If this object's value is 'retain',
           the route is to be retained in this table.  If this
           object's value is 'remove', the route is to be removed
           from this table."
  DEFVAL	{ retain }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 11 }

.1.3.6.1.2.1.144.1.2.1.12
t11FcRouteStorageType OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
           Conceptual rows having the value 'permanent' need not
           allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 12 }

.1.3.6.1.2.1.144.1.2.1.13
t11FcRouteRowStatus OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.
           The only rows that can be deleted by setting this object to
           'destroy' are those for which t11FcRouteProto has the value
           'netmgmt'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteObjects(1) t11FcRouteTable(2) t11FcRouteEntry(1) 13 }

.1.3.6.1.2.1.144.2
t11FcRouteConformance OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) 2 }

.1.3.6.1.2.1.144.2.1
t11FcRouteCompliances OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteConformance(2) 1 }

.1.3.6.1.2.1.144.2.1.1
t11FcRouteCompliance MODULE-COMPLIANCE
  -- FROM	T11-FC-ROUTE-MIB
  DESCRIPTION	"The compliance statement for entities that
           implement the T11-FC-ROUTE-MIB.
--
-- Note: The next four OBJECT clauses are for auxiliary objects, and the
-- SMIv2 does not permit inclusion of objects that are not accessible
-- in an OBJECT clause (see Sections 3.1 & 5.4.3 in STD 58, RFC 2580).
-- Thus, these four clauses cannot be included below in the normal
-- location for OBJECT clauses.
--
--      OBJECT     t11FcRouteSrcAddrId
--      SYNTAX     FcAddressIdOrZero (SIZE (0))
--      DESCRIPTION
--             'Support is not required for routes that
--             match only a subset of possible source
--             addresses.'
--
--      OBJECT     t11FcRouteSrcMask
--      SYNTAX     FcAddressIdOrZero (SIZE (0))
--      DESCRIPTION
--             'Support is not required for routes that
--             match only a subset of possible source
--             addresses.'
--
--      OBJECT     t11FcRouteDestMask
--      DESCRIPTION
--             'Support is mandatory only for FSPF-generated
--             routes.  Since FSPF's definition generates
--             routes to a Domain_ID, the mask for all
--             FSPF-generated routes is 255.0.0.  Thus,
--             support is only required for 255.0.0.'
--
--      OBJECT     t11FcRouteInInterface
--      SYNTAX     InterfaceIndexOrZero (0)
--      DESCRIPTION
--             'Support for routes specific to particular
--             source interfaces is not required.'
          "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteConformance(2) t11FcRouteCompliances(1) 1 }

.1.3.6.1.2.1.144.2.2
t11FcRouteGroups OBJECT-TYPE
  -- FROM	T11-FC-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteConformance(2) 2 }

.1.3.6.1.2.1.144.2.2.1
t11FcRouteGroup OBJECT-GROUP
  -- FROM	T11-FC-ROUTE-MIB
  DESCRIPTION	"A collection of objects for displaying and configuring
           routes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcRouteMIB(144) t11FcRouteConformance(2) t11FcRouteGroups(2) 1 }

.1.3.6.1.2.1.147
t11FcVirtualFabricMIB MODULE-IDENTITY
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  DESCRIPTION	"This module defines management information specific to
         Fibre Channel Virtual Fabrics.  A Virtual Fabric is a
         Fabric composed of partitions of switches, links and
         N_Ports with a single Fabric management domain, Fabric
         Services and independence from other Virtual Fabrics.

         Copyright (C) The IETF Trust (2006).  This version of
         this MIB module is part of RFC 4747; see the RFC itself for
         full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 147 }

.1.3.6.1.2.1.147.1
t11vfObjects OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) 1 }

.1.3.6.1.2.1.147.1.1
t11vfCoreSwitchTable OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of core switches supported by the current
         management entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) 1 }

.1.3.6.1.2.1.147.1.1.1
t11vfCoreSwitchEntry OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, t11vfCoreSwitchSwitchName }
  DESCRIPTION	"Each entry represents one core switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfCoreSwitchTable(1) 1 }

.1.3.6.1.2.1.147.1.1.1.1
t11vfCoreSwitchSwitchName OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (8 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Core Switch_Name (WWN) of this Core Switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfCoreSwitchTable(1) t11vfCoreSwitchEntry(1) 1 }

.1.3.6.1.2.1.147.1.1.1.2
t11vfCoreSwitchMaxSupported OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  SYNTAX	Unsigned32 (1..4095) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"In switches that do not support Virtual Fabrics,
         this object has the value of 1.  If Virtual Fabrics
         are supported, this object is the maximum number of
         Virtual Fabrics supported by the Core Switch.  For
         the purpose of this count, the Control VF_ID is
         ignored."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfCoreSwitchTable(1) t11vfCoreSwitchEntry(1) 2 }

.1.3.6.1.2.1.147.1.1.1.3
t11vfCoreSwitchStorageType OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
         Conceptual rows having the value 'permanent' need not
         allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfCoreSwitchTable(1) t11vfCoreSwitchEntry(1) 3 }

.1.3.6.1.2.1.147.1.2
t11vfVirtualSwitchTable OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Virtual Switches.  When one Core Switch
         provides switching functions for multiple Virtual Fabrics,
         that Core Switch is modeled as containing multiple
         Virtual Switches, one for each Virtual Fabric.  This table
         contains one row for every Virtual Switch on every Core
         Switch.  This table augments the basic switch information in
         the fcmSwitchTable Table in the FC-MGMT-MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) 2 }

.1.3.6.1.2.1.147.1.2.1
t11vfVirtualSwitchEntry OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ fcmSwitchEntry }
  DESCRIPTION	"An entry of the Virtual Switch table.  Each row is for a
         Virtual Switch.

         This table augments the fcmSwitchTable, i.e., every entry
         in this table has a one-to-one correspondence with an
         entry in the fcmSwitchTable.  At the time when the
         fcmSwitchTable was defined, it applied to physical
         switches.  With the definition and usage of virtual
         switches, fcmSwitchTable now applies to virtual switches
         as well as physical switches, and (in contrast to physical
         switches) it is appropriate to provide the capability for
         virtual switches to be created via remote management
         applications, e.g., via SNMP.

         So, this entry contains a RowStatus object (to allow the
         creation of a virtual switch), as well as a StorageType
         object.  Obviously, if a row is created/deleted in this
         table, the corresponding row in the fcmSwitchTable will
         be created/deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfVirtualSwitchTable(2) 1 }

.1.3.6.1.2.1.147.1.2.1.1
t11vfVirtualSwitchVfId OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VF_ID of the Virtual Fabric for which this virtual
         switch performs its switching function.  The Control
         VF_ID is implicitly enabled and is not set.
         Communication with the Control VF_ID is required."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfVirtualSwitchTable(2) t11vfVirtualSwitchEntry(1) 1 }

.1.3.6.1.2.1.147.1.2.1.2
t11vfVirtualSwitchCoreSwitchName OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Core Switch_Name (WWN) of the Core Switch that
         contains this Virtual Switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfVirtualSwitchTable(2) t11vfVirtualSwitchEntry(1) 2 }

.1.3.6.1.2.1.147.1.2.1.3
t11vfVirtualSwitchRowStatus OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfVirtualSwitchTable(2) t11vfVirtualSwitchEntry(1) 3 }

.1.3.6.1.2.1.147.1.2.1.4
t11vfVirtualSwitchStorageType OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
         Conceptual rows having the value 'permanent' need not
         allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfVirtualSwitchTable(2) t11vfVirtualSwitchEntry(1) 4 }

.1.3.6.1.2.1.147.1.3
t11vfPortTable OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Port attributes related to Virtual Fabrics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) 3 }

.1.3.6.1.2.1.147.1.3.1
t11vfPortEntry OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ fcmPortEntry }
  DESCRIPTION	"Each entry represents a physical Port on a switch.
         Switches that support Virtual Fabrics would add
         these four additional columns to the fcmPortEntry
         row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfPortTable(3) 1 }

.1.3.6.1.2.1.147.1.3.1.1
t11vfPortVfId OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Port VF_ID assigned to this Port.  The Port VF_ID is the
         default Virtual Fabric that is assigned to untagged frames
         arriving at this Port.  The Control VF_ID is implicitly
         enabled and is not set.  Communication with the Control
         VF_ID is required."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfPortTable(3) t11vfPortEntry(1) 1 }

.1.3.6.1.2.1.147.1.3.1.2
t11vfPortTaggingAdminStatus OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  SYNTAX	INTEGER {off(1), on(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to configure the administrative status
         of Virtual Fabric tagging on this Port.

         SET operation   Description
         --------------  -------------------------------------------
         off(1)          To disable Virtual Fabric tagging on this
                         Port.

         on(2)           To enable Virtual Fabric tagging on this
                         Port if the attached Port doesn't
                         prohibit it.

         auto(3)         To enable Virtual Fabric tagging if the
                         peer requests it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfPortTable(3) t11vfPortEntry(1) 2 }

.1.3.6.1.2.1.147.1.3.1.3
t11vfPortTaggingOperStatus OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  SYNTAX	INTEGER {off(1), on(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is used to report the operational status of
         Virtual Fabric tagging on this Port.

         SET operation   Description
         --------------  -------------------------------------------
         off(1)          Virtual Fabric tagging is disabled on this
                         Port.

         on(2)           Virtual Fabric tagging is enabled on this
                         Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfPortTable(3) t11vfPortEntry(1) 3 }

.1.3.6.1.2.1.147.1.3.1.4
t11vfPortStorageType OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row, and for the
         corresponding row in the augmented fcmPortTable.

         Conceptual rows having the value 'permanent' need not
         allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfPortTable(3) t11vfPortEntry(1) 4 }

.1.3.6.1.2.1.147.1.4
t11vfLocallyEnabledTable OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for assigning and reporting operational status of
         locally-enabled Virtual Fabric IDs to Ports.  The set of
         Virtual Fabrics operational on the Port is the bit-wise
         'AND' of the set of locally-enabled VF_IDs of this Port
         and the locally-enabled VF_IDs of the attached Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) 4 }

.1.3.6.1.2.1.147.1.4.1
t11vfLocallyEnabledEntry OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ t11vfLocallyEnabledPortIfIndex, t11vfLocallyEnabledVfId }
  DESCRIPTION	"An entry for each locally-enabled VF_ID on
         each Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfLocallyEnabledTable(4) 1 }

.1.3.6.1.2.1.147.1.4.1.1
t11vfLocallyEnabledPortIfIndex OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of the ifIndex that identifies the Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfLocallyEnabledTable(4) t11vfLocallyEnabledEntry(1) 1 }

.1.3.6.1.2.1.147.1.4.1.2
t11vfLocallyEnabledVfId OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A locally-enabled VF_ID on this Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfLocallyEnabledTable(4) t11vfLocallyEnabledEntry(1) 2 }

.1.3.6.1.2.1.147.1.4.1.3
t11vfLocallyEnabledOperStatus OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  SYNTAX	INTEGER {off(1), on(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is used to report the operational status of
         Virtual Fabric tagging on this Port.

         SET operation   Description
         --------------  -------------------------------------------
         off(1)          Virtual Fabric tagging is disabled on this
                         Port.

         on(2)           Virtual Fabric tagging is enabled on this
                         Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfLocallyEnabledTable(4) t11vfLocallyEnabledEntry(1) 3 }

.1.3.6.1.2.1.147.1.4.1.4
t11vfLocallyEnabledRowStatus OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

         When a row in this table is in 'active(1)' state,
         no object in that row can be modified except
         t11vfLocallyEnabledRowStatus and
         t11vfLocallyEnabledStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfLocallyEnabledTable(4) t11vfLocallyEnabledEntry(1) 4 }

.1.3.6.1.2.1.147.1.4.1.5
t11vfLocallyEnabledStorageType OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
            Conceptual rows having the value 'permanent' need not
            allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfObjects(1) t11vfLocallyEnabledTable(4) t11vfLocallyEnabledEntry(1) 5 }

.1.3.6.1.2.1.147.2
t11vfConformance OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) 2 }

.1.3.6.1.2.1.147.2.1
t11vfMIBCompliances OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfConformance(2) 1 }

.1.3.6.1.2.1.147.2.1.1
t11vfMIBCompliance MODULE-COMPLIANCE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  DESCRIPTION	"Describes the requirements for compliance to the
        Fibre Channel Virtual Fabric MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfConformance(2) t11vfMIBCompliances(1) 1 }

.1.3.6.1.2.1.147.2.2
t11vfMIBGroups OBJECT-TYPE
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfConformance(2) 2 }

.1.3.6.1.2.1.147.2.2.1
t11vfGeneralGroup OBJECT-GROUP
  -- FROM	T11-FC-VIRTUAL-FABRIC-MIB
  DESCRIPTION	"A collection of objects for monitoring and
         configuring Virtual Fabrics in a Fibre Channel switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcVirtualFabricMIB(147) t11vfConformance(2) t11vfMIBGroups(2) 1 }

.1.3.6.1.2.1.148
sipTC MODULE-IDENTITY
  -- FROM	SIP-TC-MIB
  DESCRIPTION	"Session Initiation Protocol (SIP) MIB TEXTUAL-CONVENTION
        module used by other SIP-related MIB Modules.

        Copyright (C) The IETF Trust (2007).  This version of
        this MIB module is part of RFC 4780; see the RFC itself for
        full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 148 }

.1.3.6.1.2.1.150
sipUAMIB MODULE-IDENTITY
  -- FROM	SIP-UA-MIB
  DESCRIPTION	"Session Initiation Protocol (SIP) User Agent (UA) MIB module.

        SIP is an application-layer signaling protocol for creating,
        modifying, and terminating multimedia sessions with one or more
        participants.  These sessions include Internet multimedia
        conferences and Internet telephone calls.  SIP is defined in
        RFC 3261 (June 2002).

        A User Agent is an application that contains both a User Agent
        Client (UAC) and a User Agent Server (UAS).  A UAC is an
        application that initiates a SIP request.  A UAS is an
        application that contacts the user when a SIP request is
        received and that returns a response on behalf of the user.
        The response accepts, rejects, or redirects the request.

        Copyright (C) The IETF Trust (2007).  This version of
        this MIB module is part of RFC 4780; see the RFC itself for
        full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 150 }

.1.3.6.1.2.1.150.1
sipUAMIBObjects OBJECT-TYPE
  -- FROM	SIP-UA-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) 1 }

.1.3.6.1.2.1.150.1.1
sipUACfgServer OBJECT-TYPE
  -- FROM	SIP-UA-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBObjects(1) 1 }

.1.3.6.1.2.1.150.1.1.1
sipUACfgServerTable OBJECT-TYPE
  -- FROM	SIP-UA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains SIP server configuration objects applicable
        to each SIP user agent in this system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBObjects(1) sipUACfgServer(1) 1 }

.1.3.6.1.2.1.150.1.1.1.1
sipUACfgServerEntry OBJECT-TYPE
  -- FROM	SIP-UA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ applIndex, sipUACfgServerIndex }
  DESCRIPTION	"A row of server configuration.

        Each row represents those objects for a particular SIP user
        agent present in this system.  applIndex is used to uniquely
        identify these instances of SIP user agents and correlate
        them through the common framework of the NETWORK-SERVICES-MIB
        (RFC 2788).  The same value of applIndex used in the
        corresponding SIP-COMMON-MIB is used here."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBObjects(1) sipUACfgServer(1) sipUACfgServerTable(1) 1 }

.1.3.6.1.2.1.150.1.1.1.1.1
sipUACfgServerIndex OBJECT-TYPE
  -- FROM	SIP-UA-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique identifier of a server address when multiple addresses
        are configured by the SIP entity.  If one address isn't
        reachable, then another can be tried."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBObjects(1) sipUACfgServer(1) sipUACfgServerTable(1) sipUACfgServerEntry(1) 1 }

.1.3.6.1.2.1.150.1.1.1.1.2
sipUACfgServerAddressType OBJECT-TYPE
  -- FROM	SIP-UA-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the type of address contained in the
        associated instance of sipUACfgServerAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBObjects(1) sipUACfgServer(1) sipUACfgServerTable(1) sipUACfgServerEntry(1) 2 }

.1.3.6.1.2.1.150.1.1.1.1.3
sipUACfgServerAddress OBJECT-TYPE
  -- FROM	SIP-UA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the address of a SIP server this user
        agent will use to proxy/redirect calls.  The type of this
        address is determined by the value of the
        sipUACfgServerAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBObjects(1) sipUACfgServer(1) sipUACfgServerTable(1) sipUACfgServerEntry(1) 3 }

.1.3.6.1.2.1.150.1.1.1.1.4
sipUACfgServerRole OBJECT-TYPE
  -- FROM	SIP-UA-MIB
  -- TEXTUAL CONVENTION SipTCEntityRole
  SYNTAX	BITS {other(0), userAgent(1), proxyServer(2), redirectServer(3), registrarServer(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object reflects the function of the SIP server this user
        agent should communicate with: registrar, proxy (outbound
        proxy), etc."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBObjects(1) sipUACfgServer(1) sipUACfgServerTable(1) sipUACfgServerEntry(1) 4 }

.1.3.6.1.2.1.150.2
sipUAMIBConformance OBJECT-TYPE
  -- FROM	SIP-UA-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) 2 }

.1.3.6.1.2.1.150.2.1
sipUAMIBCompliances OBJECT-TYPE
  -- FROM	SIP-UA-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBConformance(2) 1 }

.1.3.6.1.2.1.150.2.1.1
sipUACompliance MODULE-COMPLIANCE
  -- FROM	SIP-UA-MIB
  DESCRIPTION	"The compliance statement for SIP entities that implement the
        SIP-UA-MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBConformance(2) sipUAMIBCompliances(1) 1 }

.1.3.6.1.2.1.150.2.2
sipUAMIBGroups OBJECT-TYPE
  -- FROM	SIP-UA-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBConformance(2) 2 }

.1.3.6.1.2.1.150.2.2.1
sipUAConfigGroup OBJECT-GROUP
  -- FROM	SIP-UA-MIB
  DESCRIPTION	"A collection of objects providing information about the
        configuration of SIP User Agents."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) sipUAMIB(150) sipUAMIBConformance(2) sipUAMIBGroups(2) 1 }

.1.3.6.1.2.1.153
spdMIB MODULE-IDENTITY
  -- FROM	IPSEC-SPD-MIB
  DESCRIPTION	"This MIB module defines configuration objects for managing
      IPsec Security Policies.  In general, this MIB can be
      implemented anywhere IPsec security services exist (e.g.,
      bump-in-the-wire, host, gateway, firewall, router, etc.).

      Copyright (C) The IETF Trust (2007).  This version of
      this MIB module is part of RFC 4807; see the RFC itself for
      full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 153 }

.1.3.6.1.2.1.153.1
spdConfigObjects OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) 1 }

.1.3.6.1.2.1.153.1.2
spdEndpointToGroupTable OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table maps policies (groupings) onto an endpoint
         (interface).  A policy group assigned to an endpoint is then
         used to control access to the network traffic passing
         through that endpoint.

         If an endpoint has been configured with a policy group and
         no rule within that policy group matches that packet, the
         default action in this case SHALL be to drop the packet.

         If no policy group has been assigned to an endpoint, then
         the policy group specified by spdIngressPolicyGroupName MUST
         be used on traffic inbound from the network through that
         endpoint, and the policy group specified by
         spdEgressPolicyGroupName MUST be used for traffic outbound
         to the network through that endpoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) 2 }

.1.3.6.1.2.1.153.1.2.1
spdEndpointToGroupEntry OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ spdEndGroupDirection, spdEndGroupInterface }
  DESCRIPTION	"A mapping assigning a policy group to an endpoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdEndpointToGroupTable(2) 1 }

.1.3.6.1.2.1.153.1.2.1.1
spdEndGroupDirection OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION IfDirection
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates which direction of packets crossing
         the interface are associated with which spdEndGroupName
         object.  Ingress packets, or packets into the device match
         when this value is inbound(1).  Egress packets or packets
         out of the device match when this value is outbound(2)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdEndpointToGroupTable(2) spdEndpointToGroupEntry(1) 1 }

.1.3.6.1.2.1.153.1.2.1.2
spdEndGroupInterface OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This value matches the IF-MIB's ifTable's ifIndex column
         and indicates the interface associated with a given
         endpoint.  This object can be used to uniquely identify an
         endpoint that a set of policy groups are applied to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdEndpointToGroupTable(2) spdEndpointToGroupEntry(1) 2 }

.1.3.6.1.2.1.153.1.2.1.3
spdEndGroupName OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The policy group name to apply at this endpoint.  The
         value of the spdEndGroupName object is then used as an
         index into the spdGroupContentsTable to come up with a list
         of rules that MUST be applied at this endpoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdEndpointToGroupTable(2) spdEndpointToGroupEntry(1) 3 }

.1.3.6.1.2.1.153.1.2.1.4
spdEndGroupLastChanged OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified
         or created either through SNMP SETs or by some other
         external means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdEndpointToGroupTable(2) spdEndpointToGroupEntry(1) 4 }

.1.3.6.1.2.1.153.1.2.1.5
spdEndGroupStorageType OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table that
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdEndpointToGroupTable(2) spdEndpointToGroupEntry(1) 5 }

.1.3.6.1.2.1.153.1.2.1.6
spdEndGroupRowStatus OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         This object is considered 'notReady' and MUST NOT be set to
         active until one or more active rows exist within the
         spdGroupContentsTable for the group referenced by the
         spdEndGroupName object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdEndpointToGroupTable(2) spdEndpointToGroupEntry(1) 6 }

.1.3.6.1.2.1.153.1.3
spdGroupContentsTable OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains a list of rules and/or subgroups
         contained within a given policy group.  For a given value
         of spdGroupContName, the set of rows sharing that value
         forms a 'group'.  The rows in a group MUST be processed
         according to the value of the spdGroupContPriority object
         in each row.  The processing MUST be executed starting with
         the lowest value of spdGroupContPriority and in ascending
         order thereafter.

         If an action is executed as the result of the processing of
         a row in a group, the processing of further rows in that
         group MUST stop.  Iterating to the next policy group row by
         finding the next largest spdGroupContPriority object SHALL
         only be done if no actions were run while processing the
         current row for a given packet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) 3 }

.1.3.6.1.2.1.153.1.3.1
spdGroupContentsEntry OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ spdGroupContName, spdGroupContPriority }
  DESCRIPTION	"Defines a given sub-component within a policy group.  A
         sub-component is either a rule or another group as
         indicated by spdGroupContComponentType and referenced by
         spdGroupContComponentName."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdGroupContentsTable(3) 1 }

.1.3.6.1.2.1.153.1.3.1.1
spdGroupContName OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The administrative name of the group associated with this
        row.  A 'group' is formed by all the rows in this table that
        have the same value of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdGroupContentsTable(3) spdGroupContentsEntry(1) 1 }

.1.3.6.1.2.1.153.1.3.1.2
spdGroupContPriority OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The priority (sequence number) of the sub-component in
         a group that this row represents.  This value indicates
         the order that each row of this table MUST be processed
         from low to high.  For example, a row with a priority of 0
         is processed before a row with a priority of 1, a 1 before
         a 2, etc."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdGroupContentsTable(3) spdGroupContentsEntry(1) 2 }

.1.3.6.1.2.1.153.1.3.1.3
spdGroupContFilter OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION VariablePointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"spdGroupContFilter points to a filter that is evaluated
         to determine whether the spdGroupContComponentName within
         this row is exercised.  Managers can use this object to
         classify groups of rules, or subgroups, together in order to
         achieve a greater degree of control and optimization over
         the execution order of the items within the group.  If the
         filter evaluates to false, the rule or subgroup will be
         skipped and the next rule or subgroup will be evaluated
         instead.  This value can be used to indicate a scalar or
         row in a table.  When indicating a row in a table, this
         value MUST point to the first column instance in that row.

         An example usage of this object would be to limit a
         group of rules to executing only when the IP packet
         being processed is designated to be processed by IKE.
         This effectively creates a group of IKE-specific rules.

         The following tables and scalars can be pointed to by this
         column.  All but diffServMultiFieldClfrTable are defined in
         this MIB:

                diffServMultiFieldClfrTable
                spdIpOffsetFilterTable
                spdTimeFilterTable
                spdCompoundFilterTable
                spdTrueFilter
                spdIpsoHeaderFilterTable

         Implementations MAY choose to provide support for other
         filter tables or scalars.

         If this column is set to a VariablePointer value, which
         references a non-existent row in an otherwise supported
         table, the inconsistentName exception MUST be returned.  If
         the table or scalar pointed to by the VariablePointer is
         not supported at all, then an inconsistentValue exception
         MUST be returned.

         If, during packet processing, a row in this table is applied
         to a packet and the value of this column in that row
         references a non-existent or non-supported object, the
         packet MUST be dropped."
  DEFVAL	{ spdTrueFilterInstance }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdGroupContentsTable(3) spdGroupContentsEntry(1) 3 }

.1.3.6.1.2.1.153.1.3.1.4
spdGroupContComponentType OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  SYNTAX	INTEGER {group(1), rule(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether the spdGroupContComponentName object
         is the name of another group defined within the
         spdGroupContentsTable or is the name of a rule defined
         within the spdRuleDefinitionTable."
  DEFVAL	{ rule }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdGroupContentsTable(3) spdGroupContentsEntry(1) 4 }

.1.3.6.1.2.1.153.1.3.1.5
spdGroupContComponentName OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of the policy rule or subgroup contained within
         this row, as indicated by the spdGroupContComponentType
         object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdGroupContentsTable(3) spdGroupContentsEntry(1) 5 }

.1.3.6.1.2.1.153.1.3.1.6
spdGroupContLastChanged OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified
         or created either through SNMP SETs or by some other
         external means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem,
         this object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdGroupContentsTable(3) spdGroupContentsEntry(1) 6 }

.1.3.6.1.2.1.153.1.3.1.7
spdGroupContStorageType OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table that
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdGroupContentsTable(3) spdGroupContentsEntry(1) 7 }

.1.3.6.1.2.1.153.1.3.1.8
spdGroupContRowStatus OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         This object MUST NOT be set to active until the row to
         which the spdGroupContComponentName points to exists and is
         active.

         If active, this object MUST remain active unless one of the
         following two conditions are met:

         I.  No active row in spdEndpointToGroupTable exists that
             references this row's group (i.e., indicate this row's
             spdGroupContName).

         II. Or at least one other active row in this table has a
             matching spdGroupContName.

         If neither condition is met, an attempt to set this row to
         something other than active MUST result in an
         inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdGroupContentsTable(3) spdGroupContentsEntry(1) 8 }

.1.3.6.1.2.1.153.1.4
spdRuleDefinitionTable OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines a rule by associating a filter
         or a set of filters to an action to be executed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) 4 }

.1.3.6.1.2.1.153.1.4.1
spdRuleDefinitionEntry OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ spdRuleDefName }
  DESCRIPTION	"A row defining a particular rule definition.  A rule
         definition binds a filter pointer to an action pointer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) 1 }

.1.3.6.1.2.1.153.1.4.1.1
spdRuleDefName OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"spdRuleDefName is the administratively assigned name of
         the rule referred to by the spdGroupContComponentName
         object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) spdRuleDefinitionEntry(1) 1 }

.1.3.6.1.2.1.153.1.4.1.2
spdRuleDefDescription OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A user defined string.  This field MAY be used for
         administrative tracking purposes."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) spdRuleDefinitionEntry(1) 2 }

.1.3.6.1.2.1.153.1.4.1.3
spdRuleDefFilter OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION VariablePointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"spdRuleDefFilter points to a filter that is used to
         evaluate whether the action associated with this row is
         executed or not.  The action will only execute if the
         filter referenced by this object evaluates to TRUE after
         first applying any negation required by the
         spdRuleDefFilterNegated object.

         The following tables and scalars can be pointed to by this
         column.  All but diffServMultiFieldClfrTable are defined in
         this MIB.  Implementations MAY choose to provide support
         for other filter tables or scalars as well:

                diffServMultiFieldClfrTable
                spdIpOffsetFilterTable
                spdTimeFilterTable
                spdCompoundFilterTable
                spdTrueFilter

         If this column is set to a VariablePointer value, which
         references a non-existent row in an otherwise supported
         table, the inconsistentName exception MUST be returned.  If
         the table or scalar pointed to by the VariablePointer is
         not supported at all, then an inconsistentValue exception
         MUST be returned.

         If, during packet processing, this column has a value that
         references a non-existent or non-supported object, the
         packet MUST be dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) spdRuleDefinitionEntry(1) 3 }

.1.3.6.1.2.1.153.1.4.1.4
spdRuleDefFilterNegated OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"spdRuleDefFilterNegated specifies whether or not the results of
         the filter referenced by the spdRuleDefFilter object is
         negated."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) spdRuleDefinitionEntry(1) 4 }

.1.3.6.1.2.1.153.1.4.1.5
spdRuleDefAction OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION VariablePointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This column points to the action to be taken.  It MAY,
         but is not limited to, point to a row in one of the
         following tables:

            spdCompoundActionTable
            ipsaSaPreconfiguredActionTable
            ipiaIkeActionTable
            ipiaIpsecActionTable

         It MAY also point to one of the scalar objects beneath
         spdStaticActions.

         If this object is set to a pointer to a row in an
         unsupported (or unknown) table, an inconsistentValue
         error MUST be returned.

         If this object is set to point to a non-existent row in an
         otherwise supported table, an inconsistentName error MUST
         be returned.

         If, during packet processing, this column has a value that
         references a non-existent or non-supported object, the
         packet MUST be dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) spdRuleDefinitionEntry(1) 5 }

.1.3.6.1.2.1.153.1.4.1.6
spdRuleDefAdminStatus OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION SpdAdminStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether the current rule definition is considered
         active.  If the value is enabled, the rule MUST be evaluated
         when processing packets.  If the value is disabled, the
         packet processing MUST continue as if this rule's filter
         had effectively failed."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) spdRuleDefinitionEntry(1) 6 }

.1.3.6.1.2.1.153.1.4.1.7
spdRuleDefLastChanged OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified
         or created either through SNMP SETs or by some other
         external means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) spdRuleDefinitionEntry(1) 7 }

.1.3.6.1.2.1.153.1.4.1.8
spdRuleDefStorageType OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table that
         were created through an external process MAY have a
         storage type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) spdRuleDefinitionEntry(1) 8 }

.1.3.6.1.2.1.153.1.4.1.9
spdRuleDefRowStatus OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         This object MUST NOT be set to active until the containing
         conditions, filters, and actions have been defined.  Once
         active, it MUST remain active until no active
         policyGroupContents entries are referencing it.  A failed
         attempt to do so MUST return an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdRuleDefinitionTable(4) spdRuleDefinitionEntry(1) 9 }

.1.3.6.1.2.1.153.1.7
spdStaticFilters OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) 7 }

.1.3.6.1.2.1.153.1.7.1
spdTrueFilter OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  SYNTAX	Integer32 (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This scalar indicates a (automatic) true result for
             a filter.  That is, this is a filter that is always
             true; it is useful for adding as a default filter for a
             default action or a set of actions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdStaticFilters(7) 1 }

.1.3.6.1.2.1.153.1.7.1.0
spdTrueFilterInstance OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdStaticFilters(7) spdTrueFilter(1) 0 }

.1.3.6.1.2.1.153.1.11
spdCompoundActionTable OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table used to allow multiple actions to be associated
         with a rule.  It uses the spdSubactionsTable to do this.
         The rows from spdSubactionsTable that are partially indexed
         by spdCompActName form the set of compound actions to be
         performed.  The spdCompActExecutionStrategy column in this
         table indicates how those actions are processed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) 11 }

.1.3.6.1.2.1.153.1.11.1
spdCompoundActionEntry OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ spdCompActName }
  DESCRIPTION	"A row in the spdCompoundActionTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdCompoundActionTable(11) 1 }

.1.3.6.1.2.1.153.1.11.1.1
spdCompActName OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is an administratively assigned name of this
         compound action."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdCompoundActionTable(11) spdCompoundActionEntry(1) 1 }

.1.3.6.1.2.1.153.1.11.1.2
spdCompActExecutionStrategy OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  SYNTAX	INTEGER {doAll(1), doUntilSuccess(2), doUntilFailure(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates how the sub-actions are executed
         based on the success of the actions as they finish
         executing.

         doAll           - run each sub-action regardless of the
                           exit status of the previous action.
                           This parent action is always
                           considered to have acted successfully.

         doUntilSuccess  - run each sub-action until one succeeds,
                           at which point stop processing the
                           sub-actions within this parent
                           compound action.  If one of the
                           sub-actions did execute successfully,
                           this parent action is also considered
                           to have executed successfully.

         doUntilFailure  - run each sub-action until one fails,
                           at which point stop processing the
                           sub-actions within this compound
                           action.  If any sub-action fails, the
                           result of this parent action is
                           considered to have failed."
  DEFVAL	{ doUntilSuccess }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdCompoundActionTable(11) spdCompoundActionEntry(1) 2 }

.1.3.6.1.2.1.153.1.11.1.3
spdCompActLastChanged OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified
         or created either through SNMP SETs or by some other
         external means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdCompoundActionTable(11) spdCompoundActionEntry(1) 3 }

.1.3.6.1.2.1.153.1.11.1.4
spdCompActStorageType OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table that
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdCompoundActionTable(11) spdCompoundActionEntry(1) 4 }

.1.3.6.1.2.1.153.1.11.1.5
spdCompActRowStatus OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         Once a row in the spdCompoundActionTable has been made
         active, this object MUST NOT be set to destroy without
         first destroying all the contained rows listed in the
         spdSubactionsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdCompoundActionTable(11) spdCompoundActionEntry(1) 5 }

.1.3.6.1.2.1.153.1.12
spdSubactionsTable OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains a list of the sub-actions within a
         given compound action.  Compound actions executing these
         actions MUST execute them in series based on the
         spdSubActPriority value, with the lowest value executing
         first."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) 12 }

.1.3.6.1.2.1.153.1.12.1
spdSubactionsEntry OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ spdCompActName, spdSubActPriority }
  DESCRIPTION	"A row containing a reference to a given compound-action
         sub-action."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdSubactionsTable(12) 1 }

.1.3.6.1.2.1.153.1.12.1.1
spdSubActPriority OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The priority of a given sub-action within a compound
         action.  The order in which sub-actions MUST be executed
         are based on the value from this column, with the lowest
         numeric value executing first (i.e., priority 0 before
         priority 1, 1 before 2, etc.)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdSubactionsTable(12) spdSubactionsEntry(1) 1 }

.1.3.6.1.2.1.153.1.12.1.2
spdSubActSubActionName OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION VariablePointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This column points to the action to be taken.  It MAY,
         but is not limited to, point to a row in one of the
         following tables:

            spdCompoundActionTable         - Allowing recursion
            ipsaSaPreconfiguredActionTable
            ipiaIkeActionTable
            ipiaIpsecActionTable

         It MAY also point to one of the scalar objects beneath
         spdStaticActions.

         If this object is set to a pointer to a row in an
         unsupported (or unknown) table, an inconsistentValue
         error MUST be returned.

         If this object is set to point to a non-existent row in
         an otherwise supported table, an inconsistentName error
         MUST be returned.

         If, during packet processing, this column has a value that
         references a non-existent or non-supported object, the
         packet MUST be dropped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdSubactionsTable(12) spdSubactionsEntry(1) 2 }

.1.3.6.1.2.1.153.1.12.1.3
spdSubActLastChanged OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified
         or created either through SNMP SETs or by some other
         external means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdSubactionsTable(12) spdSubactionsEntry(1) 3 }

.1.3.6.1.2.1.153.1.12.1.4
spdSubActStorageType OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table that
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdSubactionsTable(12) spdSubactionsEntry(1) 4 }

.1.3.6.1.2.1.153.1.12.1.5
spdSubActRowStatus OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active unless one of the
         following two conditions are met.  An attempt to set it to
         anything other than active while the following conditions
         are not met MUST result in an inconsistentValue error.  The
         two conditions are:

         I.  No active row in the spdCompoundActionTable exists
             which has a matching spdCompActName.

         II. Or, at least one other active row in this table has a
             matching spdCompActName."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdConfigObjects(1) spdSubactionsTable(12) spdSubactionsEntry(1) 5 }

.1.3.6.1.2.1.153.2
spdNotificationObjects OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) 2 }

.1.3.6.1.2.1.153.4
spdActions OBJECT-TYPE
  -- FROM	IPSEC-SPD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) 4 }

.1.3.6.1.2.1.153.4.1
ipsaMIB MODULE-IDENTITY
  -- FROM	IPSEC-IPSECACTION-MIB
  DESCRIPTION	"The MIB module defines IPsec actions for managing IPsec
      Security Policy.

      Copyright (C) The Internet Society (2006). This version of
      this MIB module is part of RFC XXXX, see the RFC itself for
      full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) 1 }

.1.3.6.1.2.1.153.4.1.1
ipsaConfigObjects OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) 1 }

.1.3.6.1.2.1.153.4.1.1.1
ipsaSaPreconfiguredActionTable OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is a list of non-negotiated IPsec actions (SAs)
         that can be performed and contains or indicates the data
         necessary to create such an SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) 1 }

.1.3.6.1.2.1.153.4.1.1.1.1
ipsaSaPreconfiguredActionEntry OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipsaSaPreActActionName, ipsaSaPreActSADirection }
  DESCRIPTION	"One entry in the ipsaSaPreconfiguredActionTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) 1 }

.1.3.6.1.2.1.153.4.1.1.1.1.1
ipsaSaPreActActionName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object contains the name of this
         SaPreconfiguredActionEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 1 }

.1.3.6.1.2.1.153.4.1.1.1.1.2
ipsaSaPreActSADirection OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION IfDirection
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates whether a row applies to egress
         or ingress SAs"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 2 }

.1.3.6.1.2.1.153.4.1.1.1.1.3
ipsaSaPreActActionDescription OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An administratively assigned string which can be used
         to describe what the action does."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 3 }

.1.3.6.1.2.1.153.4.1.1.1.1.4
ipsaSaPreActActionLifetimeSec OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaSaPreActActionLifetimeSec specifies how long in seconds
         the security association derived from this action is used.
         The default lifetime is 8 hours.

         Note: the actual lifetime of the preconfigured SA will be
         the lesser of the value of this object and of the value of
         the MaxLifetimeSecs property of the associated transform.

         A value of 0 indicates no time limit on the lifetime
         of the SA."
  DEFVAL	{ 28800 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 4 }

.1.3.6.1.2.1.153.4.1.1.1.1.5
ipsaSaPreActActionLifetimeKB OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaSaPreActActionLifetimeKB specifies how long the
         security association derived from this action is used.
         After this value in KiloBytes has passed through the
         security association, this SA SHOULD be destroyed.

         Note: the actual lifetime of the preconfigured SA will be
         the lesser of the value of this object and of the value of
         the MaxLifetimeKB property of the associated transform.

         The default value, '0', indicates no kilobyte limit."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 5 }

.1.3.6.1.2.1.153.4.1.1.1.1.6
ipsaSaPreActDoActionLogging OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaSaPreActDoActionLogging specifies whether or not an
         audit message SHOULD be logged when a preconfigured SA is
         created."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 6 }

.1.3.6.1.2.1.153.4.1.1.1.1.7
ipsaSaPreActDoPacketLogging OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SpdIPPacketLogging
  SYNTAX	Integer32 (-1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaSaPreActDoPacketLogging specifies whether or not an
         audit message SHOULD be logged and if there is logging, how
         many bytes of the packet to place in the notification."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 7 }

.1.3.6.1.2.1.153.4.1.1.1.1.8
ipsaSaPreActDFHandling OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	INTEGER {copy(1), set(2), clear(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies how to process the DF bit in packets
         sent through the preconfigured SA.  This object is not used
         for transport SAs."
  DEFVAL	{ copy }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 8 }

.1.3.6.1.2.1.153.4.1.1.1.1.9
ipsaSaPreActActionType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION IpsecDoiEncapsulationMode
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the encapsulation mode to use for the
         preconfigured SA: tunnel or transport mode."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 9 }

.1.3.6.1.2.1.153.4.1.1.1.1.10
ipsaSaPreActAHSPI OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the SPI value for the AH SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 10 }

.1.3.6.1.2.1.153.4.1.1.1.1.11
ipsaSaPreActAHTransformName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is the name of the AH transform to use as an
         index into the AHTransformTable.  A zero length value
         indicates no transform of this type is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 11 }

.1.3.6.1.2.1.153.4.1.1.1.1.12
ipsaSaPreActAHSharedSecretName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains a name value to be used as an index
         into the ipsaCredentialTable which holds the pertinent
         keying information for the AH SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 12 }

.1.3.6.1.2.1.153.4.1.1.1.1.13
ipsaSaPreActESPSPI OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the SPI value for the ESP SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 13 }

.1.3.6.1.2.1.153.4.1.1.1.1.14
ipsaSaPreActESPTransformName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is the name of the ESP transform to use as an
         index into the ESPTransformTable.  A zero length value
         indicates no transform of this type is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 14 }

.1.3.6.1.2.1.153.4.1.1.1.1.15
ipsaSaPreActESPEncSecretName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains a name value to be used as an index
         into the ipsaCredentialTable which holds the pertinent
         keying information for the encryption algorithm of the ESP
         SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 15 }

.1.3.6.1.2.1.153.4.1.1.1.1.16
ipsaSaPreActESPAuthSecretName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains a name value to be used as an index
         into the ipsaCredentialTable which holds the pertinent
         keying information for the authentication algorithm of the
         ESP SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 16 }

.1.3.6.1.2.1.153.4.1.1.1.1.17
ipsaSaPreActIPCompSPI OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the SPI value for the IPComp SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 17 }

.1.3.6.1.2.1.153.4.1.1.1.1.18
ipsaSaPreActIPCompTransformName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is the name of the IPComp transform to use as
         an index into the IPCompTransformTable.  A zero length
         value indicates no transform of this type is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 18 }

.1.3.6.1.2.1.153.4.1.1.1.1.19
ipsaSaPreActPeerGatewayIdName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the peer id name of the peer
         gateway.  This object can be used to look up the peer
         gateway address in the ipsaPeerIdentityTable.

         This object is only used when initiating a tunnel SA, and
         is not used for transport SAs.  If ipsaSaPreActActionType
         specifies tunnel mode and this object is empty, the peer
         gateway is determined from the source or destination of the
         packet."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 19 }

.1.3.6.1.2.1.153.4.1.1.1.1.20
ipsaSaPreActLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 20 }

.1.3.6.1.2.1.153.4.1.1.1.1.21
ipsaSaPreActStorageType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 21 }

.1.3.6.1.2.1.153.4.1.1.1.1.22
ipsaSaPreActRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaSaPreconfiguredActionTable(1) ipsaSaPreconfiguredActionEntry(1) 22 }

.1.3.6.1.2.1.153.4.1.1.2
ipsaAhTransformTable OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists all the AH transforms which can be used to
         build IPsec proposals."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) 2 }

.1.3.6.1.2.1.153.4.1.1.2.1
ipsaAhTransformEntry OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipsaAhTranName }
  DESCRIPTION	"This entry contains the attributes of one AH transform."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) 1 }

.1.3.6.1.2.1.153.4.1.1.2.1.1
ipsaAhTranName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object contains the name of this AH transform.  This
        row
         will be referred to by an ipsaIpsecTransformsEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) ipsaAhTransformEntry(1) 1 }

.1.3.6.1.2.1.153.4.1.1.2.1.2
ipsaAhTranMaxLifetimeSec OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaAhTranMaxLifetimeSec specifies how long in seconds the
         security association derived from this transform SHOULD be
         used.

         A value of 0 indicates that the default lifetime of
         8 hours SHOULD be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) ipsaAhTransformEntry(1) 2 }

.1.3.6.1.2.1.153.4.1.1.2.1.3
ipsaAhTranMaxLifetimeKB OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaAhTranMaxLifetimeKB specifies how long in kilobytes the
         security association derived from this transform SHOULD be
         used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) ipsaAhTransformEntry(1) 3 }

.1.3.6.1.2.1.153.4.1.1.2.1.4
ipsaAhTranAlgorithm OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION IpsecDoiAuthAlgorithm
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the AH algorithm for this transform."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) ipsaAhTransformEntry(1) 4 }

.1.3.6.1.2.1.153.4.1.1.2.1.5
ipsaAhTranReplayProtection OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaAhTranReplayProtection indicates whether or not anti
         replay service is to be provided by this SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) ipsaAhTransformEntry(1) 5 }

.1.3.6.1.2.1.153.4.1.1.2.1.6
ipsaAhTranReplayWindowSize OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaAhTranReplayWindowSize indicates the size, in bits, of
         the replay window to use if replay protection is true for
         this transform.  The window size is assumed to be a power
         of two.  If Replay Protection is false, this value can be
         ignored."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) ipsaAhTransformEntry(1) 6 }

.1.3.6.1.2.1.153.4.1.1.2.1.7
ipsaAhTranLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) ipsaAhTransformEntry(1) 7 }

.1.3.6.1.2.1.153.4.1.1.2.1.8
ipsaAhTranStorageType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) ipsaAhTransformEntry(1) 8 }

.1.3.6.1.2.1.153.4.1.1.2.1.9
ipsaAhTranRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaAhTransformTable(2) ipsaAhTransformEntry(1) 9 }

.1.3.6.1.2.1.153.4.1.1.3
ipsaEspTransformTable OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists all the ESP transforms which can be used
         to build IPsec proposals"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) 3 }

.1.3.6.1.2.1.153.4.1.1.3.1
ipsaEspTransformEntry OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipsaEspTranName }
  DESCRIPTION	"This entry contains the attributes of one ESP transform."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) 1 }

.1.3.6.1.2.1.153.4.1.1.3.1.1
ipsaEspTranName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of this particular espTransform be referred to by
         an ipsaIpsecTransformsEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 1 }

.1.3.6.1.2.1.153.4.1.1.3.1.2
ipsaEspTranMaxLifetimeSec OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaEspTranMaxLifetimeSec specifies how long in seconds the
         security association derived from this transform SHOULD be
         used.

         A value of 0 indicates that the default lifetime of
         8 hours SHOULD be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 2 }

.1.3.6.1.2.1.153.4.1.1.3.1.3
ipsaEspTranMaxLifetimeKB OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaEspTranMaxLifetimeKB specifies how long in kilobytes
         the security association derived from this transform is
         used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 3 }

.1.3.6.1.2.1.153.4.1.1.3.1.4
ipsaEspTranCipherTransformId OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION IpsecDoiEspTransform
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the transform ID of the ESP cipher
         algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 4 }

.1.3.6.1.2.1.153.4.1.1.3.1.5
ipsaEspTranCipherKeyLength OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies, in bits, the key length for
         the ESP cipher algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 5 }

.1.3.6.1.2.1.153.4.1.1.3.1.6
ipsaEspTranCipherKeyRounds OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the number of key rounds for
         the ESP cipher algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 6 }

.1.3.6.1.2.1.153.4.1.1.3.1.7
ipsaEspTranIntegrityAlgorithmId OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION IpsecDoiAuthAlgorithm
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the ESP integrity algorithm ID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 7 }

.1.3.6.1.2.1.153.4.1.1.3.1.8
ipsaEspTranReplayPrevention OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaEspTranReplayPrevention indicates whether or not
         anti-replay service is to be provided by this SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 8 }

.1.3.6.1.2.1.153.4.1.1.3.1.9
ipsaEspTranReplayWindowSize OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaEspTranReplayWindowSize indicates the size, in bits, of
         the replay window to use if replay protection is true for
         this transform.  The window size is assumed to be a power
         of two.  If Replay Protection is false, this value can be
         ignored."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 9 }

.1.3.6.1.2.1.153.4.1.1.3.1.10
ipsaEspTranLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 10 }

.1.3.6.1.2.1.153.4.1.1.3.1.11
ipsaEspTranStorageType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 11 }

.1.3.6.1.2.1.153.4.1.1.3.1.12
ipsaEspTranRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by a row in another table.  An attempt to set it
         to anything other than active while it is referenced by an
         active row in another table MUST result in an
         inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaEspTransformTable(3) ipsaEspTransformEntry(1) 12 }

.1.3.6.1.2.1.153.4.1.1.4
ipsaIpcompTransformTable OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists all the IP compression transforms which
         can be used to build IPsec proposals during negotiation of
         a phase 2 SA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) 4 }

.1.3.6.1.2.1.153.4.1.1.4.1
ipsaIpcompTransformEntry OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipsaIpcompTranName }
  DESCRIPTION	"This entry contains the attributes of one IP compression
         transform."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) 1 }

.1.3.6.1.2.1.153.4.1.1.4.1.1
ipsaIpcompTranName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of this ipsaIpcompTransformEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) ipsaIpcompTransformEntry(1) 1 }

.1.3.6.1.2.1.153.4.1.1.4.1.2
ipsaIpcompTranMaxLifetimeSec OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaIpcompTranMaxLifetimeSec specifies how long in seconds
         the security association derived from this transform SHOULD
         be used.

         A value of 0 indicates that the default lifetime of
         8 hours SHOULD be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) ipsaIpcompTransformEntry(1) 2 }

.1.3.6.1.2.1.153.4.1.1.4.1.3
ipsaIpcompTranMaxLifetimeKB OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaIpcompTranMaxLifetimeKB specifies how long in kilobytes
         the security association derived from this transform SHOULD
         be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) ipsaIpcompTransformEntry(1) 3 }

.1.3.6.1.2.1.153.4.1.1.4.1.4
ipsaIpcompTranAlgorithm OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION IpsecDoiIpcompTransform
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaIpcompTranAlgorithm specifies the transform ID of the
         IP compression algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) ipsaIpcompTransformEntry(1) 4 }

.1.3.6.1.2.1.153.4.1.1.4.1.5
ipsaIpcompTranDictionarySize OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the algorithm in ipsaIpcompTranAlgorithm requires a
         dictionary size configuration parameter, then this is the
         place to put it.  This object specifies the log2 maximum
         size of the dictionary for the compression algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) ipsaIpcompTransformEntry(1) 5 }

.1.3.6.1.2.1.153.4.1.1.4.1.6
ipsaIpcompTranPrivateAlgorithm OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If ipsaIpcompTranPrivateAlgorithm has a value other zero,
         then it is up to the vendors implementation to determine
         the meaning of this field and substitute a data compression
         algorithm in place of ipsaIpcompTranAlgorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) ipsaIpcompTransformEntry(1) 6 }

.1.3.6.1.2.1.153.4.1.1.4.1.7
ipsaIpcompTranLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) ipsaIpcompTransformEntry(1) 7 }

.1.3.6.1.2.1.153.4.1.1.4.1.8
ipsaIpcompTranStorageType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) ipsaIpcompTransformEntry(1) 8 }

.1.3.6.1.2.1.153.4.1.1.4.1.9
ipsaIpcompTranRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaIpcompTransformTable(4) ipsaIpcompTransformEntry(1) 9 }

.1.3.6.1.2.1.153.4.1.1.5
ipsaCredentialTable OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of credential values.  Example of Credentials are
         shared secrets, certificates or kerberos tickets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) 5 }

.1.3.6.1.2.1.153.4.1.1.5.1
ipsaCredentialEntry OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipsaCredName }
  DESCRIPTION	"A row in the ipsaCredentialTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) 1 }

.1.3.6.1.2.1.153.4.1.1.5.1.1
ipsaCredName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the name for an entry in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 1 }

.1.3.6.1.2.1.153.4.1.1.5.1.2
ipsaCredType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION IpsaCredentialType
  SYNTAX	INTEGER {reserved(0), unknown(1), sharedSecret(2), x509(3), kerberos(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the type of the credential for this
         row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 2 }

.1.3.6.1.2.1.153.4.1.1.5.1.3
ipsaCredCredential OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	OCTET STRING (0..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the credential value.

         If the size of the credential is greater than 1024, the
         credential MUST be configured via the ipsaCredSegmentTable.

         For credential type where the disclosure of the credential
         would compromise the credential (e.g. shared secrets), when
         this object is accessed for reading, it MUST return a null
         length (0 length) string and MUST NOT return the configured
         credential."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 3 }

.1.3.6.1.2.1.153.4.1.1.5.1.4
ipsaCredSize OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value represents the size of the credential.

         If this value is greater than 1024, the ipsaCreCredential
         column will return an empty (0 length) string. In this
         case, the value of the credential is retrived from the
         ipsaCredSegmentTable.

         For credential type where the disclosure of the credential
         would compromise the credential (e.g. shared secrets), when
         this object is accessed for reading, it MUST return a value
         of 0 and MUST NOT return the size credential."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 4 }

.1.3.6.1.2.1.153.4.1.1.5.1.5
ipsaCredMngName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value is used as an index into the
         ipsaIpsecCredMngServiceTable.  For IDs that have no
         credential management service, this value is left blank."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 5 }

.1.3.6.1.2.1.153.4.1.1.5.1.6
ipsaCredRemoteID OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the Identification (e.g. user name)
         of the user of the key information on the remote site.  If
         there is no ID associated with this credential, the value
         of this object SHOULD be the null string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 6 }

.1.3.6.1.2.1.153.4.1.1.5.1.7
ipsaCredAdminStatus OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SpdAdminStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether this credential is considered
         active.  Rows with a disabled status MUST NOT be used for
         any purpose, including IKE or IPSEC processing.

         For credentials whose size does not execeed the maximum
         size for the ipsaCredCredential, it MAY be set to enabled
         during row creation. For larger credentials, it SHOULD be
         left as disabled until all rows have been uploaded to the
         ipsaCredSegmentTable."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 7 }

.1.3.6.1.2.1.153.4.1.1.5.1.8
ipsaCredLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 8 }

.1.3.6.1.2.1.153.4.1.1.5.1.9
ipsaCredStorageType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 9 }

.1.3.6.1.2.1.153.4.1.1.5.1.10
ipsaCredRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialTable(5) ipsaCredentialEntry(1) 10 }

.1.3.6.1.2.1.153.4.1.1.6
ipsaCredentialSegmentTable OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of credential segments.  This table is used for
         credentials which are larger than the maximum size allowed
         for ipsaCredCredential."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) 6 }

.1.3.6.1.2.1.153.4.1.1.6.1
ipsaCredentialSegmentEntry OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipsaCredName, ipsaCredSegIndex }
  DESCRIPTION	"A row in the ipsaCredentialSegmentTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialSegmentTable(6) 1 }

.1.3.6.1.2.1.153.4.1.1.6.1.1
ipsaCredSegIndex OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the segment number for this segment.

         By default, each segment will be 1024 octets. However, when
         this table is accessed using a context of 'ipsa4096',
         'ipsa8192' or 'ipsa16384' a segment size of 4096, 8192 or
         16384 (respectively) will be used instead.

         The number of rows which need to be retrieved or set can be
         calculated by obtaining the value of the ipsaCredSize
         column from the corresponding ipsaCredentialTable row and
         dividing it by the segment size."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialSegmentTable(6) ipsaCredentialSegmentEntry(1) 1 }

.1.3.6.1.2.1.153.4.1.1.6.1.2
ipsaCredSegValue OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents one segment of the credential.

         By default, each complete segment will be 1024 octets. (The
         last row for a given credential might be smaller, if the
         credential size is not a multiple of the segment size).

         An implementation MAY optionally support segment sizes of
         256, 4096, 8192 or the full object size when this table is
         is accessed using a context of 'ipsaCred256',
         'ipsaCred4096', 'ipsaCred8192' or 'ipsaCredFull'
         (respectively).

         The number of rows which need to be retrieved or set can be
         calculated by obtaining the value of the ipsaCredSize
         column from the corresponding ipsaCredentialTable row and
         dividing it by the segment size."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialSegmentTable(6) ipsaCredentialSegmentEntry(1) 2 }

.1.3.6.1.2.1.153.4.1.1.6.1.3
ipsaCredSegLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this credential was last
         modified or created either through SNMP SETs or by some
         other external means. Note that the last changed type will
         be the same for all segemnts of the credential.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialSegmentTable(6) ipsaCredentialSegmentEntry(1) 3 }

.1.3.6.1.2.1.153.4.1.1.6.1.4
ipsaCredSegStorageType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The storage type for this row.  This object is
         read-only. Rows in this table have the same value as the
         ipsaCrendStorageType for the corresponding row in the
         ipsaCredentialTable.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialSegmentTable(6) ipsaCredentialSegmentEntry(1) 4 }

.1.3.6.1.2.1.153.4.1.1.6.1.5
ipsaCredSegRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The segment of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaCredentialSegmentTable(6) ipsaCredentialSegmentEntry(1) 5 }

.1.3.6.1.2.1.153.4.1.1.7
ipsaPeerIdentityTable OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"PeerIdentity is used to represent the identities that are
         used for peers to identify themselves in IKE phase I/II
         negotiations.  PeerIdentityTable aggregates the table
         entries that provide mappings between identities and their
         addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) 7 }

.1.3.6.1.2.1.153.4.1.1.7.1
ipsaPeerIdentityEntry OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipsaPeerIdName, ipsaPeerIdPriority }
  DESCRIPTION	"peerIdentity matches a peer's identity to its address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) 1 }

.1.3.6.1.2.1.153.4.1.1.7.1.1
ipsaPeerIdName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is an administratively assigned value that, together
         with ipsaPeerIdPriority, uniquely identifies an entry in
         this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 1 }

.1.3.6.1.2.1.153.4.1.1.7.1.2
ipsaPeerIdPriority OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object, along with ipsaPeerIdName, uniquely identifies
         an entry in this table.  The priority also indicates the
         ordering of peer gateways from which to initiate or accept
         SAs.  The priority value is ordered from low to high.  For
         example, a row with a priority of 0 is used before a row
         with a priority of 1, a 1 before a 2, etc...."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 2 }

.1.3.6.1.2.1.153.4.1.1.7.1.3
ipsaPeerIdType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION IpsecDoiIdentType
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaPeerIdType is an enumeration identifying the type of the
         Identity value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 3 }

.1.3.6.1.2.1.153.4.1.1.7.1.4
ipsaPeerIdValue OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION IpsaIdentityFilter
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipsaPeerIdValue contains an Identity filter to be used to
         match against the identity payload in an IKE request, or
         blank otherwise.  If this value matches the value in the
         identity payload, the credential for the peer can be found
         using the ipsaPeerIdCredentialName as an index into the
         credential table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 4 }

.1.3.6.1.2.1.153.4.1.1.7.1.5
ipsaPeerIdAddressType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The property ipsaPeerIdAddressType specifies the format of
         the ipsaPeerIdAddress property value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 5 }

.1.3.6.1.2.1.153.4.1.1.7.1.6
ipsaPeerIdAddress OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The property PeerAddress specifies the IP address of the
         peer.  The format is specified by the
         ipsaPeerIdAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 6 }

.1.3.6.1.2.1.153.4.1.1.7.1.7
ipsaPeerIdCredentialName OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value is used as an index into the ipsaCredentialTable
         to look up the actual credential value and other credential
         information.  For peer IDs that have no associated
         credential information, this value is left blank."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 7 }

.1.3.6.1.2.1.153.4.1.1.7.1.8
ipsaPeerIdLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means.

         If this row has not been modified since the last
         re-initialization of the network management subsystem, this
         object SHOULD have a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 8 }

.1.3.6.1.2.1.153.4.1.1.7.1.9
ipsaPeerIdStorageType OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 9 }

.1.3.6.1.2.1.153.4.1.1.7.1.10
ipsaPeerIdRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConfigObjects(1) ipsaPeerIdentityTable(7) ipsaPeerIdentityEntry(1) 10 }

.1.3.6.1.2.1.153.4.1.2
ipsaNotificationObjects OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) 2 }

.1.3.6.1.2.1.153.4.1.2.0
ipsaNotifications OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaNotificationObjects(2) 0 }

.1.3.6.1.2.1.153.4.1.2.1
ipsaNotificationVariables OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaNotificationObjects(2) 1 }

.1.3.6.1.2.1.153.4.1.3
ipsaConformanceObjects OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) 3 }

.1.3.6.1.2.1.153.4.1.3.1
ipsaCompliances OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConformanceObjects(3) 1 }

.1.3.6.1.2.1.153.4.1.3.1.1
ipsaIPsecCompliance MODULE-COMPLIANCE
  -- FROM	IPSEC-IPSECACTION-MIB
  DESCRIPTION	"The compliance statement for SNMP entities that include an
         IPsec MIB implementation and supports IPsec actions.

         There are a number of INDEX objects that cannot be
         represented in the form of OBJECT clauses in SMIv2, but for
         which we have the following compliance requirements,
         expressed in OBJECT clause form in this description clause:

         -- OBJECT ipsaPeerIdAddressType
         -- SYNTAX InetAddressType { ipv4(1), ipv6(2) }
         -- DESCRIPTION
         -- Only support for global IPv4 and IPv6 address
         -- types is required.
         --
         -- OBJECT ipsaPeerIdAddress
         -- SYNTAX InetAddress (SIZE(4|16))
         -- DESCRIPTION
         -- Only support for global IPv4 and IPv6 address
         -- types is required.
         --"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConformanceObjects(3) ipsaCompliances(1) 1 }

.1.3.6.1.2.1.153.4.1.3.2
ipsaGroups OBJECT-TYPE
  -- FROM	IPSEC-IPSECACTION-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConformanceObjects(3) 2 }

.1.3.6.1.2.1.153.4.1.3.2.1
ipsaPreconfiguredGroup OBJECT-GROUP
  -- FROM	IPSEC-IPSECACTION-MIB
  DESCRIPTION	"This group is the set of objects that support preconfigured
         IPsec actions.  These objects are from The Preconfigured
         Action Table.  This group also includes objects from the
         shared tables: Peer Identity Table, Credential Table,
         Credential Management Service Table and the AH, ESP, and
         IPComp Transform Tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConformanceObjects(3) ipsaGroups(2) 1 }

.1.3.6.1.2.1.153.4.1.3.2.2
ipsaSharedGroup OBJECT-GROUP
  -- FROM	IPSEC-IPSECACTION-MIB
  DESCRIPTION	"This group includes objects from tables expected
         to be shared by other modules: Peer Identity Table,
         Credential Table, Credential Management Service Table and
         the AH, ESP, and IPComp Transform Tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipsaMIB(1) ipsaConformanceObjects(3) ipsaGroups(2) 2 }

.1.3.6.1.2.1.153.4.2
ipiaMIB MODULE-IDENTITY
  -- FROM	IPSEC-IKEACTION-MIB
  DESCRIPTION	"The MIB module for defining IKE actions for managing IPsec
      Security Policy.
      Copyright (C) The Internet Society (2006). This version of
      this MIB module is part of RFC YYYY, see the RFC itself for
      full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) 2 }

.1.3.6.1.2.1.153.4.2.1
ipiaConfigObjects OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) 1 }

.1.3.6.1.2.1.153.4.2.1.3
ipiaCredentialFilterTable OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to provide credentials for IKE
         identities.
         It can be used to for filters which are matched to
         credentials of IKE peers, where the credentials in question
         have been obtained from an IKE phase 1 exchange.  They MAY
         be X.509 certificates, Kerberos tickets, etc...

         It can also be used to provide credentials for local IKE
         identities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) 3 }

.1.3.6.1.2.1.153.4.2.1.3.1
ipiaCredentialFilterEntry OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipiaCredFiltName }
  DESCRIPTION	"A row defining a particular credential filter"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaCredentialFilterTable(3) 1 }

.1.3.6.1.2.1.153.4.2.1.3.1.1
ipiaCredFiltName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The administrative name of this filter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaCredentialFilterTable(3) ipiaCredentialFilterEntry(1) 1 }

.1.3.6.1.2.1.153.4.2.1.3.1.2
ipiaCredFiltCredentialType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IpsaCredentialType
  SYNTAX	INTEGER {reserved(0), unknown(1), sharedSecret(2), x509(3), kerberos(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The credential type that is expected for this filter to
         succeed."
  DEFVAL	{ x509 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaCredentialFilterTable(3) ipiaCredentialFilterEntry(1) 2 }

.1.3.6.1.2.1.153.4.2.1.3.1.3
ipiaCredFiltMatchFieldName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The piece of the credential to match against.  Examples:
         serialNumber, signatureAlgorithm, issuerName or
         subjectName.

         For credential types without fields (e.g. shared secret),
         this field SHOULD be left empty, and the entire credential
         will be matched against the ipiaCredFiltMatchFieldValue."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaCredentialFilterTable(3) ipiaCredentialFilterEntry(1) 3 }

.1.3.6.1.2.1.153.4.2.1.3.1.4
ipiaCredFiltMatchFieldValue OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	OCTET STRING (1..4096) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value that the field indicated by the
         ipiaCredFiltMatchFieldName MUST match against for the
         filter to be considered TRUE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaCredentialFilterTable(3) ipiaCredentialFilterEntry(1) 4 }

.1.3.6.1.2.1.153.4.2.1.3.1.5
ipiaCredFiltAcceptCredFrom OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	OCTET STRING (1..117) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value is used to look up a row in the
         ipiaIpsecCredMngServiceTable for the Certificate Authority
         (CA) Information.  This value is empty if there is no CA
         used for this filter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaCredentialFilterTable(3) ipiaCredentialFilterEntry(1) 5 }

.1.3.6.1.2.1.153.4.2.1.3.1.6
ipiaCredFiltLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaCredentialFilterTable(3) ipiaCredentialFilterEntry(1) 6 }

.1.3.6.1.2.1.153.4.2.1.3.1.7
ipiaCredFiltStorageType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaCredentialFilterTable(3) ipiaCredentialFilterEntry(1) 7 }

.1.3.6.1.2.1.153.4.2.1.3.1.8
ipiaCredFiltRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaCredentialFilterTable(3) ipiaCredentialFilterEntry(1) 8 }

.1.3.6.1.2.1.153.4.2.1.6
ipiaIkeActionTable OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ipiaIkeActionTable contains a list of the parameters
         used for an IKE phase 1 SA DOI negotiation.  See the
         corresponding table ipiaIkeActionProposalsTable for a list
         of proposals contained within a given IKE Action."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) 6 }

.1.3.6.1.2.1.153.4.2.1.6.1
ipiaIkeActionEntry OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipiaIkeActName }
  DESCRIPTION	"The ipiaIkeActionEntry lists the IKE negotiation
         attributes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) 1 }

.1.3.6.1.2.1.153.4.2.1.6.1.1
ipiaIkeActName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object contains the name of this ikeAction entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 1 }

.1.3.6.1.2.1.153.4.2.1.6.1.2
ipiaIkeActParametersName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is administratively assigned to reference a row
         in the ipiaSaNegotiationParametersTable where additional
         parameters affecting this action can be found.

         An attempt to set this object to a value that does not
         exist in the ipiaSaNegotiationParametersTable MUST result
         in an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 2 }

.1.3.6.1.2.1.153.4.2.1.6.1.3
ipiaIkeActThresholdDerivedKeys OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipiaIkeActThresholdDerivedKeys specifies what percentage
         of the derived key limit (see the LifetimeDerivedKeys
         property of IKEProposal) can expire before IKE SHOULD
         attempt to renegotiate the IKE phase 1 security
         association."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 3 }

.1.3.6.1.2.1.153.4.2.1.6.1.4
ipiaIkeActExchangeMode OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	INTEGER {main(1), agressive(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipiaIkeActExchangeMode specifies the IKE Phase 1
         negotiation mode."
  DEFVAL	{ main }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 4 }

.1.3.6.1.2.1.153.4.2.1.6.1.5
ipiaIkeActAgressiveModeGroupId OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IkeGroupDescription
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The values to be used for Diffie-Hellman exchange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 5 }

.1.3.6.1.2.1.153.4.2.1.6.1.6
ipiaIkeActIdentityType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IpsecDoiIdentType
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This column along with ipiaIkeActIdentityContext and
         endpoint information is used to refer an
         ipiaIkeIdentityEntry in the ipiaIkeIdentityTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 6 }

.1.3.6.1.2.1.153.4.2.1.6.1.7
ipiaIkeActIdentityContext OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This column, along with ipiaIkeActIdentityType and endpoint
         information, is used to refer to an ipiaIkeIdentityEntry in
         the ipiaIkeIdentityTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 7 }

.1.3.6.1.2.1.153.4.2.1.6.1.8
ipiaIkeActPeerName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the peer id name of the IKE peer.
         This object can be used to look up the peer id value,
         address, credentials and other values in the
         ipiaPeerIdentityTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 8 }

.1.3.6.1.2.1.153.4.2.1.6.1.9
ipiaIkeActDoActionLogging OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ikeDoActionLogging specifies whether or not an audit
         message SHOULD be logged when this ike SA is created."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 9 }

.1.3.6.1.2.1.153.4.2.1.6.1.10
ipiaIkeActDoPacketLogging OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SpdIPPacketLogging
  SYNTAX	Integer32 (-1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ikeDoPacketLogging specifies whether or not an audit
         message SHOULD be logged and if there is logging, how many
         bytes of the packet to place in the notification."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 10 }

.1.3.6.1.2.1.153.4.2.1.6.1.11
ipiaIkeActVendorId OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	OCTET STRING (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vendor ID Payload.  A value of NULL means that Vendor ID
         payload will be neither generated nor accepted.  A non-NULL
         value means that a Vendor ID payload will be generated
         (when acting as an initiator) or is expected (when acting
         as a responder)."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 11 }

.1.3.6.1.2.1.153.4.2.1.6.1.12
ipiaIkeActLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 12 }

.1.3.6.1.2.1.153.4.2.1.6.1.13
ipiaIkeActStorageType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 13 }

.1.3.6.1.2.1.153.4.2.1.6.1.14
ipiaIkeActRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         This object MUST NOT be set to destroy if referred to by
         other rows in other action tables.  An attempt to set it to
         anything other than active while it is referenced by an
         active row in another table MUST result in an
         inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionTable(6) ipiaIkeActionEntry(1) 14 }

.1.3.6.1.2.1.153.4.2.1.7
ipiaIpsecActionTable OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ipiaIpsecActionTable contains a list of the parameters
         used for an IKE phase 2 IPsec DOI negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) 7 }

.1.3.6.1.2.1.153.4.2.1.7.1
ipiaIpsecActionEntry OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipiaIpsecActName }
  DESCRIPTION	"The ipiaIpsecActionEntry lists the IPsec negotiation
         attributes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) 1 }

.1.3.6.1.2.1.153.4.2.1.7.1.1
ipiaIpsecActName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ipiaIpsecActName is the name of the ipsecAction entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 1 }

.1.3.6.1.2.1.153.4.2.1.7.1.2
ipiaIpsecActParametersName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to reference a row in the
         ipiaSaNegotiationParametersTable where additional
         parameters affecting this action can be found.

         An attempt to set this column to a value that does not
         exist in the ipiaSaNegotiationParametersTable MUST result
         in an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 2 }

.1.3.6.1.2.1.153.4.2.1.7.1.3
ipiaIpsecActProposalsName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to reference one or more rows in the
         ipiaIpsecProposalsTable where an ordered list of proposals
         affecting this action can be found.

         An attempt to set this column to a value that does not
         exist in the ipiaIpsecProposalsTable MUST result in an
         inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 3 }

.1.3.6.1.2.1.153.4.2.1.7.1.4
ipiaIpsecActUsePfs OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This MIB object specifies whether or not perfect forward
         secrecy is used when refreshing keys.  A value of true
         indicates that PFS SHOULD be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 4 }

.1.3.6.1.2.1.153.4.2.1.7.1.5
ipiaIpsecActVendorId OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VendorID property is used to identify vendor-defined
         key exchange GroupIDs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 5 }

.1.3.6.1.2.1.153.4.2.1.7.1.6
ipiaIpsecActGroupId OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IkeGroupDescription
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the Diffie-Hellman group to use for
         phase 2 when the object ipiaIpsecActUsePfs is true and the
         object ipiaIpsecActUseIkeGroup is false.  If the GroupID
         number is from the vendor-specific range (32768-65535), the
         VendorID qualifies the group number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 6 }

.1.3.6.1.2.1.153.4.2.1.7.1.7
ipiaIpsecActPeerGatewayIdName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	OCTET STRING (0..116) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the peer id name of the peer
         gateway.  This object can be used to look up the peer id
         value, address and other values in the
         ipiaPeerIdentityTable.  This object is used when initiating
         a tunnel SA.  This object is not used for transport SAs.
         If no value is set and ipiaIpsecActMode is tunnel, the peer
         gateway is determined from the source or destination
         address of the packet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 7 }

.1.3.6.1.2.1.153.4.2.1.7.1.8
ipiaIpsecActUseIkeGroup OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies whether or not to use the same
         GroupId for phase 2 as was used in phase 1.  If UsePFS is
         false, this entry SHOULD be ignored."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 8 }

.1.3.6.1.2.1.153.4.2.1.7.1.9
ipiaIpsecActGranularity OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	INTEGER {subnet(1), address(2), protocol(3), port(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies how the proposed selector for the
         security association will be created.  The selector is
         created by using the FilterList information.  The selector
         can be subnet, address, porotocol, or port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 9 }

.1.3.6.1.2.1.153.4.2.1.7.1.10
ipiaIpsecActMode OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	INTEGER {tunnel(1), transport(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the encapsulation of the IPsec SA
         to be negotiated."
  DEFVAL	{ tunnel }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 10 }

.1.3.6.1.2.1.153.4.2.1.7.1.11
ipiaIpsecActDFHandling OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	INTEGER {copy(1), set(2), clear(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the processing of DF bit by the
         negotiated IPsec tunnel.
         1 - DF bit is copied.
         2 - DF bit is set.
         3 - DF bit is cleared."
  DEFVAL	{ copy }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 11 }

.1.3.6.1.2.1.153.4.2.1.7.1.12
ipiaIpsecActDoActionLogging OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipiaIpsecActDoActionLogging specifies whether or not an
         audit message SHOULD be logged when this ipsec SA is
         created."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 12 }

.1.3.6.1.2.1.153.4.2.1.7.1.13
ipiaIpsecActDoPacketLogging OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SpdIPPacketLogging
  SYNTAX	Integer32 (-1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipiaIpsecActDoPacketLogging specifies whether or not an
         audit message SHOULD be logged and if there is logging, how
         many bytes of the packet to place in the notification."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 13 }

.1.3.6.1.2.1.153.4.2.1.7.1.14
ipiaIpsecActLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 14 }

.1.3.6.1.2.1.153.4.2.1.7.1.15
ipiaIpsecActStorageType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 15 }

.1.3.6.1.2.1.153.4.2.1.7.1.16
ipiaIpsecActRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecActionTable(7) ipiaIpsecActionEntry(1) 16 }

.1.3.6.1.2.1.153.4.2.1.9
ipiaIkeActionProposalsTable OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains a list of all ike proposal names found
         within a given IKE Action."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) 9 }

.1.3.6.1.2.1.153.4.2.1.9.1
ipiaIkeActionProposalsEntry OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipiaIkeActName, ipiaIkeActPropPriority }
  DESCRIPTION	"a row containing one ike proposal reference"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionProposalsTable(9) 1 }

.1.3.6.1.2.1.153.4.2.1.9.1.1
ipiaIkeActPropPriority OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The numeric priority of a given contained proposal inside
         an ike Action.  This index SHOULD be used to order the
         proposals in an IKE Phase I negotiation, lowest value first
         (i.e. 0 first, then 1,2,etc...)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionProposalsTable(9) ipiaIkeActionProposalsEntry(1) 1 }

.1.3.6.1.2.1.153.4.2.1.9.1.2
ipiaIkeActPropName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administratively assigned name that can be used to
         reference a set of values contained within the
         ipiaIkeProposalTable.

         An attempt to set this object to a value that doesn't exist
         in the ipiaIkeProposalTable MUST result in an
         inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionProposalsTable(9) ipiaIkeActionProposalsEntry(1) 2 }

.1.3.6.1.2.1.153.4.2.1.9.1.3
ipiaIkeActPropLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionProposalsTable(9) ipiaIkeActionProposalsEntry(1) 3 }

.1.3.6.1.2.1.153.4.2.1.9.1.4
ipiaIkeActPropStorageType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionProposalsTable(9) ipiaIkeActionProposalsEntry(1) 4 }

.1.3.6.1.2.1.153.4.2.1.9.1.5
ipiaIkeActPropRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active unless one of the
         following two conditions are met.  An attempt to set it to
         anything other than active while the following conditions
         are not met MUST result in an inconsistentValue error.  The
         two conditions are:

         I.  No active row in the ipiaIkeActionTable exists
             which has a matching ipiaIkeActName.

         II. Or at least one other active row in this table has a
             matching ipiaIkeActName."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeActionProposalsTable(9) ipiaIkeActionProposalsEntry(1) 5 }

.1.3.6.1.2.1.153.4.2.1.10
ipiaIkeProposalTable OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains a list of IKE proposals which are used
         in an IKE negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) 10 }

.1.3.6.1.2.1.153.4.2.1.10.1
ipiaIkeProposalEntry OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipiaIkeActPropName }
  DESCRIPTION	"One IKE proposal entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) 1 }

.1.3.6.1.2.1.153.4.2.1.10.1.1
ipiaIkePropLifetimeDerivedKeys OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipiaIkePropLifetimeDerivedKeys specifies the number of
         times that a phase 1 key will be used to derive a phase 2
         key before the phase 1 security association needs
         renegotiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 1 }

.1.3.6.1.2.1.153.4.2.1.10.1.2
ipiaIkePropCipherAlgorithm OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IkeEncryptionAlgorithm
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipiaIkePropCipherAlgorithm specifies the proposed phase 1
         security association encryption algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 2 }

.1.3.6.1.2.1.153.4.2.1.10.1.3
ipiaIkePropCipherKeyLength OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies, in bits, the key length for
         the cipher algorithm used in IKE Phase 1 negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 3 }

.1.3.6.1.2.1.153.4.2.1.10.1.4
ipiaIkePropCipherKeyRounds OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the number of key rounds for
         the cipher algorithm used in IKE Phase 1 negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 4 }

.1.3.6.1.2.1.153.4.2.1.10.1.5
ipiaIkePropHashAlgorithm OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IkeHashAlgorithm
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipiaIkePropHashAlgorithm specifies the proposed phase 1
         security assocation hash algorithm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 5 }

.1.3.6.1.2.1.153.4.2.1.10.1.6
ipiaIkePropPrfAlgorithm OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	INTEGER {reserved(0)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipPRFAlgorithm specifies the proposed phase 1 security
         association psuedo-random function.

         Note: currently no prf algorithms are defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 6 }

.1.3.6.1.2.1.153.4.2.1.10.1.7
ipiaIkePropVendorId OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VendorID property is used to identify vendor-defined
         key exchange GroupIDs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 7 }

.1.3.6.1.2.1.153.4.2.1.10.1.8
ipiaIkePropDhGroup OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IkeGroupDescription
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the proposed phase 1 security
         association Diffie-Hellman group"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 8 }

.1.3.6.1.2.1.153.4.2.1.10.1.9
ipiaIkePropAuthenticationMethod OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IkeAuthMethod
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the proposed authentication
         method for the phase 1 security association."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 9 }

.1.3.6.1.2.1.153.4.2.1.10.1.10
ipiaIkePropMaxLifetimeSecs OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipiaIkePropMaxLifetimeSecs specifies the maximum amount of
         time to propose a security association remain valid.

         A value of 0 indicates that the default lifetime of
         8 hours SHOULD be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 10 }

.1.3.6.1.2.1.153.4.2.1.10.1.11
ipiaIkePropMaxLifetimeKB OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ipiaIkePropMaxLifetimeKB specifies the maximum kilobyte
         lifetime to propose a security association remain valid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 11 }

.1.3.6.1.2.1.153.4.2.1.10.1.12
ipiaIkePropLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 12 }

.1.3.6.1.2.1.153.4.2.1.10.1.13
ipiaIkePropStorageType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 13 }

.1.3.6.1.2.1.153.4.2.1.10.1.14
ipiaIkePropRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeProposalTable(10) ipiaIkeProposalEntry(1) 14 }

.1.3.6.1.2.1.153.4.2.1.11
ipiaIpsecProposalsTable OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists one or more IPsec proposals for
         IPsec actions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) 11 }

.1.3.6.1.2.1.153.4.2.1.11.1
ipiaIpsecProposalsEntry OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipiaIpsecPropName, ipiaIpsecPropPriority, ipiaIpsecPropProtocolId }
  DESCRIPTION	"An entry containing (possibly a portion of) a proposal."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecProposalsTable(11) 1 }

.1.3.6.1.2.1.153.4.2.1.11.1.1
ipiaIpsecPropName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of this proposal."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecProposalsTable(11) ipiaIpsecProposalsEntry(1) 1 }

.1.3.6.1.2.1.153.4.2.1.11.1.2
ipiaIpsecPropPriority OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The priority level (AKA sequence level) of this proposal.
         A lower number indicates a higher precedence (0 before 1,
         etc..)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecProposalsTable(11) ipiaIpsecProposalsEntry(1) 2 }

.1.3.6.1.2.1.153.4.2.1.11.1.3
ipiaIpsecPropProtocolId OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IpsecDoiSecProtocolId
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol Id for the transforms for this proposal.  The
         protoIsakmp(1) value is not valid for this object.  This
         object, along with the ipiaIpsecPropTransformsName, is the
         index into the ipiaIpsecTransformsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecProposalsTable(11) ipiaIpsecProposalsEntry(1) 3 }

.1.3.6.1.2.1.153.4.2.1.11.1.4
ipiaIpsecPropTransformsName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of the transform or group of transforms for this
         protocol.  This object, along with the
         ipiaIpsecPropProtocolId, is the index into the
         ipiaIpsecTransformsTable.

         An attempt to set this object to a value that does not
         exist in the ipiaIpsecTransformTable MUST result in an
         inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecProposalsTable(11) ipiaIpsecProposalsEntry(1) 4 }

.1.3.6.1.2.1.153.4.2.1.11.1.5
ipiaIpsecPropLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecProposalsTable(11) ipiaIpsecProposalsEntry(1) 5 }

.1.3.6.1.2.1.153.4.2.1.11.1.6
ipiaIpsecPropStorageType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecProposalsTable(11) ipiaIpsecProposalsEntry(1) 6 }

.1.3.6.1.2.1.153.4.2.1.11.1.7
ipiaIpsecPropRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         This row MUST NOT be set to active until the corresponding
         row(s) in the ipiaIpsecTransformsTable exists and is
         active.

         If active, this object MUST remain active unless one of the
         following two conditions are met.  An attempt to set it to
         anything other than active while the following conditions
         are not met MUST result in an inconsistentValue error.  The
         two conditions are:

         I.  No active row in the ipiaIkeActionProposalTable exists
             which has a matching ipiaIpsecPropName.

         II. Or at least one other active row in this table has a
             matching ipiaIpsecPropName."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecProposalsTable(11) ipiaIpsecProposalsEntry(1) 7 }

.1.3.6.1.2.1.153.4.2.1.12
ipiaIpsecTransformsTable OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the IPsec proposals contained within a
         given IPsec action and the transforms within each of those
         proposals.  These proposals and transforms can then be used
         to create phase 2 negotiation proposals."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) 12 }

.1.3.6.1.2.1.153.4.2.1.12.1
ipiaIpsecTransformsEntry OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipiaIpsecTranType, ipiaIpsecTranName, ipiaIpsecTranPriority }
  DESCRIPTION	"An entry containing the information on an IPsec transform."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecTransformsTable(12) 1 }

.1.3.6.1.2.1.153.4.2.1.12.1.1
ipiaIpsecTranType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION IpsecDoiSecProtocolId
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol type for this transform.  The protoIsakmp(1)
         value is not valid for this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecTransformsTable(12) ipiaIpsecTransformsEntry(1) 1 }

.1.3.6.1.2.1.153.4.2.1.12.1.2
ipiaIpsecTranName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name for this transform or group of transforms."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecTransformsTable(12) ipiaIpsecTransformsEntry(1) 2 }

.1.3.6.1.2.1.153.4.2.1.12.1.3
ipiaIpsecTranPriority OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The priority level (AKA sequence level) of the this
         transform within the group of transforms (0 before 1,
         etc...).  This indicates the preference for which
         algorithms are requested when the list of transforms are
         sent to the remote host.  A lower number indicates a higher
         precedence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecTransformsTable(12) ipiaIpsecTransformsEntry(1) 3 }

.1.3.6.1.2.1.153.4.2.1.12.1.4
ipiaIpsecTranTransformName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name for the given transform.  Depending on the value
         of ipiaIpsecTranType, this value is used to lookup the
         transform's specific parameters in the
         ipiaAhTransformTable, the ipiaEspTransformTable or the
         ipiaIpcompTransformTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecTransformsTable(12) ipiaIpsecTransformsEntry(1) 4 }

.1.3.6.1.2.1.153.4.2.1.12.1.5
ipiaIpsecTranLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecTransformsTable(12) ipiaIpsecTransformsEntry(1) 5 }

.1.3.6.1.2.1.153.4.2.1.12.1.6
ipiaIpsecTranStorageType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecTransformsTable(12) ipiaIpsecTransformsEntry(1) 6 }

.1.3.6.1.2.1.153.4.2.1.12.1.7
ipiaIpsecTranRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         This row MUST NOT be set to active until the corresponding
         row in the ipiaAhTransformTable, ipiaEspTransformTable or
         the ipiaIpcompTransformTable exists.

         If active, this object MUST remain active unless one of the
         following two conditions are met.  An attempt to set it to
         anything other than active while the following conditions
         are not met MUST result in an inconsistentValue error.  The
         two conditions are:

         I.  No active row in the IpiaIpsecProposalsTable exists
             which has a matching ipiaIpsecPropTransformsName.

         II. Or at least one other active row in this table has a
             matching ipiaIpsecPropTransformsName."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIpsecTransformsTable(12) ipiaIpsecTransformsEntry(1) 7 }

.1.3.6.1.2.1.153.4.2.1.13
ipiaIkeIdentityTable OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IKEIdentity is used to represent the identities that are
         used for an IPProtocolEndpoint (or collection of
         IPProtocolEndpoints) to identify itself in IKE phase 1
         negotiations.  The column ipiaIkeActIdentityType and
         ipiaIkeIdentityContext in an ipiaIkeActionEntry together
         with the spdEndGroupInterface in the
         spdEndpointToGroupTable specifies the unique identity to
         use in a negotiation exchange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) 13 }

.1.3.6.1.2.1.153.4.2.1.13.1
ipiaIkeIdentityEntry OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ spdEndGroupInterface, ipiaIkeActIdentityType, ipiaIkeActIdentityContext }
  DESCRIPTION	"ikeIdentity lists the attributes of an IKE identity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeIdentityTable(13) 1 }

.1.3.6.1.2.1.153.4.2.1.13.1.1
ipiaIkeIdCredentialName OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value is used as an index into the
         ipiaCredentialFilterTable to look up the actual credential
         value and other credential information.

         For ID's without associated credential information, this
         value is left blank.

         For ID's that are address types, this value MAY be left
         blank and the associated IPProtocolEndpoint or appropriate
         member of the Collection of endpoints is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeIdentityTable(13) ipiaIkeIdentityEntry(1) 1 }

.1.3.6.1.2.1.153.4.2.1.13.1.2
ipiaIkeIdLastChanged OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when this row was last modified or
         created either through SNMP SETs or by some other external
         means."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeIdentityTable(13) ipiaIkeIdentityEntry(1) 2 }

.1.3.6.1.2.1.153.4.2.1.13.1.3
ipiaIkeIdStorageType OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows in this table which
         were created through an external process MAY have a storage
         type of readOnly or permanent.

         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeIdentityTable(13) ipiaIkeIdentityEntry(1) 3 }

.1.3.6.1.2.1.153.4.2.1.13.1.4
ipiaIkeIdRowStatus OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the conceptual status of this row.

         The value of this object has no effect on whether other
         objects in this conceptual row can be modified.

         If active, this object MUST remain active if it is
         referenced by an active row in another table.  An attempt
         to set it to anything other than active while it is
         referenced by an active row in another table MUST result in
         an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) ipiaConfigObjects(1) ipiaIkeIdentityTable(13) ipiaIkeIdentityEntry(1) 4 }

.1.3.6.1.2.1.153.4.2.2
ipiaNotificationObjects OBJECT-TYPE
  -- FROM	IPSEC-IKEACTION-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) spdMIB(153) spdActions(4) ipiaMIB(2) 2 }

.1.3.6.1.2.1.154
ianaMauMIB MODULE-IDENTITY
  -- FROM	IANA-MAU-MIB
  DESCRIPTION	"This MIB module defines dot3MauType OBJECT-IDENTITIES and
          IANAifMauListBits, IANAifMauMediaAvailable,
          IANAifMauAutoNegCapBits, and IANAifJackType
          TEXTUAL-CONVENTIONs, specifying enumerated values of the
          ifMauTypeListBits, ifMauMediaAvailable / rpMauMediaAvailable,
          ifMauAutoNegCapabilityBits / ifMauAutoNegCapAdvertisedBits /
          ifMauAutoNegCapReceivedBits and ifJackType / rpJackType objects
          respectively, defined in the MAU-MIB.

          It is intended that each new MAU type, Media Availability
          state, Auto Negotiation capability and/or Jack type defined by
          the IEEE 802.3 working group and approved for publication in a
          revision of IEEE Std 802.3 will be added to this MIB module,
          provided that it is suitable for being managed by the base
          objects in the MAU-MIB.  An Expert Review, as defined in
          RFC 2434 [RFC2434], is REQUIRED for such additions.

          The following reference is used throughout this MIB module:

          [IEEE802.3] refers to:
             IEEE Std 802.3, 2005 Edition: 'IEEE Standard for
             Information technology - Telecommunications and information
             exchange between systems - Local and metropolitan area
             networks - Specific requirements -
             Part 3: Carrier sense multiple access with collision
             detection (CSMA/CD) access method and physical layer
             specifications'.

          This reference should be updated as appropriate when new
          MAU types, Media Availability states, Auto Negotiation
          capabilities, and/or Jack types are added to this MIB module.

          Copyright (C) The IETF Trust (2007).
          The initial version of this MIB module was published in
          RFC 4836; for full legal notices see the RFC itself.
          Supplementary information may be available at:
          http://www.ietf.org/copyrights/ianamib.html"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 154 }

.1.3.6.1.2.1.157
pimStdMIB MODULE-IDENTITY
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"The MIB module for management of PIM routers.

            Copyright (C) The IETF Trust (2007).  This version of this
            MIB module is part of RFC 5060; see the RFC itself for full
            legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 157 }

.1.3.6.1.2.1.157.0
pimNotifications OBJECT-TYPE
  -- FROM	PIM-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) 0 }

.1.3.6.1.2.1.157.0.1
pimNeighborLoss NOTIFICATION-TYPE
  -- FROM	PIM-STD-MIB
  OBJECTS	{ pimNeighborUpTime }
  DESCRIPTION	"A pimNeighborLoss notification signifies the loss of an
            adjacency with a neighbor.  This notification should be
            generated when the neighbor timer expires, and the router
            has no other neighbors on the same interface with the same
            IP version and a lower IP address than itself.

            This notification is generated whenever the counter
            pimNeighborLossCount is incremented, subject
            to the rate limit specified by
            pimNeighborLossNotificationPeriod."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimNotifications(0) 1 }

.1.3.6.1.2.1.157.1
pim OBJECT-TYPE
  -- FROM	PIM-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) 1 }

.1.3.6.1.2.1.157.1.1
pimInterfaceTable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the router's PIM interfaces.
            PIM is enabled on all interfaces listed in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 1 }

.1.3.6.1.2.1.157.1.1.1
pimInterfaceEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimInterfaceIfIndex, pimInterfaceIPVersion }
  DESCRIPTION	"An entry (conceptual row) in the pimInterfaceTable.  This
            entry is preserved on agent restart."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) 1 }

.1.3.6.1.2.1.157.1.1.1.1
pimInterfaceIfIndex OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of this PIM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 1 }

.1.3.6.1.2.1.157.1.1.1.2
pimInterfaceIPVersion OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version of this PIM interface.  A physical interface
            may be configured in multiple modes concurrently, e.g., IPv4
            and IPv6; however, the traffic is considered to be logically
            separate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 2 }

.1.3.6.1.2.1.157.1.1.1.3
pimInterfaceAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of this PIM interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 3 }

.1.3.6.1.2.1.157.1.1.1.4
pimInterfaceAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The primary IP address of this router on this PIM
            interface.  The InetAddressType is given by the
            pimInterfaceAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 4 }

.1.3.6.1.2.1.157.1.1.1.5
pimInterfaceGenerationIDValue OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the Generation ID this router inserted in the
            last PIM Hello message it sent on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 5 }

.1.3.6.1.2.1.157.1.1.1.6
pimInterfaceDR OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The primary IP address of the Designated Router on this PIM
            interface.  The InetAddressType is given by the
            pimInterfaceAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 6 }

.1.3.6.1.2.1.157.1.1.1.7
pimInterfaceDRPriority OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Designated Router Priority value inserted into the DR
            Priority option in PIM Hello messages transmitted on this
            interface.  Numerically higher values for this object
            indicate higher priorities."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 7 }

.1.3.6.1.2.1.157.1.1.1.8
pimInterfaceDRPriorityEnabled OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Evaluates to TRUE if all routers on this interface are
            using the DR Priority option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 8 }

.1.3.6.1.2.1.157.1.1.1.9
pimInterfaceHelloInterval OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..18000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The frequency at which PIM Hello messages are transmitted
            on this interface.  This object corresponds to the
            'Hello_Period' timer value defined in the PIM-SM
            specification.  A value of zero represents an 'infinite'
            interval, and indicates that periodic PIM Hello messages
            should not be sent on this interface."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 9 }

.1.3.6.1.2.1.157.1.1.1.10
pimInterfaceTrigHelloInterval OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..60) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum time before this router sends a triggered PIM
            Hello message on this interface.  This object corresponds to
            the 'Trigered_Hello_Delay' timer value defined in the PIM-SM
            specification.  A value of zero has no special meaning and
            indicates that triggered PIM Hello messages should always be
            sent immediately."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 10 }

.1.3.6.1.2.1.157.1.1.1.11
pimInterfaceHelloHoldtime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value set in the Holdtime field of PIM Hello messages
            transmitted on this interface.  A value of 65535 represents
            an 'infinite' holdtime.  Implementations are recommended
            to use a holdtime that is 3.5 times the value of
            pimInterfaceHelloInterval, or 65535 if
            pimInterfaceHelloInterval is set to zero."
  DEFVAL	{ 105 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 11 }

.1.3.6.1.2.1.157.1.1.1.12
pimInterfaceJoinPruneInterval OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..18000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The frequency at which this router sends PIM Join/Prune
            messages on this PIM interface.  This object corresponds to
            the 't_periodic' timer value defined in the PIM-SM
            specification.  A value of zero represents an 'infinite'
            interval, and indicates that periodic PIM Join/Prune
            messages should not be sent on this interface."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 12 }

.1.3.6.1.2.1.157.1.1.1.13
pimInterfaceJoinPruneHoldtime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value inserted into the Holdtime field of a PIM
            Join/Prune message sent on this interface.  A value of 65535
            represents an 'infinite' holdtime.  Implementations are
            recommended to use a holdtime that is 3.5 times the value of
            pimInterfaceJoinPruneInterval, or 65535 if
            pimInterfaceJoinPruneInterval is set to zero.  PIM-DM
            implementations are recommended to use the value of
            pimInterfacePruneLimitInterval."
  DEFVAL	{ 210 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 13 }

.1.3.6.1.2.1.157.1.1.1.14
pimInterfaceDFElectionRobustness OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimum number of PIM DF-Election messages that must be
            lost in order for DF election on this interface to fail."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 14 }

.1.3.6.1.2.1.157.1.1.1.15
pimInterfaceLanDelayEnabled OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Evaluates to TRUE if all routers on this interface are
            using the LAN Prune Delay option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 15 }

.1.3.6.1.2.1.157.1.1.1.16
pimInterfacePropagationDelay OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..32767) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The expected propagation delay between PIM routers on this
            network or link.

            This router inserts this value into the Propagation_Delay
            field of the LAN Prune Delay option in the PIM Hello
            messages sent on this interface.  Implementations SHOULD
            enforce a lower bound on the permitted values for this
            object to allow for scheduling and processing delays within
            the local router."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 16 }

.1.3.6.1.2.1.157.1.1.1.17
pimInterfaceOverrideInterval OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value this router inserts into the Override_Interval
            field of the LAN Prune Delay option in the PIM Hello
            messages it sends on this interface.

            When overriding a prune, PIM routers pick a random timer
            duration up to the value of this object.  The more PIM
            routers that are active on a network, the more likely it is
            that the prune will be overridden after a small proportion
            of this time has elapsed.

            The more PIM routers are active on this network, the larger
            this object should be to obtain an optimal spread of prune
            override latencies."
  DEFVAL	{ 2500 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 17 }

.1.3.6.1.2.1.157.1.1.1.18
pimInterfaceEffectPropagDelay OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..32767) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Effective Propagation Delay on this interface.  This
            object is always 500 if pimInterfaceLanDelayEnabled is
            FALSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 18 }

.1.3.6.1.2.1.157.1.1.1.19
pimInterfaceEffectOverrideIvl OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Effective Override Interval on this interface.  This
            object is always 2500 if pimInterfaceLanDelayEnabled is
            FALSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 19 }

.1.3.6.1.2.1.157.1.1.1.20
pimInterfaceSuppressionEnabled OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether join suppression is enabled on this interface.
            This object is always TRUE if pimInterfaceLanDelayEnabled is
            FALSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 20 }

.1.3.6.1.2.1.157.1.1.1.21
pimInterfaceBidirCapable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Evaluates to TRUE if all routers on this interface are
            using the Bidirectional-PIM Capable option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 21 }

.1.3.6.1.2.1.157.1.1.1.22
pimInterfaceDomainBorder OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether or not this interface is a PIM domain border.  This
            includes acting as a border for PIM Bootstrap Router (BSR)
            messages, if the BSR mechanism is in use."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 22 }

.1.3.6.1.2.1.157.1.1.1.23
pimInterfaceStubInterface OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether this interface is a 'stub interface'.  If this
            object is set to TRUE, then no PIM packets are sent out this
            interface, and any received PIM packets are ignored.

            Setting this object to TRUE is a security measure for
            interfaces towards untrusted hosts.  This allows an
            interface to be configured for use with IGMP (Internet Group
            Management Protocol) or MLD (Multicast Listener Discovery)
            only, which protects the PIM router from forged PIM messages
            on the interface.

            To communicate with other PIM routers using this interface,
            this object must remain set to FALSE.

            Changing the value of this object while the interface is
            operational causes PIM to be disabled and then re-enabled on
            this interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 23 }

.1.3.6.1.2.1.157.1.1.1.24
pimInterfacePruneLimitInterval OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimum interval that must transpire between two
            successive Prunes sent by a router.  This object corresponds
            to the 't_limit' timer value defined in the PIM-DM
            specification.  This object is used only by PIM-DM."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 24 }

.1.3.6.1.2.1.157.1.1.1.25
pimInterfaceGraftRetryInterval OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimum interval that must transpire between two
            successive Grafts sent by a router.  This object corresponds
            to the 'Graft_Retry_Period' timer value defined in the
            PIM-DM specification.  This object is used only by PIM-DM."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 25 }

.1.3.6.1.2.1.157.1.1.1.26
pimInterfaceSRPriorityEnabled OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Evaluates to TRUE if all routers on this interface are
            using the State Refresh option.  This object is used only by
            PIM-DM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 26 }

.1.3.6.1.2.1.157.1.1.1.27
pimInterfaceStatus OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this entry.  Creating the entry enables PIM
            on the interface; destroying the entry disables PIM on the
            interface.

            This status object can be set to active(1) without setting
            any other columnar objects in this entry.

            All writeable objects in this entry can be modified when the
            status of this entry is active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 27 }

.1.3.6.1.2.1.157.1.1.1.28
pimInterfaceStorageType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows having the value
            'permanent' need not allow write-access to any columnar
            objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimInterfaceTable(1) pimInterfaceEntry(1) 28 }

.1.3.6.1.2.1.157.1.2
pimNeighborTable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the router's PIM neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 2 }

.1.3.6.1.2.1.157.1.2.1
pimNeighborEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimNeighborIfIndex, pimNeighborAddressType, pimNeighborAddress }
  DESCRIPTION	"An entry (conceptual row) in the pimNeighborTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) 1 }

.1.3.6.1.2.1.157.1.2.1.1
pimNeighborIfIndex OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of ifIndex for the interface used to reach this
            PIM neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 1 }

.1.3.6.1.2.1.157.1.2.1.2
pimNeighborAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of this PIM neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 2 }

.1.3.6.1.2.1.157.1.2.1.3
pimNeighborAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The primary IP address of this PIM neighbor.  The
            InetAddressType is given by the pimNeighborAddressType
            object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 3 }

.1.3.6.1.2.1.157.1.2.1.4
pimNeighborGenerationIDPresent OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Evaluates to TRUE if this neighbor is using the Generation
            ID option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 4 }

.1.3.6.1.2.1.157.1.2.1.5
pimNeighborGenerationIDValue OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the Generation ID from the last PIM Hello
            message received from this neighbor.  This object is always
            zero if pimNeighborGenerationIDPresent is FALSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 5 }

.1.3.6.1.2.1.157.1.2.1.6
pimNeighborUpTime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since this PIM neighbor (last) became a neighbor
            of the local router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 6 }

.1.3.6.1.2.1.157.1.2.1.7
pimNeighborExpiryTime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum time remaining before this PIM neighbor will
            time out.  The value zero indicates that this PIM neighbor
            will never time out."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 7 }

.1.3.6.1.2.1.157.1.2.1.8
pimNeighborDRPriorityPresent OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Evaluates to TRUE if this neighbor is using the DR Priority
            option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 8 }

.1.3.6.1.2.1.157.1.2.1.9
pimNeighborDRPriority OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the Designated Router Priority from the last
            PIM Hello message received from this neighbor.  This object
            is always zero if pimNeighborDRPriorityPresent is FALSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 9 }

.1.3.6.1.2.1.157.1.2.1.10
pimNeighborLanPruneDelayPresent OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Evaluates to TRUE if this neighbor is using the LAN Prune
            Delay option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 10 }

.1.3.6.1.2.1.157.1.2.1.11
pimNeighborTBit OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the T bit was set in the LAN Prune Delay option
            received from this neighbor.  The T bit specifies the
            ability of the neighbor to disable join suppression.  This
            object is always TRUE if pimNeighborLanPruneDelayPresent is
            FALSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 11 }

.1.3.6.1.2.1.157.1.2.1.12
pimNeighborPropagationDelay OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..32767) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the Propagation_Delay field of the LAN Prune
            Delay option received from this neighbor.  This object is
            always zero if pimNeighborLanPruneDelayPresent is FALSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 12 }

.1.3.6.1.2.1.157.1.2.1.13
pimNeighborOverrideInterval OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the Override_Interval field of the LAN Prune
            Delay option received from this neighbor.  This object is
            always zero if pimNeighborLanPruneDelayPresent is FALSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 13 }

.1.3.6.1.2.1.157.1.2.1.14
pimNeighborBidirCapable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Evaluates to TRUE if this neighbor is using the
            Bidirectional-PIM Capable option."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 14 }

.1.3.6.1.2.1.157.1.2.1.15
pimNeighborSRCapable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Evaluates to TRUE if this neighbor is using the State
            Refresh Capable option.  This object is used only by
            PIM-DM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNeighborTable(2) pimNeighborEntry(1) 15 }

.1.3.6.1.2.1.157.1.3
pimNbrSecAddressTable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the secondary addresses
            advertised by each PIM neighbor (on a subset of the rows of
            the pimNeighborTable defined above)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 3 }

.1.3.6.1.2.1.157.1.3.1
pimNbrSecAddressEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimNbrSecAddressIfIndex, pimNbrSecAddressType, pimNbrSecAddressPrimary, pimNbrSecAddress }
  DESCRIPTION	"An entry (conceptual row) in the pimNbrSecAddressTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNbrSecAddressTable(3) 1 }

.1.3.6.1.2.1.157.1.3.1.1
pimNbrSecAddressIfIndex OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of ifIndex for the interface used to reach this
            PIM neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNbrSecAddressTable(3) pimNbrSecAddressEntry(1) 1 }

.1.3.6.1.2.1.157.1.3.1.2
pimNbrSecAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of this PIM neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNbrSecAddressTable(3) pimNbrSecAddressEntry(1) 2 }

.1.3.6.1.2.1.157.1.3.1.3
pimNbrSecAddressPrimary OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The primary IP address of this PIM neighbor.  The
            InetAddressType is given by the pimNbrSecAddressType
            object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNbrSecAddressTable(3) pimNbrSecAddressEntry(1) 3 }

.1.3.6.1.2.1.157.1.3.1.4
pimNbrSecAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The secondary IP address of this PIM neighbor.  The
            InetAddressType is given by the pimNbrSecAddressType
            object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimNbrSecAddressTable(3) pimNbrSecAddressEntry(1) 4 }

.1.3.6.1.2.1.157.1.4
pimStarGTable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the non-interface specific
            (*,G) state that PIM has."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 4 }

.1.3.6.1.2.1.157.1.4.1
pimStarGEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimStarGAddressType, pimStarGGrpAddress }
  DESCRIPTION	"An entry (conceptual row) in the pimStarGTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) 1 }

.1.3.6.1.2.1.157.1.4.1.1
pimStarGAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of this multicast group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 1 }

.1.3.6.1.2.1.157.1.4.1.2
pimStarGGrpAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The multicast group address.  The InetAddressType is given
            by the pimStarGAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 2 }

.1.3.6.1.2.1.157.1.4.1.3
pimStarGUpTime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since this entry was created by the local router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 3 }

.1.3.6.1.2.1.157.1.4.1.4
pimStarGPimMode OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION PimMode
  SYNTAX	INTEGER {none(1), ssm(2), asm(3), bidir(4), dm(5), other(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether this entry represents an ASM (Any Source Multicast,
            used with PIM-SM) or BIDIR-PIM group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 4 }

.1.3.6.1.2.1.157.1.4.1.5
pimStarGRPAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of the Rendezvous Point (RP), or
            unknown(0) if the RP address is unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 5 }

.1.3.6.1.2.1.157.1.4.1.6
pimStarGRPAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the Rendezvous Point (RP) for the group.
            The InetAddressType is given by the pimStarGRPAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 6 }

.1.3.6.1.2.1.157.1.4.1.7
pimStarGPimModeOrigin OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION PimGroupMappingOriginType
  SYNTAX	INTEGER {fixed(1), configRp(2), configSsm(3), bsr(4), autoRP(5), embedded(6), other(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The mechanism by which the PIM mode and RP for the group
            were learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 7 }

.1.3.6.1.2.1.157.1.4.1.8
pimStarGRPIsLocal OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router is the RP for the group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 8 }

.1.3.6.1.2.1.157.1.4.1.9
pimStarGUpstreamJoinState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {notJoined(1), joined(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router should join the RP tree for the
            group.  This corresponds to the state of the upstream (*,G)
            state machine in the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 9 }

.1.3.6.1.2.1.157.1.4.1.10
pimStarGUpstreamJoinTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the local router next sends a
            periodic (*,G) Join message on pimStarGRPFIfIndex.  This
            timer is called the (*,G) Upstream Join Timer in the PIM-SM
            specification.  This object is zero if the timer is not
            running."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 10 }

.1.3.6.1.2.1.157.1.4.1.11
pimStarGUpstreamNeighborType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The primary address type of the upstream neighbor, or
            unknown(0) if the upstream neighbor address is unknown or is
            not a PIM neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 11 }

.1.3.6.1.2.1.157.1.4.1.12
pimStarGUpstreamNeighbor OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The primary address of the neighbor on pimStarGRPFIfIndex
            that the local router is sending periodic (*,G) Join
            messages to.  The InetAddressType is given by the
            pimStarGUpstreamNeighborType object.  This address is called
            RPF'(*,G) in the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 12 }

.1.3.6.1.2.1.157.1.4.1.13
pimStarGRPFIfIndex OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of ifIndex for the Reverse Path Forwarding
            (RPF) interface towards the RP, or zero if the RPF
            interface is unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 13 }

.1.3.6.1.2.1.157.1.4.1.14
pimStarGRPFNextHopType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of the RPF next hop towards the RP, or
            unknown(0) if the RPF next hop is unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 14 }

.1.3.6.1.2.1.157.1.4.1.15
pimStarGRPFNextHop OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the RPF next hop towards the RP.  The
            InetAddressType is given by the pimStarGRPFNextHopType
            object.  This address is called MRIB.next_hop(RP(G))
            in the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 15 }

.1.3.6.1.2.1.157.1.4.1.16
pimStarGRPFRouteProtocol OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION IANAipRouteProtocol
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15), ciscoEigrp(16), dvmrp(17)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing mechanism via which the route used to find the
            RPF interface towards the RP was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 16 }

.1.3.6.1.2.1.157.1.4.1.17
pimStarGRPFRouteAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address that, when combined with the corresponding
            value of pimStarGRPFRoutePrefixLength, identifies the route
            used to find the RPF interface towards the RP.  The
            InetAddressType is given by the pimStarGRPFNextHopType
            object.

            This address object is only significant up to
            pimStarGRPFRoutePrefixLength bits.  The remainder of the
            address bits are zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 17 }

.1.3.6.1.2.1.157.1.4.1.18
pimStarGRPFRoutePrefixLength OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The prefix length that, when combined with the
            corresponding value of pimStarGRPFRouteAddress, identifies
            the route used to find the RPF interface towards the RP.
            The InetAddressType is given by the pimStarGRPFNextHopType
            object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 18 }

.1.3.6.1.2.1.157.1.4.1.19
pimStarGRPFRouteMetricPref OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The metric preference of the route used to find the RPF
            interface towards the RP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 19 }

.1.3.6.1.2.1.157.1.4.1.20
pimStarGRPFRouteMetric OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing metric of the route used to find the RPF
            interface towards the RP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGTable(4) pimStarGEntry(1) 20 }

.1.3.6.1.2.1.157.1.5
pimStarGITable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the interface-specific (*,G)
            state that PIM has."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 5 }

.1.3.6.1.2.1.157.1.5.1
pimStarGIEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimStarGAddressType, pimStarGGrpAddress, pimStarGIIfIndex }
  DESCRIPTION	"An entry (conceptual row) in the pimStarGITable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) 1 }

.1.3.6.1.2.1.157.1.5.1.1
pimStarGIIfIndex OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of the interface that this entry corresponds
            to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 1 }

.1.3.6.1.2.1.157.1.5.1.2
pimStarGIUpTime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since this entry was created by the local router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 2 }

.1.3.6.1.2.1.157.1.5.1.3
pimStarGILocalMembership OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router has (*,G) local membership on this
            interface (resulting from a mechanism such as IGMP or MLD).
            This corresponds to local_receiver_include(*,G,I) in the
            PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 3 }

.1.3.6.1.2.1.157.1.5.1.4
pimStarGIJoinPruneState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {noInfo(1), join(2), prunePending(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state resulting from (*,G) Join/Prune messages
            received on this interface.  This corresponds to the state
            of the downstream per-interface (*,G) state machine in the
            PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 4 }

.1.3.6.1.2.1.157.1.5.1.5
pimStarGIPrunePendingTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the local router acts on a (*,G)
            Prune message received on this interface, during which the
            router is waiting to see whether another downstream router
            will override the Prune message.  This timer is called the
            (*,G) Prune-Pending Timer in the PIM-SM specification.  This
            object is zero if the timer is not running."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 5 }

.1.3.6.1.2.1.157.1.5.1.6
pimStarGIJoinExpiryTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before (*,G) Join state for this
            interface expires.  This timer is called the (*,G) Join
            Expiry Timer in the PIM-SM specification.  This object is
            zero if the timer is not running.  A value of 'FFFFFFFF'h
            indicates an infinite expiry time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 6 }

.1.3.6.1.2.1.157.1.5.1.7
pimStarGIAssertState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {noInfo(1), iAmAssertWinner(2), iAmAssertLoser(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The (*,G) Assert state for this interface.  This
            corresponds to the state of the per-interface (*,G) Assert
            state machine in the PIM-SM specification.  If
            pimStarGPimMode is 'bidir', this object must be 'noInfo'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 7 }

.1.3.6.1.2.1.157.1.5.1.8
pimStarGIAssertTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimStarGIAssertState is 'iAmAssertWinner', this is the
            time remaining before the local router next sends a (*,G)
            Assert message on this interface.  If pimStarGIAssertState
            is 'iAmAssertLoser', this is the time remaining before the
            (*,G) Assert state expires.  If pimStarGIAssertState is
            'noInfo', this is zero.  This timer is called the (*,G)
            Assert Timer in the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 8 }

.1.3.6.1.2.1.157.1.5.1.9
pimStarGIAssertWinnerAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimStarGIAssertState is 'iAmAssertLoser', this is the
            address type of the assert winner; otherwise, this object is
            unknown(0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 9 }

.1.3.6.1.2.1.157.1.5.1.10
pimStarGIAssertWinnerAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimStarGIAssertState is 'iAmAssertLoser', this is the
            address of the assert winner.  The InetAddressType is given
            by the pimStarGIAssertWinnerAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 10 }

.1.3.6.1.2.1.157.1.5.1.11
pimStarGIAssertWinnerMetricPref OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimStarGIAssertState is 'iAmAssertLoser', this is the
            metric preference of the route to the RP advertised by the
            assert winner; otherwise, this object is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 11 }

.1.3.6.1.2.1.157.1.5.1.12
pimStarGIAssertWinnerMetric OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimStarGIAssertState is 'iAmAssertLoser', this is the
            routing metric of the route to the RP advertised by the
            assert winner; otherwise, this object is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimStarGITable(5) pimStarGIEntry(1) 12 }

.1.3.6.1.2.1.157.1.6
pimSGTable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the non-interface specific
            (S,G) state that PIM has."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 6 }

.1.3.6.1.2.1.157.1.6.1
pimSGEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimSGAddressType, pimSGGrpAddress, pimSGSrcAddress }
  DESCRIPTION	"An entry (conceptual row) in the pimSGTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) 1 }

.1.3.6.1.2.1.157.1.6.1.1
pimSGAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the source and multicast group for this
            entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 1 }

.1.3.6.1.2.1.157.1.6.1.2
pimSGGrpAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The multicast group address for this entry.  The
            InetAddressType is given by the pimSGAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 2 }

.1.3.6.1.2.1.157.1.6.1.3
pimSGSrcAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The source address for this entry.  The InetAddressType is
            given by the pimSGAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 3 }

.1.3.6.1.2.1.157.1.6.1.4
pimSGUpTime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since this entry was created by the local router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 4 }

.1.3.6.1.2.1.157.1.6.1.5
pimSGPimMode OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION PimMode
  SYNTAX	INTEGER {none(1), ssm(2), asm(3), bidir(4), dm(5), other(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether pimSGGrpAddress is an SSM (Source Specific
            Multicast, used with PIM-SM) or ASM (Any Source Multicast,
            used with PIM-SM) group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 5 }

.1.3.6.1.2.1.157.1.6.1.6
pimSGUpstreamJoinState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {notJoined(1), joined(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router should join the shortest-path tree
            for the source and group represented by this entry.  This
            corresponds to the state of the upstream (S,G) state machine
            in the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 6 }

.1.3.6.1.2.1.157.1.6.1.7
pimSGUpstreamJoinTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the local router next sends a
            periodic (S,G) Join message on pimSGRPFIfIndex.  This timer
            is called the (S,G) Upstream Join Timer in the PIM-SM
            specification.  This object is zero if the timer is not
            running."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 7 }

.1.3.6.1.2.1.157.1.6.1.8
pimSGUpstreamNeighbor OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The primary address of the neighbor on pimSGRPFIfIndex that
            the local router is sending periodic (S,G) Join messages to.
            This is zero if the RPF next hop is unknown or is not a
            PIM neighbor.  The InetAddressType is given by the
            pimSGAddressType object.  This address is called RPF'(S,G)
            in the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 8 }

.1.3.6.1.2.1.157.1.6.1.9
pimSGRPFIfIndex OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of ifIndex for the RPF interface towards the
            source, or zero if the RPF interface is unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 9 }

.1.3.6.1.2.1.157.1.6.1.10
pimSGRPFNextHopType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of the RPF next hop towards the source, or
            unknown(0) if the RPF next hop is unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 10 }

.1.3.6.1.2.1.157.1.6.1.11
pimSGRPFNextHop OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the RPF next hop towards the source.  The
            InetAddressType is given by the pimSGRPFNextHopType.  This
            address is called MRIB.next_hop(S) in the PIM-SM
            specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 11 }

.1.3.6.1.2.1.157.1.6.1.12
pimSGRPFRouteProtocol OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION IANAipRouteProtocol
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15), ciscoEigrp(16), dvmrp(17)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing mechanism via which the route used to find the
            RPF interface towards the source was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 12 }

.1.3.6.1.2.1.157.1.6.1.13
pimSGRPFRouteAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address that, when combined with the corresponding
            value of pimSGRPFRoutePrefixLength, identifies the route
            used to find the RPF interface towards the source.  The
            InetAddressType is given by the pimSGRPFNextHopType object.

            This address object is only significant up to
            pimSGRPFRoutePrefixLength bits.  The remainder of the
            address bits are zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 13 }

.1.3.6.1.2.1.157.1.6.1.14
pimSGRPFRoutePrefixLength OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The prefix length that, when combined with the
            corresponding value of pimSGRPFRouteAddress, identifies the
            route used to find the RPF interface towards the source.
            The InetAddressType is given by the pimSGRPFNextHopType
            object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 14 }

.1.3.6.1.2.1.157.1.6.1.15
pimSGRPFRouteMetricPref OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The metric preference of the route used to find the RPF
            interface towards the source."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 15 }

.1.3.6.1.2.1.157.1.6.1.16
pimSGRPFRouteMetric OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing metric of the route used to find the RPF
            interface towards the source."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 16 }

.1.3.6.1.2.1.157.1.6.1.17
pimSGSPTBit OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the SPT bit is set; and therefore whether
            forwarding is taking place on the shortest-path tree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 17 }

.1.3.6.1.2.1.157.1.6.1.18
pimSGKeepaliveTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before this (S,G) state expires, in
            the absence of explicit (S,G) local membership or (S,G)
            Join messages received to maintain it.  This timer is
            called the (S,G) Keepalive Timer in the PIM-SM
            specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 18 }

.1.3.6.1.2.1.157.1.6.1.19
pimSGDRRegisterState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {noInfo(1), join(2), joinPending(3), prune(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router should encapsulate (S,G) data
            packets in Register messages and send them to the RP.  This
            corresponds to the state of the per-(S,G) Register state
            machine in the PIM-SM specification.  This object is always
            'noInfo' unless pimSGPimMode is 'asm'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 19 }

.1.3.6.1.2.1.157.1.6.1.20
pimSGDRRegisterStopTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimSGDRRegisterState is 'prune', this is the time
            remaining before the local router sends a Null-Register
            message to the RP.  If pimSGDRRegisterState is
            'joinPending', this is the time remaining before the local
            router resumes encapsulating data packets and sending them
            to the RP.  Otherwise, this is zero.  This timer is called
            the Register-Stop Timer in the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 20 }

.1.3.6.1.2.1.157.1.6.1.21
pimSGRPRegisterPMBRAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of the first PIM Multicast Border Router
            to send a Register message with the Border bit set.  This
            object is unknown(0) if the local router is not the RP for
            the group."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 21 }

.1.3.6.1.2.1.157.1.6.1.22
pimSGRPRegisterPMBRAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the first PIM Multicast Border Router to
            send a Register message with the Border bit set.  The
            InetAddressType is given by the
            pimSGRPRegisterPMBRAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 22 }

.1.3.6.1.2.1.157.1.6.1.23
pimSGUpstreamPruneState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {forwarding(1), ackpending(2), pruned(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router has pruned itself from the tree.
            This corresponds to the state of the upstream prune (S,G)
            state machine in the PIM-DM specification.  This object is
            used only by PIM-DM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 23 }

.1.3.6.1.2.1.157.1.6.1.24
pimSGUpstreamPruneLimitTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the local router may send a (S,G)
            Prune message on pimSGRPFIfIndex.  This timer is called the
            (S,G) Prune Limit Timer in the PIM-DM specification.  This
            object is zero if the timer is not running.  This object is
            used only by PIM-DM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 24 }

.1.3.6.1.2.1.157.1.6.1.25
pimSGOriginatorState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {notOriginator(1), originator(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the router is an originator for an (S,G) message
            flow.  This corresponds to the state of the per-(S,G)
            Originator state machine in the PIM-DM specification.  This
            object is used only by PIM-DM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 25 }

.1.3.6.1.2.1.157.1.6.1.26
pimSGSourceActiveTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimSGOriginatorState is 'originator', this is the time
            remaining before the local router reverts to a notOriginator
            state.  Otherwise, this is zero.  This timer is called the
            Source Active Timer in the PIM-DM specification.  This
            object is used only by PIM-DM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 26 }

.1.3.6.1.2.1.157.1.6.1.27
pimSGStateRefreshTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimSGOriginatorState is 'originator', this is the time
            remaining before the local router sends a State Refresh
            message.  Otherwise, this is zero.  This timer is called the
            State Refresh Timer in the PIM-DM specification.  This
            object is used only by PIM-DM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGTable(6) pimSGEntry(1) 27 }

.1.3.6.1.2.1.157.1.7
pimSGITable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the interface-specific (S,G)
            state that PIM has."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 7 }

.1.3.6.1.2.1.157.1.7.1
pimSGIEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimSGAddressType, pimSGGrpAddress, pimSGSrcAddress, pimSGIIfIndex }
  DESCRIPTION	"An entry (conceptual row) in the pimSGITable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) 1 }

.1.3.6.1.2.1.157.1.7.1.1
pimSGIIfIndex OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of the interface that this entry corresponds
            to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 1 }

.1.3.6.1.2.1.157.1.7.1.2
pimSGIUpTime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since this entry was created by the local router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 2 }

.1.3.6.1.2.1.157.1.7.1.3
pimSGILocalMembership OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router has (S,G) local membership on this
            interface (resulting from a mechanism such as IGMP or MLD).
            This corresponds to local_receiver_include(S,G,I) in the
            PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 3 }

.1.3.6.1.2.1.157.1.7.1.4
pimSGIJoinPruneState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {noInfo(1), join(2), prunePending(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state resulting from (S,G) Join/Prune messages
            received on this interface.  This corresponds to the state
            of the downstream per-interface (S,G) state machine in the
            PIM-SM and PIM-DM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 4 }

.1.3.6.1.2.1.157.1.7.1.5
pimSGIPrunePendingTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the local router acts on an (S,G)
            Prune message received on this interface, during which the
            router is waiting to see whether another downstream router
            will override the Prune message.  This timer is called the
            (S,G) Prune-Pending Timer in the PIM-SM specification.  This
            object is zero if the timer is not running."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 5 }

.1.3.6.1.2.1.157.1.7.1.6
pimSGIJoinExpiryTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before (S,G) Join state for this
            interface expires.  This timer is called the (S,G) Join
            Expiry Timer in the PIM-SM specification.  This object is
            zero if the timer is not running.  A value of 'FFFFFFFF'h
            indicates an infinite expiry time.  This timer is called the
            (S,G) Prune Timer in the PIM-DM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 6 }

.1.3.6.1.2.1.157.1.7.1.7
pimSGIAssertState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {noInfo(1), iAmAssertWinner(2), iAmAssertLoser(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The (S,G) Assert state for this interface.  This
            corresponds to the state of the per-interface (S,G) Assert
            state machine in the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 7 }

.1.3.6.1.2.1.157.1.7.1.8
pimSGIAssertTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimSGIAssertState is 'iAmAssertWinner', this is the time
            remaining before the local router next sends a (S,G) Assert
            message on this interface.  If pimSGIAssertState is
            'iAmAssertLoser', this is the time remaining before the
            (S,G) Assert state expires.  If pimSGIAssertState is
            'noInfo', this is zero.  This timer is called the (S,G)
            Assert Timer in the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 8 }

.1.3.6.1.2.1.157.1.7.1.9
pimSGIAssertWinnerAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimSGIAssertState is 'iAmAssertLoser', this is the
            address type of the assert winner; otherwise, this object is
            unknown(0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 9 }

.1.3.6.1.2.1.157.1.7.1.10
pimSGIAssertWinnerAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimSGIAssertState is 'iAmAssertLoser', this is the
            address of the assert winner.  The InetAddressType is given
            by the pimSGIAssertWinnerAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 10 }

.1.3.6.1.2.1.157.1.7.1.11
pimSGIAssertWinnerMetricPref OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimSGIAssertState is 'iAmAssertLoser', this is the
            metric preference of the route to the source advertised by
            the assert winner; otherwise, this object is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 11 }

.1.3.6.1.2.1.157.1.7.1.12
pimSGIAssertWinnerMetric OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If pimSGIAssertState is 'iAmAssertLoser', this is the
            routing metric of the route to the source advertised by the
            assert winner; otherwise, this object is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGITable(7) pimSGIEntry(1) 12 }

.1.3.6.1.2.1.157.1.8
pimSGRptTable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the non-interface specific
            (S,G,rpt) state that PIM has."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 8 }

.1.3.6.1.2.1.157.1.8.1
pimSGRptEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimStarGAddressType, pimStarGGrpAddress, pimSGRptSrcAddress }
  DESCRIPTION	"An entry (conceptual row) in the pimSGRptTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptTable(8) 1 }

.1.3.6.1.2.1.157.1.8.1.1
pimSGRptSrcAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The source address for this entry.  The InetAddressType is
            given by the pimStarGAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptTable(8) pimSGRptEntry(1) 1 }

.1.3.6.1.2.1.157.1.8.1.2
pimSGRptUpTime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since this entry was created by the local router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptTable(8) pimSGRptEntry(1) 2 }

.1.3.6.1.2.1.157.1.8.1.3
pimSGRptUpstreamPruneState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {rptNotJoined(1), pruned(2), notPruned(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router should prune the source off the RP
            tree.  This corresponds to the state of the upstream
            (S,G,rpt) state machine for triggered messages in the PIM-SM
            specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptTable(8) pimSGRptEntry(1) 3 }

.1.3.6.1.2.1.157.1.8.1.4
pimSGRptUpstreamOverrideTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the local router sends a
            triggered (S,G,rpt) Join message on pimStarGRPFIfIndex.
            This timer is called the (S,G,rpt) Upstream Override Timer
            in the PIM-SM specification.  This object is zero if the
            timer is not running."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptTable(8) pimSGRptEntry(1) 4 }

.1.3.6.1.2.1.157.1.9
pimSGRptITable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the interface-specific
            (S,G,rpt) state that PIM has."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 9 }

.1.3.6.1.2.1.157.1.9.1
pimSGRptIEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimStarGAddressType, pimStarGGrpAddress, pimSGRptSrcAddress, pimSGRptIIfIndex }
  DESCRIPTION	"An entry (conceptual row) in the pimSGRptITable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptITable(9) 1 }

.1.3.6.1.2.1.157.1.9.1.1
pimSGRptIIfIndex OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of the interface that this entry corresponds
            to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptITable(9) pimSGRptIEntry(1) 1 }

.1.3.6.1.2.1.157.1.9.1.2
pimSGRptIUpTime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since this entry was created by the local router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptITable(9) pimSGRptIEntry(1) 2 }

.1.3.6.1.2.1.157.1.9.1.3
pimSGRptILocalMembership OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router has both (*,G) include local
            membership and (S,G) exclude local membership on this
            interface (resulting from a mechanism such as IGMP or MLD).
            This corresponds to local_receiver_exclude(S,G,I) in the
            PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptITable(9) pimSGRptIEntry(1) 3 }

.1.3.6.1.2.1.157.1.9.1.4
pimSGRptIJoinPruneState OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	INTEGER {noInfo(1), prune(2), prunePending(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state resulting from (S,G,rpt) Join/Prune messages
            received on this interface.  This corresponds to the state
            of the downstream per-interface (S,G,rpt) state machine in
            the PIM-SM specification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptITable(9) pimSGRptIEntry(1) 4 }

.1.3.6.1.2.1.157.1.9.1.5
pimSGRptIPrunePendingTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the local router starts pruning
            this source off the RP tree.  This timer is called the
            (S,G,rpt) Prune-Pending Timer in the PIM-SM specification.
            This object is zero if the timer is not running."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptITable(9) pimSGRptIEntry(1) 5 }

.1.3.6.1.2.1.157.1.9.1.6
pimSGRptIPruneExpiryTimer OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before (S,G,rpt) Prune state for this
            interface expires.  This timer is called the (S,G,rpt)
            Prune Expiry Timer in the PIM-SM specification.  This object
            is zero if the timer is not running.  A value of 'FFFFFFFF'h
            indicates an infinite expiry time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimSGRptITable(9) pimSGRptIEntry(1) 6 }

.1.3.6.1.2.1.157.1.13
pimGroupMappingTable OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing mappings from multicast
            group prefixes to the PIM mode and RP address to use for
            groups within that group prefix.

            Rows in this table are created for a variety of reasons,
            indicated by the value of the pimGroupMappingOrigin object.

            -  Rows with a pimGroupMappingOrigin value of 'fixed' are
               created automatically by the router at startup, to
               correspond to the well-defined prefixes of link-local and
               unroutable group addresses.  These rows are never
               destroyed.

            -  Rows with a pimGroupMappingOrigin value of 'embedded' are
               created by the router to correspond to group prefixes
               that are to be treated as being in Embedded-RP format.

            -  Rows with a pimGroupMappingOrigin value of 'configRp' are
               created and destroyed as a result of rows in the
               pimStaticRPTable being created and destroyed.

            -  Rows with a pimGroupMappingOrigin value of 'configSsm'
               are created and destroyed as a result of configuration of
               SSM address ranges to the local router.

            -  Rows with a pimGroupMappingOrigin value of 'bsr' are
               created as a result of running the PIM Bootstrap Router
               (BSR) mechanism.  If the local router is not the elected
               BSR, these rows are created to correspond to group
               prefixes in the PIM Bootstrap messages received from the
               elected BSR.  If the local router is the elected BSR,
               these rows are created to correspond to group prefixes in
               the PIM Bootstrap messages that the local router sends.
               In either case, these rows are destroyed when the group
               prefixes are timed out by the BSR mechanism.

            -  Rows with a pimGroupMappingOrigin value of 'other' are
               created and destroyed according to some other mechanism
               not specified here.

            Given the collection of rows in this table at any point in
            time, the PIM mode and RP address to use for a particular
            group is determined using the following algorithm.

            1. From the set of all rows, the subset whose group prefix
               contains the group in question are selected.

            2. If there are no such rows, then the group mapping is
               undefined.

            3. If there are multiple selected rows, and a subset is
               defined by pimStaticRPTable (pimGroupMappingOrigin value
               of 'configRp') with pimStaticRPOverrideDynamic set to
               TRUE, then this subset is selected.

            4. From the selected subset of rows, the subset that have
               the greatest value of pimGroupMappingGrpPrefixLength are
               selected.

            5. If there are still multiple selected rows, the subset
               that has the highest precedence (the lowest numerical
               value for pimGroupMappingPrecedence) is selected.

            6. If there are still multiple selected rows, the row
               selected is implementation dependent; the implementation
               might or might not apply the PIM hash function to select
               the row.

            7. The group mode to use is given by the value of
               pimGroupMappingPimMode from the single selected row; the
               RP to use is given by the value of
               pimGroupMappingRPAddress, unless pimGroupMappingOrigin is
               'embedded', in which case, the RP is extracted from the
               group address in question."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 13 }

.1.3.6.1.2.1.157.1.13.1
pimGroupMappingEntry OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimGroupMappingOrigin, pimGroupMappingAddressType, pimGroupMappingGrpAddress, pimGroupMappingGrpPrefixLength, pimGroupMappingRPAddressType, pimGroupMappingRPAddress }
  DESCRIPTION	"An entry (conceptual row) in the pimGroupMappingTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimGroupMappingTable(13) 1 }

.1.3.6.1.2.1.157.1.13.1.1
pimGroupMappingOrigin OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION PimGroupMappingOriginType
  SYNTAX	INTEGER {fixed(1), configRp(2), configSsm(3), bsr(4), autoRP(5), embedded(6), other(7)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mechanism by which this group mapping was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimGroupMappingTable(13) pimGroupMappingEntry(1) 1 }

.1.3.6.1.2.1.157.1.13.1.2
pimGroupMappingAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the IP multicast group prefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimGroupMappingTable(13) pimGroupMappingEntry(1) 2 }

.1.3.6.1.2.1.157.1.13.1.3
pimGroupMappingGrpAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address that, when combined with
            pimGroupMappingGrpPrefixLength, gives the group prefix for
            this mapping.  The InetAddressType is given by the
            pimGroupMappingAddressType object.

            This address object is only significant up to
            pimGroupMappingGrpPrefixLength bits.  The remainder of the
            address bits are zero.  This is especially important for
            this index field, which is part of the index of this entry.
            Any non-zero bits would signify an entirely different
            entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimGroupMappingTable(13) pimGroupMappingEntry(1) 3 }

.1.3.6.1.2.1.157.1.13.1.4
pimGroupMappingGrpPrefixLength OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (4..128) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The multicast group prefix length that, when combined
            with pimGroupMappingGrpAddress, gives the group prefix for
            this mapping.  The InetAddressType is given by the
            pimGroupMappingAddressType object.  If
            pimGroupMappingAddressType is 'ipv4' or 'ipv4z', this
            object must be in the range 4..32.  If
            pimGroupMappingAddressType is 'ipv6' or 'ipv6z', this object
            must be in the range 8..128."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimGroupMappingTable(13) pimGroupMappingEntry(1) 4 }

.1.3.6.1.2.1.157.1.13.1.5
pimGroupMappingRPAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the RP to be used for groups within
            this group prefix, or unknown(0) if no RP is to be used or
            if the RP address is unknown.  This object must be
            unknown(0) if pimGroupMappingPimMode is ssm(2), or if
            pimGroupMappingOrigin is embedded(6)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimGroupMappingTable(13) pimGroupMappingEntry(1) 5 }

.1.3.6.1.2.1.157.1.13.1.6
pimGroupMappingRPAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the RP to be used for groups within this
            group prefix.  The InetAddressType is given by the
            pimGroupMappingRPAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimGroupMappingTable(13) pimGroupMappingEntry(1) 6 }

.1.3.6.1.2.1.157.1.13.1.7
pimGroupMappingPimMode OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION PimMode
  SYNTAX	INTEGER {none(1), ssm(2), asm(3), bidir(4), dm(5), other(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PIM mode to be used for groups in this group prefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimGroupMappingTable(13) pimGroupMappingEntry(1) 7 }

.1.3.6.1.2.1.157.1.13.1.8
pimGroupMappingPrecedence OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The precedence of this row, used in the algorithm that
            determines which row applies to a given group address
            (described above).  Numerically higher values for this
            object indicate lower precedences, with the value zero
            denoting the highest precedence.

            The absolute values of this object have a significance only
            on the local router and do not need to be coordinated with
            other routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) pimGroupMappingTable(13) pimGroupMappingEntry(1) 8 }

.1.3.6.1.2.1.157.1.14
pimKeepalivePeriod OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The duration of the Keepalive Timer.  This is the period
            during which the PIM router will maintain (S,G) state in the
            absence of explicit (S,G) local membership or (S,G) join
            messages received to maintain it.  This timer period is
            called the Keepalive_Period in the PIM-SM specification.  It
            is called the SourceLifetime in the PIM-DM specification.

            The storage type of this object is determined by
            pimDeviceConfigStorageType."
  DEFVAL	{ 210 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 14 }

.1.3.6.1.2.1.157.1.15
pimRegisterSuppressionTime OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The duration of the Register Suppression Timer.  This is
            the period during which a PIM Designated Router (DR) stops
            sending Register-encapsulated data to the Rendezvous Point
            (RP) after receiving a Register-Stop message.  This object
            is used to run timers both at the DR and at the RP.  This
            timer period is called the Register_Suppression_Time in the
            PIM-SM specification.

            The storage type of this object is determined by
            pimDeviceConfigStorageType."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 15 }

.1.3.6.1.2.1.157.1.16
pimStarGEntries OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of entries in the pimStarGTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 16 }

.1.3.6.1.2.1.157.1.17
pimStarGIEntries OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of entries in the pimStarGITable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 17 }

.1.3.6.1.2.1.157.1.18
pimSGEntries OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of entries in the pimSGTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 18 }

.1.3.6.1.2.1.157.1.19
pimSGIEntries OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of entries in the pimSGITable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 19 }

.1.3.6.1.2.1.157.1.20
pimSGRptEntries OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of entries in the pimSGRptTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 20 }

.1.3.6.1.2.1.157.1.21
pimSGRptIEntries OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of entries in the pimSGRptITable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 21 }

.1.3.6.1.2.1.157.1.22
pimOutAsserts OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Asserts sent by this router.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, for example,
            when the device is rebooted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 22 }

.1.3.6.1.2.1.157.1.23
pimInAsserts OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Asserts received by this router.  Asserts
            are multicast to all routers on a network.  This counter is
            incremented by all routers that receive an assert, not only
            those routers that are contesting the assert.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, for example,
            when the device is rebooted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 23 }

.1.3.6.1.2.1.157.1.24
pimLastAssertInterface OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface on which this router most recently sent or
            received an assert, or zero if this router has not sent or
            received an assert."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 24 }

.1.3.6.1.2.1.157.1.25
pimLastAssertGroupAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of the multicast group address in the most
            recently sent or received assert.  If this router has not
            sent or received an assert, then this object is set to
            unknown(0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 25 }

.1.3.6.1.2.1.157.1.26
pimLastAssertGroupAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The multicast group address in the most recently sent or
            received assert.  The InetAddressType is given by the
            pimLastAssertGroupAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 26 }

.1.3.6.1.2.1.157.1.27
pimLastAssertSourceAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of the source address in the most recently
            sent or received assert.  If the most recent assert was
            (*,G), or if this router has not sent or received an assert,
            then this object is set to unknown(0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 27 }

.1.3.6.1.2.1.157.1.28
pimLastAssertSourceAddress OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source address in the most recently sent or received
            assert.  The InetAddressType is given by the
            pimLastAssertSourceAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 28 }

.1.3.6.1.2.1.157.1.29
pimNeighborLossNotificationPeriod OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum time that must elapse between pimNeighborLoss
            notifications originated by this router.  The maximum value
            65535 represents an 'infinite' time, in which case, no
            pimNeighborLoss notifications are ever sent.

            The storage type of this object is determined by
            pimDeviceConfigStorageType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 29 }

.1.3.6.1.2.1.157.1.30
pimNeighborLossCount OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of neighbor loss events that have occurred.

            This counter is incremented when the neighbor timer expires,
            and the router has no other neighbors on the same interface
            with the same IP version and a lower IP address than itself.

            This counter is incremented whenever a pimNeighborLoss
            notification would be generated.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, for example,
            when the device is rebooted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 30 }

.1.3.6.1.2.1.157.1.31
pimInvalidRegisterNotificationPeriod OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (10..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum time that must elapse between
            pimInvalidRegister notifications originated by this router.
            The default value of 65535 represents an 'infinite' time, in
            which case, no pimInvalidRegister notifications are ever
            sent.

            The non-zero minimum allowed value provides resilience
            against propagation of denial-of-service attacks from the
            data and control planes to the network management plane.

            The storage type of this object is determined by
            pimDeviceConfigStorageType."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 31 }

.1.3.6.1.2.1.157.1.32
pimInvalidRegisterMsgsRcvd OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of invalid PIM Register messages that have been
            received by this device.

            A PIM Register message is invalid if either

            o the destination address of the Register message does not
              match the Group to RP mapping on this device, or

            o this device believes the group address to be within an
              SSM address range, but this Register implies ASM usage.

            These conditions can occur transiently while RP mapping
            changes propagate through the network.  If this counter is
            incremented repeatedly over several minutes, then there is a
            persisting configuration error that requires correction.

            The active Group to RP mapping on this device is specified
            by the object pimGroupMappingPimMode.  If there is no such
            mapping, then the object pimGroupMappingPimMode is absent.
            The RP address contained in the invalid Register is
            pimInvalidRegisterRp.

            Multicast data carried by invalid Register messages is
            discarded.  The discarded data is from a source directly
            connected to pimInvalidRegisterOrigin, and is addressed to
            pimInvalidRegisterGroup.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, for example,
            when the device is rebooted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 32 }

.1.3.6.1.2.1.157.1.33
pimInvalidRegisterAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type stored in pimInvalidRegisterOrigin,
            pimInvalidRegisterGroup, and pimInvalidRegisterRp.

            If no invalid Register messages have been received, then
            this object is set to unknown(0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 33 }

.1.3.6.1.2.1.157.1.34
pimInvalidRegisterOrigin OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source address of the last invalid Register message
            received by this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 34 }

.1.3.6.1.2.1.157.1.35
pimInvalidRegisterGroup OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP multicast group address to which the last invalid
            Register message received by this device was addressed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 35 }

.1.3.6.1.2.1.157.1.36
pimInvalidRegisterRp OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The RP address to which the last invalid Register message
            received by this device was delivered."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 36 }

.1.3.6.1.2.1.157.1.37
pimInvalidJoinPruneNotificationPeriod OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (10..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum time that must elapse between
            pimInvalidJoinPrune notifications originated by this router.
            The default value of 65535 represents an 'infinite' time, in
            which case, no pimInvalidJoinPrune notifications are ever
            sent.

            The non-zero minimum allowed value provides resilience
            against propagation of denial-of-service attacks from the
            control plane to the network management plane.

            The storage type of this object is determined by
            pimDeviceConfigStorageType."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 37 }

.1.3.6.1.2.1.157.1.38
pimInvalidJoinPruneMsgsRcvd OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of invalid PIM Join/Prune messages that have
            been received by this device.

            A PIM Join/Prune message is invalid if either

            o the Group to RP mapping specified by this message does not
              match the Group to RP mapping on this device, or

            o this device believes the group address to be within an
              SSM address range, but this Join/Prune (*,G) or (S,G,rpt)
              implies ASM usage.

            These conditions can occur transiently while RP mapping
            changes propagate through the network.  If this counter is
            incremented repeatedly over several minutes, then there is a
            persisting configuration error that requires correction.

            The active Group to RP mapping on this device is specified
            by the object pimGroupMappingPimMode.  If there is no such
            mapping, then the object pimGroupMappingPimMode is absent.
            The RP address contained in the invalid Join/Prune is
            pimInvalidJoinPruneRp.

            Invalid Join/Prune messages are discarded.  This may result
            in loss of multicast data affecting listeners downstream of
            pimInvalidJoinPruneOrigin, for multicast data addressed to
            pimInvalidJoinPruneGroup.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, for example,
            when the device is rebooted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 38 }

.1.3.6.1.2.1.157.1.39
pimInvalidJoinPruneAddressType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type stored in pimInvalidJoinPruneOrigin,
            pimInvalidJoinPruneGroup, and pimInvalidJoinPruneRp.

            If no invalid Join/Prune messages have been received, this
            object is set to unknown(0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 39 }

.1.3.6.1.2.1.157.1.40
pimInvalidJoinPruneOrigin OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source address of the last invalid Join/Prune message
            received by this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 40 }

.1.3.6.1.2.1.157.1.41
pimInvalidJoinPruneGroup OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP multicast group address carried in the last
            invalid Join/Prune message received by this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 41 }

.1.3.6.1.2.1.157.1.42
pimInvalidJoinPruneRp OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0 | 4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The RP address carried in the last invalid Join/Prune
            message received by this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 42 }

.1.3.6.1.2.1.157.1.43
pimRPMappingNotificationPeriod OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum time that must elapse between
            pimRPMappingChange notifications originated by this router.
            The default value of 65535 represents an 'infinite' time, in
            which case, no pimRPMappingChange notifications are ever
            sent.

            The storage type of this object is determined by
            pimDeviceConfigStorageType."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 43 }

.1.3.6.1.2.1.157.1.44
pimRPMappingChangeCount OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of changes to active RP mappings on this device.

            Information about active RP mappings is available in
            pimGroupMappingTable.  Only changes to active mappings cause
            this counter to be incremented.  That is, changes that
            modify the pimGroupMappingEntry with the highest precedence
            for a group (lowest value of pimGroupMappingPrecedence).

            Such changes may result from manual configuration of this
            device, or from automatic RP mapping discovery methods
            including the PIM Bootstrap Router (BSR) mechanism.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, for example,
            when the device is rebooted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 44 }

.1.3.6.1.2.1.157.1.45
pimInterfaceElectionNotificationPeriod OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum time that must elapse between
            pimInterfaceElection notifications originated by this
            router.  The default value of 65535 represents an 'infinite'
            time, in which case, no pimInterfaceElection notifications
            are ever sent.

            The storage type of this object is determined by
            pimDeviceConfigStorageType."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 45 }

.1.3.6.1.2.1.157.1.46
pimInterfaceElectionWinCount OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this device has been elected DR or DF
            on any interface.

            Elections occur frequently on newly-active interfaces, as
            triggered Hellos establish adjacencies.  This counter is not
            incremented for elections on an interface until the first
            periodic Hello has been sent.  If this router is the DR or
            DF at the time of sending the first periodic Hello after
            interface activation, then this counter is incremented
            (once) at that time.

            Discontinuities in the value of this counter can occur at
            re-initialization of the management system, for example,
            when the device is rebooted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 46 }

.1.3.6.1.2.1.157.1.47
pimRefreshInterval OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval between successive State Refresh messages sent
            by an Originator.  This timer period is called the
            RefreshInterval in the PIM-DM specification.  This object is
            used only by PIM-DM.

            The storage type of this object is determined by
            pimDeviceConfigStorageType."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 47 }

.1.3.6.1.2.1.157.1.48
pimDeviceConfigStorageType OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The storage type used for the global PIM configuration of
            this device, comprised of the objects listed below.  If this
            storage type takes the value 'permanent', write-access to
            the listed objects need not be allowed.

            The objects described by this storage type are:
            pimKeepalivePeriod, pimRegisterSuppressionTime,
            pimNeighborLossNotificationPeriod,
            pimInvalidRegisterNotificationPeriod,
            pimInvalidJoinPruneNotificationPeriod,
            pimRPMappingNotificationPeriod,
            pimInterfaceElectionNotificationPeriod, and
            pimRefreshInterval."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pim(1) 48 }

.1.3.6.1.2.1.157.2
pimMIBConformance OBJECT-TYPE
  -- FROM	PIM-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) 2 }

.1.3.6.1.2.1.157.2.1
pimMIBCompliances OBJECT-TYPE
  -- FROM	PIM-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) 1 }

.1.3.6.1.2.1.157.2.1.1
pimMIBComplianceAsm MODULE-COMPLIANCE
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"The compliance statement for routers which are running
             PIM-SM (Sparse Mode)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBCompliances(1) 1 }

.1.3.6.1.2.1.157.2.1.2
pimMIBComplianceBidir MODULE-COMPLIANCE
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"The compliance statement for routers which are running
            Bidir-PIM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBCompliances(1) 2 }

.1.3.6.1.2.1.157.2.1.3
pimMIBComplianceSsm MODULE-COMPLIANCE
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"The compliance statement for routers which are running
             PIM SSM (Source Specific Multicast)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBCompliances(1) 3 }

.1.3.6.1.2.1.157.2.1.4
pimMIBComplianceDm MODULE-COMPLIANCE
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"The compliance statement for routers which are running
            PIM-DM (Dense Mode)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBCompliances(1) 4 }

.1.3.6.1.2.1.157.2.2
pimMIBGroups OBJECT-TYPE
  -- FROM	PIM-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) 2 }

.1.3.6.1.2.1.157.2.2.1
pimTopologyGroup OBJECT-GROUP
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"A collection of read-only objects used to report local PIM
            topology."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 1 }

.1.3.6.1.2.1.157.2.2.2
pimNotificationGroup OBJECT-TYPE
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"A collection of notifications for signaling important PIM
            events."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 2 }

.1.3.6.1.2.1.157.2.2.3
pimTuningParametersGroup OBJECT-GROUP
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"A collection of writeable objects used to configure PIM
            behavior and to tune performance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 3 }

.1.3.6.1.2.1.157.2.2.4
pimRouterStatisticsGroup OBJECT-GROUP
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"A collection of statistics global to the PIM router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 4 }

.1.3.6.1.2.1.157.2.2.5
pimSsmGroup OBJECT-GROUP
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"A collection of objects to support management of PIM
            routers running the PIM SSM (Source Specific Multicast)
            protocol, in PIM mode SM (Sparse Mode)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 5 }

.1.3.6.1.2.1.157.2.2.7
pimSmGroup OBJECT-GROUP
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"A collection of objects to support management of PIM
            routers running PIM-SM (Sparse Mode).  The groups
            pimSsmGroup and pimRPConfigGroup are also required."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 7 }

.1.3.6.1.2.1.157.2.2.11
pimNetMgmtNotificationObjects OBJECT-GROUP
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"A collection of objects to support notification of PIM
            network management events."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 11 }

.1.3.6.1.2.1.157.2.2.13
pimDiagnosticsGroup OBJECT-GROUP
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"Objects providing additional diagnostics related to a PIM
            router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 13 }

.1.3.6.1.2.1.157.2.2.14
pimDmGroup OBJECT-GROUP
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"A collection of objects required for management of PIM
            Dense Mode (PIM-DM) function.  The groups pimSsmGroup and
            pimSmGroup are also required."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 14 }

.1.3.6.1.2.1.157.2.2.15
pimDeviceStorageGroup OBJECT-GROUP
  -- FROM	PIM-STD-MIB
  DESCRIPTION	"An object that specifies the volatility of global PIM
            configuration settings on this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimStdMIB(157) pimMIBConformance(2) pimMIBGroups(2) 15 }

.1.3.6.1.2.1.158
dot3OamMIB MODULE-IDENTITY
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"The MIB module for managing the new Ethernet OAM features
        introduced by the Ethernet in the First Mile taskforce (IEEE
        802.3ah).  The functionality presented here is based on IEEE
        802.3ah [802.3ah], released in October, 2004.  [802.3ah] was
        prepared as an addendum to the standing version of IEEE 802.3
        [802.3-2002].  Since then, [802.3ah] has been
        merged into the base IEEE 802.3 specification in [802.3-2005].

        In particular, this MIB focuses on the new OAM functions
        introduced in Clause 57 of [802.3ah].  The OAM functionality
        of Clause 57 is controlled by new management attributes
        introduced in Clause 30 of [802.3ah].  The OAM functions are
        not specific to any particular Ethernet physical layer, and
        can be generically applied to any Ethernet interface of
        [802.3-2002].

        An Ethernet OAM protocol data unit is a valid Ethernet frame
        with a destination MAC address equal to the reserved MAC
        address for Slow Protocols (See 43B of [802.3ah]), a
        lengthOrType field equal to the reserved type for Slow
        Protocols, and a Slow Protocols subtype equal to that of the
        subtype reserved for Ethernet OAM.  OAMPDU is used throughout
        this document as an abbreviation for Ethernet OAM protocol
        data unit.

        The following reference is used throughout this MIB module:
        [802.3ah] refers to:
        IEEE Std 802.3ah-2004: 'Draft amendment to -
        Information technology - Telecommunications and
        information exchange between systems - Local and
        metropolitan area networks - Specific requirements - Part
        3: Carrier sense multiple access with collision detection
        (CSMA/CD) access method and physical layer specifications
        - Media Access Control Parameters, Physical Layers and
        Management Parameters for subscriber access networks',
        October 2004.

        [802.3-2002] refers to:
        IEEE Std 802.3-2002:
        'Information technology - Telecommunications and
        information exchange between systems - Local and
        metropolitan area networks - Specific requirements - Part
        3: Carrier sense multiple access with collision detection
        (CSMA/CD) access method and physical layer specifications
        - Media Access Control Parameters, Physical Layers and
        Management Parameters for subscriber access networks',
        March 2002.

        [802.3-2005] refers to:
        IEEE Std 802.3-2005:
        'Information technology - Telecommunications and
        information exchange between systems - Local and
        metropolitan area networks - Specific requirements - Part
        3: Carrier sense multiple access with collision detection
        (CSMA/CD) access method and physical layer specifications
        - Media Access Control Parameters, Physical Layers and
        Management Parameters for subscriber access networks',
        December 2005.

        [802-2001] refers to:
        'IEEE Standard for LAN/MAN (Local Area
        Network/Metropolitan Area Network): Overview and
        Architecture', IEEE 802, June 2001.

        Copyright (c) The IETF Trust (2007).  This version of
        this MIB module is part of RFC 4878; See the RFC itself for
        full legal notices. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 158 }

.1.3.6.1.2.1.158.0
dot3OamNotifications OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) 0 }

.1.3.6.1.2.1.158.0.1
dot3OamThresholdEvent NOTIFICATION-TYPE
  -- FROM	DOT3-OAM-MIB
  OBJECTS	{ dot3OamEventLogTimestamp, dot3OamEventLogOui, dot3OamEventLogType, dot3OamEventLogLocation, dot3OamEventLogWindowHi, dot3OamEventLogWindowLo, dot3OamEventLogThresholdHi, dot3OamEventLogThresholdLo, dot3OamEventLogValue, dot3OamEventLogRunningTotal, dot3OamEventLogEventTotal }
  DESCRIPTION	"A dot3OamThresholdEvent notification is sent when a local or
        remote threshold crossing event is detected.  A local
        threshold crossing event is detected by the local entity,
        while a remote threshold crossing event is detected by the
        reception of an Ethernet OAM Event Notification OAMPDU
        that indicates a threshold event.

        This notification should not be sent more than once per
        second.

        The OAM entity can be derived from extracting the ifIndex from
        the variable bindings.  The objects in the notification
        correspond to the values in a row instance in the
        dot3OamEventLogTable.

        The management entity should periodically check
        dot3OamEventLogTable to detect any missed events."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamNotifications(0) 1 }

.1.3.6.1.2.1.158.0.2
dot3OamNonThresholdEvent NOTIFICATION-TYPE
  -- FROM	DOT3-OAM-MIB
  OBJECTS	{ dot3OamEventLogTimestamp, dot3OamEventLogOui, dot3OamEventLogType, dot3OamEventLogLocation, dot3OamEventLogEventTotal }
  DESCRIPTION	"A dot3OamNonThresholdEvent notification is sent when a local
        or remote non-threshold crossing event is detected.  A local
        event is detected by the local entity, while a remote event is
        detected by the reception of an Ethernet OAM Event
        Notification OAMPDU that indicates a non-threshold crossing
        event.

        This notification should not be sent more than once per
        second.

        The OAM entity can be derived from extracting the ifIndex from
        the variable bindings.  The objects in the notification
        correspond to the values in a row instance of the
        dot3OamEventLogTable.

        The management entity should periodically check
        dot3OamEventLogTable to detect any missed events."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamNotifications(0) 2 }

.1.3.6.1.2.1.158.1
dot3OamObjects OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) 1 }

.1.3.6.1.2.1.158.1.1
dot3OamTable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the primary controls and status for the
        OAM capabilities of an Ethernet-like interface.  There will be
        one row in this table for each Ethernet-like interface in the
        system that supports the OAM functions defined in [802.3ah].
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) 1 }

.1.3.6.1.2.1.158.1.1.1
dot3OamEntry OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the table that contains information on the
        Ethernet OAM function for a single Ethernet like interface.
        Entries in the table are created automatically for each
        interface supporting Ethernet OAM.  The status of the row
        entry can be determined from dot3OamOperStatus.

        A dot3OamEntry is indexed in the dot3OamTable by the ifIndex
        object of the Interfaces MIB.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamTable(1) 1 }

.1.3.6.1.2.1.158.1.1.1.1
dot3OamAdminState OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to provision the default administrative
        OAM mode for this interface.  This object represents the
        desired state of OAM for this interface.

        The dot3OamAdminState always starts in the disabled(2) state
        until an explicit management action or configuration
        information retained by the system causes a transition to the
        enabled(1) state.  When enabled(1), Ethernet OAM will attempt
        to operate over this interface.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamTable(1) dot3OamEntry(1) 1 }

.1.3.6.1.2.1.158.1.1.1.2
dot3OamOperStatus OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	INTEGER {disabled(1), linkFault(2), passiveWait(3), activeSendLocal(4), sendLocalAndRemote(5), sendLocalAndRemoteOk(6), oamPeeringLocallyRejected(7), oamPeeringRemotelyRejected(8), operational(9), nonOperHalfDuplex(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"At initialization and failure conditions, two OAM entities on
        the same full-duplex Ethernet link begin a discovery phase to
        determine what OAM capabilities may be used on that link.  The
        progress of this initialization is controlled by the OA
        sublayer.

        This value is always disabled(1) if OAM is disabled on this
        interface via the dot3OamAdminState.

        If the link has detected a fault and is transmitting OAMPDUs
        with a link fault indication, the value is linkFault(2).
        Also, if the interface is not operational (ifOperStatus is
        not up(1)), linkFault(2) is returned.  Note that the object
        ifOperStatus may not be up(1) as a result of link failure or
        administrative action (ifAdminState being down(2) or
        testing(3)).

        The passiveWait(3) state is returned only by OAM entities in
        passive mode (dot3OamMode) and reflects the state in which the
        OAM entity is waiting to see if the peer device is OA
        capable.  The activeSendLocal(4) value is used by active mode
        devices (dot3OamMode) and reflects the OAM entity actively
        trying to discover whether the peer has OAM capability but has
        not yet made that determination.

        The state sendLocalAndRemote(5) reflects that the local OA
        entity has discovered the peer but has not yet accepted or
        rejected the configuration of the peer.  The local device can,
        for whatever reason, decide that the peer device is
        unacceptable and decline OAM peering.  If the local OAM entity
        rejects the peer OAM entity, the state becomes
        oamPeeringLocallyRejected(7).  If the OAM peering is allowed
        by the local device, the state moves to
        sendLocalAndRemoteOk(6).  Note that both the
        sendLocalAndRemote(5) and oamPeeringLocallyRejected(7) states
        fall within the state SEND_LOCAL_REMOTE of the Discovery state
        diagram [802.3ah, Figure 57-5], with the difference being
        whether the local OAM client has actively rejected the peering
        or has just not indicated any decision yet.  Whether a peering
        decision has been made is indicated via the local flags field
        in the OAMPDU (reflected in the aOAMLocalFlagsField of
        30.3.6.1.10).

        If the remote OAM entity rejects the peering, the state
        becomes oamPeeringRemotelyRejected(8).  Note that both the
        sendLocalAndRemoteOk(6) and oamPeeringRemotelyRejected(8)
        states fall within the state SEND_LOCAL_REMOTE_OK of the
        Discovery state diagram [802.3ah, Figure 57-5], with the
        difference being whether the remote OAM client has rejected
        the peering or has just not yet decided.  This is indicated
        via the remote flags field in the OAMPDU (reflected in the
        aOAMRemoteFlagsField of 30.3.6.1.11).

        When the local OAM entity learns that both it and the remote
        OAM entity have accepted the peering, the state moves to
        operational(9) corresponding to the SEND_ANY state of the
        Discovery state diagram [802.3ah, Figure 57-5].

        Since Ethernet OAM functions are not designed to work
        completely over half-duplex interfaces, the value
        nonOperHalfDuplex(10) is returned whenever Ethernet OAM is
        enabled (dot3OamAdminState is enabled(1)), but the interface
        is in half-duplex operation.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamTable(1) dot3OamEntry(1) 2 }

.1.3.6.1.2.1.158.1.1.1.3
dot3OamMode OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	INTEGER {passive(1), active(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object configures the mode of OAM operation for this
        Ethernet-like interface.  OAM on Ethernet interfaces may be in
        'active' mode or 'passive' mode.  These two modes differ in
        that active mode provides additional capabilities to initiate
        monitoring activities with the remote OAM peer entity, while
        passive mode generally waits for the peer to initiate OA
        actions with it.  As an example, an active OAM entity can put
        the remote OAM entity in a loopback state, where a passive OA
        entity cannot.

        The default value of dot3OamMode is dependent on the type of
        system on which this Ethernet-like interface resides.  The
        default value should be 'active(2)' unless it is known that
        this system should take on a subservient role to the other
        device connected over this interface.

        Changing this value results in incrementing the configuration
        revision field of locally generated OAMPDUs (30.3.6.1.12) and
        potentially re-doing the OAM discovery process if the
        dot3OamOperStatus was already operational(9).
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamTable(1) dot3OamEntry(1) 3 }

.1.3.6.1.2.1.158.1.1.1.4
dot3OamMaxOamPduSize OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32 (64..1518) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The largest OAMPDU that the OAM entity supports.  OA
        entities exchange maximum OAMPDU sizes and negotiate to use
        the smaller of the two maximum OAMPDU sizes between the peers.
        This value is determined by the local implementation.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamTable(1) dot3OamEntry(1) 4 }

.1.3.6.1.2.1.158.1.1.1.5
dot3OamConfigRevision OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The configuration revision of the OAM entity as reflected in
        the latest OAMPDU sent by the OAM entity.  The config revision
        is used by OAM entities to indicate that configuration changes
        have occurred, which might require the peer OAM entity to
        re-evaluate whether OAM peering is allowed.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamTable(1) dot3OamEntry(1) 5 }

.1.3.6.1.2.1.158.1.1.1.6
dot3OamFunctionsSupported OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	BITS {unidirectionalSupport(0), loopbackSupport(1), eventSupport(2), variableSupport(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OAM functions supported on this Ethernet-like interface.
        OAM consists of separate functional sets beyond the basic
        discovery process that is always required.  These functional
        groups can be supported independently by any implementation.
        These values are communicated to the peer via the local
        configuration field of Information OAMPDUs.

        Setting 'unidirectionalSupport(0)' indicates that the OA
        entity supports the transmission of OAMPDUs on links that are
        operating in unidirectional mode (traffic flowing in one
        direction only).  Setting 'loopbackSupport(1)' indicates that
        the OAM entity can initiate and respond to loopback commands.
        Setting 'eventSupport(2)' indicates that the OAM entity can
        send and receive Event Notification OAMPDUs.  Setting
        'variableSupport(3)' indicates that the OAM entity can send
        and receive Variable Request and Response OAMPDUs.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamTable(1) dot3OamEntry(1) 6 }

.1.3.6.1.2.1.158.1.2
dot3OamPeerTable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the OAM peer for a
        particular Ethernet-like interface.  OAM entities communicate
        with a single OAM peer entity on Ethernet links on which OA
        is enabled and operating properly.  There is one entry in this
        table for each entry in the dot3OamTable for which information
        on the peer OAM entity is available.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) 2 }

.1.3.6.1.2.1.158.1.2.1
dot3OamPeerEntry OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the table containing information on the peer OA
        entity for a single Ethernet-like interface.

        Note that there is at most one OAM peer for each Ethernet-like
        interface.  Entries are automatically created when information
        about the OAM peer entity becomes available, and automatically
        deleted when the OAM peer entity is no longer in
        communication.  Peer information is not available when
        dot3OamOperStatus is disabled(1), linkFault(2),
        passiveWait(3), activeSendLocal(4), or nonOperHalfDuplex(10).
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamPeerTable(2) 1 }

.1.3.6.1.2.1.158.1.2.1.1
dot3OamPeerMacAddress OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address of the peer OAM entity.  The MAC address is
        derived from the most recently received OAMPDU.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamPeerTable(2) dot3OamPeerEntry(1) 1 }

.1.3.6.1.2.1.158.1.2.1.2
dot3OamPeerVendorOui OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION EightOTwoOui
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OUI of the OAM peer as reflected in the latest
        Information OAMPDU received with a Local Information TLV.  The
        OUI can be used to identify the vendor of the remote OA
        entity.  This value is initialized to three octets of zero
        before any Local Information TLV is received.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamPeerTable(2) dot3OamPeerEntry(1) 2 }

.1.3.6.1.2.1.158.1.2.1.3
dot3OamPeerVendorInfo OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Vendor Info of the OAM peer as reflected in the latest
        Information OAMPDU received with a Local Information TLV.
        The semantics of the Vendor Information field is proprietary
        and specific to the vendor (identified by the
        dot3OamPeerVendorOui).  This information could, for example,
        be used to identify a specific product or product family.
        This value is initialized to zero before any Local
        Information TLV is received.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamPeerTable(2) dot3OamPeerEntry(1) 3 }

.1.3.6.1.2.1.158.1.2.1.4
dot3OamPeerMode OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	INTEGER {passive(1), active(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The mode of the OAM peer as reflected in the latest
        Information OAMPDU received with a Local Information TLV.  The
        mode of the peer can be determined from the Configuration
        field in the Local Information TLV of the last Information
        OAMPDU received from the peer.  The value is unknown(3)
        whenever no Local Information TLV has been received.  The
        values of active(2) and passive(1) are returned when a Local
        Information TLV has been received indicating that the peer is
        in active or passive mode, respectively.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamPeerTable(2) dot3OamPeerEntry(1) 4 }

.1.3.6.1.2.1.158.1.2.1.5
dot3OamPeerMaxOamPduSize OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32 (0 | 64..1518) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum size of OAMPDU supported by the peer as reflected
        in the latest Information OAMPDU received with a Local
        Information TLV.  Ethernet OAM on this interface must not use
        OAMPDUs that exceed this size.  The maximum OAMPDU size can be
        determined from the PDU Configuration field of the Local
        Information TLV of the last Information OAMPDU received from
        the peer.  A value of zero is returned if no Local Information
        TLV has been received.  Otherwise, the value of the OAM peer's
        maximum OAMPDU size is returned in this value.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamPeerTable(2) dot3OamPeerEntry(1) 5 }

.1.3.6.1.2.1.158.1.2.1.6
dot3OamPeerConfigRevision OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The configuration revision of the OAM peer as reflected in
        the latest OAMPDU.  This attribute is changed by the peer
        whenever it has a local configuration change for Ethernet OA
        on this interface.  The configuration revision can be
        determined from the Revision field of the Local Information
        TLV of the most recently received Information OAMPDU with
        a Local Information TLV.  A value of zero is returned if
        no Local Information TLV has been received.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamPeerTable(2) dot3OamPeerEntry(1) 6 }

.1.3.6.1.2.1.158.1.2.1.7
dot3OamPeerFunctionsSupported OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	BITS {unidirectionalSupport(0), loopbackSupport(1), eventSupport(2), variableSupport(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OAM functions supported on this Ethernet-like interface.
        OAM consists of separate functionality sets above the basic
        discovery process.  This value indicates the capabilities of
        the peer OAM entity with respect to these functions.  This
        value is initialized so all bits are clear.

        If unidirectionalSupport(0) is set, then the peer OAM entity
        supports sending OAM frames on Ethernet interfaces when the
        receive path is known to be inoperable.  If
        loopbackSupport(1) is set, then the peer OAM entity can send
        and receive OAM loopback commands.  If eventSupport(2) is set,
        then the peer OAM entity can send and receive event OAMPDUs to
        signal various error conditions.  If variableSupport(3) is
        set, then the peer OAM entity can send and receive variable
        requests to monitor the attribute value as described in Clause
        57 of [802.3ah].

        The capabilities of the OAM peer can be determined from the
        configuration field of the Local Information TLV of the most
        recently received Information OAMPDU with a Local Information
        TLV.  All zeros are returned if no Local Information TLV has
        yet been received.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamPeerTable(2) dot3OamPeerEntry(1) 7 }

.1.3.6.1.2.1.158.1.3
dot3OamLoopbackTable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains controls for the loopback state of the
        local link as well as indicates the status of the loopback
        function.  There is one entry in this table for each entry in
        dot3OamTable that supports loopback functionality (where
        dot3OamFunctionsSupported includes the loopbackSupport bit
        set).

        Loopback can be used to place the remote OAM entity in a state
        where every received frame (except OAMPDUs) is echoed back
        over the same interface on which they were received.  In this
        state, at the remote entity, 'normal' traffic is disabled as
        only the looped back frames are transmitted on the interface.
        Loopback is thus an intrusive operation that prohibits normal
        data flow and should be used accordingly.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) 3 }

.1.3.6.1.2.1.158.1.3.1
dot3OamLoopbackEntry OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the table, containing information on the loopback
        status for a single Ethernet-like interface.  Entries in the
        table are automatically created whenever the local OAM entity
        supports loopback capabilities.  The loopback status on the
        interface can be determined from the dot3OamLoopbackStatus
        object.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamLoopbackTable(3) 1 }

.1.3.6.1.2.1.158.1.3.1.1
dot3OamLoopbackStatus OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	INTEGER {noLoopback(1), initiatingLoopback(2), remoteLoopback(3), terminatingLoopback(4), localLoopback(5), unknown(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The loopback status of the OAM entity.  This status is
        determined by a combination of the local parser and
        multiplexer states, the remote parser and multiplexer states,
        as well as by the actions of the local OAM client.  When
        operating in normal mode with no loopback in progress, the
        status reads noLoopback(1).

        The values initiatingLoopback(2) and terminatingLoopback(4)
        can be read or written.  The other values can only be read -
        they can never be written.  Writing initiatingLoopback causes
        the local OAM entity to start the loopback process with its
        peer.  This value can only be written when the status is
        noLoopback(1).  Writing the value initiatingLoopback(2) in any
        other state has no effect.  When in remoteLoopback(3), writing
        terminatingLoopback(4) causes the local OAM entity to initiate
        the termination of the loopback state.  Writing
        terminatingLoopack(4) in any other state has no effect.

        If the OAM client initiates a loopback and has sent a
        Loopback OAMPDU and is waiting for a response, where the local
        parser and multiplexer states are DISCARD (see [802.3ah,
        57.2.11.1]), the status is 'initiatingLoopback'.  In this
        case, the local OAM entity has yet to receive any
        acknowledgment that the remote OAM entity has received its
        loopback command request.
        If the local OAM client knows that the remote OAM entity is in
        loopback mode (via the remote state information as described
        in [802.3ah, 57.2.11.1, 30.3.6.1.15]), the status is
        remoteLoopback(3).  If the local OAM client is in the process
        of terminating the remote loopback [802.3ah, 57.2.11.3,
        30.3.6.1.14] with its local multiplexer and parser states in
        DISCARD, the status is terminatingLoopback(4).  If the remote
        OAM client has put the local OAM entity in loopback mode as
        indicated by its local parser state, the status is
        localLoopback(5).

        The unknown(6) status indicates that the parser and
        multiplexer combination is unexpected.  This status may be
        returned if the OAM loopback is in a transition state but
        should not persist.

        The values of this attribute correspond to the following
        values of the local and remote parser and multiplexer states.

        value            LclPrsr   LclMux    RmtPrsr   RmtMux
        noLoopback         FWD       FWD       FWD       FWD
        initLoopback     DISCARD   DISCARD     FWD       FWD
        rmtLoopback      DISCARD     FWD      LPBK    DISCARD
        tmtngLoopback    DISCARD   DISCARD    LPBK    DISCARD
        lclLoopback        LPBK    DISCARD   DISCARD     FWD
        unknown            ***   any other combination   ***
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamLoopbackTable(3) dot3OamLoopbackEntry(1) 1 }

.1.3.6.1.2.1.158.1.3.1.2
dot3OamLoopbackIgnoreRx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	INTEGER {ignore(1), process(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Since OAM loopback is a disruptive operation (user traffic
        does not pass), this attribute provides a mechanism to provide
        controls over whether received OAM loopback commands are
        processed or ignored.  When the value is ignore(1), received
        loopback commands are ignored.  When the value is process(2),
        OAM loopback commands are processed.  The default value is to
        ignore loopback commands (ignore(1)).
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamLoopbackTable(3) dot3OamLoopbackEntry(1) 2 }

.1.3.6.1.2.1.158.1.4
dot3OamStatsTable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains statistics for the OAM function on a
        particular Ethernet-like interface.  There is an entry in the
        table for every entry in the dot3OamTable.

        The counters in this table are defined as 32-bit entries to
        match the counter size as defined in [802.3ah].  Given that
        the OA protocol is a slow protocol, the counters increment at
        a slow rate.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) 4 }

.1.3.6.1.2.1.158.1.4.1
dot3OamStatsEntry OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the table containing statistics information on
        the Ethernet OAM function for a single Ethernet-like
        interface.  Entries are automatically created for every entry
        in the dot3OamTable.  Counters are maintained across
        transitions in dot3OamOperStatus.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) 1 }

.1.3.6.1.2.1.158.1.4.1.1
dot3OamInformationTx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Information OAMPDUs transmitted on
        this interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 1 }

.1.3.6.1.2.1.158.1.4.1.2
dot3OamInformationRx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Information OAMPDUs received on this
        interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 2 }

.1.3.6.1.2.1.158.1.4.1.3
dot3OamUniqueEventNotificationTx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of unique Event OAMPDUs transmitted on
        this interface.  Event Notifications may be sent in duplicate
        to increase the probability of successfully being received,
        given the possibility that a frame may be lost in transit.
        Duplicate Event Notification transmissions are counted by
        dot3OamDuplicateEventNotificationTx.

        A unique Event Notification OAMPDU is indicated as an Event
        Notification OAMPDU with a Sequence Number field that is
        distinct from the previously transmitted Event Notification
        OAMPDU Sequence Number.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 3 }

.1.3.6.1.2.1.158.1.4.1.4
dot3OamUniqueEventNotificationRx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of unique Event OAMPDUs received on
        this interface.  Event Notification OAMPDUs may be sent in
        duplicate to increase the probability of successfully being
        received, given the possibility that a frame may be lost in
        transit.  Duplicate Event Notification receptions are counted
        by dot3OamDuplicateEventNotificationRx.

        A unique Event Notification OAMPDU is indicated as an Event
        Notification OAMPDU with a Sequence Number field that is
        distinct from the previously received Event Notification
        OAMPDU Sequence Number.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 4 }

.1.3.6.1.2.1.158.1.4.1.5
dot3OamDuplicateEventNotificationTx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of duplicate Event OAMPDUs transmitted
        on this interface.  Event Notification OAMPDUs may be sent in
        duplicate to increase the probability of successfully being
        received, given the possibility that a frame may be lost in
        transit.

        A duplicate Event Notification OAMPDU is indicated as an Event
        Notification OAMPDU with a Sequence Number field that is
        identical to the previously transmitted Event Notification
        OAMPDU Sequence Number.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 5 }

.1.3.6.1.2.1.158.1.4.1.6
dot3OamDuplicateEventNotificationRx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of duplicate Event OAMPDUs received on
        this interface.  Event Notification OAMPDUs may be sent in
        duplicate to increase the probability of successfully being
        received, given the possibility that a frame may be lost in
        transit.

        A duplicate Event Notification OAMPDU is indicated as an Event
        Notification OAMPDU with a Sequence Number field that is
        identical to the previously received Event Notification OAMPDU
        Sequence Number.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 6 }

.1.3.6.1.2.1.158.1.4.1.7
dot3OamLoopbackControlTx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Loopback Control OAMPDUs transmitted
        on this interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 7 }

.1.3.6.1.2.1.158.1.4.1.8
dot3OamLoopbackControlRx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Loopback Control OAMPDUs received
        on this interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 8 }

.1.3.6.1.2.1.158.1.4.1.9
dot3OamVariableRequestTx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Request OAMPDUs transmitted
        on this interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 9 }

.1.3.6.1.2.1.158.1.4.1.10
dot3OamVariableRequestRx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Request OAMPDUs received on
        this interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 10 }

.1.3.6.1.2.1.158.1.4.1.11
dot3OamVariableResponseTx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Response OAMPDUs
        transmitted on this interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 11 }

.1.3.6.1.2.1.158.1.4.1.12
dot3OamVariableResponseRx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Response OAMPDUs received
        on this interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 12 }

.1.3.6.1.2.1.158.1.4.1.13
dot3OamOrgSpecificTx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Organization Specific OAMPDUs
        transmitted on this interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 13 }

.1.3.6.1.2.1.158.1.4.1.14
dot3OamOrgSpecificRx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Organization Specific OAMPDUs
        received on this interface.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 14 }

.1.3.6.1.2.1.158.1.4.1.15
dot3OamUnsupportedCodesTx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of OAMPDUs transmitted on this
        interface with an unsupported op-code.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 15 }

.1.3.6.1.2.1.158.1.4.1.16
dot3OamUnsupportedCodesRx OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of OAMPDUs received on this interface
        with an unsupported op-code.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 16 }

.1.3.6.1.2.1.158.1.4.1.17
dot3OamFramesLostDueToOam OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of frames that were dropped by the OA
        multiplexer.  Since the OAM multiplexer has multiple inputs
        and a single output, there may be cases where frames are
        dropped due to transmit resource contention.  This counter is
        incremented whenever a frame is dropped by the OAM layer.
        Note that any Ethernet frame, not just OAMPDUs, may be dropped
        by the OAM layer.  This can occur when an OAMPDU takes
        precedence over a 'normal' frame resulting in the 'normal'
        frame being dropped.

        When this counter is incremented, no other counters in this
        MIB are incremented.

        Discontinuities of this counter can occur at re-initialization
        of the management system, and at other times as indicated by
        the value of the ifCounterDiscontinuityTime.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamStatsTable(4) dot3OamStatsEntry(1) 17 }

.1.3.6.1.2.1.158.1.5
dot3OamEventConfigTable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Ethernet OAM includes the ability to generate and receive
        Event Notification OAMPDUs to indicate various link problems.
        This table contains the mechanisms to enable Event
        Notifications and configure the thresholds to generate the
        standard Ethernet OAM events.  There is one entry in the table
        for every entry in dot3OamTable that supports OAM events
        (where dot3OamFunctionsSupported includes the eventSupport
        bit set).  The values in the table are maintained across
        changes to dot3OamOperStatus.

        The standard threshold crossing events are:
        - Errored Symbol Period Event.  Generated when the number of
        symbol errors exceeds a threshold within a given window
        defined by a number of symbols (for example, 1,000 symbols
        out of 1,000,000 had errors).
        - Errored Frame Period Event.  Generated when the number of
        frame errors exceeds a threshold within a given window
        defined by a number of frames (for example, 10 frames out
        of 1000 had errors).
        - Errored Frame Event.  Generated when the number of frame
        errors exceeds a threshold within a given window defined
        by a period of time (for example, 10 frames in 1 second
        had errors).
        - Errored Frame Seconds Summary Event.  Generated when the
        number of errored frame seconds exceeds a threshold within
        a given time period (for example, 10 errored frame seconds
        within the last 100 seconds).  An errored frame second is
        defined as a 1 second interval which had >0 frame errors.
        There are other events (dying gasp, critical events) that are
        not threshold crossing events but which can be
        enabled/disabled via this table.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) 5 }

.1.3.6.1.2.1.158.1.5.1
dot3OamEventConfigEntry OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entries are automatically created and deleted from this
        table, and exist whenever the OAM entity supports Ethernet OA
        events (as indicated by the eventSupport bit in
        dot3OamFunctionsSuppported).  Values in the table are
        maintained across changes to the value of dot3OamOperStatus.

        Event configuration controls when the local management entity
        sends Event Notification OAMPDUs to its OAM peer, and when
        certain event flags are set or cleared in OAMPDUs.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) 1 }

.1.3.6.1.2.1.158.1.5.1.1
dot3OamErrSymPeriodWindowHi OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The two objects dot3OamErrSymPeriodWindowHi and
        dot3OamErrSymPeriodLo together form an unsigned 64-bit
        integer representing the number of symbols over which this
        threshold event is defined.  This is defined as
        dot3OamErrSymPeriodWindow = ((2^32)*dot3OamErrSymPeriodWindowHi)
        + dot3OamErrSymPeriodWindowLo

        If dot3OamErrSymPeriodThreshold symbol errors occur within a
        window of dot3OamErrSymPeriodWindow symbols, an Event
        Notification OAMPDU should be generated with an Errored Symbol
        Period Event TLV indicating that the threshold has been
        crossed in this window.

        The default value for dot3OamErrSymPeriodWindow is the number
        of symbols in one second for the underlying physical layer.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 1 }

.1.3.6.1.2.1.158.1.5.1.2
dot3OamErrSymPeriodWindowLo OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The two objects dot3OamErrSymPeriodWindowHi and
        dot3OamErrSymPeriodWindowLo together form an unsigned 64-bit
        integer representing the number of symbols over which this
        threshold event is defined.  This is defined as

        dot3OamErrSymPeriodWindow = ((2^32)*dot3OamErrSymPeriodWindowHi)
        + dot3OamErrSymPeriodWindowLo

        If dot3OamErrSymPeriodThreshold symbol errors occur within a
        window of dot3OamErrSymPeriodWindow symbols, an Event
        Notification OAMPDU should be generated with an Errored Symbol
        Period Event TLV indicating that the threshold has been
        crossed in this window.

        The default value for dot3OamErrSymPeriodWindow is the number
        of symbols in one second for the underlying physical layer.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 2 }

.1.3.6.1.2.1.158.1.5.1.3
dot3OamErrSymPeriodThresholdHi OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The two objects dot3OamErrSymPeriodThresholdHi and
        dot3OamErrSymPeriodThresholdLo together form an unsigned
        64-bit integer representing the number of symbol errors that
        must occur within a given window to cause this event.

        This is defined as

        dot3OamErrSymPeriodThreshold =
        ((2^32) * dot3OamErrSymPeriodThresholdHi)
        + dot3OamErrSymPeriodThresholdLo

        If dot3OamErrSymPeriodThreshold symbol errors occur within a
        window of dot3OamErrSymPeriodWindow symbols, an Event
        Notification OAMPDU should be generated with an Errored Symbol
        Period Event TLV indicating that the threshold has been
        crossed in this window.

        The default value for dot3OamErrSymPeriodThreshold is one
        symbol errors.  If the threshold value is zero, then an Event
        Notification OAMPDU is sent periodically (at the end of every
        window).  This can be used as an asynchronous notification to
        the peer OAM entity of the statistics related to this
        threshold crossing alarm.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 3 }

.1.3.6.1.2.1.158.1.5.1.4
dot3OamErrSymPeriodThresholdLo OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The two objects dot3OamErrSymPeriodThresholdHi and
        dot3OamErrSymPeriodThresholdLo together form an unsigned
        64-bit integer representing the number of symbol errors that
        must occur within a given window to cause this event.

        This is defined as

        dot3OamErrSymPeriodThreshold =
        ((2^32) * dot3OamErrSymPeriodThresholdHi)
        + dot3OamErrSymPeriodThresholdLo

        If dot3OamErrSymPeriodThreshold symbol errors occur within a
        window of dot3OamErrSymPeriodWindow symbols, an Event
        Notification OAMPDU should be generated with an Errored Symbol
        Period Event TLV indicating that the threshold has been
        crossed in this window.

        The default value for dot3OamErrSymPeriodThreshold is one
        symbol error.  If the threshold value is zero, then an Event
        Notification OAMPDU is sent periodically (at the end of every
        window).  This can be used as an asynchronous notification to
        the peer OAM entity of the statistics related to this
        threshold crossing alarm.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 4 }

.1.3.6.1.2.1.158.1.5.1.5
dot3OamErrSymPeriodEvNotifEnable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If true, the OAM entity should send an Event Notification
        OAMPDU when an Errored Symbol Period Event occurs.
        By default, this object should have the value true for
        Ethernet-like interfaces that support OAM.  If the OAM layer
        does not support Event Notifications (as indicated via the
        dot3OamFunctionsSupported attribute), this value is ignored.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 5 }

.1.3.6.1.2.1.158.1.5.1.6
dot3OamErrFramePeriodWindow OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of frames over which the threshold is defined.
        The default value of the window is the number of minimum size
        Ethernet frames that can be received over the physical layer
        in one second.

        If dot3OamErrFramePeriodThreshold frame errors occur within a
        window of dot3OamErrFramePeriodWindow frames, an Event
        Notification OAMPDU should be generated with an Errored Frame
        Period Event TLV indicating that the threshold has been
        crossed in this window.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 6 }

.1.3.6.1.2.1.158.1.5.1.7
dot3OamErrFramePeriodThreshold OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of frame errors that must occur for this event to
        be triggered.  The default value is one frame error.  If the
        threshold value is zero, then an Event Notification OAMPDU is
        sent periodically (at the end of every window).  This can be
        used as an asynchronous notification to the peer OAM entity of
        the statistics related to this threshold crossing alarm.

        If dot3OamErrFramePeriodThreshold frame errors occur within a
        window of dot3OamErrFramePeriodWindow frames, an Event
        Notification OAMPDU should be generated with an Errored Frame
        Period Event TLV indicating that the threshold has been
        crossed in this window.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 7 }

.1.3.6.1.2.1.158.1.5.1.8
dot3OamErrFramePeriodEvNotifEnable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If true, the OAM entity should send an Event Notification
        OAMPDU when an Errored Frame Period Event occurs.

        By default, this object should have the value true for
        Ethernet-like interfaces that support OAM.  If the OAM layer
        does not support Event Notifications (as indicated via the
        dot3OamFunctionsSupported attribute), this value is ignored.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 8 }

.1.3.6.1.2.1.158.1.5.1.9
dot3OamErrFrameWindow OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The amount of time (in 100ms increments) over which the
        threshold is defined.  The default value is 10 (1 second).

        If dot3OamErrFrameThreshold frame errors occur within a window
        of dot3OamErrFrameWindow seconds (measured in tenths of
        seconds), an Event Notification OAMPDU should be generated
        with an Errored Frame Event TLV indicating that the threshold
        has been crossed in this window.
        "
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 9 }

.1.3.6.1.2.1.158.1.5.1.10
dot3OamErrFrameThreshold OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of frame errors that must occur for this event to
        be triggered.  The default value is one frame error.  If the
        threshold value is zero, then an Event Notification OAMPDU is
        sent periodically (at the end of every window).  This can be
        used as an asynchronous notification to the peer OAM entity of
        the statistics related to this threshold crossing alarm.
        If dot3OamErrFrameThreshold frame errors occur within a window
        of dot3OamErrFrameWindow (in tenths of seconds), an Event
        Notification OAMPDU should be generated with an Errored Frame
        Event TLV indicating the threshold has been crossed in this
        window.
        "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 10 }

.1.3.6.1.2.1.158.1.5.1.11
dot3OamErrFrameEvNotifEnable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If true, the OAM entity should send an Event Notification
        OAMPDU when an Errored Frame Event occurs.

        By default, this object should have the value true for
        Ethernet-like interfaces that support OAM.  If the OAM layer
        does not support Event Notifications (as indicated via the
        dot3OamFunctionsSupported attribute), this value is ignored.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 11 }

.1.3.6.1.2.1.158.1.5.1.12
dot3OamErrFrameSecsSummaryWindow OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Integer32 (100..9000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The amount of time (in 100 ms intervals) over which the
        threshold is defined.  The default value is 100 (10 seconds).

        If dot3OamErrFrameSecsSummaryThreshold frame errors occur
        within a window of dot3OamErrFrameSecsSummaryWindow (in tenths
        of seconds), an Event Notification OAMPDU should be generated
        with an Errored Frame Seconds Summary Event TLV indicating
        that the threshold has been crossed in this window.
        "
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 12 }

.1.3.6.1.2.1.158.1.5.1.13
dot3OamErrFrameSecsSummaryThreshold OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Integer32 (1..900) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of errored frame seconds that must occur for this
        event to be triggered.  The default value is one errored frame
        second.  If the threshold value is zero, then an Event
        Notification OAMPDU is sent periodically (at the end of every
        window).  This can be used as an asynchronous notification to
        the peer OAM entity of the statistics related to this
        threshold crossing alarm.

        If dot3OamErrFrameSecsSummaryThreshold frame errors occur
        within a window of dot3OamErrFrameSecsSummaryWindow (in tenths
        of seconds), an Event Notification OAMPDU should be generated
        with an Errored Frame Seconds Summary Event TLV indicating
        that the threshold has been crossed in this window.
        "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 13 }

.1.3.6.1.2.1.158.1.5.1.14
dot3OamErrFrameSecsEvNotifEnable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If true, the local OAM entity should send an Event
        Notification OAMPDU when an Errored Frame Seconds Event
        occurs.

        By default, this object should have the value true for
        Ethernet-like interfaces that support OAM.  If the OAM layer
        does not support Event Notifications (as indicated via the
        dot3OamFunctionsSupported attribute), this value is ignored.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 14 }

.1.3.6.1.2.1.158.1.5.1.15
dot3OamDyingGaspEnable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If true, the local OAM entity should attempt to indicate a
        dying gasp via the OAMPDU flags field to its peer OAM entity
        when a dying gasp event occurs.  The exact definition of a
        dying gasp event is implementation dependent.  If the system
        does not support dying gasp capability, setting this object
        has no effect, and reading the object should always result in
        'false'.

        By default, this object should have the value true for
        Ethernet-like interfaces that support OAM.  If the OAM layer
        does not support Event Notifications (as indicated via the
        dot3OamFunctionsSupported attribute), this value is ignored.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 15 }

.1.3.6.1.2.1.158.1.5.1.16
dot3OamCriticalEventEnable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If true, the local OAM entity should attempt to indicate a
        critical event via the OAMPDU flags to its peer OAM entity
        when a critical event occurs.  The exact definition of a
        critical event is implementation dependent.  If the system
        does not support critical event capability, setting this
        object has no effect, and reading the object should always
        result in 'false'.

        By default, this object should have the value true for
        Ethernet-like interfaces that support OAM.  If the OAM layer
        does not support Event Notifications (as indicated via the
        dot3OamFunctionsSupported attribute), this value is ignored.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventConfigTable(5) dot3OamEventConfigEntry(1) 16 }

.1.3.6.1.2.1.158.1.6
dot3OamEventLogTable OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table records a history of the events that have occurred
        at the Ethernet OAM level.  These events can include locally
        detected events, which may result in locally generated
        OAMPDUs, and remotely detected events, which are detected by
        the OAM peer entity and signaled to the local entity via
        Ethernet OAM.  Ethernet OAM events can be signaled by Event
        Notification OAMPDUs or by the flags field in any OAMPDU.

        This table contains both threshold crossing events and
        non-threshold crossing events.  The parameters for the
        threshold window, threshold value, and actual value
        (dot3OamEventLogWindowXX, dot3OamEventLogThresholdXX,
        dot3OamEventLogValue) are only applicable to threshold
        crossing events, and are returned as all F's (2^32 - 1) for
        non-threshold crossing events.

        Entries in the table are automatically created when such
        events are detected.  The size of the table is implementation
        dependent.  When the table reaches its maximum size, older
        entries are automatically deleted to make room for newer
        entries.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) 6 }

.1.3.6.1.2.1.158.1.6.1
dot3OamEventLogEntry OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, dot3OamEventLogIndex }
  DESCRIPTION	"An entry in the dot3OamEventLogTable.  Entries are
        automatically created whenever Ethernet OAM events occur at
        the local OAM entity, and when Event Notification OAMPDUs are
        received at the local OAM entity (indicating that events have
        occurred at the peer OAM entity).  The size of the table is
        implementation dependent, but when the table becomes full,
        older events are automatically deleted to make room for newer
        events.  The table index dot3OamEventLogIndex increments for
        each new entry, and when the maximum value is reached, the
        value restarts at zero.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) 1 }

.1.3.6.1.2.1.158.1.6.1.1
dot3OamEventLogIndex OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer for identifying individual events
        within the event log.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 1 }

.1.3.6.1.2.1.158.1.6.1.2
dot3OamEventLogTimestamp OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the logged event.  For
        locally generated events, the time of the event can be
        accurately retrieved from sysUpTime.  For remotely generated
        events, the time of the event is indicated by the reception of
        the Event Notification OAMPDU indicating that the event
        occurred on the peer.  A system may attempt to adjust the
        timestamp value to more accurately reflect the time of the
        event at the peer OAM entity by using other information, such
        as that found in the timestamp found of the Event Notification
        TLVs, which provides an indication of the relative time
        between events at the peer entity.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 2 }

.1.3.6.1.2.1.158.1.6.1.3
dot3OamEventLogOui OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION EightOTwoOui
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OUI of the entity defining the object type.  All IEEE
        802.3 defined events (as appearing in [802.3ah] except for the
        Organizationally Unique Event TLVs) use the IEEE 802.3 OUI of
        0x0180C2.  Organizations defining their own Event Notification
        TLVs include their OUI in the Event Notification TLV that
        gets reflected here.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 3 }

.1.3.6.1.2.1.158.1.6.1.4
dot3OamEventLogType OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of event that generated this entry in the event log.
        When the OUI is the IEEE 802.3 OUI of 0x0180C2, the following
        event types are defined:
        erroredSymbolEvent(1),
        erroredFramePeriodEvent(2),
        erroredFrameEvent(3),
        erroredFrameSecondsEvent(4),
        linkFault(256),
        dyingGaspEvent(257),
        criticalLinkEvent(258)
        The first four are considered threshold crossing events, as
        they are generated when a metric exceeds a given value within
        a specified window.  The other three are not threshold
        crossing events.

        When the OUI is not 71874 (0x0180C2 in hex), then some other
        organization has defined the event space.  If event subtyping
        is known to the implementation, it may be reflected here.
        Otherwise, this value should return all F's (2^32 - 1).
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 4 }

.1.3.6.1.2.1.158.1.6.1.5
dot3OamEventLogLocation OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	INTEGER {local(1), remote(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether this event occurred locally (local(1)), or was
        received from the OAM peer via Ethernet OAM (remote(2)).
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 5 }

.1.3.6.1.2.1.158.1.6.1.6
dot3OamEventLogWindowHi OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, the two
        objects dot3OamEventWindowHi and dot3OamEventWindowLo, form
        an unsigned 64-bit integer yielding the window over which the
        value was measured for the threshold crossing event (for
        example, 5, when 11 occurrences happened in 5 seconds while
        the threshold was 10).  The two objects are combined as:
        dot3OamEventLogWindow = ((2^32) * dot3OamEventLogWindowHi)
        + dot3OamEventLogWindowLo

        Otherwise, this value is returned as all F's (2^32 - 1) and
        adds no useful information.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 6 }

.1.3.6.1.2.1.158.1.6.1.7
dot3OamEventLogWindowLo OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, the two
        objects dot3OamEventWindowHi and dot3OamEventWindowLo form an
        unsigned 64-bit integer yielding the window over which the
        value was measured for the threshold crossing event (for
        example, 5, when 11 occurrences happened in 5 seconds while
        the threshold was 10).  The two objects are combined as:

        dot3OamEventLogWindow = ((2^32) * dot3OamEventLogWindowHi)
        + dot3OamEventLogWindowLo

        Otherwise, this value is returned as all F's (2^32 - 1) and
        adds no useful information.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 7 }

.1.3.6.1.2.1.158.1.6.1.8
dot3OamEventLogThresholdHi OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, the two
        objects dot3OamEventThresholdHi and dot3OamEventThresholdLo
        form an unsigned 64-bit integer yielding the value that was
        crossed for the threshold crossing event (for example, 10,
        when 11 occurrences happened in 5 seconds while the threshold
        was 10).  The two objects are combined as:

        dot3OamEventLogThreshold = ((2^32) * dot3OamEventLogThresholdHi)
        + dot3OamEventLogThresholdLo

        Otherwise, this value is returned as all F's (2^32 -1) and
        adds no useful information.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 8 }

.1.3.6.1.2.1.158.1.6.1.9
dot3OamEventLogThresholdLo OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, the two
        objects dot3OamEventThresholdHi and dot3OamEventThresholdLo
        form an unsigned 64-bit integer yielding the value that was
        crossed for the threshold crossing event (for example, 10,
        when 11 occurrences happened in 5 seconds while the threshold
        was 10).  The two objects are combined as:

        dot3OamEventLogThreshold = ((2^32) * dot3OamEventLogThresholdHi)
        + dot3OamEventLogThresholdLo

        Otherwise, this value is returned as all F's (2^32 - 1) and
        adds no useful information.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 9 }

.1.3.6.1.2.1.158.1.6.1.10
dot3OamEventLogValue OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, this
        value indicates the value of the parameter within the given
        window that generated this event (for example, 11, when 11
        occurrences happened in 5 seconds while the threshold was 10).

        Otherwise, this value is returned as all F's
        (2^64 - 1) and adds no useful information.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 10 }

.1.3.6.1.2.1.158.1.6.1.11
dot3OamEventLogRunningTotal OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Each Event Notification TLV contains a running total of the
        number of times an event has occurred, as well as the number
        of times an Event Notification for the event has been
        transmitted.  For non-threshold crossing events, the number of
        events (dot3OamLogRunningTotal) and the number of resultant
        Event Notifications (dot3OamLogEventTotal) should be
        identical.

        For threshold crossing events, since multiple occurrences may
        be required to cross the threshold, these values are likely
        different.  This value represents the total number of times
        this event has happened since the last reset (for example,
        3253, when 3253 symbol errors have occurred since the last
        reset, which has resulted in 51 symbol error threshold
        crossing events since the last reset).
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 11 }

.1.3.6.1.2.1.158.1.6.1.12
dot3OamEventLogEventTotal OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Each Event Notification TLV contains a running total of the
        number of times an event has occurred, as well as the number
        of times an Event Notification for the event has been
        transmitted.  For non-threshold crossing events, the number of
        events (dot3OamLogRunningTotal) and the number of resultant
        Event Notifications (dot3OamLogEventTotal) should be
        identical.

        For threshold crossing events, since multiple occurrences may
        be required to cross the threshold, these values are likely
        different.  This value represents the total number of times
        one or more of these occurrences have resulted in an Event
        Notification (for example, 51 when 3253 symbol errors have
        occurred since the last reset, which has resulted in 51 symbol
        error threshold crossing events since the last reset).
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamObjects(1) dot3OamEventLogTable(6) dot3OamEventLogEntry(1) 12 }

.1.3.6.1.2.1.158.2
dot3OamConformance OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) 2 }

.1.3.6.1.2.1.158.2.1
dot3OamGroups OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) 1 }

.1.3.6.1.2.1.158.2.1.1
dot3OamControlGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects providing the abilities,
        configuration, and status of an Ethernet OAM entity.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 1 }

.1.3.6.1.2.1.158.2.1.2
dot3OamPeerGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects providing the abilities,
        configuration, and status of a peer Ethernet OAM entity.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 2 }

.1.3.6.1.2.1.158.2.1.3
dot3OamStatsBaseGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects providing the statistics for the
        number of various transmit and receive events for OAM on an
        Ethernet-like interface.  Note that all of these counters must
        be supported even if the related function (as described in
        dot3OamFunctionsSupported) is not supported.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 3 }

.1.3.6.1.2.1.158.2.1.4
dot3OamLoopbackGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects for controlling the OAM remote
        loopback function.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 4 }

.1.3.6.1.2.1.158.2.1.5
dot3OamErrSymbolPeriodEventGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
        Errored Symbol Period Event.

        Each [802.3ah] defined Event Notification TLV has its own
        conformance group because each event can be implemented
        independently of any other.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 5 }

.1.3.6.1.2.1.158.2.1.6
dot3OamErrFramePeriodEventGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
        Errored Frame Period Event.

        Each [802.3ah] defined Event Notification TLV has its own
        conformance group because each event can be implemented
        independently of any other.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 6 }

.1.3.6.1.2.1.158.2.1.7
dot3OamErrFrameEventGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
        Errored Frame Event.

        Each [802.3ah] defined Event Notification TLV has its own
        conformance group because each event can be implemented
        independently of any other.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 7 }

.1.3.6.1.2.1.158.2.1.8
dot3OamErrFrameSecsSummaryEventGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
        Errored Frame Seconds Summary Event.

        Each [802.3ah] defined Event Notification TLV has its own
        conformance group because each event can be implemented
        independently of any other.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 8 }

.1.3.6.1.2.1.158.2.1.9
dot3OamFlagEventGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects for configuring the sending OAMPDUs
        with the critical event flag or dying gasp flag enabled.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 9 }

.1.3.6.1.2.1.158.2.1.10
dot3OamEventLogGroup OBJECT-GROUP
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
        Errored Frame Seconds Summary Event and maintaining the event
        information.  "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 10 }

.1.3.6.1.2.1.158.2.1.11
dot3OamNotificationGroup OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"A collection of notifications used by Ethernet OAM to signal
        to a management entity that local or remote events have
        occurred on a specified Ethernet link. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamGroups(1) 11 }

.1.3.6.1.2.1.158.2.2
dot3OamCompliances OBJECT-TYPE
  -- FROM	DOT3-OAM-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) 2 }

.1.3.6.1.2.1.158.2.2.1
dot3OamCompliance MODULE-COMPLIANCE
  -- FROM	DOT3-OAM-MIB
  DESCRIPTION	"The compliance statement for managed entities
        supporting OAM on Ethernet-like interfaces.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) dot3OamMIB(158) dot3OamConformance(2) dot3OamCompliances(2) 1 }

.1.3.6.1.2.1.160
t11ZoneServerMIB MODULE-IDENTITY
  -- FROM	T11-FC-ZONE-SERVER-MIB
  DESCRIPTION	"The MIB module for the management of Fibre Channel Zoning
           Servers, both for Basic Zoning Management and for Enhanced
           Zoning Management, as defined in the FC-GS-5 specification.

           FC-GS-5 defines (in-band) management operations for
           manipulating the Zone Set Database, some for use in Basic
           mode (e.g., 'Add Zone Set (AZS)', etc.), and some for use in
           Enhanced mode (e.g., Create Zone Set (CZS)', etc.).  When
           Enhanced Zoning Management is in use, FC-GS-5 requires that
           these in-band management operations be rejected unless they
           are issued within the context of a GS-5 server session.  The
           use of a server session ensures serialized access to the
           Zoning Database since the Fabric lock for the Zone Server
           must be obtained as a part of establishing the server
           session to the Zone Server.

           Thus, if and when this MIB is used for Enhanced Zoning
           Management, SNMP SetRequests that request the modification
           of zoning definitions must be serialized with respect to
           the GS-5 requests to modify the Zoning Database.  This is
           achieved by requiring that an SNMP management application
           must first obtain the Fabric lock for the Zone Server
           before attempting to modify any zoning definitions.  The
           companion T11-FC-FABRIC-LOCK-MIB module is defined as a means
           of obtaining the Fabric lock for the Zone Server (or any
           other server).

           In Enhanced Zoning Management, a Zone Server keeps track of
           changes requested in the zoning definitions, but does not
           update its Zone Set Database unless there is (and until
           there is) a 'commit' operation.  To model this behavior,
           this MIB module assumes that a Zone Server (in Enhanced
           mode) takes a snapshot of its Zone Set Database as and when
           the Fabric lock (for the Zone Server application) is
           obtained; this snapshot is used to create what is herein
           called the 'copy' database.  It is this 'copy' database
           that is then updated by SNMP SetRequests (while the Fabric
           is locked).  If and when a 'commit' operation is requested
           (while the Fabric is still locked), the 'copy' database is
           then used to overwrite the previously committed contents of
           the Zone Set Database, and the new Zone Set Database is
           distributed to all other switches in the Fabric.  When the
           lock is released, any changes made that were not
           'committed' are discarded.

           When this MIB is used for Basic Zoning Management, the same
           set of MIB objects as used for Enhanced mode are used to
           make changes to the Database of a Zone Server on a
           particular switch, but the changes take immediate effect at
           that switch without an explicit commit.  The distribution of
           those changes to Zone Servers on other switches in the
           Fabric is subsequently requested through the use of a
           separate set of MIB objects.

           The management information specified in this MIB module
           includes the Zoning Database for each of one or more Fibre
           Channel Fabrics.  A Zoning Database is a combination of the
           Fabric's Zone Set Database and its Active Zone Set.  The
           Active Zone Set is the Zone Set currently enforced by the
           Fabric; a Zone Set Database is a database of the Zone Sets
           available to be activated within a Fabric.  All the MIB
           objects representing a Zone Set Database are modifiable at
           any time (irrespective of the value of any RowStatus
           object), whereas all objects representing the Active Zone
           Set are always read-only (except to deactivate it and/or
           activate a different one).

           Copyright (C) The IETF Trust (2007).  This version
           of this MIB m"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 160 }

.1.3.6.1.2.1.160.0
t11ZsMIBNotifications OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) 0 }

.1.3.6.1.2.1.160.0.1
t11ZsRequestRejectNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  OBJECTS	{ t11FamLocalSwitchWwn, t11ZsRejectRequestSource, t11ZsRejectCtCommandString, t11ZsRejectReasonCode, t11ZsRejectReasonCodeExp, t11ZsRejectReasonVendorCode }
  DESCRIPTION	"This notification is generated whenever a Zone Server
           (indicated by the value of t11FamLocalSwitchWwn) rejects
           a request.

           The value of t11ZsRejectCtCommandString indicates the
           rejected request, and the values of t11ZsRejectReasonCode,
           t11ZsRejectReasonCodeExp and t11ZsRejectReasonVendorCode
           indicate the reason for the rejection.  The value of
           t11ZsRequestClient indicates the source of the request."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBNotifications(0) 1 }

.1.3.6.1.2.1.160.0.2
t11ZsMergeFailureNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  OBJECTS	{ ifIndex, t11ZsFabricIndex }
  DESCRIPTION	"This notification indicates that a Zone merge
           failure has occurred on the Fabric indicated by the
           value of t11ZsFabricIndex, on the interface
           indicated by the value of ifIndex.

           If multiple Virtual Fabrics are configured on an
           interface, and all have a Zone merge failure
           at the same time, then just one notification is
           generated and t11ZsFabricIndex has the value 4096."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBNotifications(0) 2 }

.1.3.6.1.2.1.160.0.3
t11ZsMergeSuccessNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  OBJECTS	{ ifIndex, t11ZsFabricIndex }
  DESCRIPTION	"This notification indicates that a successful Zone
           merge has occurred on the Fabric indicated by the
           value of t11ZsFabricIndex, on the interface
           indicated by the value of ifIndex.

           If multiple Virtual Fabrics are configured on an
           interface, and all have a successful Zone Merge
           at the same time, then just one notification is
           generated and t11ZsFabricIndex has the value 4096."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBNotifications(0) 3 }

.1.3.6.1.2.1.160.0.4
t11ZsDefZoneChangeNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  OBJECTS	{ t11ZsServerDefaultZoneSetting }
  DESCRIPTION	"This notification indicates that the
           value of a Default Zone Setting has changed.
           The value of t11ZsServerDefaultZoneSetting
           contains the value after the change."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBNotifications(0) 4 }

.1.3.6.1.2.1.160.0.5
t11ZsActivateNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  OBJECTS	{ t11FamLocalSwitchWwn, t11ZsActivateResult }
  DESCRIPTION	"This notification is generated whenever a switch
           (indicated by the value of t11FamLocalSwitchWwn)
           activates/deactivates a Zone Set on a Fabric.
           The t11ZsActivateResult object denotes the outcome
           of the activation/deactivation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBNotifications(0) 5 }

.1.3.6.1.2.1.160.1
t11ZsMIBObjects OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) 1 }

.1.3.6.1.2.1.160.1.1
t11ZsConfiguration OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) 1 }

.1.3.6.1.2.1.160.1.1.1
t11ZsServerTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about the Zone Servers
           on each Fabric in one or more switches, and providing
           the capability to perform operations on their Zone
           Server databases."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 1 }

.1.3.6.1.2.1.160.1.1.1.1
t11ZsServerEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex }
  DESCRIPTION	"Each entry contains information specific to a
           Zone Server for a particular Fabric (identified by
           the value of t11ZsServerFabricIndex) on a particular
           switch (identified by values of fcmInstanceIndex
           and fcmSwitchIndex).

           The persistence across reboots of writable values in
           a row of this table is given by the instance of
           t11ZsServerDatabaseStorageType in that row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) 1 }

.1.3.6.1.2.1.160.1.1.1.1.1
t11ZsServerFabricIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index value that uniquely identifies a
           particular Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.1.1.2
t11ZsServerCapabilityObject OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	BITS {enhancedMode(0), zoneSetDb(1), activateDirect(2), hardZoning(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This bitmap represents the capability of the switch
           on this Fabric:

               'enhancedMode' - able to support enhanced Zoning
                                mode of operation.

               'zoneSetDb'    - able to support maintaining of
                                a Zone Set Database.

               'activateDirect' - able to support the Activate
                                  Direct command.

               'hardZoning'   - able to support Hard Zoning."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.1.1.3
t11ZsServerDatabaseStorageType OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies the memory realization, on a
           particular switch, of the Zone Set database for a
           particular Fabric.  Specifically, each row in the
           following tables:

                      t11ZsSetTable
                      t11ZsZoneTable
                      t11ZsSetZoneTable
                      t11ZsAliasTable
                      t11ZsZoneMemberTable
                      t11ZsAttribBlockTable
                      t11ZsAttribTable

           has a StorageType as specified by the instance of
           this object that is INDEXed by the same values of
           fcmInstanceIndex, fcmSwitchIndex, and
           t11ZsServerFabricIndex.

           The value of this object is also used to indicate
           the persistence across reboots of writable values in
           its row of the t11ZsServerTable, as well as the
           corresponding row in the t11ZsNotifyControlTable.

           If an instance of this object has the value
           'permanent(4)', the Zone Set database for the given
           Fabric on the given switch is not required to be
           writeable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.1.1.4
t11ZsServerDistribute OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {noop(1), zoneSetDb(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object can be set only in Basic mode.  When set
           to the value 'zoneSetDb', it requests that the Zone Set
           database of a particular switch for a particular Fabric
           be distributed to every other switch in that Fabric,
           e.g., by using Stage Fabric Configuration Update (SFC)
           and Update Fabric Configuration (UFC) requests.

           Setting this object to 'noop' has no effect.
           When read, the value of this object is always 'noop'.

           When the corresponding instance of t11ZsServerOperationMode
           has the value 'enhanced', or when the corresponding instance
           of t11ZsZoneSetResult has the value 'inProgress', it
           is inconsistent to try to set the value of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 4 }

.1.3.6.1.2.1.160.1.1.1.1.5
t11ZsServerCommit OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {commitZoneChanges(1), noop(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is only used in Enhanced mode.

            In Enhanced mode, it can only be modified when the Fabric
            lock for the Zone Server on the particular Fabric has been
            obtained for use by SNMP SetRequests, and even then, only
            by the SNMP entity identified by the value of corresponding
            instance of t11FLockInitiator.

            Setting the object requests an action:

              commitZoneChanges - requests that the changes made
                                  within this session to the Zone
                                  Set Database be committed.
              noop              - requests nothing.

            When read, the value is always 'noop'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 5 }

.1.3.6.1.2.1.160.1.1.1.1.6
t11ZsServerResult OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {none(1), inProgress(2), success(3), rejectFailure(4), otherFailure(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"In Basic mode, this object indicates the status/result
           of the last distribution of the Zone Set database that
           was invoked via the corresponding instance of
           t11ZsZoneSetDistribute, e.g., the status/result of
           Stage Fabric Configuration Update (SFC) request(s) used
           to implement the setting of t11ZsZoneSetDistribute.

           In Enhanced mode, this object indicates the status/result
           of the last commit of changes to the Zone Set database
           that was invoked via the corresponding instance of
           t11ZsServerCommit.

             'none'          - no distribution/commit invoked
                               via the corresponding instance of
                               t11ZsZoneSetDistribute (Basic mode)
                               or t11ZsServerCommit (Enhanced mode).
             'inProgress'    - distribution/commit is still in
                               progress.
             'success'       - distribution/commit completed
                               successfully.
             'rejectFailure' - distribution/commit failed due to
                               an SW_RJT.
             'otherFailure'  - distribution/commit failed for some
                               other reason.

           When the value is 'rejectFailure', the corresponding
           instances of t11ZsServerReasonCode,
           t11ZsServerReasonCodeExp and t11ZsServerReasonVendorCode
           contain the reason codes. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 6 }

.1.3.6.1.2.1.160.1.1.1.1.7
t11ZsServerReasonCode OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11NsGs4RejectReasonCode
  SYNTAX	INTEGER {none(1), invalidCmdCode(2), invalidVerLevel(3), logicalError(4), invalidIUSize(5), logicalBusy(6), protocolError(7), unableToPerformCmdReq(8), cmdNotSupported(9), serverNotAvailable(10), couldNotEstabSession(11), vendorError(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When the corresponding instance of t11ZsZoneSetResult
           has the value 'rejectFailure', this object contains
           the rejection's reason code.

           When the corresponding instance of t11ZsServerResult
           has a value other than 'rejectFailure', this object
           should contain the value 'none'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 7 }

.1.3.6.1.2.1.160.1.1.1.1.8
t11ZsServerReasonCodeExp OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	OCTET STRING (0 | 1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When the corresponding instance of t11ZsZoneSetResult
           has the value 'rejectFailure', this object contains
           the rejection's reason code explanation.

           When the corresponding instance of t11ZsServerResult
           has a value other than 'rejectFailure', this object
           should contain the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 8 }

.1.3.6.1.2.1.160.1.1.1.1.9
t11ZsServerReasonVendorCode OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	OCTET STRING (0 | 1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When the corresponding instance of t11ZsZoneSetResult
           has the value 'rejectFailure', this object contains
           the rejection's reason vendor-specific code.

           When the corresponding instance of t11ZsServerResult
           has a value other than 'rejectFailure', this object
           should contain the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 9 }

.1.3.6.1.2.1.160.1.1.1.1.10
t11ZsServerLastChange OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the last change
           (creation, modification, or deletion) to the Zone Set
           database for the Zone Server for a particular Fabric.
           If said Zone Set database has not changed since the
           last re-initialization of the local network management
           system, then this object will contain a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 10 }

.1.3.6.1.2.1.160.1.1.1.1.11
t11ZsServerHardZoning OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether this switch, if and when it
           is in Basic mode, enforces Hard Zoning on this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 11 }

.1.3.6.1.2.1.160.1.1.1.1.12
t11ZsServerReadFromDatabase OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {committedDB(1), copyDB(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"In Enhanced mode, this object specifies whether
           subsequent SNMP Responses (generated by the local SNMP
           agent) to operations that read the configuration of
           Zone Sets, Zones, Members, Aliases and Attributes will
           reflect the values stored in the current (committed)
           Zone Set database, or those stored in the 'copy'
           database.

           In Basic mode, the value of this object is always
           'committedDB' (since there is no 'copy' database in
           Basic mode).  In SNMP agents that don't support
           write access to the Zone Set database, this object
           is always 'committedDB' (since the copy database,
           if it were to exist, would be identical)."
  DEFVAL	{ committedDB }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 12 }

.1.3.6.1.2.1.160.1.1.1.1.13
t11ZsServerOperationMode OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {basic(1), enhanced(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The operational mode of the Zone Server.

           Setting this object to 'enhanced' is a request that the mode
           of operation of the Zone Server be Enhanced mode, which is
           only possible if all devices in the Fibre Channel Fabric are
           capable of working in Enhanced mode.  If not, the request
           will fail and the corresponding value of
           t11ZsServerChangeModeResult will so indicate.

           Setting this object to 'basic' is a request that the mode
           of operation of the Zone Server be Basic mode.  However,
           such a set may fail while operating in Enhanced mode,
           since FC-GS-5 makes no provision for changing (back)
           to Basic mode.

           Note that setting this object does not cause or require
           that the Fabric lock for the Zone Server be obtained.
           However, when this object has the value 'enhanced', any SNMP
           SetRequests that attempt to modify the copy database cannot
           be successful if the Fabric lock has not been obtained
           or has since been released."
  DEFVAL	{ basic }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 13 }

.1.3.6.1.2.1.160.1.1.1.1.14
t11ZsServerChangeModeResult OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {success(1), failure(2), inProgress(3), none(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When this object has the value of 'success' or
           'failure', the value indicates the outcome of the most
           recent request, invoked via t11ZsServerOperationMode,
           to change the mode of operation of the Zone Server.
           When such a request is in progress, this object has the
           value 'inProgress'.  Prior to the first such request,
           the value of this object is 'none'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 14 }

.1.3.6.1.2.1.160.1.1.1.1.15
t11ZsServerDefaultZoneSetting OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the Enhanced Zoning flag that
           governs the behavior of the Default Zone on this Fabric.

           If this object is set to 'permit', then the members of
           the Default Zone on this Fabric can communicate with
           each other.

           If this object is set to 'deny', then the members of the
           Default Zone on this Fabric cannot communicate with each
           other."
  DEFVAL	{ deny }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 15 }

.1.3.6.1.2.1.160.1.1.1.1.16
t11ZsServerMergeControlSetting OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {allow(1), restrict(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the Enhanced Zoning flag that
           indicates the Merge Control Setting for this Fabric:

               'allow'    - a switch may join the Fabric only if
                            its Zoning Database is able to merge
                            with the Fabric's Zoning Database.
               'restrict' - a switch may join the Fabric only if
                            its Zoning Database is equal to the
                            Fabric's Zoning Database."
  DEFVAL	{ allow }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 16 }

.1.3.6.1.2.1.160.1.1.1.1.17
t11ZsServerDefZoneBroadcast OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls an Enhanced Zoning capability:
           it indicates whether Broadcast Zoning is enabled on
           the Default Zone on this Fabric.  If this object is
           set to 'true', then it is enabled.  If this object is
           set to 'false', then it is disabled.

           If broadcast Zoning is enabled on a Default Zone,
           then broadcast frames generated by a member in that
           Default Zone will be restricted to members in that
           Default Zone."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsServerTable(1) t11ZsServerEntry(1) 17 }

.1.3.6.1.2.1.160.1.1.2
t11ZsSetTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information on every Zone
           Set in the Zone Set database of the Zone Servers
           on each Fabric in one or more switches.

           In Enhanced mode, changes to a database made via this
           table are always made to the 'copy' database, but
           values read from this table reflect the contents of
           either the 'copy' database or the current (committed)
           database as indicated by the corresponding value of
           t11ZsServerReadFromDatabase."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 2 }

.1.3.6.1.2.1.160.1.1.2.1
t11ZsSetEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsSetIndex }
  DESCRIPTION	"Each entry contains information about a Zone Set
           in the Zone Set database of a particular Fabric
           (identified by the value of t11ZsServerFabricIndex)
           on a particular switch (identified by values of
           fcmInstanceIndex and fcmSwitchIndex).

           A Zone Set can be created in an existing Zone Set
           database, and can contain zero or more existing
           Zones.  As and when new Zones are created
           (as rows in the t11ZsZoneTable), they can be added
           to a Zone Set by creating an entry for each in the
           t11ZsSetZoneTable.  Deleting a row from this table
           deletes the Zone Set from the Zone Set database
           maintained by the Zone Server, but does not otherwise
           affect the Zone Server.

           The StorageType of a row in this table is specified by
           the instance of t11ZsServerDatabaseStorageType that is
           INDEXed by the same values of fcmInstanceIndex,
           fcmSwitchIndex, and t11ZsServerFabricIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsSetTable(2) 1 }

.1.3.6.1.2.1.160.1.1.2.1.1
t11ZsSetIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of a Zone Set.  This object uniquely
           identifies a Zone Set in the Zone Set database
           for a particular Fabric on a particular switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsSetTable(2) t11ZsSetEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.2.1.2
t11ZsSetName OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11ZoningName
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of this Zone Set.  The t11ZsSetName should
           be unique within a Fabric.

           The Zone Set can be renamed at any time (i.e., even
           when the row in an active state) by setting this object
           to a new value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsSetTable(2) t11ZsSetEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.2.1.3
t11ZsSetRowStatus OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

           This object cannot be set to 'active' unless the
           corresponding value of t11ZsSetName is unique within
           the Fabric's Zone Server database on this switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsSetTable(2) t11ZsSetEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.3
t11ZsZoneTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table gives information on all the Zones in the
           Zone Set database of the Zone Servers on each Fabric
           in one or more switches.

           In Enhanced mode, changes to a database made via this
           table are always made to the 'copy' database, but
           values read from this table reflect the contents of
           either the 'copy' database or the current (committed)
           database as indicated by the corresponding value of
           t11ZsServerReadFromDatabase."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 3 }

.1.3.6.1.2.1.160.1.1.3.1
t11ZsZoneEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsZoneIndex }
  DESCRIPTION	"Each entry contains information about a Zone
           in the Zone Set database of a particular Fabric
           (identified by the value of t11ZsServerFabricIndex)
           on a particular switch (identified by values of
           fcmInstanceIndex and fcmSwitchIndex).

           A Zone can be created in an existing Zone Set
           database, by first creating an entry in this table,
           and then adding members to it by creating entries in the
           t11ZsZoneMemberTable.

           The StorageType of a row in this table is specified by
           the instance of t11ZsServerDatabaseStorageType that is
           INDEXed by the same values of fcmInstanceIndex,
           fcmSwitchIndex, and t11ZsServerFabricIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneTable(3) 1 }

.1.3.6.1.2.1.160.1.1.3.1.1
t11ZsZoneIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this
           Zone within a particular Fabric's Zone Set database
           on a particular switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneTable(3) t11ZsZoneEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.3.1.2
t11ZsZoneName OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11ZoningName
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of this Zone.  The t11ZsZoneName should be
           unique within a Fabric.

           The Zone can be renamed by setting this object
           to a new value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneTable(3) t11ZsZoneEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.3.1.3
t11ZsZoneAttribBlock OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the index value of the
           Zone Attribute Block that contains the Attributes
           of this Zone.

           In Enhanced mode, a value of zero indicates this
           Zone has no Zone Attributes.  In Basic mode, this
           object always has the value of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneTable(3) t11ZsZoneEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.3.1.4
t11ZsZoneRowStatus OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

           This object cannot be set to 'active' unless the
           corresponding value of t11ZsZoneName is unique within
           the Fabric's Zone Server database on this switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneTable(3) t11ZsZoneEntry(1) 4 }

.1.3.6.1.2.1.160.1.1.4
t11ZsSetZoneTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies which Zones belong to which Zone
           Sets in the Zone Set database of the Zone Servers
           on each Fabric in one or more switches."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 4 }

.1.3.6.1.2.1.160.1.1.4.1
t11ZsSetZoneEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsSetIndex, t11ZsZoneIndex }
  DESCRIPTION	"Each entry specifies that a particular Zone (identified
           by the value of t11ZsZoneIndex) is one of the Zones
           that form a particular Zone Set (identified by the
           value of t11ZsSetIndex) in the Zone Set database of a
           particular Fabric (identified by the value of
           t11ZsServerFabricIndex) on a particular switch
           (identified by values of fcmInstanceIndex and
           fcmSwitchIndex).

           When a row in this table exists, it references one row in
           the t11ZsSetTable and one row in the t11ZsZoneTable.  The
           agent must ensure that both such rows when referenced by an
           active row in this table, do exist and have a status of
           'active', either by refusing to create new rows in this
           table, or by automatically deleting rows in this table.

           An 'active' row in this table references one row in the
           t11ZsSetTable and one in the t11ZsZoneTable.  The agent must
           ensure that all such referenced rows exist with a status of
           'active', either by refusing to create new active rows in
           this table, or by automatically deleting any rows in this
           table that reference a deleted row.

           The StorageType of a row in this table is specified by
           the instance of t11ZsServerDatabaseStorageType that is
           INDEXed by the same values of fcmInstanceIndex,
           fcmSwitchIndex, and t11ZsServerFabricIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsSetZoneTable(4) 1 }

.1.3.6.1.2.1.160.1.1.4.1.1
t11ZsSetZoneRowStatus OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsSetZoneTable(4) t11ZsSetZoneEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.5
t11ZsAliasTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the Zone Aliases
           in the Zone Set database of the Zone Servers on each
           Fabric in one or more switches.

           In Enhanced mode, changes to a database made via this
           table are always made to the 'copy' database, but
           values read from this table reflect the contents of
           either the 'copy' database or the current (committed)
           database as indicated by the corresponding value of
           t11ZsServerReadFromDatabase."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 5 }

.1.3.6.1.2.1.160.1.1.5.1
t11ZsAliasEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsAliasIndex }
  DESCRIPTION	"Each entry contains information about a Zone Alias in
           the Zone Set database of a particular Fabric
           (identified by the value of t11ZsServerFabricIndex) on
           a particular switch (identified by values of
           fcmInstanceIndex and fcmSwitchIndex).

           A Zone Member is added to a Zone Alias by creating
           an entry in the t11ZsZoneMemberTable pointing to a
           row of this table via t11ZsAliasIndex, i.e.,:

            - t11ZsZoneMemberParentType = 'alias',
            - t11ZsZoneMemberParentIndex = Alias's t11ZsAliasIndex,
            - t11ZsZoneMemberFormat != '05 - Alias Name', and
            - t11ZsZoneMemberID = Member's identifier.

           A Zone Alias is added to a Zone by creating
           an entry in the t11ZsZoneMemberTable pointing to a
           row of this table via t11ZsAliasName, i.e.,:

            - t11ZsZoneMemberParentType = 'zone',  and
            - t11ZsZoneMemberParentIndex = Zone's t11ZsZoneIndex,
            - t11ZsZoneMemberFormat = '05 - Alias Name',
            - t11ZsZoneMemberID = Alias's t11ZsAliasName.

           The StorageType of a row in this table is specified by
           the instance of t11ZsServerDatabaseStorageType that is
           INDEXed by the same values of fcmInstanceIndex,
           fcmSwitchIndex, and t11ZsServerFabricIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAliasTable(5) 1 }

.1.3.6.1.2.1.160.1.1.5.1.1
t11ZsAliasIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value which uniquely identifies this Zone
           Alias within the Zone Set database of a particular
           Fabric on a particular switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAliasTable(5) t11ZsAliasEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.5.1.2
t11ZsAliasName OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11ZoningName
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of this Zone Alias.  The name of the Zone
           Alias should be unique within a Fabric.

           The Zone Alias can be renamed by setting this object
           to a new value if and when it is not in a Zone, i.e.,
           if and only if the current name is not the value of
           any t11ZsZoneMemberID in the same Zone Set database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAliasTable(5) t11ZsAliasEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.5.1.3
t11ZsAliasRowStatus OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

           This object cannot be set to 'active' unless the
           corresponding value of t11ZsAliasName is unique within
           the Fabric's Zone Server database on this switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAliasTable(5) t11ZsAliasEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.6
t11ZsZoneMemberTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all members of a Zone/Zone Alias
           and information about those members in the Zone Set
           database of the Zone Servers on each Fabric in one or
           more switches.

           In Enhanced mode, changes to a database made via this
           table are always made to the 'copy' database, but
           values read from this table reflect the contents of
           either the 'copy' database or the current (committed)
           database as indicated by the corresponding value of
           t11ZsServerReadFromDatabase."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 6 }

.1.3.6.1.2.1.160.1.1.6.1
t11ZsZoneMemberEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsZoneMemberParentType, t11ZsZoneMemberParentIndex, t11ZsZoneMemberIndex }
  DESCRIPTION	"Each entry represents the relationship between a
           member and (one of) its 'parent(s)', i.e., a Zone
           or Zone Alias to which the member belongs, within
           a particular Fabric (identified by the value of
           t11ZsServerFabricIndex) on a particular switch
           (identified by values of fcmInstanceIndex and
           fcmSwitchIndex).

           A Zone member (other than an alias) is added to a
           Zone by creating an entry in this table having:

            - t11ZsZoneMemberParentType = 'zone',  and
            - t11ZsZoneMemberParentIndex = Zone's t11ZsZoneIndex,
            - t11ZsZoneMemberFormat != '05 - Alias Name',
            - t11ZsZoneMemberID = Member's identifier.

           An 'active' row in this table references rows in other
           tables.  The agent must ensure that all such referenced
           rows exist with a status of 'active', either by refusing to
           create new active rows in this table, or by automatically
           deleting any rows in this table that reference a deleted
           row.

           The StorageType of a row in this table is specified by
           the instance of t11ZsServerDatabaseStorageType that is
           INDEXed by the same values of fcmInstanceIndex,
           fcmSwitchIndex, and t11ZsServerFabricIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneMemberTable(6) 1 }

.1.3.6.1.2.1.160.1.1.6.1.1
t11ZsZoneMemberParentType OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {zone(1), alias(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object determines whether this member belongs
           to a Zone or Zone Alias."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneMemberTable(6) t11ZsZoneMemberEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.6.1.2
t11ZsZoneMemberParentIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object contains the index value of the Zone or
           Zone Alias to which this member belongs.

           If the value of the corresponding instance of
           t11ZsZoneMemberParentType is 'zone', then this object
           will contain the value of the t11ZsZoneIndex object of
           the Zone to which this member belongs.

           If the value of the corresponding instance of
           t11ZsZoneMemberParentType is 'alias', then this object
           will contain the value of the t11ZsAliasIndex object
           of the Zone Alias to which this member belongs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneMemberTable(6) t11ZsZoneMemberEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.6.1.3
t11ZsZoneMemberIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this Zone
           Member amongst all Zone Members in the Zone Set
           database of a particular Fabric on a particular switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneMemberTable(6) t11ZsZoneMemberEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.6.1.4
t11ZsZoneMemberFormat OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11ZsZoneMemberType
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"x"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the format of the
           Zone/Zone Alias member's identifier contained in
           t11ZsZoneMemberID.

           This object cannot be modified while the corresponding
           value of t11ZsZoneMemberRowStatus object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneMemberTable(6) t11ZsZoneMemberEntry(1) 4 }

.1.3.6.1.2.1.160.1.1.6.1.5
t11ZsZoneMemberID OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the Member Identifier of the
           Zone or Alias.  The interpretation of this object
           depends on the value of the corresponding instance
           of t11ZsZoneMemberFormat:

             - if t11ZsZoneMemberFormat is 'N_Port_Name', then
               this object contains an N_Port_Name.

             - if t11ZsZoneMemberFormat is 'Domain_ID and physical
               port', then this object contains a 4-octet value in
               network byte order.  The first octet is zero,
               the second octet contains the Domain_ID, and the
               last 2 octets contain the physical port number.

             - if t11ZsZoneMemberFormat is 'N_Port_ID', then this
               object contains the 3-octet Nx_Port FC_ID.

             - if t11ZsZoneMemberFormat is 'Alias Name', then
               this object contains the value of t11ZsAliasName
               for some Alias in the same Zone Set database.

             - if t11ZsZoneMemberFormat is 'Node_Name', then
               this object contains an 8-octet Node_Name.

             - if t11ZsZoneMemberFormat is 'F_Port_Name', then
               this object contains an 8-octet F_Port_Name.

             - if t11ZsZoneMemberFormat is one of the 'Vendor
               Specific' values, then this object contains a value
               of 1 to 255 octets in a format defined by the relevant
               vendor.

           This object cannot be modified while the corresponding
           value of t11ZsZoneMemberRowStatus object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneMemberTable(6) t11ZsZoneMemberEntry(1) 5 }

.1.3.6.1.2.1.160.1.1.6.1.6
t11ZsZoneMemberRowStatus OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

           The corresponding instances of t11ZsZoneMemberID and
           t11ZsZoneMemberFormat objects must be set before or
           concurrently with setting this object to 'active'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsZoneMemberTable(6) t11ZsZoneMemberEntry(1) 6 }

.1.3.6.1.2.1.160.1.1.7
t11ZsAttribBlockTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table gives information on all the Zone
           Attributes in the Zone Set database of the Zone
           Servers on each Fabric in one or more switches.

           In Enhanced mode, changes to a database made via this
           table are always made to the 'copy' database, but
           values read from this table reflect the contents of
           either the 'copy' database or the current (committed)
           database as indicated by the corresponding value of
           t11ZsServerReadFromDatabase."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 7 }

.1.3.6.1.2.1.160.1.1.7.1
t11ZsAttribBlockEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsAttribBlockIndex }
  DESCRIPTION	"Each entry contains information about a Zone Attribute
           Block (of Zone Attributes) in the Zone Set database
           of a particular Fabric (identified by the value of
           t11ZsServerFabricIndex) on a particular switch
           (identified by values of fcmInstanceIndex and
           fcmSwitchIndex).

           An 'active' row in this table references a row in the
           t11ZsAttribBlockTable.  The agent must ensure that the
           referenced rows exists with a status of 'active', either by
           refusing to create new active rows in this table, or by
           automatically deleting any rows in this table that
           reference a deleted row.

           The StorageType of a row in this table is specified by
           the instance of t11ZsServerDatabaseStorageType that is
           INDEXed by the same values of fcmInstanceIndex,
           fcmSwitchIndex, and t11ZsServerFabricIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAttribBlockTable(7) 1 }

.1.3.6.1.2.1.160.1.1.7.1.1
t11ZsAttribBlockIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this Zone
           Attribute within the Zone Set database of a particular
           Fabric on a particular switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAttribBlockTable(7) t11ZsAttribBlockEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.7.1.2
t11ZsAttribBlockName OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11ZoningName
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of this Zone Attribute Block, which should
           be unique within the Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAttribBlockTable(7) t11ZsAttribBlockEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.7.1.3
t11ZsAttribBlockRowStatus OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAttribBlockTable(7) t11ZsAttribBlockEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.8
t11ZsAttribTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table gives information on the Zone Attributes
           within the Zone Attribute Blocks in the Zone Set
           database of the Zone Servers on each Fabric in one
           or more switches.

           In Enhanced mode, changes to a database made via this
           table are always made to the 'copy' database, but
           values read from this table reflect the contents of
           either the 'copy' database or the current (committed)
           database as indicated by the corresponding value of
           t11ZsServerReadFromDatabase."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 8 }

.1.3.6.1.2.1.160.1.1.8.1
t11ZsAttribEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsAttribBlockIndex, t11ZsAttribIndex }
  DESCRIPTION	"Each entry contains information about a Zone
           Attribute in a Zone Attribute Block (identified by
           t11ZsAttribBlockIndex) in the Zone Set database of
           a particular Fabric (identified by the value of
           t11ZsServerFabricIndex) on a particular switch
           (identified by values of fcmInstanceIndex and
           fcmSwitchIndex).

           An entry in this table cannot be created prior to
           its associated entry in the t11ZsAttribBlockTable.

           The StorageType of a row in this table is specified by
           the instance of t11ZsServerDatabaseStorageType that is
           INDEXed by the same values of fcmInstanceIndex,
           fcmSwitchIndex, and t11ZsServerFabricIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAttribTable(8) 1 }

.1.3.6.1.2.1.160.1.1.8.1.1
t11ZsAttribIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this
           Zone Attribute within its Zone Attribute Block in
           the Zone Set database of a particular Fabric on a
           particular switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAttribTable(8) t11ZsAttribEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.8.1.2
t11ZsAttribType OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of attribute:

                0001       - Protocol
                0002       - Broadcast Zone
                0003       - Hard Zone
                00E0 (hex) - Vendor Specific."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAttribTable(8) t11ZsAttribEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.8.1.3
t11ZsAttribValue OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	OCTET STRING (4..252) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of the attribute, formatted as specified
           in FC-GS-5 for the type given by the corresponding
           instance of t11ZsAttribType.

           Note that FC-GS-5 requires that the length of this
           value is a multiple of 4 bytes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAttribTable(8) t11ZsAttribEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.8.1.4
t11ZsAttribRowStatus OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsAttribTable(8) t11ZsAttribEntry(1) 4 }

.1.3.6.1.2.1.160.1.1.9
t11ZsActivateTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides a mechanism to allow a Zone Set
           to be activated on a Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 9 }

.1.3.6.1.2.1.160.1.1.9.1
t11ZsActivateEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex }
  DESCRIPTION	"Each entry reflects the state of the activation of a
           Zone Set by a particular switch (identified by values
           of fcmInstanceIndex and fcmSwitchIndex) on a particular
           Fabric (identified by the value of
           t11ZsServerFabricIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActivateTable(9) 1 }

.1.3.6.1.2.1.160.1.1.9.1.1
t11ZsActivateRequest OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Setting this object to a value is a request for a
           Zone Set to be activated on the Fabric that is
           represented by this row.  The Zone Set to be
           activated is the one for which t11ZsSetIndex has
           the same value.

           If a Zone Set is already active on a Fabric when a
           request is made to activate a different one on that
           Fabric, then the existing Zone Set is automatically
           deactivated and the specified Zone Set is activated
           in its place.

           The value of this object when read is always 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActivateTable(9) t11ZsActivateEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.9.1.2
t11ZsActivateDeactivate OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {deactivate(1), noop(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Setting this object to 'deactivate' is a request
           to deactivate the currently active Zone Set on
           a Fabric.

           Note that the deactivation of the active Zone Set
           allows all ports to communicate or no ports to
           communicate, depending on the current Default Zone
           behavior.

           No action is taken if this object is set to 'noop'.
           When read, the value of this object is always 'noop'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActivateTable(9) t11ZsActivateEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.9.1.3
t11ZsActivateResult OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {activateSuccess(1), activateFailure(2), deactivateSuccess(3), deactivateFailure(4), inProgress(5), none(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the outcome of the most recent
           activation/deactivation using this entry.

           When the value of this object is 'inProgress', the
           values of the corresponding instances of
           t11ZsActivateRequest and t11ZsActivateDeactivate
           cannot be modified.

           The value 'none' indicates activation/deactivation
           has not been attempted since the last restart of
           the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActivateTable(9) t11ZsActivateEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.9.1.4
t11ZsActivateFailCause OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual message indicating the reason for the
           most recent failure of a Zone Set activation or
           deactivation, or the zero-length string if no
           information is available (e.g., because the
           corresponding instance of t11ZsActivateResult
           has the value 'none').

           When the corresponding instance of
           t11ZsActivateResult is either 'activateFailure'
           or 'deactivateFailure', the value of this object
           indicates the reason for that failure."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActivateTable(9) t11ZsActivateEntry(1) 4 }

.1.3.6.1.2.1.160.1.1.9.1.5
t11ZsActivateFailDomainId OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION FcDomainIdOrZero
  SYNTAX	Integer32 (0..239) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the failure cause (as indicated by
           t11ZsSetFailCause) was specific to a particular
           device, this object contains the Domain_ID of that
           device.  Otherwise, this object contains zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActivateTable(9) t11ZsActivateEntry(1) 5 }

.1.3.6.1.2.1.160.1.1.10
t11ZsActiveTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information on the currently
           enforced/active Zone Set on each Fabric.
           An active Zone Set cannot be modified.
           This table will be empty when no Zone Set is
           activated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 10 }

.1.3.6.1.2.1.160.1.1.10.1
t11ZsActiveEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex }
  DESCRIPTION	"Each entry represents an active Zone Set of a
           particular Fabric (identified by the value of
           t11ZsServerFabricIndex), according to a particular
           switch (identified by values of fcmInstanceIndex and
           fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveTable(10) 1 }

.1.3.6.1.2.1.160.1.1.10.1.1
t11ZsActiveZoneSetName OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11ZoningName
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of this Zone Set on this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveTable(10) t11ZsActiveEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.10.1.2
t11ZsActiveActivateTime OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at which this entry was most
           recently activated.  If this row was activated prior to
           the last re-initialization of the local network management
           system, then this object will contain a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveTable(10) t11ZsActiveEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.11
t11ZsActiveZoneTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all the Zones that are present in
           the active Zone Sets on all Fabrics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 11 }

.1.3.6.1.2.1.160.1.1.11.1
t11ZsActiveZoneEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsActiveZoneIndex }
  DESCRIPTION	"Each entry represents a Zone in the active Zone Set
           of a particular Fabric (identified by the value of
           t11ZsServerFabricIndex), according to a particular
           switch (identified by values of fcmInstanceIndex and
           fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveZoneTable(11) 1 }

.1.3.6.1.2.1.160.1.1.11.1.1
t11ZsActiveZoneIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this Zone
           within the active Zone Set on a particular Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveZoneTable(11) t11ZsActiveZoneEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.11.1.2
t11ZsActiveZoneName OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11ZoningName
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of this Zone."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveZoneTable(11) t11ZsActiveZoneEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.11.1.3
t11ZsActiveZoneBroadcastZoning OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether broadcast Zoning is
           enabled on this Zone.  If broadcast Zoning is enabled,
           then broadcast frames generated by a member in this
           Zone will be restricted to members in this Zone.

           This object is only instantiated in Enhanced mode."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveZoneTable(11) t11ZsActiveZoneEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.11.1.4
t11ZsActiveZoneHardZoning OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether hard Zoning is
           enabled on this Zone.

           This object is only instantiated in Enhanced mode."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveZoneTable(11) t11ZsActiveZoneEntry(1) 4 }

.1.3.6.1.2.1.160.1.1.12
t11ZsActiveZoneMemberTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all members of all Zones
           within the active Zone Set on any Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 12 }

.1.3.6.1.2.1.160.1.1.12.1
t11ZsActiveZoneMemberEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsActiveZoneIndex, t11ZsActiveZoneMemberIndex }
  DESCRIPTION	"Each entry represents a member of a Zone in the active
           Zone Set of a particular Fabric (identified by the value
           t11ZsServerFabricIndex), according to a particular
           switch (identified by values of fcmInstanceIndex and
           fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveZoneMemberTable(12) 1 }

.1.3.6.1.2.1.160.1.1.12.1.1
t11ZsActiveZoneMemberIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this
           member amongst the members of a particular Zone
           in the active Zone Set on a particular Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveZoneMemberTable(12) t11ZsActiveZoneMemberEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.12.1.2
t11ZsActiveZoneMemberFormat OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11ZsZoneMemberType
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the identifier format of the
           corresponding instance of t11ZsActiveZoneMemberID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveZoneMemberTable(12) t11ZsActiveZoneMemberEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.12.1.3
t11ZsActiveZoneMemberID OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value of this object identifies the member
           using the format specified in the corresponding
           instance of t11ZsActiveZoneMemberFormat."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveZoneMemberTable(12) t11ZsActiveZoneMemberEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.13
t11ZsActiveAttribTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about some of the
           Attributes of the Zones within the active Zone Set
           on each Fabric.

           This table contains all the types of attributes
           that might apply zero, one, or more times to a Zone.
           Attributes that apply once and only to a Zone are
           specified in the t11ZsActiveZoneTable.

           This table will always be empty in Basic mode.
           It will also be empty if there are no Zones in
           any active Zone Set having any of the applicable
           types of attributes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 13 }

.1.3.6.1.2.1.160.1.1.13.1
t11ZsActiveAttribEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex, t11ZsActiveZoneIndex, t11ZsActiveAttribIndex }
  DESCRIPTION	"Each entry contains an Attribute of a particular
           Zone in the active Zone Set of a particular Fabric
           (identified by the value of t11ZsServerFabricIndex),
           according to a particular switch (identified by
           values of fcmInstanceIndex and fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveAttribTable(13) 1 }

.1.3.6.1.2.1.160.1.1.13.1.1
t11ZsActiveAttribIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this
           attribute amongst the other attributes for a
           particular Zone in the active Zone Set on a
           particular Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveAttribTable(13) t11ZsActiveAttribEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.13.1.2
t11ZsActiveAttribType OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of attribute:

                0001       - Protocol
                00E0 (hex) - Vendor Specific

           Note that type 2 (Hard) and type 3 (Broadcast)
           do not need to be represented here, because they
           are represented by t11ZsActiveZoneBroadcastZoning and
           t11ZsActiveZoneHardZoning."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveAttribTable(13) t11ZsActiveAttribEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.13.1.3
t11ZsActiveAttribValue OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	OCTET STRING (0..252) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the attribute, formatted according to
           its type as indicated by the corresponding instance
           of t11ZsActiveAttribType.

           As specified in FC-GS-5, the length of an attribute
           value is at least 4 bytes, and if necessary, the value
           is appended with zero bytes so that the length is a
           multiple of 4.  For a Vendor-Specific attribute
           value, the first 8 bytes contain the T10 Vendor ID
           as described in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsActiveAttribTable(13) t11ZsActiveAttribEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.14
t11ZsNotifyControlTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of control information for notifications
           generated due to Zone Server events."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 14 }

.1.3.6.1.2.1.160.1.1.14.1
t11ZsNotifyControlEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex }
  DESCRIPTION	"Each entry contains notification control information
           specific to a Zone Server for a particular Fabric
           (identified by the value of t11ZsServerFabricIndex)
           on a particular switch (identified by values of
           fcmInstanceIndex and fcmSwitchIndex).

           The persistence across reboots of writable values in
           a row of this table is specified by the instance of
           t11ZsServerDatabaseStorageType that is INDEXed by
           the same values of fcmInstanceIndex, fcmSwitchIndex,
           and t11ZsServerFabricIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) 1 }

.1.3.6.1.2.1.160.1.1.14.1.1
t11ZsNotifyRequestRejectEnable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies whether t11ZsRequestRejectNotify
           notifications should be generated by the Zone Server
           for this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 1 }

.1.3.6.1.2.1.160.1.1.14.1.2
t11ZsNotifyMergeFailureEnable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies whether t11ZsMergeFailureNotify
           notifications should be generated by the Zone Server
           for this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 2 }

.1.3.6.1.2.1.160.1.1.14.1.3
t11ZsNotifyMergeSuccessEnable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies whether t11ZsMergeSuccessNotify
           notifications should be generated by the Zone Server
           for this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 3 }

.1.3.6.1.2.1.160.1.1.14.1.4
t11ZsNotifyDefZoneChangeEnable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies whether t11ZsDefZoneChangeNotify
           notifications should be generated by the Zone Server
           for this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 4 }

.1.3.6.1.2.1.160.1.1.14.1.5
t11ZsNotifyActivateEnable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies whether t11ZsActivateNotify
           notifications should be generated by the Zone Server
           for this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 5 }

.1.3.6.1.2.1.160.1.1.14.1.6
t11ZsRejectCtCommandString OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The binary content of the Zone Server request,
           formatted as an octet string (in network byte order)
           containing the Common Transport Information Unit
           (CT_IU), as described in Table 2 of FC-GS-5 (including
           the preamble), which was most recently rejected by the
           Fabric Configuration Server for this Fabric.

           This object contains the zero-length string
           if and when the CT-IU's content is unavailable.

           When the length of this object is 255 octets, it
           contains the first 255 octets of the CT-IU (in
           network byte order)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 6 }

.1.3.6.1.2.1.160.1.1.14.1.7
t11ZsRejectRequestSource OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The WWN that was the source of the CT_IU
           contained in the corresponding instance of
           t11ZsRejectCtCommandString."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 7 }

.1.3.6.1.2.1.160.1.1.14.1.8
t11ZsRejectReasonCode OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11NsGs4RejectReasonCode
  SYNTAX	INTEGER {none(1), invalidCmdCode(2), invalidVerLevel(3), logicalError(4), invalidIUSize(5), logicalBusy(6), protocolError(7), unableToPerformCmdReq(8), cmdNotSupported(9), serverNotAvailable(10), couldNotEstabSession(11), vendorError(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reason code corresponding to the most recent
           rejection of a request by the Zone Server for
           this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 8 }

.1.3.6.1.2.1.160.1.1.14.1.9
t11ZsRejectReasonCodeExp OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION T11ZsRejectReasonExplanation
  SYNTAX	INTEGER {other(1), noAdditionalExplanation(2), zonesNotSupported(3), zoneSetNameUnknown(4), noZoneSetActive(5), zoneNameUnknown(6), zoneStateUnknown(7), incorrectPayloadLen(8), tooLargeZoneSet(9), deactivateZoneSetFailed(10), reqNotSupported(11), capabilityNotSupported(12), zoneMemberIDTypeNotSupp(13), invalidZoneSetDefinition(14), enhancedZoningCmdsNotSupported(15), zoneSetExists(16), zoneExists(17), aliasExists(18), zoneSetUnknown(19), zoneUnknown(20), aliasUnknown(21), zoneAliasTypeUnknown(22), unableEnhancedMode(23), basicZoningCmdsNotSupported(24), zoneAttribObjectExists(25), zoneAttribObjectUnknown(26), requestInProcess(27), cmitInProcess(28), hardEnforcementFailed(29), unresolvedReferences(30), consistencyChecksFailed(31)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When the value of t11ZsRejectReasonCode is
           'Unable to perform command request', this
           object contains the corresponding reason code
           explanation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 9 }

.1.3.6.1.2.1.160.1.1.14.1.10
t11ZsRejectReasonVendorCode OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When the value of t11ZsRejectReasonCode is
           'Vendor Specific Error', this object contains
           the corresponding vendor-specific reason code."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) t11ZsNotifyControlTable(14) t11ZsNotifyControlEntry(1) 10 }

.1.3.6.1.2.1.160.1.1.15
t11ZsFabricIndex OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (0..4096) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object contains either a value of
           T11FabricIndex to identify the Fabric on which
           some occurrence has caused a notification to be
           generated, or it has the value 4096 to indicate
           all applicable Fabrics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsConfiguration(1) 15 }

.1.3.6.1.2.1.160.1.2
t11ZsStatistics OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) 2 }

.1.3.6.1.2.1.160.1.2.1
t11ZsStatsTable OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of statistics maintained by Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) 1 }

.1.3.6.1.2.1.160.1.2.1.1
t11ZsStatsEntry OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11ZsServerFabricIndex }
  DESCRIPTION	"A set of statistics for a Zone Server on a
           particular Fabric (identified by the value of
           t11ZsServerFabricIndex) on a particular switch
           (identified by values of fcmInstanceIndex and
           fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) 1 }

.1.3.6.1.2.1.160.1.2.1.1.1
t11ZsOutMergeRequests OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Merge Request Frames sent by this Zone
           Server to other Zone Servers in the same Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 1 }

.1.3.6.1.2.1.160.1.2.1.1.2
t11ZsInMergeAccepts OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Merge Accept Frames received by this Zone
           Server from other Zone Servers in the same Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 2 }

.1.3.6.1.2.1.160.1.2.1.1.3
t11ZsInMergeRequests OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Merge Request Frames received by this Zone
           Server from other Zone Servers in the same Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 3 }

.1.3.6.1.2.1.160.1.2.1.1.4
t11ZsOutMergeAccepts OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Merge Accept Frames sent by this Zone
           Server to other Zone Servers in the same Fabric.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 4 }

.1.3.6.1.2.1.160.1.2.1.1.5
t11ZsOutChangeRequests OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of change requests sent (via the Fabric
           Management Session Protocol) by this Zone Server to
           other Zone Servers in the same Fabric.

           This includes Acquire Change Authorization requests, Stage
           Fabric Config Update requests, Update Fabric Config requests
           and Release Change Authorization requests.  It also includes
           the corresponding types of requests defined by the Enhanced
           Commit Service.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 5 }

.1.3.6.1.2.1.160.1.2.1.1.6
t11ZsInChangeAccepts OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SW_ACC messages received from other Zone
           Servers in the same Fabric (according to the Fabric
           Management Session Protocol) in response to change
           requests by this Zone Server.

           This includes SW_ACC messages received in response to
           Acquire Change Authorization requests, to Stage Fabric
           Config Update requests, to Update Fabric Config requests,
           and to Release Change Authorization requests.  It also
           includes responses to the corresponding types of requests
           defined for the Enhanced Commit Service.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 6 }

.1.3.6.1.2.1.160.1.2.1.1.7
t11ZsInChangeRequests OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of change requests received (via the Fabric
           Management Session Protocol) by this Zone Server from
           other Zone Servers in the same Fabric.

           This includes Acquire Change Authorization requests, Stage
           Fabric Config Update requests, Update Fabric Config requests
           and Release Change Authorization requests.  It also includes
           the corresponding types of requests defined by the Enhanced
           Commit Service.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 7 }

.1.3.6.1.2.1.160.1.2.1.1.8
t11ZsOutChangeAccepts OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SW_ACC messages sent by this Zone Server
           (according to the Fabric Management Session Protocol) in
           response to change requests from other Zone Servers in
           the same Fabric.

           This includes SW_ACC messages sent in response to
           Acquire Change Authorization requests, to Stage Fabric
           Config Update requests, to Update Fabric Config requests
           and to Release Change Authorization requests.  It also
           includes responses to the corresponding types of requests
           defined for the Enhanced Commit Service.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 8 }

.1.3.6.1.2.1.160.1.2.1.1.9
t11ZsInZsRequests OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Zone Server requests received by this
           Zone Server on this Fabric, both those received in
           Basic mode and in Enhanced mode.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 9 }

.1.3.6.1.2.1.160.1.2.1.1.10
t11ZsOutZsRejects OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Zone Server requests rejected by this
           Zone Server on this Fabric, both those rejected in
           Basic mode and in Enhanced mode.

           This counter has no discontinuities other than those
           that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBObjects(1) t11ZsStatistics(2) t11ZsStatsTable(1) t11ZsStatsEntry(1) 10 }

.1.3.6.1.2.1.160.2
t11ZsMIBConformance OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) 2 }

.1.3.6.1.2.1.160.2.1
t11ZsMIBCompliances OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBConformance(2) 1 }

.1.3.6.1.2.1.160.2.1.1
t11ZsMIBCompliance MODULE-COMPLIANCE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  DESCRIPTION	"The compliance statement for entities that
           implement the Zone Server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBConformance(2) t11ZsMIBCompliances(1) 1 }

.1.3.6.1.2.1.160.2.2
t11ZsMIBGroups OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBConformance(2) 2 }

.1.3.6.1.2.1.160.2.2.1
t11ZsBasicGroup OBJECT-GROUP
  -- FROM	T11-FC-ZONE-SERVER-MIB
  DESCRIPTION	"A collection of objects for displaying and updating
           the Zone configuration of a Zone Server capable of
           operating in Basic mode."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBConformance(2) t11ZsMIBGroups(2) 1 }

.1.3.6.1.2.1.160.2.2.2
t11ZsEnhancedModeGroup OBJECT-GROUP
  -- FROM	T11-FC-ZONE-SERVER-MIB
  DESCRIPTION	"A collection of additional objects for displaying
           and updating the Zone configuration of a Zone Server
           capable of operating in Enhanced mode."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBConformance(2) t11ZsMIBGroups(2) 2 }

.1.3.6.1.2.1.160.2.2.3
t11ZsStatisticsGroup OBJECT-GROUP
  -- FROM	T11-FC-ZONE-SERVER-MIB
  DESCRIPTION	"A collection of objects for collecting Zone Server
            statistics information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBConformance(2) t11ZsMIBGroups(2) 3 }

.1.3.6.1.2.1.160.2.2.4
t11ZsNotificationControlGroup OBJECT-GROUP
  -- FROM	T11-FC-ZONE-SERVER-MIB
  DESCRIPTION	"A collection of notification control and
           notification information objects for monitoring
           Zone Server request rejection and Zone merge
           failures."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBConformance(2) t11ZsMIBGroups(2) 4 }

.1.3.6.1.2.1.160.2.2.5
t11ZsActivateGroup OBJECT-GROUP
  -- FROM	T11-FC-ZONE-SERVER-MIB
  DESCRIPTION	"A collection of objects that allow a Zone Set to
           be activated via SNMP SetRequests and provide the
           status and result of such an activation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBConformance(2) t11ZsMIBGroups(2) 5 }

.1.3.6.1.2.1.160.2.2.6
t11ZsNotificationGroup OBJECT-TYPE
  -- FROM	T11-FC-ZONE-SERVER-MIB
  DESCRIPTION	"A collection of notification(s) for monitoring
           Zone Server request rejection, Zone merge
           failures and successes, and Default Zoning
           behavioral changes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11ZoneServerMIB(160) t11ZsMIBConformance(2) t11ZsMIBGroups(2) 6 }

.1.3.6.1.2.1.162
t11FcFabricConfigServerMIB MODULE-IDENTITY
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  DESCRIPTION	"The MIB module for the management of a Fabric
         Configuration Server (FCS) in a Fibre Channel (FC)
         network.  An FCS is defined by the FC-GS-5 standard.  This
         MIB provides the capabilities to trigger a discovery of
         the configuration of one or more Fabrics, to retrieve the
         results of such a discovery, as well as to control and
         monitor the operation of an FCS.  The discovered
         configuration contains information about:

         - Interconnect Elements (IEs), i.e., switches, hubs,
           bridges, etc.,
         - Ports on IEs, and
         - Platforms that consist of one or more FC nodes.

         Copyright (C) The IETF Trust (2007).  This version of
         this MIB module is part of RFC 4935;  see the RFC itself for
         full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 162 }

.1.3.6.1.2.1.162.0
t11FcsNotifications OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) 0 }

.1.3.6.1.2.1.162.0.1
t11FcsRqRejectNotification NOTIFICATION-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  OBJECTS	{ t11FamLocalSwitchWwn, t11FcsRejectReasonCode, t11FcsRejectReasonCodeExp, t11FcsRejectReasonVendorCode }
  DESCRIPTION	"This notification is generated whenever the Fabric
        Configuration Server on a switch (indicated by the
        value of t11FamLocalSwitchWwn) rejects a Fabric
        Configuration Server request.

        The Fabric Configuration Server should update the
        t11FcsRejectReasonCode, t11FcsRejectReasonCodeExp
        and t11FcsRejectReasonVendorCode objects with the
        corresponding reason code, explanation and vendor
        specific code before sending the notification."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsNotifications(0) 1 }

.1.3.6.1.2.1.162.0.2
t11FcsDiscoveryCompleteNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  OBJECTS	{ t11FcsFabricDiscoveryRangeLow }
  DESCRIPTION	"This notification is generated by the Fabric
        Configuration Server on the completion of the
        discovery of Fabrics in the range that has
        t11FcsFabricDiscoveryRangeLow at its low end."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsNotifications(0) 2 }

.1.3.6.1.2.1.162.0.3
t11FcsMgmtAddrChangeNotify NOTIFICATION-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  OBJECTS	{ t11FcsMgmtAddrChangeFabricIndex, t11FcsMgmtAddrChangeIeName }
  DESCRIPTION	"This notification is generated by the Fabric
        Configuration Server whenever the management
        address of an IE changes, i.e., whenever an
        entry in the t11FcsMgmtAddrListTable changes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsNotifications(0) 3 }

.1.3.6.1.2.1.162.1
t11FcsMIBObjects OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) 1 }

.1.3.6.1.2.1.162.1.1
t11FcsDiscovery OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) 1 }

.1.3.6.1.2.1.162.1.1.1
t11FcsFabricDiscoveryTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains control information for discovery
        of Fabric configuration by switches.

        Values written to objects in this table are not
        retained over agent reboots."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) 1 }

.1.3.6.1.2.1.162.1.1.1.1
t11FcsFabricDiscoveryEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex }
  DESCRIPTION	"Control information for discovery by the switch
        identified by fcmInstanceIndex and fcmSwitchIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) t11FcsFabricDiscoveryTable(1) 1 }

.1.3.6.1.2.1.162.1.1.1.1.1
t11FcsFabricDiscoveryRangeLow OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The discovery by a particular switch operates
        within all existing Fabrics that have a Fabric
        Index within a specific inclusive range.  This
        object specifies the minimum Fabric Index value
        within that range.  This value just represents
        the lower end of the range and does not necessarily
        represent any existing Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) t11FcsFabricDiscoveryTable(1) t11FcsFabricDiscoveryEntry(1) 1 }

.1.3.6.1.2.1.162.1.1.1.1.2
t11FcsFabricDiscoveryRangeHigh OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The discovery by a particular switch operates
        within all existing Fabrics that have a Fabric
        Index within a specific inclusive range.  This
        object specifies the maximum Fabric Index value
        within that range.  This value just represents the
        higher end of the range and does not necessarily
        represent any existing Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) t11FcsFabricDiscoveryTable(1) t11FcsFabricDiscoveryEntry(1) 2 }

.1.3.6.1.2.1.162.1.1.1.1.3
t11FcsFabricDiscoveryStart OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	INTEGER {start(1), noOp(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object provides the capability to trigger the start
        of a discovery by a Fabric Configuration Server.  If this
        object is set to 'start', then the discovery is started on
        those Fabrics that have their Fabric Index value in the
        range specified by t11FcsFabricDiscoveryRangeLow and
        t11FcsFabricDiscoveryRangeHigh.  It is recommended that
        whenever an instance of this object is set to 'start',
        that the desired range be specified at the same time by
        setting the corresponding instances of
        t11FcsFabricDiscoveryRangeLow and
        t11FcsFabricDiscoveryRangeHigh.

        Setting this object to 'start' will be rejected if a
        discovery is already/still in progress on any Fabrics in
        the specified range.

        No action is taken if this object is set to 'noOp'.
        The value of this object when read is always 'noOp'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) t11FcsFabricDiscoveryTable(1) t11FcsFabricDiscoveryEntry(1) 3 }

.1.3.6.1.2.1.162.1.1.1.1.4
t11FcsFabricDiscoveryTimeOut OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Unsigned32 (300..86400) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum interval of time for which the discovered
        Fabric information is cached by a Fabric Configuration
        Server."
  DEFVAL	{ 900 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) t11FcsFabricDiscoveryTable(1) t11FcsFabricDiscoveryEntry(1) 4 }

.1.3.6.1.2.1.162.1.1.2
t11FcsDiscoveryStateTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the status of discovery of
        locally known Fabrics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) 2 }

.1.3.6.1.2.1.162.1.1.2.1
t11FcsDiscoveryStateEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcsFabricIndex }
  DESCRIPTION	"The discovery status for a particular Fabric on the
        switch identified by fcmInstanceIndex and fcmSwitchIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) t11FcsDiscoveryStateTable(2) 1 }

.1.3.6.1.2.1.162.1.1.2.1.1
t11FcsFabricIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index value that uniquely identifies a
        particular Fabric.

        In a Fabric conformant to FC-SW-4, multiple Virtual Fabrics
        can operate within one (or more) physical infrastructures,
        and this index value is used to uniquely identify a
        particular (physical or virtual) Fabric within a physical
        infrastructure.

        In a Fabric conformant to versions earlier than FC-SW-4,
        only a single Fabric could operate within a physical
        infrastructure, and thus, the value of this Fabric Index
        was defined to always be 1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) t11FcsDiscoveryStateTable(2) t11FcsDiscoveryStateEntry(1) 1 }

.1.3.6.1.2.1.162.1.1.2.1.2
t11FcsDiscoveryStatus OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	INTEGER {inProgress(1), completed(2), localOnly(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of the discovery for the particular Fabric.

        Initially when the switch comes up, all instances of this
        object have the value: 'localOnly', and the database
        contains only local information, i.e., no information
        discovered via the Fabric Configuration Server protocol
        specified in FC-GS-5.

        If t11FcsFabricDiscoveryStart is set to 'start' for a
        range of Fabrics that includes this Fabric, then the
        value of this object transitions to 'inProgress'.  When
        the discovery completes, this object transitions to
        'completed', and the data is cached for the minimum
        interval of time specified by
        t11FcsFabricDiscoveryTimeOut.  After this interval has
        been exceeded, the data may be lost, in which case, the
        value of this object changes to 'localOnly'.

        This object cannot be set via SNMP to any value other
        than 'localOnly'.  If this object is set (via SNMP) to
        'localOnly', the cached data for the Fabric is discarded
        immediately, and if a discovery initiated from this
        switch was in progress for this Fabric, then that
        discovery is aborted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) t11FcsDiscoveryStateTable(2) t11FcsDiscoveryStateEntry(1) 2 }

.1.3.6.1.2.1.162.1.1.2.1.3
t11FcsDiscoveryCompleteTime OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of sysUpTime at which
        discovery was most recently completed or aborted on this
        Fabric.  This object contains the value of zero before
        the first discovery on this Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscovery(1) t11FcsDiscoveryStateTable(2) t11FcsDiscoveryStateEntry(1) 3 }

.1.3.6.1.2.1.162.1.2
t11FcsDiscoveredConfig OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) 2 }

.1.3.6.1.2.1.162.1.2.1
t11FcsIeTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Interconnect Elements.  Interconnect
        Elements (IEs) are switches, hubs, bridges etc.

        By default, the Fabric Configuration Server will
        maintain detailed information pertaining only to
        local resources.  As far as discovered topology is
        concerned, only the IE name, type, and Domain ID
        information will be maintained.  If a discovery
        cycle is triggered on a set of Fabrics, this table
        along with the Port and Platform tables will be
        populated with the discovered information.  The
        discovered data will be retained in this table for
        at least t11FcsFabricDiscoveryTimeOut seconds after
        the completion of its discovery or until the
        discovered data is invalidated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) 1 }

.1.3.6.1.2.1.162.1.2.1.1
t11FcsIeEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcsFabricIndex, t11FcsIeName }
  DESCRIPTION	"Information about an Interconnect Element that was
        discovered on a Fabric (identified by t11FcsFabricIndex),
        by a switch (identified by fcmInstanceIndex and
        fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsIeTable(1) 1 }

.1.3.6.1.2.1.162.1.2.1.1.1
t11FcsIeName OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (8 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The WWN of an Interconnect Element.  This object
        uniquely identifies an Interconnect Element on a
        Fabric.  If the IE is a switch, then this object
        is the Switch_Name (WWN) of the switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsIeTable(1) t11FcsIeEntry(1) 1 }

.1.3.6.1.2.1.162.1.2.1.1.2
t11FcsIeType OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcIeType
  SYNTAX	INTEGER {unknown(1), other(2), switch(3), hub(4), bridge(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of this Interconnect Element."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsIeTable(1) t11FcsIeEntry(1) 2 }

.1.3.6.1.2.1.162.1.2.1.1.3
t11FcsIeDomainId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION FcDomainIdOrZero
  SYNTAX	Integer32 (0..239) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Domain ID of this Interconnect Element."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsIeTable(1) t11FcsIeEntry(1) 3 }

.1.3.6.1.2.1.162.1.2.1.1.4
t11FcsIeMgmtId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION FcAddressIdOrZero
  SYNTAX	OCTET STRING (0 | 3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The management identifier of this Interconnect Element.
        If the Interconnect Element is a switch, this object will
        be the Domain Controller identifier of the switch.  When
        the value of the identifier is unknown, this object
        contains the all-zeros value: x'00 00 00'."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsIeTable(1) t11FcsIeEntry(1) 4 }

.1.3.6.1.2.1.162.1.2.1.1.5
t11FcsIeFabricName OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Fabric_Name (WWN) of this Interconnect Element.
        When the Fabric_Name is unknown, this object contains
        the all-zeros value: x'00 00 00 00 00 00 00 00'."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsIeTable(1) t11FcsIeEntry(1) 5 }

.1.3.6.1.2.1.162.1.2.1.1.6
t11FcsIeLogicalName OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The logical name of this Interconnect Element.
        When the logical name is unknown, this object contains
        the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsIeTable(1) t11FcsIeEntry(1) 6 }

.1.3.6.1.2.1.162.1.2.1.1.7
t11FcsIeMgmtAddrListIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcListIndexPointerOrZero
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The management address list for this Interconnect Element.
        This object points to an entry in the
        t11FcsMgmtAddrListTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsIeTable(1) t11FcsIeEntry(1) 7 }

.1.3.6.1.2.1.162.1.2.1.1.8
t11FcsIeInfoList OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (0..252) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The information list for this Interconnect Element.

        The value of this object is formatted as specified in
        FC-GS-5, i.e., it has the following substrings in order:
        vendor name, model name/number, and release code/level,
        followed by zero or more substrings of vendor-specific
        information.  Each substring is terminated with a byte
        containing a null value (x'00')."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsIeTable(1) t11FcsIeEntry(1) 8 }

.1.3.6.1.2.1.162.1.2.2
t11FcsMgmtAddrListTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the set of management address lists
        that are currently referenced by any instance of the
        t11FcsIeMgmtAddrListIndex or
        t11FcsPlatformMgmtAddrListIndex objects."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) 2 }

.1.3.6.1.2.1.162.1.2.2.1
t11FcsMgmtAddrListEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcsMgmtAddrListIndex, t11FcsMgmtAddrIndex }
  DESCRIPTION	"Information about one management address in a
        management address list, which is known to a
        switch (identified by fcmInstanceIndex and
        fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsMgmtAddrListTable(2) 1 }

.1.3.6.1.2.1.162.1.2.2.1.1
t11FcsMgmtAddrListIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcListIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value of the management address list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsMgmtAddrListTable(2) t11FcsMgmtAddrListEntry(1) 1 }

.1.3.6.1.2.1.162.1.2.2.1.2
t11FcsMgmtAddrIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An integer value to distinguish different
        management addresses in the same list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsMgmtAddrListTable(2) t11FcsMgmtAddrListEntry(1) 2 }

.1.3.6.1.2.1.162.1.2.2.1.3
t11FcsMgmtAddr OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION URLString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The management address of this entry.

        The format of this object is a Uniform Resource
        Locator (URL), e.g., for SNMP, see RFC 4088."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsMgmtAddrListTable(2) t11FcsMgmtAddrListEntry(1) 3 }

.1.3.6.1.2.1.162.1.2.4
t11FcsPortTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the ports of IEs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) 4 }

.1.3.6.1.2.1.162.1.2.4.1
t11FcsPortEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcsFabricIndex, t11FcsIeName, t11FcsPortName }
  DESCRIPTION	"Information about a particular port of an Interconnect
        Element (identified by t11FcsIeName).  The port is
        connected to a Fabric (identified by t11FcsFabricIndex)
        and known to a switch (identified by fcmInstanceIndex
        and fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) 1 }

.1.3.6.1.2.1.162.1.2.4.1.1
t11FcsPortName OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (8 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Port_Name (WWN) of the port for which this row
        contains information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 1 }

.1.3.6.1.2.1.162.1.2.4.1.2
t11FcsPortType OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION FcPortType
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Port Type of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 2 }

.1.3.6.1.2.1.162.1.2.4.1.3
t11FcsPortTxType OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcPortTxType
  SYNTAX	INTEGER {unknown(1), other(2), shortwave850nm(3), longwave1550nm(4), longwave1310nm(5), electrical(6), tenGbaseSr850(7), tenGbaseLr1310(8), tenGbaseEr1550(9), tenGbaseLx1300(10), tenGbaseSw850(11), tenGbaseLw1310(12), tenGbaseEw1550(13)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Port TX Type of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 3 }

.1.3.6.1.2.1.162.1.2.4.1.4
t11FcsPortModuleType OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port module type of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 4 }

.1.3.6.1.2.1.162.1.2.4.1.5
t11FcsPortPhyPortNum OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The physical number for this port.  FC-GS-5 says that
        the contents of this field, which are carried in a field
        with a size of 4 bytes, are not to be restricted due to
        vendor-specific methods for numbering physical ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 5 }

.1.3.6.1.2.1.162.1.2.4.1.6
t11FcsPortAttachPortNameIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcListIndexPointerOrZero
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The attached port name list for this port.  This object
        points to an entry in the t11FcsAttachPortNameListTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 6 }

.1.3.6.1.2.1.162.1.2.4.1.7
t11FcsPortState OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcPortState
  SYNTAX	INTEGER {unknown(1), other(2), online(3), offline(4), testing(5), fault(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 7 }

.1.3.6.1.2.1.162.1.2.4.1.8
t11FcsPortSpeedCapab OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port speed capabilities of this port.  The two octets
        of the value are formatted as described in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 8 }

.1.3.6.1.2.1.162.1.2.4.1.9
t11FcsPortOperSpeed OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operating speed of this port.  The two octets
        of the value are formatted as described in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 9 }

.1.3.6.1.2.1.162.1.2.4.1.10
t11FcsPortZoningEnfStatus OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (12) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The zoning enforcement status of this port.  The 12
        octets of the value are formatted as described in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPortTable(4) t11FcsPortEntry(1) 10 }

.1.3.6.1.2.1.162.1.2.5
t11FcsAttachPortNameListTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all the lists of attach port
        names."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) 5 }

.1.3.6.1.2.1.162.1.2.5.1
t11FcsAttachPortNameListEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcsAttachPortNameListIndex, t11FcsAttachPortName }
  DESCRIPTION	"Information about the name of a particular attached port,
        which is known to a switch (identified by fcmInstanceIndex
        and fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsAttachPortNameListTable(5) 1 }

.1.3.6.1.2.1.162.1.2.5.1.1
t11FcsAttachPortNameListIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcListIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value of the attach port name list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsAttachPortNameListTable(5) t11FcsAttachPortNameListEntry(1) 1 }

.1.3.6.1.2.1.162.1.2.5.1.2
t11FcsAttachPortName OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (12) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The attached port name.  Zero or more of these names
        may be associated with a port object.
        The first 8 bytes of this object contain the WWN of
        the port followed by 2 reserved bytes.  Following
        this is one byte of Port flags and one byte of
        Port type, as described in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsAttachPortNameListTable(5) t11FcsAttachPortNameListEntry(1) 2 }

.1.3.6.1.2.1.162.1.2.6
t11FcsPlatformTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information on platforms.

        By default, this table only contains local (e.g., for a
        local switch) information.  If a discovery is triggered,
        this table will also contain information gathered by the
        discovery process.  The discovered information is retained
        in this table for at least t11FcsFabricDiscoveryTimeOut
        seconds after the completion of its discovery or until
        the discovered cache is invalidated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) 6 }

.1.3.6.1.2.1.162.1.2.6.1
t11FcsPlatformEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcsFabricIndex, t11FcsPlatformIndex }
  DESCRIPTION	"Information about a particular platform, which is
        known to a switch (identified by fcmInstanceIndex and
        fcmSwitchIndex).

        A platform can contain multiple nodes.  Information on
        nodes is contained in the t11FcsNodeNameListTable.  The
        t11FcsPlatformNodeNameListIndex object in this table
        points to the list of nodes contained in this platform.
        Similarly, the t11FcsPlatformMgmtAddrListIndex object in
        this table points to the list of management addresses
        associated with this platform."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) 1 }

.1.3.6.1.2.1.162.1.2.6.1.1
t11FcsPlatformIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An integer value to distinguish one platform from
        other platforms in the same Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 1 }

.1.3.6.1.2.1.162.1.2.6.1.2
t11FcsPlatformName OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of this platform.  The last byte of the value
        indicates the format of the name (even if the name itself
        is the zero-length string) as specified in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 2 }

.1.3.6.1.2.1.162.1.2.6.1.3
t11FcsPlatformType OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type(s) of this platform, encoded in 4 bytes as
        specified in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 3 }

.1.3.6.1.2.1.162.1.2.6.1.4
t11FcsPlatformNodeNameListIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcListIndexPointerOrZero
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The list of nodes for this platform.  This object points
        to an entry in the t11FcsNodeNameListTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 4 }

.1.3.6.1.2.1.162.1.2.6.1.5
t11FcsPlatformMgmtAddrListIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcListIndexPointerOrZero
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The list of management addresses for this platform.  This
        object points to an entry in the t11FcsMgmtAddrListTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 5 }

.1.3.6.1.2.1.162.1.2.6.1.6
t11FcsPlatformVendorId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0 | 12) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier of the vendor of this platform, in the
        format specified in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 6 }

.1.3.6.1.2.1.162.1.2.6.1.7
t11FcsPlatformProductId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0 | 20) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor's product and/or model identifier for this
        platform, in the format specified in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 7 }

.1.3.6.1.2.1.162.1.2.6.1.8
t11FcsPlatformProductRevLevel OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0 | 4..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The product revision level for this platform, in the
        format specified in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 8 }

.1.3.6.1.2.1.162.1.2.6.1.9
t11FcsPlatformDescription OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0 | 4..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The description of this platform, in the
        format specified in FC-GS-5.  This value should
        include the full name and version identification of the
        platform's hardware type and software operating system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 9 }

.1.3.6.1.2.1.162.1.2.6.1.10
t11FcsPlatformLabel OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0 | 4..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An administratively assigned symbolic name for the
        platform, in the format specified in FC-GS-5."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 10 }

.1.3.6.1.2.1.162.1.2.6.1.11
t11FcsPlatformLocation OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0 | 4..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The physical location of the platform, in the format
        specified in FC-GS-5 (e.g., 'telephone closet, 3rd floor')."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 11 }

.1.3.6.1.2.1.162.1.2.6.1.12
t11FcsPlatformSystemID OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0 | 4..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An identifier for a hosting system that this platform is
        associated with.  This identifier is used to associate
        platforms of logical types (e.g., logical partitions) with
        a physical system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 12 }

.1.3.6.1.2.1.162.1.2.6.1.13
t11FcsPlatformSysMgmtAddr OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcListIndexPointerOrZero
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A list of management addresses for the platform."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 13 }

.1.3.6.1.2.1.162.1.2.6.1.14
t11FcsPlatformClusterId OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0 | 4..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An identifier for a cluster that this platform is
         associated with, where a cluster is a set of independent
         platforms that are managed together to provide increased
         performance capabilities, failover, etc."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 14 }

.1.3.6.1.2.1.162.1.2.6.1.15
t11FcsPlatformClusterMgmtAddr OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcListIndexPointerOrZero
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A list of management addresses for the cluster identified
        in the corresponding instance of t11FcsPlatformClusterId."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 15 }

.1.3.6.1.2.1.162.1.2.6.1.16
t11FcsPlatformFC4Types OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (0 | 32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The FC-4 types supported by this platform, formatted as
        a bit mask as specified in FC-GS-5.  If this object
        contains the zero-length string, the types are unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsPlatformTable(6) t11FcsPlatformEntry(1) 16 }

.1.3.6.1.2.1.162.1.2.7
t11FcsNodeNameListTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all the lists of nodes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) 7 }

.1.3.6.1.2.1.162.1.2.7.1
t11FcsNodeNameListEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcsNodeNameListIndex, t11FcsNodeName }
  DESCRIPTION	"Information about a node, which is known to a
        switch (identified by fcmInstanceIndex and
        fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsNodeNameListTable(7) 1 }

.1.3.6.1.2.1.162.1.2.7.1.1
t11FcsNodeNameListIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcListIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value of the node name list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsNodeNameListTable(7) t11FcsNodeNameListEntry(1) 1 }

.1.3.6.1.2.1.162.1.2.7.1.2
t11FcsNodeName OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of this node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsDiscoveredConfig(2) t11FcsNodeNameListTable(7) t11FcsNodeNameListEntry(1) 2 }

.1.3.6.1.2.1.162.1.3
t11FcsStats OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) 3 }

.1.3.6.1.2.1.162.1.3.1
t11FcsStatsTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all the statistics related
        to the Fabric Configuration Server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsStats(3) 1 }

.1.3.6.1.2.1.162.1.3.1.1
t11FcsStatsEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcsFabricIndex }
  DESCRIPTION	"A set of statistics for a particular Fabric (identified
        by t11FcsFabricIndex) on a switch (identified by
        fcmInstanceIndex and fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsStats(3) t11FcsStatsTable(1) 1 }

.1.3.6.1.2.1.162.1.3.1.1.1
t11FcsInGetReqs OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Get Requests received by the Fabric
        Configuration Server on this Fabric.

        This counter has no discontinuities other than
        those that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsStats(3) t11FcsStatsTable(1) t11FcsStatsEntry(1) 1 }

.1.3.6.1.2.1.162.1.3.1.1.2
t11FcsOutGetReqs OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Get Requests sent by the Fabric
        Configuration Server on this Fabric to other
        servers in the Fabric.

        This counter has no discontinuities other than
        those that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsStats(3) t11FcsStatsTable(1) t11FcsStatsEntry(1) 2 }

.1.3.6.1.2.1.162.1.3.1.1.3
t11FcsInRegReqs OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Registration Requests received by the
        Fabric Configuration Server on this Fabric.
        This counter has no discontinuities other than
        those that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsStats(3) t11FcsStatsTable(1) t11FcsStatsEntry(1) 3 }

.1.3.6.1.2.1.162.1.3.1.1.4
t11FcsOutRegReqs OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Registration Requests sent by the
        Fabric Configuration Server on this Fabric.

        This counter has no discontinuities other than
        those that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsStats(3) t11FcsStatsTable(1) t11FcsStatsEntry(1) 4 }

.1.3.6.1.2.1.162.1.3.1.1.5
t11FcsInDeregReqs OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Deregistration Requests received by
        the Fabric Configuration Server on this Fabric.

        This counter has no discontinuities other than
        those that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsStats(3) t11FcsStatsTable(1) t11FcsStatsEntry(1) 5 }

.1.3.6.1.2.1.162.1.3.1.1.6
t11FcsOutDeregReqs OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Deregistration Requests sent by
        the Fabric Configuration Server on this Fabric.

        This counter has no discontinuities other than
        those that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsStats(3) t11FcsStatsTable(1) t11FcsStatsEntry(1) 6 }

.1.3.6.1.2.1.162.1.3.1.1.7
t11FcsRejects OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of requests rejected by the Fabric
        Configuration Server on this Fabric.
        This counter has no discontinuities other than
        those that all Counter32s have when sysUpTime=0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsStats(3) t11FcsStatsTable(1) t11FcsStatsEntry(1) 7 }

.1.3.6.1.2.1.162.1.4
t11FcsNotificationInfo OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) 4 }

.1.3.6.1.2.1.162.1.4.1
t11FcsNotifyControlTable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of control information for notifications
        generated due to Fabric Configuration Server events.

        Values written to objects in this table should be
        persistent/retained over agent reboots."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) 1 }

.1.3.6.1.2.1.162.1.4.1.1
t11FcsNotifyControlEntry OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, fcmSwitchIndex, t11FcsFabricIndex }
  DESCRIPTION	"Each entry contains notification control information
        for a Fabric Configuration Server on a particular Fabric
        (identified by t11FcsFabricIndex) on a particular
        switch (identified by fcmInstanceIndex and
        fcmSwitchIndex)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) t11FcsNotifyControlTable(1) 1 }

.1.3.6.1.2.1.162.1.4.1.1.1
t11FcsReqRejectNotifyEnable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies if the Fabric Configuration
        Server should generate 't11FcsRqRejectNotification'
        notifications.

        If the value of this object is 'true', then the
        notification is issued.  If the value of this object
        is 'false', then the notification is not issued."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) t11FcsNotifyControlTable(1) t11FcsNotifyControlEntry(1) 1 }

.1.3.6.1.2.1.162.1.4.1.1.2
t11FcsDiscoveryCompNotifyEnable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies if the Fabric Configuration
        Server should generate 't11FcsDiscoveryCompleteNotify'
        notifications.

        If the value of this object is 'true', then the
        notification is issued.  If the value of this object
        is 'false', then the notification is not issued."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) t11FcsNotifyControlTable(1) t11FcsNotifyControlEntry(1) 2 }

.1.3.6.1.2.1.162.1.4.1.1.3
t11FcsMgmtAddrChangeNotifyEnable OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies if the Fabric Configuration
        Server should generate 't11FcsMgmtAddrChangeNotify'
        notifications.

        If the value of this object is 'true', then the
        notification is issued.  If the value of this object
        is 'false', then the notification is not issued."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) t11FcsNotifyControlTable(1) t11FcsNotifyControlEntry(1) 3 }

.1.3.6.1.2.1.162.1.4.1.1.4
t11FcsRejectCtCommandString OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The binary content of the Fabric Configuration Server
        request, formatted as an octet string (in network byte
        order) containing the Common Transport Information Unit
        (CT_IU), as described in Table 2 of FC-GS-5 (including
        the preamble), which was most recently rejected by the
        Fabric Configuration Server for this Fabric.

        This object contains the zero-length string if and when the
        CT-IU's content is unavailable.

        When the length of this object is 255 octets, it contains
        the first 255 octets of the CT-IU (in network byte order)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) t11FcsNotifyControlTable(1) t11FcsNotifyControlEntry(1) 4 }

.1.3.6.1.2.1.162.1.4.1.1.5
t11FcsRejectRequestSource OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The WWN that was the source of the CT_IU contained in
        the corresponding instance of t11FcsRejectCtCommandString."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) t11FcsNotifyControlTable(1) t11FcsNotifyControlEntry(1) 5 }

.1.3.6.1.2.1.162.1.4.1.1.6
t11FcsRejectReasonCode OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11NsGs4RejectReasonCode
  SYNTAX	INTEGER {none(1), invalidCmdCode(2), invalidVerLevel(3), logicalError(4), invalidIUSize(5), logicalBusy(6), protocolError(7), unableToPerformCmdReq(8), cmdNotSupported(9), serverNotAvailable(10), couldNotEstabSession(11), vendorError(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the reason code corresponding
        to the latest Fabric Configuration Server request
        rejected by the local system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) t11FcsNotifyControlTable(1) t11FcsNotifyControlEntry(1) 6 }

.1.3.6.1.2.1.162.1.4.1.1.7
t11FcsRejectReasonCodeExp OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FcsRejectReasonExplanation
  SYNTAX	INTEGER {noAdditionalExplanation(1), invNameIdForIEOrPort(2), ieListNotAvailable(3), ieTypeNotAvailable(4), domainIdNotAvailable(5), mgmtIdNotAvailable(6), fabNameNotAvailable(7), ielogNameNotAvailable(8), mgmtAddrListNotAvailable(9), ieInfoListNotAvailable(10), portListNotAvailable(11), portTypeNotAvailable(12), phyPortNumNotAvailable(13), attPortNameListNotAvailable(14), portStateNotAvailable(15), unableToRegIELogName(16), platformNameNoExist(17), platformNameAlreadyExists(18), platformNodeNameNoExists(19), platformNodeNameAlreadyExists(20), resourceUnavailable(21), noEntriesInLunMap(22), invalidDeviceNameLength(23), multipleAttributes(24), invalidAttribBlockLength(25), attributesMissing(26)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When the corresponding instance of
        t11FcsRejectReasonCode has the value: 'unable to
        perform command request', this object contains the
        corresponding reason code explanation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) t11FcsNotifyControlTable(1) t11FcsNotifyControlEntry(1) 7 }

.1.3.6.1.2.1.162.1.4.1.1.8
t11FcsRejectReasonVendorCode OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A registration reject vendor-specific code.  This
        object contains the vendor-specific code of the most
        recently rejected Fabric Configuration Server
        Registration request for the particular port on
        the particular Fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) t11FcsNotifyControlTable(1) t11FcsNotifyControlEntry(1) 8 }

.1.3.6.1.2.1.162.1.4.2
t11FcsMgmtAddrChangeFabricIndex OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index value that identifies the Fabric on which
        a management address change has been detected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) 2 }

.1.3.6.1.2.1.162.1.4.3
t11FcsMgmtAddrChangeIeName OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IE for which a management address change has been
        detected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBObjects(1) t11FcsNotificationInfo(4) 3 }

.1.3.6.1.2.1.162.2
t11FcsMIBConformance OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) 2 }

.1.3.6.1.2.1.162.2.1
t11FcsMIBCompliances OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBConformance(2) 1 }

.1.3.6.1.2.1.162.2.1.1
t11FcsMIBCompliance MODULE-COMPLIANCE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  DESCRIPTION	"The compliance statement for entities that
        implement the Fabric Configuration Server."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBConformance(2) t11FcsMIBCompliances(1) 1 }

.1.3.6.1.2.1.162.2.2
t11FcsMIBGroups OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBConformance(2) 2 }

.1.3.6.1.2.1.162.2.2.1
t11FcsDiscoveryControlGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  DESCRIPTION	"A collection of objects for requesting a Fabric
        Configuration Server to discover the configuration
        of one or more Fabrics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBConformance(2) t11FcsMIBGroups(2) 1 }

.1.3.6.1.2.1.162.2.2.2
t11FcsDiscoveryStatusGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  DESCRIPTION	"A collection of objects with which to monitor the
        status of discovery (of Fabric configurations) by
        Fabric Configuration Servers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBConformance(2) t11FcsMIBGroups(2) 2 }

.1.3.6.1.2.1.162.2.2.3
t11FcsDiscoveredConfigGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  DESCRIPTION	"A collection of objects to contain the Fabric configuration
        information discovered by Fabric Configuration Servers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBConformance(2) t11FcsMIBGroups(2) 3 }

.1.3.6.1.2.1.162.2.2.4
t11FcsStatisticsGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  DESCRIPTION	"A collection of objects for Fabric Configuration Server
        statistics information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBConformance(2) t11FcsMIBGroups(2) 4 }

.1.3.6.1.2.1.162.2.2.5
t11FcsNotificationInfoGroup OBJECT-GROUP
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  DESCRIPTION	"A collection of notification control and notification
        information objects for monitoring Fabric
        Configuration Servers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBConformance(2) t11FcsMIBGroups(2) 5 }

.1.3.6.1.2.1.162.2.2.6
t11FcsNotificationGroup OBJECT-TYPE
  -- FROM	T11-FC-FABRIC-CONFIG-SERVER-MIB
  DESCRIPTION	"A collection of notifications for monitoring Fabric
        Configuration Servers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) t11FcFabricConfigServerMIB(162) t11FcsMIBConformance(2) t11FcsMIBGroups(2) 6 }

.1.3.6.1.2.1.165
langTagTcMIB MODULE-IDENTITY
  -- FROM	LANGTAG-TC-MIB
  DESCRIPTION	"This MIB module defines a textual convention for
            representing BCP 47 language tags."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 165 }

.1.3.6.1.2.1.168
ipMcastMIB MODULE-IDENTITY
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"The MIB module for management of IP Multicast, including
            multicast routing, data forwarding, and data reception.

            Copyright (C) The IETF Trust (2007).  This version of this
            MIB module is part of RFC 5132; see the RFC itself for full
            legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 168 }

.1.3.6.1.2.1.168.1
ipMcast OBJECT-TYPE
  -- FROM	IPMCAST-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) 1 }

.1.3.6.1.2.1.168.1.1
ipMcastEnabled OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enabled status of IP Multicast function on this
            system.

            The storage type of this object is determined by
            ipMcastDeviceConfigStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 1 }

.1.3.6.1.2.1.168.1.2
ipMcastRouteEntryCount OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of rows in the ipMcastRouteTable.  This can be
            used to check for multicast routing activity, and to monitor
            the multicast routing table size."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 2 }

.1.3.6.1.2.1.168.1.3
ipMcastInterfaceTable OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table used to manage the multicast
            protocol active on an interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 3 }

.1.3.6.1.2.1.168.1.3.1
ipMcastInterfaceEntry OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipMcastInterfaceIPVersion, ipMcastInterfaceIfIndex }
  DESCRIPTION	"An entry (conceptual row) containing the multicast protocol
            information for a particular interface.

            Per-interface multicast forwarding statistics are also
            available in ipIfStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastInterfaceTable(3) 1 }

.1.3.6.1.2.1.168.1.3.1.1
ipMcastInterfaceIPVersion OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version of this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastInterfaceTable(3) ipMcastInterfaceEntry(1) 1 }

.1.3.6.1.2.1.168.1.3.1.2
ipMcastInterfaceIfIndex OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastInterfaceTable(3) ipMcastInterfaceEntry(1) 2 }

.1.3.6.1.2.1.168.1.3.1.3
ipMcastInterfaceTtl OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Unsigned32 (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The datagram Time to Live (TTL) threshold for the
            interface.  Any IP multicast datagrams with a TTL (IPv4) or
            Hop Limit (IPv6) less than this threshold will not be
            forwarded out the interface.  The default value of 0 means
            all multicast packets are forwarded out the interface.  A
            value of 256 means that no multicast packets are forwarded
            out the interface."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastInterfaceTable(3) ipMcastInterfaceEntry(1) 3 }

.1.3.6.1.2.1.168.1.3.1.4
ipMcastInterfaceRateLimit OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The rate-limit, in kilobits per second, of forwarded
            multicast traffic on the interface.  A rate-limit of 0
            indicates that no rate limiting is done."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastInterfaceTable(3) ipMcastInterfaceEntry(1) 4 }

.1.3.6.1.2.1.168.1.3.1.5
ipMcastInterfaceStorageType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows having the value
            'permanent' need not allow write-access to any columnar
            objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastInterfaceTable(3) ipMcastInterfaceEntry(1) 5 }

.1.3.6.1.2.1.168.1.4
ipMcastSsmRangeTable OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to create and manage the range(s) of
            group addresses to which SSM semantics should be applied."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 4 }

.1.3.6.1.2.1.168.1.4.1
ipMcastSsmRangeEntry OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipMcastSsmRangeAddressType, ipMcastSsmRangeAddress, ipMcastSsmRangePrefixLength }
  DESCRIPTION	"An entry (conceptual row) containing a range of group
            addresses to which SSM semantics should be applied.

            Object Identifiers (OIDs) are limited to 128
            sub-identifiers, but this limit is not enforced by the
            syntax of this entry.  In practice, this does not present
            a problem, because IP address types allowed by conformance
            statements do not exceed this limit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastSsmRangeTable(4) 1 }

.1.3.6.1.2.1.168.1.4.1.1
ipMcastSsmRangeAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the multicast group prefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastSsmRangeTable(4) ipMcastSsmRangeEntry(1) 1 }

.1.3.6.1.2.1.168.1.4.1.2
ipMcastSsmRangeAddress OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The multicast group address which, when combined with
            ipMcastSsmRangePrefixLength, gives the group prefix for this
            SSM range.  The InetAddressType is given by
            ipMcastSsmRangeAddressType.

            This address object is only significant up to
            ipMcastSsmRangePrefixLength bits.  The remaining address
            bits are set to zero.  This is especially important for this
            index field, which is part of the index of this entry.  Any
            non-zero bits would signify an entirely different entry.

            For IPv6 SSM address ranges, only ranges prefixed by
            FF3x::/16 are permitted, where 'x' is a valid IPv6 RFC 4291
            multicast address scope.  The syntax of the address range is
            given by RFC 3306, Sections 4 and 7.

            For addresses of type ipv4z or ipv6z, the appended zone
            index is significant even though it lies beyond the prefix
            length.  The use of these address types indicate that this
            SSM range entry applies only within the given zone.  Zone
            index zero is not valid in this table.

            If non-global scope SSM range entries are present, then
            consistent ipMcastBoundaryTable entries are required on
            routers at the zone boundary."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastSsmRangeTable(4) ipMcastSsmRangeEntry(1) 2 }

.1.3.6.1.2.1.168.1.4.1.3
ipMcastSsmRangePrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length in bits of the mask which, when combined with
            ipMcastSsmRangeAddress, gives the group prefix for this SSM
            range.

            The InetAddressType is given by ipMcastSsmRangeAddressType.
            For values 'ipv4' and 'ipv4z', this object must be in the
            range 4..32.  For values 'ipv6' and 'ipv6z', this object
            must be in the range 8..128."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastSsmRangeTable(4) ipMcastSsmRangeEntry(1) 3 }

.1.3.6.1.2.1.168.1.4.1.4
ipMcastSsmRangeRowStatus OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which rows in this table can
            be created and destroyed.

            This status object can be set to active(1) without setting
            any other columnar objects in this entry.

            All writeable objects in this entry can be modified when the
            status of this entry is active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastSsmRangeTable(4) ipMcastSsmRangeEntry(1) 4 }

.1.3.6.1.2.1.168.1.4.1.5
ipMcastSsmRangeStorageType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows having the value
           'permanent' need not allow write-access to any columnar
           objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastSsmRangeTable(4) ipMcastSsmRangeEntry(1) 5 }

.1.3.6.1.2.1.168.1.5
ipMcastRouteTable OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing multicast routing
            information for IP datagrams sent by particular sources
            to the IP multicast groups known to this router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 5 }

.1.3.6.1.2.1.168.1.5.1
ipMcastRouteEntry OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipMcastRouteGroupAddressType, ipMcastRouteGroup, ipMcastRouteGroupPrefixLength, ipMcastRouteSourceAddressType, ipMcastRouteSource, ipMcastRouteSourcePrefixLength }
  DESCRIPTION	"An entry (conceptual row) containing the multicast routing
            information for IP datagrams from a particular source and
            addressed to a particular IP multicast group address.

            OIDs are limited to 128 sub-identifiers, but this limit
            is not enforced by the syntax of this entry.  In practice,
            this does not present a problem, because IP address types
            allowed by conformance statements do not exceed this limit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) 1 }

.1.3.6.1.2.1.168.1.5.1.1
ipMcastRouteGroupAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastRouteGroup.  Legal values correspond to
            the subset of address families for which multicast
            forwarding is supported."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 1 }

.1.3.6.1.2.1.168.1.5.1.2
ipMcastRouteGroup OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address which, when combined with
            the corresponding value specified in
            ipMcastRouteGroupPrefixLength, identifies the groups for
            which this entry contains multicast routing information.

            This address object is only significant up to
            ipMcastRouteGroupPrefixLength bits.  The remaining address
            bits are set to zero.  This is especially important for this
            index field, which is part of the index of this entry.  Any
            non-zero bits would signify an entirely different entry.

            For addresses of type ipv4z or ipv6z, the appended zone
            index is significant even though it lies beyond the prefix
            length.  The use of these address types indicate that this
            forwarding state applies only within the given zone.  Zone
            index zero is not valid in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 2 }

.1.3.6.1.2.1.168.1.5.1.3
ipMcastRouteGroupPrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length in bits of the mask which, when combined with
            the corresponding value of ipMcastRouteGroup, identifies the
            groups for which this entry contains multicast routing
            information.

            The InetAddressType is given by
            ipMcastRouteGroupAddressType.  For values 'ipv4' and
            'ipv4z', this object must be in the range 4..32.  For values
            'ipv6' and 'ipv6z', this object must be in the range
            8..128."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 3 }

.1.3.6.1.2.1.168.1.5.1.4
ipMcastRouteSourceAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastRouteSource.

            A value of unknown(0) indicates a non-source-specific entry,
            corresponding to all sources in the group.  Otherwise, the
            value MUST be the same as the value of
            ipMcastRouteGroupType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 4 }

.1.3.6.1.2.1.168.1.5.1.5
ipMcastRouteSource OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network address which, when combined with the
            corresponding value of ipMcastRouteSourcePrefixLength,
            identifies the sources for which this entry contains
            multicast routing information.

            This address object is only significant up to
            ipMcastRouteSourcePrefixLength bits.  The remaining address
            bits are set to zero.  This is especially important for this
            index field, which is part of the index of this entry.  Any
            non-zero bits would signify an entirely different entry.

            For addresses of type ipv4z or ipv6z, the appended zone
            index is significant even though it lies beyond the prefix
            length.  The use of these address types indicate that this
            source address applies only within the given zone.  Zone
            index zero is not valid in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 5 }

.1.3.6.1.2.1.168.1.5.1.6
ipMcastRouteSourcePrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length in bits of the mask which, when combined with
            the corresponding value of ipMcastRouteSource, identifies
            the sources for which this entry contains multicast routing
            information.

            The InetAddressType is given by
            ipMcastRouteSourceAddressType.  For the value 'unknown',
            this object must be zero.  For values 'ipv4' and 'ipv4z',
            this object must be in the range 4..32.  For values 'ipv6'
            and 'ipv6z', this object must be in the range 8..128."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 6 }

.1.3.6.1.2.1.168.1.5.1.7
ipMcastRouteUpstreamNeighborType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastRouteUpstreamNeighbor.

            An address type of unknown(0) indicates that the upstream
            neighbor is unknown, for example in BIDIR-PIM."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 7 }

.1.3.6.1.2.1.168.1.5.1.8
ipMcastRouteUpstreamNeighbor OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the upstream neighbor (for example, RPF
            neighbor) from which IP datagrams from these sources to
            this multicast address are received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 8 }

.1.3.6.1.2.1.168.1.5.1.9
ipMcastRouteInIfIndex OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of ifIndex for the interface on which IP
            datagrams sent by these sources to this multicast address
            are received.  A value of 0 indicates that datagrams are not
            subject to an incoming interface check, but may be accepted
            on multiple interfaces (for example, in BIDIR-PIM)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 9 }

.1.3.6.1.2.1.168.1.5.1.10
ipMcastRouteTimeStamp OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at which the multicast routing
            information represented by this entry was learned by the
            router.

            If this information was present at the most recent re-
            initialization of the local management subsystem, then this
            object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 10 }

.1.3.6.1.2.1.168.1.5.1.11
ipMcastRouteExpiryTime OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum amount of time remaining before this entry will
            be aged out.  The value 0 indicates that the entry is not
            subject to aging.  If ipMcastRouteNextHopState is pruned(1),
            this object represents the remaining time until the prune
            expires.  If this timer expires, state reverts to
            forwarding(2).  Otherwise, this object represents the time
            until this entry is removed from the table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 11 }

.1.3.6.1.2.1.168.1.5.1.12
ipMcastRouteProtocol OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION IANAipMRouteProtocol
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), dvmrp(4), mospf(5), pimSparseDense(6), cbt(7), pimSparseMode(8), pimDenseMode(9), igmpOnly(10), bgmp(11), msdp(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The multicast routing protocol via which this multicast
            forwarding entry was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 12 }

.1.3.6.1.2.1.168.1.5.1.13
ipMcastRouteRtProtocol OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION IANAipRouteProtocol
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15), ciscoEigrp(16), dvmrp(17)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing mechanism via which the route used to find the
            upstream or parent interface for this multicast forwarding
            entry was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 13 }

.1.3.6.1.2.1.168.1.5.1.14
ipMcastRouteRtAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastRouteRtAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 14 }

.1.3.6.1.2.1.168.1.5.1.15
ipMcastRouteRtAddress OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address portion of the route used to find the upstream
            or parent interface for this multicast forwarding entry.

            This address object is only significant up to
            ipMcastRouteRtPrefixLength bits.  The remaining address bits
            are set to zero.

            For addresses of type ipv4z or ipv6z, the appended zone
            index is significant even though it lies beyond the prefix
            length.  The use of these address types indicate that this
            forwarding state applies only within the given zone.  Zone
            index zero is not valid in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 15 }

.1.3.6.1.2.1.168.1.5.1.16
ipMcastRouteRtPrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The length in bits of the mask associated with the route
            used to find the upstream or parent interface for this
            multicast forwarding entry.

            The InetAddressType is given by ipMcastRouteRtAddressType.
            For values 'ipv4' and 'ipv4z', this object must be in the
            range 4..32.  For values 'ipv6' and 'ipv6z', this object
            must be in the range 8..128."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 16 }

.1.3.6.1.2.1.168.1.5.1.17
ipMcastRouteRtType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	INTEGER {unicast(1), multicast(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reason the given route was placed in the (logical)
            multicast Routing Information Base (RIB).  A value of
            unicast means that the route would normally be placed only
            in the unicast RIB, but was placed in the multicast RIB
            due (instead or in addition) to local configuration, such as
            when running PIM over RIP.  A value of multicast means that
            the route was explicitly added to the multicast RIB by the
            routing protocol, such as the Distance Vector Multicast
            Routing Protocol (DVMRP) or Multiprotocol BGP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 17 }

.1.3.6.1.2.1.168.1.5.1.18
ipMcastRouteOctets OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in IP datagrams that were
            received from these sources and addressed to this multicast
            group address, and which were forwarded by this router.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of routes being
            removed and replaced, which can be detected by observing
            the value of ipMcastRouteTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 18 }

.1.3.6.1.2.1.168.1.5.1.19
ipMcastRoutePkts OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets routed using this multicast route
            entry.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of routes being
            removed and replaced, which can be detected by observing
            the value of ipMcastRouteTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 19 }

.1.3.6.1.2.1.168.1.5.1.20
ipMcastRouteTtlDropOctets OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in IP datagrams that this
            router has received from these sources and addressed to this
            multicast group address, which were dropped because the TTL
            (IPv4) or Hop Limit (IPv6) was decremented to zero, or to a
            value less than ipMcastInterfaceTtl for all next hops.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of routes being
            removed and replaced, which can be detected by observing
            the value of ipMcastRouteTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 20 }

.1.3.6.1.2.1.168.1.5.1.21
ipMcastRouteTtlDropPackets OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that this router has received from
            these sources and addressed to this multicast group address,
            which were dropped because the TTL (IPv4) or Hop Limit
            (IPv6) was decremented to zero, or to a value less than
            ipMcastInterfaceTtl for all next hops.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of routes being
            removed and replaced, which can be detected by observing
            the value of ipMcastRouteTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 21 }

.1.3.6.1.2.1.168.1.5.1.22
ipMcastRouteDifferentInIfOctets OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets contained in IP datagrams that this
            router has received from these sources and addressed to this
            multicast group address, which were dropped because they
            were received on an unexpected interface.

            For RPF checking protocols (such as PIM-SM), these packets
            arrived on interfaces other than ipMcastRouteInIfIndex, and
            were dropped because of this failed RPF check.  (RPF paths
            are 'Reverse Path Forwarding' paths; the unicast routes to
            the expected origin of multicast data flows).
            Other protocols may drop packets on an incoming interface
            check for different reasons (for example, BIDIR-PIM performs
            a DF check on receipt of packets).  All packets dropped as a
            result of an incoming interface check are counted here.

            If this counter increases rapidly, this indicates a problem.
            A significant quantity of multicast data is arriving at this
            router on unexpected interfaces, and is not being forwarded.

            For guidance, if the rate of increase of this counter
            exceeds 1% of the rate of increase of ipMcastRouteOctets,
            then there are multicast routing problems that require
            investigation.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of routes being
            removed and replaced, which can be detected by observing
            the value of ipMcastRouteTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 22 }

.1.3.6.1.2.1.168.1.5.1.23
ipMcastRouteDifferentInIfPackets OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which this router has received from
            these sources and addressed to this multicast group address,
            which were dropped because they were received on an
            unexpected interface.

            For RPF checking protocols (such as PIM-SM), these packets
            arrived on interfaces other than ipMcastRouteInIfIndex, and
            were dropped because of this failed RPF check.  (RPF paths
            are 'Reverse Path Forwarding' path; the unicast routes to
            the expected origin of multicast data flows).

            Other protocols may drop packets on an incoming interface
            check for different reasons (for example, BIDIR-PIM performs
            a DF check on receipt of packets).  All packets dropped as a
            result of an incoming interface check are counted here.

            If this counter increases rapidly, this indicates a problem.
            A significant quantity of multicast data is arriving at this
            router on unexpected interfaces, and is not being forwarded.

            For guidance, if the rate of increase of this counter
            exceeds 1% of the rate of increase of ipMcastRoutePkts, then
            there are multicast routing problems that require
            investigation.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of routes being
            removed and replaced, which can be detected by observing
            the value of ipMcastRouteTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 23 }

.1.3.6.1.2.1.168.1.5.1.24
ipMcastRouteBps OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Bits per second forwarded by this router using this
            multicast routing entry.

            This value is a sample; it is the number of bits forwarded
            during the last whole 1 second sampling period.  The value
            during the current 1 second sampling period is not made
            available until the period is completed.

            The quantity being sampled is the same as that measured by
            ipMcastRouteOctets.  The units and the sampling method are
            different."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteTable(5) ipMcastRouteEntry(1) 24 }

.1.3.6.1.2.1.168.1.6
ipMcastRouteNextHopTable OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on the
            next-hops on outgoing interfaces for routing IP multicast
            datagrams.  Each entry is one of a list of next-hops on
            outgoing interfaces for particular sources sending to a
            particular multicast group address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 6 }

.1.3.6.1.2.1.168.1.6.1
ipMcastRouteNextHopEntry OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipMcastRouteNextHopGroupAddressType, ipMcastRouteNextHopGroup, ipMcastRouteNextHopGroupPrefixLength, ipMcastRouteNextHopSourceAddressType, ipMcastRouteNextHopSource, ipMcastRouteNextHopSourcePrefixLength, ipMcastRouteNextHopIfIndex, ipMcastRouteNextHopAddressType, ipMcastRouteNextHopAddress }
  DESCRIPTION	"An entry (conceptual row) in the list of next-hops on
            outgoing interfaces to which IP multicast datagrams from
            particular sources to an IP multicast group address are
            routed.

            OIDs are limited to 128 sub-identifiers, but this limit
            is not enforced by the syntax of this entry.  In practice,
            this does not present a problem, because IP address types
            allowed by conformance statements do not exceed this limit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) 1 }

.1.3.6.1.2.1.168.1.6.1.1
ipMcastRouteNextHopGroupAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastRouteNextHopGroup.  Legal values
            correspond to the subset of address families for which
            multicast forwarding is supported."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 1 }

.1.3.6.1.2.1.168.1.6.1.2
ipMcastRouteNextHopGroup OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address which, when combined with
            the corresponding value specified in
            ipMcastRouteNextHopGroupPrefixLength, identifies the groups
            for which this entry contains multicast forwarding
            information.

            This address object is only significant up to
            ipMcastRouteNextHopGroupPrefixLength bits.  The remaining
            address bits are set to zero.  This is especially important
            for this index field, which is part of the index of this
            entry.  Any non-zero bits would signify an entirely
            different entry.

            For addresses of type ipv4z or ipv6z, the appended zone
            index is significant even though it lies beyond the prefix
            length.  The use of these address types indicate that this
            forwarding state applies only within the given zone.  Zone
            index zero is not valid in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 2 }

.1.3.6.1.2.1.168.1.6.1.3
ipMcastRouteNextHopGroupPrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length in bits of the mask which, when combined with
            the corresponding value of ipMcastRouteGroup, identifies the
            groups for which this entry contains multicast routing
            information.

            The InetAddressType is given by
            ipMcastRouteNextHopGroupAddressType.  For values 'ipv4' and
            'ipv4z', this object must be in the range 4..32.  For values
            'ipv6' and 'ipv6z', this object must be in the range
            8..128."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 3 }

.1.3.6.1.2.1.168.1.6.1.4
ipMcastRouteNextHopSourceAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastRouteNextHopSource.

            A value of unknown(0) indicates a non-source-specific entry,
            corresponding to all sources in the group.  Otherwise, the
            value MUST be the same as the value of
            ipMcastRouteNextHopGroupType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 4 }

.1.3.6.1.2.1.168.1.6.1.5
ipMcastRouteNextHopSource OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network address which, when combined with the
            corresponding value of the mask specified in
            ipMcastRouteNextHopSourcePrefixLength, identifies the
            sources for which this entry specifies a next-hop on an
            outgoing interface.

            This address object is only significant up to
            ipMcastRouteNextHopSourcePrefixLength bits.  The remaining
            address bits are set to zero.  This is especially important
            for this index field, which is part of the index of this
            entry.  Any non-zero bits would signify an entirely
            different entry.

            For addresses of type ipv4z or ipv6z, the appended zone
            index is significant even though it lies beyond the prefix
            length.  The use of these address types indicate that this
            source address applies only within the given zone.  Zone
            index zero is not valid in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 5 }

.1.3.6.1.2.1.168.1.6.1.6
ipMcastRouteNextHopSourcePrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length in bits of the mask which, when combined with
            the corresponding value specified in
            ipMcastRouteNextHopSource, identifies the sources for which
            this entry specifies a next-hop on an outgoing interface.
            The InetAddressType is given by
            ipMcastRouteNextHopSourceAddressType.  For the value
            'unknown', this object must be zero.  For values 'ipv4' and
            'ipv4z', this object must be in the range 4..32.  For values
            'ipv6' and 'ipv6z', this object must be in the range
            8..128."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 6 }

.1.3.6.1.2.1.168.1.6.1.7
ipMcastRouteNextHopIfIndex OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the interface for the outgoing
            interface for this next-hop."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 7 }

.1.3.6.1.2.1.168.1.6.1.8
ipMcastRouteNextHopAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastRouteNextHopAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 8 }

.1.3.6.1.2.1.168.1.6.1.9
ipMcastRouteNextHopAddress OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address of the next-hop specific to this entry.  For
            most interfaces, this is identical to
            ipMcastRouteNextHopGroup.  Non-Broadcast Multi-Access
            (NBMA) interfaces, however, may
            have multiple next-hop addresses out a single outgoing
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 9 }

.1.3.6.1.2.1.168.1.6.1.10
ipMcastRouteNextHopState OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	INTEGER {pruned(1), forwarding(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether the outgoing interface and next-
            hop represented by this entry is currently being used to
            forward IP datagrams.  The value 'forwarding' indicates it
            is currently being used; the value 'pruned' indicates it is
            not."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 10 }

.1.3.6.1.2.1.168.1.6.1.11
ipMcastRouteNextHopTimeStamp OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at which the multicast routing
            information represented by this entry was learned by the
            router.

            If this information was present at the most recent re-
            initialization of the local management subsystem, then this
            object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 11 }

.1.3.6.1.2.1.168.1.6.1.12
ipMcastRouteNextHopExpiryTime OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum amount of time remaining before this entry will
            be aged out.  If ipMcastRouteNextHopState is pruned(1), the
            remaining time until the prune expires and the state reverts
            to forwarding(2).  Otherwise, the remaining time until this
            entry is removed from the table.  The time remaining may be
            copied from ipMcastRouteExpiryTime if the protocol in use
            for this entry does not specify next-hop timers.  The value
            0 indicates that the entry is not subject to aging."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 12 }

.1.3.6.1.2.1.168.1.6.1.13
ipMcastRouteNextHopClosestMemberHops OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Unsigned32 (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum number of hops between this router and any
            member of this IP multicast group reached via this next-hop
            on this outgoing interface.  Any IP multicast datagrams for
            the group that have a TTL (IPv4) or Hop Count (IPv6) less
            than this number of hops will not be forwarded to this
            next-hop.

            A value of 0 means all multicast datagrams are forwarded out
            the interface.  A value of 256 means that no multicast
            datagrams are forwarded out the interface.
            This is an optimization applied by multicast routing
            protocols that explicitly track hop counts to downstream
            listeners.  Multicast protocols that are not aware of hop
            counts to downstream listeners set this object to 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 13 }

.1.3.6.1.2.1.168.1.6.1.14
ipMcastRouteNextHopProtocol OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION IANAipMRouteProtocol
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), dvmrp(4), mospf(5), pimSparseDense(6), cbt(7), pimSparseMode(8), pimDenseMode(9), igmpOnly(10), bgmp(11), msdp(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The routing mechanism via which this next-hop was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 14 }

.1.3.6.1.2.1.168.1.6.1.15
ipMcastRouteNextHopOctets OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets of multicast packets that have been
            forwarded using this route.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of routes being
            removed and replaced, which can be detected by observing
            the value of ipMcastRouteNextHopTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 15 }

.1.3.6.1.2.1.168.1.6.1.16
ipMcastRouteNextHopPkts OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which have been forwarded using this
            route.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of routes being
            removed and replaced, which can be detected by observing
            the value of ipMcastRouteNextHopTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastRouteNextHopTable(6) ipMcastRouteNextHopEntry(1) 16 }

.1.3.6.1.2.1.168.1.7
ipMcastBoundaryTable OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the system's multicast scope
            zone boundaries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 7 }

.1.3.6.1.2.1.168.1.7.1
ipMcastBoundaryEntry OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipMcastBoundaryIfIndex, ipMcastBoundaryAddressType, ipMcastBoundaryAddress, ipMcastBoundaryAddressPrefixLength }
  DESCRIPTION	"An entry (conceptual row) describing one of this device's
            multicast scope zone boundaries.

            OIDs are limited to 128 sub-identifiers, but this limit
            is not enforced by the syntax of this entry.  In practice,
            this does not present a problem, because IP address types
            allowed by conformance statements do not exceed this limit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) 1 }

.1.3.6.1.2.1.168.1.7.1.1
ipMcastBoundaryIfIndex OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IfIndex value for the interface to which this boundary
            applies.  Packets with a destination address in the
            associated address/mask range will not be forwarded over
            this interface.

            For IPv4, zone boundaries cut through links.  Therefore,
            this is an external interface.  This may be either a
            physical or virtual interface (tunnel, encapsulation, and
            so forth.)

            For IPv6, zone boundaries cut through nodes.  Therefore,
            this is a virtual interface within the node.  This is not
            an external interface, either real or virtual.  Packets
            crossing this interface neither arrive at nor leave the
            node, but only move between zones within the node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) ipMcastBoundaryEntry(1) 1 }

.1.3.6.1.2.1.168.1.7.1.2
ipMcastBoundaryAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastBoundaryAddress.  Legal values
            correspond to the subset of address families for which
            multicast forwarding is supported."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) ipMcastBoundaryEntry(1) 2 }

.1.3.6.1.2.1.168.1.7.1.3
ipMcastBoundaryAddress OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The group address which, when combined with the
            corresponding value of ipMcastBoundaryAddressPrefixLength,
            identifies the group range for which the scoped boundary
            exists.  Scoped IPv4 multicast address ranges must be
            prefixed by 239.0.0.0/8.  Scoped IPv6 multicast address
            ranges are FF0x::/16, where x is a valid RFC 4291 multicast
            scope.

            An IPv6 address prefixed by FF1x::/16 is a non-permanently-
            assigned address.  An IPv6 address prefixed by FF3x::/16 is
            a unicast-prefix-based multicast addresses.  A zone boundary
            for FF0x::/16 implies an identical boundary for these other
            prefixes.  No separate FF1x::/16 or FF3x::/16 entries exist
            in this table.

            This address object is only significant up to
            ipMcastBoundaryAddressPrefixLength bits.  The remaining
            address bits are set to zero.  This is especially important
            for this index field, which is part of the index of this
            entry.  Any non-zero bits would signify an entirely
            different entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) ipMcastBoundaryEntry(1) 3 }

.1.3.6.1.2.1.168.1.7.1.4
ipMcastBoundaryAddressPrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length in bits of the mask which when, combined with
            the corresponding value of ipMcastBoundaryAddress,
            identifies the group range for which the scoped boundary
            exists.

            The InetAddressType is given by ipMcastBoundaryAddressType.
            For values 'ipv4' and 'ipv4z', this object must be in the
            range 4..32.  For values 'ipv6' and 'ipv6z', this object
            must be set to 16."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) ipMcastBoundaryEntry(1) 4 }

.1.3.6.1.2.1.168.1.7.1.5
ipMcastBoundaryTimeStamp OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at which the multicast boundary
            information represented by this entry was learned by the
            router.

            If this information was present at the most recent re-
            initialization of the local management subsystem, then this
            object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) ipMcastBoundaryEntry(1) 5 }

.1.3.6.1.2.1.168.1.7.1.6
ipMcastBoundaryDroppedMcastOctets OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets of multicast packets that have been
            dropped as a result of this zone boundary configuration.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of boundary
            configuration being removed and replaced, which can be
            detected by observing the value of
            ipMcastBoundaryTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) ipMcastBoundaryEntry(1) 6 }

.1.3.6.1.2.1.168.1.7.1.7
ipMcastBoundaryDroppedMcastPkts OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of multicast packets that have been dropped as a
            result of this zone boundary configuration.

            Discontinuities in this monotonically increasing value
            occur at re-initialization of the management system.
            Discontinuities can also occur as a result of boundary
            configuration being removed and replaced, which can be
            detected by observing the value of
            ipMcastBoundaryTimeStamp."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) ipMcastBoundaryEntry(1) 7 }

.1.3.6.1.2.1.168.1.7.1.8
ipMcastBoundaryStatus OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which rows in this table can
            be created and destroyed.

            This status object can be set to active(1) without setting
            any other columnar objects in this entry.

            All writeable objects in this entry can be modified when the
            status of this entry is active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) ipMcastBoundaryEntry(1) 8 }

.1.3.6.1.2.1.168.1.7.1.9
ipMcastBoundaryStorageType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows having the value
           'permanent' need not allow write-access to any columnar
           objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastBoundaryTable(7) ipMcastBoundaryEntry(1) 9 }

.1.3.6.1.2.1.168.1.8
ipMcastScopeNameTable OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing multicast scope names."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 8 }

.1.3.6.1.2.1.168.1.8.1
ipMcastScopeNameEntry OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipMcastScopeNameAddressType, ipMcastScopeNameAddress, ipMcastScopeNameAddressPrefixLength, ipMcastScopeNameLanguage }
  DESCRIPTION	"An entry (conceptual row) that names a multicast address
            scope.

            OIDs are limited to 128 sub-identifiers, but this limit
            is not enforced by the syntax of this entry.  In practice,
            this does not present a problem, because IP address types
            allowed by conformance statements do not exceed this limit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastScopeNameTable(8) 1 }

.1.3.6.1.2.1.168.1.8.1.1
ipMcastScopeNameAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastScopeNameAddress.  Legal values
            correspond to the subset of address families for which
            multicast forwarding is supported."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastScopeNameTable(8) ipMcastScopeNameEntry(1) 1 }

.1.3.6.1.2.1.168.1.8.1.2
ipMcastScopeNameAddress OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The group address which, when combined with the
            corresponding value of ipMcastScopeNameAddressPrefixLength,
            identifies the group range associated with the multicast
            scope.  Scoped IPv4 multicast address ranges must be
            prefixed by 239.0.0.0/8.  Scoped IPv6 multicast address
            ranges are FF0x::/16, where x is a valid RFC 4291 multicast
            scope.

            An IPv6 address prefixed by FF1x::/16 is a non-permanently-
            assigned address.  An IPv6 address prefixed by FF3x::/16 is
            a unicast-prefix-based multicast addresses.  A scope
            FF0x::/16 implies an identical scope name for these other
            prefixes.  No separate FF1x::/16 or FF3x::/16 entries exist
            in this table.

            This address object is only significant up to
            ipMcastScopeNameAddressPrefixLength bits.  The remaining
            address bits are set to zero.  This is especially important
            for this index field, which is part of the index of this
            entry.  Any non-zero bits would signify an entirely
            different entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastScopeNameTable(8) ipMcastScopeNameEntry(1) 2 }

.1.3.6.1.2.1.168.1.8.1.3
ipMcastScopeNameAddressPrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length in bits of the mask which, when combined with
            the corresponding value of ipMcastScopeNameAddress,
            identifies the group range associated with the multicast
            scope.

            The InetAddressType is given by ipMcastScopeNameAddressType.
            For values 'ipv4' and 'ipv4z', this object must be in the
            range 4..32.  For values 'ipv6' and 'ipv6z', this object
            must be set to 16."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastScopeNameTable(8) ipMcastScopeNameEntry(1) 3 }

.1.3.6.1.2.1.168.1.8.1.4
ipMcastScopeNameLanguage OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION LangTag
  SYNTAX	OCTET STRING (0 | 2..63) 
  DISPLAY-HINT	"1a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Language tag associated with the scope name."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastScopeNameTable(8) ipMcastScopeNameEntry(1) 4 }

.1.3.6.1.2.1.168.1.8.1.5
ipMcastScopeNameString OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The textual name associated with the multicast scope.  The
            value of this object should be suitable for displaying to
            end-users, such as when allocating a multicast address in
            this scope.

            When no name is specified, the default value of this object
            for IPv4 should be the string 239.x.x.x/y with x and y
            replaced with decimal values to describe the address and
            mask length associated with the scope.

            When no name is specified, the default value of this object
            for IPv6 should be the string FF0x::/16, with x replaced by
            the hexadecimal value for the RFC 4291 multicast scope.

            An IPv6 address prefixed by FF1x::/16 is a non-permanently-
            assigned address.  An IPv6 address prefixed by FF3x::/16 is
            a unicast-prefix-based multicast addresses.  A scope
            FF0x::/16 implies an identical scope name for these other
            prefixes.  No separate FF1x::/16 or FF3x::/16 entries exist
            in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastScopeNameTable(8) ipMcastScopeNameEntry(1) 5 }

.1.3.6.1.2.1.168.1.8.1.6
ipMcastScopeNameDefault OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If true, indicates a preference that the name in the
            following language should be used by applications if no name
            is available in a desired language."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastScopeNameTable(8) ipMcastScopeNameEntry(1) 6 }

.1.3.6.1.2.1.168.1.8.1.7
ipMcastScopeNameStatus OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which rows in this table can
            be created and destroyed.  Before the row can be activated,
            the object ipMcastScopeNameString must be set to a valid
            value.  All writeable objects in this entry can be modified
            when the status is active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastScopeNameTable(8) ipMcastScopeNameEntry(1) 7 }

.1.3.6.1.2.1.168.1.8.1.8
ipMcastScopeNameStorageType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows having the value
           'permanent' need not allow write-access to any columnar
           objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastScopeNameTable(8) ipMcastScopeNameEntry(1) 8 }

.1.3.6.1.2.1.168.1.9
ipMcastLocalListenerTable OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing local applications or
            services that have joined multicast groups as listeners.

            Entries exist for all addresses in the multicast range for
            all applications and services as they are classified on this
            device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 9 }

.1.3.6.1.2.1.168.1.9.1
ipMcastLocalListenerEntry OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipMcastLocalListenerGroupAddressType, ipMcastLocalListenerGroupAddress, ipMcastLocalListenerSourceAddressType, ipMcastLocalListenerSourceAddress, ipMcastLocalListenerSourcePrefixLength, ipMcastLocalListenerIfIndex, ipMcastLocalListenerRunIndex }
  DESCRIPTION	"An entry (conceptual row) identifying a local application
            or service that has joined a multicast group as a listener.
            OIDs are limited to 128 sub-identifiers, but this limit
            is not enforced by the syntax of this entry.  In practice,
            this does not present a problem, because IP address types
            allowed by conformance statements do not exceed this limit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastLocalListenerTable(9) 1 }

.1.3.6.1.2.1.168.1.9.1.1
ipMcastLocalListenerGroupAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastLocalListenerGroupAddress.  Legal values
            correspond to the subset of address families for which
            multicast is supported."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastLocalListenerTable(9) ipMcastLocalListenerEntry(1) 1 }

.1.3.6.1.2.1.168.1.9.1.2
ipMcastLocalListenerGroupAddress OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group for which this entry specifies
            locally joined applications or services."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastLocalListenerTable(9) ipMcastLocalListenerEntry(1) 2 }

.1.3.6.1.2.1.168.1.9.1.3
ipMcastLocalListenerSourceAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A value indicating the address family of the address
            contained in ipMcastLocalListenerSource.

            A value of unknown(0) indicates a non-source-specific entry,
            corresponding to all sources in the group.  Otherwise, the
            value MUST be the same as the value of
            ipMcastLocalListenerGroupAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastLocalListenerTable(9) ipMcastLocalListenerEntry(1) 3 }

.1.3.6.1.2.1.168.1.9.1.4
ipMcastLocalListenerSourceAddress OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network address which, when combined with the
            corresponding value of the mask specified in
            ipMcastLocalListenerSourcePrefixLength, identifies the
            sources for which this entry specifies a local listener.

            This address object is only significant up to
            ipMcastLocalListenerSourcePrefixLength bits.  The remaining
            address bits are set to zero.  This is especially important
            for this index field, which is part of the index of this
            entry.  Any non-zero bits would signify an entirely
            different entry.

            For addresses of type ipv4z or ipv6z, the appended zone
            index is significant even though it lies beyond the prefix
            length.  The use of these address types indicate that this
            listener address applies only within the given zone.  Zone
            index zero is not valid in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastLocalListenerTable(9) ipMcastLocalListenerEntry(1) 4 }

.1.3.6.1.2.1.168.1.9.1.5
ipMcastLocalListenerSourcePrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length in bits of the mask which, when combined with
            the corresponding value specified in
            ipMcastLocalListenerSource, identifies the sources for which
            this entry specifies a local listener.

            The InetAddressType is given by
            ipMcastLocalListenerSourceAddressType.  For the value
            'unknown', this object must be zero.  For values 'ipv4' and
            'ipv4z', this object must be in the range 4..32.  For values
            'ipv6' and 'ipv6z', this object must be in the range
            8..128."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastLocalListenerTable(9) ipMcastLocalListenerEntry(1) 5 }

.1.3.6.1.2.1.168.1.9.1.6
ipMcastLocalListenerIfIndex OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IfIndex value of the interface for which this entry
            specifies a local listener."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastLocalListenerTable(9) ipMcastLocalListenerEntry(1) 6 }

.1.3.6.1.2.1.168.1.9.1.7
ipMcastLocalListenerRunIndex OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value corresponding to a piece of software running
            on this router or host system.  Where possible, this should
            be the system's native, unique identification number.

            This identifier is platform-specific.  It may correspond to
            a process ID or application instance number.

            A value of zero indicates that the application instance(s)
            cannot be identified.  A value of zero indicates that one or
            more unidentified applications have joined the specified
            multicast groups (for the specified sources) as listeners."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastLocalListenerTable(9) ipMcastLocalListenerEntry(1) 7 }

.1.3.6.1.2.1.168.1.10
ipMcastZoneTable OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing scope zones on this device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 10 }

.1.3.6.1.2.1.168.1.10.1
ipMcastZoneEntry OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ipMcastZoneIndex }
  DESCRIPTION	"An entry (conceptual row) describing a scope zone on this
            device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastZoneTable(10) 1 }

.1.3.6.1.2.1.168.1.10.1.1
ipMcastZoneIndex OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This zone index uniquely identifies a zone on a device.

            Each zone is for a given scope.  Scope-level information in
            this table is for the unique scope that corresponds to this
            zone.

            Zero is a special value used to request the default zone for
            a given scope.  Zero is not a valid value for this object.

            To test whether ipMcastZoneIndex is the default zone for
            this scope, test whether ipMcastZoneIndex is equal to
            ipMcastZoneScopeDefaultZoneIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastZoneTable(10) ipMcastZoneEntry(1) 1 }

.1.3.6.1.2.1.168.1.10.1.2
ipMcastZoneScopeDefaultZoneIndex OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The default zone index for this scope.  This is the zone
            that this device will use if the default (zero) zone is
            requested for this scope.

            Zero is not a valid value for this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastZoneTable(10) ipMcastZoneEntry(1) 2 }

.1.3.6.1.2.1.168.1.10.1.3
ipMcastZoneScopeAddressType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address type for which this scope zone exists."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastZoneTable(10) ipMcastZoneEntry(1) 3 }

.1.3.6.1.2.1.168.1.10.1.4
ipMcastZoneScopeAddress OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The multicast group address which, when combined with
            ipMcastZoneScopeAddressPrefixLength, gives the multicast
            address range for this scope.  The InetAddressType is given
            by ipMcastZoneScopeAddressType.

            Scoped IPv4 multicast address ranges are prefixed by
            239.0.0.0/8.  Scoped IPv6 multicast address ranges are
            FF0x::/16, where x is a valid RFC 4291 multicast scope.

            An IPv6 address prefixed by FF1x::/16 is a non-permanently-
            assigned address.  An IPv6 address prefixed by FF3x::/16 is
            a unicast-prefix-based multicast addresses.  A scope
            FF0x::/16 implies an identical scope for these other
            prefixes.  No separate FF1x::/16 or FF3x::/16 entries exist
            in this table.

            This address object is only significant up to
            ipMcastZoneScopeAddressPrefixLength bits.  The remaining
            address bits are set to zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastZoneTable(10) ipMcastZoneEntry(1) 4 }

.1.3.6.1.2.1.168.1.10.1.5
ipMcastZoneScopeAddressPrefixLength OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The length in bits of the mask which, when combined
            with ipMcastZoneScopeAddress, gives the multicast address
            prefix for this scope.

            The InetAddressType is given by ipMcastZoneScopeAddressType.
            For values 'ipv4' and 'ipv4z', this object must be in the
            range 4..32.  For values 'ipv6' and 'ipv6z', this object
            must be set to 16."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) ipMcastZoneTable(10) ipMcastZoneEntry(1) 5 }

.1.3.6.1.2.1.168.1.11
ipMcastDeviceConfigStorageType OBJECT-TYPE
  -- FROM	IPMCAST-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The storage type used for the global IP multicast
            configuration of this device, comprised of the objects
            listed below.  If this storage type takes the value
            'permanent', write-access to the listed objects need not be
            allowed.

            The objects described by this storage type are:
            ipMcastEnabled."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcast(1) 11 }

.1.3.6.1.2.1.168.2
ipMcastMIBConformance OBJECT-TYPE
  -- FROM	IPMCAST-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) 2 }

.1.3.6.1.2.1.168.2.1
ipMcastMIBCompliances OBJECT-TYPE
  -- FROM	IPMCAST-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) 1 }

.1.3.6.1.2.1.168.2.1.1
ipMcastMIBComplianceHost MODULE-COMPLIANCE
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"The compliance statement for hosts supporting IPMCAST-MIB.

            Support for either InetAddressType ipv4 or ipv6 is
            mandatory; support for both InetAddressTypes ipv4 and ipv6
            is optional.  Support for types ipv4z and ipv6z is
            optional.

            -- OBJECT     ipMcastLocalListenerGroupAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for ipv4 or ipv6.
            --
            -- OBJECT     ipMcastLocalListenerGroupAddress
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for ipv4 or ipv6.
            --
            -- OBJECT     ipMcastLocalListenerSourceAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for ipv4 or ipv6.
            --
            -- OBJECT     ipMcastLocalListenerSourceAddress
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for ipv4 or ipv6."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBCompliances(1) 1 }

.1.3.6.1.2.1.168.2.1.2
ipMcastMIBComplianceRouter MODULE-COMPLIANCE
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"The compliance statement for routers supporting
            IPMCAST-MIB.

            Support for either InetAddressType ipv4 or ipv6 is
            mandatory; support for both InetAddressTypes ipv4 and ipv6
            is optional.  Support for types ipv4z and ipv6z is
            optional.

            -- OBJECT     ipMcastSsmRangeAddressType
            -- SYNTAX     InetAddressType {ipv4(1), ipv6(2), ipv4z(3),
            --                             ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for ipv4 or ipv6.
            --
            -- OBJECT     ipMcastSsmRangeAddress
            -- SYNTAX     InetAddress (SIZE (4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteGroupAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteGroup
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteSourceAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteSource
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteNextHopGroupAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteNextHopGroup
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteNextHopSourceAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                              ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteNextHopSource
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteNextHopAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteNextHopAddress
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBCompliances(1) 2 }

.1.3.6.1.2.1.168.2.1.3
ipMcastMIBComplianceBorderRouter MODULE-COMPLIANCE
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"The compliance statement for routers on scope
            boundaries supporting IPMCAST-MIB.

            Support for either InetAddressType ipv4z or ipv6z is
            mandatory; support for both InetAddressTypes ipv4z and
            ipv6z is optional.

            -- OBJECT     ipMcastSsmRangeAddressType
            -- SYNTAX     InetAddressType {ipv4(1), ipv6(2), ipv4z(3),
            --                             ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for ipv4 or ipv6.
            --
            -- OBJECT     ipMcastSsmRangeAddress
            -- SYNTAX     InetAddress (SIZE (4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteGroupAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 or ipv6.
            --
            -- OBJECT     ipMcastRouteGroup
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 and ipv4z or ipv6 and ipv6z.
            --
            -- OBJECT     ipMcastRouteSourceAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 and ipv4z or ipv6 and ipv6z.
            --
            -- OBJECT     ipMcastRouteSource
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 and ipv4z or ipv6 and ipv6z.
            --
            -- OBJECT     ipMcastRouteNextHopGroupAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 and ipv4z or ipv6 and ipv6z.
            --
            -- OBJECT     ipMcastRouteNextHopGroup
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 and ipv4z or ipv6 and ipv6z.
            --
            -- OBJECT     ipMcastRouteNextHopSourceAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 and ipv4z or ipv6 and ipv6z.
            --
            -- OBJECT     ipMcastRouteNextHopSource
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 and ipv4z or ipv6 and ipv6z.
            --
            -- OBJECT     ipMcastRouteNextHopAddressType
            -- SYNTAX     InetAddressType {unknown(0), ipv4(1), ipv6(2),
            --                             ipv4z(3), ipv6z(4)}
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 and ipv4z or ipv6 and ipv6z.
            --
            -- OBJECT     ipMcastRouteNextHopAddress
            -- SYNTAX     InetAddress (SIZE (0|4|8|16|20))
            -- DESCRIPTION
            --     This compliance requires support for unknown and
            --     either ipv4 and ipv4z or ipv6 and ipv6z.
            --
            -- OBJECT     ipMcastBoundaryAddressType
            -- SYNTAX     InetAddressType {ipv4(1), ipv6(2)}
            -- DESCRIPT"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBCompliances(1) 3 }

.1.3.6.1.2.1.168.2.2
ipMcastMIBGroups OBJECT-TYPE
  -- FROM	IPMCAST-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) 2 }

.1.3.6.1.2.1.168.2.2.1
ipMcastMIBBasicGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support basic management of IP
            Multicast protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 1 }

.1.3.6.1.2.1.168.2.2.2
ipMcastMIBSsmGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support management of Source-
            Specific Multicast routing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 2 }

.1.3.6.1.2.1.168.2.2.3
ipMcastMIBRouteGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support basic management of IP
            Multicast routing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 3 }

.1.3.6.1.2.1.168.2.2.4
ipMcastMIBRouteDiagnosticsGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of routing diagnostic packet counters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 4 }

.1.3.6.1.2.1.168.2.2.5
ipMcastMIBPktsOutGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support management of packet
            counters for each outgoing interface entry of a route."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 5 }

.1.3.6.1.2.1.168.2.2.6
ipMcastMIBHopCountGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support management of the use of
            hop counts in IP Multicast routing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 6 }

.1.3.6.1.2.1.168.2.2.7
ipMcastMIBRouteOctetsGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support management of octet
            counters for each forwarding entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 7 }

.1.3.6.1.2.1.168.2.2.8
ipMcastMIBRouteBpsGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support sampling of data rate
            in bits per second for each forwarding entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 8 }

.1.3.6.1.2.1.168.2.2.9
ipMcastMIBRouteProtoGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects providing information on the
            relationship between multicast routing information and the
            IP Forwarding Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 9 }

.1.3.6.1.2.1.168.2.2.10
ipMcastMIBLocalListenerGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support management of local
            listeners on hosts or routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 10 }

.1.3.6.1.2.1.168.2.2.11
ipMcastMIBBoundaryIfGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support management of multicast
            scope zone boundaries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 11 }

.1.3.6.1.2.1.168.2.2.12
ipMcastMIBScopeNameGroup OBJECT-GROUP
  -- FROM	IPMCAST-MIB
  DESCRIPTION	"A collection of objects to support management of multicast
            address scope names."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ipMcastMIB(168) ipMcastMIBConformance(2) ipMcastMIBGroups(2) 12 }

.1.3.6.1.2.1.172
pimBsrMIB MODULE-IDENTITY
  -- FROM	PIM-BSR-MIB
  DESCRIPTION	"The MIB module for management of the Bootstrap Router
           (BSR) mechanism for PIM routers.

           Copyright (C) The IETF Trust (2008).  This version
           of this MIB module is part of RFC 5240; see the RFC
           itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 172 }

.1.3.6.1.2.1.172.0
pimBsrNotifications OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) 0 }

.1.3.6.1.2.1.172.0.1
pimBsrElectedBSRLostElection NOTIFICATION-TYPE
  -- FROM	PIM-BSR-MIB
  OBJECTS	{ pimBsrElectedBSRAddressType, pimBsrElectedBSRAddress, pimBsrElectedBSRPriority }
  DESCRIPTION	"A pimBsrElectedBSRLostElection notification should be
           generated when current E-BSR lost election to a new
           Candidate-BSR.  Only an E-BSR should generate this
           notification.

           This notification is generated when
           pimBsrCandidateBSRElectedBSR becomes FALSE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrNotifications(0) 1 }

.1.3.6.1.2.1.172.0.2
pimBsrCandidateBSRWinElection NOTIFICATION-TYPE
  -- FROM	PIM-BSR-MIB
  OBJECTS	{ pimBsrCandidateBSRElectedBSR }
  DESCRIPTION	"A pimBsrCandidateBSRWinElection notification should be
           generated when a C-BSR wins BSR Election.  Only an
           E-BSR should generate this notification.

           This notification is generated when
           pimBsrCandidateBSRElectedBSR becomes TRUE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrNotifications(0) 2 }

.1.3.6.1.2.1.172.1
pimBsrObjects OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) 1 }

.1.3.6.1.2.1.172.1.1
pimBsrCandidateRPTable OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the IP multicast group
           prefixes for which the local router is to advertise
           itself as a Candidate-RP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) 1 }

.1.3.6.1.2.1.172.1.1.1
pimBsrCandidateRPEntry OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimBsrCandidateRPAddressType, pimBsrCandidateRPAddress, pimBsrCandidateRPGroupAddress, pimBsrCandidateRPGroupPrefixLength }
  DESCRIPTION	"An entry (conceptual row) in the
            pimBsrCandidateRPTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) 1 }

.1.3.6.1.2.1.172.1.1.1.1
pimBsrCandidateRPAddressType OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Inet address type of the Candidate-RP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 1 }

.1.3.6.1.2.1.172.1.1.1.2
pimBsrCandidateRPAddress OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (unicast) address that will be advertised as a
           Candidate-RP.  The InetAddressType is given by the
           pimBsrCandidateRPAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 2 }

.1.3.6.1.2.1.172.1.1.1.3
pimBsrCandidateRPGroupAddress OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address that, when combined with
           the corresponding value of
           pimBsrCandidateRPGroupPrefixLength, identifies a group
           prefix for which the local router will advertise itself
           as a Candidate-RP.  The InetAddressType is given by the
           pimBsrCandidateRPAddressType object.

           This address object is only significant up to
           pimBsrCandidateRPGroupPrefixLength bits.  The
           remainder of the address bits are zero.  This is
           especially important for this field, which is part of
           the index of this entry.  Any non-zero bits would
           signify an entirely different entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 3 }

.1.3.6.1.2.1.172.1.1.1.4
pimBsrCandidateRPGroupPrefixLength OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (4..128) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The multicast group address mask that, when combined
           with the corresponding value of
           pimBsrCandidateRPGroupAddress, identifies a group prefix
           for which the local router will advertise itself as a
           Candidate-RP.  The InetAddressType is given by the
           pimBsrCandidateRPAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 4 }

.1.3.6.1.2.1.172.1.1.1.5
pimBsrCandidateRPBidir OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If this object is set to TRUE, this group range is
           advertised with this RP as a BIDIR-PIM group range.  If
           it is set to FALSE, it is advertised as a PIM-SM group
           range."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 5 }

.1.3.6.1.2.1.172.1.1.1.6
pimBsrCandidateRPAdvTimer OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the local router next sends
           a Candidate-RP-Advertisement to the elected BSR for
           this zone."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 6 }

.1.3.6.1.2.1.172.1.1.1.7
pimBsrCandidateRPPriority OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority for this Candidate-RP advertised in
            Candidate-RP-Advertisements."
  DEFVAL	{ 192 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 7 }

.1.3.6.1.2.1.172.1.1.1.8
pimBsrCandidateRPAdvInterval OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	Unsigned32 (1..26214) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A Candidate-RP generates Candidate-RP-Advertisements
           periodically.  This object represents the time interval
           in seconds between two consecutive advertisements."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 8 }

.1.3.6.1.2.1.172.1.1.1.9
pimBsrCandidateRPHoldtime OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Holdtime for this Candidate-RP.  The amount of time (in
           seconds) this Candidate-RP entry is valid.

           This object's value can be zero only when this C-RP is
           shutting down."
  DEFVAL	{ 150 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 9 }

.1.3.6.1.2.1.172.1.1.1.10
pimBsrCandidateRPStatus OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may be
           created, or old entries deleted from this table.

           This status object can be set to active(1) without
           setting any other columnar objects in this entry.

           All writable objects in this entry can be modified
           when the status of this entry is active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 10 }

.1.3.6.1.2.1.172.1.1.1.11
pimBsrCandidateRPStorageType OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows having the value
           'permanent' need not allow write-access to any columnar
           objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateRPTable(1) pimBsrCandidateRPEntry(1) 11 }

.1.3.6.1.2.1.172.1.2
pimBsrElectedBSRRPSetTable OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing BSR-specific information
           about PIM group mappings learned via C-RP advertisements
           or created locally using configurations.  This table is
           maintained only on the Elected BSR.

           An Elected BSR uses this table to create Bootstrap
           messages after applying a local policy to include some
           or all of the group mappings in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) 2 }

.1.3.6.1.2.1.172.1.2.1
pimBsrElectedBSRRPSetEntry OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimBsrElectedBSRGrpMappingAddrType, pimBsrElectedBSRGrpMappingGrpAddr, pimBsrElectedBSRGrpMappingGrpPrefixLen, pimBsrElectedBSRGrpMappingRPAddr }
  DESCRIPTION	"An entry (conceptual row) in the
            pimBsrElectedBSRRPSetTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRRPSetTable(2) 1 }

.1.3.6.1.2.1.172.1.2.1.2
pimBsrElectedBSRGrpMappingAddrType OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Inet address type of the IP multicast group
           prefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRRPSetTable(2) pimBsrElectedBSRRPSetEntry(1) 2 }

.1.3.6.1.2.1.172.1.2.1.3
pimBsrElectedBSRGrpMappingGrpAddr OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address that, when combined
           with pimBsrElectedBSRGrpMappingGrpPrefixLen, gives the
           group prefix for this mapping.  The InetAddressType is
           given by the pimBsrElectedBSRGrpMappingAddrType object.

           This address object is only significant up to
           pimBsrElectedBSRGrpMappingGrpPrefixLen bits.  The
           remainder of the address bits are zero.  This is
           especially important for this field, which is part of
           the index of this entry.  Any non-zero bits would
           signify an entirely different entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRRPSetTable(2) pimBsrElectedBSRRPSetEntry(1) 3 }

.1.3.6.1.2.1.172.1.2.1.4
pimBsrElectedBSRGrpMappingGrpPrefixLen OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (4..128) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The multicast group prefix length that, when combined
           with pimBsrElectedBSRGrpMappingGrpAddr, gives the group
           prefix for this mapping.  The InetAddressType is given by
           the pimBsrElectedBSRGrpMappingAddrType object.  If
           pimBsrElectedBSRGrpMappingAddrType is 'ipv4' or 'ipv4z',
           this object must be in the range 4..32.  If
           pimBsrElectedBSRGrpMappingAddrType is 'ipv6' or 'ipv6z',
           this object must be in the range 8..128."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRRPSetTable(2) pimBsrElectedBSRRPSetEntry(1) 4 }

.1.3.6.1.2.1.172.1.2.1.5
pimBsrElectedBSRGrpMappingRPAddr OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the RP to be used for groups within
           this group prefix.  The InetAddressType is given by the
           pimBsrElectedBSRGrpMappingAddrType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRRPSetTable(2) pimBsrElectedBSRRPSetEntry(1) 5 }

.1.3.6.1.2.1.172.1.2.1.6
pimBsrElectedBSRRPSetPriority OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The priority for RP.  Numerically higher values for
           this object indicate lower priorities, with the value
           zero denoting the highest priority."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRRPSetTable(2) pimBsrElectedBSRRPSetEntry(1) 6 }

.1.3.6.1.2.1.172.1.2.1.7
pimBsrElectedBSRRPSetHoldtime OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The holdtime for RP"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRRPSetTable(2) pimBsrElectedBSRRPSetEntry(1) 7 }

.1.3.6.1.2.1.172.1.2.1.8
pimBsrElectedBSRRPSetExpiryTime OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum time remaining before this entry will be
           aged out.  The value zero indicates that this entry will
           never be aged out."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRRPSetTable(2) pimBsrElectedBSRRPSetEntry(1) 8 }

.1.3.6.1.2.1.172.1.2.1.9
pimBsrElectedBSRRPSetGrpBidir OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If this object is TRUE, this group range with this
           RP is a BIDIR-PIM group range.  If it is set to FALSE,
           it is a PIM-SM group range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRRPSetTable(2) pimBsrElectedBSRRPSetEntry(1) 9 }

.1.3.6.1.2.1.172.1.3
pimBsrCandidateBSRTable OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing Candidate-BSR
           configuration for the local router.  The table contains
           one row for each zone for which the local router is
           to advertise itself as a Candidate-BSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) 3 }

.1.3.6.1.2.1.172.1.3.1
pimBsrCandidateBSREntry OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimBsrCandidateBSRZoneIndex }
  DESCRIPTION	"An entry (conceptual row) in the
           pimBsrCandidateBSRTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) 1 }

.1.3.6.1.2.1.172.1.3.1.1
pimBsrCandidateBSRZoneIndex OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The zone index uniquely identifies the zone on a
           device to which this Candidate-BSR is attached.  There is
           one entry for each zone in ipMcastZoneTable.  Scope-level
           information for this zone can be extracted from
           ipMcastZoneTable in IP Multicast MIB [RFC5132].

           Zero is a special value used to request the default zone
           for a given scope.  Zero is not a valid value for this
           object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) pimBsrCandidateBSREntry(1) 1 }

.1.3.6.1.2.1.172.1.3.1.2
pimBsrCandidateBSRAddressType OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address type of the Candidate-BSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) pimBsrCandidateBSREntry(1) 2 }

.1.3.6.1.2.1.172.1.3.1.3
pimBsrCandidateBSRAddress OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The (unicast) address that the local router will
           use to advertise itself as a Candidate-BSR.  The
           InetAddressType is given by the
           pimBsrCandidateBSRAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) pimBsrCandidateBSREntry(1) 3 }

.1.3.6.1.2.1.172.1.3.1.4
pimBsrCandidateBSRPriority OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority value for the local router as a
           Candidate-BSR for this zone.  Numerically higher
           values for this object indicate higher priorities."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) pimBsrCandidateBSREntry(1) 4 }

.1.3.6.1.2.1.172.1.3.1.5
pimBsrCandidateBSRHashMaskLength OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	Unsigned32 (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The hash mask length (used in the RP hash function)
           that the local router will advertise in its Bootstrap
           messages for this zone.  This object defaults
           to 30 if pimBsrCandidateBSRAddressType is 'ipv4' or
           'ipv4z' , and defaults to 126 if
           pimBsrCandidateBSRAddressType is 'ipv6' or 'ipv6z'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) pimBsrCandidateBSREntry(1) 5 }

.1.3.6.1.2.1.172.1.3.1.6
pimBsrCandidateBSRElectedBSR OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the local router is the elected BSR for this
           zone."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) pimBsrCandidateBSREntry(1) 6 }

.1.3.6.1.2.1.172.1.3.1.7
pimBsrCandidateBSRBootstrapTimer OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining before the local router next
           originates a Bootstrap message for this zone.
           Value of this object is zero if
           pimBsrCandidateBSRElectedBSR is 'FALSE'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) pimBsrCandidateBSREntry(1) 7 }

.1.3.6.1.2.1.172.1.3.1.8
pimBsrCandidateBSRStatus OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may
           be created or old entries deleted from this table.

           This status object can be set to active(1) without
           setting any other columnar objects in this entry.

           All writable objects in this entry can be modified
           when the status of this entry is active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) pimBsrCandidateBSREntry(1) 8 }

.1.3.6.1.2.1.172.1.3.1.9
pimBsrCandidateBSRStorageType OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row.  Rows having the value
           'permanent' need not allow write-access to any columnar
           objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrCandidateBSRTable(3) pimBsrCandidateBSREntry(1) 9 }

.1.3.6.1.2.1.172.1.4
pimBsrElectedBSRTable OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information about
           elected BSRs.  The table contains one row for each
           zone for which there is an elected BSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) 4 }

.1.3.6.1.2.1.172.1.4.1
pimBsrElectedBSREntry OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pimBsrElectedBSRZoneIndex }
  DESCRIPTION	"An entry (conceptual row) in the
            pimBsrElectedBSRTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRTable(4) 1 }

.1.3.6.1.2.1.172.1.4.1.1
pimBsrElectedBSRZoneIndex OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetZoneIndex
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The zone index uniquely identifies the zone on a
           device to which this Elected BSR is attached.  There
           is one entry for each zone in ipMcastZoneTable.
           Scope-level information for this zone can be extracted
           from ipMcastZoneTable in IP Multicast MIB [RFC5132].

           Zero is a special value used to request the default zone
           for a given scope.  Zero is not a valid value for this
           object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRTable(4) pimBsrElectedBSREntry(1) 1 }

.1.3.6.1.2.1.172.1.4.1.2
pimBsrElectedBSRAddressType OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of the elected BSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRTable(4) pimBsrElectedBSREntry(1) 2 }

.1.3.6.1.2.1.172.1.4.1.3
pimBsrElectedBSRAddress OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 8 | 16 | 20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The (unicast) address of the elected BSR.  The
           InetAddressType is given by the
           pimBsrElectedBSRAddressType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRTable(4) pimBsrElectedBSREntry(1) 3 }

.1.3.6.1.2.1.172.1.4.1.4
pimBsrElectedBSRPriority OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The priority value for the elected BSR for this address
           type.  Numerically higher values for this object indicate
           higher priorities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRTable(4) pimBsrElectedBSREntry(1) 4 }

.1.3.6.1.2.1.172.1.4.1.5
pimBsrElectedBSRHashMaskLength OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	Unsigned32 (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hash mask length (used in the RP hash function)
           advertised by the elected BSR for this zone."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRTable(4) pimBsrElectedBSREntry(1) 5 }

.1.3.6.1.2.1.172.1.4.1.6
pimBsrElectedBSRExpiryTime OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum time remaining before the elected BSR for
           this zone will be declared down."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrObjects(1) pimBsrElectedBSRTable(4) pimBsrElectedBSREntry(1) 6 }

.1.3.6.1.2.1.172.2
pimBsrConformance OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) 2 }

.1.3.6.1.2.1.172.2.1
pimBsrCompliances OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrConformance(2) 1 }

.1.3.6.1.2.1.172.2.1.1
pimBsrCompliance MODULE-COMPLIANCE
  -- FROM	PIM-BSR-MIB
  DESCRIPTION	"The compliance statement for PIM routers that implement
           the Bootstrap Router (BSR) mechanism."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrConformance(2) pimBsrCompliances(1) 1 }

.1.3.6.1.2.1.172.2.2
pimBsrGroups OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrConformance(2) 2 }

.1.3.6.1.2.1.172.2.2.1
pimBsrObjectGroup OBJECT-GROUP
  -- FROM	PIM-BSR-MIB
  DESCRIPTION	"A collection of objects for managing the Bootstrap
           Router (BSR) mechanism for PIM routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrConformance(2) pimBsrGroups(2) 1 }

.1.3.6.1.2.1.172.2.2.2
pimBsrDiagnosticsGroup OBJECT-TYPE
  -- FROM	PIM-BSR-MIB
  DESCRIPTION	"Objects providing additional diagnostics related to
           the Bootstrap Router (BSR) mechanism for PIM routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pimBsrMIB(172) pimBsrConformance(2) pimBsrGroups(2) 2 }

.1.3.6.1.2.1.173
syslogTCMIB MODULE-IDENTITY
  -- FROM	SYSLOG-TC-MIB
  DESCRIPTION	"The MIB module containing textual conventions for syslog
         messages.

         Copyright (c) 2009 IETF Trust and the persons
         identified as authors of the code.  All rights reserved.

         Redistribution and use in source and binary forms, with or
         without modification, are permitted provided that the
         following conditions are met:

         - Redistributions of source code must retain the above
           copyright notice, this list of conditions and the
           following disclaimer.

         - Redistributions in binary form must reproduce the above
           copyright notice, this list of conditions and the
           following disclaimer in the documentation and/or other
           materials provided with the distribution.

         - Neither the name of Internet Society, IETF or IETF
           Trust, nor the names of specific contributors, may be
           used to endorse or promote products derived from this
           software without specific prior written permission.

         THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
         CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED
         WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
         WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
         PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
         OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
         INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
         (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
         GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
         BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
         LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
         (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
         OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
         POSSIBILITY OF SUCH DAMAGE.

         This version of this MIB module is part of RFC 5427;
         see the RFC itself for full legal notices.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 173 }

.1.3.6.1.2.1.174
ianaPwe3MIB MODULE-IDENTITY
  -- FROM	IANA-PWE3-MIB
  DESCRIPTION	"This MIB module defines the IANAPwTypeTC and
        IANAPwPsnTypeTC textual conventions for use in PWE3
        MIB modules.

        Any additions or changes to the contents of this MIB
        module require either publication of an RFC, Designated
        Expert Review as defined in RFC 5226, Guidelines for
        Writing an IANA Considerations Section in RFCs, and should
        be based on the procedures defined in [RFC4446].  The
        Designated Expert will be selected by the IESG Area
        Director(s) of the internet Area.

        Copyright (c) 2009 IETF Trust and the persons identified as
        authors of the code.  All rights reserved.

        Redistribution and use in source and binary forms, with or
        without modification, are permitted provided that the
        following conditions are met:

        - Redistributions of source code must retain the above
          copyright notice, this list of conditions and the
          following disclaimer.

        - Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the
          following disclaimer in the documentation and/or other
          materials provided with the distribution.

        - Neither the name of Internet Society, IETF or IETF Trust,
          nor the names of specific contributors, may be used to
          endorse or promote products derived from this software
          without specific prior written permission.

        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
        CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES,
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
        MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
        CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
        INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
        (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
        GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
        BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
        LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
        OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
        POSSIBILITY OF SUCH DAMAGE. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 174 }

.1.3.6.1.2.1.180
pwEnetStdMIB MODULE-IDENTITY
  -- FROM	PW-ENET-STD-MIB
  DESCRIPTION	"This MIB module describes a model for managing Ethernet
         point-to-point pseudowire services over a Packet
         Switched Network (PSN).

         Copyright (c) 2009 IETF Trust and the persons identified
         as authors of the code.  All rights reserved.

         Redistribution and use in source and binary forms, with or
         without modification, are permitted provided that the following
         conditions are met:

         - Redistributions of source code must retain the above
           copyright notice, this list of conditions and the following
           disclaimer.

         - Redistributions in binary form must reproduce the above
           copyright notice, this list of conditions and the following
           disclaimer in the documentation and/or other materials
           provided with the distribution.

         - Neither the name of Internet Society, IETF or IETF Trust, nor
           the names of specific contributors, may be used to endorse or
           promote products derived from this software without specific
           prior written permission.

         THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
         CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES,
         INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
         MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
         DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
         CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
         SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
         NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
         LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
         HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
         CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
         OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
         EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

         This version of this MIB module is part of RFC 5603;
         see the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 180 }

.1.3.6.1.2.1.180.1
pwEnetObjects OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) 1 }

.1.3.6.1.2.1.180.1.1
pwEnetTable OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the index to the Ethernet tables
        associated with this Ethernet PW, the VLAN configuration,
        and the VLAN mode."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) 1 }

.1.3.6.1.2.1.180.1.1.1
pwEnetEntry OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwIndex, pwEnetPwInstance }
  DESCRIPTION	"This table is indexed by the same index that was created
        for the associated entry in the PW generic table in the

        PW-STD-MIB module.
        The pwIndex and the pwEnetPwInstance are used as indexes
        to allow multiple VLANs to exist on the same PW.

        An entry is created in this table by the agent for every
        entry in the pwTable with a pwType of 'ethernetTagged'
        or 'ethernet'.  Additional rows may be created by the
        operator or the agent if multiple entries are required for
        the same PW.

        The value of pwEnetPwInstance can be arbitrarily selected
        to make the row unique; however, implementations that know
        the VLAN field value when the row is created MAY use the
        value of the VLAN itself for better readability and
        backward compatibility with older versions of this MIB
        module.

        This table provides Ethernet port mapping and VLAN
        configuration for each Ethernet PW.

        All read-create objects in this table MAY be changed at any
        time; however, change of some objects (for example,
        pwEnetVlanMode) during the PW forwarding state MAY cause traffic
        disruption.

        Manual entries in this table SHOULD be preserved after a
        reboot, and the agent MUST ensure the integrity of those
        entries.  If the set of entries of a specific row is found to
        be inconsistent after reboot, the PW pwOperStatus MUST be
        declared as notPresent(5).
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetTable(1) 1 }

.1.3.6.1.2.1.180.1.1.1.1
pwEnetPwInstance OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"If multiple rows are mapped to the same PW, this index is
         used to uniquely identify the individual row.
         If the value of the VLAN field is known at the time of
         row creation, the value of pwEnetPwVlan MAY be used
         for better readability and backward compatibility with
         older versions of this MIB module.  Otherwise, the value
         1 SHOULD be set to the first row for each pwIndex
         for better readability and in order that the management
         application will know in advance how to access the
         first row when it was created by the agent.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetTable(1) pwEnetEntry(1) 1 }

.1.3.6.1.2.1.180.1.1.1.2
pwEnetPwVlan OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  -- TEXTUAL CONVENTION VlanIdOrAnyOrNone
  SYNTAX	Integer32 (0 | 1..4094 | 4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines the (service-delimiting) VLAN field
        value on the PW.  The value 4095 MUST be used if the
        object is not applicable, for example, when mapping all
        packets from an Ethernet port to this PW (raw mode).
        The value 0 MUST be set to indicate untagged frames
        (from the PW point of view), i.e., when pwEnetVlanMode
        equals 'noChange' and pwEnetPortVlan equals 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetTable(1) pwEnetEntry(1) 2 }

.1.3.6.1.2.1.180.1.1.1.3
pwEnetVlanMode OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  SYNTAX	INTEGER {other(0), portBased(1), noChange(2), changeVlan(3), addVlan(4), removeVlan(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the mode of VLAN handling between the
         port or the virtual port associated with the PW and the
         PW encapsulation.

       - 'other' indicates an operation that is not defined by
          this MIB module.

        - 'portBased' indicates that the forwarder will forward
          packets between the port and the PW independent of their
          structure (i.e., there are no service-delimiting VLAN tags
          from the PE standpoint).

        - 'noChange' indicates that the PW contains the original
           user VLAN, as specified in pwEnetPortVlan; i.e., the
           VLAN on the PE-CE link is the service-delimiting tag
           and is kept 'as is' on the PW.

        - 'changeVlan' indicates that the VLAN field on the PW
          may be different than the VLAN field on the user's
          port.  The VLAN on the PE-CE link is the service-delimiting
          tag but has a different value on the PW.

        - 'addVlan' indicates that a VLAN field will be added
          on the PSN-bound direction (i.e., on the PW). pwEnetPwVlan
          indicates the value that will be added.

        - 'removeVlan' indicates that the encapsulation on the
          PW does not include the service-delimiting VLAN field.
          Note that PRI bits transparency is lost in this case.

        - Implementation of 'portsbased', 'removeVlan', 'addVlan'
          'other', and 'changeVlan' is OPTIONAL.
        "
  DEFVAL	{ noChange }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetTable(1) pwEnetEntry(1) 3 }

.1.3.6.1.2.1.180.1.1.1.4
pwEnetPortVlan OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  -- TEXTUAL CONVENTION VlanIdOrAnyOrNone
  SYNTAX	Integer32 (0 | 1..4094 | 4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines if the mapping between the original port
        (physical port or VPLS virtual port) to the PW is VLAN based
        or not.  In case of VLAN mapping, this object indicates the
        VLAN value on the original port.

        The value of '4095' MUST be used if the whole original port
        traffic is mapped to the same PW.  Note that a pwType of
        'ethernetTagged' can still be used if service-delimiting tag
        is added on the PW (pwEnetVlanMode equals 'addVlan').

        This object MUST be equal to pwEnetPwVlan if pwEnetVlanMode
        equals 'noChange'.

        The value 0 indicates that packets without a VLAN field
        (i.e., untagged frames) on the port are associated to this
        PW.  This allows the same behavior as assigning 'Default
        VLAN' to untagged frames.
        "
  DEFVAL	{ 4095 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetTable(1) pwEnetEntry(1) 4 }

.1.3.6.1.2.1.180.1.1.1.5
pwEnetPortIfIndex OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to specify the ifIndex of the Ethernet
         port associated with this PW for point-to-point Ethernet
         service, or the ifIndex of the virtual interface of the
         VPLS instance associated with the PW if the service is
         VPLS.  Two rows in this table can point to the same ifIndex
         only if there is no overlap of VLAN values specified in
         pwEnetPortVlan that are associated with this port.

         A value of zero indicates that association to an ifIndex is
         not yet known."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetTable(1) pwEnetEntry(1) 5 }

.1.3.6.1.2.1.180.1.1.1.6
pwEnetPwIfIndex OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the PW is modeled as an ifIndex in the ifTable, this
         object indicates the value of the ifIndex representing the
         Ethernet PW on the PSN side in the Etherlike-MIB.  Note that
         this value may be different from the value of pwIfIndex
         that represents the ifIndex of the PW for ifType 'pw'."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetTable(1) pwEnetEntry(1) 6 }

.1.3.6.1.2.1.180.1.1.1.7
pwEnetRowStatus OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object enables creating, deleting, and modifying this
         row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetTable(1) pwEnetEntry(1) 7 }

.1.3.6.1.2.1.180.1.1.1.8
pwEnetStorageType OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the storage type of this row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetTable(1) pwEnetEntry(1) 8 }

.1.3.6.1.2.1.180.1.2
pwEnetStatsTable OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains statistical counters specific for
         Ethernet PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) 2 }

.1.3.6.1.2.1.180.1.2.1
pwEnetStatsEntry OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwIndex }
  DESCRIPTION	"Each entry represents the statistics gathered for the
         PW carrying the Ethernet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetStatsTable(2) 1 }

.1.3.6.1.2.1.180.1.2.1.1
pwEnetStatsIllegalVlan OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received (from the PSN) on this PW
         with either an illegal VLAN field, a missing VLAN field
         when one was expected, or an excessive VLAN field when
         it was not expected.  This counter may not be applicable
         in some cases, and MUST return the value of zero in
         such a case."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetStatsTable(2) pwEnetStatsEntry(1) 1 }

.1.3.6.1.2.1.180.1.2.1.2
pwEnetStatsIllegalLength OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that were received with an illegal
         Ethernet packet length on this PW.  An illegal length is
         defined as being greater than the value in the advertised
         MTU supported, or shorter than the allowed Ethernet packet
         size."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetObjects(1) pwEnetStatsTable(2) pwEnetStatsEntry(1) 2 }

.1.3.6.1.2.1.180.2
pwEnetConformance OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) 2 }

.1.3.6.1.2.1.180.2.1
pwEnetGroups OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetConformance(2) 1 }

.1.3.6.1.2.1.180.2.1.1
pwEnetGroup OBJECT-GROUP
  -- FROM	PW-ENET-STD-MIB
  DESCRIPTION	"Collection of objects for basic Ethernet PW configuration."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetConformance(2) pwEnetGroups(1) 1 }

.1.3.6.1.2.1.180.2.1.2
pwEnetStatsGroup OBJECT-GROUP
  -- FROM	PW-ENET-STD-MIB
  DESCRIPTION	"Collection of objects counting various PW level errors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetConformance(2) pwEnetGroups(1) 2 }

.1.3.6.1.2.1.180.2.2
pwEnetCompliances OBJECT-TYPE
  -- FROM	PW-ENET-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetConformance(2) 2 }

.1.3.6.1.2.1.180.2.2.1
pwEnetModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	PW-ENET-STD-MIB
  DESCRIPTION	"The compliance statement for agents that provides full
             support for the PW-ENET-STD-MIB module.  Such devices
             can then be monitored and also be configured using
             this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetConformance(2) pwEnetCompliances(2) 1 }

.1.3.6.1.2.1.180.2.2.2
pwEnetModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	PW-ENET-STD-MIB
  DESCRIPTION	"The compliance statement for agents that provide read-
             only support for the PW-ENET-STD-MIB module.  Such
             devices can then be monitored but cannot be configured
             using this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwEnetStdMIB(180) pwEnetConformance(2) pwEnetCompliances(2) 2 }

.1.3.6.1.2.1.181
pwMplsStdMIB MODULE-IDENTITY
  -- FROM	PW-MPLS-STD-MIB
  DESCRIPTION	"This MIB module complements the PW-STD-MIB module for PW
        operation over MPLS.

        Copyright (c) 2009 IETF Trust and the persons identified as
        authors of the code.  All rights reserved.

        Redistribution and use in source and binary forms, with or
        without modification, are permitted provided that the
        following conditions are met:

        - Redistributions of source code must retain the above
          copyright notice, this list of conditions and the
          following disclaimer.

        - Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the following
          disclaimer in the documentation and/or other materials
          provided with the distribution.

        - Neither the name of Internet Society, IETF or IETF Trust,
          nor the names of specific contributors, may be used to
          endorse or promote products derived from this software
          without specific prior written permission.

        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
        CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES,
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
        MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
        CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
        NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
        OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

        This version of this MIB module is part of RFC 5602;
        see the RFC itself for full legal notices.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 181 }

.1.3.6.1.2.1.181.0
pwMplsNotifications OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) 0 }

.1.3.6.1.2.1.181.1
pwMplsObjects OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) 1 }

.1.3.6.1.2.1.181.1.1
pwMplsTable OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table controls MPLS-specific parameters when the PW is
        going to be carried over MPLS PSN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) 1 }

.1.3.6.1.2.1.181.1.1.1
pwMplsEntry OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwIndex }
  DESCRIPTION	"A row in this table represents parameters specific to MPLS
         PSN for a pseudowire (PW).  The row is created
         automatically by the local agent if the pwPsnType is
         mpls(1).  It is indexed by pwIndex, which uniquely
         identifies a singular PW.
         Manual entries in this table SHOULD be preserved after a
         reboot, and the agent MUST ensure the integrity of those
         entries.
         If the set of entries of a specific row were found to be
         nonconsistent after reboot, the PW pwOperStatus MUST be
         declared as down(2).
         Any read-write object in this table MAY be changed at any
         time; however, change of some objects (for example,
         pwMplsMplsType) during PW forwarding state MAY cause traffic
         disruption."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTable(1) 1 }

.1.3.6.1.2.1.181.1.1.1.1
pwMplsMplsType OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  SYNTAX	BITS {mplsTe(0), mplsNonTe(1), pwOnly(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is set by the operator to indicate the outer
         tunnel types, if existing.  mplsTe(0) is used if the outer
         tunnel is set up by MPLS-TE, and mplsNonTe(1) is used if the
         outer tunnel is set up by LDP or manually.  A combination of
         mplsTe(0) and mplsNonTe(1) MAY exist.
         pwOnly(2) is used if there is no outer tunnel label, i.e.,
         in static provisioning without an MPLS tunnel.  pwOnly(2)
         cannot be combined with mplsNonTe(1) or mplsTe(0).
         An implementation that can identify automatically that the
         peer node is directly connected MAY support the bit
         pwOnly(2) as read-only.
        "
  DEFVAL	{ { mplsNonTe } }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTable(1) pwMplsEntry(1) 1 }

.1.3.6.1.2.1.181.1.1.1.2
pwMplsExpBitsMode OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  SYNTAX	INTEGER {outerTunnel(1), specifiedValue(2), serviceDependant(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is set by the operator to determine the PW shim
        label EXP bits.  The value of outerTunnel(1) is used where
        there is an outer tunnel -- pwMplsMplsType equals to
        mplsTe(0) or mplsNonTe(1).  Note that in this case, there
        is no need to mark the PW label with the EXP bits, since the
        PW label is not visible to the intermediate nodes.
        If there is no outer tunnel, specifiedValue(2) SHOULD be used
        to indicate that the value is specified by pwMplsExpBits.
        Setting serviceDependant(3) indicates that the EXP bits are
        set based on a rule that is implementation specific."
  DEFVAL	{ outerTunnel }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTable(1) pwMplsEntry(1) 2 }

.1.3.6.1.2.1.181.1.1.1.3
pwMplsExpBits OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  SYNTAX	Unsigned32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is set by the operator if pwMplsExpBitsMode is
         set to specifiedValue(2) to indicate the MPLS EXP bits to
         be used on the PW shim label.  Otherwise, it SHOULD be set
         to zero."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTable(1) pwMplsEntry(1) 3 }

.1.3.6.1.2.1.181.1.1.1.4
pwMplsTtl OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is set by the operator to indicate the PW TTL
         value to be used on the PW shim label."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTable(1) pwMplsEntry(1) 4 }

.1.3.6.1.2.1.181.1.1.1.5
pwMplsLocalLdpID OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsLdpIdentifier
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1d.1d.1d.1d:2d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The LDP identifier of the LDP entity that creates
         this PW in the local node.  As the PW labels are always
         set from the per-platform label space, the last two octets
         in the LDP ID MUST always both be zeros."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTable(1) pwMplsEntry(1) 5 }

.1.3.6.1.2.1.181.1.1.1.6
pwMplsLocalLdpEntityIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The local node LDP Entity Index of the LDP entity creating
         this PW."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTable(1) pwMplsEntry(1) 6 }

.1.3.6.1.2.1.181.1.1.1.7
pwMplsPeerLdpID OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsLdpIdentifier
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1d.1d.1d.1d:2d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peer LDP identifier of the LDP session.  This object
         SHOULD return the value zero if LDP is not used or if the
         value is not yet known."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTable(1) pwMplsEntry(1) 7 }

.1.3.6.1.2.1.181.1.1.1.8
pwMplsStorageType OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable indicates the storage type for this row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTable(1) pwMplsEntry(1) 8 }

.1.3.6.1.2.1.181.1.2
pwMplsOutboundTable OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table reports and configures the current outbound MPLS
        tunnels (i.e., toward the PSN) or the physical interface in
        the case of a PW label only that carries the PW traffic.  It
        also reports the current outer tunnel and LSP that forward
        the PW traffic."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) 2 }

.1.3.6.1.2.1.181.1.2.1
pwMplsOutboundEntry OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ pwMplsEntry }
  DESCRIPTION	"A row in this table configures the outer tunnel used for
        carrying the PW traffic toward the PSN.
        In the case of PW label only, it configures the interface
        that will carry the PW traffic.

        An entry in this table augments the pwMplsEntry, and is
        created automatically when the corresponding row has been
        created by the agent in the pwMplsEntry.

        This table points to the appropriate MPLS MIB module:

        In the MPLS-TE case, the three objects relevant to the
        indexing of a TE tunnel head-end (as used in the
        MPLS-TE-STD-MIB) are to be configured, and the tunnel
        instance indicates the LSP that is currently in use for
        forwarding the traffic.

        In the case of signaled non-TE MPLS (an outer tunnel label
        assigned by LDP), the table points to the XC entry in the
        LSR-STD-MIB.  If the non-TE MPLS tunnel is manually
        configured, the operator configures the XC pointer to this
        tunnel.

        In the case of PW label only (no outer tunnel), the ifIndex
        of the port to carry the PW is configured here.
        It is possible to associate a PW to one TE tunnel head-end
        and a non-TE tunnel together.  An indication in this table
        will report the currently active one.  In addition, in the
        TE case, the table reports the active tunnel instance
        (i.e., the specific LSP in use).
        Any read-write object in this table MAY be changed at any
        time; however, change of some objects (for example,
        MPLS-TE indexes) during PW forwarding state MAY cause traffic
        disruption."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsOutboundTable(2) 1 }

.1.3.6.1.2.1.181.1.2.1.1
pwMplsOutboundLsrXcIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is applicable if the pwMplsMplsType mplsNonTe(1)
        bit is set, and MUST return a value of zero otherwise.
        If the outer tunnel is signaled, the object is read-only
        and indicates the XC index in the MPLS-LSR-STD-MIB of the
        outer tunnel toward the peer.  Otherwise (tunnel is set up
        manually), the operator defines the XC index of the manually
        created outer tunnel through this object.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsOutboundTable(2) pwMplsOutboundEntry(1) 1 }

.1.3.6.1.2.1.181.1.2.1.2
pwMplsOutboundTunnelIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is applicable if the pwMplsMplsType mplsTe(0)
        bit is set, and MUST return a value of zero otherwise.
        It is part of the set of indexes for the outbound tunnel.
        The operator sets this object to represent the desired
        tunnel head-end toward the peer for carrying the PW
        traffic.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsOutboundTable(2) pwMplsOutboundEntry(1) 2 }

.1.3.6.1.2.1.181.1.2.1.3
pwMplsOutboundTunnelInstance OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelInstanceIndex
  SYNTAX	Unsigned32 (0 | 1..65535 | 65536..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is applicable if the pwMplsMplsType mplsTe(0)
        bit is set, and MUST return a value of zero otherwise.
        It indicates the actual tunnel instance that is currently
        active and carrying the PW traffic.  It SHOULD return the
        value zero if the information from the MPLS-TE
        application is not yet known.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsOutboundTable(2) pwMplsOutboundEntry(1) 3 }

.1.3.6.1.2.1.181.1.2.1.4
pwMplsOutboundTunnelLclLSR OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsLsrIdentifier
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is applicable if the pwMplsMplsType mplsTe(0)
        bit is set, and MUST return a value of all zeros otherwise.
        It is part of the set of indexes for the outbound tunnel.
        The operator sets this object to represent the desired
        tunnel head-end toward the peer for carrying the PW
        traffic.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsOutboundTable(2) pwMplsOutboundEntry(1) 4 }

.1.3.6.1.2.1.181.1.2.1.5
pwMplsOutboundTunnelPeerLSR OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsLsrIdentifier
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is applicable if the pwMplsMplsType mplsTe(0)
        bit is set, and MUST return a value of zero otherwise.
        It is part of the set of indexes for the outbound tunnel.
        Note that in most cases, it equals to pwPeerAddr.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsOutboundTable(2) pwMplsOutboundEntry(1) 5 }

.1.3.6.1.2.1.181.1.2.1.6
pwMplsOutboundIfIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is applicable if the pwMplsMplsType pwOnly(0)
        bit is set, and MUST return a value of zero otherwise.
        The operator configures the ifIndex of the outbound port
        in this case.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsOutboundTable(2) pwMplsOutboundEntry(1) 6 }

.1.3.6.1.2.1.181.1.2.1.7
pwMplsOutboundTunnelTypeInUse OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  SYNTAX	INTEGER {notYetKnown(1), mplsTe(2), mplsNonTe(3), pwOnly(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the current tunnel that is carrying
        the PW traffic.
        The value of notYetKnown(1) should be used if the agent is
        currently unable to determine which tunnel or interface is
        carrying the PW, for example, because both tunnels are in
        operational status down.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsOutboundTable(2) pwMplsOutboundEntry(1) 7 }

.1.3.6.1.2.1.181.1.3
pwMplsInboundTable OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table indicates the PW LDP XC entry in the
        MPLS-LSR-STD-MIB for signaled PWs.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) 3 }

.1.3.6.1.2.1.181.1.3.1
pwMplsInboundEntry OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwIndex }
  DESCRIPTION	"A row in this table is created by the agent
         for each signaled PW, and shows the XC index related to
         the PW signaling in the inbound direction in the
         MPLS-LSR-STD-MIB that controls and display the information
         for all the LDP signaling processes in the local node.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsInboundTable(3) 1 }

.1.3.6.1.2.1.181.1.3.1.1
pwMplsInboundXcIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The XC index representing this PW in the inbound
        direction.  It MUST return the value zero if the
        information is not yet known."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsInboundTable(3) pwMplsInboundEntry(1) 1 }

.1.3.6.1.2.1.181.1.4
pwMplsNonTeMappingTable OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table indicates the PW association to the outbound
        tunnel in non-TE applications, maps the PW to its (inbound)
        XC entry, and indicates the PW-to-physical interface mapping
        for a PW without an outer tunnel.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) 4 }

.1.3.6.1.2.1.181.1.4.1
pwMplsNonTeMappingEntry OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwMplsNonTeMappingDirection, pwMplsNonTeMappingXcIndex, pwMplsNonTeMappingIfIndex, pwMplsNonTeMappingPwIndex }
  DESCRIPTION	"A row in this table displays the association
         between the PW and
         - its non-TE MPLS outbound outer tunnel,
         - its XC entry in the MPLS-LSR-STD-MIB, or
         - its physical interface if there is no outer tunnel
           (PW label only) and manual configuration.

         Rows are created in this table by the agent depending on
         the setting of pwMplsMplsType:

         - If the pwMplsMplsType mplsNonTe(1) bit is set, the agent
         creates a row for the outbound direction
         (pwMplsNonTeMappingDirection set to psnBound(1)).
         The pwMplsNonTeMappingXcIndex holds the XC index in the
         MPLS-LSR-STD-MIB of the PSN-bound outer tunnel.
         pwMplsNonTeMappingIfIndex MUST be zero for this row.

         - If the pwMplsMplsType pwOnly(2) bit is set, the agent
         creates a row for the outbound direction
         (pwMplsNonTeMappingDirection set to psnBound(1)).
         The pwMplsNonTeMappingIfIndex holds the ifIndex of the
         physical port this PW will use in the outbound direction.
         pwMplsNonTeMappingXcIndex MUST be zero for this row.

         - If the PW has been set up by a signaling protocol (i.e.,
         pwOwner equal pwIdFecSignaling(2) or
         genFecSignaling(3)), the agent creates a row for the
         inbound direction (pwMplsNonTeMappingDirection set to
         fromPsn(2)).
         The pwMplsNonTeMappingXcIndex holds the XC index in the
         MPLS-LSR-STD-MIB of the PW LDP-generated XC entry.
         pwMplsNonTeMappingIfIndex MUST be zero for this row.

         An application can use this table to quickly retrieve the
         PW carried over specific non-TE MPLS outer tunnel or
         physical interface.
         "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsNonTeMappingTable(4) 1 }

.1.3.6.1.2.1.181.1.4.1.1
pwMplsNonTeMappingDirection OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  SYNTAX	INTEGER {psnBound(1), fromPsn(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index for the conceptual XC row identifying the tunnel-to-PW
        mappings, indicating the direction of the packet flow for
        this entry.
        psnBound(1) indicates that the entry is related to
        packets toward the PSN.
        fromPsn(2) indicates that the entry is related to
        packets coming from the PSN.
       "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsNonTeMappingTable(4) pwMplsNonTeMappingEntry(1) 1 }

.1.3.6.1.2.1.181.1.4.1.2
pwMplsNonTeMappingXcIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsIndexType
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"See the description clause of pwMplsNonTeMappingEntry for
        the usage guidelines of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsNonTeMappingTable(4) pwMplsNonTeMappingEntry(1) 2 }

.1.3.6.1.2.1.181.1.4.1.3
pwMplsNonTeMappingIfIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"See the description clause of pwMplsNonTeMappingEntry for
        the usage guidelines of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsNonTeMappingTable(4) pwMplsNonTeMappingEntry(1) 3 }

.1.3.6.1.2.1.181.1.4.1.4
pwMplsNonTeMappingPwIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION PwIndexType
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value that represents the PW in the pwTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsNonTeMappingTable(4) pwMplsNonTeMappingEntry(1) 4 }

.1.3.6.1.2.1.181.1.5
pwMplsTeMappingTable OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table reports the PW association to the
        outbound MPLS tunnel for MPLS-TE applications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) 5 }

.1.3.6.1.2.1.181.1.5.1
pwMplsTeMappingEntry OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pwMplsTeMappingTunnelIndex, pwMplsTeMappingTunnelInstance, pwMplsTeMappingTunnelPeerLsrID, pwMplsTeMappingTunnelLocalLsrID, pwMplsTeMappingPwIndex }
  DESCRIPTION	"A row in this table represents the association
         between a PW and its MPLS-TE outer (head-end) tunnel.

         An application can use this table to quickly retrieve the
         list of the PWs that are configured on a specific MPLS-TE
         outer tunnel.

         The pwMplsTeMappingTunnelInstance reports the actual
         LSP out of the tunnel head-end that is currently
         forwarding the traffic.

         The table is indexed by the head-end indexes of a TE
         tunnel and the PW index.
        "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTeMappingTable(5) 1 }

.1.3.6.1.2.1.181.1.5.1.1
pwMplsTeMappingTunnelIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Primary index for the conceptual row identifying the
        MPLS-TE tunnel that is carrying the PW traffic."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTeMappingTable(5) pwMplsTeMappingEntry(1) 1 }

.1.3.6.1.2.1.181.1.5.1.2
pwMplsTeMappingTunnelInstance OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelInstanceIndex
  SYNTAX	Unsigned32 (0 | 1..65535 | 65536..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the MPLS-TE LSP that is carrying the
        PW traffic.  It MUST return the value zero if the
        information of the specific LSP is not yet known.
        Note that based on the recommendation in the
        MPLS-TC-STD-MIB, instance index 0 should refer to the
        configured tunnel interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTeMappingTable(5) pwMplsTeMappingEntry(1) 2 }

.1.3.6.1.2.1.181.1.5.1.3
pwMplsTeMappingTunnelPeerLsrID OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsLsrIdentifier
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the peer LSR when the outer tunnel
        is MPLS-TE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTeMappingTable(5) pwMplsTeMappingEntry(1) 3 }

.1.3.6.1.2.1.181.1.5.1.4
pwMplsTeMappingTunnelLocalLsrID OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION MplsLsrIdentifier
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the local LSR."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTeMappingTable(5) pwMplsTeMappingEntry(1) 4 }

.1.3.6.1.2.1.181.1.5.1.5
pwMplsTeMappingPwIndex OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
  -- TEXTUAL CONVENTION PwIndexType
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object returns the value that represents the PW in the
        pwTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsObjects(1) pwMplsTeMappingTable(5) pwMplsTeMappingEntry(1) 5 }

.1.3.6.1.2.1.181.2
pwMplsConformance OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) 2 }

.1.3.6.1.2.1.181.2.1
pwMplsGroups OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsConformance(2) 1 }

.1.3.6.1.2.1.181.2.1.1
pwMplsGroup OBJECT-GROUP
  -- FROM	PW-MPLS-STD-MIB
  DESCRIPTION	"Collection of objects needed for PW over MPLS PSN
        configuration."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsConformance(2) pwMplsGroups(1) 1 }

.1.3.6.1.2.1.181.2.1.2
pwMplsOutboundMainGroup OBJECT-GROUP
  -- FROM	PW-MPLS-STD-MIB
  DESCRIPTION	"Collection of objects needed for outbound association of
        PW and MPLS tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsConformance(2) pwMplsGroups(1) 2 }

.1.3.6.1.2.1.181.2.1.3
pwMplsOutboundTeGroup OBJECT-GROUP
  -- FROM	PW-MPLS-STD-MIB
  DESCRIPTION	"Collection of objects needed for outbound association of
        PW and MPLS-TE tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsConformance(2) pwMplsGroups(1) 3 }

.1.3.6.1.2.1.181.2.1.4
pwMplsInboundGroup OBJECT-GROUP
  -- FROM	PW-MPLS-STD-MIB
  DESCRIPTION	"Collection of objects needed for inbound PW presentation.
        This group MUST be supported if PW signaling through LDP is
        used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsConformance(2) pwMplsGroups(1) 4 }

.1.3.6.1.2.1.181.2.1.5
pwMplsMappingGroup OBJECT-GROUP
  -- FROM	PW-MPLS-STD-MIB
  DESCRIPTION	"Collection of objects needed for mapping association of
        PW and MPLS tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsConformance(2) pwMplsGroups(1) 5 }

.1.3.6.1.2.1.181.2.2
pwMplsCompliances OBJECT-TYPE
  -- FROM	PW-MPLS-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsConformance(2) 2 }

.1.3.6.1.2.1.181.2.2.1
pwMplsModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	PW-MPLS-STD-MIB
  DESCRIPTION	"The compliance statement for agents that provide full
             support for the PW-MPLS-STD-MIB module.  Such devices
             can then be monitored and also be configured using
             this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsConformance(2) pwMplsCompliances(2) 1 }

.1.3.6.1.2.1.181.2.2.2
pwMplsModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	PW-MPLS-STD-MIB
  DESCRIPTION	"The compliance statement for agents that provide read-
             only support for the PW-MPLS-STD-MIB module.  Such
             devices can then be monitored but cannot be configured
             using this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) pwMplsStdMIB(181) pwMplsConformance(2) pwMplsCompliances(2) 2 }

.1.3.6.1.2.1.185
mgmdStdMIB MODULE-IDENTITY
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"The MIB module for MGMD management.
        A new version of MGMD combining RFC 2933 and RFC 3019.
        Includes IGMPv3 and MLDv2 source filtering changes.

        Copyright (c) 2009 IETF Trust and the persons
        identified as authors of the code.  All rights reserved.

        Redistribution and use in source and binary forms, with or
        without modification, are permitted provided that the
        following conditions are met:

        - Redistributions of source code must retain the above copyright
          notice, this list of conditions and the following disclaimer.

        - Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the following
          disclaimer in the documentation and/or other materials
          provided with the distribution.

        - Neither the name of Internet Society, IETF or IETF Trust,
          nor the names of specific contributors, may be used to endorse
          or promote products derived from this software without
          specific prior written permission.

        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
        CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES,
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
        MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
        CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
        NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
        OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
        EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

        This version of this MIB module is part of RFC 5519;
        see the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 185 }

.1.3.6.1.2.1.185.1
mgmdMIBObjects OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) 1 }

.1.3.6.1.2.1.185.1.1
mgmdHostInterfaceTable OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the interfaces on which
             IGMP or MLD is enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) 1 }

.1.3.6.1.2.1.185.1.1.1
mgmdHostInterfaceEntry OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mgmdHostInterfaceIfIndex, mgmdHostInterfaceQuerierType }
  DESCRIPTION	"An entry (conceptual row) representing an interface on
            which IGMP or MLD is enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostInterfaceTable(1) 1 }

.1.3.6.1.2.1.185.1.1.1.1
mgmdHostInterfaceIfIndex OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the interface for which IGMP or MLD is
             enabled.  The table is indexed by the ifIndex value and the
             InetAddressType to allow for interfaces that may be
             configured in both IPv4 and IPv6 modes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostInterfaceTable(1) mgmdHostInterfaceEntry(1) 1 }

.1.3.6.1.2.1.185.1.1.1.2
mgmdHostInterfaceQuerierType OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of this interface.  This entry along with
             the ifIndex value acts as an index to the mgmdHostInterface
             table.  A physical interface may be configured in multiple
             modes concurrently, e.g., in IPv4 and IPv6 modes connected
             to the same interface; however, the traffic is considered
             to be logically separate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostInterfaceTable(1) mgmdHostInterfaceEntry(1) 2 }

.1.3.6.1.2.1.185.1.1.1.3
mgmdHostInterfaceQuerier OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the IGMP or MLD Querier on the IP subnet to
             which this interface is attached.  The InetAddressType,
             e.g., IPv4 or IPv6, is identified by the
             mgmdHostInterfaceQuerierType variable in the
             mgmdHostInterface table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostInterfaceTable(1) mgmdHostInterfaceEntry(1) 3 }

.1.3.6.1.2.1.185.1.1.1.4
mgmdHostInterfaceStatus OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The activation of a row enables the host side of IGMP or
            MLD on the interface.  The destruction of a row disables
            the host side of IGMP or MLD on the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostInterfaceTable(1) mgmdHostInterfaceEntry(1) 4 }

.1.3.6.1.2.1.185.1.1.1.5
mgmdHostInterfaceVersion OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32 (1..3) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum version of MGMD that the host can run on
            this interface.  A value of 1 is only applicable for IPv4,
            and indicates that the host only supports IGMPv1 on the
            interface.  A value of 2 indicates that the host also
            supports IGMPv2 (for IPv4) or MLDv1 (for IPv6).  A value of
            3 indicates that the host also supports IGMPv3 (for IPv4)
            or MLDv2 (for IPv6)."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostInterfaceTable(1) mgmdHostInterfaceEntry(1) 5 }

.1.3.6.1.2.1.185.1.1.1.6
mgmdHostInterfaceVersion1QuerierTimer OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining until the host assumes that there are
            no IGMPv1 routers present on the interface.  While this is
            non-zero, the host will reply to all queries with version 1
            membership reports.  This variable applies to IGMPv2 or 3
            hosts that are forced to run in v1 for compatibility with
            v1 routers present on the interface.  This object may only
            be present when the corresponding value of
            mgmdHostInterfaceQuerierType is ipv4."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostInterfaceTable(1) mgmdHostInterfaceEntry(1) 6 }

.1.3.6.1.2.1.185.1.1.1.7
mgmdHostInterfaceVersion2QuerierTimer OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining until the host assumes that there are
            no MGMDv2 routers present on the interface.  While this is
            non-zero, the host will reply to all queries with version 1
            or 2 membership reports.  This variable applies to MGMDv3
            hosts that are forced to run in v2 for compatibility with
            v2 hosts or routers present on the interface."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostInterfaceTable(1) mgmdHostInterfaceEntry(1) 7 }

.1.3.6.1.2.1.185.1.1.1.8
mgmdHostInterfaceVersion3Robustness OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The robustness variable utilised by an MGMDv3 host in
            sending state-change reports for multicast routers.  To
            ensure the state-change report is not missed, the host
            retransmits the state-change report
            [mgmdHostInterfaceVersion3Robustness - 1] times.  The
            variable must be a non-zero value."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostInterfaceTable(1) mgmdHostInterfaceEntry(1) 8 }

.1.3.6.1.2.1.185.1.2
mgmdRouterInterfaceTable OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the interfaces on which
            IGMP or MLD is enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) 2 }

.1.3.6.1.2.1.185.1.2.1
mgmdRouterInterfaceEntry OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mgmdRouterInterfaceIfIndex, mgmdRouterInterfaceQuerierType }
  DESCRIPTION	"An entry (conceptual row) representing an interface on
            which IGMP or MLD is enabled."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) 1 }

.1.3.6.1.2.1.185.1.2.1.1
mgmdRouterInterfaceIfIndex OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the interface for which IGMP or MLD
            is enabled.  The table is indexed by the ifIndex value and
            the InetAddressType to allow for interfaces that may be
            configured in both IPv4 and IPv6 modes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 1 }

.1.3.6.1.2.1.185.1.2.1.2
mgmdRouterInterfaceQuerierType OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of this interface.  This entry along with
            the ifIndex value acts as the index to the
            mgmdRouterInterface table.  A physical interface may be
            configured in multiple modes concurrently, e.g., in IPv4
            and IPv6 modes connected to the same interface; however,
            the traffic is considered to be logically separate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 2 }

.1.3.6.1.2.1.185.1.2.1.3
mgmdRouterInterfaceQuerier OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the IGMP or MLD Querier on the IP subnet to
            which this interface is attached.  The InetAddressType,
            e.g., IPv4 or IPv6, is identified by the
            mgmdRouterInterfaceQuerierType variable in the
            mgmdRouterInterface table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 3 }

.1.3.6.1.2.1.185.1.2.1.4
mgmdRouterInterfaceQueryInterval OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32 (1..31744) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The frequency at which IGMP or MLD Host-Query packets are
            transmitted on this interface."
  DEFVAL	{ 125 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 4 }

.1.3.6.1.2.1.185.1.2.1.5
mgmdRouterInterfaceStatus OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The activation of a row enables the router side of IGMP or
            MLD on the interface.  The destruction of a row disables
            the router side of IGMP or MLD on the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 5 }

.1.3.6.1.2.1.185.1.2.1.6
mgmdRouterInterfaceVersion OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32 (1..3) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The version of MGMD that is running on this interface.
            Value 1 applies to IGMPv1 routers only.  Value 2 applies
            to IGMPv2 and MLDv1 routers, and value 3 applies to IGMPv3
            and MLDv2 routers.

            This object can be used to configure a router capable of
            running either version.  For IGMP and MLD to function
            correctly, all routers on a LAN must be configured to run
            the same version on that LAN."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 6 }

.1.3.6.1.2.1.185.1.2.1.7
mgmdRouterInterfaceQueryMaxResponseTime OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32 (0..31744) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum query response interval advertised in MGMDv2
            or IGMPv3 queries on this interface."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 7 }

.1.3.6.1.2.1.185.1.2.1.8
mgmdRouterInterfaceQuerierUpTime OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since mgmdRouterInterfaceQuerier was last
            changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 8 }

.1.3.6.1.2.1.185.1.2.1.9
mgmdRouterInterfaceQuerierExpiryTime OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time remaining before the Other Querier
            Present Timer expires.  If the local system is the querier,
            the value of this object is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 9 }

.1.3.6.1.2.1.185.1.2.1.10
mgmdRouterInterfaceWrongVersionQueries OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of general queries received whose IGMP or MLD
            version does not match the equivalent
            mgmdRouterInterfaceVersion, over the lifetime of the row
            entry.  Both IGMP and MLD require that all routers on a LAN
            be configured to run the same version.  Thus, if any general
            queries are received with the wrong version, this indicates
            a configuration error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 10 }

.1.3.6.1.2.1.185.1.2.1.11
mgmdRouterInterfaceJoins OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a group membership has been added on
            this interface, that is, the number of times an entry for
            this interface has been added to the Cache Table.  This
            object can give an indication of the amount of activity
            between samples over time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 11 }

.1.3.6.1.2.1.185.1.2.1.12
mgmdRouterInterfaceProxyIfIndex OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Some devices implement a form of IGMP or MLD proxying
            whereby memberships learned on the interface represented by
            this row cause Host Membership Reports to be sent on the
            interface whose ifIndex value is given by this object.
            Such a device would implement the mgmdV2RouterBaseMIBGroup
            only on its router interfaces (those interfaces with
            non-zero mgmdRouterInterfaceProxyIfIndex).  Typically, the
            value of this object is 0, indicating that no proxying is
            being done."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 12 }

.1.3.6.1.2.1.185.1.2.1.13
mgmdRouterInterfaceGroups OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of entries for this interface in the
            mgmdRouterCacheTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 13 }

.1.3.6.1.2.1.185.1.2.1.14
mgmdRouterInterfaceRobustness OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Robustness Variable allows tuning for the expected
            packet loss on a subnet.  If a subnet is expected to be
            lossy, the Robustness Variable may be increased.  IGMP and
            MLD are robust to (Robustness Variable-1) packet losses."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 14 }

.1.3.6.1.2.1.185.1.2.1.15
mgmdRouterInterfaceLastMemberQueryInterval OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32 (0..31744) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Last Member Query Interval is the Max Query Response
            Interval inserted into group-specific queries sent in
            response to leave group messages, and is also the amount
            of time between group-specific query messages.  This value
            may be tuned to modify the leave latency of the network.  A
            reduced value results in reduced time to detect the loss of
            the last member of a group.  The value of this object is
            irrelevant if mgmdRouterInterfaceVersion is 1."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 15 }

.1.3.6.1.2.1.185.1.2.1.16
mgmdRouterInterfaceLastMemberQueryCount OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of group-specific and group-and-
            source-specific queries sent by the router before it assumes
            there are no local members."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 16 }

.1.3.6.1.2.1.185.1.2.1.17
mgmdRouterInterfaceStartupQueryCount OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of Queries sent out on startup,
            separated by the Startup Query Interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 17 }

.1.3.6.1.2.1.185.1.2.1.18
mgmdRouterInterfaceStartupQueryInterval OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	Unsigned32 (0..31744) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable represents the interval between General
            Queries sent by a Querier on startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterInterfaceTable(2) mgmdRouterInterfaceEntry(1) 18 }

.1.3.6.1.2.1.185.1.3
mgmdHostCacheTable OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the IP multicast groups for
             which the host is a member on a particular interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) 3 }

.1.3.6.1.2.1.185.1.3.1
mgmdHostCacheEntry OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mgmdHostCacheAddressType, mgmdHostCacheAddress, mgmdHostCacheIfIndex }
  DESCRIPTION	"An entry (conceptual row) in the mgmdHostCacheTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostCacheTable(3) 1 }

.1.3.6.1.2.1.185.1.3.1.1
mgmdHostCacheAddressType OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the mgmdHostCacheTable entry.  This
            value applies to both the mgmdHostCacheAddress and the
            mgmdHostCacheLastReporter entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostCacheTable(3) mgmdHostCacheEntry(1) 1 }

.1.3.6.1.2.1.185.1.3.1.2
mgmdHostCacheAddress OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address for which this entry
            contains information.  The InetAddressType, e.g., IPv4 or
            IPv6, is identified by the mgmdHostCacheAddressType variable
            in the mgmdHostCache table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostCacheTable(3) mgmdHostCacheEntry(1) 2 }

.1.3.6.1.2.1.185.1.3.1.3
mgmdHostCacheIfIndex OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface for which this entry contains information
            for an IP multicast group address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostCacheTable(3) mgmdHostCacheEntry(1) 3 }

.1.3.6.1.2.1.185.1.3.1.4
mgmdHostCacheUpTime OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time elapsed since this entry was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostCacheTable(3) mgmdHostCacheEntry(1) 4 }

.1.3.6.1.2.1.185.1.3.1.5
mgmdHostCacheLastReporter OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the source of the last membership report
            received for this IP multicast group address on this
            interface.  If no membership report has been received, this
            object has a value of 0.  The InetAddressType, e.g., IPv4 or
            IPv6, is identified by the mgmdHostCacheAddressType variable
            in the mgmdHostCache table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostCacheTable(3) mgmdHostCacheEntry(1) 5 }

.1.3.6.1.2.1.185.1.3.1.6
mgmdHostCacheSourceFilterMode OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	INTEGER {include(1), exclude(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state in which the interface is currently set.  The
            value indicates the relevance of the corresponding source
            list entries in the mgmdHostSecListTable for MGMDv3
            interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostCacheTable(3) mgmdHostCacheEntry(1) 6 }

.1.3.6.1.2.1.185.1.4
mgmdRouterCacheTable OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the IP multicast groups for
            which there are members on a particular router interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) 4 }

.1.3.6.1.2.1.185.1.4.1
mgmdRouterCacheEntry OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mgmdRouterCacheAddressType, mgmdRouterCacheAddress, mgmdRouterCacheIfIndex }
  DESCRIPTION	"An entry (conceptual row) in the mgmdRouterCacheTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) 1 }

.1.3.6.1.2.1.185.1.4.1.1
mgmdRouterCacheAddressType OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the mgmdRouterCacheTable entry.  This
            value applies to both the mgmdRouterCacheAddress and the
            mgmdRouterCacheLastReporter entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 1 }

.1.3.6.1.2.1.185.1.4.1.2
mgmdRouterCacheAddress OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address for which this entry
            contains information.  The InetAddressType, e.g., IPv4 or
            IPv6, is identified by the mgmdRouterCacheAddressType
            variable in the mgmdRouterCache table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 2 }

.1.3.6.1.2.1.185.1.4.1.3
mgmdRouterCacheIfIndex OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface for which this entry contains information
            for an IP multicast group address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 3 }

.1.3.6.1.2.1.185.1.4.1.4
mgmdRouterCacheLastReporter OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the source of the last membership report
            received for this IP multicast group address on this
            interface.  If no membership report has been received, this
            object has the value 0.  The InetAddressType, e.g., IPv4 or
            IPv6, is identified by the mgmdRouterCacheAddressType
            variable in the mgmdRouterCache table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 4 }

.1.3.6.1.2.1.185.1.4.1.5
mgmdRouterCacheUpTime OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time elapsed since this entry was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 5 }

.1.3.6.1.2.1.185.1.4.1.6
mgmdRouterCacheExpiryTime OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value represents the time remaining before the Group
            Membership Interval state expires.  The value must always be
            greater than or equal to 1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 6 }

.1.3.6.1.2.1.185.1.4.1.7
mgmdRouterCacheExcludeModeExpiryTimer OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value is applicable only to MGMDv3-compatible nodes
            and represents the time remaining before the interface
            EXCLUDE state expires and the interface state transitions
            to INCLUDE mode.  This value can never be greater than
            mgmdRouterCacheExpiryTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 7 }

.1.3.6.1.2.1.185.1.4.1.8
mgmdRouterCacheVersion1HostTimer OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining until the local router will assume that
            there are no longer any MGMD version 1 members on the IP
            subnet attached to this interface.  This entry only applies
            to IGMPv1 hosts, and is not implemented for MLD.  Upon
            hearing any MGMDv1 Membership Report (IGMPv1 only), this
            value is reset to the group membership timer.  While this
            time remaining is non-zero, the local router ignores any
            MGMDv2 Leave messages (IGMPv2 only) for this group that it
            receives on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 8 }

.1.3.6.1.2.1.185.1.4.1.9
mgmdRouterCacheVersion2HostTimer OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining until the local router will assume that
            there are no longer any MGMD version 2 members on the IP
            subnet attached to this interface.  This entry applies to
            both IGMP and MLD hosts.  Upon hearing any MGMDv2 Membership
            Report, this value is reset to the group membership timer.
            Assuming no MGMDv1 hosts have been detected, the local
            router does not ignore any MGMDv2 Leave messages for this
            group that it receives on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 9 }

.1.3.6.1.2.1.185.1.4.1.10
mgmdRouterCacheSourceFilterMode OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	INTEGER {include(1), exclude(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current cache state, applicable to MGMDv3-compatible
            nodes.  The value indicates whether the state is INCLUDE or
            EXCLUDE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterCacheTable(4) mgmdRouterCacheEntry(1) 10 }

.1.3.6.1.2.1.185.1.5
mgmdInverseHostCacheTable OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the interfaces that are
            members of a particular group.  This is an inverse lookup
            table for entries in the mgmdHostCacheTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) 5 }

.1.3.6.1.2.1.185.1.5.1
mgmdInverseHostCacheEntry OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mgmdInverseHostCacheIfIndex, mgmdInverseHostCacheAddressType, mgmdInverseHostCacheAddress }
  DESCRIPTION	"An entry (conceptual row) in the
            mgmdInverseHostCacheTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdInverseHostCacheTable(5) 1 }

.1.3.6.1.2.1.185.1.5.1.1
mgmdInverseHostCacheIfIndex OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface for which this entry contains information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdInverseHostCacheTable(5) mgmdInverseHostCacheEntry(1) 1 }

.1.3.6.1.2.1.185.1.5.1.2
mgmdInverseHostCacheAddressType OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the mgmdInverseHostCacheTable entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdInverseHostCacheTable(5) mgmdInverseHostCacheEntry(1) 2 }

.1.3.6.1.2.1.185.1.5.1.3
mgmdInverseHostCacheAddress OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP multicast group address for which this entry
            contains information about an interface.  The
            InetAddressType, e.g., IPv4 or IPv6, is identified by the
            mgmdInverseHostCacheAddressType variable in the
            mgmdInverseHostCache table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdInverseHostCacheTable(5) mgmdInverseHostCacheEntry(1) 3 }

.1.3.6.1.2.1.185.1.6
mgmdInverseRouterCacheTable OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the interfaces that
            are members of a particular group.  This is an inverse
            lookup table for entries in the mgmdRouterCacheTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) 6 }

.1.3.6.1.2.1.185.1.6.1
mgmdInverseRouterCacheEntry OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mgmdInverseRouterCacheIfIndex, mgmdInverseRouterCacheAddressType, mgmdInverseRouterCacheAddress }
  DESCRIPTION	"An entry (conceptual row) in the
            mgmdInverseRouterCacheTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdInverseRouterCacheTable(6) 1 }

.1.3.6.1.2.1.185.1.6.1.1
mgmdInverseRouterCacheIfIndex OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface for which this entry contains information
            for an IP multicast group address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdInverseRouterCacheTable(6) mgmdInverseRouterCacheEntry(1) 1 }

.1.3.6.1.2.1.185.1.6.1.2
mgmdInverseRouterCacheAddressType OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the mgmdInverseRouterCacheTable entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdInverseRouterCacheTable(6) mgmdInverseRouterCacheEntry(1) 2 }

.1.3.6.1.2.1.185.1.6.1.3
mgmdInverseRouterCacheAddress OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP multicast group address for which this entry
            contains information.  The InetAddressType, e.g., IPv4 or
            IPv6, is identified by the mgmdInverseRouterCacheAddressType
            variable in the mgmdInverseRouterCache table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdInverseRouterCacheTable(6) mgmdInverseRouterCacheEntry(1) 3 }

.1.3.6.1.2.1.185.1.7
mgmdHostSrcListTable OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the Source List entries
             corresponding to each interface and multicast group pair
             on a host."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) 7 }

.1.3.6.1.2.1.185.1.7.1
mgmdHostSrcListEntry OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mgmdHostSrcListAddressType, mgmdHostSrcListAddress, mgmdHostSrcListIfIndex, mgmdHostSrcListHostAddress }
  DESCRIPTION	"An entry (conceptual row) in the mgmdHostSrcListTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostSrcListTable(7) 1 }

.1.3.6.1.2.1.185.1.7.1.1
mgmdHostSrcListAddressType OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the InetAddress variables in this
            table.  This value applies to the mgmdHostSrcListHostAddress
            and mgmdHostSrcListAddress entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostSrcListTable(7) mgmdHostSrcListEntry(1) 1 }

.1.3.6.1.2.1.185.1.7.1.2
mgmdHostSrcListAddress OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address for which this entry
            contains information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostSrcListTable(7) mgmdHostSrcListEntry(1) 2 }

.1.3.6.1.2.1.185.1.7.1.3
mgmdHostSrcListIfIndex OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface for which this entry contains information
            for an IP multicast group address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostSrcListTable(7) mgmdHostSrcListEntry(1) 3 }

.1.3.6.1.2.1.185.1.7.1.4
mgmdHostSrcListHostAddress OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The host address to which this entry corresponds.  The
            mgmdHostCacheSourceFilterMode value for this group address
            and interface indicates whether this host address is
            included or excluded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostSrcListTable(7) mgmdHostSrcListEntry(1) 4 }

.1.3.6.1.2.1.185.1.7.1.5
mgmdHostSrcListExpire OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates the relevance of the SrcList entry,
            whereby a non-zero value indicates this is an INCLUDE state
            value, and a zero value indicates this to be an EXCLUDE
            state value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdHostSrcListTable(7) mgmdHostSrcListEntry(1) 5 }

.1.3.6.1.2.1.185.1.8
mgmdRouterSrcListTable OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the Source List entries
            corresponding to each interface and multicast group pair on
            a Router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) 8 }

.1.3.6.1.2.1.185.1.8.1
mgmdRouterSrcListEntry OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mgmdRouterSrcListAddressType, mgmdRouterSrcListAddress, mgmdRouterSrcListIfIndex, mgmdRouterSrcListHostAddress }
  DESCRIPTION	"An entry (conceptual row) in the mgmdRouterSrcListTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterSrcListTable(8) 1 }

.1.3.6.1.2.1.185.1.8.1.1
mgmdRouterSrcListAddressType OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of the InetAddress variables in this
            table.  This value applies to the
            mgmdRouterSrcListHostAddress and mgmdRouterSrcListAddress
            entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterSrcListTable(8) mgmdRouterSrcListEntry(1) 1 }

.1.3.6.1.2.1.185.1.8.1.2
mgmdRouterSrcListAddress OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast group address for which this entry
            contains information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterSrcListTable(8) mgmdRouterSrcListEntry(1) 2 }

.1.3.6.1.2.1.185.1.8.1.3
mgmdRouterSrcListIfIndex OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface for which this entry contains information
            for an IP multicast group address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterSrcListTable(8) mgmdRouterSrcListEntry(1) 3 }

.1.3.6.1.2.1.185.1.8.1.4
mgmdRouterSrcListHostAddress OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The host address to which this entry corresponds.  The
            mgmdRouterCacheSourceFilterMode value for this group address
            and interface indicates whether this host address is
            included or excluded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterSrcListTable(8) mgmdRouterSrcListEntry(1) 4 }

.1.3.6.1.2.1.185.1.8.1.5
mgmdRouterSrcListExpire OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates the relevance of the SrcList entry,
            whereby a non-zero value indicates this is an INCLUDE state
            value, and a zero value indicates this to be an EXCLUDE
            state value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBObjects(1) mgmdRouterSrcListTable(8) mgmdRouterSrcListEntry(1) 5 }

.1.3.6.1.2.1.185.2
mgmdMIBConformance OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) 2 }

.1.3.6.1.2.1.185.2.1
mgmdMIBCompliance OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) 1 }

.1.3.6.1.2.1.185.2.1.1
mgmdIgmpV1HostReadMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A read-only compliance statement for hosts running IGMPv1
            [RFC1112] and implementing the MGMD MIB.  IGMPv1 hosts must
            support the IPv4 address type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 1 }

.1.3.6.1.2.1.185.2.1.2
mgmdIgmpV1RouterReadMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A read-only compliance statement for routers running
            IGMPv1 [RFC1112] and implementing the MGMD MIB.  IGMPv1
            routers only support the IPv4 address type.

            Non-accessible index objects that only need IPv4
            support are:

            OBJECT mgmdRouterCacheAddressType
            SYNTAX InetAddressType { ipv4(1) }

            OBJECT mgmdRouterCacheAddress
            SYNTAX InetAddress (SIZE(4))

            OBJECT mgmdRouterInterfaceQuerierType
            SYNTAX InetAddressType { ipv4(1) }

            OBJECT mgmdInverseRouterCacheAddressType
            SYNTAX InetAddressType { ipv4(1) }
            "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 2 }

.1.3.6.1.2.1.185.2.1.3
mgmdIgmpV1RouterWriteMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A read-create compliance statement for routers running
            IGMPv1 [RFC1112] and implementing the MGMD MIB.  IGMPv1
            routers only support the IPv4 address type.

            Non-accessible index objects that only need IPv4
            support are:

            OBJECT mgmdRouterCacheAddressType
            SYNTAX InetAddressType { ipv4(1) }

            OBJECT mgmdRouterCacheAddress
            SYNTAX InetAddress (SIZE(4))

            OBJECT mgmdRouterInterfaceQuerierType
            SYNTAX InetAddressType { ipv4(1) }

            OBJECT mgmdInverseRouterCacheAddressType
            SYNTAX InetAddressType { ipv4(1) }
            "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 3 }

.1.3.6.1.2.1.185.2.1.4
mgmdIgmpV2MldV1HostReadMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A read-only compliance statement for hosts running IGMPv2
            [RFC2236] or MLDv1 [RFC2710] and implementing the MGMD
            MIB.  IGMPv2 hosts only support the IPv4 address type and
            MLDv1 hosts only support the IPv6 address type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 4 }

.1.3.6.1.2.1.185.2.1.5
mgmdIgmpV2MldV1HostWriteMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A read-create compliance statement for hosts running
            IGMPv2 [RFC2236] or MLDv1 [RFC2710] and implementing
            the MGMD MIB.  IGMPv2 hosts only support the IPv4 address
            type and MLDv1 hosts only support the IPv6 address type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 5 }

.1.3.6.1.2.1.185.2.1.6
mgmdIgmpV2MldV1RouterReadMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A read-only compliance statement for routers running
            IGMPv2 [RFC2236] or MLDv1 [RFC2710] and implementing
            the MGMD MIB.  IGMPv2 routers only support the IPv4
            address type and MLDv1 routers only support the IPv6
            address type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 6 }

.1.3.6.1.2.1.185.2.1.7
mgmdIgmpV2V3MldV1V2RouterWriteMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A read-create compliance statement for routers running
            IGMPv2 [RFC2236], IGMPv3 [RFC3376], MLDv1 [RFC2710], or
            MLDv2 [RFC3810] and implementing the MGMD MIB.  IGMPv2 and
            IGMPv3 routers only support the IPv4 address type, while
            MLDv1 and MLDv2 routers only support the IPv6 address type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 7 }

.1.3.6.1.2.1.185.2.1.8
mgmdIgmpV3MldV2HostReadMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"The compliance statement for hosts running IGMPv3
            [RFC3376] or MLDv2 [RFC3810] and implementing the
            MGMD MIB.  IGMPv3 hosts only support the IPv4 address
            type and MLDv2 hosts only support the IPv6 address type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 8 }

.1.3.6.1.2.1.185.2.1.9
mgmdIgmpV3MldV2HostWriteMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"The compliance statement for hosts running IGMPv3
            [RFC3376] or MLDv2 [RFC3810] and implementing the
            MGMD MIB.  IGMPv3 hosts only support the IPv4 address
            type and MLDv2 hosts only support the IPv6 address type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 9 }

.1.3.6.1.2.1.185.2.1.10
mgmdIgmpV3MldV2RouterReadMIBCompliance MODULE-COMPLIANCE
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A read-only compliance statement for routers running
            IGMPv3 [RFC3376] or MLDv2 [RFC3810] and implementing
            the MGMD MIB.  IGMPv3 routers only support the IPv4
            address type and MLDv2 routers only support the IPv6
            address type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBCompliance(1) 10 }

.1.3.6.1.2.1.185.2.2
mgmdMIBGroups OBJECT-TYPE
  -- FROM	MGMD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) 2 }

.1.3.6.1.2.1.185.2.2.1
mgmdHostBaseMIBGroup OBJECT-GROUP
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"The basic collection of objects providing management of
            MGMD version 1, 2, or 3 for hosts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBGroups(2) 1 }

.1.3.6.1.2.1.185.2.2.2
mgmdRouterBaseMIBGroup OBJECT-GROUP
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"The basic collection of objects providing management of
            MGMD version 1, 2, or 3 for routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBGroups(2) 2 }

.1.3.6.1.2.1.185.2.2.3
mgmdV2HostMIBGroup OBJECT-GROUP
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A collection of additional read-only objects for management
            of IGMP version 2 in hosts for MGMD version 2 compliance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBGroups(2) 3 }

.1.3.6.1.2.1.185.2.2.4
mgmdHostExtendedMIBGroup OBJECT-GROUP
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A collection of optional objects for MGMD hosts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBGroups(2) 4 }

.1.3.6.1.2.1.185.2.2.5
mgmdV2RouterBaseMIBGroup OBJECT-GROUP
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A collection of additional read-only objects for
            management of MGMD version 2 in routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBGroups(2) 5 }

.1.3.6.1.2.1.185.2.2.6
mgmdV2ProxyMIBGroup OBJECT-GROUP
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A collection of additional read-create objects for
            management of MGMD proxy devices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBGroups(2) 6 }

.1.3.6.1.2.1.185.2.2.7
mgmdV3HostMIBGroup OBJECT-GROUP
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A collection of additional objects for
            management of MGMD version 3 in hosts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBGroups(2) 7 }

.1.3.6.1.2.1.185.2.2.8
mgmdV3RouterMIBGroup OBJECT-GROUP
  -- FROM	MGMD-STD-MIB
  DESCRIPTION	"A collection of additional read-only objects for
            management of MGMD version 3 in routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mgmdStdMIB(185) mgmdMIBConformance(2) mgmdMIBGroups(2) 8 }

.1.3.6.1.2.1.188
pwTcStdMIB MODULE-IDENTITY
  -- FROM	PW-TC-STD-MIB
  DESCRIPTION	"This MIB module defines TEXTUAL-CONVENTIONS
         for concepts used in pseudowire edge-to-edge
         networks.

         Copyright (c) 2009 IETF Trust and the persons identified
         as authors of the code.  All rights reserved.

         Redistribution and use in source and binary forms, with or
         without modification, are permitted provided that the following
         conditions are met:

         - Redistributions of source code must retain the above
           copyright notice, this list of conditions and the following
           disclaimer.

         - Redistributions in binary form must reproduce the above
           copyright notice, this list of conditions and the following
           disclaimer in the documentation and/or other materials
           provided with the distribution.

         - Neither the name of Internet Society, IETF or IETF Trust, nor
           the names of specific contributors, may be used to endorse or
           promote products derived from this software without specific
           prior written permission.

         THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
         CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES,
         INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
         MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
         DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
         CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
         SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
         NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
         LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
         HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
         CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
         OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
         EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

         This version of this MIB module is part of RFC 5542;
         see the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 188 }

.1.3.6.1.2.1.191
ospfv3MIB MODULE-IDENTITY
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"The MIB module for OSPF version 3.

         Copyright (c) 2009 IETF Trust and the persons
         identified as authors of the code.  All rights
         reserved.

         Redistribution and use in source and binary forms, with
         or without modification, are permitted provided that
         the following conditions are met:

         - Redistributions of source code must retain the above
           copyright notice, this list of conditions and the
           following disclaimer.

        - Redistributions in binary form must reproduce the
          above copyright notice, this list of conditions and
          the following disclaimer in the documentation and/or
          other materials provided with the distribution.

        - Neither the name of Internet Society, IETF or IETF
          Trust, nor the names of specific contributors, may be
          used to endorse or promote products derived from this
          software without specific prior written permission.

          THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
          CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED
          WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
          WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
          PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
          THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY
          DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
          CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
          PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
          USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
          HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
          IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
          NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
          USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
          POSSIBILITY OF SUCH DAMAGE.

          This version of this MIB module is part of RFC 5643;
          see the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 191 }

.1.3.6.1.2.1.191.0
ospfv3Notifications OBJECT-TYPE
  -- FROM	OSPFV3-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) 0 }

.1.3.6.1.2.1.191.0.1
ospfv3VirtIfStateChange NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3VirtIfState }
  DESCRIPTION	"An ospfv3VirtIfStateChange notification signifies that
    there has been a change in the state of an OSPFv3 virtual
    interface.

    This notification should be generated when the interface
    state regresses (e.g., goes from Point-to-Point to Down)
    or progresses to a terminal state (i.e., Point-to-Point)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 1 }

.1.3.6.1.2.1.191.0.2
ospfv3NbrStateChange NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3NbrState }
  DESCRIPTION	"An ospfv3NbrStateChange notification signifies that
    there has been a change in the state of a
    non-virtual OSPFv3 neighbor.  This notification should be
    generated when the neighbor state regresses
    (e.g., goes from Attempt or Full to 1-Way or
    Down) or progresses to a terminal state (e.g.,
    2-Way or Full).  When a neighbor transitions
    from or to Full on non-broadcast multi-access
    and broadcast networks, the notification should be
    generated by the Designated Router.  A Designated
    Router transitioning to Down will be noted by
    ospfIfStateChange."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 2 }

.1.3.6.1.2.1.191.0.3
ospfv3VirtNbrStateChange NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3VirtNbrState }
  DESCRIPTION	"An ospfv3VirtNbrStateChange notification signifies
    that there has been a change in the state of an OSPFv3
    virtual neighbor.  This notification should be generated
    when the neighbor state regresses (e.g., goes
    from Attempt or Full to 1-Way or Down) or
    progresses to a terminal state (e.g., Full)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 3 }

.1.3.6.1.2.1.191.0.4
ospfv3IfConfigError NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3IfState, ospfv3PacketSrc, ospfv3ConfigErrorType, ospfv3PacketType }
  DESCRIPTION	"An ospfv3IfConfigError notification signifies that a
    packet has been received on a non-virtual
    interface from a router whose configuration
    parameters conflict with this router's
    configuration parameters.  Note that the event
    optionMismatch should cause a notification only if it
    prevents an adjacency from forming."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 4 }

.1.3.6.1.2.1.191.0.5
ospfv3VirtIfConfigError NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3VirtIfState, ospfv3ConfigErrorType, ospfv3PacketType }
  DESCRIPTION	"An ospfv3VirtIfConfigError notification signifies that a
    packet has been received on a virtual interface
    from a router whose configuration parameters
    conflict with this router's configuration
    parameters.  Note that the event optionMismatch
    should cause a notification only if it prevents an
    adjacency from forming."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 5 }

.1.3.6.1.2.1.191.0.6
ospfv3IfRxBadPacket NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3IfState, ospfv3PacketSrc, ospfv3PacketType }
  DESCRIPTION	"An ospfv3IfRxBadPacket notification signifies that an
    OSPFv3 packet that cannot be parsed has been received on a
    non-virtual interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 6 }

.1.3.6.1.2.1.191.0.7
ospfv3VirtIfRxBadPacket NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3VirtIfState, ospfv3PacketType }
  DESCRIPTION	"An ospfv3VirtIfRxBadPacket notification signifies
    that an OSPFv3 packet that cannot be parsed has been
    received on a virtual interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 7 }

.1.3.6.1.2.1.191.0.8
ospfv3LsdbOverflow NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3ExtAreaLsdbLimit }
  DESCRIPTION	"An ospfv3LsdbOverflow notification signifies that the
    number of LSAs in the router's link state
    database has exceeded ospfv3ExtAreaLsdbLimit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 8 }

.1.3.6.1.2.1.191.0.9
ospfv3LsdbApproachingOverflow NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3ExtAreaLsdbLimit }
  DESCRIPTION	"An ospfv3LsdbApproachingOverflow notification signifies
    that the number of LSAs in the router's
    link state database has exceeded ninety percent of
    ospfv3ExtAreaLsdbLimit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 9 }

.1.3.6.1.2.1.191.0.10
ospfv3IfStateChange NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3IfState }
  DESCRIPTION	"An ospfv3IfStateChange notification signifies that there
    has been a change in the state of a non-virtual
    OSPFv3 interface.  This notification should be generated
    when the interface state regresses (e.g., goes
    from DR to Down) or progresses to a terminal
    state (i.e., Point-to-Point, DR Other, DR, or
    Backup)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 10 }

.1.3.6.1.2.1.191.0.11
ospfv3NssaTranslatorStatusChange NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3AreaNssaTranslatorState }
  DESCRIPTION	"An ospfv3NssaTranslatorStatusChange notification
    indicates that there has been a change in the router's
    ability to translate OSPFv3 NSSA LSAs into OSPFv3 External
    LSAs.  This notification should be generated when the
    Translator Status transitions from or to any defined
    status on a per-area basis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 11 }

.1.3.6.1.2.1.191.0.12
ospfv3RestartStatusChange NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3RestartStatus, ospfv3RestartInterval, ospfv3RestartExitReason }
  DESCRIPTION	"An ospfv3RestartStatusChange notification signifies that
    there has been a change in the graceful restart
    state for the router.  This notification should be
    generated when the router restart status
    changes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 12 }

.1.3.6.1.2.1.191.0.13
ospfv3NbrRestartHelperStatusChange NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3NbrRestartHelperStatus, ospfv3NbrRestartHelperAge, ospfv3NbrRestartHelperExitReason }
  DESCRIPTION	"An ospfv3NbrRestartHelperStatusChange notification
    signifies that there has been a change in the
    graceful restart helper state for the neighbor.
    This notification should be generated when the
    neighbor restart helper status transitions for a neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 13 }

.1.3.6.1.2.1.191.0.14
ospfv3VirtNbrRestartHelperStatusChange NOTIFICATION-TYPE
  -- FROM	OSPFV3-MIB
  OBJECTS	{ ospfv3RouterId, ospfv3VirtNbrRestartHelperStatus, ospfv3VirtNbrRestartHelperAge, ospfv3VirtNbrRestartHelperExitReason }
  DESCRIPTION	"An ospfv3VirtNbrRestartHelperStatusChange
    notification signifies that there has been a
    change in the graceful restart helper state for
    the virtual neighbor.  This notification should be
    generated when the virtual neighbor restart helper status
    transitions for a virtual neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Notifications(0) 14 }

.1.3.6.1.2.1.191.1
ospfv3Objects OBJECT-TYPE
  -- FROM	OSPFV3-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) 1 }

.1.3.6.1.2.1.191.1.1
ospfv3GeneralGroup OBJECT-TYPE
  -- FROM	OSPFV3-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 1 }

.1.3.6.1.2.1.191.1.1.1
ospfv3RouterId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A 32-bit unsigned integer uniquely identifying
        the router in the Autonomous System.  To ensure
        uniqueness, this may default to the 32-bit
        unsigned integer representation of one of
        the router's IPv4 interface addresses (if IPv4
        is configured on the router).

        This object is persistent, and when written, the
        entity SHOULD save the change to non-volatile
        storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 1 }

.1.3.6.1.2.1.191.1.1.2
ospfv3AdminStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Status
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative status of OSPFv3 in the
        router.  The value 'enabled' denotes that the
        OSPFv3 Process is active on at least one
        interface; 'disabled' disables it on all
        interfaces.

        This object is persistent, and when written, the
        entity SHOULD save the change to non-volatile
        storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 2 }

.1.3.6.1.2.1.191.1.1.3
ospfv3VersionNumber OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {version3(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version number of OSPF for IPv6 is 3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 3 }

.1.3.6.1.2.1.191.1.1.4
ospfv3AreaBdrRtrStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A flag to denote whether this router is an area
        border router.  The value of this object is true (1)
        when the router is an area border router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 4 }

.1.3.6.1.2.1.191.1.1.5
ospfv3ASBdrRtrStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A flag to note whether this router is
        configured as an Autonomous System border router.

        This object is persistent, and when written, the
        entity SHOULD save the change to non-volatile
        storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 5 }

.1.3.6.1.2.1.191.1.1.6
ospfv3AsScopeLsaCount OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AS-scope (e.g., AS-External) link state
        advertisements in the link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 6 }

.1.3.6.1.2.1.191.1.1.7
ospfv3AsScopeLsaCksumSum OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit unsigned sum of the LS checksums of
        the AS-scoped link state advertisements
        contained in the link state database.  This sum
        can be used to determine if there has been a
        change in a router's link state database or
        to compare the link state database of two
        routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 7 }

.1.3.6.1.2.1.191.1.1.8
ospfv3OriginateNewLsas OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of new link state advertisements
        that have been originated.  This number is
        incremented each time the router originates a new
        LSA.

        Discontinuities in the value of this counter
        can occur at re-initialization of the management
        system and at other times as indicated by the
        value of ospfv3DiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 8 }

.1.3.6.1.2.1.191.1.1.9
ospfv3RxNewLsas OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of link state advertisements
        received that are determined to be new
        instantiations.  This number does not include
        newer instantiations of self-originated link state
        advertisements.

        Discontinuities in the value of this counter
        can occur at re-initialization of the management
        system and at other times as indicated by the
        value of ospfv3DiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 9 }

.1.3.6.1.2.1.191.1.1.10
ospfv3ExtLsaCount OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of External (LS type 0x4005) in the
         link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 10 }

.1.3.6.1.2.1.191.1.1.11
ospfv3ExtAreaLsdbLimit OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of non-default
        AS-external-LSA entries that can be stored in the
        link state database.  If the value is -1, then
        there is no limit.

        When the number of non-default AS-external-LSAs
        in a router's link state database reaches
        ospfv3ExtAreaLsdbLimit, the router enters Overflow
        state.  The router never holds more than
        ospfv3ExtAreaLsdbLimit non-default AS-external-LSAs
        in its database.  ospfv3ExtAreaLsdbLimit MUST be set
        identically in all routers attached to the OSPFv3
        backbone and/or any regular OSPFv3 area (i.e.,
        OSPFv3 stub areas and not-so-stubby-areas (NSSAs)
        are excluded).

        This object is persistent, and when written, the
        entity SHOULD save the change to non-volatile
        storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 11 }

.1.3.6.1.2.1.191.1.1.12
ospfv3ExitOverflowInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of seconds that, after entering
        Overflow state, a router will attempt to leave
        Overflow state.  This allows the router to again
        originate non-default, AS-External-LSAs.  When
        set to 0, the router will not leave Overflow
        state until restarted.

        This object is persistent, and when written, the
        entity SHOULD save the change to non-volatile
        storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 12 }

.1.3.6.1.2.1.191.1.1.13
ospfv3DemandExtensions OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The router's support for demand circuits.
        The value of this object is true (1) when
        demand circuits are supported.

        This object is persistent, and when written, the
        entity SHOULD save the change to non-volatile
        storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 13 }

.1.3.6.1.2.1.191.1.1.14
ospfv3ReferenceBandwidth OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reference bandwidth in kilobits per second for
       calculating default interface metrics.  The
       default value is 100,000 KBPS (100 MBPS).

       This object is persistent, and when written, the
       entity SHOULD save the change to non-volatile
       storage."
  DEFVAL	{ 100000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 14 }

.1.3.6.1.2.1.191.1.1.15
ospfv3RestartSupport OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {none(1), plannedOnly(2), plannedAndUnplanned(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The router's support for OSPF graceful restart.
       Options include no restart support, only planned

       restarts, or both planned and unplanned restarts.

       This object is persistent, and when written, the
       entity SHOULD save the change to non-volatile
       storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 15 }

.1.3.6.1.2.1.191.1.1.16
ospfv3RestartInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3UpToRefreshIntervalTC
  SYNTAX	Unsigned32 (1..1800) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configured OSPF graceful restart timeout interval.

       This object is persistent, and when written, the
       entity SHOULD save the change to non-volatile
       storage."
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 16 }

.1.3.6.1.2.1.191.1.1.17
ospfv3RestartStrictLsaChecking OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates if strict LSA checking is enabled for
     graceful restart.  A value of true (1) indicates that
     strict LSA checking is enabled.

     This object is persistent, and when written,
     the entity SHOULD save the change to non-volatile
     storage."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 17 }

.1.3.6.1.2.1.191.1.1.18
ospfv3RestartStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {notRestarting(1), plannedRestart(2), unplannedRestart(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current status of OSPF graceful restart capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 18 }

.1.3.6.1.2.1.191.1.1.19
ospfv3RestartAge OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3UpToRefreshIntervalTC
  SYNTAX	Unsigned32 (1..1800) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remaining time in the current OSPF graceful restart
      interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 19 }

.1.3.6.1.2.1.191.1.1.20
ospfv3RestartExitReason OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {none(1), inProgress(2), completed(3), timedOut(4), topologyChanged(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Describes the outcome of the last attempt at a
      graceful restart.

      none:        no restart has yet been attempted.
      inProgress:      a restart attempt is currently underway.
      completed:       the last restart completed successfully.
      timedOut:    the last restart timed out.
      topologyChanged: the last restart was aborted due to
               a topology change."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 20 }

.1.3.6.1.2.1.191.1.1.21
ospfv3NotificationEnable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object provides a coarse level of control
        over the generation of OSPFv3 notifications.

        If this object is set to true (1), then it enables
        the generation of OSPFv3 notifications.  If it is
        set to false (2), these notifications are not
        generated.

        This object is persistent, and when written, the
        entity SHOULD save the change to non-volatile
        storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 21 }

.1.3.6.1.2.1.191.1.1.22
ospfv3StubRouterSupport OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The router's support for stub router functionality.  An
    object value of true (1) indicates that stub router
    functionality is supported."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 22 }

.1.3.6.1.2.1.191.1.1.23
ospfv3StubRouterAdvertisement OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {doNotAdvertise(1), advertise(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the advertisement of
    stub LSAs by the router.  The value
    doNotAdvertise (1) will result in the advertisement
    of standard LSAs and is the default value.

    This object is persistent, and when written,
    the entity SHOULD save the change to non-volatile
    storage."
  DEFVAL	{ doNotAdvertise }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 23 }

.1.3.6.1.2.1.191.1.1.24
ospfv3DiscontinuityTime OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion
       at which any one of this MIB's counters suffered
       a discontinuity.

       If no such discontinuities have occurred since the last
       re-initialization of the local management subsystem,
       then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 24 }

.1.3.6.1.2.1.191.1.1.25
ospfv3RestartTime OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion
     at which the ospfv3RestartExitReason was updated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3GeneralGroup(1) 25 }

.1.3.6.1.2.1.191.1.2
ospfv3AreaTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information describing the configured
        parameters and cumulative statistics of the router's
        attached areas.  The interfaces and
        virtual links are configured as part of these areas.
        Area 0, by definition, is the backbone area."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 2 }

.1.3.6.1.2.1.191.1.2.1
ospfv3AreaEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3AreaId }
  DESCRIPTION	"Information describing the configured
        parameters and cumulative statistics of one of the
        router's attached areas.

        The information in this table is persistent,
        and when written, the entity SHOULD save the a
        change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) 1 }

.1.3.6.1.2.1.191.1.2.1.1
ospfv3AreaId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3AreaIdTC
  SYNTAX	Unsigned32 (0..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A 32-bit unsigned integer uniquely identifying an area.
        Area ID 0 is used for the OSPFv3 backbone."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 1 }

.1.3.6.1.2.1.191.1.2.1.2
ospfv3AreaImportAsExtern OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {importExternal(1), importNoExternal(2), importNssa(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether an area is a stub area, NSSA, or
        standard area.  AS-scope LSAs are not imported into stub
        areas or NSSAs.  NSSAs import AS-External data as NSSA
        LSAs that have Area-scope."
  DEFVAL	{ importExternal }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 2 }

.1.3.6.1.2.1.191.1.2.1.3
ospfv3AreaSpfRuns OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that the intra-area route
        table has been calculated using this area's
        link state database.  This is typically done
        using Dijkstra's algorithm.

        Discontinuities in the value of this counter
        can occur at re-initialization of the management
        system and at other times as indicated by the
        value of ospfv3DiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 3 }

.1.3.6.1.2.1.191.1.2.1.4
ospfv3AreaBdrRtrCount OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of area border routers
        reachable within this area.  This is initially zero,
        and is calculated in each Shortest Path First (SPF)
        pass."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 4 }

.1.3.6.1.2.1.191.1.2.1.5
ospfv3AreaAsBdrRtrCount OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Autonomous System border
        routers reachable within this area.  This is
        initially zero, and is calculated in each SPF
        pass."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 5 }

.1.3.6.1.2.1.191.1.2.1.6
ospfv3AreaScopeLsaCount OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Area-scope link state
        advertisements in this area's link state
        database."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 6 }

.1.3.6.1.2.1.191.1.2.1.7
ospfv3AreaScopeLsaCksumSum OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit unsigned sum of the Area-scope link state
        advertisements' LS checksums contained in this
        area's link state database.  The sum can be used
        to determine if there has been a change in a
        router's link state database or to compare the
        link state database of two routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 7 }

.1.3.6.1.2.1.191.1.2.1.8
ospfv3AreaSummary OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {noAreaSummary(1), sendAreaSummary(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The variable ospfv3AreaSummary controls the
        import of Inter-Area LSAs into stub and
        NSSA areas.  It has no effect on other areas.

        If it is noAreaSummary, the router will neither
        originate nor propagate Inter-Area LSAs into the
        stub or NSSA area.  It will only advertise a
        default route.

        If it is sendAreaSummary, the router will both
        summarize and propagate Inter-Area LSAs."
  DEFVAL	{ sendAreaSummary }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 8 }

.1.3.6.1.2.1.191.1.2.1.9
ospfv3AreaRowStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
        facilitating actions such as row creation,
        construction, and destruction.

        The value of this object has no effect on
        whether other objects in this conceptual row can be
        modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 9 }

.1.3.6.1.2.1.191.1.2.1.10
ospfv3AreaStubMetric OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION BigMetric
  SYNTAX	Integer32 (0..16777215) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The metric value advertised for the default route
        into stub and NSSA areas.  By default, this equals the
        least metric among the interfaces to other areas."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 10 }

.1.3.6.1.2.1.191.1.2.1.11
ospfv3AreaNssaTranslatorRole OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {always(1), candidate(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates an NSSA border router's policy to
        perform NSSA translation of NSSA-LSAs into
        AS-External-LSAs."
  DEFVAL	{ candidate }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 11 }

.1.3.6.1.2.1.191.1.2.1.12
ospfv3AreaNssaTranslatorState OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {enabled(1), elected(2), disabled(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if and how an NSSA border router is
         performing NSSA translation of NSSA-LSAs into
         AS-External-LSAs.  When this object is set to
         'enabled', the NSSA border router's
         ospfv3AreaNssaTranslatorRole has been set to 'always'.
         When this object is set to 'elected', a candidate
         NSSA border router is translating NSSA-LSAs into
         AS-External-LSAs.  When this object is set to
         'disabled', a candidate NSSA Border router is NOT
         translating NSSA-LSAs into AS-External-LSAs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 12 }

.1.3.6.1.2.1.191.1.2.1.13
ospfv3AreaNssaTranslatorStabInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The stability interval defined as the number of
        seconds after an elected translator determines its
        services are no longer required that it should
        continue to perform its translation duties."
  DEFVAL	{ 40 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 13 }

.1.3.6.1.2.1.191.1.2.1.14
ospfv3AreaNssaTranslatorEvents OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of Translator state changes
        that have occurred since the last start-up of the
        OSPFv3 routing process.

        Discontinuities in the value of this counter
        can occur at re-initialization of the management
        system and at other times as indicated by the
        value of ospfv3DiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 14 }

.1.3.6.1.2.1.191.1.2.1.15
ospfv3AreaStubMetricType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {ospfv3Metric(1), comparableCost(2), nonComparable(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable assigns the type of metric
        advertised as a default route."
  DEFVAL	{ ospfv3Metric }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 15 }

.1.3.6.1.2.1.191.1.2.1.16
ospfv3AreaTEEnabled OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether or not traffic engineering
           is enabled in the area.  The object is set
           to the value true (1) to enable traffic engineering.
           Traffic engineering is disabled by default."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaTable(2) ospfv3AreaEntry(1) 16 }

.1.3.6.1.2.1.191.1.3
ospfv3AsLsdbTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPFv3 Process's AS-scope link state database
        (LSDB).  The LSDB contains the AS-scope link state
        advertisements from throughout the areas that the
        device is attached to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 3 }

.1.3.6.1.2.1.191.1.3.1
ospfv3AsLsdbEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3AsLsdbType, ospfv3AsLsdbRouterId, ospfv3AsLsdbLsid }
  DESCRIPTION	"A single AS-scope link state advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AsLsdbTable(3) 1 }

.1.3.6.1.2.1.191.1.3.1.1
ospfv3AsLsdbType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the link state advertisement.
        Each link state type has a separate
        advertisement format.  AS-scope LSAs not recognized
        by the router may be stored in the database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AsLsdbTable(3) ospfv3AsLsdbEntry(1) 1 }

.1.3.6.1.2.1.191.1.3.1.2
ospfv3AsLsdbRouterId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 32-bit number that uniquely identifies the
        originating router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AsLsdbTable(3) ospfv3AsLsdbEntry(1) 2 }

.1.3.6.1.2.1.191.1.3.1.3
ospfv3AsLsdbLsid OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Link State ID is an LS type-specific field
        containing a unique identifier;
        it identifies the piece of the routing domain
    that is being described by the advertisement.
    In contrast to OSPFv2, the LSID has no
    addressing semantics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AsLsdbTable(3) ospfv3AsLsdbEntry(1) 3 }

.1.3.6.1.2.1.191.1.3.1.4
ospfv3AsLsdbSequence OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsaSequenceTC
  SYNTAX	Integer32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number field is a signed 32-bit
    integer.  It is used to detect old and duplicate
    link state advertisements.  The space of
    sequence numbers is linearly ordered.  The
    larger the sequence number, the more recent the
    advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AsLsdbTable(3) ospfv3AsLsdbEntry(1) 4 }

.1.3.6.1.2.1.191.1.3.1.5
ospfv3AsLsdbAge OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsaAgeTC
  SYNTAX	Unsigned32 (0..3600 | 32768..36368) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the age of the link state
    advertisement in seconds.  The high-order bit
    of the LS age field is considered the DoNotAge
    bit for support of on-demand circuits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AsLsdbTable(3) ospfv3AsLsdbEntry(1) 5 }

.1.3.6.1.2.1.191.1.3.1.6
ospfv3AsLsdbChecksum OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the checksum of the complete
    contents of the advertisement, excepting the
    age field.  The age field is excepted so that
    an advertisement's age can be incremented
    without updating the checksum.  The checksum
    used is the same that is used for ISO
    connectionless datagrams; it is commonly
    referred to as the Fletcher checksum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AsLsdbTable(3) ospfv3AsLsdbEntry(1) 6 }

.1.3.6.1.2.1.191.1.3.1.7
ospfv3AsLsdbAdvertisement OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	OCTET STRING (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The entire link state advertisement, including
    its header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AsLsdbTable(3) ospfv3AsLsdbEntry(1) 7 }

.1.3.6.1.2.1.191.1.3.1.8
ospfv3AsLsdbTypeKnown OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value true (1) indicates that the LSA type
    is recognized by this router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AsLsdbTable(3) ospfv3AsLsdbEntry(1) 8 }

.1.3.6.1.2.1.191.1.4
ospfv3AreaLsdbTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPFv3 Process's Area-scope LSDB.
    The LSDB contains the Area-scope link state
    advertisements from throughout the area that the
    device is attached to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 4 }

.1.3.6.1.2.1.191.1.4.1
ospfv3AreaLsdbEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3AreaLsdbAreaId, ospfv3AreaLsdbType, ospfv3AreaLsdbRouterId, ospfv3AreaLsdbLsid }
  DESCRIPTION	"A single Area-scope link state advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) 1 }

.1.3.6.1.2.1.191.1.4.1.1
ospfv3AreaLsdbAreaId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3AreaIdTC
  SYNTAX	Unsigned32 (0..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 32-bit identifier of the Area from which the
    LSA was received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) ospfv3AreaLsdbEntry(1) 1 }

.1.3.6.1.2.1.191.1.4.1.2
ospfv3AreaLsdbType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the link state advertisement.
        Each link state type has a separate
        advertisement format.  Area-scope LSAs unrecognized
        by the router are also stored in this database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) ospfv3AreaLsdbEntry(1) 2 }

.1.3.6.1.2.1.191.1.4.1.3
ospfv3AreaLsdbRouterId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 32-bit number that uniquely identifies the
        originating router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) ospfv3AreaLsdbEntry(1) 3 }

.1.3.6.1.2.1.191.1.4.1.4
ospfv3AreaLsdbLsid OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Link State ID is an LS type-specific field
        containing a unique identifier;
        it identifies the piece of the routing domain
        that is being described by the advertisement.
        In contrast to OSPFv2, the LSID has no
        addressing semantics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) ospfv3AreaLsdbEntry(1) 4 }

.1.3.6.1.2.1.191.1.4.1.5
ospfv3AreaLsdbSequence OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsaSequenceTC
  SYNTAX	Integer32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number field is a signed 32-bit
        integer.  It is used to detect old and
        duplicate link state advertisements.  The space
        of sequence numbers is linearly ordered.  The
        larger the sequence number, the more recent the
        advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) ospfv3AreaLsdbEntry(1) 5 }

.1.3.6.1.2.1.191.1.4.1.6
ospfv3AreaLsdbAge OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsaAgeTC
  SYNTAX	Unsigned32 (0..3600 | 32768..36368) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the age of the link state
        advertisement in seconds.  The high-order bit
        of the LS age field is considered the DoNotAge
        bit for support of on-demand circuits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) ospfv3AreaLsdbEntry(1) 6 }

.1.3.6.1.2.1.191.1.4.1.7
ospfv3AreaLsdbChecksum OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the checksum of the complete
        contents of the advertisement, excepting the
        age field.  The age field is excepted so that
        an advertisement's age can be incremented
        without updating the checksum.  The checksum
        used is the same that is used for ISO
        connectionless datagrams; it is commonly
        referred to as the Fletcher checksum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) ospfv3AreaLsdbEntry(1) 7 }

.1.3.6.1.2.1.191.1.4.1.8
ospfv3AreaLsdbAdvertisement OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	OCTET STRING (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The entire link state advertisement, including
        its header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) ospfv3AreaLsdbEntry(1) 8 }

.1.3.6.1.2.1.191.1.4.1.9
ospfv3AreaLsdbTypeKnown OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value true (1) indicates that the LSA type is
        recognized by this router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaLsdbTable(4) ospfv3AreaLsdbEntry(1) 9 }

.1.3.6.1.2.1.191.1.5
ospfv3LinkLsdbTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPFv3 Process's Link-scope LSDB for non-virtual
        interfaces.  The LSDB contains the Link-scope link
        state advertisements from the interfaces that the
        device is attached to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 5 }

.1.3.6.1.2.1.191.1.5.1
ospfv3LinkLsdbEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3LinkLsdbIfIndex, ospfv3LinkLsdbIfInstId, ospfv3LinkLsdbType, ospfv3LinkLsdbRouterId, ospfv3LinkLsdbLsid }
  DESCRIPTION	"A single Link-scope link state advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) 1 }

.1.3.6.1.2.1.191.1.5.1.1
ospfv3LinkLsdbIfIndex OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identifier of the link from which the LSA
        was received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 1 }

.1.3.6.1.2.1.191.1.5.1.2
ospfv3LinkLsdbIfInstId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3IfInstIdTC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identifier of the interface instance from
        which the LSA was received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 2 }

.1.3.6.1.2.1.191.1.5.1.3
ospfv3LinkLsdbType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the link state advertisement.
        Each link state type has a separate
        advertisement format.  Link-scope LSAs unrecognized
        by the router are also stored in this database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 3 }

.1.3.6.1.2.1.191.1.5.1.4
ospfv3LinkLsdbRouterId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 32-bit number that uniquely identifies the
        originating router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 4 }

.1.3.6.1.2.1.191.1.5.1.5
ospfv3LinkLsdbLsid OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Link State ID is an LS type-specific field
        containing a unique identifier;
        it identifies the piece of the routing domain
        that is being described by the advertisement.
        In contrast to OSPFv2, the LSID has no
        addressing semantics.  However, in OSPFv3
        the Link State ID always contains the flooding
        scope of the LSA."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 5 }

.1.3.6.1.2.1.191.1.5.1.6
ospfv3LinkLsdbSequence OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsaSequenceTC
  SYNTAX	Integer32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number field is a signed 32-bit
        integer.  It is used to detect old and duplicate
        link state advertisements.  The space of
        sequence numbers is linearly ordered.  The
        larger the sequence number, the more recent the
        advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 6 }

.1.3.6.1.2.1.191.1.5.1.7
ospfv3LinkLsdbAge OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsaAgeTC
  SYNTAX	Unsigned32 (0..3600 | 32768..36368) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the age of the link state
        advertisement in seconds.  The high-order bit
        of the LS age field is considered the DoNotAge
        bit for support of on-demand circuits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 7 }

.1.3.6.1.2.1.191.1.5.1.8
ospfv3LinkLsdbChecksum OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the checksum of the complete
        contents of the advertisement, excepting the
        age field.  The age field is excepted so that
        an advertisement's age can be incremented
        without updating the checksum.  The checksum
        used is the same that is used for ISO
        connectionless datagrams; it is commonly
        referred to as the Fletcher checksum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 8 }

.1.3.6.1.2.1.191.1.5.1.9
ospfv3LinkLsdbAdvertisement OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	OCTET STRING (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The entire link state advertisement, including
        its header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 9 }

.1.3.6.1.2.1.191.1.5.1.10
ospfv3LinkLsdbTypeKnown OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value true (1) indicates that the LSA type is
        recognized by this router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3LinkLsdbTable(5) ospfv3LinkLsdbEntry(1) 10 }

.1.3.6.1.2.1.191.1.6
ospfv3HostTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Host/Metric Table indicates what hosts are
        directly attached to the router and their
        corresponding metrics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 6 }

.1.3.6.1.2.1.191.1.6.1
ospfv3HostEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3HostAddressType, ospfv3HostAddress }
  DESCRIPTION	"A metric to be advertised when a given host is
        reachable.

        The information in this table is persistent, and
        when written, the entity SHOULD save the change
        to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3HostTable(6) 1 }

.1.3.6.1.2.1.191.1.6.1.1
ospfv3HostAddressType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of ospfv3HostAddress.  Only IPv6
        global address type is expected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3HostTable(6) ospfv3HostEntry(1) 1 }

.1.3.6.1.2.1.191.1.6.1.2
ospfv3HostAddress OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 address of the host.  Must be an
        IPv6 global address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3HostTable(6) ospfv3HostEntry(1) 2 }

.1.3.6.1.2.1.191.1.6.1.3
ospfv3HostMetric OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Metric
  SYNTAX	Integer32 (0..65535) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The metric to be advertised."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3HostTable(6) ospfv3HostEntry(1) 3 }

.1.3.6.1.2.1.191.1.6.1.4
ospfv3HostRowStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
        facilitating actions such as row creation,
        construction, and destruction.

        The value of this object has no effect on
        whether other objects in this conceptual row can be
        modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3HostTable(6) ospfv3HostEntry(1) 4 }

.1.3.6.1.2.1.191.1.6.1.5
ospfv3HostAreaID OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3AreaIdTC
  SYNTAX	Unsigned32 (0..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Area the host entry is to be found within.
        By default, the area for the subsuming OSPFv3
        interface, or Area 0 if there is no subsuming
        interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3HostTable(6) ospfv3HostEntry(1) 5 }

.1.3.6.1.2.1.191.1.7
ospfv3IfTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPFv3 Interface Table describes the
        interfaces from the viewpoint of OSPFv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 7 }

.1.3.6.1.2.1.191.1.7.1
ospfv3IfEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3IfIndex, ospfv3IfInstId }
  DESCRIPTION	"The OSPFv3 Interface Entry describes one
        interface from the viewpoint of OSPFv3.

        The information in this table is persistent,
        and when written, the entity SHOULD save the
        change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) 1 }

.1.3.6.1.2.1.191.1.7.1.1
ospfv3IfIndex OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index of this OSPFv3 interface.
        It corresponds to the interface index of the
        IPv6 interface on which OSPFv3 is configured."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 1 }

.1.3.6.1.2.1.191.1.7.1.2
ospfv3IfInstId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3IfInstIdTC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Enables multiple interface instances of OSPFv3
        to be run over a single link.  Each interface
        instance would be assigned a separate ID.  This ID
        has local link significance only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 2 }

.1.3.6.1.2.1.191.1.7.1.3
ospfv3IfAreaId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3AreaIdTC
  SYNTAX	Unsigned32 (0..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A 32-bit integer uniquely identifying the area
        to which the interface connects.  Area ID
        0 is used for the OSPFv3 backbone."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 3 }

.1.3.6.1.2.1.191.1.7.1.4
ospfv3IfType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {broadcast(1), nbma(2), pointToPoint(3), pointToMultipoint(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The OSPFv3 interface type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 4 }

.1.3.6.1.2.1.191.1.7.1.5
ospfv3IfAdminStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Status
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The OSPFv3 interface's administrative status.
        The value formed on the interface; the interface
        will be advertised as an internal route to some
        area.  The value 'disabled' denotes that the
        interface is external to OSPFv3.

        Note that a value of 'disabled' for the object
        ospfv3AdminStatus will override a value of
        'enabled' for the interface."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 5 }

.1.3.6.1.2.1.191.1.7.1.6
ospfv3IfRtrPriority OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION DesignatedRouterPriority
  SYNTAX	Integer32 (0..255) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority of this interface.  Used in
        multi-access networks, this field is used in
        the designated-router election algorithm.  The
        value 0 signifies that the router is not
        eligible to become the Designated Router on this
        particular network.  In the event of a tie in
        this value, routers will use their Router ID as
        a tie breaker."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 6 }

.1.3.6.1.2.1.191.1.7.1.7
ospfv3IfTransitDelay OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3UpToRefreshIntervalTC
  SYNTAX	Unsigned32 (1..1800) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The estimated number of seconds it takes to transmit
        a Link State Update packet over this interface.  LSAs
        contained in the update packet must have their age
        incremented by this amount before transmission.  This
        value should take into account the transmission and
        propagation delays of the interface."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 7 }

.1.3.6.1.2.1.191.1.7.1.8
ospfv3IfRetransInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3UpToRefreshIntervalTC
  SYNTAX	Unsigned32 (1..1800) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds between link state
        advertisement retransmissions for adjacencies

        belonging to this interface.  This value is
        also used when retransmitting database
        description and Link State Request packets."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 8 }

.1.3.6.1.2.1.191.1.7.1.9
ospfv3IfHelloInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION HelloRange
  SYNTAX	Integer32 (1..65535) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of time, in seconds, between the
        Hello packets that the router sends on the
        interface.  This value must be the same for all
        routers attached to a common network."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 9 }

.1.3.6.1.2.1.191.1.7.1.10
ospfv3IfRtrDeadInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3DeadIntervalRangeTC
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds that a router's Hello
        packets have not been seen before its
        neighbors declare the router down on the interface.
        This should be some multiple of the Hello interval.
        This value must be the same for all routers attached
        to a common network."
  DEFVAL	{ 40 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 10 }

.1.3.6.1.2.1.191.1.7.1.11
ospfv3IfPollInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The larger time interval, in seconds, between
        the Hello packets sent to an inactive,
        non-broadcast multi-access neighbor."
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 11 }

.1.3.6.1.2.1.191.1.7.1.12
ospfv3IfState OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {down(1), loopback(2), waiting(3), pointToPoint(4), designatedRouter(5), backupDesignatedRouter(6), otherDesignatedRouter(7), standby(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OSPFv3 interface state.  An interface may be
        in standby state if there are multiple interfaces
        on the link and another interface is active.  The
        interface may be in Down state if the underlying
        IPv6 interface is down or if the admin status is
        'disabled' either globally or for the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 12 }

.1.3.6.1.2.1.191.1.7.1.13
ospfv3IfDesignatedRouter OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Router ID of the Designated Router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 13 }

.1.3.6.1.2.1.191.1.7.1.14
ospfv3IfBackupDesignatedRouter OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Router ID of the Backup Designated
        Router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 14 }

.1.3.6.1.2.1.191.1.7.1.15
ospfv3IfEvents OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this OSPFv3 interface has
        changed its state or an error has occurred.

        Discontinuities in the value of this counter
        can occur at re-initialization of the management
        system and at other times as indicated by the
        value of ospfv3DiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 15 }

.1.3.6.1.2.1.191.1.7.1.16
ospfv3IfRowStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
        facilitating actions such as row creation,
        construction, and destruction.

        The value of this object has no effect on
        whether other objects in this conceptual row can be
        modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 16 }

.1.3.6.1.2.1.191.1.7.1.17
ospfv3IfDemand OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether Demand OSPFv3 procedures
        (Hello suppression to FULL neighbors and
        setting the DoNotAge flag on propagated LSAs)
        should be performed on this interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 17 }

.1.3.6.1.2.1.191.1.7.1.18
ospfv3IfMetricValue OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Metric
  SYNTAX	Integer32 (0..65535) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The metric assigned to this interface.
         The default value of the metric is
         'Reference Bandwidth / ifSpeed'.  The value
         of the reference bandwidth can be set
         in the ospfv3ReferenceBandwidth object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 18 }

.1.3.6.1.2.1.191.1.7.1.19
ospfv3IfLinkScopeLsaCount OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Link-scope link state
        advertisements in this link's link state
        database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 19 }

.1.3.6.1.2.1.191.1.7.1.20
ospfv3IfLinkLsaCksumSum OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit unsigned sum of the Link-scope link state
        advertisements' LS checksums contained in this
        link's link state database.  The sum can be used
        to determine if there has been a change in a
        router's link state database or to compare the
        link state database of two routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 20 }

.1.3.6.1.2.1.191.1.7.1.21
ospfv3IfDemandNbrProbe OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether or not neighbor probing is
           enabled to determine whether or not the neighbor
           is inactive.  Neighbor probing is disabled by
           default."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 21 }

.1.3.6.1.2.1.191.1.7.1.22
ospfv3IfDemandNbrProbeRetransLimit OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of consecutive LSA retransmissions before
      the neighbor is deemed inactive and the neighbor
      adjacency is brought down."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 22 }

.1.3.6.1.2.1.191.1.7.1.23
ospfv3IfDemandNbrProbeInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines how often the neighbor will be probed."
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 23 }

.1.3.6.1.2.1.191.1.7.1.24
ospfv3IfTEDisabled OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether or not traffic engineering
      is disabled on the interface when traffic
      engineering is enabled in the area where the
      interface is attached.  The object is set
      to the value true (1) to disable traffic engineering
      on the interface.  Traffic engineering is enabled
      by default on the interface when traffic engineering
      is enabled in the area where the interface is
      attached."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 24 }

.1.3.6.1.2.1.191.1.7.1.25
ospfv3IfLinkLSASuppression OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies whether or not link LSA origination is
      suppressed for broadcast or NBMA interface types.
      The object is set to value true (1) to suppress
      the origination."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3IfTable(7) ospfv3IfEntry(1) 25 }

.1.3.6.1.2.1.191.1.8
ospfv3VirtIfTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about this router's virtual
        interfaces that the OSPFv3 Process is configured
        to carry on."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 8 }

.1.3.6.1.2.1.191.1.8.1
ospfv3VirtIfEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3VirtIfAreaId, ospfv3VirtIfNeighbor }
  DESCRIPTION	"Information about a single virtual interface.

        The information in this table is persistent,
        and when written, the entity SHOULD save the
        change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) 1 }

.1.3.6.1.2.1.191.1.8.1.1
ospfv3VirtIfAreaId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3AreaIdTC
  SYNTAX	Unsigned32 (0..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The transit area that the virtual link
        traverses.  By definition, this is not
        Area 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 1 }

.1.3.6.1.2.1.191.1.8.1.2
ospfv3VirtIfNeighbor OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Router ID of the virtual neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 2 }

.1.3.6.1.2.1.191.1.8.1.3
ospfv3VirtIfIndex OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local interface index assigned by the
        OSPFv3 Process to this OSPFv3 virtual interface.
        It is advertised in Hellos sent over the virtual
        link and in the router's router-LSAs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 3 }

.1.3.6.1.2.1.191.1.8.1.4
ospfv3VirtIfInstId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3IfInstIdTC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local Interface Instance ID assigned by the
        OSPFv3 Process to this OSPFv3 virtual interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 4 }

.1.3.6.1.2.1.191.1.8.1.5
ospfv3VirtIfTransitDelay OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3UpToRefreshIntervalTC
  SYNTAX	Unsigned32 (1..1800) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The estimated number of seconds it takes to
        transmit a Link State Update packet over this
        interface."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 5 }

.1.3.6.1.2.1.191.1.8.1.6
ospfv3VirtIfRetransInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3UpToRefreshIntervalTC
  SYNTAX	Unsigned32 (1..1800) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds between link state
        advertisement retransmissions for adjacencies
        belonging to this interface.  This value is
        also used when retransmitting database
        description and Link State Request packets.  This
        value should be well over the expected
        round-trip time."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 6 }

.1.3.6.1.2.1.191.1.8.1.7
ospfv3VirtIfHelloInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION HelloRange
  SYNTAX	Integer32 (1..65535) 
  DISPLAY-HINT	"d-0"
  UNITS	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of time, in seconds, between the
        Hello packets that the router sends on the
        interface.  This value must be the same for the
        virtual neighbor."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 7 }

.1.3.6.1.2.1.191.1.8.1.8
ospfv3VirtIfRtrDeadInterval OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3DeadIntervalRangeTC
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of seconds that a router's Hello
        packets have not been seen before its
        neighbors declare the router down.  This should
        be some multiple of the Hello interval.  This
        value must be the same for the virtual
        neighbor."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 8 }

.1.3.6.1.2.1.191.1.8.1.9
ospfv3VirtIfState OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {down(1), pointToPoint(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"OSPF virtual interface states.  The same encoding
        as the ospfV3IfTable is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 9 }

.1.3.6.1.2.1.191.1.8.1.10
ospfv3VirtIfEvents OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of state changes or error events on
        this virtual link.

        Discontinuities in the value of this counter
        can occur at re-initialization of the management
        system and at other times as indicated by the
        value of ospfv3DiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 10 }

.1.3.6.1.2.1.191.1.8.1.11
ospfv3VirtIfRowStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
        facilitating actions such as row creation,
        construction, and destruction.

        The value of this object has no effect on
        whether other objects in this conceptual row can be
        modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 11 }

.1.3.6.1.2.1.191.1.8.1.12
ospfv3VirtIfLinkScopeLsaCount OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Link-scope link state
        advertisements in this virtual link's link state
        database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 12 }

.1.3.6.1.2.1.191.1.8.1.13
ospfv3VirtIfLinkLsaCksumSum OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 32-bit unsigned sum of the Link-scope link state
        advertisements' LS checksums contained in this
        virtual link's link state database.  The sum can be used
        to determine if there has been a change in a
        router's link state database or to compare the
        link state database of two routers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtIfTable(8) ospfv3VirtIfEntry(1) 13 }

.1.3.6.1.2.1.191.1.9
ospfv3NbrTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table describing all neighbors in the
        locality of the OSPFv3 router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 9 }

.1.3.6.1.2.1.191.1.9.1
ospfv3NbrEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3NbrIfIndex, ospfv3NbrIfInstId, ospfv3NbrRtrId }
  DESCRIPTION	"The information regarding a single neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) 1 }

.1.3.6.1.2.1.191.1.9.1.1
ospfv3NbrIfIndex OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Local Link ID of the link over which the
         neighbor can be reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 1 }

.1.3.6.1.2.1.191.1.9.1.2
ospfv3NbrIfInstId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3IfInstIdTC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Interface instance over which the neighbor
        can be reached.  This ID has local link
        significance only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 2 }

.1.3.6.1.2.1.191.1.9.1.3
ospfv3NbrRtrId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A 32-bit unsigned integer uniquely identifying the
        neighboring router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 3 }

.1.3.6.1.2.1.191.1.9.1.4
ospfv3NbrAddressType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of ospfv3NbrAddress.  Only IPv6
        addresses without zone index are expected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 4 }

.1.3.6.1.2.1.191.1.9.1.5
ospfv3NbrAddress OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IPv6 address of the neighbor associated with
        the local link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 5 }

.1.3.6.1.2.1.191.1.9.1.6
ospfv3NbrOptions OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A bit mask corresponding to the neighbor's
        options field."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 6 }

.1.3.6.1.2.1.191.1.9.1.7
ospfv3NbrPriority OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION DesignatedRouterPriority
  SYNTAX	Integer32 (0..255) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The priority of this neighbor in the designated-
        router election algorithm.  The value 0 signifies
        that the neighbor is not eligible to become the
        Designated Router on this particular network."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 7 }

.1.3.6.1.2.1.191.1.9.1.8
ospfv3NbrState OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {down(1), attempt(2), init(3), twoWay(4), exchangeStart(5), exchange(6), loading(7), full(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the relationship with this
        neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 8 }

.1.3.6.1.2.1.191.1.9.1.9
ospfv3NbrEvents OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this neighbor relationship
        has changed state or an error has occurred.

        Discontinuities in the value of this counter
        can occur at re-initialization of the management
        system and at other times as indicated by the
        value of ospfv3DiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 9 }

.1.3.6.1.2.1.191.1.9.1.10
ospfv3NbrLsRetransQLen OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current length of the retransmission
        queue."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 10 }

.1.3.6.1.2.1.191.1.9.1.11
ospfv3NbrHelloSuppressed OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether Hellos are being suppressed
        to the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 11 }

.1.3.6.1.2.1.191.1.9.1.12
ospfv3NbrIfId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Interface ID that the neighbor advertises
        in its Hello packets on this link, that is, the
        neighbor's local interface index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 12 }

.1.3.6.1.2.1.191.1.9.1.13
ospfv3NbrRestartHelperStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {notHelping(1), helping(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether the router is acting
      as a graceful restart helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 13 }

.1.3.6.1.2.1.191.1.9.1.14
ospfv3NbrRestartHelperAge OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3UpToRefreshIntervalTC
  SYNTAX	Unsigned32 (1..1800) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remaining time in current OSPF graceful restart
      interval, if the router is acting as a restart
      helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 14 }

.1.3.6.1.2.1.191.1.9.1.15
ospfv3NbrRestartHelperExitReason OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {none(1), inProgress(2), completed(3), timedOut(4), topologyChanged(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Describes the outcome of the last attempt at acting
      as a graceful restart helper for the neighbor.

      none:        no restart has yet been attempted.
      inProgress:      a restart attempt is currently underway.
      completed:       the last restart completed successfully.
      timedOut:    the last restart timed out.
      topologyChanged: the last restart was aborted due to
               a topology change."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NbrTable(9) ospfv3NbrEntry(1) 15 }

.1.3.6.1.2.1.191.1.10
ospfv3CfgNbrTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table describing all configured neighbors.

        The Configured Neighbors table just gives
        OSPFv3 information for sending OSPFv3 packets
        to potential neighbors and is typically used
        on NBMA and Point-to-Multipoint networks.
        Once a Hello is received from a neighbor in
        the Configured Neighbor table, an entry for
        that neighbor is created in the Neighbor table
        and adjacency state is maintained there.
        Neighbors on multi-access or Point-to-Point
        networks can use multicast addressing, so only
        Neighbor table entries are created for them."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 10 }

.1.3.6.1.2.1.191.1.10.1
ospfv3CfgNbrEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3CfgNbrIfIndex, ospfv3CfgNbrIfInstId, ospfv3CfgNbrAddressType, ospfv3CfgNbrAddress }
  DESCRIPTION	"The information regarding a single configured
        neighbor.

        The information in this table is persistent,
        and when written, the entity SHOULD save the
        change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3CfgNbrTable(10) 1 }

.1.3.6.1.2.1.191.1.10.1.1
ospfv3CfgNbrIfIndex OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Local Link ID of the link over which the
         neighbor can be reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3CfgNbrTable(10) ospfv3CfgNbrEntry(1) 1 }

.1.3.6.1.2.1.191.1.10.1.2
ospfv3CfgNbrIfInstId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3IfInstIdTC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Interface instance over which the neighbor
        can be reached.  This ID has local link
        significance only."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3CfgNbrTable(10) ospfv3CfgNbrEntry(1) 2 }

.1.3.6.1.2.1.191.1.10.1.3
ospfv3CfgNbrAddressType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The address type of ospfv3NbrAddress.  Only IPv6
        addresses without zone index are expected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3CfgNbrTable(10) ospfv3CfgNbrEntry(1) 3 }

.1.3.6.1.2.1.191.1.10.1.4
ospfv3CfgNbrAddress OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 address of the neighbor associated with
        the local link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3CfgNbrTable(10) ospfv3CfgNbrEntry(1) 4 }

.1.3.6.1.2.1.191.1.10.1.5
ospfv3CfgNbrPriority OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION DesignatedRouterPriority
  SYNTAX	Integer32 (0..255) 
  DISPLAY-HINT	"d-0"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority of this neighbor in the designated-
        router election algorithm.  The value 0 signifies
        that the neighbor is not eligible to become the
        Designated Router on this particular network."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3CfgNbrTable(10) ospfv3CfgNbrEntry(1) 5 }

.1.3.6.1.2.1.191.1.10.1.6
ospfv3CfgNbrRowStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
        facilitating actions such as row creation,
        construction, and destruction.

        The value of this object has no effect on
        whether other objects in this conceptual row can be
        modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3CfgNbrTable(10) ospfv3CfgNbrEntry(1) 6 }

.1.3.6.1.2.1.191.1.11
ospfv3VirtNbrTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table describing all virtual neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 11 }

.1.3.6.1.2.1.191.1.11.1
ospfv3VirtNbrEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3VirtNbrArea, ospfv3VirtNbrRtrId }
  DESCRIPTION	"Virtual neighbor information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) 1 }

.1.3.6.1.2.1.191.1.11.1.1
ospfv3VirtNbrArea OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3AreaIdTC
  SYNTAX	Unsigned32 (0..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The transit area Identifier."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 1 }

.1.3.6.1.2.1.191.1.11.1.2
ospfv3VirtNbrRtrId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A 32-bit integer uniquely identifying the
        neighboring router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 2 }

.1.3.6.1.2.1.191.1.11.1.3
ospfv3VirtNbrIfIndex OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local Interface ID for the virtual link over
        which the neighbor can be reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 3 }

.1.3.6.1.2.1.191.1.11.1.4
ospfv3VirtNbrIfInstId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3IfInstIdTC
  SYNTAX	Unsigned32 (0..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface instance for the virtual link over
        which the neighbor can be reached."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 4 }

.1.3.6.1.2.1.191.1.11.1.5
ospfv3VirtNbrAddressType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of ospfv3VirtNbrAddress.  Only IPv6
        addresses without zone index are expected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 5 }

.1.3.6.1.2.1.191.1.11.1.6
ospfv3VirtNbrAddress OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IPv6 address advertised by this virtual neighbor.
        It must be a global scope address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 6 }

.1.3.6.1.2.1.191.1.11.1.7
ospfv3VirtNbrOptions OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A bit mask corresponding to the neighbor's options
        field."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 7 }

.1.3.6.1.2.1.191.1.11.1.8
ospfv3VirtNbrState OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {down(1), attempt(2), init(3), twoWay(4), exchangeStart(5), exchange(6), loading(7), full(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the virtual neighbor relationship."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 8 }

.1.3.6.1.2.1.191.1.11.1.9
ospfv3VirtNbrEvents OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this virtual link has
        changed its state or an error has occurred.

        Discontinuities in the value of this counter
        can occur at re-initialization of the management
        system and at other times as indicated by the
        value of ospfv3DiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 9 }

.1.3.6.1.2.1.191.1.11.1.10
ospfv3VirtNbrLsRetransQLen OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current length of the retransmission
        queue."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 10 }

.1.3.6.1.2.1.191.1.11.1.11
ospfv3VirtNbrHelloSuppressed OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether Hellos are being suppressed
        to the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 11 }

.1.3.6.1.2.1.191.1.11.1.12
ospfv3VirtNbrIfId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Interface ID that the neighbor advertises
        in its Hello packets on this virtual link, that is,
        the neighbor's local Interface ID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 12 }

.1.3.6.1.2.1.191.1.11.1.13
ospfv3VirtNbrRestartHelperStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {notHelping(1), helping(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether the router is acting
       as a graceful restart helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 13 }

.1.3.6.1.2.1.191.1.11.1.14
ospfv3VirtNbrRestartHelperAge OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3UpToRefreshIntervalTC
  SYNTAX	Unsigned32 (1..1800) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remaining time in the current OSPF graceful restart
       interval, if the router is acting as a restart
       helper for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 14 }

.1.3.6.1.2.1.191.1.11.1.15
ospfv3VirtNbrRestartHelperExitReason OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {none(1), inProgress(2), completed(3), timedOut(4), topologyChanged(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Describes the outcome of the last attempt at acting
       as a graceful restart helper for the neighbor.

       none:        no restart has yet been attempted.
       inProgress:      a restart attempt is currently underway.
       completed:       the last restart completed successfully.
       timedOut:    the last restart timed out.
       topologyChanged: the last restart was aborted due to
                a topology change."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtNbrTable(11) ospfv3VirtNbrEntry(1) 15 }

.1.3.6.1.2.1.191.1.12
ospfv3AreaAggregateTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Area Aggregate Table acts as an adjunct
        to the Area Table.  It describes those address
        aggregates that are configured to be propagated
        from an area.  Its purpose is to reduce the amount
        of information that is known beyond an area's
        borders.

        A range of IPv6 prefixes specified by a
        prefix / prefix length pair.  Note that if
        ranges are configured such that one range
        subsumes another range, the most specific
        match is the preferred one."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 12 }

.1.3.6.1.2.1.191.1.12.1
ospfv3AreaAggregateEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3AreaAggregateAreaID, ospfv3AreaAggregateAreaLsdbType, ospfv3AreaAggregatePrefixType, ospfv3AreaAggregatePrefix, ospfv3AreaAggregatePrefixLength }
  DESCRIPTION	"A single area aggregate entry.

        Information in this table is persistent, and
        when this object is written, the entity SHOULD
        save the change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaAggregateTable(12) 1 }

.1.3.6.1.2.1.191.1.12.1.1
ospfv3AreaAggregateAreaID OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3AreaIdTC
  SYNTAX	Unsigned32 (0..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The area the Address Aggregate is to be found
        within."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaAggregateTable(12) ospfv3AreaAggregateEntry(1) 1 }

.1.3.6.1.2.1.191.1.12.1.2
ospfv3AreaAggregateAreaLsdbType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {interAreaPrefixLsa(8195), nssaExternalLsa(8199)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the Address Aggregate.  This field
        specifies the Area LSDB type that this Address
        Aggregate applies to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaAggregateTable(12) ospfv3AreaAggregateEntry(1) 2 }

.1.3.6.1.2.1.191.1.12.1.3
ospfv3AreaAggregatePrefixType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The prefix type of ospfv3AreaAggregatePrefix.  Only
        IPv6 addresses are expected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaAggregateTable(12) ospfv3AreaAggregateEntry(1) 3 }

.1.3.6.1.2.1.191.1.12.1.4
ospfv3AreaAggregatePrefix OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 prefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaAggregateTable(12) ospfv3AreaAggregateEntry(1) 4 }

.1.3.6.1.2.1.191.1.12.1.5
ospfv3AreaAggregatePrefixLength OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (3..128) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The length of the prefix (in bits).  A prefix can
        not be shorter than 3 bits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaAggregateTable(12) ospfv3AreaAggregateEntry(1) 5 }

.1.3.6.1.2.1.191.1.12.1.6
ospfv3AreaAggregateRowStatus OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object permits management of the table by
        facilitating actions such as row creation,
        construction, and destruction.

        The value of this object has no effect on
        whether other objects in this conceptual row can be
        modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaAggregateTable(12) ospfv3AreaAggregateEntry(1) 6 }

.1.3.6.1.2.1.191.1.12.1.7
ospfv3AreaAggregateEffect OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {advertiseMatching(1), doNotAdvertiseMatching(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Prefixes subsumed by ranges will either trigger the
        advertisement of the indicated aggregate
        (advertiseMatching) or result in the prefix not
        being advertised at all outside the area."
  DEFVAL	{ advertiseMatching }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaAggregateTable(12) ospfv3AreaAggregateEntry(1) 7 }

.1.3.6.1.2.1.191.1.12.1.8
ospfv3AreaAggregateRouteTag OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This tag is advertised only in the summarized
        As-External LSA when summarizing from NSSA-LSAs to
        AS-External-LSAs."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3AreaAggregateTable(12) ospfv3AreaAggregateEntry(1) 8 }

.1.3.6.1.2.1.191.1.13
ospfv3VirtLinkLsdbTable OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The OSPFv3 Process's Link-scope LSDB for virtual
        interfaces.  The LSDB contains the Link-scope link
        state advertisements from virtual interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 13 }

.1.3.6.1.2.1.191.1.13.1
ospfv3VirtLinkLsdbEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ospfv3VirtLinkLsdbIfAreaId, ospfv3VirtLinkLsdbIfNeighbor, ospfv3VirtLinkLsdbType, ospfv3VirtLinkLsdbRouterId, ospfv3VirtLinkLsdbLsid }
  DESCRIPTION	"A single Link-scope link state advertisement
        for a virtual interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) 1 }

.1.3.6.1.2.1.191.1.13.1.1
ospfv3VirtLinkLsdbIfAreaId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3AreaIdTC
  SYNTAX	Unsigned32 (0..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The transit area that the virtual link
        traverses.  By definition, this is not
        Area 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 1 }

.1.3.6.1.2.1.191.1.13.1.2
ospfv3VirtLinkLsdbIfNeighbor OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Router ID of the virtual neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 2 }

.1.3.6.1.2.1.191.1.13.1.3
ospfv3VirtLinkLsdbType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Unsigned32 (0..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of the link state advertisement.
        Each link state type has a separate
        advertisement format.  Link-scope LSAs unrecognized
        by the router are also stored in this database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 3 }

.1.3.6.1.2.1.191.1.13.1.4
ospfv3VirtLinkLsdbRouterId OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3RouterIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The 32-bit number that uniquely identifies the
        originating router in the Autonomous System."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 4 }

.1.3.6.1.2.1.191.1.13.1.5
ospfv3VirtLinkLsdbLsid OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsIdTC
  SYNTAX	Unsigned32 (1..-1) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Link State ID is an LS type-specific field
        containing a unique identifier;
        it identifies the piece of the routing domain
        that is being described by the advertisement.
        In contrast to OSPFv2, the LSID has no
        addressing semantics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 5 }

.1.3.6.1.2.1.191.1.13.1.6
ospfv3VirtLinkLsdbSequence OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsaSequenceTC
  SYNTAX	Integer32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number field is a signed 32-bit
        integer.  It is used to detect old and duplicate
        link state advertisements.  The space of
        sequence numbers is linearly ordered.  The
        larger the sequence number, the more recent the
        advertisement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 6 }

.1.3.6.1.2.1.191.1.13.1.7
ospfv3VirtLinkLsdbAge OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION Ospfv3LsaAgeTC
  SYNTAX	Unsigned32 (0..3600 | 32768..36368) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the age of the link state
        advertisement in seconds.  The high-order bit
        of the LS age field is considered the DoNotAge
        bit for support of on-demand circuits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 7 }

.1.3.6.1.2.1.191.1.13.1.8
ospfv3VirtLinkLsdbChecksum OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the checksum of the complete
        contents of the advertisement, excepting the
        age field.  The age field is excepted so that
        an advertisement's age can be incremented
        without updating the checksum.  The checksum
        used is the same that is used for ISO
        connectionless datagrams; it is commonly
        referred to as the Fletcher checksum."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 8 }

.1.3.6.1.2.1.191.1.13.1.9
ospfv3VirtLinkLsdbAdvertisement OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	OCTET STRING (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The entire link state advertisement, including
        its header."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 9 }

.1.3.6.1.2.1.191.1.13.1.10
ospfv3VirtLinkLsdbTypeKnown OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value true (1) indicates that the LSA type is
        recognized by this router."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3VirtLinkLsdbTable(13) ospfv3VirtLinkLsdbEntry(1) 10 }

.1.3.6.1.2.1.191.1.14
ospfv3NotificationEntry OBJECT-TYPE
  -- FROM	OSPFV3-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) 14 }

.1.3.6.1.2.1.191.1.14.1
ospfv3ConfigErrorType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {badVersion(1), areaMismatch(2), unknownNbmaNbr(3), unknownVirtualNbr(4), helloIntervalMismatch(5), deadIntervalMismatch(6), optionMismatch(7), mtuMismatch(8), duplicateRouterId(9), noError(10)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Potential types of configuration conflicts.
    Used by the ospfv3ConfigError and
    ospfv3ConfigVirtError notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NotificationEntry(14) 1 }

.1.3.6.1.2.1.191.1.14.2
ospfv3PacketType OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  SYNTAX	INTEGER {hello(1), dbDescript(2), lsReq(3), lsUpdate(4), lsAck(5), nullPacket(6)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"OSPFv3 packet types."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NotificationEntry(14) 2 }

.1.3.6.1.2.1.191.1.14.3
ospfv3PacketSrc OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IPv6 address of an inbound packet that cannot
    be identified by a neighbor instance.

    Only IPv6 addresses without zone index are expected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Objects(1) ospfv3NotificationEntry(14) 3 }

.1.3.6.1.2.1.191.2
ospfv3Conformance OBJECT-TYPE
  -- FROM	OSPFV3-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) 2 }

.1.3.6.1.2.1.191.2.1
ospfv3Groups OBJECT-TYPE
  -- FROM	OSPFV3-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) 1 }

.1.3.6.1.2.1.191.2.1.1
ospfv3BasicGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These objects are used for managing/monitoring
        OSPFv3 global parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 1 }

.1.3.6.1.2.1.191.2.1.2
ospfv3AreaGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These objects are used for OSPFv3 systems
        supporting areas."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 2 }

.1.3.6.1.2.1.191.2.1.3
ospfv3AsLsdbGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These objects are used for OSPFv3 systems
        that display their AS-scope link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 3 }

.1.3.6.1.2.1.191.2.1.4
ospfv3AreaLsdbGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These objects are used for OSPFv3 systems
        that display their Area-scope link state database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 4 }

.1.3.6.1.2.1.191.2.1.5
ospfv3LinkLsdbGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These objects are used for OSPFv3 systems
        that display their Link-scope link state database
        for non-virtual interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 5 }

.1.3.6.1.2.1.191.2.1.6
ospfv3HostGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These objects are used for OSPFv3 systems
        that support attached hosts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 6 }

.1.3.6.1.2.1.191.2.1.7
ospfv3IfGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These interface objects are used for
        managing/monitoring OSPFv3 interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 7 }

.1.3.6.1.2.1.191.2.1.8
ospfv3VirtIfGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These virtual interface objects are used for
        managing/monitoring OSPFv3 virtual interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 8 }

.1.3.6.1.2.1.191.2.1.9
ospfv3NbrGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These neighbor objects are used for
        managing/monitoring OSPFv3 neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 9 }

.1.3.6.1.2.1.191.2.1.10
ospfv3CfgNbrGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These configured neighbor objects are used for
        managing/monitoring OSPFv3-configured neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 10 }

.1.3.6.1.2.1.191.2.1.11
ospfv3VirtNbrGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These virtual neighbor objects are used for
        managing/monitoring OSPFv3 virtual neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 11 }

.1.3.6.1.2.1.191.2.1.12
ospfv3AreaAggregateGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These area aggregate objects are required for
        aggregating OSPFv3 prefixes for summarization
        across areas."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 12 }

.1.3.6.1.2.1.191.2.1.13
ospfv3VirtLinkLsdbGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These objects are used for OSPFv3 systems
        that display their Link-scope link state database
        for virtual interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 13 }

.1.3.6.1.2.1.191.2.1.14
ospfv3NotificationObjectGroup OBJECT-GROUP
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"These objects are used to record notification
        parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 14 }

.1.3.6.1.2.1.191.2.1.15
ospfv3NotificationGroup OBJECT-TYPE
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"This group is used for OSPFv3 notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Groups(1) 15 }

.1.3.6.1.2.1.191.2.2
ospfv3Compliances OBJECT-TYPE
  -- FROM	OSPFV3-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) 2 }

.1.3.6.1.2.1.191.2.2.1
ospfv3FullCompliance MODULE-COMPLIANCE
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"The compliance statement"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Compliances(2) 1 }

.1.3.6.1.2.1.191.2.2.2
ospfv3ReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	OSPFV3-MIB
  DESCRIPTION	"When this MIB module is implemented without
      support for read-create (i.e., in read-only
      mode), the implementation can claim read-only
      compliance.  Such a device can then be monitored,
      but cannot be configured with this MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ospfv3MIB(191) ospfv3Conformance(2) ospfv3Compliances(2) 2 }

.1.3.6.1.2.1.192
syslogMsgMib MODULE-IDENTITY
  -- FROM	SYSLOG-MSG-MIB
  DESCRIPTION	"This MIB module represents SYSLOG messages as SNMP objects.

         Copyright (c) 2009 IETF Trust and the persons identified as
         authors of the code.  All rights reserved.

         Redistribution and use in source and binary forms, with or
         without modification, is permitted pursuant to, and subject
         to the license terms contained in, the Simplified BSD License
         set forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (http://trustee.ietf.org/license-info).

         This version of this MIB module is part of RFC 5676; see
         the RFC itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 192 }

.1.3.6.1.2.1.192.0
syslogMsgNotifications OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) 0 }

.1.3.6.1.2.1.192.0.1
syslogMsgNotification NOTIFICATION-TYPE
  -- FROM	SYSLOG-MSG-MIB
  OBJECTS	{ syslogMsgFacility, syslogMsgSeverity, syslogMsgVersion, syslogMsgTimeStamp, syslogMsgHostName, syslogMsgAppName, syslogMsgProcID, syslogMsgMsgID, syslogMsgSDParams, syslogMsgMsg }
  DESCRIPTION	"The syslogMsgNotification is generated when a new SYSLOG
        message is received and the value of
        syslogMsgGenerateNotifications is true.

        Implementations may add syslogMsgSDParamValue objects as long
        as the resulting notification fits into the size constraints
        imposed by the implementation environment and the notification
        message size constraints imposed by maxMessageSize [RFC3412]
        and SNMP transport mappings."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgNotifications(0) 1 }

.1.3.6.1.2.1.192.1
syslogMsgObjects OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) 1 }

.1.3.6.1.2.1.192.1.1
syslogMsgControl OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) 1 }

.1.3.6.1.2.1.192.1.1.1
syslogMsgTableMaxSize OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of SYSLOG messages that may be held in
        syslogMsgTable.  A particular setting does not guarantee that
        there is sufficient memory available for the maximum number
        of table entries indicated by this object.  A value of 0 means
        no fixed limit.

        If an application reduces the limit while there are SYSLOG
        messages in the syslogMsgTable, the SYSLOG messages that are
        in the syslogMsgTable for the longest time MUST be discarded
        to bring the table down to the new limit.

        The value of this object should be kept in nonvolatile
        memory."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgControl(1) 1 }

.1.3.6.1.2.1.192.1.1.2
syslogMsgEnableNotifications OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether syslogMsgNotification notifications are
        generated.

        The value of this object should be kept in nonvolatile
        memory."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgControl(1) 2 }

.1.3.6.1.2.1.192.1.2
syslogMsgTable OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing recent SYSLOG messages.  The size of the
        table is controlled by the syslogMsgTableMaxSize object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) 2 }

.1.3.6.1.2.1.192.1.2.1
syslogMsgEntry OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ syslogMsgIndex }
  DESCRIPTION	"An entry of the syslogMsgTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) 1 }

.1.3.6.1.2.1.192.1.2.1.1
syslogMsgIndex OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A monotonically increasing number used to identify entries in
        the syslogMsgTable.  When syslogMsgIndex reaches the maximum
        value (4294967295), the value wraps back to 1.

        Applications periodically polling the syslogMsgTable for new
        entries should take into account that a complete rollover of
        syslogMsgIndex will happen if more than 4294967294 messages
        are received during a poll interval."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 1 }

.1.3.6.1.2.1.192.1.2.1.2
syslogMsgFacility OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION SyslogFacility
  SYNTAX	INTEGER {kern(0), user(1), mail(2), daemon(3), auth(4), syslog(5), lpr(6), news(7), uucp(8), cron(9), authpriv(10), ftp(11), ntp(12), audit(13), console(14), cron2(15), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The facility of the SYSLOG message."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 2 }

.1.3.6.1.2.1.192.1.2.1.3
syslogMsgSeverity OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION SyslogSeverity
  SYNTAX	INTEGER {emerg(0), alert(1), crit(2), err(3), warning(4), notice(5), info(6), debug(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The severity of the SYSLOG message"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 3 }

.1.3.6.1.2.1.192.1.2.1.4
syslogMsgVersion OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  SYNTAX	Unsigned32 (0..999) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of the SYSLOG message.  A value of 0 indicates
        that the version is unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 4 }

.1.3.6.1.2.1.192.1.2.1.5
syslogMsgTimeStamp OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION SyslogTimeStamp
  SYNTAX	OCTET STRING (0 | 10 | 13) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.3d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The timestamp of the SYSLOG message.  A zero-length
        string is returned if the timestamp is unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 5 }

.1.3.6.1.2.1.192.1.2.1.6
syslogMsgHostName OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hostname and the (optional) domain name of the SYSLOG
        message.  A zero-length string indicates an unknown hostname.
        The SYSLOG protocol specification constrains this string to
        printable US-ASCII code points."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 6 }

.1.3.6.1.2.1.192.1.2.1.7
syslogMsgAppName OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..48) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The app-name of the SYSLOG message.  A zero-length string
        indicates an unknown app-name.  The SYSLOG protocol
        specification constrains this string to printable US-ASCII
        code points."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 7 }

.1.3.6.1.2.1.192.1.2.1.8
syslogMsgProcID OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The procid of the SYSLOG message.  A zero-length string
        indicates an unknown procid.  The SYSLOG protocol
        specification constrains this string to printable
        US-ASCII code points."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 8 }

.1.3.6.1.2.1.192.1.2.1.9
syslogMsgMsgID OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The msgid of the SYSLOG message.  A zero-length string
        indicates an unknown msgid.  The SYSLOG protocol specification
        constrains this string to printable US-ASCII code points."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 9 }

.1.3.6.1.2.1.192.1.2.1.10
syslogMsgSDParams OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of structured data element parameters
        carried in the SYSLOG message.  This number effectively
        indicates the number of entries in the syslogMsgSDTable.
        It can be used, for example, by a notification receiver
        to determine whether a notification carried all
        structured data element parameters of a SYSLOG message."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 10 }

.1.3.6.1.2.1.192.1.2.1.11
syslogMsgMsg OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The message part of the SYSLOG message.  The syntax does not
        impose a size restriction.  Implementations of this MIB module
        may truncate the message part of the SYSLOG message such that
        it fits into the size constraints imposed by the implementation
        environment.  Such truncations can also happen elsewhere in the
        SYSLOG forwarding chain.

        If the first octets contain the value 'EFBBBF'h, then the rest
        of the message is a UTF-8 string.  Since SYSLOG messages may be
        truncated at arbitrary octet boundaries during forwarding, the
        message may contain invalid UTF-8 encodings at the end."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgTable(2) syslogMsgEntry(1) 11 }

.1.3.6.1.2.1.192.1.3
syslogMsgSDTable OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing structured data elements of SYSLOG
        messages."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) 3 }

.1.3.6.1.2.1.192.1.3.1
syslogMsgSDEntry OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ syslogMsgIndex, syslogMsgSDParamIndex, syslogMsgSDID, syslogMsgSDParamName }
  DESCRIPTION	"An entry of the syslogMsgSDTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgSDTable(3) 1 }

.1.3.6.1.2.1.192.1.3.1.1
syslogMsgSDParamIndex OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indexes the structured data element parameters
        contained in a SYSLOG message.  The first structured data
        element parameter has the index value 1, and subsequent
        parameters are indexed by incrementing the index of the
        previous parameter.  The index increases across structured
        data element boundaries so that the value reflects the
        position of a structured data element parameter in a
        SYSLOG message."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgSDTable(3) syslogMsgSDEntry(1) 1 }

.1.3.6.1.2.1.192.1.3.1.2
syslogMsgSDID OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name (SD-ID) of a structured data element.  The SYSLOG
        protocol specification constrains this string to printable
        US-ASCII code points."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgSDTable(3) syslogMsgSDEntry(1) 2 }

.1.3.6.1.2.1.192.1.3.1.3
syslogMsgSDParamName OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of a parameter of the structured data element.  The
        SYSLOG protocol specification constrains this string to
        printable US-ASCII code points."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgSDTable(3) syslogMsgSDEntry(1) 3 }

.1.3.6.1.2.1.192.1.3.1.4
syslogMsgSDParamValue OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  -- TEXTUAL CONVENTION SyslogParamValueString
  SYNTAX	OCTET STRING
  DISPLAY-HINT	"65535t"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the parameter of a SYSLOG message identified by
        the index of this table.  The value is stored in the unescaped
        format."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgObjects(1) syslogMsgSDTable(3) syslogMsgSDEntry(1) 4 }

.1.3.6.1.2.1.192.2
syslogMsgConformance OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) 2 }

.1.3.6.1.2.1.192.2.1
syslogMsgGroups OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgConformance(2) 1 }

.1.3.6.1.2.1.192.2.1.1
syslogMsgNotificationGroup OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
  DESCRIPTION	"The notifications emitted by this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgConformance(2) syslogMsgGroups(1) 1 }

.1.3.6.1.2.1.192.2.1.2
syslogMsgGroup OBJECT-GROUP
  -- FROM	SYSLOG-MSG-MIB
  DESCRIPTION	"A collection of objects representing a SYSLOG message,
        excluding structured data elements."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgConformance(2) syslogMsgGroups(1) 2 }

.1.3.6.1.2.1.192.2.1.3
syslogMsgSDGroup OBJECT-GROUP
  -- FROM	SYSLOG-MSG-MIB
  DESCRIPTION	"A collection of objects representing the structured data
        elements of a SYSLOG message."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgConformance(2) syslogMsgGroups(1) 3 }

.1.3.6.1.2.1.192.2.1.4
syslogMsgControlGroup OBJECT-GROUP
  -- FROM	SYSLOG-MSG-MIB
  DESCRIPTION	"A collection of control objects to control the size of the
        syslogMsgTable and to enable/disable notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgConformance(2) syslogMsgGroups(1) 4 }

.1.3.6.1.2.1.192.2.2
syslogMsgCompliances OBJECT-TYPE
  -- FROM	SYSLOG-MSG-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgConformance(2) 2 }

.1.3.6.1.2.1.192.2.2.1
syslogMsgFullCompliance MODULE-COMPLIANCE
  -- FROM	SYSLOG-MSG-MIB
  DESCRIPTION	"The compliance statement for implementations of the
        SYSLOG-MSG-MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgConformance(2) syslogMsgCompliances(2) 1 }

.1.3.6.1.2.1.192.2.2.2
syslogMsgReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	SYSLOG-MSG-MIB
  DESCRIPTION	"The compliance statement for implementations of the
        SYSLOG-MSG-MIB that do not support read-write access."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgConformance(2) syslogMsgCompliances(2) 2 }

.1.3.6.1.2.1.192.2.2.3
syslogMsgNotificationCompliance MODULE-COMPLIANCE
  -- FROM	SYSLOG-MSG-MIB
  DESCRIPTION	"The compliance statement for implementations of the
        SYSLOG-MSG-MIB that do only generate notifications and do not
        provide a table to allow read access to SYSLOG message
        details."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) syslogMsgMib(192) syslogMsgConformance(2) syslogMsgCompliances(2) 3 }

.1.3.6.1.2.1.195
capwapDot11MIB MODULE-IDENTITY
  -- FROM	CAPWAP-DOT11-MIB
  DESCRIPTION	"Copyright (c) 2010 IETF Trust and the persons identified as
         authors of the code.  All rights reserved.

         Redistribution and use in source and binary forms, with or
         without modification, is permitted pursuant to, and subject
         to the license terms contained in, the Simplified BSD License
         set forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (http://trustee.ietf.org/license-info).

         This version of this MIB module is part of RFC 5834;
         see the RFC itself for full legal notices.

         This MIB module contains managed object definitions for
         CAPWAP Protocol binding for IEEE 802.11."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 195 }

.1.3.6.1.2.1.195.1
capwapDot11Objects OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) 1 }

.1.3.6.1.2.1.195.1.1
capwapDot11WlanTable OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that allows the operator to display and configure
         WLAN profiles, such as specifying the MAC type and tunnel mode
         for a WLAN.  Also, it helps the AC to configure a WLAN through
         the IEEE 802.11 MIB module.
         Values of all objects in this table are persistent at
         restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) 1 }

.1.3.6.1.2.1.195.1.1.1
capwapDot11WlanEntry OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapDot11WlanProfileId }
  DESCRIPTION	"A set of objects that stores the settings of a WLAN profile."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanTable(1) 1 }

.1.3.6.1.2.1.195.1.1.1.1
capwapDot11WlanProfileId OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  -- TEXTUAL CONVENTION CapwapDot11WlanIdProfileTC
  SYNTAX	Unsigned32 (1..512) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the identifier of a WLAN profile that has a
         corresponding capwapDot11WlanProfileIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanTable(1) capwapDot11WlanEntry(1) 1 }

.1.3.6.1.2.1.195.1.1.1.2
capwapDot11WlanProfileIfIndex OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the index value that uniquely identifies a
         WLAN Profile Interface.  The interface identified by a
         particular value of this index is the same interface as
         identified by the same value of the ifIndex.
         The creation of a row object in the capwapDot11WlanTable
         triggers the AC to automatically create an WLAN Profile
         Interface identified by an ifIndex without manual
         intervention.
         Most MIB tables in the IEEE 802.11 MIB module
         [IEEE.802-11.2007] use an ifIndex to identify an interface
         to facilitate the configuration and maintenance, for example,
         dot11AuthenticationAlgorithmsTable.
         Using the ifIndex of a WLAN Profile Interface, the Operator
         could configure a WLAN through the IEEE 802.11 MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanTable(1) capwapDot11WlanEntry(1) 2 }

.1.3.6.1.2.1.195.1.1.1.3
capwapDot11WlanMacType OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  -- TEXTUAL CONVENTION CapwapBaseMacTypeTC
  SYNTAX	INTEGER {localMAC(0), splitMAC(1), both(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents whether the WTP SHOULD support the WLAN in
         Local or Split MAC modes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanTable(1) capwapDot11WlanEntry(1) 3 }

.1.3.6.1.2.1.195.1.1.1.4
capwapDot11WlanTunnelMode OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  -- TEXTUAL CONVENTION CapwapBaseTunnelModeTC
  SYNTAX	BITS {localBridging(0), dot3Tunnel(1), nativeTunnel(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the frame tunneling mode to be used for IEEE 802.11
         data frames from all stations associated with the WLAN.
         Bits are exclusive with each other for a specific WLAN profile,
         and only one tunnel mode could be configured.
         If the operator set more than one bit, the value of the
         Response-PDU's error-status field is set to 'wrongValue',
         and the value of its error-index field is set to the index of
         the failed variable binding."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanTable(1) capwapDot11WlanEntry(1) 4 }

.1.3.6.1.2.1.195.1.1.1.5
capwapDot11WlanRowStatus OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or delete a row
         in this table.
         All the objects in a row can be modified only when the value
         of this object in the corresponding conceptual row is not
         'active'.  Thus, to modify one or more of the objects in
         this conceptual row:
              a. change the row status to 'notInService',
              b. change the values of the row
              c. change the row status to 'active'
         The capwapDot11WlanRowStatus may be changed to 'active'
         if all the managed objects in the conceptual row with
         MAX-ACCESS read-create have been assigned valid values.

         When the operator deletes a WLAN profile, the AC SHOULD
         check whether the WLAN profile is bound with a radio.
         If yes, the value of the Response-PDU's error-status field
         is set to 'inconsistentValue', and the value of its
         error-index field is set to the index of the failed variable
         binding.  If not, the row object could be deleted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanTable(1) capwapDot11WlanEntry(1) 5 }

.1.3.6.1.2.1.195.1.2
capwapDot11WlanBindTable OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that stores bindings between WLAN profiles
         (identified by capwapDot11WlanProfileId) and WTP Virtual Radio
         Interfaces.  The WTP Virtual Radio Interfaces on the AC
         correspond to physical layer (PHY) radios on the WTPs.
         It also stores the mappings between WLAN IDs and WLAN
         Basic Service Set (BSS) Interfaces.
         Values of all objects in this table are persistent at
         restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) 2 }

.1.3.6.1.2.1.195.1.2.1
capwapDot11WlanBindEntry OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, capwapDot11WlanProfileId }
  DESCRIPTION	"A set of objects that stores the binding of a WLAN profile
         to a WTP Virtual Radio Interface.  It also stores the mapping
         between WLAN ID and WLAN BSS Interface.
         The INDEX object ifIndex is the ifIndex of a WTP Virtual
         Radio Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanBindTable(2) 1 }

.1.3.6.1.2.1.195.1.2.1.1
capwapDot11WlanBindWlanId OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  -- TEXTUAL CONVENTION CapwapDot11WlanIdTC
  SYNTAX	Unsigned32 (1..16) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the WLAN ID of a WLAN.
         During a binding operation, the AC MUST select an unused
         WLAN ID from between 1 and 16 [RFC5416].  For example, to bind
         another WLAN profile to a radio that has been bound with
         a WLAN profile, WLAN ID 2 should be assigned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanBindTable(2) capwapDot11WlanBindEntry(1) 1 }

.1.3.6.1.2.1.195.1.2.1.2
capwapDot11WlanBindBssIfIndex OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the index value that uniquely identifies a
         WLAN BSS Interface.  The interface identified by a
         particular value of this index is the same interface as
         identified by the same value of the ifIndex.
         The ifIndex here is for a WLAN BSS Interface.
         The creation of a row object in the capwapDot11WlanBindTable
         triggers the AC to automatically create a WLAN BSS Interface
         identified by an ifIndex without manual intervention.
         The PHY address of the capwapDot11WlanBindBssIfIndex is the
         BSSID.  While manufacturers are free to assign BSSIDs by using
         any arbitrary mechanism, it is advised that where possible the
         BSSIDs are assigned as a contiguous block.
         When assigned as a block, implementations can still assign
         any of the available BSSIDs to any WLAN.  One possible method
         is for the WTP to assign the address using the following
         algorithm: base BSSID address + WLAN ID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanBindTable(2) capwapDot11WlanBindEntry(1) 2 }

.1.3.6.1.2.1.195.1.2.1.3
capwapDot11WlanBindRowStatus OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or delete a row
         in this table.
         All the objects in a row can be modified only when the value
         of this object in the corresponding conceptual row is not
         'active'.  Thus, to modify one or more of the objects in
         this conceptual row:
              a. change the row status to 'notInService',
              b. change the values of the row
              c. change the row status to 'active'"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Objects(1) capwapDot11WlanBindTable(2) capwapDot11WlanBindEntry(1) 3 }

.1.3.6.1.2.1.195.2
capwapDot11Conformance OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) 2 }

.1.3.6.1.2.1.195.2.1
capwapDot11Groups OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Conformance(2) 1 }

.1.3.6.1.2.1.195.2.1.1
capwapDot11WlanGroup OBJECT-GROUP
  -- FROM	CAPWAP-DOT11-MIB
  DESCRIPTION	"A collection of objects that is used to configure
         the properties of a WLAN profile."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Conformance(2) capwapDot11Groups(1) 1 }

.1.3.6.1.2.1.195.2.1.2
capwapDot11WlanBindGroup OBJECT-GROUP
  -- FROM	CAPWAP-DOT11-MIB
  DESCRIPTION	"A collection of objects that is used to bind the
         WLAN profiles with a radio."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Conformance(2) capwapDot11Groups(1) 2 }

.1.3.6.1.2.1.195.2.2
capwapDot11Compliances OBJECT-TYPE
  -- FROM	CAPWAP-DOT11-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Conformance(2) 2 }

.1.3.6.1.2.1.195.2.2.1
capwapDot11Compliance MODULE-COMPLIANCE
  -- FROM	CAPWAP-DOT11-MIB
  DESCRIPTION	"Describes the requirements for conformance to the
         CAPWAP-DOT11-MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapDot11MIB(195) capwapDot11Conformance(2) capwapDot11Compliances(2) 1 }

.1.3.6.1.2.1.196
capwapBaseMIB MODULE-IDENTITY
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"Copyright (c) 2010 IETF Trust and the persons identified as
         authors of the code. All rights reserved.

         Redistribution and use in source and binary forms, with or
         without modification, is permitted pursuant to, and subject
         to the license terms contained in, the Simplified BSD License
         set forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (http://trustee.ietf.org/license-info).

         This version of this MIB module is part of RFC 5833;
         see the RFC itself for full legal notices.

         This MIB module contains managed object definitions for
         the CAPWAP Protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 196 }

.1.3.6.1.2.1.196.0
capwapBaseNotifications OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) 0 }

.1.3.6.1.2.1.196.0.1
capwapBaseChannelUp NOTIFICATION-TYPE
  -- FROM	CAPWAP-BASE-MIB
  OBJECTS	{ capwapBaseNtfWtpId, capwapBaseNtfChannelType, capwapBaseNtfAuthenMethod }
  DESCRIPTION	"This notification is sent by the AC when a CAPWAP channel
         is established.
         The notification is separated for data or control channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseNotifications(0) 1 }

.1.3.6.1.2.1.196.0.2
capwapBaseChannelDown NOTIFICATION-TYPE
  -- FROM	CAPWAP-BASE-MIB
  OBJECTS	{ capwapBaseNtfWtpId, capwapBaseNtfChannelType, capwapBaseNtfChannelDownReason }
  DESCRIPTION	"This notification is sent by the AC when a CAPWAP channel
         is down.
         The notification is separated for data or control channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseNotifications(0) 2 }

.1.3.6.1.2.1.196.0.3
capwapBaseDecryptErrorReport NOTIFICATION-TYPE
  -- FROM	CAPWAP-BASE-MIB
  OBJECTS	{ capwapBaseNtfWtpId, capwapBaseNtfRadioId, capwapBaseNtfStationIdList }
  DESCRIPTION	"This notification is generated when a WTP has had a
         decryption error since the last report."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseNotifications(0) 3 }

.1.3.6.1.2.1.196.0.4
capwapBaseJoinFailure NOTIFICATION-TYPE
  -- FROM	CAPWAP-BASE-MIB
  OBJECTS	{ capwapBaseNtfWtpId, capwapBaseNtfJoinFailureReason }
  DESCRIPTION	"This notification is generated when a WTP fails to join."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseNotifications(0) 4 }

.1.3.6.1.2.1.196.0.5
capwapBaseImageUpgradeFailure NOTIFICATION-TYPE
  -- FROM	CAPWAP-BASE-MIB
  OBJECTS	{ capwapBaseNtfWtpId, capwapBaseNtfImageFailureReason }
  DESCRIPTION	"This notification is generated when a WTP fails to update
         the firmware image."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseNotifications(0) 5 }

.1.3.6.1.2.1.196.0.6
capwapBaseConfigMsgError NOTIFICATION-TYPE
  -- FROM	CAPWAP-BASE-MIB
  OBJECTS	{ capwapBaseNtfWtpId, capwapBaseNtfConfigMsgErrorType, capwapBaseNtfMsgErrorElements }
  DESCRIPTION	"This notification is generated when a WTP receives message
         elements in the configuration management messages that it
         is unable to apply locally."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseNotifications(0) 6 }

.1.3.6.1.2.1.196.0.7
capwapBaseRadioOperableStatus NOTIFICATION-TYPE
  -- FROM	CAPWAP-BASE-MIB
  OBJECTS	{ capwapBaseNtfWtpId, capwapBaseNtfRadioId, capwapBaseNtfRadioOperStatusFlag, capwapBaseNtfRadioStatusCause }
  DESCRIPTION	"The notification is generated when a radio's operational state
         has changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseNotifications(0) 7 }

.1.3.6.1.2.1.196.0.8
capwapBaseAuthenFailure NOTIFICATION-TYPE
  -- FROM	CAPWAP-BASE-MIB
  OBJECTS	{ capwapBaseNtfWtpId, capwapBaseNtfChannelType, capwapBaseNtfAuthenMethod, capwapBaseNtfAuthenFailureReason }
  DESCRIPTION	"This is notification of an authentication failure event
         and provides the reason for it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseNotifications(0) 8 }

.1.3.6.1.2.1.196.1
capwapBaseObjects OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) 1 }

.1.3.6.1.2.1.196.1.1
capwapBaseAc OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) 1 }

.1.3.6.1.2.1.196.1.1.1
capwapBaseWtpSessions OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Gauge32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of WTPs that are connecting to
         the AC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) 1 }

.1.3.6.1.2.1.196.1.1.2
capwapBaseWtpSessionsLimit OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximum number of WTP sessions configured on
         the AC.
         The value of the object is persistent at restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) 2 }

.1.3.6.1.2.1.196.1.1.3
capwapBaseStationSessions OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Gauge32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of stations that are accessing
         the wireless service provided by the AC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) 3 }

.1.3.6.1.2.1.196.1.1.4
capwapBaseStationSessionsLimit OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximum number of station sessions configured
         on the AC.
         The value of the object is persistent at restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) 4 }

.1.3.6.1.2.1.196.1.1.5
capwapBaseDataChannelDTLSPolicyOptions OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	BITS {other(0), clear(1), dtls(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The AC communicates its policy on the use of DTLS for
         the CAPWAP data channel.
         The AC MAY support more than one option, represented by the bit
         field below:
           other(0) - Other method, for example, vendor specific
           clear(1) - Clear text
           dtls(2)  - DTLS"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) 5 }

.1.3.6.1.2.1.196.1.1.6
capwapBaseControlChannelAuthenOptions OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	BITS {x509(0), psk(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the authentication credential type supported by the
         AC for CAPWAP control channel.
         The AC MAY support more than one option, represented by the bit
         field below:
           x509(0) - X.509 certificate based
           psk(1)  - Pre-Shared secret"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) 6 }

.1.3.6.1.2.1.196.1.1.9
capwapBaseAcNameListTable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that configure the AC name list.
         Values of all read-create objects in this table are
         persistent at restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) 9 }

.1.3.6.1.2.1.196.1.1.9.1
capwapBaseAcNameListEntry OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapBaseAcNameListId }
  DESCRIPTION	"A set of objects that configures the AC name list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) capwapBaseAcNameListTable(9) 1 }

.1.3.6.1.2.1.196.1.1.9.1.1
capwapBaseAcNameListId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the unique identifier of an AC Name list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) capwapBaseAcNameListTable(9) capwapBaseAcNameListEntry(1) 1 }

.1.3.6.1.2.1.196.1.1.9.1.2
capwapBaseAcNameListName OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION LongUtf8String
  SYNTAX	OCTET STRING (1..512) 
  DISPLAY-HINT	"1024a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of an AC, and it is expected to be
         an UTF-8 encoded string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) capwapBaseAcNameListTable(9) capwapBaseAcNameListEntry(1) 2 }

.1.3.6.1.2.1.196.1.1.9.1.3
capwapBaseAcNameListPriority OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the priority order of the preferred AC.
         For instance, the value of one (1) is used to set the primary
         AC, the value of two (2) is used to set the secondary AC, etc."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) capwapBaseAcNameListTable(9) capwapBaseAcNameListEntry(1) 3 }

.1.3.6.1.2.1.196.1.1.9.1.4
capwapBaseAcNameListRowStatus OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create, modify, and/or delete a row
         in this table.
         The value of capwapBaseAcNameListName and
         capwapBaseAcNameListPriority can be changed when this
         object is in state 'active' or in 'notInService'.
         The capwapBaseAcNameListRowStatus may be changed to 'active'
         if all the managed objects in the conceptual row with
         MAX-ACCESS read-create have been assigned valid values."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) capwapBaseAcNameListTable(9) capwapBaseAcNameListEntry(1) 4 }

.1.3.6.1.2.1.196.1.1.10
capwapBaseMacAclTable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that configure station Access Control
         Lists (ACLs).
         The WTP will not provide service to the MAC addresses
         configured in this table.
         Values of all read-create objects in this table are persistent
         at AC restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) 10 }

.1.3.6.1.2.1.196.1.1.10.1
capwapBaseMacAclEntry OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapBaseMacAclId }
  DESCRIPTION	"A set of objects that configures station Access Control
         Lists (ACLs)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) capwapBaseMacAclTable(10) 1 }

.1.3.6.1.2.1.196.1.1.10.1.1
capwapBaseMacAclId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the unique identifier of an ACL."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) capwapBaseMacAclTable(10) capwapBaseMacAclEntry(1) 1 }

.1.3.6.1.2.1.196.1.1.10.1.2
capwapBaseMacAclStationId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseStationIdTC
  SYNTAX	OCTET STRING (6 | 8) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the MAC address of a station to which WTPs will
         no longer provides service."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) capwapBaseMacAclTable(10) capwapBaseMacAclEntry(1) 2 }

.1.3.6.1.2.1.196.1.1.10.1.3
capwapBaseMacAclRowStatus OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create, modify, and/or delete a row
         in this table.
         The value of capwapBaseMacAclStationId can be changed when
         this object is in state 'active' or in 'notInService'.
         The capwapBaseMacAclRowStatus may be changed to 'active'
         if all the managed objects in the conceptual row with
         MAX-ACCESS read-create have been assigned valid values."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseAc(1) capwapBaseMacAclTable(10) capwapBaseMacAclEntry(1) 3 }

.1.3.6.1.2.1.196.1.2
capwapBaseWtps OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) 2 }

.1.3.6.1.2.1.196.1.2.1
capwapBaseWtpProfileTable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that configure WTP profiles for WTPs to
         be managed before they connect to the AC.
         An operator could change a WTP's configuration by changing
         the values of parameters in the corresponding WTP profile,
         then the WTP could get the new configuration through the
         CAPWAP control channel.



Shi, et al.                   Informational                    [Page 23]

RFC 5833                CAPWAP Protocol Base MIB                May 2010


         Values of all read-create objects in this table are
         persistent at restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) 1 }

.1.3.6.1.2.1.196.1.2.1.1
capwapBaseWtpProfileEntry OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapBaseWtpProfileId }
  DESCRIPTION	"A set of objects that configures and displays a WTP profile."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) 1 }

.1.3.6.1.2.1.196.1.2.1.1.1
capwapBaseWtpProfileId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseWtpProfileIdTC
  SYNTAX	Unsigned32 (0..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the unique identifier of a WTP profile."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 1 }

.1.3.6.1.2.1.196.1.2.1.1.2
capwapBaseWtpProfileName OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of a WTP profile."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 2 }

.1.3.6.1.2.1.196.1.2.1.1.3
capwapBaseWtpProfileWtpMacAddress OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseWtpIdTC
  SYNTAX	OCTET STRING (6 | 8) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the Base MAC address of a WTP.
         A WTP profile MUST contain the Base MAC address of the WTP
         because the CAPWAP message received from the WTP contains
         its Base MAC address and the AC uses the Base MAC address to
         find the corresponding WTP profile.
         Section 4.6.40 of [RFC5415] omits indicating that the WTP's
         Base MAC address must be included in the WTP Board Data
         message element.  This is a known errata item and should be
         fixed in any future revision of the RFC 5415."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 3 }

.1.3.6.1.2.1.196.1.2.1.1.4
capwapBaseWtpProfileWtpModelNumber OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the model number of a WTP.
         A WTP profile MUST include the WTP's model number, which
         reflects the number of Physical Layer (PHY) radios on the WTP.
         In this way, the creation of a WTP profile triggers the AC
         to automatically create the same number of WTP Virtual Radio
         Interfaces corresponding to the WTP's PHY radios without
         manual intervention.  With the ifIndexes of WTP Virtual
         Radio Interfaces, the operator could configure and manage
         the WTP's PHY radios through the wireless binding MIB
         modules."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 4 }

.1.3.6.1.2.1.196.1.2.1.1.5
capwapBaseWtpProfileWtpName OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION LongUtf8String
  SYNTAX	OCTET STRING (1..512) 
  DISPLAY-HINT	"1024a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of the WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 5 }

.1.3.6.1.2.1.196.1.2.1.1.6
capwapBaseWtpProfileWtpLocation OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION LongUtf8String
  SYNTAX	OCTET STRING (1..1024) 
  DISPLAY-HINT	"1024a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the location of the WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 6 }

.1.3.6.1.2.1.196.1.2.1.1.7
capwapBaseWtpProfileWtpStaticIpEnable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents whether the WTP SHOULD use a static IP address
         or not.  A value of false disables the static IP address,
         while a value of true enables it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 7 }

.1.3.6.1.2.1.196.1.2.1.1.8
capwapBaseWtpProfileWtpStaticIpType OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the static IP address type used by the WTP.
         Only ipv4(1) is supported by the object.
         Although the CAPWAP protocol [RFC5415] supports both IPv4
         and IPv6, note that the CAPWAP field modeled by this
         object does not support IPv6, so the object does not
         support ipv6(2)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 8 }

.1.3.6.1.2.1.196.1.2.1.1.9
capwapBaseWtpProfileWtpStaticIpAddress OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When capwapBaseWtpProfileWtpStaticIpEnable is true,
         it represents the static IP address to be assigned to the WTP.
         The format of this IP address is determined by the
         corresponding instance of object
         capwapBaseWtpProfileWtpStaticIpType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 9 }

.1.3.6.1.2.1.196.1.2.1.1.10
capwapBaseWtpProfileWtpNetmask OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When capwapBaseWtpProfileWtpStaticIpEnable is true,
         it represents the netmask to be assigned to the WTP.
         The format of this netmask is determined by the
         corresponding instance of object
         capwapBaseWtpProfileWtpStaticIpType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 10 }

.1.3.6.1.2.1.196.1.2.1.1.11
capwapBaseWtpProfileWtpGateway OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When capwapBaseWtpProfileWtpStaticIpEnable is true,
         it represents the gateway to be assigned to the WTP.
         The format of this IP address is determined by the
         corresponding instance of object
         capwapBaseWtpProfileWtpStaticIpType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 11 }

.1.3.6.1.2.1.196.1.2.1.1.12
capwapBaseWtpProfileWtpFallbackEnable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents whether to enable or disable automatic CAPWAP
         fallback in the event that a WTP detects its preferred AC
         and is not currently connected to it.
         The following enumerated values are supported:
           enabled(1)  - The fallback mode is enabled
           disabled(2) - The fallback mode is disabled"
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 12 }

.1.3.6.1.2.1.196.1.2.1.1.13
capwapBaseWtpProfileWtpEchoInterval OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the minimum time, in seconds, between sending Echo
         Request messages to the AC that the WTP has joined."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 13 }

.1.3.6.1.2.1.196.1.2.1.1.14
capwapBaseWtpProfileWtpIdleTimeout OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the idle timeout value that the WTP SHOULD enforce
         for its active stations."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 14 }

.1.3.6.1.2.1.196.1.2.1.1.15
capwapBaseWtpProfileWtpMaxDiscoveryInterval OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32 (2..180) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the maximum time allowed between sending Discovery
         Request messages, in seconds."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 15 }

.1.3.6.1.2.1.196.1.2.1.1.16
capwapBaseWtpProfileWtpReportInterval OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval for WTP to send the Decryption Error
         report."
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 16 }

.1.3.6.1.2.1.196.1.2.1.1.17
capwapBaseWtpProfileWtpStatisticsTimer OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval the WTP uses between the WTP Event
         Requests it transmits to the AC to communicate its statistics,
         in seconds."
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 17 }

.1.3.6.1.2.1.196.1.2.1.1.18
capwapBaseWtpProfileWtpEcnSupport OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {limited(0), fullAndLimited(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the support for the Explicit Congestion Notification
         (ECN) bits, as defined in [RFC3168].
         The following enumerated values are supported:
           limited(0)        - Limited ECN support
           fullAndLimited(1) - Full and limited ECN support
         Note that the CAPWAP field [RFC5415] modeled by this
         object takes zero as starting value; this MIB object follows
         that rule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 18 }

.1.3.6.1.2.1.196.1.2.1.1.19
capwapBaseWtpProfileRowStatus OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create, modify, and/or delete a row
         in this table.
         The value of capwapBaseWtpProfileName,
         capwapBaseWtpProfileWtpName and capwapBaseWtpProfileWtpLocation
         can be changed when this object is in state 'active' or in
         'notInService'.
         The other objects in a row can be modified only when the value
         of this object in the corresponding conceptual row is not
         'active'.  Thus, to modify one or more of the objects in
         this conceptual row:
              a. change the row status to 'notInService'
              b. change the values of the row
              c. change the row status to 'active'
         The capwapBaseWtpProfileRowStatus may be changed to 'active'
         if the managed objects capwapBaseWtpProfileName,
         capwapBaseWtpProfileWtpMacAddress,
         capwapBaseWtpProfileWtpModelNumber,
         capwapBaseWtpProfileWtpName, and
         capwapBaseWtpProfileWtpLocation in the conceptual row
         have been assigned valid values.

         Deleting a WTP profile in use will disconnect the WTP from
         the AC.  So the network management system SHOULD
         ask the operator to confirm such an operation.
         When a WTP profile entry is removed from the table,
         the corresponding WTP Virtual Radio Interfaces are also
         removed from the capwapBaseWirelessBindingTable and
         ifTable [RFC2863].
         Also, the related object instances SHOULD be removed from
         the wireless binding MIB modules such as the IEEE 802.11
         MIB module [IEEE.802-11.2007]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpProfileTable(1) capwapBaseWtpProfileEntry(1) 19 }

.1.3.6.1.2.1.196.1.2.2
capwapBaseWtpStateTable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that indicate the AC's CAPWAP FSM state
         for each WTP, and helps the operator to query a WTP's
         current configuration."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) 2 }

.1.3.6.1.2.1.196.1.2.2.1
capwapBaseWtpStateEntry OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapBaseWtpStateWtpId }
  DESCRIPTION	"A set of objects that displays the AC's CAPWAP FSM state
         for each WTP.
         Also, the operator could query the current configuration
         of a WTP by using the identifier of the corresponding
         WTP profile."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) 1 }

.1.3.6.1.2.1.196.1.2.2.1.1
capwapBaseWtpStateWtpId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseWtpIdTC
  SYNTAX	OCTET STRING (6 | 8) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the unique identifier of a WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) capwapBaseWtpStateEntry(1) 1 }

.1.3.6.1.2.1.196.1.2.2.1.2
capwapBaseWtpStateWtpIpAddressType OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address type of a WTP.
         Only ipv4(1) and ipv6(2) are supported by the object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) capwapBaseWtpStateEntry(1) 2 }

.1.3.6.1.2.1.196.1.2.2.1.3
capwapBaseWtpStateWtpIpAddress OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address of a WTP that corresponds to
         the IP address in the IP packet header.
         The format of this IP address is determined by
         the corresponding instance of object
         capwapBaseWtpStateWtpIpAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) capwapBaseWtpStateEntry(1) 3 }

.1.3.6.1.2.1.196.1.2.2.1.4
capwapBaseWtpStateWtpLocalIpAddressType OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the local IP address type of a WTP.
         Only ipv4(1) and ipv6(2) are supported by the object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) capwapBaseWtpStateEntry(1) 4 }

.1.3.6.1.2.1.196.1.2.2.1.5
capwapBaseWtpStateWtpLocalIpAddress OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the local IP address of a WTP and models the
         CAPWAP Local IPv4 Address or CAPWAP Local IPv6 Address fields
         [RFC5415].
         If a Network Address Translation (NAT) device is present
         between WTP and AC, the value of
         capwapBaseWtpStateWtpLocalIpAddress will be different from the
         value of capwapBaseWtpStateWtpIpAddress.
         The format of this IP address is determined by
         the corresponding instance of object
         capwapBaseWtpStateWtpLocalIpAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) capwapBaseWtpStateEntry(1) 5 }

.1.3.6.1.2.1.196.1.2.2.1.6
capwapBaseWtpStateWtpBaseMacAddress OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING (6 | 8) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the WTP's Base MAC Address, which MAY be
         assigned to the primary Ethernet interface.
         The instance of the object corresponds to the Base MAC Address
         sub-element in the CAPWAP protocol [RFC5415]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) capwapBaseWtpStateEntry(1) 6 }

.1.3.6.1.2.1.196.1.2.2.1.7
capwapBaseWtpState OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {dtls(1), join(2), image(3), configure(4), dataCheck(5), run(6), reset(7), dtlsTeardown(8), unknown(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the various possibilities of the AC's CAPWAP FSM
         state for each WTP.
         The following enumerated values are supported:
           dtls(1)         - DTLS negotiation states, which include
                             DTLS setup, authorize, DTLS connect
           join(2)         - The WTP is joining with the AC
           image(3)        - The WTP is downloading software
           configure(4)    - The WTP is getting configuration from
                             the AC
           dataCheck(5)    - The AC is waiting for the Data Channel Keep
                             Alive Packet
           run(6)          - The WTP enters the running state
           reset(7)        - The AC transmits a reset request message
                             to the WTP
           dtlsTeardown(8) - DTLS session is torn down
           unknown(9)      - Operator already prepared configuration
                             for the WTP, while the WTP has not
                             contacted the AC until now"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) capwapBaseWtpStateEntry(1) 7 }

.1.3.6.1.2.1.196.1.2.2.1.8
capwapBaseWtpStateWtpUpTime OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time (in hundredths of a second) since the
         WTP has been in the running state (corresponding to the
         value run(6) of capwapBaseWtpState)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) capwapBaseWtpStateEntry(1) 8 }

.1.3.6.1.2.1.196.1.2.2.1.9
capwapBaseWtpStateWtpCurrWtpProfileId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseWtpProfileIdTC
  SYNTAX	Unsigned32 (0..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current identifier of a WTP profile.
         The operator could query a WTP's current configuration
         with the identifier of a WTP profile."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpStateTable(2) capwapBaseWtpStateEntry(1) 9 }

.1.3.6.1.2.1.196.1.2.3
capwapBaseWtpTable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that display properties of the WTPs
         in running state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) 3 }

.1.3.6.1.2.1.196.1.2.3.1
capwapBaseWtpEntry OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapBaseWtpCurrId }
  DESCRIPTION	"A set of objects that displays properties of the WTPs
         in running state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) 1 }

.1.3.6.1.2.1.196.1.2.3.1.1
capwapBaseWtpCurrId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseWtpIdTC
  SYNTAX	OCTET STRING (6 | 8) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the unique identifier of a WTP in running state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) capwapBaseWtpEntry(1) 1 }

.1.3.6.1.2.1.196.1.2.3.1.2
capwapBaseWtpPhyIndex OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the unique physical index of a physical entity
         in the ENTITY-MIB module [RFC4133].
         Information about a specific WTP such as its software version
         could be accessed through this index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) capwapBaseWtpEntry(1) 2 }

.1.3.6.1.2.1.196.1.2.3.1.3
capwapBaseWtpBaseMacAddress OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING (6 | 8) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the WTP's Base MAC Address, which MAY be assigned
         to the primary Ethernet interface.
         The instance of the object corresponds to the Base MAC Address
         sub-element in the CAPWAP protocol [RFC5415]."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) capwapBaseWtpEntry(1) 3 }

.1.3.6.1.2.1.196.1.2.3.1.4
capwapBaseWtpTunnelModeOptions OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseTunnelModeTC
  SYNTAX	BITS {localBridging(0), dot3Tunnel(1), nativeTunnel(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the tunneling modes of operation supported by
         the WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) capwapBaseWtpEntry(1) 4 }

.1.3.6.1.2.1.196.1.2.3.1.5
capwapBaseWtpMacTypeOptions OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseMacTypeTC
  SYNTAX	INTEGER {localMAC(0), splitMAC(1), both(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC mode of operation supported by the WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) capwapBaseWtpEntry(1) 5 }

.1.3.6.1.2.1.196.1.2.3.1.6
capwapBaseWtpDiscoveryType OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {unknown(0), staticConfig(1), dhcp(2), dns(3), acRef(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how the WTP discovers the AC.
         The following enumerated values are supported:
           unknown(0)      - Unknown
           staticConfig(1) - Static configuration
           dhcp(2)         - DHCP
           dns(3)          - DNS
           acRef(4)        - AC referral
         Note that the CAPWAP field [RFC5415] modeled by this
         object takes zero as starting value; this MIB object
         follows that rule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) capwapBaseWtpEntry(1) 6 }

.1.3.6.1.2.1.196.1.2.3.1.7
capwapBaseWtpRadiosInUseNum OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Gauge32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of radios in use on the WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) capwapBaseWtpEntry(1) 7 }

.1.3.6.1.2.1.196.1.2.3.1.8
capwapBaseWtpRadioNumLimit OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum radio number supported by the WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) capwapBaseWtpEntry(1) 8 }

.1.3.6.1.2.1.196.1.2.3.1.9
capwapBaseWtpRetransmitCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of retransmissions for a given
         CAPWAP packet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpTable(3) capwapBaseWtpEntry(1) 9 }

.1.3.6.1.2.1.196.1.2.4
capwapBaseWirelessBindingTable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that display the mappings between
         WTP Virtual Radio Interfaces and PHY radios, and the
         wireless binding type for each PHY radio.
         As capwapBaseWirelessBindingTable stores the mappings between
         PHY radios (Radio IDs) and the ifIndexes of WTP Virtual Radio
         Interfaces, the operator can get the ifIndex information by
         querying this table.  Such a query operation SHOULD run from
         radio ID 1 to radio ID 31 according to [RFC5415],
         and stop when an invalid ifIndex value (0) is returned.
         Values of all objects in this table are persistent at
         restart/reboot."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) 4 }

.1.3.6.1.2.1.196.1.2.4.1
capwapBaseWirelessBindingEntry OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapBaseWtpProfileId, capwapBaseWirelessBindingRadioId }
  DESCRIPTION	"A set of objects that displays the mapping between
         a specific WTP Virtual Radio Interface and a PHY
         radio, and the wireless binding type for the PHY radio."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWirelessBindingTable(4) 1 }

.1.3.6.1.2.1.196.1.2.4.1.1
capwapBaseWirelessBindingRadioId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseRadioIdTC
  SYNTAX	Unsigned32 (1..31) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the identifier of a PHY radio on a WTP, which
         is required to be unique on a WTP.
         For example, WTP A and WTP B use a same value of
         capwapBaseWirelessBindingRadioId for their first radio."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWirelessBindingTable(4) capwapBaseWirelessBindingEntry(1) 1 }

.1.3.6.1.2.1.196.1.2.4.1.2
capwapBaseWirelessBindingVirtualRadioIfIndex OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the index value that uniquely identifies a
         WLAN Virtual Radio Interface.  The interface identified by
         a particular value of this index is the same interface as
         identified by the same value of the ifIndex.
         Before WTPs contact the AC to get configuration,
         the operator configures WTP profiles for them.
         The creation of a WTP profile triggers the system to
         automatically create a specific number of WTP Virtual Radio
         Interfaces and add a new row object in the
         capwapBaseWirelessBindingTable without manual intervention.
         As most MIB modules use the ifIndex to identify an interface
         for configuration and statistical data (for example, the IEEE
         802.11 MIB module [IEEE.802-11.2007]), it will be easy to
         reuse other wireless binding MIB modules through the WTP
         Virtual Radio Interface in the Centralized WLAN
         Architecture."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWirelessBindingTable(4) capwapBaseWirelessBindingEntry(1) 2 }

.1.3.6.1.2.1.196.1.2.4.1.3
capwapBaseWirelessBindingType OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {dot11(1), epc(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the wireless binding type for the radio.
         The following enumerated values are supported:
           dot11(1) - IEEE 802.11
           epc(3)   - EPCGlobal"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWirelessBindingTable(4) capwapBaseWirelessBindingEntry(1) 3 }

.1.3.6.1.2.1.196.1.2.5
capwapBaseStationTable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that display stations that are accessing
         the wireless service provided by the AC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) 5 }

.1.3.6.1.2.1.196.1.2.5.1
capwapBaseStationEntry OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapBaseStationId }
  DESCRIPTION	"A set of objects that displays a station that is
         associated with the specific radio on the WTP.
         Note that in some cases such as roaming that a station may
         simultaneously associate with two WTPs for some (short) time.
         The MIB implementation MUST ensure there is only one valid
         and meaningful entry for a specific station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseStationTable(5) 1 }

.1.3.6.1.2.1.196.1.2.5.1.1
capwapBaseStationId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseStationIdTC
  SYNTAX	OCTET STRING (6 | 8) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the unique identifier of the station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseStationTable(5) capwapBaseStationEntry(1) 1 }

.1.3.6.1.2.1.196.1.2.5.1.2
capwapBaseStationWtpId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseWtpIdTC
  SYNTAX	OCTET STRING (6 | 8) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the unique identifier of a WTP in running state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseStationTable(5) capwapBaseStationEntry(1) 2 }

.1.3.6.1.2.1.196.1.2.5.1.3
capwapBaseStationWtpRadioId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseRadioIdTC
  SYNTAX	Unsigned32 (1..31) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the identifier of a PHY radio on a WTP, which
         is required to be unique on a WTP.
         For example, WTP A and WTP B use a same value of
         capwapBaseStationWtpRadioId for their first radio."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseStationTable(5) capwapBaseStationEntry(1) 3 }

.1.3.6.1.2.1.196.1.2.5.1.4
capwapBaseStationAddedTime OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time when the station is added."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseStationTable(5) capwapBaseStationEntry(1) 4 }

.1.3.6.1.2.1.196.1.2.5.1.5
capwapBaseStationVlanName OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents VLAN name to which the station is associated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseStationTable(5) capwapBaseStationEntry(1) 5 }

.1.3.6.1.2.1.196.1.2.6
capwapBaseWtpEventsStatsTable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that display the WTPs' events statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) 6 }

.1.3.6.1.2.1.196.1.2.6.1
capwapBaseWtpEventsStatsEntry OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapBaseWtpCurrId }
  DESCRIPTION	"A set of objects that displays the events statistics
         of a WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpEventsStatsTable(6) 1 }

.1.3.6.1.2.1.196.1.2.6.1.1
capwapBaseWtpEventsStatsRebootCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of reboots that have occurred due to a
         WTP crash.
         Note that the CAPWAP field [RFC5415] modeled by this counter
         takes the value 65535 to indicate that the information is not
         available on the WTP.  This MIB object does not follow this
         behavior, which would not be standard in SMIv2.  If the WTP
         does not have the information, the agent will not instantiate
         the object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpEventsStatsTable(6) capwapBaseWtpEventsStatsEntry(1) 1 }

.1.3.6.1.2.1.196.1.2.6.1.2
capwapBaseWtpEventsStatsInitCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of reboots that have occurred at the
         request of a CAPWAP protocol message, such as a change in
         configuration that requires a reboot or an explicit CAPWAP
         protocol reset request.
         Note that the CAPWAP field [RFC5415] modeled by this counter
         takes the value 65535 to indicate that the information is not
         available on the WTP.  This MIB object does not follow this
         behavior, which would not be standard in SMIv2.  If the WTP
         does not have the information, the agent will not instantiate
         the object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpEventsStatsTable(6) capwapBaseWtpEventsStatsEntry(1) 2 }

.1.3.6.1.2.1.196.1.2.6.1.3
capwapBaseWtpEventsStatsLinkFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that a CAPWAP protocol
         connection with an AC has failed due to link failures."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpEventsStatsTable(6) capwapBaseWtpEventsStatsEntry(1) 3 }

.1.3.6.1.2.1.196.1.2.6.1.4
capwapBaseWtpEventsStatsSwFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that a CAPWAP protocol
         connection with an AC has failed due to software-related
         reasons."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpEventsStatsTable(6) capwapBaseWtpEventsStatsEntry(1) 4 }

.1.3.6.1.2.1.196.1.2.6.1.5
capwapBaseWtpEventsStatsHwFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that a CAPWAP protocol
         connection with an AC has failed due to hardware-related
         reasons."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpEventsStatsTable(6) capwapBaseWtpEventsStatsEntry(1) 5 }

.1.3.6.1.2.1.196.1.2.6.1.6
capwapBaseWtpEventsStatsOtherFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that a CAPWAP protocol
         connection with an AC has failed due to known reasons, other
         than the AC-initiated, link, software or hardware failures."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpEventsStatsTable(6) capwapBaseWtpEventsStatsEntry(1) 6 }

.1.3.6.1.2.1.196.1.2.6.1.7
capwapBaseWtpEventsStatsUnknownFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that a CAPWAP protocol
         connection with an AC has failed for unknown reasons."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpEventsStatsTable(6) capwapBaseWtpEventsStatsEntry(1) 7 }

.1.3.6.1.2.1.196.1.2.6.1.8
capwapBaseWtpEventsStatsLastFailureType OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {unsupported(0), acInit(1), linkFailure(2), swFailure(3), hwFailure(4), otherFailure(5), unknown(255)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the failure type of the most recent WTP failure.
         The following enumerated values are supported:
           unsupported(0)  - Not supported
           acInit(1)       - The AC initiated
           linkFailure(2)  - Link failure
           swFailure(3)    - Software failure
           hwFailure(4)    - Hardware failure
           otherFailure(5) - Other failure
           unknown(255)    - Unknown (e.g., WTP doesn't keep track
                             of info)
         Note that the CAPWAP field [RFC5415] modeled by this
         object takes zero as starting value; this MIB object
         follows that rule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseWtpEventsStatsTable(6) capwapBaseWtpEventsStatsEntry(1) 8 }

.1.3.6.1.2.1.196.1.2.7
capwapBaseRadioEventsStatsTable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects that display statistics on the radios'
         behaviors and reasons why the WTP radio has been reset.
         To get the events statistics of all radios on a specific WTP
         (identified by the capwapBaseWtpCurrId), a query
         operation SHOULD run from radio ID 1 to radio ID 31 until there
         is no data returned.  The radio ID here corresponds to the
         object capwapBaseRadioEventsWtpRadioId.  If the previous MIB
         operations such as query on the capwapBaseWirelessBindingTable
         know the exact value of each radio ID, the query operation on
         the capwapBaseRadioEventsStatsTable could use that value
         of Radio IDs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) 7 }

.1.3.6.1.2.1.196.1.2.7.1
capwapBaseRadioEventsStatsEntry OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ capwapBaseWtpCurrId, capwapBaseRadioEventsWtpRadioId }
  DESCRIPTION	"A set of objects that displays the statistical data of
         events that happened on a specific radio of a WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) 1 }

.1.3.6.1.2.1.196.1.2.7.1.1
capwapBaseRadioEventsWtpRadioId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseRadioIdTC
  SYNTAX	Unsigned32 (1..31) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the identifier of a PHY radio on a WTP, which
         is required to be unique on a WTP.
         For example, WTP A and WTP B use the same value of
         capwapBaseRadioEventsWtpRadioId for their first radio."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 1 }

.1.3.6.1.2.1.196.1.2.7.1.2
capwapBaseRadioEventsStatsResetCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that the radio has been
         reset."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 2 }

.1.3.6.1.2.1.196.1.2.7.1.3
capwapBaseRadioEventsStatsSwFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that the radio has failed due
         to software-related reasons."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 3 }

.1.3.6.1.2.1.196.1.2.7.1.4
capwapBaseRadioEventsStatsHwFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that the radio has failed due
         to hardware-related reasons."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 4 }

.1.3.6.1.2.1.196.1.2.7.1.5
capwapBaseRadioEventsStatsOtherFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that the radio has failed due to
         known reasons, other than software or hardware failure."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 5 }

.1.3.6.1.2.1.196.1.2.7.1.6
capwapBaseRadioEventsStatsUnknownFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that the radio has failed for
         unknown reasons."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 6 }

.1.3.6.1.2.1.196.1.2.7.1.7
capwapBaseRadioEventsStatsConfigUpdateCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that the radio configuration has
         been updated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 7 }

.1.3.6.1.2.1.196.1.2.7.1.8
capwapBaseRadioEventsStatsChannelChangeCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that the radio channel has
         been changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 8 }

.1.3.6.1.2.1.196.1.2.7.1.9
capwapBaseRadioEventsStatsBandChangeCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times that the radio has changed
         frequency bands."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 9 }

.1.3.6.1.2.1.196.1.2.7.1.10
capwapBaseRadioEventsStatsCurrNoiseFloor OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the noise floor of the radio receiver in units of
         dBm."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 10 }

.1.3.6.1.2.1.196.1.2.7.1.11
capwapBaseRadioEventsStatsDecryptErrorCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of decryption errors that have occurred
         on the WTP.  Note that this field is only valid in cases where
         the WTP provides encryption/decryption services."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 11 }

.1.3.6.1.2.1.196.1.2.7.1.12
capwapBaseRadioEventsStatsLastFailureType OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {unsupported(0), swFailure(1), hwFailure(2), otherFailure(3), unknown(255)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the failure type of the most recent radio failure.
         The following enumerated values are supported:
           unsupported(0)  - Not supported
           swFailure(1)    - Software failure
           hwFailure(2)    - Hardware failure
           otherFailure(3) - Other failure
           unknown(255)    - Unknown
         Note that the CAPWAP field [RFC5415] modeled by this
         object takes zero as starting value; this MIB object follows
         that rule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseWtps(2) capwapBaseRadioEventsStatsTable(7) capwapBaseRadioEventsStatsEntry(1) 12 }

.1.3.6.1.2.1.196.1.3
capwapBaseParameters OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) 3 }

.1.3.6.1.2.1.196.1.3.1
capwapBaseAcMaxRetransmit OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximum number of retransmissions for a given
         CAPWAP packet before the link layer considers the peer dead.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 1 }

.1.3.6.1.2.1.196.1.3.2
capwapBaseAcChangeStatePendingTimer OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximum time, in seconds, the AC will wait
         for the Change State Event Request from the WTP after having
         transmitted a successful Configuration Status Response
         message.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ 25 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 2 }

.1.3.6.1.2.1.196.1.3.3
capwapBaseAcDataCheckTimer OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents The number of seconds the AC will wait for
         the Data Channel Keep Alive, which is required by the
         CAPWAP state machine's Data Check state.
         The AC resets the state machine if this timer expires
         prior to transitioning to the next state.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 3 }

.1.3.6.1.2.1.196.1.3.4
capwapBaseAcDTLSSessionDeleteTimer OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the minimum time, in seconds, the AC MUST wait
         for DTLS session deletion.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 4 }

.1.3.6.1.2.1.196.1.3.5
capwapBaseAcEchoInterval OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the minimum time, in seconds, between sending Echo
         Request messages to the AC with which the WTP has joined.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 5 }

.1.3.6.1.2.1.196.1.3.6
capwapBaseAcRetransmitInterval OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the minimum time, in seconds, in which a
         non-acknowledged CAPWAP packet will be retransmitted.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 6 }

.1.3.6.1.2.1.196.1.3.7
capwapBaseAcSilentInterval OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the minimum time, in seconds, during which the AC
         SHOULD ignore all CAPWAP and DTLS packets received from the
         WTP that is in the Sulking state.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 7 }

.1.3.6.1.2.1.196.1.3.8
capwapBaseAcWaitDTLSTimer OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32 (30..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximum time, in seconds, the AC MUST wait
         without having received a DTLS Handshake message from an AC.
         This timer MUST be greater than 30 seconds.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 8 }

.1.3.6.1.2.1.196.1.3.9
capwapBaseAcWaitJoinTimer OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Unsigned32 (20..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximum time, in seconds, the AC will wait
         after the DTLS session has been established until it receives
         the Join Request from the WTP.  This timer MUST be greater
         than 20 seconds.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 9 }

.1.3.6.1.2.1.196.1.3.10
capwapBaseAcEcnSupport OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {limited(0), fullAndLimited(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the support for the Explicit Congestion Notification
         (ECN) bits, as defined in [RFC3168].
         The value of the object is persistent at restart/reboot.
         The following enumerated values are supported:
           limited(0)        - Limited ECN support
           fullAndLimited(1) - Full and limited ECN support
         Note that the CAPWAP field [RFC5415] modeled by this
         object takes zero as starting value; this MIB object follows
         that rule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseParameters(3) 10 }

.1.3.6.1.2.1.196.1.4
capwapBaseStats OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) 4 }

.1.3.6.1.2.1.196.1.4.1
capwapBaseFailedDTLSAuthFailureCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of failed DTLS session establishment
         attempts due to authentication failures."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseStats(4) 1 }

.1.3.6.1.2.1.196.1.4.2
capwapBaseFailedDTLSSessionCount OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of failed DTLS session
         establishment attempts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseStats(4) 2 }

.1.3.6.1.2.1.196.1.5
capwapBaseNotifyVarObjects OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) 5 }

.1.3.6.1.2.1.196.1.5.1
capwapBaseNtfWtpId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseWtpIdTC
  SYNTAX	OCTET STRING (6 | 8) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the unique identifier of a WTP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 1 }

.1.3.6.1.2.1.196.1.5.2
capwapBaseNtfRadioId OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseRadioIdTC
  SYNTAX	Unsigned32 (1..31) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the identifier of a PHY radio on a WTP, which is
         only required to be unique on a WTP.
         For example, WTP A and WTP B can use the same value of
         capwapBaseNtfRadioId for their first radio."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 2 }

.1.3.6.1.2.1.196.1.5.3
capwapBaseNtfChannelType OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseChannelTypeTC
  SYNTAX	INTEGER {data(1), control(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the channel type for the CAPWAP protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 3 }

.1.3.6.1.2.1.196.1.5.4
capwapBaseNtfAuthenMethod OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION CapwapBaseAuthenMethodTC
  SYNTAX	INTEGER {other(1), clear(2), x509(3), psk(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the authentication method for the CAPWAP Channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 4 }

.1.3.6.1.2.1.196.1.5.5
capwapBaseNtfChannelDownReason OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {timeout(1), rekeyFailure(2), acRebootWtp(3), dtlsError(4), maxRetransmit(5)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the reason the channel is down.
         The following enumerated values are supported:
           timeout(1)       - The keepalive timed out
           rekeyFailure(2)  - Rekey process failed; channel will be
                              broken
           acRebootWtp(3)   - The AC rebooted the WTP
           dtlsError(4)     - DTLS notifications: DTLSAborted,
                              DTLSReassemblyFailure, DTLSPeerDisconnect,
                              or frequent DTLSDecapFailure
           maxRetransmit(5) - The underlying reliable transport's
                              RetransmitCount counter has reached the
                              MaxRetransmit variable"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 5 }

.1.3.6.1.2.1.196.1.5.6
capwapBaseNtfStationIdList OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION LongUtf8String
  SYNTAX	OCTET STRING (6..1024) 
  DISPLAY-HINT	"1024a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents a list of station MAC addresses separated by
         semicolons."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 6 }

.1.3.6.1.2.1.196.1.5.7
capwapBaseNtfAuthenFailureReason OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {keyMismatch(1), invalidCert(2), reassemblyFailure(3), decapFailure(4), encapFailure(5), timeout(6), unknown(8)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the reason for WTP authorization failure.
         The following enumerated values are supported:
           keyMismatch(1)       - WTP's and AC's keys did not match
           invalidCert(2)       - Certification is not valid
           reassemblyFailure(3) - Fragment reassembly failure
           decapFailure(4)      - Decapsulation error
           encapFailure(5)      - Encapsulation error
           timeout(6)           - WaitDTLS timer timeout
           unknown(8)           - Unknown reason"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 7 }

.1.3.6.1.2.1.196.1.5.8
capwapBaseNtfRadioOperStatusFlag OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {operable(0), inoperable(1)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the operation status of a radio.
         The following enumerated values are supported:
           operable(0)   - The radio is operable
           inoperable(1) - The radio is inoperable, and the
                           capwapBaseNtfRadioStatusCause object
                           gives the reason in detail
         Note that the CAPWAP field [RFC5415] modeled by this
         object takes zero as starting value; this MIB object
         follows that rule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 8 }

.1.3.6.1.2.1.196.1.5.9
capwapBaseNtfRadioStatusCause OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {normal(0), hwError(1), swError(2), adminSet(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the reason why the radio is out of service.
         The following enumerated values are supported:
           normal(0)   - Normal status
           hwError(1)  - Radio failure
           swError(2)  - Software failure
           adminSet(3) - Administratively set
         Note that the CAPWAP field [RFC5415] modeled by this
         object takes zero as starting value; this MIB object
         follows that rule."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 9 }

.1.3.6.1.2.1.196.1.5.10
capwapBaseNtfJoinFailureReason OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {unspecified(1), resDepletion(2), unknownSource(3), incorrectData(4), sessionIdInUse(5), unsupportedHw(6), unsupportedBinding(7)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the reason of join failure.
         The following enumerated values are supported:
           unspecified(1)        - Unspecified failure
           resDepletion(2)       - Resource depletion
           unknownSource(3)      - Unknown source
           incorrectData(4)      - Incorrect data
           sessionIdInUse(5)     - Session ID already in use
           unsupportedHw(6)      - WTP hardware not supported
           unsupportedBinding(7) - Binding not supported"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 10 }

.1.3.6.1.2.1.196.1.5.11
capwapBaseNtfImageFailureReason OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {invalidChecksum(1), invalidLength(2), other(3), inStorage(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the reason of image failure.
         The following enumerated values are supported:
           invalidChecksum(1) - Invalid checksum
           invalidLength(2)   - Invalid data length
           other(3)           - Other error
           inStorage(4)       - Image already present"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 11 }

.1.3.6.1.2.1.196.1.5.12
capwapBaseNtfConfigMsgErrorType OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  SYNTAX	INTEGER {unknownElement(1), unsupportedElement(2), unknownValue(3), unsupportedValue(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the type of configuration message error.
         The following enumerated values are supported:
           unknownElement(1)     - Unknown message element
           unsupportedElement(2) - Unsupported message element
           unknownValue(3)       - Unknown message element value
           unsupportedValue(4)   - Unsupported message element value"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 12 }

.1.3.6.1.2.1.196.1.5.13
capwapBaseNtfMsgErrorElements OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the message elements sent by the AC in the
         Configuration Status Response message that caused the error."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyVarObjects(5) 13 }

.1.3.6.1.2.1.196.1.6
capwapBaseNotifyControlObjects OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) 6 }

.1.3.6.1.2.1.196.1.6.1
capwapBaseChannelUpDownNotifyEnable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the Channel Up / Channel Down notification
         should be generated.
         A value of true(1) means that the notification is enabled.
         A value of false(2) means that the notification is disabled.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyControlObjects(6) 1 }

.1.3.6.1.2.1.196.1.6.2
capwapBaseDecryptErrorNotifyEnable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the decryption error notification should
         be generated.
         A value of true(1) means that the notification is enabled.
         A value of false(2) means that the notification is disabled.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyControlObjects(6) 2 }

.1.3.6.1.2.1.196.1.6.3
capwapBaseJoinFailureNotifyEnable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the notification of a WTP join failure
         should be generated.
         A value of true(1) means that the notification is enabled.
         A value of false(2) means that the notification is disabled.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyControlObjects(6) 3 }

.1.3.6.1.2.1.196.1.6.4
capwapBaseImageUpgradeFailureNotifyEnable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the notification of a WTP image upgrade
         failure should be generated.
         A value of true(1) means that the notification is enabled.
         A value of false(2) means that the notification is disabled.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyControlObjects(6) 4 }

.1.3.6.1.2.1.196.1.6.5
capwapBaseConfigMsgErrorNotifyEnable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the notification of configuration message
         error should be generated.
         A value of true(1) means that the notification is enabled.
         A value of false(2) means that the notification is disabled.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyControlObjects(6) 5 }

.1.3.6.1.2.1.196.1.6.6
capwapBaseRadioOperableStatusNotifyEnable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the notification of a radio's operational
         state change should be generated.
         A value of true(1) means that the notification is enabled.
         A value of false(2) means that the notification is disabled.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyControlObjects(6) 6 }

.1.3.6.1.2.1.196.1.6.7
capwapBaseAuthenFailureNotifyEnable OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the notification of authentication failure
         should be generated.
         A value of true(1) means that the notification is enabled.
         A value of false(2) means that the notification is disabled.
         The value of the object is persistent at restart/reboot."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseObjects(1) capwapBaseNotifyControlObjects(6) 7 }

.1.3.6.1.2.1.196.2
capwapBaseConformance OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) 2 }

.1.3.6.1.2.1.196.2.1
capwapBaseCompliances OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) 1 }

.1.3.6.1.2.1.196.2.1.1
capwapBaseCompliance MODULE-COMPLIANCE
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"Describes the requirements for conformance to the
        CAPWAP-BASE-MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseCompliances(1) 1 }

.1.3.6.1.2.1.196.2.2
capwapBaseGroups OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) 2 }

.1.3.6.1.2.1.196.2.2.1
capwapBaseAcNodeGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used to represent
         the basic properties of the AC from the CAPWAP
         protocol perspective."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 1 }

.1.3.6.1.2.1.196.2.2.2
capwapBaseAcNodeGroup2 OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used to represent
         the other properties (such as security) of the AC from
         the CAPWAP protocol perspective."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 2 }

.1.3.6.1.2.1.196.2.2.3
capwapBaseAcNameListGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used to configure
         the AC name list."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 3 }

.1.3.6.1.2.1.196.2.2.4
capwapBaseMacAclsGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used to configure
         the stations ACL."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 4 }

.1.3.6.1.2.1.196.2.2.5
capwapBaseWtpProfileGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used to configure
         the WTP profile."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 5 }

.1.3.6.1.2.1.196.2.2.6
capwapBaseWtpProfileGroup2 OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of optional objects that is used to
         configure the WTP profile."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 6 }

.1.3.6.1.2.1.196.2.2.7
capwapBaseWtpStateGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used to represent
         the WTP's state information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 7 }

.1.3.6.1.2.1.196.2.2.8
capwapBaseWtpGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used to represent
         the properties information for the WTPs in running state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 8 }

.1.3.6.1.2.1.196.2.2.9
capwapBaseWtpGroup2 OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of optional objects that is used to represent
         the properties of the WTPs in running state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 9 }

.1.3.6.1.2.1.196.2.2.10
capwapBaseRadioGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used to represent
         the wireless binding type and the mappings between the
         ifIndexes of WLAN Virtual Radio Interfaces and PHY radios."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 10 }

.1.3.6.1.2.1.196.2.2.11
capwapBaseStationGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used to represent
         the stations' basic properties."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 11 }

.1.3.6.1.2.1.196.2.2.12
capwapBaseWtpEventsStatsGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used for collecting
         WTP reboot count, link failure count, hardware failure
         count, and so on."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 12 }

.1.3.6.1.2.1.196.2.2.13
capwapBaseRadioEventsStatsGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of objects that is used for collecting
         radio reset count, channel change count, hardware failure
         count, and so on"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 13 }

.1.3.6.1.2.1.196.2.2.14
capwapBaseParametersGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"Objects used for the CAPWAP protocol's parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 14 }

.1.3.6.1.2.1.196.2.2.15
capwapBaseStatsGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"Objects used for collecting the CAPWAP protocol's statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 15 }

.1.3.6.1.2.1.196.2.2.16
capwapBaseNotificationsGroup OBJECT-TYPE
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"A collection of notifications in this MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 16 }

.1.3.6.1.2.1.196.2.2.17
capwapBaseNotifyVarsGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"Objects used for notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 17 }

.1.3.6.1.2.1.196.2.2.18
capwapBaseNotifyControlGroup OBJECT-GROUP
  -- FROM	CAPWAP-BASE-MIB
  DESCRIPTION	"Objects used to enable or disable notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) capwapBaseMIB(196) capwapBaseConformance(2) capwapBaseGroups(2) 18 }

.1.3.6.1.2.1.202
mplsFrrGeneralMIB MODULE-IDENTITY
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  DESCRIPTION	"Copyright (c) 2011 IETF Trust and the persons
       identified as authors of the code.  All rights
       reserved.

       Redistribution and use in source and binary forms,
       with or without modification, is permitted pursuant
       to, and subject to the license terms contained in,
       the Simplified BSD License set forth in Section 4.c
       of the IETF Trust's Legal Provisions Relating to
       IETF Documents
       (http://trustee.ietf.org/license-info).

       This MIB module contains generic object definitions for
       MPLS Traffic Engineering Fast Reroute as defined in
       RFC 4090."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 202 }

.1.3.6.1.2.1.202.1
mplsFrrGeneralObjects OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) 1 }

.1.3.6.1.2.1.202.1.1
mplsFrrGeneralProtectionMethod OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  SYNTAX	INTEGER {unknown(1), oneToOneBackup(2), facilityBackup(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates which protection method is to be used for fast
       reroute on this device.  Some devices may require a reboot
       if this variable is to take effect after being modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) 1 }

.1.3.6.1.2.1.202.1.2
mplsFrrGeneralIngressTunnelInstances OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of tunnel instances for either detour LSPs or
       bypass tunnels for which this LSR is the ingress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) 2 }

.1.3.6.1.2.1.202.1.3
mplsFrrGeneralConstraintsTable OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows detour LSP or bypass tunnel setup
       constraints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) 3 }

.1.3.6.1.2.1.202.1.3.1
mplsFrrGeneralConstraintsEntry OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsFrrGeneralConstraintsIfIndexOrZero, mplsFrrGeneralConstraintsTunnelIndex, mplsFrrGeneralConstraintsTunnelInstance }
  DESCRIPTION	"An entry in this table represents detour LSP or bypass
       tunnel setup constraints for an interface or link to be
       protected by detour LSPs or a bypass tunnel.

       Once the LSP or tunnel instance to be protected is identified
       in the mplsTunnelTable, the corresponding mplsTunnelIfIndex
       value of that tunnel can be used to get the ifIndex of
       the underlying physical interface using the ifStackTable.
       That ifIndex of the underlying physical interface will
       be used as mplsFrrGeneralConstraintsIfIndexOrZero in this
       table to protect the LSPs or tunnel instances determined
       earlier.

       It is recommended that ifIndex persistence be enabled
       across re-initializations.  If persistence is not
       implemented, then the value of
       mplsFrrGeneralConstraintsIfIndexOrZero in this
       table cannot be guaranteed across restarts and all entries
       in this table MUST NOT be persistent, or the values of
       mplsFrrGeneralConstraintsIfIndexOrZero MUST be reconstructed
       on restart.

       SNMP engines must only allow entries in this table
       to be created for tunnel instances that require fast reroute
       as indicated by the presence of the FAST_REROUTE object
       in the signaling for the LSP in question.

       An entry in this table can be created only if a
       corresponding entry in mplsTunnelTable exists with the
       same mplsTunnelIndex as mplsFrrGeneralConstraintsTunnelIndex.

       Entries in this table are deleted when the corresponding
       entries in mplsTunnelTable are deleted.

       It is recommended that entries in this table be persistent
       across reboots.

       Entries indexed with mplsFrrGeneralConstraintsIfIndexOrZero
       and set to 0 apply to all interfaces on this device for
       which the FRR feature can operate.

       If the mplsTunnelInstance object is set to a value of 0,
       it indicates that the mplsTunnelEntry contains a tunnel
       ingress.  This is typically how configuration of this
       feature is performed on devices where the actual
       protection LSP used is left up to the protecting tunnel.
       However, in cases where static configuration is
       possible, any valid tunnel instance is possible;
       however, it is strongly RECOMMENDED that the instance
       index SHOULD use the following convention to identify
       backup LSPs:

       - lower 16 bits : protected tunnel instance
       - higher 16 bits: must be all zeros"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) 1 }

.1.3.6.1.2.1.202.1.3.1.1
mplsFrrGeneralConstraintsIfIndexOrZero OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies an interface that a fast-reroute
       protection tunnel is configured to potentially protect
       in the event of a fault.  Entries with this index set to
       0 indicate that the configured protection tunnel protects
       all interfaces on this device (i.e., node protection)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 1 }

.1.3.6.1.2.1.202.1.3.1.2
mplsFrrGeneralConstraintsTunnelIndex OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies a tunnel in the mplsTunnelTable that
       is configured to possibly protect the interface(s) specified
       by mplsFrrGeneralConstraintsIfIndexOrZero in the event of a
       fault."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 2 }

.1.3.6.1.2.1.202.1.3.1.3
mplsFrrGeneralConstraintsTunnelInstance OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelInstanceIndex
  SYNTAX	Unsigned32 (0 | 1..65535 | 65536..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies an existing instance of this tunnel
       for which fast reroute is requested.  Note that a value of
       0 indicates that the configuration points at a tunnel
       head (as specified in RFC 3812).  This is typically how
       configuration of this feature is performed on devices
       where the actual protection LSP used is left up to the
       protecting tunnel.  However, in cases where static
       configuration is possible, any valid tunnel instance is
       permissible.  In these cases, it is recommended that the
       instance index follow the following convention so as
       to make identification of backup LSPs easier:

       - lower 16 bits : protected tunnel instance
       - higher 16 bits: must be all zeros"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 3 }

.1.3.6.1.2.1.202.1.3.1.4
mplsFrrGeneralConstraintsProtectionType OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  SYNTAX	INTEGER {linkProtection(1), nodeProtection(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates type of the resource protection:

       linkProtection(1) indicates that this tunnel is
       set up to protect a particular link's resources.

       nodeProtection(2) indicates that this tunnel is
       set up to protect an entire node from failure."
  DEFVAL	{ nodeProtection }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 4 }

.1.3.6.1.2.1.202.1.3.1.5
mplsFrrGeneralConstraintsSetupPrio OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  SYNTAX	Unsigned32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the setup priority of the detour LSP
       or bypass tunnel."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 5 }

.1.3.6.1.2.1.202.1.3.1.6
mplsFrrGeneralConstraintsHoldingPrio OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  SYNTAX	Unsigned32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the holding priority for the detour LSP
       or bypass tunnel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 6 }

.1.3.6.1.2.1.202.1.3.1.7
mplsFrrGeneralConstraintsInclAnyAffinity OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelAffinity
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the include-any link constraint for the
       detour LSP or bypass tunnel.  A link satisfies the
       include-any constraint if and only if the constraint
       is zero, or the link and the constraint have a
       resource class in common."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 7 }

.1.3.6.1.2.1.202.1.3.1.8
mplsFrrGeneralConstraintsInclAllAffinity OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelAffinity
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the include-all link constraint for the
       detour LSP or bypass tunnel.  A link satisfies the
       include-all constraint if and only if the link contains
       all of the administrative groups specified in the
       constraint."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 8 }

.1.3.6.1.2.1.202.1.3.1.9
mplsFrrGeneralConstraintsExclAnyAffinity OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelAffinity
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the exclude-any link constraint for the
       detour LSP or bypass tunnel.  A link satisfies the
       exclude-any constraint if and only if the link contains
       none of the administrative groups specified in the
       constraint."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 9 }

.1.3.6.1.2.1.202.1.3.1.10
mplsFrrGeneralConstraintsHopLimit OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of hops that the detour LSP or
       bypass tunnel may traverse."
  DEFVAL	{ 32 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 10 }

.1.3.6.1.2.1.202.1.3.1.11
mplsFrrGeneralConstraintsBandwidth OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  -- TEXTUAL CONVENTION MplsBitRate
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum bandwidth specifically reserved for a detour
       LSP or bypass tunnel, in units of thousands of bits
       per second (kbps).  Note that setting this value to 0
       indicates best-effort treatment."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 11 }

.1.3.6.1.2.1.202.1.3.1.12
mplsFrrGeneralConstraintsStorageType OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this configuration entry.
       Conceptual rows having the value 'permanent'
       need not allow write access to any columnar
       objects in the row."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 12 }

.1.3.6.1.2.1.202.1.3.1.13
mplsFrrGeneralConstraintsRowStatus OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create, modify, and/or delete a row
       in this table.  When a row in this table is in active(1)
       state, no objects in that row can be modified
       except mplsFrrGeneralConstraintsRowStatus and
       mplsFrrGeneralConstraintsStorageType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralConstraintsTable(3) mplsFrrGeneralConstraintsEntry(1) 13 }

.1.3.6.1.2.1.202.1.4
mplsFrrGeneralTunnelARHopTable OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table sparsely extends mplsTunnelARHopTable defined
       in the MPLS-TE-STD-MIB module with fast-reroute objects.
       These objects specify the status of local protection,
       including availability and active use, on a per-hop basis,
       of hops traversed by a protected tunnel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) 4 }

.1.3.6.1.2.1.202.1.4.1
mplsFrrGeneralTunnelARHopEntry OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsTunnelARHopListIndex, mplsTunnelARHopIndex }
  DESCRIPTION	"This entry contains fast-reroute protection status of a
       single protected tunnel hop."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralTunnelARHopTable(4) 1 }

.1.3.6.1.2.1.202.1.4.1.1
mplsFrrGeneralTunnelARHopSessionAttributeFlags OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  SYNTAX	BITS {arHopSessionAttrFlagsUnsupported(0), localProtectionDesired(1), labelRecordingDesired(2), sestyleDesired(3), bandwidthProtectionDesired(4), nodeProtectionDesired(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the desired values for the
       associated SESSION_ATTRIBUTE flags.  Note that since
       this object is a BITS type, the bits may be set to
       indicate various desired combinations of the
       SESSION_ATTRIBUTE flags.

       If SESSION_ATTRIBUTE flags are not supported, then this
       object contains the value of
       arHopSessionAttrFlagsUnsupported(0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralTunnelARHopTable(4) mplsFrrGeneralTunnelARHopEntry(1) 1 }

.1.3.6.1.2.1.202.1.4.1.2
mplsFrrGeneralTunnelARHopRROSubObjectFlags OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  SYNTAX	BITS {arHopRROSubObjectFlagsUnsupported(0), localProtectionAvailable(1), localProtectionInUse(2), bandwidthProtection(3), nodeProtection(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the flags that are currently
       in use by the associated Record Route Object (RRO)
       sub-object.

       Note that since this object is a BITS type,
       the bits may be set to indicate various combinations of
       the flags.

       If the RRO sub-object is not supported, then this object
       contains the value of arHopRROSubObjectFlagsUnsupported(0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralObjects(1) mplsFrrGeneralTunnelARHopTable(4) mplsFrrGeneralTunnelARHopEntry(1) 2 }

.1.3.6.1.2.1.202.2
mplsFrrGeneralConformance OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) 2 }

.1.3.6.1.2.1.202.2.1
mplsFrrGeneralCompliances OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralConformance(2) 1 }

.1.3.6.1.2.1.202.2.1.1
mplsFrrGeneralModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  DESCRIPTION	"Compliance statements for SNMP engines that support the
       MPLS-FRR-GENERAL-STD-MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralConformance(2) mplsFrrGeneralCompliances(1) 1 }

.1.3.6.1.2.1.202.2.1.2
mplsFrrGeneralModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  DESCRIPTION	"Compliance statements for SNMP engines that support the
       MPLS-FRR-GENERAL-STD-MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralConformance(2) mplsFrrGeneralCompliances(1) 2 }

.1.3.6.1.2.1.202.2.2
mplsFrrGeneralGroups OBJECT-TYPE
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralConformance(2) 2 }

.1.3.6.1.2.1.202.2.2.1
mplsFrrGeneralScalarGroup OBJECT-GROUP
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  DESCRIPTION	"Objects that are required to display general fast-reroute
       information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralConformance(2) mplsFrrGeneralGroups(2) 1 }

.1.3.6.1.2.1.202.2.2.2
mplsFrrGeneralConstraintsGroup OBJECT-GROUP
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  DESCRIPTION	"Objects that are required to configure fast-reroute
       constraints at the ingress LSR of the tunnel that
       requires fast-reroute service."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralConformance(2) mplsFrrGeneralGroups(2) 2 }

.1.3.6.1.2.1.202.2.2.3
mplsFrrGeneralTunnelARHopGroup OBJECT-GROUP
  -- FROM	MPLS-FRR-GENERAL-STD-MIB
  DESCRIPTION	"Objects that are required to present per-hop fast-reroute
       protection status."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrGeneralMIB(202) mplsFrrGeneralConformance(2) mplsFrrGeneralGroups(2) 3 }

.1.3.6.1.2.1.204
mplsFrrFacilityMIB MODULE-IDENTITY
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  DESCRIPTION	"Copyright (c) 2011 IETF Trust and the persons
       identified as authors of the code.  All rights
       reserved.

       Redistribution and use in source and binary forms,
       with or without modification, is permitted pursuant
       to, and subject to the license terms contained in,
       the Simplified BSD License set forth in Section 4.c
       of the IETF Trust's Legal Provisions Relating to
       IETF Documents
       (http://trustee.ietf.org/license-info).

       This MIB module contains object definitions for the
       MPLS Traffic Engineering facility backup method for
       Fast Reroute as defined in RFC 4090."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 204 }

.1.3.6.1.2.1.204.0
mplsFrrFacilityNotifications OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) 0 }

.1.3.6.1.2.1.204.0.1
mplsFrrFacilityInitialBackupTunnelInvoked NOTIFICATION-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  OBJECTS	{ mplsFrrFacilityDBNumProtectingTunnelOnIf, mplsFrrFacilityDBNumProtectedLspOnIf, mplsFrrFacilityDBNumProtectedTunnels, mplsFrrFacilityDBProtectingTunnelStatus, mplsFrrFacilityDBProtectingTunnelResvBw }
  DESCRIPTION	"This notification is generated when a tunnel running over an
       interface as specified in the mplsFrrConstraintsTable is
       initially protected by the backup tunnel also specified in the
       mplsFrrConstraintsTable.  In some implementations, there may
       be a difference between when the control plane triggers
       this notification and when the hardware is programmed to
       utilize the protection path.  Due to the urgency of this
       operation, it is acceptable for the control plane to
       issue this notification either before or after it programs
       the hardware.  In cases where it is the latter approach,
       the notification MUST be sent immediately after the
       data plane has been altered.

       This notification should not be generated for each subsequent
       tunnel that is backed up by the FRR feature on this LSR, as
       this may result in potential scaling issues with regard to
       LSR performance and network load.  Note also that
       notifications MUST be generated in accordance with the
       mplsFrrNotificationsMaxRate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityNotifications(0) 1 }

.1.3.6.1.2.1.204.0.2
mplsFrrFacilityFinalTunnelRestored NOTIFICATION-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  OBJECTS	{ mplsFrrFacilityDBNumProtectingTunnelOnIf, mplsFrrFacilityDBNumProtectedLspOnIf, mplsFrrFacilityDBNumProtectedTunnels, mplsFrrFacilityDBProtectingTunnelStatus, mplsFrrFacilityDBProtectingTunnelResvBw }
  DESCRIPTION	"This notification is generated when the final tunnel that is
       being protected by a backup tunnel as specified in the
       mplsFrrConstraintsTable is restored to normal operation.  This
       notification should not be generated for each restored tunnel,
       as this may result in potential scaling issues with regard to
       LSR performance and network load.  Note also that
       notifications MUST be generated in accordance with the
       mplsFrrNotificationsMaxRate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityNotifications(0) 2 }

.1.3.6.1.2.1.204.1
mplsFrrFacilityObjects OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) 1 }

.1.3.6.1.2.1.204.1.1
mplsFrrConfiguredInterfaces OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of MPLS interfaces configured for
       protection."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) 1 }

.1.3.6.1.2.1.204.1.2
mplsFrrActiveInterfaces OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of interfaces currently being
       protected.  This value MUST be less than or equal
       to mplsFrrConfiguredInterfaces."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) 2 }

.1.3.6.1.2.1.204.1.3
mplsFrrConfiguredBypassTunnels OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of bypass tunnels configured to
       protect TE tunnels on this LSR."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) 3 }

.1.3.6.1.2.1.204.1.4
mplsFrrActiveBypassTunnels OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of bypass tunnels indicated in
       mplsFrrConfiguredBypassTunnels whose operStatus
       is up(1), indicating that they are currently protecting
       TE tunnels on this LSR."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) 4 }

.1.3.6.1.2.1.204.1.5
mplsFrrFacilityNotificationsEnabled OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enables or disables FRR notifications defined in this
       MIB module.  Notifications are disabled by default.

       This object is needed to control the notifications
       emitted by this implementation."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) 5 }

.1.3.6.1.2.1.204.1.6
mplsFrrFacilityNotificationsMaxRate OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable indicates the maximum number of
       notifications issued per second.  If events occur
       more rapidly, the implementation may simply fail to
       emit these notifications during that period, or may
       queue them until an appropriate time.  In case the
       implementation chooses to drop the events during
       throttling instead of queuing them to be sent at a later
       time, it is assumed that there will be no indication
       that events are being thrown away.

       A value of 0 means no throttling is applied and
       events may be generated at the rate at which they occur."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) 6 }

.1.3.6.1.2.1.204.1.7
mplsFrrFacilityDBTable OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mplsFrrFacilityDBTable provides information about the
        fast-reroute database.  Each entry belongs to a protected
        interface, protecting backup tunnel, and protected tunnel.
        MPLS interfaces defined on this node are protected by
        backup tunnels and are indicated by the index
        mplsFrrFacilityProtectedIfIndex.  If the interface index is
        set to 0, this indicates that the remaining indexes apply
        to all configured protected interfaces.

        Note that all objects in this table are read-only, and
        if new objects are added to this table, they should also
        be read-only.

        It is recommended that ifIndex persistence be enabled
        across re-initializations.
        If persistence is not implemented, then the value of
        mplsFrrFacilityProtectedIfIndex in this
        table cannot be guaranteed across restarts and all entries
        in this table MUST NOT be persistent, or the values of
        mplsFrrFacilityProtectedIfIndex MUST be reconstructed
        on restart.

        It is recommended that entries in this table be persistent
        across reboots.

        The protecting tunnel is indicated by the
        index mplsFrrFacilityProtectingTunnelIndex and
        represents a valid mplsTunnelEntry.  Note that the tunnel
        instance index of the protecting tunnel may be set to 0,
        which indicates the tunnel head interface for the
        protecting tunnel, as per RFC 3812, but it may also be
        defined using the following semantics:

        - lower 16 bits : protected tunnel instance
        - higher 16 bits: must be all zeros"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) 7 }

.1.3.6.1.2.1.204.1.7.1
mplsFrrFacilityDBEntry OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ mplsFrrFacilityProtectedIfIndex, mplsFrrFacilityProtectingTunnelIndex, mplsFrrFacilityBackupTunnelIndex, mplsFrrFacilityBackupTunnelInstance, mplsFrrFacilityBackupTunnelIngressLSRId, mplsFrrFacilityBackupTunnelEgressLSRId }
  DESCRIPTION	"An entry in the mplsFrrFacilityDBTable represents a single
       protected LSP, protected by a backup tunnel on a
       specific protected interface, or if the interface
       index is set to 0, on all interfaces.  Note that for
       brevity, managers should consult the mplsTunnelTable
       present in the MPLS-TE-STD-MIB module for
       additional information about the protecting and protected
       tunnels, and the ifEntry in the IF-MIB module
       for the protected interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) 1 }

.1.3.6.1.2.1.204.1.7.1.1
mplsFrrFacilityProtectedIfIndex OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies the interface configured for FRR
       protection.  If this object is set to 0, this indicates
       that the remaining indexing combinations for this row
       apply to all interfaces on this device for which
       the FRR feature can operate."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 1 }

.1.3.6.1.2.1.204.1.7.1.2
mplsFrrFacilityProtectingTunnelIndex OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies the mplsTunnelEntry primary index for
       the tunnel head interface designated to protect the
       interface as specified in the mplsFrrFacilityProtectedIfIndex
       (and all of the tunnels using this interface).  Note
       that the corresponding mplsTunnelInstance MUST BE
       0 as per the indexing convention stipulated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 2 }

.1.3.6.1.2.1.204.1.7.1.3
mplsFrrFacilityBackupTunnelIndex OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies the mplsTunnelEntry primary index for
       the TE tunnel LSP being protected on the
       interface as specified by mplsFrrFacilityProtectedIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 3 }

.1.3.6.1.2.1.204.1.7.1.4
mplsFrrFacilityBackupTunnelInstance OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  -- TEXTUAL CONVENTION MplsTunnelInstanceIndex
  SYNTAX	Unsigned32 (0 | 1..65535 | 65536..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies the mplsTunnelEntry secondary index
       for the TE tunnel LSP being protected on the
       interface as specified by mplsFrrFacilityProtectedIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 4 }

.1.3.6.1.2.1.204.1.7.1.5
mplsFrrFacilityBackupTunnelIngressLSRId OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  -- TEXTUAL CONVENTION MplsLsrIdentifier
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies the mplsTunnelEntry third index
       for the TE tunnel LSP being protected on the
       interface as specified by mplsFrrFacilityProtectedIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 5 }

.1.3.6.1.2.1.204.1.7.1.6
mplsFrrFacilityBackupTunnelEgressLSRId OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  -- TEXTUAL CONVENTION MplsLsrIdentifier
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies the mplsTunnelEntry fourth index
       for the TE tunnel LSP being protected on the
       interface as specified by mplsFrrFacilityProtectedIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 6 }

.1.3.6.1.2.1.204.1.7.1.7
mplsFrrFacilityDBNumProtectingTunnelOnIf OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of backup tunnels protecting the
       interface specified by mplsFrrFacilityProtectedIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 7 }

.1.3.6.1.2.1.204.1.7.1.8
mplsFrrFacilityDBNumProtectedLspOnIf OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LSPs currently being protected on
       the interface specified by
       mplsFrrFacilityProtectedIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 8 }

.1.3.6.1.2.1.204.1.7.1.9
mplsFrrFacilityDBNumProtectedTunnels OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of tunnels protected on the interface
       specified by mplsFrrFacilityProtectedIfIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 9 }

.1.3.6.1.2.1.204.1.7.1.10
mplsFrrFacilityDBProtectingTunnelStatus OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  SYNTAX	INTEGER {active(1), ready(2), partial(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the state of the protecting tunnel as
       specified by mplsFrrFacilityProtectingTunnelIndex.

       active  - This tunnel's label has been placed in the
                 LFIB and is ready to be applied to incoming
                 packets.
       ready   - This tunnel's label entry has been created but
                 is not yet in the LFIB.
       partial - This tunnel's label entry has not been fully
                 created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 10 }

.1.3.6.1.2.1.204.1.7.1.11
mplsFrrFacilityDBProtectingTunnelResvBw OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  -- TEXTUAL CONVENTION MplsBitRate
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the amount of bandwidth in units
       of '1,000 bits per second', actually reserved by
       the protecting tunnel for facility backup purposes.
       This value is repeated here from the MPLS-TE-STD-MIB
       module because the tunnel entry will reveal the
       bandwidth reserved by the signaling protocol, which is
       typically 0 for backup tunnels so as to not over-book
       bandwidth.  However, internal reservations are
       typically made on the PLR; thus, this value should be
       revealed here, as it is often different from
       mplsTunnelResourceMeanRate found in the MPLS-TE-STD-MIB
       module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityObjects(1) mplsFrrFacilityDBTable(7) mplsFrrFacilityDBEntry(1) 11 }

.1.3.6.1.2.1.204.2
mplsFrrFacilityConformance OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) 2 }

.1.3.6.1.2.1.204.2.1
mplsFrrFacilityCompliances OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityConformance(2) 1 }

.1.3.6.1.2.1.204.2.1.1
mplsFrrFacilityModuleFullCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  DESCRIPTION	"Compliance statements for SNMP engines that support the
       MPLS-FRR-FACILITY-STD-MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityConformance(2) mplsFrrFacilityCompliances(1) 1 }

.1.3.6.1.2.1.204.2.1.2
mplsFrrFacilityModuleReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  DESCRIPTION	"Compliance statements for SNMP engines that support the
       MPLS-FRR-FACILITY-STD-MIB module."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityConformance(2) mplsFrrFacilityCompliances(1) 2 }

.1.3.6.1.2.1.204.2.2
mplsFrrFacilityGroups OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityConformance(2) 2 }

.1.3.6.1.2.1.204.2.2.1
mplsFrrFacilityScalarGroup OBJECT-GROUP
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  DESCRIPTION	"Objects that are required to represent the FRR
       Facility Route Database information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityConformance(2) mplsFrrFacilityGroups(2) 1 }

.1.3.6.1.2.1.204.2.2.2
mplsFrrFacilityDBGroup OBJECT-GROUP
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  DESCRIPTION	"Objects that are required to represent the FRR
       Facility Route Database information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityConformance(2) mplsFrrFacilityGroups(2) 2 }

.1.3.6.1.2.1.204.2.2.3
mplsFrrFacilityNotificationsGroup OBJECT-TYPE
  -- FROM	MPLS-FRR-FACILITY-STD-MIB
  DESCRIPTION	"Objects that are required to represent FRR notifications."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) mplsFrrFacilityMIB(204) mplsFrrFacilityConformance(2) mplsFrrFacilityGroups(2) 3 }

.1.3.6.1.2.1.214
rbridgeMIB MODULE-IDENTITY
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"The RBridge MIB module for managing switches that support
           the TRILL protocol."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 214 }

.1.3.6.1.2.1.214.0
rbridgeNotifications OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) 0 }

.1.3.6.1.2.1.214.0.1
rbridgeBaseNewDrb NOTIFICATION-TYPE
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"The rbridgeBaseNewDrb notification indicates that the
            sending agent has become the new Designated RBridge; the
            notification is sent by an RBridge soon after its election
            as the new DRB root, e.g., upon expiration of the Topology
            Change Timer, immediately subsequent to its election."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeNotifications(0) 1 }

.1.3.6.1.2.1.214.0.2
rbridgeBaseTopologyChange NOTIFICATION-TYPE
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"The rbridgeBaseTopologyChange notification is sent by an
            RBridge when any of its configured ports transition to/from
            the VLAN-x designated forwarder.  The notification is not
            sent if an rbridgeBaseNewDrb notification is sent for the
            same transition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeNotifications(0) 2 }

.1.3.6.1.2.1.214.1
rbridgeObjects OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) 1 }

.1.3.6.1.2.1.214.1.1
rbridgeBase OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) 1 }

.1.3.6.1.2.1.214.1.1.1
rbridgeBaseTrillVersion OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum TRILL version number that this RBridge
            supports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) 1 }

.1.3.6.1.2.1.214.1.1.2
rbridgeBaseNumPorts OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ports controlled by this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) 2 }

.1.3.6.1.2.1.214.1.1.3
rbridgeBaseForwardDelay OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (4..30) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Modified aging time for address entries after an appointed
            forwarder change.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) 3 }

.1.3.6.1.2.1.214.1.1.4
rbridgeBaseUniMultipathEnable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enabled status of unicast TRILL multipathing.
            It is enabled when true.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) 4 }

.1.3.6.1.2.1.214.1.1.5
rbridgeBaseMultiMultipathEnable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enabled status of multidestination TRILL multipathing.
            It is enabled when true.
            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) 5 }

.1.3.6.1.2.1.214.1.1.6
rbridgeBaseAcceptEncapNonadj OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Accept TRILL-encapsulated frames from a neighbor with which
            this RBridge does not have an IS-IS adjacency, when the value
            of this object is 'true'.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) 6 }

.1.3.6.1.2.1.214.1.1.7
rbridgeBaseNicknameNumber OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (1..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of nicknames this RBridge should acquire.
            These can be acquired dynamically or configured
            statically. This value represents the maximum
            number of entries in rbridgeBaseNicknameTable.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) 7 }

.1.3.6.1.2.1.214.1.1.8
rbridgeBaseNicknameTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about nicknames
            configured by an operator or learned dynamically
            by this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) 8 }

.1.3.6.1.2.1.214.1.1.8.1
rbridgeBaseNicknameEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeBaseNicknameName }
  DESCRIPTION	"A list of information for each nickname of the RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBaseNicknameTable(8) 1 }

.1.3.6.1.2.1.214.1.1.8.1.1
rbridgeBaseNicknameName OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION RbridgeNickname
  SYNTAX	Unsigned32 (0..65471) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Nicknames are 16-bit quantities that act as
             abbreviations for RBridge's 48-bit IS-IS System ID to
             achieve a more compact encoding."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBaseNicknameTable(8) rbridgeBaseNicknameEntry(1) 1 }

.1.3.6.1.2.1.214.1.1.8.1.2
rbridgeBaseNicknamePriority OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This RBridge's priority to hold this nickname. When
            the nickname is configured, the default value of this
            object is 192.  When the nickname is configured, the most
            significant bit (0x80) must be set and the bottom 7 bits
            have the default value of 0x40, so 0x80 + 0x40 == 0xC0
            which is 192 decimal.   Additionally, the bottom 7 bits
            could be configured to a value other than 0x40.

            The value of this object MUST be retained across
            re-initializations of the management system."
  DEFVAL	{ 192 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBaseNicknameTable(8) rbridgeBaseNicknameEntry(1) 2 }

.1.3.6.1.2.1.214.1.1.8.1.3
rbridgeBaseNicknameDtrPriority OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The distribution tree root priority for this nickname.
            The default value of this object is 32768.

            The value of this object MUST be retained across
            re-initializations of the management system."
  DEFVAL	{ 32768 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBaseNicknameTable(8) rbridgeBaseNicknameEntry(1) 3 }

.1.3.6.1.2.1.214.1.1.8.1.4
rbridgeBaseNicknameType OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the status of the entry. The
            default value is static(1).
                static(1) - this entry has been configured and
                    will remain after the next reset of the RBridge.
                dynamic(2) - this entry has been acquired by the
                    RBridge nickname acquisition protocol."
  DEFVAL	{ static }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBaseNicknameTable(8) rbridgeBaseNicknameEntry(1) 4 }

.1.3.6.1.2.1.214.1.1.8.1.5
rbridgeBaseNicknameRowStatus OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the status of the entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBaseNicknameTable(8) rbridgeBaseNicknameEntry(1) 5 }

.1.3.6.1.2.1.214.1.1.9
rbridgeBasePortTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains generic information about every
            port that is associated with this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) 9 }

.1.3.6.1.2.1.214.1.1.9.1
rbridgeBasePortEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeBasePort }
  DESCRIPTION	"A list of information for each port of the bridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) 1 }

.1.3.6.1.2.1.214.1.1.9.1.1
rbridgeBasePort OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The port number of the port for which this entry
            contains RBridge management information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 1 }

.1.3.6.1.2.1.214.1.1.9.1.2
rbridgeBasePortIfIndex OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the instance of the ifIndex object,
            defined in the IF-MIB, for the interface corresponding
            to this port. The RBridge port sits on top of
            this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 2 }

.1.3.6.1.2.1.214.1.1.9.1.3
rbridgeBasePortDisable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Disable port bit. When this bit is set (true), all frames
            received or to be transmitted are discarded, with the
            possible exception of some layer 2 control frames that may
            be generated and transmitted or received and processed
            locally. Default value is false.

            The value of this object MUST be retained across
            reinitializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 3 }

.1.3.6.1.2.1.214.1.1.9.1.4
rbridgeBasePortTrunkPort OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"End station service disable (trunk port) bit. When this bit
            is set (true), all native frames received on the port and all
            native frames that would have been sent on the port are
            discarded. Default value is false.

            The value of this object MUST be retained across
            reinitializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 4 }

.1.3.6.1.2.1.214.1.1.9.1.5
rbridgeBasePortAccessPort OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"TRILL traffic disable (access port) bit.  If this bit is
            set, the goal is to avoid sending any TRILL frames, except
            TRILL-Hello frames, on the port, since it is intended only
            for native end-station traffic.  This ensures that the link
            is not on the shortest path for any destination.  Default
            value is 'false'.

            The value of this object MUST be retained across
            re-initializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 5 }

.1.3.6.1.2.1.214.1.1.9.1.6
rbridgeBasePortP2pHellos OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Use point-to-point (P2P) Hellos bit.  If this bit is set,
            Hellos sent on this port are IS-IS P2P Hellos, not the
            default TRILL-Hellos.  In addition, the IS-IS P2P three-way
            handshake is used on P2P RBridge links.  Default value is
            'false'.

            The value of this object MUST be retained across
            re-initializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 6 }

.1.3.6.1.2.1.214.1.1.9.1.7
rbridgeBasePortState OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	INTEGER {uninhibited(1), portInhibited(2), vlanInhibited(3), disabled(4), broken(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port's current state. If the entire port is
            inhibited, its state is portInhibited(2). If specific VLANs
            are inhibited, the state is vlanInhibited(3), and
            rbridgeVlanPortTable will tell which VLANs are inhibited.
            For ports that are disabled (see rbridgeBasePortDisable),
            this object will have a value of disabled(4). If the
            RBridge has detected a port that is malfunctioning, it will
            place that port into the broken(5) state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 7 }

.1.3.6.1.2.1.214.1.1.9.1.8
rbridgeBasePortInhibitionTime OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time in seconds that this RBridge will inhibit forwarding
            on this port after it observes a spanning tree root bridge
            change on a link, or receives conflicting VLAN forwarder
            information. The default value is 30.

            The value of this object MUST be retained across
            reinitializations of the management system."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 8 }

.1.3.6.1.2.1.214.1.1.9.1.9
rbridgeBasePortDisableLearning OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Disable learning of MAC addresses seen on this port.
            To disable learning, the value of this object must be
            set to 'true'. The default is 'false'.

            The value of this object MUST be retained across
            reinitializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 9 }

.1.3.6.1.2.1.214.1.1.9.1.10
rbridgeBasePortDesiredDesigVlan OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The VLAN that a Designated RBridge (DRB) will specify in
            its TRILL-Hellos as the VLAN to be used by all RBridges on
            the link for TRILL frames.  This VLAN must be enabled on
            this port.

            The value of this object MUST be retained across
            re-initializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 10 }

.1.3.6.1.2.1.214.1.1.9.1.11
rbridgeBasePortDesigVlan OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The VLAN being used on this link for TRILL frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 11 }

.1.3.6.1.2.1.214.1.1.9.1.12
rbridgeBasePortStpRoot OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bridge identifier of the root of the spanning tree,
            as learned from a Bridge PDU (BPDU) received on this port.
            For the Multiple Spanning Tree Protocol (MSTP), this is
            the root bridge of the Common and Internal Spanning Tree
            (CIST).  If no BPDU has been heard, the value returned
            is a string of zeros."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 12 }

.1.3.6.1.2.1.214.1.1.9.1.13
rbridgeBasePortStpRootChanges OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a change in the root bridge is seen from
            spanning tree BPDUs received on this port, indicating a
            change in bridged LAN topology. Each such change may cause
            the port to be inhibited for a period of time.  This counter
            should be synchronized with ifCounterDiscontinuityTime.

            Discontinuities in the value of this counter can occur
            at re-initialization of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 13 }

.1.3.6.1.2.1.214.1.1.9.1.14
rbridgeBasePortStpWiringCloset OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Bridge ID to be used as the spanning tree root in BPDUs
            sent for the Wiring Closet topology solution described in
            [RFC6325]. Note that the same value of this object must be
            set on all RBridge ports participating in this solution.
            The default value is all 0s. A non-zero value configured
            into this object indicates that this solution is in use.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeBase(1) rbridgeBasePortTable(9) rbridgeBasePortEntry(1) 14 }

.1.3.6.1.2.1.214.1.2
rbridgeFdb OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) 2 }

.1.3.6.1.2.1.214.1.2.1
rbridgeConfidenceNative OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The confidence level associated with MAC addresses
            learned from native frames. This is applicable to
            all RBridge ports.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) 1 }

.1.3.6.1.2.1.214.1.2.2
rbridgeConfidenceDecap OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The confidence level associated with inner MAC addresses
            learned after decapsulation of a TRILL data frame.
            This is applicable to all RBridge ports.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) 2 }

.1.3.6.1.2.1.214.1.2.3
rbridgeConfidenceStatic OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The confidence level associated with MAC addresses that
            are statically configured. The default value is 255.

            The value of this object MUST be retained across
            reinitializations of the management system."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) 3 }

.1.3.6.1.2.1.214.1.2.4
rbridgeUniFdbTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about unicast entries
            for which the device has forwarding and/or filtering
            information.  This information is used by the
            transparent bridging function in determining how to
            propagate a received frame."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) 4 }

.1.3.6.1.2.1.214.1.2.4.1
rbridgeUniFdbEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeFdbId, rbridgeUniFdbAddr }
  DESCRIPTION	"Information about a specific unicast MAC address for
            which the RBridge has some forwarding and/or filtering
            information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFdbTable(4) 1 }

.1.3.6.1.2.1.214.1.2.4.1.1
rbridgeFdbId OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identity of this Filtering Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFdbTable(4) rbridgeUniFdbEntry(1) 1 }

.1.3.6.1.2.1.214.1.2.4.1.2
rbridgeUniFdbAddr OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unicast MAC address for which the device has
            forwarding information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFdbTable(4) rbridgeUniFdbEntry(1) 2 }

.1.3.6.1.2.1.214.1.2.4.1.3
rbridgeUniFdbPort OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Either the value '0', or the RBridge port number of the
            port on which a frame having a source address equal to the
            value of the corresponding instance of rbridgeUniFdbAddr
            has been seen.  A value of '0' indicates that the port
            number has not been learned but that the device does have
            some information about this MAC address.

            Implementors are encouraged to assign the port value to
            this object whenever it is available, even for addresses
            for which the corresponding value of rbridgeUniFdbStatus is
            not learned(3)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFdbTable(4) rbridgeUniFdbEntry(1) 3 }

.1.3.6.1.2.1.214.1.2.4.1.4
rbridgeUniFdbNickname OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION RbridgeNickname
  SYNTAX	Unsigned32 (0..65471) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The RBridge nickname that is placed in the egress
            nickname field of a TRILL frame sent to this
            rbridgeFdbAddress in this rbridgeFdbId."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFdbTable(4) rbridgeUniFdbEntry(1) 4 }

.1.3.6.1.2.1.214.1.2.4.1.5
rbridgeUniFdbConfidence OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The confidence level associated with this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFdbTable(4) rbridgeUniFdbEntry(1) 5 }

.1.3.6.1.2.1.214.1.2.4.1.6
rbridgeUniFdbStatus OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	INTEGER {other(1), invalid(2), learned(3), self(4), mgmt(5), esadi(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of this entry.  The meanings of the values
            are:
                other(1) - none of the following.
                invalid(2) - this entry is no longer valid (e.g., it
                    was learned but has since aged out), but has not
                    yet been flushed from the table.
                learned(3) - the information in this entry was learned
                    and is being used.
                self(4) - the value of the corresponding instance of
                    rbridgeFdbAddress represents one of the device's
                    addresses.  The corresponding instance of
                    rbridgeFdbPort indicates which of the device's
                    ports has this address.
                mgmt(5) - the value of the corresponding instance of
                    rbridgeFdbAddress was configured by management.
                esadi(6) - the value of the corresponding instance of
                    rbridgeFdbAddress was learned from ESADI."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFdbTable(4) rbridgeUniFdbEntry(1) 6 }

.1.3.6.1.2.1.214.1.2.5
rbridgeUniFibTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about nicknames known by
            the RBridge.  If Equal-Cost Multipath (ECMP) is implemented,
            there are as many entries for a nickname as there are ECMP
            paths available for it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) 5 }

.1.3.6.1.2.1.214.1.2.5.1
rbridgeUniFibEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeUniFibNickname, rbridgeUniFibPort, rbridgeUniFibNextHop }
  DESCRIPTION	"A list of information about nicknames known by the RBridge.
            If ECMP is implemented, there are as many entries as there
            are ECMP paths available for a given nickname."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFibTable(5) 1 }

.1.3.6.1.2.1.214.1.2.5.1.1
rbridgeUniFibNickname OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION RbridgeNickname
  SYNTAX	Unsigned32 (0..65471) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An RBridge nickname for which this RBridge has
            forwarding information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFibTable(5) rbridgeUniFibEntry(1) 1 }

.1.3.6.1.2.1.214.1.2.5.1.2
rbridgeUniFibPort OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RBridge port number of the port attached to the
            next-hop RBridge for the path towards the RBridge whose
            nickname is specified in this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFibTable(5) rbridgeUniFibEntry(1) 2 }

.1.3.6.1.2.1.214.1.2.5.1.3
rbridgeUniFibNextHop OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION RbridgeNickname
  SYNTAX	Unsigned32 (0..65471) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The nickname of the next-hop RBridge for the path
            towards the RBridge whose nickname is specified in this
            entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFibTable(5) rbridgeUniFibEntry(1) 3 }

.1.3.6.1.2.1.214.1.2.5.1.4
rbridgeUniFibHopCount OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hop count from this ingress RBridge to the egress
            RBridge whose nickname is specified in
            rbridgeUniFibNickname."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeUniFibTable(5) rbridgeUniFibEntry(1) 4 }

.1.3.6.1.2.1.214.1.2.6
rbridgeMultiFibTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about egress nicknames
            used for multi-destination frame forwarding by this
            RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) 6 }

.1.3.6.1.2.1.214.1.2.6.1
rbridgeMultiFibEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeMultiFibNickname }
  DESCRIPTION	"A list of information about egress nicknames used for
            multi-destination frame forwarding by this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeMultiFibTable(6) 1 }

.1.3.6.1.2.1.214.1.2.6.1.1
rbridgeMultiFibNickname OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION RbridgeNickname
  SYNTAX	Unsigned32 (0..65471) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The nickname of the multicast distribution tree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeMultiFibTable(6) rbridgeMultiFibEntry(1) 1 }

.1.3.6.1.2.1.214.1.2.6.1.2
rbridgeMultiFibPorts OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The list of ports to which a frame destined to this
            multicast distribution tree is flooded. This may be pruned
            further based on other forwarding information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeFdb(2) rbridgeMultiFibTable(6) rbridgeMultiFibEntry(1) 2 }

.1.3.6.1.2.1.214.1.3
rbridgeVlan OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) 3 }

.1.3.6.1.2.1.214.1.3.1
rbridgeVlanTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about VLANs on the
            RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) 1 }

.1.3.6.1.2.1.214.1.3.1.1
rbridgeVlanEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeVlanIndex }
  DESCRIPTION	"A list of information about VLANs on the RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanTable(1) 1 }

.1.3.6.1.2.1.214.1.3.1.1.1
rbridgeVlanIndex OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (1..4094 | 4096..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VLAN-ID referring to this VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanTable(1) rbridgeVlanEntry(1) 1 }

.1.3.6.1.2.1.214.1.3.1.1.2
rbridgeVlanForwarderLosts OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this RBridge has lost appointed
            forwarder status for this VLAN on any of its ports.

            Discontinuities in the value of this counter can occur
            at re-initialization of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanTable(1) rbridgeVlanEntry(1) 2 }

.1.3.6.1.2.1.214.1.3.1.1.3
rbridgeVlanDisableLearning OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Disable learning of MAC addresses seen in this VLAN.
            One application of this may be to restrict learning to
            ESADI. To disable learning, the value of this object
            should be set to true. The default is false.

            The value of this object MUST be retained across
            reinitializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanTable(1) rbridgeVlanEntry(1) 3 }

.1.3.6.1.2.1.214.1.3.1.1.4
rbridgeVlanSnooping OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	INTEGER {notSupported(1), ipv4(2), ipv6(3), ipv4v6(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"IP Multicast Snooping on this VLAN. For RBridges
            performing both IPv4 and IPv6 IP Multicast Snooping, the
            value returned is ipv4v6(4)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanTable(1) rbridgeVlanEntry(1) 4 }

.1.3.6.1.2.1.214.1.3.2
rbridgeVlanPortTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about VLANs on an RBridge
            port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) 2 }

.1.3.6.1.2.1.214.1.3.2.1
rbridgeVlanPortEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeBasePort, rbridgeVlanIndex }
  DESCRIPTION	"A list of information about VLANs on the RBridge port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanPortTable(2) 1 }

.1.3.6.1.2.1.214.1.3.2.1.1
rbridgeVlanPortInhibited OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This VLAN has been inhibited by the RBridge due to
            conflicting forwarder information received from another
            RBridge, when the value of this object is 'true'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanPortTable(2) rbridgeVlanPortEntry(1) 1 }

.1.3.6.1.2.1.214.1.3.2.1.2
rbridgeVlanPortForwarder OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This RBridge is an appointed forwarder for this VLAN
            on this port, when the value of this object is 'true'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanPortTable(2) rbridgeVlanPortEntry(1) 2 }

.1.3.6.1.2.1.214.1.3.2.1.3
rbridgeVlanPortAnnouncing OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"TRILL-Hellos tagged with this VLAN can be sent by this
            RBridge on this port, when the value of this object
            is 'true'.

            The value of this object MUST be retained across
            re-initializations of the management system."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanPortTable(2) rbridgeVlanPortEntry(1) 3 }

.1.3.6.1.2.1.214.1.3.2.1.4
rbridgeVlanPortDetectedVlanMapping OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VLAN mapping has been detected on the link attached
            to this port, when the value of this object is 'true'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeVlan(3) rbridgeVlanPortTable(2) rbridgeVlanPortEntry(1) 4 }

.1.3.6.1.2.1.214.1.4
rbridgeEsadi OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) 4 }

.1.3.6.1.2.1.214.1.4.1
rbridgeEsadiTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about ESADI instances on
            VLANs, if available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeEsadi(4) 1 }

.1.3.6.1.2.1.214.1.4.1.1
rbridgeEsadiEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeVlanIndex }
  DESCRIPTION	"Information about an ESADI instance on a VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeEsadi(4) rbridgeEsadiTable(1) 1 }

.1.3.6.1.2.1.214.1.4.1.1.1
rbridgeEsadiEnable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the RBridge is participating in an ESADI instance for
            this VLAN, the value of this object is 'true'. To disable
            participation, set it to 'false'.

            The value of this object MUST be retained across
            reinitializations of the management system."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeEsadi(4) rbridgeEsadiTable(1) rbridgeEsadiEntry(1) 1 }

.1.3.6.1.2.1.214.1.4.1.1.2
rbridgeEsadiConfidence OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Confidence level of address entries sent by this
            ESADI instance. The default is 16.

            The value of this object MUST be retained across
            re-initializations of the management system."
  DEFVAL	{ 16 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeEsadi(4) rbridgeEsadiTable(1) rbridgeEsadiEntry(1) 2 }

.1.3.6.1.2.1.214.1.4.1.1.3
rbridgeEsadiDrbPriority OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority of this RBridge for being selected as the
            DRB for this ESADI instance.

            The value of this object MUST be retained across
            re-initializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeEsadi(4) rbridgeEsadiTable(1) rbridgeEsadiEntry(1) 3 }

.1.3.6.1.2.1.214.1.4.1.1.4
rbridgeEsadiDrb OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION RbridgeAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The DRB on this ESADI instance's virtual link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeEsadi(4) rbridgeEsadiTable(1) rbridgeEsadiEntry(1) 4 }

.1.3.6.1.2.1.214.1.4.1.1.5
rbridgeEsadiDrbHoldingTime OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The holding time for this ESADI instance.
            The value of this object MUST be retained across
            re-initializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeEsadi(4) rbridgeEsadiTable(1) rbridgeEsadiEntry(1) 5 }

.1.3.6.1.2.1.214.1.4.1.1.6
rbridgeEsadiRowStatus OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the status of the entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeEsadi(4) rbridgeEsadiTable(1) rbridgeEsadiEntry(1) 6 }

.1.3.6.1.2.1.214.1.5
rbridgeCounter OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) 5 }

.1.3.6.1.2.1.214.1.5.1
rbridgePortCounterTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains per-port counters for this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeCounter(5) 1 }

.1.3.6.1.2.1.214.1.5.1.1
rbridgePortCounterEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeBasePort }
  DESCRIPTION	"Counters for a port on this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeCounter(5) rbridgePortCounterTable(1) 1 }

.1.3.6.1.2.1.214.1.5.1.1.1
rbridgePortRpfCheckFails OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a multi-destination frame was
            dropped on this port because the Reverse Path Forwarding
            (RPF) check failed.

            Discontinuities in the value of this counter can occur
            at re-initialization of the management system, and at
            other times as indicated by the value of the
            ifCounterDiscontinuityTime object of the associated
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeCounter(5) rbridgePortCounterTable(1) rbridgePortCounterEntry(1) 1 }

.1.3.6.1.2.1.214.1.5.1.1.2
rbridgePortHopCountExceeds OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a frame was dropped on this port
            because its hop count was zero.

            Discontinuities in the value of this counter can occur
            at re-initialization of the management system, and at
            other times as indicated by the value of the
            ifCounterDiscontinuityTime object of the associated
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeCounter(5) rbridgePortCounterTable(1) rbridgePortCounterEntry(1) 2 }

.1.3.6.1.2.1.214.1.5.1.1.3
rbridgePortOptionDrops OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times a frame was dropped on this port
            because it contained unsupported options.

            Discontinuities in the value of this counter can occur
            at re-initialization of the management system, and at
            other times as indicated by the value of the
            ifCounterDiscontinuityTime object of the associated
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeCounter(5) rbridgePortCounterTable(1) rbridgePortCounterEntry(1) 3 }

.1.3.6.1.2.1.214.1.5.1.1.4
rbridgePortTrillInFrames OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of TRILL-encapsulated frames that have been
            received by this port from its attached link, including
            management frames.

            Discontinuities in the value of this counter can occur
            at re-initialization of the management system, and at
            other times as indicated by the value of the
            ifCounterDiscontinuityTime object of the associated
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeCounter(5) rbridgePortCounterTable(1) rbridgePortCounterEntry(1) 4 }

.1.3.6.1.2.1.214.1.5.1.1.5
rbridgePortTrillOutFrames OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of TRILL-encapsulated frames that have been
            transmitted by this port to its attached link, including
            management frames.

            Discontinuities in the value of this counter can occur
            at re-initialization of the management system, and at
            other times as indicated by the value of the
            ifCounterDiscontinuityTime object of the associated
            interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeCounter(5) rbridgePortCounterTable(1) rbridgePortCounterEntry(1) 5 }

.1.3.6.1.2.1.214.1.6
rbridgeSnooping OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) 6 }

.1.3.6.1.2.1.214.1.6.1
rbridgeSnoopingPortTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"For RBridges implementing IP Multicast Snooping,
             information about ports on which the presence of IPv4
             or IPv6 multicast routers has been detected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeSnooping(6) 1 }

.1.3.6.1.2.1.214.1.6.1.1
rbridgeSnoopingPortEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeBasePort, rbridgeVlanIndex }
  DESCRIPTION	"Information about ports on which the presence of IPv4
            or IPv6 multicast routers has been detected for a
            VLAN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeSnooping(6) rbridgeSnoopingPortTable(1) 1 }

.1.3.6.1.2.1.214.1.6.1.1.1
rbridgeSnoopingPortAddrType OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2), ipv4v6(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address type of an IP multicast router detected
            on this port and VLAN. If only IPv4 router(s)
            are detected, the value returned is 'ipv4'. If only
            IPv6 routers are detected, the value returned is
            'ipv6'. If both IPv4 and IPv6 routers are detected on
            this port and VLAN, the value returned is 'ipv4v6'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeSnooping(6) rbridgeSnoopingPortTable(1) rbridgeSnoopingPortEntry(1) 1 }

.1.3.6.1.2.1.214.1.6.2
rbridgeSnoopingAddrTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"For RBridges implementing IP Multicast Snooping,
             information about IP multicast addresses being
             snooped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeSnooping(6) 2 }

.1.3.6.1.2.1.214.1.6.2.1
rbridgeSnoopingAddrEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeVlanIndex, rbridgeSnoopingAddrType, rbridgeSnoopingAddr }
  DESCRIPTION	"Information about IP multicast addresses being
             snooped."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeSnooping(6) rbridgeSnoopingAddrTable(2) 1 }

.1.3.6.1.2.1.214.1.6.2.1.1
rbridgeSnoopingAddrType OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast address type for which a listener has been
            detected by this RBridge. This MIB requires support for only
            IPv4 and IPv6 address types."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeSnooping(6) rbridgeSnoopingAddrTable(2) rbridgeSnoopingAddrEntry(1) 1 }

.1.3.6.1.2.1.214.1.6.2.1.2
rbridgeSnoopingAddr OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP multicast address for which a listener has been
            detected by this RBridge. The address type of this object
            is specified in rbridgeSnoopingAddrType. This MIB requires
            support for only global IPv4 and IPv6 addresses, so the
            length of the object can be either 4 or 16 bytes.  Hence,
            the index will not exceed the OID size limit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeSnooping(6) rbridgeSnoopingAddrTable(2) rbridgeSnoopingAddrEntry(1) 2 }

.1.3.6.1.2.1.214.1.6.2.1.3
rbridgeSnoopingAddrPorts OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The set of ports on which a listener has been detected
            for this IP multicast address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeSnooping(6) rbridgeSnoopingAddrTable(2) rbridgeSnoopingAddrEntry(1) 3 }

.1.3.6.1.2.1.214.1.7
rbridgeDtree OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) 7 }

.1.3.6.1.2.1.214.1.7.1
rbridgeDtreePriority OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The distribution tree root priority for this RBridge.
             The default value of this object is 32768.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeDtree(7) 1 }

.1.3.6.1.2.1.214.1.7.2
rbridgeDtreeActiveTrees OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of trees being computed by all Rbridges
            in the campus."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeDtree(7) 2 }

.1.3.6.1.2.1.214.1.7.3
rbridgeDtreeMaxTrees OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of trees this RBridge can compute."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeDtree(7) 3 }

.1.3.6.1.2.1.214.1.7.4
rbridgeDtreeDesiredUseTrees OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of trees this RBridge would like to
            use for transmission of ingress multi-destination frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeDtree(7) 4 }

.1.3.6.1.2.1.214.1.7.5
rbridgeDtreeTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about distribution trees being computed
            by this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeDtree(7) 5 }

.1.3.6.1.2.1.214.1.7.5.1
rbridgeDtreeEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeDtreeNumber }
  DESCRIPTION	"List of information about distribution trees being computed
            by this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeDtree(7) rbridgeDtreeTable(5) 1 }

.1.3.6.1.2.1.214.1.7.5.1.1
rbridgeDtreeNumber OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The tree number of a distribution tree being computed by
            this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeDtree(7) rbridgeDtreeTable(5) rbridgeDtreeEntry(1) 1 }

.1.3.6.1.2.1.214.1.7.5.1.2
rbridgeDtreeNickname OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION RbridgeNickname
  SYNTAX	Unsigned32 (0..65471) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The nickname of the distribution tree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeDtree(7) rbridgeDtreeTable(5) rbridgeDtreeEntry(1) 2 }

.1.3.6.1.2.1.214.1.7.5.1.3
rbridgeDtreeIngress OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether this RBridge might choose this
            distribution tree to ingress a multi-destination frame."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeDtree(7) rbridgeDtreeTable(5) rbridgeDtreeEntry(1) 3 }

.1.3.6.1.2.1.214.1.8
rbridgeTrill OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) 8 }

.1.3.6.1.2.1.214.1.8.1
rbridgeTrillMinMtuDesired OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The desired minimum acceptable inter-RBridge link MTU for
            the campus, that is, originatingLSPBufferSize.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeTrill(8) 1 }

.1.3.6.1.2.1.214.1.8.2
rbridgeTrillSz OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum acceptable inter-RBridge link size for the
            campus for the proper operation of TRILL IS-IS."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeTrill(8) 2 }

.1.3.6.1.2.1.214.1.8.3
rbridgeTrillMaxMtuProbes OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of failed MTU-probes before the RBridge
            concludes that a particular MTU is not supported by
            a neighbor.

            The value of this object MUST be retained across
            reinitializations of the management system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeTrill(8) 3 }

.1.3.6.1.2.1.214.1.8.4
rbridgeTrillNbrTable OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about this RBridge's TRILL neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeTrill(8) 4 }

.1.3.6.1.2.1.214.1.8.4.1
rbridgeTrillNbrEntry OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ rbridgeTrillNbrMacAddr }
  DESCRIPTION	"List of information about this RBridge's TRILL neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeTrill(8) rbridgeTrillNbrTable(4) 1 }

.1.3.6.1.2.1.214.1.8.4.1.1
rbridgeTrillNbrMacAddr OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address of a neighbor of this RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeTrill(8) rbridgeTrillNbrTable(4) rbridgeTrillNbrEntry(1) 1 }

.1.3.6.1.2.1.214.1.8.4.1.2
rbridgeTrillNbrMtu OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MTU size for this neighbor for IS-IS communication
            purposes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeTrill(8) rbridgeTrillNbrTable(4) rbridgeTrillNbrEntry(1) 2 }

.1.3.6.1.2.1.214.1.8.4.1.3
rbridgeTrillNbrFailedMtuTest OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If true, indicates that the neighbor's tested MTU is less
            than the minimum acceptable inter-bridge link MTU for the
            campus (1470)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeObjects(1) rbridgeTrill(8) rbridgeTrillNbrTable(4) rbridgeTrillNbrEntry(1) 3 }

.1.3.6.1.2.1.214.2
rbridgeConformance OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) 2 }

.1.3.6.1.2.1.214.2.1
rbridgeCompliances OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) 1 }

.1.3.6.1.2.1.214.2.1.1
rbridgeCompliance MODULE-COMPLIANCE
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"The compliance statement for support of RBridge
            services."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeCompliances(1) 1 }

.1.3.6.1.2.1.214.2.1.2
rbridgeReadOnlyCompliance MODULE-COMPLIANCE
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"When this MIB is implemented in read-only mode, then
            the implementation can claim read-only compliance.
            In that case, RBridge objects can be monitored but
            cannot be configured with this implementation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeCompliances(1) 2 }

.1.3.6.1.2.1.214.2.2
rbridgeGroup OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) 2 }

.1.3.6.1.2.1.214.2.2.1
rbridgeBaseGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing basic control
            and status information for the RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 1 }

.1.3.6.1.2.1.214.2.2.2
rbridgeBaseNicknameGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing basic control
            and status information for RBridge nicknames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 2 }

.1.3.6.1.2.1.214.2.2.3
rbridgeBasePortGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing basic control
            and status information for RBridge ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 3 }

.1.3.6.1.2.1.214.2.2.4
rbridgeFdbGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information
            about the Unicast Address Database."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 4 }

.1.3.6.1.2.1.214.2.2.5
rbridgeFibGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information
            about the Unicast and Multicast FIBs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 5 }

.1.3.6.1.2.1.214.2.2.6
rbridgeVlanGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information
            about VLANs on the RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 6 }

.1.3.6.1.2.1.214.2.2.7
rbridgePortCounterGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing per-port
            counters for the RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 7 }

.1.3.6.1.2.1.214.2.2.8
rbridgeEsadiGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information
            about ESADI instances on the RBridge."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 8 }

.1.3.6.1.2.1.214.2.2.9
rbridgeSnoopingGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information about
            IP Multicast Snooping.  This MIB requires support for
            only global IPv4 and IPv6 address types in
            rbridgeSnoopingPortAddrType and rbridgeSnoopingAddrType,
            so the length of rbridgeSnoopingAddr can be either 4 or
            16 bytes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 9 }

.1.3.6.1.2.1.214.2.2.10
rbridgeDtreeGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information
            about distribution trees."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 10 }

.1.3.6.1.2.1.214.2.2.11
rbridgeTrillGroup OBJECT-GROUP
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects providing information
            about TRILL neighbors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 11 }

.1.3.6.1.2.1.214.2.2.12
rbridgeNotificationGroup OBJECT-TYPE
  -- FROM	RBRIDGE-MIB
  DESCRIPTION	"A collection of objects describing notifications (traps)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) rbridgeMIB(214) rbridgeConformance(2) rbridgeGroup(2) 12 }

.1.3.6.1.2.1.235
snmpUsmHmacSha2MIB MODULE-IDENTITY
  -- FROM	SNMP-USM-HMAC-SHA2-MIB
  DESCRIPTION	"Definitions of Object Identities needed for the use of
        HMAC-SHA2 Authentication Protocols by SNMP's User-based Security
        Model.

        Copyright (c) 2016 IETF Trust and the persons identified as
        authors of the code.  All rights reserved.

        Redistribution and use in source and binary forms, with or
        without modification, is permitted pursuant to, and subject
        to the license terms contained in, the Simplified BSD License
        set forth in Section 4.c of the IETF Trust's Legal Provisions
        Relating to IETF Documents
        (http://trustee.ietf.org/license-info)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 235 }

.1.3.6.1.3
experimental OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) dod(6) internet(1) 3 }

.1.3.6.1.3.6
ifExtensions OBJECT-TYPE
  -- FROM	RFC1229-MIB
::= { iso(1) org(3) dod(6) internet(1) experimental(3) 6 }

.1.3.6.1.3.6.1
ifExtnsTable OBJECT-TYPE
  -- FROM	RFC1229-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"A list of interfaces extension entries.
                The number of entries is given by the value
                of ifNumber, defined in [4,6]."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) 1 }

.1.3.6.1.3.6.1.1
ifExtnsEntry OBJECT-TYPE
  -- FROM	RFC1229-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifExtnsIfIndex }
  DESCRIPTION	"An extension to the interfaces entry,
                defined in [4,6], containing additional
                objects at the subnetwork layer and below
                for a particular interface."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTable(1) 1 }

.1.3.6.1.3.6.1.1.1
ifExtnsIfIndex OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object identifies the
                interface for which this entry contains
                extended management information.  The value
                of this object for a particular interface
                has the same value as the ifIndex object,
                defined in [4,6], for the same interface."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTable(1) ifExtnsEntry(1) 1 }

.1.3.6.1.3.6.1.1.2
ifExtnsChipSet OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object identifies the hardware chip
                set being used in the interface.  The
                assignment of OBJECT IDENTIFIERs to various
                types of hardware chip sets is managed
                by the IANA.  If the hardware chip set is
                unknown, the object identifier

                unknownChipSet OBJECT IDENTIFIER ::= { 0 0 }

                is returned.  Note that unknownChipSet is a
                syntactically valid object identifier, and
                any conformant implementation of ASN.1 and
                the BER must be able to generate and
                recognize this value."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTable(1) ifExtnsEntry(1) 2 }

.1.3.6.1.3.6.1.1.3
ifExtnsRevWare OBJECT-TYPE
  -- FROM	RFC1229-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"An arbitrary octet string that describes
                the firmware version of this interface.
                It is intended that this should be human
                readable.  It must only contain ASCII
                printable characters.  Typically this
                will be the firmware version of the main
                interface software."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTable(1) ifExtnsEntry(1) 3 }

.1.3.6.1.3.6.1.1.4
ifExtnsMulticastsTransmittedOks OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of frames successfully
                transmitted to a subnetwork or link-layer
                multicast destination address other than a
                broadcast address.  For a MAC layer protocol,
                this includes both Group and Functional
                addresses."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTable(1) ifExtnsEntry(1) 4 }

.1.3.6.1.3.6.1.1.5
ifExtnsBroadcastsTransmittedOks OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of frames successfully
                transmitted to a subnetwork or link-layer
                broadcast addresses.  It does not include
                frames sent to a multicast address."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTable(1) ifExtnsEntry(1) 5 }

.1.3.6.1.3.6.1.1.6
ifExtnsMulticastsReceivedOks OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of frames successfully received
                that are directed to an active subnetwork
                or link-layer multicast address (for a MAC
                layer protocol, this includes both Group and
                Functional addresses). This does not include
                frames directed to a broadcast address, nor
                frames received with errors."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTable(1) ifExtnsEntry(1) 6 }

.1.3.6.1.3.6.1.1.7
ifExtnsBroadcastsReceivedOks OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The count of frames successfully received
                that are directed to a subnetwork or
                link-layer broadcast address.  This does not
                include frames received with errors."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTable(1) ifExtnsEntry(1) 7 }

.1.3.6.1.3.6.1.1.8
ifExtnsPromiscuous OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object has a value of false(2) if
                this interface only accepts packets/frames
                that are addressed to this station. This
                object has a value of true(1) when the
                station accepts all packets/frames
                transmitted on the media.  The value
                true(1) is only legal on certain types of
                media.  If legal, setting this object to a
                value of true(1) may require the interface
                to be reset before becoming effective."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTable(1) ifExtnsEntry(1) 8 }

.1.3.6.1.3.6.2
ifExtnsTestTable OBJECT-TYPE
  -- FROM	RFC1229-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"This table contains one entry per interface."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) 2 }

.1.3.6.1.3.6.2.1
ifExtnsTestEntry OBJECT-TYPE
  -- FROM	RFC1229-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifExtnsTestIfIndex }
  DESCRIPTION	"An entry containing objects for invoking
                 tests on an interface."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTestTable(2) 1 }

.1.3.6.1.3.6.2.1.1
ifExtnsTestIfIndex OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of this object identifies the
                interface for which this entry contains
                information on interface tests.  The value
                of this object for a particular interface
                has the same value as the ifIndex object,
                defined in [4,6], for the same interface."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTestTable(2) ifExtnsTestEntry(1) 1 }

.1.3.6.1.3.6.2.1.2
ifExtnsTestCommunity OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object contains the name of the SNMP
                authentication community [5] which was used
                to authenticate the SNMP Message which invoked
                the current or most recent test on this
                interface.  If the authentication community
                is unknown or undefined, this value contains
                the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTestTable(2) ifExtnsTestEntry(1) 2 }

.1.3.6.1.3.6.2.1.3
ifExtnsTestRequestId OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object contains the value of the
                request-id field in the SNMP PDU [5] which
                invoked the current or most recent test on
                this interface.  If the request-id is
                unknown or undefined, this value contains
                the value zero."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTestTable(2) ifExtnsTestEntry(1) 3 }

.1.3.6.1.3.6.2.1.4
ifExtnsTestType OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"A control variable used to start and stop
                operator-initiated interface tests.
                    Most OBJECT IDENTIFIER values assigned
                to tests are defined elsewhere, in associ-
                ation with specific types of interface.
                However, this document assigns a value for
                a full-duplex loopback test, and defines the
                special meanings of the subject identifier:

                  noTest  OBJECT IDENTIFIER ::= { 0 0 }

                When the value noTest is written to this
                object, no action is taken unless a test is
                in progress, in which case the test is
                aborted.  Writing any other value to this
                object is only valid when no test is
                currently in progress, in which case the
                indicated test is initiated.
                    Note that noTest is a syntactically valid
                object identifier, and any conformant
                implementation of ASN.1 and BER must be able
                to generate and recognize this value.
                    When read, this object always returns
                the most recent value that ifExtnsTestType
                was set to.  If it has not been set since
                the last initialization of the network
                management subsystem on the agent, a value
                of noTest is returned."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTestTable(2) ifExtnsTestEntry(1) 4 }

.1.3.6.1.3.6.2.1.5
ifExtnsTestResult OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	INTEGER {none(1), success(2), inProgress(3), notSupported(4), unAbleToRun(5), aborted(6), failed(7)} 
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object contains the result of the most
                recently requested test, or the value
                none(1) if no tests have been requested since
                the last reset.  Note that this facility
                provides no provision for saving the results
                of one test when starting another, as could
                be required if used by multiple managers
                concurrently."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTestTable(2) ifExtnsTestEntry(1) 5 }

.1.3.6.1.3.6.2.1.6
ifExtnsTestCode OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"This object contains a code which contains
                more specific information on the test result,
                for example an error-code after a failed
                test.  Error codes and other values this
                object may take are specific to the type of
                interface and/or test.  However, one subject
                identifier:

                testCodeUnknown  OBJECT IDENTIFIER ::= { 0 0 }

                for use if no additional result code is
                available.
                    Note that testCodeUnknown is a
                syntactically valid object identifier, and
                any conformant implementation of ASN.1 and
                the BER must be able to generate and
                recognize this value."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsTestTable(2) ifExtnsTestEntry(1) 6 }

.1.3.6.1.3.6.3
ifExtnsRcvAddrTable OBJECT-TYPE
  -- FROM	RFC1229-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"This table contains an entry for each
                address (broadcast, multicast, or uni-cast)
                for which the system will receive packets/
                frames on a particular interface.  When an
                interface is operating in promiscuous mode,
                entries are only required for those addresses
                for which the system would receive frames
                were it not operating in promiscuous mode."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) 3 }

.1.3.6.1.3.6.3.1
ifExtnsRcvAddrEntry OBJECT-TYPE
  -- FROM	RFC1229-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ ifExtnsRcvAddrIfIndex, ifExtnsRcvAddress }
  DESCRIPTION	"A list of objects identifying an address
                for which the system will accept packets/
                frames on a particular interface."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsRcvAddrTable(3) 1 }

.1.3.6.1.3.6.3.1.1
ifExtnsRcvAddrIfIndex OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The value of ifIndex, defined in [4,6], of an
                interface which recognizes this entry's
                address."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsRcvAddrTable(3) ifExtnsRcvAddrEntry(1) 1 }

.1.3.6.1.3.6.3.1.2
ifExtnsRcvAddress OBJECT-TYPE
  -- FROM	RFC1229-MIB
  -- TEXTUAL CONVENTION PhysAddress
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"An address for which the system will accept
                packets/frames on this entry's interface."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsRcvAddrTable(3) ifExtnsRcvAddrEntry(1) 2 }

.1.3.6.1.3.6.3.1.3
ifExtnsRcvAddrStatus OBJECT-TYPE
  -- FROM	RFC1229-MIB
  SYNTAX	INTEGER {other(1), invalid(2), volatile(3), nonVolatile(4)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"This object has the value nonVolatile(4)
                for those entries in the table which are
                valid and will not be deleted by the next
                restart of the managed system.  Entries
                having the value volatile(3) are valid
                and exist, but have not been saved, so
                that will not exist after the next
                restart of the managed system.  Entries
                having the value other(1) are valid and
                exist but are not classified as to whether
                they will continue to exist after the next
                restart.  Entries having the value invalid(2)
                are invalid and do not represent an address
                for which an interface accepts frames.
                    Setting an object instance to one of
                the values other(1), volatile(3), or
                nonVolatile(4) causes the corresponding
                entry to exist or continue to exist, and
                to take on the respective status as regards
                the next restart of the managed system.
                    Setting an object instance to the value
                invalid(2) causes the corresponding entry
                to become invalid or cease to exist.
                    It is an implementation-specific matter
                as to whether the agent removes an
                invalidated entry from the table.
                Accordingly, management stations must be
                prepared to receive tabular information
                from agents that corresponds to entries not
                currently in use.  Proper interpretation of
                such entries requires examination of the
                relevant ifExtnsRcvAddrStatus object
                instance."
  DEFVAL	{ volatile }
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) ifExtnsRcvAddrTable(3) ifExtnsRcvAddrEntry(1) 3 }

.1.3.6.1.3.6.4
wellKnownTests OBJECT-TYPE
  -- FROM	RFC1229-MIB
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) 4 }

.1.3.6.1.3.6.4.1
testFullDuplexLoopBack OBJECT-TYPE
  -- FROM	RFC1229-MIB
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ifExtensions(6) wellKnownTests(4) 1 }

.1.3.6.1.3.86
ipv6TcpMIB MODULE-IDENTITY
  -- FROM	IPV6-TCP-MIB
  DESCRIPTION	"The MIB module for entities implementing TCP over IPv6."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) 86 }

.1.3.6.1.3.86.2
ipv6TcpConformance OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6TcpMIB(86) 2 }

.1.3.6.1.3.86.2.1
ipv6TcpCompliances OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6TcpMIB(86) ipv6TcpConformance(2) 1 }

.1.3.6.1.3.86.2.1.1
ipv6TcpCompliance MODULE-COMPLIANCE
  -- FROM	IPV6-TCP-MIB
  DESCRIPTION	"The compliance statement for SNMPv2 entities which
         implement TCP over IPv6."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6TcpMIB(86) ipv6TcpConformance(2) ipv6TcpCompliances(1) 1 }

.1.3.6.1.3.86.2.2
ipv6TcpGroups OBJECT-TYPE
  -- FROM	IPV6-TCP-MIB
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6TcpMIB(86) ipv6TcpConformance(2) 2 }

.1.3.6.1.3.86.2.2.1
ipv6TcpGroup OBJECT-GROUP
  -- FROM	IPV6-TCP-MIB
  DESCRIPTION	"The group of objects providing management of
         TCP over IPv6."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6TcpMIB(86) ipv6TcpConformance(2) ipv6TcpGroups(2) 1 }

.1.3.6.1.3.87
ipv6UdpMIB MODULE-IDENTITY
  -- FROM	IPV6-UDP-MIB
  DESCRIPTION	"The MIB module for entities implementing UDP over IPv6."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) 87 }

.1.3.6.1.3.87.2
ipv6UdpConformance OBJECT-TYPE
  -- FROM	IPV6-UDP-MIB
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6UdpMIB(87) 2 }

.1.3.6.1.3.87.2.1
ipv6UdpCompliances OBJECT-TYPE
  -- FROM	IPV6-UDP-MIB
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6UdpMIB(87) ipv6UdpConformance(2) 1 }

.1.3.6.1.3.87.2.1.1
ipv6UdpCompliance MODULE-COMPLIANCE
  -- FROM	IPV6-UDP-MIB
  DESCRIPTION	"The compliance statement for SNMPv2 entities which
         implement UDP over IPv6."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6UdpMIB(87) ipv6UdpConformance(2) ipv6UdpCompliances(1) 1 }

.1.3.6.1.3.87.2.2
ipv6UdpGroups OBJECT-TYPE
  -- FROM	IPV6-UDP-MIB
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6UdpMIB(87) ipv6UdpConformance(2) 2 }

.1.3.6.1.3.87.2.2.1
ipv6UdpGroup OBJECT-GROUP
  -- FROM	IPV6-UDP-MIB
  DESCRIPTION	"The group of objects providing management of
         UDP over IPv6."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) ipv6UdpMIB(87) ipv6UdpConformance(2) ipv6UdpGroups(2) 1 }

.1.3.6.1.4
private OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) dod(6) internet(1) 4 }

.1.3.6.1.4.1
enterprises OBJECT-TYPE
  -- FROM	SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) dod(6) internet(1) private(4) 1 }

.1.3.6.1.4.1.14706
sflow OBJECT-TYPE
  -- FROM	SFLOW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) 14706 }

.1.3.6.1.4.1.14706.1
sFlowMIB MODULE-IDENTITY
  -- FROM	SFLOW-MIB
  DESCRIPTION	"The MIB module for managing the generation and transportation
                 of sFlow data records."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) 1 }

.1.3.6.1.4.1.14706.1.1
sFlowAgent OBJECT-TYPE
  -- FROM	SFLOW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) 1 }

.1.3.6.1.4.1.14706.1.1.1
sFlowVersion OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Uniquely identifies the version and implementation of this MIB.
                 The version string must have the following structure:
                    <MIB Version>;<Organization>;<Software Revision>
                 where:
                    <MIB Version>  must be '1.3', the version of this MIB.
                    <Organization> the name of the organization responsible
                                     for the agent implementation.
                    <Revision>     the specific software build of this agent.

                 As an example, the string '1.3;InMon Corp.;2.1.1' indicates
                 that this agent implements version '1.2' of the SFLOW MIB, that
                 it was developed by 'InMon Corp.' and that the software build
                 is '2.1.1'.

                 The MIB Version will change with each revision of the SFLOW
                 MIB.

                 Management entities must check the MIB Version and not attempt
                 to manage agents with MIB Versions greater than that for which
                 they were designed.

                 Note: The sFlow Datagram Format has an independent version
                       number which may change independently from <MIB Version>.
                       <MIB Version> applies to the structure and semantics of
                       the SFLOW MIB only."
  DEFVAL	{ \"1.3;;\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) 1 }

.1.3.6.1.4.1.14706.1.1.2
sFlowAgentAddressType OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address type of the address associated with this agent.
                 Only ipv4 and ipv6 types are supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) 2 }

.1.3.6.1.4.1.14706.1.1.3
sFlowAgentAddress OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address associated with this agent. In the case of a
                 multi-homed agent, this should be the loopback address of the
                 agent. The sFlowAgent address must provide SNMP connectivity
                 to the agent. The address should be an invariant that does not
                 change as interfaces are reconfigured, enabled, disabled,
                 added or removed. A manager should be able to use the
                 sFlowAgentAddress as a unique key that will identify this
                 agent over extended periods of time so that a history can
                 be maintained."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) 3 }

.1.3.6.1.4.1.14706.1.1.4
sFlowRcvrTable OBJECT-TYPE
  -- FROM	SFLOW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of the receivers of sFlow information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) 4 }

.1.3.6.1.4.1.14706.1.1.4.1
sFlowRcvrEntry OBJECT-TYPE
  -- FROM	SFLOW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sFlowRcvrIndex }
  DESCRIPTION	"Attributes of an sFlow Receiver."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowRcvrTable(4) 1 }

.1.3.6.1.4.1.14706.1.1.4.1.1
sFlowRcvrIndex OBJECT-TYPE
  -- FROM	SFLOW-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index into sFlowReceiverTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowRcvrTable(4) sFlowRcvrEntry(1) 1 }

.1.3.6.1.4.1.14706.1.1.4.1.2
sFlowRcvrOwner OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The entity making use of this sFlowRcvrTable entry. The empty
                 string indicates that the entry is currently unclaimed.
                 An entity wishing to claim an sFlowRcvrTable entry must ensure
                 that the entry is unclaimed before trying to claim it.
                 The entry is claimed by setting the owner string. The entry
                 must be claimed before any changes can be made to other sampler
                 objects.

                 In order to avoid a race condition, the entity taking control
                 of the sampler must set both the owner and a value for
                 sFlowRcvrTimeout in the same SNMP set request.

                 When a management entity is finished using the sampler,
                 it should set the value of sFlowRcvrOwner back to unclaimed.
                 The agent must restore all other entities this row to their
                 default values when the owner is set to unclaimed. It must
                 also free all other resources associated with this
                 sFlowRcvrTable entry.

                 This mechanism provides no enforcement and relies on the
                 cooperation of management entities in order to ensure that
                 competition for a receiver entry is fairly resolved."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowRcvrTable(4) sFlowRcvrEntry(1) 2 }

.1.3.6.1.4.1.14706.1.1.4.1.3
sFlowRcvrTimeout OBJECT-TYPE
  -- FROM	SFLOW-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time (in seconds) remaining before the sampler is released
                 and stops sampling. When set, the owner establishes control
                 for the specified period. When read, the remaining time in the
                 interval is returned.

                 A management entity wanting to maintain control of the sampler
                 is responsible for setting a new value before the old one
                 expires.

                 When the interval expires, the agent is responsible for
                 restoring all other entities in this row to their default
                 values. It must also free all other resources associated with
                 this sFlowRcvrTable entry."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowRcvrTable(4) sFlowRcvrEntry(1) 3 }

.1.3.6.1.4.1.14706.1.1.4.1.4
sFlowRcvrMaximumDatagramSize OBJECT-TYPE
  -- FROM	SFLOW-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of data bytes that can be sent in a single
                  sample datagram. The manager should set this value to avoid
                  fragmentation of the sFlow datagrams."
  DEFVAL	{ 1400 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowRcvrTable(4) sFlowRcvrEntry(1) 4 }

.1.3.6.1.4.1.14706.1.1.4.1.5
sFlowRcvrAddressType OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of sFlowRcvrCollectorAddress."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowRcvrTable(4) sFlowRcvrEntry(1) 5 }

.1.3.6.1.4.1.14706.1.1.4.1.6
sFlowRcvrAddress OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IP address of the sFlow collector.
                 If set to 0.0.0.0 not sFlow datagrams will be sent."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowRcvrTable(4) sFlowRcvrEntry(1) 6 }

.1.3.6.1.4.1.14706.1.1.4.1.7
sFlowRcvrPort OBJECT-TYPE
  -- FROM	SFLOW-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The destination port for sFlow datagrams."
  DEFVAL	{ 6343 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowRcvrTable(4) sFlowRcvrEntry(1) 7 }

.1.3.6.1.4.1.14706.1.1.4.1.8
sFlowRcvrDatagramVersion OBJECT-TYPE
  -- FROM	SFLOW-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The version of sFlow datagrams that should be sent.

                 When set to a value not support by the agent, the agent should
                 adjust the value to the highest supported value less than the
                 requested value, or return an SNMP bad value error if no
                 such value exists."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowRcvrTable(4) sFlowRcvrEntry(1) 8 }

.1.3.6.1.4.1.14706.1.1.5
sFlowFsTable OBJECT-TYPE
  -- FROM	SFLOW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of the flow samplers within a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) 5 }

.1.3.6.1.4.1.14706.1.1.5.1
sFlowFsEntry OBJECT-TYPE
  -- FROM	SFLOW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sFlowFsDataSource, sFlowFsInstance }
  DESCRIPTION	"Attributes of a flow sampler."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowFsTable(5) 1 }

.1.3.6.1.4.1.14706.1.1.5.1.1
sFlowFsDataSource OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION SFlowDataSource
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"sFlowDataSource for this flow sampler."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowFsTable(5) sFlowFsEntry(1) 1 }

.1.3.6.1.4.1.14706.1.1.5.1.2
sFlowFsInstance OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION SFlowInstance
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The sFlow instance for this flow sampler."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowFsTable(5) sFlowFsEntry(1) 2 }

.1.3.6.1.4.1.14706.1.1.5.1.3
sFlowFsReceiver OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION SFlowReceiver
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The SFlowReceiver for this flow sampler."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowFsTable(5) sFlowFsEntry(1) 3 }

.1.3.6.1.4.1.14706.1.1.5.1.4
sFlowFsPacketSamplingRate OBJECT-TYPE
  -- FROM	SFLOW-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The statistical sampling rate for packet sampling from this
                 source.

                 Set to N to sample 1/Nth of the packets in the monitored flows.
                 An agent should choose its own algorithm to introduce variance
                 into the sampling so that exactly every Nth packet is not
                 counted. A sampling rate of 1 counts all packets. A sampling
                 rate of 0 disables sampling.

                 The agent is permitted to have minimum and maximum allowable
                 values for the sampling rate. A minimum rate lets the agent
                 designer set an upper bound on the overhead associated with
                 sampling, and a maximum rate may be the result of hardware
                 restrictions (such as counter size). In addition not all values
                 between the maximum and minimum may be realizable as the
                 sampling rate (again because of implementation considerations).

                 When the sampling rate is set the agent is free to adjust the
                 value so that it lies between the maximum and minimum values
                 and has the closest achievable value.

                 When read, the agent must return the actual sampling rate it
                 will be using (after the adjustments previously described). The
                 sampling algorithm must converge so that over time the number
                 of packets sampled approaches 1/Nth of the total number of
                 packets in the monitored flows."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowFsTable(5) sFlowFsEntry(1) 4 }

.1.3.6.1.4.1.14706.1.1.5.1.5
sFlowFsMaximumHeaderSize OBJECT-TYPE
  -- FROM	SFLOW-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of bytes that should be copied from a
                 sampled packet. The agent may have an internal maximum and
                 minimum permissible sizes. If an attempt is made to set this
                 value outside the permissible range then the agent should
                 adjust the value to the closest permissible value."
  DEFVAL	{ 128 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowFsTable(5) sFlowFsEntry(1) 5 }

.1.3.6.1.4.1.14706.1.1.6
sFlowCpTable OBJECT-TYPE
  -- FROM	SFLOW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of the counter pollers within a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) 6 }

.1.3.6.1.4.1.14706.1.1.6.1
sFlowCpEntry OBJECT-TYPE
  -- FROM	SFLOW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ sFlowCpDataSource, sFlowCpInstance }
  DESCRIPTION	"Attributes of a counter poller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowCpTable(6) 1 }

.1.3.6.1.4.1.14706.1.1.6.1.1
sFlowCpDataSource OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION SFlowDataSource
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Identifies the source of the data for the counter poller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowCpTable(6) sFlowCpEntry(1) 1 }

.1.3.6.1.4.1.14706.1.1.6.1.2
sFlowCpInstance OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION SFlowInstance
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The sFlowInstance for this counter poller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowCpTable(6) sFlowCpEntry(1) 2 }

.1.3.6.1.4.1.14706.1.1.6.1.3
sFlowCpReceiver OBJECT-TYPE
  -- FROM	SFLOW-MIB
  -- TEXTUAL CONVENTION SFlowReceiver
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The SFlowReciever associated with this counter poller."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowCpTable(6) sFlowCpEntry(1) 3 }

.1.3.6.1.4.1.14706.1.1.6.1.4
sFlowCpInterval OBJECT-TYPE
  -- FROM	SFLOW-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of seconds between successive samples of the
                 counters associated with this data source. A sampling interval
                 of 0 disables counter sampling.

                 The agent is permitted to have minimum and maximum allowable
                 values for the counter polling interval. A minimum interval
                 lets the agent designer set an upper bound on the overhead
                 associated with polling, and a maximum interval may be the
                 result of implementation restrictions (such as counter size).
                 In addition not all values between the maximum and minimum may
                 be realizable as the sampling interval (again because of
                 implementation considerations).

                 When the sampling rate is set the agent is free to adjust the
                 value so that it lies between the maximum and minimum values
                 and has the closest achievable value.

                 When read, the agent must return the actual sampling interval
                 it will be using (after the adjustments previously described).
                 The sampling algorithm must converge so that over time the
                 number of packets sampled approaches 1/Nth of the total number
                 of packets in the monitored flows."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowAgent(1) sFlowCpTable(6) sFlowCpEntry(1) 4 }

.1.3.6.1.4.1.14706.1.2
sFlowMIBConformance OBJECT-TYPE
  -- FROM	SFLOW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) 2 }

.1.3.6.1.4.1.14706.1.2.1
sFlowMIBGroups OBJECT-TYPE
  -- FROM	SFLOW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowMIBConformance(2) 1 }

.1.3.6.1.4.1.14706.1.2.1.1
sFlowAgentGroup OBJECT-GROUP
  -- FROM	SFLOW-MIB
  DESCRIPTION	"A collection of objects for managing the generation and
                  transportation of sFlow data records."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowMIBConformance(2) sFlowMIBGroups(1) 1 }

.1.3.6.1.4.1.14706.1.2.2
sFlowMIBCompliances OBJECT-TYPE
  -- FROM	SFLOW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowMIBConformance(2) 2 }

.1.3.6.1.4.1.14706.1.2.2.1
sFlowCompliance MODULE-COMPLIANCE
  -- FROM	SFLOW-MIB
  DESCRIPTION	"Compliance statements for the sFlow Agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) sflow(14706) sFlowMIB(1) sFlowMIBConformance(2) sFlowMIBCompliances(2) 1 }

.1.3.6.1.4.1.25506
hh3c OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) 25506 }

.1.3.6.1.4.1.25506.1
hh3cProductId OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 1 }

.1.3.6.1.4.1.25506.1.1
hh3c-s5500-28C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1 }

.1.3.6.1.4.1.25506.1.2
hh3c-s5500-52C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2 }

.1.3.6.1.4.1.25506.1.3
hh3c-s5500-28C-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 3 }

.1.3.6.1.4.1.25506.1.4
hh3c-s5500-52C-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 4 }

.1.3.6.1.4.1.25506.1.5
hh3c-s5500-28F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 5 }

.1.3.6.1.4.1.25506.1.6
hh3c-s5500-28C-EI-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 6 }

.1.3.6.1.4.1.25506.1.7
hh3c-s6100-20Q-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 7 }

.1.3.6.1.4.1.25506.1.8
hh3c-s5500-28C-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 8 }

.1.3.6.1.4.1.25506.1.9
hh3c-s5500-52C-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 9 }

.1.3.6.1.4.1.25506.1.10
hh3c-s5500-28C-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 10 }

.1.3.6.1.4.1.25506.1.11
hh3c-s5500-52C-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 11 }

.1.3.6.1.4.1.25506.1.12
hh3c-s5510-24P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 12 }

.1.3.6.1.4.1.25506.1.13
hh3c-s5510-24F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 13 }

.1.3.6.1.4.1.25506.1.14
hh3c-s3610-28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 14 }

.1.3.6.1.4.1.25506.1.15
hh3c-s3610-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 15 }

.1.3.6.1.4.1.25506.1.16
hh3c-s3610-28TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 16 }

.1.3.6.1.4.1.25506.1.17
hh3c-s3610-28F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 17 }

.1.3.6.1.4.1.25506.1.18
hh3c-e126 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 18 }

.1.3.6.1.4.1.25506.1.19
hh3c-e328 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 19 }

.1.3.6.1.4.1.25506.1.20
hh3c-e352 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 20 }

.1.3.6.1.4.1.25506.1.21
hh3c-s3100-8C-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 21 }

.1.3.6.1.4.1.25506.1.22
hh3c-s3100-16C-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 22 }

.1.3.6.1.4.1.25506.1.23
hh3c-s3100-26C-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 23 }

.1.3.6.1.4.1.25506.1.24
hh3c-s3100-8T-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 24 }

.1.3.6.1.4.1.25506.1.25
hh3c-s3100-16T-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 25 }

.1.3.6.1.4.1.25506.1.26
hh3c-s3100-26T-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 26 }

.1.3.6.1.4.1.25506.1.27
hh3c-s3100-26TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 27 }

.1.3.6.1.4.1.25506.1.28
hh3c-s5100-24P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 28 }

.1.3.6.1.4.1.25506.1.29
hh3c-s5100-26C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 29 }

.1.3.6.1.4.1.25506.1.30
hh3c-s5100-50C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 30 }

.1.3.6.1.4.1.25506.1.31
hh3c-s5100-48P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 31 }

.1.3.6.1.4.1.25506.1.32
hh3c-s3600-28P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 32 }

.1.3.6.1.4.1.25506.1.33
hh3c-s3600-52P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 33 }

.1.3.6.1.4.1.25506.1.34
hh3c-s3600-28TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 34 }

.1.3.6.1.4.1.25506.1.35
hh3c-s3600-28P-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 35 }

.1.3.6.1.4.1.25506.1.36
hh3c-s3600-52P-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 36 }

.1.3.6.1.4.1.25506.1.37
hh3c-s3600-28P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 37 }

.1.3.6.1.4.1.25506.1.38
hh3c-s3600-52P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 38 }

.1.3.6.1.4.1.25506.1.39
hh3c-s3600-28P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 39 }

.1.3.6.1.4.1.25506.1.40
hh3c-s3600-52P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 40 }

.1.3.6.1.4.1.25506.1.41
hh3c-s3600-28F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 41 }

.1.3.6.1.4.1.25506.1.42
hh3c-s5600-26C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 42 }

.1.3.6.1.4.1.25506.1.43
hh3c-s5600-50C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 43 }

.1.3.6.1.4.1.25506.1.44
hh3c-s5600-26C-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 44 }

.1.3.6.1.4.1.25506.1.45
hh3c-s5600-50C-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 45 }

.1.3.6.1.4.1.25506.1.46
hh3c-s5600-26F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 46 }

.1.3.6.1.4.1.25506.1.47
hh3c-s3600-52G-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 47 }

.1.3.6.1.4.1.25506.1.48
hh3c-s3600-52P-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 48 }

.1.3.6.1.4.1.25506.1.49
hh3c-s3600-28G-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 49 }

.1.3.6.1.4.1.25506.1.50
hh3c-s3600-28P-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 50 }

.1.3.6.1.4.1.25506.1.51
hh3c-s3600-52M-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 51 }

.1.3.6.1.4.1.25506.1.52
hh3c-s7502 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 52 }

.1.3.6.1.4.1.25506.1.53
hh3c-s7503 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 53 }

.1.3.6.1.4.1.25506.1.54
hh3c-s7506 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 54 }

.1.3.6.1.4.1.25506.1.55
hh3c-s7506R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 55 }

.1.3.6.1.4.1.25506.1.57
hh3c-ar28-09 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 57 }

.1.3.6.1.4.1.25506.1.58
hh3c-ar28-10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 58 }

.1.3.6.1.4.1.25506.1.59
hh3c-ar28-11 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 59 }

.1.3.6.1.4.1.25506.1.60
hh3c-ar28-12 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 60 }

.1.3.6.1.4.1.25506.1.61
hh3c-ar28-13 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 61 }

.1.3.6.1.4.1.25506.1.62
hh3c-ar28-14 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 62 }

.1.3.6.1.4.1.25506.1.63
hh3c-ar28-30 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 63 }

.1.3.6.1.4.1.25506.1.64
hh3c-ar28-31 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 64 }

.1.3.6.1.4.1.25506.1.65
hh3c-ar28-40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 65 }

.1.3.6.1.4.1.25506.1.66
hh3c-ar28-80 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 66 }

.1.3.6.1.4.1.25506.1.67
hh3c-ar46-20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 67 }

.1.3.6.1.4.1.25506.1.68
hh3c-ar46-40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 68 }

.1.3.6.1.4.1.25506.1.69
hh3c-ar46-80 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 69 }

.1.3.6.1.4.1.25506.1.70
hh3c-msr20-20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 70 }

.1.3.6.1.4.1.25506.1.71
hh3c-msr20-21 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 71 }

.1.3.6.1.4.1.25506.1.72
hh3c-msr20-40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 72 }

.1.3.6.1.4.1.25506.1.73
hh3c-msr30-20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 73 }

.1.3.6.1.4.1.25506.1.74
hh3c-msr30-40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 74 }

.1.3.6.1.4.1.25506.1.75
hh3c-msr30-60 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 75 }

.1.3.6.1.4.1.25506.1.76
hh3c-msr50-40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 76 }

.1.3.6.1.4.1.25506.1.77
hh3c-msr50-60 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 77 }

.1.3.6.1.4.1.25506.1.88
hh3c-ar18-21 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 88 }

.1.3.6.1.4.1.25506.1.89
hh3c-ar18-21A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 89 }

.1.3.6.1.4.1.25506.1.90
hh3c-ar18-21B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 90 }

.1.3.6.1.4.1.25506.1.91
hh3c-ar18-22 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 91 }

.1.3.6.1.4.1.25506.1.92
hh3c-ar18-22-8 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 92 }

.1.3.6.1.4.1.25506.1.93
hh3c-ar18-22S-8 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 93 }

.1.3.6.1.4.1.25506.1.94
hh3c-ar18-22-24 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 94 }

.1.3.6.1.4.1.25506.1.95
hh3c-ar18-23-1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 95 }

.1.3.6.1.4.1.25506.1.96
hh3c-ar18-23S-1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 96 }

.1.3.6.1.4.1.25506.1.98
hh3c-ar18-30E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 98 }

.1.3.6.1.4.1.25506.1.100
hh3c-ar18-31E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 100 }

.1.3.6.1.4.1.25506.1.102
hh3c-ar18-32E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 102 }

.1.3.6.1.4.1.25506.1.103
hh3c-ar18-33 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 103 }

.1.3.6.1.4.1.25506.1.104
hh3c-ar18-33E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 104 }

.1.3.6.1.4.1.25506.1.105
hh3c-ar18-34 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 105 }

.1.3.6.1.4.1.25506.1.106
hh3c-ar18-34E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 106 }

.1.3.6.1.4.1.25506.1.108
hh3c-ar18-35E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 108 }

.1.3.6.1.4.1.25506.1.109
hh3c-ar18-63-1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 109 }

.1.3.6.1.4.1.25506.1.110
hh3c-secpathF100-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 110 }

.1.3.6.1.4.1.25506.1.111
hh3c-secpathF100-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 111 }

.1.3.6.1.4.1.25506.1.112
hh3c-secpathF100-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 112 }

.1.3.6.1.4.1.25506.1.113
hh3c-secpathF100-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 113 }

.1.3.6.1.4.1.25506.1.114
hh3c-secpathF1000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 114 }

.1.3.6.1.4.1.25506.1.115
hh3c-secpathF1000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 115 }

.1.3.6.1.4.1.25506.1.116
hh3c-secpathF1800-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 116 }

.1.3.6.1.4.1.25506.1.117
hh3c-secpathV100-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 117 }

.1.3.6.1.4.1.25506.1.118
hh3c-secpathV1000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 118 }

.1.3.6.1.4.1.25506.1.119
hh3c-secpathF100-AW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 119 }

.1.3.6.1.4.1.25506.1.120
hh3c-secpathF1800-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 120 }

.1.3.6.1.4.1.25506.1.121
hh3c-secpathF1800-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 121 }

.1.3.6.1.4.1.25506.1.122
hh3c-secpoint OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 122 }

.1.3.6.1.4.1.25506.1.123
hh3c-vg10-10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 123 }

.1.3.6.1.4.1.25506.1.124
hh3c-vg10-11 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 124 }

.1.3.6.1.4.1.25506.1.125
hh3c-vg10-40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 125 }

.1.3.6.1.4.1.25506.1.126
hh3c-vg10-41 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 126 }

.1.3.6.1.4.1.25506.1.127
hh3c-vg21-08 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 127 }

.1.3.6.1.4.1.25506.1.128
hh3c-vg20-16 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 128 }

.1.3.6.1.4.1.25506.1.129
hh3c-vg20-32 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 129 }

.1.3.6.1.4.1.25506.1.130
hh3c-vg80-20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 130 }

.1.3.6.1.4.1.25506.1.131
hh3c-xe200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 131 }

.1.3.6.1.4.1.25506.1.132
hh3c-xe2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 132 }

.1.3.6.1.4.1.25506.1.133
hh3c-xe7200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 133 }

.1.3.6.1.4.1.25506.1.134
hh3c-xe7300 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 134 }

.1.3.6.1.4.1.25506.1.135
hh3c-xe7500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 135 }

.1.3.6.1.4.1.25506.1.136
hh3c-xe7600 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 136 }

.1.3.6.1.4.1.25506.1.137
hh3c-xe7205 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 137 }

.1.3.6.1.4.1.25506.1.138
hh3c-xe7305 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 138 }

.1.3.6.1.4.1.25506.1.139
hh3c-xe7505 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 139 }

.1.3.6.1.4.1.25506.1.140
hh3c-xe7605 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 140 }

.1.3.6.1.4.1.25506.1.141
hh3c-neoceanIX1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 141 }

.1.3.6.1.4.1.25506.1.142
hh3c-neoceanEX1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 142 }

.1.3.6.1.4.1.25506.1.143
hh3c-neoceanEX800 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 143 }

.1.3.6.1.4.1.25506.1.144
hh3c-neoceanIX5000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 144 }

.1.3.6.1.4.1.25506.1.145
hh3c-neoceanIV5100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 145 }

.1.3.6.1.4.1.25506.1.146
hh3c-neoceanIV5200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 146 }

.1.3.6.1.4.1.25506.1.147
hh3c-s9502 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 147 }

.1.3.6.1.4.1.25506.1.148
hh3c-s9505 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 148 }

.1.3.6.1.4.1.25506.1.149
hh3c-s9508 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 149 }

.1.3.6.1.4.1.25506.1.150
hh3c-s9508V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 150 }

.1.3.6.1.4.1.25506.1.151
hh3c-s9512 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 151 }

.1.3.6.1.4.1.25506.1.152
hh3c-sR8812 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 152 }

.1.3.6.1.4.1.25506.1.153
hh3c-sR8808 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 153 }

.1.3.6.1.4.1.25506.1.154
hh3c-sR8805 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 154 }

.1.3.6.1.4.1.25506.1.155
hh3c-sR8802 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 155 }

.1.3.6.1.4.1.25506.1.156
hh3c-e126-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 156 }

.1.3.6.1.4.1.25506.1.157
hh3c-vg31-08 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 157 }

.1.3.6.1.4.1.25506.1.158
hh3c-dr834 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 158 }

.1.3.6.1.4.1.25506.1.159
hh3c-s7510E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 159 }

.1.3.6.1.4.1.25506.1.160
hh3c-s5100-24P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 160 }

.1.3.6.1.4.1.25506.1.161
hh3c-s5100-48P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 161 }

.1.3.6.1.4.1.25506.1.162
hh3c-s5100-8P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 162 }

.1.3.6.1.4.1.25506.1.163
hh3c-s5100-16P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 163 }

.1.3.6.1.4.1.25506.1.164
hh3c-s5100-8P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 164 }

.1.3.6.1.4.1.25506.1.165
hh3c-s5100-16P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 165 }

.1.3.6.1.4.1.25506.1.166
hh3c-s5100-8P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 166 }

.1.3.6.1.4.1.25506.1.167
hh3c-s5100-16P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 167 }

.1.3.6.1.4.1.25506.1.168
hh3c-s5100-26C-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 168 }

.1.3.6.1.4.1.25506.1.169
hh3c-s5100-50C-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 169 }

.1.3.6.1.4.1.25506.1.170
hh3c-s3108TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 170 }

.1.3.6.1.4.1.25506.1.171
hh3c-s3116TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 171 }

.1.3.6.1.4.1.25506.1.172
hh3c-s3126TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 172 }

.1.3.6.1.4.1.25506.1.173
hh3c-s3108TP-EI-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 173 }

.1.3.6.1.4.1.25506.1.174
hh3c-s3116TP-EI-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 174 }

.1.3.6.1.4.1.25506.1.175
hh3c-s3126TP-EI-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 175 }

.1.3.6.1.4.1.25506.1.177
hh3c-s5500M-20C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 177 }

.1.3.6.1.4.1.25506.1.178
hh3c-s5500M-20F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 178 }

.1.3.6.1.4.1.25506.1.179
hh3c-bR304plus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 179 }

.1.3.6.1.4.1.25506.1.180
hh3c-s9505-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 180 }

.1.3.6.1.4.1.25506.1.181
hh3c-s9512-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 181 }

.1.3.6.1.4.1.25506.1.182
hh3c-s9508-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 182 }

.1.3.6.1.4.1.25506.1.183
hh3c-s9508V-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 183 }

.1.3.6.1.4.1.25506.1.184
hh3c-s9502-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 184 }

.1.3.6.1.4.1.25506.1.185
hh3c-sR8802-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 185 }

.1.3.6.1.4.1.25506.1.186
hh3c-sR8805-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 186 }

.1.3.6.1.4.1.25506.1.187
hh3c-sR8812-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 187 }

.1.3.6.1.4.1.25506.1.188
hh3c-sR8808-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 188 }

.1.3.6.1.4.1.25506.1.189
hh3c-s3100-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 189 }

.1.3.6.1.4.1.25506.1.190
hh3c-e152 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 190 }

.1.3.6.1.4.1.25506.1.191
hh3c-s2008 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 191 }

.1.3.6.1.4.1.25506.1.192
hh3c-s2026 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 192 }

.1.3.6.1.4.1.25506.1.193
hh3c-sr6602 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 193 }

.1.3.6.1.4.1.25506.1.194
hh3c-sr6608 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 194 }

.1.3.6.1.4.1.25506.1.195
hh3c-s3100-08TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 195 }

.1.3.6.1.4.1.25506.1.196
hh3c-s3100-08TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 196 }

.1.3.6.1.4.1.25506.1.197
hh3c-s3100-16TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 197 }

.1.3.6.1.4.1.25506.1.198
hh3c-s3100-16TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 198 }

.1.3.6.1.4.1.25506.1.199
hh3c-s3100-26TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 199 }

.1.3.6.1.4.1.25506.1.200
hh3c-s3100-26TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 200 }

.1.3.6.1.4.1.25506.1.201
hh3c-s7502-v5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 201 }

.1.3.6.1.4.1.25506.1.202
hh3c-vg80-21 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 202 }

.1.3.6.1.4.1.25506.1.203
hh3c-vg80-80 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 203 }

.1.3.6.1.4.1.25506.1.204
hh3c-wcm-wx5002 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 204 }

.1.3.6.1.4.1.25506.1.205
hh3c-wcm-wcma OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 205 }

.1.3.6.1.4.1.25506.1.206
hh3c-msr30-10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 206 }

.1.3.6.1.4.1.25506.1.207
hh3c-s7502e OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 207 }

.1.3.6.1.4.1.25506.1.208
hh3c-s7503E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 208 }

.1.3.6.1.4.1.25506.1.209
hh3c-s7506E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 209 }

.1.3.6.1.4.1.25506.1.210
hh3c-s7506E-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 210 }

.1.3.6.1.4.1.25506.1.211
hh3c-secBlade-FW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 211 }

.1.3.6.1.4.1.25506.1.212
hh3c-secBlade-IPSec OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 212 }

.1.3.6.1.4.1.25506.1.213
hh3c-s3100-8TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 213 }

.1.3.6.1.4.1.25506.1.214
hh3c-s3100-16TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 214 }

.1.3.6.1.4.1.25506.1.215
hh3c-e126A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 215 }

.1.3.6.1.4.1.25506.1.216
hh3c-s3100-26TP-SI-B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 216 }

.1.3.6.1.4.1.25506.1.217
hh3c-msr30-16 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 217 }

.1.3.6.1.4.1.25506.1.218
hh3cOEMProductID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 218 }

.1.3.6.1.4.1.25506.1.219
hh3c-s2126-ei OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 219 }

.1.3.6.1.4.1.25506.1.220
hh3c-e150-si OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 220 }

.1.3.6.1.4.1.25506.1.221
hh3c-msr30-11 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 221 }

.1.3.6.1.4.1.25506.1.222
hh3c-neoceanIX3040 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 222 }

.1.3.6.1.4.1.25506.1.223
hh3c-neoceanIX3080 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 223 }

.1.3.6.1.4.1.25506.1.224
hh3c-secpathF100-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 224 }

.1.3.6.1.4.1.25506.1.225
hh3c-neoceanVX1500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 225 }

.1.3.6.1.4.1.25506.1.226
hh3c-neoceanIX1520 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 226 }

.1.3.6.1.4.1.25506.1.227
hh3c-neoceanIX1540 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 227 }

.1.3.6.1.4.1.25506.1.228
hh3c-wcm-wx5002-128ap OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 228 }

.1.3.6.1.4.1.25506.1.229
hh3c-msr20-10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 229 }

.1.3.6.1.4.1.25506.1.230
hh3c-msr20-11 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 230 }

.1.3.6.1.4.1.25506.1.231
hh3c-msr20-13 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 231 }

.1.3.6.1.4.1.25506.1.232
hh3c-msr20-15 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 232 }

.1.3.6.1.4.1.25506.1.233
hh3c-neoceanDL1008 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 233 }

.1.3.6.1.4.1.25506.1.234
hh3c-neoceanDL1008S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 234 }

.1.3.6.1.4.1.25506.1.235
hh3c-neoceanDL1012 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 235 }

.1.3.6.1.4.1.25506.1.236
hh3c-s3610-52m OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 236 }

.1.3.6.1.4.1.25506.1.237
hh3c-IV5680 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 237 }

.1.3.6.1.4.1.25506.1.238
hh3c-IV5240 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 238 }

.1.3.6.1.4.1.25506.1.239
hh3c-F1000-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 239 }

.1.3.6.1.4.1.25506.1.240
hh3c-S5024P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 240 }

.1.3.6.1.4.1.25506.1.241
hh3c-S5016P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 241 }

.1.3.6.1.4.1.25506.1.242
hh3c-LSQ1FWBSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 242 }

.1.3.6.1.4.1.25506.1.243
hh3c-LSB1FW2A0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 243 }

.1.3.6.1.4.1.25506.1.244
hh3c-S3100-8TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 244 }

.1.3.6.1.4.1.25506.1.245
hh3c-S3100-16TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 245 }

.1.3.6.1.4.1.25506.1.246
hh3c-S3100-26TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 246 }

.1.3.6.1.4.1.25506.1.247
hh3c-ET704 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 247 }

.1.3.6.1.4.1.25506.1.248
hh3c-ec1001 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 248 }

.1.3.6.1.4.1.25506.1.249
hh3c-ec1001-hf OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 249 }

.1.3.6.1.4.1.25506.1.250
hh3c-ec1004-hc OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 250 }

.1.3.6.1.4.1.25506.1.251
hh3c-ec2004-hf OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 251 }

.1.3.6.1.4.1.25506.1.252
hh3c-dc1001 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 252 }

.1.3.6.1.4.1.25506.1.253
hh3c-dm8000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 253 }

.1.3.6.1.4.1.25506.1.254
hh3c-vm8000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 254 }

.1.3.6.1.4.1.25506.1.255
hh3c-ms8000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 255 }

.1.3.6.1.4.1.25506.1.256
hh3c-S3100-52TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 256 }

.1.3.6.1.4.1.25506.1.257
hh3c-msr20-12 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 257 }

.1.3.6.1.4.1.25506.1.258
hh3c-s1550E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 258 }

.1.3.6.1.4.1.25506.1.259
hh3c-s1550 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 259 }

.1.3.6.1.4.1.25506.1.260
hh3c-s1526-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 260 }

.1.3.6.1.4.1.25506.1.261
hh3c-msr20-12-T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 261 }

.1.3.6.1.4.1.25506.1.262
hh3c-msr20-15-I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 262 }

.1.3.6.1.4.1.25506.1.263
hh3c-msr20-15-N OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 263 }

.1.3.6.1.4.1.25506.1.264
hh3c-wx6100EWPX OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 264 }

.1.3.6.1.4.1.25506.1.265
hh3c-wx6100LSQ OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 265 }

.1.3.6.1.4.1.25506.1.266
hh3c-wx6100LSB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 266 }

.1.3.6.1.4.1.25506.1.267
hh3c-wx6100SW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 267 }

.1.3.6.1.4.1.25506.1.268
hh3c-dl1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 268 }

.1.3.6.1.4.1.25506.1.269
hh3c-dl1000s OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 269 }

.1.3.6.1.4.1.25506.1.270
hh3c-wa1208e-g OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 270 }

.1.3.6.1.4.1.25506.1.271
hh3c-wa1208e-dg OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 271 }

.1.3.6.1.4.1.25506.1.272
hh3c-wa1208e-ag OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 272 }

.1.3.6.1.4.1.25506.1.273
hh3c-wa1208e-agp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 273 }

.1.3.6.1.4.1.25506.1.274
hh3c-S7501M-24T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 274 }

.1.3.6.1.4.1.25506.1.275
hh3c-s7501M-24TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 275 }

.1.3.6.1.4.1.25506.1.276
hh3c-s7502M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 276 }

.1.3.6.1.4.1.25506.1.277
hh3c-s7503M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 277 }

.1.3.6.1.4.1.25506.1.278
hh3c-s7506M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 278 }

.1.3.6.1.4.1.25506.1.279
hh3c-s7506M-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 279 }

.1.3.6.1.4.1.25506.1.280
hh3c-s7510M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 280 }

.1.3.6.1.4.1.25506.1.281
hh3c-secpathT200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 281 }

.1.3.6.1.4.1.25506.1.282
hh3c-secpathT200E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 282 }

.1.3.6.1.4.1.25506.1.283
hh3c-cc600 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 283 }

.1.3.6.1.4.1.25506.1.284
hh3c-wa1208e-gp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 284 }

.1.3.6.1.4.1.25506.1.285
hh3c-wb2321e-agp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 285 }

.1.3.6.1.4.1.25506.1.286
hh3c-wh2520e-agp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 286 }

.1.3.6.1.4.1.25506.1.287
hh3c-ICG2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 287 }

.1.3.6.1.4.1.25506.1.288
hh3c-ICG3000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 288 }

.1.3.6.1.4.1.25506.1.289
hh3c-ICG5000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 289 }

.1.3.6.1.4.1.25506.1.290
hh3c-S5520TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 290 }

.1.3.6.1.4.1.25506.1.291
hh3c-wa2210-ag OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 291 }

.1.3.6.1.4.1.25506.1.292
hh3c-wa2220-ag OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 292 }

.1.3.6.1.4.1.25506.1.293
hh3c-wa2220e-ag OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 293 }

.1.3.6.1.4.1.25506.1.294
hh3c-wa2210x-g OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 294 }

.1.3.6.1.4.1.25506.1.295
hh3c-wa2220x-ag OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 295 }

.1.3.6.1.4.1.25506.1.296
hh3c-wa2220x-agp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 296 }

.1.3.6.1.4.1.25506.1.297
hh3c-S3100-52TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 297 }

.1.3.6.1.4.1.25506.1.298
hh3c-secpathASE5000-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 298 }

.1.3.6.1.4.1.25506.1.299
hh3c-secpathASE5000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 299 }

.1.3.6.1.4.1.25506.1.300
hh3c-secpathU200-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 300 }

.1.3.6.1.4.1.25506.1.301
hh3c-secpathU200-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 301 }

.1.3.6.1.4.1.25506.1.302
hh3c-secpathU200-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 302 }

.1.3.6.1.4.1.25506.1.303
hh3c-secpathU200-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 303 }

.1.3.6.1.4.1.25506.1.304
hh3c-ec3016-hc OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 304 }

.1.3.6.1.4.1.25506.1.305
hh3c-dc1001-ff OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 305 }

.1.3.6.1.4.1.25506.1.306
hh3c-ecr3304-hf OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 306 }

.1.3.6.1.4.1.25506.1.307
hh3c-ecr3308-hd OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 307 }

.1.3.6.1.4.1.25506.1.308
hh3c-ecr3316-hc OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 308 }

.1.3.6.1.4.1.25506.1.309
hh3c-isc3000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 309 }

.1.3.6.1.4.1.25506.1.310
hh3c-isc3100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 310 }

.1.3.6.1.4.1.25506.1.311
hh3c-vm9000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 311 }

.1.3.6.1.4.1.25506.1.312
hh3c-vm5000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 312 }

.1.3.6.1.4.1.25506.1.313
hh3c-ms9000-vtdu OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 313 }

.1.3.6.1.4.1.25506.1.314
hh3c-ms9000-nru OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 314 }

.1.3.6.1.4.1.25506.1.315
hh3c-ums9005 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 315 }

.1.3.6.1.4.1.25506.1.316
hh3c-CS2104B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 316 }

.1.3.6.1.4.1.25506.1.317
hh3c-CS2106B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 317 }

.1.3.6.1.4.1.25506.1.318
hh3c-S5024E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 318 }

.1.3.6.1.4.1.25506.1.319
hh3c-S5048E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 319 }

.1.3.6.1.4.1.25506.1.320
hh3c-secpathF5000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 320 }

.1.3.6.1.4.1.25506.1.321
hh3c-neoceanIX3240 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 321 }

.1.3.6.1.4.1.25506.1.322
hh3c-neoceanIX3620 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 322 }

.1.3.6.1.4.1.25506.1.323
hh3c-MSA7302 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 323 }

.1.3.6.1.4.1.25506.1.324
hh3c-MSA7306 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 324 }

.1.3.6.1.4.1.25506.1.325
hh3c-S7501E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 325 }

.1.3.6.1.4.1.25506.1.326
hh3c-S3100-8C-EPON-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 326 }

.1.3.6.1.4.1.25506.1.327
hh3c-S3100-16C-EPON-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 327 }

.1.3.6.1.4.1.25506.1.328
hh3c-S3100-26C-EPON-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 328 }

.1.3.6.1.4.1.25506.1.329
hh3c-secBlade-LSQ1AFCBSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 329 }

.1.3.6.1.4.1.25506.1.330
hh3c-secBlade-LSB1AFC1A0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 330 }

.1.3.6.1.4.1.25506.1.331
hh3c-secpathF1000-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 331 }

.1.3.6.1.4.1.25506.1.332
hh3c-secpathF100-A-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 332 }

.1.3.6.1.4.1.25506.1.333
hh3c-secpathV100-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 333 }

.1.3.6.1.4.1.25506.1.334
hh3c-S5800-32C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 334 }

.1.3.6.1.4.1.25506.1.335
hh3c-S5800-56C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 335 }

.1.3.6.1.4.1.25506.1.336
hh3c-S5800-32C-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 336 }

.1.3.6.1.4.1.25506.1.337
hh3c-S5800-56C-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 337 }

.1.3.6.1.4.1.25506.1.338
hh3c-S5800-60C-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 338 }

.1.3.6.1.4.1.25506.1.339
hh3c-S5800-32F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 339 }

.1.3.6.1.4.1.25506.1.340
hh3c-S5820X-28C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 340 }

.1.3.6.1.4.1.25506.1.341
hh3c-S5820X-28S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 341 }

.1.3.6.1.4.1.25506.1.342
hh3c-cc602 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 342 }

.1.3.6.1.4.1.25506.1.343
hh3c-cr400 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 343 }

.1.3.6.1.4.1.25506.1.344
hh3c-cc600E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 344 }

.1.3.6.1.4.1.25506.1.345
hh3c-secpathT1000-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 345 }

.1.3.6.1.4.1.25506.1.346
hh3c-neoceanVX1540 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 346 }

.1.3.6.1.4.1.25506.1.347
hh3c-msr50-06 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 347 }

.1.3.6.1.4.1.25506.1.348
hh3c-secpathACG2000-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 348 }

.1.3.6.1.4.1.25506.1.349
hh3c-secBlade-LSQ1ACGASC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 349 }

.1.3.6.1.4.1.25506.1.350
hh3c-secBlade-LSB1ACG1A0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 350 }

.1.3.6.1.4.1.25506.1.351
hh3c-wx3024wcm OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 351 }

.1.3.6.1.4.1.25506.1.352
hh3c-wx3024lsw OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 352 }

.1.3.6.1.4.1.25506.1.353
hh3c-wx5004 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 353 }

.1.3.6.1.4.1.25506.1.354
hh3c-sr6604 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 354 }

.1.3.6.1.4.1.25506.1.355
hh3c-iag5000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 355 }

.1.3.6.1.4.1.25506.1.356
hh3c-secBlade-SPE-FWM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 356 }

.1.3.6.1.4.1.25506.1.357
hh3c-ICG2200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 357 }

.1.3.6.1.4.1.25506.1.358
hh3c-S7602 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 358 }

.1.3.6.1.4.1.25506.1.359
hh3c-S7603 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 359 }

.1.3.6.1.4.1.25506.1.360
hh3c-S7606 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 360 }

.1.3.6.1.4.1.25506.1.361
hh3c-S7606-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 361 }

.1.3.6.1.4.1.25506.1.362
hh3c-S7610 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 362 }

.1.3.6.1.4.1.25506.1.363
hh3c-wa2610e-agn OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 363 }

.1.3.6.1.4.1.25506.1.364
hh3c-wa2620e-agn OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 364 }

.1.3.6.1.4.1.25506.1.365
hh3c-wa1208e-g-v5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 365 }

.1.3.6.1.4.1.25506.1.366
hh3c-wa1208e-dg-v5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 366 }

.1.3.6.1.4.1.25506.1.367
hh3c-wa1208e-ag-v5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 367 }

.1.3.6.1.4.1.25506.1.368
hh3c-wa1208e-agp-v5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 368 }

.1.3.6.1.4.1.25506.1.369
hh3c-wa1208e-gp-v5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 369 }

.1.3.6.1.4.1.25506.1.370
hh3c-S7503E-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 370 }

.1.3.6.1.4.1.25506.1.371
hh3c-secpathIAG2000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 371 }

.1.3.6.1.4.1.25506.1.372
hh3c-secpathT1000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 372 }

.1.3.6.1.4.1.25506.1.373
hh3c-secpathT1000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 373 }

.1.3.6.1.4.1.25506.1.374
hh3c-secBlade-EWPX1FWA0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 374 }

.1.3.6.1.4.1.25506.1.375
hh3c-secBlade-LSQ1NSMSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 375 }

.1.3.6.1.4.1.25506.1.376
hh3c-secBlade-LSQ1AFDBSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 376 }

.1.3.6.1.4.1.25506.1.377
hh3c-secBlade-LSQ1LBSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 377 }

.1.3.6.1.4.1.25506.1.378
hh3c-secBlade-LSB1LB1A0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 378 }

.1.3.6.1.4.1.25506.1.379
hh3c-neoceanIX1560 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 379 }

.1.3.6.1.4.1.25506.1.380
hh3c-neoceanEX1500S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 380 }

.1.3.6.1.4.1.25506.1.381
hh3c-neoceanEX1520S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 381 }

.1.3.6.1.4.1.25506.1.382
hh3c-neoceanEX1540S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 382 }

.1.3.6.1.4.1.25506.1.383
hh3c-neoceanEX1560S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 383 }

.1.3.6.1.4.1.25506.1.384
hh3c-ET716 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 384 }

.1.3.6.1.4.1.25506.1.385
hh3c-s3600-2P-OLT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 385 }

.1.3.6.1.4.1.25506.1.386
hh3c-ER3200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 386 }

.1.3.6.1.4.1.25506.1.387
hh3c-ER3100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 387 }

.1.3.6.1.4.1.25506.1.388
hh3c-s9505E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 388 }

.1.3.6.1.4.1.25506.1.389
hh3c-s9508E-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 389 }

.1.3.6.1.4.1.25506.1.390
hh3c-s9512E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 390 }

.1.3.6.1.4.1.25506.1.391
hh3c-s12508 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 391 }

.1.3.6.1.4.1.25506.1.392
hh3c-s12518 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 392 }

.1.3.6.1.4.1.25506.1.393
hh3c-ET708 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 393 }

.1.3.6.1.4.1.25506.1.394
hh3c-ET724 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 394 }

.1.3.6.1.4.1.25506.1.395
hh3c-s2008TP-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 395 }

.1.3.6.1.4.1.25506.1.396
hh3c-s2016TP-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 396 }

.1.3.6.1.4.1.25506.1.397
hh3c-s2403TP-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 397 }

.1.3.6.1.4.1.25506.1.398
hh3c-ICG2000-CT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 398 }

.1.3.6.1.4.1.25506.1.400
hh3c-S3528P-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 400 }

.1.3.6.1.4.1.25506.1.401
hh3c-S3552P-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 401 }

.1.3.6.1.4.1.25506.1.402
hh3c-S3552F-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 402 }

.1.3.6.1.4.1.25506.1.403
hh3c-S3528F-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 403 }

.1.3.6.1.4.1.25506.1.404
hh3c-S3528TP-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 404 }

.1.3.6.1.4.1.25506.1.405
hh3c-secpathAFD1000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 405 }

.1.3.6.1.4.1.25506.1.406
hh3c-secpathF100-C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 406 }

.1.3.6.1.4.1.25506.1.407
hh3c-ER3260 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 407 }

.1.3.6.1.4.1.25506.1.408
hh3c-ICG800 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 408 }

.1.3.6.1.4.1.25506.1.409
hh3c-ICG800g OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 409 }

.1.3.6.1.4.1.25506.1.410
hh3c-ICG1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 410 }

.1.3.6.1.4.1.25506.1.411
hh3c-ICG1800 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 411 }

.1.3.6.1.4.1.25506.1.412
hh3c-neoceanIX3240E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 412 }

.1.3.6.1.4.1.25506.1.413
hh3c-neoceanIX3620E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 413 }

.1.3.6.1.4.1.25506.1.414
hh3c-neoceanIX3640E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 414 }

.1.3.6.1.4.1.25506.1.415
hh3c-secpathACG8800-S3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 415 }

.1.3.6.1.4.1.25506.1.416
hh3c-secpathT5000-S3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 416 }

.1.3.6.1.4.1.25506.1.417
hh3c-secpathIAG2000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 417 }

.1.3.6.1.4.1.25506.1.418
hh3c-secpathACG8800-S3-NS21S2MSPB0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 418 }

.1.3.6.1.4.1.25506.1.419
hh3c-secpathT5000-S3-NS11S2MSPB0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 419 }

.1.3.6.1.4.1.25506.1.420
hh3c-msr3010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 420 }

.1.3.6.1.4.1.25506.1.421
hh3c-msr3011E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 421 }

.1.3.6.1.4.1.25506.1.422
hh3c-msr3011F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 422 }

.1.3.6.1.4.1.25506.1.423
hh3c-secpathT200-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 423 }

.1.3.6.1.4.1.25506.1.424
hh3c-secpathT200-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 424 }

.1.3.6.1.4.1.25506.1.425
hh3c-secpathF100-C2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 425 }

.1.3.6.1.4.1.25506.1.426
hh3c-DPtech-FW1000-GE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 426 }

.1.3.6.1.4.1.25506.1.427
hh3c-DPtech-FW1000-GA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 427 }

.1.3.6.1.4.1.25506.1.428
hh3c-DPtech-FW1000-GS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 428 }

.1.3.6.1.4.1.25506.1.429
hh3c-DPtech-FW1000-ME OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 429 }

.1.3.6.1.4.1.25506.1.430
hh3c-DPtech-FW1000-MA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 430 }

.1.3.6.1.4.1.25506.1.431
hh3c-DPtech-FW1000-MM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 431 }

.1.3.6.1.4.1.25506.1.432
hh3c-DPtech-FW1000-MC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 432 }

.1.3.6.1.4.1.25506.1.433
hh3c-DPtech-UTM2000-MA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 433 }

.1.3.6.1.4.1.25506.1.434
hh3c-DPtech-UTM2000-MM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 434 }

.1.3.6.1.4.1.25506.1.435
hh3c-DPtech-UTM2000-MS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 435 }

.1.3.6.1.4.1.25506.1.436
hh3c-DPtech-IPS2000-GM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 436 }

.1.3.6.1.4.1.25506.1.437
hh3c-DPtech-IPS2000-MM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 437 }

.1.3.6.1.4.1.25506.1.438
hh3c-sr6616 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 438 }

.1.3.6.1.4.1.25506.1.439
hh3c-s3620-28TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 439 }

.1.3.6.1.4.1.25506.1.440
hh3c-s3620-28P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 440 }

.1.3.6.1.4.1.25506.1.441
hh3c-s3620-52P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 441 }

.1.3.6.1.4.1.25506.1.442
hh3c-s3620-28P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 442 }

.1.3.6.1.4.1.25506.1.443
hh3c-s3620-52P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 443 }

.1.3.6.1.4.1.25506.1.444
hh3c-s3620-28F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 444 }

.1.3.6.1.4.1.25506.1.445
hh3c-s3620-52M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 445 }

.1.3.6.1.4.1.25506.1.446
hh3c-s3620-52M-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 446 }

.1.3.6.1.4.1.25506.1.447
hh3c-s3620-28C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 447 }

.1.3.6.1.4.1.25506.1.448
hh3c-wa2210e-ge OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 448 }

.1.3.6.1.4.1.25506.1.449
hh3c-wa2220x-age OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 449 }

.1.3.6.1.4.1.25506.1.450
hh3c-wa2210x-ge OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 450 }

.1.3.6.1.4.1.25506.1.451
hh3c-wb2320x-age OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 451 }

.1.3.6.1.4.1.25506.1.452
hh3c-neoceanEX1540 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 452 }

.1.3.6.1.4.1.25506.1.453
hh3c-S5810-50S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 453 }

.1.3.6.1.4.1.25506.1.454
hh3c-secBlade-LSQ1IPSSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 454 }

.1.3.6.1.4.1.25506.1.455
hh3c-secBlade-LSB1IPS1A0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 455 }

.1.3.6.1.4.1.25506.1.456
hh3c-ER5100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 456 }

.1.3.6.1.4.1.25506.1.457
hh3c-ER5200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 457 }

.1.3.6.1.4.1.25506.1.458
hh3c-wx3010wcm OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 458 }

.1.3.6.1.4.1.25506.1.459
hh3c-wx3010lsw OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 459 }

.1.3.6.1.4.1.25506.1.460
hh3c-cc652E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 460 }

.1.3.6.1.4.1.25506.1.461
hh3c-S5120-20P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 461 }

.1.3.6.1.4.1.25506.1.462
hh3c-S5120-28P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 462 }

.1.3.6.1.4.1.25506.1.463
hh3c-S5120-52P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 463 }

.1.3.6.1.4.1.25506.1.464
hh3c-S5120-28P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 464 }

.1.3.6.1.4.1.25506.1.465
hh3c-S5120-52P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 465 }

.1.3.6.1.4.1.25506.1.466
hh3c-S5120-28P-LPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 466 }

.1.3.6.1.4.1.25506.1.467
hh3c-S5120-28P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 467 }

.1.3.6.1.4.1.25506.1.468
hh3c-wx6100LSR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 468 }

.1.3.6.1.4.1.25506.1.469
hh3c-s7506E-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 469 }

.1.3.6.1.4.1.25506.1.470
hh3c-ICG2000B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 470 }

.1.3.6.1.4.1.25506.1.471
hh3c-ICG2000C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 471 }

.1.3.6.1.4.1.25506.1.472
hh3c-S1626 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 472 }

.1.3.6.1.4.1.25506.1.473
hh3c-S1650 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 473 }

.1.3.6.1.4.1.25506.1.474
hh3c-S1626P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 474 }

.1.3.6.1.4.1.25506.1.475
hh3c-neoceanIX3620S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 475 }

.1.3.6.1.4.1.25506.1.476
hh3c-neoceanIX3080S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 476 }

.1.3.6.1.4.1.25506.1.477
hh3c-ER3280g OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 477 }

.1.3.6.1.4.1.25506.1.478
hh3c-wa2610-agn OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 478 }

.1.3.6.1.4.1.25506.1.479
hh3c-wa2612-agn OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 479 }

.1.3.6.1.4.1.25506.1.480
hh3c-secpathT200-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 480 }

.1.3.6.1.4.1.25506.1.481
hh3c-secpathU200-CS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 481 }

.1.3.6.1.4.1.25506.1.482
hh3c-secpathU200-CM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 482 }

.1.3.6.1.4.1.25506.1.483
hh3c-secpathU200-CA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 483 }

.1.3.6.1.4.1.25506.1.484
hh3c-secBlade-LSR1AFC2A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 484 }

.1.3.6.1.4.1.25506.1.485
hh3c-secBlade-LSR1FW2A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 485 }

.1.3.6.1.4.1.25506.1.486
hh3c-secBlade-LSR1LB1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 486 }

.1.3.6.1.4.1.25506.1.487
hh3c-secBlade-LSR1NSM1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 487 }

.1.3.6.1.4.1.25506.1.488
hh3c-cc650E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 488 }

.1.3.6.1.4.1.25506.1.489
hh3c-LSWM1WCM10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 489 }

.1.3.6.1.4.1.25506.1.490
hh3c-LSWM1WCM20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 490 }

.1.3.6.1.4.1.25506.1.491
hh3c-EWPXM1WCMC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 491 }

.1.3.6.1.4.1.25506.1.492
hh3c-LSWM1IPS10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 492 }

.1.3.6.1.4.1.25506.1.493
hh3c-LSWM1FW10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 493 }

.1.3.6.1.4.1.25506.1.494
hh3c-secpathF1000-S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 494 }

.1.3.6.1.4.1.25506.1.495
hh3c-secpathF1000-A-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 495 }

.1.3.6.1.4.1.25506.1.496
hh3c-msr50-06-V5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 496 }

.1.3.6.1.4.1.25506.1.497
hh3c-secBlade-LSR1ACG1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 497 }

.1.3.6.1.4.1.25506.1.498
hh3c-secBlade-LSR1IPS1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 498 }

.1.3.6.1.4.1.25506.1.499
hh3c-S7602-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 499 }

.1.3.6.1.4.1.25506.1.500
hh3c-S7603-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 500 }

.1.3.6.1.4.1.25506.1.501
hh3c-S7606-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 501 }

.1.3.6.1.4.1.25506.1.502
hh3c-SSM-s5500G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 502 }

.1.3.6.1.4.1.25506.1.503
hh3c-SSM-FIC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 503 }

.1.3.6.1.4.1.25506.1.504
hh3c-SSM-MIM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 504 }

.1.3.6.1.4.1.25506.1.505
hh3c-ER8300 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 505 }

.1.3.6.1.4.1.25506.1.506
hh3c-wa2610x-gnp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 506 }

.1.3.6.1.4.1.25506.1.507
hh3c-wb2360x-anp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 507 }

.1.3.6.1.4.1.25506.1.508
hh3c-wh2530x-dag OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 508 }

.1.3.6.1.4.1.25506.1.509
hh3c-wa2620-agn OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 509 }

.1.3.6.1.4.1.25506.1.510
hh3c-cc610E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 510 }

.1.3.6.1.4.1.25506.1.511
hh3c-DPtech-FW1000-GT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 511 }

.1.3.6.1.4.1.25506.1.512
hh3c-s2008TP-EA-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 512 }

.1.3.6.1.4.1.25506.1.513
hh3c-s2016TP-EA-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 513 }

.1.3.6.1.4.1.25506.1.514
hh3c-s2403TP-EA-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 514 }

.1.3.6.1.4.1.25506.1.515
hh3c-S5120-24P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 515 }

.1.3.6.1.4.1.25506.1.516
hh3c-S5120-48P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 516 }

.1.3.6.1.4.1.25506.1.517
hh3c-S5120-28C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 517 }

.1.3.6.1.4.1.25506.1.518
hh3c-S5120-52C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 518 }

.1.3.6.1.4.1.25506.1.519
hh3c-S5120-28C-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 519 }

.1.3.6.1.4.1.25506.1.520
hh3c-S5120-52C-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 520 }

.1.3.6.1.4.1.25506.1.521
hh3c-wx3008wcm OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 521 }

.1.3.6.1.4.1.25506.1.522
hh3c-wx3008lsw OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 522 }

.1.3.6.1.4.1.25506.1.523
hh3c-msr900 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 523 }

.1.3.6.1.4.1.25506.1.524
hh3c-msr920 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 524 }

.1.3.6.1.4.1.25506.1.525
hh3c-secBlade-LSQ1IAGSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 525 }

.1.3.6.1.4.1.25506.1.526
hh3c-WX7306 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 526 }

.1.3.6.1.4.1.25506.1.527
hh3c-WX7310 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 527 }

.1.3.6.1.4.1.25506.1.528
hh3c-Blade5310 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 528 }

.1.3.6.1.4.1.25506.1.529
hh3c-Blade55102 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 529 }

.1.3.6.1.4.1.25506.1.530
hh3c-Blade5512S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 530 }

.1.3.6.1.4.1.25506.1.531
hh3c-Blade55110X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 531 }

.1.3.6.1.4.1.25506.1.532
hh3c-wa2610e-gnp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 532 }

.1.3.6.1.4.1.25506.1.533
hh3c-s3100-26TP-SI-UM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 533 }

.1.3.6.1.4.1.25506.1.534
hh3c-s3100-52TP-SI-UM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 534 }

.1.3.6.1.4.1.25506.1.535
hh3c-s5500-24P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 535 }

.1.3.6.1.4.1.25506.1.536
hh3c-s5500-48P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 536 }

.1.3.6.1.4.1.25506.1.537
hh3c-ME8000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 537 }

.1.3.6.1.4.1.25506.1.538
hh3c-ME8600 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 538 }

.1.3.6.1.4.1.25506.1.539
hh3c-ME5000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 539 }

.1.3.6.1.4.1.25506.1.540
hh3c-MG6060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 540 }

.1.3.6.1.4.1.25506.1.541
hh3c-MG6050 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 541 }

.1.3.6.1.4.1.25506.1.542
hh3c-MG6050S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 542 }

.1.3.6.1.4.1.25506.1.543
hh3c-MG9010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 543 }

.1.3.6.1.4.1.25506.1.544
hh3c-MG9030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 544 }

.1.3.6.1.4.1.25506.1.545
hh3c-MG9060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 545 }

.1.3.6.1.4.1.25506.1.546
hh3c-neoceanVX1500-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 546 }

.1.3.6.1.4.1.25506.1.547
hh3c-cc620E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 547 }

.1.3.6.1.4.1.25506.1.548
hh3c-SIVX-S3628 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 548 }

.1.3.6.1.4.1.25506.1.549
hh3c-SIVX-S5528 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 549 }

.1.3.6.1.4.1.25506.1.550
hh3c-SIVX-VS1500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 550 }

.1.3.6.1.4.1.25506.1.551
hh3c-neoceanIX2540 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 551 }

.1.3.6.1.4.1.25506.1.552
hh3c-neoceanVX2500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 552 }

.1.3.6.1.4.1.25506.1.555
hh3c-S5120-28P-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 555 }

.1.3.6.1.4.1.25506.1.556
hh3c-S5120-28P-HPWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 556 }

.1.3.6.1.4.1.25506.1.557
hh3c-F1000-E-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 557 }

.1.3.6.1.4.1.25506.1.558
hh3c-S5028 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 558 }

.1.3.6.1.4.1.25506.1.559
hh3c-ET824 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 559 }

.1.3.6.1.4.1.25506.1.560
hh3c-OSM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 560 }

.1.3.6.1.4.1.25506.1.561
hh3c-wx5002-v2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 561 }

.1.3.6.1.4.1.25506.1.562
hh3c-wx5004-v2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 562 }

.1.3.6.1.4.1.25506.1.563
hh3c-secpathT1000-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 563 }

.1.3.6.1.4.1.25506.1.564
hh3c-secBlade-LST1IPS1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 564 }

.1.3.6.1.4.1.25506.1.565
hh3c-secBlade-LST1FW2A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 565 }

.1.3.6.1.4.1.25506.1.566
hh3c-secBlade-LST1LB1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 566 }

.1.3.6.1.4.1.25506.1.567
hh3c-secBlade-LST1NSM1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 567 }

.1.3.6.1.4.1.25506.1.568
hh3c-secBlade-EWPX2IAGSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 568 }

.1.3.6.1.4.1.25506.1.569
hh3c-F1000-A-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 569 }

.1.3.6.1.4.1.25506.1.570
hh3c-wx6108E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 570 }

.1.3.6.1.4.1.25506.1.571
hh3c-wx6112E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 571 }

.1.3.6.1.4.1.25506.1.572
hh3c-s5500-34C-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 572 }

.1.3.6.1.4.1.25506.1.573
hh3c-s5500-58C-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 573 }

.1.3.6.1.4.1.25506.1.574
hh3c-wa1208e-gp-h20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 574 }

.1.3.6.1.4.1.25506.1.575
hh3c-S5120-9P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 575 }

.1.3.6.1.4.1.25506.1.576
hh3c-S5120-9P-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 576 }

.1.3.6.1.4.1.25506.1.577
hh3c-S5120-9P-HPWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 577 }

.1.3.6.1.4.1.25506.1.578
hh3c-e528 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 578 }

.1.3.6.1.4.1.25506.1.579
hh3c-e552 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 579 }

.1.3.6.1.4.1.25506.1.580
hh3c-s3600V2-28TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 580 }

.1.3.6.1.4.1.25506.1.581
hh3c-s3600V2-52TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 581 }

.1.3.6.1.4.1.25506.1.582
hh3c-s3600V2-28TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 582 }

.1.3.6.1.4.1.25506.1.583
hh3c-s3600V2-52TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 583 }

.1.3.6.1.4.1.25506.1.584
hh3c-s3600V2-28F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 584 }

.1.3.6.1.4.1.25506.1.585
hh3c-s3600V2-28TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 585 }

.1.3.6.1.4.1.25506.1.586
hh3c-s3600V2-52TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 586 }

.1.3.6.1.4.1.25506.1.587
hh3c-s3600V2-28TP-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 587 }

.1.3.6.1.4.1.25506.1.588
hh3c-s3600V2-52TP-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 588 }

.1.3.6.1.4.1.25506.1.589
hh3c-s3500V2-28TP-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 589 }

.1.3.6.1.4.1.25506.1.590
hh3c-s3500V2-52TP-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 590 }

.1.3.6.1.4.1.25506.1.591
hh3c-s3500V2-28F-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 591 }

.1.3.6.1.4.1.25506.1.592
hh3c-s3500V2-28TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 592 }

.1.3.6.1.4.1.25506.1.593
hh3c-s3500V2-52TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 593 }

.1.3.6.1.4.1.25506.1.594
hh3c-s9508E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 594 }

.1.3.6.1.4.1.25506.1.595
hh3c-s12504 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 595 }

.1.3.6.1.4.1.25506.1.596
hh3c-ICG2000B-GT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 596 }

.1.3.6.1.4.1.25506.1.597
hh3c-ICG3000B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 597 }

.1.3.6.1.4.1.25506.1.598
hh3c-ICG3000S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 598 }

.1.3.6.1.4.1.25506.1.599
hh3c-ICG5000B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 599 }

.1.3.6.1.4.1.25506.1.600
hh3c-wh2640X-agnp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 600 }

.1.3.6.1.4.1.25506.1.601
hh3c-wa2620X-agnp OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 601 }

.1.3.6.1.4.1.25506.1.602
hh3c-s3100-16TP-PWR-EI-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 602 }

.1.3.6.1.4.1.25506.1.603
hh3c-cr16018 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 603 }

.1.3.6.1.4.1.25506.1.604
hh3c-cr16008 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 604 }

.1.3.6.1.4.1.25506.1.605
hh3c-cr16004 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 605 }

.1.3.6.1.4.1.25506.1.606
hh3c-F1000-A-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 606 }

.1.3.6.1.4.1.25506.1.607
hh3c-F1000-E-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 607 }

.1.3.6.1.4.1.25506.1.608
hh3c-secBlade-LST1ACG1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 608 }

.1.3.6.1.4.1.25506.1.609
hh3c-secBlade-SPE-IPS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 609 }

.1.3.6.1.4.1.25506.1.610
hh3c-secBlade-SPE-ACG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 610 }

.1.3.6.1.4.1.25506.1.611
hh3c-wx6103 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 611 }

.1.3.6.1.4.1.25506.1.612
hh3c-LSQ1WCMD0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 612 }

.1.3.6.1.4.1.25506.1.613
hh3c-EWPX2WCMD0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 613 }

.1.3.6.1.4.1.25506.1.614
hh3c-LSR1WCM3A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 614 }

.1.3.6.1.4.1.25506.1.615
hh3c-S5830-52SC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 615 }

.1.3.6.1.4.1.25506.1.617
hh3c-S5830-106S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 617 }

.1.3.6.1.4.1.25506.1.618
hh3c-ET814 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 618 }

.1.3.6.1.4.1.25506.1.619
hh3c-S5120-28P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 619 }

.1.3.6.1.4.1.25506.1.620
hh3c-S5120-52P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 620 }

.1.3.6.1.4.1.25506.1.621
hh3c-secBlade-IM-FW-II OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 621 }

.1.3.6.1.4.1.25506.1.622
hh3c-secBlade-IM-LB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 622 }

.1.3.6.1.4.1.25506.1.623
hh3c-secBlade-IM-SSL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 623 }

.1.3.6.1.4.1.25506.1.625
hh3c-ER2210C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 625 }

.1.3.6.1.4.1.25506.1.626
hh3c-VCX-Connect-100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 626 }

.1.3.6.1.4.1.25506.1.627
hh3c-VCX-Connect-200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 627 }

.1.3.6.1.4.1.25506.1.628
hh3c-VCX-V7005 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 628 }

.1.3.6.1.4.1.25506.1.629
hh3c-VCX-V7205 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 629 }

.1.3.6.1.4.1.25506.1.630
hh3c-VCX-MIM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 630 }

.1.3.6.1.4.1.25506.1.631
hh3c-VCX-Connect-MIM-Primary OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 631 }

.1.3.6.1.4.1.25506.1.632
hh3c-VCX-Connect-MIM-Secondary OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 632 }

.1.3.6.1.4.1.25506.1.633
hh3c-VCX-V7310 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 633 }

.1.3.6.1.4.1.25506.1.634
hh3c-secBlade-IM-IPS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 634 }

.1.3.6.1.4.1.25506.1.635
hh3c-secBlade-IM-ACG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 635 }

.1.3.6.1.4.1.25506.1.636
hh3c-s7508E-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 636 }

.1.3.6.1.4.1.25506.1.637
hh3c-s10504 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 637 }

.1.3.6.1.4.1.25506.1.638
hh3c-s10508 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 638 }

.1.3.6.1.4.1.25506.1.639
hh3c-s10508-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 639 }

.1.3.6.1.4.1.25506.1.640
hh3c-secBlade-SPE-FWM-200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 640 }

.1.3.6.1.4.1.25506.1.641
hh3c-secpathF1000-S-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 641 }

.1.3.6.1.4.1.25506.1.642
hh3c-wx3024e-wcm OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 642 }

.1.3.6.1.4.1.25506.1.643
hh3c-wx3024e-lsw OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 643 }

.1.3.6.1.4.1.25506.1.644
hh3c-ER2100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 644 }

.1.3.6.1.4.1.25506.1.645
hh3c-S5820X-34TC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 645 }

.1.3.6.1.4.1.25506.1.646
hh3c-S5820X-34SC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 646 }

.1.3.6.1.4.1.25506.1.647
hh3c-S5820X-34C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 647 }

.1.3.6.1.4.1.25506.1.648
hh3c-S5820X-64SC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 648 }

.1.3.6.1.4.1.25506.1.649
hh3c-cc720E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 649 }

.1.3.6.1.4.1.25506.1.650
hh3c-S2126T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 650 }

.1.3.6.1.4.1.25506.1.651
hh3c-S5800-54S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 651 }

.1.3.6.1.4.1.25506.1.652
hh3c-S5820X-26S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 652 }

.1.3.6.1.4.1.25506.1.653
hh3c-S3100V2-8TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 653 }

.1.3.6.1.4.1.25506.1.654
hh3c-S3100V2-16TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 654 }

.1.3.6.1.4.1.25506.1.655
hh3c-S3100V2-26TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 655 }

.1.3.6.1.4.1.25506.1.656
hh3c-E126B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 656 }

.1.3.6.1.4.1.25506.1.657
hh3c-S3100V2-8TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 657 }

.1.3.6.1.4.1.25506.1.658
hh3c-S3100V2-16TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 658 }

.1.3.6.1.4.1.25506.1.659
hh3c-S3100V2-26TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 659 }

.1.3.6.1.4.1.25506.1.660
hh3c-S3100V2-8TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 660 }

.1.3.6.1.4.1.25506.1.661
hh3c-S3100V2-16TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 661 }

.1.3.6.1.4.1.25506.1.662
hh3c-S3100V2-26TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 662 }

.1.3.6.1.4.1.25506.1.663
hh3c-S2008TP-EB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 663 }

.1.3.6.1.4.1.25506.1.664
hh3c-S2016TP-EB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 664 }

.1.3.6.1.4.1.25506.1.665
hh3c-S2403TP-EB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 665 }

.1.3.6.1.4.1.25506.1.666
hh3c-S2008TP-PWR-EB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 666 }

.1.3.6.1.4.1.25506.1.667
hh3c-S2016TP-PWR-EB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 667 }

.1.3.6.1.4.1.25506.1.668
hh3c-S2403TP-PWR-EB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 668 }

.1.3.6.1.4.1.25506.1.669
hh3c-S5800-LSW1FC4P0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 669 }

.1.3.6.1.4.1.25506.1.670
hh3c-S2403TP-EA-SI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 670 }

.1.3.6.1.4.1.25506.1.671
hh3c-S3528P-EA-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 671 }

.1.3.6.1.4.1.25506.1.672
hh3c-OAP-FIC-V2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 672 }

.1.3.6.1.4.1.25506.1.673
hh3c-OAP-MIM-V2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 673 }

.1.3.6.1.4.1.25506.1.674
hh3c-OAPS-MIM-V2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 674 }

.1.3.6.1.4.1.25506.1.675
hh3c-S2008TP-PWR-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 675 }

.1.3.6.1.4.1.25506.1.676
hh3c-S2008TP-PWR-EA-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 676 }

.1.3.6.1.4.1.25506.1.677
hh3c-S2016TP-PWR-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 677 }

.1.3.6.1.4.1.25506.1.678
hh3c-S2403TP-PWR-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 678 }

.1.3.6.1.4.1.25506.1.679
hh3c-S5120-24P-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 679 }

.1.3.6.1.4.1.25506.1.680
hh3c-S5120-24P-PWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 680 }

.1.3.6.1.4.1.25506.1.681
hh3c-S5120-48P-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 681 }

.1.3.6.1.4.1.25506.1.682
hh3c-S5024P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 682 }

.1.3.6.1.4.1.25506.1.683
hh3c-S5500-28C-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 683 }

.1.3.6.1.4.1.25506.1.684
hh3c-S5500-52C-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 684 }

.1.3.6.1.4.1.25506.1.685
hh3c-S5500-28F-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 685 }

.1.3.6.1.4.1.25506.1.686
hh3c-S5500-28C-EI-DC-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 686 }

.1.3.6.1.4.1.25506.1.687
hh3c-MG9050 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 687 }

.1.3.6.1.4.1.25506.1.688
hh3c-S5120-52SC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 688 }

.1.3.6.1.4.1.25506.1.689
hh3c-CE3000-32F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 689 }

.1.3.6.1.4.1.25506.1.690
hh3cS5830V224S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 690 }

.1.3.6.1.4.1.25506.1.691
hh3cDC1801FH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 691 }

.1.3.6.1.4.1.25506.1.692
hh3cDC2004FF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 692 }

.1.3.6.1.4.1.25506.1.693
hh3cEC1101HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 693 }

.1.3.6.1.4.1.25506.1.694
hh3cEC1102HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 694 }

.1.3.6.1.4.1.25506.1.695
hh3cEC1501HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 695 }

.1.3.6.1.4.1.25506.1.696
hh3cEC1801HH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 696 }

.1.3.6.1.4.1.25506.1.697
hh3cEC2516HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 697 }

.1.3.6.1.4.1.25506.1.698
hh3cEC2016HC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 698 }

.1.3.6.1.4.1.25506.1.699
hh3cEC2016HC8CH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 699 }

.1.3.6.1.4.1.25506.1.700
hh3cEC2016HC4CH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 700 }

.1.3.6.1.4.1.25506.1.701
hh3cEC1504HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 701 }

.1.3.6.1.4.1.25506.1.702
hh3cHIC5421 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 702 }

.1.3.6.1.4.1.25506.1.703
hh3cHIC5401 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 703 }

.1.3.6.1.4.1.25506.1.704
hh3cHIC5221H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 704 }

.1.3.6.1.4.1.25506.1.705
hh3cHIC5201H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 705 }

.1.3.6.1.4.1.25506.1.706
hh3cVM8500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 706 }

.1.3.6.1.4.1.25506.1.707
hh3cMS8500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 707 }

.1.3.6.1.4.1.25506.1.708
hh3cDM8500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 708 }

.1.3.6.1.4.1.25506.1.709
hh3cVX500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 709 }

.1.3.6.1.4.1.25506.1.710
hh3cISC3000E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 710 }

.1.3.6.1.4.1.25506.1.711
hh3cISC3000S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 711 }

.1.3.6.1.4.1.25506.1.712
hh3cCC700E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 712 }

.1.3.6.1.4.1.25506.1.713
hh3cDC1001FF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 713 }

.1.3.6.1.4.1.25506.1.714
hh3cECR3316HC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 714 }

.1.3.6.1.4.1.25506.1.715
hh3cECR3308HD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 715 }

.1.3.6.1.4.1.25506.1.716
hh3cECR3316HC8CH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 716 }

.1.3.6.1.4.1.25506.1.717
hh3cECR3316HC4CH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 717 }

.1.3.6.1.4.1.25506.1.718
hh3cECR3308HD4CH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 718 }

.1.3.6.1.4.1.25506.1.719
hh3cHIC65017L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 719 }

.1.3.6.1.4.1.25506.1.720
hh3cEC2508HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 720 }

.1.3.6.1.4.1.25506.1.721
hh3cS3528EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 721 }

.1.3.6.1.4.1.25506.1.722
hh3cS3552TPEA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 722 }

.1.3.6.1.4.1.25506.1.723
hh3cWP3024 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 723 }

.1.3.6.1.4.1.25506.1.724
hh3cWP3048 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 724 }

.1.3.6.1.4.1.25506.1.725
hh3cS3528FPEA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 725 }

.1.3.6.1.4.1.25506.1.726
hh3cE328B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 726 }

.1.3.6.1.4.1.25506.1.727
hh3cE352B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 727 }

.1.3.6.1.4.1.25506.1.728
hh3cE152B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 728 }

.1.3.6.1.4.1.25506.1.729
hh3cS3100V252TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 729 }

.1.3.6.1.4.1.25506.1.730
hh3cWP2008 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 730 }

.1.3.6.1.4.1.25506.1.731
hh3cWP2016 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 731 }

.1.3.6.1.4.1.25506.1.732
hh3cWP2024 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 732 }

.1.3.6.1.4.1.25506.1.733
hh3cWP5024 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 733 }

.1.3.6.1.4.1.25506.1.734
hh3cWP5048 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 734 }

.1.3.6.1.4.1.25506.1.735
hh3cS2052TPEA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 735 }

.1.3.6.1.4.1.25506.1.736
hh3cS7604X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 736 }

.1.3.6.1.4.1.25506.1.737
hh3cS7608X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 737 }

.1.3.6.1.4.1.25506.1.738
hh3cS7608XV OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 738 }

.1.3.6.1.4.1.25506.1.739
hh3cWA3620iAGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 739 }

.1.3.6.1.4.1.25506.1.740
hh3cWA3628iAGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 740 }

.1.3.6.1.4.1.25506.1.741
hh3cWA3610iGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 741 }

.1.3.6.1.4.1.25506.1.742
hh3cCC750E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 742 }

.1.3.6.1.4.1.25506.1.743
hh3cS5024FSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 743 }

.1.3.6.1.4.1.25506.1.744
hh3cS5820V252QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 744 }

.1.3.6.1.4.1.25506.1.745
hh3cWA2110GN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 745 }

.1.3.6.1.4.1.25506.1.746
hh3cMSR2010E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 746 }

.1.3.6.1.4.1.25506.1.747
hh3cS10512 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 747 }

.1.3.6.1.4.1.25506.1.748
hh3cS512028SCHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 748 }

.1.3.6.1.4.1.25506.1.749
hh3cWA1208EGNP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 749 }

.1.3.6.1.4.1.25506.1.750
hh3cWA2610EGNPH20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 750 }

.1.3.6.1.4.1.25506.1.751
hh3cWA2620iAGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 751 }

.1.3.6.1.4.1.25506.1.752
hh3cWA2610iGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 752 }

.1.3.6.1.4.1.25506.1.753
hh3cWA2612 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 753 }

.1.3.6.1.4.1.25506.1.754
hh3cWA2620 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 754 }

.1.3.6.1.4.1.25506.1.755
hh3cWB524 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 755 }

.1.3.6.1.4.1.25506.1.756
hh3cSecBladeLST1FW3A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 756 }

.1.3.6.1.4.1.25506.1.757
hh3cSecBladeLSU1FWCEA0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 757 }

.1.3.6.1.4.1.25506.1.758
hh3cWX3010eWCM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 758 }

.1.3.6.1.4.1.25506.1.759
hh3cWX3010eLSW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 759 }

.1.3.6.1.4.1.25506.1.760
hh3cSR6602X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 760 }

.1.3.6.1.4.1.25506.1.761
hh3cSR6602X2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 761 }

.1.3.6.1.4.1.25506.1.762
hh3cSecBladeCRIMNAM1A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 762 }

.1.3.6.1.4.1.25506.1.763
hh3cMSR2630 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 763 }

.1.3.6.1.4.1.25506.1.764
hh3cMSR3610AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 764 }

.1.3.6.1.4.1.25506.1.765
hh3cMSR3610DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 765 }

.1.3.6.1.4.1.25506.1.766
hh3cMSR3620AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 766 }

.1.3.6.1.4.1.25506.1.767
hh3cMSR3620DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 767 }

.1.3.6.1.4.1.25506.1.768
hh3cMSR3620POE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 768 }

.1.3.6.1.4.1.25506.1.769
hh3cMSR3640 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 769 }

.1.3.6.1.4.1.25506.1.770
hh3cMSR3660 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 770 }

.1.3.6.1.4.1.25506.1.771
hh3cMSR5660 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 771 }

.1.3.6.1.4.1.25506.1.772
hh3cMSR5680 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 772 }

.1.3.6.1.4.1.25506.1.773
hh3cS512058CHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 773 }

.1.3.6.1.4.1.25506.1.774
hh3cS512034CHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 774 }

.1.3.6.1.4.1.25506.1.775
hh3cLSU3WCMD0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 775 }

.1.3.6.1.4.1.25506.1.776
hh3cEWPX3WCMD0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 776 }

.1.3.6.1.4.1.25506.1.777
hh3cS7612X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 777 }

.1.3.6.1.4.1.25506.1.778
hh3cWX6103E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 778 }

.1.3.6.1.4.1.25506.1.779
hh3cSecBladeCRIMFW1A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 779 }

.1.3.6.1.4.1.25506.1.780
hh3cHIC66216C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 780 }

.1.3.6.1.4.1.25506.1.781
hh3cHIC66216L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 781 }

.1.3.6.1.4.1.25506.1.782
hh3cHIC3401V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 782 }

.1.3.6.1.4.1.25506.1.783
hh3cHIC3401VIR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 783 }

.1.3.6.1.4.1.25506.1.784
hh3cHIC3421V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 784 }

.1.3.6.1.4.1.25506.1.785
hh3cHIC3421VIR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 785 }

.1.3.6.1.4.1.25506.1.786
hh3cSIC235IR1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 786 }

.1.3.6.1.4.1.25506.1.787
hh3cSIC235IR3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 787 }

.1.3.6.1.4.1.25506.1.788
hh3cSIC335EVIR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 788 }

.1.3.6.1.4.1.25506.1.789
hh3cHIC5511I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 789 }

.1.3.6.1.4.1.25506.1.790
hh3cHIC5521I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 790 }

.1.3.6.1.4.1.25506.1.791
hh3cHIC5551I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 791 }

.1.3.6.1.4.1.25506.1.792
hh3cHIC5421E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 792 }

.1.3.6.1.4.1.25506.1.793
hh3cHIC5401E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 793 }

.1.3.6.1.4.1.25506.1.794
hh3cHIC5421D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 794 }

.1.3.6.1.4.1.25506.1.795
hh3cHIC5401D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 795 }

.1.3.6.1.4.1.25506.1.796
hh3cHIC5621 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 796 }

.1.3.6.1.4.1.25506.1.797
hh3cHIC5601 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 797 }

.1.3.6.1.4.1.25506.1.798
hh3cHIC6501E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 798 }

.1.3.6.1.4.1.25506.1.799
hh3cHIC6621E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 799 }

.1.3.6.1.4.1.25506.1.800
hh3cSIC635 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 800 }

.1.3.6.1.4.1.25506.1.801
hh3cHIC6501IR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 801 }

.1.3.6.1.4.1.25506.1.802
hh3cHIC6621IR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 802 }

.1.3.6.1.4.1.25506.1.803
hh3cSIC635IR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 803 }

.1.3.6.1.4.1.25506.1.804
hh3cEC2508HF4CH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 804 }

.1.3.6.1.4.1.25506.1.805
hh3cEC2516HF8CH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 805 }

.1.3.6.1.4.1.25506.1.806
hh3cECR3308HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 806 }

.1.3.6.1.4.1.25506.1.807
hh3cECR3316HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 807 }

.1.3.6.1.4.1.25506.1.808
hh3cISC3500E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 808 }

.1.3.6.1.4.1.25506.1.809
hh3cISC3500S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 809 }

.1.3.6.1.4.1.25506.1.810
hh3cECR3304HFE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 810 }

.1.3.6.1.4.1.25506.1.811
hh3cECR3308HFE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 811 }

.1.3.6.1.4.1.25506.1.812
hh3cECR3316HFE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 812 }

.1.3.6.1.4.1.25506.1.813
hh3cISC3600 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 813 }

.1.3.6.1.4.1.25506.1.814
hh3cECR3204HW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 814 }

.1.3.6.1.4.1.25506.1.815
hh3cECR3208HW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 815 }

.1.3.6.1.4.1.25506.1.816
hh3cECR3216HW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 816 }

.1.3.6.1.4.1.25506.1.817
hh3cEC2508HW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 817 }

.1.3.6.1.4.1.25506.1.818
hh3cEC2516HW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 818 }

.1.3.6.1.4.1.25506.1.819
hh3cISC2600 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 819 }

.1.3.6.1.4.1.25506.1.820
hh3cDC2808FH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 820 }

.1.3.6.1.4.1.25506.1.821
hh3cCE300034C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 821 }

.1.3.6.1.4.1.25506.1.822
hh3cCE300058C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 822 }

.1.3.6.1.4.1.25506.1.823
hh3cSR6604X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 823 }

.1.3.6.1.4.1.25506.1.824
hh3cSR6608X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 824 }

.1.3.6.1.4.1.25506.1.825
hh3cSR6616X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 825 }

.1.3.6.1.4.1.25506.1.826
hh3csecpathF100AG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 826 }

.1.3.6.1.4.1.25506.1.827
hh3csecpathF100CG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 827 }

.1.3.6.1.4.1.25506.1.828
hh3csecpathF100EG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 828 }

.1.3.6.1.4.1.25506.1.829
hh3csecpathF100MG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 829 }

.1.3.6.1.4.1.25506.1.830
hh3csecpathF100SG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 830 }

.1.3.6.1.4.1.25506.1.831
hh3cS3100V226TPWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 831 }

.1.3.6.1.4.1.25506.1.832
hh3cS550024PWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 832 }

.1.3.6.1.4.1.25506.1.833
hh3cS512028PPoeWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 833 }

.1.3.6.1.4.1.25506.1.834
hh3cS512028PWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 834 }

.1.3.6.1.4.1.25506.1.835
hh3cS550034CPWRHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 835 }

.1.3.6.1.4.1.25506.1.836
hh3cS550058CPWRHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 836 }

.1.3.6.1.4.1.25506.1.837
hh3cS550034FHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 837 }

.1.3.6.1.4.1.25506.1.838
hh3cMSR930 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 838 }

.1.3.6.1.4.1.25506.1.839
hh3cMSV50 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 839 }

.1.3.6.1.4.1.25506.1.840
hh3cMSR930WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 840 }

.1.3.6.1.4.1.25506.1.841
hh3cMSR930GU OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 841 }

.1.3.6.1.4.1.25506.1.842
hh3cMSR930sa OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 842 }

.1.3.6.1.4.1.25506.1.843
hh3cMSR930GG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 843 }

.1.3.6.1.4.1.25506.1.844
hh3cS5820V254QSGE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 844 }

.1.3.6.1.4.1.25506.1.845
hh3cS5820V252Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 845 }

.1.3.6.1.4.1.25506.1.846
hh3cCC754E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 846 }

.1.3.6.1.4.1.25506.1.847
hh3cWP5008 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 847 }

.1.3.6.1.4.1.25506.1.848
hh3cSecBladeCRIMLB1A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 848 }

.1.3.6.1.4.1.25506.1.849
hh3cS550034CHID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 849 }

.1.3.6.1.4.1.25506.1.850
hh3cS550058CHID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 850 }

.1.3.6.1.4.1.25506.1.851
hh3cS9505EV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 851 }

.1.3.6.1.4.1.25506.1.852
hh3cS9508EV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 852 }

.1.3.6.1.4.1.25506.1.853
hh3cS9508EVV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 853 }

.1.3.6.1.4.1.25506.1.854
hh3cS9512EV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 854 }

.1.3.6.1.4.1.25506.1.855
hh3cS12508V7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 855 }

.1.3.6.1.4.1.25506.1.856
hh3cS12518V7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 856 }

.1.3.6.1.4.1.25506.1.857
hh3cS12504V7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 857 }

.1.3.6.1.4.1.25506.1.858
hh3csecpathF100CAI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 858 }

.1.3.6.1.4.1.25506.1.859
hh3csecpathL1000A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 859 }

.1.3.6.1.4.1.25506.1.860
hh3cWA2610E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 860 }

.1.3.6.1.4.1.25506.1.861
hh3cWA2620E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 861 }

.1.3.6.1.4.1.25506.1.862
hh3cWA2620X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 862 }

.1.3.6.1.4.1.25506.1.863
hh3cWA2610X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 863 }

.1.3.6.1.4.1.25506.1.864
hh3cS6802 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 864 }

.1.3.6.1.4.1.25506.1.865
hh3cS9804 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 865 }

.1.3.6.1.4.1.25506.1.866
hh3cSecBladeLSU1IPSBEA0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 866 }

.1.3.6.1.4.1.25506.1.867
hh3cSecBladeLST1IPS2A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 867 }

.1.3.6.1.4.1.25506.1.868
hh3cMSR930W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 868 }

.1.3.6.1.4.1.25506.1.869
hh3cMSR930WGU OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 869 }

.1.3.6.1.4.1.25506.1.870
hh3cSecPathF5000C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 870 }

.1.3.6.1.4.1.25506.1.871
hh3cSecPathF5000S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 871 }

.1.3.6.1.4.1.25506.1.872
hh3cS12510FDC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 872 }

.1.3.6.1.4.1.25506.1.873
hh3cS12510FAC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 873 }

.1.3.6.1.4.1.25506.1.874
hh3cS12510XDC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 874 }

.1.3.6.1.4.1.25506.1.875
hh3cS12510XAC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 875 }

.1.3.6.1.4.1.25506.1.876
hh3cS12508 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 876 }

.1.3.6.1.4.1.25506.1.877
hh3cS12518 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 877 }

.1.3.6.1.4.1.25506.1.878
hh3cS12516FDC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 878 }

.1.3.6.1.4.1.25506.1.879
hh3cS12516FAC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 879 }

.1.3.6.1.4.1.25506.1.880
hh3cS12516XDC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 880 }

.1.3.6.1.4.1.25506.1.881
hh3cS12516XAC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 881 }

.1.3.6.1.4.1.25506.1.882
hh3cMSR930GT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 882 }

.1.3.6.1.4.1.25506.1.883
hh3cMSR2600GTC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 883 }

.1.3.6.1.4.1.25506.1.884
hh3cMSR2600GUC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 884 }

.1.3.6.1.4.1.25506.1.885
hh3csecpathF1000AG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 885 }

.1.3.6.1.4.1.25506.1.886
hh3csecpathF1000CG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 886 }

.1.3.6.1.4.1.25506.1.887
hh3csecpathF1000SG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 887 }

.1.3.6.1.4.1.25506.1.888
hh3cSecBladeLSQ2FWBSCO OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 888 }

.1.3.6.1.4.1.25506.1.889
hh3cWA2620AGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 889 }

.1.3.6.1.4.1.25506.1.890
hh3cVSR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 890 }

.1.3.6.1.4.1.25506.1.891
hh3cVSR1001 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 891 }

.1.3.6.1.4.1.25506.1.892
hh3cVSR1004 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 892 }

.1.3.6.1.4.1.25506.1.893
hh3cVSR1008 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 893 }

.1.3.6.1.4.1.25506.1.894
hh3cS5120S28PEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 894 }

.1.3.6.1.4.1.25506.1.895
hh3cS5120S52PEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 895 }

.1.3.6.1.4.1.25506.1.896
hh3cMSR930WiNetW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 896 }

.1.3.6.1.4.1.25506.1.897
hh3cWA3628iAGNX OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 897 }

.1.3.6.1.4.1.25506.1.898
hh3cS2110 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 898 }

.1.3.6.1.4.1.25506.1.899
hh3cS2110PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 899 }

.1.3.6.1.4.1.25506.1.900
hh3cS2126 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 900 }

.1.3.6.1.4.1.25506.1.901
hh3cS2126PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 901 }

.1.3.6.1.4.1.25506.1.902
hh3cS2152 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 902 }

.1.3.6.1.4.1.25506.1.903
hh3cWX5540WCM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 903 }

.1.3.6.1.4.1.25506.1.904
hh3cWX5540LSW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 904 }

.1.3.6.1.4.1.25506.1.905
hh3cWX5520WCM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 905 }

.1.3.6.1.4.1.25506.1.906
hh3cWX5520LSW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 906 }

.1.3.6.1.4.1.25506.1.907
hh3cMSR930WGT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 907 }

.1.3.6.1.4.1.25506.1.908
hh3cICG5000T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 908 }

.1.3.6.1.4.1.25506.1.909
hh3cICG6000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 909 }

.1.3.6.1.4.1.25506.1.910
hh3cMSR2630WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 910 }

.1.3.6.1.4.1.25506.1.911
hh3cMSR3610WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 911 }

.1.3.6.1.4.1.25506.1.912
hh3cMSR3660WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 912 }

.1.3.6.1.4.1.25506.1.913
hh3cMSR260010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 913 }

.1.3.6.1.4.1.25506.1.914
hh3cMSR260010WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 914 }

.1.3.6.1.4.1.25506.1.915
hh3cMSR260017 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 915 }

.1.3.6.1.4.1.25506.1.916
hh3cICG3000D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 916 }

.1.3.6.1.4.1.25506.1.917
hh3cICG3000E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 917 }

.1.3.6.1.4.1.25506.1.918
hh3cSecBladeLSU1ADECEA0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 918 }

.1.3.6.1.4.1.25506.1.919
hh3cSecBladeLST1ADE1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 919 }

.1.3.6.1.4.1.25506.1.920
hh3cSR8804X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 920 }

.1.3.6.1.4.1.25506.1.921
hh3cSR8808X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 921 }

.1.3.6.1.4.1.25506.1.922
hh3cSR8812X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 922 }

.1.3.6.1.4.1.25506.1.923
hh3cCC710E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 923 }

.1.3.6.1.4.1.25506.1.924
hh3cCC712E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 924 }

.1.3.6.1.4.1.25506.1.925
hh3cS680032Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 925 }

.1.3.6.1.4.1.25506.1.926
hh3cS5008PV2EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 926 }

.1.3.6.1.4.1.25506.1.927
hh3cS5024PV2EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 927 }

.1.3.6.1.4.1.25506.1.928
hh3cS5048PV2EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 928 }

.1.3.6.1.4.1.25506.1.929
hh3cS2610 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 929 }

.1.3.6.1.4.1.25506.1.930
hh3cS2610PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 930 }

.1.3.6.1.4.1.25506.1.931
hh3cS2626 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 931 }

.1.3.6.1.4.1.25506.1.932
hh3cS2626PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 932 }

.1.3.6.1.4.1.25506.1.933
hh3cS2652 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 933 }

.1.3.6.1.4.1.25506.1.934
hh3cSimware7BoxCen OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 934 }

.1.3.6.1.4.1.25506.1.935
hh3cSimware7BoxIRF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 935 }

.1.3.6.1.4.1.25506.1.936
hh3cSimware7ChassisDevice OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 936 }

.1.3.6.1.4.1.25506.1.937
hh3cVSR1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 937 }

.1.3.6.1.4.1.25506.1.938
hh3csecpathM9000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 938 }

.1.3.6.1.4.1.25506.1.939
hh3csecpathM9006 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 939 }

.1.3.6.1.4.1.25506.1.940
hh3csecpathM9010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 940 }

.1.3.6.1.4.1.25506.1.941
hh3csecpathM9014 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 941 }

.1.3.6.1.4.1.25506.1.942
hh3cSecBladeIIINSQM1FWCEA0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 942 }

.1.3.6.1.4.1.25506.1.943
hh3cWB521X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 943 }

.1.3.6.1.4.1.25506.1.944
hh3cWB511X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 944 }

.1.3.6.1.4.1.25506.1.945
hh3cER3108G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 945 }

.1.3.6.1.4.1.25506.1.946
hh3cER3108GW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 946 }

.1.3.6.1.4.1.25506.1.947
hh3cS513028SEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 947 }

.1.3.6.1.4.1.25506.1.948
hh3cS513052SEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 948 }

.1.3.6.1.4.1.25506.1.949
hh3cS513028FEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 949 }

.1.3.6.1.4.1.25506.1.950
hh3cS513028SPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 950 }

.1.3.6.1.4.1.25506.1.951
hh3cS513052SPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 951 }

.1.3.6.1.4.1.25506.1.952
hh3cMSR360028 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 952 }

.1.3.6.1.4.1.25506.1.953
hh3cMSR360051 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 953 }

.1.3.6.1.4.1.25506.1.954
hh3cWA2612E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 954 }

.1.3.6.1.4.1.25506.1.955
hh3cWA2622 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 955 }

.1.3.6.1.4.1.25506.1.956
hh3cS511010P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 956 }

.1.3.6.1.4.1.25506.1.957
hh3cS511010PPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 957 }

.1.3.6.1.4.1.25506.1.958
hh3cS511028P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 958 }

.1.3.6.1.4.1.25506.1.959
hh3cS511028PPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 959 }

.1.3.6.1.4.1.25506.1.960
hh3cS511052P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 960 }

.1.3.6.1.4.1.25506.1.961
hh3cS511010PD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 961 }

.1.3.6.1.4.1.25506.1.962
hh3cS511010PPWRD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 962 }

.1.3.6.1.4.1.25506.1.963
hh3cS511028PD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 963 }

.1.3.6.1.4.1.25506.1.964
hh3cS511028PPWRD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 964 }

.1.3.6.1.4.1.25506.1.965
hh3cS511052PD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 965 }

.1.3.6.1.4.1.25506.1.966
hh3cWX5510 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 966 }

.1.3.6.1.4.1.25506.1.967
hh3cS550028SCHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 967 }

.1.3.6.1.4.1.25506.1.968
hh3cS550052SCHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 968 }

.1.3.6.1.4.1.25506.1.969
hh3cS550028SCHID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 969 }

.1.3.6.1.4.1.25506.1.970
hh3cS550052SCHID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 970 }

.1.3.6.1.4.1.25506.1.971
hh3cLA2608 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 971 }

.1.3.6.1.4.1.25506.1.972
hh3cS311010TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 972 }

.1.3.6.1.4.1.25506.1.973
hh3cS311010TPPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 973 }

.1.3.6.1.4.1.25506.1.974
hh3cS311026TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 974 }

.1.3.6.1.4.1.25506.1.975
hh3cS311026TPPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 975 }

.1.3.6.1.4.1.25506.1.976
hh3cS311052TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 976 }

.1.3.6.1.4.1.25506.1.977
hh3cWA2610HGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 977 }

.1.3.6.1.4.1.25506.1.978
hh3cWA4620EACN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 978 }

.1.3.6.1.4.1.25506.1.979
hh3cWA4620IACN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 979 }

.1.3.6.1.4.1.25506.1.980
hh3cEWPX1MAC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 980 }

.1.3.6.1.4.1.25506.1.981
hh3cCRIMMAC1A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 981 }

.1.3.6.1.4.1.25506.1.982
hh3cSecBladeIIILST1FW3B1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 982 }

.1.3.6.1.4.1.25506.1.983
hh3cWA2620iAGNX OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 983 }

.1.3.6.1.4.1.25506.1.984
hh3cS311010TPSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 984 }

.1.3.6.1.4.1.25506.1.985
hh3cS311026TPSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 985 }

.1.3.6.1.4.1.25506.1.986
hh3cS311052TPSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 986 }

.1.3.6.1.4.1.25506.1.987
hh3cS511010PSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 987 }

.1.3.6.1.4.1.25506.1.988
hh3cS511028PSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 988 }

.1.3.6.1.4.1.25506.1.989
hh3cS511052PSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 989 }

.1.3.6.1.4.1.25506.1.990
hh3cS3100V252TPWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 990 }

.1.3.6.1.4.1.25506.1.991
hh3cS512052PWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 991 }

.1.3.6.1.4.1.25506.1.992
hh3cS550048PWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 992 }

.1.3.6.1.4.1.25506.1.993
hh3cS550028FWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 993 }

.1.3.6.1.4.1.25506.1.994
hh3CWA2620EX OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 994 }

.1.3.6.1.4.1.25506.1.995
hh3csecpathL5000S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 995 }

.1.3.6.1.4.1.25506.1.996
hh3csecpathL5000C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 996 }

.1.3.6.1.4.1.25506.1.997
hh3cCC721E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 997 }

.1.3.6.1.4.1.25506.1.998
hh3cS5820V252QFU OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 998 }

.1.3.6.1.4.1.25506.1.999
hh3csecpathvFW1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 999 }

.1.3.6.1.4.1.25506.1.1000
hh3cS7003 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1000 }

.1.3.6.1.4.1.25506.1.1001
hh3cS7006 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1001 }

.1.3.6.1.4.1.25506.1.1002
hh3csecpathF100CSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1002 }

.1.3.6.1.4.1.25506.1.1003
hh3cWX3510E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1003 }

.1.3.6.1.4.1.25506.1.1004
hh3cWX3540E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1004 }

.1.3.6.1.4.1.25506.1.1005
hh3cSecBladeLSU3FWCEA0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1005 }

.1.3.6.1.4.1.25506.1.1006
hh3cSecBladeLSU1NSCEA0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1006 }

.1.3.6.1.4.1.25506.1.1007
hh3cSecBladeLST1FW3C1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1007 }

.1.3.6.1.4.1.25506.1.1008
hh3cSecBladeLST1NSM2C1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1008 }

.1.3.6.1.4.1.25506.1.1009
hh3cSecBladeLSX1FWCEA1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1009 }

.1.3.6.1.4.1.25506.1.1010
hh3cSecBladeLSX1NSCEA1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1010 }

.1.3.6.1.4.1.25506.1.1011
hh3cWA2620AGNC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1011 }

.1.3.6.1.4.1.25506.1.1012
hh3cWA2610GN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1012 }

.1.3.6.1.4.1.25506.1.1013
hh3cWA2610GNE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1013 }

.1.3.6.1.4.1.25506.1.1014
hh3cMSR800 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1014 }

.1.3.6.1.4.1.25506.1.1015
hh3cMSR800Wlan OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1015 }

.1.3.6.1.4.1.25506.1.1016
hh3cMSR80010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1016 }

.1.3.6.1.4.1.25506.1.1017
hh3cMSR80010Wlan OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1017 }

.1.3.6.1.4.1.25506.1.1018
hh3cMSR830WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1018 }

.1.3.6.1.4.1.25506.1.1019
hh3cMSR83010WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1019 }

.1.3.6.1.4.1.25506.1.1020
hh3cMSR93010WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1020 }

.1.3.6.1.4.1.25506.1.1021
hh3cS9810 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1021 }

.1.3.6.1.4.1.25506.1.1022
hh3cFlexNetworkB6300XLG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1022 }

.1.3.6.1.4.1.25506.1.1023
hh3cFlexNetworkB6300GXG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1023 }

.1.3.6.1.4.1.25506.1.1024
hh3cMSR900E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1024 }

.1.3.6.1.4.1.25506.1.1025
hh3cMSR900EWlan OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1025 }

.1.3.6.1.4.1.25506.1.1026
hh3cS513028SEID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1026 }

.1.3.6.1.4.1.25506.1.1027
hh3cS513052SEID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1027 }

.1.3.6.1.4.1.25506.1.1028
hh3cS513028FEID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1028 }

.1.3.6.1.4.1.25506.1.1029
hh3cS513028SHPWREID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1029 }

.1.3.6.1.4.1.25506.1.1030
hh3cS513052SPWREID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1030 }

.1.3.6.1.4.1.25506.1.1031
hh3cS513028SHPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1031 }

.1.3.6.1.4.1.25506.1.1032
hh3cE528X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1032 }

.1.3.6.1.4.1.25506.1.1033
hh3cE552X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1033 }

.1.3.6.1.4.1.25506.1.1034
hh3cLSU1WCME0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1034 }

.1.3.6.1.4.1.25506.1.1035
hh3cEWPX1WCME0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1035 }

.1.3.6.1.4.1.25506.1.1036
hh3cSR8810XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1036 }

.1.3.6.1.4.1.25506.1.1037
hh3cSR8806XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1037 }

.1.3.6.1.4.1.25506.1.1038
hh3cSR8803XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1038 }

.1.3.6.1.4.1.25506.1.1039
hh3cSR8802XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1039 }

.1.3.6.1.4.1.25506.1.1040
hh3cSecPathF5020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1040 }

.1.3.6.1.4.1.25506.1.1041
hh3cSecPathF5040 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1041 }

.1.3.6.1.4.1.25506.1.1042
hh3cRA100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1042 }

.1.3.6.1.4.1.25506.1.1043
hh3cMSR930LM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1043 }

.1.3.6.1.4.1.25506.1.1044
hh3cMSR930WLM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1044 }

.1.3.6.1.4.1.25506.1.1045
hh3cMSR26005LMC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1045 }

.1.3.6.1.4.1.25506.1.1046
hh3cS580032CEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1046 }

.1.3.6.1.4.1.25506.1.1047
hh3cS580056CEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1047 }

.1.3.6.1.4.1.25506.1.1048
hh3cS580032CPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1048 }

.1.3.6.1.4.1.25506.1.1049
hh3cS580056CPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1049 }

.1.3.6.1.4.1.25506.1.1050
hh3cS580056CEIM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1050 }

.1.3.6.1.4.1.25506.1.1051
hh3cWB521XE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1051 }

.1.3.6.1.4.1.25506.1.1052
hh3cWB521XH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1052 }

.1.3.6.1.4.1.25506.1.1053
hh3cWX2540E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1053 }

.1.3.6.1.4.1.25506.1.1054
hh3cWX360 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1054 }

.1.3.6.1.4.1.25506.1.1055
hh3cWX361 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1055 }

.1.3.6.1.4.1.25506.1.1056
hh3cWA2610EGNE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1056 }

.1.3.6.1.4.1.25506.1.1057
hh3cSR6603F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1057 }

.1.3.6.1.4.1.25506.1.1058
hh3cSR6605F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1058 }

.1.3.6.1.4.1.25506.1.1059
hh3cSR6609F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1059 }

.1.3.6.1.4.1.25506.1.1060
hh3cS556030SEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1060 }

.1.3.6.1.4.1.25506.1.1061
hh3cS556054SEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1061 }

.1.3.6.1.4.1.25506.1.1062
hh3cS556030CEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1062 }

.1.3.6.1.4.1.25506.1.1063
hh3cS556054CEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1063 }

.1.3.6.1.4.1.25506.1.1064
hh3cS556030CPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1064 }

.1.3.6.1.4.1.25506.1.1065
hh3cS556054CPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1065 }

.1.3.6.1.4.1.25506.1.1066
hh3cS556054QSEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1066 }

.1.3.6.1.4.1.25506.1.1067
hh3cRA200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1067 }

.1.3.6.1.4.1.25506.1.1068
hh3cF1000CSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1068 }

.1.3.6.1.4.1.25506.1.1069
hh3cF100MSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1069 }

.1.3.6.1.4.1.25506.1.1070
hh3cF100ASI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1070 }

.1.3.6.1.4.1.25506.1.1071
hh3cS5820V248S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1071 }

.1.3.6.1.4.1.25506.1.1072
hh3cS630042QT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1072 }

.1.3.6.1.4.1.25506.1.1073
hh3cS630042QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1073 }

.1.3.6.1.4.1.25506.1.1074
hh3cS630048S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1074 }

.1.3.6.1.4.1.25506.1.1075
hh3cS630052QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1075 }

.1.3.6.1.4.1.25506.1.1076
hh3cFlexNetworkU830048G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1076 }

.1.3.6.1.4.1.25506.1.1077
hh3cFlexNetworkU830048XLGU OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1077 }

.1.3.6.1.4.1.25506.1.1078
hh3cS5008PV2EIPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1078 }

.1.3.6.1.4.1.25506.1.1079
hh3cS5024PV2EIPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1079 }

.1.3.6.1.4.1.25506.1.1080
hh3cS511052PPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1080 }

.1.3.6.1.4.1.25506.1.1081
hh3cS511052PPWRD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1081 }

.1.3.6.1.4.1.25506.1.1082
hh3cNSC1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1082 }

.1.3.6.1.4.1.25506.1.1083
hh3cMS4308 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1083 }

.1.3.6.1.4.1.25506.1.1084
hh3cMS4308PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1084 }

.1.3.6.1.4.1.25506.1.1085
hh3cS513028TPEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1085 }

.1.3.6.1.4.1.25506.1.1086
hh3cS513052TPEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1086 }

.1.3.6.1.4.1.25506.1.1087
hh3cS513028TPPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1087 }

.1.3.6.1.4.1.25506.1.1088
hh3cS513052TPPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1088 }

.1.3.6.1.4.1.25506.1.1089
hh3csecpathF1020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1089 }

.1.3.6.1.4.1.25506.1.1090
hh3csecpathF1030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1090 }

.1.3.6.1.4.1.25506.1.1091
hh3csecpathF1050 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1091 }

.1.3.6.1.4.1.25506.1.1092
hh3csecpathF1060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1092 }

.1.3.6.1.4.1.25506.1.1093
hh3csecpathF1070 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1093 }

.1.3.6.1.4.1.25506.1.1094
hh3csecpathF1080 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1094 }

.1.3.6.1.4.1.25506.1.1095
hh3csecpathvLB1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1095 }

.1.3.6.1.4.1.25506.1.1096
hh3cS5864F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1096 }

.1.3.6.1.4.1.25506.1.1097
hh3cS5864UF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1097 }

.1.3.6.1.4.1.25506.1.1098
hh3cS5864TF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1098 }

.1.3.6.1.4.1.25506.1.1099
hh3cS6348F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1099 }

.1.3.6.1.4.1.25506.1.1100
hh3cS6348TF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1100 }

.1.3.6.1.4.1.25506.1.1101
hh3cCR16006F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1101 }

.1.3.6.1.4.1.25506.1.1102
hh3cCR16010F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1102 }

.1.3.6.1.4.1.25506.1.1103
hh3cCR16014F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1103 }

.1.3.6.1.4.1.25506.1.1104
hh3cSecPathM9000Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1104 }

.1.3.6.1.4.1.25506.1.1105
hh3cICG3000SE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1105 }

.1.3.6.1.4.1.25506.1.1106
hh3cS68004C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1106 }

.1.3.6.1.4.1.25506.1.1107
hh3cS68002C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1107 }

.1.3.6.1.4.1.25506.1.1108
hh3cSR8803F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1108 }

.1.3.6.1.4.1.25506.1.1109
hh3cSR8805F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1109 }

.1.3.6.1.4.1.25506.1.1110
hh3cSR8808F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1110 }

.1.3.6.1.4.1.25506.1.1111
hh3cSR8812F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1111 }

.1.3.6.1.4.1.25506.1.1112
hh3cS12516XAF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1112 }

.1.3.6.1.4.1.25506.1.1113
hh3cvAC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1113 }

.1.3.6.1.4.1.25506.1.1114
hh3cWX8700 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1114 }

.1.3.6.1.4.1.25506.1.1115
hh3cS556030FEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1115 }

.1.3.6.1.4.1.25506.1.1116
hh3cS5530CEID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1116 }

.1.3.6.1.4.1.25506.1.1117
hh3cS5554CEID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1117 }

.1.3.6.1.4.1.25506.1.1118
hh3cS5530CPWREID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1118 }

.1.3.6.1.4.1.25506.1.1119
hh3cS5554CPWREID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1119 }

.1.3.6.1.4.1.25506.1.1120
hh3cS5530FEID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1120 }

.1.3.6.1.4.1.25506.1.1121
hh3cS513028SSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1121 }

.1.3.6.1.4.1.25506.1.1122
hh3cS513052SSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1122 }

.1.3.6.1.4.1.25506.1.1123
hh3cS513028FSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1123 }

.1.3.6.1.4.1.25506.1.1124
hh3cS556028SSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1124 }

.1.3.6.1.4.1.25506.1.1125
hh3cS556052SSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1125 }

.1.3.6.1.4.1.25506.1.1126
hh3cS556028FSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1126 }

.1.3.6.1.4.1.25506.1.1127
hh3cLA4608E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1127 }

.1.3.6.1.4.1.25506.1.1128
hh3cWA4320ACN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1128 }

.1.3.6.1.4.1.25506.1.1129
hh3cWA4320iACN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1129 }

.1.3.6.1.4.1.25506.1.1130
hh3cWA4320iX OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1130 }

.1.3.6.1.4.1.25506.1.1131
hh3cWA4320TS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1131 }

.1.3.6.1.4.1.25506.1.1132
hh3cWA4320TQ OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1132 }

.1.3.6.1.4.1.25506.1.1133
hh3cWA4320HACN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1133 }

.1.3.6.1.4.1.25506.1.1134
hh3cS10506 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1134 }

.1.3.6.1.4.1.25506.1.1135
hh3cS10510 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1135 }

.1.3.6.1.4.1.25506.1.1136
hh3cS7606X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1136 }

.1.3.6.1.4.1.25506.1.1137
hh3cS7610X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1137 }

.1.3.6.1.4.1.25506.1.1138
hh3cMSR930AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1138 }

.1.3.6.1.4.1.25506.1.1139
hh3cMSR930ACWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1139 }

.1.3.6.1.4.1.25506.1.1140
hh3cSecPathACG1000E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1140 }

.1.3.6.1.4.1.25506.1.1141
hh3cSecPathACG1000A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1141 }

.1.3.6.1.4.1.25506.1.1142
hh3cSecPathACG1000M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1142 }

.1.3.6.1.4.1.25506.1.1143
hh3cSecPathACG1000S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1143 }

.1.3.6.1.4.1.25506.1.1144
hh3cSecPathACG1000C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1144 }

.1.3.6.1.4.1.25506.1.1145
hh3cvBRAS1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1145 }

.1.3.6.1.4.1.25506.1.1146
hh3cVSR2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1146 }

.1.3.6.1.4.1.25506.1.1147
hh3cvBRAS2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1147 }

.1.3.6.1.4.1.25506.1.1148
hh3cS12508XAF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1148 }

.1.3.6.1.4.1.25506.1.1149
hh3cLA3616SGM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1149 }

.1.3.6.1.4.1.25506.1.1150
hh3cLA3616SGT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1150 }

.1.3.6.1.4.1.25506.1.1151
hh3cLA3616EGM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1151 }

.1.3.6.1.4.1.25506.1.1152
hh3cWAP722E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1152 }

.1.3.6.1.4.1.25506.1.1153
hh3cWAP722 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1153 }

.1.3.6.1.4.1.25506.1.1154
hh3cER2100n OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1154 }

.1.3.6.1.4.1.25506.1.1155
hh3cER2100V2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1155 }

.1.3.6.1.4.1.25506.1.1156
hh3cWX5560H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1156 }

.1.3.6.1.4.1.25506.1.1157
hh3cWX5580H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1157 }

.1.3.6.1.4.1.25506.1.1158
hh3cWAP621 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1158 }

.1.3.6.1.4.1.25506.1.1159
hh3cMSR810W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1159 }

.1.3.6.1.4.1.25506.1.1160
hh3cER3260G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1160 }

.1.3.6.1.4.1.25506.1.1161
hh3cER5100G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1161 }

.1.3.6.1.4.1.25506.1.1162
hh3cER5200G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1162 }

.1.3.6.1.4.1.25506.1.1163
hh3cER6300G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1163 }

.1.3.6.1.4.1.25506.1.1164
hh3cER8300G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1164 }

.1.3.6.1.4.1.25506.1.1165
hh3cER8300G2X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1165 }

.1.3.6.1.4.1.25506.1.1166
hh3cS99004F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1166 }

.1.3.6.1.4.1.25506.1.1167
hh3cS990010F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1167 }

.1.3.6.1.4.1.25506.1.1168
hh3cSecBladeLSU1ADECEA01 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1168 }

.1.3.6.1.4.1.25506.1.1169
hh3cSecBladeLSXM1ADECEA1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1169 }

.1.3.6.1.4.1.25506.1.1170
hh3cS69002F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1170 }

.1.3.6.1.4.1.25506.1.1171
hh3cS69004F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1171 }

.1.3.6.1.4.1.25506.1.1172
hh3cS6348SF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1172 }

.1.3.6.1.4.1.25506.1.1173
hh3cS6364F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1173 }

.1.3.6.1.4.1.25506.1.1174
hh3cS5848F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1174 }

.1.3.6.1.4.1.25506.1.1175
hh3cS1808G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1175 }

.1.3.6.1.4.1.25506.1.1176
hh3cS1824G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1176 }

.1.3.6.1.4.1.25506.1.1177
hh3cS1848G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1177 }

.1.3.6.1.4.1.25506.1.1178
hh3cSecPathACG1010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1178 }

.1.3.6.1.4.1.25506.1.1179
hh3cSecPathACG1020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1179 }

.1.3.6.1.4.1.25506.1.1180
hh3cSecPathACG1030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1180 }

.1.3.6.1.4.1.25506.1.1181
hh3cSecPathACG1040 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1181 }

.1.3.6.1.4.1.25506.1.1182
hh3cWX3510H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1182 }

.1.3.6.1.4.1.25506.1.1183
hh3cWX3520H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1183 }

.1.3.6.1.4.1.25506.1.1184
hh3cWX3540H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1184 }

.1.3.6.1.4.1.25506.1.1185
hh3cWX5540H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1185 }

.1.3.6.1.4.1.25506.1.1186
hh3cLA3608E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1186 }

.1.3.6.1.4.1.25506.1.1187
hh3cLA3608EDB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1187 }

.1.3.6.1.4.1.25506.1.1188
hh3cS513030SHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1188 }

.1.3.6.1.4.1.25506.1.1189
hh3cS513054SHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1189 }

.1.3.6.1.4.1.25506.1.1190
hh3cS513030CHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1190 }

.1.3.6.1.4.1.25506.1.1191
hh3cS513054CHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1191 }

.1.3.6.1.4.1.25506.1.1192
hh3cS513030CPWRHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1192 }

.1.3.6.1.4.1.25506.1.1193
hh3cS513054CPWRHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1193 }

.1.3.6.1.4.1.25506.1.1194
hh3cS513054QSHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1194 }

.1.3.6.1.4.1.25506.1.1195
hh3cS513030FHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1195 }

.1.3.6.1.4.1.25506.1.1196
hh3cS12516FAF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1196 }

.1.3.6.1.4.1.25506.1.1197
hh3cS12508FAF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1197 }

.1.3.6.1.4.1.25506.1.1198
hh3cS12504XAF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1198 }

.1.3.6.1.4.1.25506.1.1199
hh3cS12504FAF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1199 }

.1.3.6.1.4.1.25506.1.1200
hh3cMS410010TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1200 }

.1.3.6.1.4.1.25506.1.1201
hh3cMS410010TPPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1201 }

.1.3.6.1.4.1.25506.1.1202
hh3cMS410026TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1202 }

.1.3.6.1.4.1.25506.1.1203
hh3cMS410026TPPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1203 }

.1.3.6.1.4.1.25506.1.1204
hh3cMS430052P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1204 }

.1.3.6.1.4.1.25506.1.1205
hh3cMS430028P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1205 }

.1.3.6.1.4.1.25506.1.1206
hh3cIE410012TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1206 }

.1.3.6.1.4.1.25506.1.1207
hh3cIE410020TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1207 }

.1.3.6.1.4.1.25506.1.1208
hh3cIE410028F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1208 }

.1.3.6.1.4.1.25506.1.1209
hh3cIE430028P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1209 }

.1.3.6.1.4.1.25506.1.1210
hh3cS680054QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1210 }

.1.3.6.1.4.1.25506.1.1211
hh3cMS432028S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1211 }

.1.3.6.1.4.1.25506.1.1212
hh3cMS432052S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1212 }

.1.3.6.1.4.1.25506.1.1213
hh3cMS432028F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1213 }

.1.3.6.1.4.1.25506.1.1214
hh3cMS432028SPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1214 }

.1.3.6.1.4.1.25506.1.1215
hh3cMS452028TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1215 }

.1.3.6.1.4.1.25506.1.1216
hh3cMS452030F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1216 }

.1.3.6.1.4.1.25506.1.1217
hh3cLA4310 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1217 }

.1.3.6.1.4.1.25506.1.1218
hh3cLA4310V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1218 }

.1.3.6.1.4.1.25506.1.1219
hh3cLA4320 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1219 }

.1.3.6.1.4.1.25506.1.1220
hh3cLA4320V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1220 }

.1.3.6.1.4.1.25506.1.1221
hh3cWA4320X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1221 }

.1.3.6.1.4.1.25506.1.1222
hh3cLA4320X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1222 }

.1.3.6.1.4.1.25506.1.1223
hh3cSecBlade4NSQM1FWDFG0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1223 }

.1.3.6.1.4.1.25506.1.1224
hh3cWX5510EV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1224 }

.1.3.6.1.4.1.25506.1.1225
hh3cWX5540EV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1225 }

.1.3.6.1.4.1.25506.1.1226
hh3cSecPathL1000E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1226 }

.1.3.6.1.4.1.25506.1.1227
hh3cSecPathL1000M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1227 }

.1.3.6.1.4.1.25506.1.1228
hh3cSecPathL1000S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1228 }

.1.3.6.1.4.1.25506.1.1229
hh3cSecPathF5000Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1229 }

.1.3.6.1.4.1.25506.1.1230
hh3cSecPathF1000Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1230 }

.1.3.6.1.4.1.25506.1.1231
hh3cSecPathL5000Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1231 }

.1.3.6.1.4.1.25506.1.1232
hh3cSecPathL1000Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1232 }

.1.3.6.1.4.1.25506.1.1233
hh3cWA4320TQV OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1233 }

.1.3.6.1.4.1.25506.1.1234
hh3cMSR810WDB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1234 }

.1.3.6.1.4.1.25506.1.1235
hh3cMSR810LM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1235 }

.1.3.6.1.4.1.25506.1.1236
hh3cMSR810WLM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1236 }

.1.3.6.1.4.1.25506.1.1237
hh3cS682032H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1237 }

.1.3.6.1.4.1.25506.1.1238
hh3cS682054HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1238 }

.1.3.6.1.4.1.25506.1.1239
hh3cMSR5620 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1239 }

.1.3.6.1.4.1.25506.1.1240
hh3cMSR3620DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1240 }

.1.3.6.1.4.1.25506.1.1241
hh3cMSR810WWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1241 }

.1.3.6.1.4.1.25506.1.1242
hh3cMSR810LMWiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1242 }

.1.3.6.1.4.1.25506.1.1243
hh3cRA100AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1243 }

.1.3.6.1.4.1.25506.1.1244
hh3cMSR360028WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1244 }

.1.3.6.1.4.1.25506.1.1245
hh3cMSR3620WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1245 }

.1.3.6.1.4.1.25506.1.1246
hh3cS680054QT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1246 }

.1.3.6.1.4.1.25506.1.1247
hh3cS12504S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1247 }

.1.3.6.1.4.1.25506.1.1248
hh3cS12506S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1248 }

.1.3.6.1.4.1.25506.1.1249
hh3cS12510S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1249 }

.1.3.6.1.4.1.25506.1.1250
hh3cS12508S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1250 }

.1.3.6.1.4.1.25506.1.1251
hh3cS12512S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1251 }

.1.3.6.1.4.1.25506.1.1252
hh3cS515024SPWREI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1252 }

.1.3.6.1.4.1.25506.1.1253
hh3cS5150X16SEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1253 }

.1.3.6.1.4.1.25506.1.1254
hh3cS5150X16STEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1254 }

.1.3.6.1.4.1.25506.1.1255
hh3cSecPathF100AG2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1255 }

.1.3.6.1.4.1.25506.1.1256
hh3cSecPathF1000CG2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1256 }

.1.3.6.1.4.1.25506.1.1257
hh3cUISM831048G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1257 }

.1.3.6.1.4.1.25506.1.1258
hh3cUISM832048XG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1258 }

.1.3.6.1.4.1.25506.1.1259
hh3cUISM6300XLG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1259 }

.1.3.6.1.4.1.25506.1.1260
hh3cMSR810 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1260 }

.1.3.6.1.4.1.25506.1.1261
hh3cSecPathW2001 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1261 }

.1.3.6.1.4.1.25506.1.1262
hh3cSecPathW2005 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1262 }

.1.3.6.1.4.1.25506.1.1263
hh3cSecPathW2010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1263 }

.1.3.6.1.4.1.25506.1.1264
hh3cSecPathW2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1264 }

.1.3.6.1.4.1.25506.1.1265
hh3cSecPathW2040 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1265 }

.1.3.6.1.4.1.25506.1.1266
hh3cSecPathW2080 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1266 }

.1.3.6.1.4.1.25506.1.1267
hh3cSecPathW2200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1267 }

.1.3.6.1.4.1.25506.1.1268
hh3cSecPathW1020D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1268 }

.1.3.6.1.4.1.25506.1.1269
hh3cSecPathW1040D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1269 }

.1.3.6.1.4.1.25506.1.1270
hh3cSecPathW1200D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1270 }

.1.3.6.1.4.1.25506.1.1271
hh3cSecPathA2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1271 }

.1.3.6.1.4.1.25506.1.1272
hh3cSecPathA2100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1272 }

.1.3.6.1.4.1.25506.1.1273
hh3cSecPathD2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1273 }

.1.3.6.1.4.1.25506.1.1274
hh3cSecPathD2050 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1274 }

.1.3.6.1.4.1.25506.1.1275
hh3cS556034CEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1275 }

.1.3.6.1.4.1.25506.1.1276
hh3cS513034CHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1276 }

.1.3.6.1.4.1.25506.1.1277
hh3cMS412026TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1277 }

.1.3.6.1.4.1.25506.1.1278
hh3cWA4330ACN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1278 }

.1.3.6.1.4.1.25506.1.1279
hh3cMS4320S28F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1279 }

.1.3.6.1.4.1.25506.1.1280
hh3cMS4320S28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1280 }

.1.3.6.1.4.1.25506.1.1281
hh3cMS452028S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1281 }

.1.3.6.1.4.1.25506.1.1282
hh3cSecBlade3Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1282 }

.1.3.6.1.4.1.25506.1.1283
hh3cMSR2630R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1283 }

.1.3.6.1.4.1.25506.1.1284
hh3cMSR3610ACR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1284 }

.1.3.6.1.4.1.25506.1.1285
hh3cMSR3620ACR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1285 }

.1.3.6.1.4.1.25506.1.1286
hh3cMSR3640R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1286 }

.1.3.6.1.4.1.25506.1.1287
hh3cMSR3660R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1287 }

.1.3.6.1.4.1.25506.1.1288
hh3cMSR5660R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1288 }

.1.3.6.1.4.1.25506.1.1289
hh3cMSR5680R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1289 }

.1.3.6.1.4.1.25506.1.1290
hh3cMSR930R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1290 }

.1.3.6.1.4.1.25506.1.1291
hh3cMSR930WR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1291 }

.1.3.6.1.4.1.25506.1.1292
hh3cMSR260010R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1292 }

.1.3.6.1.4.1.25506.1.1293
hh3cWX3010EV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1293 }

.1.3.6.1.4.1.25506.1.1294
hh3cWX3024EV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1294 }

.1.3.6.1.4.1.25506.1.1295
hh3cLSUM1WCMD0V7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1295 }

.1.3.6.1.4.1.25506.1.1296
hh3cS556032CHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1296 }

.1.3.6.1.4.1.25506.1.1297
hh3cS556056CHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1297 }

.1.3.6.1.4.1.25506.1.1298
hh3cS556056CPWRHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1298 }

.1.3.6.1.4.1.25506.1.1299
hh3cS12502XAF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1299 }

.1.3.6.1.4.1.25506.1.1300
hh3cNS228 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1300 }

.1.3.6.1.4.1.25506.1.1301
hh3cNS252 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1301 }

.1.3.6.1.4.1.25506.1.1302
hh3cSecBladeFW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1302 }

.1.3.6.1.4.1.25506.1.1303
hh3cSecBladeADE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1303 }

.1.3.6.1.4.1.25506.1.1304
hh3cSecBladeIIILSUM1FWCEAB0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1304 }

.1.3.6.1.4.1.25506.1.1305
hh3cS513028PSEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1305 }

.1.3.6.1.4.1.25506.1.1306
hh3cS7506EX OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1306 }

.1.3.6.1.4.1.25506.1.1307
hh3cS7510EX OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1307 }

.1.3.6.1.4.1.25506.1.1308
hh3cS7504EXS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1308 }

.1.3.6.1.4.1.25506.1.1309
hh3cS7502EXS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1309 }

.1.3.6.1.4.1.25506.1.1310
hh3cWA4320ACNPI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1310 }

.1.3.6.1.4.1.25506.1.1311
hh3cWA4320ACNSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1311 }

.1.3.6.1.4.1.25506.1.1312
hh3cNER324 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1312 }

.1.3.6.1.4.1.25506.1.1313
hh3cNER214W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1313 }

.1.3.6.1.4.1.25506.1.1314
hh3cWX2540EV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1314 }

.1.3.6.1.4.1.25506.1.1315
hh3cWX2540H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1315 }

.1.3.6.1.4.1.25506.1.1316
hh3cWA4320ACNC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1316 }

.1.3.6.1.4.1.25506.1.1317
hh3cWA4320 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1317 }

.1.3.6.1.4.1.25506.1.1318
hh3cWAP712 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1318 }

.1.3.6.1.4.1.25506.1.1319
hh3cUISM8380C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1319 }

.1.3.6.1.4.1.25506.1.1320
hh3cUISM8380 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1320 }

.1.3.6.1.4.1.25506.1.1321
hh3cRA100E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1321 }

.1.3.6.1.4.1.25506.1.1322
hh3cRA100EAC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1322 }

.1.3.6.1.4.1.25506.1.1323
hh3cRA10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1323 }

.1.3.6.1.4.1.25506.1.1324
hh3cRA10E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1324 }

.1.3.6.1.4.1.25506.1.1325
hh3cLSU1WCME0V7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1325 }

.1.3.6.1.4.1.25506.1.1326
hh3cEWPX1WCME0V7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1326 }

.1.3.6.1.4.1.25506.1.1327
hh3cS556056FHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1327 }

.1.3.6.1.4.1.25506.1.1328
hh3cWAS120 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1328 }

.1.3.6.1.4.1.25506.1.1329
hh3cSecBlade4LSXM1FWDF1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1329 }

.1.3.6.1.4.1.25506.1.1330
hh3cSecPathvFW2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1330 }

.1.3.6.1.4.1.25506.1.1331
hh3cSecPathvLB2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1331 }

.1.3.6.1.4.1.25506.1.1332
hh3cSecBlade4S68 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1332 }

.1.3.6.1.4.1.25506.1.1333
hh3cSecPathT1020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1333 }

.1.3.6.1.4.1.25506.1.1334
hh3cSecPathT1030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1334 }

.1.3.6.1.4.1.25506.1.1335
hh3cSecPathT1050 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1335 }

.1.3.6.1.4.1.25506.1.1336
hh3cSecPathT1060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1336 }

.1.3.6.1.4.1.25506.1.1337
hh3cSecPathT1080 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1337 }

.1.3.6.1.4.1.25506.1.1338
hh3cIE410012TPLI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1338 }

.1.3.6.1.4.1.25506.1.1339
hh3cIE410012TPPWRLI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1339 }

.1.3.6.1.4.1.25506.1.1340
hh3cSecPathACG1005 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1340 }

.1.3.6.1.4.1.25506.1.1341
hh3cSecPathACG1050 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1341 }

.1.3.6.1.4.1.25506.1.1342
hh3cSecPathACG1060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1342 }

.1.3.6.1.4.1.25506.1.1343
hh3cSecPathACG1070 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1343 }

.1.3.6.1.4.1.25506.1.1344
hh3cSecPathACG1000B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1344 }

.1.3.6.1.4.1.25506.1.1345
hh3cSecPathACG1000T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1345 }

.1.3.6.1.4.1.25506.1.1346
hh3cSecPathACG1000P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1346 }

.1.3.6.1.4.1.25506.1.1347
hh3cSecPathACG1000X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1347 }

.1.3.6.1.4.1.25506.1.1348
hh3cSecPathT5010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1348 }

.1.3.6.1.4.1.25506.1.1349
hh3cSecPathT5020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1349 }

.1.3.6.1.4.1.25506.1.1350
hh3cSecPathT9006 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1350 }

.1.3.6.1.4.1.25506.1.1351
hh3cSecPathT9010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1351 }

.1.3.6.1.4.1.25506.1.1352
hh3cSecPathT9014 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1352 }

.1.3.6.1.4.1.25506.1.1353
hh3cSecPathT9000NSQM1IPSDFG0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1353 }

.1.3.6.1.4.1.25506.1.1354
hh3cSecPathT9000NSQM1SUPC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1354 }

.1.3.6.1.4.1.25506.1.1355
hh3cSecPathT5000Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1355 }

.1.3.6.1.4.1.25506.1.1356
hh3cSecPathT1000Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1356 }

.1.3.6.1.4.1.25506.1.1357
hh3cSecPathT9000Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1357 }

.1.3.6.1.4.1.25506.1.1363
hh3cS690054QFF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1363 }

.1.3.6.1.4.1.25506.1.1364
hh3cS690054QTF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1364 }

.1.3.6.1.4.1.25506.1.1365
hh3cCR16004-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1365 }

.1.3.6.1.4.1.25506.1.1366
hh3cCR16008-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1366 }

.1.3.6.1.4.1.25506.1.1367
hh3cCR16016-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1367 }

.1.3.6.1.4.1.25506.1.1369
hh3cS5530SEID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1369 }

.1.3.6.1.4.1.25506.1.1370
hh3cS5554SEID OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1370 }

.1.3.6.1.4.1.25506.1.1371
hh3cS5530SEIDH3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1371 }

.1.3.6.1.4.1.25506.1.1372
hh3cS5554SEIDH3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1372 }

.1.3.6.1.4.1.25506.1.1373
hh3cS5530CEIDH3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1373 }

.1.3.6.1.4.1.25506.1.1374
hh3cS5554CEIDH3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1374 }

.1.3.6.1.4.1.25506.1.1375
hh3cS5530CPWREIDH3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1375 }

.1.3.6.1.4.1.25506.1.1376
hh3cS5554CPWREIDH3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1376 }

.1.3.6.1.4.1.25506.1.1377
hh3cS5530FEIDH3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1377 }

.1.3.6.1.4.1.25506.1.1378
hh3CWAP722S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1378 }

.1.3.6.1.4.1.25506.1.1379
hh3cEWPX3WCMD0V7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1379 }

.1.3.6.1.4.1.25506.1.1380
hh3cS5130-28S-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1380 }

.1.3.6.1.4.1.25506.1.1381
hh3cS5130-52S-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1381 }

.1.3.6.1.4.1.25506.1.1382
hh3cMSR810-PoE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1382 }

.1.3.6.1.4.1.25506.1.1383
hh3cS5500-28X-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1383 }

.1.3.6.1.4.1.25506.1.1384
hh3cS5500-52X-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1384 }

.1.3.6.1.4.1.25506.1.1385
hh3cS3208-8P-OLT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1385 }

.1.3.6.1.4.1.25506.1.1386
hh3cS3208-4P-OLT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1386 }

.1.3.6.1.4.1.25506.1.1387
hh3cLA6608 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1387 }

.1.3.6.1.4.1.25506.1.1388
hh3cLA6616 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1388 }

.1.3.6.1.4.1.25506.1.1389
hh3cSecBlade4LSUM1FWDEC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1389 }

.1.3.6.1.4.1.25506.1.1390
hh3cSecBlade4LSUM1NSDEC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1390 }

.1.3.6.1.4.1.25506.1.1391
hh3cSecBlade4LSQM1FWDSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1391 }

.1.3.6.1.4.1.25506.1.1392
hh3cSecBlade4LSQM1NSDSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1392 }

.1.3.6.1.4.1.25506.1.1393
hh3cSecBlade4LSXM1NSDF1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1393 }

.1.3.6.1.4.1.25506.1.1394
hh3cS12512X-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1394 }

.1.3.6.1.4.1.25506.1.1395
hh3cS6800-54HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1395 }

.1.3.6.1.4.1.25506.1.1396
hh3cS6800-54HT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1396 }

.1.3.6.1.4.1.25506.1.1397
hh3cSecPathT9000-NSQM1IPSDFG0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1397 }

.1.3.6.1.4.1.25506.1.1398
hh3cSecPathF1010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1398 }

.1.3.6.1.4.1.25506.1.1399
hh3cSecPathF1005 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1399 }

.1.3.6.1.4.1.25506.1.1400
hh3cSecPathF100-S-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1400 }

.1.3.6.1.4.1.25506.1.1401
hh3cSecPathF100-M-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1401 }

.1.3.6.1.4.1.25506.1.1402
hh3cSecPathF100-C-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1402 }

.1.3.6.1.4.1.25506.1.1403
hh3cWAC350 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1403 }

.1.3.6.1.4.1.25506.1.1404
hh3cWA4320-ACN-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1404 }

.1.3.6.1.4.1.25506.1.1405
hh3cWAP712C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1405 }

.1.3.6.1.4.1.25506.1.1406
hh3cSecPathS10500Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1406 }

.1.3.6.1.4.1.25506.1.1407
hh3cSecPathS7500EContext OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1407 }

.1.3.6.1.4.1.25506.1.1408
hh3cWX2560H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1408 }

.1.3.6.1.4.1.25506.1.1409
hh3cWX2560H-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1409 }

.1.3.6.1.4.1.25506.1.1410
hh3cMSG360-10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1410 }

.1.3.6.1.4.1.25506.1.1411
hh3cMSG360-20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1411 }

.1.3.6.1.4.1.25506.1.1412
hh3cMSG360-20N OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1412 }

.1.3.6.1.4.1.25506.1.1413
hh3cWX2510H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1413 }

.1.3.6.1.4.1.25506.1.1414
hh3cWX2510H-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1414 }

.1.3.6.1.4.1.25506.1.1415
hh3cWX2540H-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1415 }

.1.3.6.1.4.1.25506.1.1416
hh3cSecBlade4LSPM6FWD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1416 }

.1.3.6.1.4.1.25506.1.1417
hh3cS6820-56HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1417 }

.1.3.6.1.4.1.25506.1.1418
hh3cS6820-4C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1418 }

.1.3.6.1.4.1.25506.1.1419
hh3cS6890 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1419 }

.1.3.6.1.4.1.25506.1.1420
hh3cSecPathACG1000-AK110 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1420 }

.1.3.6.1.4.1.25506.1.1421
hh3cSecPathACG1000-AK120 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1421 }

.1.3.6.1.4.1.25506.1.1422
hh3cSecPathACG1000-AK130 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1422 }

.1.3.6.1.4.1.25506.1.1423
hh3cSecPathACG1000-AK140 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1423 }

.1.3.6.1.4.1.25506.1.1424
hh3cSecPathACG1000-AK150 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1424 }

.1.3.6.1.4.1.25506.1.1425
hh3cSecPathACG1000-AK160 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1425 }

.1.3.6.1.4.1.25506.1.1426
hh3cSecPathACG1000-AK170 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1426 }

.1.3.6.1.4.1.25506.1.1427
hh3cSecPathACG1000-AK180 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1427 }

.1.3.6.1.4.1.25506.1.1428
hh3cSecPathACG1000-BE-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1428 }

.1.3.6.1.4.1.25506.1.1429
hh3cSecPathACG1000-SE-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1429 }

.1.3.6.1.4.1.25506.1.1430
hh3cSecPathACG1005-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1430 }

.1.3.6.1.4.1.25506.1.1431
hh3cSecBlade3FWContext OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1431 }

.1.3.6.1.4.1.25506.1.1432
hh3cMINI-S26G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1432 }

.1.3.6.1.4.1.25506.1.1433
hh3cMINI-S26 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1433 }

.1.3.6.1.4.1.25506.1.1434
hh3cMINI-S9G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1434 }

.1.3.6.1.4.1.25506.1.1435
hh3cF100-C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1435 }

.1.3.6.1.4.1.25506.1.1436
hh3cF1000-AK110 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1436 }

.1.3.6.1.4.1.25506.1.1437
hh3cF1000-AK120 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1437 }

.1.3.6.1.4.1.25506.1.1438
hh3cF1000-AK130 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1438 }

.1.3.6.1.4.1.25506.1.1439
hh3cF1000-AK140 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1439 }

.1.3.6.1.4.1.25506.1.1440
hh3cF1000-AK150 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1440 }

.1.3.6.1.4.1.25506.1.1441
hh3cF1000-AK160 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1441 }

.1.3.6.1.4.1.25506.1.1442
hh3cF1000-AK170 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1442 }

.1.3.6.1.4.1.25506.1.1443
hh3cF1000-AK180 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1443 }

.1.3.6.1.4.1.25506.1.1444
hh3cF100-A-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1444 }

.1.3.6.1.4.1.25506.1.1445
hh3cF100-E-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1445 }

.1.3.6.1.4.1.25506.1.1446
hh3cF100-E-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1446 }

.1.3.6.1.4.1.25506.1.1447
hh3cF1000-S-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1447 }

.1.3.6.1.4.1.25506.1.1448
hh3cF1000-A-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1448 }

.1.3.6.1.4.1.25506.1.1449
hh3cF1000-E-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1449 }

.1.3.6.1.4.1.25506.1.1450
hh3cS5120-9P-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1450 }

.1.3.6.1.4.1.25506.1.1451
hh3cS5120-9P-HPOE-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1451 }

.1.3.6.1.4.1.25506.1.1452
hh3cS5120-28P-HPOE-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1452 }

.1.3.6.1.4.1.25506.1.1453
hh3cS5130-28F-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1453 }

.1.3.6.1.4.1.25506.1.1454
hh3cS5500V2-24P-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1454 }

.1.3.6.1.4.1.25506.1.1455
hh3cS5500V2-48P-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1455 }

.1.3.6.1.4.1.25506.1.1456
hh3cS5500V2-28F-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1456 }

.1.3.6.1.4.1.25506.1.1457
hh3cS5500V2-24P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1457 }

.1.3.6.1.4.1.25506.1.1458
hh3cS5500V2-28F-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1458 }

.1.3.6.1.4.1.25506.1.1459
hh3cS5500V2-48P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1459 }

.1.3.6.1.4.1.25506.1.1460
hh3cS5560X-30C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1460 }

.1.3.6.1.4.1.25506.1.1461
hh3cS5560X-54C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1461 }

.1.3.6.1.4.1.25506.1.1462
hh3cS5560X-30C-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1462 }

.1.3.6.1.4.1.25506.1.1463
hh3cS5560X-54C-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1463 }

.1.3.6.1.4.1.25506.1.1464
hh3cS5130-54C-PWR-HI-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1464 }

.1.3.6.1.4.1.25506.1.1465
hh3cS5560-38C-HI-XG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1465 }

.1.3.6.1.4.1.25506.1.1466
hh3cS5110-28P-PWR-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1466 }

.1.3.6.1.4.1.25506.1.1467
hh3cS5110-52P-PWR-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1467 }

.1.3.6.1.4.1.25506.1.1468
hh3cWX3010H-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1468 }

.1.3.6.1.4.1.25506.1.1469
hh3cWX3024H-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1469 }

.1.3.6.1.4.1.25506.1.1470
hh3cSecPathF5010-NSQZ1F5010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1470 }

.1.3.6.1.4.1.25506.1.1471
hh3cMSR2600-10-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1471 }

.1.3.6.1.4.1.25506.1.1472
hh3cMSR3610-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1472 }

.1.3.6.1.4.1.25506.1.1473
hh3cMSR3610-X1-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1473 }

.1.3.6.1.4.1.25506.1.1474
hh3cMSR3610-X1-DP-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1474 }

.1.3.6.1.4.1.25506.1.1475
hh3cSecBlade4-LSPM6FWD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1475 }

.1.3.6.1.4.1.25506.1.1476
hh3cMSR3600-28-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1476 }

.1.3.6.1.4.1.25506.1.1477
hh3cMSR3600-51-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1477 }

.1.3.6.1.4.1.25506.1.1478
hh3cMSR3600-51F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1478 }

.1.3.6.1.4.1.25506.1.1479
hh3cLSQM1WCMX40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1479 }

.1.3.6.1.4.1.25506.1.1480
hh3cLSUM1WCMX40RT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1480 }

.1.3.6.1.4.1.25506.1.1481
hh3cLSQM1WCMX20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1481 }

.1.3.6.1.4.1.25506.1.1482
hh3cLSUM1WCMX20RT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1482 }

.1.3.6.1.4.1.25506.1.1483
hh3cICG3000F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1483 }

.1.3.6.1.4.1.25506.1.1484
hh3cICG3000F-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1484 }

.1.3.6.1.4.1.25506.1.1485
hh3cICG5000G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1485 }

.1.3.6.1.4.1.25506.1.1486
hh3cMSR830-6EI-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1486 }

.1.3.6.1.4.1.25506.1.1487
hh3cMSR830-5BEI-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1487 }

.1.3.6.1.4.1.25506.1.1488
hh3cMSR830-10BEI-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1488 }

.1.3.6.1.4.1.25506.1.1489
hh3cMSR830-6BHI-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1489 }

.1.3.6.1.4.1.25506.1.1490
hh3cMSR830-10BHI-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1490 }

.1.3.6.1.4.1.25506.1.1491
hh3cS6520-52QF-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1491 }

.1.3.6.1.4.1.25506.1.1492
hh3cMSR3610-X1-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1492 }

.1.3.6.1.4.1.25506.1.1493
hh3cWX3010H-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1493 }

.1.3.6.1.4.1.25506.1.1494
hh3cEWPXM2WCMD0F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1494 }

.1.3.6.1.4.1.25506.1.1495
hh3cUIS-M8381 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1495 }

.1.3.6.1.4.1.25506.1.1496
hh3cUIS-M8381-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1496 }

.1.3.6.1.4.1.25506.1.1497
hh3cMSR810-LM-HK OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1497 }

.1.3.6.1.4.1.25506.1.1498
hh3cMSR810-W-LM-HK OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1498 }

.1.3.6.1.4.1.25506.1.1499
hh3cWA4320-ACN-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1499 }

.1.3.6.1.4.1.25506.1.1500
hh3cWA2620E-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1500 }

.1.3.6.1.4.1.25506.1.1501
hh3cWA4320H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1501 }

.1.3.6.1.4.1.25506.1.1502
hh3cWA2610H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1502 }

.1.3.6.1.4.1.25506.1.1503
hh3cS10508X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1503 }

.1.3.6.1.4.1.25506.1.1504
hh3cS7503E-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1504 }

.1.3.6.1.4.1.25506.1.1505
hh3cSecblade-IV-FW-context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1505 }

.1.3.6.1.4.1.25506.1.1506
hh3cSecPathS6800-LSWM1FWD0-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1506 }

.1.3.6.1.4.1.25506.1.1507
hh3cS6520-42QF-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1507 }

.1.3.6.1.4.1.25506.1.1508
hh3cS6520-48S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1508 }

.1.3.6.1.4.1.25506.1.1509
hh3cWT1020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1509 }

.1.3.6.1.4.1.25506.1.1510
hh3cWT1010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1510 }

.1.3.6.1.4.1.25506.1.1511
hh3cWT1004 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1511 }

.1.3.6.1.4.1.25506.1.1512
hh3cS5016PV2-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1512 }

.1.3.6.1.4.1.25506.1.1513
hh3cWX3510H-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1513 }

.1.3.6.1.4.1.25506.1.1514
hh3cWX3520H-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1514 }

.1.3.6.1.4.1.25506.1.1515
hh3cEWPXM1MAC0F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1515 }

.1.3.6.1.4.1.25506.1.1516
hh3cS68-ADE-LSWM1ADED0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1516 }

.1.3.6.1.4.1.25506.1.1517
hh3cS68-ADE-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1517 }

.1.3.6.1.4.1.25506.1.1518
hh3cS68-IPS-LSWM1IPSD0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1518 }

.1.3.6.1.4.1.25506.1.1519
hh3cS68-IPS-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1519 }

.1.3.6.1.4.1.25506.1.1520
hh3cS12508XS-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1520 }

.1.3.6.1.4.1.25506.1.1521
hh3cS12508M-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1521 }

.1.3.6.1.4.1.25506.1.1522
hh3cS5830X-54S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1522 }

.1.3.6.1.4.1.25506.1.1523
hh3cS5560X-30F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1523 }

.1.3.6.1.4.1.25506.1.1524
hh3cS5560X-54F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1524 }

.1.3.6.1.4.1.25506.1.1525
hh3cSecPathGAP2000-B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1525 }

.1.3.6.1.4.1.25506.1.1526
hh3cSecPathGAP2000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1526 }

.1.3.6.1.4.1.25506.1.1527
hh3cSecPathGAP2000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1527 }

.1.3.6.1.4.1.25506.1.1528
hh3cSPM-X1-10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1528 }

.1.3.6.1.4.1.25506.1.1529
hh3cSPM-X1-24 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1529 }

.1.3.6.1.4.1.25506.1.1530
hh3cWAC380-60 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1530 }

.1.3.6.1.4.1.25506.1.1531
hh3cWAC380-90 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1531 }

.1.3.6.1.4.1.25506.1.1532
hh3cWAC380-120 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1532 }

.1.3.6.1.4.1.25506.1.1533
hh3cMSG360-40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1533 }

.1.3.6.1.4.1.25506.1.1534
hh3cS7003E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1534 }

.1.3.6.1.4.1.25506.1.1535
hh3cS6800-54QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1535 }

.1.3.6.1.4.1.25506.1.1536
hh3cvLNS1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1536 }

.1.3.6.1.4.1.25506.1.1537
hh3cvLNS2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1537 }

.1.3.6.1.4.1.25506.1.1538
hh3cS6900-54HF-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1538 }

.1.3.6.1.4.1.25506.1.1539
hh3cSR88-SR0M1FWDFG0-SecBlade-IV-FW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1539 }

.1.3.6.1.4.1.25506.1.1540
hh3cSecPathSR88ContextModule OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1540 }

.1.3.6.1.4.1.25506.1.1541
hh3cWT1024-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1541 }

.1.3.6.1.4.1.25506.1.1542
hh3cWX3024H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1542 }

.1.3.6.1.4.1.25506.1.1543
hh3cWX3010H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1543 }

.1.3.6.1.4.1.25506.1.1544
hh3cACG1000-Blade-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1544 }

.1.3.6.1.4.1.25506.1.1545
hh3cACG1000-Blade-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1545 }

.1.3.6.1.4.1.25506.1.1546
hh3cS7603 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1546 }

.1.3.6.1.4.1.25506.1.1547
hh3cS7606 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1547 }

.1.3.6.1.4.1.25506.1.1548
hh3cS7610 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1548 }

.1.3.6.1.4.1.25506.1.1549
hh3cMSR830-10PBEI-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1549 }

.1.3.6.1.4.1.25506.1.1550
hh3cIE4300-12P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1550 }

.1.3.6.1.4.1.25506.1.1551
hh3cIE4300-6P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1551 }

.1.3.6.1.4.1.25506.1.1552
hh3cIE4300-8P-2S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1552 }

.1.3.6.1.4.1.25506.1.1553
hh3cMSR810-LUS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1553 }

.1.3.6.1.4.1.25506.1.1554
hh3cSecPath-ACG1000-BE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1554 }

.1.3.6.1.4.1.25506.1.1555
hh3cSecPath-ACG1000-SE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1555 }

.1.3.6.1.4.1.25506.1.1556
hh3cSecPath-F5080 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1556 }

.1.3.6.1.4.1.25506.1.1557
hh3cSecPath-F5060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1557 }

.1.3.6.1.4.1.25506.1.1558
hh3cSecPath-F5030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1558 }

.1.3.6.1.4.1.25506.1.1559
hh3cSecPath-F50X0-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1559 }

.1.3.6.1.4.1.25506.1.1560
hh3cS7503X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1560 }

.1.3.6.1.4.1.25506.1.1561
hh3cS7506X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1561 }

.1.3.6.1.4.1.25506.1.1562
hh3cS7510X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1562 }

.1.3.6.1.4.1.25506.1.1563
hh3cSecPath-F100-C80-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1563 }

.1.3.6.1.4.1.25506.1.1564
hh3cSecPath-F100-C60-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1564 }

.1.3.6.1.4.1.25506.1.1565
hh3cSecPath-F1000-AK109 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1565 }

.1.3.6.1.4.1.25506.1.1566
hh3cSecPath-F1000-AK108 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1566 }

.1.3.6.1.4.1.25506.1.1567
hh3cS5130S-28P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1567 }

.1.3.6.1.4.1.25506.1.1568
hh3cS5130S-28P-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1568 }

.1.3.6.1.4.1.25506.1.1569
hh3cS5130S-28S-PWR-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1569 }

.1.3.6.1.4.1.25506.1.1570
hh3cS5130S-28S-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1570 }

.1.3.6.1.4.1.25506.1.1571
hh3cS5130S-28S-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1571 }

.1.3.6.1.4.1.25506.1.1572
hh3cS5130S-52P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1572 }

.1.3.6.1.4.1.25506.1.1573
hh3cS5130S-52S-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1573 }

.1.3.6.1.4.1.25506.1.1574
hh3cS5130S-52S-PWR-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1574 }

.1.3.6.1.4.1.25506.1.1575
hh3cS5130-54C-PWR-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1575 }

.1.3.6.1.4.1.25506.1.1576
hh3cS5130S-52F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1576 }

.1.3.6.1.4.1.25506.1.1577
hh3cSR8816-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1577 }

.1.3.6.1.4.1.25506.1.1578
hh3cCR16018-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1578 }

.1.3.6.1.4.1.25506.1.1579
hh3cMSR810-LMS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1579 }

.1.3.6.1.4.1.25506.1.1580
hh3cM9008-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1580 }

.1.3.6.1.4.1.25506.1.1581
hh3cSecPathM9000-NSQM2FWDSC0-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1581 }

.1.3.6.1.4.1.25506.1.1582
hh3cNS316X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1582 }

.1.3.6.1.4.1.25506.1.1583
hh3cMSG360-4 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1583 }

.1.3.6.1.4.1.25506.1.1584
hh3cMSG360-4-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1584 }

.1.3.6.1.4.1.25506.1.1585
hh3cS5130S-28S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1585 }

.1.3.6.1.4.1.25506.1.1586
hh3cS5130S-52S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1586 }

.1.3.6.1.4.1.25506.1.1587
hh3cS5130S-28P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1587 }

.1.3.6.1.4.1.25506.1.1588
hh3cS5130S-52P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1588 }

.1.3.6.1.4.1.25506.1.1589
hh3cS5130S-28S-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1589 }

.1.3.6.1.4.1.25506.1.1590
hh3cS5130S-52S-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1590 }

.1.3.6.1.4.1.25506.1.1591
hh3cS6920-32H-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1591 }

.1.3.6.1.4.1.25506.1.1592
hh3cS6920-4F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1592 }

.1.3.6.1.4.1.25506.1.1593
hh3cS7006E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1593 }

.1.3.6.1.4.1.25506.1.1594
hh3cSecPath-L1000-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1594 }

.1.3.6.1.4.1.25506.1.1595
hh3cWX3024H-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1595 }

.1.3.6.1.4.1.25506.1.1596
hh3cHS526X-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1596 }

.1.3.6.1.4.1.25506.1.1597
hh3cHS552X-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1597 }

.1.3.6.1.4.1.25506.1.1598
hh3cHS552X-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1598 }

.1.3.6.1.4.1.25506.1.1599
hh3cHS616X-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1599 }

.1.3.6.1.4.1.25506.1.1600
hh3cS12508XC-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1600 }

.1.3.6.1.4.1.25506.1.1601
hh3cSecPathM9000-S-NSQM2FWDSCA0-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1601 }

.1.3.6.1.4.1.25506.1.1602
hh3cSecPath-M9000-NSQM1TGS32QSSG0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1602 }

.1.3.6.1.4.1.25506.1.1603
hh3cSecPath-S75E-S10500-LSQM1IPSDSC0-SecBlade-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1603 }

.1.3.6.1.4.1.25506.1.1604
hh3cSecPath-S75E-S10500-LSQM2ACGDSC0-SecBlade-IV-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1604 }

.1.3.6.1.4.1.25506.1.1605
hh3cSecPath-S75E-S10500-LSQM1ADEDSC0-SecBlade-IV-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1605 }

.1.3.6.1.4.1.25506.1.1606
hh3cSecPath-SR8800-X-IM-IPSX-IV-SecBlade-IV-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1606 }

.1.3.6.1.4.1.25506.1.1607
hh3cSecPath-SR8800-X-IM-ACGX-IV-SecBlade-IV-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1607 }

.1.3.6.1.4.1.25506.1.1608
hh3cS75E-S10500-SecBlade-IV-IPS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1608 }

.1.3.6.1.4.1.25506.1.1609
hh3cS75E-S10500-SecBlade-IV-ADE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1609 }

.1.3.6.1.4.1.25506.1.1610
hh3cS75E-S10500-SecBlade-IV-ACG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1610 }

.1.3.6.1.4.1.25506.1.1611
hh3cSR8800-X-SecBlade-IV-IPS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1611 }

.1.3.6.1.4.1.25506.1.1612
hh3cSR8800-X-SecBlade-IV-ACG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1612 }

.1.3.6.1.4.1.25506.1.1613
hh3cACG1000-Blade-X-SR88 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1613 }

.1.3.6.1.4.1.25506.1.1614
hh3cS1850-10P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1614 }

.1.3.6.1.4.1.25506.1.1615
hh3cS1850-28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1615 }

.1.3.6.1.4.1.25506.1.1616
hh3cS1850-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1616 }

.1.3.6.1.4.1.25506.1.1617
hh3cS1850-28P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1617 }

.1.3.6.1.4.1.25506.1.1618
hh3cS2626-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1618 }

.1.3.6.1.4.1.25506.1.1619
hh3cSecBlade-IV-ADE-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1619 }

.1.3.6.1.4.1.25506.1.1620
hh3cS6800-2C-FC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1620 }

.1.3.6.1.4.1.25506.1.1621
hh3cSecPath-W2000-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1621 }

.1.3.6.1.4.1.25506.1.1622
hh3cSecPath-A2000-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1622 }

.1.3.6.1.4.1.25506.1.1623
hh3cNSQM1TG8A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1623 }

.1.3.6.1.4.1.25506.1.1624
hh3cNSQM1QG2A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1624 }

.1.3.6.1.4.1.25506.1.1625
hh3cNSQM1GT8A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1625 }

.1.3.6.1.4.1.25506.1.1626
hh3cNSQM1GP8A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1626 }

.1.3.6.1.4.1.25506.1.1627
hh3cNSQM1GT4PFCA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1627 }

.1.3.6.1.4.1.25506.1.1628
hh3cS5560X-34S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1628 }

.1.3.6.1.4.1.25506.1.1629
hh3cS5560X-54S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1629 }

.1.3.6.1.4.1.25506.1.1630
hh3cS5500V2-34S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1630 }

.1.3.6.1.4.1.25506.1.1631
hh3cS5500V2-54S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1631 }

.1.3.6.1.4.1.25506.1.1632
hh3cS5500V2-30F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1632 }

.1.3.6.1.4.1.25506.1.1633
hh3cWP2024S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1633 }

.1.3.6.1.4.1.25506.1.1634
hh3cWP5024S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1634 }

.1.3.6.1.4.1.25506.1.1635
hh3cWP2008S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1635 }

.1.3.6.1.4.1.25506.1.1636
hh3cWP5008S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1636 }

.1.3.6.1.4.1.25506.1.1637
hh3cS3100V3-10TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1637 }

.1.3.6.1.4.1.25506.1.1638
hh3cS3100V3-10TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1638 }

.1.3.6.1.4.1.25506.1.1639
hh3cS5130S-10P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1639 }

.1.3.6.1.4.1.25506.1.1640
hh3cS5130S-10P-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1640 }

.1.3.6.1.4.1.25506.1.1641
hh3cCR19000-20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1641 }

.1.3.6.1.4.1.25506.1.1642
hh3cCR19000-MC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1642 }

.1.3.6.1.4.1.25506.1.1643
hh3cSR8808H-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1643 }

.1.3.6.1.4.1.25506.1.1644
hh3cCR16010H-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1644 }

.1.3.6.1.4.1.25506.1.1645
hh3cS3100V3-18TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1645 }

.1.3.6.1.4.1.25506.1.1646
hh3cS3100V3-28TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1646 }

.1.3.6.1.4.1.25506.1.1647
hh3cS3100V3-52TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1647 }

.1.3.6.1.4.1.25506.1.1648
hh3cS3100V3-20TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1648 }

.1.3.6.1.4.1.25506.1.1649
hh3cS3100V3-28TP-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1649 }

.1.3.6.1.4.1.25506.1.1650
hh3cS5130S-12TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1650 }

.1.3.6.1.4.1.25506.1.1651
hh3cS5130S-20P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1651 }

.1.3.6.1.4.1.25506.1.1652
hh3cS5130S-12TP-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1652 }

.1.3.6.1.4.1.25506.1.1653
hh3cS5130S-20P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1653 }

.1.3.6.1.4.1.25506.1.1654
hh3cS5528S-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1654 }

.1.3.6.1.4.1.25506.1.1655
hh3cS5552S-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1655 }

.1.3.6.1.4.1.25506.1.1656
hh3cS5528P-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1656 }

.1.3.6.1.4.1.25506.1.1657
hh3cS5552P-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1657 }

.1.3.6.1.4.1.25506.1.1658
hh3cS5528P-PWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1658 }

.1.3.6.1.4.1.25506.1.1659
hh3cS5552P-PWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1659 }

.1.3.6.1.4.1.25506.1.1660
hh3cWX1804H-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1660 }

.1.3.6.1.4.1.25506.1.1661
hh3cS10508X-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1661 }

.1.3.6.1.4.1.25506.1.1662
hh3cSecPath-F1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1662 }

.1.3.6.1.4.1.25506.1.1663
hh3cSecPath-L1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1663 }

.1.3.6.1.4.1.25506.1.1664
hh3cSecPath-T1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1664 }

.1.3.6.1.4.1.25506.1.1665
hh3cSecPath-F5000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1665 }

.1.3.6.1.4.1.25506.1.1666
hh3cSecPath-L5000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1666 }

.1.3.6.1.4.1.25506.1.1667
hh3cSecPath-T5000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1667 }

.1.3.6.1.4.1.25506.1.1668
hh3cSecPath-M9000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1668 }

.1.3.6.1.4.1.25506.1.1669
hh3cSecPath-T9000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1669 }

.1.3.6.1.4.1.25506.1.1670
hh3cSecBlade-Security-Module OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1670 }

.1.3.6.1.4.1.25506.1.1671
hh3cMSG360-10-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1671 }

.1.3.6.1.4.1.25506.1.1672
hh3cWX1810H-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1672 }

.1.3.6.1.4.1.25506.1.1673
hh3cWA5530 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1673 }

.1.3.6.1.4.1.25506.1.1674
hh3cWX3508H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1674 }

.1.3.6.1.4.1.25506.1.1675
hh3cWX1820H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1675 }

.1.3.6.1.4.1.25506.1.1676
hh3cWT2024-U OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1676 }

.1.3.6.1.4.1.25506.1.1677
hh3cWT1010-QU OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1677 }

.1.3.6.1.4.1.25506.1.1678
hh3cS5120V2-28P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1678 }

.1.3.6.1.4.1.25506.1.1679
hh3cS5120V2-52P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1679 }

.1.3.6.1.4.1.25506.1.1680
hh3cS5120V2-28P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1680 }

.1.3.6.1.4.1.25506.1.1681
hh3cS5120V2-28P-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1681 }

.1.3.6.1.4.1.25506.1.1682
hh3cS5120V2-28P-HPWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1682 }

.1.3.6.1.4.1.25506.1.1683
hh3cS5120V2-52P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1683 }

.1.3.6.1.4.1.25506.1.1684
hh3cS5120V2-52P-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1684 }

.1.3.6.1.4.1.25506.1.1685
hh3cMS4320S-28P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1685 }

.1.3.6.1.4.1.25506.1.1686
hh3cS5120V2-10P-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1686 }

.1.3.6.1.4.1.25506.1.1687
hh3cS5120V2-20P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1687 }

.1.3.6.1.4.1.25506.1.1688
hh3cS5120V2-10P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1688 }

.1.3.6.1.4.1.25506.1.1689
hh3cMS4320S-20P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1689 }

.1.3.6.1.4.1.25506.1.1690
hh3cS5120V2-10P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1690 }

.1.3.6.1.4.1.25506.1.1691
hh3cS5130S-28S-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1691 }

.1.3.6.1.4.1.25506.1.1692
hh3cS5130S-52S-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1692 }

.1.3.6.1.4.1.25506.1.1693
hh3cS5128S-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1693 }

.1.3.6.1.4.1.25506.1.1694
hh3cS5152S-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1694 }

.1.3.6.1.4.1.25506.1.1695
hh3cS5128P-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1695 }

.1.3.6.1.4.1.25506.1.1696
hh3cS5152P-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1696 }

.1.3.6.1.4.1.25506.1.1697
hh3cS5128P-PWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1697 }

.1.3.6.1.4.1.25506.1.1698
hh3cS5152P-PWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1698 }

.1.3.6.1.4.1.25506.1.1699
hh3cS5110P-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1699 }

.1.3.6.1.4.1.25506.1.1700
hh3cS5110P-PWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1700 }

.1.3.6.1.4.1.25506.1.1701
hh3cMSR3610-X1-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1701 }

.1.3.6.1.4.1.25506.1.1702
hh3cMSR3620-DP-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1702 }

.1.3.6.1.4.1.25506.1.1703
hh3cMSR2600-10-X1-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1703 }

.1.3.6.1.4.1.25506.1.1704
hh3cWT1024-X-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1704 }

.1.3.6.1.4.1.25506.1.1705
hh3cWT1010-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1705 }

.1.3.6.1.4.1.25506.1.1706
hh3cER3100G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1706 }

.1.3.6.1.4.1.25506.1.1707
hh3cER3200G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1707 }

.1.3.6.1.4.1.25506.1.1708
hh3cS6520XE-54QC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1708 }

.1.3.6.1.4.1.25506.1.1709
hh3cS6520XE-54HC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1709 }

.1.3.6.1.4.1.25506.1.1710
hh3cS10516X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1710 }

.1.3.6.1.4.1.25506.1.1711
hh3cIE4300-28P-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1711 }

.1.3.6.1.4.1.25506.1.1712
hh3cS5024FV2-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1712 }

.1.3.6.1.4.1.25506.1.1713
hh3cS5024PV2-EI-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1713 }

.1.3.6.1.4.1.25506.1.1714
hh3cS5048PV2-EI-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1714 }

.1.3.6.1.4.1.25506.1.1715
hh3cE128C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1715 }

.1.3.6.1.4.1.25506.1.1716
hh3cE152C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1716 }

.1.3.6.1.4.1.25506.1.1717
hh3cMS4200-28TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1717 }

.1.3.6.1.4.1.25506.1.1718
hh3cMS4320S-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1718 }

.1.3.6.1.4.1.25506.1.1719
hh3cS3100V3-10TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1719 }

.1.3.6.1.4.1.25506.1.1720
hh3cS3100V3-18TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1720 }

.1.3.6.1.4.1.25506.1.1721
hh3cS3100V3-28TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1721 }

.1.3.6.1.4.1.25506.1.1722
hh3cMS4200-18TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1722 }

.1.3.6.1.4.1.25506.1.1723
hh3cMS4200-20TP-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1723 }

.1.3.6.1.4.1.25506.1.1724
hh3cMS4200-28TP-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1724 }

.1.3.6.1.4.1.25506.1.1725
hh3cS3100V3-52TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1725 }

.1.3.6.1.4.1.25506.1.1726
hh3cS3100V3-28TP-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1726 }

.1.3.6.1.4.1.25506.1.1727
hh3cS3100V3-10TP-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1727 }

.1.3.6.1.4.1.25506.1.1728
hh3cS3100V3-20TP-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1728 }

.1.3.6.1.4.1.25506.1.1729
hh3cSecPath-S75E-LITE-LSQM2FWDSC0-SecBlade-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1729 }

.1.3.6.1.4.1.25506.1.1730
hh3cS75E-LITE-LSQM2FWDSC0-SecBlade-IV OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1730 }

.1.3.6.1.4.1.25506.1.1731
hh3cNSQM2AC1400-SecPath-M9000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1731 }

.1.3.6.1.4.1.25506.1.1732
hh3cNSQM2DC1400-SecPath-M9000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1732 }

.1.3.6.1.4.1.25506.1.1733
hh3cS6800-54QF-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1733 }

.1.3.6.1.4.1.25506.1.1734
hh3cS6800-54QT-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1734 }

.1.3.6.1.4.1.25506.1.1735
hh3cWA5620 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1735 }

.1.3.6.1.4.1.25506.1.1736
hh3cWA5620i-ACN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1736 }

.1.3.6.1.4.1.25506.1.1737
hh3cWA5620E-T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1737 }

.1.3.6.1.4.1.25506.1.1738
hh3cS12501X-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1738 }

.1.3.6.1.4.1.25506.1.1739
hh3cS6520X-30QC-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1739 }

.1.3.6.1.4.1.25506.1.1740
hh3cS6520X-54QC-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1740 }

.1.3.6.1.4.1.25506.1.1741
hh3cS6520X-30QC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1741 }

.1.3.6.1.4.1.25506.1.1742
hh3cS6520X-54QC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1742 }

.1.3.6.1.4.1.25506.1.1743
hh3cS6520X-30HC-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1743 }

.1.3.6.1.4.1.25506.1.1744
hh3cS6520X-54HC-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1744 }

.1.3.6.1.4.1.25506.1.1745
hh3cS6520X-30HC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1745 }

.1.3.6.1.4.1.25506.1.1746
hh3cS6520X-54HC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1746 }

.1.3.6.1.4.1.25506.1.1747
hh3cS6900-54QF-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1747 }

.1.3.6.1.4.1.25506.1.1748
hh3cMSR3610-I-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1748 }

.1.3.6.1.4.1.25506.1.1749
hh3cIE4500-28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1749 }

.1.3.6.1.4.1.25506.1.1750
hh3cF1000-AK115 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1750 }

.1.3.6.1.4.1.25506.1.1751
hh3cF1000-AK125 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1751 }

.1.3.6.1.4.1.25506.1.1752
hh3cF1000-AK135 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1752 }

.1.3.6.1.4.1.25506.1.1753
hh3cF1000-AK145 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1753 }

.1.3.6.1.4.1.25506.1.1754
hh3cF1000-AK155 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1754 }

.1.3.6.1.4.1.25506.1.1755
hh3cF1000-AK165 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1755 }

.1.3.6.1.4.1.25506.1.1756
hh3cF1000-AK175 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1756 }

.1.3.6.1.4.1.25506.1.1757
hh3cF1000-AK185 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1757 }

.1.3.6.1.4.1.25506.1.1758
hh3cS3210-16P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1758 }

.1.3.6.1.4.1.25506.1.1759
hh3cS3210-8P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1759 }

.1.3.6.1.4.1.25506.1.1760
hh3cSecPath-F5080-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1760 }

.1.3.6.1.4.1.25506.1.1761
hh3cSecPath-F5060-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1761 }

.1.3.6.1.4.1.25506.1.1762
hh3cSecPath-F5030-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1762 }

.1.3.6.1.4.1.25506.1.1763
hh3cSecPath-F50X0-D-NSQ1MPBHA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1763 }

.1.3.6.1.4.1.25506.1.1764
hh3cSecPath-F50X0-D-NSQM1MPULA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1764 }

.1.3.6.1.4.1.25506.1.1765
hh3cS5024PV3-HI-4X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1765 }

.1.3.6.1.4.1.25506.1.1766
hh3cE528D-X-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1766 }

.1.3.6.1.4.1.25506.1.1767
hh3cE552D-X-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1767 }

.1.3.6.1.4.1.25506.1.1768
hh3cE528C-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1768 }

.1.3.6.1.4.1.25506.1.1769
hh3cE552C-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1769 }

.1.3.6.1.4.1.25506.1.1770
hh3cE528C-X-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1770 }

.1.3.6.1.4.1.25506.1.1771
hh3cE552C-X-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1771 }

.1.3.6.1.4.1.25506.1.1772
hh3cE528C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1772 }

.1.3.6.1.4.1.25506.1.1773
hh3cE552C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1773 }

.1.3.6.1.4.1.25506.1.1774
hh3cE528C-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1774 }

.1.3.6.1.4.1.25506.1.1775
hh3cE552C-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1775 }

.1.3.6.1.4.1.25506.1.1776
hh3cSecPath-ACG1000-AK210 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1776 }

.1.3.6.1.4.1.25506.1.1777
hh3cSecPath-ACG1000-AK220 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1777 }

.1.3.6.1.4.1.25506.1.1778
hh3cSecPath-ACG1000-AK230 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1778 }

.1.3.6.1.4.1.25506.1.1779
hh3cSecPath-ACG1000-AK240 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1779 }

.1.3.6.1.4.1.25506.1.1780
hh3cSecPath-ACG1000-AK250 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1780 }

.1.3.6.1.4.1.25506.1.1781
hh3cSecPath-ACG1000-AK260 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1781 }

.1.3.6.1.4.1.25506.1.1782
hh3cSecPath-ACG1000-AK270 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1782 }

.1.3.6.1.4.1.25506.1.1783
hh3cSecPath-ACG1000-AK280 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1783 }

.1.3.6.1.4.1.25506.1.1784
hh3cSecPath-ACG1010-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1784 }

.1.3.6.1.4.1.25506.1.1785
hh3cSecPath-ACG1030-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1785 }

.1.3.6.1.4.1.25506.1.1786
hh3cSecPath-ACG1050-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1786 }

.1.3.6.1.4.1.25506.1.1787
hh3cWS5850-28X-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1787 }

.1.3.6.1.4.1.25506.1.1788
hh3cWS5850-52X-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1788 }

.1.3.6.1.4.1.25506.1.1789
hh3cWS5810-28P-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1789 }

.1.3.6.1.4.1.25506.1.1790
hh3cWS5820-28P-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1790 }

.1.3.6.1.4.1.25506.1.1791
hh3cWS5820-52X-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1791 }

.1.3.6.1.4.1.25506.1.1792
hh3cWS5820-28X-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1792 }

.1.3.6.1.4.1.25506.1.1793
hh3cWS5820-28X-POE-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1793 }

.1.3.6.1.4.1.25506.1.1794
hh3cWS5820-28TP-POE-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1794 }

.1.3.6.1.4.1.25506.1.1795
hh3cSecPath-AFC2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1795 }

.1.3.6.1.4.1.25506.1.1796
hh3cSecPath-AFC2040 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1796 }

.1.3.6.1.4.1.25506.1.1797
hh3cSecPath-AFC2100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1797 }

.1.3.6.1.4.1.25506.1.1798
hh3cSecPath-AFC2100-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1798 }

.1.3.6.1.4.1.25506.1.1799
hh3cSecPath-AFC2200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1799 }

.1.3.6.1.4.1.25506.1.1800
hh3cSecPath-AFC2600 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1800 }

.1.3.6.1.4.1.25506.1.1801
hh3cSecPath-F100-A-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1801 }

.1.3.6.1.4.1.25506.1.1802
hh3cSecPath-L1000-AK310 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1802 }

.1.3.6.1.4.1.25506.1.1803
hh3cSecPath-L1000-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1803 }

.1.3.6.1.4.1.25506.1.1804
hh3cSecPath-L1000-AK320 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1804 }

.1.3.6.1.4.1.25506.1.1805
hh3cSecPath-L100-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1805 }

.1.3.6.1.4.1.25506.1.1806
hh3cSecPath-L1000-AK330 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1806 }

.1.3.6.1.4.1.25506.1.1807
hh3cSecPath-F1000-C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1807 }

.1.3.6.1.4.1.25506.1.1808
hh3cMSR2600-6-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1808 }

.1.3.6.1.4.1.25506.1.1809
hh3cICG2000D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1809 }

.1.3.6.1.4.1.25506.1.1810
hh3cLA4616 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1810 }

.1.3.6.1.4.1.25506.1.1811
hh3cS5560S-28S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1811 }

.1.3.6.1.4.1.25506.1.1812
hh3cS5560S-52S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1812 }

.1.3.6.1.4.1.25506.1.1813
hh3cS5560S-28P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1813 }

.1.3.6.1.4.1.25506.1.1814
hh3cS5560S-52P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1814 }

.1.3.6.1.4.1.25506.1.1815
hh3cS5130S-28P-EI-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1815 }

.1.3.6.1.4.1.25506.1.1816
hh3cS5130S-52P-EI-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1816 }

.1.3.6.1.4.1.25506.1.1817
hh3cS5130S-28S-EI-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1817 }

.1.3.6.1.4.1.25506.1.1818
hh3cS5130S-52S-EI-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1818 }

.1.3.6.1.4.1.25506.1.1819
hh3cS5130S-28S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1819 }

.1.3.6.1.4.1.25506.1.1820
hh3cS5130S-52S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1820 }

.1.3.6.1.4.1.25506.1.1821
hh3cS5560S-28P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1821 }

.1.3.6.1.4.1.25506.1.1822
hh3cS5560S-52P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1822 }

.1.3.6.1.4.1.25506.1.1823
hh3cS5560S-28S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1823 }

.1.3.6.1.4.1.25506.1.1824
hh3cS5560S-52S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1824 }

.1.3.6.1.4.1.25506.1.1825
hh3cSecPath-L100-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1825 }

.1.3.6.1.4.1.25506.1.1826
hh3cS9820-64H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1826 }

.1.3.6.1.4.1.25506.1.1827
hh3cSecPath-T9008-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1827 }

.1.3.6.1.4.1.25506.1.1828
hh3cSecPath-T9000-S-NSQM2IPSDSCA0-SecBlade-IV-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1828 }

.1.3.6.1.4.1.25506.1.1829
hh3cWBC560 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1829 }

.1.3.6.1.4.1.25506.1.1830
hh3cS6860-54HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1830 }

.1.3.6.1.4.1.25506.1.1831
hh3cS6860-54HT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1831 }

.1.3.6.1.4.1.25506.1.1832
hh3cS6891 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1832 }

.1.3.6.1.4.1.25506.1.1833
hh3cS5560-54C-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1833 }

.1.3.6.1.4.1.25506.1.1834
hh3cS5560-54F-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1834 }

.1.3.6.1.4.1.25506.1.1835
hh3cS6520X-54XG-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1835 }

.1.3.6.1.4.1.25506.1.1836
hh3cS7503X-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1836 }

.1.3.6.1.4.1.25506.1.1837
hh3cS7506X-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1837 }

.1.3.6.1.4.1.25506.1.1838
hh3cS6520-16S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1838 }

.1.3.6.1.4.1.25506.1.1839
hh3cS6520-24S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1839 }

.1.3.6.1.4.1.25506.1.1840
hh3cS6520X-18C-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1840 }

.1.3.6.1.4.1.25506.1.1841
hh3cS6520X-26C-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1841 }

.1.3.6.1.4.1.25506.1.1842
hh3cS6520X-16ST-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1842 }

.1.3.6.1.4.1.25506.1.1843
hh3cS6520X-24ST-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1843 }

.1.3.6.1.4.1.25506.1.1844
hh3cS5130S-28TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1844 }

.1.3.6.1.4.1.25506.1.1845
hh3cS5130S-52TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1845 }

.1.3.6.1.4.1.25506.1.1846
hh3cS5130S-28F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1846 }

.1.3.6.1.4.1.25506.1.1847
hh3cS5130S-28MP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1847 }

.1.3.6.1.4.1.25506.1.1848
hh3cS5130S-10MS-UPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1848 }

.1.3.6.1.4.1.25506.1.1849
hh3cS5130S-28MP-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1849 }

.1.3.6.1.4.1.25506.1.1850
hh3cS5130S-52MP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1850 }

.1.3.6.1.4.1.25506.1.1851
hh3cMSR3620-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1851 }

.1.3.6.1.4.1.25506.1.1852
hh3cS5110V2-28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1852 }

.1.3.6.1.4.1.25506.1.1853
hh3cS5110V2-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1853 }

.1.3.6.1.4.1.25506.1.1854
hh3cS5110V2-52P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1854 }

.1.3.6.1.4.1.25506.1.1855
hh3cS5110V2-28P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1855 }

.1.3.6.1.4.1.25506.1.1856
hh3cS5110V2-52P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1856 }

.1.3.6.1.4.1.25506.1.1857
hh3cS5016PV3-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1857 }

.1.3.6.1.4.1.25506.1.1858
hh3cS5024PV3-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1858 }

.1.3.6.1.4.1.25506.1.1859
hh3cS5048PV3-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1859 }

.1.3.6.1.4.1.25506.1.1860
hh3cS5024PV3-EI-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1860 }

.1.3.6.1.4.1.25506.1.1861
hh3cS5048PV3-EI-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1861 }

.1.3.6.1.4.1.25506.1.1862
hh3cS5110V2-28P-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1862 }

.1.3.6.1.4.1.25506.1.1863
hh3cS5024PV3-EI-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1863 }

.1.3.6.1.4.1.25506.1.1864
hh3cS5024FV3-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1864 }

.1.3.6.1.4.1.25506.1.1865
hh3cS5552F-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1865 }

.1.3.6.1.4.1.25506.1.1866
hh3cS5560-30C-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1866 }

.1.3.6.1.4.1.25506.1.1867
hh3cS5560-30F-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1867 }

.1.3.6.1.4.1.25506.1.1868
hh3cSecPath-F50X0-D-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1868 }

.1.3.6.1.4.1.25506.1.1869
hh3cMS4300V2-28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1869 }

.1.3.6.1.4.1.25506.1.1870
hh3cMS4300V2-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1870 }

.1.3.6.1.4.1.25506.1.1871
hh3cWAC380-30 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1871 }

.1.3.6.1.4.1.25506.1.1872
hh3cWA5510E-T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1872 }

.1.3.6.1.4.1.25506.1.1873
hh3cCR19000-8 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1873 }

.1.3.6.1.4.1.25506.1.1874
hh3cCR19000-16 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1874 }

.1.3.6.1.4.1.25506.1.1875
hh3cS6380-54QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1875 }

.1.3.6.1.4.1.25506.1.1876
hh3cS6380-54QT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1876 }

.1.3.6.1.4.1.25506.1.1877
hh3cS6880-54HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1877 }

.1.3.6.1.4.1.25506.1.1878
hh3cSecPath-F5000-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1878 }

.1.3.6.1.4.1.25506.1.1879
hh3cSecPath-TAP2000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1879 }

.1.3.6.1.4.1.25506.1.1880
hh3cSecPath-TAP2000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1880 }

.1.3.6.1.4.1.25506.1.1881
hh3cSecPath-W2000-AK410 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1881 }

.1.3.6.1.4.1.25506.1.1882
hh3cSecPath-W2000-AK420 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1882 }

.1.3.6.1.4.1.25506.1.1883
hh3cSecPath-W2000-AK430 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1883 }

.1.3.6.1.4.1.25506.1.1884
hh3cSecPath-W2000-AK440 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1884 }

.1.3.6.1.4.1.25506.1.1885
hh3cSecPath-T5030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1885 }

.1.3.6.1.4.1.25506.1.1886
hh3cSecPath-T5000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1886 }

.1.3.6.1.4.1.25506.1.1887
hh3cSecPath-L5000-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1887 }

.1.3.6.1.4.1.25506.1.1888
hh3cSecPath-L5030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1888 }

.1.3.6.1.4.1.25506.1.1889
hh3cSecPath-L5060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1889 }

.1.3.6.1.4.1.25506.1.1890
hh3cSecPath-L5080 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1890 }

.1.3.6.1.4.1.25506.1.1891
hh3cSecPath-M9010-GM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1891 }

.1.3.6.1.4.1.25506.1.1892
hh3cWT1024-X-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1892 }

.1.3.6.1.4.1.25506.1.1893
hh3cWA5530-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1893 }

.1.3.6.1.4.1.25506.1.1894
hh3cSecPath-SysScan-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1894 }

.1.3.6.1.4.1.25506.1.1895
hh3cSecPath-SysScan-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1895 }

.1.3.6.1.4.1.25506.1.1896
hh3cSecPath-SysScan-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1896 }

.1.3.6.1.4.1.25506.1.1897
hh3cSecPath-SysScan-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1897 }

.1.3.6.1.4.1.25506.1.1898
hh3cSecPath-ACG1000-TE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1898 }

.1.3.6.1.4.1.25506.1.1899
hh3cSecPath-ACG1000-ME OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1899 }

.1.3.6.1.4.1.25506.1.1900
hh3cSecPath-ACG1000-AE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1900 }

.1.3.6.1.4.1.25506.1.1901
hh3cSecPath-ACG1000-EE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1901 }

.1.3.6.1.4.1.25506.1.1902
hh3cSecPath-ACG1000-PE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1902 }

.1.3.6.1.4.1.25506.1.1903
hh3cSecPath-ACG1000-XE1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1903 }

.1.3.6.1.4.1.25506.1.1904
hh3cSecPath-ACG1070-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1904 }

.1.3.6.1.4.1.25506.1.1905
hh3cSecPath-ACG1060-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1905 }

.1.3.6.1.4.1.25506.1.1906
hh3cMSR3600-51-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1906 }

.1.3.6.1.4.1.25506.1.1907
hh3cMSR3600-51-X1-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1907 }

.1.3.6.1.4.1.25506.1.1908
hh3cMSR3600-28-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1908 }

.1.3.6.1.4.1.25506.1.1909
hh3cMSR3600-28-X1-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1909 }

.1.3.6.1.4.1.25506.1.1910
hh3cSecPath-L50X0-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1910 }

.1.3.6.1.4.1.25506.1.1911
hh3cSecPath-T50X0-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1911 }

.1.3.6.1.4.1.25506.1.1912
hh3cS6890-30HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1912 }

.1.3.6.1.4.1.25506.1.1913
hh3cS6850-56HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1913 }

.1.3.6.1.4.1.25506.1.1914
hh3cS9850-4C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1914 }

.1.3.6.1.4.1.25506.1.1915
hh3cMSR3610-IE-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1915 }

.1.3.6.1.4.1.25506.1.1916
hh3cMSR3610-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1916 }

.1.3.6.1.4.1.25506.1.1917
hh3cR3900-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1917 }

.1.3.6.1.4.1.25506.1.1918
hh3cIE4500-12P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1918 }

.1.3.6.1.4.1.25506.1.1919
hh3cIE4550-12P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1919 }

.1.3.6.1.4.1.25506.1.1920
hh3cS6520X-26MC-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1920 }

.1.3.6.1.4.1.25506.1.1921
hh3cS6520X-26MC-UPWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1921 }

.1.3.6.1.4.1.25506.1.1922
hh3cS5552S-EI-D-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1922 }

.1.3.6.1.4.1.25506.1.1923
hh3cS5552P-EI-D-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1923 }

.1.3.6.1.4.1.25506.1.1924
hh3cS5152P-EI-D-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1924 }

.1.3.6.1.4.1.25506.1.1925
hh3cS5552P-PWR-EI-D-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1925 }

.1.3.6.1.4.1.25506.1.1926
hh3cS5530F-EI-D-H5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1926 }

.1.3.6.1.4.1.25506.1.1929
hh3cSecPath-W2010-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1929 }

.1.3.6.1.4.1.25506.1.1930
hh3cSecPath-W2020-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1930 }

.1.3.6.1.4.1.25506.1.1931
hh3cSecPath-W2040-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1931 }

.1.3.6.1.4.1.25506.1.1932
hh3cSecPath-W2080-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1932 }

.1.3.6.1.4.1.25506.1.1933
hh3cSecPath-W2200-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1933 }

.1.3.6.1.4.1.25506.1.1934
hh3cS5528F-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1934 }

.1.3.6.1.4.1.25506.1.1935
hh3cS5528S-PWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1935 }

.1.3.6.1.4.1.25506.1.1936
hh3cSecPath-D2010-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1936 }

.1.3.6.1.4.1.25506.1.1937
hh3cSecPath-D2020-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1937 }

.1.3.6.1.4.1.25506.1.1938
hh3cSecPath-D2030-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1938 }

.1.3.6.1.4.1.25506.1.1939
hh3cSecPath-D2050-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1939 }

.1.3.6.1.4.1.25506.1.1940
hh3cSecPath-T5060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1940 }

.1.3.6.1.4.1.25506.1.1941
hh3cSecPath-T5080 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1941 }

.1.3.6.1.4.1.25506.1.1942
hh3cWAC381 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1942 }

.1.3.6.1.4.1.25506.1.1943
hh3cSecPath-A2020-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1943 }

.1.3.6.1.4.1.25506.1.1944
hh3cSecPath-A2100-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1944 }

.1.3.6.1.4.1.25506.1.1945
hh3cSecPath-A2200-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1945 }

.1.3.6.1.4.1.25506.1.1946
hh3cSecPath-A2000-AK610 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1946 }

.1.3.6.1.4.1.25506.1.1947
hh3cSecPath-A2000-AK620 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1947 }

.1.3.6.1.4.1.25506.1.1948
hh3cSecPath-F5000-AK515 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1948 }

.1.3.6.1.4.1.25506.1.1949
hh3cSecPath-F5000-AK515-context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1949 }

.1.3.6.1.4.1.25506.1.1950
hh3cWX1840H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1950 }

.1.3.6.1.4.1.25506.1.1951
hh3cWX3840H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1951 }

.1.3.6.1.4.1.25506.1.1952
hh3cWX3820H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1952 }

.1.3.6.1.4.1.25506.1.1953
hh3cMSR830-6HI-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1953 }

.1.3.6.1.4.1.25506.1.1954
hh3cMSR830-10EI-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1954 }

.1.3.6.1.4.1.25506.1.1955
hh3cMSR830-10HI-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1955 }

.1.3.6.1.4.1.25506.1.1956
hh3cSecPath-F100-C-A5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1956 }

.1.3.6.1.4.1.25506.1.1957
hh3cMS4620-16S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1957 }

.1.3.6.1.4.1.25506.1.1958
hh3cS5000-16X-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1958 }

.1.3.6.1.4.1.25506.1.1959
hh3cISE3000-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1959 }

.1.3.6.1.4.1.25506.1.1960
hh3cISE3000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1960 }

.1.3.6.1.4.1.25506.1.1961
hh3cIG4500-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1961 }

.1.3.6.1.4.1.25506.1.1962
hh3cLA4616-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1962 }

.1.3.6.1.4.1.25506.1.1963
hh3cLA4616-X1-LM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1963 }

.1.3.6.1.4.1.25506.1.1964
hh3cLSQM1WBCZ720 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1964 }

.1.3.6.1.4.1.25506.1.1965
hh3cLSUM1WBCZ720RT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1965 }

.1.3.6.1.4.1.25506.1.1966
hh3cSecPath-F1000-C8160 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1966 }

.1.3.6.1.4.1.25506.1.1967
hh3cSecPath-F1000-C8170 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1967 }

.1.3.6.1.4.1.25506.1.1968
hh3cSecPath-F1000-C8180 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1968 }

.1.3.6.1.4.1.25506.1.1969
hh3c-IG550 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1969 }

.1.3.6.1.4.1.25506.1.1970
hh3cSecPath-F1000-C8120 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1970 }

.1.3.6.1.4.1.25506.1.1971
hh3cSecPath-F1000-C8130 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1971 }

.1.3.6.1.4.1.25506.1.1972
hh3cSecPath-F1000-C8150 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1972 }

.1.3.6.1.4.1.25506.1.1973
hh3cS6860-30HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1973 }

.1.3.6.1.4.1.25506.1.1974
hh3cIE4300-12P-PWR-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1974 }

.1.3.6.1.4.1.25506.1.1975
hh3cMS4520V2-28S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1975 }

.1.3.6.1.4.1.25506.1.1976
hh3cMS4520V2-30F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1976 }

.1.3.6.1.4.1.25506.1.1977
hh3cMS4520V2-24TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1977 }

.1.3.6.1.4.1.25506.1.1978
hh3cMS4320V2-28S-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1978 }

.1.3.6.1.4.1.25506.1.1979
hh3cMS4320V2-52S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1979 }

.1.3.6.1.4.1.25506.1.1980
hh3cMS4320V2-28S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1980 }

.1.3.6.1.4.1.25506.1.1981
hh3cMS4320V2-28F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1981 }

.1.3.6.1.4.1.25506.1.1982
hh3cMS4320S-28F-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1982 }

.1.3.6.1.4.1.25506.1.1983
hh3cMS4320S-28P-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1983 }

.1.3.6.1.4.1.25506.1.1984
hh3cMS4048P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1984 }

.1.3.6.1.4.1.25506.1.1985
hh3cMS4048 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1985 }

.1.3.6.1.4.1.25506.1.1986
hh3cNS128 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1986 }

.1.3.6.1.4.1.25506.1.1987
hh3cNS152 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1987 }

.1.3.6.1.4.1.25506.1.1988
hh3cS5024E-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1988 }

.1.3.6.1.4.1.25506.1.1989
hh3cS5048E-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1989 }

.1.3.6.1.4.1.25506.1.1990
hh3cS1850-28X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1990 }

.1.3.6.1.4.1.25506.1.1991
hh3cS1850-52X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1991 }

.1.3.6.1.4.1.25506.1.1992
hh3cS5024E-PWR-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1992 }

.1.3.6.1.4.1.25506.1.1993
hh3cS5048E-PWR-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1993 }

.1.3.6.1.4.1.25506.1.1994
hh3cS1850-28X-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1994 }

.1.3.6.1.4.1.25506.1.1995
hh3cS1850-52X-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1995 }

.1.3.6.1.4.1.25506.1.1996
hh3cWS5820-28P-POE-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1996 }

.1.3.6.1.4.1.25506.1.1997
hh3cWS5850-28F-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1997 }

.1.3.6.1.4.1.25506.1.1998
hh3cWS5850-28TP-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1998 }

.1.3.6.1.4.1.25506.1.1999
hh3cWS5850-52TP-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 1999 }

.1.3.6.1.4.1.25506.1.2000
hh3cWS5820-52TP-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2000 }

.1.3.6.1.4.1.25506.1.2001
hh3cUAP300 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2001 }

.1.3.6.1.4.1.25506.1.2002
hh3cWA5630X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2002 }

.1.3.6.1.4.1.25506.1.2003
hh3cWA5320X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2003 }

.1.3.6.1.4.1.25506.1.2004
hh3cWA5320i OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2004 }

.1.3.6.1.4.1.25506.1.2005
hh3cWA5320X-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2005 }

.1.3.6.1.4.1.25506.1.2006
hh3cWA5320X-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2006 }

.1.3.6.1.4.1.25506.1.2007
hh3cUAP380 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2007 }

.1.3.6.1.4.1.25506.1.2008
hh3cWAP723-W2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2008 }

.1.3.6.1.4.1.25506.1.2009
hh3cWAP722X-W2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2009 }

.1.3.6.1.4.1.25506.1.2010
hh3cWA5520-T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2010 }

.1.3.6.1.4.1.25506.1.2011
hh3cWA5320-TI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2011 }

.1.3.6.1.4.1.25506.1.2012
hh3cWA538-WW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2012 }

.1.3.6.1.4.1.25506.1.2013
hh3cWA536-WW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2013 }

.1.3.6.1.4.1.25506.1.2014
hh3cWA530X-WW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2014 }

.1.3.6.1.4.1.25506.1.2015
hh3cWA5620X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2015 }

.1.3.6.1.4.1.25506.1.2016
hh3cWA560-WW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2016 }

.1.3.6.1.4.1.25506.1.2017
hh3cSecPath-F100-C50-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2017 }

.1.3.6.1.4.1.25506.1.2018
hh3cSecPath-F1000-C8110 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2018 }

.1.3.6.1.4.1.25506.1.2019
hh3cSR8808M-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2019 }

.1.3.6.1.4.1.25506.1.2020
hh3cCR16010M-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2020 }

.1.3.6.1.4.1.25506.1.2021
hh3cCR16018F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2021 }

.1.3.6.1.4.1.25506.1.2022
hh3cCR16010HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2022 }

.1.3.6.1.4.1.25506.1.2023
hh3cSR8808-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2023 }

.1.3.6.1.4.1.25506.1.2024
hh3cCR16010-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2024 }

.1.3.6.1.4.1.25506.1.2025
hh3cS6900-54HQF-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2025 }

.1.3.6.1.4.1.25506.1.2026
hh3cWA530-WW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2026 }

.1.3.6.1.4.1.25506.1.2027
hh3cF1000-AK710 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2027 }

.1.3.6.1.4.1.25506.1.2028
hh3cF1000-AK711 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2028 }

.1.3.6.1.4.1.25506.1.2029
hh3cSecPath-F1070-GM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2029 }

.1.3.6.1.4.1.25506.1.2030
hh3cSecPath-F5020-GM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2030 }

.1.3.6.1.4.1.25506.1.2031
hh3cWX2560H-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2031 }

.1.3.6.1.4.1.25506.1.2032
hh3cWX3508H-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2032 }

.1.3.6.1.4.1.25506.1.2033
hh3cWX2510H-PWR-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2033 }

.1.3.6.1.4.1.25506.1.2034
hh3cSecPath-F1003-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2034 }

.1.3.6.1.4.1.25506.1.2035
hh3cSecPath-F1005-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2035 }

.1.3.6.1.4.1.25506.1.2036
hh3cMSR810-LM-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2036 }

.1.3.6.1.4.1.25506.1.2037
hh3cMSR810-W-LM-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2037 }

.1.3.6.1.4.1.25506.1.2038
hh3cMSR830-6EI-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2038 }

.1.3.6.1.4.1.25506.1.2039
hh3cMSR2600-6-X1-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2039 }

.1.3.6.1.4.1.25506.1.2040
hh3cMSR3600-28-SI-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2040 }

.1.3.6.1.4.1.25506.1.2041
hh3cMSR810-LM-CNDE-SJK OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2041 }

.1.3.6.1.4.1.25506.1.2042
hh3cRX880008 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2042 }

.1.3.6.1.4.1.25506.1.2043
hh3cRX880016 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2043 }

.1.3.6.1.4.1.25506.1.2044
hh3cS10506X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2044 }

.1.3.6.1.4.1.25506.1.2045
hh3cS10510X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2045 }

.1.3.6.1.4.1.25506.1.2046
hh3cWT1024-Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2046 }

.1.3.6.1.4.1.25506.1.2047
hh3cWT1024-X-Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2047 }

.1.3.6.1.4.1.25506.1.2048
hh3cWT1024-X-QH OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2048 }

.1.3.6.1.4.1.25506.1.2049
hh3cSecPath-ACG1000-V50 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2049 }

.1.3.6.1.4.1.25506.1.2050
hh3cSecPath-ACG1000-V100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2050 }

.1.3.6.1.4.1.25506.1.2051
hh3cSecPath-ACG1000-V200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2051 }

.1.3.6.1.4.1.25506.1.2052
hh3cSecPath-ACG1000-V400 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2052 }

.1.3.6.1.4.1.25506.1.2053
hh3cSecPath-ACG1000-AK205 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2053 }

.1.3.6.1.4.1.25506.1.2054
hh3cSecPath-F1000-C8102 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2054 }

.1.3.6.1.4.1.25506.1.2055
hh3cSecPath-DLP2040-N OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2055 }

.1.3.6.1.4.1.25506.1.2056
hh3cSecPath-DLP2100-N OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2056 }

.1.3.6.1.4.1.25506.1.2057
hh3cSecPath-DLP2040-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2057 }

.1.3.6.1.4.1.25506.1.2058
hh3cSecPath-DLP2040-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2058 }

.1.3.6.1.4.1.25506.1.2059
hh3cSecPath-DLP2100-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2059 }

.1.3.6.1.4.1.25506.1.2060
hh3cIG4300-L-R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2060 }

.1.3.6.1.4.1.25506.1.2061
hh3cIG4300-R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2061 }

.1.3.6.1.4.1.25506.1.2062
hh3cvEPC3200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2062 }

.1.3.6.1.4.1.25506.1.2063
hh3cWAS6124-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2063 }

.1.3.6.1.4.1.25506.1.2064
hh3cWAS6124-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2064 }

.1.3.6.1.4.1.25506.1.2065
hh3cWAS6148-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2065 }

.1.3.6.1.4.1.25506.1.2066
hh3cMSR830-4LM-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2066 }

.1.3.6.1.4.1.25506.1.2067
hh3cSecPath-F100-C-A6 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2067 }

.1.3.6.1.4.1.25506.1.2068
hh3cSecPath-F100-C-A3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2068 }

.1.3.6.1.4.1.25506.1.2069
hh3cSecPath-F100-C-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2069 }

.1.3.6.1.4.1.25506.1.2070
hh3cSecPath-F100-S-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2070 }

.1.3.6.1.4.1.25506.1.2071
hh3cSecPath-F100-A-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2071 }

.1.3.6.1.4.1.25506.1.2072
hh3cSecPath-F1000-C-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2072 }

.1.3.6.1.4.1.25506.1.2073
hh3cSecPath-F1020-GM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2073 }

.1.3.6.1.4.1.25506.1.2074
hh3cS6860-30HT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2074 }

.1.3.6.1.4.1.25506.1.2075
hh3cSecPath-AFC2020-R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2075 }

.1.3.6.1.4.1.25506.1.2076
hh3cSecPath-AFC2040-R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2076 }

.1.3.6.1.4.1.25506.1.2077
hh3cS5560S-28S-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2077 }

.1.3.6.1.4.1.25506.1.2078
hh3cS5560S-52S-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2078 }

.1.3.6.1.4.1.25506.1.2079
hh3cSecCenter-CSAP-NTA-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2079 }

.1.3.6.1.4.1.25506.1.2080
hh3cSecCenter-CSAP-NTA-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2080 }

.1.3.6.1.4.1.25506.1.2081
hh3cSecCenter-CSAP-NTA-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2081 }

.1.3.6.1.4.1.25506.1.2082
hh3cSecCenter-CSAP-ATD-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2082 }

.1.3.6.1.4.1.25506.1.2084
hh3cS9850-32H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2084 }

.1.3.6.1.4.1.25506.1.2085
hh3cS6850-2C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2085 }

.1.3.6.1.4.1.25506.1.2086
hh3cCPE3200-18 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2086 }

.1.3.6.1.4.1.25506.1.2087
hh3cSecPath-F100-C-A3-W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2087 }

.1.3.6.1.4.1.25506.1.2088
hh3cSecPath-F100-C-A5-W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2088 }

.1.3.6.1.4.1.25506.1.2089
hh3cSecPath-F100-C-A6-WL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2089 }

.1.3.6.1.4.1.25506.1.2090
hh3cEPC3208 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2090 }

.1.3.6.1.4.1.25506.1.2091
hh3cmcBBU3200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2091 }

.1.3.6.1.4.1.25506.1.2092
hh3cS5500V2-28C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2092 }

.1.3.6.1.4.1.25506.1.2093
hh3cSecPath-F1090 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2093 }

.1.3.6.1.4.1.25506.1.2094
hh3cSecPath-F1090-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2094 }

.1.3.6.1.4.1.25506.1.2095
hh3cMSG360-22L-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2095 }

.1.3.6.1.4.1.25506.1.2096
hh3cRX8800-08 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2096 }

.1.3.6.1.4.1.25506.1.2097
hh3cRX8800-16 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2097 }

.1.3.6.1.4.1.25506.1.2098
hh3cMSG360-10s OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2098 }

.1.3.6.1.4.1.25506.1.2099
hh3cS5130S-28F-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2099 }

.1.3.6.1.4.1.25506.1.2100
hh3cS5560S-28F-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2100 }

.1.3.6.1.4.1.25506.1.2101
hh3cMS4200-10TP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2101 }

.1.3.6.1.4.1.25506.1.2102
hh3cMS4300V2-10P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2102 }

.1.3.6.1.4.1.25506.1.2103
hh3cSecPath-F5030-6GW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2103 }

.1.3.6.1.4.1.25506.1.2104
hh3cSecPath-AVG2000-B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2104 }

.1.3.6.1.4.1.25506.1.2105
hh3cSecPath-AVG2000-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2105 }

.1.3.6.1.4.1.25506.1.2106
hh3cSecPath-AVG2000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2106 }

.1.3.6.1.4.1.25506.1.2107
hh3cSecPath-T5000-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2107 }

.1.3.6.1.4.1.25506.1.2108
hh3cSecPath-F1000-ServerBlade-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2108 }

.1.3.6.1.4.1.25506.1.2109
hh3cSecPath-F1000-ServerBlade-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2109 }

.1.3.6.1.4.1.25506.1.2110
hh3cmcBBU3100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2110 }

.1.3.6.1.4.1.25506.1.2111
hh3cWX5860H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2111 }

.1.3.6.1.4.1.25506.1.2112
hh3cSecPath-M9000-E8 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2112 }

.1.3.6.1.4.1.25506.1.2113
hh3cSecPath-M9000-E16 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2113 }

.1.3.6.1.4.1.25506.1.2114
hh3cSecPath-M9012-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2114 }

.1.3.6.1.4.1.25506.1.2115
hh3cMSR2630-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2115 }

.1.3.6.1.4.1.25506.1.2116
hh3cMSR3600-28-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2116 }

.1.3.6.1.4.1.25506.1.2117
hh3cMSR3610-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2117 }

.1.3.6.1.4.1.25506.1.2118
hh3cMSR3620-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2118 }

.1.3.6.1.4.1.25506.1.2119
hh3cMSR3610-I-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2119 }

.1.3.6.1.4.1.25506.1.2120
hh3cMSR3610-IE-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2120 }

.1.3.6.1.4.1.25506.1.2121
hh3cSecPath-D2000-V100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2121 }

.1.3.6.1.4.1.25506.1.2122
hh3cSecPath-M9000-S-6GW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2122 }

.1.3.6.1.4.1.25506.1.2123
hh3cS6550XE-56HF-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2123 }

.1.3.6.1.4.1.25506.1.2124
hh3cS6520-22SG-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2124 }

.1.3.6.1.4.1.25506.1.2125
hh3cS6520-30SG-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2125 }

.1.3.6.1.4.1.25506.1.2126
hh3cS5000-22XG-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2126 }

.1.3.6.1.4.1.25506.1.2127
hh3cS5000-30XG-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2127 }

.1.3.6.1.4.1.25506.1.2128
hh3cSecPath-F3010-I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2128 }

.1.3.6.1.4.1.25506.1.2129
hh3cSecPath-F3110-I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2129 }

.1.3.6.1.4.1.25506.1.2130
hh3cSecPath-A3010-I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2130 }

.1.3.6.1.4.1.25506.1.2131
hh3cSecPath-A3110-I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2131 }

.1.3.6.1.4.1.25506.1.2132
hh3cNSQ1F1TGS6A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2132 }

.1.3.6.1.4.1.25506.1.2133
hh3cRA5100-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2133 }

.1.3.6.1.4.1.25506.1.2134
hh3cRA5200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2134 }

.1.3.6.1.4.1.25506.1.2135
hh3cRA5300 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2135 }

.1.3.6.1.4.1.25506.1.2136
hh3cS6861-54QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2136 }

.1.3.6.1.4.1.25506.1.2137
hh3cS6861-54QT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2137 }

.1.3.6.1.4.1.25506.1.2138
hh3cS6861-30QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2138 }

.1.3.6.1.4.1.25506.1.2139
hh3cMER3220 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2139 }

.1.3.6.1.4.1.25506.1.2140
hh3cMER5200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2140 }

.1.3.6.1.4.1.25506.1.2141
hh3cMER8300 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2141 }

.1.3.6.1.4.1.25506.1.2142
hh3cMSR810-LMS-EA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2142 }

.1.3.6.1.4.1.25506.1.2143
hh3cMSR2600-6-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2143 }

.1.3.6.1.4.1.25506.1.2144
hh3cICG3000G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2144 }

.1.3.6.1.4.1.25506.1.2145
hh3cIG4510-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2145 }

.1.3.6.1.4.1.25506.1.2146
hh3cIG4520-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2146 }

.1.3.6.1.4.1.25506.1.2147
hh3cMSR810-LME OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2147 }

.1.3.6.1.4.1.25506.1.2148
hh3cLS-12516G-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2148 }

.1.3.6.1.4.1.25506.1.2149
hh3cLS-12508G-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2149 }

.1.3.6.1.4.1.25506.1.2150
hh3cF1000-AI-90 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2150 }

.1.3.6.1.4.1.25506.1.2151
hh3cF1000-AI-80 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2151 }

.1.3.6.1.4.1.25506.1.2152
hh3cF1000-AI-70 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2152 }

.1.3.6.1.4.1.25506.1.2153
hh3cF1000-AI-60 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2153 }

.1.3.6.1.4.1.25506.1.2154
hh3cSecPath-AFC2020-D-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2154 }

.1.3.6.1.4.1.25506.1.2155
hh3cSecPath-AFC2120-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2155 }

.1.3.6.1.4.1.25506.1.2156
hh3cF1000-AK1414 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2156 }

.1.3.6.1.4.1.25506.1.2157
hh3cF1000-AK1424 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2157 }

.1.3.6.1.4.1.25506.1.2158
hh3cF1000-AK1434 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2158 }

.1.3.6.1.4.1.25506.1.2159
hh3cF1000-AK1514 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2159 }

.1.3.6.1.4.1.25506.1.2160
hh3cF1000-AK1524 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2160 }

.1.3.6.1.4.1.25506.1.2161
hh3cF1000-AK1534 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2161 }

.1.3.6.1.4.1.25506.1.2162
hh3cF1000-AK1614 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2162 }

.1.3.6.1.4.1.25506.1.2163
hh3cF1000-AI-50 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2163 }

.1.3.6.1.4.1.25506.1.2164
hh3cF1000-AI-30 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2164 }

.1.3.6.1.4.1.25506.1.2165
hh3cF1000-AI-20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2165 }

.1.3.6.1.4.1.25506.1.2166
hh3cF5000-AI-20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2166 }

.1.3.6.1.4.1.25506.1.2167
hh3cF5000-AI-40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2167 }

.1.3.6.1.4.1.25506.1.2168
hh3cF5000-AK525 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2168 }

.1.3.6.1.4.1.25506.1.2169
hh3cF1000-AK1110 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2169 }

.1.3.6.1.4.1.25506.1.2170
hh3cF1000-AK1120 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2170 }

.1.3.6.1.4.1.25506.1.2171
hh3cF1000-AK1130 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2171 }

.1.3.6.1.4.1.25506.1.2172
hh3cF1000-AK1140 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2172 }

.1.3.6.1.4.1.25506.1.2173
hh3cF1000-AK1212 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2173 }

.1.3.6.1.4.1.25506.1.2174
hh3cF1000-AK1222 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2174 }

.1.3.6.1.4.1.25506.1.2175
hh3cF1000-AK1232 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2175 }

.1.3.6.1.4.1.25506.1.2176
hh3cF1000-AK1312 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2176 }

.1.3.6.1.4.1.25506.1.2177
hh3cF1000-AK1322 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2177 }

.1.3.6.1.4.1.25506.1.2178
hh3cF1000-AK1332 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2178 }

.1.3.6.1.4.1.25506.1.2179
hh3cF1000-GM-AK370 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2179 }

.1.3.6.1.4.1.25506.1.2180
hh3cF1000-GM-AK380 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2180 }

.1.3.6.1.4.1.25506.1.2181
hh3cT1000-AK340 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2181 }

.1.3.6.1.4.1.25506.1.2182
hh3cT1000-AK350 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2182 }

.1.3.6.1.4.1.25506.1.2187
hh3cWA5320X-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2187 }

.1.3.6.1.4.1.25506.1.2188
hh3cWA5330 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2188 }

.1.3.6.1.4.1.25506.1.2189
hh3cWA5530X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2189 }

.1.3.6.1.4.1.25506.1.2190
hh3cS6520X-10XT-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2190 }

.1.3.6.1.4.1.25506.1.2191
hh3cS6520X-16XT-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2191 }

.1.3.6.1.4.1.25506.1.2192
hh3cSecPath-A2000-AK605 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2192 }

.1.3.6.1.4.1.25506.1.2193
hh3cSecPath-A2000-AK630 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2193 }

.1.3.6.1.4.1.25506.1.2194
hh3cSecPath-D2000-AK660 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2194 }

.1.3.6.1.4.1.25506.1.2195
hh3cSecPath-SysScan-AK810 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2195 }

.1.3.6.1.4.1.25506.1.2196
hh3cSecPath-GAP2000-AK820 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2196 }

.1.3.6.1.4.1.25506.1.2197
hh3cF1000-920-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2197 }

.1.3.6.1.4.1.25506.1.2198
hh3cF1000-930-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2198 }

.1.3.6.1.4.1.25506.1.2199
hh3cF1000-950-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2199 }

.1.3.6.1.4.1.25506.1.2200
hh3cF1000-960-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2200 }

.1.3.6.1.4.1.25506.1.2201
hh3cF1000-970-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2201 }

.1.3.6.1.4.1.25506.1.2202
hh3cF1000-980-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2202 }

.1.3.6.1.4.1.25506.1.2203
hh3cF1000-990-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2203 }

.1.3.6.1.4.1.25506.1.2204
hh3cEWPXM1WCMX100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2204 }

.1.3.6.1.4.1.25506.1.2205
hh3cLSQM1WBCZ720X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2205 }

.1.3.6.1.4.1.25506.1.2206
hh3cLSUM1WBCZ720XRT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2206 }

.1.3.6.1.4.1.25506.1.2207
hh3cs5130s-16s-pwr-ei-mib OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2207 }

.1.3.6.1.4.1.25506.1.2208
hh3cF5000-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2208 }

.1.3.6.1.4.1.25506.1.2209
hh3cSecPath-W2000-AK415 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2209 }

.1.3.6.1.4.1.25506.1.2210
hh3cSecPath-W2000-AK425 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2210 }

.1.3.6.1.4.1.25506.1.2211
hh3cSecPath-W2000-AK435 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2211 }

.1.3.6.1.4.1.25506.1.2212
hh3cSecPath-W2000-AK445 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2212 }

.1.3.6.1.4.1.25506.1.2213
hh3cSecPath-W2010-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2213 }

.1.3.6.1.4.1.25506.1.2214
hh3cSecPath-W2020-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2214 }

.1.3.6.1.4.1.25506.1.2215
hh3cSecPath-W2040-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2215 }

.1.3.6.1.4.1.25506.1.2216
hh3cSecPath-W2080-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2216 }

.1.3.6.1.4.1.25506.1.2217
hh3cSecPath-W2200-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2217 }

.1.3.6.1.4.1.25506.1.2218
hh3cSecPath-W2000-V-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2218 }

.1.3.6.1.4.1.25506.1.2219
hh3cSecPath-ACG1000-C9130 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2219 }

.1.3.6.1.4.1.25506.1.2220
hh3cSecPath-ACG1000-C9150 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2220 }

.1.3.6.1.4.1.25506.1.2221
hh3cSecPath-ACG1000-C9160 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2221 }

.1.3.6.1.4.1.25506.1.2222
hh3cSecPath-ACG1000-C9170 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2222 }

.1.3.6.1.4.1.25506.1.2223
hh3cLSQM2FWDSC8 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2223 }

.1.3.6.1.4.1.25506.1.2224
hh3cLSPM6FWD8 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2224 }

.1.3.6.1.4.1.25506.1.2225
hh3cIE4300-12P-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2225 }

.1.3.6.1.4.1.25506.1.2226
hh3cIE4300-12P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2226 }

.1.3.6.1.4.1.25506.1.2227
hh3cSecPath-L5000-AK535 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2227 }

.1.3.6.1.4.1.25506.1.2228
hh3cF1000-AI-90-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2228 }

.1.3.6.1.4.1.25506.1.2229
hh3cF1000-AI-80-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2229 }

.1.3.6.1.4.1.25506.1.2230
hh3cF1000-AI-70-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2230 }

.1.3.6.1.4.1.25506.1.2231
hh3cF1000-AI-60-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2231 }

.1.3.6.1.4.1.25506.1.2232
hh3cF1000-AK1414-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2232 }

.1.3.6.1.4.1.25506.1.2233
hh3cF1000-AK1424-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2233 }

.1.3.6.1.4.1.25506.1.2234
hh3cF1000-AK1434-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2234 }

.1.3.6.1.4.1.25506.1.2235
hh3cF1000-AK1514-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2235 }

.1.3.6.1.4.1.25506.1.2236
hh3cF1000-AK1524-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2236 }

.1.3.6.1.4.1.25506.1.2237
hh3cF1000-AK1534-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2237 }

.1.3.6.1.4.1.25506.1.2238
hh3cF1000-AK1614-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2238 }

.1.3.6.1.4.1.25506.1.2239
hh3cS5560S-28DP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2239 }

.1.3.6.1.4.1.25506.1.2240
hh3cS5500V3-48P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2240 }

.1.3.6.1.4.1.25506.1.2241
hh3cS5130S-28S-HPWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2241 }

.1.3.6.1.4.1.25506.1.2242
hh3cS5560S-28F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2242 }

.1.3.6.1.4.1.25506.1.2243
hh3cS5560S-52F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2243 }

.1.3.6.1.4.1.25506.1.2244
hh3cS5130S-52S-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2244 }

.1.3.6.1.4.1.25506.1.2245
hh3cS5120V2-12TP-HPWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2245 }

.1.3.6.1.4.1.25506.1.2246
hh3cS5130S-28S-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2246 }

.1.3.6.1.4.1.25506.1.2247
hh3cS5130S-28S-HPWR-EI-Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2247 }

.1.3.6.1.4.1.25506.1.2248
hh3cS5500V3-24P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2248 }

.1.3.6.1.4.1.25506.1.2249
hh3cWAP722XS-W2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2249 }

.1.3.6.1.4.1.25506.1.2250
hh3cWA5530i OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2250 }

.1.3.6.1.4.1.25506.1.2251
hh3cWA5530-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2251 }

.1.3.6.1.4.1.25506.1.2252
hh3cvMEGW3200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2252 }

.1.3.6.1.4.1.25506.1.2253
hh3cMSR3610-IE-ES OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2253 }

.1.3.6.1.4.1.25506.1.2254
hh3cMSR5610-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2254 }

.1.3.6.1.4.1.25506.1.2255
hh3cNSQM1SSICASK1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2255 }

.1.3.6.1.4.1.25506.1.2256
hh3cNSQM2AFC2000DGDSCA0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2256 }

.1.3.6.1.4.1.25506.1.2257
hh3cS12506-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2257 }

.1.3.6.1.4.1.25506.1.2258
hh3cS12508-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2258 }

.1.3.6.1.4.1.25506.1.2259
hh3cS12510-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2259 }

.1.3.6.1.4.1.25506.1.2260
hh3cS5850-54QS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2260 }

.1.3.6.1.4.1.25506.1.2261
hh3cSecPath-ASM2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2261 }

.1.3.6.1.4.1.25506.1.2262
hh3cSecCenter-CSAP-SA-AK640 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2262 }

.1.3.6.1.4.1.25506.1.2263
hh3cSecCenter-CSAP-SA-AK645 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2263 }

.1.3.6.1.4.1.25506.1.2264
hh3cS6520-26Q-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2264 }

.1.3.6.1.4.1.25506.1.2265
hh3cWS5850-28X-DP-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2265 }

.1.3.6.1.4.1.25506.1.2266
hh3cWA5630X-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2266 }

.1.3.6.1.4.1.25506.1.2267
hh3cWA5320i-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2267 }

.1.3.6.1.4.1.25506.1.2268
hh3cS6520X-54XC-UPWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2268 }

.1.3.6.1.4.1.25506.1.2269
hh3cS6520X-26XC-UPWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2269 }

.1.3.6.1.4.1.25506.1.2270
hh3cS12500X2L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2270 }

.1.3.6.1.4.1.25506.1.2271
hh3cWX2508H-PWR-LTE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2271 }

.1.3.6.1.4.1.25506.1.2272
hh3cS5570-60C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2272 }

.1.3.6.1.4.1.25506.1.2273
hh3cS5570-60F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2273 }

.1.3.6.1.4.1.25506.1.2274
hh3cF1000-E-G3-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2274 }

.1.3.6.1.4.1.25506.1.2275
hh3cF1000-C-G3-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2275 }

.1.3.6.1.4.1.25506.1.2276
hh3cF1000-A-G3-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2276 }

.1.3.6.1.4.1.25506.1.2277
hh3cF1000-A-G3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2277 }

.1.3.6.1.4.1.25506.1.2278
hh3cF1000-S-G3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2278 }

.1.3.6.1.4.1.25506.1.2279
hh3cF1000-C-G3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2279 }

.1.3.6.1.4.1.25506.1.2280
hh3cF1000-S-G3-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2280 }

.1.3.6.1.4.1.25506.1.2281
hh3cF1000-E-G3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2281 }

.1.3.6.1.4.1.25506.1.2282
hh3cMS4100V2-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2282 }

.1.3.6.1.4.1.25506.1.2283
hh3cMS4100V2-28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2283 }

.1.3.6.1.4.1.25506.1.2284
hh3cMS4100V2-10P-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2284 }

.1.3.6.1.4.1.25506.1.2285
hh3cMS4100V2-10P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2285 }

.1.3.6.1.4.1.25506.1.2286
hh3cMS4100V2-28P-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2286 }

.1.3.6.1.4.1.25506.1.2287
hh3cF100-S80-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2287 }

.1.3.6.1.4.1.25506.1.2288
hh3cF1000-V70 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2288 }

.1.3.6.1.4.1.25506.1.2289
hh3cF1000-S-VG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2289 }

.1.3.6.1.4.1.25506.1.2290
hh3cF100-A80-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2290 }

.1.3.6.1.4.1.25506.1.2291
hh3cF100-E-G3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2291 }

.1.3.6.1.4.1.25506.1.2292
hh3cF100-M-G3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2292 }

.1.3.6.1.4.1.25506.1.2293
hh3cF100-S-G3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2293 }

.1.3.6.1.4.1.25506.1.2294
hh3cF100-C-G3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2294 }

.1.3.6.1.4.1.25506.1.2295
hh3cF5000-V30 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2295 }

.1.3.6.1.4.1.25506.1.2296
hh3cF100-A-G3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2296 }

.1.3.6.1.4.1.25506.1.2297
hh3cF1000-E-VG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2297 }

.1.3.6.1.4.1.25506.1.2298
hh3cS12508G-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2298 }

.1.3.6.1.4.1.25506.1.2299
hh3cS12516G-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2299 }

.1.3.6.1.4.1.25506.1.2300
hh3cSecPath-ACG1000-AK265 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2300 }

.1.3.6.1.4.1.25506.1.2301
hh3cSecPath-ACG1000-AK255 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2301 }

.1.3.6.1.4.1.25506.1.2302
hh3cSecPath-ACG1000-AK275 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2302 }

.1.3.6.1.4.1.25506.1.2303
hh3cSecPath-ACG1000-AK225 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2303 }

.1.3.6.1.4.1.25506.1.2304
hh3cSecPath-ACG1000-AK215 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2304 }

.1.3.6.1.4.1.25506.1.2305
hh3cWA5320X-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2305 }

.1.3.6.1.4.1.25506.1.2306
hh3cWA5530S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2306 }

.1.3.6.1.4.1.25506.1.2307
hh3cWT828Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2307 }

.1.3.6.1.4.1.25506.1.2308
hh3cCR16018FA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2308 }

.1.3.6.1.4.1.25506.1.2309
hh3cCR16010HFA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2309 }

.1.3.6.1.4.1.25506.1.2310
hh3cCR16010H-FA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2310 }

.1.3.6.1.4.1.25506.1.2311
hh3cCR16018-FA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2311 }

.1.3.6.1.4.1.25506.1.2312
hh3cS5130S-52C-PWR-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2312 }

.1.3.6.1.4.1.25506.1.2313
hh3cS5130S-28C-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2313 }

.1.3.6.1.4.1.25506.1.2314
hh3cS5130S-28C-PWR-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2314 }

.1.3.6.1.4.1.25506.1.2315
hh3cS5130S-52C-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2315 }

.1.3.6.1.4.1.25506.1.2316
hh3cS5130S-52ST-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2316 }

.1.3.6.1.4.1.25506.1.2317
hh3cS5130S-28PS-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2317 }

.1.3.6.1.4.1.25506.1.2318
hh3cS5130S-28ST-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2318 }

.1.3.6.1.4.1.25506.1.2319
hh3cS5130S-52ST-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2319 }

.1.3.6.1.4.1.25506.1.2320
hh3cS5130S-28ST-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2320 }

.1.3.6.1.4.1.25506.1.2321
hh3cL5000-SV500-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2321 }

.1.3.6.1.4.1.25506.1.2322
hh3cL5000-SV500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2322 }

.1.3.6.1.4.1.25506.1.2323
hh3cL5000-SV100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2323 }

.1.3.6.1.4.1.25506.1.2324
hh3cS12508R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2324 }

.1.3.6.1.4.1.25506.1.2325
hh3cS12504R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2325 }

.1.3.6.1.4.1.25506.1.2326
hh3cS12516R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2326 }

.1.3.6.1.4.1.25506.1.2327
hh3c-SecPath-G9020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2327 }

.1.3.6.1.4.1.25506.1.2328
hh3c-SecPath-ACG1000-AK285 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2328 }

.1.3.6.1.4.1.25506.1.2329
hh3c-SecPath-G9010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2329 }

.1.3.6.1.4.1.25506.1.2330
hh3cL1090 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2330 }

.1.3.6.1.4.1.25506.1.2331
hh3cL1000-AK390-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2331 }

.1.3.6.1.4.1.25506.1.2332
hh3cL1090-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2332 }

.1.3.6.1.4.1.25506.1.2333
hh3cL1000-AK390 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2333 }

.1.3.6.1.4.1.25506.1.2334
hh3c-SecPath-G9020-POS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2334 }

.1.3.6.1.4.1.25506.1.2335
hh3c-SecPath-G9000-MC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2335 }

.1.3.6.1.4.1.25506.1.2336
hh3c-SecPath-GAP2000-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2336 }

.1.3.6.1.4.1.25506.1.2337
hh3c-SecPath-G9010-PRE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2337 }

.1.3.6.1.4.1.25506.1.2338
hh3c-SecPath-G9010-POS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2338 }

.1.3.6.1.4.1.25506.1.2339
hh3c-SecPath-GAP2000-F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2339 }

.1.3.6.1.4.1.25506.1.2340
hh3cS9820-8C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2340 }

.1.3.6.1.4.1.25506.1.2341
hh3cWX2560H-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2341 }

.1.3.6.1.4.1.25506.1.2342
hh3cWT1024-LI-Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2342 }

.1.3.6.1.4.1.25506.1.2343
hh3cWX2540H-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2343 }

.1.3.6.1.4.1.25506.1.2344
hh3c-SecPath-G9020-PRE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2344 }

.1.3.6.1.4.1.25506.1.2345
hh3c-SecPath-D2000-AK650 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2345 }

.1.3.6.1.4.1.25506.1.2346
hh3cF1030-GM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2346 }

.1.3.6.1.4.1.25506.1.2347
hh3cF1000-AI-10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2347 }

.1.3.6.1.4.1.25506.1.2348
hh3cRA5100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2348 }

.1.3.6.1.4.1.25506.1.2349
hh3cS7610E-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2349 }

.1.3.6.1.4.1.25506.1.2350
hh3cS7608E-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2350 }

.1.3.6.1.4.1.25506.1.2351
hh3cS7606E-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2351 }

.1.3.6.1.4.1.25506.1.2352
hh3cS7608E-X-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2352 }

.1.3.6.1.4.1.25506.1.2353
hh3cWA5340 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2353 }

.1.3.6.1.4.1.25506.1.2354
hh3cF1030-GM-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2354 }

.1.3.6.1.4.1.25506.1.2355
hh3cF1000-AI-10-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2355 }

.1.3.6.1.4.1.25506.1.2356
hh3cF1000-V70-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2356 }

.1.3.6.1.4.1.25506.1.2357
hh3cF100-C-G3-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2357 }

.1.3.6.1.4.1.25506.1.2358
hh3cF100-E-G3-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2358 }

.1.3.6.1.4.1.25506.1.2359
hh3cF100-A-G3-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2359 }

.1.3.6.1.4.1.25506.1.2360
hh3cF100-M-G3-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2360 }

.1.3.6.1.4.1.25506.1.2361
hh3cF100-S80-WiNet-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2361 }

.1.3.6.1.4.1.25506.1.2362
hh3cF100-A80-WiNet-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2362 }

.1.3.6.1.4.1.25506.1.2363
hh3cF1000-E-VG-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2363 }

.1.3.6.1.4.1.25506.1.2364
hh3cF5000-V30-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2364 }

.1.3.6.1.4.1.25506.1.2365
hh3cF1000-S-VG-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2365 }

.1.3.6.1.4.1.25506.1.2366
hh3cF100-S-G3-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2366 }

.1.3.6.1.4.1.25506.1.2367
hh3cS5560X-30F-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2367 }

.1.3.6.1.4.1.25506.1.2368
hh3cS5560X-54F-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2368 }

.1.3.6.1.4.1.25506.1.2369
hh3cS5590-28T8XC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2369 }

.1.3.6.1.4.1.25506.1.2370
hh3cS5590-28S8XC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2370 }

.1.3.6.1.4.1.25506.1.2371
hh3cS5590-48T4XC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2371 }

.1.3.6.1.4.1.25506.1.2372
hh3cS5590-48S4XC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2372 }

.1.3.6.1.4.1.25506.1.2373
hh3cF1010-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2373 }

.1.3.6.1.4.1.25506.1.2374
hh3cF1010-L-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2374 }

.1.3.6.1.4.1.25506.1.2375
hh3cIE4320S-50S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2375 }

.1.3.6.1.4.1.25506.1.2376
hh3cIE4320S-26S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2376 }

.1.3.6.1.4.1.25506.1.2377
hh3cMSR3610-IE-EAD OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2377 }

.1.3.6.1.4.1.25506.1.2378
hh3cSecPath-GAP2000-BE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2378 }

.1.3.6.1.4.1.25506.1.2379
hh3cSecPath-GAP2000-SE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2379 }

.1.3.6.1.4.1.25506.1.2380
hh3cSecPath-GAP2000-AE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2380 }

.1.3.6.1.4.1.25506.1.2381
hh3cS7006X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2381 }

.1.3.6.1.4.1.25506.1.2382
hh3cS6805-54HT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2382 }

.1.3.6.1.4.1.25506.1.2383
hh3cS6805-54HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2383 }

.1.3.6.1.4.1.25506.1.2384
hh3cC230 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2384 }

.1.3.6.1.4.1.25506.1.2385
hh3cSecPath-T9012-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2385 }

.1.3.6.1.4.1.25506.1.2386
hh3cWX3510H-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2386 }

.1.3.6.1.4.1.25506.1.2387
hh3cWX3520H-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2387 }

.1.3.6.1.4.1.25506.1.2388
hh3cWBC580 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2388 }

.1.3.6.1.4.1.25506.1.2389
hh3cS7003X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2389 }

.1.3.6.1.4.1.25506.1.2390
hh3cG310-P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2390 }

.1.3.6.1.4.1.25506.1.2391
hh3cG340 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2391 }

.1.3.6.1.4.1.25506.1.2392
hh3cG304-P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2392 }

.1.3.6.1.4.1.25506.1.2393
hh3cWA538-JP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2393 }

.1.3.6.1.4.1.25506.1.2394
hh3cF1000-AI-75-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2394 }

.1.3.6.1.4.1.25506.1.2395
hh3cF1000-AI-65-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2395 }

.1.3.6.1.4.1.25506.1.2396
hh3cF1000-AI-75 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2396 }

.1.3.6.1.4.1.25506.1.2397
hh3cF1010-DL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2397 }

.1.3.6.1.4.1.25506.1.2398
hh3cF1010-DL-GM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2398 }

.1.3.6.1.4.1.25506.1.2399
hh3cSecBlade-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2399 }

.1.3.6.1.4.1.25506.1.2400
hh3cSecCenter-CSAP-SA-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2400 }

.1.3.6.1.4.1.25506.1.2401
hh3cSecPath-A2000-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2401 }

.1.3.6.1.4.1.25506.1.2402
hh3cSecPath-SysScan-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2402 }

.1.3.6.1.4.1.25506.1.2403
hh3cF1000-AI-65 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2403 }

.1.3.6.1.4.1.25506.1.2404
hh3cSecCenter-X6010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2404 }

.1.3.6.1.4.1.25506.1.2405
hh3cS12500R-2L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2405 }

.1.3.6.1.4.1.25506.1.2406
hh3cS5560X-58C-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2406 }

.1.3.6.1.4.1.25506.1.2407
hh3cS5560X-34C-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2407 }

.1.3.6.1.4.1.25506.1.2408
hh3cF1000-AI-35 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2408 }

.1.3.6.1.4.1.25506.1.2409
hh3cF1000-AI-25-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2409 }

.1.3.6.1.4.1.25506.1.2410
hh3cF1000-AI-55-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2410 }

.1.3.6.1.4.1.25506.1.2411
hh3cF1000-AI-35-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2411 }

.1.3.6.1.4.1.25506.1.2412
hh3cF1000-AI-55 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2412 }

.1.3.6.1.4.1.25506.1.2413
hh3cF1000-AI-25 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2413 }

.1.3.6.1.4.1.25506.1.2414
hh3cLSWM116H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2414 }

.1.3.6.1.4.1.25506.1.2415
hh3cF1070-GM-L-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2415 }

.1.3.6.1.4.1.25506.1.2416
hh3cF1070-GM-L OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2416 }

.1.3.6.1.4.1.25506.1.2417
hh3cT1000-AI-50 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2417 }

.1.3.6.1.4.1.25506.1.2418
hh3cT1000-AI-50-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2418 }

.1.3.6.1.4.1.25506.1.2419
hh3cT1000-AI-60 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2419 }

.1.3.6.1.4.1.25506.1.2420
hh3cT1000-AI-60-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2420 }

.1.3.6.1.4.1.25506.1.2421
hh3cT1000-AI-70 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2421 }

.1.3.6.1.4.1.25506.1.2422
hh3cT1000-AI-70-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2422 }

.1.3.6.1.4.1.25506.1.2423
hh3cT1000-AI-80 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2423 }

.1.3.6.1.4.1.25506.1.2424
hh3cT1000-AI-80-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2424 }

.1.3.6.1.4.1.25506.1.2425
hh3cT1000-AI-90 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2425 }

.1.3.6.1.4.1.25506.1.2426
hh3cT1000-AI-90-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2426 }

.1.3.6.1.4.1.25506.1.2427
hh3cS5130S-16S-UPWR-EI-Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2427 }

.1.3.6.1.4.1.25506.1.2428
hh3cS5130S-28S-UPWR-EI-Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2428 }

.1.3.6.1.4.1.25506.1.2429
hh3cS5130S-28S-UPWR-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2429 }

.1.3.6.1.4.1.25506.1.2430
hh3cS5130S-28S-EI-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2430 }

.1.3.6.1.4.1.25506.1.2431
hh3cS5590-48T4XC-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2431 }

.1.3.6.1.4.1.25506.1.2432
hh3cS5590-28T8XC-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2432 }

.1.3.6.1.4.1.25506.1.2433
hh3cS5590-48S4XC-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2433 }

.1.3.6.1.4.1.25506.1.2434
hh3cS5590-28S8XC-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2434 }

.1.3.6.1.4.1.25506.1.2435
hh3cSR6602I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2435 }

.1.3.6.1.4.1.25506.1.2436
hh3cSR6602IE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2436 }

.1.3.6.1.4.1.25506.1.2437
hh3cvBRAS1000-CP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2437 }

.1.3.6.1.4.1.25506.1.2438
hh3cvBRAS1000-UP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2438 }

.1.3.6.1.4.1.25506.1.2439
hh3cWAS6108-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2439 }

.1.3.6.1.4.1.25506.1.2440
hh3cSecPath-M9000-AD6 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2440 }

.1.3.6.1.4.1.25506.1.2441
hh3cNSQM5AIASKA1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2441 }

.1.3.6.1.4.1.25506.1.2442
hh3cS12516CR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2442 }

.1.3.6.1.4.1.25506.1.2443
hh3cS12508CR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2443 }

.1.3.6.1.4.1.25506.1.2444
hh3cWX3520X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2444 }

.1.3.6.1.4.1.25506.1.2445
hh3cWX3540X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2445 }

.1.3.6.1.4.1.25506.1.2446
hh3cWX3510X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2446 }

.1.3.6.1.4.1.25506.1.2447
hh3cSecCenter-X6020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2447 }

.1.3.6.1.4.1.25506.1.2448
hh3cMSR810-CNDE-SJK OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2448 }

.1.3.6.1.4.1.25506.1.2449
hh3cS6890-44HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2449 }

.1.3.6.1.4.1.25506.1.2450
hh3cS5500V3-28T8XC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2450 }

.1.3.6.1.4.1.25506.1.2451
hh3cS5500V3-28S8XC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2451 }

.1.3.6.1.4.1.25506.1.2452
hh3cS5500V3-48T4XC-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2452 }

.1.3.6.1.4.1.25506.1.2453
hh3cSecPath-M9008-S-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2453 }

.1.3.6.1.4.1.25506.1.2454
hh3cSecPath-M9016-V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2454 }

.1.3.6.1.4.1.25506.1.2455
hh3cSecPath-GAP2000-AK830 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2455 }

.1.3.6.1.4.1.25506.1.2456
hh3cS5130S-28S-LI-MM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2456 }

.1.3.6.1.4.1.25506.1.2457
hh3cS5130S-28S-SI-MM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2457 }

.1.3.6.1.4.1.25506.1.2458
hh3cS5130S-28S-LI-SM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2458 }

.1.3.6.1.4.1.25506.1.2459
hh3cS5130S-28S-SI-SM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2459 }

.1.3.6.1.4.1.25506.1.2460
hh3cES5530C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2460 }

.1.3.6.1.4.1.25506.1.2462
hh3cS12504G-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2462 }

.1.3.6.1.4.1.25506.1.2463
hh3cIE4320-28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2463 }

.1.3.6.1.4.1.25506.1.2464
hh3cIE4320-28S-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2464 }

.1.3.6.1.4.1.25506.1.2465
hh3cIE4320-28S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2465 }

.1.3.6.1.4.1.25506.1.2466
hh3cS9910E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2466 }

.1.3.6.1.4.1.25506.1.2467
hh3cS9906E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2467 }

.1.3.6.1.4.1.25506.1.2468
hh3cSecPath-ACG1000-BA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2468 }

.1.3.6.1.4.1.25506.1.2469
hh3cSeCenter-IAM-TAC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2469 }

.1.3.6.1.4.1.25506.1.2470
hh3cSeCenter-IAM-PCM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2470 }

.1.3.6.1.4.1.25506.1.2471
hh3cSecPath-EAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2471 }

.1.3.6.1.4.1.25506.1.2472
hh3cSeCenter-IAM-ACM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2472 }

.1.3.6.1.4.1.25506.1.2473
hh3cSeCenter-IAM-MSM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2473 }

.1.3.6.1.4.1.25506.1.2474
hh3cS6525XE-54HF-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2474 }

.1.3.6.1.4.1.25506.1.2475
hh3cWA4320-TI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2475 }

.1.3.6.1.4.1.25506.1.2476
hh3cvDSS3200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2476 }

.1.3.6.1.4.1.25506.1.2477
hh3cvSCC3200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2477 }

.1.3.6.1.4.1.25506.1.2478
hh3cIE4320-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2478 }

.1.3.6.1.4.1.25506.1.2479
hh3cIE4320-52S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2479 }

.1.3.6.1.4.1.25506.1.2480
hh3cMSG360-10-LTE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2480 }

.1.3.6.1.4.1.25506.1.2481
hh3cS6825-54HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2481 }

.1.3.6.1.4.1.25506.1.2482
hh3cS5560X-30F-EIF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2482 }

.1.3.6.1.4.1.25506.1.2483
hh3cSecPath-T9000-E8 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2483 }

.1.3.6.1.4.1.25506.1.2484
hh3cS3100V3-28TP-EI-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2484 }

.1.3.6.1.4.1.25506.1.2485
hh3cS3100V3-18TP-EI-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2485 }

.1.3.6.1.4.1.25506.1.2486
hh3cS3100V3-20TP-PWR-EI-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2486 }

.1.3.6.1.4.1.25506.1.2487
hh3cIE4320-28S-PS1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2487 }

.1.3.6.1.4.1.25506.1.2488
hh3cNSQM5AIASKB1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2488 }

.1.3.6.1.4.1.25506.1.2489
hh3cSecPath-ACG1000-B100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2489 }

.1.3.6.1.4.1.25506.1.2490
hh3cSecPath-ACG1000-B200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2490 }

.1.3.6.1.4.1.25506.1.2491
hh3cSecPath-ACG1000-B300 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2491 }

.1.3.6.1.4.1.25506.1.2492
hh3cSecCenter-CSAP-ATD-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2492 }

.1.3.6.1.4.1.25506.1.2493
hh3cSecCenter-CSAP-ATD-P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2493 }

.1.3.6.1.4.1.25506.1.2494
hh3cSecCenter-CSAP-ATD-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2494 }

.1.3.6.1.4.1.25506.1.2495
hh3cLSWM2XMGT2PM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2495 }

.1.3.6.1.4.1.25506.1.2496
hh3cMS4520V2-30C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2496 }

.1.3.6.1.4.1.25506.1.2497
hh3cMS4520V2-54C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2497 }

.1.3.6.1.4.1.25506.1.2498
hh3cS5170-28S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2498 }

.1.3.6.1.4.1.25506.1.2499
hh3cS5570S-36F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2499 }

.1.3.6.1.4.1.25506.1.2500
hh3cS5570S-30MS-UPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2500 }

.1.3.6.1.4.1.25506.1.2501
hh3cS5500V3-54F-DP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2501 }

.1.3.6.1.4.1.25506.1.2502
hh3cS5500V3-54S-DP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2502 }

.1.3.6.1.4.1.25506.1.2503
hh3cS5500V3-54PS-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2503 }

.1.3.6.1.4.1.25506.1.2504
hh3cS5554S-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2504 }

.1.3.6.1.4.1.25506.1.2505
hh3cS5500V3-36F-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2505 }

.1.3.6.1.4.1.25506.1.2506
hh3cS5120V3-28S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2506 }

.1.3.6.1.4.1.25506.1.2507
hh3cS5170-54S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2507 }

.1.3.6.1.4.1.25506.1.2508
hh3cS5570S-28S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2508 }

.1.3.6.1.4.1.25506.1.2509
hh3cS5120V3-54S-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2509 }

.1.3.6.1.4.1.25506.1.2510
hh3cS5120V3-54S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2510 }

.1.3.6.1.4.1.25506.1.2511
hh3cS5500V3-54S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2511 }

.1.3.6.1.4.1.25506.1.2512
hh3cS5170-28S-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2512 }

.1.3.6.1.4.1.25506.1.2513
hh3cS5570S-54F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2513 }

.1.3.6.1.4.1.25506.1.2514
hh3cS5570S-28S-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2514 }

.1.3.6.1.4.1.25506.1.2515
hh3cS5500V3-28S-DP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2515 }

.1.3.6.1.4.1.25506.1.2516
hh3cS5500V3-28PS-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2516 }

.1.3.6.1.4.1.25506.1.2517
hh3cS5500V3-28S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2517 }

.1.3.6.1.4.1.25506.1.2518
hh3cS5528S-HPWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2518 }

.1.3.6.1.4.1.25506.1.2519
hh3cS5170-36F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2519 }

.1.3.6.1.4.1.25506.1.2520
hh3cS5120V3-28S-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2520 }

.1.3.6.1.4.1.25506.1.2521
hh3cS5554F-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2521 }

.1.3.6.1.4.1.25506.1.2522
hh3cS5170-54S-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2522 }

.1.3.6.1.4.1.25506.1.2523
hh3cS5570S-54S-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2523 }

.1.3.6.1.4.1.25506.1.2524
hh3cS5500V3-36F-DP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2524 }

.1.3.6.1.4.1.25506.1.2525
hh3cS5120V3-28P-HPWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2525 }

.1.3.6.1.4.1.25506.1.2526
hh3cS5120V3-54P-PWR-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2526 }

.1.3.6.1.4.1.25506.1.2527
hh3cS5570S-54S-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2527 }

.1.3.6.1.4.1.25506.1.2528
hh3cCR18000-16 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2528 }

.1.3.6.1.4.1.25506.1.2529
hh3cL1030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2529 }

.1.3.6.1.4.1.25506.1.2530
hh3cL1030-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2530 }

.1.3.6.1.4.1.25506.1.2531
hh3cL1070 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2531 }

.1.3.6.1.4.1.25506.1.2532
hh3cL1070-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2532 }

.1.3.6.1.4.1.25506.1.2533
hh3cL1050 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2533 }

.1.3.6.1.4.1.25506.1.2534
hh3cL1050-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2534 }

.1.3.6.1.4.1.25506.1.2535
hh3cv5GC5100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2535 }

.1.3.6.1.4.1.25506.1.2536
hh3cvUPF5100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2536 }

.1.3.6.1.4.1.25506.1.2537
hh3cAC1016 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2537 }

.1.3.6.1.4.1.25506.1.2538
hh3cAC1108 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2538 }

.1.3.6.1.4.1.25506.1.2539
hh3cWX2560X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2539 }

.1.3.6.1.4.1.25506.1.2540
hh3cMAK206 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2540 }

.1.3.6.1.4.1.25506.1.2541
hh3cWX2550X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2541 }

.1.3.6.1.4.1.25506.1.2542
hh3cMAK204 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2542 }

.1.3.6.1.4.1.25506.1.2543
hh3chh3cmcBBU3120 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2543 }

.1.3.6.1.4.1.25506.1.2544
hh3cBBU5100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2544 }

.1.3.6.1.4.1.25506.1.2545
hh3cS6850-56HF-H1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2545 }

.1.3.6.1.4.1.25506.1.2546
hh3cF5000-AI-15-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2546 }

.1.3.6.1.4.1.25506.1.2547
hh3cF5000-AI-15 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2547 }

.1.3.6.1.4.1.25506.1.2548
hh3cNS-SecPath-M9000-AI-E4 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2548 }

.1.3.6.1.4.1.25506.1.2549
hh3cS6550X-32Q-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2549 }

.1.3.6.1.4.1.25506.1.2550
hh3cS6550X-32H-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2550 }

.1.3.6.1.4.1.25506.1.2551
hh3cIE4320-28F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2551 }

.1.3.6.1.4.1.25506.1.2552
hh3cIE4320-12P-UPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2552 }

.1.3.6.1.4.1.25506.1.2553
hh3cEPC3108 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2553 }

.1.3.6.1.4.1.25506.1.2554
hh3cS5048PV5-EI-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2554 }

.1.3.6.1.4.1.25506.1.2555
hh3cS5048PV5-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2555 }

.1.3.6.1.4.1.25506.1.2556
hh3cS5024PV5-EI-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2556 }

.1.3.6.1.4.1.25506.1.2557
hh3cS5016PV5-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2557 }

.1.3.6.1.4.1.25506.1.2558
hh3cS5528S-EI-D-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2558 }

.1.3.6.1.4.1.25506.1.2559
hh3cS5024PV5-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2559 }

.1.3.6.1.4.1.25506.1.2560
hh3cS5024PV5-EI-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2560 }

.1.3.6.1.4.1.25506.1.2561
hh3cMSR3610-IE-IG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2561 }

.1.3.6.1.4.1.25506.1.2562
hh3cMSR3610-I-IG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2562 }

.1.3.6.1.4.1.25506.1.2563
hh3cS1850V2-28P-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2563 }

.1.3.6.1.4.1.25506.1.2564
hh3cS1850V2-10P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2564 }

.1.3.6.1.4.1.25506.1.2565
hh3cS1850V2-26P-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2565 }

.1.3.6.1.4.1.25506.1.2566
hh3cS1850V2-9P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2566 }

.1.3.6.1.4.1.25506.1.2567
hh3cS1850V2-26P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2567 }

.1.3.6.1.4.1.25506.1.2568
hh3cS5008PV5-EI-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2568 }

.1.3.6.1.4.1.25506.1.2569
hh3cS1850V2-10P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2569 }

.1.3.6.1.4.1.25506.1.2570
hh3cS1850V2-28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2570 }

.1.3.6.1.4.1.25506.1.2571
hh3cS1850V2-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2571 }

.1.3.6.1.4.1.25506.1.2572
hh3cS5008PV5-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2572 }

.1.3.6.1.4.1.25506.1.2573
hh3cSecPath-AFC2100-D-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2573 }

.1.3.6.1.4.1.25506.1.2574
hh3cF1000-905-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2574 }

.1.3.6.1.4.1.25506.1.2575
hh3cF1000-910-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2575 }

.1.3.6.1.4.1.25506.1.2576
hh3cIE4320-12P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2576 }

.1.3.6.1.4.1.25506.1.2577
hh3cIE4320-6P-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2577 }

.1.3.6.1.4.1.25506.1.2578
hh3cIE4320-20P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2578 }

.1.3.6.1.4.1.25506.1.2579
hh3cIE4320-6P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2579 }

.1.3.6.1.4.1.25506.1.2580
hh3cSecPath-NSQM1CGQ6SH0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2580 }

.1.3.6.1.4.1.25506.1.2581
hh3cIE4320-10S-UPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2581 }

.1.3.6.1.4.1.25506.1.2582
hh3cIE4320-10S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2582 }

.1.3.6.1.4.1.25506.1.2583
hh3cWA6628 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2583 }

.1.3.6.1.4.1.25506.1.2584
hh3cWA6638 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2584 }

.1.3.6.1.4.1.25506.1.2585
hh3cWA6630X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2585 }

.1.3.6.1.4.1.25506.1.2586
hh3cWA6620X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2586 }

.1.3.6.1.4.1.25506.1.2587
hh3cWA6628E-T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2587 }

.1.3.6.1.4.1.25506.1.2588
hh3cWA6622 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2588 }

.1.3.6.1.4.1.25506.1.2589
hh3cWA6620 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2589 }

.1.3.6.1.4.1.25506.1.2590
hh3cS3600V3-28TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2590 }

.1.3.6.1.4.1.25506.1.2591
hh3cS3600V3-54TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2591 }

.1.3.6.1.4.1.25506.1.2592
hh3cS3600V3-28TP-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2592 }

.1.3.6.1.4.1.25506.1.2593
hh3cS3600V3-54TP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2593 }

.1.3.6.1.4.1.25506.1.2594
hh3cS3600V3-36F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2594 }

.1.3.6.1.4.1.25506.1.2595
hh3cF1000-T500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2595 }

.1.3.6.1.4.1.25506.1.2596
hh3cF1000-T100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2596 }

.1.3.6.1.4.1.25506.1.2597
hh3cF1000-T200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2597 }

.1.3.6.1.4.1.25506.1.2598
hh3cRA5300-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2598 }

.1.3.6.1.4.1.25506.1.2599
hh3cSecPath-SysScan-SE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2599 }

.1.3.6.1.4.1.25506.1.2600
hh3cSecPath-SysScan-ME OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2600 }

.1.3.6.1.4.1.25506.1.2601
hh3cSecPath-SysScan-AE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2601 }

.1.3.6.1.4.1.25506.1.2602
hh3cSecPath-SysScan-VE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2602 }

.1.3.6.1.4.1.25506.1.2603
hh3cS7503X-M-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2603 }

.1.3.6.1.4.1.25506.1.2604
hh3cIE4320-12P-PWR-M OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2604 }

.1.3.6.1.4.1.25506.1.2605
hh3cS2652V2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2605 }

.1.3.6.1.4.1.25506.1.2606
hh3cS2626V2-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2606 }

.1.3.6.1.4.1.25506.1.2607
hh3cS2626V2-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2607 }

.1.3.6.1.4.1.25506.1.2608
hh3cS2626V2-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2608 }

.1.3.6.1.4.1.25506.1.2609
hh3cS2610V2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2609 }

.1.3.6.1.4.1.25506.1.2610
hh3cS2626V2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2610 }

.1.3.6.1.4.1.25506.1.2611
hh3cS2626V2-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2611 }

.1.3.6.1.4.1.25506.1.2612
hh3cS2610V2-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2612 }

.1.3.6.1.4.1.25506.1.2613
hh3cS6813-24X6C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2613 }

.1.3.6.1.4.1.25506.1.2614
hh3cS6812-48X6C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2614 }

.1.3.6.1.4.1.25506.1.2615
hh3cS6813-48X6C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2615 }

.1.3.6.1.4.1.25506.1.2616
hh3cS6812-24X6C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2616 }

.1.3.6.1.4.1.25506.1.2617
hh3cS9820-8C-H1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2617 }

.1.3.6.1.4.1.25506.1.2618
hh3cSecCenter-X6010-T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2618 }

.1.3.6.1.4.1.25506.1.2619
hh3cWBC580G2-HOSP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2619 }

.1.3.6.1.4.1.25506.1.2620
hh3cWBC580G2-BASE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2620 }

.1.3.6.1.4.1.25506.1.2621
hh3cWA4320i-X-R OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2621 }

.1.3.6.1.4.1.25506.1.2622
hh3cF1000-T500-W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2622 }

.1.3.6.1.4.1.25506.1.2623
hh3cF1000-T200-W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2623 }

.1.3.6.1.4.1.25506.1.2624
hh3cF1000-T100-W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2624 }

.1.3.6.1.4.1.25506.1.2625
hh3c-SecPath-SysScan-Cloud OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2625 }

.1.3.6.1.4.1.25506.1.2626
hh3cF5000-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2626 }

.1.3.6.1.4.1.25506.1.2627
hh3cF5000-AI160-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2627 }

.1.3.6.1.4.1.25506.1.2628
hh3cF5000-AI120-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2628 }

.1.3.6.1.4.1.25506.1.2629
hh3cF5000-AI120 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2629 }

.1.3.6.1.4.1.25506.1.2630
hh3cF5000-E-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2630 }

.1.3.6.1.4.1.25506.1.2631
hh3cWX2540X-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2631 }

.1.3.6.1.4.1.25506.1.2632
hh3cS7506X-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2632 }

.1.3.6.1.4.1.25506.1.2633
hh3cSecPath-M9000-X06 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2633 }

.1.3.6.1.4.1.25506.1.2634
hh3cSecPath-M9000-X10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2634 }

.1.3.6.1.4.1.25506.1.2635
hh3cS5120V3-36F-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2635 }

.1.3.6.1.4.1.25506.1.2636
hh3cS5120V3-36F-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2636 }

.1.3.6.1.4.1.25506.1.2637
hh3cS5120V3-54P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2637 }

.1.3.6.1.4.1.25506.1.2638
hh3cS5120V3-28P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2638 }

.1.3.6.1.4.1.25506.1.2639
hh3cSecPath-D2000-AK665 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2639 }

.1.3.6.1.4.1.25506.1.2640
hh3cSecPath-D2015-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2640 }

.1.3.6.1.4.1.25506.1.2641
hh3cWCG382 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2641 }

.1.3.6.1.4.1.25506.1.2642
hh3cSecCenter-CSAP-NTA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2642 }

.1.3.6.1.4.1.25506.1.2643
hh3cF1000-C8395-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2643 }

.1.3.6.1.4.1.25506.1.2644
hh3cF1000-E-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2644 }

.1.3.6.1.4.1.25506.1.2645
hh3cF1000-9385-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2645 }

.1.3.6.1.4.1.25506.1.2646
hh3cF1000-9385-AI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2646 }

.1.3.6.1.4.1.25506.1.2647
hh3cF1000-9390-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2647 }

.1.3.6.1.4.1.25506.1.2648
hh3cF1000-E-G5-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2648 }

.1.3.6.1.4.1.25506.1.2649
hh3cF1000-H-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2649 }

.1.3.6.1.4.1.25506.1.2650
hh3cF1000-C8395 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2650 }

.1.3.6.1.4.1.25506.1.2651
hh3cF1000-H-G5-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2651 }

.1.3.6.1.4.1.25506.1.2652
hh3cF1000-9390-AI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2652 }

.1.3.6.1.4.1.25506.1.2653
hh3cS5128S-HPWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2653 }

.1.3.6.1.4.1.25506.1.2654
hh3cS5128S-EI-D-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2654 }

.1.3.6.1.4.1.25506.1.2655
hh3cS5536F-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2655 }

.1.3.6.1.4.1.25506.1.2656
hh3cSecPath-A2000-AK602 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2656 }

.1.3.6.1.4.1.25506.1.2657
hh3cSecPath-A2000-AK625 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2657 }

.1.3.6.1.4.1.25506.1.2658
hh3cSecPath-A2025-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2658 }

.1.3.6.1.4.1.25506.1.2659
hh3cSecPath-A2105-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2659 }

.1.3.6.1.4.1.25506.1.2660
hh3cSecPath-A2000-AK615 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2660 }

.1.3.6.1.4.1.25506.1.2661
hh3cSecPath-A2210-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2661 }

.1.3.6.1.4.1.25506.1.2662
hh3cF100-S-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2662 }

.1.3.6.1.4.1.25506.1.2663
hh3cF1000-9320-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2663 }

.1.3.6.1.4.1.25506.1.2664
hh3cF100-M-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2664 }

.1.3.6.1.4.1.25506.1.2665
hh3cF1000-C8330 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2665 }

.1.3.6.1.4.1.25506.1.2666
hh3cF1000-9330-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2666 }

.1.3.6.1.4.1.25506.1.2667
hh3cF100-A-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2667 }

.1.3.6.1.4.1.25506.1.2668
hh3cF1000-AK1160 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2668 }

.1.3.6.1.4.1.25506.1.2669
hh3cF1000-AK1020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2669 }

.1.3.6.1.4.1.25506.1.2670
hh3cF1000-730-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2670 }

.1.3.6.1.4.1.25506.1.2671
hh3cF100-C-XI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2671 }

.1.3.6.1.4.1.25506.1.2672
hh3cF1000-AK1180 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2672 }

.1.3.6.1.4.1.25506.1.2673
hh3cF1000-AK1030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2673 }

.1.3.6.1.4.1.25506.1.2674
hh3cF1000-720-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2674 }

.1.3.6.1.4.1.25506.1.2675
hh3cF1000-710-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2675 }

.1.3.6.1.4.1.25506.1.2676
hh3cF100-C-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2676 }

.1.3.6.1.4.1.25506.1.2677
hh3cF100-A81-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2677 }

.1.3.6.1.4.1.25506.1.2678
hh3cF1000-AK1150 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2678 }

.1.3.6.1.4.1.25506.1.2679
hh3cF1000-AK1170 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2679 }

.1.3.6.1.4.1.25506.1.2680
hh3cF100-S-XI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2680 }

.1.3.6.1.4.1.25506.1.2681
hh3cF1000-AK1010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2681 }

.1.3.6.1.4.1.25506.1.2682
hh3cS5500V2-52C-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2682 }

.1.3.6.1.4.1.25506.1.2683
hh3cF1000-S-G5-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2683 }

.1.3.6.1.4.1.25506.1.2684
hh3cF1000-C-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2684 }

.1.3.6.1.4.1.25506.1.2685
hh3cF1000-S-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2685 }

.1.3.6.1.4.1.25506.1.2686
hh3cF1000-9370-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2686 }

.1.3.6.1.4.1.25506.1.2687
hh3cF1000-9380-AI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2687 }

.1.3.6.1.4.1.25506.1.2688
hh3cF1000-750-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2688 }

.1.3.6.1.4.1.25506.1.2689
hh3cF1000-9350-AI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2689 }

.1.3.6.1.4.1.25506.1.2690
hh3cF1000-9360-AI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2690 }

.1.3.6.1.4.1.25506.1.2691
hh3cF1000-C8350-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2691 }

.1.3.6.1.4.1.25506.1.2692
hh3cF100-A91-WiNet-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2692 }

.1.3.6.1.4.1.25506.1.2693
hh3cF1000-9360-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2693 }

.1.3.6.1.4.1.25506.1.2694
hh3cF1000-C8390 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2694 }

.1.3.6.1.4.1.25506.1.2695
hh3cF1000-C-G5-LI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2695 }

.1.3.6.1.4.1.25506.1.2696
hh3cF100-A91-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2696 }

.1.3.6.1.4.1.25506.1.2697
hh3cF1000-C-G5-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2697 }

.1.3.6.1.4.1.25506.1.2698
hh3cF1000-C8370-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2698 }

.1.3.6.1.4.1.25506.1.2699
hh3cF1000-740-HI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2699 }

.1.3.6.1.4.1.25506.1.2700
hh3cF1000-A-G5-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2700 }

.1.3.6.1.4.1.25506.1.2701
hh3cF1000-C8380-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2701 }

.1.3.6.1.4.1.25506.1.2702
hh3cF1000-A-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2702 }

.1.3.6.1.4.1.25506.1.2703
hh3cF1000-C-XI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2703 }

.1.3.6.1.4.1.25506.1.2704
hh3cF1000-9350-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2704 }

.1.3.6.1.4.1.25506.1.2705
hh3cF1000-740-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2705 }

.1.3.6.1.4.1.25506.1.2706
hh3cF1000-C8385-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2706 }

.1.3.6.1.4.1.25506.1.2707
hh3cF1000-9380-AI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2707 }

.1.3.6.1.4.1.25506.1.2708
hh3cF100-E-G5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2708 }

.1.3.6.1.4.1.25506.1.2709
hh3cF1000-C8360 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2709 }

.1.3.6.1.4.1.25506.1.2710
hh3cF1000-770-HI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2710 }

.1.3.6.1.4.1.25506.1.2711
hh3cF1000-C8385 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2711 }

.1.3.6.1.4.1.25506.1.2712
hh3cF1000-9370-AI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2712 }

.1.3.6.1.4.1.25506.1.2713
hh3cF1000-AK1342 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2713 }

.1.3.6.1.4.1.25506.1.2714
hh3cF1000-AK1272-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2714 }

.1.3.6.1.4.1.25506.1.2715
hh3cF1000-AK1252 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2715 }

.1.3.6.1.4.1.25506.1.2716
hh3cF1000-AK1242-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2716 }

.1.3.6.1.4.1.25506.1.2717
hh3cF1000-AK1252-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2717 }

.1.3.6.1.4.1.25506.1.2718
hh3cF1000-AK1262 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2718 }

.1.3.6.1.4.1.25506.1.2719
hh3cF1000-AK1342-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2719 }

.1.3.6.1.4.1.25506.1.2720
hh3cF1000-AK1272 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2720 }

.1.3.6.1.4.1.25506.1.2721
hh3cF1000-AK1352 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2721 }

.1.3.6.1.4.1.25506.1.2722
hh3cF1000-AK1262-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2722 }

.1.3.6.1.4.1.25506.1.2723
hh3cF1000-AK1352-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2723 }

.1.3.6.1.4.1.25506.1.2724
hh3cF1000-AK1362-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2724 }

.1.3.6.1.4.1.25506.1.2725
hh3cF1000-AK1242 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2725 }

.1.3.6.1.4.1.25506.1.2726
hh3cF1000-AK1362 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2726 }

.1.3.6.1.4.1.25506.1.2727
hh3cF1000-C8380 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2727 }

.1.3.6.1.4.1.25506.1.2728
hh3cF1000-C8350 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2728 }

.1.3.6.1.4.1.25506.1.2729
hh3cF1000-770-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2729 }

.1.3.6.1.4.1.25506.1.2730
hh3cF1000-E-XI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2730 }

.1.3.6.1.4.1.25506.1.2731
hh3cF1000-C8390-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2731 }

.1.3.6.1.4.1.25506.1.2732
hh3cF1000-C-G5-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2732 }

.1.3.6.1.4.1.25506.1.2733
hh3cF1000-C8370 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2733 }

.1.3.6.1.4.1.25506.1.2734
hh3cF1000-E-XI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2734 }

.1.3.6.1.4.1.25506.1.2735
hh3cF1000-C8360-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2735 }

.1.3.6.1.4.1.25506.1.2736
hh3cF1000-750-HI-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2736 }

.1.3.6.1.4.1.25506.1.2737
hh3cF100-E-G5-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2737 }

.1.3.6.1.4.1.25506.1.2738
hh3cF1000-C-XI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2738 }

.1.3.6.1.4.1.25506.1.2739
hh3cSecPath-A2000-Cloud OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2739 }

.1.3.6.1.4.1.25506.1.2740
hh3cIE-Module-8P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2740 }

.1.3.6.1.4.1.25506.1.2741
hh3cIE-Module-8G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2741 }

.1.3.6.1.4.1.25506.1.2742
hh3cIE-Module-4G4P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2742 }

.1.3.6.1.4.1.25506.1.2743
hh3cIE4520-30S-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2743 }

.1.3.6.1.4.1.25506.1.2744
hh3cIE4520-54S-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2744 }

.1.3.6.1.4.1.25506.1.2745
hh3cMSR-EAD-AK770 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2745 }

.1.3.6.1.4.1.25506.1.2746
hh3cSecPath-D2000-AK655 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2746 }

.1.3.6.1.4.1.25506.1.2747
hh3cSecPath-D2025-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2747 }

.1.3.6.1.4.1.25506.1.2748
hh3cSecPath-D2055-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2748 }

.1.3.6.1.4.1.25506.1.2749
hh3cSecPath-D2035-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2749 }

.1.3.6.1.4.1.25506.1.2750
hh3cS1850V2-52X-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2750 }

.1.3.6.1.4.1.25506.1.2751
hh3cS5120V3-20P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2751 }

.1.3.6.1.4.1.25506.1.2752
hh3cMS4320V3-28P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2752 }

.1.3.6.1.4.1.25506.1.2753
hh3cMS4320V3-52P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2753 }

.1.3.6.1.4.1.25506.1.2754
hh3cS5120V3-28P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2754 }

.1.3.6.1.4.1.25506.1.2755
hh3cS5120V3-52P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2755 }

.1.3.6.1.4.1.25506.1.2756
hh3cS5128S-EI-D-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2756 }

.1.3.6.1.4.1.25506.1.2757
hh3cS5120V3-28S-HPWR-SI-Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2757 }

.1.3.6.1.4.1.25506.1.2758
hh3cS5048X-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2758 }

.1.3.6.1.4.1.25506.1.2759
hh3cS5120V3-52P-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2759 }

.1.3.6.1.4.1.25506.1.2760
hh3cS5024X-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2760 }

.1.3.6.1.4.1.25506.1.2761
hh3cS5120V3-28S-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2761 }

.1.3.6.1.4.1.25506.1.2762
hh3cS5120V3-28S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2762 }

.1.3.6.1.4.1.25506.1.2763
hh3cS5024X-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2763 }

.1.3.6.1.4.1.25506.1.2764
hh3cS5048X-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2764 }

.1.3.6.1.4.1.25506.1.2765
hh3cS5130S-52S-PWR-EI-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2765 }

.1.3.6.1.4.1.25506.1.2766
hh3cS1850V2-52X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2766 }

.1.3.6.1.4.1.25506.1.2767
hh3cS5120V3-52P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2767 }

.1.3.6.1.4.1.25506.1.2768
hh3cS5120V3-52S-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2768 }

.1.3.6.1.4.1.25506.1.2769
hh3cS1850V2-28X-HPWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2769 }

.1.3.6.1.4.1.25506.1.2770
hh3cS5024X-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2770 }

.1.3.6.1.4.1.25506.1.2771
hh3cMS4320V3-28S-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2771 }

.1.3.6.1.4.1.25506.1.2772
hh3cS5130S-52P-PWR-EI-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2772 }

.1.3.6.1.4.1.25506.1.2773
hh3cS5120V3-28P-HPWR-LI-Q OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2773 }

.1.3.6.1.4.1.25506.1.2774
hh3cS5120V3-28P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2774 }

.1.3.6.1.4.1.25506.1.2775
hh3cS5120V3-28P-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2775 }

.1.3.6.1.4.1.25506.1.2776
hh3cS1850V2-28X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2776 }

.1.3.6.1.4.1.25506.1.2777
hh3cMS4320V3-52S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2777 }

.1.3.6.1.4.1.25506.1.2778
hh3cMS4320V3-28S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2778 }

.1.3.6.1.4.1.25506.1.2779
hh3cS5120V3-52S-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2779 }

.1.3.6.1.4.1.25506.1.2780
hh3cS5120V3-28S-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2780 }

.1.3.6.1.4.1.25506.1.2781
hh3cS5120V3-52S-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2781 }

.1.3.6.1.4.1.25506.1.2782
hh3cSecPath-F3015-I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2782 }

.1.3.6.1.4.1.25506.1.2783
hh3cSecPath-F3115-I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2783 }

.1.3.6.1.4.1.25506.1.2784
hh3cSecPath-A3115-I OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2784 }

.1.3.6.1.4.1.25506.1.2785
hh3cF1000-T1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2785 }

.1.3.6.1.4.1.25506.1.2786
hh3cF1000-AI-05 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2786 }

.1.3.6.1.4.1.25506.1.2787
hh3cF1000-AI-15 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2787 }

.1.3.6.1.4.1.25506.1.2788
hh3cSecPath-AFC2040-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2788 }

.1.3.6.1.4.1.25506.1.2789
hh3cSecPath-AFC2100-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2789 }

.1.3.6.1.4.1.25506.1.2790
hh3cSecPath-AFC2200-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2790 }

.1.3.6.1.4.1.25506.1.2791
hh3cSecPath-AFC2400-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2791 }

.1.3.6.1.4.1.25506.1.2792
hh3cSecPath-AFC2020-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2792 }

.1.3.6.1.4.1.25506.1.2793
hh3cSecPath-AFC2000-D-G2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2793 }

.1.3.6.1.4.1.25506.1.2794
hh3cWX5560X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2794 }

.1.3.6.1.4.1.25506.1.2795
hh3cF5000-AI160 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2795 }

.1.3.6.1.4.1.25506.1.2796
hh3cS9825-64D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2796 }

.1.3.6.1.4.1.25506.1.2797
hh3cS9855-48CD8D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2797 }

.1.3.6.1.4.1.25506.1.2798
hh3cWX5540X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2798 }

.1.3.6.1.4.1.25506.1.2799
hh3cWBC580G2-GL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2799 }

.1.3.6.1.4.1.25506.1.2800
hh3cF1000-V50-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2800 }

.1.3.6.1.4.1.25506.1.2801
hh3cF1000-V50 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2801 }

.1.3.6.1.4.1.25506.1.2802
hh3cCSAP-NTA-600 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2802 }

.1.3.6.1.4.1.25506.1.2803
hh3cCSAP-NTA-600-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2803 }

.1.3.6.1.4.1.25506.1.2804
hh3cCSAP-NTA-500-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2804 }

.1.3.6.1.4.1.25506.1.2805
hh3cCSAP-NTA-300 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2805 }

.1.3.6.1.4.1.25506.1.2806
hh3cCSAP-NTA-400 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2806 }

.1.3.6.1.4.1.25506.1.2807
hh3cCSAP-NTA-100-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2807 }

.1.3.6.1.4.1.25506.1.2808
hh3cCSAP-NTA-100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2808 }

.1.3.6.1.4.1.25506.1.2809
hh3cCSAP-NTA-200-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2809 }

.1.3.6.1.4.1.25506.1.2810
hh3cCSAP-NTA-400-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2810 }

.1.3.6.1.4.1.25506.1.2811
hh3cCSAP-NTA-500 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2811 }

.1.3.6.1.4.1.25506.1.2812
hh3cCSAP-NTA-300-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2812 }

.1.3.6.1.4.1.25506.1.2813
hh3cCSAP-NTA-AK375 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2813 }

.1.3.6.1.4.1.25506.1.2814
hh3cCSAP-NTA-AK375-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2814 }

.1.3.6.1.4.1.25506.1.2815
hh3cCSAP-NTA-200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2815 }

.1.3.6.1.4.1.25506.1.2816
hh3cF1000-V90 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2816 }

.1.3.6.1.4.1.25506.1.2817
hh3cF1000-V60 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2817 }

.1.3.6.1.4.1.25506.1.2818
hh3cF1000-V90-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2818 }

.1.3.6.1.4.1.25506.1.2819
hh3cF1000-V60-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2819 }

.1.3.6.1.4.1.25506.1.2820
hh3cS7510X-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2820 }

.1.3.6.1.4.1.25506.1.2821
hh3cT1000-AK365 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2821 }

.1.3.6.1.4.1.25506.1.2822
hh3cT1000-AK355 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2822 }

.1.3.6.1.4.1.25506.1.2823
hh3cT1000-AK355-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2823 }

.1.3.6.1.4.1.25506.1.2824
hh3cT1000-AK345 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2824 }

.1.3.6.1.4.1.25506.1.2825
hh3cT1000-AK345-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2825 }

.1.3.6.1.4.1.25506.1.2826
hh3cT1000-AK365-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2826 }

.1.3.6.1.4.1.25506.1.2827
hh3cWX2520X-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2827 }

.1.3.6.1.4.1.25506.1.2828
hh3cWX2560X-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2828 }

.1.3.6.1.4.1.25506.1.2829
hh3cS5590-48T4XC-HI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2829 }

.1.3.6.1.4.1.25506.1.2830
hh3cS6520X-30XG-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2830 }

.1.3.6.1.4.1.25506.1.2831
hh3cS5590-48S4XC-HI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2831 }

.1.3.6.1.4.1.25506.1.2832
hh3cS5130S-30C-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2832 }

.1.3.6.1.4.1.25506.1.2833
hh3cS6520X-54HT-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2833 }

.1.3.6.1.4.1.25506.1.2834
hh3cS5130S-54C-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2834 }

.1.3.6.1.4.1.25506.1.2835
hh3cS6520XP-54XG-EI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2835 }

.1.3.6.1.4.1.25506.1.2836
hh3cBX608FE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2836 }

.1.3.6.1.4.1.25506.1.2837
hh3cBX720E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2837 }

.1.3.6.1.4.1.25506.1.2838
hh3cBX1020EF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2838 }

.1.3.6.1.4.1.25506.1.2839
hh3cOM100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2839 }

.1.3.6.1.4.1.25506.1.2840
hh3cHN720E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2840 }

.1.3.6.1.4.1.25506.1.2841
hh3cBX1010E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2841 }

.1.3.6.1.4.1.25506.1.2842
hh3cHN608FE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2842 }

.1.3.6.1.4.1.25506.1.2843
hh3cBX720EF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2843 }

.1.3.6.1.4.1.25506.1.2844
hh3cHN720EF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2844 }

.1.3.6.1.4.1.25506.1.2845
hh3cMSR860-6EI-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2845 }

.1.3.6.1.4.1.25506.1.2846
hh3cMSR3640-X1-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2846 }

.1.3.6.1.4.1.25506.1.2847
hh3cMSR860-6HI-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2847 }

.1.3.6.1.4.1.25506.1.2848
hh3cMSR3660-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2848 }

.1.3.6.1.4.1.25506.1.2849
hh3cMSR3640-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2849 }

.1.3.6.1.4.1.25506.1.2850
hh3cMSR3620-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2850 }

.1.3.6.1.4.1.25506.1.2851
hh3cMSR3620-X1-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2851 }

.1.3.6.1.4.1.25506.1.2852
hh3cMSR3640-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2852 }

.1.3.6.1.4.1.25506.1.2853
hh3cS6800-54QF-H5 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2853 }

.1.3.6.1.4.1.25506.1.2854
hh3cS6826-48Y8C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2854 }

.1.3.6.1.4.1.25506.1.2855
hh3cS9826-32C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2855 }

.1.3.6.1.4.1.25506.1.2856
hh3cCSAP-NTA-V200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2856 }

.1.3.6.1.4.1.25506.1.2857
hh3cCSAP-NTA-V1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2857 }

.1.3.6.1.4.1.25506.1.2858
hh3cADC1070 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2858 }

.1.3.6.1.4.1.25506.1.2859
hh3cADC5010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2859 }

.1.3.6.1.4.1.25506.1.2860
hh3cADC5030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2860 }

.1.3.6.1.4.1.25506.1.2861
hh3cS6850-56HF-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2861 }

.1.3.6.1.4.1.25506.1.2862
hh3cS6805-56HF-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2862 }

.1.3.6.1.4.1.25506.1.2863
hh3cS1850V2-28P-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2863 }

.1.3.6.1.4.1.25506.1.2864
hh3cS1850V2-28P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2864 }

.1.3.6.1.4.1.25506.1.2865
hh3cS1850V2-52P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2865 }

.1.3.6.1.4.1.25506.1.2866
hh3cWA6322H-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2866 }

.1.3.6.1.4.1.25506.1.2867
hh3cWA6338-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2867 }

.1.3.6.1.4.1.25506.1.2868
hh3cWA6320S-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2868 }

.1.3.6.1.4.1.25506.1.2869
hh3cSecCenter-X6010-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2869 }

.1.3.6.1.4.1.25506.1.2870
hh3cSecPath-D2000-G510 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2870 }

.1.3.6.1.4.1.25506.1.2871
hh3cSecPath-A2000-G510 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2871 }

.1.3.6.1.4.1.25506.1.2872
hh3cSecPath-W2000-G510 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2872 }

.1.3.6.1.4.1.25506.1.2873
hh3cSecPath-GAP2000-G510 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2873 }

.1.3.6.1.4.1.25506.1.2874
hh3cSecPath-SysScan-G510 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2874 }

.1.3.6.1.4.1.25506.1.2875
hh3cCR16000-M8 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2875 }

.1.3.6.1.4.1.25506.1.2876
hh3cCR16000-M16 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2876 }

.1.3.6.1.4.1.25506.1.2877
hh3cS9850-32H-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2877 }

.1.3.6.1.4.1.25506.1.2878
hh3cS6805-56HT-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2878 }

.1.3.6.1.4.1.25506.1.2879
hh3cWX2580X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2879 }

.1.3.6.1.4.1.25506.1.2880
hh3cS5538C-PWR-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2880 }

.1.3.6.1.4.1.25506.1.2881
hh3cS5538F-EI-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2881 }

.1.3.6.1.4.1.25506.1.2882
hh3cS5554C-EI-D-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2882 }

.1.3.6.1.4.1.25506.1.2883
hh3cS5120V3-28P-HPWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2883 }

.1.3.6.1.4.1.25506.1.2884
hh3cS5120V3-12TP-HPWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2884 }

.1.3.6.1.4.1.25506.1.2885
hh3cS3100V3-28TP-PWR-EI-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2885 }

.1.3.6.1.4.1.25506.1.2886
hh3cS5130S-28S-HPWR-EI-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2886 }

.1.3.6.1.4.1.25506.1.2887
hh3cS5120V3-28S-HPWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2887 }

.1.3.6.1.4.1.25506.1.2888
hh3cS5120V3-10P-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2888 }

.1.3.6.1.4.1.25506.1.2889
hh3cS5120V3-10P-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2889 }

.1.3.6.1.4.1.25506.1.2890
hh3cMS4320V3-28P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2890 }

.1.3.6.1.4.1.25506.1.2891
hh3cWS5820-10P-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2891 }

.1.3.6.1.4.1.25506.1.2892
hh3cS5130S-28P-HPWR-EI-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2892 }

.1.3.6.1.4.1.25506.1.2893
hh3cMS4320V3-10P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2893 }

.1.3.6.1.4.1.25506.1.2894
hh3cS5120V3-10P-PWR-LI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2894 }

.1.3.6.1.4.1.25506.1.2895
hh3cMS4320V3-20P-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2895 }

.1.3.6.1.4.1.25506.1.2896
hh3cS6550X-56HF-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2896 }

.1.3.6.1.4.1.25506.1.2897
hh3cS6880-48Y8C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2897 }

.1.3.6.1.4.1.25506.1.2898
hh3cS6880-48X8C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2898 }

.1.3.6.1.4.1.25506.1.2899
hh3cSecPath-DA2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2899 }

.1.3.6.1.4.1.25506.1.2900
hh3cSecPath-DM2030-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2900 }

.1.3.6.1.4.1.25506.1.2901
hh3cSecPath-DLP2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2901 }

.1.3.6.1.4.1.25506.1.2902
hh3cSecPath-DE2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2902 }

.1.3.6.1.4.1.25506.1.2903
hh3cSecPath-DE2010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2903 }

.1.3.6.1.4.1.25506.1.2904
hh3cSecPath-DF2010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2904 }

.1.3.6.1.4.1.25506.1.2905
hh3cSecPath-DLP2030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2905 }

.1.3.6.1.4.1.25506.1.2906
hh3cSecPath-DM2020-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2906 }

.1.3.6.1.4.1.25506.1.2907
hh3cSecPath-DM2030-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2907 }

.1.3.6.1.4.1.25506.1.2908
hh3cSecPath-DM2010-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2908 }

.1.3.6.1.4.1.25506.1.2909
hh3cSecPath-DF2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2909 }

.1.3.6.1.4.1.25506.1.2910
hh3cSecPath-DF2030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2910 }

.1.3.6.1.4.1.25506.1.2911
hh3cSecPath-DM2010-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2911 }

.1.3.6.1.4.1.25506.1.2912
hh3cSecPath-DLP2050 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2912 }

.1.3.6.1.4.1.25506.1.2913
hh3cSecPath-DM2020-S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2913 }

.1.3.6.1.4.1.25506.1.2914
hh3cS5554S-EI-D-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2914 }

.1.3.6.1.4.1.25506.1.2915
hh3cS5590-28P8XC-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2915 }

.1.3.6.1.4.1.25506.1.2916
hh3cS5590-48P6XC-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2916 }

.1.3.6.1.4.1.25506.1.2917
hh3cS5536F-EI-D-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2917 }

.1.3.6.1.4.1.25506.1.2918
hh3cF1000-K1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2918 }

.1.3.6.1.4.1.25506.1.2919
hh3cMSR3610E-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2919 }

.1.3.6.1.4.1.25506.1.2920
hh3cMSR3610E-X1-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2920 }

.1.3.6.1.4.1.25506.1.2921
hh3cS6520X-54HF-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2921 }

.1.3.6.1.4.1.25506.1.2922
hh3cS6520X-30HF-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2922 }

.1.3.6.1.4.1.25506.1.2923
hh3cS6520X-54HF-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2923 }

.1.3.6.1.4.1.25506.1.2924
hh3cS6520X-30HF-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2924 }

.1.3.6.1.4.1.25506.1.2925
hh3cMSR1004S-5G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2925 }

.1.3.6.1.4.1.25506.1.2926
hh3cMSR2600-15-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2926 }

.1.3.6.1.4.1.25506.1.2927
hh3cSecCenter-X6030 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2927 }

.1.3.6.1.4.1.25506.1.2928
hh3cUS310-P OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2928 }

.1.3.6.1.4.1.25506.1.2929
hh3cUS310 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2929 }

.1.3.6.1.4.1.25506.1.2930
hh3cS1850V2-10P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2930 }

.1.3.6.1.4.1.25506.1.2931
hh3cS1850V2-9P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2931 }

.1.3.6.1.4.1.25506.1.2932
hh3cS1850V2-10P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2932 }

.1.3.6.1.4.1.25506.1.2933
hh3cICG2000H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2933 }

.1.3.6.1.4.1.25506.1.2934
hh3cICG2000H-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2934 }

.1.3.6.1.4.1.25506.1.2935
hh3cICG3000H-DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2935 }

.1.3.6.1.4.1.25506.1.2936
hh3cMSR2660-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2936 }

.1.3.6.1.4.1.25506.1.2937
hh3cICG3000H-DP-DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2937 }

.1.3.6.1.4.1.25506.1.2938
hh3cMSR2600-12X-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2938 }

.1.3.6.1.4.1.25506.1.2939
hh3cMSR1008 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2939 }

.1.3.6.1.4.1.25506.1.2940
hh3cMSR2630E-X1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2940 }

.1.3.6.1.4.1.25506.1.2941
hh3cMSR2680-XS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2941 }

.1.3.6.1.4.1.25506.1.2942
hh3cMSR2610-13X-WiNet OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2942 }

.1.3.6.1.4.1.25506.1.2943
hh3cS5590XP-48T4XC-HI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2943 }

.1.3.6.1.4.1.25506.1.2944
hh3cS5590XP-48S4XC-HI-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2944 }

.1.3.6.1.4.1.25506.1.2945
hh3cT1000-AI-65-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2945 }

.1.3.6.1.4.1.25506.1.2946
hh3cT1000-AI-25 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2946 }

.1.3.6.1.4.1.25506.1.2947
hh3cT1000-AI-35 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2947 }

.1.3.6.1.4.1.25506.1.2948
hh3cT1000-AI-35-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2948 }

.1.3.6.1.4.1.25506.1.2949
hh3cT1000-AI-25-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2949 }

.1.3.6.1.4.1.25506.1.2950
hh3cT1000-AI-65 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2950 }

.1.3.6.1.4.1.25506.1.2951
hh3cT1000-AI-55 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2951 }

.1.3.6.1.4.1.25506.1.2952
hh3cT1000-AI-55-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2952 }

.1.3.6.1.4.1.25506.1.2953
hh3cSecPath-GAP2000-BI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2953 }

.1.3.6.1.4.1.25506.1.2954
hh3cWA6528i OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2954 }

.1.3.6.1.4.1.25506.1.2955
hh3cS10512X-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2955 }

.1.3.6.1.4.1.25506.1.2956
hh3cS10506X-G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2956 }

.1.3.6.1.4.1.25506.1.2957
hh3cS7506X-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2957 }

.1.3.6.1.4.1.25506.1.2958
hh3cS7510X-X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2958 }

.1.3.6.1.4.1.25506.1.2959
hh3cL1000-AK325-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2959 }

.1.3.6.1.4.1.25506.1.2960
hh3cL1000-AK325 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2960 }

.1.3.6.1.4.1.25506.1.2961
hh3cL1000-AK315-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2961 }

.1.3.6.1.4.1.25506.1.2962
hh3cL1000-AK315 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2962 }

.1.3.6.1.4.1.25506.1.2963
hh3cSecPath-DS2000-MGT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2963 }

.1.3.6.1.4.1.25506.1.2964
hh3cF1000-AK9210 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2964 }

.1.3.6.1.4.1.25506.1.2965
hh3cF1000-SASE100 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2965 }

.1.3.6.1.4.1.25506.1.2966
hh3cF1000-AK9110 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2966 }

.1.3.6.1.4.1.25506.1.2967
hh3cF1000-SASE200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2967 }

.1.3.6.1.4.1.25506.1.2968
hh3cF5000-CN60-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2968 }

.1.3.6.1.4.1.25506.1.2969
hh3cF5000-CN60 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2969 }

.1.3.6.1.4.1.25506.1.2970
hh3cF5000-CN30 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2970 }

.1.3.6.1.4.1.25506.1.2971
hh3cF5000-CN30-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2971 }

.1.3.6.1.4.1.25506.1.2972
hh3cF5000-CN60-D OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2972 }

.1.3.6.1.4.1.25506.1.2973
hh3cF5000-CN60-D-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2973 }

.1.3.6.1.4.1.25506.1.2974
hh3cMS4100V2-10P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2974 }

.1.3.6.1.4.1.25506.1.2975
hh3cMS4100V2-28P-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2975 }

.1.3.6.1.4.1.25506.1.2976
hh3cMS4100V2-52P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2976 }

.1.3.6.1.4.1.25506.1.2977
hh3cMS4100V2-28P-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2977 }

.1.3.6.1.4.1.25506.1.2978
hh3cMS4100V2-10P-HPWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2978 }

.1.3.6.1.4.1.25506.1.2979
hh3cMS4100V2-52P-PWR-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2979 }

.1.3.6.1.4.1.25506.1.2980
hh3cLSPM6FWDB-Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2980 }

.1.3.6.1.4.1.25506.1.2981
hh3cLSPM6FWDB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2981 }

.1.3.6.1.4.1.25506.1.2982
hh3cIE4320-12P-PWR-M-NAT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2982 }

.1.3.6.1.4.1.25506.1.2983
hh3cWA6338 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2983 }

.1.3.6.1.4.1.25506.1.2984
hh3cWA6638i OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2984 }

.1.3.6.1.4.1.25506.1.2985
hh3cWA6628XM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2985 }

.1.3.6.1.4.1.25506.1.2986
hh3cWA6330 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2986 }

.1.3.6.1.4.1.25506.1.2987
hh3cWA6628X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2987 }

.1.3.6.1.4.1.25506.1.2988
hh3cWA6320-JP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2988 }

.1.3.6.1.4.1.25506.1.2989
hh3cWA6320-SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2989 }

.1.3.6.1.4.1.25506.1.2990
hh3cWA6320 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2990 }

.1.3.6.1.4.1.25506.1.2991
hh3cWA6526H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2991 }

.1.3.6.1.4.1.25506.1.2992
hh3cWA6630X-JP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2992 }

.1.3.6.1.4.1.25506.1.2993
hh3cWA6636 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2993 }

.1.3.6.1.4.1.25506.1.2994
hh3cWA6530 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2994 }

.1.3.6.1.4.1.25506.1.2995
hh3cWA6322H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2995 }

.1.3.6.1.4.1.25506.1.2996
hh3cWA6320H-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2996 }

.1.3.6.1.4.1.25506.1.2997
hh3cWA6322 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2997 }

.1.3.6.1.4.1.25506.1.2998
hh3cWA6320H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2998 }

.1.3.6.1.4.1.25506.1.2999
hh3cWA6320H-XEPON OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 2999 }

.1.3.6.1.4.1.25506.1.3000
hh3cWA6638-JP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cProductId(1) 3000 }

.1.3.6.1.4.1.25506.2
hh3cCommon OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 2 }

.1.3.6.1.4.1.25506.2.1
hh3cFtm OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-FTM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 1 }

.1.3.6.1.4.1.25506.2.1.1
hh3cFtmManMIB MODULE-IDENTITY
  -- FROM	HH3C-FTM-MIB
  DESCRIPTION	"this MIB will maintain Fabric topology management.
                 The MIB includes unit-id, unit-name and
                      fabric authentication information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) 1 }

.1.3.6.1.4.1.25506.2.1.1.1
hh3cFtmManMIBObjects OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) 1 }

.1.3.6.1.4.1.25506.2.1.1.1.1
hh3cFtmUnitTable OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of informations of XRN-Fabric Unit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.1.1.1.1.1
hh3cFtmUnitEntry OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFtmIndex }
  DESCRIPTION	"An entry for configuring unit informations of XRN-Fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) hh3cFtmUnitTable(1) 1 }

.1.3.6.1.4.1.25506.2.1.1.1.1.1.1
hh3cFtmIndex OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The unique index of a unit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) hh3cFtmUnitTable(1) hh3cFtmUnitEntry(1) 1 }

.1.3.6.1.4.1.25506.2.1.1.1.1.1.2
hh3cFtmUnitID OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Identifer of unit in fabric. Its value should be between 1 and the maximum which defines
                in product specification.
                An exception is described in description of hh3cFtmNumberMode. In that case, the value
                of this object remains its original value after set to zero.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) hh3cFtmUnitTable(1) hh3cFtmUnitEntry(1) 2 }

.1.3.6.1.4.1.25506.2.1.1.1.1.1.3
hh3cFtmUnitName OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Name of unit in XRN-Fabric. It consists of no more than 64 characters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) hh3cFtmUnitTable(1) hh3cFtmUnitEntry(1) 3 }

.1.3.6.1.4.1.25506.2.1.1.1.1.1.4
hh3cFtmUnitRole OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  SYNTAX	INTEGER {master(0), slave(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Role of unit in XRN-Fabric. One unit in a XRN-Fabric acts as master role and others
                act as slave roles"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) hh3cFtmUnitTable(1) hh3cFtmUnitEntry(1) 4 }

.1.3.6.1.4.1.25506.2.1.1.1.1.1.5
hh3cFtmNumberMode OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  SYNTAX	INTEGER {automatic(0), manual(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Numbering Mode of unit in XRN-Fabric.  If the unit ID is assigned by the auto
                numbering algorithm, the numbering mode will be automatic numbering; if the
                unit ID (hh3cFtmUnitID) is assigned by the user, the numbering mode will be manual
                numbering; if hh3cFtmUnitID is set to be zero, the numbering mode will become
                automatic numbering."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) hh3cFtmUnitTable(1) hh3cFtmUnitEntry(1) 5 }

.1.3.6.1.4.1.25506.2.1.1.1.2
hh3cFtmAuthMode OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  SYNTAX	INTEGER {ftm-none(0), ftm-simple(1), ftm-md5(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Authentication mode of XRN-Fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.2.1.1.1.3
hh3cFtmAuthValue OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Authentication value of XRN-Fabric Feature. ftm_none mode means no authentication.
                In simple mode, the value is password of a string of 1 to 16 charactors.
                While in md5 mode, the value is key of a string within 16 charactors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) 3 }

.1.3.6.1.4.1.25506.2.1.1.1.4
hh3cFtmFabricVlanID OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  SYNTAX	INTEGER (2..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object is used for get and set the Fabric VlanID.
                Only is the equipment not in the stacking status, the value can be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) 4 }

.1.3.6.1.4.1.25506.2.1.1.1.5
hh3cFtmFabricType OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  SYNTAX	INTEGER {outofStack(1), line(2), ring(3), mesh(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Topology type of Fabric.
                outofStack means this unit is not in stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBObjects(1) 5 }

.1.3.6.1.4.1.25506.2.1.1.2
hh3cFtmManMIBComformance OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) 2 }

.1.3.6.1.4.1.25506.2.1.1.2.1
hh3cFtmMIBCompliances OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBComformance(2) 1 }

.1.3.6.1.4.1.25506.2.1.1.2.1.1
hh3cFtmMIBCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-FTM-MIB
  DESCRIPTION	"The compliance statement for FTM implementing the MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBComformance(2) hh3cFtmMIBCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.1.1.2.2
hh3cFtmMIBGroups OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBComformance(2) 2 }

.1.3.6.1.4.1.25506.2.1.1.2.2.1
hh3cFtmConfigGroup OBJECT-GROUP
  -- FROM	HH3C-FTM-MIB
  DESCRIPTION	"The basic collection of objects for sending trap of FTM Management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBComformance(2) hh3cFtmMIBGroups(2) 1 }

.1.3.6.1.4.1.25506.2.1.1.2.2.2
hh3cFtmNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
  DESCRIPTION	"The basic collection of objects for sending trap of FTM Management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBComformance(2) hh3cFtmMIBGroups(2) 2 }

.1.3.6.1.4.1.25506.2.1.1.3
hh3cFtmManMIBNotification OBJECT-TYPE
  -- FROM	HH3C-FTM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) 3 }

.1.3.6.1.4.1.25506.2.1.1.3.1
hh3cFtmUnitIDChange NOTIFICATION-TYPE
  -- FROM	HH3C-FTM-MIB
  OBJECTS	{ hh3cFtmIndex, hh3cFtmUnitID }
  DESCRIPTION	"When unit id changes in fabric, this trap is sent with unit index and its new id ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBNotification(3) 1 }

.1.3.6.1.4.1.25506.2.1.1.3.2
hh3cFtmUnitNameChange NOTIFICATION-TYPE
  -- FROM	HH3C-FTM-MIB
  OBJECTS	{ hh3cFtmIndex, hh3cFtmUnitName }
  DESCRIPTION	"When unit name changes in fabric, this trap is sent with unit index and its new name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFtm(1) hh3cFtmManMIB(1) hh3cFtmManMIBNotification(3) 2 }

.1.3.6.1.4.1.25506.2.2
hh3cUIMgt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 2 }

.1.3.6.1.4.1.25506.2.2.1
hh3cUIMgtObjects OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) 1 }

.1.3.6.1.4.1.25506.2.2.1.1
hh3cUIBasicInfo OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) 1 }

.1.3.6.1.4.1.25506.2.2.1.1.1
hh3cUIScalarObjects OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) 1 }

.1.3.6.1.4.1.25506.2.2.1.1.2
hh3cUITrapBindObjects OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) 2 }

.1.3.6.1.4.1.25506.2.2.1.1.2.1
hh3cTerminalUserName OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        It represents the name of the logging user when login with authentication,
        otherwise login mode, such as Console, AUX, TTY, VTY etc.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) hh3cUITrapBindObjects(2) 1 }

.1.3.6.1.4.1.25506.2.2.1.1.2.2
hh3cTerminalSource OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        Login mode, such as Console, AUX, TTY, VTY etc.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) hh3cUITrapBindObjects(2) 2 }

.1.3.6.1.4.1.25506.2.2.1.1.2.3
hh3cTerminalUserAuthFailureReason OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  SYNTAX	INTEGER {exceedRetries(1), authTimeout(2), otherReason(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The reason why a user failed to log in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) hh3cUITrapBindObjects(2) 3 }

.1.3.6.1.4.1.25506.2.2.1.1.3
hh3cUINotifications OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) 3 }

.1.3.6.1.4.1.25506.2.2.1.1.3.0
hh3cUINotificationsPrefix OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) hh3cUINotifications(3) 0 }

.1.3.6.1.4.1.25506.2.2.1.1.3.0.1
hh3cLogIn NOTIFICATION-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  OBJECTS	{ hh3cTerminalUserName, hh3cTerminalSource }
  DESCRIPTION	"
        This notification is generated when a user logs in.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) hh3cUINotifications(3) hh3cUINotificationsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.2.1.1.3.0.2
hh3cLogOut NOTIFICATION-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  OBJECTS	{ hh3cTerminalUserName, hh3cTerminalSource }
  DESCRIPTION	"
        This notification is generated when a user logs out.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) hh3cUINotifications(3) hh3cUINotificationsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.2.1.1.3.0.3
hh3cLogInAuthenFailure NOTIFICATION-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  OBJECTS	{ hh3cTerminalUserName, hh3cTerminalSource, hh3cTerminalUserAuthFailureReason }
  DESCRIPTION	"
        This notification is generated when a user fails to log in
        because of authentication.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cUIBasicInfo(1) hh3cUINotifications(3) hh3cUINotificationsPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.2.1.2
hh3cVtyMan OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) 2 }

.1.3.6.1.4.1.25506.2.2.1.2.1
hh3cVtyAccTable OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cVtyMan(2) 1 }

.1.3.6.1.4.1.25506.2.2.1.2.1.1
hh3cVtyAccEntry OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVtyAccUserIndex, hh3cVtyAccConnway }
  DESCRIPTION	"Description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cVtyMan(2) hh3cVtyAccTable(1) 1 }

.1.3.6.1.4.1.25506.2.2.1.2.1.1.1
hh3cVtyAccUserIndex OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The relative index of the user interface of vty.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cVtyMan(2) hh3cVtyAccTable(1) hh3cVtyAccEntry(1) 1 }

.1.3.6.1.4.1.25506.2.2.1.2.1.1.2
hh3cVtyAccConnway OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  SYNTAX	INTEGER {inbound(1), outbound(2), linkinbound(3), acl6inbound(11), acl6outbound(12)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        inbound(1):Filter login connections from current UI with ipv4 layer acl.
        outbound(2):Filter logout connections from current UI with ipv4 layer acl.
        linkinbound(3):Filter login connections from current UI with link layer acl.
        acl6inbound(11):Filter login connections from current UI with ipv6 layer acl.
        acl6outbound(12):Filter logout connections from current UI with ipv6 layer acl.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cVtyMan(2) hh3cVtyAccTable(1) hh3cVtyAccEntry(1) 2 }

.1.3.6.1.4.1.25506.2.2.1.2.1.1.3
hh3cVtyAccAclNum OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The filter rule number of ACL.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cVtyMan(2) hh3cVtyAccTable(1) hh3cVtyAccEntry(1) 3 }

.1.3.6.1.4.1.25506.2.2.1.2.1.1.4
hh3cVtyAccEntryRowStatus OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this conceptual row. Now only support CreateAndGo and
        Destroy and Active.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cVtyMan(2) hh3cVtyAccTable(1) hh3cVtyAccEntry(1) 4 }

.1.3.6.1.4.1.25506.2.2.1.3
hh3cConStatus OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) 3 }

.1.3.6.1.4.1.25506.2.2.1.3.1
hh3cConStatusTable OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The current status of CONSOLE user interface. A group of
        attributes are used to describe the current status.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cConStatus(3) 1 }

.1.3.6.1.4.1.25506.2.2.1.3.1.1
hh3cConStatusEntry OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cConUserIndex }
  DESCRIPTION	"
        An entry of hh3cConStatusTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cConStatus(3) hh3cConStatusTable(1) 1 }

.1.3.6.1.4.1.25506.2.2.1.3.1.1.1
hh3cConUserIndex OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of the user interface of CONSOLE.
        It's equal to current UserID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cConStatus(3) hh3cConStatusTable(1) hh3cConStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.2.1.3.1.1.2
hh3cConReAuth OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
  SYNTAX	INTEGER {disable(1), enable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The re-authentication attribute of current user interface.
        After disconnection of current user interface, connection
        is rebuilt, at the moment
        disable(1): re-authentication is not need.
        enable(2): re-authentication is need.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtObjects(1) hh3cConStatus(3) hh3cConStatusTable(1) hh3cConStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.2.2
hh3cUIMgtMIBConformance18 OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) 2 }

.1.3.6.1.4.1.25506.2.2.2.1
hh3cUIMgtMIBCompliances OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtMIBConformance18(2) 1 }

.1.3.6.1.4.1.25506.2.2.2.1.1
hh3cUIMgtMIBCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-UI-MAN-MIB
  DESCRIPTION	"The compliance statement"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtMIBConformance18(2) hh3cUIMgtMIBCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.2.2.2
hh3cUIMgtManMIBGroups OBJECT-TYPE
  -- FROM	HH3C-UI-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtMIBConformance18(2) 2 }

.1.3.6.1.4.1.25506.2.2.2.2.1
hh3cUIMgtBasicGroup OBJECT-GROUP
  -- FROM	HH3C-UI-MAN-MIB
  DESCRIPTION	"A collection of objects for a basic implement."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtMIBConformance18(2) hh3cUIMgtManMIBGroups(2) 1 }

.1.3.6.1.4.1.25506.2.2.2.2.2
hh3cConStatusGroup OBJECT-GROUP
  -- FROM	HH3C-UI-MAN-MIB
  DESCRIPTION	"A collection of current user interface status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUIMgt(2) hh3cUIMgtMIBConformance18(2) hh3cUIMgtManMIBGroups(2) 2 }

.1.3.6.1.4.1.25506.2.3
hh3cSystemMan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 3 }

.1.3.6.1.4.1.25506.2.3.1
hh3cSystemManMIBObjects OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) 1 }

.1.3.6.1.4.1.25506.2.3.1.1
hh3cSysClock OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.1.1
hh3cSysLocalClock OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This node gives the current local time of the system.
        The unit of it is DateAndTime.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.1.2
hh3cSysSummerTime OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.1.2.1
hh3cSysSummerTimeEnable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This node indicates the status of summer time.
        If the value of this node is enable, means that summer time is
        enabled.
        If the value is disable, means that summer time is disabled.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) hh3cSysSummerTime(2) 1 }

.1.3.6.1.4.1.25506.2.3.1.1.2.2
hh3cSysSummerTimeZone OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This node describes the name of time zone in summer.
        The string is only used to display in local time when summer
        time is running.
        That the value of hh3cSysLocalClock has the time zone information
        means that summer time is running.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) hh3cSysSummerTime(2) 2 }

.1.3.6.1.4.1.25506.2.3.1.1.2.3
hh3cSysSummerTimeMethod OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {oneOff(1), repeating(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This node provides the execute method of summer time.
        oneOff(1):   means that summer time only takes effect at specified time.
        repeating(2): means that summer time takes effect in specified month/day
                      once a year.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) hh3cSysSummerTime(2) 3 }

.1.3.6.1.4.1.25506.2.3.1.1.2.4
hh3cSysSummerTimeStart OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This node provides the start time of summer time.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) hh3cSysSummerTime(2) 4 }

.1.3.6.1.4.1.25506.2.3.1.1.2.5
hh3cSysSummerTimeEnd OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This node provides the end time of summer time.
        The end time must be more than start time one day and less
        than start time one year.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) hh3cSysSummerTime(2) 5 }

.1.3.6.1.4.1.25506.2.3.1.1.2.6
hh3cSysSummerTimeOffset OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..86399) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This node provides the offset time of summer time.
        The offset time(in seconds) means that how much time need to be
        appended to the local time.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) hh3cSysSummerTime(2) 6 }

.1.3.6.1.4.1.25506.2.3.1.1.3
hh3cSysLocalClockString OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	OCTET STRING (16..24) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This node gives the current local time of the system.
        For example, Tuesday May 26, 2002 at 1:30:15 would be
        displayed as: 2002-5-26T13:30:15.0Z"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.1.4
hh3cSysClockProtocolGroup OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.1.4.1
hh3cSysClockProtocol OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {none(1), ntp(2), ptp(3), interface(4), gnss(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Writing none(1) to this object indicates to use the local system time.
        When the value is set to none(1), hh3cSysClockProtocolSrcMdc and
        hh3cSysClockProtocolSrcContext cannot be written and the value will be
        set to invalid.  Change system time will be performed through the node
        of hh3cSysLocalClock and hh3cSysSummerTime.
        Writing ntp(2) to this object indicates to use NTP time source.
        NTP means Network Time Protocol.  To get the system time through NTP,
        NTP must be configured successfully.  NTP time source can be obtained
        from non-default MDC and non-default context.
        When ntp(2) is set, the system time can't be changed manually.
        Support for this keyword depends on the device model.

        Writing ptp(3) to this object indicates to use PTP time source.
        PTP means Precision Time Protocol.  To get clock time through PTP, PTP
        must be configured successfully.  PTP time source can be obtained from
        non-default MDC but cannot be obtained from non-default context.
        When ptp(3) is set, the system time can't be changed manually.
        Support for this keyword depends on the device model.

        Writing interface(4) to this object indicates to get time source from interface.
        To get clock time through interface, interface must be configured successfully.
        When interface(4) is set, the system time can't be changed manually.
        Support for this keyword depends on the device model.

        Writing gnss(5) to this object indicates to get time source from Global
        Natvigtion Satelite System(GNSS).GNSS time source can be obtained from
        non-default MDC and non-default context. When gnss(5) is set, the system time
        can't be changed manually.
        Support for this keyword depends on the device model.

        All MDCs on the device share the same time source and use the same system time.
        The shared time source can be one of the following items:
        Local system time - the time signal that is generated by the local
        crystal oscillator
        Remote time source - the time signal that is obtained by the specified MDC
        from another device on the network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) hh3cSysClockProtocolGroup(4) 1 }

.1.3.6.1.4.1.25506.2.3.1.1.4.2
hh3cSysClockProtocolSrcMdc OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MDC ID that is used for the system time source.
        This node is valid when the clock protocol is NTP or PTP.
        If MDC is not supported on this system, this node is invalid.
        If the device supports MDC, the system time will be obtained
        from NTP or PTP on the specified MDC.
        If the device supports context and MDC, the most recent configuration of
        hh3cSysClockProtocolSrcContext and hh3cSysClockProtocolSrcMdc takes
        effect if set multiple times, and another one will be set to zero as an
        invalid value."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) hh3cSysClockProtocolGroup(4) 2 }

.1.3.6.1.4.1.25506.2.3.1.1.4.3
hh3cSysClockProtocolSrcContext OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The context ID that is used for the system time source.
        This node is valid when the clock protocol is NTP or PTP.
        If context is not supported on this system, this node is invalid.
        If the system supports context, the system time will be obtained from
        NTP or PTP on the specified context.
        If the device supports context and MDC, the most recent configuration of
        hh3cSysClockProtocolSrcContext and hh3cSysClockProtocolSrcMdc takes
        effect if set multiple times, and another one will be set to zero as an
        invalid value."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) hh3cSysClockProtocolGroup(4) 3 }

.1.3.6.1.4.1.25506.2.3.1.1.5
hh3cSysLocalClockString2 OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	OCTET STRING (14..19) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This node gives the current local time of the system.
        For example, 1:30:15 on Tuesday, May 26th, 2002 will be
        displayed as: 2002/05/26/01/30/15.
        2002/5/26/1/30/15 or 2002/05/26/01/30/15 will be applied in a write operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysClock(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.2
hh3cSysCurrent OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.2.1
hh3cSysCurTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The current status of system. A configuration file, an image
        file and bootrom information are used to describe the current status.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCurrent(2) 1 }

.1.3.6.1.4.1.25506.2.3.1.2.1.1
hh3cSysCurEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysCurEntPhysicalIndex }
  DESCRIPTION	"
        An entry of hh3cSysCurTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCurrent(2) hh3cSysCurTable(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.2.1.1.1
hh3cSysCurEntPhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of this object is the entity index
         which depends on the implementation of ENTITY-MIB.
         If ENTITY-MIB is not supported, the value for this object is the unit ID for XRN devices ,
         0 for non-XRN device which has only one mainboard,
         the board number for non-XRN device which have several mainboards.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCurrent(2) hh3cSysCurTable(1) hh3cSysCurEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.2.1.1.2
hh3cSysCurCFGFileIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The startup configuration file currently used by the specified entity.
        If the value of it is zero, no configuration file is used. It will be
        the value of corresponding hh3cSysCFGFileIndex in hh3cSysCFGFileTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCurrent(2) hh3cSysCurTable(1) hh3cSysCurEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.2.1.1.3
hh3cSysCurImageIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The image file currently used by the specified entity.
        It will be the value of corresponding hh3cSysImageIndex
        in hh3cSysImageTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCurrent(2) hh3cSysCurTable(1) hh3cSysCurEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.2.1.1.4
hh3cSysCurBtmFileName OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bootrom file currently used by the specified entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCurrent(2) hh3cSysCurTable(1) hh3cSysCurEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.2.1.1.5
hh3cSysCurUpdateBtmFileName OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The default value of this object is the same as the value of
        hh3cSysCurBtmFileName. The value will be changed after updating
        the bootrom successfully. This bootrom will take effect on next
        startup.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCurrent(2) hh3cSysCurTable(1) hh3cSysCurEntry(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.3
hh3cSysReload OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.3.1
hh3cSysReloadSchedule OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The object points one row in hh3cSysReloadScheduleTable.
        Its value is equal to the value of hh3cSysReloadScheduleIndex.
        When a reload action is finished, the value of it
        would be zero which means no any reload schedule is selected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) 1 }

.1.3.6.1.4.1.25506.2.3.1.3.2
hh3cSysReloadAction OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {reloadUnavailable(1), reloadOnSchedule(2), reloadAtOnce(3), reloadCancel(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Writing reloadOnSchedule(2) to this object performs the reload operation on schedule.
        If hh3cSysReloadScheduleTime is not set, the value of hh3cSysReloadAction can't be set to
        'reloadOnSchedule(2)'.

        Writing reloadAtOnce(3)to this object performs the reload operation at once,
        regardless of the hh3cSysReloadScheduleTime.

        When reloadCancel(4)is set, the scheduled reload action will be cancelled and the value of
        hh3cSysReloadAction will be 'reloadUnavailable(1)',the value of hh3cSysReloadSchedule will be
        0, hh3cSysReloadTag will be given a value of zero length, but the content of
        hh3cSysReloadScheduleTable will remain.


        The hh3cSysReloadSchedule and hh3cSysReloadTag  determine the reload entity(ies) in mutually
        exclusive way. And the hh3cSysReloadSchedule will be handled at first. If the value of
        hh3cSysReloadSchedule is invalid, then the hh3cSysReloadTag will be handled.

        If the value of hh3cSysReloadSchedule is valid, the value of hh3cSysReloadTag is ignored and a
        reload action will be implemented to the entity specified by hh3cSysReloadEntity in the entry
        pointed by hh3cSysReloadSchedule.

        If hh3cSysReloadSchedule is valid, but the entry hh3cSysReloadSchedule pointing to is not active,
        the reload action will be ignored , and an inconsistent value will be returned.


        If multiple entities are required to be reloaded at the same time, the value of hh3cSysReloadTag
        must be specified to select the reload parameters in the hh3cSysReloadSceduelTable, and
        hh3cSysReloadSchedule must have the value of '0'.

        If the whole fabric is to be reloaded in an XRN device, all the units in the fabric must
        have at least one entry in the hh3cSysReloadSceduelTable with the same tag in hh3cSysReloadSceduelTagList.

        When a reload action is done, or there is no reload action, the value
        should be reloadUnavailable(1).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) 2 }

.1.3.6.1.4.1.25506.2.3.1.3.3
hh3cSysReloadScheduleTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        A reload parameters set table.

        The table is exclusively used for reloading.

        When reloading action finished, the value of the table may be empty or still exist.
        If the mainboard in non-XRN device or all the units of the fabric in XRN device are
        reloaded,then the table will be refreshed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) 3 }

.1.3.6.1.4.1.25506.2.3.1.3.3.1
hh3cSysReloadScheduleEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysReloadScheduleIndex }
  DESCRIPTION	"Entry of hh3cSysReloadScheduleTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) hh3cSysReloadScheduleTable(3) 1 }

.1.3.6.1.4.1.25506.2.3.1.3.3.1.1
hh3cSysReloadScheduleIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of hh3cSysReloadScheduleTable. There are two parts
        for this index depicted as follows:

        31                  15                  0
        +++++++++++++++++++++++++++++++++++++++++
        + physical index     +     random index +
        ( bit 16..31 )              ( bit 0..15 )
        +++++++++++++++++++++++++++++++++++++++++
        From bit0 to bit15 (two bytes), if the row is automatic created,
        the value is zero, and if the row is created by users, then the
        value is determined by the users.

        From bit16 to bit31 (two bytes) is the physical index the same as the
        entPhysicalIndex specified in ENTITY-MIB. For XRN devices,
        physical index is the value of a chassis entPhysicalIndex. 0 for non-XRN
        device which has only one main board, the board number for non-XRN device
        which have multiple main boards."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) hh3cSysReloadScheduleTable(3) hh3cSysReloadScheduleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.3.3.1.2
hh3cSysReloadEntity OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The value of hh3cSysReloadEntity indicates an entry in entPhysicalTable,
        which is the physical entity to be reloaded.

        If ENTITY-MIB is not supported,the value for this object is the unit ID for XRN devices ,
        0 for non-XRN device which has only one mainboard,
        the board number for non-XRN device which have several mainboards.

        Each entity has only one row in hh3cSysReloadScheduleTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) hh3cSysReloadScheduleTable(3) hh3cSysReloadScheduleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.3.3.1.3
hh3cSysReloadCfgFile OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The value indicates an entry in hh3cSysCFGFileTable.
        It defines a configuration file for reload action.
        It is the value of corresponding hh3cSysCFGFileIndex in hh3cSysCFGFileTable.
        The zero value means no configuration file has been set for this entry, and
        no configuration file is used during system reloading.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) hh3cSysReloadScheduleTable(3) hh3cSysReloadScheduleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.3.3.1.4
hh3cSysReloadImage OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The value indicates an entry in hh3cSysImageTable.
        It defines an image file for reload action.
        It is the value of corresponding hh3cSysImageIndex in hh3cSysImageTable.

        If dual image is supported, the main image attribute can be
        set through this object or by hh3cSysImageType of hh3cSysImageTable
        of the entity. It is strongly suggested to set this attribute by
        the latter.

        If main image attribute is set here, the hh3cSysImageType in hh3cSysImageTable
        of the corresponding entity will be updated, and vice versa.

        Before reboot, the device will check the validation of the entry. If the file does
        not exist, the device will not reboot and a trap will be send to NMS.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) hh3cSysReloadScheduleTable(3) hh3cSysReloadScheduleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.3.3.1.5
hh3cSysReloadReason OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The reason of system's reloading.
        It is a zero length octet string when not set.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) hh3cSysReloadScheduleTable(3) hh3cSysReloadScheduleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.3.3.1.6
hh3cSysReloadScheduleTime OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Specify the local time at which the reload action will
        occur. we will only take octet strings
        with length 8 for this object which indicates the
        local time of the switch. The maximum scheduled
        interval between the specified time and the current
        system clock time is 24 days .

            field  octets  contents                  range
            -----  ------  --------                  -----
              1      1-2   year                      0..65536
              2       3    month                     1..12
              3       4    day                       1..31
              4       5    hour                      0..23
              5       6    minutes                   0..59
              6       7    seconds                   0..60

         For example, Tuesday May 26, 1992 at 1:30:15 PM would be
         displayed as:

                    1992-5-26,13:30:15

        If the set value is less than the value of hh3cSysLocalClock
        or beyond the maximum scheduled time limit, a bad value error
        occurred.
        The value of all-zero octet strings indicates system reload
        at once if the reload action is reloadOnSchedule(2).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) hh3cSysReloadScheduleTable(3) hh3cSysReloadScheduleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.3.1.3.3.1.7
hh3cSysReloadRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        If one of the value of hh3cSysReloadEntity,hh3cSysReloadImage
        is invalid, the value of hh3cSysReloadRowStatus can not be set to the value
        of ACTIVE.

        A valid entry means the specified element is available in current system.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) hh3cSysReloadScheduleTable(3) hh3cSysReloadScheduleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.3.1.3.3.1.8
hh3cSysReloadScheduleTagList OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION SnmpTagList
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
    It specifies a tag list for the entry.
    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) hh3cSysReloadScheduleTable(3) hh3cSysReloadScheduleEntry(1) 8 }

.1.3.6.1.4.1.25506.2.3.1.3.4
hh3cSysReloadTag OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION SnmpTagValue
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object contains a single tag value which is used
        to select entries in the hh3cSysReloadScheduleTable.

        In the hh3cSysReloadScheduleTable,any entry that contains
        a tag value which is equal to the value of this object is
        selected.

        For example, the value of hh3cSysReloadTag is 'TOM',and the
        hh3cSysReloadScheduleTagList of each hh3cSysReloadScheduleTable
        entry are as follows:
        1)'TOM,ROBERT,MARY'
        2)'TOM,DAVE'
        3)'DAVE,MARY'
        Since there are 'TOM' in 1) and 2),so 1) and 2) are selected.


        If this object contains a value of zero length, no entries
        are selected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysReload(3) 4 }

.1.3.6.1.4.1.25506.2.3.1.4
hh3cSysImage OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.4.1
hh3cSysImageNum OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of system images. It indicates the
        total entries of hh3cSysImageTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysImage(4) 1 }

.1.3.6.1.4.1.25506.2.3.1.4.2
hh3cSysImageTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The system image management table.


        When 'copy srcfile destfile' is executed via the CLI, if destfile is not existed,
        then hh3cSysImageType of the new file will be 'none'; otherwise hh3cSysImageType keeps its current value.
        When 'move srcfile destfile' is executed via the CLI, hh3cSysImageType and hh3cSysImageIndex
         remain the same while hh3cSysImageLocation changes.
        When 'rename srcfile' is executed via the CLI,hh3cSysImageType and hh3cSysImageIndex remain the same
        while hh3cSysImageName changes.
        When 'delete srcfile' is executed via the CLI, the file is deleted from hh3cSysImageTable
        while index of the file keeps and will not be allocated.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysImage(4) 2 }

.1.3.6.1.4.1.25506.2.3.1.4.2.1
hh3cSysImageEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysImageIndex }
  DESCRIPTION	"
        An entity image entry. Each entry consists of information of an entity image.
        The hh3cSysImageIndex exclusively defines an image file.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysImage(4) hh3cSysImageTable(2) 1 }

.1.3.6.1.4.1.25506.2.3.1.4.2.1.1
hh3cSysImageIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"There are two parts for the index depicted as follows:

        31                15             0
        +++++++++++++++++++++++++++++++++++
        + physical index   +  image index +
        +++++++++++++++++++++++++++++++++++

        From bit0 to bit15 (two bytes) is the image index;Image file Index
        is a monotonically increasing integer for the sole purpose of indexing
        events.  When it reaches the maximum value, an extremely unlikely event,
        the agent wraps the value back to 1 and may flush existing entries.

        From bit16 to bit31 (two bytes) is the physical index the same as the
        entPhysicalIndex specified in ENTITY-MIB.
        If ENTITY-MIB is not supported,the value for this object is the unit ID for XRN
        devices ,0 for non-XRN device which has only one main board,the board number for
        non-XRN device which have several main boards.


        Any index beyond the above range will not be supported.

        If a file is added in, its hh3cSysImageIndex will be the maximum image index plus one.
                        If the image file is removed, renamed, or moved from one place to another,
                        its hh3cSysImageIndex is not reallocated.
                        If the image file's content is replaced, its hh3cSysImageIndex will not change.

        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysImage(4) hh3cSysImageTable(2) hh3cSysImageEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.4.2.1.2
hh3cSysImageName OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The file name of the image. It MUST NOT contain the path of the file."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysImage(4) hh3cSysImageTable(2) hh3cSysImageEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.4.2.1.3
hh3cSysImageSize OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Size of the file in bytes.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysImage(4) hh3cSysImageTable(2) hh3cSysImageEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.4.2.1.4
hh3cSysImageLocation OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The directory path of the image.
        Its form should be the same as what defined in file system.
        Currently it is defined as follows:
        For mainboard:   flash:/
        For slave mainboard and subboards: slotN#flash:/
        For XRN devices: unitN>slotN#flash:/
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysImage(4) hh3cSysImageTable(2) hh3cSysImageEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.4.2.1.5
hh3cSysImageType OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {main(1), backup(2), none(3), secure(4), main-backup(5), main-secure(6), backup-secure(7), main-backup-secure(8)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        It indicates the reloading sequence attribute of the image.

        For devices which support dual image:

        If the value is 'main(1)',the image will be the first image
        in the next reloading procedure. If the value is 'backup(2)',
        the image will be used if the main image fails. If the value
        is 'secure(4)', the image will be used if the main image and
        backup image both fail. If the value is 'none(3)',the image will
        not be used in the next reloading procedure.

        At the same time,you also can specify the main image by
        hh3cSysReloadImage in hh3cSysReloadScheduleTable. If the
        image is different from previous main image, the previous main image
        will not be main image again. And the image table will update with
        this variation. Vice versa, if you have defined the reload schedule,
        and then you define a new main image through hh3cSysImageType when you
        are waiting the reload schedule to be executed, the real main image
        will be the latest one.


        It is strongly suggested to define the main image here, not by hh3cSysReloadImage
        in hh3cSysReloadScheduleTable.

        There are some rules for setting the value of hh3cSysImageType:

        a)When a new image file is defined as 'main' or 'backup' file,the hh3cSysImageType
          of old 'main' or 'backup' file will automatically be 'none'.
        b)It is forbidden to set 'none' attribute manually.
        c)It is forbidden to set 'secure' attribute manually.
        d)If 'main' image is set to 'backup', the file keeps 'main'. And vice versa.
          At this time, the file has 'main-backup' property.
        e)If the secure image is set to 'main' or 'backup', the file has 'main-secure' or 'backup-secure'property.
        f)If the secure image is set to 'main' and 'backup', the file has the 'main-backup-secure' property.
        g)If the none image is set to 'main' or 'backup', the file has the 'main' or 'backup' property.

        The following table describes whether it is ok to set to another state
        directly from original state.

                        +--------------+-----------+-------------+-------------+
                        |   set to     | set to    |  set to     |   set to    |
                        |              |           |             |             |
             original   |    'main'    | 'backup'  |  'none'     |  'secure'   |
             state      |              |           |             |             |
          --------------+--------------+-----------+-------------+-------------+
                        |              |           |             |             |
             main       |     ---      |   yes     |   no        |   no        |
                        |              |           |             |             |
                        |              |           |             |             |
          --------------+--------------+-----------+-------------|-------------+
                        |              |           |             |             |
             backup     |     yes      |   ---     |   no        |   no        |
                        |              |           |             |             |
          --------------+--------------+-----------+-------------|-------------+
                        |              |           |             |             |
                        |              |           |             |             |
              none      |     yes      |   yes     |   ---       |   no        |
                        |              |           |             |             |
          --------------+--------------+-----------+-------------+-------------+
                        |              |           |             |             |
              secure    |     yes      |   yes     |   no        |   ---       |
                        |              |           |             |             |
                        |              |           |             |             |
    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysImage(4) hh3cSysImageTable(2) hh3cSysImageEntry(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.5
hh3cSysCFGFile OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.5.1
hh3cSysCFGFileNum OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of the configuration files in the system. It indicates the
        total entries of hh3cSysCFGFileTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCFGFile(5) 1 }

.1.3.6.1.4.1.25506.2.3.1.5.2
hh3cSysCFGFileTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of configuration files in this system.
         At present, the system doesn't support dual configure file,
         it should act as 'dual image' if dual configure file is
         supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCFGFile(5) 2 }

.1.3.6.1.4.1.25506.2.3.1.5.2.1
hh3cSysCFGFileEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysCFGFileIndex }
  DESCRIPTION	"
        A configuration file entry. Each entry consists of information of
        a configuration file.
        hh3cSysCFGFileIndex exclusively decides a configuration file.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCFGFile(5) hh3cSysCFGFileTable(2) 1 }

.1.3.6.1.4.1.25506.2.3.1.5.2.1.1
hh3cSysCFGFileIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"There are two parts for the index depicted as follows:

        31                15             0
        +++++++++++++++++++++++++++++++++++
        + physical index  + cfgFile index +
        +++++++++++++++++++++++++++++++++++

        From bit0 to bit15 (two bytes) is the configuration file index; the
        configuration file index is a monotonically increasing integer for
        the sole purpose of indexing events. When it reaches the maximum
        value, an extremely unlikely event, the agent wraps the value back
        to 1 and may flush existing entries.

        From bit16 to bit31 (two bytes) is the physical index the same
        as the entPhysicalIndex specified in ENTITY-MIB.
        If ENTITY-MIB is not supported, the value for this object is the unit ID for XRN
        devices ,0 for non-XRN device which has only one slot,the board number for
        non-XRN device which have several slots.

        Any index beyond the above range will not be supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCFGFile(5) hh3cSysCFGFileTable(2) hh3cSysCFGFileEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.5.2.1.2
hh3cSysCFGFileName OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Configuration file name. The name should not include the colon (:)
        character as it is a special separator character used
        to delineate the device name, partition name and the
        file name.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCFGFile(5) hh3cSysCFGFileTable(2) hh3cSysCFGFileEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.5.2.1.3
hh3cSysCFGFileSize OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Size of the file in bytes. Note that it does
        not include the size of the filesystem file header.
        File size will always be non-zero.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCFGFile(5) hh3cSysCFGFileTable(2) hh3cSysCFGFileEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.5.2.1.4
hh3cSysCFGFileLocation OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The directory path of the image.
        Its form should be the same as what defined in filesystem.
        Currently it is defined as follows:
        For mainboard:   flash:/
        For slave mainboard and subboards: slotN#flash:/
        For XRN devices: unitN>slotN#flash:/
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysCFGFile(5) hh3cSysCFGFileTable(2) hh3cSysCFGFileEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.6
hh3cSysBtmFile OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) 6 }

.1.3.6.1.4.1.25506.2.3.1.6.1
hh3cSysBtmFileLoad OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) 1 }

.1.3.6.1.4.1.25506.2.3.1.6.1.1
hh3cSysBtmLoadMaxNumber OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object shows the maximum number of hh3cSysBtmLoadEntry in
        each device/unit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) hh3cSysBtmFileLoad(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.6.2
hh3cSysBtmLoadTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used to update the bootrom and show the results of
        the update operation.
        The bootrom files are listed at the hh3cFlhFileTable.  These files
        are used to update bootrom.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) 2 }

.1.3.6.1.4.1.25506.2.3.1.6.2.1
hh3cSysBtmLoadEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysBtmLoadIndex }
  DESCRIPTION	"
        Entries in the hh3cSysBtmLoadTable are created and deleted using
        the hh3cSysBtmRowStatus object.

        When a new row is being created and the number of entries is
        hh3cSysBtmLoadMaxNumber, the row with minimal value of
        hh3cSysBtmLoadTime and the value of hh3cSysBtmFileType is none(2),
        should be destroyed automatically.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) hh3cSysBtmLoadTable(2) 1 }

.1.3.6.1.4.1.25506.2.3.1.6.2.1.1
hh3cSysBtmLoadIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of hh3cSysBtmLoadTable. There are two parts for this
        index depicted as follows:

        31                  15                  0
        +++++++++++++++++++++++++++++++++++++++++
        + physical index     +     random index +
        ( bit 16..31 )              ( bit 0..15 )
        +++++++++++++++++++++++++++++++++++++++++

        From bit0 to bit15 (two bytes), if the row is created by command
        line, the value is determined by system, and if the row is created
        by SNMP, the value is determined by users.

        From bit16 to bit31 (two bytes) is the physical index the same as
        the entPhysicalIndex specified in ENTITY-MIB.

        If ENTITY-MIB is not supported, the value of this object is the
        unit ID for XRN devices, 0 for non-XRN device which has only one
        main board, the board number for non-XRN device which has multiple
        main boards.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) hh3cSysBtmLoadTable(2) hh3cSysBtmLoadEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.6.2.1.2
hh3cSysBtmFileName OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The bootrom file name is determined by the users.  The file must
        exist in corresponding entity.

        The validity of the bootrom file will be identified by system.
        If the file is invalid, the bootrom should fail to be updated,
        and the value of hh3cSysBtmErrorStatus should be failed(4).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) hh3cSysBtmLoadTable(2) hh3cSysBtmLoadEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.6.2.1.3
hh3cSysBtmFileType OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {main(1), none(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        main(1) - The effective bootrom file.
        none(2) - The noneffective file.

        When bootrom is being updated, this object must be set to main(1).

        When bootrom is updated successfully, this object should be
        main(1), and the former object with the same physical index should
        be none(2).

        When bootrom failed to be updated, this object should be none(2).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) hh3cSysBtmLoadTable(2) hh3cSysBtmLoadEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.6.2.1.4
hh3cSysBtmRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Only support active(1), createAndGo(4), destroy(6).  When a row
        is created successfully, the value of this object should be active(1),
        the value of hh3cSysBtmFileName and hh3cSysBtmFileType can not be
        modified by users.

        When bootrom is being updated, the value of hh3cSysBtmErrorStatus
        is inProgress(2).

        When bootrom failed to be updated, the value of hh3cSysBtmErrorStatus
        should be failed(4).

        When bootrom is updated successfully, the value of hh3cSysBtmErrorStatus
        should be success(3).  The value of hh3cSysCurUpdateBtmFileName
        should change to the new bootrom file name.

        When another row is created successfully with the same physical
        index, and the update is successful, then the value of former
        hh3cSysBtmFileType should be none(2) automatically.

        If a row is destroyed, hh3cSysCurUpdateBtmFileName should not change.

        If a device/unit reboots, hh3cSysBtmLoadTable should be empty.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) hh3cSysBtmLoadTable(2) hh3cSysBtmLoadEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.6.2.1.5
hh3cSysBtmErrorStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {invalidFile(1), inProgress(2), success(3), failed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object shows the status of the specified operation after
        creating a row.
        invalidFile(1) - file is invalid.
        inProgress(2)  - the operation is in progress.
        success(3)     - the operation was done successfully.
        failed(4)      - the operation failed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) hh3cSysBtmLoadTable(2) hh3cSysBtmLoadEntry(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.6.2.1.6
hh3cSysBtmLoadTime OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object indicates operation time.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysBtmFile(6) hh3cSysBtmLoadTable(2) hh3cSysBtmLoadEntry(1) 6 }

.1.3.6.1.4.1.25506.2.3.1.7
hh3cSysPackage OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) 7 }

.1.3.6.1.4.1.25506.2.3.1.7.1
hh3cSysPackageNum OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of software packages.  It indicates the
        total entries of hh3cSysPackageTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) 1 }

.1.3.6.1.4.1.25506.2.3.1.7.2
hh3cSysPackageTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The system package management table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) 2 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1
hh3cSysPackageEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysPackageIndex }
  DESCRIPTION	"
        An software package entry.  Each entry consists of information of
        an software package.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) 1 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.1
hh3cSysPackageIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"There are two parts for the index depicted as follows:

        31                15             0
        +++++++++++++++++++++++++++++++++++
        + physical index   +  package index +
        +++++++++++++++++++++++++++++++++++

        From bit0 to bit15 (two bytes) is the Package index; Package file Index
        is a monotonically increasing integer for the sole purpose of indexing
        events.  When it reaches the maximum value, an extremely unlikely
        event, the agent wraps the value back to 1 and may flush existing
        entries.

        From bit16 to bit31 (two bytes) is the physical index the same as the
        entPhysicalIndex specified in ENTITY-MIB.

        Any index beyond the above range will not be supported.

        If a file is added in, its hh3cSysPackageIndex will be the maximum
        image index plus one.
        If the package file is removed, renamed, or moved from one place to
        another, its hh3cSysPackageIndex is not reallocated.
        If the package file's content is replaced, its hh3cSysPackageIndex will
        not change.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.2
hh3cSysPackageName OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The file name of the package.  It MUST NOT contain the path
        of the file.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.3
hh3cSysPackageSize OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Size of the file in bytes.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.4
hh3cSysPackageLocation OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The directory path of the package.
        Its form should be the same as what defined in file system.
        Currently it is defined as follows:
        For mainboard:   flash:/
        For slave mainboard and subboards: slotN#flash:/
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.5
hh3cSysPackageType OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {boot(1), system(2), feature(3), patch(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        It indicates the type of the package file.
        boot    :  kernel, file system, memory management and other
                   core components.
        system  :  interface management, configuration management and other
                   basic system package.
        feature :  feature packages, providing different services.
        patch   :  patch file contains fixes for a specific defect.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.6
hh3cSysPackageAttribute OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {none(1), primary(2), secondary(3), primarySecondary(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        It indicates the attribute of the package file.
        If the value is 'primary', the package will be the first package
        in the next reloading procedure.  If the value is 'secondary',
        the package will be used if the primary package fails.
        If the value is 'none', it will not be used in the next reloading
        procedure.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 6 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.7
hh3cSysPackageStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
    It indicates the status of the package file.  If this file is used in the
    current system, its status is 'active'.
    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 7 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.8
hh3cSysPackageDescription OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
    It is the description of the package.
    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 8 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.9
hh3cSysPackageFeature OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
    Indicate the feature of the package.  Different package files
    could be the same feature.
    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 9 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.10
hh3cSysPackageVersion OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
    Indicate the version of the package.
    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 10 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.11
hh3cSysPackageLoadAttribute OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {none(1), primary(2), secondary(3), primarySecondary(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"File attribute of the startup image for an extended device to load from
    the parent device.  Examples of extended devices include PEXs and firewall
    modules.  The none attribute is returned if the image is not for extended
    devices, or if the load attribute is not specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 11 }

.1.3.6.1.4.1.25506.2.3.1.7.2.1.12
hh3cSysPackageModel OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether the image file is for an extended device or the parent
    device.  Examples of extended devices include PEXs and firewall modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageTable(2) hh3cSysPackageEntry(1) 12 }

.1.3.6.1.4.1.25506.2.3.1.7.3
hh3cSysPackageOperateEntryLimit OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The maximum number of the entries in hh3cSysPackageOperateTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) 3 }

.1.3.6.1.4.1.25506.2.3.1.7.4
hh3cSysPackageOperateTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of package file operate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) 4 }

.1.3.6.1.4.1.25506.2.3.1.7.4.1
hh3cSysPackageOperateEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysPackageOperateIndex }
  DESCRIPTION	"
        An operate request entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageOperateTable(4) 1 }

.1.3.6.1.4.1.25506.2.3.1.7.4.1.1
hh3cSysPackageOperateIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The unique index value of a row in this table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageOperateTable(4) hh3cSysPackageOperateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.7.4.1.2
hh3cSysPackageOperatePackIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Specify the package file in the hh3cSysPackageTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageOperateTable(4) hh3cSysPackageOperateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.7.4.1.3
hh3cSysPackageOperateStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        activate or deactivate a package in the hh3cSysPackageTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageOperateTable(4) hh3cSysPackageOperateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.7.4.1.4
hh3cSysPackageOperateRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        the status of this table entry.
        When the status is active all the
        object's value in the entry is not
        allowed to modified.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageOperateTable(4) hh3cSysPackageOperateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.7.4.1.5
hh3cSysPackageOperateResult OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {opInProgress(1), opSuccess(2), opUnknownFailure(3), opInvalidFile(4), opNotSupport(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        the result of the operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysPackage(7) hh3cSysPackageOperateTable(4) hh3cSysPackageOperateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.8
hh3cSysIpeFile OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) 8 }

.1.3.6.1.4.1.25506.2.3.1.8.1
hh3cSysIpeFileNum OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of software IPE(Image Package Envelop) files.
        It indicates the total entries of hh3cSysIpeFileTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) 1 }

.1.3.6.1.4.1.25506.2.3.1.8.2
hh3cSysIpeFileTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The system IPE file manage table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) 2 }

.1.3.6.1.4.1.25506.2.3.1.8.2.1
hh3cSysIpeFileEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysIpeFileIndex }
  DESCRIPTION	"
        An IPE package file entry.  Each entry consists of information of
        an IPE package file.
        hh3cSysIpeFileIndex exclusively decides an IPE file.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileTable(2) 1 }

.1.3.6.1.4.1.25506.2.3.1.8.2.1.1
hh3cSysIpeFileIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"There are two parts for the index depicted as follows:

        31                15             0
        +++++++++++++++++++++++++++++++++++
        + physical index   +  IPE   index +
        +++++++++++++++++++++++++++++++++++

        From bit0 to bit15 (two bytes) is the IPE file index; IPE file Index
        is a monotonically increasing integer for the sole purpose of indexing
        events.  When it reaches the maximum value, an extremely unlikely
        event, the agent wraps the value back to 1 and may flush existing
        entries.

        From bit16 to bit31 (two bytes) is the physical index the same as the
        entPhysicalIndex specified in ENTITY-MIB.

        Any index beyond the above range will not be supported.

        If a file is added in, its hh3cSysIpeFileIndex will be the maximum image
        ndex plus one.
        If the IPE file is removed, renamed, or moved from one place to
        another, its hh3cSysIpeFileIndex is not reallocated.
        If the IPE file's content is replaced, its hh3cSysIpeFileIndex will not
        change.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileTable(2) hh3cSysIpeFileEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.8.2.1.2
hh3cSysIpeFileName OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The file name of the IPE file.  It MUST NOT contain the path of
        the file.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileTable(2) hh3cSysIpeFileEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.8.2.1.3
hh3cSysIpeFileSize OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Size of the file in bytes.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileTable(2) hh3cSysIpeFileEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.8.2.1.4
hh3cSysIpeFileLocation OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The directory path of the IPE file.
        Its form should be the same as what defined in file system.
        Currently it is defined as follows:
        For mainboard:   flash:/
        For slave mainboard and subboards: slotN#flash:/
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileTable(2) hh3cSysIpeFileEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.8.2.1.5
hh3cSysIpeFileModel OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION SnmpTagList
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device models for which the IPE file contains software images.  For
        the ease of software upgrade, an IPE file might contain software images
        for a parent device and extended devices.  Examples of extended devices
        include PEXs and firewall modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileTable(2) hh3cSysIpeFileEntry(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.8.3
hh3cSysIpePackageTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The IPE package file table.  It shows the package files in
        the IPE file.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) 3 }

.1.3.6.1.4.1.25506.2.3.1.8.3.1
hh3cSysIpePackageEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysIpeFileIndex, hh3cSysIpePackageIndex }
  DESCRIPTION	"
        An entry of the hh3cIpePackageTable.  Indexed by
        hh3cSysIpeFileIndex and hh3cSysIpePackageIndex.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpePackageTable(3) 1 }

.1.3.6.1.4.1.25506.2.3.1.8.3.1.1
hh3cSysIpePackageIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        It is the IPE package index; IPE Package Index
        is a monotonically increasing integer for the sole purpose of indexing
        events.  When it reaches the maximum value, an extremely unlikely
        event, the agent wraps the value back to 1 and may flush existing
        entries.

        Any index beyond the above range will not be supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpePackageTable(3) hh3cSysIpePackageEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.8.3.1.2
hh3cSysIpePackageName OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The file name of the package file."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpePackageTable(3) hh3cSysIpePackageEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.8.3.1.3
hh3cSysIpePackageSize OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Size of the package file in bytes.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpePackageTable(3) hh3cSysIpePackageEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.8.3.1.4
hh3cSysIpePackageType OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {boot(1), system(2), feature(3), patch(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        It indicates the type of the package file.
        boot    : kernel, file system, memory management and
                  other core components.
        system  : interface management, configuration management and
                  other basic system package.
        feature : feature packages, providing different services.
        patch   : patch file contains fixes for a specific defect.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpePackageTable(3) hh3cSysIpePackageEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.8.3.1.5
hh3cSysIpePackageDescription OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
    It is the description of the package.
    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpePackageTable(3) hh3cSysIpePackageEntry(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.8.3.1.6
hh3cSysIpePackageFeature OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
    Indicate the feature of the package.
    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpePackageTable(3) hh3cSysIpePackageEntry(1) 6 }

.1.3.6.1.4.1.25506.2.3.1.8.3.1.7
hh3cSysIpePackageVersion OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
    The version of the package.
    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpePackageTable(3) hh3cSysIpePackageEntry(1) 7 }

.1.3.6.1.4.1.25506.2.3.1.8.3.1.8
hh3cSysIpePackageModel OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether the image package file is for an extended device, the
    parent device, or both.  Examples of extended devices include PEXs and
    firewall modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpePackageTable(3) hh3cSysIpePackageEntry(1) 8 }

.1.3.6.1.4.1.25506.2.3.1.8.4
hh3cSysIpeFileOperateTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of IPE file operate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) 4 }

.1.3.6.1.4.1.25506.2.3.1.8.4.1
hh3cSysIpeFileOperateEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysIpeFileOperateIndex }
  DESCRIPTION	"
        An operate request entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileOperateTable(4) 1 }

.1.3.6.1.4.1.25506.2.3.1.8.4.1.1
hh3cSysIpeFileOperateIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The unique index value of a row in this table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileOperateTable(4) hh3cSysIpeFileOperateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.8.4.1.2
hh3cSysIpeFileOperateFileIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Specify the IPE file in the hh3cSysIpeFileTable.  This IPE file
        will be unpacked to package files.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileOperateTable(4) hh3cSysIpeFileOperateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.8.4.1.3
hh3cSysIpeFileOperateAttribute OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {none(1), primary(2), secondary(3), primarySecondary(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        It indicates the attribute of the IPE file when it is used in the reloading.
        If the value is 'primary', the packages in the IPE file will be the
        first packages in the next reloading procedure.
        If the value is 'secondary', the package in the IPE file will be used
        if the primary packages fails.
        If the value is 'none', the IPE file is only unpacked,
        will not be used in the reloading procedure.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileOperateTable(4) hh3cSysIpeFileOperateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.8.4.1.4
hh3cSysIpeFileOperateRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        the status of this table entry.
        When the status is active all the
        object's value in the entry is not
        allowed to modified.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileOperateTable(4) hh3cSysIpeFileOperateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.8.4.1.5
hh3cSysIpeFileOperateResult OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {opInProgress(1), opSuccess(2), opUnknownFailure(3), opInvalidFile(4), opDeviceFull(5), opFileOpenError(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        the result of the operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysIpeFile(8) hh3cSysIpeFileOperateTable(4) hh3cSysIpeFileOperateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.9
hh3cSysSetBootImage OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) 9 }

.1.3.6.1.4.1.25506.2.3.1.9.1
hh3cSysSetBootImageOp OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) 1 }

.1.3.6.1.4.1.25506.2.3.1.9.1.1
hh3cSysSetBootImageAction OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {none(1), done(2), bootLoadPrimary(3), bootLoadSecondary(4), bootLoadPrimarySecondary(5), bootPrimary(6), bootSecondary(7), bootPrimarySecondary(8), loadPrimary(9), loadSecondary(10), loadPrimarySecondary(11)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Sets images as primary startup images, secondary startup images, or
        both.  Primary startup images are also called 'main' startup images.
        For extended devices, startup images saved on their local media are
        called 'local startup images,' and images saved on the parent device
        are called 'remote startup images.'
        none: Returns a success without setting image attributes.
        done: Clears data for the previous startup image operation.  This
        object must be set 'done' before each startup image operation.

        -------------------------+-----------------------+---------------------------------------------------
            Action               |   Parent devices      |                  Extended devices
        -------------------------+-----------------------+---------------------------------------------------
        bootLoadPrimary          | Sets images as the    | Sets images as the primary startup images
                                 | primary startup       |
                                 | images                | With storage medium: Sets both local and
                                 |                       |                      remote startup images
                                 |                       | Without storage medium: Sets remote startup images
        -------------------------+-----------------------+---------------------------------------------------
        bootLoadSecondary        | Sets images as the    | Sets images as the backup startup images
                                 | backup startup images |
                                 |                       | With storage medium: Sets both local and
                                 |                       |                      remote startup images
                                 |                       | Without storage medium: Sets remote startup images
        -------------------------+-----------------------+---------------------------------------------------
        bootLoadPrimarySecondary | Sets images as both   | Sets images as both the primary and backup startup
                                 | the primary and       | images
                                 | backup startup images | With storage medium: Sets both local and
                                 |                       |                      remote startup images
                                 |                       | Without storage medium: Sets remote startup images
        -------------------------+-----------------------+---------------------------------------------------
        bootPrimary              | Sets images as the    | Sets images as the primary startup images
                                 | primary startup       |
                                 | images                | With storage medium: Sets local startup images
                                 |                       | Without storage medium: N/A
        -------------------------+-----------------------+---------------------------------------------------
        bootSecondary            | Sets images as the    | Sets images as the backup startup images
                                 | backup startup images |
                                 |                       | With storage medium: Sets local startup images
                                 |                       | Without storage medium: N/A
        -------------------------+-----------------------+---------------------------------------------------
        bootPrimarySecondary     | Sets images as both   | Sets images as both the primary and backup startup
                                 | the primary and       | images
                                 | backup startup images | With storage medium: Sets local startup images
                                 |                       | Without storage medium: N/A
        -------------------------+-----------------------+---------------------------------------------------
        loadPrimary              | N/A                   | Sets"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysSetBootImageOp(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.9.1.2
hh3cSysSetBootImageFileOverWrite OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Determines whether to overwrite the existing image file with the same
        name as the downloaded image file. "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysSetBootImageOp(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.9.1.3
hh3cSysSetBootImageRemoveIpeFile OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Determines whether the IPE file will be removed when the startup
        images are set successfully.  If this object is set to TRUE,
        the IPE file will be removed."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysSetBootImageOp(1) 3 }

.1.3.6.1.4.1.25506.2.3.1.9.1.4
hh3cSysSetBootImageStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {none(1), doing(2), success(3), failed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the startup image set operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysSetBootImageOp(1) 4 }

.1.3.6.1.4.1.25506.2.3.1.9.1.5
hh3cSysSetBootImageFailedReason OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Startup image operation failure reason.  The field is empty if the
        operation was successful."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysSetBootImageOp(1) 5 }

.1.3.6.1.4.1.25506.2.3.1.9.2
hh3cSysBootPackageTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of images to be set as startup images.  It should be used when
         hh3cSysBootIpeTable is empty."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) 2 }

.1.3.6.1.4.1.25506.2.3.1.9.2.1
hh3cSysBootPackageEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysBootPackageIndex }
  DESCRIPTION	"Entry of the image table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysBootPackageTable(2) 1 }

.1.3.6.1.4.1.25506.2.3.1.9.2.1.1
hh3cSysBootPackageIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the software images.  The index must be included
        in hh3cSysPackageTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysBootPackageTable(2) hh3cSysBootPackageEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.9.2.1.2
hh3cSysBootPackageRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status of the image entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysBootPackageTable(2) hh3cSysBootPackageEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.9.3
hh3cSysBootIpeTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of the IPE files to be set for startup.  It should be used when
        hh3cSysBootPackageTable is empty."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) 3 }

.1.3.6.1.4.1.25506.2.3.1.9.3.1
hh3cSysBootIpeEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysBootIpeIndex }
  DESCRIPTION	"Entry in the IPE file table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysBootIpeTable(3) 1 }

.1.3.6.1.4.1.25506.2.3.1.9.3.1.1
hh3cSysBootIpeIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IPE file index.  The index must be included in hh3cSysIpeFileTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysBootIpeTable(3) hh3cSysBootIpeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.9.3.1.2
hh3cSysBootIpeRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status of the IPE file table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysBootIpeTable(3) hh3cSysBootIpeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.9.4
hh3cSysSetBootImageResultTable OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of startup image operation results.  This table shows the
        result for each card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) 4 }

.1.3.6.1.4.1.25506.2.3.1.9.4.1
hh3cSysSetBootImageResultEntry OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSysSetBootImageResultIndex }
  DESCRIPTION	"Entry in the startup image operation result table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysSetBootImageResultTable(4) 1 }

.1.3.6.1.4.1.25506.2.3.1.9.4.1.1
hh3cSysSetBootImageResultIndex OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of a startup image operation result.  It is identical to the
        entity index of each card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysSetBootImageResultTable(4) hh3cSysSetBootImageResultEntry(1) 1 }

.1.3.6.1.4.1.25506.2.3.1.9.4.1.2
hh3cSysSetBootImageResultStatusOfEachCard OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  SYNTAX	INTEGER {none(1), doing(2), success(3), failed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the startup image set operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysSetBootImageResultTable(4) hh3cSysSetBootImageResultEntry(1) 2 }

.1.3.6.1.4.1.25506.2.3.1.9.4.1.3
hh3cSysSetBootImageFailedReasonOfEachCard OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reason of the startup image set failure for a card.  It is empty if
        the operation was successful."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBObjects(1) hh3cSysSetBootImage(9) hh3cSysSetBootImageResultTable(4) hh3cSysSetBootImageResultEntry(1) 3 }

.1.3.6.1.4.1.25506.2.3.2
hh3cSystemManMIBNotifications OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) 2 }

.1.3.6.1.4.1.25506.2.3.2.1
hh3cSysClockChangedNotification NOTIFICATION-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  OBJECTS	{ hh3cSysLocalClock }
  DESCRIPTION	"
        A clock changed notification is generated when the current
        local date and time for the system has been manually changed.
        The value of hh3cSysLocalClock reflects new date and time.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBNotifications(2) 1 }

.1.3.6.1.4.1.25506.2.3.2.2
hh3cSysReloadNotification NOTIFICATION-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  OBJECTS	{ hh3cSysReloadImage, hh3cSysReloadCfgFile, hh3cSysReloadReason, hh3cSysReloadScheduleTime, hh3cSysReloadAction }
  DESCRIPTION	"
        A hh3cSysReloadNotification will be sent before the corresponding entity is
                        rebooted. It will also be sent if the entity fails to reboot because the clock
                        has changed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBNotifications(2) 2 }

.1.3.6.1.4.1.25506.2.3.2.3
hh3cSysStartUpNotification NOTIFICATION-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  OBJECTS	{ hh3cSysImageType }
  DESCRIPTION	"
            a hh3cSysStartUpNotification trap will be sent when the system starts up with 'main' image file failed,
            a trap will be sent to indicate which type the current image file (I.e backup or secure)is.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBNotifications(2) 3 }

.1.3.6.1.4.1.25506.2.3.3
hh3cSystemManMIBConformance OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) 3 }

.1.3.6.1.4.1.25506.2.3.3.1
hh3cSystemManMIBCompliances OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) 1 }

.1.3.6.1.4.1.25506.2.3.3.1.1
hh3cSystemManMIBCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-SYS-MAN-MIB
  DESCRIPTION	"
        The compliance statement for entities which implement
        the system management MIB.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) hh3cSystemManMIBCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.3.3.2
hh3cSystemManMIBGroups OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) 2 }

.1.3.6.1.4.1.25506.2.3.3.2.1
hh3cSysClockGroup OBJECT-GROUP
  -- FROM	HH3C-SYS-MAN-MIB
  DESCRIPTION	"A collection of objects providing mandatory system clock information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) hh3cSystemManMIBGroups(2) 1 }

.1.3.6.1.4.1.25506.2.3.3.2.2
hh3cSysReloadGroup OBJECT-GROUP
  -- FROM	HH3C-SYS-MAN-MIB
  DESCRIPTION	"A collection of objects providing mandatory system reload."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) hh3cSystemManMIBGroups(2) 2 }

.1.3.6.1.4.1.25506.2.3.3.2.3
hh3cSysImageGroup OBJECT-GROUP
  -- FROM	HH3C-SYS-MAN-MIB
  DESCRIPTION	"A collection of objects providing mandatory system image information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) hh3cSystemManMIBGroups(2) 3 }

.1.3.6.1.4.1.25506.2.3.3.2.4
hh3cSysCFGFileGroup OBJECT-GROUP
  -- FROM	HH3C-SYS-MAN-MIB
  DESCRIPTION	"
        A collection of objects providing mandatory system
        configuration file information.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) hh3cSystemManMIBGroups(2) 4 }

.1.3.6.1.4.1.25506.2.3.3.2.5
hh3cSysCurGroup OBJECT-GROUP
  -- FROM	HH3C-SYS-MAN-MIB
  DESCRIPTION	"A collection of system current status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) hh3cSystemManMIBGroups(2) 5 }

.1.3.6.1.4.1.25506.2.3.3.2.6
hh3cSystemManNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-SYS-MAN-MIB
  DESCRIPTION	"A collection of notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) hh3cSystemManMIBGroups(2) 6 }

.1.3.6.1.4.1.25506.2.3.3.2.7
hh3cSystemBtmLoadGroup OBJECT-GROUP
  -- FROM	HH3C-SYS-MAN-MIB
  DESCRIPTION	"A collection of objects providing system update bootrom information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSystemMan(3) hh3cSystemManMIBConformance(3) hh3cSystemManMIBGroups(2) 7 }

.1.3.6.1.4.1.25506.2.4
hh3cConfig OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-CONFIG-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 4 }

.1.3.6.1.4.1.25506.2.4.1
hh3cConfigManObjects OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) 1 }

.1.3.6.1.4.1.25506.2.4.1.1
hh3cCfgLog OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) 1 }

.1.3.6.1.4.1.25506.2.4.1.1.1
hh3cCfgRunModifiedLast OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object records the value of sysUpTime when the current configuration
         running in the system was last modified.

         The value will be changed immediately after the system detects that the current
         configuration has been changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) 1 }

.1.3.6.1.4.1.25506.2.4.1.1.2
hh3cCfgRunSavedLast OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object records the value of sysUpTime when the current configuration
         running in the system was last saved.

         If the value of the object is smaller than
         hh3cCfgRunModifiedLast, the current configuration has been
         modified but not saved."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) 2 }

.1.3.6.1.4.1.25506.2.4.1.1.3
hh3cCfgStartModifiedLast OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object records the value of sysUpTime when the next-startup configuration
         used currently was last modified.  It may have been modified by a save operation of the
         current configuration running in the system or other methods such as copy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) 3 }

.1.3.6.1.4.1.25506.2.4.1.1.4
hh3cCfgLogLimitedEntries OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object shows the maximum number of rows in
        hh3cCfgLogTable.  The value supported by the system is 10.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) 4 }

.1.3.6.1.4.1.25506.2.4.1.1.5
hh3cCfgLogDeletedEntries OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of rows deleted from hh3cCfgLogTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) 5 }

.1.3.6.1.4.1.25506.2.4.1.1.6
hh3cCfgLogWantBackup OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Decide whether to back up the values of objects for hh3cCfgLog."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) 6 }

.1.3.6.1.4.1.25506.2.4.1.1.7
hh3cCfgLogTable OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for logging configuration operations on device ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) 7 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1
hh3cCfgLogEntry OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCfgLogIndex }
  DESCRIPTION	"Information of the entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) 1 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.1
hh3cCfgLogIndex OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the table beginning from 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 1 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.2
hh3cCfgLogTime OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specify the sysUpTime when the configuration log was generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 2 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.3
hh3cCfgLogSrcCmd OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	INTEGER {cmdLine(1), snmp(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specify the source command which brought the log.
        Currently, we provide the following types of sources:
        1.cmdLine(1):configure log instigated by command line.
        2.snmp(2):configure log instigated by SNMPS.
        3.other(3):configure log instigated by other source unknown."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 3 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.4
hh3cCfgLogSrcData OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	INTEGER {erase(1), runningData(2), commandSource(3), startupData(4), local(5), netFtp(6), hotPlugging(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source of the configuration data event.
        erase           erasing destination
        runningData     operational data alive
        commandSource   the command source itself
        startupData     what the system will use next reboot
        local           local NVRAM or flash
        netFtp          FTP network transfer
        hotPlugging     board is inserted or pulled out on line
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 4 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.5
hh3cCfgLogDesData OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	INTEGER {unknown(1), runningData(2), commandSource(3), startupData(4), local(5), netFtp(6), hotPlugging(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The destination for the configuration data event.
        unknown          unknown
        runningData     operational data alive
        commandSource   the command source itself
        startupData     what the system will use next reboot
        local           local NVRAM or flash
        netFtp          FTP network transfer
        hotPlugging     board is inserted or pulled out on line"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 5 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.6
hh3cCfgLogTerminalType OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	INTEGER {notApplicable(1), unknown(2), console(3), terminal(4), virtual(5), auxiliary(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the terminal type.
        If hh3cCfgLogSrcCmd is not 'cmdLine', use 'notApplicable'.

        The value list:
        notApplicable(1): no meaning at this time.
        unknown(2): unknown terminal type.
        console(3): console interface.
        terminal(4): generic terminal.
        virtual(5): virtual terminal such as Telnet.
        auxiliary(6): auxiliary interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 6 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.7
hh3cCfgLogTerminalUser OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of logging user which is available when hh3cCfgLogSrcCmd
        is 'cmdLine'.
        Other, a zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 7 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.8
hh3cCfgLogTerminalNum OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the terminal number.
        If hh3cCfgLogSrcCmd is not 'cmdLine', use '-1'"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 8 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.9
hh3cCfgLogTerminalLocation OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The location of logging user which is available when hh3cCfgLogSrcCmd
        is 'cmdLine'.
        Other, a zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 9 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.10
hh3cCfgLogCmdSrcAddress OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The address from which a request comes when the value of hh3cCfgLogSrcCmd is 'snmp(2)'.

        The ip address of the remote system connected when the value of hh3cCfgLogTerminalType
        is 'virtual'.

        Other, the value of 0.0.0.0.

        This object is replaced by hh3cCfgLogCmdSrcAddrRev for it only support IPv4."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 10 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.11
hh3cCfgLogVirHost OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The host name of remote system connected if
        hh3cCfgLogTerminalType has the value of 'virtual'.
        Other, a zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 11 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.12
hh3cCfgLogUserName OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The user name used when hh3cCfgLogSrcData or hh3cCfgLogDesData has
        the value of 'netFtp'.
        Other, a zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 12 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.13
hh3cCfgLogServerAddress OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The remote server address when hh3cCfgLogSrcData or hh3cCfgLogDesData
        has the value of 'netFtp'.
        Other, a value of 0.0.0.0.

        This object is replaced by hh3cCfgLogServerAddrRev for it only support IPv4."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 13 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.14
hh3cCfgLogFile OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current configuration file name when hh3cCfgLogSrcData has
         the value of 'netFtp', and hh3cCfgLogDesData has the value of 'startupData'.
         Other, a zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 14 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.15
hh3cCfgLogCmdSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of IP address for the hh3cCfgLogCmdSrcAddrRev."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 15 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.16
hh3cCfgLogCmdSrcAddrRev OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address from which a request comes when the value of hh3cCfgLogSrcCmd is 'snmp(2)'.

        The ip address of the remote system connected when the value of hh3cCfgLogTerminalType
        is 'virtual'.

        Other, the value of 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 16 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.17
hh3cCfgLogCmdSrcAddrVPNName OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The VPN instance of this operation uses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 17 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.18
hh3cCfgLogServerAddrType OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of IP address for the hh3cCfgLogServerAddrRev."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 18 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.19
hh3cCfgLogServerAddrRev OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote server address when hh3cCfgLogSrcData or hh3cCfgLogDesData
        has the value of 'netFtp'.
        Other, a value of 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 19 }

.1.3.6.1.4.1.25506.2.4.1.1.7.1.20
hh3cCfgLogServerAddrVPNName OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The VPN instance of this operation uses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) hh3cCfgLogTable(7) hh3cCfgLogEntry(1) 20 }

.1.3.6.1.4.1.25506.2.4.1.1.8
hh3cCfgFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Time when the first trap is sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgLog(1) 8 }

.1.3.6.1.4.1.25506.2.4.1.2
hh3cCfgOperate OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) 2 }

.1.3.6.1.4.1.25506.2.4.1.2.1
hh3cCfgOperateGlobalEntryLimit OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (1..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of copy entries that may be held
        in hh3cCfgOperateTable.  A particular setting does not guarantee
        that much data can be held."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) 1 }

.1.3.6.1.4.1.25506.2.4.1.2.2
hh3cCfgOperateEntryAgeOutTime OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (1..60) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of minutes an unactive hh3cCfgOperateEntry SHOULD be kept in the
        hh3cCfgOperateTable before it is active.  The object is a factor taken account
        of when it needs delete some rows make room in hh3cCfgOperateTable. "
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) 2 }

.1.3.6.1.4.1.25506.2.4.1.2.3
hh3cCfgOperateResultGlobalEntryLimit OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (1..50) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of copy entries that may be held
        in hh3cCfgOperateResultTable.  A particular setting does not guarantee
        that much data can be held."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) 3 }

.1.3.6.1.4.1.25506.2.4.1.2.4
hh3cCfgOperateTable OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of config-operation requests."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) 4 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1
hh3cCfgOperateEntry OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCfgOperateIndex }
  DESCRIPTION	"An operate request entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) 1 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.1
hh3cCfgOperateIndex OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The unique index value of a row in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.2
hh3cCfgOperateType OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION ConfigOperationType
  SYNTAX	INTEGER {running2Startup(1), startup2Running(2), running2Net(3), net2Running(4), net2Startup(5), startup2Net(6), running2File(7), file2Running(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the type of operation on configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.3
hh3cCfgOperateProtocol OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	INTEGER {ftp(1), tftp(2), clusterftp(3), clustertftp(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the value of hh3cCfgOperateType is running2Net,net2Running,net2Startup
         or startup2net,  this node specify the protocol to be
        used for file transfer .
        The default protocol is ftp if no protocol is specified.
        And for other value of hh3cCfgOperateType , this object may
        be ignored by the implementation.

        when clusterftp or clustertftp is selected,
        the hh3cCfgOperateServerAddress needn't be set,
        the server address can be acquired automatically, the value of hh3cCfgOperateServerAddress
        is uncertain during operation.
        both member switch and commander switch can use them if they support HGMP v2.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.4
hh3cCfgOperateFileName OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When the object of hh3cCfgOperateType has the value of net2Startup, net2running,
        running2Net, running2File or file2Running, the value must be specified.

        The file name may include the path if applicable.

        If the value of hh3cCfgOperateType is net2Startup or net2running, this node specify the
        source file name of transfers.

        If the value of hh3cCfgOperateType is running2Net,
        this node specify the destination file name of transfers.

        When hh3cCfgOperateType has the value of startup2net, the object may not be
        created instead of using the file name of startup configuration file.

        If the value of hh3cCfgOperateType is running2File or file2Running,
        this node specifies the file name to be written or loaded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.5
hh3cCfgOperateServerAddress OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"When the operation type is running2Net,net2Running,net2Startup
         or startup2net , the ip address of the ftp/tftp server from/to
        which to download/upload must be specified.
        Values of 0.0.0.0 or FF.FF.FF.FF are not permitted.

        This object is replaced by hh3cCfgOperateSrvAddrRev for it only support IPv4."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.6
hh3cCfgOperateUserName OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..40) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When the operation type is running2Net,net2Running,net2Startup
         or startup2net, the user
        name for the ftp server from/to which to download/upload
        should be specified.  The object must be created if hh3cCfgOperateProtocol
        has the value of ftp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 6 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.7
hh3cCfgOperateUserPassword OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..40) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When the operation type is running2Net,net2Running,net2Startup
         or startup2net, the user
        password for the ftp server from/to which to download/upload
        should be specified.  The object must be created if hh3cCfgOperateProtocol
        has the value of ftp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 7 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.8
hh3cCfgOperateEndNotificationSwitch OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies whether or not a notification should be
        issued on the completion of the operation."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 8 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.9
hh3cCfgOperateRowStatus OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry.
        When the status is active all the
        object's value in the entry is not
        allowed to be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 9 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.10
hh3cCfgOperateServerPort OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When the operation type is running2Net, net2Running, net2Startup or startup2Net,
         this node is used for specifying the remote port number.  If the value is 0 or not
         specified, the known port number will be used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 10 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.11
hh3cCfgOperateSrvAddrType OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of IP address for hh3cCfgOperateSrvAddrRev."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 11 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.12
hh3cCfgOperateSrvAddrRev OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When the operation type is running2Net,net2Running,net2Startup
        or startup2net , the ip address of the ftp/tftp server from/to
        which to download/upload must be specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 12 }

.1.3.6.1.4.1.25506.2.4.1.2.4.1.13
hh3cCfgOperateSrvVPNName OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN instance of this operation uses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateTable(4) hh3cCfgOperateEntry(1) 13 }

.1.3.6.1.4.1.25506.2.4.1.2.5
hh3cCfgOperateResultTable OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of config-operation requests result."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) 5 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1
hh3cCfgOperateResultEntry OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCfgOperateResultIndex }
  DESCRIPTION	"The result entries of configuration operation requests."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) 1 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.1
hh3cCfgOperateResultIndex OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of Table, which is an incremental integer.
        The maximum value of the node is 2147483647.  The agent should wrap the
        value to 1 and flush all the existing entries when the maximum value
        is reached."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 1 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.2
hh3cCfgOperateResultOptIndex OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operation index in the hh3cCfgOperateTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 2 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.3
hh3cCfgOperateResultOpType OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION ConfigOperationType
  SYNTAX	INTEGER {running2Startup(1), startup2Running(2), running2Net(3), net2Running(4), net2Startup(5), startup2Net(6), running2File(7), file2Running(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operation type in the hh3cCfgOperateTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 3 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.4
hh3cCfgOperateState OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION ConfigOperationStateType
  SYNTAX	INTEGER {opInProgress(1), opSuccess(2), opInvalidOperation(3), opInvalidProtocol(4), opInvalidSourceName(5), opInvalidDestName(6), opInvalidServerAddress(7), opDeviceBusy(8), opDeviceOpenError(9), opDeviceError(10), opDeviceNotProgrammable(11), opDeviceFull(12), opFileOpenError(13), opFileTransferError(14), opFileChecksumError(15), opNoMemory(16), opAuthFail(17), opTimeOut(18), opUnknownFailure(19), opInvalidConfigFile(20), opSlaveFull(21), opCopyToSlaveFailure(22)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operation state type in the hh3cCfgOperateTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 4 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.5
hh3cCfgOperateTime OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Record the time taken for the operation.  This object will
        be like a stopwatch, starting when the operation
        starts, and stopping when the operation completes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 5 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.6
hh3cCfgOperateEndTime OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the configuration operation is finished."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 6 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.7
hh3cCfgOperFailReason OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The failure reasons of configuration operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 7 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.8
hh3cCfgOperateFailCmd OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..512) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The failure cmd of configuration operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 8 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.9
hh3cCfgOperateFailCmdView OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..264) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The failure cmd view of configuration operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 9 }

.1.3.6.1.4.1.25506.2.4.1.2.5.1.10
hh3cCfgOperateFailCmdReason OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The failure cmd reasons of configuration operation.
        The failed reason is :
        'Failed to execute command.'
        'Failed to parse command.'
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgOperateResultTable(5) hh3cCfgOperateResultEntry(1) 10 }

.1.3.6.1.4.1.25506.2.4.1.2.6
hh3cCfgExecuteOperate OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) 6 }

.1.3.6.1.4.1.25506.2.4.1.2.6.1
hh3cCfgExecuteOperateResultEntryLimit OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (5..20) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of ConfigOperationType entries that may be held
        in hh3cCfgExecuteResultTable.  A particular setting does not guarantee
        that much data can be held."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgExecuteOperate(6) 1 }

.1.3.6.1.4.1.25506.2.4.1.2.6.2
hh3cCfgExecuteResultTable OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of configuration execute result."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgExecuteOperate(6) 2 }

.1.3.6.1.4.1.25506.2.4.1.2.6.2.1
hh3cCfgExecuteResultEntry OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCfgExecuteResultIndex }
  DESCRIPTION	"The result entries of configuration execute operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgExecuteOperate(6) hh3cCfgExecuteResultTable(2) 1 }

.1.3.6.1.4.1.25506.2.4.1.2.6.2.1.1
hh3cCfgExecuteResultIndex OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of Table, which is an incremental integer.
        The maximum value of the node is 2147483647.  The agent should wrap the
        value to 1 and flush all the existing entries when the maximum value
        is reached."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgExecuteOperate(6) hh3cCfgExecuteResultTable(2) hh3cCfgExecuteResultEntry(1) 1 }

.1.3.6.1.4.1.25506.2.4.1.2.6.2.1.2
hh3cCfgExecuteResultOptIndex OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The configuration execute operation index in the hh3cCfgExecuteResultTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgExecuteOperate(6) hh3cCfgExecuteResultTable(2) hh3cCfgExecuteResultEntry(1) 2 }

.1.3.6.1.4.1.25506.2.4.1.2.6.2.1.3
hh3cCfgExecuteResultOpType OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION ConfigOperationType
  SYNTAX	INTEGER {running2Startup(1), startup2Running(2), running2Net(3), net2Running(4), net2Startup(5), startup2Net(6), running2File(7), file2Running(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operation type in the hh3cCfgExecuteResultTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgExecuteOperate(6) hh3cCfgExecuteResultTable(2) hh3cCfgExecuteResultEntry(1) 3 }

.1.3.6.1.4.1.25506.2.4.1.2.6.2.1.4
hh3cCfgExecuteState OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION ConfigOperationStateType
  SYNTAX	INTEGER {opInProgress(1), opSuccess(2), opInvalidOperation(3), opInvalidProtocol(4), opInvalidSourceName(5), opInvalidDestName(6), opInvalidServerAddress(7), opDeviceBusy(8), opDeviceOpenError(9), opDeviceError(10), opDeviceNotProgrammable(11), opDeviceFull(12), opFileOpenError(13), opFileTransferError(14), opFileChecksumError(15), opNoMemory(16), opAuthFail(17), opTimeOut(18), opUnknownFailure(19), opInvalidConfigFile(20), opSlaveFull(21), opCopyToSlaveFailure(22)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Record the status of the specified operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgExecuteOperate(6) hh3cCfgExecuteResultTable(2) hh3cCfgExecuteResultEntry(1) 4 }

.1.3.6.1.4.1.25506.2.4.1.2.6.2.1.5
hh3cCfgExecuteTime OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Record the time of the execution starts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgExecuteOperate(6) hh3cCfgExecuteResultTable(2) hh3cCfgExecuteResultEntry(1) 5 }

.1.3.6.1.4.1.25506.2.4.1.2.6.2.1.6
hh3cCfgExecuteEndTime OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Record the time of the execution is finished."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) hh3cCfgExecuteOperate(6) hh3cCfgExecuteResultTable(2) hh3cCfgExecuteResultEntry(1) 6 }

.1.3.6.1.4.1.25506.2.4.1.2.7
hh3cCfgReset OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	INTEGER {normal(1), reset(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reboot the device with the default configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) 7 }

.1.3.6.1.4.1.25506.2.4.1.2.8
hh3cCfgReset2 OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  SYNTAX	INTEGER {normal(0), reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"normal:do nothing.
        reset  :reboot the device with the default configuration.
        'normal' will be returned when getting.
        This node differs from hh3cCfgReset in value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManObjects(1) hh3cCfgOperate(2) 8 }

.1.3.6.1.4.1.25506.2.4.2
hh3cConfigManNotifications OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) 2 }

.1.3.6.1.4.1.25506.2.4.2.1
hh3cCfgManEventlog NOTIFICATION-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  OBJECTS	{ hh3cCfgLogSrcCmd, hh3cCfgLogSrcData, hh3cCfgLogDesData }
  DESCRIPTION	"The object calculates the checksum on the current config per 10 minutes and
        even if it is different from the saved config but if a trap has been sent
        with the same checksum then don't send again until the checksum is different."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManNotifications(2) 1 }

.1.3.6.1.4.1.25506.2.4.2.2
hh3cCfgOperateCompletion NOTIFICATION-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  OBJECTS	{ hh3cCfgOperateType, hh3cCfgOperateTime, hh3cCfgOperateState, hh3cCfgOperateEndTime, hh3cCfgOperFailReason }
  DESCRIPTION	"When create hh3cCfgOperateTable successfully, a
        notification may be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManNotifications(2) 2 }

.1.3.6.1.4.1.25506.2.4.2.3
hh3cCfgInvalidConfigFile NOTIFICATION-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  OBJECTS	{ hh3cCfgOperateType, hh3cCfgOperateFileName, hh3cCfgFirstTrapTime }
  DESCRIPTION	"When the configuration file is invalid, this
         notification will be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManNotifications(2) 3 }

.1.3.6.1.4.1.25506.2.4.3
hh3cConfigManConformance OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) 3 }

.1.3.6.1.4.1.25506.2.4.3.1
hh3cConfigManCompliances OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManConformance(3) 1 }

.1.3.6.1.4.1.25506.2.4.3.1.1
hh3cConfigManCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-CONFIG-MAN-MIB
  DESCRIPTION	"The statement of compliance for those implementing
        the configuration management MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManConformance(3) hh3cConfigManCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.4.3.2
hh3cConfigManGroups OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManConformance(3) 2 }

.1.3.6.1.4.1.25506.2.4.3.2.1
hh3cCfgManLogGroup OBJECT-GROUP
  -- FROM	HH3C-CONFIG-MAN-MIB
  DESCRIPTION	"A collection of objects configuration log group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManConformance(3) hh3cConfigManGroups(2) 1 }

.1.3.6.1.4.1.25506.2.4.3.2.2
hh3cCfgOperateGroup OBJECT-GROUP
  -- FROM	HH3C-CONFIG-MAN-MIB
  DESCRIPTION	"A group of configuration operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManConformance(3) hh3cConfigManGroups(2) 2 }

.1.3.6.1.4.1.25506.2.4.3.2.3
hh3cCfgManNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  DESCRIPTION	"Collection of notification objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cConfig(4) hh3cConfigManConformance(3) hh3cConfigManGroups(2) 3 }

.1.3.6.1.4.1.25506.2.5
hh3cFlash OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 5 }

.1.3.6.1.4.1.25506.2.5.1
hh3cFlashManMIBObjects OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) 1 }

.1.3.6.1.4.1.25506.2.5.1.1
hh3cFlashDevice OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.1
hh3cFlhSupportNum OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Specifies the total number of flash which the
        system supported.

        The MIB should not be loaded if there is no flash
        in the system and so the value here will be a
        minimum of 1.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.2
hh3cFlashTable OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table gives the properties of all the flashes on
        the system.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) 2 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1
hh3cFlashEntry OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlhIndex }
  DESCRIPTION	"The entry of hh3cFlashTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.1
hh3cFlhIndex OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The index of hh3cFlashTable.  There are two parts for this index
        depicted as follows:
        31                  15                  0
        +++++++++++++++++++++++++++++++++++++++++
        +   entity index    +    random index   +
        +   ( bit 16..31 )       ( bit 0..15 )  +
        +++++++++++++++++++++++++++++++++++++++++

        From bit0 to bit15 (two bytes), it has a minimum value of 1, and
        maximum value of the same as the value of hh3cFlhSupportNum.

        From bit16 to bit31 (two bytes), it is the physical index the same as the
        entPhysicalIndex specified in ENTITY-MIB.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.2
hh3cFlhSize OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"
        Specifies the total size of the flash indexed by hh3cFlhIndex.
        The value should be zero if the flash is removed for a removable
        device.
        If the total size of the flash exceeds 2,147,483,647 bytes,
        hh3cFlhHCSize specifies the actual size.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 2 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.3
hh3cFlhPos OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The position of the flash device in system.  This object is
        an index of entPhysicalTable in ENTITY-MIB.
        If the value of this object is 0,
        the main processor is indicated.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 3 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.4
hh3cFlhName OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The flash name within the system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 4 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.5
hh3cFlhChipNum OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The chip numbers in the flash."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 5 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.6
hh3cFlhDescr OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Description of the purpose of the flash in the system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 6 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.8
hh3cFlhInitTime OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The initialization time for the flash component or partition,
        recorded using the system time.  This will be the boot time for
        a fixed device.  For a removable component or a partition,
        it will be the initialization time.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 8 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.9
hh3cFlhRemovable OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The value indicates whether the flash indexed can be removed
        or not.
        The true(1) value indicates the flash device CAN be removed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 9 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.11
hh3cFlhPartitionBool OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The value indicates whether the flash indexed can be partitioned
        or not.
        The true(1) value indicates the flash CAN be partitioned.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 11 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.12
hh3cFlhMinPartitionSize OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Minimum partition size supported.
        If hh3cFlhDevicePartitionBool is false, the value
        of this object is the same as hh3cFlhSize.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 12 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.13
hh3cFlhMaxPartitions OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The maximum count of partitions which the system supports
        for this flash.  If hh3cFlhPartitionBool is false,
        the object value is 1.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 13 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.14
hh3cFlhPartitionNum OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The actual number of partitions supported by the system for
        this flash.  If hh3cFlhPartitionBool is false, this value is 1.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 14 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.15
hh3cFlhKbyteSize OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Specifies the total size of the flash device indexed
        by hh3cFlhIndex.  The value should be zero if the flash is
        removed for a removable device.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 15 }

.1.3.6.1.4.1.25506.2.5.1.1.2.1.16
hh3cFlhHCSize OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Specifies the total size of the flash indexed by hh3cFlhIndex.
        This node is a 64-bit substitute for hh3cFlhSize.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashTable(2) hh3cFlashEntry(1) 16 }

.1.3.6.1.4.1.25506.2.5.1.1.3
hh3cFlashChips OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) 3 }

.1.3.6.1.4.1.25506.2.5.1.1.3.1
hh3cFlhChipTable OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Table of properties for all flash chips.
        Used mainly for diagnostics.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashChips(3) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.3.1.1
hh3cFlhChipEntry OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlhIndex, hh3cFlhChipSerialNo }
  DESCRIPTION	"The entry of hh3cFlhChipTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashChips(3) hh3cFlhChipTable(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.3.1.1.1
hh3cFlhChipSerialNo OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of hh3cFlhChipTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashChips(3) hh3cFlhChipTable(1) hh3cFlhChipEntry(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.3.1.1.2
hh3cFlhChipID OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..5) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The manufacturer code (the upper byte) and
        device code (the lower byte) for a chip.
        Unknown chip code is presented as 00:00.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashChips(3) hh3cFlhChipTable(1) hh3cFlhChipEntry(1) 2 }

.1.3.6.1.4.1.25506.2.5.1.1.3.1.1.3
hh3cFlhChipDescr OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The description of the flash chip.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashChips(3) hh3cFlhChipTable(1) hh3cFlhChipEntry(1) 3 }

.1.3.6.1.4.1.25506.2.5.1.1.3.1.1.4
hh3cFlhChipWriteTimesLimit OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The limit for the number of write times (retries)
        for a flash chip.  If the limit
        is exceeded an error should be reported by the management
        station.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashChips(3) hh3cFlhChipTable(1) hh3cFlhChipEntry(1) 4 }

.1.3.6.1.4.1.25506.2.5.1.1.3.1.1.5
hh3cFlhChipWriteTimes OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        A count of write times (retries) for the flash chip since
        initialization.
        A count of 25 or more for a single chip indicates a write error.
        Management stations should note the value of this MIB before and
        after a write operation,
        and report any errors accordingly.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashChips(3) hh3cFlhChipTable(1) hh3cFlhChipEntry(1) 5 }

.1.3.6.1.4.1.25506.2.5.1.1.3.1.1.6
hh3cFlhChipEraseTimesLimit OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The limit for the number of erase times (retries) for a flash
        chip.
        If the limit is exceeded an error should be reported by the
        management station.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashChips(3) hh3cFlhChipTable(1) hh3cFlhChipEntry(1) 6 }

.1.3.6.1.4.1.25506.2.5.1.1.3.1.1.7
hh3cFlhChipEraseTimes OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        A count of erase times (retries) for the flash chip since
        initialization.
        A count of 2000 or more for a single chip indicates a write
        error.
        Management stations should note the value of this MIB before and
        after an erase operation, and report any errors accordingly.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashChips(3) hh3cFlhChipTable(1) hh3cFlhChipEntry(1) 7 }

.1.3.6.1.4.1.25506.2.5.1.1.4
hh3cFlashPartitions OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) 4 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1
hh3cFlhPartitionTable OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Properties for the flash partitions.  Minimum of one entry in
        this table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1
hh3cFlhPartitionEntry OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlhIndex, hh3cFlhPartIndex }
  DESCRIPTION	"
        An entry of the hh3cFlhPartitionTable.Indexed by flash
        number and partition number.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.1
hh3cFlhPartIndex OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        An index which specifies a sequenced partition in the system.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.2
hh3cFlhPartFirstChip OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The first chip's sequence number in the
        partition, by which a chip can be indexed in
        chip table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.3
hh3cFlhPartLastChip OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The last chip's sequence number in the
        partition, by which a chip can be indexed in
        chip table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.4
hh3cFlhPartSpace OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"
        The total space of the flash partition.
        The following should be satisfied:
        hh3cFlhPartSpace = n*hh3cFlhMinPartitionSize
        If the total size of the flash partition exceeds 2,147,483,647 bytes,
        hh3cFlhPartHCSpace specifies the actual size.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.5
hh3cFlhPartSpaceFree OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"
        The flash partition's free space.
        If the free space of the flash partition exceeds 2,147,483,647 bytes,
        hh3cFlhPartHCSpaceFree specifies the actual free space.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.6
hh3cFlhPartFileNum OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of all the files in the flash partition."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.7
hh3cFlhPartChecksumMethod OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	INTEGER {simpleChecksum(1), undefined(2), simpleCRC(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Checksum method which the file system uses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 7 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.8
hh3cFlhPartStatus OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION Hh3cFlashPartitionStatus
  SYNTAX	INTEGER {readOnly(1), runFromFlash(2), readWrite(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The flash partition status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 8 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.9
hh3cFlhPartUpgradeMode OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION Hh3cFlashPartitionUpgradeMode
  SYNTAX	INTEGER {unknown(1), rxbootFLH(2), direct(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The upgrade mode of the Flash partition"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 9 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.10
hh3cFlhPartName OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the flash partition given by the system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 10 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.11
hh3cFlhPartRequireErase OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Shows whether a write operation is conditional on partition
        erase.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 11 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.12
hh3cFlhPartFileNameLen OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum length of file name supported in the system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 12 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.13
hh3cFlhPartBootable OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value indicates whether the partition is a bootable partition.
         The true(1) value indicates a bootable partition.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 13 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.14
hh3cFlhPartPathForGlobalOpt OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value indicates whether the partition is used in a global file
         operation.  The true(1) value indicates that in one global file
         operation files will be copied to or deleted from this partition.
         When hh3cFlhPartPathForGlobalOpt in one entry is set to true(1),
         hh3cFlhPartPathForGlobalOpt in other entries with the same entity
         index will be set to false(0).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 14 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.15
hh3cFlhPartHCSpace OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total space of the flash partition.
        This node is a 64-bit substitute for hh3cFlhPartSpace.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 15 }

.1.3.6.1.4.1.25506.2.5.1.1.4.1.1.16
hh3cFlhPartHCSpaceFree OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The flash partition's free space.
        This node is a 64-bit substitue for hh3cFlhPartSpace.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhPartitionTable(1) hh3cFlhPartitionEntry(1) 16 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2
hh3cFlhFiles OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) 2 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2.1
hh3cFlhFileTable OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of file information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhFiles(2) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2.1.1
hh3cFlhFileEntry OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlhIndex, hh3cFlhPartIndex, hh3cFlhFileIndex }
  DESCRIPTION	"
        An entry representing a file.  Indexed using flash number,
        partition number, and file number.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhFiles(2) hh3cFlhFileTable(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2.1.1.1
hh3cFlhFileIndex OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the table, whose range is from 1 to 2147483647"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhFiles(2) hh3cFlhFileTable(1) hh3cFlhFileEntry(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2.1.1.2
hh3cFlhFileName OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A valid file/directory name supported by the file system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhFiles(2) hh3cFlhFileTable(1) hh3cFlhFileEntry(1) 2 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2.1.1.3
hh3cFlhFileSize OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"
        The file size in bytes excluding the file
        header of file system.  The value should be greater than zero.
        If the file size exceeds 2,147,483,647 bytes, hh3cFlhFileHCSize
        specifies the actual size.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhFiles(2) hh3cFlhFileTable(1) hh3cFlhFileEntry(1) 3 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2.1.1.4
hh3cFlhFileStatus OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	INTEGER {deleted(1), invalidChecksum(2), valid(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The status should be as follows:
        deleted(1):  The file is in recycle bin.
        invalidChecksum(2):  The checksum of file is invalid;
        valid(3):  A valid file.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhFiles(2) hh3cFlhFileTable(1) hh3cFlhFileEntry(1) 4 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2.1.1.5
hh3cFlhFileChecksum OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The file checksum in the header of file."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhFiles(2) hh3cFlhFileTable(1) hh3cFlhFileEntry(1) 5 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2.1.1.6
hh3cFlhFileHCSize OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The file size in bytes.
        This node is a 64-bit substitue for hh3cFlhFileSize.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhFiles(2) hh3cFlhFileTable(1) hh3cFlhFileEntry(1) 6 }

.1.3.6.1.4.1.25506.2.5.1.1.4.2.1.1.7
hh3cFlhFileType OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	INTEGER {file(1), directory(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether it is a file or directory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashDevice(1) hh3cFlashPartitions(4) hh3cFlhFiles(2) hh3cFlhFileTable(1) hh3cFlhFileEntry(1) 7 }

.1.3.6.1.4.1.25506.2.5.1.2
hh3cFlashOperate OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.2.5.1.2.1
hh3cFlhOpTable OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table used to operate flash."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) 1 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1
hh3cFlhOpEntry OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlhOperIndex }
  DESCRIPTION	"
        Note an operation cannot be stopped until it is finished.

        If notification is configured, NMS will receive a notification
        at the end of the operation.

        Entries in the table will be removed automatically in 5 minutes.
        It can also be deleted by NMS directly.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.1
hh3cFlhOperIndex OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Specifies the index of an entry.  It is a
        random value when creating an entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.2
hh3cFlhOperType OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	INTEGER {net2FlashWithErase(1), net2FlashWithoutErase(2), flash2Net(3), delete(4), rename(5), mkdir(6), rmdir(7), copy(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Specifies the operation to be executed.

        net2FlashWithErase  Copy a file to flash; erase flash beforehand.
        net2FlashWithoutErase   Copy a file to flash; do not erase flash
                                  beforehand.
        flash2Net       Copy a file from flash.
        delete          Delete a file that is specified by
                          hh3cFlhOperSourceFile.
        rename          Change a file's name.
        mkdir           Create a directory that is specified by
                          hh3cFlhOperSourceFile.
        rmdir           Delete a directory that is specified by
                          hh3cFlhOperSourceFile.
        copy            Copy a file.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.3
hh3cFlhOperProtocol OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	INTEGER {ftp(1), tftp(2), clusterftp(3), clustertftp(4), sftp(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Specifies the protocol used to transfer a file.
        The default protocol is ftp.

        A directory cannot be transferred.

        when 'clusterftp' or 'clustertftp' is selected,
        the hh3cFlhOperServerAddress needn't be set,
        the server address can be acquired automatically, the value of
        hh3cFlhOperServerAddress is uncertain during operation.
        Both member switch and commander switch can use them if they
        support HGMP v2.
        "
  DEFVAL	{ ftp }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.4
hh3cFlhOperServerAddress OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"
        The address of remote host acting as server for operation.

        The default value is 255.255.255.255

        This object is replaced by hh3cFlhOperSrvAddrRev for it only support IPv4.
        "
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 4 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.5
hh3cFlhOperServerUser OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        When using ftp to transfer files, the user name must be
        specified through this node.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 5 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.6
hh3cFlhOperPassword OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Remote user password for copying via ftp protocol.  Optionally,
        This object may be ignored for protocols other than ftp. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 6 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.7
hh3cFlhOperSourceFile OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Specifies the source file/directory name for this operation
        that is specified by hh3cFlhOperType.

        It may be located on flash or remote server.
        It may include the file path if it is applicable.
        It must be specified.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 7 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.8
hh3cFlhOperDestinationFile OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Specifies the destination file name.
        It may be located on flash or remote server.
        It may include the file path if it is applicable.
        If it is not specified, the destination file name
        is the same as source file name for application.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 8 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.9
hh3cFlhOperStatus OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION Hh3cFlashOperationStatus
  SYNTAX	INTEGER {opInProgress(1), opSuccess(2), opInvalid(3), opInvalidProtocol(4), opInvalidSourceName(5), opInvalidDestName(6), opInvalidServerAddress(7), opDeviceBusy(8), opDeviceOpenError(9), opDeviceError(10), opDeviceNotProgrammable(11), opDeviceFull(12), opFileOpenError(13), opFileTransferError(14), opFileChecksumError(15), opNoMemory(16), opAuthFail(17), opTimeout(18), opUnknownFailure(19), opDeleteFileOpenError(20), opDeleteInvalidDevice(21), opDeleteInvalidFunction(22), opDeleteOperationError(23), opDeleteInvalidFileName(24), opDeleteDeviceBusy(25), opDeleteParaError(26), opDeleteInvalidPath(27), opDeleteFileNotExistInSlave(28), opDeleteFileFailedInSlave(29), opSlaveFull(30), opCopyToSlaveFailure(31)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 9 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.10
hh3cFlhOperEndNotification OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        If the value of it is specified 'true', a notification
        will be generated at the end of the operation.
        Else no notification will be generated.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 10 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.11
hh3cFlhOperProgress OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The progress described as the time taken for the operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 11 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.12
hh3cFlhOperRowStatus OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 12 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.13
hh3cFlhOperServerPort OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The port of remote host acting as server for operation.
         If the value of this object is not specified, the server
         port is the known protocol port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 13 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.14
hh3cFlhOperFailReason OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The failure reasons of operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 14 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.15
hh3cFlhOperSrvAddrType OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of IP address for hh3cFlhOperSrvAddrRev."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 15 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.16
hh3cFlhOperSrvAddrRev OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of remote host acting as server for operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 16 }

.1.3.6.1.4.1.25506.2.5.1.2.1.1.17
hh3cFlhOperSrvVPNName OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN instance of this operation uses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashOperate(2) hh3cFlhOpTable(1) hh3cFlhOpEntry(1) 17 }

.1.3.6.1.4.1.25506.2.5.1.3
hh3cFlashNotification OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) 3 }

.1.3.6.1.4.1.25506.2.5.1.3.1
hh3cFlhOperNotification NOTIFICATION-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  OBJECTS	{ hh3cFlhOperStatus }
  DESCRIPTION	"
        A hh3cFlhOperNotification is sent at the completion of a flash
        copy operation if hh3cFlhOperEndNotification is true.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashManMIBObjects(1) hh3cFlashNotification(3) 1 }

.1.3.6.1.4.1.25506.2.5.2
hh3cFlashMIBConformance OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) 2 }

.1.3.6.1.4.1.25506.2.5.2.1
hh3cFlhMIBCompliances OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashMIBConformance(2) 1 }

.1.3.6.1.4.1.25506.2.5.2.1.1
hh3cFlhMIBCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-FLASH-MAN-MIB
  DESCRIPTION	"
        The statement of compliance for those implementing this MIB.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashMIBConformance(2) hh3cFlhMIBCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.5.2.2
hh3cFlashMIBGroups OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashMIBConformance(2) 2 }

.1.3.6.1.4.1.25506.2.5.2.2.1
hh3cFlhGroup OBJECT-GROUP
  -- FROM	HH3C-FLASH-MAN-MIB
  DESCRIPTION	"A collection of objects on Flash level information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashMIBConformance(2) hh3cFlashMIBGroups(2) 1 }

.1.3.6.1.4.1.25506.2.5.2.2.3
hh3cFlhChipGroup OBJECT-GROUP
  -- FROM	HH3C-FLASH-MAN-MIB
  DESCRIPTION	"A collection of objects on chip level information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashMIBConformance(2) hh3cFlashMIBGroups(2) 3 }

.1.3.6.1.4.1.25506.2.5.2.2.4
hh3cFlhPartitionGroup OBJECT-GROUP
  -- FROM	HH3C-FLASH-MAN-MIB
  DESCRIPTION	"A collection of objects providing on partition
        level information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashMIBConformance(2) hh3cFlashMIBGroups(2) 4 }

.1.3.6.1.4.1.25506.2.5.2.2.5
hh3cFlhFileGroup OBJECT-GROUP
  -- FROM	HH3C-FLASH-MAN-MIB
  DESCRIPTION	"A collection of objects on file level information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashMIBConformance(2) hh3cFlashMIBGroups(2) 5 }

.1.3.6.1.4.1.25506.2.5.2.2.6
hh3cFlhOperationGroup OBJECT-GROUP
  -- FROM	HH3C-FLASH-MAN-MIB
  DESCRIPTION	"A collection of objects of flash operations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashMIBConformance(2) hh3cFlashMIBGroups(2) 6 }

.1.3.6.1.4.1.25506.2.5.2.2.7
hh3cFlhNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-FLASH-MAN-MIB
  DESCRIPTION	"The collection of notifications in the module"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlash(5) hh3cFlashMIBConformance(2) hh3cFlashMIBGroups(2) 7 }

.1.3.6.1.4.1.25506.2.6
hh3cEntityExtend OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 6 }

.1.3.6.1.4.1.25506.2.6.1
hh3cEntityExtObjects OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) 1 }

.1.3.6.1.4.1.25506.2.6.1.1
hh3cEntityExtState OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.1.1
hh3cEntityExtStateTable OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per physical entity, There is
            always at least one row for an 'overall' physical entity.
            The information in each row may be not include all the object
            in this table, because of the entity need not some of the
            information here."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1
hh3cEntityExtStateEntry OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEntityExtPhysicalIndex }
  DESCRIPTION	"The information about a particular physical entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.1
hh3cEntityExtPhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of hh3cEntityExtStateTable.
            This index is identical to entPhysicalIndex in ENTITY-MIB"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.2
hh3cEntityExtAdminStatus OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION Hh3cAdminState
  SYNTAX	INTEGER {notSupported(1), locked(2), shuttingDown(3), unlocked(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative state for this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.3
hh3cEntityExtOperStatus OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION Hh3cOperState
  SYNTAX	INTEGER {notSupported(1), disabled(2), enabled(3), dangerous(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operate state for this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.4
hh3cEntityExtStandbyStatus OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION Hh3cStandbyStatus
  SYNTAX	INTEGER {notSupported(1), hotStandby(2), coldStandby(3), providingService(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is used for monitoring standby status.
            Not all entities support this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.5
hh3cEntityExtAlarmLight OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION Hh3cAlarmStatus
  SYNTAX	BITS {notSupported(0), underRepair(1), critical(2), major(3), minor(4), alarmOutstanding(5), warning(6), indeterminate(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The alarm status for this entity. It does not include
            the severity of alarms raised on child components. In
            this condition, there will be a alarm light on the entity,
            the object should have the same status with it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.6
hh3cEntityExtCpuUsage OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The CPU usage for this entity. Generally, the overall
            CPU usage on the entity is calculated, independent of
            the number of CPUs on the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 6 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.7
hh3cEntityExtCpuUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold for the CPU usage. When the CPU usage exceeds
            the threshold, a notification will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 7 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.8
hh3cEntityExtMemUsage OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The memory usage for the entity. This object indicates what
            percent of memory are used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 8 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.9
hh3cEntityExtMemUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold for the Memory usage, When the memory usage
            exceeds the threshold, a notification will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 9 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.10
hh3cEntityExtMemSize OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size of memory for the entity.

            If the amount of memory exceeds 4,294,967,295 bytes,
            the value remains 4,294,967,295 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 10 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.11
hh3cEntityExtUpTime OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The uptime for the entity. The meaning of uptime is
            when the entity is up, and the value of the object
            will add 1 seconds while the entity is running."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 11 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.12
hh3cEntityExtTemperature OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The temperature for the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 12 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.13
hh3cEntityExtTemperatureThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold for the temperature. When the temperature
            exceeds the threshold, a notification will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 13 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.14
hh3cEntityExtVoltage OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The voltage for the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 14 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.15
hh3cEntityExtVoltageLowThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The low-threshold for the voltage.
            When voltage is lower than low-threshold, a notification will be
            sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 15 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.16
hh3cEntityExtVoltageHighThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The high-threshold for the voltage.
            When voltage greater than high-threshold, a notification will be
            sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 16 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.17
hh3cEntityExtCriticalTemperatureThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" The threshold for the critical Temperature. When temperature
            exceeds the critical temperature, a notification will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 17 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.18
hh3cEntityExtMacAddress OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC Address of the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 18 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.19
hh3cEntityExtErrorStatus OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	INTEGER {notSupported(1), normal(2), postFailure(3), entityAbsent(4), poeError(11), stackError(21), stackPortBlocked(22), stackPortFailed(23), sfpRecvError(31), sfpSendError(32), sfpBothError(33), fanError(41), psuError(51), rpsError(61), moduleFaulty(71), sensorError(81), hardwareFaulty(91)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicate the error state of this entity object. Now it only
            supports Port, general power supply, RPS power supply and
            board/Subcard. It may have one of these values.
            The following four values  can be used for all kinds of entities.

            notSupported(1) means this entity cannot support this function.
            normal(2) means the statement of this entity is normal. for ports,
            it doesn't differentiate 10M/s, 100M/s, 1000M/s, duplex and
            half-duplex. For fan, power supply and board-Subcard, it means
            their states are normal.
            postFailure(3)  means the entity fails to POST.
            entityAbsent(4) means the entity is absent now.


            The following values is depended on the entity.

            For Port entities, it may have the following  values. If its POST
            is failure,
            then the value of the instance will be postFailure(3), otherwise
            the value will be normal(2).

            If enable power supply over Ethernet on this port is failure,
            the value of this instance will be poeError(11), otherwise it will
            be normal(2).

            For stack port, if it connects to another stack port normally, and
            these two units merge into one stack, then the value of this
            instance will be normal(2).
            If something wrong occurs and the unit cannot merge into stack,
            the value of this instance will be stackPortFailed(23).  If the
            stack port forms resilient daisy chain with another stack port
            on the other unit, the value of this instance will be
            stackPortBlocked(22).


            For SFP ports, if it fail to receive, the value of this instance
            will be sfpRecvError(31), if it fail to send, the value is
            sfpSendError(32), if it fail to send and receive, the value is
            sfpBothError(33), otherwise it will be normal(2).

            fanError(41) means that the fan stops working.

            psuError(51) means that the Power Supply Unit is in the state of
            fault.

            rpsError(61) means the RPS is in the state of fault.

            moduleFaulty(71) means the Module is in the state of fault.

            sensorError(81) means the sensor is in the state of fault.

            hardwareFaulty(91) means the hardware of specified entity is in the state of fault.

            NMS must be compatible with the states which may be added
            in the future."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 19 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.20
hh3cEntityExtCpuMaxUsage OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximal CPU usage for the entity in the period of time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 20 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.21
hh3cEntityExtLowerTemperatureThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold for the lower Temperature. When temperature runs
            under the threshold, a notification will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 21 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.22
hh3cEntityExtShutdownTemperatureThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold for the shutdown Temperature. When temperature
            exceeds the threshold, a notification will be sent and the entity
            will be shutdown."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 22 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.23
hh3cEntityExtPhyMemSize OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The memory size of entity. This is the physical attribute of entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 23 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.24
hh3cEntityExtPhyCpuFrequency OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The CPU frequency of entity. Unit of measure is MHZ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 24 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.25
hh3cEntityExtFirstUsedDate OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The first used date of the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 25 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.26
hh3cEntityExtCpuAvgUsage OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The average CPU usage for the entity in a period of time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 26 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.27
hh3cEntityExtMemAvgUsage OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The average memory usage for the entity in a period of time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 27 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.28
hh3cEntityExtMemType OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The memory type of entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 28 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.29
hh3cEntityExtCriticalLowerTemperatureThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold for the critical Temperature.  When temperature
            exceeds the critical lower temperature, a notification will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 29 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.30
hh3cEntityExtShutdownLowerTemperatureThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold for the shutdown Temperature.  When temperature
            exceeds the lower threshold, a notification will be sent and the entity
            will be shutdown."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 30 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.31
hh3cEntityExtCpuUsageRecoverThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The recover threshold for the CPU usage.  When the CPU usage falls down to
            the threshold, a notification is sent.  The hh3cEntityExtCpuUsageRecoverThreshold
            must be less than or equal to the hh3cEntityExtCpuUsageThreshold."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 31 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.32
hh3cEntityExtMemSizeRev OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Size of memory space for the entity.

            This node is used to replace hh3cEntityExtMemSize."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 32 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.33
hh3cEntityExtCpuUsageIn1Minute OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The CPU usage in last one minute for this entity.
            Generally, the overall CPU usage on the entity is
            calculated, independent of the number of CPUs on
            the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 33 }

.1.3.6.1.4.1.25506.2.6.1.1.1.1.34
hh3cEntityExtCpuUsageIn5Minutes OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The CPU usage in last five minutes for this entity.
            Generally, the overall CPU usage on the entity is
            calculated, independent of the number of CPUs on
            the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 34 }

.1.3.6.1.4.1.25506.2.6.1.2
hh3cEntityExtManu OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) 2 }

.1.3.6.1.4.1.25506.2.6.1.2.1
hh3cEntityExtManuTable OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table about device manufacture information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtManu(2) 1 }

.1.3.6.1.4.1.25506.2.6.1.2.1.1
hh3cEntityExtManuEntry OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEntityExtManuPhysicalIndex }
  DESCRIPTION	"The device manufacture information about a particular physical
            entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtManu(2) hh3cEntityExtManuTable(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.2.1.1.1
hh3cEntityExtManuPhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of hh3cEntityExtManuTable.
            This index is identical to entPhysicalIndex in ENTITY-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtManu(2) hh3cEntityExtManuTable(1) hh3cEntityExtManuEntry(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.2.1.1.2
hh3cEntityExtManuSerialNum OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Manufacture serial number.
            The manufacture serial number of the entity such as chassis,
            module, and so on.  It is got from the device when manufacturing.
            For low level box-device, the manufacture serial number is the
            device-number of System Control Board(SCB for short), it is written
            into the SCB directly; for middle level or high level frame-device,
            the manufacture serial number is the device-numbers of SCB and
            Service Board, because the SCB, Service Board and chassis are
            separate to sale and the device-number of chassis cannot be
            written into board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtManu(2) hh3cEntityExtManuTable(1) hh3cEntityExtManuEntry(1) 2 }

.1.3.6.1.4.1.25506.2.6.1.2.1.1.3
hh3cEntityExtManuBuildInfo OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device version information.
            The device version information of the entity such as chassis,
            module, and so on.  It consists of software version information
            and hardware version information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtManu(2) hh3cEntityExtManuTable(1) hh3cEntityExtManuEntry(1) 3 }

.1.3.6.1.4.1.25506.2.6.1.2.1.1.4
hh3cEntityExtManuBOM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device BOM code.
            The device BOM code of the entity such as chassis, module, and so
            on.  It is the component code of ERP system, which can be
            disassembled from device-number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtManu(2) hh3cEntityExtManuTable(1) hh3cEntityExtManuEntry(1) 4 }

.1.3.6.1.4.1.25506.2.6.1.2.1.1.5
hh3cEntityExtMacAddressCount OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address count.
            The count of MAC addresses of the entity, such as chassis, module,
            or port, and so on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtManu(2) hh3cEntityExtManuTable(1) hh3cEntityExtManuEntry(1) 5 }

.1.3.6.1.4.1.25506.2.6.1.3
hh3cEntityExtPower OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) 3 }

.1.3.6.1.4.1.25506.2.6.1.3.1
hh3cEntityExtPowerTable OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the power information of all the physical
            entity on the device, such as the fans, the subcards, the boards,
            etc."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtPower(3) 1 }

.1.3.6.1.4.1.25506.2.6.1.3.1.1
hh3cEntityExtPowerEntry OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEntityExtPowerPhysicalIndex }
  DESCRIPTION	"The entity power information about a particular physical entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtPower(3) hh3cEntityExtPowerTable(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.3.1.1.1
hh3cEntityExtPowerPhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of hh3cEntityExtPowerTable.
            This index is identical to entPhysicalIndex in ENTITY-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtPower(3) hh3cEntityExtPowerTable(1) hh3cEntityExtPowerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.3.1.1.2
hh3cEntityExtNominalPower OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The nominal power of the entity expressed in milliWatts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtPower(3) hh3cEntityExtPowerTable(1) hh3cEntityExtPowerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.6.1.3.1.1.3
hh3cEntityExtCurrentPower OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The measured usage power of the entity expressed in milliWatts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtPower(3) hh3cEntityExtPowerTable(1) hh3cEntityExtPowerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.6.1.3.1.1.4
hh3cEntityExtAveragePower OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The average power consumed by the entity expressed in milliWatts.
            Writing a value of zero to this object resets its value to zero.
            Writing any other value to this object has no effect on its value
            and an error is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtPower(3) hh3cEntityExtPowerTable(1) hh3cEntityExtPowerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.6.1.3.1.1.5
hh3cEntityExtPeakPower OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The peak power consumed by the entity expressed in milliWatts.
            Writing a value of zero to this object resets its value to zero.
            Writing any other value to this object has no effect on its value
            and an error is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtPower(3) hh3cEntityExtPowerTable(1) hh3cEntityExtPowerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.6.1.4
hh3cProcessObjects OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) 4 }

.1.3.6.1.4.1.25506.2.6.1.4.1
hh3cProcessTable OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Table describes the information about a particular process,
            namely a task."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cProcessObjects(4) 1 }

.1.3.6.1.4.1.25506.2.6.1.4.1.1
hh3cProcessEntry OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cProcessID }
  DESCRIPTION	"The information about a particular process, namely a task."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cProcessObjects(4) hh3cProcessTable(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.4.1.1.1
hh3cProcessID OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the identifier of process, namely task ID
            in system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cProcessObjects(4) hh3cProcessTable(1) hh3cProcessEntry(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.4.1.1.2
hh3cProcessName OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the process name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cProcessObjects(4) hh3cProcessTable(1) hh3cProcessEntry(1) 2 }

.1.3.6.1.4.1.25506.2.6.1.4.1.1.3
hh3cProcessUtil5Min OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object provides a general idea of how busy a process caused
            the processor to be over a 5 minute period.  The ratio is calculated
            by the overall CPU usage caused by the process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cProcessObjects(4) hh3cProcessTable(1) hh3cProcessEntry(1) 3 }

.1.3.6.1.4.1.25506.2.6.1.5
hh3cEntityExtVoltageObjects OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) 5 }

.1.3.6.1.4.1.25506.2.6.1.5.1
hh3cEntityExtVoltageTable OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table describes the voltage information of the voltage sensor
            entities on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtVoltageObjects(5) 1 }

.1.3.6.1.4.1.25506.2.6.1.5.1.1
hh3cEntityExtVoltageEntry OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEntityExtPhysicalIndex }
  DESCRIPTION	"The voltage information of the voltage sensor entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtVoltageObjects(5) hh3cEntityExtVoltageTable(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.5.1.1.1
hh3cEntityExtCurrentVoltage OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current voltage in millivolts of the voltage
            sensor entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtVoltageObjects(5) hh3cEntityExtVoltageTable(1) hh3cEntityExtVoltageEntry(1) 1 }

.1.3.6.1.4.1.25506.2.6.1.5.1.1.2
hh3cEntityExtNominalVoltage OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The nominal voltage in millivolts of the voltage
            sensor entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtVoltageObjects(5) hh3cEntityExtVoltageTable(1) hh3cEntityExtVoltageEntry(1) 2 }

.1.3.6.1.4.1.25506.2.6.1.5.1.1.3
hh3cEntityExtVoltageState OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	INTEGER {normal(0), low(1), tooLow(2), high(3), tooHigh(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The voltage state of the voltage sensor entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtVoltageObjects(5) hh3cEntityExtVoltageTable(1) hh3cEntityExtVoltageEntry(1) 3 }

.1.3.6.1.4.1.25506.2.6.1.5.1.1.4
hh3cEntityExtVoltageMajorLowThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The low threshold for the voltage sensor entity.

            When the voltage is lower than the threshold, a notification
            will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtVoltageObjects(5) hh3cEntityExtVoltageTable(1) hh3cEntityExtVoltageEntry(1) 4 }

.1.3.6.1.4.1.25506.2.6.1.5.1.1.5
hh3cEntityExtVoltageFatalLowThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The fatal low voltage threshold for the voltage sensor entity.

            When the voltage is lower than the threshold, a notification
            will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtVoltageObjects(5) hh3cEntityExtVoltageTable(1) hh3cEntityExtVoltageEntry(1) 5 }

.1.3.6.1.4.1.25506.2.6.1.5.1.1.6
hh3cEntityExtVoltageMajorHighThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The high threshold for the voltage sensor entity.

            When the voltage is higher than the threshold, a notification
            will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtVoltageObjects(5) hh3cEntityExtVoltageTable(1) hh3cEntityExtVoltageEntry(1) 6 }

.1.3.6.1.4.1.25506.2.6.1.5.1.1.7
hh3cEntityExtVoltageFatalHighThreshold OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The fatal high threshold for the voltage sensor entity.

            When the voltage is higher than the threshold, a notification
            will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtVoltageObjects(5) hh3cEntityExtVoltageTable(1) hh3cEntityExtVoltageEntry(1) 7 }

.1.3.6.1.4.1.25506.2.6.2
hh3cEntityExtTraps OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) 2 }

.1.3.6.1.4.1.25506.2.6.2.0
hh3cEntityExtTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) 0 }

.1.3.6.1.4.1.25506.2.6.2.0.1
hh3cEntityExtTemperatureThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtTemperature, hh3cEntityExtTemperatureThreshold, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The hh3cEntityExtTemperatureThresholdNotification
            indicates the temperature exceeded the threshold.
            In this condition, user should check the status and the
            environment of the entity, sometimes it happens because
            of the failure of air-condition."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.6.2.0.2
hh3cEntityExtVoltageLowThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtVoltage, hh3cEntityExtVoltageLowThreshold, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The hh3cEntityExtVoltageLowThresholdNotification indicates
            the voltage is lower than the threshold.

            If the voltage is lower too much than the entity needs,
            the entity will halt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.6.2.0.3
hh3cEntityExtVoltageHighThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtVoltage, hh3cEntityExtVoltageHighThreshold, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The hh3cEntityExtVoltageHighThresholdNotification indicates
            the voltage is higher than the threshold.

            If the voltage is higher too much than the entity needs,
            The entity may be damaged by the high voltage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.6.2.0.4
hh3cEntityExtCpuUsageThresholdNotfication NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtCpuUsage, hh3cEntityExtCpuUsageThreshold, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight, hh3cEntityExtCpuUsageRecoverThreshold, hh3cEntityExtFirstTrapTime }
  DESCRIPTION	"The hh3cEntityExtCpuUsageThresholdNotfication indicates
            the entity is overloaded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.6.2.0.5
hh3cEntityExtMemUsageThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtMemUsage, hh3cEntityExtMemUsageThreshold, hh3cEntityExtMemSize, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight, hh3cEntityExtFirstTrapTime }
  DESCRIPTION	"The hh3cEntityExtMemUsageThresholdNotification indicates
            the entity is overloaded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.6.2.0.6
hh3cEntityExtOperEnabled NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The trap indicates the entity is operable at present."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.6.2.0.7
hh3cEntityExtOperDisabled NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The trap indicates the entity is not operable at present."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.6.2.0.8
hh3cEntityExtCriticalTemperatureThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtTemperature, hh3cEntityExtCriticalTemperatureThreshold, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The hh3cEntityExtCriticalTemperatureThresholdNotification
            indicates the temperature exceeds the critical temperature.
            In this condition, user should check the status and the
            environment of the entity, sometimes it happens because
            of the failure of air-condition."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 8 }

.1.3.6.1.4.1.25506.2.6.2.0.9
hh3cEntityExtSFPAlarmOn NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtErrorStatus, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The trap is generated when the SFP module fails
            or runs abnormally for some particular reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 9 }

.1.3.6.1.4.1.25506.2.6.2.0.10
hh3cEntityExtSFPAlarmOff NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtErrorStatus, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The trap is generated when the SFP module restores to
            normal status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 10 }

.1.3.6.1.4.1.25506.2.6.2.0.11
hh3cEntityExtSFPPhony NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"This module is NOT sold by authorized manufacturer.
            The normal function of the device or assume the maintenance
            responsibility thereof will NOT be guaranteed.
            The trap is generated periodically after a phony module has been
            found."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 11 }

.1.3.6.1.4.1.25506.2.6.2.0.12
hh3cEntityInsert NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ entPhysicalDescr, hh3cEntityExtAdminStatus, hh3cEntityExtOperStatus }
  DESCRIPTION	"The trap is generated when a removable entity inserting to
            device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 12 }

.1.3.6.1.4.1.25506.2.6.2.0.13
hh3cEntityRemove NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ entPhysicalDescr, hh3cEntityExtAdminStatus, hh3cEntityExtOperStatus }
  DESCRIPTION	"The trap is generated when a removable entity removing from
            device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 13 }

.1.3.6.1.4.1.25506.2.6.2.0.14
hh3cEntityExtForcedPowerOff NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The trap indicates the entity is forced to power off."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 14 }

.1.3.6.1.4.1.25506.2.6.2.0.15
hh3cEntityExtForcedPowerOn NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The trap indicates the entity is forced to power on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 15 }

.1.3.6.1.4.1.25506.2.6.2.0.16
hh3cEntityExtFaultAlarmOn NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtErrorStatus, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The trap indicates a fault occurs on the specified entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 16 }

.1.3.6.1.4.1.25506.2.6.2.0.17
hh3cEntityExtFaultAlarmOff NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtErrorStatus, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"The trap indicates a fault disappears on the specified entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 17 }

.1.3.6.1.4.1.25506.2.6.2.0.18
hh3cEntityExtResourceLack NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName }
  DESCRIPTION	"The trap indicates that a kind of resource is not enough on the
            specified entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 18 }

.1.3.6.1.4.1.25506.2.6.2.0.19
hh3cEntityExtResourceEnough NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName }
  DESCRIPTION	"The trap indicates that the entity recovers from the status of no
            enough resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 19 }

.1.3.6.1.4.1.25506.2.6.2.0.20
hh3cEntityExtTemperatureLower NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtTemperature, hh3cEntityExtLowerTemperatureThreshold, hh3cEntityExtAdminStatus }
  DESCRIPTION	"The trap indicates the temperature of a specified entity is under
            the lower threshold. In this condition, user should check the
            status and the environment of the entity, sometimes it goes wrong
            for some reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 20 }

.1.3.6.1.4.1.25506.2.6.2.0.21
hh3cEntityExtTemperatureTooUp NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtTemperature, hh3cEntityExtShutdownTemperatureThreshold, hh3cEntityExtAdminStatus }
  DESCRIPTION	"The trap indicates the temperature of a specified entity exceeded
            the shutdown threshold. In this condition, user should check the
            status and the environment of the entity, sometimes it goes wrong
            for some reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 21 }

.1.3.6.1.4.1.25506.2.6.2.0.22
hh3cEntityExtTemperatureNormal NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtTemperature, hh3cEntityExtLowerTemperatureThreshold, hh3cEntityExtTemperatureThreshold, hh3cEntityExtAdminStatus }
  DESCRIPTION	"The trap indicates the temperature of a specified entity recover
            from abnormal status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 22 }

.1.3.6.1.4.1.25506.2.6.2.0.23
hh3cEntityExternalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName }
  DESCRIPTION	"The trap is generated when the monitored device connected to the
             specified entity fails."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 23 }

.1.3.6.1.4.1.25506.2.6.2.0.24
hh3cEntityExternalAlarmRecover NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName }
  DESCRIPTION	"The trap is generated when the failed device connected to the
             specified entity returns to normal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 24 }

.1.3.6.1.4.1.25506.2.6.2.0.25
hh3cEntityExtCpuUsageThresholdRecover NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtCpuUsage, hh3cEntityExtCpuUsageThreshold, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight, hh3cEntityExtCpuUsageRecoverThreshold, hh3cEntityExtFirstTrapTime }
  DESCRIPTION	"The trap indicates the CPU usage descends the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 25 }

.1.3.6.1.4.1.25506.2.6.2.0.26
hh3cEntityExtMemUsageThresholdRecover NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtMemUsage, hh3cEntityExtMemUsageThreshold, hh3cEntityExtMemSize, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight, hh3cEntityExtFirstTrapTime }
  DESCRIPTION	"The trap indicates the memory usage descends the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 26 }

.1.3.6.1.4.1.25506.2.6.2.0.27
hh3cEntityExtMemAllocatedFailed NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtTrapDescription }
  DESCRIPTION	"The trap indicates the memory allocated failed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 27 }

.1.3.6.1.4.1.25506.2.6.2.0.28
hh3cEntityExtECCParityAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtECCParityAlarmStatus, hh3cEntityExtTrapDescription }
  DESCRIPTION	"The trap indicates the ECC(Error Correction Code) parity error alarm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 28 }

.1.3.6.1.4.1.25506.2.6.2.0.29
hh3cEntityExtCritLowerTempThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtTemperature, hh3cEntityExtCriticalLowerTemperatureThreshold }
  DESCRIPTION	"The hh3cEntityExtCritLowerTempThresholdNotification
            indicates the temperature is lower than the threshold.

            If the temperature is lower too much than the entity needs,
            the entity will halt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 29 }

.1.3.6.1.4.1.25506.2.6.2.0.30
hh3cEntityExtTemperatureTooLow NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtTemperature, hh3cEntityExtShutdownLowerTemperatureThreshold }
  DESCRIPTION	"The hh3cEntityExtTemperatureTooLow indicates the temperature
            is lower than the threshold.

            If the temperature is lower too much than the entity needs,
            the entity halts now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 30 }

.1.3.6.1.4.1.25506.2.6.2.0.31
hh3cEntityExtFanDirectionNotPreferred NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName }
  DESCRIPTION	"This trap indicates the specified fan's direction does not
            accord with preferred. The two parameters indicate the entity
            index and physical name of fan."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 31 }

.1.3.6.1.4.1.25506.2.6.2.0.32
hh3cEntityExtFanDirectionNotAccord NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName }
  DESCRIPTION	"This trap indicates the direction of fans does not accord
            with each other. The two parameters indicate the parent
            entity of the fans."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 32 }

.1.3.6.1.4.1.25506.2.6.2.0.33
hh3cEntityExtSFPInvalid NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtSFPInvalidInDays }
  DESCRIPTION	"The transceiver module is not compatible with the interface card.
            The authorized manufacturer therefore shall NOT guarantee
            the normal function of the transceiver.
            The transceiver module will be invalidated in days.
            Please replace it with a compatible one as soon as possible.
            The trap is generated periodically after a phony transceiver module
            has been found."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 33 }

.1.3.6.1.4.1.25506.2.6.2.0.34
hh3cEntityExtSFPInvalidNow NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName }
  DESCRIPTION	"This transceiver module is not compatible with the interface card.
            The authorized manufacturer therefore shall NOT guarantee
            the normal function of the transceiver.
            The trap is generated after a phony transceiver module
            has been found."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 34 }

.1.3.6.1.4.1.25506.2.6.2.0.35
hh3cEntityExtMemUsageThresholdOverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtMemUsage, hh3cEntityExtMemUsageThreshold, hh3cEntityExtMemSizeRev, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"This trap indicates that the memory usage of the entity is
            overloaded.

            This trap is used to replace
            hh3cEntityExtMemUsageThresholdNotification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 35 }

.1.3.6.1.4.1.25506.2.6.2.0.36
hh3cEntityExtMemUsageThresholdRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtMemUsage, hh3cEntityExtMemUsageThreshold, hh3cEntityExtMemSizeRev, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight }
  DESCRIPTION	"This trap indicates that the memory usage decreased below
            the threshold.

            This trap is used to replace
            hh3cEntityExtMemUsageThresholdRecover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 36 }

.1.3.6.1.4.1.25506.2.6.2.0.37
hh3cEntityExtVoltageNormal NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtCurrentVoltage, hh3cEntityExtNominalVoltage, hh3cEntityExtVoltageMajorLowThreshold, hh3cEntityExtVoltageMajorHighThreshold }
  DESCRIPTION	"This trap indicates that the voltage recovers to normal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 37 }

.1.3.6.1.4.1.25506.2.6.2.0.38
hh3cEntityExtVoltageLower NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtCurrentVoltage, hh3cEntityExtNominalVoltage, hh3cEntityExtVoltageMajorLowThreshold }
  DESCRIPTION	"This trap indicates that the voltage is lower than the
            low threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 38 }

.1.3.6.1.4.1.25506.2.6.2.0.39
hh3cEntityExtVoltageTooLow NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtCurrentVoltage, hh3cEntityExtNominalVoltage, hh3cEntityExtVoltageFatalLowThreshold }
  DESCRIPTION	"This trap indicates that the voltage is lower than the
            fatal low threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 39 }

.1.3.6.1.4.1.25506.2.6.2.0.40
hh3cEntityExtVoltageHigher NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtCurrentVoltage, hh3cEntityExtNominalVoltage, hh3cEntityExtVoltageMajorHighThreshold }
  DESCRIPTION	"This trap indicates that the voltage is higher than the
            high threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 40 }

.1.3.6.1.4.1.25506.2.6.2.0.41
hh3cEntityExtVoltageTooHigh NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, hh3cEntityExtCurrentVoltage, hh3cEntityExtNominalVoltage, hh3cEntityExtVoltageFatalHighThreshold }
  DESCRIPTION	"This trap indicates that the voltage is higher than the
            fatal high threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 41 }

.1.3.6.1.4.1.25506.2.6.2.0.42
hh3cEntityExtSFPAlarmOnEx NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight, hh3cEntityExtErrorStatus }
  DESCRIPTION	"The trap is generated when the SFP module fails
            or runs abnormally for some particular reason.
            This trap is used to replace hh3cEntityExtSFPAlarmOn."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 42 }

.1.3.6.1.4.1.25506.2.6.2.0.43
hh3cEntityExtSFPAlarmOffEx NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtAdminStatus, hh3cEntityExtAlarmLight, hh3cEntityExtErrorStatus }
  DESCRIPTION	"The trap is generated when the SFP module is restored to
            normal status.
            This trap is used to replace hh3cEntityExtSFPAlarmOff."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsPrefix(0) 43 }

.1.3.6.1.4.1.25506.2.6.2.1
hh3cEntityExtTrapsInfor OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) 1 }

.1.3.6.1.4.1.25506.2.6.2.1.1
hh3cEntityExtTrapDescription OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The information of trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsInfor(1) 1 }

.1.3.6.1.4.1.25506.2.6.2.1.2
hh3cEntityExtECCParityAlarmStatus OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	INTEGER {other(1), l1cache(2), l2cache(3), sdram(4), mac(5), tcam(6), ingressbuffer(7), egressbuffer(8), lpm(9), controlmemory(10)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ECC parity error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsInfor(1) 2 }

.1.3.6.1.4.1.25506.2.6.2.1.3
hh3cEntityExtSFPInvalidInDays OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The days when the transceiver module is still valid,
            but after those days, it will be invalidated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsInfor(1) 3 }

.1.3.6.1.4.1.25506.2.6.2.1.4
hh3cEntityExtFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the first trap time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtTraps(2) hh3cEntityExtTrapsInfor(1) 4 }

.1.3.6.1.4.1.25506.2.6.3
hh3cEntityExtConformance OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) 3 }

.1.3.6.1.4.1.25506.2.6.3.1
hh3cEntityExtCompliances OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtConformance(3) 1 }

.1.3.6.1.4.1.25506.2.6.3.1.1
hh3cEntityExtCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-ENTITY-EXT-MIB
  DESCRIPTION	"The compliance statement for systems supporting this MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtConformance(3) hh3cEntityExtCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.6.3.2
hh3cEntityExtGroups OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtConformance(3) 2 }

.1.3.6.1.4.1.25506.2.6.3.2.1
hh3cEntityExtGroup OBJECT-GROUP
  -- FROM	HH3C-ENTITY-EXT-MIB
  DESCRIPTION	"Entity Extend group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtConformance(3) hh3cEntityExtGroups(2) 1 }

.1.3.6.1.4.1.25506.2.6.3.2.2
hh3cEntityExtNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  DESCRIPTION	"Entity Extend Notification group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtConformance(3) hh3cEntityExtGroups(2) 2 }

.1.3.6.1.4.1.25506.2.6.3.2.3
hh3cEntityExtManuGroup OBJECT-GROUP
  -- FROM	HH3C-ENTITY-EXT-MIB
  DESCRIPTION	"Standard Device Manufacture Information group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtConformance(3) hh3cEntityExtGroups(2) 3 }

.1.3.6.1.4.1.25506.2.6.3.2.4
hh3cEntityExtPowerGroup OBJECT-GROUP
  -- FROM	HH3C-ENTITY-EXT-MIB
  DESCRIPTION	"Standard Entity Power Information group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtConformance(3) hh3cEntityExtGroups(2) 4 }

.1.3.6.1.4.1.25506.2.6.4
hh3cEntityExtRasTraps OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) 4 }

.1.3.6.1.4.1.25506.2.6.4.0
hh3cEntityExtRasTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) 0 }

.1.3.6.1.4.1.25506.2.6.4.0.1
hh3cEntityExtSystemFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a system fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.6.4.0.2
hh3cEntityExtSystemFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a system fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.6.4.0.3
hh3cEntityExtSystemAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a system alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.6.4.0.4
hh3cEntityExtSystemAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a system alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.6.4.0.5
hh3cEntityExtSystemWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a system warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.6.4.0.6
hh3cEntityExtSystemWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a system warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.6.4.0.7
hh3cEntityExtBoardFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a board fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.6.4.0.8
hh3cEntityExtBoardFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a board fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 8 }

.1.3.6.1.4.1.25506.2.6.4.0.9
hh3cEntityExtBoardAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a board alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 9 }

.1.3.6.1.4.1.25506.2.6.4.0.10
hh3cEntityExtBoardAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a board alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 10 }

.1.3.6.1.4.1.25506.2.6.4.0.11
hh3cEntityExtBoardWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a board warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 11 }

.1.3.6.1.4.1.25506.2.6.4.0.12
hh3cEntityExtBoardWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a board warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 12 }

.1.3.6.1.4.1.25506.2.6.4.0.13
hh3cEntityExtPowerFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a power fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 13 }

.1.3.6.1.4.1.25506.2.6.4.0.14
hh3cEntityExtPowerFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a power fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 14 }

.1.3.6.1.4.1.25506.2.6.4.0.15
hh3cEntityExtPowerAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a power alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 15 }

.1.3.6.1.4.1.25506.2.6.4.0.16
hh3cEntityExtPowerAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a power alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 16 }

.1.3.6.1.4.1.25506.2.6.4.0.17
hh3cEntityExtPowerWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a power warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 17 }

.1.3.6.1.4.1.25506.2.6.4.0.18
hh3cEntityExtPowerWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a power warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 18 }

.1.3.6.1.4.1.25506.2.6.4.0.19
hh3cEntityExtFanFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a fan fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 19 }

.1.3.6.1.4.1.25506.2.6.4.0.20
hh3cEntityExtFanFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a fan fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 20 }

.1.3.6.1.4.1.25506.2.6.4.0.21
hh3cEntityExtFanAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a fan alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 21 }

.1.3.6.1.4.1.25506.2.6.4.0.22
hh3cEntityExtFanAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a fan alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 22 }

.1.3.6.1.4.1.25506.2.6.4.0.23
hh3cEntityExtFanWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a fan warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 23 }

.1.3.6.1.4.1.25506.2.6.4.0.24
hh3cEntityExtFanWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a fan warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 24 }

.1.3.6.1.4.1.25506.2.6.4.0.25
hh3cEntityExtVoltageFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a voltage fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 25 }

.1.3.6.1.4.1.25506.2.6.4.0.26
hh3cEntityExtVoltageFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a voltage fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 26 }

.1.3.6.1.4.1.25506.2.6.4.0.27
hh3cEntityExtVoltageAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a voltage alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 27 }

.1.3.6.1.4.1.25506.2.6.4.0.28
hh3cEntityExtVoltageAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a voltage alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 28 }

.1.3.6.1.4.1.25506.2.6.4.0.29
hh3cEntityExtVoltageWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a voltage warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 29 }

.1.3.6.1.4.1.25506.2.6.4.0.30
hh3cEntityExtVoltageWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a voltage warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 30 }

.1.3.6.1.4.1.25506.2.6.4.0.31
hh3cEntityExtTemperatureFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a temperature fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 31 }

.1.3.6.1.4.1.25506.2.6.4.0.32
hh3cEntityExtTemperatureFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a temperature fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 32 }

.1.3.6.1.4.1.25506.2.6.4.0.33
hh3cEntityExtTemperatureAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a temperature alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 33 }

.1.3.6.1.4.1.25506.2.6.4.0.34
hh3cEntityExtTemperatureAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a temperature alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 34 }

.1.3.6.1.4.1.25506.2.6.4.0.35
hh3cEntityExtTemperatureWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a temperature warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 35 }

.1.3.6.1.4.1.25506.2.6.4.0.36
hh3cEntityExtTemperatureWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason, hh3cEntityExtThresholdType, hh3cEntityExtThresholdVal, hh3cEntityExtCurrentVal }
  DESCRIPTION	"The trap is generated when a temperature warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 36 }

.1.3.6.1.4.1.25506.2.6.4.0.37
hh3cEntityExtClockFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a clock fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 37 }

.1.3.6.1.4.1.25506.2.6.4.0.38
hh3cEntityExtClockFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a clock fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 38 }

.1.3.6.1.4.1.25506.2.6.4.0.39
hh3cEntityExtClockAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a clock alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 39 }

.1.3.6.1.4.1.25506.2.6.4.0.40
hh3cEntityExtClockAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a clock alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 40 }

.1.3.6.1.4.1.25506.2.6.4.0.41
hh3cEntityExtClockWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a clock warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 41 }

.1.3.6.1.4.1.25506.2.6.4.0.42
hh3cEntityExtClockWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a clock warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 42 }

.1.3.6.1.4.1.25506.2.6.4.0.43
hh3cEntityExtDiskFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a disk fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 43 }

.1.3.6.1.4.1.25506.2.6.4.0.44
hh3cEntityExtDiskFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a disk fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 44 }

.1.3.6.1.4.1.25506.2.6.4.0.45
hh3cEntityExtDiskAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a disk alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 45 }

.1.3.6.1.4.1.25506.2.6.4.0.46
hh3cEntityExtDiskAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a disk alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 46 }

.1.3.6.1.4.1.25506.2.6.4.0.47
hh3cEntityExtDiskWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a disk warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 47 }

.1.3.6.1.4.1.25506.2.6.4.0.48
hh3cEntityExtDiskWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when a disk warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 48 }

.1.3.6.1.4.1.25506.2.6.4.0.49
hh3cEntityExtOpticalFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an optical fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 49 }

.1.3.6.1.4.1.25506.2.6.4.0.50
hh3cEntityExtOpticalFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an optical fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 50 }

.1.3.6.1.4.1.25506.2.6.4.0.51
hh3cEntityExtOpticalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an optical alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 51 }

.1.3.6.1.4.1.25506.2.6.4.0.52
hh3cEntityExtOpticalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an optical alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 52 }

.1.3.6.1.4.1.25506.2.6.4.0.53
hh3cEntityExtOpticalWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an optical warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 53 }

.1.3.6.1.4.1.25506.2.6.4.0.54
hh3cEntityExtOpticalWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an optical warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 54 }

.1.3.6.1.4.1.25506.2.6.4.0.55
hh3cEntityExtInternalLinkFatalAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an internal link fatal alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 55 }

.1.3.6.1.4.1.25506.2.6.4.0.56
hh3cEntityExtInternalLinkFatalAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an internal link fatal alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 56 }

.1.3.6.1.4.1.25506.2.6.4.0.57
hh3cEntityExtInternalLinkAlarmOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an internal link alarm occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 57 }

.1.3.6.1.4.1.25506.2.6.4.0.58
hh3cEntityExtInternalLinkAlarmClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an internal link alarm cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 58 }

.1.3.6.1.4.1.25506.2.6.4.0.59
hh3cEntityExtInternalLinkWarningOccur NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an internal link warning occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 59 }

.1.3.6.1.4.1.25506.2.6.4.0.60
hh3cEntityExtInternalLinkWarningClear NOTIFICATION-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtRelativeResource, hh3cEntityExtErrorCode, hh3cEntityExtReason }
  DESCRIPTION	"The trap is generated when an internal link warning cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsPrefix(0) 60 }

.1.3.6.1.4.1.25506.2.6.4.1
hh3cEntityExtRasTrapsInfor OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) 1 }

.1.3.6.1.4.1.25506.2.6.4.1.1
hh3cEntityExtRelativeResource OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The relative resource of RAS trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsInfor(1) 1 }

.1.3.6.1.4.1.25506.2.6.4.1.2
hh3cEntityExtErrorCode OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The error code of RAS trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsInfor(1) 2 }

.1.3.6.1.4.1.25506.2.6.4.1.3
hh3cEntityExtReason OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The reason of RAS trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsInfor(1) 3 }

.1.3.6.1.4.1.25506.2.6.4.1.4
hh3cEntityExtThresholdType OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The threshold type of RAS trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsInfor(1) 4 }

.1.3.6.1.4.1.25506.2.6.4.1.5
hh3cEntityExtThresholdVal OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The threshold value with unit of RAS trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsInfor(1) 5 }

.1.3.6.1.4.1.25506.2.6.4.1.6
hh3cEntityExtCurrentVal OBJECT-TYPE
  -- FROM	HH3C-ENTITY-EXT-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The current value with unit of RAS trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtRasTraps(4) hh3cEntityExtRasTrapsInfor(1) 6 }

.1.3.6.1.4.1.25506.2.7
hh3cIPSecMonitor OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 7 }

.1.3.6.1.4.1.25506.2.7.1
hh3cIPSecObjects OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) 1 }

.1.3.6.1.4.1.25506.2.7.1.1
hh3cIPSecTunnelTable OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPSec Phase-2 Tunnel Table. There is one
             entry in this table for each active IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) 1 }

.1.3.6.1.4.1.25506.2.7.1.1.1
hh3cIPSecTunnelEntry OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIPSecTunIfIndex, hh3cIPSecTunEntryIndex, hh3cIPSecTunIndex }
  DESCRIPTION	"Information about hh3cIPSecTunnelTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) 1 }

.1.3.6.1.4.1.25506.2.7.1.1.1.1
hh3cIPSecTunIfIndex OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index( the ifIndex of ifTable )."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.7.1.1.1.2
hh3cIPSecTunEntryIndex OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of IPSec policy applied in the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.7.1.1.1.3
hh3cIPSecTunIndex OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of IPSec Phase-2 Tunnel Table. The value of
             the index is a number which begins at one and is
             incremented with each tunnel that is created. The
             value of this object will wrap at 2,147,483,647."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.7.1.1.1.4
hh3cIPSecTunIKETunnelIndex OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the associated IPSec Phase-1 IKE Tunnel
             (IKETunIndex in the IKETunnelTable). 2147483647 is defined as
             invalid value. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.7.1.1.1.5
hh3cIPSecTunLocalAddr OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the local peer for the IPSec Phase-2
             Tunnel. 0.0.0.0 is defined as invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.7.1.1.1.6
hh3cIPSecTunRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the remote peer for the IPSec Phase-2
             Tunnel. 0.0.0.0 is defined as invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.7.1.1.1.7
hh3cIPSecTunKeyType OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cIPSecNegoType
  SYNTAX	INTEGER {ike(1), manual(2), invalidType(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The key negotiate mode used by the IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 7 }

.1.3.6.1.4.1.25506.2.7.1.1.1.8
hh3cIPSecTunEncapMode OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cEncapMode
  SYNTAX	INTEGER {tunnel(1), transport(2), invalidMode(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encapsulation mode used by the IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 8 }

.1.3.6.1.4.1.25506.2.7.1.1.1.9
hh3cIPSecTunInitiator OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	INTEGER {local(1), remote(2), none(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The initiator of this IPSec tunnel. Value none is used for manual
             IPsec tunnel, for there is no initiator or responder in this method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 9 }

.1.3.6.1.4.1.25506.2.7.1.1.1.10
hh3cIPSecTunLifeSize OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated LifeSize of the IPSec Phase-2 Tunnel in kilobytes.
             0 is defined as invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 10 }

.1.3.6.1.4.1.25506.2.7.1.1.1.11
hh3cIPSecTunLifeTime OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated LifeTime of the IPSec Phase-2 Tunnel in seconds.
             2147483647 is defined as invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 11 }

.1.3.6.1.4.1.25506.2.7.1.1.1.12
hh3cIPSecTunRemainTime OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remain time of SA in seconds. 2147483647 is defined as invalid
             value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 12 }

.1.3.6.1.4.1.25506.2.7.1.1.1.13
hh3cIPSecTunActiveTime OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The duration the IPSec Phase-2 Tunnel has been active in
             hundredths of seconds. 2147483647 is defined as invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 13 }

.1.3.6.1.4.1.25506.2.7.1.1.1.14
hh3cIPSecTunRemainSize OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remain LifeSize of SA in kilobytes. 0 is defined as
             invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 14 }

.1.3.6.1.4.1.25506.2.7.1.1.1.15
hh3cIPSecTunTotalRefreshes OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of security association refreshing performed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 15 }

.1.3.6.1.4.1.25506.2.7.1.1.1.16
hh3cIPSecTunCurrentSaInstances OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of security associations which are currently active
             or expiring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 16 }

.1.3.6.1.4.1.25506.2.7.1.1.1.17
hh3cIPSecTunInSaEncryptAlgo OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cEncryptAlgo
  SYNTAX	INTEGER {none(0), desCbc(1), ideaCbc(2), blowfishCbc(3), rc5R16B64Cbc(4), tripledesCbc(5), castCbc(6), aesCbc(7), nsaCbc(8), aesCbc128(9), aesCbc192(10), aesCbc256(11), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encryption algorithm used by the inbound security association
             of the IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 17 }

.1.3.6.1.4.1.25506.2.7.1.1.1.18
hh3cIPSecTunInSaAhAuthAlgo OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cAuthAlgo
  SYNTAX	INTEGER {none(0), md5(1), sha(2), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the inbound authentication
             header (AH) security association of the IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 18 }

.1.3.6.1.4.1.25506.2.7.1.1.1.19
hh3cIPSecTunInSaEspAuthAlgo OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cAuthAlgo
  SYNTAX	INTEGER {none(0), md5(1), sha(2), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the inbound encapsulation
             security protocol(ESP) security association of the IPSec
             Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 19 }

.1.3.6.1.4.1.25506.2.7.1.1.1.20
hh3cIPSecTunDiffHellmanGrp OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cDiffHellmanGrp
  SYNTAX	INTEGER {none(0), modp768(1), modp1024(2), modp1536(5), modp2048(14), invalidGroup(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Diffie Hellman Group used by the security association of the
             IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 20 }

.1.3.6.1.4.1.25506.2.7.1.1.1.21
hh3cIPSecTunOutSaEncryptAlgo OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cEncryptAlgo
  SYNTAX	INTEGER {none(0), desCbc(1), ideaCbc(2), blowfishCbc(3), rc5R16B64Cbc(4), tripledesCbc(5), castCbc(6), aesCbc(7), nsaCbc(8), aesCbc128(9), aesCbc192(10), aesCbc256(11), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encryption algorithm used by the outbound security
             association of the IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 21 }

.1.3.6.1.4.1.25506.2.7.1.1.1.22
hh3cIPSecTunOutSaAhAuthAlgo OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cAuthAlgo
  SYNTAX	INTEGER {none(0), md5(1), sha(2), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the outbound
             authentication header (AH) security association of
             the IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 22 }

.1.3.6.1.4.1.25506.2.7.1.1.1.23
hh3cIPSecTunOutSaEspAuthAlgo OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cAuthAlgo
  SYNTAX	INTEGER {none(0), md5(1), sha(2), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the outbound encapsulation
             security protocol(ESP) security association of the IPSec
             Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 23 }

.1.3.6.1.4.1.25506.2.7.1.1.1.24
hh3cIPSecTunPolicyName OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The policy name used by this IPSec tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 24 }

.1.3.6.1.4.1.25506.2.7.1.1.1.25
hh3cIPSecTunPolicyNum OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number of policy used by this IPSec tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 25 }

.1.3.6.1.4.1.25506.2.7.1.1.1.26
hh3cIPSecTunStatus OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	INTEGER {initial(1), ready(2), rekeyed(3), closed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the IPSec Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelTable(1) hh3cIPSecTunnelEntry(1) 26 }

.1.3.6.1.4.1.25506.2.7.1.2
hh3cIPSecTunnelStatTable OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPSec Phase-2 Tunnel Statistics Table. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) 2 }

.1.3.6.1.4.1.25506.2.7.1.2.1
hh3cIPSecTunnelStatEntry OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIPSecTunIfIndex, hh3cIPSecTunEntryIndex, hh3cIPSecTunIndex }
  DESCRIPTION	"Information about hh3cIPSecTunnelStatTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.7.1.2.1.1
hh3cIPSecTunInOctets OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received by this IPSec Phase-2 Tunnel.
             This value is accumulated BEFORE determining whether or not the
             packet should be decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.7.1.2.1.2
hh3cIPSecTunInDecompOctets OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of decompressed octets received by this IPSec
             Phase-2 Tunnel. This value is accumulated AFTER the packet
             is decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.7.1.2.1.3
hh3cIPSecTunInPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by this IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.7.1.2.1.4
hh3cIPSecTunInDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during receiving process
             by this IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.7.1.2.1.5
hh3cIPSecTunInReplayDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during
             receiving process due to Anti-Replay process
             by this IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.7.1.2.1.6
hh3cIPSecTunInAuthFails OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound authentication's
             which ended in failure by this IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.7.1.2.1.7
hh3cIPSecTunInDecryptFails OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound decryption's
             which ended in failure by this IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.7.1.2.1.8
hh3cIPSecTunOutOctets OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets sent by this IPSec Phase-2 Tunnel.
             This value is accumulated AFTER determining whether or not
             the packet should be compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.7.1.2.1.9
hh3cIPSecTunOutUncompOctets OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of uncompressed octets sent by this IPSec Phase-2
             Tunnel.This value is accumulated BEFORE the packet is compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.7.1.2.1.10
hh3cIPSecTunOutPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets sent by this IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.7.1.2.1.11
hh3cIPSecTunOutDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during sending process
             by this IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.7.1.2.1.12
hh3cIPSecTunOutEncryptFails OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of outbound encryption's which ended in failure
             by this IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.7.1.2.1.13
hh3cIPSecTunNoMemoryDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to no enough memory by this
             IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.7.1.2.1.14
hh3cIPSecTunQueueFullDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to queue full by this
             IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.7.1.2.1.15
hh3cIPSecTunInvalidLenDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to invalid length packet
             by this IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.7.1.2.1.16
hh3cIPSecTunTooLongDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to too long packet by this
             IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.7.1.2.1.17
hh3cIPSecTunInvalidSaDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to invalid SA by this
             IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTunnelStatTable(2) hh3cIPSecTunnelStatEntry(1) 17 }

.1.3.6.1.4.1.25506.2.7.1.3
hh3cIPSecSaTable OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPSec Phase-2 Security Protection Index Table.  This table
             contains an entry for each active and expiring security association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) 3 }

.1.3.6.1.4.1.25506.2.7.1.3.1
hh3cIPSecSaEntry OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIPSecTunIfIndex, hh3cIPSecTunEntryIndex, hh3cIPSecTunIndex, hh3cIPSecSaIndex }
  DESCRIPTION	"Information about hh3cIPSecSaTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecSaTable(3) 1 }

.1.3.6.1.4.1.25506.2.7.1.3.1.1
hh3cIPSecSaIndex OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of the Sa associated with the Phase-2 Tunnel
             Table.  The value of this index is a number which begins
             at one and is incremented with each Sa associated with
             an IPSec Phase-2 Tunnel.  The value of this object will
             wrap at 2,147,483,647."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecSaTable(3) hh3cIPSecSaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.7.1.3.1.2
hh3cIPSecSaDirection OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	INTEGER {in(1), out(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The direction of the SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecSaTable(3) hh3cIPSecSaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.7.1.3.1.3
hh3cIPSecSaValue OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the SPI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecSaTable(3) hh3cIPSecSaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.7.1.3.1.4
hh3cIPSecSaProtocol OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cSaProtocol
  SYNTAX	INTEGER {reserved(0), isakmp(1), ah(2), esp(3), ipcomp(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The security protocol of the SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecSaTable(3) hh3cIPSecSaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.7.1.3.1.5
hh3cIPSecSaEncryptAlgo OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cEncryptAlgo
  SYNTAX	INTEGER {none(0), desCbc(1), ideaCbc(2), blowfishCbc(3), rc5R16B64Cbc(4), tripledesCbc(5), castCbc(6), aesCbc(7), nsaCbc(8), aesCbc128(9), aesCbc192(10), aesCbc256(11), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encryption algorithm used by the security association
             of the IPSec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecSaTable(3) hh3cIPSecSaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.7.1.3.1.6
hh3cIPSecSaAuthAlgo OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cAuthAlgo
  SYNTAX	INTEGER {none(0), md5(1), sha(2), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecSaTable(3) hh3cIPSecSaEntry(1) 6 }

.1.3.6.1.4.1.25506.2.7.1.3.1.7
hh3cIPSecSaStatus OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	INTEGER {active(1), expiring(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecSaTable(3) hh3cIPSecSaEntry(1) 7 }

.1.3.6.1.4.1.25506.2.7.1.4
hh3cIPSecTrafficTable OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPSec Phase-2 Tunnel Traffic Table. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) 4 }

.1.3.6.1.4.1.25506.2.7.1.4.1
hh3cIPSecTrafficEntry OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIPSecTunIfIndex, hh3cIPSecTunEntryIndex, hh3cIPSecTunIndex }
  DESCRIPTION	"Information about hh3cIPSecTrafficTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) 1 }

.1.3.6.1.4.1.25506.2.7.1.4.1.1
hh3cIPSecTrafficLocalType OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrafficType
  SYNTAX	INTEGER {ipv4Addr(1), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of local peer. Possible values are: a single
             IP address, or an IP address range, or an IP subnet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 1 }

.1.3.6.1.4.1.25506.2.7.1.4.1.2
hh3cIPSecTrafficLocalAddr1 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The first specification of local peer's IP address. If
             the local peer type is single IP address, then this is the
             value of the IP address. If the local peer type is IP subnet,
             then this is the value of the subnet. If the local peer type
             is IP address range, then this is the value of beginning IP
             address of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 2 }

.1.3.6.1.4.1.25506.2.7.1.4.1.3
hh3cIPSecTrafficLocalAddr2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second specification of local peer's IP address. If the local
             peer type is single IP address, then this is the value of the
             IP address. If the local peer type is IP subnet, then this is
             the value of the subnet mask. If the local peer type is IP
             address range, then this is the value of ending IP address of
             the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 3 }

.1.3.6.1.4.1.25506.2.7.1.4.1.4
hh3cIPSecTrafficLocalProtocol OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The protocol number of the local peer's traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 4 }

.1.3.6.1.4.1.25506.2.7.1.4.1.5
hh3cIPSecTrafficLocalPort OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port number of the local peer's traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 5 }

.1.3.6.1.4.1.25506.2.7.1.4.1.6
hh3cIPSecTrafficRemoteType OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrafficType
  SYNTAX	INTEGER {ipv4Addr(1), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of remote peer. Possible values are: a single
             IP address, or an IP address range, or an IP subnet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 6 }

.1.3.6.1.4.1.25506.2.7.1.4.1.7
hh3cIPSecTrafficRemoteAddr1 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The first specification of remote peer's IP address.
             If the remote peer type is single IP address, then
             this is the value of the IP address. If the remote
             peer type is IP subnet, then this is the value
             of the subnet. If the remote peer type is IP
             address range, then this is the value of beginning
             IP address of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 7 }

.1.3.6.1.4.1.25506.2.7.1.4.1.8
hh3cIPSecTrafficRemoteAddr2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Single IP address, then this is the value of the IP
             address. If the remote peer type is IP subnet,
             then this is the value of the subnet mask. If the
             remote peer type is IP address range, then this
             is the value of ending IP address of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 8 }

.1.3.6.1.4.1.25506.2.7.1.4.1.9
hh3cIPSecTrafficRemoteProtocol OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The protocol number of the remote peer's traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 9 }

.1.3.6.1.4.1.25506.2.7.1.4.1.10
hh3cIPSecTrafficRemotePort OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port number of the remote peer's traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrafficTable(4) hh3cIPSecTrafficEntry(1) 10 }

.1.3.6.1.4.1.25506.2.7.1.5
hh3cIPSecGlobalStats OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) 5 }

.1.3.6.1.4.1.25506.2.7.1.5.1
hh3cIPSecGlobalActiveTunnels OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of currently active  IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 1 }

.1.3.6.1.4.1.25506.2.7.1.5.2
hh3cIPSecGlobalActiveSas OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of currently active or expiring IPSec Phase-2 SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 2 }

.1.3.6.1.4.1.25506.2.7.1.5.3
hh3cIPSecGlobalInOctets OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received by all current and previous
             IPSec Phase-2 Tunnels. This value is accumulated BEFORE determining
             whether or not the packet should be decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 3 }

.1.3.6.1.4.1.25506.2.7.1.5.4
hh3cIPSecGlobalInDecompOctets OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of decompressed octets received by all current
             and previous IPSec Phase-2 Tunnels. This value is accumulated
             AFTER the packet is decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 4 }

.1.3.6.1.4.1.25506.2.7.1.5.5
hh3cIPSecGlobalInPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by all current and
             previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 5 }

.1.3.6.1.4.1.25506.2.7.1.5.6
hh3cIPSecGlobalInDrops OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during receiving
             process by all current and previous IPSec Phase-2
             Tunnels. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 6 }

.1.3.6.1.4.1.25506.2.7.1.5.7
hh3cIPSecGlobalInReplayDrops OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during receiving
             process due to Anti-Replay process by all
             current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 7 }

.1.3.6.1.4.1.25506.2.7.1.5.8
hh3cIPSecGlobalInAuthFails OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound authentication's which ended
             in failure by all current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 8 }

.1.3.6.1.4.1.25506.2.7.1.5.9
hh3cIPSecGlobalInDecryptFails OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound decryption's which ended in
             failure by all current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 9 }

.1.3.6.1.4.1.25506.2.7.1.5.10
hh3cIPSecGlobalOutOctets OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets sent by all current and previous
             IPSec Phase-2 Tunnels. This value is accumulated AFTER
             determining whether or not the packet should be compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 10 }

.1.3.6.1.4.1.25506.2.7.1.5.11
hh3cIPSecGlobalOutUncompOctets OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of uncompressed octets sent by all current
             and previous IPSec Phase-2 Tunnels. This value is accumulated
             BEFORE the packet is compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 11 }

.1.3.6.1.4.1.25506.2.7.1.5.12
hh3cIPSecGlobalOutPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets sent by all current and previous
             IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 12 }

.1.3.6.1.4.1.25506.2.7.1.5.13
hh3cIPSecGlobalOutDrops OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during sending process
             by all current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 13 }

.1.3.6.1.4.1.25506.2.7.1.5.14
hh3cIPSecGlobalOutEncryptFails OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of outbound encryption's which ended in failure
             by all current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 14 }

.1.3.6.1.4.1.25506.2.7.1.5.15
hh3cIPSecGlobalNoMemoryDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to no enough memory
             by all current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 15 }

.1.3.6.1.4.1.25506.2.7.1.5.16
hh3cIPSecGlobalNoFindSaDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to not find SA by
             all current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 16 }

.1.3.6.1.4.1.25506.2.7.1.5.17
hh3cIPSecGlobalQueueFullDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to queue full by
             all current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 17 }

.1.3.6.1.4.1.25506.2.7.1.5.18
hh3cIPSecGlobalInvalidLenDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to invalid packet
             length by all current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 18 }

.1.3.6.1.4.1.25506.2.7.1.5.19
hh3cIPSecGlobalTooLongDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to too long packet by
             all current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 19 }

.1.3.6.1.4.1.25506.2.7.1.5.20
hh3cIPSecGlobalInvalidSaDropPkts OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to invalid SA by all
             current and previous IPSec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecGlobalStats(5) 20 }

.1.3.6.1.4.1.25506.2.7.1.6
hh3cIPSecTrapObject OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) 6 }

.1.3.6.1.4.1.25506.2.7.1.6.1
hh3cIPSecPolicyName OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IPSec policy name with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapObject(6) 1 }

.1.3.6.1.4.1.25506.2.7.1.6.2
hh3cIPSecPolicySeqNum OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IPSec policy sequence number with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapObject(6) 2 }

.1.3.6.1.4.1.25506.2.7.1.6.3
hh3cIPSecPolicySize OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of IPSec policies with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapObject(6) 3 }

.1.3.6.1.4.1.25506.2.7.1.6.4
hh3cIPSecSpiValue OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The SPI value associated with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapObject(6) 4 }

.1.3.6.1.4.1.25506.2.7.1.7
hh3cIPSecTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) 7 }

.1.3.6.1.4.1.25506.2.7.1.7.1
hh3cIPSecTrapGlobalCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether all IPSec traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 1 }

.1.3.6.1.4.1.25506.2.7.1.7.2
hh3cIPSecTunnelStartTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecTunnelStart traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 2 }

.1.3.6.1.4.1.25506.2.7.1.7.3
hh3cIPSecTunnelStopTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecTunnelStop traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 3 }

.1.3.6.1.4.1.25506.2.7.1.7.4
hh3cIPSecNoSaTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecNoSaFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 4 }

.1.3.6.1.4.1.25506.2.7.1.7.5
hh3cIPSecAuthFailureTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecAuthFailFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 5 }

.1.3.6.1.4.1.25506.2.7.1.7.6
hh3cIPSecEncryFailureTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecEncryFailFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 6 }

.1.3.6.1.4.1.25506.2.7.1.7.7
hh3cIPSecDecryFailureTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecDecryFailFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 7 }

.1.3.6.1.4.1.25506.2.7.1.7.8
hh3cIPSecInvalidSaTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSec Invalid Sa Failure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 8 }

.1.3.6.1.4.1.25506.2.7.1.7.9
hh3cIPSecPolicyAddTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecPolicyAdd traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 9 }

.1.3.6.1.4.1.25506.2.7.1.7.10
hh3cIPSecPolicyDelTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecPolicyDel traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 10 }

.1.3.6.1.4.1.25506.2.7.1.7.11
hh3cIPSecPolicyAttachTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecPolicyAttach traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 11 }

.1.3.6.1.4.1.25506.2.7.1.7.12
hh3cIPSecPolicyDetachTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPSecPolicyDetach traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrapCntl(7) 12 }

.1.3.6.1.4.1.25506.2.7.1.8
hh3cIPSecTrap OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) 8 }

.1.3.6.1.4.1.25506.2.7.1.8.1
hh3cIPSecNotifications OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) 1 }

.1.3.6.1.4.1.25506.2.7.1.8.1.1
hh3cIPSecTunnelStart NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecTunLocalAddr, hh3cIPSecTunRemoteAddr, hh3cIPSecTunLifeTime, hh3cIPSecTunLifeSize }
  DESCRIPTION	"This notification is generated when an IPSec Phase-2
             Tunnel is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 1 }

.1.3.6.1.4.1.25506.2.7.1.8.1.2
hh3cIPSecTunnelStop NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecTunLocalAddr, hh3cIPSecTunRemoteAddr, hh3cIPSecTunActiveTime }
  DESCRIPTION	"This notification is generated when an IPSec Phase-2
             Tunnel is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 2 }

.1.3.6.1.4.1.25506.2.7.1.8.1.3
hh3cIPSecNoSaFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecTunLocalAddr, hh3cIPSecTunRemoteAddr }
  DESCRIPTION	"This notification is generated when an IPSec Phase-2
             non-existent SA error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 3 }

.1.3.6.1.4.1.25506.2.7.1.8.1.4
hh3cIPSecAuthFailFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecTunLocalAddr, hh3cIPSecTunRemoteAddr }
  DESCRIPTION	"This notification is generated when the IPSec phase-2
             authentication failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 4 }

.1.3.6.1.4.1.25506.2.7.1.8.1.5
hh3cIPSecEncryFailFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecTunLocalAddr, hh3cIPSecTunRemoteAddr }
  DESCRIPTION	"This notification is generated when the IPSec phase-2
             tunnel has an encrypting failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 5 }

.1.3.6.1.4.1.25506.2.7.1.8.1.6
hh3cIPSecDecryFailFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecTunLocalAddr, hh3cIPSecTunRemoteAddr }
  DESCRIPTION	"This notification is generated when the IPSec phase-2
             tunnel has a decrypting failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 6 }

.1.3.6.1.4.1.25506.2.7.1.8.1.7
hh3cIPSecInvalidSaFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecTunLocalAddr, hh3cIPSecTunRemoteAddr, hh3cIPSecSpiValue }
  DESCRIPTION	"This notification is generated when the IPSec phase-2
             invalid SA failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 7 }

.1.3.6.1.4.1.25506.2.7.1.8.1.8
hh3cIPSecPolicyAdd NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecPolicyName, hh3cIPSecPolicySeqNum, hh3cIPSecPolicySize }
  DESCRIPTION	"This notification is generated when an IPSec policy is added."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 8 }

.1.3.6.1.4.1.25506.2.7.1.8.1.9
hh3cIPSecPolicyDel NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecPolicyName, hh3cIPSecPolicySeqNum, hh3cIPSecPolicySize }
  DESCRIPTION	"This notification is generated when an IPSec policy is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 9 }

.1.3.6.1.4.1.25506.2.7.1.8.1.10
hh3cIPSecPolicyAttach NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecPolicyName, hh3cIPSecPolicySize, ifIndex }
  DESCRIPTION	"This notification is generated when an IPSec policy is attached
             with one interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 10 }

.1.3.6.1.4.1.25506.2.7.1.8.1.11
hh3cIPSecPolicyDetach NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  OBJECTS	{ hh3cIPSecPolicyName, hh3cIPSecPolicySize, ifIndex }
  DESCRIPTION	"This notification is generated when an IPSec policy is detached
             with one interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecObjects(1) hh3cIPSecTrap(8) hh3cIPSecNotifications(1) 11 }

.1.3.6.1.4.1.25506.2.7.2
hh3cIPSecConformance OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) 2 }

.1.3.6.1.4.1.25506.2.7.2.1
hh3cIPSecCompliances OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) 1 }

.1.3.6.1.4.1.25506.2.7.2.1.1
hh3cIPSecCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) hh3cIPSecCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.7.2.2
hh3cIPSecGroups OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) 2 }

.1.3.6.1.4.1.25506.2.7.2.2.1
hh3cIPSecTunnelTableGroup OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  DESCRIPTION	"The group contains the IPSec tunnel's property information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) hh3cIPSecGroups(2) 1 }

.1.3.6.1.4.1.25506.2.7.2.2.2
hh3cIPSecTunnelStatGroup OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  DESCRIPTION	"The group contains the IPSec tunnel's statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) hh3cIPSecGroups(2) 2 }

.1.3.6.1.4.1.25506.2.7.2.2.3
hh3cIPSecSaGroup OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  DESCRIPTION	"The group contains the SA's property information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) hh3cIPSecGroups(2) 3 }

.1.3.6.1.4.1.25506.2.7.2.2.4
hh3cIPSecTrafficTableGroup OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  DESCRIPTION	"The group contains the property information of the
             data flow protected by IPSec tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) hh3cIPSecGroups(2) 4 }

.1.3.6.1.4.1.25506.2.7.2.2.5
hh3cIPSecGlobalStatsGroup OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  DESCRIPTION	"The group contains all of the IPSec tunnel's statistic
             information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) hh3cIPSecGroups(2) 5 }

.1.3.6.1.4.1.25506.2.7.2.2.6
hh3cIPSecTrapObjectGroup OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  DESCRIPTION	"The group contains all of trap objects of IPSec tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) hh3cIPSecGroups(2) 6 }

.1.3.6.1.4.1.25506.2.7.2.2.7
hh3cIPSecTrapCntlGroup OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  DESCRIPTION	"The group contains all of trap switches of IPSec tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) hh3cIPSecGroups(2) 7 }

.1.3.6.1.4.1.25506.2.7.2.2.8
hh3cIPSecTrapGroup OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-MIB
  DESCRIPTION	"The group contains all of trap of IPSec tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPSecMonitor(7) hh3cIPSecConformance(2) hh3cIPSecGroups(2) 8 }

.1.3.6.1.4.1.25506.2.8
hh3cAcl OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 8 }

.1.3.6.1.4.1.25506.2.8.1
hh3cAclMibObjects OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) 1 }

.1.3.6.1.4.1.25506.2.8.1.1
hh3cAclMode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {linkBased(1), ipBased(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Access-list mode."
  DEFVAL	{ ipBased }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.2
hh3cAclNumGroupTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Configure the match-order of number-acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.2.1
hh3cAclNumGroupEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumGroupAclNum }
  DESCRIPTION	"Define the index of hh3cAclNumGroupTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNumGroupTable(2) 1 }

.1.3.6.1.4.1.25506.2.8.1.2.1.1
hh3cAclNumGroupAclNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (1000..5999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of number-acl group
                 Interface type:1000..1999
                 Basic type:2000..2999
                 Advance type:3000..3999
                 Link type:4000..4999
                 User type:5000..5999"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNumGroupTable(2) hh3cAclNumGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.2.1.2
hh3cAclNumGroupMatchOrder OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {config(1), auto(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The match-order of number-acl group."
  DEFVAL	{ config }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNumGroupTable(2) hh3cAclNumGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.2.1.3
hh3cAclNumGroupSubitemNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of number-acl group's node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNumGroupTable(2) hh3cAclNumGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.2.1.4
hh3cAclNumGroupDescription OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The description of this acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNumGroupTable(2) hh3cAclNumGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.2.1.5
hh3cAclNumGroupCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Reset the value of rules' counter, which belong to this group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNumGroupTable(2) hh3cAclNumGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.2.1.6
hh3cAclNumGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three state: CreateAndGo, Active, Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNumGroupTable(2) hh3cAclNumGroupEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.3
hh3cAclNameGroupTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Create acl-group that identified by name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.3.1
hh3cAclNameGroupEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNameGroupIndex }
  DESCRIPTION	"Define the index of hh3cAclNameGroupTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNameGroupTable(3) 1 }

.1.3.6.1.4.1.25506.2.8.1.3.1.1
hh3cAclNameGroupIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (10000..12999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of name-acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNameGroupTable(3) hh3cAclNameGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.3.1.2
hh3cAclNameGroupCreateName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of name-acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNameGroupTable(3) hh3cAclNameGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.3.1.3
hh3cAclNameGroupTypes OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {basic(1), advanced(2), ifBased(3), link(4), user(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of name-acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNameGroupTable(3) hh3cAclNameGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.3.1.4
hh3cAclNameGroupMatchOrder OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {config(1), auto(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The match-order of name-acl group."
  DEFVAL	{ config }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNameGroupTable(3) hh3cAclNameGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.3.1.5
hh3cAclNameGroupSubitemNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of name-acl group's node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNameGroupTable(3) hh3cAclNameGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.3.1.6
hh3cAclNameGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three state: CreateAndGo, Active, Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclNameGroupTable(3) hh3cAclNameGroupEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.4
hh3cAclBasicRuleTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Configure the rule for basic acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.4.1
hh3cAclBasicRuleEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclBasicAclNum, hh3cAclBasicSubitem }
  DESCRIPTION	"Define the index of hh3cAclBasicRuleTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) 1 }

.1.3.6.1.4.1.25506.2.8.1.4.1.1
hh3cAclBasicAclNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 2000..2999 | 10000..12999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of basic acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.4.1.2
hh3cAclBasicSubitem OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The subindex of basic acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.4.1.3
hh3cAclBasicAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of basic acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.4.1.4
hh3cAclBasicSrcIp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP-address of basic acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.4.1.5
hh3cAclBasicSrcWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP-address wild of basic acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.4.1.6
hh3cAclBasicTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of basic acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.4.1.7
hh3cAclBasicFragments OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching fragmented packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.1.4.1.8
hh3cAclBasicLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of log."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.1.4.1.9
hh3cAclBasicEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.1.4.1.10
hh3cAclBasicCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matched by basic rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.1.4.1.11
hh3cAclBasicCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Reset the value of counter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.1.4.1.12
hh3cAclBasicRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three state: CreateAndGo, Active, Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclBasicRuleTable(4) hh3cAclBasicRuleEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.1.5
hh3cAclAdvancedRuleTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Configure the rule for advanced acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.5.1
hh3cAclAdvancedRuleEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclAdvancedAclNum, hh3cAclAdvancedSubitem }
  DESCRIPTION	"Define the index of hh3cAclAdvancedRuleTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) 1 }

.1.3.6.1.4.1.25506.2.8.1.5.1.1
hh3cAclAdvancedAclNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 3000..3999 | 10000..12999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of advanced acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.5.1.2
hh3cAclAdvancedSubitem OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The subindex of advanced acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.5.1.3
hh3cAclAdvancedAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of Advance acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.5.1.4
hh3cAclAdvancedProtocol OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The protocol-type of advanced acl group.
                 <1-255>  Protocol number
                  gre      GRE tunneling(47)
                  icmp     Internet Control Message Protocol(1)
                  igmp     Internet Group Management Protocol(2)
                  ip       Any IP protocol
                  ipinip   IP in IP tunneling(4)
                  ospf     OSPF routing protocol(89)
                  tcp      Transmission Control Protocol (6)
                  udp      User Datagram Protocol (17)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.5.1.5
hh3cAclAdvancedSrcIp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP-address of advanced acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.5.1.6
hh3cAclAdvancedSrcWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP-address wild of advanced acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.5.1.7
hh3cAclAdvancedSrcOp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source IP-address's operator of advanced acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.1.5.1.8
hh3cAclAdvancedSrcPort1 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer source port1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.1.5.1.9
hh3cAclAdvancedSrcPort2 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer source port2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.1.5.1.10
hh3cAclAdvancedDestIp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IP-address of advanced acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.1.5.1.11
hh3cAclAdvancedDestWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IP-address wild of advanced acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.1.5.1.12
hh3cAclAdvancedDestOp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination IP-address's operator of advanced acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.1.5.1.13
hh3cAclAdvancedDestPort1 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer destination port1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.1.5.1.14
hh3cAclAdvancedDestPort2 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer destination port2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.1.5.1.15
hh3cAclAdvancedPrecedence OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of IP-packet's precedence.
                <0-7>           Value of precedence
                routine         Specify routine precedence(0)
                priority        Specify priority precedence(1)
                immediate       Specify immediate precedence(2)
                flash           Specify flash precedence(3)
                flash-override  Specify flash-override precedence(4)
                critical        Specify critical precedence(5)
                internet        Specify internetwork control precedence(6)
                network         Specify network control precedence(7) "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.1.5.1.16
hh3cAclAdvancedTos OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..15 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of IP-packet's TOS.
                  <0-15>             Value of TOS(type of service)
                  max-reliability    Match packets with max reliable TOS(2)
                  max-throughput     Match packets with max throughput TOS(4)
                  min-delay          Match packets with min delay TOS(8)
                  min-monetary-cost  Match packets with min monetary cost TOS(1)
                  normal             Match packets with normal TOS(0) "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.1.5.1.17
hh3cAclAdvancedDscp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of DSCP.
                <0-63>  Value of DSCP
                af11    Specify Assured Forwarding 11 service(10)
                af12    Specify Assured Forwarding 12 service(12)
                af13    Specify Assured Forwarding 13 service(14)
                af21    Specify Assured Forwarding 21 service(18)
                af22    Specify Assured Forwarding 22 service(20)
                af23    Specify Assured Forwarding 23 service(22)
                af31    Specify Assured Forwarding 31 service(26)
                af32    Specify Assured Forwarding 32 service(28)
                af33    Specify Assured Forwarding 33 service(30)
                af41    Specify Assured Forwarding 41 service(34)
                af42    Specify Assured Forwarding 42 service(36)
                af43    Specify Assured Forwarding 43 service(38)
                be      Specify Best Effort service(0)
                cs1     Specify Class Selector 1 service(8)
                cs2     Specify Class Selector 2 service(16)
                cs3     Specify Class Selector 3 service(24)
                cs4     Specify Class Selector 4 service(32)
                cs5     Specify Class Selector 5 service(40)
                cs6     Specify Class Selector 6 service(48)
                cs7     Specify Class Selector 7 service(56)
                ef      Specify Expedited Forwarding service(46)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 17 }

.1.3.6.1.4.1.25506.2.8.1.5.1.18
hh3cAclAdvancedEstablish OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Establish flag."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 18 }

.1.3.6.1.4.1.25506.2.8.1.5.1.19
hh3cAclAdvancedTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of advanced acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 19 }

.1.3.6.1.4.1.25506.2.8.1.5.1.20
hh3cAclAdvancedIcmpType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of ICMP packet.
                Integer32               ICMP type
                echo                  Type=8, Code=0
                echo-reply            Type=0, Code=0
                fragmentneed-DFset    Type=3, Code=4
                host-redirect         Type=5, Code=1
                host-tos-redirect     Type=5, Code=3
                host-unreachable      Type=3, Code=1
                information-reply     Type=16, Code=0
                information-request   Type=15, Code=0
                net-redirect          Type=5, Code=0
                net-tos-redirect      Type=5, Code=2
                net-unreachable       Type=3, Code=0
                parameter-problem     Type=12, Code=0
                port-unreachable      Type=3, Code=3
                protocol-unreachable  Type=3, Code=2
                reassembly-timeout    Type=11, Code=1
                source-quench         Type=4, Code=0
                source-route-failed   Type=3, Code=5
                timestamp-reply       Type=14, Code=0
                timestamp-request     Type=13, Code=0
                ttl-exceeded          Type=11, Code=0  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 20 }

.1.3.6.1.4.1.25506.2.8.1.5.1.21
hh3cAclAdvancedIcmpCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The code of ICMP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 21 }

.1.3.6.1.4.1.25506.2.8.1.5.1.22
hh3cAclAdvancedFragments OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching fragmented packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 22 }

.1.3.6.1.4.1.25506.2.8.1.5.1.23
hh3cAclAdvancedLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of log."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 23 }

.1.3.6.1.4.1.25506.2.8.1.5.1.24
hh3cAclAdvancedEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 24 }

.1.3.6.1.4.1.25506.2.8.1.5.1.25
hh3cAclAdvancedCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matched by advanced rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 25 }

.1.3.6.1.4.1.25506.2.8.1.5.1.26
hh3cAclAdvancedCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Reset the value of counter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 26 }

.1.3.6.1.4.1.25506.2.8.1.5.1.27
hh3cAclAdvancedRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three state: CreateAndGo, Active, Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclAdvancedRuleTable(5) hh3cAclAdvancedRuleEntry(1) 27 }

.1.3.6.1.4.1.25506.2.8.1.6
hh3cAclIfRuleTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Configure the rule for interface-based acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.6.1
hh3cAclIfRuleEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclIfAclNum, hh3cAclIfSubitem }
  DESCRIPTION	"Define the index of hh3cAclIfRuleTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) 1 }

.1.3.6.1.4.1.25506.2.8.1.6.1.1
hh3cAclIfAclNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 1000..1999 | 10000..12999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of interface-based acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.6.1.2
hh3cAclIfSubitem OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The subindex of interface-based acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.6.1.3
hh3cAclIfAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of interface-based acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.6.1.4
hh3cAclIfIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.6.1.5
hh3cAclIfAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.6.1.6
hh3cAclIfTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of interface-based acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.6.1.7
hh3cAclIfLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of log."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.1.6.1.8
hh3cAclIfEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.1.6.1.9
hh3cAclIfCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matched by basic rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.1.6.1.10
hh3cAclIfCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Reset the value of the rule's counter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.1.6.1.11
hh3cAclIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three state: CreateAndGo, Active, Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIfRuleTable(6) hh3cAclIfRuleEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.1.7
hh3cAclLinkTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Create link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 7 }

.1.3.6.1.4.1.25506.2.8.1.7.1
hh3cAclLinkEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclLinkAclNum, hh3cAclLinkSubitem }
  DESCRIPTION	"The entry of the link acl table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) 1 }

.1.3.6.1.4.1.25506.2.8.1.7.1.1
hh3cAclLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of link-based acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.7.1.2
hh3cAclLinkSubitem OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The subindex of link-based acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.7.1.3
hh3cAclLinkAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of link-based acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.7.1.4
hh3cAclLinkProtocol OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), ip(2048), arp(2054), rarp(32821), mpls(34887), pppoeControl(34915), pppoeData(34916)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The layer 2 protocol-type of link acl rule."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.7.1.5
hh3cAclLinkFormatType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), ethernetII(1), snap(2), ieee802Dot3And2(3), ieee802Dot3(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Format type of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.7.1.6
hh3cAclLinkVlanTag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), tagged(1), untagged(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of vlan tag of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.7.1.7
hh3cAclLinkVlanPri OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan priority of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.1.7.1.8
hh3cAclLinkSrcVlanId OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source vlan ID of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.1.7.1.9
hh3cAclLinkSrcMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source mac of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.1.7.1.10
hh3cAclLinkSrcMacWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source mac wildzard of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.1.7.1.11
hh3cAclLinkSrcIfIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IfIndex of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.1.7.1.12
hh3cAclLinkSrcAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.1.7.1.13
hh3cAclLinkDestVlanId OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination vlan ID of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.1.7.1.14
hh3cAclLinkDestMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination mac of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.1.7.1.15
hh3cAclLinkDestMacWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination mac wildzard of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.1.7.1.16
hh3cAclLinkDestIfIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IfIndex of link acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.1.7.1.17
hh3cAclLinkDestAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 17 }

.1.3.6.1.4.1.25506.2.8.1.7.1.18
hh3cAclLinkTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of link-based acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 18 }

.1.3.6.1.4.1.25506.2.8.1.7.1.19
hh3cAclLinkEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 19 }

.1.3.6.1.4.1.25506.2.8.1.7.1.20
hh3cAclLinkRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three state: CreateAndGo, Active, Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 20 }

.1.3.6.1.4.1.25506.2.8.1.7.1.21
hh3cAclLinkTypeCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of layer 2 protocol.0x0000...0xffff."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 21 }

.1.3.6.1.4.1.25506.2.8.1.7.1.22
hh3cAclLinkTypeMask OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of layer 2 protocol.0x0000...0xffff."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 22 }

.1.3.6.1.4.1.25506.2.8.1.7.1.23
hh3cAclLinkLsapCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of LSAP.0x0000...0xffff."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 23 }

.1.3.6.1.4.1.25506.2.8.1.7.1.24
hh3cAclLinkLsapMask OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of LSAP.0x0000...0xffff."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 24 }

.1.3.6.1.4.1.25506.2.8.1.7.1.25
hh3cAclLinkL2LabelRangeOp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation symbol of the MPLS label.
                 If the symbol is range(5), the objects hh3cAclLinkL2LabelRangeBegin and
                 hh3cAclLinkL2LabelRangeEnd should have different values indicating a range.
                 Otherwise, only hh3cAclLinkL2LabelRangeBegin counts,
                 object hh3cAclLinkL2LabelRangeEnd is ignored.

                 invalid(0) -- unavailable
                 lt(1) -- less than
                 eq(2) -- equal
                 gt(3) -- great than
                 neq(4) -- not equal
                 range(5) -- a range with two ends included
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 25 }

.1.3.6.1.4.1.25506.2.8.1.7.1.26
hh3cAclLinkL2LabelRangeBegin OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The beginning of VPLS VC label."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 26 }

.1.3.6.1.4.1.25506.2.8.1.7.1.27
hh3cAclLinkL2LabelRangeEnd OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The end of VPLS VC label."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 27 }

.1.3.6.1.4.1.25506.2.8.1.7.1.28
hh3cAclLinkMplsExp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of MPLS-packet's Exp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclLinkTable(7) hh3cAclLinkEntry(1) 28 }

.1.3.6.1.4.1.25506.2.8.1.8
hh3cAclUserTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Create user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 8 }

.1.3.6.1.4.1.25506.2.8.1.8.1
hh3cAclUserEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclUserAclNum, hh3cAclUserSubitem }
  DESCRIPTION	"The entry of user acl table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) 1 }

.1.3.6.1.4.1.25506.2.8.1.8.1.1
hh3cAclUserAclNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 5000..5999 | 10000..12999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.8.1.2
hh3cAclUserSubitem OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The subitem of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.8.1.3
hh3cAclUserAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.8.1.4
hh3cAclUserFormatType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), ethernetII(1), snap(2), ieee802Dot2And3(3), ieee802Dot4(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Format type."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.8.1.5
hh3cAclUserVlanTag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), tagged(1), untagged(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan tag exits or not."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.8.1.6
hh3cAclUserRuleStr OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (1..80) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Rule string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.8.1.7
hh3cAclUserRuleMask OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (1..80) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Rule mask."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.1.8.1.8
hh3cAclUserTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of the user defined acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.1.8.1.9
hh3cAclUserEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.1.8.1.10
hh3cAclUserRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three state: CreateAndGo, Active, Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclUserTable(8) hh3cAclUserEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.1.9
hh3cAclActiveTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Active acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 9 }

.1.3.6.1.4.1.25506.2.8.1.9.1
hh3cAclActiveEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclActiveAclIndex, hh3cAclActiveIfIndex, hh3cAclActiveVlanID, hh3cAclActiveDirection }
  DESCRIPTION	"The entry of active acl table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) 1 }

.1.3.6.1.4.1.25506.2.8.1.9.1.1
hh3cAclActiveAclIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 1..5999 | 10000..12999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Acl index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.9.1.2
hh3cAclActiveIfIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IfIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.9.1.3
hh3cAclActiveVlanID OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The lower 16 bits is Vlan ID, the higher 16 bits,
                 if not zero, it describes the slot ID of the L3plus board.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.9.1.4
hh3cAclActiveDirection OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), input(1), output(2), both(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.9.1.5
hh3cAclActiveUserAclNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 5000..5999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.9.1.6
hh3cAclActiveUserAclSubitem OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.9.1.7
hh3cAclActiveIpAclNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 2000..3999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.1.9.1.8
hh3cAclActiveIpAclSubitem OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.1.9.1.9
hh3cAclActiveLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The num of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.1.9.1.10
hh3cAclActiveLinkAclSubitem OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.1.9.1.11
hh3cAclActiveRuntime OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Is run or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.1.9.1.12
hh3cAclActiveRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three state: CreateAndGo, Active, Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclActiveTable(9) hh3cAclActiveEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.1.10
hh3cAclIDSTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Configure the rule for IDS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) 10 }

.1.3.6.1.4.1.25506.2.8.1.10.1
hh3cAclIDSEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED hh3cAclIDSName }
  DESCRIPTION	"The entry of acl ids table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) 1 }

.1.3.6.1.4.1.25506.2.8.1.10.1.1
hh3cAclIDSName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name index of the IDS table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.1.10.1.2
hh3cAclIDSSrcMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source mac of IDS acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.1.10.1.3
hh3cAclIDSDestMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination mac of IDS acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.1.10.1.4
hh3cAclIDSSrcIp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP-address of IDS acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.1.10.1.5
hh3cAclIDSSrcWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP-address wild of IDS acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.1.10.1.6
hh3cAclIDSDestIp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IP-address of IDS acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.1.10.1.7
hh3cAclIDSDestWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IP-address wild of IDS acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.1.10.1.8
hh3cAclIDSSrcPort OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer source port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.1.10.1.9
hh3cAclIDSDestPort OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer destination port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.1.10.1.10
hh3cAclIDSProtocol OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The protocol-type of advanced acl group.
                 <1-255>  Protocol number
                  gre      GRE tunneling(47)
                  icmp     Internet Control Message Protocol(1)
                  igmp     Internet Group Management Protocol(2)
                  ip       Any IP protocol
                  ipinip   IP in IP tunneling(4)
                  ospf     OSPF routing protocol(89)
                  tcp      Transmission Control Protocol (6)
                  udp      User Datagram Protocol (17)
                 "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.1.10.1.11
hh3cAclIDSDenyTime OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of seconds which deny for this acl rule."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.1.10.1.12
hh3cAclIDSAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of IDS acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.1.10.1.13
hh3cAclIDSRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now supports three states:  CreateAndGo, Active, and Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMibObjects(1) hh3cAclIDSTable(10) hh3cAclIDSEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.2
hh3cAclMib2Objects OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) 2 }

.1.3.6.1.4.1.25506.2.8.2.1
hh3cAclMib2GlobalGroup OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) 1 }

.1.3.6.1.4.1.25506.2.8.2.1.1
hh3cAclMib2NodesGroup OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.1.1.1
hh3cAclMib2Mode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {linkBased(1), ipBased(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The applying mode of ACL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2NodesGroup(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.1.1.2
hh3cAclMib2Version OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of this file.
                 The output value has the format of 'xx'or 'xxx'.
                 For example: 10 means 1.0; 125 means 12.5.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2NodesGroup(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.1.1.3
hh3cAclMib2ObjectsCapabilities OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	BITS {hh3cAclMib2Mode(0), hh3cAclVersion(1), hh3cAclMib2ObjectsCapabilities(2), hh3cAclMib2CapabilityTable(3), hh3cAclNumberGroupTable(4), hh3cAclIPAclBasicTable(5), hh3cAclIPAclAdvancedTable(6), hh3cAclMACTable(7), hh3cAclEnUserTable(8), hh3cAclMib2ProcessingStatus(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The objects of hh3cAclMib2Objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2NodesGroup(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.1.1.4
hh3cAclMib2ProcessingStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {processing(1), done(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The processing status of ACL operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2NodesGroup(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.1.1.5
hh3cAclMib2ResourceThreshold OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of TCAM resources.
                 The value 0 indicates that cancelling the TCAM resource notification function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2NodesGroup(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.1.1.6
hh3cAclMib2ResourceLogInterval OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (1..60) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of interval.  It must be in the range of 1 to 60.
                 Default value is 5."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2NodesGroup(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.1.2
hh3cAclMib2CapabilityTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The capability of mib2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.1.2.1
hh3cAclMib2CapabilityEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclMib2EntityType, hh3cAclMib2EntityIndex, hh3cAclMib2ModuleIndex, hh3cAclMib2CharacteristicsIndex }
  DESCRIPTION	"The information of Capability of mib2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2CapabilityTable(2) 1 }

.1.3.6.1.4.1.25506.2.8.2.1.2.1.1
hh3cAclMib2EntityType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {system(1), interface(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of entity.
                 system: The entity is systemic level.
                 interface: The entity is interface level.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2CapabilityTable(2) hh3cAclMib2CapabilityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.1.2.1.2
hh3cAclMib2EntityIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of entity.
                 If hh3cAclMib2EntityType is system, the value of this object is 0.

                 If hh3cAclMib2EntityType is interface,
                 the value of this object is equal to 'ifIndex'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2CapabilityTable(2) hh3cAclMib2CapabilityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.1.2.1.3
hh3cAclMib2ModuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {layer3(1), layer2(2), userDefined(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The module index of ACL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2CapabilityTable(2) hh3cAclMib2CapabilityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.1.2.1.4
hh3cAclMib2CharacteristicsIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The characteristics index of mib2.
                 See DESCRIPTION of hh3cAclMib2CharacteristicsValue
                 to get detail information about the value of this object.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2CapabilityTable(2) hh3cAclMib2CapabilityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.1.2.1.5
hh3cAclMib2CharacteristicsDesc OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The description of characteristics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2CapabilityTable(2) hh3cAclMib2CapabilityEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.1.2.1.6
hh3cAclMib2CharacteristicsValue OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of capability of this object.
                 TypeOfRuleStringValue : notSupport(0) and the length of
                 RuleString.

                 TypeOfCodeValue : OnlyOneNotSupport(0),
                                   MoreThanOneNotSupport(1)
                 If hh3cAclMib2CharacteristicsValue is 'moreThanOneNotSupport',
                 hh3cAclMib2CharacteristicsDesc must be used to depict which
                 protocols are not supported.  The output value of
                 hh3cAclMib2CharacteristicsDesc has the format of 'a,b'.
                 For example, 'ip,rarp'.

                 layer3 Module:
                 Index    Characteristics           value
                 1        SourceIPAddress           notSupport(0)
                 2        DestinationIPAddress      notSupport(0)
                 3        SourcePort                notSupport(0)
                 4        DestinationPort           notSupport(0)
                 5        IPPrecedence              notSupport(0)
                 6        TOS                       notSupport(0)
                 7        DSCP                      notSupport(0)
                 8        TCPFlag                   notSupport(0)
                 9        FragmentFlag              notSupport(0)
                 10       Log                       notSupport(0)
                 11       RuleMatchCounter          notSupport(0)
                 12       ResetRuleMatchCounter     notSupport(0)
                 13       VPN                       notSupport(0)
                 15       protocol                  notSupport(0)
                 16       AddressFlag               notSupport(0)

                 layer2 Module:
                 Index    Characteristics           value
                 1        ProtocolType              TypeOfCodeValue
                 2        SourceMAC                 notSupport(0)
                 3        DestinationMAC            notSupport(0)
                 4        LSAPType                  TypeOfCodeValue
                 5        CoS                       notSupport(0)

                 UserDefined Module:
                 Index    Characteristics           value
                 1        UserDefaultOffset         TypeOfRuleStringValue
                 2        UserL2RuleOffset          TypeOfRuleStringValue
                 3        UserMplsOffset            TypeOfRuleStringValue
                 4        UserIPv4Offset            TypeOfRuleStringValue
                 5        UserIPv6Offset            TypeOfRuleStringValue
                 6        UserL4Offset              TypeOfRuleStringValue
                 7        UserL5Offset              TypeOfRuleStringValue
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclMib2CapabilityTable(2) hh3cAclMib2CapabilityEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.1.3
hh3cAclNumberGroupTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of the number acl group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1
hh3cAclNumberGroupEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNumberGroupIndex }
  DESCRIPTION	"Number acl group information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) 1 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1.1
hh3cAclNumberGroupType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2), mac(3), user(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of number group.
                 Basic ACL and Advanced ACL support ipv4 and ipv6.
                 The range of Basic ACL is from 2000 to 2999.
                 The range of Advanced ACL is from 3000 to 3999.

                 Simple ACL supports ipv6 only.
                 The range of Simple ACL is from 10000 to 42767.

                 MAC ACL support mac only.
                 The range of MAC ACL is from 4000 to 4999.

                 User-defined ACL support user only.
                 The range of user-defined ACL is from 5000 to 5999.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) hh3cAclNumberGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1.2
hh3cAclNumberGroupIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (2000..5999 | 10000..42767) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The group index of number acl.
                 Basic type:2000..2999
                 Advanced type:3000..3999
                 MAC type:4000..4999
                 User type:5000..5999
                 Simple type:10000..42767
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) hh3cAclNumberGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1.3
hh3cAclNumberGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) hh3cAclNumberGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1.4
hh3cAclNumberGroupMatchOrder OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {config(1), auto(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The match-order of number acl group."
  DEFVAL	{ config }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) hh3cAclNumberGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1.5
hh3cAclNumberGroupStep OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (1..20) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The step of rule index."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) hh3cAclNumberGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1.6
hh3cAclNumberGroupDescription OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Description of this acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) hh3cAclNumberGroupEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1.7
hh3cAclNumberGroupCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the value of counters of this group."
  DEFVAL	{ nouse }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) hh3cAclNumberGroupEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1.8
hh3cAclNumberGroupRuleCounter OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule count of number acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) hh3cAclNumberGroupEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.1.3.1.9
hh3cAclNumberGroupName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of this acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNumberGroupTable(3) hh3cAclNumberGroupEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.1.4
hh3cAclNamedGroupTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of the named ACL group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.1.4.1
hh3cAclNamedGroupEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNamedGroupCategory, hh3cAclNamedGroupName }
  DESCRIPTION	"Named ACL group entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNamedGroupTable(4) 1 }

.1.3.6.1.4.1.25506.2.8.2.1.4.1.1
hh3cAclNamedGroupCategory OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {invalid(0), basic(1), advanced(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The category of number group.  1 indicates basic ACL, 2 indicates
                advanced ACL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNamedGroupTable(4) hh3cAclNamedGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.1.4.1.2
hh3cAclNamedGroupName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Name of an ACL group, a case-insensitive string of 1 to 63
                characters.  It must start with an English letter.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNamedGroupTable(4) hh3cAclNamedGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.1.4.1.3
hh3cAclNamedGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNamedGroupTable(4) hh3cAclNamedGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.1.4.1.4
hh3cAclNamedGroupMatchOrder OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {config(1), auto(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The match-order of name acl group."
  DEFVAL	{ config }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNamedGroupTable(4) hh3cAclNamedGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.1.4.1.5
hh3cAclNamedGroupStep OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (1..20) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The numbering step of the increment of the rule index."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNamedGroupTable(4) hh3cAclNamedGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.1.4.1.6
hh3cAclNamedGroupDescription OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Description of this ACL group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNamedGroupTable(4) hh3cAclNamedGroupEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.1.4.1.7
hh3cAclNamedGroupCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the statistics counter of this group."
  DEFVAL	{ nouse }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNamedGroupTable(4) hh3cAclNamedGroupEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.1.4.1.8
hh3cAclNamedGroupRuleCounter OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of rules of this group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMib2GlobalGroup(1) hh3cAclNamedGroupTable(4) hh3cAclNamedGroupEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.2
hh3cAclIPAclGroup OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) 2 }

.1.3.6.1.4.1.25506.2.8.2.2.2
hh3cAclIPAclBasicTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of basic rule group.
                 If some objects of this table are not supported by some products,
                 these objects can't be created, changed or applied.
                 Default value of these objects will be returned when they are read.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) 2 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1
hh3cAclIPAclBasicEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNumberGroupIndex, hh3cAclIPAclBasicRuleIndex }
  DESCRIPTION	"Basic rule group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) 1 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.1
hh3cAclIPAclBasicRuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The rule index of basic acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.2
hh3cAclIPAclBasicRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.3
hh3cAclIPAclBasicAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RuleAction
  SYNTAX	INTEGER {invalid(1), permit(2), deny(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of basic acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.4
hh3cAclIPAclBasicSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP addresses type of IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.5
hh3cAclIPAclBasicSrcAddr OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of a local IP address is available for this association.

                 The type of this address is determined by the value of
                 hh3cAclIPAclBasicSrcAddrType.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.6
hh3cAclIPAclBasicSrcPrefix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the length of a generic Internet network address prefix.
                 A value of n corresponds to an IP address mask
                 that has n contiguous 1-bits from the most significant bit (MSB)
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.7
hh3cAclIPAclBasicSrcAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any IP address."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.8
hh3cAclIPAclBasicSrcWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IPv4 address wildcard mask.
                 Only IPv4 Basic Rule supports this object.
                 Default value is '0.0.0.0'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.9
hh3cAclIPAclBasicTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of basic acl rule.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.10
hh3cAclIPAclBasicFragmentFlag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION FragmentFlag
  SYNTAX	INTEGER {invalid(0), fragment(1), fragmentSubseq(2), nonFragment(3), nonSubseq(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching fragmented packets."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.11
hh3cAclIPAclBasicLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be logged when it matches the rule."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.12
hh3cAclIPAclBasicCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matches by the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.13
hh3cAclIPAclBasicCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the value of counter."
  DEFVAL	{ nouse }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.14
hh3cAclIPAclBasicEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.15
hh3cAclIPAclBasicVpnInstanceName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN name, to which the rule will be applied.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.16
hh3cAclIPAclBasicComment OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of ACL rule.
                 Default value is Zero-length String.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.17
hh3cAclIPAclBasicCounting OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be counted when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 17 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.18
hh3cAclIPAclBasicRouteTypeAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any type of routing header of IPv6 packet.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 18 }

.1.3.6.1.4.1.25506.2.8.2.2.2.1.19
hh3cAclIPAclBasicRouteTypeValue OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Match specific type of routing header of IPv6 packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclBasicTable(2) hh3cAclIPAclBasicEntry(1) 19 }

.1.3.6.1.4.1.25506.2.8.2.2.3
hh3cAclIPAclAdvancedTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of advanced and simple acl group.
                 If some objects of this table are not supported by some products,
                 these objects can't be created, changed and applied.
                 Default value of these objects will be returned when they are read.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) 3 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1
hh3cAclIPAclAdvancedEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNumberGroupIndex, hh3cAclIPAclAdvancedRuleIndex }
  DESCRIPTION	"Advanced acl group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) 1 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.1
hh3cAclIPAclAdvancedRuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The rule index of advanced acl group.
                 As a Simple ACL group, the value of this object must be 0.
                 As an Advanced ACL group, the value of this object is ranging
                 from 0 to 65534.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.2
hh3cAclIPAclAdvancedRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.3
hh3cAclIPAclAdvancedAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RuleAction
  SYNTAX	INTEGER {invalid(1), permit(2), deny(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of advanced acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.4
hh3cAclIPAclAdvancedProtocol OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The protocol-type of advanced acl group.  0 indicates any IPv4 or
                IPv6 protocol.
                  <1-255>  Protocol number
                  gre      GRE tunneling(47)
                  icmp     Internet Control Message Protocol(1)
                  icmpv6   Internet Control Message Protocol6(58)
                  igmp     Internet Group Management Protocol(2)
                  ipinip   IP in IP tunneling(4)
                  ospf     OSPF routing protocol(89)
                  tcp      Transmission Control Protocol (6)
                  udp      User Datagram Protocol (17)
                  ipv6-ah  IPv6 Authentication Header(51)
                  ipv6-esp IPv6 Encapsulating Security Payload(50)
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.5
hh3cAclIPAclAdvancedAddrFlag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION AddressFlag
  SYNTAX	INTEGER {invalid(0), t64SrcAddrPre64DestAddrPre(1), t64SrcAddrPre64DestAddrSuf(2), t64SrcAddrSuf64DestAddrPre(3), t64SrcAddrSuf64DestAddrSuf(4), t128SourceAddress(5), t128DestinationAddress(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Address flag to select address."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.6
hh3cAclIPAclAdvancedSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP addresses type of IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.7
hh3cAclIPAclAdvancedSrcAddr OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of a local IP address available for this association.

                 The type of this address is determined by the value of
                 hh3cAclIPAclAdvancedSrcAddrType.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.8
hh3cAclIPAclAdvancedSrcPrefix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the length of a generic Internet network address prefix.
                 A value of n corresponds to an IP address mask
                 which has n contiguous 1-bits from the most significant bit (MSB)
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.9
hh3cAclIPAclAdvancedSrcAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any IP address."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.10
hh3cAclIPAclAdvancedSrcWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IPv4 address wildcard mask.
                 Only IPv4 Advanced Rule supports this object.
                 Default value is '0.0.0.0'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.11
hh3cAclIPAclAdvancedSrcOp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION PortOp
  SYNTAX	INTEGER {invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source port operation symbol of advanced acl group."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.12
hh3cAclIPAclAdvancedSrcPort1 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer source port1."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.13
hh3cAclIPAclAdvancedSrcPort2 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer source port2."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.14
hh3cAclIPAclAdvancedDestAddrType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP addresses type of IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.15
hh3cAclIPAclAdvancedDestAddr OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of a local IP address available for this association.

                 The type of this address is determined by the value of
                 hh3cAclIPAclAdvancedDestAddrType.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.16
hh3cAclIPAclAdvancedDestPrefix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the length of a generic Internet network address prefix.
                 A value of n corresponds to an IP address mask
                 which has n contiguous 1-bits from the most significant bit (MSB)
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.17
hh3cAclIPAclAdvancedDestAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any IP address."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 17 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.18
hh3cAclIPAclAdvancedDestWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IPv4 address wildcard mask.
                 Only IPv4 Advanced Rule supports this object.
                 Default value is '0.0.0.0'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 18 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.19
hh3cAclIPAclAdvancedDestOp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION PortOp
  SYNTAX	INTEGER {invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination port operation symbol of advanced acl group."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 19 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.20
hh3cAclIPAclAdvancedDestPort1 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer destination port1."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 20 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.21
hh3cAclIPAclAdvancedDestPort2 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer destination port2."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 21 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.22
hh3cAclIPAclAdvancedIcmpType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of ICMP packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 22 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.23
hh3cAclIPAclAdvancedIcmpCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The code of ICMP packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 23 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.24
hh3cAclIPAclAdvancedPrecedence OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of IP-packet's precedence.
                <0-7>           Value of precedence
                routine         Specify routine precedence(0)
                priority        Specify priority precedence(1)
                immediate       Specify immediate precedence(2)
                flash           Specify flash precedence(3)
                flash-override  Specify flash-override precedence(4)
                critical        Specify critical precedence(5)
                internet        Specify internetwork control precedence(6)
                network         Specify network control precedence(7)
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 24 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.25
hh3cAclIPAclAdvancedTos OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..15 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of IP-packet's TOS.
                  <0-15>             Value of TOS(type of service)
                  max-reliability    Match packets with max reliable TOS(2)
                  max-throughput     Match packets with max throughput TOS(4)
                  min-delay          Match packets with min delay TOS(8)
                  min-monetary-cost  Match packets with min monetary cost TOS(1)
                  normal             Match packets with normal TOS(0)
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 25 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.26
hh3cAclIPAclAdvancedDscp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DSCPValue
  SYNTAX	Integer32 (0..63 | 255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of DSCP of IP packet."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 26 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.27
hh3cAclIPAclAdvancedTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of advanced acl rule.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 27 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.28
hh3cAclIPAclAdvancedTCPFlag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TCPFlag
  SYNTAX	INTEGER {invalid(0), tcpack(1), tcpfin(2), tcppsh(3), tcprst(4), tcpsyn(5), tcpurg(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet type of TCP protocol."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 28 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.29
hh3cAclIPAclAdvancedFragmentFlag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION FragmentFlag
  SYNTAX	INTEGER {invalid(0), fragment(1), fragmentSubseq(2), nonFragment(3), nonSubseq(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching fragmented packet,
                 and now support two value: 0 or 2."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 29 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.30
hh3cAclIPAclAdvancedLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Log matched packets."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 30 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.31
hh3cAclIPAclAdvancedCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matched by the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 31 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.32
hh3cAclIPAclAdvancedCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the value of counter."
  DEFVAL	{ nouse }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 32 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.33
hh3cAclIPAclAdvancedEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 33 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.34
hh3cAclIPAclAdvancedVpnInstanceName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN name that the rule will be applied.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 34 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.35
hh3cAclIPAclAdvancedComment OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of ACL rule.
                 Default value is Zero-length String.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 35 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.36
hh3cAclIPAclAdvancedReflective OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of reflective."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 36 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.37
hh3cAclIPAclAdvancedCounting OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be counted when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 37 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.38
hh3cAclIPAclAdvancedTCPFlagMask OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	BITS {tcpack(0), tcpfin(1), tcppsh(2), tcprst(3), tcpsyn(4), tcpurg(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The TCP Flag Mask.  This is a bit-map of possible conditions.
                The various bit positions are:
                |0        |tcpack                 |
                |1        |tcpfin                 |
                |2        |tcppsh                 |
                |3        |tcprst                 |
                |4        |tcpsyn                 |
                |5        |tcpurg                 |
                "
  DEFVAL	{ { } }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 38 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.39
hh3cAclIPAclAdvancedTCPFlagValue OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	BITS {tcpack(0), tcpfin(1), tcppsh(2), tcprst(3), tcpsyn(4), tcpurg(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The TCP Flag Value.  This is a bit-map of possible conditions.
                The various bit positions are:
                |0        |tcpack                 |
                |1        |tcpfin                 |
                |2        |tcppsh                 |
                |3        |tcprst                 |
                |4        |tcpsyn                 |
                |5        |tcpurg                 |
                "
  DEFVAL	{ { } }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 39 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.40
hh3cAclIPAclAdvancedRouteTypeAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any type of routing header of IPv6 packet.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 40 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.41
hh3cAclIPAclAdvancedRouteTypeValue OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of routing header of IPv6 packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 41 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.42
hh3cAclIPAclAdvancedFlowLabel OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32 (0..1048575 | 2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of flow label of IPv6 packet header."
  DEFVAL	{ 4294967295 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 42 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.43
hh3cAclIPAclAdvancedSrcSuffix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the length of a generic Internet network address suffix.
                 A value of n corresponds to an IP address mask
                 that has n contiguous 1-bits from the least significant bit
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 43 }

.1.3.6.1.4.1.25506.2.8.2.2.3.1.44
hh3cAclIPAclAdvancedDestSuffix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the length of a generic Internet network address suffix.
                 A value of n corresponds to an IP address mask
                 that has n contiguous 1-bits from the least significant bit
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclAdvancedTable(3) hh3cAclIPAclAdvancedEntry(1) 44 }

.1.3.6.1.4.1.25506.2.8.2.2.4
hh3cAclIPAclNamedBscTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of basic rule of named ACL.
                 The name of ACL group will be used as an index in this table,
                 which differs from the table hh3cAclIPAclBasicTable.
                 If some objects of this table are not supported by some
                 products, these objects can't be created, changed or applied.
                 Default value of these objects will be returned when they are
                 read.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) 4 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1
hh3cAclIPAclNamedBscEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNamedGroupName, hh3cAclIPAclBasicRuleIndex }
  DESCRIPTION	"Basic named ACL rule entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) 1 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.1
hh3cAclIPAclNamedBscRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.2
hh3cAclIPAclNamedBscAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RuleAction
  SYNTAX	INTEGER {invalid(1), permit(2), deny(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of basic ACL rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.3
hh3cAclIPAclNamedBscSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP addresses type of IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.4
hh3cAclIPAclNamedBscSrcAddr OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The specified source IP address.
                 The type of this address is determined by the value of
                 hh3cAclIPAclNamedBscSrcAddrType.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.5
hh3cAclIPAclNamedBscSrcPrefix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the length of a generic Internet network address
                 prefix.  A value of n corresponds to an IP address mask that
                 has n contiguous 1-bits from the most significant bit (MSB)
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.6
hh3cAclIPAclNamedBscSrcAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any source IP address."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.7
hh3cAclIPAclNamedBscSrcWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IPv4 address wildcard mask.
                 Only IPv4 Basic Rule supports this object.
                 Default value is '0.0.0.0'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.8
hh3cAclIPAclNamedBscTRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of basic acl rule.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.9
hh3cAclIPAclNamedBscFragmentFlag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION FragmentFlag
  SYNTAX	INTEGER {invalid(0), fragment(1), fragmentSubseq(2), nonFragment(3), nonSubseq(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching fragmented packets."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.10
hh3cAclIPAclNamedBscLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be logged when it matches the rule."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.11
hh3cAclIPAclNamedBscCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matches by the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.12
hh3cAclIPAclNamedBscCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the statistics counter of the rule."
  DEFVAL	{ nouse }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.13
hh3cAclIPAclNamedBscEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.14
hh3cAclIPAclNamedBscVpnInstName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN name, to which the rule will be applied.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.15
hh3cAclIPAclNamedBscComment OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of ACL rule.
                 Default value is Zero-length String.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.16
hh3cAclIPAclNamedBscCounting OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be counted when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.17
hh3cAclIPAclNamedBscRouteTypeAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any type of routing header of IPv6 packet.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 17 }

.1.3.6.1.4.1.25506.2.8.2.2.4.1.18
hh3cAclIPAclNamedBscRouteTypeValue OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Value of the routing header type of IPv6 packet,
                in the range of 0 to 255.
                "
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedBscTable(4) hh3cAclIPAclNamedBscEntry(1) 18 }

.1.3.6.1.4.1.25506.2.8.2.2.5
hh3cAclIPAclNamedAdvTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of advanced rule of named ACL.
                 The name of ACL group will be used as an index in this table,
                 which differs from the table hh3cAclIPAclAdvancedTable.
                 If some objects of this table are not supported by some
                 products, these objects can't be created, changed or applied.
                 Default value of these objects will be returned when they are
                 read.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) 5 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1
hh3cAclIPAclNamedAdvEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNamedGroupName, hh3cAclIPAclAdvancedRuleIndex }
  DESCRIPTION	"Advanced ACL rule information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) 1 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.1
hh3cAclIPAclNamedAdvRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.2
hh3cAclIPAclNamedAdvAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RuleAction
  SYNTAX	INTEGER {invalid(1), permit(2), deny(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of advanced ACL rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.3
hh3cAclIPAclNamedAdvProtocol OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The protocol-type of advanced ACL rule.  0 indicates any IPv4 or
                IPv6 protocol.
                  <1-255>  Protocol number
                  gre      GRE tunneling(47)
                  icmp     Internet Control Message Protocol(1)
                  icmpv6   Internet Control Message Protocol6(58)
                  igmp     Internet Group Management Protocol(2)
                  ipinip   IP in IP tunneling(4)
                  ospf     OSPF routing protocol(89)
                  tcp      Transmission Control Protocol (6)
                  udp      User Datagram Protocol (17)
                  ipv6-ah  IPv6 Authentication Header(51)
                  ipv6-esp IPv6 Encapsulating Security Payload(50)
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.4
hh3cAclIPAclNamedAdvAddrFlag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION AddressFlag
  SYNTAX	INTEGER {invalid(0), t64SrcAddrPre64DestAddrPre(1), t64SrcAddrPre64DestAddrSuf(2), t64SrcAddrSuf64DestAddrPre(3), t64SrcAddrSuf64DestAddrSuf(4), t128SourceAddress(5), t128DestinationAddress(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Address flag to select address."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.5
hh3cAclIPAclNamedAdvSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of source IP address.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.6
hh3cAclIPAclNamedAdvSrcAddr OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The specified source IP address.
                 The type of this address is determined by the value of
                 hh3cAclIPAclNamedAdvSrcAddrType.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.7
hh3cAclIPAclNamedAdvSrcPrefix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the length of a generic Internet network address
                 prefix.  A value of n corresponds to an IP address mask that
                 has n contiguous 1-bits from the most significant bit (MSB)
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.8
hh3cAclIPAclNamedAdvSrcAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any IP address."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.9
hh3cAclIPAclNamedAdvSrcWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IPv4 address wildcard mask.
                 Only IPv4 Advanced Rule supports this object.
                 Default value is '0.0.0.0'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.10
hh3cAclIPAclNamedAdvSrcOp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION PortOp
  SYNTAX	INTEGER {invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source port operation symbol of advanced acl group."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.11
hh3cAclIPAclNamedAdvSrcPort1 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer source port1."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.12
hh3cAclIPAclNamedAdvSrcPort2 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer source port2."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.13
hh3cAclIPAclNamedAdvDstAddrType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of destination IP address.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.14
hh3cAclIPAclNamedAdvDstAddr OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The specified destination IP address.
                 The type of this address is determined by the value of
                 hh3cAclIPAclNamedAdvDstAddrType.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.15
hh3cAclIPAclNamedAdvDstPrefix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the length of a generic Internet network address
                 prefix.  A value of n corresponds to an IP address mask that
                 has n contiguous 1-bits from the most significant bit (MSB)
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.16
hh3cAclIPAclNamedAdvDstAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any IP address."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.17
hh3cAclIPAclNamedAdvDstWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IPv4 address wildcard mask.
                 Only IPv4 Advanced Rule supports this object.
                 Default value is '0.0.0.0'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 17 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.18
hh3cAclIPAclNamedAdvDstOp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION PortOp
  SYNTAX	INTEGER {invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination port operation symbol of advanced acl group."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 18 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.19
hh3cAclIPAclNamedAdvDstPort1 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer destination port1."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 19 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.20
hh3cAclIPAclNamedAdvDstPort2 OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fourth layer destination port2."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 20 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.21
hh3cAclIPAclNamedAdvIcmpType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of ICMP packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 21 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.22
hh3cAclIPAclNamedAdvIcmpCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The code of ICMP packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 22 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.23
hh3cAclIPAclNamedAdvPrecedence OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of IP-packet's precedence.
                <0-7>           Value of precedence
                routine         Specify routine precedence(0)
                priority        Specify priority precedence(1)
                immediate       Specify immediate precedence(2)
                flash           Specify flash precedence(3)
                flash-override  Specify flash-override precedence(4)
                critical        Specify critical precedence(5)
                internet        Specify internetwork control precedence(6)
                network         Specify network control precedence(7)
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 23 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.24
hh3cAclIPAclNamedAdvTos OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..15 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of IP-packet's TOS.
                  <0-15>             Value of TOS(type of service)
                  max-reliability    Match packets with max reliable TOS(2)
                  max-throughput     Match packets with max throughput TOS(4)
                  min-delay          Match packets with min delay TOS(8)
                  min-monetary-cost  Match packets with min monetary cost TOS(1)
                  normal             Match packets with normal TOS(0)
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 24 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.25
hh3cAclIPAclNamedAdvDscp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DSCPValue
  SYNTAX	Integer32 (0..63 | 255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of DSCP of IP packet."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 25 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.26
hh3cAclIPAclNamedAdvTRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of advanced ACL rule.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 26 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.27
hh3cAclIPAclNamedAdvTCPFlag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TCPFlag
  SYNTAX	INTEGER {invalid(0), tcpack(1), tcpfin(2), tcppsh(3), tcprst(4), tcpsyn(5), tcpurg(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet type of TCP protocol."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 27 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.28
hh3cAclIPAclNamedAdvFragmentFlag OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION FragmentFlag
  SYNTAX	INTEGER {invalid(0), fragment(1), fragmentSubseq(2), nonFragment(3), nonSubseq(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching fragmented packet,
                 and now support two value: 0 or 2.
                "
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 28 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.29
hh3cAclIPAclNamedAdvLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Log matched packets."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 29 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.30
hh3cAclIPAclNamedAdvCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matches by the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 30 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.31
hh3cAclIPAclNamedAdvCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the statistics counter of this rule."
  DEFVAL	{ nouse }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 31 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.32
hh3cAclIPAclNamedAdvEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 32 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.33
hh3cAclIPAclNamedAdvVpnInstName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN name to which the rule will be applied.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 33 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.34
hh3cAclIPAclNamedAdvComment OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of ACL rule.
                 Default value is zero-length String.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 34 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.35
hh3cAclIPAclNamedAdvReflective OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of reflective."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 35 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.36
hh3cAclIPAclNamedAdvCounting OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be counted when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 36 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.37
hh3cAclIPAclNamedAdvTCPFlagMask OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	BITS {tcpack(0), tcpfin(1), tcppsh(2), tcprst(3), tcpsyn(4), tcpurg(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The TCP Flag Mask.  This is a bit-map of possible conditions.
                The various bit positions are:
                |0        |tcpack                 |
                |1        |tcpfin                 |
                |2        |tcppsh                 |
                |3        |tcprst                 |
                |4        |tcpsyn                 |
                |5        |tcpurg                 |
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 37 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.38
hh3cAclIPAclNamedAdvTCPFlagValue OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	BITS {tcpack(0), tcpfin(1), tcppsh(2), tcprst(3), tcpsyn(4), tcpurg(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The TCP Flag Value.  This is a bit-map of possible conditions.
                The various bit positions are:
                |0        |tcpack                 |
                |1        |tcpfin                 |
                |2        |tcppsh                 |
                |3        |tcprst                 |
                |4        |tcpsyn                 |
                |5        |tcpurg                 |
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 38 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.39
hh3cAclIPAclNamedAdvRouteTypeAny OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching any type of routing header of IPv6 packet.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 39 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.40
hh3cAclIPAclNamedAdvRouteTypeValue OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of routing header of IPv6 packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 40 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.41
hh3cAclIPAclNamedAdvFlowLabel OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32 (0..1048575 | 2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of flow label of IPv6 packet header."
  DEFVAL	{ 4294967295 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 41 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.42
hh3cAclIPAclNamedAdvSrcSuffix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the length of a generic Internet network address suffix.
                 A value of n corresponds to an IP address mask
                 that has n contiguous 1-bits from the least significant bit
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 42 }

.1.3.6.1.4.1.25506.2.8.2.2.5.1.43
hh3cAclIPAclNamedAdvDstSuffix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the length of a generic Internet network address suffix.
                 A value of n corresponds to an IP address mask
                 that has n contiguous 1-bits from the least significant bit
                 and all other bits set to 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIPAclGroup(2) hh3cAclIPAclNamedAdvTable(5) hh3cAclIPAclNamedAdvEntry(1) 43 }

.1.3.6.1.4.1.25506.2.8.2.3
hh3cAclMACAclGroup OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) 3 }

.1.3.6.1.4.1.25506.2.8.2.3.1
hh3cAclMACTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of MAC acl group.
                 If some objects of this table are not supported by some products,
                 these objects can't be created, changed or applied.
                 Default value of these objects will be returned when they are read.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) 1 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1
hh3cAclMACEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNumberGroupIndex, hh3cAclMACRuleIndex }
  DESCRIPTION	"MAC acl group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.1
hh3cAclMACRuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The rule index of MAC-based acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.2
hh3cAclMACRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.3
hh3cAclMACAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RuleAction
  SYNTAX	INTEGER {invalid(1), permit(2), deny(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of MAC acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.4
hh3cAclMACTypeCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.5
hh3cAclMACTypeMask OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.6
hh3cAclMACSrcMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source MAC of MAC acl rule.
                 Default value is '00:00:00:00:00:00'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.7
hh3cAclMACSrcMacWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source MAC wildzard of MAC acl rule.
                 Default value is '00:00:00:00:00:00'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.8
hh3cAclMACDestMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination MAC of MAC acl rule.
                 Default value is '00:00:00:00:00:00'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.9
hh3cAclMACDestMacWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination MAC wildzard of MAC acl rule.
                 Default value is '00:00:00:00:00:00'
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.10
hh3cAclMACLsapCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of LSAP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.11
hh3cAclMACLsapMask OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of LSAP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.12
hh3cAclMACCos OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan priority of MAC acl rule."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.13
hh3cAclMACTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of MAC acl rule.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.14
hh3cAclMACCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matched frames by the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.15
hh3cAclMACCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the value of counter."
  DEFVAL	{ nouse }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.16
hh3cAclMACEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.17
hh3cAclMACComment OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of ACL rule.
                 Default value is Zero-length String.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 17 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.18
hh3cAclMACLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be logged when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 18 }

.1.3.6.1.4.1.25506.2.8.2.3.1.1.19
hh3cAclMACCounting OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be counted when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclMACTable(1) hh3cAclMACEntry(1) 19 }

.1.3.6.1.4.1.25506.2.8.2.3.2
hh3cAclNamedMACTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of named MAC ACL rule.
                 The name of ACL group will be used as an index in this table,
                 which differs from the table hh3cAclMACTable.
                 If some objects of this table are not supported by some products,
                 these objects can't be created, changed or applied.
                 Default value of these objects will be returned when they are read.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) 2 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1
hh3cAclNamedMACEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNamedGroupName, hh3cAclMACRuleIndex }
  DESCRIPTION	"MAC acl group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) 1 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.1
hh3cAclNamedMACRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.2
hh3cAclNamedMACAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RuleAction
  SYNTAX	INTEGER {invalid(1), permit(2), deny(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of MAC ACL rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.3
hh3cAclNamedMACTypeCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.4
hh3cAclNamedMACTypeMask OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.5
hh3cAclNamedMACSrcMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source MAC of MAC ACL rule.
                 Default value is '00:00:00:00:00:00'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.6
hh3cAclNamedMACSrcMacWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source MAC wildcard of MAC ACL rule.
                 Default value is '00:00:00:00:00:00'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.7
hh3cAclNamedMACDstMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination MAC of MAC ACL rule.
                 Default value is '00:00:00:00:00:00'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.8
hh3cAclNamedMACDstMacWild OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination MAC wildcard of MAC ACL rule.
                 Default value is '00:00:00:00:00:00'
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.9
hh3cAclNamedMACLsapCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of LSAP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.10
hh3cAclNamedMACLsapMask OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of LSAP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.11
hh3cAclNamedMACCos OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan priority of MAC ACL rule."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.12
hh3cAclNamedMACTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time-range of MAC ACL rule.
                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.13
hh3cAclNamedMACCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matched frames by the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.14
hh3cAclNamedMACCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the value of counter."
  DEFVAL	{ nouse }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.15
hh3cAclNamedMACEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.16
hh3cAclNamedMACComment OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of ACL rule.
                 Default value is Zero-length String.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.17
hh3cAclNamedMACLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be logged when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 17 }

.1.3.6.1.4.1.25506.2.8.2.3.2.1.18
hh3cAclNamedMACCounting OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be counted when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclMACAclGroup(3) hh3cAclNamedMACTable(2) hh3cAclNamedMACEntry(1) 18 }

.1.3.6.1.4.1.25506.2.8.2.4
hh3cAclEnUserAclGroup OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) 4 }

.1.3.6.1.4.1.25506.2.8.2.4.3
hh3cAclEnUserTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of user acl group information.
                 If some objects of this table are not supported by some products,
                 these objects can't be created, changed and applied.
                 Default value of these objects will be returned when they are read.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) 3 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1
hh3cAclEnUserEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNumberGroupIndex, hh3cAclEnUserRuleIndex }
  DESCRIPTION	"User defined acl group entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) 1 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.1
hh3cAclEnUserRuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The subitem of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.2
hh3cAclEnUserRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.3
hh3cAclEnUserAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RuleAction
  SYNTAX	INTEGER {invalid(1), permit(2), deny(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of user defined acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.4
hh3cAclEnUserStartString OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value of this object is defined by product and
                 it indicates the offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: 10,10af,ffff.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.5
hh3cAclEnUserL2String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching layer 2 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.6
hh3cAclEnUserMplsString OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching mpls packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.7
hh3cAclEnUserIPv4String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching IPv4 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.8
hh3cAclEnUserIPv6String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching IPv6 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.9
hh3cAclEnUserL4String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching layer 4 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.10
hh3cAclEnUserL5String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching layer 5 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.11
hh3cAclEnUserTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of user acl rule.
                 Default value is zero-length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.12
hh3cAclEnUserCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matched by the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.13
hh3cAclEnUserCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the value of counter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.14
hh3cAclEnUserEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.15
hh3cAclEnUserComment OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of ACL rule.
                 Default value is Zero-length String.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.16
hh3cAclEnUserLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be logged when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.2.4.3.1.17
hh3cAclEnUserCounting OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be counted when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclEnUserTable(3) hh3cAclEnUserEntry(1) 17 }

.1.3.6.1.4.1.25506.2.8.2.4.4
hh3cAclNamedUserTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of named user acl rule.
                 The name of ACL group will be used as an index in this table,
                 which differs from the table hh3cAclEnUserTable.
                 If some objects of this table are not supported by some products,
                 these objects can't be created, changed and applied.
                 Default value of these objects will be returned when they are read.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) 4 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1
hh3cAclNamedUserEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclNumberGroupType, hh3cAclNamedGroupName, hh3cAclEnUserRuleIndex }
  DESCRIPTION	"User defined acl group entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) 1 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.1
hh3cAclNamedUserRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.2
hh3cAclNamedUserAct OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RuleAction
  SYNTAX	INTEGER {invalid(1), permit(2), deny(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of user defined acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.3
hh3cAclNamedUserStartString OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value of this object is defined by product and
                 it indicates the offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: 10,10af,ffff.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.4
hh3cAclNamedUserL2String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching layer 2 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.5
hh3cAclNamedUserMplsString OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching mpls packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.6
hh3cAclNamedUserIPv4String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching IPv4 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.7
hh3cAclNamedUserIPv6String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching IPv6 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.8
hh3cAclNamedUserL4String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching layer 4 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.9
hh3cAclNamedUserL5String OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule, matching layer 5 packets, input like this:
                 'RuleOffset','RuleString','RuleMask'.

                 RuleOffset: The value is defined by product and
                 it indicates offset of the rule mask in the packet(unit: byte).

                 RuleString: The length of RuleString is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 RuleMask: The length of RuleMask is defined by product.
                 The string must be hexadecimal.
                 The length of string must be multiple of 2.

                 For example: '10','10af','ffff'.

                 Default value is zero-length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.10
hh3cAclNamedUserTimeRangeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Time-range of user acl rule.
                 Default value is zero-length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.11
hh3cAclNamedUserCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of matched by the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.12
hh3cAclNamedUserCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the value of counter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 12 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.13
hh3cAclNamedUserEnable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rule is active or not.
                 true : active
                 false : inactive
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 13 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.14
hh3cAclNamedUserComment OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of ACL rule.
                 Default value is Zero-length String.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 14 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.15
hh3cAclNamedUserLog OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be logged when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 15 }

.1.3.6.1.4.1.25506.2.8.2.4.4.1.16
hh3cAclNamedUserCounting OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The packet will be counted when it matches the rule.
                 It is disabled by default.
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclEnUserAclGroup(4) hh3cAclNamedUserTable(4) hh3cAclNamedUserEntry(1) 16 }

.1.3.6.1.4.1.25506.2.8.2.5
hh3cAclResourceGroup OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) 5 }

.1.3.6.1.4.1.25506.2.8.2.5.1
hh3cAclResourceUsageTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table shows ACL resource usage information.  Support for
                resource types that are denoted by hh3cAclResourceType object
                varies with products.  If a type is not supported, the
                corresponding row for the type will not be instantiated
                in this table.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) 1 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1
hh3cAclResourceUsageEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclResourceChassis, hh3cAclResourceSlot, hh3cAclResourceChip, hh3cAclResourceType }
  DESCRIPTION	"Each row contains a brief description of the resource type,
                a port range associated with the chip, total, reserved, and
                configured amount of resource of this type, the percent of
                resource that has been allocated, and so on.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.1
hh3cAclResourceChassis OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The chassis number.  On a centralized or distributed device,
                the value for this node is always zero.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.2
hh3cAclResourceSlot OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The slot number.  On a centralized device, the value for
                this node is always zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.3
hh3cAclResourceChip OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The chip number.  On a single chip device, the value for
                this node is always zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.4
hh3cAclResourceType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The resource type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.5
hh3cAclPortRange OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port range associated with the chip.  Commas are used to
                separate multiple port ranges, for example, Ethernet1/2 to
                Ethernet1/12, Ethernet1/31 to Ethernet1/48.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.6
hh3cAclResourceTotal OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total TCAM entries of the resource type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.7
hh3cAclResourceReserved OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of reserved TCAM entries of the resource type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.8
hh3cAclResourceConfigured OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of configured TCAM entries of the resource type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.9
hh3cAclResourceUsagePercent OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percent of TCAM entries that have been used for
                this resource type.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.2.5.1.1.10
hh3cAclResourceTypeDescription OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The description of this resource type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclResourceGroup(5) hh3cAclResourceUsageTable(1) hh3cAclResourceUsageEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.2.6
hh3cAclIntervalGroup OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) 6 }

.1.3.6.1.4.1.25506.2.8.2.6.1
hh3cAclIntervalTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Log interval table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIntervalGroup(6) 1 }

.1.3.6.1.4.1.25506.2.8.2.6.1.1
hh3cAclIntervalEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAclIntervalType }
  DESCRIPTION	"Log interval entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIntervalGroup(6) hh3cAclIntervalTable(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.6.1.1.1
hh3cAclIntervalType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {logging(1), trap(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The types of the interval specified for generating
                packet filtering logs or traps.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIntervalGroup(6) hh3cAclIntervalTable(1) hh3cAclIntervalEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.2.6.1.1.2
hh3cAclIntervalValue OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (5..1440) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of interval.
                It must be a multiple of 5 and in the range of 5 to 1440.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIntervalGroup(6) hh3cAclIntervalTable(1) hh3cAclIntervalEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.2.6.1.1.3
hh3cAclIntervalRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclMib2Objects(2) hh3cAclIntervalGroup(6) hh3cAclIntervalTable(1) hh3cAclIntervalEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.3
hh3cAclPacketFilterObjects OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) 3 }

.1.3.6.1.4.1.25506.2.8.3.1
hh3cPfilterScalarGroup OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) 1 }

.1.3.6.1.4.1.25506.2.8.3.1.1
hh3cPfilterDefaultAction OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The default action of packet filter.
                By default, the packet filter permits packets that do not match
                any ACL rule to pass.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.8.3.1.2
hh3cPfilterProcessingStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {processing(1), done(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object shows the status of the system when applying packet
                filter.  It is forbidden to set or read in hh3cAclPacketFilterObjects
                MIB module when the value is processing.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.8.3.2
hh3cPfilterApplyTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of packet filter application.
                It's not supported to set default action on an entity,
                but supported to enable hardware count of default action
                on an entity.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) 2 }

.1.3.6.1.4.1.25506.2.8.3.2.1
hh3cPfilterApplyEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPfilterApplyObjType, hh3cPfilterApplyObjIndex, hh3cPfilterApplyDirection, hh3cPfilterApplyAclType, hh3cPfilterApplyAclIndex }
  DESCRIPTION	"Packet filter application information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) 1 }

.1.3.6.1.4.1.25506.2.8.3.2.1.1
hh3cPfilterApplyObjType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {interface(1), vlan(2), global(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The object type of packet filter application.
                interface: Apply an ACL to the interface to filter packets.
                vlan: Apply an ACL to the VLAN to filter packets.
                global: Apply an ACL globally to filter packets.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) hh3cPfilterApplyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.3.2.1.2
hh3cPfilterApplyObjIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The object ID of packet filter application.
                Interface: interface index, equal to ifIndex
                VLAN: VLAN ID, 1..4094
                Global: 0
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) hh3cPfilterApplyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.3.2.1.3
hh3cPfilterApplyDirection OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The direction of packet filter application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) hh3cPfilterApplyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.3.2.1.4
hh3cPfilterApplyAclType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2), default(3), mac(4), user(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ACL Type: IPv4, IPv6, default action, MAC, and user.
                Take default action as a special ACL group.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) hh3cPfilterApplyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.3.2.1.5
hh3cPfilterApplyAclIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0 | 2000..5999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ACL group index.
                Basic type: 2000..2999
                Advanced type: 3000..3999
                MAC type: 4000..4999
                User type: 5000..5999
                Default action type: 0
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) hh3cPfilterApplyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.3.2.1.6
hh3cPfilterApplyHardCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hardware count flag.
                true: enable hardware count
                false: disable hardware count
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) hh3cPfilterApplyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.3.2.1.7
hh3cPfilterApplySequence OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The configure sequence of packet filter application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) hh3cPfilterApplyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.3.2.1.8
hh3cPfilterApplyCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear the value of counters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) hh3cPfilterApplyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.3.2.1.9
hh3cPfilterApplyRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterApplyTable(2) hh3cPfilterApplyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.3.3
hh3cPfilterAclGroupRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of group running information of ACLs
                for packet filtering.  If hardware count function is not
                supported or not enabled to the packet filter application, the
                statistics entry will be zero.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) 3 }

.1.3.6.1.4.1.25506.2.8.3.3.1
hh3cPfilterAclGroupRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPfilterRunApplyObjType, hh3cPfilterRunApplyObjIndex, hh3cPfilterRunApplyDirection, hh3cPfilterRunApplyAclType, hh3cPfilterRunApplyAclIndex }
  DESCRIPTION	"ACL group running information entry for packet filtering."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.8.3.3.1.1
hh3cPfilterRunApplyObjType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {interface(1), vlan(2), global(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The object type of packet filter application.
                interface: Apply an ACL to the interface to filter packets.
                vlan: Apply an ACL to the VLAN to filter packets.
                global: Apply an ACL globally to filter packets.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.3.3.1.2
hh3cPfilterRunApplyObjIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The object ID of packet filter application.
                Interface: interface index, equal to ifIndex
                VLAN: VLAN ID, 1..4094
                Global: 0
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.3.3.1.3
hh3cPfilterRunApplyDirection OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The direction of packet filter application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.3.3.1.4
hh3cPfilterRunApplyAclType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2), default(3), mac(4), user(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ACL Type: IPv4, IPv6, default action, MAC, and user.
                Take default action as a special ACL group.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.3.3.1.5
hh3cPfilterRunApplyAclIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (1..3 | 2000..5999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ACL group index.
                Basic type: 2000..2999
                Advanced type: 3000..3999
                MAC type: 4000..4999
                User type: 5000..5999
                MAC default action: 1
                IPv4 default action: 2
                IPv6 default action: 3
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.3.3.1.6
hh3cPfilterAclGroupStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {success(1), failed(2), partialSuccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of ACL group applied.
                success: ACL applied successfully on all slots
                failed: failed to apply ACL on all slots
                partialSuccess: failed to apply ACL on some slots
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.3.3.1.7
hh3cPfilterAclGroupCountStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {success(1), failed(2), partialSuccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of enabling hardware count.  If hardware count is
                not enabled, it returns success.
                success: enable hardware count successfully on all slots
                failed: failed to enable hardware count on all slots
                partialSuccess: failed to enable hardware count on some slots
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.3.3.1.8
hh3cPfilterAclGroupPermitPkts OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets permitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.3.3.1.9
hh3cPfilterAclGroupPermitBytes OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes permitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.3.3.1.10
hh3cPfilterAclGroupDenyPkts OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets denied."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.3.3.1.11
hh3cPfilterAclGroupDenyBytes OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes denied."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclGroupRunInfoTable(3) hh3cPfilterAclGroupRunInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.3.4
hh3cPfilterAclRuleRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of rule's running information of ACLs
                for packet filtering.  If hardware count function is not
                supported or not enabled to the packet filter application, the
                hh3cPfilterAclRuleMatchPackets and hh3cPfilterAclRuleMatchBytes
                will be zero.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) 4 }

.1.3.6.1.4.1.25506.2.8.3.4.1
hh3cPfilterAclRuleRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPfilterRunApplyObjType, hh3cPfilterRunApplyObjIndex, hh3cPfilterRunApplyDirection, hh3cPfilterRunApplyAclType, hh3cPfilterRunApplyAclIndex, hh3cPfilterAclRuleIndex }
  DESCRIPTION	"ACL rule's running information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclRuleRunInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.8.3.4.1.1
hh3cPfilterAclRuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ACL rule index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclRuleRunInfoTable(4) hh3cPfilterAclRuleRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.3.4.1.2
hh3cPfilterAclRuleStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {success(1), failed(2), partialSuccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of rule application.
                success: rule applied successfully on all slots
                failed: failed to apply rule on all slots
                partialSuccess: failed to apply rule on some slots
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclRuleRunInfoTable(4) hh3cPfilterAclRuleRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.3.4.1.3
hh3cPfilterAclRuleCountStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {success(1), failed(2), partialSuccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of enabling rule's hardware count.
                If hardware count is not enabled, it returns success.
                success: enable hardware count successfully on all slots
                failed: failed to enable hardware count on all slots
                partialSuccess: failed to enable hardware count on some slots
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclRuleRunInfoTable(4) hh3cPfilterAclRuleRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.3.4.1.4
hh3cPfilterAclRuleMatchPackets OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets matched."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclRuleRunInfoTable(4) hh3cPfilterAclRuleRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.3.4.1.5
hh3cPfilterAclRuleMatchBytes OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes matched."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterAclRuleRunInfoTable(4) hh3cPfilterAclRuleRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.3.5
hh3cPfilterStatisticSumTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of ACL rule's sum statistics information,
                accumulated by all entity application on all slots.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) 5 }

.1.3.6.1.4.1.25506.2.8.3.5.1
hh3cPfilterStatisticSumEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPfilterSumDirection, hh3cPfilterSumAclType, hh3cPfilterSumAclIndex, hh3cPfilterSumRuleIndex }
  DESCRIPTION	"ACL rule's sum statistics information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterStatisticSumTable(5) 1 }

.1.3.6.1.4.1.25506.2.8.3.5.1.1
hh3cPfilterSumDirection OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The direction of application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterStatisticSumTable(5) hh3cPfilterStatisticSumEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.3.5.1.2
hh3cPfilterSumAclType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2), mac(3), user(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ACL type: IPv4, IPv6, MAC, and user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterStatisticSumTable(5) hh3cPfilterStatisticSumEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.3.5.1.3
hh3cPfilterSumAclIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (2000..5999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ACL group index.
                Basic type: 2000..2999
                Advanced type: 3000..3999
                MAC type: 4000..4999
                User type: 5000..5999
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterStatisticSumTable(5) hh3cPfilterStatisticSumEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.3.5.1.4
hh3cPfilterSumRuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ACL rule index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterStatisticSumTable(5) hh3cPfilterStatisticSumEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.3.5.1.5
hh3cPfilterSumRuleMatchPackets OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum number of packets matched the ACL rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterStatisticSumTable(5) hh3cPfilterStatisticSumEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.3.5.1.6
hh3cPfilterSumRuleMatchBytes OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum number of bytes matched the ACL rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilterStatisticSumTable(5) hh3cPfilterStatisticSumEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.3.6
hh3cPfilter2ApplyTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of packet filter application.
                It's not supported to set default action on an entity,
                but supported to enable hardware count of default action
                on an entity.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) 6 }

.1.3.6.1.4.1.25506.2.8.3.6.1
hh3cPfilter2ApplyEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPfilter2ApplyObjType, hh3cPfilter2ApplyObjIndex, hh3cPfilter2ApplyDirection, hh3cPfilter2ApplyAclType, hh3cPfilter2ApplyAclIndex }
  DESCRIPTION	"Packet filter application information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) 1 }

.1.3.6.1.4.1.25506.2.8.3.6.1.1
hh3cPfilter2ApplyObjType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {interface(1), vlan(2), global(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The object type of packet filter application.
                interface: Apply an ACL to the interface to filter packets.
                vlan: Apply an ACL to the VLAN to filter packets.
                global: Apply an ACL globally to filter packets.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) hh3cPfilter2ApplyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.3.6.1.2
hh3cPfilter2ApplyObjIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The object ID of packet filter application.
                Interface: interface index, equal to ifIndex
                VLAN: VLAN ID, 1..4094
                Global: 0
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) hh3cPfilter2ApplyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.3.6.1.3
hh3cPfilter2ApplyDirection OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The direction of packet filter application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) hh3cPfilter2ApplyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.3.6.1.4
hh3cPfilter2ApplyAclType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2), default(3), mac(4), user(5)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ACL Type: IPv4, IPv6, default action, MAC, and user.
                Take default action as a special ACL group.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) hh3cPfilter2ApplyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.3.6.1.5
hh3cPfilter2ApplyAclIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of ACL group used by packet-filter.
                If the specified string comprises only digits, it is converted
                into a numerical sequence in decimal notation, and regarded as
                an ACL group index or a default action.  If the string is a
                character string beginning with an English letter, it is
                regarded as an ACL group name.

                Group index range and default action:
                    Basic type: 2000..2999
                    Advanced type: 3000..3999
                    MAC type: 4000..4999
                    User type: 5000..5999
                    Default action type: 0
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) hh3cPfilter2ApplyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.3.6.1.6
hh3cPfilter2ApplyHardCount OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hardware count flag.
                true: enable hardware count
                false: disable hardware count
                "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) hh3cPfilter2ApplyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.3.6.1.7
hh3cPfilter2ApplySequence OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The configure sequence of packet filter application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) hh3cPfilter2ApplyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.3.6.1.8
hh3cPfilter2ApplyCountClear OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear the value of counters."
  DEFVAL	{ nouse }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) hh3cPfilter2ApplyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.3.6.1.9
hh3cPfilter2ApplyRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2ApplyTable(6) hh3cPfilter2ApplyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.3.7
hh3cPfilter2AclGroupRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of group running information of ACLs
                for packet filtering.  If hardware count function is not
                supported or not enabled to the packet filter application, the
                statistics entry will be zero.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) 7 }

.1.3.6.1.4.1.25506.2.8.3.7.1
hh3cPfilter2AclGroupRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPfilter2RunApplyObjType, hh3cPfilter2RunApplyObjIndex, hh3cPfilter2RunApplyDirection, hh3cPfilter2RunApplyAclType, hh3cPfilter2RunApplyAclIndex }
  DESCRIPTION	"ACL group running information entry for packet filtering."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) 1 }

.1.3.6.1.4.1.25506.2.8.3.7.1.1
hh3cPfilter2RunApplyObjType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {interface(1), vlan(2), global(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The object type of packet filter application.
                interface: Apply an ACL to the interface to filter packets.
                vlan: Apply an ACL to the VLAN to filter packets.
                global: Apply an ACL globally to filter packets.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.3.7.1.2
hh3cPfilter2RunApplyObjIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The object ID of packet filter application.
                Interface: interface index, equal to ifIndex
                VLAN: VLAN ID, 1..4094
                Global: 0
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.3.7.1.3
hh3cPfilter2RunApplyDirection OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The direction of packet filter application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.3.7.1.4
hh3cPfilter2RunApplyAclType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2), default(3), mac(4), user(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ACL Type: IPv4, IPv6, default action, MAC, and user.
                Take default action as a special ACL group.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.3.7.1.5
hh3cPfilter2RunApplyAclIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of ACL group used by packet-filter.
                If the specified string comprises only digits, it is converted
                into a numerical sequence in decimal notation, and regarded as
                an ACL group index or a default action.  If the string is a
                character string beginning with an English letter, it is
                regarded as an ACL group name.

                Group index range and default action:
                    Basic type: 2000..2999
                    Advanced type: 3000..3999
                    MAC type: 4000..4999
                    User type: 5000..5999
                    MAC default action: 1
                    IPv4 default action: 2
                    IPv6 default action: 3
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.3.7.1.6
hh3cPfilter2AclGroupStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {success(1), failed(2), partialSuccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of ACL group applied.
                success: ACL applied successfully on all slots
                failed: failed to apply ACL on all slots
                partialSuccess: failed to apply ACL on some slots
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.3.7.1.7
hh3cPfilter2AclGroupCountStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {success(1), failed(2), partialSuccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of enabling hardware count.  If hardware count is
                not enabled, it returns success.
                success: enable hardware count successfully on all slots
                failed: failed to enable hardware count on all slots
                partialSuccess: failed to enable hardware count on some slots
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.8.3.7.1.8
hh3cPfilter2AclGroupPermitPkts OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets permitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.8.3.7.1.9
hh3cPfilter2AclGroupPermitBytes OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes permitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.8.3.7.1.10
hh3cPfilter2AclGroupDenyPkts OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets denied."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.8.3.7.1.11
hh3cPfilter2AclGroupDenyBytes OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes denied."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclGroupRunInfoTable(7) hh3cPfilter2AclGroupRunInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.8.3.8
hh3cPfilter2AclRuleRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of rule's running information of ACLs
                for packet filtering.  If hardware count function is not
                supported or not enabled to the packet filter application, the
                hh3cPfilter2AclRuleMatchPackets and hh3cPfilter2AclRuleMatchBytes
                will be zero.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) 8 }

.1.3.6.1.4.1.25506.2.8.3.8.1
hh3cPfilter2AclRuleRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPfilter2RunApplyObjType, hh3cPfilter2RunApplyObjIndex, hh3cPfilter2RunApplyDirection, hh3cPfilter2RunApplyAclType, hh3cPfilter2RunApplyAclIndex, hh3cPfilter2AclRuleIndex }
  DESCRIPTION	"ACL rule's running information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclRuleRunInfoTable(8) 1 }

.1.3.6.1.4.1.25506.2.8.3.8.1.1
hh3cPfilter2AclRuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65534) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ACL rule index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclRuleRunInfoTable(8) hh3cPfilter2AclRuleRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.3.8.1.2
hh3cPfilter2AclRuleStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {success(1), failed(2), partialSuccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of rule application.
                success: rule applied successfully on all slots
                failed: failed to apply rule on all slots
                partialSuccess: failed to apply rule on some slots
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclRuleRunInfoTable(8) hh3cPfilter2AclRuleRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.3.8.1.3
hh3cPfilter2AclRuleCountStatus OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {success(1), failed(2), partialSuccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of enabling rule's hardware count.
                If hardware count is not enabled, it returns success.
                success: enable hardware count successfully on all slots
                failed: failed to enable hardware count on all slots
                partialSuccess: failed to enable hardware count on some slots
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclRuleRunInfoTable(8) hh3cPfilter2AclRuleRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.3.8.1.4
hh3cPfilter2AclRuleMatchPackets OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets matched."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclRuleRunInfoTable(8) hh3cPfilter2AclRuleRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.3.8.1.5
hh3cPfilter2AclRuleMatchBytes OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes matched."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2AclRuleRunInfoTable(8) hh3cPfilter2AclRuleRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.3.9
hh3cPfilter2StatisticSumTable OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of ACL rule's sum statistics information,
                accumulated by all entity application on all slots.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) 9 }

.1.3.6.1.4.1.25506.2.8.3.9.1
hh3cPfilter2StatisticSumEntry OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPfilter2SumDirection, hh3cPfilter2SumAclType, hh3cPfilter2SumAclIndex, hh3cPfilter2SumRuleIndex }
  DESCRIPTION	"ACL rule's sum statistics information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2StatisticSumTable(9) 1 }

.1.3.6.1.4.1.25506.2.8.3.9.1.1
hh3cPfilter2SumDirection OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The direction of application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2StatisticSumTable(9) hh3cPfilter2StatisticSumEntry(1) 1 }

.1.3.6.1.4.1.25506.2.8.3.9.1.2
hh3cPfilter2SumAclType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2), mac(3), user(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ACL type: IPv4, IPv6, MAC, and user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2StatisticSumTable(9) hh3cPfilter2StatisticSumEntry(1) 2 }

.1.3.6.1.4.1.25506.2.8.3.9.1.3
hh3cPfilter2SumAclIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of ACL group used by packet-filter.
                If the specified string comprises only digits, it is converted
                into a numerical sequence in decimal notation, and regarded as
                an ACL group index.  If the string is a character string
                beginning with an English letter, it is regarded as an ACL
                group name.

                Group index range and default action:
                    Basic type: 2000..2999
                    Advanced type: 3000..3999
                    MAC type: 4000..4999
                    User type: 5000..5999
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2StatisticSumTable(9) hh3cPfilter2StatisticSumEntry(1) 3 }

.1.3.6.1.4.1.25506.2.8.3.9.1.4
hh3cPfilter2SumRuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ACL rule index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2StatisticSumTable(9) hh3cPfilter2StatisticSumEntry(1) 4 }

.1.3.6.1.4.1.25506.2.8.3.9.1.5
hh3cPfilter2SumRuleMatchPackets OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum number of packets matched the ACL rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2StatisticSumTable(9) hh3cPfilter2StatisticSumEntry(1) 5 }

.1.3.6.1.4.1.25506.2.8.3.9.1.6
hh3cPfilter2SumRuleMatchBytes OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum number of bytes matched the ACL rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketFilterObjects(3) hh3cPfilter2StatisticSumTable(9) hh3cPfilter2StatisticSumEntry(1) 6 }

.1.3.6.1.4.1.25506.2.8.4
hh3cAclPacketfilterTrapObjects OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) 4 }

.1.3.6.1.4.1.25506.2.8.4.1
hh3cPfilterInterface OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The interface which policy apply."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 1 }

.1.3.6.1.4.1.25506.2.8.4.2
hh3cPfilterDirection OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Inbound or outbound."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 2 }

.1.3.6.1.4.1.25506.2.8.4.3
hh3cPfilterACLNumber OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ACL number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 3 }

.1.3.6.1.4.1.25506.2.8.4.4
hh3cPfilterAction OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Permit or deny."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 4 }

.1.3.6.1.4.1.25506.2.8.4.5
hh3cMACfilterSourceMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Source MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 5 }

.1.3.6.1.4.1.25506.2.8.4.6
hh3cMACfilterDestinationMac OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Destination MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 6 }

.1.3.6.1.4.1.25506.2.8.4.7
hh3cPfilterPacketNumber OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of packets permitted or denied by ACL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 7 }

.1.3.6.1.4.1.25506.2.8.4.8
hh3cPfilterReceiveInterface OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The interface where packet come from."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 8 }

.1.3.6.1.4.1.25506.2.8.4.9
hh3cAclPacketIfName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The name of the interface on which the packet is matched."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 9 }

.1.3.6.1.4.1.25506.2.8.4.10
hh3cAclPacketDirection OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The direction the packet is going."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 10 }

.1.3.6.1.4.1.25506.2.8.4.11
hh3cAclPacketBAGG OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..2048) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The bridge-aggregation-interface ID the interface belongs to.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 11 }

.1.3.6.1.4.1.25506.2.8.4.12
hh3cAclPacketVlanID OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The vlan the interface belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 12 }

.1.3.6.1.4.1.25506.2.8.4.13
hh3cAclPacketSrcIP OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Source IP address of IPv4/IPv6 packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 13 }

.1.3.6.1.4.1.25506.2.8.4.14
hh3cAclPacketDstIP OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Destination IP address of IPv4/IPv6 packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 14 }

.1.3.6.1.4.1.25506.2.8.4.15
hh3cAclPacketProtocol OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The protocol of IPv4/IPv6 packet.
                icmp(1),
                tcp(6),
                udp(17),
                igmp(2),
                gre(47),
                ospf(89),
                ipinip(4),
                icmp6(58),
                ipv6_ah(51),
                ipv6_esp(50)
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 15 }

.1.3.6.1.4.1.25506.2.8.4.16
hh3cAclPacketDscp OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION DSCPValue
  SYNTAX	Integer32 (0..63 | 255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"DSCP of IPv4/IPv6 packet."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 16 }

.1.3.6.1.4.1.25506.2.8.4.17
hh3cAclPacketFlowLabel OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Unsigned32 (0..1048575 | 2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Flow label value of IPv6 packet."
  DEFVAL	{ 4294967295 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 17 }

.1.3.6.1.4.1.25506.2.8.4.18
hh3cAclPacketIcmpIgmpType OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The type of ICMP or IGMP packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 18 }

.1.3.6.1.4.1.25506.2.8.4.19
hh3cAclPacketIcmpIgmpCode OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..255 | 65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The code of ICMP or IGMP packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 19 }

.1.3.6.1.4.1.25506.2.8.4.20
hh3cAclPacketTcpFlags OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	INTEGER {tcpack(1), tcpfin(2), tcppsh(3), tcprst(4), tcpsyn(5), tcpurg(6), invalid(255)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The flags of TCP packet.
                tcpack(1),
                tcpfin(2),
                tcppsh(3),
                tcprst(4),
                tcpsyn(5),
                tcpurg(6),
                invalid(255)
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 20 }

.1.3.6.1.4.1.25506.2.8.4.21
hh3cAclPacketSrcPort OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Source port of TCP or UDP packet."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 21 }

.1.3.6.1.4.1.25506.2.8.4.22
hh3cAclPacketDstPort OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Destination port of TCP or UDP packet."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 22 }

.1.3.6.1.4.1.25506.2.8.4.23
hh3cAclPacketSrcMacAddr OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Source MAC address of Ethernet packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 23 }

.1.3.6.1.4.1.25506.2.8.4.24
hh3cAclPacketDstMacAddr OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Destination MAC address of Ethernet packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 24 }

.1.3.6.1.4.1.25506.2.8.4.25
hh3cAclPacketMacTypeLen OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The Ethertype or 802.3 length of Ethernet packet."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 25 }

.1.3.6.1.4.1.25506.2.8.4.26
hh3cAclPacketVlanPCP OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"802.1p priority code point of Ethernet packet."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrapObjects(4) 26 }

.1.3.6.1.4.1.25506.2.8.5
hh3cAclPacketfilterTrap OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) 5 }

.1.3.6.1.4.1.25506.2.8.5.0
hh3cPfilterTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrap(5) 0 }

.1.3.6.1.4.1.25506.2.8.5.0.1
hh3cMACfilterTrap NOTIFICATION-TYPE
  -- FROM	HH3C-ACL-MIB
  OBJECTS	{ hh3cPfilterInterface, hh3cPfilterDirection, hh3cPfilterACLNumber, hh3cPfilterAction, hh3cMACfilterSourceMac, hh3cMACfilterDestinationMac, hh3cPfilterPacketNumber, hh3cPfilterReceiveInterface }
  DESCRIPTION	"This notification is generated when a packet was processed
                by MAC address filter, but not every packet will generate one
                notification, the same notification only generate once in 30
                seconds.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrap(5) hh3cPfilterTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.8.5.0.2
hh3cAclRuleMatchCount NOTIFICATION-TYPE
  -- FROM	HH3C-ACL-MIB
  OBJECTS	{ hh3cPfilter2ApplyObjType, hh3cPfilter2ApplyObjIndex, hh3cPfilter2ApplyDirection, hh3cPfilter2ApplyAclType, hh3cPfilter2ApplyAclIndex, hh3cPfilter2AclRuleIndex, hh3cPfilter2AclRuleMatchPackets }
  DESCRIPTION	"This notification is generated periodically due to a timer.
                The interval of the timer is configured in hh3cAclIntervalTable.
                The notification details the entries about the packet-filter
                object, the matched ACL rule and the number of matching packets.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrap(5) hh3cPfilterTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.8.5.0.3
hh3cAclFirstIPv4PktCaptured NOTIFICATION-TYPE
  -- FROM	HH3C-ACL-MIB
  OBJECTS	{ hh3cPfilter2ApplyAclIndex, hh3cPfilter2AclRuleIndex, hh3cAclPacketIfName, hh3cAclPacketDirection, hh3cAclPacketBAGG, hh3cAclPacketVlanID, hh3cAclPacketSrcIP, hh3cAclPacketDstIP, hh3cAclPacketProtocol, hh3cAclPacketDscp, hh3cAclPacketIcmpIgmpType, hh3cAclPacketIcmpIgmpCode, hh3cAclPacketTcpFlags, hh3cAclPacketSrcPort, hh3cAclPacketDstPort }
  DESCRIPTION	"This notification is generated immediately when the first
                packet of the matched IPv4 flow is captured.  Other packets
                of the matched flow won't be captured.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrap(5) hh3cPfilterTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.8.5.0.4
hh3cAclFirstIPv6PktCaptured NOTIFICATION-TYPE
  -- FROM	HH3C-ACL-MIB
  OBJECTS	{ hh3cPfilter2ApplyAclIndex, hh3cPfilter2AclRuleIndex, hh3cAclPacketIfName, hh3cAclPacketDirection, hh3cAclPacketBAGG, hh3cAclPacketVlanID, hh3cAclPacketSrcIP, hh3cAclPacketDstIP, hh3cAclPacketProtocol, hh3cAclPacketDscp, hh3cAclPacketFlowLabel, hh3cAclPacketIcmpIgmpType, hh3cAclPacketIcmpIgmpCode, hh3cAclPacketTcpFlags, hh3cAclPacketSrcPort, hh3cAclPacketDstPort }
  DESCRIPTION	"This notification is generated immediately when the first
                packet of the matched IPv6 flow is captured.  Other packets
                of the matched flow won't be captured.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrap(5) hh3cPfilterTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.8.5.0.5
hh3cAclFirstEthernetPktCaptured NOTIFICATION-TYPE
  -- FROM	HH3C-ACL-MIB
  OBJECTS	{ hh3cPfilter2ApplyAclIndex, hh3cPfilter2AclRuleIndex, hh3cAclPacketIfName, hh3cAclPacketDirection, hh3cAclPacketBAGG, hh3cAclPacketVlanID, hh3cAclPacketSrcMacAddr, hh3cAclPacketDstMacAddr, hh3cAclPacketMacTypeLen, hh3cAclPacketVlanPCP }
  DESCRIPTION	"This notification is generated immediately when the first
                packet of the matched Ethernet flow is captured.  Other packets
                of the matched flow won't be captured.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclPacketfilterTrap(5) hh3cPfilterTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.8.6
hh3cAclTrapObjects OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) 6 }

.1.3.6.1.4.1.25506.2.8.6.1
hh3cAclResourceTypeName OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The name of TCAM resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclTrapObjects(6) 1 }

.1.3.6.1.4.1.25506.2.8.6.2
hh3cAclResourceUsage OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The current usage of TCAM resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclTrapObjects(6) 2 }

.1.3.6.1.4.1.25506.2.8.6.3
hh3cAclResourceUsedEntries OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The used number of entries on TCAM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclTrapObjects(6) 3 }

.1.3.6.1.4.1.25506.2.8.6.4
hh3cAclResourceTotalEntries OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The total number of entries on TCAM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclTrapObjects(6) 4 }

.1.3.6.1.4.1.25506.2.8.6.5
hh3cAclResourceChassisID OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The chassis number.  On a centralized or distributed device,
                 the value for this node is always zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclTrapObjects(6) 5 }

.1.3.6.1.4.1.25506.2.8.6.6
hh3cAclResourceSlotID OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The slot number.  On a centralized device, the value for
                 this node is always zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclTrapObjects(6) 6 }

.1.3.6.1.4.1.25506.2.8.7
hh3cAclTrap OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) 7 }

.1.3.6.1.4.1.25506.2.8.7.0
hh3cAclTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-ACL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclTrap(7) 0 }

.1.3.6.1.4.1.25506.2.8.7.0.1
hh3cAclResourceTrap NOTIFICATION-TYPE
  -- FROM	HH3C-ACL-MIB
  OBJECTS	{ hh3cAclResourceTypeName, hh3cAclResourceUsage, hh3cAclResourceUsedEntries, hh3cAclResourceTotalEntries, hh3cAclMib2ResourceThreshold, hh3cAclResourceChassisID, hh3cAclResourceSlotID }
  DESCRIPTION	"This notification is generated when the number of entries on TCAM
                 becomes equal to or greater than a preset threshold level"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcl(8) hh3cAclTrap(7) hh3cAclTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.9
hh3cVoiceVlan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VOICE-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 9 }

.1.3.6.1.4.1.25506.2.9.1
hh3cvoiceVlanOuiTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" A table containing the mac address which can be identified by voice vlan "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) 1 }

.1.3.6.1.4.1.25506.2.9.1.1
hh3cvoiceVlanOuiEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVoiceVlanOuiAddress }
  DESCRIPTION	" A table containing the mac address which can be identified by voice vlan "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanOuiTable(1) 1 }

.1.3.6.1.4.1.25506.2.9.1.1.1
hh3cVoiceVlanOuiAddress OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Mac address can be identified by voice vlan "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanOuiTable(1) hh3cvoiceVlanOuiEntry(1) 1 }

.1.3.6.1.4.1.25506.2.9.1.1.2
hh3cVoiceVlanOuiMask OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" The mask of mac address "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanOuiTable(1) hh3cvoiceVlanOuiEntry(1) 2 }

.1.3.6.1.4.1.25506.2.9.1.1.3
hh3cVoiceVlanOuiDescription OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  SYNTAX	OCTET STRING (0..30) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" The description of oui "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanOuiTable(1) hh3cvoiceVlanOuiEntry(1) 3 }

.1.3.6.1.4.1.25506.2.9.1.1.4
hh3cVoiceVlanOuiRowStatus OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" Current operation status of the row  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanOuiTable(1) hh3cvoiceVlanOuiEntry(1) 4 }

.1.3.6.1.4.1.25506.2.9.2
hh3cVoiceVlanEnabledId OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Voice vlan enable status: enabled (2..4095), disabled (0xffffffff) "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) 2 }

.1.3.6.1.4.1.25506.2.9.3
hh3cVoiceVlanPortEnableList OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Portlist of voice vlan enabled ports "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) 3 }

.1.3.6.1.4.1.25506.2.9.4
hh3cVoiceVlanAgingTime OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  SYNTAX	Integer32 (0 | 5..43200) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Voice vlan aging time, the unit of which is minute.  0 means no aging."
  DEFVAL	{ 1440 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) 4 }

.1.3.6.1.4.1.25506.2.9.5
hh3cVoiceVlanConfigState OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  SYNTAX	INTEGER {auto(1), manual(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Voice vlan configuration mode status "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) 5 }

.1.3.6.1.4.1.25506.2.9.6
hh3cVoiceVlanSecurityState OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  SYNTAX	INTEGER {security(1), normal(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Voice vlan security mode status "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) 6 }

.1.3.6.1.4.1.25506.2.9.7
hh3cvoiceVlanPortTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" A list of voice vlan mode entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) 7 }

.1.3.6.1.4.1.25506.2.9.7.1
hh3cvoiceVlanPortEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVoiceVlanPortifIndex }
  DESCRIPTION	" An entry containing voice vlan mode information,
            which is applicable to a voice vlan enabled interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanPortTable(7) 1 }

.1.3.6.1.4.1.25506.2.9.7.1.1
hh3cVoiceVlanPortifIndex OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" The index of interface on which voice vlan function
            is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanPortTable(7) hh3cvoiceVlanPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.9.7.1.2
hh3cVoiceVlanPortMode OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  SYNTAX	INTEGER {auto(1), manual(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Voice vlan configuration mode status, which is
            applicable to a voice vlan enabled interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanPortTable(7) hh3cvoiceVlanPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.9.7.1.3
hh3cVoiceVlanPortLegacy OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Voice vlan configuration legacy status, which is
            applicable to a voice vlan enabled interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanPortTable(7) hh3cvoiceVlanPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.9.7.1.4
hh3cVoiceVlanPortQosTrust OBJECT-TYPE
  -- FROM	HH3C-VOICE-VLAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Voice vlan configuration qos trust status, which is
            applicable to a voice vlan enabled interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoiceVlan(9) hh3cvoiceVlanPortTable(7) hh3cvoiceVlanPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.10
hh3cL4Redirect OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-L4RDT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 10 }

.1.3.6.1.4.1.25506.2.10.1
hh3cL4RedirectCacheTable OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains an entry for each Web Cache
        device that this unit is aware of."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) 1 }

.1.3.6.1.4.1.25506.2.10.1.1
hh3cL4RedirectCacheEntry OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL4RedirectCacheIpAddress }
  DESCRIPTION	"Each row specifies a known Web Cache device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectCacheTable(1) 1 }

.1.3.6.1.4.1.25506.2.10.1.1.1
hh3cL4RedirectCacheIpAddress OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object specifies the IP address of the Web
        Cache device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectCacheTable(1) hh3cL4RedirectCacheEntry(1) 1 }

.1.3.6.1.4.1.25506.2.10.1.1.2
hh3cL4RedirectCacheRedirectionStatus OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	INTEGER {disabledNotRedirecting(1), enabledNoHealthChecker(2), enabledHealthChecking(3), enabledHealthCheckOKNotRedirecting(4), enabledHealthCheckFailed(5), enabledRedirecting(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object returns the current state of traffic
        redirection to the cache.

        If redirection is disabled, this object shall return
        disabledNotRedirecting(1).

        If a unit cannot be selected to perform the cache health check,
        this object shall return enabledNoHealthChecker(2).

        If the software is determining if the cache is able to do
        redirection(this will happen when the redirection state
        transitions from disabled to enabled), this object shall return
        enabledHealthChecking(3).

        If the cache health check succeeded but the hardware is unable
        to support redirection to the cache port, this object shall
        return enabledHealthCheckOKNotRedirecting(4).

        If the latest health check of the cache has failed, this object
        shall return enabledHealthCheckFailed(5).

        If the cache is in use and traffic is being redirected to it,
        this object shall return enabledRedirecting(6).

        The default value is disabledNotRedirecting(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectCacheTable(1) hh3cL4RedirectCacheEntry(1) 2 }

.1.3.6.1.4.1.25506.2.10.1.1.3
hh3cL4RedirectCachePort OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object stores the ifIndex that identifies the
        port or link aggregation which provides the connection that
        leads to the cache.  If only manual cache configuration is
        supported, this value must be supplied. The method of cache
        configuration can be ascertained by the presence or absence
        of the L4 manual cache configuration id within the
        3com-352 MIB.

        The default value is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectCacheTable(1) hh3cL4RedirectCacheEntry(1) 3 }

.1.3.6.1.4.1.25506.2.10.1.1.4
hh3cL4RedirectCacheRowStatus OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create and remove Web Cache
        entries.

        The following are the valid values that may be written to
        RowStatus:

        Writing createAndGo(4) to the RowStatus of a non-existent row
        shall create a row with default values and shall set the row to
        active(1).  If the row already exists, it shall be an error.

        Writing createAndWait(5) to the RowStatus of a non-existent row
        shall create a row with default values and shall set the row to
        notInService(2).  If the row already exists, it shall be an
        error.

        Writing active(1) to the RowStatus of an existing row shall
        change the value of that row to active(1). Writing active(1) to
        the RowStatus of an existing row that is already active(1)
        shall not cause an error, the row shall remain active(1).  If
        the row does not exist, it shall be an error.

        Writing notInService(2) to the RowStatus of an existing row
        shall change the value of that row to notInService(2).  Writing
        notInService(2) to the RowStatus of an existing row that is
        already notInService(2) shall not cause an error, the row shall
        remain notInService(2).  If the row does not exist, it shall be
        an error.

        Writing destroy(6) to the RowStatus of a non-existent row shall
        be an error.  If the row exists, it shall be removed.

        Writing notReady(3) to the RowStatus of a non-existent row or
        to an existent row shall be an error.

        If the user does not supply values for the necessary objects,
        default values will be supplied.

        Attempts to create more entries than the hardware can support
        shall be rejected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectCacheTable(1) hh3cL4RedirectCacheEntry(1) 4 }

.1.3.6.1.4.1.25506.2.10.1.1.5
hh3cL4RedirectCacheMacAddress OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines the MAC address of the attached
                   Web cache device.  If only manual configuration of
                   the cache is supported, this value must be
                   supplied. The method of cache configuration can be
                   ascertained by the presence or absence of the
                   L4 manual cache configuration id within the
                   3com-352 MIB.

                   The default value is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectCacheTable(1) hh3cL4RedirectCacheEntry(1) 5 }

.1.3.6.1.4.1.25506.2.10.1.1.6
hh3cL4RedirectCacheVlan OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the VLAN which the cache port belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectCacheTable(1) hh3cL4RedirectCacheEntry(1) 6 }

.1.3.6.1.4.1.25506.2.10.1.1.7
hh3cL4RedirectCacheTcpPort OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the TCP port number that is being redirected "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectCacheTable(1) hh3cL4RedirectCacheEntry(1) 7 }

.1.3.6.1.4.1.25506.2.10.2
hh3cL4RedirectIpExclusionTable OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the IP addresses and subnetworks
        that Web Cache redirection is not supported for.

        Some devices may not support addition to this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) 2 }

.1.3.6.1.4.1.25506.2.10.2.1
hh3cL4RedirectIpExclusionEntry OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL4RedirectIpExclusionIpAddress }
  DESCRIPTION	"Each row contains an IP address or a IP subnetwork
        that is being excluded from the redirection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectIpExclusionTable(2) 1 }

.1.3.6.1.4.1.25506.2.10.2.1.1
hh3cL4RedirectIpExclusionIpAddress OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object specifies the IP address or the
        subnetwork address that is to be excluded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectIpExclusionTable(2) hh3cL4RedirectIpExclusionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.10.2.1.2
hh3cL4RedirectIpExclusionMaskLen OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	INTEGER (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object provides the number of bits in the
        subnetwork mask. This mask shall be applied to the excludeIP
        address to determine the subnetwork that is to be excluded.  A
        value of 32 implies that the excludeIP address refers to an
        individual host.

        The default value is 32."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectIpExclusionTable(2) hh3cL4RedirectIpExclusionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.10.2.1.3
hh3cL4RedirectIpExclusionRowStatus OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to add rows to the Exclusion
        Table.

        The following are the valid values that may be written to
        RowStatus:

        Writing createAndGo(4) to the RowStatus of a non-existent row
        shall create a new row.  The new row shall be active(1).  If
        the row exists, it shall be an error.

        Writing createAndWait(5) to the RowStatus of a non-existent row
        or to an existent row shall be an error.

        Writing active(1) to the RowStatus of an existing row shall
        change the value of that row to active(1). Writing active(1) to
        the RowStatus of an existing row that is already active(1)
        shall not cause an error, the row shall remain active(1).  If
        the row does not exist, it shall be an error.

        Writing notInService(2) to the RowStatus of an existing row
        shall change the value of that row to notInService(2).  Writing
        notInService(2) to the RowStatus of an existing row that is
        already notInService(2) shall not cause an error, the row shall
        remain notInService(2).  If the row does not exist, it shall be
        an error.

        Writing destroy(6) to the RowStatus of a non-existent row shall
        be an error.  If the row exists, it shall be removed.

        Writing notReady(3) to the RowStatus of a non-existent row or
        to an existent row shall be an error.

        Attempts to create more entries than the hardware can support
        shall be rejected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectIpExclusionTable(2) hh3cL4RedirectIpExclusionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.10.3
hh3cL4RedirectVlanTable OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains a row for each VLAN of the packet
                 which need to be redirected to the Web cache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) 3 }

.1.3.6.1.4.1.25506.2.10.3.1
hh3cL4RedirectVlanEntry OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL4RedirectVlanID }
  DESCRIPTION	"Each row specifies a VLAN of the packet which need to
                 be redirected to the Web cache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectVlanTable(3) 1 }

.1.3.6.1.4.1.25506.2.10.3.1.1
hh3cL4RedirectVlanID OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object specifies the VLAN ID of the packet which
                 need to be redirected to the Web cache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectVlanTable(3) hh3cL4RedirectVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.10.3.1.2
hh3cL4RedirectVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object allows ports to be added and removed
        from the table.

        The following are the valid values that may be written to
        RowStatus:

        Writing createAndGo(4) to the RowStatus of a non-existent row
        shall create a new row.  The new row shall be active(1).  If
        the row exists, it shall be an error.

        Writing createAndWait(5) to the RowStatus of a non-existent row
        or to an existent row shall be an error.

        Writing active(1) to the RowStatus of an existing row shall
        change the value of that row to active(1). Writing active(1) to
        the RowStatus of an existing row that is already active(1)
        shall not cause an error, the row shall remain active(1).  If
        the row does not exist, it shall be an error.

        Writing notInService(2) to the RowStatus of a non-existent row
        or to an existent row shall be an error.

        Writing destroy(6) to the RowStatus of a non-existent row shall
        be an error. If the row exists, it shall be removed.

        Writing notReady(3) to the RowStatus of a non-existent row or
        to an existent row shall be an error.

        Attempts to create more entries than the hardware can support
        shall be rejected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) hh3cL4RedirectVlanTable(3) hh3cL4RedirectVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.10.4
hh3cL4RedirectInformationString OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..80) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object shall contain the string generated as a
        result of a Layer 4 Redirection configuration.  It shall
        contain either a string describing successful configuration or
        a string describing unsuccessful configuration.

        This length of this string shall be no longer than 80
        characters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) 4 }

.1.3.6.1.4.1.25506.2.10.5
hh3cL4RedirectFreeCacheEntries OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the number of entries that may
        still be added to the hh3cL4RedirectCacheTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) 5 }

.1.3.6.1.4.1.25506.2.10.6
hh3cL4RedirectFreeIpExclusionEntries OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the number of entries that may
        still be added to the hh3cL4RedirectIpExclusionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) 6 }

.1.3.6.1.4.1.25506.2.10.7
hh3cL4RedirectFreeVlanEntries OBJECT-TYPE
  -- FROM	HH3C-L4RDT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the number of entries that may
        still be added to the hh3cL4RedirectVlanTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL4Redirect(10) 7 }

.1.3.6.1.4.1.25506.2.11
hh3cIpPBX OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 11 }

.1.3.6.1.4.1.25506.2.12
hh3cUser OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-USER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 12 }

.1.3.6.1.4.1.25506.2.12.1
hh3cUserObjects OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) 1 }

.1.3.6.1.4.1.25506.2.12.1.1
hh3cUserInfoTable OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Local User Info Table
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) 1 }

.1.3.6.1.4.1.25506.2.12.1.1.1
hh3cUserInfoEntry OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserIndex }
  DESCRIPTION	"
        The entry of hh3cUserInfoTable
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.12.1.1.1.1
hh3cUserName OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The name of local user, it must be unique.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserInfoTable(1) hh3cUserInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.12.1.1.1.2
hh3cUserPassword OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The password of local user, default is null.
        When read, hh3cUserPassword always returns an Octet String of length zero.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserInfoTable(1) hh3cUserInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.12.1.1.1.3
hh3cAuthMode OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The encrypting type of password:
        0 : password simple, means password is entered in clean text and saved in cipher text.
        1 : password hash simple, means password is entered in clean text and saved in hash value.
        7 : password cipher, means password is entered and saved in cipher text.
        8 : password hash cipher, means password is entered and saved in hash value.
        default is 0.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserInfoTable(1) hh3cUserInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.12.1.1.1.4
hh3cUserLevel OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The privilege of local user
        the value range is from 0 to 3, and 0 is minimum, 3 is maximum.
        default is 0.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserInfoTable(1) hh3cUserInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.12.1.1.1.5
hh3cUserState OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	INTEGER {active(0), block(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The state of local user
        0: active, means local user can execute any operations that he has
           privilege to do.
        1: block, means local user can not execute any operations.
        default is active.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserInfoTable(1) hh3cUserInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.12.1.1.1.6
hh3cUserInfoRowStatus OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this conceptual row.  Now only support CreateAndGo and
        Destroy and Active.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserInfoTable(1) hh3cUserInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.12.1.1.1.7
hh3cUserIndex OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32 (1..2147483646) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of local user
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserInfoTable(1) hh3cUserInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.12.1.2
hh3cUserAttributeTable OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Local User Attribute Table.
        if there are data in hh3cUserInfoTable, this table should have the
        relevant data.
        this table only support query and modify, but not support create and
        delete operations.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) 2 }

.1.3.6.1.4.1.25506.2.12.1.2.1
hh3cUserAttributeEntry OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserIndex }
  DESCRIPTION	"The entry of hh3cUserAttributeTable "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) 1 }

.1.3.6.1.4.1.25506.2.12.1.2.1.1
hh3cAccessLimit OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The maximum user number of current user who can access devices.
        default is 0, means no limit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.12.1.2.1.2
hh3cIdleCut OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Valid idle time out(second),
        default is 0, means disable idle time out.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.12.1.2.1.3
hh3cIPAddress OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set local user's ip address.
        default is 0.0.0.0
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.12.1.2.1.4
hh3cNasIPAddress OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set local user's ip address of network access server.
        default is 127.0.0.1, means local machine.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.12.1.2.1.5
hh3cSlotNum OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set local user's slot.
        default is 0.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.12.1.2.1.6
hh3cSubSlotNum OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set local user's sub-slot.
        default is 0.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 6 }

.1.3.6.1.4.1.25506.2.12.1.2.1.7
hh3cPortNum OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set local user's port number.
        0 is an insignificant value for initial status.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 7 }

.1.3.6.1.4.1.25506.2.12.1.2.1.8
hh3cMacAddress OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set local user's mac address.
        default is 0-0-0, means the local user do not bind any mac address.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 8 }

.1.3.6.1.4.1.25506.2.12.1.2.1.9
hh3cVlan OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set local user's vlan id.
        the value range is from 0 to 4094.
        default is 0, means the local user is not in any vlan.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 9 }

.1.3.6.1.4.1.25506.2.12.1.2.1.10
hh3cFtpService OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION ServiceType
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        FTP service:
        enable
        Setting this object to the value enable has the
        effect of enabling the FTP service for the corresponding entry in the
        hh3cUserAttributeTable.

        disable
        Setting this object to the value disable has the
        effect of disabling the FTP service for the corresponding entry in the
        hh3cUserAttributeTable.

        The default value is disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 10 }

.1.3.6.1.4.1.25506.2.12.1.2.1.11
hh3cFtpDirectory OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Directory of FTP user.
        default is null, means if local user has the privilege of ftp service.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 11 }

.1.3.6.1.4.1.25506.2.12.1.2.1.12
hh3cLanAccessService OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION ServiceType
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Lan Access service:
        enable
        Setting this object to the value enable has the
        effect of enabling the lan access service for the corresponding entry
        in the hh3cUserAttributeTable.

        disable
        Setting this object to the value disable has the
        effect of disabling the lan access service for the corresponding entry
        in the hh3cUserAttributeTable.

        The default value is disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 12 }

.1.3.6.1.4.1.25506.2.12.1.2.1.13
hh3cSshService OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION ServiceType
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        SSH service:
        enable
        Setting this object to the value enable has the
        effect of enabling the SSH service for the corresponding entry in the
        hh3cUserAttributeTable.

        disable
        Setting this object to the value disable has the
        effect of disabling the SSH service for the corresponding entry in the
        hh3cUserAttributeTable.

        The default value is disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 13 }

.1.3.6.1.4.1.25506.2.12.1.2.1.14
hh3cTelnetService OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION ServiceType
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Telnet service:
        enable
        Setting this object to the value enable has the
        effect of enabling the TELNET service for the corresponding entry in the
        hh3cUserAttributeTable.

        disable
        Setting this object to the value disable has the
        effect of disabling the TELNET service for the corresponding entry in the
        hh3cUserAttributeTable.

        The default value is disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 14 }

.1.3.6.1.4.1.25506.2.12.1.2.1.15
hh3cTerminalService OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION ServiceType
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Terminal service:
        enable
        Setting this object to the value enable has the
        effect of enabling the terminal service for the corresponding entry
        in the hh3cUserAttributeTable.

        disable
        Setting this object to the value disable has the
        effect of disabling the terminal service for the corresponding entry
        in the hh3cUserAttributeTable.

        The default value is disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 15 }

.1.3.6.1.4.1.25506.2.12.1.2.1.16
hh3cExpirationDate OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Expired date of user.
        The default value is 0-0-0,0:0:0.0, and means it doesn't expire for
        ever.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 16 }

.1.3.6.1.4.1.25506.2.12.1.2.1.17
hh3cUserGroup OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The user group that user belongs to.
        Any user must belong to a user group.
        The default group is the 'system' group.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 17 }

.1.3.6.1.4.1.25506.2.12.1.2.1.18
hh3cPortalService OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION ServiceType
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Portal service:
        enable
        Setting this object to the value enable has the
        effect of enabling the portal service for the corresponding entry
        in the hh3cUserAttributeTable.

        disable
        Setting this object to the value disable has the
        effect of disabling the portal service for the corresponding entry
        in the hh3cUserAttributeTable.

        The default value is disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 18 }

.1.3.6.1.4.1.25506.2.12.1.2.1.19
hh3cPPPService OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION ServiceType
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        PPP service:
        enable
        Setting this object to the value enable has the
        effect of enabling the PPP service for the corresponding entry
        in the hh3cUserAttributeTable.

        disable
        Setting this object to the value disable has the
        effect of disabling the PPP service for the corresponding entry
        in the hh3cUserAttributeTable.

        The default value is disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 19 }

.1.3.6.1.4.1.25506.2.12.1.2.1.20
hh3cHttpService OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION ServiceType
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Http service:
        enable
        Setting this object to the value enable has the
        effect of enabling the Web service for the corresponding entry
        in the hh3cUserAttributeTable.

        disable
        Setting this object to the value disable has the
        effect of disabling the Web service for the corresponding entry
        in the hh3cUserAttributeTable.

        The default value is disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 20 }

.1.3.6.1.4.1.25506.2.12.1.2.1.21
hh3cHttpsService OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION ServiceType
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Https service:
        enable
        Setting this object to the value enable has the
        effect of enabling the Web service for the corresponding entry
        in the hh3cUserAttributeTable.

        disable
        Setting this object to the value disable has the
        effect of disabling the Web service for the corresponding entry
        in the hh3cUserAttributeTable.

        The default value is disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 21 }

.1.3.6.1.4.1.25506.2.12.1.2.1.22
hh3cUserIfIndex OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set local user's interface index.  A value of 0 means that the interface
        index has not been assigned or the interface assigned not exist.
        The default value is 0.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserAttributeTable(2) hh3cUserAttributeEntry(1) 22 }

.1.3.6.1.4.1.25506.2.12.1.3
hh3cUserMaxNum OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object contains the maximum number of local users.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) 3 }

.1.3.6.1.4.1.25506.2.12.1.4
hh3cUserCurrNum OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object contains the current number of local users.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) 4 }

.1.3.6.1.4.1.25506.2.12.1.5
hh3cUserIndexIndicator OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object contains an appropriate value to
        be used for hh3cUserIndex when creating entries in the
        hh3cUserInfoTable.  The value 0 indicates that no unassigned
        entries are available.  To obtain the
        hh3cUserIndex value for a new
        entry, the manager issues a management
        protocol retrieval operation to obtain the
        current value of this object.  After each
        retrieval, the agent should modify the value
        to the next unassigned index.
        After a manager retrieves a value the agent will
        determine through its local policy when this index
        value will be made available for reuse.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) 5 }

.1.3.6.1.4.1.25506.2.12.1.6
hh3cUserRoleTable OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Local User Role Table.
        If there is data in hh3cUserInfoTable, this table should has the
        relevant data.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) 6 }

.1.3.6.1.4.1.25506.2.12.1.6.1
hh3cUserRoleEntry OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserIndex, hh3cUserRole }
  DESCRIPTION	"The entry of hh3cUserRoleTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserRoleTable(6) 1 }

.1.3.6.1.4.1.25506.2.12.1.6.1.1
hh3cUserRole OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The user's role determines the user's privilege.
        The user must be authorized one role at least.
        The default user role for a local user created by a network-admin user
        is network-operator, and the default user role for a local user created
        by an mdc-admin or level-15 user is mdc-operator.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserRoleTable(6) hh3cUserRoleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.12.1.6.1.2
hh3cUserRoleStatus OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.  To create a new row, hh3cUserIndex must be specified.
        The number of rows with same hh3cUserIndex cann't be more than 64.
        If the the number of rows with a hh3cUserIndex is 1, this row cann't be
        destroyed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserObjects(1) hh3cUserRoleTable(6) hh3cUserRoleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.12.2
hh3cUserGroupObjects OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) 2 }

.1.3.6.1.4.1.25506.2.12.2.1
hh3cUserGroupInfoTable OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        User group information table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserGroupObjects(2) 1 }

.1.3.6.1.4.1.25506.2.12.2.1.1
hh3cUserGroupInfoEntry OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserGroupName }
  DESCRIPTION	"
        The entry of hh3cUserGroupInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserGroupObjects(2) hh3cUserGroupInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.12.2.1.1.1
hh3cUserGroupName OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of user group.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserGroupObjects(2) hh3cUserGroupInfoTable(1) hh3cUserGroupInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.12.2.1.1.2
hh3cUserGroupInfoRowStatus OBJECT-TYPE
  -- FROM	HH3C-USER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this conceptual row.  Only support createAndGo, destroy
        and active.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUser(12) hh3cUserGroupObjects(2) hh3cUserGroupInfoTable(1) hh3cUserGroupInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.13
hh3cRadius OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 13 }

.1.3.6.1.4.1.25506.2.13.1
hh3cRdObjects OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) 1 }

.1.3.6.1.4.1.25506.2.13.1.1
hh3cRdInfoTable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing RADIUS authentication servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) 1 }

.1.3.6.1.4.1.25506.2.13.1.1.1
hh3cRdInfoEntry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRdGroupName }
  DESCRIPTION	"An entry (conceptual row) representing a RADIUS authentication server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.13.1.1.1.1
hh3cRdGroupName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of the RADIUS authentication group referred to in this table
        entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.13.1.1.1.2
hh3cRdPrimAuthIp OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The IP address of primary RADIUS authentication server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.13.1.1.1.3
hh3cRdPrimUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to
        primary RADIUS authentication server.  Default value is 1812."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.13.1.1.1.4
hh3cRdPrimState OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {active(1), block(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the primary RADIUS authentication server.
        1 (active) The primary authentication server is in active state.
        2 (block)  The primary authentication server is in block state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.13.1.1.1.5
hh3cRdSecAuthIp OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The IP address of secondary RADIUS authentication server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.13.1.1.1.6
hh3cRdSecUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to
        secondary RADIUS authentication server.  Default value is 1812."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.13.1.1.1.7
hh3cRdSecState OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {active(1), block(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the secondary RADIUS authentication server.
        1 (active) The secondary authentication server is in active state.
        2 (block)  The secondary authentication server is in block state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.13.1.1.1.8
hh3cRdKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and RADIUS
        authentication server used in encoding and decoding
        sensitive data.
        When read, hh3cRdKey always returns an Octet String of length zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.13.1.1.1.9
hh3cRdRetry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of attempts the client will make when trying to send
        requests to a server before it will consider the attempt failed.
        Default value is 3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.13.1.1.1.10
hh3cRdTimeout OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The timeout value the client will use when sending requests to a server.
        The unit is second.  Default value is 3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.13.1.1.1.11
hh3cRdPrimAuthIpAddrType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP addresses type (IPv4 or IPv6) of primary RADIUS authentication
        server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.13.1.1.1.12
hh3cRdPrimAuthIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of primary RADIUS authentication server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.13.1.1.1.13
hh3cRdSecAuthIpAddrType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP addresses type (IPv4 or IPv6) of secondary RADIUS authentication
        server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.13.1.1.1.14
hh3cRdSecAuthIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of secondary RADIUS authentication server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.13.1.1.1.15
hh3cRdServerType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {standard(1), iphotel(2), portal(3), extended(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the type of RADIUS server.
        1 (standard) - Server based on RFC protocol(s).
        2 (iphotel) - Server for IP-Hotel or 201+ system.
        3 (portal) - Server for iTellin Portal system.
        4 (extended) - Server based on RADIUS extensions.
        Default type is standard."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.13.1.1.1.16
hh3cRdQuietTime OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time for server returning active.  The unit is minute.
         When the value is 0, the server state retains active.  Default value is 5."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.13.1.1.1.17
hh3cRdUserNameFormat OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {withoutdomain(1), withdomain(2), keeporignal(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the user-name format that is sent to RADIUS server.
        1 (withoutdomain) - send the user-name without domain.
        2 (withdomain) - send the user-name with domain.
        3 (keeporignal) - send the user-name as it is entered.
        Default format is withdomain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 17 }

.1.3.6.1.4.1.25506.2.13.1.1.1.18
hh3cRdRowStatus OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.  To create a new row, hh3cRdGroupName must be specified.
        To destroy an existent row, the hh3cRdGroupName MUST NOT be referred by
        hh3cDomainTable in hh3cDomainRadiusGroupName column."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 18 }

.1.3.6.1.4.1.25506.2.13.1.1.1.19
hh3cRdSecKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and the secondary RADIUS
        authentication server used in encoding and decoding
        sensitive data.
        When read, hh3cRdSecKey always returns an Octet String of length zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 19 }

.1.3.6.1.4.1.25506.2.13.1.1.1.20
hh3cRdPrimVpnName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The human-readable name of the VPN in which the primary RADIUS
        authentication server is placed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 20 }

.1.3.6.1.4.1.25506.2.13.1.1.1.21
hh3cRdSecVpnName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The human-readable name of the VPN in which the secondary RADIUS
        authentication server is placed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 21 }

.1.3.6.1.4.1.25506.2.13.1.1.1.22
hh3cRdAuthNasIpAddrType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type (IPv4 or IPv6) of the source IP used to communicate with
        RADIUS authentication server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 22 }

.1.3.6.1.4.1.25506.2.13.1.1.1.23
hh3cRdAuthNasIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source IPv4 address used to communicate with the RADIUS authentication
        server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 23 }

.1.3.6.1.4.1.25506.2.13.1.1.1.24
hh3cRdAuthNasIpv6Addr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source IPv6 address used to communicate with the RADIUS authentication
        server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdInfoTable(1) hh3cRdInfoEntry(1) 24 }

.1.3.6.1.4.1.25506.2.13.1.2
hh3cRdAccInfoTable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing RADIUS accounting servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) 2 }

.1.3.6.1.4.1.25506.2.13.1.2.1
hh3cRdAccInfoEntry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRdAccGroupName }
  DESCRIPTION	"An entry (conceptual row) representing a RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.13.1.2.1.1
hh3cRdAccGroupName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of the RADIUS group referred to in this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.13.1.2.1.2
hh3cRdPrimAccIpAddrType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP addresses type (IPv4 or IPv6) of primary RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.13.1.2.1.3
hh3cRdPrimAccIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of primary RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.13.1.2.1.4
hh3cRdPrimAccUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to primary
        RADIUS accounting server.  Default value is 1813."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.13.1.2.1.5
hh3cRdPrimAccState OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {active(1), block(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the primary RADIUS accounting server.
        1 (active) The primary accounting server is in active state.
        2 (block)  The primary accounting server is in block state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.13.1.2.1.6
hh3cRdSecAccIpAddrType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP addresses type (IPv4 or IPv6) of secondary RADIUS accounting
        server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.13.1.2.1.7
hh3cRdSecAccIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of secondary RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.13.1.2.1.8
hh3cRdSecAccUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to secondary
        RADIUS accounting server.  Default value is 1813."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.13.1.2.1.9
hh3cRdSecAccState OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {active(1), block(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the secondary RADIUS accounting server.
        1 (active) The secondary accounting server is in active state.
        2 (block)  The secondary accounting server is in block state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.13.1.2.1.10
hh3cRdAccKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and RADIUS
        accounting server used in encoding and decoding sensitive data.
        When read, hh3cRdAccKey always returns an Octet String of length zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.13.1.2.1.11
hh3cRdAccRetry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of attempt the client will make when trying to send
        requests to a server before it will consider the attempt failed.
        Default value is 3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.13.1.2.1.12
hh3cRdAccTimeout OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The timeout value the client will use when sending requests to a server.
        The unit is second.  Default value is 3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.13.1.2.1.13
hh3cRdAccServerType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {standard(1), iphotel(2), portal(3), extended(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the type of RADIUS server.
        1 (standard) - Server based on RFC protocol(s).
        2 (iphotel) - Server for IP-Hotel or 201+ system.
        3 (portal) - Server for iTellin Portal system.
        4 (extended) - Server based on RADIUS extensions.
        Default type is standard."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.13.1.2.1.14
hh3cRdAccQuietTime OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time for server returning active.  The unit is minute.
         When the value is 0, the server state retains active.  Default value is 5."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.13.1.2.1.15
hh3cRdAccFailureAction OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {ignore(1), reject(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the action that authentication should take if
        authentication succeeds but the associated accounting start
        fails.
        1 (ignore) - treat as authentication success; ignore
            accounting start failure.
        2 (reject) - treat as authentication failed if
            corresponding accounting start fails.
        Default value is 1(reject)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.13.1.2.1.16
hh3cRdAccRealTime OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32 (0..71582) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Interval of realtime-accounting packets.
        The unit is defined by hh3cRdAccRealTimeUnit.
        When the value is 0, the device doesn't send realtime-accounting
        packets.  Default value is 12 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.13.1.2.1.17
hh3cRdAccRealTimeRetry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of attempt the client will make when trying to send
        realtime-accounting packet to accounting server before it will
        consider the attempt failed.  Default value is 5."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 17 }

.1.3.6.1.4.1.25506.2.13.1.2.1.18
hh3cRdAccSaveStopPktEnable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control of whether save stop-accounting packet in local buffer
        and resend later when the accounting server doesn't respond.  When
        SaveStopPktEnable is set to false, the value of AccStopRetry will be
        ignored.  Default value is true."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 18 }

.1.3.6.1.4.1.25506.2.13.1.2.1.19
hh3cRdAccStopRetry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32 (10..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of attempt the client will make when trying to send
        stop-accounting packet to accounting server.  Default value is 500."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 19 }

.1.3.6.1.4.1.25506.2.13.1.2.1.20
hh3cRdAccDataFlowUnit OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {byte(1), kiloByte(2), megaByte(3), gigaByte(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify data flow format that is sent to RADIUS server.  The value
        SHOULD be set the same as the value of corresponding server.
        1 (byte) -  Specify 'byte' as the unit of data flow.
        2 (kiloByte) - Specify 'kilo-byte' as the unit of data flow.
        3 (megaByte) - Specify 'mega-byte' as the unit of data flow.
        4 (gigaByte) - Specify 'giga-byte' as the unit of data flow.
        Default value is 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 20 }

.1.3.6.1.4.1.25506.2.13.1.2.1.21
hh3cRdAccPacketUnit OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {onePacket(1), kiloPacket(2), megaPacket(3), gigaPacket(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify packet format that is sent to RADIUS server.  The value
        SHOULD be set the same as the value of corresponding server.
        1 (onePacket)  - Specify 'one-packet' as the unit of packet.
        2 (kiloPacket) - Specify 'kilo-packet' as the unit of packet.
        3 (megaPacket) - Specify 'mega-packet' as the unit of packet.
        4 (gigaPacket) - Specify 'giga-packet' as the unit of packet.
        Default value is 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 21 }

.1.3.6.1.4.1.25506.2.13.1.2.1.22
hh3cRdAccRowStatus OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.  To create a new row, hh3cRdAccGroupName must be specified.
        To destroy an existent row, the hh3cRdAccGroupName MUST NOT be referred by
        hh3cDomainTable in hh3cDomainRadiusGroupName column."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 22 }

.1.3.6.1.4.1.25506.2.13.1.2.1.23
hh3cRdAcctOnEnable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control of Accounting-On function.  The Accounting-On function is
        used by the client to mark the start of accounting (for example, upon
        booting) by sending Accounting-On packets and to mark the end of
        accounting (for example, just before a scheduled reboot) by sending
        Accounting-Off packets.  Default value is false."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 23 }

.1.3.6.1.4.1.25506.2.13.1.2.1.24
hh3cRdAcctOnSendTimes OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Accounting-On packets the client will send before it
        considers the accounting server failed.  Default value is 50."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 24 }

.1.3.6.1.4.1.25506.2.13.1.2.1.25
hh3cRdAcctOnSendInterval OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Interval of Accounting-On packets.  The unit is second.
        Default value is 3."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 25 }

.1.3.6.1.4.1.25506.2.13.1.2.1.26
hh3cRdSecAccKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and the secondary RADIUS
        accounting server used in encoding and decoding sensitive data.
        When read, hh3cRdSecAccKey always returns an Octet String of length zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 26 }

.1.3.6.1.4.1.25506.2.13.1.2.1.27
hh3cRdPrimAccVpnName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The human-readable name of the VPN in which the primary RADIUS
        accounting server is placed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 27 }

.1.3.6.1.4.1.25506.2.13.1.2.1.28
hh3cRdSecAccVpnName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The human-readable name of the VPN in which the secondary RADIUS
        accounting server is placed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 28 }

.1.3.6.1.4.1.25506.2.13.1.2.1.29
hh3cRdAccNasIpAddrType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type (IPv4 or IPv6) of the source IP used to communicate with
        RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 29 }

.1.3.6.1.4.1.25506.2.13.1.2.1.30
hh3cRdAccNasIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source IPv4 address used to communicate with the RADIUS accounting
        server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 30 }

.1.3.6.1.4.1.25506.2.13.1.2.1.31
hh3cRdAccNasIpv6Addr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source IPv6 address used to communicate with the RADIUS accounting
        server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 31 }

.1.3.6.1.4.1.25506.2.13.1.2.1.32
hh3cRdAccRealTimeUnit OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {minute(0), second(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interval unit of realtime-accounting packets.
        0  - minute.
        1  - second."
  DEFVAL	{ minute }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdAccInfoTable(2) hh3cRdAccInfoEntry(1) 32 }

.1.3.6.1.4.1.25506.2.13.1.3
hh3cRadiusGlobalConfig OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) 3 }

.1.3.6.1.4.1.25506.2.13.1.3.1
hh3cRadiusAuthErrThreshold OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Unsigned32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of authentication failure trap.  A trap will be sent
            when the percent of the unsuccessful authentication exceeds this threshold."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRadiusGlobalConfig(3) 1 }

.1.3.6.1.4.1.25506.2.13.1.4
hh3cRdSecondaryAuthServerTable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing RADIUS secondary authentication servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) 4 }

.1.3.6.1.4.1.25506.2.13.1.4.1
hh3cRdSecondaryAuthServerEntry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRdGroupName, hh3cRdSecondaryAuthIpAddrType, hh3cRdSecondaryAuthIpAddr, hh3cRdSecondaryAuthVpnName, hh3cRdSecondaryAuthUdpPort }
  DESCRIPTION	"An entry (conceptual row) representing a RADIUS secondary authentication server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAuthServerTable(4) 1 }

.1.3.6.1.4.1.25506.2.13.1.4.1.1
hh3cRdSecondaryAuthIpAddrType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP addresses type (IPv4 or IPv6) of secondary RADIUS authentication server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAuthServerTable(4) hh3cRdSecondaryAuthServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.13.1.4.1.2
hh3cRdSecondaryAuthIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of secondary RADIUS authentication server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAuthServerTable(4) hh3cRdSecondaryAuthServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.13.1.4.1.3
hh3cRdSecondaryAuthVpnName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The human-readable name of the VPN in which the secondary RADIUS
        authentication server is placed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAuthServerTable(4) hh3cRdSecondaryAuthServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.13.1.4.1.4
hh3cRdSecondaryAuthUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to secondary
        RADIUS authentication server.  Default value is 1812."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAuthServerTable(4) hh3cRdSecondaryAuthServerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.13.1.4.1.5
hh3cRdSecondaryAuthState OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {active(1), block(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the secondary RADIUS authentication server.
        1 (active) The secondary authentication server is in active state.
        2 (block)  The secondary authentication server is in block state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAuthServerTable(4) hh3cRdSecondaryAuthServerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.13.1.4.1.6
hh3cRdSecondaryAuthKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and the secondary RADIUS
        authentication server used in encoding and decoding sensitive data.
        When read, hh3cRdSecondaryAuthKey always returns an Octet String of length zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAuthServerTable(4) hh3cRdSecondaryAuthServerEntry(1) 6 }

.1.3.6.1.4.1.25506.2.13.1.4.1.7
hh3cRdSecondaryAuthRowStatus OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.  To create a new row, hh3cRdGroupName must be specified.
        The number of rows with the same hh3cRdGroupName can't be more than 16."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAuthServerTable(4) hh3cRdSecondaryAuthServerEntry(1) 7 }

.1.3.6.1.4.1.25506.2.13.1.5
hh3cRdSecondaryAccServerTable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing RADIUS secondary accounting servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) 5 }

.1.3.6.1.4.1.25506.2.13.1.5.1
hh3cRdSecondaryAccServerEntry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRdAccGroupName, hh3cRdSecondaryAccIpAddrType, hh3cRdSecondaryAccIpAddr, hh3cRdSecondaryAccVpnName, hh3cRdSecondaryAccUdpPort }
  DESCRIPTION	"An entry (conceptual row) representing a RADIUS secondary accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAccServerTable(5) 1 }

.1.3.6.1.4.1.25506.2.13.1.5.1.1
hh3cRdSecondaryAccIpAddrType OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP addresses type (IPv4 or IPv6) of secondary RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAccServerTable(5) hh3cRdSecondaryAccServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.13.1.5.1.2
hh3cRdSecondaryAccIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of secondary RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAccServerTable(5) hh3cRdSecondaryAccServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.13.1.5.1.3
hh3cRdSecondaryAccVpnName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The human-readable name of the VPN in which the secondary RADIUS
        accounting server is placed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAccServerTable(5) hh3cRdSecondaryAccServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.13.1.5.1.4
hh3cRdSecondaryAccUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to secondary
        RADIUS accounting server.  Default value is 1813."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAccServerTable(5) hh3cRdSecondaryAccServerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.13.1.5.1.5
hh3cRdSecondaryAccState OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	INTEGER {active(1), block(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the secondary RADIUS accounting server.
        1 (active) The secondary accounting server is in active state.
        2 (block)  The secondary accounting server is in block state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAccServerTable(5) hh3cRdSecondaryAccServerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.13.1.5.1.6
hh3cRdSecondaryAccKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and the secondary RADIUS
        accounting server used in encoding and decoding sensitive data.
        When read, hh3cRdSecondaryAccKey always returns an Octet String of length zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAccServerTable(5) hh3cRdSecondaryAccServerEntry(1) 6 }

.1.3.6.1.4.1.25506.2.13.1.5.1.7
hh3cRdSecondaryAccRowStatus OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.  To create a new row, hh3cRdAccGroupName must be specified.
        The number of rows with the same hh3cRdAccGroupName can't be more than 16."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRdObjects(1) hh3cRdSecondaryAccServerTable(5) hh3cRdSecondaryAccServerEntry(1) 7 }

.1.3.6.1.4.1.25506.2.13.2
hh3cRadiusAccounting OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) 2 }

.1.3.6.1.4.1.25506.2.13.2.1
hh3cRadiusAccClient OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAccounting(2) 1 }

.1.3.6.1.4.1.25506.2.13.2.1.1
hh3cRadiusAccServerTable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the RADIUS accounting
        servers with which the client shares a secret."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAccounting(2) hh3cRadiusAccClient(1) 1 }

.1.3.6.1.4.1.25506.2.13.2.1.1.1
hh3cRadiusAccServerEntry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ radiusAccServerIndex }
  DESCRIPTION	"An entry (conceptual row) representing a RADIUS accounting
        server with which a client shares a secret."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAccounting(2) hh3cRadiusAccClient(1) hh3cRadiusAccServerTable(1) 1 }

.1.3.6.1.4.1.25506.2.13.2.1.1.1.1
hh3cRadiusAccClientStartRequests OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS accounting start request sent to this
        server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAccounting(2) hh3cRadiusAccClient(1) hh3cRadiusAccServerTable(1) hh3cRadiusAccServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.13.2.1.1.1.2
hh3cRadiusAccClientStartResponses OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS accounting start response received
        from this server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAccounting(2) hh3cRadiusAccClient(1) hh3cRadiusAccServerTable(1) hh3cRadiusAccServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.13.2.1.1.1.3
hh3cRadiusAccClientInterimRequests OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS interim accounting request sent to
        this server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAccounting(2) hh3cRadiusAccClient(1) hh3cRadiusAccServerTable(1) hh3cRadiusAccServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.13.2.1.1.1.4
hh3cRadiusAccClientInterimResponses OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS interim accounting response received
        from this server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAccounting(2) hh3cRadiusAccClient(1) hh3cRadiusAccServerTable(1) hh3cRadiusAccServerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.13.2.1.1.1.5
hh3cRadiusAccClientStopRequests OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS stop accounting request sent to
        this RADIUS server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAccounting(2) hh3cRadiusAccClient(1) hh3cRadiusAccServerTable(1) hh3cRadiusAccServerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.13.2.1.1.1.6
hh3cRadiusAccClientStopResponses OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS stop accounting response received
        from this server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAccounting(2) hh3cRadiusAccClient(1) hh3cRadiusAccServerTable(1) hh3cRadiusAccServerEntry(1) 6 }

.1.3.6.1.4.1.25506.2.13.3
hh3cRadiusServerTrap OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) 3 }

.1.3.6.1.4.1.25506.2.13.3.0
hh3cRadiusServerTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) 0 }

.1.3.6.1.4.1.25506.2.13.3.0.1
hh3cRadiusAuthServerUpTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RADIUS-MIB
  OBJECTS	{ radiusAuthServerAddress, radiusAuthClientServerPortNumber, hh3cRadiusServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the device finds that the state of the
        RADIUS authentication server changes from unreachable to reachable.
        This node is replaced by hh3cRadiusAuthenticationServerUpTrap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) hh3cRadiusServerTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.13.3.0.2
hh3cRadiusAccServerUpTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RADIUS-MIB
  OBJECTS	{ radiusAccServerAddress, radiusAccClientServerPortNumber, hh3cRadiusServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the device finds that the state of the
        RADIUS accounting server changes from unreachable to unreachable.
        This node is replaced by hh3cRadiusAccountingServerUpTrap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) hh3cRadiusServerTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.13.3.0.3
hh3cRadiusAuthErrTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RADIUS-MIB
  OBJECTS	{ radiusAuthServerAddress, radiusAuthClientServerPortNumber }
  DESCRIPTION	"This trap is generated when the device finds that the percent of
        unsuccessful authentication exceeds a threshold, and the threshold
        is the value of node hh3cRadiusAuthErrThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) hh3cRadiusServerTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.13.3.0.4
hh3cRadiusAuthenticationServerUpTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RADIUS-MIB
  OBJECTS	{ radiusAuthServerAddress, radiusAuthClientServerPortNumber, hh3cRadiusServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the device finds that the state of the
        RADIUS authentication server changes from unreachable to reachable.
        The node replaces hh3cRadiusAuthServerUpTrap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) hh3cRadiusServerTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.13.3.0.5
hh3cRadiusAccountingServerUpTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RADIUS-MIB
  OBJECTS	{ radiusAccServerAddress, radiusAccClientServerPortNumber, hh3cRadiusServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the device finds that the state of the
        RADIUS accounting server changes from unreachable to reachable.
        The node replaces hh3cRadiusAccServerUpTrap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) hh3cRadiusServerTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.13.3.0.6
hh3cRadiusAuthenticationServerDownTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RADIUS-MIB
  OBJECTS	{ radiusAuthServerAddress, radiusAuthClientServerPortNumber, hh3cRadiusServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the authentication RADIUS server
        does not respond to the client's requests for a period of time.
        The node replaces hh3cRadiusAuthServerDownTrap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) hh3cRadiusServerTrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.13.3.0.7
hh3cRadiusAccountingServerDownTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RADIUS-MIB
  OBJECTS	{ radiusAccServerAddress, radiusAccClientServerPortNumber, hh3cRadiusServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the accounting RADIUS server
        does not respond to the client's requests for a period of time.
        The node replaces hh3cRadiusAccServerDownTrap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) hh3cRadiusServerTrapPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.13.3.1
hh3cRadiusAuthServerDownTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RADIUS-MIB
  OBJECTS	{ radiusAuthServerAddress, radiusAuthClientServerPortNumber, hh3cRadiusServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the authentication RADIUS server
        does not respond to the client's requests for a period of time.
        This node is replaced by hh3cRadiusAuthenticationServerDownTrap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) 1 }

.1.3.6.1.4.1.25506.2.13.3.2
hh3cRadiusAccServerDownTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RADIUS-MIB
  OBJECTS	{ radiusAccServerAddress, radiusAccClientServerPortNumber, hh3cRadiusServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the accounting RADIUS server
        does not respond to the client's requests for a period of time.
        This node is replaced by hh3cRadiusAccountingServerDownTrap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrap(3) 2 }

.1.3.6.1.4.1.25506.2.13.4
hh3cRadiusAuthenticating OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) 4 }

.1.3.6.1.4.1.25506.2.13.4.1
hh3cRadiusAuthClient OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAuthenticating(4) 1 }

.1.3.6.1.4.1.25506.2.13.4.1.1
hh3cRadiusAuthServerTable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the RADIUS authenticating
        servers with which the client shares a secret."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAuthenticating(4) hh3cRadiusAuthClient(1) 1 }

.1.3.6.1.4.1.25506.2.13.4.1.1.1
hh3cRadiusAuthServerEntry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ radiusAuthServerIndex }
  DESCRIPTION	"An entry (conceptual row) representing a RADIUS authenticating
        server with which a client shares a secret."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAuthenticating(4) hh3cRadiusAuthClient(1) hh3cRadiusAuthServerTable(1) 1 }

.1.3.6.1.4.1.25506.2.13.4.1.1.1.1
hh3cRadiusAuthFailureTimes OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS authenticating failed to this server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAuthenticating(4) hh3cRadiusAuthClient(1) hh3cRadiusAuthServerTable(1) hh3cRadiusAuthServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.13.4.1.1.1.2
hh3cRadiusAuthTimeoutTimes OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS authenticating timeout to this server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAuthenticating(4) hh3cRadiusAuthClient(1) hh3cRadiusAuthServerTable(1) hh3cRadiusAuthServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.13.4.1.1.1.3
hh3cRadiusAuthRejectTimes OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RADIUS authenticating rejected to this server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusAuthenticating(4) hh3cRadiusAuthClient(1) hh3cRadiusAuthServerTable(1) hh3cRadiusAuthServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.13.5
hh3cRadiusExtend OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) 5 }

.1.3.6.1.4.1.25506.2.13.5.1
hh3cRadiusExtendObjects OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) 1 }

.1.3.6.1.4.1.25506.2.13.5.2
hh3cRadiusExtendTables OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) 2 }

.1.3.6.1.4.1.25506.2.13.5.2.1
hh3cRadiusSchAuthTable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing RADIUS authentication servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) 1 }

.1.3.6.1.4.1.25506.2.13.5.2.1.1
hh3cRadiusSchAuthEntry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRadiusSchAuthGroupName }
  DESCRIPTION	"An entry (conceptual row) representing RADIUS authentication servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAuthTable(1) 1 }

.1.3.6.1.4.1.25506.2.13.5.2.1.1.1
hh3cRadiusSchAuthGroupName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of the RADIUS authentication server group referred to in this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAuthTable(1) hh3cRadiusSchAuthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.13.5.2.1.1.2
hh3cRadiusSchAuthPrimIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of primary RADIUS authenticaiton server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAuthTable(1) hh3cRadiusSchAuthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.13.5.2.1.1.3
hh3cRadiusSchAuthPrimUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to primary
        RADIUS authentication server.  Default value is 1812."
  DEFVAL	{ 1812 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAuthTable(1) hh3cRadiusSchAuthEntry(1) 3 }

.1.3.6.1.4.1.25506.2.13.5.2.1.1.4
hh3cRadiusSchAuthPrimKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and the primary RADIUS
        authentication server used in encoding and decoding sensitive data."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAuthTable(1) hh3cRadiusSchAuthEntry(1) 4 }

.1.3.6.1.4.1.25506.2.13.5.2.1.1.5
hh3cRadiusSchAuthSecIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of secondary RADIUS authenticaiton server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAuthTable(1) hh3cRadiusSchAuthEntry(1) 5 }

.1.3.6.1.4.1.25506.2.13.5.2.1.1.6
hh3cRadiusSchAuthSecUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to secondary
        RADIUS authentication server.  Default value is 1812."
  DEFVAL	{ 1812 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAuthTable(1) hh3cRadiusSchAuthEntry(1) 6 }

.1.3.6.1.4.1.25506.2.13.5.2.1.1.7
hh3cRadiusSchAuthSecKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and the secondary RADIUS
        authentication server used in encoding and decoding sensitive data."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAuthTable(1) hh3cRadiusSchAuthEntry(1) 7 }

.1.3.6.1.4.1.25506.2.13.5.2.1.1.8
hh3cRadiusSchAuthRowStatus OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.
        To create a new row, hh3cRadiusSchAuthGroupName must be specified,
        and this action will create a corresponding domain that
        hh3cDomainRadiusGroupName is the same as hh3cRadiusSchAuthGroupName.
        To destroy an existent row, the hh3cRadiusSchAuthGroupName MUST NOT be
        referred by hh3cDomainTable in hh3cDomainRadiusGroupName column."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAuthTable(1) hh3cRadiusSchAuthEntry(1) 8 }

.1.3.6.1.4.1.25506.2.13.5.2.2
hh3cRadiusSchAccTable OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing RADIUS accounting servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) 2 }

.1.3.6.1.4.1.25506.2.13.5.2.2.1
hh3cRadiusSchAccEntry OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRadiusSchAccGroupName }
  DESCRIPTION	"An entry (conceptual row) representing RADIUS accounting servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAccTable(2) 1 }

.1.3.6.1.4.1.25506.2.13.5.2.2.1.1
hh3cRadiusSchAccGroupName OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of the RADIUS accounting server group referred to in this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAccTable(2) hh3cRadiusSchAccEntry(1) 1 }

.1.3.6.1.4.1.25506.2.13.5.2.2.1.2
hh3cRadiusSchAccPrimIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of primary RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAccTable(2) hh3cRadiusSchAccEntry(1) 2 }

.1.3.6.1.4.1.25506.2.13.5.2.2.1.3
hh3cRadiusSchAccPrimUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to primary
        RADIUS accounting server.  Default value is 1813."
  DEFVAL	{ 1813 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAccTable(2) hh3cRadiusSchAccEntry(1) 3 }

.1.3.6.1.4.1.25506.2.13.5.2.2.1.4
hh3cRadiusSchAccPrimKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and the primary RADIUS
        accounting server used in encoding and decoding sensitive data."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAccTable(2) hh3cRadiusSchAccEntry(1) 4 }

.1.3.6.1.4.1.25506.2.13.5.2.2.1.5
hh3cRadiusSchAccSecIpAddr OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of secondary RADIUS accounting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAccTable(2) hh3cRadiusSchAccEntry(1) 5 }

.1.3.6.1.4.1.25506.2.13.5.2.2.1.6
hh3cRadiusSchAccSecUdpPort OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The UDP port the client is using to send requests to secondary
        RADIUS accounting server.  Default value is 1813."
  DEFVAL	{ 1813 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAccTable(2) hh3cRadiusSchAccEntry(1) 6 }

.1.3.6.1.4.1.25506.2.13.5.2.2.1.7
hh3cRadiusSchAccSecKey OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secret shared between the RADIUS client and the secondary RADIUS
        accounting server used in encoding and decoding sensitive data."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAccTable(2) hh3cRadiusSchAccEntry(1) 7 }

.1.3.6.1.4.1.25506.2.13.5.2.2.1.8
hh3cRadiusSchAccRowStatus OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.
        To create a new row, hh3cRadiusSchAccGroupName must be specified,
        and this action will create a corresponding domain that
        hh3cDomainRadiusGroupName is the same as hh3cRadiusSchAccGroupName.
        To destroy an existent row, the hh3cRadiusSchAccGroupName MUST NOT be
        referred by hh3cDomainTable in hh3cDomainRadiusGroupName column."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) hh3cRadiusExtendTables(2) hh3cRadiusSchAccTable(2) hh3cRadiusSchAccEntry(1) 8 }

.1.3.6.1.4.1.25506.2.13.5.3
hh3cRadiusExtendTraps OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusExtend(5) 3 }

.1.3.6.1.4.1.25506.2.13.6
hh3cRadiusStatistic OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) 6 }

.1.3.6.1.4.1.25506.2.13.6.1
hh3cRadiusStatAccReq OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of radius account request to the
        radius server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusStatistic(6) 1 }

.1.3.6.1.4.1.25506.2.13.6.2
hh3cRadiusStatAccAck OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of radius account response from the
         radius server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusStatistic(6) 2 }

.1.3.6.1.4.1.25506.2.13.6.3
hh3cRadiusStatLogoutReq OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of logout request to the radius server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusStatistic(6) 3 }

.1.3.6.1.4.1.25506.2.13.6.4
hh3cRadiusStatLogoutAck OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of logout response from the radius server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusStatistic(6) 4 }

.1.3.6.1.4.1.25506.2.13.7
hh3cRadiusServerTrapVarObjects OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) 7 }

.1.3.6.1.4.1.25506.2.13.7.1
hh3cRadiusServerFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-RADIUS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the first trap time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRadius(13) hh3cRadiusServerTrapVarObjects(7) 1 }

.1.3.6.1.4.1.25506.2.14
hh3cPowerEthernetExt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 14 }

.1.3.6.1.4.1.25506.2.14.1
hh3cPsePortTable OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The indexing scheme is taken form that used by
             the IETF Power MIB.  The same indexing scheme is
             used to give continuity in behaviour between
             that standard and this extensions definitioin."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 1 }

.1.3.6.1.4.1.25506.2.14.1.1
hh3cPsePortEntry OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pethPsePortGroupIndex, pethPsePortIndex }
  DESCRIPTION	"The pethPsePortGroupIndex is imported from the IETF Power MIB
             and uniquely identifies the group containing the port to which
             power ethernet PSE is connected.  Group means (box in the stack,
             module in a rack).

             The pethPsePortPowerIndex is imported from the IETF Power MIB
             and uniquely identifies the power ethernet PSE port within group
             pethPseGroupIndex to which the power Ethernet PSE entry is
             connected.  This value will match the local port number on a
             switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPsePortTable(1) 1 }

.1.3.6.1.4.1.25506.2.14.1.1.2
hh3cPsePortFaultDescription OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object supports the fault category of the IETF Power MIB [1]
             pethPsePortDetectionStatus object.  A textual description
             containing more information about the nature of this fault is
             provided by this object.  Typically this will detail the precise
             PoE hardware state which is causing the pethPsePortDetectionStatus
             object to be in the 'fault' state.
             It is a DisplayString of up to 255 characters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPsePortTable(1) hh3cPsePortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.14.1.1.3
hh3cPsePortPeakPower OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object specifies the peak power which has been consumed by
             the port.  It is defined as the highest measured value of power
             in milliWatts that has been consumed by the port.  Its value
             is only reset when link is lost, the port is PoE disabled or
             when it is manually reset by the user asspecified below.
             It is a read/write integer value with units of milliWatts.
             Writing a value of zero to this object resets its value
             to zero.  Writing any other value to this object has no
             effect on its value and an error is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPsePortTable(1) hh3cPsePortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.14.1.1.4
hh3cPsePortAveragePower OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object specifies the average power which has been consumed
             by the port.  This object is a read/write integer value with
             units of milliWatts.  Writing a value of zero to this object
             resets its value to zero.  Writing any other value to this
             object has no effect on its value and an error is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPsePortTable(1) hh3cPsePortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.14.1.1.5
hh3cPsePortCurrentPower OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the power currently being consumed by the port.
              It is a read only integer value with units of milliWatts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPsePortTable(1) hh3cPsePortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.14.1.1.6
hh3cPsePortPowerLimit OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object specifies the power limit set for this port.
              The PSE will not supply more than this level of power to the
              specified port.
              It is a read/write integer value with units of milliWatts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPsePortTable(1) hh3cPsePortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.14.1.1.7
hh3cPsePortProfileIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the power profile which is currently associated
             with this port.  This object references the corresponding
             hh3cPseProfileIndex object in the power profiles table.  A
             value of zero is a special case and indicates that no
             power profile is currently associated with this port.  When
             hh3cPseProfileIndex is set to an index of existent profile,
             pethPsePortPowerPairs, pethPsePortPowerPriority,
             pethPsePortAdminEnable and hh3cPsePortPowerLimit will be
             set to the same as corresponding value.  PethPsePortPowerPairs,
             pethPsePortPowerPriority and pethPsePortAdminEnable are objects
             of rfc3621-Power-Ethernet.mib."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPsePortTable(1) hh3cPsePortEntry(1) 7 }

.1.3.6.1.4.1.25506.2.14.2
hh3cMainPseTable OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 2 }

.1.3.6.1.4.1.25506.2.14.2.1
hh3cMainPseEntry OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pethMainPseGroupIndex }
  DESCRIPTION	"The pethMainPseGroupIndex is imported from the IETF Power MIB
             and uniquely identifies the group containing the port to which
             power ethernet PSE is connected.  Group means (box in the stack,
             module in a rack) and the value 1 MUST be used for non-modular
             devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cMainPseTable(2) 1 }

.1.3.6.1.4.1.25506.2.14.2.1.1
hh3cMainPsePowerLimit OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object specifies the power limit set for the unit as a whole.
             The PoE unit will already have a nominal power defined by the
             IETF Power MIB [1] pethMainPsePower object.  This OPTIONAL object
             specifies a further limit to this nominal power value.  This may
             be useful to control the thermals of the unit, or for internal
             testing purposes.  One possible use for this object may be to lower
             the power consumption of the unit if one or more of the internal
             fans have broken.  It is a read/write integer value with units of
             Watts (note - Watts is chosen instead of milliWatts here since
             the IETF Power MIB [1] measures unit based parameters, such as
             the pethMainPsePower object, in units of Watts)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cMainPseTable(2) hh3cMainPseEntry(1) 1 }

.1.3.6.1.4.1.25506.2.14.2.1.2
hh3cMainPseAveragePower OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object specifies the average power which has been consumed
             by the port.  It is a read/write integer value with units of
             Watts (note - Watts is chosen instead of milliWatts here since
             the IETF Power MIB [1] measures unit based parameters, such as
             the pethMainPsePower object, in units of Watts).  Writing a value
             of zero to this object resets its value to zero.  Writing any
             other value to this object has no effect on its value and an error
             is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cMainPseTable(2) hh3cMainPseEntry(1) 2 }

.1.3.6.1.4.1.25506.2.14.2.1.3
hh3cMainPsePeakPower OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object specifies the peak power which has been consumed for PoE.
             It is defined as the highest measured value of power in milliWatts
             that has been consumed at any one point in time by the sum of the PoE
             ports.  Its value is only reset when the unit is powered on or when
             it is manually reset by the user as specifiedbelow.  It is a read/write
             integer value with units of Watts (note - Watts is chosen instead of
             milliWatts here since the IETF Power MIB [1] measures unit based
             parameters, such as the pethMainPsePower object, in units of Watts).
             Writing a value of zero to this object resets its value to zero.
             Writing any other value to this object has noeffect on its value
             and an error is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cMainPseTable(2) hh3cMainPseEntry(1) 3 }

.1.3.6.1.4.1.25506.2.14.2.1.4
hh3cMainGuaranteedPowerRemaining OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the amount of power remaining in the guaranteed
             power pool.  Each time a port is placed into guaranteed mode it
             reserves a set amount of power out of the total guaranteed power
             pool for the system.  This intention of this object is to give the
             client of this MIB (whether that be the CLI or the Web interface or
             the end user) an indication of how many ports can still be placed
             into guaranteed mode.  It is a read only integer value with units of
             Watts(note - Watts is chosen instead of milliWatts here since the
             IETF Power MIB [1] measures unit based parameters,such as the
             pethMainPsePower object, in units of Watts)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cMainPseTable(2) hh3cMainPseEntry(1) 4 }

.1.3.6.1.4.1.25506.2.14.2.1.5
hh3cMainPsePriorityMode OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	INTEGER {disconnection(0), non-disconnection(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Describes or controls the priority mode on slot which must be
             enabled firstly.  When a new board is inserted, and the power is
             over-load, a value of disconnection(0) means that the power will
             stop supply to the low priority slot ; A value of non-disconnection(1)
             means that the slot still supply when a new board is inserted, and
             the power is over-load too."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cMainPseTable(2) hh3cMainPseEntry(1) 5 }

.1.3.6.1.4.1.25506.2.14.2.1.6
hh3cMainPseLegacy OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	INTEGER {enable(0), disable(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Describes or controls the legacy mode on slot which must be enabled
             firstly.  Legacy mode: standard or nonstandard PD detection mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cMainPseTable(2) hh3cMainPseEntry(1) 6 }

.1.3.6.1.4.1.25506.2.14.2.1.7
hh3cMainPsePowerPriority OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	INTEGER {critical(1), high(2), low(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Describes or controls the priority of the PSE.  The priority
             will be used by the PSE policy to prevent from power overloading.
             If the priority of PSE is set to critical, the PSE will turn into
             guaranteed mode.  The priority could be used by a control mechanism
             that prevents power overloading by disconnecting PSEs with lower
             power priority.  PSEs that connect devices critical to the
             application should be set to higher priority."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cMainPseTable(2) hh3cMainPseEntry(1) 7 }

.1.3.6.1.4.1.25506.2.14.3
hh3cPseAutoDetectActive OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	INTEGER {notSupported(1), disabled(2), enabled(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object specifies whether the device auto-detection feature is
             active.  If this object is set to Active, and a known powered device
             is detected, then the port will automatically switch to Auto-Guaranteed
             mode.  This is a stackwide object (ie. it is not referenced by
             group index)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 3 }

.1.3.6.1.4.1.25506.2.14.4
hh3cPseComformance OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 4 }

.1.3.6.1.4.1.25506.2.14.4.1
hh3cPseCompliances OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) 1 }

.1.3.6.1.4.1.25506.2.14.4.1.1
hh3cPseCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"Description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.14.4.2
hh3cPseGroup OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) 2 }

.1.3.6.1.4.1.25506.2.14.4.2.1
hh3cPsePortGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"A collection of objects should be supported at the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 1 }

.1.3.6.1.4.1.25506.2.14.4.2.2
hh3cMainPseGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"A collection of objects should be supported at the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 2 }

.1.3.6.1.4.1.25506.2.14.4.2.3
hh3cPseScalarGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"A collection of scalar objects supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 3 }

.1.3.6.1.4.1.25506.2.14.4.2.4
hh3cPsePDNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"PD Change Notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 4 }

.1.3.6.1.4.1.25506.2.14.4.2.5
hh3cPseProfilesGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"A collection of objects should be supported at the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 5 }

.1.3.6.1.4.1.25506.2.14.4.2.6
hh3cPOEPowerThresholdLimitGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"Power threshold limits group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 6 }

.1.3.6.1.4.1.25506.2.14.4.2.7
hh3cPOEPowerSupInfoGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"The basic Power information group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 7 }

.1.3.6.1.4.1.25506.2.14.4.2.8
hh3cPOEPowerDCOutStateGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"The DC out power state group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 8 }

.1.3.6.1.4.1.25506.2.14.4.2.9
hh3cPOEPowerDCOutInfoGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"The power AC input switch information group"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 9 }

.1.3.6.1.4.1.25506.2.14.4.2.10
hh3cPOEPowerACSwitchStateModuleGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"PD Change Notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 10 }

.1.3.6.1.4.1.25506.2.14.4.2.11
hh3cPOEPowerInCurStateGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"PD Change Notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 11 }

.1.3.6.1.4.1.25506.2.14.4.2.12
hh3cPOEPowerAlarmStateGroup OBJECT-GROUP
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"PD Change Notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseComformance(4) hh3cPseGroup(2) 12 }

.1.3.6.1.4.1.25506.2.14.5
hh3cPsePowerMaxValue OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object specifies the max poe power for lanswitch.
             The value should between the power currently and the max power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 5 }

.1.3.6.1.4.1.25506.2.14.6
hh3cpseportNotification OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 6 }

.1.3.6.1.4.1.25506.2.14.6.1
hh3cpsePDChangeNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ pethPsePortDetectionStatus }
  DESCRIPTION	"This notification indicates if PD has been inserted or pulled out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 1 }

.1.3.6.1.4.1.25506.2.14.6.2
hh3cPOEDisconnectNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEAlarmModuleInfoIndex, hh3cPOEModuleDisconnect }
  DESCRIPTION	"This notification indicates the POE power module does not disconnect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 2 }

.1.3.6.1.4.1.25506.2.14.6.3
hh3cPOEInputErrorNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEAlarmModuleInfoIndex, hh3cPOEModuleInputError }
  DESCRIPTION	"This notification indicates the POE power module input error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 3 }

.1.3.6.1.4.1.25506.2.14.6.4
hh3cPOEOutputErrorNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEAlarmModuleInfoIndex, hh3cPOEModuleOutputError }
  DESCRIPTION	"This notification indicates the POE power module output error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 4 }

.1.3.6.1.4.1.25506.2.14.6.5
hh3cPOEOverVoltageNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEAlarmModuleInfoIndex, hh3cPOEModuleOverVoltage }
  DESCRIPTION	"This notification indicates the POE power module overruns the
             voltage limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 5 }

.1.3.6.1.4.1.25506.2.14.6.6
hh3cPOEOverTempNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEAlarmModuleInfoIndex, hh3cPOEModuleOverTemp }
  DESCRIPTION	"This notification indicates the POE power module overruns the
             temperature limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 6 }

.1.3.6.1.4.1.25506.2.14.6.7
hh3cPOEFanErrorNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEAlarmModuleInfoIndex, hh3cPOEModuleFanError }
  DESCRIPTION	"This notification indicates the POE power module fan error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 7 }

.1.3.6.1.4.1.25506.2.14.6.8
hh3cPOEModuleShutdownNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEAlarmModuleInfoIndex, hh3cPOEModuleShutdown }
  DESCRIPTION	"This notification indicates the POE power module is closed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 8 }

.1.3.6.1.4.1.25506.2.14.6.9
hh3cPOECurRestrictedNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEAlarmModuleInfoIndex, hh3cPOEModuleCurRestricted }
  DESCRIPTION	"This notification indicates the POE power module current is restricted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 9 }

.1.3.6.1.4.1.25506.2.14.6.10
hh3cPOEACSwitchNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEACSwitchStateIndex, hh3cPOEACSwitchState }
  DESCRIPTION	"This notification indicates the AC input switch alarm of this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 10 }

.1.3.6.1.4.1.25506.2.14.6.11
hh3cPOEACInCurANotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEInCurAState }
  DESCRIPTION	"This notification indicates the AC input current A alarm state of
             this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 11 }

.1.3.6.1.4.1.25506.2.14.6.12
hh3cPOEACInCurBNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEInCurBState }
  DESCRIPTION	"This notification indicates the AC input current B alarm state of
             this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 12 }

.1.3.6.1.4.1.25506.2.14.6.13
hh3cPOEACInCurCNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEInCurCState }
  DESCRIPTION	"This notification indicates the AC input current C alarm state of
             this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 13 }

.1.3.6.1.4.1.25506.2.14.6.14
hh3cPOEACSwitchVolABNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOESwitchStateVolExIndex, hh3cPOESwitchStateInVolAB }
  DESCRIPTION	"This notification indicates the AC input voltage AB alarm state of
             this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 14 }

.1.3.6.1.4.1.25506.2.14.6.15
hh3cPOEACSwitchVolBCNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOESwitchStateVolExIndex, hh3cPOESwitchStateInVolBC }
  DESCRIPTION	"This notification indicates the AC input voltage BC alarm state of
             this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 15 }

.1.3.6.1.4.1.25506.2.14.6.16
hh3cPOEACSwitchVolCANotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOESwitchStateVolExIndex, hh3cPOESwitchStateInVolCA }
  DESCRIPTION	"This notification indicates the AC input voltage CA alarm state of
             this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 16 }

.1.3.6.1.4.1.25506.2.14.6.17
hh3cPOEDCOutVolNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPOEDCOutStateIndex, hh3cPOEDCOutDCVolAlarm }
  DESCRIPTION	"This notification indicates the DC output alarm of this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 17 }

.1.3.6.1.4.1.25506.2.14.6.18
hh3cPOEShutdownNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  DESCRIPTION	"This notification indicates the whole POE power has been shutdown."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cpseportNotification(6) 18 }

.1.3.6.1.4.1.25506.2.14.7
hh3cPseProfilesTable OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects representing a set of power profiles.
             Power profiles can be applied to PoE ports, which have the
             effect of automatically setting the priority, power limit
             and PoE enable MIB objects to the values specified in the
             power profile."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 7 }

.1.3.6.1.4.1.25506.2.14.7.1
hh3cPseProfilesEntry OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPseProfileIndex }
  DESCRIPTION	"A set of objects that display and control the Main power of a PSE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseProfilesTable(7) 1 }

.1.3.6.1.4.1.25506.2.14.7.1.1
hh3cPseProfileIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the profile.  This uniquely allow the profile to be
             identified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseProfilesTable(7) hh3cPseProfilesEntry(1) 1 }

.1.3.6.1.4.1.25506.2.14.7.1.2
hh3cPseProfileName OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..15) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Assigns the profile a name with which the settings
            can be assiciated with.  For example, 'NBX Phone'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseProfilesTable(7) hh3cPseProfilesEntry(1) 2 }

.1.3.6.1.4.1.25506.2.14.7.1.3
hh3cPseProfilePowerMode OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	INTEGER {powerDisabled(1), powerEnabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The power mode associated with this power profile.  There
             are two possible power modes as follows: powerDisabled,
             powerEnabled.  When a power profile is applied to a PSE port,
             this value dictates the settings of the ports pethPsePortPowerPriority
             and pethPsePortAdminEnable objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseProfilesTable(7) hh3cPseProfilesEntry(1) 3 }

.1.3.6.1.4.1.25506.2.14.7.1.4
hh3cPseProfilePowerLimit OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The power limit to be applied to the ports hh3cPsePortPowerLimit
              object when the profile is applied to the PSE port.  Expressed in
              milliWatts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseProfilesTable(7) hh3cPseProfilesEntry(1) 4 }

.1.3.6.1.4.1.25506.2.14.7.1.5
hh3cPseProfilePriority OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	INTEGER {critical(1), high(2), low(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object controls the priority of the port from the point of
             view of a power management algorithm.  The priority that is set
             by this variable could be used by a control mechanism that
             prevents over current situations by disconnecting first ports
             with lower power priority.  Ports that connect devices critical
             to the operation of the network - like the E911 telephones
             ports - should be set to higher priority."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseProfilesTable(7) hh3cPseProfilesEntry(1) 5 }

.1.3.6.1.4.1.25506.2.14.7.1.6
hh3cPseProfilePairs OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	INTEGER {signal(1), spare(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Describes or controls the pairs in use.  If the value of
             pethPsePortPowerPairsControl is true, this object is writable.
             A value of signal(1) means that the signal pairs only are in use.
             A value of spare(2) means that the spare pairs only are in use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseProfilesTable(7) hh3cPseProfilesEntry(1) 6 }

.1.3.6.1.4.1.25506.2.14.7.1.7
hh3cPseProfileApplyNum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of this profile which has been applied.
             If hh3cPseProfileApplyNum is not zero, user can't
             change the current line."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseProfilesTable(7) hh3cPseProfilesEntry(1) 7 }

.1.3.6.1.4.1.25506.2.14.7.1.8
hh3cPseProfileRowStatus OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this classifier.
             If hh3cPseProfileApplyNum is not zero, user can't
             delete the current line."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseProfilesTable(7) hh3cPseProfilesEntry(1) 8 }

.1.3.6.1.4.1.25506.2.14.8
hh3cPOEPowerObjects OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 8 }

.1.3.6.1.4.1.25506.2.14.8.1
hh3cPOEThresholdLimitObjs OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) 1 }

.1.3.6.1.4.1.25506.2.14.8.1.1
hh3cPOEThresholdACMimimum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Input threshold AC minimum.
             It is a read-write node.
             The value of this node is 'OCTET STRING',
             it is used to describe a float value.
             So this string should fit the following rule:
             1. This string should be terminated by '\0';
             2. Every characters should be number or radix point;
             3. The radix point should occur only once, and it should not
             be the first or the last character of the string.
             The value of this node should be smaller than 264.0V and larger than 90.0V.
             And it should be smaller than the hh3cPOEThresholdACMaximum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEThresholdLimitObjs(1) 1 }

.1.3.6.1.4.1.25506.2.14.8.1.2
hh3cPOEThresholdACMaximum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Input threshold AC maximum.
             It is a read-write node.
             The value of this node is 'OCTET STRING',
             it is used to describe a float value.
             So this string should fit the following rule:
             1. This string should be terminated by '\0';
             2. Every characters should be number or radix point;
             3. The radix point should occur only once, and it should not
             be the first or the last character of the string.
             It should be smaller than 264.0V and larger than 90.0V.
             And it should be larger than the hh3cPOEThresholdACMinimum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEThresholdLimitObjs(1) 2 }

.1.3.6.1.4.1.25506.2.14.8.1.3
hh3cPOEThresholdDCMinimum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Input threshold DC minimum.
             It is a read-write node.
             The value of this node is 'OCTET STRING',
             it is used to describe a float value.
             So this string should fit the following rule:
             1. This string should be terminated by '\0';
             2. Every characters should be number or radix point;
             3. The radix point should occur only once, and it should not
             be the first or the last character of the string.
             It should be smaller than 47.0V and larger than 45.0V."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEThresholdLimitObjs(1) 3 }

.1.3.6.1.4.1.25506.2.14.8.1.4
hh3cPOEThresholdDCMaximum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Input threshold DC maximum.
             It is a read-write node.
             The value of this node is 'OCTET STRING',
             it is used to describe a float value.
             So this string should fit the following rule:
             1. This string should be terminated by '\0';
             2. Every characters should be number or radix point;
             3. The radix point should occur only once, and it should not
             be the first or the last character of the string.
             It should be smaller than 57.0V and larger than 55.0V."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEThresholdLimitObjs(1) 4 }

.1.3.6.1.4.1.25506.2.14.8.2
hh3cPOESupModuleInfoObjs OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) 2 }

.1.3.6.1.4.1.25506.2.14.8.2.1
hh3cPOEPowerType OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) 1 }

.1.3.6.1.4.1.25506.2.14.8.2.2
hh3cPOEPowerModuleNum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of the power modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) 2 }

.1.3.6.1.4.1.25506.2.14.8.2.3
hh3cPOESupervisionModuleName OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the Supervision Module name on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) 3 }

.1.3.6.1.4.1.25506.2.14.8.2.4
hh3cPOESMMajorVersion OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the high byte of the monitor module version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) 4 }

.1.3.6.1.4.1.25506.2.14.8.2.5
hh3cPOESMMinorVersion OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the low byte of the monitor module version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) 5 }

.1.3.6.1.4.1.25506.2.14.8.2.6
hh3cPOESMFactorName OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the name of the manufactor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) 6 }

.1.3.6.1.4.1.25506.2.14.8.2.7
hh3cPOEModuleInfoTable OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of the module information on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) 7 }

.1.3.6.1.4.1.25506.2.14.8.2.7.1
hh3cPOEModuleInfoEntry OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPOEModuleIndex }
  DESCRIPTION	"The entry of the module information on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) hh3cPOEModuleInfoTable(7) 1 }

.1.3.6.1.4.1.25506.2.14.8.2.7.1.1
hh3cPOEModuleIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the current module on this POE power.
             It is also the index of hh3cPOEModuleInfoTable.
             The range of this node is from 1 to hh3cPOEPowerModuleNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) hh3cPOEModuleInfoTable(7) hh3cPOEModuleInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.14.8.2.7.1.2
hh3cPOEModuleID OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ID of the current module on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) hh3cPOEModuleInfoTable(7) hh3cPOEModuleInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.14.8.2.7.1.3
hh3cPOEModuleInfoPower OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The power of the current module on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) hh3cPOEModuleInfoTable(7) hh3cPOEModuleInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.14.8.2.7.1.4
hh3cPOEModuleHardVerInfo OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hardware version information of the current module on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOESupModuleInfoObjs(2) hh3cPOEModuleInfoTable(7) hh3cPOEModuleInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.14.8.3
hh3cPOEDCOutStateObjects OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) 3 }

.1.3.6.1.4.1.25506.2.14.8.3.1
hh3cPOEDCOutStateModuleNum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The module number on this POE power.
             It is the maximum of the hh3cPOEDCOutStateIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutStateObjects(3) 1 }

.1.3.6.1.4.1.25506.2.14.8.3.2
hh3cPOEDCOutStateTable OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of DC output power state on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutStateObjects(3) 2 }

.1.3.6.1.4.1.25506.2.14.8.3.2.1
hh3cPOEDCOutStateEntry OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPOEDCOutStateIndex }
  DESCRIPTION	"The entry of the DC output power state on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutStateObjects(3) hh3cPOEDCOutStateTable(2) 1 }

.1.3.6.1.4.1.25506.2.14.8.3.2.1.1
hh3cPOEDCOutStateIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the DC output power state on this POE power.
             The range of this node is from 1 to hh3cPOEDCOutStateModuleNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutStateObjects(3) hh3cPOEDCOutStateTable(2) hh3cPOEDCOutStateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.14.8.3.2.1.2
hh3cPOEDCOutDCVolAlarm OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION DCAlarmState
  SYNTAX	INTEGER {normal(1), underLimit(2), aboveLimit(3), fuseBroken(4), switchOff(5), otherError(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The DC output alarm of the DC output power state on this POE power.
             The value of this node will be the following values:
                                 normal     (1),
                                 underLimit (2),
                                 aboveLimit (3),
                                 fuseBroken (4),
                                 switchOff  (5),
                                 otherError (6)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutStateObjects(3) hh3cPOEDCOutStateTable(2) hh3cPOEDCOutStateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.14.8.4
hh3cPOEDCOutInfoObjects OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) 4 }

.1.3.6.1.4.1.25506.2.14.8.4.1
hh3cPOEDCOutCurNum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of DC output current on this POE power.
             It is the maximum of hh3cPOEDCOutInfoIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutInfoObjects(4) 1 }

.1.3.6.1.4.1.25506.2.14.8.4.2
hh3cPOEDCOutInfoTable OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of the DC output information on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutInfoObjects(4) 2 }

.1.3.6.1.4.1.25506.2.14.8.4.2.1
hh3cPOEDCOutInfoEntry OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPOEDCOutInfoIndex }
  DESCRIPTION	"The entry of the DC output information on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutInfoObjects(4) hh3cPOEDCOutInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.14.8.4.2.1.1
hh3cPOEDCOutInfoIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the DC output information on this POE POWER.
             The range of this node is from 1 to hh3cPOEDCOutCurNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutInfoObjects(4) hh3cPOEDCOutInfoTable(2) hh3cPOEDCOutInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.14.8.4.2.1.2
hh3cPOEDCOutVol OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The DC output voltage of the current DC output on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutInfoObjects(4) hh3cPOEDCOutInfoTable(2) hh3cPOEDCOutInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.14.8.4.2.1.3
hh3cPOEDCOutInfoLoadCur OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	OCTET STRING (1..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total load current of the current DC output on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEDCOutInfoObjects(4) hh3cPOEDCOutInfoTable(2) hh3cPOEDCOutInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.14.8.5
hh3cPOEACSwitchStateModuleObjs OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) 5 }

.1.3.6.1.4.1.25506.2.14.8.5.1
hh3cPOEACSwitchStateModuleNum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of the AC swtich state module on this POE power.
             It is the maximum of hh3cPOEACSwitchStateIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEACSwitchStateModuleObjs(5) 1 }

.1.3.6.1.4.1.25506.2.14.8.5.2
hh3cPOEACSwitchStateTable OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of the AC switch state on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEACSwitchStateModuleObjs(5) 2 }

.1.3.6.1.4.1.25506.2.14.8.5.2.1
hh3cPOEACSwitchStateEntry OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPOEACSwitchStateIndex }
  DESCRIPTION	"The entry of the AC switch state on this POE power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEACSwitchStateModuleObjs(5) hh3cPOEACSwitchStateTable(2) 1 }

.1.3.6.1.4.1.25506.2.14.8.5.2.1.1
hh3cPOEACSwitchStateIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the AC switch state on this POE power.
             The range of this node is from 1 to hh3cPOEACSwitchStateModuleNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEACSwitchStateModuleObjs(5) hh3cPOEACSwitchStateTable(2) hh3cPOEACSwitchStateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.14.8.5.2.1.2
hh3cPOEACSwitchState OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION SwitchState
  SYNTAX	INTEGER {on(1), off(2), highVoltInput(3), lowVoltInput(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The AC switch state on this POE power.
             The value of this node will be one of the following values:
                                 on             (1),
                                 off            (2),
                                 highVoltInput  (3),
                                 lowVoltInput   (4)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEACSwitchStateModuleObjs(5) hh3cPOEACSwitchStateTable(2) hh3cPOEACSwitchStateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.14.8.6
hh3cPOEInCurStateObjects OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) 6 }

.1.3.6.1.4.1.25506.2.14.8.6.1
hh3cPOEInCurStateModuleNum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The DC input current state of the module on this POE power.
             It is the maximum of the hh3cPOESwitchStateVolExIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) 1 }

.1.3.6.1.4.1.25506.2.14.8.6.2
hh3cPOEInCurAState OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ACAlarmState
  SYNTAX	INTEGER {normal(1), underLimit(2), aboveLimit(3), lackPhrase(4), fuseBroken(5), switchOff(6), otherError(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current A state in the DC input on this POE power.
                                 normal     (1),
                                 underLimit (2),
                                 aboveLimit (3),
                                 lackPhrase (4),
                                 fuseBroken (5),
                                 switchOff  (6),
                                 otherError (7)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) 2 }

.1.3.6.1.4.1.25506.2.14.8.6.3
hh3cPOEInCurBState OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ACAlarmState
  SYNTAX	INTEGER {normal(1), underLimit(2), aboveLimit(3), lackPhrase(4), fuseBroken(5), switchOff(6), otherError(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current B state in the DC input on this POE power.
             The value of this node will be one of the following values:
                                 normal     (1),
                                 underLimit (2),
                                 aboveLimit (3),
                                 lackPhrase (4),
                                 fuseBroken (5),
                                 switchOff  (6),
                                 otherError (7)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) 3 }

.1.3.6.1.4.1.25506.2.14.8.6.4
hh3cPOEInCurCState OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ACAlarmState
  SYNTAX	INTEGER {normal(1), underLimit(2), aboveLimit(3), lackPhrase(4), fuseBroken(5), switchOff(6), otherError(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current C state in the DC input on this POE power.
             The value of this node will be one of the following values:
                                 normal     (1),
                                 underLimit (2),
                                 aboveLimit (3),
                                 lackPhrase (4),
                                 fuseBroken (5),
                                 switchOff  (6),
                                 otherError (7)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) 4 }

.1.3.6.1.4.1.25506.2.14.8.6.5
hh3cPOESwitchStateVolExTable OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"All alarm status of the VOL status.
             The value of this node will be one of the following values:
                                 normal     (1),
                                 underLimit (2),
                                 aboveLimit (3),
                                 lackPhrase (4),
                                 fuseBroken (5),
                                 switchOff  (6),
                                 otherError (7)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) 5 }

.1.3.6.1.4.1.25506.2.14.8.6.5.1
hh3cPOESwitchStateVolExEntry OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPOESwitchStateVolExIndex }
  DESCRIPTION	"The hh3cPOESwitchStateVolExIndex will match the number of the VOL status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) hh3cPOESwitchStateVolExTable(5) 1 }

.1.3.6.1.4.1.25506.2.14.8.6.5.1.1
hh3cPOESwitchStateVolExIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The object species the index of the VOL status.
             The range of this node is from 1 to hh3cPOEInCurStateModuleNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) hh3cPOESwitchStateVolExTable(5) hh3cPOESwitchStateVolExEntry(1) 1 }

.1.3.6.1.4.1.25506.2.14.8.6.5.1.2
hh3cPOESwitchStateInVolAB OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ACAlarmState
  SYNTAX	INTEGER {normal(1), underLimit(2), aboveLimit(3), lackPhrase(4), fuseBroken(5), switchOff(6), otherError(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the VOL AB alarm in each VOL status.
             The value of this node will be one of the following values:
                                 normal     (1),
                                 underLimit (2),
                                 aboveLimit (3),
                                 lackPhrase (4),
                                 fuseBroken (5),
                                 switchOff  (6),
                                 otherError (7)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) hh3cPOESwitchStateVolExTable(5) hh3cPOESwitchStateVolExEntry(1) 2 }

.1.3.6.1.4.1.25506.2.14.8.6.5.1.3
hh3cPOESwitchStateInVolBC OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ACAlarmState
  SYNTAX	INTEGER {normal(1), underLimit(2), aboveLimit(3), lackPhrase(4), fuseBroken(5), switchOff(6), otherError(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the VOL BC alarm in each VOL status.
             The value of this node will be one of the following values:
                                 normal     (1),
                                 underLimit (2),
                                 aboveLimit (3),
                                 lackPhrase (4),
                                 fuseBroken (5),
                                 switchOff  (6),
                                 otherError (7)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) hh3cPOESwitchStateVolExTable(5) hh3cPOESwitchStateVolExEntry(1) 3 }

.1.3.6.1.4.1.25506.2.14.8.6.5.1.4
hh3cPOESwitchStateInVolCA OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ACAlarmState
  SYNTAX	INTEGER {normal(1), underLimit(2), aboveLimit(3), lackPhrase(4), fuseBroken(5), switchOff(6), otherError(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the VOL CA alarm in each VOL status.
             The value of this node will be one of the following values:
                                 normal     (1),
                                 underLimit (2),
                                 aboveLimit (3),
                                 lackPhrase (4),
                                 fuseBroken (5),
                                 switchOff  (6),
                                 otherError (7)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEInCurStateObjects(6) hh3cPOESwitchStateVolExTable(5) hh3cPOESwitchStateVolExEntry(1) 4 }

.1.3.6.1.4.1.25506.2.14.8.7
hh3cPOEAlarmStateObjects OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) 7 }

.1.3.6.1.4.1.25506.2.14.8.7.1
hh3cPOEAlarmStateModuleNum OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the number of the power modules in alarm state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) 1 }

.1.3.6.1.4.1.25506.2.14.8.7.2
hh3cPOEAlarmStateInfoTable OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"All alarm states in the POE power modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) 2 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1
hh3cPOEAlarmStateInfoEntry OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPOEAlarmModuleInfoIndex }
  DESCRIPTION	"The hh3cPOEAlarmModuleInfoIndex will match the number
             of the power module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1.1
hh3cPOEAlarmModuleInfoIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index specifies the index of the Hh3cPOEAlarmStateInfoEntry table.
             The range of this node is from 1 to hh3cPOEAlarmStateModuleNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) hh3cPOEAlarmStateInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1.2
hh3cPOEModuleDisconnect OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ModuleAlarmState
  SYNTAX	INTEGER {normal(1), alarm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node specifies the alarm state:
             The module does not link.
             The value of this node is one of the following values:
                              normal (1),
                              alarm  (2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) hh3cPOEAlarmStateInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1.3
hh3cPOEModuleInputError OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ModuleAlarmState
  SYNTAX	INTEGER {normal(1), alarm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node specifies the alarm state:
                                 Input error.
             The value of this node is one of the following values:
                                 normal (1),
                                 alarm  (2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) hh3cPOEAlarmStateInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1.4
hh3cPOEModuleOutputError OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ModuleAlarmState
  SYNTAX	INTEGER {normal(1), alarm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node specifies the alarm state:
                                 Output error.
             The value of this node is one of the following values:
                                 normal (1),
                                 alarm  (2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) hh3cPOEAlarmStateInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1.5
hh3cPOEModuleOverVoltage OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ModuleAlarmState
  SYNTAX	INTEGER {normal(1), alarm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node specifies the alarm state:
                                 The voltage is too high.
             The value of this node is one of the following values:
                                 normal (1),
                                 alarm  (2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) hh3cPOEAlarmStateInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1.6
hh3cPOEModuleOverTemp OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ModuleAlarmState
  SYNTAX	INTEGER {normal(1), alarm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node specifies the alarm state:
                                 The temperature is too high.
             The value of this node is one of the following values:
                                 normal (1),
                                 alarm  (2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) hh3cPOEAlarmStateInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1.7
hh3cPOEModuleFanError OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ModuleAlarmState
  SYNTAX	INTEGER {normal(1), alarm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node specifies the alarm state:
                                 The fan error.
             The value of this node is one of the following values:
                                 normal (1),
                                 alarm  (2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) hh3cPOEAlarmStateInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1.8
hh3cPOEModuleShutdown OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ModuleAlarmState
  SYNTAX	INTEGER {normal(1), alarm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node specifies the alarm state:
                                 The module is shutdown.
             The value of this node is one of the following values:
                                 normal (1),
                                 alarm  (2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) hh3cPOEAlarmStateInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.14.8.7.2.1.9
hh3cPOEModuleCurRestricted OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION ModuleAlarmState
  SYNTAX	INTEGER {normal(1), alarm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node specifies the alarm state:
                                 The module limit the current.
             The value of this node is one of the following values:
                                 normal (1),
                                 alarm  (2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPOEPowerObjects(8) hh3cPOEAlarmStateObjects(7) hh3cPOEAlarmStateInfoTable(2) hh3cPOEAlarmStateInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.14.9
hh3cPsePolicyMode OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	INTEGER {disabled(1), priority(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PSE policy only applies to the situation that when a new
             board (PSE) is inserted, and the power is overload.
             A value of priority(2) means that the power will stop supplying
             to the low priority PSE.  About PSE priority, please refer to
             hh3cMainPsePowerPriority.  A value of disabled(1) means that the
             power will stop supplying to the new inserted PSE.  The default
             value of this object is disabled(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 9 }

.1.3.6.1.4.1.25506.2.14.10
hh3cPDPolicyMode OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	INTEGER {disabled(1), priority(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PD policy only applies to the situation that when a new
             PD is inserted, and the power of PSE is overload.
             A value of priority(2) means that the power will stop supplying
             to the low priority port PD.  About port priority, please refer
             to pethPsePortPowerPriority.  A value of disabled(1) means that
             the slot stop supplying to the new inserted PD.  The default
             value of this object is disabled(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 10 }

.1.3.6.1.4.1.25506.2.14.11
hh3cPseNotification OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) 11 }

.1.3.6.1.4.1.25506.2.14.11.0
hh3cPseNotificationPrefix OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseNotification(11) 0 }

.1.3.6.1.4.1.25506.2.14.11.0.1
hh3cPsePDDisableNotification NOTIFICATION-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  OBJECTS	{ hh3cPsePortGroupIndex, hh3cPsePortIndex, hh3cPsePortDisableInfo }
  DESCRIPTION	"The PD has been powered off."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseNotification(11) hh3cPseNotificationPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.14.11.1
hh3cPseNotificationObjects OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseNotification(11) 1 }

.1.3.6.1.4.1.25506.2.14.11.1.1
hh3cPsePortGroupIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the group
            containing the port to which a power Ethernet PSE is
            connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseNotification(11) hh3cPseNotificationObjects(1) 1 }

.1.3.6.1.4.1.25506.2.14.11.1.2
hh3cPsePortIndex OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the power Ethernet PSE
            port within group pethPsePortGroupIndex to which the
            power Ethernet PSE entry is connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseNotification(11) hh3cPseNotificationObjects(1) 2 }

.1.3.6.1.4.1.25506.2.14.11.1.3
hh3cPsePortDisableInfo OBJECT-TYPE
  -- FROM	HH3C-POWER-ETH-EXT-MIB
  -- TEXTUAL CONVENTION Hh3cPDDisableState
  SYNTAX	INTEGER {unknown(0), overInrush(1), lessMPSCurrent(2), peakPower(3), overVoltage(4), underVoltage(5), overTemperature(6), shortCircuit(7)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
              Reason that caused PSE port power failure.
              The calue of this node is one of the following values:
              unknown(0),
              overInrush(1),
              lessMPSCurrent(2),
              peakPower(3),
              overVoltage(4),
              underVoltage(5),
              overTemperature(6),
              shortCircuit(7).
              "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPowerEthernetExt(14) hh3cPseNotification(11) hh3cPseNotificationObjects(1) 3 }

.1.3.6.1.4.1.25506.2.15
hh3cEntityRelation OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ENTRELATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 15 }

.1.3.6.1.4.1.25506.2.15.1
hh3cEntRelationObjects OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) 1 }

.1.3.6.1.4.1.25506.2.15.1.1
hh3cEntRelation OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationObjects(1) 1 }

.1.3.6.1.4.1.25506.2.15.1.1.1
hh3cEntRelationTable OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Entity MIB is used to express the physical location of
                the physical entities. Other relations, such as stack
                port pair and combo port pair, are not suitable to be
                implemented in Entity MIB. This MIB is used to express
                these relations. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationObjects(1) hh3cEntRelation(1) 1 }

.1.3.6.1.4.1.25506.2.15.1.1.1.1
hh3cEntRelationEntry OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEntRelationType, hh3cEntityIndex, hh3cRelatedEntityIndex }
  DESCRIPTION	"The information about a particular physical entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationObjects(1) hh3cEntRelation(1) hh3cEntRelationTable(1) 1 }

.1.3.6.1.4.1.25506.2.15.1.1.1.1.1
hh3cEntRelationType OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
  -- TEXTUAL CONVENTION Hh3cEntRelationType
  SYNTAX	INTEGER {stackport(1), comboport(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of hh3cEntRelationTable.
                entRelationType describe the relation type of the two
                entities(indicated by entityIndex and relatedEntityIndex) "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationObjects(1) hh3cEntRelation(1) hh3cEntRelationTable(1) hh3cEntRelationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.15.1.1.1.1.2
hh3cEntityIndex OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of hh3cEntRelationTable.
                entityIndex is the index of the entity.
                This index is identical to entPhysicalIndex in ENTITY-MIB"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationObjects(1) hh3cEntRelation(1) hh3cEntRelationTable(1) hh3cEntRelationEntry(1) 2 }

.1.3.6.1.4.1.25506.2.15.1.1.1.1.3
hh3cRelatedEntityIndex OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of hh3cEntRelationTable.
                relatedEntityIndex is the entity index that entityIndex related to,
                This index is identical to entPhysicalIndex in ENTITY-MIB"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationObjects(1) hh3cEntRelation(1) hh3cEntRelationTable(1) hh3cEntRelationEntry(1) 3 }

.1.3.6.1.4.1.25506.2.15.2
hh3cEntRelationConformance OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) 2 }

.1.3.6.1.4.1.25506.2.15.2.1
hh3cEntRelationCompliances OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationConformance(2) 1 }

.1.3.6.1.4.1.25506.2.15.2.1.1
hh3cEntRelationCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-ENTRELATION-MIB
  DESCRIPTION	"The compliance statement for systems supporting this MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationConformance(2) hh3cEntRelationCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.15.2.2
hh3cEntRelationGroups OBJECT-TYPE
  -- FROM	HH3C-ENTRELATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationConformance(2) 2 }

.1.3.6.1.4.1.25506.2.15.2.2.1
hh3cEntRelationGroup OBJECT-GROUP
  -- FROM	HH3C-ENTRELATION-MIB
  DESCRIPTION	"Standard Entity Relation group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityRelation(15) hh3cEntRelationConformance(2) hh3cEntRelationGroups(2) 1 }

.1.3.6.1.4.1.25506.2.16
hh3cProtocolVlan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PROTOCOL-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 16 }

.1.3.6.1.4.1.25506.2.16.1
hh3cProtocolVlanOperate OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) 1 }

.1.3.6.1.4.1.25506.2.16.1.1
hh3cProtocolNumAllVlan OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of protocols that can be configured on all VLANs.
            This number may vary with products."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) 1 }

.1.3.6.1.4.1.25506.2.16.1.2
hh3cProtocolNumPerVlan OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of protocols that can be configured per VLAN.
            This number may vary with products."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) 2 }

.1.3.6.1.4.1.25506.2.16.1.3
hh3cProtocolNumAllPort OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of protocols that can be applied on all ports.
            This number may vary with products."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) 3 }

.1.3.6.1.4.1.25506.2.16.1.4
hh3cProtocolNumPerPort OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of protocols that can be applied to each port.
            This number may vary with products."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) 4 }

.1.3.6.1.4.1.25506.2.16.1.5
hh3cProtocolVlanTable OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Protocol-based VLAN configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) 5 }

.1.3.6.1.4.1.25506.2.16.1.5.1
hh3cProtocolVlanEntry OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cProtocolVlanVlanId, hh3cProtocolVlanProtocolIndex }
  DESCRIPTION	"Protocol-based VLAN configuration entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanTable(5) 1 }

.1.3.6.1.4.1.25506.2.16.1.5.1.1
hh3cProtocolVlanVlanId OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanTable(5) hh3cProtocolVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.16.1.5.1.2
hh3cProtocolVlanProtocolIndex OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol index value of a row in this table is in the range
            of [0..hh3cProtocolNumPerVlan-1].
            This object may not be provided during creation. In this case,
            a number is assigned by system automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanTable(5) hh3cProtocolVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.16.1.5.1.3
hh3cProtocolVlanProtocolType OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  -- TEXTUAL CONVENTION Hh3cvProtocolVlanProtocolType
  SYNTAX	INTEGER {ip(1), ipx(2), at(3), ipv6(4), mode-llc(101), mode-snap(102), mode-ethernetii(103), notConfigure(201)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
            Specify protocol types supported by a protocol-based VLAN.
            Now protocols supported on Layer 3 include ip, ipx, at, ipv6, etc.
            Now protocols supported on Layer 2 include llc, snap, ethernetii, etc.

            For detailed information, see description of
            hh3cProtocolVlanProtocolTypeValue.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanTable(5) hh3cProtocolVlanEntry(1) 3 }

.1.3.6.1.4.1.25506.2.16.1.5.1.4
hh3cProtocolVlanProtocolSubType OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  -- TEXTUAL CONVENTION Hh3cvProtocolVlanProtocolSubType
  SYNTAX	INTEGER {notused(1), ethernetii(2), llc(3), raw(4), snap(5), etype(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
            See description of hh3cProtocolVlanProtocolTypeValue.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanTable(5) hh3cProtocolVlanEntry(1) 4 }

.1.3.6.1.4.1.25506.2.16.1.5.1.5
hh3cProtocolVlanProtocolTypeValue OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
            The value of the configured protocol type.
            By default, semicolon(;) is used as a separator between different
            parts in the content of the object.

            The relationship among hh3cProtocolVlanProtocolType, hh3cProtocolVlanProtocolSubType
            and hh3cProtocolVlanProtocolTypeValue is as follows:

            |----------------------------------------------------------------------------------------------|
            | hh3cProtocolVlan- | hh3cProtocolVlan- | hh3cProtocolVlanProtocolTypeValue                    |
            | ProtocolType      | ProtocolSubType   |                                                      |
            |-------------------|-------------------|------------------------------------------------------|
            | ip                | notused           | notused for create operation                         |
            |-------------------|-------------------|------------------------------------------------------|
            | ipv6              | notused           | notused for create operation                         |
            |-------------------|-------------------|------------------------------------------------------|
            | at                | notused           | notused for create operation                         |
            |-------------------|-------------------|------------------------------------------------------|
            | ipx               | ethernetii        | notused for create operation
            |                   | llc               |                                                      |
            |                   | raw               |                                                      |
            |                   | snap              |                                                      |
            |-------------------|-------------------|------------------------------------------------------|
            | mode-snap         | etype             | hex string like '600', which means 0x0600.           |
            |                   |                   | The range is [0x600..0xffff]                         |
            |-------------------|-------------------|------------------------------------------------------|
            | mode-ethernetii   | etype             | hex string like '600', which means 0x0600.           |
            |                   |                   | The range is [0x600..0xffff]                         |
            |-------------------|-------------------|------------------------------------------------------|
            | mode-llc          | notused           | the sequence of different parts is as follows.       |
            |                   |                   | [dsap value][;ssap value][dsap value;ssap value]     |
            |                   |                   | Both range is [0x00..0xff]                           |
            |                   |                   |                                                      |
            |                   |                   | For example. Suppose value of dsap and ssap are 0x09 |
            |                   |                   | and 0x0a.                                            |
            |                   |                   | If neither dsap or ssap, the string length is zero.  |
            |                   |                   | If dsap provided, the string is '09;' or '09'        |
            |                   |                   | If ssap provided, the value is ';0a'                 |
            |                   |                   | If dsap and ssap provided, the value is '09;0a'      |
            |-------------------|-------------------|------------------------------------------------------|
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanTable(5) hh3cProtocolVlanEntry(1) 5 }

.1.3.6.1.4.1.25506.2.16.1.5.1.6
hh3cProtocolVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanTable(5) hh3cProtocolVlanEntry(1) 6 }

.1.3.6.1.4.1.25506.2.16.1.6
hh3cProtocolVlanPortTable OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Protocol-based VLAN port information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) 6 }

.1.3.6.1.4.1.25506.2.16.1.6.1
hh3cProtocolVlanPortEntry OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cProtocolVlanPortIndex, hh3cProtocolVlanPortVlanId, hh3cProtocolVlanPortProtocolId }
  DESCRIPTION	"Protocol-based VLAN port information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanPortTable(6) 1 }

.1.3.6.1.4.1.25506.2.16.1.6.1.1
hh3cProtocolVlanPortIndex OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            The maximum number is the total number of ports supported by device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanPortTable(6) hh3cProtocolVlanPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.16.1.6.1.2
hh3cProtocolVlanPortVlanId OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol-based VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanPortTable(6) hh3cProtocolVlanPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.16.1.6.1.3
hh3cProtocolVlanPortProtocolId OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanPortTable(6) hh3cProtocolVlanPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.16.1.6.1.4
hh3cProtocolVlanPortProtocolType OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  -- TEXTUAL CONVENTION Hh3cvProtocolVlanProtocolType
  SYNTAX	INTEGER {ip(1), ipx(2), at(3), ipv6(4), mode-llc(101), mode-snap(102), mode-ethernetii(103), notConfigure(201)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"See the description of hh3cProtocolVlanProtocolType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanPortTable(6) hh3cProtocolVlanPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.16.1.6.1.5
hh3cProtocolVlanPortProtocolSubType OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  -- TEXTUAL CONVENTION Hh3cvProtocolVlanProtocolSubType
  SYNTAX	INTEGER {notused(1), ethernetii(2), llc(3), raw(4), snap(5), etype(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"See the description of hh3cProtocolVlanProtocolSubType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanPortTable(6) hh3cProtocolVlanPortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.16.1.6.1.6
hh3cProtocolVlanPortTypeValue OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"See the description of hh3cProtocolVlanProtocolTypeValue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanPortTable(6) hh3cProtocolVlanPortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.16.1.6.1.7
hh3cProtocolVlanPortRowStatus OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanPortTable(6) hh3cProtocolVlanPortEntry(1) 7 }

.1.3.6.1.4.1.25506.2.16.1.6.1.8
hh3cProtocolVlanPortStatus OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The protocol VLAN status on the port.  The value is active only
            when hh3cProtocolVlanPortProtocolId has the corresponding entry in
            hh3cProtocolVlanTable, the port link type is hybrid, and the VLAN is
            allowed by the port.

            active:   protocol VLAN has been applied on the port.
            inactive: protocol VLAN is not applied on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) hh3cProtocolVlanPortTable(6) hh3cProtocolVlanPortEntry(1) 8 }

.1.3.6.1.4.1.25506.2.16.1.7
hh3cDifferentProtocolNumAllPort OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of different protocols that can be applied to all ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanOperate(1) 7 }

.1.3.6.1.4.1.25506.2.16.2
hh3cProtocolVlanConformance OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) 2 }

.1.3.6.1.4.1.25506.2.16.2.1
hh3cProtocolVlanCompliances OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanConformance(2) 1 }

.1.3.6.1.4.1.25506.2.16.2.1.1
hh3cProtocolVlanCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  DESCRIPTION	"The compliance statement for protocol VLAN MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanConformance(2) hh3cProtocolVlanCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.16.2.2
hh3cProtocolVlanGroups OBJECT-TYPE
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanConformance(2) 2 }

.1.3.6.1.4.1.25506.2.16.2.2.1
hh3cProtocolVlanOperateGroup OBJECT-GROUP
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  DESCRIPTION	"A group of scalar objects describing the maximum number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanConformance(2) hh3cProtocolVlanGroups(2) 1 }

.1.3.6.1.4.1.25506.2.16.2.2.2
hh3cProtocolVlanProtocolGroup OBJECT-GROUP
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  DESCRIPTION	"A group of protocol VLAN protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanConformance(2) hh3cProtocolVlanGroups(2) 2 }

.1.3.6.1.4.1.25506.2.16.2.2.3
hh3cProtocolVlanPortGroup OBJECT-GROUP
  -- FROM	HH3C-PROTOCOL-VLAN-MIB
  DESCRIPTION	"A group of protocol VLAN port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolVlan(16) hh3cProtocolVlanConformance(2) hh3cProtocolVlanGroups(2) 3 }

.1.3.6.1.4.1.25506.2.17
hh3cQosProfile OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-QOS-PROFILE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 17 }

.1.3.6.1.4.1.25506.2.17.1
hh3cQoSProfObjects OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) 1 }

.1.3.6.1.4.1.25506.2.17.1.1
hh3cQoSProf OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.1.1
hh3cQoSProfTable OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"QoS profile table is used to config the qos profiles."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProf(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.1.1.1
hh3cQoSProfEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSProfIndex }
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProf(1) hh3cQoSProfTable(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.1.1.1.1
hh3cQoSProfIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"QoS profile table index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProf(1) hh3cQoSProfTable(1) hh3cQoSProfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.1.1.1.2
hh3cQoSProfName OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"QoS profile name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProf(1) hh3cQoSProfTable(1) hh3cQoSProfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.17.1.1.1.1.3
hh3cQoSProfActionNumber OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of actions of a QoS profile."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProf(1) hh3cQoSProfTable(1) hh3cQoSProfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.17.1.1.1.1.4
hh3cQoSProfRowStatus OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus,Now support three state:CreateAndGo,Active,Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProf(1) hh3cQoSProfTable(1) hh3cQoSProfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.17.1.2
hh3cQoSAction OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) 2 }

.1.3.6.1.4.1.25506.2.17.1.2.1
hh3cQoSTrafficLimitTable OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Traffic limit table is used to set the average rate or peak rate of the flow.
                IP and Link ACL rules can be applied simultaneously,
                IP and User based ACL rules can not be applied simultaneously,
                Link and User based ACL rules can not be applied simultaneously.
                Unused ones is represented with default values."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) 1 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1
hh3cQoSTrafficLimitEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSTrafLmtProfIndex, hh3cQoSTrafLmtActionIndex }
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.1
hh3cQoSTrafLmtProfIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of QoS profile which the traffic-limit action belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.2
hh3cQoSTrafLmtActionIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of traffic-limit action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 2 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.3
hh3cQoSTrafLmtDirection OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION Hh3cQoSDirection
  SYNTAX	INTEGER {invalid(0), input(1), ouput(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The direction of traffic-limit action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 3 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.4
hh3cQoSTrafLmtUserAclNum OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 5000..5999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of user-based acl group."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 4 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.5
hh3cQoSTrafLmtUserAclRule OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of user-based acl rule."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 5 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.6
hh3cQoSTrafLmtIpAclNum OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 2000..3999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Ip-based acl group."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 6 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.7
hh3cQoSTrafLmtIpAclRule OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of IP-based acl rule."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 7 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.8
hh3cQoSTrafLmtLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 4000..4999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Link-based acl group"
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 8 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.9
hh3cQoSTrafLmtLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of Link-based acl rule."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 9 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.10
hh3cQoSTrafLmtTargetRateMbps OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..10000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Target rate:Mbps
                Some products only support Mbps,but others support Kbps,so
                Kbps and Mbps should be supportted mutually exclusively on the same
                product."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 10 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.11
hh3cQoSTrafLmtTargetRateKbps OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..10000000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Target rate:Kbps.
                Some products only support Kbps,but others support Mbps,so
                Kbps and Mbps should be supportted mutually exclusively on the same
                product."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 11 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.12
hh3cQoSTrafLmtPeakRate OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 64..8388608) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak rate"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 12 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.13
hh3cQoSTrafLmtCIR OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..34120000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Information Rate.
                unit:kbps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 13 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.14
hh3cQoSTrafLmtCBS OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..1048575) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Burst Size.
                unit:byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 14 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.15
hh3cQoSTrafLmtEBS OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..268435455) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Excess Burst Size.
                unit:byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 15 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.16
hh3cQoSTrafLmtPIR OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..34120000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak Information Rate.
                unit:kbps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 16 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.17
hh3cQoSTrafLmtConformLocalPre OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The local precedence of conformed flow."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 17 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.18
hh3cQoSTrafLmtConformActionType OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	INTEGER {invalid(0), remark-cos(1), remark-drop-priority(2), remark-cos-drop-priority(3), remark-policed-service(4), remark-dscp(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action type of conformed flow."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 18 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.19
hh3cQoSTrafLmtExceedActionType OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	INTEGER {invalid(0), forward(1), drop(2), remarkdscp(3), exceed-cos(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action type of non-conformed flow."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 19 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.20
hh3cQoSTrafLmtExceedDscp OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The remarked DSCP value of non-conformed flow.
                DSCP 255 is used as default value and for get/get-next operation of this
                node. If the user does not set exceeding action as remarking DSCP, then value 255
                is returned for get/get-next operation.
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 20 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.21
hh3cQoSTrafLmtExceedCos OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The remarked COS value of non-conformed flow.
                COS 255 is used as default value and for get/get-next operation of this
                node. If the user does not set exceeding action as remarking COS, then value 255
                is returned for get/get-next operation.
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 21 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.22
hh3cQoSTrafLmtRowStatus OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus,Now support three state:CreateAndGo,Active,Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 22 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.23
hh3cQoSTrafLmtConformCos OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the user chooses remark-cos value of the hh3cQoSTrafLmtConformActionType,
                this object can be used to set the conform cos value.
                There are some enumerations as follows:
                best-effort         Specify best-effort priority(0)
                background          Specify background priority(1)
                spare               Specify spare priority(2)
                excellent-effort    Specify excellent-effort priority(3)
                controlled-load     Specify controlled-load priority(4)
                video               Specify video priority(5)
                voice               Specify voice priority(6)
                network-management  Specify network-management priority(7)
                255 indicates invalid value. "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 23 }

.1.3.6.1.4.1.25506.2.17.1.2.1.1.24
hh3cQoSTrafLmtConformDscp OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the user chooses remark-dscp value of the hh3cQoSTrafLmtConformActionType,
                this object can be used to set the conform dscp value.
                There are some enumerations as follows:
                <0-63>  Value of DSCP
                af11    Specify Assured Forwarding 11 service(10)
                af12    Specify Assured Forwarding 12 service(12)
                af13    Specify Assured Forwarding 13 service(14)
                af21    Specify Assured Forwarding 21 service(18)
                af22    Specify Assured Forwarding 22 service(20)
                af23    Specify Assured Forwarding 23 service(22)
                af31    Specify Assured Forwarding 31 service(26)
                af32    Specify Assured Forwarding 32 service(28)
                af33    Specify Assured Forwarding 33 service(30)
                af41    Specify Assured Forwarding 41 service(34)
                af42    Specify Assured Forwarding 42 service(36)
                af43    Specify Assured Forwarding 43 service(38)
                be      Specify Best Effort service(0)
                cs1     Specify Class Selector 1 service(8)
                cs2     Specify Class Selector 2 service(16)
                cs3     Specify Class Selector 3 service(24)
                cs4     Specify Class Selector 4 service(32)
                cs5     Specify Class Selector 5 service(40)
                cs6     Specify Class Selector 6 service(48)
                cs7     Specify Class Selector 7 service(56)
                ef      Specify Expedited Forwarding service(46)
                255 indicates invalid value. "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficLimitTable(1) hh3cQoSTrafficLimitEntry(1) 24 }

.1.3.6.1.4.1.25506.2.17.1.2.2
hh3cQoSTrafficPriorityTable OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Traffic priority table is used to remark the IP-precedence, DSCP or COS priority of packets.
                IP and Link ACL rules can be applied simultaneously,
                IP and User based ACL rules can not be applied simultaneously,
                Link and User based ACL rules can not be applied simultaneously.
                Unused ones is represented with default values.
                QOS policed service from DSCP mapping table is pre-defined in the hh3cDscpMapTable in the HH3C-LswQos-MIB.
                Policed service can decide what kind of QOS service the flow should get by the DSCP vlaue in the packets.
                Policed service includes remarking new DSCP,new EXP,new 802.1p priority,new local precedence and new drop priority.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) 2 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1
hh3cQoSTrafficPriorityEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSTrafPrioProfIndex, hh3cQoSTrafPrioActionIndex }
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) 1 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.1
hh3cQoSTrafPrioProfIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of QoS profile which the traffic-priority action belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.2
hh3cQoSTrafPrioActionIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of traffic-priority action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.3
hh3cQoSTrafPrioDirection OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION Hh3cQoSDirection
  SYNTAX	INTEGER {invalid(0), input(1), ouput(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The direction of traffic-priority action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.4
hh3cQoSTrafPrioUserAclNum OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 5000..5999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of user-based acl group."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.5
hh3cQoSTrafPrioUserAclRule OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of user-based acl rule."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 5 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.6
hh3cQoSTrafPrioIpAclNum OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 2000..3999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Ip-based acl group."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 6 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.7
hh3cQoSTrafPrioIpAclRule OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of IP-based acl rule."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 7 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.8
hh3cQoSTrafPrioLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 4000..4999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Link-based acl group"
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 8 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.9
hh3cQoSTrafPrioLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of Link-based acl rule."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 9 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.10
hh3cQoSTrafPrioDscp OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set new DSCP value of specifed flow.
                DSCP 255 is used as default value and for get/get-next operation of this
                node. If the user does not set action as remarking DSCP, then value 255
                is returned for get/get-next operation.
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 10 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.11
hh3cQoSTrafPrioIpPre OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set Ip precedence value of specifed flow.
                Ip precedence 255 is used as default value and for get/get-next operation of this
                node. If the user does not set action as remarking Ip precedence, then value 255
                is returned for get/get-next operation.
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 11 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.12
hh3cQoSTrafPrioIpPreFromCos OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set Ip precedence according to vlan priority.
                False(2)is used as default value and for get/get-next operation of this
                node. If the user does not set action as remarking Ip precedence from COS, then value 2
                is returned for get/get-next operation.
                "
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 12 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.13
hh3cQoSTrafPrioCos OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set vlan priority of specifed flow.
                COS 255 is used as default value and for get/get-next operation of this
                node. If the user does not set action as remarking COS, then value 255
                is returned for get/get-next operation.
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 13 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.14
hh3cQoSTrafPrioCosFromIpPre OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set vlan priority according to IP precedence.
                False(2)is used as default value and for get/get-next operation of this
                node. If the user does not set action as remarking COS from Ip precedence, then value 2
                is returned for get/get-next operation.
                "
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 14 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.15
hh3cQoSTrafPrioLocalPre OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set local precedence of specifed flow.
                Local precedence 255 is used as default value and for get/get-next operation of this
                node. If the user does not set action as remarking local precedence, then value 255
                is returned for get/get-next operation.
                "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 15 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.16
hh3cQoSTrafPrioPolicedServiceType OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	INTEGER {invalid(0), trust-dscp(2), new-dscp(3), untrusted(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service type of policed Priority.
                Policed Service is not allowed to be set with remarking DSCP,IpPrecedence,IpPrecedenceFromCOS,COS,COSFromIpPrecedence and LocalPrecedence action simultaneously on the same product.
                Policed service is user-predefined qos policy parameters.
                trust-dscp(2) means to decide new police service parameters by the DSCP value in the packets.
                new-dscp(3) means to decide new police service parameters by the new DSCP value set by the user.
                And a DSCP mapping table should be pre-defined in the hh3cDscpMapTable in the HH3C-LswQos-MIB.
                Untrusted(4) means to set all the new DSCP,EXP,COS,Local precedence and Drop priority by the user.

                "
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 16 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.17
hh3cQoSTrafPrioPolicedServiceDscp OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service Dscp of policed Priority"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 17 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.18
hh3cQoSTrafPrioPolicedServiceExp OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service Exp of policed Priority"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 18 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.19
hh3cQoSTrafPrioPolicedServiceCos OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service cos of policed Priority"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 19 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.20
hh3cQoSTrafPrioPolicedServiceLoaclPre OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service local pre of policed Priority"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 20 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.21
hh3cQoSTrafPrioPolicedServiceDropPriority OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..2 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service drop priority of proliced Priority"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 21 }

.1.3.6.1.4.1.25506.2.17.1.2.2.1.22
hh3cQoSTrafPrioRowStatus OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus,Now support three state:CreateAndGo,Active,Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficPriorityTable(2) hh3cQoSTrafficPriorityEntry(1) 22 }

.1.3.6.1.4.1.25506.2.17.1.2.3
hh3cQoSTrafficFilterTable OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Traffic filter table is used to deny or permit packets.
                IP and Link ACL rules can be applied simultaneously,
                IP and User based ACL rules can not be applied simultaneously,
                Link and User based ACL rules can not be applied simultaneously.
                Unused ones is represented with default values.
                To deny or permit packets,the ACL rules should be defined in hh3cAcl table.
                The 'deny' or 'permit' action should be defined with ACL rules.
                In this table,a predefined ACL rules can be referenced in a specified QOS profile group.
                'Direction' means the ACL rules can be applied to the inbound or outbound packets.

                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) 3 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1
hh3cQoSTrafficFilterEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSTrafFilterProfIndex, hh3cQoSTrafFilterActionIndex }
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) 1 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.1
hh3cQoSTrafFilterProfIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of QoS profile which the traffic-filter action belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.2
hh3cQoSTrafFilterActionIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of traffic-filter action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 2 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.3
hh3cQoSTrafFilterDirection OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION Hh3cQoSDirection
  SYNTAX	INTEGER {invalid(0), input(1), ouput(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The direction of traffic-filter action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 3 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.4
hh3cQoSTrafFilterUserAclNum OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 5000..5999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of user-based acl group."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 4 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.5
hh3cQoSTrafFilterUserAclRule OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of user-based acl rule."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 5 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.6
hh3cQoSTrafFilterIpAclNum OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 2000..3999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Ip-based acl group."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 6 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.7
hh3cQoSTrafFilterIpAclRule OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of IP-based acl rule."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 7 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.8
hh3cQoSTrafFilterLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0 | 4000..4999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Link-based acl group"
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 8 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.9
hh3cQoSTrafFilterLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of Link-based acl rule."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 9 }

.1.3.6.1.4.1.25506.2.17.1.2.3.1.10
hh3cQoSTrafFilterRowStatus OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus,Now support three state:CreateAndGo,Active,Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSAction(2) hh3cQoSTrafficFilterTable(3) hh3cQoSTrafficFilterEntry(1) 10 }

.1.3.6.1.4.1.25506.2.17.1.3
hh3cQoSProfPortMapping OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) 3 }

.1.3.6.1.4.1.25506.2.17.1.3.1
hh3cQoSProfPortMappingTable OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port mapping table is used to apply the qos profile to the port.
                If a qos profile is applied to the port,
                then the port will have an entry in the table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) 1 }

.1.3.6.1.4.1.25506.2.17.1.3.1.1
hh3cQoSProfPortMappingEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSProfPortMappingIfIndex, hh3cQoSProfPortMappingProfIndex }
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfPortMappingTable(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.3.1.1.1
hh3cQoSProfPortMappingIfIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifindex which the specified QoS profile group is applied to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfPortMappingTable(1) hh3cQoSProfPortMappingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.3.1.1.2
hh3cQoSProfPortMappingProfIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of specified QoS profile group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfPortMappingTable(1) hh3cQoSProfPortMappingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.17.1.3.1.1.3
hh3cQoSProfPortMappingRowStatus OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus,Now support three state:CreateAndGo,Active,Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfPortMappingTable(1) hh3cQoSProfPortMappingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.17.1.3.2
hh3cQoSProfPortMappingModeTable OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port mapping mode table is used to set mapping mode of the port.
                When a qos profile is applied to a port, the profile can have two working ways:
                1)The profile is the same for all the users connected to the port;
                2)The profile can be different for different users connected to the port;
                Port-based mode means the profile is the same for all the users.
                User-based mode means the profile is different for different users.
                Default value is port-based."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) 2 }

.1.3.6.1.4.1.25506.2.17.1.3.2.1
hh3cQoSProfPortMappingModeEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSProfPortMappingModeIfIndex }
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfPortMappingModeTable(2) 1 }

.1.3.6.1.4.1.25506.2.17.1.3.2.1.1
hh3cQoSProfPortMappingModeIfIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifindex which the QoS profile mapping mode is applied to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfPortMappingModeTable(2) hh3cQoSProfPortMappingModeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.3.2.1.2
hh3cQoSProfPortMappingMode OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	INTEGER {user-based(1), port-based(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The QoS profile mapping mode of specifed port."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfPortMappingModeTable(2) hh3cQoSProfPortMappingModeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.17.1.3.3
hh3cQoSProfDynPortMappingTable OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Dynamic port mapping table is used to get user' port,MAC address,IP address,VLAN ID and user-specified qos profiles.
                Network managers can allocate different QOS profile groups to different users.
                Once the user is on line, then the user-specified QOS profiles will be dynamically applied to the port the user connects.
                Each port can have different groups of users simultaneously connected.
                Each group of users can have assiociation with multiple QOS profiles simultaneously.
                So the user's port,MAC address,IP address and VLAN ID will replace the source information in the ACL rules refered in the QOS profiles.
                Once the user is off line, then the user-specified QOS profiles will be dynamically deleted from the port the user connects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) 3 }

.1.3.6.1.4.1.25506.2.17.1.3.3.1
hh3cQoSProfDynPortMappingEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSProfDynPortMappingIfIndex, hh3cQoSProfDynPortMappingUserSrcMAC }
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfDynPortMappingTable(3) 1 }

.1.3.6.1.4.1.25506.2.17.1.3.3.1.1
hh3cQoSProfDynPortMappingIfIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"if index of the port user profile is applied."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfDynPortMappingTable(3) hh3cQoSProfDynPortMappingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.17.1.3.3.1.2
hh3cQoSProfDynPortMappingUserSrcMAC OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"User sourc MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfDynPortMappingTable(3) hh3cQoSProfDynPortMappingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.17.1.3.3.1.3
hh3cQoSProfDynPortMappingUserName OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"User name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfDynPortMappingTable(3) hh3cQoSProfDynPortMappingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.17.1.3.3.1.4
hh3cQoSProfDynPortMappingUserIPAddr OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"User IP address"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfDynPortMappingTable(3) hh3cQoSProfDynPortMappingEntry(1) 4 }

.1.3.6.1.4.1.25506.2.17.1.3.3.1.5
hh3cQoSProfDynPortMappingUserVLANID OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"User VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfDynPortMappingTable(3) hh3cQoSProfDynPortMappingEntry(1) 5 }

.1.3.6.1.4.1.25506.2.17.1.3.3.1.6
hh3cQoSProfDynPortMappingUserProfName OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"User profile name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfObjects(1) hh3cQoSProfPortMapping(3) hh3cQoSProfDynPortMappingTable(3) hh3cQoSProfDynPortMappingEntry(1) 6 }

.1.3.6.1.4.1.25506.2.17.2
hh3cQoSProfPortMappingTraps OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) 2 }

.1.3.6.1.4.1.25506.2.17.2.1
hh3cQoSProfPortMappingError NOTIFICATION-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  DESCRIPTION	"An hh3cQoSProfPortMappingError notification is generated
                when a qos profile fails to be applied on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfPortMappingTraps(2) 1 }

.1.3.6.1.4.1.25506.2.17.3
hh3cQoSProfMibConformance OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) 3 }

.1.3.6.1.4.1.25506.2.17.3.1
hh3cQoSProfMibCompliances OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfMibConformance(3) 1 }

.1.3.6.1.4.1.25506.2.17.3.1.1
hh3cQoSProfMibCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-QOS-PROFILE-MIB
  DESCRIPTION	"The compliance statement for QoS Profile MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfMibConformance(3) hh3cQoSProfMibCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.17.3.2
hh3cQoSProfMibGroups OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfMibConformance(3) 2 }

.1.3.6.1.4.1.25506.2.17.3.2.1
hh3cQoSProfGroup OBJECT-GROUP
  -- FROM	HH3C-QOS-PROFILE-MIB
  DESCRIPTION	"Included table:
                hh3cQoSProfTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfMibConformance(3) hh3cQoSProfMibGroups(2) 1 }

.1.3.6.1.4.1.25506.2.17.3.2.2
hh3cQoSActionGroup OBJECT-GROUP
  -- FROM	HH3C-QOS-PROFILE-MIB
  DESCRIPTION	"Included table:
                1)hh3cQoSTrafficLimitTable.
                2)hh3cQoSTrafficPriorityTable.
                3)hh3cQoSTrafficFilterTable
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfMibConformance(3) hh3cQoSProfMibGroups(2) 2 }

.1.3.6.1.4.1.25506.2.17.3.2.3
hh3cQoSProfPortMappingGroup OBJECT-GROUP
  -- FROM	HH3C-QOS-PROFILE-MIB
  DESCRIPTION	"Included tables:
                1)hh3cQoSProfPortMappingTable.
                2)hh3cQoSProfPortMappingModeTable.
                3)hh3cQoSProfDynPortMappingTable.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfMibConformance(3) hh3cQoSProfMibGroups(2) 3 }

.1.3.6.1.4.1.25506.2.17.3.2.4
hh3cQoSProfPortMappingTrapsGroup OBJECT-TYPE
  -- FROM	HH3C-QOS-PROFILE-MIB
  DESCRIPTION	"Included:
                hh3cQoSProfPortMappingTraps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQosProfile(17) hh3cQoSProfMibConformance(3) hh3cQoSProfMibGroups(2) 4 }

.1.3.6.1.4.1.25506.2.18
hh3cNat OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 18 }

.1.3.6.1.4.1.25506.2.18.1
hh3cNATGlobalVars OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) 1 }

.1.3.6.1.4.1.25506.2.18.1.1
hh3cNATClearSession OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) 1 }

.1.3.6.1.4.1.25506.2.18.1.1.1
hh3cNATClearSessionSlotNo OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..14 | 255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of NAT board in which administrator wants to
                                clear data of the session. In router, the value is 255
                                because no NAT board in it. This node only supports 'set' operation.
                                The return value of 'get' operation is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATClearSession(1) 1 }

.1.3.6.1.4.1.25506.2.18.1.2
hh3cNATBLConnectLimitPara OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) 2 }

.1.3.6.1.4.1.25506.2.18.1.2.1
hh3cNATBLConnectHighValue OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (20..20000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximal connection amount.  If the connection amount exceeds the
                                value, the IP address will be added into blacklist.  The IP address
                                will not be removed from blacklist until the connection amount is
                                less than the minimal connection amount."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATBLConnectLimitPara(2) 1 }

.1.3.6.1.4.1.25506.2.18.1.2.2
hh3cNATBLConnectLowValue OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (20..20000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimal connection amount."
  DEFVAL	{ 200 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATBLConnectLimitPara(2) 2 }

.1.3.6.1.4.1.25506.2.18.1.2.3
hh3cNATBLConnectHighRate OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (20..21474836) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximal connection rate(in second).  If the connection rate exceed the
                                value, the IP address will be added into blacklist.  The IP address
                                will not be removed from blacklist until the connection rate is
                                less than the minimal connection rate."
  DEFVAL	{ 250 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATBLConnectLimitPara(2) 3 }

.1.3.6.1.4.1.25506.2.18.1.2.4
hh3cNATBLConnectLowRate OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (20..21474836) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimal connection rate(in second)."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATBLConnectLimitPara(2) 4 }

.1.3.6.1.4.1.25506.2.18.1.2.5
hh3cNATBLSpecialConnectHighRate OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (20..21474836) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximal special connection rate(in second).  When administrator
                                wants to control the speed of connection, he can selects the connection
                                speed rate or special connection rate."
  DEFVAL	{ 250 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATBLConnectLimitPara(2) 5 }

.1.3.6.1.4.1.25506.2.18.1.2.6
hh3cNATBLSpecialConnectLowRate OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (20..21474836) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimal special connection rate(in second)."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATBLConnectLimitPara(2) 6 }

.1.3.6.1.4.1.25506.2.18.1.3
hh3cNATBLCtrlEnable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) 3 }

.1.3.6.1.4.1.25506.2.18.1.3.1
hh3cNATBLConnectSumEnable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable the connection amount control."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATBLCtrlEnable(3) 1 }

.1.3.6.1.4.1.25506.2.18.1.3.2
hh3cNATBLConnectRateEnable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable the connection rate control."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATBLCtrlEnable(3) 2 }

.1.3.6.1.4.1.25506.2.18.1.4
hh3cNATNPTimer OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) 4 }

.1.3.6.1.4.1.25506.2.18.1.4.1
hh3cNATNPAgingTime OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {fast(1), slow(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"There are two kinds of aging time in NP.  One is fast and the other is
                                slow.  Administrator can select one or other.  The default is fast."
  DEFVAL	{ fast }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATGlobalVars(1) hh3cNATNPTimer(4) 1 }

.1.3.6.1.4.1.25506.2.18.2
hh3cNATMibObjects OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) 2 }

.1.3.6.1.4.1.25506.2.18.2.1
hh3cNATPoolInfoTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT address pool table : The address in the pool is
                                the IP address in the global network. The pool can span
                                255 IP addresses.All address pools configured by administrator
                                are recorded in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 1 }

.1.3.6.1.4.1.25506.2.18.2.1.1
hh3cNATPoolInfoEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATPoolIdx }
  DESCRIPTION	"The entry of NAT address pool table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATPoolInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.1.1.1
hh3cNATPoolIdx OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..320) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the address pool: The index uniquely indicates
                                the address pool in the system, and its range is from 1 to 320. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATPoolInfoTable(1) hh3cNATPoolInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.1.1.2
hh3cNATPoolStartIpAddr OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The start IP address of address pool:
                                It must be less than or equal to the end IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATPoolInfoTable(1) hh3cNATPoolInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.1.1.3
hh3cNATPoolEndIpAddr OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The end IP address of address pool:
                                It must be more than or equal to the start IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATPoolInfoTable(1) hh3cNATPoolInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.1.1.4
hh3cNATPoolSlotNo OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..14 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of NAT board to which the address pool is bound.
                                The address translation is processed by this NAT board .
                                The relation between address pool and slotNo is n:1.
                                When the address pool is not bound to the NAT board,the value is 255. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATPoolInfoTable(1) hh3cNATPoolInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.1.1.5
hh3cNATPoolRefCounter OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The counter of reference.  An address pool can be associated with
                                more than one ACL and the counter of reference is recorded in this
                                field.  When the address pool is not associated with ACL, the value is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATPoolInfoTable(1) hh3cNATPoolInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.1.1.6
hh3cNATPoolRowStatus OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only support 'destroy' and 'createAndGo'.
                                If hh3cNATPoolIdx, hh3cNATPoolStartIpAddr and
                                hh3cNATPoolEndIpAddr were provided correctly,
                                its value is changed 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATPoolInfoTable(1) hh3cNATPoolInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.18.2.2
hh3cNATOutboundTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT out bound table: through associating ACL number,
                                address pool with NAT board, administrator can designate
                                which inside IP address can be translated to global IP
                                address in the pool and the translation is processed by
                                which NAT board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 2 }

.1.3.6.1.4.1.25506.2.18.2.2.1
hh3cNATOutboundEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cNATOutboundAclNo }
  DESCRIPTION	"The entry of NAT out bound table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATOutboundTable(2) 1 }

.1.3.6.1.4.1.25506.2.18.2.2.1.1
hh3cNATOutboundAclNo OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (2000..3999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of ACL(Access Control List).  When the packet accords with
                                the rule in the ACL, its source IP address will be translated to IP
                                address in Address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATOutboundTable(2) hh3cNATOutboundEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.2.1.2
hh3cNATOutboundPoolIdx OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (0..320 | 2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of address pool in hh3cNATPoolInfoTable.
                                when administrator doesn't use the address pool and
                                use the IP address of the interface as the address of
                                global network, the value is 2147483647."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATOutboundTable(2) hh3cNATOutboundEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.2.1.3
hh3cNATOutboundIsNoPat OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether to use no pat manner.  The translation of no pat
                                is that the translation doesn't use the port information of packet."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATOutboundTable(2) hh3cNATOutboundEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.2.1.4
hh3cNATOutboundSlotNo OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..14 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of NAT board.  In router, the value is 255 because no NAT board in it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATOutboundTable(2) hh3cNATOutboundEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.2.1.5
hh3cNATOutboundRowStatus OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only support 'destroy' and 'createAndGo'.
                                If hh3cNATOutboundAclNo or hh3cNATOutboundAclNo
                                and hh3cNATOutboundPoolIdx were provided correctly,
                                its value is changed 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATOutboundTable(2) hh3cNATOutboundEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.3
hh3cNATServerTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT inside Server Table.  Administrator can configure server in the
                                private network which can provide service for people in the public network.
                                The translation map is :
                                (InsideIP     , InsidePort--> GlobalIP, GlobalPort    )
                                (InsideIP + 1 , InsidePort--> GlobalIP, GlobalPort + 1)
                                (InsideIP + 2 , InsidePort--> GlobalIP, GlobalPort + 2)
                                ...
                                ...
                                ...
                                (InsideIP+n(=InsideIP2),InsidePort--> GlobalIP,GlobalPort+n(=GlobalPort2))
                                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 3 }

.1.3.6.1.4.1.25506.2.18.2.3.1
hh3cNATServerEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cNATServerProType, hh3cNATServerGlobalIP, hh3cNATServerStartGlobalPort, hh3cNATServerVpnIndex }
  DESCRIPTION	"The entry of NAT inside server table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) 1 }

.1.3.6.1.4.1.25506.2.18.2.3.1.1
hh3cNATServerProType OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of protocol: icmp(1), tcp(6), udp(17) and others."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.3.1.2
hh3cNATServerGlobalIP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The global IP address of Inside Server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.3.1.3
hh3cNATServerStartGlobalPort OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The start global port of Inside Server.
                                When the port need not be configured, the value is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.3.1.4
hh3cNATServerEndGlobalPort OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The end global port of Inside Server.  When administrator doesn't
                                configure a series of inside server, the value is 0.
                                If the value is not zero, the value of (GlobalPort2-GlobalPort)
                                must be equal to (InsideIP2 - InsideIP)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.3.1.5
hh3cNATServerStartInsideIP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The start private IP address of Inside Server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.3.1.6
hh3cNATServerEndInsideIP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The end private IP address of Inside Server.  When administrator doesn't
                                configure a series of inside server, the value is 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 6 }

.1.3.6.1.4.1.25506.2.18.2.3.1.7
hh3cNATServerInsidePort OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The private port of Inside Server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 7 }

.1.3.6.1.4.1.25506.2.18.2.3.1.8
hh3cNATServerSlotNo OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..14 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of NAT board.  In router, the value is 255 because no NAT board in it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 8 }

.1.3.6.1.4.1.25506.2.18.2.3.1.10
hh3cNATServerVpnIndex OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPN index of server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 10 }

.1.3.6.1.4.1.25506.2.18.2.3.1.11
hh3cNATServerAclNumber OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..10000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Number of basic or advanced ACL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 11 }

.1.3.6.1.4.1.25506.2.18.2.3.1.12
hh3cNATServerRowStatus OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only support 'destroy' and 'createAndGo'.
                                If hh3cNATServerProType, hh3cNATServerGlobalIP, hh3cNATServerGlobalPort
                                and hh3cNATServerInsideIP were provided correctly,
                                its value is changed 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATServerTable(3) hh3cNATServerEntry(1) 12 }

.1.3.6.1.4.1.25506.2.18.2.4
hh3cNATTimeOutTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT Time out Table. When a connection is established,
                                if there are not any actives in this connection between
                                the time, it will be disconnected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 4 }

.1.3.6.1.4.1.25506.2.18.2.4.1
hh3cNATTimeOutEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATTimeOutProtocol }
  DESCRIPTION	"The entry of NAT Time out Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATTimeOutTable(4) 1 }

.1.3.6.1.4.1.25506.2.18.2.4.1.1
hh3cNATTimeOutProtocol OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {tcp(1), udp(2), icmp(3), pptp(4), dns(5), tcpFin(6), tcpSyn(7), ftpCtrl(8), ftpData(9)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATTimeOutTable(4) hh3cNATTimeOutEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.4.1.2
hh3cNATTimeOutTimeValue OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (10..86400) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time of time out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATTimeOutTable(4) hh3cNATTimeOutEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.5
hh3cNATBLEnableTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT blacklist function Enable Table.  In this table, administrator can decide
                                whether to start the function of blacklist in the NAT board.
                                When the function of blacklist can't be set for a NAT board,
                                the number of NAT board is 256."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 5 }

.1.3.6.1.4.1.25506.2.18.2.5.1
hh3cNATBLEnableEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATBLEnableSlotNo }
  DESCRIPTION	"The entry of NAT blacklist Enable Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLEnableTable(5) 1 }

.1.3.6.1.4.1.25506.2.18.2.5.1.1
hh3cNATBLEnableSlotNo OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..14 | 255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of NAT board.
                                When the function of blacklist can't be set for a NAT board,
                                the value is 255."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLEnableTable(5) hh3cNATBLEnableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.5.1.2
hh3cNATBLEnable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Start or stop of function of blacklist."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLEnableTable(5) hh3cNATBLEnableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.6
hh3cNATBLIPConnectLimitParaTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of connection control of special IP address.  In this table, administrator can decide to
                                adopt which manner to control the connection which IP address is the
                                special IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 6 }

.1.3.6.1.4.1.25506.2.18.2.6.1
hh3cNATBLIPConnectLimitParaEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATBLIPConnectLimitParaIP }
  DESCRIPTION	"The entry of the table of connection control of special IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLIPConnectLimitParaTable(6) 1 }

.1.3.6.1.4.1.25506.2.18.2.6.1.1
hh3cNATBLIPConnectLimitParaIP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The special IP address.  The IP is private IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLIPConnectLimitParaTable(6) hh3cNATBLIPConnectLimitParaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.6.1.2
hh3cNATBLIPConnectHighValue OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (20..20000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximal connection amount.  It must be more than the minimal connection amount."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLIPConnectLimitParaTable(6) hh3cNATBLIPConnectLimitParaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.6.1.3
hh3cNATBLIPConnectLowValue OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (20..20000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimal connection amount.  It must be less than the maximal connection amount."
  DEFVAL	{ 200 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLIPConnectLimitParaTable(6) hh3cNATBLIPConnectLimitParaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.6.1.4
hh3cNATBLIPUseSpecialConnectRate OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether to use the special connection rate control."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLIPConnectLimitParaTable(6) hh3cNATBLIPConnectLimitParaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.6.1.5
hh3cNATBLIPConnectLimitRowStatus OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only support 'destroy' and 'createAndGo'.
                                 If hh3cNATBLIPConnectHighValue, hh3cNATBLIPConnectLowValue
                                 and hh3cNATBLIPUseSpecialConnectRate were provided correctly,
                                 its value is changed 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLIPConnectLimitParaTable(6) hh3cNATBLIPConnectLimitParaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.7
hh3cNATBLManagerTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The management table of blacklist.
                                The table doesn't support 'getnext' operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 7 }

.1.3.6.1.4.1.25506.2.18.2.7.1
hh3cNATBLManagerEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATBLIpAdress, hh3cNATBLSlotNo }
  DESCRIPTION	"The entry of management table of blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLManagerTable(7) 1 }

.1.3.6.1.4.1.25506.2.18.2.7.1.1
hh3cNATBLIpAdress OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of entry of blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLManagerTable(7) hh3cNATBLManagerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.7.1.2
hh3cNATBLSlotNo OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..14) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of NAT board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLManagerTable(7) hh3cNATBLManagerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.7.1.3
hh3cNATBLConSum OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The connection amount."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLManagerTable(7) hh3cNATBLManagerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.7.1.4
hh3cNATBLConSpd OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {red(1), yellow(2), green(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of connection rate:
                                red(1)   : the connection rate is above the upper limit.
                                yellow(2): the connection rate is between the upper and lower limit.
                                green(3) : the connection rate is below the lower limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBLManagerTable(7) hh3cNATBLManagerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.8
hh3cNATStatTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The statistics information table of NAT module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 8 }

.1.3.6.1.4.1.25506.2.18.2.8.1
hh3cNATStatEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATStatNATBoardNo }
  DESCRIPTION	"The entry of statistics information table of NAT module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) 1 }

.1.3.6.1.4.1.25506.2.18.2.8.1.1
hh3cNATStatNATBoardNo OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..14 | 255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of NAT board.  In router, the value is 255 because no NAT board in it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.8.1.2
hh3cNATStatActiveTblCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active PAT session count In software."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.8.1.3
hh3cNATStatActiveTblCountInNP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active PAT session count In NP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.8.1.4
hh3cNATStatActiveNatTblCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active NO-PAT session count."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.8.1.5
hh3cNATStatActiveSvrTblCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active SERVER session count."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.8.1.6
hh3cNATStatActivePoolTblCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active address pool session count."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.18.2.8.1.7
hh3cNATStatNumOfUsedPort OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of used port in NP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.18.2.8.1.8
hh3cNATStatNumOfGoodPkt OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of good packet in NP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.18.2.8.1.9
hh3cNATStatNumOfBadPkt OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bad packet in NP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.18.2.8.1.10
hh3cNATStaticSessionCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active STATIC session count."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.18.2.8.1.11
hh3cNATFragmentSessionCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active fragment packet session count."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.18.2.8.1.12
hh3cNATSequenceSessionCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active session table count hash by private IP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.18.2.8.1.13
hh3cNATLogCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Buffered Nat LOG table count."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatTable(8) hh3cNATStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.18.2.9
hh3cNATSessionTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The nat session information table.  There is the address translation information in the table.
                                The sketch map of connection is
                                pc1(private Net)------------------>NAT Device ------------------>Server(public Net)
                                InsideIP, InsidePort---->translating to GlobalIP, GlobalPort------>PeerIP, PeerPort.
                                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 9 }

.1.3.6.1.4.1.25506.2.18.2.9.1
hh3cNATSessionEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATSessionHashNumber, hh3cNATSessionProtocol, hh3cNATSessionInsideIP, hh3cNATSessionInsidePort, hh3cNATSessionPeerIP, hh3cNATSessionPeerPort, hh3cNATSessionVpnIndex }
  DESCRIPTION	"The entry of session information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) 1 }

.1.3.6.1.4.1.25506.2.18.2.9.1.1
hh3cNATSessionHashNumber OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..300000) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The row number of the hash table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.9.1.2
hh3cNATSessionProtocol OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol type of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.9.1.3
hh3cNATSessionGlobalIP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The global IP of session. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.9.1.4
hh3cNATSessionGlobalPort OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The global port of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.9.1.5
hh3cNATSessionInsideIP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Inside IP of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.9.1.6
hh3cNATSessionInsidePort OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Inside port of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.18.2.9.1.7
hh3cNATSessionPeerIP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The peer IP of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 7 }

.1.3.6.1.4.1.25506.2.18.2.9.1.8
hh3cNATSessionPeerPort OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The peer port of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 8 }

.1.3.6.1.4.1.25506.2.18.2.9.1.9
hh3cNATSessionVpnIndex OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPN index of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 9 }

.1.3.6.1.4.1.25506.2.18.2.9.1.10
hh3cNATSessionTTL OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The TTL of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 10 }

.1.3.6.1.4.1.25506.2.18.2.9.1.11
hh3cNATSessionStatus OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 11 }

.1.3.6.1.4.1.25506.2.18.2.9.1.12
hh3cNATSessionLeftTime OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Left time of session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATSessionTable(9) hh3cNATSessionEntry(1) 12 }

.1.3.6.1.4.1.25506.2.18.2.10
hh3cNATStaticConfTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Static Nat configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 10 }

.1.3.6.1.4.1.25506.2.18.2.10.1
hh3cNATStaticConfEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATStaticInsideIp }
  DESCRIPTION	"Configure static Nat."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStaticConfTable(10) 1 }

.1.3.6.1.4.1.25506.2.18.2.10.1.1
hh3cNATStaticInsideIp OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Inside ip address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStaticConfTable(10) hh3cNATStaticConfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.10.1.2
hh3cNATStaticGlobalIp OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Global Ip address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStaticConfTable(10) hh3cNATStaticConfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.10.1.3
hh3cNATStaticRowStatus OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only support 'destroy' and 'createAndGo'.
                                If hh3cNATStaticInsideIp and hh3cNATStaticGlobalIp were provided correctly,
                                its value is changed 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStaticConfTable(10) hh3cNATStaticConfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.11
hh3cNATStaticEnableTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Active the static Nat on interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 11 }

.1.3.6.1.4.1.25506.2.18.2.11.1
hh3cNATStaticEnableEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Active the static Nat on interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStaticEnableTable(11) 1 }

.1.3.6.1.4.1.25506.2.18.2.11.1.2
hh3cNATStaticEnable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {disable(0), enable(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/disable the static Nat on the interface(hh3cNatStaticEnableIfIndex).
                                disable  (0)
                                enable   (1)
                                                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStaticEnableTable(11) hh3cNATStaticEnableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.12
hh3cNATDnsMapTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to set mapping of DNS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 12 }

.1.3.6.1.4.1.25506.2.18.2.12.1
hh3cNATDnsMapEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATDnsMapDomainName }
  DESCRIPTION	"The entry of hh3cNATDnsMapTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATDnsMapTable(12) 1 }

.1.3.6.1.4.1.25506.2.18.2.12.1.1
hh3cNATDnsMapDomainName OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Domain name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATDnsMapTable(12) hh3cNATDnsMapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.12.1.2
hh3cNATDnsMapGlobalIp OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Global IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATDnsMapTable(12) hh3cNATDnsMapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.12.1.3
hh3cNATDnsMapGlobalPort OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" Global port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATDnsMapTable(12) hh3cNATDnsMapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.12.1.4
hh3cNATDnsMapProtocolType OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	INTEGER {any(0), typeTCP(1), typeUDP(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"TCP   Transmission Control Protocol.
                                UDP   User Datagram Protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATDnsMapTable(12) hh3cNATDnsMapEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.12.1.5
hh3cNATDnsMapLastUseTime OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Its value is the time that the device uses
                                from startup to last use 'Dns Map'record.
                                If the value is 0,the device never use this
                                record."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATDnsMapTable(12) hh3cNATDnsMapEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.12.1.6
hh3cNATDnsMapRowStatus OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only support 'destroy' and 'createAndGo'.
                                If hh3cNATDnsMapDomainName, hh3cNATDnsMapGlobalIp
                                and hh3cNATDnsMapGlobalPortor hh3cNATDnsMapDomainName,
                                hh3cNATDnsMapGlobalIp, hh3cNATDnsMapGlobalPort and
                                hh3cNATDnsMapProtocolType were provided correctly,
                                its value is changed 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATDnsMapTable(12) hh3cNATDnsMapEntry(1) 6 }

.1.3.6.1.4.1.25506.2.18.2.13
hh3cNATStatVer2Table OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The new statistics of NAT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 13 }

.1.3.6.1.4.1.25506.2.18.2.13.1
hh3cNATStatVer2TableEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATStatChassis, hh3cNATStatSlot, hh3cNATStatCPUID }
  DESCRIPTION	"An entry (conceptual row) representing NAT
                     statistics information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) 1 }

.1.3.6.1.4.1.25506.2.18.2.13.1.1
hh3cNATStatChassis OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An IRF member device ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.13.1.2
hh3cNATStatSlot OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The slot where the card resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.13.1.3
hh3cNATStatCPUID OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"CPU ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.13.1.4
hh3cNATTotalNATSessionCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current NAT sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.13.1.5
hh3cNATEimTableCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current EIM tables."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.13.1.6
hh3cNATInboundNoPATTableCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current NO-PAT tables built on NAT inbound
                     translation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 6 }

.1.3.6.1.4.1.25506.2.18.2.13.1.7
hh3cNATOutboundNoPATTableCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current NO-PAT tables built on NAT outbound
                     translation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 7 }

.1.3.6.1.4.1.25506.2.18.2.13.1.8
hh3cNATMaxDynamicPortblock OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current NAT444 dynamic port blocks."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 8 }

.1.3.6.1.4.1.25506.2.18.2.13.1.9
hh3cNATMaxStaticPortblock OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current NAT444 static port blocks."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 9 }

.1.3.6.1.4.1.25506.2.18.2.13.1.10
hh3cNATActiveDynamicPortblock OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current active NAT444 dynamic port blocks."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 10 }

.1.3.6.1.4.1.25506.2.18.2.13.1.11
hh3cNATActiveStaticPortblock OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current active NAT444 static port blocks."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 11 }

.1.3.6.1.4.1.25506.2.18.2.13.1.12
hh3cNATSessionCreateRate OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rate of nat session create."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 12 }

.1.3.6.1.4.1.25506.2.18.2.13.1.13
hh3cNATCurBandwidthRatio OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the current CGN card bandwidth usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATStatVer2Table(13) hh3cNATStatVer2TableEntry(1) 13 }

.1.3.6.1.4.1.25506.2.18.2.14
hh3cNATAddrGrpStatTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The statistics of NAT address groups."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 14 }

.1.3.6.1.4.1.25506.2.18.2.14.1
hh3cNATAddrGrpStatTableEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNATAddrGrpStatChassis, hh3cNATAddrGrpStatSlot, hh3cNATAddrGrpStatCPUID, hh3cNATAddrGrpStatAddrGrpNum }
  DESCRIPTION	"An entry (conceptual row) representing NAT
                     address group statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATAddrGrpStatTable(14) 1 }

.1.3.6.1.4.1.25506.2.18.2.14.1.1
hh3cNATAddrGrpStatChassis OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An IRF member device ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATAddrGrpStatTable(14) hh3cNATAddrGrpStatTableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.14.1.2
hh3cNATAddrGrpStatSlot OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The slot where the card resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATAddrGrpStatTable(14) hh3cNATAddrGrpStatTableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.14.1.3
hh3cNATAddrGrpStatCPUID OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"CPU ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATAddrGrpStatTable(14) hh3cNATAddrGrpStatTableEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.14.1.4
hh3cNATAddrGrpStatAddrGrpNum OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The NAT address group number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATAddrGrpStatTable(14) hh3cNATAddrGrpStatTableEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.14.1.5
hh3cNATAddrGrpStatFailAllocPort OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of NAT port allocation failures."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATAddrGrpStatTable(14) hh3cNATAddrGrpStatTableEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.14.1.6
hh3cNATAddrGrpStatAddrGrpSessCnt OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The session count of current NAT address group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATAddrGrpStatTable(14) hh3cNATAddrGrpStatTableEntry(1) 6 }

.1.3.6.1.4.1.25506.2.18.2.15
hh3cNATBandwidthTraps OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 15 }

.1.3.6.1.4.1.25506.2.18.2.15.0
hh3cNATBandwidthPrefix OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBandwidthTraps(15) 0 }

.1.3.6.1.4.1.25506.2.18.2.15.0.1
hh3cNATBandwidthTrap NOTIFICATION-TYPE
  -- FROM	HH3C-NAT-MIB
  OBJECTS	{ hh3cNATBandwidthRatio, hh3cNATChassis, hh3cNATSlot, hh3cNATCpu }
  DESCRIPTION	"Send trap when the bandwidth usage of a CGN card has reached the hh3cNATBandwidthRatio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBandwidthTraps(15) hh3cNATBandwidthPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.18.2.15.0.2
hh3cNATBandwidthRecoveryTrap NOTIFICATION-TYPE
  -- FROM	HH3C-NAT-MIB
  OBJECTS	{ hh3cNATChassis, hh3cNATSlot, hh3cNATCpu }
  DESCRIPTION	"Send trap when the CGN card bandwidth usage has dropped below the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBandwidthTraps(15) hh3cNATBandwidthPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.18.2.15.1
hh3cNATBandwidthTrapObjects OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBandwidthTraps(15) 1 }

.1.3.6.1.4.1.25506.2.18.2.15.1.1
hh3cNATBandwidthRatio OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The usage of CGN card bandwidth."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBandwidthTraps(15) hh3cNATBandwidthTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.15.1.2
hh3cNATChassis OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"An IRF member device ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBandwidthTraps(15) hh3cNATBandwidthTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.15.1.3
hh3cNATSlot OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The slot where the card resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBandwidthTraps(15) hh3cNATBandwidthTrapObjects(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.15.1.4
hh3cNATCpu OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..7) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"CPU ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNATBandwidthTraps(15) hh3cNATBandwidthTrapObjects(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.16
hh3cInstAddrGrpUsgTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The usage of NAT instance address group resources(port-block usage)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 16 }

.1.3.6.1.4.1.25506.2.18.2.16.1
hh3cInstAddrGrpUsgEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cInstAddrUsgInstName, hh3cInstAddrUsgGrpIndex }
  DESCRIPTION	"The resource usage info of an address group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsgTable(16) 1 }

.1.3.6.1.4.1.25506.2.18.2.16.1.1
hh3cInstAddrUsgInstName OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT instance name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsgTable(16) hh3cInstAddrGrpUsgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.16.1.2
hh3cInstAddrUsgGrpIndex OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (1..65536) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT address group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsgTable(16) hh3cInstAddrGrpUsgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.16.1.3
hh3cInstAddrUsgInstIndex OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"NAT instance index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsgTable(16) hh3cInstAddrGrpUsgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.16.1.4
hh3cInstAddrUsgGrpUsage OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The usage of address group resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsgTable(16) hh3cInstAddrGrpUsgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.16.1.5
hh3cInstAddrUsgTotalIPCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65536) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of NAT addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsgTable(16) hh3cInstAddrGrpUsgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.16.1.6
hh3cInstAddrUsgUsedIPCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65536) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NAT addresses used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsgTable(16) hh3cInstAddrGrpUsgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.18.2.16.1.7
hh3cInstAddrUsgUnusedIPCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65536) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NAT addresses not in use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsgTable(16) hh3cInstAddrGrpUsgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.18.2.17
hh3cInstAddrGrpMemberUsgTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The usage of CGN address group member resources(port-block usage)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 17 }

.1.3.6.1.4.1.25506.2.18.2.17.1
hh3cInstAddrGrpMemberUsgEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cInstAddrMemUsgInstName, hh3cInstAddrMemUsgGrpIndex, hh3cInstAddrMemUsgGrpStartIP }
  DESCRIPTION	"The resource usage info of an address group member."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpMemberUsgTable(17) 1 }

.1.3.6.1.4.1.25506.2.18.2.17.1.1
hh3cInstAddrMemUsgInstName OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT instance name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpMemberUsgTable(17) hh3cInstAddrGrpMemberUsgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.17.1.2
hh3cInstAddrMemUsgGrpIndex OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (1..65536) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT address group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpMemberUsgTable(17) hh3cInstAddrGrpMemberUsgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.17.1.3
hh3cInstAddrMemUsgGrpStartIP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT address group member start IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpMemberUsgTable(17) hh3cInstAddrGrpMemberUsgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.17.1.4
hh3cInstAddrMemUsgGrpEndIP OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"NAT address group member end IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpMemberUsgTable(17) hh3cInstAddrGrpMemberUsgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.17.1.5
hh3cInstAddrMemUsgInstIndex OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (1..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"NAT instance index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpMemberUsgTable(17) hh3cInstAddrGrpMemberUsgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.17.1.6
hh3cInstAddrMemUsgGrpUsage OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The usage of address group member resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpMemberUsgTable(17) hh3cInstAddrGrpMemberUsgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.18.2.17.1.7
hh3cInstAddrMemUsgGrpIPMask OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"NAT address mask."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpMemberUsgTable(17) hh3cInstAddrGrpMemberUsgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.18.2.18
hh3cInstAddrGrpUsageTraps OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 18 }

.1.3.6.1.4.1.25506.2.18.2.18.0
hh3cInstAddrGrpUsagePrefix OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsageTraps(18) 0 }

.1.3.6.1.4.1.25506.2.18.2.18.0.1
hh3cInstAddrGrpUsageTrap NOTIFICATION-TYPE
  -- FROM	HH3C-NAT-MIB
  OBJECTS	{ hh3cInstAddrTrapInstName, hh3cInstAddrTrapGrpIndex, hh3cInstAddrTrapInstIndex, hh3cInstAddrTrapUsgThreshold }
  DESCRIPTION	"Send trap when hh3cInstAddrUsgGrpUsage reached the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsageTraps(18) hh3cInstAddrGrpUsagePrefix(0) 1 }

.1.3.6.1.4.1.25506.2.18.2.18.0.2
hh3cInstAddrGrpUsageRecovTrap NOTIFICATION-TYPE
  -- FROM	HH3C-NAT-MIB
  OBJECTS	{ hh3cInstAddrTrapInstName, hh3cInstAddrTrapGrpIndex, hh3cInstAddrTrapInstIndex }
  DESCRIPTION	"Send trap when dropped below the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsageTraps(18) hh3cInstAddrGrpUsagePrefix(0) 2 }

.1.3.6.1.4.1.25506.2.18.2.18.1
hh3cInstAddrGrpUsageTrapInfo OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsageTraps(18) 1 }

.1.3.6.1.4.1.25506.2.18.2.18.1.1
hh3cInstAddrTrapInstName OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"NAT instance name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsageTraps(18) hh3cInstAddrGrpUsageTrapInfo(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.18.1.2
hh3cInstAddrTrapGrpIndex OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (1..65536) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"NAT address group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsageTraps(18) hh3cInstAddrGrpUsageTrapInfo(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.18.1.3
hh3cInstAddrTrapInstIndex OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (1..127) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"NAT instance index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsageTraps(18) hh3cInstAddrGrpUsageTrapInfo(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.18.1.4
hh3cInstAddrTrapUsgThreshold OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..100) 
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"NAT address group usage reached the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cInstAddrGrpUsageTraps(18) hh3cInstAddrGrpUsageTrapInfo(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.19
hh3cNatIPPoolGroupTable OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The usage of NAT IP pool address group resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 19 }

.1.3.6.1.4.1.25506.2.18.2.19.1
hh3cNatIPPoolGroupEntry OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNatIPPoolName }
  DESCRIPTION	"The resource usage info of an IP pool address group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolGroupTable(19) 1 }

.1.3.6.1.4.1.25506.2.18.2.19.1.1
hh3cNatIPPoolName OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NAT IP pool name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolGroupTable(19) hh3cNatIPPoolGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.19.1.2
hh3cNatIPPoolAddrUsage OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The usage of NAT IP pool address group resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolGroupTable(19) hh3cNatIPPoolGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.18.2.19.1.3
hh3cNatIPPoolTotalCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65536) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of NAT addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolGroupTable(19) hh3cNatIPPoolGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.18.2.19.1.4
hh3cNatIPPoolUsedCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65536) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NAT addresses used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolGroupTable(19) hh3cNatIPPoolGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.18.2.19.1.5
hh3cNatIPPoolUnusedCount OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..65536) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NAT addresses not in use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolGroupTable(19) hh3cNatIPPoolGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.18.2.20
hh3cNatIPPoolAddrUsageExceedTraps OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) 20 }

.1.3.6.1.4.1.25506.2.18.2.20.0
hh3cNatIPPoolAddrUsageExceedPrefix OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolAddrUsageExceedTraps(20) 0 }

.1.3.6.1.4.1.25506.2.18.2.20.0.1
hh3cNatIPPoolAddrUsageExceedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-NAT-MIB
  OBJECTS	{ hh3cNatTrapIPPoolName, hh3cNatTrapIPPoolAddrUsage }
  DESCRIPTION	"Send trap when NatIPPoolAddrUsageExceed reached the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolAddrUsageExceedTraps(20) hh3cNatIPPoolAddrUsageExceedPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.18.2.20.0.2
hh3cNatIPPoolAddrUsageRecoveryTrap NOTIFICATION-TYPE
  -- FROM	HH3C-NAT-MIB
  OBJECTS	{ hh3cNatTrapIPPoolName, hh3cNatTrapIPPoolAddrUsage }
  DESCRIPTION	"Send trap when dropped below the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolAddrUsageExceedTraps(20) hh3cNatIPPoolAddrUsageExceedPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.18.2.20.1
hh3cNatIPPoolAddrUsageTrapExceed OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolAddrUsageExceedTraps(20) 1 }

.1.3.6.1.4.1.25506.2.18.2.20.1.1
hh3cNatTrapIPPoolName OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"NAT IP pool name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolAddrUsageExceedTraps(20) hh3cNatIPPoolAddrUsageTrapExceed(1) 1 }

.1.3.6.1.4.1.25506.2.18.2.20.1.2
hh3cNatTrapIPPoolAddrUsage OBJECT-TYPE
  -- FROM	HH3C-NAT-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"NAT IP pool address usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNat(18) hh3cNATMibObjects(2) hh3cNatIPPoolAddrUsageExceedTraps(20) hh3cNatIPPoolAddrUsageTrapExceed(1) 2 }

.1.3.6.1.4.1.25506.2.19
hh3cPos OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PPP-OVER-SONET-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 19 }

.1.3.6.1.4.1.25506.2.19.1
hh3cPosMIBObjects OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) 1 }

.1.3.6.1.4.1.25506.2.19.1.1
hh3cPosParamTable OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The pos parameter table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.19.1.1.1
hh3cPosParamTableEntry OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The entry of pos table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) 1 }

.1.3.6.1.4.1.25506.2.19.1.1.1.1
hh3cPosCRC OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	INTEGER {crc32(1), crc16(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The length of CRC"
  DEFVAL	{ crc32 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.19.1.1.1.2
hh3cPosMTU OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum Transfer Unit (MTU) of POS interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.19.1.1.1.3
hh3cPosScramble OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Scrambling is used to avoid continuous 0 or 1 in signals. This
        object is to decide whether to scramble or not"
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 3 }

.1.3.6.1.4.1.25506.2.19.1.1.1.4
hh3cPosClockSource OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	INTEGER {system(1), line(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value indicates the source of clock signal. System indicates
        that clock signals are from device itself and line for clock signals
        from remote"
  DEFVAL	{ line }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 4 }

.1.3.6.1.4.1.25506.2.19.1.1.1.5
hh3cPosSdhFlagJ0 OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..15) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The section trace byte. This node is used when the frame type is sdh."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 5 }

.1.3.6.1.4.1.25506.2.19.1.1.1.6
hh3cPosSdhFlagJ1 OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..15) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The path trace byte. This node is used when the frame type is sdh."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 6 }

.1.3.6.1.4.1.25506.2.19.1.1.1.7
hh3cPosSonetFlagJ0 OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The section trace byte. This node is used when the frame type is sonet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 7 }

.1.3.6.1.4.1.25506.2.19.1.1.1.8
hh3cPosSonetFlagJ1 OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..62) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The path trace byte. This node is used when the frame type is sonet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 8 }

.1.3.6.1.4.1.25506.2.19.1.1.1.9
hh3cPosFlagC2 OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The parameter for the channel signal value of C2 byte"
  DEFVAL	{ 22 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 9 }

.1.3.6.1.4.1.25506.2.19.1.1.1.10
hh3cPosFrameType OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	INTEGER {sdh(1), sonet(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The frame type that encapsulates the packet. Default frame type is
        sdh(Synchronous Digital Hierarchy) It also can be configured using
        sonet type(Synchronous Optical Network)."
  DEFVAL	{ sdh }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 10 }

.1.3.6.1.4.1.25506.2.19.1.1.1.11
hh3cPosBindVlanId OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32 (0..4095) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The vlan that this pos port binds. The vlan can not include any other
        port, otherwise error will be returned. If the vlan has a virtual
        interface, the status of virtual interface will be up or down according
        to the link status or this pos."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 11 }

.1.3.6.1.4.1.25506.2.19.1.1.1.12
hh3cPosEncapsulation OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	INTEGER {ppp(1), hdlc(2), fr(3), mfr(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of encapsulation "
  DEFVAL	{ ppp }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 12 }

.1.3.6.1.4.1.25506.2.19.1.1.1.13
hh3cPoskeepaliveTimeout OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32 (0..32767) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The keeplive of ppp, hdlc, fr or mfr. It is the query interval of link status. Two
        members of a link should have same keeplive. The default 0 prohibits
        detecting status of link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 13 }

.1.3.6.1.4.1.25506.2.19.1.1.1.14
hh3cPosBERthresholdSF OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32 (3..9) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The bit-error rate threshold for Signal Fault. SF threshold should
        be greater than SD threshold."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 14 }

.1.3.6.1.4.1.25506.2.19.1.1.1.15
hh3cPosBERthresholdSD OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32 (3..9) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The bit-error rate threshold for Signal Degrade. SD threshold should
        be less than SF threshold."
  DEFVAL	{ 6 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 15 }

.1.3.6.1.4.1.25506.2.19.1.1.1.16
hh3cPosB1Error OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Counter for SBIPE(Section Bit Interleave Parity Error)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 16 }

.1.3.6.1.4.1.25506.2.19.1.1.1.17
hh3cPosB2Error OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Counter for LBIPE(Line Bit Interleave Parity Error)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 17 }

.1.3.6.1.4.1.25506.2.19.1.1.1.18
hh3cPosB3Error OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Counter for PBIPE(Path Bit Interleave Parity Error)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 18 }

.1.3.6.1.4.1.25506.2.19.1.1.1.19
hh3cPosM1Error OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"How many times does LREI(Line Remote Error Indication) occur"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 19 }

.1.3.6.1.4.1.25506.2.19.1.1.1.20
hh3cPosG1Error OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"How many times does PREI(Path Remote Error Indication) occur"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 20 }

.1.3.6.1.4.1.25506.2.19.1.1.1.21
hh3cPosFlagJ0Type OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	INTEGER {sdh(1), sonet(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The frame type that encapsulates the flag J0. Default frame type is
        sdh(Synchronous Digital Hierarchy). It also can be configured using
        sonet(Synchronous Optical Network) type."
  DEFVAL	{ sdh }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 21 }

.1.3.6.1.4.1.25506.2.19.1.1.1.22
hh3cPosFlagJ1Type OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	INTEGER {sdh(1), sonet(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The frame type that encapsulates the flag J1. Default frame type is
        sdh(Synchronous Digital Hierarchy). It also can be configured using
        sonet(Synchronous Optical Network) type."
  DEFVAL	{ sdh }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 22 }

.1.3.6.1.4.1.25506.2.19.1.1.1.23
hh3cPosB1TCAThreshold OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32 (3..9) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Threshold for B1 TCA."
  DEFVAL	{ 6 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 23 }

.1.3.6.1.4.1.25506.2.19.1.1.1.24
hh3cPosB2TCAThreshold OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32 (3..9) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Threshold for B2 TCA."
  DEFVAL	{ 6 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 24 }

.1.3.6.1.4.1.25506.2.19.1.1.1.25
hh3cPosB3TCAThreshold OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	Integer32 (3..9) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Threshold for B3 TCA."
  DEFVAL	{ 6 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 25 }

.1.3.6.1.4.1.25506.2.19.1.1.1.26
hh3cPosB1TCAEnable OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable traps of B1 TCA."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 26 }

.1.3.6.1.4.1.25506.2.19.1.1.1.27
hh3cPosB2TCAEnable OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable traps of B2 TCA."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 27 }

.1.3.6.1.4.1.25506.2.19.1.1.1.28
hh3cPosB3TCAEnable OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable traps of B3 TCA."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBObjects(1) hh3cPosParamTable(1) hh3cPosParamTableEntry(1) 28 }

.1.3.6.1.4.1.25506.2.19.2
hh3cPosMIBNotificationsPrefix OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) 2 }

.1.3.6.1.4.1.25506.2.19.2.0
hh3cPosMIBNotifications OBJECT-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) 0 }

.1.3.6.1.4.1.25506.2.19.2.0.1
hh3cPosLOSAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates loss of signal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.19.2.0.2
hh3cPosLOFAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates loss of frame"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.19.2.0.3
hh3cPosOOFAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates out of frame"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 3 }

.1.3.6.1.4.1.25506.2.19.2.0.4
hh3cPosLAISAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm when LAIS(Line  Alarm  Indication  Signal) arrives"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 4 }

.1.3.6.1.4.1.25506.2.19.2.0.5
hh3cPosLRDIAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm when LRDI(Line  Remote  Defect  Indication) arrives"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 5 }

.1.3.6.1.4.1.25506.2.19.2.0.6
hh3cPosPRDIAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm when PRDI(Path  Remote  Defect  Indication) arrives"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 6 }

.1.3.6.1.4.1.25506.2.19.2.0.7
hh3cPosPAISAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm when PAIS(Path  Alarm  Indication  Signal) arrives"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 7 }

.1.3.6.1.4.1.25506.2.19.2.0.8
hh3cPosLOPAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates loss of pointer"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 8 }

.1.3.6.1.4.1.25506.2.19.2.0.9
hh3cPosSTIMAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates inconsistency between sent and received J0 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 9 }

.1.3.6.1.4.1.25506.2.19.2.0.10
hh3cPosPTIMAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates inconsistency between sent and received J1 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 10 }

.1.3.6.1.4.1.25506.2.19.2.0.11
hh3cPosPSLMAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates a mismatched C2 byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 11 }

.1.3.6.1.4.1.25506.2.19.2.0.12
hh3cPosLSDAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates that the B2 bit-error rate exceeds SD threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 12 }

.1.3.6.1.4.1.25506.2.19.2.0.13
hh3cPosLSFAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates that the B2 bit-error rate exceeds SF threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 13 }

.1.3.6.1.4.1.25506.2.19.2.0.14
hh3cPosNormalAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"Alarm indicates that the Pos interface state returns normal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 14 }

.1.3.6.1.4.1.25506.2.19.2.0.15
hh3cPosB1TCAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"Threshold crossing alarms for B1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 15 }

.1.3.6.1.4.1.25506.2.19.2.0.16
hh3cPosB2TCAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"Threshold crossing alarms for B2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 16 }

.1.3.6.1.4.1.25506.2.19.2.0.17
hh3cPosB3TCAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPP-OVER-SONET-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"Threshold crossing alarms for B3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPos(19) hh3cPosMIBNotificationsPrefix(2) hh3cPosMIBNotifications(0) 17 }

.1.3.6.1.4.1.25506.2.20
hh3cNS OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-NS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 20 }

.1.3.6.1.4.1.25506.2.20.1
hh3cNSMibObjects OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) 1 }

.1.3.6.1.4.1.25506.2.20.1.1
hh3cNSMibScalarObjects OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.20.1.1.1
hh3cNSActiveTime OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32 (1..60) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The stream will be aged when the active time of this stream
            exceeds this value.  This object is in minute."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSMibScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.20.1.1.2
hh3cNSInactiveTime OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32 (1..600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The stream will be aged when the inactive time of this stream
            exceeds this value.  This object is in second."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSMibScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.20.1.1.3
hh3cNSVersion OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32 (5 | 9) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The version of the exported packet, which describes the format
            of the exported packet.
            It should export version 5 and version 8 when this object is 5,
            but it should export version 9 only when the value of this object
            is 9.
            "
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSMibScalarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.20.1.1.4
hh3cNSAsType OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	INTEGER {peerAs(1), originAs(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of autonomous system (AS).
            This object can be origin or peer."
  DEFVAL	{ peerAs }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSMibScalarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.20.1.1.5
hh3cNSTemplateRefreshRate OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32 (1..600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies the refresh rate in number of
            exported packets."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSMibScalarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.20.1.1.6
hh3cNSTemplateTimeout OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32 (1..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies the timeout rate in minutes."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSMibScalarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.20.1.1.7
hh3cNSExportVlanOrIfIndex OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	INTEGER {vlanId(1), interfaceIndex(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the interface index at the exported packet.
             It can be interface index or vlan id according to the product."
  DEFVAL	{ vlanId }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSMibScalarObjects(1) 7 }

.1.3.6.1.4.1.25506.2.20.1.2
hh3cNSProcessSlotTable OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the board which can enable network traffic
            statistics at the switch or router."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.20.1.2.1
hh3cNSProcessSlotEntry OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNSProcessSlot }
  DESCRIPTION	"The entry of hh3cNSProcessSlotEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSProcessSlotTable(2) 1 }

.1.3.6.1.4.1.25506.2.20.1.2.1.1
hh3cNSProcessSlot OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes all boards which can processes network
            traffic statistics at the switch or router."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSProcessSlotTable(2) hh3cNSProcessSlotEntry(1) 1 }

.1.3.6.1.4.1.25506.2.20.1.3
hh3cNSExportConfigTable OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the configuration of the exported packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) 3 }

.1.3.6.1.4.1.25506.2.20.1.3.1
hh3cNSExportConfigEntry OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNSAggregationType }
  DESCRIPTION	"The entry of hh3cNSExportConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.20.1.3.1.1
hh3cNSAggregationType OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	INTEGER {v5Statistics(1), as(2), destinationPrefix(3), sourcePrefix(4), protocolPort(5), prefix(6), tosAs(7), tosDestinationPrefix(8), tosSourcePrefix(9), tosProtocolPort(10), tosPrefix(11), prefixPort(12)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The aggregation type.

            v5Statistics type counts IP packets which have same source
            IP address, destination IP address, source port, destination port,
            protocol, ToS, input interface, output interface.

            AS type counts IP packets which have same source AS, destination AS,
            input interface and output interface.

            destinationPrefix type counts IP packets which have same destination
            AS, output interface, destination mask and destination prefix.

            sourcePrefix type counts IP packets which have same source AS, input
            interface, source mask and source prefix.

            protocolPort type counts IP packets which have same protocol, source
            port and destination port.

            prefix type counts IP packets which have same source AS, destination
            AS, input interface, output interface, source mask, source prefix,
            destination mask, destination prefix.

            tosAS type counts IP packets which have same tos, source AS, destination
            AS, input interface and output interface.

            tosDestinationPrefix type counts IP packets which have same tos,
            destination AS, output interface, destination mask and destination prefix.

            tosProtocolPort type counts IP packets which have same tos, protocol,
            source port and destination port.

            tosSourcePrefix type counts IP packets which have same tos, source AS,
            input interface, source mask and source prefix.

            tosPrefix type counts IP packets which have same tos, source AS,
            destination AS, input interface, output interface, source mask, source
            prefix, destination mask, destination prefix.

            prefixPort type counts IP packets which have same tos, input interface,
            output interface, source mask, source prefix, destination mask, destination
            prefix, source port and destination port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportConfigTable(3) hh3cNSExportConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.20.1.3.1.2
hh3cNSHostIPAddr OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The destination IP address of the exported packet.
             This destination IP address is a NSC (NS Collector) address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportConfigTable(3) hh3cNSExportConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.20.1.3.1.3
hh3cNSHostPort OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The destination port of the exported packets.
             This destination port is a NSC listening port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportConfigTable(3) hh3cNSExportConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.20.1.3.1.4
hh3cNSSrcIpAddr OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The source IP address of the exported packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportConfigTable(3) hh3cNSExportConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.20.1.3.1.5
hh3cNSState OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of aggregation is enabled or disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportConfigTable(3) hh3cNSExportConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.20.1.4
hh3cNSExportInformationTable OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the Information of the exported packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) 4 }

.1.3.6.1.4.1.25506.2.20.1.4.1
hh3cNSExportInformationEntry OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNSExportType, hh3cNSExportSlot }
  DESCRIPTION	"The entry of hh3cNSExportInformationTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportInformationTable(4) 1 }

.1.3.6.1.4.1.25506.2.20.1.4.1.1
hh3cNSExportType OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	INTEGER (1..12) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is equal to hh3cNSAggregationType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportInformationTable(4) hh3cNSExportInformationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.20.1.4.1.2
hh3cNSExportSlot OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is equal to hh3cNSProcessSlot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportInformationTable(4) hh3cNSExportInformationEntry(1) 2 }

.1.3.6.1.4.1.25506.2.20.1.4.1.3
hh3cNSExportStream OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the exported streams."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportInformationTable(4) hh3cNSExportInformationEntry(1) 3 }

.1.3.6.1.4.1.25506.2.20.1.4.1.4
hh3cNSExportNum OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the exported packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportInformationTable(4) hh3cNSExportInformationEntry(1) 4 }

.1.3.6.1.4.1.25506.2.20.1.4.1.5
hh3cNSExportFail OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the exported packets which failed to send.
             The error may be unreachable destination IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSExportInformationTable(4) hh3cNSExportInformationEntry(1) 5 }

.1.3.6.1.4.1.25506.2.20.1.5
hh3cNSConfigTable OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes current configurations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) 5 }

.1.3.6.1.4.1.25506.2.20.1.5.1
hh3cNSConfigEntry OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNSSourceSlot, hh3cNSSourceIfIndex, hh3cNSDestSlot }
  DESCRIPTION	"The entry of hh3cNSAggregationTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSConfigTable(5) 1 }

.1.3.6.1.4.1.25506.2.20.1.5.1.1
hh3cNSSourceSlot OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP packet will be counted when it is passing through this slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSConfigTable(5) hh3cNSConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.20.1.5.1.2
hh3cNSSourceIfIndex OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP packet will be statistics when it through this interface.
             This object is equal to ifIndex at ifTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSConfigTable(5) hh3cNSConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.20.1.5.1.3
hh3cNSDestSlot OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is equal to hh3cNSProcessSlot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSConfigTable(5) hh3cNSConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.20.1.5.1.4
hh3cNSDirect OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes which packets will be counted.
             It may be inbound or outbound packets through this interface."
  DEFVAL	{ inbound }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSConfigTable(5) hh3cNSConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.20.1.5.1.5
hh3cNSACLNumber OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32 (0 | 2000..3999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of number-acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSConfigTable(5) hh3cNSConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.20.1.5.1.6
hh3cNSACLName OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of name-acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSConfigTable(5) hh3cNSConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.20.1.5.1.7
hh3cNSACLRule OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule of acl group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSConfigTable(5) hh3cNSConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.20.1.5.1.8
hh3cNSConfigRowStatus OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"SNMP Row Status Variable.
             Writable objects in the table may be written in any RowStatus state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSConfigTable(5) hh3cNSConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.20.1.6
hh3cNSStatusTable OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes current information of network traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) 6 }

.1.3.6.1.4.1.25506.2.20.1.6.1
hh3cNSStatusEntry OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNSSlot }
  DESCRIPTION	"The entry of hh3cNSAggregationTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) 1 }

.1.3.6.1.4.1.25506.2.20.1.6.1.1
hh3cNSSlot OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is equal to hh3cNSProcessSlot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.20.1.6.1.2
hh3cNSActiveStreamNumber OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts current active streams."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.20.1.6.1.3
hh3cNSTotalStreamNumber OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts all statistic streams."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.20.1.6.1.4
hh3cNSTotalPacketNumber OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts all statistic packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.20.1.6.1.5
hh3cNSTotalOctetNumber OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts all statistic octets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.20.1.6.1.6
hh3cNSMPLSActiveStreamNumber OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts current active MPLS streams."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.2.20.1.6.1.7
hh3cNSMPLSTotalStreamNumber OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts all statistic MPLS streams."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.2.20.1.6.1.8
hh3cNSMPLSTotalPacketNumber OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts all statistic MPLS packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 8 }

.1.3.6.1.4.1.25506.2.20.1.6.1.9
hh3cNSMPLSTotalOctetNumber OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts all statistic octets of MPLS packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 9 }

.1.3.6.1.4.1.25506.2.20.1.6.1.10
hh3cNSResetFlag OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Reset all streams.  The default value is disabled,
             and set this value to enabled when resetting."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 10 }

.1.3.6.1.4.1.25506.2.20.1.6.1.11
hh3cNSResetTime OBJECT-TYPE
  -- FROM	HH3C-NS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system up time when stream is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNS(20) hh3cNSMibObjects(1) hh3cNSStatusTable(6) hh3cNSStatusEntry(1) 11 }

.1.3.6.1.4.1.25506.2.21
hh3cAAL5 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 21 }

.1.3.6.1.4.1.25506.2.21.1
hh3cAAL5MIB MODULE-IDENTITY
  -- FROM	HH3C-AAL5-MIB
  DESCRIPTION	"This MIB file provides AAL5 specific information
        that are excluded by RFC 1695 "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) 1 }

.1.3.6.1.4.1.25506.2.21.1.0
hh3cAal5MIBTraps OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) 0 }

.1.3.6.1.4.1.25506.2.21.1.0.1
hh3cAal5VccStateChange NOTIFICATION-TYPE
  -- FROM	HH3C-AAL5-MIB
  OBJECTS	{ hh3cAal5VccState }
  DESCRIPTION	"The status of AAL5 VCC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBTraps(0) 1 }

.1.3.6.1.4.1.25506.2.21.1.1
hh3cAal5MIBObjects OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) 1 }

.1.3.6.1.4.1.25506.2.21.1.1.1
hh3cAal5VccTable OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table extends AAL5 VCC performance
         parameters which definded in aal5VccEntry of RFC1695."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.21.1.1.1.1
hh3cAal5VccEntry OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cAal5VccVpi, hh3cAal5VccVci }
  DESCRIPTION	"This list contains the additional AAL5 VCC performance
         parameters which are not definded in aal5VccEntry
         of RFC1695."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBObjects(1) hh3cAal5VccTable(1) 1 }

.1.3.6.1.4.1.25506.2.21.1.1.1.1.1
hh3cAal5VccVpi OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  SYNTAX	Integer32 (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPI value of the AAL5 VCC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBObjects(1) hh3cAal5VccTable(1) hh3cAal5VccEntry(1) 1 }

.1.3.6.1.4.1.25506.2.21.1.1.1.1.2
hh3cAal5VccVci OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VCI value of the AAL5 VCC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBObjects(1) hh3cAal5VccTable(1) hh3cAal5VccEntry(1) 2 }

.1.3.6.1.4.1.25506.2.21.1.1.1.1.3
hh3cAal5VccInPkts OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AAL5 CPCS PDUs received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBObjects(1) hh3cAal5VccTable(1) hh3cAal5VccEntry(1) 3 }

.1.3.6.1.4.1.25506.2.21.1.1.1.1.4
hh3cAal5VccOutPkts OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AAL5 CPCS PDUs transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBObjects(1) hh3cAal5VccTable(1) hh3cAal5VccEntry(1) 4 }

.1.3.6.1.4.1.25506.2.21.1.1.1.1.5
hh3cAal5VccInOctets OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AAL5 CPCS PDU octets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBObjects(1) hh3cAal5VccTable(1) hh3cAal5VccEntry(1) 5 }

.1.3.6.1.4.1.25506.2.21.1.1.1.1.6
hh3cAal5VccOutOctets OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AAL5 CPCS PDU octets transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBObjects(1) hh3cAal5VccTable(1) hh3cAal5VccEntry(1) 6 }

.1.3.6.1.4.1.25506.2.21.1.1.1.1.7
hh3cAal5VccState OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  SYNTAX	INTEGER {invalid(1), active(2), inactive(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether the particular virtual circuit is
        operational. 'Active' indicates the particular virtual
        circuit is operational.  'Inactive' indicates the circuit
        is temporarily disabled.  'Invalid' indicates the circuit
        is deleted"
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBObjects(1) hh3cAal5VccTable(1) hh3cAal5VccEntry(1) 7 }

.1.3.6.1.4.1.25506.2.21.1.3
hh3cAal5MIBConformance OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) 3 }

.1.3.6.1.4.1.25506.2.21.1.3.1
hh3cAal5MIBCompliances OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBConformance(3) 1 }

.1.3.6.1.4.1.25506.2.21.1.3.1.1
hh3cAal5MIBCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-AAL5-MIB
  DESCRIPTION	"The compliance statement."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBConformance(3) hh3cAal5MIBCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.21.1.3.2
hh3cAal5MIBGroups OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBConformance(3) 2 }

.1.3.6.1.4.1.25506.2.21.1.3.2.1
hh3cAal5MIBGroup OBJECT-GROUP
  -- FROM	HH3C-AAL5-MIB
  DESCRIPTION	"A collection of objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBConformance(3) hh3cAal5MIBGroups(2) 1 }

.1.3.6.1.4.1.25506.2.21.1.3.2.2
hh3cAal5NotificationGroup OBJECT-TYPE
  -- FROM	HH3C-AAL5-MIB
  DESCRIPTION	"Traps which may be used to enhance event driven
        management of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAL5(21) hh3cAAL5MIB(1) hh3cAal5MIBConformance(3) hh3cAal5MIBGroups(2) 2 }

.1.3.6.1.4.1.25506.2.22
hh3cSSH OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SSH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 22 }

.1.3.6.1.4.1.25506.2.22.1
hh3cSSHServerMIB OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) 1 }

.1.3.6.1.4.1.25506.2.22.1.1
hh3cSSHServerMIBObjects OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) 1 }

.1.3.6.1.4.1.25506.2.22.1.1.1
hh3cSSHServerGlobalConfig OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.22.1.1.1.1
hh3cSSHServerVersion OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The protocol version of the SSH server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 1 }

.1.3.6.1.4.1.25506.2.22.1.1.1.2
hh3cSSHServerCompatibleSSH1x OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {enableCompatibleSSH1x(1), disableCompatibleSSH1x(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Supporting compatibility with SSH versions 1.x.  It is
        known that there are still devices using the previous
        versions.  During the transition period, it is important to
        be able to work in a way that is compatible with the
        installed SSH clients and servers that use the older version
        of the protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 2 }

.1.3.6.1.4.1.25506.2.22.1.1.1.3
hh3cSSHServerRekeyInterval OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time interval of regenerating SSH server key.  The unit
        is hour."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 3 }

.1.3.6.1.4.1.25506.2.22.1.1.1.4
hh3cSSHServerAuthRetries OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The limit times of a specified user can retry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 4 }

.1.3.6.1.4.1.25506.2.22.1.1.1.5
hh3cSSHServerAuthTimeout OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The SSH server has a timeout for authentication and
        disconnect if the authentication has not been accepted
        within the timeout period.  The unit is second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 5 }

.1.3.6.1.4.1.25506.2.22.1.1.1.6
hh3cSFTPServerIdleTimeout OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The SFTP server has a timeout for idle connection if a user
        has no activities within the timeout period.  The unit is
        minute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 6 }

.1.3.6.1.4.1.25506.2.22.1.1.1.7
hh3cSSHServerEnable OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {enableSSHServer(1), disableSSHServer(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable SSH server function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 7 }

.1.3.6.1.4.1.25506.2.22.1.1.1.8
hh3cSFTPServerEnable OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {enableSFTPService(1), disableSFTPService(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable SFTP server function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 8 }

.1.3.6.1.4.1.25506.2.22.1.1.1.9
hh3cSTelnetServerEnable OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {enableSTelnetServer(1), disableSTelnetServer(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable STelnet server function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 9 }

.1.3.6.1.4.1.25506.2.22.1.1.1.10
hh3cSCPServerEnable OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {enableSCPService(1), disableSCPService(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable SCP server function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHServerGlobalConfig(1) 10 }

.1.3.6.1.4.1.25506.2.22.1.1.2
hh3cSSHUserConfig OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1
hh3cSSHUserConfigTable OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for managing SSH users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) 1 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1
hh3cSSHUserConfigEntry OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSSHUserName }
  DESCRIPTION	"SSH users configuration entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.1
hh3cSSHUserName OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of SSH user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.2
hh3cSSHUserServiceType OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {invalid(1), all(2), stelnet(3), sftp(4), scp(5), netconf(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service type of SSH user uses."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.3
hh3cSSHUserAuthType OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {invalid(1), password(2), publicKey(3), any(4), publicKeyPassword(5), keyboardInteractive(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The authentication type of SSH user chooses."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.4
hh3cSSHUserPublicKeyName OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The public key which is used for authentication.
        A maximum of 6 public keys can be assigned to one user.
        If multiple public keys are assigned, the user
        can log in to the SSH server from different devices at the
        same time by using different public keys."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.5
hh3cSSHUserWorkDirectory OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SFTP user's work directory associates with an existing user."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.6
hh3cSSHUserRowStatus OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status variable, used in accordance to installation
        and removal conventions for conceptual rows.

        When the `hh3cSSHUserRowStatus' is set to active(1), no objects
        in this table can be modified.

        When 'hh3cSSHUserRowStatus' is set to notInService(2), every object
        except the 'hh3cSSHUserName' object in this table can be modified.

        To create a row in this table, a manager must set this object
        to createAndGo(4).  Until instances of all corresponding columns
        are appropriately configured, the value of the corresponding
        instance of the hh3cSSHUserRowStatus column is 'notReady'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.7
hh3cSSHUserPublicKeyName2 OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The public key which is used for authentication.
        A maximum of 6 public keys can be assigned to one user.
        If multiple public keys are assigned, the user
        can log in to the SSH server from different devices at the
        same time by using different public keys."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.8
hh3cSSHUserPublicKeyName3 OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The public key which is used for authentication.
        A maximum of 6 public keys can be assigned to one user.
        If multiple public keys are assigned, the user
        can log in to the SSH server from different devices at the
        same time by using different public keys."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.9
hh3cSSHUserPublicKeyName4 OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The public key which is used for authentication.
        A maximum of 6 public keys can be assigned to one user.
        If multiple public keys are assigned, the user
        can log in to the SSH server from different devices at the
        same time by using different public keys."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.10
hh3cSSHUserPublicKeyName5 OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The public key which is used for authentication.
        A maximum of 6 public keys can be assigned to one user.
        If multiple public keys are assigned, the user
        can log in to the SSH server from different devices at the
        same time by using different public keys."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.22.1.1.2.1.1.11
hh3cSSHUserPublicKeyName6 OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The public key which is used for authentication.
        A maximum of 6 public keys can be assigned to one user.
        If multiple public keys are assigned, the user
        can log in to the SSH server from different devices at the
        same time by using different public keys."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHUserConfig(2) hh3cSSHUserConfigTable(1) hh3cSSHUserConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.22.1.1.3
hh3cSSHSessionInfoTable OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for SSH sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) 3 }

.1.3.6.1.4.1.25506.2.22.1.1.3.1
hh3cSSHSessionInfoEntry OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSSHSessionID }
  DESCRIPTION	"The SSH session information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHSessionInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.22.1.1.3.1.1
hh3cSSHSessionID OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identifier of SSH session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHSessionInfoTable(3) hh3cSSHSessionInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.22.1.1.3.1.2
hh3cSSHSessionUserName OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The user name of SSH session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHSessionInfoTable(3) hh3cSSHSessionInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.22.1.1.3.1.3
hh3cSSHSessionUserIpAddrType OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The user IP address type of SSH session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHSessionInfoTable(3) hh3cSSHSessionInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.22.1.1.3.1.4
hh3cSSHSessionUserIpAddr OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The user IP address of SSH session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHSessionInfoTable(3) hh3cSSHSessionInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.22.1.1.3.1.5
hh3cSSHSessionClientVersion OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The client version of SSH session.  It is known that there are still
        devices using the previous versions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHSessionInfoTable(3) hh3cSSHSessionInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.22.1.1.3.1.6
hh3cSSHSessionServiceType OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {invalid(1), stelnet(2), sftp(3), scp(4), netconf(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The service type of SSH session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHSessionInfoTable(3) hh3cSSHSessionInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.22.1.1.3.1.7
hh3cSSHSessionEncry OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {invalid(1), aes128CBC(2), desCBC(3), des3CBC(4), aes128CTR(5), aes192CTR(6), aes256CTR(7), aes128GCM(8), aes256GCM(9), aes256CBC(10), other(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encryption algorithm of SSH session.  There are several encryption
        algorithms used in SSH protocol, please refer to RFC4253 Section 6.3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHSessionInfoTable(3) hh3cSSHSessionInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.22.1.1.3.1.8
hh3cSSHSessionState OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {init(1), verExchange(2), keysExchange(3), authRequest(4), serviceRequest(5), established(6), disconnect(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of SSH session.
        init           : This session is in initial status.
        verExchange    : This session is in version exchanging.
        keysExchange   : This session is in keys exchanging.
        authRequest    : This session is in authentication requesting.
        serviceRequest : This session is in service requesting.
        established    : This session has been established.
        disconnected   : This session has been disconnected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerMIBObjects(1) hh3cSSHSessionInfoTable(3) hh3cSSHSessionInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.22.1.2
hh3cSSHServerObjForTrap OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) 2 }

.1.3.6.1.4.1.25506.2.22.1.2.1
hh3cSSHAttemptUserName OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The user name of the attacker who attempted to log in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerObjForTrap(2) 1 }

.1.3.6.1.4.1.25506.2.22.1.2.2
hh3cSSHAttemptIpAddrType OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP address type of the attacker who attempted to log in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerObjForTrap(2) 2 }

.1.3.6.1.4.1.25506.2.22.1.2.3
hh3cSSHAttemptIpAddr OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP address of the attacker who attempted to log in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerObjForTrap(2) 3 }

.1.3.6.1.4.1.25506.2.22.1.2.4
hh3cSSHUserAuthFailureReason OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
  SYNTAX	INTEGER {exceedRetries(1), authTimeout(2), otherReason(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The reason for that a user failed to log in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerObjForTrap(2) 4 }

.1.3.6.1.4.1.25506.2.22.1.3
hh3cSSHServerNotifications OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) 3 }

.1.3.6.1.4.1.25506.2.22.1.3.0
hh3cSSHServerNotificationsPrefix OBJECT-TYPE
  -- FROM	HH3C-SSH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerNotifications(3) 0 }

.1.3.6.1.4.1.25506.2.22.1.3.0.1
hh3cSSHUserAuthFailure NOTIFICATION-TYPE
  -- FROM	HH3C-SSH-MIB
  OBJECTS	{ hh3cSSHAttemptUserName, hh3cSSHAttemptIpAddrType, hh3cSSHAttemptIpAddr, hh3cSSHUserAuthFailureReason }
  DESCRIPTION	"The trap is generated when a user fails to authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerNotifications(3) hh3cSSHServerNotificationsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.22.1.3.0.2
hh3cSSHVersionNegotiationFailure NOTIFICATION-TYPE
  -- FROM	HH3C-SSH-MIB
  OBJECTS	{ hh3cSSHAttemptIpAddrType, hh3cSSHAttemptIpAddr }
  DESCRIPTION	"The trap is generated when a user fails to negotiate SSH
        protocol version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerNotifications(3) hh3cSSHServerNotificationsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.22.1.3.0.3
hh3cSSHUserLogin NOTIFICATION-TYPE
  -- FROM	HH3C-SSH-MIB
  OBJECTS	{ hh3cSSHSessionUserName, hh3cSSHSessionUserIpAddrType, hh3cSSHSessionUserIpAddr }
  DESCRIPTION	"The trap is generated when a user logs in successfully."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerNotifications(3) hh3cSSHServerNotificationsPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.22.1.3.0.4
hh3cSSHUserLogoff NOTIFICATION-TYPE
  -- FROM	HH3C-SSH-MIB
  OBJECTS	{ hh3cSSHSessionUserName, hh3cSSHSessionUserIpAddrType, hh3cSSHSessionUserIpAddr }
  DESCRIPTION	"The trap is generated when a user logs off."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSSH(22) hh3cSSHServerMIB(1) hh3cSSHServerNotifications(3) hh3cSSHServerNotificationsPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.23
hh3cRSA OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RSA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 23 }

.1.3.6.1.4.1.25506.2.23.1
hh3cRSAMIBObjects OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) 1 }

.1.3.6.1.4.1.25506.2.23.1.1
hh3cRSAPeerPublicKeyTable OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) RSA Peer Public Key Table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.23.1.1.1
hh3cRSAPeerPublicKeyEntry OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRSAPeerPublicKeyName }
  DESCRIPTION	"An entry (conceptual row) in the RSA Peer Public Key Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSAPeerPublicKeyTable(1) 1 }

.1.3.6.1.4.1.25506.2.23.1.1.1.1
hh3cRSAPeerPublicKeyName OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RSA peer public key name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSAPeerPublicKeyTable(1) hh3cRSAPeerPublicKeyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.23.1.1.1.2
hh3cRSAPeerIpAddress OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the IP Address of RSA Peer machine."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSAPeerPublicKeyTable(1) hh3cRSAPeerPublicKeyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.23.1.1.1.3
hh3cRSAPeerFQDN OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Full Qualified Domain Name of RSA Peer Machine"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSAPeerPublicKeyTable(1) hh3cRSAPeerPublicKeyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.23.1.1.1.4
hh3cRSAPeerPublicKeyCode OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  SYNTAX	OCTET STRING (1..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The code of RSA peer public key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSAPeerPublicKeyTable(1) hh3cRSAPeerPublicKeyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.23.1.1.1.5
hh3cRSAPeerPublicKeyStatus OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this RSA peer public key entry.
                Support Active Status and CreateAndGo and Destroy Operation "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSAPeerPublicKeyTable(1) hh3cRSAPeerPublicKeyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.23.1.2
hh3cRSALocalKeyPairTable OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual)RSA local Key Pair Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.2.23.1.2.1
hh3cRSALocalKeyPairEntry OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRSALocalKeyIndex }
  DESCRIPTION	"An entry (conceptual row) in the RSA local Key Pair Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) 1 }

.1.3.6.1.4.1.25506.2.23.1.2.1.1
hh3cRSALocalKeyIndex OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  SYNTAX	INTEGER (1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The hh3cRSALocalKeyPairTable Table can only exist one entry at most."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) hh3cRSALocalKeyPairEntry(1) 1 }

.1.3.6.1.4.1.25506.2.23.1.2.1.2
hh3cRSALocalHostKeyName OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates RSA Host local public key name.Its value is composed of systemname, a
                underscore and the string of 'Host'"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) hh3cRSALocalKeyPairEntry(1) 2 }

.1.3.6.1.4.1.25506.2.23.1.2.1.3
hh3cRSALocalHostKeyCode OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  SYNTAX	OCTET STRING (512..1024) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the code of RSA Host local pkey  that the length is
                between 512 and 2048 bits."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) hh3cRSALocalKeyPairEntry(1) 3 }

.1.3.6.1.4.1.25506.2.23.1.2.1.4
hh3cRSALocalHostKeyCreatedTime OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the created time of RSA local Host key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) hh3cRSALocalKeyPairEntry(1) 4 }

.1.3.6.1.4.1.25506.2.23.1.2.1.5
hh3cRSALocalServerKeyName OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates RSA Host local public key name.Its value is composed of systemname, a
                underscore and the string of 'Server'"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) hh3cRSALocalKeyPairEntry(1) 5 }

.1.3.6.1.4.1.25506.2.23.1.2.1.6
hh3cRSALocalServerKeyCode OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  SYNTAX	OCTET STRING (512..1024) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the code of RSA Host local pkey  that the length is
                between 512 and 2048 bits."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) hh3cRSALocalKeyPairEntry(1) 6 }

.1.3.6.1.4.1.25506.2.23.1.2.1.7
hh3cRSALocalServerKeyCreatedTime OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the created time of RSA local Host key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) hh3cRSALocalKeyPairEntry(1) 7 }

.1.3.6.1.4.1.25506.2.23.1.2.1.8
hh3cRSALocalKeyPairBits OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  SYNTAX	Integer32 (512..2048) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The bits of RSA local key pair, ranging between 512 and 2048.
                 By default, the value is 512."
  DEFVAL	{ 512 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) hh3cRSALocalKeyPairEntry(1) 8 }

.1.3.6.1.4.1.25506.2.23.1.2.1.9
hh3cRSALocalKeyStatus OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status column used for creating, deleting instances of
                the columnar objects in the hh3cRSALocalKeyPairTable table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) hh3cRSALocalKeyPairTable(2) hh3cRSALocalKeyPairEntry(1) 9 }

.1.3.6.1.4.1.25506.2.23.1.3
hh3cRSAPeerKeyConfigFailReason OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  -- TEXTUAL CONVENTION RSAKeyErrorCode
  SYNTAX	INTEGER {rsaSuccess(1), rsaFailure(2), rsaErrNoMemory(3), rsaErrKeyNotReplaced(4), rsaErrKeyBackup(5), rsaErrKeySaved(6), rsaErrKeyGenerate(7), rsaErrKeyDestroy(8), rsaErrHostEncKeyBackup(9), rsaErrHostEncKeySave(10), rsaErrHostEncKeyGenerate(11), rsaErrHostEncKeyDestroy(12), rsaErrHostSigKeyBackup(13), rsaErrHostSigKeySave(14), rsaErrHostSigKeyGenerate(15), rsaErrHostSigKeyDestroy(16), rsaErrServerKeyBackup(17), rsaErrServerKeySave(18), rsaErrServerKeyGenerate(19), rsaErrServerKeyDestroy(20), rsaErrPeerKeyNotReplaced(21), rsaErrPeerKeyNumArriveMax(22), rsaErrPeerKeyNotRemoved(23), rsaErrPeerKeyNotExist(24), rsaStatusKeyExist(25), rsaStatusKeyNotExist(26), rsaStatusKeyInvalid(27), rsaStatusHostEncKeyExist(28), rsaStatusHostEncKeyNotExist(29), rsaStatusHostEncKeyInvalid(30), rsaStatusHostSigKeyExist(31), rsaStatusHostSigKeyNotExist(32), rsaStatusHostSigKeyInvalid(33), rsaStatusServerKeyExist(34), rsaStatusServerKeyNotExist(35), rsaStatusServerKeyInvalid(36)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The reason that RSA peer public key fails to config."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) 3 }

.1.3.6.1.4.1.25506.2.23.1.4
hh3cRSALocalKeyFailReason OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
  -- TEXTUAL CONVENTION RSAKeyErrorCode
  SYNTAX	INTEGER {rsaSuccess(1), rsaFailure(2), rsaErrNoMemory(3), rsaErrKeyNotReplaced(4), rsaErrKeyBackup(5), rsaErrKeySaved(6), rsaErrKeyGenerate(7), rsaErrKeyDestroy(8), rsaErrHostEncKeyBackup(9), rsaErrHostEncKeySave(10), rsaErrHostEncKeyGenerate(11), rsaErrHostEncKeyDestroy(12), rsaErrHostSigKeyBackup(13), rsaErrHostSigKeySave(14), rsaErrHostSigKeyGenerate(15), rsaErrHostSigKeyDestroy(16), rsaErrServerKeyBackup(17), rsaErrServerKeySave(18), rsaErrServerKeyGenerate(19), rsaErrServerKeyDestroy(20), rsaErrPeerKeyNotReplaced(21), rsaErrPeerKeyNumArriveMax(22), rsaErrPeerKeyNotRemoved(23), rsaErrPeerKeyNotExist(24), rsaStatusKeyExist(25), rsaStatusKeyNotExist(26), rsaStatusKeyInvalid(27), rsaStatusHostEncKeyExist(28), rsaStatusHostEncKeyNotExist(29), rsaStatusHostEncKeyInvalid(30), rsaStatusHostSigKeyExist(31), rsaStatusHostSigKeyNotExist(32), rsaStatusHostSigKeyInvalid(33), rsaStatusServerKeyExist(34), rsaStatusServerKeyNotExist(35), rsaStatusServerKeyInvalid(36)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The reason that RSA local key pair fails to create, refresh
                and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSAMIBObjects(1) 4 }

.1.3.6.1.4.1.25506.2.23.2
hh3cRSANotifications OBJECT-TYPE
  -- FROM	HH3C-RSA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) 2 }

.1.3.6.1.4.1.25506.2.23.2.1
hh3cRSALocalKeyPairOpeFail NOTIFICATION-TYPE
  -- FROM	HH3C-RSA-MIB
  OBJECTS	{ hh3cRSALocalKeyFailReason }
  DESCRIPTION	"The trap is generated while the RSA local key pair fails to
                create, refresh and destory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSANotifications(2) 1 }

.1.3.6.1.4.1.25506.2.23.2.2
hh3cRSAPeerKeyConfigFail NOTIFICATION-TYPE
  -- FROM	HH3C-RSA-MIB
  OBJECTS	{ hh3cRSAPeerKeyConfigFailReason }
  DESCRIPTION	"The trap is generated while the RSA peer public key fails to
                configure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRSA(23) hh3cRSANotifications(2) 2 }

.1.3.6.1.4.1.25506.2.24
hh3cVrrpExt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VRRP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 24 }

.1.3.6.1.4.1.25506.2.24.1
hh3cVrrpExtMibObject OBJECT-TYPE
  -- FROM	HH3C-VRRP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVrrpExt(24) 1 }

.1.3.6.1.4.1.25506.2.24.1.1
hh3cVrrpExtTable OBJECT-TYPE
  -- FROM	HH3C-VRRP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table extends for a VRRP router which consists of a
         sequence (i.e., one or more conceptual rows) of
         hh3cVrrpExtEntry items."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVrrpExt(24) hh3cVrrpExtMibObject(1) 1 }

.1.3.6.1.4.1.25506.2.24.1.1.1
hh3cVrrpExtEntry OBJECT-TYPE
  -- FROM	HH3C-VRRP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, vrrpOperVrId, hh3cVrrpExtTrackInterface }
  DESCRIPTION	"An entry in the hh3cVrrpExtTable containing the status
         values of a virtual router."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVrrpExt(24) hh3cVrrpExtMibObject(1) hh3cVrrpExtTable(1) 1 }

.1.3.6.1.4.1.25506.2.24.1.1.1.1
hh3cVrrpExtTrackInterface OBJECT-TYPE
  -- FROM	HH3C-VRRP-EXT-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This value is the ifIndex that identifies which interface 
         the virtual router tracked."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVrrpExt(24) hh3cVrrpExtMibObject(1) hh3cVrrpExtTable(1) hh3cVrrpExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.24.1.1.1.2
hh3cVrrpExtPriorityReduce OBJECT-TYPE
  -- FROM	HH3C-VRRP-EXT-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value identifies how much priority of a virtual router
         will be reduced/increased when the interface tracked is down/up."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVrrpExt(24) hh3cVrrpExtMibObject(1) hh3cVrrpExtTable(1) hh3cVrrpExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.24.1.1.1.3
hh3cVrrpExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-VRRP-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status variable, used according to installation
         and removal conventions for conceptual rows. Setting this
         object to active(1) or createAndGo(4) results in the
         addition of the ifIndex tracked by a virtual router.
         Destroying the entry removes the tracked ifIndex from the 
         virtual router. Other values is not supported now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVrrpExt(24) hh3cVrrpExtMibObject(1) hh3cVrrpExtTable(1) hh3cVrrpExtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.25
hh3cIpa OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IPA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 25 }

.1.3.6.1.4.1.25506.2.25.1
hh3cIpaGlobalStats OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) 1 }

.1.3.6.1.4.1.25506.2.25.1.1
hh3cIpaGlobalEnable OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	INTEGER {disabled(1), enabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
               The indication of whether Ip Accounting function is enabled.
               If it is disabled, ip packets will not be accounted.
               "
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaGlobalStats(1) 1 }

.1.3.6.1.4.1.25506.2.25.1.2
hh3cIpaTimeOutSeconds OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
               The value of List aging timeout.
               The unit is second.
               If exceeding the interval, the item in hh3cIpaIntListTable, hh3cIpaExtListTable
               and hh3cIpaFWListTable will be removed automaticlly.
               The range is (3600..604800).
               "
  DEFVAL	{ 43200 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaGlobalStats(1) 2 }

.1.3.6.1.4.1.25506.2.25.1.3
hh3cIpaIntListMaxItemNum OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
               The max number of items in hh3cIpaIntListTable.
               The range is (0..16384).
               "
  DEFVAL	{ 512 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaGlobalStats(1) 3 }

.1.3.6.1.4.1.25506.2.25.1.4
hh3cIpaExtListMaxItemNum OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
               The max number of items in hh3cIpaExtListTable.
               The range is (0..8192).
               "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaGlobalStats(1) 4 }

.1.3.6.1.4.1.25506.2.25.1.5
hh3cIpaFWListMaxItemNum OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The max number of items in hh3cIpaFWListTable.
               "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaGlobalStats(1) 5 }

.1.3.6.1.4.1.25506.2.25.1.6
hh3cIpaAccountListMaxItemNum OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The max number of items in hh3cIpaAccountListTable.
               "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaGlobalStats(1) 6 }

.1.3.6.1.4.1.25506.2.25.1.7
hh3cIpaAccountListNextIndex OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The next available index for creating rows of hh3cIpaAccountListTable.
               If the value is zero, it means the table is full and no available index
               can be used.
               "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaGlobalStats(1) 7 }

.1.3.6.1.4.1.25506.2.25.1.8
hh3cIpaListCleaningFlag OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	INTEGER {idle(1), cleaningAll(2), cleaningIntList(3), cleaningExtList(4), cleaningFWList(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
               Cleaning List in this module.
               The default value is idle. If user wants to clean some lists, he
               can set the value to 2, 3, 4 and 5 to clean the corresponding list.
               After the operation, the value will return to idle.
               "
  DEFVAL	{ idle }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaGlobalStats(1) 8 }

.1.3.6.1.4.1.25506.2.25.2
hh3cIpaIfConfigTable OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            Enable or disable the ip accounting inbound/outbound
            function under a particular interface.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) 2 }

.1.3.6.1.4.1.25506.2.25.2.1
hh3cIpaIfConfigEntry OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpaIfConfigIfIndex }
  DESCRIPTION	"
            Entry of the table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIfConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.25.2.1.1
hh3cIpaIfConfigIfIndex OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It equals to ifIndex"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIfConfigTable(2) hh3cIpaIfConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.25.2.1.2
hh3cIpaIfConfigInEnable OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	INTEGER {disabled(1), enabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
            This object is applicable to hh3cIpaIntListTable and hh3cIpaExtListTable.
            If the value is disabled, inbound ip packets are not accounted.
            "
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIfConfigTable(2) hh3cIpaIfConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.25.2.1.3
hh3cIpaIfConfigOutEnable OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	INTEGER {disabled(1), enabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
            This object is applicable to hh3cIpaIntListTable and hh3cIpaExtListTable.
            If the value is disabled, outbound ip packets are not accounted.
            "
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIfConfigTable(2) hh3cIpaIfConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.25.2.1.4
hh3cIpaIfConfigFWEnable OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	INTEGER {nodirection(1), inbound(2), outbound(3), bidirection(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
            This object is applicable to hh3cIpaFWListTable only.

            If the value is 'inbound', then inbound ip packets which are denied by firewall
            are accounted.
            If the value is 'outbound', then outbound ip packets which were denied by firewall
            are accounted.
            If the value is 'nodirection', neither inbound nor outbound ip packets
            which were denied by firewall are accounted.
            If the value is 'bidirection', both inbound and outbound ip packets which
            were denied by firewall are accounted.
            "
  DEFVAL	{ nodirection }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIfConfigTable(2) hh3cIpaIfConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.25.3
hh3cIpaAccountListTable OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            The List is used by user to sort packets into two groups
            by source or destination ip address.
            When source/destination ip address of a packet matches a item in this table,
            the packet is accounted in hh3cIpaIntListTable.
            When source/destination ip address of a packet does not match any item
            in this table, the packet is accounted in hh3cIpaExtListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) 3 }

.1.3.6.1.4.1.25506.2.25.3.1
hh3cIpaAccountListEntry OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpaAccountListIndex }
  DESCRIPTION	"
            Entry of the table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaAccountListTable(3) 1 }

.1.3.6.1.4.1.25506.2.25.3.1.1
hh3cIpaAccountListIndex OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            The Index of the table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaAccountListTable(3) hh3cIpaAccountListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.25.3.1.2
hh3cIpaAccountListIpAddr OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
            The IP address to which this entry's addressing information
            pertains.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaAccountListTable(3) hh3cIpaAccountListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.25.3.1.3
hh3cIpaAccountListIpMask OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
            The subnet mask associated with the IP address of this
            entry.  The value of the mask is an IP address with all the
            network bits set to 1 and all the hosts bits set to 0.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaAccountListTable(3) hh3cIpaAccountListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.25.3.1.4
hh3cIpaAccountListRowStatus OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
           The row status of the entry,
           Supporting CreateAndGo and Destroy operation.
           "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaAccountListTable(3) hh3cIpaAccountListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.25.4
hh3cIpaIntListTable OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            If matching the ip address recorded in hh3cIpaAccountListTable
            and not denied by the firewall, the packets will be accounted
            in this list.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) 4 }

.1.3.6.1.4.1.25506.2.25.4.1
hh3cIpaIntListEntry OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpaIntListIpSrc, hh3cIpaIntListIpDst, hh3cIpaIntListProtocol }
  DESCRIPTION	"
            Entry of the table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIntListTable(4) 1 }

.1.3.6.1.4.1.25506.2.25.4.1.1
hh3cIpaIntListIpSrc OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            Source IP-address of these accounted packets.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIntListTable(4) hh3cIpaIntListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.25.4.1.2
hh3cIpaIntListIpDst OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            Destination IP-address of these accounted packets.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIntListTable(4) hh3cIpaIntListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.25.4.1.3
hh3cIpaIntListProtocol OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            The type of these accounted IP packets defined in RFC 1700.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIntListTable(4) hh3cIpaIntListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.25.4.1.4
hh3cIpaIntListInPackets OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of inbound packets in hh3cIpaIntListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIntListTable(4) hh3cIpaIntListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.25.4.1.5
hh3cIpaIntListInBytes OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of inbound bytes in hh3cIpaIntListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIntListTable(4) hh3cIpaIntListEntry(1) 5 }

.1.3.6.1.4.1.25506.2.25.4.1.6
hh3cIpaIntListOutPackets OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of outbound Packets in hh3cIpaIntListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIntListTable(4) hh3cIpaIntListEntry(1) 6 }

.1.3.6.1.4.1.25506.2.25.4.1.7
hh3cIpaIntListOutBytes OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of outbound bytes in hh3cIpaIntListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaIntListTable(4) hh3cIpaIntListEntry(1) 7 }

.1.3.6.1.4.1.25506.2.25.5
hh3cIpaExtListTable OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            If mismatching the ip address recorded in the hh3cIpaAccountListTable
            and not denied by the firewall, the packets will be accounted
            in this list.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) 5 }

.1.3.6.1.4.1.25506.2.25.5.1
hh3cIpaExtListEntry OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpaExtListIpSrc, hh3cIpaExtListIpDst, hh3cIpaExtListProtocol }
  DESCRIPTION	"
           Entry of the table.
           "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaExtListTable(5) 1 }

.1.3.6.1.4.1.25506.2.25.5.1.1
hh3cIpaExtListIpSrc OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            Source IP-address of these accounted packets.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaExtListTable(5) hh3cIpaExtListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.25.5.1.2
hh3cIpaExtListIpDst OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            Destination IP-address of these accounted packets.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaExtListTable(5) hh3cIpaExtListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.25.5.1.3
hh3cIpaExtListProtocol OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            The value indicates the value of the 'protocol' field
            which is part of ip packet header.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaExtListTable(5) hh3cIpaExtListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.25.5.1.4
hh3cIpaExtListInPackets OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of inbound packets in hh3cIpaExtListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaExtListTable(5) hh3cIpaExtListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.25.5.1.5
hh3cIpaExtListInBytes OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of inbound bytes in hh3cIpaExtListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaExtListTable(5) hh3cIpaExtListEntry(1) 5 }

.1.3.6.1.4.1.25506.2.25.5.1.6
hh3cIpaExtListOutPackets OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of outbound packets in hh3cIpaExtListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaExtListTable(5) hh3cIpaExtListEntry(1) 6 }

.1.3.6.1.4.1.25506.2.25.5.1.7
hh3cIpaExtListOutBytes OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of outbound bytes in hh3cIpaExtListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaExtListTable(5) hh3cIpaExtListEntry(1) 7 }

.1.3.6.1.4.1.25506.2.25.6
hh3cIpaFWListTable OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            If the packet is denied by the firewall,
            it will be accounted in this list.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) 6 }

.1.3.6.1.4.1.25506.2.25.6.1
hh3cIpaFWListEntry OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpaFWListIpSrc, hh3cIpaFWListIpDst }
  DESCRIPTION	"
            Entry of the table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaFWListTable(6) 1 }

.1.3.6.1.4.1.25506.2.25.6.1.1
hh3cIpaFWListIpSrc OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
             Source IP-address of these accounted packets.
             "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaFWListTable(6) hh3cIpaFWListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.25.6.1.2
hh3cIpaFWListIpDst OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
             Destination IP-address of these accounted packets.
             "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaFWListTable(6) hh3cIpaFWListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.25.6.1.3
hh3cIpaFWListInPackets OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
             The number of outbound packets in hh3cIpaFWListTable.
             "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaFWListTable(6) hh3cIpaFWListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.25.6.1.4
hh3cIpaFWListInBytes OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of inbound bytes in hh3cIpaFWListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaFWListTable(6) hh3cIpaFWListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.25.6.1.5
hh3cIpaFWListOutPackets OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of outbound packets in hh3cIpaFWListTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaFWListTable(6) hh3cIpaFWListEntry(1) 5 }

.1.3.6.1.4.1.25506.2.25.6.1.6
hh3cIpaFWListOutBytes OBJECT-TYPE
  -- FROM	HH3C-IPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
           The number of outbound bytes in hh3cIpaFWListTable.
           "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpa(25) hh3cIpaFWListTable(6) hh3cIpaFWListEntry(1) 6 }

.1.3.6.1.4.1.25506.2.26
hh3cPortSecurity OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 26 }

.1.3.6.1.4.1.25506.2.26.1
hh3cPortSecurityMIB MODULE-IDENTITY
  -- FROM	HH3C-PORT-SECURITY-MIB
  DESCRIPTION	"The MIB module is used for managing port security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) 1 }

.1.3.6.1.4.1.25506.2.26.1.1
hh3cPortSecurityLeaf OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) 1 }

.1.3.6.1.4.1.25506.2.26.1.1.1
hh3cSecurePortSecurityControl OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls the system wide operation of network
        access control.  The configured port security options only become
        operational when this attribute is set to enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) 1 }

.1.3.6.1.4.1.25506.2.26.1.1.2
hh3cSecurePortVlanMembershipList OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This is a dummy MIB object referenced by the hh3csecureLogon and
        hh3csecureLogoff traps.  This object contains a comma separated list of
        the VLAN identifiers (0-4095) assigned to a port.  A tagged VLAN has a
        'T' suffix after the VLAN number and an untagged VLAN may have an
        optional 'U' suffix."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) 2 }

.1.3.6.1.4.1.25506.2.26.1.1.4
hh3cSecureRalmObjects OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) 4 }

.1.3.6.1.4.1.25506.2.26.1.1.4.1
hh3cSecureRalmDefaultSessionTime OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER (1..1000000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the default session lifetime in seconds before
        a forwarding MAC address is re-authenticated.
        The default time is 1800 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 1 }

.1.3.6.1.4.1.25506.2.26.1.1.4.2
hh3cSecureRalmHoldoffTime OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER (1..1000000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the time in seconds before
        a blocked (denied) MAC address can be re-authenticated.
        The default time is 60 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 2 }

.1.3.6.1.4.1.25506.2.26.1.1.4.3
hh3cSecureRalmReauthenticate OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Writing a MAC address to this object causes an
        immediate RALM re-authentication of this address (can be on
        any port).  If the MAC address not currently known to RALM,
        it silently ignores the write."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 3 }

.1.3.6.1.4.1.25506.2.26.1.1.4.4
hh3cSecureRalmAuthMode OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER {papUsernameAsMacAddress(1), papUsernameFixed(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This controls how MAC addresses are authenticated.

        papUsernameAsMacAddress(1)
            Authentication uses the RADIUS server by
            sending a PAP request with Username and
            Password both equal to the MAC address being
            authenticated.  This is the default.

        papUsernameFixed(2)
            Authentication uses the RADIUS server by
            sending a PAP request with Username and
            Password coming from the hh3cSecureRalmAuthUsername and
            hh3cSecureRalmAuthPassword MIB objects.  In this mode
            the RADIUS server would normally take into account
            the request's calling-station-id attribute, which is
            the MAC address of the host being authenticated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 4 }

.1.3.6.1.4.1.25506.2.26.1.1.4.5
hh3cSecureRalmAuthUsername OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..80) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is the username used for authentication requests
        where hh3cSecureRalmAuthMode is papUsernameFixed.
        Default shall be 'mac'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 5 }

.1.3.6.1.4.1.25506.2.26.1.1.4.6
hh3cSecureRalmAuthPassword OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is the password used for authentication requests
        where hh3cSecureRalmAuthMode is papUsernameFixed.
        Default shall be a null string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 6 }

.1.3.6.1.4.1.25506.2.26.1.1.4.7
hh3cSecureRalmAuthDomain OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"MAC-authentication users may be configured in a specific domain,
        which excludes 802.1x and other authentication users. This
        specifies the domain of all MAC-authentication users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 7 }

.1.3.6.1.4.1.25506.2.26.1.1.4.8
hh3cSecureRalmAuthOfflineTime OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	Integer32 (60..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Switch isn't informed when online user is offline,
        so switch should be able to detect offline and inform radius
        server to stop accounting when there is no traffic of the user.
        This attribute configures the timer interval of offline-detect.
        The default time is 300 seconds."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 8 }

.1.3.6.1.4.1.25506.2.26.1.1.4.9
hh3cSecureRalmAuthServerTimeoutTime OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When switch sends request packets (include connecting
        request and offline request, etc) to radius server and
        there is no response, switch will terminate the authentication
        process. This attribute configures the timer interval of
        server-timeout. The default time is 100 seconds."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 9 }

.1.3.6.1.4.1.25506.2.26.1.1.4.10
hh3cSecureMacControl OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls the system wide operation of
        mac-authentication.  The system-wide mac-authentication options
        become non-operational when this attribute is set to disabled.
        This is required for hh3cSecurePortSecurityControl to be enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityLeaf(1) hh3cSecureRalmObjects(4) 10 }

.1.3.6.1.4.1.25506.2.26.1.2
hh3cPortSecurityTables OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) 2 }

.1.3.6.1.4.1.25506.2.26.1.2.1
hh3cSecurePortTable OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the security status of each secure port.
        Each port can have a number of authorised MAC addresses, and these are
        stored in the hh3cSecureAddressTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.1.1
hh3cSecurePortEntry OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"There is a row in this table for each secure port, and
        allows repeater ports to be configured for security on a per port basis.
        It is indexed using the object ifIndex in RFC1213-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecurePortTable(1) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.1.1.1
hh3cSecurePortMode OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER {noRestrictions(1), continuousLearning(2), autoLearn(3), secure(4), userLogin(5), userLoginSecure(6), userLoginWithOUI(7), macAddressWithRadius(8), macAddressOrUserLoginSecure(9), macAddressElseUserLoginSecure(10), userLoginSecureExt(11), macAddressOrUserLoginSecureExt(12), macAddressElseUserLoginSecureExt(13), macAddressAndUserLoginSecure(14), macAddressAndUserLoginSecureExt(15)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Determines the learning and security modes of the port.
        See hh3cSecureNeedToKnowMode and hh3cSecureIntrusionAction to
        configure Need To Know and Intrusion Action on each port.
        (When in a learning mode, hh3cSecureNumberAddresses determines the maximum
        number of addresses that can be learned on the port.  This is set
        by the user.)

        noRestrictions(1)    All of the security features are disabled.

        continuousLearning(2)   Addresses are learned continually.  If more
            addresses are learned than are permitted on the
            port, then one of the older entries will be aged
            out.  Need To Know and Intrusion Action depends on
            hh3cSecureNeedToKnowMode and hh3cSecureIntrusionAction
            respectively.

        autoLearn(3)      All addresses for this port are deleted, and then
            addresses are learned up to the number permitted.
            hh3cSecurePortMode is then set to secure.  Need To
            Know and Intrusion Action depends on
            hh3cSecureNeedToKnowMode and hh3cSecureIntrusionAction
            respectively.

        secure(4)      Learning is disabled. Need To Know and Intrusion
            Action depends on hh3cSecureNeedToKnowMode and
            hh3cSecureIntrusionAction respectively.

        userLogin(5)   Access to the port is denied until the port client is
            authorised (by 802.1X or other authentication mechanism).
            Once authorised, traffic will be accepted from any MAC
            address.  The Need To Know and Intrusion Action are ignored.

        userLoginSecure(6) Access to the port is denied until the port client
            is authorised (by 802.1X or other authentication mechanism).
            When the client is authorised, the MAC address is added to the
            Secure Address Table.
            The hh3cSecureMaximumAddresses is set to one automatically when
            this mode is entered.  Any existing MAC addresses in the Secure
            Address Table are deleted.  Need To Know and Intrusion Action
            depends on hh3cSecureNeedToKnowMode and hh3cSecureIntrusionAction
            respectively.  Learning is disabled.

        userLoginWithOUI(7) This mode is similar to the userLoginSecure mode
            except that a second MAC address may be placed in the Secure
            Address Table.  This second address is authorised based on the
            MAC address OUI value.
            If a new device with an authorised OUI value is discovered,
            the previous entry is deleted.  Traffic from the
            OUI authorised device will be accepted even if the user has
            not been authenticated.  Need To Know and Intrusion Action
            depends on hh3cSecureNeedToKnowMode and hh3cSecureIntrusionAction
            respectively.

        macAddressWithRadius(8) This selects the RADIUS Authenticated Login using
            MAC-address (RALM) security mode on the port.  This feature controls
            network access of a host based on authenticating its MAC
            address.  Once authorised, the host is allowed access to the
            network.  If unauthorised, the port can be configured to deny
            access to this MAC address or to allow some access depending
            upon the port VLAN and QoS configuration.
            Where access is allowed, the MAC address is added to the Secure
            Address Table.

        macAddressOrUserLoginSecure(9) This selects both the macAddressWithRadius and
            userLoginSecure modes together such that either or both are allowed to
            authorised access.  Where both authorised access, userLoginSecure takes
            precedence.

        macAddressElseUserLoginSecure(10) This selects both the macAddressWithRadius and
            userLoginSecure modes together such that the MAC address is first
            authenticated and only if this fails does the userLoginSecure then attempt
            user authentication.

        userLoginSecureExt(11) Access to the port"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecurePortTable(1) hh3cSecurePortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.1.1.2
hh3cSecureNeedToKnowMode OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER {notAvailable(1), disabled(2), needToKnowOnly(3), needToKnowWithBroadcastsAllowed(4), needToKnowWithMulticastsAllowed(5), permanentNeedToKnowOnly(6), permanentNeedToKnowWithBroadcastsAllowed(7), permanentNeedToKnowWithMulticastsAllowed(8)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Attribute to determine which frames are to be forwarded to
        this port intact.

        1 - Need To Know is not available.
        2 - All frames.
        3 - Frames addressed to the authorised devices only.
        4 - Frames addressed to the authorised devices, plus all broadcast
            frames.
        5 - Frames addressed to the authorised devices, plus all broadcast
            and multicast frames.
        6 - As 3 and cannot be changed.
        7 - As 4 and cannot be changed.
        8 - As 5 and cannot be changed.

        If this object returns 1,6,7 or 8, it means that the Need To Know
        configuration cannot be changed, and any attempt to write to this object
        will cause an error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecurePortTable(1) hh3cSecurePortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.26.1.2.1.1.3
hh3cSecureIntrusionAction OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER {notAvailable(1), noAction(2), disablePort(3), disablePortTemporarily(4), allowDefaultAccess(5), blockMacAddress(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Attribute to determine the action if an unauthorised device
        transmits on this port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecurePortTable(1) hh3cSecurePortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.26.1.2.1.1.4
hh3cSecureNumberAddresses OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of addresses that the port can learn or
        store. Reducing this number may cause some addresses to be deleted.
        This value is set by the user and cannot be automatically changed by the
        agent.  The maximum number will not include and limit the number of
        static mac addresses that configured by manager.

        The following relationship must be preserved.
        hh3cSecureNumberAddressesStored <= hh3cSecureNumberAddresses <=
        hh3cSecureMaximumAddresses
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecurePortTable(1) hh3cSecurePortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.26.1.2.1.1.5
hh3cSecureNumberAddressesStored OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of addresses that are currently in the
        AddressTable for this port.  If this object has the same value as
        hh3cSecureNumberAddresses, then no more addresses can be authorised on this
        port.  The number will not include and limit the number of
        static mac addresses that configured by manager.

        Those objects are bound by the relationship:
        hh3cSecureNumberAddressesStored <= hh3cSecureNumberAddresses <=
        hh3cSecureMaximumAddresses
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecurePortTable(1) hh3cSecurePortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.26.1.2.1.1.6
hh3cSecureMaximumAddresses OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This indicates the maximum value that hh3cSecureNumberAddresses
        can be set to.  It is dependent on the resources available so may change,
        eg. if resources are shared between ports, then this value can both
        increase and decrease.  This object must be read before setting
        hh3cSecureNumberAddresses.

        Those objects are bound by the relationship:
        hh3cSecureNumberAddressesStored <= hh3cSecureNumberAddresses <=
        hh3cSecureMaximumAddresses
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecurePortTable(1) hh3cSecurePortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.26.1.2.2
hh3cSecureAddressTable OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table stores the MAC addresses assigned to each
        port.  This table can be written to by the agent as well as the
        management station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) 2 }

.1.3.6.1.4.1.25506.2.26.1.2.2.1
hh3cSecureAddressEntry OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cSecureAddrMAC, hh3cSecureAddrVlanID }
  DESCRIPTION	"This table allows multiple addresses to be assigned to each
        secure port.  It is indexed using the objects ifIndex,
        hh3cSecureAddrMAC and hh3cSecureVlanID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureAddressTable(2) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.2.1.1
hh3cSecureAddrMAC OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The MAC address of a station assigned to this port.
        This is the second index into the hh3cSecureAddressTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureAddressTable(2) hh3cSecureAddressEntry(1) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.2.1.2
hh3cSecureAddrVlanID OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Vlan ID associate with the port and the MAC address.
        This is the third index into the hh3cSecureAddressTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureAddressTable(2) hh3cSecureAddressEntry(1) 2 }

.1.3.6.1.4.1.25506.2.26.1.2.2.1.3
hh3cSecureAddrMACStatus OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER {addressBlackhole(1), addressUserConfig(2), addressDot1xAuth(3), addressRALM(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the mac address assigned to this port.

        addressBlackhole (1) the mac address is a blackhole address,
            Each packet whose source address is equal to this address will be
            dropped by the agent.
        addressUserConfig (2) the mac address configed by user with this state
            are preserved across power cycles and resets.
        addressDot1xAuth (3) the mac address is authorized by 802.1x authenticator,
            User can not configure this mac address.  This value is used for GET
            and GETNEXT operation.
        addressRALM (4) the mac address is authorized by RALM authenticator,
            User can not configure this mac address.  This value is used for GET
            and GETNEXT operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureAddressTable(2) hh3cSecureAddressEntry(1) 3 }

.1.3.6.1.4.1.25506.2.26.1.2.2.1.4
hh3cSecureAddrRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This manages the creation and deletion or rows, and shows
        the current status of the indexed MAC address.  This object has the
        following values.

        active(1)        The indexed MAC address is authorised on this port.
        notInService(2)  Not Supported.
        notReady(3)      Not Supported.
        createAndGo(4)   Assign a new MAC address to the port and authorise
                         immediately.
        createAndWait(5) Not Supported.
        destroy(6)       Delete this entry.

        When creating a new entry, index a new row and use createAndGo(4).
        When reading this object, only active(1) will be
        returned.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureAddressTable(2) hh3cSecureAddressEntry(1) 4 }

.1.3.6.1.4.1.25506.2.26.1.2.3
hh3cSecureOUITable OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table stores the OUI values for OUI based
        authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) 3 }

.1.3.6.1.4.1.25506.2.26.1.2.3.1
hh3cSecureOUIEntry OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSecureOUIIndex }
  DESCRIPTION	"This is a row in the hh3cSecureOUITable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureOUITable(3) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.3.1.1
hh3cSecureOUIIndex OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	INTEGER (1..1024) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index number.  This is the first index into the
        hh3cSecureOUITable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureOUITable(3) hh3cSecureOUIEntry(1) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.3.1.2
hh3cSecureOUI OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The OUI value for an authorised device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureOUITable(3) hh3cSecureOUIEntry(1) 2 }

.1.3.6.1.4.1.25506.2.26.1.2.3.1.3
hh3cSecureOUIRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This manages the creation and deletion of rows, and shows
        the current status of the entry.

        active(1)       The indexed OUI value is authorised.
        notInService(2) Not Supported.
        notReady(3)     Not Supported.
        createAndGo(4)  Assign a new OUI to the unit and authorise
                        immediately.
        createAndWait(5) Not Supported.
        destroy(6)      Delete this entry.

        When creating a new entry, index a new row and use createAndGo(4) .
        When reading this object, only active(1) will be returned.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureOUITable(3) hh3cSecureOUIEntry(1) 3 }

.1.3.6.1.4.1.25506.2.26.1.2.4
hh3cSecureBindingTable OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table stores the elements of binding rules include the
        MAC addresses, the IP address and the port.  Only the frame exactly
        matching the binding rules can be forwarded.  This table can be
        written to by the agent as well as the management station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) 4 }

.1.3.6.1.4.1.25506.2.26.1.2.4.1
hh3cSecureBindingEntry OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSecureBindingIndex }
  DESCRIPTION	"This table allows multiple binding rules.  It is indexed using the object
        hh3cSecureBindingIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureBindingTable(4) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.4.1.1
hh3cSecureBindingIndex OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index number.  This is the first index into the
        hh3cSecureBindingTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureBindingTable(4) hh3cSecureBindingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.4.1.2
hh3cSecureBindingPort OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The port number of the port bound with the IP address
        and the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureBindingTable(4) hh3cSecureBindingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.26.1.2.4.1.3
hh3cSecureBindingAddrMAC OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address bound with the port and the IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureBindingTable(4) hh3cSecureBindingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.26.1.2.4.1.4
hh3cSecureBindingAddrIp OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address bound with the port and the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureBindingTable(4) hh3cSecureBindingEntry(1) 4 }

.1.3.6.1.4.1.25506.2.26.1.2.4.1.5
hh3cSecureBindingRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This manages the creation and deletion or rows, and shows
        status of the entry.  This object has the following values.

        active(1)        The indexed MAC address is authorised on this port.
        notInService(2)  Not Supported.
        notReady(3)      Not Supported.
        createAndGo(4)   Assign a new MAC address to the port and authorise
                         immediately.
        createAndWait(5) Not Supported.
        destroy(6)       Delete this entry.

        When creating a new entry, index a new row and use createAndGo(4).
        When reading this object, only active(1) will be
        returned.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureBindingTable(4) hh3cSecureBindingEntry(1) 5 }

.1.3.6.1.4.1.25506.2.26.1.2.5
hh3cSecureAssignTable OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of port assignment management information about authorised user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) 5 }

.1.3.6.1.4.1.25506.2.26.1.2.5.1
hh3cSecureAssignEntry OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry (conceptual row) representing information about port assignment
        about authorised user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureAssignTable(5) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.5.1.1
hh3cSecureAssignEnable OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The user-based port configuration control. Setting this attribute
        TRUE causes the port to be configured with any configuration
        parameters supplied by the authentication server. Setting this
        attribute to FALSE causes any configuration parameters supplied
        by the authentication server to be ignored."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureAssignTable(5) hh3cSecureAssignEntry(1) 1 }

.1.3.6.1.4.1.25506.2.26.1.2.5.1.2
hh3cSecureVlanAssignment OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The VLAN membership assigned to the port for the authorised user.
        This contains the actual value received from the authentication
        server. This object will contain a null value if there is no user
        authorised to access the port or if the authorised user was not
        assigned a VLAN membership."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityTables(2) hh3cSecureAssignTable(5) hh3cSecureAssignEntry(1) 2 }

.1.3.6.1.4.1.25506.2.26.1.3
hh3cPortSecurityNotifications OBJECT-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) 3 }

.1.3.6.1.4.1.25506.2.26.1.3.1
hh3cSecureAddressLearned NOTIFICATION-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  OBJECTS	{ ifIndex, hh3cSecureAddrMAC }
  DESCRIPTION	"This trap is sent when a new station has been learned.  The
        port on which the address was received is the first object,
        and the MAC address of the learned station is in the second object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityNotifications(3) 1 }

.1.3.6.1.4.1.25506.2.26.1.3.2
hh3cSecureViolation NOTIFICATION-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  OBJECTS	{ ifIndex, hh3cSecureAddrMAC, ifAdminStatus }
  DESCRIPTION	"This trap is sent whenever a security violation has occurred.
        The port on which the violation occured is the first object,
        and the MAC address of the offending station is in the second object.
        ifAdminStatus indicates if the port has been disabled because of the violation.
        The implementation may not send violation traps from the same port
        at intervals of less than 5 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityNotifications(3) 2 }

.1.3.6.1.4.1.25506.2.26.1.3.3
hh3cSecureLoginFailure NOTIFICATION-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  OBJECTS	{ ifIndex, hh3cSecureAddrMAC, dot1xAuthSessionUserName }
  DESCRIPTION	"This trap is sent whenever a user network access
        authentication has failed.  The port on which the violation occured is
        the first object, and the MAC address of the offending station is in
        the second object.  The dot1xAuthSessionUserName is the identity supplied
        during the user authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityNotifications(3) 3 }

.1.3.6.1.4.1.25506.2.26.1.3.4
hh3cSecureLogon NOTIFICATION-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  OBJECTS	{ ifIndex, hh3cSecureAddrMAC, dot1xAuthSessionUserName, dot1xAuthSessionAuthenticMethod, hh3cSecurePortVlanMembershipList }
  DESCRIPTION	"This trap is sent when a new session is started for
        an authorised port user.  The port on which the violation occured is
        the first object, and the MAC address of the offending station is in
        the second object.
        The dot1xAuthSessionUserName is the identity supplied during the user
        authentication.  The dot1xAuthSessionAuthenticMethod indicates how the
        user was authorised.  The hh3cSecurePortVlanMembershipList object
        identifies the VLAN membership assigned to the port on session
        activation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityNotifications(3) 4 }

.1.3.6.1.4.1.25506.2.26.1.3.5
hh3cSecureLogoff NOTIFICATION-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  OBJECTS	{ ifIndex, hh3cSecureAddrMAC, dot1xAuthSessionUserName, dot1xAuthSessionTerminateCause, hh3cSecurePortVlanMembershipList }
  DESCRIPTION	"This trap is sent when a user session is terminated.
        The port on which the violation occured is the first object,
        and the MAC address of the offending station is in the second object.
        The dot1xAuthSessionUserName is the identity supplied during the user
        authentication.  The dot1xAuthSessionTerminateCause indicates the
        reason why the session was terminated.
        The hh3cSecurePortVlanMembershipList object identifies the VLAN
        membership assigned to the port on session termination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityNotifications(3) 5 }

.1.3.6.1.4.1.25506.2.26.1.3.6
hh3cSecureRalmLoginFailure NOTIFICATION-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  OBJECTS	{ ifIndex, hh3cSecureAddrMAC, hh3cSecureRalmAuthMode, hh3cSecureRalmAuthUsername }
  DESCRIPTION	"This trap is sent whenever a user network access
        authentication has failed.  The port on which the violation
        occured is the first object, and the MAC address of the
        offending station is in the second object. The authentication mode
        indicates how the user was authorised. The hh3cSecureRalmAuthUsername
        is the identity supplied during the user authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityNotifications(3) 6 }

.1.3.6.1.4.1.25506.2.26.1.3.7
hh3cSecureRalmLogon NOTIFICATION-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  OBJECTS	{ ifIndex, hh3cSecureAddrMAC, hh3cSecureRalmAuthMode, hh3cSecureRalmAuthUsername, hh3cSecurePortVlanMembershipList }
  DESCRIPTION	"This trap is sent when a new session is started for
        an authorised port user.  The port on which the violation
        occured is the first object, and the MAC address of
        the offending station is in the second object. The authentication mode
        indicates how the user was authorised. The hh3cSecureRalmAuthUsername is
        the identity supplied during the user authentication. The
        hh3cSecurePortVlanMembershipList object identifies the VLAN
        membership assigned to the port on session activation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityNotifications(3) 7 }

.1.3.6.1.4.1.25506.2.26.1.3.8
hh3cSecureRalmLogoff NOTIFICATION-TYPE
  -- FROM	HH3C-PORT-SECURITY-MIB
  OBJECTS	{ ifIndex, hh3cSecureAddrMAC, hh3cSecureRalmAuthMode, hh3cSecureRalmAuthUsername, hh3cSecurePortVlanMembershipList }
  DESCRIPTION	"This trap is sent when a new session is started for
        an authorised port user.  The port on which the violation
        occured is the first object, and the MAC address of the
        offending station is in the second object. The authentication mode
        indicates how the user was authorised. The hh3cSecureRalmAuthUsername is
        the identity supplied during the user authentication. The
        hh3cSecurePortVlanMembershipList object identifies the VLAN
        membership assigned to the port on session activation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortSecurity(26) hh3cPortSecurityMIB(1) hh3cPortSecurityNotifications(3) 8 }

.1.3.6.1.4.1.25506.2.27
hh3cVpls OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 27 }

.1.3.6.1.4.1.25506.2.28
hh3cE1 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-E1-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 28 }

.1.3.6.1.4.1.25506.2.28.1
hh3ce1InterfaceStatusTable OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This  table contains E1 interface packet statistics  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) 1 }

.1.3.6.1.4.1.25506.2.28.1.1
hh3ce1InterfaceStatusEntry OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry contains E1 interface packet statistics.
         The index of this Entry is ifIndex defined in ifTable
         of RFC1213-MIB"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) 1 }

.1.3.6.1.4.1.25506.2.28.1.1.1
hh3ce1InterfaceInErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.28.1.1.2
hh3ce1InterfaceInRuntsErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Runts Error(too short packet) received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.28.1.1.3
hh3ce1InterfaceInGiantsErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Giants Error(too long packet) received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.28.1.1.4
hh3ce1InterfaceInCrcErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of CRC Error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.28.1.1.5
hh3ce1InterfaceInAlignErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Align Error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.28.1.1.6
hh3ce1InterfaceInOverRunsErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Over Runs Error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.2.28.1.1.7
hh3ce1InterfaceInDribblesErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of dribble packets received"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.2.28.1.1.8
hh3ce1InterfaceInAbortedSeqErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AbortedSeq Error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 8 }

.1.3.6.1.4.1.25506.2.28.1.1.9
hh3ce1InterfaceInNoBufferErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Error (no buffer available)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 9 }

.1.3.6.1.4.1.25506.2.28.1.1.10
hh3ce1InterfaceInFramingErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of framing Errors"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 10 }

.1.3.6.1.4.1.25506.2.28.1.1.11
hh3ce1InterfaceOutputErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of total Error transmited on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 11 }

.1.3.6.1.4.1.25506.2.28.1.1.12
hh3ce1InterfaceOutUnderRunErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of UnderRun Error transmited on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 12 }

.1.3.6.1.4.1.25506.2.28.1.1.13
hh3ce1InterfaceOutCollisonsErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Collisions Error transmited on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 13 }

.1.3.6.1.4.1.25506.2.28.1.1.14
hh3ce1InterfaceOutDeferedErrs OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Deferred Error transmited on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceStatusTable(1) hh3ce1InterfaceStatusEntry(1) 14 }

.1.3.6.1.4.1.25506.2.28.2
hh3ce1Table OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of E1 interface entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) 2 }

.1.3.6.1.4.1.25506.2.28.2.1
hh3ce1Entry OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry contains E1 interface management information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1Table(2) 1 }

.1.3.6.1.4.1.25506.2.28.2.1.1
hh3ce1Type OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	BITS {voice(0), pos(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the type of the E1 interface.
          Now it supports types as follow:
          voice  voice type
          pos    POS type"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1Table(2) hh3ce1Entry(1) 1 }

.1.3.6.1.4.1.25506.2.28.2.1.2
hh3ce1Clock OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	INTEGER {slave(1), master(2), internal(3), line(4), linePri(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the clock type used on the E1 interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1Table(2) hh3ce1Entry(1) 2 }

.1.3.6.1.4.1.25506.2.28.2.1.3
hh3ce1FrameFormat OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	INTEGER {crc4(1), nocrc4(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the frame format used on the E1 interface."
  DEFVAL	{ crc4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1Table(2) hh3ce1Entry(1) 3 }

.1.3.6.1.4.1.25506.2.28.2.1.4
hh3ce1LineCode OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	INTEGER {ami(1), hdb3(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the line code type used on the E1 interface."
  DEFVAL	{ hdb3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1Table(2) hh3ce1Entry(1) 4 }

.1.3.6.1.4.1.25506.2.28.2.1.5
hh3ce1PriSetTimeSlot OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  -- TEXTUAL CONVENTION Hh3cE1TimeSlot
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is a bit-map of PRI time slots used on the E1 interface.
         It needs to administratively shut down the D channel of
         the E1 interface before cancelling PRI time slots."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1Table(2) hh3ce1Entry(1) 5 }

.1.3.6.1.4.1.25506.2.28.2.1.6
hh3ce1DChannelIndex OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex of the D channel of the E1 interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1Table(2) hh3ce1Entry(1) 6 }

.1.3.6.1.4.1.25506.2.28.2.1.7
hh3ce1SubScribLineChannelIndex OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex of the subscriber-line channel of the E1
         interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1Table(2) hh3ce1Entry(1) 7 }

.1.3.6.1.4.1.25506.2.28.2.1.8
hh3ce1FcmChannelIndex OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex of the FCM (Fast Connection Modem) channel
          of the E1 interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1Table(2) hh3ce1Entry(1) 8 }

.1.3.6.1.4.1.25506.2.28.3
hh3ce1InterfaceTable OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of channels of E1 interface entries.
         Including D channels and subscriber-line channels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) 3 }

.1.3.6.1.4.1.25506.2.28.3.1
hh3ce1InterfaceEntry OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry contains channels of E1 interface management information.
         Including D channels and subscriber-line channels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceTable(3) 1 }

.1.3.6.1.4.1.25506.2.28.3.1.1
hh3ce1ControllerIndex OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Which E1 interface is this channel belonged to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1InterfaceTable(3) hh3ce1InterfaceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.28.4
hh3ce1TimeSlotSetTable OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of time slot set information of E1 interface entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) 4 }

.1.3.6.1.4.1.25506.2.28.4.1
hh3ce1TimeSlotSetEntry OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry contains time slot set information of E1 interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1TimeSlotSetTable(4) 1 }

.1.3.6.1.4.1.25506.2.28.4.1.1
hh3ce1TimeSlotSetGroupId OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	Integer32 (0..30) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1TimeSlotSetTable(4) hh3ce1TimeSlotSetEntry(1) 1 }

.1.3.6.1.4.1.25506.2.28.4.1.2
hh3ce1TimeSlotSetSignalType OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  SYNTAX	INTEGER {unkown(1), em-delay(2), em-immediate(3), em-wink(4), fxo-ground(5), fxo-loop(6), fxs-ground(7), fxs-loop(8), r2(9)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Signal type. Now it supports types as follow:
            unkown,      unkown
            em-delay     E&M Delay Dial
            em-immediate E&M Immediate Start
            em-wink      E&M Wink Start
            fxo-ground   FXO Ground Start
            fxo-loop     FXO Loop Start
            fxs-ground   FXS Ground Start
            fxs-loop     FXS Loop Start
            r2           R2 ITU Q421"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1TimeSlotSetTable(4) hh3ce1TimeSlotSetEntry(1) 2 }

.1.3.6.1.4.1.25506.2.28.4.1.3
hh3ce1TimeSlotSetList OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  -- TEXTUAL CONVENTION Hh3cE1TimeSlot
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Time slot bit map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1TimeSlotSetTable(4) hh3ce1TimeSlotSetEntry(1) 3 }

.1.3.6.1.4.1.25506.2.28.4.1.4
hh3ce1TimeSlotSetRowStatus OBJECT-TYPE
  -- FROM	HH3C-E1-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1(28) hh3ce1TimeSlotSetTable(4) hh3ce1TimeSlotSetEntry(1) 4 }

.1.3.6.1.4.1.25506.2.29
hh3cT1 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-T1-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 29 }

.1.3.6.1.4.1.25506.2.29.1
hh3ct1InterfaceStatusTable OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains interface packet statistics  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) 1 }

.1.3.6.1.4.1.25506.2.29.1.1
hh3ct1InterfaceStatusEntry OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This  entry contains interface packet statistics.
         The index of this Entry is ifIndex defined in ifTable
         of RFC1213-MIB"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) 1 }

.1.3.6.1.4.1.25506.2.29.1.1.1
hh3ct1InterfaceInErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.29.1.1.2
hh3ct1InterfaceInRuntsErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Runts Error(too short packet) received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.29.1.1.3
hh3ct1InterfaceInGiantsErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Giants Error(too long packet) received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.29.1.1.4
hh3ct1InterfaceInCrcErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of CRC Error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.29.1.1.5
hh3ct1InterfaceInAlignErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Align Error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.29.1.1.6
hh3ct1InterfaceInOverRunsErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Over Runs Error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.2.29.1.1.7
hh3ct1InterfaceInDribblesErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of dribble packets received"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.2.29.1.1.8
hh3ct1InterfaceInAbortedSeqErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of AbortedSeq Error received on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 8 }

.1.3.6.1.4.1.25506.2.29.1.1.9
hh3ct1InterfaceInNoBufferErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Error (no buffer available)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 9 }

.1.3.6.1.4.1.25506.2.29.1.1.10
hh3ct1InterfaceInFramingErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of framing Errors"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 10 }

.1.3.6.1.4.1.25506.2.29.1.1.11
hh3ct1InterfaceOutputErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of total Error transmited on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 11 }

.1.3.6.1.4.1.25506.2.29.1.1.12
hh3ct1InterfaceOutUnderRunErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of UnderRun Error transmited on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 12 }

.1.3.6.1.4.1.25506.2.29.1.1.13
hh3ct1InterfaceOutCollisonsErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Collisions Error transmited on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 13 }

.1.3.6.1.4.1.25506.2.29.1.1.14
hh3ct1InterfaceOutDeferedErrs OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Deferred Error transmited on this interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceStatusTable(1) hh3ct1InterfaceStatusEntry(1) 14 }

.1.3.6.1.4.1.25506.2.29.2
hh3ct1Table OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of T1 interface entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) 2 }

.1.3.6.1.4.1.25506.2.29.2.1
hh3ct1Entry OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry contains T1 interface management information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1Table(2) 1 }

.1.3.6.1.4.1.25506.2.29.2.1.1
hh3ct1Type OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	BITS {voice(0)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the type of the T1 interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1Table(2) hh3ct1Entry(1) 1 }

.1.3.6.1.4.1.25506.2.29.2.1.2
hh3ct1Clock OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	INTEGER {slave(1), master(2), internal(3), line(4), linePri(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the clock type used on the T1 interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1Table(2) hh3ct1Entry(1) 2 }

.1.3.6.1.4.1.25506.2.29.2.1.3
hh3ct1FrameFormat OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	INTEGER {sf(1), esf(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the frame format used on the T1 interface."
  DEFVAL	{ esf }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1Table(2) hh3ct1Entry(1) 3 }

.1.3.6.1.4.1.25506.2.29.2.1.4
hh3ct1LineCode OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	INTEGER {ami(1), b8zs(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the line code type used on the T1 interface."
  DEFVAL	{ b8zs }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1Table(2) hh3ct1Entry(1) 4 }

.1.3.6.1.4.1.25506.2.29.2.1.5
hh3ct1PriSetTimeSlot OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  -- TEXTUAL CONVENTION Hh3cT1TimeSlot
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is a bit-map of PRI time slots used on the T1 interface.
         It needs to administratively shut down the D channel of
         the T1 interface before cancelling PRI time slots."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1Table(2) hh3ct1Entry(1) 5 }

.1.3.6.1.4.1.25506.2.29.2.1.6
hh3ct1DChannelIndex OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex of the D channel of the T1 interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1Table(2) hh3ct1Entry(1) 6 }

.1.3.6.1.4.1.25506.2.29.2.1.7
hh3ct1SubScribLineChannelIndex OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex of the subscriber-line channel of the T1 interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1Table(2) hh3ct1Entry(1) 7 }

.1.3.6.1.4.1.25506.2.29.3
hh3ct1InterfaceTable OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of channels of T1 interface entries.
         Including D channels and subscriber-line channels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) 3 }

.1.3.6.1.4.1.25506.2.29.3.1
hh3ct1InterfaceEntry OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry contains channels of T1 interface management information.
         Including D channels and subscriber-line channels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceTable(3) 1 }

.1.3.6.1.4.1.25506.2.29.3.1.1
hh3ct1ControllerIndex OBJECT-TYPE
  -- FROM	HH3C-T1-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Which T1 interface is this channel belonged to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cT1(29) hh3ct1InterfaceTable(3) hh3ct1InterfaceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.30
hh3cIKEMonitor OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 30 }

.1.3.6.1.4.1.25506.2.30.1
hh3cIKEObjects OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) 1 }

.1.3.6.1.4.1.25506.2.30.1.1
hh3cIKETunnelTable OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPsec Phase-1 Internet Key Exchange Tunnel Table.
                 There is one entry in this table for each active IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) 1 }

.1.3.6.1.4.1.25506.2.30.1.1.1
hh3cIKETunnelEntry OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIKETunIndex }
  DESCRIPTION	"The entry contains the information about hh3cIKETunnelTable, such as negotiate mode,
                 encryption algorithm and authentication algorithm, etc."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) 1 }

.1.3.6.1.4.1.25506.2.30.1.1.1.1
hh3cIKETunIndex OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the IPsec Phase-1 IKE Tunnel Table.
                 The value of the index is a number which begins
                 at one and is incremented with each tunnel that
                 is created. The value of this object will wrap
                 at 2147483647."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.30.1.1.1.2
hh3cIKETunLocalType OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cIKEIDType
  SYNTAX	INTEGER {reserved(0), ipv4Addr(1), fqdn(2), userFqdn(3), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8), derAsn1Dn(9), derAsn1Gn(10), keyId(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of local peer identity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.30.1.1.1.3
hh3cIKETunLocalValue1 OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The value of the local peer identity.

                If the local peer type is ipv4Addr/ipv6Addr, this is the IP address
                used to identify the local peer.

                If the local peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is
                the subnet address.

                If the local peer type is ipv4AddrRange/ipv6AddrRange, this is
                the beginning IP address of the range.

                If the local peer type is fqdn/userFqdn, this is the host name
                used to identify the local peer.

                If the local peer type is derAsn1Dn, this is the binary DER
                encoding of an ASN.1 X.500 Distinguished Name [X.501] of the
                principal whose certificates are being exchanged to establish
                the SA.

                If the local peer type is derAsn1Gn, this is the binary DER
                encoding of an ASN.1 X.500 GeneralName [X.509] of the principal
                whose certificates are being exchanged to establish the SA.

                If the local peer type is keyId, this is an opaque byte
                stream which may be used to pass vendor-specific information
                necessary to identify which pre-shared key should be used to
                authenticate Aggressive mode negotiations.

                The local peer identity may not exceed 255 characters in length.
                The complete value will be displayed by hh3cIKETunLocalValue3"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.30.1.1.1.4
hh3cIKETunLocalValue2 OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second specification of the local peer's IP address.

                 If the local peer type is ipv4AddrSubnet/ipv6AddrSubnet, this
                 is the subnet mask.

                 If the local peer type is ipv4AddrRange/ipv6AddrRange, this is
                 the ending IP address of the range.

                 If the local peer type are others, this is a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.30.1.1.1.5
hh3cIKETunLocalAddr OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The IP address of the local endpoint for the IPsec
                 Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.30.1.1.1.6
hh3cIKETunRemoteType OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cIKEIDType
  SYNTAX	INTEGER {reserved(0), ipv4Addr(1), fqdn(2), userFqdn(3), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8), derAsn1Dn(9), derAsn1Gn(10), keyId(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of remote peer identity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.30.1.1.1.7
hh3cIKETunRemoteValue1 OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The value of the remote peer identity.

                If the remote peer type is ipv4Addr/ipv6Addr, this is the IP address
                used to identify the remote peer.

                If the remote peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is
                the subnet address.

                If the remote peer type is ipv4AddrRange/ipv6AddrRange, this is
                the beginning IP address of the range.

                If the remote peer type is fqdn/userFqdn, this is the host name
                used to identify the remote peer.

                If the remote peer type is derAsn1Dn, this is the binary DER
                encoding of an ASN.1 X.500 Distinguished Name [X.501] of the
                principal whose certificates are being exchanged to establish
                the SA.

                If the remote peer type is derAsn1Gn, this is the binary DER
                encoding of an ASN.1 X.500 GeneralName [X.509] of the principal
                whose certificates are being exchanged to establish the SA.

                If the remote peer type is keyId, this is an opaque byte
                stream which may be used to pass vendor-specific information
                necessary to identify which pre-shared key should be used to
                authenticate Aggressive mode negotiations.

                The remote peer identity may not exceed 255 characters in length.
                The complete value will be displayed by hh3cIKETunRemoteValue3"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 7 }

.1.3.6.1.4.1.25506.2.30.1.1.1.8
hh3cIKETunRemoteValue2 OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second specification of the remote peer's IP address.

                 If the remote peer type is ipv4AddrSubnet/ipv6AddrSubnet, this
                 is the subnet mask.

                 If the remote peer type is ipv4AddrRange/ipv6AddrRange, this is
                 the ending IP address of the range.

                 If the remote peer type are others, this is a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 8 }

.1.3.6.1.4.1.25506.2.30.1.1.1.9
hh3cIKETunRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The IP address of the remote peer for the IPsec
                Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 9 }

.1.3.6.1.4.1.25506.2.30.1.1.1.10
hh3cIKETunInitiator OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	INTEGER {local(1), remote(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The initiator of this tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 10 }

.1.3.6.1.4.1.25506.2.30.1.1.1.11
hh3cIKETunNegoMode OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cIKENegoMode
  SYNTAX	INTEGER {mainMode(2), aggressiveMode(4), quickMode(32), gmMainMode(128)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiation mode of the IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 11 }

.1.3.6.1.4.1.25506.2.30.1.1.1.12
hh3cIKETunDiffHellmanGrp OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cDiffHellmanGrp
  SYNTAX	INTEGER {none(0), dhGroup1(1), dhGroup2(2), dhGroup5(5), dhGroup14(14), dhGroup24(24), invalidGroup(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Diffie Hellman Group used in the IPsec Phase-1 IKE
                 negotiations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 12 }

.1.3.6.1.4.1.25506.2.30.1.1.1.13
hh3cIKETunEncryptAlgo OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cEncryptAlgo
  SYNTAX	INTEGER {none(0), desCbc(1), ideaCbc(2), blowfishCbc(3), rc5R16B64Cbc(4), tripleDesCbc(5), castCbc(6), aesCbc(7), aesCbc128(8), aesCbc192(9), aesCbc256(10), aesCtr(11), aesCamelliaCbc(12), rc4(13), sm1Cbc128(128), sm1Cbc192(129), sm1Cbc256(130), sm4Cbc(131), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encryption algorithm used in the IPsec Phase-1 IKE
                 negotiations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 13 }

.1.3.6.1.4.1.25506.2.30.1.1.1.14
hh3cIKETunHashAlgo OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cAuthAlgo
  SYNTAX	INTEGER {none(0), md5(1), sha1(2), sha256(3), sha384(4), sha512(5), sm3(128), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hash algorithm used in the IPsec Phase-1 IKE
                 negotiations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 14 }

.1.3.6.1.4.1.25506.2.30.1.1.1.15
hh3cIKETunAuthMethod OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cIKEAuthMethod
  SYNTAX	INTEGER {preSharedKey(1), dsaSignatures(2), rsaSignatures(3), rsaDigitalEnvelope(5), sm2DigitalEnvelope(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication method used in the IPsec Phase-1
                 IKE negotiations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 15 }

.1.3.6.1.4.1.25506.2.30.1.1.1.16
hh3cIKETunLifeTime OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated LifeTime of the IPsec Phase-1
                 IKE Tunnel in seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 16 }

.1.3.6.1.4.1.25506.2.30.1.1.1.17
hh3cIKETunActiveTime OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The duration the IPsec Phase-1 IKE tunnel
                 has been active in seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 17 }

.1.3.6.1.4.1.25506.2.30.1.1.1.18
hh3cIKETunRemainTime OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The security association remaining time in
                 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 18 }

.1.3.6.1.4.1.25506.2.30.1.1.1.19
hh3cIKETunTotalRefreshes OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of security association
                 refreshing performed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 19 }

.1.3.6.1.4.1.25506.2.30.1.1.1.20
hh3cIKETunState OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cIKETunnelState
  SYNTAX	INTEGER {active(1), timeout(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The State of IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 20 }

.1.3.6.1.4.1.25506.2.30.1.1.1.21
hh3cIKETunDpdIntervalTime OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time that trigger DPD request.
                If ipsec message is expected to be sent out
                and the interval time between current time
                and the last time receiving peer's IPsec
                message is bigger than this time, DPD request
                would be triggered."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 21 }

.1.3.6.1.4.1.25506.2.30.1.1.1.22
hh3cIKETunDpdTimeOut OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The overtime of single DPD request.
                If DPD requests are refused three times, all
                security associations related would be deleted."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 22 }

.1.3.6.1.4.1.25506.2.30.1.1.1.23
hh3cIKETunLocalInetAddrType OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the local peer's IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 23 }

.1.3.6.1.4.1.25506.2.30.1.1.1.24
hh3cIKETunLocalInetAddr OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the local peer for the IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 24 }

.1.3.6.1.4.1.25506.2.30.1.1.1.25
hh3cIKETunRemoteInetAddrType OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the remote peer's IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 25 }

.1.3.6.1.4.1.25506.2.30.1.1.1.26
hh3cIKETunRemoteInetAddr OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the remote peer for the IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 26 }

.1.3.6.1.4.1.25506.2.30.1.1.1.27
hh3cIKETunLocalValue3 OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	OCTET STRING (0..2047) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the local peer identity.

            If the local peer type is ipv4Addr/ipv6Addr, this is the IP address
            used to identify the local peer.

            If the local peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is
            the subnet address.

            If the local peer type is ipv4AddrRange/ipv6AddrRange, this is
            the beginning IP address of the range.

            If the local peer type is fqdn/userFqdn, this is the host name
            used to identify the local peer.

            If the local peer type is derAsn1Dn, this is the binary DER
            encoding of an ASN.1 X.500 Distinguished Name [X.501] of the
            principal whose certificates are being exchanged to establish
            the SA.

            If the local peer type is derAsn1Gn, this is the binary DER
            encoding of an ASN.1 X.500 GeneralName [X.509] of the principal
            whose certificates are being exchanged to establish the SA.

            If the local peer type is keyId, this is an opaque byte
            stream which may be used to pass vendor-specific information
            necessary to identify which pre-shared key should be used to
            authenticate Aggressive mode negotiations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 27 }

.1.3.6.1.4.1.25506.2.30.1.1.1.28
hh3cIKETunRemoteValue3 OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	OCTET STRING (0..2047) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the remote peer identity.

            If the remote peer type is ipv4Addr/ipv6Addr, this is the IP address
            used to identify the remote peer.

            If the remote peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is
            the subnet address.

            If the remote peer type is ipv4AddrRange/ipv6AddrRange, this is
            the beginning IP address of the range.

            If the remote peer type is fqdn/userFqdn, this is the host name
            used to identify the remote peer.

            If the remote peer type is derAsn1Dn, this is the binary DER
            encoding of an ASN.1 X.500 Distinguished Name [X.501] of the
            principal whose certificates are being exchanged to establish
            the SA.

            If the remote peer type is derAsn1Gn, this is the binary DER
            encoding of an ASN.1 X.500 GeneralName [X.509] of the principal
            whose certificates are being exchanged to establish the SA.

            If the remote peer type is keyId, this is an opaque byte
            stream which may be used to pass vendor-specific information
            necessary to identify which pre-shared key should be used to
            authenticate Aggressive mode negotiations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelTable(1) hh3cIKETunnelEntry(1) 28 }

.1.3.6.1.4.1.25506.2.30.1.2
hh3cIKETunnelStatTable OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPsec Phase-1 IKE Tunnel Statistic Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) 2 }

.1.3.6.1.4.1.25506.2.30.1.2.1
hh3cIKETunnelStatEntry OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIKETunIndex }
  DESCRIPTION	"The entry contains the information of hh3cIKETunnelStatTable,
                 such as the number of packets sent and received by the
                 IKE tunnel, etc."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.30.1.2.1.1
hh3cIKETunInOctets OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received by
                 this IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.30.1.2.1.2
hh3cIKETunInPkts OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by
                 this IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.30.1.2.1.3
hh3cIKETunInDropPkts OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped  by this
                 IPsec Phase-1 IKE Tunnel during receiving process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.30.1.2.1.4
hh3cIKETunInP2Exchgs OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 exchanges
                 received by this IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.30.1.2.1.5
hh3cIKETunInP2ExchgRejets OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 exchanges
                 received and rejected by this IPsec Phase-1 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.30.1.2.1.6
hh3cIKETunInP2SaDelRequests OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 security association
                 deleting requests received by this IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.30.1.2.1.7
hh3cIKETunInP1SaDelRequests OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-1
                 security association deleting requests."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.30.1.2.1.8
hh3cIKETunInNotifys OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of notifications received by this
                 IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.30.1.2.1.9
hh3cIKETunOutOctets OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets sent by this IPsec
                 Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.30.1.2.1.10
hh3cIKETunOutPkts OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets sent by this IPsec
                 Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.30.1.2.1.11
hh3cIKETunOutDropPkts OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped by this
                 IPsec Phase-1 IKE Tunnel during sending process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.30.1.2.1.12
hh3cIKETunOutP2Exchgs OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 exchanges sent
                 by this IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.30.1.2.1.13
hh3cIKETunOutP2ExchgRejects OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 exchanges sent
                 and rejected by this IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.30.1.2.1.14
hh3cIKETunOutP2SaDelRequests OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 security
                 association deleting requests sent by this
                 IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.30.1.2.1.15
hh3cIKETunOutP1SaDelRequests OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-1 security
                 association deleting requests sent by this
                 IPsec Phase-1 IKE Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.30.1.2.1.16
hh3cIKETunOutNotifys OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of notifications sent by this IPsec
                 Phase-1 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETunnelStatTable(2) hh3cIKETunnelStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.30.1.3
hh3cIKEGlobalStats OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) 3 }

.1.3.6.1.4.1.25506.2.30.1.3.1
hh3cIKEGlobalActiveTunnels OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of currently active IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 1 }

.1.3.6.1.4.1.25506.2.30.1.3.2
hh3cIKEGlobalInOctets OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received by all currently and
                 previously active IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 2 }

.1.3.6.1.4.1.25506.2.30.1.3.3
hh3cIKEGlobalInPkts OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by all
                 currently and previously active IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 3 }

.1.3.6.1.4.1.25506.2.30.1.3.4
hh3cIKEGlobalInDropPkts OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets which were dropped during receiving
                 process by all currently and previously active IPsec Phase-1
                 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 4 }

.1.3.6.1.4.1.25506.2.30.1.3.5
hh3cIKEGlobalInP2Exchgs OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 exchanges received by all
                 currently and previously active IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 5 }

.1.3.6.1.4.1.25506.2.30.1.3.6
hh3cIKEGlobalInP2ExchgRejects OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 exchanges which were
                 received and rejected by all currently and previously
                 active IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 6 }

.1.3.6.1.4.1.25506.2.30.1.3.7
hh3cIKEGlobalInP2SaDelRequests OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 security association
                 deleting requests received by all currently and previously
                 active IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 7 }

.1.3.6.1.4.1.25506.2.30.1.3.8
hh3cIKEGlobalInNotifys OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of notifications received by all IPsec
                 Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 8 }

.1.3.6.1.4.1.25506.2.30.1.3.9
hh3cIKEGlobalOutOctets OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets sent by all currently
                 and previously active and IPsec Phase-1 IKE Tunnels. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 9 }

.1.3.6.1.4.1.25506.2.30.1.3.10
hh3cIKEGlobalOutPkts OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets sent by all currently
                 and previously active and IPsec Phase-1 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 10 }

.1.3.6.1.4.1.25506.2.30.1.3.11
hh3cIKEGlobalOutDropPkts OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets which were dropped during
                 sending process by all currently and previously active
                 IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 11 }

.1.3.6.1.4.1.25506.2.30.1.3.12
hh3cIKEGlobalOutP2Exchgs OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 exchanges which were
                 sent by all currently and previously active IPsec
                 Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 12 }

.1.3.6.1.4.1.25506.2.30.1.3.13
hh3cIKEGlobalOutP2ExchgRejects OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 exchanges which
                 were sent and rejected by all currently and previously
                 active IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 13 }

.1.3.6.1.4.1.25506.2.30.1.3.14
hh3cIKEGlobalOutP2SaDelRequests OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-2 SA deleting requests sent
                 by all currently and previously active IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 14 }

.1.3.6.1.4.1.25506.2.30.1.3.15
hh3cIKEGlobalOutNotifys OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of notifications sent by all active IPsec
                 Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 15 }

.1.3.6.1.4.1.25506.2.30.1.3.16
hh3cIKEGlobalInitTunnels OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-1 IKE Tunnels which
                 were locally initiated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 16 }

.1.3.6.1.4.1.25506.2.30.1.3.17
hh3cIKEGlobalInitTunnelFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-1 IKE Tunnels which
                 were locally initiated and failed to activate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 17 }

.1.3.6.1.4.1.25506.2.30.1.3.18
hh3cIKEGlobalRespTunnels OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-1 IKE Tunnels which
                 were remotely initiated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 18 }

.1.3.6.1.4.1.25506.2.30.1.3.19
hh3cIKEGlobalRespTunnelFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of IPsec Phase-1 IKE Tunnels which
                 were remotely initiated and failed to activate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 19 }

.1.3.6.1.4.1.25506.2.30.1.3.20
hh3cIKEGlobalAuthFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of authentications which ended in
                 failure by all current and previous IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 20 }

.1.3.6.1.4.1.25506.2.30.1.3.21
hh3cIKEGlobalNoSaFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of non-existent Security Association
                 in failures which occurred during processing of all
                 current and previous IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 21 }

.1.3.6.1.4.1.25506.2.30.1.3.22
hh3cIKEGlobalInvalidCookieFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of invalid cookie in failures which
                 occurred during processing of all current and previous
                 IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 22 }

.1.3.6.1.4.1.25506.2.30.1.3.23
hh3cIKEGlobalAttrNotSuppFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of attributes not supported in failures
                 which occurred during processing of all current and previous
                 IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 23 }

.1.3.6.1.4.1.25506.2.30.1.3.24
hh3cIKEGlobalNoProposalChosenFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of no proposal chosen in failures which
                 occurred during processing of all current and previous
                 IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 24 }

.1.3.6.1.4.1.25506.2.30.1.3.25
hh3cIKEGlobalUnsportExchTypeFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of unsupported exchange type in failures
                 which occurred during processing of all current and
                 previous IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 25 }

.1.3.6.1.4.1.25506.2.30.1.3.26
hh3cIKEGlobalInvalidIdFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of invalid id Information in failures
                 which occurred during processing of all current and
                 previous IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 26 }

.1.3.6.1.4.1.25506.2.30.1.3.27
hh3cIKEGlobalInvalidProFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of invalid protocol id in failures which
                 occurred during processing of all current and previous
                 IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 27 }

.1.3.6.1.4.1.25506.2.30.1.3.28
hh3cIKEGlobalCertTypeUnsuppFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of certificate type unsupported in failures
                 which occurred during processing of all current and
                 previous IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 28 }

.1.3.6.1.4.1.25506.2.30.1.3.29
hh3cIKEGlobalInvalidCertAuthFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of failures because of invalid certificate authority
                 which occurred during processing of all current and
                 previous IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 29 }

.1.3.6.1.4.1.25506.2.30.1.3.30
hh3cIKEGlobalInvalidSignFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of failures because of the invalid signature which
                 occurred during processing of all current and previous
                 IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 30 }

.1.3.6.1.4.1.25506.2.30.1.3.31
hh3cIKEGlobalCertUnavailableFails OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of certificate unavailable in failures
                 which occurred during processing of all current and
                 previous IPsec Phase-1 IKE Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEGlobalStats(3) 31 }

.1.3.6.1.4.1.25506.2.30.1.4
hh3cIKETrapObject OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) 4 }

.1.3.6.1.4.1.25506.2.30.1.4.1
hh3cIKEProposalNumber OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IKE proposal's number with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapObject(4) 1 }

.1.3.6.1.4.1.25506.2.30.1.4.2
hh3cIKEProposalSize OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of IKE proposals with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapObject(4) 2 }

.1.3.6.1.4.1.25506.2.30.1.4.3
hh3cIKEIdInformation OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The id information with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapObject(4) 3 }

.1.3.6.1.4.1.25506.2.30.1.4.4
hh3cIKEProtocolNum OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The protocol number with a trap"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapObject(4) 4 }

.1.3.6.1.4.1.25506.2.30.1.4.5
hh3cIKECertInformation OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The certificate information with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapObject(4) 5 }

.1.3.6.1.4.1.25506.2.30.1.5
hh3cIKETrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) 5 }

.1.3.6.1.4.1.25506.2.30.1.5.1
hh3cIKETrapGlobalCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether all IKE traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 1 }

.1.3.6.1.4.1.25506.2.30.1.5.2
hh3cIKETunnelStartTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKETunnelStart traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 2 }

.1.3.6.1.4.1.25506.2.30.1.5.3
hh3cIKETunnelStopTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKETunnelStop traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 3 }

.1.3.6.1.4.1.25506.2.30.1.5.4
hh3cIKENoSaTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKENoSaFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 4 }

.1.3.6.1.4.1.25506.2.30.1.5.5
hh3cIKEEncryFailureTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEEncryFailFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 5 }

.1.3.6.1.4.1.25506.2.30.1.5.6
hh3cIKEDecryFailureTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEDecryFailFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 6 }

.1.3.6.1.4.1.25506.2.30.1.5.7
hh3cIKEInvalidProposalTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEInvalidProposalFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 7 }

.1.3.6.1.4.1.25506.2.30.1.5.8
hh3cIKEAuthFailTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEAuthFailFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 8 }

.1.3.6.1.4.1.25506.2.30.1.5.9
hh3cIKEInvalidCookieTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEInvalidCookieFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 9 }

.1.3.6.1.4.1.25506.2.30.1.5.10
hh3cIKEInvalidSpiTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEInvalidSpiFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 10 }

.1.3.6.1.4.1.25506.2.30.1.5.11
hh3cIKEAttrNotSuppTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEAttrNotSuppFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 11 }

.1.3.6.1.4.1.25506.2.30.1.5.12
hh3cIKEUnsportExchTypeTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEUnsportExchTypeFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 12 }

.1.3.6.1.4.1.25506.2.30.1.5.13
hh3cIKEInvalidIdTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEInvalidIdFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 13 }

.1.3.6.1.4.1.25506.2.30.1.5.14
hh3cIKEInvalidProtocolTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEInvalidProtocolFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 14 }

.1.3.6.1.4.1.25506.2.30.1.5.15
hh3cIKECertTypeUnsuppTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKECertTypeUnsuppFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 15 }

.1.3.6.1.4.1.25506.2.30.1.5.16
hh3cIKEInvalidCertAuthTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEInvalidCertAuthFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 16 }

.1.3.6.1.4.1.25506.2.30.1.5.17
hh3cIKEInvalidSignTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEInvalidSignFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 17 }

.1.3.6.1.4.1.25506.2.30.1.5.18
hh3cIKECertUnavailableTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKECertUnavailableFailure traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 18 }

.1.3.6.1.4.1.25506.2.30.1.5.19
hh3cIKEProposalAddTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEProposalAdd traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 19 }

.1.3.6.1.4.1.25506.2.30.1.5.20
hh3cIKEProposalDelTrapCntl OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION Hh3cTrapStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIKEProposalDel traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrapCntl(5) 20 }

.1.3.6.1.4.1.25506.2.30.1.6
hh3cIKETrap OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) 6 }

.1.3.6.1.4.1.25506.2.30.1.6.1
hh3cIKENotifications OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) 1 }

.1.3.6.1.4.1.25506.2.30.1.6.1.1
hh3cIKETunnelStart NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunLifeTime, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when an IPsec Phase-1
                  IKE Tunnel is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 1 }

.1.3.6.1.4.1.25506.2.30.1.6.1.2
hh3cIKETunnelStop NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunActiveTime, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when an IPsec Phase-1
                IKE Tunnel is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 2 }

.1.3.6.1.4.1.25506.2.30.1.6.1.3
hh3cIKENoSaFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IKE tunnel
                 has a non-existent SA error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 3 }

.1.3.6.1.4.1.25506.2.30.1.6.1.4
hh3cIKEEncryFailFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IKE tunnel
                 has an encrypting failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 4 }

.1.3.6.1.4.1.25506.2.30.1.6.1.5
hh3cIKEDecryFailFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IKE tunnel
                has a decrypting failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 5 }

.1.3.6.1.4.1.25506.2.30.1.6.1.6
hh3cIKEInvalidProposalFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1
                invalid proposal occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 6 }

.1.3.6.1.4.1.25506.2.30.1.6.1.7
hh3cIKEAuthFailFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1
                authentication failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 7 }

.1.3.6.1.4.1.25506.2.30.1.6.1.8
hh3cIKEInvalidCookieFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1
                invalid cookie failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 8 }

.1.3.6.1.4.1.25506.2.30.1.6.1.9
hh3cIKEAttrNotSuppFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1 unsupported
                attribute failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 9 }

.1.3.6.1.4.1.25506.2.30.1.6.1.10
hh3cIKEUnsportExchTypeFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1
                unsupported exchange type failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 10 }

.1.3.6.1.4.1.25506.2.30.1.6.1.11
hh3cIKEInvalidIdFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKEIdInformation, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1
                invalid id failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 11 }

.1.3.6.1.4.1.25506.2.30.1.6.1.12
hh3cIKEInvalidProtocolFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKEProtocolNum, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the processing for
                an IPsec Phase-1 IKE Tunnel has a protocol related errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 12 }

.1.3.6.1.4.1.25506.2.30.1.6.1.13
hh3cIKECertTypeUnsuppFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKECertInformation, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1
                unsupported certificate type failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 13 }

.1.3.6.1.4.1.25506.2.30.1.6.1.14
hh3cIKEInvalidCertAuthFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKECertInformation, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1
                invalid certificate authorization failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 14 }

.1.3.6.1.4.1.25506.2.30.1.6.1.15
hh3cIKElInvalidSignFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKECertInformation, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1
                invalid signature failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 15 }

.1.3.6.1.4.1.25506.2.30.1.6.1.16
hh3cIKECertUnavailableFailure NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKETunLocalAddr, hh3cIKETunRemoteAddr, hh3cIKECertInformation, hh3cIKETunIndex, hh3cIKETunLocalInetAddrType, hh3cIKETunLocalInetAddr, hh3cIKETunRemoteInetAddrType, hh3cIKETunRemoteInetAddr }
  DESCRIPTION	"This notification is generated when the IPsec phase-1
                certificate unavailable failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 16 }

.1.3.6.1.4.1.25506.2.30.1.6.1.17
hh3cIKEProposalAdd NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKEProposalNumber, hh3cIKEProposalSize }
  DESCRIPTION	"This notification is generated when an IKE proposal is added."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 17 }

.1.3.6.1.4.1.25506.2.30.1.6.1.18
hh3cIKEProposalDel NOTIFICATION-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  OBJECTS	{ hh3cIKEProposalNumber, hh3cIKEProposalSize }
  DESCRIPTION	"This notification is generated when an IKE proposal is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKETrap(6) hh3cIKENotifications(1) 18 }

.1.3.6.1.4.1.25506.2.30.1.7
hh3cIKEScalarObjects OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) 7 }

.1.3.6.1.4.1.25506.2.30.1.7.1
hh3cIKEMIBVersion OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Version string of this MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEObjects(1) hh3cIKEScalarObjects(7) 1 }

.1.3.6.1.4.1.25506.2.30.2
hh3cIKEConformance OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) 2 }

.1.3.6.1.4.1.25506.2.30.2.1
hh3cIKECompliances OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) 1 }

.1.3.6.1.4.1.25506.2.30.2.1.1
hh3cIKECompliance MODULE-COMPLIANCE
  -- FROM	HH3C-IKE-MONITOR-MIB
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) hh3cIKECompliances(1) 1 }

.1.3.6.1.4.1.25506.2.30.2.2
hh3cIKEGroups OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) 2 }

.1.3.6.1.4.1.25506.2.30.2.2.1
hh3cIKETunnelTableGroup OBJECT-GROUP
  -- FROM	HH3C-IKE-MONITOR-MIB
  DESCRIPTION	"The group contains the IKE tunnel's property information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) hh3cIKEGroups(2) 1 }

.1.3.6.1.4.1.25506.2.30.2.2.2
hh3cIKETunnelStatTableGroup OBJECT-GROUP
  -- FROM	HH3C-IKE-MONITOR-MIB
  DESCRIPTION	"The group contains the IKE tunnel's statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) hh3cIKEGroups(2) 2 }

.1.3.6.1.4.1.25506.2.30.2.2.3
hh3cIKEGlobalStatsGroup OBJECT-GROUP
  -- FROM	HH3C-IKE-MONITOR-MIB
  DESCRIPTION	"The group contains all of the IKE tunnel's statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) hh3cIKEGroups(2) 3 }

.1.3.6.1.4.1.25506.2.30.2.2.4
hh3cIKETrapObjectGroup OBJECT-GROUP
  -- FROM	HH3C-IKE-MONITOR-MIB
  DESCRIPTION	"The group contains all of trap objects of IKE tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) hh3cIKEGroups(2) 4 }

.1.3.6.1.4.1.25506.2.30.2.2.5
hh3cIKETrapCntlGroup OBJECT-GROUP
  -- FROM	HH3C-IKE-MONITOR-MIB
  DESCRIPTION	"The group contains all of trap switches of IKE tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) hh3cIKEGroups(2) 5 }

.1.3.6.1.4.1.25506.2.30.2.2.6
hh3cIKETrapGroup OBJECT-TYPE
  -- FROM	HH3C-IKE-MONITOR-MIB
  DESCRIPTION	"The group contains all of trap of IKE tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) hh3cIKEGroups(2) 6 }

.1.3.6.1.4.1.25506.2.30.2.2.7
hh3cIKEScalarObjectsGroup OBJECT-GROUP
  -- FROM	HH3C-IKE-MONITOR-MIB
  DESCRIPTION	"The group contains all of scalar objects of the MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIKEMonitor(30) hh3cIKEConformance(2) hh3cIKEGroups(2) 7 }

.1.3.6.1.4.1.25506.2.31
hh3cWebSwitch OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 31 }

.1.3.6.1.4.1.25506.2.32
hh3cAutoDetect OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 32 }

.1.3.6.1.4.1.25506.2.33
hh3cIpBroadcast OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IP-BROADCAST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 33 }

.1.3.6.1.4.1.25506.2.33.1
hh3cIpBdstScalarGroup OBJECT-TYPE
  -- FROM	HH3C-IP-BROADCAST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpBroadcast(33) 1 }

.1.3.6.1.4.1.25506.2.33.1.1
hh3cIpBdstForwardBroadcast OBJECT-TYPE
  -- FROM	HH3C-IP-BROADCAST-MIB
  SYNTAX	INTEGER {forwarding(1), notForwarding(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether a device forwards direct
            broadcast datagrams or not.
            More details of this object, please refers to RFC2644.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpBroadcast(33) hh3cIpBdstScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.33.1.2
hh3cIpReceiveBroadcast OBJECT-TYPE
  -- FROM	HH3C-IP-BROADCAST-MIB
  SYNTAX	INTEGER {receive(1), notReceive(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This objects indicates whether a device receives direct
            broadcast datagrams or not.
            More details of this object, please refers to RFC2644.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpBroadcast(33) hh3cIpBdstScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.33.2
hh3cIpBdstGroup OBJECT-TYPE
  -- FROM	HH3C-IP-BROADCAST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpBroadcast(33) 2 }

.1.3.6.1.4.1.25506.2.33.3
hh3cIpBdstTrap OBJECT-TYPE
  -- FROM	HH3C-IP-BROADCAST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpBroadcast(33) 3 }

.1.3.6.1.4.1.25506.2.33.3.0
hh3cIpBdstTrapPrex OBJECT-TYPE
  -- FROM	HH3C-IP-BROADCAST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpBroadcast(33) hh3cIpBdstTrap(3) 0 }

.1.3.6.1.4.1.25506.2.34
hh3cIpx OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IPX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 34 }

.1.3.6.1.4.1.25506.2.34.1
hh3cIpxConfig OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) 1 }

.1.3.6.1.4.1.25506.2.34.1.1
hh3cIpxStatus OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to enable or disable ipx globally."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) 1 }

.1.3.6.1.4.1.25506.2.34.1.2
hh3cIpxIfConfigTable OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of configurable management information on each
        interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) 2 }

.1.3.6.1.4.1.25506.2.34.1.2.1
hh3cIpxIfConfigEntry OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpxIfIndex }
  DESCRIPTION	"An entry in the table, containing management information
        about a single interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.34.1.2.1.1
hh3cIpxIfIndex OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This variable uniquely identifies the interface
        to which the configurations are applied."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.34.1.2.1.2
hh3cIpxIfNetId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The network number of the IPX address of this
        interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.34.1.2.1.3
hh3cIpxIfNodeId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node number of the IPX address of this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.34.1.2.1.4
hh3cIpxIfSplitHorizon OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This node is used to set the split horizon status.
        Its default value is 'enabled'. In this case, the interface
        which receives a message can't send this message from the
        same interface. This function can avoid route loop. But it
        is unused for point to point link. If it is set to
        'disabled', split horizon is disable."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.34.1.2.1.5
hh3cIPxIfTick OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..30000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to set this interface's delay time.
        It is counted by ticks which is 1/18 second. By default,
        the ethernet interface's delay time is 1 tick,
        asynchronous serial interface's delay time is 30 ticks,
        WAN interface's delay time is 6 ticks."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.34.1.2.1.6
hh3cIpxIfUpdateChangeOnly OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When this variable is set to 'enabled', updating change is
        on. And sap and rip will send updating packets periodically
        to avoid broadcast storm. Whereas updating change is
        off."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.34.1.2.1.7
hh3cIpxIfRipMtu OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (432..1500) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to define the max length of RIP
        updating packets."
  DEFVAL	{ 432 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.34.1.2.1.8
hh3cIpxIfEncapsuleType OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	INTEGER {dot2(1), dot3(2), ethernet-2(3), snap(4), unkown(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This node is used to define the encapsulating form of
        IPX packets. 'dot2' indicates the form is 802.2, while 'dot3'
        means 802.3. And 'snap' indicates the form is ethernet-snap.
        It takes effect only on ethernet interface, and the default
        value is 'dot3', while 'unkown' for other types of port."
  DEFVAL	{ dot3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.34.1.2.1.9
hh3cIpxIfNetbiosPropagation OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This node is used to configure whether the current interface
        can forward broadcasting packets which IPX type is 20 used 
        for NetBIOS."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.34.1.2.1.10
hh3cIpxIfSapStatus OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of sap on the current interface. It is enabled
        when ipx is enabled on this interface."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.34.1.2.1.11
hh3cIpxIfSapMtu OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (480..1500) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to define the max length of SAP
        refreshing packets."
  DEFVAL	{ 480 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.34.1.2.1.12
hh3cIpxIfGnsReply OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to enable or disable the current
        interface to response the IPX GNS request."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.34.1.2.1.13
hh3cIpxIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row. To create a row, user can 
        select 'createAndGo'. If the row is created successfully, 
        this object will became 'active'. To delete one row, 
        user can select 'destory' and the row will be deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxConfig(1) hh3cIpxIfConfigTable(2) hh3cIpxIfConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.34.2
hh3cIpxRip OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) 2 }

.1.3.6.1.4.1.25506.2.34.2.1
hh3cIpxRouteMultiplier OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..1000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This node is used to calculate Rip aging time of route
        information.
        The absolute aging time =
        (hh3cIpxRouteMultiplier * hh3cIpxRouteUpdateTimer)."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) 1 }

.1.3.6.1.4.1.25506.2.34.2.2
hh3cIpxRouteUpdateTimer OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (10..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This node is used to set rip updating time which is based
        on seconds"
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) 2 }

.1.3.6.1.4.1.25506.2.34.2.3
hh3cIpxRouteImpRouteStatic OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object determines whether static route can be imported."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) 3 }

.1.3.6.1.4.1.25506.2.34.2.4
hh3cIpxRouteLoadBalancePaths OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object defines the max equivalent paths to the same
        destination. If the newly defined value is smaller than the
        current value, the routes out of the new value will be set
        inactive."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) 4 }

.1.3.6.1.4.1.25506.2.34.2.5
hh3cIpxRouteMaxResPaths OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object defines the max dynamic routes to the same
        destination. If the newly defined value is smaller than the
        current value, the routes will not be deleted until they age
        out or are deleted manually."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) 5 }

.1.3.6.1.4.1.25506.2.34.2.6
hh3cIpxRouteTable OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all dynamic and direct ipx route information
        of this system. The information of this table is read only."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) 6 }

.1.3.6.1.4.1.25506.2.34.2.6.1
hh3cIpxRouteEntry OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpxRouteIndex }
  DESCRIPTION	"Each entry includes a dynamic or direct route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) 1 }

.1.3.6.1.4.1.25506.2.34.2.6.1.1
hh3cIpxRouteIndex OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object uniquely identifies a route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) hh3cIpxRouteEntry(1) 1 }

.1.3.6.1.4.1.25506.2.34.2.6.1.2
hh3cIpxRouteDestNetId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The destination network number of this route information,
        and its value ranges from 1 to 0xfffffffe."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) hh3cIpxRouteEntry(1) 2 }

.1.3.6.1.4.1.25506.2.34.2.6.1.3
hh3cIpxRouteNextHop OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next hop of this route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) hh3cIpxRouteEntry(1) 3 }

.1.3.6.1.4.1.25506.2.34.2.6.1.4
hh3cIpxRoutePro OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	INTEGER {direct(1), rip(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The protocol type of this route information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) hh3cIpxRouteEntry(1) 4 }

.1.3.6.1.4.1.25506.2.34.2.6.1.5
hh3cIpxRoutePre OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The preference of this route information. The direct route's
        preference is 0, and it can't be modified. Dynamic route's
        default preference is 100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) hh3cIpxRouteEntry(1) 5 }

.1.3.6.1.4.1.25506.2.34.2.6.1.6
hh3cIpxRouteTicks OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..65534) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time, in ticks, that the packet takes to reach the destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) hh3cIpxRouteEntry(1) 6 }

.1.3.6.1.4.1.25506.2.34.2.6.1.7
hh3cIpxRouteHops OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object indicates the number of hops that the packet must be 
        passed through to reach the destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) hh3cIpxRouteEntry(1) 7 }

.1.3.6.1.4.1.25506.2.34.2.6.1.8
hh3cIpxRouteTime OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (0..60000000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The aging time of this route information. The aging time of
        static and interface route information is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) hh3cIpxRouteEntry(1) 8 }

.1.3.6.1.4.1.25506.2.34.2.6.1.9
hh3cIpxRouteOutInterface OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (1..30) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The out interface of this route information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteTable(6) hh3cIpxRouteEntry(1) 9 }

.1.3.6.1.4.1.25506.2.34.2.7
hh3cIpxStaticRouteTable OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all static ipx route information of
        this system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) 7 }

.1.3.6.1.4.1.25506.2.34.2.7.1
hh3cIpxStaticRouteEntry OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpxStaticRouteDestNetId, hh3cIpxStaticRouteNextHop }
  DESCRIPTION	"Each entry includes one static route information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxStaticRouteTable(7) 1 }

.1.3.6.1.4.1.25506.2.34.2.7.1.1
hh3cIpxStaticRouteDestNetId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of Static Route Table. This object and
        hh3cIpxStaticRouteNextHop uniquely identify a static route.
        The destination network number of this static route
        information,and its value ranges from 1 to 0xfffffffe.
        Note that the broadcast network number is 0xffffffff
        and is not allowed in IPX. The network number of
        0xfffffffe would be considered to be the network
        number of default route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxStaticRouteTable(7) hh3cIpxStaticRouteEntry(1) 1 }

.1.3.6.1.4.1.25506.2.34.2.7.1.2
hh3cIpxStaticRouteNextHop OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (10) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The sub-index of Static Route Table. The next hop of
        this static route information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxStaticRouteTable(7) hh3cIpxStaticRouteEntry(1) 2 }

.1.3.6.1.4.1.25506.2.34.2.7.1.3
hh3cIpxStaticRoutePre OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The preference of this route information. Static route's
        preference is 60, and it can be configured."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxStaticRouteTable(7) hh3cIpxStaticRouteEntry(1) 3 }

.1.3.6.1.4.1.25506.2.34.2.7.1.4
hh3cIpxStaticRouteOutIf OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (1..30) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The out interface of this route. This interface can be serial
         or pos interface. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxStaticRouteTable(7) hh3cIpxStaticRouteEntry(1) 4 }

.1.3.6.1.4.1.25506.2.34.2.7.1.5
hh3cIpxStaticRouteTicks OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..65534) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time, in ticks that the packet takes to reach the destination 
        with the static route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxStaticRouteTable(7) hh3cIpxStaticRouteEntry(1) 5 }

.1.3.6.1.4.1.25506.2.34.2.7.1.6
hh3cIpxStaticRouteHops OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates how many hops are needed to arrive
        at the destination network."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxStaticRouteTable(7) hh3cIpxStaticRouteEntry(1) 6 }

.1.3.6.1.4.1.25506.2.34.2.7.1.7
hh3cIpxStaticRouteStatus OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this static route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxStaticRouteTable(7) hh3cIpxStaticRouteEntry(1) 7 }

.1.3.6.1.4.1.25506.2.34.2.7.1.8
hh3cIpxStaticRouteRowStatus OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row. To create a row, user can 
        select 'createAndGo'. If the row is created successfully, 
        this object will became 'active'. To delete one row, 
        user can select 'destory' and the row will be deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxStaticRouteTable(7) hh3cIpxStaticRouteEntry(1) 8 }

.1.3.6.1.4.1.25506.2.34.2.8
hh3cIpxRouteStatTable OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table includes all statistic route information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) 8 }

.1.3.6.1.4.1.25506.2.34.2.8.1
hh3cIpxRouteStatEntry OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpxRouteStatPro }
  DESCRIPTION	"An entry records a statistic information of route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteStatTable(8) 1 }

.1.3.6.1.4.1.25506.2.34.2.8.1.1
hh3cIpxRouteStatPro OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	INTEGER {direct(1), static(2), rip(3), default(4), total(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol type of the route information. The value of
        'total' is the total amount of all kinds of IPX routes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteStatTable(8) hh3cIpxRouteStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.34.2.8.1.2
hh3cIpxRouteStatRoutes OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The route amount of the corresponding protocol type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteStatTable(8) hh3cIpxRouteStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.34.2.8.1.3
hh3cIpxRouteStatActives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The active route amount of the corresponding protocol type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteStatTable(8) hh3cIpxRouteStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.34.2.8.1.4
hh3cIpxRouteStatAddeds OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The added route amount of the corresponding protocol type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteStatTable(8) hh3cIpxRouteStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.34.2.8.1.5
hh3cIpxRouteStatDeleteds OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The deleted but not freed route amount of the corresponding
        protocol type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteStatTable(8) hh3cIpxRouteStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.34.2.8.1.6
hh3cIpxRouteStatFreeds OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The freed route amount of the corresponding protocol type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxRip(2) hh3cIpxRouteStatTable(8) hh3cIpxRouteStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.34.3
hh3cIpxSap OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) 3 }

.1.3.6.1.4.1.25506.2.34.3.1
hh3cIpxSapMultiplier OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..1000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This node is used to calculate aging time of service
        information.
        The absolute aging time =
        (hh3cIpxSapMultiplier * hh3cIpxSapUpdateTimer)."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) 1 }

.1.3.6.1.4.1.25506.2.34.3.2
hh3cIpxSapUpdateTimer OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (10..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This node is used to set service packet updating time which
        is based on seconds."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) 2 }

.1.3.6.1.4.1.25506.2.34.3.3
hh3cIpxSapGnsLoadBalance OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to set whether the system will reply to the
        GNS request with the Round-Robin way. By default, the system will
        response to the GNS request with the servers known to the device
        in turn, preventing from the nearest server's over loading. With
        value of disabled, in this way, the system will response to the
        request with the nearest server(who has smallest hop in system's 
        service information table)."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) 3 }

.1.3.6.1.4.1.25506.2.34.3.4
hh3cIpxSapMaxResServers OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..2048) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to configure maximum number of servers of a type.
        If the newly defined value is smaller than the previous value, the
        information out of the value will not be deleted. If the queue reaches 
        to the maximum number, no new information can be added."
  DEFVAL	{ 2048 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) 4 }

.1.3.6.1.4.1.25506.2.34.3.5
hh3cIpxServiceTable OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table inlcudes all dynamic service information.
        The dynamic service information can be read only."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) 5 }

.1.3.6.1.4.1.25506.2.34.3.5.1
hh3cIpxServiceEntry OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpxServiceIndex }
  DESCRIPTION	"One entry records one service"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) 1 }

.1.3.6.1.4.1.25506.2.34.3.5.1.1
hh3cIpxServiceIndex OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object uniquely identifies a service information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) hh3cIpxServiceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.34.3.5.1.2
hh3cIpxServiceName OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (1..47) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) hh3cIpxServiceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.34.3.5.1.3
hh3cIpxServiceType OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The service type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) hh3cIpxServiceEntry(1) 3 }

.1.3.6.1.4.1.25506.2.34.3.5.1.4
hh3cIpxServiceNetId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IPX network number portion of the IPX address of the service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) hh3cIpxServiceEntry(1) 4 }

.1.3.6.1.4.1.25506.2.34.3.5.1.5
hh3cIpxServiceNodeId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IPX node number portion of the IPX address of the service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) hh3cIpxServiceEntry(1) 5 }

.1.3.6.1.4.1.25506.2.34.3.5.1.6
hh3cIpxServiceSocketNo OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The socket portion of the IPX address of the service"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) hh3cIpxServiceEntry(1) 6 }

.1.3.6.1.4.1.25506.2.34.3.5.1.7
hh3cIpxServicePreference OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The service preference of the service"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) hh3cIpxServiceEntry(1) 7 }

.1.3.6.1.4.1.25506.2.34.3.5.1.8
hh3cIpxServiceHops OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hops from the device to the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) hh3cIpxServiceEntry(1) 8 }

.1.3.6.1.4.1.25506.2.34.3.5.1.9
hh3cIpxServiceRecvIf OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (1..30) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interface from which the service is receieved"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxServiceTable(5) hh3cIpxServiceEntry(1) 9 }

.1.3.6.1.4.1.25506.2.34.3.6
hh3cIpxStaticServiceTable OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table inlcudes all static service information.
        This table supports to creation and deletione of a static service,
        but not supports to modification"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) 6 }

.1.3.6.1.4.1.25506.2.34.3.6.1
hh3cIpxStaticServiceEntry OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpxStaticServiceType, hh3cIpxStaticServiceName, hh3cIpxStaticServiceNetId }
  DESCRIPTION	"An entry records one service"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) 1 }

.1.3.6.1.4.1.25506.2.34.3.6.1.1
hh3cIpxStaticServiceType OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of static service table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) hh3cIpxStaticServiceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.34.3.6.1.2
hh3cIpxStaticServiceName OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (1..47) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The sub-index of static service table. The name of
                the service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) hh3cIpxStaticServiceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.34.3.6.1.3
hh3cIpxStaticServiceNetId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The sub-index of static service table. The IPX network
                number portion of the IPX address of the service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) hh3cIpxStaticServiceEntry(1) 3 }

.1.3.6.1.4.1.25506.2.34.3.6.1.4
hh3cIpxStaticServiceNodeId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IPX node number portion of the IPX address of the
                service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) hh3cIpxStaticServiceEntry(1) 4 }

.1.3.6.1.4.1.25506.2.34.3.6.1.5
hh3cIpxStatciServiceSocketNo OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The socket portion of the IPX address of the service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) hh3cIpxStaticServiceEntry(1) 5 }

.1.3.6.1.4.1.25506.2.34.3.6.1.6
hh3cIpxStaticServicePreference OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service preference of the server."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) hh3cIpxStaticServiceEntry(1) 6 }

.1.3.6.1.4.1.25506.2.34.3.6.1.7
hh3cIpxStaticServiceHops OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The hops from the device to the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) hh3cIpxStaticServiceEntry(1) 7 }

.1.3.6.1.4.1.25506.2.34.3.6.1.8
hh3cIpxStaticServiceStatus OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the service that you created. The value of
        this object is determined by system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) hh3cIpxStaticServiceEntry(1) 8 }

.1.3.6.1.4.1.25506.2.34.3.6.1.9
hh3cIpxStaticServiceRowStatus OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row. To create a row, user can 
        select 'createAndGo'. If the row is created successfully, 
        this object will became 'active'. To delete one row, 
        user can select 'destory' and the row will be deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxSap(3) hh3cIpxStaticServiceTable(6) hh3cIpxStaticServiceEntry(1) 9 }

.1.3.6.1.4.1.25506.2.34.4
hh3cIpxStat OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) 4 }

.1.3.6.1.4.1.25506.2.34.4.1
hh3cIpxStatGlobal OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) 1 }

.1.3.6.1.4.1.25506.2.34.4.1.1
hh3cIpxStatTotalReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 1 }

.1.3.6.1.4.1.25506.2.34.4.1.2
hh3cIpxStatPitchs OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets filled by device when forwarding 
                or delivering up to upper protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 2 }

.1.3.6.1.4.1.25506.2.34.4.1.3
hh3cIpxStatLenErrors OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets discarded due to length error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 3 }

.1.3.6.1.4.1.25506.2.34.4.1.4
hh3cIpxStatFormatErrors OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets discarded due to format error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 4 }

.1.3.6.1.4.1.25506.2.34.4.1.5
hh3cIpxStatBadHops OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets which's value of field Hops
                is greater than 16."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 5 }

.1.3.6.1.4.1.25506.2.34.4.1.6
hh3cIpxStatHopsDiscards OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets of which hops portion
                is equal to 16."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 6 }

.1.3.6.1.4.1.25506.2.34.4.1.7
hh3cIpxStatOtherErrors OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets discarded due to other error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 7 }

.1.3.6.1.4.1.25506.2.34.4.1.8
hh3cIpxStatLocalDests OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets which destination is the
                local device. Note that this would include the IPX NetBIOS
                propagation packets and those broadcast packets just to
                the network on which local device resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 8 }

.1.3.6.1.4.1.25506.2.34.4.1.9
hh3cIpxStatCantDeals OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets with which can't be dealt.
                One possible reason for discarding such a packet would be
                receiving a packet of an unknown or unsupported protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 9 }

.1.3.6.1.4.1.25506.2.34.4.1.10
hh3cIpxStatForwards OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets to be forwarded in the case that
                the entity was not their final destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 10 }

.1.3.6.1.4.1.25506.2.34.4.1.11
hh3cIpxStatGenerates OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of sent packets that the device generated itself."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 11 }

.1.3.6.1.4.1.25506.2.34.4.1.12
hh3cIpxStatNoRoutes OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets discarded due to no route to the
                destination was found in routing table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 12 }

.1.3.6.1.4.1.25506.2.34.4.1.13
hh3cIpxStatOutDiscards OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets to be discarded when sending out.
                Note that this counter would not include the packet(s)
                discarded due to no route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 13 }

.1.3.6.1.4.1.25506.2.34.4.1.14
hh3cIpxStatRipSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP packets sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 14 }

.1.3.6.1.4.1.25506.2.34.4.1.15
hh3cIpxStatRipReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 15 }

.1.3.6.1.4.1.25506.2.34.4.1.16
hh3cIpxStaRipRspSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP response packets sent. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 16 }

.1.3.6.1.4.1.25506.2.34.4.1.17
hh3cIpxStaRipRspReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP response packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 17 }

.1.3.6.1.4.1.25506.2.34.4.1.18
hh3cIpxStatRipReqReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP request packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 18 }

.1.3.6.1.4.1.25506.2.34.4.1.19
hh3cIpxStatRipReqDeals OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP request packets dealt with."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 19 }

.1.3.6.1.4.1.25506.2.34.4.1.20
hh3cIpxStatRipReqSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP request packets sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 20 }

.1.3.6.1.4.1.25506.2.34.4.1.21
hh3cIpxStatRipPeriUpdates OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of periodic update RIP packets sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 21 }

.1.3.6.1.4.1.25506.2.34.4.1.22
hh3cIpxStatSapGenReqReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP general request packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 22 }

.1.3.6.1.4.1.25506.2.34.4.1.23
hh3cIpxStatSapSpecReqReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP specific request packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 23 }

.1.3.6.1.4.1.25506.2.34.4.1.24
hh3cIpxStatSapGnsReqReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP GNS request packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 24 }

.1.3.6.1.4.1.25506.2.34.4.1.25
hh3cIpxStatSapGenRspSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP general response packets sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 25 }

.1.3.6.1.4.1.25506.2.34.4.1.26
hh3cIpxStatSapSpecRspSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP specific response packets sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 26 }

.1.3.6.1.4.1.25506.2.34.4.1.27
hh3cIpxStatSapGnsRspSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP GNS response packets sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 27 }

.1.3.6.1.4.1.25506.2.34.4.1.28
hh3cIpxStatSapPeriUpdates OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP periodic update packets sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 28 }

.1.3.6.1.4.1.25506.2.34.4.1.29
hh3cIpxStatSapInPktErrors OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP error packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatGlobal(1) 29 }

.1.3.6.1.4.1.25506.2.34.4.2
hh3cIpxStatInterface OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) 2 }

.1.3.6.1.4.1.25506.2.34.4.2.1
hh3cIpxIfStatTable OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of the statistic information on each interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) 1 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1
hh3cIpxIfStatEntry OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpxIfStatIndex }
  DESCRIPTION	"The entry of the statistic table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.1
hh3cIpxIfStatIndex OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the table's entry. According to the 
                interface's index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.2
hh3cIpxIfStatNetId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The network number of the IPX address of this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.3
hh3cIpxIfStatNodeId OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node number of the IPX address of this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.4
hh3cIpxIfStatIpxReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.5
hh3cIpxIfStatIpxSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.6
hh3cIpxIfStatIpxRecvBytes OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of bytes received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.7
hh3cIpxIfStatIpxSendBytes OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of bytes sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.8
hh3cIpxIfStatRipReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.9
hh3cIpxIfStatRipSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP packets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.10
hh3cIpxIfStatRipDiscards OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP packets discarded on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.11
hh3cIpxIfStatRipSpecReqReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP specific request packets received
                on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.12
hh3cIpxIfStatRipSpecRspSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP specific response packets sent
                on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.13
hh3cIpxIfStatRipGenReqReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP general request packets received
                 on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.14
hh3cIpxIfStatRipGenRspSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of RIP general response packets sent
                on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.15
hh3cIpxIfStatSapReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.16
hh3cIpxIfStatSapSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP packets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.17
hh3cIpxIfStatSapDiscards OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP packets discarded on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 17 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.18
hh3cIpxIfStatSapGnsReqReceives OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP GNS response packets received
                 on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 18 }

.1.3.6.1.4.1.25506.2.34.4.2.1.1.19
hh3cIpxIfStatSapGnsRspSends OBJECT-TYPE
  -- FROM	HH3C-IPX-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of SAP GNS response packets sent on
                the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpx(34) hh3cIpxStat(4) hh3cIpxStatInterface(2) hh3cIpxIfStatTable(1) hh3cIpxIfStatEntry(1) 19 }

.1.3.6.1.4.1.25506.2.35
hh3cIPS OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 35 }

.1.3.6.1.4.1.25506.2.36
hh3cDhcpSnoop OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DHCPSNOOP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 36 }

.1.3.6.1.4.1.25506.2.36.1
hh3cDhcpSnoopMibObject OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) 1 }

.1.3.6.1.4.1.25506.2.36.1.1
hh3cDhcpSnoopEnable OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DHCP Snooping status (enable or disable)."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) 1 }

.1.3.6.1.4.1.25506.2.36.1.2
hh3cDhcpSnoopTable OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing information of DHCP clients listened by
                    DHCP snooping and it's enabled or disabled by setting
                    hh3cDhcpSnoopEnable node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) 2 }

.1.3.6.1.4.1.25506.2.36.1.2.1
hh3cDhcpSnoopEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpSnoopClientIpAddressType, hh3cDhcpSnoopClientIpAddress }
  DESCRIPTION	"An entry containing information of DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopTable(2) 1 }

.1.3.6.1.4.1.25506.2.36.1.2.1.1
hh3cDhcpSnoopClientIpAddressType OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCP clients' IP addresses type (IPv4 or IPv6)."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopTable(2) hh3cDhcpSnoopEntry(1) 1 }

.1.3.6.1.4.1.25506.2.36.1.2.1.2
hh3cDhcpSnoopClientIpAddress OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCP clients' IP addresses collected by DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopTable(2) hh3cDhcpSnoopEntry(1) 2 }

.1.3.6.1.4.1.25506.2.36.1.2.1.3
hh3cDhcpSnoopClientMacAddress OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DHCP clients' MAC addresses collected by DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopTable(2) hh3cDhcpSnoopEntry(1) 3 }

.1.3.6.1.4.1.25506.2.36.1.2.1.4
hh3cDhcpSnoopClientProperty OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Method of getting IP addresses collected by DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopTable(2) hh3cDhcpSnoopEntry(1) 4 }

.1.3.6.1.4.1.25506.2.36.1.2.1.5
hh3cDhcpSnoopClientUnitNum OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"IRF (Intelligent Resilient Fabric) unit number via whom the clients
                    get their IP addresses. The value 0 means this device does not support IRF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopTable(2) hh3cDhcpSnoopEntry(1) 5 }

.1.3.6.1.4.1.25506.2.36.1.3
hh3cDhcpSnoopTrustTable OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table is used to configure and monitor port trusted status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) 3 }

.1.3.6.1.4.1.25506.2.36.1.3.1
hh3cDhcpSnoopTrustEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry containing information about trusted status of ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopTrustTable(3) 1 }

.1.3.6.1.4.1.25506.2.36.1.3.1.1
hh3cDhcpSnoopTrustStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  SYNTAX	INTEGER {untrusted(0), trusted(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Trusted status of current port which supports both get and
                    set operation."
  DEFVAL	{ untrusted }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopTrustTable(3) hh3cDhcpSnoopTrustEntry(1) 1 }

.1.3.6.1.4.1.25506.2.36.1.4
hh3cDhcpSnoopVlanTable OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table is used to configure and monitor DHCP Snooping
                         status of VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) 4 }

.1.3.6.1.4.1.25506.2.36.1.4.1
hh3cDhcpSnoopVlanEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpSnoopVlanIndex }
  DESCRIPTION	"The entry information about hh3cDhcpSnoopVlanTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopVlanTable(4) 1 }

.1.3.6.1.4.1.25506.2.36.1.4.1.1
hh3cDhcpSnoopVlanIndex OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Current VLAN index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopVlanTable(4) hh3cDhcpSnoopVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.36.1.4.1.2
hh3cDhcpSnoopVlanEnable OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DHCP Snooping status of current VLAN."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopMibObject(1) hh3cDhcpSnoopVlanTable(4) hh3cDhcpSnoopVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.36.2
hh3cDhcpSnoopTraps OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) 2 }

.1.3.6.1.4.1.25506.2.36.2.0
hh3cDhcpSnoopTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopTraps(2) 0 }

.1.3.6.1.4.1.25506.2.36.2.0.1
hh3cDhcpSnoopSpoofServerDetected NOTIFICATION-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  OBJECTS	{ ifIndex, hh3cdot1qVlanIndex, hh3cDhcpSnoopSpoofServerMac, hh3cDhcpSnoopSpoofServerIP }
  DESCRIPTION	"To detect unauthorized DHCP servers on a network, the DHCP snooping
           device sends DHCP-DISCOVER messages through its downstream port
           (which is connected to the DHCP clients).
           If any response (DHCP-OFFER message) is received from the downstream port,
           an unauthorized DHCP server is considered present, and then the device
           sends a trap.
           With unauthorized DHCP server detection enabled, the interface sends a
           DHCP-DISCOVER message to detect unauthorized DHCP servers on the network.
           If this interface receives a DHCP-OFFER  message,  the DHCP server which
           sent it is considered unauthorized. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopTraps(2) hh3cDhcpSnoopTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.36.2.0.2
hh3cDhcpSnoopNewBinding NOTIFICATION-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  OBJECTS	{ hh3cDhcpSnoopBindingIP, hh3cDhcpSnoopBindingMac }
  DESCRIPTION	"The device sends a trap when adding a new binding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopTraps(2) hh3cDhcpSnoopTrapsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.36.2.1
hh3cDhcpSnoopTrapsObject OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopTraps(2) 1 }

.1.3.6.1.4.1.25506.2.36.2.1.1
hh3cDhcpSnoopSpoofServerMac OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"MAC address of the spoofing server and it is derived from
          link-layer header of offer packet. If the offer packet is relayed
          by dhcp relay entity, it may be the MAC address of relay entity.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopTraps(2) hh3cDhcpSnoopTrapsObject(1) 1 }

.1.3.6.1.4.1.25506.2.36.2.1.2
hh3cDhcpSnoopSpoofServerIP OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IP address of the spoofing server and it is derived from
          IP header of offer packet. A tricksy host may send offer packet use
          other host's address, so this address can not always be  trust.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopTraps(2) hh3cDhcpSnoopTrapsObject(1) 2 }

.1.3.6.1.4.1.25506.2.36.2.1.3
hh3cDhcpSnoopBindingIP OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IP address of a new binding. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopTraps(2) hh3cDhcpSnoopTrapsObject(1) 3 }

.1.3.6.1.4.1.25506.2.36.2.1.4
hh3cDhcpSnoopBindingMac OBJECT-TYPE
  -- FROM	HH3C-DHCPSNOOP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"MAC address of a new binding. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop(36) hh3cDhcpSnoopTraps(2) hh3cDhcpSnoopTrapsObject(1) 4 }

.1.3.6.1.4.1.25506.2.37
hh3cProtocolPriority OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PROT-PRIORITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 37 }

.1.3.6.1.4.1.25506.2.37.1
hh3cProtocolPriorityObjects OBJECT-TYPE
  -- FROM	HH3C-PROT-PRIORITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolPriority(37) 1 }

.1.3.6.1.4.1.25506.2.37.1.1
hh3cPPri OBJECT-TYPE
  -- FROM	HH3C-PROT-PRIORITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolPriority(37) hh3cProtocolPriorityObjects(1) 1 }

.1.3.6.1.4.1.25506.2.37.1.1.1
hh3cProtocolPriorityTable OBJECT-TYPE
  -- FROM	HH3C-PROT-PRIORITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table is used to configure the priority of the protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolPriority(37) hh3cProtocolPriorityObjects(1) hh3cPPri(1) 1 }

.1.3.6.1.4.1.25506.2.37.1.1.1.1
hh3cProtocolPriorityEntry OBJECT-TYPE
  -- FROM	HH3C-PROT-PRIORITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPPriProtocolType }
  DESCRIPTION	"An entry containing information about the priority of the protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolPriority(37) hh3cProtocolPriorityObjects(1) hh3cPPri(1) hh3cProtocolPriorityTable(1) 1 }

.1.3.6.1.4.1.25506.2.37.1.1.1.1.1
hh3cPPriProtocolType OBJECT-TYPE
  -- FROM	HH3C-PROT-PRIORITY-MIB
  SYNTAX	INTEGER {ospf(1), telnet(2), snmp(3), icmp(4), bgp(5), ldp(6)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Protocol type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolPriority(37) hh3cProtocolPriorityObjects(1) hh3cPPri(1) hh3cProtocolPriorityTable(1) hh3cProtocolPriorityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.37.1.1.1.1.2
hh3cPPriPriorityType OBJECT-TYPE
  -- FROM	HH3C-PROT-PRIORITY-MIB
  SYNTAX	INTEGER {ipPrecedence(1), dscp(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Priority type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolPriority(37) hh3cProtocolPriorityObjects(1) hh3cPPri(1) hh3cProtocolPriorityTable(1) hh3cProtocolPriorityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.37.1.1.1.1.3
hh3cPPriPriorityVlaue OBJECT-TYPE
  -- FROM	HH3C-PROT-PRIORITY-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Priority value.
            If setting hh3cPPriPriorityType to ip-precedence(1),
            the range of hh3cPPriPriorityVlaue is from 0 to 7.
            If setting hh3cPPriPriorityType to dscp(2),
            the range of hh3cPPriPriorityVlaue is from 0 to 63."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolPriority(37) hh3cProtocolPriorityObjects(1) hh3cPPri(1) hh3cProtocolPriorityTable(1) hh3cProtocolPriorityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.37.1.1.1.1.4
hh3cPPriRowStatus OBJECT-TYPE
  -- FROM	HH3C-PROT-PRIORITY-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, Now support createAndGo,active and destroy.
            To create a new row, hh3cPPriPriorityType and hh3cPPriPriorityValue must be specified.
            To modify a row,hh3cPPriPriorityType and hh3cPPriPriorityValue
            must change at the same time and the hh3cPPriRowStatus is active ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cProtocolPriority(37) hh3cProtocolPriorityObjects(1) hh3cPPri(1) hh3cProtocolPriorityTable(1) hh3cProtocolPriorityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.38
hh3cTrap OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 38 }

.1.3.6.1.4.1.25506.2.38.1
hh3cTableGroup OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) 1 }

.1.3.6.1.4.1.25506.2.38.1.1
hh3cMacTabStatGroup OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) 1 }

.1.3.6.1.4.1.25506.2.38.1.1.1
hh3cMacTabTrapEnable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cMacTabFullTrap and
            hh3cMacTabAlmostFullTrap traps should be generated
            when the MAC table is filled."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMacTabStatGroup(1) 1 }

.1.3.6.1.4.1.25506.2.38.1.1.2
hh3cMacTabTrapInterval OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32 (30..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Definition of the minimum interval between two
            traps which occur when the MAC table is full or
            two traps which occur when the MAC table is almost full."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMacTabStatGroup(1) 2 }

.1.3.6.1.4.1.25506.2.38.1.1.3
hh3cMacTabTrapInfo OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMacTabStatGroup(1) 3 }

.1.3.6.1.4.1.25506.2.38.1.1.3.1
hh3cMacTabLen OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The length of the MAC table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMacTabStatGroup(1) hh3cMacTabTrapInfo(3) 1 }

.1.3.6.1.4.1.25506.2.38.1.1.4
hh3cMacTabTrap OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMacTabStatGroup(1) 4 }

.1.3.6.1.4.1.25506.2.38.1.1.4.1
hh3cMacTabFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  OBJECTS	{ hh3cMacTabLen }
  DESCRIPTION	"Send this trap when the MAC table is filled.  The
                interval between two traps generated should be longer
                than hh3cMacTabTrapInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMacTabStatGroup(1) hh3cMacTabTrap(4) 1 }

.1.3.6.1.4.1.25506.2.38.1.1.4.2
hh3cMacTabAlmostFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  DESCRIPTION	"Send this trap when the MAC table is almost full.  The
                interval between two traps generated should be longer
                than hh3cMacTabTrapInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMacTabStatGroup(1) hh3cMacTabTrap(4) 2 }

.1.3.6.1.4.1.25506.2.38.1.2
hh3cArpTabStatGroup OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) 2 }

.1.3.6.1.4.1.25506.2.38.1.2.1
hh3cArpTabTrapEnable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cArpTabFullTrap traps
            should be generated when the ARP table is filled."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cArpTabStatGroup(2) 1 }

.1.3.6.1.4.1.25506.2.38.1.2.2
hh3cArpTabTrapInterval OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32 (30..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Definition of the minimum interval between two traps
            which occur when the ARP table is filled."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cArpTabStatGroup(2) 2 }

.1.3.6.1.4.1.25506.2.38.1.2.3
hh3cArpTabTrapInfo OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cArpTabStatGroup(2) 3 }

.1.3.6.1.4.1.25506.2.38.1.2.3.1
hh3cArpTabLen OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The length of the ARP table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cArpTabStatGroup(2) hh3cArpTabTrapInfo(3) 1 }

.1.3.6.1.4.1.25506.2.38.1.2.4
hh3cArpTabTrap OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cArpTabStatGroup(2) 4 }

.1.3.6.1.4.1.25506.2.38.1.2.4.1
hh3cArpTabFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  OBJECTS	{ hh3cArpTabLen }
  DESCRIPTION	"Send this trap when the ARP table is filled.  The
                interval between two traps generated should be longer
                than hh3cArpTabTrapInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cArpTabStatGroup(2) hh3cArpTabTrap(4) 1 }

.1.3.6.1.4.1.25506.2.38.1.2.4.2
hh3cArpPortDynamicEntryFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  OBJECTS	{ hh3cArpTabLen, ifIndex, ifDescr }
  DESCRIPTION	"Send this trap when the dynamic ARP number of the
                port exceeds the limitation. The object hh3cArpTabLen
                describes the limitation of the max dynamic ARP number
                of this port. The interval between two traps should be
                longer than hh3cArpTabTrapInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cArpTabStatGroup(2) hh3cArpTabTrap(4) 2 }

.1.3.6.1.4.1.25506.2.38.1.3
hh3cRtTabStatGroup OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) 3 }

.1.3.6.1.4.1.25506.2.38.1.3.1
hh3cDetailRtTrapTable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to decide what kind of
            trap should be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) 1 }

.1.3.6.1.4.1.25506.2.38.1.3.1.1
hh3cDetailRtTrapEntry OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDetailRtProType }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cDetailRtTrapTable(1) 1 }

.1.3.6.1.4.1.25506.2.38.1.3.1.1.1
hh3cDetailRtProType OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {other(1), local(2), rip(3), isis(4), ospf(5), bgp(6)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies an entry
            in the hh3cDetailRtTrapTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cDetailRtTrapTable(1) hh3cDetailRtTrapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.38.1.3.1.1.2
hh3cDetailRtEnable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cDetailRtTabFullTrap traps
            should be generated when a specific routing table
            is filled."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cDetailRtTrapTable(1) hh3cDetailRtTrapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.38.1.3.2
hh3cRtTabTrapEnable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cRtTabFullTrap traps should
            be generated when the routing table is filled."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) 2 }

.1.3.6.1.4.1.25506.2.38.1.3.3
hh3cRtTabTrapInterval OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32 (30..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Definition of the minimum interval between two
            traps which occur when the routing table is filled."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) 3 }

.1.3.6.1.4.1.25506.2.38.1.3.4
hh3cRtTabTrapInfo OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) 4 }

.1.3.6.1.4.1.25506.2.38.1.3.4.1
hh3cRtTabLen OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The length of the routing table.  The detail
            routing tables also use the same object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cRtTabTrapInfo(4) 1 }

.1.3.6.1.4.1.25506.2.38.1.3.4.2
hh3cDefaultRtNextHopType OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP address type of the next hop of the default route.
            The value must be ipv4 or ipv6"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cRtTabTrapInfo(4) 2 }

.1.3.6.1.4.1.25506.2.38.1.3.4.3
hh3cDefaultRtNextHop OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP address of the next hop of the default route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cRtTabTrapInfo(4) 3 }

.1.3.6.1.4.1.25506.2.38.1.3.4.4
hh3cDefaultRtOutIf OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies the
             local interface through which the next hop of this
             route should be reached.  The interface identified
             by a particular value of this index is the same
             interface as identified by the same value of
             ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cRtTabTrapInfo(4) 4 }

.1.3.6.1.4.1.25506.2.38.1.3.5
hh3cRtTabTrap OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) 5 }

.1.3.6.1.4.1.25506.2.38.1.3.5.1
hh3cRtTabFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  OBJECTS	{ hh3cRtTabLen }
  DESCRIPTION	"Send this trap when the routing table is filled.  The
                interval between two traps generated should be longer
                than hh3cRtTabTrapInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cRtTabTrap(5) 1 }

.1.3.6.1.4.1.25506.2.38.1.3.5.2
hh3cDetailRtTabFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  OBJECTS	{ hh3cDetailRtProType, hh3cRtTabLen }
  DESCRIPTION	"Send this trap when the detail routing table is filled.  The
                interval between two traps generated should be longer than
                hh3cRtTabTrapInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cRtTabTrap(5) 2 }

.1.3.6.1.4.1.25506.2.38.1.3.5.3
hh3cDefaultRtDelTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  OBJECTS	{ hh3cDetailRtProType, hh3cDefaultRtNextHopType, hh3cDefaultRtNextHop, hh3cDefaultRtOutIf }
  DESCRIPTION	"Send this trap when the default route is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) hh3cRtTabTrap(5) 3 }

.1.3.6.1.4.1.25506.2.38.1.3.6
hh3cDefaultRtDelTrapEnable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cDefaultRtDelTrap traps should
            be generated when the default route is deleted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cRtTabStatGroup(3) 6 }

.1.3.6.1.4.1.25506.2.38.1.4
hh3cMulticastTabStatGroup OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) 4 }

.1.3.6.1.4.1.25506.2.38.1.4.1
hh3cMulticastTabTrapEnable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cMulticastTabFullTrap traps
            should be generated when the multicast table is filled."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMulticastTabStatGroup(4) 1 }

.1.3.6.1.4.1.25506.2.38.1.4.2
hh3cMulticastTabTrapInterval OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32 (30..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Definition of the minimum interval between two traps
            which occur when the multicast table is filled."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMulticastTabStatGroup(4) 2 }

.1.3.6.1.4.1.25506.2.38.1.4.3
hh3cMulticastTabTrapInfo OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMulticastTabStatGroup(4) 3 }

.1.3.6.1.4.1.25506.2.38.1.4.3.1
hh3cMulticastTabType OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {lay2(1), lay3(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Defining the type of the multicast table, layer2 or layer3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMulticastTabStatGroup(4) hh3cMulticastTabTrapInfo(3) 1 }

.1.3.6.1.4.1.25506.2.38.1.4.3.2
hh3cMulticastTabLen OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The length of the multicast table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMulticastTabStatGroup(4) hh3cMulticastTabTrapInfo(3) 2 }

.1.3.6.1.4.1.25506.2.38.1.4.4
hh3cMulticastTabTrap OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMulticastTabStatGroup(4) 4 }

.1.3.6.1.4.1.25506.2.38.1.4.4.1
hh3cMulticastTabFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  OBJECTS	{ hh3cMulticastTabType, hh3cMulticastTabLen }
  DESCRIPTION	"Send this trap when the multicast table is filled.  The
                interval between two traps generated should be longer
                than hh3cMulticastTabTrapInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cMulticastTabStatGroup(4) hh3cMulticastTabTrap(4) 1 }

.1.3.6.1.4.1.25506.2.38.1.5
hh3cNdTabStatGroup OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) 5 }

.1.3.6.1.4.1.25506.2.38.1.5.1
hh3cNdTabTrapEnable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cNdTabFullTrap traps
            should be generated when the ND table is filled."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cNdTabStatGroup(5) 1 }

.1.3.6.1.4.1.25506.2.38.1.5.2
hh3cNdTabTrapInterval OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32 (30..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Definition of the minimum interval between two traps
            which occur when the ND table is filled."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cNdTabStatGroup(5) 2 }

.1.3.6.1.4.1.25506.2.38.1.5.3
hh3cNdTabTrapInfo OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cNdTabStatGroup(5) 3 }

.1.3.6.1.4.1.25506.2.38.1.5.3.1
hh3cNdTabLen OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The length of the ND table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cNdTabStatGroup(5) hh3cNdTabTrapInfo(3) 1 }

.1.3.6.1.4.1.25506.2.38.1.5.4
hh3cNdTabTrap OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cNdTabStatGroup(5) 4 }

.1.3.6.1.4.1.25506.2.38.1.5.4.1
hh3cNdTabFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  OBJECTS	{ hh3cNdTabLen }
  DESCRIPTION	"Send this trap when the ND table is filled.  The
                interval between two traps generated should be longer
                than hh3cNdTabTrapInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cNdTabStatGroup(5) hh3cNdTabTrap(4) 1 }

.1.3.6.1.4.1.25506.2.38.1.6
hh3cPeriodicalTrapGroup OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) 6 }

.1.3.6.1.4.1.25506.2.38.1.6.1
hh3cPeriodicalTrapObjects OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cPeriodicalTrapGroup(6) 1 }

.1.3.6.1.4.1.25506.2.38.1.6.1.1
hh3cPeriodicalTrapInterval OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32 (0 | 10..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Definition of the periodical interval.
            If no trap occurs during the certain interval, an hh3cPeriodicalTrap
            will be generated.
            If the interval is set to 0, no hh3cPeriodicalTrap will be generated."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cPeriodicalTrapGroup(6) hh3cPeriodicalTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.38.1.6.1.2
hh3cPeriodicalTrapSwitch OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Definition of the periodical switch.
            If the value is off,the hh3cPeriodicalTrap will not be generated.
            the hh3cPeriodicalTrapInterval will be set to 0."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cPeriodicalTrapGroup(6) hh3cPeriodicalTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.2.38.1.6.1.3
hh3cPeriodicalTrapSwitch2 OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {off(0), on(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Periodical heartbeat trap sending switch.
            If the value is off, the hh3cPeriodicalTrap will not be generated,
            and the hh3cPeriodicalTrapInterval will be set to 0.  This node
            differs from hh3cPeriodicalTrapSwitch in value."
  DEFVAL	{ on }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cPeriodicalTrapGroup(6) hh3cPeriodicalTrapObjects(1) 3 }

.1.3.6.1.4.1.25506.2.38.1.6.2
hh3cPeriodicalTrapInfo OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cPeriodicalTrapGroup(6) 2 }

.1.3.6.1.4.1.25506.2.38.1.6.3
hh3cPeriodicalNotification OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cPeriodicalTrapGroup(6) 3 }

.1.3.6.1.4.1.25506.2.38.1.6.3.0
hh3cPeriodicalNotificationPrefix OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cPeriodicalTrapGroup(6) hh3cPeriodicalNotification(3) 0 }

.1.3.6.1.4.1.25506.2.38.1.6.3.0.1
hh3cPeriodicalTrap NOTIFICATION-TYPE
  -- FROM	HH3C-TRAP-MIB
  DESCRIPTION	"If no trap occurs during the interval spicified by
                hh3cPeriodicalTrapInterval, an hh3cPeriodicalTrap
                will be generated. If the interval is set to 0, no
                hh3cPeriodicalTrap will be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cPeriodicalTrapGroup(6) hh3cPeriodicalNotification(3) hh3cPeriodicalNotificationPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.38.1.7
hh3cTrapDesInfo OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) 7 }

.1.3.6.1.4.1.25506.2.38.1.7.1
hh3cTrapDesInfoTable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of trap destination host address and port ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapDesInfo(7) 1 }

.1.3.6.1.4.1.25506.2.38.1.7.1.1
hh3cTrapDesInfoEntry OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrapDesInfoIndex }
  DESCRIPTION	"The entry of trap destination host address and port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapDesInfo(7) hh3cTrapDesInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.38.1.7.1.1.1
hh3cTrapDesInfoIndex OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32 (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapDesInfo(7) hh3cTrapDesInfoTable(1) hh3cTrapDesInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.38.1.7.1.1.2
hh3cTrapDesIPAddress OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The host IP address of the trap destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapDesInfo(7) hh3cTrapDesInfoTable(1) hh3cTrapDesInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.38.1.7.1.1.3
hh3cTrapDesPort OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The port of the trap destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapDesInfo(7) hh3cTrapDesInfoTable(1) hh3cTrapDesInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.38.1.7.1.1.4
hh3cTrapDesRowStatus OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapDesInfo(7) hh3cTrapDesInfoTable(1) hh3cTrapDesInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.38.1.7.1.1.5
hh3cTrapDesAddrTAddress OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains a transport address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapDesInfo(7) hh3cTrapDesInfoTable(1) hh3cTrapDesInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.38.1.8
hh3cTrapConfig OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) 8 }

.1.3.6.1.4.1.25506.2.38.1.8.1
hh3cTrapConfigTable OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of trap configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapConfig(8) 1 }

.1.3.6.1.4.1.25506.2.38.1.8.1.1
hh3cTrapConfigEntry OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrapConfigIndex }
  DESCRIPTION	"The entry of trap configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapConfig(8) hh3cTrapConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.38.1.8.1.1.1
hh3cTrapConfigIndex OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapConfig(8) hh3cTrapConfigTable(1) hh3cTrapConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.38.1.8.1.1.2
hh3cTrapConfigName OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..127) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the appointed traps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapConfig(8) hh3cTrapConfigTable(1) hh3cTrapConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.38.1.8.1.1.3
hh3cTrapConfigDescr OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..127) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The description of the appointed traps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapConfig(8) hh3cTrapConfigTable(1) hh3cTrapConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.38.1.8.1.1.4
hh3cTrapConfigSwitch OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the specified traps
                should be generated."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapConfig(8) hh3cTrapConfigTable(1) hh3cTrapConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.38.1.8.1.1.5
hh3cTrapConfigSwitch2 OBJECT-TYPE
  -- FROM	HH3C-TRAP-MIB
  SYNTAX	INTEGER {off(0), on(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the specified traps should be generated.
                This node differs from hh3cTrapConfigSwitch in value."
  DEFVAL	{ on }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTrap(38) hh3cTableGroup(1) hh3cTrapConfig(8) hh3cTrapConfigTable(1) hh3cTrapConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.39
hh3cVoice OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 39 }

.1.3.6.1.4.1.25506.2.39.13
hh3cVoiceInterface MODULE-IDENTITY
  -- FROM	HH3C-VOICE-IF-MIB
  DESCRIPTION	"This MIB file is to provide the definition of the voice
        interface general configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) 13 }

.1.3.6.1.4.1.25506.2.39.13.1
hh3cVoiceIfObjects OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) 1 }

.1.3.6.1.4.1.25506.2.39.13.1.1
hh3cVoiceIfConfigTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains configurable parameters for both analog
        voice interface and digital voice interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) 1 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1
hh3cVoiceIfConfigEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The entry of voice interface table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.1
hh3cVoiceIfCfgCngOn OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether the silence gaps should be
        filled with background noise. It is applicable to FXO, FXS,
        E&M subscriber lines and E1/T1 voice subscriber line."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.2
hh3cVoiceIfCfgNonLinearSwitch OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object expresses the nonlinear processing is enable
        or disable for the voice interface. It is applicable to FXO,
        FXS, E&M subscriber lines and E1/T1 voice subscriber line.
        Currently, only digital voice subscriber lines can be set
        disabled."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.3
hh3cVoiceIfCfgInputGain OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  SYNTAX	Integer32 (-140..139) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the amount of gain added to the receiver
        side of the voice interface. Unit is 0.1 db. It is applicable to
        FXO, FXS, E&M subscriber lines and E1/T1 voice subscriber line."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.4
hh3cVoiceIfCfgOutputGain OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  SYNTAX	Integer32 (-140..139) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the amount of gain added to the send side
        of the voice interface. Unit is 0.1 db. It is applicable to FXO,
        FXS, E&M subscriber lines and E1/T1 voice subscriber line."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.5
hh3cVoiceIfCfgEchoCancelSwitch OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether the echo cancellation is enabled.
        It is applicable to FXO, FXS, E&M subscriber lines and E1/T1 voice
        subscriber line."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.6
hh3cVoiceIfCfgEchoCancelDelay OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  SYNTAX	Integer32 (0..64) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the delay of the echo cancellation for
        the voice interface. This value couldn't be modified unless
        hh3cVoiceIfCfgEchoCancelSwitch is enable. Unit is milliseconds.
        It is applicable to FXO, FXS, E&M subscriber lines and E1/T1
        voice subscriber line. The default value of this object is 32."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.7
hh3cVoiceIfCfgTimerDialInterval OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  SYNTAX	Integer32 (1..300) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval, in seconds, between two dialing numbers.
        The default value of this object is 10 seconds. It is
        applicable to FXO, FXS, E&M subscriber lines and E1/T1 with
        loop-start or ground-start protocol voice subscriber line."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.8
hh3cVoiceIfCfgTimerFirstDial OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  SYNTAX	Integer32 (1..300) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The period of time, in seconds, before dialing the first
        number. The default value of this object is 10 seconds. It
        is applicable to FXO, FXS subscriber lines and E1/T1 with
        loop-start or ground-start protocol voice subscriber line."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.9
hh3cVoiceIfCfgPrivateline OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the E.164 phone number for plar mode.
        It is applicable to FXO, FXS, E&M subscriber lines and E1/T1
        voice subscriber line."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.39.13.1.1.1.10
hh3cVoiceIfCfgRegTone OBJECT-TYPE
  -- FROM	HH3C-VOICE-IF-MIB
  SYNTAX	OCTET STRING (0 | 2..3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object uses 2 or 3 letter country code specify voice
        parameters of different countrys. This value will take effect
        on all voice interfaces of all cards on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceInterface(13) hh3cVoiceIfObjects(1) hh3cVoiceIfConfigTable(1) hh3cVoiceIfConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.39.14
hh3cVoiceEntityControl MODULE-IDENTITY
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  DESCRIPTION	"This MIB file is to provide the definition of
        voice dial control configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) 14 }

.1.3.6.1.4.1.25506.2.39.14.1
hh3cVoEntityObjects OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.1
hh3cVoEntityCreateTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the voice entity information that
        is used to create an ifIndexed row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.1.1
hh3cVoEntityCreateEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVoEntityIndex }
  DESCRIPTION	"The entry of hh3cVoEntityCreateTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCreateTable(1) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.1.1.1
hh3cVoEntityIndex OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary index that uniquely identifies a voice entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCreateTable(1) hh3cVoEntityCreateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.1.1.2
hh3cVoEntityType OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	INTEGER {pots(1), voip(2), vofr(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the type of voice related encapsulation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCreateTable(1) hh3cVoEntityCreateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.14.1.1.1.3
hh3cVoEntityRowStatus OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" This object is used to create, delete or modify a row in
        this table. The hh3cVoEntityType object should not be
        modified once the new row has been created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCreateTable(1) hh3cVoEntityCreateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.14.1.2
hh3cVoEntityCommonConfigTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the general voice entity information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) 2 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1
hh3cVoEntityCommonConfigEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVoEntityCfgIndex }
  DESCRIPTION	"The entry of hh3cVoEntityCommonConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.1
hh3cVoEntityCfgIndex OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary index that uniquely identifies a voice entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.2
hh3cVoEntityCfgCodec1st OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION Hh3cCodecType
  SYNTAX	INTEGER {g711a(1), g711u(2), g723r53(3), g723r63(4), g729r8(5), g729a(6), g726r16(7), g726r24(8), g726r32(9), g726r40(10), unknown(11), g729br8(12)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the first desirable CODEC of speech
        of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.3
hh3cVoEntityCfgCodec2nd OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION Hh3cCodecType
  SYNTAX	INTEGER {g711a(1), g711u(2), g723r53(3), g723r63(4), g729r8(5), g729a(6), g726r16(7), g726r24(8), g726r32(9), g726r40(10), unknown(11), g729br8(12)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the second desirable CODEC of speech
        of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.4
hh3cVoEntityCfgCodec3rd OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION Hh3cCodecType
  SYNTAX	INTEGER {g711a(1), g711u(2), g723r53(3), g723r63(4), g729r8(5), g729a(6), g726r16(7), g726r24(8), g726r32(9), g726r40(10), unknown(11), g729br8(12)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the third desirable CODEC of speech
        of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.5
hh3cVoEntityCfgCodec4th OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION Hh3cCodecType
  SYNTAX	INTEGER {g711a(1), g711u(2), g723r53(3), g723r63(4), g729r8(5), g729a(6), g726r16(7), g726r24(8), g726r32(9), g726r40(10), unknown(11), g729br8(12)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the forth desirable CODEC of speech
        of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.6
hh3cVoEntityCfgDSCP OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the DSCP(Different Service Code Point)
        value of voice packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.7
hh3cVoEntityCfgVADEnable OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether the VAD(Voice Activity Detection)
        is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.8
hh3cVoEntityCfgOutbandMode OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION Hh3cOutBandMode
  SYNTAX	INTEGER {voice(1), h245AlphaNumeric(2), h225(3), sip(4), nte(5), vofr(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the DTMF(Dual Tone Multi-Frequency)
        outband type of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.9
hh3cVoEntityCfgFaxLevel OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (-60..-3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the fax level of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.10
hh3cVoEntityCfgFaxBaudrate OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION Hh3cFaxBaudrateType
  SYNTAX	INTEGER {disable(1), voice(2), b2400(3), b4800(4), b9600(5), b14400(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the fax baudrate of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.11
hh3cVoEntityCfgFaxLocalTrainPara OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the fax local train threshold of this
        dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.12
hh3cVoEntityCfgFaxProtocol OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION Hh3cFaxProtocolType
  SYNTAX	INTEGER {t38(1), standardt38(2), pcmG711alaw(3), pcmG711ulaw(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the fax protocol of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.13
hh3cVoEntityCfgFaxHRPackNum OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (0..2) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the high speed redundancy packet
        numbers of t38 and standard-t38."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.14
hh3cVoEntityCfgFaxLRPackNum OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (0..5) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the low speed redundancy packet
        numbers of t38 and standard-t38."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.15
hh3cVoEntityCfgFaxSendNSFEnable OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether sends NSF(Non-Standard Faculty)
        to fax of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 15 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.16
hh3cVoEntityCfgFaxTrainMode OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION Hh3cFaxTrainMode
  SYNTAX	INTEGER {local(1), ppp(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the fax train mode of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 16 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.17
hh3cVoEntityCfgFaxEcm OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether the ECM(Error Correct Mode)
        is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 17 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.18
hh3cVoEntityCfgPriority OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (0..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the priority of this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 18 }

.1.3.6.1.4.1.25506.2.39.14.1.2.1.19
hh3cVoEntityCfgDescription OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	OCTET STRING (0..80) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the textual description of this
        dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityCommonConfigTable(2) hh3cVoEntityCommonConfigEntry(1) 19 }

.1.3.6.1.4.1.25506.2.39.14.1.3
hh3cVoPOTSEntityConfigTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the POTS(Public Switched Telephone Network)
        entity information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) 3 }

.1.3.6.1.4.1.25506.2.39.14.1.3.1
hh3cVoPOTSEntityConfigEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVoPOTSEntityConfigIndex }
  DESCRIPTION	"The entry of hh3cVoPOTSEntityConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoPOTSEntityConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.3.1.1
hh3cVoPOTSEntityConfigIndex OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary index that uniquely identifies a voice entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoPOTSEntityConfigTable(3) hh3cVoPOTSEntityConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.3.1.2
hh3cVoPOTSEntityConfigPrefix OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the prefix which is added to the
        called number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoPOTSEntityConfigTable(3) hh3cVoPOTSEntityConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.14.1.3.1.3
hh3cVoPOTSEntityConfigSubLine OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the voice subscriber line of
        this dial entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoPOTSEntityConfigTable(3) hh3cVoPOTSEntityConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.14.1.3.1.4
hh3cVoPOTSEntityConfigSendNum OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (0..31 | 65534 | 65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the digit of phone number to be
        sent to the destination.
        0..31: Number of digits (that are extracted from the end of a number)
        to be sent, in the range of 0 to 31. It is not greater than the total
        number of digits of the called number.
        65534: Sends all digits of a called number.
        65535: Sends a truncated called number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoPOTSEntityConfigTable(3) hh3cVoPOTSEntityConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.14.1.4
hh3cVoVoIPEntityConfigTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the VoIP entity information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) 4 }

.1.3.6.1.4.1.25506.2.39.14.1.4.1
hh3cVoVoIPEntityConfigEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVoVoIPEntityCfgIndex }
  DESCRIPTION	"The entry of hh3cVoVoIPEntityConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoVoIPEntityConfigTable(4) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.4.1.1
hh3cVoVoIPEntityCfgIndex OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary index that uniquely identifies a voice entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoVoIPEntityConfigTable(4) hh3cVoVoIPEntityConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.4.1.2
hh3cVoVoIPEntityCfgTargetType OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	INTEGER {unknown(1), ras(2), h323IpAddress(3), sipIpAddress(4), sipProxy(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the type of the session target of this entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoVoIPEntityConfigTable(4) hh3cVoVoIPEntityConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.14.1.4.1.3
hh3cVoVoIPEntityCfgTargetAddrType OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IP address type of object hh3cVoVoIPEntityCfgTargetAddr."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoVoIPEntityConfigTable(4) hh3cVoVoIPEntityConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.14.1.4.1.4
hh3cVoVoIPEntityCfgTargetAddr OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the target IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoVoIPEntityConfigTable(4) hh3cVoVoIPEntityConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.14.1.5
hh3cVoEntityNumberTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the number management information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) 5 }

.1.3.6.1.4.1.25506.2.39.14.1.5.1
hh3cVoEntityNumberEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVoEntityIndex }
  DESCRIPTION	"The entry of hh3cVoEntityNumberTable.  Hh3cVoEntityIndex
        is used to uniquely identify these numbers registered on
        the server.  The same value of hh3cVoEntityIndex used in
        the corresponding HH3CVoEntityCommonConfigTable is used here."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityNumberTable(5) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.5.1.1
hh3cVoEntityNumberAuthUser OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the username of the entity number to authorize."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityNumberTable(5) hh3cVoEntityNumberEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.14.1.5.1.2
hh3cVoEntityNumberPasswordType OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the password type of the entity number to authorize.
         The encrypting type of password:
         0 : password simple, means password is clean text.
         1 : password cipher, means password is encrypted text.
         default is 65535."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityNumberTable(5) hh3cVoEntityNumberEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.14.1.5.1.3
hh3cVoEntityNumberPassword OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	OCTET STRING (0..16 | 24) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the password of the entity number to authorize."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityNumberTable(5) hh3cVoEntityNumberEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.14.1.5.1.4
hh3cVoEntityNumberStatus OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  -- TEXTUAL CONVENTION Hh3cRegisterdStatus
  SYNTAX	INTEGER {other(1), offline(2), online(3), login(4), logout(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the current state of the entity number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityNumberTable(5) hh3cVoEntityNumberEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.14.1.5.1.5
hh3cVoEntityNumberExpires OBJECT-TYPE
  -- FROM	HH3C-VOICE-DIAL-CONTROL-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the interval time for entity number updating registered message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoiceEntityControl(14) hh3cVoEntityObjects(1) hh3cVoEntityNumberTable(5) hh3cVoEntityNumberEntry(1) 5 }

.1.3.6.1.4.1.25506.2.39.15
hh3cVoCallActive MODULE-IDENTITY
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  DESCRIPTION	"This MIB file is to provide the definition of voice call
         active record information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) 15 }

.1.3.6.1.4.1.25506.2.39.15.1
hh3cVoiceCallActiveObjects OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) 1 }

.1.3.6.1.4.1.25506.2.39.15.1.1
hh3cVoiceCallActiveTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is the voice extension to the call active table
         of DIAL-CONTROL-MIB. It contains voice encapsulation call
         leg information that is derived from the statistics
         of lower layer telephony interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) 1 }

.1.3.6.1.4.1.25506.2.39.15.1.1.1
hh3cVoiceCallActiveEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ callActiveSetupTime, callActiveIndex }
  DESCRIPTION	"The information regarding a single voice encapsulation
         call leg.
         The call leg entry is identified by using the same index
         objects that are used by call active table of
         DIAL-CONTROL-MIB to identify the call.
         An entry of this table is created when its associated call
         active entry in the DIAL-CONTROL-MIB is created and
         call active entry contains the call establishment to a
         voice over telephony network peer.
         The entry is deleted when its associated call active entry
         in the DIAL-CONTROL-MIB is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceCallActiveTable(1) 1 }

.1.3.6.1.4.1.25506.2.39.15.1.1.1.1
hh3cVoCallActiveConnectionId OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  -- TEXTUAL CONVENTION Hh3cGUid
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The global call identifier for the gateway call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceCallActiveTable(1) hh3cVoiceCallActiveEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.15.1.1.1.2
hh3cVoCallActiveTxDuration OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Duration of transmit path open from this peer to the
         voice gateway for the call. The units is milliseconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceCallActiveTable(1) hh3cVoiceCallActiveEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.15.1.1.1.3
hh3cVoCallActiveVoiceTxDuration OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Duration of voice transmitted from this peer to voice
         gateway for this call. The voice utilization rate can be
         obtained by dividing this by hh3cVoCallActiveTXDuration object.
         The units is milliseconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceCallActiveTable(1) hh3cVoiceCallActiveEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.15.1.1.1.4
hh3cVoCallActiveFaxTxDuration OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Duration of fax transmitted from this peer to voice gateway
         for this call. The fax utilization rate can be obtained by
         dividing this by hh3cVoCallActiveTXDuration object. The units
         is milliseconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceCallActiveTable(1) hh3cVoiceCallActiveEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.15.1.1.1.5
hh3cVoCallActiveCoderType OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  -- TEXTUAL CONVENTION Hh3cCodecType
  SYNTAX	INTEGER {g711a(1), g711u(2), g723r53(3), g723r63(4), g729r8(5), g729a(6), g726r16(7), g726r24(8), g726r32(9), g726r40(10), unknown(11), g729br8(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated coder type. It specifies the encode type to
         the PSTN leg of a call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceCallActiveTable(1) hh3cVoiceCallActiveEntry(1) 5 }

.1.3.6.1.4.1.25506.2.39.15.1.1.1.6
hh3cVoCallActiveImgPageCount OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of fax related image pages are received or
         transmitted via the peer for the call. The units is pages."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceCallActiveTable(1) hh3cVoiceCallActiveEntry(1) 6 }

.1.3.6.1.4.1.25506.2.39.15.1.2
hh3cVoiceVoIPCallActiveTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is the VoIP extension to the call active table of
         DIAL-CONTROL-MIB. It contains VoIP call leg
         information about specific VoIP call destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) 2 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1
hh3cVoiceVoIPCallActiveEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ callActiveSetupTime, callActiveIndex }
  DESCRIPTION	"The information regarding a single VoIP call leg.
         The call leg entry is identified by using the same index
         objects that are used by call active table of DIAL-CONTROL-MIB
         to identify the call.
         An entry of this table is created when its associated call
         active entry in the DIAL-CONTROL-MIB is created and the
         call active entry contains information for the call
         establishment to the peer on the IP backbone via a voice
         over IP peer.
         The entry is deleted when its associated call active entry
         in the DIAL-CONTROL-MIB is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) 1 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1.1
hh3cVoVoIPCallActiveConnectionId OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  -- TEXTUAL CONVENTION Hh3cGUid
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The global call identifier for the gateway call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) hh3cVoiceVoIPCallActiveEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1.2
hh3cVoVoIPCallActiveRemSigIPType OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of remote system signalling IP address for the VoIP call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) hh3cVoiceVoIPCallActiveEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1.3
hh3cVoVoIPCallActiveRemSigIPAddr OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote system signalling IP address for the VoIP call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) hh3cVoiceVoIPCallActiveEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1.4
hh3cVoVoIPCallActiveRemSigPort OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote system UDP listener signalling port to which to transmit voice
         packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) hh3cVoiceVoIPCallActiveEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1.5
hh3cVoVoIPCallActiveRemMedIPType OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of remote system media IP address for the VoIP call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) hh3cVoiceVoIPCallActiveEntry(1) 5 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1.6
hh3cVoVoIPCallActiveRemMedIPAddr OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote system media IP address for the VoIP call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) hh3cVoiceVoIPCallActiveEntry(1) 6 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1.7
hh3cVoVoIPCallActiveRemMedPort OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote system UDP listener media port to which to transmit voice
         packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) hh3cVoiceVoIPCallActiveEntry(1) 7 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1.8
hh3cVoVoIPCallActiveSessProtocol OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  SYNTAX	INTEGER {unknown(1), h323(2), sip(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the session protocol to be used
         for internet call between local and remote router via
         IP backbone."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) hh3cVoiceVoIPCallActiveEntry(1) 8 }

.1.3.6.1.4.1.25506.2.39.15.1.2.1.9
hh3cVoVoIPCallActiveCoderType OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-ACTIVE-MIB
  -- TEXTUAL CONVENTION Hh3cCodecType
  SYNTAX	INTEGER {g711a(1), g711u(2), g723r53(3), g723r63(4), g729r8(5), g729a(6), g726r16(7), g726r24(8), g726r32(9), g726r40(10), unknown(11), g729br8(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated coder type. It specifies the encode type to
         the VoIP leg of a call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallActive(15) hh3cVoiceCallActiveObjects(1) hh3cVoiceVoIPCallActiveTable(2) hh3cVoiceVoIPCallActiveEntry(1) 9 }

.1.3.6.1.4.1.25506.2.39.16
hh3cVoCallHistory MODULE-IDENTITY
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  DESCRIPTION	"This MIB file is to provide the definition of voice call
        history record information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) 16 }

.1.3.6.1.4.1.25506.2.39.16.1
hh3cVoiceCallHistoryObjects OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) 1 }

.1.3.6.1.4.1.25506.2.39.16.1.1
hh3cCallHistoryTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about specific
             calls to a specific destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) 1 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1
hh3cCallHistoryEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCallHistoryIndex }
  DESCRIPTION	"The information regarding a single connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) 1 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.1
hh3cCallHistoryIndex OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the call history table.  It's a monotonically
             increasing integer for the sole purpose of indexing call
             disconnection events.  When it reaches to the maximum value,
             the value will back to 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.2
hh3cCallHistorySetupTime OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the call was started."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.3
hh3cCallHistoryConnectTime OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the call was connected.
             If the call is not connected, this object will have a
             value of zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.4
hh3cCallHistoryTerminateTime OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the call was terminated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.5
hh3cCallHistoryPeerAddress OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number this call was connected to.  If the number is
             not available, it will have a length of zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 5 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.6
hh3cCallHistoryPeerId OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies a single peer.  This is the Id value
             of the peer table entry to which this call was made.  If a
             peer table entry for this call does not exist or is unknown,
             the value of this object will be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 6 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.7
hh3cCallHistoryLogicalIfIndex OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the ifIndex value of the logical interface through
             which this call was made.  For ISDN media, this would be
             the ifIndex of the B channel which was used for this call.
             If the ifIndex value is unknown, the value of this object
             will be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 7 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.8
hh3cCallHistoryCallOrigin OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	INTEGER {originate(1), answer(2), callback(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The call origin.
             originate        The call that is initiated.
             answer           The call that is accepted.
             callback         Either rejects the call and then calls back,
                              or uses the 'Reverse charging' information
                              element if it is available. Note that callback(3)
                              is supposed to control charging, not security,
                              and applies to callback prior to accepting a call.
                              Callback for security reasons can be handled using
                              PPP callback."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 8 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.9
hh3cCallHistoryChargedUnits OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of charged units for this connection.
             For incoming calls or if charging information is
             not supplied by the switch, the value of this object
             will be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 9 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.10
hh3cCallHistoryInfoType OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	INTEGER {other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The information type for this call.
             other                          E.g. for non-isdn media.
             speech                         Speech.
             unrestrictedDigital            Unrestricted digital information
                                            with 64k rate adaption.
             unrestrictedDigital56          Unrestricted digital information
                                            with 56k rate adaption.
             restrictedDigital              Restricted digital information.
             audio31                        3.1 kHz audio.
             audio7                         7 kHz audio.
             video                          Video.
             packetSwitched                 Packetswitch.
             fax                            Fax."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 10 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.11
hh3cCallHistoryTransmitPackets OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which were transmitted while this
             call was active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 11 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.12
hh3cCallHistoryTransmitBytes OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes which were transmitted for this call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 12 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.13
hh3cCallHistoryReceivePackets OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which were received for this call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 13 }

.1.3.6.1.4.1.25506.2.39.16.1.1.1.14
hh3cCallHistoryReceiveBytes OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION AbsoluteCounter32
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of bytes which were received for this call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cCallHistoryTable(1) hh3cCallHistoryEntry(1) 14 }

.1.3.6.1.4.1.25506.2.39.16.1.2
hh3cVoiceCallHistoryTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is the voice extension to the call history table
            of DIAL-CONTROL-MIB.  It contains voice encapsulation call
            leg information that is derived from the statistics of lower
            layer telephony interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) 2 }

.1.3.6.1.4.1.25506.2.39.16.1.2.1
hh3cVoiceCallHistoryEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCallHistoryIndex }
  DESCRIPTION	"The information regarding a extended voice call history information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceCallHistoryTable(2) 1 }

.1.3.6.1.4.1.25506.2.39.16.1.2.1.1
hh3cVoCallHistoryConnectionId OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION Hh3cGUid
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The global call identifier of circuit switched network for
            the gateway call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceCallHistoryTable(2) hh3cVoiceCallHistoryEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.16.1.2.1.2
hh3cVoCallHistoryTxDuration OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Duration of transmit path open from this peer to the
            voice gateway for the call.  The units is milliseconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceCallHistoryTable(2) hh3cVoiceCallHistoryEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.16.1.2.1.3
hh3cVoCallHistoryVoiceTxDuration OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Duration of voice transmitted from this peer to voice
            gateway for this call.  The voice utilization rate can be
            obtained by dividing this by hh3cVoCallHistoryTxDuration object.
            The units is milliseconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceCallHistoryTable(2) hh3cVoiceCallHistoryEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.16.1.2.1.4
hh3cVoCallHistoryFaxTxDuration OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Duration of fax transmitted from this peer to voice gateway
            for this call.  The fax utilization rate can be obtained by
            dividing this by hh3cVoCallHistoryTxDuration object.  The units
            is milliseconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceCallHistoryTable(2) hh3cVoiceCallHistoryEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.16.1.2.1.5
hh3cVoCallHistoryCoderType OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION Hh3cCodecType
  SYNTAX	INTEGER {g711a(1), g711u(2), g723r53(3), g723r63(4), g729r8(5), g729a(6), g726r16(7), g726r24(8), g726r32(9), g726r40(10), unknown(11), g729br8(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated coder type.  It specifies the encode type to
            the PSTN leg of a call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceCallHistoryTable(2) hh3cVoiceCallHistoryEntry(1) 5 }

.1.3.6.1.4.1.25506.2.39.16.1.2.1.6
hh3cVoCallHistoryImgPageCount OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of fax related image pages are received or
            transmitted via the peer for the call.  The units is page."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceCallHistoryTable(2) hh3cVoiceCallHistoryEntry(1) 6 }

.1.3.6.1.4.1.25506.2.39.16.1.3
hh3cVoiceVoIPCallHistoryTable OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is the VoIP extension to the call active table of
            DIAL-CONTROL-MIB.  It contains VoIP call leg information about
            specific VoIP call destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) 3 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1
hh3cVoiceVoIPCallHistoryEntry OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCallHistoryIndex }
  DESCRIPTION	"The information regarding a extended VoIP call history
            information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) 1 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1.1
hh3cVoVoIPCallHistoryConnectionId OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION Hh3cGUid
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The global call identifier of packet-switched network for the
            gateway call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) hh3cVoiceVoIPCallHistoryEntry(1) 1 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1.2
hh3cVoVoIPCallHistoryRemSigIPType OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of remote system signalling IP address for the VoIP call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) hh3cVoiceVoIPCallHistoryEntry(1) 2 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1.3
hh3cVoVoIPCallHistoryRemSigIPAddr OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote system signalling IP address for the VoIP call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) hh3cVoiceVoIPCallHistoryEntry(1) 3 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1.4
hh3cVoVoIPCallHistoryRemSigPort OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote system UDP listener signalling port to which to
            transmit voice packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) hh3cVoiceVoIPCallHistoryEntry(1) 4 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1.5
hh3cVoVoIPCallHistoryRemMedIPType OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of remote system media IP address for the VoIP call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) hh3cVoiceVoIPCallHistoryEntry(1) 5 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1.6
hh3cVoVoIPCallHistoryRemMedIPAddr OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote system media IP address for the VoIP call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) hh3cVoiceVoIPCallHistoryEntry(1) 6 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1.7
hh3cVoVoIPCallHistoryRemMedPort OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote system UDP listener media port to which to transmit voice
            packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) hh3cVoiceVoIPCallHistoryEntry(1) 7 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1.8
hh3cVoVoIPCallHistorySessProtocol OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  SYNTAX	INTEGER {unknown(1), h323(2), sip(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the session protocol to be used for internet
            call between local and remote router via IP backbone.
            unknown        The protocol is unknown.
            h323           The protocol is H323.
            sip            The protocol is session initiation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) hh3cVoiceVoIPCallHistoryEntry(1) 8 }

.1.3.6.1.4.1.25506.2.39.16.1.3.1.9
hh3cVoVoIPCallHistoryCoderType OBJECT-TYPE
  -- FROM	HH3C-VOICE-CALL-HISTORY-MIB
  -- TEXTUAL CONVENTION Hh3cCodecType
  SYNTAX	INTEGER {g711a(1), g711u(2), g723r53(3), g723r63(4), g729r8(5), g729a(6), g726r16(7), g726r24(8), g726r32(9), g726r40(10), unknown(11), g729br8(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated coder type.  It specifies the encode type to the
            VoIP leg of a call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVoice(39) hh3cVoCallHistory(16) hh3cVoiceCallHistoryObjects(1) hh3cVoiceVoIPCallHistoryTable(3) hh3cVoiceVoIPCallHistoryEntry(1) 9 }

.1.3.6.1.4.1.25506.2.40
hh3cIfExt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 40 }

.1.3.6.1.4.1.25506.2.40.1
hh3cIfExtScalarGroup OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) 1 }

.1.3.6.1.4.1.25506.2.40.1.1
hh3cIfStatGlobalFlowInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Sampling interval for in/out flow of all interfaces.
        Setting zero indicates closing the statistic function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.40.1.2
hh3cIfShutDownInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set the port status detection timer.  The device starts a port status
        detection timer when a port is shut down by a protocol.  Once the timer
        expires, the device brings up the port so the port status reflects
        the port's physical status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.40.1.3
hh3cIfThroughputInKbps OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Actual incoming throughput of the device in kbps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtScalarGroup(1) 3 }

.1.3.6.1.4.1.25506.2.40.1.4
hh3cIfThroughputOutKbps OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Actual outgoing throughput of the device in kbps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtScalarGroup(1) 4 }

.1.3.6.1.4.1.25506.2.40.2
hh3cIfExtGroup OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) 2 }

.1.3.6.1.4.1.25506.2.40.2.1
hh3cIfStat OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.1
hh3cIfStatScalarGroup OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2
hh3cIfStatTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.1.2.1
hh3cIfFlowStatTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get statistic information
        of interfaces on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2.1.1
hh3cIfFlowStatEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfFlowStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2.1.1.1
hh3cIfStatFlowInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Sampling interval for in/out flow of interface.
        Setting zero indicates closing this statistic function
        and objects in this table should return 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfFlowStatTable(1) hh3cIfFlowStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2.1.1.2
hh3cIfStatFlowInBits OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"In bits in the specified interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfFlowStatTable(1) hh3cIfFlowStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.1.2.1.1.3
hh3cIfStatFlowOutBits OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Out bits in the specified interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfFlowStatTable(1) hh3cIfFlowStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.1.2.1.1.4
hh3cIfStatFlowInPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"In packets in the specified interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfFlowStatTable(1) hh3cIfFlowStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.2.1.2.1.1.5
hh3cIfStatFlowOutPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Out packets in the specified interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfFlowStatTable(1) hh3cIfFlowStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.2.1.2.1.1.6
hh3cIfStatFlowInBytes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"In bytes in the specified interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfFlowStatTable(1) hh3cIfFlowStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.40.2.1.2.1.1.7
hh3cIfStatFlowOutBytes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Out bytes in the specified interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfFlowStatTable(1) hh3cIfFlowStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.40.2.1.2.2
hh3cIfSpeedStatTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get average speed information
        in the specified interval for interfaces on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) 2 }

.1.3.6.1.4.1.25506.2.40.2.1.2.2.1
hh3cIfSpeedStatEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfSpeedStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2.2.1.1
hh3cIfSpeedStatInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Sampling interval for in/out flow of interface.
        Setting zero indicates closing this statistic function
        and objects in this table should return 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfSpeedStatTable(2) hh3cIfSpeedStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2.2.1.2
hh3cIfSpeedStatInPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of input packets per second in the interval specified by
        hh3cIfSpeedStatInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfSpeedStatTable(2) hh3cIfSpeedStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.1.2.2.1.3
hh3cIfSpeedStatOutPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of output packets per second in the interval specified by
        hh3cIfSpeedStatInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfSpeedStatTable(2) hh3cIfSpeedStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.1.2.2.1.4
hh3cIfSpeedStatInBytes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of input bytes per second in the interval specified by
        hh3cIfSpeedStatInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfSpeedStatTable(2) hh3cIfSpeedStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.2.1.2.2.1.5
hh3cIfSpeedStatOutBytes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of output bytes per second in the interval specified by
        hh3cIfSpeedStatInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfSpeedStatTable(2) hh3cIfSpeedStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.2.1.2.2.1.6
hh3cIfSpeedStatInBits OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of input bits per second in the interval specified by
        hh3cIfSpeedStatInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfSpeedStatTable(2) hh3cIfSpeedStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.40.2.1.2.2.1.7
hh3cIfSpeedStatOutBits OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of output bits per second in the interval specified by
        hh3cIfSpeedStatInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfSpeedStatTable(2) hh3cIfSpeedStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.40.2.1.2.3
hh3cIfHCFlowStatTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get statistic information
         of interfaces on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) 3 }

.1.3.6.1.4.1.25506.2.40.2.1.2.3.1
hh3cIfHCFlowStatEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCFlowStatTable(3) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2.3.1.1
hh3cIfStatFlowHCInBits OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"In bits in the specified interval.  This object is a 64-bit
         version of hh3cIfStatFlowInBits."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCFlowStatTable(3) hh3cIfHCFlowStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2.3.1.2
hh3cIfStatFlowHCOutBits OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Out bits in the specified interval.  This object is a 64-bit
         version of hh3cIfStatFlowOutBits."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCFlowStatTable(3) hh3cIfHCFlowStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.1.2.3.1.3
hh3cIfStatFlowHCInPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"In packets in the specified interval.  This object is a 64-bit
         version of hh3cIfStatFlowInPkts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCFlowStatTable(3) hh3cIfHCFlowStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.1.2.3.1.4
hh3cIfStatFlowHCOutPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Out packets in the specified interval.  This object is a 64-bit
         version of hh3cIfStatFlowOutPkts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCFlowStatTable(3) hh3cIfHCFlowStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.2.1.2.3.1.5
hh3cIfStatFlowHCInBytes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"In bytes in the specified interval.  This object is a 64-bit
         version of hh3cIfStatFlowInBytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCFlowStatTable(3) hh3cIfHCFlowStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.2.1.2.3.1.6
hh3cIfStatFlowHCOutBytes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Out bytes in the specified interval.  This object is a 64-bit
         version of hh3cIfStatFlowOutBytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCFlowStatTable(3) hh3cIfHCFlowStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.40.2.1.2.4
hh3cIfHCSpeedStatTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get average speed information
        in the specified interval for interfaces on a device.

        This table is a 64-bit version of hh3cIfSpeedStatTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) 4 }

.1.3.6.1.4.1.25506.2.40.2.1.2.4.1
hh3cIfHCSpeedStatEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCSpeedStatTable(4) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2.4.1.1
hh3cIfSpeedStatHCInPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of input packets per second in the interval specified by
        hh3cIfSpeedStatInterval.

        This object is a 64-bit version of hh3cIfSpeedStatInPkts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCSpeedStatTable(4) hh3cIfHCSpeedStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.1.2.4.1.2
hh3cIfSpeedStatHCOutPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of output packets per second in the interval specified by
        hh3cIfSpeedStatInterval.

        This object is a 64-bit version of hh3cIfSpeedStatOutPkts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCSpeedStatTable(4) hh3cIfHCSpeedStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.1.2.4.1.3
hh3cIfSpeedStatHCInBytes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of input bytes per second in the interval specified by
        hh3cIfSpeedStatInterval.

        This object is a 64-bit version of hh3cIfSpeedStatInBytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCSpeedStatTable(4) hh3cIfHCSpeedStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.1.2.4.1.4
hh3cIfSpeedStatHCOutBytes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of output bytes per second in the interval specified by
        hh3cIfSpeedStatInterval.

        This object is a 64-bit version of hh3cIfSpeedStatOutBytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCSpeedStatTable(4) hh3cIfHCSpeedStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.2.1.2.4.1.5
hh3cIfSpeedStatHCInBits OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of input bits per second in the interval specified by
        hh3cIfSpeedStatInterval.

        This object is a 64-bit version of hh3cIfSpeedStatInBits."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCSpeedStatTable(4) hh3cIfHCSpeedStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.2.1.2.4.1.6
hh3cIfSpeedStatHCOutBits OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average of output bits per second in the interval specified by
        hh3cIfSpeedStatInterval.

        This object is a 64-bit version of hh3cIfSpeedStatOutBits."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfStat(1) hh3cIfStatTable(2) hh3cIfHCSpeedStatTable(4) hh3cIfHCSpeedStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.40.2.2
hh3cIfControl OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) 2 }

.1.3.6.1.4.1.25506.2.40.2.2.1
hh3cRTParentIfTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all interfaces that can create subinterfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.1.1
hh3cRTParentIfEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRTParentIfIndex }
  DESCRIPTION	"This entry describes an interface that can create subinterfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTParentIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.1.1.1
hh3cRTParentIfIndex OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the interface that can create subinterfaces.  The value
        is the same as the ifIndex value for this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTParentIfTable(1) hh3cRTParentIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.1.1.2
hh3cRTMinSubIfOrdinal OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The min ordinal of the subinterface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTParentIfTable(1) hh3cRTParentIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.2.1.1.3
hh3cRTMaxSubIfOrdinal OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max ordinal of the subinterface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTParentIfTable(1) hh3cRTParentIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.2.2
hh3cRTSubIfTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to create or delete subinterfaces.
        To create a subinterface, a valid parent interface must be
        specified by hh3cRTSubIfParentIfIndex, and hh3cRTSubIfOrdinal
        must be in the range between hh3cRTMinSubIfOrdinal and
        hh3cRTMaxSubIfOrdinal of the parent interface from
        hh3cRTParentIfTable.

        Subinterfaces are logical virtual interfaces configured on a
        main interface.  The main interface can be either a physical
        interface (such as a Layer 3 Ethernet interface) or a logical
        interface (such as an MFR interface).  The subinterfaces on a
        main interface share the physical layer parameters of the main
        interface but can have link layer and network layer parameters
        of their own.  Disabling or enabling a subinterface doesn't
        affect the main interface, but the main interface status change
        affects the subinterfaces.  The subinterfaces can't operate
        correctly unless the main interface is connected.
        Creating multiple subinterfaces on a single interface
        enables you to plan network in a more flexible way.

        You can create subinterfaces for the following physical
        interfaces:
        Ethernet interface.  An Ethernet subinterface associated with no
        VLAN supports only IPX, while an Ethernet subinterface associated
        with a VLAN supports both IP and IPX.
        WAN interfaces with their data link layer protocols being frame
        relay, whose subinterfaces support IP and IPX.
        WAN interfaces with their data link layer protocols being X.25,
        whose subinterfaces support IP and IPX.
        ATM interface, whose subinterfaces support only IP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) 2 }

.1.3.6.1.4.1.25506.2.40.2.2.2.1
hh3cRTSubIfEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRTSubIfParentIfIndex, hh3cRTSubIfOrdinal }
  DESCRIPTION	"The hh3cRTSubIfTable entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTSubIfTable(2) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.2.1.1
hh3cRTSubIfParentIfIndex OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The parent interface index.  The value should be the same as
        hh3cRTParentIfIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTSubIfTable(2) hh3cRTSubIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.2.1.2
hh3cRTSubIfOrdinal OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ordinal of the subinterface.  It should between
        hh3cRTMinSubIfOrdinal and hh3cRTMaxSubIfOrdinal of the parent
        interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTSubIfTable(2) hh3cRTSubIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.2.2.1.3
hh3cRTSubIfSubIfIndex OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifIndex value of the subinterface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTSubIfTable(2) hh3cRTSubIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.2.2.1.4
hh3cRTSubIfSubIfDesc OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTSubIfTable(2) hh3cRTSubIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.2.2.2.1.5
hh3cRTSubIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cRTSubIfTable(2) hh3cRTSubIfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.2.2.3
hh3cIfLinkModeTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get or set the link mode of an
        interface.
        According to the layer at which the device processes received
        data packets, Ethernet interfaces can operate in bridge or route
        mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) 3 }

.1.3.6.1.4.1.25506.2.40.2.2.3.1
hh3cIfLinkModeEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfLinkModeIndex }
  DESCRIPTION	"The interface link mode table entry"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfLinkModeTable(3) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.3.1.1
hh3cIfLinkModeIndex OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value is the same as ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfLinkModeTable(3) hh3cIfLinkModeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.3.1.2
hh3cIfLinkMode OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {bridgeMode(1), routeMode(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current link mode of the interface.
        If hh3cIfLinkModeSwitchSupport is true, writing to the object can
        change the link mode of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfLinkModeTable(3) hh3cIfLinkModeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.2.3.1.3
hh3cIfLinkModeSwitchSupport OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the interface supports link mode switching.
        If this object is true, the interface can operate in either
        bridge mode or route mode.  Otherwise the interfaces can operate
        only in bridge or route mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfLinkModeTable(3) hh3cIfLinkModeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.2.4
hh3cIfPortTypeTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get or set the port type
        of an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) 4 }

.1.3.6.1.4.1.25506.2.40.2.2.4.1
hh3cIfPortTypeEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfPortTypeIndex }
  DESCRIPTION	"The interface port type table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfPortTypeTable(4) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.4.1.1
hh3cIfPortTypeIndex OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value is the same as ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfPortTypeTable(4) hh3cIfPortTypeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.4.1.2
hh3cIfPortType OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {other(1), ethernet(2), fc(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The current port type of the interface.
        Don't set the port type to other for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfPortTypeTable(4) hh3cIfPortTypeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.2.5
hh3cIfPfcDot1pTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table can set the inbound and outbound rate thresholds for the specified dot1p values."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) 5 }

.1.3.6.1.4.1.25506.2.40.2.2.5.1
hh3cIfPfcDot1pEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfPfcDot1pValue }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfPfcDot1pTable(5) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.5.1.1
hh3cIfPfcDot1pValue OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {pri0(1), pri1(2), pri2(3), pri3(4), pri4(5), pri5(6), pri6(7), pri7(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PFC dot1p value list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfPfcDot1pTable(5) hh3cIfPfcDot1pEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.5.1.2
hh3cIfPfcDot1pInPps OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current inbound rate for the PFC dot1p."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfPfcDot1pTable(5) hh3cIfPfcDot1pEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.2.5.1.3
hh3cIfPfcDot1pOutPps OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current outbound rate for the PFC dot1p. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfPfcDot1pTable(5) hh3cIfPfcDot1pEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.2.5.1.4
hh3cIfPfcDot1pInPpsThreshold OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold for the inbound rate.
         If the hh3cIfPfcDot1pInPpsThreshold is set to 0, no hh3cIfPfcInRising will be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfPfcDot1pTable(5) hh3cIfPfcDot1pEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.2.2.5.1.5
hh3cIfPfcDot1pOutPpsThreshold OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold for the outbound rate.
         If the hh3cIfPfcDot1pOutPpsThreshold is set to 0, no hh3cIfPfcOutRising will be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfPfcDot1pTable(5) hh3cIfPfcDot1pEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.2.2.6
hh3cIfQueBufferTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get the usage info, thresholds, and
        statistics of queue buffers and to set the thresholds of queue buffers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) 6 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1
hh3cIfQueBufferEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQueId }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.1
hh3cIfQueId OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {que0(1), que1(2), que2(3), que3(4), que4(5), que5(6), que6(7), que7(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The buffer's queue ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.2
hh3cIfQueOutUcastTotal OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total amount of outbound unicast queue buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.3
hh3cIfQueOutUcastFree OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of free outbound unicast queue buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.4
hh3cIfQueOutUcastUsedRatio OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ratio of outbound unicast queue buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.5
hh3cIfQueOutUcastUsedPeak OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peak of outbound unicast queue buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.6
hh3cIfQueOutUcastThreshold OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The alarm threshold of outbound unicast queue buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 6 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.7
hh3cIfQueOutUcastOverThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times of exceeding the alarm threshold of outbound unicast queue buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 7 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.8
hh3cIfQueInTotal OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total amount of inbound queue buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 8 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.9
hh3cIfQueInFree OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of free inbound queue buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 9 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.10
hh3cIfQueInUsedRatio OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ratio of inbound queue buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 10 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.11
hh3cIfQueInUsedPeak OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peak of inbound queue buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 11 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.12
hh3cIfQueInThreshold OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The alarm threshold of inbound queue buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 12 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.13
hh3cIfQueInOverThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times over the alarm threshold of inbound queue buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 13 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.14
hh3cIfQueInHeadRoomTotal OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total amount of inbound queue headroom buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 14 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.15
hh3cIfQueInHeadRoomFree OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of free inbound queue headroom buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 15 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.16
hh3cIfQueInHeadRoomUsedRatio OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ratio of inbound queue headroom buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 16 }

.1.3.6.1.4.1.25506.2.40.2.2.6.1.17
hh3cIfQueInHeadRoomUsedPeak OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peak of inbound queue headroom buffer which is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfControl(2) hh3cIfQueBufferTable(6) hh3cIfQueBufferEntry(1) 17 }

.1.3.6.1.4.1.25506.2.40.2.3
hh3cIfInterfaces OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) 3 }

.1.3.6.1.4.1.25506.2.40.2.3.1
hh3cIfPhysicalNumber OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of physical interfaces on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) 1 }

.1.3.6.1.4.1.25506.2.40.2.3.2
hh3cIfTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of interface entries.  The number of entries is given by
         the value of IfNumber."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) 2 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1
hh3cIfEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry containing management information applicable to a
         particular interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) 1 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.1
hh3cIfUpDownTimes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface's up/down times, since the device was initialized."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.2
hh3cIfMtu OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The size of the largest datagram that can be sent or received on the
        interface, specified in octets.  For interfaces that are used for
        transmitting network datagram, this is the size of the largest network
        datagram that can be sent on the interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.3
hh3cIfBandwidthRate OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rate of the bandwidth for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.4
hh3cIfDiscardPktRate OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rate of the discarded packets for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.5
hh3cIfStatusKeepTime OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since the interface
        entered its current operational state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.6
hh3cIfInNUcastPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of non-unicast (i.e., subnetwork-
        broadcast or subnetwork-multicast) packets
        delivered to a higher-layer protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 6 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.7
hh3cIfOutNUcastPkts OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets that higher-level
        protocols requested be transmitted to a non-
        unicast (i.e., a subnetwork-broadcast or
        subnetwork-multicast) address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 7 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.8
hh3cIfIsPoe OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the interface supports PoE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 8 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.9
hh3cIfOperStatus OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3), admindown(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current status of the interface.  In testing state,
            no operational packets can be forwarded.  If ifAdminStatus
            is down, hh3cIfOperStatus should be admindown.  If
            ifAdminStatus is changed to up, hh3cIfOperStatus should
            change to up if the interface is ready to send and receive
            network traffic; otherwise, it should stay in down state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 9 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.10
hh3cIfDownTimes OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of times the interface went down, since the device was initialized."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 10 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.11
hh3cIfPfcStatus OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {enable(1), disable(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Pfc (Priority-based Flow Control) status.
         Forcibly enable Pfc by enable(1).
         Disable Pfc by disable(2).
         Set Pfc to auto mode by auto(3).
               In auto mode, the local end automatically negotiates
               the Pfc status with its peer.
         When congestion occurs in the network, the local device notifies
         the peer to stop sending packets carrying the specified 802.1p
         priority if all of the following conditions exist:
         1. Both the local end and the remote end have Pfc enabled.
         2. Both the local end and the remote end have the dot1p list specified
         by hh3cIfPfcDot1pNoDrop.
         3. The specified 802.1p priority is in the dot1p list of hh3cIfPfcDot1pNoDrop.
         4. The local end receives a packet carrying the specified 802.1p priority."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 11 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.12
hh3cIfPfcDot1pNoDrop OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	BITS {pri0(0), pri1(1), pri2(2), pri3(3), pri4(4), pri5(5), pri6(6), pri7(7)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Pfc (Priority-based Flow Control) dot1q list,
        bit 0 through bit 7 corresponding to priority 0 through priority 7.
        See hh3cIfPfcStatus."
  DEFVAL	{ { } }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 12 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.13
hh3cIfDescription OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is also an 'alias' name for the interface specified by a
        network manager, like the object of ifAlias.  However, the size of
        this object is larger than ifAlias.  When this object is set to a
        string of more than 64 characters, only the first 64 characters of the
        object are read for the IfAlias object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 13 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.14
hh3cIfFwdErrDiscards OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that were discarded when being forwarded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 14 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.15
hh3cIfFiberOrCopper OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {unknown(0), fiber(1), copper(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the port,which can be copper or fiber."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 15 }

.1.3.6.1.4.1.25506.2.40.2.3.2.1.16
hh3cIfTransferMode OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {lan(1), wan(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transfer mode of the port, which can be lan or wan."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfTable(2) hh3cIfEntry(1) 16 }

.1.3.6.1.4.1.25506.2.40.2.3.3
hh3cIfUsingTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing management information applicable to splitting
       interfaces.  To improve port density, reduce costs, and improve network
       flexibility, a high-bandwidth interface can be split into multiple
       low-bandwidth breakout interfaces, and the breakout interfaces can be
       combined into a higher-bandwidth interface.
       For example, a 40-GE interface can be split into four 10-GE breakout
       interfaces.  After the operation takes effect on a 40-GE interface, the
       system deletes the 40-GE interface and creates four 10-GE breakout
       interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) 3 }

.1.3.6.1.4.1.25506.2.40.2.3.3.1
hh3cIfUsingEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfUsingIndex }
  DESCRIPTION	"An entry of hh3cIfUsingTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfUsingTable(3) 1 }

.1.3.6.1.4.1.25506.2.40.2.3.3.1.1
hh3cIfUsingIndex OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of an interface that can be split into multiple low-bandwidth
        breakout interfaces or be restored to a high-bandwidth interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfUsingTable(3) hh3cIfUsingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.2.3.3.1.2
hh3cIfUsingSupportType OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the port type which can be split into or restored to.
        From lowest bit, each bit corresponds to a port type ('10GE', '20GE',
        '40GE', '100GE', '25GE', '50GE', '200GE', '400GE').
        For example, value 3 means this object can be split into 10GE or 20GE,
        value 4 means this object can be split into 40GE, or can be restored to
        40GE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfUsingTable(3) hh3cIfUsingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.2.3.3.1.3
hh3cIfUsingType OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {noUsing(0), using10GE(1), using20GE(2), using40GE(3), using100GE(4), using25GE(5), using50GE(6), using200GE(7), using400GE(8)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies the port type that can be split into or restored to.

        After this object is set to a non-zero value, the operation returns
        success in the following cases:
        1.  The original instance still exists and is read as a non-zero value.
            In this case, object hh3cIfUsingStatus change to needReboot(1),
            which means that you need to reboot the line card (for distributed
            devices) or device (for centralized devices) where the port is
            located to make the operation take effect.
            Set this object to noUsing(0) for cancelling the operation.
        2.  The operation takes effect immediately.
        Original instance is deleted and new instance is created while the
        operation takes effect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfUsingTable(3) hh3cIfUsingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.2.3.3.1.4
hh3cIfUsingStatus OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {noUsing(0), needReboot(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" After object hh3cIfUsingType is set to a non-zero value, the value
         for this object is needReboot(1) until you reboot the line card (for
         distributed devices) or device (for centralized devices) where the
         port is located."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtGroup(2) hh3cIfInterfaces(3) hh3cIfUsingTable(3) hh3cIfUsingEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.3
hh3cIfExtTrap OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) 3 }

.1.3.6.1.4.1.25506.2.40.3.0
hh3cIfExtTrapPrex OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) 0 }

.1.3.6.1.4.1.25506.2.40.3.0.1
hh3cIfBandwidthUsageHigh NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifDescr, hh3cIfBandwidthRate, hh3cIfBandwidthUpperLimit }
  DESCRIPTION	"The notification is generated when the rate of the bandwidth for the
         interface exceeds the upper limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.2.40.3.0.2
hh3cIfDiscardPktRateHigh NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifDescr, hh3cIfDiscardPktRate, hh3cIfDiscardPktRateUpperLimit }
  DESCRIPTION	"The notification is generated when the rate of the discarded packets
         for the interface exceeds the upper limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 2 }

.1.3.6.1.4.1.25506.2.40.3.0.3
hh3cIfDampeningSuppressed NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the interface is suppressed
         via dampening."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 3 }

.1.3.6.1.4.1.25506.2.40.3.0.4
hh3cIfDampeningNotSuppressed NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the interface is resumed to
         not suppressed via dampening."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 4 }

.1.3.6.1.4.1.25506.2.40.3.0.5
hh3cIfPortUp NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when physical state of the interface changes to up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 5 }

.1.3.6.1.4.1.25506.2.40.3.0.6
hh3cIfPortDown NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when physical state of the interface changes to down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 6 }

.1.3.6.1.4.1.25506.2.40.3.0.7
hh3cIfPfcOutRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfPfcDot1pValue, hh3cIfPfcDot1pOutPps, hh3cIfPfcDot1pOutPpsThreshold }
  DESCRIPTION	"The notification is generated when the outbound rate exceeds the threshold for the dot1p value.
     If the hh3cIfPfcDot1pOutPpsThreshold is set to 0, no hh3cIfPfcOutRising will be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 7 }

.1.3.6.1.4.1.25506.2.40.3.0.8
hh3cIfPfcInRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfPfcDot1pValue, hh3cIfPfcDot1pInPps, hh3cIfPfcDot1pInPpsThreshold }
  DESCRIPTION	"The notification is generated when the inbound rate exceeds the threshold for the dot1p value.
     If the hh3cIfPfcDot1pInPpsThreshold is set to 0, no hh3cIfPfcInRising will be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 8 }

.1.3.6.1.4.1.25506.2.40.3.0.9
hh3cIfMappingIfStatusBackup NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the mapping status of the interface changes to backup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 9 }

.1.3.6.1.4.1.25506.2.40.3.0.10
hh3cIfMappingIfStatusNormal NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the mapping status of the interface changes to normal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapPrex(0) 10 }

.1.3.6.1.4.1.25506.2.40.3.1
hh3cIfExtTrapObject OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) 1 }

.1.3.6.1.4.1.25506.2.40.3.1.1
hh3cIfExtTrapCfgTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The trap configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapObject(1) 1 }

.1.3.6.1.4.1.25506.2.40.3.1.1.1
hh3cIfExtTrapCfgEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry for this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapObject(1) hh3cIfExtTrapCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.40.3.1.1.1.1
hh3cIfBandwidthUpperLimit OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The rate of the bandwidth upper limit for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapObject(1) hh3cIfExtTrapCfgTable(1) hh3cIfExtTrapCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.3.1.1.1.2
hh3cIfDiscardPktRateUpperLimit OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The rate of the discarded packets upper limit for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfExtTrap(3) hh3cIfExtTrapObject(1) hh3cIfExtTrapCfgTable(1) hh3cIfExtTrapCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.4
hh3cIfMonScalarGroup OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) 4 }

.1.3.6.1.4.1.25506.2.40.5
hh3cIfMonGroup OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) 5 }

.1.3.6.1.4.1.25506.2.40.5.1
hh3cIfMonStat OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) 1 }

.1.3.6.1.4.1.25506.2.40.5.1.1
hh3cIfMonStatTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is about some types of statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) 1 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1
hh3cIfMonStatEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entry items."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.1
hh3cIfMonInputUsageStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the inbound bandwidth usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.2
hh3cIfMonOutputUsageStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the outbound bandwidth usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.3
hh3cIfMonInputErrorAlarmStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the number of inbound error packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.4
hh3cIfMonOutputErrorAlarmStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics  about the number of outbound error packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.5
hh3cIfMonSdhErrorStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the number of SDH error packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.6
hh3cIfMonSdhB1ErrorStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the number of SDH B1 error packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.7
hh3cIfMonSdhB2ErrorStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the number of SDH B2 error packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.8
hh3cIfMonCRCErrorStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the number of CRC error packets. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.9
hh3cIfMonRxPauseFrameStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the number of received pause frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.10
hh3cIfMonTxPauseFrameStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the number of transmitted pause frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.11
hh3cIfMonRuntStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the Runt packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.40.5.1.1.1.12
hh3cIfMonGiantStatistics OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics about the Giant packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonStat(1) hh3cIfMonStatTable(1) hh3cIfMonStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.40.5.2
hh3cIfMonControl OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) 2 }

.1.3.6.1.4.1.25506.2.40.5.2.1
hh3cIfMonThresholdTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is about the upper threshold, lower threshold, CRC type, and inspection interval.
         The upper threshold and lower threshold must be bound together.  If the CRC type is configured,
         node hh3cIfMonCRCErrType must be carried.  If there is no current configuration for a type, all
         attributes of this type must be carried.  After modification, the table hh3cIfMonAlarmDownEnableTable
         will be changed.If there is configuration for the current type, setting all attributes of this type to
         invalid values indicates that the configuration of this type is deleted, and the table hh3cIfMonAlarmDownEnableTable
         will be changed.  Take CRC as an example.  If there is no CRC configuration, nodes hh3cIfMonCRCErrorLowThres,
         hh3cIfMonCRCErrorLowThres, hh3cIfMonCRCErrorLowThres, and hh3cIfMonCRCErrorLowThres must be carried.
         After modification, the node hh3cIfMonCRCErrorEnableDown becomes false.  If there is CRC configuration,
         settings the nodes hh3cIfMonCRCErrorLowThres, hh3cIfMonCRCErrorHighThres, hh3cIfMonCRCErrorInterval,
         and hh3cIfMonCRCErrorInterval to invalid values indicates the CRC configuration is deleted, and the
         node hh3cIfMonCRCErrorEnableDown becomes invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) 1 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1
hh3cIfMonThresholdEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entry items."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) 1 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.1
hh3cIfMonInputUsageLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the inbound bandwidth usage."
  DEFVAL	{ 80 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.2
hh3cIfMonInputUsageHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the inbound bandwidth usage."
  DEFVAL	{ 90 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.3
hh3cIfMonOutputUsageLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the outbound bandwidth usage."
  DEFVAL	{ 80 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.4
hh3cIfMonOutputUsageHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the outbound bandwidth usage."
  DEFVAL	{ 90 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.5
hh3cIfMonInputErrorAlarmLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of inbound error packets."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.6
hh3cIfMonInputErrorAlarmHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of inbound error packets."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 6 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.7
hh3cIfMonInputErrorAlarmInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of inbound error packets."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 7 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.8
hh3cIfMonOutputErrorAlarmLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of outbound error packets."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 8 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.9
hh3cIfMonOutputErrorAlarmHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of outbound error packets."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 9 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.10
hh3cIfMonOutputErrorAlarmInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of outbound error packets."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 10 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.11
hh3cIfMonSdhErrorLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of SDH error packets."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 11 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.12
hh3cIfMonSdhErrorHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of SDH error packets."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 12 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.13
hh3cIfMonSdhErrorInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of SDH error packets."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 13 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.14
hh3cIfMonSdhB1ErrorLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of SDH B1 error packets."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 14 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.15
hh3cIfMonSdhB1ErrorHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of SDH B1 error packets."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 15 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.16
hh3cIfMonSdhB1ErrorInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of SDH B1 error packets. "
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 16 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.17
hh3cIfMonSdhB2ErrorLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of SDH B2 error packets."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 17 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.18
hh3cIfMonSdhB2ErrorHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of SDH B2 error packets."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 18 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.19
hh3cIfMonSdhB2ErrorInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of SDH B2 error packets."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 19 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.20
hh3cIfMonCRCErrorLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of CRC error packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 20 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.21
hh3cIfMonCRCErrorHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of CRC error packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 21 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.22
hh3cIfMonCRCErrorInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of CRC error packets."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 22 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.23
hh3cIfMonCRCErrType OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	INTEGER {absolute(1), ratio(2), invalid(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Inspection type for the CRC error packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 23 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.24
hh3cIfMonRxPauseFrameLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of received pause frames."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 24 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.25
hh3cIfMonRxPauseFrameHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of received pause frames."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 25 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.26
hh3cIfMonRxPauseFrameInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of received pause frames."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 26 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.27
hh3cIfMonTxPauseFrameLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of transmitted pause frames."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 27 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.28
hh3cIfMonTxPauseFrameHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of transmitted pause frames."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 28 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.29
hh3cIfMonTxPauseFrameInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of transmitted pause frames."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 29 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.30
hh3cIfMonGiantLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of Giant error packets."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 30 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.31
hh3cIfMonGiantHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of Giant error packets."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 31 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.32
hh3cIfMonGiantInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of Giant error packets."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 32 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.33
hh3cIfMonRuntLowThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Lower threshold for the number of Runt error packets."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 33 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.34
hh3cIfMonRuntHighThres OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Upper threshold for the number of Runt error packets."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 34 }

.1.3.6.1.4.1.25506.2.40.5.2.1.1.35
hh3cIfMonRuntInterval OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Inspection interval for the number of Runt packets."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonThresholdTable(1) hh3cIfMonThresholdEntry(1) 35 }

.1.3.6.1.4.1.25506.2.40.5.2.2
hh3cIfMonAlarmDownEnableTable OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table can set or get whether to enable the interface down function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) 2 }

.1.3.6.1.4.1.25506.2.40.5.2.2.1
hh3cIfMonAlarmDownEnableEntry OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonAlarmDownEnableTable(2) 1 }

.1.3.6.1.4.1.25506.2.40.5.2.2.1.1
hh3cIfMonInputErrorAlarmEnableDown OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the number of inbound error packets exceeds the upper threshold,
         the physical interface goes down. "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonAlarmDownEnableTable(2) hh3cIfMonAlarmDownEnableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.40.5.2.2.1.2
hh3cIfMonOutputErrorAlarmEnableDown OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the number of outbound error packets exceeds the upper threshold,
         the physical interface goes down."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonAlarmDownEnableTable(2) hh3cIfMonAlarmDownEnableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.40.5.2.2.1.3
hh3cIfMonSdhErrorEnableDown OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the number of SDH error packets exceeds the upper threshold,
         the physical interface goes down. "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonAlarmDownEnableTable(2) hh3cIfMonAlarmDownEnableEntry(1) 3 }

.1.3.6.1.4.1.25506.2.40.5.2.2.1.4
hh3cIfMonSdhB1ErrorEnableDown OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the number of SDH B1 error packets exceeds the upper threshold,
         the physical interface goes down."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonAlarmDownEnableTable(2) hh3cIfMonAlarmDownEnableEntry(1) 4 }

.1.3.6.1.4.1.25506.2.40.5.2.2.1.5
hh3cIfMonSdhB2ErrorEnableDown OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the number of SDH B2 error packets exceeds the upper threshold,
         the physical interface goes down."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonAlarmDownEnableTable(2) hh3cIfMonAlarmDownEnableEntry(1) 5 }

.1.3.6.1.4.1.25506.2.40.5.2.2.1.6
hh3cIfMonCRCErrorEnableDown OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the number of CRC error packets exceeds the upper threshold,
         the physical interface goes down."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonAlarmDownEnableTable(2) hh3cIfMonAlarmDownEnableEntry(1) 6 }

.1.3.6.1.4.1.25506.2.40.5.2.2.1.7
hh3cIfMonGiantEnableDown OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the number of Giant error packets exceeds the upper threshold,
         the physical interface goes down."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonAlarmDownEnableTable(2) hh3cIfMonAlarmDownEnableEntry(1) 7 }

.1.3.6.1.4.1.25506.2.40.5.2.2.1.8
hh3cIfMonRuntEnableDown OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the number of Runt error packets exceeds the upper threshold,
         the physical interface goes down."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonGroup(5) hh3cIfMonControl(2) hh3cIfMonAlarmDownEnableTable(2) hh3cIfMonAlarmDownEnableEntry(1) 8 }

.1.3.6.1.4.1.25506.2.40.6
hh3cIfMonTrap OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) 6 }

.1.3.6.1.4.1.25506.2.40.6.0
hh3cIfMonTrapPrex OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) 0 }

.1.3.6.1.4.1.25506.2.40.6.0.1
hh3cIfMonInputUsageRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonInputUsageLowThres, hh3cIfMonInputUsageHighThres, hh3cIfMonInputUsageStatistics }
  DESCRIPTION	"The notification is generated when the inbound bandwidth usage exceeds the
         upper threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.2.40.6.0.2
hh3cIfMonInputUsageResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonInputUsageLowThres, hh3cIfMonInputUsageHighThres, hh3cIfMonInputUsageStatistics }
  DESCRIPTION	"The notification is generated when the inbound bandwidth usage drops from
         above the upper threshold to below the lower threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 2 }

.1.3.6.1.4.1.25506.2.40.6.0.3
hh3cIfMonOutputUsageRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonOutputUsageLowThres, hh3cIfMonOutputUsageHighThres, hh3cIfMonOutputUsageStatistics }
  DESCRIPTION	"The notification is generated when the outbound bandwidth usage exceeds the
         upper threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 3 }

.1.3.6.1.4.1.25506.2.40.6.0.4
hh3cIfMonOutputUsageResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonOutputUsageLowThres, hh3cIfMonOutputUsageHighThres, hh3cIfMonOutputUsageStatistics }
  DESCRIPTION	"The notification is generated when the outbound bandwidth usage drops from
         above the upper threshold to below the lower threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 4 }

.1.3.6.1.4.1.25506.2.40.6.0.5
hh3cIfMonInputErrorAlarmRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonInputErrorAlarmHighThres, hh3cIfMonInputErrorAlarmLowThres, hh3cIfMonInputErrorAlarmStatistics, hh3cIfMonInputErrorAlarmInterval }
  DESCRIPTION	"The notification is generated when the number of inbound error packets exceeds the
         upper threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 5 }

.1.3.6.1.4.1.25506.2.40.6.0.6
hh3cIfMonInputErrorAlarmResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonInputErrorAlarmHighThres, hh3cIfMonInputErrorAlarmLowThres, hh3cIfMonInputErrorAlarmStatistics, hh3cIfMonInputErrorAlarmInterval }
  DESCRIPTION	"The notification is generated when the number of inbound error packets drops from
         above the upper threshold to below the lower threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 6 }

.1.3.6.1.4.1.25506.2.40.6.0.7
hh3cIfMonOutputErrorAlarmRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonOutputErrorAlarmHighThres, hh3cIfMonOutputErrorAlarmLowThres, hh3cIfMonOutputErrorAlarmStatistics, hh3cIfMonOutputErrorAlarmInterval }
  DESCRIPTION	"The notification is generated when the number of outbound error packets exceeds the
         upper threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 7 }

.1.3.6.1.4.1.25506.2.40.6.0.8
hh3cIfMonOutputErrorAlarmResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonOutputErrorAlarmHighThres, hh3cIfMonOutputErrorAlarmLowThres, hh3cIfMonOutputErrorAlarmStatistics, hh3cIfMonOutputErrorAlarmInterval }
  DESCRIPTION	"The notification is generated when the number of outbound error packets drops from
         above the upper threshold to below the lower threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 8 }

.1.3.6.1.4.1.25506.2.40.6.0.9
hh3cIfMonSdhErrorRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonSdhErrorLowThres, hh3cIfMonSdhErrorHighThres, hh3cIfMonSdhErrorStatistics, hh3cIfMonSdhErrorInterval }
  DESCRIPTION	"The notification is generated when the number of SDH error packets exceeds
         the upper threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 9 }

.1.3.6.1.4.1.25506.2.40.6.0.10
hh3cIfMonSdhErrorResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonSdhErrorLowThres, hh3cIfMonSdhErrorHighThres, hh3cIfMonSdhErrorStatistics, hh3cIfMonSdhErrorInterval }
  DESCRIPTION	"The notification is generated when the number of SDH error packets drops from
         above the upper threshold to below the lower threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 10 }

.1.3.6.1.4.1.25506.2.40.6.0.11
hh3cIfMonSdhB1ErrorRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonSdhB1ErrorLowThres, hh3cIfMonSdhB1ErrorHighThres, hh3cIfMonSdhB1ErrorStatistics, hh3cIfMonSdhB1ErrorInterval }
  DESCRIPTION	"The notification is generated when the number of SDH B1 error packets exceeds
         the upper threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 11 }

.1.3.6.1.4.1.25506.2.40.6.0.12
hh3cIfMonSdhB1ErrorResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonSdhB1ErrorLowThres, hh3cIfMonSdhB1ErrorHighThres, hh3cIfMonSdhB1ErrorStatistics, hh3cIfMonSdhB1ErrorInterval }
  DESCRIPTION	"The notification is generated when the number of SDH B1 error packets drops from
         above the upper threshold to below the lower threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 12 }

.1.3.6.1.4.1.25506.2.40.6.0.13
hh3cIfMonSdhB2ErrorRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonSdhB2ErrorLowThres, hh3cIfMonSdhB2ErrorHighThres, hh3cIfMonSdhB2ErrorStatistics, hh3cIfMonSdhB2ErrorInterval }
  DESCRIPTION	"The notification is generated when the number of SDH B2 error packets exceeds
         the upper threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 13 }

.1.3.6.1.4.1.25506.2.40.6.0.14
hh3cIfMonSdhB2ErrorResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonSdhB2ErrorLowThres, hh3cIfMonSdhB2ErrorHighThres, hh3cIfMonSdhB2ErrorStatistics, hh3cIfMonSdhB2ErrorInterval }
  DESCRIPTION	"The notification is generated when the number of SDH B2 error packets drops from
         above the upper threshold to below the lower threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 14 }

.1.3.6.1.4.1.25506.2.40.6.0.15
hh3cIfMonCRCErrorRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonCRCErrorHighThres, hh3cIfMonCRCErrorLowThres, hh3cIfMonCRCErrorStatistics, hh3cIfMonCRCErrorInterval, hh3cIfMonCRCErrType }
  DESCRIPTION	"The notification is generated when the number of CRC error packets exceeds
         the upper threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 15 }

.1.3.6.1.4.1.25506.2.40.6.0.16
hh3cIfMonCRCErrorResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonCRCErrorHighThres, hh3cIfMonCRCErrorLowThres, hh3cIfMonCRCErrorStatistics, hh3cIfMonCRCErrorInterval, hh3cIfMonCRCErrType }
  DESCRIPTION	"The notification is generated when the number of CRC error packets drops from
         above the upper threshold to below the lower threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 16 }

.1.3.6.1.4.1.25506.2.40.6.0.17
hh3cIfMonRxPauseFrameRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonRxPauseFrameHighThres, hh3cIfMonRxPauseFrameLowThres, hh3cIfMonRxPauseFrameStatistics, hh3cIfMonRxPauseFrameInterval }
  DESCRIPTION	"The notification is generated when the number of received pause frames exceeds the
         upper threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 17 }

.1.3.6.1.4.1.25506.2.40.6.0.18
hh3cIfMonRxPauseFrameResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonRxPauseFrameHighThres, hh3cIfMonRxPauseFrameLowThres, hh3cIfMonRxPauseFrameStatistics, hh3cIfMonRxPauseFrameInterval }
  DESCRIPTION	"The notification is generated when the number of received pause frames drops from
         above the upper threshold to below the lower-threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 18 }

.1.3.6.1.4.1.25506.2.40.6.0.19
hh3cIfMonTxPauseFrameRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonTxPauseFrameHighThres, hh3cIfMonTxPauseFrameLowThres, hh3cIfMonTxPauseFrameStatistics, hh3cIfMonTxPauseFrameInterval }
  DESCRIPTION	"The notification is generated when the number of transmitted pause frames exceeds
         the upper threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 19 }

.1.3.6.1.4.1.25506.2.40.6.0.20
hh3cIfMonTxPauseFrameResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonTxPauseFrameHighThres, hh3cIfMonTxPauseFrameLowThres, hh3cIfMonTxPauseFrameStatistics, hh3cIfMonTxPauseFrameInterval }
  DESCRIPTION	"The notification is generated when the number of transmitted pause frames  drops from
         above the upper threshold to below the lower threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 20 }

.1.3.6.1.4.1.25506.2.40.6.0.21
hh3cIfMonGiantRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonGiantLowThres, hh3cIfMonGiantHighThres, hh3cIfMonGiantStatistics, hh3cIfMonGiantInterval }
  DESCRIPTION	"The notification is generated when the number of Giant error packets exceeds
         the upper threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 21 }

.1.3.6.1.4.1.25506.2.40.6.0.22
hh3cIfMonGiantResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonGiantLowThres, hh3cIfMonGiantHighThres, hh3cIfMonGiantStatistics, hh3cIfMonGiantInterval }
  DESCRIPTION	"The notification is generated when the number of Giant error packets drops from
         above the upper threshold to below the lower threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 22 }

.1.3.6.1.4.1.25506.2.40.6.0.23
hh3cIfMonRuntRising NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonRuntLowThres, hh3cIfMonRuntHighThres, hh3cIfMonRuntStatistics, hh3cIfMonRuntInterval }
  DESCRIPTION	"The notification is generated when the number of Runt error packets exceeds
         the upper threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 23 }

.1.3.6.1.4.1.25506.2.40.6.0.24
hh3cIfMonRuntResume NOTIFICATION-TYPE
  -- FROM	HH3C-IF-EXT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cIfMonRuntLowThres, hh3cIfMonRuntHighThres, hh3cIfMonRuntStatistics, hh3cIfMonRuntInterval }
  DESCRIPTION	"The notification is generated when the number of Runt error packets drops from
         above the upper threshold to below the lower threshold within the default interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) hh3cIfMonTrapPrex(0) 24 }

.1.3.6.1.4.1.25506.2.40.6.1
hh3cIfMonTrapObject OBJECT-TYPE
  -- FROM	HH3C-IF-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIfExt(40) hh3cIfMonTrap(6) 1 }

.1.3.6.1.4.1.25506.2.41
hh3cCfCard OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 41 }

.1.3.6.1.4.1.25506.2.41.1
hh3cCfCardMIB MODULE-IDENTITY
  -- FROM	HH3C-CFCARD-MIB
  DESCRIPTION	"This MIB provides the information about CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) 1 }

.1.3.6.1.4.1.25506.2.41.1.1
hh3cCfCardMIBObjects OBJECT-GROUP
  -- FROM	HH3C-CFCARD-MIB
  DESCRIPTION	"Objects used for CF Card management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) 1 }

.1.3.6.1.4.1.25506.2.41.1.1.1
hh3cCfCardScalarObjects OBJECT-GROUP
  -- FROM	HH3C-CFCARD-MIB
  DESCRIPTION	"The scalar objects for the CF Card(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.41.1.1.1.1
hh3cCfCardNumber OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the CF Card(s) at present."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.41.1.1.2
hh3cCfCardInfoObjects OBJECT-GROUP
  -- FROM	HH3C-CFCARD-MIB
  DESCRIPTION	"The basic information about CF Card(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2
hh3cCfCardInfoTable OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the basic information about CF Card(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) 2 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1
hh3cCfCardInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCfCardIndex }
  DESCRIPTION	"This list contains the basic information about CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.1
hh3cCfCardIndex OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.2
hh3cCfCardIsPresent OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	INTEGER {yes(1), no(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value indicates whether the CF Card is present or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.3
hh3cCfCardContainedIn OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of the slot which containes this CF Card "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.4
hh3cCfCardParentRelPos OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of the relative position of this CF Card
                among all the CF Card contained in the same slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.5
hh3cCfCardDescription OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Description of CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.6
hh3cCfCardSerialNumber OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The serial number of CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.7
hh3cCfCardFirewareVersion OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The firmware revision of CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.8
hh3cCfCardModelNumber OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The model number containing infomation of manufacturer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.9
hh3cCfCardState OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	INTEGER {sNoError(1), sFormatError(2), sSectorBufferError(3), sECCError(4), sCMPError(5), sSlaveError(128), sIOError(240), sOther(255)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.10
hh3cCfCardSize OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size of CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.11
hh3cCfCardUsedSize OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The used size of CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.41.1.1.2.2.1.12
hh3cCfCardFreeSize OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The free size of CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBObjects(1) hh3cCfCardInfoObjects(2) hh3cCfCardInfoTable(2) hh3cCfCardInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.41.1.2
hh3cCfCardNotifications OBJECT-GROUP
  -- FROM	HH3C-CFCARD-MIB
  DESCRIPTION	"Notification about the CF Card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) 2 }

.1.3.6.1.4.1.25506.2.41.1.2.0
hh3cCfCardNotificationsV2 OBJECT-GROUP
  -- FROM	HH3C-CFCARD-MIB
  DESCRIPTION	"Root node for the Notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardNotifications(2) 0 }

.1.3.6.1.4.1.25506.2.41.1.2.0.1
hh3cCfCardHotSwapOn NOTIFICATION-TYPE
  -- FROM	HH3C-CFCARD-MIB
  OBJECTS	{ hh3cCfCardContainedIn, hh3cCfCardParentRelPos, hh3cCfCardDescription }
  DESCRIPTION	"This notification is sent when a CF Card is hot swapped in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardNotifications(2) hh3cCfCardNotificationsV2(0) 1 }

.1.3.6.1.4.1.25506.2.41.1.2.0.2
hh3cCfCardHotSwapOff NOTIFICATION-TYPE
  -- FROM	HH3C-CFCARD-MIB
  OBJECTS	{ hh3cCfCardContainedIn, hh3cCfCardParentRelPos, hh3cCfCardDescription }
  DESCRIPTION	"This notification is sent when a CF Card is hot swapped out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardNotifications(2) hh3cCfCardNotificationsV2(0) 2 }

.1.3.6.1.4.1.25506.2.41.1.4
hh3cCfCardMIBConformance OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) 4 }

.1.3.6.1.4.1.25506.2.41.1.4.1
hh3cCfCardMIBGroups OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBConformance(4) 1 }

.1.3.6.1.4.1.25506.2.41.1.4.1.1
hh3ccurrentObjectGroup OBJECT-GROUP
  -- FROM	HH3C-CFCARD-MIB
  DESCRIPTION	"A collection of objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBConformance(4) hh3cCfCardMIBGroups(1) 1 }

.1.3.6.1.4.1.25506.2.41.1.4.1.2
hh3ccurrentNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
  DESCRIPTION	"Notification group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBConformance(4) hh3cCfCardMIBGroups(1) 2 }

.1.3.6.1.4.1.25506.2.41.1.4.2
hh3cCfCardMIBCompliances OBJECT-TYPE
  -- FROM	HH3C-CFCARD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBConformance(4) 2 }

.1.3.6.1.4.1.25506.2.41.1.4.2.1
hh3cbasicCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-CFCARD-MIB
  DESCRIPTION	"The compliance statement."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfCard(41) hh3cCfCardMIB(1) hh3cCfCardMIBConformance(4) hh3cCfCardMIBCompliances(2) 1 }

.1.3.6.1.4.1.25506.2.42
hh3cEpon OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 42 }

.1.3.6.1.4.1.25506.2.42.1
hh3cEponMibObjects MODULE-IDENTITY
  -- FROM	HH3C-EPON-MIB
  DESCRIPTION	"
        The objects in this MIB module are used to manage and
        display current configuration of Ethernet Passive Optical
        Network (EPON) port which are based on the Ethernet in
        the First Mile (EFM) Passive Optical Network(PON) as
        defined in IEEE Draft P802.3ah/D3.0 clause 60, 64, 65..
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) 1 }

.1.3.6.1.4.1.25506.2.42.1.1
hh3cEponSysMan OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.1
hh3cEponAutoAuthorize OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This value determines whether software performs
        self-authorization for each Optical Network Unit(ONU)
        registering to the network.  Setting it to false
        means for every ONU registering, software requires
        external authorization, and until it's done the
        ONU is not authenticated.  True value means software
        authorizes each ONU registering to the network
        automatically.
        true  - ONUs are always authorized.
        false - If 802.1x authorization is enable,
        the ONUs have to be authorized by
        the protocol.
        - If 802.1x authorization is disable,
        ONUs are always authorized.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.2
hh3cEponMonitorCycle OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The cycle of alarm thresholds checking.
        Applying to the following types:
        Bit Error Rate(BER) alarm, Frame Error Rate(FER),
        Logical Link Identity(LLID) mismatch alarm and so on.
        The unit is second.
        "
  DEFVAL	{ 80 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.1.3
hh3cEponMsgTimeOut OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Timeout waiting for a response from Optical Line Terminal(OLT)
        firmware after sending it a message.
        The unit is millisecond.
        "
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.1.4
hh3cEponMsgLoseNum OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The times of messages sending timeouts, after
        which OLT will reset (applying to every OLT).
        "
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.1.5
hh3cEponSysHasEPONBoard OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        true(1)  - At least an EPON board exists.
        false(2) - No EPON board exists.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.1.6
hh3cEponMonitorCycleEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Stop or continue monitoring.
        true(1)  - Continue monitoring.
        false(2) - Stop monitoring.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.1.7
hh3cEponOltSoftwareErrAlmEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Software error alarm behavior of all active OLTs.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.1.8
hh3cEponPortLoopBackAlmEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        LoopBack alarm behavior of EPON ports.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.1.9
hh3cEponMonitorCycleMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of cycle which be confined to the
        hh3cEponMonitorCycle.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.1.10
hh3cEponMonitorCycleMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of cycle which be confined to the
        hh3cEponMonitorCycle.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.1.11
hh3cEponMsgTimeOutMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of timeout which be confined to the
        hh3cEponMsgTimeOut.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 11 }

.1.3.6.1.4.1.25506.2.42.1.1.12
hh3cEponMsgTimeOutMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of timeout which be confined to the
        hh3cEponMsgTimeOut.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 12 }

.1.3.6.1.4.1.25506.2.42.1.1.13
hh3cEponMsgLoseNumMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of time which be confined to the
        hh3cEponMsgLoseNum.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 13 }

.1.3.6.1.4.1.25506.2.42.1.1.14
hh3cEponMsgLoseNumMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of time which be confined to the
        hh3cEponMsgLoseNum.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 14 }

.1.3.6.1.4.1.25506.2.42.1.1.15
hh3cEponSysScalarGroup OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 15 }

.1.3.6.1.4.1.25506.2.42.1.1.16
hh3cEponSysManTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines system related parameters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 16 }

.1.3.6.1.4.1.25506.2.42.1.1.16.1
hh3cEponSysManEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponSlotIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponSysManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponSysManTable(16) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.16.1.1
hh3cEponSlotIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Slot Index, the index of hh3cEponSysManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponSysManTable(16) hh3cEponSysManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.16.1.2
hh3cEponModeSwitch OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {cmode(1), hmode(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        cmode - epon standard mode.
        hmode - private mode.
        "
  DEFVAL	{ cmode }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponSysManTable(16) hh3cEponSysManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.1.16.1.3
hh3cEponAutomaticMode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Automatic mode setting: when enabled - after
        new OLT is added, the OLT stack sets its encryption mode
        to 'triple churning' and configure the OLT to authorize
        ONU MAC addresses according to its table.
        enable  -enable automatic mode.
        disable -disable automatic mode.
        "
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponSysManTable(16) hh3cEponSysManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.1.16.1.4
hh3cEponOamDiscoveryTimeout OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Time out parameter for extended OAM discovery
        process message, ranging from 0 to 2550,
        measured in 100 milliseconds.
        "
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponSysManTable(16) hh3cEponSysManEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.1.16.1.5
hh3cEponEncryptionNoReplyTimeOut OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Encryption response timeout,
        ranging from 1 to 2550,
        measured in 100 milliseconds.
        "
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponSysManTable(16) hh3cEponSysManEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.1.16.1.6
hh3cEponEncryptionUpdateTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Encryption key update timer for all ONUs on slot,
        indicated by hh3cEponSlotIndex,
        ranging from 1 to 255, measured in seconds.
        "
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponSysManTable(16) hh3cEponSysManEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.1.16.1.7
hh3cEponAutoBindStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        enable  - auto bind ONU ID when the ONU registered in the EPON system.
        disable - need manual bind ONU ID when the ONU registered in the EPON system.
        "
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponSysManTable(16) hh3cEponSysManEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.1.16.1.8
hh3cEponAutoBindType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	BITS {mac(0), loid(1), loidPassword(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set auto binding type, which can be combined.
        If auto binding is disabled, 0 is returned.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponSysManTable(16) hh3cEponSysManEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.1.17
hh3cEponAutoUpdateTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        EPON auto update ONU application configuration.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 17 }

.1.3.6.1.4.1.25506.2.42.1.1.17.1
hh3cEponAutoUpdateEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponSlotIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponAutoUpdateTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponAutoUpdateTable(17) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.17.1.1
hh3cEponAutoUpdateFileName OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The name of ONU application file,  the file name must be valid
        and include the path.  It is a zero length string by default.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponAutoUpdateTable(17) hh3cEponAutoUpdateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.17.1.2
hh3cEponAutoUpdateSchedStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The status of schedule update configuration.
        The hh3cEponAutoUpdateFileName must be set before enable
        hh3cEponAutoUpdateSchedStatus.
        enable - enable ONU schedule update.
        disable - disable ONU schedule update.
        "
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponAutoUpdateTable(17) hh3cEponAutoUpdateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.1.17.1.3
hh3cEponAutoUpdateSchedTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The schedule update timing configuration is related to
        the hh3cEponAutoUpdateSchedType.
        auto update daily: the string format is hhmm
        auto update weekly: the string format is hhmmw
        'w' means update weekly, it ranges from 0 to 6:
        0 - Sunday.
        1 - Monday.
        2 - Tuesday.
        3 - Wednesday.
        4 - Thursday.
        5 - Friday.
        6 - Saturday.
        auto update in coming date : the string format is hhmmyyyymmdd.
        The configuration will take effect only if hh3cEponAutoUpdateSchedStatus
        is enabled.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponAutoUpdateTable(17) hh3cEponAutoUpdateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.1.17.1.4
hh3cEponAutoUpdateSchedType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {daily(1), weekly(2), comingdate(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The update type of auto updating configuration.
        daily - update ONU application every day.
        weekly - update ONU application every week.
        comingdate - update ONU application on coming date.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponAutoUpdateTable(17) hh3cEponAutoUpdateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.1.17.1.5
hh3cEponAutoUpdateRealTimeStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The status of real time update configuration.
        The hh3cEponAutoUpdateFileName must be set before enable
        hh3cEponAutoUpdateRealTimeStatus.
        enable - enable ONU real time update.
        disable - disable ONU real time update.
        "
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponAutoUpdateTable(17) hh3cEponAutoUpdateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.1.18
hh3cEponOuiIndexNextTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Next OUI index table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 18 }

.1.3.6.1.4.1.25506.2.42.1.1.18.1
hh3cEponOuiIndexNextEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponSlotIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponOuiIndexNextTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOuiIndexNextTable(18) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.18.1.1
hh3cEponOuiIndexNext OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object contains an appropriate value to be used for
        hh3cEponOuiIndex when creating rows in the
        hh3cEponOuiTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOuiIndexNextTable(18) hh3cEponOuiIndexNextEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.19
hh3cEponOuiTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        List of OUI and OAM supported by OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 19 }

.1.3.6.1.4.1.25506.2.42.1.1.19.1
hh3cEponOuiEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponSlotIndex, hh3cEponOuiIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponOuiTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOuiTable(19) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.19.1.1
hh3cEponOuiIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of this table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOuiTable(19) hh3cEponOuiEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.19.1.2
hh3cEponOuiValue OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..512) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        OUI list supported by the extended OAM discovery process.
        The OUI is composed of six octets.  The first six octets denote the first OUI ,
        the second six octets denote the second OUI, and the like.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOuiTable(19) hh3cEponOuiEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.1.19.1.3
hh3cEponOamVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Version of OAM protocol defined by the organization denoted by OUI.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOuiTable(19) hh3cEponOuiEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.1.19.1.4
hh3cEponOuiRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this table entry.  Only active,
        createAndGo, and destroy are supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOuiTable(19) hh3cEponOuiEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.1.20
hh3cEponMulticastControlTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Multicast control global configuration.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 20 }

.1.3.6.1.4.1.25506.2.42.1.1.20.1
hh3cEponMulticastControlEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponMulticastVlanId }
  DESCRIPTION	"
        The entry of the table hh3cEponMulticastControlTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponMulticastControlTable(20) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.20.1.1
hh3cEponMulticastVlanId OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of this table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponMulticastControlTable(20) hh3cEponMulticastControlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.20.1.2
hh3cEponMulticastAddressList OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The multicast address, each four octets represents a multicast address,
        the address section ranging from the first four octets to the second
        four octets, and the like.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponMulticastControlTable(20) hh3cEponMulticastControlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.1.20.1.3
hh3cEponMulticastStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this table entry. Only active,
        createAndGo, and destroy are supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponMulticastControlTable(20) hh3cEponMulticastControlEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.1.21
hh3cEponAuthMode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	BITS {mac(0), loid(1), loidPassword(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set global auth mode, which can be combined(loid and loid-password cannot be configured at the same time).
        If no auth mode was set, 0 is returned.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 21 }

.1.3.6.1.4.1.25506.2.42.1.1.22
hh3cEponOnuBindOneToOne OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable or disable one-to-one ONU binding feature.
        true(1)  - feature enable.
        false(2) - feature disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 22 }

.1.3.6.1.4.1.25506.2.42.1.1.23
hh3cEponOnuBlackListMacTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The table contains the configurations for managing the ONU MAC blacklist.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 23 }

.1.3.6.1.4.1.25506.2.42.1.1.23.1
hh3cEponOnuBlackListMacEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponOnuBlackListMac }
  DESCRIPTION	"
        The entry of the table hh3cEponOnuBlackListMacTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOnuBlackListMacTable(23) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.23.1.1
hh3cEponOnuBlackListMac OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The ONU MAC blacklist value.  This value is used to specify the blacklist MAC
        which is bound by the ONU interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOnuBlackListMacTable(23) hh3cEponOnuBlackListMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.23.1.2
hh3cEponOnuBlackListMacRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        This object is responsible for managing the creation,
        deletion and modification of rows, which supports active
        status and CreatAndGo, destroy operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOnuBlackListMacTable(23) hh3cEponOnuBlackListMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.1.24
hh3cEponOnuBlackListLoidTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The table contains the configurations for managing the ONU LOID blacklist.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) 24 }

.1.3.6.1.4.1.25506.2.42.1.1.24.1
hh3cEponOnuBlackListLoidEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponOnuBlackListLoid }
  DESCRIPTION	"
        The entry of the table hh3cEponOnuBlackListLoidTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOnuBlackListLoidTable(24) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.24.1.1
hh3cEponOnuBlackListLoid OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The ONU LOID blacklist value.  This value is used to specify the blacklist LOID
        which is bound by the ONU interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOnuBlackListLoidTable(24) hh3cEponOnuBlackListLoidEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.1.24.1.2
hh3cEponOnuBlackListLoidRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        This object is responsible for managing the creation,
        deletion and modification of rows, which supports active
        status and CreatAndGo, destroy operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponSysMan(1) hh3cEponOnuBlackListLoidTable(24) hh3cEponOnuBlackListLoidEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.2
hh3cEponFileName OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.2.1
hh3cEponDbaUpdateFileName OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The name of a binary file which is loaded to
        the OLT from an external source.  Note that the filename
        must contain the file path.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponFileName(2) 1 }

.1.3.6.1.4.1.25506.2.42.1.2.2
hh3cEponOnuUpdateFileName OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The filename of the ONU firmware to be updated.
        Note that the filename must contain the file path.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponFileName(2) 2 }

.1.3.6.1.4.1.25506.2.42.1.3
hh3cEponOltMan OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.3.1
hh3cOltSysManTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines several OLT system parameters:
        (1)laser on time
        (2)laser off time
        (3)whether multiple copy broadcast
        (4)whether discard packet
        (5)self test
        (6)self test result
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1
hh3cOltSysManEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cOltSysManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1.1
hh3cOltLaserOnTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The laser on time of the ONUs during the
        discovery process, measured in Time Quanta(TQ).
        "
  DEFVAL	{ 96 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) hh3cOltSysManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1.2
hh3cOltLaserOffTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The laser off time of the ONUs during the
        discovery process, measured in TQ.
        "
  DEFVAL	{ 96 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) hh3cOltSysManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1.3
hh3cOltMultiCopyBrdCast OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true/false filtering of tagged  multicast frames.
        The software avert tagged downstream frames with
        multicast or broadcast DA to the PON and not to the
        CPU, except for special multicast frames
        (link-constraint, IGMP control and ARP) that are
        passed to the CPU regardless of this feature.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) hh3cOltSysManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1.4
hh3cOltEnableDiscardPacket OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Forward(false)/discard(true) any frames received from
        unlearned source address when the inside address
        table of the original ONU entry reach to the limit.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) hh3cOltSysManEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1.5
hh3cOltSelfTest OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {selftest(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        selftest(1): Test OLT to check whether it's OK.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) hh3cOltSysManEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1.6
hh3cOltSelfTestResult OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {other(1), ok(2), fail(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The self test result of the specific OLT.
        other(1): The self test result is another reason.
        ok(2):    The self test result is OK.
        fail(3):  The self test result is fail.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) hh3cOltSysManEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1.7
hh3cOltMaxRtt OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the max Round Trip Time of this OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) hh3cOltSysManEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1.8
hh3cOltAuthMode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	BITS {mac(0), loid(1), loidPassword(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the auth mode of this OLT, which can be combined(loid and loid-password cannot be configured at the same time).
        If no auth mode was set, 0 is returned.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) hh3cOltSysManEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.3.1.1.9
hh3cOltOnuBindOneToOne OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable or disable one-to-one ONU binding feature.
        true(1)  - feature enable.
        false(2) - feature disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltSysManTable(1) hh3cOltSysManEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.3.2
hh3cOltInfoTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Primary status of the specified OLT.
        There will be one row in this table for each
        information in the system.
        (1)Software and hardware versions of the specified OLT
        (hh3cOltFirmMajorVersion, hh3cOltFirmMinorVersion,
        hh3cOltHardMajorVersion, hh3cOltHardMinorVersion)
        (2)Several physical capabilities of an OLT device.
        (hh3cOltAgcLockTime, hh3cOltAgcCdrTime)
        (3)The operation(activation) status of an OLT.
        (hh3cOltMacAddress, hh3cOltWorkMode)
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 2 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1
hh3cOltInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cOltInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.1
hh3cOltFirmMajorVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        OLT firmware major version.  If the object length is
        zero, it means the version is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.2
hh3cOltFirmMinorVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        OLT firmware minor version.  If the object length is
        zero, it means the version is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.3
hh3cOltHardMajorVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        OLT hardware major version.  If the object length is
        zero, it means the version is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.4
hh3cOltHardMinorVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        OLT hardware minor version.  If the object length is
        zero, it means the version is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.5
hh3cOltAgcLockTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        PON upstream data Automatic Gain Control(AGC) lock time,
        measured in TQ,
        range: 1 - 2^15.
        0x7FFFFFFF: unknown value.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.6
hh3cOltAgcCdrTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        PON RX signal synchronization time,
        measured in TQ,
        range: 1 - 2^15.
        0x7FFFFFFF: unknown value
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.7
hh3cOltMacAddress OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        OLT MAC address.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.8
hh3cOltWorkMode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {other(1), open(2), reset(3), closed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The operation(activation) modes of an OLT.
        other(1)  - The OLT is in another mode.
        open(2)   - The OLT is open.
        reset(3)  - The OLT is reset.
        closed(4) - The OLT is closed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.9
hh3cOltOpticalPowerTx OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The optical power transmitted by this OLT.
        It measured in 0.01 dBm unit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.3.2.1.10
hh3cOltOpticalPowerRx OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The burst optical power received by this OLT.
        It measured in 0.01 dBm unit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltInfoTable(2) hh3cOltInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.3.3
hh3cOltDbaManTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the primary parameters of the
        Dynamic Bandwidth Allocation(DBA) algorithm applying to the OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 3 }

.1.3.6.1.4.1.25506.2.42.1.3.3.1
hh3cOltDbaManEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cOltDbaManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltDbaManTable(3) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.3.1.1
hh3cOltDbaEnabledType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {internal(1), external(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable different types of the DBA algorithm.
        Start upstream dynamic bandwidth allocation algorithm,
        replacing former bandwidth allocation mechanism.
        internal(1) - OLT internal Service Level Agreement(SLA) based
        algorithm, always being activated.
        external(2) - DBA algorithm in a binary file which is loaded to
        the OLT from an external source.
        "
  DEFVAL	{ internal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltDbaManTable(3) hh3cOltDbaManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.3.1.2
hh3cOltDbaDiscoveryLength OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Discovery length in TQ units.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltDbaManTable(3) hh3cOltDbaManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.3.3.1.3
hh3cOltDbaDiscovryFrequency OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        How often should the OLT send discovery frames to
        the ONUs, measured in grant cycles.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltDbaManTable(3) hh3cOltDbaManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.3.3.1.4
hh3cOltDbaCycleLength OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The grant cycle length in TQ units.
        "
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltDbaManTable(3) hh3cOltDbaManEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.3.3.1.5
hh3cOltDbaVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        DBA version of the OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltDbaManTable(3) hh3cOltDbaManEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.3.3.1.6
hh3cOltDbaUpdate OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {update(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Update(1): Update the DBA algorithm with a binary
        file which is loaded to the OLT from an external source(flash).
        Config the MIB object module hh3cEponDbaUpdateFileName.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltDbaManTable(3) hh3cOltDbaManEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.3.3.1.7
hh3cOltDbaUpdateResult OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {other(1), ok(2), fail(3), fileNotExist(4), notSetFilename(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The latest DBA update result.
        other: The DBA update result is another reason.
        ok:    The DBA update result is OK.
        fail:  The DBA update result is fail.
        fileNotExist: The DBA update failed because the file
        does not exist.
        notSetFilename: The DBA filename is not set.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltDbaManTable(3) hh3cOltDbaManEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.3.4
hh3cOltPortAlarmThresholdTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The table defines the alarm threshold of OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 4 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1
hh3cOltPortAlarmThresholdEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cOltPortAlarmThresholdTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.1
hh3cOltPortAlarmBerEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of BER alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.2
hh3cOltPortAlarmBerDirect OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {berUplink(1), berDownlink(2), berAll(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Traffic direction to monitor for BER alarm.
        "
  DEFVAL	{ berAll }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.3
hh3cOltPortAlarmBerThreshold OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        BER threshold exceed which the alarm is raised.
        "
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.4
hh3cOltPortAlarmFerEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of FER alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.5
hh3cOltPortAlarmFerDirect OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {ferUplink(1), ferDownlink(2), ferAll(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Traffic direction to monitor for FER alarm.
        "
  DEFVAL	{ ferAll }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.6
hh3cOltPortAlarmFerThreshold OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Frame error rate exceed threshold then the alarm is raised.
        "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.7
hh3cOltPortAlarmLlidMismatchEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of LLID mismatch alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.8
hh3cOltPortAlarmLlidMismatchThreshold OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The minimal number of mismatched frames exceed threshold then
        LLID mismatch alarm is raised.
        "
  DEFVAL	{ 5000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.9
hh3cOltPortAlarmRemoteStableEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of remote stable alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.10
hh3cOltPortAlarmLocalStableEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of local stable alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.11
hh3cOltPortAlarmRegistrationEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of registration alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.12
hh3cOltPortAlarmOamDisconnectionEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of Operations Administration and Maintenance(OAM)
        disconnection alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.13
hh3cOltPortAlarmEncryptionKeyEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of encryption bad key alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.14
hh3cOltPortAlarmVendorSpecificEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of vendor specific alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.15
hh3cOltPortAlarmRegExcessEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of ONU registering over limitation alarm.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.1.3.4.1.16
hh3cOltPortAlarmDFEEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Behavior of device fatal error alarm.
        true  - alarm enable.
        false - alarm disable.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltPortAlarmThresholdTable(4) hh3cOltPortAlarmThresholdEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.1.3.5
hh3cOltLaserOnTimeMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of time which is confined to
        hh3cOltLaserOnTime.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 5 }

.1.3.6.1.4.1.25506.2.42.1.3.6
hh3cOltLaserOnTimeMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of time which is confined to
        hh3cOltLaserOnTime.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 6 }

.1.3.6.1.4.1.25506.2.42.1.3.7
hh3cOltLaserOffTimeMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of time which is confined to
        hh3cOltLaserOffTime.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 7 }

.1.3.6.1.4.1.25506.2.42.1.3.8
hh3cOltLaserOffTimeMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of time which is confined to
        hh3cOltLaserOffTime.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 8 }

.1.3.6.1.4.1.25506.2.42.1.3.9
hh3cOltDbaDiscoveryLengthMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of the discovery length which is confined to
        hh3cOltDbaDiscoveryLength.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 9 }

.1.3.6.1.4.1.25506.2.42.1.3.10
hh3cOltDbaDiscoveryLengthMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of the discovery length which is confined to
        hh3cOltDbaDiscoveryLength.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 10 }

.1.3.6.1.4.1.25506.2.42.1.3.11
hh3cOltDbaDiscovryFrequencyMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of the discovery length which is confined to
        hh3cOltDbaDiscovryFrequency.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 11 }

.1.3.6.1.4.1.25506.2.42.1.3.12
hh3cOltDbaDiscovryFrequencyMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of the discovery length which is confined to
        hh3cOltDbaDiscovryFrequency.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 12 }

.1.3.6.1.4.1.25506.2.42.1.3.13
hh3cOltDbaCycleLengthMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of the frames which is confined to
        hh3cOltDbaCycleLength.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 13 }

.1.3.6.1.4.1.25506.2.42.1.3.14
hh3cOltDbaCycleLengthMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of the frames which is confined to
        hh3cOltDbaCycleLength.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 14 }

.1.3.6.1.4.1.25506.2.42.1.3.15
hh3cOltPortAlarmLlidMisMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of the frames which is confined to
        hh3cOltPortAlarmLlidMismatchThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 15 }

.1.3.6.1.4.1.25506.2.42.1.3.16
hh3cOltPortAlarmLlidMisMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of the frames which is confined to
        hh3cOltPortAlarmLlidMismatchThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 16 }

.1.3.6.1.4.1.25506.2.42.1.3.17
hh3cOltPortAlarmBerMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of threshold which is confined to
        hh3cOltPortAlarmBerThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 17 }

.1.3.6.1.4.1.25506.2.42.1.3.18
hh3cOltPortAlarmBerMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of threshold which is confined to
        hh3cOltPortAlarmBerThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 18 }

.1.3.6.1.4.1.25506.2.42.1.3.19
hh3cOltPortAlarmFerMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of threshold which is confined to
        hh3cOltPortAlarmFerThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 19 }

.1.3.6.1.4.1.25506.2.42.1.3.20
hh3cOltPortAlarmFerMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of threshold which is confined to
        hh3cOltPortAlarmFerThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 20 }

.1.3.6.1.4.1.25506.2.42.1.3.21
hh3cOnuSilentTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for getting silent ONU information of OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 21 }

.1.3.6.1.4.1.25506.2.42.1.3.21.1
hh3cOnuSilentEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuSilentMacAddr }
  DESCRIPTION	"
        The entry of the table hh3cOnuSilentTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOnuSilentTable(21) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.21.1.1
hh3cOnuSilentMacAddr OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The MAC address of silent ONUs in OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOnuSilentTable(21) hh3cOnuSilentEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.21.1.2
hh3cOnuSilentTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The aging time of a silent ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOnuSilentTable(21) hh3cOnuSilentEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.3.22
hh3cOltUsingOnuTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The table containing configurations to manage ONU interface(s)
        based on OLT interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 22 }

.1.3.6.1.4.1.25506.2.42.1.3.22.1
hh3cOltUsingOnuEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOltUsingOnuNum }
  DESCRIPTION	"
        The entry of the table hh3cOltUsingOnuTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltUsingOnuTable(22) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.22.1.1
hh3cOltUsingOnuNum OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The ONU interface number.  This value is used to specify the ONU interface
        which the user wants to configure for an OLT interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltUsingOnuTable(22) hh3cOltUsingOnuEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.22.1.2
hh3cOltUsingOnuIfIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The ifIndex of the ONU interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltUsingOnuTable(22) hh3cOltUsingOnuEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.3.22.1.3
hh3cOltUsingOnuRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        This object is responsible for managing the creation,
        deletion and modification of rows, which supports active
        status and CreatAndGo, destroy operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltUsingOnuTable(22) hh3cOltUsingOnuEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.3.23
hh3cOnuSilentLoidTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for getting silent ONU's LOID information of an OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 23 }

.1.3.6.1.4.1.25506.2.42.1.3.23.1
hh3cOnuSilentLoidEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuSilentLoid }
  DESCRIPTION	"
        The entry of the table hh3cOnuSilentLoidTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOnuSilentLoidTable(23) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.23.1.1
hh3cOnuSilentLoid OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The LOID of a silent ONU in an OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOnuSilentLoidTable(23) hh3cOnuSilentLoidEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.23.1.2
hh3cOnuSilentLoidTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The aging time of a silent ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOnuSilentLoidTable(23) hh3cOnuSilentLoidEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.3.24
hh3cOltTransceiverTxPowerTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for setting ONU's Tx power on an OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) 24 }

.1.3.6.1.4.1.25506.2.42.1.3.24.1
hh3cOltTransceiverTxPowerEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cOltTransceiverTxPowerTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltTransceiverTxPowerTable(24) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.24.1.1
hh3cOltTransTxPwrTransId OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {main(0), standby(1), all(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The transceiver ID of an ONU in an OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltTransceiverTxPowerTable(24) hh3cOltTransceiverTxPowerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.3.24.1.2
hh3cOltTransTxPwrOffTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The turnoff time of the transceiver Tx power.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltTransceiverTxPowerTable(24) hh3cOltTransceiverTxPowerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.3.24.1.3
hh3cOltTransTxPwrIsAllOnu OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Setting all ONUs' transceiver Tx power or not.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltTransceiverTxPowerTable(24) hh3cOltTransceiverTxPowerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.3.24.1.4
hh3cOltTransTxPwrOnuIfList OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..20) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        ONUs' ifIndex for which the transceiver Tx power is to be set.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOltMan(3) hh3cOltTransceiverTxPowerTable(24) hh3cOltTransceiverTxPowerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5
hh3cEponOnuMan OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.1
hh3cOnuSysManTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the following functions for ONUs:
        1. Encrypting all downstream/upstream and
        downstream directions traffic destined to and
        originated from a specific LLID
        (ONU in current implementation).
        2. Restart a process of ONU authentication, using
        the OLT (IEEE 802.1x) authenticator.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1
hh3cOnuSysManEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cOnuSysManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.1
hh3cOnuEncryptMan OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {off(1), downlink(2), updownlink(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Start encrypting all downstream/upstream and downstream
        directions traffic destined to and originated from a
        specific LLID (ONU in current implementation).  ONU
        registration encryption key is used as an initial value.
        If the encryption key was updated after ONU
        registration, the last updated key is used.
        off(1):        - Stop encrypting.
        downlink(2):   - Start encrypting all downstream
        directions traffic.
        updownlink(3): - Start encrypting all downstream/upstream
        directions traffic.
        "
  DEFVAL	{ downlink }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.2
hh3cOnuReAuthorize OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {reAuthorize(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Restart a process of ONU authentication.
        If 802.1x authentication is enabled, the OLT
        (IEEE 802.1x) authenticator is applied.
        Otherwise, use the default authentication.
        Until the reauthentication succeeds, the ONU remains
        its previous authorization mode.
        The reauthentication process includes a new
        authentication request sent to the authentication server.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.3
hh3cOnuMulticastFilterStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - Multicast-Filter enable on ONU.
        false(2) - Multicast-Filter disable on ONU.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.4
hh3cOnuDbaReportQueueSetNumber OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The number of queue sets reported in MPCP report frames.
        "
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.5
hh3cOnuRemoteFecStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Value that indicates status of the 1000BASE-PX PHY
        optional FEC Sublayer for forward error correction
        see [802.3ah] clause 65.2.
        enable - enable remote forward error correction.
        disable - disable remote forward error correction.
        "
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.6
hh3cOnuPortBerStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        enable - enable ONU port bit error rate alarm.
        disable - disable ONU port bit error rate alarm.
        "
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.7
hh3cOnuReset OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Reboot ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.8
hh3cOnuMulticastControlMode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {igmpsnooping(1), multicastcontrol(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        igmpsnooping - the traditional IGMP snooping mode.
        multicastcontrol - the specific multicast control mode.
        "
  DEFVAL	{ igmpsnooping }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.9
hh3cOnuAccessVlan OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The VLAN ID assigned to untagged frames received on ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.10
hh3cOnuEncryptKey OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The encryption key, used to encrypt all downstream
        traffic destined to and/or upstream traffic originating
        from a specific ONU.  It is a zero length, or MD5 hashed string,
        by default, the string is empty.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.11
hh3cOnuUniUpDownTrapStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true - A notification will be sent when UNI link status is change.
        false - Device will not sent notification when UNI link status is
        change.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.12
hh3cOnuFecStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Value that indicates status of the 1000BASE-PX PHY
        optional FEC Sublayer for forward error correction
        (include remote onu and local OLT)
        see [802.3ah] clause 65.2
        enable - enable forward error correction.
        disable - disable forward error correction.
        "
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.13
hh3cOnuMcastCtrlHostAgingTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The host aging time of multicast control mode on ONU,
        ranging from 200 to 1000, measured in seconds.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.14
hh3cOnuMulticastFastLeaveEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - Enable multicast fast leave attribute on all ethernet UNIs of the ONU.
        false(2) - Disable multicast fast leave attribute on all ethernet UNIs of the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.15
hh3cOnuPortIsolateEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - Enable port isolate setting on all ethernet UNIs of the ONU.
        false(2) - Disable port isolate setting on all ethernet UNIs of the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.1.5.1.1.16
hh3cOnuMacAddressTimer OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        no-aging(0)  - Disable aging.
        others       - Aging time(seconds).
        "
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSysManTable(1) hh3cOnuSysManEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.1.5.2
hh3cOnuLinkTestTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        LLID link test applying to the ONU only including delay
        measurement option.  The command tests a link to a single
        LLID over a period of time or once, using a variable
        number of measurement frames.  The length of the measurement
        frames is also parameterized.  The test uses a loopback
        mode of the ONU to return each measurement frame,
        loopback activation is done using randomly patterned
        OAM Protocol Data Unit(PDU) frames.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1
hh3cOnuLinkTestEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of hh3cOnuLinkTestEntry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.1
hh3cOnuLinkTestFrameNum OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Exact number of measurement frames.
        "
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.2
hh3cOnuLinkTestFrameSize OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (60..1514) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Measurement frames data size, measured in bytes.
        Not including Preamble, SFD, VLAN tag, and FCS.
        Frame size minimum value is 56 - if VLAN tag is
        enabled('VLAN enable' field is set to ENABLE),
        and 60 - if VLAN tag is disabled.  The actual
        measurement frames sent to the PON are always
        minimum 60 bytes long.  When VLAN tag is enabled,
        the actual measurement frames size including
        FCS may reach (1514+4+4=)1522 bytes.
        60(60 is VLAN tag disabled) - 1514 .
        "
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.3
hh3cOnuLinkTestDelay OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true:Link test includes delay measurement,
        which corresponds to the difference between sent
        and received times(including granting delay and
        firmware processing time overheads).
        false:Link test not includes a delay measurement.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.4
hh3cOnuLinkTestVlanTag OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true:Enable VLAN tag in link test frames.
        false:Link test not includes frames with VLAN tag.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.5
hh3cOnuLinkTestVlanPriority OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        VLAN priority: 0-7.
        "
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.6
hh3cOnuLinkTestVlanTagID OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        VLAN ID: 1-4094.
        "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.7
hh3cOnuLinkTestResultSentFrameNum OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total number of frames sent during the link test process.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.8
hh3cOnuLinkTestResultRetFrameNum OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total number of frames return back during the link test process.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.9
hh3cOnuLinkTestResultRetErrFrameNum OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total number of error frames return back during the
        link test process.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.10
hh3cOnuLinkTestResultMinDelay OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The minimum delay time in TQ units, which corresponds
        to the difference between sent and received times
        (including granting delay and firmware processing time
        overheads).  It's invalid if the field
        'hh3cOnuLinkTestDelay' is set to be true.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.11
hh3cOnuLinkTestResultMeanDelay OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The average delay time in TQ units, which corresponds
        to the difference between sent and received times
        (including granting delay and firmware processing time
        overheads).  It's invalid if the field
        'hh3cOnuLinkTestDelay' is set to be true.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.1.5.2.1.12
hh3cOnuLinkTestResultMaxDelay OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The maximum delay time in TQ units, which corresponds
        to the difference between sent and received times
        (including granting delay and firmware processing time
        overheads).  It's invalid if the field
        'hh3cOnuLinkTestDelay' is set to be true.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLinkTestTable(2) hh3cOnuLinkTestEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.1.5.3
hh3cOnuBandWidthTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Set bandwidth policy parameters(restrictions)for a LLID
        (only for the ONU).  Default policies are set to disable.
        Policy parameters will be erased upon LLID network disconnection.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1
hh3cOnuBandWidthEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of table hh3cOnuBandWidthTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.1
hh3cOnuDownStreamBandWidthPolicy OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true:Enable static bandwidth configuration policing.
        false:Disable static bandwidth configuration policing.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.2
hh3cOnuDownStreamMaxBandWidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Maximum bandwidth allowed for the ONU,
        measured in Kbits/Sec.
        "
  DEFVAL	{ 1000000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.3
hh3cOnuDownStreamMaxBurstSize OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..8388480) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Maximal number of bytes in a burst.
        The value is truncated to the nearest
        smaller 128 bytes multiple value,
        measured in bytes.
        "
  DEFVAL	{ 8388480 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.4
hh3cOnuDownStreamHighPriorityFirst OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true:Enable high priority frames preference.
        false:Disable high priority frames preference.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.5
hh3cOnuDownStreamShortFrameFirst OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true:Enable short frames preference.
        false:Disable short frames preference.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.6
hh3cOnuP2PBandWidthPolicy OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true:Enable static bandwidth configuration policing.
        false:Disable static bandwidth configuration policing.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.7
hh3cOnuP2PMaxBandWidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..1000000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Maximum bandwidth allowed for the ONU,
        measured in Kbits/Sec.
        "
  DEFVAL	{ 1000000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.8
hh3cOnuP2PMaxBurstSize OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..8388480) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Maximal number of bytes in a burst.
        The value is truncated to the nearest
        smaller 128 bytes multiple value,
        measured in bytes.
        "
  DEFVAL	{ 8388480 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.9
hh3cOnuP2PHighPriorityFirst OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true:Enable high priority frames preference.
        false:Disable high priority frames preference.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.5.3.1.10
hh3cOnuP2PShortFrameFirst OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true:Enable short frames preference.
        false:Disable short frames preference.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBandWidthTable(3) hh3cOnuBandWidthEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.5.4
hh3cOnuSlaManTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Two types of DBA algorithm are supported in the ONU.
        The internal SLA based algorithm is always activated.
        This table defines the primary parameter about the
        internal SLA algorithm.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.4.1
hh3cOnuSlaManEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of table hh3cOnuSlaManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSlaManTable(4) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.4.1.1
hh3cOnuSlaMaxBandWidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Maximum bandwidth - measured in Kbit/s.
        The value of this object should be the multiple of
        the value of hh3cOnuSlaBandWidthStepVal.
        The minimum bandwidth should not be larger than the maximum
        bandwidth.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSlaManTable(4) hh3cOnuSlaManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.4.1.2
hh3cOnuSlaMinBandWidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Minimum bandwidth - measured in Kbit/s.
        The value of this object should be the multiple of
        the value of hh3cOnuSlaBandWidthStepVal.
        The maximum bandwidth should be larger than the minimum bandwidth.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSlaManTable(4) hh3cOnuSlaManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.4.1.3
hh3cOnuSlaBandWidthStepVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Granularity of bandwidth - measured in Kbit/s.
        The value of hh3cOnuSlaMaxBandWidth and hh3cOnuSlaMinBandWidth should
        be the multiple of the value of this object.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSlaManTable(4) hh3cOnuSlaManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.4.1.4
hh3cOnuSlaDelay OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {low(1), high(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        low  - low delay.
        high - high delay.
        The delay constraint of a specific ONU.  Set to high may improve the
        bandwidth usage at the cost of delay.
        "
  DEFVAL	{ low }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSlaManTable(4) hh3cOnuSlaManEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.4.1.5
hh3cOnuSlaFixedBandWidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Fixed bandwidth - measured in Kbit/s.
        The value of this object should be the multiple of
        the value of hh3cOnuSlaBandWidthStepVal.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSlaManTable(4) hh3cOnuSlaManEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.4.1.6
hh3cOnuSlaPriorityClass OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Precedence of this flow over others in case of contention.
        0 is the lowest priority and 7 is the highest priority.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSlaManTable(4) hh3cOnuSlaManEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.4.1.7
hh3cOnuSlaFixedPacketSize OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Fixed packet size - measured in byte.
        The value of this object should be valid when hh3cOnuSlaFixedBandWidth is configured.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSlaManTable(4) hh3cOnuSlaManEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.4.1.8
hh3cOnuSlaWrrBandWidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The WRR weight will be used to compute the remaining bandwidth
        allocation after each CIR has been guaranteed.
        "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSlaManTable(4) hh3cOnuSlaManEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.5
hh3cOnuInfoTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Primary status of the specified ONU.
        There will be one row in this table for each
        information in the system.
        (1)Software and hardware versions of the specified ONU
        (hh3cOnuHardMajorVersion, hh3cOnuHardMinorVersion,
        hh3cOnuUniMacType)
        (2)Several physical capabilities of the ONU.
        (hh3cOnuLaserOnTime, hh3cOnuLaserOffTime,
        hh3cOnuGrantFifoDep.)
        (3)The operation(activation) status of the ONU.
        (hh3cOnuWorkMode)
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1
hh3cOnuInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the hh3cOnuInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.1
hh3cOnuHardMajorVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU hardware major version.  If the object length is
        zero, it means the version is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.2
hh3cOnuHardMinorVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU hardware minor version.  If the object length is
        zero, it means the version is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.3
hh3cOnuSoftwareVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU software version.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.4
hh3cOnuUniMacType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {other(1), mii(2), gmii(3), tbi(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU User Network Interface(UNI) port MAC type.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.5
hh3cOnuLaserOnTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The ONU laser on time measured in TQ units.  If the object value is
        0x7FFFFFFF, it means hh3cOnuLaserOnTime is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.6
hh3cOnuLaserOffTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The ONU laser off time measured in TQ units.  If the object value is
        0x7FFFFFFF, it means hh3cOnuLaserOffTime is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.7
hh3cOnuGrantFifoDep OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..255 | 2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Maximal number of grant records an ONU can store,
        relevant to ONU only.
        range: 1 - 255.
        0x7FFFFFFF: unknown value.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.8
hh3cOnuWorkMode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {other(1), on(2), pending(3), off(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The operation(activation) mode of an ONU.
        other(1)   - ONU is in another mode.
        on(2)      - ONU is registered and authorized to the
        network.  In this mode it works
        as a media converter.
        pending(3) - ONU has been registered to the PON, but
        not authorized to the network.
        off(4)     - ONU is not registered to the network.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.9
hh3cOnuPCBVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU PCB version.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.10
hh3cOnuRtt OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The signal round-trip-time(RTT) received.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.11
hh3cOnuEEPROMVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU EEPROM version.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.12
hh3cOnuRegType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU registered type.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.13
hh3cOnuHostType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU host type.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.14
hh3cOnuDistance OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The distance between OLT and ONU, measured in meter.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.15
hh3cOnuLlid OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The link layer identifier, which uniquely identifies the ONU
        of a specific OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.16
hh3cOnuVendorId OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU vendor ID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.17
hh3cOnuFirmwareVersion OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU firmware version.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 17 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.18
hh3cOnuOpticalPowerReceivedByOlt OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The burst ONU optical power received by OLT,
        and when the ONU status is up the value is usable.
        It measured in 0.01 dBm unit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 18 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.19
hh3cOnuInfoMac OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU's MAC.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 19 }

.1.3.6.1.4.1.25506.2.42.1.5.5.1.20
hh3cOnuInfoLoid OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU's LOID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuInfoTable(5) hh3cOnuInfoEntry(1) 20 }

.1.3.6.1.4.1.25506.2.42.1.5.6
hh3cOnuMacAddrInfoTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table used for getting MAC address information of ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.6.1
hh3cOnuMacAddrInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuMacIndex }
  DESCRIPTION	"
        The entry of the hh3cEponOnuMacAddrInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuMacAddrInfoTable(6) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.6.1.1
hh3cOnuMacIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of ONUs in one OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuMacAddrInfoTable(6) hh3cOnuMacAddrInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.6.1.2
hh3cOnuMacAddrFlag OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {bound(1), registered(2), run(3), regIncorrect(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The flag of ONU status.
        1 - bound: The ONU is bound but not registered.
        2 - registered: The ONU is registered but not bound.
        3 - run: The ONU is registered and bound on one OLT.
        4 - regIncorrect: The ONU is bound on one OLT and registered on
        another OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuMacAddrInfoTable(6) hh3cOnuMacAddrInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.6.1.3
hh3cOnuMacAddress OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The MAC address of ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuMacAddrInfoTable(6) hh3cOnuMacAddrInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.7
hh3cOnuBindMacAddrTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the following functions for ONUs:
        Bind MAC of ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.7.1
hh3cOnuBindMacAddrEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cOnuBindMacAddrTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBindMacAddrTable(7) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.7.1.1
hh3cOnuBindMacAddress OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Bind the MAC of ONU.
        While the MAC is not bound, the ONU can not go into
        effect and configurations can not be set.
        Set 0-0-0 (MAC address) to the EPON device port will
        unbind the relationship with the original MAC and
        configurations will be set to default values.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBindMacAddrTable(7) hh3cOnuBindMacAddrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.7.1.2
hh3cOnuBindType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the binding type with the ONU which is confined
        to the index of hh3cEponOnuTypeDescr.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBindMacAddrTable(7) hh3cOnuBindMacAddrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.7.1.3
hh3cOnuBindLoid OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..24) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Bind the LOID of ONU.
        While the LOID is not bound, the ONU can not go into
        effect and configurations can not be set.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBindMacAddrTable(7) hh3cOnuBindMacAddrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.7.1.4
hh3cOnuBindPassword OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..12) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The password of LOID by using LOID-PASSWORD binding type to bind ONU.
        A zero-length string will be returned when reading.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuBindMacAddrTable(7) hh3cOnuBindMacAddrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.8
hh3cOnuFirmwareUpdateTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the following functions for ONUs:
        1. Update the ONU firmware.
        2. Result of update ONU firmware.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.8.1
hh3cOnuFirmwareUpdateEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cOnuFirmwareUpdateTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuFirmwareUpdateTable(8) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.8.1.1
hh3cOnuUpdate OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {update(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        update(1): Update the ONU firmware.
        Config the MIB object module hh3cEponOnuUpdateFileName
        with the filename of ONU firmware first.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuFirmwareUpdateTable(8) hh3cOnuFirmwareUpdateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.8.1.2
hh3cOnuUpdateResult OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {updating(1), ok(2), fail(3), fileNotExist(4), notSetFilename(5), fileNotMatchONU(6), timeout(7), otherError(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The ONU firmware update result.
        updating  - The ONU is updating firmware right now.
        ok     - The ONU update result is OK.
        fail   - The ONU update result is fail.
        fileNotExist - The ONU update failed because the file does not exist.
        notSetFilename - The ONU firmware filename is not set.
        fileNotMatchONU - The ONU firmware does not match the ONU.
        timeout - The ONU responses timeout.
        otherError - The ONU update result is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuFirmwareUpdateTable(8) hh3cOnuFirmwareUpdateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.8.1.3
hh3cOnuUpdateFileName OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The filename of the ONU firmware to be updated.
        Note that the filename must contain the file path.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuFirmwareUpdateTable(8) hh3cOnuFirmwareUpdateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.8.1.4
hh3cOnuUpdateProtType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {private(0), ctc(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        private(0): Using private protocol to update the ONU firmware.
        ctc(1): Using ctc standard protocol to update the ONU firmware.
        "
  DEFVAL	{ private }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuFirmwareUpdateTable(8) hh3cOnuFirmwareUpdateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.8.1.5
hh3cOnuUpdateStartTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..5) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The start time of the ONU update every day.
        Using HH:MM as format.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuFirmwareUpdateTable(8) hh3cOnuFirmwareUpdateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.8.1.6
hh3cOnuUpdateDuration OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..1439) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The duration of the ONU update.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuFirmwareUpdateTable(8) hh3cOnuFirmwareUpdateEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.9
hh3cOnuLinkTestFrameNumMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lower limit of measurement frames which is confined to
        hh3cOnuLinkTestFrameNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 9 }

.1.3.6.1.4.1.25506.2.42.1.5.10
hh3cOnuLinkTestFrameNumMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The upper limit of measurement frames which is confined to
        hh3cOnuLinkTestFrameNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 10 }

.1.3.6.1.4.1.25506.2.42.1.5.11
hh3cOnuSlaMaxBandWidthMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of maximum-bandwidth which is confined to
        hh3cOnuSlaMaxBandWidth."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 11 }

.1.3.6.1.4.1.25506.2.42.1.5.12
hh3cOnuSlaMaxBandWidthMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of maximum-bandwidth which is confined to
        hh3cOnuSlaMaxBandWidth."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 12 }

.1.3.6.1.4.1.25506.2.42.1.5.13
hh3cOnuSlaMinBandWidthMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of minimum-bandwidth which is confined to
        hh3cOnuSlaMinBandWidth."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 13 }

.1.3.6.1.4.1.25506.2.42.1.5.14
hh3cOnuSlaMinBandWidthMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of minimum-bandwidth which is confined to
        hh3cOnuSlaMinBandWidth."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 14 }

.1.3.6.1.4.1.25506.2.42.1.5.15
hh3cEponOnuTypeManTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for getting ONU bind type in current version.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 15 }

.1.3.6.1.4.1.25506.2.42.1.5.15.1
hh3cEponOnuTypeManEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponOnuTypeIndex }
  DESCRIPTION	"
        The entry of the hh3cEponOnuTypeManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuTypeManTable(15) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.15.1.1
hh3cEponOnuTypeIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The ONU type index.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuTypeManTable(15) hh3cEponOnuTypeManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.15.1.2
hh3cEponOnuTypeDescr OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The ONU type description which can be used to bind ONU in current
        version.
        the value of hh3cOnuBindType can be configured by the index of
        hh3cEponOnuTypeDescr.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuTypeManTable(15) hh3cEponOnuTypeManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.16
hh3cOnuPacketManTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the following functions:
        (1)Manage packet priority trust mode.
        (2)Manage packet queue-scheduler mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 16 }

.1.3.6.1.4.1.25506.2.42.1.5.16.1
hh3cOnuPacketManEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the hh3cOnuPacketManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPacketManTable(16) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.16.1.1
hh3cOnuPriorityTrust OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {dscp(1), ipprecedence(2), cos(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The QOS mode which is assigned on ONU.
        dscp - The service dscp of politic Priority.
        ipprecedence - The service IP precedence of politic Priority.
        cos - The service cos of politic Priority.
        "
  DEFVAL	{ cos }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPacketManTable(16) hh3cOnuPacketManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.16.1.2
hh3cOnuQueueScheduler OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {spq(1), wfq(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The packet queue-scheduler mode which is assigned on ONU.
        spq - strict priority queuing.
        wfq - specifies the weights for weighted round-robin queuing.
        "
  DEFVAL	{ spq }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPacketManTable(16) hh3cOnuPacketManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.17
hh3cOnuProtocolTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the following functions:
        (1)Manage STP status.
        (2)Manage IGMP-snooping.
        (3)Manage DHCP-snooping.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 17 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1
hh3cOnuProtocolEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of hh3cOnuProtocolTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.1
hh3cOnuStpStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - STP status enable on ONU.
        false(2) - STP status disable on ONU.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.2
hh3cOnuIgmpSnoopingStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - IGMP snooping status enable on ONU.
        false(2) - IGMP snooping status disable on ONU.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.3
hh3cOnuDhcpsnoopingOption82 OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - DHCP snooping Option 82 status enable on ONU.
        false(2) - DHCP snooping Option 82 status disable on ONU.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.4
hh3cOnuDhcpsnooping OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - DHCP snooping status enable on ONU.
        false(2) - DHCP snooping status disable on ONU.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.5
hh3cOnuPppoe OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - PPPOE status enable on ONU.
        false(2) - PPPOE status disable on ONU.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.6
hh3cOnuIgmpSnoopingHostAgingT OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the host aging time of IGMP on ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.7
hh3cOnuIgmpSnoopingMaxRespT OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the max response time of IGMP on ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.8
hh3cOnuIgmpSnoopingRouterAgingT OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the router aging time of IGMP on ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.9
hh3cOnuIgmpSnoopingAggReportS OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - Igmp snooping aggregation report status enable on ONU.
        false(2) - Igmp snooping aggregation report status disable on ONU.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.5.17.1.10
hh3cOnuIgmpSnoopingAggLeaveS OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - Igmp snooping aggregation leave status enable on ONU.
        false(2) - Igmp snooping aggregation leave status disable on ONU.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuProtocolTable(17) hh3cOnuProtocolEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.5.18
hh3cOnuDot1xTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the following functions:
        (1)Manage 802.1x account.
        (2)Manage 802.1x password.
        ONU will be authorized to send and receive frames when the
        account and the password are all right, otherwise this ONU
        will be unavailable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 18 }

.1.3.6.1.4.1.25506.2.42.1.5.18.1
hh3cOnuDot1xEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the hh3cOnuDot1xTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDot1xTable(18) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.18.1.1
hh3cOnuDot1xAccount OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        ONU 802.1X account.
        The object value cannot be set as 'a', 'al' or 'all'.
        The object should be set together with hh3cOnuDot1xPassword.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDot1xTable(18) hh3cOnuDot1xEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.18.1.2
hh3cOnuDot1xPassword OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        ONU 802.1X password.
        The object should be set together with hh3cOnuDot1xAccount.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDot1xTable(18) hh3cOnuDot1xEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.19
hh3cOnuPriorityQueueTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table contains specific information of priority queue.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 19 }

.1.3.6.1.4.1.25506.2.42.1.5.19.1
hh3cOnuPriorityQueueEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuQueueDirection, hh3cOnuQueueId }
  DESCRIPTION	"
        The entry of hh3cOnuPriorityQueueTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPriorityQueueTable(19) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.19.1.1
hh3cOnuQueueDirection OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The direction of priority queue.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPriorityQueueTable(19) hh3cOnuPriorityQueueEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.19.1.2
hh3cOnuQueueId OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The queue ID of priority queue.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPriorityQueueTable(19) hh3cOnuPriorityQueueEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.19.1.3
hh3cOnuQueueSize OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The size of priority queue, measured in percent.  The total length of
        all priority queues is a constant, by default, it is assigned to all
        of the priority queues evenly.  The length of each priority queue may
        be changed by changing the value of hh3cOnuPriorityQueueSize.
        The total size of the inbound or outbound priority queues should be
        not more than 100.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPriorityQueueTable(19) hh3cOnuPriorityQueueEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.20
hh3cOnuCountTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table contains statistics of ONU port.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 20 }

.1.3.6.1.4.1.25506.2.42.1.5.20.1
hh3cOnuCountEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of hh3cOnuCountTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCountTable(20) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.20.1.1
hh3cOnuInCRCErrPkts OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total number of frames received with bad CRC checksum.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCountTable(20) hh3cOnuCountEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.20.1.2
hh3cOnuOutDroppedFrames OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total number of frames dropped because of buffer failure.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCountTable(20) hh3cOnuCountEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.21
hh3cEponOnuScalarGroup OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 21 }

.1.3.6.1.4.1.25506.2.42.1.5.21.1
hh3cOnuPriorityQueueSizeMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of queue size which is confined to
        hh3cOnuQueueSize.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuScalarGroup(21) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.21.2
hh3cOnuPriorityQueueSizeMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of queue size which is confined to
        hh3cOnuQueueSize.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuScalarGroup(21) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.21.3
hh3cOnuPriorityQueueBandwidthMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of hh3cOnuQueueMaxBandwidth.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuScalarGroup(21) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.21.4
hh3cOnuPriorityQueueBandwidthMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of hh3cOnuQueueMaxBandwidth.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuScalarGroup(21) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.21.5
hh3cOnuPriorityQueueBurstsizeMinVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of hh3cOnuQueueMaxBurstsize.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuScalarGroup(21) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.21.6
hh3cOnuPriorityQueueBurstsizeMaxVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of hh3cOnuQueueMaxBurstsize.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuScalarGroup(21) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.21.7
hh3cOnuUpdateByTypeNextIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Offer a free index of hh3cOnuFirmwareUpdateByTypeTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuScalarGroup(21) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.22
hh3cOnuQueueBandwidthTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table contains specific bandwidth information of ONU priority queue.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 22 }

.1.3.6.1.4.1.25506.2.42.1.5.22.1
hh3cOnuQueueBandwidthEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuQueueDirection, hh3cOnuQueueId }
  DESCRIPTION	"
        The entry of hh3cOnuQueueBandwidthTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuQueueBandwidthTable(22) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.22.1.1
hh3cOnuQueueMaxBandwidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The maximum bandwidth of specific ONU priority queue,
        measured in 100Kbps.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuQueueBandwidthTable(22) hh3cOnuQueueBandwidthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.22.1.2
hh3cOnuQueueMaxBurstsize OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The maximum burst size of specific ONU priority queue,
        measured in 64Bytes.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuQueueBandwidthTable(22) hh3cOnuQueueBandwidthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.22.1.3
hh3cOnuQueuePolicyStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true - enable bandwidth policy
        false - disable bandwidth policy
        The bandwidth administrative status of specific ONU priority queue.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuQueueBandwidthTable(22) hh3cOnuQueueBandwidthEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.23
hh3cOnuIpAddressTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        ONU IP address table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 23 }

.1.3.6.1.4.1.25506.2.42.1.5.23.1
hh3cOnuIpAddressEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of hh3cOnuIpAddressTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuIpAddressTable(23) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.23.1.1
hh3cOnuIpAddress OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The IP address assigned to the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuIpAddressTable(23) hh3cOnuIpAddressEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.23.1.2
hh3cOnuIpAddressMask OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The mask of IP address denoted by hh3cOnuIpAddress.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuIpAddressTable(23) hh3cOnuIpAddressEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.23.1.3
hh3cOnuIpAddressGateway OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The gateway of IP address denoted by hh3cOnuIpAddress.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuIpAddressTable(23) hh3cOnuIpAddressEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.23.1.4
hh3cOnuDhcpallocate OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - ONU auto allocate IP address status enable.
        false(2) - ONU auto allocate IP address status disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuIpAddressTable(23) hh3cOnuIpAddressEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.23.1.5
hh3cOnuManageVID OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The management VLAN of ONU denoted by hh3cOnuManageVID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuIpAddressTable(23) hh3cOnuIpAddressEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.23.1.6
hh3cOnuManageVlanIntfS OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The management interface status of ONU denoted by hh3cOnuManageVlanIntfS.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuIpAddressTable(23) hh3cOnuIpAddressEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.24
hh3cOnuChipSetInfoTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        ONU vendor specific information of ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 24 }

.1.3.6.1.4.1.25506.2.42.1.5.24.1
hh3cOnuChipSetInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of hh3cOnuChipSetInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuChipSetInfoTable(24) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.24.1.1
hh3cOnuChipSetVendorId OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Chipset vendor ID, which identifies the ONU's PON chip vendor
        according JEDEC ID code.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuChipSetInfoTable(24) hh3cOnuChipSetInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.24.1.2
hh3cOnuChipSetModel OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Chip model, numbering(range from 0 to 0xFF) by the chip vendor.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuChipSetInfoTable(24) hh3cOnuChipSetInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.24.1.3
hh3cOnuChipSetRevision OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Chip revision.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuChipSetInfoTable(24) hh3cOnuChipSetInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.24.1.4
hh3cOnuChipSetDesignDate OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Chip design date.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuChipSetInfoTable(24) hh3cOnuChipSetInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.25
hh3cOnuCapabilityTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Capability of ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 25 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1
hh3cOnuCapabilityEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cOnuCapabilityTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.1
hh3cOnuServiceSupported OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	BITS {geinterfacesupport(0), feinterfacesupport(1), voipservicesupport(2), tdmservicesupport(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Services types supported by the ONU.
        These functional groups can be supported independently.
        geinterfacesupport - supporting (1)/not supporting(0)
        Gbit Ethernet GE interface.
        feinterfacesupport - supporting (1)/not supporting(0)
        100M Ethernet FE interface.(maximum rate is 100M, without GEinterface)
        voipservicesupport - supporting (1)/not supporting(0)VoIP service.
        tdmservicesupport - supporting (1)/not supporting(0)TDM CES service.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.2
hh3cOnuGEPortNumber OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The current  gigabit ethernet ports number supported by the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.3
hh3cOnuFEPortNumber OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        the current fast ethernet ports number supported by the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.4
hh3cOnuPOTSPortNumber OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The current POTS ports number supported by the ONU
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.5
hh3cOnuE1PortsNumber OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The current E1 ports number supported by the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.6
hh3cOnuUpstreamQueueNumber OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of upstream queues supported by the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.7
hh3cOnuMaxUpstreamQueuePerPort OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of maximum upstream queues per port of the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.8
hh3cOnuDownstreamQueueNumber OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of downstream queues supported by the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.9
hh3cOnuMaxDownstreamQueuePerPort OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of maximum downstream queues per port of the ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.10
hh3cOnuBatteryBackup OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        true(1) - ONU supports a reserve battery.
        false(2) - ONU does not support a reserve battery.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.11
hh3cOnuIgspFastLeaveSupported OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        true(1) -  ONU supports fast leave in igsp mode.
        false(2) - ONU does not support fast leave in igsp mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.12
hh3cOnuMCtrlFastLeaveSupported OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        true(1) -  ONU supports fast leave in multicast control mode.
        false(2) - ONU does not support fast leave in multicast control mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.13
hh3cOnuType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        ONU type:
        SFU(0)
        HGU(1)
        SBU(2)
        MDU(3) which is cassette equipment and uses Ethernet access as broadband
        MDU(4) which is small card equipment and uses Ethernet access as broadband
        MDU(5) which is small card equipment and uses DSL access as broadband
        MDU(6) which is middle card equipment and uses DSL access as broadband
        MDU(7) which is card equipment and can use both Ethernet and DSL access as broadband
        MTU(8)
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.14
hh3cOnuMultiLLID OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        (0) - Invalid value.
        (1) - ONU supports one LLID.
        other - ONU supports multiple LLIDs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.15
hh3cOnuProtectionType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        (0) - Not supported.
        (1) - ONU supports type C optical link protection.
        (2) - ONU supports type D optical link protection.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.16
hh3cOnuPonIFNum OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        (1) - ONU support one PON interface.
        (2) - ONU support two PON interfaces.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.17
hh3cOnuSlotNum OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The slot number of a card ONU.
        If the ONU is not card equipment, 0 is returned.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 17 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.18
hh3cOnuIPv6Supported OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        (0) - ONU supports IPv6.
        (1) - ONU does not support IPv6.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 18 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.19
hh3cOnuPowerSupplyControl OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        (0) - ONU does not support ONU power supply control.
        (1) - ONU supports Tx power supply control only.
        The Tx and Rx power supply can only be controlled together
        whereby Rx power supply is also shutdown when Tx power supply is shutdown.
        (2) - ONU supports both Tx and Rx power supply control.
        In this case, Tx and Rx power supply can be controlled separately whereby
        Rx power supply is still on while Tx power supply is shutdown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 19 }

.1.3.6.1.4.1.25506.2.42.1.5.25.1.20
hh3cOnuServiceSLA OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        (1) - ONU does not support SLA services.
        (2~8) - ONU supports 2~8 SLA services.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCapabilityTable(25) hh3cOnuCapabilityEntry(1) 20 }

.1.3.6.1.4.1.25506.2.42.1.5.26
hh3cOnuDbaReportTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the information of DBA(dynamic bandwidth allocation)
        report threshold contained in the MPCP report frames.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 26 }

.1.3.6.1.4.1.25506.2.42.1.5.26.1
hh3cOnuDbaReportEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuDbaReportQueueId }
  DESCRIPTION	"
        The entry of the table hh3cOnuDbaReportTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDbaReportTable(26) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.26.1.1
hh3cOnuDbaReportQueueId OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The DBA report queue ID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDbaReportTable(26) hh3cOnuDbaReportEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.26.1.2
hh3cOnuDbaReportThreshold OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The threshold of the DBA report queue.
        the following is the queue ID and
        the related default threshold setting.
        1 - 0
        2 - 0
        3 - 0
        4 - 65535
        5 - 65535
        6 - 0
        7 - 0
        8 - 0
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDbaReportTable(26) hh3cOnuDbaReportEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.26.1.3
hh3cOnuDbaReportStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        enable  -threshold configuration is active for the queue.
        disable -threshold configuration is not active for the queue.
        "
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDbaReportTable(26) hh3cOnuDbaReportEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.27
hh3cOnuCosToLocalPrecedenceTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of map of the COS to local-precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 27 }

.1.3.6.1.4.1.25506.2.42.1.5.27.1
hh3cOnuCosToLocalPrecedenceEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuCosToLocalPrecedenceCosIndex }
  DESCRIPTION	"Configuration information of map of the COS to local precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCosToLocalPrecedenceTable(27) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.27.1.1
hh3cOnuCosToLocalPrecedenceCosIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of the map, obtains from packet cos value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCosToLocalPrecedenceTable(27) hh3cOnuCosToLocalPrecedenceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.27.1.2
hh3cOnuCosToLocalPrecedenceValue OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Value of local precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuCosToLocalPrecedenceTable(27) hh3cOnuCosToLocalPrecedenceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.28
hh3cEponOnuStpPortTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of ONU STP ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 28 }

.1.3.6.1.4.1.25506.2.42.1.5.28.1
hh3cEponOnuStpPortEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponStpPortIndex }
  DESCRIPTION	"Configuration information of ONU STP ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuStpPortTable(28) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.28.1.1
hh3cEponStpPortIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..144) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the STP ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuStpPortTable(28) hh3cEponOnuStpPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.28.1.2
hh3cEponStpPortDescr OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The description of the STP ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuStpPortTable(28) hh3cEponOnuStpPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.28.1.3
hh3cEponStpPortState OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {disabled(1), discarding(2), learning(3), forwarding(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state of the port (i.e. disabled, discarding,
         learning and forwarding)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cEponOnuStpPortTable(28) hh3cEponOnuStpPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.29
hh3cOnuPhysicalTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for getting ONU physical information.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 29 }

.1.3.6.1.4.1.25506.2.42.1.5.29.1
hh3cOnuPhysicalEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the hh3cOnuPhysicalTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPhysicalTable(29) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.29.1.1
hh3cOnuBridgeMac OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The bridge MAC address of ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPhysicalTable(29) hh3cOnuPhysicalEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.29.1.2
hh3cOnuFirstPonMac OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The MAC address of ONU first PON port.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPhysicalTable(29) hh3cOnuPhysicalEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.29.1.3
hh3cOnuFirstPonRegState OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {notExist(1), absent(2), offline(3), silent(4), down(5), up(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The register state of ONU first PON port.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPhysicalTable(29) hh3cOnuPhysicalEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.29.1.4
hh3cOnuSecondPonMac OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The MAC address of ONU second PON port.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPhysicalTable(29) hh3cOnuPhysicalEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.29.1.5
hh3cOnuSecondPonRegState OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {notExist(1), absent(2), offline(3), silent(4), down(5), up(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The register state of ONU second PON port.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPhysicalTable(29) hh3cOnuPhysicalEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.30
hh3cOnuSmlkTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for getting ONU SMLK information.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 30 }

.1.3.6.1.4.1.25506.2.42.1.5.30.1
hh3cOnuSmlkEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuSmlkGroupID }
  DESCRIPTION	"
        The entry of the hh3cOnuSmlkTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSmlkTable(30) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.30.1.1
hh3cOnuSmlkGroupID OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The SMLK group ID of ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSmlkTable(30) hh3cOnuSmlkEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.30.1.2
hh3cOnuSmlkFirstPonRole OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {master(1), slave(2), null(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The role of ONU first PON port in a SMLK group.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSmlkTable(30) hh3cOnuSmlkEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.30.1.3
hh3cOnuSmlkFirstPonStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {active(1), standby(2), down(3), null(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The transmitting status of ONU first PON port in a SMLK group.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSmlkTable(30) hh3cOnuSmlkEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.30.1.4
hh3cOnuSmlkSecondPonRole OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {master(1), slave(2), null(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The role of ONU second PON port in a SMLK group.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSmlkTable(30) hh3cOnuSmlkEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.30.1.5
hh3cOnuSmlkSecondPonStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {active(1), standby(2), down(3), null(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The transmitting status of ONU second PON port in a SMLK group.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuSmlkTable(30) hh3cOnuSmlkEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.31
hh3cOnuRS485PropertiesTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Property table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 31 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1
hh3cOnuRS485PropertiesEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuRS485SerialIndex }
  DESCRIPTION	"The entry of property table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.1
hh3cOnuRS485SerialIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of serial port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.2
hh3cOnuRS485BaudRate OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {baudRate300(1), baudRate600(2), baudRate1200(3), baudRate2400(4), baudRate4800(5), baudRate9600(6), baudRate19200(7), baudRate38400(8), baudRate57600(9), baudRate115200(10)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port baud rate."
  DEFVAL	{ baudRate9600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.3
hh3cOnuRS485DataBits OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {five(1), six(2), seven(3), eight(4)} 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port number of data bits in a character."
  DEFVAL	{ eight }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.4
hh3cOnuRS485Parity OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {none(1), odd(2), even(3), mark(4), space(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port sense of a character parity bit."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.5
hh3cOnuRS485StopBits OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {one(1), two(2), oneAndHalf(3)} 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port number of stop bits."
  DEFVAL	{ one }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.6
hh3cOnuRS485FlowControl OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {none(1), hardware(2), xonOrxoff(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port type of input flow control.
             'none' indicates no flow control at this level.
             'hardware' indicates using hardware signals.
             'xonOrxoff' indicates using software function."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.7
hh3cOnuRS485TXOctets OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output octets about the port.
             The unit is byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.8
hh3cOnuRS485RXOctets OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input octets about the port.
             The unit is byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.9
hh3cOnuRS485TXErrOctets OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output error octets about the port.
             The unit is byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.10
hh3cOnuRS485RXErrOctets OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input error octets about the port.
             The unit is byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.5.31.1.11
hh3cOnuRS485ResetStatistics OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {counting(1), clear(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the counters to zero, including hh3cOnuRS485TXOctets,
             hh3cOnuRS485RXOctets, hh3cOnuRS485TXErrOctets and
             hh3cOnuRS485RXErrOctets."
  DEFVAL	{ counting }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485PropertiesTable(31) hh3cOnuRS485PropertiesEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.1.5.32
hh3cOnuRS485SessionSummaryTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Session summary table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 32 }

.1.3.6.1.4.1.25506.2.42.1.5.32.1
hh3cOnuRS485SessionSummaryEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuRS485SerialIndex }
  DESCRIPTION	"The entry of session summary table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionSummaryTable(32) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.32.1.1
hh3cOnuRS485SessionMaxNum OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max session number of every serial port
             which can be supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionSummaryTable(32) hh3cOnuRS485SessionSummaryEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.32.1.2
hh3cOnuRS485SessionNextIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next valid index used for creating a new session raw.
             When there is no valid index left, it will return 0.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionSummaryTable(32) hh3cOnuRS485SessionSummaryEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.33
hh3cOnuRS485SessionTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"RS485 raw session table.  Data received from RS485 will be sent
            to the destination by raw sockets.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 33 }

.1.3.6.1.4.1.25506.2.42.1.5.33.1
hh3cOnuRS485SessionEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuRS485SerialIndex, hh3cOnuRS485SessionIndex }
  DESCRIPTION	"The entry of session table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionTable(33) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.33.1.1
hh3cOnuRS485SessionIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Raw session index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionTable(33) hh3cOnuRS485SessionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.33.1.2
hh3cOnuRS485SessionType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {udp(1), tcpClient(2), tcpServer(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of a session.
             A session can use UDP socket, TCP socket as a client,
             or TCP socket as a server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionTable(33) hh3cOnuRS485SessionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.33.1.3
hh3cOnuRS485SessionAddType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the transport type of the
             address contained in hh3cOnuRS485SessionRemoteIP object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionTable(33) hh3cOnuRS485SessionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.33.1.4
hh3cOnuRS485SessionRemoteIP OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP of remote landing.
            When session type is 'udp', this is the peer IP.
            When session type is 'tcpClient', this is the server IP.
            When session type is 'tcpServer', this is invalid.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionTable(33) hh3cOnuRS485SessionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.33.1.5
hh3cOnuRS485SessionRemotePort OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1024..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The port of remote landing.
            When session type is 'udp', this is the peer port.
            When session type is 'tcpClient', this is the server port.
            When session type is 'tcpServer', this is invalid.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionTable(33) hh3cOnuRS485SessionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.33.1.6
hh3cOnuRS485SessionLocalPort OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1024..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Local socket port.
            When session type is 'udp', this is local UDP socket port.
            When session type is 'tcpClient', this is invalid.
            When session type is 'tcpServer', this is the local port which
            will be listened.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionTable(33) hh3cOnuRS485SessionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.33.1.7
hh3cOnuRS485SessionRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status used for creating,
            modifying, and deleting instances of
            the columnar objects in raw session table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionTable(33) hh3cOnuRS485SessionEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.34
hh3cOnuRS485SessionErrInfoTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Error information table.  When failed to create a session,
             error information can be got from this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 34 }

.1.3.6.1.4.1.25506.2.42.1.5.34.1
hh3cOnuRS485SessionErrInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuRS485SerialIndex, hh3cOnuRS485SessionIndex }
  DESCRIPTION	"The entry of error information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionErrInfoTable(34) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.34.1.1
hh3cOnuRS485SessionErrInfo OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Error information string.  When a response with 'noCreeation' for
        row creation in table hh3cOnuRS485SessionTable,
        the error reason can be got from this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuRS485SessionErrInfoTable(34) hh3cOnuRS485SessionErrInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.35
hh3cOnuDbaReport2Table OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the information of DBA(dynamic bandwidth allocation)
        report threshold contained in the MPCP report frames.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 35 }

.1.3.6.1.4.1.25506.2.42.1.5.35.1
hh3cOnuDbaReport2Entry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuDbaReport2QueueSetId, hh3cOnuDbaReport2QueueId }
  DESCRIPTION	"
        The entry of the table hh3cOnuDbaReport2Table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDbaReport2Table(35) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.35.1.1
hh3cOnuDbaReport2QueueSetId OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The DBA report queue set ID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDbaReport2Table(35) hh3cOnuDbaReport2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.35.1.2
hh3cOnuDbaReport2QueueId OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The DBA report queue ID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDbaReport2Table(35) hh3cOnuDbaReport2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.35.1.3
hh3cOnuDbaReport2Threshold OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The thresholds of the DBA report queue.
        The following are the queue ID and
        the related default threshold settings.
        1 - 0
        2 - 0
        3 - 0
        4 - 65535
        5 - 65535
        6 - 0
        7 - 0
        8 - 0
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDbaReport2Table(35) hh3cOnuDbaReport2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.35.1.4
hh3cOnuDbaReport2Status OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true  -threshold configuration is active for the queue.
        false -threshold configuration is not active for the queue.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuDbaReport2Table(35) hh3cOnuDbaReport2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.36
hh3cOnuLoidInfoTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for getting LOID information of an ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 36 }

.1.3.6.1.4.1.25506.2.42.1.5.36.1
hh3cOnuLoidInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cOnuLoidIndex }
  DESCRIPTION	"
        The entry of the hh3cOnuLoidInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLoidInfoTable(36) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.36.1.1
hh3cOnuLoidIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of an ONU in one OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLoidInfoTable(36) hh3cOnuLoidInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.36.1.2
hh3cOnuLoidFlag OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {bound(1), registered(2), run(3), regIncorrect(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The flag of ONU status.
        1 - bound: The ONU is bound but not registered.
        2 - registered: The ONU is registered but not bound.
        3 - run: The ONU is registered and bound on one OLT.
        4 - regIncorrect: The ONU is bound on one OLT and registered on
        another OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLoidInfoTable(36) hh3cOnuLoidInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.36.1.3
hh3cOnuLoid OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (1..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The LOID of an ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuLoidInfoTable(36) hh3cOnuLoidInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.37
hh3cOnuStatisticsTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for enabling or disabling statistics and setting period of a PON.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 37 }

.1.3.6.1.4.1.25506.2.42.1.5.37.1
hh3cOnuStatisticsEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the hh3cOnuStatisticsTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuStatisticsTable(37) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.37.1.1
hh3cOnuStatisticsPeriodVal OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        PON statistics period value.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuStatisticsTable(37) hh3cOnuStatisticsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.37.1.2
hh3cOnuStatisticsEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable or disable statistics of a PON.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuStatisticsTable(37) hh3cOnuStatisticsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.38
hh3cOnuSlaMaxBandWidthMinVal10G OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of maximum-bandwidth which is confined to
        hh3cOnuSlaMaxBandWidth for 10G EPON."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 38 }

.1.3.6.1.4.1.25506.2.42.1.5.39
hh3cOnuSlaMaxBandWidthMaxVal10G OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of maximum-bandwidth which is confined to
        hh3cOnuSlaMaxBandWidth for 10G EPON."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 39 }

.1.3.6.1.4.1.25506.2.42.1.5.40
hh3cOnuSlaMinBandWidthMinVal10G OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of minimum-bandwidth which is confined to
        hh3cOnuSlaMinBandWidth for 10G EPON."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 40 }

.1.3.6.1.4.1.25506.2.42.1.5.41
hh3cOnuSlaMinBandWidthMaxVal10G OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of minimum-bandwidth which is confined to
        hh3cOnuSlaMinBandWidth for 10G EPON."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 41 }

.1.3.6.1.4.1.25506.2.42.1.5.42
hh3cOnuServiceSlaTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for setting the service SLA mode and applying the service SLA to an ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 42 }

.1.3.6.1.4.1.25506.2.42.1.5.42.1
hh3cOnuServiceSlaEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the hh3cOnuServiceSlaTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaTable(42) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.42.1.1
hh3cSlaSchedulingMode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {sp(0), wrr(1), spWrr(2), invalid(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Service SLA scheduling mode.
        "
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaTable(42) hh3cOnuServiceSlaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.42.1.2
hh3cSlaHighPrioBoundary OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Service SLA high priority boundary in SP-WRR mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaTable(42) hh3cOnuServiceSlaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.42.1.3
hh3cSlaCycleLength OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (200..16777215) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Service SLA cycle length in time quantums.
        "
  DEFVAL	{ 62500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaTable(42) hh3cOnuServiceSlaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.42.1.4
hh3cSlaApply OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Apply service SLA configuration.
        true(1)  - Apply.
        false(2) - Not apply.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaTable(42) hh3cOnuServiceSlaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.43
hh3cOnuServiceSlaQueTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for configuring service SLA queues.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 43 }

.1.3.6.1.4.1.25506.2.42.1.5.43.1
hh3cOnuServiceSlaQueEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cSlaQueId }
  DESCRIPTION	"
        The entry of the hh3cOnuServiceSlaQueTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaQueTable(43) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.43.1.1
hh3cSlaQueId OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Service SLA queue ID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaQueTable(43) hh3cOnuServiceSlaQueEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.43.1.2
hh3cSlaQueMode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {sp(0), wrr(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Service SLA queue mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaQueTable(43) hh3cOnuServiceSlaQueEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.43.1.3
hh3cSlaQueWeight OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Service SLA queue weight in WRR mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaQueTable(43) hh3cOnuServiceSlaQueEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.43.1.4
hh3cSlaQueFixPktSize OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..2000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Service SLA queue fixed packet size in bytes.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaQueTable(43) hh3cOnuServiceSlaQueEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.43.1.5
hh3cSlaQueFixBandwidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Service SLA queue fixed bandwidth in kbps,
        which will be rounded down to the nearest multiple of 256.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaQueTable(43) hh3cOnuServiceSlaQueEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.5.43.1.6
hh3cSlaQueGuaBandwidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Service SLA queue guaranteed bandwidth in kbps,
        which will be rounded down to the nearest multiple of 256.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaQueTable(43) hh3cOnuServiceSlaQueEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.5.43.1.7
hh3cSlaQueBstBandwidth OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Service SLA queue best effort bandwidth in kbps,
        which will be rounded down to the nearest multiple of 256.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaQueTable(43) hh3cOnuServiceSlaQueEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.5.43.1.8
hh3cSlaQueRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this table entry. Only active,
        createAndGo, and destroy are supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuServiceSlaQueTable(43) hh3cOnuServiceSlaQueEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.5.44
hh3cOnuPoeTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for configuring the PoE function for ONUs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) 44 }

.1.3.6.1.4.1.25506.2.42.1.5.44.1
hh3cOnuPoeEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the hh3cOnuPoeTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPoeTable(44) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.44.1.1
hh3cOnuPoeEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable PoE for an ONU.
        "
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPoeTable(44) hh3cOnuPoeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.5.44.1.2
hh3cOnuPoeMode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {signal(0), spare(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the PoE mode for an ONU.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPoeTable(44) hh3cOnuPoeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.5.44.1.3
hh3cOnuPoeMaxPowerClass OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {default(0), class0(1), class1(2), class2(3), class3(4), class4(5), undefined(255)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the PoE max power class for an ONU.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPoeTable(44) hh3cOnuPoeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.5.44.1.4
hh3cOnuPoeMaxPowerValue OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the PoE max power value for an ONU.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPoeTable(44) hh3cOnuPoeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.5.44.1.5
hh3cOnuPoeLegacyEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable the PoE legacy PD detection for an ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponOnuMan(5) hh3cOnuPoeTable(44) hh3cOnuPoeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.6
hh3cEponBatchOperationMan OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.6.1
hh3cEponBatchOperationBySlotTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for batch operation by slot.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) 1 }

.1.3.6.1.4.1.25506.2.42.1.6.1.1
hh3cEponBatchOperationBySlotEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponBatchOperationBySlotIndex }
  DESCRIPTION	"
        The entry of the hh3cEponBatchOperationBySlotTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationBySlotTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.6.1.1.1
hh3cEponBatchOperationBySlotIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The EPON board index.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationBySlotTable(1) hh3cEponBatchOperationBySlotEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.6.1.1.2
hh3cEponBatchOperationBySlotType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {resetUnknown(1), updateDba(9), updateONU(10)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The types of batch operation by slot:
        1  - resetUnknown, the object value is not set.
        9  - updateDba, update OLT DBA algorithm.
        Config the MIB object module hh3cEponDbaUpdateFileName.
        10 - updateONU, update ONU firmware.
        Config the MIB object module hh3cEponOnuUpdateFileName
        with the filename of ONU firmware first.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationBySlotTable(1) hh3cEponBatchOperationBySlotEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.6.1.1.3
hh3cEponBatchOperationBySlot OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {batOpBySlot(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Execute batch operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationBySlotTable(1) hh3cEponBatchOperationBySlotEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.6.1.1.4
hh3cEponBatchOperationBySlotResult OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The result of batch operation.
        0xFFFF - other, general error.
        1 - working, operation is not completed.
        2 - successful, completed successfully.
        3 - failed because the DBA source file does not exist.
        4 - failed because the ONU firmware file does not exist.
        5 - failed because of not set the filename of DBA source.
        6 - failed because of not set the filename of ONU firmware.
        7 - failed because of not set slottype.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationBySlotTable(1) hh3cEponBatchOperationBySlotEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.6.1.1.5
hh3cEponBatchOpBySlotBindType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	BITS {mac(0), loid(1), loidPassword(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set batch binding type, which can only be assigned one type.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationBySlotTable(1) hh3cEponBatchOperationBySlotEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.6.2
hh3cEponBatchOperationByOLTTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for batch operation by OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) 2 }

.1.3.6.1.4.1.25506.2.42.1.6.2.1
hh3cEponBatchOperationByOLTEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the hh3cEponBatchOperationByOLTTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationByOLTTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.1.6.2.1.1
hh3cEponBatchOperationByOLTType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {resetUnknown(1), updateONU(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The types of batch operation by OLT(operation for all ONUs in the
        OLT):
        1 -- resetUnknown, the object value is not set.
        5 -- updateONU, update ONU firmware.
        configure the MIB object module hh3cEponOnuUpdateFileName
        with the filename of ONU firmware first.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationByOLTTable(2) hh3cEponBatchOperationByOLTEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.6.2.1.2
hh3cEponBatchOperationByOLT OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {batOpByOlt(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Execute batch operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationByOLTTable(2) hh3cEponBatchOperationByOLTEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.6.2.1.3
hh3cEponBatchOperationByOLTResult OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The result of batch operation:
        0xFFFF -- other, general error.
        1 -- working, operation is not completed.
        2 -- successful, operation completed successfully.
        4 -- failed because the ONU firmware file does not exist.
        6 -- failed because of not set the filename of ONU firmware.
        7 -- failed because of not set olttype.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cEponBatchOperationByOLTTable(2) hh3cEponBatchOperationByOLTEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.6.3
hh3cOnuFirmwareUpdateByTypeTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used to update ONU by ONU type.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) 3 }

.1.3.6.1.4.1.25506.2.42.1.6.3.1
hh3cOnuFirmwareUpdateByTypeEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cOnuUpdateByOnuTypeIndex }
  DESCRIPTION	"
        The entry of the hh3cOnuFirmwareUpdateByTypeTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cOnuFirmwareUpdateByTypeTable(3) 1 }

.1.3.6.1.4.1.25506.2.42.1.6.3.1.1
hh3cOnuUpdateByOnuTypeIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The type and file relationship table entry index.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cOnuFirmwareUpdateByTypeTable(3) hh3cOnuFirmwareUpdateByTypeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.6.3.1.2
hh3cOnuUpdateByTypeOnuType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The type of ONUs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cOnuFirmwareUpdateByTypeTable(3) hh3cOnuFirmwareUpdateByTypeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.6.3.1.3
hh3cOnuUpdateByTypeFileName OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The file to be updated for the type of ONUs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cOnuFirmwareUpdateByTypeTable(3) hh3cOnuFirmwareUpdateByTypeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.6.3.1.4
hh3cOnuUpdateByTypeRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this table entry.
        Only createAndGo and destroy actions are supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cOnuFirmwareUpdateByTypeTable(3) hh3cOnuFirmwareUpdateByTypeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.1.6.3.1.5
hh3cOnuUpdateByTypeProtType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {private(0), ctc(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        private(0): Using private protocol to update the ONU firmware.
        ctc(1): Using ctc standard protocol to update the ONU firmware.
        "
  DEFVAL	{ private }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cOnuFirmwareUpdateByTypeTable(3) hh3cOnuFirmwareUpdateByTypeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.1.6.3.1.6
hh3cOnuUpdateByTypeStartTime OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..5) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The start time of the ONU update every day.
        Using HH:MM as format.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cOnuFirmwareUpdateByTypeTable(3) hh3cOnuFirmwareUpdateByTypeEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.1.6.3.1.7
hh3cOnuUpdateByTypeDuration OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (0..1439) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The duration of the ONU update.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponBatchOperationMan(6) hh3cOnuFirmwareUpdateByTypeTable(3) hh3cOnuFirmwareUpdateByTypeEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.7
hh3cEponErrorInfo OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) 7 }

.1.3.6.1.4.1.25506.2.42.1.7.1
hh3cEponSoftwareErrorCode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        OLT software error code.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 1 }

.1.3.6.1.4.1.25506.2.42.1.7.2
hh3cOamVendorSpecificAlarmCode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        Alarm code of the vendor.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 2 }

.1.3.6.1.4.1.25506.2.42.1.7.3
hh3cEponOnuRegErrorMacAddr OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The MAC of ONU registered error.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 3 }

.1.3.6.1.4.1.25506.2.42.1.7.4
hh3cOamEventLogType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The type of event that generated this entry in the event log.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 4 }

.1.3.6.1.4.1.25506.2.42.1.7.5
hh3cOamEventLogLocation OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {local(1), remote(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        Whether this event occurred locally, or was received from the
        OAM peer via Ethernet OAM.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 5 }

.1.3.6.1.4.1.25506.2.42.1.7.6
hh3cEponLoopbackPortIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The index of port which generate loop back event.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 6 }

.1.3.6.1.4.1.25506.2.42.1.7.7
hh3cEponLoopbackPortDescr OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        A textual string containing information about the
        port generated loop back event.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 7 }

.1.3.6.1.4.1.25506.2.42.1.7.8
hh3cOltPortAlarmLlidMisFrames OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        the amount of mismatched frames about the LLID mismatch alarm.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 8 }

.1.3.6.1.4.1.25506.2.42.1.7.9
hh3cOltPortAlarmBer OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        error bit rate.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 9 }

.1.3.6.1.4.1.25506.2.42.1.7.10
hh3cOltPortAlarmFer OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        error frames rate.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 10 }

.1.3.6.1.4.1.25506.2.42.1.7.11
hh3cEponOnuRegSilentMac OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The MAC of silent ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 11 }

.1.3.6.1.4.1.25506.2.42.1.7.12
hh3cEponOperationResult OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The result of EPON operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 12 }

.1.3.6.1.4.1.25506.2.42.1.7.13
hh3cEponOnuLaserState OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {normal(1), laserAlwaysOn(2), signalDegradation(3), endOfLife(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The state of ONU laser.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 13 }

.1.3.6.1.4.1.25506.2.42.1.7.14
hh3cEponOnuRegSilentBindType OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	BITS {mac(0), loid(1), loidPassword(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The binding type of a silent ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 14 }

.1.3.6.1.4.1.25506.2.42.1.7.15
hh3cEponOnuRegSilentLoid OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The LOID of a silent ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 15 }

.1.3.6.1.4.1.25506.2.42.1.7.16
hh3cEponOnuRegSilentLoidPwd OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The LOID's password of a silent ONU.
        A zero-length string will be returned when reading.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 16 }

.1.3.6.1.4.1.25506.2.42.1.7.17
hh3cEponOnuRegErrorLoid OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The LOID of an ONU with registration error.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 17 }

.1.3.6.1.4.1.25506.2.42.1.7.18
hh3cEponOnuRegErrorLoidCode OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	INTEGER {loidNotExist(1), wrongPassword(2), conflictLoid(3), notSupport(4), mismatch(5)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The reason of ONU registration failure.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponErrorInfo(7) 18 }

.1.3.6.1.4.1.25506.2.42.1.8
hh3cEponTrap OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) 8 }

.1.3.6.1.4.1.25506.2.42.1.8.0
hh3cEponTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) 0 }

.1.3.6.1.4.1.25506.2.42.1.8.0.1
hh3cEponPortAlarmBerTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOltPortAlarmBerDirect, hh3cOltPortAlarmBer, hh3cOltPortAlarmBerThreshold }
  DESCRIPTION	"
        A hh3cEponPortAlarmBerTrap notification is sent when
        a BER threshold crossing event is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.42.1.8.0.2
hh3cEponPortAlarmFerTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOltPortAlarmFerDirect, hh3cOltPortAlarmFer, hh3cOltPortAlarmFerThreshold }
  DESCRIPTION	"
        A hh3cEponPortAlarmFerTrap notification is sent when
        a frame error rate threshold crossing event is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.42.1.8.0.3
hh3cEponErrorLLIDFrameTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOltPortAlarmLlidMisFrames, hh3cOltPortAlarmLlidMismatchThreshold }
  DESCRIPTION	"
        A hh3cEponErrorLLIDFrameTrap notification is sent when a
        LLID mismatched frames rate threshold crossing event is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.42.1.8.0.4
hh3cEponLoopBackEnableTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponLoopbackPortIndex, hh3cEponLoopbackPortDescr }
  DESCRIPTION	"
        A hh3cEponLoopBackEnableTrap notification is sent when
        the loop back command is committed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.42.1.8.0.5
hh3cEponOnuRegistrationErrTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponOnuRegErrorMacAddr }
  DESCRIPTION	"
        A hh3cEponOnuRegistrationErrTrap notification is sent when a
        ONU register failed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.42.1.8.0.6
hh3cEponOamDisconnectionTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOamDisconnectionTrap notification is sent when
        LLID's OAM link is disconnected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.42.1.8.0.7
hh3cEponEncryptionKeyErrTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponEncryptionKeyErrTrap notification is sent when
        LLID's encryption key is bad.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.42.1.8.0.8
hh3cEponRemoteStableTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponRemoteStableTrap notification is sent when
        remote Data Terminal Equipment(DTE) has not seen or
        is unsatisfied with local state information.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 8 }

.1.3.6.1.4.1.25506.2.42.1.8.0.9
hh3cEponLocalStableTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponLocalStableTrap notification is sent when
        DTE has not seen or is unsatisfied with remote state
        information.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 9 }

.1.3.6.1.4.1.25506.2.42.1.8.0.10
hh3cEponOamVendorSpecificTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOamVendorSpecificAlarmCode }
  DESCRIPTION	"
        A hh3cEponOamVendorSpecificTrap notification is sent when
        system vendor specific OAM alarm raised.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 10 }

.1.3.6.1.4.1.25506.2.42.1.8.0.11
hh3cEponSoftwareErrTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cEponSoftwareErrorCode }
  DESCRIPTION	"
        A hh3cEponSoftwareErrTrap notification is sent when
        a PAS-SOFT internal error occurs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 11 }

.1.3.6.1.4.1.25506.2.42.1.8.0.12
hh3cEponPortAlarmBerRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOltPortAlarmBerDirect }
  DESCRIPTION	"
        A hh3cEponPortAlarmBerRecoverTrap notification is sent when
        a BER threshold crossing event is detected and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 12 }

.1.3.6.1.4.1.25506.2.42.1.8.0.13
hh3cEponPortAlarmFerRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOltPortAlarmFerDirect }
  DESCRIPTION	"
        A hh3cEponPortAlarmFerRecoverTrap notification is sent when
        a frame error rate threshold crossing event is detected and then
        recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 13 }

.1.3.6.1.4.1.25506.2.42.1.8.0.14
hh3cEponErrorLLIDFrameRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponErrorLLIDFrameRecoverTrap notification is sent when a
        LLID mismatched frames rate threshold crossing event is detected
        and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 14 }

.1.3.6.1.4.1.25506.2.42.1.8.0.15
hh3cEponLoopBackEnableRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponLoopBackEnableRecoverTrap notification is sent when
        the loop back is detected and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 15 }

.1.3.6.1.4.1.25506.2.42.1.8.0.16
hh3cEponOnuRegistrationErrRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponOnuRegErrorMacAddr }
  DESCRIPTION	"
        A hh3cEponOnuRegistrationErrRecoverTrap notification is sent when an
        ONU register failed and then register successful again.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 16 }

.1.3.6.1.4.1.25506.2.42.1.8.0.17
hh3cEponOamDisconnectionRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOamDisconnectionRecoverTrap notification is sent when
        LLID's OAM link is disconnected and then connected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 17 }

.1.3.6.1.4.1.25506.2.42.1.8.0.18
hh3cEponEncryptionKeyErrRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponEncryptionKeyErrRecoverTrap notification is sent when
        LLID's encryption key is bad and then right.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 18 }

.1.3.6.1.4.1.25506.2.42.1.8.0.19
hh3cEponRemoteStableRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponRemoteStableRecoverTrap notification is sent when
        remote DTE has not seen or is unsatisfied with local
        state information and then is realized.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 19 }

.1.3.6.1.4.1.25506.2.42.1.8.0.20
hh3cEponLocalStableRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponLocalStableRecoverTrap notification is sent when
        DTE has not seen or is unsatisfied with remote state
        information and then is realized.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 20 }

.1.3.6.1.4.1.25506.2.42.1.8.0.21
hh3cEponOamVendorSpecificRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOamVendorSpecificAlarmCode }
  DESCRIPTION	"
        A hh3cEponOamVendorSpecificRecoverTrap notification is sent when
        system vendor specific OAM alarm is detected and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 21 }

.1.3.6.1.4.1.25506.2.42.1.8.0.22
hh3cEponSoftwareErrRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cEponSoftwareErrorCode }
  DESCRIPTION	"
        A hh3cEponSoftwareErrRecoverTrap notification is sent when
        a PAS-SOFT internal error is detected and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 22 }

.1.3.6.1.4.1.25506.2.42.1.8.0.23
hh3cDot3OamThresholdRecoverEvent NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, hh3cOamEventLogType, hh3cOamEventLogLocation }
  DESCRIPTION	"
        A hh3cDot3OamThresholdRecoverEvent notification is sent when
        hh3cDot3OamThresholdEvent is detected and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 23 }

.1.3.6.1.4.1.25506.2.42.1.8.0.24
hh3cDot3OamNonThresholdRecoverEvent NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, hh3cOamEventLogType, hh3cOamEventLogLocation }
  DESCRIPTION	"
        A hh3cDot3OamNonThresholdRecoverEvent notification is sent when
        hh3cDot3OamNonThresholdEvent is detected and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 24 }

.1.3.6.1.4.1.25506.2.42.1.8.0.25
hh3cEponOnuRegExcessTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOnuRegExcessTrap notification is sent when the
        number of registered ONUs exceeds the limit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 25 }

.1.3.6.1.4.1.25506.2.42.1.8.0.26
hh3cEponOnuRegExcessRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOnuRegExcessRecoverTrap notification is sent when
        hh3cEponOnuRegExcessTrap is detected and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 26 }

.1.3.6.1.4.1.25506.2.42.1.8.0.27
hh3cEponOnuPowerOffTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOnuPowerOffTrap notification is sent when ONU is power off.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 27 }

.1.3.6.1.4.1.25506.2.42.1.8.0.28
hh3cEponOltSwitchoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOltSwithoverTrap notification is sent when OLT switchover
        is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 28 }

.1.3.6.1.4.1.25506.2.42.1.8.0.29
hh3cEponOltDFETrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOltDFETrap notification is sent when there was
        a serious problem(device fatal error) on OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 29 }

.1.3.6.1.4.1.25506.2.42.1.8.0.30
hh3cEponOltDFERecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOltDFERecoverTrap notification is sent when
        device fatal error is detected and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 30 }

.1.3.6.1.4.1.25506.2.42.1.8.0.31
hh3cEponOnuSilenceTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponOnuRegSilentMac }
  DESCRIPTION	"
        The hh3cEponOnuSilenceTrap notification is sent when an
        unbound ONU try to register to an OLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 31 }

.1.3.6.1.4.1.25506.2.42.1.8.0.32
hh3cEponOnuSilenceRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponOnuRegSilentMac }
  DESCRIPTION	"
        The hh3cEponOnuSilenceRecoverTrap notification is sent when
        a silent ONU is bound in the OLT or the aging onu mac
        address is timeout.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 32 }

.1.3.6.1.4.1.25506.2.42.1.8.0.33
hh3cEponOnuUpdateResultTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOnuBindMacAddress, hh3cOnuUpdateResult, hh3cOnuRegType, hh3cOnuUpdateFileName }
  DESCRIPTION	"
        A hh3cEponUpdateResultTrap notification is sent when
        an ONU reported its firmware update result.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 33 }

.1.3.6.1.4.1.25506.2.42.1.8.0.34
hh3cEponOnuAutoBindTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOnuBindMacAddress, hh3cEponOperationResult }
  DESCRIPTION	"
        A hh3cEponOnuAutoBindTrap notification is sent
        when a silent ONU is bound automatically.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 34 }

.1.3.6.1.4.1.25506.2.42.1.8.0.35
hh3cEponOnuPortStpStateTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponStpPortIndex, hh3cEponStpPortDescr, hh3cEponStpPortState }
  DESCRIPTION	"
        A hh3cEponOnuPortStpStateTrap notification is sent when
        a port turns into another state in STP environment.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 35 }

.1.3.6.1.4.1.25506.2.42.1.8.0.36
hh3cEponOnuLaserFailedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponOnuLaserState }
  DESCRIPTION	"
        A hh3cEponOnuLaserFailedTrap notification is sent when
        an ONU has trouble with laser, such as laser constantly turned on,
        signal degradation or optics EOL (End of Life).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 36 }

.1.3.6.1.4.1.25506.2.42.1.8.0.37
hh3cOnuSmlkSwitchoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOnuSmlkGroupID, hh3cOnuSmlkFirstPonStatus, hh3cOnuSmlkSecondPonStatus }
  DESCRIPTION	"
        A hh3cOnuSmlkSwitchoverTrap notification is sent when
        an ONU SMLK switchover is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 37 }

.1.3.6.1.4.1.25506.2.42.1.8.0.38
hh3cEponOnuRegLoidErrTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponOnuRegErrorLoid, hh3cEponOnuRegErrorLoidCode }
  DESCRIPTION	"
        A hh3cEponOnuRegLoidErrTrap notification is sent when an
        ONU failed to register identified by LOID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 38 }

.1.3.6.1.4.1.25506.2.42.1.8.0.39
hh3cEponOnuRegLoidErrRecTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponOnuRegErrorLoid, hh3cEponOnuRegErrorLoidCode }
  DESCRIPTION	"
        A hh3cEponOnuRegLoidErrRecTrap notification is sent when an
        ONU failed to register and then registered successful again identified by LOID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 39 }

.1.3.6.1.4.1.25506.2.42.1.8.0.40
hh3cEponOnuSilenceLoidTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponOnuRegSilentBindType, hh3cEponOnuRegSilentMac, hh3cEponOnuRegSilentLoid, hh3cEponOnuRegSilentLoidPwd }
  DESCRIPTION	"
        The hh3cEponOnuSilenceLoidTrap notification is sent when an
        unbound ONU try to register to an OLT identified by LOID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 40 }

.1.3.6.1.4.1.25506.2.42.1.8.0.41
hh3cEponOnuSilenceLoidRecTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponOnuRegSilentBindType, hh3cEponOnuRegSilentMac, hh3cEponOnuRegSilentLoid, hh3cEponOnuRegSilentLoidPwd }
  DESCRIPTION	"
        The hh3cEponOnuSilenceLoidRecTrap notification is sent when
        a silent ONU is bound in the OLT or the aging ONU MAC
        address times out identified by LOID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 41 }

.1.3.6.1.4.1.25506.2.42.1.8.0.42
hh3cEponOnuUpdateLoidRetTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOnuBindLoid, hh3cOnuUpdateResult, hh3cOnuRegType, hh3cOnuUpdateFileName }
  DESCRIPTION	"
        A hh3cEponOnuUpdateLoidRetTrap notification is sent when
        an ONU reported its firmware update result identified by LOID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 42 }

.1.3.6.1.4.1.25506.2.42.1.8.0.43
hh3cEponOnuAutoBindLoidTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cOnuBindLoid, hh3cEponOperationResult }
  DESCRIPTION	"
        A hh3cEponOnuAutoBindLoidTrap notification is sent
        when a silent ONU is bound automatically identified by LOID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 43 }

.1.3.6.1.4.1.25506.2.42.1.8.0.44
hh3cEponOnuPowerOnTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOnuPowerOffTrap notification is sent when ONU is powered on.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 44 }

.1.3.6.1.4.1.25506.2.42.1.8.0.45
hh3cEponOpticalSignalLosTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOpticalSignalLosTrap notification is sent when optical signals are lost.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 45 }

.1.3.6.1.4.1.25506.2.42.1.8.0.46
hh3cEponOpticalSignalLosRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOpticalSignalLosTrap notification is sent when optical signal loss recovers.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 46 }

.1.3.6.1.4.1.25506.2.42.1.8.0.47
hh3cEponOnuFiberFailTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOnuPowerOffTrap notification is sent when the ONU fiber fails.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 47 }

.1.3.6.1.4.1.25506.2.42.1.8.0.48
hh3cEponOnuFiberFailRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEponOnuPowerOffTrap notification is sent when the ONU fiber failure recovers.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponTrap(8) hh3cEponTrapPrefix(0) 48 }

.1.3.6.1.4.1.25506.2.42.1.9
hh3cEponStat OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) 9 }

.1.3.6.1.4.1.25506.2.42.1.9.1
hh3cEponStatTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table contains line code error statistics of epon port.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponStat(9) 1 }

.1.3.6.1.4.1.25506.2.42.1.9.1.1
hh3cEponStatEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of hh3cEponStatTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponStat(9) hh3cEponStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.9.1.1.1
hh3cEponStatFER OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The frame error rate of epon port, measured in 1e-9 unit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponStat(9) hh3cEponStatTable(1) hh3cEponStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.9.1.1.2
hh3cEponStatBER OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The bit error rate of epon port, measured in 1e-9 unit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponStat(9) hh3cEponStatTable(1) hh3cEponStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.10
hh3cEponRoltMan OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) 10 }

.1.3.6.1.4.1.25506.2.42.1.10.1
hh3cRoltInterfaceTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The table of redundant OLT interfaces.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) 1 }

.1.3.6.1.4.1.25506.2.42.1.10.1.1
hh3cRoltInterfaceEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRoltInterfaceNumber }
  DESCRIPTION	"
        The entry of the table hh3cRoltInterfaceTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) hh3cRoltInterfaceTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.10.1.1.1
hh3cRoltInterfaceNumber OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The number of an ROLT interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) hh3cRoltInterfaceTable(1) hh3cRoltInterfaceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.10.1.1.2
hh3cRoltInterfaceIfIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The ifIndex of an ROLT interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) hh3cRoltInterfaceTable(1) hh3cRoltInterfaceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.10.1.1.3
hh3cRoltInterfaceRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Create or delete a redundant OLT interface.
        Now only two operations are supported:
        createAndGo and destroy.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) hh3cRoltInterfaceTable(1) hh3cRoltInterfaceEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.10.2
hh3cRoltMemberTable OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for adding or deleting the OLT member
        interfaces of an redundant OLT interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) 2 }

.1.3.6.1.4.1.25506.2.42.1.10.2.1
hh3cRoltMemberEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRoltInterfaceNumber, hh3cRoltMemberOltIfindex }
  DESCRIPTION	"
        The entry of the table hh3cRoltMemberTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) hh3cRoltMemberTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.1.10.2.1.1
hh3cRoltMemberOltIfindex OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The ifindex of an OLT interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) hh3cRoltMemberTable(2) hh3cRoltMemberEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.1.10.2.1.2
hh3cRoltMemberOltPriority OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The priority of an OLT interface that will be assigned to an ROLT interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) hh3cRoltMemberTable(2) hh3cRoltMemberEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.1.10.2.1.3
hh3cRoltMemberRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Operation status.  Now only two states are supported:
        createAndGo and destroy.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) hh3cRoltMemberTable(2) hh3cRoltMemberEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.1.10.2.1.4
hh3cRoltMemberForwardStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The forwarding status of an OLT member interface.
        true(1)  - Active.
        false(2) - Inactive.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponMibObjects(1) hh3cEponRoltMan(10) hh3cRoltMemberTable(2) hh3cRoltMemberEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.2
hh3cDot3EfmeponMIB MODULE-IDENTITY
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"The objects in this MIB module are used to manage the
                Ethernet in the First Mile (EFM) Multi Point Control
                Protocol (MPCP) Interfaces as defined in IEEE Draft
                P802.3ah/D3.0 clause 64,65.
                The following reference is used throughout this MIB module:
                [802.3ah] refers to:
                IEEE Draft P802.3ah/D3.3: 'Draft amendment to -
                Information technology - Telecommunications and
                information exchange between systems - Local and
                metropolitan area networks - Specific requirements -
                Part 3: Carrier sense multiple access with collision
                detection (CSMA/CD) access method and physical layer
                specifications - Media Access Control Parameters,
                Physical Layers and Management Parameters for
                subscriber access networks', 22 April 2004.

                Of particular interest are Clause 64(MPCP) 65(P2MP RS) and
                60 (PON PMDs). Clause 30, 'Management', and Clause 45,
                'Management Data Input/Output (MDIO) Interface'.

                Copyright (C) The Internet Society (2004).  This version
                of this MIB module is part of XXXX see the RFC itself for
                full legal notices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) 2 }

.1.3.6.1.4.1.25506.2.42.2.1
hh3cDot3MpcpMIB OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.1.1
hh3cDot3MpcpObjects OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1
hh3cDot3MpcpTable OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for dot3 Multi-Point Control Protocol (MPCP)
               MIB modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1
hh3cDot3MpcpEntry OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot3 MPCP MIB modules table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.1
hh3cDot3MpcpID OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable is assigned so as to uniquely identify the
                Multi-Point MAC  Control (MPCP) entity, as defined in
                [802.3ah] clause 64, among the subordinate managed
                objects of the containing object.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.2
hh3cDot3MpcpOperStatus OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable can be used to define the operational
                state of the Multi-Point MAC Control sublayer as
                defined in [802.3ah] clause 64. Selecting admin for an
                interface with Multi-Point MAC Control sublayer. When
                the attribute is True the the interface will act as if
                Multi-point control protocol is enabled. When the
                attribute is False the interface will act as if it does
                not have the Multi-point control protocol. The
                operational state can be changed using the
                hh3cDot3MpcpAdminState attribute.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.3
hh3cDot3MpcpMode OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	INTEGER {olt(1), onu(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable can be used to identify the operational
                state of the Multi-Point MAC Control sublayer as
                defined in [802.3ah] clause 64. Selecting olt(1) for an
                OLT (server) mode and onu(2) for an ONU (client) mode.
                Writing can be done during only during initialization,
                when hh3cDot3MpcpOperStatus indicates Flase.
                This attribute is relevant for an OLT and an ONU."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.4
hh3cDot3MpcpLinkID OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that identifies the Logical Link
                identity (LLID) associated with the MAC port as
                specified in [802.3ah] clause 65.1.3.2.2.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.5
hh3cDot3MpcpRemoteMACAddress OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that identifies the source_address
                parameter of the last MPCPDUs passed to the MAC Control.
                This value is updated on reception of a valid frame with
                (1) a destination Field equal to the reserved multicast
                address for MAC Control specified in [802.3ah] Annex
                31A, (2) lengthOrType field value equal to the reserved
                Type for MAC Control as specified in [802.3ah] Annex
                31A. (3) an MPCP subtype value equal to the subtype
                reserved for MPCP as specified in [802.3ah] Annex 31A.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.6
hh3cDot3MpcpRegistrationState OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	INTEGER {unregistered(1), registering(2), registered(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that identifies the operational state
                of the Multi-Point MAC Control sublayer as defined in
                [802.3ah] clause 64. When this attribute has the
                enumeration unregistered(1) the interface may be used
                for registering a link partner. When this attribute has
                the enumeration registering(2) the interface is in the
                process of registering a link-partner. When this
                attribute has the enumeration registered(3) the
                interface has an established link-partner.
                This attribute is relevant for an OLT and an ONU. For
                the OLT it provides an indication per LLID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.7
hh3cDot3MpcpTransmitElapsed OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that reports the interval from last
                MPCP frame transmission in increments of Time Quanta
                (TQ) 16ns. The value returned shall be (interval from
                last MPCP frame transmission in ns)/16. If this value
                exceeds (2^32-1) the value (2^32-1) shall be returned.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.8
hh3cDot3MpcpReceiveElapsed OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that reports the interval from last
                MPCP frame reception in increments of Time Quanta (TQ)
                16ns. The value returned shall be (interval from last
                MPCP last MPCP frame reception in ns)/16. If this value
                exceeds (2^32-1) the value (2^32-1) shall be returned.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.9
hh3cDot3MpcpRoundTripTime OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that reports the MPCP round trip time
                in increments of Time Quanta (TQ) 16ns. The value
                returned shall be (round trip time in ns)/16. If this
                value exceeds (2^16-1) the value (2^16-1)  shall be
                returned. This attribute is relevant for an OLT and an
                ONU. For the OLT there is a value per LLID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.10
hh3cDot3MpcpMaximumPendingGrants OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that indicates the maximum number of
                grants an ONU can store. The maximum number of grants an
                ONU can store has a range of 0 to 255.
                This attribute is relevant for an OLT and an ONU. For
                the OLT there is a value per LLID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.11
hh3cDot3MpcpAdminState OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable can be used to define the operational
                state of the Multi-Point MAC Control sublayer as defined
                in [802.3ah] clause 64. Selecting admin for an interface
                with Multi-Point MAC Control sublayer. When selecting
                the value as True the interface Multi-Point control
                protocol is enabled. When selecting the value as False
                the interface acts as if the Multi-point Control
                protocol does not exist. Reading reflects the state of
                the attribute and the operation of the Multi-point
                control protocol mode of the interface.
                Writing can be done all the time.
                This attribute is relevant for an OLT and an ONU."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.12
hh3cDot3MpcpOnTime OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that reports the -on time- for a grant
                burst in increments of Time Quanta (TQ) 16ns as defined
                in [802.3ah] 60,64. The value returned shall be (on time
                ns)/16. If this value exceeds (2^32-1) the value
                (2^32-1) shall be returned.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.13
hh3cDot3MpcpOffTime OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that reports the -off time- for a
                grant burst in increments of Time Quanta (TQ) 16ns as
                defined in [802.3ah] 60,64. The value returned shall be
                (off time ns)/16. If this value exceeds (2^32-1) the
                value (2^32-1) shall be returned.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.2.1.1.1.1.14
hh3cDot3MpcpSyncTime OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that reports the -sync lock time- for
                an OLT receiver in increments of Time Quanta (TQ) 16ns
                as defined in [802.3ah] 60,64,65. The value returned
                shall be (sync lock time ns)/16. If this value exceeds
                (2^32-1) the value (2^32-1) shall be returned.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpTable(1) hh3cDot3MpcpEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2
hh3cDot3MpcpStatTable OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the list of statistics counters of
                [802.3ah] clause 64 MPCP interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1
hh3cDot3MpcpStatEntry OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Table entries for table of statistics counters of
                [802.3ah] clause 64 MPCP interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.1
hh3cDot3MpcpMACCtrlFramesTransmitted OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MPCP frames passed to the MAC sublayer for
                transmission. This counter is incremented when a
                MA_CONTROL.request service primitive is generated within
                the MAC control sublayer with an opcode indicating a
                MPCP frame.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.2
hh3cDot3MpcpMACCtrlFramesReceived OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MPCP frames passed by the MAC sublayer to the
                MAC Control sublayer. This counter is incremented when a
                ReceiveFrame function call returns a valid frame with:
                (1) a lengthOrType field value equal to the reserved
                Type for 802.3_MAC_Control as specified in 31.4.1.3, and
                (2) an opcode indicating a MPCP frame.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.3
hh3cDot3MpcpDiscoveryWindowsSent OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of discovery windows generated. The counter is
                incremented by one for each generated discovery window.
                This attribute is relevant for an OLT and an ONU. At the
                ONU value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.4
hh3cDot3MpcpDiscoveryTimeout OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a discovery timeout
                occurs. Increment the counter by one for each discovery
                processing state-machine reset resulting from timeout
                waiting for message arrival.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.5
hh3cDot3MpcpTxRegRequest OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a REGISTER_REQ MPCP
                frames transmission occurs. Increment the counter by one
                for each REGISTER_REQ MPCP frame transmitted as defined
                in [802.3ah] clause 64. This counter is mandatory for an
                ONU. This attribute is relevant for an OLT and an ONU.
                At the OLT value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.6
hh3cDot3MpcpRxRegRequest OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a REGISTER_REQ MPCP
                frames reception occurs. A single counter at the ONU and
                a set of counters, one for each LLID, at the OLT.
                Increment the counter by one for each REGISTER_REQ MPCP
                frame received for each LLID as defined in [802.3ah]
                clause 64. This counter is mandatory for an ONU and for
                an OLT. At the ONU value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.7
hh3cDot3MpcpTxRegAck OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a REGISTER_ACK MPCP
                frames transmission occurs. Increment the counter by one
                for each REGISTER_ACK MPCP frame transmitted as defined
                in [802.3ah] clause 64. This counter is mandatory for an
                ONU. This attribute is relevant for an OLT and an ONU.
                At the OLT the value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.8
hh3cDot3MpcpRxRegAck OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a REGISTER_ACK MPCP
                frames reception occurs. A single counter at the ONU and
                a set of counters, one for each LLID, at the OLT.
                Increment the counter by one for each REGISTER_ACK MPCP
                frame received for each LLID, as defined in [802.3ah]
                clause 64. This counter is mandatory for an ONU and for
                an OLT. At the ONU the value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.9
hh3cDot3MpcpTxReport OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a REPORT MPCP frames
                transmission occurs. Increment the counter by one for
                each REPORT MPCP frame transmitted as defined in
                [802.3ah] clause 64. This counter is mandatory for an
                ONU. This attribute is relevant for an OLT and an ONU.
                At the OLT value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.10
hh3cDot3MpcpRxReport OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a REPORT MPCP frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each REPORT MPCP frame received
                for each LLID, as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU and for an OLT.
                At the ONU value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.11
hh3cDot3MpcpTxGate OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a GATE MPCP frames
                transmission occurs. A set of counters, one for each
                LLID, at the OLT. Increment the counter by one for each
                GATE MPCP frame transmitted, for each LLID, as defined
                in [802.3ah] clause 64. This counter is mandatory for an
                OLT. This attribute is relevant for an OLT and an ONU.
                At the ONU the value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.12
hh3cDot3MpcpRxGate OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a GATE MPCP frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID ,at the OLT. Increment
                the counter by one for each GATE MPCP frame received,
                for each LLID, as defined in [802.3ah] clause 64. This
                counter is mandatory for an ONU and for an OLT. At the
                OLT the value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.13
hh3cDot3MpcpTxRegister OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a REGISTER MPCP frames
                transmission occurs. A set of counters, one for each
                LLID, at the OLT. Increment the counter by one for each
                REGISTER MPCP frame transmitted, for each LLID, as
                defined in [802.3ah] clause 64. This counter is
                mandatory for an OLT. This attribute is relevant for an
                OLT and an ONU. At the ONU the value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.14
hh3cDot3MpcpRxRegister OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a REGISTER MPCP frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each REGISTER MPCP frame
                received, for each LLID, as defined in [802.3ah] clause
                64. This counter is mandatory for an ONU and for an OLT.
                at the OLT the value should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.2.1.1.2.1.15
hh3cDot3MpcpRxNotSupportedMPCP OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a non-supported MPCP
                frames reception occurs. A single counter at the ONU and
                a set of counters, one for each LLID, at the OLT.
                Increment the counter by one for each non-supported MPCP
                frame received, for each LLID, as defined in [802.3ah]
                clause 64. This counter is mandatory for an ONU and for
                an OLT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpObjects(1) hh3cDot3MpcpStatTable(2) hh3cDot3MpcpStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.2.1.2
hh3cDot3MpcpConformance OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.1.2.1
hh3cDot3MpcpGroups OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpConformance(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.1.2.1.1
hh3cDot3MpcpGroupBase OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"A collection of objects of dot3 Mpcp Basic entity state
               definition."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpConformance(2) hh3cDot3MpcpGroups(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.1.2.1.2
hh3cDot3MpcpGroupParam OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"A collection of objects of dot3 Mpcp for P2MP
                parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpConformance(2) hh3cDot3MpcpGroups(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.1.2.1.3
hh3cDot3MpcpGroupStat OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"A collection of objects of dot3 Mpcp Statistics"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpConformance(2) hh3cDot3MpcpGroups(1) 3 }

.1.3.6.1.4.1.25506.2.42.2.1.2.2
hh3cDot3MpcpCompliances OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpConformance(2) 2 }

.1.3.6.1.4.1.25506.2.42.2.1.2.2.1
hh3cDot3MpcpCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"The compliance statement for Multi-point
                    control protocol interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3MpcpMIB(1) hh3cDot3MpcpConformance(2) hh3cDot3MpcpCompliances(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.2
hh3cDot3OmpEmulationMIB OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) 2 }

.1.3.6.1.4.1.25506.2.42.2.2.1
hh3cDot3OmpEmulationObjects OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.2.1.1
hh3cDot3OmpEmulationTable OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for dot3 OmpEmulation MIB modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.2.1.1.1
hh3cDot3OmpEmulationEntry OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot3 OmpEmulation MIB modules table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.2.1.1.1.1
hh3cDot3OmpEmulationID OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of hh3cDot3OmpEmulationID is assigned so as to
                uniquely identify a OMPEmulation entity among the
                subordinate managed objects of the containing object.
                The value is mandated for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationTable(1) hh3cDot3OmpEmulationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.2.1.1.1.2
hh3cDot3OmpEmulationType OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	INTEGER {unknown(1), olt(2), onu(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that indicates that mode of operation
                of the Reconciliation Sublayer for Point to Point
                Emulation (see [802.3ah] clause 65.1). unknown(1) value
                is assigned in initializing, true state or type not yet
                known. olt(2) value is assigned when Sublayer operating
                in OLT mode. onu(3) value is assigned when Sublayer
                operating in ONU mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationTable(1) hh3cDot3OmpEmulationEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2
hh3cDot3OmpEmulationStatTable OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the list of statistics counters of
                [802.3ah] clause 65 OMP interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1
hh3cDot3OmpEmulationStatEntry OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Table entries for Table of statistics counters of
                [802.3ah] clause 65 OMP interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.1
hh3cDot3OmpEmulationSLDErrors OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that do not contain a valid
                SLD field as defined in [802.3ah] clause 65.1.3.3.1.
                This attribute is mandatory for an OLT and optional for
                an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.2
hh3cDot3OmpEmulationCRC8Errors OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that contain a valid SLD
                field, as defined in [802.3ah] clause 65.1.3.3.1, but do
                not pass the CRC-8 check as defined in [802.3ah] clause
                65.1.3.3.3. This attribute is mandatory for an OLT and
                for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.3
hh3cDot3OmpEmulationBadLLID OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that contain a valid SLD
                field, as defined in [802.3ah] clause 65.1.3.3.1, and
                pass the CRC-8 check, as defined in [802.3ah] clause
                65.1.3.3.3, but are discarded due to the LLID check as
                defined in [802.3ah] clause 65.1.3.3.2.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.4
hh3cDot3OmpEmulationGoodLLID OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that contain a valid SLD
                field, as defined in [802.3ah] clause 65.1.3.3.1, and
                pass the CRC-8 check, as defined in [802.3ah] clause
                65.1.3.3.3.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.5
hh3cDot3OmpEmulationOnuPonCastLLID OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that contain a valid SLD
                field in an ONU, as defined in [802.3ah] 65.1.3.3.1,
                passes the CRC-8 check, as defined in [802.3ah]
                65.1.3.3.3, and the frame meets the rule for acceptance
                defined in [802.3ah] 65.1.3.3.2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.6
hh3cDot3OmpEmulationOltPonCastLLID OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that contain a valid SLD
                field in an OLT, as defined in [802.3ah] 65.1.3.3.1,
                passes the CRC-8 check, as defined in [802.3ah]
                65.1.3.3.3, and the frame meets the rule for acceptance
                defined in [802.3ah] 65.1.3.3.2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.7
hh3cDot3OmpEmulationBroadcastLLIDNotOnuID OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that contain a valid SLD
                field in a OLT, as defined in [802.3ah] clause
                65.1.3.3.1, and pass the CRC-8 check, as defined in
                [802.3ah] clause 65.1.3.3.3, and contain broadcast LLID
                as defined in [802.3ah] clause 65.
                This attribute is mandatory for an OLT and for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.8
hh3cDot3OmpEmulationOnuLLIDNotBroadcast OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that contain a valid SLD
                field in a OLT, as defined in [802.3ah] clause
                65.1.3.3.1, and pass the CRC-8 check, as defined in
                [802.3ah] clause 65.1.3.3.3, and contain the ONU's LLID
                as defined in [802.3ah] clause 65. This attribute is
                mandatory for an ONU and mandatory for an OLT (a
                counter per LLID)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.9
hh3cDot3OmpEmulationBroadcastLLIDPlusOnuId OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that contain a valid SLD
                field in a OLT, as defined in [802.3ah] clause
                65.1.3.3.1, and pass the CRC-8 check, as defined in
                [802.3ah] clause 65.1.3.3.3, and contain the broadcast
                LLID plus ONU's LLID (frame reflected) as defined in
                [802.3ah] clause 65. This attribute is mandatory for an
                ONU and mandatory for an OLT (a counter per LLID)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.2.2.1.2.1.10
hh3cDot3OmpEmulationNotBroadcastLLIDNotOnuId OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of frames received that contain a valid SLD
                field in a OLT, as defined in [802.3ah] clause
                65.1.3.3.1, and pass the CRC-8 check, as defined in
                [802.3ah] clause 65.1.3.3.3, and does not contain the
                ONU's LLID as defined in [802.3ah] clause 65. This
                attribute is mandatory for an ONU"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpEmulationObjects(1) hh3cDot3OmpEmulationStatTable(2) hh3cDot3OmpEmulationStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.2.2.2
hh3cDot3OmpeConformance OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) 2 }

.1.3.6.1.4.1.25506.2.42.2.2.2.1
hh3cDot3OmpeGroups OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpeConformance(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.2.2.1.1
hh3cDot3OmpeGroupID OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"A collection of objects of dot3 OMP emulation ID entity
                state definition."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpeConformance(2) hh3cDot3OmpeGroups(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.2.2.1.2
hh3cDot3OmpeGroupStat OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"A collection of objects of dot3 OMP emulation
                Statistics"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpeConformance(2) hh3cDot3OmpeGroups(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.2.2.2
hh3cDot3OmpeCompliances OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpeConformance(2) 2 }

.1.3.6.1.4.1.25506.2.42.2.2.2.2.1
hh3cDot3OmpeCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"The compliance statement for OMPEmulation
                    interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3OmpEmulationMIB(2) hh3cDot3OmpeConformance(2) hh3cDot3OmpeCompliances(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.3
hh3cDot3EponMauMIB OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) 3 }

.1.3.6.1.4.1.25506.2.42.2.3.1
hh3cDot3EponMauObjects OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) 1 }

.1.3.6.1.4.1.25506.2.42.2.3.1.1
hh3cDot3EponMauTable OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for dot3 MAU EPON MIB modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauObjects(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.3.1.1.1
hh3cDot3EponMauEntry OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the dot3 MAU EPON MIB modules table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauObjects(1) hh3cDot3EponMauTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.3.1.1.1.1
hh3cDot3EponMauPCSCodingViolation OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For 100 Mb/ s operation it is a count of the number of
                times an invalid code-group is received, other than the
                /H/ code-group. For 1000 Mb/ s operation it is a count
                of the number of times an invalid codegroup is received,
                other than the /V/ code-group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauObjects(1) hh3cDot3EponMauTable(1) hh3cDot3EponMauEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.3.1.1.1.2
hh3cDot3EponMauFecAbility OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	INTEGER {unknown(1), nonsupported(2), supported(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only value that indicates the support of
                operation of the 1000BASE-PX PHY optional FEC Sublayer
                for Forward error correction see [802.3ah] clause 65.2).
                unknown(1) value is assigned in initializing, for non
                FEC support state or type not yet known. nonsupported(2)
                value is assigned when Sublayer is not support.
                supported(3) value is assigned when Sublayer is
                supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauObjects(1) hh3cDot3EponMauTable(1) hh3cDot3EponMauEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.3.1.1.1.3
hh3cDot3EponMauFecMode OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	INTEGER {unknown(1), disabled(2), enabled(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A read-write value that indicates the mode of operation
                of the 1000BASE-PX PHY optional FEC Sublayer for Forward
                error correction see [802.3ah] clause 65.2).
                A GET operation returns the current mode of operation
                the PHY. A SET operation changes the mode of operation
                of the PHY to the indicated value. unknown(1) value is
                assigned in initializing, for non FEC support state or
                type not yet known. disabled(2) value is assigned when
                Sublayer operating in disabled mode. enabled(3) value is
                assigned when Sublayer operating in FEC mode. writing
                can be done all the time."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauObjects(1) hh3cDot3EponMauTable(1) hh3cDot3EponMauEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.2.3.1.1.1.4
hh3cDot3EponMauFECCorrectedBlocks OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For 10PASS-TS, 2BASE-TL and 1000BASE-PX PHYs, a count
                of corrected FEC blocks. This counter will not increment
                for other PHY Types. Increment the counter by one for
                each received block that is corrected by the FEC
                function in the PHY."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauObjects(1) hh3cDot3EponMauTable(1) hh3cDot3EponMauEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.2.3.1.1.1.5
hh3cDot3EponMauFECUncorrectableBlocks OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For 10PASS-TS, 2BASE-TL and 1000BASE-PX PHYs, a count of
                uncorrectable FEC blocks. This counter will not
                increment for other PHY Types. Increment the counter by
                one for each FEC block that is determined to be
                uncorrectable by the FEC function in the PHY."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauObjects(1) hh3cDot3EponMauTable(1) hh3cDot3EponMauEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.2.3.1.1.1.6
hh3cDot3EponMauBufferHeadCodingViolation OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For 1000 Mbps operation it is a counts of the number of
                invalid code-group received directly from the link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauObjects(1) hh3cDot3EponMauTable(1) hh3cDot3EponMauEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.2.3.2
hh3cDot3EponMauConformance OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) 2 }

.1.3.6.1.4.1.25506.2.42.2.3.2.1
hh3cDot3EponMauGroups OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauConformance(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.3.2.1.1
hh3cDot3EponMauGroupAll OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"A collection of objects of dot3 MAU definition."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauConformance(2) hh3cDot3EponMauGroups(1) 1 }

.1.3.6.1.4.1.25506.2.42.2.3.2.1.2
hh3cDot3EponMauGroupFEC OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"A collection of objects of FEC group definition."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauConformance(2) hh3cDot3EponMauGroups(1) 2 }

.1.3.6.1.4.1.25506.2.42.2.3.2.2
hh3cDot3EponMauCompliances OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauConformance(2) 2 }

.1.3.6.1.4.1.25506.2.42.2.3.2.2.1
hh3cDot3EponMauCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"The compliance statement for MAU EPON interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauConformance(2) hh3cDot3EponMauCompliances(2) 1 }

.1.3.6.1.4.1.25506.2.42.2.3.3
hh3cDot3EponMauType OBJECT-TYPE
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) 3 }

.1.3.6.1.4.1.25506.2.42.2.3.3.1
hh3cEponMauType1000BasePXOLT OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"Multipoint MAC Control (per 802.3 section 64,65) OLT
                    (master), unknown PMD"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 1 }

.1.3.6.1.4.1.25506.2.42.2.3.3.2
hh3cEponMauType1000BasePXONU OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"Multipoint MAC Control (per 802.3 section 64,65),ONU
       (slave), unknown PMD"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 2 }

.1.3.6.1.4.1.25506.2.42.2.3.3.3
hh3cEponMauType1000BasePX10DOLT OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"EPON over 10K link, downlink (per 802.3 section 60),
                    OLT side"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 3 }

.1.3.6.1.4.1.25506.2.42.2.3.3.4
hh3cEponMauType1000BasePX10DONU OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"EPON over 10K link, downlink (per 802.3 section 60),
                    ONU side"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 4 }

.1.3.6.1.4.1.25506.2.42.2.3.3.5
hh3cEponMauType1000BasePX10UOLT OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"EPON over 10K link, uplink (per 802.3 section 60),
                    OLT side"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 5 }

.1.3.6.1.4.1.25506.2.42.2.3.3.6
hh3cEponMauType1000BasePX10UONU OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"EPON over 10K link, uplink (per 802.3 section 60),
                    ONU side"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 6 }

.1.3.6.1.4.1.25506.2.42.2.3.3.7
hh3cEponMauType1000BasePX20DOLT OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"EPON over 20K link, downlink (per 802.3 section 60),
                    OLT side"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 7 }

.1.3.6.1.4.1.25506.2.42.2.3.3.8
hh3cEponMauType1000BasePX20DONU OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"EPON over 20K link, downlink (per 802.3 section 60),
                    ONU side"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 8 }

.1.3.6.1.4.1.25506.2.42.2.3.3.9
hh3cEponMauType1000BasePX20UOLT OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"EPON over 20K link, uplink (per 802.3 section 60),
                    OLT side"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 9 }

.1.3.6.1.4.1.25506.2.42.2.3.3.10
hh3cEponMauType1000BasePX20UONU OBJECT-GROUP
  -- FROM	HH3C-DOT3-EFM-EPON-MIB
  DESCRIPTION	"EPON over 20K link, uplink (per 802.3 section 60),
                    ONU side"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cDot3EfmeponMIB(2) hh3cDot3EponMauMIB(3) hh3cDot3EponMauType(3) 10 }

.1.3.6.1.4.1.25506.2.42.3
hh3cEfmOamMIB MODULE-IDENTITY
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"The MIB module for managing the new Ethernet OAM features
          introduced by the Ethernet in the First Mile task force (IEEE
          802.3ah).  The functionality presented here is based on IEEE
          802.3ah [802.3ah], released in October, 2004.

          In particular, this MIB focused on the changes to Clause 30 of
          the draft that are not specific to any physical layer.  These
          changes are primarily reflected in the new OAM features
          developed under this project, that can be applied to any
          Ethernet like interface.  The OAM features are described in
          Clause 57 of [802.3ah].
          This MIB is excerpted from the draft files directly,only changed
          the object name,added the hh3c as prefix.

          The following reference is used throughout this MIB module:

            [802.3ah] refers to:
              IEEE Std 802.3ah-2004: 'Draft amendment to -
              Information technology - Telecommunications and
              information exchange between systems - Local and
              metropolitan are networks - Specific requirements - Part
              3: Carrier sense multiple access with collision detection
              (CSMA/CD) access method and physical layer specifications
              - Media Access Control Parameters, Physical Layers and
              Management Parameters for subscriber access networks',
              October 2004.

            [802-2001] refers to:
              'IEEE Standard for LAN/MAN (Local Area
              Network/Metropolitan Area Network): Overview and
              Architecture', IEEE 802, June 2001."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) 3 }

.1.3.6.1.4.1.25506.2.42.3.1
hh3cDot3OamMIB OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.1
hh3cDot3OamTable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Primary controls and status for the OAM capabilities of an
          Ethernet like interface.  There will be one row in this table
          for each Ethernet like interface in the system that supports
          the Ethernet OAM functions defined in [802.3ah]."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.1.1
hh3cDot3OamEntry OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the table, containing information on the Ethernet
          OAM function for a single Ethernet like interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.1.1.1
hh3cDot3OamAdminState OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {disabled(1), enabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to provision the default administrative
          OAM mode for this interface.  This object represents the
          desired state of OAM for this interface.

          The hh3cDot3OamAdminState always starts in the disabled(1) state
          until an explicity management action or configuration
          information retained by the system causes a transition to the
          enabled(2) state.
          Note that the value of this object is ignored when the
          interface is not operating in full-duplex mode.  OAM is not
          supported on half-duplex links."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTable(1) hh3cDot3OamEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.1.1.2
hh3cDot3OamOperStatus OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {disabled(1), linkfault(2), passiveWait(3), activeSendLocal(4), sendLocalAndRemote(5), sendLocalAndRemoteOk(6), oamPeeringLocallyRejected(7), oamPeeringRemotelyRejected(8), operational(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"At initialization and failure conditions, two OAM entities on
          the same full-duplex Ethernet link begin a discovery phase to
          determine what OAM capabilities may be used on that link.  The
          progress of this initialization is controlled by the OAM
          sublayer.

          This value is always disabled(1) if OAM is disabled on this
          interface via the hh3cDot3OamAdminState.

          If the link has detected a fault and is transmitting OAMPDUs
          with a link fault indication, the value is linkFault(2).

          The passiveWait(3) state is returned only by OAM entities in
          passive mode (hh3cDot3OamMode) and reflects the state in which the
          OAM entity is waiting to see if the peer device is OAM
          capable.  The activeSendLocal(4) is used by active mode
          devices (hh3cDot3OamMode) and reflects the OAM entity actively
          trying to discover whether the peer has OAM capability but has
          not yet made that determination.

          The state sendLocalAndRemote(5) reflects that the local OAM
          entity has discovered the peer but has not yet accepted or
          rejected the configuration of the peer.  The local device can,
          for whatever reason, decide that the peer device is
          unacceptable and decline OAM peering.  If the local OAM entity
          rejects the peer OAM entity, the state becomes
          oamPeeringLocallyRejected(7).  If the OAM peering is allowed
          by the local device, the state moves to
          sendLocalAndRemoteOk(6).  Note that both the
          sendLocalAndRemote(5) and oamPeeringLocallyRejected(7) states
          fall within the state SEND_LOCAL_REMOTE of the Discovery state
          diagram [802.3ah, Figure 57-5], with the difference being
          whether the local OAM client has actively rejected the peering
          or has just not indicated any decision yet.  Whether a peering
          decision has been made is indicated via the local flags field
          in the OAMPDU (reflected in the aOAMLocalFlagsField of
          30.3.6.1.10).

          If the remote OAM entity rejects the peering, the state
          becomes oamPeeringRemotelyRejected(8).  Note that both the
          sendLocalAndRemoteOk(6) and oamPeeringRemotelyRejected(8)
          states fall within the state SEND_LOCAL_REMOTE_OK of the
          Discovery state diagram [802.3ah, Figure 57-5], with the
          difference being whether the remote OAM client has rejected
          the peering or has just not yet decided.  This is indicated
          via the remote flags field in the OAM PDU (reflected in the
          aOAMRemoteFlagsField of 30.3.6.1.11).

          When the local OAM entity learns that both it and the remote
          OAM entity have accepted the peering, the state moves to
          operational(9) corresponding to the SEND_ANY state of the
          Discovery state diagram [802.3ah, Figure 57-5]."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTable(1) hh3cDot3OamEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.3.1.1.1.3
hh3cDot3OamMode OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {active(1), passive(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object configures the mode of OAM operation for this
          Ethernet like interface.  OAM on Ethernet interfaces may be in
          'active' mode or 'passive' mode.  These two modes differ in
          that active mode provides additional capabilities to initiate
          monitoring activities with the remote OAM peer entity, while
          passive mode generally waits for the peer to initiate OAM
          actions with it.  As an example, an active OAM entity can put
          the remote OAM entity in a loopback state, where a passive OAM
          entity cannot.

          Changing this value results in incrementing the configuration
          revision field of locally generated OAMPDUs (30.3.6.1.12) and
          potentially re-doing the OAM discovery process if the
          hh3cDot3OamOperStatus was already operational(9)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTable(1) hh3cDot3OamEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.3.1.1.1.4
hh3cDot3OamMaxOamPduSize OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Integer32 (64..1522) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The largest OAMPDU that the OAM entity supports.  OAM
          entities exchange maximum OAMPDU sizes and negotiate to use
          the smaller of the two maximum OAMPDU sizes between the peers.
          This value is determined by the local implementation.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTable(1) hh3cDot3OamEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.3.1.1.1.5
hh3cDot3OamConfigRevision OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The configuration revision of the OAM entity as reflected in
          the latest OAMPDU sent by the OAM entity.  The config revision
          is used by OAM entities to indicate configuration changes have
          occured which might require the peer OAM entity to re-evaluate
          whether the peering is allowed.  See local_satisfied in
          [802.3ah, 57.3.1.2]."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTable(1) hh3cDot3OamEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.3.1.1.1.6
hh3cDot3OamFunctionsSupported OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	BITS {unidirectionalSupport(0), loopbackSupport(1), eventSupport(2), variableSupport(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OAM functions supported on this Ethernet like interface.
          OAM consists of separate functional sets beyond the basic
          discovery process which is always required.  These functional
          groups can be supported independently by any implementation.
          These values are communicated to the peer via the local
          configuration field of Information OAMPDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTable(1) hh3cDot3OamEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.3.1.2
hh3cDot3OamPeerTable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about the OAM peer for a particular Ethernet like
          interface.  OAM entities communicate with a single OAM peer
          entity on full-duplex Ethernet links on which OAM is enabled
          and operating properly.

          In certain states, the OAM peer information is not available.
          Whether peer information is available is communicated via the
          hh3cDot3OamPeerStatus object.  When this object is inactive, all
          other information in the row is to be considered invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) 2 }

.1.3.6.1.4.1.25506.2.42.3.1.2.1
hh3cDot3OamPeerEntry OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the table, containing information on the peer OAM
          entity for a single Ethernet like interface.

          Note that there is at most one OAM peer for each Ethernet like
          interface.  There is exactly one row in this table for each
          Ethernet like interface supporting OAM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamPeerTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.2.1.1
hh3cDot3OamPeerStatus OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the information in this row
          should be considered valid.  When active(1), the information
          is valid and represents the current peer of the OAM entity.
          When inactive(2), the information in this row is invalid.

          A value of inactive(2) is returned if the hh3cDot3OamOperStatus is
          disabled, passiveWait, or activeSendLocal.  For all other
          values of hh3cDot3OamOperStatus, a value of active(1) is returned.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamPeerTable(2) hh3cDot3OamPeerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.2.1.2
hh3cDot3OamPeerMacAddress OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address of the peer OAM entity.  The MAC address is
          derived from the most recently received OAMPDU.  This value is
          initialized to all zeros (0x000000000000).  This value is
          invalid if the hh3cDot3OamPeerStatus is inactive.

          An OAMPDU is indicated by a valid frame with (1) destination
          MAC address equal to that of the reserved MAC address for Slow
          Protocols (See 43B of [802.3ah]), (2) a lengthOrType field
          equal to the reserved type for Slow Protocols, (3) and a Slow
          Protocols subtype equal to that of the subtype reserved for
          OAM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamPeerTable(2) hh3cDot3OamPeerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.3.1.2.1.3
hh3cDot3OamPeerVendorOui OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  -- TEXTUAL CONVENTION Dot3Oui
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OUI of the OAM peer as reflected in the latest
          Information OAMPDU received with a Local Information TLV.  The
          OUI can be used to identify the vendor of the remote OAM
          entity.  This value is initialized to all zeros (0x000000).
          This value is considered invalid if the hh3cDot3OamPeerStatus is
          inactive.

          An Information OAMPDU is indicated by a valid frame with (1)
          destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (See 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, (4) a OAM code that equals the code
          reserved for Information OAMPDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamPeerTable(2) hh3cDot3OamPeerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.3.1.2.1.4
hh3cDot3OamPeerVendorInfo OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Vendor Info of the OAM peer as reflected in the latest
          Information OAMPDU received with a Local Information TLV.  The
          vendor information field is within the Local Information TLV,
          and can be used to determine additional information about the
          peer entity.  The format of the vendor information is
          unspecified within the 32-bit field.  This value is intialized
          to all zeros (0x00000000).  This value is invalid if the
          hh3cDot3OamPeerStatus is inactive.

          An Information OAMPDU is indicated by a valid frame with (1)
          destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (See 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) a OAM code that equals the
          code reserved for Information OAMPDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamPeerTable(2) hh3cDot3OamPeerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.3.1.2.1.5
hh3cDot3OamPeerMode OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {active(1), passive(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The mode of the OAM peer as reflected in the latest
          Information OAMPDU received with a Local Information TLV.  The
          mode of the peer can be determined from the Configuration
          field in the Local Information TLV of the last Information
          OAMPDU received from the peer.  This value is initialized to
          unknown(3), and is not valid if the hh3cDot3OamPeerStatus is
          inactive.

          An Information OAMPDU is indicated by a valid frame with (1)
          destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (See 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) a OAM code that equals the
          code reserved for Information OAMPDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamPeerTable(2) hh3cDot3OamPeerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.3.1.2.1.6
hh3cDot3OamPeerMaxOamPduSize OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Integer32 (64..1522) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum size of OAMPDU supported by the peer as reflected
          in the latest Information OAMPDU received with a Local
          Information TLV.   Ethernet OAM on this interface must not use
          OAMPDUs that exceed this size.  The maximum OAMPDU size can be
          determined from the PDU Configuration field of the Local
          Information TLV of the last Information OAMPDU received from
          the peer.  This value is initialized to 64, and is invalid if
          the hh3cDot3OamPeerStatus is inactive.

          An Information OAMPDU is indicated by a valid frame with (1)
          destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (See 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) a OAM code that equals the
          code reserved for Information OAMPDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamPeerTable(2) hh3cDot3OamPeerEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.3.1.2.1.7
hh3cDot3OamPeerConfigRevision OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The configuration revision of the OAM peer as reflected in
          the latest OAMPDU.  This attribute is changed by the peer
          whenever it has a local configuration change for Ethernet OAM
          this interface.  This value is initialized to all zeros
          (0x00000000), and is invalid if the hh3cDot3OamPeerStatus is
          inactive.

          The configuration revision can be determined from the Revision
          field of the Local Information TLV of the most recently
          received Information OAMPDU with a Local Information TLV.

          An Information OAMPDU is indicated by a valid frame with (1)
          destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (See 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) a OAM code that equals the
          code reserved for Information OAMPDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamPeerTable(2) hh3cDot3OamPeerEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.3.1.2.1.8
hh3cDot3OamPeerFunctionsSupported OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	BITS {unidirectionalSupport(0), loopbackSupport(1), eventSupport(2), variableSupport(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OAM functions supported on this Ethernet like interface.
          OAM consists of separate functionality sets above the basic
          discovery process.  This value indicates the capabilities of
          the peer OAM entity with respect to these functions.  This
          value is initialized so all bits are clear, and is invalid if
          the hh3cDot3OamPeerStatus is inactive.

          The capbilities of the OAM peer can be determined from the
          configuration field of the Local Information TLV of the most
          recently received Information OAMPDU with a Local Information
          TLV.

          An Information OAMPDU is indicated by a valid frame with (1)
          destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (See 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) a OAM code that equals the
          code reserved for Information OAMPDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamPeerTable(2) hh3cDot3OamPeerEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.3.1.3
hh3cDot3OamLoopbackTable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains methods to control the loopback state of
          the local link as well as indicating the status of the
          loopback function.

          Loopback can be used to place the remote OAM entity in a state
          where every received frame (except OAMPDUs) are echoed back
          over the same interface on which they were received.   In this
          state, at the remote entity, 'normal' traffic is disabled as
          only the looped back frames are transmitted on the interface.
          Loopback is thus an intrusive operation that prohibits normal
          data flow and should be used accordingly."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) 3 }

.1.3.6.1.4.1.25506.2.42.3.1.3.1
hh3cDot3OamLoopbackEntry OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the table, containing information on the loopback
          status for a single Ethernet like interface.  There is an
          entry in this table for every Ethernet like interface on which
          supports OAM and loopback function within OAM (as indicated in
          hh3cDot3OamFunctionsSupported)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamLoopbackTable(3) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.3.1.1
hh3cDot3OamLoopbackCommand OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {noLoopback(1), startRemoteLoopback(2), stopRemoteLoopback(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute initiates or terminates remote loopback with
          an OAM peer.  Writing startRemoteLoopback(2) to this attribute
          cause the local OAM client to send a loopback OAMPDU to the
          OAM peer with the loopback enable flags set.  Writing
          stopRemoteLoopback(3) to this attribute will cause the local
          OAM client to send a loopback OAMPDU to the OAM peer with the
          loopback enable flags cleared.  Writing noLoopback to this
          attribute has no effect.

          Writes to this attribute are ignored unless the OAM status of
          this interface is 'operational' (hh3cDot3OamOperStatus).

          The attribute always returns noLoopback on a read.  To
          determine the loopback status, use the attribute
          hh3cDot3OamLoopbackStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamLoopbackTable(3) hh3cDot3OamLoopbackEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.3.1.2
hh3cDot3OamLoopbackStatus OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {noLoopback(1), initiatingLoopback(2), remoteLoopback(3), terminatingLoopback(4), localLoopback(5), unknown(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The loopback status of the OAM entity.  This status is
          determined by a combination of the local parser and
          multiplexer states, the remote parser and multiplexer states,
          as well as by the actions of the local OAM client.  When
          operating in normal mode with no loopback in progress, the
          status reads noLoopback(1).

          If the OAM client has sent an Loopback OAMPDU and is waiting
          for a response, where the local parser and multiplexer states
          are DISCARD (see [802.3ah, 57.2.11.1]), the status is
          'initiatingLoopback'.  In this case, the local OAM entity has
          yet to receive any acknowledgement that the remote OAM entity
          has received its loopback command request.

          If the local OAM client knows that the remote OAM entity is in
          loopback mode (via the remote state information as described
          in [802.3ah, 57.2.11.1, 30.3.6.1.15]), the status is
          remoteLoopback(3).  If the local OAM client is in the process
          of terminating the remote loopback [802.3ah, 57.2.11.3,
          30.3.6.1.14], with its local multiplexer and parser states in
          DISCARD, the status is terminatingLoopback(4).  If the remote
          OAM client has put the local OAM entity in loopback mode as
          indicated by its local parser state, the status is
          localLoopback(5).

          The unknown(6) status indicates the parser and multiplexer
          combination is unexpected.  This status may be returned if the
          OAM loopback is in a transition state but should not persist.

          The values of this attribute correspond to the following
          values of the local and remote parser and multiplexer states.

            value            LclPrsr   LclMux    RmtPrsr   RmtMux
            noLoopback         FWD       FWD       FWD       FWD
            initLoopback     DISCARD   DISCARD     FWD       FWD
            rmtLoopback      DISCARD     FWD      LPBK    DISCARD
            tmtngLoopback    DISCARD   DISCARD    LPBK    DISCARD
            lclLoopback        LPBK    DISCARD   DISCARD     FWD
            unknown            ***   any other combination   ***
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamLoopbackTable(3) hh3cDot3OamLoopbackEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.3.1.3.1.3
hh3cDot3OamLoopbackIgnoreRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {ignore(1), process(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Since OAM loopback is a distruptive operation (user traffic
          does not pass), this attribute provides a mechanism to provide
          controls over whether received OAM loopback commands are
          processed or ignored.  When the value is ignore(1), received
          loopback commands are ignored.  When the value is process(2),
          OAM loopback commands are processed.  The default value is to
          ignore loopback commands (ignore(1)).

          The attribute has no meaning if the local OAM entity does not
          support the loopback function (as defined in
          hh3cDot3OamFunctionsSupported)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamLoopbackTable(3) hh3cDot3OamLoopbackEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.3.1.4
hh3cDot3OamStatsTable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Statistics for the OAM function on a particular Ethernet like
          interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) 4 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1
hh3cDot3OamStatsEntry OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the table, containing statistics information on
          the Ethernet OAM function for a single Ethernet like
          interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.1
hh3cDot3OamInformationTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Information OAMPDUs transmitted on
          this interface.

          An Information OAMPDU is identified by a valid frame with (1)
          a destination MAC address that equals the reserved MAC address
          for Slow Protocols (see 43B of [802.3ah]), (2) a lengthOrType
          field that equals the reserved type for Slow Protocols, (3) a
          Slow Protocols subtype that equals the subtype reserved for OAM,
          and (4) an OAMPDU code that equals the OAM Information code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.2
hh3cDot3OamInformationRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Information OAMPDUs received on this
          interface.

          An Information OAMPDU is identified by a valid frame with (1)
          a destination MAC address that equals the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field that equals the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype that equals the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Information code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.3
hh3cDot3OamUniqueEventNotificationTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of unique Event OAMPDUs transmitted on
          this interface.  Event notifications may be sent in duplicate
          to increase the probability of being successfully received,
          given the possiblity that a frame may be lost in transit.

          An Event Notification OAMPDU is identified by a valid frame
          with (1) a destination MAC address that equals the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field that equals the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype that equals the
          subtype reserved for OAM, and (4) an OAMPDU code that equals
          the OAM Event code.

          An Event Notification OAMPDU is uniquely identified by its
          Sequence Number field.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.4
hh3cDot3OamUniqueEventNotificationRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of unique Event OAMPDUs received on
          this interface.  Event notification OAMPDUs may be sent in
          duplicate to increase the probability of being successfully
          received, given the possiblity that a frame may be lost in
          transit.

          An Event Notification OAMPDU is indicated by a valid frame
          with (1) a destination MAC address that equals the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field that equals the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype that equals the
          subtype reserved for OAM, and (4) an OAMPDU code that equals
          the OAM Event code.

          An Event Notification OAMPDU is uniquely identified by its
          Sequence Number field.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.5
hh3cDot3OamDuplicateEventNotificationTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of duplicate Event OAMPDUs transmitted
          on this interface.  Event notification OAMPDUs may be sent in
          duplicate to increase the probability of being successfully
          received, given the possiblity that a frame may be lost in
          transit.

          An Event Notification OAMPDU is indicated by a valid frame
          with (1) a destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype that equals the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Event code.

          A duplicate Event Notification OAMPDU is indicated as an Event
          Notification OAMPDU with a Sequence Number field that is
          identical to the previously transmitted Event Notification
          OAMPDU Sequence Number.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.6
hh3cDot3OamDuplicateEventNotificationRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of duplicate Event OAMPDUs received on
          this interface.  Event notification OAMPDUs may be sent in
          duplicate to increase the probability of being successfully
          received, given the possiblity that a frame may be lost in
          transit.

          An Event Notification OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Event code.

          A duplicate Event Notification OAMPDU is indicated as an Event
          Notification OAMPDU with a Sequence Number field that is
          identical to the previously received Event Notification OAMPDU
          Sequence Number.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.7
hh3cDot3OamLoopbackControlTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Loopback Control OAMPDUs transmitted
          on this interface.

          A Loopback Conrol OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Loopback Control code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.8
hh3cDot3OamLoopbackControlRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Loopback Control OAMPDUs transmitted
          on this interface.

          A Loopback Control OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Loopback Control code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.9
hh3cDot3OamVariableRequestTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Request OAMPDUs transmitted
          on this interface.

          A Variable Request OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Variable Request code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.10
hh3cDot3OamVariableRequestRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Request OAMPDUs received on
          this interface.

          A Variable Request OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Variable Request code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.11
hh3cDot3OamVariableResponseTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Response OAMPDUs
          transmitted on this interface.

          A Variable Response OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Variable Response code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.12
hh3cDot3OamVariableResponseRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Response OAMPDUs received
          on this interface.

          A Variable Response OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Variable Response code.
          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.13
hh3cDot3OamOrgSpecificTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Organization Specific OAMPDUs
          transmitted on this interface.

          An Organization Specific OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Organization Specific code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.14
hh3cDot3OamOrgSpecificRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Organization Specific OAMPDUs
          received on this interface.

          An Organization Specific OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Organization Specific code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.15
hh3cDot3OamUnsupportedCodesTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of OAMPDUs transmitted  on this
          interface with an unsupported op-code.

          An unsupported opcode OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          opcode for a function that is not supported by the device.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.16
hh3cDot3OamUnsupportedCodesRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of OAMPDUs received on this interface
          with an unsupported op-code.

          An unsupported opcode OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          opcode for a function that is not supported by the device.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.3.1.4.1.17
hh3cDot3OamFramesLostDueToOam OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of frames that were dropped by the OAM
          multiplexer.  Since the OAM mulitplexer has multiple inputs
          and a single output, there may be cases where frames are
          dropped due to transmit resource contention.  This counter is
          incremented whenever a frame is dropped by the OAM layer.
          When this counter is incremented, no other counters in this
          MIB are incremented.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStatsTable(4) hh3cDot3OamStatsEntry(1) 17 }

.1.3.6.1.4.1.25506.2.42.3.1.5
hh3cDot3OamEventConfigTable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Ethernet OAM includes the ability to generate and receive
          event notifications to indicate various link problems.  This
          table contains the mechanisms to configure the thresholds to
          generate the standard Ethernet OAM events.

          These events are:
            - Errored Symbol Period Event.  Generated when the number of
              symbol errors exceeds a threshold within a given window
              defined by a number of symbols (e.g. 1,000 symbols out of
              1,000,000 had errors).
            - Errored Frame Period Event.  Generated when the number of
              frame errors exceeds a threshold within a given window
              defined by a number of frames (e.g. 10 frames out of 1000
              had errors).
            - Errored Frame Event.  Generated when the number of frame
              errors exceeds a threshold within a given window defined
              by a period of time (e.g. 10 frames in 1 second had
              errors).
            - Errored Frame Seconds Summary Event.  Generated when the
              number of errored frame seconds exceeds a threshold within
              a given time period (e.g. 10 errored frame seconds within
              the last 100 seconds).  An errored frame second is defined
              as a 1 second interval which had >0 frame errors.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) 5 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1
hh3cDot3OamEventConfigEntry OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Event configuration information is available for every
          Ethernet like interface that supports OAM and the event
          function of OAM as indicated in the hh3cDot3OamFunctionsSupported
          attribute.

          Event configuration controls when the local management entity
          sends Event Notification OAMPDUs to its OAM peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.1
hh3cDot3OamErrSymPeriodWindowHi OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The two objects hh3cDot3OamErrSymPeriodWindowHi and
          hh3cDot3OamErrSymPeriodLo together form an unsigned 64-bit
          integer representing the number of symbols over which this
          threshold event is defined.  This is defined as
          hh3cDot3OamErrSymPeriodWindow = ((2^32)*hh3cDot3OamErrSymPeriodWindowHi)
                                          + hh3cDot3OamErrSymPeriodWindowLo

          If hh3cDot3OamErrSymPeriodThreshold symbol errors occur within a
          window of hh3cDot3OamErrSymPeriodWindow symbols, an Event
          Notification OAMPDU should be generated with an Errored Symbol
          Period Event TLV indicating the threshold has been crossed in
          this window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.2
hh3cDot3OamErrSymPeriodWindowLo OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The two objects hh3cDot3OamErrSymPeriodWindowHi and
          hh3cDot3OamErrSymPeriodWindowLo together form an unsigned 64-bit
          integer representing the number of symbols over which this
          threshold event is defined.  This is defined as

        hh3cDot3OamErrSymPeriodWindow = ((2^32)*hh3cDot3OamErrSymPeriodWindowHi)
                                          + hh3cDot3OamErrSymPeriodWindowLo

          If hh3cDot3OamErrSymPeriodThreshold symbol errors occur within a
          window of hh3cDot3OamErrSymPeriodWindow symbols, an Event
          Notification OAMPDU should be generated with an Errored Symbol
          Period Event TLV indicating the threshold has been crossed in
          this window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.3
hh3cDot3OamErrSymPeriodThresholdHi OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The two objects hh3cDot3OamErrSymPeriodThresholdHi and
          hh3cDot3OamErrSymPeriodThresholdLo together form an unsigned
          64-bit integer representing the number of symbol errors that
          must occur within a given window to cause this event.

          This is defined as

            hh3cDot3OamErrSymPeriodThreshold =
                              ((2^32) * hh3cDot3OamErrSymPeriodThresholdHi)
                                      + hh3cDot3OamErrSymPeriodThresholdLo
          If hh3cDot3OamErrSymPeriodThreshold symbol errors occur within a
          window of hh3cDot3OamErrSymPeriodWindow symbols, an Event
          Notification OAMPDU should be generated with an Errored Symbol
          Period Event TLV indicating the threshold has been crossed in
          this window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.4
hh3cDot3OamErrSymPeriodThresholdLo OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The two objects hh3cDot3OamErrSymPeriodThresholdHi and
          hh3cDot3OamErrSymPeriodThresholdLo together form an unsigned
          64-bit integer representing the number of symbol errors that
          must occur within a given window to cause this event.

          This is defined as

            hh3cDot3OamErrSymPeriodThreshold =
                              ((2^32) * hh3cDot3OamErrSymPeriodThresholdHi)
                                      + hh3cDot3OamErrSymPeriodThresholdLo


          If hh3cDot3OamErrSymPeriodThreshold symbol errors occur within a
          window of hh3cDot3OamErrSymPeriodWindow symbols, an Event
          Notification OAMPDU should be generated with an Errored Symbol
          Period Event TLV indicating the threshold has been crossed in
          this window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.5
hh3cDot3OamErrSymPeriodEvNotifEnable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the occurence of Errored Symbol Period
          Events should result in Event Notification OAMPDUs generated
          by the OAM layer.

          By default, this object should have the value enabled(1) for
          Ethernet like interfaces that support OAM.  If the OAM layer
          does not support event notifications (as indicated via the
          hh3cDot3OamFunctionsSupported attribute), this value is ignored.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.6
hh3cDot3OamErrFramePeriodWindow OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of frames over which the threshold is defined.

          If hh3cDot3OamErrFramePeriodThreshold frame errors occur within a
          window of hh3cDot3OamErrFramePeriodWindow frames, an Event
          Notification OAMPDU should be generated with an Errored Frame
          Period Event TLV indicating the threshold has been crossed in
          this window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.7
hh3cDot3OamErrFramePeriodThreshold OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of frame errors that must occur for this event to
          be triggered.

          If hh3cDot3OamErrFramePeriodThreshold frame errors occur within a
          window of hh3cDot3OamErrFramePeriodWindow frames, an Event
          Notification OAMPDU should be generated with an Errored Frame
          Period Event TLV indicating the threshold has been crossed in
          this window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.8
hh3cDot3OamErrFramePeriodEvNotifEnable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the occurence of an Errored Frame Period
          Event should result in an Event Notification OAMPDU generated
          by the OAM layer.

          By default, this object should have the value enabled(1) for
          Ethernet like interfaces that support OAM.  If the OAM layer
          does not support event notifications (as indicated via the
          hh3cDot3OamFunctionsSupported attribute), this value is ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.9
hh3cDot3OamErrFrameWindow OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The amount of time (in 100ms increments) over which the
          threshold is defined.

         If hh3cDot3OamErrFrameThreshold frame errors occur within a window
         of hh3cDot3OamErrFrameWindow seconds (measured in tenths of
         seconds), an Event Notification OAMPDU should be generated with
         an Errored Frame Event TLV indicating the threshold has been
         crossed in this window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.10
hh3cDot3OamErrFrameThreshold OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of frame errors that must occur for this event to
          be triggered.

          If hh3cDot3OamErrFrameThreshold frame errors occur within a window
          of hh3cDot3OamErrFrameWindow (in tenths of seconds), an Event
          Notification OAMPDU should be generated with an Errored Frame
          Event TLV indicating the threshold has been crossed in this
          window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.11
hh3cDot3OamErrFrameEvNotifEnable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the occurence of an Errored Frame Event
          should result in an Event Notification OAMPDU generated by the
          OAM layer.

          By default, this object should have the value enabled(1) for
          Ethernet like interfaces that support OAM.  If the OAM layer
          does not support event notifications (as indicated via the
          hh3cDot3OamFunctionsSupported attribute), this value is ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.12
hh3cDot3OamErrFrameSecsSummaryWindow OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Integer32 (100..9000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The amount of time (in 100ms intervals) over which the
          threshold is defined.

          If hh3cDot3OamErrFrameSecsSummaryThreshold frame errors occur
          within a window of hh3cDot3OamErrFrameSecsSummaryWindow (in tenths
          of seconds), an Event Notification OAMPDU should be generated
          with an Errored Frame Seconds Summary Event TLV indicating the
          threshold has been crossed in this window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.13
hh3cDot3OamErrFrameSecsSummaryThreshold OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Integer32 (1..900) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of errored frame seconds that must occur for this
          event to be triggered.

          If hh3cDot3OamErrFrameSecsSummaryThreshold frame errors occur
          within a window of hh3cDot3OamErrFrameSecsSummaryWindow (in tenths
          of seconds), an Event Notification OAMPDU should be generated
          with an Errored Frame Seconds Summary Event TLV indicating the
          threshold has been crossed in this window."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.3.1.5.1.14
hh3cDot3OamErrFrameSecsEvNotifEnable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the occurence of an Errored Frame Seconds
          Summary Event should result in an Event Notification OAMPDU
          generated by the OAM layer.

          By default, this object should have the value enabled(1) for
          Ethernet like interfaces that support OAM.  If the OAM layer
          does not support event notifications (as indicated via the
          hh3cDot3OamFunctionsSupported attribute), this value is ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventConfigTable(5) hh3cDot3OamEventConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.3.1.6
hh3cDot3OamEventLogTable OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table records a history of the events that have occurred
          at the Ethernet OAM level.  These events can include locally
          detected events, which may result in locally generated
          OAMPDUs, and remotely detected events, which are detected by
          the OAM peer entity and signaled to the local entity via
          Ethernet OAM.  Ethernet OAM events can be signaled by Event
          Notification OAMPDUs or by the flags field in any OAMPDU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) 6 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1
hh3cDot3OamEventLogEntry OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDot3OamEventLogIndex }
  DESCRIPTION	"An entry in the hh3cDot3OamEventLogTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.1
hh3cDot3OamEventLogIndex OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer for identifiying individual events
          within the event log."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.2
hh3cDot3OamEventLogTimestamp OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The date and time that this event instance occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.3
hh3cDot3OamEventLogOui OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  -- TEXTUAL CONVENTION Dot3Oui
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OUI of the entity defining the object type.  All IEEE
          802.3 defined events (as appearing in [802.3ah] except for the
          Organizationally Unique Event TLVs) use the IEEE 802.3 OUI of
          0x0180C2.  Organizations defining their own Event Notification
          TLVs include their OUI in the Event Notification TLV which
          gets reflected here."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.4
hh3cDot3OamEventLogType OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of event that generated this entry in the event log.

          When the OUI is the IEEE 802.3 OUI of 0x0180C2, the following
          event types are defined:
              erroredSymbolEvent(1),
              erroredFramePeriodEvent (2),
              erroredFrameEvent(3),
              erroredFrameSecondsEvent(4),
              linkFault(256),
              dyingGaspEvent(257),
              criticalLinkEvent(258)
          The first four are considered threshold crossing events as
          they are generated when a metric exceeds a given value within
          a specified window.  The other three are not threshold
          crossing events.

          When the OUI is not 0x0180C2, then some other organization has
          defined the event space.  If event subtyping is known to the
          implementation, it may be reflected here.  Otherwise, this
          value should return all Fs (0xFFFFFFFF).
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.5
hh3cDot3OamEventLogLocation OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	INTEGER {local(1), remote(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether this event occurred locally, or was received from the
          OAM peer via Ethernet OAM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.6
hh3cDot3OamEventLogWindowHi OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, the two
          objects hh3cDot3OamEventWindowHi and hh3cDot3OamEventWindowLo form an
          unsigned 64-bit integer yielding the window over which the
          value was measured for the threshold crossing event (e.g. 5,
          when 11 occurrences happened in 5 seconds while the threshold
          was 10).   The two objects are combined as:

          hh3cDot3OamEventLogWindow = ((2^32) * hh3cDot3OamEventLogWindowHi)
                                          + hh3cDot3OamEventLogWindowLo


          Otherwise, this value is returned as all F's (0xFFFFFFFF) and
          adds no useful information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.7
hh3cDot3OamEventLogWindowLo OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, the two
          objects hh3cDot3OamEventWindowHi and hh3cDot3OamEventWindowLo form an
          unsigned 64-bit integer yielding the window over which the
          value was measured for the threshold crossing event (e.g. 5,
          when 11 occurrences happened in 5 seconds while the threshold
          was 10).   The two objects are combined as:
          hh3cDot3OamEventLogWindow = ((2^32) * hh3cDot3OamEventLogWindowHi)
                                          + hh3cDot3OamEventLogWindowLo

          Otherwise, this value is returned as all F's (0xFFFFFFFF) and
          adds no useful information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.8
hh3cDot3OamEventLogThresholdHi OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, the two
          objects hh3cDot3OamEventThresholdHi and hh3cDot3OamEventThresholdLo
          form an unsigned 64-bit integer yielding the value that was
          crossed for the threshold crossing event (e.g. 10, when 11
          occurrences happened in 5 seconds while the threshold was 10).
          The two objects are combined as:

        hh3cDot3OamEventLogThreshold = ((2^32) * hh3cDot3OamEventLogThresholdHi)
                                           + hh3cDot3OamEventLogThresholdLo

          Otherwise, this value is returned as all F's (0xFFFFFFFF) and
          adds no useful information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.9
hh3cDot3OamEventLogThresholdLo OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, the two
          objects hh3cDot3OamEventThresholdHi and hh3cDot3OamEventThresholdLo
          form an unsigned 64-bit integer yielding the value that was
          crossed for the threshold crossing event (e.g. 10, when 11
          occurrences happened in 5 seconds while the threshold was 10).
          The two objects are combined as:

        hh3cDot3OamEventLogThreshold = ((2^32) * hh3cDot3OamEventLogThresholdHi)
                                           + hh3cDot3OamEventLogThresholdLo

          Otherwise, this value is returned as all F's (0xFFFFFFFF) and
          adds no useful information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.10
hh3cDot3OamEventLogValue OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the event represents a threshold crossing event, this
          value indicates the value of the parameter within the given
          window that generated this event (e.g. 11, when 11 occurrences
          happened in 5 seconds while the threshold was 10).

          Otherwise, this value is returned as all F's
          (0xFFFFFFFFFFFFFFFF) and adds no useful information.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.11
hh3cDot3OamEventLogRunningTotal OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value respresents the total number of times this
          occurence has happened since the last reset (e.g. 3253, when
          3253 symbol errors have occurred since the last reset, which
          has resulted in 51 symbol error threshold crossing events
          since the last reset)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.3.1.6.1.12
hh3cDot3OamEventLogEventTotal OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value respresents the total number of times one or more
          of these occurences have resulted in an event (e.g. 51 when
          3253 symbol errors have occurred since the last reset, which
          has resulted in 51 symbol error threshold crossing events
          since the last reset)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamEventLogTable(6) hh3cDot3OamEventLogEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.3.1.7
hh3cDot3OamTraps OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) 7 }

.1.3.6.1.4.1.25506.2.42.3.1.7.0
hh3cDot3OamTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTraps(7) 0 }

.1.3.6.1.4.1.25506.2.42.3.1.7.0.1
hh3cDot3OamThresholdEvent NOTIFICATION-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  OBJECTS	{ ifIndex, hh3cDot3OamEventLogTimestamp, hh3cDot3OamEventLogOui, hh3cDot3OamEventLogType, hh3cDot3OamEventLogLocation, hh3cDot3OamEventLogWindowHi, hh3cDot3OamEventLogWindowLo, hh3cDot3OamEventLogThresholdHi, hh3cDot3OamEventLogThresholdLo, hh3cDot3OamEventLogValue, hh3cDot3OamEventLogRunningTotal, hh3cDot3OamEventLogEventTotal }
  DESCRIPTION	"A hh3cDot3OamThresholdEvent notification is sent when a local or
          remote threshold crossing event is detected.  A local
          threshold crossing event is detected by the local entity,
          while a remote threshold crossing event is detected by the
          reception of an Ethernet OAM Event Notification OAMPDU
          indicating a threshold event.

          This notification should not be sent more than once per
          second.

          The management entity should periodically check
          hh3cDot3OamEventLogTable to detect any missed events."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTraps(7) hh3cDot3OamTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.7.0.2
hh3cDot3OamNonThresholdEvent NOTIFICATION-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  OBJECTS	{ ifIndex, hh3cDot3OamEventLogTimestamp, hh3cDot3OamEventLogOui, hh3cDot3OamEventLogType, hh3cDot3OamEventLogLocation, hh3cDot3OamEventLogEventTotal }
  DESCRIPTION	"A hh3cDot3OamNonThresholdEvent notification is sent when a local
          or remote non-threshold crossing event is detected.  A local
          event is detected by the local entity, while a remote event is
          detected by the reception of an Ethernet OAM Event
          Notification OAMPDU indicating a non-threshold crossing event.
          This notification should not be sent more than once per
          second.

          The management entity should periodically check
          hh3cDot3OamEventLogTable to detect any missed events."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamTraps(7) hh3cDot3OamTrapsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.42.3.1.8
hh3cDot3OamStats2Table OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Statistics for the OAM function on a particular Ethernet-like
          interface.
          
          This object is similar to hh3cDot3OamStatsTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) 8 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1
hh3cDot3OamStats2Entry OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the table, containing statistics on the Ethernet
          OAM function for a single Ethernet-like interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.1
hh3cDot3Oam2InformationTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Information OAMPDUs transmitted on
          this interface.

          An Information OAMPDU is identified by a valid frame with (1)
          a destination MAC address that equals the reserved MAC address
          for Slow Protocols (see 43B of [802.3ah]), (2) a lengthOrType
          field that equals the reserved type for Slow Protocols, (3) a
          Slow Protocols subtype that equals the subtype reserved for OAM,
          and (4) an OAMPDU code that equals the OAM Information code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamInformationTx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.2
hh3cDot3Oam2InformationRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Information OAMPDUs received on this
          interface.

          An Information OAMPDU is identified by a valid frame with (1)
          a destination MAC address that equals the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field that equals the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype that equals the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Information code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamInformationRx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.3
hh3cDot3Oam2UniqueEventNotificationTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of unique Event OAMPDUs transmitted on
          this interface.  Event notifications may be sent in duplicate
          to increase the probability of being successfully received,
          given the possiblity that a frame may be lost in transit.

          An Event Notification OAMPDU is identified by a valid frame
          with (1) a destination MAC address that equals the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field that equals the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype that equals the
          subtype reserved for OAM, and (4) an OAMPDU code that equals
          the OAM Event code.

          An Event Notification OAMPDU is uniquely identified by its
          Sequence Number field.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamUniqueEventNotificationTx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.4
hh3cDot3Oam2UniqueEventNotificationRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of unique Event OAMPDUs received on
          this interface.  Event notification OAMPDUs may be sent in
          duplicate to increase the probability of being successfully
          received, given the possiblity that a frame may be lost in
          transit.

          An Event Notification OAMPDU is indicated by a valid frame
          with (1) a destination MAC address that equals the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field that equals the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype that equals the
          subtype reserved for OAM, and (4) an OAMPDU code that equals
          the OAM Event code.

          An Event Notification OAMPDU is uniquely identified by its
          Sequence Number field.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamUniqueEventNotificationRx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.5
hh3cDot3Oam2DuplicateEventNotificationTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of duplicate Event OAMPDUs transmitted
          on this interface.  Event notification OAMPDUs may be sent in
          duplicate to increase the probability of being successfully
          received, given the possiblity that a frame may be lost in
          transit.

          An Event Notification OAMPDU is indicated by a valid frame
          with (1) a destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype that equals the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Event code.

          A duplicate Event Notification OAMPDU is indicated as an Event
          Notification OAMPDU with a Sequence Number field that is
          identical to the previously transmitted Event Notification
          OAMPDU Sequence Number.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamDuplicateEventNotificationTx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.6
hh3cDot3Oam2DuplicateEventNotificationRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of duplicate Event OAMPDUs received on
          this interface.  Event notification OAMPDUs may be sent in
          duplicate to increase the probability of being successfully
          received, given the possiblity that a frame may be lost in
          transit.

          An Event Notification OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Event code.

          A duplicate Event Notification OAMPDU is indicated as an Event
          Notification OAMPDU with a Sequence Number field that is
          identical to the previously received Event Notification OAMPDU
          Sequence Number.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamDuplicateEventNotificationRx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 6 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.7
hh3cDot3Oam2LoopbackControlTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Loopback Control OAMPDUs transmitted
          on this interface.

          A Loopback Conrol OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Loopback Control code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamLoopbackControlTx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 7 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.8
hh3cDot3Oam2LoopbackControlRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Loopback Control OAMPDUs transmitted
          on this interface.

          A Loopback Control OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Loopback Control code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamLoopbackControlRx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 8 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.9
hh3cDot3Oam2VariableRequestTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Request OAMPDUs transmitted
          on this interface.

          A Variable Request OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Variable Request code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamVariableRequestTx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 9 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.10
hh3cDot3Oam2VariableRequestRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Request OAMPDUs received on
          this interface.

          A Variable Request OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Variable Request code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamVariableRequestRx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 10 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.11
hh3cDot3Oam2VariableResponseTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Response OAMPDUs
          transmitted on this interface.

          A Variable Response OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Variable Response code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamVariableResponseTx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 11 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.12
hh3cDot3Oam2VariableResponseRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Variable Response OAMPDUs received
          on this interface.

          A Variable Response OAMPDU is indicated by a valid frame with
          (1) destination MAC address equal to that of the reserved MAC
          address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Variable Response code.
          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamVariableResponseRx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 12 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.13
hh3cDot3Oam2OrgSpecificTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Organization Specific OAMPDUs
          transmitted on this interface.

          An Organization Specific OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Organization Specific code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamOrgSpecificTx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 13 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.14
hh3cDot3Oam2OrgSpecificRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of Organization Specific OAMPDUs
          received on this interface.

          An Organization Specific OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          OAM Organization Specific code.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamOrgSpecificRx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 14 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.15
hh3cDot3Oam2UnsupportedCodesTx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of OAMPDUs transmitted  on this
          interface with an unsupported op-code.

          An unsupported opcode OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          opcode for a function that is not supported by the device.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamUnsupportedCodesTx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 15 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.16
hh3cDot3Oam2UnsupportedCodesRx OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of OAMPDUs received on this interface
          with an unsupported op-code.

          An unsupported opcode OAMPDU is indicated by a valid frame
          with (1) destination MAC address equal to that of the reserved
          MAC address for Slow Protocols (see 43B of [802.3ah]), (2) a
          lengthOrType field equal to the reserved type for Slow
          Protocols, (3) a Slow Protocols subtype equal to that of the
          subtype reserved for OAM, and (4) an OAMPDU code that equals the
          opcode for a function that is not supported by the device.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamUnsupportedCodesRx."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 16 }

.1.3.6.1.4.1.25506.2.42.3.1.8.1.17
hh3cDot3Oam2FramesLostDueToOam OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of frames that were dropped by the OAM
          multiplexer.  Since the OAM mulitplexer has multiple inputs
          and a single output, there may be cases where frames are
          dropped due to transmit resource contention.  This counter is
          incremented whenever a frame is dropped by the OAM layer.
          When this counter is incremented, no other counters in this
          MIB are incremented.

          Discontinuities of this counter can occur at re-initialization
          of the management system, and at other times as indicated by
          the value of the ifCounterDiscontinuityTime.
          
          This object is similar to hh3cDot3OamFramesLostDueToOam."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamMIB(1) hh3cDot3OamStats2Table(8) hh3cDot3OamStats2Entry(1) 17 }

.1.3.6.1.4.1.25506.2.42.3.2
hh3cDot3OamConformance OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) 2 }

.1.3.6.1.4.1.25506.2.42.3.2.1
hh3cDot3OamGroups OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) 1 }

.1.3.6.1.4.1.25506.2.42.3.2.1.1
hh3cDot3OamControlGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects providing the abilities,
          configuration, and status of an Ethernet OAM entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 1 }

.1.3.6.1.4.1.25506.2.42.3.2.1.2
hh3cDot3OamPeerGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects providing the abilities,
          configuration, and status of a peer Ethernet OAM entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 2 }

.1.3.6.1.4.1.25506.2.42.3.2.1.3
hh3cDot3OamStatsBaseGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects providing the statistics for the
          number of various transmit and recieve events for OAM on an
          Ethernet like interface.  Note that all of these counters must
          be supported even if the related function (as described in
          hh3cDot3OamFunctionsSupported) is not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 3 }

.1.3.6.1.4.1.25506.2.42.3.2.1.4
hh3cDot3OamLoopbackGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects for controlling the OAM remote
          loopback function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 4 }

.1.3.6.1.4.1.25506.2.42.3.2.1.5
hh3cDot3OamErrSymbolPeriodEventGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
          Errored Symbol Period Event.

          Each [802.3ah] defined Event Notification TLV has its own
          conformance group because each event can be implemented
          independently of any other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 5 }

.1.3.6.1.4.1.25506.2.42.3.2.1.6
hh3cDot3OamErrFramePeriodEventGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
          Errored Frame Period Event.

          Each [802.3ah] defined Event Notification TLV has its own
          conformance group because each event can be implemented
          independently of any other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 6 }

.1.3.6.1.4.1.25506.2.42.3.2.1.7
hh3cDot3OamErrFrameEventGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
          Errored Frame Event.

          Each [802.3ah] defined Event Notification TLV has its own
          conformance group because each event can be implemented
          independently of any other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 7 }

.1.3.6.1.4.1.25506.2.42.3.2.1.8
hh3cDot3OamErrFrameSecsSummaryEventGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
          Errored Frame Seconds Summary Event.

          Each [802.3ah] defined Event Notification TLV has its own
          conformance group because each event can be implemented
          independently of any other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 8 }

.1.3.6.1.4.1.25506.2.42.3.2.1.9
hh3cDot3OamEventLogGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects for configuring the thresholds for an
          Errored Frame Seconds Summary Event and maintaining the event
          information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 9 }

.1.3.6.1.4.1.25506.2.42.3.2.1.10
hh3cDot3OamNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of notifications used by Ethernet OAM to signal
         to a management entity that local or remote events have occured
         on a specified Ethernet link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 10 }

.1.3.6.1.4.1.25506.2.42.3.2.1.11
hh3cDot3Oam2StatsBaseGroup OBJECT-GROUP
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"A collection of objects providing the statistics for the
          number of various transmit and recieve events for OAM on an
          Ethernet like interface.  Note that all of these counters must
          be supported even if the related function (as described in
          hh3cDot3OamFunctionsSupported) is not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamGroups(1) 11 }

.1.3.6.1.4.1.25506.2.42.3.2.2
hh3cDot3OamCompliances OBJECT-TYPE
  -- FROM	HH3C-EFM-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) 2 }

.1.3.6.1.4.1.25506.2.42.3.2.2.1
hh3cDot3OamCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-EFM-COMMON-MIB
  DESCRIPTION	"The compliance statement for managed entities
                     supporting OAM on Ethernet like interfaces.
                     "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEfmOamMIB(3) hh3cDot3OamConformance(2) hh3cDot3OamCompliances(2) 1 }

.1.3.6.1.4.1.25506.2.42.4
hh3cEponDeviceMIB MODULE-IDENTITY
  -- FROM	HH3C-EPON-DEVICE-MIB
  DESCRIPTION	"The objects in this MIB module are used to manage
                Ethernet Passive Optical Network (EPON) devices which
                are based on the Ethernet in the First Mile (EFM) PON
                as defined in IEEE Draft P802.3ah/D3.0 clause 60,64,65.
                                                                        
                This MIB is excerpted from the draft files directly,only 
                changed the object name,added the hh3c as prefix.  
                                                                      
                The following reference is used throughout this MIB
                module:
                [802.3ah] refers to:
                IEEE Draft P802.3ah/D3.3: 'Draft amendment to -
                Information technology - Telecommunications and
                information exchange between systems - Local and
                metropolitan area networks - Specific requirements -
                Part 3: Carrier sense multiple access with collision
                detection (CSMA/CD) access method and physical layer
                specifications - Media Access Control Parameters,
                Physical Layers and Management Parameters for subscriber
                access networks', 22 April 2004.
                Of particular interest are Clause 64(MPCP) 65(P2mP RS)
                and 60 (PON PMDs). Clause 30, 'Management', and Clause
                45,'Management Data Input/Output (MDIO) Interface'.

                Copyright (C) The Internet Society (2004).  This version
                of this MIB module is part of XXXX see the RFC itself
                for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) 4 }

.1.3.6.1.4.1.25506.2.42.4.1
hh3cEponDeviceObjectMIB OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1
hh3cEponDeviceObjects OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1
hh3cEponDeviceControlObjects OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1
hh3cEponDeviceControlTable OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for EPON device MIB modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1
hh3cEponDeviceControlEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the EPON device Control table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1.1
hh3cEponDeviceObjectReset OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {running(1), reset(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable is used to reset the EPON device. The
                interface may be unavailable while the reset occurs and
                data may be lost. During reading operation it returns
                the state of the EPON device. running(1) indicates and
                operates normal operation, reset(2) indicates and
                operates reset mode. Writing can be done all the time."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) hh3cEponDeviceControlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1.2
hh3cEponDeviceObjectModes OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {olt(1), onu(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable defines the mode of the EPON device. When
                an olt(1) it is an Optical Line Terminal device (server)
                and when an onu(2) and Optical Network Unit device
                (client)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) hh3cEponDeviceControlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1.4
hh3cEponDeviceObjectFecEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {noFecEnabled(1), fecTxEnabled(2), fecRxEnabled(3), fecTxRxEnabled(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable defines and provides information whether the
              EPON device uses FEC as defined in the [802.3ah] clause
              65.2 for EPON. When noFECEnabled(1) the device does not
              support FEC mode When fecTxEnabled(2) the device supports
              the FEC transmission mode. When fecRxEnabled(3) the device
              supports the FEC Receive mode. When fecTxRxEnabled(4) the
              device supports the FEC transmission and receive mode.
              Writing can be done all the time.
              This attribute is relevant for an OLT and an ONU."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) hh3cEponDeviceControlEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1.5
hh3cEponDeviceObjectOamMode OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {noOam(1), oamServer(2), oamclient(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable defines and provides information on the
                Operation Administration and Maintenance (OAM) mode of
                an EPON device as defined by the [802.3ah] clause 57.
                When noOam(1) the device does not supports the OAM mode.
                When oamServer(2) the device supports the OAM mode as a
                server unit. When oamClient(3) the device supports the
                OAM mode as a client unit.
                Writing can be done during initialization,
                hh3cEponDeviceObjectDeviceReadyMode is in notReady(1) or
                inProcess(2).
                This attribute is relevant for an OLT and an ONU."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) hh3cEponDeviceControlEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1.6
hh3cEponDeviceObjectDeviceReadyMode OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {notReady(1), inProcess(2), ready(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable defines the mode of an EPON device and
                provides information on the mode in initialization -
                ready for registration as defined by the [802.3ah]
                clause 64.
                When notReady(1) the device is not ready for operation.
                When inProcess(2) the device is in initialization
                process.
                When ready(3) the device is ready for registration.
                Writing can be done all the time.
                This attribute is relevant for an OLT and an ONU."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) hh3cEponDeviceControlEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1.7
hh3cEponDeviceObjectPowerDown OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Setting this variable to True(1) will cause Device to be
                entered into Power down mode where no registration is
                allowed and only receiving data from the link.
                Writing can be done all the time.
                This attribute is relevant for an OLT and an ONU."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) hh3cEponDeviceControlEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1.8
hh3cEponDeviceObjectNumberOfLLIDs OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read only variable which defines the number of
                registered LLIDs (as defined by the [802.3ah] clause 65)
                in a EPON network for an OLT and an ONU. Initialization
                value is 0.
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) hh3cEponDeviceControlEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1.9
hh3cEponDeviceObjectReportThreshold OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A set of 8 integers, for each LLID, that defines the
                threshold reporting for each Queue in the REPORT
                message, as defined in [802.3ah] 64. First Queue set
                reporting will provide information on the queue
                occupancy of frames below this Threshold. The value
                returned shall be in Time quanta (TQ) which is 16nsec or
                2 octets increments.
                Writing can be done all the time.
                This attribute is relevant for an OLT and an ONU."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) hh3cEponDeviceControlEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.1.1.10
hh3cEponDeviceRemoteMACAddressLLIDControl OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {none(1), resetLog(2), useDefaultReporting(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates and controls the resetting of the LLID MAC
                address log. Setting this object to none(1) has no
                action resetLog(2) empties the LLID MAC address log. All
                data is deleted. Setting it to useDefaultReporting(3)
                returns all entries priorities to their factory-default
                reporting. Reading this object always returns
                useDefaultReporting(3)."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceControlTable(1) hh3cEponDeviceControlEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.2
hh3cEponDeviceRemoteMACAddressLLIDTable OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of read-only value that identifies the
                source_address and LLIDs parameter of the remote devices
                in the network. This MacAddress value, as defined in
                [802.3ah], 30.3.5.1.5, is updated on reception of a
                valid frame with a unicast destination Field or
                (1) a destination Field equal to the reserved multicast
                address for MAC Control specified in [802.3ah] Annex
                31A, (2) lengthOrType field value equal to the reserved
                Type for MAC Control as specified in [802.3ah] Annex
                31A. (3)an MPCP subtype value equal to the subtype
                reserved for MPCP as specified in [802.3ah] Annex 31A,
                and an LLID as allocated by the OLT. The table is
                defined as Remote MAC address - LLID (RMadL)
                The table is relevant only for an OLT device, and is
                equivalent from a bridge emulation to the bridge
                port-MAC address table where the LLIDs are equivalent to
                virtual bridge ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.2.1
hh3cEponDeviceRemoteMACAddressLLIDEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"A group of entries.  Applications create and delete
                entries using hh3cEponDeviceRMadlEntryStatus.
                When adding objects to an LLID they are added in the
                persistent order of their index in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceRemoteMACAddressLLIDTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.2.1.1
hh3cEponDeviceRemoteMACAddressLLIDName OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A locally-unique, administratively assigned name for a
                group of entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceRemoteMACAddressLLIDTable(2) hh3cEponDeviceRemoteMACAddressLLIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.2.1.2
hh3cEponDeviceRMadlLLID OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An arbitrary integer for the purpose of identifying the
                LLID. Writing can be done all the time."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceRemoteMACAddressLLIDTable(2) hh3cEponDeviceRemoteMACAddressLLIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.2.1.3
hh3cEponDeviceRMadlLogID OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object identifier of a MIB module object to add to
                an entry, indicating the entry ID in the table. Writing
                can be done all the time."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceRemoteMACAddressLLIDTable(2) hh3cEponDeviceRemoteMACAddressLLIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.2.1.4
hh3cEponDeviceRMadlRemoteAddress OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The remote MAC address of the LLID.
                Writing can be done all the time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceRemoteMACAddressLLIDTable(2) hh3cEponDeviceRemoteMACAddressLLIDEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.2.1.5
hh3cEponDeviceRMadlType OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {notRegister(1), registered(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A list of types for entries - LLIDs. Indicates and
                defines the state of registration. notRegister(1) marks
                a non registered LID, registered(2) marks a registered
                LLID.  Writing can be done all the time."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceRemoteMACAddressLLIDTable(2) hh3cEponDeviceRemoteMACAddressLLIDEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.2.1.6
hh3cEponDeviceRMadlAction OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {none(1), register(2), deregister(3), reregister(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A list of actions for an entry - LLID.  Indicates and
                defines the state of registration for the remote device.
                none(1) marks no action, register(2) marks to register
                an LLID, deregister(3) marks to deregister an LLID,
                reregister(4) marks reregistered LLID.
                Writing can be done all the time."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceRemoteMACAddressLLIDTable(2) hh3cEponDeviceRemoteMACAddressLLIDEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.4.1.1.1.2.1.7
hh3cEponDeviceRMadlEntryStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control that allows creation and deletion of
                entries. Once made active an entry MAY not be modified
                except to delete it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceControlObjects(1) hh3cEponDeviceRemoteMACAddressLLIDTable(2) hh3cEponDeviceRemoteMACAddressLLIDEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2
hh3cEponDeviceStatObjects OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1
hh3cEponDeviceStatTable OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the list of statistics counters of
                EPON devices. The attributes are relevant for an OLT and
                an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1
hh3cEponDeviceStatEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Table entries for Table of statistics counters of EPON
                devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.1
hh3cEponDeviceStatTxFramesQueue0 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-0- frames
                transmission occurs. Increment the counter by one for
                each frame transmitted which is an output of -Queue-0-.
                The -Queue-0- marking matched the REPORT MPCP message
                Queue-0 field, as defined in [802.3ah] clause 64. This
                counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.2
hh3cEponDeviceStatTxFramesQueue1 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-1- frames
                transmission occurs. Increment the counter by one for
                each frame transmitted which is an output of -Queue-1-.
                The -Queue-1- marking matched the REPORT MPCP message
                Queue-1 field, as defined in [802.3ah] clause 64. This
                counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.3
hh3cEponDeviceStatTxFramesQueue2 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-2- frames
                transmission occurs. Increment the counter by one for
                each frame transmitted which is an output of -Queue-2-.
                The -Queue-2- marking matched the REPORT MPCP message
                Queue-2 field, as defined in [802.3ah] clause 64. This
                counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.4
hh3cEponDeviceStatTxFramesQueue3 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-3- frames
                transmission occurs. Increment the counter by one for
                each frame transmitted which is an output of -Queue-3-.
                The -Queue-3- marking matched the REPORT MPCP message
                Queue-3 field, as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.5
hh3cEponDeviceStatTxFramesQueue4 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-4- frames
                transmission occurs. Increment the counter by one for
                each frame transmitted which is an output of -Queue-4-.
                The -Queue-4- marking matched the REPORT MPCP message
                Queue-4 field, as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.6
hh3cEponDeviceStatTxFramesQueue5 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-5- frames
                transmission occurs. Increment the counter by one for
                each frame transmitted which is an output of -Queue-5-.
                The -Queue-5- marking matched the REPORT MPCP message
                Queue-5 field, as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.7
hh3cEponDeviceStatTxFramesQueue6 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-6- frames
                transmission occurs. Increment the counter by one for
                each frame transmitted which is an output of -Queue-6-.
                The -Queue-6- marking matched the REPORT MPCP message
                Queue-6 field, as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.8
hh3cEponDeviceStatTxFramesQueue7 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-7- frames
                transmission occurs. Increment the counter by one for
                each frame transmitted which is an output of -Queue-7-.
                The -Queue-7- marking matched the REPORT MPCP message
                Queue-7 field, as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.9
hh3cEponDeviceStatRxFramesQueue0 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-0- frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each frame received for each
                LLID, which is an output of -Queue-0-. The -Queue-0-
                marking matched the REPORT MPCP message Queue-0 field,
                as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU and an OLT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.10
hh3cEponDeviceStatRxFramesQueue1 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-1- frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each frame received for each
                LLID, which is an output of -Queue-1-. The -Queue-1-
                marking matched the REPORT MPCP message Queue-1 field,
                as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU and an OLT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.11
hh3cEponDeviceStatRxFramesQueue2 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-2- frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each frame received for each
                LLID, which is an output of -Queue-2-. The -Queue-2-
                marking matched the REPORT MPCP message Queue-2 field,
                as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU and an OLT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.12
hh3cEponDeviceStatRxFramesQueue3 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-3- frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each frame received for each
                LLID, which is an output of -Queue-3-. The -Queue-3-
                marking matched the REPORT MPCP message Queue-3 field,
                as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU and an OLT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.13
hh3cEponDeviceStatRxFramesQueue4 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-4- frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each frame received for each
                LLID, which is an output of -Queue-4-. The -Queue-4-
                marking matched the REPORT MPCP message Queue-4 field,
                as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU and an OLT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.14
hh3cEponDeviceStatRxFramesQueue5 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-5- frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each frame received for each
                LLID, which is an output of -Queue-5-. The -Queue-5-
                marking matched the REPORT MPCP message Queue-5 field,
                as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU and an OLT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.15
hh3cEponDeviceStatRxFramesQueue6 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-6- frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each frame received for each
                LLID, which is an output of -Queue-6-. The -Queue-6-
                marking matched the REPORT MPCP message Queue-6 field,
                as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU and an OLT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.16
hh3cEponDeviceStatRxFramesQueue7 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-7- frames
                reception occurs. A single counter at the ONU and a set
                of counters, one for each LLID, at the OLT. Increment
                the counter by one for each frame received for each
                LLID, which is an output of -Queue-7-. The -Queue-7-
                marking matched the REPORT MPCP message Queue-7 field,
                as defined in [802.3ah] clause 64.
                This counter is mandatory for an ONU and an OLT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.17
hh3cEponDeviceStatDroppedFramesQueue0 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-0- frames drops
                occurs. Increment the counter by one for each frame
                dropped from -Queue-0-. The -Queue-0- marking matched
                the REPORT MPCP message Queue-0 field, as defined in
                [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 17 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.18
hh3cEponDeviceStatDroppedFramesQueue1 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-1- frames drops
                occurs. Increment the counter by one for each frame
                dropped from -Queue-1-. The -Queue-1- marking matched
                the REPORT MPCP message Queue-1 field, as defined in
                [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 18 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.19
hh3cEponDeviceStatDroppedFramesQueue2 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-2- frames drops
                occurs. Increment the counter by one for each frame
                dropped from -Queue-2-. The -Queue-2- marking matched
                the REPORT MPCP message Queue-2 field, as defined in
                [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 19 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.20
hh3cEponDeviceStatDroppedFramesQueue3 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-3- frames drops
                occurs. Increment the counter by one for each frame
                dropped from -Queue-3-. The -Queue-3- marking matched
                the REPORT MPCP message Queue-3 field, as defined in
                [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 20 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.21
hh3cEponDeviceStatDroppedFramesQueue4 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-4- frames drops
                occurs. Increment the counter by one for each frame
                dropped from -Queue-4-. The -Queue-4- marking matched
                the REPORT MPCP message Queue-4 field, as defined in
                [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 21 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.22
hh3cEponDeviceStatDroppedFramesQueue5 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-5- frames drops
                occurs. Increment the counter by one for each frame
                dropped from -Queue-5-. The -Queue-5- marking matched
                the REPORT MPCP message Queue-5 field, as defined in
                [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 22 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.23
hh3cEponDeviceStatDroppedFramesQueue6 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-6- frames drops
                occurs. Increment the counter by one for each frame
                dropped from -Queue-6-. The -Queue-6- marking matched
                the REPORT MPCP message Queue-6 field, as defined in
                [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 23 }

.1.3.6.1.4.1.25506.2.42.4.1.1.2.1.1.24
hh3cEponDeviceStatDroppedFramesQueue7 OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the number of times a -Queue-7- frames drops
                occurs. Increment the counter by one for each frame
                dropped from -Queue-7-. The -Queue-7- marking matched
                the REPORT MPCP message Queue-7 field, as defined in
                [802.3ah] clause 64.
                This counter is mandatory for an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceStatObjects(2) hh3cEponDeviceStatTable(1) hh3cEponDeviceStatEntry(1) 24 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3
hh3cEponDeviceEventObjects OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) 3 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1
hh3cEponDeviceEventObjectTable OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the Event Objects for EPON devices.
                The attributes are relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1
hh3cEponDeviceEventObjectEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Table entries for Table of Event objects for EPON
                devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.1
hh3cEponDeviceSampleMinimum OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Integer32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum Frequency of events this system will accept.
                A system may use the larger values of this minimum to
                lessen the impact of constant sampling. For larger
                sampling intervals the system samples less often and
                suffers less overhead.
                Unless explicitly resource limited, a system's value for
                this object SHOULD be 1, allowing as small as a 1 second
                interval for ongoing trigger sampling.
                Writing of the value can be done all the time."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.2
hh3cEponDeviceDyingGaspAlarmState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Dying Gasp indication of the OAM alarm indications as
                described in the [802.3ah] clause 57. When true the
                device has a dying gasp alarm asserted. When false the
                dying gasp alarm is reset "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.3
hh3cEponDeviceDyingGaspAlarmEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow DyingGaspAlarm event to be used.
                When the value is true the event is sampled. When the
                value is false the event is not sampled.
                Writing can be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.4
hh3cEponDeviceCriticalEventState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Critical Event indication of the OAM alarm indications
                as described in the [802.3ah] clause 57. When true the
                device has a Critical Event asserted. When false the
                Critical Event is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.5
hh3cEponDeviceCriticalEventEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow CriticalEvent event to be used. When
                the value is true the event is sampled. When the value
                is false the event is not sampled.
                Writing can be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.6
hh3cEponDeviceLocalLinkFaultAlarmState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Local Link Fault indication of the OAM alarm indications
                as described in the [802.3ah] clause 57. When true the
                device has a Local Link Fault alarm asserted. When
                false the Local Link Fault alarm is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.7
hh3cEponDeviceLocalLinkFaultAlarmEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow LocalLinkFaultAlarm event to be used.
                When the value is true the event is sampled. When the
                value is false the event is not sampled.
                Writing can be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.8
hh3cEponDeviceTemperatureEventIndicationState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Temperature Event indication of an EPON device. When
                condition of box temperature is above the threshold
                defined the alarm is asserted. When the condition is
                below that threshold the alarm is de-asserted. When true
                the device has a Temperature Event Indication asserted.
                When false the Temperature Event Indication is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.9
hh3cEponDeviceTemperatureEventIndicationEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow TemperatureEventIndication event to
                be used. When the value is true the event is sampled.
                When the value is false the event is not sampled.
                Writing can be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.10
hh3cEponDevicePowerVoltageEventIndicationState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Power/Voltage Event Indication of an EPON device. When
                condition of box Power/voltage is above the threshold
                defined the alarm is asserted. When the condition is
                below that threshold the alarm is de-asserted. When true
                the device has a Power/Voltage Event Indication
                asserted. When false the Power/Voltage Event Indication
                is reset. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.11
hh3cEponDevicePowerVoltageEventIndicationEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow PowerVoltageEventIndication event to
                be used. When the value is true the event is sampled.
                When the value is false the event is not sampled.
                Writing can be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.12
hh3cEponDeviceGlobalEventState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Global Event indication of an EPON device. When the
                indication of the event input occurs the event is
                asserted. When the input is removed that event is
                de-asserted. When true the device has a Global Event
                asserted. When false the Global Event Indication is
                reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.13
hh3cEponDeviceGlobalEventEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow GlobalEvent event to be used. When
                the value is true the event is sampled. When the value
                is false the event is not sampled. Writing can be done
                all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.14
hh3cEponDeviceErroredSymbolPeriodEventState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Errored Symbol Period Event indication of the OAM alarm
                TLV indications as described in the [802.3ah]
                clause 57.5.3. When true the device has an Errored
                Symbol Period Event asserted. When false the Errored
                Symbol Period Event is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.15
hh3cEponDeviceErroredSymbolPeriodEventEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow ErroredSymbolPeriodEvent event to be
                used. When the value is true the event is sampled. When
                the value is false the event is not sampled. Writing can
                be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.16
hh3cEponDeviceErroredFrameEventState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Errored Frame Event indication of the OAM alarm TLV
                indications as described in the [802.3ah] clause 57.5.3.
                When true the device has an Errored Frame Event
                asserted. When false the Errored Frame Event is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.17
hh3cEponDeviceErroredFrameEventEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow ErroredFrameEvent event to be used.
                When the value is true the event is sampled. When the
                value is false the event is not sampled.
                Writing can be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 17 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.18
hh3cEponDeviceErroredFramePeriodEventState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Errored Frame Period Event indication of the OAM alarm
                TLV indications as described in the [802.3ah] clause
                57.5.3. When true the device has an Errored Frame Period
                Event asserted. When false the Errored Frame Period
                Event is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 18 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.19
hh3cEponDeviceErroredFramePeriodEventEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow ErroredFramePeriodEvent event to be
                used. When the value is true the event is sampled. When
                the value is false the event is not sampled. Writing can
                be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 19 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.20
hh3cEponDeviceErroredFrameSecondsSummaryEventState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Errored Frame Seconds Summary Event indication of the
                OAM alarm TLV indications as described in the [802.3ah]
                clause 57.5.3. When true the device has an Errored Frame
                Seconds Summary Event asserted. When false the Errored
                Frame Seconds Summary Event is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 20 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.21
hh3cEponDeviceErroredFrameSecondsSummaryEventEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow ErroredFrameSecondsSummaryEvent event
                to be used. When the value is true the event is sampled.
                When the value is false the event is not sampled.
                Writing can be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 21 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.22
hh3cEponDeviceOrganizationSpecificEventState OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A read-only variable, which defines the state of the
                Organization Specific Event indication of the OAM alarm
                TLV indications as described in the [802.3ah] clause
                57.5.3. When true the device has an Organization
                Specific Event asserted. When false the Organization
                Specific Event is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 22 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.23
hh3cEponDeviceOrganizationSpecificEventEnabled OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A control to allow OrganizationSpecificEvent event to be
                used. When the value is true the event is sampled. When
                the value is false the event is not sampled.
                Writing can be done all the time."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 23 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.1.1.24
hh3cEponDeviceEventControl OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {none(1), resetLog(2), useDefaultReporting(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates and controls the resetting of the Event log.
                Setting this object to none(1) has no action resetLog(2)
                empties the event log. All data is deleted. Setting it
                to useDefaultReporting(3) returns all event priorities
                to their factory-default reporting. Reading this object
                always returns useDefaultReporting(3)."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventObjectTable(1) hh3cEponDeviceEventObjectEntry(1) 24 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2
hh3cEponDeviceEventsLogTable OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of objects provides a log of notification based
                on the event as pointed to by entries in those tables.
                The intent is a MAC level event log (set of events to
                when they happened).
                This attribute is relevant for an OLT and an ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2.1
hh3cEponDeviceEventsLogEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponDeviceEventsLogName, hh3cEponDeviceEventsLogIndex }
  DESCRIPTION	"A group of Events. Applications create and delete
                entries using hh3cEponDeviceEventsEntryStatus. When adding
                objects to a notification they are added in the lexical
                order of their index in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventsLogTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2.1.1
hh3cEponDeviceEventsLogName OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A locally-unique, administratively assigned name for a
                group of Events."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventsLogTable(2) hh3cEponDeviceEventsLogEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2.1.2
hh3cEponDeviceEventsLogIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An arbitrary integer for the purpose of identifying
                individual Events within a hh3cEponDeviceEventsLogName
                group. Events within a group are placed in the
                notification in the numerical order of this index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventsLogTable(2) hh3cEponDeviceEventsLogEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2.1.3
hh3cEponDeviceEventsLogID OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object identifier of a MIB module object to add to a
                Notification that results from the event.
                Writing can be done all the time."
  DEFVAL	{ zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventsLogTable(2) hh3cEponDeviceEventsLogEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2.1.4
hh3cEponDeviceEventsLogFirstTime OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time that an entry was created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventsLogTable(2) hh3cEponDeviceEventsLogEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2.1.5
hh3cEponDeviceEventsLogLastTime OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If multiple events are reported via the same entry, the
                time that the last event for this entry occurred,
                otherwise this should have the same value as
                hh3cEponDeviceEventsLogFirstTime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventsLogTable(2) hh3cEponDeviceEventsLogEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2.1.6
hh3cEponDeviceEventsLogCounts OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of consecutive event instances reported by
                this entry. This starts at 1 with the creation of this
                row and increments by 1 for each subsequent duplicate
                event."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventsLogTable(2) hh3cEponDeviceEventsLogEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2.1.7
hh3cEponDeviceEventsLogType OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  SYNTAX	INTEGER {hh3cEponDeviceDyingGaspAlarmState(1), hh3cEponDeviceCriticalEventState(2), hh3cEponDeviceLocalLinkFaultAlarmState(3), hh3cEponDeviceTemperatureEventIndicationState(4), hh3cEponDevicePowerVoltageEventIndicationState(5), hh3cEponDeviceGlobalEventState(6), hh3cEponDeviceErroredSymbolPeriodEventState(7), hh3cEponDeviceErroredFrameEventState(8), hh3cEponDeviceErroredFramePeriodEventState(9), hh3cEponDeviceErroredFrameSecondsSummaryEventState(10), hh3cEponDeviceOrganizationSpecificEventState(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A list of types for Events. Events are ordered according
                to their significance where 1 is the highest severity.
                hh3cEponDeviceDyingGaspAlarmState(1) indicates a Dying Gasp
                 Alarm State,
                hh3cEponDeviceCriticalEventState(2) indicates a Critical
                 Event State,
                hh3cEponDeviceLocalLinkFaultAlarmState(3) indicates a Local
                 Link Fault Alarm State,
                hh3cEponDeviceTemperatureEventIndicationState(4) indicates a
                 Temperature Event Indication State,
                hh3cEponDevicePowerVoltageEventIndicationState(5) indicates
                 a Power Voltage Event Indication State,
                hh3cEponDeviceGlobalEventState(6) indicates a Global Event
                 State,
                hh3cEponDeviceErroredSymbolPeriodEventState(7) indicates an
                 Errored Symbol Period Event State,
                hh3cEponDeviceErroredFrameEventState(8) indicates an Errored
                 Frame Event State,
                hh3cEponDeviceErroredFramePeriodEventState(9) indicates an
                 Errored Frame Period Event State,
                hh3cEponDeviceErroredFrameSecondsSummaryEventState(10)
                 indicates an Errored Frame Seconds Summary Event State,
                hh3cEponDeviceOrganizationSpecificEventState(11) indicates
                 an Organization Specific Event State. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventsLogTable(2) hh3cEponDeviceEventsLogEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.4.1.1.3.2.1.8
hh3cEponDeviceEventsLogEntryStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control that allows creation and deletion of
                entries. Once made active an entry MAY not be modified
                except to delete it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceObjects(1) hh3cEponDeviceEventObjects(3) hh3cEponDeviceEventsLogTable(2) hh3cEponDeviceEventsLogEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.4.1.2
hh3cEponDeviceConformance OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.2.1
hh3cEponDeviceGroups OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceConformance(2) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.2.1.1
hh3cEponDeviceGroupControl OBJECT-GROUP
  -- FROM	HH3C-EPON-DEVICE-MIB
  DESCRIPTION	"A collection of objects of hh3cEponDevice control
                definition."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceConformance(2) hh3cEponDeviceGroups(1) 1 }

.1.3.6.1.4.1.25506.2.42.4.1.2.1.2
hh3cEponDeviceGroupRMadLTable OBJECT-GROUP
  -- FROM	HH3C-EPON-DEVICE-MIB
  DESCRIPTION	"A collection of objects of hh3cEponDevice remote Mac address
                to LLID table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceConformance(2) hh3cEponDeviceGroups(1) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.2.1.3
hh3cEponDeviceGroupStat OBJECT-GROUP
  -- FROM	HH3C-EPON-DEVICE-MIB
  DESCRIPTION	"A collection of objects of EPON device Statistics"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceConformance(2) hh3cEponDeviceGroups(1) 3 }

.1.3.6.1.4.1.25506.2.42.4.1.2.1.4
hh3cEponDeviceGroupEvent OBJECT-GROUP
  -- FROM	HH3C-EPON-DEVICE-MIB
  DESCRIPTION	"A collection of objects for EPON device Events"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceConformance(2) hh3cEponDeviceGroups(1) 4 }

.1.3.6.1.4.1.25506.2.42.4.1.2.1.5
hh3cEponDeviceGroupEventLog OBJECT-GROUP
  -- FROM	HH3C-EPON-DEVICE-MIB
  DESCRIPTION	"A collection of objects for EPON device Events log"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceConformance(2) hh3cEponDeviceGroups(1) 5 }

.1.3.6.1.4.1.25506.2.42.4.1.2.2
hh3cEponDeviceCompliances OBJECT-TYPE
  -- FROM	HH3C-EPON-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceConformance(2) 2 }

.1.3.6.1.4.1.25506.2.42.4.1.2.2.1
hh3cEponDeviceCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-EPON-DEVICE-MIB
  DESCRIPTION	"The compliance statement for EPON Devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponDeviceMIB(4) hh3cEponDeviceObjectMIB(1) hh3cEponDeviceConformance(2) hh3cEponDeviceCompliances(2) 1 }

.1.3.6.1.4.1.25506.2.42.5
hh3cEponUni MODULE-IDENTITY
  -- FROM	HH3C-EPON-UNI-MIB
  DESCRIPTION	"The objects in this MIB module are used to manage and
        display current configuration of UNI (user network interface)
        which is based on the ONU(Optical Network Unit)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) 5 }

.1.3.6.1.4.1.25506.2.42.5.1
hh3cEponUniSysMan OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.1
hh3cEponUniSysManTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines several UNI system parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1
hh3cEponUniSysManEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"The entry of hh3cEponUniSysManTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.1
hh3cEponUniIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies the FE(fast Ethernet)
        interface of the ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.2
hh3cEponUniDescr OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A textual string containing information about the interface.  This
        string should include the name of the manufacturer, the product name
        and the version of the interface hardware and software."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.3
hh3cEponUniAdminStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The desired state of the user network interface. When a managed
        system initializes, all user network interfaces start with down(2)
        state. The testing(3)state indicates that no operational packets
        can be passed. As a result of either explicit management action or
        per configuration information retained by the managed system,
        hh3cEponUniAdminStatus is then changed to either the up(1) or
        testing(3) states (or remains in the down(2) state)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.4
hh3cEponUniMdi OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {mdi-ii(1), mdi-x(2), mdi-auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Type of the line connected to UNI interface:
        mdi-ii(straight-through cable),
        mdi-x (crossover cable),
        mdi-auto (auto-sensing)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.5
hh3cEponUniPriority OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The priority of user network interface.  If the value is larger,
        the priority will be higher."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.6
hh3cEponUniVlanType OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {vlantrunk(1), access(2), hybrid(3), untagged(4), transparent(5), doubletagged(6), tag(7), translation(8), aggregation(9)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"UNI vlan types."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.7
hh3cEponUniAccessVlan OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The vlan ID assigned to untagged frames or Priority-Tagged
        frames received on user network interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.8
hh3cEponUniTrunkPvid OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"PVID(port vlan ID), the vlan ID assigned to untagged frames or
        Priority-Tagged frames received on user network interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.9
hh3cEponUniVLANTrunkAllowListLow OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight VLANs,
        with the first octet specifying VLANs 1 through 8, the second
        octet specifying VLANs 9 through 16, etc.  Within each octet,
        the most significant bit represents the highest numbered VLAN,
        and the least significant bit represents the lowest numbered VLAN.
        Thus, each allowed vlan of the trunk port is represented by a
        single bit within the value of this object.  If that bit has a value
        of '1' then that vlan is allowed in the set of VLANs.  The vlan
        is not allowed if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.10
hh3cEponUniVLANTrunkAllowListHigh OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight VLANs,
        with the first octet specifying VLANs 2049 through 2056, the
        second octet specifying VLANs 2057 through 2064, etc. Within
        each octet, the most significant bit represents the highest
        numbered vlan, and the least significant bit represents the
        lowest numbered vlan. Thus, each allowed vlan of the trunk port
        is represented by a single bit within the value of this object.
        If that bit has a value of '1' then that vlan is allowed in the
        set of VLANs. The vlan is not allowed if its bit has a value of '0'.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.11
hh3cEponUniInboundLineRate OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the inbound line-rate.  measured with kbps.
        The upper limit of the line-rate is the value of
        hh3cEponUniLineRateMax in the entry.  It must be multiple
        of the value of hh3cEponUniLineRateStep. The default value of
        hh3cEponUniLineRate is the value of hh3cEponUniLineRateMax."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.12
hh3cEponUniOutboundLineRate OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the outbound line-rate.  measured with kbps.
        The upper limit of the line-rate is the value of
        hh3cEponUniLineRateMax in the entry. It must be multiple
        of the value of hh3cEponUniLineRateStep.  The default value of
        hh3cEponUniLineRate is the value of hh3cEponUniLineRateMax."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.13
hh3cEponUniFlowControl OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Flow control status.
        true(1)  - Flow control status enable.
        false(2) - Flow control status disable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.14
hh3cEponUniSpeed OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {auto(0), s10M(10), s100M(100), s1000M(1000), s10000M(10000), s24000M(24000)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"User network interface speed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.15
hh3cEponUniDuplex OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {full(1), half(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"User network interface mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.16
hh3cEponUniVlanVPNStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"vlan VPN status.
        true(1)  - vlan VPN status enable.
        false(2) - vlan VPN disable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.17
hh3cEponUniCountReset OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the counter which is about packets of the interface,
        then the counter will change to zero.  There is no sense in
        reading this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 17 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.18
hh3cEponUniPortIsolate OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        enable - enable UNI port isolate setting.
        disable - disable UNI port isolate setting.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 18 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.23
hh3cEponUniVlanConfiguration OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The vlan configuration of the related vlan mode.
        Transparent vlan mode: hh3cEponUniVlanConfiguration is a
        zero length string.
        Tag vlan mode: the first four octets were the tag
        assigned to untagged frames received on UNI, including TPID,
        VID, CFI and priority.
        Translation vlan mode: the first four octets were the old tag
        (including TPID, VID, CFI and priority), which is replaced
        by the new tag(including TPID, VID, CFI and priority),
        the second four octets.
        Doubletagged vlan mode: the first four octets were the tag
        assigned to untagged or tagged frames received on UNI, including TPID,
        VID, CFI and priority.
        Vlantrunk vlan mode: the first four octets were the old tag
        (including TPID, VID, CFI and priority), which is replaced
        by the new tag(including TPID, VID, CFI and priority) of
        the second four octets, the frames which assigned tag ranges from
        the third four octets to fourth four octets were transmited freely
        and so on for following octets.
        Aggregation vlan mode: the first four octets were the old tag
        (including TPID, VID, CFI and priority), which is replaced
        by the new tag(including TPID, VID, CFI and priority) of
        the second four octets, the frames which assigned tag ranges from
        the third four octets to fourth four octets(using low two octets as vlan tag)
        were replaced by the new tag(using high two octets as target vlan tag)
        and so on for following octets.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 23 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.25
hh3cEponUniAutoNegotiation OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        enable - enable auto negotiation.
        disable - disable auto negotiation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 25 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.26
hh3cEponUniRestartAutoNeg OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {autoNegotiation(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Force to restart the auto negotiation process.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 26 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.29
hh3cEponUniLinkStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The link status of UNI.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 29 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.30
hh3cEponUniInterfaceType OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {gigabitethernetport(1), fastethernetport(2), voipport(3), e1port(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI interface type.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 30 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.31
hh3cEponUniVitualCableTest OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        True(1): Virtual cable test enable.
        False(2): Virtual cable test disable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 31 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.32
hh3cEponUniVCTCableStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {normal(1), abnormal(2), abnormalOpen(3), abnormalShort(4), failure(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Get the cable status.
        Normal(1),cable is normal.
        Abnormal(2),cable is abnormal.
        AbnormalOpen(3),cable is abnormal because of open circuit.
        AbnormalShort(4),cable is abnormal because of short circuit.
        Failure(5),cable is abnormal because of testing failure.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 32 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.33
hh3cEponUniVCTCableLength OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Get the cable length.
        When hh3cEponUniVCTCableStatus is normal,
        the node stands for the length from the UNI port to the port opposite.
        When hh3cEponUniVCTCableStatus is abnormal,
        it stands for the length from the UNI port to the failure place.
        Unit:meter(m).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 33 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.34
hh3cEponUniVCTImpedanceMismatch OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {not-support(1), true(2), false(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Get the cable impedance.
        Not-support(1),the UNI port does not support this function.
        True(2),impedance match.
        False(3),impedance mismatch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 34 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.35
hh3cEponUniVCTPairSkew OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Get the symmetry of cable.
        If the function is not supported,
        the default value 0 will be returned.
        Unit:nanosecond(ns).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 35 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.36
hh3cEponUniVCTPairSwap OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {notSupport(1), true(2), false(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        NotSupport(1),the UNI port does not support this function.
        True(2),pair swap.
        False(3),not pair swap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 36 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.37
hh3cEponUniVCTPolaritySwap OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {notSupport(1), true(2), false(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        NotSupport(1),the UNI port does not support this function.
        True(2),polarity swap.
        False(3),not polarity swap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 37 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.38
hh3cEponUniVCTInsertionLoss OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        If the function is not supported,
        the default value 0 will be returned.
        Unit:decibel(db).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 38 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.39
hh3cEponUniVCTReturnLoss OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        If the function is not supported,
        the default value 0 will be returned.
        Unit:decibel(db).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 39 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.40
hh3cEponUniVCTNearendCrosstalk OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        If the function is not supported,
        the default value 0 will be returned.
        Unit:decibel(db).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 40 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.41
hh3cEponUniVlan OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        If the function is not supported,
        the default value 0 will be returned.
        Unit:decibel(db).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 41 }

.1.3.6.1.4.1.25506.2.42.5.1.1.1.42
hh3cEponUniMacMax OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The maximum number of MAC addresses that the UNI port can learn.
        no-limit(65535)
        others(0~65534)
        "
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniSysManTable(1) hh3cEponUniSysManEntry(1) 42 }

.1.3.6.1.4.1.25506.2.42.5.1.2
hh3cEponUniCountTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of interface counter about frames entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1
hh3cEponUniCountEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"An entry containing management information applicable
        to a particular interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.1
hh3cEponUniInStatsPkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames (including bad frames,
        broadcast frames, and multicast frames) received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.2
hh3cEponUniInStatsUnicastPkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good frames received that are
        directed to the unicast address.  Note that this
        does not include multicast and broadcast frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.3
hh3cEponUniInStatsBroadcastPkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good frames received that are
        directed to the broadcast address.  Note that this
        does not include multicast frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.4
hh3cEponUniInStatsMulticastPkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good frames received that are
        directed to a multicast address.  Note that this number
        does not include frames directed to the broadcast address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.5
hh3cEponUniInPausePkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MAC Control frames received on this
        interface by the pause(flow control) operation.
        This counter does not increment when the
        interface is in a half-duplex mode.
        Discontinuities in the value of this counter can
        occur at re-initialization of the management
        system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.6
hh3cEponUniInTotalErrors OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total count of the error frames received on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.7
hh3cEponUniInStatsCRCAlignErrors OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames received that
        had a length (excluding framing bits, but
        including FCS octets) of between 64 and 1518
        octets, inclusive, but had either a bad
        Frame Check Sequence (FCS) with an integral
        number of octets (FCS Error) or a bad FCS with
        a non-integral number of octets (Alignment Error)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.8
hh3cEponUniInStatsUndersizePkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames received that are
        less than 64 octets long (excluding framing bits,
        but including FCS octets) and are otherwise well formed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.9
hh3cEponUniInStatsOversizePkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames received that are
        longer than 1518 octets (excluding framing bits,
        but including FCS octets) and are otherwise well formed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.10
hh3cEponUniInErrorbyOther OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of error frames received on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.11
hh3cEponUniOutStatsPkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames (including bad frames,
        broadcast frames, and multicast frames) sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.12
hh3cEponUniOutStatsUnicastPkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good frames sent that are
        directed to the unicast address.  Note that this
        does not include multicast and broadcast frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.13
hh3cEponUniOutStatsBroadcastPkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good frames sent that are
        directed to the broadcast address.  Note that this
        does not include multicast frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.14
hh3cEponUniOutStatsMulticastPkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good frames sent that are
        directed to a multicast address.  Note that this number
        does not include frames directed to the broadcast address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.15
hh3cEponUniOutStatsPausePkts OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of MAC control frames sent on this
        interface by the pause operation.  This counter does
        not increment when the interface is in a half-duplex mode.
        Discontinuities in the value of this counter can
        occur at re-initialization of the management system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.16
hh3cEponUniOutTotalErrors OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of error frames sent on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.17
hh3cEponUniOutStatsCollisions OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The best estimate of the total number of collisions
        on this Ethernet segment.
        The value returned will depend on the location of the
        RMON probe.  Section 8.2.1.3 (10BASE-5) and section
        10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a
        station must detect a collision, in the receive mode, if
        three or more stations are transmitting simultaneously.  A
        repeater port must detect a collision when two or more
        stations are transmitting simultaneously.  Thus a probe
        placed on a repeater port could record more collisions
        than a probe connected to a station on the same segment
        could.  Probe location plays a much smaller role when considering
        10BASE-T.  14.2.1.4 (10BASE-T) of IEEE standard 802.3
        defines a collision as the simultaneous presence of signals
        on the DO and RD circuits (transmitting and receiving
        at the same time).  A 10BASE-T station can only detect
        collisions when it is transmitting.  Thus probes placed on
        a station and a repeater, should report the same number of
        collisions.  Note also that an RMON probe inside a repeater should
        ideally report collisions between the repeater and one or
        more other hosts (transmit collisions as defined by IEEE
        802.3k) plus receiver collisions observed on any coax
        segments to which the repeater is connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 17 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.18
hh3cEponUniOutDelayExceededDiscards OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames discarded by this port due
        to excessive transit delay through the bridge.  It
        is incremented by both transparent and source route bridges."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 18 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.19
hh3cEponUniOutErrorbyOther OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of other error frames sent on this interface.
        Other error frames means the error frames out of collision frames
        and excessive delayed frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 19 }

.1.3.6.1.4.1.25506.2.42.5.1.2.1.20
hh3cEponUniOutDroppedFrames OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total number of frames dropped because of buffer failure.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniCountTable(2) hh3cEponUniCountEntry(1) 20 }

.1.3.6.1.4.1.25506.2.42.5.1.3
hh3cEponUniIgmpInfoTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table stores igmp information of UNI interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.3.1
hh3cEponUniIgmpInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex, hh3cEponUniMacIndex }
  DESCRIPTION	"The entry of hh3cEponUniIgmpInfoTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniIgmpInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.3.1.1
hh3cEponUniMacIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index uniquely identifies the igmp information in current
        UNI interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniIgmpInfoTable(3) hh3cEponUniIgmpInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.3.1.2
hh3cEponUniIgmpMacAddress OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A 6-octet read-only value carrying the individual MAC address
        indicates which igmp group the UNI interface belonging to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniIgmpInfoTable(3) hh3cEponUniIgmpInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.3.1.3
hh3cEponUniIgmpVlanId OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer range from 1 to 4094 indicates the vlan which the igmp
        Mac address has joined in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniIgmpInfoTable(3) hh3cEponUniIgmpInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.4
hh3cEponUniParaMan OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.4.1
hh3cEponUniLineRateMax OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum value of the line-rate(kbps) that user network
        interface can be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniParaMan(4) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.4.2
hh3cEponUniLineRateStep OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The step of line-rate(kbps)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniParaMan(4) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.4.3
hh3cEponUniNumberOnOnu OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The user network interface number on ONU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniParaMan(4) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.5
hh3cEponUniScalarGroup OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.6
hh3cEponUniPortPolicyTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        UNI port policy configuration.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 6 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1
hh3cEponUniPortPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"
        The entry of hh3cEponUniPortPolicyTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1.1
hh3cEponUniPortPolicyStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        enable - enable UNI upstream port policing.
        disable - disable UNI upstream port policing.
        "
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) hh3cEponUniPortPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1.2
hh3cEponUniPortPolicyCir OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The committed information rate,
        ranging from 1 to 102400, measured in kbps.
        "
  DEFVAL	{ 102400 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) hh3cEponUniPortPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1.3
hh3cEponUniPortPolicyBucketDepth OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The depth of the token bucket to tolerant the certain burst(CBS),
        ranging from 0 to 65535, measured in bytes.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) hh3cEponUniPortPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1.4
hh3cEponUniPortPolicyExtraBurst OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The extra token to permit the forwarding engine to finish the packet
        being sent when the bucket depth is exhausted, ranging from 0 to 65535,
        measured in bytes.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) hh3cEponUniPortPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1.5
hh3cEponUniPortPolicyInboundCir OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The inbound committed information rate, measured in kbps.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) hh3cEponUniPortPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1.6
hh3cEponUniPortPolicyInboundBucketDepth OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The inbound depth of the token bucket to tolerant the certain burst(CBS),
        ranging from 0 to 65535, measured in bytes.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) hh3cEponUniPortPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1.7
hh3cEponUniPortPolicyInboundExtraBurst OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The inbound extra token to permit the forwarding engine to finish the packet
        being sent when the bucket depth is exhausted, ranging from 0 to 65535,
        measured in bytes.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) hh3cEponUniPortPolicyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1.8
hh3cEponUniPortPolicyOutboundCir OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The outbound committed information rate, stepped by 64, measured in kbps.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) hh3cEponUniPortPolicyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.5.1.6.1.9
hh3cEponUniPortPolicyOutboundPir OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The outbound peak information rate, stepped by 64, measured in kbps.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniPortPolicyTable(6) hh3cEponUniPortPolicyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.5.1.7
hh3cEponUniMulticastTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        UNI multicast configuration.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 7 }

.1.3.6.1.4.1.25506.2.42.5.1.7.1
hh3cEponUniMulticastEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"
        The entry of hh3cEponUniPortPolicyTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastTable(7) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.7.1.1
hh3cEponUniMulticastGroupNumber OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The allowed multicast group number that can be handled
        at the same time by UNI.
        "
  DEFVAL	{ 64 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastTable(7) hh3cEponUniMulticastEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.7.1.2
hh3cEponUniMulticastVlanList OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The multicast vlan list.
        The first two octets of the string represent the first VLAN ID;
        the second two octets of the string represent the second VLAN ID,
        and so on. It is a zero length string by default.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastTable(7) hh3cEponUniMulticastEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.7.1.3
hh3cEponUniMulticastStripStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true - strip the vlan tag of multicast packet.
        false - does not strip the vlan tag of multicast packet.
        "
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastTable(7) hh3cEponUniMulticastEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.7.1.4
hh3cEponUniMulticastFastleave OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        true(1)  - fast leave of IGMP enable on ONU.
        false(2) - fast leave of IGMP disable on ONU.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastTable(7) hh3cEponUniMulticastEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.8
hh3cEponUniTechAbilityTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        UNI multicast configuration.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 8 }

.1.3.6.1.4.1.25506.2.42.5.1.8.1
hh3cEponUniTechAbilityEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"
        The entry of hh3cEponUniTechAbilityTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniTechAbilityTable(8) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.8.1.1
hh3cEponUniLocalTechAbility OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The local port capabilities of the UNI.
        Each two octets stand for a capability of UNI:
        the first two octets represent one capability and
        the second two octets represent another capability,
        and so on.
        The capabilities list:
        1 - undefined,
        2 - initializing, true ability not yet known,
        14 - 10BASE-T,
        142 - full duplex 10BASE-T,
        23 - 100BASE-T4,
        25 - 100BASE-TX,
        252 - full duplex 100BASE-TX,
        312 - PAUSE operation for full duplex links,
        313 - asymmetric PAUSE operation for full duplex links,
        314 - symmetric PAUSE operation for full duplex links,
        32 - 100BASE-T2,
        322 - full duplex 100BASE-T2,
        36 - 1000BASE-X,
        362 - full duplex 1000BASE-X,
        40 - 1000BASE-T UTP PHY,
        402 - full duplex 1000BASE-T UTP PHY,
        37 - remote fault bit 1(RF1),
        372 - remote fault bit 2(RF2),
        8029 - 802.9ISLAN-16T.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniTechAbilityTable(8) hh3cEponUniTechAbilityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.8.1.2
hh3cEponUniAdvertisedTechAbility OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The advertised port capabilities of the UNI.
        The capabilities list references the description of hh3cEponUniLocalTechAbility.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniTechAbilityTable(8) hh3cEponUniTechAbilityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.9
hh3cEponUniMulticastControlTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        UNI multicast control parameters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 9 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1
hh3cEponUniMulticastControlEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex, hh3cEponUniMulticastIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponUniMulticastControlTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.1
hh3cEponUniMulticastVlanIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The multicast vlan ID.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.2
hh3cEponUniMulticastAddressList OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The multicast address, each four octets represents a multicast address,
        the address section ranging from the first four octets to the second
        four octets, and the like.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.3
hh3cEponUniMulticastAccessRule OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {deny(1), permit(2), preview(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        deny - deny the multicast packet.
        permit - permit the multicast packet.
        preview - permit the multicast packet with conditions.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.4
hh3cEponUniMulticastChannelLimit OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The limitation of multicast preview channel number.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.5
hh3cEponUniMulticastPreTimeSlice OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The time slice of multicast preview.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.6
hh3cEponUniMulticastPreTimes OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The number of multicast preview times.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.7
hh3cEponUniMulticastPreInterval OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The interval between two consecutive previews, measured in minute.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.8
hh3cEponUniMulticastRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this table entry. The active,
        createAndGo and the destory statuses are supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.9
hh3cEponUniMulticastIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of the entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.10
hh3cEponUniMulticastSourceIpList OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        This list contains many source ip addresses.
        Each ip address is contained in four octets.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.5.1.9.1.11
hh3cEponUniMulticastResetInterval OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The interval is measured in minute.
        From the last preview limitation is reached, a customer can preview again
        after this interval is expired.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastControlTable(9) hh3cEponUniMulticastControlEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.5.1.10
hh3cEponUniQosIndexNextTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The next index table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 10 }

.1.3.6.1.4.1.25506.2.42.5.1.10.1
hh3cEponUniQosIndexNextEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponUniQosIndexNextTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosIndexNextTable(10) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.10.1.1
hh3cEponUniQosConfIndexNext OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object contains an appropriate value to be used for
        hh3cEponUniQosConfIndex when creating rows in the
        hh3cEponUniQosConfTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosIndexNextTable(10) hh3cEponUniQosIndexNextEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.11
hh3cEponUniQosConfTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        UNI Qos configuration.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 11 }

.1.3.6.1.4.1.25506.2.42.5.1.11.1
hh3cEponUniQosConfEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex, hh3cEponUniQosConfIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponUniQosConfTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosConfTable(11) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.11.1.1
hh3cEponUniQosConfIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The rule index.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosConfTable(11) hh3cEponUniQosConfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.11.1.2
hh3cEponUniQosConfRuleIndexNext OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object contains an appropriate value to be used for
        hh3cEponUniQosRuleIndex when creating rows in the
        hh3cEponUniQosRuleTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosConfTable(11) hh3cEponUniQosConfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.11.1.3
hh3cEponUniQosConfMappedQueue OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The queue that the ethernet frames will be mapped.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosConfTable(11) hh3cEponUniQosConfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.11.1.4
hh3cEponUniQosConfMarkedPriority OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Priority of the ethernet frames to be marked, which
        compliant with the 802.1D user priority standard.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosConfTable(11) hh3cEponUniQosConfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.11.1.5
hh3cEponUniQosConfRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this table entry. The active,
        createAndGo and the destory statuses are supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosConfTable(11) hh3cEponUniQosConfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.12
hh3cEponUniQosRuleTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Qos sub rule of the UNI.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 12 }

.1.3.6.1.4.1.25506.2.42.5.1.12.1
hh3cEponUniQosRuleEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex, hh3cEponUniQosConfIndex, hh3cEponUniQosRuleIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponUniQosRuleTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosRuleTable(12) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.12.1.1
hh3cEponUniQosRuleIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The sub rule index.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosRuleTable(12) hh3cEponUniQosRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.12.1.2
hh3cEponUniQosRuleSelector OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {dstmac(1), srcmac(2), ethernetpriority(3), vlanid(4), ethernettype(5), dstip(6), srcip(7), ipprototype(8), ipv4tosdscp(9), ipv6precedence(10), srcport(11), dstport(12)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The ethernet frame selector.
        dstmac - based on destination MAC address.
        srcmac - based on source MAC address.
        ethernetpriority -  based on ethernet priority.
        vlanid - based on VLAN ID.
        ethernettype - based on ethernet type.
        dstip - based on destination IP address.
        srcip - based on source IP address.
        ipprototype - based on IP type(ipv4 or ipv6).
        ipv4tosdscp - based on IP TOS/DSCP.
        ipv6 - based IP precedence.
        srcport - based on layer 4 source port.
        dstport - based on layer 4 destination port.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosRuleTable(12) hh3cEponUniQosRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.12.1.3
hh3cEponUniQosRuleValue OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The rule value based on the hh3cEponUniQosRuleSelector.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosRuleTable(12) hh3cEponUniQosRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.12.1.4
hh3cEponUniQosRuleMacAddress OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        MAC Address.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosRuleTable(12) hh3cEponUniQosRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.12.1.5
hh3cEponUniQosRuleOperator OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {nevermatch(1), equal(2), notequal(3), lessthanequal(4), greaterthanequal(5), fieldexist(6), fieldnotexist(7), alwaysmatch(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        nervermatch - value never match.
        equal - field equal to the value.
        notequal - field not equal to the value.
        lessthanequal - field less than or equal to the value.
        greaterthanequal - field greater than or equal to the value.
        fieldexist - value is ignored if field exists.
        fieldnotexist - value is ignored if field does not exist.
        alwaysmatch - value always match.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosRuleTable(12) hh3cEponUniQosRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.12.1.6
hh3cEponUniQosRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The status of this table entry. Only active,
        createAndGo and the destory are supported.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniQosRuleTable(12) hh3cEponUniQosRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.5.1.13
hh3cEponUniMirrorGroupTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Qos sub rule of the UNI.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 13 }

.1.3.6.1.4.1.25506.2.42.5.1.13.1
hh3cEponUniMirrorGroupEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniMirrorGroupID }
  DESCRIPTION	"
        The entry of the hh3cEponUniMirrorGroupTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMirrorGroupTable(13) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.13.1.1
hh3cEponUniMirrorGroupID OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Epon UNI mirror group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMirrorGroupTable(13) hh3cEponUniMirrorGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.13.1.2
hh3cEponUniMirrorInboundPortList OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        UNI inbound port list.
        Each octet within this value specifies a set of eight ports,
        with the first octet specifying ports 1 through 8, the second
        octet specifying ports 9 through 16, etc.  Within each octet,
        the most significant bit represents the highest numbered UNI,
        and the least significant bit represents the lowest numbered UNI.
        Thus, each UNI port is represented by a single bit within the
        value of this object.  If that bit has a value of '1' then that
        port is allowed in the set of ports.  the port is not allowed if
        its bit has a value of '0'.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMirrorGroupTable(13) hh3cEponUniMirrorGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.13.1.3
hh3cEponUniMirrorOutboundPortList OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        UNI outbound port list. For more information, see hh3cEponUniMirrorInboundPortList.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMirrorGroupTable(13) hh3cEponUniMirrorGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.13.1.4
hh3cEponUniMonitorPort OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        UNI monitor port.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMirrorGroupTable(13) hh3cEponUniMirrorGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.13.1.5
hh3cEponUniMirrorRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        RowStatus, Now support three status: createAndGo, active, destroy.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMirrorGroupTable(13) hh3cEponUniMirrorGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.14
hh3cEponUniMirrorGroupIdNextTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The next index table, which is used by hh3cEponUniMirrorGroupTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 14 }

.1.3.6.1.4.1.25506.2.42.5.1.14.1
hh3cEponUniMirrorGroupIdNextEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponUniMirrorGroupIdNextEntry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMirrorGroupIdNextTable(14) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.14.1.1
hh3cEponUniMirrorGroupIDNext OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object contains an appropriate value to be used for
        hh3cEponUniMirrorGroupID when creating rows in the
        hh3cEponUniMirrorGroupTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMirrorGroupIdNextTable(14) hh3cEponUniMirrorGroupIdNextEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.15
hh3cEponUniMulticastCtrlInfoTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        UNI multicast information which is active .
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 15 }

.1.3.6.1.4.1.25506.2.42.5.1.15.1
hh3cEponUniMulticastCtrlInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex, hh3cEponUniMultActVlan, hh3cEponUniMultActAddress }
  DESCRIPTION	"
        The entry of the table hh3cEponUniMulticastCtrlInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastCtrlInfoTable(15) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.15.1.1
hh3cEponUniMultActVlan OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The multicast vlan ID which is active.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastCtrlInfoTable(15) hh3cEponUniMulticastCtrlInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.15.1.2
hh3cEponUniMultActAddress OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The multicast address which is active.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastCtrlInfoTable(15) hh3cEponUniMulticastCtrlInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.15.1.3
hh3cEponUniMultActAccessRule OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {deny(1), permit(2), preview(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        deny - deny the multicast packet.
        permit - permit the multicast packet.
        preview - permit the multicast packet with conditions.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastCtrlInfoTable(15) hh3cEponUniMulticastCtrlInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.15.1.4
hh3cEponUniMultActPreTimes OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of multicast preview times which is active.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastCtrlInfoTable(15) hh3cEponUniMulticastCtrlInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.15.1.5
hh3cEponUniMultActPreRemain OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The remanent time slice of multicast preview which is active.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastCtrlInfoTable(15) hh3cEponUniMulticastCtrlInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.16
hh3cEponUniMulticastIndexNextTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The next index table, which is used by hh3cEponUniMulticastControlTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 16 }

.1.3.6.1.4.1.25506.2.42.5.1.16.1
hh3cEponUniMulticastIndexNextEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"
        The entry of the table hh3cEponUniMulticastIndexNextEntry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastIndexNextTable(16) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.16.1.1
hh3cEponUniMulticastConfIndexNext OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        This object contains an appropriate value to be used for
        hh3cEponUniMulticastIndex when creating rows in the
        hh3cEponUniMulticastControlTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniMulticastIndexNextTable(16) hh3cEponUniMulticastIndexNextEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.17
hh3cEponCTCAlarmTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for setting CTC alarm of an ONU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 17 }

.1.3.6.1.4.1.25506.2.42.5.1.17.1
hh3cEponCTCAlarmEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponCTCAlarmID }
  DESCRIPTION	"
        The entry of the hh3cEponCTCAlarmTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponCTCAlarmTable(17) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.17.1.1
hh3cEponCTCAlarmID OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {onuEquipmentAlarm(1), onuPowerAlarm(2), onuBatteryMissing(3), onuBatteryFailure(4), onuBatteryVoltLow(5), onuPhysicalIntrusionAlarm(6), onuONUSelfTestFailure(7), onuONUTempHighAlarm(9), onuONUTempLowAlarm(10), onuIADConnectionFailure(11), onuPonIFSwitch(12), onuSleepStatusUpdate(13), ponRXPowerHighAlarm(257), ponRXPowerLowAlarm(258), ponTXPowerHighAlarm(259), ponTXPowerLowAlarm(260), ponTXBiasHighAlarm(261), ponTXBiasLowAlarm(262), ponVccHighAlarm(263), ponVccLowAlarm(264), ponTempHighAlarm(265), ponTempLowAlarm(266), ponRXPowerHighWarning(267), ponRXPowerLowWarning(268), ponTXPowerHighWarning(269), ponTXPowerLowWarning(270), ponTXBiasHighWarning(271), ponTXBiasLowWarning(272), ponVccHighWarning(273), ponVccLowWarning(274), ponTempHighWarning(275), ponTempLowWarning(276), ponDownstreamDropEventsAlarm(277), ponUpstreamDropEventsAlarm(278), ponDownstreamCRCErrorFramesAlarm(279), ponUpstreamCRCErrorFramesAlarm(280), ponDownstreamUndersizeFramesAlarm(281), ponUpstreamUndersizeFramesAlarm(282), ponDownstreamOversizeFramesAlarm(283), ponUpstreamOversizeFramesAlarm(284), ponDownstreamFragmentsAlarm(285), ponUpstreamFragmentsAlarm(286), ponDownstreamJabbersAlarm(287), ponUpstreamJabbersAlarm(288), ponDownstreamDiscardsAlarm(289), ponUpstreamDiscardsAlarm(290), ponDownstreamErrorsAlarm(291), ponUpstreamErrorsAlarm(292), ponDownstreamDropEventsWarning(293), ponUpstreamDropEventsWarning(294), ponDownstreamCRCErrorFramesWarning(295), ponUpstreamCRCErrorFramesWarning(296), ponDownstreamUndersizeFramesWarning(297), ponUpstreamUndersizeFramesWarning(298), ponDownstreamOversizeFramesWarning(299), ponUpstreamOversizeFramesWarning(300), ponDownstreamFragmentsWarning(301), ponUpstreamFragmentsWarning(302), ponDownstreamJabbersWarning(303), ponUpstreamJabbersWarning(304), ponDownstreamDiscardsWarning(305), ponUpstreamDiscardsWarning(306), ponDownstreamErrorsWarning(307), ponUpstreamErrorsWarning(308), uniEthPortAutoNegFailure(769), uniEthPortLOS(770), uniEthPortFailure(771), uniEthPortLoopback(772), uniEthPortCongestion(773), uniDownstreamDropEventsAlarm(774), uniUpstreamDropEventsAlarm(775), uniDownstreamCRCErrorFramesAlarm(776), uniUpstreamCRCErrorFramesAlarm(777), uniDownstreamUndersizeFramesAlarm(778), uniUpstreamUndersizeFramesAlarm(779), uniDownstreamOversizeFramesAlarm(780), uniUpstreamOversizeFramesAlarm(781), uniDownstreamFragmentsAlarm(782), uniUpstreamFragmentsAlarm(783), uniDownstreamJabbersAlarm(784), uniUpstreamJabbersAlarm(785), uniDownstreamDiscardsAlarm(786), uniUpstreamDiscardsAlarm(787), uniDownstreamErrorsAlarm(788), uniUpstreamErrorsAlarm(789), uniStatusChangeTimesAlarm(790), uniDownstreamDropEventsWarning(791), uniUpstreamDropEventsWarning(792), uniDownstreamCRCErrorFramesWarning(793), uniUpstreamCRCErrorFramesWarning(794), uniDownstreamUndersizeFramesWarning(795), uniUpstreamUndersizeFramesWarning(796), uniDownstreamOversizeFramesWarning(797), uniUpstreamOversizeFramesWarning(798), uniDownstreamFragmentsWarning(799), uniUpstreamFragmentsWarning(800), uniDownstreamJabbersWarning(801), uniUpstreamJabbersWarning(802), uniDownstreamDiscardsWarning(803), uniUpstreamDiscardsWarning(804), uniDownstreamErrorsWarning(805), uniUpstreamErrorsWarning(806), uniStatusChangeTimesWarning(807), uniPOTSPortFailure(1025), uniE1PortFailure(1281), uniE1TimingUnlock(1282), uniE1LOS(1283)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The CTC alarm ID. There are 3 types of CTC alarms.
        ONU alarm:   0x0001~0x00ff
        PON alarm:   0x0101~0x01ff
        UNI alarm:   0x0301~0x05ff
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponCTCAlarmTable(17) hh3cEponCTCAlarmEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.17.1.2
hh3cEponCTCAlarmProtocol OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {auto(0), ctc21(33), ctc30(48)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Choose a CTC protocol to set CTC alarm of an ONU.
        auto(0)  - Automatically select a CTC protocol.
        ctc21(33) - Use CTC2.1 protocol.
        ctc30(48) - Use CTC3.0 or later protocols.
        "
  DEFVAL	{ auto }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponCTCAlarmTable(17) hh3cEponCTCAlarmEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.17.1.3
hh3cEponCTCAlarmEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable or disable a CTC alarm of an ONU.
        true(1)  - alarm enable.
        false(2) - alarm disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponCTCAlarmTable(17) hh3cEponCTCAlarmEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.17.1.4
hh3cEponCTCAlarmTriggerThresVal OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Trigger threshold value of a CTC alarm on an ONU.
        For different CTC alarms, there are different units(dBm, mA, V, C).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponCTCAlarmTable(17) hh3cEponCTCAlarmEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.17.1.5
hh3cEponCTCAlarmClearThresVal OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Clear threshold value of a CTC alarm on an ONU.
        For different CTC alarms, there are different units(dBm, mA, V, C).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponCTCAlarmTable(17) hh3cEponCTCAlarmEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.18
hh3cEponUniErrorInfo OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 18 }

.1.3.6.1.4.1.25506.2.42.5.1.18.1
hh3cEponCTCAlarmInfo OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        The information of an ONU CTC alarm.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cEponUniErrorInfo(18) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.19
hh3cUniStatisticsTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for enabling or disabling statistics and setting period of a UNI.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 19 }

.1.3.6.1.4.1.25506.2.42.5.1.19.1
hh3cUniStatisticsEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"
        The entry of the hh3cUniStatisticsTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniStatisticsTable(19) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.19.1.1
hh3cUniStatisticsPeriodVal OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        UNI statistics period value.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniStatisticsTable(19) hh3cUniStatisticsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.19.1.2
hh3cUniStatisticsEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable or disable statistics of an UNI.
        true(1)  - statistics enable.
        false(2) - statistics disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniStatisticsTable(19) hh3cUniStatisticsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.20
hh3cUniPoeTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for configuring the PoE function for UNIs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 20 }

.1.3.6.1.4.1.25506.2.42.5.1.20.1
hh3cUniPoeEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"
        The entry of the hh3cUniPoeTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeTable(20) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.20.1.1
hh3cUniPoeEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable PoE for an UNI.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeTable(20) hh3cUniPoeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.20.1.2
hh3cUniPoeMode OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {signal(0), spare(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the PoE mode for an UNI.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeTable(20) hh3cUniPoeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.20.1.3
hh3cUniPoePriority OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {high(0), critical(1), low(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the PoE priority for an UNI.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeTable(20) hh3cUniPoeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.20.1.4
hh3cUniPoeMaxPowerClass OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {default(0), class0(1), class1(2), class2(3), class3(4), class4(5), undefined(255)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the PoE max power class for an UNI.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeTable(20) hh3cUniPoeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.20.1.5
hh3cUniPoeMaxPowerValue OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the PoE max power value for an UNI.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeTable(20) hh3cUniPoeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.20.1.6
hh3cUniPoeLegacyEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Enable PoE legacy PD detection for an UNI.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeTable(20) hh3cUniPoeEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.5.1.21
hh3cUniPoeInfoTable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table is used for getting UNIs' PoE information.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) 21 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1
hh3cUniPoeInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEponUniIndex }
  DESCRIPTION	"
        The entry of the hh3cUniPoeInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.1
hh3cUniPoeInfoCapability OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {incapable(0), capable(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE capability.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.2
hh3cUniPoeInfoEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE enabling status.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.3
hh3cUniPoeInfoLegacyEnable OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE legacy PD detection enabling status.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.4
hh3cUniPoeInfoMode OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {signal(0), spare(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.5
hh3cUniPoeInfoPriority OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {high(0), critical(1), low(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE priority.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.6
hh3cUniPoeInfoMaxPwrClass OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {default(0), class0(1), class1(2), class2(3), class3(4), class4(5), undefined(255)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE max power class.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.7
hh3cUniPoeInfoMaxPwrValue OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE max power value.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.8
hh3cUniPoeInfoPdClass OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {default(0), class0(1), class1(2), class2(3), class3(4), class4(5), undefined(255)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE powered device class.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.9
hh3cUniPoeInfoPwrSuppStat OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	INTEGER {noNeed(0), searching(1), power(2), force(3), forceFailed(4), powerFailed(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE power supply status.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.10
hh3cUniPoeInfoSignalErrCnt OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE signal error count.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.11
hh3cUniPoeInfoPwrDeniedCnt OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE power denied count.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.12
hh3cUniPoeInfoPwrOverCnt OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE power overload count.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.13
hh3cUniPoeInfoCurOverCnt OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE current overload count.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.14
hh3cUniPoeInfoPdUndetectCnt OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE powered device undetected count.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.15
hh3cUniPoeInfoMaxPower OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE max power.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.16
hh3cUniPoeInfoCurOutputPwr OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE current output power.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.17
hh3cUniPoeInfoAvgOutputPwr OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE average output power.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 17 }

.1.3.6.1.4.1.25506.2.42.5.1.21.1.18
hh3cUniPoeInfoPeakOutputPwr OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        UNI PoE peak output power.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniSysMan(1) hh3cUniPoeInfoTable(21) hh3cUniPoeInfoEntry(1) 18 }

.1.3.6.1.4.1.25506.2.42.5.2
hh3cEponUniTrap OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) 2 }

.1.3.6.1.4.1.25506.2.42.5.2.0
hh3cEponUniTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniTrap(2) 0 }

.1.3.6.1.4.1.25506.2.42.5.2.0.1
hh3cEponUniLinkUpTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponUniIndex, hh3cEponUniDescr, hh3cEponUniAdminStatus }
  DESCRIPTION	"
        A hh3cEponUniLinkUpTrap notification is sent
        when the UNI up event is detected
        and the transmitting switch is turned on.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniTrap(2) hh3cEponUniTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.42.5.2.0.2
hh3cEponUniLinkDownTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponUniIndex, hh3cEponUniDescr, hh3cEponUniAdminStatus }
  DESCRIPTION	"
        A hh3cEponUniLinkDownTrap notification is sent
        when the UNI down event is detected
        and the transmitting switch is turned on.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniTrap(2) hh3cEponUniTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.42.5.2.0.3
hh3cEponUniLoopBackDetectedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponUniIndex, hh3cEponUniDescr, hh3cEponUniVlan }
  DESCRIPTION	"
        A hh3cEponUniLoopBackDetectedTrap notification is sent
        when the UNI loopback event is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniTrap(2) hh3cEponUniTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.42.5.2.0.4
hh3cEponUniLoopBackRecoveredTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponUniIndex, hh3cEponUniDescr, hh3cEponUniVlan }
  DESCRIPTION	"
        A hh3cEponUniLoopBackRecoveredTrap notification is sent
        when the UNI loopback is recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniTrap(2) hh3cEponUniTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.42.5.2.0.5
hh3cEponCTCAlarmTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponCTCAlarmID, hh3cEponUniIndex, hh3cEponUniDescr, hh3cEponCTCAlarmInfo }
  DESCRIPTION	"
        A hh3cEponCTCAlarmTrap notification is sent
        when an ONU CTC alarm is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniTrap(2) hh3cEponUniTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.42.5.2.0.6
hh3cEponCTCAlarmRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EPON-UNI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEponCTCAlarmID, hh3cEponUniIndex, hh3cEponUniDescr, hh3cEponCTCAlarmInfo }
  DESCRIPTION	"
        A hh3cEponCTCAlarmRecoverTrap notification is sent
        when an ONU CTC alarm is cleared.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponUni(5) hh3cEponUniTrap(2) hh3cEponUniTrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.42.6
hh3cEponFBMibObjects MODULE-IDENTITY
  -- FROM	HH3C-EPON-FB-MIB
  DESCRIPTION	"
        The objects in this MIB module are used to manage and
        display current configuration of fiber backup groups
        based on EPON OLT port.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) 6 }

.1.3.6.1.4.1.25506.2.42.6.1
hh3cEponFBMIB OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) 1 }

.1.3.6.1.4.1.25506.2.42.6.1.1
hh3cEponFBMIBTable OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines several optical fiber-backup system parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) hh3cEponFBMIB(1) 1 }

.1.3.6.1.4.1.25506.2.42.6.1.1.1
hh3cEponFBMIBEntry OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEponFBGroupIndex }
  DESCRIPTION	"The entry of hh3cEponFBMIBTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) hh3cEponFBMIB(1) hh3cEponFBMIBTable(1) 1 }

.1.3.6.1.4.1.25506.2.42.6.1.1.1.1
hh3cEponFBGroupIndex OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The EPON fiber-backup group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) hh3cEponFBMIB(1) hh3cEponFBMIBTable(1) hh3cEponFBMIBEntry(1) 1 }

.1.3.6.1.4.1.25506.2.42.6.1.1.1.2
hh3cEponFBGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object allows entry to be created and deleted
        from the hh3cEponFBMIBTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) hh3cEponFBMIB(1) hh3cEponFBMIBTable(1) hh3cEponFBMIBEntry(1) 2 }

.1.3.6.1.4.1.25506.2.42.6.1.1.1.3
hh3cEponFBMasterPort OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"OLT port ifindex of the fiber-backup group.
        Use it to set or get the group master port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) hh3cEponFBMIB(1) hh3cEponFBMIBTable(1) hh3cEponFBMIBEntry(1) 3 }

.1.3.6.1.4.1.25506.2.42.6.1.1.1.4
hh3cEponFBSlavePort OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"OLT port ifindex of the fiber-backup group.
        Use it to set or get the group slave port.
        hh3cEponFBSlavePort must be set after hh3cEponFBMasterPort.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) hh3cEponFBMIB(1) hh3cEponFBMIBTable(1) hh3cEponFBMIBEntry(1) 4 }

.1.3.6.1.4.1.25506.2.42.6.1.1.1.5
hh3cEponFBMasterPortStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
  SYNTAX	INTEGER {active(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The master port status of the fiber-backup group.
        The active state indicates that the port's role is master, the olt chip is right
        and the optical module is inserted.
        The down state indicates others conditions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) hh3cEponFBMIB(1) hh3cEponFBMIBTable(1) hh3cEponFBMIBEntry(1) 5 }

.1.3.6.1.4.1.25506.2.42.6.1.1.1.6
hh3cEponFBSlavePortStatus OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
  SYNTAX	INTEGER {ready(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The slave port status of the fiber-backup group.
        The ready state indicates that the port's role is slave, the olt chip is right
        and optical module is inserted.
        The down state indicates others conditions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) hh3cEponFBMIB(1) hh3cEponFBMIBTable(1) hh3cEponFBMIBEntry(1) 6 }

.1.3.6.1.4.1.25506.2.42.6.1.1.1.7
hh3cEponFBSwitchover OBJECT-TYPE
  -- FROM	HH3C-EPON-FB-MIB
  SYNTAX	INTEGER {false(1), true(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Switch the fiber backup group's two port manually.
        The group must has two ports
        and the value of hh3cEponFBSlavePortStatus must be ready before Switchover.
        after Switchover the port's role will be changed.
        The value true is for switch-over.  The default value is false."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEpon(42) hh3cEponFBMibObjects(6) hh3cEponFBMIB(1) hh3cEponFBMIBTable(1) hh3cEponFBMIBEntry(1) 7 }

.1.3.6.1.4.1.25506.2.43
hh3cDldp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DLDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 43 }

.1.3.6.1.4.1.25506.2.43.1
hh3cDLDPMibObject OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) 1 }

.1.3.6.1.4.1.25506.2.43.1.1
hh3cDLDPConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) 1 }

.1.3.6.1.4.1.25506.2.43.1.1.1
hh3cDLDPWorkMode OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  SYNTAX	INTEGER {normal(1), enhance(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The work mode of DLDP.
        Normal mode means DLDP does not detect neighbor on its own initiative
        when all neighbors aged.
        Enhance mode means DLDP detects neighbor on its own initiative
        when all neighbors aged.
        "
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.43.1.1.2
hh3cDLDPSystemEnable OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DLDP enable or disable systematically.
        This node only supports set operation.
        If setting it to true, all the fiber ports will enable DLDP and
        the agent automatically creates new rows for each port in
        hh3cDLDPPortDLDPTable.
        If setting it to false, all the fiber ports will disable DLDP
        and the agent automatically destroy the corresponding rows in
        hh3cDLDPPortDLDPTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.43.1.1.3
hh3cDLDPSystemReset OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DLDP reset systematically.
        This node only supports set operation.
        If the value of hh3cDLDPSystemReset is true,
        and the current state is disable,
        it will change to inactive while the port is down
        or active while the port is up.
        If hh3cDLDPPortDLDPState is not disable, it does not change.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.43.1.1.4
hh3cDLDPInterval OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval of sending an advertisement PDU.
        unit : second
        "
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.43.1.1.5
hh3cDLDPAuthenticationMode OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  SYNTAX	INTEGER {none(1), simple(2), md5(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Type of authentication mode."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.43.1.1.6
hh3cDLDPAuthenticationPassword OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  SYNTAX	OCTET STRING (1..53) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is the password for authentication.
        If the value of hh3cDLDPAuthenticationMode is null,
        the user cannot set this node.
        If the value of hh3cDLDPAuthenticationMode is simple or MD5,
        the user must set this node with a string.

        When the user gets or walks this node,
        it displays a cipher password if hh3cDLDPAuthenticationMode is MD5 or
        simple or a zero-length string if hh3cDLDPAuthenticationMode is null.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.43.1.1.7
hh3cDLDPUnidirectionalShutdown OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  SYNTAX	INTEGER {auto(1), manual(2), hybird(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mode of unidirectional shutdown and bidirectional startup.
        It indicates the port shutdown mode when a link becomes unidirectional
        and port startup mode when the link becomes bidirectional.
        In auto mode, DLDP shuts down a port when detecting a unidirectional
        link and brings up the port when the link becomes bidirectional.
        In manual mode, a port requires manual shutdown when DLDP detects a
        unidirectional link and the port requires manual startup when the
        link becomes bidirectional.In hybrid mode, DLDP shuts down a port when
        detecting a unidirectional link and the port requires manual startup
        when the link becomes bidirectional.
        "
  DEFVAL	{ auto }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPConfigGroup(1) 7 }

.1.3.6.1.4.1.25506.2.43.1.2
hh3cDLDPPortStateTable OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of the Ethernet ports of a LAN switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) 2 }

.1.3.6.1.4.1.25506.2.43.1.2.1
hh3cDLDPPortStateEntry OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Information about a hh3cDLDPPortDLDPTable entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPPortStateTable(2) 1 }

.1.3.6.1.4.1.25506.2.43.1.2.1.1
hh3cDLDPPortState OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"State of a port.
        If setting it to enabled, the port will enable DLDP and a new row
        will be added in hh3cDLDPPortDLDPTable for this port.
        If setting it to disabled, the port will disable DLDP and the
        corresponding row will be destroyed in hh3cDLDPPortDLDPTable."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPPortStateTable(2) hh3cDLDPPortStateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.43.1.3
hh3cDLDPPortDLDPTable OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of a LAN switch's ports, which enable DLDP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) 3 }

.1.3.6.1.4.1.25506.2.43.1.3.1
hh3cDLDPPortDLDPEntry OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The information of a port, which enable DLDP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPPortDLDPTable(3) 1 }

.1.3.6.1.4.1.25506.2.43.1.3.1.1
hh3cDLDPPortDLDPState OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  -- TEXTUAL CONVENTION DLDPStatus
  SYNTAX	INTEGER {initial(1), inactive(2), active(3), advertisement(4), probe(5), disable(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Operating state of DLDP on the port.
        It is relational with hh3cDLDPPortState and hh3cDLDPLinkState."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPPortDLDPTable(3) hh3cDLDPPortDLDPEntry(1) 1 }

.1.3.6.1.4.1.25506.2.43.1.3.1.2
hh3cDLDPLinkState OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  SYNTAX	INTEGER {down(1), up(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The link state of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPPortDLDPTable(3) hh3cDLDPPortDLDPEntry(1) 2 }

.1.3.6.1.4.1.25506.2.43.1.3.1.3
hh3cDLDPPortDLDPReset OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DLDP reset systematically.
        This node only supports set operation.
        If the value of hh3cDLDPPortDLDPReset is true,
        and the current state is disable,
        it will change to inactive while the port is down
        or active while the port is up.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPPortDLDPTable(3) hh3cDLDPPortDLDPEntry(1) 3 }

.1.3.6.1.4.1.25506.2.43.1.4
hh3cDLDPNeighborTable OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of a port's neighbors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) 4 }

.1.3.6.1.4.1.25506.2.43.1.4.1
hh3cDLDPNeighborEntry OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDLDPNeighborBridgeMac, hh3cDLDPNeighborPortIndex }
  DESCRIPTION	"The information of a neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPNeighborTable(4) 1 }

.1.3.6.1.4.1.25506.2.43.1.4.1.1
hh3cDLDPNeighborBridgeMac OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge MAC address of a neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPNeighborTable(4) hh3cDLDPNeighborEntry(1) 1 }

.1.3.6.1.4.1.25506.2.43.1.4.1.2
hh3cDLDPNeighborPortIndex OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The port index of a neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPNeighborTable(4) hh3cDLDPNeighborEntry(1) 2 }

.1.3.6.1.4.1.25506.2.43.1.4.1.3
hh3cDLDPNeighborState OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  -- TEXTUAL CONVENTION DLDPNeighborStatus
  SYNTAX	INTEGER {unidirection(1), bidirection(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of a neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPNeighborTable(4) hh3cDLDPNeighborEntry(1) 3 }

.1.3.6.1.4.1.25506.2.43.1.4.1.4
hh3cDLDPNeighborAgingTime OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The aging time of a neighbor. unit: second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPMibObject(1) hh3cDLDPNeighborTable(4) hh3cDLDPNeighborEntry(1) 4 }

.1.3.6.1.4.1.25506.2.43.2
hh3cDLDPTrapObject OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) 2 }

.1.3.6.1.4.1.25506.2.43.2.1
hh3cDLDPNotification OBJECT-TYPE
  -- FROM	HH3C-DLDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPTrapObject(2) 1 }

.1.3.6.1.4.1.25506.2.43.2.1.1
hh3cDLDPUnidirectionalPort NOTIFICATION-TYPE
  -- FROM	HH3C-DLDP-MIB
  OBJECTS	{ ifIndex }
  DESCRIPTION	"It will send a SNMP trap when the state of a port
        has changed to unidirectional-link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp(43) hh3cDLDPTrapObject(2) hh3cDLDPNotification(1) 1 }

.1.3.6.1.4.1.25506.2.44
hh3cUnicast OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-UNICAST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 44 }

.1.3.6.1.4.1.25506.2.44.1
hh3cURPFTable OBJECT-TYPE
  -- FROM	HH3C-UNICAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" Unicast Reverse Path Forwarding (URPF) is used to prevent the network
            attacks caused by source address spoofing. This table is used to configure
            URPF on specific interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUnicast(44) 1 }

.1.3.6.1.4.1.25506.2.44.1.1
hh3cURPFEntry OBJECT-TYPE
  -- FROM	HH3C-UNICAST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cURPFIfIndex }
  DESCRIPTION	" The entry of hh3cURPFTable, indexed by vlan interface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUnicast(44) hh3cURPFTable(1) 1 }

.1.3.6.1.4.1.25506.2.44.1.1.1
hh3cURPFIfIndex OBJECT-TYPE
  -- FROM	HH3C-UNICAST-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" The ifIndex of vlan interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUnicast(44) hh3cURPFTable(1) hh3cURPFEntry(1) 1 }

.1.3.6.1.4.1.25506.2.44.1.1.2
hh3cURPFEnabled OBJECT-TYPE
  -- FROM	HH3C-UNICAST-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" This object is used to enable or disable URPF on certain vlan interfaces."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUnicast(44) hh3cURPFTable(1) hh3cURPFEntry(1) 2 }

.1.3.6.1.4.1.25506.2.44.1.1.3
hh3cURPFSlotID OBJECT-TYPE
  -- FROM	HH3C-UNICAST-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" This object specifies to which slot packets are redirected in order to
            perform URPF check."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUnicast(44) hh3cURPFTable(1) hh3cURPFEntry(1) 3 }

.1.3.6.1.4.1.25506.2.44.1.1.4
hh3cURPFTotalReceivedPacket OBJECT-TYPE
  -- FROM	HH3C-UNICAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" This object provides total received packets number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUnicast(44) hh3cURPFTable(1) hh3cURPFEntry(1) 4 }

.1.3.6.1.4.1.25506.2.44.1.1.5
hh3cURPFDroppedPacket OBJECT-TYPE
  -- FROM	HH3C-UNICAST-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" This object provides total dropped invalid packets number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUnicast(44) hh3cURPFTable(1) hh3cURPFEntry(1) 5 }

.1.3.6.1.4.1.25506.2.44.1.1.6
hh3cURPFClearStat OBJECT-TYPE
  -- FROM	HH3C-UNICAST-MIB
  SYNTAX	INTEGER {reserved(0), reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" This object is used to clear the URPF statistics on certain
            vlan interfaces. This object is actually a write-only object.
            When read, it always returns 0. When set to 1, the objects
            hh3cURPFTotalReceivedPacket and hh3cURPFDroppedPacket are reset
            to 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUnicast(44) hh3cURPFTable(1) hh3cURPFEntry(1) 6 }

.1.3.6.1.4.1.25506.2.45
hh3cRrpp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RRPP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 45 }

.1.3.6.1.4.1.25506.2.45.1
hh3cRrppScalarGroup OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) 1 }

.1.3.6.1.4.1.25506.2.45.1.1
hh3cRrppEnableStatus OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicating whether the RRPP is enabled on this switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.45.1.2
hh3cRrppPassword OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	OCTET STRING (1..16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Password configured for RRPP nodes to identify the validity
        of a link-down message.  This value must be set together with
        hh3cRrppPasswordType which indicates whether this value can
        be got.  This value can not be set alone without configuring
        hh3cRrppPasswordType."
  DEFVAL	{ 1178875701 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.45.1.3
hh3cRrppPasswordType OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	INTEGER {simple(1), cipher(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicating whether the hh3cRrppPassword can be got.
        simple(1):hh3cRrppPassword can be got.
        cipher(2):hh3cRrppPassword can not be got.
        This value can not be set alone without configuring
        hh3cRrppPassword."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppScalarGroup(1) 3 }

.1.3.6.1.4.1.25506.2.45.1.4
hh3cRrppProtectVlanConfigMode OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	INTEGER {vlan(1), instance(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the mode in which the protected VLANs of an RRPP
        domain are configured. The value 'vlan' indicates that
        hh3cRrppDomainProtectVlanListLow and hh3cRrppDomainProtectVlanListHigh
        can be used for setting protected VLANs, while
        hh3cRrppDomainInstanceListLow and hh3cRrppDomainInstanceListHigh
        cannot. By contraries, the value 'instance' indicates
        that 3cRrppDomainInstanceListLow and hh3cRrppDomainInstanceListHigh
        can be used for setting protected VLANs while the other two cannot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppScalarGroup(1) 4 }

.1.3.6.1.4.1.25506.2.45.2
hh3cRrppTable OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) 2 }

.1.3.6.1.4.1.25506.2.45.2.1
hh3cRrppDomainTable OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about configurations
        and status of a RRPP domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) 1 }

.1.3.6.1.4.1.25506.2.45.2.1.1
hh3cRrppDomainEntry OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRrppDomainID }
  DESCRIPTION	"Detailed information of a specified RRPP domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) 1 }

.1.3.6.1.4.1.25506.2.45.2.1.1.1
hh3cRrppDomainID OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"An index uniquely identifies a RRPP domain,
        which ranges from 1~128.
        This value can't be modified after created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) hh3cRrppDomainEntry(1) 1 }

.1.3.6.1.4.1.25506.2.45.2.1.1.2
hh3cRrppDomainControlVlanID OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Integer32 (2..4094 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of the control VLAN specified to a domain.
        The value 65535 indicates the control VLAN has
        not been configured.
        The VLAN assigned to a RRPP Domain must not have
        been created.
        This value can't be modified after created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) hh3cRrppDomainEntry(1) 2 }

.1.3.6.1.4.1.25506.2.45.2.1.1.3
hh3cRrppDomainHelloTime OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Integer32 (1..10) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value indicates the interval between two hello
        packets sent by master-node, and its unit is second.
        The value ranges from 1s~10s."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) hh3cRrppDomainEntry(1) 3 }

.1.3.6.1.4.1.25506.2.45.2.1.1.4
hh3cRrppDomainFailTime OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Integer32 (3..30) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The expiration value of the fail-period timer and its unit
        is second.  If not receiving hello packets before this
        expires, the master-node considers the ring is broken.
        The value of this node ranging from 3s~30s must not be
        less than triple hh3cRrppDomainHelloTime's value."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) hh3cRrppDomainEntry(1) 4 }

.1.3.6.1.4.1.25506.2.45.2.1.1.5
hh3cRrppDomainRowStatus OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation,
        deletion and modification of rows, which support active
        status and CreatAndGo, destroy operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) hh3cRrppDomainEntry(1) 5 }

.1.3.6.1.4.1.25506.2.45.2.1.1.6
hh3cRrppDomainInstanceListLow OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Each octet contained in this value specifies an eight-instance
        group, with the first octet specifying instances 0 through 7,
        the second octet specifying instances 8 through 15, and so on.
        Within each octet, the most significant bit represents the
        highest numbered instance, and the least significant bit represents
        the lowest numbered instance. Thus, each instance to which the
        protected VLANs of an RRPP domain are mapped corresponds to a
        bit within the value of this object. A bit with a value of '1'
        indicates that the VLANs mapped to the instance are protected
        VLANs of the RRPP domain. By contraries, the VLANs mapped to the
        instance are not protected VLANs if the corresponding bit has a
        value of '0'. The value of this object must be set with
        hh3cRrppDomainInstanceListHigh at the same time when a SET
        operation is performed.
        This object is valid only when the value of hh3cRrppProtectVlanConfigMode
        is 'instance'. If this object is invalid, it does not respond to SET
        operation, and it returns all '0' bits in response to GET operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) hh3cRrppDomainEntry(1) 6 }

.1.3.6.1.4.1.25506.2.45.2.1.1.7
hh3cRrppDomainInstanceListHigh OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Each octet contained in this value specifies an eight-instance
        group, with the first octet specifying instances 2048 through
        2055, the second octet specifying instances 2056 through 2063,
        and so on. Within each octet, the most significant bit represents
        the highest numbered instance, and the least significant bit
        represents the lowest numbered instance. The most significant bit
        of the last octet is invalid. Thus, each instance to which the
        protected VLANs of an RRPP domain are mapped corresponds to a bit
        within the value of this object. A bit with a value of '1' indicates
        that the VLANs mapped to the instance are protected VLANs of the
        RRPP domain. By contraries, the VLANs mapped to the instance are
        not protected VLANs if the corresponding bit has a value of '0'.
        The value of this object must be set with hh3cRrppDomainInstanceListLow
        at the same time when a SET operation is performed.
        This object is valid only when the value of hh3cRrppProtectVlanConfigMode
        is 'instance'. If this object is invalid, it does not respond to SET
        operation, and it returns all '0' bits in response to GET operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) hh3cRrppDomainEntry(1) 7 }

.1.3.6.1.4.1.25506.2.45.2.1.1.8
hh3cRrppDomainProtectVlanListLow OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Each octet contained in this value specifies an eight-VLAN group,
        with the first octet specifying VLANs 1 through 7, the second
        octet specifying VLANs 8 through 15, and so on. Within each octet,
        the most significant bit represents the highest numbered VLAN, and
        the least significant bit represents the lowest numbered VLAN.
        The least significant bit of the first octet is invalid. Thus,
        each protected VLAN of an RRPP domain corresponds to a bit within
        the value of this object. A bit with a value of '1' indicates that
        the corresponding VLAN is a protected VLAN of the RRPP domain.
        By contraries, the VLAN is not a protected VLAN if the
        corresponding bit has a value of '0'. The value of this object
        must be set with hh3cRrppDomainProtectVlanListHigh at the same time
        when a SET operation is performed.
        This object is valid only when the value of hh3cRrppProtectVlanConfigMode
        is 'vlan'. If this object is invalid, it does not respond to SET
        operation, and it returns all '0' bits in response to GET operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) hh3cRrppDomainEntry(1) 8 }

.1.3.6.1.4.1.25506.2.45.2.1.1.9
hh3cRrppDomainProtectVlanListHigh OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Each octet contained in this value specifies an eight-VLAN group,
        with the first octet specifying VLANs 2048 through 2055, the
        second octet specifying VLANs 2056 through 2063, and so on. Within
        each octet, the most significant bit represents the highest
        numbered VLAN, and the least significant bit represents the lowest
        numbered VLAN. The most significant bit of the last octet is
        invalid. Thus, each protected VLAN of an RRPP domain corresponds
        to a bit within the value of this object. A bit with a value of '1'
        indicates that the corresponding VLAN is a protected VLAN of the
        RRPP domain. By contraries, the VLAN is not a protected VLAN if
        the corresponding bit has a value of '0'. The value of this object
        must be set with hh3cRrppDomainProtectVlanListLow at the same time
        when a SET operation is performed.
        This object is valid only when the value of hh3cRrppProtectVlanConfigMode
        is 'vlan'. If this object is invalid, it does not respond to SET
        operation, and it returns all '0' bits in response to GET operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppDomainTable(1) hh3cRrppDomainEntry(1) 9 }

.1.3.6.1.4.1.25506.2.45.2.2
hh3cRrppRingTable OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about configurations
        and status of a RRPP Ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) 2 }

.1.3.6.1.4.1.25506.2.45.2.2.1
hh3cRrppRingEntry OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRrppDomainID, hh3cRrppRingID }
  DESCRIPTION	"Detailed information of a specified RRPP Ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) 1 }

.1.3.6.1.4.1.25506.2.45.2.2.1.1
hh3cRrppRingID OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"An index uniquely identifies a RRPP Ring,
        which ranges from 1~128.
        This value can't be modified after created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) hh3cRrppRingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.45.2.2.1.2
hh3cRrppRingEnableStatus OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicating whether the RRPP is enabled on this Ring.
        NOTE: If major-ring and sub-ring(s) of a domain
        coexist on a switch, major-ring must be enabled
        before sub-ring is enabled.  And sub-ring must be
        disabled before major-ring is disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) hh3cRrppRingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.45.2.2.1.3
hh3cRrppRingActive OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"As both hh3cRrppEnableStatus and hh3cRrppRingEnableStatus
        are enabled, the ring is activated.  Whereas either of
        the two items is disabled, the ring is inactive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) hh3cRrppRingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.45.2.2.1.4
hh3cRrppRingState OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	INTEGER {unknown(1), health(2), fault(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status (i.e. unknown, health or fault) of the Ethernet
        ring.
        This is valid only on the master-node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) hh3cRrppRingEntry(1) 4 }

.1.3.6.1.4.1.25506.2.45.2.2.1.5
hh3cRrppRingNodeMode OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	INTEGER {master(1), transit(2), edge(3), assistantEdge(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"There are four RRPP node modes for the switch on a RRPP
        ring, such as master, transit, edge and assistant-edge.
        Each RRPP ring has a single designated master-node.  All
        other nodes except edge-node and assistant-edge-node on
        that ring are referred to as transit-nodes.
        The node mode of edge and assistant-edge should be
        configured only on sub-ring.  When there is a common link
        between a sub-ring and its major-ring, the node mode of
        the sub-ring must be edge or assistant-edge, and they must
        be configured in pairs.
        If node mode is designated as edge or assistant-edge,
        several points should be noticed:
        Major-ring must be created before a sub-ring is created;
        Major-ring can't be deleted unless all its sub-rings are
        deleted;
        The node mode of the switch on major-ring must be
        transit;
        Major-ring and sub-ring must have only a common port.
        This value can't be modified after created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) hh3cRrppRingEntry(1) 5 }

.1.3.6.1.4.1.25506.2.45.2.2.1.6
hh3cRrppRingPrimaryPort OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the switch is a master-node or transit-node, this value
        is the primary port ifIndex; otherwise, if the switch is a
        edge-node or assistant-edge-node, this value is the common
        port ifIndex.
        This value can't be modified after created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) hh3cRrppRingEntry(1) 6 }

.1.3.6.1.4.1.25506.2.45.2.2.1.7
hh3cRrppRingSecondaryPort OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the switch is a master-node or transit-node, this value
        is the secondary port ifIndex; otherwise, if the switch is
        an edge-node or assistant-edge-node, this value is the edge
        port ifIndex.
        This value can't be modified after created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) hh3cRrppRingEntry(1) 7 }

.1.3.6.1.4.1.25506.2.45.2.2.1.8
hh3cRrppRingLevel OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	INTEGER {majorRing(1), subRing(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Level of a ring.  This field should be set 1 on major-ring
        and 2 on the sub-ring.
        This value can't be modified after created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) hh3cRrppRingEntry(1) 8 }

.1.3.6.1.4.1.25506.2.45.2.2.1.9
hh3cRrppRingRowStatus OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation,
        deletion and modification of rows, which support active
        status and CreatAndGo, destroy operation.
        To create a new row, hh3cRrppRingNodeMode,
        hh3cRrppRingPrimaryPort, hh3cRrppRingSecondaryPort and
        hh3cRrppRingLevel must be specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppRingTable(2) hh3cRrppRingEntry(1) 9 }

.1.3.6.1.4.1.25506.2.45.2.3
hh3cRrppPortTable OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about configurations and
        status of a RRPP port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) 3 }

.1.3.6.1.4.1.25506.2.45.2.3.1
hh3cRrppPortEntry OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRrppDomainID, hh3cRrppRingID, hh3cRrppPortID }
  DESCRIPTION	"Detailed information of a specified RRPP port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) 1 }

.1.3.6.1.4.1.25506.2.45.2.3.1.1
hh3cRrppPortID OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ifIndex of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.45.2.3.1.2
hh3cRrppPortRole OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	INTEGER {primary(1), secondary(2), common(3), edge(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The RRPP role of the port.
        (i.e. primary, secondary, common or edge port)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.45.2.3.1.3
hh3cRrppPortState OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	INTEGER {unknown(1), unblocked(2), blocked(3), down(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"State of RRPP port, including unknown, unblocked, blocked
        and down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.45.2.3.1.4
hh3cRrppPortRXError OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of illegal RRPP packets received from
        this port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.45.2.3.1.5
hh3cRrppPortRXHello OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of hello packets received from
        this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.45.2.3.1.6
hh3cRrppPortRXLinkUp OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of link-up packets received
        from this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.45.2.3.1.7
hh3cRrppPortRXLinkDown OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of link-down packets received
        from this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 7 }

.1.3.6.1.4.1.25506.2.45.2.3.1.8
hh3cRrppPortRXCommonFlush OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of common-flush packets received from
        this port on specified ring.
        Instruction
        When master-node receives valid link-down packets
        or link-up packets, it will send common-flush packets,
        instructing the other nodes on the ring to flush their
        forwarding database.
        When the nodes except master-node receive common-flush,
        they will flush forwarding database.  If there is any
        port blocked on that node, it won't be unblocked."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 8 }

.1.3.6.1.4.1.25506.2.45.2.3.1.9
hh3cRrppPortRXCompleteFlush OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of complete-flush packets received
        from this port on specified ring.
        Instruction
        When the ring recovers, master-node will receive its own
        hello packets.  It will send complete-flush packets,
        instructing the other nodes on the ring to flush their
        forwarding database.
        When the nodes except master-node receive complete-flush,
        they will flush forwarding database.  If there is any port
        blocked on that node, it will be unblocked."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 9 }

.1.3.6.1.4.1.25506.2.45.2.3.1.10
hh3cRrppPortTXHello OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of hello packets sent from
        this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 10 }

.1.3.6.1.4.1.25506.2.45.2.3.1.11
hh3cRrppPortTXLinkUp OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of link-up packets sent
        from this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 11 }

.1.3.6.1.4.1.25506.2.45.2.3.1.12
hh3cRrppPortTXLinkDown OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of link-down packets sent
        from this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 12 }

.1.3.6.1.4.1.25506.2.45.2.3.1.13
hh3cRrppPortTXCommonFlush OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of common-flush packets sent from
        this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 13 }

.1.3.6.1.4.1.25506.2.45.2.3.1.14
hh3cRrppPortTXCompleteFlush OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of complete-flush packets sent
        from this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 14 }

.1.3.6.1.4.1.25506.2.45.2.3.1.15
hh3cRrppPortRXEdgeHello OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of edge-hello packets received
        from this port on specified ring.
        When edge-node sends edge-hello packets,
        assistantEdge-node will receive its own edge-hello
        packets from the common link and the master ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 15 }

.1.3.6.1.4.1.25506.2.45.2.3.1.16
hh3cRrppPortRXMajorFault OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of major-fault packets received
        from this port on specified ring.
        When assistantEdge can't receive edge-hello packets
        in the specified fault-time,
        assistantEdge-node will send its own major-fault
        packets from the edge port around the sub ring.
        Edge-node will receive the major-fault packets from
        its edge port. Then Edge-node will block its edge port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 16 }

.1.3.6.1.4.1.25506.2.45.2.3.1.17
hh3cRrppPortTXEdgeHello OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of edge-hello packets sent
        from this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 17 }

.1.3.6.1.4.1.25506.2.45.2.3.1.18
hh3cRrppPortTXMajorFault OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of major-fault packets sent
        from this port on specified ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppTable(2) hh3cRrppPortTable(3) hh3cRrppPortEntry(1) 18 }

.1.3.6.1.4.1.25506.2.45.3
hh3cRrppNotifications OBJECT-TYPE
  -- FROM	HH3C-RRPP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) 3 }

.1.3.6.1.4.1.25506.2.45.3.1
hh3cRrppRingRecover NOTIFICATION-TYPE
  -- FROM	HH3C-RRPP-MIB
  OBJECTS	{ hh3cRrppDomainID, hh3cRrppRingID }
  DESCRIPTION	"Trap message is generated by master-node on
        the ring when the ring recovers from fault."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppNotifications(3) 1 }

.1.3.6.1.4.1.25506.2.45.3.2
hh3cRrppRingFail NOTIFICATION-TYPE
  -- FROM	HH3C-RRPP-MIB
  OBJECTS	{ hh3cRrppDomainID, hh3cRrppRingID }
  DESCRIPTION	"Trap message is generated by master-node on
        the ring when the ring fails."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppNotifications(3) 2 }

.1.3.6.1.4.1.25506.2.45.3.3
hh3cRrppMultiMaster NOTIFICATION-TYPE
  -- FROM	HH3C-RRPP-MIB
  OBJECTS	{ hh3cRrppDomainID, hh3cRrppRingID }
  DESCRIPTION	"Trap message is generated by master-node when
        it detects there are more than one master-node
        on the ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppNotifications(3) 3 }

.1.3.6.1.4.1.25506.2.45.3.4
hh3cRrppMajorFault NOTIFICATION-TYPE
  -- FROM	HH3C-RRPP-MIB
  OBJECTS	{ hh3cRrppDomainID, hh3cRrppRingID }
  DESCRIPTION	"Trap message is generated by edge-node or assistant-edge-node
        when it detects major fault."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRrpp(45) hh3cRrppNotifications(3) 4 }

.1.3.6.1.4.1.25506.2.46
hh3cDomain OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DOMAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 46 }

.1.3.6.1.4.1.25506.2.46.1
hh3cDomainControl OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) 1 }

.1.3.6.1.4.1.25506.2.46.1.1
hh3cDomainDefault OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies default domain on the equipment.  Default value is 'system'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainControl(1) 1 }

.1.3.6.1.4.1.25506.2.46.2
hh3cDomainTables OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) 2 }

.1.3.6.1.4.1.25506.2.46.2.1
hh3cDomainInfoTable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing the domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) 1 }

.1.3.6.1.4.1.25506.2.46.2.1.1
hh3cDomainInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDomainName }
  DESCRIPTION	"An entry (conceptual row) representing a domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.46.2.1.1.1
hh3cDomainName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index uniquely identifies a domain. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.46.2.1.1.2
hh3cDomainState OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	INTEGER {active(1), block(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The state of the domain, which reflects whether the domain is active.
        Default value is active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.46.2.1.1.3
hh3cDomainMaxAccessNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number which the domain allows to access.  If the value
        is set to 0, the access limit will be disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.46.2.1.1.4
hh3cDomainVlanAssignMode OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	INTEGER {integer(1), string(2), vlanlist(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The vlan assignment mode.  The mode SHOULD be the same as the mode of
        corresponding server.
        1 (integer) - Integer Vlan assignment mode.
        2 (string)  - String Vlan assignment mode.
        3 (vlanlist)  - VLAN-List Vlan assignment mode.
        The default value is integer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.46.2.1.1.5
hh3cDomainIdleCutEnable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The idle cut control.  Setting this attribute to true, the connection will be
        cut when the flow is less than hh3cDomainIdleCutMinFlow and lasts
        hh3cDomainIdleCutMaxTime. Default value is false."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.46.2.1.1.6
hh3cDomainIdleCutMaxTime OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximal time of idle-cut.  The unit is minute.  If the value of
        hh3cDomainIdleCutEnable is false, the value of hh3cDomainIdleCutMaxTime
        is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.46.2.1.1.7
hh3cDomainIdleCutMinFlow OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32 (1..10240000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The minimal flow of idle-cut.  The unit is byte. If the value of
        hh3cDomainIdleCutEnable is false, the value of hh3cDomainIdleCutMinFlow
        is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.46.2.1.1.8
hh3cDomainMessengerEnable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The messenger service control.  If set hh3cDomainMessengerEnable to true,
        hh3cDomainMessengerLimitTime and hh3cDomainMessengerSpanTime must be
        set to valid values.  Default value is false."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.46.2.1.1.9
hh3cDomainMessengerLimitTime OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32 (1..60) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The messenger service limit time.  The unit is minute.  If the value of
        hh3cDomainMessengerEnable is false, the value of hh3cDomainMessengerLimitTime
        is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.46.2.1.1.10
hh3cDomainMessengerSpanTime OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32 (5..60) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The messenger service span time.  The unit is minute.
        It must be a multiple of 5.  If the value of hh3cDomainMessengerEnable is false,
        the value of hh3cDomainMessengerSpanTime is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.46.2.1.1.11
hh3cDomainSelfServiceEnable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The self service control.  If set hh3cDomainSelfServiceEnable to true,
        hh3cDomainSelfServiceURL must be set to a valid value.
        Default value is FALSE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.46.2.1.1.12
hh3cDomainSelfServiceURL OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Self-service URL(Uniform Resource Locator) of the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.46.2.1.1.13
hh3cDomainAccFailureAction OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	INTEGER {ignore(1), reject(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the action that authentication should be taken if
        authentication succeeds but the associated accounting start
        fails.
        1 (ignore) - treat as authentication success; ignore
            accounting start failure.
        2 (reject) - treat as authentication failed if
            corresponding accounting start fails.
        Default value is reject."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.46.2.1.1.14
hh3cDomainRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and modification
        of rows, which supports active status and CreateAndGo, Destroy operation. To destroy
        an existent row, the domain of the row MUST NOT be used by user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.46.2.1.1.15
hh3cDomainCurrentAccessNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current access number of the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.46.2.1.1.16
hh3cDomainIdleCutTime OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Authentication aging time.  If no packet is transmitted during the aging time,
        the authentication is aged out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.46.2.1.1.17
hh3cDomainServiceType OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	INTEGER {hsi(1), stb(2), voip(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Service type of users in the domain, including hsi(1), stb(2), and voip(3).
         The default value is hsi.

         The High Speed Internet (hsi) service is applicable to users that access the
         network through PPP, 802.1X, or IPoE. If this service is used, the multicast feature of
         the access module is disabled to save system resources.

         The Set Top Box (stb) service is applicable to users that access the network
         through stb. If this service is used, the multicast feature of the access module
         is enabled to improve the performance of the multicast module.

         The Voice over IP (voip) service is applicable to users that access the network
         through IP phones. If this service is used, the Quality of Service (QoS) module
         increases the priority of voice traffic to reduce the transmission delay for
         IP phone users.

        Default value is hsi."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 17 }

.1.3.6.1.4.1.25506.2.46.2.1.1.18
hh3cDomainIpPoolName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies an IPv4 address pool for users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 18 }

.1.3.6.1.4.1.25506.2.46.2.1.1.19
hh3cDomainIpv6PoolName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies an IPv6 address pool for users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 19 }

.1.3.6.1.4.1.25506.2.46.2.1.1.20
hh3cDomainIPv4PoolUpperValue OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"High alarm threshold for authorization IPv4 address usage, in percentage.
        Value 0 indicates that no alarm notifications will be generated for high
        authorization IPv4 address usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 20 }

.1.3.6.1.4.1.25506.2.46.2.1.1.21
hh3cDomainIPv4PoolLowerValue OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Low alarm threshold for authorization IPv4 address usage, in percentage.
        Value 100 indicates that no alarm notifications will be generated for low
        authorization IPv4 address usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 21 }

.1.3.6.1.4.1.25506.2.46.2.1.1.22
hh3cDomainIPv6PoolUpperValue OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"High alarm threshold for authorization IPv6 address or prefix usage, in percentage.
        Value 0 indicates that no alarm notifications will be generated for high
        authorization IPv6 address or prefix usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 22 }

.1.3.6.1.4.1.25506.2.46.2.1.1.23
hh3cDomainIPv6PoolLowerValue OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Low alarm threshold for authorization IPv6 address or prefix usage, in percentage.
        Value 100 indicates that no alarm notifications will be generated for low
        authorization IPv6 address or prefix usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 23 }

.1.3.6.1.4.1.25506.2.46.2.1.1.24
hh3cDomainIpPoolGroupName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IP address pool group authorized to users in the domain."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 24 }

.1.3.6.1.4.1.25506.2.46.2.1.1.25
hh3cDomainIpv6PoolGroupName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 address pool group authorized to users in the domain."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 25 }

.1.3.6.1.4.1.25506.2.46.2.1.1.26
hh3cDomainNdPrefixPoolName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 address ND prefix pool authorized to users in the domain."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 26 }

.1.3.6.1.4.1.25506.2.46.2.1.1.27
hh3cDomainNdPrefixPoolGroupName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 address ND prefix pool group authorized to users in the domain."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 27 }

.1.3.6.1.4.1.25506.2.46.2.1.1.28
hh3cDomainIpv6Prefix OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION Ipv6AddressPrefix
  SYNTAX	OCTET STRING (0..16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 address prefix authorized to users in the domain."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 28 }

.1.3.6.1.4.1.25506.2.46.2.1.1.29
hh3cDomainIpv6PrefixLength OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32 (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 address prefix length authorized to users in the domain."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 29 }

.1.3.6.1.4.1.25506.2.46.2.1.1.30
hh3cDomainActiveWebServerUrl OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active URL(Uniform Resource Locator) of the Web server in ISP domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainInfoTable(1) hh3cDomainInfoEntry(1) 30 }

.1.3.6.1.4.1.25506.2.46.2.2
hh3cDomainSchemeTable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing schemes of all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) 2 }

.1.3.6.1.4.1.25506.2.46.2.2.1
hh3cDomainSchemeEntry OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDomainName, hh3cDomainSchemeIndex }
  DESCRIPTION	"An entry (conceptual row) representing an IP pool of a domain"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainSchemeTable(2) 1 }

.1.3.6.1.4.1.25506.2.46.2.2.1.1
hh3cDomainSchemeIndex OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The scheme index of domain, which is an identifier of a domain scheme."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainSchemeTable(2) hh3cDomainSchemeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.46.2.2.1.2
hh3cDomainSchemeMode OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION Hh3cModeOfDomainScheme
  SYNTAX	INTEGER {none(1), local(2), radius(3), tacacs(4), ldap(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The scheme mode of the domain.  Setting hh3cDomainSchemeMode to none(1) indicates
        the domain has none scheme.  Setting hh3cDomainSchemeMode to local(2) indicates the
        domain will use local-server as a scheme.  Setting hh3cDomainSchemeMode to radius(3),
        tacacs(4) or ldap(5) indicates the domain will use radius, tacacs or ldap scheme.  If set
        hh3cDomainSchemeMode to radius(3), tacacs(4) or ldap(5), hh3cDomainAuthSchemeName and
        hh3cDomainAcctSchemeName must be set to valid values.  And if hh3cDomainSchemeMode is
        set to none(1) or local(2), the value of hh3cDomainAuthSchemeName and hh3cDomainAcctSchemeName
        will be ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainSchemeTable(2) hh3cDomainSchemeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.46.2.2.1.3
hh3cDomainAuthSchemeName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The authentication scheme name of domain.  If hh3cDomainSchemeMode is set to radius,
        tacacs or ldap, the hh3cDomainAuthSchemeName must be configured with a valid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainSchemeTable(2) hh3cDomainSchemeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.46.2.2.1.4
hh3cDomainAcctSchemeName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The accounting scheme name of the domain. If hh3cDomainSchemeMode is set to radius
        or tacacs, the hh3cDomainAcctSchemeName must be configured with a valid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainSchemeTable(2) hh3cDomainSchemeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.46.2.2.1.5
hh3cDomainSchemeRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and modification
        of rows, which supports active status and createAndGo, destroy operation. To
        create a new row, hh3cDomainSchemeMode must be specified. To destroy an existent
        row, the scheme of the row MUST NOT be used by user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainSchemeTable(2) hh3cDomainSchemeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.46.2.2.1.6
hh3cDomainSchemeAAAType OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION Hh3cAAATypeDomainScheme
  SYNTAX	INTEGER {accounting(1), authentication(2), authorization(3), none(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Service Type of the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainSchemeTable(2) hh3cDomainSchemeEntry(1) 6 }

.1.3.6.1.4.1.25506.2.46.2.2.1.7
hh3cDomainSchemeAAAName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The scheme name of the domain, whether the scheme represents accounting,
          authentication or authorization references the object hh3cDomainSchemeAAAType.
          The value of the object must be valid if the value of hh3cDomainSchemeMode
          is radius or tacacs, the value of the object will be ignored if the value
          of hh3cDomainSchemeMode is none or local. If the domain has no scheme,
          there will be a null string. If this object is supported, the objects
          hh3cDomainAuthSchemeName and hh3cDomainAcctSchemeName will be ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainSchemeTable(2) hh3cDomainSchemeEntry(1) 7 }

.1.3.6.1.4.1.25506.2.46.2.2.1.8
hh3cDomainSchemeAccessMode OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION Hh3cAccessModeofDomainScheme
  SYNTAX	INTEGER {default(1), login(2), lanAccess(3), portal(4), ppp(5), gcm(6), dvpn(7), dhcp(8), voice(9), superauthen(10), command(11), reserved(12)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The access mode of the domain scheme."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainSchemeTable(2) hh3cDomainSchemeEntry(1) 8 }

.1.3.6.1.4.1.25506.2.46.2.3
hh3cDomainIpPoolTable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing IP pools of all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) 3 }

.1.3.6.1.4.1.25506.2.46.2.3.1
hh3cDomainIpPoolEntry OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDomainName, hh3cDomainIpPoolNum }
  DESCRIPTION	"An entry (conceptual row) representing an IP pool of a domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIpPoolTable(3) 1 }

.1.3.6.1.4.1.25506.2.46.2.3.1.1
hh3cDomainIpPoolNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32 (0..99) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of IP pool, which is an identifier of an IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIpPoolTable(3) hh3cDomainIpPoolEntry(1) 1 }

.1.3.6.1.4.1.25506.2.46.2.3.1.2
hh3cDomainIpPoolLowIpAddrType OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The low IP addresses type (IPv4 or IPv6) of IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIpPoolTable(3) hh3cDomainIpPoolEntry(1) 2 }

.1.3.6.1.4.1.25506.2.46.2.3.1.3
hh3cDomainIpPoolLowIpAddr OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The low IP address of IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIpPoolTable(3) hh3cDomainIpPoolEntry(1) 3 }

.1.3.6.1.4.1.25506.2.46.2.3.1.4
hh3cDomainIpPoolLen OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of IP pool.  Default value is 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIpPoolTable(3) hh3cDomainIpPoolEntry(1) 4 }

.1.3.6.1.4.1.25506.2.46.2.3.1.5
hh3cDomainIpPoolRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and modification
        of rows, which supports active status and CreateAndGo, Destroy operation.  To
        create a new row, hh3cDomainIpPoolNum and hh3cDomainIpPoolLowIpAddr must be specified.
        To destroy an existent row, the IP pool of this row MUST NOT be used by user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIpPoolTable(3) hh3cDomainIpPoolEntry(1) 5 }

.1.3.6.1.4.1.25506.2.46.2.4
hh3cDomainStatTable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing Domain statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) 4 }

.1.3.6.1.4.1.25506.2.46.2.4.1
hh3cDomainStatEntry OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDomainName }
  DESCRIPTION	"An entry (conceptual row) representing statistics of a domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) 1 }

.1.3.6.1.4.1.25506.2.46.2.4.1.1
hh3cDomainAccessedNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.46.2.4.1.2
hh3cDomainOnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.46.2.4.1.3
hh3cDomainOnlinePPPUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPP users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.46.2.4.1.4
hh3cDomainOnlineIPoEUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.46.2.4.1.5
hh3cDomainOnlinePPPoEUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPPoE users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.46.2.4.1.6
hh3cDomainOnlinePPPoAUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPPoA users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.46.2.4.1.7
hh3cDomainOnlinePPPoFRUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPPoFR users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.46.2.4.1.8
hh3cDomainOnlineLacUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online LAC users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.46.2.4.1.9
hh3cDomainOnlineLnsUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online LNS users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.46.2.4.1.10
hh3cDomainOnlineIPoEBindAuthUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE users that use bind authentication in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.46.2.4.1.11
hh3cDomainOnlineIPoEWebAuthUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE users that use WEB authentication in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.46.2.4.1.12
hh3cDomainOnlineLeasedUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE Leased users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.46.2.4.1.13
hh3cDomainOnlineIPv4User OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPv4 users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.46.2.4.1.14
hh3cDomainOnlineIPv6User OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPv6 users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.46.2.4.1.15
hh3cDomainOnlineDualStackUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online dual stack users in the domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainStatTable(4) hh3cDomainStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.46.2.5
hh3cDomainIPPoolStatTable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing IP pool statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) 5 }

.1.3.6.1.4.1.25506.2.46.2.5.1
hh3cDomainIPPoolStatEntry OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDomainName }
  DESCRIPTION	"An entry (conceptual row) representing statistics of an IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) 1 }

.1.3.6.1.4.1.25506.2.46.2.5.1.1
hh3cDomainIPTotalNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.46.2.5.1.2
hh3cDomainIPUsedNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of addresses already used in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.46.2.5.1.3
hh3cDomainIPConflictNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of conflicting addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.46.2.5.1.4
hh3cDomainIPExcludeNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of addresses excluded from the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.46.2.5.1.5
hh3cDomainIPIdleNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of idle addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.46.2.5.1.6
hh3cDomainIPUsedPercent OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Address occupancy rate in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.46.2.5.1.7
hh3cDomainIPv6AddressTotalNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IPv6 addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.46.2.5.1.8
hh3cDomainIPv6AddressUsedNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of IPv6 addresses already used in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.46.2.5.1.9
hh3cDomainIPv6AddressFreeNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of idle IPv6 addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.46.2.5.1.10
hh3cDomainIPv6AddressConflictNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of conflicting IPv6 addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.46.2.5.1.11
hh3cDomainIPv6AddressExcludeNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of IPv6 addresses excluded from the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.46.2.5.1.12
hh3cDomainIPv6AddressUsedPercent OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"IPv6 Address occupancy rate in the IP pool.
        The value is in percentage.
        For example: 0.79 means the IPv6 Address occupancy rate in the IP pool is 0.79%."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.46.2.5.1.13
hh3cDomainNDRAPrefixTotalNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of NDRA prefix addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.46.2.5.1.14
hh3cDomainNDRAPrefixUsedNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of NDRA prefix addresses already used in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.46.2.5.1.15
hh3cDomainNDRAPrefixFreeNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of idle NDRA prefix addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.46.2.5.1.16
hh3cDomainNDRAPrefixConflictNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of conflicting NDRA prefix addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.46.2.5.1.17
hh3cDomainNDRAPrefixExcludeNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of NDRA prefix addresses excluded from the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 17 }

.1.3.6.1.4.1.25506.2.46.2.5.1.18
hh3cDomainNDRAPrefixUsedPercent OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"NDRA prefix occupancy rate in the IP pool.
        The value is in percentage.
        For example: 0.79 means the NDRA prefix occupancy rate in the IP pool is 0.79%."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 18 }

.1.3.6.1.4.1.25506.2.46.2.5.1.19
hh3cDomainPDPrefixTotalNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of PD prefix addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 19 }

.1.3.6.1.4.1.25506.2.46.2.5.1.20
hh3cDomainPDPrefixUsedNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of PD prefix addresses already used in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 20 }

.1.3.6.1.4.1.25506.2.46.2.5.1.21
hh3cDomainPDPrefixFreeNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of idle PD prefix addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 21 }

.1.3.6.1.4.1.25506.2.46.2.5.1.22
hh3cDomainPDPrefixConflictNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of conflicting PD prefix addresses in the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 22 }

.1.3.6.1.4.1.25506.2.46.2.5.1.23
hh3cDomainPDPrefixExcludeNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of PD prefix addresses excluded from the IP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 23 }

.1.3.6.1.4.1.25506.2.46.2.5.1.24
hh3cDomainPDPrefixUsedPercent OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"PD prefix occupancy rate in the IP pool.
        The value is in percentage.
        For example: 0.79 means the PD prefix occupancy rate in the IP pool is 0.79%."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainIPPoolStatTable(5) hh3cDomainIPPoolStatEntry(1) 24 }

.1.3.6.1.4.1.25506.2.46.2.6
hh3cDomainNatBindingTable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table lists user group-to-NAT instance bindings of
        all domains.  The device assigns an authenticated user to a load-sharing
        user group and uses the NAT instance associated with that user group
        to process the NAT service of the user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) 6 }

.1.3.6.1.4.1.25506.2.46.2.6.1
hh3cDomainNatBindingEntry OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDomainName, hh3cDomainNatBindingUserGroupName }
  DESCRIPTION	"An entry (conceptual row) lists user group-to-NAT instance bindings of a domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainNatBindingTable(6) 1 }

.1.3.6.1.4.1.25506.2.46.2.6.1.1
hh3cDomainNatBindingUserGroupName OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The user group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainNatBindingTable(6) hh3cDomainNatBindingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.46.2.6.1.2
hh3cDomainNatBindingNatInstance OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The bound NAT instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainNatBindingTable(6) hh3cDomainNatBindingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.46.2.6.1.3
hh3cDomainNatBindingRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
         modification of rows. The object supports the active state and the
         CreateAndGo and Destroy operations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainNatBindingTable(6) hh3cDomainNatBindingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.46.2.7
hh3cDomainUpStatTable OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table listing domain statistics on the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) 7 }

.1.3.6.1.4.1.25506.2.46.2.7.1
hh3cDomainUpStatEntry OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDomainName, hh3cDomainUpId }
  DESCRIPTION	"An entry (conceptual row) representing statistics of a domain on a user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) 1 }

.1.3.6.1.4.1.25506.2.46.2.7.1.1
hh3cDomainUpId OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32 (1024..2047) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"User plane ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.46.2.7.1.2
hh3cDomainUpAccessedNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.46.2.7.1.3
hh3cDomainUpOnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.46.2.7.1.4
hh3cDomainUpOnlinePPPUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPP users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.46.2.7.1.5
hh3cDomainUpOnlineIPoEUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.46.2.7.1.6
hh3cDomainUpOnlinePPPoEUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPPoE users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.46.2.7.1.7
hh3cDomainUpOnlinePPPoAUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPPoA users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.46.2.7.1.8
hh3cDomainUpOnlinePPPoFRUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPPoFR users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.46.2.7.1.9
hh3cDomainUpOnlineLacUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online LAC users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.46.2.7.1.10
hh3cDomainUpOnlineLnsUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online LNS users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.46.2.7.1.11
hh3cDomainUpOnlineIPoEBindAuthUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE users that use bind authentication in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.46.2.7.1.12
hh3cDomainUpOnlineIPoEWebAuthUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE users that use Web authentication in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.46.2.7.1.13
hh3cDomainUpOnlineLeasedUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE leased users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.46.2.7.1.14
hh3cDomainUpOnlineIPv4User OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IPv4 online users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.46.2.7.1.15
hh3cDomainUpOnlineIPv6User OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IPv6 online users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.46.2.7.1.16
hh3cDomainUpOnlineDualStackUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of dual-stack online users in the domain of the user plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTables(2) hh3cDomainUpStatTable(7) hh3cDomainUpStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.46.3
hh3cDomainGlobalStat OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) 3 }

.1.3.6.1.4.1.25506.2.46.3.1
hh3cDomainGlobalAccessedNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 1 }

.1.3.6.1.4.1.25506.2.46.3.2
hh3cDomainGlobalOnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 2 }

.1.3.6.1.4.1.25506.2.46.3.3
hh3cDomainGlobalOnlinePPPUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPP users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 3 }

.1.3.6.1.4.1.25506.2.46.3.4
hh3cDomainGlobalOnlineIPoEUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 4 }

.1.3.6.1.4.1.25506.2.46.3.5
hh3cDomainGlobalOnlinePPPoEUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPPoE users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 5 }

.1.3.6.1.4.1.25506.2.46.3.6
hh3cDomainGlobalOnlinePPPoAUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPPoA users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 6 }

.1.3.6.1.4.1.25506.2.46.3.7
hh3cDomainGlobalOnlinePPPoFRUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online PPPoFR users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 7 }

.1.3.6.1.4.1.25506.2.46.3.8
hh3cDomainGlobalOnlineLacUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online LAC users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 8 }

.1.3.6.1.4.1.25506.2.46.3.9
hh3cDomainGlobalOnlineLnsUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online LNS users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 9 }

.1.3.6.1.4.1.25506.2.46.3.10
hh3cDomainGlobalOnlineIPoEBindAuthUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE users that use bind authentication in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 10 }

.1.3.6.1.4.1.25506.2.46.3.11
hh3cDomainGlobalOnlineIPoEWebAuthUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE users that use WEB authentication in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 11 }

.1.3.6.1.4.1.25506.2.46.3.12
hh3cDomainGlobalOnlineLeasedUser OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online IPoE Leased users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 12 }

.1.3.6.1.4.1.25506.2.46.3.13
hh3cDomainGlobalTotalIPv4OnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IPv4 online users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 13 }

.1.3.6.1.4.1.25506.2.46.3.14
hh3cDomainGlobalTotalIPv6OnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IPv6 online users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 14 }

.1.3.6.1.4.1.25506.2.46.3.15
hh3cDomainGlobalTotalDualStackOnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of dual stack online users in all domains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainGlobalStat(3) 15 }

.1.3.6.1.4.1.25506.2.46.5
hh3cDomainTraps OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) 5 }

.1.3.6.1.4.1.25506.2.46.5.0
hh3cDomainTrapsDefine OBJECT-TYPE
  -- FROM	HH3C-DOMAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) 0 }

.1.3.6.1.4.1.25506.2.46.5.0.1
hh3cUserIPAllocAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainIPUsedPercent, hh3cDomainIPv4PoolUpperValue, hh3cDomainIPv4PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Reach IP address allocable threshold
                2 Notice/Trap generation cause:  Reach the threshold set in domain
                3 Repair suggestions:
                    Check whether to renew the configuration of the BAS IP pool
                    Add new IP pool to this domain.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 1 }

.1.3.6.1.4.1.25506.2.46.5.0.2
hh3cUserIPAllocAlarmResume NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainIPUsedPercent, hh3cDomainIPv4PoolUpperValue, hh3cDomainIPv4PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Overallocated IP address recovery
                2 Notice/Trap generation cause:  Recover from a state where IP address allocable threshold are reached.
                3 Repair suggestions: NA.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 2 }

.1.3.6.1.4.1.25506.2.46.5.0.3
hh3cUserIPLowerlimitWarningAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainIPUsedPercent, hh3cDomainIPv4PoolUpperValue, hh3cDomainIPv4PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Reach IP address allocable lower limit threshold
                2 Notice/Trap generation cause:  Reach the lower limit threshold set in domain
                3 Repair suggestions:
                    Check the domain.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 3 }

.1.3.6.1.4.1.25506.2.46.5.0.4
hh3cUserIPLowerlimitWarningResume NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainIPUsedPercent, hh3cDomainIPv4PoolUpperValue, hh3cDomainIPv4PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Less-allocated IP address recovery
                2 Notice/Trap generation cause:  Recover from a state where IP address allocable lower limit threshold are reached.
                3 Repair suggestions: NA.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 4 }

.1.3.6.1.4.1.25506.2.46.5.0.5
hh3cUserIPv6AllocAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainIPv6AddressUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Reach IPv6 address allocable threshold
                2 Notice/Trap generation cause:  Reach the threshold set in domain
                3 Repair suggestions:
                    Check whether to renew the configuration of the BAS IPv6 address pool
                    Add new IPv6 address pool to this domain .
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 5 }

.1.3.6.1.4.1.25506.2.46.5.0.6
hh3cUserIPv6AllocAlarmResume NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainIPv6AddressUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Overallocated IPv6 address recovery
                2 Notice/Trap generation cause:  Recover from a state where IPv6 address allocable threshold are reached.
                3 Repair suggestions: NA.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 6 }

.1.3.6.1.4.1.25506.2.46.5.0.7
hh3cUserIPv6LowlimitWarnAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainIPv6AddressUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Reach IPv6 address allocable lower limit threshold
                2 Notice/Trap generation cause:  Reach the lower limit threshold set at domain
                3 Repair suggestions:
                    Check the domain.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 7 }

.1.3.6.1.4.1.25506.2.46.5.0.8
hh3cUserIPv6LowlimitWarnResume NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainIPv6AddressUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Less-allocated IPv6 address recovery
                2 Notice/Trap generation cause:  Recover from a state where IPv6 address allocable lower limit threshold are reached.
                3 Repair suggestions: NA.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 8 }

.1.3.6.1.4.1.25506.2.46.5.0.9
hh3cUserNDRAPfAllocAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainNDRAPrefixUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Reach IPv6 NDRA prefix allocable threshold
                2 Notice/Trap generation cause: Reach the threshold set in domain
                3 Repair suggestions:
                    Check whether to renew the configuration of the BAS IPv6 NDRA prefix pool
                    Add new IPv6 NDRA prefix pool to this domain .
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 9 }

.1.3.6.1.4.1.25506.2.46.5.0.10
hh3cUserNDRAPfAllocAlarmResume NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainNDRAPrefixUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Overallocated NDRA prefix recovery
                2 Notice/Trap generation cause:  Recover from a state where NDRA prefix allocable threshold are reached.
                3 Repair suggestions: NA.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 10 }

.1.3.6.1.4.1.25506.2.46.5.0.11
hh3cUserNDRAPfLowlimitWarnAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainNDRAPrefixUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Reach NDRA prefix allocable lower limit threshold
                2 Notice/Trap generation cause:  Reach the lower limit threshold set at domain
                3 Repair suggestions:
                    Check the domain.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 11 }

.1.3.6.1.4.1.25506.2.46.5.0.12
hh3cUserNDRAPfLowlimitWarnResume NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainNDRAPrefixUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Less-allocated NDRA prefix recovery
                2 Notice/Trap generation cause:  Recover from a state where NDRA Prefix allocable lower limit threshold are reached.
                3 Repair suggestions: NA.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 12 }

.1.3.6.1.4.1.25506.2.46.5.0.13
hh3cUserPDPfAllocAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainPDPrefixUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Reach IPv6 DHCPv6-PD prefix allocable threshold
                2 Notice/Trap generation cause:  Reach the threshold set in domain
                3 Repair suggestions:
                    Check whether to renew the configuration of the BAS IPv6 DHCPv6-PD prefix pool
                    Add new IPv6 DHCPv6-PD prefix pool to this domain .
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 13 }

.1.3.6.1.4.1.25506.2.46.5.0.14
hh3cUserPDPfAllocAlarmResume NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainPDPrefixUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Overallocated IPv6 DHCPv6-PD prefix recovery
                2 Notice/Trap generation cause:  Recover from a state where IPv6 DHCPv6-PD Prefix allocable threshold are reached.
                3 Repair suggestions: NA.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 14 }

.1.3.6.1.4.1.25506.2.46.5.0.15
hh3cUserPDPfLowlimitWarnAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainPDPrefixUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Reach IPv6 DHCPv6-PD prefix allocable lower limit threshold
                2 Notice/Trap generation cause:  Reach the lower limit threshold set at domain
                3 Repair suggestions:
                    Check the domain.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 15 }

.1.3.6.1.4.1.25506.2.46.5.0.16
hh3cUserPDPfLowlimitWarnResume NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainPDPrefixUsedPercent, hh3cDomainIPv6PoolUpperValue, hh3cDomainIPv6PoolLowerValue }
  DESCRIPTION	"
                1 Notice/Trap name:  Less-allocated IPv6 DHCPv6-PD prefix recovery
                2 Notice/Trap generation cause:  Recover from a state where IPv6 DHCPv6-PD Prefix allocable lower limit threshold are reached.
                3 Repair suggestions: NA.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 16 }

.1.3.6.1.4.1.25506.2.46.5.0.17
hh3cUserWebServerDownAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainActiveWebServerUrl }
  DESCRIPTION	"
                This trap is generated when the Web server is not reachable
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 17 }

.1.3.6.1.4.1.25506.2.46.5.0.18
hh3cUserWebServerUpAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainActiveWebServerUrl }
  DESCRIPTION	"
                This trap is generated when the Web server is restored to accessibility
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 18 }

.1.3.6.1.4.1.25506.2.46.5.0.19
hh3cUserWebServerChangeAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-DOMAIN-MIB
  OBJECTS	{ hh3cDomainActiveWebServerUrl }
  DESCRIPTION	"
                This trap is generated when the valid URL of the Web Server changes
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDomain(46) hh3cDomainTraps(5) hh3cDomainTrapsDefine(0) 19 }

.1.3.6.1.4.1.25506.2.47
hh3cIds OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 47 }

.1.3.6.1.4.1.25506.2.47.1
hh3cIDSMib MODULE-IDENTITY
  -- FROM	HH3C-IDS-MIB
  DESCRIPTION	"This MIB describes IDS private information.
                IDS(Instruction Detecting System) is used to detect intruder activity. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) 1 }

.1.3.6.1.4.1.25506.2.47.1.1
hh3cIDSTrapGroup OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) 1 }

.1.3.6.1.4.1.25506.2.47.1.1.1
hh3cIDSTrapInfo OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) 1 }

.1.3.6.1.4.1.25506.2.47.1.1.1.1
hh3cIDSTrapIPFragmentQueueLen OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The length of IP fragment queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 1 }

.1.3.6.1.4.1.25506.2.47.1.1.1.2
hh3cIDSTrapStatSessionTabLen OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The length of status session table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 2 }

.1.3.6.1.4.1.25506.2.47.1.1.1.3
hh3cIDSTrapIPAddressType OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The type of IP Address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 3 }

.1.3.6.1.4.1.25506.2.47.1.1.1.4
hh3cIDSTrapIPAddress OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IP Address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 4 }

.1.3.6.1.4.1.25506.2.47.1.1.1.5
hh3cIDSTrapUserName OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"User name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 5 }

.1.3.6.1.4.1.25506.2.47.1.1.1.6
hh3cIDSTrapLoginType OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	INTEGER {telnet(1), ssh(2), web(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Login type, including telnet, ssh and web."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 6 }

.1.3.6.1.4.1.25506.2.47.1.1.1.7
hh3cIDSTrapUpgradeType OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	INTEGER {programme(1), crb(2), vrb(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Upgrade type, including programme(system image),
                crb(custom rule base, one kind of configuration file),
                vrb(vendor rule base, one kind of configuration file)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 7 }

.1.3.6.1.4.1.25506.2.47.1.1.1.8
hh3cIDSTrapCRLName OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"CRL(Certificate Revoke List) name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 8 }

.1.3.6.1.4.1.25506.2.47.1.1.1.9
hh3cIDSTrapCertName OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Certificate name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 9 }

.1.3.6.1.4.1.25506.2.47.1.1.1.10
hh3cIDSTrapDetectRuleID OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The rule ID which is a unique identifier for a specified
                detect rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 10 }

.1.3.6.1.4.1.25506.2.47.1.1.1.11
hh3cIDSTrapEngineID OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"A unique number used to identify an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 11 }

.1.3.6.1.4.1.25506.2.47.1.1.1.12
hh3cIDSTrapFileName OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The file name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 12 }

.1.3.6.1.4.1.25506.2.47.1.1.1.13
hh3cIDSTrapCfgLineInFile OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The line number in the configuration file."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 13 }

.1.3.6.1.4.1.25506.2.47.1.1.1.14
hh3cIDSTrapReasonForError OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The information of the notification. Although the format and
               content of this object are device specific, they should be
               defined uniformly in the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrapInfo(1) 14 }

.1.3.6.1.4.1.25506.2.47.1.1.2
hh3cIDSTrap OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) 2 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0
hh3cIDSTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-IDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) 0 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.1
hh3cIDSTrapIPFragQueueFull NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapIPFragmentQueueLen, hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when the IP fragment
                queue is full.  The hh3cIDSTrapIPFragmentQueueLen describes
                the length of current fragment queue.
                The hh3cIDSTrapReasonForError describes reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.2
hh3cIDSTrapStatSessTabFull NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapStatSessionTabLen, hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when the status session
                table is full.  The hh3cIDSTrapStatSessionTabLen describes the
                length of current status session table.
                The hh3cIDSTrapReasonForError describes reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.3
hh3cIDSTrapDetectRuleParseFail NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapDetectRuleID, hh3cIDSTrapEngineID, hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when failing to parse
                the rules for detecting.  The hh3cIDSTrapDetectRuleID object describes
                rule ID. The hh3cIDSTrapEngineID object identifies an interface
                the rule applies to. The hh3cIDSTrapReasonForError object
                describes reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.4
hh3cIDSTrapDBConnLost NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapIPAddressType, hh3cIDSTrapIPAddress, hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when connecting with
                database server fails. The hh3cIDSTrapIPAddressType object describes
                the IP address type of database server.  The hh3cIDSTrapIPAddress
                object describes the IP address of database server. The
                hh3cIDSTrapReasonForError describes reason of connecting failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.5
hh3cIDSTrapCRLNeedUpdate NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapCRLName, hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when IDS device detects
                that CRL is out of date.  The hh3cIDSTrapCRLName object
                describes the CRL(Certificate Revoke List) name.
                The hh3cIDSTrapReasonForError object describes reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.6
hh3cIDSTrapCertOverdue NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapCertName, hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when IDS device detects
                that certificate is overdue.  The hh3cIDSTrapCertName object
                describes the certificate name.  The hh3cIDSTrapReasonForError
                object describes reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.7
hh3cIDSTrapTooManyLoginFail NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapUserName, hh3cIDSTrapIPAddressType, hh3cIDSTrapIPAddress, hh3cIDSTrapLoginType, hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when the login
                failure times of a user over a certain number.
                The hh3cIDSTrapUserName object describes the user name
                when logging in.  The hh3cIDSTrapIPAddressType object
                describes the IP address type of client. The
                hh3cIDSTrapIPAddress object describes the IP address of
                client.  The hh3cIDSTrapLoginType object describes
                login type, including: telnet, ssh, web.
                The hh3cIDSTrapReasonForError object describes reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.8
hh3cIDSTrapUpgradeError NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapUpgradeType, hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when upgrading fails.
                The hh3cIDSTrapUpgradeType object describes upgrade type,
                including: programme, vrb. The hh3cIDSTrapReasonForError
                object describes reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 8 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.9
hh3cIDSTrapFileAccessError NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapFileName, hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when accessing file
                fails.  The hh3cIDSTrapFileName object describes the name
                of file accessed. The hh3cIDSTrapReasonForError object describes
                reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 9 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.10
hh3cIDSTrapConsArithMemLow NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when memory used by
                constructing the arithmetic to seek content is lacking.
                The hh3cIDSTrapReasonForError object describes reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 10 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.11
hh3cIDSTrapSSRAMOperFail NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when reading or
                writing SSRAM of CIE card fails. The hh3cIDSTrapReasonForError
                object describes reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 11 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.12
hh3cIDSTrapPacketProcessDisorder NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapReasonForError }
  DESCRIPTION	"This notification will be generated when packets processed
                is in disorder. The hh3cIDSTrapReasonForError object describes
                reason for error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 12 }

.1.3.6.1.4.1.25506.2.47.1.1.2.0.13
hh3cIDSTrapCfgFileFormatError NOTIFICATION-TYPE
  -- FROM	HH3C-IDS-MIB
  OBJECTS	{ hh3cIDSTrapFileName, hh3cIDSTrapCfgLineInFile }
  DESCRIPTION	"When devices startup and load the configuration file,
                if format error is found, this notification will be generated.
                The hh3cIDSTrapFileName object describes the name of
                configuration file. The hh3cIDSTrapCfgLineInFile object
                describes the line number in the file."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIds(47) hh3cIDSMib(1) hh3cIDSTrapGroup(1) hh3cIDSTrap(2) hh3cIDSTrapPrefix(0) 13 }

.1.3.6.1.4.1.25506.2.48
hh3cRcr OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RCR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 48 }

.1.3.6.1.4.1.25506.2.48.1
hh3cRcrMR OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) 1 }

.1.3.6.1.4.1.25506.2.48.1.1
hh3cRcrMRGroup OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) 1 }

.1.3.6.1.4.1.25506.2.48.1.1.1
hh3cRcrMRAllMaxUsedBandRate OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max used band rate of all external interfaces on member
            router-devices(MRs) which are controlled by RCR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMRGroup(1) 1 }

.1.3.6.1.4.1.25506.2.48.1.1.2
hh3cRcrMRAllMinUsedBandRate OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The min used band rate of all external interfaces on MRs
            which are controlled by RCR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMRGroup(1) 2 }

.1.3.6.1.4.1.25506.2.48.1.1.3
hh3cRcrMRListenTime OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..1440) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The persistent time of a probe on member router-device(MR) which is
            controlled by RCR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMRGroup(1) 3 }

.1.3.6.1.4.1.25506.2.48.1.2
hh3cRcrMRStateTable OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains state information of each MR
            which is controlled by RCR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) 2 }

.1.3.6.1.4.1.25506.2.48.1.2.1
hh3cRcrMRStateEntry OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRcrMRName }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMRStateTable(2) 1 }

.1.3.6.1.4.1.25506.2.48.1.2.1.1
hh3cRcrMRName OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of MR which is controlled by RCR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMRStateTable(2) hh3cRcrMRStateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.48.1.2.1.2
hh3cRcrMRState OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	INTEGER {down(1), up(2), controlled(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of MR where identified on the controller
            router-device(CR).
            down: The MR has been enabled but has not connected
                  to the CR with TCP connection.
            up: The MR has already successfully connected to
                the CR but has not been ready for adjusting
                route.
            controlled: The MR has already passed the
                        consultation with the CR and could
                        be controlled by it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMRStateTable(2) hh3cRcrMRStateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.48.1.2.1.3
hh3cRcrMRAuthType OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	INTEGER {simple(1), md5(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The authentication type of communication packet between CR and MR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMRStateTable(2) hh3cRcrMRStateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.48.1.2.1.4
hh3cRcrMRAuthPwd OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The authentication password of communication packet between CR
            and MR.
            Reading this object always results in an OCTET STRING of length zero;
            authentication may not be bypassed by reading the MIB object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMRStateTable(2) hh3cRcrMRStateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.48.1.3
hh3cRcrMROutIfStateTable OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the external interface states of each MR
            which is controlled by RCR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) 3 }

.1.3.6.1.4.1.25506.2.48.1.3.1
hh3cRcrMROutIfStateEntry OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRcrMRName, hh3cRcrMROutIfName }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMROutIfStateTable(3) 1 }

.1.3.6.1.4.1.25506.2.48.1.3.1.1
hh3cRcrMROutIfName OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	OCTET STRING (1..48) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of external interface on each MR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMROutIfStateTable(3) hh3cRcrMROutIfStateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.48.1.3.1.2
hh3cRcrMROutIfState OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	INTEGER {down(1), up(2), notExist(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of external interface on each MR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMROutIfStateTable(3) hh3cRcrMROutIfStateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.48.1.3.1.3
hh3cRcrMROutIfMaxUsedBandRate OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max spendable bandwidth rate on external interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMROutIfStateTable(3) hh3cRcrMROutIfStateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.48.1.3.1.4
hh3cRcrMROutIfMinUsedBandRate OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The min spendable bandwidth rate on external interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMROutIfStateTable(3) hh3cRcrMROutIfStateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.48.1.3.1.5
hh3cRcrMROutIfUsedBandRate OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The used bandwidth rate on external interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrMR(1) hh3cRcrMROutIfStateTable(3) hh3cRcrMROutIfStateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.48.2
hh3cRcrCR OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) 2 }

.1.3.6.1.4.1.25506.2.48.2.1
hh3cRcrCRGroup OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) 1 }

.1.3.6.1.4.1.25506.2.48.2.1.1
hh3cRcrCRState OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	INTEGER {down(1), init(2), active(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the CR which is controlled
            by RCR.
            down: The CR has been enabled but has not
                  started a TCP connection server.
            init: The CR has started a TCP connection
                  server and has been waiting for MR
                  connection, but has not been ready for adjusting route.
            active: The CR is ready for adjusting route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRGroup(1) 1 }

.1.3.6.1.4.1.25506.2.48.2.1.2
hh3cRcrCRPortNum OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The communication port number between CR and MR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRGroup(1) 2 }

.1.3.6.1.4.1.25506.2.48.2.1.3
hh3cRcrCRCtrlMode OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	INTEGER {control(1), observe(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The observe mode or control mode is configured to operate in the CR.
             observe: The CR monitors prefixes and external interfaces based on default
                      and user-defined policies and then reports the status of
                      the network and the decisions that should be made but does
                      not implement any changes.
             controlled: The CR monitors prefixes and external interfaces based on default
                         and user-defined policies and then reports the status
                         of the network and the decisions that should be made
                         and implement any changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRGroup(1) 3 }

.1.3.6.1.4.1.25506.2.48.2.1.4
hh3cRcrCRChooseMode OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	INTEGER {good(1), best(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The algorithm used to choose an alternative external interface for a prefix.
             good: The first external interface that conforms to the policy is selected as
                   the new external interface.
             best: Information is collected from all external interfaces and the best one
                   is selected even though the best external interface may not be in-policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRGroup(1) 4 }

.1.3.6.1.4.1.25506.2.48.2.1.5
hh3cRcrCRKeepaliveTime OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..1000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval time of the transmission of the keepalive communication
             packet between CR and MR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRGroup(1) 5 }

.1.3.6.1.4.1.25506.2.48.2.1.6
hh3cRcrCRPolicyMode OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	INTEGER {prefix(1), operation(2), study(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The chosen policy mode which decides to change what prefix.
            prefix: An RCR policy is designed to select IP prefixes or to
                     select RCR learn policies using a match clause and then to
                     apply RCR policy configurations using a set clause.
            operation: To deside to adjusted prefixes based on operation
                        which user configured.
            study: To learn and optimize prefixes based on the highest
                    throughput or the highest delay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRGroup(1) 6 }

.1.3.6.1.4.1.25506.2.48.2.1.7
hh3cRcrCRStudyMode OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	INTEGER {maxThoughout(1), maxDelay(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mode of collecting prefix in studying configuration mode.
            It's to collect either the prefix of max thoughtout or the prefix
            of max delay time. It doesn't have a value when CR isn't in studying
            configuration mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRGroup(1) 7 }

.1.3.6.1.4.1.25506.2.48.2.1.8
hh3cRcrCRStudyIpPrefixNum OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..2500) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max number of collecting prefix in studying configuration mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRGroup(1) 8 }

.1.3.6.1.4.1.25506.2.48.2.1.9
hh3cRcrCRIpPrefixLen OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mask length of collecting prefix in configuration mode."
  DEFVAL	{ 24 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRGroup(1) 9 }

.1.3.6.1.4.1.25506.2.48.2.2
hh3cRcrCRRcrPolicyTable OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get statistic information
            of interfaces on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) 2 }

.1.3.6.1.4.1.25506.2.48.2.2.1
hh3cRcrCRRcrPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRcrCRRcrPlyID }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRRcrPolicyTable(2) 1 }

.1.3.6.1.4.1.25506.2.48.2.2.1.1
hh3cRcrCRRcrPlyID OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ID of RCR policy which the user has configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRRcrPolicyTable(2) hh3cRcrCRRcrPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.48.2.2.1.2
hh3cRcrCRRcrPlyMatchIPListName OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	OCTET STRING (1..19) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The matched IP prefix list name of RCR policy which the user has
            configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRRcrPolicyTable(2) hh3cRcrCRRcrPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.48.2.2.1.3
hh3cRcrCRRcrPlyMatchStudyEnable OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	INTEGER {disable(1), enable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the RCR policy which the user has configured is matched
            for studying prefix mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRRcrPolicyTable(2) hh3cRcrCRRcrPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.48.2.2.1.4
hh3cRcrCRRcrPlyMatchOperPlyName OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	OCTET STRING (1..19) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The matched operation policy name of RCR policy which the user
            has configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRRcrPolicyTable(2) hh3cRcrCRRcrPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.48.2.2.1.5
hh3cRcrCRRcrAclNumber OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (3000..3999) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The matched acl number of RCR operation policy which the user
            has configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRRcrPolicyTable(2) hh3cRcrCRRcrPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.48.2.2.1.6
hh3cRcrCRRcrPlyDelayTime OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..10000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The absolute maximum delay time. The range of values that can be
            configured is from 1 to 10000."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRRcrPolicyTable(2) hh3cRcrCRRcrPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.48.2.2.1.7
hh3cRcrCRRcrPlyLossRate OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The packet loss percent of prefix which the CR concerns."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRRcrPolicyTable(2) hh3cRcrCRRcrPolicyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.48.2.3
hh3cRcrCRMatPrefixPerfTable OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the matched prefix performance
            information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) 3 }

.1.3.6.1.4.1.25506.2.48.2.3.1
hh3cRcrCRMatPrefixPerfEntry OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRcrCRMatPrefPerfAddrType, hh3cRcrCRMatPrefPerfDestIPAddr, hh3cRcrCRMatPrefPerfDestMaskLen }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRMatPrefixPerfTable(3) 1 }

.1.3.6.1.4.1.25506.2.48.2.3.1.1
hh3cRcrCRMatPrefPerfAddrType OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination IP addresses type of matched prefix which the CR
            wants (IPv4 or IPv6)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRMatPrefixPerfTable(3) hh3cRcrCRMatPrefixPerfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.48.2.3.1.2
hh3cRcrCRMatPrefPerfDestIPAddr OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination IP address of matched prefix which the CR wants."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRMatPrefixPerfTable(3) hh3cRcrCRMatPrefixPerfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.48.2.3.1.3
hh3cRcrCRMatPrefPerfDestMaskLen OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (0..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination IP address mask length of matched prefix which
            the CR wants."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRMatPrefixPerfTable(3) hh3cRcrCRMatPrefixPerfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.48.2.3.1.4
hh3cRcrCRMatPrefPerfDelayTime OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..10000) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The absolute maximum delay time of prefix which the CR has
            configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRMatPrefixPerfTable(3) hh3cRcrCRMatPrefixPerfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.48.2.3.1.5
hh3cRcrCRMatPrefPerfLossRate OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The packet loss percent of prefix which the CR has configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRMatPrefixPerfTable(3) hh3cRcrCRMatPrefixPerfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.48.2.3.1.6
hh3cRcrCRMatPrefPerfThroughput OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bandwidth of prefix which the CR has monitored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRMatPrefixPerfTable(3) hh3cRcrCRMatPrefixPerfEntry(1) 6 }

.1.3.6.1.4.1.25506.2.48.2.4
hh3cRcrCRAdjustPrefixTable OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get adjusted prefix information
            which the CR controlled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) 4 }

.1.3.6.1.4.1.25506.2.48.2.4.1
hh3cRcrCRAdjustPrefixEntry OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRcrCRAdjuPrefDestAddrType, hh3cRcrCRAdjuPrefDestAddr, hh3cRcrCRAdjuPrefMaskLen, hh3cRcrCRAdjuPrefPreMRName, hh3cRcrCRAdjuPrefPreOutIfName }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) 1 }

.1.3.6.1.4.1.25506.2.48.2.4.1.1
hh3cRcrCRAdjuPrefDestAddrType OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address type of the adjusted prefix which CR controlled
            (IPv4 or IPv6)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) hh3cRcrCRAdjustPrefixEntry(1) 1 }

.1.3.6.1.4.1.25506.2.48.2.4.1.2
hh3cRcrCRAdjuPrefDestAddr OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the adjusted prefix which CR controlled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) hh3cRcrCRAdjustPrefixEntry(1) 2 }

.1.3.6.1.4.1.25506.2.48.2.4.1.3
hh3cRcrCRAdjuPrefMaskLen OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32 (0..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address mask length of the adjusted prefix which CR
            controlled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) hh3cRcrCRAdjustPrefixEntry(1) 3 }

.1.3.6.1.4.1.25506.2.48.2.4.1.4
hh3cRcrCRAdjuPrefPreMRName OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of the MR which the previous outbound traffic
            flows through."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) hh3cRcrCRAdjustPrefixEntry(1) 4 }

.1.3.6.1.4.1.25506.2.48.2.4.1.5
hh3cRcrCRAdjuPrefPreOutIfName OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	OCTET STRING (1..48) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of the external interface on the MR which the previous
            outbound traffic flows through."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) hh3cRcrCRAdjustPrefixEntry(1) 5 }

.1.3.6.1.4.1.25506.2.48.2.4.1.6
hh3cRcrCRAdjuPrefCurMRName OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the MR which the current outbound traffic flows through."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) hh3cRcrCRAdjustPrefixEntry(1) 6 }

.1.3.6.1.4.1.25506.2.48.2.4.1.7
hh3cRcrCRAdjuPrefCurOutIfName OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the external interface on the MR which the current outbound
            traffic flows through."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) hh3cRcrCRAdjustPrefixEntry(1) 7 }

.1.3.6.1.4.1.25506.2.48.2.4.1.8
hh3cRcrCRAdjuPrefPersistTime OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The persisting time from the time which the adjusted outbound
            traffic has been adjusted by CR to now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) hh3cRcrCRAdjustPrefixEntry(1) 8 }

.1.3.6.1.4.1.25506.2.48.2.4.1.9
hh3cRcrCRAdjuPrefAgeTime OBJECT-TYPE
  -- FROM	HH3C-RCR-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time which the adjusted prefix remains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRcr(48) hh3cRcrCR(2) hh3cRcrCRAdjustPrefixTable(4) hh3cRcrCRAdjustPrefixEntry(1) 9 }

.1.3.6.1.4.1.25506.2.49
hh3cAtmDxi OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ATM-DXI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 49 }

.1.3.6.1.4.1.25506.2.49.1
hh3cAtmDxiScalarGroup OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) 1 }

.1.3.6.1.4.1.25506.2.49.1.1
hh3cAtmDxiConfMode OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	INTEGER {mode1a(1), mode1b(2), mode2(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This node identifies the ATM-DXI mode being
                        used at the ATM-DXI port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.49.2
hh3cAtmDxiIfObjects OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) 2 }

.1.3.6.1.4.1.25506.2.49.2.1
hh3cAtmDxiPvcTable OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes information of PVC in ATM-DXI interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) 1 }

.1.3.6.1.4.1.25506.2.49.2.1.1
hh3cAtmDxiPvcEntry OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cAtmDxiPvcVpi, hh3cAtmDxiPvcVci }
  DESCRIPTION	"The entry of hh3cAtmDxiPvcTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiPvcTable(1) 1 }

.1.3.6.1.4.1.25506.2.49.2.1.1.1
hh3cAtmDxiPvcVpi OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of VPI.  It can't be 0 if hh3cAtmDxiPvcVci is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiPvcTable(1) hh3cAtmDxiPvcEntry(1) 1 }

.1.3.6.1.4.1.25506.2.49.2.1.1.2
hh3cAtmDxiPvcVci OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of VCI.  It can't be 0 if hh3cAtmDxiPvcVpi is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiPvcTable(1) hh3cAtmDxiPvcEntry(1) 2 }

.1.3.6.1.4.1.25506.2.49.2.1.1.3
hh3cAtmDxiPvcDFA OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of PVC.  It is equal with vci and VPI.  And this node value
                        is correlate with hh3cAtmDxiPvcVpi and hh3cAtmDxiPvcVci. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiPvcTable(1) hh3cAtmDxiPvcEntry(1) 3 }

.1.3.6.1.4.1.25506.2.49.2.1.1.4
hh3cAtmDxiPvcEncType OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	INTEGER {snap(1), nlpid(2), mux(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Encapsulation type of the frame."
  DEFVAL	{ snap }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiPvcTable(1) hh3cAtmDxiPvcEntry(1) 4 }

.1.3.6.1.4.1.25506.2.49.2.1.1.5
hh3cAtmDxiPvcMapCount OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	Integer32 (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of map.  One map can only associate with one PVC, but
                        one PVC can associate with 32 maps.  This node is the map count
                        which one PVC associated with."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiPvcTable(1) hh3cAtmDxiPvcEntry(1) 5 }

.1.3.6.1.4.1.25506.2.49.2.1.1.6
hh3cAtmDxiPvcRowStatus OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only support 'destroy' 'createAndGo' and 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiPvcTable(1) hh3cAtmDxiPvcEntry(1) 6 }

.1.3.6.1.4.1.25506.2.49.2.2
hh3cAtmDxiMapTable OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes PVC map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) 2 }

.1.3.6.1.4.1.25506.2.49.2.2.1
hh3cAtmDxiMapEntry OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cAtmDxiMapPeerIpType, hh3cAtmDxiMapPeerIp, hh3cAtmDxiMapPvcVpi, hh3cAtmDxiMapPvcVci, hh3cAtmDxiMapType }
  DESCRIPTION	"The entry of hh3cAtmDxiMapTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiMapTable(2) 1 }

.1.3.6.1.4.1.25506.2.49.2.2.1.1
hh3cAtmDxiMapPeerIpType OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of ip address: IPv4 or IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiMapTable(2) hh3cAtmDxiMapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.49.2.2.1.2
hh3cAtmDxiMapPeerIp OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The peer ip address.  This ip address is the peer ip
                        address which the frame will arrive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiMapTable(2) hh3cAtmDxiMapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.49.2.2.1.3
hh3cAtmDxiMapPvcVpi OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPI of PVC.  It can't be 0 if hh3cAtmDxiMapPvcVci is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiMapTable(2) hh3cAtmDxiMapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.49.2.2.1.4
hh3cAtmDxiMapPvcVci OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VCI of PVC.  It can't be 0 if hh3cAtmDxiMapPvcVpi is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiMapTable(2) hh3cAtmDxiMapEntry(1) 4 }

.1.3.6.1.4.1.25506.2.49.2.2.1.5
hh3cAtmDxiMapType OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	INTEGER {address(1), inarp(2), default(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Pvc map type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiMapTable(2) hh3cAtmDxiMapEntry(1) 5 }

.1.3.6.1.4.1.25506.2.49.2.2.1.6
hh3cAtmDxiMapInarpTime OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	Integer32 (0 | 5..10) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interval time of inarp request.  This node describes
                        the interval time inarp request frame sent.  If the hh3cAtmDxiMapType
                        isn't inarp, this value is 0.  Its unit is minute."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiMapTable(2) hh3cAtmDxiMapEntry(1) 6 }

.1.3.6.1.4.1.25506.2.49.2.2.1.7
hh3cAtmDxiMapBroEnable OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether ATM-DXI map enable broadcast or not."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiMapTable(2) hh3cAtmDxiMapEntry(1) 7 }

.1.3.6.1.4.1.25506.2.49.2.2.1.8
hh3cAtmDxiMapRowStatus OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only support 'destroy', 'createAndGo' and 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiIfObjects(2) hh3cAtmDxiMapTable(2) hh3cAtmDxiMapEntry(1) 8 }

.1.3.6.1.4.1.25506.2.49.3
hh3cAtmDxiConformance OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) 3 }

.1.3.6.1.4.1.25506.2.49.3.1
hh3cAtmDxiCompliances OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiConformance(3) 1 }

.1.3.6.1.4.1.25506.2.49.3.1.1
hh3cAtmDxiCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-ATM-DXI-MIB
  DESCRIPTION	"The compliance statement."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiConformance(3) hh3cAtmDxiCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.49.3.2
hh3cAtmDxiGroup OBJECT-TYPE
  -- FROM	HH3C-ATM-DXI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiConformance(3) 2 }

.1.3.6.1.4.1.25506.2.49.3.2.1
hh3cPVCMAPGroup OBJECT-GROUP
  -- FROM	HH3C-ATM-DXI-MIB
  DESCRIPTION	"This group includes nodes which are associated with interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiConformance(3) hh3cAtmDxiGroup(2) 1 }

.1.3.6.1.4.1.25506.2.49.3.2.2
hh3cAtmDxiGeneralGroup OBJECT-GROUP
  -- FROM	HH3C-ATM-DXI-MIB
  DESCRIPTION	"This group includes the general nodes about ATM-DXI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAtmDxi(49) hh3cAtmDxiConformance(3) hh3cAtmDxiGroup(2) 2 }

.1.3.6.1.4.1.25506.2.50
hh3cMulticast OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MULTICAST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 50 }

.1.3.6.1.4.1.25506.2.50.1
hh3cMulticastObject OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticast(50) 1 }

.1.3.6.1.4.1.25506.2.50.1.1
hh3cMulticastEnable OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To enable or disable global multicast."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticast(50) hh3cMulticastObject(1) 1 }

.1.3.6.1.4.1.25506.2.51
hh3cMpm OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MPM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 51 }

.1.3.6.1.4.1.25506.2.51.1
hh3cMPMObject OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) 1 }

.1.3.6.1.4.1.25506.2.51.1.1
hh3cMPortGroupLimitMinNumber OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lower limit of group-limit number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMObject(1) 1 }

.1.3.6.1.4.1.25506.2.51.1.2
hh3cMPortGroupLimitMaxNumber OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The upper limit of group-limit number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMObject(1) 2 }

.1.3.6.1.4.1.25506.2.51.2
hh3cMPMTable OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) 2 }

.1.3.6.1.4.1.25506.2.51.2.1
hh3cMPortGroupJoinTable OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table which is used for configuring a port in a specified VLAN to join
            a multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) 1 }

.1.3.6.1.4.1.25506.2.51.2.1.1
hh3cMPortGroupJoinEntry OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cMPortGroupJoinVlanID, hh3cMPortGroupJoinAddressType, hh3cMPortGroupJoinAddress }
  DESCRIPTION	"An entry which is used for configuring a port in a specified VLAN to join
            a multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortGroupJoinTable(1) 1 }

.1.3.6.1.4.1.25506.2.51.2.1.1.1
hh3cMPortGroupJoinVlanID OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index uniquely identifying a port in a specified
            VLAN which joined the multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortGroupJoinTable(1) hh3cMPortGroupJoinEntry(1) 1 }

.1.3.6.1.4.1.25506.2.51.2.1.1.2
hh3cMPortGroupJoinAddressType OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the multicast IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortGroupJoinTable(1) hh3cMPortGroupJoinEntry(1) 2 }

.1.3.6.1.4.1.25506.2.51.2.1.1.3
hh3cMPortGroupJoinAddress OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the group which the port belongs to,
            and it must be a valid multicast IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortGroupJoinTable(1) hh3cMPortGroupJoinEntry(1) 3 }

.1.3.6.1.4.1.25506.2.51.2.1.1.4
hh3cMPortGroupJoinStatus OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation and
             deletion of rows, which supports 'active', 'notReady',
             'createAndGo', 'destroy'.

             Until instances of all corresponding columns are
             appropriately configured, the value of the
             corresponding instance of the hh3cMPortGroupJoinStatus
             column is 'notReady'.

             In particular, a newly created row cannot be actived
             until the port belongs to the corresponding VLAN and
             IGMP or IGMP snooping is enabled on that VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortGroupJoinTable(1) hh3cMPortGroupJoinEntry(1) 4 }

.1.3.6.1.4.1.25506.2.51.2.2
hh3cMPortGroupTable OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about the status of a port
             which joined a multicast group in the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) 2 }

.1.3.6.1.4.1.25506.2.51.2.2.1
hh3cMPortGroupEntry OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cMPortGroupVlanID, hh3cMPortGroupAddressType, hh3cMPortGroupAddress }
  DESCRIPTION	"An entry containing information about the status of a port
             which joined a multicast group in the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortGroupTable(2) 1 }

.1.3.6.1.4.1.25506.2.51.2.2.1.1
hh3cMPortGroupVlanID OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index uniquely identifies that a port belongs to a specified
            VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortGroupTable(2) hh3cMPortGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.51.2.2.1.2
hh3cMPortGroupAddressType OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of multicast IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortGroupTable(2) hh3cMPortGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.51.2.2.1.3
hh3cMPortGroupAddress OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"IP address of the group which the port joined, and it must be a
             valid multicast IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortGroupTable(2) hh3cMPortGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.51.2.3
hh3cMPortConfigTable OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table configuring the fast leave status, group limit number and
             group policy parameter on a port in the specified VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) 3 }

.1.3.6.1.4.1.25506.2.51.2.3.1
hh3cMPortConfigEntry OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cMPortConfigVlanID }
  DESCRIPTION	"An entry containing information about the fast leave status, group
             limit number and group policy parameter of a port in the specified
             VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.51.2.3.1.1
hh3cMPortConfigVlanID OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VLAN index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortConfigTable(3) hh3cMPortConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.51.2.3.1.2
hh3cMPortGroupLimitNumber OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The group limit number of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortConfigTable(3) hh3cMPortConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.51.2.3.1.3
hh3cMPortFastLeaveStatus OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The fast leave status of the port."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortConfigTable(3) hh3cMPortConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.51.2.3.1.4
hh3cMPortGroupPolicyParameter OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  SYNTAX	Integer32 (0 | 2000..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ACL number which is used as the group policy parameter
             of the port."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortConfigTable(3) hh3cMPortConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.51.2.3.1.5
hh3cMPortConfigRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object is responsible for managing the creation and
             deletion of rows, which supports 'active', 'notReady',
             'createAndGo' and 'destroy'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortConfigTable(3) hh3cMPortConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.51.2.3.1.6
hh3cMPortGroupLimitReplace OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is related to the object hh3cMPortGroupLimitNumber.
             If the current IGMP group number is less than the value of
             hh3cMPortGroupLimitNumber, any new IGMP group is permitted.
             If the current IGMP group number equals to the value of
             hh3cMPortGroupLimitNumber and the value of this object is enabled,
             the group with the minimum multicast address will be replaced by
             the new group.
             If the current IGMP group number equals to the value of
             hh3cMPortGroupLimitNumber and the value of this object is disabled,
             none of new group will be permitted."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cMPortConfigTable(3) hh3cMPortConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.51.2.4
hh3cHostStaticJoinTable OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table used to configure a host on a port in a specified VLAN
            statically to join a multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) 4 }

.1.3.6.1.4.1.25506.2.51.2.4.1
hh3cHostStaticJoinEntry OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cHostStaticJoinVlanID, hh3cHostStaticJoinAddressType, hh3cHostStaticJoinAddress }
  DESCRIPTION	"An entry used to configure a host on a port in a specified VLAN
            statically to join a multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cHostStaticJoinTable(4) 1 }

.1.3.6.1.4.1.25506.2.51.2.4.1.1
hh3cHostStaticJoinVlanID OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index uniquely identify the specified VLAN in which a host
            on a port statically joined the multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cHostStaticJoinTable(4) hh3cHostStaticJoinEntry(1) 1 }

.1.3.6.1.4.1.25506.2.51.2.4.1.2
hh3cHostStaticJoinAddressType OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the multicast IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cHostStaticJoinTable(4) hh3cHostStaticJoinEntry(1) 2 }

.1.3.6.1.4.1.25506.2.51.2.4.1.3
hh3cHostStaticJoinAddress OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the group which the host belongs to, and it must be
            a valid multicast IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cHostStaticJoinTable(4) hh3cHostStaticJoinEntry(1) 3 }

.1.3.6.1.4.1.25506.2.51.2.4.1.4
hh3cHostStaticJoinStatus OBJECT-TYPE
  -- FROM	HH3C-MPM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing rows, which supports
            'active', 'createAndGo' and 'destroy'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMpm(51) hh3cMPMTable(2) hh3cHostStaticJoinTable(4) hh3cHostStaticJoinEntry(1) 4 }

.1.3.6.1.4.1.25506.2.52
hh3cOadp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 52 }

.1.3.6.1.4.1.25506.2.53
hh3cTunnel OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 53 }

.1.3.6.1.4.1.25506.2.53.1
hh3cTunnelMIBObjects OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) 1 }

.1.3.6.1.4.1.25506.2.53.1.1
hh3cTunnelTables OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.1
hh3cTunnelIfTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on configured tunnels.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1
hh3cTunnelIfEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry (conceptual row) containing the information on a
        particular configured tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1.3
hh3cTunnelIfEncapsMethod OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION Hh3cTunnelType
  SYNTAX	INTEGER {other(1), direct(2), gre(3), minimal(4), l2tp(5), pptp(6), l2f(7), udp(8), atmp(9), msdp(10), sixToFour(11), sixOverFour(12), isatap(13), teredo(14), tunnelModeReserve(35), tunnelModeIPv4Gre(36), tunnelModeIPv6Gre(37), tunnelModeIPv4IPv4(38), tunnelModeIPv4IPv6Config(39), tunnelModeIPv4IPv6Auto(40), tunnelModeIPv4IPv66to4(41), tunnelModeIPv4IPv6Isatap(42), tunnelModeIPv6IPv4(43), tunnelModeIPv6IPv6(44), tunnelModeIPv4UdpDVPN(45), tunnelModeIPv4GreDVPN(46), tunnelModeIPv6UdpDVPN(47), tunnelModeIPv6GreDVPN(48), tunnelModeCrLsp(49), tunnelModeMax(50), tunnelModeIPv4UdpVxlan(51), tunnelModeIPv6UdpVxlan(52), tunnelModeIPv4NVGRE(53), tunnelModeIPv6NVGRE(54)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The encapsulation method used by the tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) hh3cTunnelIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1.4
hh3cTunnelIfHopLimit OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (0 | 1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IPv4 TTL or IPv6 Hop Limit to use in the outer IP
        header.  A value of 0 indicates that the value is
        copied from the payload's header.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) hh3cTunnelIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1.5
hh3cTunnelIfSecurity OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	INTEGER {none(1), ipsec(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The method used by the tunnel to secure the outer IP
        header.  The value ipsec indicates that IPsec is used
        between the tunnel endpoints for authentication or
        encryption or both.  More specific security-related
        information may be available in a MIB module for the
        security protocol in use.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) hh3cTunnelIfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1.6
hh3cTunnelIfTOS OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (-2..63) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The method used to set the high 6 bits (the
        differentiated services codepoint) of the IPv4 TOS or
        IPv6 Traffic Class in the outer IP header.  A value of
        -1 indicates that the bits are copied from the
        payload's header.  A value of -2 indicates that a
        traffic conditioner is invoked and more information
        may be available in a traffic conditioner MIB module.
        A value between 0 and 63 inclusive indicates that the
        bit field is set to the indicated value.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) hh3cTunnelIfEntry(1) 6 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1.7
hh3cTunnelIfFlowLabel OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION IPv6FlowLabelOrAny
  SYNTAX	Integer32 (-1 | 0..1048575) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The method used to set the IPv6 Flow Label value.
        This object need not be present in rows where
        hh3cTunnelIfAddressType indicates the tunnel is not over
        IPv6.  A value of -1 indicates that a traffic
        conditioner is invoked and more information may be
        available in a traffic conditioner MIB.  Any other
        value indicates that the Flow Label field is set to
        the indicated value.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) hh3cTunnelIfEntry(1) 7 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1.8
hh3cTunnelIfAddressType OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of address in the corresponding
        hh3cTunnelIfLocalInetAddress and hh3cTunnelIfRemoteInetAddress
        objects.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) hh3cTunnelIfEntry(1) 8 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1.9
hh3cTunnelIfLocalInetAddress OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The address of the local endpoint of the tunnel
        (i.e., the source address used in the outer IP
        header).  If the address is unknown, the value is
        0.0.0.0 for IPv4 or :: for IPv6.  The type of this
        object is given by hh3cTunnelIfAddressType.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) hh3cTunnelIfEntry(1) 9 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1.10
hh3cTunnelIfRemoteInetAddress OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The address of the remote endpoint of the tunnel
        (i.e., the destination address used in the outer IP
        header).  If the address is unknown or the tunnel is
        not a point-to-point link (e.g., if it is a 6to4
        tunnel), the value is 0.0.0.0 for tunnels over IPv4 or
        :: for tunnels over IPv6.  The type of this object is
        given by hh3cTunnelIfAddressType.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) hh3cTunnelIfEntry(1) 10 }

.1.3.6.1.4.1.25506.2.53.1.1.1.1.11
hh3cTunnelIfEncapsLimit OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (-1 | 0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of additional encapsulations
        permitted for packets undergoing encapsulation at this
        node.  A value of -1 indicates that no limit is
        present (except as a result of the packet size).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelIfTable(1) hh3cTunnelIfEntry(1) 11 }

.1.3.6.1.4.1.25506.2.53.1.1.3
hh3cTunnelInetConfigTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on
        configured tunnels.  This table can be used to map a
        set of tunnel endpoints to the associated ifIndex
        value.  It can also be used for row creation.  Note
        that every row in the hh3cTunnelIfTable with a fixed
        destination address should have a corresponding row in
        the hh3cTunnelInetConfigTable, regardless of whether it
        was created via SNMP.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.3.1
hh3cTunnelInetConfigEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTunnelInetConfigSlot, hh3cTunnelInetConfigSubSlot, hh3cTunnelInetConfigTunnNum }
  DESCRIPTION	"An entry (conceptual row) containing the information
        on a particular configured tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelInetConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.3.1.1
hh3cTunnelInetConfigSlot OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Slot number.  hh3cTunnelInetConfigSlot, hh3cTunnelInetConfigSubSlot
        and hh3cTunnelInetConfigTunnNum describe a tunnel interface.
        For Example, interface tunnel 0/0/25 would be configured as:
        hh3cTunnelInetConfigSlot          0
        hh3cTunnelInetConfigSubSlot       0
        hh3cTunnelInetConfigTunnNum      25
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelInetConfigTable(3) hh3cTunnelInetConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.3.1.2
hh3cTunnelInetConfigSubSlot OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Sub slot number.  As described in hh3cTunnelInetConfigSlot's description.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelInetConfigTable(3) hh3cTunnelInetConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.3.1.3
hh3cTunnelInetConfigTunnNum OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tunnel number.  As described in hh3cTunnelInetConfigSlot's description.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelInetConfigTable(3) hh3cTunnelInetConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.3.1.6
hh3cTunnelInetConfigIfIndex OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the value of hh3cTunnelInetConfigStatus for this row
        is active, then this object contains the value of
        ifIndex corresponding to the tunnel interface.  A
        value of 0 is not legal in the active state, and means
        that the interface index has not yet been assigned.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelInetConfigTable(3) hh3cTunnelInetConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.53.1.1.3.1.7
hh3cTunnelInetConfigStatus OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may be
        created, or old entries deleted from this table.  The
        agent need not support setting this object to
        createAndWait or notInService since there are no other
        writable objects in this table, and writable objects
        in rows of corresponding tables such as the
        hh3cTunnelIfTable may be modified while this row is
        active.

        To create a row in this table, the management
        station should set hh3cTunnelInetConfigSlot,
        hh3cTunnelInetConfigSubSlot, hh3cTunnelInetConfigTunnNum,
        and set hh3cTunnelInetConfigStatus to createAndGo.

        Creating a row in this table will cause an interface
        index to be assigned by the agent in an
        implementation-dependent manner, and corresponding
        rows will be instantiated in the ifTable and the
        hh3cTunnelIfTable.  The status of this row will become
        active as soon as the agent assigns the interface
        index, regardless of whether the interface is
        operationally up.

        Deleting a row in this table will likewise delete the
        corresponding row in the ifTable and in the hh3cTunnelIfTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelInetConfigTable(3) hh3cTunnelInetConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.53.1.1.4
hh3cTunnelEviTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on configured EVI-Tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 4 }

.1.3.6.1.4.1.25506.2.53.1.1.4.1
hh3cTunnelEviEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTunnelEviTunnNum }
  DESCRIPTION	"An entry (conceptual row) containing the information on a
        particular configured EVI-Tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviTable(4) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.4.1.1
hh3cTunnelEviTunnNum OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tunnel number.  An identifier used to distinguish
         between multiple tunnels.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviTable(4) hh3cTunnelEviEntry(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.4.1.2
hh3cTunnelEviIfIndex OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value, greater than zero, for each
         interface.  It is recommended that values are assigned
         contiguously starting from 1.  The value for each
         interface sub-layer must remain constant at least from
         one re-initialization of the entity's network
         management system to the next re-initialization.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviTable(4) hh3cTunnelEviEntry(1) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.4.1.3
hh3cTunnelEviStatus OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may be
        created, or old entries deleted from this table.  The
        agent need not support setting this object to
        createAndWait or notInService since there are no other
        writable objects in this table, and writable objects
        in rows of corresponding tables such as the
        hh3cTunnelEviTable may be modified while this row is
        active.

        Creating a row in this table will cause an interface
        index to be assigned by the agent in an
        implementation-dependent manner, and corresponding
        rows will be instantiated in the ifTable.
        The status of this row will become
        active as soon as the agent assigns the interface
        index, regardless of whether the interface is
        operationally up.

        Deleting a row in this table will likewise delete the
        corresponding row in the ifTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviTable(4) hh3cTunnelEviEntry(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.4.1.4
hh3cTunnelEviAddressType OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of address in the corresponding
         hh3cTunnelEviLocalAddr objects.
         Can not be modified after creation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviTable(4) hh3cTunnelEviEntry(1) 4 }

.1.3.6.1.4.1.25506.2.53.1.1.4.1.5
hh3cTunnelEviLocalAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of the local endpoint of the tunnel
        (i.e., the source address used in the outer IP
        header).  The type of this object is given by
        hh3cTunnelEviAddressType.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviTable(4) hh3cTunnelEviEntry(1) 5 }

.1.3.6.1.4.1.25506.2.53.1.1.4.1.6
hh3cTunnelEviNetworkID OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (0..16777215) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The method used to assign a network ID to an EVI-Tunnel interface.
         Assign the same network ID to the EVI-Tunnel interfaces of
         all edge devices in an EVI network.  A value of 0 indicates that
         no network ID is assigned to any EVI-Tunnel interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviTable(4) hh3cTunnelEviEntry(1) 6 }

.1.3.6.1.4.1.25506.2.53.1.1.4.1.7
hh3cTunnelEviKeepaliveInterval OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (1..32767) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The method used to assign the keepalive interval.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviTable(4) hh3cTunnelEviEntry(1) 7 }

.1.3.6.1.4.1.25506.2.53.1.1.4.1.8
hh3cTunnelEviKeepaliveTimes OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The method used to assign the keepalive maximum number
         of consecutive keepalive failures that are allowed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviTable(4) hh3cTunnelEviEntry(1) 8 }

.1.3.6.1.4.1.25506.2.53.1.1.5
hh3cTunnelEviLinkTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on configured EVI-Link.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 5 }

.1.3.6.1.4.1.25506.2.53.1.1.5.1
hh3cTunnelEviLinkEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTunnelEviTunnNum, hh3cTunnelEviLinkNum }
  DESCRIPTION	"An entry (conceptual row) containing the information on a
        particular configured EVI-Link.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviLinkTable(5) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.5.1.1
hh3cTunnelEviLinkNum OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"EVI-Link number.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviLinkTable(5) hh3cTunnelEviLinkEntry(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.5.1.2
hh3cTunnelEviLinkIfIndex OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value, greater than zero, for each
         interface.  It is recommended that values are assigned
         contiguously starting from 1.  The value for each
         interface sub-layer must remain constant at least from
         one re-initialization of the entity's network
         management system to the next re-initialization.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviLinkTable(5) hh3cTunnelEviLinkEntry(1) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.5.1.3
hh3cTunnelEviLinkAddressType OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of address in the corresponding
         hh3cTunnelEviLinkRemoteAddr objects.
         Can not be modified after creation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviLinkTable(5) hh3cTunnelEviLinkEntry(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.5.1.4
hh3cTunnelEviLinkRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the remote endpoint of the tunnel
        (i.e., the destination address used in the outer IP
        header).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelEviLinkTable(5) hh3cTunnelEviLinkEntry(1) 4 }

.1.3.6.1.4.1.25506.2.53.1.1.6
hh3cTunnelGreTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on configured Gre-Tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 6 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1
hh3cTunnelGreEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTunnelGreTunnNum }
  DESCRIPTION	"An entry (conceptual row) containing the information on a
        particular configured Gre-Tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.1
hh3cTunnelGreTunnNum OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tunnel number.  An identifier used to distinguish
         between multiple tunnels.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.2
hh3cTunnelGreTunnIfIndex OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value, greater than zero, for each
         interface.  It is recommended that values are assigned
         contiguously starting from 1.  The value for each
         interface sub-layer must remain constant at least from
         one re-initialization of the entity's network
         management system to the next re-initialization.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.3
hh3cTunnelGreAddressType OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of address in the corresponding
         hh3cTunnelGreLocalAddr and hh3cTunnelGreRemoteAddr objects.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.4
hh3cTunnelGreLocalAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of the local endpoint of the tunnel
         (i.e., the source address used in the outer IP
         header).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 4 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.5
hh3cTunnelGreRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of the remote endpoint of the tunnel
         (i.e., the destination address used in the outer IP
         header).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 5 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.6
hh3cTunnelGreKeepaliveEnabled OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This MIB object specifies whether or not keepalive is used.
         A value of true indicates that keepalive SHOULD be used.
         When keepalive is not be used, the value of
         hh3cTunnelGreKeepaliveInterval and hh3cTunnelGreKeepaliveTimes
         MUST be zero.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 6 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.7
hh3cTunnelGreKeepaliveInterval OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (0..32767) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The method used to assign the keepalive interval.
         The value is zero when keepalive is not used.
         The valid value is from 1 to 32767, when keepalive is used.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 7 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.8
hh3cTunnelGreKeepaliveTimes OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The method used to assign the keepalive maximum number
         of consecutive keepalive failures that are allowed.
         The value is zero when keepalive is not used.
         The valid value is from 1 to 255, when keepalive is used.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 8 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.9
hh3cTunnelGreSlbgGroupNum OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The method used to assign the service-loopback-group.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 9 }

.1.3.6.1.4.1.25506.2.53.1.1.6.1.10
hh3cTunnelGreTunnStatus OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may be
         created, or old entries deleted from this table.  The
         agent need not support setting this object to
         createAndWait or notInService since there are no other
         writable objects in this table, and writable objects
         in rows of corresponding tables such as the
         hh3cTunnelGreTable may be modified while this row is
         active.

         Creating a row in this table will cause an interface
         index to be assigned by the agent in an
         implementation-dependent manner, and corresponding
         rows will be instantiated in the ifTable.
         The status of this row will become
         active as soon as the agent assigns the interface
         index, regardless of whether the interface is
         operationally up.

         Deleting a row in this table will likewise delete the
         corresponding row in the ifTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGreTable(6) hh3cTunnelGreEntry(1) 10 }

.1.3.6.1.4.1.25506.2.53.1.1.7
hh3cTunnelVxlanIfTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on configured Vxlan-Tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 7 }

.1.3.6.1.4.1.25506.2.53.1.1.7.1
hh3cTunnelVxlanIfEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTunnelVxlanIfTunnNum }
  DESCRIPTION	"An entry (conceptual row) containing the information on a
        particular configured Vxlan-Tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanIfTable(7) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.7.1.1
hh3cTunnelVxlanIfTunnNum OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tunnel number.  An identifier used to distinguish
         between multiple tunnels.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanIfTable(7) hh3cTunnelVxlanIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.7.1.2
hh3cTunnelVxlanTunnIfIndex OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value, greater than zero, for each
         interface.  It is recommended that values are assigned
         contiguously starting from 1.  The value for each
         interface sub-layer must remain constant at least from
         one re-initialization of the entity's network
         management system to the next re-initialization.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanIfTable(7) hh3cTunnelVxlanIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.7.1.3
hh3cTunnelVxlanIfAddressType OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of address in the corresponding
         hh3cTunnelVxlanIfLocalAddr and hh3cTunnelVxlanIfRemoteAddr objects.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanIfTable(7) hh3cTunnelVxlanIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.7.1.4
hh3cTunnelVxlanIfLocalAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of the local endpoint of the tunnel
         (i.e., the source address used in the outer IP
         header).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanIfTable(7) hh3cTunnelVxlanIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.53.1.1.7.1.5
hh3cTunnelVxlanIfRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of the remote endpoint of the tunnel
         (i.e., the destination address used in the outer IP
         header).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanIfTable(7) hh3cTunnelVxlanIfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.53.1.1.7.1.6
hh3cTunnelVxlanIfStatus OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may be
         created, or old entries deleted from this table.  The
         agent need not support setting this object to
         createAndWait or notInService since there are no other
         writable objects in this table, and writable objects
         in rows of corresponding tables such as the
         hh3cTunnelVxlanIfTable may be modified while this row is
         active.

         Creating a row in this table will cause an interface
         index to be assigned by the agent in an
         implementation-dependent manner, and corresponding
         rows will be instantiated in the ifTable.
         The status of this row will become
         active as soon as the agent assigns the interface
         index, regardless of whether the interface is
         operationally up.

         Deleting a row in this table will likewise delete the
         corresponding row in the ifTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanIfTable(7) hh3cTunnelVxlanIfEntry(1) 6 }

.1.3.6.1.4.1.25506.2.53.1.1.8
hh3cTunnelVxlanConfigGroup OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 8 }

.1.3.6.1.4.1.25506.2.53.1.1.8.1
hh3cTunnelVxlanUdpPort OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The UDP port number for Vxlan Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanConfigGroup(8) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.8.2
hh3cTunnelVxlanDropWrongCksmPkt OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether or not dropping invalid UDP chesksum Vxlan packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanConfigGroup(8) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.8.3
hh3cTunnelVxlanDropVlanTagPkt OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether or not dropping Vxlan packet with inner VLAN tag."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelVxlanConfigGroup(8) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.9
hh3cTunnelAvailableIDGroup OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 9 }

.1.3.6.1.4.1.25506.2.53.1.1.9.1
hh3cTunnelAvailableID OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (-1 | 1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The available tunnel ID.  A value of -1 indicates that
         there is no available tunnel ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelAvailableIDGroup(9) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.10
hh3cTunnelTotalNumTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Total number of a particular method tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 10 }

.1.3.6.1.4.1.25506.2.53.1.1.10.1
hh3cTunnelTotalNumEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTunnelEncapsMethod }
  DESCRIPTION	"Total number of a particular method tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelTotalNumTable(10) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.10.1.1
hh3cTunnelEncapsMethod OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION Hh3cTunnelType
  SYNTAX	INTEGER {other(1), direct(2), gre(3), minimal(4), l2tp(5), pptp(6), l2f(7), udp(8), atmp(9), msdp(10), sixToFour(11), sixOverFour(12), isatap(13), teredo(14), tunnelModeReserve(35), tunnelModeIPv4Gre(36), tunnelModeIPv6Gre(37), tunnelModeIPv4IPv4(38), tunnelModeIPv4IPv6Config(39), tunnelModeIPv4IPv6Auto(40), tunnelModeIPv4IPv66to4(41), tunnelModeIPv4IPv6Isatap(42), tunnelModeIPv6IPv4(43), tunnelModeIPv6IPv6(44), tunnelModeIPv4UdpDVPN(45), tunnelModeIPv4GreDVPN(46), tunnelModeIPv6UdpDVPN(47), tunnelModeIPv6GreDVPN(48), tunnelModeCrLsp(49), tunnelModeMax(50), tunnelModeIPv4UdpVxlan(51), tunnelModeIPv6UdpVxlan(52), tunnelModeIPv4NVGRE(53), tunnelModeIPv6NVGRE(54)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The encapsulation method used by the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelTotalNumTable(10) hh3cTunnelTotalNumEntry(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.10.1.2
hh3cTunnelTotalNum OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of a particular method tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelTotalNumTable(10) hh3cTunnelTotalNumEntry(1) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.11
hh3cTunnelNvgreIfTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on configured Nvgre-Tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 11 }

.1.3.6.1.4.1.25506.2.53.1.1.11.1
hh3cTunnelNvgreIfEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTunnelNvgreIfTunnNum }
  DESCRIPTION	"An entry (conceptual row) containing the information on a
        particular configured Nvgre-Tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelNvgreIfTable(11) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.11.1.1
hh3cTunnelNvgreIfTunnNum OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tunnel number.  An identifier used to distinguish
         between multiple tunnels.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelNvgreIfTable(11) hh3cTunnelNvgreIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.11.1.2
hh3cTunnelNvgreTunnIfIndex OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value, greater than zero, for each
         interface.  It is recommended that values are assigned
         contiguously starting from 1.  The value for each
         interface sub-layer must remain constant at least from
         one re-initialization of the entity's network
         management system to the next re-initialization.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelNvgreIfTable(11) hh3cTunnelNvgreIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.11.1.3
hh3cTunnelNvgreIfAddressType OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of address in the corresponding
         hh3cTunnelNvgreIfLocalAddr and hh3cTunnelNvgreIfRemoteAddr objects.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelNvgreIfTable(11) hh3cTunnelNvgreIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.11.1.4
hh3cTunnelNvgreIfLocalAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of the local endpoint of the tunnel
         (i.e., the source address used in the outer IP
         header).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelNvgreIfTable(11) hh3cTunnelNvgreIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.53.1.1.11.1.5
hh3cTunnelNvgreIfRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of the remote endpoint of the tunnel
         (i.e., the destination address used in the outer IP
         header).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelNvgreIfTable(11) hh3cTunnelNvgreIfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.53.1.1.11.1.6
hh3cTunnelNvgreIfStatus OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this row, by which new entries may be
         created, or old entries deleted from this table.  The
         agent need not support setting this object to
         createAndWait or notInService since there are no other
         writable objects in this table, and writable objects
         in rows of corresponding tables such as the
         hh3cTunnelNvgreIfTable may be modified while this row is
         active.

         Creating a row in this table will cause an interface
         index to be assigned by the agent in an
         implementation-dependent manner, and corresponding
         rows will be instantiated in the ifTable.
         The status of this row will become
         active as soon as the agent assigns the interface
         index, regardless of whether the interface is
         operationally up.

         Deleting a row in this table will likewise delete the
         corresponding row in the ifTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelNvgreIfTable(11) hh3cTunnelNvgreIfEntry(1) 6 }

.1.3.6.1.4.1.25506.2.53.1.1.12
hh3cTunnelDestinationTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The (conceptual) table containing information on tunnels.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 12 }

.1.3.6.1.4.1.25506.2.53.1.1.12.1
hh3cTunnelDestinationEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTunnelDestinationDstAddr, hh3cTunnelDestinationDstType, hh3cTunnelDestinationTunNum }
  DESCRIPTION	"An entry (conceptual row) containing the information on a
         particular tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelDestinationTable(12) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.12.1.1
hh3cTunnelDestinationDstAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Destination address of a tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelDestinationTable(12) hh3cTunnelDestinationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.12.1.2
hh3cTunnelDestinationDstType OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the destination address.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelDestinationTable(12) hh3cTunnelDestinationEntry(1) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.12.1.3
hh3cTunnelDestinationTunNum OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tunnel number, an identifier used to distinguish
         between multiple tunnels.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelDestinationTable(12) hh3cTunnelDestinationEntry(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.12.1.4
hh3cTunnelDestinationTunIfindex OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique value greater than zero, for each interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelDestinationTable(12) hh3cTunnelDestinationEntry(1) 4 }

.1.3.6.1.4.1.25506.2.53.1.1.13
hh3cTunnelGrep2mpStatsTable OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains GRE P2MP tunnel mapping statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) 13 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1
hh3cTunnelGrep2mpStatsEntry OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTunnelGrep2mpStatsTunnelNo, hh3cTunnelGrep2mpStatsVrf, hh3cTunnelGrep2mpStatsVPCID, hh3cTunnelGrep2mpStatsBraAddr, hh3cTunnelGrep2mpStatsBraMask, hh3cTunnelGrep2mpStatsAddrType, hh3cTunnelGrep2mpStatsDestAddr }
  DESCRIPTION	"GRE P2MP tunnel mapping statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.1
hh3cTunnelGrep2mpStatsTunnelNo OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tunnel interfacenumber."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.2
hh3cTunnelGrep2mpStatsVrf OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VPN instance index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.3
hh3cTunnelGrep2mpStatsVPCID OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VPC ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.4
hh3cTunnelGrep2mpStatsBraAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Branch network IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.5
hh3cTunnelGrep2mpStatsBraMask OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Branch network mask."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.6
hh3cTunnelGrep2mpStatsAddrType OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of address in the corresponding
        hh3cTunnelGrep2mpStatsBraAddr and hh3cTunnelGrep2mpStatsBraMask
        objects.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.7
hh3cTunnelGrep2mpStatsDestAddr OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tunnel destination address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.8
hh3cTunnelGrep2mpStatsInPkts OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IP datagrams received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.9
hh3cTunnelGrep2mpStatsInOctets OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of octets received in IP datagrams."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.10
hh3cTunnelGrep2mpStatsInDis OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input IP datagrams for which no problems were
            encountered to prevent their continued processing, but
            were discarded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.11
hh3cTunnelGrep2mpStatsOutPkts OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number IP datagrams sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.12
hh3cTunnelGrep2mpStatsOutOctets OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of octets in IP datagrams sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.53.1.1.13.1.13
hh3cTunnelGrep2mpStatsOutDis OBJECT-TYPE
  -- FROM	HH3C-TUNNEL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output IP datagrams which no problem was
            encountered to prevent their transmission to their
            destination, but were discarded ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTunnel(53) hh3cTunnelMIBObjects(1) hh3cTunnelTables(1) hh3cTunnelGrep2mpStatsTable(13) hh3cTunnelGrep2mpStatsEntry(1) 13 }

.1.3.6.1.4.1.25506.2.54
hh3cGre OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-GRE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 54 }

.1.3.6.1.4.1.25506.2.54.1
hh3cGreObjects OBJECT-TYPE
  -- FROM	HH3C-GRE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGre(54) 1 }

.1.3.6.1.4.1.25506.2.54.1.1
hh3cGreTable OBJECT-TYPE
  -- FROM	HH3C-GRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Generic Routing Encapsulation(GRE) configuration. 
        It contains configuration of GRE Key, and enable flags of Key
        and Checksum. The detail of Key and Checksum is described in
        RFC2784 and RFC2890.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGre(54) hh3cGreObjects(1) 1 }

.1.3.6.1.4.1.25506.2.54.1.1.1
hh3cGreEntry OBJECT-TYPE
  -- FROM	HH3C-GRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The entry of hh3cGreTable
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGre(54) hh3cGreObjects(1) hh3cGreTable(1) 1 }

.1.3.6.1.4.1.25506.2.54.1.1.1.1
hh3cGreKeyValue OBJECT-TYPE
  -- FROM	HH3C-GRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of GRE key
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGre(54) hh3cGreObjects(1) hh3cGreTable(1) hh3cGreEntry(1) 1 }

.1.3.6.1.4.1.25506.2.54.1.1.1.2
hh3cGreKey OBJECT-TYPE
  -- FROM	HH3C-GRE-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable flag of GRE key
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGre(54) hh3cGreObjects(1) hh3cGreTable(1) hh3cGreEntry(1) 2 }

.1.3.6.1.4.1.25506.2.54.1.1.1.3
hh3cGreChecksum OBJECT-TYPE
  -- FROM	HH3C-GRE-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable flag of GRE Checksum
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGre(54) hh3cGreObjects(1) hh3cGreTable(1) hh3cGreEntry(1) 3 }

.1.3.6.1.4.1.25506.2.55
hh3cObjectInfo OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-OBJECT-INFO-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 55 }

.1.3.6.1.4.1.25506.2.55.1
hh3cObjectInformation OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) 1 }

.1.3.6.1.4.1.25506.2.55.1.1
hh3cObjectInfoTable OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        MIB objects information query table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInformation(1) 1 }

.1.3.6.1.4.1.25506.2.55.1.1.1
hh3cObjectInfoEntry OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cObjectInfoOID, hh3cObjectInfoType, hh3cObjectInfoTypeExtension }
  DESCRIPTION	" 
            The entry of hh3cObjectInfoTable. 
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInformation(1) hh3cObjectInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.55.1.1.1.1
hh3cObjectInfoOID OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" 
            The OID of the MIB object which is queried.  
            If the user has no privilege accessing to the object referred by this OID, 
            get operation on hh3cObjectInfoValue will be failed.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInformation(1) hh3cObjectInfoTable(1) hh3cObjectInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.55.1.1.1.2
hh3cObjectInfoType OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
  SYNTAX	INTEGER {reserved(1), accessType(2), dataType(3), dataRange(4), dataLength(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            The object's properties type to be queried.         
            The queried result will be returned by hh3cObjectInfoValue.  The format of the result will be
            different according to different hh3cObjectInfoType.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInformation(1) hh3cObjectInfoTable(1) hh3cObjectInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.55.1.1.1.3
hh3cObjectInfoTypeExtension OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
  SYNTAX	OCTET STRING (1..10) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            The object's property type extension to be queried.  
            This object's value is relative to the value of hh3cObjectInfoType.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInformation(1) hh3cObjectInfoTable(1) hh3cObjectInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.55.1.1.1.4
hh3cObjectInfoValue OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            Return property value of the queried object.   
            Zero length string is the default value of this object which means no value is returned.  
            If the request is invalid, then the result should be the default value.  
        
            If the value of hh3cObjectInfoType is accessType, the rules below should be followed.  
                1) The returned value must have prefix 'A', and followed by some nonnegative integers.
                   The format is like 'A2'.
                2) The nonnegative integers and the meaning of them are as follow:
                               0 means 'not-accessible'.
                               1 means 'notification'.
                               2 means 'read-only'.
                               3 means 'read-write'.
                               4 means 'read-create'.
                               5 means 'write-only'.
                               6 means 'accessible-for-notify'.
                               7 means 'error'.
                               --the above values are defined by standard protocol 
                               101 means 'not implemented'.  -- The queried node is not implemented by agent.
                               102 means 'unknown error'.    -- Query failed for unknown reason.
                 
            If the value of hh3cObjectInfoType is dataType, the rules below should be followed.  
               1) The returned value must have prefix 'T', and followed by string which has
                  format like 2), such as 'T1', the character '1' means INTEGER.  
               2) The following data types are defined in standard protocol, the values in brackets 
                  will be returned to indicate these data types.
                               INTEGER(1)
                               Integer32(2)
                               Unsigned32(4)
                               Gauge(6)
                               Counter(7)
                               Counter32(8)
                               Counter64(9)
                               TimeTicks(10)
                               OCTET STRING(11)
                               OBJECT IDENTIFIER(12)
                               IpAddress(13)
                               NetworkAddress(14)
                               Opaque(15)
                               BITS(16)
            
            If the value of hh3cObjectInfoType is dataRange, the rules below should be followed.
               1) The returned value must have prefix 'R', and followed by string which has the
                  format like 2) to 5), such as 'R[1,1]'.
               2) If hh3cObjectInfoValue returns Integer32, the format is as followed. Suppose A is a 
                  MIB object.
                  If SYNTAX of A is 'Integer32{1|2|3|5|6|7}', the format is 'R[1,3],[5,7]'.
                  If SYNTAX of A is 'Integer32{1|3}', the format is 'R[1,1],[3,3]'.
                  If SYNTAX of A is 'Integer32', the format is 'R[]' which means the default value 
                  range of Integer32 between -2147483648 and 2147483647.
               3) The process of Counter, Counter32, Counter64, Unsigned32, Gauge32, INTEGER is the 
                  same as that of Integer32.
               4) If SYNTAX of A is other types such as OCTET STRING, then this object returns default value 'R[]'.
               5) If SYNTAX of A is 'BITS{a(0),b(1)}', the format is 'R[0,0],[1,1]'.
            
            If the value of hh3cObjectInfoType is dataLength, the rules below should be followed.
               1) The returned value must have prefix 'L', and followed by string which has the format
                  like 2) to 4), such as 'L[6,6]'.
               2) If SYNTAX of A is 'OCTET STRING(SIZE (6|10..255))', the format is 'L[6,6],[10,255]'.
                  If SYNTAX of A is 'OCTET STRING', the format is like 'L[]' which means the default 
                  length of OCTET STRING between 0 and 65535.
               3) If SYNTAX of A is BITS, the format of it is the same as"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInformation(1) hh3cObjectInfoTable(1) hh3cObjectInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.55.2
hh3cObjectInfoMIBConformance OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) 2 }

.1.3.6.1.4.1.25506.2.55.2.1
hh3cObjectInfoMIBCompliances OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInfoMIBConformance(2) 1 }

.1.3.6.1.4.1.25506.2.55.2.1.1
hh3cObjectInfoMIBCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-OBJECT-INFO-MIB
  DESCRIPTION	" 
            The compliance statement for implementing ObjectInfo MIB.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInfoMIBConformance(2) hh3cObjectInfoMIBCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.55.2.2
hh3cObjectInfoMIBGroups OBJECT-TYPE
  -- FROM	HH3C-OBJECT-INFO-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInfoMIBConformance(2) 2 }

.1.3.6.1.4.1.25506.2.55.2.2.1
hh3cObjectInfoTableGroup OBJECT-GROUP
  -- FROM	HH3C-OBJECT-INFO-MIB
  DESCRIPTION	" 
            The basic collection of hh3cObjectInfo table objects.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjectInfo(55) hh3cObjectInfoMIBConformance(2) hh3cObjectInfoMIBGroups(2) 1 }

.1.3.6.1.4.1.25506.2.56
hh3cStorage OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 56 }

.1.3.6.1.4.1.25506.2.57
hh3cDvpn OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 57 }

.1.3.6.1.4.1.25506.2.57.1
hh3cDvpnMibObjects OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) 1 }

.1.3.6.1.4.1.25506.2.57.1.1
hh3cDvpnMibGlobal OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.1.1
hh3cDvpnServiceEnable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                Dvpn service enable or disable.
                If dvpn service is 'disable', dvpn service can not be used.
            "
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.1.2
hh3cDvpnClassNumber OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of dvpn classes.
                It is only used on client.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 2 }

.1.3.6.1.4.1.25506.2.57.1.1.3
hh3cDvpnClientNumber OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of clients which register on the server.
                When a session of server to client type is built,
                add 1 to the value of this node.
                It is only used on server.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 3 }

.1.3.6.1.4.1.25506.2.57.1.1.4
hh3cDvpnMapAgeTime OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (10..180) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                Dvpn map age time, the unit is second.
                It is only used on server.
            "
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 4 }

.1.3.6.1.4.1.25506.2.57.1.1.5
hh3cDvpnClientRegisterInterval OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (3..60) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The length of time between the registering of client, the unit
                is second.
                It is only used on client.
            "
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 5 }

.1.3.6.1.4.1.25506.2.57.1.1.6
hh3cDvpnClientRegisterDumb OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (60..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The length of time when client dumbs, the unit is second.
                It is only used on client.
            "
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 6 }

.1.3.6.1.4.1.25506.2.57.1.1.7
hh3cDvpnClientRegisterRetry OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (1..6) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
               Regist retry times of client after register fail.
               It is only used on client.
            "
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 7 }

.1.3.6.1.4.1.25506.2.57.1.1.8
hh3cDvpnInputPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of recieved packets.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 8 }

.1.3.6.1.4.1.25506.2.57.1.1.9
hh3cDvpnDropPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of packets have been droped.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 9 }

.1.3.6.1.4.1.25506.2.57.1.1.10
hh3cDvpnOutputPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of packets have been sent.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 10 }

.1.3.6.1.4.1.25506.2.57.1.1.11
hh3cDvpnOutputErrorPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of output error packets.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 11 }

.1.3.6.1.4.1.25506.2.57.1.1.12
hh3cDvpnEncryptErrorPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of packets have been encrypted wrongly.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 12 }

.1.3.6.1.4.1.25506.2.57.1.1.13
hh3cDvpnCurrentDeviceRole OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {none(1), server(2), client(3), both(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The current role of the device.
                The value is decided by the configuration of the tunnel-interface.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 13 }

.1.3.6.1.4.1.25506.2.57.1.1.14
hh3cDvpnDomainNumber OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of dvpn domains.

            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 14 }

.1.3.6.1.4.1.25506.2.57.1.1.15
hh3cDvpnMapNumber OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of dvpn maps.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 15 }

.1.3.6.1.4.1.25506.2.57.1.1.16
hh3cDvpnSessionNumber OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                 The number of dvpn sessiones including the session of all states.
             "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 16 }

.1.3.6.1.4.1.25506.2.57.1.1.17
hh3cDvpnServerPreSharedKey OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The pre-shared-key of server.
                It is only used on server.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 17 }

.1.3.6.1.4.1.25506.2.57.1.1.18
hh3cDvpnMapTrapEnable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                Dvpn map trap enable or disable.
            "
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 18 }

.1.3.6.1.4.1.25506.2.57.1.1.19
hh3cDvpnSessionTrapEnable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                Dvpn session trap enable or disable.
            "
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 19 }

.1.3.6.1.4.1.25506.2.57.1.1.20
hh3cDvpnVersion OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {version2(1), version3(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                Dvpn version.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 20 }

.1.3.6.1.4.1.25506.2.57.1.1.21
hh3cDvpnClearDomainAllConection OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                Clear all dvpn conects in the domain, the parameter is
                the id of the domain.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 21 }

.1.3.6.1.4.1.25506.2.57.1.1.22
hh3cDvpnClearDvpnStaInfo OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (1) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                Clear the statistic information of dvpn.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 22 }

.1.3.6.1.4.1.25506.2.57.1.1.23
hh3cDvpnTotalRedirectNumber OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of redirect packets.
                It is only used on server.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 23 }

.1.3.6.1.4.1.25506.2.57.1.1.24
hh3cDvpnGlobalAuthenClientType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {none(1), pap(2), chap(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                Dvpn global authentication type being used by server to client.
                The value is decided by the configuration by the user.
            "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 24 }

.1.3.6.1.4.1.25506.2.57.1.1.25
hh3cDvpnGlobalUserDefAAADomain OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING (0..24) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                Dvpn global AAA domain of the user. The domain will decide the
                authentication server which is used by the dvpn server to
                authenticate dvpn client.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 25 }

.1.3.6.1.4.1.25506.2.57.1.1.26
hh3cDvpnLocalDeviceId OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The device ID, it is a string.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 26 }

.1.3.6.1.4.1.25506.2.57.1.1.27
hh3cDvpnSessionHisAgeTime OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The age-time of the hh3cDvpnSessionHisTable table.
                The unit is hour.
            "
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 27 }

.1.3.6.1.4.1.25506.2.57.1.1.28
hh3cDvpnSessionHisReset OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The reset flag of dvpn hh3cDvpnSessionHisTable table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibGlobal(1) 28 }

.1.3.6.1.4.1.25506.2.57.1.2
hh3cDvpnMibTableTroop OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.57.1.2.1
hh3cDvpnPolicyTable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The dvpn policy table.
                It is used on dvpn server.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1
hh3cDvpnPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDvpnPolicyName }
  DESCRIPTION	"
                The entry of hh3cDvpnPolicyTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.1
hh3cDvpnPolicyName OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The name of Dvpn policy.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.2
hh3cDvpnPoAuthenClientType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {none(1), pap(2), chap(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The authentication type used by server to client.
                The value is decided by the policy configuration of the user.
                The default value is none.
            "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.3
hh3cDvpnPoSessionAlgorithmSuite OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION DvpnAlgorithmSuite
  SYNTAX	INTEGER {dvpnDesCbcMd5PreShaModp768(1), dvpnDesCbcMd5PreShaModp1024(2), dvpnDesCbcSha1PreShaModp768(3), dvpnDesCbcSha1PreShaModp1024(4), dvpn3DesCbcMd5PreShaModp768(5), dvpn3DesCbcMd5PreShaModp1024(6), dvpn3DesCbcSha1PreShaModp768(7), dvpn3DesCbcSha1PreShaModp1024(8), dvpnAesCbcMd5PreShaModp768(9), dvpnAesCbcMd5PreShaModp1024(10), dvpnAesCbcSHA1Sha1PreShaModp768(11), dvpnAesCbcSHA1Sha1PreShaModp1024(12), dvpnAlgorithmNone(13)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The algorithm suite used when session is created.
            "
  DEFVAL	{ dvpnDesCbcMd5PreShaModp768 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.4
hh3cDvpnPoSessionIdleTime OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (60..86400) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The session idle time, the unit is second.
            "
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.5
hh3cDvpnPoSessionKeepTime OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (5..300) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The session keepalive time, the unit is second.
            "
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.6
hh3cDvpnPoSessionSetupInterval OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (5..60) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The session setup interval time, the unit is second.
            "
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.7
hh3cDvpnPoDataAlgorithmSuite OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION DvpnAlgorithmSuite
  SYNTAX	INTEGER {dvpnDesCbcMd5PreShaModp768(1), dvpnDesCbcMd5PreShaModp1024(2), dvpnDesCbcSha1PreShaModp768(3), dvpnDesCbcSha1PreShaModp1024(4), dvpn3DesCbcMd5PreShaModp768(5), dvpn3DesCbcMd5PreShaModp1024(6), dvpn3DesCbcSha1PreShaModp768(7), dvpn3DesCbcSha1PreShaModp1024(8), dvpnAesCbcMd5PreShaModp768(9), dvpnAesCbcMd5PreShaModp1024(10), dvpnAesCbcSHA1Sha1PreShaModp768(11), dvpnAesCbcSHA1Sha1PreShaModp1024(12), dvpnAlgorithmNone(13)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The algorithm suite used by the session for createing ipsec sa.
            "
  DEFVAL	{ dvpnDesCbcMd5PreShaModp768 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.8
hh3cDvpnPoSaSeconds OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (180..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The duration of DVPN IPSec security association.
                The unit is second.
            "
  DEFVAL	{ 3600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.9
hh3cDvpnPoUserDefAAADomain OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING (0..24) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                Dvpn policy AAA domain of the user. The domain will decide the
                authentication server which used by the dvpn server to authenticate
                dvpn client.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.10
hh3cDvpnPoRefTimes OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The total times of the policy being used by dvpn.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 10 }

.1.3.6.1.4.1.25506.2.57.1.2.1.1.11
hh3cDvpnPoRowStatus OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The status of this conceptual row.
                We support the characteristic of active(1),createAndGo(4),destroy(6).
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnPolicyTable(1) hh3cDvpnPolicyEntry(1) 11 }

.1.3.6.1.4.1.25506.2.57.1.2.2
hh3cDvpnDomainInfoTable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The dvpn domain table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) 2 }

.1.3.6.1.4.1.25506.2.57.1.2.2.1
hh3cDvpnDomainInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDvpnDomainID }
  DESCRIPTION	"
                The entry of hh3cDvpnDomainInfoTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnDomainInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.2.1.1
hh3cDvpnDomainID OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                Dvpn domain ID.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnDomainInfoTable(2) hh3cDvpnDomainInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.2.1.2
hh3cDvpnDomainSessionNum OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of session in this dvpn domain.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnDomainInfoTable(2) hh3cDvpnDomainInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.57.1.2.2.1.3
hh3cDvpnDomainRedirectNum OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The number of redirect packets in this dvpn domain.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnDomainInfoTable(2) hh3cDvpnDomainInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.57.1.2.2.1.4
hh3cDvpnDomainInputPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The number of input packets in this dvpn domain.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnDomainInfoTable(2) hh3cDvpnDomainInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.57.1.2.2.1.5
hh3cDvpnDomainDropPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of drop packets in this dvpn domain.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnDomainInfoTable(2) hh3cDvpnDomainInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.57.1.2.2.1.6
hh3cDvpnDomainOutputPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of output packets in this dvpn domain.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnDomainInfoTable(2) hh3cDvpnDomainInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.57.1.2.2.1.7
hh3cDvpnDomainOutputErrorPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of output error packets in this dvpn domain.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnDomainInfoTable(2) hh3cDvpnDomainInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.57.1.2.2.1.8
hh3cDvpnDomainEncryptErrorPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of encrypt error packets in this dvpn domain.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnDomainInfoTable(2) hh3cDvpnDomainInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.57.1.2.3
hh3cDvpnClassTable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The Dvpn class table.
                It is only used on dvpn client.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) 3 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1
hh3cDvpnClassEntry OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDvpnClassName }
  DESCRIPTION	"
                The entry of the hh3cDvpnClassTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.1
hh3cDvpnClassName OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The dvpn class name. It is the index of hh3cDvpnClassTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.2
hh3cDvpnClServerPublicIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                Dvpn server public ip type (ipv4, ipv6).
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 2 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.3
hh3cDvpnClServerPublicIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                Dvpn server public ip address.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 3 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.4
hh3cDvpnClServerPriIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                Dvpn server private ip type (ipv4, ipv6).
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 4 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.5
hh3cDvpnClServerPriIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                Dvpn server private ip address.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 5 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.6
hh3cDvpnClAlgorithmSuite OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION DvpnAlgorithmSuite
  SYNTAX	INTEGER {dvpnDesCbcMd5PreShaModp768(1), dvpnDesCbcMd5PreShaModp1024(2), dvpnDesCbcSha1PreShaModp768(3), dvpnDesCbcSha1PreShaModp1024(4), dvpn3DesCbcMd5PreShaModp768(5), dvpn3DesCbcMd5PreShaModp1024(6), dvpn3DesCbcSha1PreShaModp768(7), dvpn3DesCbcSha1PreShaModp1024(8), dvpnAesCbcMd5PreShaModp768(9), dvpnAesCbcMd5PreShaModp1024(10), dvpnAesCbcSHA1Sha1PreShaModp768(11), dvpnAesCbcSHA1Sha1PreShaModp1024(12), dvpnAlgorithmNone(13)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The algorithm suite used by the client when sending registry
                packets to the server.
                'dvpnAlgorithmNone' is not supported here.
            "
  DEFVAL	{ dvpnDesCbcMd5PreShaModp768 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 6 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.7
hh3cDvpnClAuthenServerType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {none(1), preShareKey(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The authentication type being used by client to server.
                The value is decided by the class configuration of the user.
                The default value is none.
            "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 7 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.8
hh3cDvpnClPreShareKey OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                Dvpn PreShareKey.
                It is used when the method used by client when authenticating
                server is pre-share-key, only when the value of the key is the
                same as that on the server, the client can authenticate server
                successfully.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 8 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.9
hh3cDvpnClUserName OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING (0..80) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                Dvpn UserName. It is configured by the user.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 9 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.10
hh3cDvpnClPwdEncrypted OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {simple(1), cipher(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                Dvpn password encrypted or not.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 10 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.11
hh3cDvpnClPasswd OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                Dvpn password. It is configured by the user.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 11 }

.1.3.6.1.4.1.25506.2.57.1.2.3.1.12
hh3cDvpnClassRowStatus OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
                The status of this conceptual row.
                Only 'active', 'createAndGo' and 'destroy' are supported.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnClassTable(3) hh3cDvpnClassEntry(1) 12 }

.1.3.6.1.4.1.25506.2.57.1.2.4
hh3cDvpnTunnelTable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The dvpn tunnel table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) 4 }

.1.3.6.1.4.1.25506.2.57.1.2.4.1
hh3cDvpnTunnelEntry OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
                The Entry of hh3cDvpnTunnelTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnTunnelTable(4) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.4.1.1
hh3cDvpnTunnelInterfaceType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {client(1), server(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The type of dvpn tunnel (client or server).
            "
  DEFVAL	{ client }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnTunnelTable(4) hh3cDvpnTunnelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.4.1.2
hh3cDvpnTunnelAcl OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The security acl used by the tunnel.
                If a packet permits the rules, it will not be encrypted.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnTunnelTable(4) hh3cDvpnTunnelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.57.1.2.4.1.3
hh3cDvpnTunnelClientRegType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {undistributed(1), forward(2), undistributedandforward(3), normal(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The register type used by the client .
                Only the interface type is client, it can be used.
                undistributed: If a client send a packet to the client with
                this configuration, setver will only forward the packet whitout
                sending redirect packets.

                forward: The client with this configuration will only send packets
                forwarded by server, which means it can not initiate to build
                a session with other clients.
                undistributedandforward: The client with this configuration have
                the characteristics of both 'forward' and 'undistributed'.
                normal: The client with this configuration can build session with
                other clients without any restriction.
            "
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnTunnelTable(4) hh3cDvpnTunnelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.57.1.2.4.1.4
hh3cDvpnTunnelDvpnId OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The dvpn ID used by the tunnel.
                The dvpn ID is 0 means that user does not configure dvpn ID.
                User can not configure a dvpn ID with 0.
            "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnTunnelTable(4) hh3cDvpnTunnelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.57.1.2.4.1.5
hh3cDvpnTunnelPolicy OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The dvpn policy used by the tunnel.
                Only the interface type is server, it can be used.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnTunnelTable(4) hh3cDvpnTunnelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.57.1.2.4.1.6
hh3cDvpnTunnelClass OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                The dvpn class used by the tunnel.
                Only the interface type is client, it can be used.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnTunnelTable(4) hh3cDvpnTunnelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.57.1.2.5
hh3cDvpnMapTable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The dvpn map table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) 5 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1
hh3cDvpnMapEntry OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDvpnMapIndex }
  DESCRIPTION	"
                The entry of the hh3cDvpnMapTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.1
hh3cDvpnMapIndex OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
                The index of hh3cDvpnMapTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.2
hh3cDvpnMapPeerDeviceId OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The identifier of peer device.
                It is a string.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.3
hh3cDvpnMapDvpnId OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The ID of the dvpn domain which the map belongs to.
                The dvpn ID is 0 means that the map has not been built.
                It has not gotten the dvpn ID at that time.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.4
hh3cDvpnMapBuildTime OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The time of the map created, the unit is second.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 4 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.5
hh3cDvpnMapPeerPriIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The private ip type (ipv4, ipv6) of map peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 5 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.6
hh3cDvpnMapPeerPriIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The private ip of map peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 6 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.7
hh3cDvpnMapPeerPublicIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The public ip type (ipv4, ipv6) of map peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 7 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.8
hh3cDvpnMapPeerPublicIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The public ip of map peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 8 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.9
hh3cDvpnMapLocalPriIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The private ip type (ipv4, ipv6) of map local device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 9 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.10
hh3cDvpnMapLocalPriIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The private ip of map local device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 10 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.11
hh3cDvpnMapLocalPublicIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The public ip type (ipv4, ipv6) of map local device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 11 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.12
hh3cDvpnMapLocalPublicIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The public ip of map local device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 12 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.13
hh3cDvpnMapUserName OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The user name used by the client registering to server.
                If the client is not been authenticated, this is a null string.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 13 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.14
hh3cDvpnMapUdpPort OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The udp port used by map peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 14 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.15
hh3cDvpnMapControlId OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                Dvpn map control ID.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 15 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.16
hh3cDvpnMapType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION DvpnCommunicateType
  SYNTAX	INTEGER {clientToserver(1), serverToclient(2), serverToserver(3), clientToclient(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The type of the map.
                'clientToclient' is not supported here.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 16 }

.1.3.6.1.4.1.25506.2.57.1.2.5.1.17
hh3cDvpnMapState OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {mapClientInit(1), mapClientBegin(2), mapClientAlgreq(3), mapClientKexReq(4), mapClientAuthenReq(5), mapClientConfigReq(6), mapClientReq(7), mapClientSuccess(8), mapServerBegin(9), mapServerAlgorithm(10), mapServerKexInit(11), mapServerAuthenInit(12), mapServerConfigInit(13), mapServerInit(14), mapServerFinished(15)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                mapClientInit: The client initiates the map.
                mapClientBegin: The client begins the process of registering
                                to the server.
                mapClientAlgreq: The client requests to negotiate the algorithm.
                mapClientKexReq: The client requests to negotiate the key.
                mapClientAuthenReq: The client sends authentication information
                                    to the server.
                mapClientConfigReq: The client requests to get some configuration
                                    information from the server. Do not support now.
                mapClientReq: The client requests to register to the server.
                mapClientSuccess: The client registers to the server successfully.
                mapServerBegin: The server begins the process of receive a new register.
                mapServerAlgorithm:The sever begins to negotiate Algorithm.
                mapServerKexInit: The server replys to the algorithm negotiation
                                  packet from the client successfully and begin
                                  to negotiate key.
                mapServerAuthenInit: The server replys to the key negotiation
                                     packet from the client successfully and
                                     begin to authenticate client, in the case of
                                     the authentication-client method is not none.
                mapServerConfigInit: The server send some configuration information
                                     to client. Do not support now.
                mapServerInit: The server replys to the authentication packet
                               from the client successfully and begin to receive
                               client information.
                mapServerFinished: The server receives client information successfully.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnMapTable(5) hh3cDvpnMapEntry(1) 17 }

.1.3.6.1.4.1.25506.2.57.1.2.6
hh3cDvpnSessionTable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The dvpn session table.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) 6 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1
hh3cDvpnSessionEntry OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDvpnSessionDvpnId, hh3cDvpnSessionPeerPriIpType, hh3cDvpnSessionPeerPriIp }
  DESCRIPTION	"
                The entry of hh3cDvpnSessionTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.1
hh3cDvpnSessionDvpnId OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
                The ID of the dvpn domain which the session belongs to.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.2
hh3cDvpnSessionPeerPriIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
               The private ip type (ipv4, ipv6) of session peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.3
hh3cDvpnSessionPeerPriIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
                The private ip of the session peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.4
hh3cDvpnSessionPeerDeviceId OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The device ID of session peer device.
                It is a string.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.5
hh3cDvpnSessionBuildTime OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The time of the Session being built, the unit is second.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.6
hh3cDvpnSessionPeerPubIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The public ip type (ipv4, ipv6) of session peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.7
hh3cDvpnSessionPeerPubIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The public ip of session peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 7 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.8
hh3cDvpnSessionLocalPubIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The public ip type (ipv4, ipv6) of session local device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 8 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.9
hh3cDvpnSessionLocalPubIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The public ip of session local device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 9 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.10
hh3cDvpnSessionLocalPriIpType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The private ip type (ipv4, ipv6) of session local device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 10 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.11
hh3cDvpnSessionLocalPriIp OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The private ip of session local device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 11 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.12
hh3cDvpnSessionPeerUdpPort OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
               The udp port used by session peer device .
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 12 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.13
hh3cDvpnSessionInitiator OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {yes(1), no(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The flag of initiator.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 13 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.14
hh3cDvpnSessionUserName OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The user's name.
                If the session type is client to client,
                the value of this object is a null string.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 14 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.15
hh3cDvpnSessionState OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {sessionSetupInit(1), sessionSetupReq(2), sessionSetupSuccess(3), sessionRekeyReq(4), sessionRekeyRep(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The state of the session.
                sessionSetupInit: The initiation of the session.
                sessionSetupReq: The initiator requests to negotiate the SA and
                                 so on of the session.
                sessionSetupSuccess: The session has been built successfully.
                sessionRekeyReq: The initiator requests to renegotiate the SA.
                sessionRekeyRep: The passive side replies with a SA renegotiation
                                 response packet successfully.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 15 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.16
hh3cDvpnSessionType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION DvpnCommunicateType
  SYNTAX	INTEGER {clientToserver(1), serverToclient(2), serverToserver(3), clientToclient(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The type of the session.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 16 }

.1.3.6.1.4.1.25506.2.57.1.2.6.1.17
hh3cDvpnSessionPeerType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {router(1), pcClient(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The type of the session peer device.
                It may be client software or a router.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionTable(6) hh3cDvpnSessionEntry(1) 17 }

.1.3.6.1.4.1.25506.2.57.1.2.7
hh3cDvpnSessionHisTable OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The dvpn session history table.
                This table contains session's history information,
                include input/output packet number, up/down time, etc.
                This table will exist during the 'hh3cDvpnSessionHisAgeTime'.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) 7 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1
hh3cDvpnSessionHisEntry OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDvpnSessionHisDvpnID, hh3cDvpnSessionHisPeerPriIPType, hh3cDvpnSessionHisPeerPriIP }
  DESCRIPTION	"
                The entry of hh3cDvpnSessionHisTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.1
hh3cDvpnSessionHisDvpnID OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                The ID of the dvpn domain which the session belongs to.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.2
hh3cDvpnSessionHisPeerPriIPType OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The private ip type (ipv4, ipv6) of session peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.3
hh3cDvpnSessionHisPeerPriIP OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
                 The private ip of the session peer device.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.4
hh3cDvpnSessionHisSendPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of sent packets on the session.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.5
hh3cDvpnSessionHisRcvPkt OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of received packets on the session.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.6
hh3cDvpnSessionHisOnlineNumber OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The number of the session online.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.7
hh3cDvpnSessionHisFirstUpTime OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The session first online time.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.8
hh3cDvpnSessionHisLastUpTime OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The session last online time.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.9
hh3cDvpnSessionHisLastDownTime OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The session last down time.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.10
hh3cDvpnSessionHisOnlineFlag OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	INTEGER {yes(1), no(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                If the session is online, the value is 'yes'.
                If the session is not online, the value is 'no'.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.57.1.2.7.1.11
hh3cDvpnSessionHisPeerDeviceId OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
                The identifier of peer device.
                It is a string.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibTableTroop(2) hh3cDvpnSessionHisTable(7) hh3cDvpnSessionHisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.57.1.3
hh3cDvpnMibNotification OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) 3 }

.1.3.6.1.4.1.25506.2.57.1.3.0
hh3cDvpnNotification OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibNotification(3) 0 }

.1.3.6.1.4.1.25506.2.57.1.3.0.1
hh3cDvpnSessionBuildNotification NOTIFICATION-TYPE
  -- FROM	HH3C-DVPN-MIB
  OBJECTS	{ hh3cDvpnSessionDvpnId, hh3cDvpnSessionPeerPriIpType, hh3cDvpnSessionPeerPriIp, hh3cDvpnLocalDeviceId, hh3cDvpnSessionLocalPriIpType, hh3cDvpnSessionLocalPriIp, hh3cDvpnSessionLocalPubIpType, hh3cDvpnSessionLocalPubIp, hh3cDvpnSessionPeerDeviceId, hh3cDvpnSessionPeerPubIpType, hh3cDvpnSessionPeerPubIp, hh3cDvpnSessionPeerUdpPort, hh3cDvpnSessionPeerType, hh3cDvpnSessionUserName }
  DESCRIPTION	"
                Dvpn session build notification.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibNotification(3) hh3cDvpnNotification(0) 1 }

.1.3.6.1.4.1.25506.2.57.1.3.0.2
hh3cDvpnSessionDelNotification NOTIFICATION-TYPE
  -- FROM	HH3C-DVPN-MIB
  OBJECTS	{ hh3cDvpnSessionDvpnId, hh3cDvpnSessionPeerPriIpType, hh3cDvpnSessionPeerPriIp, hh3cDvpnLocalDeviceId, hh3cDvpnSessionLocalPriIpType, hh3cDvpnSessionLocalPriIp, hh3cDvpnSessionLocalPubIpType, hh3cDvpnSessionLocalPubIp, hh3cDvpnSessionPeerDeviceId, hh3cDvpnSessionPeerPubIpType, hh3cDvpnSessionPeerPubIp, hh3cDvpnSessionPeerUdpPort, hh3cDvpnSessionPeerType, hh3cDvpnSessionUserName }
  DESCRIPTION	"
                Dvpn session deleted notification.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibNotification(3) hh3cDvpnNotification(0) 2 }

.1.3.6.1.4.1.25506.2.57.1.3.0.3
hh3cDvpnMapBuildNotification NOTIFICATION-TYPE
  -- FROM	HH3C-DVPN-MIB
  OBJECTS	{ hh3cDvpnMapIndex, hh3cDvpnMapDvpnId, hh3cDvpnMapPeerDeviceId, hh3cDvpnMapPeerPriIpType, hh3cDvpnMapPeerPriIp, hh3cDvpnMapPeerPublicIpType, hh3cDvpnMapPeerPublicIp, hh3cDvpnLocalDeviceId, hh3cDvpnMapLocalPriIpType, hh3cDvpnMapLocalPriIp, hh3cDvpnMapLocalPublicIpType, hh3cDvpnMapLocalPublicIp, hh3cDvpnMapUserName }
  DESCRIPTION	"
                Dvpn map build notification.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibNotification(3) hh3cDvpnNotification(0) 3 }

.1.3.6.1.4.1.25506.2.57.1.3.0.4
hh3cDvpnMapDelNotification NOTIFICATION-TYPE
  -- FROM	HH3C-DVPN-MIB
  OBJECTS	{ hh3cDvpnMapIndex, hh3cDvpnMapDvpnId, hh3cDvpnMapPeerDeviceId, hh3cDvpnMapPeerPriIpType, hh3cDvpnMapPeerPriIp, hh3cDvpnMapPeerPublicIpType, hh3cDvpnMapPeerPublicIp, hh3cDvpnLocalDeviceId, hh3cDvpnMapLocalPriIpType, hh3cDvpnMapLocalPriIp, hh3cDvpnMapLocalPublicIpType, hh3cDvpnMapLocalPublicIp, hh3cDvpnMapUserName }
  DESCRIPTION	"
                Dvpn map deleted notification.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibNotification(3) hh3cDvpnNotification(0) 4 }

.1.3.6.1.4.1.25506.2.57.1.4
hh3cDvpnMibConformance OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) 4 }

.1.3.6.1.4.1.25506.2.57.1.4.1
hh3cDvpnMibCompliances OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) 1 }

.1.3.6.1.4.1.25506.2.57.1.4.1.1
hh3cDvpnMibCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                The compliance statement for entities which implement
                the DVPN MIB.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.57.1.4.2
hh3cDvpnMibGroups OBJECT-TYPE
  -- FROM	HH3C-DVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) 2 }

.1.3.6.1.4.1.25506.2.57.1.4.2.1
hh3cDvpnGlobalGroup OBJECT-GROUP
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                A collection of objects providing dvpn global information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibGroups(2) 1 }

.1.3.6.1.4.1.25506.2.57.1.4.2.2
hh3cDvpnPolicyGroup OBJECT-GROUP
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                A collection of objects providing dvpn policy information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibGroups(2) 2 }

.1.3.6.1.4.1.25506.2.57.1.4.2.3
hh3cDvpnDomainInfoGroup OBJECT-GROUP
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                A collection of objects providing dvpn domain information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibGroups(2) 3 }

.1.3.6.1.4.1.25506.2.57.1.4.2.4
hh3cDvpnClassGroup OBJECT-GROUP
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                A collection of objects providing dvpn class information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibGroups(2) 4 }

.1.3.6.1.4.1.25506.2.57.1.4.2.5
hh3cDvpnTunnelGroup OBJECT-GROUP
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                A collection of objects providing dvpn tunnel interface information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibGroups(2) 5 }

.1.3.6.1.4.1.25506.2.57.1.4.2.6
hh3cDvpnMapGroup OBJECT-GROUP
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                A collection of objects providing dvpn map information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibGroups(2) 6 }

.1.3.6.1.4.1.25506.2.57.1.4.2.7
hh3cDvpnSessionGroup OBJECT-GROUP
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                A collection of objects providing dvpn session information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibGroups(2) 7 }

.1.3.6.1.4.1.25506.2.57.1.4.2.8
hh3cDvpnSessionHisGroup OBJECT-GROUP
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                A collection of objects providing dvpn session history information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibGroups(2) 8 }

.1.3.6.1.4.1.25506.2.57.1.4.2.9
hh3cDvpnNotificationGroup OBJECT-GROUP
  -- FROM	HH3C-DVPN-MIB
  DESCRIPTION	"
                A collection of objects providing dvpn notification information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDvpn(57) hh3cDvpnMibObjects(1) hh3cDvpnMibConformance(4) hh3cDvpnMibGroups(2) 9 }

.1.3.6.1.4.1.25506.2.58
hh3cDhcpRelay OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DHCPRELAY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 58 }

.1.3.6.1.4.1.25506.2.58.1
hh3cDHCPRMibObject OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) 1 }

.1.3.6.1.4.1.25506.2.58.1.1
hh3cDHCPRIfSelectTable OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring relay mode
                            for interfaces.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) 1 }

.1.3.6.1.4.1.25506.2.58.1.1.1
hh3cDHCPRIfSelectEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry for configuring relay mode for an
                            interface.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIfSelectTable(1) 1 }

.1.3.6.1.4.1.25506.2.58.1.1.1.1
hh3cDHCPRIfSelectRelayMode OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is on, the DHCP relay function
                            would be enabled on this interface.
                            "
  DEFVAL	{ off }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIfSelectTable(1) hh3cDHCPRIfSelectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.58.1.2
hh3cDHCPRIpToGroupTable OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring ip addresses for DHCP
                            server groups.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) 2 }

.1.3.6.1.4.1.25506.2.58.1.2.1
hh3cDHCPRIpToGroupEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPRIpToGroupGroupId, hh3cDHCPRIpToGroupServerIpType, hh3cDHCPRIpToGroupServerIp }
  DESCRIPTION	"An entry for configuring ip addresses for a DHCP
                            server group.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIpToGroupTable(2) 1 }

.1.3.6.1.4.1.25506.2.58.1.2.1.1
hh3cDHCPRIpToGroupGroupId OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Integer32 (0..19) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group identifier of DHCP server group. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIpToGroupTable(2) hh3cDHCPRIpToGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.58.1.2.1.2
hh3cDHCPRIpToGroupServerIpType OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Ip address type of DHCP server. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIpToGroupTable(2) hh3cDHCPRIpToGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.58.1.2.1.3
hh3cDHCPRIpToGroupServerIp OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Ip address of DHCP server. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIpToGroupTable(2) hh3cDHCPRIpToGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.58.1.2.1.4
hh3cDHCPRIpToGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
                        Three actions are used: active,
                        createAndGo, destroy.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIpToGroupTable(2) hh3cDHCPRIpToGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.58.1.3
hh3cDHCPRIfToGroupTable OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring DHCP server groups
                            for interfaces.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) 3 }

.1.3.6.1.4.1.25506.2.58.1.3.1
hh3cDHCPRIfToGroupEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry for configuring DHCP server group for
                            an interface.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIfToGroupTable(3) 1 }

.1.3.6.1.4.1.25506.2.58.1.3.1.1
hh3cDHCPRIfToGroupGroupId OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Integer32 (0..19) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The DHCP server group for this interface. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIfToGroupTable(3) hh3cDHCPRIfToGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.58.1.3.1.2
hh3cDHCPRIfToGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
                        Three actions are used: active,
                        createAndGo, destroy"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRIfToGroupTable(3) hh3cDHCPRIfToGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.58.1.4
hh3cDHCPRAddrCheckTable OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the states of dhcp security address
                        check switchs for interfaces.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) 4 }

.1.3.6.1.4.1.25506.2.58.1.4.1
hh3cDHCPRAddrCheckEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry containing the state of dhcp security address
                        check switch for an interface.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRAddrCheckTable(4) 1 }

.1.3.6.1.4.1.25506.2.58.1.4.1.1
hh3cDHCPRAddrCheckSwitch OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of dhcp security address check switch for
                        this interface.
                        It has two defined values: enabled and disabled.
                        If the value is enabled, the address check function
                        would be enabled. The default value is disabled.
                        "
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRAddrCheckTable(4) hh3cDHCPRAddrCheckEntry(1) 1 }

.1.3.6.1.4.1.25506.2.58.1.5
hh3cDHCPRSecurityTable OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the information of
                            DHCP security.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) 5 }

.1.3.6.1.4.1.25506.2.58.1.5.1
hh3cDHCPRSecurityEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPRSecurityClientIpAddrType, hh3cDHCPRSecurityClientIpAddr }
  DESCRIPTION	"An entry containing the information of
                            DHCP security.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRSecurityTable(5) 1 }

.1.3.6.1.4.1.25506.2.58.1.5.1.1
hh3cDHCPRSecurityClientIpAddrType OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCP client's net ip address type"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRSecurityTable(5) hh3cDHCPRSecurityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.58.1.5.1.2
hh3cDHCPRSecurityClientIpAddr OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCP client's net ip address"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRSecurityTable(5) hh3cDHCPRSecurityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.58.1.5.1.3
hh3cDHCPRSecurityClientMacAddr OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DHCP client's mac address"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRSecurityTable(5) hh3cDHCPRSecurityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.58.1.5.1.4
hh3cDHCPRSecurityClientProperty OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Property of client address"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRSecurityTable(5) hh3cDHCPRSecurityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.58.1.5.1.5
hh3cDHCPRSecurityClientRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
                        Three actions are used: active,
                        createAndGo, destroy"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRSecurityTable(5) hh3cDHCPRSecurityEntry(1) 5 }

.1.3.6.1.4.1.25506.2.58.1.6
hh3cDHCPRStatisticsGroup OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) 6 }

.1.3.6.1.4.1.25506.2.58.1.6.1
hh3cDHCPRRxClientPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets received from DHCP
                        clients by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 1 }

.1.3.6.1.4.1.25506.2.58.1.6.2
hh3cDHCPRTxClientPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the brodcast packets transmitted
                        to DHCP clients by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 2 }

.1.3.6.1.4.1.25506.2.58.1.6.3
hh3cDHCPRRxServerPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets received from
                        DHCP Servers by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 3 }

.1.3.6.1.4.1.25506.2.58.1.6.4
hh3cDHCPRTxServerPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets transmitted to
                        DHCP Servers by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 4 }

.1.3.6.1.4.1.25506.2.58.1.6.5
hh3cDHCPRDiscoverPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Discover packets handled
                        by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 5 }

.1.3.6.1.4.1.25506.2.58.1.6.6
hh3cDHCPRRequestPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Request packets handled
                        by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 6 }

.1.3.6.1.4.1.25506.2.58.1.6.7
hh3cDHCPRDeclinePktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Decline packets handled
                        by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 7 }

.1.3.6.1.4.1.25506.2.58.1.6.8
hh3cDHCPRReleasePktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Release packets handled
                        by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 8 }

.1.3.6.1.4.1.25506.2.58.1.6.9
hh3cDHCPRInformPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Inform packets handled
                        by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 9 }

.1.3.6.1.4.1.25506.2.58.1.6.10
hh3cDHCPROfferPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Offer packets handled
                        by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 10 }

.1.3.6.1.4.1.25506.2.58.1.6.11
hh3cDHCPRAckPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Ack packets handled
                        by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 11 }

.1.3.6.1.4.1.25506.2.58.1.6.12
hh3cDHCPRNakPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Nak packets handled
                        by DHCP relay.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 12 }

.1.3.6.1.4.1.25506.2.58.1.6.13
hh3cDHCPRStatisticsReset OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This node only supports set operation.
                        If the value is true,it will clear all of the packet
                        statistics.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRStatisticsGroup(6) 13 }

.1.3.6.1.4.1.25506.2.58.1.7
hh3cDHCPRCycleGroup OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) 7 }

.1.3.6.1.4.1.25506.2.58.1.7.1
hh3cDHCPRCycleStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is on, the cycle function
                            would be enabled.
                            "
  DEFVAL	{ off }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRCycleGroup(7) 1 }

.1.3.6.1.4.1.25506.2.58.1.8
hh3cDHCPRConfigOption82Group OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) 8 }

.1.3.6.1.4.1.25506.2.58.1.8.1
hh3cDHCPROption82Switch OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is enabled,
                            DHCP relay supporting option 82 function
                            would be enabled.
                            "
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRConfigOption82Group(8) 1 }

.1.3.6.1.4.1.25506.2.58.1.8.2
hh3cDHCPROption82HandleStrategy OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {drop(1), keep(2), replace(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The strategies of DHCP relay handling option 82.

                            'drop' indicates DHCP relay discarding the request
                            packet including option 82.

                            'keep' indicates DHCP relay accepting the request
                            packet without any change of the option 82.

                            'replace' indicates DHCP relay accepting the
                            request packet on condition that it generates a new
                            option 82 to replace the original one.
                            "
  DEFVAL	{ replace }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRConfigOption82Group(8) 2 }

.1.3.6.1.4.1.25506.2.58.1.8.3
hh3cDHCPRConfigOption82IfTable OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the information of DHCP
                            option 82.
                            This table depends on hh3cDHCPRIfToGroupTable.
                            An entry of this table will be created when
                            an entry of hh3cDHCPRIfToGroupTable is created.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRConfigOption82Group(8) 3 }

.1.3.6.1.4.1.25506.2.58.1.8.3.1
hh3cDHCPRConfigOption82IfEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry containing the information of
                            DHCP option 82.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRConfigOption82Group(8) hh3cDHCPRConfigOption82IfTable(3) 1 }

.1.3.6.1.4.1.25506.2.58.1.8.3.1.1
hh3cDHCPROption82IfSwitch OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If DHCP relay supports option 82 functions, the
                            value is 'enabled'.
                            If DHCP relay does not support option 82 functions,
                            the value is 'disabled'.
                            "
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRConfigOption82Group(8) hh3cDHCPRConfigOption82IfTable(3) hh3cDHCPRConfigOption82IfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.58.1.8.3.1.2
hh3cDHCPROption82IfStrategy OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {drop(1), keep(2), replace(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The strategies of DHCP relay handling option 82.

                            'drop' indicates DHCP relay discarding the request
                            packet including option 82.

                            'keep' indicates DHCP relay accepting the request
                            packet without any change of the option 82.

                            'replace' indicates DHCP relay accepting the
                            request packet on condition that it generates a new
                            option 82 to replace the original one.
                            "
  DEFVAL	{ replace }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRConfigOption82Group(8) hh3cDHCPRConfigOption82IfTable(3) hh3cDHCPRConfigOption82IfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.58.1.8.3.1.3
hh3cDHCPROption82IfFormat OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {normal(1), verbose(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The format of DHCP relay option 82.

                            'normal' is the standard format.

                            'verbose' is the detailed format.
                            "
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRConfigOption82Group(8) hh3cDHCPRConfigOption82IfTable(3) hh3cDHCPRConfigOption82IfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.58.1.8.3.1.4
hh3cDHCPROption82IfNodeType OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	INTEGER {invalid(1), mac(2), sysname(3), userdefine(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Property of DHCP relay option 82 verbose format.
                            The value can be set by user only when the value
                            of hh3cDHCPROption82IfFormat is set with 'verbose'.

                            If the value of hh3cDHCPROption82IfFormat is
                            'normal', the value is automatically set with
                            'invalid'. the value can not be set with 'invalid'
                            by user.

                            'mac' indicates the option 82 verbose format is
                            filled in with the mac of DHCP relay input
                            interface. If the value of hh3cDHCPROption82IfFormat
                            is set with 'verbose', the value is automatically
                            set with 'mac'.

                            'sysname' indicates the option 82 verbose format
                            is filled in with the name of the DHCP relay.

                            'userdefine' indicates the option 82 verbose format
                            is filled in with the string defined by user.
                            If the value is set with 'userdefine', the value of
                            hh3cDHCPROption82IfUsrDefString must be set
                            simultaneously.
                            "
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRConfigOption82Group(8) hh3cDHCPRConfigOption82IfTable(3) hh3cDHCPRConfigOption82IfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.58.1.8.3.1.5
hh3cDHCPROption82IfUsrDefString OBJECT-TYPE
  -- FROM	HH3C-DHCPRELAY-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The string defined by user to fill in the
                            option 82 verbose format. If the value of
                            hh3cDHCPROption82IfFormat is 'normal', or the
                            value of hh3cDHCPROption82IfNodeType is 'mac'
                            or 'sysname', it is set with a null string
                            automatically and can not be modified by user.
                            It must be set with a non-zero length string
                            when the value of hh3cDHCPROption82IfNodeType
                            is set with 'userdefine'.
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpRelay(58) hh3cDHCPRMibObject(1) hh3cDHCPRConfigOption82Group(8) hh3cDHCPRConfigOption82IfTable(3) hh3cDHCPRConfigOption82IfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.59
hh3cIsis OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 59 }

.1.3.6.1.4.1.25506.2.59.0
hh3cIsisNotifications OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) 0 }

.1.3.6.1.4.1.25506.2.59.0.1
hh3cIsisAdjacencyProtocolChange NOTIFICATION-TYPE
  -- FROM	HH3C-ISIS-MIB
  OBJECTS	{ isisNotificationSysLevelIndex, isisNotificationCircIfIndex, isisPduLspId, hh3cIsisAdjProtoType, hh3cIsisAdjProtoState, ifName }
  DESCRIPTION	"A notification sent when the IPv4 or IPv6 protocol
         of an adjacency changes.
         The first 6 bytes of the isisPduLspId are the
         SystemID of the adjacent IS.
         The hh3cIsisAdjProtoType is the type of adjacency protocol.
         The hh3cIsisAdjProtoState is the state of adjacency protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.59.1
hh3cIsisObjects OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) 1 }

.1.3.6.1.4.1.25506.2.59.1.1
hh3cIsisSystem OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) 1 }

.1.3.6.1.4.1.25506.2.59.1.1.1
hh3cIsisSysTable OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The set of instance of the Integrated IS-IS
         protocol existing on the system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisSystem(1) 1 }

.1.3.6.1.4.1.25506.2.59.1.1.1.1
hh3cIsisSysEntry OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIsisSysInstance }
  DESCRIPTION	"Each row defines information specific to a single
         instance of the IS-IS protocol existing on the system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisSystem(1) hh3cIsisSysTable(1) 1 }

.1.3.6.1.4.1.25506.2.59.1.1.1.1.1
hh3cIsisSysInstance OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The unique identifier of the Integrated IS-IS
         instance to which this row corresponds.
         This object follows the index behavior."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisSystem(1) hh3cIsisSysTable(1) hh3cIsisSysEntry(1) 1 }

.1.3.6.1.4.1.25506.2.59.1.2
hh3cIsisNotification OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) 2 }

.1.3.6.1.4.1.25506.2.59.1.2.1
hh3cIsisNotificationObjects OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisNotification(2) 1 }

.1.3.6.1.4.1.25506.2.59.1.2.1.1
hh3cIsisAdjProtoType OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The adjacency protocol type for this notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisNotification(2) hh3cIsisNotificationObjects(1) 1 }

.1.3.6.1.4.1.25506.2.59.1.2.1.2
hh3cIsisAdjProtoState OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
  SYNTAX	INTEGER {down(1), initializing(2), up(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The state of the adjacency protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisNotification(2) hh3cIsisNotificationObjects(1) 2 }

.1.3.6.1.4.1.25506.2.59.1.3
hh3cIsisCirc OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) 3 }

.1.3.6.1.4.1.25506.2.59.1.3.1
hh3cIsisCircTable OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of circuits used by this
         Intermediate System."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisCirc(3) 1 }

.1.3.6.1.4.1.25506.2.59.1.3.1.1
hh3cIsisCircEntry OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIsisSysInstance, hh3cIsisCircIndex }
  DESCRIPTION	"An hh3cIsisCircEntry exists for each circuit configured
         for Integrated IS-IS on this system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisCirc(3) hh3cIsisCircTable(1) 1 }

.1.3.6.1.4.1.25506.2.59.1.3.1.1.1
hh3cIsisCircIndex OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
  -- TEXTUAL CONVENTION IndexInteger
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index used to uniquely identify this circuit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisCirc(3) hh3cIsisCircTable(1) hh3cIsisCircEntry(1) 1 }

.1.3.6.1.4.1.25506.2.59.1.3.1.1.2
hh3cIsisCircIfIndex OBJECT-TYPE
  -- FROM	HH3C-ISIS-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of ifIndex for the interface to which this
             circuit corresponds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIsis(59) hh3cIsisObjects(1) hh3cIsisCirc(3) hh3cIsisCircTable(1) hh3cIsisCircEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60
hh3cRpr OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 60 }

.1.3.6.1.4.1.25506.2.60.1
hh3cRprObjects OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) 1 }

.1.3.6.1.4.1.25506.2.60.1.1
hh3cRprMaxmumDefine OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.1.1
hh3cRprMaxmumDefineTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the specs of RPR ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMaxmumDefine(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.1.1.1
hh3cRprMaxmumDefineEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprMaxMumIfIndex }
  DESCRIPTION	"The entry of RPR Maximum Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMaxmumDefine(1) hh3cRprMaxmumDefineTable(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.1.1.1.1
hh3cRprMaxMumIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMaxmumDefine(1) hh3cRprMaxmumDefineTable(1) hh3cRprMaxmumDefineEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.1.1.1.2
hh3cRprMaxStationNumDefine OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max station number supported by RPR ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMaxmumDefine(1) hh3cRprMaxmumDefineTable(1) hh3cRprMaxmumDefineEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.1.1.1.3
hh3cRprMaxReservedRateDefine OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max reserved rate supported by each RPR ringlet.
             An estimate of the interface's current bandwidth in
             units of 1,000,000 bits per second.  If this object
             reports a value of 'n' then the speed of the interface
             is somewhere in the range of 'n-500,000' to
             'n+499,999'.  For interfaces which do not vary in
             bandwidth or for those where no accurate estimation
             can be made, this object should contain the nominal
             bandwidth.  For a sub-layer which has no concept of
             bandwidth, this object should be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMaxmumDefine(1) hh3cRprMaxmumDefineTable(1) hh3cRprMaxmumDefineEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.2
hh3cRprTopoImage OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.2.1
hh3cRprTopoImageXTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains additional objects
             for the rprTopoImageTable in IEEE-802DOT17-RPR-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTopoImage(2) 1 }

.1.3.6.1.4.1.25506.2.60.1.2.1.1
hh3cRprTopoImageXEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ rprTopoImageEntry }
  DESCRIPTION	"Each entry contains information specific to a particular
             station on the ring. The table has at least one entry for
             the station itself, this entry indicates zero hops on each
             ringlet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTopoImage(2) hh3cRprTopoImageXTable(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.2.1.1.3
hh3cRprTopoImageXWestEdgeStatus OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current edge status of the west span.
             If an edge exists,the hh3cRprTopoImageXWestEdgeStatus is true.
             Otherwise, the hh3cRprTopoImageXWestEdgeStatus is false."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTopoImage(2) hh3cRprTopoImageXTable(1) hh3cRprTopoImageXEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.2.1.1.4
hh3cRprTopoImageXEastEdgeStatus OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current edge status of the east span.
             If an edge exists, the hh3cRprTopoImageXEastEdgeStatus is true.
             Otherwise, the hh3cRprTopoImageXEastEdgeStatus is false."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTopoImage(2) hh3cRprTopoImageXTable(1) hh3cRprTopoImageXEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.2.1.1.5
hh3cRprTopoImageXStationName OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The operator assigned station name. The operator can assigned it
             by hh3cRprTopoImageXStationName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTopoImage(2) hh3cRprTopoImageXTable(1) hh3cRprTopoImageXEntry(1) 5 }

.1.3.6.1.4.1.25506.2.60.1.3
hh3cRprSpanCounters OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.3.1
hh3cRprSrcMacCountTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Source Mac Count Table contains the cumulative sum
             of frames and octects from the particular source station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) 1 }

.1.3.6.1.4.1.25506.2.60.1.3.1.1
hh3cRprSrcMacCountEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprSrcMacCountIfIndex, hh3cRprSrcMacCountBySrcAddress }
  DESCRIPTION	"An entry in the RPR Source Mac Count Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprSrcMacCountTable(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.3.1.1.1
hh3cRprSrcMacCountIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprSrcMacCountTable(1) hh3cRprSrcMacCountEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.3.1.1.2
hh3cRprSrcMacCountBySrcAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address of the source station where the frames come from."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprSrcMacCountTable(1) hh3cRprSrcMacCountEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.3.1.1.3
hh3cRprSrcMacCountReceivedFrames OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Frames received from a particular MAC address of source station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprSrcMacCountTable(1) hh3cRprSrcMacCountEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.3.1.1.4
hh3cRprSrcMacCountReceivedOctets OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Octets received from a particular MAC address of source station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprSrcMacCountTable(1) hh3cRprSrcMacCountEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.3.2
hh3cRprDestMacCountTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Destination MAC Count Table contains the cumulative sum
             of  frames and octects to the particular destination station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) 2 }

.1.3.6.1.4.1.25506.2.60.1.3.2.1
hh3cRprDestMacCountEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprDestMacCountIfIndex, hh3cRprDestMacCountByDestAddress }
  DESCRIPTION	"An entry in the RPR MAC Destination Count Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprDestMacCountTable(2) 1 }

.1.3.6.1.4.1.25506.2.60.1.3.2.1.1
hh3cRprDestMacCountIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprDestMacCountTable(2) hh3cRprDestMacCountEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.3.2.1.2
hh3cRprDestMacCountByDestAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address of the destination station where the frames are sent
             to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprDestMacCountTable(2) hh3cRprDestMacCountEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.3.2.1.3
hh3cRprDestMacCountReceivedFrames OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Frames sent to a particular MAC address of destination station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprDestMacCountTable(2) hh3cRprDestMacCountEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.3.2.1.4
hh3cRprDestMacCountReceivedOctets OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Octets sent to a particular MAC address of destination station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprDestMacCountTable(2) hh3cRprDestMacCountEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.3.3
hh3cRprPktDropCountTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Packet Drop Count Table contains the cumulative sum
             of packets dropped for congestion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) 3 }

.1.3.6.1.4.1.25506.2.60.1.3.3.1
hh3cRprPktDropCountEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprPktDropCntIfIndex, hh3cRprPktDropCntRingletID }
  DESCRIPTION	"An entry in the RPR Packet Drop Count Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprPktDropCountTable(3) 1 }

.1.3.6.1.4.1.25506.2.60.1.3.3.1.1
hh3cRprPktDropCntIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of this RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprPktDropCountTable(3) hh3cRprPktDropCountEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.3.3.1.2
hh3cRprPktDropCntRingletID OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Ringlet of the station through which the packets transmit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprPktDropCountTable(3) hh3cRprPktDropCountEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.3.3.1.3
hh3cRprDownFlowClassAPktDrops OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total dropped number of Class A packets which transmit
             down from the host."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprPktDropCountTable(3) hh3cRprPktDropCountEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.3.3.1.4
hh3cRprUpFlowClassAPktDrops OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total dropped number of Class A packets which transmit
             up to the host."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprPktDropCountTable(3) hh3cRprPktDropCountEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.3.3.1.5
hh3cRprDownFlowClassBPktDrops OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total dropped number of Class B packets which transmit
             down from the host."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprPktDropCountTable(3) hh3cRprPktDropCountEntry(1) 5 }

.1.3.6.1.4.1.25506.2.60.1.3.3.1.6
hh3cRprUpFlowClassBPktDrops OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total dropped number of Class B packets which transmit
             up to the host."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprPktDropCountTable(3) hh3cRprPktDropCountEntry(1) 6 }

.1.3.6.1.4.1.25506.2.60.1.3.3.1.7
hh3cRprDownFlowClassCPktDrops OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total dropped number of Class C packets which transmit
              down from the host."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprPktDropCountTable(3) hh3cRprPktDropCountEntry(1) 7 }

.1.3.6.1.4.1.25506.2.60.1.3.3.1.8
hh3cRprUpFlowClassCPktDrops OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total dropped number of Class C packets which transmit
              up to the host."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprSpanCounters(3) hh3cRprPktDropCountTable(3) hh3cRprPktDropCountEntry(1) 8 }

.1.3.6.1.4.1.25506.2.60.1.4
hh3cRprRS OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.4.1
hh3cRprStaticRSTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Static Ring Selection table contains the static
             ring selection information by the way of configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.1.1
hh3cRprStaticRSEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprStaticRSIfIndex, hh3cRprStaticRSMacAddress }
  DESCRIPTION	"An entry in the RPR Static Ring Selection table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprStaticRSTable(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.1.1.1
hh3cRprStaticRSIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprStaticRSTable(1) hh3cRprStaticRSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.1.1.2
hh3cRprStaticRSMacAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address of the station on the ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprStaticRSTable(1) hh3cRprStaticRSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.4.1.1.3
hh3cRprStaticRSRingletID OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The identifier of the ring which frames are sent
             from one station to another. Ringlet0 refers to outer ring,
             while ringlet1 does inner."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprStaticRSTable(1) hh3cRprStaticRSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.4.1.1.4
hh3cRprStaticRSTtl OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hops from source station to destination station by the
             selected ringlet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprStaticRSTable(1) hh3cRprStaticRSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.4.1.1.5
hh3cRprStaticRSValid OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The flag identify whether the configed ringlet is valid.
             If it is true, the configed ringlet is valid, otherwise
             it's invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprStaticRSTable(1) hh3cRprStaticRSEntry(1) 5 }

.1.3.6.1.4.1.25506.2.60.1.4.1.1.6
hh3cRprStaticRSRowStatus OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry.
             The status includes createAndGo, active and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprStaticRSTable(1) hh3cRprStaticRSEntry(1) 6 }

.1.3.6.1.4.1.25506.2.60.1.4.2
hh3cRprIpv4DynamicRSTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Ipv4Dynamic Ring Selection Table that contains the
             dynamic ring selection information by shortest path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) 2 }

.1.3.6.1.4.1.25506.2.60.1.4.2.1
hh3cRprIpv4DynamicRSEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprIpv4DynamicRSIfIndex, hh3cRprIpv4DynamicRSMacAddress }
  DESCRIPTION	"An entry in the RPR Ipv4Dynamic Ring Selection Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4DynamicRSTable(2) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.2.1.1
hh3cRprIpv4DynamicRSIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4DynamicRSTable(2) hh3cRprIpv4DynamicRSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.2.1.2
hh3cRprIpv4DynamicRSMacAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Ipv4 MAC address of destination station on the ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4DynamicRSTable(2) hh3cRprIpv4DynamicRSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.4.2.1.3
hh3cRprIpv4DynamicRSRingletID OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier of the ring which frames are sent
             from the source station to the destination station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4DynamicRSTable(2) hh3cRprIpv4DynamicRSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.4.2.1.4
hh3cRprIpv4DynamicRSTtl OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hops from source station to destination station by the
             selected ringlet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4DynamicRSTable(2) hh3cRprIpv4DynamicRSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.4.3
hh3cRprIpv6DynamicRSTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Ipv6 Dynamic Ring Selection Table that contains the Ipv6
             ring selection information by dynamic ring selection and static
             ring selection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) 3 }

.1.3.6.1.4.1.25506.2.60.1.4.3.1
hh3cRprIpv6DynamicRSEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprIpv6DynamicRSIfIndex, hh3cRprIpv6DynamicRSMacAddress }
  DESCRIPTION	"An entry in the RPR Ipv6 Ring Selection Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv6DynamicRSTable(3) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.3.1.1
hh3cRprIpv6DynamicRSIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv6DynamicRSTable(3) hh3cRprIpv6DynamicRSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.3.1.2
hh3cRprIpv6DynamicRSMacAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Ipv6 MAC address of the destination station on the ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv6DynamicRSTable(3) hh3cRprIpv6DynamicRSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.4.3.1.3
hh3cRprIpv6DynamicRSRingletID OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier of the ring which frames are sent
             from the source station to the destination station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv6DynamicRSTable(3) hh3cRprIpv6DynamicRSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.4.3.1.4
hh3cRprIpv6DynamicRSTtl OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hops from source station to destination station by selected
             ringlet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv6DynamicRSTable(3) hh3cRprIpv6DynamicRSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.4.4
hh3cRprIpv4OverallRSTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Ipv4 Overall Ring Selection Table that contains the
             overall and active  ring selection infomation by dynamic ring
             selection and static ring selection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) 4 }

.1.3.6.1.4.1.25506.2.60.1.4.4.1
hh3cRprIpv4OverallRSEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprIpv4OverallRSIfIndex, hh3cRprIpv4OverallRSMacAddress }
  DESCRIPTION	"An entry in the RPR Overall Ring Selection Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4OverallRSTable(4) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.4.1.1
hh3cRprIpv4OverallRSIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4OverallRSTable(4) hh3cRprIpv4OverallRSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.4.1.2
hh3cRprIpv4OverallRSMacAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address of the destination station on the ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4OverallRSTable(4) hh3cRprIpv4OverallRSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.4.4.1.3
hh3cRprIpv4OverallRSType OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ring selection item type indicates static or dynamic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4OverallRSTable(4) hh3cRprIpv4OverallRSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.4.4.1.4
hh3cRprIpv4OverallRSRingletID OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier of the ring which frames are sent
             from the source station to the destination station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4OverallRSTable(4) hh3cRprIpv4OverallRSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.4.4.1.5
hh3cRprIpv4OverallRSTtl OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hops from source station to destination station  by
             selected ringlet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprIpv4OverallRSTable(4) hh3cRprIpv4OverallRSEntry(1) 5 }

.1.3.6.1.4.1.25506.2.60.1.4.5
hh3cRprVrrpRSTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR VRRP Ring Selection Table that contains the ring
             selection information when the vrrp group is configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) 5 }

.1.3.6.1.4.1.25506.2.60.1.4.5.1
hh3cRprVrrpRSEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprVrrpRSIfIndex, hh3cRprVrrpRSVirtualMacAddress }
  DESCRIPTION	"An entry in the RPR VRRP Ring Selection Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprVrrpRSTable(5) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.5.1.1
hh3cRprVrrpRSIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprVrrpRSTable(5) hh3cRprVrrpRSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.5.1.2
hh3cRprVrrpRSVirtualMacAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The virtual MAC address of the staion in VRRP group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprVrrpRSTable(5) hh3cRprVrrpRSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.4.5.1.3
hh3cRprVrrpRSMacAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address of the station that is  the master in VRRP group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprVrrpRSTable(5) hh3cRprVrrpRSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.4.5.1.4
hh3cRprVrrpRSRingletID OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier of the ring which frames are sent
             from the source station to the destination station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprVrrpRSTable(5) hh3cRprVrrpRSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.4.5.1.5
hh3cRprVrrpRSTtl OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hops from source station to destination station by
             selected ringlet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprVrrpRSTable(5) hh3cRprVrrpRSEntry(1) 5 }

.1.3.6.1.4.1.25506.2.60.1.4.6
hh3cRprDefaultRingIDTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Default RingID Table specify the default ringID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) 6 }

.1.3.6.1.4.1.25506.2.60.1.4.6.1
hh3cRprDefaultRingIDEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprDefaultRingIDIfIndex }
  DESCRIPTION	"An entry in the RPR Default RingID Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprDefaultRingIDTable(6) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.6.1.1
hh3cRprDefaultRingIDIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprDefaultRingIDTable(6) hh3cRprDefaultRingIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.4.6.1.2
hh3cRprDefaultConfigRingletID OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The default identifier of the ring configured by user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprDefaultRingIDTable(6) hh3cRprDefaultRingIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.4.6.1.3
hh3cRprDefaultActiveRingID OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier of the default ring which is active currently.
             The default ring configured by user may be inactive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRS(4) hh3cRprDefaultRingIDTable(6) hh3cRprDefaultRingIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.5
hh3cRprDefect OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 5 }

.1.3.6.1.4.1.25506.2.60.1.5.1
hh3cRprDefectReportTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Defect Report Table that contains the trap information on
             the ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprDefect(5) 1 }

.1.3.6.1.4.1.25506.2.60.1.5.1.1
hh3cRprDefectReportEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprDefectIfIndex }
  DESCRIPTION	"An entry in the RPR Defect Report Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprDefect(5) hh3cRprDefectReportTable(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.5.1.1.1
hh3cRprDefectIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprDefect(5) hh3cRprDefectReportTable(1) hh3cRprDefectReportEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.5.1.1.2
hh3cRprDefectCurrentStatus OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	BITS {topologyOpenRing(0), topoInstability(1), topoInconsistent(2), dulpMacAddress(3), dulpIPAddress(4), lrttDefect(5), protCfgDefect(6), jumboCfgDefect(7), excessReservedRateDefect(8), excessMaxStationNum(9), miscabling(10), backPressure(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the current status of RPR ring.
             This attribute is used to notify the management system that
             alarms generate or clear about some RPR ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprDefect(5) hh3cRprDefectReportTable(1) hh3cRprDefectReportEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.6
hh3cRprPriorityMap OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 6 }

.1.3.6.1.4.1.25506.2.60.1.6.1
hh3cRprPriority2ClassMapTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Table is for Class Of Service and RPR Service Class Mapping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprPriorityMap(6) 1 }

.1.3.6.1.4.1.25506.2.60.1.6.1.1
hh3cRprPriority2ClassMapEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprPriority2ClassMapIfIndex, hh3cRprPriority2ClassMapType, hh3cRprPriorityValue }
  DESCRIPTION	"An entry in the COS to Service Class Map Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprPriorityMap(6) hh3cRprPriority2ClassMapTable(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.6.1.1.1
hh3cRprPriority2ClassMapIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprPriorityMap(6) hh3cRprPriority2ClassMapTable(1) hh3cRprPriority2ClassMapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.6.1.1.2
hh3cRprPriority2ClassMapType OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER {tag(1), mpls(2), ip(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of Priority,include tag, mpls, ip."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprPriorityMap(6) hh3cRprPriority2ClassMapTable(1) hh3cRprPriority2ClassMapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.6.1.1.3
hh3cRprPriorityValue OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER {pri0(1), pri1(2), pri2(3), pri3(4), pri4(5), pri5(6), pri6(7), pri7(8)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The priority of tag,mpls and ip, the value range is 0~7."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprPriorityMap(6) hh3cRprPriority2ClassMapTable(1) hh3cRprPriority2ClassMapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.6.1.1.4
hh3cRprPriority2ClassMap OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprServiceClass
  SYNTAX	INTEGER {classC(1), classB(2), classA1(3), classA0(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The RPR service class."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprPriorityMap(6) hh3cRprPriority2ClassMapTable(1) hh3cRprPriority2ClassMapEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.7
hh3cRprRateLimitConfig OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 7 }

.1.3.6.1.4.1.25506.2.60.1.7.1
hh3cRprRateLimitConfigTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Rate Limit Configuration Table that contains the rate
             limit infomation of RPR serviec class."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRateLimitConfig(7) 1 }

.1.3.6.1.4.1.25506.2.60.1.7.1.1
hh3cRprRateLimitConfigEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprRateLimitConfigIfIndex, hh3cRprRateLimitConfigRingletId, hh3cRprRateLimitConfigServiceClass }
  DESCRIPTION	"An entry in the RPR Rate Limit Configuration Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRateLimitConfig(7) hh3cRprRateLimitConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.7.1.1.1
hh3cRprRateLimitConfigIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRateLimitConfig(7) hh3cRprRateLimitConfigTable(1) hh3cRprRateLimitConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.7.1.1.2
hh3cRprRateLimitConfigRingletId OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identifier of the ring of RPR ringlet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRateLimitConfig(7) hh3cRprRateLimitConfigTable(1) hh3cRprRateLimitConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.7.1.1.3
hh3cRprRateLimitConfigServiceClass OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprServiceClass
  SYNTAX	INTEGER {classC(1), classB(2), classA1(3), classA0(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR service class."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRateLimitConfig(7) hh3cRprRateLimitConfigTable(1) hh3cRprRateLimitConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.7.1.1.4
hh3cRprRateLimitConfigValue OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of rate-limit that configured for diffrent service class.
             The unit is permillage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprRateLimitConfig(7) hh3cRprRateLimitConfigTable(1) hh3cRprRateLimitConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.8
hh3cRprMacAddrLearn OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 8 }

.1.3.6.1.4.1.25506.2.60.1.8.1
hh3cRprMacLearnCfgTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR MAC Address Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) 1 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1
hh3cRprMacLearnCfgEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprMacLearnIfIndex, hh3cRprMacLearnRprMac }
  DESCRIPTION	"The entry of RPR MAC Address Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1.1
hh3cRprMacLearnIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) hh3cRprMacLearnCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1.2
hh3cRprMacLearnRprMac OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address of the RPR station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) hh3cRprMacLearnCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1.3
hh3cRprMacLearnType OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of MAC address item that the user built. The type
             includes static and dynamic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) hh3cRprMacLearnCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1.4
hh3cRprMacLearnDestMac OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination of MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) hh3cRprMacLearnCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1.5
hh3cRprMacLearnVlanId OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The vlan ID that the MAC address learned from by RPR staion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) hh3cRprMacLearnCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1.6
hh3cRprMacLearnRinglet OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The identifier of the ring which frames are sent
             from the source station to the destination station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) hh3cRprMacLearnCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1.7
hh3cRprMacLearnTtl OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hops from source station to destination station on the
             selected ringlet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) hh3cRprMacLearnCfgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1.8
hh3cRprMacLearnIsValid OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The flag identify whether the configured mac address is valid.
             If it is true, the configured mac address is valid,
             otherwise it's invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) hh3cRprMacLearnCfgEntry(1) 8 }

.1.3.6.1.4.1.25506.2.60.1.8.1.1.9
hh3cRprMacLearnRowStatus OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry.
             The status includes createAndGo, active and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprMacAddrLearn(8) hh3cRprMacLearnCfgTable(1) hh3cRprMacLearnCfgEntry(1) 9 }

.1.3.6.1.4.1.25506.2.60.1.9
hh3cRprTrapVar OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 9 }

.1.3.6.1.4.1.25506.2.60.1.9.1
hh3cRprTrapVarTable OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The RPR Defect Report Table that contains varible that
             used to bind in trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrapVar(9) 1 }

.1.3.6.1.4.1.25506.2.60.1.9.1.1
hh3cRprTrapVarEntry OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRprTrapIfIndex }
  DESCRIPTION	"An entry in the RPR Trap Var Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrapVar(9) hh3cRprTrapVarTable(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.9.1.1.1
hh3cRprTrapIfIndex OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ifIndex of RPR interface. It is only used for trap to bind."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrapVar(9) hh3cRprTrapVarTable(1) hh3cRprTrapVarEntry(1) 1 }

.1.3.6.1.4.1.25506.2.60.1.9.1.1.2
hh3cRprTrapRinglet OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION Hh3cRprRingletID
  SYNTAX	INTEGER {ringlet0(1), ringlet1(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The span of RPR station. It is only used for trap to bind."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrapVar(9) hh3cRprTrapVarTable(1) hh3cRprTrapVarEntry(1) 2 }

.1.3.6.1.4.1.25506.2.60.1.9.1.1.3
hh3cRprTrapTopoMacAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The MAC address of RPR station. It is only used for trap to bind."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrapVar(9) hh3cRprTrapVarTable(1) hh3cRprTrapVarEntry(1) 3 }

.1.3.6.1.4.1.25506.2.60.1.9.1.1.4
hh3cRprTrapIpAddress OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP address of RPR station. It is only used for trap to bind."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrapVar(9) hh3cRprTrapVarTable(1) hh3cRprTrapVarEntry(1) 4 }

.1.3.6.1.4.1.25506.2.60.1.10
hh3cRprTrap OBJECT-TYPE
  -- FROM	HH3C-RPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) 10 }

.1.3.6.1.4.1.25506.2.60.1.10.1
hh3cRprTopologyOpenRing NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex, hh3cRprTrapRinglet }
  DESCRIPTION	"The topology openRing trap indicates that the RPR ring is opened."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 1 }

.1.3.6.1.4.1.25506.2.60.1.10.2
hh3cRprTopologyCloseRing NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex, hh3cRprTrapRinglet }
  DESCRIPTION	"The topology openRing trap indicates that the RPR ring is closed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 2 }

.1.3.6.1.4.1.25506.2.60.1.10.3
hh3cRprTopologyInconsistent NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex }
  DESCRIPTION	"The topology inconsistent trap indicates that the topology of
             RPR is inconsistent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 3 }

.1.3.6.1.4.1.25506.2.60.1.10.4
hh3cRprTopologyInstability NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex }
  DESCRIPTION	"The topology instability trap indicates that the topology of
             RPR is instability."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 4 }

.1.3.6.1.4.1.25506.2.60.1.10.5
hh3cRprDuplicateMacAddress NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex, hh3cRprTrapTopoMacAddress }
  DESCRIPTION	"The duplicate MAC address trap indicates that the mac address
             of the station on the ring is dulplicate. That means there is the
             same MAC address between two stations on the ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 5 }

.1.3.6.1.4.1.25506.2.60.1.10.6
hh3cRprDulplicateIPAddress NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex, hh3cRprTrapIpAddress }
  DESCRIPTION	"The dulplicate IP address trap indicates that the IP address of
             the station on the ring is dulplicate. That means there is the same
             IP address between two stations on the ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 6 }

.1.3.6.1.4.1.25506.2.60.1.10.7
hh3cRprIncompleteLRTT NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex }
  DESCRIPTION	"The incomplete LRTT trap indicates that LRTT is not completed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 7 }

.1.3.6.1.4.1.25506.2.60.1.10.8
hh3cRprProtecConfigInconsistent NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex }
  DESCRIPTION	"The protection configuration inconsistent trap indicates that
             the configuration of protection mode on the ring is inconsistent.
             That is one station is configured steer mode while the other is
             configured wrap mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 8 }

.1.3.6.1.4.1.25506.2.60.1.10.9
hh3cRprJumboConfigInconsistent NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex }
  DESCRIPTION	"The jumbo configuration inconsistent trap indicates that the
             configuration of jumbo mode on the ring is inconsistent.
             That is one station supports jumbo frame while the other
             doesn't support jumbo frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 9 }

.1.3.6.1.4.1.25506.2.60.1.10.10
hh3cRprExceedMaxReservRate NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex, hh3cRprTrapRinglet }
  DESCRIPTION	"The exceeded max reserved rate trap indicates that the rate
             on the ringlet exceeded the max reserved rate. The operator can
             configure reserved rate for every station, but the sum of all
             stations' reserved rate of each RPR ringlet can't exceed maximum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 10 }

.1.3.6.1.4.1.25506.2.60.1.10.11
hh3cRprExceedMaxStationNum NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex }
  DESCRIPTION	"The exceeded max station number trap indicates that the number
             of the stations on the ring exceeded the max station number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 11 }

.1.3.6.1.4.1.25506.2.60.1.10.12
hh3cRprMiscabling NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex, hh3cRprTrapRinglet }
  DESCRIPTION	"The miscabling trap indicates that the miscabling event occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 12 }

.1.3.6.1.4.1.25506.2.60.1.10.13
hh3cRprBackPressure NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex, hh3cRprTrapRinglet, hh3cRprPriority2ClassMap }
  DESCRIPTION	"The back pressure trap indicates that the backpressure is generated
             on the ringlet. That is the data flow on the ringlet exceeded
             the range of rate-limit configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 13 }

.1.3.6.1.4.1.25506.2.60.1.10.14
hh3cRprBackPressureOver NOTIFICATION-TYPE
  -- FROM	HH3C-RPR-MIB
  OBJECTS	{ hh3cRprTrapIfIndex, hh3cRprTrapRinglet, hh3cRprPriority2ClassMap }
  DESCRIPTION	"The back pressure over trap indicates that the backpressure is
             disappeared on the ringlet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRpr(60) hh3cRprObjects(1) hh3cRprTrap(10) 14 }

.1.3.6.1.4.1.25506.2.61
hh3cSubnetVlan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SUBNET-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 61 }

.1.3.6.1.4.1.25506.2.61.1
hh3cSubnetVlanObjects OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) 1 }

.1.3.6.1.4.1.25506.2.61.1.1
hh3cSubnetVlanScalarObjects OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) 1 }

.1.3.6.1.4.1.25506.2.61.1.1.1
hh3cSubnetNumAllVlan OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of subnets that can be configured on all VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.61.1.1.2
hh3cSubnetNumPerVlan OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of subnets that can be configured on each VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.61.1.1.3
hh3cSubnetNumAllPort OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of subnets that can be applied to all ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanScalarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.61.1.1.4
hh3cSubnetNumPerPort OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of subnets that can be applied to each port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanScalarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.61.1.2
hh3cSubnetVlanTable OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Subnet-based VLAN configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) 2 }

.1.3.6.1.4.1.25506.2.61.1.2.1
hh3cSubnetVlanEntry OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSubnetVlanVlanId, hh3cSubnetVlanSubnetIndex }
  DESCRIPTION	"Subnet-based VLAN configuration entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanTable(2) 1 }

.1.3.6.1.4.1.25506.2.61.1.2.1.1
hh3cSubnetVlanVlanId OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Vlan id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanTable(2) hh3cSubnetVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.61.1.2.1.2
hh3cSubnetVlanSubnetIndex OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The subnet index value of a row in this table is from zero to
         the value of hh3cSubnetNumPerVlan subtracting one."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanTable(2) hh3cSubnetVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.61.1.2.1.3
hh3cSubnetVlanVlanIpAddressType OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"There are two kinds of ip address supported by VLAN.
         One is IPv4, which is 32 bits.
         The other is IPv6, which is 128 bits."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanTable(2) hh3cSubnetVlanEntry(1) 3 }

.1.3.6.1.4.1.25506.2.61.1.2.1.4
hh3cSubnetVlanIpAddressValue OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ip address of the configured subnet on VLAN, which can be an IPv4
        or IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanTable(2) hh3cSubnetVlanEntry(1) 4 }

.1.3.6.1.4.1.25506.2.61.1.2.1.5
hh3cSubnetVlanNetMaskValue OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The net mask of the configured subnet on VLAN, which can be an IPv4 or
        IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanTable(2) hh3cSubnetVlanEntry(1) 5 }

.1.3.6.1.4.1.25506.2.61.1.2.1.6
hh3cSubnetVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanTable(2) hh3cSubnetVlanEntry(1) 6 }

.1.3.6.1.4.1.25506.2.61.1.3
hh3cSubnetVlanPortCreateTable OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Subnet-based VLAN port table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) 3 }

.1.3.6.1.4.1.25506.2.61.1.3.1
hh3cSubnetVlanPortCreateEntry OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSubnetVlanPortCreateIndex, hh3cSubnetVlanPortCreateVlanId }
  DESCRIPTION	"Subnet-based VLAN port creation entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanPortCreateTable(3) 1 }

.1.3.6.1.4.1.25506.2.61.1.3.1.1
hh3cSubnetVlanPortCreateIndex OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The port index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanPortCreateTable(3) hh3cSubnetVlanPortCreateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.61.1.3.1.2
hh3cSubnetVlanPortCreateVlanId OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The subnet-based VLAN id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanPortCreateTable(3) hh3cSubnetVlanPortCreateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.61.1.3.1.3
hh3cSubnetVlanPortInfoVlanId OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value is the same as the value of hh3cSubnetVlanPortCreateVlanId index.
         All of the subnet information in this port,
         is described on vlan, whose VLAN id is the value of hh3cSubnetVlanPortInfoVlanId.
         The VLAN id of vlan including subnet information can be obtained here.
         The subnet information can be obtained in the hh3cSubnetVlanTable above."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanPortCreateTable(3) hh3cSubnetVlanPortCreateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.61.1.3.1.4
hh3cSubnetVlanPortRowStatus OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanPortCreateTable(3) hh3cSubnetVlanPortCreateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.61.1.3.1.5
hh3cSubnetVlanPortStatus OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The subnet VLAN status on the port.  The value is active only
        when hh3cSubnetVlanPortCreateVlanId has the corresponding entry in
        hh3cSubnetVlanTable, the port link type is hybrid, and the VLAN is
        allowed by the port.

        active:   subnet VLAN has been applied on the port.
        inactive: subnet VLAN is not applied on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanObjects(1) hh3cSubnetVlanPortCreateTable(3) hh3cSubnetVlanPortCreateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.61.2
hh3cSubnetVlanConformance OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) 2 }

.1.3.6.1.4.1.25506.2.61.2.1
hh3cSubnetVlanCompliances OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanConformance(2) 1 }

.1.3.6.1.4.1.25506.2.61.2.1.1
hh3cSubnetVlanCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-SUBNET-VLAN-MIB
  DESCRIPTION	"The compliance statement for subnet VLAN MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanConformance(2) hh3cSubnetVlanCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.61.2.2
hh3cSubnetVlanGroups OBJECT-TYPE
  -- FROM	HH3C-SUBNET-VLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanConformance(2) 2 }

.1.3.6.1.4.1.25506.2.61.2.2.1
hh3cSubnetVlanScalarObjectGroup OBJECT-GROUP
  -- FROM	HH3C-SUBNET-VLAN-MIB
  DESCRIPTION	"A group of scalar objects describing the maximum number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanConformance(2) hh3cSubnetVlanGroups(2) 1 }

.1.3.6.1.4.1.25506.2.61.2.2.2
hh3cSubnetVlanSubnetGroup OBJECT-GROUP
  -- FROM	HH3C-SUBNET-VLAN-MIB
  DESCRIPTION	"A group of subnet VLAN subnets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanConformance(2) hh3cSubnetVlanGroups(2) 2 }

.1.3.6.1.4.1.25506.2.61.2.2.3
hh3cSubnetVlanPortCreateGroup OBJECT-GROUP
  -- FROM	HH3C-SUBNET-VLAN-MIB
  DESCRIPTION	"A group of subnet VLAN port creation table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSubnetVlan(61) hh3cSubnetVlanConformance(2) hh3cSubnetVlanGroups(2) 3 }

.1.3.6.1.4.1.25506.2.62
hh3cDlswExt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 62 }

.1.3.6.1.4.1.25506.2.62.1
hh3cDlswExtMIBObjects OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) 1 }

.1.3.6.1.4.1.25506.2.62.1.1
hh3cdeNode OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.1.1
hh3cdeNodeVendorID OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value identifies the manufacturer's IEEE-assigned
        Organizationally Unique Identifier (OUI) of this DLSw.
        This information is reported in DLSw Capabilities
        Exchange."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.1.2
hh3cdeNodeIpAddrType OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of ip address: IPv4 or IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.1.3
hh3cdeNodeLocalAddr OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Local peer ip address. This ip address must have been
        configured for a port on the router. If no local peer
        ip address is configured, then this object will be the
        empty string."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.1.4
hh3cdeNodePriority OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..5 | 65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Peer priority advertised to remote peers in the DLSw Capabilities
        Exchange. If an end station can reach through more
        than one peer, the priority of each peer will be considered when
        a circuit is established.
        A lower priority indicates that peer will be the
        preferred choice if there are more than one path to the
        destination. A value of 65535 indicates the value is meaningless."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.1.5
hh3cdeNodeInitPacingWindow OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..2000 | 65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Initial pacing window size. This is the starting size of the
        pacing window. DLSw uses an adaptive pacing flow control
        algorithm that automatically adjusts to congestion levels in
        the network. Pacing windows are used to control how many packets
        may be sent to a peer before acknowlegement.
        A value of 65535 indicates the value is meaningless."
  DEFVAL	{ 40 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 5 }

.1.3.6.1.4.1.25506.2.62.1.1.6
hh3cdeNodeMaxPacingWindow OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..2000 | 65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum pacing window size. This is the largest size that
        the pacing window will grow to. DLSw uses an adaptive pacing
        flow control algorithm that automatically adjusts to congestion
        levels in the network. Pacing windows are used to control
        how many packets may be sent to a peer before acknowlegement."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 6 }

.1.3.6.1.4.1.25506.2.62.1.1.7
hh3cdeNodeKeepAliveInterval OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (0..2000 | 65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Default remote peer keepalive interval in seconds.
        The keepalive parameter refers to how often DLSw peers
        send peer keep alives to each other. These periodic messages
        allow DLSw to keep track of the state of all peers.
        If set to zero, no keepalives are sent.
        A value of 65535 indicates the value is meaningless."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 7 }

.1.3.6.1.4.1.25506.2.62.1.1.8
hh3cdeNodePermitDynamic OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {permitDynamic(1), forbidDynamic(2), unknown(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To accept connections from non-configured remote peer when
        permitDynamic is specified."
  DEFVAL	{ forbidDynamic }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 8 }

.1.3.6.1.4.1.25506.2.62.1.1.9
hh3cdeNodeConnTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define connected state timer."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 9 }

.1.3.6.1.4.1.25506.2.62.1.1.10
hh3cdeNodeLocalPendTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define connected state timer."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 10 }

.1.3.6.1.4.1.25506.2.62.1.1.11
hh3cdeNodeRemotePendTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define connected state timer."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 11 }

.1.3.6.1.4.1.25506.2.62.1.1.12
hh3cdeNodeSnaCacheTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define connected state timer."
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 12 }

.1.3.6.1.4.1.25506.2.62.1.1.13
hh3cdeNodeExplorerTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define explorer timer."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 13 }

.1.3.6.1.4.1.25506.2.62.1.1.14
hh3cdeNodeExplorerWaitTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define explorer waiting timer."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 14 }

.1.3.6.1.4.1.25506.2.62.1.1.15
hh3cdeNodeConfigSapList OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The SAP list indicates which SAPs are allowed.
        Only SAPs with even numbers are represented,
        in the form of the most significant bit of the first
        octet representing the SAP 0, the next most significant
        bit representing the SAP 2, to the least significant
        bit of the last octet representing the SAP 254. Data
        link switching is allowed for those SAPs which have
        one in its corresponding bit, not allowed otherwise.
        The whole SAP list has to be changed together. Changing
        the SAP list affects only new circuit establishments
        and has no effect on established circuits.

        This list can be used to restrict specific partners
        from knowing about all the SAPs used by DLSw on all its
        interfaces (these are represented in hh3cdeIfSapList for
        each interface). For instance, one may want to run NetBIOS
        with some partners but not others.

        If a node supports sending run-time capabilities exchange
        messages, changes to this object should cause that action.
        When to start the run-time capabilities exchange is
        implementation-specific.

        The DEFVAL below indicates support for SAPs 0, 2, 4, 6, 8, A, C and E."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 15 }

.1.3.6.1.4.1.25506.2.62.1.1.16
hh3cdeNodeMaxTransmission OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum retry times for TCP packet.
        Default value is 5."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 16 }

.1.3.6.1.4.1.25506.2.62.1.1.17
hh3cdeNodeMulticastStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Multicast support status. It is disabled by default."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 17 }

.1.3.6.1.4.1.25506.2.62.1.1.18
hh3cdeNodeMulticastAddress OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Multicast address. Default is 224.0.10.0.
        When the hh3cdeNodeMulticastStatus is disabled,
        the multicast address is reset to 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 18 }

.1.3.6.1.4.1.25506.2.62.1.1.19
hh3cdeNodeResetTcpAll OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset all TCP circuit switch.
        Any return value is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 19 }

.1.3.6.1.4.1.25506.2.62.1.1.20
hh3cdeNodeStCapTcpNum OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Tcp number reported in DLSw Capabilities Exchange."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 20 }

.1.3.6.1.4.1.25506.2.62.1.1.21
hh3cdeNodeTcpQueueMax OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max length of TCP queue."
  DEFVAL	{ 200 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeNode(1) 21 }

.1.3.6.1.4.1.25506.2.62.1.2
hh3cdeTConn OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.2.1
hh3cdeTConnConfigTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the peer transport connections
        that will be initiated or accepted by this DLSw.

        This table augments dlswTConnConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) 1 }

.1.3.6.1.4.1.25506.2.62.1.2.1.1
hh3cdeTConnConfigEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dlswTConnConfigEntry }
  DESCRIPTION	"A list of objects that define specific configuration for
        a DLSw peer transport connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.2.1.1.1
hh3cdeTConnConfigVersion OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value identifies which version (first octet) and release
        (second octet) of the DLSw standard is supported by this
        partner DLSw. This information is obtained from a DLSw
        Capabilities Exchange message received from the partner DLSw.
        A string of zero length is returned before a Capabilities
        Exchange message is received, or if one is never received.
        A conceptual row with a hh3cdeTConnOperState of 'connected' but
        a zero length partner version indicates that the partner is
        a non-standard DLSw partner.

        If an implementation chooses to keep hh3cdeTConnOperEntrys in
        the 'disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnConfigTable(1) hh3cdeTConnConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.2.1.1.2
hh3cdeTConnConfigPriority OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..5) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority for remote peer."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnConfigTable(1) hh3cdeTConnConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.2.1.1.3
hh3cdeTConnConfigLfSize OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION LFSize
  SYNTAX	INTEGER {lfs516(516), lfs635(635), lfs754(754), lfs873(873), lfs993(993), lfs1112(1112), lfs1231(1231), lfs1350(1350), lfs1470(1470), lfs1542(1542), lfs1615(1615), lfs1688(1688), lfs1761(1761), lfs1833(1833), lfs1906(1906), lfs1979(1979), lfs2052(2052), lfs2345(2345), lfs2638(2638), lfs2932(2932), lfs3225(3225), lfs3518(3518), lfs3812(3812), lfs4105(4105), lfs4399(4399), lfs4865(4865), lfs5331(5331), lfs5798(5798), lfs6264(6264), lfs6730(6730), lfs7197(7197), lfs7663(7663), lfs8130(8130), lfs8539(8539), lfs8949(8949), lfs9358(9358), lfs9768(9768), lfs10178(10178), lfs10587(10587), lfs10997(10997), lfs11407(11407), lfs12199(12199), lfs12992(12992), lfs13785(13785), lfs14578(14578), lfs15370(15370), lfs16163(16163), lfs16956(16956), lfs17749(17749), lfs20730(20730), lfs23711(23711), lfs26693(26693), lfs29674(29674), lfs32655(32655), lfs38618(38618), lfs41600(41600), lfs44591(44591), lfs47583(47583), lfs50575(50575), lfs53567(53567), lfs56559(56559), lfs59551(59551), lfs65535(65535)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The largest frame size."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnConfigTable(1) hh3cdeTConnConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.2.1.1.4
hh3cdeTConnConfigKeepaliveIntval OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..1200) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The keepalive interval value."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnConfigTable(1) hh3cdeTConnConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.2.1.1.5
hh3cdeTConnConfigBackup OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {yes(1), no(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The current remote peer is configured as the
        backup of another configured remote peer."
  DEFVAL	{ no }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnConfigTable(1) hh3cdeTConnConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.62.1.2.1.1.6
hh3cdeTConnConfigBackupTAddr OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It is the ip address of a configured remote peer of which
        the current remote peer is configrued as backup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnConfigTable(1) hh3cdeTConnConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.62.1.2.1.1.7
hh3cdeTConnConfigBackupLinger OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (0..1440) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Backup peer linger."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnConfigTable(1) hh3cdeTConnConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.62.1.2.2
hh3cdeTConnOperTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of peer transport connections.
        Each connected peer will create a conceptual row in the table.
        When the peer disconnects, the row will be deleted from the table.

        This table augments dlswTConnOperTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) 2 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1
hh3cdeTConnOperEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dlswTConnOperEntry }
  DESCRIPTION	"A list of objects that contain spefific operational
        information for a DLSw peer transport connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) 1 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1.1
hh3cdeTConnOperPeerType OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {configured(1), learningDynamic(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current remote peer is configured when the value is 'configured'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) hh3cdeTConnOperEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1.2
hh3cdeTConnOperVendorID OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value identifies the manufacturer's IEEE-assigned
        Organizationally Unique Identifier (OUI) of remote peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) hh3cdeTConnOperEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1.3
hh3cdeTConnOperVersionString OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Version information of remote peer. The length up to 512 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) hh3cdeTConnOperEntry(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1.4
hh3cdeTConnOperUpTime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in seconds) since this transport
        connection last entered the 'connected' state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) hh3cdeTConnOperEntry(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1.5
hh3cdeTConnOperMulticastAddress OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When remote peer supports DLSw2.0, this node identifies
        its multicast address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) hh3cdeTConnOperEntry(1) 5 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1.6
hh3cdeTConnOperStCapTcpNumber OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of tcp supported when capabilities exchanging."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) hh3cdeTConnOperEntry(1) 6 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1.7
hh3cdeTConnOperRecvPkts OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Switch-to-Switch Protocol (SSP) messages
        received on this tcp transport connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) hh3cdeTConnOperEntry(1) 7 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1.8
hh3cdeTConnOperSendPkts OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SSP messages
        sent on this tcp transport connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) hh3cdeTConnOperEntry(1) 8 }

.1.3.6.1.4.1.25506.2.62.1.2.2.1.9
hh3cdeTConnOperDropPkts OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SSP messages
        dropped on this tcp transport connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnOperTable(2) hh3cdeTConnOperEntry(1) 9 }

.1.3.6.1.4.1.25506.2.62.1.2.3
hh3cdeTConnTcpConfigTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the TCP transport connections that
        will be either initiated by or accepted by this DSLw.
        It augments the entries in dlswTConnConfigTable whose
        domain is dlswTCPDomain. In other words for each conceptual row
        in the dlswTConnConfigTable, if the dlswTConnConfigTDomain is
        dlswTCPDomain, that conceptual row will be augmented by this
        table.

        dlswTCPDomain, dlswTConnConfigTable, and dlswTConnConfigTDomain
        are all imported from DLSW-MIB (RFC 2024).

        This table augments dlswTConnTcpConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) 3 }

.1.3.6.1.4.1.25506.2.62.1.2.3.1
hh3cdeTConnTcpConfigEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dlswTConnTcpConfigEntry }
  DESCRIPTION	"A list of objects that define specific configuration for
        a DLSw peer transport connection within the dlswTCPDomain.
        dlswTCPDomain is imported from DLSW-MIB (RFC 2024)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnTcpConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.62.1.2.3.1.1
hh3cdeTConnTcpConfigQueueMax OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (50..2000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum output TCP queue size for this remote peer.
        For DLSw over TCP encapsulation, packets may be queued
        due to congestion of the TCP network. This variable
        is used to set the output queue maximum of the underlying
        TCP connection for the peer represented by the conceptual row."
  DEFVAL	{ 200 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeTConn(2) hh3cdeTConnTcpConfigTable(3) hh3cdeTConnTcpConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.3
hh3cdeBridge OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.3.1
hh3cdeBridgeTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of bridge group which is serving for DLSw."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeBridge(3) 1 }

.1.3.6.1.4.1.25506.2.62.1.3.1.1
hh3cdeBridgeEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdeBridgeNumIndex }
  DESCRIPTION	"A list of bridge information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeBridge(3) hh3cdeBridgeTable(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.3.1.1.1
hh3cdeBridgeNumIndex OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This value identifies the bridge number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeBridge(3) hh3cdeBridgeTable(1) hh3cdeBridgeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.3.1.1.2
hh3cdeBridgeRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeBridge(3) hh3cdeBridgeTable(1) hh3cdeBridgeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.3.2
hh3cdeBridgeIfTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The list of interface on which DLSw is active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeBridge(3) 2 }

.1.3.6.1.4.1.25506.2.62.1.3.2.1
hh3cdeBridgeIfEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The list of bridge interface information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeBridge(3) hh3cdeBridgeIfTable(2) 1 }

.1.3.6.1.4.1.25506.2.62.1.3.2.1.1
hh3cdeBridgeIfBrgGrp OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value identifies the bridge number attached
        to the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeBridge(3) hh3cdeBridgeIfTable(2) hh3cdeBridgeIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.3.2.1.2
hh3cdeBridgeIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeBridge(3) hh3cdeBridgeIfTable(2) hh3cdeBridgeIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.4
hh3cdeQllc OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.4.1
hh3cdeQllcTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines attributes related for those
        QLLC that participate in data link switching."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeQllc(4) 1 }

.1.3.6.1.4.1.25506.2.62.1.4.1.1
hh3cdeQllcEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The ifIndex belongs to the interface which link protocol is x.25."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeQllc(4) hh3cdeQllcTable(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.4.1.1.1
hh3cQllcX121Address OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"X.121 address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeQllc(4) hh3cdeQllcTable(1) hh3cdeQllcEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.4.1.1.2
hh3cQllcLocalMac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The virtual MAC address used to represent the QLLC-attached
        link station to the rest of the DLSw network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeQllc(4) hh3cdeQllcTable(1) hh3cdeQllcEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.4.1.1.3
hh3cQllcLocalSap OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SAP used to represent this link station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeQllc(4) hh3cdeQllcTable(1) hh3cdeQllcEntry(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.4.1.1.4
hh3cQllcRemoteMac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address to which DLSw should attempt to connect
        this link station. If this information is not available,
        a length of zero for this object should be returned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeQllc(4) hh3cdeQllcTable(1) hh3cdeQllcEntry(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.4.1.1.5
hh3cQllcRemoteSap OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	OCTET STRING (0 | 1) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SAP of the remote station to which this link
        station should be connected. If this information
        is not available, a length of zero for this object
        should be returned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeQllc(4) hh3cdeQllcTable(1) hh3cdeQllcEntry(1) 5 }

.1.3.6.1.4.1.25506.2.62.1.4.1.1.6
hh3cQllcRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeQllc(4) hh3cdeQllcTable(1) hh3cdeQllcEntry(1) 6 }

.1.3.6.1.4.1.25506.2.62.1.5
hh3cdeSdlc OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) 5 }

.1.3.6.1.4.1.25506.2.62.1.5.1
hh3cdeSdlcPortTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines parameters for the interfaces
        whose link protocol is SDLC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) 1 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1
hh3cdeSdlcPortEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Sdlc port entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.1
hh3cdeSdlcPortRole OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {primary(1), seconday(2), norole(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SDLC role of interface."
  DEFVAL	{ norole }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.2
hh3cdeSdlcPortSendWindow OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Size of local send window."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.3
hh3cdeSdlcPortModulo OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {m8(8), m128(128)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Size of modulus."
  DEFVAL	{ m8 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.4
hh3cdeSdlcPortMaxPdu OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..17600) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum bytes for incoming frames."
  DEFVAL	{ 265 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.5
hh3cdeSdlcPortMaxSendQueue OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (20..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Size of hold queue."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.6
hh3cdeSdlcPortMaxTransmission OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Number of times to retry an operation."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.7
hh3cdeSdlcPortSimultaneousEnable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Activate SDLC two-way simultaneous mode."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 7 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.8
hh3cdeSdlcPortTimerACK OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..60000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Time to wait for a reply to a frame."
  DEFVAL	{ 3000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 8 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.9
hh3cdeSdlcPortTimerLifeTime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..60000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Time to wait for a reply used by secondary station."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 9 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.10
hh3cdeSdlcPortTimerPollPause OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..10000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Time between polls for each secondary SDLC station."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 10 }

.1.3.6.1.4.1.25506.2.62.1.5.1.1.11
hh3cdeSdlcPortRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeSdlc(5) hh3cdeSdlcPortTable(1) hh3cdeSdlcPortEntry(1) 11 }

.1.3.6.1.4.1.25506.2.62.1.6
hh3cdeLlc2 OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) 6 }

.1.3.6.1.4.1.25506.2.62.1.6.1
hh3cdeLlc2PortTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines parameters for the Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) 1 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1
hh3cdeLlc2PortEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"LLC2 port entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.1
hh3cdeLlc2PortMaxAck OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum of I-frames received before ACK."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.2
hh3cdeLlc2PortMaxPdu OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..1700) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum of LLC2 pdu length."
  DEFVAL	{ 1493 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.3
hh3cdeLlc2PortMaxSendQueue OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (20..200) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Queue for sending llc2 I-frames."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.4
hh3cdeLlc2PortMaxTransmission OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Retry times of operations."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.5
hh3cdeLlc2PortModulo OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {m8(8), m128(128)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Modulus of LLC2."
  DEFVAL	{ m128 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.6
hh3cdeLlc2PortReceiveWindow OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum number of I-frames to send before received ACK."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.7
hh3cdeLlc2PortTimerAck OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..60000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Waiting for ACK time after sending an I-frame."
  DEFVAL	{ 200 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 7 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.8
hh3cdeLlc2PortTimerAckDelay OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..60000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum time allows I-frames incoming without replay ACK."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 8 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.9
hh3cdeLlc2PortTimerDetect OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..60000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Detect the link status."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 9 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.10
hh3cdeLlc2PortTimerBusy OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..60000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Waiting time while other LLC2 station is in busy state."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 10 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.11
hh3cdeLlc2PortTimerPoll OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..60000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Waiting time after a P frame is sent."
  DEFVAL	{ 5000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 11 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.12
hh3cdeLlc2PortTimerReject OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..60000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Waiting time after a REJ frame is sent."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 12 }

.1.3.6.1.4.1.25506.2.62.1.6.1.1.13
hh3cdeLlc2PortRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeLlc2(6) hh3cdeLlc2PortTable(1) hh3cdeLlc2PortEntry(1) 13 }

.1.3.6.1.4.1.25506.2.62.1.7
hh3cdeReachableCache OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) 7 }

.1.3.6.1.4.1.25506.2.62.1.7.1
hh3cdeRchCacheStat OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) 1 }

.1.3.6.1.4.1.25506.2.62.1.7.1.1
hh3cdeRchCacheMaxIndex OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Maximum of hh3cdeRchCacheIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheStat(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.7.1.2
hh3cdeRchCacheNextIndex OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next value of hh3cdeRchCacheIndex to be assigned by
        the agent. A retrieval of this object atomically reserves
        the returned value for use by the manager to create a row
        in hh3cdeRchCacheTable. This makes it possible for the agent
        to control the index space of the MAC address cache, yet
        allows the manager to administratively create new rows."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheStat(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.7.3
hh3cdeRchCacheTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Reachable cache table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) 3 }

.1.3.6.1.4.1.25506.2.62.1.7.3.1
hh3cdeRchCacheEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdeRchCacheIndex }
  DESCRIPTION	"Reachable cache entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheTable(3) 1 }

.1.3.6.1.4.1.25506.2.62.1.7.3.1.1
hh3cdeRchCacheIndex OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of reachable cache entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheTable(3) hh3cdeRchCacheEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.7.3.1.2
hh3cdeRchCacheStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	INTEGER {found(1), verify(2), noCacheInfo(3), exploring(4), waiting(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current status of reachable cache entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheTable(3) hh3cdeRchCacheEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.7.3.1.3
hh3cdeRchCacheRemainTime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remain time of reachable cache entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheTable(3) hh3cdeRchCacheEntry(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.7.3.1.4
hh3cdeRchCacheMac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"MAC address of reachable cache entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheTable(3) hh3cdeRchCacheEntry(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.7.3.1.5
hh3cdeRchCacheRemoteIpAddrType OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Remote peer ip address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheTable(3) hh3cdeRchCacheEntry(1) 5 }

.1.3.6.1.4.1.25506.2.62.1.7.3.1.6
hh3cdeRchCacheRemoteIp OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Remote peer ip address of reachable cache entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheTable(3) hh3cdeRchCacheEntry(1) 6 }

.1.3.6.1.4.1.25506.2.62.1.7.3.1.7
hh3cdeRchCacheRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeReachableCache(7) hh3cdeRchCacheTable(3) hh3cdeRchCacheEntry(1) 7 }

.1.3.6.1.4.1.25506.2.62.1.8
hh3cdeEthernetBackup OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) 8 }

.1.3.6.1.4.1.25506.2.62.1.8.1
hh3cdeEBMacMapStat OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) 1 }

.1.3.6.1.4.1.25506.2.62.1.8.1.1
hh3cdeEBMacMapMaxIndex OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Maximum of hh3cdeEBMacMapIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBMacMapStat(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.8.1.2
hh3cdeEBMacMapNextIndex OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next value of hh3cdeEBMacMapIndex to be assigned by
        the agent. A retrieval of this object atomically reserves
        the returned value for use by the manager to create a row
        in hh3cdeEBMacMapTable. This makes it possible for the agent
        to control the index space of the MAC mapping tables, yet
        allows the manager to administratively create new rows."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBMacMapStat(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.8.3
hh3cdeEBIfTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information of interface which works for DLSw Ethernet redundancy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) 3 }

.1.3.6.1.4.1.25506.2.62.1.8.3.1
hh3cdeEBIfEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Parameters defined for DLSw Ethernet redundancy interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBIfTable(3) 1 }

.1.3.6.1.4.1.25506.2.62.1.8.3.1.1
hh3cdeEBMulticastMac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Multicast MAC address configured for the Ethernet
        redundancy of dlsw module. When Ethernet redundancy
        is inactive, its value is '000000000000'H.
        To active Ethernet redundancy, give it a valid multicast MAC address."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBIfTable(3) hh3cdeEBIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.8.3.1.2
hh3cdeEBPriority OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (1..254) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Priority configured for the Ethernet redundancy of DLSw module."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBIfTable(3) hh3cdeEBIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.8.3.1.3
hh3cdeEBtimer OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32 (100..5000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Timer for the Ethernet redundancy of DLSw module."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBIfTable(3) hh3cdeEBIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.8.3.1.4
hh3cdeEBRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBIfTable(3) hh3cdeEBIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.8.4
hh3cdeEBMacMapTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address mapping table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) 4 }

.1.3.6.1.4.1.25506.2.62.1.8.4.1
hh3cdeEBMacMapEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cdeEBMacMapIndex }
  DESCRIPTION	"MAC address mapping entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBMacMapTable(4) 1 }

.1.3.6.1.4.1.25506.2.62.1.8.4.1.1
hh3cdeEBMacMapIndex OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of MAC address mapping entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBMacMapTable(4) hh3cdeEBMacMapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.62.1.8.4.1.2
hh3cdeEBMacMapLocalMac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Local MAC address in MAC address mapping.
        When creating a new conceptual row, hh3cdeEBMacMapLocalMac
        and hh3cdeEBMacMapRemoteMac should be set simultaneously."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBMacMapTable(4) hh3cdeEBMacMapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.62.1.8.4.1.3
hh3cdeEBMacMapRemoteMac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Remote MAC address of MAC address mapping.
        When creating a new conceptual row, hh3cdeEBMacMapLocalMac
        and hh3cdeEBMacMapRemoteMac should be set simultaneously."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBMacMapTable(4) hh3cdeEBMacMapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.62.1.8.4.1.4
hh3cdeEBMacMapNeighbour OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Neighbour of MAC address mapping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBMacMapTable(4) hh3cdeEBMacMapEntry(1) 4 }

.1.3.6.1.4.1.25506.2.62.1.8.4.1.5
hh3cdeEBMacMapRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of MAC address mapping entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDlswExt(62) hh3cDlswExtMIBObjects(1) hh3cdeEthernetBackup(8) hh3cdeEBMacMapTable(4) hh3cdeEBMacMapEntry(1) 5 }

.1.3.6.1.4.1.25506.2.63
hh3cSyslog OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 63 }

.1.3.6.1.4.1.25506.2.63.1
hh3cSyslogObjects OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) 1 }

.1.3.6.1.4.1.25506.2.63.1.1
hh3cSyslogObject OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.1.1
hh3cSyslogState OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of syslog: true(1):enable.
                              false(2):disable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogObject(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.1.2
hh3cSyslogMaxLoghost OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object shows the maximum number of rows in
         hh3cLoghostTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogObject(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.1.3
hh3cSyslogMaxChannel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object shows the maximum number of channels in
         hh3cSyslogChannelTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogObject(1) 3 }

.1.3.6.1.4.1.25506.2.63.1.1.4
hh3cSyslogMaxLogbufferSize OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of messages that can be stored
         in logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogObject(1) 4 }

.1.3.6.1.4.1.25506.2.63.1.1.5
hh3cSyslogMaxTrapbufferSize OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of messages that can be stored
         in trapbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogObject(1) 5 }

.1.3.6.1.4.1.25506.2.63.1.1.6
hh3cSyslogState2 OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	INTEGER {off(0), on(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Status of syslog, on for enabled or off for disabled.
        This node differs from hh3cSyslogState in value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogObject(1) 6 }

.1.3.6.1.4.1.25506.2.63.1.2
hh3cSyslogConsole OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.2.1
hh3cSyslogConsoleChannel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The channel number of console."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogConsole(2) 1 }

.1.3.6.1.4.1.25506.2.63.1.3
hh3cSyslogMonitor OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 3 }

.1.3.6.1.4.1.25506.2.63.1.3.1
hh3cSyslogMonitorChannel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The channel number of monitor."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogMonitor(3) 1 }

.1.3.6.1.4.1.25506.2.63.1.4
hh3cSyslogSnmp OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 4 }

.1.3.6.1.4.1.25506.2.63.1.4.1
hh3cSyslogSnmpChannel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The channel number of snmp."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogSnmp(4) 1 }

.1.3.6.1.4.1.25506.2.63.1.5
hh3cSyslogLogbuffer OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 5 }

.1.3.6.1.4.1.25506.2.63.1.5.1
hh3cSyslogLogbufferChannel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The channel number of logbuffer."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) 1 }

.1.3.6.1.4.1.25506.2.63.1.5.2
hh3cSyslogLogbufferSize OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The capacity of logbuffer which can be customized by users.
         The valid range is from 0 to hh3cSyslogMaxLogbufferSize."
  DEFVAL	{ 512 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) 2 }

.1.3.6.1.4.1.25506.2.63.1.5.3
hh3cSyslogLogbufferTable OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) 3 }

.1.3.6.1.4.1.25506.2.63.1.5.3.1
hh3cSyslogLogbufferEntry OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLogbufferIndex }
  DESCRIPTION	"The logbuffer entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) hh3cSyslogLogbufferTable(3) 1 }

.1.3.6.1.4.1.25506.2.63.1.5.3.1.1
hh3cLogbufferIndex OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) hh3cSyslogLogbufferTable(3) hh3cSyslogLogbufferEntry(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.5.3.1.2
hh3cLogbufferCurrentMessages OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of log messages stored in logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) hh3cSyslogLogbufferTable(3) hh3cSyslogLogbufferEntry(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.5.3.1.3
hh3cLogbufferOverwrittenMessages OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of log messages overwritten in logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) hh3cSyslogLogbufferTable(3) hh3cSyslogLogbufferEntry(1) 3 }

.1.3.6.1.4.1.25506.2.63.1.5.3.1.4
hh3cLogbufferDroppedMessages OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of log messages dropped in logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) hh3cSyslogLogbufferTable(3) hh3cSyslogLogbufferEntry(1) 4 }

.1.3.6.1.4.1.25506.2.63.1.5.4
hh3cSyslogLogbufContTable OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of logbuffer contents."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) 4 }

.1.3.6.1.4.1.25506.2.63.1.5.4.1
hh3cSyslogLogbufContEntry OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLogbufContIndex }
  DESCRIPTION	"The contens entry of logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) hh3cSyslogLogbufContTable(4) 1 }

.1.3.6.1.4.1.25506.2.63.1.5.4.1.1
hh3cLogbufContIndex OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) hh3cSyslogLogbufContTable(4) hh3cSyslogLogbufContEntry(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.5.4.1.2
hh3cLogbufContDescription OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..1600) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The contents of logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLogbuffer(5) hh3cSyslogLogbufContTable(4) hh3cSyslogLogbufContEntry(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.6
hh3cSyslogTrapbuffer OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 6 }

.1.3.6.1.4.1.25506.2.63.1.6.1
hh3cSyslogTrapbufferChannel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The channel number of trapbuffer."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrapbuffer(6) 1 }

.1.3.6.1.4.1.25506.2.63.1.6.2
hh3cSyslogTrapbufferSize OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The capacity of the trapbuffer which can be customized by users.
         The valid range is from 0 to hh3cSyslogMaxTrapbufferSize."
  DEFVAL	{ 256 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrapbuffer(6) 2 }

.1.3.6.1.4.1.25506.2.63.1.6.3
hh3cSyslogTrapbufferTable OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of trapbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrapbuffer(6) 3 }

.1.3.6.1.4.1.25506.2.63.1.6.3.1
hh3cSyslogTrapbufferEntry OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrapbufferIndex }
  DESCRIPTION	"The trapbuffer entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrapbuffer(6) hh3cSyslogTrapbufferTable(3) 1 }

.1.3.6.1.4.1.25506.2.63.1.6.3.1.1
hh3cTrapbufferIndex OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrapbuffer(6) hh3cSyslogTrapbufferTable(3) hh3cSyslogTrapbufferEntry(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.6.3.1.2
hh3cTrapbufferCurrentMessages OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of trap messages stored in trapbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrapbuffer(6) hh3cSyslogTrapbufferTable(3) hh3cSyslogTrapbufferEntry(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.6.3.1.3
hh3cTrapbufferOverwrittenMessages OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of trap messages overwritten in trapbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrapbuffer(6) hh3cSyslogTrapbufferTable(3) hh3cSyslogTrapbufferEntry(1) 3 }

.1.3.6.1.4.1.25506.2.63.1.6.3.1.4
hh3cTrapbufferDroppedMessages OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of trap messages dropped in trapbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrapbuffer(6) hh3cSyslogTrapbufferTable(3) hh3cSyslogTrapbufferEntry(1) 4 }

.1.3.6.1.4.1.25506.2.63.1.7
hh3cSyslogLoghost OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 7 }

.1.3.6.1.4.1.25506.2.63.1.7.1
hh3cSyslogLoghostSourceInterface OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The source interface which sends message to loghost.
         All loghosts use the same source interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) 1 }

.1.3.6.1.4.1.25506.2.63.1.7.2
hh3cSyslogLoghostTimestampType OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION TimeStampType
  SYNTAX	INTEGER {none(1), date(2), boot(3), dateWithoutYear(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time stamp type of message sent to loghost."
  DEFVAL	{ date }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) 2 }

.1.3.6.1.4.1.25506.2.63.1.7.3
hh3cSyslogLoghostTable OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of loghost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) 3 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1
hh3cSyslogLoghostEntry OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSyslogLoghostIndex }
  DESCRIPTION	"The loghost entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) 1 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1.1
hh3cSyslogLoghostIndex OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) hh3cSyslogLoghostEntry(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1.2
hh3cSyslogLoghostChannel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The channel number of loghost."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) hh3cSyslogLoghostEntry(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1.3
hh3cSyslogLoghostIpaddressType OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ip address type of loghost."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) hh3cSyslogLoghostEntry(1) 3 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1.4
hh3cSyslogLoghostIpaddress OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ip address of loghost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) hh3cSyslogLoghostEntry(1) 4 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1.5
hh3cSyslogLoghostFacility OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION FacilityType
  SYNTAX	INTEGER {kernel(0), userLevel(1), mailSystem(2), systemDaemons(3), securityAuthorization(4), internallyMessages(5), linePrinter(6), networkNews(7), uucp(8), clockDaemon(9), securityAuthorization2(10), ftpDaemon(11), ntp(12), logAudit(13), logAlert(14), clockDaemon2(15), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The operations staff can selectively filter the messages
         with priority which consists of facility that generates
         the message and severity of the message.
         "
  DEFVAL	{ local7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) hh3cSyslogLoghostEntry(1) 5 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1.6
hh3cSyslogLoghostLanguage OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	INTEGER {chinese(1), english(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The language of the message sent to the loghost."
  DEFVAL	{ english }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) hh3cSyslogLoghostEntry(1) 6 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1.7
hh3cSyslogLoghostOperateRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) hh3cSyslogLoghostEntry(1) 7 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1.8
hh3cSyslogLoghostIpaddressPort OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The loghost server port."
  DEFVAL	{ 514 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) hh3cSyslogLoghostEntry(1) 8 }

.1.3.6.1.4.1.25506.2.63.1.7.3.1.9
hh3cSyslogLoghostTAddress OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The loghost server transport address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLoghost(7) hh3cSyslogLoghostTable(3) hh3cSyslogLoghostEntry(1) 9 }

.1.3.6.1.4.1.25506.2.63.1.8
hh3cSyslogChannel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 8 }

.1.3.6.1.4.1.25506.2.63.1.8.1
hh3cSyslogChannelTable OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of syslog channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogChannel(8) 1 }

.1.3.6.1.4.1.25506.2.63.1.8.1.1
hh3cSyslogChannelEntry OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSyslogChannelIndex }
  DESCRIPTION	"The channel entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogChannel(8) hh3cSyslogChannelTable(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.8.1.1.1
hh3cSyslogChannelIndex OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogChannel(8) hh3cSyslogChannelTable(1) hh3cSyslogChannelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.8.1.1.2
hh3cSyslogChannelName OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..30) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The name of channel.
         The channel name must be different from each other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogChannel(8) hh3cSyslogChannelTable(1) hh3cSyslogChannelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.9
hh3cSyslogModule OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 9 }

.1.3.6.1.4.1.25506.2.63.1.9.1
hh3cSyslogModuleTable OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of syslog module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogModule(9) 1 }

.1.3.6.1.4.1.25506.2.63.1.9.1.1
hh3cSyslogModuleEntry OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSyslogModuleIndex }
  DESCRIPTION	"The module entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogModule(9) hh3cSyslogModuleTable(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.9.1.1.1
hh3cSyslogModuleIndex OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogModule(9) hh3cSyslogModuleTable(1) hh3cSyslogModuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.9.1.1.2
hh3cSyslogModuleName OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..20) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogModule(9) hh3cSyslogModuleTable(1) hh3cSyslogModuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.10
hh3cSyslogLog OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 10 }

.1.3.6.1.4.1.25506.2.63.1.10.1
hh3cSyslogLogTimestampType OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION TimeStampType
  SYNTAX	INTEGER {none(1), date(2), boot(3), dateWithoutYear(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time stamp type of log message."
  DEFVAL	{ date }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLog(10) 1 }

.1.3.6.1.4.1.25506.2.63.1.10.2
hh3cSyslogLogTable OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of syslog module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLog(10) 2 }

.1.3.6.1.4.1.25506.2.63.1.10.2.1
hh3cSyslogLogEntry OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSyslogChannelIndex, hh3cSyslogModuleIndex }
  DESCRIPTION	"The log entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLog(10) hh3cSyslogLogTable(2) 1 }

.1.3.6.1.4.1.25506.2.63.1.10.2.1.1
hh3cSyslogLogState OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The switch state of log."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLog(10) hh3cSyslogLogTable(2) hh3cSyslogLogEntry(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.10.2.1.2
hh3cSyslogLogLevel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION MessageLevelType
  SYNTAX	INTEGER {emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7), debug(8), invalid(9)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The level of log message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLog(10) hh3cSyslogLogTable(2) hh3cSyslogLogEntry(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.10.2.1.3
hh3cSyslogLogRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLog(10) hh3cSyslogLogTable(2) hh3cSyslogLogEntry(1) 3 }

.1.3.6.1.4.1.25506.2.63.1.10.3
hh3cSyslogLogGlobalLevel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION MessageLevelType
  SYNTAX	INTEGER {emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7), debug(8), invalid(9)} 
  MAX-ACCESS	read-write
  STATUS	obsolete
  DESCRIPTION	"The global level of log message.  This object is replaced by
        hh3cSyslogLogGlobalLevelRfc because its value does not accord
        with RFC5424."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLog(10) 3 }

.1.3.6.1.4.1.25506.2.63.1.10.4
hh3cSyslogLogGlobalLevelRfc OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  SYNTAX	INTEGER {emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), informational(6), debug(7)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global level of log message.  This object replaces
        hh3cSyslogLogGlobalLevel because it observes the terms of RFC5424."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogLog(10) 4 }

.1.3.6.1.4.1.25506.2.63.1.11
hh3cSyslogTrap OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 11 }

.1.3.6.1.4.1.25506.2.63.1.11.1
hh3cSyslogTrapTimestampType OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION TimeStampType
  SYNTAX	INTEGER {none(1), date(2), boot(3), dateWithoutYear(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time stamp type of trap message."
  DEFVAL	{ date }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrap(11) 1 }

.1.3.6.1.4.1.25506.2.63.1.11.2
hh3cSyslogTrapTable OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of syslog module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrap(11) 2 }

.1.3.6.1.4.1.25506.2.63.1.11.2.1
hh3cSyslogTrapEntry OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSyslogChannelIndex, hh3cSyslogModuleIndex }
  DESCRIPTION	"The trap entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrap(11) hh3cSyslogTrapTable(2) 1 }

.1.3.6.1.4.1.25506.2.63.1.11.2.1.1
hh3cSyslogTrapState OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The switch state of trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrap(11) hh3cSyslogTrapTable(2) hh3cSyslogTrapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.11.2.1.2
hh3cSyslogTrapLevel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION MessageLevelType
  SYNTAX	INTEGER {emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7), debug(8), invalid(9)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The level of trap message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrap(11) hh3cSyslogTrapTable(2) hh3cSyslogTrapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.11.2.1.3
hh3cSyslogTrapRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogTrap(11) hh3cSyslogTrapTable(2) hh3cSyslogTrapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.63.1.12
hh3cSyslogDebug OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) 12 }

.1.3.6.1.4.1.25506.2.63.1.12.1
hh3cSyslogDebugTimestampType OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION TimeStampType
  SYNTAX	INTEGER {none(1), date(2), boot(3), dateWithoutYear(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time stamp type of debug message."
  DEFVAL	{ boot }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogDebug(12) 1 }

.1.3.6.1.4.1.25506.2.63.1.12.2
hh3cSyslogDebugTable OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of syslog module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogDebug(12) 2 }

.1.3.6.1.4.1.25506.2.63.1.12.2.1
hh3cSyslogDebugEntry OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSyslogChannelIndex, hh3cSyslogModuleIndex }
  DESCRIPTION	"The debug entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogDebug(12) hh3cSyslogDebugTable(2) 1 }

.1.3.6.1.4.1.25506.2.63.1.12.2.1.1
hh3cSyslogDebugState OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The switch state of debug."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogDebug(12) hh3cSyslogDebugTable(2) hh3cSyslogDebugEntry(1) 1 }

.1.3.6.1.4.1.25506.2.63.1.12.2.1.2
hh3cSyslogDebugLevel OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION MessageLevelType
  SYNTAX	INTEGER {emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7), debug(8), invalid(9)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The level of debug message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogDebug(12) hh3cSyslogDebugTable(2) hh3cSyslogDebugEntry(1) 2 }

.1.3.6.1.4.1.25506.2.63.1.12.2.1.3
hh3cSyslogDebugRowStatus OBJECT-TYPE
  -- FROM	HH3C-SYSLOG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSyslog(63) hh3cSyslogObjects(1) hh3cSyslogDebug(12) hh3cSyslogDebugTable(2) hh3cSyslogDebugEntry(1) 3 }

.1.3.6.1.4.1.25506.2.64
hh3cFlowTemplate OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-FLOWTEMPLATE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 64 }

.1.3.6.1.4.1.25506.2.64.1
hh3cFlowTemplateMibObject OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) 1 }

.1.3.6.1.4.1.25506.2.64.1.1
hh3cFTConfigGroup OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) 1 }

.1.3.6.1.4.1.25506.2.64.1.1.1
hh3cFTGroupNextIndex OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for hh3cFTGroupIndex 
                 when creating rows in the hh3cFTGroupTable.  If it is 2147483647, 
                 it denotes that hh3cFTGroupTable can't create any instance. 
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.64.1.1.2
hh3cFTGroupTable OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of flow template group.
                 A flow template group, which is applied to interface,
                 must use hh3cFTGroupTable to create a instance 
                 and hh3cFTBasicGroupTable or hh3cFTExtendGroupTable 
                 to configure flow template's need item.
                 A basic flow template must use hh3cFTBasicGroupTable 
                 to configure some basic flow template's need item, 
                 such as: address, protocol, priority.
                 A extend flow template must use hh3cFTExtendGroupTable
                 to configure packet's type and offset and length.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.64.1.1.2.1
hh3cFTGroupEntry OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFTGroupIndex }
  DESCRIPTION	"Flow template group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTGroupTable(2) 1 }

.1.3.6.1.4.1.25506.2.64.1.1.2.1.1
hh3cFTGroupIndex OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Flow template group index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTGroupTable(2) hh3cFTGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.64.1.1.2.1.2
hh3cFTGroupName OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Flow template group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTGroupTable(2) hh3cFTGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.64.1.1.2.1.3
hh3cFTGroupType OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	INTEGER {basic(1), extend(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of flow template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTGroupTable(2) hh3cFTGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.64.1.1.2.1.4
hh3cFTGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTGroupTable(2) hh3cFTGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.64.1.1.3
hh3cFTBasicGroupTable OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of basic flow template group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.64.1.1.3.1
hh3cFTBasicGroupEntry OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFTGroupIndex }
  DESCRIPTION	"Basic flow template group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTBasicGroupTable(3) 1 }

.1.3.6.1.4.1.25506.2.64.1.1.3.1.1
hh3cFTBasicGroupAddressType OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	BITS {sourceIpv4Address(0), destIPv4Address(1), sourceIPv6Address(2), destIPv6Address(3), sourceMacAddress(4), destMacAddress(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of MAC and IP address.
                 This is a bit-map of possible conditions.
                 The various bit positions are:
                 sourceIpv4Address    source IPv4's address    
                 destIPv4Address      destination IPv4's address
                 sourceIPv6Address    source IPv6 address
                 destIPv6Address      destination IPv6 address
                 sourceMacAddress     source MAC address
                 destMacAddress       destination MAC address
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTBasicGroupTable(3) hh3cFTBasicGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.64.1.1.3.1.2
hh3cFTBasicGroupPriorityType OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	BITS {vlanID(0), cos(1), topVlanID(2), topCos(3), fragment(4), tcpFlag(5), tos(6), dscp(7), ipprecedence(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of priority.
                 This is a bit-map of possible conditions.
                 The various bit positions are:
                 vlanID         VlanID
                 cos            802.1p priority
                 topVlanID      VlanID of top layer
                 topCos         802.1p priority of top layer
                 fragment       fragment
                 tcpFlag        TCP flag
                 tos            type of service
                 dscp           DSCP
                 ipprecedence   IP precedence
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTBasicGroupTable(3) hh3cFTBasicGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.64.1.1.3.1.3
hh3cFTBasicGroupProtocolType OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	BITS {l2Potocol(0), ipv4L3Protocol(1), ipv6L3Protocol(2), icmpProtocolType(3), icmpProtocolCode(4), icmpv6ProtocolType(5), icmpv6ProtocolCode(6), sourceL4Port(7), destL4Port(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of protocol.
                 This is a bit-map of possible conditions.
                 The various bit positions are:
                 l2Potocol               layer 2 protocol
                 ipv4L3Protocol          layer 3 protocol of IPv4 
                 ipv6L3Protocol          layer 3 protocol of IPv6
                 icmpProtocolType        Type of ICMP protocol of IPv4
                 icmpProtocolCode        Code of ICMP protocol of IPv4
                 icmpv6ProtocolType      Type of ICMP protocol of IPv6
                 icmpv6ProtocolCode      Code of ICMP protocol of IPv6
                 sourceL4Port            port of layer 4 of source
                 destL4Port              port of layer 4 of destination
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTBasicGroupTable(3) hh3cFTBasicGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.64.1.1.3.1.4
hh3cFTBasicGroupSMacWildCard OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source MAC address field in Ethernet packet head."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTBasicGroupTable(3) hh3cFTBasicGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.64.1.1.3.1.5
hh3cFTBasicGroupDMacWildCard OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination MAC address field in Ethernet packet head."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTBasicGroupTable(3) hh3cFTBasicGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.64.1.1.3.1.6
hh3cFTBasicGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTBasicGroupTable(3) hh3cFTBasicGroupEntry(1) 6 }

.1.3.6.1.4.1.25506.2.64.1.1.4
hh3cFTExtendGroupTable OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of extend flow template group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.64.1.1.4.1
hh3cFTExtendGroupEntry OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFTGroupIndex, hh3cFTExtendGroupOffsetType }
  DESCRIPTION	"Extend flow template group information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTExtendGroupTable(4) 1 }

.1.3.6.1.4.1.25506.2.64.1.1.4.1.1
hh3cFTExtendGroupOffsetType OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	INTEGER {start(1), mpls(2), l2(3), l4(4), l5(5), ipv4(6), ipv6(7)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Offset type of the packet.
                 start    Offset from the start of the packet
                 mpls     Offset from the head of MPLS
                 l2       Offset from the head of the L2 frame
                 l4       Offset from the head of L4 packet
                 l5       Offset from the head of the L5 packet
                 ipv4     Offset from the head of the IPv4 packet
                 ipv6     Offset from the head of the IPv6 packet
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTExtendGroupTable(4) hh3cFTExtendGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.64.1.1.4.1.2
hh3cFTExtendGroupOffsetMaxValue OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The max value of offset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTExtendGroupTable(4) hh3cFTExtendGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.64.1.1.4.1.3
hh3cFTExtendGroupLengthMaxValue OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The max value of length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTExtendGroupTable(4) hh3cFTExtendGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.64.1.1.4.1.4
hh3cFTExtendGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTConfigGroup(1) hh3cFTExtendGroupTable(4) hh3cFTExtendGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.64.1.2
hh3cFTApplyGroup OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) 2 }

.1.3.6.1.4.1.25506.2.64.1.2.1
hh3cFTIfApplyTable OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of any interface with flowtemplate.
                 A flow template, which will be applied interface,
                 is an instance at hh3cFTGroupTable 
                 and hh3cFTBasicGroupTable or hh3cFTExtendGroupTable.
                 A basic flow template is an instance at hh3cFTGroupTable 
                 and hh3cFTBasicGroupTable, and the instance's RowStatus 
                 must be 'active' at each table.
                 A extend flow template is an instance at hh3cFTGroupTable
                 and hh3cFTExtendGroupTable, and the instance's RowStatus 
                 must be 'active' at each table.  
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTApplyGroup(2) 1 }

.1.3.6.1.4.1.25506.2.64.1.2.1.1
hh3cFTIfApplyEntry OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cFTGroupIndex }
  DESCRIPTION	"Any interface with flowtemplate information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTApplyGroup(2) hh3cFTIfApplyTable(1) 1 }

.1.3.6.1.4.1.25506.2.64.1.2.1.1.1
hh3cFTIfApplyGroupName OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of flow template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTApplyGroup(2) hh3cFTIfApplyTable(1) hh3cFTIfApplyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.64.1.2.1.1.2
hh3cFTIfApplyRowStatus OBJECT-TYPE
  -- FROM	HH3C-FLOWTEMPLATE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlowTemplate(64) hh3cFlowTemplateMibObject(1) hh3cFTApplyGroup(2) hh3cFTIfApplyTable(1) hh3cFTIfApplyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65
hh3cQos2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IFQOS2-MIB, HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 65 }

.1.3.6.1.4.1.25506.2.65.1
hh3cIfQos2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) 1 }

.1.3.6.1.4.1.25506.2.65.1.1
hh3cIfQoSHardwareQueueObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.1
hh3cIfQoSHardwareQueueConfigGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.1.1
hh3cIfQoSQSModeTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of queue schedule mode information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.1.1.1
hh3cIfQoSQSModeEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Queue schedule mode information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSModeTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.1.1.1.1
hh3cIfQoSQSMode OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {sp(1), sp0(2), sp1(3), sp2(4), wrr(5), hh3cfq(6), wrr-sp(7), byteCountWrr(8), byteCountWfq(9), gmb(10)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mode of schedule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSModeTable(1) hh3cIfQoSQSModeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.1.2
hh3cIfQoSQSWeightTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of queue schedule weight configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.1.1.2.1
hh3cIfQoSQSWeightEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSQueueID }
  DESCRIPTION	"Queue schedule weight configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSWeightTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.1.2.1.1
hh3cIfQoSQueueID OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Queue ID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSWeightTable(2) hh3cIfQoSQSWeightEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.1.2.1.2
hh3cIfQoSQueueGroupType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {group0(1), group1(2), group2(3), group3(4), group4(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Group type of WRR and WFQ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSWeightTable(2) hh3cIfQoSQSWeightEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.1.1.2.1.3
hh3cIfQoSQSType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {weight(1), byte-count(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Schedule type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSWeightTable(2) hh3cIfQoSQSWeightEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.1.1.2.1.4
hh3cIfQoSQSValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Schedule value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSWeightTable(2) hh3cIfQoSQSWeightEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.1.1.2.1.5
hh3cIfQoSQSMaxDelay OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Max delay."
  DEFVAL	{ 9 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSWeightTable(2) hh3cIfQoSQSWeightEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.1.1.2.1.6
hh3cIfQoSQSMinBandwidth OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Min bandwidth.  Unit: kbps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSWeightTable(2) hh3cIfQoSQSWeightEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.1.1.2.1.7
hh3cIfQoSQSMinBandwidthPercent OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..100 | 255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Percent of min bandwidth.  Unit: %.
                 The value is 255 when the schedule mode of the queue is strict queuing.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueConfigGroup(1) hh3cIfQoSQSWeightTable(2) hh3cIfQoSQSWeightEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.1.2
hh3cIfQoSHardwareQueueRunInfoGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1
hh3cIfQoSHardwareQueueRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of queue statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1
hh3cIfQoSHardwareQueueRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSQueueID }
  DESCRIPTION	"Queue statistic information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.1
hh3cIfQoSPassPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of forwarded packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.2
hh3cIfQoSDropPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of dropped packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.3
hh3cIfQoSPassBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of forwarded packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.4
hh3cIfQoSPassPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PPS of forwarded packets.  PPS: packets per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.5
hh3cIfQoSPassBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BPS of forwarded packets.  BPS: bytes per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.6
hh3cIfQoSDropBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of dropped packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.7
hh3cIfQoSQueueLengthInPkts OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max number of packets which the queue can hold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.8
hh3cIfQoSQueueLengthInBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max bytes of packets which the queue can hold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.9
hh3cIfQoSCurQueuePkts OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets in the current queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.10
hh3cIfQoSCurQueueBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of packets in the current queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.11
hh3cIfQoSCurQueuePPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PPS of packets in the current queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.12
hh3cIfQoSCurQueueBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BPS of packets in the current queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.13
hh3cIfQoSTailDropPkts OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets dropped by tail dropping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.14
hh3cIfQoSTailDropBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of packets dropped by tail dropping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.15
hh3cIfQoSTailDropPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PPS of packets dropped by tail dropping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.16
hh3cIfQoSTailDropBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BPS of packets dropped by tail dropping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.17
hh3cIfQoSWredDropPkts OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 17 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.18
hh3cIfQoSWredDropBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 18 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.19
hh3cIfQoSWredDropPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PPS of packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 19 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.20
hh3cIfQoSWredDropBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BPS of packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 20 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.21
hh3cIfQoSQueueName OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING (2..3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Name of Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 21 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.22
hh3cIfQoSDropPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PPS of dropped packets.  PPS: packets per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 22 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.23
hh3cIfQoSDropBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BPS of dropped packets.  BPS: bytes per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 23 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.24
hh3cIfQoSPeakPassPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max rate of forwarded packets in bytes per second (pps)
                 during the period from the time when the reset command was executed
                 to the current time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 24 }

.1.3.6.1.4.1.25506.2.65.1.1.2.1.1.25
hh3cIfQoSPeakPassBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max rate of forwarded packets in bytes per second (Bps)
                 during the period from the time when the reset command was executed
                 to the current time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueRunInfoTable(1) hh3cIfQoSHardwareQueueRunInfoEntry(1) 25 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2
hh3cIfQoSHQueueTcpRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of queue statistic information
                 about TCP and non-TCP packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) 2 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1
hh3cIfQoSHQueueTcpRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSQueueID }
  DESCRIPTION	"Queue statistic information entry
                 about TCP and non-TCP packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.1
hh3cIfQoSWredDropLPreNTcpPkts OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of low-precedence non-TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.2
hh3cIfQoSWredDropLPreNTcpBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of low-precedence non-TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.3
hh3cIfQoSWredDropLPreNTcpPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PPS of low-precedence non-TCP packets dropped by WRED.
                 PPS: packets per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.4
hh3cIfQoSWredDropLPreNTcpBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BPS of low-precedence non-TCP packets dropped by WRED.
                 BPS: bytes per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.5
hh3cIfQoSWredDropLPreTcpPkts OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of low-precedence TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.6
hh3cIfQoSWredDropLPreTcpBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of low-precedence TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.7
hh3cIfQoSWredDropLPreTcpPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PPS of low-precedence TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.8
hh3cIfQoSWredDropLPreTcpBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BPS of low-precedence TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.9
hh3cIfQoSWredDropHPreNTcpPkts OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of high-precedence non-TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.10
hh3cIfQoSWredDropHPreNTcpBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of high-precedence non-TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.11
hh3cIfQoSWredDropHPreNTcpPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PPS of high-precedence non-TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.12
hh3cIfQoSWredDropHPreNTcpBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BPS of high-precedence non-TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.13
hh3cIfQoSWredDropHPreTcpPkts OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of high-precedence TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.14
hh3cIfQoSWredDropHPreTcpBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of high-precedence TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.15
hh3cIfQoSWredDropHPreTcpPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PPS of high-precedence TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.65.1.1.2.2.1.16
hh3cIfQoSWredDropHPreTcpBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BPS of high-precedence TCP packets dropped by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHQueueTcpRunInfoTable(2) hh3cIfQoSHQueueTcpRunInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.65.1.1.2.3
hh3cIfQoSHardwareQueueTotalRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of queue statistic total information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) 3 }

.1.3.6.1.4.1.25506.2.65.1.1.2.3.1
hh3cIfQoSHardwareQueueTotalRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Queue statistic information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueTotalRunInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.2.3.1.1
hh3cIfQoSQueueLength OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The length of queues."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueTotalRunInfoTable(3) hh3cIfQoSHardwareQueueTotalRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.1.2.3.1.2
hh3cIfQoSPeakQueueBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max bytes of packets in the current queues in the last 10 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSHardwareQueueObjects(1) hh3cIfQoSHardwareQueueRunInfoGroup(2) hh3cIfQoSHardwareQueueTotalRunInfoTable(3) hh3cIfQoSHardwareQueueTotalRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2
hh3cIfQoSSoftwareQueueObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.1
hh3cIfQoSFIFOObject OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.1.1
hh3cIfQoSFIFOConfigTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of FIFO queue information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSFIFOObject(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.1.1.1
hh3cIfQoSFIFOConfigEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"FIFO queue information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSFIFOObject(1) hh3cIfQoSFIFOConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.1.1.1.1
hh3cIfQoSFIFOMaxQueueLen OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum length of FIFO queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSFIFOObject(1) hh3cIfQoSFIFOConfigTable(1) hh3cIfQoSFIFOConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.1.2
hh3cIfQoSFIFORunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of FIFO queue statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSFIFOObject(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.1.2.1
hh3cIfQoSFIFORunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"FIFO queue statistic information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSFIFOObject(1) hh3cIfQoSFIFORunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.1.2.1.1
hh3cIfQoSFIFOSize OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packet in FIFO queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSFIFOObject(1) hh3cIfQoSFIFORunInfoTable(2) hh3cIfQoSFIFORunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.1.2.1.2
hh3cIfQoSFIFODiscardPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discard packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSFIFOObject(1) hh3cIfQoSFIFORunInfoTable(2) hh3cIfQoSFIFORunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.2
hh3cIfQoSPQObject OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1
hh3cIfQoSPQConfigGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.1
hh3cIfQoSPQDefaultTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of priority queue default configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.1.1
hh3cIfQoSPQDefaultEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSPQListNumber }
  DESCRIPTION	"Priority queue default configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQDefaultTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.1.1.1
hh3cIfQoSPQListNumber OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Priority queue list number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQDefaultTable(1) hh3cIfQoSPQDefaultEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.1.1.2
hh3cIfQoSPQDefaultQueueType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION PriorityQueue
  SYNTAX	INTEGER {top(1), middle(2), normal(3), bottom(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify priority queue that packets put into by default."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQDefaultTable(1) hh3cIfQoSPQDefaultEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.2
hh3cIfQoSPQQueueLengthTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of queue length of priority queue configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.2.1
hh3cIfQoSPQQueueLengthEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSPQListNumber, hh3cIfQoSPQQueueLengthType }
  DESCRIPTION	"Queue length of priority queue configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQQueueLengthTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.2.1.1
hh3cIfQoSPQQueueLengthType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION PriorityQueue
  SYNTAX	INTEGER {top(1), middle(2), normal(3), bottom(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of priority queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQQueueLengthTable(2) hh3cIfQoSPQQueueLengthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.2.1.2
hh3cIfQoSPQQueueLengthValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The size of priority queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQQueueLengthTable(2) hh3cIfQoSPQQueueLengthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.3
hh3cIfQoSPQClassRuleTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of class rule of priority queue information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.3.1
hh3cIfQoSPQClassRuleEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSPQListNumber, hh3cIfQoSPQClassRuleType, hh3cIfQoSPQClassRuleValue }
  DESCRIPTION	"A table of class rule of priority queue information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQClassRuleTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.3.1.1
hh3cIfQoSPQClassRuleType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {interface(1), ipv4acl(2), ipv6acl(3), fragments(4), greater-than(5), less-than(6), tcp(7), udp(8), ipall(9), mpls(10)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of class rule.
                'ipall' means all ip packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQClassRuleTable(3) hh3cIfQoSPQClassRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.3.1.2
hh3cIfQoSPQClassRuleValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Value of class rule.
                 interface : ifIndex
                 ipv4acl : 2000..3999
                 ipv6acl : 2000..3999, 10000..42767
                 greater-than : 0..65535
                 less-than : 0..65535
                 tcp : 0..65535
                 udp : 0..65535
                 mpls(exp-mask) : 1..255
                 other types: 0
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQClassRuleTable(3) hh3cIfQoSPQClassRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.3.1.3
hh3cIfQoSPQClassRuleQueueType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION PriorityQueue
  SYNTAX	INTEGER {top(1), middle(2), normal(3), bottom(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the queue for matched packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQClassRuleTable(3) hh3cIfQoSPQClassRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.3.1.4
hh3cIfQoSPQClassRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQClassRuleTable(3) hh3cIfQoSPQClassRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.4
hh3cIfQoSPQApplyTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of priority queue instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.4.1
hh3cIfQoSPQApplyEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Priority queue instance information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQApplyTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.4.1.1
hh3cIfQoSPQApplyListNumber OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Priority queue list number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQApplyTable(4) hh3cIfQoSPQApplyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.1.4.1.2
hh3cIfQoSPQApplyRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQConfigGroup(1) hh3cIfQoSPQApplyTable(4) hh3cIfQoSPQApplyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.2.2
hh3cIfQoSPQRunInfoGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.2.2.1
hh3cIfQoSPQRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of priority queue statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQRunInfoGroup(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.2.1.1
hh3cIfQoSPQRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSPQType }
  DESCRIPTION	"Priority queue statistic information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQRunInfoGroup(2) hh3cIfQoSPQRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.2.1.1.1
hh3cIfQoSPQType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION PriorityQueue
  SYNTAX	INTEGER {top(1), middle(2), normal(3), bottom(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of priority queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQRunInfoGroup(2) hh3cIfQoSPQRunInfoTable(1) hh3cIfQoSPQRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.2.2.1.1.2
hh3cIfQoSPQSize OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets in the priority queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQRunInfoGroup(2) hh3cIfQoSPQRunInfoTable(1) hh3cIfQoSPQRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.2.2.1.1.3
hh3cIfQoSPQLength OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum length of priority queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQRunInfoGroup(2) hh3cIfQoSPQRunInfoTable(1) hh3cIfQoSPQRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.2.2.1.1.4
hh3cIfQoSPQDiscardPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The packet number of priority queue discard."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSPQObject(2) hh3cIfQoSPQRunInfoGroup(2) hh3cIfQoSPQRunInfoTable(1) hh3cIfQoSPQRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.3
hh3cIfQoSCQObject OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1
hh3cIfQoSCQConfigGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.1
hh3cIfQoSCQDefaultTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of custom queue default configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.1.1
hh3cIfQoSCQDefaultEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSCQListNumber }
  DESCRIPTION	"Custom queue default configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQDefaultTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.1.1.1
hh3cIfQoSCQListNumber OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Custom queue list number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQDefaultTable(1) hh3cIfQoSCQDefaultEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.1.1.2
hh3cIfQoSCQDefaultQueueID OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Default queue ID."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQDefaultTable(1) hh3cIfQoSCQDefaultEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.2
hh3cIfQoSCQQueueLengthTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of queue length of custom queue configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.2.1
hh3cIfQoSCQQueueLengthEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSCQListNumber, hh3cIfQoSCQQueueID }
  DESCRIPTION	"Queue length of custom queue configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQQueueLengthTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.2.1.1
hh3cIfQoSCQQueueID OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Custom queue index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQQueueLengthTable(2) hh3cIfQoSCQQueueLengthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.2.1.2
hh3cIfQoSCQQueueLength OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The size of custom queue."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQQueueLengthTable(2) hh3cIfQoSCQQueueLengthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.2.1.3
hh3cIfQoSCQQueueServing OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum bytes that the specified queue can transmit in each turn."
  DEFVAL	{ 1500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQQueueLengthTable(2) hh3cIfQoSCQQueueLengthEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.3
hh3cIfQoSCQClassRuleTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of class rule of custom queue information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.3.1
hh3cIfQoSCQClassRuleEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSCQListNumber, hh3cIfQoSCQClassRuleType, hh3cIfQoSCQClassRuleValue }
  DESCRIPTION	"A table of class rule of custom queue information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQClassRuleTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.3.1.1
hh3cIfQoSCQClassRuleType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {interface(1), ipv4acl(2), ipv6acl(3), fragments(4), greater-than(5), less-than(6), tcp(7), udp(8), ipall(9), mpls(10)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of class rule.
                'ipall' means all ip packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQClassRuleTable(3) hh3cIfQoSCQClassRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.3.1.2
hh3cIfQoSCQClassRuleValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Value of class rule.
                 interface : ifIndex
                 ipv4acl : 2000..3999
                 ipv6acl : 2000..42767
                 greater-than : 0..65535
                 less-than : 0..65535
                 tcp : 0..65535
                 udp : 0..65535
                 mpls(exp-mask) : 1..255
                 other types: 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQClassRuleTable(3) hh3cIfQoSCQClassRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.3.1.3
hh3cIfQoSCQClassRuleQueueID OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the queue for matched packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQClassRuleTable(3) hh3cIfQoSCQClassRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.3.1.4
hh3cIfQoSCQClassRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQClassRuleTable(3) hh3cIfQoSCQClassRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.4
hh3cIfQoSCQApplyTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of custom queue instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.4.1
hh3cIfQoSCQApplyEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Custom queue instance information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQApplyTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.4.1.1
hh3cIfQoSCQApplyListNumber OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Custom queue list number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQApplyTable(4) hh3cIfQoSCQApplyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.1.4.1.2
hh3cIfQoSCQApplyRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQConfigGroup(1) hh3cIfQoSCQApplyTable(4) hh3cIfQoSCQApplyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.3.2
hh3cIfQoSCQRunInfoGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.3.2.1
hh3cIfQoSCQRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of custom queue statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQRunInfoGroup(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.2.1.1
hh3cIfQoSCQRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSCQQueueID }
  DESCRIPTION	"Custom queue statistic information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQRunInfoGroup(2) hh3cIfQoSCQRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.2.1.1.1
hh3cIfQoSCQRunInfoSize OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets in the custom queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQRunInfoGroup(2) hh3cIfQoSCQRunInfoTable(1) hh3cIfQoSCQRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.3.2.1.1.2
hh3cIfQoSCQRunInfoLength OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum length of custom queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQRunInfoGroup(2) hh3cIfQoSCQRunInfoTable(1) hh3cIfQoSCQRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.3.2.1.1.3
hh3cIfQoSCQRunInfoDiscardPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The packet number of custom queue discard."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCQObject(3) hh3cIfQoSCQRunInfoGroup(2) hh3cIfQoSCQRunInfoTable(1) hh3cIfQoSCQRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.4
hh3cIfQoSWFQObject OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.4.1
hh3cIfQoSWFQConfigGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.4.1.1
hh3cIfQoSWFQTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of weighted fair queue information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.4.1.1.1
hh3cIfQoSWFQEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Weighted fair queue information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQConfigGroup(1) hh3cIfQoSWFQTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.4.1.1.1.1
hh3cIfQoSWFQQueueLength OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of weighted fair queue."
  DEFVAL	{ 64 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQConfigGroup(1) hh3cIfQoSWFQTable(1) hh3cIfQoSWFQEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.4.1.1.1.2
hh3cIfQoSWFQQueueNumber OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {size16(1), size32(2), size64(3), size128(4), size256(5), size512(6), size1024(7), size2048(8), size4096(9)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of weighted fair queue."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQConfigGroup(1) hh3cIfQoSWFQTable(1) hh3cIfQoSWFQEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.4.1.1.1.3
hh3cIfQoSWFQRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQConfigGroup(1) hh3cIfQoSWFQTable(1) hh3cIfQoSWFQEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.4.1.1.1.4
hh3cIfQoSWFQType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {ip-precedence(1), dscp(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of weighted fair queue."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQConfigGroup(1) hh3cIfQoSWFQTable(1) hh3cIfQoSWFQEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.4.2
hh3cIfQoSWFQRunInfoGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.4.2.1
hh3cIfQoSWFQRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of weighted fair queue statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQRunInfoGroup(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.4.2.1.1
hh3cIfQoSWFQRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Weighted fair queue statistic information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQRunInfoGroup(2) hh3cIfQoSWFQRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.4.2.1.1.1
hh3cIfQoSWFQSize OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets in all the queues"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQRunInfoGroup(2) hh3cIfQoSWFQRunInfoTable(1) hh3cIfQoSWFQRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.4.2.1.1.2
hh3cIfQoSWFQLength OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The length of weighted fair queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQRunInfoGroup(2) hh3cIfQoSWFQRunInfoTable(1) hh3cIfQoSWFQRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.4.2.1.1.3
hh3cIfQoSWFQDiscardPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discarded packets in all the queues."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQRunInfoGroup(2) hh3cIfQoSWFQRunInfoTable(1) hh3cIfQoSWFQRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.4.2.1.1.4
hh3cIfQoSWFQHashedActiveQueues OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of active queues."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQRunInfoGroup(2) hh3cIfQoSWFQRunInfoTable(1) hh3cIfQoSWFQRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.4.2.1.1.5
hh3cIfQoSWFQHashedMaxActiveQueues OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of maximum active queues."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQRunInfoGroup(2) hh3cIfQoSWFQRunInfoTable(1) hh3cIfQoSWFQRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.2.4.2.1.1.6
hh3cIfQosWFQhashedTotalQueues OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of queues."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSWFQObject(4) hh3cIfQoSWFQRunInfoGroup(2) hh3cIfQoSWFQRunInfoTable(1) hh3cIfQoSWFQRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.2.5
hh3cIfQoSBandwidthGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) 5 }

.1.3.6.1.4.1.25506.2.65.1.2.5.1
hh3cIfQoSBandwidthTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of bandwidth of interface information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSBandwidthGroup(5) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.5.1.1
hh3cIfQoSBandwidthEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Bandwidth information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSBandwidthGroup(5) hh3cIfQoSBandwidthTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.5.1.1.1
hh3cIfQoSMaxBandwidth OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum bandwidth of interface.  Unit : Kbps"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSBandwidthGroup(5) hh3cIfQoSBandwidthTable(1) hh3cIfQoSBandwidthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.5.1.1.2
hh3cIfQoSReservedBandwidthPct OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Max reserved bandwidth of the interface for QoS."
  DEFVAL	{ 75 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSBandwidthGroup(5) hh3cIfQoSBandwidthTable(1) hh3cIfQoSBandwidthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.5.1.1.3
hh3cIfQoSBandwidthRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSBandwidthGroup(5) hh3cIfQoSBandwidthTable(1) hh3cIfQoSBandwidthEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.6
hh3cIfQoSQmtokenGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) 6 }

.1.3.6.1.4.1.25506.2.65.1.2.6.1
hh3cIfQoSQmtokenTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of qmtoken information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSQmtokenGroup(6) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.6.1.1
hh3cIfQoSQmtokenEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Qmtoken information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSQmtokenGroup(6) hh3cIfQoSQmtokenTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.6.1.1.1
hh3cIfQoSQmtokenNumber OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..50) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of tokens."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSQmtokenGroup(6) hh3cIfQoSQmtokenTable(1) hh3cIfQoSQmtokenEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.6.1.1.2
hh3cIfQoSQmtokenRosStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSQmtokenGroup(6) hh3cIfQoSQmtokenTable(1) hh3cIfQoSQmtokenEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.7
hh3cIfQoSRTPQObject OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) 7 }

.1.3.6.1.4.1.25506.2.65.1.2.7.1
hh3cIfQoSRTPQConfigGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.7.1.1
hh3cIfQoSRTPQConfigTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Real-time protocol queue information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.7.1.1.1
hh3cIfQoSRTPQConfigEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The information of Real-time protocol queue entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQConfigGroup(1) hh3cIfQoSRTPQConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.7.1.1.1.1
hh3cIfQoSRTPQStartPort OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (2000..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Minimum threshold of UDP destination port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQConfigGroup(1) hh3cIfQoSRTPQConfigTable(1) hh3cIfQoSRTPQConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.7.1.1.1.2
hh3cIfQoSRTPQEndPort OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (2000..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum threshold of UDP destination port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQConfigGroup(1) hh3cIfQoSRTPQConfigTable(1) hh3cIfQoSRTPQConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.7.1.1.1.3
hh3cIfQoSRTPQReservedBandwidth OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum bandwidth.  unit : kbps"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQConfigGroup(1) hh3cIfQoSRTPQConfigTable(1) hh3cIfQoSRTPQConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.7.1.1.1.4
hh3cIfQoSRTPQCbs OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Burst Size. Unit: byte"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQConfigGroup(1) hh3cIfQoSRTPQConfigTable(1) hh3cIfQoSRTPQConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.7.1.1.1.5
hh3cIfQoSRTPQRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQConfigGroup(1) hh3cIfQoSRTPQConfigTable(1) hh3cIfQoSRTPQConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.2.7.2
hh3cIfQoSRTPQRunInfoGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.7.2.1
hh3cIfQoSRTPQRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of statistic information of Real-time protocol information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQRunInfoGroup(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.7.2.1.1
hh3cIfQoSRTPQRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Statistic information of Real-time protocol information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQRunInfoGroup(2) hh3cIfQoSRTPQRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.7.2.1.1.1
hh3cIfQoSRTPQPacketNumber OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets in the Real-time protocol queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQRunInfoGroup(2) hh3cIfQoSRTPQRunInfoTable(1) hh3cIfQoSRTPQRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.7.2.1.1.2
hh3cIfQoSRTPQPacketSize OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The size of Real-time protocol queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQRunInfoGroup(2) hh3cIfQoSRTPQRunInfoTable(1) hh3cIfQoSRTPQRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.7.2.1.1.3
hh3cIfQoSRTPQOutputPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQRunInfoGroup(2) hh3cIfQoSRTPQRunInfoTable(1) hh3cIfQoSRTPQRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.7.2.1.1.4
hh3cIfQoSRTPQDiscardPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discard packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSRTPQObject(7) hh3cIfQoSRTPQRunInfoGroup(2) hh3cIfQoSRTPQRunInfoTable(1) hh3cIfQoSRTPQRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.2.8
hh3cIfQoSCarListObject OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) 8 }

.1.3.6.1.4.1.25506.2.65.1.2.8.1
hh3cIfQoCarListGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCarListObject(8) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.8.1.1
hh3cIfQoSCarlTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Committed Access Rate List(CARL) table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCarListObject(8) hh3cIfQoCarListGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.8.1.1.1
hh3cIfQoSCarlEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSCarlListNum }
  DESCRIPTION	"CARL configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCarListObject(8) hh3cIfQoCarListGroup(1) hh3cIfQoSCarlTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.8.1.1.1.1
hh3cIfQoSCarlListNum OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the table, which is the CARL number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCarListObject(8) hh3cIfQoCarListGroup(1) hh3cIfQoSCarlTable(1) hh3cIfQoSCarlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.2.8.1.1.1.2
hh3cIfQoSCarlParaType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {macAddress(1), precMask(2), dscpMask(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Parameter type of the CARL number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCarListObject(8) hh3cIfQoCarListGroup(1) hh3cIfQoSCarlTable(1) hh3cIfQoSCarlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.2.8.1.1.1.3
hh3cIfQoSCarlParaValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Parameter value of the CARL table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCarListObject(8) hh3cIfQoCarListGroup(1) hh3cIfQoSCarlTable(1) hh3cIfQoSCarlEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.2.8.1.1.1.4
hh3cIfQoSCarlRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSSoftwareQueueObjects(2) hh3cIfQoSCarListObject(8) hh3cIfQoCarListGroup(1) hh3cIfQoSCarlTable(1) hh3cIfQoSCarlEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.3
hh3cIfQoSLineRateObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.3.1
hh3cIfQoSLRConfigTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of line rate configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.3.1.1
hh3cIfQoSLRConfigEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSLRDirection }
  DESCRIPTION	"Line rate configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.3.1.1.1
hh3cIfQoSLRDirection OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Direction
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Line rate on the inbound or outbound of data stream."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRConfigTable(1) hh3cIfQoSLRConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.3.1.1.2
hh3cIfQoSLRCir OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Information Rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRConfigTable(1) hh3cIfQoSLRConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.3.1.1.3
hh3cIfQoSLRCbs OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Burst Size."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRConfigTable(1) hh3cIfQoSLRConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.3.1.1.4
hh3cIfQoSLREbs OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Excess Burst Size."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRConfigTable(1) hh3cIfQoSLRConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.3.1.1.5
hh3cIfQoSRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRConfigTable(1) hh3cIfQoSLRConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.3.1.1.6
hh3cIfQoSLRPir OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak Information Rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRConfigTable(1) hh3cIfQoSLRConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.3.1.1.7
hh3cIfQoSLRUnit OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {unitAbsolute(1), unitPercent(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"LR Unit:
                 Absolute, Unit Kbps (1)
                 Percent, Unit % (2)
                "
  DEFVAL	{ unitAbsolute }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRConfigTable(1) hh3cIfQoSLRConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.3.2
hh3cIfQoSLRRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of line rate run info information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) 2 }

.1.3.6.1.4.1.25506.2.65.1.3.2.1
hh3cIfQoSLRRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSLRDirection }
  DESCRIPTION	"Line rate run info information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.3.2.1.1
hh3cIfQoSLRRunInfoPassedPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of passed packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRRunInfoTable(2) hh3cIfQoSLRRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.3.2.1.2
hh3cIfQoSLRRunInfoPassedBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of passed bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRRunInfoTable(2) hh3cIfQoSLRRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.3.2.1.3
hh3cIfQoSLRRunInfoDelayedPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of delayed packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRRunInfoTable(2) hh3cIfQoSLRRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.3.2.1.4
hh3cIfQoSLRRunInfoDelayedBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of delayed bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRRunInfoTable(2) hh3cIfQoSLRRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.3.2.1.5
hh3cIfQoSLRRunInfoActiveShaping OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The flag of shaping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSLineRateObjects(3) hh3cIfQoSLRRunInfoTable(2) hh3cIfQoSLRRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.4
hh3cIfQoSCARObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.4.1
hh3cIfQoSAggregativeCarGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.1.1
hh3cIfQoSAggregativeCarNextIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for hh3cIfQoSAggregativeCarIndex
                 when creating rows in the hh3cIfQoSAggregativeCarConfigTable.
                 Begin with 1.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2
hh3cIfQoSAggregativeCarConfigTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of aggregative car information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1
hh3cIfQoSAggregativeCarConfigEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSAggregativeCarIndex }
  DESCRIPTION	"Aggregative car information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.1
hh3cIfQoSAggregativeCarIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of aggregative car."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.2
hh3cIfQoSAggregativeCarName OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of aggregative car."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.3
hh3cIfQoSAggregativeCarCir OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed-information-rate.  Unit : kbps"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.4
hh3cIfQoSAggregativeCarCbs OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed-burst-size.  Unit : byte"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.5
hh3cIfQoSAggregativeCarEbs OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Excess-burst-size.  Unit : byte"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.6
hh3cIfQoSAggregativeCarPir OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak-information-rate.  Unit : kbps"
  DEFVAL	{ 4294967295 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.7
hh3cIfQoSAggregativeCarGreenActionType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Hh3cIfCarAction
  SYNTAX	INTEGER {invalid(0), pass(1), continue(2), discard(3), remark(4), remark-ip-continue(5), remark-ip-pass(6), remark-mplsexp-continue(7), remark-mplsexp-pass(8), remark-dscp-continue(9), remark-dscp-pass(10), remark-dot1p-continue(11), remark-dot1p-pass(12), remark-atm-clp-continue(13), remark-atm-clp-pass(14), remark-fr-de-continue(15), remark-fr-de-pass(16), remarkLocalPreContinue(17), remarkLocalPrePass(18), remarkDropPreContinue(19), remarkDropPrePass(20)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Supported green action:
                 invalid(0),
                 pass(1),
                 discard(3),
                 remark(4),
                 remark-ip-pass(6),
                 remark-mplsexp-pass(8),
                 remark-dscp-pass(10),
                 remark-dot1p-pass(12),
                 remark-atm-clp-pass(14),
                 remark-fr-de-pass(16),
                 remarkLocalPrePass(18),
                 remarkDropPrePass(20).
                 Hardware QoS : pass, discard, remark.
                 Software QoS : pass, discard, remark-ip-pass(6),
                 remark-mplsexp-pass(8), remark-dscp-pass(10).
                 'invalid' is returned when getting value from software QoS.
                 "
  DEFVAL	{ pass }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.8
hh3cIfQoSAggregativeCarGreenActionValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value is to remark When green action is remarking.
                 For remark-dscp-pass, the range is 0 to 63;
                 For remark-ip-pass, remark-mplsexp-pass, remark-dot1p-pass and
                 remarkLocalPrePass, the range is 0 to 7;
                 For remark-fr-de-pass and remark-atm-clp-pass, the range is 0 to 1;
                 For remarkDropPrePass, the range is 0 to 2.
                 Only software QoS support this node.
                 255 is returned only when getting value from hardware QoS or
                 when action being pass, discard of software QoS.
                 255 can't be set.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.9
hh3cIfQoSAggregativeCarYellowActionType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Hh3cIfCarAction
  SYNTAX	INTEGER {invalid(0), pass(1), continue(2), discard(3), remark(4), remark-ip-continue(5), remark-ip-pass(6), remark-mplsexp-continue(7), remark-mplsexp-pass(8), remark-dscp-continue(9), remark-dscp-pass(10), remark-dot1p-continue(11), remark-dot1p-pass(12), remark-atm-clp-continue(13), remark-atm-clp-pass(14), remark-fr-de-continue(15), remark-fr-de-pass(16), remarkLocalPreContinue(17), remarkLocalPrePass(18), remarkDropPreContinue(19), remarkDropPrePass(20)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Supported yellow action:
                 invalid(0),
                 pass(1),
                 discard(3),
                 remark(4),
                 remark-ip-pass(6),
                 remark-mplsexp-pass(8),
                 remark-dscp-pass(10),
                 remark-dot1p-pass(12),
                 remark-atm-clp-pass(14),
                 remark-fr-de-pass(16),
                 remarkLocalPrePass(18),
                 remarkDropPrePass(20).
                 Hardware QoS : pass, discard, remark.
                 Software QoS : pass, discard, remark-ip-pass(6),
                 remark-mplsexp-pass(8), remark-dscp-pass(10).
                 'invalid' is returned when getting value from software QoS.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.10
hh3cIfQoSAggregativeCarYellowActionValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value is to remark When yellow action is remarking.
                 For remark-dscp-pass, the range is 0 to 63;
                 For remark-ip-pass, remark-mplsexp-pass, remark-dot1p-pass and
                 remarkLocalPrePass, the range is 0 to 7;
                 For remark-fr-de-pass and remark-atm-clp-pass, the range is 0 to 1;
                 For remarkDropPrePass, the range is 0 to 2.
                 Only software QoS support this node.
                 255 is returned only when getting value from hardware QoS or
                 when action being pass, discard of software QoS.
                 255 can't be set.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.11
hh3cIfQoSAggregativeCarRedActionType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Hh3cIfCarAction
  SYNTAX	INTEGER {invalid(0), pass(1), continue(2), discard(3), remark(4), remark-ip-continue(5), remark-ip-pass(6), remark-mplsexp-continue(7), remark-mplsexp-pass(8), remark-dscp-continue(9), remark-dscp-pass(10), remark-dot1p-continue(11), remark-dot1p-pass(12), remark-atm-clp-continue(13), remark-atm-clp-pass(14), remark-fr-de-continue(15), remark-fr-de-pass(16), remarkLocalPreContinue(17), remarkLocalPrePass(18), remarkDropPreContinue(19), remarkDropPrePass(20)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Supported red action:
                 invalid(0),
                 pass(1),
                 discard(3),
                 remark(4),
                 remark-ip-pass(6),
                 remark-mplsexp-pass(8),
                 remark-dscp-pass(10),
                 remark-dot1p-pass(12),
                 remark-atm-clp-pass(14),
                 remark-fr-de-pass(16),
                 remarkLocalPrePass(18),
                 remarkDropPrePass(20).
                 Hardware QoS : pass, discard, remark.
                 Software QoS : pass, discard, remark-ip-pass(6),
                 remark-mplsexp-pass(8), remark-dscp-pass(10).
                 'invalid' is returned when getting value from software QoS.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.12
hh3cIfQoSAggregativeCarRedActionValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value is to remark When red action is remarking.
                 For remark-dscp-pass, the range is 0 to 63;
                 For remark-ip-pass, remark-mplsexp-pass, remark-dot1p-pass and
                 remarkLocalPrePass, the range is 0 to 7;
                 For remark-fr-de-pass and remark-atm-clp-pass, the range is 0 to 1;
                 For remarkDropPrePass, the range is 0 to 2.
                 Only software QoS support this node.
                 255 is returned only when getting value from hardware QoS or
                 when action being pass, discard of software QoS.
                 255 can't be set.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.13
hh3cIfQoSAggregativeCarType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {aggregative(1), notAggregative(2), hierarchy(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of aggregative CAR.
                 The enumeration 'aggregative' indicates that the ports
                 with a same aggregative CAR use one token bulk.

                 The enumeration 'notAggregative' indicates that each port
                 uses one token bulk.

                 The enumeration 'hierarchy' indicates that each object uses one
                 token bulk after processed first by some other token bulk.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.65.1.4.1.2.1.14
hh3cIfQoSAggregativeCarRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarConfigTable(2) hh3cIfQoSAggregativeCarConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.65.1.4.1.3
hh3cIfQoSAggregativeCarApplyTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of aggregative car instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.4.1.3.1
hh3cIfQoSAggregativeCarApplyEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSAggregativeCarApplyDirection, hh3cIfQoSAggregativeCarApplyRuleType, hh3cIfQoSAggregativeCarApplyRuleValue }
  DESCRIPTION	"Aggregative car instance information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarApplyTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.1.3.1.1
hh3cIfQoSAggregativeCarApplyDirection OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Direction
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarApplyTable(3) hh3cIfQoSAggregativeCarApplyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.1.3.1.2
hh3cIfQoSAggregativeCarApplyRuleType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {ipv4acl(1), ipv6acl(2), carl(3), any(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of class rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarApplyTable(3) hh3cIfQoSAggregativeCarApplyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.4.1.3.1.3
hh3cIfQoSAggregativeCarApplyRuleValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of class rule.
                 ipv4acl : 2000..5999
                 ipv6acl : 2000..42767
                 carl : 1..199
                 other types: 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarApplyTable(3) hh3cIfQoSAggregativeCarApplyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.4.1.3.1.4
hh3cIfQoSAggregativeCarApplyCarIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..65534) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of aggregative car."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarApplyTable(3) hh3cIfQoSAggregativeCarApplyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.4.1.3.1.5
hh3cIfQoSAggregativeCarApplyRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarApplyTable(3) hh3cIfQoSAggregativeCarApplyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.4.1.4
hh3cIfQoSAggregativeCarRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of aggregative car statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.4.1.4.1
hh3cIfQoSAggregativeCarRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSAggregativeCarIndex }
  DESCRIPTION	"Aggregative car statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarRunInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.1.4.1.1
hh3cIfQoSAggregativeCarGreenPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets conforming CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarRunInfoTable(4) hh3cIfQoSAggregativeCarRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.1.4.1.2
hh3cIfQoSAggregativeCarGreenBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes conforming CIR"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarRunInfoTable(4) hh3cIfQoSAggregativeCarRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.4.1.4.1.3
hh3cIfQoSAggregativeCarYellowPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of yellow packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarRunInfoTable(4) hh3cIfQoSAggregativeCarRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.4.1.4.1.4
hh3cIfQoSAggregativeCarYellowBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of yellow bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarRunInfoTable(4) hh3cIfQoSAggregativeCarRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.4.1.4.1.5
hh3cIfQoSAggregativeCarRedPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets exceeding CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarRunInfoTable(4) hh3cIfQoSAggregativeCarRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.4.1.4.1.6
hh3cIfQoSAggregativeCarRedBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes exceeding CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSAggregativeCarGroup(1) hh3cIfQoSAggregativeCarRunInfoTable(4) hh3cIfQoSAggregativeCarRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.4.2
hh3cIfQoSTricolorCarGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) 2 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1
hh3cIfQoSTricolorCarConfigTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of tricolor car configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1
hh3cIfQoSTricolorCarConfigEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSTricolorCarDirection, hh3cIfQoSTricolorCarType, hh3cIfQoSTricolorCarValue }
  DESCRIPTION	"Tricolor car configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.1
hh3cIfQoSTricolorCarDirection OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Direction
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.2
hh3cIfQoSTricolorCarType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {ipv4acl(1), ipv6acl(2), carl(3), any(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the table, which is the matching type for the
                 packets on interface: ipv4acl, ipv6acl, carl, any."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.3
hh3cIfQoSTricolorCarValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the table.
                 ipv4acl: the number is ipv4 acl number;
                 ipv6acl: the number is ipv6 acl number;
                 carl: the number is CARL number;
                 any: the number is 0;
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.4
hh3cIfQoSTricolorCarCir OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Information Rate.  The unit of this parameter depends
                on the hh3cIfQoSTricolorCarUnitType node.
                +-----------+----------+------------+
                | Unit type | absolute | percent    |
                +-----------+----------+------------+
                | CIR unit  | kbps     | percentage |
                +-----------+----------+------------+
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.5
hh3cIfQoSTricolorCarCbs OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Burst Size.  The unit of this parameter depends
                on the hh3cIfQoSTricolorCarUnitType node.
                +-----------+----------+--------------+
                | Unit type | absolute | percent      |
                +-----------+----------+--------------+
                | CBS unit  | bytes    | milliseconds |
                +-----------+----------+--------------+
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.6
hh3cIfQoSTricolorCarEbs OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Excess Burst Size.  The unit of this parameter depends
                on the hh3cIfQoSTricolorCarUnitType node.
                +-----------+----------+--------------+
                | Unit type | absolute | percent      |
                +-----------+----------+--------------+
                | EBS unit  | bytes    | milliseconds |
                +-----------+----------+--------------+
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.7
hh3cIfQoSTricolorCarPir OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak Information Rate.  The unit of this parameter depends
                on the hh3cIfQoSTricolorCarUnitType node.
                +-----------+----------+------------+
                | Unit type | absolute | percent    |
                +-----------+----------+------------+
                | PIR unit  | kbps     | percentage |
                +-----------+----------+------------+
                "
  DEFVAL	{ 4294967295 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.8
hh3cIfQoSTricolorCarGreenActionType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Hh3cIfCarAction
  SYNTAX	INTEGER {invalid(0), pass(1), continue(2), discard(3), remark(4), remark-ip-continue(5), remark-ip-pass(6), remark-mplsexp-continue(7), remark-mplsexp-pass(8), remark-dscp-continue(9), remark-dscp-pass(10), remark-dot1p-continue(11), remark-dot1p-pass(12), remark-atm-clp-continue(13), remark-atm-clp-pass(14), remark-fr-de-continue(15), remark-fr-de-pass(16), remarkLocalPreContinue(17), remarkLocalPrePass(18), remarkDropPreContinue(19), remarkDropPrePass(20)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Green Action."
  DEFVAL	{ pass }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.9
hh3cIfQoSTricolorCarGreenActionValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value is to remark when green action is remarking.
                 For remark-dscp-continue and remark-dscp-pass, the range is 0 to 63;
                 For remark-ip-continue and remark-ip-pass and
                 remark-mplsexp-continue and remark-mplsexp-pass and
                 remark-dot1p-continue and remark-dot1p-pass, the range is 0 to 7;
                 For remark-fr-de-continue and remark-fr-de-pass and
                 remark-atm-clp-continue and remark-atm-clp-pass, the range is 0 and 1.
                 255 is returned only when getting value from hardware QoS
                 or when action being pass, continue, discard of software QoS.
                 255 can't be set.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.10
hh3cIfQoSTricolorCarYellowActionType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Hh3cIfCarAction
  SYNTAX	INTEGER {invalid(0), pass(1), continue(2), discard(3), remark(4), remark-ip-continue(5), remark-ip-pass(6), remark-mplsexp-continue(7), remark-mplsexp-pass(8), remark-dscp-continue(9), remark-dscp-pass(10), remark-dot1p-continue(11), remark-dot1p-pass(12), remark-atm-clp-continue(13), remark-atm-clp-pass(14), remark-fr-de-continue(15), remark-fr-de-pass(16), remarkLocalPreContinue(17), remarkLocalPrePass(18), remarkDropPreContinue(19), remarkDropPrePass(20)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Yellow Action."
  DEFVAL	{ pass }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.11
hh3cIfQoSTricolorCarYellowActionValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value is to remark when yellow action is remarking.
                 For remark-dscp-continue and remark-dscp-pass, the range is 0 to 63;
                 For remark-ip-continue and remark-ip-pass and
                 remark-mplsexp-continue and remark-mplsexp-pass and
                 remark-dot1p-continue and remark-dot1p-pass, the range is 0 to 7;
                 For remark-fr-de-continue and remark-fr-de-pass and
                 remark-atm-clp-continue and remark-atm-clp-pass, the range is 0 and 1.
                 255 is returned only when getting value from hardware QoS
                 or when action being pass, continue, discard of software QoS.
                 255 can't be set.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.12
hh3cIfQoSTricolorCarRedActionType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Hh3cIfCarAction
  SYNTAX	INTEGER {invalid(0), pass(1), continue(2), discard(3), remark(4), remark-ip-continue(5), remark-ip-pass(6), remark-mplsexp-continue(7), remark-mplsexp-pass(8), remark-dscp-continue(9), remark-dscp-pass(10), remark-dot1p-continue(11), remark-dot1p-pass(12), remark-atm-clp-continue(13), remark-atm-clp-pass(14), remark-fr-de-continue(15), remark-fr-de-pass(16), remarkLocalPreContinue(17), remarkLocalPrePass(18), remarkDropPreContinue(19), remarkDropPrePass(20)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Red Action"
  DEFVAL	{ discard }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.13
hh3cIfQoSTricolorCarRedActionValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value is to remark when red action is remarking.
                 For remark-dscp-continue and remark-dscp-pass, the range is 0 to 63;
                 For remark-ip-continue and remark-ip-pass and
                 remark-mplsexp-continue and remark-mplsexp-pass and
                 remark-dot1p-continue and remark-dot1p-pass, the range is 0 to 7;
                 For remark-fr-de-continue and remark-fr-de-pass and
                 remark-atm-clp-continue and remark-atm-clp-pass, the range is 0 and 1.
                 255 is returned only when getting value from hardware QoS
                 or when action being pass, continue, discard of software QoS.
                 255 can't be set.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.14
hh3cIfQoSTricolorCarRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.65.1.4.2.1.1.15
hh3cIfQoSTricolorCarUnitType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {unitAbsolute(1), unitPercent(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Unit of token parameters.  If it is unitAbsolute, the token
                parameters are in kbps and bytes, and if it is unitPercent,
                the token parameters are in percentage and milliseconds."
  DEFVAL	{ unitAbsolute }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarConfigTable(1) hh3cIfQoSTricolorCarConfigEntry(1) 15 }

.1.3.6.1.4.1.25506.2.65.1.4.2.2
hh3cIfQoSTricolorCarRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of tricolor car statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) 2 }

.1.3.6.1.4.1.25506.2.65.1.4.2.2.1
hh3cIfQoSTricolorCarRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSTricolorCarDirection, hh3cIfQoSTricolorCarType, hh3cIfQoSTricolorCarValue }
  DESCRIPTION	"Tricolor car statistic information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.2.2.1.1
hh3cIfQoSTricolorCarGreenPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of green packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarRunInfoTable(2) hh3cIfQoSTricolorCarRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.4.2.2.1.2
hh3cIfQoSTricolorCarGreenBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of green bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarRunInfoTable(2) hh3cIfQoSTricolorCarRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.4.2.2.1.3
hh3cIfQoSTricolorCarYellowPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of yellow packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarRunInfoTable(2) hh3cIfQoSTricolorCarRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.4.2.2.1.4
hh3cIfQoSTricolorCarYellowBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of yellow bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarRunInfoTable(2) hh3cIfQoSTricolorCarRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.4.2.2.1.5
hh3cIfQoSTricolorCarRedPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of red packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarRunInfoTable(2) hh3cIfQoSTricolorCarRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.4.2.2.1.6
hh3cIfQoSTricolorCarRedBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of red bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCARObjects(4) hh3cIfQoSTricolorCarGroup(2) hh3cIfQoSTricolorCarRunInfoTable(2) hh3cIfQoSTricolorCarRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.5
hh3cIfQoSGTSObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.5.1
hh3cIfQoSGTSConfigTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of generic traffic shaping information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) 1 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1
hh3cIfQoSGTSConfigEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSGTSClassRuleType, hh3cIfQoSGTSClassRuleValue }
  DESCRIPTION	"Generic traffic shaping information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1.1
hh3cIfQoSGTSClassRuleType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {any(1), ipv4acl(2), ipv6acl(3), queue(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the table,
                 which is the matching type for the packets on interface:
                 ipv4acl, ipv6acl, any, queue.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) hh3cIfQoSGTSConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1.2
hh3cIfQoSGTSClassRuleValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Value of type.
                 ipv4acl : 2000..5999
                 ipv6acl : 2000..42767
                 any : 0
                 queue : 0..7
                 "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) hh3cIfQoSGTSConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1.3
hh3cIfQoSGTSCir OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Information Rate.  The unit of this parameter depends
                on the hh3cIfQoSGTSUnitType node.
                +-----------+----------+------------+
                | Unit type | absolute | percent    |
                +-----------+----------+------------+
                | CIR unit  | kbps     | percentage |
                +-----------+----------+------------+
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) hh3cIfQoSGTSConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1.4
hh3cIfQoSGTSCbs OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Burst Size.  The unit of this parameter depends
                on the hh3cIfQoSGTSUnitType node.
                +-----------+----------+--------------+
                | Unit type | absolute | percent      |
                +-----------+----------+--------------+
                | CBS unit  | bytes    | milliseconds |
                +-----------+----------+--------------+
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) hh3cIfQoSGTSConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1.5
hh3cIfQoSGTSEbs OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Excess Burst Size.  The unit of this parameter depends
                on the hh3cIfQoSGTSUnitType node.
                +-----------+----------+--------------+
                | Unit type | absolute | percent      |
                +-----------+----------+--------------+
                | EBS unit  | bytes    | milliseconds |
                +-----------+----------+--------------+
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) hh3cIfQoSGTSConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1.6
hh3cIfQoSGTSQueueLength OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) hh3cIfQoSGTSConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1.7
hh3cIfQoSGTSConfigRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) hh3cIfQoSGTSConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1.8
hh3cIfQoSGTSPir OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak information rate.  The unit of this parameter depends
                on the hh3cIfQoSGTSUnitType node.
                +-----------+----------+------------+
                | Unit type | absolute | percent    |
                +-----------+----------+------------+
                | PIR unit  | kbps     | percentage |
                +-----------+----------+------------+
                "
  DEFVAL	{ 4294967295 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) hh3cIfQoSGTSConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.1.5.1.1.9
hh3cIfQoSGTSUnitType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {unitAbsolute(1), unitPercent(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Unit of token parameters.  If it is unitAbsolute, the token
                parameters are in kbps and bytes, and if it is unitPercent,
                the token parameters are in percentage and milliseconds."
  DEFVAL	{ unitAbsolute }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSConfigTable(1) hh3cIfQoSGTSConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.1.5.2
hh3cIfQoSGTSRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of  generic traffic shaping's statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) 2 }

.1.3.6.1.4.1.25506.2.65.1.5.2.1
hh3cIfQoSGTSRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSGTSClassRuleType, hh3cIfQoSGTSClassRuleValue }
  DESCRIPTION	"Generic traffic shaping's statistic information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.5.2.1.1
hh3cIfQoSGTSQueueSize OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets in the queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSRunInfoTable(2) hh3cIfQoSGTSRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.5.2.1.2
hh3cIfQoSGTSPassedPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of passed packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSRunInfoTable(2) hh3cIfQoSGTSRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.5.2.1.3
hh3cIfQoSGTSPassedBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of passed bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSRunInfoTable(2) hh3cIfQoSGTSRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.5.2.1.4
hh3cIfQoSGTSDiscardPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discard packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSRunInfoTable(2) hh3cIfQoSGTSRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.5.2.1.5
hh3cIfQoSGTSDiscardBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discard bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSRunInfoTable(2) hh3cIfQoSGTSRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.5.2.1.6
hh3cIfQoSGTSDelayedPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of delayed packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSRunInfoTable(2) hh3cIfQoSGTSRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.5.2.1.7
hh3cIfQoSGTSDelayedBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of delayed bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSGTSObjects(5) hh3cIfQoSGTSRunInfoTable(2) hh3cIfQoSGTSRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.6
hh3cIfQoSWREDObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.6.1
hh3cIfQoSWredGroupGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.1
hh3cIfQoSWredGroupNextIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for hh3cIfQoSWredGroupIndex
                 when creating rows in the hh3cIfQoSWredGroupTable.
                 Begin with 0.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.2
hh3cIfQoSWredGroupTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of WRED group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.6.1.2.1
hh3cIfQoSWredGroupEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSWredGroupIndex }
  DESCRIPTION	"WRED group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.2.1.1
hh3cIfQoSWredGroupIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..256) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"WRED group index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupTable(2) hh3cIfQoSWredGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.2.1.2
hh3cIfQoSWredGroupName OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"WRED group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupTable(2) hh3cIfQoSWredGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.6.1.2.1.3
hh3cIfQoSWredGroupType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {userdefined(0), dot1p(1), ippre(2), dscp(3), localpre(4), atmclp(5), frde(6), exp(7), queue(8), dropLevel(9)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of WRED group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupTable(2) hh3cIfQoSWredGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.6.1.2.1.4
hh3cIfQoSWredGroupWeightingConstant OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Exponent for WRED calculates the average length of queue.
                 If 'hh3cIfQoSWredGroupType' is 'queue', the object is ineffective.
                 So, it must use the object, which is 'hh3cIfQoSWredGroupExponent' of
                 hh3cIfQoSWredGroupContentTable, to indicate the exponent of
                 each queue of the queue WRED group."
  DEFVAL	{ 9 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupTable(2) hh3cIfQoSWredGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.6.1.2.1.6
hh3cIfQoSWredGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupTable(2) hh3cIfQoSWredGroupEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.6.1.3
hh3cIfQoSWredGroupContentTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of priority WRED information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.6.1.3.1
hh3cIfQoSWredGroupContentEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSWredGroupIndex, hh3cIfQoSWredGroupContentIndex, hh3cIfQoSWredGroupContentSubIndex }
  DESCRIPTION	"Priority WRED information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupContentTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.3.1.1
hh3cIfQoSWredGroupContentIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The priority of a packet.
                 Different type of packet has different priority.
                 Type of priority    Range of priority
                 dot1p              0..7
                 ippre              0..7
                 dscp               0..63
                 atmclp             0..1
                 frde               0..1
                 exp                0..7
                 queue              0..7 ( defined by product )
                 dropLevel          0..2
                 "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupContentTable(3) hh3cIfQoSWredGroupContentEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.3.1.2
hh3cIfQoSWredGroupContentSubIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The sub index.
                 Different type of packet has different value.
                 Type of priority    Range of value
                 queue              0..2
                 other types : 0
                 "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupContentTable(3) hh3cIfQoSWredGroupContentEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.6.1.3.1.3
hh3cIfQoSWredLowLimit OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Discard low limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupContentTable(3) hh3cIfQoSWredGroupContentEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.6.1.3.1.4
hh3cIfQoSWredHighLimit OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Discard high limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupContentTable(3) hh3cIfQoSWredGroupContentEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.6.1.3.1.5
hh3cIfQoSWredDiscardProb OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Discard probability."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupContentTable(3) hh3cIfQoSWredGroupContentEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.6.1.3.1.6
hh3cIfQoSWredGroupExponent OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Exponent for WRED calculates the average length of queue.
                 Only 'hh3cIfQoSWredGroupType' is 'queue', the object is effective.
                 This object is designed to indicate the exponent of
                 each queue of the queue WRED group.
                "
  DEFVAL	{ 9 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupContentTable(3) hh3cIfQoSWredGroupContentEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.6.1.3.1.7
hh3cIfQoSWredRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupContentTable(3) hh3cIfQoSWredGroupContentEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.6.1.4
hh3cIfQoSWredGroupApplyIfTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of WRED group applied interface information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.6.1.4.1
hh3cIfQoSWredGroupApplyIfEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"WRED group applied interface information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupApplyIfTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.4.1.1
hh3cIfQoSWredGroupApplyIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"WRED group index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupApplyIfTable(4) hh3cIfQoSWredGroupApplyIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.4.1.2
hh3cIfQoSWredGroupApplyName OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"WRED group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupApplyIfTable(4) hh3cIfQoSWredGroupApplyIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.6.1.4.1.3
hh3cIfQoSWredGroupIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredGroupApplyIfTable(4) hh3cIfQoSWredGroupApplyIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.6.1.5
hh3cIfQoSWredApplyIfRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of WRED statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.6.1.5.1
hh3cIfQoSWredApplyIfRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSWredGroupIndex, hh3cIfQoSWredGroupContentIndex, hh3cIfQoSWredGroupContentSubIndex }
  DESCRIPTION	"WRED statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredApplyIfRunInfoTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.5.1.1
hh3cIfQoSWredPreRandomDropNum OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of random drop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredApplyIfRunInfoTable(5) hh3cIfQoSWredApplyIfRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.1.5.1.2
hh3cIfQoSWredPreTailDropNum OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of tail drop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSWredGroupGroup(1) hh3cIfQoSWredApplyIfRunInfoTable(5) hh3cIfQoSWredApplyIfRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.6.2
hh3cIfQoSPortWredGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) 2 }

.1.3.6.1.4.1.25506.2.65.1.6.2.1
hh3cIfQoSPortWredWeightConstantTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of port WRED configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.2.1.1
hh3cIfQoSPortWredWeightConstantEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Port WRED configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredWeightConstantTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.2.1.1.1
hh3cIfQoSPortWredEnable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object is used to enable or disable WRED function of the port.
                 true: Enable WRED function of a port.
                 false: Disable WRED function of a port.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredWeightConstantTable(1) hh3cIfQoSPortWredWeightConstantEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.2.1.1.2
hh3cIfQoSPortWredWeightConstant OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Weight constant."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredWeightConstantTable(1) hh3cIfQoSPortWredWeightConstantEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.6.2.1.1.3
hh3cIfQoSPortWredWeightConstantRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredWeightConstantTable(1) hh3cIfQoSPortWredWeightConstantEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.6.2.2
hh3cIfQoSPortWredPreConfigTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of weighted random early detect precedence configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) 2 }

.1.3.6.1.4.1.25506.2.65.1.6.2.2.1
hh3cIfQoSPortWredPreConfigEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSPortWredPreID }
  DESCRIPTION	"Weighted random early detect precedence configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredPreConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.2.2.1.1
hh3cIfQoSPortWredPreID OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP precedence, from 0 to 7."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredPreConfigTable(2) hh3cIfQoSPortWredPreConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.2.2.1.2
hh3cIfQoSPortWredPreLowLimit OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Low Limit(number of packets)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredPreConfigTable(2) hh3cIfQoSPortWredPreConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.6.2.2.1.3
hh3cIfQoSPortWredPreHighLimit OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"High limit(number of packets)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredPreConfigTable(2) hh3cIfQoSPortWredPreConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.6.2.2.1.4
hh3cIfQoSPortWredPreDiscardProbability OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Discard probability denominator"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredPreConfigTable(2) hh3cIfQoSPortWredPreConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.6.2.2.1.5
hh3cIfQoSPortWredPreRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredPreConfigTable(2) hh3cIfQoSPortWredPreConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.6.2.3
hh3cIfQoSPortWredRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of WRED statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) 3 }

.1.3.6.1.4.1.25506.2.65.1.6.2.3.1
hh3cIfQoSPortWredRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cIfQoSPortWredPreID }
  DESCRIPTION	"WRED statistic information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredRunInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.2.3.1.1
hh3cIfQoSWREDTailDropNum OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of tail drop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredRunInfoTable(3) hh3cIfQoSPortWredRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.6.2.3.1.2
hh3cIfQoSWREDRandomDropNum OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of random drop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSWREDObjects(6) hh3cIfQoSPortWredGroup(2) hh3cIfQoSPortWredRunInfoTable(3) hh3cIfQoSPortWredRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.7
hh3cIfQoSPortPriorityObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.7.1
hh3cIfQoSPortPriorityConfigGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSPortPriorityObjects(7) 1 }

.1.3.6.1.4.1.25506.2.65.1.7.1.1
hh3cIfQoSPortPriorityTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of port priority information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSPortPriorityObjects(7) hh3cIfQoSPortPriorityConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.7.1.1.1
hh3cIfQoSPortPriorityEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Port priority information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSPortPriorityObjects(7) hh3cIfQoSPortPriorityConfigGroup(1) hh3cIfQoSPortPriorityTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.7.1.1.1.1
hh3cIfQoSPortPriorityValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The priority of a port."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSPortPriorityObjects(7) hh3cIfQoSPortPriorityConfigGroup(1) hh3cIfQoSPortPriorityTable(1) hh3cIfQoSPortPriorityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.7.1.2
hh3cIfQoSPortPirorityTrustTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of each port's trusted priority information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSPortPriorityObjects(7) hh3cIfQoSPortPriorityConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.7.1.2.1
hh3cIfQoSPortPirorityTrustEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Per-port trusted priority information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSPortPriorityObjects(7) hh3cIfQoSPortPriorityConfigGroup(1) hh3cIfQoSPortPirorityTrustTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.7.1.2.1.1
hh3cIfQoSPortPriorityTrustTrustType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {untrust(1), dot1p(2), dscp(3), exp(4), ipPrecedence(5), dot11e(6), auto(7)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Trusted priority type of a port."
  DEFVAL	{ untrust }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSPortPriorityObjects(7) hh3cIfQoSPortPriorityConfigGroup(1) hh3cIfQoSPortPirorityTrustTable(2) hh3cIfQoSPortPirorityTrustEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.7.1.2.1.2
hh3cIfQoSPortPriorityTrustOvercastType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {noOvercast(1), overcastDSCP(2), overcastCOS(3), overcast(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The overcast type."
  DEFVAL	{ noOvercast }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSPortPriorityObjects(7) hh3cIfQoSPortPriorityConfigGroup(1) hh3cIfQoSPortPirorityTrustTable(2) hh3cIfQoSPortPirorityTrustEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.9
hh3cIfQoSMapObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 9 }

.1.3.6.1.4.1.25506.2.65.1.9.1
hh3cIfQoSPriMapConfigGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) 1 }

.1.3.6.1.4.1.25506.2.65.1.9.1.1
hh3cIfQoSPriMapGroupNextIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for hh3cIfQoSPriMapGroupIndex
                 when creating rows in the hh3cIfQoSPriMapGroupTable.
                 Begin with 64.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.9.1.2
hh3cIfQoSPriMapGroupTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of map group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.9.1.2.1
hh3cIfQoSPriMapGroupEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSPriMapGroupIndex }
  DESCRIPTION	"Map group information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPriMapGroupTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.9.1.2.1.1
hh3cIfQoSPriMapGroupIndex OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of map, which are defined by system and user.
                 The index of system defined map is 1 to 9.
                 System defined map-name/map-index pairs like this:
                 Map-index    Map-name
                 1            dot1p-dp
                 2            dot1p-dscp
                 3            dot1p-lp
                 4            dscp-dot1p
                 5            dscp-dp
                 6            dscp-dscp
                 7            dscp-lp
                 8            exp-dp
                 9            exp-lp
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPriMapGroupTable(2) hh3cIfQoSPriMapGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.9.1.2.1.2
hh3cIfQoSPriMapGroupType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {userdefined(1), dot1p-dp(2), dot1p-dscp(3), dot1p-lp(4), dscp-dot1p(5), dscp-dp(6), dscp-dscp(7), dscp-lp(8), exp-dp(9), exp-lp(10)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of map group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPriMapGroupTable(2) hh3cIfQoSPriMapGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.9.1.2.1.3
hh3cIfQoSPriMapGroupName OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of map group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPriMapGroupTable(2) hh3cIfQoSPriMapGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.9.1.2.1.4
hh3cIfQoSPriMapGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPriMapGroupTable(2) hh3cIfQoSPriMapGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.9.1.3
hh3cIfQoSPriMapContentTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of priority map configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.9.1.3.1
hh3cIfQoSPriMapContentEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSPriMapGroupIndex, hh3cIfQoSPriMapGroupImportValue }
  DESCRIPTION	"Priority map configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPriMapContentTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.9.1.3.1.1
hh3cIfQoSPriMapGroupImportValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Priority map table import value list.
                 Different map has different hh3cIfQoSPriMapConfigImportValue.
                 Map-name       Range of hh3cIfQoSPriMapConfigImportValue
                 dot1p-dp       (0..7)
                 dot1p-dscp     (0..7)
                 dot1p-lp       (0..7)
                 dscp-dot1p     (0..63)
                 dscp-dp        (0..63)
                 dscp-dscp      (0..63)
                 dscp-lp(7)     (0..63)
                 exp-dp(8)      (0..7)
                 exp-lp         (0..7)
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPriMapContentTable(3) hh3cIfQoSPriMapContentEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.9.1.3.1.2
hh3cIfQoSPriMapGroupExportValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Priority map table output.
                 Different map has different hh3cIfQoSPriMapGroupExportValue.
                 dot1p-dp:   0..7
                 dot1p-dscp: 0..63
                 dot1p-lp:   0..7
                 dscp-dot1p: 0..7
                 dscp-dp:    0..7
                 dscp-dscp:  0..63
                 dscp-lp:    0..7
                 exp-dp:     0..7
                 exp-lp:     0..7
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPriMapContentTable(3) hh3cIfQoSPriMapContentEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.9.1.3.1.3
hh3cIfQoSPriMapContentRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPriMapContentTable(3) hh3cIfQoSPriMapContentEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.9.1.4
hh3cIfQoSPrePriMapTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Pre-defined priority mapping table information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.9.1.4.1
hh3cIfQoSPrePriMapEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSPrePriMapTableType, hh3cIfQoSPrePriMapTableColor, hh3cIfQoSPrePriMapTableDirection, hh3cIfQoSPrePriMapTableImportValue }
  DESCRIPTION	"Pre-defined priority mapping table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPrePriMapTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.1.9.1.4.1.1
hh3cIfQoSPrePriMapTableType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {dot1pToLp(1), dot1pToDp(2), expToLp(3), dscpToLp(4), expToDp(5), dscpToDp(6), dscpToDot1p(7), dot1pToDscp(8), dscpToDscp(9), dscpToExp(10), expToDscp(11), expToDot1p(12), expToExp(13), lpToDot1p(14), dot1pToRpr(15), dscpToRpr(16), expToRpr(17), ippreToRpr(18), upToDot1p(19), upToDscp(20), upToExp(21), upToDp(22), upToLp(23), upToRpr(24), upToFc(25), lpTodscp(26), dot11eToLp(27), lpToDot11e(28), lpToLp(29), dot1pToExp(30), lpToExp(31), lpToDp(32), upToUp(33), dot1pToDot1p(34)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of pre-defined priority mapping table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPrePriMapTable(4) hh3cIfQoSPrePriMapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.9.1.4.1.2
hh3cIfQoSPrePriMapTableColor OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {noColor(1), green(2), yellow(3), red(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The color of pre-defined priority mapping table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPrePriMapTable(4) hh3cIfQoSPrePriMapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.9.1.4.1.3
hh3cIfQoSPrePriMapTableDirection OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {noDirection(1), inbound(2), outbound(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The direction of pre-defined priority mapping table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPrePriMapTable(4) hh3cIfQoSPrePriMapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.9.1.4.1.4
hh3cIfQoSPrePriMapTableImportValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Input value of priority mapping table.
                 Different priority has different hh3cIfQoSPrePriMapTableImportValue.
                 Priority-type  Range of hh3cIfQoSPrePriMapTableImportValue
                 dot1p          (0..7)
                 dscp           (0..63)
                 lp             (0..7)
                 exp            (0..7)
                 ipPrecedence   (0..7)
                 up             (0..7)
                 dot11e         (0..7)
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPrePriMapTable(4) hh3cIfQoSPrePriMapEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.9.1.4.1.5
hh3cIfQoSPrePriMapTableExportValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Output value of priority mapping table.
                 Different priority has different hh3cIfQoSPrePriMapTableExportValue.
                 Priority-type  Range of hh3cIfQoSPrePriMapTableExportValue
                 dot1p          (0..7)
                 dscp           (0..63)
                 lp             (0..7)
                 exp            (0..7)
                 ipPrecedence   (0..7)
                 up             (0..7)
                 dp             (0..2)
                 fc             (0..7)
                 rpr            (0..2)
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSMapObjects(9) hh3cIfQoSPriMapConfigGroup(1) hh3cIfQoSPrePriMapTable(4) hh3cIfQoSPrePriMapEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.10
hh3cIfQoSL3PlusObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 10 }

.1.3.6.1.4.1.25506.2.65.1.10.1
hh3cIfQoSPortBindingGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSL3PlusObjects(10) 1 }

.1.3.6.1.4.1.25506.2.65.1.10.1.1
hh3cIfQoSPortBindingTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of EACL sub-interface binding information
                 for L3+ board ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSL3PlusObjects(10) hh3cIfQoSPortBindingGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.10.1.1.1
hh3cIfQoSPortBindingEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Binding information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSL3PlusObjects(10) hh3cIfQoSPortBindingGroup(1) hh3cIfQoSPortBindingTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.10.1.1.1.1
hh3cIfQoSBindingIf OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The binding interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSL3PlusObjects(10) hh3cIfQoSPortBindingGroup(1) hh3cIfQoSPortBindingTable(1) hh3cIfQoSPortBindingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.10.1.1.1.2
hh3cIfQoSBindingRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSL3PlusObjects(10) hh3cIfQoSPortBindingGroup(1) hh3cIfQoSPortBindingTable(1) hh3cIfQoSPortBindingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.11
hh3cQoSTraStaObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 11 }

.1.3.6.1.4.1.25506.2.65.1.11.1
hh3cQoSTraStaConfigGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) 1 }

.1.3.6.1.4.1.25506.2.65.1.11.1.1
hh3cQoSIfTraStaConfigInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of traffic statistics configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.11.1.1.1
hh3cQoSIfTraStaConfigInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cQoSIfTraStaConfigDirection }
  DESCRIPTION	"An entry of interface traffic statistics configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaConfigGroup(1) hh3cQoSIfTraStaConfigInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.11.1.1.1.1
hh3cQoSIfTraStaConfigDirection OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Direction
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The direction of the traffic statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaConfigGroup(1) hh3cQoSIfTraStaConfigInfoTable(1) hh3cQoSIfTraStaConfigInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.11.1.1.1.2
hh3cQoSIfTraStaConfigQueue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The bitmap of Queue ID.
                        The octet specifies queues 0 through 7.  If a bit has
                        a value of '1', the corresponding queue is configured
                        in the set of Queues; if a bit has a value of '0',
                        the corresponding queue is not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaConfigGroup(1) hh3cQoSIfTraStaConfigInfoTable(1) hh3cQoSIfTraStaConfigInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.11.1.1.1.3
hh3cQoSIfTraStaConfigDot1p OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The bitmap of Dot1p value.
                        The octet specifies Dot1p values 0 through 7.  If a bit
                        has a value of '1', the corresponding Dot1p value is
                        configured in the set of Dot1p values; if a bit has a
                        value of '0', the corresponding Dot1p value is not
                        configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaConfigGroup(1) hh3cQoSIfTraStaConfigInfoTable(1) hh3cQoSIfTraStaConfigInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.11.1.1.1.4
hh3cQoSIfTraStaConfigDscp OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The bitmap of Dscp value.
                        Each octet within this value specifies a set of
                        eight Dscp values, with the first octet specifying
                        Dscp values 0 through 7, the second octet specifying
                        Dscp values 8 through 15, etc.  If a bit has a value
                        of '1', the corresponding Dscp value is configured
                        in the set of Dscp values; if a bit has a value of
                        '0', the corresponding Dscp value is not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaConfigGroup(1) hh3cQoSIfTraStaConfigInfoTable(1) hh3cQoSIfTraStaConfigInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.11.1.1.1.5
hh3cQoSIfTraStaConfigVlan OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	OCTET STRING (512) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The bitmap of VLAN ID.
                        Each octet within this value specifies a set of
                        eight VLANs, with the first octet specifying
                        VLANs 0 through 7, the second octet specifying VLANs
                        8 through 15, etc.  If a bit has a value of '1', the
                        corresponding VLAN is configured in the set of VLANs;
                        if a bit has a value of '0', the corresponding VLAN
                        is not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaConfigGroup(1) hh3cQoSIfTraStaConfigInfoTable(1) hh3cQoSIfTraStaConfigInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.11.1.1.1.6
hh3cQoSIfTraStaConfigStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaConfigGroup(1) hh3cQoSIfTraStaConfigInfoTable(1) hh3cQoSIfTraStaConfigInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.11.2
hh3cQoSTraStaRunGroup OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) 2 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1
hh3cQoSIfTraStaRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of traffic statistics running information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1
hh3cQoSIfTraStaRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cQoSIfTraStaRunObjectType, hh3cQoSIfTraStaRunObjectValue, hh3cQoSIfTraStaRunDirection }
  DESCRIPTION	"An entry of interface traffic statistics running information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1.1
hh3cQoSIfTraStaRunObjectType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {queue(1), dot1p(2), dscp(3), vlanID(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of statistics object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) hh3cQoSIfTraStaRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1.2
hh3cQoSIfTraStaRunObjectValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Value range for the object type:
                 for Queue: 0~7
                 for Dot1p: 0~7
                 for Dscp: 0~63
                 for VlanID: 1~4094
                 "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) hh3cQoSIfTraStaRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1.3
hh3cQoSIfTraStaRunDirection OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION Direction
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The direction of the traffic statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) hh3cQoSIfTraStaRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1.4
hh3cQoSIfTraStaRunPassPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of passed packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) hh3cQoSIfTraStaRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1.5
hh3cQoSIfTraStaRunDropPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of dropped packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) hh3cQoSIfTraStaRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1.6
hh3cQoSIfTraStaRunPassBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of passed bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) hh3cQoSIfTraStaRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1.7
hh3cQoSIfTraStaRunDropBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of dropped bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) hh3cQoSIfTraStaRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1.8
hh3cQoSIfTraStaRunPassPPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"PPS (packets per second) of passed packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) hh3cQoSIfTraStaRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.1.11.2.1.1.9
hh3cQoSIfTraStaRunPassBPS OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"BPS (bytes per second) of passed packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSTraStaObjects(11) hh3cQoSTraStaRunGroup(2) hh3cQoSIfTraStaRunInfoTable(1) hh3cQoSIfTraStaRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.1.12
hh3cQoSGlobalPriorityObject OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 12 }

.1.3.6.1.4.1.25506.2.65.1.12.1
hh3cQoSRemarkTcpPortPriTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of remarking TCP port priority information.
                 The priority field of all packets with the specified
                 TCP port will be remarked to the configured value.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.1.1
hh3cQoSRemarkTcpPortPriEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSRemarkTcpPortStart }
  DESCRIPTION	"Remarking TCP port priority information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkTcpPortPriTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.1.1.1
hh3cQoSRemarkTcpPortStart OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Start value of TCP port range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkTcpPortPriTable(1) hh3cQoSRemarkTcpPortPriEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.1.1.2
hh3cQoSRemarkTcpPortEnd OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End value of TCP port range.
                 It cannot be less than start value.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkTcpPortPriTable(1) hh3cQoSRemarkTcpPortPriEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.12.1.1.3
hh3cQoSRemarkTcpPortType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {ipAll(1), ipv4(2), ipv6(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv4 packet, IPv6 packet, or all IP packet."
  DEFVAL	{ ipAll }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkTcpPortPriTable(1) hh3cQoSRemarkTcpPortPriEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.12.1.1.4
hh3cQoSRemarkTcpPortDot1p OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Dot1p value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkTcpPortPriTable(1) hh3cQoSRemarkTcpPortPriEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.12.1.1.5
hh3cQoSRemarkTcpPortDscp OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DSCP value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkTcpPortPriTable(1) hh3cQoSRemarkTcpPortPriEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.12.1.1.6
hh3cQoSRemarkTcpPortRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkTcpPortPriTable(1) hh3cQoSRemarkTcpPortPriEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.12.2
hh3cQoSRemarkUdpPortPriTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of remarking UDP port priority information.
                 The priority field of all packets with the specified
                 UDP port will be remarked to the configured value.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) 2 }

.1.3.6.1.4.1.25506.2.65.1.12.2.1
hh3cQoSRemarkUdpPortPriEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSRemarkUdpPortStart }
  DESCRIPTION	"Remarking UDP port priority information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkUdpPortPriTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.2.1.1
hh3cQoSRemarkUdpPortStart OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Start value of UDP port range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkUdpPortPriTable(2) hh3cQoSRemarkUdpPortPriEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.2.1.2
hh3cQoSRemarkUdpPortEnd OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End value of UDP port range.
                 It cannot be less than start value.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkUdpPortPriTable(2) hh3cQoSRemarkUdpPortPriEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.12.2.1.3
hh3cQoSRemarkUdpPortType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {ipAll(1), ipv4(2), ipv6(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv4 packet, IPv6 packet, or all IP packet."
  DEFVAL	{ ipAll }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkUdpPortPriTable(2) hh3cQoSRemarkUdpPortPriEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.12.2.1.4
hh3cQoSRemarkUdpPortDot1p OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Dot1p value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkUdpPortPriTable(2) hh3cQoSRemarkUdpPortPriEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.12.2.1.5
hh3cQoSRemarkUdpPortDscp OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DSCP value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkUdpPortPriTable(2) hh3cQoSRemarkUdpPortPriEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.12.2.1.6
hh3cQoSRemarkUdpPortRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkUdpPortPriTable(2) hh3cQoSRemarkUdpPortPriEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.12.3
hh3cQoSRemarkIPv4AddrPriTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of remarking IPv4 address priority information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) 3 }

.1.3.6.1.4.1.25506.2.65.1.12.3.1
hh3cQoSRemarkIPv4AddrPriEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSRemarkIPv4AddrValue }
  DESCRIPTION	"Remarking IPv4 address priority information entry.
                 The priority field of all IPv4 packets with the specified
                 IP address will be remarked to the configured value.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv4AddrPriTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.3.1.1
hh3cQoSRemarkIPv4AddrValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IPv4 address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv4AddrPriTable(3) hh3cQoSRemarkIPv4AddrPriEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.3.1.2
hh3cQoSRemarkIPv4AddrMask OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mask of IPv4 address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv4AddrPriTable(3) hh3cQoSRemarkIPv4AddrPriEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.12.3.1.3
hh3cQoSRemarkIPv4AddrMaskLength OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (1..32 | 2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mask length of IPv4 address."
  DEFVAL	{ 32 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv4AddrPriTable(3) hh3cQoSRemarkIPv4AddrPriEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.12.3.1.4
hh3cQoSRemarkIPv4AddrDot1p OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Dot1p value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv4AddrPriTable(3) hh3cQoSRemarkIPv4AddrPriEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.12.3.1.5
hh3cQoSRemarkIPv4AddrDscp OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DSCP value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv4AddrPriTable(3) hh3cQoSRemarkIPv4AddrPriEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.12.3.1.6
hh3cQoSRemarkIPv4AddrRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv4AddrPriTable(3) hh3cQoSRemarkIPv4AddrPriEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.12.4
hh3cQoSRemarkIPv6AddrPriTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of remarking IPv6 address priority information.
                 The priority field of all IPv6 packets with the specified
                 IP address will be remarked to the configured value.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) 4 }

.1.3.6.1.4.1.25506.2.65.1.12.4.1
hh3cQoSRemarkIPv6AddrPriEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSRemarkIPv6AddrValue }
  DESCRIPTION	"Remarking IPv6 address priority information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv6AddrPriTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.4.1.1
hh3cQoSRemarkIPv6AddrValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IPv6 address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv6AddrPriTable(4) hh3cQoSRemarkIPv6AddrPriEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.4.1.2
hh3cQoSRemarkIPv6AddrPrefixLength OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Prefix length of IPv6 address."
  DEFVAL	{ 128 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv6AddrPriTable(4) hh3cQoSRemarkIPv6AddrPriEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.12.4.1.3
hh3cQoSRemarkIPv6AddrDot1p OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Dot1p value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv6AddrPriTable(4) hh3cQoSRemarkIPv6AddrPriEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.12.4.1.4
hh3cQoSRemarkIPv6AddrDscp OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DSCP value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv6AddrPriTable(4) hh3cQoSRemarkIPv6AddrPriEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.12.4.1.5
hh3cQoSRemarkIPv6AddrRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkIPv6AddrPriTable(4) hh3cQoSRemarkIPv6AddrPriEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.12.5
hh3cQoSRemarkProtocolPriTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of remarking layer 3 protocol priority information.
                 The 802.1p priority field of all packets of the specified
                 protocol will be remarked to the configured value.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) 5 }

.1.3.6.1.4.1.25506.2.65.1.12.5.1
hh3cQoSRemarkProtocolPriEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSRemarkProtocolValue }
  DESCRIPTION	"Remarking layer 3 protocol priority information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkProtocolPriTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.5.1.1
hh3cQoSRemarkProtocolValue OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {ip(1), ipx(2), arp(3), appletalk(4), sna(5), netbeui(6)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Layer 3 protocol type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkProtocolPriTable(5) hh3cQoSRemarkProtocolPriEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.5.1.2
hh3cQoSRemarkProtocolDot1p OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Dot1p value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkProtocolPriTable(5) hh3cQoSRemarkProtocolPriEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.12.5.1.3
hh3cQoSRemarkProtocolRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkProtocolPriTable(5) hh3cQoSRemarkProtocolPriEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.12.6
hh3cQoSRemarkVlanPriTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of remarking VLAN priority information.
                 The priority field of all packets of the specified
                 VLAN will be remarked to the configured value.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) 6 }

.1.3.6.1.4.1.25506.2.65.1.12.6.1
hh3cQoSRemarkVlanPriEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSRemarkVlanStart }
  DESCRIPTION	"Remarking VLAN priority information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkVlanPriTable(6) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.6.1.1
hh3cQoSRemarkVlanStart OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Start VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkVlanPriTable(6) hh3cQoSRemarkVlanPriEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.12.6.1.2
hh3cQoSRemarkVlanEnd OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End VLAN ID.  It cannot be less than start value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkVlanPriTable(6) hh3cQoSRemarkVlanPriEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.12.6.1.3
hh3cQoSRemarkVlanDot1p OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Dot1p value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkVlanPriTable(6) hh3cQoSRemarkVlanPriEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.12.6.1.4
hh3cQoSRemarkVlanDscp OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DSCP value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkVlanPriTable(6) hh3cQoSRemarkVlanPriEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.12.6.1.5
hh3cQoSRemarkVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSRemarkVlanPriTable(6) hh3cQoSRemarkVlanPriEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.12.7
hh3cQoSTypeOfServiceObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) 7 }

.1.3.6.1.4.1.25506.2.65.1.12.7.1
hh3cQoSTypeOfServiceMode OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {disabled(1), ipPrecedence(2), dscp(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Global type of service.
                 The type of service is disabled by default.
                 When in ip-precedence mode, device uses ip-precedence value to
                 determine the 802.1p priority of the packet and its outbound queue.
                 When in DSCP mode, device uses DSCP value to determine
                 the 802.1p priority of the packet and its outbound queue.
                "
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cQoSGlobalPriorityObject(12) hh3cQoSTypeOfServiceObjects(7) 1 }

.1.3.6.1.4.1.25506.2.65.1.13
hh3cIfQoSProcessingStatusObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 13 }

.1.3.6.1.4.1.25506.2.65.1.13.1
hh3cIfQoSProcessingStatus OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	INTEGER {idle(1), busy(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object shows the current running status of the IFQoS module.
                'busy' means a task is being executed in the IFQoS module.  It is
                highly recommended not setting or reading IFQoS MIB objects in this state.
                otherwise, an operation failure might occur.
                'idle' means no task is being executed in the IFQoS module.  In this
                state, operations on IFQoS MIB objects will be accepted and executed
                immediately."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSProcessingStatusObjects(13) 1 }

.1.3.6.1.4.1.25506.2.65.1.14
hh3cIfQoSCoppObjects OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) 14 }

.1.3.6.1.4.1.25506.2.65.1.14.1
hh3cIfQoSCoppFlowStatTable OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of display the copp flow stat."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCoppObjects(14) 1 }

.1.3.6.1.4.1.25506.2.65.1.14.1.1
hh3cIfQoSCoppFlowStatEntry OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfQoSCoppFlowStatChassis, hh3cIfQoSCoppFlowStatSlot, hh3cIfQoSCoppFlowStatProType }
  DESCRIPTION	"Display the copp flow stat entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCoppObjects(14) hh3cIfQoSCoppFlowStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.14.1.1.1
hh3cIfQoSCoppFlowStatChassis OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Chassis number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCoppObjects(14) hh3cIfQoSCoppFlowStatTable(1) hh3cIfQoSCoppFlowStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.1.14.1.1.2
hh3cIfQoSCoppFlowStatSlot OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The slot number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCoppObjects(14) hh3cIfQoSCoppFlowStatTable(1) hh3cIfQoSCoppFlowStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.1.14.1.1.3
hh3cIfQoSCoppFlowStatProType OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Unsigned32 (1..65) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCoppObjects(14) hh3cIfQoSCoppFlowStatTable(1) hh3cIfQoSCoppFlowStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.1.14.1.1.4
hh3cIfQoSCoppFlowPassPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of passed packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCoppObjects(14) hh3cIfQoSCoppFlowStatTable(1) hh3cIfQoSCoppFlowStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.1.14.1.1.5
hh3cIfQoSCoppFlowPassBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of passed bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCoppObjects(14) hh3cIfQoSCoppFlowStatTable(1) hh3cIfQoSCoppFlowStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.1.14.1.1.6
hh3cIfQoSCoppFlowDropPackets OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of dropped packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCoppObjects(14) hh3cIfQoSCoppFlowStatTable(1) hh3cIfQoSCoppFlowStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.1.14.1.1.7
hh3cIfQoSCoppFlowDropBytes OBJECT-TYPE
  -- FROM	HH3C-IFQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of dropped bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cIfQos2(1) hh3cIfQoSCoppObjects(14) hh3cIfQoSCoppFlowStatTable(1) hh3cIfQoSCoppFlowStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2
hh3cCBQos2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) 2 }

.1.3.6.1.4.1.25506.2.65.2.1
hh3cCBQoSObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1
hh3cCBQoSClassifierObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.1
hh3cCBQoSClassifierIndexNext OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for
         hh3cCBQoSClassifierIndex when creating rows in the
         hh3cCBQoSClassifierCfgInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2
hh3cCBQoSClassifierCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Traffic Classifier configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2.1
hh3cCBQoSClassifierCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSClassifierIndex }
  DESCRIPTION	"Traffic Classifier Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSClassifierCfgInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2.1.1
hh3cCBQoSClassifierIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of Traffic Classifier.  Begin with 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSClassifierCfgInfoTable(2) hh3cCBQoSClassifierCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2.1.2
hh3cCBQoSClassifierName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of Traffic Classifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSClassifierCfgInfoTable(2) hh3cCBQoSClassifierCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2.1.3
hh3cCBQoSClassifierRuleCount OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter of match rules of Traffic classifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSClassifierCfgInfoTable(2) hh3cCBQoSClassifierCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2.1.4
hh3cCBQoSClassifierOperator OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {and(1), or(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operator of the match rules of traffic classifier.
         Software QoS supports and, or.
         Hardware QoS supports and.
        "
  DEFVAL	{ and }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSClassifierCfgInfoTable(2) hh3cCBQoSClassifierCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2.1.5
hh3cCBQoSClassifierLayer OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {unavailable(1), l2(2), l3(3), both(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configuration layer of traffic classifier.
         Only hardware QoS support it.
         1(unavailable) is returned only when getting value from software QoS.
         1(unavailable) can't be set.
        "
  DEFVAL	{ l3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSClassifierCfgInfoTable(2) hh3cCBQoSClassifierCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2.1.6
hh3cCBQoSClassifierType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {systemDefined(1), userDefined(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of classifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSClassifierCfgInfoTable(2) hh3cCBQoSClassifierCfgInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2.1.7
hh3cCBQosClassifierMatchRuleNextIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for
         hh3cCBQoSMatchRuleIndex when creating rows in the
         hh3cCBQoSMatchRuleCfgInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSClassifierCfgInfoTable(2) hh3cCBQoSClassifierCfgInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.1.2.1.8
hh3cCBQoSClassifierRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSClassifierCfgInfoTable(2) hh3cCBQoSClassifierCfgInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3
hh3cCBQoSMatchRuleCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Match Rule configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1
hh3cCBQoSMatchRuleCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSClassifierIndex, hh3cCBQoSMatchRuleIndex }
  DESCRIPTION	"Match Rule Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1.1
hh3cCBQoSMatchRuleIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of Match Rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) hh3cCBQoSMatchRuleCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1.2
hh3cCBQoSMatchRuleIfNot OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {match(1), matchNot(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether the if-match rule is a match or matchNot statement.
         Software QoS supports match, matchNot.
         Hardware QoS supports match.
        "
  DEFVAL	{ match }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) hh3cCBQoSMatchRuleCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1.3
hh3cCBQoSMatchRuleType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION MatchRuleType
  SYNTAX	INTEGER {matchRuleAny(1), matchRuleIpv4Acl(2), matchRuleIPv6Acl(3), matchRuleIPv4Protocol(4), matchRuleIPv6Protocol(5), matchRuleIPXProtocol(6), matchRuleDscp(7), matchRuleIpPre(8), matchRuleVlan8021p(9), matchRuleMplsExp(10), matchRuleAtmClp(11), matchRuleFrDe(12), matchRuleSourceMac(13), matchRuleDestinationMac(14), matchRuleQosLocalID(15), matchRuleClassifier(16), matchRuleInboundInterface(17), matchRuleRtpPort(18), matchRuleSourceIp(19), matchRuleVlanID(20), matchRuleTopMostVlanID(21), matchRuleLocalPrecedence(22), matchRuleDropPriority(23), matchRuleBittorrent(24), matchRuleServiceDot1p(25), matchRuleMplsLabel(26), matchRuleSecondMplsLabel(27), matchRuleSecondMplsExp(28), matchRulePacketLength(29), matchRuleArpProtocol(30), matchRuleForwardingLayer(31), matchRuleMacAcl(32), matchRuleUserAcl(33), matchRuleVxlan(34)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of Match Rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) hh3cCBQoSMatchRuleCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1.4
hh3cCBQoSMatchRuleStringValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Value of Match Rule.
         IPv4 ACL: SIZE (1..63) ACL name
         MAC ACL: SIZE (1..63) MAC ACL name
         User ACL: SIZE (1..63) User ACL name
         IPv6 ACL: SIZE (1..63) IPv6 ACL name
         SourceMAC: SIZE (12) HHHHHHHHHHHH
           for example: 010102020303 means the match rule is
                        'if-match source-mac 0101-0202-0303'
         DestinationMAC: SIZE (12) HHHHHHHHHHHH
           for example: 010102020303 means the match rule is
                        'if-match destination-mac 0101-0202-0303'
         Classifier: SIZE (1..31) classifier name
         InboundInterface: SIZE (1..47) interface description
         TopMostVlanID, VlanID: SIZE(1..109), up to 10 values can be input;
           for example: 1##5#11#111##114#1111 means the match rule is
                        'if-match vlanid 1 to 5 11 111 to 114 1111'
         SourceIp: SIZE (12) HHHHHHHHHHHH
           for example: 010102020303 means the match rule is
                        'if-match source-ip mac-address 0101-0202-0303'
         MplsLabel: SIZE (1..63), up to 8 values can be input;
           for example: 1#11#111#1111 means the match rule is
                        'if-match mpls-label 1 11 111 1111';
                        1##1111 means the match rule is
                        'if-match mpls-label 1 to 1111';
         SecondMplsLabel: SIZE (1..63), up to 8 values can be input;
           for example: 1#11#111#1111 means the match rule is
                        'if-match mpls-label 1 11 111 1111';
                        1##1111 means the match rule is
                        'if-match mpls-label 1 to 1111';
         VxlanID: SIZE(1..8) Vxlan ID or any
           for example: 20 means the match rule is
                        'if-match vxlan 20';
                        any means the match rule is
                        'if-match vxlan any';
         other types: Set is not permitted.  Zero-length string will
                      be returned when getting.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) hh3cCBQoSMatchRuleCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1.5
hh3cCBQoSMatchRuleIntValue1 OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Value of Match Rule.
         IPv4 ACL: 2000~3999
         MAC ACL: 4000~4999
         User ACL: 5000~5999
         IPv6 ACL: 2000~3999; 10000~42767
         Software QoS: 2000~3999
         Hardware Qos: 10000~42767
         RtpPort: start-port: 2000~65535
         IpPrec: value: 0~7, up to 8 values can be input.  The bit set to
                 1 of the last 8 bits of hh3cCBQoSMatchRuleIntValue1 is
                 used to indicate the value 0~7.
           for example: 0x53(Binary format is 01010011)
                        means the match rule is 'if-match ip-prec 0 1 4 6'
         Dscp: value:0~63, up to 8 values can be input.
               The bit set to 1 of hh3cCBQoSMatchRuleIntValue1 is used
               to indicate the value 32~63.
               The bit set to 1 of hh3cCBQoSMatchRuleIntValue2 is used to
               indicate the value 0~31.
           for example: 0x80000003 means the match rule is 'if-match
                        dscp 32 33 63'
         Vlan8021p: value:0~7, up to 8 values can be input.  The bit set
                    to 1 of the last 8 bits of hh3cCBQoSMatchRuleIntValue1
                    is used to indicate the value 0~7.
           for example: 0x53(Binary format is 01010011) means the
                        match rule is 'if-match customer-dot1p 0 1 4 6'
         MplsExp: value:0~7, up to 8 values can be input.  The bit set to 1
                  of the last 8 bits of hh3cCBQoSMatchRuleIntValue1 is used
                  to indicate the 8 value 0~7.
           for example: 0x53(Binary format is 01010011) means the
                        match rule is 'if-match mpls 0 1 4 6'
         SourceIp: 1~4095
         QosLocalID: 1~4095
         AtmClp: 0~1
         FrDe: 0~1
         LocalPrecedence: 0~7, up to 8 values can be input.  The bit set to
                          1 of the last 8 bits of hh3cCBQoSMatchRuleIntValue1
                          is used to indicate the value 0~7.
           for example: 0x53(Binary format is 01010011) means the match
                        rule is 'if-match localprecedence 0 1 4 6'
         DropPriority: 0~2, up to 3 values can be input.  The bit set to 1
                       of the last 3 bits of hh3cCBQoSMatchRuleIntValue1 is
                       used to indicate the value 0~2.
         ServiceDot1p: 0~7, up to 8 values can be input.
                       The bit set to 1 of the last 8 bits of
                       hh3cCBQoSMatchRuleIntValue1 is used to indicate
                       the value 0~7.
           for example: 0x53(Binary format is 01010011) means the match
                        rule is 'if-match service-dot1p 0 1 4 6'
         SecondMplsExp: value:0~7, up to 8 values can be input.  The bit
                        set to 1 of the last 8 bits of hh3cCBQoSMatchRuleIntValue1
                        is used to indicate the 8 value 0~7.
           for example: 0x53(Binary format is 01010011) means the
                        match rule is 'if-match mpls 0 1 4 6'
         PacketLength: 1~2000.  hh3cCBQoSMatchRuleIntValue1 is used to
                       indicate the minimum value, hh3cCBQoSMatchRuleIntValue2
                       is used to indicate the maximum value.
         ForwardingLayer: {bridge(1), route(2)}
         other types: Set is not permitted.  0xffffffff will be returned
                      when getting.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) hh3cCBQoSMatchRuleCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1.6
hh3cCBQoSMatchRuleIntValue2 OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Value of Match Rule.
         RtpPort: end-port: 2000~65535
         Dscp: value:0~63, up to 8 values can be input.
               The bit set to 1 of hh3cCBQoSMatchRuleIntValue1 is used to indicate the value 32~63.
               The bit set to 1 of hh3cCBQoSMatchRuleIntValue2 is used to indicate the value 0~31.
               for example: 0x80000003 means the match rule is 'if-match dscp 0 1 31'
         PacketLength: 1~2000.  hh3cCBQoSMatchRuleIntValue1 is used to
                       indicate the minimum value, hh3cCBQoSMatchRuleIntValue2
                       is used to indicate the maximum value.
         other types: Set is not permitted.  0xffffffff will be returned when getting.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) hh3cCBQoSMatchRuleCfgInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1.7
hh3cCBQoSMatchIpAddressType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A value that represents a type of Internet address.
          unknown(0)  An unknown address type.  This value MUST
            be used if the value of the corresponding
            InetAddress object is a zero-length string.
            It may also be used to indicate an IP address
            which is not in one of the formats defined below.

         ipv4(1)     An IPv4 address as defined by the
                InetAddressIPv4 textual convention.

         ipv6(2)     A global IPv6 address as defined by the
                InetAddressIPv6 textual convention.

         ipv4z(3)    A non-global IPv4 address including a zone
                index as defined by the InetAddressIPv4z textual convention.

         ipv6z(4)    A non-global IPv6 address including a zone
                index as defined by the InetAddressIPv6z textual convention.

         dns(16)     A DNS domain name as defined by the
                InetAddressDNS textual convention.

         Value of match rule.
         SourceIp support this node.
         other types: Set is not permitted.  Unknown will be returned when getting.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) hh3cCBQoSMatchRuleCfgInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1.8
hh3cCBQoSMatchIpAddress OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes a generic Internet address.
         SourceIP support this node.
         other types: Set is not permitted.  NULL will be returned when getting.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) hh3cCBQoSMatchRuleCfgInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.1.3.1.9
hh3cCBQoSMatchRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchRuleCfgInfoTable(3) hh3cCBQoSMatchRuleCfgInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.1.4
hh3cCBQoSMatchCpProtoCfgTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Matching CpProtocol Rule configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.1.4.1
hh3cCBQoSMatchCpProtoCfgEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSClassifierIndex, hh3cCBQoSMatchRuleIndex }
  DESCRIPTION	"Matching CpProtocol Rule Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchCpProtoCfgTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.4.1.1
hh3cCBQoSMatchCpProtoIfNot OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {match(1), matchNot(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether the if-match rule is a match or matchNot statement.
         Software QoS supports match, matchNot.
         Hardware QoS supports match.
        "
  DEFVAL	{ match }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchCpProtoCfgTable(4) hh3cCBQoSMatchCpProtoCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.4.1.2
hh3cCBQoSMatchCpProtoValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Value of Cp Protocol, SIZE (1..23).  Up to 8 values can be input.
           for example: 1#2#3#4#5 means the match rule is
                        'if-match control-plane protocol arp arp-snooping
                        bgp bgp4+ bpdu-tunnel';
        arp: 1
        arp-snooping: 2
        bgp: 3
        bgp4+: 4
        bpdu-tunnel: 5
        cdp: 6
        cfd: 7
        dhcp: 8
        dhcp-snooping: 9
        dhcp6: 10
        dldp: 11
        dot1x: 12
        gmrp: 13
        gvrp: 14
        http: 15
        https: 16
        icmp: 17
        icmp6: 18
        igmp: 19
        igmp-snooping: 20
        irdp: 21
        isis: 22
        lacp: 23
        ldp: 24
        ldp6: 25
        lldp: 26
        mld: 27
        msdp: 28
        ntp: 29
        oam: 30
        ospf-multicast: 31
        ospf-unicast: 32
        ospf3-multicast: 33
        ospf3-unicast: 34
        pagp: 35
        pim-multicast: 36
        pim-unicast: 37
        pim6-multicast: 38
        pim6-unicast: 39
        portal: 40
        pppoe-negotiation: 41
        pvst: 42
        radius: 43
        rip: 44
        ripng: 45
        rrpp: 46
        rsvp: 47
        smart-link: 48
        snmp: 49
        stp: 50
        tacas: 51
        udld: 52
        udp-helper: 53
        vrrp: 54
        vrrp6: 55
        vtp: 56
        ip-option: 57
        ipv6-option: 58
        ssh: 59
        telnet: 60"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchCpProtoCfgTable(4) hh3cCBQoSMatchCpProtoCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.1.4.1.3
hh3cCBQoSMatchCpProtoRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchCpProtoCfgTable(4) hh3cCBQoSMatchCpProtoCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.1.5
hh3cCBQoSMatchCpGroupCfgTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of matching Cp protocol group rule configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.1.5.1
hh3cCBQoSMatchCpGroupCfgEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSClassifierIndex, hh3cCBQoSMatchRuleIndex }
  DESCRIPTION	"Matching Cp protocol group Rule Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchCpGroupCfgTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.5.1.1
hh3cCBQoSMatchCpGroupIfNot OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {match(1), matchNot(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether the if-match rule is a match or matchNot statement.
         Software QoS supports match, matchNot.
         Hardware QoS supports match.
        "
  DEFVAL	{ match }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchCpGroupCfgTable(5) hh3cCBQoSMatchCpGroupCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.1.5.1.2
hh3cCBQoSMatchCpGroupValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {critical(1), important(2), management(3), normal(4), redirect(5), monitor(6), exception(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of Cp protocol group.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchCpGroupCfgTable(5) hh3cCBQoSMatchCpGroupCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.1.5.1.3
hh3cCBQoSMatchCpGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSClassifierObjects(1) hh3cCBQoSMatchCpGroupCfgTable(5) hh3cCBQoSMatchCpGroupCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2
hh3cCBQoSBehaviorObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.1
hh3cCBQoSBehaviorIndexNext OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for
         hh3cCBQoSBehaviorIndex when creating rows in the
         hh3cCBQoSBehaviorCfgInfoTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.2
hh3cCBQoSBehaviorCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Traffic Behavior configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.2.1
hh3cCBQoSBehaviorCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Traffic Behavior Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSBehaviorCfgInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.2.1.1
hh3cCBQoSBehaviorIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of Traffic Behavior."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSBehaviorCfgInfoTable(2) hh3cCBQoSBehaviorCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.2.1.2
hh3cCBQoSBehaviorName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of Traffic Behavior."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSBehaviorCfgInfoTable(2) hh3cCBQoSBehaviorCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.2.1.3
hh3cCBQoSBehaviorType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {systemDefined(1), userDefined(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of behavior."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSBehaviorCfgInfoTable(2) hh3cCBQoSBehaviorCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.2.1.4
hh3cCBQoSBehaviorRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSBehaviorCfgInfoTable(2) hh3cCBQoSBehaviorCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3
hh3cCBQoSCarCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of CAR feature configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1
hh3cCBQoSCarCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"CAR Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.1
hh3cCBQoSCarCir OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Information Rate.  Unit: kbps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.2
hh3cCBQoSCarCbs OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Burst Size.  Unit: byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.3
hh3cCBQoSCarEbs OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Excess Burst Size.  Unit: byte.
         Only software QoS support this node.
         4294967295 is returned only when getting value from hardware QoS.
         4294967295 can't be set."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.4
hh3cCBQoSCarPir OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak Information Rate.  Unit: kbps.
         Only hardware QoS support this node.
         4294967295 is returned only when getting value from software QoS.
         4294967295 can't be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.5
hh3cCBQoSCarPbs OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak Burst Size.  Unit: byte.
         Only hardware QoS support this node.
         4294967295 is returned only when getting value from software QoS.
         4294967295 can't be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.6
hh3cCBQoSCarGreenAction OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION CarAction
  SYNTAX	INTEGER {invalid(0), pass(1), continue(2), discard(3), remark(4), remark-ip-continue(5), remark-ip-pass(6), remark-mplsexp-continue(7), remark-mplsexp-pass(8), remark-dscp-continue(9), remark-dscp-pass(10), remark-dot1p-continue(11), remark-dot1p-pass(12), remark-atm-clp-continue(13), remark-atm-clp-pass(14), remark-fr-de-continue(15), remark-fr-de-pass(16), remark-local-pre-pass(17), remark-drop-pre-pass(18)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Green Action
         Hardware QoS : pass, discard, remark.
         Software QoS : pass, discard, remark IP Precedence, remark DSCP, remark MPLS EXP.
        "
  DEFVAL	{ pass }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.7
hh3cCBQoSCarGreenRemarkValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value is to remark When green action is remarking.
         For remarking DSCP, the range is 0~63;
         For remarking IP Precedence and MPLS EXP, the range is 0~7;
         Only software QoS support this node.
         255 is returned only when getting value from hardware QoS or
         when action being pass, discard of software QoS.
         255 can't be set.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.8
hh3cCBQoSCarYellowAction OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION CarAction
  SYNTAX	INTEGER {invalid(0), pass(1), continue(2), discard(3), remark(4), remark-ip-continue(5), remark-ip-pass(6), remark-mplsexp-continue(7), remark-mplsexp-pass(8), remark-dscp-continue(9), remark-dscp-pass(10), remark-dot1p-continue(11), remark-dot1p-pass(12), remark-atm-clp-continue(13), remark-atm-clp-pass(14), remark-fr-de-continue(15), remark-fr-de-pass(16), remark-local-pre-pass(17), remark-drop-pre-pass(18)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Yellow Action:
         Only hardware QoS support this node.  Hardware QoS support pass, discard, remark.
         invalid is returned only when getting value from software QoS.
         invalid can't be set.
        "
  DEFVAL	{ remark }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.9
hh3cCBQoSCarYellowRemarkValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value is to remark When red action is remarking.
         For remarking DSCP, the range is 0~63;
         For remarking IP Precedence and MPLS EXP, the range is 0~7;
         Only software QoS support this node.
         255 is returned only when getting value from hardware QoS or
         when action being pass, discard of software QoS.
         255 can't be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.10
hh3cCBQoSCarRedAction OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION CarAction
  SYNTAX	INTEGER {invalid(0), pass(1), continue(2), discard(3), remark(4), remark-ip-continue(5), remark-ip-pass(6), remark-mplsexp-continue(7), remark-mplsexp-pass(8), remark-dscp-continue(9), remark-dscp-pass(10), remark-dot1p-continue(11), remark-dot1p-pass(12), remark-atm-clp-continue(13), remark-atm-clp-pass(14), remark-fr-de-continue(15), remark-fr-de-pass(16), remark-local-pre-pass(17), remark-drop-pre-pass(18)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Red Action:
         Hardware QoS : pass, discard, remark.
         Software QoS : pass, discard, remark IP Precedence, remark DSCP, remark MPLS EXP.
        "
  DEFVAL	{ discard }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.11
hh3cCBQoSCarRedRemarkValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value is to remark When red action is remarking.
         For remarking DSCP, the range is 0~63;
         For remarking IP Precedence and MPLS EXP, the range is 0~7;
         Only software QoS support this node.
         255 is returned only when getting value from hardware QoS or
         when action being pass, discard of software QoS.
         255 can't be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.12
hh3cCBQoSCarPolicedPriorityMapType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {none(0), policed-service-map(1), local-precedence-dot1p-map(2), drop-precedence-map(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of priority map."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.65.2.1.2.3.1.13
hh3cCBQoSCarRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSCarCfgInfoTable(3) hh3cCBQoSCarCfgInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.65.2.1.2.4
hh3cCBQoSAggregativeCarCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of aggregative CAR applied CBQ feature configuration information.
         Aggregative CAR is managed by HH3C-IFQOS2-MIB.  So, you can use HH3C-IFQOS2-MIB
         to get some details information about aggregative CAR.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.4.1
hh3cCBQoSAggregativeCarCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex, hh3cCBQoSCarAggregativeCarIndex }
  DESCRIPTION	"Aggregative CAR feature applied CBQ configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSAggregativeCarCfgInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.4.1.1
hh3cCBQoSCarAggregativeCarIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of aggregative CAR.
         It is equal to hh3cIfQoSAggregativeCarIndex at HH3C-IFQOS2-MIB.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSAggregativeCarCfgInfoTable(4) hh3cCBQoSAggregativeCarCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.4.1.2
hh3cCBQoSCarAggregativeCarName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of aggregative CAR.
         It is equal to hh3cIfQoSAggregativeCarName at HH3C-IFQOS2-MIB.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSAggregativeCarCfgInfoTable(4) hh3cCBQoSAggregativeCarCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.4.1.3
hh3cCBQoSAggregativeCarRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSAggregativeCarCfgInfoTable(4) hh3cCBQoSAggregativeCarCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.5
hh3cCBQoSGtsCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of GTS feature configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.2.5.1
hh3cCBQoSGtsCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"GTS Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSGtsCfgInfoTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.5.1.1
hh3cCBQoSGtsCir OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Information Rate.  Unit: kbps"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSGtsCfgInfoTable(5) hh3cCBQoSGtsCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.5.1.2
hh3cCBQoSGtsCbs OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Burst Size.  Unit: byte
         default: max(cir*1/2,15000)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSGtsCfgInfoTable(5) hh3cCBQoSGtsCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.5.1.3
hh3cCBQoSGtsEbs OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Excess Burst Size.  Unit: byte"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSGtsCfgInfoTable(5) hh3cCBQoSGtsCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.5.1.4
hh3cCBQoSGtsQueueLength OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of GTS buffer."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSGtsCfgInfoTable(5) hh3cCBQoSGtsCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.5.1.5
hh3cCBQoSGtsRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSGtsCfgInfoTable(5) hh3cCBQoSGtsCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.2.5.1.6
hh3cCBQoSGtsPir OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak Information Rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSGtsCfgInfoTable(5) hh3cCBQoSGtsCfgInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.2.6
hh3cCBQoSRemarkCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Remarking feature configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.2.6.1
hh3cCBQoSRemarkCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex, hh3cCBQoSRemarkType }
  DESCRIPTION	"Remarking Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRemarkCfgInfoTable(6) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.6.1.1
hh3cCBQoSRemarkType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RemarkType
  SYNTAX	INTEGER {typeIpPrecedence(1), typeDscp(2), typeMplsExp(3), typeVlan8021p(4), typeAtmClp(5), typeFrDe(6), typeVlanID(7), typeQosLocalID(8), typeDropPrecedence(9), typeLocalPrecedence(10), typeTopMostVlanID(11), typeSecondMplsExp(12)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Remark type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRemarkCfgInfoTable(6) hh3cCBQoSRemarkCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.6.1.2
hh3cCBQoSRemarkValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..4095) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Value to remark:
         for IpPrecedence: 0~7
         for Dscp: 0~63
         for MplsExp: 0~7
         for Vlan8021p: 0~7
         for AtmClp: 0~1
         for FrDe: 0~1
         for VlanID: 1~4094
         for QosLocalID: 1~4095
         for DropPrecedence: 0~2
         for LocalPrecedence: 0~7
         for TopMostVlanID: 1~4094
         for SecondMplsExp: 0~7
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRemarkCfgInfoTable(6) hh3cCBQoSRemarkCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.6.1.3
hh3cCBQoSRemarkRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRemarkCfgInfoTable(6) hh3cCBQoSRemarkCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7
hh3cCBQoSQueueCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of queue feature configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1
hh3cCBQoSQueueCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Queue Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1.1
hh3cCBQoSQueueType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION QueueType
  SYNTAX	INTEGER {ef(1), af(2), wfq(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Queueing Type:
         EF:(1)
         AF:(2)
         WFQ:(3)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) hh3cCBQoSQueueCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1.2
hh3cCBQoSQueueDropType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {typeUnavailable(0), typeTailDrop(1), typeWred(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The drop type of queue.  Only valid for AF and WFQ queue.
         typeUnavailable is returned only when getting value about EF queue.
         typeUnavailable can't be set."
  DEFVAL	{ typeTailDrop }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) hh3cCBQoSQueueCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1.3
hh3cCBQoSQueueLength OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of QueueLength.  Only valid for tail-drop type
         of AF and WFQ queue.
         2147483647 is returned only when getting value about EF queue
         or WRED type of AF and WFQ queue.
         2147483647 can't be set."
  DEFVAL	{ 64 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) hh3cCBQoSQueueCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1.4
hh3cCBQoSQueueBandwidthUnit OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION QueueBandwidthUnit
  SYNTAX	INTEGER {unitUnavailable(0), unitAbsolute(1), unitPercent(2), unitRemainPercent(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Bandwidth Unit:
         Absolute, Unit Kbps (1)
         Percent, Unit % (2)
         RemainPercent, Unit % of remained bandwidth (3)
         Only valid for EF and AF queue.
         0 is returned only when getting value about WFQ queue.
         0 can't be set.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) hh3cCBQoSQueueCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1.5
hh3cCBQoSQueueBandwidthValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..100000000 | 2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Bandwidth value:
         Absolute value: 8~100000000.  Unit: Kbps
         Percent value: 1~100.
         Only valid for EF and AF queue.
         2147483647 is returned only when getting value about WFQ queue.
         2147483647 can't be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) hh3cCBQoSQueueCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1.6
hh3cCBQoSQueueCbs OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (32..1000000000 | 2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Burst Size.  Unit: byte.
         Only valid for EF queue.
         Default: If the value of 'hh3cCBQoSQueueBandwidthValue * 25' is
                  between 1500 and 2000000, the default value of this
                  object is 'hh3cCBQoSQueueBandwidthValue * 25';If the value of
                  'hh3cCBQoSQueueBandwidthValue * 25' is larger than or equal to
                  2000000, the default value of this object is 2000000;
                  If the value of 'hh3cCBQoSQueueBandwidthValue * 25' is
                  less than or equal to 1500, the default value of this object is 1500.
         2147483647 is returned only when getting value about AF or WFQ queue.
         2147483647 can't be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) hh3cCBQoSQueueCfgInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1.7
hh3cCBQoSQueueQueueNumber OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {unavailable(0), a16(16), a32(32), a64(64), a128(128), a256(256), a512(512), a1024(1024), a2048(2048), a4096(4096)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Max number of hashed queues (a power of 2).
         Only valid for WFQ.
         'unavailable' is returned only when getting value about AF or EF queue.
         'unavailable' can't be set."
  DEFVAL	{ a256 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) hh3cCBQoSQueueCfgInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1.8
hh3cCBQoSQueueCbsRatio OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (25..500 | 2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Committed Burst Size Ratio.
         CBS = CBS_Ratio * Bandwidth(k bps)
         Only valid for EF queue.
         2147483647 is returned only when getting value about AF or WFQ queue.
         2147483647 can't be set.
        "
  DEFVAL	{ 25 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) hh3cCBQoSQueueCfgInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.2.7.1.9
hh3cCBQoSQueueRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSQueueCfgInfoTable(7) hh3cCBQoSQueueCfgInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.2.8
hh3cCBQoSWredCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of WRED configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.2.8.1
hh3cCBQoSWredCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"WRED Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSWredCfgInfoTable(8) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.8.1.1
hh3cCBQoSWredType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION WredType
  SYNTAX	INTEGER {typeIpPrecBased(1), typeDscpBased(2), typeDropLevelBased(3), typeAtmClpBased(4), typeVlan8021pBased(5), typeMplsExpBased(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"WRED type."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSWredCfgInfoTable(8) hh3cCBQoSWredCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.8.1.2
hh3cCBQoSWredWeightConst OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify weight for calculating mean queue depth."
  DEFVAL	{ 9 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSWredCfgInfoTable(8) hh3cCBQoSWredCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.9
hh3cCBQoSWredClassCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of WRED configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.2.9.1
hh3cCBQoSWredClassCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex, hh3cCBQoSWredClassValue }
  DESCRIPTION	"WRED Class Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSWredClassCfgInfoTable(9) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.9.1.1
hh3cCBQoSWredClassValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The class value.
         For IP precedence based WRED, the class is IP precedence,
         and range is 0~7.
         For DSCP based WRED, the class is DSCP, and range is 0~63.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSWredClassCfgInfoTable(9) hh3cCBQoSWredClassCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.9.1.2
hh3cCBQoSWredClassLowLimit OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The low limit of queue depth."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSWredClassCfgInfoTable(9) hh3cCBQoSWredClassCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.9.1.3
hh3cCBQoSWredClassHighLimit OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The high limit of queue depth."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSWredClassCfgInfoTable(9) hh3cCBQoSWredClassCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.9.1.4
hh3cCBQoSWredClassDiscardProb OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The discard probability denominator."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSWredClassCfgInfoTable(9) hh3cCBQoSWredClassCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.10
hh3cCBQoSPolicyRouteCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Policy Routing configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 10 }

.1.3.6.1.4.1.25506.2.65.2.1.2.10.1
hh3cCBQoSPolicyRouteCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Policy Routeing Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPolicyRouteCfgInfoTable(10) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.10.1.1
hh3cCBQoSPolicyRouteIpAddrType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of InetAddress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPolicyRouteCfgInfoTable(10) hh3cCBQoSPolicyRouteCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.10.1.2
hh3cCBQoSPolicyRouteNexthop OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The next-hop ip address for redirection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPolicyRouteCfgInfoTable(10) hh3cCBQoSPolicyRouteCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.10.1.3
hh3cCBQoSPolicyRouteBackup OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {backup(1), notbackup(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether forward the packet according to the routing table
         When the next-hop IP address for redirection is not valid.
         Backup means forwarding.  NoBackup means not forwarding.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPolicyRouteCfgInfoTable(10) hh3cCBQoSPolicyRouteCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.10.1.4
hh3cCBQoSPolicyRouteRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPolicyRouteCfgInfoTable(10) hh3cCBQoSPolicyRouteCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.11
hh3cCBQoSNatCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Nat configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 11 }

.1.3.6.1.4.1.25506.2.65.2.1.2.11.1
hh3cCBQoSNatCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Nat Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNatCfgInfoTable(11) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.11.1.1
hh3cCBQoSNatMainNumber OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The main ISP number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNatCfgInfoTable(11) hh3cCBQoSNatCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.11.1.2
hh3cCBQoSNatBackupNumber OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The backup ISP number"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNatCfgInfoTable(11) hh3cCBQoSNatCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.11.1.3
hh3cCBQoSNatServiceClass OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service class."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNatCfgInfoTable(11) hh3cCBQoSNatCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.11.1.4
hh3cCBQoSNatRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNatCfgInfoTable(11) hh3cCBQoSNatCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.12
hh3cCBQoSFirewallCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of firewall configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 12 }

.1.3.6.1.4.1.25506.2.65.2.1.2.12.1
hh3cCBQoSFirewallCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Firewall configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSFirewallCfgInfoTable(12) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.12.1.1
hh3cCBQoSFirewallAction OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The firewall action "
  DEFVAL	{ permit }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSFirewallCfgInfoTable(12) hh3cCBQoSFirewallCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.12.1.2
hh3cCBQoSFirewallRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSFirewallCfgInfoTable(12) hh3cCBQoSFirewallCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.13
hh3cCBQoSSamplingCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of sampling configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 13 }

.1.3.6.1.4.1.25506.2.65.2.1.2.13.1
hh3cCBQoSSamplingCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Sampling configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSSamplingCfgInfoTable(13) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.13.1.1
hh3cCBQoSSamplingNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The sampling number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSSamplingCfgInfoTable(13) hh3cCBQoSSamplingCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.13.1.2
hh3cCBQoSSamplingRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSSamplingCfgInfoTable(13) hh3cCBQoSSamplingCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.14
hh3cCBQoSAccountCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of account configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 14 }

.1.3.6.1.4.1.25506.2.65.2.1.2.14.1
hh3cCBQoSAccountCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Account configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSAccountCfgInfoTable(14) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.14.1.1
hh3cCBQoSAccounting OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Account action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSAccountCfgInfoTable(14) hh3cCBQoSAccountCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.14.1.2
hh3cCBQoSAccountRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSAccountCfgInfoTable(14) hh3cCBQoSAccountCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.14.1.3
hh3cCBQoSAccountingMode OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {auto(1), packet(2), byte(3), both(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Account mode."
  DEFVAL	{ auto }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSAccountCfgInfoTable(14) hh3cCBQoSAccountCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15
hh3cCBQoSRedirectCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of redirect configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 15 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1
hh3cCBQoSRedirectCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Redirect configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1.1
hh3cCBQoSRedirectType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {cpu(1), interface(2), nextHop(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of redirect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) hh3cCBQoSRedirectCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1.2
hh3cCBQoSRedirectIfIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex.
         Only the value of hh3cCBQoSRedirectType is interface,
         can be set this node.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) hh3cCBQoSRedirectCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1.3
hh3cCBQoSRedirectIpAddressType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A value that represents a type of Internet address.
          unknown(0)  An unknown address type.  This value MUST
             be used if the value of the corresponding
             InetAddress object is a zero-length string.
             It may also be used to indicate an IP address
             which is not in one of the formats defined
             below.

          ipv4(1)     An IPv4 address as defined by the
             InetAddressIPv4 textual convention.

          ipv6(2)     A global IPv6 address as defined by the
             InetAddressIPv6 textual convention.

          ipv4z(3)    A non-global IPv4 address including a zone
             index as defined by the InetAddressIPv4z
             textual convention.

          ipv6z(4)    A non-global IPv6 address including a zone
             index as defined by the InetAddressIPv6z
             textual convention.

          dns(16)     A DNS domain name as defined by the
             InetAddressDNS textual convention.
          Now supports ipv4 and ipv6.
          Only the value of hh3cCBQoSRedirectType is next-hop,
          can be set this node and hh3cCBQoSRedirectIpAddress1 or hh3cCBQoSRedirectIpAddress2.
        "
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) hh3cCBQoSRedirectCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1.4
hh3cCBQoSRedirectIpAddress1 OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IP Address.
         If the value of hh3cCBQoSRedirectType is not next-hop,
         zero-length string will be returned when getting.
         If the value of hh3cCBQoSRedirectIpAddressType is ipv6,
         this node is set necessarily.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) hh3cCBQoSRedirectCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1.5
hh3cCBQoSRedirectIpAddress2 OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IP Address.
         If the value of hh3cCBQoSRedirectType is not next-hop,
         zero-length string will be returned when getting.
         If the value of hh3cCBQoSRedirectIpAddressType is ipv6,
         this node is set optionally.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) hh3cCBQoSRedirectCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1.6
hh3cCBQoSRedirectRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) hh3cCBQoSRedirectCfgInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1.7
hh3cCBQoSRedirectIpv6Interface1 OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IfIndex for ipv6 next hop .
         If and only if the value of hh3cCBQoSRedirectIpAddressType is ipv6
         and hh3cCBQoSRedirectIpAddress1 is set,
         this node can be set.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) hh3cCBQoSRedirectCfgInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1.8
hh3cCBQoSRedirectIpv6Interface2 OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IfIndex for ipv6 next hop .
         If and only if the value of hh3cCBQoSRedirectIpAddressType is ipv6
         and hh3cCBQoSRedirectIpAddress2 is set,
         this node can be set.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) hh3cCBQoSRedirectCfgInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.2.15.1.9
hh3cCBQoSRedirectIfVlanID OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..4094 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VLAN-ID to tag.
         If and only if the value of hh3cCBQoSRedirectType is interface,
         this node can be set.
        "
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSRedirectCfgInfoTable(15) hh3cCBQoSRedirectCfgInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.2.16
hh3cCBQoSPriorityMapCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of priority map configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 16 }

.1.3.6.1.4.1.25506.2.65.2.1.2.16.1
hh3cCBQoSPriorityMapCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"priority map configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPriorityMapCfgInfoTable(16) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.16.1.1
hh3cCBQoSPriorityMapImportType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {invalid(1), dscp(2), dot1p(3), exp(4), ipPrecedence(5), localPrecedence(6), dropPrecedence(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Import type of map."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPriorityMapCfgInfoTable(16) hh3cCBQoSPriorityMapCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.16.1.2
hh3cCBQoSPriorityMapExportType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {invalid(1), dscp(2), dot1p(3), exp(4), ipPrecedence(5), localPrecedence(6), dropPrecedence(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Export type of map."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPriorityMapCfgInfoTable(16) hh3cCBQoSPriorityMapCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.16.1.3
hh3cCBQoSPriorityMapGroupIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of map group.
         Map group is managed by HH3C-IFQOS2-MIB.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPriorityMapCfgInfoTable(16) hh3cCBQoSPriorityMapCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.16.1.4
hh3cCBQoSPriorityMapGroupName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of map group.
         Map group is managed by HH3C-IFQOS2-MIB.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPriorityMapCfgInfoTable(16) hh3cCBQoSPriorityMapCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.16.1.5
hh3cCBQoSPriorityMapAuto OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {invalid(1), autoDscp(2), autoDot1p(3), autoMplsExp(4), autoIp(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of priority MAP."
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPriorityMapCfgInfoTable(16) hh3cCBQoSPriorityMapCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.2.16.1.6
hh3cCBQoSPriorityMapRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPriorityMapCfgInfoTable(16) hh3cCBQoSPriorityMapCfgInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.2.17
hh3cCBQoSMirrorCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of flow mirror configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 17 }

.1.3.6.1.4.1.25506.2.65.2.1.2.17.1
hh3cCBQoSMirrorCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Flow mirror configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorCfgInfoTable(17) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.17.1.1
hh3cCBQoSMirrorType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {interface(1), cpu(2), vlan(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of flow mirror."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorCfgInfoTable(17) hh3cCBQoSMirrorCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.17.1.2
hh3cCBQoSMirrorIfIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IfIndex of destination interface.
         Only the value of hh3cCBQoSMirrorType is interface,
         can be set this node.
         For example: 1#11#111#1111 means the flow mirror
         destination ifindex is 1,11,111 and 1111.
         '#' is list separator for all IfIndex value.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorCfgInfoTable(17) hh3cCBQoSMirrorCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.17.1.3
hh3cCBQoSMirrorVlanID OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination vlan of flow mirror,
         Only the value of hh3cCBQoSMirrorType is vlan,
         can be set this node.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorCfgInfoTable(17) hh3cCBQoSMirrorCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.17.1.4
hh3cCBQoSMirrorRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorCfgInfoTable(17) hh3cCBQoSMirrorCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.18
hh3cCBQoSNestCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Insert a service VLAN tag or customer VLAN tag into a packet.
        A VLAN tag contains the VLAN ID field and the 802.1p priority
        field.  Both the service VLAN ID and the customer VLAN ID can
        not be set at the same time.  One of them must be set.  The
        802.1p priority of the service VLAN tag and that of the
        customer VLAN tag can be set optionally.  However, both of
        them can not be set at the same time.  The new setting
        overwrites the previous one."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 18 }

.1.3.6.1.4.1.25506.2.65.2.1.2.18.1
hh3cCBQoSNestCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"VLAN nesting table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNestCfgInfoTable(18) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.18.1.1
hh3cCBQoSNestServiceVlanID OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..4094 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VLAN ID of the service VLAN tag to be inserted.  If the
        customer VLAN tag has been configured, 65535 is returned
        for the service VLAN ID.  The service VLAN ID can not be
        set to 65535."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNestCfgInfoTable(18) hh3cCBQoSNestCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.18.1.2
hh3cCBQoSNestServiceDot1pValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..7 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"802.1p priority value in the service VLAN tag to be inserted.
        If the 802.1p priority is not set, 65535 is returned.  The
        802.1p priority value can not be set to 65535."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNestCfgInfoTable(18) hh3cCBQoSNestCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.18.1.3
hh3cCBQoSNestCustomerVlanID OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (1..4094 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VLAN ID of the customer VLAN tag to be inserted.  If the
        service VLAN tag has been configured, 65535 is returned for
        the customer VLAN ID.  The customer VLAN ID can not be set
        to 65535."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNestCfgInfoTable(18) hh3cCBQoSNestCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.18.1.4
hh3cCBQoSNestCustomerDot1pValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..7 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"802.1p priority value in the customer VLAN tag to be inserted.
        If the 802.1p priority is not set, 65535 is returned.  The
        802.1p priority value can not be set to 65535."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNestCfgInfoTable(18) hh3cCBQoSNestCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.18.1.5
hh3cCBQoSNestRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNestCfgInfoTable(18) hh3cCBQoSNestCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.2.19
hh3cCBQoSNestPolicyCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used for configuring nest policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 19 }

.1.3.6.1.4.1.25506.2.65.2.1.2.19.1
hh3cCBQoSNestPolicyCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Nest policy configuration entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNestPolicyCfgInfoTable(19) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.19.1.1
hh3cCBQoSNestPolicyName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of the nested policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNestPolicyCfgInfoTable(19) hh3cCBQoSNestPolicyCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.19.1.2
hh3cCBQoSNestPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSNestPolicyCfgInfoTable(19) hh3cCBQoSNestPolicyCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.20
hh3cCBQoSMirrorIfCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of flow mirroring to interface configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 20 }

.1.3.6.1.4.1.25506.2.65.2.1.2.20.1
hh3cCBQoSMirrorIfCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex, hh3cCBQoSMirrorIfMainIfIndex }
  DESCRIPTION	"Flow mirroring to interface configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorIfCfgInfoTable(20) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.20.1.1
hh3cCBQoSMirrorIfMainIfIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IfIndex of mirror interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorIfCfgInfoTable(20) hh3cCBQoSMirrorIfCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.20.1.2
hh3cCBQoSMirrorIfMainIfStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {inactive(1), active(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of main interface."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorIfCfgInfoTable(20) hh3cCBQoSMirrorIfCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.20.1.3
hh3cCBQoSMirrorIfBackupIfIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IfIndex of backup mirror interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorIfCfgInfoTable(20) hh3cCBQoSMirrorIfCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.20.1.4
hh3cCBQoSMirrorIfBackupIfStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {inactive(1), active(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of backup interface."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorIfCfgInfoTable(20) hh3cCBQoSMirrorIfCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.20.1.5
hh3cCBQoSMirrorIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSMirrorIfCfgInfoTable(20) hh3cCBQoSMirrorIfCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.2.21
hh3cCBQoSColoredRemarkCfgTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of colored remarking feature configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 21 }

.1.3.6.1.4.1.25506.2.65.2.1.2.21.1
hh3cCBQoSColoredRemarkCfgEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex, hh3cCBQoSColoredRemarkType, hh3cCBQoSColoredRemarkColor }
  DESCRIPTION	"Colored remarking configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSColoredRemarkCfgTable(21) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.21.1.1
hh3cCBQoSColoredRemarkType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RemarkType
  SYNTAX	INTEGER {typeIpPrecedence(1), typeDscp(2), typeMplsExp(3), typeVlan8021p(4), typeAtmClp(5), typeFrDe(6), typeVlanID(7), typeQosLocalID(8), typeDropPrecedence(9), typeLocalPrecedence(10), typeTopMostVlanID(11), typeSecondMplsExp(12)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Remark type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSColoredRemarkCfgTable(21) hh3cCBQoSColoredRemarkCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.21.1.2
hh3cCBQoSColoredRemarkColor OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {green(1), yellow(2), red(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Remark color."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSColoredRemarkCfgTable(21) hh3cCBQoSColoredRemarkCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.21.1.3
hh3cCBQoSColoredRemarkValue OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..4095) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Value to remark:
         for IpPrecedence: 0~7
         for Dscp: 0~63
         for MplsExp: 0~7
         for Vlan8021p: 0~7
         for AtmClp: 0~1
         for FrDe: 0~1
         for VlanID: 1~4094
         for QosLocalID: 1~4095
         for DropPrecedence: 0~2
         for LocalPrecedence: 0~7
         for TopMostVlanID: 1~4094
         for SecondMplsExp: 0~7
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSColoredRemarkCfgTable(21) hh3cCBQoSColoredRemarkCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.21.1.4
hh3cCBQoSColoredRemarkRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSColoredRemarkCfgTable(21) hh3cCBQoSColoredRemarkCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.2.22
hh3cCBQoSPrimapCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of referencing priority map configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 22 }

.1.3.6.1.4.1.25506.2.65.2.1.2.22.1
hh3cCBQoSPrimapCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex, hh3cCBQoSPrimapColorType, hh3cCBQoSPrePriMapTableType }
  DESCRIPTION	"Referencing priority map configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPrimapCfgInfoTable(22) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.22.1.1
hh3cCBQoSPrimapColorType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {noColorMap(1), colorMap(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Color type of priority map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPrimapCfgInfoTable(22) hh3cCBQoSPrimapCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.22.1.2
hh3cCBQoSPrePriMapTableType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {dot1pToLp(1), dot1pToDp(2), expToLp(3), dscpToLp(4), expToDp(5), dscpToDp(6), dscpToDot1p(7), dot1pToDscp(8), dscpToDscp(9), dscpToExp(10), expToDscp(11), expToDot1p(12), expToExp(13), lpToDot1p(14), dot1pToRpr(15), dscpToRpr(16), expToRpr(17), ippreToRpr(18), upToDot1p(19), upToDscp(20), upToExp(21), upToDp(22), upToLp(23), upToRpr(24), upToFc(25), lpTodscp(26), dot11eToLp(27), lpToDot11e(28), lpToLp(29), dot1pToExp(30), lpToExp(31), lpToDp(32), upToUp(33), dot1pToDot1p(34)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of pre-defined priority mapping table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPrimapCfgInfoTable(22) hh3cCBQoSPrimapCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.2.22.1.3
hh3cCBQoSPrimapRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSPrimapCfgInfoTable(22) hh3cCBQoSPrimapCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.2.23
hh3cCBQoSColorMapDpCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of referencing color-map-DP action configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) 23 }

.1.3.6.1.4.1.25506.2.65.2.1.2.23.1
hh3cCBQoSColorMapDpCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSBehaviorIndex }
  DESCRIPTION	"Referencing color-map-DP action configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSColorMapDpCfgInfoTable(23) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.23.1.1
hh3cCBQoSColorMapDpEnable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Color-map-DP enable status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSColorMapDpCfgInfoTable(23) hh3cCBQoSColorMapDpCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.2.23.1.2
hh3cCBQoSColorMapDpRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSBehaviorObjects(2) hh3cCBQoSColorMapDpCfgInfoTable(23) hh3cCBQoSColorMapDpCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.3
hh3cCBQoSPolicyObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.3.1
hh3cCBQoSPolicyIndexNext OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for
         hh3cCBQoSPolicyIndex when creating rows in the
         hh3cCBQoSPolicyCfgInfoTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.3.2
hh3cCBQoSPolicyCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS policy configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.3.2.1
hh3cCBQoSPolicyCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSPolicyIndex }
  DESCRIPTION	"Traffic policy configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyCfgInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.3.2.1.1
hh3cCBQoSPolicyIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of Traffic Policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyCfgInfoTable(2) hh3cCBQoSPolicyCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.3.2.1.2
hh3cCBQoSPolicyName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of Traffic Policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyCfgInfoTable(2) hh3cCBQoSPolicyCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.3.2.1.3
hh3cCBQoSPolicyClassCount OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter of policy classes of policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyCfgInfoTable(2) hh3cCBQoSPolicyCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.3.2.1.4
hh3cCBQoSPolicyConfigMode OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {unavailable(0), config(1), auto(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Configuration mode of Traffic Policy.
         Only hardware QoS support this node.
         'unavailable' is returned only when getting value from software QoS.
         'unavailable' can't be set."
  DEFVAL	{ config }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyCfgInfoTable(2) hh3cCBQoSPolicyCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.3.2.1.5
hh3cCBQoSPolicyType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {systemDefined(1), userDefined(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyCfgInfoTable(2) hh3cCBQoSPolicyCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.3.2.1.6
hh3cCBQoSPolicyClassNextIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for
         hh3cCBQoSPolicyClassIndex when creating rows in the
         hh3cCBQoSPolicyClassCfgInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyCfgInfoTable(2) hh3cCBQoSPolicyCfgInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.3.2.1.7
hh3cCBQoSPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyCfgInfoTable(2) hh3cCBQoSPolicyCfgInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3
hh3cCBQoSPolicyClassCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS Policy classifier-behavior configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1
hh3cCBQoSPolicyClassCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSPolicyIndex, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Traffic policy classifier-behavior configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1.1
hh3cCBQoSPolicyClassIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"PolicyClass Index in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) hh3cCBQoSPolicyClassCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1.2
hh3cCBQoSPolicyClassClassifierIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of classifier applied by a policy.
         It should exist in hh3cCBQoSClassifierCfgInfoTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) hh3cCBQoSPolicyClassCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1.3
hh3cCBQoSPolicyClassClassifierName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of classifier applied by a policy.
         It is corresponding to hh3cCBQoSPolicyClassClassifierIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) hh3cCBQoSPolicyClassCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1.4
hh3cCBQoSPolicyClassBehaviorIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of Behavior applied by a policy.
         It should exist in hh3cCBQoSBehaviorCfgInfoTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) hh3cCBQoSPolicyClassCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1.5
hh3cCBQoSPolicyClassBehaviorName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of Behavior applied by a policy.
         It is corresponding to hh3cCBQoSPolicyClassBehaviorIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) hh3cCBQoSPolicyClassCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1.6
hh3cCBQoSPolicyClassPrecedence OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..16383 | 2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Precedence of the class in the policy.
         Only hardware QoS support this node.
         2147483647 is returned only when getting value from software QoS.
         2147483647 can't be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) hh3cCBQoSPolicyClassCfgInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1.7
hh3cCBQoSPolicyClassRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) hh3cCBQoSPolicyClassCfgInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1.8
hh3cCBQoSPolicyClassMode OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {modeNo(1), modeDot1q(2), modeQppb(3), modeIpSourceGuard(4), modeVoiceVlan(5), modeDCBX(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set the mode of the classifier-behavior association.  The
        default mode modeNo is a normal mode.
        modeDot1q indicates that the association is used for VLAN mapping.
        modeQppb indicates that the association is used for BGP routing policy.
        modeIpSourceGuard indicates that the association is used for packets
        undergo IP source guard.
        modeVoiceVlan indicates that the association is used for voice data
        packets.
        modeDCBX indicates that the association is used for DCBX.
        "
  DEFVAL	{ modeNo }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) hh3cCBQoSPolicyClassCfgInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.3.3.1.9
hh3cCBQoSPolicyClassCfgOrder OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A QoS policy contains multiple classifier-behavior
        associations.  A node indicates the configuration order of
        the corresponding classifier-behavior association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSPolicyObjects(3) hh3cCBQoSPolicyClassCfgInfoTable(3) hh3cCBQoSPolicyClassCfgInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.4
hh3cCBQoSApplyPolicyObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.4.1
hh3cCBQoSIfApplyPolicyTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS policy instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.1.1
hh3cCBQoSIfApplyPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIfApplyPolicyIfIndex, hh3cCBQoSIfApplyPolicyDirection }
  DESCRIPTION	"Policy applied on interface Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSIfApplyPolicyTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.1.1.1
hh3cCBQoSIfApplyPolicyIfIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Interface Index, equal to ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSIfApplyPolicyTable(1) hh3cCBQoSIfApplyPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.1.1.2
hh3cCBQoSIfApplyPolicyDirection OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Policy direction:
         inbound (1)
         outbound (2)
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSIfApplyPolicyTable(1) hh3cCBQoSIfApplyPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.4.1.1.3
hh3cCBQoSIfApplyPolicyName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of Traffic Policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSIfApplyPolicyTable(1) hh3cCBQoSIfApplyPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.4.1.1.4
hh3cCBQoSIfApplyPolicyEnableDynamic OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {unavailable(1), true(2), false(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the value of it is specified 'true',Enable dynamic qos policy.
         'unavailable' is returned if device don't support dynamic QoS.
         'unavailable' can't be set.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSIfApplyPolicyTable(1) hh3cCBQoSIfApplyPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.4.1.1.5
hh3cCBQoSIfApplyPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSIfApplyPolicyTable(1) hh3cCBQoSIfApplyPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.4.1.1.6
hh3cCBQoSIfApplyPolicyStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {proccessing(1), success(2), partialItemFailed(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of policy applied on interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSIfApplyPolicyTable(1) hh3cCBQoSIfApplyPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.4.2
hh3cCBQoSAtmPvcApplyPolicyTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS policy instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.4.2.1
hh3cCBQoSAtmPvcApplyPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSAtmPvcApplyPolicyIfIndex, hh3cCBQoSAtmPvcApplyPolicyVPI, hh3cCBQoSAtmPvcApplyPolicyVCI, hh3cCBQoSAtmPvcApplyPolicyDirection }
  DESCRIPTION	"Policy applied on ATM PVC Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSAtmPvcApplyPolicyTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.2.1.1
hh3cCBQoSAtmPvcApplyPolicyIfIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ATM Interface Index, equal to ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSAtmPvcApplyPolicyTable(2) hh3cCBQoSAtmPvcApplyPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.2.1.2
hh3cCBQoSAtmPvcApplyPolicyVPI OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VPI value of ATM Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSAtmPvcApplyPolicyTable(2) hh3cCBQoSAtmPvcApplyPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.4.2.1.3
hh3cCBQoSAtmPvcApplyPolicyVCI OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VCI value of ATM Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSAtmPvcApplyPolicyTable(2) hh3cCBQoSAtmPvcApplyPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.4.2.1.4
hh3cCBQoSAtmPvcApplyPolicyDirection OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Policy direction:
         inbound (1)
         outbound (2)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSAtmPvcApplyPolicyTable(2) hh3cCBQoSAtmPvcApplyPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.4.2.1.5
hh3cCBQoSAtmPvcApplyPolicyName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of Traffic Policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSAtmPvcApplyPolicyTable(2) hh3cCBQoSAtmPvcApplyPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.4.2.1.6
hh3cCBQoSAtmPvcApplyPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSAtmPvcApplyPolicyTable(2) hh3cCBQoSAtmPvcApplyPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.4.3
hh3cCBQoSVlanApplyPolicyTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS policy instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.4.3.1
hh3cCBQoSVlanApplyPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSVlanApplyPolicyVlanid, hh3cCBQoSVlanApplyPolicyDirection }
  DESCRIPTION	"Policy applied on Ethernet VLAN Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSVlanApplyPolicyTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.3.1.1
hh3cCBQoSVlanApplyPolicyVlanid OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Vlan of Ethernet Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSVlanApplyPolicyTable(3) hh3cCBQoSVlanApplyPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.3.1.2
hh3cCBQoSVlanApplyPolicyDirection OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Policy direction:
         inbound (1)
         outbound (2)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSVlanApplyPolicyTable(3) hh3cCBQoSVlanApplyPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.4.3.1.3
hh3cCBQoSVlanApplyPolicyName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of Traffic Policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSVlanApplyPolicyTable(3) hh3cCBQoSVlanApplyPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.4.3.1.4
hh3cCBQoSVlanApplyPriority OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (0..4095) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority of policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSVlanApplyPolicyTable(3) hh3cCBQoSVlanApplyPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.4.3.1.5
hh3cCBQoSVlanApplyPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSVlanApplyPolicyTable(3) hh3cCBQoSVlanApplyPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.4.3.1.6
hh3cCBQoSVlanApplyPolicyStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {proccessing(1), success(2), partialItemFailed(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of policy applied on VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSVlanApplyPolicyTable(3) hh3cCBQoSVlanApplyPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.4.4
hh3cCBQoSFrClassApplyPolicyTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS policy instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.4.4.1
hh3cCBQoSFrClassApplyPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrClassApplyPolicyFrClassName, hh3cCBQoSFrClassApplyPolicyDirection }
  DESCRIPTION	"Policy applied on FR class Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrClassApplyPolicyTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.4.1.1
hh3cCBQoSFrClassApplyPolicyFrClassName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of FR class."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrClassApplyPolicyTable(4) hh3cCBQoSFrClassApplyPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.4.1.2
hh3cCBQoSFrClassApplyPolicyDirection OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Policy direction:
         inbound (1)
         outbound (2)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrClassApplyPolicyTable(4) hh3cCBQoSFrClassApplyPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.4.4.1.3
hh3cCBQoSFrClassApplyPolicyName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of Traffic Policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrClassApplyPolicyTable(4) hh3cCBQoSFrClassApplyPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.4.4.1.4
hh3cCBQoSFrClassApplyPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrClassApplyPolicyTable(4) hh3cCBQoSFrClassApplyPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.4.5
hh3cCBQoSFrPvcApplyPolicyTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS policy instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.4.5.1
hh3cCBQoSFrPvcApplyPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrPvcApplyPolicyIfIndex, hh3cCBQoSFrPvcApplyPolicyDlciNum, hh3cCBQoSFrPvcApplyPolicyDirection }
  DESCRIPTION	"Policy applied on FR PVC Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrPvcApplyPolicyTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.5.1.1
hh3cCBQoSFrPvcApplyPolicyIfIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Fr Interface Index, equal to ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrPvcApplyPolicyTable(5) hh3cCBQoSFrPvcApplyPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.5.1.2
hh3cCBQoSFrPvcApplyPolicyDlciNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32 (16..1007) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Fr DLCI number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrPvcApplyPolicyTable(5) hh3cCBQoSFrPvcApplyPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.4.5.1.3
hh3cCBQoSFrPvcApplyPolicyDirection OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Policy direction:
         inbound (1)
         outbound (2)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrPvcApplyPolicyTable(5) hh3cCBQoSFrPvcApplyPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.4.5.1.4
hh3cCBQoSFrPvcApplyPolicyName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of Traffic Policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrPvcApplyPolicyTable(5) hh3cCBQoSFrPvcApplyPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.4.5.1.5
hh3cCBQoSFrPvcApplyPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSFrPvcApplyPolicyTable(5) hh3cCBQoSFrPvcApplyPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.4.6
hh3cCBQoSGlobalApplyTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS policies applied globally.  A QoS policy
        applied globally takes effect on all ports of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.4.6.1
hh3cCBQoSGlobalApplyEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSGlobalApplyDirection }
  DESCRIPTION	"A global policy entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSGlobalApplyTable(6) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.6.1.1
hh3cCBQoSGlobalApplyDirection OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Policy direction:
         inbound (1)
         outbound (2)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSGlobalApplyTable(6) hh3cCBQoSGlobalApplyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.6.1.2
hh3cCBQoSGlobalApplyName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of a global policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSGlobalApplyTable(6) hh3cCBQoSGlobalApplyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.4.6.1.3
hh3cCBQoSGlobalApplyRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSGlobalApplyTable(6) hh3cCBQoSGlobalApplyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.4.6.1.4
hh3cCBQoSGlobalApplyStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {proccessing(1), success(2), partialItemFailed(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of policy applied globally."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSGlobalApplyTable(6) hh3cCBQoSGlobalApplyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.4.7
hh3cCBQoSCpApplyPolicyTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS policies applied on control plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.4.7.1
hh3cCBQoSCpApplyPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSCpApplyPolicyChassis, hh3cCBQoSCpApplyPolicySlot, hh3cCBQoSCpApplyPolicyDirection }
  DESCRIPTION	"Policy applied on control plane configuration information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSCpApplyPolicyTable(7) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.7.1.1
hh3cCBQoSCpApplyPolicyChassis OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Chassis number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSCpApplyPolicyTable(7) hh3cCBQoSCpApplyPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.4.7.1.2
hh3cCBQoSCpApplyPolicySlot OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Slot number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSCpApplyPolicyTable(7) hh3cCBQoSCpApplyPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.4.7.1.3
hh3cCBQoSCpApplyPolicyDirection OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Policy direction:
         inbound (1)
         outbound (2)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSCpApplyPolicyTable(7) hh3cCBQoSCpApplyPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.4.7.1.4
hh3cCBQoSCpApplyPolicyName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of traffic policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSCpApplyPolicyTable(7) hh3cCBQoSCpApplyPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.4.7.1.5
hh3cCBQoSCpApplyPolicyStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {proccessing(1), success(2), partialItemFailed(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of policy applied on control plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSCpApplyPolicyTable(7) hh3cCBQoSCpApplyPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.4.7.1.6
hh3cCBQoSCpApplyRowStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyObjects(4) hh3cCBQoSCpApplyPolicyTable(7) hh3cCBQoSCpApplyPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5
hh3cCBQoSApplyPolicyStaticsObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1
hh3cCBQoSIfStaticsObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1
hh3cCBQoSIfCbqRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of interface CBQ Running statistics.
         When policy using queue behavior is applied on
         interface the interface will using Class Based Queuing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1
hh3cCBQoSIfCbqRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIfApplyPolicyIfIndex }
  DESCRIPTION	"Interface CBQ statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1.1
hh3cCBQoSIfCbqQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of CBQ queue"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) hh3cCBQoSIfCbqRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1.2
hh3cCBQoSIfCbqDiscard OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discarded packets which couldn't be enqueued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) hh3cCBQoSIfCbqRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1.3
hh3cCBQoSIfCbqEfQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of EF queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) hh3cCBQoSIfCbqRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1.4
hh3cCBQoSIfCbqAfQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of AF queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) hh3cCBQoSIfCbqRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1.5
hh3cCBQoSIfCbqBeQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of BE queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) hh3cCBQoSIfCbqRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1.6
hh3cCBQoSIfCbqBeActiveQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Packet number of Active BE Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) hh3cCBQoSIfCbqRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1.7
hh3cCBQoSIfCbqBeMaxActiveQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max Packet number of Active BE Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) hh3cCBQoSIfCbqRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1.8
hh3cCBQoSIfCbqBeTotalQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total Packet number of BE Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) hh3cCBQoSIfCbqRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.1.1.9
hh3cCBQoSIfCbqAfAllocatedQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Allocated Packet number of AF Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCbqRunInfoTable(1) hh3cCBQoSIfCbqRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.2
hh3cCBQoSIfClassMatchRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for matching a classifier
         in a QoS policy applied on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.2.1
hh3cCBQoSIfClassMatchRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIfApplyPolicyIfIndex, hh3cCBQoSIfApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Classifier's matching statistics information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfClassMatchRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.2.1.1
hh3cCBQoSIfClassMatchedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfClassMatchRunInfoTable(2) hh3cCBQoSIfClassMatchRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.2.1.2
hh3cCBQoSIfClassMatchedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matching a class in a QoS policy.
         Only software QoS support this node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfClassMatchRunInfoTable(2) hh3cCBQoSIfClassMatchRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.2.1.3
hh3cCBQoSIfClassAverageRate OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average rate matching a class of the last 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfClassMatchRunInfoTable(2) hh3cCBQoSIfClassMatchRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.3
hh3cCBQoSIfCarRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for CAR
         in a QoS policy applied on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.3.1
hh3cCBQoSIfCarRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIfApplyPolicyIfIndex, hh3cCBQoSIfApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"CAR statistics information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCarRunInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.3.1.1
hh3cCBQoSIfCarGreenPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of green packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCarRunInfoTable(3) hh3cCBQoSIfCarRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.3.1.2
hh3cCBQoSIfCarGreenBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of green bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCarRunInfoTable(3) hh3cCBQoSIfCarRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.3.1.3
hh3cCBQoSIfCarRedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of red packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCarRunInfoTable(3) hh3cCBQoSIfCarRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.3.1.4
hh3cCBQoSIfCarRedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of red bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCarRunInfoTable(3) hh3cCBQoSIfCarRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.3.1.5
hh3cCBQoSIfCarYellowPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of yellow packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCarRunInfoTable(3) hh3cCBQoSIfCarRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.3.1.6
hh3cCBQoSIfCarYellowBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of yellow bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfCarRunInfoTable(3) hh3cCBQoSIfCarRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.4
hh3cCBQoSIfGtsRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for GTS
         in a QoS policy applied on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.4.1
hh3cCBQoSIfGtsRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIfApplyPolicyIfIndex, hh3cCBQoSIfApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"GTS statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfGtsRunInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.4.1.1
hh3cCBQoSIfGtsPassedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets passed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfGtsRunInfoTable(4) hh3cCBQoSIfGtsRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.4.1.2
hh3cCBQoSIfGtsPassedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes passed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfGtsRunInfoTable(4) hh3cCBQoSIfGtsRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.4.1.3
hh3cCBQoSIfGtsDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets discarded by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfGtsRunInfoTable(4) hh3cCBQoSIfGtsRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.4.1.4
hh3cCBQoSIfGtsDiscardedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes discarded by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfGtsRunInfoTable(4) hh3cCBQoSIfGtsRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.4.1.5
hh3cCBQoSIfGtsDelayedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets delayed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfGtsRunInfoTable(4) hh3cCBQoSIfGtsRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.4.1.6
hh3cCBQoSIfGtsDelayedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes delayed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfGtsRunInfoTable(4) hh3cCBQoSIfGtsRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.4.1.7
hh3cCBQoSIfGtsQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of GTS queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfGtsRunInfoTable(4) hh3cCBQoSIfGtsRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.5
hh3cCBQoSIfRemarkRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for remarking
         in a QoS policy applied on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.5.1
hh3cCBQoSIfRemarkRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIfApplyPolicyIfIndex, hh3cCBQoSIfApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Remarking statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfRemarkRunInfoTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.5.1.1
hh3cCBQoSIfRemarkedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets remarked."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfRemarkRunInfoTable(5) hh3cCBQoSIfRemarkRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.6
hh3cCBQoSIfQueueRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for queue
         in a QoS policy applied on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.6.1
hh3cCBQoSIfQueueRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIfApplyPolicyIfIndex, hh3cCBQoSIfApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Queue statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfQueueRunInfoTable(6) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.6.1.1
hh3cCBQoSIfQueueMatchedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matched to enqueue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfQueueRunInfoTable(6) hh3cCBQoSIfQueueRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.6.1.2
hh3cCBQoSIfQueueMatchedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matched to enqueue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfQueueRunInfoTable(6) hh3cCBQoSIfQueueRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.6.1.3
hh3cCBQoSIfQueueEnqueuedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets enqueued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfQueueRunInfoTable(6) hh3cCBQoSIfQueueRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.6.1.4
hh3cCBQoSIfQueueEnqueuedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes enqueued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfQueueRunInfoTable(6) hh3cCBQoSIfQueueRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.6.1.5
hh3cCBQoSIfQueueDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets discarded when enqueued by discard method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfQueueRunInfoTable(6) hh3cCBQoSIfQueueRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.6.1.6
hh3cCBQoSIfQueueDiscardedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes discarded when enqueued by discard method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfQueueRunInfoTable(6) hh3cCBQoSIfQueueRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.7
hh3cCBQoSIfWredRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for WRED
         in a QoS policy applied on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.7.1
hh3cCBQoSIfWredRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIfApplyPolicyIfIndex, hh3cCBQoSIfApplyPolicyDirection, hh3cCBQoSPolicyClassIndex, hh3cCBQoSWredClassValue }
  DESCRIPTION	"WRED statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfWredRunInfoTable(7) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.7.1.1
hh3cCBQoSIfWredRandomDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that random-discarded by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfWredRunInfoTable(7) hh3cCBQoSIfWredRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.7.1.2
hh3cCBQoSIfWredTailDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that tail-discarded by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfWredRunInfoTable(7) hh3cCBQoSIfWredRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.8
hh3cCBQoSIfAccountingRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for account
         in a QoS policy applied on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.8.1
hh3cCBQoSIfAccountingRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIfApplyPolicyIfIndex, hh3cCBQoSIfApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Account statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfAccountingRunInfoTable(8) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.8.1.1
hh3cCBQoSIfAccountingPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfAccountingRunInfoTable(8) hh3cCBQoSIfAccountingRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.1.8.1.2
hh3cCBQoSIfAccountingBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSIfStaticsObjects(1) hh3cCBQoSIfAccountingRunInfoTable(8) hh3cCBQoSIfAccountingRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2
hh3cCBQoSAtmPvcStaticsObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1
hh3cCBQoSAtmPvcCbqRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of ATM PVC CBQ Running statistics.
         When policy using queue behavior is applied on
         ATM PVC.  ATM PVC will using Class Based Queuing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1
hh3cCBQoSAtmPvcCbqRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSAtmPvcApplyPolicyIfIndex, hh3cCBQoSAtmPvcApplyPolicyVPI, hh3cCBQoSAtmPvcApplyPolicyVCI }
  DESCRIPTION	"FR PVC CBQ statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1.1
hh3cCBQoSAtmPvcCbqQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of CBQ queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) hh3cCBQoSAtmPvcCbqRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1.2
hh3cCBQoSAtmPvcCbqDiscard OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discarded packets which couldn't be enqueued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) hh3cCBQoSAtmPvcCbqRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1.3
hh3cCBQoSAtmPvcCbqEfQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of EF queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) hh3cCBQoSAtmPvcCbqRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1.4
hh3cCBQoSAtmPvcCbqAfQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of AF queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) hh3cCBQoSAtmPvcCbqRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1.5
hh3cCBQoSAtmPvcCbqBeQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of BE queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) hh3cCBQoSAtmPvcCbqRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1.6
hh3cCBQoSAtmPvcCbqBeActiveQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The packet number of Active Be Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) hh3cCBQoSAtmPvcCbqRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1.7
hh3cCBQoSAtmPvcCbqBeMaxActiveQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max packet number of Active Be Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) hh3cCBQoSAtmPvcCbqRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1.8
hh3cCBQoSAtmPvcCbqBeTotalQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total packet number of Be Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) hh3cCBQoSAtmPvcCbqRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.1.1.9
hh3cCBQoSAtmPvcCbqAfAllocatedQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Allocated packet number of AF Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCbqRunInfoTable(1) hh3cCBQoSAtmPvcCbqRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.2
hh3cCBQoSAtmPvcClassMatchRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for matching a classifier
         in a QoS policy applied on ATM PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.2.1
hh3cCBQoSAtmPvcClassMatchRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSAtmPvcApplyPolicyIfIndex, hh3cCBQoSAtmPvcApplyPolicyVPI, hh3cCBQoSAtmPvcApplyPolicyVCI, hh3cCBQoSAtmPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Classifier matching statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcClassMatchRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.2.1.1
hh3cCBQoSAtmPvcClassMatchPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcClassMatchRunInfoTable(2) hh3cCBQoSAtmPvcClassMatchRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.2.1.2
hh3cCBQoSAtmPvcClassMatchBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcClassMatchRunInfoTable(2) hh3cCBQoSAtmPvcClassMatchRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.2.1.3
hh3cCBQoSAtmPvcClassAverageRate OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average rate matching a class in the last 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcClassMatchRunInfoTable(2) hh3cCBQoSAtmPvcClassMatchRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.3
hh3cCBQoSAtmPvcCarRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for CAR
         in a QoS policy applied on ATM PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.3.1
hh3cCBQoSAtmPvcCarRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSAtmPvcApplyPolicyIfIndex, hh3cCBQoSAtmPvcApplyPolicyVPI, hh3cCBQoSAtmPvcApplyPolicyVCI, hh3cCBQoSAtmPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"CAR statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCarRunInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.3.1.1
hh3cCBQoSAtmPvcCarConformPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that conforming specified CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCarRunInfoTable(3) hh3cCBQoSAtmPvcCarRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.3.1.2
hh3cCBQoSAtmPvcCarConformBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes that conforming specified CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCarRunInfoTable(3) hh3cCBQoSAtmPvcCarRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.3.1.3
hh3cCBQoSAtmPvcCarExceedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets exceeded CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCarRunInfoTable(3) hh3cCBQoSAtmPvcCarRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.3.1.4
hh3cCBQoSAtmPvcCarExceedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes exceeded CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcCarRunInfoTable(3) hh3cCBQoSAtmPvcCarRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.4
hh3cCBQoSAtmPvcGtsRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for GTS
         in a QoS policy applied on ATM PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.4.1
hh3cCBQoSAtmPvcGtsRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSAtmPvcApplyPolicyIfIndex, hh3cCBQoSAtmPvcApplyPolicyVPI, hh3cCBQoSAtmPvcApplyPolicyVCI, hh3cCBQoSAtmPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"GTS statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcGtsRunInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.4.1.1
hh3cCBQoSAtmPvcGtsPassedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets passed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcGtsRunInfoTable(4) hh3cCBQoSAtmPvcGtsRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.4.1.2
hh3cCBQoSAtmPvcGtsPassedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes passed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcGtsRunInfoTable(4) hh3cCBQoSAtmPvcGtsRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.4.1.3
hh3cCBQoSAtmPvcGtsDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets discarded by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcGtsRunInfoTable(4) hh3cCBQoSAtmPvcGtsRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.4.1.4
hh3cCBQoSAtmPvcGtsDiscardedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes discarded by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcGtsRunInfoTable(4) hh3cCBQoSAtmPvcGtsRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.4.1.5
hh3cCBQoSAtmPvcGtsDelayedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets delayed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcGtsRunInfoTable(4) hh3cCBQoSAtmPvcGtsRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.4.1.6
hh3cCBQoSAtmPvcGtsDelayedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes delayed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcGtsRunInfoTable(4) hh3cCBQoSAtmPvcGtsRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.4.1.7
hh3cCBQoSAtmPvcGtsQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"packet number of GTS queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcGtsRunInfoTable(4) hh3cCBQoSAtmPvcGtsRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.5
hh3cCBQoSAtmPvcRemarkRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for remarking
         in a QoS policy applied on ATM PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.5.1
hh3cCBQoSAtmPvcRemarkRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSAtmPvcApplyPolicyIfIndex, hh3cCBQoSAtmPvcApplyPolicyVPI, hh3cCBQoSAtmPvcApplyPolicyVCI, hh3cCBQoSAtmPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Remarking statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcRemarkRunInfoTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.5.1.1
hh3cCBQoSAtmPvcRemarkedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets remarked."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcRemarkRunInfoTable(5) hh3cCBQoSAtmPvcRemarkRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.6
hh3cCBQoSAtmPvcQueueRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for queue
         in a QoS policy applied on ATM PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.6.1
hh3cCBQoSAtmPvcQueueRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSAtmPvcApplyPolicyIfIndex, hh3cCBQoSAtmPvcApplyPolicyVPI, hh3cCBQoSAtmPvcApplyPolicyVCI, hh3cCBQoSAtmPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Queue statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcQueueRunInfoTable(6) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.6.1.1
hh3cCBQoSAtmPvcQueueMatchedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matched to enqueue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcQueueRunInfoTable(6) hh3cCBQoSAtmPvcQueueRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.6.1.2
hh3cCBQoSAtmPvcQueueMatchedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matched to enqueue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcQueueRunInfoTable(6) hh3cCBQoSAtmPvcQueueRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.6.1.3
hh3cCBQoSAtmPvcQueueEnqueuedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets enqueued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcQueueRunInfoTable(6) hh3cCBQoSAtmPvcQueueRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.6.1.4
hh3cCBQoSAtmPvcQueueEnqueuedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes enqueued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcQueueRunInfoTable(6) hh3cCBQoSAtmPvcQueueRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.6.1.5
hh3cCBQoSAtmPvcQueueDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets discard when enqueued by discard method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcQueueRunInfoTable(6) hh3cCBQoSAtmPvcQueueRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.6.1.6
hh3cCBQoSAtmPvcQueueDiscardedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes discard when enqueued by discard method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcQueueRunInfoTable(6) hh3cCBQoSAtmPvcQueueRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.7
hh3cCBQoSAtmPvcWredRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for WRED
         in a QoS policy applied on ATM PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.7.1
hh3cCBQoSAtmPvcWredRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSAtmPvcApplyPolicyIfIndex, hh3cCBQoSAtmPvcApplyPolicyVPI, hh3cCBQoSAtmPvcApplyPolicyVCI, hh3cCBQoSAtmPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex, hh3cCBQoSWredClassValue }
  DESCRIPTION	"WRED statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcWredRunInfoTable(7) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.7.1.1
hh3cCBQoSAtmPvcWredRandomDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets randomly discarded by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcWredRunInfoTable(7) hh3cCBQoSAtmPvcWredRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.7.1.2
hh3cCBQoSAtmPvcWredTailDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets tail-discarded by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcWredRunInfoTable(7) hh3cCBQoSAtmPvcWredRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.8
hh3cCBQoSAtmPvcAccountingRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for account
         in a QoS policy applied on the ATM PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.8.1
hh3cCBQoSAtmPvcAccountingRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSAtmPvcApplyPolicyIfIndex, hh3cCBQoSAtmPvcApplyPolicyVPI, hh3cCBQoSAtmPvcApplyPolicyVCI, hh3cCBQoSAtmPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex, hh3cCBQoSWredClassValue }
  DESCRIPTION	"Account statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcAccountingRunInfoTable(8) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.8.1.1
hh3cCBQoSAtmPvcAccountingPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcAccountingRunInfoTable(8) hh3cCBQoSAtmPvcAccountingRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.2.8.1.2
hh3cCBQoSAtmPvcAccountingBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSAtmPvcStaticsObjects(2) hh3cCBQoSAtmPvcAccountingRunInfoTable(8) hh3cCBQoSAtmPvcAccountingRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3
hh3cCBQoSFrPvcStaticsObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1
hh3cCBQoSFrPvcCbqRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of FR PVC CBQ Running statistics.
         When policy using queue behavior is applied on FR PVC
         will using Class Based Queuing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1
hh3cCBQoSFrPvcCbqRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrPvcApplyPolicyIfIndex, hh3cCBQoSFrPvcApplyPolicyDlciNum }
  DESCRIPTION	"FR PVC CBQ statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1.1
hh3cCBQoSFrPvcCbqQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of CBQ queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) hh3cCBQoSFrPvcCbqRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1.2
hh3cCBQoSFrPvcCbqDiscard OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of discarded packets which could not be enqueued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) hh3cCBQoSFrPvcCbqRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1.3
hh3cCBQoSFrPvcCbqEfQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of EF queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) hh3cCBQoSFrPvcCbqRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1.4
hh3cCBQoSFrPvcCbqAfQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of AF queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) hh3cCBQoSFrPvcCbqRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1.5
hh3cCBQoSFrPvcCbqBeQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of BE queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) hh3cCBQoSFrPvcCbqRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1.6
hh3cCBQoSFrPvcCbqBeActiveQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The packet number of Active Be Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) hh3cCBQoSFrPvcCbqRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1.7
hh3cCBQoSFrPvcCbqBeMaxActiveQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max packet number of Active Be Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) hh3cCBQoSFrPvcCbqRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1.8
hh3cCBQoSFrPvcCbqBeTotalQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total packet number of Be Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) hh3cCBQoSFrPvcCbqRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.1.1.9
hh3cCBQoSFrPvcCbqAfAllocatedQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Allocated packet number of AF Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCbqRunInfoTable(1) hh3cCBQoSFrPvcCbqRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.2
hh3cCBQoSFrPvcClassMatchRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for matching a classifier
         in a QoS policy applied on FR PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.2.1
hh3cCBQoSFrPvcClassMatchRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrPvcApplyPolicyIfIndex, hh3cCBQoSFrPvcApplyPolicyDlciNum, hh3cCBQoSFrPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Classifier matching statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcClassMatchRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.2.1.1
hh3cCBQoSFrPvcClassMatchedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcClassMatchRunInfoTable(2) hh3cCBQoSFrPvcClassMatchRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.2.1.2
hh3cCBQoSFrPvcClassMatchedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcClassMatchRunInfoTable(2) hh3cCBQoSFrPvcClassMatchRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.2.1.3
hh3cCBQoSFrPvcClassAverageRate OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average rate matching a class of the last 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcClassMatchRunInfoTable(2) hh3cCBQoSFrPvcClassMatchRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.3
hh3cCBQoSFrPvcCarRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for CAR
         in a QoS policy applied on FR PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.3.1
hh3cCBQoSFrPvcCarRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrPvcApplyPolicyIfIndex, hh3cCBQoSFrPvcApplyPolicyDlciNum, hh3cCBQoSFrPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"CAR statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCarRunInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.3.1.1
hh3cCBQoSFrPvcCarConformPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets conform CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCarRunInfoTable(3) hh3cCBQoSFrPvcCarRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.3.1.2
hh3cCBQoSFrPvcCarConformBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes conform CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCarRunInfoTable(3) hh3cCBQoSFrPvcCarRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.3.1.3
hh3cCBQoSFrPvcCarExceedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets exceed CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCarRunInfoTable(3) hh3cCBQoSFrPvcCarRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.3.1.4
hh3cCBQoSFrPvcCarExceedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes exceed CIR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcCarRunInfoTable(3) hh3cCBQoSFrPvcCarRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.4
hh3cCBQoSFrPvcGtsRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for GTS
         in a QoS policy applied on FR PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.4.1
hh3cCBQoSFrPvcGtsRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrPvcApplyPolicyIfIndex, hh3cCBQoSFrPvcApplyPolicyDlciNum, hh3cCBQoSFrPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"GTS statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcGtsRunInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.4.1.1
hh3cCBQoSFrPvcGtsPassedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets passed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcGtsRunInfoTable(4) hh3cCBQoSFrPvcGtsRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.4.1.2
hh3cCBQoSFrPvcGtsPassedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes passed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcGtsRunInfoTable(4) hh3cCBQoSFrPvcGtsRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.4.1.3
hh3cCBQoSFrPvcGtsDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets discarded by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcGtsRunInfoTable(4) hh3cCBQoSFrPvcGtsRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.4.1.4
hh3cCBQoSFrPvcGtsDiscardedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes discarded by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcGtsRunInfoTable(4) hh3cCBQoSFrPvcGtsRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.4.1.5
hh3cCBQoSFrPvcGtsDelayedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets delayed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcGtsRunInfoTable(4) hh3cCBQoSFrPvcGtsRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.4.1.6
hh3cCBQoSFrPvcGtsDelayedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes delayed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcGtsRunInfoTable(4) hh3cCBQoSFrPvcGtsRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.4.1.7
hh3cCBQoSFrPvcGtsQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet number of GTS queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcGtsRunInfoTable(4) hh3cCBQoSFrPvcGtsRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.5
hh3cCBQoSFrPvcRemarkRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for remarking
         in a QoS policy applied on FR PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.5.1
hh3cCBQoSFrPvcRemarkRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrPvcApplyPolicyIfIndex, hh3cCBQoSFrPvcApplyPolicyDlciNum, hh3cCBQoSFrPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Remarking statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcRemarkRunInfoTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.5.1.1
hh3cCBQoSFrPvcRemarkedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets remarked."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcRemarkRunInfoTable(5) hh3cCBQoSFrPvcRemarkRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.6
hh3cCBQoSFrPvcQueueRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for queue
        in a QoS policy applied on FR PVC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.6.1
hh3cCBQoSFrPvcQueueRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrPvcApplyPolicyIfIndex, hh3cCBQoSFrPvcApplyPolicyDlciNum, hh3cCBQoSFrPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Queue statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcQueueRunInfoTable(6) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.6.1.1
hh3cCBQoSFrPvcQueueMatchedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matched to enqueue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcQueueRunInfoTable(6) hh3cCBQoSFrPvcQueueRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.6.1.2
hh3cCBQoSFrPvcQueueMatchedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matched to en-queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcQueueRunInfoTable(6) hh3cCBQoSFrPvcQueueRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.6.1.3
hh3cCBQoSFrPvcQueueEnqueuedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets en-queued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcQueueRunInfoTable(6) hh3cCBQoSFrPvcQueueRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.6.1.4
hh3cCBQoSFrPvcQueueEnqueuedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes enqueued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcQueueRunInfoTable(6) hh3cCBQoSFrPvcQueueRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.6.1.5
hh3cCBQoSFrPvcQueueDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets discarded when enqueued by discard method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcQueueRunInfoTable(6) hh3cCBQoSFrPvcQueueRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.6.1.6
hh3cCBQoSFrPvcQueueDiscardedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes discarded when enqueued by discard method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcQueueRunInfoTable(6) hh3cCBQoSFrPvcQueueRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.7
hh3cCBQoSFrPvcWredRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for WRED
         in a QoS policy applied on FR PVC.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.7.1
hh3cCBQoSFrPvcWredRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrPvcApplyPolicyIfIndex, hh3cCBQoSFrPvcApplyPolicyDlciNum, hh3cCBQoSFrPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex, hh3cCBQoSWredClassValue }
  DESCRIPTION	"WRED statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcWredRunInfoTable(7) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.7.1.1
hh3cCBQoSFrPvcWredRandomDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets randomly discarded by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcWredRunInfoTable(7) hh3cCBQoSFrPvcWredRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.7.1.2
hh3cCBQoSFrPvcWredTailDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets tail-discarded by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcWredRunInfoTable(7) hh3cCBQoSFrPvcWredRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.8
hh3cCBQoSFrPvcAccountingRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for account
         in a QoS policy applied on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.8.1
hh3cCBQoSFrPvcAccountingRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSFrPvcApplyPolicyIfIndex, hh3cCBQoSFrPvcApplyPolicyDlciNum, hh3cCBQoSFrPvcApplyPolicyDirection, hh3cCBQoSPolicyClassIndex, hh3cCBQoSWredClassValue }
  DESCRIPTION	"Account statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcAccountingRunInfoTable(8) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.8.1.1
hh3cCBQoSFrPvcAccountingPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcAccountingRunInfoTable(8) hh3cCBQoSFrPvcAccountingRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.3.8.1.2
hh3cCBQoSFrPvcAccountingBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSFrPvcStaticsObjects(3) hh3cCBQoSFrPvcAccountingRunInfoTable(8) hh3cCBQoSFrPvcAccountingRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.4
hh3cCBQoSVlanStaticsObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.4.1
hh3cCBQoSVlanClassMatchRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for matching a classifier
         in a QoS policy applied on Ethernet VLAN.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSVlanStaticsObjects(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.4.1.1
hh3cCBQoSVlanClassMatchRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSVlanApplyPolicyVlanid, hh3cCBQoSVlanApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Classifier matching statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSVlanStaticsObjects(4) hh3cCBQoSVlanClassMatchRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.4.1.1.1
hh3cCBQoSVlanClassMatchedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSVlanStaticsObjects(4) hh3cCBQoSVlanClassMatchRunInfoTable(1) hh3cCBQoSVlanClassMatchRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.4.2
hh3cCBQoSVlanAccountingRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for account
         in a QoS policy applied on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSVlanStaticsObjects(4) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.4.2.1
hh3cCBQoSVlanAccountingRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSVlanApplyPolicyVlanid, hh3cCBQoSVlanApplyPolicyDirection, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Account statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSVlanStaticsObjects(4) hh3cCBQoSVlanAccountingRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.4.2.1.1
hh3cCBQoSVlanAccountingPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSVlanStaticsObjects(4) hh3cCBQoSVlanAccountingRunInfoTable(2) hh3cCBQoSVlanAccountingRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.4.2.1.2
hh3cCBQoSVlanAccountingBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSVlanStaticsObjects(4) hh3cCBQoSVlanAccountingRunInfoTable(2) hh3cCBQoSVlanAccountingRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5
hh3cCBQoSApplyPolicyIndexObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.1
hh3cCBQoSApplyObjectTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS apply object index.  It provides the function
         of querying the information of QoS apply object, which
         consists of interface type, interface index, ATM PVC, FR DLCI
         and nesting policy index, using QoS apply object index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1
hh3cCBQoSApplyObjectEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex }
  DESCRIPTION	"QoS apply object index entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSApplyObjectTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.1
hh3cCBQoSApplyObjectIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"QoS apply object index.  It represents the unique identifier
         of QoS policy applied position.  It generates when QoS policy
         is applied considering ifIndex, VLAN ID, ATM PVC, FR DLCI and
         policy nesting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSApplyObjectTable(1) hh3cCBQoSApplyObjectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.2
hh3cCBQoSApplyObjectType OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION ApplyObjectType
  SYNTAX	INTEGER {interface(1), vlan(2), atmPvc(3), frDlci(4), controlPlane(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Apply object type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSApplyObjectTable(1) hh3cCBQoSApplyObjectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.3
hh3cCBQoSApplyObjectDirection OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  -- TEXTUAL CONVENTION DirectionType
  SYNTAX	INTEGER {inbound(1), outbound(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The direction of QoS apply object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSApplyObjectTable(1) hh3cCBQoSApplyObjectEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.4
hh3cCBQoSApplyObjectMainSite OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Its value depends on hh3cCBQoSApplyObjectType.
         It represents VLAN ID when hh3cCBQoSApplyObjectType
         is vlan, and represents chassis ID when hh3cCBQoSApplyObjectType
         is controlPlane, otherwise it represents ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSApplyObjectTable(1) hh3cCBQoSApplyObjectEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.5
hh3cCBQoSApplyObjectSubChannel OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Its value depends on hh3cCBQoSApplyObjectType.
         It represents the value of VPI/VCI, of which high 16-bits
         is VPI and low 16-bits is VCI, when hh3cCBQoSApplyObjectType
         is atmPvc.
         It represents the value of data link connection identifier
         in FR network, when hh3cCBQoSApplyObjectType is frDlci.
         It represents slot ID, when hh3cCBQoSApplyObjectType is controlPlane.
         Otherwise the value is '0xFFFFFFFF'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSApplyObjectTable(1) hh3cCBQoSApplyObjectEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.6
hh3cCBQoSApplyObjectSubClass OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value represents level-1 sub class index when the QoS
         apply object is level-2 or level-3 nesting policy.  Otherwise
         the value is '0xFFFFFFFF'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSApplyObjectTable(1) hh3cCBQoSApplyObjectEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.7
hh3cCBQoSApplyObjectSubClassSec OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value represents level-2 sub class index when the QoS
         apply object is level-3 nesting policy.  Otherwise
         the value is '0xFFFFFFFF'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSApplyObjectTable(1) hh3cCBQoSApplyObjectEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.2
hh3cCBQoSIntApplyObjectTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table used for querying the QoS apply object indexes by
         interface index.  It is suitable for querying QoS apply
         object indexes for policies applied on Ethernet ports, ATM
         ports and FR ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.2.1
hh3cCBQoSIntApplyObjectEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSIntApplyObjectIfIndex, hh3cCBQoSApplyObjectDirection }
  DESCRIPTION	"QoS apply object on interface index querying entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSIntApplyObjectTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.2.1.1
hh3cCBQoSIntApplyObjectIfIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Interface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSIntApplyObjectTable(2) hh3cCBQoSIntApplyObjectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.2.1.2
hh3cCBQoSIntApplyObjectIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"QoS apply object index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSIntApplyObjectTable(2) hh3cCBQoSIntApplyObjectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.3
hh3cCBQoSVlanApplyObjectTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table used for querying the QoS apply object indexes by VLAN
         ID and policy direction.  It is suitable for querying QoS
         apply object indexes for policies applied on VLANs.  If the
         value of hh3cCBQoSVlanApplyObjectVlanID is 0, it means querying
         Qos apply object index for policy applied on global."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.3.1
hh3cCBQoSVlanApplyObjectEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSVlanApplyObjectVlanID, hh3cCBQoSApplyObjectDirection }
  DESCRIPTION	"VLAN apply object entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSVlanApplyObjectTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.3.1.1
hh3cCBQoSVlanApplyObjectVlanID OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32 (0..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSVlanApplyObjectTable(3) hh3cCBQoSVlanApplyObjectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.3.1.2
hh3cCBQoSVlanApplyObjectIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"QoS apply object index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSVlanApplyObjectTable(3) hh3cCBQoSVlanApplyObjectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.4
hh3cCBQoSPvcApplyObjectTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table used for querying the QoS apply object indexes by ATM
         PVC or FR DLCI, ifIndex and policy direction.  It is suitable
         for querying QoS apply object indexes for policies applied on
         ATM PVCs or FR DLCIs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.4.1
hh3cCBQoSPvcApplyObjectEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSPvcApplyObjectIfIndex, hh3cCBQoSPvcApplyObjectPvcID, hh3cCBQoSApplyObjectDirection }
  DESCRIPTION	"QoS apply object querying entry for ATM PVC or FR
         DLCI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSPvcApplyObjectTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.4.1.1
hh3cCBQoSPvcApplyObjectIfIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Interface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSPvcApplyObjectTable(4) hh3cCBQoSPvcApplyObjectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.4.1.2
hh3cCBQoSPvcApplyObjectPvcID OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"If the QoS apply object queried is a ATM PVC, its input value
         represents a VPI/VCI.  If the QoS apply object queried is a FR
         DLCI, its input value represents a value of FR DLCI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSPvcApplyObjectTable(4) hh3cCBQoSPvcApplyObjectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.4.1.3
hh3cCBQoSPvcApplyObjectIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"QoS apply object index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSPvcApplyObjectTable(4) hh3cCBQoSPvcApplyObjectEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.5
hh3cCBQoSNestPolicyApplyObjectTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table used for querying the nested QoS policy apply object indexes.
         It is suitable for querying nested QoS apply object indexes for policies
         applied on ifIndex, VLAN ID, ATM PVC or FR DLCI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.5.1
hh3cCBQoSNestPolicyApplyObjectEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex, hh3cCBQoSNestPolicyClassIndex }
  DESCRIPTION	"QoS apply object on policy querying entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSNestPolicyApplyObjectTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.5.1.1
hh3cCBQoSNestPolicyClassIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Policyclass index in father policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSNestPolicyApplyObjectTable(5) hh3cCBQoSNestPolicyApplyObjectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.5.1.2
hh3cCBQoSNestPolicyApplyObjectIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"QoS apply object index of the son policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSNestPolicyApplyObjectTable(5) hh3cCBQoSNestPolicyApplyObjectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.6
hh3cCBQoSCpApplyObjectTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table used for querying the QoS policy apply object indexes
         by chassis ID and slot ID.  It is suitable for querying QoS apply
         object indexes for policies applied on control plane."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.6.1
hh3cCBQoSCpApplyObjectEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSCpApplyObjectChassis, hh3cCBQoSCpApplyObjectSlot, hh3cCBQoSApplyObjectDirection }
  DESCRIPTION	"QoS policy apply object on control plane querying entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSCpApplyObjectTable(6) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.6.1.1
hh3cCBQoSCpApplyObjectChassis OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Chassis ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSCpApplyObjectTable(6) hh3cCBQoSCpApplyObjectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.6.1.2
hh3cCBQoSCpApplyObjectSlot OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Slot ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSCpApplyObjectTable(6) hh3cCBQoSCpApplyObjectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.5.6.1.3
hh3cCBQoSCpApplyObjectIndex OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"QoS apply object index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSApplyPolicyIndexObjects(5) hh3cCBQoSCpApplyObjectTable(6) hh3cCBQoSCpApplyObjectEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6
hh3cCBQoSStaticsObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1
hh3cCBQoSCbqRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of CBQ running statistics.
         When policy using queue behavior is applied on QoS apply
         object, the QoS apply object will use Class Based Queuing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1
hh3cCBQoSCbqRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex }
  DESCRIPTION	"CBQ statistics entry of QoS apply object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1.1
hh3cCBQoSCbqQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets in CBQ queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) hh3cCBQoSCbqRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1.2
hh3cCBQoSCbqDiscard OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of discarded packets which couldn't queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) hh3cCBQoSCbqRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1.3
hh3cCBQoSCbqEfQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets in EF queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) hh3cCBQoSCbqRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1.4
hh3cCBQoSCbqAfQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets in AF queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) hh3cCBQoSCbqRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1.5
hh3cCBQoSCbqBeQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets in BE Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) hh3cCBQoSCbqRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1.6
hh3cCBQoSCbqBeActiveQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Active BE Queues."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) hh3cCBQoSCbqRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1.7
hh3cCBQoSCbqBeMaxActiveQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max number of Active BE Queues."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) hh3cCBQoSCbqRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1.8
hh3cCBQoSCbqBeTotalQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of total BE Queues."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) hh3cCBQoSCbqRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.1.1.9
hh3cCBQoSCbqAfAllocatedQueueNum OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of allocated AF Queues."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCbqRunInfoTable(1) hh3cCBQoSCbqRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2
hh3cCBQoSClassMatchRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of running statistics for matching a classifier on a
         QoS apply object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2.1
hh3cCBQoSClassMatchRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Classifier's matching statistics information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSClassMatchRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2.1.1
hh3cCBQoSClassMatchedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSClassMatchRunInfoTable(2) hh3cCBQoSClassMatchRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2.1.2
hh3cCBQoSClassMatchedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSClassMatchRunInfoTable(2) hh3cCBQoSClassMatchRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2.1.3
hh3cCBQoSClassFwdPktpps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average number of packets macthing the class forwarded
         per second in the last interval.
         Unit: pps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSClassMatchRunInfoTable(2) hh3cCBQoSClassMatchRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2.1.4
hh3cCBQoSClassFwdPktbps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average bits of packets matching the class forwarded
         per second in the last interval.
         Unit: bps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSClassMatchRunInfoTable(2) hh3cCBQoSClassMatchRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2.1.5
hh3cCBQoSClassDropPktpps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average number of packets matching the class dropped
         per second in the last interval.
         Unit: pps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSClassMatchRunInfoTable(2) hh3cCBQoSClassMatchRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2.1.6
hh3cCBQoSClassDropPktbps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average bits of packets matching the class dropped
         per second in the last interval.
         Unit: bps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSClassMatchRunInfoTable(2) hh3cCBQoSClassMatchRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2.1.7
hh3cCBQoSClassFlowStatInterval OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interval of collecting traffic statistics.
         Unit: minute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSClassMatchRunInfoTable(2) hh3cCBQoSClassMatchRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.2.1.8
hh3cCBQoSClassBehaviorStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {success(1), failure(2), partialSuccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Classifier-behavior applying status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSClassMatchRunInfoTable(2) hh3cCBQoSClassMatchRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3
hh3cCBQoSCarRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of running statistics for CAR on a QoS apply object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1
hh3cCBQoSCarRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"CAR statistics information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.1
hh3cCBQoSCarGreenPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of green packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.2
hh3cCBQoSCarGreenBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of green bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.3
hh3cCBQoSCarRedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of red packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.4
hh3cCBQoSCarRedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of red bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.5
hh3cCBQoSCarYellowPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of yellow packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.6
hh3cCBQoSCarYellowBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of yellow bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.7
hh3cCBQoSCarClassName OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of classifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.8
hh3cCBQoSCarGreenpps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average number of green packets matching a class in a QoS policy
         per second in the last interval.
         Unit: pps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.9
hh3cCBQoSCarGreenbps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average bits of green packets matching a class in a QoS policy
         per second in the last interval.
         Unit: bps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.10
hh3cCBQoSCarRedpps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average number of red packets matching a class in a QoS policy
         per second in the last interval.
         Unit: pps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.11
hh3cCBQoSCarRedbps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average bits of red packets matching a class in a QoS policy
         per second in the last interval.
         Unit: bps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.12
hh3cCBQoSCarYellowpps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average number of yellow packets matching a class in a QoS policy
         per second in the last interval.
         Unit: pps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.3.1.13
hh3cCBQoSCarYellowbps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average bits of yellow packets matching a class in a QoS policy
         per second in the last interval.
         Unit: bps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSCarRunInfoTable(3) hh3cCBQoSCarRunInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.4
hh3cCBQoSGtsRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of running statistics for GTS on a QoS apply object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.4.1
hh3cCBQoSGtsRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"GTS statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSGtsRunInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.4.1.1
hh3cCBQoSGtsPassedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets passed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSGtsRunInfoTable(4) hh3cCBQoSGtsRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.4.1.2
hh3cCBQoSGtsPassedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes passed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSGtsRunInfoTable(4) hh3cCBQoSGtsRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.4.1.3
hh3cCBQoSGtsDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets discarded by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSGtsRunInfoTable(4) hh3cCBQoSGtsRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.4.1.4
hh3cCBQoSGtsDiscardedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes discarded by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSGtsRunInfoTable(4) hh3cCBQoSGtsRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.4.1.5
hh3cCBQoSGtsDelayedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets delayed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSGtsRunInfoTable(4) hh3cCBQoSGtsRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.4.1.6
hh3cCBQoSGtsDelayedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes delayed by GTS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSGtsRunInfoTable(4) hh3cCBQoSGtsRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.4.1.7
hh3cCBQoSGtsQueueSize OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets in GTS queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSGtsRunInfoTable(4) hh3cCBQoSGtsRunInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.5
hh3cCBQoSRemarkRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of running statistics for remarking on a QoS apply
         object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.5.1
hh3cCBQoSRemarkRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Remarking statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSRemarkRunInfoTable(5) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.5.1.1
hh3cCBQoSRemarkedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of remarked packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSRemarkRunInfoTable(5) hh3cCBQoSRemarkRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.6
hh3cCBQoSQueueRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of running statistics for queue on a QoS apply
         object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.6.1
hh3cCBQoSQueueRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Queue statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSQueueRunInfoTable(6) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.6.1.1
hh3cCBQoSQueueMatchedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matched to queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSQueueRunInfoTable(6) hh3cCBQoSQueueRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.6.1.2
hh3cCBQoSQueueMatchedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matched to queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSQueueRunInfoTable(6) hh3cCBQoSQueueRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.6.1.3
hh3cCBQoSQueueEnqueuedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets queued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSQueueRunInfoTable(6) hh3cCBQoSQueueRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.6.1.4
hh3cCBQoSQueueEnqueuedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes queued."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSQueueRunInfoTable(6) hh3cCBQoSQueueRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.6.1.5
hh3cCBQoSQueueDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets discarded when queued by discard method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSQueueRunInfoTable(6) hh3cCBQoSQueueRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.6.1.6
hh3cCBQoSQueueDiscardedBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes discarded when queued by discard method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSQueueRunInfoTable(6) hh3cCBQoSQueueRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.7
hh3cCBQoSWredRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of running statistics for WRED on a QoS apply object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.7.1
hh3cCBQoSWredRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex, hh3cCBQoSPolicyClassIndex, hh3cCBQoSWredClassValue }
  DESCRIPTION	"WRED statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSWredRunInfoTable(7) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.7.1.1
hh3cCBQoSWredRandomDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets random-discarded by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSWredRunInfoTable(7) hh3cCBQoSWredRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.7.1.2
hh3cCBQoSWredTailDiscardedPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets tail-discarded by WRED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSWredRunInfoTable(7) hh3cCBQoSWredRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.8
hh3cCBQoSAccountingRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of running statistics for account on a QoS apply
         object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) 8 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.8.1
hh3cCBQoSAccountingRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex, hh3cCBQoSPolicyClassIndex }
  DESCRIPTION	"Account statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSAccountingRunInfoTable(8) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.8.1.1
hh3cCBQoSAccountingPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSAccountingRunInfoTable(8) hh3cCBQoSAccountingRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.8.1.2
hh3cCBQoSAccountingBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matching a class in a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSAccountingRunInfoTable(8) hh3cCBQoSAccountingRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.8.1.3
hh3cCBQoSAccountingPktpps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average number of packets matching a class in a QoS policy
         per second in the last interval.
         Unit: pps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSAccountingRunInfoTable(8) hh3cCBQoSAccountingRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.8.1.4
hh3cCBQoSAccountingPktbps OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Average bits of packets matching a class in a QoS policy
         per second in the last interval.
         Unit: bps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSAccountingRunInfoTable(8) hh3cCBQoSAccountingRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.9
hh3cCBQoSPolicyAccRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of running statistics for account on a QoS apply
         object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) 9 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.9.1
hh3cCBQoSPolicyAccRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCBQoSApplyObjectIndex }
  DESCRIPTION	"Policy account statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSPolicyAccRunInfoTable(9) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.9.1.1
hh3cCBQoSPolicyAccPackets OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matching a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSPolicyAccRunInfoTable(9) hh3cCBQoSPolicyAccRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.5.6.9.1.2
hh3cCBQoSPolicyAccBytes OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes matching a QoS policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyPolicyStaticsObjects(5) hh3cCBQoSStaticsObjects(6) hh3cCBQoSPolicyAccRunInfoTable(9) hh3cCBQoSPolicyAccRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.65.2.1.6
hh3cCBQoSApplyingStatusObjects OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) 6 }

.1.3.6.1.4.1.25506.2.65.2.1.6.1
hh3cCBQoSApplyingStatus OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  SYNTAX	INTEGER {idle(1), busy(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object shows the status of the system when applying policy.
        It is forbidden to set or read in this MIB module except current
        table when the value is busy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSApplyingStatusObjects(6) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.7
hh3cCBQoSNotifications OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) 7 }

.1.3.6.1.4.1.25506.2.65.2.1.7.0
hh3cCBQoSNotificationsPrefix OBJECT-TYPE
  -- FROM	HH3C-CBQOS2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSNotifications(7) 0 }

.1.3.6.1.4.1.25506.2.65.2.1.7.0.1
hh3cCBQoSIfPolicyChanged NOTIFICATION-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  OBJECTS	{ hh3cCBQoSIfApplyPolicyIfIndex, hh3cCBQoSIfApplyPolicyDirection }
  DESCRIPTION	"This notification will be sent when the applying status
        of the policy on the interface is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSNotifications(7) hh3cCBQoSNotificationsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.65.2.1.7.0.2
hh3cCBQoSVlanPolicyChanged NOTIFICATION-TYPE
  -- FROM	HH3C-CBQOS2-MIB
  OBJECTS	{ hh3cCBQoSVlanApplyPolicyVlanid, hh3cCBQoSVlanApplyPolicyDirection }
  DESCRIPTION	"This notification will be sent when the applying status
        of the policy on the VLAN is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQos2(65) hh3cCBQos2(2) hh3cCBQoSObjects(1) hh3cCBQoSNotifications(7) hh3cCBQoSNotificationsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.66
hh3cStormConstrain OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-STORM-CONSTRAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 66 }

.1.3.6.1.4.1.25506.2.66.1
hh3cStormScalarGroup OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) 1 }

.1.3.6.1.4.1.25506.2.66.1.1
hh3cStormTrapType OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	INTEGER {broadcast(1), multicast(2), unicast(3), knownUnicast(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This value is used to identify the type of trap.
         broadcast: Trap message generated when broadcast traffic exceeds
                    the upper limit or falls below the lower limit on a port.
         multicast: Trap message generated when multicast traffic exceeds
                    the upper limit or falls below the lower limit on a port.
         unicast  : Trap message generated when unknown unicast traffic exceeds
                    the upper limit or falls below the lower limit on a port.
         knownUnicast: Trap message generated when known unicast traffic exceeds
                    the upper limit or falls below the lower limit on a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.66.1.2
hh3cStormTrapThreshold OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This value is used to figure the threshold of flux in
         trap message.
         For example, when the trap is generated for broadcast
         flux exceeds upper limit on a port, this value is
         equal to upper limit value configured.  And when the
         trap is generated for broadcast flux fell under lower
         limit, this value is equal to lower limit value configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.66.2
hh3cStormTableGroup OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) 2 }

.1.3.6.1.4.1.25506.2.66.2.1
hh3cStormCtrlTable OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing configurations of storm-constrain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) 1 }

.1.3.6.1.4.1.25506.2.66.2.1.1
hh3cStormCtrlEntry OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Detailed information of storm-constrain configurations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) 1 }

.1.3.6.1.4.1.25506.2.66.2.1.1.1
hh3cStormCtrlPortStatus OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	INTEGER {controlled(1), normal(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the port:
         controlled: indicate that the port is in controlled status.
                     Port which is in this status will not forward some type
                     of packet.
         normal    : indicate that the port is in normal status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.66.2.1.1.2
hh3cStormCtrlBroadcastUnit OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  -- TEXTUAL CONVENTION Hh3cStormConstrainUnit
  SYNTAX	INTEGER {none(1), packetsPerSecond(2), ratio(3), bytesPerSecond(4), kbitsPerSecond(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The unit of the broadcast flux.
         This value must be set together with hh3cStormCtrlBroadcastUpper
         and hh3cStormCtrlBroadcastLower."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.66.2.1.1.3
hh3cStormCtrlBroadcastUpper OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The upper-limit of incoming broadcast taffic at a port
         within 1 second interval.
         Its unit depends on hh3cStormCtrlBroadcastUnit value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 3 }

.1.3.6.1.4.1.25506.2.66.2.1.1.4
hh3cStormCtrlBroadcastLower OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The lower-limit of incoming broadcast taffic at a port
         within 1 second interval.
         This value must be lower than hh3cStormCtrlBroadcastUpper value.
         Its unit depends on hh3cStormCtrlBroadcastUnit value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 4 }

.1.3.6.1.4.1.25506.2.66.2.1.1.5
hh3cStormCtrlMulticastUnit OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  -- TEXTUAL CONVENTION Hh3cStormConstrainUnit
  SYNTAX	INTEGER {none(1), packetsPerSecond(2), ratio(3), bytesPerSecond(4), kbitsPerSecond(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The unit of the multicast flux.
         This value must be set together with hh3cStormCtrlMulticastUpper
         and hh3cStormCtrlMulticastLower."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 5 }

.1.3.6.1.4.1.25506.2.66.2.1.1.6
hh3cStormCtrlMulticastUpper OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The upper-limit of incoming multicast taffic at a port
         within 1 second interval.
         Its unit depends on hh3cStormCtrlMulticastUnit value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 6 }

.1.3.6.1.4.1.25506.2.66.2.1.1.7
hh3cStormCtrlMulticastLower OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The lower-limit of incoming multicast taffic at a port
         within 1 second interval.
         This value must be lower than hh3cStormCtrlMulticastUpper value.
         Its unit depends on hh3cStormCtrlMulticastUnit value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 7 }

.1.3.6.1.4.1.25506.2.66.2.1.1.8
hh3cStormCtrlUnicastUnit OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  -- TEXTUAL CONVENTION Hh3cStormConstrainUnit
  SYNTAX	INTEGER {none(1), packetsPerSecond(2), ratio(3), bytesPerSecond(4), kbitsPerSecond(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The unit of the unicast flux.
         This value must be set together with hh3cStormCtrlUnicastUpper
         and hh3cStormCtrlUnicastLower."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 8 }

.1.3.6.1.4.1.25506.2.66.2.1.1.9
hh3cStormCtrlUnicastUpper OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The upper-limit of incoming unicast taffic at a port
         within 1 second interval.
         Its unit depends on hh3cStormCtrlUnicastUnit value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 9 }

.1.3.6.1.4.1.25506.2.66.2.1.1.10
hh3cStormCtrlUnicastLower OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The lower-limit of incoming unicast taffic at a port
         within 1 second interval.
         This value must be lower than hh3cStormCtrlUnicastUpper value.
         Its unit depends on hh3cStormCtrlUnicastUnit value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 10 }

.1.3.6.1.4.1.25506.2.66.2.1.1.11
hh3cStormCtrlRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation,
         deletion and modification of rows, which supports active
         status and CreatAndGo, destroy operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 11 }

.1.3.6.1.4.1.25506.2.66.2.1.1.12
hh3cStormCtrlPortMode OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  SYNTAX	INTEGER {none(1), block(2), shutdown(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storm control mode of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormTableGroup(2) hh3cStormCtrlTable(1) hh3cStormCtrlEntry(1) 12 }

.1.3.6.1.4.1.25506.2.66.3
hh3cStormNotifications OBJECT-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) 3 }

.1.3.6.1.4.1.25506.2.66.3.1
hh3cStormRising NOTIFICATION-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  OBJECTS	{ ifIndex, hh3cStormTrapType, hh3cStormTrapThreshold, hh3cStormCtrlPortStatus }
  DESCRIPTION	"This trap message is generated when any type of the
         flux exceeds its upper limit on a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormNotifications(3) 1 }

.1.3.6.1.4.1.25506.2.66.3.2
hh3cStormFalling NOTIFICATION-TYPE
  -- FROM	HH3C-STORM-CONSTRAIN-MIB
  OBJECTS	{ ifIndex, hh3cStormTrapType, hh3cStormTrapThreshold, hh3cStormCtrlPortStatus }
  DESCRIPTION	"This trap message is generated when a flux which used
         to overflow its upper limit, falls below its lower
         limit on a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStormConstrain(66) hh3cStormNotifications(3) 2 }

.1.3.6.1.4.1.25506.2.67
hh3cIpAddrMIB OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IP-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 67 }

.1.3.6.1.4.1.25506.2.67.1
hh3cIpAddressObjects OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) 1 }

.1.3.6.1.4.1.25506.2.67.1.1
hh3cIpAddressConfig OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) 1 }

.1.3.6.1.4.1.25506.2.67.1.1.1
hh3cIpAddrSetTable OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of address information is relevant to this
            entity's IPv4 addresses for setting. The address information
            that can be read and set in this table is a subset of the
            address information that can be read in hh3cIpAddrReadTable
            and ipAddrTable in IP-MIB. This table is used to configure IPv4
            addresses of an interface identified by hh3cIpAddrSetIfIndex.
            When users create or delete an entry in this table, the agent also
            increases or reduces a corresponding entry in the
            hh3cIpAddrReadTable and ipAddrTable in IP-MIB.
            When an interface which has been assigned IPv6 address is deleted,
            the agent also deletes the entry corresponding to the interface
            in this table and hh3cIpAddrReadTable.
            All IPv4 addresses in this table will also show in ipAddrTable in
            IP-MIB.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) 1 }

.1.3.6.1.4.1.25506.2.67.1.1.1.1
hh3cIpAddrSetEntry OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpAddrSetIfIndex, hh3cIpAddrSetAddrType, hh3cIpAddrSetAddr }
  DESCRIPTION	"Define the IPv4 address information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrSetTable(1) 1 }

.1.3.6.1.4.1.25506.2.67.1.1.1.1.1
hh3cIpAddrSetIfIndex OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies the interface to
            which this entry is applicable. The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of RFC 1573's ifIndex.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrSetTable(1) hh3cIpAddrSetEntry(1) 1 }

.1.3.6.1.4.1.25506.2.67.1.1.1.1.2
hh3cIpAddrSetAddrType OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address type to which this entry's address information
            pertains. The value must be ipv4.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrSetTable(1) hh3cIpAddrSetEntry(1) 2 }

.1.3.6.1.4.1.25506.2.67.1.1.1.1.3
hh3cIpAddrSetAddr OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv4 address to which this entry's address information
            pertains.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrSetTable(1) hh3cIpAddrSetEntry(1) 3 }

.1.3.6.1.4.1.25506.2.67.1.1.1.1.4
hh3cIpAddrSetMask OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subnet mask associated with the IPv4 address of this
            entry. The value of the mask is an IPv4 address with all the
            network bits set to 1 and all the hosts bits set to 0.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrSetTable(1) hh3cIpAddrSetEntry(1) 4 }

.1.3.6.1.4.1.25506.2.67.1.1.1.1.5
hh3cIpAddrSetSourceType OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	INTEGER {assignedIp(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicate the type of source of the IPv4 address."
  DEFVAL	{ assignedIp }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrSetTable(1) hh3cIpAddrSetEntry(1) 5 }

.1.3.6.1.4.1.25506.2.67.1.1.1.1.6
hh3cIpAddrSetCatalog OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	INTEGER {primary(1), sub(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicate the category of the IPv4 address."
  DEFVAL	{ primary }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrSetTable(1) hh3cIpAddrSetEntry(1) 6 }

.1.3.6.1.4.1.25506.2.67.1.1.1.1.7
hh3cIpAddrSetRowStatus OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create a new row or delete an
            existing row in this table, only support active,
            createAndGo and destroy.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrSetTable(1) hh3cIpAddrSetEntry(1) 7 }

.1.3.6.1.4.1.25506.2.67.1.1.2
hh3cIpAddrReadTable OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of address information is relevant to this
            entity's IP addresses for reading. This is the extension
            of the ipAddrTable in IP-MIB.
            All IPv4 addresses in this table will also show in ipAddrTable
            in IP-MIB.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) 2 }

.1.3.6.1.4.1.25506.2.67.1.1.2.1
hh3cIpAddrReadEntry OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpAddrReadIfIndex, hh3cIpAddrReadAddrType, hh3cIpAddrReadAddr }
  DESCRIPTION	"Define the IPv4 address information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrReadTable(2) 1 }

.1.3.6.1.4.1.25506.2.67.1.1.2.1.1
hh3cIpAddrReadIfIndex OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies the interface to
            which this entry is applicable. The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of RFC 1573's ifIndex.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrReadTable(2) hh3cIpAddrReadEntry(1) 1 }

.1.3.6.1.4.1.25506.2.67.1.1.2.1.2
hh3cIpAddrReadAddrType OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address type to which this entry's address information
            pertains. The value must be ipv4.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrReadTable(2) hh3cIpAddrReadEntry(1) 2 }

.1.3.6.1.4.1.25506.2.67.1.1.2.1.3
hh3cIpAddrReadAddr OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv4 address to which this entry's address information
            pertains.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrReadTable(2) hh3cIpAddrReadEntry(1) 3 }

.1.3.6.1.4.1.25506.2.67.1.1.2.1.4
hh3cIpAddrReadMask OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The subnet mask associated with the IPv4 address of this
            entry. The value of the mask is an IPv4 address with all the
            network bits set to 1 and all the hosts bits set to 0.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrReadTable(2) hh3cIpAddrReadEntry(1) 4 }

.1.3.6.1.4.1.25506.2.67.1.1.2.1.5
hh3cIpAddrReadSourceType OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	INTEGER {assignedIp(1), cluster(2), dhcp(3), bootp(4), negotiate(5), unnumbered(6), vrrp(7), cellar(8), mad(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicate the type of source of the IPv4 address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrReadTable(2) hh3cIpAddrReadEntry(1) 5 }

.1.3.6.1.4.1.25506.2.67.1.1.2.1.6
hh3cIpAddrReadCatalog OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	INTEGER {primary(1), sub(2), cluster(3), vrrp(4), backup(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicate the category of the IPv4 address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpAddrReadTable(2) hh3cIpAddrReadEntry(1) 6 }

.1.3.6.1.4.1.25506.2.67.1.1.3
hh3cIpv4AddrTable OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure primary IPv4 address of an
             interface identified by ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) 3 }

.1.3.6.1.4.1.25506.2.67.1.1.3.1
hh3cIpv4AddrEntry OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Define the IPv4 address information.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpv4AddrTable(3) 1 }

.1.3.6.1.4.1.25506.2.67.1.1.3.1.1
hh3cIpv4AddrAddr OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IPv4 address to which this entry's address information
            pertains.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpv4AddrTable(3) hh3cIpv4AddrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.67.1.1.3.1.2
hh3cIpv4AddrMask OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subnet mask associated with the IPv4 address of this
            entry.  The value of the mask is an IPv4 address with all the
            network bits set to 1 and all the hosts bits set to 0.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpv4AddrTable(3) hh3cIpv4AddrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.67.1.1.3.1.3
hh3cIpv4AddrRowStatus OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create a new row or delete an
            existing row in this table, only support active,
            notInService, createAndGo and destroy.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddressObjects(1) hh3cIpAddressConfig(1) hh3cIpv4AddrTable(3) hh3cIpv4AddrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.67.2
hh3cIpAddrNotify OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) 2 }

.1.3.6.1.4.1.25506.2.67.2.1
hh3cIpAddrNotifyScalarObjects OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddrNotify(2) 1 }

.1.3.6.1.4.1.25506.2.67.2.1.1
hh3cIpAddrNotifyIfIndex OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP address IfIndex of specified interface on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddrNotify(2) hh3cIpAddrNotifyScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.67.2.1.2
hh3cIpAddrOldIpAddress OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The Old IP address of specified interface on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddrNotify(2) hh3cIpAddrNotifyScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.67.2.1.3
hh3cIpAddrNewIpAddress OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The New IP address of specified interface on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddrNotify(2) hh3cIpAddrNotifyScalarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.67.2.1.4
hh3cIpAddrFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the first trap time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddrNotify(2) hh3cIpAddrNotifyScalarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.67.2.2
hh3cIpAddrNotifyObjects OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddrNotify(2) 2 }

.1.3.6.1.4.1.25506.2.67.2.2.0
hh3cIpAddrNotifyObjectsPrefix OBJECT-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddrNotify(2) hh3cIpAddrNotifyObjects(2) 0 }

.1.3.6.1.4.1.25506.2.67.2.2.0.1
hh3cIpAddressChangeNotify NOTIFICATION-TYPE
  -- FROM	HH3C-IP-ADDRESS-MIB
  OBJECTS	{ hh3cIpAddrNotifyIfIndex, hh3cIpAddrOldIpAddress, hh3cIpAddrNewIpAddress, hh3cIpAddrFirstTrapTime }
  DESCRIPTION	"This notification will be generated when the IP address of interface
        is changed.  The change maybe originate from NMS, DHCP server or
        administrator.

        This notification announces useful IP address change.  So it
        is triggered by significative IP address change."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpAddrMIB(67) hh3cIpAddrNotify(2) hh3cIpAddrNotifyObjects(2) hh3cIpAddrNotifyObjectsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.68
hh3cMirrGroup OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 68 }

.1.3.6.1.4.1.25506.2.68.1
hh3cMGInfoObjects OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) 1 }

.1.3.6.1.4.1.25506.2.68.1.1
hh3cMGObjects OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.1.1
hh3cMGTable OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of mirror group entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGObjects(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.1.1.1
hh3cMGEntry OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMGID }
  DESCRIPTION	"A list of parameters that describe a mirror group to be created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGObjects(1) hh3cMGTable(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.1.1.1.1
hh3cMGID OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the mirror group table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGObjects(1) hh3cMGTable(1) hh3cMGEntry(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.1.1.1.2
hh3cMGType OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	INTEGER {local(1), remoteSource(2), remoteDestination(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"GroupType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGObjects(1) hh3cMGTable(1) hh3cMGEntry(1) 2 }

.1.3.6.1.4.1.25506.2.68.1.1.1.1.3
hh3cMGStatus OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of a mirror group.  A mirror group is inactive
            when it was created.

            The status of a mirror group can be changed automatically from inactive
            to active when appropriate conditions were met.  Also, it can be changed
            automatically from active to inactive when these conditions disappeared.

            Followings are conditions for a mirror group to become active:
              group type          conditions
              ============================================================================
              local               any source (mirroring-port, mirroring-VLAN, or mirroring-CPU),
                                  monitor-port
              remoteSource        If one of the three conditions is satisfied,
                                  remoteSource group would be active.
                                  1) any source (mirroring-port, mirroring-VLAN, or mirroring-CPU),
                                     remote-probe VLAN,
                                     configurable reflector-port (which is not supported on some devices)
                                  2) any source (mirroring-port, mirroring-VLAN, or mirroring-CPU),
                                     remote-probe VLAN,
                                     egress-port (which is not supported on some devices)
                                  3) any source (mirroring-port, mirroring-VLAN, or mirroring-CPU),
                                     remote-probe VLAN,
                                     fixed reflector-port(which is not supported on some devices)
              remoteDestination   monitor-port, remote-probe VLAN
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGObjects(1) hh3cMGTable(1) hh3cMGEntry(1) 3 }

.1.3.6.1.4.1.25506.2.68.1.1.1.1.4
hh3cMGRowStatus OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGObjects(1) hh3cMGTable(1) hh3cMGEntry(1) 4 }

.1.3.6.1.4.1.25506.2.68.1.2
hh3cMGMirrorIfObjects OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) 2 }

.1.3.6.1.4.1.25506.2.68.1.2.1
hh3cMGMirrorIfTable OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of mirror group mirroring-port entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorIfObjects(2) 1 }

.1.3.6.1.4.1.25506.2.68.1.2.1.1
hh3cMGMirrorIfEntry OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMGID, hh3cMGMirrorIfIndex, hh3cMGMirrorDirection }
  DESCRIPTION	"A list of parameters that describe a mirroring-port to be added to
            a mirror group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorIfObjects(2) hh3cMGMirrorIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.2.1.1.1
hh3cMGMirrorIfIndex OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IfIndex of mirror group mirroring-port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorIfObjects(2) hh3cMGMirrorIfTable(1) hh3cMGMirrorIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.2.1.1.2
hh3cMGMirrorDirection OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	INTEGER {inbound(1), outbound(2), both(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Mirror direction of mirroring-port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorIfObjects(2) hh3cMGMirrorIfTable(1) hh3cMGMirrorIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.68.1.2.1.1.3
hh3cMGMirrorRowStatus OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorIfObjects(2) hh3cMGMirrorIfTable(1) hh3cMGMirrorIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.68.1.3
hh3cMGMonitorIfObjects OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) 3 }

.1.3.6.1.4.1.25506.2.68.1.3.1
hh3cMGMonitorIfTable OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of mirror group monitor-port entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMonitorIfObjects(3) 1 }

.1.3.6.1.4.1.25506.2.68.1.3.1.1
hh3cMGMonitorIfEntry OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMGID, hh3cMGMonitorIfIndex }
  DESCRIPTION	"A list of parameters that describe a monitor-port to be added to
            a mirror group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMonitorIfObjects(3) hh3cMGMonitorIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.3.1.1.1
hh3cMGMonitorIfIndex OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IfIndex of mirror group monitor-port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMonitorIfObjects(3) hh3cMGMonitorIfTable(1) hh3cMGMonitorIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.3.1.1.2
hh3cMGMonitorRowStatus OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMonitorIfObjects(3) hh3cMGMonitorIfTable(1) hh3cMGMonitorIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.68.1.4
hh3cMGReflectorIfObjects OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) 4 }

.1.3.6.1.4.1.25506.2.68.1.4.1
hh3cMGReflectorIfTable OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of mirror group reflector-port entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGReflectorIfObjects(4) 1 }

.1.3.6.1.4.1.25506.2.68.1.4.1.1
hh3cMGReflectorIfEntry OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMGID, hh3cMGReflectorIfIndex }
  DESCRIPTION	"A list of parameters that describe a reflector-port to be added to
            a mirror group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGReflectorIfObjects(4) hh3cMGReflectorIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.4.1.1.1
hh3cMGReflectorIfIndex OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IfIndex of mirror group reflector-port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGReflectorIfObjects(4) hh3cMGReflectorIfTable(1) hh3cMGReflectorIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.4.1.1.2
hh3cMGReflectorRowStatus OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGReflectorIfObjects(4) hh3cMGReflectorIfTable(1) hh3cMGReflectorIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.68.1.5
hh3cMGRprobeVlanObjects OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) 5 }

.1.3.6.1.4.1.25506.2.68.1.5.1
hh3cMGRprobeVlanTable OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of mirror group remote-probe vlan entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGRprobeVlanObjects(5) 1 }

.1.3.6.1.4.1.25506.2.68.1.5.1.1
hh3cMGRprobeVlanEntry OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMGID, hh3cMGRprobeVlanID }
  DESCRIPTION	"A list of parameters that describe a remote-probe vlan to be added
            to a mirror group.  Details about remote-probe vlan please refer to
            mirror group manual."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGRprobeVlanObjects(5) hh3cMGRprobeVlanTable(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.5.1.1.1
hh3cMGRprobeVlanID OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the remote-probe vlan table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGRprobeVlanObjects(5) hh3cMGRprobeVlanTable(1) hh3cMGRprobeVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.5.1.1.2
hh3cMGRprobeVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGRprobeVlanObjects(5) hh3cMGRprobeVlanTable(1) hh3cMGRprobeVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.68.1.6
hh3cMGEgressIfObjects OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) 6 }

.1.3.6.1.4.1.25506.2.68.1.6.1
hh3cMGEgressIfTable OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of mirror group egress-port entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGEgressIfObjects(6) 1 }

.1.3.6.1.4.1.25506.2.68.1.6.1.1
hh3cMGEgressIfEntry OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMGID, hh3cMGEgressIfIndex }
  DESCRIPTION	"A list of parameters that describe an egress-port to be added to
            a mirror group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGEgressIfObjects(6) hh3cMGEgressIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.6.1.1.1
hh3cMGEgressIfIndex OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IfIndex of mirror group egress-port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGEgressIfObjects(6) hh3cMGEgressIfTable(1) hh3cMGEgressIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.6.1.1.2
hh3cMGEgressRowStatus OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGEgressIfObjects(6) hh3cMGEgressIfTable(1) hh3cMGEgressIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.68.1.7
hh3cMGMirrorVlanObjects OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) 7 }

.1.3.6.1.4.1.25506.2.68.1.7.1
hh3cMGMirrorVlanTable OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of mirror group mirroring-VLAN entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorVlanObjects(7) 1 }

.1.3.6.1.4.1.25506.2.68.1.7.1.1
hh3cMGMirrorVlanEntry OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMGID, hh3cMGMirrorVlanID }
  DESCRIPTION	"A list of parameters that describe a mirroring-VLAN to be added to
            a mirror group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorVlanObjects(7) hh3cMGMirrorVlanTable(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.7.1.1.1
hh3cMGMirrorVlanID OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Mirror group mirroring-VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorVlanObjects(7) hh3cMGMirrorVlanTable(1) hh3cMGMirrorVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.7.1.1.2
hh3cMGMirrorVlanDirection OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	INTEGER {inbound(1), outbound(2), both(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mirror direction of mirroring-VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorVlanObjects(7) hh3cMGMirrorVlanTable(1) hh3cMGMirrorVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.68.1.7.1.1.3
hh3cMGMirrorVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorVlanObjects(7) hh3cMGMirrorVlanTable(1) hh3cMGMirrorVlanEntry(1) 3 }

.1.3.6.1.4.1.25506.2.68.1.8
hh3cMGMirrorCpuObjects OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) 8 }

.1.3.6.1.4.1.25506.2.68.1.8.1
hh3cMGMirrorCpuTable OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of mirror group mirroring-CPU entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorCpuObjects(8) 1 }

.1.3.6.1.4.1.25506.2.68.1.8.1.1
hh3cMGMirrorCpuEntry OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMGID, hh3cMGMirrorCpuChassis, hh3cMGMirrorCpuSlot }
  DESCRIPTION	"A list of parameters that describe a mirroring-CPU to be added to
            a mirror group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorCpuObjects(8) hh3cMGMirrorCpuTable(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.8.1.1.1
hh3cMGMirrorCpuChassis OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Chassis ID of mirroring-CPU.  On a centralized device,
             centralized IRF device, or distributed device in standalone mode,
             the value for this node is always zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorCpuObjects(8) hh3cMGMirrorCpuTable(1) hh3cMGMirrorCpuEntry(1) 1 }

.1.3.6.1.4.1.25506.2.68.1.8.1.1.2
hh3cMGMirrorCpuSlot OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Slot ID of mirroring-CPU.  On a centralized device, the value for
             this node is always zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorCpuObjects(8) hh3cMGMirrorCpuTable(1) hh3cMGMirrorCpuEntry(1) 2 }

.1.3.6.1.4.1.25506.2.68.1.8.1.1.3
hh3cMGMirrorCpuDirection OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  SYNTAX	INTEGER {inbound(1), outbound(2), both(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mirror direction of mirroring-CPU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorCpuObjects(8) hh3cMGMirrorCpuTable(1) hh3cMGMirrorCpuEntry(1) 3 }

.1.3.6.1.4.1.25506.2.68.1.8.1.1.4
hh3cMGMirrorCpuRowStatus OBJECT-TYPE
  -- FROM	HH3C-MIRRORGROUP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMirrGroup(68) hh3cMGInfoObjects(1) hh3cMGMirrorCpuObjects(8) hh3cMGMirrorCpuTable(1) hh3cMGMirrorCpuEntry(1) 4 }

.1.3.6.1.4.1.25506.2.69
hh3cQINQ OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-QINQ-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 69 }

.1.3.6.1.4.1.25506.2.69.1
hh3cQinQMibObject OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) 1 }

.1.3.6.1.4.1.25506.2.69.1.1
hh3cQinQGlobalConfigGroup OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) 1 }

.1.3.6.1.4.1.25506.2.69.1.1.1
hh3cQinQBpduTunnelSwitch OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION Hh3cQinQSwitchState
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global configuration switch of BPDU 802.1q tunnel.
            If global configuration is disabled, BPDU tunnel function
            will be disabled despite of the corresponding configuration
            of interface. BPDU tunnel function of a certain interface
            would work only if the global and interface's switch are
            both enabled."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQGlobalConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.69.1.1.2
hh3cQinQEthernetTypeValue OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Ethernet protocol type configuring for a global value.
            The ethernet protocol type is also the TPID(Tag Protocol
            Identity) field of a VLAN tag described in 802.1q
            document. This value can be also configured for an
            individual interface or VLAN. The node that configure
            this value for a single interface is hh3cQinQIfEthernetType,
            whose priority is higher than hh3cQinQEthernetTypeValue.
            That means, if the value configured for a interface is
            different from the global value, the switch will select
            the configuration of the interface and ignore the global
            configuration. The ethernet protocol type of node
            hh3cQinQVidEthernetType that configured for a VLAN has
            the highest priority."
  DEFVAL	{ 33024 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQGlobalConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.69.1.1.3
hh3cQinQServiceTPIDValue OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Ethernet protocol type configured for service VLAN tags
            globally.  The ethernet protocol type is also the TPID(Tag
            Protocol Identity) field of a VLAN tag described in 802.1q
            document.  This value can be also configured for an
            individual interface.  The node that configure this
            value for a single interface is hh3cQinQIfServiceTPIDValue,
            whose priority is higher than hh3cQinQServiceTPIDValue.
            That means, if the value configured for a interface is
            different from the global value, the switch will select
            the configuration of the interface and ignore the global
            configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQGlobalConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.69.1.1.4
hh3cQinQCustomerTPIDValue OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Ethernet protocol type configured for customer VLAN tags
            globally.  The ethernet protocol type is also the TPID(Tag
            Protocol Identity) field of a VLAN tag described in 802.1q
            document.  This value can be also configured for an
            individual interface.  The node that configure this
            value for a single interface is hh3cQinQIfCustomerTPIDValue,
            whose priority is higher than hh3cQinQCustomerTPIDValue.
            That means, if the value configured for a interface is
            different from the global value, the switch will select
            the configuration of the interface and ignore the global
            configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQGlobalConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.69.1.2
hh3cQinQBpduTunnelTable OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring 802.1q BPDU tunnel function
            for interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) 2 }

.1.3.6.1.4.1.25506.2.69.1.2.1
hh3cQinQBpduTunnelEntry OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cQinQProtocolIndex }
  DESCRIPTION	"An entry for configuring 802.1q BPDU tunnel function
            for interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQBpduTunnelTable(2) 1 }

.1.3.6.1.4.1.25506.2.69.1.2.1.1
hh3cQinQProtocolIndex OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	INTEGER {bpdu(1), stp(2), gmosaic(3), igmp(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of protocol on which the BPDU tunnel state
            will be set. 'bpdu' represents status of BPDU tunnel.
            'stp' represents STP tunnel. 'gmosaic' represents GMOSAIC
            tunnel. 'igmp' represents IGMP tunnel. STP/GMOSAIC/IGMP
            tunnel will start to work only if BPDU tunnel and
            STP/GMOSAIC/IGMP tunnel are both enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQBpduTunnelTable(2) hh3cQinQBpduTunnelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.69.1.2.1.2
hh3cQinQBpduRowStatus OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQBpduTunnelTable(2) hh3cQinQBpduTunnelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.69.1.3
hh3cQinQPriorityRemarkTable OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring priority field in 802.1Q-in-Q
            outer VLAN tag for interfaces. This feature uses the
            priority of an inner VLAN tag to remark the priority
            of an outer VLAN tag."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) 3 }

.1.3.6.1.4.1.25506.2.69.1.3.1
hh3cQinQPriorityRemarkEntry OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cQinQPriorityValue }
  DESCRIPTION	"An entry for configuring priority remark function for
            interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQPriorityRemarkTable(3) 1 }

.1.3.6.1.4.1.25506.2.69.1.3.1.1
hh3cQinQPriorityValue OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The priority value in inner VLAN tag. Since the priority
            range is from 0 to 7, yet the index range is from 1 to 8.
            Thus, the actual priority value equals to the value that
            subtracts 1 from corresponding index value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQPriorityRemarkTable(3) hh3cQinQPriorityRemarkEntry(1) 1 }

.1.3.6.1.4.1.25506.2.69.1.3.1.2
hh3cQinQPriorityRemarkValue OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The new priority value used to fill outer tag."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQPriorityRemarkTable(3) hh3cQinQPriorityRemarkEntry(1) 2 }

.1.3.6.1.4.1.25506.2.69.1.3.1.3
hh3cQinQPriorityRowStatus OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQPriorityRemarkTable(3) hh3cQinQPriorityRemarkEntry(1) 3 }

.1.3.6.1.4.1.25506.2.69.1.4
hh3cQinQVidTable OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring VLAN ID of the 802.1Q-in-Q
            interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) 4 }

.1.3.6.1.4.1.25506.2.69.1.4.1
hh3cQinQVidEntry OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cQinQVlanID }
  DESCRIPTION	"An entry for configuring VLAN ID of the 802.1Q-in-Q
            interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidTable(4) 1 }

.1.3.6.1.4.1.25506.2.69.1.4.1.1
hh3cQinQVlanID OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN ID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidTable(4) hh3cQinQVidEntry(1) 1 }

.1.3.6.1.4.1.25506.2.69.1.4.1.2
hh3cQinQInboundVidListLow OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The inbound VLAN IDs which need 802.1Q-in-Q processing.
            The VLAN ID range, described by bitmap, is from 1 to
            2048. The length of bitmap is 256 in bytes. Each octet
            within this value specifies a set of eight VLANs, with
            the first octet specifying VLANs 1 through 8, the second
            octet specifying VLANs 9 through 16, etc. Within each
            octet, the most significant bit represents the highest
            numbered VLAN, and the least significant bit represents
            the lowest numbered VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidTable(4) hh3cQinQVidEntry(1) 2 }

.1.3.6.1.4.1.25506.2.69.1.4.1.3
hh3cQinQInboundVidListHigh OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The inbound VLAN IDs which need 802.1Q-in-Q processing.
            The VLAN ID range, described by bitmap, is from 2049 to
            4094. The length of bitmap is 256 in bytes. Each octet
            within this value specifies a set of eight VLANs, with
            the first octet specifying VLANs 2049 through 2056, the
            second octet specifying VLANs 2057 through 2064, etc.
            Within each octet, the most significant bit represents
            the highest numbered VLAN, and the least significant bit
            represents the lowest numbered VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidTable(4) hh3cQinQVidEntry(1) 3 }

.1.3.6.1.4.1.25506.2.69.1.4.1.4
hh3cQinQVidEthernetType OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ethernet protocol type configuring for a VLAN."
  DEFVAL	{ 33024 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidTable(4) hh3cQinQVidEntry(1) 4 }

.1.3.6.1.4.1.25506.2.69.1.4.1.5
hh3cQinQVidRowStatus OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidTable(4) hh3cQinQVidEntry(1) 5 }

.1.3.6.1.4.1.25506.2.69.1.5
hh3cQinQVidSwapTable OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring 802.1Q-in-Q inner VLAN ID
            swapping function for interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) 5 }

.1.3.6.1.4.1.25506.2.69.1.5.1
hh3cQinQVidSwapEntry OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cQinQVlanID, hh3cQinQVidSwapOld }
  DESCRIPTION	"An entry for configuring 802.1Q-in-Q inner VLAN ID
            swapping function for interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidSwapTable(5) 1 }

.1.3.6.1.4.1.25506.2.69.1.5.1.1
hh3cQinQVidSwapOld OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The old VLAN ID of original 802.1Q packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidSwapTable(5) hh3cQinQVidSwapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.69.1.5.1.2
hh3cQinQVidSwapNew OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The new VLAN ID of original 802.1Q packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidSwapTable(5) hh3cQinQVidSwapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.69.1.5.1.3
hh3cQinQVidSwapRowStatus OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQVidSwapTable(5) hh3cQinQVidSwapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.69.1.6
hh3cQinQPrioritySwapTable OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring 802.1Q-in-Q inner VLAN priority
            swapping function for interfaces. Using this function,
            the priority of inner VLAN tag can be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) 6 }

.1.3.6.1.4.1.25506.2.69.1.6.1
hh3cQinQPrioritySwapEntry OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cQinQVlanID, hh3cQinQPrioritySwapOld }
  DESCRIPTION	"An entry for configuring 802.1Q-in-Q inner VLAN
            priority swapping function for interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQPrioritySwapTable(6) 1 }

.1.3.6.1.4.1.25506.2.69.1.6.1.1
hh3cQinQPrioritySwapOld OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The old priority of original 802.1Q packets. It is the
            priority of inner VLAN tag. Since the VLAN priority range
            is from 0 to 7, yet the index range is from 1 to 8. Thus,
            the actual priority value equals to the value that
            subtracts 1 from corresponding index value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQPrioritySwapTable(6) hh3cQinQPrioritySwapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.69.1.6.1.2
hh3cQinQPrioritySwapNew OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The new priority of original 802.1Q packets. It is the
            priority of inner VLAN tag after swapped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQPrioritySwapTable(6) hh3cQinQPrioritySwapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.69.1.6.1.3
hh3cQinQPrioritySwapRowStatus OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQPrioritySwapTable(6) hh3cQinQPrioritySwapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.69.1.7
hh3cQinQIfConfigTable OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring 802.1Q-in-Q functions for
            interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) 7 }

.1.3.6.1.4.1.25506.2.69.1.7.1
hh3cQinQIfConfigEntry OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry for configuring 802.1Q-in-Q functions for
            interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQIfConfigTable(7) 1 }

.1.3.6.1.4.1.25506.2.69.1.7.1.1
hh3cQinQIfEthernetType OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ethernet protocol type configuring for an interface."
  DEFVAL	{ 33024 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQIfConfigTable(7) hh3cQinQIfConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.69.1.7.1.2
hh3cQinQIfSwitch OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION Hh3cQinQSwitchState
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Switch of 802.1Q-in-Q functions configuring for an
            interface."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQIfConfigTable(7) hh3cQinQIfConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.69.1.7.1.3
hh3cQinQIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQIfConfigTable(7) hh3cQinQIfConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.69.1.7.1.4
hh3cQinQIfServiceTPIDValue OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Service TPID value configured for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQIfConfigTable(7) hh3cQinQIfConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.69.1.7.1.5
hh3cQinQIfCustomerTPIDValue OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Customer TPID value configured for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQIfConfigTable(7) hh3cQinQIfConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.69.1.7.1.6
hh3cQinQIfUplinkSwitch OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION Hh3cQinQSwitchState
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Switch of the uplink 802.1Q-in-Q function
            for an interface."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQIfConfigTable(7) hh3cQinQIfConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.69.1.7.1.7
hh3cQinQIfDownlinkSwitch OBJECT-TYPE
  -- FROM	HH3C-QINQ-MIB
  -- TEXTUAL CONVENTION Hh3cQinQSwitchState
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Switch of the downlink 802.1Q-in-Q function
            for an interface."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQINQ(69) hh3cQinQMibObject(1) hh3cQinQIfConfigTable(7) hh3cQinQIfConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.70
hh3cTransceiver OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-TRANSCEIVER-INFO-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 70 }

.1.3.6.1.4.1.25506.2.70.1
hh3cTransceiverInfoAdm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) 1 }

.1.3.6.1.4.1.25506.2.70.1.1
hh3cTransceiverInfoTable OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows transceiver information on an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) 1 }

.1.3.6.1.4.1.25506.2.70.1.1.1
hh3cTransceiverInfoEntry OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The entry of the hh3cTransceiverInfoTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.70.1.1.1.1
hh3cTransceiverHardwareType OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hardware type of the interface, such as SM(single mode)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.70.1.1.1.2
hh3cTransceiverType OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the interface, such as SFP/XFP/GBIC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.70.1.1.1.3
hh3cTransceiverWaveLength OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Wave length of the interface, measured in nanometer.
            The unit is nm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.70.1.1.1.4
hh3cTransceiverVendorName OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Vendor name of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.70.1.1.1.5
hh3cTransceiverSerialNumber OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Serial number of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.70.1.1.1.6
hh3cTransceiverFiberDiameterType OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	INTEGER {fiber9(1), fiber50(2), fiber625(3), copper(4), unknown(65535)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The diameter of the fiber, measured in micron.
            fiber9 - 9 micron multi-mode fiber
            fiber50 - 50 micron multi-mode fiber
            fiber625 - 62.5 micron multi-mode fiber
            copper - copper cable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.70.1.1.1.7
hh3cTransceiverTransferDistance OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum distance which the interface can transmit,
            measured in meter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.70.1.1.1.8
hh3cTransceiverDiagnostic OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the digital diagnostic monitoring function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.70.1.1.1.9
hh3cTransceiverCurTXPower OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the current transmitted power.
            The unit is in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.70.1.1.1.10
hh3cTransceiverMaxTXPower OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the maximum transmitted power.
            The unit is in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.70.1.1.1.11
hh3cTransceiverMinTXPower OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the minimum transmitted power.
            The unit is in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.70.1.1.1.12
hh3cTransceiverCurRXPower OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the current received power.
            The unit is in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.70.1.1.1.13
hh3cTransceiverMaxRXPower OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the maximum received power.
            The unit is in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.70.1.1.1.14
hh3cTransceiverMinRXPower OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the minimum received power.
            The unit is in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.70.1.1.1.15
hh3cTransceiverTemperature OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the current temperature.
             The unit is Celsius centigrade."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.70.1.1.1.16
hh3cTransceiverVoltage OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the current voltage.
            The unit is in hundredths of V"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.70.1.1.1.17
hh3cTransceiverBiasCurrent OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the current bias electric current.
            The unit is in hundredths of mA"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 17 }

.1.3.6.1.4.1.25506.2.70.1.1.1.18
hh3cTransceiverTempHiAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver temperature high alarm threshold
             in thousandths of degrees Celsius.
             As an example: 49120 is 49.120 degrees Celsius."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 18 }

.1.3.6.1.4.1.25506.2.70.1.1.1.19
hh3cTransceiverTempLoAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver temperature low alarm threshold
             in thousandths of degrees Celsius.
             As an example: 49120 is 49.120 degrees Celsius."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 19 }

.1.3.6.1.4.1.25506.2.70.1.1.1.20
hh3cTransceiverTempHiWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver temperature high warning threshold
             in thousandths of degrees Celsius.
             As an example: 49120 is 49.120 degrees Celsius."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 20 }

.1.3.6.1.4.1.25506.2.70.1.1.1.21
hh3cTransceiverTempLoWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver temperature low warning threshold
             in thousandths of degrees Celsius.
             As an example: 49120 is 49.120 degrees Celsius."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 21 }

.1.3.6.1.4.1.25506.2.70.1.1.1.22
hh3cTransceiverVccHiAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver VCC high alarm threshold
             in hundreds of microvolts.
             As an example: 32928 is 3.2928 volts.
             Returns zero if not supported on the transceiver."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 22 }

.1.3.6.1.4.1.25506.2.70.1.1.1.23
hh3cTransceiverVccLoAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver VCC low alarm threshold
             in hundreds of microvolts.
             As an example: 32928 is 3.2928 volts.
             Returns zero if not supported on the transceiver."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 23 }

.1.3.6.1.4.1.25506.2.70.1.1.1.24
hh3cTransceiverVccHiWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver VCC high warning threshold
             in hundreds of microvolts.
             As an example: 32928 is 3.2928 volts.
             Returns zero if not supported on the transceiver."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 24 }

.1.3.6.1.4.1.25506.2.70.1.1.1.25
hh3cTransceiverVccLoWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver VCC low warning threshold
             in hundreds of microvolts.
             As an example: 32928 is 3.2928 volts.
             Returns zero if not supported on the transceiver."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 25 }

.1.3.6.1.4.1.25506.2.70.1.1.1.26
hh3cTransceiverBiasHiAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver bias high alarm threshold in microamps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 26 }

.1.3.6.1.4.1.25506.2.70.1.1.1.27
hh3cTransceiverBiasLoAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver bias low alarm threshold in microamps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 27 }

.1.3.6.1.4.1.25506.2.70.1.1.1.28
hh3cTransceiverBiasHiWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver bias high warning threshold in microamps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 28 }

.1.3.6.1.4.1.25506.2.70.1.1.1.29
hh3cTransceiverBiasLoWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver bias low warning threshold in microamps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 29 }

.1.3.6.1.4.1.25506.2.70.1.1.1.30
hh3cTransceiverPwrOutHiAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power high alarm
             threshold in tenths of microwatts.
             As an example: 10000 is 1 milliwatt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 30 }

.1.3.6.1.4.1.25506.2.70.1.1.1.31
hh3cTransceiverPwrOutLoAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power low alarm
             threshold in tenths of microwatts.
             As an example: 10000 is 1 milliwatt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 31 }

.1.3.6.1.4.1.25506.2.70.1.1.1.32
hh3cTransceiverPwrOutHiWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power high warning
             threshold in tenths of microwatts
             As an example: 10000 is 1 milliwatt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 32 }

.1.3.6.1.4.1.25506.2.70.1.1.1.33
hh3cTransceiverPwrOutLoWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power low warning
             threshold in tenths of microwatts.
             As an example: 10000 is 1 milliwatt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 33 }

.1.3.6.1.4.1.25506.2.70.1.1.1.34
hh3cTransceiverRcvPwrHiAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver receive power high alarm
             threshold in tenths of microwatts.
             As an example: 10000 is 1 milliwatt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 34 }

.1.3.6.1.4.1.25506.2.70.1.1.1.35
hh3cTransceiverRcvPwrLoAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver receive power low alarm
             threshold in tenths of microwatts.
             As an example: 10000 is 1 milliwatt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 35 }

.1.3.6.1.4.1.25506.2.70.1.1.1.36
hh3cTransceiverRcvPwrHiWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver receive power high warning
             threshold in tenths of microwatts.
             As an example: 10000 is 1 milliwatt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 36 }

.1.3.6.1.4.1.25506.2.70.1.1.1.37
hh3cTransceiverRcvPwrLoWarn OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver receive power low warning
             threshold in tenths of microwatts.
             As an example: 10000 is 1 milliwatt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 37 }

.1.3.6.1.4.1.25506.2.70.1.1.1.38
hh3cTransceiverErrors OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	BITS {xcvrIOError(0), xcvrChecksum(1), xcvrTypeAndPortConfigMismatch(2), xcvrTypeNotSupported(3), wisLocalFault(4), rcvOpticalPowerFault(5), pmapmdReceiverLocalFault(6), pcsReceiveLocalFault(7), phyXSReceiveLocalFault(8), laserBiasCurrentFault(9), laserTemperatureFault(10), laserOutputPowerFault(11), txFault(12), pmapmdTransmitterLocalFault(13), pcsTransmitLocalFault(14), phyXSTransmitLocalFault(15), rxLossOfSignal(16), tecError(17), wavelengthUnlocked(18), txIsNotReadyDueToTuning(19)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Bitmask indicating transceiver errors.
             Transceiver information I/O error(0)
             Transceiver information checksum error(1)
             Transceiver type and port configuration mismatch(2)
             Transceiver type not supported by port hardware(3)
             WIS local fault(4)
             Receive optical power fault(5)
             PMA/PMD receiver local fault(6)
             PCS receive local fault(7)
             PHY XS receive local fault(8)
             Laser bias current fault(9)
             Laser temperature fault(10)
             Laser output power fault(11)
             TX fault(12)
             PMA/PMD transmitter local fault(13)
             PCS transmit local fault(14)
             PHY XS Transmit Local Fault(15)
             RX loss of signal(16)
             TEC error(17)
             Wavelength unlocked(18)
             Tx is not ready due to tuning(19)
             Unused(20-31)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 38 }

.1.3.6.1.4.1.25506.2.70.1.1.1.39
hh3cTransceiverVendorOUI OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Vendor OUI of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 39 }

.1.3.6.1.4.1.25506.2.70.1.1.1.40
hh3cTransceiverRevisionNumber OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Revision number of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 40 }

.1.3.6.1.4.1.25506.2.70.1.1.1.41
hh3cTransceiverFrequency OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The frequency of the current ITU channel on the connected transceiver.
            The unit is hundredths of THz."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 41 }

.1.3.6.1.4.1.25506.2.70.1.1.1.42
hh3cTransceiverActiveITUChannel OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The index of the current ITU channel on the connected transceiver.
            The maximum index number for the ITU channel might vary by transceiver model.
            The value of this node depends on the hh3cTransceiverITUChanIdx node of hh3cTransceiverITUChanTable.
            The value of this node affects the frequency or wavelength."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 42 }

.1.3.6.1.4.1.25506.2.70.1.1.1.43
hh3cTransceiverCurWaveErr OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current wavelength error of the current ITU channel
            on the connected transceiver.
            The unit is thousandths of nm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 43 }

.1.3.6.1.4.1.25506.2.70.1.1.1.44
hh3cTransceiverWaveErrHiAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The high wavelength error alarm threshold of the
            current ITU channel on the connected transceiver.
            The unit is thousandths of nm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 44 }

.1.3.6.1.4.1.25506.2.70.1.1.1.45
hh3cTransceiverWaveErrLoAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The low wavelength error alarm threshold of the
            current ITU channel on the connected transceiver.
            The unit is thousandths of nm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 45 }

.1.3.6.1.4.1.25506.2.70.1.1.1.46
hh3cTransceiverCurFreqErr OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current frequency error of the current ITU channel
            on the connected transceiver.
            The unit is tenths of GHz."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 46 }

.1.3.6.1.4.1.25506.2.70.1.1.1.47
hh3cTransceiverFreqErrHiAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The high frequency error alarm threshold of the current
            ITU channel on the connected transceiver.
            The unit is tenths of GHz."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 47 }

.1.3.6.1.4.1.25506.2.70.1.1.1.48
hh3cTransceiverFreqErrLoAlarm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The low frequency error alarm threshold of the current
            ITU channel on the connected transceiver.
            The unit is tenths of GHz."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 48 }

.1.3.6.1.4.1.25506.2.70.1.1.1.49
hh3cTransceiverPartNumber OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"PartNumber of the interface.
            As an example: 1110409083."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 49 }

.1.3.6.1.4.1.25506.2.70.1.1.1.50
hh3cTransceiverProductCode OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Product Code of the interface.
            As an example: MRC00CD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 50 }

.1.3.6.1.4.1.25506.2.70.1.1.1.51
hh3cTransceiverOriginalSN OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Orginal serial number of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 51 }

.1.3.6.1.4.1.25506.2.70.1.1.1.52
hh3cTransceiverPwrOutHiAlarmDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power high alarm
             threshold in hundredths of dBm.
             As an example: 100 milliwatts is 20 dBms."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 52 }

.1.3.6.1.4.1.25506.2.70.1.1.1.53
hh3cTransceiverPwrOutLoAlarmDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power low alarm
             threshold in hundredths of dBm.
             As an example: 100 milliwatts is 20 dBms."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 53 }

.1.3.6.1.4.1.25506.2.70.1.1.1.54
hh3cTransceiverPwrOutHiWarnDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power high warning
             threshold in hundredths of dBm.
             As an example: 100 milliwatts is 20 dBms."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 54 }

.1.3.6.1.4.1.25506.2.70.1.1.1.55
hh3cTransceiverPwrOutLoWarnDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power low warning
             threshold in hundredths of dBm.
             As an example: 100 milliwatts is 20 dBms."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 55 }

.1.3.6.1.4.1.25506.2.70.1.1.1.56
hh3cTransceiverRcvPwrHiAlarmDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver receive power high alarm
             threshold in hundredths of dBm.
             As an example: 100 milliwatts is 20 dBms."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 56 }

.1.3.6.1.4.1.25506.2.70.1.1.1.57
hh3cTransceiverRcvPwrLoAlarmDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver receive power low alarm
             threshold in hundredths of dBm.
             As an example: 100 milliwatts is 20 dBms."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 57 }

.1.3.6.1.4.1.25506.2.70.1.1.1.58
hh3cTransceiverRcvPwrHiWarnDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver receive power high warning
             threshold in hundredths of dBm.
             As an example: 100 milliwatts is 20 dBms."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 58 }

.1.3.6.1.4.1.25506.2.70.1.1.1.59
hh3cTransceiverRcvPwrLoWarnDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver receive power low warning
             threshold in hundredths of dBm.
             As an example: 100 milliwatts is 20 dBms."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverInfoTable(1) hh3cTransceiverInfoEntry(1) 59 }

.1.3.6.1.4.1.25506.2.70.1.2
hh3cTransceiverChannelTable OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides statistics about transceiver with multi-channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) 2 }

.1.3.6.1.4.1.25506.2.70.1.2.1
hh3cTransceiverChannelEntry OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cTransceiverChannelIndex }
  DESCRIPTION	"The entry of the hh3cTransceiverChannelTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) 1 }

.1.3.6.1.4.1.25506.2.70.1.2.1.1
hh3cTransceiverChannelIndex OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The channel index of transceiver.
            Indicating one channel of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.70.1.2.1.2
hh3cTransceiverChannelCurTXPower OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the current transmission power.
            The unit is in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.70.1.2.1.3
hh3cTransceiverChannelCurRXPower OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the current received power.
            The unit is in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.70.1.2.1.4
hh3cTransceiverChannelTemperature OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the current temperature.
            The unit is Celsius centigrade."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.70.1.2.1.5
hh3cTransceiverChannelBiasCurrent OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicating the current bias electric current.
            The unit is in hundredths of mA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.70.1.2.1.6
hh3cTransceiverChannelBiasHiAm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver bias high alarm threshold in microamps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.70.1.2.1.7
hh3cTransceiverChannelBiasLoAm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver bias low alarm threshold in microamps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 7 }

.1.3.6.1.4.1.25506.2.70.1.2.1.8
hh3cTransceiverChannelTXPwrHiAm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power high alarm threshold in tenths of microwatts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 8 }

.1.3.6.1.4.1.25506.2.70.1.2.1.9
hh3cTransceiverChannelTXPwrLoAm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power low alarm threshold in tenths of microwatts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 9 }

.1.3.6.1.4.1.25506.2.70.1.2.1.10
hh3cTransceiverChanTXPwrHiAmDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power high alarm threshold in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 10 }

.1.3.6.1.4.1.25506.2.70.1.2.1.11
hh3cTransceiverChanTXPwrLoAmDbm OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver transmit power low alarm threshold in hundredths of dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverChannelTable(2) hh3cTransceiverChannelEntry(1) 11 }

.1.3.6.1.4.1.25506.2.70.1.3
hh3cTransceiverITUChanTable OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about ITU channels supported on the transceiver that is connected to this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) 3 }

.1.3.6.1.4.1.25506.2.70.1.3.1
hh3cTransceiverITUChanEntry OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cTransceiverITUChanIdx }
  DESCRIPTION	"The entry of the hh3cTransceiverITUChanTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverITUChanTable(3) 1 }

.1.3.6.1.4.1.25506.2.70.1.3.1.1
hh3cTransceiverITUChanIdx OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the specified ITU channel on the transceiver that is connected to this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverITUChanTable(3) hh3cTransceiverITUChanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.70.1.3.1.2
hh3cTransceiverITUChanFreq OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The frequency of the specified ITU channel on the transceiver that is connected to this interface.
            The unit is hundredths of THz."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverITUChanTable(3) hh3cTransceiverITUChanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.70.1.3.1.3
hh3cTransceiverITUChanWaveLth OBJECT-TYPE
  -- FROM	HH3C-TRANSCEIVER-INFO-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The wave length of the specified ITU channel on the transceiver that is connected to this interface.
            The unit is pm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTransceiver(70) hh3cTransceiverInfoAdm(1) hh3cTransceiverITUChanTable(3) hh3cTransceiverITUChanEntry(1) 3 }

.1.3.6.1.4.1.25506.2.71
hh3cIpv6AddrMIB OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IPV6-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 71 }

.1.3.6.1.4.1.25506.2.71.1
hh3cIpv6AddressObjects OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) 1 }

.1.3.6.1.4.1.25506.2.71.1.1
hh3cIpv6AddressConfig OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) 1 }

.1.3.6.1.4.1.25506.2.71.1.1.1
hh3cIpv6AddrSetTable OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of address information is relevant to this
            entity's IPv6 addresses for setting. The address information
            that can be read and set in this table is a subset of the
            address information that can be read in hh3cIpv6AddrReadTable
            and ipv6AddrTable in IPV6-MIB. This table is used to configure IPv6
            addresses of an interface identified by hh3cIpv6AddrSetIfIndex.
            When users create or delete an entry in this table, the agent also
            increases or reduces a corresponding entry in the
            hh3cIpv6AddrReadTable and ipv6AddrTable in IPV6-MIB.
            When an interface which has been assigned IPv6 address is deleted,
            the agent also deletes the entry corresponding to
            the interface in this table and hh3cIpv6AddrReadTable.
            All IPv6 addresses in this table will also show in ipv6AddrTable in
            IPV6-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) 1 }

.1.3.6.1.4.1.25506.2.71.1.1.1.1
hh3cIpv6AddrSetEntry OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpv6AddrSetIfIndex, hh3cIpv6AddrSetAddrType, hh3cIpv6AddrSetAddr }
  DESCRIPTION	"Define the IPv6 address information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrSetTable(1) 1 }

.1.3.6.1.4.1.25506.2.71.1.1.1.1.1
hh3cIpv6AddrSetIfIndex OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies the interface to
            which this entry is applicable. The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of RFC 1573's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrSetTable(1) hh3cIpv6AddrSetEntry(1) 1 }

.1.3.6.1.4.1.25506.2.71.1.1.1.1.2
hh3cIpv6AddrSetAddrType OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address type to which this entry's address
            information pertains. The value must be ipv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrSetTable(1) hh3cIpv6AddrSetEntry(1) 2 }

.1.3.6.1.4.1.25506.2.71.1.1.1.1.3
hh3cIpv6AddrSetAddr OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 address to which this entry's address
            information pertains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrSetTable(1) hh3cIpv6AddrSetEntry(1) 3 }

.1.3.6.1.4.1.25506.2.71.1.1.1.1.4
hh3cIpv6AddrSetPfxLength OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of the prefix (in bits) associated with
            the IPv6 address of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrSetTable(1) hh3cIpv6AddrSetEntry(1) 4 }

.1.3.6.1.4.1.25506.2.71.1.1.1.1.5
hh3cIpv6AddrSetSourceType OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  SYNTAX	INTEGER {assignedIp(1), assignedEUI64Ip(2), assignedLinklocalIp(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicate the type of source of IPv6 address.
            The value can be one of following:
            'assignedIp':
                Assigned global/site-local IPv6 address;
            'assignedEUI64Ip':
                Assigned global/site-local IPv6 address
                by using EUI-64 interface identifier;
            'assignedLinklocalIp':
                Assigned link-local IPv6 address.
            The value of hh3cIpv6AddrSetSourceType is relevant to
                hh3cIpv6AddrReadSourceType and hh3cIpv6AddrReadCatalog .
            For example, if the value of hh3cIpv6AddrSetSourceType is set to
                'assignedIp', then the value of hh3cIpv6AddrReadSourceType is
                'assignedIp' and the value of hh3cIpv6AddrReadCatalog is
                'global' or 'sitelocal'.
            The relation listed in the following table.
            ----------------------------------------------------------------
             hh3cIpv6Addr-       | hh3cIpv6Addr-     | hh3cIpv6Addr-
             SetSourceType       | ReadSourceType    | ReadCatalog
            ----------------------------------------------------------------
             assignedIp          | assignedIp        | global or sitelocal
            ----------------------------------------------------------------
             assignedEUI64Ip     | assignedEUI64Ip   | global or sitelocal
            ----------------------------------------------------------------
             assignedLinklocalIp | assignedIp        | linklocal
            ----------------------------------------------------------------
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrSetTable(1) hh3cIpv6AddrSetEntry(1) 5 }

.1.3.6.1.4.1.25506.2.71.1.1.1.1.6
hh3cIpv6AddrSetRowStatus OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create a new row or delete an
            existing row in this table, only supports active(1),
            createAndGo(4) and destroy(6)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrSetTable(1) hh3cIpv6AddrSetEntry(1) 6 }

.1.3.6.1.4.1.25506.2.71.1.1.2
hh3cIpv6AddrReadTable OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of address information is relevant to this
            entity's IPv6 addresses for reading.
            This is the extension of the ipv6AddrTable in IPV6-MIB.
            All IPv6 addresses in this table will also show in ipv6AddrTable
            in IPV6-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) 2 }

.1.3.6.1.4.1.25506.2.71.1.1.2.1
hh3cIpv6AddrReadEntry OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpv6AddrReadIfIndex, hh3cIpv6AddrReadAddrType, hh3cIpv6AddrReadAddr }
  DESCRIPTION	"Define the IPv6 address information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrReadTable(2) 1 }

.1.3.6.1.4.1.25506.2.71.1.1.2.1.1
hh3cIpv6AddrReadIfIndex OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value which uniquely identifies the interface to
            which this entry is applicable. The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of RFC 1573's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrReadTable(2) hh3cIpv6AddrReadEntry(1) 1 }

.1.3.6.1.4.1.25506.2.71.1.1.2.1.2
hh3cIpv6AddrReadAddrType OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address type to which this entry's address information
            pertains. The value must be ipv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrReadTable(2) hh3cIpv6AddrReadEntry(1) 2 }

.1.3.6.1.4.1.25506.2.71.1.1.2.1.3
hh3cIpv6AddrReadAddr OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPv6 address to which this entry's address information
            pertains."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrReadTable(2) hh3cIpv6AddrReadEntry(1) 3 }

.1.3.6.1.4.1.25506.2.71.1.1.2.1.4
hh3cIpv6AddrReadPfxLength OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The length of the prefix (in bits) associated with
            the IPv6 address of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrReadTable(2) hh3cIpv6AddrReadEntry(1) 4 }

.1.3.6.1.4.1.25506.2.71.1.1.2.1.5
hh3cIpv6AddrReadSourceType OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  SYNTAX	INTEGER {assignedIp(1), assignedEUI64Ip(2), assignedAutoIp(3), autoIp(4), dhcpv6(5), negotiate(6), cluster(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicate the type of source of IPv6 address.
            The value can be one of following:
                'assignedIp':      Assigned IPv6 address;
                'assignedEUI64Ip': Assigned IPv6 address by using EUI-64
                                   interface identifier;
                'assignedAutoIp':  Auto generated IPv6 address by user setting;
                'autoIp':          Auto generated IPv6 address as a result
                                   of non-linklocal anycast/unicast address
                                   configuration;
                'dhcpv6':          Assigned IPv6 address through DHCPv6
                                   protocol;
                'negotiate':       Assigned IPv6 address through negotiation;
                'cluster':         Assigned IPv6 address through cluster
                                   module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrReadTable(2) hh3cIpv6AddrReadEntry(1) 5 }

.1.3.6.1.4.1.25506.2.71.1.1.2.1.6
hh3cIpv6AddrReadCatalog OBJECT-TYPE
  -- FROM	HH3C-IPV6-ADDRESS-MIB
  SYNTAX	INTEGER {nodelocal(1), linklocal(2), sitelocal(3), orglocal(4), global(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicate the category of the IPv6 address.
            The value can be one of following:
            'nodelocal': node-local scope;
            'linklocal': link-local scope;
            'sitelocal': site-local scope;
            'orglocal': organization-local scope;
            'global': global scope. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpv6AddrMIB(71) hh3cIpv6AddressObjects(1) hh3cIpv6AddressConfig(1) hh3cIpv6AddrReadTable(2) hh3cIpv6AddrReadEntry(1) 6 }

.1.3.6.1.4.1.25506.2.72
hh3cBfdMIB OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-BFD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 72 }

.1.3.6.1.4.1.25506.2.72.0
hh3cBfdNotifications OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) 0 }

.1.3.6.1.4.1.25506.2.72.0.1
hh3cBfdSessStateChange NOTIFICATION-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  OBJECTS	{ hh3cBfdSessIfIndex, hh3cBfdSessIndex, hh3cBfdSessState }
  DESCRIPTION	"A notification sent when a session changes
         state, entering state up or entering state down.
         The session will enter state up finishing three times handshakes
         , and will enter state down when the communication path is out
         of work.

         When the hh3cBfdSessState's value is state up, the session enters
         state up, and the session enters state down when the
         hh3cBfdSessState's value is state down.

         The hh3cBfdSessIfIndex contains an interface's index under which
         the BFD session runs.

         The hh3cBfdSessIndex contains an index which represents a
         unique BFD session on this device.

         The hh3cBfdSessState is the state of the running BFD session.
         "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.72.0.2
hh3cBfdSessAuthFail NOTIFICATION-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  OBJECTS	{ hh3cBfdIfIndex }
  DESCRIPTION	"A notification sent when receiving a session
         with an authentication fail.

         The hh3cBfdIfIndex is an index which represents a unique BFD
         interface on this device.
         "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.72.0.3
hh3cBfdSessStateUp NOTIFICATION-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  OBJECTS	{ hh3cBfdSessIfIndex, hh3cBfdSessIndex, hh3cBfdSessState, hh3cBfdSessName, hh3cBfdVpnInstanceName, hh3cBfdLocalAddr, hh3cBfdRemoteAddr }
  DESCRIPTION	"A notification sent when a session changes state to up.

         The session will enter state up finishing three times handshakes.

         The hh3cBfdSessIfIndex contains an interface's index under which
         the BFD session runs.

         The hh3cBfdSessIndex contains an index which represents a
         unique BFD session on this device.

         The hh3cBfdSessState is the state of the running BFD session.

         The hh3cBfdSessName is the name of the running BFD session.

         The hh3cBfdVpnInstanceName contains a VPN's name under which
         the BFD session runs.

         The hh3cBfdLocalAddr contains an IP address of the local interface
         from which the BFD packets is transmitted.

         The hh3cBfdRemoteAddr contains an IP address of the remote interface
         from which the BFD packets is transmitted.
         "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdNotifications(0) 3 }

.1.3.6.1.4.1.25506.2.72.0.4
hh3cBfdSessStateDown NOTIFICATION-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  OBJECTS	{ hh3cBfdSessIfIndex, hh3cBfdSessIndex, hh3cBfdSessState, hh3cBfdSessName, hh3cBfdVpnInstanceName, hh3cBfdLocalAddr, hh3cBfdRemoteAddr }
  DESCRIPTION	"A notification sent when a session changes state to down.

         The session will enter state down when the communication path is out
         of work.

         The hh3cBfdSessIfIndex contains an interface's index under which
         the BFD session runs.

         The hh3cBfdSessIndex contains an index which represents a
         unique BFD session on this device.

         The hh3cBfdSessState is the state of the running BFD session.

         The hh3cBfdSessName is the name of the running BFD session.

         The hh3cBfdVpnInstanceName contains a VPN's name under which
         the BFD session runs.

         The hh3cBfdLocalAddr contains an IP address of the local interface
         from which the BFD packets is transmitted.

         The hh3cBfdRemoteAddr contains an IP address of the remote interface
         from which the BFD packets is transmitted.
         "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdNotifications(0) 4 }

.1.3.6.1.4.1.25506.2.72.0.5
hh3cBfdSessReachLimit NOTIFICATION-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  OBJECTS	{ hh3cBfdSessNumberLimit }
  DESCRIPTION	"A notification would be sent when the number of active BFD sessions
         reached this device's upper limit and no more session could be
         activated.

         The hh3cBfdSessNumberLimit is the active session limit of this device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdNotifications(0) 5 }

.1.3.6.1.4.1.25506.2.72.1
hh3cBfdObjects OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) 1 }

.1.3.6.1.4.1.25506.2.72.1.1
hh3cBfdGlobalObjects OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) 1 }

.1.3.6.1.4.1.25506.2.72.1.1.1
hh3cBfdVersionNumber OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It indicates the BFD session's current version number."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdGlobalObjects(1) 1 }

.1.3.6.1.4.1.25506.2.72.1.1.2
hh3cBfdSysInitMode OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	INTEGER {active(1), passive(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A system may take either an active role or a passive role in
         session initialization. A system taking the active role must
         send BFD control packets for a particular session, regardless
         of whether it has received any BFD packets for that session.
         A system taking the passive role must not begin sending BFD
         packets for a particular session until it has received a BFD
         packet for that session, and thus has learned the remote system's
         discriminator value."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdGlobalObjects(1) 2 }

.1.3.6.1.4.1.25506.2.72.1.1.3
hh3cBfdSessNotificationsEnable OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable enables the emission of hh3cBfdSessStateUp
         hh3cBfdSessStateDown and hh3cBfdSessReachLimit notifications
         if this variable is set to true(1); otherwise these notifications
         are not emitted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdGlobalObjects(1) 3 }

.1.3.6.1.4.1.25506.2.72.1.1.4
hh3cBfdSessNumberLimit OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable is the active session limit of this device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdGlobalObjects(1) 4 }

.1.3.6.1.4.1.25506.2.72.1.1.5
hh3cBfdSessionsActive OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable is the active session count of this device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdGlobalObjects(1) 5 }

.1.3.6.1.4.1.25506.2.72.1.2
hh3cBfdIfTable OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This Table describes the BFD interface specific information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) 2 }

.1.3.6.1.4.1.25506.2.72.1.2.1
hh3cBfdIfEntry OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBfdIfIndex }
  DESCRIPTION	"This Entry describes the BFD interface specific information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdIfTable(2) 1 }

.1.3.6.1.4.1.25506.2.72.1.2.1.1
hh3cBfdIfIndex OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This variable contains an index that represents a
         unique BFD interface on this device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdIfTable(2) hh3cBfdIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.72.1.2.1.2
hh3cBfdIfDesiredMinTxInterval OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION BfdInterval
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable defines the minimum interval, in
         microseconds, that the interface would like to use when
         transmitting BFD Control packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdIfTable(2) hh3cBfdIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.72.1.2.1.3
hh3cBfdIfDesiredMinRxInterval OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION BfdInterval
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable defines the minimum interval, in,
         microseconds, between received  BFD Control packets the
         local system is capable of supporting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdIfTable(2) hh3cBfdIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.72.1.2.1.4
hh3cBfdIfDetectMult OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The desired detect time multiplier for BFD control packets.
         The negotiated control packet transmission interval, multiplied
         by this variable, will be the detection time for this session
         (as seen by the remote system.)  The variable must be a
         nonzero integer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdIfTable(2) hh3cBfdIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.72.1.2.1.5
hh3cBfdIfAuthType OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	INTEGER {none(1), simple(2), md5(3), mmd5(4), sha1(5), msha1(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Authentication Type used for this interface. This
         field is valid only when the Authentication Present bit is set.

         The 'none' indicates the session doesn't support
         authentication.
         The 'simple' indicates the session supports simple
         password authentication.
         The 'md5' indicates the session supports Keyed MD5
         authentication.
         The 'mmd5' indicates the session supports
         Meticulous Keyed MD5 authentication.
         The 'sha1' indicates the session supports Keyed SHA1
         authentication.
         The 'msha1' indicates the session supports
         Meticulous Keyed SHA1 authentication."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdIfTable(2) hh3cBfdIfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.72.1.3
hh3cBfdSessTable OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the BFD sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) 3 }

.1.3.6.1.4.1.25506.2.72.1.3.1
hh3cBfdSessEntry OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBfdSessIndex }
  DESCRIPTION	"This Entry describes the BFD sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) 1 }

.1.3.6.1.4.1.25506.2.72.1.3.1.1
hh3cBfdSessIndex OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION BfdSessIndexTC
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This variable contains an index which represents a
         unique BFD session on this device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 1 }

.1.3.6.1.4.1.25506.2.72.1.3.1.2
hh3cBfdSessIfIndex OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable contains an interface's index under which the BFD
         session runs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 2 }

.1.3.6.1.4.1.25506.2.72.1.3.1.3
hh3cBfdSessAppSupportId OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	BITS {none(0), ospf(1), isis(2), bgp(3), mpls(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable contains an ID used to indicate
         a local application which owns or maintains this
         BFD session. Note, a BFD session can support several route
         protocols. This is a bit-map of possible conditions.
         The corresponding bit positions are:
         |0        |none        |
         |1        |ospf        |
         |2        |isis        |
         |3        |bgp         |
         |4        |mpls        |
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 3 }

.1.3.6.1.4.1.25506.2.72.1.3.1.4
hh3cBfdSessLocalDiscr OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable defines the local discriminator for this BFD
         session, used to uniquely identify it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 4 }

.1.3.6.1.4.1.25506.2.72.1.3.1.5
hh3cBfdSessRemoteDiscr OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable defines the session discriminator chosen
         by the remote system for this BFD session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 5 }

.1.3.6.1.4.1.25506.2.72.1.3.1.6
hh3cBfdSessDstPort OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The UDP Port for BFD. The default value is the
         well-known value for this port."
  DEFVAL	{ 3784 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 6 }

.1.3.6.1.4.1.25506.2.72.1.3.1.7
hh3cBfdSessOperMode OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	INTEGER {asynchModeWOEchoFun(1), demandModeWOEchoFunction(2), asyncModeWEchoFun(3), demandModeWEchoFunction(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable defines current operating mode that BFD
         session is running in.

         The primary mode which the BFD session runs in is known as
         Asynchronous mode.  In this mode, the systems periodically
         send BFD Control packets to one another, and if a number of
         those packets in a row are not received by the other system,
         the session is declared to be down.

         The second mode is known as Demand mode.  In this mode, it is
         assumed that each system has an independent way of verifying
         that it has connectivity to the other system.  Once a BFD
         session is established, the systems stop sending BFD Control
         packets, except when either system feels the need to verify
         connectivity explicitly, in which case a short sequence of BFD
         Control packets is sent, and then the protocol quiesces.

         An adjunct to both modes is the Echo function.  When the Echo
         function is active, a stream of BFD Echo packets is transmitted
         in such a way as to have the other system loop them back through
         its forwarding path. If a number of packets of the echoed data
         stream are not received, the session is declared to be down.
         The Echo function may be used with either Asynchronous or
         Demand modes.

         The 'asynchModeWOEchoFun' indicates this BFD session operates in
         the Asynchronous mode, and doesn't support the Echo Function.

         The 'demandModeWOEchoFunction' indicates this BFD session operates in
         the Demand mode, and doesn't support the Echo Function.

         The 'asyncModeWEchoFun' indicates this BFD session operates in
         the Asynchronous mode, and also supports the Echo Function.

         The 'demandModeWEchoFunction' indicates this BFD session operates in
         the Demand mode, and also supports the Echo Function."
  DEFVAL	{ asynchModeWOEchoFun }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 7 }

.1.3.6.1.4.1.25506.2.72.1.3.1.8
hh3cBfdSessAddrType OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object defines IP address type of the interface
         associated with this BFD session.

         Only values unknown(0), ipv4(1) or ipv6(2)
         have to be supported.

         A value of unknown(0) is allowed only when
         the outgoing interface is of type point-to-point, or
         when the BFD session is not associated with a specific
         interface.

         If any other unsupported values are attempted in a set
         operation, the agent must return an inconsistentValue
         error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 8 }

.1.3.6.1.4.1.25506.2.72.1.3.1.9
hh3cBfdSessLocalAddr OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable defines IP address of the local interface
         from which the BFD packets is transmitted.
         It can also be used to enabled BFD on a specific
         interface. The value is set to zero when BFD session is not
         associated with a specific interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 9 }

.1.3.6.1.4.1.25506.2.72.1.3.1.10
hh3cBfdSessRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable defines IP address of the remote interface
         from which the BFD packets is transmitted.
         It can also be used to enabled BFD on a specific
         interface. The value is set to zero when BFD session is not
         associated with a specific interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 10 }

.1.3.6.1.4.1.25506.2.72.1.3.1.11
hh3cBfdSessLocalDiag OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION BfdDiag
  SYNTAX	INTEGER {noDiagnostic(1), controlDetectionTimeExpired(2), echoFunctionFailed(3), neighborSignaledSessionDown(4), forwardingPlaneReset(5), pathDown(6), concatenatedPathDown(7), administrativelyDown(8), reverseConcatenatedPathDown(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BFD diagnostic code for the BFD session was down with the
         neighbor. If no such event happens this object contains a zero
         value."
  DEFVAL	{ noDiagnostic }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 11 }

.1.3.6.1.4.1.25506.2.72.1.3.1.12
hh3cBfdSessState OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	INTEGER {adminDown(0), down(1), init(2), up(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the running BFD session.

         There are three states through which a session normally
         proceeds, two for establishing a session (Init and Up)
         and one for tearing down a session (Down.)  This allows
         a three-way handshake for both session establishment and
         session teardown (assuring that both systems are aware of
         all session state changes.)  A fourth state (AdminDown)
         exists so that a session can be administratively put down
         indefinitely.

         The Down state means that the session is down (or has just been
         created.) A session remains in Down state until the remote
         system indicates that it agrees that the session is down by
         sending a BFD Control packet with the State field set to
         anything other than Up.  If that packet signals Down state,
         the session advances to Init state;  if that packet signals
         Init state, the session advances to Up state.

         Init state means that the remote system is 0communicating,
         and the local system desires to bring the session up, but
         the remote system does not yet realize it.  A session will
         remain in Init state until either a BFD Control Packet is
         received that is signaling Init or Up state (in which case
         the session advances to Up state) or until the detection time
         expires, meaning that communication with the remote system
         has been lost (in which case the session advances to Down
         state.)

         Up state means that the BFD session has successfully been
         established, and implies that connectivity between the systems
         is working.  The session will remain in the Up state until either
         connectivity fails, or the session is taken down administratively.
         If either the remote system signals Down state, or the detection
         time expires, the session advances to Down state.

         AdminDown state means that the session is being held
         administratively down.  This causes the remote system to enter
         Down state, and remain there until the local system exits
         AdminDown state."
  DEFVAL	{ down }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 12 }

.1.3.6.1.4.1.25506.2.72.1.3.1.13
hh3cBfdSessControlPlanIndepFlag OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates whether the local system
         can continue to work while the control plane is out
         of work. Specifically, it is set to true(1) if the
         local system is independent of the control plane. Otherwise,
         the value is set to false(2)"
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 13 }

.1.3.6.1.4.1.25506.2.72.1.3.1.14
hh3cBfdSessAuthFlag OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates that the local system wants
         to use Authentication. Specifically, it is set
         to true(1) if the local system wishes the session
         to be authenticated or false(2) if not."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 14 }

.1.3.6.1.4.1.25506.2.72.1.3.1.15
hh3cBfdSessDemandModeFlag OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This variable indicates that the local system wants
         to use Demand mode. Specifically, it is set
         to true(1) if the local system wishes to use
         Demand mode or false(2) if not"
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessTable(3) hh3cBfdSessEntry(1) 15 }

.1.3.6.1.4.1.25506.2.72.1.4
hh3cBfdSessStatTable OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines BFD session state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) 4 }

.1.3.6.1.4.1.25506.2.72.1.4.1
hh3cBfdSessStatEntry OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hh3cBfdSessEntry }
  DESCRIPTION	"An entry in this table is created by a BFD-enabled node for
         every BFD Session. It defines BFD session statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessStatTable(4) 1 }

.1.3.6.1.4.1.25506.2.72.1.4.1.1
hh3cBfdSessStatPktInHC OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of BFD messages received by this BFD
         session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessStatTable(4) hh3cBfdSessStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.72.1.4.1.2
hh3cBfdSessStatPktOutHC OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of BFD messages sent by this BFD session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessStatTable(4) hh3cBfdSessStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.72.1.4.1.3
hh3cBfdSessStatDownCount OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times this session has gone into the Down
         state since the router last rebooted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessStatTable(4) hh3cBfdSessStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.72.1.4.1.4
hh3cBfdSessStatPktDiscard OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of  packets the local system has discarded
         since the router last rebooted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessStatTable(4) hh3cBfdSessStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.72.1.4.1.5
hh3cBfdSessStatPktLost OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets the local system has failed to transmit
         since the router last rebooted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessStatTable(4) hh3cBfdSessStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.72.1.5
hh3cBfdSessPerfTable OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines BFD session performance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) 5 }

.1.3.6.1.4.1.25506.2.72.1.5.1
hh3cBfdSessPerfEntry OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hh3cBfdSessEntry }
  DESCRIPTION	"An entry in this table is created by a BFD-enabled node for
         every BFD session. It defines BFD Session performance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessPerfTable(5) 1 }

.1.3.6.1.4.1.25506.2.72.1.5.1.1
hh3cBfdSessPerfCreatTime OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the session was created. If no such
         create event exists this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessPerfTable(5) hh3cBfdSessPerfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.72.1.5.1.2
hh3cBfdSessPerfLastUpTime OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the last time communication was lost.
         If no such up event exists this variable contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessPerfTable(5) hh3cBfdSessPerfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.72.1.5.1.3
hh3cBfdSessPerfLastDownTime OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the last time communication was lost
         with the neighbor. If no such event exist this variable contains
         a zero value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdObjects(1) hh3cBfdSessPerfTable(5) hh3cBfdSessPerfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.72.2
hh3cBfdConformance OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) 2 }

.1.3.6.1.4.1.25506.2.72.3
hh3cBfdTrapBindObjects OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) 3 }

.1.3.6.1.4.1.25506.2.72.3.1
hh3cBfdSessName OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION Hh3cBfdSessionName
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"64a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"A name used to uniquely identify BFD sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdTrapBindObjects(3) 1 }

.1.3.6.1.4.1.25506.2.72.3.2
hh3cBfdVpnInstanceName OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION Hh3cBfdBindVpnInstanceName
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"31a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The human-readable name of this VPN.  This MAY
         be equivalent to the [RFC2685] VPN-ID, but may
         also vary.  If it is set to the VPN ID, it MUST
         be equivalent to the value of mplsL3VpnVrfVpnId.
         It is strongly recommended that all sites supporting
         VRFs that are part of the same VPN use the same
         naming convention for VRFs as well as the same VPN
         ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdTrapBindObjects(3) 2 }

.1.3.6.1.4.1.25506.2.72.3.3
hh3cBfdLocalAddr OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This variable defines IP address of the local interface
         from which the BFD packets is transmitted.
         It can also be used to enabled BFD on a specific
         interface. The value is set to zero when BFD session is not
         associated with a specific interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdTrapBindObjects(3) 3 }

.1.3.6.1.4.1.25506.2.72.3.4
hh3cBfdRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-BFD-STD-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This variable defines IP address of the local interface
         from which the BFD packets is transmitted.
         It can also be used to enabled BFD on a specific
         interface. The value is set to zero when BFD session is not
         associated with a specific interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBfdMIB(72) hh3cBfdTrapBindObjects(3) 4 }

.1.3.6.1.4.1.25506.2.73
hh3cRCP OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 73 }

.1.3.6.1.4.1.25506.2.73.1
hh3cRCPMIB MODULE-IDENTITY
  -- FROM	HH3C-RCP-MIB
  DESCRIPTION	"The MIB module is used for managing RCP protocol server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) 1 }

.1.3.6.1.4.1.25506.2.73.1.1
hh3cRCPLeaf OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) 1 }

.1.3.6.1.4.1.25506.2.73.1.1.1
hh3cRCPServerEnableStatus OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls the system wide operation of RCP server.
        The value TRUE means that the RCP server is enabled.
        The value FALSE means that the RCP server is disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 1 }

.1.3.6.1.4.1.25506.2.73.1.1.2
hh3cRCPConnTimeout OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the maximum time in seconds that a RCP client connection
        is idle."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 2 }

.1.3.6.1.4.1.25506.2.73.1.1.3
hh3cRCPRuleTimeout OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the time in seconds before a RCP rule is aged out.
        If its value is 0, it indicates RCP rule will not be aged out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 3 }

.1.3.6.1.4.1.25506.2.73.1.1.4
hh3cRCPServerMaxConn OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the maximum number of clients that permitted to connect with
        RCP server at the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 4 }

.1.3.6.1.4.1.25506.2.73.1.1.5
hh3cRCPServerCurConn OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current actual number of clients that connecting with RCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 5 }

.1.3.6.1.4.1.25506.2.73.1.1.6
hh3cRCPConnTimeoutMaxValue OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the maximum value of hh3cRCPConnTimeout."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 6 }

.1.3.6.1.4.1.25506.2.73.1.1.7
hh3cRCPRuleTimeoutMaxValue OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the maximum value of hh3cRCPRuleTimeout."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 7 }

.1.3.6.1.4.1.25506.2.73.1.1.8
hh3cRCPServerMaxConnMaxValue OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the maximum value of hh3cRCPServerMaxConn."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 8 }

.1.3.6.1.4.1.25506.2.73.1.1.9
hh3cRCPBalanceGroupIdMinValue OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the minimum value of balance group identity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 9 }

.1.3.6.1.4.1.25506.2.73.1.1.10
hh3cRCPBalanceGroupIdMaxValue OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the maximum value of balance group identity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 10 }

.1.3.6.1.4.1.25506.2.73.1.1.11
hh3cRCPTotalUsers OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the total number of RCP user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 11 }

.1.3.6.1.4.1.25506.2.73.1.1.12
hh3cRCPTotalClientIPs OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the total number of RCP client IP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPLeaf(1) 12 }

.1.3.6.1.4.1.25506.2.73.1.2
hh3cRCPTable OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) 2 }

.1.3.6.1.4.1.25506.2.73.1.2.1
hh3cRCPUserTable OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"RCP User Info Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) 1 }

.1.3.6.1.4.1.25506.2.73.1.2.1.1
hh3cRCPUserEntry OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRCPUserName }
  DESCRIPTION	"The entry of hh3cRCPUserTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPUserTable(1) 1 }

.1.3.6.1.4.1.25506.2.73.1.2.1.1.1
hh3cRCPUserName OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..16) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of RCP user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPUserTable(1) hh3cRCPUserEntry(1) 1 }

.1.3.6.1.4.1.25506.2.73.1.2.1.1.2
hh3cRCPUserPassword OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..16) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" The password of RCP user.
        It is invisible to users and displayed as '***'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPUserTable(1) hh3cRCPUserEntry(1) 2 }

.1.3.6.1.4.1.25506.2.73.1.2.1.1.3
hh3cRCPUserRedirectInterface OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The redirect interface index of RCP user.
        The RCP rule assigned by the user can be associated with the redirect
        interface.
        If the redirect interface is invalid, its value is set to be 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPUserTable(1) hh3cRCPUserEntry(1) 3 }

.1.3.6.1.4.1.25506.2.73.1.2.1.1.4
hh3cRCPUserRedirectBalanceGroup OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The redirect balance group identity of RCP user.
        The RCP rule assigned by the user can be associated with the redirect
        balance group.
        If the balance group is invalid, its value is set to be 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPUserTable(1) hh3cRCPUserEntry(1) 4 }

.1.3.6.1.4.1.25506.2.73.1.2.1.1.5
hh3cRCPUserRowStatus OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This manages the creation and deletion of rows, and shows
        the current status of the indexed user name. This object has the
        following values.

        active(1)        The indexed user name is configured on the device.
        notInService(2)  Not Supported.
        notReady(3)      Not Supported.
        createAndGo(4)   Create a new user.
        createAndWait(5) Not Supported.
        destroy(6)       Delete this entry.

        The associated entry can be modified when the value of
        hh3cRCPUserRowStatus is active(1).
        When deleting an inexistence entry, return noError."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPUserTable(1) hh3cRCPUserEntry(1) 5 }

.1.3.6.1.4.1.25506.2.73.1.2.2
hh3cRCPClientIPTable OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"RCP Client IP Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) 2 }

.1.3.6.1.4.1.25506.2.73.1.2.2.1
hh3cRCPClientIPEntry OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRCPClientIPType, hh3cRCPClientIP }
  DESCRIPTION	"The entry of hh3cRCPClientIPTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPClientIPTable(2) 1 }

.1.3.6.1.4.1.25506.2.73.1.2.2.1.1
hh3cRCPClientIPType OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address type (IPv4 or IPv6) of RCP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPClientIPTable(2) hh3cRCPClientIPEntry(1) 1 }

.1.3.6.1.4.1.25506.2.73.1.2.2.1.2
hh3cRCPClientIP OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of RCP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPClientIPTable(2) hh3cRCPClientIPEntry(1) 2 }

.1.3.6.1.4.1.25506.2.73.1.2.2.1.3
hh3cRCPClientIPRowStatus OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This manages the creation and deletion or rows, and shows
        the current status of the indexed client IP address.  This object has
        the following values.

        active(1)        The indexed client IP is configured on the device.
        notInService(2)  Not Supported.
        notReady(3)      Not Supported.
        createAndGo(4)   Create a new client IP.
        createAndWait(5) Not Supported.
        destroy(6)       Delete this entry.

        The associated entry can be modified when the value of
        hh3cRCPClientIPRowStatus is active(1).
        When deleting an inexistence entry, return noError."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPClientIPTable(2) hh3cRCPClientIPEntry(1) 3 }

.1.3.6.1.4.1.25506.2.73.1.2.3
hh3cRCPSessionTable OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"RCP session Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) 3 }

.1.3.6.1.4.1.25506.2.73.1.2.3.1
hh3cRCPSessionEntry OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRCPSessionId }
  DESCRIPTION	"The entry of hh3cRCPSessionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPSessionTable(3) 1 }

.1.3.6.1.4.1.25506.2.73.1.2.3.1.1
hh3cRCPSessionId OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"RCP session identity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPSessionTable(3) hh3cRCPSessionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.73.1.2.3.1.2
hh3cRCPSessionClientIPType OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address type (IPv4 or IPv6) of RCP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPSessionTable(3) hh3cRCPSessionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.73.1.2.3.1.3
hh3cRCPSessionClientIP OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"RCP client IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPSessionTable(3) hh3cRCPSessionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.73.1.2.3.1.4
hh3cRCPSessionRunningStatus OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  SYNTAX	INTEGER {connected(1), operational(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"RCP server running status.
         It is one of the following status:
         connected: The connection is established and the RCP client is waiting
                    for authentication.
         operational: The RCP client is authenticated and the server is ready
                      for rule configuration request."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPSessionTable(3) hh3cRCPSessionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.73.1.2.3.1.5
hh3cRCPSessionUserName OBJECT-TYPE
  -- FROM	HH3C-RCP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"RCP user name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRCP(73) hh3cRCPMIB(1) hh3cRCPTable(2) hh3cRCPSessionTable(3) hh3cRCPSessionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.74
hh3cAcfp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ACFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 74 }

.1.3.6.1.4.1.25506.2.74.1
hh3cAcfpObjects OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) 1 }

.1.3.6.1.4.1.25506.2.74.1.1
hh3cAcfpOAP OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.1
hh3cAcfpServer OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.1.1
hh3cAcfpServerInfo OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	BITS {ipserver(0), redirect(1), mirror(2), passThrough(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When retrieved, this object returns a set of bits
        indicating the capabilities (or configuration) of the
        switch or router.  The set bit is indication that a
        router or switch can support the action for
        security rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpServer(1) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.1.2
hh3cAcfpServerMaxLifetime OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When retrieved, this object returns the maximum
        lifetime in seconds, that this router or switch allows
        policy rules to have."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpServer(1) 2 }

.1.3.6.1.4.1.25506.2.74.1.1.1.3
hh3cAcfpServerPersistentRules OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When retrieved, this object returns true(1) if the
        ACFP MIB implementation can store policy rules
        persistently.  Otherwise, it returns false(2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpServer(1) 3 }

.1.3.6.1.4.1.25506.2.74.1.1.1.4
hh3cAcfpServerCurContextType OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	INTEGER {no-context(1), context-VLANID(2), context-HG(3), context-FlowID(4), context-HGPlus(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"In some circumstances, it's necessary that packets go to
        ACFP client with context from ACFP server.  However, the context
        perhaps is different.  hh3cAcfpServerCurContextType is
        used to distinguish this difference, ACFP client may
        process distinctively."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpServer(1) 4 }

.1.3.6.1.4.1.25506.2.74.1.1.2
hh3cAcfpClientInfo OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) 2 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1
hh3cAcfpClientInfoTable OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the basic information about ACFP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1.1
hh3cAcfpClientInfoEntry OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAcfpClientID }
  DESCRIPTION	"This list contains the basic information about ACFP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) hh3cAcfpClientInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1.1.1
hh3cAcfpClientID OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The identifier of ACFP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) hh3cAcfpClientInfoTable(1) hh3cAcfpClientInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1.1.2
hh3cAcfpClientDescription OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Description of the application that is running on ACFP
        client, eg. IPS, VCX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) hh3cAcfpClientInfoTable(1) hh3cAcfpClientInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1.1.3
hh3cAcfpClientHwVersion OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The hardware revision of ACFP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) hh3cAcfpClientInfoTable(1) hh3cAcfpClientInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1.1.4
hh3cAcfpClientOSVersion OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The operating system version running ACFP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) hh3cAcfpClientInfoTable(1) hh3cAcfpClientInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1.1.5
hh3cAcfpClientAppVersion OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The application version running on ACFP client"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) hh3cAcfpClientInfoTable(1) hh3cAcfpClientInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1.1.6
hh3cAcfpClientIP OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IP address of ACFP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) hh3cAcfpClientInfoTable(1) hh3cAcfpClientInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1.1.7
hh3cAcfpClientMode OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	BITS {ipserver(0), redirect(1), mirror(2), passThrough(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ACFP client informs Router or switch which mode it is operating.
        Router or switch checks hh3cAcfpServerInfo to see whether it is
        capable of fulfilling this function.  If not, router or switch
        generates a trap informing ACFP client such OAP mode is not
        supported."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) hh3cAcfpClientInfoTable(1) hh3cAcfpClientInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.74.1.1.2.1.1.8
hh3cAcfpClientRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, supports three states: createAndGo, active, destroy.
        Creation Operation Restriction:
        Node hh3cAcfpClientMode must be bound while creating a row. It is
        optional for other nodes.
        ACFP module must be enabled for the server while creating a row.
        The number of rows created must not exceed upper limit.

        Modification Operation Restriction:
        Nodes that do not support modification: hh3cAcfpClientMode.
        Nodes that support modification: hh3cAcfpClientDescription,
        hh3cAcfpClientHwVersion, hh3cAcfpClientOSVersion,
        hh3cAcfpClientAppVersion and hh3cAcfpClientIP.
        If the row to be modified does not exist, error returns directly.

        Deletion Operation Restriction:
        If the row to be deleted does not exist, success returns directly.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpClientInfo(2) hh3cAcfpClientInfoTable(1) hh3cAcfpClientInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.74.1.1.3
hh3cAcfpPolicy OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) 3 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1
hh3cAcfpPolicyTable OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists all current policies for ACFP
        client(s).  Entries in this table are created or removed
        implicitly when entries in the hh3cAcfpRuleTable are
        created or removed, respectively.  A policy entry in this
        table only exists as long as there is rule of this policy
        in the hh3cAcfpRuleTable.  The table serves for listing the
        existing policies and their remaining lifetimes and for
        changing lifetimes of policies and implicitly of all policy
        members and all their member policy rules can be
        deleted by setting hh3cAcfpPolicyLifetime to 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1
hh3cAcfpPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAcfpClientID, hh3cAcfpPolicyIndex }
  DESCRIPTION	"The list contains basic information of ACFP Policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.1
hh3cAcfpPolicyIndex OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The identifier of the Policy of ACFP client"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.2
hh3cAcfpPolicyInIfIndex OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Packet is received from this interface.  The value of this object
        contains the same value of ifIndex of ifTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.3
hh3cAcfpPolicyOutIfIndex OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Packet is sent to this interface.  The value of this object
        contains the same value of ifIndex of ifTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.4
hh3cAcfpPolicyDestIfIndex OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Through this interface, packet go to ACFP client from
        ACFP server.  The value of this object contains the same
        value of ifIndex of ifTable."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.5
hh3cAcfpPolicyContextID OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Internal id ACFP server allocated used to map to the interface.
        ACFP server may send packet with this hh3cAcfpPolicyContextID to
        ACFP client, ACFP client can make use of this hh3cAcfpPolicyContextID
        and find the policy. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.6
hh3cAcfpPolicyAdminStatus OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object indicates the desired status of the
        policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.7
hh3cAcfpPolicyLifetime OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When retrieved, this object delivers the maximum lifetime (seconds)
        of all the rules of this, i.e., of all the rows in hh3cAcfpRuleTable
        that have the same values of hh3cAcfpRulePolicyIndex and
        hh3cAcfpClientID.  Successfully writing to this object modifies the
        lifetime of all the rules of this.  Successfully writing a value
        of 0 terminates all the rules and implicitly deletes this as soon as
        all member entries are removed from the hh3cAcfpRuleTable. Note that
        after a lifetime expired, all the corresponding entry in the
        hh3cAcfpRuleTable will be removed and this will be deleted
        implicitly.  Writing to this object is processed by the ACFP MIB
        implementation by choosing a lifetime value that is greater than
        or equal to zero and less than or equal to the minimum of the requested
        value and the value specified by object hh3cAcfpServerMaxLifetime:

            0 <= lt_granted <= MINIMUM(lt_requested, lt_maximum)

        whereas:
        lt_granted is the actually granted lifetime by the ACFP MIB
        implementation.
        lt_requested is the requested lifetime of the ACFP client.
        lt_maximum is the value of object hh3cAcfpServerMaxLifetime.
        SNMP set requests to this object may be rejected or the value of
        the object after an accepted set operation may be less than the
        value that was contained in the SNMP set request."
  DEFVAL	{ hh3cAcfpServerMaxLifetime }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.8
hh3cAcfpPolicyTimeStart OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Beginning time of this policy every day.  Eg. HH:MM:SS"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.9
hh3cAcfpPolicyTimeEnd OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ending time of this policy every day.  Eg. HH:MM:SS"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.10
hh3cAcfpPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, supports three states: createAndGo, active, destroy.
        Creation Operation Restriction:
        The client corresponding to the index hh3cAcfpClientID must exist
        while creating a row.
        Nodes hh3cAcfpPolicyTimeStart and hh3cAcfpPolicyTimeEnd are
        bound together, and hh3cAcfpPolicyTimeEnd must be greater than
        hh3cAcfpPolicyTimeStart.
        The number of rows created on an incoming/outgoing interface
        cannot exceed the upper limit.
        The number of rows created cannot exceed the upper limit for each client.
        A packet matches a policy in the following order:
        - It first matches the policy with the highest priority.
        - For two policies with the same priority,
          it matches the one with the smallest client index.
        - For two policies with the same client index,
          it matches the one with the smallest policy index.

        Modification Operation Restriction:
        Nodes that do not support modification: hh3cAcfpPolicyInIfIndex,
        hh3cAcfpPolicyOutIfIndex, hh3cAcfpPolicyDestIfIndex,
        hh3cAcfpPolicyDestIfFailAction, hh3cAcfpPolicyPriority.
        Nodes that support modification: hh3cAcfpPolicyAdminStatus,
        hh3cAcfpPolicyLifetime, hh3cAcfpPolicyTimeStart and hh3cAcfpPolicyTimeEnd.
        While modifying a row, if the row corresponding to the index configured
        does not exist, error returns directly.
        While modifying a node, the restriction over hh3cAcfpPolicyTimeStart
        and hh3cAcfpPolicyTimeEnd is the same as creating a node.

        Deletion Operation Restriction:
        If the row to be deleted does not exist, success returns directly.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 10 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.11
hh3cAcfpPolicyDestIfFailAction OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	INTEGER {delete(1), reserve(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object indicates the action of the
        policy when the destination interface failed."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 11 }

.1.3.6.1.4.1.25506.2.74.1.1.3.1.1.12
hh3cAcfpPolicyPriority OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	INTEGER {priority1(1), priority2(2), priority3(3), priority4(4), priority5(5), priority6(6), priority7(7), priority8(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object indicates the priority of the
        policy.
        Priority8 is maximal priority.
        Priority1 is minimal priority."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpPolicy(3) hh3cAcfpPolicyTable(1) hh3cAcfpPolicyEntry(1) 12 }

.1.3.6.1.4.1.25506.2.74.1.1.4
hh3cAcfpRule OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) 4 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1
hh3cAcfpRuleTable OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists all the rules.  It is indexed by
        hh3cAcfpClientID, hh3cAcfpRulePolicyIndex and hh3cAcfpRuleIndex.
        Entries can be deleted by writing hh3cAcfpPolicyLifetime to 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1
hh3cAcfpRuleEntry OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAcfpClientID, hh3cAcfpPolicyIndex, hh3cAcfpRuleIndex }
  DESCRIPTION	"The list contains basic information of the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.1
hh3cAcfpRuleIndex OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The identifier of the rules which have the same hh3cAcfpPolicyIndex
        and hh3cAcfpClientID.hh3cAcfpRuleIndex indicates rule sequence in the
        same policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.2
hh3cAcfpRuleOperStatus OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	INTEGER {success(1), fail(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object indicates the status of a rule.
        success : Applied rule to interface successfully.
        fail : Failed to apply rule to interface.
        "
  DEFVAL	{ fail }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.3
hh3cAcfpRuleAction OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	INTEGER {permit(1), deny(2), redirect(3), mirror(4), rate(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.4
hh3cAcfpRuleAll OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The rule match all packet or does not.
        true : all
        false : not all
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.5
hh3cAcfpRuleSrcMAC OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source MAC of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.6
hh3cAcfpRuleDstMAC OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination MAC of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.7
hh3cAcfpRuleVlanStart OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Starting VLAN id of this rule.
        0 : Invalid value"
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.8
hh3cAcfpRuleVlanEnd OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ending VLAN id of this rule.
        0 : Invalid value"
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 8 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.9
hh3cAcfpRuleProtocol OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The protocol-type of this rule.
        <0-255>  Protocol number
        gre      GRE tunneling(47)
        icmp     Internet Control Message Protocol(1)
        igmp     Internet Management Protocol(2)
        ip       Any IP protocol(0)
        ipinip   IP in IP tunneling(4)
        ospf     OSPF routing protocol(89)
        tcp      Transmission Control Protocol (6)
        udp      User Datagram Protocol (17)
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 9 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.10
hh3cAcfpRuleSrcIP OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP address of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 10 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.11
hh3cAcfpRuleSrcIPMask OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP-address wild of this rule.  Eg. 0.0.0.255."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 11 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.12
hh3cAcfpRuleSrcOp OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	INTEGER {equal(1), notEqual(2), lessThan(3), greaterThan(4), range(5), invalid(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source Port operation for this rule"
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 12 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.13
hh3cAcfpRuleSrcStartPort OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Starting UDP/TCP Source Port number of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 13 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.14
hh3cAcfpRuleSrcEndPort OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ending UDP/TCP Source Port of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 14 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.15
hh3cAcfpRuleDstIP OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IP address of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 15 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.16
hh3cAcfpRuleDstIPMask OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IP-address wild of this rule.  Eg. 0.0.0.255"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 16 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.17
hh3cAcfpRuleDstOp OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	INTEGER {equal(1), nonEqual(2), lessThan(3), greaterThan(4), range(5), invalid(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination Port operation for this rule"
  DEFVAL	{ invalid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 17 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.18
hh3cAcfpRuleDstStartPort OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Starting UDP/TCP Destination Port number of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 18 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.19
hh3cAcfpRuleDstEndPort OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ending UDP/TCP Destination Port of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 19 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.20
hh3cAcfpRulePrecedence OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of precedence field in IP header.
        <255>                  Invalid value
        <0-7>                  value of precedence
        routine(0)             Routine precedence
        priority(1)            Priority precedence
        immediate(2)           Immediate precedence
        flash(3)               Flash precedence
        flash-override(4)      Flash Override precedence
        critical(5)            Critical precedence
        internet(6)            Network Control precedence
        network(7)             Internetwork Control precedence
        "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 20 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.21
hh3cAcfpRuleTos OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..15 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of TOS field in IP header.
        <255>                  Invalid value
        <0-15>                 value of ToS (Type of Service)
        Normal(0)              normal service
        min-monetary-cost(1)   minimum monetary cost
        max-reliability(2)     maximum reliability
        max-throughput(4)      maximum throughput
        min-delay(8)           minimum delay
        "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 21 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.22
hh3cAcfpRuleDscp OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of DSCP.
        <255>                  Invalid value
        <0-63>                 value of DSCP
        Be(0)                  best effort
        af11(10)               assured forwarding 11 service
        af12(12)               assured forwarding 12 service
        af13(14)               assured forwarding 13 service
        af21(18)               assured forwarding 18 service
        af22(20)               assured forwarding 20 service
        af23(22)               assured forwarding 22 service
        af31(26)               assured forwarding 31 service
        af32(28)               assured forwarding 32 service
        af33(30)               assured forwarding 33 service
        af41(34)               assured forwarding 41 service
        af42(36)               assured forwarding 42 service
        af43(38)               assured forwarding 43 service
        cs1(8)                 class selector 1 service
        cs2(16)                class selector 2 service
        cs3(24)                class selector 3 service
        cs4(32)                class selector 4 service
        cs5(40)                class selector 5 service
        cs6(48)                class selector 6 service
        cs7(56)                class selector 7 service
        ef(46)                 expedited forwarding service
        "
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 22 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.23
hh3cAcfpRuleEstablish OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"Establish Flag.  Matches the TCP packets with the ACK
        and/or RST flag, including the TCP packets of these
        types: SYN+ACK, ACK, FIN+ACK, RST, RST+ACK."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 23 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.24
hh3cAcfpRuleFragment OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of matching fragmented packet."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 24 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.25
hh3cAcfpRulePacketRate OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Packet rate (Kbps) of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 25 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.26
hh3cAcfpRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, supports three states: createAndGo, active, destroy.
        Creation Operation Restriction:
        Node hh3cAcfpRuleAction must be bound while creating a line.
        Nodes hh3cAcfpRuleAll and hh3cAcfpRuleProtocol, hh3cAcfpRuleSrcIP,
        hh3cAcfpRuleSrcIPMask, hh3cAcfpRuleDstIP, hh3cAcfpRuleSrcOp,
        hh3cAcfpRuleSrcStartPort, hh3cAcfpRuleSrcEndPort, hh3cAcfpRuleDstIP,
        hh3cAcfpRuleDstIPMask, hh3cAcfpRuleDstOp, hh3cAcfpRuleDstStartPort,
        hh3cAcfpRuleDstEndPort, hh3cAcfpRulePrecedence, hh3cAcfpRuleTos,
        hh3cAcfpRuleDscp, hh3cAcfpRuleTCPFlag, hh3cAcfpRuleFragment are
        mutually exclusive.
        Nodes hh3cAcfpRuleSrcIP and hh3cAcfpRuleSrcIPMask are bound together,
        otherwise, the source IP address is neglected.
        The restriction over hh3cAcfpRuleDstIP and hh3cAcfpRuleDstIPMask is the
        same as hh3cAcfpRuleSrcIP and hh3cAcfpRuleSrcIPMask.
        Nodes hh3cAcfpRuleDscp and hh3cAcfpRulePrecedence, hh3cAcfpRuleTos are
        mutually exclusive.
        If the node hh3cAcfpRuleSrcOp is bound to range(5),
        hh3cAcfpRuleSrcStartPort and hh3cAcfpRuleSrcEndPort must be bound together,
        and hh3cAcfpRuleSrcEndPort must be greater than hh3cAcfpRuleSrcStartPort.
        If the node hh3cAcfpRuleSrcOp is bound to equal(1), notEqual(2),
        lessThan(3) or greaterThan(4), hh3cAcfpRuleSrcStartPort must be bound
        together, and hh3cAcfpRuleSrcEndPort is neglected.
        The restriction over hh3cAcfpRuleDstOp, hh3cAcfpRuleDstStartPort and
        hh3cAcfpRuleDstEndPort is the same as hh3cAcfpRuleSrcOp,
        hh3cAcfpRuleSrcStartPort and hh3cAcfpRuleSrcEndPort.
        If the node hh3cAcfpRuleAction is bound to redirect(3) or mirror(4),
        the destination interfaces of the policy the rule belonging to must exist;
        The number of rows created cannot exceed the upper limit for each policy,
        each inbound interface and each outbound interface.

        Modification Operation Restriction:
        The row does not support modification.

        Deletion Operation Restriction
        If the row to be deleted does not exist, success returns directly.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 26 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.27
hh3cAcfpRuleTCPFlag OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"TCP Flag.
        <0>       don't care for TCP flag to match packets
        <1-65535> care for TCP flag to match packets,
                  the value is combination of next list.
                  URG_VALID (1 << 13)
                  URG_SET   (1 << 5)
                  ACK_VALID (1 << 12)
                  ACK_SET   (1 << 4)
                  PSH_VALID (1 << 11)
                  PSH_SET   (1 << 3)
                  RST_VALID (1 << 10)
                  RST_SET   (1 << 2)
                  SYN_VALID (1 << 9)
                  SYN_SET   (1 << 1)
                  FIN_VALID (1 << 8)
                  FIN_SET   1

        Matches the TCP packets with the URG and/or
        ACK and/or PSH and/or RST and/or SYN and/or FIN flag,
        including the TCP packets of these
        types: SYN+ACK, ACK, FIN+ACK, RST, RST+ACK."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 27 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.28
hh3cAcfpRuleSrcIPV6Address OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IPv6 address of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 28 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.29
hh3cAcfpRuleSrcPrefixLen OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IPv6 address prefix length of this rule. Eg. 64."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 29 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.30
hh3cAcfpRuleDstIPV6Address OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION Ipv6Address
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IPv6 address of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 30 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.31
hh3cAcfpRuleDstPrefixLen OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Destination IPv6 address prefix length of this rule. Eg. 64."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 31 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.32
hh3cAcfpRuleTrafficType OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	BITS {unicast(0), multicast(1), broadcast(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Traffic type of this rule. When retrieved, this object
        returns a set of bits indicating the traffic type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 32 }

.1.3.6.1.4.1.25506.2.74.1.1.4.1.1.33
hh3cAcfpRuleTypeOrLen OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type or length of ethernet packet.
        For Ethernet II encapsulation, it stands for packet type.
        For 802.3 encapsulation, it stands for packet length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpRule(4) hh3cAcfpRuleTable(1) hh3cAcfpRuleEntry(1) 33 }

.1.3.6.1.4.1.25506.2.74.1.1.5
hh3cAcfpNotifications OBJECT-TYPE
  -- FROM	HH3C-ACFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) 5 }

.1.3.6.1.4.1.25506.2.74.1.1.5.1
hh3cAcfpCurContextChanged NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpServerCurContextType }
  DESCRIPTION	"This notification is sent when router or switch changed
        hh3cAcfpServerCurContextType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 1 }

.1.3.6.1.4.1.25506.2.74.1.1.5.2
hh3cAcfpClientRegister NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpClientID }
  DESCRIPTION	"This notification is sent when the ACFP client is registered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 2 }

.1.3.6.1.4.1.25506.2.74.1.1.5.3
hh3cAcfpClientUnRegister NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpClientID }
  DESCRIPTION	"This notification is sent when the ACFP client is unregistered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 3 }

.1.3.6.1.4.1.25506.2.74.1.1.5.4
hh3cAcfpClientDead NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpClientID }
  DESCRIPTION	"This notification is sent when the ACFP client is not responding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 4 }

.1.3.6.1.4.1.25506.2.74.1.1.5.5
hh3cAcfpNotSupportedOAPMode NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpClientID, hh3cAcfpClientMode, hh3cAcfpServerInfo }
  DESCRIPTION	"This notification is sent when router or switch cannot support OAP
        mode that ACFP client wants to operate on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 5 }

.1.3.6.1.4.1.25506.2.74.1.1.5.6
hh3cAcfpLifetimeChangeEvent NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpPolicyLifetime }
  DESCRIPTION	"This notification can be generated for indicating that
        The lifetime of all member rules of the was
        changed by successfully writing to object
        hh3cAcfpPolicyLifetime.  Note that this notification
        is only sent if the lifetime of a policy was changed by
        successfully writing to object hh3cAcfpPolicyLifetime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 6 }

.1.3.6.1.4.1.25506.2.74.1.1.5.7
hh3cAcfpRuleCreatedEvent NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpRuleIndex }
  DESCRIPTION	"This notification is sent when a new rule is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 7 }

.1.3.6.1.4.1.25506.2.74.1.1.5.8
hh3cAcfpRuleDeletedEvent NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpRuleIndex }
  DESCRIPTION	"This notification is sent when a rule is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 8 }

.1.3.6.1.4.1.25506.2.74.1.1.5.9
hh3cAcfpRuleErrorEvent NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpRuleIndex }
  DESCRIPTION	"This notification is sent when rule cannot be applied."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 9 }

.1.3.6.1.4.1.25506.2.74.1.1.5.10
hh3cAcfpLifetimeExpireEvent NOTIFICATION-TYPE
  -- FROM	HH3C-ACFP-MIB
  OBJECTS	{ hh3cAcfpPolicyLifetime }
  DESCRIPTION	"This notification is sent
         when the time of the policy existed exceeds its lifetime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAcfp(74) hh3cAcfpObjects(1) hh3cAcfpOAP(1) hh3cAcfpNotifications(5) 10 }

.1.3.6.1.4.1.25506.2.75
hh3cDot11 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DOT11-REF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 75 }

.1.3.6.1.4.1.25506.2.75.1
hh3cDot11ACMT MODULE-IDENTITY
  -- FROM	HH3C-DOT11-ACMT-MIB
  DESCRIPTION	"This MIB defines information as per wireless AC and tunnel between
        AP and AC.
        If NMS intends to get more detailed information for the AP and AC,
        it could refer entPhysicalIndex in the Entity MIB to get entity
        information.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        Access point (AP)
        Transmitter/receiver (transceiver) device
        that commonly connects and transports data
        between a wireless network and a wired network.

        Access control (AC)
        To control and manage multi-APs, it will bridge
        wireless and wired network.

        Radio
        The chip set to receive and send wireless signal.

        Fat AP
        Applied in the home, SOHO and so on, and it could
        independently work without help from AC.

        Fit AP
        Applied in the enterprise environment, it will work
        under the control and management from AC.

        Control And Provisioning of Wireless Access Points Protocol
        The short name of protocol is CAPWAP. AC will control
        and manage AP by CAPWAP tunnel protocol defined by IETF.
        Also, a data tunnel will be set up between AC and AP.

        Basic Service Set
        The IEEE 802.11 BSS of an AP comprises of the
        stations directly associating with the AP. It will
        be identified by BSSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 1 }

.1.3.6.1.4.1.25506.2.75.1.1
hh3cDot11ACObjectGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.1
hh3cDot11ACObject OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.1.1
hh3cDot11CurrentACMACMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11MACModeType
  SYNTAX	INTEGER {split(1), localtunnel(2), localbridge(3), fatAP(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents which MAC mode defined in the CAPWAP draft is in use
        for the AC."
  DEFVAL	{ split }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACObject(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.1.2
hh3cDot11MaxAPNumPermitted OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum number of AP connection permitted
        for one AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACObject(1) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.1.3
hh3cDot11MaxStationNumPermitted OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum number of station connection
        permitted for one AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACObject(1) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.1.4
hh3cDot11RunAPNumThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32 (30..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the percentage of run AP number is larger than this
        threshold, a notification will be sent."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACObject(1) 4 }

.1.3.6.1.4.1.25506.2.75.1.1.1.5
hh3cDot11MaxNewConnCntPerSecCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximum count of station connected to AC per second."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACObject(1) 5 }

.1.3.6.1.4.1.25506.2.75.1.1.1.6
hh3cDot11IFNumberCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"All intface in AC except console."
  DEFVAL	{ 24 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACObject(1) 6 }

.1.3.6.1.4.1.25506.2.75.1.1.1.7
hh3cDot11APLicenseWeight OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the license weight of AP connection for one AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACObject(1) 7 }

.1.3.6.1.4.1.25506.2.75.1.1.1.8
hh3cDot11ACTotalRebootCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of AC restarts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACObject(1) 8 }

.1.3.6.1.4.1.25506.2.75.1.1.2
hh3cDot11ACLoadInfo OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.2.1
hh3cDot11APConnectCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of APs which are connecting to AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.2.2
hh3cDot11StationConnectCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of stations which are accessing the
        WLAN service through AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.2.3
hh3cDot11ACIFLoadInfoTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents AP number information of interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.2.3.1
hh3cDot11ACIFLoadInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11ACIfIndex }
  DESCRIPTION	"Each entry represents AP number information of an interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) hh3cDot11ACIFLoadInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.2.3.1.1
hh3cDot11ACIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents index of AC interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) hh3cDot11ACIFLoadInfoTable(3) hh3cDot11ACIFLoadInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.2.3.1.2
hh3cDot11ACIfApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents AP number connected to the AC interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) hh3cDot11ACIFLoadInfoTable(3) hh3cDot11ACIFLoadInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.2.3.1.3
hh3cDot11ACIfStaNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents Station number connected to the AC interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) hh3cDot11ACIFLoadInfoTable(3) hh3cDot11ACIFLoadInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.2.3.1.4
hh3cDot11ACIfName OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents InterfaceName AP number connected to AC interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) hh3cDot11ACIFLoadInfoTable(3) hh3cDot11ACIFLoadInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.1.1.2.4
hh3cDot11MasterAPCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of AP which have established the
        master tunnel with AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 4 }

.1.3.6.1.4.1.25506.2.75.1.1.2.5
hh3cDot11SlaveAPCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of AP which have established the
        slave tunnel with AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 5 }

.1.3.6.1.4.1.25506.2.75.1.1.2.6
hh3cDot11ConnectAutoAPCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of auto APs that are connecting to AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 6 }

.1.3.6.1.4.1.25506.2.75.1.1.2.7
hh3cDot11PersistentAPCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of persistent AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 7 }

.1.3.6.1.4.1.25506.2.75.1.1.2.8
hh3cDot11AcUploadFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frames that AP sends to AC through LWAPP tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 8 }

.1.3.6.1.4.1.25506.2.75.1.1.2.9
hh3cDot11AcDownloadFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frames that AC sends to AP through LWAPP tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 9 }

.1.3.6.1.4.1.25506.2.75.1.1.2.10
hh3cDot11AcUploadFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of frames that AP sends to AC through LWAPP tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 10 }

.1.3.6.1.4.1.25506.2.75.1.1.2.11
hh3cDot11AcDownloadFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of frames that AC sends to AP through LWAPP tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 11 }

.1.3.6.1.4.1.25506.2.75.1.1.2.12
hh3cDot11BackupACRole OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	INTEGER {null(1), master(2), slave(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the Identity of the AC
         null:   Not configured
         master: Master AC
         slave:  Slave AC."
  DEFVAL	{ null }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 12 }

.1.3.6.1.4.1.25506.2.75.1.1.2.13
hh3cDot11BackupACNMSIP OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the manger IP address of the slave ac."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 13 }

.1.3.6.1.4.1.25506.2.75.1.1.2.14
hh3cDot11ACBackupMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	INTEGER {null(1), hotBackup(2), coldBackup(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the ac backup mode."
  DEFVAL	{ null }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 14 }

.1.3.6.1.4.1.25506.2.75.1.1.2.15
hh3cDot11ACBackupStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	INTEGER {active(1), standby(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the ac backup status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 15 }

.1.3.6.1.4.1.25506.2.75.1.1.2.16
hh3cDot11ACSwitchCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the ac switch times."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 16 }

.1.3.6.1.4.1.25506.2.75.1.1.2.17
hh3cDot11ACSouthifPacketOutputCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of output packets with the down-link interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 17 }

.1.3.6.1.4.1.25506.2.75.1.1.2.18
hh3cDot11ACSouthifPacketOutputBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of output packets with the down-link interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 18 }

.1.3.6.1.4.1.25506.2.75.1.1.2.19
hh3cDot11ACSouthifPacketInputCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of input packets with the down-link interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 19 }

.1.3.6.1.4.1.25506.2.75.1.1.2.20
hh3cDot11ACSouthifPacketInputBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of input packets with the down-link interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 20 }

.1.3.6.1.4.1.25506.2.75.1.1.2.21
hh3cDot11TotalAPconnected OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of AP which are connected to AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 21 }

.1.3.6.1.4.1.25506.2.75.1.1.2.22
hh3cDot11RemainingAPcapacity OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the remaining AP capacity of the AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACLoadInfo(2) 22 }

.1.3.6.1.4.1.25506.2.75.1.1.3
hh3cDot11WLANAssocStatisInfo OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.3.1
hh3cDot11StationAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11WLANAssocStatisInfo(3) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.3.2
hh3cDot11StationAssocFailSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11WLANAssocStatisInfo(3) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.3.3
hh3cDot11StationReassocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station reassociation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11WLANAssocStatisInfo(3) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.3.4
hh3cDot11StationAssocRejectedSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association rejected on
        account of resource limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11WLANAssocStatisInfo(3) 4 }

.1.3.6.1.4.1.25506.2.75.1.1.3.5
hh3cDot11StationExDeAuthenSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of exceptional station deauthentication
        (Without sending a deauthentication to AP)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11WLANAssocStatisInfo(3) 5 }

.1.3.6.1.4.1.25506.2.75.1.1.3.6
hh3cDot11StationCurAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of current associated stations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11WLANAssocStatisInfo(3) 6 }

.1.3.6.1.4.1.25506.2.75.1.1.3.7
hh3cDot11StationAssocReqSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association request."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11WLANAssocStatisInfo(3) 7 }

.1.3.6.1.4.1.25506.2.75.1.1.3.8
hh3cDot11StationReassocReqSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station reassociation request."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11WLANAssocStatisInfo(3) 8 }

.1.3.6.1.4.1.25506.2.75.1.1.3.9
hh3cDot11StationReassocFailSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station reassociation failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11WLANAssocStatisInfo(3) 9 }

.1.3.6.1.4.1.25506.2.75.1.1.4
hh3cDot11ACBASInfo OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.1.1.4.1
hh3cDot11ACBASSysObjects OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACBASInfo(4) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.4.2
hh3cDot11ACBASTableObjects OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACBASInfo(4) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.4.2.3
hh3cDot11ACBASIfTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the BAS information of interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACBASInfo(4) hh3cDot11ACBASTableObjects(2) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.4.2.3.1
hh3cDot11ACBASIfEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11ACBASIfIndex }
  DESCRIPTION	"Each entry represents the BAS information of an interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACBASInfo(4) hh3cDot11ACBASTableObjects(2) hh3cDot11ACBASIfTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.4.2.3.1.1
hh3cDot11ACBASIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of the BAS interface. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACBASInfo(4) hh3cDot11ACBASTableObjects(2) hh3cDot11ACBASIfTable(3) hh3cDot11ACBASIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.4.2.3.1.2
hh3cDot11ACBASIfDescr OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A textual string containing information about the BAS interface. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACBASInfo(4) hh3cDot11ACBASTableObjects(2) hh3cDot11ACBASIfTable(3) hh3cDot11ACBASIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.4.2.3.1.3
hh3cDot11ACBASIfType OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  -- TEXTUAL CONVENTION IANAifType
  SYNTAX	INTEGER {other(1), regular1822(2), hdh1822(3), ddnX25(4), rfc877x25(5), ethernetCsmacd(6), iso88023Csmacd(7), iso88024TokenBus(8), iso88025TokenRing(9), iso88026Man(10), starLan(11), proteon10Mbit(12), proteon80Mbit(13), hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), e1(19), basicISDN(20), primaryISDN(21), propPointToPointSerial(22), ppp(23), softwareLoopback(24), eon(25), ethernet3Mbit(26), nsip(27), slip(28), ultra(29), ds3(30), sip(31), frameRelay(32), rs232(33), para(34), arcnet(35), arcnetPlus(36), atm(37), miox25(38), sonet(39), x25ple(40), iso88022llc(41), localTalk(42), smdsDxi(43), frameRelayService(44), v35(45), hssi(46), hippi(47), modem(48), aal5(49), sonetPath(50), sonetVT(51), smdsIcip(52), propVirtual(53), propMultiplexor(54), ieee80212(55), fibreChannel(56), hippiInterface(57), frameRelayInterconnect(58), aflane8023(59), aflane8025(60), cctEmul(61), fastEther(62), isdn(63), v11(64), v36(65), g703at64k(66), g703at2mb(67), qllc(68), fastEtherFX(69), channel(70), ieee80211(71), ibm370parChan(72), escon(73), dlsw(74), isdns(75), isdnu(76), lapd(77), ipSwitch(78), rsrb(79), atmLogical(80), ds0(81), ds0Bundle(82), bsc(83), async(84), cnr(85), iso88025Dtr(86), eplrs(87), arap(88), propCnls(89), hostPad(90), termPad(91), frameRelayMPI(92), x213(93), adsl(94), radsl(95), sdsl(96), vdsl(97), iso88025CRFPInt(98), myrinet(99), voiceEM(100), voiceFXO(101), voiceFXS(102), voiceEncap(103), voiceOverIp(104), atmDxi(105), atmFuni(106), atmIma(107), pppMultilinkBundle(108), ipOverCdlc(109), ipOverClaw(110), stackToStack(111), virtualIpAddress(112), mpc(113), ipOverAtm(114), iso88025Fiber(115), tdlc(116), gigabitEthernet(117), hdlc(118), lapf(119), v37(120), x25mlp(121), x25huntGroup(122), transpHdlc(123), interleave(124), fast(125), ip(126), docsCableMaclayer(127), docsCableDownstream(128), docsCableUpstream(129), a12MppSwitch(130), tunnel(131), coffee(132), ces(133), atmSubInterface(134), l2vlan(135), l3ipvlan(136), l3ipxvlan(137), digitalPowerline(138), mediaMailOverIp(139), dtm(140), dcn(141), ipForward(142), msdsl(143), ieee1394(144), if-gsn(145), dvbRccMacLayer(146), dvbRccDownstream(147), dvbRccUpstream(148), atmVirtual(149), mplsTunnel(150), srp(151), voiceOverAtm(152), voiceOverFrameRelay(153), idsl(154), compositeLink(155), ss7SigLink(156), propWirelessP2P(157), frForward(158), rfc1483(159), usb(160), ieee8023adLag(161), bgppolicyaccounting(162), frf16MfrBundle(163), h323Gatekeeper(164), h323Proxy(165), mpls(166), mfSigLink(167), hdsl2(168), shdsl(169), ds1FDL(170), pos(171), dvbAsiIn(172), dvbAsiOut(173), plc(174), nfas(175), tr008(176), gr303RDT(177), gr303IDT(178), isup(179), propDocsWirelessMaclayer(180), propDocsWirelessDownstream(181), propDocsWirelessUpstream(182), hiperlan2(183), propBWAp2Mp(184), sonetOverheadChannel(185), digitalWrapperOverheadChannel(186), aal2(187), radioMAC(188), atmRadio(189), imt(190), mvl(191), reachDSL(192), frDlciEndPt(193), atmVciEndPt(194), opticalChannel(195), opticalTransport(196), propAtm(197), voiceOverCable(198), infiniband(199), teLink(200), q2931(201), virtualTg(202), sipTg(203), sipSig(204), docsCableUpstreamChannel(205), econet(206), pon155(207), pon622(208), bridge(209), linegroup(210), voiceEMFGD(211), voiceFGDEANA(212), voiceDID(213), mpegTransport(214), sixToFour(215), gtp(216), pdnEtherLoop1(217), pdnEtherLoop2(218), opticalChannelGroup(219), homepna(220), gfp(221), ciscoISLvlan(222), actelisMetaLOOP(223), fcipLink(224), rpr(225), qam(226), lmp(227), cblVectaStar(228), docsCableMCmtsDownstream(229), adsl2(230), macSecControlledIF(231), macSecUncontrolledIF(232), aviciOpticalEther(233), atmbond(234), voiceFGDOS(235), mocaVersion1(236), ieee80216WMAN(237), adsl2plus(238), dvbRcsMacLayer(239), dvbTdm(240), dvbRcsTdma(241), x86Laps(242), wwanPP(243), wwanPP2(244), voiceEBS(245), ifPwType(246), ilan(247), pip(248), aluELP(249), gpon(250), vdsl2(251), capwapDot11Profile(252), capwapDot11Bss(253), capwapWtpVirtualRadio(254), bits(255), docsCableUpstreamRfPort(256), cableDownstreamRfPort(257), switchstack(65534)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the BAS interface. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACBASInfo(4) hh3cDot11ACBASTableObjects(2) hh3cDot11ACBASIfTable(3) hh3cDot11ACBASIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.5
hh3cDot11ACStaUserSecAuthStatis OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.1.1.5.1
hh3cDot11ACStaUserAuthCurNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current number of user authenticated with this AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaUserSecAuthStatis(5) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.5.2
hh3cDot11ACStaUserConnFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of user disconnected with this AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaUserSecAuthStatis(5) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.5.3
hh3cDot11ACStaUserAuthReqCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of user authenticate request with this AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaUserSecAuthStatis(5) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.5.4
hh3cDot11ACStaUserAuthSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of users authenticated successful with this AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaUserSecAuthStatis(5) 4 }

.1.3.6.1.4.1.25506.2.75.1.1.5.5
hh3cDot11ACStaUserAuthFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of user authenticated failed with this AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaUserSecAuthStatis(5) 5 }

.1.3.6.1.4.1.25506.2.75.1.1.5.6
hh3cDot11ACStaUserAllAuthCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of users authenticated with this AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaUserSecAuthStatis(5) 6 }

.1.3.6.1.4.1.25506.2.75.1.1.5.7
hh3cDot11ACStaUserAuthRespCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of user authenticate response with this AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaUserSecAuthStatis(5) 7 }

.1.3.6.1.4.1.25506.2.75.1.1.6
hh3cDot11ACStaSecAuthTypeStatis OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) 6 }

.1.3.6.1.4.1.25506.2.75.1.1.6.1
hh3cDot11ACStaUserPortalOnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of online portal users authenticated by RADIUS,
        including MAC-trigger and IMSIAuth users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.6.2
hh3cDot11ACStaUserFreeAuthOnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Numbers of online user is no need authenticated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.6.3
hh3cDot11ACStaUserAssociateAuthOnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of online users authenticated by associated authentication,
        excluding AutoAuth users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.6.4
hh3cDot11ACStaUserMacAuthOnlineNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The numbers of online user which is launched authentication by MAC address and
        authenticated by Radius."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 4 }

.1.3.6.1.4.1.25506.2.75.1.1.6.5
hh3cDot11ACStaUserPortalLostConnectionCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For PortalAuth user, represents disconnection count but voluntarily disconnect,
        it should not delete authenticated user when client roamed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 5 }

.1.3.6.1.4.1.25506.2.75.1.1.6.6
hh3cDot11ACStaUserFreeAuthLostConnectionCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For FreeAuth user, represents disconnection count but voluntarily disconnect,
        it should not delete authenticated user when client roamed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 6 }

.1.3.6.1.4.1.25506.2.75.1.1.6.7
hh3cDot11ACStaUserAssociateAuthLostConnectionCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For AssociateAuth user, represents disconnection count but voluntarily disconnect,
        it should not delete authenticated user when client roamed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 7 }

.1.3.6.1.4.1.25506.2.75.1.1.6.8
hh3cDot11ACStaUserMacAuthLostConnectionCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For MacAuth user, represents disconnection count but voluntarily disconnect,
        it should not delete authenticated user when client roamed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 8 }

.1.3.6.1.4.1.25506.2.75.1.1.6.9
hh3cDot11ACStaPortalAuthReqCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents PortalAuth request count after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 9 }

.1.3.6.1.4.1.25506.2.75.1.1.6.10
hh3cDot11ACStaAssociateAuthReqCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents AssociateAuth request count after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 10 }

.1.3.6.1.4.1.25506.2.75.1.1.6.11
hh3cDot11ACStaMacAuthReqCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents MacAuth request count after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 11 }

.1.3.6.1.4.1.25506.2.75.1.1.6.12
hh3cDot11ACStaPortalAuthSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents count of PortalAuth authenticated successfully after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 12 }

.1.3.6.1.4.1.25506.2.75.1.1.6.13
hh3cDot11ACStaAssociateAuthSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents count of AssociateAuth authenticated successfully after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 13 }

.1.3.6.1.4.1.25506.2.75.1.1.6.14
hh3cDot11ACStaMacAuthSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents count of MacAuth authenticated successfully after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 14 }

.1.3.6.1.4.1.25506.2.75.1.1.6.15
hh3cDot11ACStaPortalAuthReqFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents count of PortalAuth failure in request after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 15 }

.1.3.6.1.4.1.25506.2.75.1.1.6.16
hh3cDot11ACStaAssociateAuthReqFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents count of AssociateAuth failure in request after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 16 }

.1.3.6.1.4.1.25506.2.75.1.1.6.17
hh3cDot11ACStaMacAuthReqFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents count of MacAuth failure in request after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 17 }

.1.3.6.1.4.1.25506.2.75.1.1.6.18
hh3cDot11ACStaUserAutoAuthOnlineNumCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of online users authenticated by auto authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 18 }

.1.3.6.1.4.1.25506.2.75.1.1.6.19
hh3cDot11ACStaUserAutoAuthLostConnectionCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the disconnection count of AutoAuth users, excluding the ones
        who disconnect AP by themselves."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 19 }

.1.3.6.1.4.1.25506.2.75.1.1.6.20
hh3cDot11ACStaAutoAuthReqCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of AutoAuth requests after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 20 }

.1.3.6.1.4.1.25506.2.75.1.1.6.21
hh3cDot11ACStaAutoAuthSuccCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of successful AutoAuth authentications after AP up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 21 }

.1.3.6.1.4.1.25506.2.75.1.1.6.22
hh3cDot11ACStaAutoAuthReqFailCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of failed AutoAuth requests after AP is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACStaSecAuthTypeStatis(6) 22 }

.1.3.6.1.4.1.25506.2.75.1.1.7
hh3cDot11ACPortalStatisticCMTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table describes portal statistics information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) 7 }

.1.3.6.1.4.1.25506.2.75.1.1.7.1
hh3cDot11ACPortalStatisticCMEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11ACPortalStatisticSSIDCM }
  DESCRIPTION	"Each entry contains the portal statistics information of an SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACPortalStatisticCMTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.7.1.1
hh3cDot11ACPortalStatisticSSIDCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the service policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACPortalStatisticCMTable(7) hh3cDot11ACPortalStatisticCMEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.7.1.2
hh3cDot11ACPortalStatAuthReqCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of portal authentication requests from
        portal server to AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACPortalStatisticCMTable(7) hh3cDot11ACPortalStatisticCMEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.7.1.3
hh3cDot11ACPortalStatAuthRespCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of portal authentication responses from
        AC to portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11ACPortalStatisticCMTable(7) hh3cDot11ACPortalStatisticCMEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.8
hh3cDot11LocalACModelTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the capability information for a specific
        kind of local AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) 8 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1
hh3cDot11LocalACModelEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11LocalACModelAlias }
  DESCRIPTION	"Each entry contains capability information for a specific kind
        of local AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.1
hh3cDot11LocalACModelAlias OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents alias of local AC model name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.2
hh3cDot11LocalACModelName OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents local AC model name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.3
hh3cDot11LocalACManufacturer OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"'SMI Network Management Private Enterprise Codes'
        assigned by the IANA, which means the vendor of local AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.4
hh3cDot11LocalACCPUType OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the CPU type of local AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.5
hh3cDot11LocalACCPUClockSpeed OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the clock speed of CPU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.6
hh3cDot11LocalACMemoryType OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the memory card type of local AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.7
hh3cDot11LocalACMemorySize OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the size of local AC memory card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.8
hh3cDot11LocalACFlashType OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the flash card type of local AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.9
hh3cDot11LocalACFlashSize OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the size of local AC flash card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.10
hh3cDot11LocalACMemSize OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the size of local AC memory card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.1.1.8.1.11
hh3cDot11LocalACFlashSizeInBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the size of local AC flash card in bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACObjectGroup(1) hh3cDot11LocalACModelTable(8) hh3cDot11LocalACModelEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.1.2
hh3cDot11CAPWAPTunnelGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) 2 }

.1.3.6.1.4.1.25506.2.75.1.2.1
hh3cDot11CAPWAPTunnelTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will list all the APs which are connecting to the AC
        by the CAPWAP tunnel protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11CAPWAPTunnelGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.1.2.1.1
hh3cDot11CAPWAPTunnelEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurrTunnelAPID }
  DESCRIPTION	"Each entry contains information of data tunnel and control
        tunnel of AP which is connecting to AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11CAPWAPTunnelGroup(2) hh3cDot11CAPWAPTunnelTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.2.1.1.1
hh3cDot11CurrTunnelAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"To uniquely identify the CAPWAP tunnel set up between the AP
        identified by APID and a specific AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11CAPWAPTunnelGroup(2) hh3cDot11CAPWAPTunnelTable(1) hh3cDot11CAPWAPTunnelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.2.1.1.2
hh3cDot11CtrlTunnelCurrSec OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TunnelSecSchemType
  SYNTAX	INTEGER {cleartxt(1), dtls(2), ipsec(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents what security scheme is in use for
        control tunnel."
  DEFVAL	{ cleartxt }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11CAPWAPTunnelGroup(2) hh3cDot11CAPWAPTunnelTable(1) hh3cDot11CAPWAPTunnelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.1.2.1.1.3
hh3cDot11CtrlTunnelUpTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how long for control tunnel up. If the value is zero,
        then tunnel is not set up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11CAPWAPTunnelGroup(2) hh3cDot11CAPWAPTunnelTable(1) hh3cDot11CAPWAPTunnelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.1.2.1.1.4
hh3cDot11DataTunnelCurrSec OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TunnelSecSchemType
  SYNTAX	INTEGER {cleartxt(1), dtls(2), ipsec(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents what security scheme is in use for
        data tunnel."
  DEFVAL	{ cleartxt }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11CAPWAPTunnelGroup(2) hh3cDot11CAPWAPTunnelTable(1) hh3cDot11CAPWAPTunnelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.1.2.1.1.5
hh3cDot11DataTunnelUpTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how long for data tunnel up.
        If the value is zero, then tunnel is not set up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11CAPWAPTunnelGroup(2) hh3cDot11CAPWAPTunnelTable(1) hh3cDot11CAPWAPTunnelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.1.2.1.1.6
hh3cDot11CtrlTunnelUpTimeTicks OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how long control tunnel is up.
         If the value is zero, then tunnel is not set up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11CAPWAPTunnelGroup(2) hh3cDot11CAPWAPTunnelTable(1) hh3cDot11CAPWAPTunnelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.1.3
hh3cDot11ACMtNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) 3 }

.1.3.6.1.4.1.25506.2.75.1.3.0
hh3cDot11ACMtTraps OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) 0 }

.1.3.6.1.4.1.25506.2.75.1.3.0.1
hh3cDot11ACMtTunnelSetupTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  OBJECTS	{ hh3cDot11CurrTunnelAPID, hh3cDot11ACMtTrapTunlUpInfo, hh3cDot11ACMtTrapTnlAPName, hh3cDot11ACMtTrapTnlAPIPAddr, hh3cDot11ACMtTrapAPIPv6Addr, hh3cDot11ACMtFirstTrapTime, hh3cDot11ACMtTrapAPMacAddress }
  DESCRIPTION	"This notification is sent by AC when CAPWAP tunnel becomes up.
        By this way, NMS will immediately know tunnel up event.
        It is unnecessary to identify whether it is control or data
        tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTraps(0) 1 }

.1.3.6.1.4.1.25506.2.75.1.3.0.2
hh3cDot11ACMtTunnelDownTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  OBJECTS	{ hh3cDot11CurrTunnelAPID, hh3cDot11ACMtTrapTunlDwnInfo, hh3cDot11ACMtTrapTnlAPName, hh3cDot11ACMtTrapTnlAPIPAddr, hh3cDot11ACMtTrapAPIPv6Addr, hh3cDot11ACMtTrapTunlDwnCount, hh3cDot11ACMtTrapTnlAPSysName, hh3cDot11ACMtFirstTrapTime, hh3cDot11ACMtTrapAPMacAddress }
  DESCRIPTION	"This notification is sent by AC when CAPWAP tunnel becomes down.
        By this way, NMS will immediately know tunnel down event.
        It is unnecessary to identify whether it is control or data
        tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTraps(0) 2 }

.1.3.6.1.4.1.25506.2.75.1.3.0.3
hh3cDot11ACMtBackupSwtTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  OBJECTS	{ hh3cDot11ACMtTrapACMacAddress, hh3cDot11ACMtTrapBackupSwitchInfo, hh3cDot11ACMtFirstTrapTime }
  DESCRIPTION	"This trap is sent by AC when AC switches from master to slave
        or from slave to master."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTraps(0) 3 }

.1.3.6.1.4.1.25506.2.75.1.3.0.4
hh3cDot11ACLoadBalanceTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  OBJECTS	{ hh3cDot11LoadBalanceType, hh3cDot11LoadBalanceThreshold }
  DESCRIPTION	"This trap is sent by AC when load-balance is enabled on AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTraps(0) 4 }

.1.3.6.1.4.1.25506.2.75.1.3.0.5
hh3cDot11ACStaFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  OBJECTS	{ hh3cDot11ACMaxStaNum }
  DESCRIPTION	"This notification will be sent when STA is full on AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTraps(0) 5 }

.1.3.6.1.4.1.25506.2.75.1.3.0.6
hh3cDot11ACStatusSwitchTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  OBJECTS	{ hh3cDot11ACStatusSwitchInfo, hh3cDot11SourceACNmsIP }
  DESCRIPTION	"This notification will be sent when AC switches from standby to active
        or from standby to active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTraps(0) 6 }

.1.3.6.1.4.1.25506.2.75.1.3.0.7
hh3cDot11RunAPNumOverload NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  OBJECTS	{ hh3cDot11MaxAPNumPermitted, hh3cDot11APConnectCount }
  DESCRIPTION	"The notification will be sent by AC when run AP number exceeds the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTraps(0) 7 }

.1.3.6.1.4.1.25506.2.75.1.3.0.8
hh3cDot11RunAPNumOverloadRecover NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  OBJECTS	{ hh3cDot11MaxAPNumPermitted, hh3cDot11APConnectCount }
  DESCRIPTION	"The notification will be sent by AC when run AP number
        recover normal from overload state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTraps(0) 8 }

.1.3.6.1.4.1.25506.2.75.1.3.0.9
hh3cDot11APInvalidCertificateTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  OBJECTS	{ hh3cDot11ACMtTrapACMacAddress, hh3cDot11ACMtTrapAPMacAddress }
  DESCRIPTION	"The AC sends the notification once the certificate of an AP expires."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTraps(0) 9 }

.1.3.6.1.4.1.25506.2.75.1.3.1
hh3cDot11ACMtTrapVarObjects OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.1.3.1.1
hh3cDot11ACMtTrapTunlDwnInfo OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	INTEGER {tunnelTimeout(1), keyUpdateFailure(2), apReset(3), apCrash(4), apDeleted(5), apCfgChange(6)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the reason for tunnel down.
        The following values are supported:
        tunnelTimeout     - When AC detects the tunnel is broken,
        - it will notify NMS.
        keyUpdateFailure  - rekey process is failed, tunnel will be broken.
        apReset           - Administrator reset AP.
        apCrash           - AP reboot for system crash.
        apDeleted         - Delete AP from AC and trigger tunnel down.
        apCfgChange       - The configuration for AP was changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.75.1.3.1.2
hh3cDot11ACMtTrapTunlUpInfo OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	INTEGER {up(1)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the reason for tunnel up.
        The following values are supported:
        up(1)  - The AP joined AC.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.75.1.3.1.3
hh3cDot11ACMtTrapBackupSwitchInfo OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	INTEGER {masterToSlave(1), slaveToMaster(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents status which the AC switches to.
        The following values are supported:
        masterToSlave  - The AC switches from master to slave.
        slaveToMaster  - The AC switches from slave to master.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.75.1.3.1.4
hh3cDot11ACMtTrapTnlAPName OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents name of the AP which sets up the tunnel with the AC.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.75.1.3.1.5
hh3cDot11ACMtTrapTnlAPIPAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents IP address of the AP which sets up the tunnel with the AC.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.75.1.3.1.6
hh3cDot11LoadBalanceType OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	INTEGER {traffic(1), session(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents which kind load balance is enabled by AC.
         The following values are supported:
         traffic mode load-balancing: traffic snapshot is considered.
         session mode load-balancing: the number of users associated
                                      with the AP/radio is considered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.75.1.3.1.7
hh3cDot11LoadBalanceThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the value of load balance threshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 7 }

.1.3.6.1.4.1.25506.2.75.1.3.1.8
hh3cDot11ACMtTrapAPIPv6Addr OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents IPv6 address of the AP which sets up the tunnel with
        the AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 8 }

.1.3.6.1.4.1.25506.2.75.1.3.1.9
hh3cDot11ACMtTrapTunlDwnCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents how many times that the tunnel between AC and AP has down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 9 }

.1.3.6.1.4.1.25506.2.75.1.3.1.10
hh3cDot11ACMaxStaNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the max number of STA on AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 10 }

.1.3.6.1.4.1.25506.2.75.1.3.1.11
hh3cDot11ACMtTrapTnlAPSysName OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents system name of the AP which sets up the tunnel with the AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 11 }

.1.3.6.1.4.1.25506.2.75.1.3.1.12
hh3cDot11ACMtFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the first trap time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 12 }

.1.3.6.1.4.1.25506.2.75.1.3.1.13
hh3cDot11ACStatusSwitchInfo OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	INTEGER {activeToStandby(1), standbyToActive(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents status which the AC switches to.
        The following values are supported:
        activeToStandby  - The AC switches from active to standby.
        standbyToActive  - The AC switches from standby to active.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 13 }

.1.3.6.1.4.1.25506.2.75.1.3.1.14
hh3cDot11SourceACNmsIP OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the NMS IP address of master AC.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 14 }

.1.3.6.1.4.1.25506.2.75.1.3.1.15
hh3cDot11ACMtTrapAPMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the MAC address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 15 }

.1.3.6.1.4.1.25506.2.75.1.3.1.16
hh3cDot11ACMtTrapACMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-ACMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ACMT(1) hh3cDot11ACMtNotifyGroup(3) hh3cDot11ACMtTrapVarObjects(1) 16 }

.1.3.6.1.4.1.25506.2.75.2
hh3cDot11APMT MODULE-IDENTITY
  -- FROM	HH3C-DOT11-APMT-MIB
  DESCRIPTION	"This MIB provides AP information which includes AP current object
        information, AP statistic data.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        Access point (AP)
        Transmitter/receiver (transceiver) device
        that commonly connects and transports data
        between a wireless network and a wired network.

        Access control (AC)
        To control and manage multi-APs, it will bridge
        wireless and wired network.

        Fat AP
        Applied in the home, SOHO and so on, and it could
        work independently without help from AC.

        Fit AP
        Applied in the enterprise environment, it will work
        under the control and management from AC.

        Control And Provisioning of Wireless Access Points Protocol
        The short name of protocol is CAPWAP.  AC will control
        and manage AP by CAPWAP tunnel protocol defined by IETF.
        Also, a data tunnel will be set up between AC and AP.

        BSS
        IEEE 802.11 Basic Service Set (Radio Cell).  The
        BSS of an AP comprises of the stations directly
        associating with the AP.

        Radio
        The chip set to receive and send wireless signal.

        Association
        The service used to establish access point
        or station mapping and enable STA invocation
        of the distribution system services.
        (Wireless clients attempt to connect to
        access points.)

        Basic Rate
        A data rate that is mandatory for client
        devices to support in order for them to achieve
        successful association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 2 }

.1.3.6.1.4.1.25506.2.75.2.1
hh3cDot11APObjectGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.1
hh3cDot11APObjectStatusTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the general information about APs in
        different status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1
hh3cDot11APObjectStatusEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APID }
  DESCRIPTION	"Each entry contains the general information of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.1
hh3cDot11APID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"To uniquely identify each AP, and relation-ship between hh3cDot11APID
        and AP device will be static."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.2
hh3cDot11APIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.3
hh3cDot11APMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.4
hh3cDot11APOperationStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {join(1), joinConfirm(2), download(3), config(4), run(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents operational status of AP.
        The following values are supported:
        join         - AP is joining to AC.
        joinConfirm  - AC confirm whether permit AP to join.
        download     - AP is downloading software from AC.
        config       - AP and AC exchange configuration before AP
        - provide WLAN service.
        run          - The WLAN service is ready."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.5
hh3cDot11APTemplateNameOfAP OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the name of current AP template configured for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.6
hh3cDot11APReset OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When read the value from the node
        2: Represents the AP cannot be reset.
        1: Represents the AP can be reset.
        When write the value to the node
        1: Represents resetting the AP.  Other values are not supported"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.7
hh3cDot11APCpuUsage OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current CPU usage for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.8
hh3cDot11APConnectionType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {master(1), slave(2), notAvailable(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current connection type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.9
hh3cDot11APLastImgDownloadTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the device last downloaded image."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.10
hh3cDot11APIPv6Address OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IPv6 address of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.11
hh3cDot11APLastRegisterTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the device last registered with AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.12
hh3cDot11APResetCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {normal(0), restart(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When reading the value from the node
        normal  - Represents the AP cannot be reset.
        restart - Represents the AP can be reset.
        When writing the value to the node
        restart - Represents resetting the AP.  Other values are not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.13
hh3cDot11APIPv6PrefixLen OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the prefix length of an AP IPv6 address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.14
hh3cDot11APFactoryDataResetCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {normal(0), restart(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When reading the value from the node
        normal  - Represents the AP cannot be reset.
        restart - Represents the AP can be reset.
        When writing the value to the node
        restart - Represents resetting the AP.  Other values are not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.15
hh3cDot11APGpsLongitude OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Get the current longitudes of online APs by GPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.16
hh3cDot11APGpsLatitude OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Get the current latitudes of online APs by GPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.17
hh3cDot11APGpsVelocity OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Get the current velocities of online APs by GPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.18
hh3cDot11APGpsOrientation OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Get the current orientations of online APs by GPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.19
hh3cDot11APGpsElevation OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Get the current elevations of online APs by GPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.20
hh3cDot11APGpsObtainTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Get the current online AP time by GPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.21
hh3cDot11APGateWayIPv4 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the gateway IPv4 address of APs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.1.1.1.22
hh3cDot11APGateWayIPv6 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the gateway IPv6 address of APs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectStatusTable(1) hh3cDot11APObjectStatusEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.1.2
hh3cDot11APObjectTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide information for APs in the running status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1
hh3cDot11APObjectEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APObjID }
  DESCRIPTION	"Each entry contains information of an AP in run status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.1
hh3cDot11APObjID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"To uniquely identify each AP, and relation-ship between hh3cDot11APObjID
        and AP device will be static."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.2
hh3cDot11CurrAPIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.3
hh3cDot11CurrAPMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.4
hh3cDot11CurrACPortIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the port on the AC, by which the traffic of this AP comes
        through.  NMS could refer it to access information kept in the
        MIB-2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.5
hh3cDot11CurrAPMACMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11MACModeType
  SYNTAX	INTEGER {split(1), localtunnel(2), localbridge(3), fatAP(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents what MAC mode defined in the CAPWAP is applied.
        For fat AP, the value will be fatap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.6
hh3cDot11CurrAPTemplateName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the name of current AP template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.7
hh3cDot11CurrAPStationAssocCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of stations which are associating
        to AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.8
hh3cDot11CurrAPName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the name of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.9
hh3cDot11CurrAPModelName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents index of WTP model,with it to get AP model information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.10
hh3cDot11CurrAPImageName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the image file name of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.11
hh3cDot11CurrAPSoftwareVersion OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the software version of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.12
hh3cDot11CurrAPIPNetMask OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP netmask of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.13
hh3cDot11CurrRadioModeSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents which radio type supported by the AP.
        The WLAN system support the following possible radio type.
        dot11a(1),
        dot11b(2),
        dot11g(4),
        dot11n(8),
        dot11an(16),
        dot11gn(32),
        dot11ac(64),
        dot11gac(128)
        For a AP,it could support multiple radio types at
        the same time.So the value of object could combine multiple value
        of radio type above.
        For example:
        For one AP which support both b and g mode radio, when getting the value
        from the node, the value is 6(2 + 4)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.14
hh3cDot11CurrIfNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents number of interface of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.15
hh3cDot11CurrAPElementID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the AP element ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.16
hh3cDot11CurrAPMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {bridge(1), route(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the forward mode of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.17
hh3cDot11CurrAPIPv6Address OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IPv6 address of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.18
hh3cDot11CurrAPSSIDNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of SSID configured on AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.19
hh3cDot11CurrAPManufacturer OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"By the 'SMI Network Management Private Enterprise Codes'
        assigned by the IANA, NMS could know which vendor manufactures
        the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.20
hh3cDot11CurrAPMemorySize OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the size of AP memory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.21
hh3cDot11CurrAPMemSizeInBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the size of AP memory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.22
hh3cDot11CurrAPFlashSize OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the size of AP flash."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.23
hh3cDot11CurrAPFlashSizeInBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the size of AP flash."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.24
hh3cDot11CurrAPReleasedVersion OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the released version of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.25
hh3cDot11CurrRadioModeSupport2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents which radio type supported by the AP.
        The WLAN system support the following possible radio type.
        dot11a(1),
        dot11b(2),
        dot11g(4),
        dot11an(8),
        dot11gn(16),
        dot11gac(32),
        dot11ac(64)
        For a AP,it could support multiple radio types at
        the same time.So the value of object could combine multiple value
        of radio type above.
        For example:
        For one AP which support both b and g mode radio, when getting the value
        from the node, the value is 6(2 + 4)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.26
hh3cDot11CurrAPCPUTypeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the CPU type of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.27
hh3cDot11CurrAPMemoryTypeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the memory card type of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.28
hh3cDot11CurrAPBSSIDNumberCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of BSSID configured on AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.2.1.2.1.29
hh3cDot11CurrAPIPv6PrefixLen OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the prefix length of an AP IPv6 address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APObjectTable(2) hh3cDot11APObjectEntry(1) 29 }

.1.3.6.1.4.1.25506.2.75.2.1.3
hh3cDot11APRadioTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will describe the radio information of AP.  The AP here will
        be in running status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1
hh3cDot11APRadioEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID }
  DESCRIPTION	"Each entry contains the information of each radio of a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.1
hh3cDot11CurAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"To uniquely identify a AP in running status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.2
hh3cDot11RadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.3
hh3cDot11AdminStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the administrator status of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.4
hh3cDot11OperStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the operational status of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.5
hh3cDot11Channel OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current channel allocation for radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.6
hh3cDot11TxPowerLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TxPwrLevelScopeType
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current transmit power level for radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.7
hh3cDot11APRadioIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the interface index for the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.8
hh3cDot11AntennaGain OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current gain for antenna."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.9
hh3cDot11MaxBandwidth OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum bandwidth for the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.10
hh3cDot11ResourceUseRatio OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ratio of radio resource usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.11
hh3cDot11RadioModeSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents radio type supported by the radio.
        The WLAN system supports the following possible radio type:
        dot11a(1),
        dot11b(2),
        dot11g(4),
        dot11gn(16),
        dot11an(32),
        dot11ac(64),
        dot11gac(128)
        For the radio, it could support multiple radio types at
        the same time.  So the value of this object could combine multiple
        values of radio type above.
        For example:
        For one radio which supports both dot11b and dot11g mode, when get
        value from the object, the value is 6(2 + 4)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.12
hh3cDot11TxPowerLevel2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The TxPowerLevel N currently being used to transmit data."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.13
hh3cDot11PowerMgmtStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents status of power management of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.14
hh3cDot11ChannelSwitchTimes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel switch times."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.15
hh3cDot11AntennaType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents type of the antenna which radio used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.16
hh3cDot11DiversitySelectionRx OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the diversity selection received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.17
hh3cDot11MaxTxPwrLvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum transmit power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.18
hh3cDot11PwrAttRange OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the range of power attenuation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.19
hh3cDot11AvgRxSignalStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the average received signal strength."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.20
hh3cDot11HighestRxSignalStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the highest received signal strength."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.21
hh3cDot11LowestRxSignalStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the lowest received signal strength."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.22
hh3cDot11RadioIfUpdownTimes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the up/down times on radio interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.23
hh3cDot11RadioIfLastChange OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents time at last change that occurred on radio interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.24
hh3cDot11RadioModeSupport2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents radio type supported by the radio.
        The WLAN system supports the following possible radio type:
        dot11a(1),
        dot11b(2),
        dot11g(4),
        dot11an(8),
        dot11gn(16),
        dot11gac(32),
        dot11ac(64)
        For the radio, it could support multiple radio types at
        the same time.  So the value of this object could combine multiple
        values of radio type above.
        For example:
        For one radio which supports both dot11b and dot11g mode, when get
        value from the object, the value is 6(2 + 4)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.25
hh3cDot11OperStatusCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3), admindown(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the operational status of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.26
hh3cDot11AirPrimChnlBusy OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100 | 255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents air interface utilization on the primary channel.
    The value 255 represents an invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.27
hh3cDot11AirPrimChnlTxBusy OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100 | 255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents air interface utilization for signal sending on the
    primary channel.
    The value 255 represents an invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.28
hh3cDot11AirPrimChnlRxBusy OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100 | 255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents air interface utilization for signal receiving on the
    primary channel.
    The value 255 represents an invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.2.1.3.1.29
hh3cDot11AirExtChnlBusy OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100 | 255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents air interface utilization on the secondary channel.
    The value 255 represents an invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APRadioTable(3) hh3cDot11APRadioEntry(1) 29 }

.1.3.6.1.4.1.25506.2.75.2.1.4
hh3cDot11APBSSTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"After AP connect to AC and get AP template configuration,
        it will create BSS data structure for each radio.
        The table will describe BSS information of AP and service
        policy as per BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.4.1
hh3cDot11APBSSEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11WlanID }
  DESCRIPTION	"Each entry contains information of each BSS for specific radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APBSSTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.4.1.1
hh3cDot11WlanID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents ID of a specific ESS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APBSSTable(4) hh3cDot11APBSSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.4.1.2
hh3cDot11BSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"As MAC Address format, it is to identify BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APBSSTable(4) hh3cDot11APBSSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.4.1.3
hh3cDot11CurrSvcPolicyID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ID of each service policy used by the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APBSSTable(4) hh3cDot11APBSSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.4.1.4
hh3cDot11SSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the SSID corresponding to this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APBSSTable(4) hh3cDot11APBSSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.4.1.5
hh3cDot11CurrSSIDResourceUseRatio OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ratio of resource usage of curr SSID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APBSSTable(4) hh3cDot11APBSSEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.4.1.6
hh3cDot11APEssVlanId OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the VlanID of the interface ESS
        corresponding to this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APBSSTable(4) hh3cDot11APBSSEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.5
hh3cDot11APModelTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the capability information for a specific
        kind of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1
hh3cDot11APModelEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED hh3cDot11APModelAlias }
  DESCRIPTION	"Each entry contains capability information for a specific kind
        of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.1
hh3cDot11APModelAlias OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents alias of AP model name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.2
hh3cDot11APModelName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents AP model name(like WA2100)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.3
hh3cDot11RadioNumSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many radios the specific AP model
        could support."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.4
hh3cDot11StationNumSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many station could be supported by a specific
        AP model."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.5
hh3cDot11MACModeSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11MACModeType
  SYNTAX	INTEGER {split(1), localtunnel(2), localbridge(3), fatAP(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC mode type could be supported by a specific
        AP model."
  DEFVAL	{ split }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.6
hh3cDot11APManufacturer OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"By the 'SMI Network Management Private Enterprise Codes'
        assigned by the IANA, NMS could know which vendor manufactures
        the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.7
hh3cDot11APCPUType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the CPU type of AP"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.8
hh3cDot11APCPUClockSpeed OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the clock speed of CPU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.9
hh3cDot11APMemoryType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the memory card type of AP"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.11
hh3cDot11APFlashType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the flash card type of AP"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.12
hh3cDot11APFlashSize OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the size of AP flash card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.13
hh3cDot11APMemSize OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the size of AP memory card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.14
hh3cDot11APFlashSizeInBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the size of AP flash card in bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.15
hh3cDot11WsmAPLicenseType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {normal(1), wtu(2), wt(3), iot(4), other(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents AP license type for iMc WSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.1.5.1.20
hh3cDot11APMemorySize OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the size of AP memory card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APModelTable(5) hh3cDot11APModelEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.1.6
hh3cDot11APIfTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table represents the AP interface information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1
hh3cDot11APIfEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APObjID, hh3cDot11APIfIndex }
  DESCRIPTION	"Each entry of the table will provide data for the interface of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.1
hh3cDot11APIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the index for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.2
hh3cDot11APIfDescr OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the interface description for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.3
hh3cDot11APIfType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the interface type for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.4
hh3cDot11APIfMtu OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents size of the largest datagram which can
        be sent/received on the interface, specified in octets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.5
hh3cDot11APIfPHYAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the PHY address of interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.6
hh3cDot11APIfSpeed OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents maximum bandwidth of this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.7
hh3cDot11APIfInDataRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the average input data rate of this interface in
        latest 300 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.8
hh3cDot11APIfOutDataRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the average output data rate of this interface in
        latest 300 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.9
hh3cDot11APIfSpeedKbps OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents maximum bandwidth of this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.1.6.1.10
hh3cDot11APIfTypeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the interface type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIfTable(6) hh3cDot11APIfEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.1.7
hh3cDot11APSSIDObjectTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides BSSID number configuration information
         based on SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.1.7.1
hh3cDot11APSSIDObjectEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APConfigSPID }
  DESCRIPTION	"Each entry provides BSSID number configuration information
         of a SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSSIDObjectTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.7.1.1
hh3cDot11APConfigSPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the service policy ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSSIDObjectTable(7) hh3cDot11APSSIDObjectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.7.1.2
hh3cDot11APConfigSSIDName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SSID name of this service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSSIDObjectTable(7) hh3cDot11APSSIDObjectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.7.1.3
hh3cDot11APConfigBSSIDNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of BSSID that be configured
         with current SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSSIDObjectTable(7) hh3cDot11APSSIDObjectEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.7.1.4
hh3cDot11APConfigPortalStaNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of associated protal
        stations with current SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSSIDObjectTable(7) hh3cDot11APSSIDObjectEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.7.1.5
hh3cDot11APAssocStaNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of associated stations with current SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSSIDObjectTable(7) hh3cDot11APSSIDObjectEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.8
hh3cDot11APSysInfoTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the system information of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1
hh3cDot11APSysInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex }
  DESCRIPTION	"Each entry provides system information of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.1
hh3cDot11APSysUpTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how long AP has been powered on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.2
hh3cDot11APCPURTUsage OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the CPU real time usage for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.3
hh3cDot11APCPUAvgUsage OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the CPU average usage for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.4
hh3cDot11APMemRTUsage OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the memory real time usage for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.5
hh3cDot11APMemAvgUsage OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the average memory usage for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.6
hh3cDot11APIPAddressGateway OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address gateway for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.7
hh3cDot11APACAssociateStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {associated(1), deassociated(2), downloadingImage(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents associate status of AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.8
hh3cDot11APManuBuildInfo OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the device version information for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.9
hh3cDot11APFlashFreeSize OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the free size of AP flash card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.1.8.1.10
hh3cDot11APTemperature OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the device temperature information for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoTable(8) hh3cDot11APSysInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.1.9
hh3cDot11APIdleListTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides the list of idle AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.1.9.1
hh3cDot11APIdleListEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APIdleTemplateName }
  DESCRIPTION	"Each entry provides information of a idle AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIdleListTable(9) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.9.1.1
hh3cDot11APIdleTemplateName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of idle AP template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIdleListTable(9) hh3cDot11APIdleListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.9.1.2
hh3cDot11APIdleSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents AP serial ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APIdleListTable(9) hh3cDot11APIdleListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.10
hh3cDot11APSysInfoByAPIDTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the system information of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1
hh3cDot11APSysInfoByAPIDEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APObjID }
  DESCRIPTION	"Each entry provides system information of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.1
hh3cDot11APSysUpTime2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how long AP has been powered on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.2
hh3cDot11APCPURTUsage2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the CPU real time usage for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.3
hh3cDot11APCPUAvgUsage2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the CPU average usage for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.4
hh3cDot11APMemRTUsage2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the memory real time usage for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.5
hh3cDot11APMemAvgUsage2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the average memory usage for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.6
hh3cDot11APIPAddressGateway2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address gateway for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.7
hh3cDot11APACAssociateStatus2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {associated(1), deassociated(2), downloadingImage(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents associate status of AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.8
hh3cDot11APManuBuildInfo2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the device version information for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.9
hh3cDot11APFlashFreeSize2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the free size of AP flash card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.10
hh3cDot11APTemperature2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the device temperature information for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.11
hh3cDot11APMacAddress2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC address of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.1.10.1.12
hh3cDot11APACAssociateStatusCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {deassociated(0), associated(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents associate status of AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11APSysInfoByAPIDTable(10) hh3cDot11APSysInfoByAPIDEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.1.11
hh3cDot11WTUAPInfoTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides relationship information between wireless terminator units (WTUs) and WTs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.1.11.1
hh3cDot11WTUAPInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11ContainerSerialID, hh3cDot11WTUAPSerialID }
  DESCRIPTION	"Each entry provides relationship information between a WTU and a WT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11WTUAPInfoTable(11) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.11.1.1
hh3cDot11ContainerSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Serial ID that uniquely identifies a WT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11WTUAPInfoTable(11) hh3cDot11WTUAPInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.11.1.2
hh3cDot11WTUAPSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Serial ID that uniquely identifies a WTU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11WTUAPInfoTable(11) hh3cDot11WTUAPInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.11.1.3
hh3cDot11WTUAPSubSlotID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the sub-slot ID of a WTU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11WTUAPInfoTable(11) hh3cDot11WTUAPInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.12
hh3cDot11ApBriefInfoTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides AP information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1
hh3cDot11ApBriefInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11BrfAPName }
  DESCRIPTION	"Each entry contains information about an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.1
hh3cDot11BrfAPName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of an AP template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.2
hh3cDot11BrfAPSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents an AP serial ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.3
hh3cDot11BrfAPModelName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents an AP model."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.4
hh3cDot11BrfAPDescription OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents an AP description. The administrator can use
         the description to specify the location, owner, or other
         information of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.5
hh3cDot11BrfAPStatisInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the interval for collecting radio statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.6
hh3cDot11BrfAPStaIdleInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the idle timeout for AP-client connections."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.7
hh3cDot11BrfAPStaKeepAliveInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the keepalive interval between AP and client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.8
hh3cDot11BrfAPCir OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the committed information rate between AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.9
hh3cDot11BrfAPCbs OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the committed burst size between AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.10
hh3cDot11BrfAPPriorityLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the connection priority of an AP.
        If the connection priority is 7, the AC is considered as the
        primary AC for the AP."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.11
hh3cDot11BrfAPElementID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the AP element ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.12
hh3cDot11BrfAPSupportRadioMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents radio types supported by an AP.
        The WLAN system supports the following radio types:
        dot11b(1),
        dot11a(2),
        dot11g(4),
        dot11gn(8),
        dot11an(16),
        dot11gac(32),
        dot11ac(64),
        dot11gax(128),
        dot11ax(256)
        An AP can support multiple radio types at
        the same time. This field displays the sum of radio type values supported by an AP.
        For example:
        If an AP support both 802.11b and 802.11g, the value is 6, which is 2 plus 4."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.13
hh3cDot11BrfAPControlAddressState OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of control address for an AP.
        The following values are supported:
        enable      - AC rediscovery will be enabled.
        disable     - AC rediscovery will be disabled."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.14
hh3cDot11BrfAPControlAddressIPv4 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the AC IPv4 address for AC rediscovery."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.15
hh3cDot11BrfAPLocalACName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the local AC name for an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.16
hh3cDot11BrfAPIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.17
hh3cDot11BrfAPMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.18
hh3cDot11BrfAPConnectType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {master(1), standBy(2), notAvailable(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current connection type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.19
hh3cDot11BrfAPIPv6Address OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IPv6 address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.20
hh3cDot11BrfAPACPortIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the port on the AC, through which the traffic of an AP is transmitted.
         NMS might use the value as access information in MIB-2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.21
hh3cDot11BrfAPStaAssocCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of stations associated with an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.22
hh3cDot11BrfAPImageName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the image file name of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.23
hh3cDot11BrfAPSoftwareVersion OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the software version of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.24
hh3cDot11BrfAPIPNetMask OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address mask of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.1.12.1.25
hh3cDot11BrfAPOperationStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {run(1), idle(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represent the status of an AP. Options include:
        2: Idle.
        1: Run."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11ApBriefInfoTable(12) hh3cDot11ApBriefInfoEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.2.1.13
hh3cDot11MaxPowerCapaTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides max power capabilities of APs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.1.13.1
hh3cDot11MaxPowerCapaEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11MaxPowerCapaApName, hh3cDot11MaxPowerCapaRadioId, hh3cDot11MaxPowerCapaRadioType, hh3cDot11MaxPowerCapaChl }
  DESCRIPTION	"Each entry of the table provides max power information for an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11MaxPowerCapaTable(13) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.13.1.1
hh3cDot11MaxPowerCapaApName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11MaxPowerCapaTable(13) hh3cDot11MaxPowerCapaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.1.13.1.2
hh3cDot11MaxPowerCapaRadioId OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents radio ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11MaxPowerCapaTable(13) hh3cDot11MaxPowerCapaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.1.13.1.3
hh3cDot11MaxPowerCapaRadioType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11MaxPowerCapaTable(13) hh3cDot11MaxPowerCapaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.1.13.1.4
hh3cDot11MaxPowerCapaChl OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the channel number of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11MaxPowerCapaTable(13) hh3cDot11MaxPowerCapaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.1.13.1.5
hh3cDot11MaxPowerCapability OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the max power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APObjectGroup(1) hh3cDot11MaxPowerCapaTable(13) hh3cDot11MaxPowerCapaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2
hh3cDot11APStatisGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.1
hh3cDot11APRxStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the receiving statistic for a specific
        radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1
hh3cDot11APRxStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID }
  DESCRIPTION	"Each entry of the table will provide the statistic data for
        each radio of a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.1
hh3cDot11RxFrameDupCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of duplicate frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.2
hh3cDot11RxFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.3
hh3cDot11RxUcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.4
hh3cDot11RxBcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of broadcast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.5
hh3cDot11RxMcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of multicast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.6
hh3cDot11RxDiscardFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frames discarded by AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.7
hh3cDot11RxFragCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frame fragments reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.8
hh3cDot11RxFcsErrCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of FCS error frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.9
hh3cDot11RxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.10
hh3cDot11RxUcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of unicast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.11
hh3cDot11RxBcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of broadcast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.12
hh3cDot11RxMcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of multicast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.13
hh3cDot11RxDiscardFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of frames discarded by AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.14
hh3cDot11RxMgmtFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of management frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.15
hh3cDot11RxCtrlFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of control frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.16
hh3cDot11RxDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of data frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.17
hh3cDot11RxDecryptErrorCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of decryption error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.18
hh3cDot11RxAuthenFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of authentication frame reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.19
hh3cDot11RxAssociateFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of associate frame reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.20
hh3cDot11RxFrameErrorRatio OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ratio of error frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.21
hh3cDot11RxPhyErrorCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of physical reception error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.22
hh3cDot11RxMICErrorCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of MIC verification error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.23
hh3cDot11RxDataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of data frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.24
hh3cDot11RadioRxAverSnr OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the average signal noise rate of this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.25
hh3cDot11RxPayloadBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the payload bytes of data frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.26
hh3cDot11RxTrafficSpeed OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of frames reception per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.27
hh3cDot11RxUcastDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast data frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.28
hh3cDot11RxNUcastDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of non-unicast data frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.29
hh3cDot11RxTotalDiscardFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of total frames discarded by radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 29 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.30
hh3cDot11RxTotalIPCheckErrPacketCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of IP checksum error packets
        received through the current radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 30 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.31
hh3cDot11RxSignalStrengthPacketCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of received packets according to signal strength."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 31 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.32
hh3cDot11RxDataFrameCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of received data frames, excluding retransmitted
        frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 32 }

.1.3.6.1.4.1.25506.2.75.2.2.1.1.33
hh3cDot11RxTotalFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of packets
        received through the current radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APRxStatisTable(1) hh3cDot11APRxStatisEntry(1) 33 }

.1.3.6.1.4.1.25506.2.75.2.2.2
hh3cDot11APTxStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the transmission statistic for a
        specific radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1
hh3cDot11APTxStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID }
  DESCRIPTION	"Each entry of the table will provide the statistic data for
        each radio of a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.1
hh3cDot11TxFragCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of fragmented frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.2
hh3cDot11FailedCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of transmission failures."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.3
hh3cDot11RetryCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of transmit retries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.4
hh3cDot11MultiRetryCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of transmits that required more than
        one retry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.5
hh3cDot11RtsSuccessCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of successful RTS (Request to send)
        transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.6
hh3cDot11RtsFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of RTS transmission failures."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.7
hh3cDot11AckFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of acknowledgement failures."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.8
hh3cDot11TxFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.9
hh3cDot11TxUcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.10
hh3cDot11TxBcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of broadcast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.11
hh3cDot11TxMcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of multicast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.12
hh3cDot11TxDiscardFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frames discarded by AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.13
hh3cDot11TxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total bytes of frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.14
hh3cDot11TxUcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of unicast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.15
hh3cDot11TxBcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of broadcast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.16
hh3cDot11TxMcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of multicast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.17
hh3cDot11TxDiscardFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of discarded frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.18
hh3cDot11TxAuthenFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of authentication frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.19
hh3cDot11TxAssociateFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of associate frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.20
hh3cDot11TxFrameRetryRatio OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ratio of retry frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.21
hh3cDot11TxDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of data frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.22
hh3cDot11TxDataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of data frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.23
hh3cDot11TxMSDUCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of MSDU transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.24
hh3cDot11TxDiscardMSDUCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of discarded MSDU transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.25
hh3cDot11RetryMSDUCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of retransfer MSDU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.26
hh3cDot11TxPayloadBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the payload bytes of data frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.27
hh3cDot11TxTrafficSpeed OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of frames transmission per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.28
hh3cDot11TxErrFrameRatio OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ratio of error frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.29
hh3cDot11TxFrameRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of frames transmission per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 29 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.30
hh3cDot11TxMgtFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of transmitted management frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 30 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.31
hh3cDot11TxCtrlFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of transmission control frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 31 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.32
hh3cDot11TxMACErrCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of MAC error frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 32 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.33
hh3cDot11TxErrFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of error frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 33 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.34
hh3cDot11TxUcastDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast data frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 34 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.35
hh3cDot11TxNUcastDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of non-unicast data frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 35 }

.1.3.6.1.4.1.25506.2.75.2.2.2.1.36
hh3cDot11TxTotalFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of total frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APTxStatisTable(2) hh3cDot11APTxStatisEntry(1) 36 }

.1.3.6.1.4.1.25506.2.75.2.2.3
hh3cDot11APAssocStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the station association statistic for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1
hh3cDot11APAssocStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID }
  DESCRIPTION	"Each entry of the table will provide the statistic data of station
        association for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.1
hh3cDot11ApStationAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association
        with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.2
hh3cDot11ApStationAssocFailSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station
        association failure with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.3
hh3cDot11ApStationReassocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station reassociation with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.4
hh3cDot11ApStationAssocRejectSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association rejected
        on account of resource limit with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.5
hh3cDot11ApStationExDeAuthenSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of exceptional station deauthentication
        (Without sending a deauthentication to AP) with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.6
hh3cDot11ApStationCurAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of current associated stations
        with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.7
hh3cDot11ApStaCurAuthSuccSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the successful number of station authentication
        with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.8
hh3cDot11AllStationUpSumTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the sum of duration of all stations which associate with
         this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.9
hh3cDot11ApStationAssocReqSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of station association request with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.10
hh3cDot11AllStationUpSumTimeTicks OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the sum of duration of all stations which associate with
         this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.11
hh3cDot11ApStationReassocReqSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station reassociation request
        with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.12
hh3cDot11ApStationReassocFailSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station reassociation failure
        with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.3.1.13
hh3cDot11ApStationAssocRespSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of this AP response with station association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocStatisTable(3) hh3cDot11APAssocStatisEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.4
hh3cDot11BSSRxStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the reception statistic for a
        specific BSS on a radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1
hh3cDot11BSSRxStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11WlanID }
  DESCRIPTION	"Each entry of the table will provide the statistic data for
        each BSS on a specific radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.1
hh3cDot11BSSRxFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.2
hh3cDot11BSSRxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.3
hh3cDot11BSSRxDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of data frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.4
hh3cDot11BSSRxDataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of data frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.5
hh3cDot11BSSRxAssociateFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of associate frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.6
hh3cDot11BSSRxFrameErrorRatio OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ratio of error frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.7
hh3cDot11BSSRxPayloadBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the payload bytes of data frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.8
hh3cDot11BSSRxUniFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of unicast frames received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.9
hh3cDot11BSSRxNonUniFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of non-unicast frames received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.10
hh3cDot11BSSRxAuthenFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of authentication frames received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.4.1.11
hh3cDot11BSSRxFrameErrCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of error authentication frames received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatisTable(4) hh3cDot11BSSRxStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.5
hh3cDot11BSSTxStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the transmission statistic for a
        specific BSS on a radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1
hh3cDot11BSSTxStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11WlanID }
  DESCRIPTION	"Each entry of the table will provide the statistic data for
        each BSS on a specific radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.1
hh3cDot11BSSTxFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of frames transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.2
hh3cDot11BSSTxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of bytes transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.3
hh3cDot11BSSTxDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of data frame transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.4
hh3cDot11BSSTxDataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of data frame transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.5
hh3cDot11BSSTxAssociateFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of associate frame transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.6
hh3cDot11BSSTxPayloadBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the payload bytes of data frame transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.7
hh3cDot11BSSTxRetryCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of bytes retransmitted with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.8
hh3cDot11BSSTxUniFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of unicast frames transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.9
hh3cDot11BSSTxNonUniFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of non-unicast frames transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.10
hh3cDot11BSSTxAuthenFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of authentication frames transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.5.1.11
hh3cDot11BSSTxFrameErrCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of error authentication frames transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatisTable(5) hh3cDot11BSSTxStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.6
hh3cDot11BSSAssocStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the station association statistic for BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.6.1
hh3cDot11BSSAssocStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11WlanID }
  DESCRIPTION	"Each entry of the table will provide the statistic data of station
        association for BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSAssocStatisTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.6.1.1
hh3cDot11BSSStationAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association
        with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSAssocStatisTable(6) hh3cDot11BSSAssocStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.6.1.2
hh3cDot11BSSStationAssocFailSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station
        association failure with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSAssocStatisTable(6) hh3cDot11BSSAssocStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.6.1.3
hh3cDot11BSSStationReassocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station reassociation
        with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSAssocStatisTable(6) hh3cDot11BSSAssocStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.6.1.4
hh3cDot11BSSStationAssocRejectSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association rejected
        on account of resource limit with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSAssocStatisTable(6) hh3cDot11BSSAssocStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.6.1.5
hh3cDot11BSSStationExDeAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of exceptional station deauthentication
        (Without sending a deauthentication to AP) with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSAssocStatisTable(6) hh3cDot11BSSAssocStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.6.1.6
hh3cDot11BSSStationCurAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of current associated stations
        with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSAssocStatisTable(6) hh3cDot11BSSAssocStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.6.1.7
hh3cDot11BSSStationAssocReqSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association request with
         this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSAssocStatisTable(6) hh3cDot11BSSAssocStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.6.1.8
hh3cDot11BSSStationCurAuthSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of current associated stations which have
        passed portal or 1x authentication with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSAssocStatisTable(6) hh3cDot11BSSAssocStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.7
hh3cDot11APLinkStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the link statistic for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.7.1
hh3cDot11APLinkStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID }
  DESCRIPTION	"Each entry provides the link statistic of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APLinkStatisTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.7.1.1
hh3cDot11UpLinkUpDownTimes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents up/down times of uplink interface of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APLinkStatisTable(7) hh3cDot11APLinkStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.7.1.2
hh3cDot11DownLinkUpDownTimes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents up/down times of downlink interface of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APLinkStatisTable(7) hh3cDot11APLinkStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.7.1.3
hh3cDot11PrivateSrvRxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Traffic bytes received from private services."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APLinkStatisTable(7) hh3cDot11APLinkStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.7.1.4
hh3cDot11PrivateSrvTxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Traffic bytes sent to private services."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APLinkStatisTable(7) hh3cDot11APLinkStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.7.1.5
hh3cDot11APInternetAllRxBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Internet traffic bytes received from stations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APLinkStatisTable(7) hh3cDot11APLinkStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.7.1.6
hh3cDot11APInternetAllTxBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Internet traffic bytes sent to stations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APLinkStatisTable(7) hh3cDot11APLinkStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.7.1.7
hh3cDot11APLocalAllRxBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Local traffic bytes received from stations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APLinkStatisTable(7) hh3cDot11APLinkStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.7.1.8
hh3cDot11APLocalAllTxBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Local traffic bytes sent to stations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APLinkStatisTable(7) hh3cDot11APLinkStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.8
hh3cDot11RadioAssocStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the station association statistic for radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.8.1
hh3cDot11RadioAssocStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID }
  DESCRIPTION	"Each entry of the table will provide the statistic data of station
        association for radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioAssocStatisTable(8) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.8.1.1
hh3cDot11RadioStaAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association
        with this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioAssocStatisTable(8) hh3cDot11RadioAssocStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.8.1.2
hh3cDot11RadioStaAssocFailSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station
        association failure with this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioAssocStatisTable(8) hh3cDot11RadioAssocStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.8.1.3
hh3cDot11RadioStaReassocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station re-association
        with this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioAssocStatisTable(8) hh3cDot11RadioAssocStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.8.1.4
hh3cDot11RadioStaAssocRejectSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of station association rejected
        on account of resource limit with this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioAssocStatisTable(8) hh3cDot11RadioAssocStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.8.1.5
hh3cDot11RadioStaExDeAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of exceptional station de-authentication
        (Without sending a de-authentication to AP) with this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioAssocStatisTable(8) hh3cDot11RadioAssocStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.8.1.6
hh3cDot11RadioStaCurAssocSum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of current associated stations
        with this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioAssocStatisTable(8) hh3cDot11RadioAssocStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.9
hh3cDot11RadioMngFrameStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the management frame statistic for this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.9.1
hh3cDot11RadioMngFrameStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RadioStatisIndex, hh3cDot11MngFrameType }
  DESCRIPTION	"Each entry of the table will provide the management
        frame statistic for this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioMngFrameStatisTable(9) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.9.1.1
hh3cDot11RadioStatisIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioElementIndex
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents index of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioMngFrameStatisTable(9) hh3cDot11RadioMngFrameStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.9.1.2
hh3cDot11MngFrameType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {assocReq(1), assocResp(2), reassocReq(3), reassocResp(4), probeReq(5), probeResp(6), beacon(7), atim(8), disassociation(9), authentication(10), deauthentication(11), action(12)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of the management frame on this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioMngFrameStatisTable(9) hh3cDot11RadioMngFrameStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.9.1.3
hh3cDot11MngFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of each type for management frame on this
        radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioMngFrameStatisTable(9) hh3cDot11RadioMngFrameStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.10
hh3cDot11APAuthFailStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the authentication failure statistic for this
         AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.10.1
hh3cDot11APAuthFailStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11APAuthFailStatisType }
  DESCRIPTION	"Each entry of the table will provide the authentication failure
         statistic for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAuthFailStatisTable(10) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.10.1.1
hh3cDot11APAuthFailStatisType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {invalidation(1), overtime(2), rejected(3), other(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of authentication
        failure with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAuthFailStatisTable(10) hh3cDot11APAuthFailStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.10.1.2
hh3cDot11APAuthFailStatisCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of each type for authentication
        failure on this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAuthFailStatisTable(10) hh3cDot11APAuthFailStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.11
hh3cDot11APAssocFailStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the association failure statistic for
        this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.11.1
hh3cDot11APAssocFailStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11APAssocFailStatisType }
  DESCRIPTION	"Each entry of the table will provide the association failure statistic
         for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatisTable(11) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.11.1.1
hh3cDot11APAssocFailStatisType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {invalidation(1), overtime(2), rejected(3), other(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of association failure
        with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatisTable(11) hh3cDot11APAssocFailStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.11.1.2
hh3cDot11APAssocFailStatisCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of each type for
        association failure on this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatisTable(11) hh3cDot11APAssocFailStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.12
hh3cDot11APReassocStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the re-association statistic for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.12.1
hh3cDot11APReassocStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11APReassocStatisType }
  DESCRIPTION	"Each entry of the table will provide the re-association statistic
        for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APReassocStatisTable(12) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.12.1.1
hh3cDot11APReassocStatisType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {total(1), success(2), invalidation(3), overtime(4), rejected(5), other(6)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of re-association with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APReassocStatisTable(12) hh3cDot11APReassocStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.12.1.2
hh3cDot11APReassocStatisCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of each type for re-association with
        this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APReassocStatisTable(12) hh3cDot11APReassocStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.13
hh3cDot11APUserAuthStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the user authentication statistic for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.13.1
hh3cDot11APUserAuthStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11UserAuthStatisType }
  DESCRIPTION	"Each entry of the table will provide the user authentication statistic
        for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserAuthStatisTable(13) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.13.1.1
hh3cDot11UserAuthStatisType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {total(1), success(2), keyError(3), invalidation(4), overtime(5), rejected(6), other(7)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of user authentication with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserAuthStatisTable(13) hh3cDot11APUserAuthStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.13.1.2
hh3cDot11UserAuthStatisCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of each type for user authentication with
        this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserAuthStatisTable(13) hh3cDot11APUserAuthStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.14
hh3cDot11APDeauthStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the de-authentication statistic for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 14 }

.1.3.6.1.4.1.25506.2.75.2.2.14.1
hh3cDot11APDeauthStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11APDeauthStatisType }
  DESCRIPTION	"Each entry of the table will provide the de-authentication statistic
         for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APDeauthStatisTable(14) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.14.1.1
hh3cDot11APDeauthStatisType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {total(1), stationLeaving(2), shortResource(3), exception(4), other(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of de-authentication for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APDeauthStatisTable(14) hh3cDot11APDeauthStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.14.1.2
hh3cDot11APDeauthStatisCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of each type for de-authentication
         with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APDeauthStatisTable(14) hh3cDot11APDeauthStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.15
hh3cDot11APDeassocStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the de-association statistic for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 15 }

.1.3.6.1.4.1.25506.2.75.2.2.15.1
hh3cDot11APDeassocStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11APDeassocStatisType }
  DESCRIPTION	"Each entry of the table will provide the de-association statistic
         for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APDeassocStatisTable(15) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.15.1.1
hh3cDot11APDeassocStatisType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {total(1), stationLeaving(2), shortResource(3), exception(4), other(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of de-association with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APDeassocStatisTable(15) hh3cDot11APDeassocStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.15.1.2
hh3cDot11APDeassocStatisCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of each type for de-association
         with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APDeassocStatisTable(15) hh3cDot11APDeassocStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.16
hh3cDot11APAssocFailStatis2Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table will provide statistic of association fails for each ap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 16 }

.1.3.6.1.4.1.25506.2.75.2.2.16.1
hh3cDot11APAssocFailStatis2Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11APAssocFailStatis2Type }
  DESCRIPTION	"Each entry will provide statistic of association fails for this ap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis2Table(16) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.16.1.1
hh3cDot11APAssocFailStatis2Type OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {shortResource(1), notSupportRateSet(2), unknownReasonCode(3), other(4), rssiLowness(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of association fails for this AP"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis2Table(16) hh3cDot11APAssocFailStatis2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.16.1.2
hh3cDot11APAssocFailStatis2Cnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total count of association fails for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis2Table(16) hh3cDot11APAssocFailStatis2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.17
hh3cDot11APIfStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the statistics on the interface of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 17 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1
hh3cDot11APIfStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex, hh3cDot11APIfIndex }
  DESCRIPTION	"Each entry of the table will provide statistics on the interface of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.1
hh3cDot11APIfInPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of packets received
         on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.2
hh3cDot11APIfInNormalPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of correct
         packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.3
hh3cDot11APIfInErrorPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of error
         packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.4
hh3cDot11APIfOutPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of packets
         sent from the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.5
hh3cDot11APIfInOctets OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of octets
         received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.6
hh3cDot11APIfOutOctets OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of octets
         sent from the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.7
hh3cDot11APIfFlowOut OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the traffic rate (byte/s) on the uplink interface
         during a sampling period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.8
hh3cDot11APIfFlowIN OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the traffic rate (byte/s) on the downlink interface
         during a sampling period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.9
hh3cDot11APIfInUcastPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.10
hh3cDot11APIfInNUcastPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of non-unicast packets received on the wired
         interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.11
hh3cDot11APIfInDiscardPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast packets discarded on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.12
hh3cDot11APIfOutUcastPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast packets send on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.13
hh3cDot11APIfOutNUcastPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of non-unicast packets send on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.14
hh3cDot11APIfOutDiscardPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of discarded packets send on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.15
hh3cDot11APIfOutErrorPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of error packets send on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.16
hh3cDot11APIfUpdownTimes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the up/down times on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.17
hh3cDot11APIfStatusKeepTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the last change time on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.18
hh3cDot11APIfOperStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the operational state of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.19
hh3cDot11APIfInBrdcastPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of broadcast packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.20
hh3cDot11APIfOutBrdcastPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of broadcast packets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.21
hh3cDot11APIfInMulcastPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of multicast packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.22
hh3cDot11APIfOutMulcastPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of multicast packets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.23
hh3cDot11APIfInPayloadOctets OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of actual octets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.2.17.1.24
hh3cDot11APIfOutPayloadOctets OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of actual octets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisTable(17) hh3cDot11APIfStatisEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.2.18
hh3cDot11RadioMngFrmStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the management frame statistic of this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 18 }

.1.3.6.1.4.1.25506.2.75.2.2.18.1
hh3cDot11RadioMngFrmStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11MngFrmType }
  DESCRIPTION	"Each entry of the table will provide the management
         frame statistic of this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioMngFrmStatisTable(18) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.18.1.1
hh3cDot11MngFrmType OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {assocReq(1), assocResp(2), reassocReq(3), reassocResp(4), probeReq(5), probeResp(6), beacon(7), atim(8), disassociation(9), authentication(10), deauthentication(11), action(12)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of the management frame on this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioMngFrmStatisTable(18) hh3cDot11RadioMngFrmStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.18.1.2
hh3cDot11MngFrmCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of each type of management frame on this
         radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioMngFrmStatisTable(18) hh3cDot11RadioMngFrmStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.19
hh3cDot11APPacketSizeStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides packets statistic base on size."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 19 }

.1.3.6.1.4.1.25506.2.75.2.2.19.1
hh3cDot11APPacketSizeStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11APPacketSize }
  DESCRIPTION	"Each entry provides packets statistic base on size for each radio
                 of a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketSizeStatisTable(19) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.19.1.1
hh3cDot11APPacketSize OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {sizeLevel1(1), sizeLevel2(2), sizeLevel3(3), sizeLevel4(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This node represents packet size:
                    sizeLevel1 : size <= 128
                    sizeLevel2 : 128 < size <= 512
                    sizeLevel3 : 512 < size <= 1024
                    sizeLevel4 : size > 1024"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketSizeStatisTable(19) hh3cDot11APPacketSizeStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.19.1.2
hh3cDot11APRXPacketSizeCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of packets reception base on frame size."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketSizeStatisTable(19) hh3cDot11APPacketSizeStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.19.1.3
hh3cDot11APTXPacketSizeCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of packets transmission base on frame size."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketSizeStatisTable(19) hh3cDot11APPacketSizeStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.20
hh3cDot11APPacketRateStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides packets statistic base on rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 20 }

.1.3.6.1.4.1.25506.2.75.2.2.20.1
hh3cDot11APPacketRateStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11APPacketRate }
  DESCRIPTION	"Each entry provides packets statistic base on rate for each radio
                 of a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketRateStatisTable(20) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.20.1.1
hh3cDot11APPacketRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents transmit data rate(twice as actual rate)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketRateStatisTable(20) hh3cDot11APPacketRateStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.20.1.2
hh3cDot11APRXPacketRateCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of packets reception base on transmit data rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketRateStatisTable(20) hh3cDot11APPacketRateStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.20.1.3
hh3cDot11APTXPacketRateCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of packets transmission base on transmit data rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketRateStatisTable(20) hh3cDot11APPacketRateStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.21
hh3cDot11APPacketMCSRateStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides packets statistic base on MCS rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 21 }

.1.3.6.1.4.1.25506.2.75.2.2.21.1
hh3cDot11APPacketMCSRateStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11APPacketMCSRate }
  DESCRIPTION	"Each entry provides packets statistic base on MCS rate for each radio
                 of a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketMCSRateStatisTable(21) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.21.1.1
hh3cDot11APPacketMCSRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents transmit data rate(twice as actual rate)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketMCSRateStatisTable(21) hh3cDot11APPacketMCSRateStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.21.1.2
hh3cDot11APRXPacketMCSRateCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of packets reception base on transmit data rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketMCSRateStatisTable(21) hh3cDot11APPacketMCSRateStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.21.1.3
hh3cDot11APTXPacketMCSRateCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of packets transmission base on transmit
             data rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketMCSRateStatisTable(21) hh3cDot11APPacketMCSRateStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.22
hh3cDot11APAssocFailStatis3Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table will provide statistic of association fails for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 22 }

.1.3.6.1.4.1.25506.2.75.2.2.22.1
hh3cDot11APAssocFailStatis3Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID }
  DESCRIPTION	"Each entry will provide statistic of association failure with this AP
         because of different reasons."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis3Table(22) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.22.1.1
hh3cDot11APAssocFailStatis3SRCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the count of association failure because of
         lack of resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis3Table(22) hh3cDot11APAssocFailStatis3Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.22.1.2
hh3cDot11APAssocFailStatis3NSRCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the count of association failure because of
         not support rate set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis3Table(22) hh3cDot11APAssocFailStatis3Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.22.1.3
hh3cDot11APAssocFailStatis3URCCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the count of association failure because of
         unknown reason code."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis3Table(22) hh3cDot11APAssocFailStatis3Entry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.22.1.4
hh3cDot11APAssocFailStatis3RFCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the count of association failure because of
         re-associate failed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis3Table(22) hh3cDot11APAssocFailStatis3Entry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.22.1.5
hh3cDot11APAssocFailStatis3OtherCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the count of association fails because of
         reason not in 802.11 the protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis3Table(22) hh3cDot11APAssocFailStatis3Entry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.22.1.6
hh3cDot11APAssocFailStatis3RSSILowCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of failed associations due to low RSSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APAssocFailStatis3Table(22) hh3cDot11APAssocFailStatis3Entry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.23
hh3cDot11APIfStatisByAPIDTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the statistics on the interface of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 23 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1
hh3cDot11APIfStatisByAPIDEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11APIfIndex }
  DESCRIPTION	"Each entry of the table will provide statistics on the interface of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.1
hh3cDot11APIfInPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of packets received
         on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.2
hh3cDot11APIfInNormalPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of correct
         packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.3
hh3cDot11APIfInErrorPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of error
         packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.4
hh3cDot11APIfOutPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of packets
         sent from the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.5
hh3cDot11APIfInOctets2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of octets
         received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.6
hh3cDot11APIfOutOctets2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of octets
         sent from the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.7
hh3cDot11APIfFlowOut2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the traffic rate (byte/s) on the uplink interface
         during a sampling period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.8
hh3cDot11APIfFlowIN2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the traffic rate (byte/s) on the downlink interface
         during a sampling period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.9
hh3cDot11APIfInUcastPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.10
hh3cDot11APIfInNUcastPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of non-unicast packets received on the wired
         interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.11
hh3cDot11APIfInDiscardPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast packets discarded on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.12
hh3cDot11APIfOutUcastPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast packets send on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.13
hh3cDot11APIfOutNUcastPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of non-unicast packets send on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.14
hh3cDot11APIfOutDiscardPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of discarded packets send on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.15
hh3cDot11APIfOutErrorPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of error packets send on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.16
hh3cDot11APIfUpdownTimes2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the up/down times on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.17
hh3cDot11APIfStatusKeepTime2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the last change time on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.18
hh3cDot11APIfOperStatus2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the operational state of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.19
hh3cDot11APIfInBrdcastPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of broadcast packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.20
hh3cDot11APIfOutBrdcastPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of broadcast packets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.21
hh3cDot11APIfInMulcastPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of multicast packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.22
hh3cDot11APIfOutMulcastPkts2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of multicast packets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.23
hh3cDot11APIfInPayloadOctets2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of actual octets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.24
hh3cDot11APIfOutPayloadOctets2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of actual octets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.25
hh3cDot11APIfInDataOctets2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of actual data octets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.26
hh3cDot11APIfOutDataOctets2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of actual data octets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.27
hh3cDot11APIfAdminStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Expected state of the interface.  In testing state the
            interface does not forward any operational packets.  When
             a managed system is initialized, all interfaces start with
            hh3cDot11APIfAdminStatus in the down state.  As a result
            of either explicit management action or per configuration
            information retained by the managed system,
            hh3cDot11APIfAdminStatus is then changed to either the up
             or testing state or remains in the down state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.2.2.23.1.28
hh3cDot11APIfOperStatusCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3), admindown(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Operational status of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APIfStatisByAPIDTable(23) hh3cDot11APIfStatisByAPIDEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.2.2.24
hh3cDot11APUserSecAuthStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the user authentication statistic for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 24 }

.1.3.6.1.4.1.25506.2.75.2.2.24.1
hh3cDot11APUserSecAuthStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID }
  DESCRIPTION	"Each entry of the table will provide the user authentication statistic
        for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisTable(24) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.24.1.1
hh3cDot11APUserAuthCurNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current number of user authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisTable(24) hh3cDot11APUserSecAuthStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.24.1.2
hh3cDot11APUserConnFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of user disconnected with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisTable(24) hh3cDot11APUserSecAuthStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.24.1.3
hh3cDot11APUserAuthReqCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of user authentication request with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisTable(24) hh3cDot11APUserSecAuthStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.24.1.4
hh3cDot11APUserAuthSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of successful authenticated users with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisTable(24) hh3cDot11APUserSecAuthStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.24.1.5
hh3cDot11APUserAuthFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of user authentication failures with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisTable(24) hh3cDot11APUserSecAuthStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.24.1.6
hh3cDot11AllUserOnlineTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online time of all successful authenticated users with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisTable(24) hh3cDot11APUserSecAuthStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.25
hh3cDot11APUserInfoStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the user information statistic of this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 25 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1
hh3cDot11APUserInfoStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11APUserMacAddr }
  DESCRIPTION	"Each entry of the table will provide the user information statistic
        of this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.1
hh3cDot11APUserMacAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the mac address of user logging to this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.2
hh3cDot11APUserIpAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ip address of user logging to this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.3
hh3cDot11APUserLoginName OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the login name of user logging to this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.4
hh3cDot11APUserLoginTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the login time of user with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.5
hh3cDot11APUserOnlineTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online time of user with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.6
hh3cDot11APUserLoginNameCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the login name of user logging to this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.7
hh3cDot11APUserAuthTypeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {authFree(1), associateAuth(2), portalAuth(3), autoAuth(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the authentication type of user with this AP.
        authFree       - There is no need others authentiaction, user will
        surf internet after association.
        associateAuth  - Include WEP PSK authentication.
        portalAuth     - The authentication lunched by portal pop-up program.
        autoAuth       - 802.1X authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.8
hh3cDot11APUserTxPacketCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total count of packets sent to online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.9
hh3cDot11APUserTxBytesCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total bytes sent to online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.10
hh3cDot11APUserRxPacketCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total count of packets received from online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.25.1.11
hh3cDot11APUserRxBytesCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total bytes received from online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatisTable(25) hh3cDot11APUserInfoStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.26
hh3cDot11APReassocStatis2Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table will provide statistic of reassociation for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 26 }

.1.3.6.1.4.1.25506.2.75.2.2.26.1
hh3cDot11APReassocStatis2Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID }
  DESCRIPTION	"Each entry will provide statistic of reassociation with this AP
         because of different reasons."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APReassocStatis2Table(26) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.26.1.1
hh3cDot11APReassocFailStatis2Cnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the count of reassociation failure because of
         lack of resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APReassocStatis2Table(26) hh3cDot11APReassocStatis2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.27
hh3cDot11TrafficTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table describes user's traffic based on ssid"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 27 }

.1.3.6.1.4.1.25506.2.75.2.2.27.1
hh3cDot11TrafficEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SSIDIndex }
  DESCRIPTION	"Each entry contains the traffc information of a ssid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11TrafficTable(27) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.27.1.1
hh3cDot11SSIDIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11TrafficTable(27) hh3cDot11TrafficEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.27.1.2
hh3cDot11UpPacketNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the packet count of up link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11TrafficTable(27) hh3cDot11TrafficEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.27.1.3
hh3cDot11UpByteNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the byte count of up link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11TrafficTable(27) hh3cDot11TrafficEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.27.1.4
hh3cDot11DownPacketNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the packet count of down link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11TrafficTable(27) hh3cDot11TrafficEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.27.1.5
hh3cDot11DownByteNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the byte count of down link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11TrafficTable(27) hh3cDot11TrafficEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.28
hh3cDot11APEchoStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the Echo statistic of this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 28 }

.1.3.6.1.4.1.25506.2.75.2.2.28.1
hh3cDot11APEchoInfoStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID }
  DESCRIPTION	"Each entry of the table will provide the Echo statistic
        of this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APEchoStatisTable(28) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.28.1.1
hh3cDot11APEchoAvgDelay OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the average time delay of heart beat in this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APEchoStatisTable(28) hh3cDot11APEchoInfoStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.28.1.2
hh3cDot11APEchoRequestCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the count of echo request in this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APEchoStatisTable(28) hh3cDot11APEchoInfoStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.28.1.3
hh3cDot11APEchoRespLossCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the loss count of echo response in this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APEchoStatisTable(28) hh3cDot11APEchoInfoStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.29
hh3cDot11APUserSecAuthTypeStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the user authentication type statistic for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 29 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1
hh3cDot11APUserSecAuthTypeStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID }
  DESCRIPTION	"Each entry of the table will provide the user authentication type statistic
        for this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.1
hh3cDot11APPortalOnlineUserNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of online portal users of this AP, including
        MAC-trigger and IMSIAuth users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.2
hh3cDot11APAuthFreeOnlineUserNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online number of user free authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.3
hh3cDot11APAssocAuthOnlineUserNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of online users authenticated by associated
        authentication with this AP, excluding AutoAuth users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.4
hh3cDot11APMacAuthOnlineUserNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online number of user MAC address authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.5
hh3cDot11APAllPortalUserOnlineTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online time of all user portal authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.6
hh3cDot11APAllAuthFreeUserOnlineTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online time of all user free authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.7
hh3cDot11APAllAssocAuthUserOnlineTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online time of all user associated authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.8
hh3cDot11APAllMacAuthUserOnlineTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online time of all user MAC address authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.9
hh3cDot11APPortalUserLostCnntCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the lost connective count of user portal authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.10
hh3cDot11APAuthFreeUserLostCnntCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the lost connective count of user free authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.11
hh3cDot11APAssocAuthUserLostCnntCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the lost connective count of user associate authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.12
hh3cDot11APMacAuthUserLostCnntCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the lost connective count of user MAC address authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.13
hh3cDot11APPortalAuthReqCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the request count of user portal authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.14
hh3cDot11APAssocAuthReqCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the request count of user associate authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.15
hh3cDot11APMacAuthReqCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the request count of user MAC address authenticated with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.16
hh3cDot11APPortalAuthSucCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of user portal authenticated successed with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.17
hh3cDot11APAssocAuthSucCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of user associate authenticated successed with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.18
hh3cDot11APMacAuthSucCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of user MAC address authenticated successed with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.19
hh3cDot11APPortalAuthReqFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of user portal authenticated failed with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.20
hh3cDot11APAssocAuthReqFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of user associate authenticated failed with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.21
hh3cDot11APMacAuthReqFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of user MAC address authenticated failed with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.22
hh3cDot11APAutoAuthOnlineUserNumCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of online users authenticated by auto authentication
        with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.23
hh3cDot11APAllAutoAuthUserOnlineTimeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online time of users authenticated by auto authentication
        with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.24
hh3cDot11APAutoAuthUserLostCnntCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the disconnection count of AutoAuth users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.25
hh3cDot11APAutoAuthReqCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of AutoAuth requests with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.26
hh3cDot11APAutoAuthSucCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of successful AutoAuth authentications with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.2.2.29.1.27
hh3cDot11APAutoAuthReqFailCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of failed AutoAuth requests with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthTypeStatisTable(29) hh3cDot11APUserSecAuthTypeStatisEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.2.2.30
hh3cDot11RadioRxStatis64Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the reception statistic for a specific
        radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 30 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1
hh3cDot11RadioRxStatis64Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID }
  DESCRIPTION	"Each entry of the table will provide the reception statistic
        data for each radio of a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.1
hh3cDot11Rx64FrameDupCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of duplicate frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.2
hh3cDot11Rx64FrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.3
hh3cDot11Rx64UcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.4
hh3cDot11Rx64BcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of broadcast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.5
hh3cDot11Rx64McastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of multicast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.6
hh3cDot11Rx64DiscardFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of discarded frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.7
hh3cDot11Rx64FragCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frame fragments reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.8
hh3cDot11Rx64FcsErrCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of FCS error frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.9
hh3cDot11Rx64FrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.10
hh3cDot11Rx64UcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of unicast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.11
hh3cDot11Rx64BcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of broadcast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.12
hh3cDot11Rx64McastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of multicast frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.13
hh3cDot11Rx64DiscardFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of discarded frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.14
hh3cDot11Rx64MgmtFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of management frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.15
hh3cDot11Rx64CtrlFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of control frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.16
hh3cDot11Rx64DataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of data frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.17
hh3cDot11Rx64DecryptErrorCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of decryption error reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.18
hh3cDot11Rx64AuthenFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of authentication frame reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.19
hh3cDot11Rx64AssociateFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of associate frame reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.20
hh3cDot11Rx64PhyErrorCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of physical error reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.21
hh3cDot11Rx64MICErrorCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of MIC verification error reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.22
hh3cDot11Rx64DataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of data frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.23
hh3cDot11Rx64PayloadBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the payload bytes of data frames reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.2.30.1.24
hh3cDot11Rx64DataFrameBytesCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of received data frames, excluding retransmitted
        frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioRxStatis64Table(30) hh3cDot11RadioRxStatis64Entry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.2.31
hh3cDot11RadioTxStatis64Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the transmission statistic for a
        specific radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 31 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1
hh3cDot11RadioTxStatis64Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID }
  DESCRIPTION	"Each entry of the table will provide the transmission
        statistic data for each radio of a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.1
hh3cDot11Tx64FragCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of fragmented frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.2
hh3cDot11Tx64FailedCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of failures transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.3
hh3cDot11Tx64RetryCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of retries transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.4
hh3cDot11Tx64MultiRetryCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of transmits that required more than
        one retry transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.5
hh3cDot11Tx64RtsSuccessCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of successful RTS (Request to send)
        transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.6
hh3cDot11Tx64RtsFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of RTS failures transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.7
hh3cDot11Tx64AckFailCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of acknowledgement failures transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.8
hh3cDot11Tx64FrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.9
hh3cDot11Tx64UcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.10
hh3cDot11Tx64BcastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of broadcast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.11
hh3cDot11Tx64McastFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of multicast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.12
hh3cDot11Tx64DiscardFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of discarded frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.13
hh3cDot11Tx64FrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total bytes of frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.14
hh3cDot11Tx64UcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of unicast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.15
hh3cDot11Tx64BcastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of broadcast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.16
hh3cDot11Tx64McastFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of multicast frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.17
hh3cDot11Tx64DiscardFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of discarded frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.18
hh3cDot11Tx64AuthenFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of authentication frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.19
hh3cDot11Tx64AssociateFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of associate frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.20
hh3cDot11Tx64DataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of data frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.21
hh3cDot11Tx64DataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of data frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.22
hh3cDot11Tx64MSDUCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of MSDU transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.23
hh3cDot11Tx64DiscardMSDUCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of discarded MSDU transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.24
hh3cDot11Tx64RetryMSDUCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of retransfer MSDU transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.25
hh3cDot11Tx64PayloadBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the payload bytes of data frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 25 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.26
hh3cDot11Tx64MgtFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of management frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 26 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.27
hh3cDot11Tx64CtrlFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of control frames transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 27 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.28
hh3cDot11Tx64MACErrCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of MAC error frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 28 }

.1.3.6.1.4.1.25506.2.75.2.2.31.1.29
hh3cDot11Tx64ErrFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of error frame transmission."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11RadioTxStatis64Table(31) hh3cDot11RadioTxStatis64Entry(1) 29 }

.1.3.6.1.4.1.25506.2.75.2.2.32
hh3cDot11BSSRxStatis64Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the reception statistic for a
        specific BSS on a radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 32 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1
hh3cDot11BSSRxStatis64Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11WlanID }
  DESCRIPTION	"Each entry of the table will provide the reception statistic data for
        each BSS on a specific radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1.1
hh3cDot11BSSRx64FrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) hh3cDot11BSSRxStatis64Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1.2
hh3cDot11BSSRx64FrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) hh3cDot11BSSRxStatis64Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1.3
hh3cDot11BSSRx64DataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of data frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) hh3cDot11BSSRxStatis64Entry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1.4
hh3cDot11BSSRx64DataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of data frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) hh3cDot11BSSRxStatis64Entry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1.5
hh3cDot11BSSRx64AssocFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of associate frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) hh3cDot11BSSRxStatis64Entry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1.6
hh3cDot11BSSRx64PayloadBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the payload bytes of data frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) hh3cDot11BSSRxStatis64Entry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1.7
hh3cDot11BSSRx64UniFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) hh3cDot11BSSRxStatis64Entry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1.8
hh3cDot11BSSRx64NonUniFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of non-unicast frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) hh3cDot11BSSRxStatis64Entry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.32.1.9
hh3cDot11BSSRx64AuthenFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of authentication frames reception with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSRxStatis64Table(32) hh3cDot11BSSRxStatis64Entry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.33
hh3cDot11BSSTxStatis64Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the transmission statistic for a
        specific BSS on a radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 33 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1
hh3cDot11BSSTxStatis64Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11WlanID }
  DESCRIPTION	"Each entry of the table will provide the transmission statistic data for
        each BSS on a specific radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.1
hh3cDot11BSSTx64FrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of frames transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.2
hh3cDot11BSSTx64FrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of bytes transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.3
hh3cDot11BSSTx64DataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of data frame transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.4
hh3cDot11BSSTx64DataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of data frame transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.5
hh3cDot11BSSTx64AssocFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of associate frame transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.6
hh3cDot11BSSTx64PayloadBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the payload bytes of data frame transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.7
hh3cDot11BSSTx64RetryCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of bytes retransmitted with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.8
hh3cDot11BSSTx64UniFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of unicast frames transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.9
hh3cDot11BSSTx64NonUniFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of non-unicast frames transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.33.1.10
hh3cDot11BSSTx64AuthenFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of authentication frames transmission with this BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11BSSTxStatis64Table(33) hh3cDot11BSSTxStatis64Entry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.34
hh3cDot11APPacketMCSRateStatis2Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides packet statistics based on MCS rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 34 }

.1.3.6.1.4.1.25506.2.75.2.2.34.1
hh3cDot11APPacketMCSRateStatis2Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11APPacketMCS2Rate }
  DESCRIPTION	"Each entry provides packet statistics based on MCS rate for each radio
        of a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketMCSRateStatis2Table(34) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.34.1.1
hh3cDot11APPacketMCS2Rate OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32 (1..2000000000) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents data transmission rate(Tenfold as actual rate)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketMCSRateStatis2Table(34) hh3cDot11APPacketMCSRateStatis2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.34.1.2
hh3cDot11APRXPacketMCSRate2Count OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of packets received based on data transmission rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketMCSRateStatis2Table(34) hh3cDot11APPacketMCSRateStatis2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.34.1.3
hh3cDot11APTXPacketMCSRate2Count OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of packets transmitted base on data transmission rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APPacketMCSRateStatis2Table(34) hh3cDot11APPacketMCSRateStatis2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.35
hh3cDot11APUserSecAuthStatisCMTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the user authentication statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 35 }

.1.3.6.1.4.1.25506.2.75.2.2.35.1
hh3cDot11APUserSecAuthStatisCMEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11RadioID, hh3cDot11WlanID }
  DESCRIPTION	"Each entry of the table provides the user authentication statistics
        of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisCMTable(35) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.35.1.1
hh3cDot11APUserConnFailCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the failed connection count of users with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisCMTable(35) hh3cDot11APUserSecAuthStatisCMEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.35.1.2
hh3cDot11APUserAuthReqCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of user authentication requests with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisCMTable(35) hh3cDot11APUserSecAuthStatisCMEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.35.1.3
hh3cDot11APUserAuthSuccCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of successful user authentications with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisCMTable(35) hh3cDot11APUserSecAuthStatisCMEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.35.1.4
hh3cDot11APUserAuthFailCntCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of failed user authentications with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisCMTable(35) hh3cDot11APUserSecAuthStatisCMEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.35.1.5
hh3cDot11AllUserOnlineTimeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the online time of all users with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserSecAuthStatisCMTable(35) hh3cDot11APUserSecAuthStatisCMEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.36
hh3cDot11APUserInfoStatis2CMTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the authentication user information statistic
        of this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) 36 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1
hh3cDot11APUserInfoStatis2CMEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11CurAPID, hh3cDot11APUserMacAddr2CM }
  DESCRIPTION	"Each entry of the table will provide the authentication user information
        statistic of this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.1
hh3cDot11APUserMacAddr2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the mac address of authentication user logging to this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.2
hh3cDot11APUserIpAddr2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ip address of authentication user logging to this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.3
hh3cDot11APUserLoginName2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the login name of authentication user logging to this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.4
hh3cDot11APUserLoginTime2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the login time of authentication user with this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.5
hh3cDot11APUserOnlineTime2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how long authentication user has been online."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.6
hh3cDot11APUserAuthType2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {authFree(1), associateAuth(2), portalAuth(3), autoAuth(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the authentication type of user with this AP.
        authFree       - There is no need others authentiaction, user will
        surf internet after association.
        associateAuth  - Include WEP PSK authentication.
        portalAuth     - The authentication lunched by portal pop-up program.
        autoAuth       - 802.1X authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.7
hh3cDot11APUserTxPacketCnt2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total count of packets sent to online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.8
hh3cDot11APUserTxBytes2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total bytes sent to online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.9
hh3cDot11APUserRxPacketCnt2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total count of packets received from online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.10
hh3cDot11APUserRxBytes2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total bytes received from online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.11
hh3cDot11APUserIPv6Addr2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IPv6 address of online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.12
hh3cDot11APUserMac2CM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the mac address of authentication user logging to this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.13
hh3cDot11APUserInCirValueCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the CIR of inbound direction of this user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.2.36.1.14
hh3cDot11APUserOutCirValueCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the CIR of outbound direction of this user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APStatisGroup(2) hh3cDot11APUserInfoStatis2CMTable(36) hh3cDot11APUserInfoStatis2CMEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.3
hh3cDot11APMtNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) 3 }

.1.3.6.1.4.1.25506.2.75.2.3.0
hh3cDot11APMtTraps OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) 0 }

.1.3.6.1.4.1.25506.2.75.2.3.0.1
hh3cDot11APMtWorkModeChgTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11APChgWorkMode, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"The notification will be sent when AP changes the work mode, and
         hh3cDot11APWorkMode suggests which work mode will be used by AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 1 }

.1.3.6.1.4.1.25506.2.75.2.3.0.2
hh3cDot11APMtCfgErrorTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11RadioID, hh3cDot11APMtTrapCfgErrReason }
  DESCRIPTION	"The notification will represent errors caused by the
        configuration operation of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 2 }

.1.3.6.1.4.1.25506.2.75.2.3.0.3
hh3cDot11APMtRadioFailTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11RadioID, hh3cDot11APMtTrapRadioFailReason }
  DESCRIPTION	"The notification will notify which the operational status
        of radio becomes down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 3 }

.1.3.6.1.4.1.25506.2.75.2.3.0.4
hh3cDot11APMtRadioFailRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11RadioID, hh3cDot11APMtTrapRadioFailReason }
  DESCRIPTION	"The notification will notify the operational status of which radio
        becomes up again."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 4 }

.1.3.6.1.4.1.25506.2.75.2.3.0.5
hh3cDot11APMtRdoChanlChgTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11RadioID, hh3cDot11APChannelChgMode, hh3cDot11APMtTrapOldChannel, hh3cDot11APMtTrapNewChannel, hh3cDot11APMtChanlChgCount, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"The notification will represent which radio changes the channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 5 }

.1.3.6.1.4.1.25506.2.75.2.3.0.6
hh3cDot11APMtTimeSynFail NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID }
  DESCRIPTION	"The notification will be sent when AC and AP failed to
        synchronize their time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 6 }

.1.3.6.1.4.1.25506.2.75.2.3.0.7
hh3cDot11APMtChlIntfDetected NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11Channel }
  DESCRIPTION	"The notification will be sent when some ambient device interferes with
        current channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 7 }

.1.3.6.1.4.1.25506.2.75.2.3.0.8
hh3cDot11APMtIntfAPDetected NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11Channel, hh3cDot11APIntfDevMACAddress }
  DESCRIPTION	"The notification will be sent when some ambient AP interferes with
        current channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 8 }

.1.3.6.1.4.1.25506.2.75.2.3.0.9
hh3cDot11APMtIntfStaDetected NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11Channel, hh3cDot11APIntfDevMACAddress }
  DESCRIPTION	"The notification will be sent when some ambient station interferes with
        current channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 9 }

.1.3.6.1.4.1.25506.2.75.2.3.0.10
hh3cDot11APMtIPChange NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APIPAddress, hh3cDot11APMtTrapOldIPAddr }
  DESCRIPTION	"The notification will be sent when IP address of the AP changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 10 }

.1.3.6.1.4.1.25506.2.75.2.3.0.11
hh3cDot11APFlashWriteFailure NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11APMtFormerApVersion, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"The notification will be sent when AP failed to write data
        into flash."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 11 }

.1.3.6.1.4.1.25506.2.75.2.3.0.12
hh3cDot11APSysReboot NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID }
  DESCRIPTION	"The notification will be sent when AP reboots."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 12 }

.1.3.6.1.4.1.25506.2.75.2.3.0.13
hh3cDot11APMtAvailChlTooLow NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11RadioID, hh3cDot11APMtAPID, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"The notification will be sent when number of available channels is
         too low.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 13 }

.1.3.6.1.4.1.25506.2.75.2.3.0.14
hh3cDot11APImgDwldSuccess NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11CurrAPName, hh3cDot11CurrAPIPAddress, hh3cDot11CurrAPSoftwareVersion }
  DESCRIPTION	"The notification will be sent when AP succeeds to download image from
        AC.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 14 }

.1.3.6.1.4.1.25506.2.75.2.3.0.15
hh3cDot11APInterfDetectedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11Channel, hh3cDot11CurrInterfDetectedNum, hh3cDot11InterfMacList }
  DESCRIPTION	"This notification will be sent when some ambient AP interferes with
         current channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 15 }

.1.3.6.1.4.1.25506.2.75.2.3.0.16
hh3cDot11APInterfClearTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11Channel, hh3cDot11APMtAPID, hh3cDot11APMtRadioID, hh3cDot11APMtInterfMacAdd, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when interference caused by ambient
         APs on the current channel disappears."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 16 }

.1.3.6.1.4.1.25506.2.75.2.3.0.17
hh3cDot11StaInterfDetectedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11Channel, hh3cDot11CurrInterfDetectedNum, hh3cDot11InterfMacList, hh3cDot11APMtFirstTrapTime }
  DESCRIPTION	"This notification will be sent when interference caused by ambient
         STAs on the current channel disappears."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 17 }

.1.3.6.1.4.1.25506.2.75.2.3.0.18
hh3cDot11StaInterfClearTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11Channel, hh3cDot11APMtAPID, hh3cDot11APMtRadioID, hh3cDot11APMtInterfMacAdd, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when interference caused by ambient
         devices on the current channel happens."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 18 }

.1.3.6.1.4.1.25506.2.75.2.3.0.19
hh3cDot11OtherDevIntDetectedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11Channel, hh3cDot11APMtFirstTrapTime }
  DESCRIPTION	"This notification will be sent when interference caused by ambient
         devices on the current channel disappears."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 19 }

.1.3.6.1.4.1.25506.2.75.2.3.0.20
hh3cDot11OtherDevIntClearTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11Channel, hh3cDot11APMtAPID, hh3cDot11APMtRadioID, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when previous ambient device disappeared with
         the same channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 20 }

.1.3.6.1.4.1.25506.2.75.2.3.0.21
hh3cDot11APModuleTroubleTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11RadioID, hh3cDot11APMtAPID, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when WLAN module failed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 21 }

.1.3.6.1.4.1.25506.2.75.2.3.0.22
hh3cDot11APModuleTroubleClearTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11RadioID, hh3cDot11APMtAPID, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"The notification will be sent when WLAN module recovered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 22 }

.1.3.6.1.4.1.25506.2.75.2.3.0.23
hh3cDot11APRadioDownTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11RadioID, hh3cDot11APRadioDownReason, hh3cDot11APMtAPID, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when WLAN links interrupted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 23 }

.1.3.6.1.4.1.25506.2.75.2.3.0.24
hh3cDot11APRadioDownRecovTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11RadioID, hh3cDot11APMtAPID, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when WLAN links recover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 24 }

.1.3.6.1.4.1.25506.2.75.2.3.0.25
hh3cDot11APStaFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11StaLimitNumber, hh3cDot11StaFullReason, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when STA number reach limit number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 25 }

.1.3.6.1.4.1.25506.2.75.2.3.0.26
hh3cDot11APStaFullRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11StaLimitNumber, hh3cDot11StaFullReason, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when STA number recover enough level."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 26 }

.1.3.6.1.4.1.25506.2.75.2.3.0.27
hh3cDot11DFSFreeCntBelowThrRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11RadioID, hh3cDot11APMtAPID, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when available channels number
        recover enough level."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 27 }

.1.3.6.1.4.1.25506.2.75.2.3.0.28
hh3cDot11APCpuUsageHigh NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11APCPURTUsage, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"The notification will be sent when the AP CPU usage exceeds the
         threshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 28 }

.1.3.6.1.4.1.25506.2.75.2.3.0.29
hh3cDot11APCpuUsageHighRecover NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11APCPURTUsage, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"The notification will be sent when the AP CPU usage descends the
         threshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 29 }

.1.3.6.1.4.1.25506.2.75.2.3.0.30
hh3cDot11APMemUsageHigh NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11APMemRTUsage, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"The notification will be sent when the AP memory usage exceeds the
         threshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 30 }

.1.3.6.1.4.1.25506.2.75.2.3.0.31
hh3cDot11APMemUsageHighRecover NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11APMemRTUsage, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"The notification will be sent when the AP memory usage descends the
         threshold.
         "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 31 }

.1.3.6.1.4.1.25506.2.75.2.3.0.32
hh3cDot11APTrapUserCntExceedThre NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APID, hh3cDot11APTrapUserCnt, hh3cDot11APTrapUserThreshold }
  DESCRIPTION	"The notification will be sent when the online user counter exceeds
        the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 32 }

.1.3.6.1.4.1.25506.2.75.2.3.0.33
hh3cDot11APMtDetectedIntfAP NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APMtAPID, hh3cDot11APMtRadioID, hh3cDot11APMtChannel, hh3cDot11APMtInterfMacAdd, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when some ambient AP interferes with
         current channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 33 }

.1.3.6.1.4.1.25506.2.75.2.3.0.34
hh3cDot11APMtDetectedIntfSTA NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APMtAPID, hh3cDot11APMtRadioID, hh3cDot11APMtChannel, hh3cDot11APMtInterfMacAdd, hh3cDot11APMtFirstTrapTime, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when some ambient STA interferes with
         current channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 34 }

.1.3.6.1.4.1.25506.2.75.2.3.0.35
hh3cDot11APMtDetectedIntfOtherDev NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APMtAPID, hh3cDot11APMtRadioID, hh3cDot11APMtChannel, hh3cDot11APMtTrapAPMacAddress }
  DESCRIPTION	"This notification will be sent when other device interferes with
         current channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 35 }

.1.3.6.1.4.1.25506.2.75.2.3.0.36
hh3cDot11DetcAdjChlIntfAP NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APMtAPID, hh3cDot11APMtRadioID, hh3cDot11APMtChannel, hh3cDot11APMtAdjChannel, hh3cDot11APMtInterfMacAdd, hh3cDot11APMtFirstTrapTime }
  DESCRIPTION	"This notification will be sent when some ambient AP interferes with
         adjacent channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 36 }

.1.3.6.1.4.1.25506.2.75.2.3.0.37
hh3cDot11DetcAdjChlIntfAPClear NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APMtAPID, hh3cDot11APMtRadioID, hh3cDot11APMtChannel, hh3cDot11APMtAdjChannel, hh3cDot11APMtInterfMacAdd, hh3cDot11APMtFirstTrapTime }
  DESCRIPTION	"This notification will be sent when interference caused by ambient
         APs on the adjacent channel disappears."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 37 }

.1.3.6.1.4.1.25506.2.75.2.3.0.38
hh3cDot11APPowerOffTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APMtAPID }
  DESCRIPTION	"This notification will be sent when AP is power-off."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 38 }

.1.3.6.1.4.1.25506.2.75.2.3.0.39
hh3cDot11APPowerOnTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APMtAPID }
  DESCRIPTION	"This notification will be sent when AP is power-on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 39 }

.1.3.6.1.4.1.25506.2.75.2.3.0.40
hh3cDot11UpLinkSwitchTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  OBJECTS	{ hh3cDot11APMtAPID, hh3cDot11APMtUpLinkSwitchInfo, hh3cDot11APMtTrapAPMacAddress, hh3cDot11APMtUpLinkSwitchTime, hh3cDot11APMtOldCellId, hh3cDot11APMtCurCellId, hh3cDot11APMtOldBand, hh3cDot11APMtActiveBand }
  DESCRIPTION	"This notification will be sent when uplink switches to 3G or 4G."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTraps(0) 40 }

.1.3.6.1.4.1.25506.2.75.2.3.1
hh3cDot11APMtTrapVarObjects OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.2.3.1.1
hh3cDot11APMtTrapCfgErrReason OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11NotifyReasonType
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents errors caused by configuration operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.75.2.3.1.2
hh3cDot11APMtTrapRadioFailReason OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {config(1), hh3cerror(2), swerror(3), radar(4), unknown(8)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents errors caused by configuration operation.
        The following values are supported:
        config     - Configuration error
        hh3cerror  - Hardware error
        swerror    - Software error
        radar      - Radar Detection
        unknown    - Unknown reason"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.75.2.3.1.3
hh3cDot11APMtTrapOldChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents which channel the radio used to use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.75.2.3.1.4
hh3cDot11APMtTrapNewChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents which channel the radio will use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.75.2.3.1.5
hh3cDot11APChannelChgMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RFModeType
  SYNTAX	INTEGER {manual(1), auto(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the channel change mode for a radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.75.2.3.1.6
hh3cDot11APChgWorkMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {normal(1), monitor(2), hybrid(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents what work mode for AP.
        The following values are supported:
        normal  - AP will supply WLAN service.
        monitor - AP will be a monitor to detect attack.
        hybrid  - AP will supply WLAN service and detect attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.75.2.3.1.7
hh3cDot11APIntfDevMACAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents MAC address of the device which triggers the notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 7 }

.1.3.6.1.4.1.25506.2.75.2.3.1.8
hh3cDot11APMtTrapOldIPAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the IP address of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 8 }

.1.3.6.1.4.1.25506.2.75.2.3.1.9
hh3cDot11CurrInterfDetectedNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the number of interfere detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 9 }

.1.3.6.1.4.1.25506.2.75.2.3.1.10
hh3cDot11StaFullReason OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {ap(1), bss(2), radio(3), radioConcur(4), radiopolicy(5), ac(6), acConcur(7), aid(8)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Reports which kind maximum number of STA
         is reached.  New STA is not able to associate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 10 }

.1.3.6.1.4.1.25506.2.75.2.3.1.11
hh3cDot11StaLimitNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the limit number of STA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 11 }

.1.3.6.1.4.1.25506.2.75.2.3.1.12
hh3cDot11APRadioDownReason OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {phyicalUnusable(1), configDisable(2), operatinUnusable(3), apTunnelDown(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Reports the reason why WLAN links is interrupted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 12 }

.1.3.6.1.4.1.25506.2.75.2.3.1.13
hh3cDot11InterfMacList OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents MAC address list of interfere detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 13 }

.1.3.6.1.4.1.25506.2.75.2.3.1.14
hh3cDot11APTrapUserCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the online user counter of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 14 }

.1.3.6.1.4.1.25506.2.75.2.3.1.15
hh3cDot11APTrapUserThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents threshold of AP's online user counter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 15 }

.1.3.6.1.4.1.25506.2.75.2.3.1.16
hh3cDot11APMtChanlChgCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents how many times that channel changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 16 }

.1.3.6.1.4.1.25506.2.75.2.3.1.17
hh3cDot11APMtFormerApVersion OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents former software version of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 17 }

.1.3.6.1.4.1.25506.2.75.2.3.1.18
hh3cDot11APMtAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"To uniquely identify each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 18 }

.1.3.6.1.4.1.25506.2.75.2.3.1.19
hh3cDot11APMtRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 19 }

.1.3.6.1.4.1.25506.2.75.2.3.1.20
hh3cDot11APMtChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the current channel allocation for radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 20 }

.1.3.6.1.4.1.25506.2.75.2.3.1.21
hh3cDot11APMtInterfMacAdd OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the MAC address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 21 }

.1.3.6.1.4.1.25506.2.75.2.3.1.22
hh3cDot11APMtAdjChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the adjacent channel of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 22 }

.1.3.6.1.4.1.25506.2.75.2.3.1.23
hh3cDot11APMtFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the first trap time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 23 }

.1.3.6.1.4.1.25506.2.75.2.3.1.24
hh3cDot11APMtTrapAPMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the MAC address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 24 }

.1.3.6.1.4.1.25506.2.75.2.3.1.25
hh3cDot11APMtUpLinkSwitchInfo OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	INTEGER {unknown(1), tdscdma(2), tdlte(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the type which uplink switches to.
        The following values are supported:
        TDSCDMA - The uplink switches to TDSCDMA.
        TDLTE - The uplink switches to TDLTE.
        unknown - Unknown uplink type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 25 }

.1.3.6.1.4.1.25506.2.75.2.3.1.26
hh3cDot11APMtUpLinkSwitchTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the time when uplink switches."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 26 }

.1.3.6.1.4.1.25506.2.75.2.3.1.27
hh3cDot11APMtOldCellId OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the cell id before uplink switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 27 }

.1.3.6.1.4.1.25506.2.75.2.3.1.28
hh3cDot11APMtCurCellId OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the cell id after uplink switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 28 }

.1.3.6.1.4.1.25506.2.75.2.3.1.29
hh3cDot11APMtOldBand OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the band before uplink switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 29 }

.1.3.6.1.4.1.25506.2.75.2.3.1.30
hh3cDot11APMtActiveBand OBJECT-TYPE
  -- FROM	HH3C-DOT11-APMT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the band after uplink switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11APMT(2) hh3cDot11APMtNotifyGroup(3) hh3cDot11APMtTrapVarObjects(1) 30 }

.1.3.6.1.4.1.25506.2.75.3
hh3cDot11STATION MODULE-IDENTITY
  -- FROM	HH3C-DOT11-STATION-MIB
  DESCRIPTION	"This MIB defines the configuration and statistic information of
        stations.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        Access point (AP)
        Transmitter/receiver (transceiver) device
        that commonly connects and transports data
        between a wireless network and a wired network.

        Access control (AC)
        To control and manage multi-APs, it will bridge
        wireless and wired network.

        Control And Provisioning of Wireless Access Points Protocol
        The short name of protocol is CAPWAP.  AC will control
        and manage AP by CAPWAP tunnel protocol defined by IETF.
        Also, a data tunnel will be set up between AC and AP.

        BSS
        IEEE 802.11 Basic Service Set (Radio Cell).  The
        BSS of an AP comprises of the stations directly
        associated with the AP.

        station (Client Station)
        A wireless device in a wireless network
        associated with an access point.

        MIC
        Message Integrity Check.  A MIC can, optionally,
        be added to WEP-encrypted 802.11 frames.

        SSID
        Radio Service Set ID.  It is used for identification
        during association.

        STA  (WSTA)
        A non-AP 802.11 wireless station.

        WEP
        Wired Equivalent Privacy.  'WEP' is generally used
        to refer to 802.11 encryption.

        RSSI
        It is the received signal strength indication.
        It suggests the quality of received signal.

        RTS
        Request to Send, it is used to gain control of the medium
        for the transmission of 'large' frames, in which 'large'
        is defined by the RTS threshold in the network card driver.

        CTS
        Clear to Send, it is used to answer RTS frames.

        AKM
        The authentication and key management method defined by
        802.11i, and which includes 802.1x and pre-shared key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 3 }

.1.3.6.1.4.1.25506.2.75.3.1
hh3cDot11StationMtGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.1
hh3cDot11StationAssociateTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the information of stations which are
        associating with the wireless network (current AC)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1
hh3cDot11StationAssociateEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11StationMAC }
  DESCRIPTION	"Each entry contains association information of each station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.1
hh3cDot11StationMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the unique MAC Address of station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.2
hh3cDot11StationIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.3
hh3cDot11StationUserName OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the user name of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.4
hh3cDot11StationTxRateSet OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current transmit data rates for this station.
        Each byte will represent one rate.  If the MSB(Most significant bit)
        is set, then this rate is a mandantory rate.  Otherwise,
        it is optional."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.5
hh3cDot11StationUpTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time in seconds, how long this station has been associated
        with this device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.6
hh3cDot11StationSignalStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents a device-dependent measure of the signal strength
        of latest packet received from this station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.7
hh3cDot11StationRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents a device-dependent measure of the RSSI.
        It is the received signal strength indication.
        The maximum value is defined by chip set vendors"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.8
hh3cDot11StationChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents current radio channel used by station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.9
hh3cDot11StationPowerSaveMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	INTEGER {active(1), powersave(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the power management mode of this station.
        The following values are supported:
        active    - This station is not in power-save
        mode and it is actively sending or
        receiving data.
        powersave - This station is in power-save mode and
        it wakes up after sometime to check for
        buffer data."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.10
hh3cDot11StationAid OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the association identification number of station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.11
hh3cDot11StationVlanId OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents Vlan ID to which the station is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.12
hh3cDot11StationSSIDName OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the ESS name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.13
hh3cDot11StationAuthenMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11AuthenType
  SYNTAX	INTEGER {none(1), opensystem(2), sharedkey(3), all(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the Authentication mode defined by 802.11."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.14
hh3cDot11StationAKMMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11AKMType
  SYNTAX	INTEGER {none(1), psk(2), dot1x(3), ext(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the key management mode defined by 802.11i."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.15
hh3cDot11StationSecurityCiphers OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11CipherType
  SYNTAX	INTEGER {none(1), wep40(2), tkip(4), aesccmp(16), wep104(32), wpisms4(64), wep128(128)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the frame encryption cipher type used by
        station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.16
hh3cDot11StationSSIDEncryptMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDEncryptModeType
  SYNTAX	INTEGER {cleartxt(1), cipher(2), ext(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the encryption mode for this ESS."
  DEFVAL	{ cipher }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.17
hh3cDot11StationRxSNR OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the signal and noise strength ratio of frame reception."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.18
hh3cDot11StationTxRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the transmission rate of frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.19
hh3cDot11StationRxRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the reception rate of frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.20
hh3cDot11StationVendorName OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor name of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.21
hh3cDot11StationRadioMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64), dot11gac(128), dot11ax(256), dot11gax(512)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents which radio type supported by the station.
        The WLAN system support the following possible radio types.
        dot11a(1),
        dot11b(2),
        dot11g(4),
        dot11n(8),
        dot11gn(16),
        dot11an(32),
        dot11ac(64),
        dot11gac(128)
        For a station,it could support only one radio type at
        the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.22
hh3cDot11StationRxNoise OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the received noise of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.23
hh3cDot11StationMACAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents MAC Address of station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.24
hh3cDot11StationTxSpeed OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of transmitted data frames to the
        station per second in sample interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.25
hh3cDot11StationRxSpeed OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bytes of received data frames from the
        station per second in sample interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.26
hh3cDot11StationWmmMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	INTEGER {wmm(1), nonwmm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the QoS mode of station.
        The following values are supported:
        wmm    - This QoS function is supported by this station.
        nonwmm - This QoS function is not supported by this station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.27
hh3cDot11StationSecIEStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SecIEStatusType
  SYNTAX	INTEGER {none(1), rsn(2), wpa(3), all(4), ext(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the security Information element for this station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.28
hh3cDot11StationUpTimeTicks OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how long this station has been associated
         with this device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.29
hh3cDot11StationRadioMode2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType2
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11an(8), dot11gn(16), dot11ac(32), dot11gac(64), dot11ax(128), dot11gax(256)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents which radio type supported by the station.
        The WLAN system support the following possible radio types.
        dot11a(1),
        dot11b(2),
        dot11g(4),
        dot11an(8),
        dot11gn(16),
        dot11ac(32),
        dot11gac(64)
        For a station,it could support only one radio type at
        the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 29 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.30
hh3cDot11StationAssTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the station connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 30 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.31
hh3cDot11StationUserAuthType OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	INTEGER {portalAuth(1), authFree(2), associateAuth(3), macAuth(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type of user authentication with this station.
        portalAuth    - The authentication lunched by portal pop-up program
        which is need input username and passward,exclude MAC authentication.
        authFree      - There is no need others authentiaction,user will
        surf internet after association.
        associateAuth - Include WEP PSK 802.1X authentication.
        macAuth       - MAC Authentication apply with access device,
        a Remote Authentication Dial-In User Service (RADIUS) server or
        message netgate to realize fast authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 31 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.32
hh3cDot11StationRfPingTest OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to start rfping test of the station.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 32 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.33
hh3cDot11StationMaxRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the max negotiation rate of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 33 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.34
hh3cDot11StationPowerSaveModeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	INTEGER {active(0), powersave(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the power management mode of the client.
        The following values are supported:
        active    - This client is not in power-save
        mode and it is actively sending or receiving data.
        powersave - This client is in power-save mode and
        it wakes up after some time to check for buffer data."
  DEFVAL	{ active }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 34 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.35
hh3cDot11StationAuthenModeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	INTEGER {opensystem(0), sharedkey(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the authentication mode defined by 802.11.
        The following values are supported:
        opensystem   - Do not authenticate.
        sharedkey    - System will use challenge message to
        authenticate the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 35 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.36
hh3cDot11StationAKMModeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	INTEGER {none(0), psk(1), radius(2), wlanex(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the key management mode defined by 802.11i.
        The following values are supported:
        none         - no key management mode configured,
        psk          - pre-shared key authentication,
        radius       - 802.1x authentication,
        wlanex       - wlanex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 36 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.37
hh3cDot11StationSecurityCiphersCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	INTEGER {none(0), wep40(1), wep104(2), tkip(3), aesccmp(4), wpisms4(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the frame encryption cipher type used by
        station.
        The following values are supported:
        none     - clear text or no cipher method is configure,
        wep40    - 40-bit WEP key,
        wep104   - 104-bit WEP key,
        tkip     - WPA Temporal Key encryption,
        aesccmp  - WPA AES CCMP encryption,
        wpisms4  - ext encryption."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 37 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.38
hh3cDot11StationSecIEStatusCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	INTEGER {none(0), wpa(1), wpa2(2), wlanex(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the security Information element for this station.
        The following values are supported:
        none    - both wpa and wpa2 are disabled,
        wpa     - only enable wpa,
        wpa2    - only enable wpa2,
        wlanex  - only enable wlanex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 38 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.39
hh3cDot11StationIPv6Address OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IPv6 address of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 39 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.40
hh3cDot11StationAssociateAPMACAddressCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents MAC address of the AP to be associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 40 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.41
hh3cDot11StationDeviceType OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the device type of stations to be associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 41 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.42
hh3cDot11StationTxRateCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the transmit rate of frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 42 }

.1.3.6.1.4.1.25506.2.75.3.1.1.1.43
hh3cDot11StationRxRateCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the receive rate of frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAssociateTable(1) hh3cDot11StationAssociateEntry(1) 43 }

.1.3.6.1.4.1.25506.2.75.3.1.2
hh3cDot11StationAPRelationTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains relation-ship between station, AP, Radio
        and WLANID, and the detailed information of station is kept in
        the hh3cDot11StaAssociateTable table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.3.1.2.1
hh3cDot11StationAPRelationEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11StationMAC }
  DESCRIPTION	"Each entry contains relation-ship information
        with AP, Radio and WLANID of each station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAPRelationTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.2.1.1
hh3cDot11CurrAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"To uniquely identify each AP, and relation-ship
        between hh3cDot11CurrAPID and AP device will be static."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAPRelationTable(2) hh3cDot11StationAPRelationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.2.1.2
hh3cDot11CurrRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAPRelationTable(2) hh3cDot11StationAPRelationEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.3.1.2.1.3
hh3cDot11CurrWlanID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents WLAN ID of the BSS the station associated to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAPRelationTable(2) hh3cDot11StationAPRelationEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.3.1.2.1.4
hh3cDot11CurrAntennaID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents Antenna ID of the station associated to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationAPRelationTable(2) hh3cDot11StationAPRelationEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.3.1.3
hh3cDot11StationStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains statistics and status of all
        stations in the hh3cDot11StaAssociateTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1
hh3cDot11StationStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11StationMAC }
  DESCRIPTION	"This entry contains statistics and status for each station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.1
hh3cDot11StationRxFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of frames that are received by AP from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.2
hh3cDot11StationTxFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of frames that are sent to station from AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.3
hh3cDot11StationDropFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of frames that are dropped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.4
hh3cDot11StationRxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of bytes that are received by AP from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.5
hh3cDot11StationTxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of bytes that are sent to station from AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.6
hh3cDot11StationDropFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many bytes are dropped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.7
hh3cDot11StationRxRetryPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of frames that are retransmitted to AP from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.8
hh3cDot11StationTxRetryPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of frames that are retransmitted to station from AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.9
hh3cDot11StationRxRetryBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of bytes that are retransmitted to AP from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.10
hh3cDot11StationTxRetryBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of bytes that are retransmitted to station from AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.11
hh3cDot11StationThroughput OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many payload bytes of data frame are sent and received
         by station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.12
hh3cDot11StationSuccessTxCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many frames have been successfully sent to station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.13
hh3cDot11StationSuccessTxDataCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many data frames have been successfully sent to
        station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.14
hh3cDot11StationRxDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many data frames have been received from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.15
hh3cDot11StationTxDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many data frames have been sent to station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.16
hh3cDot11StationRxDataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many bytes of data frames have been received
        from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.17
hh3cDot11StationTxDataFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many bytes of data frames have been sent to
        station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.18
hh3cDot11StationRxFragCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of fragmented data frames that received
         from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.19
hh3cDot11StaRxErrDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of error data frames that are received by AP
                 from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.20
hh3cDot11StaTxRetryDataFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of data frames that are retransmitted to station
                 from AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.21
hh3cDot11StaTxDataRatePkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many data frames of each rate have been received
                from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.22
hh3cDot11StaRxDataRatePkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many data frames of each rate have been sent to
                station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.23
hh3cDot11StaTxSignalStrengthPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many data frames of different signal strength have been
                 received from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.24
hh3cDot11StaInternetRxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Internet traffic bytes received from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.25
hh3cDot11StaInternetTxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Internet traffic bytes sent to station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.26
hh3cDot11StaLocalRxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Local traffic bytes received from station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.3.1.3.1.27
hh3cDot11StaLocalTxFrameBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Local traffic bytes sent to station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationStatisTable(3) hh3cDot11StationStatisEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.3.1.4
hh3cDot11StationRfPingTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains statistics of all
        stations in the hh3cDot11StationRfPingTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.3.1.4.1
hh3cDot11StationRfPingEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11StationMAC, hh3cDot11StationRfPingIndex }
  DESCRIPTION	"This entry contains statistics for each station's RfPing results."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationRfPingTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.4.1.1
hh3cDot11StationRfPingIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32 (0..214783647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rate index for the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationRfPingTable(4) hh3cDot11StationRfPingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.3.1.4.1.2
hh3cDot11StationRfPingRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the rate at which the radio interface sends wireless ping frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationRfPingTable(4) hh3cDot11StationRfPingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.3.1.4.1.3
hh3cDot11StationRfPingTxCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of wireless ping frames that the radio interface sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationRfPingTable(4) hh3cDot11StationRfPingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.3.1.4.1.4
hh3cDot11StationRfPingRxCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of wireless ping frames that
         the radio interface received from the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationRfPingTable(4) hh3cDot11StationRfPingEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.3.1.4.1.5
hh3cDot11StationRfPingRssi OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the client signal strength detected by the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationRfPingTable(4) hh3cDot11StationRfPingEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.3.1.4.1.6
hh3cDot11StationRfPingRetries OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of retransmitted ping frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationRfPingTable(4) hh3cDot11StationRfPingEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.3.1.4.1.7
hh3cDot11StationRfPingRtt OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Round-trip time (RTT) from the time when the radio interface send a
         ping packet to the time when it receives a response from the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationMtGroup(1) hh3cDot11StationRfPingTable(4) hh3cDot11StationRfPingEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.3.2
hh3cDot11StationNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) 2 }

.1.3.6.1.4.1.25506.2.75.3.2.0
hh3cDot11StationTraps OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) 0 }

.1.3.6.1.4.1.25506.2.75.3.2.0.1
hh3cDot11StationMICErrorTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11CurrAPID, hh3cDot11CurrRadioID, hh3cDot11StationTrapBSSID, hh3cDot11StationSSIDName, hh3cDot11StationTrapStaMAC }
  DESCRIPTION	"This notification is to indicate the occurrence of a MIC
        failure in a certain station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 1 }

.1.3.6.1.4.1.25506.2.75.3.2.0.2
hh3cDot11StationAuthenErrorTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11CurrAPID, hh3cDot11CurrRadioID, hh3cDot11StationTrapBSSID, hh3cDot11StationSSIDName, hh3cDot11StationTrapStaMAC, hh3cDot11StationAuthenMode, hh3cDot11StationAKMMode }
  DESCRIPTION	"This notification is to indicate which station happened
        authentication failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 2 }

.1.3.6.1.4.1.25506.2.75.3.2.0.3
hh3cDot11StationAuthorFailTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11StationUserName, hh3cDot11StationTrapStaMAC, hh3cDot11CurrRadioID, hh3cDot11StationSSIDName, hh3cDot11StationAuthorFailCause, hh3cDot11StationFailCauseDesc, hh3cDot11CurrAPID, hh3cDot11StationBSSID, hh3cDot11StationAuthMode, hh3cDot11StationTrapAPMacAddress }
  DESCRIPTION	"This trap is sent if a station authorization fails."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 3 }

.1.3.6.1.4.1.25506.2.75.3.2.0.4
hh3cDot11StationAssocFailTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11StationTrapStaMAC, hh3cDot11CurrRadioID, hh3cDot11StationSSIDName, hh3cDot11StationAssocFailCause, hh3cDot11StationFailCauseDesc, hh3cDot11CurrAPID, hh3cDot11StationTrapAPMacAddress, hh3cDot11StationBSSID }
  DESCRIPTION	"This trap is sent if a station association fails."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 4 }

.1.3.6.1.4.1.25506.2.75.3.2.0.5
hh3cDot11StationDeAssocTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11StationUserName, hh3cDot11StationTrapStaMAC, hh3cDot11StationVlanId, hh3cDot11CurrRadioID, hh3cDot11StationSSIDName, hh3cDot11StationSessionDuration, hh3cDot11CurrAPID, hh3cDot11StationAPName, hh3cDot11StationBSSID }
  DESCRIPTION	"This trap is sent if a station de-association occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 5 }

.1.3.6.1.4.1.25506.2.75.3.2.0.6
hh3cDot11StationAuthorSuccTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11StationUserName, hh3cDot11StationTrapStaMAC, hh3cDot11StationVlanId, hh3cDot11StationSessionStartTime, hh3cDot11CurrRadioID, hh3cDot11StationSSIDName, hh3cDot11CurrAPID, hh3cDot11StationAPName, hh3cDot11StationBSSID }
  DESCRIPTION	"This trap is sent when a station is authorized successfully."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 6 }

.1.3.6.1.4.1.25506.2.75.3.2.0.7
hh3cDot11StationRoamingTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11CurrAPID, hh3cDot11StationUserName, hh3cDot11StationTrapStaMAC, hh3cDot11StationVlanId, hh3cDot11StationRoamingTime, hh3cDot11CurrRadioID, hh3cDot11StationSSIDName, hh3cDot11StationACIPAddress, hh3cDot11StationACIPv6Add }
  DESCRIPTION	"This trap is sent when a station roamed successfully."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 7 }

.1.3.6.1.4.1.25506.2.75.3.2.0.8
hh3cDot11StationDisconnectTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11StationAPName, hh3cDot11StationBSSID, hh3cDot11StationSSIDName, hh3cDot11StationSessionDuration, hh3cDot11StationVlanId, hh3cDot11CurrAPID, hh3cDot11CurrRadioID, hh3cDot11StaDisconnectReason, hh3cDot11StationTrapStaMAC }
  DESCRIPTION	"This notification is sent when station disconnects with AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 8 }

.1.3.6.1.4.1.25506.2.75.3.2.0.9
hh3cDot11UserDisconnectTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11StationAPName, hh3cDot11StationTrapStaMAC, hh3cDot11UserName }
  DESCRIPTION	"This notification is sent when user disconnects with AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 9 }

.1.3.6.1.4.1.25506.2.75.3.2.0.10
hh3cDot11StaAntennaChgTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11CurrAPID, hh3cDot11CurrRadioID, hh3cDot11StationTrapBSSID, hh3cDot11StationSSIDName, hh3cDot11StationTrapStaMAC, hh3cDot11StationTrapOldAntennaID, hh3cDot11StationTrapNewAntennaID }
  DESCRIPTION	"This notification is to indicate the station has connected to a new antenna."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 10 }

.1.3.6.1.4.1.25506.2.75.3.2.0.11
hh3cDot11StationAuditTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  OBJECTS	{ hh3cDot11StationAuditTrapOpType, hh3cDot11StationTrapStaMAC, hh3cDot11StationTrapStaIPAddress, hh3cDot11StationTrapAPMacAddress, hh3cDot11StationTrapAPIPAddress, hh3cDot11StationTrapRadioID, hh3cDot11StationTrapRadioMode, hh3cDot11StationTrapWlanID, hh3cDot11StationTrapSSIDName, hh3cDot11StationTrapVlan, hh3cDot11StationTrapChannel, hh3cDot11StationTrapRSSI, hh3cDot11StationTrapStartTime, hh3cDot11StationSessionDuration, hh3cDot11StationTrapRxFrameKbit, hh3cDot11StationTrapTxFrameKbit }
  DESCRIPTION	"This notification is to indicate the station event."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTraps(0) 11 }

.1.3.6.1.4.1.25506.2.75.3.2.1
hh3cDot11StationTrapVarObjects OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.3.2.1.1
hh3cDot11StationTrapBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents on which BSSID of AP the event happened."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.75.3.2.1.2
hh3cDot11StationTrapStaMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the MAC address of station which happened message
        integrity check (MIC) errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.75.3.2.1.3
hh3cDot11StationSessionStartTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the time at which the station connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.75.3.2.1.4
hh3cDot11StationAssocFailCause OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11AssocFailType
  SYNTAX	INTEGER {unknownfailure(1), toomanyassoc(2), invalidie(3), unsupportedrate(4), unsupportedpwrcap(5), unsupportedcap(6)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the cause of the station association failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.75.3.2.1.5
hh3cDot11StationAuthorFailCause OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11AuthorFailType
  SYNTAX	INTEGER {unknownfailure(1), invalidie(2), rsnieversionunsupported(3), wpaieversionunsupported(4), groupcipherinvalid(5), pairwisecipherinvalid(6), akminvalid(7)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the cause of the station authorization failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.75.3.2.1.6
hh3cDot11StationFailCauseDesc OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the failure description of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.75.3.2.1.7
hh3cDot11StationSessionDuration OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the duration of the station sesssion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 7 }

.1.3.6.1.4.1.25506.2.75.3.2.1.8
hh3cDot11StationRoamingTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the time at which the station roamed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 8 }

.1.3.6.1.4.1.25506.2.75.3.2.1.9
hh3cDot11StationACIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"For roam-in station, it represents the ip address of home AC.
         For roam-out station, it represents the ip address of foreign AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 9 }

.1.3.6.1.4.1.25506.2.75.3.2.1.10
hh3cDot11StationAPName OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Name of the AP which the station connects to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 10 }

.1.3.6.1.4.1.25506.2.75.3.2.1.11
hh3cDot11StationBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"BSSID which the station connects to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 11 }

.1.3.6.1.4.1.25506.2.75.3.2.1.12
hh3cDot11StaDisconnectReason OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Reason why the station disconnects with the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 12 }

.1.3.6.1.4.1.25506.2.75.3.2.1.13
hh3cDot11StationAuthMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	INTEGER {opensystem(1), sharedkey(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents station's authentication mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 13 }

.1.3.6.1.4.1.25506.2.75.3.2.1.14
hh3cDot11StationACIPv6Add OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"For roam-in station, it represents the IPv6 address of home AC.
         For roam-out station, it represents the IPv6 address of foreign AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 14 }

.1.3.6.1.4.1.25506.2.75.3.2.1.15
hh3cDot11UserName OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the user name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 15 }

.1.3.6.1.4.1.25506.2.75.3.2.1.16
hh3cDot11StationTrapAPMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the MAC address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 16 }

.1.3.6.1.4.1.25506.2.75.3.2.1.17
hh3cDot11StationTrapOldAntennaID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the ID of the old antenna to which the station is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 17 }

.1.3.6.1.4.1.25506.2.75.3.2.1.18
hh3cDot11StationTrapNewAntennaID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the ID of the new antenna to which the station is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 18 }

.1.3.6.1.4.1.25506.2.75.3.2.1.19
hh3cDot11StationTrapAPIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the IP address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 19 }

.1.3.6.1.4.1.25506.2.75.3.2.1.20
hh3cDot11StationTrapStartTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the time at which the device started to connect to a station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 20 }

.1.3.6.1.4.1.25506.2.75.3.2.1.21
hh3cDot11StationAuditTrapOpType OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the station operation type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 21 }

.1.3.6.1.4.1.25506.2.75.3.2.1.22
hh3cDot11StationTrapStaIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the IP address of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 22 }

.1.3.6.1.4.1.25506.2.75.3.2.1.23
hh3cDot11StationTrapRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 23 }

.1.3.6.1.4.1.25506.2.75.3.2.1.24
hh3cDot11StationTrapRadioMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType2
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11an(8), dot11gn(16), dot11ac(32), dot11gac(64), dot11ax(128), dot11gax(256)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the radio type supported by the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 24 }

.1.3.6.1.4.1.25506.2.75.3.2.1.25
hh3cDot11StationTrapWlanID OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the WLAN ID of the BSS to which the station is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 25 }

.1.3.6.1.4.1.25506.2.75.3.2.1.26
hh3cDot11StationTrapSSIDName OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the ESS name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 26 }

.1.3.6.1.4.1.25506.2.75.3.2.1.27
hh3cDot11StationTrapVlan OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the VLAN ID with which the station is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 27 }

.1.3.6.1.4.1.25506.2.75.3.2.1.28
hh3cDot11StationTrapChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the current radio channel used by the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 28 }

.1.3.6.1.4.1.25506.2.75.3.2.1.29
hh3cDot11StationTrapRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents a device-dependent measure of the RSSI.
        It is the received signal strength indication.
        The maximum value is defined by chip set vendors"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 29 }

.1.3.6.1.4.1.25506.2.75.3.2.1.30
hh3cDot11StationTrapRxFrameKbit OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents how many bits of data frames have been received
        from the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 30 }

.1.3.6.1.4.1.25506.2.75.3.2.1.31
hh3cDot11StationTrapTxFrameKbit OBJECT-TYPE
  -- FROM	HH3C-DOT11-STATION-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents how many bits of data frames have been sent to
        the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11STATION(3) hh3cDot11StationNotifyGroup(2) hh3cDot11StationTrapVarObjects(1) 31 }

.1.3.6.1.4.1.25506.2.75.4
hh3cDot11CFG MODULE-IDENTITY
  -- FROM	HH3C-DOT11-CFG-MIB
  DESCRIPTION	"This MIB provides information about WLAN configuration.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        Access point (AP)
        Transmitter/receiver (transceiver) device
        that commonly connects and transports data
        between a wireless network and a wired network.

        Access control (AC)
        To control and manage multi-APs, it will bridge
        wireless and wired network.

        Fat AP
        Applied in the home, SOHO and so on, and it could
        work independently without help from AC.

        Fit AP
        Applied in the enterprise environment, it will work
        under the control and management from AC.

        Control And Provisioning of Wireless Access Points Protocol
        The short name of protocol is CAPWAP.  AC will control
        and manage AP by CAPWAP tunnel protocol defined by IETF.
        Also, a data tunnel will be set up between AC and AP.

        BSS
        IEEE 802.11 Basic Service Set (Radio Cell).  The
        BSS of an AP comprises of the stations directly
        associating with the AP.

        Radio
        The chip set to receive and send wireless signal.

        Association
        The service used to establish access point
        or station mapping and enable station invocation
        of the distribution system services.
        (Wireless clients attempt to connect to
        access points.)

        Basic Rate
        A data rate that is mandatory for client
        devices to support in order for them to achieve
        successful association.

        MSDU
        MAC Service Data Unit, it is frame format defined by
        802.11.

        TU
        It is 1,024 microseconds (ms), which is about 1
        millisecond.

        AKM
        The authentication and key management method defined by
        802.11i, and which includes 802.1x and pre-shared key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 4 }

.1.3.6.1.4.1.25506.2.75.4.1
hh3cDot11GlobeConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 1 }

.1.3.6.1.4.1.25506.2.75.4.1.1
hh3cDot11GlobalCountryCode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the country code for wireless network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.1.2
hh3cDot11StaKeepALiveTimerIntvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the interval of the keep alive requests sent between
        AP and STA.
        Default value 0 : The keep alive function is disabled."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.1.3
hh3cDot11StaIdleTimerIntvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the interval for which the link between AP and STA
        ( power-save or awake ) can be idle."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.1.4
hh3cDot11BroadcastProbeReply OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents enable the AP to reply broadcast probe or not.
        'true' : The AP to reply broadcast probe is enabled.
        'false': The AP to reply broadcast probe is disabled"
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.1.5
hh3cDot11APScanMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {active(1), passive(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the scanning mode for AP.
        The following values are supported:
        active   - AP will actively do scan.
        passive  - AP will passively do scan."
  DEFVAL	{ passive }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.1.6
hh3cDot11ACCtrlTunnelSecSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TunnelSecSchemType
  SYNTAX	INTEGER {cleartxt(1), dtls(2), ipsec(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents what security schemes are supported for CAPWAP Control
        tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.1.7
hh3cDot11ACDataTunnelSecSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TunnelSecSchemType
  SYNTAX	INTEGER {cleartxt(1), dtls(2), ipsec(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents what security schemes are supported for CAPWAP data
        tunnel.  The cleartxt is the default scheme."
  DEFVAL	{ cleartxt }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.1.8
hh3cDot11ACAutoAPSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents enable the auto AP functionality or not.
        'true' : The auto AP functionality is enabled.
        'false': The auto AP functionality is disabled"
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.1.9
hh3cDot11AutoAPName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the name of auto AP that needs to be made persistent.
        When read the value from the node, NULL value be returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.1.10
hh3cDot11PersistentName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the new name of auto AP after being made persistent.
        When read the value from the node, NULL value be returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.1.11
hh3cDot11IntfTrapThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents threshold of interference trap.  If signal strength of
        the device exceeds this threshold, corresponding trap will
        be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.1.12
hh3cDot11MonitorInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32 (0 | 5..15) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the monitoring interval.
        Default value 0 : The monitoring functionality is changed to
        real-time mode."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.1.13
hh3cDot11SampleInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32 (0 | 10..300) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the sampling interval.
        Default value 0 : The sampling functionality is disabled."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.1.14
hh3cDot11ChnlSwitChkInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32 (8..180) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the checking interval of channel switch."
  DEFVAL	{ 8 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 14 }

.1.3.6.1.4.1.25506.2.75.4.1.15
hh3cDot11APUserUplimit OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the upper limit of user which has access to this AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 15 }

.1.3.6.1.4.1.25506.2.75.4.1.16
hh3cDot11APL2IsolateEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents enable the layer2 isolation or not.
        'true' : The layer2 isolation functionality is enabled.
        'false': The layer2 isolation functionality is disabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 16 }

.1.3.6.1.4.1.25506.2.75.4.1.17
hh3cDot11APBSSIDSupportNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the max number of BSSID supported by Current AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 17 }

.1.3.6.1.4.1.25506.2.75.4.1.18
hh3cDot11APLastUpdateStatTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents date and time update statistic information lately."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 18 }

.1.3.6.1.4.1.25506.2.75.4.1.19
hh3cDot11APDoSProtectEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents enable the DOS protection or not.
        'true' : The DOS protection functionality is enabled.
        'false': The DOS protection functionality is disabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 19 }

.1.3.6.1.4.1.25506.2.75.4.1.20
hh3cDot11MaxAPPerIf OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents max AP number that can be connected to AC interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 20 }

.1.3.6.1.4.1.25506.2.75.4.1.21
hh3cDot11SampleTimeStamp OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the start time of current sample period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 21 }

.1.3.6.1.4.1.25506.2.75.4.1.22
hh3cDot11UplinkTrackId OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the track id of AP.
        Default value 0 : The uplink track function for AP is disabled."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 22 }

.1.3.6.1.4.1.25506.2.75.4.1.23
hh3cDot11RtCollectSwitch OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to turn on/off real-time statistics collection
         between AC and AP.  If the value is true, hh3cDot11RtCollectIntvl will
         take effect.  Otherwise, hh3cDot11RglCollectIntvl will take effect."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 23 }

.1.3.6.1.4.1.25506.2.75.4.1.24
hh3cDot11RglCollectIntvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents interval to regularly collect statistics from
         AC to AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 24 }

.1.3.6.1.4.1.25506.2.75.4.1.25
hh3cDot11RtCollectIntvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents interval to collect real-time statistics from
         AC to AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 25 }

.1.3.6.1.4.1.25506.2.75.4.1.26
hh3cDot11AllAPCpuUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The CPU usage threshold for all AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 26 }

.1.3.6.1.4.1.25506.2.75.4.1.27
hh3cDot11AllAPMemUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The memory usage threshold for all AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 27 }

.1.3.6.1.4.1.25506.2.75.4.1.28
hh3cDot11AdjIntfTrapThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents threshold of adjacent interference trap.  If signal strength
        of the device exceeds this threshold, corresponding trap will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 28 }

.1.3.6.1.4.1.25506.2.75.4.1.29
hh3cDot11AllAPMonitorMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {normal(1), monitor(2), hybrid(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents what work mode for All AP.
        The following values are supported:
        normal,     - AP will supply WLAN service.
        monitor     - AP will be a monitor to find attack.
        hybrid      - AP will supply WLAN service and Device detection is
        enabled."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 29 }

.1.3.6.1.4.1.25506.2.75.4.1.30
hh3cDot11GlobalApFmwUpdState OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the status of version auto-update for an AP.
        The following values are supported:
        enable      - AP version will be updated automatically.
        disable     - AP version will not be updated automatically."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 30 }

.1.3.6.1.4.1.25506.2.75.4.1.31
hh3cDot11ACNasIDCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the NAS-ID of current AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 31 }

.1.3.6.1.4.1.25506.2.75.4.1.32
hh3cDot11ACRole OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {normal(1), central(2), local(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current network status of AC.
        The following values are supported:
        normal,     - normal ac.
        central     - A central AC is an AC where local ACs are
                      configured, and it establishes CAPWAP tunnels
                      with the local ACs.
        local       - Local ACs provide network access to APs
                      and process client traffic. They are managed
                      by the central AC."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 32 }

.1.3.6.1.4.1.25506.2.75.4.1.33
hh3cDot11GlobalLocalACState OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the status of local-ac for an AC.
        The following values are supported:
        enable      - LocalAC state will be enabled.
        disable     - LocalAC state will not be enabled."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 33 }

.1.3.6.1.4.1.25506.2.75.4.1.34
hh3cDot11CentralACIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the CentralAC IP address of LocalAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 34 }

.1.3.6.1.4.1.25506.2.75.4.1.35
hh3cDot11CentralACIPv6Address OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the CentralAC IPv6 address of LocalAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 35 }

.1.3.6.1.4.1.25506.2.75.4.1.36
hh3cDot11iMcIP OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the iMc IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 36 }

.1.3.6.1.4.1.25506.2.75.4.1.37
hh3cDot11iMcPort OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the iMc Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 37 }

.1.3.6.1.4.1.25506.2.75.4.1.38
hh3cDot11APProvisionSave OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Sends the provisioned configuration to APs.
        When you read from this node, the system returns NULL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 38 }

.1.3.6.1.4.1.25506.2.75.4.1.39
hh3cDot11ApRenameCurrentName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the current name of the AP that needs to be changed.
         When you read from the node, the system returns NULL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 39 }

.1.3.6.1.4.1.25506.2.75.4.1.40
hh3cDot11ApRenameNewName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the new name of the AP.
         When you read from the node, the system returns NULL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 40 }

.1.3.6.1.4.1.25506.2.75.4.1.41
hh3cDot11ACDescription OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute will give more information about AC.
        Administrator could suggest the location, owner or
        other information for each AC.
        If the value is set to NULL, the description will be removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11GlobeConfigGroup(1) 41 }

.1.3.6.1.4.1.25506.2.75.4.2
hh3cDot11PolicyConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 2 }

.1.3.6.1.4.1.25506.2.75.4.2.1
hh3cDot11RadioPolicyTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for radio policy, as per
        radio policy of CLI.
        One radio policy could be assigned to the different radios (AP)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1
hh3cDot11RadioPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED hh3cDot11RadioPolicyName }
  DESCRIPTION	"Each entry contains information of each radio policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.1
hh3cDot11RadioPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of radio policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.2
hh3cDot11BeaconInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval for Beacon management frame."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.3
hh3cDot11DtimInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the number of beacon intervals that shall elapse
        between transmission of Beacons frames containing a Traffic
        Indication Map (TIM) element whose DTIM Count field is 0.
        This value is transmitted in the Delivery TIM (DTIM) Period
        field of Beacon frames."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.4
hh3cDot11RtsThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the current minimum size, in octets, of the MAC
        protocol data unit (MPDU), below which a Request to send/Clear
        to send (RTS/CTS) handshake shall not be performed."
  DEFVAL	{ 2346 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.5
hh3cDot11FragThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the current maximum size, in octets, of the MPDU that
        may be delivered to the PHY.  A MSDU shall be broken into
        fragments if its size exceeds the value of this attribute after
        adding MAC headers and trailers."
  DEFVAL	{ 2346 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.6
hh3cDot11ShortRetryThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the maximum number of transmission attempts of a
        frame, the length of which is less than or equal to
        hh3cDot11RTSThreshold, which shall be made before a failure
        condition is indicated."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.7
hh3cDot11LongRetryThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the maximum number of transmission attempts of a
        frame, the length of which is longer than hh3cDot11RTSThreshold,
        that shall be made before a failure condition is indicated."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.8
hh3cDot11MaxRxLifetime OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the elapsed time.  After the time specified by
        hh3cDot11MaxRxLifetime, the further attempts to reassemble the
        MSDU shall be terminated."
  DEFVAL	{ 2000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.9
hh3cDot11RdoPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.10
hh3cDot11RdoClientMaxCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represent the maximum number of stations supported by
        this radio policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.2.1.1.11
hh3cDot11BeaconIntervalMs OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval for Beacon management frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyTable(1) hh3cDot11RadioPolicyEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.2.2
hh3cDot11ServicePolicyTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for ESS, as per service policy
        of CLI.
        One service policy could be assigned to the different radios
        (AP)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1
hh3cDot11ServicePolicyEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11ServicePolicyID }
  DESCRIPTION	"Each entry contains information of each service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.1
hh3cDot11ServicePolicyID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of each service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.2
hh3cDot11SSIDName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the ESS.  As per CLI, the value of
        service policy name will be SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.3
hh3cDot11SSIDHidden OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This attribute controls whether the SSID will be advertised in
        the beacon frame.
        If it is true, then SSID will not be advertised in the beacon
        frame."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.4
hh3cDot11AuthenMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11AuthenType
  SYNTAX	INTEGER {none(1), opensystem(2), sharedkey(3), all(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the Authentication mode defined by 802.11."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.5
hh3cDot11SSIDEncryptionMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDEncryptModeType
  SYNTAX	INTEGER {cleartxt(1), cipher(2), ext(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the encryption mode for this ESS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.6
hh3cDot11WlanInfBindingType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the service policy will bind to what kind of
        data forwarding interface."
  DEFVAL	{ \"WLAN-ESS\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.7
hh3cDot11WlanInfBindingID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interface ID of the interface that ESS will
        bind to.
        If the value is set to -1, the binding will be removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.8
hh3cDot11SrvPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.9
hh3cDot11ClientMaxCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represent the maximum number of stations supported by
        this service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.10
hh3cDot11SPInCirMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11CirMode
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        CIR(committed information rate) mode of inbound direction.
        This object is useful only when the corresponding CIR is nonzero.
        If value of this object is changed, corresponding CIR will be reset."
  DEFVAL	{ static }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.11
hh3cDot11SPInCirValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the CIR of inbound direction of this service policy.
        If the value is 0, it means that no flow control is applied to
        the service policy, and the corresponding CIR mode is meaningless."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.12
hh3cDot11SPOutCirMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11CirMode
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        CIR(committed information rate) mode of outbound direction.
        This object is useful only when the corresponding CIR is nonzero.
        If value of this object is changed, corresponding CIR will be reset."
  DEFVAL	{ static }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.13
hh3cDot11SPOutCirValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the CIR of outbound direction of this service policy.
        If the value is 0, it means that no flow control is applied to
        the service policy, and the corresponding CIR mode is meaningless."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.14
hh3cDot11WlanInfPVID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the VLAN ID of SSID."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.15
hh3cDot11SPInCirStaticValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the CIR of inbound direction for static CIR mode."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.16
hh3cDot11SPOutCirStaticValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the CIR of outbound direction for static CIR mode."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.17
hh3cDot11SPIsolate OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If it is true, then stations connected with the service policy are
         isolated."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.18
hh3cDot11WlanexAuthServerIP OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the IP address of the Wlanex Authentication server"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.19
hh3cDot11SPBeaconMeasEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If it is true, then beacon-measurement is enabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.20
hh3cDot11SPBeaconMeasType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {passive(1), active(2), beaconTable(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents what the work mode for BeaconMeasurement type.
        The following values are supported:
        passive,      - BeaconMeasurement will use the passive type.
        active        - BeaconMeasurement will use the active type.
        beaconTable   - BeaconMeasurement will use the beacon table type."
  DEFVAL	{ beaconTable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.21
hh3cDot11SPBeaconMeasInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (10..200) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the beacon-measurement interval."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.22
hh3cDot11AuthenModeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {opensystem(0), sharedkey(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the Authentication mode defined by 802.11."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.23
hh3cDot11SecIEStatusCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {none(0), wpa(1), wpa2(2), wlanex(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"To enable the security Information element in the beacon and
        probe response frames sent by AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.24
hh3cDot11SecurityCiphersCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {none(0), wep40(1), wep104(2), tkip(3), aesccmp(4), wpisms4(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The WLAN system support the following cipher type for data frame
        encryption.
        none
        wep40
        wep104
        tkip
        aesccmp
        wpi-SMS4
        When the value of node equals to zero, it means no configuration or
        undo operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.25
hh3cDot11SrvPolicyStatusCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {off(0), on(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the Service Policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.26
hh3cDot11SSIDHiddenCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TruthValueCM
  SYNTAX	INTEGER {dot11false(0), dot11true(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This attribute controls whether the SSID will be advertised in
        beacon frames.
        If it is dot11true, the SSID will not be advertised in beacon
        frames."
  DEFVAL	{ dot11false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.27
hh3cDot11SPIsolateCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TruthValueCM
  SYNTAX	INTEGER {dot11false(0), dot11true(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If it is dot11true, the clients connected with the service policy are
        isolated to each other."
  DEFVAL	{ dot11false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.28
hh3cDot11FwdVlanBitMapLow OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
         VLANs, with the first octet specifying VLANs 1 through 8,
         the second octet specifying VLANs 9 through 16, etc.
         Within each octet, the most significant bit represents
         the highest numbered VLAN, and the least significant bit
         represents the lowest numbered VLAN. Thus, each untagged
         VLAN of the hybrid port is represented by a single bit
         within the value of this object. If that bit has a value
         of '1' then that VLAN is untagged in the set of VLANs; the
         VLAN is not untagged if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.29
hh3cDot11FwdVlanBitMapHigh OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
         VLANs, with the first octet specifying VLANs 1 through 8,
         the second octet specifying VLANs 9 through 16, etc.
         Within each octet, the most significant bit represents
         the highest numbered VLAN, and the least significant bit
         represents the lowest numbered VLAN. Thus, each untagged
         VLAN of the hybrid port is represented by a single bit
         within the value of this object. If that bit has a value
         of '1' then that VLAN is untagged in the set of VLANs; the
         VLAN is not untagged if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 29 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.30
hh3cDot11ServicePolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of each service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 30 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.31
hh3cDot11SecurityModeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {none(0), psk(1), radius(2), wlanex(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Determines the security modes of the WLAN port.

        none  - The default value. No security mode is set.

        psk  - Access to the port is denied until the port client is
        authorized (by 802.1X key negotiation).

        radius  - Access to the port is denied until the port
        client is authorized (by 802.1X).

        wlanex  - Access to the port is denied until the port client is
        authenticated by wlan cert."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 31 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.32
hh3cDot11SPInCbsValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the CBS of inbound direction of this service policy.
        If the value is 0, it means that the CBS is automatically calculated
        from the value of CIR."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 32 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.33
hh3cDot11SPOutCbsValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the CBS of outbound direction of this service policy.
        If the value is 0, it means that the CBS is automatically calculated
        from the value of CIR."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 33 }

.1.3.6.1.4.1.25506.2.75.4.2.2.1.34
hh3cDot11WlanInfCustomerPVID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the customer PVID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyTable(2) hh3cDot11ServicePolicyEntry(1) 34 }

.1.3.6.1.4.1.25506.2.75.4.2.3
hh3cDot11ServicePolicyExtTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for ESS, as per service policy
        of CLI.
        When the value of hh3cDot11SSIDEncryptionMode equals to cipher(2),
        more configuration for a ESS will be put into the table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) 3 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1
hh3cDot11ServicePolicyExtEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11ServicePolicyExtID }
  DESCRIPTION	"Each entry contains information of each service policy under cipher(2)
        mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1.1
hh3cDot11ServicePolicyExtID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of each service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) hh3cDot11ServicePolicyExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1.2
hh3cDot11SecIEStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SecIEStatusType
  SYNTAX	INTEGER {none(1), rsn(2), wpa(3), all(4), ext(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"To enable the security Information element in the beacon and
        probe response frames sent by AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) hh3cDot11ServicePolicyExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1.3
hh3cDot11SecurityCiphers OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The WLAN system support the following cipher type for data frame
        encryption.
        wep40(2)
        tkip(4)
        aesccmp(16)
        wep104(32)
        wpisms4(64)
        wep128(128)
        For each service policy, it could support multiple cipher types at
        the same time.  So the value of object could combine multiple value
        of cipher type above.
        When the value of node equals to zero, it means no configuration or
        undo operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) hh3cDot11ServicePolicyExtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1.4
hh3cDot11CipherKeyIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the key index of cipher key for packet.
        When hh3cDot11SecurityCiphers value is wep40 or wep104,
        the configuration will take effective."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) hh3cDot11ServicePolicyExtEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1.5
hh3cDot11CipherKey OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the cipher key for packet.
        When hh3cDot11SecurityCiphers value is wep40 or wep104,
        the configuration will take effective."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) hh3cDot11ServicePolicyExtEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1.6
hh3cDot11SrvPolicyExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) hh3cDot11ServicePolicyExtEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1.7
hh3cDot11CipherKeyType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {char(1), hex(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the cipher key type of hh3cDot11CipherKey."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) hh3cDot11ServicePolicyExtEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1.8
hh3cDot11AkmMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {none(0), dot1x(1), psk(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The authentication and key management mode."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) hh3cDot11ServicePolicyExtEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.2.3.1.9
hh3cDot11PskKey OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the preshared key.  This configuration takes effect
        if the hh3cDot11AkmMode value is psk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11ServicePolicyExtTable(3) hh3cDot11ServicePolicyExtEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.2.4
hh3cDot11RadioPolicyExtTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the radio policy of each radio.
        It can't be modified if the radio policy is a default radio policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) 4 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1
hh3cDot11RadioPolicyExtEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RPAPSerialID, hh3cDot11RPRadioID }
  DESCRIPTION	"Each entry contains information of each radio policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.1
hh3cDot11RPAPSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the Serial ID of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.2
hh3cDot11RPRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.3
hh3cDot11RPBeaconInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the interval for Beacon management frame."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.4
hh3cDot11RPDtimInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the number of beacon intervals that shall elapse
        between transmissions of Beacons frames containing a Traffic
        Indication Map (TIM) element whose DTIM count field is 0.
        This value is transmitted in the Delivery TIM (DTIM) Period
        field of Beacon frames."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.5
hh3cDot11RPRtsThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the current minimum size, in octets, of the MAC
        protocol data unit (MPDU), below which a Request to send/Clear
        to send (RTS/CTS) handshake shall not be performed."
  DEFVAL	{ 2346 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.6
hh3cDot11RPFragThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the current maximum size, in octets, of the MPDU
         that may be delivered to the PHY.  A MSDU shall be broken into
        fragments if its size exceeds the value of this attribute after
        adding MAC headers and trailers."
  DEFVAL	{ 2346 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.7
hh3cDot11RPShortRetryThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the maximum number of transmission attempts of a
        frame, the length of which is less than or equal to
        hh3cDot11RTSThreshold, that shall be made before a failure
        condition is indicated."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.8
hh3cDot11RPLongRetryThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the maximum number of transmission attempts of a
        frame, the length of which is longer than hh3cDot11RTSThreshold,
        and that shall be made before a failure condition is indicated."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.9
hh3cDot11RPClientMaxCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the maximum number of stations supported by
        this radio policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.2.4.1.10
hh3cDot11RPBeaconIntervalCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents beacon interval."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11RadioPolicyExtTable(4) hh3cDot11RadioPolicyExtEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.2.5
hh3cDot11SrvPortSecurityTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the WLAN security status for ESS, BSS and
        WLAN-Ethernet interface which binding the crypto service-template.
        Otherwise, when binding the clear service-template,
        hh3cPortSecurityTables should be used to configure port security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) 5 }

.1.3.6.1.4.1.25506.2.75.4.2.5.1
hh3cDot11SrvPortSecurityEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SecurityServicePolicyID }
  DESCRIPTION	"There is a row in this table for service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvPortSecurityTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.5.1.1
hh3cDot11SecurityServicePolicyID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of each service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvPortSecurityTable(5) hh3cDot11SrvPortSecurityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.5.1.2
hh3cDot11SrvPortSecurityMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {noRestrictions(1), userLoginSecureExt(2), psk(3), macAddressAndPsk(4), userLoginSecureExtOrPsk(5), ext(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Determines the security modes of the WLAN port.

        noRestrictions  The default value, no any security mode is set.

        userLoginSecureExt  Access to the port is denied until the port
        client is authorized (by 802.1X).

        psk  Access to the port is denied until the port client is
        authorized (by 802.1X key negotiation).

        macAddressAndPsk  The MAC address is first authenticated and only if
        this succeeds does the psk then attempt user authentication.

        userLoginSecureExtOrPsk  This selects both the userLoginSecureExt and
        psk modes together such that either is allowed to authorized access.
        Which mode works for client depends on the client's choice.

        ext  Access to the port is denied until the port client is
        authenticated (by ext)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvPortSecurityTable(5) hh3cDot11SrvPortSecurityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.2.5.1.3
hh3cDot11SrvSecurityKeyType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {userLoginTxKeyTypeNone(1), userLoginTxKeyTypeDot11Key(2), userLoginTxKeyTypeRsaRC4Key(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This indicates the key type in the 802.1X EAPOL_Key packet.

        userLoginTxKeyTypeNone  - This means the key type is not set yet.

        userLoginTxKeyTypeDot11Key  - This selects the 802.11 key type.

        userLoginTxKeyTypeRsaRC4Key  - This selects the RC4 key for RSA RC4
        session encryption."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvPortSecurityTable(5) hh3cDot11SrvPortSecurityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.2.5.1.4
hh3cDot11SrvSecurityPskKeyMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {pskKeyModeNone(1), pskKeyModePassPhrase(2), pskKeyModeRawKey(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is the password input mode.  When input as pskKeyModePassPhrase,
        hh3cDot11SrvSecurityPskKeyString must be 8 to 63 characters;
        when input as pskKeyModeRawKey, hh3cDot11SrvSecurityPskKeyString
        must be 64 characters and each character must be '0'-'9', 'a'-'f' and
        'A'-'F'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvPortSecurityTable(5) hh3cDot11SrvPortSecurityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.2.5.1.5
hh3cDot11SrvSecurityPskKeyString OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is the password string used for psk authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvPortSecurityTable(5) hh3cDot11SrvPortSecurityEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.2.5.1.6
hh3cDot11SrvPortSecurityModeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {none(0), psk(1), radius(2), wlanex(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Determines the security modes of the WLAN port.

        none  - The default value, no any security mode is set.

        psk  - Access to the port is denied until the port client is
        authorized (by 802.1X key negotiation).

        radius  - Access to the port is denied until the port
        client is authorized (by 802.1X).

        wlanex  - Access to the port is denied until the port client is
        authenticated by wlan cert."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvPortSecurityTable(5) hh3cDot11SrvPortSecurityEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.2.6
hh3cDot11SrvPolicyExtendTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters of each service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) 6 }

.1.3.6.1.4.1.25506.2.75.4.2.6.1
hh3cDot11SrvPolicyExtendEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11ServicePolicyID }
  DESCRIPTION	"Each entry contains information of each service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvPolicyExtendTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.6.1.1
hh3cDot11SPEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the service policy is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvPolicyExtendTable(6) hh3cDot11SrvPolicyExtendEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.7
hh3cDot11SrvL2AuthenTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the Layer 2 authentication status of service
         templates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) 7 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1
hh3cDot11SrvL2AuthenEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SrvL2AuthenID }
  DESCRIPTION	"There is a row for a service template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.1
hh3cDot11SrvL2AuthenID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of a service template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.2
hh3cDot11L2AuthenMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {bypass(1), macAuthentication(2), macThenDot1xAuthentication(3), dot1xAuthentication(4), dot1xThenMacAuthentication(5), ouiThenDot1x(6), macAndDot1x(7)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Authentication mode of the service template.

        bypass  No authentication is required.

        macAuthentication  MAC authentication.

        macThenDot1xAuthentication  MAC authentication is executed first.
        If MAC authentication fails, 802.1X authentication is executed.

        dot1xAuthentication  Access to the port is denied until the client
        is authorized by 802.1X.

        dot1xThenMacAuthentication  802.1X authentication is executed first.
        If 802.1X authentication fails , MAC authentication is executed.

        ouiThenDot1x  OUI authentication is first executed.
        If OUI authentication fails, 802.1X authentication is executed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.3
hh3cDot11L2IntrusProtectEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enables intrusion protection for the service template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.4
hh3cDot11L2IntrusProtectOpt OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {blockMACTemporarily(1), stopServiceTemporarily(2), stopService(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Operation mode when intrusion is detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.5
hh3cDot11TempServiceStopTimer OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (10..300) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time period for temporarily stopping service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.6
hh3cDot11TempBlockMACTimer OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (60..300) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time period for temporarily blocking user MACs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.7
hh3cDot11L2IgnoreAuthorization OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Ignores all authorization information set by the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.8
hh3cDot11L2FailVLAN OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"VLAN for authentication failure.  0 means not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.9
hh3cDot11L2CriticalVLAN OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"VLAN for server unavailability situation.  0 means not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.10
hh3cDot11L2AuthorFailOffline OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Users are logged off if authorization fails."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.11
hh3cDot11L2AccountFailOffline OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Users are logged off if accounting fails."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.12
hh3cDot11Dot1xHSEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enables 802.1X handshake."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.13
hh3cDot11Dot1xSecureHSEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enables secure 802.1X handshake."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.14
hh3cDot11Dot1xReauthenEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enables 802.1X reauthentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.15
hh3cDot11Dot1xMandatoryDomain OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"802.1X authentication domain of users for the service template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.16
hh3cDot11Dot1xMaxUserCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum number of 802.1X users supported by the BSS bound to the service
        template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.17
hh3cDot11MACAuthenDomain OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"MAC authentication domain of users for the service template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.4.2.7.1.18
hh3cDot11MACAuthenMaxUserCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum number of MAC authentication users supported by the BSS bound to
         the service template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11SrvL2AuthenTable(7) hh3cDot11SrvL2AuthenEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.4.2.8
hh3cDot11IPLearningTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table specifies the IP learning type and status
        of service templates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) 8 }

.1.3.6.1.4.1.25506.2.75.4.2.8.1
hh3cDot11IPLearningEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11IPLearningServiceName, hh3cDot11IPLearningType }
  DESCRIPTION	"Each entry contains information about an IP learning entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11IPLearningTable(8) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.8.1.1
hh3cDot11IPLearningServiceName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the service name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11IPLearningTable(8) hh3cDot11IPLearningEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.2.8.1.2
hh3cDot11IPLearningType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {invalid(1), arp(2), dhcp(3), dhcp6(4), nd(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the IP learning type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11IPLearningTable(8) hh3cDot11IPLearningEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.2.8.1.3
hh3cDot11IPLearningStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the ip learning status of the interface.
         Setting this attribute to true enables IP learning on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11IPLearningTable(8) hh3cDot11IPLearningEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.2.8.1.4
hh3cDot11IPLearningVlanBitMapL OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
         VLANs, with the first octet specifying VLANs 1 through 8 and
         the second octet specifying VLANs 9 through 16, etc.
         Within each octet, the most significant bit represents
         the highest numbered VLAN, and the least significant bit
         represents the lowest numbered VLAN. Thus, each untagged
         VLAN of the hybrid port is represented by a single bit
         within the value of this object. If that bit has a value
         of '1', that VLAN is untagged in the set of VLANs; the
         VLAN is not untagged if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11IPLearningTable(8) hh3cDot11IPLearningEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.2.8.1.5
hh3cDot11IPLearningVlanBitMapH OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
         VLANs, with the first octet specifying VLANs 1 through 8 and
         the second octet specifying VLANs 9 through 16, etc.
         Within each octet, the most significant bit represents
         the highest numbered VLAN, and the least significant bit
         represents the lowest numbered VLAN. Thus, each untagged
         VLAN of the hybrid port is represented by a single bit
         within the value of this object. If that bit has a value
         of '1', that VLAN is untagged in the set of VLANs; the
         VLAN is not untagged if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11PolicyConfigGroup(2) hh3cDot11IPLearningTable(8) hh3cDot11IPLearningEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.3
hh3cDot11APConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.1
hh3cDot11APTemplateTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"By AP template CLI, administrator will configure the parameters of AP
        by convenience.
        Before AP boot up and connect to AC by CAPWAP tunnel, administrator
        will create AP template for each AP.  When AP connect to AC,
        AC will assign configuration to AP by hh3cDot11APSerialID
        information in AP template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1
hh3cDot11APTemplateEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APTemplateName }
  DESCRIPTION	"Each entry contains configuration information for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.1
hh3cDot11APTemplateName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of AP template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.2
hh3cDot11APSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents AP serial id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.3
hh3cDot11TemplateAPModelAlias OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the alias of AP model name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.4
hh3cDot11Description OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This attribute will give more information about AP.
        Administrator could suggest the location, owner or
        other information for each AP.
        If the value is set to NULL, the description will be removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.5
hh3cDot11APWorkMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {normal(1), monitor(2), hybrid(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents what work mode for AP.
        The following values are supported:
        normal      - AP will supply WLAN service.
        monitor     - AP will be a monitor to find attack.
        hybrid      - AP will supply WLAN service and Device detection is
        enabled."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.6
hh3cDot11APTemplateRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.7
hh3cDot11APName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the AP name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.8
hh3cDot11StatisInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval of radio statistic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.9
hh3cDot11APBroadcastProbeReply OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents enable the AP to reply broadcast probe or not.
        'true' : The AP to reply broadcast probe is enabled.
        'false': The AP to reply broadcast probe is disabled"
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.10
hh3cDot11StaIdleTimerInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval for which the link between AP and STA
        ( power-save or awake ) can be idle."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.11
hh3cDot11StaKeepAliveTimerInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval of the keep alive requests sent between
        AP and STA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.12
hh3cDot11APCir OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the committed information rate between AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.13
hh3cDot11APCbs OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the committed burst size between AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.14
hh3cDot11APPriorityLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the connection priority for the AP.
        If the connection priority is 7, the AC is considered as the
        primary AC for the AP."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.15
hh3cDot11APElementID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the AP element ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.16
hh3cDot11APDevDetectEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents whether device detection is enabled or not.
         'true' : Device detection is enabled.
         'false': Device detection is disabled.
         If device detection is enabled, the AP will provide both device
         detection and WLAN data services.
         By default, the AP only provides WLAN data services.  When an AP works
         in monitor mode, that is, the value of object hh3cDot11APWorkMode is
         monitor, device detection cannot be enabled with object
         hh3cDot11APDevDetectEnable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.17
hh3cDot11APGetIPMethod OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {dhcpAlloc(1), static(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the method how AP gets IP address."
  DEFVAL	{ dhcpAlloc }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.18
hh3cDot11StatisIntervMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {normal(1), realtime(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the mode of statics interval.
         normal    - statics interval value between 10s to 240s
         realtime  - statics interval value between 0s to 5s"
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.19
hh3cDot11ApTrapEnabled OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the trap status is enabled or not.
        'true'  : Enable  the trap status;
        'false' : Disable the trap status."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.20
hh3cDot11ApFmwUpdState OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {enable(1), disable(2), inherit(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the status of version auto-update for an AP.
        The following values are supported:
        enable   - AP version will be updated automatically.
        disable  - AP version will not be updated automatically.
        inherit  - The status will inherit value from apgroup-view or system-view."
  DEFVAL	{ inherit }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.21
hh3cDot11StatisIntervModeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {off(0), on(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the mode of statistic interval.
        off    - statistic interval value between 10s to 240s
        on     - statistic interval value between 0s to 5s"
  DEFVAL	{ off }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.22
hh3cDot11ApNasIDCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the NAS-ID of current service policy for each
        specific radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.23
hh3cDot11ApCoveragetype OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {school(1), traffic(2), shopping(3), company(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the coverage type of AP.
        school - the coverage type is school
        traffic - the coverage type is traffic
        shop - the coverage type is shop
        company - the coverage type is company"
  DEFVAL	{ school }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.24
hh3cDot11APControlAddressState OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the status of control address for an AP.
        The following values are supported:
        enable      - AC rediscovery will be enabled.
        disable     - AC rediscovery will be disabled."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.25
hh3cDot11APControlAddressIPv4 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents an AC IPv4 address for AC rediscovery."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.26
hh3cDot11APControlAddressIPv6 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents an AC IPv6 address for AC rediscovery."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.27
hh3cDot11APLocalACName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the local AC name the AP belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.28
hh3cDot11APEchoInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the echo-interval of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.29
hh3cDot11APProvisionAPIPv4 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the IPv4 address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 29 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.30
hh3cDot11APProvisionIPv4Mask OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (1..31) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the IPv4 address mask of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 30 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.31
hh3cDot11APProvisionAPIPv6 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the IPv6 address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 31 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.32
hh3cDot11APProvisionIPv6PrefixLen OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the IPv6 address prefix length of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 32 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.33
hh3cDot11APProvisionACIPv4 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents an AC IPv4 address for discovery."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 33 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.34
hh3cDot11APProvisionACIpv6 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents an AC IPv6 address for discovery."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 34 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.35
hh3cDot11APProvisionGateWayIPV4 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the gateway IPv4 address for an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 35 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.36
hh3cDot11APProvisionGateWayIPV6 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents thre gateway IPv6 address for an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 36 }

.1.3.6.1.4.1.25506.2.75.4.3.1.1.37
hh3cDot11APMapConfigFileName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of the AP MapConfigFile."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APTemplateTable(1) hh3cDot11APTemplateEntry(1) 37 }

.1.3.6.1.4.1.25506.2.75.4.3.2
hh3cDot11RadioToConfigTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Before AP connects to AC, administrator will configure radio
        parameter to each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1
hh3cDot11RadioToConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APTemplateNameCfg, hh3cDot11CfgRadioID }
  DESCRIPTION	"Each entry contains configuration information for each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.1
hh3cDot11APTemplateNameCfg OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of AP template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.2
hh3cDot11CfgRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.3
hh3cDot11CfgRadioPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the name of radio policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.4
hh3cDot11CfgRadioType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64), dot11gac(128), dot11ax(256), dot11gax(512)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the radio will work with which 802.11 radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.5
hh3cDot11CfgChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the channel allocation of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.6
hh3cDot11CfgMaxTxPowerLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TxPwrLevelScopeType
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximal transmit power scope for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.7
hh3cDot11PreambleLen OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PreambleType
  SYNTAX	INTEGER {long(1), short(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether use long or short preamble for 802.11 MAC
        frame.
        When hh3cDot11CfgRadioType is either dot11b, dot11g or dot11gn,
        then value for hh3cDot11PreambleLen will be valid.
        Otherwise, the value for it will be invalid."
  DEFVAL	{ short }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.8
hh3cDot11CfgRadioStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the radio admin status whether is enabled
        or disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.9
hh3cDot11CfgRdElementID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the element ID of this radio.  It comprises two parts.
        The highest 24 bits are AP element ID and the lowest 8 bits are
        radio ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.10
hh3cDot11CfgWorkMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WorkMode
  SYNTAX	INTEGER {normal(1), monitor(2), hybrid(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents work mode of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.11
hh3cDot11CfgPwrAttValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the value of power attenuation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.12
hh3cDot11RadioTxArithmetic OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {quality(1), bandwidth(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the transmission arithmetic of the radio.
        The following values are supported:
        quality   - Consider the quality first during the transmission.
        bandwidth - Consider the bandwidth first during the transmission."
  DEFVAL	{ quality }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.13
hh3cDot11CfgChannelLockStat OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {unlocked(1), locked(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents locked status of channel on the radio."
  DEFVAL	{ unlocked }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.14
hh3cDot11CfgPowerLockStat OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {unlocked(1), locked(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents locked status of power on the radio."
  DEFVAL	{ unlocked }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.15
hh3cDot11CfgLBRdGroupId OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the load balance group ID allocated for the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.16
hh3cDot11CfgRRMSDRdGroupId OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the RRM self-decisive group ID allocated for the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.17
hh3cDot11CfgRadioType2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType2
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11an(8), dot11gn(16), dot11ac(32), dot11gac(64), dot11ax(128), dot11gax(256)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the radio will work with which 802.11 radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.18
hh3cDot11CfgIDSEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether intrusion detection is enabled for this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.19
hh3cDot11CfgSaEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether spectrum analysis is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.20
hh3cDot11CfgSaCltRtFFTData OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether to collect real-time FFT data for this radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.21
hh3cDot11CfgSaBand OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {dot11g(1), dot11aLower(2), dot11aMiddle(3), dot11aUpper(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents which band of channels will be monitored when collection
        real-time FFT data is enabled for this radio.  Detection of
        interference devices and air quality will also be affected.  Each band
        responds to the following channels.
         dot11g (Channels 1-14)
         dot11aLower (channels 36-64)
         dot11aMiddle (channels 100-140)
         dot11aUpper (channels 149-165)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.22
hh3cDot11CfgSaRptDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	BITS {microwave(0), microwaveInverter(1), bluetooth(2), fixedFreqOthers(3), fixedFreqCordlessPhone(4), fixedFreqVideo(5), fixedFreqAudio(6), freqHopperOthers(7), freqHopperCordlessBase(8), freqHopperCordlessNetwork(9), freqHopperXbox(10), genericInterferer(11)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents which types of interference devices should be reported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.23
hh3cDot11CfgSaTrapDevEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether trap is enabled for an interference device type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.24
hh3cDot11CfgSaTrapDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	BITS {microwave(0), microwaveInverter(1), bluetooth(2), fixedFreqOthers(3), fixedFreqCordlessPhone(4), fixedFreqVideo(5), fixedFreqAudio(6), freqHopperOthers(7), freqHopperCordlessBase(8), freqHopperCordlessNetwork(9), freqHopperXbox(10), genericInterferer(11)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents for which interference device types the AP will send traps
         when trap sending is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.25
hh3cDot11CfgSaTrapAQEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the channel quality trap is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.26
hh3cDot11CfgSaTrapAQThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the channel quality threshold.  When the channel quality
        is below this value, the channel quality trap will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.27
hh3cDot11CfgSaDrivenRRMEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configures whether to run RRM when the AP detects
         a certain level of interference."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.28
hh3cDot11CfgSaDrivenRRMSnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {low(1), medium(2), high(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configures the threshold for triggering RRM.  When the
         interference level for the AP exceeds the threshold
         , RRM initiates local dynamic frequency selection (DFS)
         and changes the channel of the affected radio
         to improve network performance.  Low represents a decreased
         sensitivity to changes in the environment while high represents an
         increased sensitivity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.29
hh3cDot11CfgSPInCirMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11CirMode
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Specifies the committed information rate(CIR) mode for the inbound direction.
        This object is useful only when the corresponding CIR has a nonzero value.
        If the value of this object is changed, the corresponding CIR will be reset."
  DEFVAL	{ static }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 29 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.30
hh3cDot11CfgSPInCirValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the CIR for the inbound direction of this service policy.
        If the value is 0, it means that no flow control is applied to
        the service policy, and the corresponding CIR mode is meaningless."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 30 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.31
hh3cDot11CfgSPOutCirMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11CirMode
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Represents the committed information rate(CIR) mode for the outbound direction.
        This object is useful only when the corresponding CIR has a nonzero value.
        If the value of this object is changed, the corresponding CIR will be reset."
  DEFVAL	{ static }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 31 }

.1.3.6.1.4.1.25506.2.75.4.3.2.1.32
hh3cDot11CfgSPOutCirValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the CIR for the outbound direction of this service policy.
        If the value is 0, it means that no flow control is applied to
        the service policy, and the corresponding CIR mode is meaningless."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioToConfigTable(2) hh3cDot11RadioToConfigEntry(1) 32 }

.1.3.6.1.4.1.25506.2.75.4.3.3
hh3cDot11APServiceSetTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"For each radio, it could configure multiple service policies.
        The table describes the relationship between radio and
        service policies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.3.1
hh3cDot11APServiceSetEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APTemplateNameCfg, hh3cDot11CfgRadioID, hh3cDot11CfgServicePolicyID }
  DESCRIPTION	"Each entry contains service policy information for each
        specific radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceSetTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.3.1.1
hh3cDot11CfgServicePolicyID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of each service policy used by the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceSetTable(3) hh3cDot11APServiceSetEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.3.1.2
hh3cDot11SrvSetRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceSetTable(3) hh3cDot11APServiceSetEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.3.1.3
hh3cDot11ServiceSetVlanId OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the Vlan ID of BSS which is generated when service policy
        is binded with the Radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceSetTable(3) hh3cDot11APServiceSetEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.3.1.4
hh3cDot11ServiceSetVlanGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the VLAN group of the BSS generated when a service policy
        is bound to the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceSetTable(3) hh3cDot11APServiceSetEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.3.4
hh3cDot11APSysInfoSetTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of the system information for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 4 }

.1.3.6.1.4.1.25506.2.75.4.3.4.1
hh3cDot11APSysInfoSetEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SIDAPSerialID }
  DESCRIPTION	"The system information configuration for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSysInfoSetTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.4.1.1
hh3cDot11APSysNetID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the system Net ID for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSysInfoSetTable(4) hh3cDot11APSysInfoSetEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.4.1.2
hh3cDot11APCpuUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The CPU usage threshold for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSysInfoSetTable(4) hh3cDot11APSysInfoSetEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.4.1.3
hh3cDot11APMemUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The memory usage threshold for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSysInfoSetTable(4) hh3cDot11APSysInfoSetEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.5
hh3cDot11APLimitTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"For each connected APs, administrator could configure a series of
        limits.  This table describes the limit information for AP(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 5 }

.1.3.6.1.4.1.25506.2.75.4.3.5.1
hh3cDot11APLimitEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex }
  DESCRIPTION	"Each entry contains the limit information for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APLimitTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.5.1.1
hh3cDot11APSsidNumLimit OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the upper limit of service template binded
        with this AP.  All radios of AP share this limit.
        Default value 0 : There is no upper limit of service template
        binded with this AP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APLimitTable(5) hh3cDot11APLimitEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.5.1.2
hh3cDot11APUserCntLimit OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the upper limit of user which has access to this AP.
        All BSSs binded with AP share this limit.
        Default value 0 : There is no upper limit of user which has access
        to this AP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APLimitTable(5) hh3cDot11APLimitEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.5.1.3
hh3cDot11APUserThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the threshold of user which has access to this
        AP.  All BSSs binded with AP share this limit.  If the user counter
        is overflow, the trap will be sent.
        Default value 0 : There is no threshold of user which has access
        to this AP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APLimitTable(5) hh3cDot11APLimitEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.6
hh3cDot11APIfSetTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of the interface information for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 6 }

.1.3.6.1.4.1.25506.2.75.4.3.6.1
hh3cDot11APIfSetEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex, hh3cDot11APSetIfIndex }
  DESCRIPTION	"The interface information configuration for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APIfSetTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.6.1.1
hh3cDot11APSetIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the index for a interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APIfSetTable(6) hh3cDot11APIfSetEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.6.1.2
hh3cDot11APIfAlias OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is an 'alias' name for the interface as specified
        by a network manager for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APIfSetTable(6) hh3cDot11APIfSetEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.7
hh3cDot11APServiceVlanTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"For all the radios on the AP, it could configure multiple service policies.
        The table describes the relationship between AP and
        service policies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 7 }

.1.3.6.1.4.1.25506.2.75.4.3.7.1
hh3cDot11APServiceVlanEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APServiceVlanSerialID, hh3cDot11APServiceVlanSPID }
  DESCRIPTION	"Each entry contains service policy information for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceVlanTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.7.1.1
hh3cDot11APServiceVlanSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents AP serial id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceVlanTable(7) hh3cDot11APServiceVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.7.1.2
hh3cDot11APServiceVlanSPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the ID of each service policy used by the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceVlanTable(7) hh3cDot11APServiceVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.7.1.3
hh3cDot11APServiceVlanId OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the VLAN ID of BSS which is generated when the
         service policy is bound to the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceVlanTable(7) hh3cDot11APServiceVlanEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.7.1.4
hh3cDot11APServiceVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APServiceVlanTable(7) hh3cDot11APServiceVlanEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.3.8
hh3cDot11RadioConfigTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Before AP connects to AC, administrator will configure radio
        parameter to each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 8 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1
hh3cDot11RadioConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RCAPSerialID, hh3cDot11RCRadioID }
  DESCRIPTION	"Each entry contains configuration information for each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.1
hh3cDot11RCAPSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the Serial ID of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.2
hh3cDot11RCRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.3
hh3cDot11RCRadioType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64), dot11gac(128), dot11ax(256), dot11gax(512)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the radio will work with which 802.11 radio
         type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.4
hh3cDot11RCChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the channel allocation of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.5
hh3cDot11RCPreambleLen OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PreambleType
  SYNTAX	INTEGER {long(1), short(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents whether use long or short preamble for 802.11
         MAC frame.
        When hh3cDot11CfgRadioType is either dot11b, dot11g or dot11gn,
        then value for hh3cDot11PreambleLen will be valid.
        Otherwise, the value for it will be invalid."
  DEFVAL	{ short }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.6
hh3cDot11RCPwrAttValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the value of power attenuation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.7
hh3cDot11RCApPowerLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TxPwrLevelScopeType
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximal transmit power scope for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.8
hh3cDot11RCDynamicChlState OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/Disable dynamic channel selection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.9
hh3cDot11RCDynamicPowerState OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/Disable dynamic power selection for the band."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.10
hh3cDot11RCRadioStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the radio admin status whether is enabled
        or disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.11
hh3cDot11RCRadioRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set data transmit rates for the radio, in the format of 1,2,5.5...
        For 802.11n radios, the format can be MCS X.  The data transmit rates
        between AP and STA must fall into the configured rates.
        (Note: For 802.11n radios, the first value will be treated as a mandatory rate,
        and the second value will be treated as a supported rate.
        If you configure more than two rates, the configuration cannot take effect.
        If you configure only one rate, it is considered as the mandatory rate by default.)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.12
hh3cDot11RCPwrAdjustStepLength OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power adjustment step-length in dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.13
hh3cDot11RCRadioType2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType2
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11an(8), dot11gn(16), dot11ac(32), dot11gac(64), dot11ax(128), dot11gax(256)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the radio will work with which 802.11 radio
         type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.14
hh3cDot11RCPreambleLenCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {long(0), short(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents whether use long or short preamble for 802.11
         MAC frame.
        When hh3cDot11CfgRadioType is either dot11b, dot11g or dot11gn,
        then value for hh3cDot11PreambleLenCM will be valid.
        Otherwise, the value for it will be invalid."
  DEFVAL	{ short }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.15
hh3cDot11RCDynamicChlStateCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {off(0), on(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/Disable dynamic channel selection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.16
hh3cDot11RCRadioStatusCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the radio admin status whether is enabled
        or disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.17
hh3cDot11RCRadioRateCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set data transmit rates for the radio, in the format of 1,2,5.5...
        For 802.11n radios, the format of each value can be MCS X.  The data transmit
        rates between AP and client should be one of the configured rates.
        (Note: For 802.11n radios, the first value is mandatory rate, and the second
        value is supported rate.  If more than two rate values are configured, the
        configuration will not take effect.  If only one rate value is configured,
        the mandatory rate will be set to the default value.)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.18
hh3cDot11RCDynamicPowerStateCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TruthValueCM
  SYNTAX	INTEGER {dot11false(0), dot11true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/disable dynamic power selection for the band."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.19
hh3cDot11RCRssiThresholdCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the minimum value of the RSSI.
        The clients with RSSI below this value will be refused to associate."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.20
hh3cDot11RCDynamicChlStateSelfDecisiveCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TruthValueCM
  SYNTAX	INTEGER {dot11false(0), dot11true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/disable dynamic channel selection self decisive for the band."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.4.3.8.1.21
hh3cDot11RCDynamicPowerStateSelfDecisiveCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TruthValueCM
  SYNTAX	INTEGER {dot11false(0), dot11true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/disable dynamic power selection self decisive for the band."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioConfigTable(8) hh3cDot11RadioConfigEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.4.3.9
hh3cDot11RadioSSIDCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"For each radio, it could configure multiple service policies.
        The table describes the relationship between radio and
        service policies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 9 }

.1.3.6.1.4.1.25506.2.75.4.3.9.1
hh3cDot11RadioSSIDCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RadioSSIDSerialID, hh3cDot11RadioSSIDRadioID, hh3cDot11RadioSSIDWLANID }
  DESCRIPTION	"Each entry contains SSID configuration information for each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioSSIDCfgTable(9) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.9.1.1
hh3cDot11RadioSSIDSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioSSIDCfgTable(9) hh3cDot11RadioSSIDCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.9.1.2
hh3cDot11RadioSSIDRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioSSIDCfgTable(9) hh3cDot11RadioSSIDCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.9.1.3
hh3cDot11RadioSSIDWLANID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the WLAN ID of the BSSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioSSIDCfgTable(9) hh3cDot11RadioSSIDCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.9.1.4
hh3cDot11RadioSSIDIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the ID of each service policy used by the
         radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioSSIDCfgTable(9) hh3cDot11RadioSSIDCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.3.9.1.5
hh3cDot11RadioBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"As MAC address format, it is used to identify BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioSSIDCfgTable(9) hh3cDot11RadioSSIDCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.3.9.1.6
hh3cDot11RadioSSIDRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11RadioSSIDCfgTable(9) hh3cDot11RadioSSIDCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.3.10
hh3cDot11APSerialIDTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will provide the general information about APs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 10 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1
hh3cDot11APSerialIDEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SIDAPSerialID }
  DESCRIPTION	"Each entry contains the general information of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.1
hh3cDot11SIDAPSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents AP serial id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.2
hh3cDot11SIDAPWorkMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {normal(1), monitor(2), hybrid(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents what work mode for AP.
        The following values are supported:
        normal   - AP will supply WLAN service.
        monitor  - AP will be a monitor to find attack.
        hybrid   - AP will supply WLAN service and Device detection is
        enabled."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.3
hh3cDot11SIDAPGetIPMethod OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {dhcpAlloc(1), static(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the method how AP gets IP address."
  DEFVAL	{ dhcpAlloc }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.4
hh3cDot11SIDAPTemplateName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of AP template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.5
hh3cDot11SIDModelAlias OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the alias of AP model name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.6
hh3cDot11SIDAPDescription OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This attribute will give more information about AP.
        Administrator could suggest the location, owner or
        other information for each AP.
        If the value is set to NULL, the description will be removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.7
hh3cDot11SIDRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.8
hh3cDot11SIDAPName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the AP name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.9
hh3cDot11SIDStatisInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval of radio statistic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.10
hh3cDot11SIDAPBroadcastProbeReply OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents enable the AP to reply broadcast probe or not.
        'true' : The AP to reply broadcast probe is enabled.
        'false': The AP to reply broadcast probe is disabled"
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.11
hh3cDot11SIDAPStaIdleTimerInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval for which the link between AP and STA
        ( power-save or awake ) can be idle."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.12
hh3cDot11SIDStaKeepAliveTimerInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval of the keep alive requests sent between
        AP and STA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.13
hh3cDot11SIDAPCir OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the committed information rate between AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.14
hh3cDot11SIDAPCbs OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the committed burst size between AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.15
hh3cDot11SIDAPPriorityLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the connection priority for the AP.
        If the connection priority is 7, the AC is considered as the
        primary AC for the AP."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.16
hh3cDot11SIDAPElementID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the AP element ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.17
hh3cDot11SIDAPDevDetectEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents whether device detection is enabled or not.
         'true' : Device detection is enabled.
         'false': Device detection is disabled.
         If device detection is enabled, the AP will provide both device
         detection and WLAN data services.
         By default, the AP only provides WLAN data services.  When an AP works
         in monitor mode, that is, the value of object hh3cDot11APWorkMode is
         monitor, device detection can not be enabled with object
         hh3cDot11SIDAPDevDetectEnable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.18
hh3cDot11SIDAPStatisIntervMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {normal(1), realtime(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the mode of statics interval.
         normal    - statics interval value between 10s to 240s
         realtime  - statics interval value between 0s to 5s"
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.19
hh3cDot11SIDAPWorkModeCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {normal(0), monitor(1), semimonitor(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents what work mode for AP.
        The following values are supported:
        normal   - AP will supply WLAN service.
        monitor  - AP will be a monitor to find attack.
        SemiMonitor   - AP will supply WLAN service and Device detection is
        enabled."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.4.3.10.1.20
hh3cDot11SIDEchoInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the interval for send echo requests."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSerialIDTable(10) hh3cDot11APSerialIDEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.4.3.11
hh3cDot11APSTVlanTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"For each service policy, it could be bind to several VLANs.
        The table describes the relationship between VLAN and
        service policies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) 11 }

.1.3.6.1.4.1.25506.2.75.4.3.11.1
hh3cDot11APSTVlanEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SIDAPSerialID, hh3cDot11CfgRadioID, hh3cDot11CfgServicePolicyID }
  DESCRIPTION	"Each entry contains VLAN and service policy information for each
        specific radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSTVlanTable(11) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.11.1.1
hh3cDot11CfgSTVLANID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the VLAN that current Service Policy have bind to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSTVlanTable(11) hh3cDot11APSTVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.3.11.1.2
hh3cDot11CfgSTNASPortID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the NAS Port ID of current Service Policy for each
        specific radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSTVlanTable(11) hh3cDot11APSTVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.3.11.1.3
hh3cDot11CfgServiceSetRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSTVlanTable(11) hh3cDot11APSTVlanEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.3.11.1.4
hh3cDot11CfgSTNASID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the NAS ID of current Service Policy for each
        specific radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11APConfigGroup(3) hh3cDot11APSTVlanTable(11) hh3cDot11APSTVlanEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.4
hh3cDot11RadioIntfConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 4 }

.1.3.6.1.4.1.25506.2.75.4.4.1
hh3cDot11RadioIntfConfigTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for radio in AP, as per
        radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) 1 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1
hh3cDot11RadioIntfConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RadioIfIdx }
  DESCRIPTION	"Each entry contains information of each radio in AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.1
hh3cDot11RadioIfIdx OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the Radio IfIndex of radio in AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.2
hh3cDot11RadioCfgBeaconIntvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the interval for Beacon management frame."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.3
hh3cDot11RadioCfgDtimIntvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the number of beacon intervals that shall elapse
        between transmission of Beacons frames containing a Traffic
        Indication Map (TIM) element whose DTIM Count field is 0.
        This value is transmitted in the Delivery TIM (DTIM) Period
        field of Beacon frames."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.4
hh3cDot11RadioCfgRtsThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the current minimum size,in octets,of the MAC
        protocol data unit (MPDU), below which a Request to send/Clear
        to send (RTS/CTS) handshake shall not be performed."
  DEFVAL	{ 2346 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.5
hh3cDot11RadioCfgFragThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the current maximum size, in octets, of the MPDU that
        may be delivered to the PHY.  A MSDU shall be broken into
        fragments if its size exceeds the value of this attribute after
        adding MAC headers and trailers."
  DEFVAL	{ 2346 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.6
hh3cDot11RadioCfgShtRetryThld OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximum number of transmission attempts of a
        frame, the length of which is less than or equal to
        hh3cDot11RadioRTSThreshold, that shall be made before a failure
        condition is indicated."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.7
hh3cDot11RadioCfglongRtrThld OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximum number of transmission attempts of a
        frame, the length of which is longer than
        hh3cDot11RadioRTSThreshold, that shall be made before a
        failure condition is indicated."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.8
hh3cDot11RadioCfgMaxRxLifetime OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the elapsed time.  After the time specified by
        hh3cDot11RadioCfgMaxRxLifetime, the further attempts to reassemble
        the MSDU shall be terminated."
  DEFVAL	{ 2000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.9
hh3cDot11RadioCfgType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64), dot11gac(128), dot11ax(256), dot11gax(512)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the radio will work with which 802.11 radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.10
hh3cDot11RadioCfgChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the channel allocation of radio."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.11
hh3cDot11RadioCfgMaxTxPwrLvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TxPwrLevelScopeType
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximal transmit power scope for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.12
hh3cDot11RadioCfgPreambleLen OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PreambleType
  SYNTAX	INTEGER {long(1), short(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether use long or short preamble for 802.11 MAC
        frame."
  DEFVAL	{ short }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.13
hh3cDot11RadioCfgWorkMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WorkMode
  SYNTAX	INTEGER {normal(1), monitor(2), hybrid(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents work mode of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.14
hh3cDot11RadioCfgOnly11gEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether enable only 802.11g radio mode or not.
        'true' : Only 802.11g radio mode is enabled.
        'false': Only 802.11g radio mode is disabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.15
hh3cDot11RadioCfgType2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType2
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11an(8), dot11gn(16), dot11ac(32), dot11gac(64), dot11ax(128), dot11gax(256)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the radio will work with which 802.11 radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.4.4.1.1.16
hh3cDot11RadioCfgRssithresholdCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the minimum value of the RSSI.
        The clients with RSSI below this value will be refused to associate."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfConfigTable(1) hh3cDot11RadioIntfConfigEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.4.4.2
hh3cDot11RadioIntfBindTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the binding information for each radio in AP.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) 2 }

.1.3.6.1.4.1.25506.2.75.4.4.2.1
hh3cDot11RadioIntfBindEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RadioIfIdx, hh3cDot11RadioIntfBindSvcPlcyID }
  DESCRIPTION	"Each entry contains the radio interface binding information
        in AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfBindTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.4.4.2.1.1
hh3cDot11RadioIntfBindSvcPlcyID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ServicePolicyIDType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of each service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfBindTable(2) hh3cDot11RadioIntfBindEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.4.2.1.2
hh3cDot11RadioIntfBindIfIdx OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the Ifindex of interface which is binded to
        the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfBindTable(2) hh3cDot11RadioIntfBindEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.4.2.1.3
hh3cDot11RadioIntfBindRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioIntfConfigGroup(4) hh3cDot11RadioIntfBindTable(2) hh3cDot11RadioIntfBindEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.5
hh3cDot11DataRateConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 5 }

.1.3.6.1.4.1.25506.2.75.4.5.1
hh3cDot11DataRateConfigTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table will provide data rate configuration for a specific radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11DataRateConfigGroup(5) 1 }

.1.3.6.1.4.1.25506.2.75.4.5.1.1
hh3cDot11DataRateConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RadioTypeID }
  DESCRIPTION	"Each entry of the table will provide data rate configuration for a
        specific radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11DataRateConfigGroup(5) hh3cDot11DataRateConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.5.1.1.1
hh3cDot11RadioTypeID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64), dot11gac(128), dot11ax(256), dot11gax(512)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11DataRateConfigGroup(5) hh3cDot11DataRateConfigTable(1) hh3cDot11DataRateConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.5.1.1.2
hh3cDot11SupportedRateSet OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the supported rate set of a particular radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11DataRateConfigGroup(5) hh3cDot11DataRateConfigTable(1) hh3cDot11DataRateConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.5.1.1.3
hh3cDot11MandatoryRateSet OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the mandatory rate set of a particular radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11DataRateConfigGroup(5) hh3cDot11DataRateConfigTable(1) hh3cDot11DataRateConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.5.1.1.4
hh3cDot11DisabledRateSet OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the disabled rate set of a particular radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11DataRateConfigGroup(5) hh3cDot11DataRateConfigTable(1) hh3cDot11DataRateConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.5.1.1.5
hh3cDot11SmartRateSet OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the rate set of a particular radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11DataRateConfigGroup(5) hh3cDot11DataRateConfigTable(1) hh3cDot11DataRateConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.6
hh3cDot11InterfaceConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 6 }

.1.3.6.1.4.1.25506.2.75.4.6.1
hh3cDot11WlanEssIfTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure WLAN ESS interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.1.1
hh3cDot11WlanEssIfEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WlanEssIfNumber }
  DESCRIPTION	"Each entry contains the WLAN ESS interface configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanEssIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.1.1.1
hh3cDot11WlanEssIfNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This node represents the WLAN ESS interface number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanEssIfTable(1) hh3cDot11WlanEssIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.1.1.2
hh3cDot11WlanEssIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This node represents the ifIndex of WLAN-ESS interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanEssIfTable(1) hh3cDot11WlanEssIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.6.1.1.3
hh3cDot11WlanEssRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This node represents the WLAN ESS interface row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanEssIfTable(1) hh3cDot11WlanEssIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.6.2
hh3cDot11WlanBssIfTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure WLAN BSS interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) 2 }

.1.3.6.1.4.1.25506.2.75.4.6.2.1
hh3cDot11WlanBssIfEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WlanBssIfNumber }
  DESCRIPTION	"Each entry contains the WLAN BSS interface configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanBssIfTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.2.1.1
hh3cDot11WlanBssIfNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This node represents the WLAN BSS interface number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanBssIfTable(2) hh3cDot11WlanBssIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.2.1.2
hh3cDot11WlanBssIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This node represents the ifIndex of WLAN-BSS interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanBssIfTable(2) hh3cDot11WlanBssIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.6.2.1.3
hh3cDot11WlanBssRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This node represents the WLAN BSS interface row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanBssIfTable(2) hh3cDot11WlanBssIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.6.3
hh3cDot11WLANEthernetIfTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure WLAN Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) 3 }

.1.3.6.1.4.1.25506.2.75.4.6.3.1
hh3cDot11WLANEthernetIfEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WlanEthernetIfNumber }
  DESCRIPTION	"Each entry contains the WLAN Ethernet interface configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WLANEthernetIfTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.3.1.1
hh3cDot11WlanEthernetIfNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This node represents the WLAN Ethernet interface number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WLANEthernetIfTable(3) hh3cDot11WLANEthernetIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.3.1.2
hh3cDot11WLANEthernetIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This node represents the ifIndex of WLAN-Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WLANEthernetIfTable(3) hh3cDot11WLANEthernetIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.6.3.1.3
hh3cDot11WlanEthernetRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This node represents the Wlan Ethernet interface row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WLANEthernetIfTable(3) hh3cDot11WLANEthernetIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.6.4
hh3cDot11PortSecurityTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the WLAN security status for ESS, BSS, mesh and
        WLAN-Ethernet interface which binding the crypto service-template.
        Otherwise, when binding the clear service-template,
        hh3cPortSecurityTables should be used to configure port security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) 4 }

.1.3.6.1.4.1.25506.2.75.4.6.4.1
hh3cDot11PortSecurityEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"There is a row in this table for each ESS, BSS and WLAN-Ethernet
        interface.It is indexed using the object ifIndex in RFC1213-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11PortSecurityTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.4.1.1
hh3cDot11PortSecurityMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {noRestrictions(1), userLoginSecureExt(2), psk(3), macAddressAndPsk(4), userLoginSecureExtOrPsk(5), ext(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Determines the security modes of the WLAN port.

        noRestrictions  - The default value,no any security mode is set.

        userLoginSecureExt  - Access to the port is denied until the port
        client is authorized (by 802.1X).

        psk  - Access to the port is denied until the port client is
        authorized (by 802.1X key negotiation).

        macAddressAndPsk  - The MAC address is first authenticated and only if
        this succeeds does the psk then attempt user authentication.

        userLoginSecureExtOrPsk  - This selects both the userLoginSecureExt and
        psk modes together such that either is allowed to authorized access.
        Which mode works for client depends on the client's choice.

        ext  - Access to the port is denied until the port client is
        authenticated (by ext).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11PortSecurityTable(4) hh3cDot11PortSecurityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.4.1.2
hh3cDot11SecurityUserLoginTxKeyType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {userLoginTxKeyTypeNone(1), userLoginTxKeyTypeDot11Key(2), userLoginTxKeyTypeRsaRC4Key(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This indicates the key type in the 802.1X EAPOL_Key packet.

        userLoginTxKeyTypeNone  - This means the key type is not set yet.

        userLoginTxKeyTypeDot11Key  - This selects the 802.11 key type.

        userLoginTxKeyTypeRsaRC4Key  - This selects the RC4 key for RSA RC4
        session encryption."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11PortSecurityTable(4) hh3cDot11PortSecurityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.6.4.1.3
hh3cDot11SecurityPskKeyMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {pskKeyModeNone(1), pskKeyModePassPhrase(2), pskKeyModeRawKey(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is the password input mode.  When input as pskKeyModePassPhrase,
        hh3cDot11SecurePskKeyString must be 8 to 63 characters; when input as
        pskKeyModeRawKey, hh3cDot11SecurePskKeyString must be 64 characters and
        each character must be '0'-'9', 'a'-'f' and 'A'-'F'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11PortSecurityTable(4) hh3cDot11PortSecurityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.6.4.1.4
hh3cDot11SecurityPskKeyString OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is the password string used for psk authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11PortSecurityTable(4) hh3cDot11PortSecurityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.6.5
hh3cDot11WlanMeshIfTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure WLAN mesh interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) 5 }

.1.3.6.1.4.1.25506.2.75.4.6.5.1
hh3cDot11WlanMeshIfEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WlanMeshIfNumber }
  DESCRIPTION	"Each entry contains the WLAN mesh interface configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanMeshIfTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.5.1.1
hh3cDot11WlanMeshIfNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This node represents the WLAN mesh interface number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanMeshIfTable(5) hh3cDot11WlanMeshIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.6.5.1.2
hh3cDot11WlanMeshIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This node represents the index of WLAN mesh interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanMeshIfTable(5) hh3cDot11WlanMeshIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.6.5.1.3
hh3cDot11WlanMeshRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This node represents the WLAN mesh interface row status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11InterfaceConfigGroup(6) hh3cDot11WlanMeshIfTable(5) hh3cDot11WlanMeshIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.7
hh3cDot11ACBackupGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 7 }

.1.3.6.1.4.1.25506.2.75.4.7.1
hh3cDot11BackupACAdrssIP OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the backup AC IP address.
        If the backup AC IP address is not configured,
        the object value is 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11ACBackupGroup(7) 1 }

.1.3.6.1.4.1.25506.2.75.4.7.2
hh3cDot11BackupACAdrssIPv6 OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the backup AC IPv6 address.
         If the backup AC IPv6 address is not configured,
         the object value is 0::0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11ACBackupGroup(7) 2 }

.1.3.6.1.4.1.25506.2.75.4.8
hh3cDot11RadioElementConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 8 }

.1.3.6.1.4.1.25506.2.75.4.8.1
hh3cDot11nRadioCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure dot11n on the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) 1 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1
hh3cDot11nRadioCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11nRadioCfgIndex }
  DESCRIPTION	"This entry contains the dot11n configuration on the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1.1
hh3cDot11nRadioCfgIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioElementIndex
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents index of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) hh3cDot11nRadioCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1.2
hh3cDot11nAMpduEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable the function of A-MPDU."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) hh3cDot11nRadioCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1.3
hh3cDot11nAMsduEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable the function of A-MSDU."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) hh3cDot11nRadioCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1.4
hh3cDot11nClientDot11nOnly OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If radio type is 802.11an or 802.11gn, only permit clients of 11n mode.
         If radio type is 802.11ac, permit clients of 11n and 11ac mode."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) hh3cDot11nRadioCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1.5
hh3cDot11nChanelBand OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {mode20(1), mode40(2), mode80(3), mode160(4), mode80and80(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the bandwidth mode."
  DEFVAL	{ mode40 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) hh3cDot11nRadioCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1.6
hh3cDot11nShortGiEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The function of Short GI."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) hh3cDot11nRadioCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1.7
hh3cDot11nClientDot11acOnly OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Only permit clients of 11ac mode."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) hh3cDot11nRadioCfgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1.8
hh3cDot11nSupportMaxMcs OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..76) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum Modulation and Coding Scheme (MCS) index for
        802.11n supported rates.
        The specified maximum MCS index for 802.11n supported rates must be no
        less than the specified maximum MCS index for 802.11n mandatory rates."
  DEFVAL	{ 76 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) hh3cDot11nRadioCfgEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.8.1.1.9
hh3cDot11nMandatoryMaxMcs OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..76 | 255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum modulation and coding scheme (MCS) index for
        802.11n mandatory rates.
        The value 255 indicates that no maximum MCS index
        is specified.  No maximum MCS index is specified for 802.11n
        mandatory rates by default.
        Besides 255, the specified maximum MCS index for 802.11n supported
        rates must be no less than the specified maximum MCS index for 802.11n
        mandatory rates."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfgTable(1) hh3cDot11nRadioCfgEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.8.2
hh3cDot11RadioWDSTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure WDS on the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) 2 }

.1.3.6.1.4.1.25506.2.75.4.8.2.1
hh3cDot11RadioWDSEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RadioWDSIndex }
  DESCRIPTION	"Each entry contains the WDS configuration on the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11RadioWDSTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.4.8.2.1.1
hh3cDot11RadioWDSIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioElementIndex
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the element index of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11RadioWDSTable(2) hh3cDot11RadioWDSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.8.2.1.2
hh3cDot11RadioWDSMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {nowds(1), wds(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents enable the WDS mode or not.
        nowds: The WDS mode is disabled.
        wds  : The WDS mode is enabled"
  DEFVAL	{ nowds }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11RadioWDSTable(2) hh3cDot11RadioWDSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.8.2.1.3
hh3cDot11RadioWDSNetWorkID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the mesh ID of WDS."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11RadioWDSTable(2) hh3cDot11RadioWDSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.8.2.1.4
hh3cDot11WDSSecPskKeyMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {pskKeyModeNone(1), pskKeyModePassPhrase(2), pskKeyModeRawKey(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the PSK mode of WDS."
  DEFVAL	{ pskKeyModeNone }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11RadioWDSTable(2) hh3cDot11RadioWDSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.8.2.1.5
hh3cDot11WDSSecPskKeyString OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the PSK value of WDS."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11RadioWDSTable(2) hh3cDot11RadioWDSEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.8.3
hh3cDot11nRadioCfg2Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure dot11n on the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) 3 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1
hh3cDot11nRadioCfg2Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11nRadioCfg2APIDIndex, hh3cDot11nRadioCfg2RadioIDIndex }
  DESCRIPTION	"This entry contains the dot11n configuration on the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) 1 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.1
hh3cDot11nRadioCfg2APIDIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents index of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.2
hh3cDot11nRadioCfg2RadioIDIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents index of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.3
hh3cDot11nRadioCfg2AMpduEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable the function of A-MPDU."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.4
hh3cDot11nRadioCfg2AMsduEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable the function of A-MSDU."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.5
hh3cDot11nRadioCfg2ClientDot11nOnly OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If radio type is 802.11an or 802.11gn, only permit clients of 11n mode.
         If radio type is 802.11ac, permit clients of 11n and 11ac mode."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.6
hh3cDot11nRadioCfg2ChannelBand OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {mode20(1), mode40(2), mode80(3), mode160(4), mode80and80(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the bandwidth mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.7
hh3cDot11nRadioCfg2ShortGiEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable the function of Short GI."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.8
hh3cDot11nRadioCfg2AMpduEnableCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {off(0), on(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable the function of A-MPDU."
  DEFVAL	{ on }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.9
hh3cDot11nRadioCfg2ChannelBandCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {mode40(1), mode20(2), mode80(3), mode160(4), mode80and80(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the bandwidth mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.10
hh3cDot11nRadioCfg2ShortGiEnableCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {off(0), on(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable the function of Short GI."
  DEFVAL	{ on }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.11
hh3cDot11nRadioCfg2ClientDot11acOnly OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Only permit clients of 11ac mode."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.12
hh3cDot11nRadioCfg2ClientDot11nOnlyCM OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11TruthValueCM
  SYNTAX	INTEGER {dot11false(0), dot11true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If radio type is 802.11an or 802.11gn, permit only clients of 11n mode.
        If radio type is 802.11ac, permit clients of both 11n and 11ac mode."
  DEFVAL	{ dot11false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.13
hh3cDot11nRadioCfg2SupportMaxMcs OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..76) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum Modulation and Coding Scheme (MCS) index for
        802.11n supported rates.
        The specified maximum MCS index for 802.11n supported rates must be no
        less than the specified maximum MCS index for 802.11n mandatory rates."
  DEFVAL	{ 76 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.8.3.1.14
hh3cDot11nRadioCfg2MandatoryMaxMcs OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0..76 | 255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum modulation and coding scheme (MCS) index for
        802.11n mandatory rates.
        The value 255 indicates that no maximum MCS index
        is specified.  No maximum MCS index is specified for 802.11n
        mandatory rates by default.
        Besides 255, the specified maximum MCS index for 802.11n supported
        rates must be no less than the specified maximum MCS index for 802.11n
        mandatory rates."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RadioElementConfigGroup(8) hh3cDot11nRadioCfg2Table(3) hh3cDot11nRadioCfg2Entry(1) 14 }

.1.3.6.1.4.1.25506.2.75.4.9
hh3cDot11CfgNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 9 }

.1.3.6.1.4.1.25506.2.75.4.9.0
hh3cDot11CfgNotifications OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) 0 }

.1.3.6.1.4.1.25506.2.75.4.9.0.1
hh3cDot11CfgCipherChange NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  OBJECTS	{ hh3cDot11SSIDName, hh3cDot11SecurityCiphers }
  DESCRIPTION	"This notification is sent when cipher type of corresponding service
        template is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.75.4.9.0.2
hh3cDot11CfgPSKChange NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  OBJECTS	{ hh3cDot11SSIDName }
  DESCRIPTION	"This notification is sent when pre-shared key of corresponding
        service template is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.75.4.9.0.3
hh3cDot11SSIDWepIDConflictTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  OBJECTS	{ hh3cDot11PreConflictTemplateNum, hh3cDot11CurrConflictTemplateNum, hh3cDot11ConflictCipherIdx, hh3cDot11ConfigureAPID, hh3cDot11ConfigureRadioID, hh3cDot11ConfigureAPMacAddress, hh3cDot11PreConflictTemplateSSID, hh3cDot11CurrConflictTemplateSSID }
  DESCRIPTION	"This notification will be sent when the same wep ID is configured
         on two service policies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgNotifications(0) 3 }

.1.3.6.1.4.1.25506.2.75.4.9.1
hh3cDot11CfgTrapVarObjects OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) 1 }

.1.3.6.1.4.1.25506.2.75.4.9.1.1
hh3cDot11PreConflictTemplateNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents previous service policy ID when radio bind service policy
         and current service policy conflict with previous service policy
         in cipher configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgTrapVarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.9.1.2
hh3cDot11CurrConflictTemplateNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents current service policy ID when radio bind service policy
         and current service policy conflict with previous service policy
         in cipher configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgTrapVarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.9.1.3
hh3cDot11ConflictCipherIdx OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents wep ID that conflicted with."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgTrapVarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.9.1.4
hh3cDot11ConfigureAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents which AP is configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgTrapVarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.9.1.5
hh3cDot11ConfigureRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents which radio in AP is configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgTrapVarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.9.1.6
hh3cDot11ConfigureAPMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents MAC Address of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgTrapVarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.9.1.7
hh3cDot11PreConflictTemplateSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the previous SSID of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgTrapVarObjects(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.9.1.8
hh3cDot11CurrConflictTemplateSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the current SSID of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11CfgNotifyGroup(9) hh3cDot11CfgTrapVarObjects(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.10
hh3cDot11LocalACConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 10 }

.1.3.6.1.4.1.25506.2.75.4.10.1
hh3cDot11LocalACTemplateTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"By local AC template CLI, administrator will configure the parameters of LocalAC
        by convenience.
        Before local AC boot up and connect to AC by CAPWAP tunnel, administrator
        will create local AC template for each local AC. When local AC connect to AC,
        AC will assign configuration to local AC by hh3cDot11LocalACSerialID
        information in local AC template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) 1 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1
hh3cDot11LocalACTemplateEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11LocalACTemplateName }
  DESCRIPTION	"Each entry contains configuration information for each LocalAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.1
hh3cDot11LocalACTemplateName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of LocalAC template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.2
hh3cDot11LocalACName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the LocalAC name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.3
hh3cDot11LocalACSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents LocalAC serial id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.4
hh3cDot11TemLocalACModelAlias OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the alias of LocalAC model name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.5
hh3cDot11LocalACTempRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.6
hh3cDot11LocalACStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {join(1), joinConfirm(2), download(3), config(4), run(5), idle(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the capwap status of local AC.
        The following values are supported:
        join         - local AC is joining to cnetral AC.
        joinConfirm  - cnetral AC confirm whether permit local AC to
        - join.
        download     - local AC is downloading software from cnetral
        - AC.
        config       - local AC and cnetral AC exchange configuration
        - before local AC provide WLAN service.
        run          - The local AC is run.
        idle         - The local AC is idle."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.7
hh3cDot11LocalACIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address of an LocalAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.8
hh3cDot11LocalACIPv6Address OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IPv6 address of LocalAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.9
hh3cDot11EchoInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (0 | 5..255) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval of echo."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.10
hh3cDot11RetransInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (3..8) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the interval of retransmit."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.11
hh3cDot11RetransCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32 (2..5) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the maximum of retransmit."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.10.1.1.12
hh3cDot11FirmwareUpgrade OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the status of firmware upgrade for an local AC.
        The following values are supported:
        enable      - local AC firmware upgrade will be enabled.
        disable     - local AC firmware upgrade will be disabled."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11LocalACConfigGroup(10) hh3cDot11LocalACTemplateTable(1) hh3cDot11LocalACTemplateEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.11
hh3cDot11RemoteConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) 11 }

.1.3.6.1.4.1.25506.2.75.4.11.1
hh3cDot11RemoteCfgApTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Remote configuration for an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) 1 }

.1.3.6.1.4.1.25506.2.75.4.11.1.1
hh3cDot11RemoteCfgApEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RmtApName }
  DESCRIPTION	"Each entry contains configuration information for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgApTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.11.1.1.1
hh3cDot11RmtApName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgApTable(1) hh3cDot11RemoteCfgApEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.11.1.1.2
hh3cDot11RmtVlanList OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the VLAN list on an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgApTable(1) hh3cDot11RemoteCfgApEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.11.1.1.3
hh3cDot11RmtCfgEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enables remote configuration synchronization."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgApTable(1) hh3cDot11RemoteCfgApEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.11.2
hh3cDot11RemoteCfgIFTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Remote configuration for interface on an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) 2 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1
hh3cDot11RemoteCfgIFEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RmtIfApName, hh3cDot11RmtIfType, hh3cDot11RmtIfNum }
  DESCRIPTION	"Each entry contains configuration information for each interface on an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.1
hh3cDot11RmtIfApName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.2
hh3cDot11RmtIfType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of the interface.
         ethernet (1),
         gigabitethernet (2),
         ten-gigabitethernet (3),
         smartrate-ethernet(4)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.3
hh3cDot11RmtIfNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.4
hh3cDot11RmtIfName OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the name of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.5
hh3cDot11RmtIfLinkType OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	INTEGER {access(1), trunk(2), hybrid(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set the link type to access, hybrid or trunk.
         Setting recommend one and setup more related nodes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.6
hh3cDot11RmtIfAccessVlan OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the access VLAN for a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.7
hh3cDot11RmtIfTrunkPvidVlan OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the default VLAN for a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.8
hh3cDot11RmtIfTrunkVlanlist OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the permitted VLAN list for a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.9
hh3cDot11RmtIfHybridPvidVlan OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the default VLAN for the hybrid port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.10
hh3cDot11RmtIfHybVlanListTag OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Assign the hybrid port to tagged VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.11
hh3cDot11RmtIfHybVlanListUnTag OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Assign the hybrid port to untagged VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.12
hh3cDot11RmtIfIsolate OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable port isolation."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.13
hh3cDot11RmtIfLinkAggGroupId OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify link aggregation group number for the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.4.11.2.1.14
hh3cDot11RmtIfManagement OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Interface management of the port."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFG(4) hh3cDot11RemoteConfigGroup(11) hh3cDot11RemoteCfgIFTable(2) hh3cDot11RemoteCfgIFEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.5
hh3cDot11WIDS MODULE-IDENTITY
  -- FROM	HH3C-DOT11-WIDS-MIB
  DESCRIPTION	"This MIB provides information about WIDS feature.

        GLOSSARY

        Wireless Intrusion Detection Sensor (WIDS)
        WIDS is designed to be employed in an area that is serviced
        by an existing wireless network.
        It aids in the early detection of malicious outsider attacks
        and intrusions via wireless networks.

        Rogue AP
        A rogue access point is any Wi-Fi access point connected to
        the network without authorization.
        As it is not authorized, if there is any weakness in
        the AP, the hacker will have chance to compromise the
        network.

        Rogue Station
        It is similiar to Rogue AP, while it is a station.

        Monitor AP
        An AP will scan or listen to the air, and try to detect
        wireless attack in the network.
        Some AP products will work only in monitor role, while some
        AP products could switch between normal AP role (only
        provide wireless access service)and monitor AP role.

        Ad Hoc Mode
        Station could work under Ad hoc mode, then they
        could directly do peer-to-peer communication without
        other device support."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 5 }

.1.3.6.1.4.1.25506.2.75.5.1
hh3cDot11WIDSConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.1
hh3cDot11WIDSGlobalConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.1.1
hh3cDot11WIDSScanMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	INTEGER {all(1), auto(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the scope of channels to be scanned.
        The following value are supported
        all(1)            - Do scan on all the channels.
        auto(2)           - Do scan for the channels that automatically
        selected by WIDS."
  DEFVAL	{ auto }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.1.2
hh3cDot11WIDSScanChannelList OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-write
  STATUS	obsolete
  DESCRIPTION	"Represents the channel scope to be scanned when
        hh3cDot11WIDSScanMode is configurated as channelSpec mode.
        Each channel value will be separated by comma character."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.1.1.3
hh3cDot11CntMsrMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	BITS {rogue(0), adhoc(1), config(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the countermeasures mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.1.1.4
hh3cDot11DevAgingTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32 (300..1800) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the age time for entries in the detected device table.
         If an entry is not detected within the interval, it is deleted from
         the detected device table.  If the deleted entry is that of a rogue, it
         is added into the rogue history table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.1.1.5
hh3cDot11DynBlkListEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the dynamic blacklist feature is enabled or not.
         'true'  : Enable the dynamic blacklist feature to filter out unwanted
                   clients, which will not get associated.
         'false' : Disable the dynamic blacklist feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.1.1.6
hh3cDot11DynBlkListLifeTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32 (60..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the lifetime for dynamic blacklist entries.
         If a dynamic blacklist entry is not detected within the lifetime, the
         entry will be removed from the dynamic blacklist.
         The lifetime becomes active only if dynamic blacklist feature is
         enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.1.1.7
hh3cDot11FloodAtkDctEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether detection of flood attack is enabled or not.
         'true'  : Enable the detection of flood attack.
         'false' : Disable the detection of flood attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 7 }

.1.3.6.1.4.1.25506.2.75.5.1.1.8
hh3cDot11SpoofAtkDctEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether detection of Spoof attack is enabled or not.
         'true'  : Enable the detection of Spoof attack.
         'false' : Disable the detection of Spoof attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 8 }

.1.3.6.1.4.1.25506.2.75.5.1.1.9
hh3cDot11WeakIVAtkDctEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether detection of weak-iv attack is enabled or not.
         'true'  : Enable the detection of weak-iv attack.
         'false' : Disable the detection of weak-iv attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 9 }

.1.3.6.1.4.1.25506.2.75.5.1.1.10
hh3cDot11ResetWIDSRogueHistory OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear all entries from the rogue history table.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 10 }

.1.3.6.1.4.1.25506.2.75.5.1.1.11
hh3cDot11ResetWIDSHistroy OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear the history information of attacks
         detected in the WLAN system.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 11 }

.1.3.6.1.4.1.25506.2.75.5.1.1.12
hh3cDot11ResetWIDSStatistics OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear the statistics of attacks detected in the
         WLAN system.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 12 }

.1.3.6.1.4.1.25506.2.75.5.1.1.13
hh3cDot11ResetAllDynBlkList OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to remove all entries from the dynamic blacklist.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 13 }

.1.3.6.1.4.1.25506.2.75.5.1.1.14
hh3cDot11ResetAllStcBlkList OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to remove all entries from the static blacklist.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 14 }

.1.3.6.1.4.1.25506.2.75.5.1.1.15
hh3cDot11ResetAllWhtBlkList OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to remove all entries from the static whitelist.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 15 }

.1.3.6.1.4.1.25506.2.75.5.1.1.16
hh3cDot11ResetAllDctRogueAP OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear the information of all detected rogue APs.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 16 }

.1.3.6.1.4.1.25506.2.75.5.1.1.17
hh3cDot11ResetAllDctRogueSta OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear the information of all detected rogue
         clients.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 17 }

.1.3.6.1.4.1.25506.2.75.5.1.1.18
hh3cDot11ResetAllDctAdhoc OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear the information of all detected ad hoc
         devices.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 18 }

.1.3.6.1.4.1.25506.2.75.5.1.1.19
hh3cDot11ResetAllDctDevice OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear the information of all detected devices.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 19 }

.1.3.6.1.4.1.25506.2.75.5.1.1.20
hh3cDot11ResetAllDctSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear the information of all detected SSIDs.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 20 }

.1.3.6.1.4.1.25506.2.75.5.1.1.21
hh3cDot11WidsFloodInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval of WIDS flood detection."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 21 }

.1.3.6.1.4.1.25506.2.75.5.1.1.22
hh3cDot11WidsBlackListThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When flood attack exceeds the value of this node,
         the MAC address will be added into black list."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 22 }

.1.3.6.1.4.1.25506.2.75.5.1.1.23
hh3cDot11SSIDFilterOnOff OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the SSID permit feature is enabled or not."
  DEFVAL	{ on }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 23 }

.1.3.6.1.4.1.25506.2.75.5.1.1.24
hh3cDot11BSSIDFilterOnOff OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the BSSID permit feature is enabled or not."
  DEFVAL	{ on }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSGlobalConfigGroup(1) 24 }

.1.3.6.1.4.1.25506.2.75.5.1.2
hh3cDot11WIDSPermitVendorTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the permitted vendor list, and each vendor
        will be identified by OUI.
        The legal device should be made by the permitted vendors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.1.2.1
hh3cDot11WIDSPermitVendorEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11VendorOUI }
  DESCRIPTION	"Each entry provides the information of permitted vendor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitVendorTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.2.1.1
hh3cDot11VendorOUI OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the vendor OUI information of the wireless device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitVendorTable(2) hh3cDot11WIDSPermitVendorEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.2.1.2
hh3cDot11PermitVendorRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitVendorTable(2) hh3cDot11WIDSPermitVendorEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.1.2.1.3
hh3cDot11VendorName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor name of the wireless device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitVendorTable(2) hh3cDot11WIDSPermitVendorEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.1.3
hh3cDot11WIDSPermitSSIDTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of SSID could be permitted in
         the wireless network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.1.3.1
hh3cDot11WIDSPermitSSIDEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11PermitSSID }
  DESCRIPTION	"Each entry provides the information of permitted SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitSSIDTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.3.1.1
hh3cDot11PermitSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the permitted SSID in the wireless network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitSSIDTable(3) hh3cDot11WIDSPermitSSIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.3.1.2
hh3cDot11PermitSSIDRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitSSIDTable(3) hh3cDot11WIDSPermitSSIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.1.3.1.3
hh3cDot11PermitSSIDDetected OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the permitted SSID is detected or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitSSIDTable(3) hh3cDot11WIDSPermitSSIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.1.4
hh3cDot11WIDSIgnoreListTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the MAC address list of stations or APs,
        and WIDS always take them as legal stations or APs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.1.4.1
hh3cDot11WIDSIgnoreListEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11IgnoreMAC }
  DESCRIPTION	"Each entry contains the MAC address of station or AP,
        and WIDS always take it as legal station or AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSIgnoreListTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.4.1.1
hh3cDot11IgnoreMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of station or AP, and WIDS always
        take it as legal station or AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSIgnoreListTable(4) hh3cDot11WIDSIgnoreListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.4.1.2
hh3cDot11IgnoreListRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSIgnoreListTable(4) hh3cDot11WIDSIgnoreListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.1.4.1.3
hh3cDot11IgnoreMACDetected OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the MAC address detected or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSIgnoreListTable(4) hh3cDot11WIDSIgnoreListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.1.4.1.4
hh3cDot11IgnoreDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIDSDevType
  SYNTAX	INTEGER {client(1), ap(2), adhoc(3), wirelessBridge(4), unknown(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type of the MAC address detected.
         The value of this object always is unknown if the MAC address is not
         detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSIgnoreListTable(4) hh3cDot11WIDSIgnoreListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.1.5
hh3cDot11WIDSAttackListTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the MAC address list of rogue APs or rogue
        stations, the WIDS will take countermeasure as per the MAC
        address list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.1.5.1
hh3cDot11WIDSAttackListEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11AttackDeviceMac }
  DESCRIPTION	"Each entry contains the MAC address of rogue AP or rogue station,
        and the countermeasure will be taken for it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSAttackListTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.5.1.1
hh3cDot11AttackDeviceMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of rogue AP or rogue station,
        and the countermeasure will be taken for it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSAttackListTable(5) hh3cDot11WIDSAttackListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.5.1.2
hh3cDot11AttackListRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSAttackListTable(5) hh3cDot11WIDSAttackListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.1.5.1.3
hh3cDot11AttackDevDetected OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the assigned MAC address in attack list is detected
         or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSAttackListTable(5) hh3cDot11WIDSAttackListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.1.5.1.4
hh3cDot11AttackDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIDSDevType
  SYNTAX	INTEGER {client(1), ap(2), adhoc(3), wirelessBridge(4), unknown(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type of detected MAC address in attack list.  If the
         MAC address is not detected, it will return unknown(5) for get
         operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSAttackListTable(5) hh3cDot11WIDSAttackListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.1.6
hh3cDot11StaticWhiteListTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the information of whitelist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.1.6.1
hh3cDot11StaticWhiteListEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11StaticWhiteListMAC }
  DESCRIPTION	"Each entry contains the information of whitelist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11StaticWhiteListTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.6.1.1
hh3cDot11StaticWhiteListMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC addresses in whitelist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11StaticWhiteListTable(6) hh3cDot11StaticWhiteListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.6.1.2
hh3cDot11StaticWhiteListRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11StaticWhiteListTable(6) hh3cDot11StaticWhiteListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.1.7
hh3cDot11StaticBlackListTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the information of static blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) 7 }

.1.3.6.1.4.1.25506.2.75.5.1.7.1
hh3cDot11StaticBlackListEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11StaticBlackListMAC }
  DESCRIPTION	"Each entry contains the information of static blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11StaticBlackListTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.7.1.1
hh3cDot11StaticBlackListMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC addresses in static blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11StaticBlackListTable(7) hh3cDot11StaticBlackListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.7.1.2
hh3cDot11StaticBlackListRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11StaticBlackListTable(7) hh3cDot11StaticBlackListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.1.8
hh3cDot11WIDSPermitBSSIDTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of BSSID could be permitted in
         the wireless network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) 8 }

.1.3.6.1.4.1.25506.2.75.5.1.8.1
hh3cDot11WIDSPermitBSSIDEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11PermitBSSID }
  DESCRIPTION	"Each entry provides the information of permitted BSSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitBSSIDTable(8) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.8.1.1
hh3cDot11PermitBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the permitted BSSID in the wireless network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitBSSIDTable(8) hh3cDot11WIDSPermitBSSIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.1.8.1.2
hh3cDot11PermitBSSIDDetected OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the permitted BSSID is detected or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitBSSIDTable(8) hh3cDot11WIDSPermitBSSIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.1.8.1.3
hh3cDot11PermitBSSIDRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the row status of permit BSSID table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSConfigGroup(1) hh3cDot11WIDSPermitBSSIDTable(8) hh3cDot11WIDSPermitBSSIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2
hh3cDot11WIDSDetectGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.1
hh3cDot11WIDSRogueAPTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of possible BSS information for
        rogue APs detected by the WIDS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1
hh3cDot11WIDSRogueAPEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RogueAPBSSMAC }
  DESCRIPTION	"Each entry contains possible BSS information of each rogue AP
        detected by WIDS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.1
hh3cDot11RogueAPBSSMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the BSS MAC address of rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.2
hh3cDot11RogueAPVendorName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor name of rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.3
hh3cDot11RogueAPMonitorNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of monitor APs which detected the
        rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.4
hh3cDot11RogueAPFirstDetectTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that AP was detected as a rogue AP for
        the first time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.5
hh3cDot11RogueAPLastDetectTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that AP was detected as a rogue AP for
        the last time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.6
hh3cDot11RogueAPSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SSID broadcasted by rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.7
hh3cDot11RogueAPMaxSigStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximal value of signal strength that WIDS received
        from the rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.8
hh3cDot11RogueAPChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio channel of the rogue AP the maximal signal
        strength was received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.9
hh3cDot11RogueAPBeaconInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the interval for Beacon management frame of rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.10
hh3cDot11RogueAPAttackedStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the countermeasure have taken for the rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.11
hh3cDot11RogueAPToIgnore OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the rogue AP will be taken as a rogue AP.
        If the value is true, NMS should not display the rogue AP
        as NMS display rogue AP list, and the MAC address will be
        automatically added into hh3cDot11WIDSIgnoreListTable.
        If the value is false, NMS will take it as a rogue AP. "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.12
hh3cDot11RogueAPEncryptStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the rogue AP encrypt the frame or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.13
hh3cDot11RogueAPReset OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear information of assigned AP.  The
         information of AP which detect assigned rogue AP will be cleared
         together.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.14
hh3cDot11RogueAPFirstDetectTmStr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that AP was detected as a rogue AP for
         the first time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.5.2.1.1.15
hh3cDot11RogueAPLastDetectTmStr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that AP was detected as a rogue AP for
         the last time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPTable(1) hh3cDot11WIDSRogueAPEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.5.2.2
hh3cDot11WIDSRogueAPExtTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"As each rogue AP could be detected by multiple monitor APs, each
        monitor AP could have some kind of detailed information about
        a specific rogue AP.
        In the hh3cDot11WIDSRogueAPTable table, the detailed
        information for a specific rogue AP will be summarized from
        information in the hh3cDot11WIDSRogueAPExtTable table.
        For example, multiple monitor APs could receive RF signal of
        one rogue AP, and each monitor AP has its maximum signal strength by
        itself. The information will be kept as
        hh3cDot11DetectMaxAPSigStrength in the hh3cDot11WIDSRogueAPExtTable
        table. While only the maximum value among all the
        hh3cDot11DetectMaxAPSigStrength for each monitor AP will be
        kept in the hh3cDot11WIDSRogueAPTable as
        hh3cDot11RogueAPMaxSigStrength."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.2.1
hh3cDot11WIDSRogueAPExtEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RogueAPBSSMAC, hh3cDot11WIDSAPID }
  DESCRIPTION	"Each entry contains information of the rogue AP detected
        by each monitor AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPExtTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.2.1.1
hh3cDot11WIDSAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"To uniquely identify each AP, and relation-ship between
        hh3cDot11WIDSAPID and AP device will be static."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPExtTable(2) hh3cDot11WIDSRogueAPExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.2.1.2
hh3cDot11DetectCurAPSigStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current value of signal strength that WIDS monitor
        AP received from the rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPExtTable(2) hh3cDot11WIDSRogueAPExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.2.1.3
hh3cDot11DetectAPByChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio channel that WIDS monitor AP detected
        the rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPExtTable(2) hh3cDot11WIDSRogueAPExtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.2.1.4
hh3cDot11DetectAPByRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio the monitor AP has detected the rogue
        AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPExtTable(2) hh3cDot11WIDSRogueAPExtEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.2.1.5
hh3cDot11AttackAPStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether monitor AP have taken countermeasure on the
        rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPExtTable(2) hh3cDot11WIDSRogueAPExtEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.2.1.6
hh3cDot11DetectAPFirstTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that monitor AP detected the rogue AP for
        the first time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPExtTable(2) hh3cDot11WIDSRogueAPExtEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.2.2.1.7
hh3cDot11DetectAPLastTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that monitor AP detected the rogue AP for
        the last time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueAPExtTable(2) hh3cDot11WIDSRogueAPExtEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.5.2.3
hh3cDot11WIDSRogueStaTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of rogue stations detected by
        the WIDS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1
hh3cDot11WIDSRogueStaEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RogueStaMAC }
  DESCRIPTION	"Each entry contains information of each rogue station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.1
hh3cDot11RogueStaMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of rogue station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.2
hh3cDot11RogueStaVendorName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor name of rogue station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.3
hh3cDot11RogueStaMonitorNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of monitor APs which detected the
         rogue station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.4
hh3cDot11RogueStaFirstDetectTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that station was detected as a rogue station for
         the first time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.5
hh3cDot11RogueStaLastDetectTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that station was detected as a rogue station for
         the last time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.6
hh3cDot11RogueStaAccessBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents BSS MAC address that rogue station try to access."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.7
hh3cDot11RogueStaMaxSigStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximal value of signal strength that WIDS received
         from the rogue station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.8
hh3cDot11RogueStaChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio channel the maximal signal strength
         was received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.9
hh3cDot11RogueStaAttackedStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the countermeasure have taken for the rogue
         station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.10
hh3cDot11RogueStaToIgnore OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the rogue AP will be taken as a rogue station.
         If the value is true, NMS should not display the rogue station
         as NMS display rogue station list, and the MAC address will be
         automatically added into hh3cDot11WIDSIgnoreListTable.
         If the value is false, NMS will take it as a rogue station. "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.11
hh3cDot11RogueStaAdHocStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the rogue station work on the Ad Hoc mode
         or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.12
hh3cDot11RogueStaReset OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear information of assigned station.  The
         information of AP which detects assigned rogue station will be cleared
         together.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.13
hh3cDot11RogueStaFirstDetectTmStr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that station was detected as a rogue station for
         the first time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.5.2.3.1.14
hh3cDot11RogueStaLastDetectTmStr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that station was detected as a rogue station for
         the last time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaTable(3) hh3cDot11WIDSRogueStaEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.5.2.4
hh3cDot11WIDSRogueStaExtTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"As each rogue station could be detected by multiple monitor APs, each
        monitor AP could have some kind of detailed information about
        a specific rogue station.
        In the hh3cDot11WIDSRogueStaTable table, the detailed
        information for a specific rogue station will be summarized from
        information in the hh3cDot11WIDSRogueStaExtTable table.
        For example, multiple monitor APs could receive RF signal of one rogue
        station, and each monitor AP has its maximum signal strength by
        itself. The information will be kept as
        hh3cDot11DetectMaxStaSigStrength in the hh3cDot11WIDSRogueStaExtTable
        table. While only the maximum value among all the
        hh3cDot11DetectMaxStaSigStrength for each monitor AP will be
        kept in the hh3cDot11WIDSRogueStaTable as
        hh3cDot11RogueStaMaxSigStrength."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.4.1
hh3cDot11WIDSRogueStaExtEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RogueStaMAC, hh3cDot11WIDSAPID }
  DESCRIPTION	"Each entry contains information of rogue station detected
        by each monitor AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaExtTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.4.1.1
hh3cDot11DetectCurStaSigStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current value of signal strength that WIDS monitor
        AP received from the rogue station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaExtTable(4) hh3cDot11WIDSRogueStaExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.4.1.2
hh3cDot11DetectStaByChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio channel the maximal signal strength
        was received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaExtTable(4) hh3cDot11WIDSRogueStaExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.4.1.3
hh3cDot11DetectStaByRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents which radio on the monitor AP has detected the
        rogue station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaExtTable(4) hh3cDot11WIDSRogueStaExtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.4.1.4
hh3cDot11AttackStaStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether monitor AP have taken countermeasure for the
        rogue station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaExtTable(4) hh3cDot11WIDSRogueStaExtEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.4.1.5
hh3cDot11DetectStaFirstTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that monitor AP detected the rogue station
        for the first time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaExtTable(4) hh3cDot11WIDSRogueStaExtEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.4.1.6
hh3cDot11DetectStaLastTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that monitor AP detected the rogue station
        for the last time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueStaExtTable(4) hh3cDot11WIDSRogueStaExtEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.2.5
hh3cDot11WIDSDetectedDevTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This Table contains information of detected devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1
hh3cDot11WIDSDetectedDevEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIDSDevMAC }
  DESCRIPTION	"Each entry contains information of detected devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.1
hh3cDot11WIDSDevMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents MAC address of the device detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.2
hh3cDot11WIDSDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIDSDevType
  SYNTAX	INTEGER {client(1), ap(2), adhoc(3), wirelessBridge(4), unknown(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents type of the device detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.3
hh3cDot11WIDSDevPermitType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIDSDevPermitType
  SYNTAX	INTEGER {permit(1), rogue(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the device detected is a rogue device or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.4
hh3cDot11WIDSDevVendor OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents Vendor of the detected device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.5
hh3cDot11WIDSDevMonitorNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of active APs that detect the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.6
hh3cDot11WIDSDevSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the service set identifier for the ESS of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.7
hh3cDot11WIDSDevBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the basic service set identifier of the detected device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.8
hh3cDot11WIDSDevChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel in which the device was last detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.9
hh3cDot11WIDSDevMaxRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum detected RSSI of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.10
hh3cDot11WIDSDevBeaconIntvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the beacon interval for the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.11
hh3cDot11WIDSDevFstDctTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the device was first detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.12
hh3cDot11WIDSDevLstDctTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the rogue AP was detected last time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.13
hh3cDot11WIDSDevReset OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clears the information of the device detected
         in the WLAN.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.5.2.5.1.14
hh3cDot11WIDSDevSnr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents SNR of the device detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSDetectedDevTable(5) hh3cDot11WIDSDetectedDevEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.5.2.6
hh3cDot11WIDSRptAPTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This Table contains information of the AP which detected device in the
         WLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 6 }

.1.3.6.1.4.1.25506.2.75.5.2.6.1
hh3cDot11WIDSRptAPEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIDSDevMAC, hh3cDot11WIDSRptAPMAC }
  DESCRIPTION	"Each entry contains information of the AP which detected device in the
         WLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRptAPTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.6.1.1
hh3cDot11WIDSRptAPMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the AP that detected the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRptAPTable(6) hh3cDot11WIDSRptAPEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.6.1.2
hh3cDot11WIDSRptAPName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the name of the AP that detected the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRptAPTable(6) hh3cDot11WIDSRptAPEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.6.1.3
hh3cDot11WIDSRptAPRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio index of the AP that detected the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRptAPTable(6) hh3cDot11WIDSRptAPEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.6.1.4
hh3cDot11WIDSRptAPMaxRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum detected RSSI of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRptAPTable(6) hh3cDot11WIDSRptAPEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.6.1.5
hh3cDot11WIDSRptAPFstDctTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the rogue AP was detected first time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRptAPTable(6) hh3cDot11WIDSRptAPEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.6.1.6
hh3cDot11WIDSRptAPLstDctTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the rogue AP was detected last time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRptAPTable(6) hh3cDot11WIDSRptAPEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.2.7
hh3cDot11DynBlackListTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information of dynamic blacklist entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 7 }

.1.3.6.1.4.1.25506.2.75.5.2.7.1
hh3cDot11DynBlackListEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11DynBlackListMAC }
  DESCRIPTION	"Each entry contains information of dynamic blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11DynBlackListTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.7.1.1
hh3cDot11DynBlackListMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the device inserted into the dynamic
         blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11DynBlackListTable(7) hh3cDot11DynBlackListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.7.1.2
hh3cDot11DynBlackListTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time elapsed since the entry was last updated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11DynBlackListTable(7) hh3cDot11DynBlackListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.7.1.3
hh3cDot11DynBlackListReason OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the reason why the entry was added into the dynamic
         blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11DynBlackListTable(7) hh3cDot11DynBlackListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.7.1.4
hh3cDot11DynBlackListReset OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to remove designated entry from the dynamic
         blacklist.
         The value which read from this object always is false."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11DynBlackListTable(7) hh3cDot11DynBlackListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.7.1.5
hh3cDot11DynBlackListTimeTicks OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time elapsed since the entry was last updated in units TimeTicks."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11DynBlackListTable(7) hh3cDot11DynBlackListEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.8
hh3cDot11WIDSRogueHistoryTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information of all expired rogue devices which
         have been deleted from the list of detected rogue devices because
         they could not be detected within the device aging duration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 8 }

.1.3.6.1.4.1.25506.2.75.5.2.8.1
hh3cDot11WIDSRogueHistoryEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIDSRogueHisIndex }
  DESCRIPTION	"Each entry contains information of an expired rogue device which
         has been deleted from the list of detected rogue devices because
         they could not be detected within the device aging duration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueHistoryTable(8) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.8.1.1
hh3cDot11WIDSRogueHisIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents index of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueHistoryTable(8) hh3cDot11WIDSRogueHistoryEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.8.1.2
hh3cDot11WIDSRogueHisMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueHistoryTable(8) hh3cDot11WIDSRogueHistoryEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.8.1.3
hh3cDot11WIDSRogueHisVendor OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor for the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueHistoryTable(8) hh3cDot11WIDSRogueHistoryEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.8.1.4
hh3cDot11WIDSRogueHisType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIDSDevType
  SYNTAX	INTEGER {client(1), ap(2), adhoc(3), wirelessBridge(4), unknown(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueHistoryTable(8) hh3cDot11WIDSRogueHistoryEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.8.1.5
hh3cDot11WIDSRogueHisChl OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel in which the device was last detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueHistoryTable(8) hh3cDot11WIDSRogueHistoryEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.8.1.6
hh3cDot11WIDSRogueHisSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the service set identifier for the ESS of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueHistoryTable(8) hh3cDot11WIDSRogueHistoryEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.2.8.1.7
hh3cDot11WIDSRogueHisLastDctTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the device was last detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSRogueHistoryTable(8) hh3cDot11WIDSRogueHistoryEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.5.2.9
hh3cDot11WIDSAtkHistroyTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information of the history of attacks detected in
         the WLAN system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 9 }

.1.3.6.1.4.1.25506.2.75.5.2.9.1
hh3cDot11WIDSAtkHistroyEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIDSAtkHisIndex }
  DESCRIPTION	"Each entry contains information of the history of attacks detected in
         the WLAN system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkHistroyTable(9) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.9.1.1
hh3cDot11WIDSAtkHisIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents index of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkHistroyTable(9) hh3cDot11WIDSAtkHistroyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.9.1.2
hh3cDot11WIDSAtkHisMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the Mac address.  In case of spoof attacks, this field
         provides the BSSID which was spoofed.  In case of other attacks,
         this field provides the MAC address of the device which initiated
         the attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkHistroyTable(9) hh3cDot11WIDSAtkHistroyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.9.1.3
hh3cDot11WIDSAtkHisType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIDSAtkType
  SYNTAX	INTEGER {act(1), asr(2), aur(3), daf(4), dar(5), ndf(6), pbr(7), rar(8), saf(9), sdf(10), wiv(11), unknown(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type of attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkHistroyTable(9) hh3cDot11WIDSAtkHistroyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.9.1.4
hh3cDot11WIDSAtkHisChl OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel in which the attack was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkHistroyTable(9) hh3cDot11WIDSAtkHistroyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.9.1.5
hh3cDot11WIDSAtkHisRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the average RSSI of the designated attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkHistroyTable(9) hh3cDot11WIDSAtkHistroyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.2.9.1.6
hh3cDot11WIDSAtkHisDctTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which this attack was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkHistroyTable(9) hh3cDot11WIDSAtkHistroyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.2.9.1.7
hh3cDot11WIDSAtkHisAPName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the name of the AP which detected this attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkHistroyTable(9) hh3cDot11WIDSAtkHistroyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.5.2.10
hh3cDot11WIDSAtkStatis OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 10 }

.1.3.6.1.4.1.25506.2.75.5.2.10.1
hh3cDot11WIDSAtkStasStartTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents current attack tracking time.  It is started at the system
         startup and is refreshed each hour subsequently."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkStatis(10) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.10.2
hh3cDot11WIDSAtkStasTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information of the counts of attacks detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkStatis(10) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.10.2.1
hh3cDot11WIDSAtkStasEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIDSAtkStasType }
  DESCRIPTION	"Each entry contains information of the counts of attacks detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkStatis(10) hh3cDot11WIDSAtkStasTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.10.2.1.1
hh3cDot11WIDSAtkStasType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIDSAtkType
  SYNTAX	INTEGER {act(1), asr(2), aur(3), daf(4), dar(5), ndf(6), pbr(7), rar(8), saf(9), sdf(10), wiv(11), unknown(12)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkStatis(10) hh3cDot11WIDSAtkStasTable(2) hh3cDot11WIDSAtkStasEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.10.2.1.2
hh3cDot11WIDSAtkStasCurCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of attacks detected since the time
         specified by the current attack tracking time.  The current
         attack tracking time is started at the system startup and
         is refreshed each hour subsequently."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkStatis(10) hh3cDot11WIDSAtkStasTable(2) hh3cDot11WIDSAtkStasEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.10.2.1.3
hh3cDot11WIDSAtkStasTotalCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total count of the attacks detected since
         the system startup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11WIDSAtkStatis(10) hh3cDot11WIDSAtkStasTable(2) hh3cDot11WIDSAtkStasEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.11
hh3cDot11BlackListTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information of blacklist entries, including
         dynamic and static."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) 11 }

.1.3.6.1.4.1.25506.2.75.5.2.11.1
hh3cDot11BlackListEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11BlackListMAC }
  DESCRIPTION	"Each entry contains information of blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11BlackListTable(11) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.11.1.1
hh3cDot11BlackListMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the MAC address of the device inserted into
         the table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11BlackListTable(11) hh3cDot11BlackListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.2.11.1.2
hh3cDot11BlackListTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time elapsed since the entry was last updated.
         If it is static blacklist, the value is always 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11BlackListTable(11) hh3cDot11BlackListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.2.11.1.3
hh3cDot11BlackListReason OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the reason why the entry was added into the blacklist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11BlackListTable(11) hh3cDot11BlackListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.2.11.1.4
hh3cDot11BlackListRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11BlackListTable(11) hh3cDot11BlackListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.2.11.1.5
hh3cDot11BlackListTimeTicks OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time elapsed since the entry was last updated in timetick.
         If it is static blacklist, the value is always 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSDetectGroup(2) hh3cDot11BlackListTable(11) hh3cDot11BlackListEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.3
hh3cDot11WIDSNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) 3 }

.1.3.6.1.4.1.25506.2.75.5.3.1
hh3cDot11WIDSTraps OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.5.3.1.1
hh3cDot11WIDSDetectRogueTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  OBJECTS	{ hh3cDot11WIDSRogueMAC, hh3cDot11WIDSRogueType, hh3cDot11WIDSMonitorMAC, hh3cDot11MonitorAPID, hh3cDot11MonitorApRadioID }
  DESCRIPTION	"The notification represents that a rogue AP or a station was
        detected by WIDS.
        The NMS would refer to MIB table under hh3cDot11WIDSDetectGroup
        group to get more detailed information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTraps(1) 1 }

.1.3.6.1.4.1.25506.2.75.5.3.1.2
hh3cDot11WIDSAdHocTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  OBJECTS	{ hh3cDot11WIDSAdHocMAC, hh3cDot11WIDSMonitorMAC }
  DESCRIPTION	"The notification represents a rogue Ad hoc station was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTraps(1) 2 }

.1.3.6.1.4.1.25506.2.75.5.3.1.3
hh3cDot11WIDSUnauthorSSIDTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  OBJECTS	{ hh3cDot11UnauthorSSIDName, hh3cDot11WIDSMonitorMAC, hh3cDot11MonitorAPID, hh3cDot11MonitorApRadioID }
  DESCRIPTION	"The notification represents which unauthorized SSID are
        accessed in the network.
        The notification will be sent to NMS when an
        unauthorized SSID is detected on the network for the
        first time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTraps(1) 3 }

.1.3.6.1.4.1.25506.2.75.5.3.1.4
hh3cDot11WIDSDisappearRogueTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  OBJECTS	{ hh3cDot11WIDSRogueMAC }
  DESCRIPTION	"The notification represents that a rogue device has aged out
        and moved to history table or the device type has been changed
        to friendly.
        The notification will be sent to NMS whenever a rogue disappears."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTraps(1) 4 }

.1.3.6.1.4.1.25506.2.75.5.3.1.5
hh3cDot11WIDSDetectAttack NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  OBJECTS	{ hh3cDot11WIDSAtkHisType, hh3cDot11WIDSAtkHisChl, hh3cDot11WIDSAtkHisDctTime, hh3cDot11WIDSAtkHisAPName }
  DESCRIPTION	"This notification occurs when some type of attack is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTraps(1) 5 }

.1.3.6.1.4.1.25506.2.75.5.3.1.6
hh3cDot11WIDSDetectWBridge NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  OBJECTS	{ hh3cDot11WIDSRptAPName, hh3cDot11WIDSRptAPRadioID, hh3cDot11WIDSRptAPLstDctTime }
  DESCRIPTION	"This notification occurs whenever a detected device is classified
        as rogue wireless-bridge.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTraps(1) 6 }

.1.3.6.1.4.1.25506.2.75.5.3.1.7
hh3cDot11WIDSFloodTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  OBJECTS	{ hh3cDot11WIDSAtkMac, hh3cDot11WIDSAtkFrameType, hh3cDot11WIDSFirstTrapTime }
  DESCRIPTION	"This notification occurs when flood attack is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTraps(1) 7 }

.1.3.6.1.4.1.25506.2.75.5.3.1.8
hh3cDot11WIDSSpoofTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  OBJECTS	{ hh3cDot11WIDSAtkMac, hh3cDot11WIDSAtkFrameType, hh3cDot11WIDSAtkChannel, hh3cDot11WIDSAtkTime, hh3cDot11WIDSAtkDestMac, hh3cDot11WIDSFirstTrapTime }
  DESCRIPTION	"This notification occurs when spoof attack is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTraps(1) 8 }

.1.3.6.1.4.1.25506.2.75.5.3.1.9
hh3cDot11WIDSWeakIVTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  OBJECTS	{ hh3cDot11WIDSAtkMac, hh3cDot11WIDSAtkChannel, hh3cDot11WIDSAtkTime, hh3cDot11WIDSAtkDestMac, hh3cDot11WIDSFirstTrapTime }
  DESCRIPTION	"This notification occurs when weak IV attack is detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTraps(1) 9 }

.1.3.6.1.4.1.25506.2.75.5.3.2
hh3cDot11WIDSTrapVarObjects OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) 2 }

.1.3.6.1.4.1.25506.2.75.5.3.2.1
hh3cDot11WIDSRogueMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents which rogue AP or station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 1 }

.1.3.6.1.4.1.25506.2.75.5.3.2.2
hh3cDot11WIDSRogueType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	INTEGER {rogueAp(1), rogueStation(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the rogue type.
        The following value are supported
        rogueAp(1)        - A rogue AP
        rogueStation(2)   - A rogue Station"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 2 }

.1.3.6.1.4.1.25506.2.75.5.3.2.3
hh3cDot11WIDSMonitorMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents which monitor detected the rogue AP or station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 3 }

.1.3.6.1.4.1.25506.2.75.5.3.2.4
hh3cDot11WIDSAdHocMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the MAC address of Ad hoc station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 4 }

.1.3.6.1.4.1.25506.2.75.5.3.2.5
hh3cDot11UnauthorSSIDName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents an unauthorized SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 5 }

.1.3.6.1.4.1.25506.2.75.5.3.2.6
hh3cDot11MonitorAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents monitor AP's APID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 6 }

.1.3.6.1.4.1.25506.2.75.5.3.2.7
hh3cDot11MonitorApRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents monitor AP's radio ID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 7 }

.1.3.6.1.4.1.25506.2.75.5.3.2.8
hh3cDot11WIDSAtkMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents mac address of attack source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 8 }

.1.3.6.1.4.1.25506.2.75.5.3.2.9
hh3cDot11WIDSAtkFrameType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents attack frame type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 9 }

.1.3.6.1.4.1.25506.2.75.5.3.2.10
hh3cDot11WIDSAtkChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents attack channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 10 }

.1.3.6.1.4.1.25506.2.75.5.3.2.11
hh3cDot11WIDSAtkTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents when attacking happened."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 11 }

.1.3.6.1.4.1.25506.2.75.5.3.2.12
hh3cDot11WIDSAtkDestMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents mac address of attack destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 12 }

.1.3.6.1.4.1.25506.2.75.5.3.2.13
hh3cDot11WIDSFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIDS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the first trap time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIDS(5) hh3cDot11WIDSNotifyGroup(3) hh3cDot11WIDSTrapVarObjects(2) 13 }

.1.3.6.1.4.1.25506.2.75.6
hh3cDot11CFGEXT MODULE-IDENTITY
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  DESCRIPTION	"This MIB provides information for WLAN configuration extended.
        The HH3C-DOT11-CFG-MIB define MIB objects for WLAN basic configuration,
        while this MIB will define MIB objects for load balance these kinds
        feature.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        Access point (AP)
        Transmitter/receiver (transceiver) device
        that commonly connects and transports data
        between a wireless network and a wired network.

        Access control (AC)
        To control and manage multi-APs, it will bridge
        wireless and wired network.

        Fat AP
        Applied in the home, SOHO and so on, and it could
        work independently without help from AC.

        Fit AP
        Applied in the enterprise environment, it will work
        under the control and management from AC.

        Control And Provisioning of Wireless Access Points Protocol
        The short name of protocol is CAPWAP. AC will control
        and manage AP by CAPWAP tunnel protocol defined by IETF.
        Also, a data tunnel will be set up between AC and AP.

        BSS
        IEEE 802.11 Basic Service Set (Radio Cell).  The
        BSS of an AP comprises of the stations directly
        associating with the AP.

        Radio
        The chip set to receive and send wireless signal.

        Association
        The service used to establish access point
        or station mapping and enable station invocation
        of the distribution system services.
        (Wireless clients attempt to connect to
        access points.)

        Basic Rate
        A data rate that is mandatory for client
        devices to support in order for them to achieve
        successful association.

        MSDU
        MAC Service Data Unit, it is frame format defined by
        802.11.

        TU
        It is 1,024 microseconds (ms), which is about 1
        millisecond.

        AKM
        The authentication and key management method defined by
        802.11i, and which includes 802.1x and pre-shared key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 6 }

.1.3.6.1.4.1.25506.2.75.6.1
hh3cDot11LoadBalance OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) 1 }

.1.3.6.1.4.1.25506.2.75.6.1.1
hh3cDot11LBGlobalGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) 1 }

.1.3.6.1.4.1.25506.2.75.6.1.1.1
hh3cDot11LoadBalanceTrafficEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether enable load balancing according to station
        traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBGlobalGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.6.1.1.2
hh3cDot11LoadBalanceTrafficThres OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the threshold value for Traffic based load balancing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBGlobalGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.6.1.1.3
hh3cDot11LoadBalanceSessionEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether enable load balancing according to station
        session number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBGlobalGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.6.1.1.4
hh3cDot11LoadBalanceSessionThres OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the threshold value for session number based
        load balancing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBGlobalGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.6.1.1.5
hh3cDot11LoadBalanceTrafficGap OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  SYNTAX	Integer32 (10..40) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Traffic gap threshold.  Load balancing is carried out for a radio
        when the traffic threshold and session gap are exceeded."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBGlobalGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.6.1.1.6
hh3cDot11LoadBalanceSessionGap OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Session gap threshold.  Load balancing is carried out for a radio
        when the session threshold and session gap are exceeded."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBGlobalGroup(1) 6 }

.1.3.6.1.4.1.25506.2.75.6.1.1.7
hh3cDot11LBTrafficThresKbps OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the threshold value for Traffic based load balancing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBGlobalGroup(1) 7 }

.1.3.6.1.4.1.25506.2.75.6.1.1.8
hh3cDot11LBTrafficGapKbps OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Traffic gap threshold.  Load balancing is carried out for a radio
        when the traffic threshold gap are exceeded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBGlobalGroup(1) 8 }

.1.3.6.1.4.1.25506.2.75.6.1.1.9
hh3cDot11LoadBalanceEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  SYNTAX	INTEGER {none(0), trafficBased(1), userBased(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether to enable load balancing.
         0    - none
         1    - enable load balancing according to station traffic
         2    - enable load balancing according to station session number."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBGlobalGroup(1) 9 }

.1.3.6.1.4.1.25506.2.75.6.1.2
hh3cDot11LBRadioGroupTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines load balance radio group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) 2 }

.1.3.6.1.4.1.25506.2.75.6.1.2.1
hh3cDot11LBRadioGroupEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11LBRadioGroupId }
  DESCRIPTION	"Each entry contains information of one load balance radio group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBRadioGroupTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.6.1.2.1.1
hh3cDot11LBRadioGroupId OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents load balance radio group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBRadioGroupTable(2) hh3cDot11LBRadioGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.6.1.2.1.2
hh3cDot11LBRadioGroupDesc OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the description of load balance radio group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBRadioGroupTable(2) hh3cDot11LBRadioGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.6.1.2.1.3
hh3cDot11LBRadioGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-CFGEXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11CFGEXT(6) hh3cDot11LoadBalance(1) hh3cDot11LBRadioGroupTable(2) hh3cDot11LBRadioGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.7
hh3cDot11WLANEXT MODULE-IDENTITY
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  DESCRIPTION	"This MIB provides more information for WLAN network.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        IEEE 802.11e
        Standard to define the MAC procedures to support
        LAN applications with Quality of Service (QoS) requirements,
        including the transport of voice, audio and video over
        IEEE 802.11 wireless LANs.

        Access point (AP)
        Transmitter/receiver (transceiver) device
        that commonly connects and transports data
        between a wireless network and a wired network.

        Access control (AC)
        To control and manage multi-APs, it will bridge
        wireless and wired network.

        Radio
        The chip set to receive and send wireless signal.

        Fat AP
        Applied in the home, SOHO and so on, and it could
        independently work without help from AC.

        Fit AP
        Applied in the enterprise environment, it will work
        under the control and management from AC.

        Control And Provisioning of Wireless Access Points Protocol
        The short name of protocol is CAPWAP. AC will control
        and manage AP by CAPWAP tunnel protocol defined by IETF.
        Also, a data tunnel will be set up between AC and AP.

        Basic Service Set
        The IEEE 802.11 BSS of an AP comprises of the
        stations directly associating with the AP. It will
        be identified by BSSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 7 }

.1.3.6.1.4.1.25506.2.75.7.1
hh3cDot11RFGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) 1 }

.1.3.6.1.4.1.25506.2.75.7.1.1
hh3cDot11RFSignalStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table will describe statistic information of signal strength
        for AP radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11RFGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.7.1.1.1
hh3cDot11RFSignalStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RFAPID, hh3cDot11RFRadioID }
  DESCRIPTION	"Each entry contains the signal of each signal strength information of
        a specific AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11RFGroup(1) hh3cDot11RFSignalStatisTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.7.1.1.1.1
hh3cDot11RFAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"To identify each AP, and AP is running status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11RFGroup(1) hh3cDot11RFSignalStatisTable(1) hh3cDot11RFSignalStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.7.1.1.1.2
hh3cDot11RFRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11RFGroup(1) hh3cDot11RFSignalStatisTable(1) hh3cDot11RFSignalStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.7.1.1.1.3
hh3cDot11RFSignalStatisInterv OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the interval of statistic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11RFGroup(1) hh3cDot11RFSignalStatisTable(1) hh3cDot11RFSignalStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.7.1.1.1.4
hh3cDot11RFAverageSignalStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the average value of signal strength
        for stations on a specific radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11RFGroup(1) hh3cDot11RFSignalStatisTable(1) hh3cDot11RFSignalStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.7.1.1.1.5
hh3cDot11RFMaxSignalStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum value of signal strength
        for stations on a specific radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11RFGroup(1) hh3cDot11RFSignalStatisTable(1) hh3cDot11RFSignalStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.7.1.1.1.6
hh3cDot11RFMinSignalStrength OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the minimum value of signal strength
        for stations on a specific radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11RFGroup(1) hh3cDot11RFSignalStatisTable(1) hh3cDot11RFSignalStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.7.2
hh3cDot11QosGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) 2 }

.1.3.6.1.4.1.25506.2.75.7.2.1
hh3cDot11QosStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the attributes for the Qos feature of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.7.2.1.1
hh3cDot11QosStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11QosAPID, hh3cDot11QosRadioID }
  DESCRIPTION	"Each entry contains information of the Qos attribute of each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) hh3cDot11QosStatisTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.7.2.1.1.1
hh3cDot11QosAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"To uniquely identify a AP in running status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) hh3cDot11QosStatisTable(1) hh3cDot11QosStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.7.2.1.1.2
hh3cDot11QosRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) hh3cDot11QosStatisTable(1) hh3cDot11QosStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.7.2.1.1.3
hh3cDot11QosAverageQueLen OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The average frame numbers to be sent out in the queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) hh3cDot11QosStatisTable(1) hh3cDot11QosStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.7.2.1.1.4
hh3cDot11QosDropFrameRatio OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ratio of dropped frames in a minute because of full queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) hh3cDot11QosStatisTable(1) hh3cDot11QosStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.7.2.1.1.5
hh3cDot11QosAverageDataRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The average transmit data rate of radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) hh3cDot11QosStatisTable(1) hh3cDot11QosStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.7.2.2
hh3cDot11QosAcStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for Qos access category."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.7.2.2.1
hh3cDot11QosAcStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11QosAPID, hh3cDot11QosRadioID, hh3cDot11QosAcType }
  DESCRIPTION	"Each entry contains information of each Qos access category."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) hh3cDot11QosAcStatisTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.7.2.2.1.1
hh3cDot11QosAcType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  -- TEXTUAL CONVENTION Hh3cDot11QosAcType
  SYNTAX	INTEGER {acbk(1), acbe(2), acvi(3), acvo(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The access category type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) hh3cDot11QosAcStatisTable(2) hh3cDot11QosAcStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.7.2.2.1.2
hh3cDot11AcDropFrameCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-WLANEXT-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of dropped frames in a minute for one specific access
        category because of full queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WLANEXT(7) hh3cDot11QosGroup(2) hh3cDot11QosAcStatisTable(2) hh3cDot11QosAcStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.8
hh3cDot11RRM MODULE-IDENTITY
  -- FROM	HH3C-DOT11-RRM-MIB
  DESCRIPTION	"This MIB file is to provide the object definition of
        WLAN radio resource management (RRM)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 8 }

.1.3.6.1.4.1.25506.2.75.8.1
hh3cDot11RRMConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.1
hh3cDot11RRMGlobalCfgPara OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.1.1
hh3cDot11RRM11nMadtMaxMcs OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..76 | 255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum modulation and coding scheme (MCS) index for
        802.11n mandatory rates.
        The value 255 indicates that no maximum MCS index
        is specified.  No maximum MCS index is specified for 802.11n
        mandatory rates by default.
        Besides 255, the specified maximum MCS index for 802.11n supported
        rates must be no less than the specified maximum MCS index for 802.11n
        mandatory rates."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.1.2
hh3cDot11RRM11nSuptMaxMcs OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..76) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum Modulation and Coding Scheme (MCS) index for
        802.11n supported rates.
        The specified maximum MCS index for 802.11n supported rates must be no
        less than the specified maximum MCS index for 802.11n mandatory rates."
  DEFVAL	{ 76 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.1.1.3
hh3cDot11RRM11gProtect OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/Disable dot11g protection."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.1.1.4
hh3cDot11RRM11aPwrConstrt OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the power constraint for all 802.11a radios.
        The configured power constraint is advertised in beacons if spectrum
        management is enabled.
        The range of power constraint is 0 to MAX-POWER-1 (where the MAX-POWER
        is defined by the regulatory domain)."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 4 }

.1.3.6.1.4.1.25506.2.75.8.1.1.5
hh3cDot11RRM11aSpectrumManag OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/Disable spectrum management for 802.11a radios.
        When spectrum management is enabled, the WLAN sub-system advertises
        power capabilities of the AP and power constraints applicable to all
        devices in the BSS based on regulatory domain specification."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 5 }

.1.3.6.1.4.1.25506.2.75.8.1.1.6
hh3cDot11RRMAutoChlAvoid11h OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the auto-channel set as non-dot11h channels, this is,
        only the non-dot11h channels belonging to the country code are scanned
        during initial channel selection and one of them is selected."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 6 }

.1.3.6.1.4.1.25506.2.75.8.1.1.7
hh3cDot11RRMScanChl OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {auto(1), all(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set the scan mode.
        auto: When this option is set, all channels of the country code being
              set are scanned.
        all: When this option is set, all the channels of the radio band are
             scanned."
  DEFVAL	{ auto }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 7 }

.1.3.6.1.4.1.25506.2.75.8.1.1.8
hh3cDot11RRMScanRptIntvel OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (5..120) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set the scan report interval."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 8 }

.1.3.6.1.4.1.25506.2.75.8.1.1.9
hh3cDot11APInterfNumThreshhd OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents threshold of AP interference .
         If the value of AP interference exceeds this threshold,
         AP interference trap will be sent.  If the value of this node
         is zero, AP interference trap will be sent immediately."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 9 }

.1.3.6.1.4.1.25506.2.75.8.1.1.10
hh3cDot11StaInterfNumThreshhd OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents threshold of STA interference.
         If the value of STA interference exceeds this threshold,
         STA interference trap will be sent.  If the value of this
         node is zero, STA interference trap will be sent immediately.
         "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 10 }

.1.3.6.1.4.1.25506.2.75.8.1.1.11
hh3cDot11RRM11nMultiCastMcs OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Unsigned32 (0..76 | 2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the modulation and coding scheme (MCS) index for 802.11n
        multicast rates.
        The value 4294967295 indicates that no MCS index is specified.
        No MCS index is specified for 802.11n multicast rates by default.
        Besides 4294967295, the specified MCS index for 802.11n multicast
        rates must be no less than the specified maximum MCS index for 802.11n
        mandatory rates.
        Before configure the MCS index for 802.11n multicast rates, the maximum
        MCS index for 802.11n mandatory rates must be configured"
  DEFVAL	{ 4294967295 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 11 }

.1.3.6.1.4.1.25506.2.75.8.1.1.12
hh3cDot11RRM11acMadtMaxNss OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum NSS index for 802.11ac mandatory rates.
        The value 0 indicates that no maximum NSS index is specified.
        No maximum NSS index is specified for 802.11ac mandatory rates by default.
        The specified maximum NSS index for 802.11ac supported rates must be no less
        than the specified maximum NSS index for 802.11ac mandatory rates."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 12 }

.1.3.6.1.4.1.25506.2.75.8.1.1.13
hh3cDot11RRM11acSuptMaxNss OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum NSS index for 802.11ac supported rates.
        The specified maximum NSS index for 802.11ac supported rates must be no
        less than the specified maximum NSS index for 802.11ac mandatory rates."
  DEFVAL	{ 8 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 13 }

.1.3.6.1.4.1.25506.2.75.8.1.1.14
hh3cDot11RRM11acMultiCastNss OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the NSS index for 802.11ac multicast rates.
        The value 0 indicates that no NSS index is specified.
        No NSS index is specified for 802.11ac multicast rates by default.
        The specified NSS index for 802.11ac multicast rates must be no less
        than the specified maximum NSS index for 802.11ac mandatory rates.
        Before configuring the NSS index for 802.11ac multicast rates, the maximum
        NSS index for 802.11ac mandatory rates must be configured.
        Besides, it must be configured together with the node below."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 14 }

.1.3.6.1.4.1.25506.2.75.8.1.1.15
hh3cDot11RRM11acMultiCastVhtMcs OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..9 | 255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the MCS index for 802.11ac multicast rates.
        The value 255 indicates that no MCS index is specified.
        No MCS index is specified for 802.11ac multicast rates by default.
        Besides, it must be configured together with the node above."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMGlobalCfgPara(1) 15 }

.1.3.6.1.4.1.25506.2.75.8.1.2
hh3cDot11RRMRadioCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Configure WLAN RRM based radio type.
        When 802.11b parameter is modified, 802.11g parameter will be
        changed at the same time.
        In the same way, when 802.11g parameter is modified, 802.11b parameter
        will be changed at the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1
hh3cDot11RRMRadioCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RRMRadioType }
  DESCRIPTION	"Configure WLAN RRM based radio type.
        When 802.11b parameter is modified, 802.11g parameter will be
        changed at the same time.
        In the same way, when 802.11g parameter is modified, 802.11b parameter
        will be changed at the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.1
hh3cDot11RRMRadioType OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioType
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64), dot11gac(128), dot11ax(256), dot11gax(512)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"802.11 radio type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.2
hh3cDot11RRMCfgChlState OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/Disable dynamic channel selection."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.3
hh3cDot11RRMCfgChlMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {selfDecisive(1), userTriggered(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the mode of channel selection.
        This node can be configured only when dynamic channel selection
        is enabled."
  DEFVAL	{ userTriggered }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.4
hh3cDot11RRMChlProntoRadioElmt OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the AP and radio that will change channel at next
        calibration cycle.
        0 is returned when getting the value of this node.
        This node can be configured only when the mode of channel selection
        control is user-triggered.
        When configuring, the higher 24 bits stand for the AP index,
        and the last 8 bits stand for the radio index.
        4294967295 stand for configuring each radio on all APs."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.5
hh3cDot11RRMCfgPwrState OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/Disable dynamic power selection for the band."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.6
hh3cDot11RRMCfgPwrMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {selfDecisive(1), userTriggered(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the mode of transmit power control.
        This node can be configured only when dynamic power selection
        is enabled."
  DEFVAL	{ userTriggered }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.7
hh3cDot11RRMPwrProntoRadioElmt OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the AP and radio that will change power at next
        calibration cycle.
        0 is returned when getting the value of this node.
        This node can be configured only when the mode of transmit power
        control is user-triggered.
        When configuring, the higher 24 bits stand for the AP index,
        and the last 8 bits stand for the radio index.
        4294967295 stand for configuring each radio on all APs."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.8
hh3cDot11RRMCfgIntrvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the calibration interval."
  DEFVAL	{ 8 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.9
hh3cDot11RRMCfgIntrfThres OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the interface threshold.
        By default, interference observed on an operating channel is considered
        during dynamic frequency selection and transmit power control.  If the
        interference percentage on the channel reaches the set threshold, RRM
        will perform resource adjustment to control the situation."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.10
hh3cDot11RRMCfgNoiseThres OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (-127..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the noise threshold."
  DEFVAL	{ -70 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.11
hh3cDot11RRMCfgPERThres OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the CRC error threshold.
        If the percentage of CRC errors reaches the threshold, RRM will perform
        resource adjustment to control the situation."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.12
hh3cDot11RRMCfgToleranceFctr OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (1..45) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the tolerance level.
        During dynamic frequency selection (DFS), the channel will be changed
        only if there is a better channel having lesser interference and packet
        error rate than those specified by the user."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.8.1.2.1.13
hh3cDot11RRMCfgAdjacencyFctr OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the adjacency factor for the band.
        If transmit power control (TPC) is configured, power will be adjusted
        when the nth neighbor is detected.  The value n is the adjacency factor."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMRadioCfgTable(2) hh3cDot11RRMRadioCfgEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.8.1.3
hh3cDot11RRMAPCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the RRM parameters for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.1.3.1
hh3cDot11RRMAPCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex }
  DESCRIPTION	"Each entry contains information of RRM parameters for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMAPCfgTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.3.1.1
hh3cDot11RRMAPWorkMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {normal(1), monitor(2), hybrid(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"AP work mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMAPCfgTable(3) hh3cDot11RRMAPCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.4
hh3cDot11RRMSDRadioGroupTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines RRM self-decisive radio group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.8.1.4.1
hh3cDot11RRMSDRadioGroupEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RRMSDRadioGroupId }
  DESCRIPTION	"Each entry contains information of one RRM self-decisive radio group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMSDRadioGroupTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.4.1.1
hh3cDot11RRMSDRadioGroupId OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents RRM self-decisive radio group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMSDRadioGroupTable(4) hh3cDot11RRMSDRadioGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.4.1.2
hh3cDot11RRMSDRadioGroupDesc OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the description of RRM self-decisive radio group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMSDRadioGroupTable(4) hh3cDot11RRMSDRadioGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.1.4.1.3
hh3cDot11RRMSDRdGrpChlHolddownTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the channel holddown time of RRM self-decisive radio group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMSDRadioGroupTable(4) hh3cDot11RRMSDRadioGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.1.4.1.4
hh3cDot11RRMSDRdGrpPwrHolddownTm OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the power holddown time of RRM self-decisive radio group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMSDRadioGroupTable(4) hh3cDot11RRMSDRadioGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.8.1.4.1.5
hh3cDot11RRMSDRdGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMSDRadioGroupTable(4) hh3cDot11RRMSDRadioGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.8.1.5
hh3cDot11RRMAPCfg2Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the RRM parameters for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.8.1.5.1
hh3cDot11RRMAPCfg2Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RRMAPSerialID }
  DESCRIPTION	"Each entry contains information of RRM parameters for AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMAPCfg2Table(5) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.5.1.1
hh3cDot11RRMAPSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Serial ID of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMAPCfg2Table(5) hh3cDot11RRMAPCfg2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.1.5.1.2
hh3cDot11RRMAPIntfThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents threshold of AP interference .
         If the number of AP interference exceeds this threshold,
         AP interference trap will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMAPCfg2Table(5) hh3cDot11RRMAPCfg2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.1.5.1.3
hh3cDot11RRMStaIntfThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents threshold of STA interference.
         If the number of STA interference exceeds this threshold,
         station interference trap will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMAPCfg2Table(5) hh3cDot11RRMAPCfg2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.1.5.1.4
hh3cDot11RRMCoChlIntfTrapThhd OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents threshold of interference trap with current ap.
        If signal strength of the device exceeds this threshold,
        corresponding trap will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMAPCfg2Table(5) hh3cDot11RRMAPCfg2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.75.8.1.5.1.5
hh3cDot11RRMAdjChlIntfTrapThhd OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents threshold of adjacent interference trap with current ap.
        If signal strength of the device exceeds this threshold,
        corresponding trap will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMConfigGroup(1) hh3cDot11RRMAPCfg2Table(5) hh3cDot11RRMAPCfg2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.75.8.2
hh3cDot11RRMDetectGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) 2 }

.1.3.6.1.4.1.25506.2.75.8.2.1
hh3cDot11RRMChlRptTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the RRM channel information of each radio
        on all APs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1
hh3cDot11RRMChlRptEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RRMRadioIndex, hh3cDot11RRMChlRptChlNum }
  DESCRIPTION	"Each entry contains information of RRM channel information
        of the radio on the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.1
hh3cDot11RRMRadioIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioElementIndex
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents index of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.2
hh3cDot11RRMChlRptChlNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Channel number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.3
hh3cDot11RRMChlRptChlType OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {primeChannel(1), offChannel(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Channel type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.4
hh3cDot11RRMChlRptChlQlty OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {good(1), bad(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Channel quality."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.5
hh3cDot11RRMChlRptNbrCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of neighbors found on the channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.6
hh3cDot11RRMChlRptLoad OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Load observed on the channel in percentage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.7
hh3cDot11RRMChlRptUtlz OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Utilization of the channel in percentage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.8
hh3cDot11RRMChlRptIntrf OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interference observed on the channel in percentage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.9
hh3cDot11RRMChlRptPER OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet error rate observed on the channel in percentage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.10
hh3cDot11RRMChlRptRetryRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Percentage of retransmission happened on the channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.11
hh3cDot11RRMChlRptNoise OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Noise observed on the channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.8.2.1.1.12
hh3cDot11RRMChlRptRadarIndtcr OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {detected(1), notDetected(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Radar detection status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMChlRptTable(1) hh3cDot11RRMChlRptEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.8.2.2
hh3cDot11RRMNbrInfoTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the RRM neighbor information of each radio
        on all APs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.8.2.2.1
hh3cDot11RRMNbrInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RRMRadioIndex, hh3cDot11RrmNbrBSSID }
  DESCRIPTION	"Each entry contains information of RRM neighbor information
        of the radio on an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMNbrInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.8.2.2.1.1
hh3cDot11RrmNbrBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMNbrInfoTable(2) hh3cDot11RRMNbrInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.2.2.1.2
hh3cDot11RrmNbrChl OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Channel number on which the neighbor was found."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMNbrInfoTable(2) hh3cDot11RRMNbrInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.2.2.1.3
hh3cDot11RRMNbrIntrf OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interference observed on the channel in percentage by neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMNbrInfoTable(2) hh3cDot11RRMNbrInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.2.2.1.4
hh3cDot11RrmNbrRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Signal strength of the AP in dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMNbrInfoTable(2) hh3cDot11RRMNbrInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.8.2.2.1.5
hh3cDot11RrmNbrType OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {managed(1), unmanaged(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the AP, managed or unmanaged."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMNbrInfoTable(2) hh3cDot11RRMNbrInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.8.2.2.1.6
hh3cDot11RrmNbrSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SSIDStringType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"SSID of the Neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMNbrInfoTable(2) hh3cDot11RRMNbrInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.8.2.2.1.7
hh3cDot11RrmNbrSNR OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Signal to noise ratio of the AP in dB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMNbrInfoTable(2) hh3cDot11RRMNbrInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.8.2.2.1.8
hh3cDot11RrmNbrNF OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Noise floor of the AP in dBm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMNbrInfoTable(2) hh3cDot11RRMNbrInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.8.2.3
hh3cDot11RRMHistoryTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the details of the latest three channel changes
        and power changes applied on all APs, including time of change,
        reason of the change and the channel, power, interference parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) 3 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1
hh3cDot11RRMHistoryEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RRMRadioIndex, hh3cDot11RRMHistoryId, hh3cDot11RRMHistoryRecIndctr }
  DESCRIPTION	"Each entry shows the details of channel and power changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.1
hh3cDot11RRMHistoryId OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"History number of the change."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.2
hh3cDot11RRMHistoryRecIndctr OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {before(1), after(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"History record type of the change."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.3
hh3cDot11RRMHistoryChl OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Channel on which the radio operates before/after the change
        of channel or power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.4
hh3cDot11RRMHistoryPwr OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power of the radio before/after the change of channel or
        power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.5
hh3cDot11RRMHistoryLoad OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Load observed on the radio in percentage before/after the
        change of channel or power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.6
hh3cDot11RRMHistoryUtlz OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Utilization of the radio in percentage before/after the
        change of channel or power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.7
hh3cDot11RRMHistoryIntrf OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interference observed on the radio in percentage
        before/after the change of channel or power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.8
hh3cDot11RRMHistoryNoise OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Noise observed on the radio before/after the change
        of channel or power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.9
hh3cDot11RRMHistoryPER OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Packet error rate observed on the radio in percentage
        before/after the change of channel or power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.10
hh3cDot11RRMHistoryRetryRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Percentage of retransmission happened on the radio
        before/after the change of channel or power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.11
hh3cDot11RRMHistoryChgReason OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	BITS {others(0), coverage(1), radar(2), retransmission(3), packetsDiscarded(4), interference(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reason for the change of channel or power.
        The various bit positions are:
        |0        |Others                    |
        |1        |Coverage                  |
        |2        |Radar                     |
        |3        |Retransmission            |
        |4        |Packets discarded         |
        |5        |Interference              |
        0 is returned when the history record type is after."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.8.2.3.1.12
hh3cDot11RRMHistoryChgDateTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time when the channel or power change occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMHistoryTable(3) hh3cDot11RRMHistoryEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.8.2.4
hh3cDot11RRMRadioNbrInfoTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the RRM neighbor information of each radio
        on all APs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) 4 }

.1.3.6.1.4.1.25506.2.75.8.2.4.1
hh3cDot11RRMRadioNbrInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RRMRadioNbrAPID, hh3cDot11RRMRadioNbrRadioID }
  DESCRIPTION	"Each entry contains information of RRM neighbor information
        of the radio on an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMRadioNbrInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.8.2.4.1.1
hh3cDot11RRMRadioNbrAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"AP serial id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMRadioNbrInfoTable(4) hh3cDot11RRMRadioNbrInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.2.4.1.2
hh3cDot11RRMRadioNbrRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Radio Id on AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMRadioNbrInfoTable(4) hh3cDot11RRMRadioNbrInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.2.4.1.3
hh3cDot11RRMRadioNbrSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"All neighbour SSIDs scanned by the selected radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMDetectGroup(2) hh3cDot11RRMRadioNbrInfoTable(4) hh3cDot11RRMRadioNbrInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.3
hh3cDot11RRMNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) 3 }

.1.3.6.1.4.1.25506.2.75.8.3.1
hh3cDot11RRMChlQltyNotifications OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.8.3.1.0
hh3cDot11RRMChlQltyNtfPrefix OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) hh3cDot11RRMChlQltyNotifications(1) 0 }

.1.3.6.1.4.1.25506.2.75.8.3.1.0.1
hh3cDot11RRMIntrfLimit NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  OBJECTS	{ hh3cDot11RRMChlRptIntrf }
  DESCRIPTION	"This notification will be sent when interference on the radio
        exceeds the limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) hh3cDot11RRMChlQltyNotifications(1) hh3cDot11RRMChlQltyNtfPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.75.8.3.1.0.2
hh3cDot11RRMPERLimit NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  OBJECTS	{ hh3cDot11RRMChlRptPER }
  DESCRIPTION	"This notification will be sent when packet error rate on the
        radio exceeds the limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) hh3cDot11RRMChlQltyNotifications(1) hh3cDot11RRMChlQltyNtfPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.75.8.3.1.0.3
hh3cDot11RRMNoiseLimit NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  OBJECTS	{ hh3cDot11RRMChlRptNoise }
  DESCRIPTION	"This notification will be sent when noise on the radio exceeds
        the limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) hh3cDot11RRMChlQltyNotifications(1) hh3cDot11RRMChlQltyNtfPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.75.8.3.2
hh3cDot11RRMResChgNotifications OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) 2 }

.1.3.6.1.4.1.25506.2.75.8.3.2.0
hh3cDot11RRMResChgNtfPrefix OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) hh3cDot11RRMResChgNotifications(2) 0 }

.1.3.6.1.4.1.25506.2.75.8.3.2.0.1
hh3cDot11RRMPowerChange NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  OBJECTS	{ hh3cDot11RRMRadioIndex, hh3cDot11NewPower, hh3cDot11OldPower }
  DESCRIPTION	"This notification will be sent when power changed on the radio
        automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) hh3cDot11RRMResChgNotifications(2) hh3cDot11RRMResChgNtfPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.75.8.3.3
hh3cDot11RRMNotificationsVar OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) 3 }

.1.3.6.1.4.1.25506.2.75.8.3.3.1
hh3cDot11NewPower OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Power of the radio after the change of power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) hh3cDot11RRMNotificationsVar(3) 1 }

.1.3.6.1.4.1.25506.2.75.8.3.3.2
hh3cDot11OldPower OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Power of the radio before the change of power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11RRMNotifyGroup(3) hh3cDot11RRMNotificationsVar(3) 2 }

.1.3.6.1.4.1.25506.2.75.8.4
hh3cDot11MonitorDetectedGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) 4 }

.1.3.6.1.4.1.25506.2.75.8.4.1
hh3cDot11MonitorDetectedDevTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the devices of AP detected"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) 1 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1
hh3cDot11MonitorDetectedDevEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11MonitorDevMAC, hh3cDot11APElementIndex }
  DESCRIPTION	"Each entry contains information of detected devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.1
hh3cDot11MonitorDevMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents MAC address of the device detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.2
hh3cDot11MonitorDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	INTEGER {client(1), ap(2), adhoc(3), wirelessBridge(4), unknown(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents type of the device detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.3
hh3cDot11MonitorDevVendor OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents vendor of the detected device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.4
hh3cDot11MonitorDevSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the service set identifier for the ESS of the device which
         type is ap or adhoc."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.5
hh3cDot11MonitorDevBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the basic service set identifier of the detected device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.6
hh3cDot11MonitorDevChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel in which the device was last detected.  AP will
         choose the channel which has maximum signal strength as effective
         channel, as there is interference between adjacent channels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.7
hh3cDot11MonitorRadioId OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio ID of the AP that detected the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.8
hh3cDot11MonitorDevMaxRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum detected RSSI of the device in a scan report cycle."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.9
hh3cDot11MonitorDevBeaconIntvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the beacon interval for the detected device(not include
         the device which type is client)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.10
hh3cDot11MonitorDevFstDctTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the device was first detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.11
hh3cDot11MonitorDevLstDctTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time at which the device was detected last time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.12
hh3cDot11MonitorDevClear OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to clear the information of the device detected
         in the WLAN.
         It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.8.4.1.1.13
hh3cDot11MonitorDevSNR OBJECT-TYPE
  -- FROM	HH3C-DOT11-RRM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SNR of the device in a scan report cycle."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11RRM(8) hh3cDot11MonitorDetectedGroup(4) hh3cDot11MonitorDetectedDevTable(1) hh3cDot11MonitorDetectedDevEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.9
hh3cDot11QoS MODULE-IDENTITY
  -- FROM	HH3C-DOT11-QOS-MIB
  DESCRIPTION	"This MIB provides information about WLAN QoS configuration.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        WMM
        WMM is a wireless QoS protocol designed to preferentially
        transmit packets with high priority, thus guaranteeing
        better QoS services for voice and video applications in
        a wireless network.

        EDCA
        Enhanced distributed channel access (EDCA) is a channel
        contention mechanism designed by WMM to preferentially
        transmit packets with high priority and allocate more
        bandwidth to such packets.

        AC
        Access category (AC), is used for channel contention.
        WMM defines four access categories; they are AC-VO (voice),
        AC-VI (video), AC-BE (best-effort), and AC-BK (background)
        in the descending order of priority.  When contending for a
        channel, a high-priority AC preempts a low-priority AC.

        CAC
        Connection admission control (CAC) limits the number of
        clients that are using high-priority ACs (AC-VO and AC-VI)
        to guarantee sufficient bandwidth for existing high-priority
        traffic.

        U-APSD
        Unscheduled automatic power-save delivery (U-APSD) is a new
        power saving mechanism defined by WMM to enhance the power
        saving capability of clients.

        SVP
        SpectraLink voice priority (SVP) is a voice priority protocol
        designed by the Spectralink company to guarantee QoS for voice
        traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 9 }

.1.3.6.1.4.1.25506.2.75.9.1
hh3cDot11WmmCfgGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.1
hh3cDot11RadioWmmCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the basic parameters for WMM configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.1.1
hh3cDot11RadioWmmCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WmmRadioIndex }
  DESCRIPTION	"This entry contains the basic information for WMM configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.1.1.1
hh3cDot11WmmRadioIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioElementIndex
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents index of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmCfgTable(1) hh3cDot11RadioWmmCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.1.1.2
hh3cDot11RadioWmmEnabled OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the status of WMM in radio.
         'true' : The WMM function is enabled.
         'false': The WMM function is disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmCfgTable(1) hh3cDot11RadioWmmCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.9.1.1.1.3
hh3cDot11RadioSVPMapToAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WMMSVPMapAC
  SYNTAX	INTEGER {acbk(1), acbe(2), acvi(3), acvo(4), disable(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AC level which SVP packets are assigned to.
         'acbk'   : Specifies the AC-BK (background traffic) queue.
         'acbe'   : Specifies the AC-BE (best-effort traffic) queue.
         'acvi'   : Specifies the AC-VI (video traffic) queue.
         'acvo'   : Specifies the AC-VO (voice traffic) queue.
         'disable' : Disable SVP packet mapping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmCfgTable(1) hh3cDot11RadioWmmCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.9.1.1.1.4
hh3cDot11RadioCacPolicy OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WMMCACPolicy
  SYNTAX	INTEGER {channelUtilization(1), userNumber(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the policy for CAC.
         CAC requires that a client obtain permission of the AP before it can
         use a high-priority AC for transmission, thus guaranteeing bandwidth
         to the clients that have gained access.  CAC controls real time traffic
         (AC-VO and AC-VI traffic) but not common data traffic (AC-BE and AC-BK
         traffic)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmCfgTable(1) hh3cDot11RadioWmmCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.9.1.1.1.5
hh3cDot11RadioCacChlUtlValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents Maximum channel utilization rate, that is, the medium
         time of the accepted AC-VO traffic and AC-VI traffic to the valid
         time during the unit time.
         This object can be set only if the value of hh3cDot11RadioCacPolicy is
         ChannelUtilization."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmCfgTable(1) hh3cDot11RadioWmmCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.9.1.1.1.6
hh3cDot11RadioCacUserNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..124) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the users-based admission policy for CAC.
         This object can be set only if the value of hh3cDot11RadioCacPolicy is
         userNumber."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmCfgTable(1) hh3cDot11RadioWmmCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.9.1.2
hh3cDot11RadioWmmEdcaCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the basic parameters for EDCA configuration of
         radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.9.1.2.1
hh3cDot11RadioWmmEdcaCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WmmRadioIndex, hh3cDot11RadioWmmAC }
  DESCRIPTION	"This entry contains the basic information for EDCA configuration of
         radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfgTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.2.1.1
hh3cDot11RadioWmmAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11QosAcType
  SYNTAX	INTEGER {acbk(1), acbe(2), acvi(3), acvo(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the AC level index of EDCA parameters of radio.
         'acbk' : Specifies AC-BK (background traffic).
         'acbe' : Specifies AC-BE (best-effort traffic).
         'acvi' : Specifies AC-VI (video traffic).
         'acvo' : Specifies AC-VO (voice traffic)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfgTable(2) hh3cDot11RadioWmmEdcaCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.2.1.2
hh3cDot11RadioWmmAifsn OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents AIFSN parameter of EDCA.  The value range of this
         object is limited by the radio chip capability."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfgTable(2) hh3cDot11RadioWmmEdcaCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.9.1.2.1.3
hh3cDot11RadioWmmEcwMin OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents ECWmin parameter of EDCA.  The value range of this
         object is limited by the radio chip capability.
         ECWmin parameter of EDCA must be smaller than ECWmax parameter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfgTable(2) hh3cDot11RadioWmmEdcaCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.9.1.2.1.4
hh3cDot11RadioWmmEcwMax OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents ECWmax parameter of EDCA.  The value range of this
         object is limited by the radio chip capability.
         ECWmin parameter of EDCA must be larger than ECWmax parameter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfgTable(2) hh3cDot11RadioWmmEdcaCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.9.1.2.1.5
hh3cDot11RadioWmmTxoplimit OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents TXOPLimit parameter of EDCA, the value must be
         in the range of 0 to 65535 (in units of 32 microseconds).
         The TXOP value of 0 indicates that only one MPDU can be
         transmitted.  The range of this argument is limited by the
         radio chip capability."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfgTable(2) hh3cDot11RadioWmmEdcaCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.9.1.2.1.6
hh3cDot11RadioWmmNoAck OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AC to adopt the No ACK policy.  The protocol
         defines two ACK policies: Normal ACK and No ACK."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfgTable(2) hh3cDot11RadioWmmEdcaCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.9.1.3
hh3cDot11StationWmmEdcaTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the basic parameters for EDCA configuration of
         station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.9.1.3.1
hh3cDot11StationWmmEdcaEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WmmRadioIndex, hh3cDot11StationWmmAC }
  DESCRIPTION	"This entry contains the basic information for EDCA configuration of
         client.  If CAC is enabled for an AC, CAC is also enabled for ACs with
         higher priority.  For example, if CAC is enabled for AC-VI, CAC
         is also enabled for AC-VO.  However, enabling CAC for AC-VO does
         not enable CAC for AC-VI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11StationWmmEdcaTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.3.1.1
hh3cDot11StationWmmAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11QosAcType
  SYNTAX	INTEGER {acbk(1), acbe(2), acvi(3), acvo(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the AC level index of EDCA parameters of client.
         'acbk' : Specifies AC-BK (background traffic).
         'acbe' : Specifies AC-BE (best-effort traffic).
         'acvi' : Specifies AC-VI (video traffic).
         'acvo' : Specifies AC-VO (voice traffic)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11StationWmmEdcaTable(3) hh3cDot11StationWmmEdcaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.3.1.2
hh3cDot11StationWmmAifsn OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (2..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents AIFSN parameter of EDCA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11StationWmmEdcaTable(3) hh3cDot11StationWmmEdcaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.9.1.3.1.3
hh3cDot11StationWmmEcwMin OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents ECWmin parameter of EDCA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11StationWmmEdcaTable(3) hh3cDot11StationWmmEdcaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.9.1.3.1.4
hh3cDot11StationWmmEcwMax OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents ECWmax parameter of EDCA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11StationWmmEdcaTable(3) hh3cDot11StationWmmEdcaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.9.1.3.1.5
hh3cDot11StationWmmTxoplimit OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents TXOPLimit parameter of EDCA, the value is in units of 32
         microseconds.
         The TXOP value of 0 indicates that only one MPDU can be
         transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11StationWmmEdcaTable(3) hh3cDot11StationWmmEdcaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.9.1.3.1.6
hh3cDot11StationWmmCacEnabled OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AC to adopt the No ACK policy.  The protocol
         defines two ACK policies: Normal ACK and No ACK.  Only if
         the value of hh3cDot11StationWmmAC is 'acvo' or 'acvi', Cac
         can be set correctly here."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11StationWmmEdcaTable(3) hh3cDot11StationWmmEdcaEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.9.1.4
hh3cDot11WmmResetGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.9.1.4.1
hh3cDot11WmmResetRadioByAP OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear the WMM statistics information of the radio of the
         specified AP or all radios.
         The meaning of this object is the same as hh3cDot11APElementIndex,
         it represents the index of AP element.  If the value of this object
         is set to 0xFFFFFFFF, WMM statistics information of all radios
         will be cleared.
         The value of this object is always 0 with the get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11WmmResetGroup(4) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.4.2
hh3cDot11WmmResetStationByAP OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear the WMM statistics information of the clients associated
         with the specified AP, or of all clients.
         The meaning of this object is the same as hh3cDot11APElementIndex,
         it represents the index of AP element.  If set with the
         0xFFFFFFFF, it will clear the WMM statistics information of all
         clients.
         The value of this object is always 0 with the get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11WmmResetGroup(4) 2 }

.1.3.6.1.4.1.25506.2.75.9.1.5
hh3cDot11RadioWmmEdcaCfg2Table OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the basic parameters for EDCA configuration of
         radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.9.1.5.1
hh3cDot11RadioWmmEdcaCfg2Entry OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WMMAPSerialID, hh3cDot11WMMRdId, hh3cDot11RdWmmAC }
  DESCRIPTION	"This entry contains the basic information for EDCA configuration of
         radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfg2Table(5) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.5.1.1
hh3cDot11WMMAPSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Serial ID of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfg2Table(5) hh3cDot11RadioWmmEdcaCfg2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.75.9.1.5.1.2
hh3cDot11WMMRdId OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"radio ID of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfg2Table(5) hh3cDot11RadioWmmEdcaCfg2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.75.9.1.5.1.3
hh3cDot11RdWmmAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11QosAcType
  SYNTAX	INTEGER {acbk(1), acbe(2), acvi(3), acvo(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the AC level index of EDCA parameters of radio.
         'acbk' : Specifies AC-BK (background traffic).
         'acbe' : Specifies AC-BE (best-effort traffic).
         'acvi' : Specifies AC-VI (video traffic).
         'acvo' : Specifies AC-VO (voice traffic)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfg2Table(5) hh3cDot11RadioWmmEdcaCfg2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.75.9.1.5.1.4
hh3cDot11RdWmmAifsn OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents AIFSN parameter of EDCA.  The value range of this
         object is limited by the radio chip capability."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfg2Table(5) hh3cDot11RadioWmmEdcaCfg2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.75.9.1.5.1.5
hh3cDot11RdWmmEcwMin OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents ECWmin parameter of EDCA.  The value range of this
         object is limited by the radio chip capability.
         ECWmin parameter of EDCA must be smaller than ECWmax parameter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfg2Table(5) hh3cDot11RadioWmmEdcaCfg2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.75.9.1.5.1.6
hh3cDot11RdWmmEcwMax OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents ECWmax parameter of EDCA.  The value range of this
         object is limited by the radio chip capability.
         ECWmin parameter of EDCA must be larger than ECWmax parameter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfg2Table(5) hh3cDot11RadioWmmEdcaCfg2Entry(1) 6 }

.1.3.6.1.4.1.25506.2.75.9.1.5.1.7
hh3cDot11RdWmmTxoplimit OBJECT-TYPE
  -- FROM	HH3C-DOT11-QOS-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents TXOPLimit parameter of EDCA, the value must be
         in the range of 0 to 65535 (in units of 32 microseconds).
         The TXOP value of 0 indicates that only one MPDU can be
         transmitted.  The range of this argument is limited by the
         radio chip capability."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11QoS(9) hh3cDot11WmmCfgGroup(1) hh3cDot11RadioWmmEdcaCfg2Table(5) hh3cDot11RadioWmmEdcaCfg2Entry(1) 7 }

.1.3.6.1.4.1.25506.2.75.10
hh3cDot11ROAM MODULE-IDENTITY
  -- FROM	HH3C-DOT11-ROAM-MIB
  DESCRIPTION	"This MIB provides information about WLAN roaming configuration.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        Access point (AP)
        Transmitter/receiver (transceiver) device
        that commonly connects and transports data
        between a wireless network and a wired network.

        Access control (AC)
        To control and manage multi-APs, it will bridge
        wireless and wired network.

        BSS
        IEEE 802.11 Basic Service Set (Radio Cell).  The
        BSS of an AP comprises of the stations directly
        associating with the AP.

        Radio
        The chip set to receive and send wireless signal.

        HA
        The AC to which a wireless station is connected by
        associating with an AP for the first time is the
        HA of the station.

        FA
        An AC that is other than the HA and to which a
        station is currently connected is an FA of the
        station.

        Fast-roam capable station
        A wireless station which directly associates to
        a fast-roam service (rsn+dot1X) with one AC for
        the first time.

        Roam-out station
        A wireless station which has associated with an
        AC other than the HA in the mobility-group is
        referred to as a roam-out station at its HA.

        Roam-in station
        A wireless station which has associated with an
        AC other than the HA in the mobility-group is
        referred to as a roam-in station at the FA.

        Intra-AC roaming
        A procedure where a wireless station roams from
        one AP to another AP, which are connected to the
        same AC.

        Inter-AC roaming
        A procedure where a wireless station roams from
        one AP to another AP, which are connected to
        different ACs.

        Inter-AC fast roaming capability
        If a station uses 802.1x (RSN) authentication
        through negotiation, this station has inter-AC
        fast roaming capability.

        WLAN-tunnel
        One type of layer 2 interface which is bound with
        an IACTP data tunnel and used to tunnel
        unicast/broadcast frames between ACs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 10 }

.1.3.6.1.4.1.25506.2.75.10.1
hh3cDot11RoamCfgGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) 1 }

.1.3.6.1.4.1.25506.2.75.10.1.1
hh3cDot11MobGrpTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for roaming group configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.10.1.1.1
hh3cDot11MobGrpEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11MobGrpName }
  DESCRIPTION	"This entry contains information of mobile group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.10.1.1.1.1
hh3cDot11MobGrpName OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of roam group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpTable(1) hh3cDot11MobGrpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.10.1.1.1.2
hh3cdot11MobGrpTunnelType OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RoamMobileTunnelType
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the protocol type of mobility-tunnel."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpTable(1) hh3cDot11MobGrpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.10.1.1.1.3
hh3cDot11MobGrpSrcIPAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the IP address of tunnel source.  The IP address
         type must be the same as hh3cdot11MobGrpTunnelType.
         The default value is zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpTable(1) hh3cDot11MobGrpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.10.1.1.1.4
hh3cDot11MobGrpAuthMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RoamAuthMode
  SYNTAX	INTEGER {none(1), md5(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the authentication mode of IACTP tunnel.
         This object can be used to enable IACTP control message
         integrity authentication."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpTable(1) hh3cDot11MobGrpEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.10.1.1.1.5
hh3cDot11MobGrpAuthKey OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the authentication key of IACTP tunnel.
         Authentication key to be used with the given
         authentication method.
         This object can not be modified when the value of
         hh3cDot11MobGrpAuthMode is 'none'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpTable(1) hh3cDot11MobGrpEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.10.1.1.1.6
hh3cDot11MobGrpEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"State of a mobile group.
         'true'  : The WLAN mobility group will be enabled.
         'false' : The inter-AC tunnel communication for the
                   mobility group will be disabled.
         A mobility group can be enabled only when the source
         IP address is configured.  The other objects in this entry
         can become effective only when mobility group is enabled.
         The other objects in this entry can not be modified
         after enabling mobility group."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpTable(1) hh3cDot11MobGrpEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.10.1.1.1.7
hh3cDot11MobGrpRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpTable(1) hh3cDot11MobGrpEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.10.1.2
hh3cDot11MobGrpMemberTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for roaming member configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.10.1.2.1
hh3cDot11MobGrpMemberEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11MobGrpName, hh3cDot11MobGrpMemberIpAddr }
  DESCRIPTION	"This entry contains information of mobile group member."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpMemberTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.10.1.2.1.1
hh3cDot11MobGrpMemberIpAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the IP address of group member.  It can not be
         the same as the source IP address of the mobile group.
         The address type must be the same as the hh3cdot11MobGrpTunnelType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpMemberTable(2) hh3cDot11MobGrpMemberEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.10.1.2.1.2
hh3cDot11MobGrpMemberStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RoamIACTPStatus
  SYNTAX	INTEGER {init(1), idle(2), joinRequestWait(3), joinResponseWait(4), joinConfirmWait(5), joinError(6), run(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of group member."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpMemberTable(2) hh3cDot11MobGrpMemberEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.10.1.2.1.3
hh3cDot11MobGrpMemberIf OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the tunnel interface name of group member."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpMemberTable(2) hh3cDot11MobGrpMemberEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.10.1.2.1.4
hh3cDot11MobGrpMemberUpTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the sustaining time from tunnel up.  If tunnel
         is down, MemberUpTime is zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpMemberTable(2) hh3cDot11MobGrpMemberEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.10.1.2.1.5
hh3cDot11MobGrpMemberRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamCfgGroup(1) hh3cDot11MobGrpMemberTable(2) hh3cDot11MobGrpMemberEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.10.2
hh3cDot11RoamStatusGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) 2 }

.1.3.6.1.4.1.25506.2.75.10.2.1
hh3cDot11RoamInInfoTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table can used to display the information of roaming in client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.10.2.1.1
hh3cDot11RoamInInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RoamClientMAC }
  DESCRIPTION	"This entry contains information of roaming in client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamInInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.10.2.1.1.1
hh3cDot11RoamClientMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of roaming in client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamInInfoTable(1) hh3cDot11RoamInInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.10.2.1.1.2
hh3cDot11RoamInClientBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents BSSID of the AP to which the Roam-In client is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamInInfoTable(1) hh3cDot11RoamInInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.10.2.1.1.3
hh3cDot11RoamInClientVlanID OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the VLAN ID of Roam-In client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamInInfoTable(1) hh3cDot11RoamInInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.10.2.1.1.4
hh3cDot11RoamInHomeACIPType OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the protocol type of home AC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamInInfoTable(1) hh3cDot11RoamInInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.10.2.1.1.5
hh3cDot11RoamInHomeACIPAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the address of home AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamInInfoTable(1) hh3cDot11RoamInInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.10.2.2
hh3cDot11RoamOutInfoTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table can used to display the information of roaming out client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.10.2.2.1
hh3cDot11RoamOutInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RoamClientMAC }
  DESCRIPTION	"This entry contains information of roaming out client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamOutInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.10.2.2.1.1
hh3cDot11RoamOutClientBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the BSSID of the AP to which the Roam-Out client is
         associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamOutInfoTable(2) hh3cDot11RoamOutInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.10.2.2.1.2
hh3cDot11RoamOutClientVlanID OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the VLAN ID of Roam-Out client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamOutInfoTable(2) hh3cDot11RoamOutInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.10.2.2.1.3
hh3cDot11RoamOutForeignACIPType OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the protocol type of foreign AC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamOutInfoTable(2) hh3cDot11RoamOutInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.10.2.2.1.4
hh3cDot11RoamOutForeignACIPAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the address of foreign AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamOutInfoTable(2) hh3cDot11RoamOutInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.10.2.2.1.5
hh3cDot11RoamOutClientUpTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how long the Roam-Out client is associated with the foreign
         AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamOutInfoTable(2) hh3cDot11RoamOutInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.10.2.3
hh3cDot11RoamTrackTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the roam-track information of a
         specified client on the client's HA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) 3 }

.1.3.6.1.4.1.25506.2.75.10.2.3.1
hh3cDot11RoamTrackEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11RoamTrackIndex }
  DESCRIPTION	"This entry contains information of a specified client on the
         client's HA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamTrackTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.10.2.3.1.1
hh3cDot11RoamTrackIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the index of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamTrackTable(3) hh3cDot11RoamTrackEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.10.2.3.1.2
hh3cDot11RoamTrackClientMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the roamed client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamTrackTable(3) hh3cDot11RoamTrackEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.10.2.3.1.3
hh3cDot11RoamTrackBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the BSSID of the AP with which the client is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamTrackTable(3) hh3cDot11RoamTrackEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.10.2.3.1.4
hh3cDot11RoamTrackUpTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how long the client is associated with the BSSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamTrackTable(3) hh3cDot11RoamTrackEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.10.2.3.1.5
hh3cDot11RoamTrackACIPType OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the protocol type of the IP address of the access
         controller with which the client is connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamTrackTable(3) hh3cDot11RoamTrackEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.10.2.3.1.6
hh3cDot11RoamTrackACIPAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address of the access controller with which
         the client is connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatusGroup(2) hh3cDot11RoamTrackTable(3) hh3cDot11RoamTrackEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.10.3
hh3cDot11RoamStatisGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) 3 }

.1.3.6.1.4.1.25506.2.75.10.3.1
hh3cDot11IntraACRoamingSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of client successfully roam Intra-AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatisGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.10.3.2
hh3cDot11InterACRoamingSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of client successfully roam in Inter-AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatisGroup(3) 2 }

.1.3.6.1.4.1.25506.2.75.10.3.3
hh3cDot11InterACRoamOutSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of client successfully roam out Inter-AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatisGroup(3) 3 }

.1.3.6.1.4.1.25506.2.75.10.3.4
hh3cDot11InterACRoamInSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of clients successfully roamed in inter-AC roaming."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatisGroup(3) 4 }

.1.3.6.1.4.1.25506.2.75.10.4
hh3cDot11RoamStatis2Group OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) 4 }

.1.3.6.1.4.1.25506.2.75.10.4.1
hh3cDot11IntraACRoamingSuccCnt2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of client successfully roam Intra-AC in Counter32."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatis2Group(4) 1 }

.1.3.6.1.4.1.25506.2.75.10.4.2
hh3cDot11InterACRoamingSuccCnt2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of client successfully roam in Inter-AC in Counter32."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatis2Group(4) 2 }

.1.3.6.1.4.1.25506.2.75.10.4.3
hh3cDot11InterACRoamOutSuccCnt2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of client successfully roam out Inter-AC in Counter32."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatis2Group(4) 3 }

.1.3.6.1.4.1.25506.2.75.10.4.4
hh3cDot11InterACRoamInSuccCnt2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-ROAM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of clients successfully roamed in inter-AC roaming in Counter32."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11ROAM(10) hh3cDot11RoamStatis2Group(4) 4 }

.1.3.6.1.4.1.25506.2.75.11
hh3cDot11sMesh MODULE-IDENTITY
  -- FROM	HH3C-DOT11S-MESH-MIB
  DESCRIPTION	"The file defines a MIB to provide MESH configuration information.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        Access point (AP)
        Transmitter/receiver (transceiver) device
        that commonly connects and transports data
        between a wireless network and a wired network.

        Access control (AC)
        To control and manage multi-APs, it will bridge
        wireless and wired network.

        Fat AP
        Applied in the home, SOHO and so on, and it could
        work independently without help from AC.

        Fit AP
        Applied in the enterprise environment, it will work
        under the control and management from AC.

        BSS
        IEEE 802.11 Basic Service Set (Radio Cell).  The
        BSS of an AP comprises of the stations directly
        associating with the AP.

        Radio
        The chip set to receive and send wireless signal.

        Mesh
        A network consisting of two or more mesh points
        which communicate with each other via mesh services.

        Mesh Point (MP)
        An IEEE 802.11 entity that contains an IEEE 802.11-conformant
        medium access control (MAC) and physical layer (PHY) interface
        to the wireless medium (WM) that supports mesh services.

        Mesh Access Point (MAP)
        A mesh point that is collocated with one or more access points.

        Mesh Portal Point (MPP)
        A mesh point that is collocated with one or more portals.

        Mesh Link
        A link between two MPs.

        Simultaneous Authentication of Equals (SAE)
        A password-authenticated key exchange based on
        a zero-knowledge proof."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 11 }

.1.3.6.1.4.1.25506.2.75.11.1
hh3cDot11sConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.1
hh3cDot11sMeshGlobalPara OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.1.1
hh3cDot11sMeshMkdID OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the mesh key distributor identifier (MKD-ID).
        If the MKD-ID is not configured, the value is '00:00:00:00:00:00'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshGlobalPara(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.2
hh3cDot11sMeshPflTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure mesh profile.
        A mesh profile is created and mapped to a MP so that
        it can provide mesh services to other MPs which have the same
        mesh ID.
        When the mesh profile is enabled, all of the object in this table
        cannot be modified except hh3cDot11sMeshPflEnable.
        The mesh profile cannot be deleted when it is bound with the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1
hh3cDot11sMeshPflEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11sMeshPflIndex }
  DESCRIPTION	"Each entry contains information of a mesh profile."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.1
hh3cDot11sMeshPflIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the index of the mesh profile."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.2
hh3cDot11sMeshPflMeshID OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the mesh ID of the mesh profile.
        The string length of this object is zero when the mesh ID is not
        configured.  If the mesh ID is not configured, hh3cDot11sMeshPflEnable
        cannot be set to 'true'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.3
hh3cDot11sMeshPflBindIntNum OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the specified mesh interface number
        bound to the mesh profile.
        If the value is set to -1, the binding will be removed."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.4
hh3cDot11sMeshPflKeepAlive OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (1..1800) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the mesh link keep-alive interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.5
hh3cDot11sMeshPflBackhaulRate OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the link backhaul rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.6
hh3cDot11sMeshMkdServEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether the mesh key distributor (MKD)
        service for the mesh profile is enabled.
        'true': The MKD service for the mesh profile is enabled.
        'false': The MKD service for the mesh profile is disabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.7
hh3cDot11sMeshPflEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether the mesh profile is enabled.
        'true': The mesh profile is enabled.
        'false': The mesh profile is disabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.8
hh3cDot11sMeshPflRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.9
hh3cDot11sMeshAKMMode OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION Hh3cDot11AKMType
  SYNTAX	INTEGER {none(1), psk(2), dot1x(3), ext(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the authentication and key management mode defined by 802.11s.
        The following values are supported:
        'none': No key management mode configured.
        'psk': pre-shared key authentication."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.11.1.2.1.10
hh3cDot11sMeshSimpleKey OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the simple key for SAE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMeshPflTable(2) hh3cDot11sMeshPflEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.11.1.3
hh3cDot11sMpPlcyTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure MP policy.
        There is a default policy on system and its index is 1.
        The default policy cannot be deleted or modified.
        The MP policy cannot be deleted when it is applied to a radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1
hh3cDot11sMpPlcyEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11sMpPlcyIndex }
  DESCRIPTION	"Each entry contains information of a MP policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.1
hh3cDot11sMpPlcyIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the MP policy index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.2
hh3cDot11sMpPlcyName OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the MP policy name.
        MP policy cannot be created with the name of the
        default policy.
        Modification is not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.3
hh3cDot11sMpPlcyInitEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether the link initiation for
        the MP policy is enabled.
        'true': The link initiation for the MP policy is enabled.
        'false': The link initiation for the MP policy is disabled."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.4
hh3cDot11sMlspEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether the mesh link switch protocol (MLSP)
        is enabled.
        'true': MLSP is enabled.
        'false': MLSP is disabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.5
hh3cDot11sProbReqInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the probe request interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.6
hh3cDot11sRoleAuthEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether the device can play as the role
        of an authenticator."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.7
hh3cDot11sLinkHoldRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (5..100) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the link-hold
        receive signal strength indicator (RSSI)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.8
hh3cDot11sLinkHoldTime OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (1000..20000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the link-hold time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.9
hh3cDot11sSwitchMargin OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the link-switch margin."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.10
hh3cDot11sLinkSaturationRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (30..150) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the link saturation
        receive signal strength indicator (RSSI)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.11
hh3cDot11sLinkRateMode OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	INTEGER {fixed(1), realtime(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the rate mode of the mesh link."
  DEFVAL	{ fixed }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.12
hh3cDot11sMaxLinkNum OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the maximum number of the mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.13
hh3cDot11sMpPlcyRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.14
hh3cDot11sMlspMode OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	INTEGER {normal(0), satble(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the MLSP mode."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.15
hh3cDot11sWaveGuideHoldRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (5..100) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the link-hold
        receive signal strength indicator (RSSI) of wave guides."
  DEFVAL	{ 15 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.16
hh3cDot11sWaveGuideSwitch OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the wave-guide switch state."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.17
hh3cDot11sOptimizeEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether the mesh link switch protocol (MLSP)
        optimization function is enabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.18
hh3cDot11sOptimizeThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (15..80) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the mesh link switch protocol (MLSP)
        optimization threshold."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.19
hh3cDot11sMlspLogEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether the mesh link switch protocol (MLSP)
        link switch logging function is enabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.20
hh3cDot11sMlspLogInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (500..4000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the mesh link switch protocol (MLSP)
        link switch logging interval."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.21
hh3cDot11sActiveKeepaliveCount OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the mesh link switch protocol (MLSP)
        active link keepalive packet limit."
  DEFVAL	{ 6 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.22
hh3cDot11sLinkEstaThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the mesh link establishment threshold."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.23
hh3cDot11sTransmissionMethod OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	INTEGER {air(0), waveGuide(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the method for mesh link signal transmission."
  DEFVAL	{ air }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.24
hh3cDot11sTransmitLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (0..4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the active mesh link keepalive packet transmission level."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.11.1.3.1.25
hh3cDot11sTempLinkEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether to allow temporary mesh link establishment."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMpPlcyTable(3) hh3cDot11sMpPlcyEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.11.1.4
hh3cDot11sMlspCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure MLSP proxy MAC address.
        Only if the specified MP policy is modifiable and the MLSP
        is enabled, the row of this table can be created and deleted.
        The row of this table cannot be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.11.1.4.1
hh3cDot11sMlspCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11sMpPlcyIndex, hh3cDot11sMlspProxyIndex }
  DESCRIPTION	"Each entry contains information of MLSP proxy MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspCfgTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.4.1.1
hh3cDot11sMlspProxyIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the MLSP proxy MAC address index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspCfgTable(4) hh3cDot11sMlspCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.4.1.2
hh3cDot11sMlspProxyMac OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the MLSP proxy MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspCfgTable(4) hh3cDot11sMlspCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.1.4.1.3
hh3cDot11sMlspRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspCfgTable(4) hh3cDot11sMlspCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.1.5
hh3cDot11sRadioCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure mesh to the specified radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.11.1.5.1
hh3cDot11sRadioCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11sCfgRadioIndex }
  DESCRIPTION	"Each entry contains mesh configure information
        of the specified radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sRadioCfgTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.5.1.1
hh3cDot11sCfgRadioIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioElementIndex
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents index of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sRadioCfgTable(5) hh3cDot11sRadioCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.5.1.2
hh3cDot11sMeshPflMap OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the number of the mesh profile mapped to
        the specified radio.  The value is zero when the radio is not
        bound to a mesh profile."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sRadioCfgTable(5) hh3cDot11sRadioCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.1.5.1.3
hh3cDot11sMpPlcyMap OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the index of the MP policy mapped to the
        specified radio.  The MP policy is the default policy when the radio
        is not bound to the user-defined MP policy.
        The index of the default policy is 1.
        This object cannot be modified when the radio is enabled."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sRadioCfgTable(5) hh3cDot11sRadioCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.1.5.1.4
hh3cDot11sBindInterface OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the number of the WLAN-Mesh interface
        mapped to the specified radio.  The value is -1 when the
        radio is not bound to a WLAN-Mesh interface."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sRadioCfgTable(5) hh3cDot11sRadioCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.11.1.6
hh3cDot11sAPCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure mesh to the specified AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.75.11.1.6.1
hh3cDot11sAPCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex }
  DESCRIPTION	"Each entry contains mesh configure information
        of the specified AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sAPCfgTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.6.1.1
hh3cDot11sPortalEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether the portal service is enabled.
        'true': The portal service is enabled.
        'false': The portal service is disabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sAPCfgTable(6) hh3cDot11sAPCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.7
hh3cDot11sMlspExtCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure MLSP proxy MAC address.
        Only if the specified MP policy is modifiable and MLSP
        is enabled, the row of this table can be created and deleted.
        The row of this table cannot be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) 7 }

.1.3.6.1.4.1.25506.2.75.11.1.7.1
hh3cDot11sMlspExtCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11sMlspExtPolicyName, hh3cDot11sMlspExtProxyMac, hh3cDot11sMlspExtProxyVlanID }
  DESCRIPTION	"Each entry contains MLSP proxy MAC address infomation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspExtCfgTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.7.1.1
hh3cDot11sMlspExtPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the MP policy name.
        An MP policy cannot be created with the name of the
        default policy.
        Modification is not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspExtCfgTable(7) hh3cDot11sMlspExtCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.1.7.1.2
hh3cDot11sMlspExtProxyMac OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the MLSP proxy MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspExtCfgTable(7) hh3cDot11sMlspExtCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.1.7.1.3
hh3cDot11sMlspExtProxyVlanID OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32 (1..4096) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the MLSP proxy VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspExtCfgTable(7) hh3cDot11sMlspExtCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.1.7.1.4
hh3cDot11sMlspExtProxyIP OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the MLSP proxy IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspExtCfgTable(7) hh3cDot11sMlspExtCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.11.1.7.1.5
hh3cDot11sMlspExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sConfigGroup(1) hh3cDot11sMlspExtCfgTable(7) hh3cDot11sMlspExtCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.11.2
hh3cDot11sWDSConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) 2 }

.1.3.6.1.4.1.25506.2.75.11.2.1
hh3cDot11sWDSPeerMacTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure wireless distribution system (WDS).
        The row of this table cannot be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sWDSConfigGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.11.2.1.1
hh3cDot11sWDSPeerMacEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11sCfgRadioIndex, hh3cDot11sWDSPeerMacIndex }
  DESCRIPTION	"Each entry contains information of WDS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sWDSConfigGroup(2) hh3cDot11sWDSPeerMacTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.2.1.1.1
hh3cDot11sWDSPeerMacIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the peer MAC address index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sWDSConfigGroup(2) hh3cDot11sWDSPeerMacTable(1) hh3cDot11sWDSPeerMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.2.1.1.2
hh3cDot11sWDSPeerMacAddrss OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object represents the peer MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sWDSConfigGroup(2) hh3cDot11sWDSPeerMacTable(1) hh3cDot11sWDSPeerMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.2.1.1.3
hh3cDot11sWDSPeerMacRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sWDSConfigGroup(2) hh3cDot11sWDSPeerMacTable(1) hh3cDot11sWDSPeerMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.3
hh3cDot11sMeshStatusGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) 3 }

.1.3.6.1.4.1.25506.2.75.11.3.1
hh3cDot11sMeshLinkStatusTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to represent the status of mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1
hh3cDot11sMeshLinkStatusEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11sMeshLinkIfIndex }
  DESCRIPTION	"Each entry contains status information of mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.1
hh3cDot11sMeshLinkIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the interface index of the mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.2
hh3cDot11sMeshLinkName OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the name of the mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.3
hh3cDot11sMeshLinkBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the BSS ID of the mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.4
hh3cDot11sMeshLinkPeerMac OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the peer MAC address of the mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.5
hh3cDot11sMeshLinkExistDuration OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the time for which the link has been up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.6
hh3cDot11sMeshLinkType OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	INTEGER {active(1), dormant(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the type for the link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.7
hh3cDot11sMeshLinkSNR OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SNR for the link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.8
hh3cDot11sMeshLinkNoise OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the noise for the link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.9
hh3cDot11sMeshLinkPeerSNR OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SNR transferred from the neighbor of this mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.10
hh3cDot11sMeshLinkPeerNoise OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the noise transferred from the neighbor of this mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.11
hh3cDot11sMeshLinkPeerIPAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the IP address of the neighbor of this mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.11.3.1.1.12
hh3cDot11sMeshLinkPeerSystemName OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the system name of the neighbor of this mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatusTable(1) hh3cDot11sMeshLinkStatusEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.11.3.2
hh3cDot11sMeshLinkStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to represent the statistical information of
         mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) 2 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1
hh3cDot11sMeshLinkStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex, hh3cDot11sMeshLinkStatIfIndex }
  DESCRIPTION	"Each entry contains statistical information of mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.1
hh3cDot11sMeshLinkStatIfIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the interface index of the mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.2
hh3cDot11sMeshLinkNbrIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the neighbor index of the mesh link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.3
hh3cDot11sMeshLinkRxTotByte OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of bytes that the mesh link received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.4
hh3cDot11sMeshLinkRxTotPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of packets that the mesh link received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.5
hh3cDot11sMeshLinkRxUniPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of unicast packets that the mesh link received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.6
hh3cDot11sMeshLinkRxBrocPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of broadcast packets that the mesh link
         received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.7
hh3cDot11sMeshLinkRxMuticPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of multicast packets that the mesh link
         received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.8
hh3cDot11sMeshLinkRxDiscPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of packets that the mesh link discarded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.9
hh3cDot11sMeshLinkTxTotByte OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total amount of bytes that the mesh link transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.10
hh3cDot11sMeshLinkTxTotPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total amount of packets that the mesh link transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.11
hh3cDot11sMeshLinkTxUniPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of unicast packets that the mesh link
         transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.12
hh3cDot11sMeshLinkTxBrocPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of broadcast packets that the mesh link
         transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.13
hh3cDot11sMeshLinkTxMuticPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of multicast packets that the mesh link
         transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.14
hh3cDot11sMeshLinkTxDiscPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of discarded packets that the mesh link
         transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.11.3.2.1.15
hh3cDot11sMeshLinkIFName OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the name of mesh link interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshLinkStatisTable(2) hh3cDot11sMeshLinkStatisEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.11.3.3
hh3cDot11sMeshNbrStatusTable OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table represents the status information for the neighbors of MP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) 3 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1
hh3cDot11sMeshNbrStatusEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex, hh3cDot11sMeshNbrIndex }
  DESCRIPTION	"Each entry of the table will provide status information for the
         neighbors of MP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.1
hh3cDot11sMeshNbrIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the index for the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.2
hh3cDot11sMeshNbrRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio ID of the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.3
hh3cDot11sMeshLocalMeshID OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the local mesh ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.4
hh3cDot11sMeshNbrMeshID OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the mesh ID of the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.5
hh3cDot11sMeshNbrBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the BSS ID of the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.6
hh3cDot11sMeshNbrPeerMac OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the peer neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.7
hh3cDot11sMeshLinkInMp OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the interface index of mesh link that used to connect with
         this neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.8
hh3cDot11sMeshMPLinkStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	INTEGER {processing(1), up(2), down(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of mesh link that used to connect with this
         neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.9
hh3cDot11sMeshNbrChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel number used by this neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.10
hh3cDot11sMeshNbrLinkDuration OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duration of mesh link that used to connect with this
         neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.11
hh3cDot11sMeshNbrRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the RSSI of mesh link that used to connect with this
         neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.11.3.3.1.12
hh3cDot11sMeshNbrSNR OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SNR of mesh link that used to connect with this
         neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshStatusGroup(3) hh3cDot11sMeshNbrStatusTable(3) hh3cDot11sMeshNbrStatusEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.11.4
hh3cDot11sMeshLinkNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) 4 }

.1.3.6.1.4.1.25506.2.75.11.4.0
hh3cDot11sMeshLinkTraps OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshLinkNotifyGroup(4) 0 }

.1.3.6.1.4.1.25506.2.75.11.4.0.1
hh3cDot11sMeshLinkSwitchTrap NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  OBJECTS	{ hh3cDot11sMeshLinkBSSIDMAC, hh3cDot11sMeshLinkPeerMAC }
  DESCRIPTION	"This notification is to indicate the occurrence of a mesh link switchover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshLinkNotifyGroup(4) hh3cDot11sMeshLinkTraps(0) 1 }

.1.3.6.1.4.1.25506.2.75.11.4.1
hh3cDot11sMeshLinkTrapObjects OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshLinkNotifyGroup(4) 1 }

.1.3.6.1.4.1.25506.2.75.11.4.1.1
hh3cDot11sMeshLinkBSSIDMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the BSSID of the MP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshLinkNotifyGroup(4) hh3cDot11sMeshLinkTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.75.11.4.1.2
hh3cDot11sMeshLinkPeerMAC OBJECT-TYPE
  -- FROM	HH3C-DOT11S-MESH-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the peer MP after mesh link switchover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11sMesh(11) hh3cDot11sMeshLinkNotifyGroup(4) hh3cDot11sMeshLinkTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.2.75.12
hh3cDot11Common OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 12 }

.1.3.6.1.4.1.25506.2.75.12.1
hh3cDot11ElementGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) 1 }

.1.3.6.1.4.1.25506.2.75.12.1.1
hh3cDot11APElementTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to represent fat AP and AP template on AC
        as one kind of AP element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.12.1.1.1
hh3cDot11APElementEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex }
  DESCRIPTION	"Each entry contains information for each AP element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) hh3cDot11APElementTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.12.1.1.1.1
hh3cDot11APElementIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the index of AP element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) hh3cDot11APElementTable(1) hh3cDot11APElementEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.12.1.1.1.2
hh3cDot11APElementTemplateName OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the template name of AP element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) hh3cDot11APElementTable(1) hh3cDot11APElementEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.12.1.1.1.3
hh3cDot11APElementSerialID OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of AP element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) hh3cDot11APElementTable(1) hh3cDot11APElementEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.12.1.1.1.4
hh3cDot11APElementModelAlias OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the alias of AP element model name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) hh3cDot11APElementTable(1) hh3cDot11APElementEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.12.1.2
hh3cDot11RadioElementTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to represent the radio element of fat AP and AC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.12.1.2.1
hh3cDot11RadioElementEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11APElementIndex, hh3cDot11RadioElementRadioNum }
  DESCRIPTION	"Each entry contains information for each radio element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) hh3cDot11RadioElementTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.12.1.2.1.1
hh3cDot11RadioElementRadioNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the number of the radio element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) hh3cDot11RadioElementTable(2) hh3cDot11RadioElementEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.12.1.2.1.2
hh3cDot11RadioElementRadioPolicy OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the radio policy of the radio element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) hh3cDot11RadioElementTable(2) hh3cDot11RadioElementEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.12.1.2.1.3
hh3cDot11RadioElementRadioIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-REF-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the index of the radio element.
        On AC, the higher 24 bits stand for the AP index,
        and the last 8 bits stand for the radio index.
        On fat AP, the index stands for the interface index of radio
        interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Common(12) hh3cDot11ElementGroup(1) hh3cDot11RadioElementTable(2) hh3cDot11RadioElementEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.13
hh3cDot11Sa MODULE-IDENTITY
  -- FROM	HH3C-DOT11-SA-MIB
  DESCRIPTION	"This MIB module provides spectrum analysis information.
        The initial revision of this MIB module.

        The spectrum analysis module on APs is able to examine the radio
        frequency (RF) environment in which the Wi-Fi network is operating,
        identify interference and classify its sources. An analysis of the
        results can then be used to quickly isolate issues with packet
        transmission, channel quality, and traffic congestion caused by
        contention with other devices operating in the same band or channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 13 }

.1.3.6.1.4.1.25506.2.75.13.1
hh3cDot11SaCfgGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) 1 }

.1.3.6.1.4.1.25506.2.75.13.1.1
hh3cDot11SaCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure spectrum analysis."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1
hh3cDot11SaCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SaCfgRadioType }
  DESCRIPTION	"This entry contains the spectrum analysis configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1.1
hh3cDot11SaCfgRadioType OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	INTEGER {dot11bg(1), dot11a(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the radio type of the configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) hh3cDot11SaCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1.2
hh3cDot11SaEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether spectrum analysis is enabled globally."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) hh3cDot11SaCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1.3
hh3cDot11SaRptDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	BITS {microwave(0), microwaveInverter(1), bluetooth(2), fixedFreqOthers(3), fixedFreqCordlessPhone(4), fixedFreqVideo(5), fixedFreqAudio(6), freqHopperOthers(7), freqHopperCordlessBase(8), freqHopperCordlessNetwork(9), freqHopperXbox(10), genericInterferer(11)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents which types of interference devices should be reported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) hh3cDot11SaCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1.4
hh3cDot11SaTrapDevEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the interference device trap is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) hh3cDot11SaCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1.5
hh3cDot11SaTrapDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	BITS {microwave(0), microwaveInverter(1), bluetooth(2), fixedFreqOthers(3), fixedFreqCordlessPhone(4), fixedFreqVideo(5), fixedFreqAudio(6), freqHopperOthers(7), freqHopperCordlessBase(8), freqHopperCordlessNetwork(9), freqHopperXbox(10), genericInterferer(11)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents which types of interference device will send traps
         when the interference device trap is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) hh3cDot11SaCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1.6
hh3cDot11SaTrapAQEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the air quality trap is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) hh3cDot11SaCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1.7
hh3cDot11SaTrapAQThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the air quality trap threshold.  When the air quality
        is below this value, the air quality trap will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) hh3cDot11SaCfgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1.8
hh3cDot11SaDrivenRRMEnable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure whether to trigger RRM to run when an access point detects
         a certain level of interference."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) hh3cDot11SaCfgEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.13.1.1.1.9
hh3cDot11SaDrivenRRMSnt OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	INTEGER {low(1), medium(2), high(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the threshold at which RRM will be triggered.  When the
         interference level for the access point rises above the threshold
         level, RRM initiates a local dynamic channel assignment (DCA) run
         and changes the channel of the affected access point radio if
         possible to improve network performance.  Low represents a decreased
         sensitivity to changes in the environment while high represents an
         increased sensitivity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaCfgGroup(1) hh3cDot11SaCfgTable(1) hh3cDot11SaCfgEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.13.2
hh3cDot11SaStatusGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) 2 }

.1.3.6.1.4.1.25506.2.75.13.2.1
hh3cDot11SaRtFFTDataTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the real-time FFT data for spectrum analysis."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.13.2.1.1
hh3cDot11SaRtFFTDataEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SaAPID, hh3cDot11SaRadioID, hh3cDot11SaRtDataGroupID, hh3cDot11SaFrequency }
  DESCRIPTION	"This entry contains the real-time FFT data for spectrum analysis."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaRtFFTDataTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.13.2.1.1.1
hh3cDot11SaAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the serial ID of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaRtFFTDataTable(1) hh3cDot11SaRtFFTDataEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.13.2.1.1.2
hh3cDot11SaRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaRtFFTDataTable(1) hh3cDot11SaRtFFTDataEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.13.2.1.1.3
hh3cDot11SaRtDataGroupID OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents group ID of the collected data.  Maybe the device collects
         multiple groups of data at the collected interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaRtFFTDataTable(1) hh3cDot11SaRtFFTDataEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.13.2.1.1.4
hh3cDot11SaFrequency OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the frequency number in 100 Hz."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaRtFFTDataTable(1) hh3cDot11SaRtFFTDataEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.13.2.1.1.5
hh3cDot11SaRtFreqPower OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the power of the frequency point."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaRtFFTDataTable(1) hh3cDot11SaRtFFTDataEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.13.2.1.1.6
hh3cDot11SaRtFreqMaxPower OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the max power of the frequency point."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaRtFFTDataTable(1) hh3cDot11SaRtFFTDataEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.13.2.1.1.7
hh3cDot11SaRtFreqDutyCycle OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duty cycle of the frequency point."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaRtFFTDataTable(1) hh3cDot11SaRtFFTDataEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.13.2.1.1.8
hh3cDot11SaRtFreqDataSeqNo OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the sequence number of the data."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaRtFFTDataTable(1) hh3cDot11SaRtFFTDataEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.13.2.2
hh3cDot11SaIntfDevTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the information of the interfering devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.13.2.2.1
hh3cDot11SaIntfDevEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SaAPID, hh3cDot11SaRadioID, hh3cDot11SaDevID }
  DESCRIPTION	"This entry contains the information of the interfering devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaIntfDevTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.13.2.2.1.1
hh3cDot11SaDevID OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the device identification number that uniquely
         identified the interfering device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaIntfDevTable(2) hh3cDot11SaIntfDevEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.13.2.2.1.2
hh3cDot11SaDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SaIntfDevType
  SYNTAX	INTEGER {microwave(1), microwaveInverter(2), bluetooth(3), fixedFreqOthers(4), fixedFreqCordlessPhone(5), fixedFreqVideo(6), fixedFreqAudio(7), freqHopperOthers(8), freqHopperCordlessBase(9), freqHopperCordlessNetwork(10), freqHopperXbox(11), genericInterferer(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents type of the interferer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaIntfDevTable(2) hh3cDot11SaIntfDevEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.13.2.2.1.3
hh3cDot11SaDevSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents severity index of the interfering device.  Severity index
         is calculated, a positive integer between 0 and 100(with 100 being the
         most severe)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaIntfDevTable(2) hh3cDot11SaIntfDevEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.13.2.2.1.4
hh3cDot11SaDevRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents receive signal strength indicator (RSSI) of interfering
         device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaIntfDevTable(2) hh3cDot11SaIntfDevEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.13.2.2.1.5
hh3cDot11SaDevDutyCycle OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents proportion of time in percentage during which the
         interfering device was active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaIntfDevTable(2) hh3cDot11SaIntfDevEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.13.2.2.1.6
hh3cDot11SaDevAffectedChls OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents channels that the interfering device affects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaIntfDevTable(2) hh3cDot11SaIntfDevEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.13.2.2.1.7
hh3cDot11SaDevDetectedTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents time at which the interference was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaIntfDevTable(2) hh3cDot11SaIntfDevEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.13.2.3
hh3cDot11SaAirQualityTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the air quality of the channels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) 3 }

.1.3.6.1.4.1.25506.2.75.13.2.3.1
hh3cDot11SaAirQualityEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SaAPID, hh3cDot11SaRadioID, hh3cDot11SaChlNum }
  DESCRIPTION	"This entry contains the air quality of the channels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaAirQualityTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.13.2.3.1.1
hh3cDot11SaChlNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the radio channel where the air quality is monitored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaAirQualityTable(3) hh3cDot11SaAirQualityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.13.2.3.1.2
hh3cDot11SaAvgQuality OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the average air quality for this radio channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaAirQualityTable(3) hh3cDot11SaAirQualityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.13.2.3.1.3
hh3cDot11SaMinQuality OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the minimum air quality for this radio channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaAirQualityTable(3) hh3cDot11SaAirQualityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.13.2.3.1.4
hh3cDot11SaIntfDevNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of interferers detected by the radios
         on the 802.11a/n or 802.11b/g/n radio band."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaAirQualityTable(3) hh3cDot11SaAirQualityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.13.2.3.1.5
hh3cDot11SaWiFiUtil OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the percentage of the channel currently being
         used by Wi-Fi devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaAirQualityTable(3) hh3cDot11SaAirQualityEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.13.2.3.1.6
hh3cDot11SaNonWiFiUtil OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the percentage of the channel currently being
         used by non-Wi-Fi interference."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaAirQualityTable(3) hh3cDot11SaAirQualityEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.13.2.3.1.7
hh3cDot11SaNoiseFloor OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents current noise floor recorded on the channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaStatusGroup(2) hh3cDot11SaAirQualityTable(3) hh3cDot11SaAirQualityEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.13.3
hh3cDot11SaNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) 3 }

.1.3.6.1.4.1.25506.2.75.13.3.0
hh3cDot11SaTraps OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) 0 }

.1.3.6.1.4.1.25506.2.75.13.3.0.1
hh3cDot11SaIntfDevDetected NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  OBJECTS	{ hh3cDot11SaTrapAPID, hh3cDot11SaTrapRadioID, hh3cDot11SaTrapDevID, hh3cDot11SaTrapIntfDevType, hh3cDot11APTrapDevSI, hh3cDot11SaTrapDevRSSI, hh3cDot11APTrapDevDC, hh3cDot11APTrapDevChls, hh3cDot11APTrapDevDctTime }
  DESCRIPTION	"Interfering device is detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTraps(0) 1 }

.1.3.6.1.4.1.25506.2.75.13.3.0.2
hh3cDot11SaIntfDevDisappear NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  OBJECTS	{ hh3cDot11SaTrapAPID, hh3cDot11SaTrapRadioID, hh3cDot11SaTrapDevID, hh3cDot11SaTrapIntfDevType }
  DESCRIPTION	"Interfering device disappeared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTraps(0) 2 }

.1.3.6.1.4.1.25506.2.75.13.3.0.3
hh3cDot11SaChlQltLow NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  OBJECTS	{ hh3cDot11SaTrapAPID, hh3cDot11SaTrapRadioID, hh3cDot11SaTrapChlNum, hh3cDot11SaTrapChlQlt, hh3cDot11SaTrapChlIntfNum }
  DESCRIPTION	"The quality of the channel is below the specified threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTraps(0) 3 }

.1.3.6.1.4.1.25506.2.75.13.3.0.4
hh3cDot11SaChlQltRecover NOTIFICATION-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  OBJECTS	{ hh3cDot11SaTrapAPID, hh3cDot11SaTrapRadioID, hh3cDot11SaTrapChlNum, hh3cDot11SaTrapChlQlt, hh3cDot11SaTrapChlIntfNum }
  DESCRIPTION	"The quality of the channel recovered from low status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTraps(0) 4 }

.1.3.6.1.4.1.25506.2.75.13.3.1
hh3cDot11SaTrapVars OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.13.3.1.1
hh3cDot11SaTrapAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the identifier of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 1 }

.1.3.6.1.4.1.25506.2.75.13.3.1.2
hh3cDot11SaTrapRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the identifier of the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 2 }

.1.3.6.1.4.1.25506.2.75.13.3.1.3
hh3cDot11SaTrapDevID OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the device identification number that uniquely
         identified the interfering device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 3 }

.1.3.6.1.4.1.25506.2.75.13.3.1.4
hh3cDot11SaTrapIntfDevType OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION Hh3cDot11SaIntfDevType
  SYNTAX	INTEGER {microwave(1), microwaveInverter(2), bluetooth(3), fixedFreqOthers(4), fixedFreqCordlessPhone(5), fixedFreqVideo(6), fixedFreqAudio(7), freqHopperOthers(8), freqHopperCordlessBase(9), freqHopperCordlessNetwork(10), freqHopperXbox(11), genericInterferer(12)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents type of the interferer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 4 }

.1.3.6.1.4.1.25506.2.75.13.3.1.5
hh3cDot11APTrapDevSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents severity index of the interfering device.  Severity index
         is calculated, a positive integer between 0 and 100(with 100 being the
         most severe)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 5 }

.1.3.6.1.4.1.25506.2.75.13.3.1.6
hh3cDot11SaTrapDevRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents receive signal strength indicator (RSSI) of interfering
         device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 6 }

.1.3.6.1.4.1.25506.2.75.13.3.1.7
hh3cDot11APTrapDevDC OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents proportion of time in percentage during which the
         interfering device was active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 7 }

.1.3.6.1.4.1.25506.2.75.13.3.1.8
hh3cDot11APTrapDevChls OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents channels that the interfering device affects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 8 }

.1.3.6.1.4.1.25506.2.75.13.3.1.9
hh3cDot11APTrapDevDctTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents time at which the interference was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 9 }

.1.3.6.1.4.1.25506.2.75.13.3.1.10
hh3cDot11SaTrapChlNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ChannelScopeType
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the radio channel where the air quality is monitored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 10 }

.1.3.6.1.4.1.25506.2.75.13.3.1.11
hh3cDot11SaTrapChlQlt OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the quality for this radio channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 11 }

.1.3.6.1.4.1.25506.2.75.13.3.1.12
hh3cDot11SaTrapChlIntfNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-SA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the number of interferers detected by the radios
         on the 802.11a/n or 802.11b/g/n radio band."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11Sa(13) hh3cDot11SaNotifyGroup(3) hh3cDot11SaTrapVars(1) 12 }

.1.3.6.1.4.1.25506.2.75.14
hh3cDot11LIC MODULE-IDENTITY
  -- FROM	HH3C-DOT11-LIC-MIB
  DESCRIPTION	"This MIB provides information for WLAN license configuration in AC.

        GLOSSARY

        IEEE 802.11
        Standard to encourage interoperability among
        wireless networking equipment.

        Access point (AP)
        Transmitter/receiver (transceiver) device
        that commonly connects and transports data
        between a wireless network and a wired network.

        Access control (AC)
        To control and manage multi-APs, it will bridge
        wireless and wired network.

        Fit AP
        Applied in the enterprise environment, it will work
        under the control and management from AC.

        Control And Provisioning of Wireless Access Points Protocol
        The short name of protocol is CAPWAP. AC will control
        and manage AP by CAPWAP tunnel protocol defined by IETF.
        Also, a data tunnel will be set up between AC and AP.

        Basic Service Set
        The IEEE 802.11 BSS of an AP comprises of the
        stations directly associating with the AP. It will
        be identified by BSSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 14 }

.1.3.6.1.4.1.25506.2.75.14.1
hh3cDot11LICConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) 1 }

.1.3.6.1.4.1.25506.2.75.14.1.1
hh3cDot11LICSerialNumber OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The device serial number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.14.1.2
hh3cDot11LicApNumGroupSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents support hh3cDot11LicApNumGroup
        'ture': device spport hh3cDot11LicApNumGroup.
        'false': device not spport hh3cDot11LicApNumGroupp."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.14.2
hh3cDot11LICApNumGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) 2 }

.1.3.6.1.4.1.25506.2.75.14.2.1
hh3cDot11LICApNumAttrTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.14.2.1.1
hh3cDot11LICDefautAPNumPermit OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of AP connection permitted
        for one AC without license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) hh3cDot11LICApNumAttrTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.14.2.1.2
hh3cDot11LICCurrentAPNumPermit OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of AP connection permitted
        for one AC, include default number and the licenses
        that installed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) hh3cDot11LICApNumAttrTable(1) 2 }

.1.3.6.1.4.1.25506.2.75.14.2.1.3
hh3cDot11LICMaxAPNumPermit OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum number of AP to support connection permitted
        for one AC, include default number and full licenses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) hh3cDot11LICApNumAttrTable(1) 3 }

.1.3.6.1.4.1.25506.2.75.14.2.2
hh3cDot11LICApNumLicTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each entry contains license information of ap number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.14.2.2.1
hh3cDot11LICApNumLicEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11LICLicenseKeyIndex }
  DESCRIPTION	"Each entry contains association information of each station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) hh3cDot11LICApNumLicTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.14.2.2.1.1
hh3cDot11LICLicenseKeyIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Licensed key index value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) hh3cDot11LICApNumLicTable(2) hh3cDot11LICApNumLicEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.14.2.2.1.2
hh3cDot11LICLicenseKey OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies a certain license key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) hh3cDot11LICApNumLicTable(2) hh3cDot11LICApNumLicEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.14.2.2.1.3
hh3cDot11LICActivationKey OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies a certain activation key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) hh3cDot11LICApNumLicTable(2) hh3cDot11LICApNumLicEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.14.2.2.1.4
hh3cDot11LICApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents support connect ap number of the license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICApNumGroup(2) hh3cDot11LICApNumLicTable(2) hh3cDot11LICApNumLicEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.14.3
hh3cDot11LICFeatureGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) 3 }

.1.3.6.1.4.1.25506.2.75.14.3.1
hh3cDot11LICFeatureAttrTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each entry contains attribute information of wlan feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.14.3.1.1
hh3cDot11LICFeatureAttrEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11LICAttrIndex }
  DESCRIPTION	"Each entry contains feature attribute information of licensetypename."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureAttrTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.14.3.1.1.1
hh3cDot11LICAttrIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Attribute index value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureAttrTable(1) hh3cDot11LICFeatureAttrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.14.3.1.1.2
hh3cDot11LICAttrTypeName OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents attribute type name"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureAttrTable(1) hh3cDot11LICFeatureAttrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.14.3.1.1.3
hh3cDot11LICAttrDefVal OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the default value of the license type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureAttrTable(1) hh3cDot11LICFeatureAttrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.14.3.1.1.4
hh3cDot11LICAttrMaxVal OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum value of the license type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureAttrTable(1) hh3cDot11LICFeatureAttrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.14.3.2
hh3cDot11LICFeatureLicTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each entry contains license information of wlan feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) 2 }

.1.3.6.1.4.1.25506.2.75.14.3.2.1
hh3cDot11LICFeatureLicEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11LICKeyIndex }
  DESCRIPTION	"Each entry contains wlan feature information of license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureLicTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.14.3.2.1.1
hh3cDot11LICKeyIndex OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Licensed key index value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureLicTable(2) hh3cDot11LICFeatureLicEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.14.3.2.1.2
hh3cDot11LICTypeName OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type name of the license entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureLicTable(2) hh3cDot11LICFeatureLicEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.14.3.2.1.3
hh3cDot11LICKey OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies a certain license key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureLicTable(2) hh3cDot11LICFeatureLicEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.14.3.2.1.4
hh3cDot11LICTimeLimit OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents available time left of the license entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureLicTable(2) hh3cDot11LICFeatureLicEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.14.3.2.1.5
hh3cDot11LICValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-LIC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the value of the license entry.
        If hh3cDot11LICFeatureTypeName is 'AP',
        this meaning of ap number, and so no."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11LIC(14) hh3cDot11LICFeatureGroup(3) hh3cDot11LICFeatureLicTable(2) hh3cDot11LICFeatureLicEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15
hh3cDot11WIPS MODULE-IDENTITY
  -- FROM	HH3C-DOT11-WIPS-MIB
  DESCRIPTION	"This MIB provides information about the Wireless Intrusion
        Prevention System (WIPS) feature.

        WIPS is designed to protect an area that is serviced by
        a wireless network.
        It aids in early detection of malicious outsider attacks
        and intrusions via wireless networks, and takes countermeasures
        to ensure the wireless environment security.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 15 }

.1.3.6.1.4.1.25506.2.75.15.1
hh3cDot11WIPSConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.1
hh3cDot11WIPSVsdTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides information about virtual security domains (VSDs)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.1.1
hh3cDot11WIPSVsdEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSVsdName }
  DESCRIPTION	"Each entry contains information about one VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSVsdTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.1.1.1
hh3cDot11WIPSVsdName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of the virtual security domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSVsdTable(1) hh3cDot11WIPSVsdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.1.1.2
hh3cDot11WIPSVsdRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSVsdTable(1) hh3cDot11WIPSVsdEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.1.1.3
hh3cDot11WIPSVsdDetectPolicy OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of the attack detect policy attached to the VSD,
        zero-length for not config."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSVsdTable(1) hh3cDot11WIPSVsdEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.1.1.4
hh3cDot11WIPSVsdCtmPolicy OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of the countermeasure policy attached to the VSD,
        zero-length for not config."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSVsdTable(1) hh3cDot11WIPSVsdEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.1.1.5
hh3cDot11WIPSVsdSignaturePolicy OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of the signature policy attached to the VSD,
        zero-length for not config."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSVsdTable(1) hh3cDot11WIPSVsdEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.1.1.6
hh3cDot11WIPSVsdClasPolicy OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of the malformed packet detect policy attached
        to the VSD,zero-length for not config."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSVsdTable(1) hh3cDot11WIPSVsdEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.1.2
hh3cDot11WIPSAp2VsdTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines sensors attached to VSDs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.2.1
hh3cDot11WIPSAp2VsdEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAp2VsdApName }
  DESCRIPTION	"Each entry contains information about a sensor in a VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAp2VsdTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.2.1.1
hh3cDot11WIPSAp2VsdApName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the sensor name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAp2VsdTable(2) hh3cDot11WIPSAp2VsdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.2.1.2
hh3cDot11WIPSAp2VsdRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAp2VsdTable(2) hh3cDot11WIPSAp2VsdEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.2.1.3
hh3cDot11WIPSAp2VsdVsdName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of a virtual security domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAp2VsdTable(2) hh3cDot11WIPSAp2VsdEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.3
hh3cDot11WIPSApRadioTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of WIPS on radios of sensors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.3.1
hh3cDot11WIPSApRadioEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSApRadioApName, hh3cDot11WIPSApRadioRadioID }
  DESCRIPTION	"Each entry contains the enable status
         of WIPS on one radio of a sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSApRadioTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.3.1.1
hh3cDot11WIPSApRadioApName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the sensor name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSApRadioTable(3) hh3cDot11WIPSApRadioEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.3.1.2
hh3cDot11WIPSApRadioRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents a radio identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSApRadioTable(3) hh3cDot11WIPSApRadioEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.3.1.3
hh3cDot11WIPSApRadioStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of WIPS on the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSApRadioTable(3) hh3cDot11WIPSApRadioEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.4
hh3cDot11WIPSRuleTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines signature rule or ap-class rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.4.1
hh3cDot11WIPSRuleEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSRuleType, hh3cDot11WIPSRuleId }
  DESCRIPTION	"Each entry contains information about
         signature rule or ap-class rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRuleTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.4.1.1
hh3cDot11WIPSRuleType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSRuleTypes
  SYNTAX	INTEGER {signature(4), apclassfication(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRuleTable(4) hh3cDot11WIPSRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.4.1.2
hh3cDot11WIPSRuleId OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRuleTable(4) hh3cDot11WIPSRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.4.1.3
hh3cDot11WIPSRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRuleTable(4) hh3cDot11WIPSRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.5
hh3cDot11WIPSAlySigRuleTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides information about applying signature rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.5.1
hh3cDot11WIPSAlySigRuleEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAlySigPolicyName, hh3cDot11WIPSAlySigRuleID }
  DESCRIPTION	"Each entry contains information about applying signature rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlySigRuleTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.5.1.1
hh3cDot11WIPSAlySigPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of signature policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlySigRuleTable(5) hh3cDot11WIPSAlySigRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.5.1.2
hh3cDot11WIPSAlySigRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule id of signature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlySigRuleTable(5) hh3cDot11WIPSAlySigRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.5.1.3
hh3cDot11WIPSAlySigRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlySigRuleTable(5) hh3cDot11WIPSAlySigRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.6
hh3cDot11WIPSAlyClaRuleTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides information about applying classification rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.1.6.1
hh3cDot11WIPSAlyClaRuleEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAlyClaPolicyName, hh3cDot11WIPSAlyClasRuleID }
  DESCRIPTION	"Each entry contains information about applying classification rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlyClaRuleTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.6.1.1
hh3cDot11WIPSAlyClaPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of classification policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlyClaRuleTable(6) hh3cDot11WIPSAlyClaRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.6.1.2
hh3cDot11WIPSAlyClasRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule id of classification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlyClaRuleTable(6) hh3cDot11WIPSAlyClaRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.6.1.3
hh3cDot11WIPSAlyClaRuleType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAlyAPClaRuleType
  SYNTAX	INTEGER {rogue(1), external(2), misconfigured(3), authorized(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of applying classfication rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlyClaRuleTable(6) hh3cDot11WIPSAlyClaRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.6.1.4
hh3cDot11WIPSAlyClaRuleLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The level of applying classfication rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlyClaRuleTable(6) hh3cDot11WIPSAlyClaRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.6.1.5
hh3cDot11WIPSAlyClaRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAlyClaRuleTable(6) hh3cDot11WIPSAlyClaRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.7
hh3cDot11WIPSTrustMacTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines adding a MacAdress to the trust-device-list(TDL)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.1.7.1
hh3cDot11WIPSTrustMacEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSTrustMacPolicyName, hh3cDot11WIPSTrustMacAddress }
  DESCRIPTION	"Each entry contains information about a Mac in a TDL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustMacTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.7.1.1
hh3cDot11WIPSTrustMacPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the classification policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustMacTable(7) hh3cDot11WIPSTrustMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.7.1.2
hh3cDot11WIPSTrustMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustMacTable(7) hh3cDot11WIPSTrustMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.7.1.3
hh3cDot11WIPSTrustMacRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustMacTable(7) hh3cDot11WIPSTrustMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.8
hh3cDot11WIPSBlockMacTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines add MacAdress to the static-forbidden-list(SFL)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.1.8.1
hh3cDot11WIPSBlockMacEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSBlockMacPolicyName, hh3cDot11WIPSBlockMacAddress }
  DESCRIPTION	"Each entry contains information about a Mac in a SFL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSBlockMacTable(8) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.8.1.1
hh3cDot11WIPSBlockMacPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the classification policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSBlockMacTable(8) hh3cDot11WIPSBlockMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.8.1.2
hh3cDot11WIPSBlockMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSBlockMacTable(8) hh3cDot11WIPSBlockMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.8.1.3
hh3cDot11WIPSBlockMacRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSBlockMacTable(8) hh3cDot11WIPSBlockMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.9
hh3cDot11WIPSManulClaTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the manual classify information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 9 }

.1.3.6.1.4.1.25506.2.75.15.1.9.1
hh3cDot11WIPSManulClaEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSManulClaPlyName, hh3cDot11WIPSManulClaMac }
  DESCRIPTION	"Each entry contains the address specified manually in a policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSManulClaTable(9) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.9.1.1
hh3cDot11WIPSManulClaPlyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSManulClaTable(9) hh3cDot11WIPSManulClaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.9.1.2
hh3cDot11WIPSManulClaMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSManulClaTable(9) hh3cDot11WIPSManulClaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.9.1.3
hh3cDot11WIPSManulClassifyType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSManualAPType
  SYNTAX	INTEGER {authap(1), misconfiguredap(2), rogueap(3), externalap(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The classification type of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSManulClaTable(9) hh3cDot11WIPSManulClaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.9.1.4
hh3cDot11WIPSManuClaRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSManulClaTable(9) hh3cDot11WIPSManulClaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.10
hh3cDot11WIPSTrustOuiTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides information about trust oui."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 10 }

.1.3.6.1.4.1.25506.2.75.15.1.10.1
hh3cDot11WIPSTrustOuiEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSTrustOuiPolicyName, hh3cDot11WIPSTrustOuiMac }
  DESCRIPTION	"Each entry contains information about trust oui."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustOuiTable(10) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.10.1.1
hh3cDot11WIPSTrustOuiPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of classification policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustOuiTable(10) hh3cDot11WIPSTrustOuiEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.10.1.2
hh3cDot11WIPSTrustOuiMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSOuiAddress
  SYNTAX	OCTET STRING (3) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the address of trust oui."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustOuiTable(10) hh3cDot11WIPSTrustOuiEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.10.1.3
hh3cDot11WIPSTrustOuiRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustOuiTable(10) hh3cDot11WIPSTrustOuiEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.11
hh3cDot11WIPSTrustSSidTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines add one SSID to the trust-device-list(TDL)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 11 }

.1.3.6.1.4.1.25506.2.75.15.1.11.1
hh3cDot11WIPSTrustSSidEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSTrustSSidPlyName, hh3cDot11WIPSTrustSSidName }
  DESCRIPTION	"Each entry contains information about a SSID in a TDL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustSSidTable(11) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.11.1.1
hh3cDot11WIPSTrustSSidPlyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the classification policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustSSidTable(11) hh3cDot11WIPSTrustSSidEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.11.1.2
hh3cDot11WIPSTrustSSidName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the SSID name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustSSidTable(11) hh3cDot11WIPSTrustSSidEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.11.1.3
hh3cDot11WIPSTrustSSidRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSTrustSSidTable(11) hh3cDot11WIPSTrustSSidEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.12
hh3cDot11WIPSMalfDtcTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the malformed packet detect information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 12 }

.1.3.6.1.4.1.25506.2.75.15.1.12.1
hh3cDot11WIPSMalfDtcEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSMalfDtcPolicyName, hh3cDot11WIPSMalfDtcType }
  DESCRIPTION	"Each entry contains the malformed type in a detect policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSMalfDtcTable(12) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.12.1.1
hh3cDot11WIPSMalfDtcPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSMalfDtcTable(12) hh3cDot11WIPSMalfDtcEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.12.1.2
hh3cDot11WIPSMalfDtcType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSMalformedType
  SYNTAX	INTEGER {duplicatedie(1), fatajack(2), illegalibssess(3), invalidaddresscombination(4), invalidassocreq(5), invalidauth(6), invaliddeauthcode(7), invaliddisassoccode(8), invalidhtie(9), invalidielength(10), invalidpktlength(11), nullproberesp(13), overfloweapolkey(14), overflowssid(15), redundantie(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The malformed type of detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSMalfDtcTable(12) hh3cDot11WIPSMalfDtcEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.12.1.3
hh3cDot11WIPSMalfDtcQuietTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the quiet time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSMalfDtcTable(12) hh3cDot11WIPSMalfDtcEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.12.1.4
hh3cDot11WIPSMalfDtciStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of malformed detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSMalfDtcTable(12) hh3cDot11WIPSMalfDtcEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.13
hh3cDot11WIPSLgeDutTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the infomation about
         large duration malformed detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 13 }

.1.3.6.1.4.1.25506.2.75.15.1.13.1
hh3cDot11WIPSLgeDutEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSLgeDutPolicyName }
  DESCRIPTION	"Each entry contains the infomation about
         large duration malformed detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSLgeDutTable(13) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.13.1.1
hh3cDot11WIPSLgeDutPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the detect policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSLgeDutTable(13) hh3cDot11WIPSLgeDutEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.13.1.2
hh3cDot11WIPSLgeDutThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..32767) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents large duration malformed detect threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSLgeDutTable(13) hh3cDot11WIPSLgeDutEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.13.1.3
hh3cDot11WIPSLgeDutQuietTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents large duration malformed detect quiet time ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSLgeDutTable(13) hh3cDot11WIPSLgeDutEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.13.1.4
hh3cDot11WIPSLgeDutStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of large duration malformed detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSLgeDutTable(13) hh3cDot11WIPSLgeDutEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.14
hh3cDot11WIPSRtLmtTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the control of AP learned the devices rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 14 }

.1.3.6.1.4.1.25506.2.75.15.1.14.1
hh3cDot11WIPSRtLmtEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSRtLmtPolicyName, hh3cDot11WIPSRtLmtRtLmtType }
  DESCRIPTION	"Each entry contains information about a control of AP learned rate ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRtLmtTable(14) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.14.1.1
hh3cDot11WIPSRtLmtPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the classification policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRtLmtTable(14) hh3cDot11WIPSRtLmtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.14.1.2
hh3cDot11WIPSRtLmtRtLmtType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSRtLmtType
  SYNTAX	INTEGER {ap(1), client(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the device type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRtLmtTable(14) hh3cDot11WIPSRtLmtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.14.1.3
hh3cDot11WIPSRtLmtInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The statistics cycle of AP learned device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRtLmtTable(14) hh3cDot11WIPSRtLmtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.14.1.4
hh3cDot11WIPSRtLmtThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..4096) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum devices number of AP learned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRtLmtTable(14) hh3cDot11WIPSRtLmtEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.14.1.5
hh3cDot11WIPSRtLmtQuiet OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1200..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents a quiet time after the warning log had been sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRtLmtTable(14) hh3cDot11WIPSRtLmtEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.14.1.6
hh3cDot11WIPSRtLmtStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of the control of AP learned the devices rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSRtLmtTable(14) hh3cDot11WIPSRtLmtEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.1.15
hh3cDot11WIPSDtcAckTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the infomation about detect attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 15 }

.1.3.6.1.4.1.25506.2.75.15.1.15.1
hh3cDot11WIPSDtcAckEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSDtcAckPolicyName, hh3cDot11WIPSDtcAckType }
  DESCRIPTION	"Each entry contains the infomation about detect attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcAckTable(15) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.15.1.1
hh3cDot11WIPSDtcAckPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the detect policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcAckTable(15) hh3cDot11WIPSDtcAckEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.15.1.2
hh3cDot11WIPSDtcAckType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSDtcAckTypes
  SYNTAX	INTEGER {apspoof(1), clientspoof(4), weakiv(6), windowsbridge(7), fortymhz(8), omerta(11), disassoc(12), deauth(13), prohibitedchannel(14), authunencryptedap(16), authunencryptedclient(17), hotspot(18), greenmode(19), tableoverflow(20), mitm(22), wirelessbridge(23), apchannelchange(25)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the detect attack type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcAckTable(15) hh3cDot11WIPSDtcAckEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.15.1.3
hh3cDot11WIPSDtcAckQuietTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents detect attack quiet time ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcAckTable(15) hh3cDot11WIPSDtcAckEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.15.1.4
hh3cDot11WIPSDtcAckInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents detect attack  interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcAckTable(15) hh3cDot11WIPSDtcAckEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.15.1.5
hh3cDot11WIPSDtcAckThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..100000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents detect attack threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcAckTable(15) hh3cDot11WIPSDtcAckEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.15.1.6
hh3cDot11WIPSDtcAckStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of detect attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcAckTable(15) hh3cDot11WIPSDtcAckEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.1.16
hh3cDot11WIPSDtcDevTimeTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the infomation about detect device time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 16 }

.1.3.6.1.4.1.25506.2.75.15.1.16.1
hh3cDot11WIPSDtcDevTimeEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSDtcDevTimePlyName, hh3cDot11WIPSDtcDevTimeType }
  DESCRIPTION	"Each entry contains the infomation about detect device time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcDevTimeTable(16) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.16.1.1
hh3cDot11WIPSDtcDevTimePlyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the detect policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcDevTimeTable(16) hh3cDot11WIPSDtcDevTimeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.16.1.2
hh3cDot11WIPSDtcDevTimeType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSDtcDevTimeTypes
  SYNTAX	INTEGER {deviceap(1), deviceclient(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the detect device time type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcDevTimeTable(16) hh3cDot11WIPSDtcDevTimeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.16.1.3
hh3cDot11WIPSDtcDevTimeInactive OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (60..1200) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents detect device time inactive time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcDevTimeTable(16) hh3cDot11WIPSDtcDevTimeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.16.1.4
hh3cDot11WIPSDtcDevTimeAging OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (120..86400) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents detect device time aging time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcDevTimeTable(16) hh3cDot11WIPSDtcDevTimeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.16.1.5
hh3cDot11WIPSDtcDevTimeStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of detect device time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcDevTimeTable(16) hh3cDot11WIPSDtcDevTimeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.17
hh3cDot11WIPSApimperTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides information about AP impersonation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 17 }

.1.3.6.1.4.1.25506.2.75.15.1.17.1
hh3cDot11WIPSApimperEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSApimperPolicyName }
  DESCRIPTION	"Each entry contains information about one AP impersonation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSApimperTable(17) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.17.1.1
hh3cDot11WIPSApimperPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSApimperTable(17) hh3cDot11WIPSApimperEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.17.1.2
hh3cDot11WIPSApimperQuiet OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The quiet of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSApimperTable(17) hh3cDot11WIPSApimperEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.17.1.3
hh3cDot11WIPSApimperStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSApimperTable(17) hh3cDot11WIPSApimperEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.18
hh3cDot11WIPSDctSoftApTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of detect of soft AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 18 }

.1.3.6.1.4.1.25506.2.75.15.1.18.1
hh3cDot11WIPSDctSoftApEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSDctSoftApPlyName }
  DESCRIPTION	"Each entry contains the enable status of detect a soft AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDctSoftApTable(18) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.18.1.1
hh3cDot11WIPSDctSoftApPlyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the detect policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDctSoftApTable(18) hh3cDot11WIPSDctSoftApEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.18.1.2
hh3cDot11WIPSDctSoftApThold OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents a convert time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDctSoftApTable(18) hh3cDot11WIPSDctSoftApEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.18.1.3
hh3cDot11WIPSDctSoftApStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of detect a soft AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDctSoftApTable(18) hh3cDot11WIPSDctSoftApEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.19
hh3cDot11WIPSPowerSaveTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the power-save detect information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 19 }

.1.3.6.1.4.1.25506.2.75.15.1.19.1
hh3cDot11WIPSPowerSaveEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSPowerSavePlyName }
  DESCRIPTION	"Each entry contains information about power-save detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPowerSaveTable(19) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.19.1.1
hh3cDot11WIPSPowerSavePlyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPowerSaveTable(19) hh3cDot11WIPSPowerSaveEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.19.1.2
hh3cDot11WIPSPowerSaveInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the interval of power-save detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPowerSaveTable(19) hh3cDot11WIPSPowerSaveEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.19.1.3
hh3cDot11WIPSPowerSaveMinOffPkt OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (10..150) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the minoffpacket of power-save detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPowerSaveTable(19) hh3cDot11WIPSPowerSaveEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.19.1.4
hh3cDot11WIPSPowerSaveOnOffPct OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the onoffpercent of power-save detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPowerSaveTable(19) hh3cDot11WIPSPowerSaveEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.19.1.5
hh3cDot11WIPSPowerSaveQuiet OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the quiettime of power-save detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPowerSaveTable(19) hh3cDot11WIPSPowerSaveEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.19.1.6
hh3cDot11WIPSPowerSaveStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the enabled status of power-save detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPowerSaveTable(19) hh3cDot11WIPSPowerSaveEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.1.20
hh3cDot11WIPSIgnListMacTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines ignore list MAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 20 }

.1.3.6.1.4.1.25506.2.75.15.1.20.1
hh3cDot11WIPSIgnListMacEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSIgnListMacMacAddr }
  DESCRIPTION	"Each entry contains information about ignore list MAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSIgnListMacTable(20) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.20.1.1
hh3cDot11WIPSIgnListMacMacAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSIgnListMacTable(20) hh3cDot11WIPSIgnListMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.20.1.2
hh3cDot11WIPSIgnListMacRowStus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSIgnListMacTable(20) hh3cDot11WIPSIgnListMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.21
hh3cDot11WIPSHoneyPotTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the detect of honey-pot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 21 }

.1.3.6.1.4.1.25506.2.75.15.1.21.1
hh3cDot11WIPSHoneyPotEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSHoneyPotPlyName }
  DESCRIPTION	"Each entry contains the enable status of detect honey-pot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSHoneyPotTable(21) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.21.1.1
hh3cDot11WIPSHoneyPotPlyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the detect policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSHoneyPotTable(21) hh3cDot11WIPSHoneyPotEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.21.1.2
hh3cDot11WIPSHoneyPotSim OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (70..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the similarity-value of matching SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSHoneyPotTable(21) hh3cDot11WIPSHoneyPotEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.21.1.3
hh3cDot11WIPSHoneyPotQuiet OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents a quiet time after the warning log had been sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSHoneyPotTable(21) hh3cDot11WIPSHoneyPotEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.21.1.4
hh3cDot11WIPSHoneyPotStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of detect honey-pot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSHoneyPotTable(21) hh3cDot11WIPSHoneyPotEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.22
hh3cDot11WIPSAPFldTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the detect of AP-flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 22 }

.1.3.6.1.4.1.25506.2.75.15.1.22.1
hh3cDot11WIPSAPFldEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAPFldPolicyName }
  DESCRIPTION	"Each entry contains the enable status of detect AP-flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPFldTable(22) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.22.1.1
hh3cDot11WIPSAPFldPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the detect policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPFldTable(22) hh3cDot11WIPSAPFldEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.22.1.2
hh3cDot11WIPSAPFldApnum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (10..200) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents allowable AP devices number in a wireless network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPFldTable(22) hh3cDot11WIPSAPFldEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.22.1.3
hh3cDot11WIPSAPFldExceed OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (10..200) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the allowable maximum AP devices number had exceed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPFldTable(22) hh3cDot11WIPSAPFldEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.22.1.4
hh3cDot11WIPSAPFldQuiet OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents a quiet time after the warning log had been sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPFldTable(22) hh3cDot11WIPSAPFldEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.22.1.5
hh3cDot11WIPSAPFldStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of detect AP-flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPFldTable(22) hh3cDot11WIPSAPFldEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.23
hh3cDot11WIPSCtmManualsTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the manual countermeasure information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 23 }

.1.3.6.1.4.1.25506.2.75.15.1.23.1
hh3cDot11WIPSCtmManualsEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSCtmManualsPlyName, hh3cDot11WIPSCtmManualsMacAddr }
  DESCRIPTION	"Each entry contains information about manual countermeasure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmManualsTable(23) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.23.1.1
hh3cDot11WIPSCtmManualsPlyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmManualsTable(23) hh3cDot11WIPSCtmManualsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.23.1.2
hh3cDot11WIPSCtmManualsMacAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmManualsTable(23) hh3cDot11WIPSCtmManualsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.23.1.3
hh3cDot11WIPSCtmManualsRowStus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmManualsTable(23) hh3cDot11WIPSCtmManualsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.24
hh3cDot11WIPSCtmSensorTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the countermeasure all sensor information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 24 }

.1.3.6.1.4.1.25506.2.75.15.1.24.1
hh3cDot11WIPSCtmSensorEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSCtmSensorPolicyName }
  DESCRIPTION	"Each entry contains information about countermeasure all sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmSensorTable(24) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.24.1.1
hh3cDot11WIPSCtmSensorPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmSensorTable(24) hh3cDot11WIPSCtmSensorEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.24.1.2
hh3cDot11WIPSCtmSensoriStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmSensorTable(24) hh3cDot11WIPSCtmSensorEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.25
hh3cDot11WIPSInvOuiStateTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the invalid OUI classification information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 25 }

.1.3.6.1.4.1.25506.2.75.15.1.25.1
hh3cDot11WIPSInvOuiStateEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSInvOuiStaPlyName }
  DESCRIPTION	"Each entry contains about status of invalid OUI classification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSInvOuiStateTable(25) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.25.1.1
hh3cDot11WIPSInvOuiStaPlyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSInvOuiStateTable(25) hh3cDot11WIPSInvOuiStateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.25.1.2
hh3cDot11WIPSInvOuiStaiStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of invalid OUI classification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSInvOuiStateTable(25) hh3cDot11WIPSInvOuiStateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.26
hh3cDot11WIPSAPClaAuthTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of
         WIPS AP classification authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 26 }

.1.3.6.1.4.1.25506.2.75.15.1.26.1
hh3cDot11WIPSAPClaAuthEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAPClaAuthRuleID }
  DESCRIPTION	"Each entry contains the enable status of
         WIPS AP classification authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaAuthTable(26) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.26.1.1
hh3cDot11WIPSAPClaAuthRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaAuthTable(26) hh3cDot11WIPSAPClaAuthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.26.1.2
hh3cDot11WIPSAPClaAuthMethod OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAPClaAuthMethods
  SYNTAX	INTEGER {none(1), dot1x(2), psk(3), other(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification authentication method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaAuthTable(26) hh3cDot11WIPSAPClaAuthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.26.1.3
hh3cDot11WIPSAPClaAuthType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAPClassifyCmpType
  SYNTAX	INTEGER {equal(1), include(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification authentication compare type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaAuthTable(26) hh3cDot11WIPSAPClaAuthEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.26.1.4
hh3cDot11WIPSAPClaAuthStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of AP classification authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaAuthTable(26) hh3cDot11WIPSAPClaAuthEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.27
hh3cDot11WIPSAPClaCltOnlTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of
         AP classification clinet online."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 27 }

.1.3.6.1.4.1.25506.2.75.15.1.27.1
hh3cDot11WIPSAPClaCltOnlEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAPClaCltOnlRuleID }
  DESCRIPTION	"Each entry contains the enable status of
         AP classification clinet online."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaCltOnlTable(27) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.27.1.1
hh3cDot11WIPSAPClaCltOnlRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaCltOnlTable(27) hh3cDot11WIPSAPClaCltOnlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.27.1.2
hh3cDot11WIPSAPClaCltOnlV1 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification clinet online value1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaCltOnlTable(27) hh3cDot11WIPSAPClaCltOnlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.27.1.3
hh3cDot11WIPSAPClaCltOnlV2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification clinet online value2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaCltOnlTable(27) hh3cDot11WIPSAPClaCltOnlEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.27.1.4
hh3cDot11WIPSAPClaCltOnlSts OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of WIPS AP classification clinet online."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaCltOnlTable(27) hh3cDot11WIPSAPClaCltOnlEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.28
hh3cDot11WIPSAPClaDiscrTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of AP classification discover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 28 }

.1.3.6.1.4.1.25506.2.75.15.1.28.1
hh3cDot11WIPSAPClaDiscrEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAPClaDiscrRuleID }
  DESCRIPTION	"Each entry contains the enable status of AP classification discover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaDiscrTable(28) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.28.1.1
hh3cDot11WIPSAPClaDiscrRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaDiscrTable(28) hh3cDot11WIPSAPClaDiscrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.28.1.2
hh3cDot11WIPSAPClaDiscrV1 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification discover value1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaDiscrTable(28) hh3cDot11WIPSAPClaDiscrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.28.1.3
hh3cDot11WIPSAPClaDiscrV2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification discover value2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaDiscrTable(28) hh3cDot11WIPSAPClaDiscrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.28.1.4
hh3cDot11WIPSAPClaDiscrSta OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of AP classification discover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaDiscrTable(28) hh3cDot11WIPSAPClaDiscrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.29
hh3cDot11WIPSAPClaRssiTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of AP classification rssi."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 29 }

.1.3.6.1.4.1.25506.2.75.15.1.29.1
hh3cDot11WIPSAPClaRssiEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAPClaRssiRuleID }
  DESCRIPTION	"Each entry contains the enable status of AP classification rssi."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaRssiTable(29) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.29.1.1
hh3cDot11WIPSAPClaRssiRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaRssiTable(29) hh3cDot11WIPSAPClaRssiEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.29.1.2
hh3cDot11WIPSAPClaRssiV1 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification rssi value1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaRssiTable(29) hh3cDot11WIPSAPClaRssiEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.29.1.3
hh3cDot11WIPSAPClaRssiV2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification rssi value2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaRssiTable(29) hh3cDot11WIPSAPClaRssiEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.29.1.4
hh3cDot11WIPSAPClaRssiSta OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of AP classification rssi."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaRssiTable(29) hh3cDot11WIPSAPClaRssiEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.30
hh3cDot11WIPSAPClaUpdurTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of AP classification upduration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 30 }

.1.3.6.1.4.1.25506.2.75.15.1.30.1
hh3cDot11WIPSAPClaUpdurEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAPClaUpdurRuleID }
  DESCRIPTION	"Each entry contains the enable status of AP classification upduration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaUpdurTable(30) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.30.1.1
hh3cDot11WIPSAPClaUpdurRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaUpdurTable(30) hh3cDot11WIPSAPClaUpdurEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.30.1.2
hh3cDot11WIPSAPClaUpdurV1 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..2592000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification upduration value1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaUpdurTable(30) hh3cDot11WIPSAPClaUpdurEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.30.1.3
hh3cDot11WIPSAPClaUpdurV2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..2592000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification upduration value2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaUpdurTable(30) hh3cDot11WIPSAPClaUpdurEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.30.1.4
hh3cDot11WIPSAPClaUpdurSta OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of AP classification upduration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaUpdurTable(30) hh3cDot11WIPSAPClaUpdurEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.31
hh3cDot11WIPSAPClaOuiTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of AP classification oui."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 31 }

.1.3.6.1.4.1.25506.2.75.15.1.31.1
hh3cDot11WIPSAPClaOuiEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAPClaOuiRuleID }
  DESCRIPTION	"Each entry contains the enable status of AP classification oui."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaOuiTable(31) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.31.1.1
hh3cDot11WIPSAPClaOuiRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaOuiTable(31) hh3cDot11WIPSAPClaOuiEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.31.1.2
hh3cDot11WIPSAPClaOuiMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSOuiAddress
  SYNTAX	OCTET STRING (3) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification oui."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaOuiTable(31) hh3cDot11WIPSAPClaOuiEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.31.1.3
hh3cDot11WIPSAPClaOuiStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of AP classification oui."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaOuiTable(31) hh3cDot11WIPSAPClaOuiEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.32
hh3cDot11WIPSAPClaSryTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of AP classification security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 32 }

.1.3.6.1.4.1.25506.2.75.15.1.32.1
hh3cDot11WIPSAPClaSryEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAPClaSryRuleID }
  DESCRIPTION	"Each entry contains the enable status of AP classification security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSryTable(32) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.32.1.1
hh3cDot11WIPSAPClaSryRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSryTable(32) hh3cDot11WIPSAPClaSryEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.32.1.2
hh3cDot11WIPSAPClaSryType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAPClaSecurityType
  SYNTAX	INTEGER {clear(1), wpa2(2), wpa(3), wep(9)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSryTable(32) hh3cDot11WIPSAPClaSryEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.32.1.3
hh3cDot11WIPSAPClaSryCmpType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAPClassifyCmpType
  SYNTAX	INTEGER {equal(1), include(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSryTable(32) hh3cDot11WIPSAPClaSryEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.32.1.4
hh3cDot11WIPSAPClaSrySta OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of AP classification security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSryTable(32) hh3cDot11WIPSAPClaSryEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.33
hh3cDot11WIPSAPClaSsidTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of AP classification ssid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 33 }

.1.3.6.1.4.1.25506.2.75.15.1.33.1
hh3cDot11WIPSAPClaSsidEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAPClaSsidRuleID }
  DESCRIPTION	"Each entry contains the enable status of AP classification ssid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSsidTable(33) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.33.1.1
hh3cDot11WIPSAPClaSsidRuleID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSsidTable(33) hh3cDot11WIPSAPClaSsidEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.33.1.2
hh3cDot11WIPSAPClaSsidName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification ssid name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSsidTable(33) hh3cDot11WIPSAPClaSsidEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.33.1.3
hh3cDot11WIPSAPClaSsidcase OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification case-sensitive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSsidTable(33) hh3cDot11WIPSAPClaSsidEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.33.1.4
hh3cDot11WIPSAPClaSsidCmpType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAPClasSsidCmpType
  SYNTAX	INTEGER {equal(1), notequal(2), include(3), notinclude(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the AP classification ssid compare type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSsidTable(33) hh3cDot11WIPSAPClaSsidEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.33.1.5
hh3cDot11WIPSAPClaSsidStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of AP classification ssid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSAPClaSsidTable(33) hh3cDot11WIPSAPClaSsidEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.34
hh3cDot11WIPSDtcSigTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides information about detect signature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 34 }

.1.3.6.1.4.1.25506.2.75.15.1.34.1
hh3cDot11WIPSDtcSigEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSDtcSigPolicyName }
  DESCRIPTION	"Each entry contains information about signature detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcSigTable(34) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.34.1.1
hh3cDot11WIPSDtcSigPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of the policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcSigTable(34) hh3cDot11WIPSDtcSigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.34.1.2
hh3cDot11WIPSDtcSigInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the interval of signature detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcSigTable(34) hh3cDot11WIPSDtcSigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.34.1.3
hh3cDot11WIPSDtcSigQuiet OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the quiet of signature detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcSigTable(34) hh3cDot11WIPSDtcSigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.34.1.4
hh3cDot11WIPSDtcSigThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..100000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the threshold of signature detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcSigTable(34) hh3cDot11WIPSDtcSigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.34.1.5
hh3cDot11WIPSDtcSigStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSDtcSigTable(34) hh3cDot11WIPSDtcSigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.35
hh3cDot11WIPSPolicyTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides information about policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 35 }

.1.3.6.1.4.1.25506.2.75.15.1.35.1
hh3cDot11WIPSPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSPolicyType, hh3cDot11WIPSPolicyName }
  DESCRIPTION	"Each entry contains the enable status of policy configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPolicyTable(35) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.35.1.1
hh3cDot11WIPSPolicyType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSPolicyTypeValue
  SYNTAX	INTEGER {classification(1), countermeasure(2), detect(3), signature(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPolicyTable(35) hh3cDot11WIPSPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.35.1.2
hh3cDot11WIPSPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of the policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPolicyTable(35) hh3cDot11WIPSPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.35.1.3
hh3cDot11WIPSPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSPolicyTable(35) hh3cDot11WIPSPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.36
hh3cDot11WIPSSigFrameTypeTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of signature frame type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 36 }

.1.3.6.1.4.1.25506.2.75.15.1.36.1
hh3cDot11WIPSSigFrameTypeEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSSigFrameTypeRuleId }
  DESCRIPTION	"Each entry contains the status of signature frame type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigFrameTypeTable(36) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.36.1.1
hh3cDot11WIPSSigFrameTypeRuleId OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the signature rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigFrameTypeTable(36) hh3cDot11WIPSSigFrameTypeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.36.1.2
hh3cDot11WIPSSigFrameType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSSigFrameTypes
  SYNTAX	INTEGER {management(1), control(2), data(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the signature frame type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigFrameTypeTable(36) hh3cDot11WIPSSigFrameTypeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.36.1.3
hh3cDot11WIPSSigFrameSubType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSSigFrameSubTypes
  SYNTAX	INTEGER {assocerq(1), assocresp(2), probereq(3), beacon(4), disasso(5), auth(6), deauth(7)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the signature frame subtype."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigFrameTypeTable(36) hh3cDot11WIPSSigFrameTypeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.36.1.4
hh3cDot11WIPSSigFrameTypeStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of signature frame type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigFrameTypeTable(36) hh3cDot11WIPSSigFrameTypeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.37
hh3cDot11WIPSCtmTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the countermeasure commands."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 37 }

.1.3.6.1.4.1.25506.2.75.15.1.37.1
hh3cDot11WIPSCtmEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSCtmPolicyName, hh3cDot11WIPSCtmClassifyType }
  DESCRIPTION	"Each entry contains the enable command of countermeasure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmTable(37) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.37.1.1
hh3cDot11WIPSCtmPolicyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the countermeasure policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmTable(37) hh3cDot11WIPSCtmEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.37.1.2
hh3cDot11WIPSCtmClassifyType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSCtmType
  SYNTAX	INTEGER {externalAp(1), misassociationClient(2), misconfiguredAp(3), potentialAuthorizedAp(4), potentialExternalAp(5), potentialRogueAp(6), rogueAp(7), unauthorizedClient(8), uncategorizedAp(9), uncategorizedClient(10), attack(11), adhoc(12)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents a countermeasure command identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmTable(37) hh3cDot11WIPSCtmEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.37.1.3
hh3cDot11WIPSCtmStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of one countermeasure command."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSCtmTable(37) hh3cDot11WIPSCtmEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.38
hh3cDot11WIPSSigPatternTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines signature pattern."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 38 }

.1.3.6.1.4.1.25506.2.75.15.1.38.1
hh3cDot11WIPSSigPatternEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSSigPatternRuleId, hh3cDot11WIPSSigPatternNum }
  DESCRIPTION	"Each entry contains information about signature pattern."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigPatternTable(38) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.38.1.1
hh3cDot11WIPSSigPatternRuleId OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the signature pattern rule id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigPatternTable(38) hh3cDot11WIPSSigPatternEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.38.1.2
hh3cDot11WIPSSigPatternNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the signature pattern pattern number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigPatternTable(38) hh3cDot11WIPSSigPatternEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.38.1.3
hh3cDot11WIPSSigPatternOffset OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..2346) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the signature pattern offset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigPatternTable(38) hh3cDot11WIPSSigPatternEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.38.1.4
hh3cDot11WIPSSigPatternMask OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..4) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the signature pattern mask."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigPatternTable(38) hh3cDot11WIPSSigPatternEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.38.1.5
hh3cDot11WIPSSigPatternValue1 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the signature pattern value1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigPatternTable(38) hh3cDot11WIPSSigPatternEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.38.1.6
hh3cDot11WIPSSigPatternValue2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the signature pattern value2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigPatternTable(38) hh3cDot11WIPSSigPatternEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.1.38.1.7
hh3cDot11WIPSSigPatternFromPld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the signature pattern frome payload."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigPatternTable(38) hh3cDot11WIPSSigPatternEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.1.38.1.8
hh3cDot11WIPSSigPatternRowStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigPatternTable(38) hh3cDot11WIPSSigPatternEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.1.39
hh3cDot11WIPSSigSeqNumTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the infomation about signature sequence number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 39 }

.1.3.6.1.4.1.25506.2.75.15.1.39.1
hh3cDot11WIPSSigSeqNumEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSSigSeqNumRuleId }
  DESCRIPTION	"Each entry contains the infomation about signature sequence number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSeqNumTable(39) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.39.1.1
hh3cDot11WIPSSigSeqNumRuleId OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the signature rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSeqNumTable(39) hh3cDot11WIPSSigSeqNumEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.39.1.2
hh3cDot11WIPSSigSeqNumValue1 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..4095) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents sequence number value1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSeqNumTable(39) hh3cDot11WIPSSigSeqNumEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.39.1.3
hh3cDot11WIPSSigSeqNumValue2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (0..4095) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents sequence number value2 ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSeqNumTable(39) hh3cDot11WIPSSigSeqNumEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.39.1.4
hh3cDot11WIPSSigSeqNumStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of signature sequence number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSeqNumTable(39) hh3cDot11WIPSSigSeqNumEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.40
hh3cDot11WIPSSigSsidTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the infomation about signature SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 40 }

.1.3.6.1.4.1.25506.2.75.15.1.40.1
hh3cDot11WIPSSigSsidEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSSigSsidRuleId }
  DESCRIPTION	"Each entry contains the infomation about signature SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidTable(40) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.40.1.1
hh3cDot11WIPSSigSsidRuleId OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the signature rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidTable(40) hh3cDot11WIPSSigSsidEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.40.1.2
hh3cDot11WIPSSigSsidSsid OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the name of signature SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidTable(40) hh3cDot11WIPSSigSsidEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.40.1.3
hh3cDot11WIPSSigSsidCase OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the case sensitive of signature SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidTable(40) hh3cDot11WIPSSigSsidEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.40.1.4
hh3cDot11WIPSSigSsidMatchType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSSigSsidMatchTypes
  SYNTAX	INTEGER {equal(1), notequal(2), include(3), notinclude(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the match type of signature SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidTable(40) hh3cDot11WIPSSigSsidEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.40.1.5
hh3cDot11WIPSSigSsidStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of signature SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidTable(40) hh3cDot11WIPSSigSsidEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.41
hh3cDot11WIPSSigSsidLengthTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the infomation about signature SSID length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 41 }

.1.3.6.1.4.1.25506.2.75.15.1.41.1
hh3cDot11WIPSSigSsidLengthEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSSigSsidLengthRuleId }
  DESCRIPTION	"Each entry contains the infomation about signature SSID length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidLengthTable(41) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.41.1.1
hh3cDot11WIPSSigSsidLengthRuleId OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the signature rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidLengthTable(41) hh3cDot11WIPSSigSsidLengthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.41.1.2
hh3cDot11WIPSSigSsidLengthValue1 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents signature SSID length value1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidLengthTable(41) hh3cDot11WIPSSigSsidLengthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.41.1.3
hh3cDot11WIPSSigSsidLengthValue2 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents signature SSID length value2 ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidLengthTable(41) hh3cDot11WIPSSigSsidLengthEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.41.1.4
hh3cDot11WIPSSigSsidLengthStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of signature SSID length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSigSsidLengthTable(41) hh3cDot11WIPSSigSsidLengthEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.42
hh3cDot11WIPSFldDetectTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the flood detect information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 42 }

.1.3.6.1.4.1.25506.2.75.15.1.42.1
hh3cDot11WIPSFldDetectEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSFldDetectPlyName, hh3cDot11WIPSFldDetectType }
  DESCRIPTION	"Each entry contains information about one type of flood detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSFldDetectTable(42) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.42.1.1
hh3cDot11WIPSFldDetectPlyName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the policy name of detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSFldDetectTable(42) hh3cDot11WIPSFldDetectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.42.1.2
hh3cDot11WIPSFldDetectType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSFldDctType
  SYNTAX	INTEGER {associationrequest(1), authentication(2), beacon(3), blockack(4), cts(5), deauthentication(6), disassociation(7), eapolstart(8), nulldata(9), proberequest(10), reassociationrequest(11), rts(12), eapollogoff(13), eapfailure(14), eapsuccess(15)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the type of flood detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSFldDetectTable(42) hh3cDot11WIPSFldDetectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.42.1.3
hh3cDot11WIPSFldDetectInter OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the interval of flood detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSFldDetectTable(42) hh3cDot11WIPSFldDetectEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.42.1.4
hh3cDot11WIPSFldDetectThresh OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..100000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the threshold of flood detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSFldDetectTable(42) hh3cDot11WIPSFldDetectEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.42.1.5
hh3cDot11WIPSFldDetectQuiet OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the quiet time of flood detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSFldDetectTable(42) hh3cDot11WIPSFldDetectEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.1.42.1.6
hh3cDot11WIPSFldDetectStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of flood detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSFldDetectTable(42) hh3cDot11WIPSFldDetectEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.1.43
hh3cDot11WIPSSignatureMacTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the infomation about signature MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 43 }

.1.3.6.1.4.1.25506.2.75.15.1.43.1
hh3cDot11WIPSSignatureMacEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSSignatureMacRuleId }
  DESCRIPTION	"Each entry contains the infomation about signature MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSignatureMacTable(43) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.43.1.1
hh3cDot11WIPSSignatureMacRuleId OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the signature rule ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSignatureMacTable(43) hh3cDot11WIPSSignatureMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.43.1.2
hh3cDot11WIPSSignatureMacMacTyp OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSSigMacMacType
  SYNTAX	INTEGER {source(1), destination(2), bssid(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the type of signature MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSignatureMacTable(43) hh3cDot11WIPSSignatureMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.1.43.1.3
hh3cDot11WIPSSignatureMacMacAdd OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the MAC address of signature MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSignatureMacTable(43) hh3cDot11WIPSSignatureMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.1.43.1.4
hh3cDot11WIPSSignatureMacStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of signature MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSSignatureMacTable(43) hh3cDot11WIPSSignatureMacEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.1.45
hh3cDot11WIPSNatDetectTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of WIPS NAT detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) 45 }

.1.3.6.1.4.1.25506.2.75.15.1.45.1
hh3cDot11WIPSNatDetectEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSNatDetectApName }
  DESCRIPTION	"Each entry contains the enable status of NAT detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSNatDetectTable(45) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.45.1.1
hh3cDot11WIPSNatDetectApName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSNatDetectTable(45) hh3cDot11WIPSNatDetectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.1.45.1.2
hh3cDot11WIPSNatDetectStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of NAT detect on AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSConfigGroup(1) hh3cDot11WIPSNatDetectTable(45) hh3cDot11WIPSNatDetectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2
hh3cDot11WIPSDataGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.1
hh3cDot11WIPSDctAPTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains BSS information for APs
         detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1
hh3cDot11WIPSDctAPEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSDctAPVSD, hh3cDot11WIPSDctAPMac }
  DESCRIPTION	"Each entry contains BSS information for one AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.1
hh3cDot11WIPSDctAPVSD OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the virtual security domain in which the BSS was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.2
hh3cDot11WIPSDctAPMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the Basic Service Set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.3
hh3cDot11WIPSDctAPClassifyWay OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSDevClassifyWay
  SYNTAX	INTEGER {manual(1), invalidOUI(2), trustlist(3), blocklist(4), associated(5), userdefined(6), auto(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents by which way the AP is categorized."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.4
hh3cDot11WIPSDctAPClassifyType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAPClassifyType
  SYNTAX	INTEGER {authorized(1), misconfigured(2), rogue(3), external(4), adhoc(5), mesh(6), potentialAuthorized(7), potentialRogue(8), potentialExternal(9), uncategorized(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the category of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.5
hh3cDot11WIPSDctAPSeverityLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the security level of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.6
hh3cDot11WIPSDctAPStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSDevStatus
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of the AP detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.7
hh3cDot11WIPSDctAPStatusDut OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duration of the AP status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.8
hh3cDot11WIPSDctAPVendor OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor of the AP detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.9
hh3cDot11WIPSDctAPSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SSID that is broadcast by the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.10
hh3cDot11WIPSDctAPSecurity OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAPSecurityType
  SYNTAX	Integer32 (1..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the security suites of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.11
hh3cDot11WIPSDctAPEncryptMethod OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSEncryptMethod
  SYNTAX	Integer32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the encryption method used by the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.12
hh3cDot11WIPSDctAPAuthMethod OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAuthMethod
  SYNTAX	Integer32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the authentication method used by the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.13
hh3cDot11WIPSDctAPRadioType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSRadioType
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64), dot11gac(128)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio type used by the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.14
hh3cDot11WIPSDctAPWorkChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSChannel
  SYNTAX	Integer32 (1..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio channel on which the detected AP operates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.15
hh3cDot11WIPSDctAPIsCountered OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether WIPS has taken countermeasures on the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.16
hh3cDot11WIPSDctAPAttachStaNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of clients associated with the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.17
hh3cDot11WIPSDctAPRptSensorNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of sensors that have detected the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.18
hh3cDot11WIPSDctAPIsBdcastSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the detected AP is broadcasting the SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.19
hh3cDot11WIPSDctAPType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSAPType
  SYNTAX	INTEGER {normal(1), adhoc(2), mesh(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.20
hh3cDot11WIPSDctAPIsQosSported OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the support of the detected AP for QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.21
hh3cDot11WIPSDctAPBeaconItv OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the beacon interval of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.15.2.1.1.22
hh3cDot11WIPSDctAPUpDuration OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of time that has elapsed since AP
        started to work, which is calculated by using beacon/probe
        response frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctAPTable(1) hh3cDot11WIPSDctAPEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.15.2.2
hh3cDot11WIPSDctStaTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about stations detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1
hh3cDot11WIPSDctStaEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSDctStaVSD, hh3cDot11WIPSDctStaMac }
  DESCRIPTION	"Each entry contains information about a station
        detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.1
hh3cDot11WIPSDctStaVSD OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the virtual security domain in
         which the station was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.2
hh3cDot11WIPSDctStaMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.3
hh3cDot11WIPSDctStaAssocBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the BSSID with which the station is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.4
hh3cDot11WIPSDctStaClassifyWay OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSDevClassifyWay
  SYNTAX	INTEGER {manual(1), invalidOUI(2), trustlist(3), blocklist(4), associated(5), userdefined(6), auto(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the method that the client is categorized."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.5
hh3cDot11WIPSDctStaClassifyType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSStaClassifyType
  SYNTAX	INTEGER {authorized(1), unauthorized(2), misassociated(3), uncategorized(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the category of the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.6
hh3cDot11WIPSDctStaSeverityLevel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the security level of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.7
hh3cDot11WIPSDctStaIsDissociate OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the detected client is dissociated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.8
hh3cDot11WIPSDctStaStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSDevStatus
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of the station detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.9
hh3cDot11WIPSDctStaStatusDurat OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duration of the client status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.10
hh3cDot11WIPSDctStaVendor OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor of the station detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.11
hh3cDot11WIPSDctStaRadioType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSRadioType
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64), dot11gac(128)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio type used by the detected station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.12
hh3cDot11WIPSDctStaRptSensorNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of sensors that have detected the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.13
hh3cDot11WIPSDctStaWorkChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSChannel
  SYNTAX	Integer32 (1..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio channel that the WIPS sensor detected
        the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.15.2.2.1.14
hh3cDot11WIPSDctStaIsCountered OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether WIPS has taken countermeasures
         on the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDctStaTable(2) hh3cDot11WIPSDctStaEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.15.2.3
hh3cDot11WIPSApAssoCltTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about associated client by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.3.1
hh3cDot11WIPSApAssoCltEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSApAssoCltVSDName, hh3cDot11WIPSApAssoCltApMacAddr, hh3cDot11WIPSApAssoCltClMacAddr }
  DESCRIPTION	"Each entry contains information about a associated client by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApAssoCltTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.3.1.1
hh3cDot11WIPSApAssoCltVSDName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the virtual security domain in
         which the client had Associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApAssoCltTable(3) hh3cDot11WIPSApAssoCltEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.3.1.2
hh3cDot11WIPSApAssoCltApMacAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApAssoCltTable(3) hh3cDot11WIPSApAssoCltEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.3.1.3
hh3cDot11WIPSApAssoCltClMacAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the Client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApAssoCltTable(3) hh3cDot11WIPSApAssoCltEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.3.1.4
hh3cDot11WIPSApAssoCltIsAsso OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether WIPS had taken associated on the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApAssoCltTable(3) hh3cDot11WIPSApAssoCltEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.4
hh3cDot11WIPSApRpSenTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about AP report sensors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.4.1
hh3cDot11WIPSApRpSenEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSApRpSenVsdName, hh3cDot11WIPSApRpSenMacAddr, hh3cDot11WIPSApRpSenName }
  DESCRIPTION	"Each entry contains information about one device in a VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApRpSenTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.4.1.1
hh3cDot11WIPSApRpSenVsdName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of the VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApRpSenTable(4) hh3cDot11WIPSApRpSenEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.4.1.2
hh3cDot11WIPSApRpSenMacAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApRpSenTable(4) hh3cDot11WIPSApRpSenEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.4.1.3
hh3cDot11WIPSApRpSenName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApRpSenTable(4) hh3cDot11WIPSApRpSenEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.4.1.4
hh3cDot11WIPSApRpSenRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApRpSenTable(4) hh3cDot11WIPSApRpSenEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.4.1.5
hh3cDot11WIPSApRpSenRssi OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the rssi of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApRpSenTable(4) hh3cDot11WIPSApRpSenEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.2.4.1.6
hh3cDot11WIPSApRpSenChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApRpSenTable(4) hh3cDot11WIPSApRpSenEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.2.4.1.7
hh3cDot11WIPSApRpSenFirstRpTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the first report time of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApRpSenTable(4) hh3cDot11WIPSApRpSenEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.2.4.1.8
hh3cDot11WIPSApRpSenLastRpTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the last report time of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSApRpSenTable(4) hh3cDot11WIPSApRpSenEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.2.5
hh3cDot11WIPSCtmRecTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides information about virtual security domains (VSDs)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 5 }

.1.3.6.1.4.1.25506.2.75.15.2.5.1
hh3cDot11WIPSCtmRecEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSCtmRecVsdName, hh3cDot11WIPSCtmRecMacAddress, hh3cDot11WIPSCtmRecCount }
  DESCRIPTION	"Each entry contains information about one VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmRecTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.5.1.1
hh3cDot11WIPSCtmRecVsdName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of the virtual security domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmRecTable(5) hh3cDot11WIPSCtmRecEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.5.1.2
hh3cDot11WIPSCtmRecMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmRecTable(5) hh3cDot11WIPSCtmRecEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.5.1.3
hh3cDot11WIPSCtmRecCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the count of countermeasure record."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmRecTable(5) hh3cDot11WIPSCtmRecEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.5.1.4
hh3cDot11WIPSCtmRecSensorName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the name of countermeasure sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmRecTable(5) hh3cDot11WIPSCtmRecEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.5.1.5
hh3cDot11WIPSCtmRecDeviceType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSDeviceType
  SYNTAX	INTEGER {ap(1), client(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type of device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmRecTable(5) hh3cDot11WIPSCtmRecEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.2.5.1.6
hh3cDot11WIPSCtmRecClassifyType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSClassifyType
  SYNTAX	INTEGER {none(1), authorizedap(2), misconfiguredap(3), rogueap(4), externalap(5), adhoc(6), meshap(7), potentialauthorizedap(8), potentialrogueap(9), potentialexternalap(10), uncategorizedap(11), authorizedclient(12), unauthorizedclient(13), misassociaionclient(14), uncategorizedclient(15)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type of device classification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmRecTable(5) hh3cDot11WIPSCtmRecEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.2.5.1.7
hh3cDot11WIPSCtmRecRadioId OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio ID of countermeasure sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmRecTable(5) hh3cDot11WIPSCtmRecEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.2.5.1.8
hh3cDot11WIPSCtmRecCounterTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time of countermeasure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmRecTable(5) hh3cDot11WIPSCtmRecEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.2.7
hh3cDot11WIPSDevTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains variedly devices type information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 7 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1
hh3cDot11WIPSDevEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSDevVSDName }
  DESCRIPTION	"Each entry contains one type of devices information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.1
hh3cDot11WIPSDevVSDName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the virtual security domain in one type device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.2
hh3cDot11WIPSDevTotalApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.3
hh3cDot11WIPSDevTotalClinetNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.4
hh3cDot11WIPSDevAuthApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected authenticated AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.5
hh3cDot11WIPSDevMisConfigApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected misconfiguration AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.6
hh3cDot11WIPSDevRogueApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected rouge AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.7
hh3cDot11WIPSDevExternalApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected external AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.8
hh3cDot11WIPSDevAdhocNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected ad-hoc AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.9
hh3cDot11WIPSDevMeshApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected mesh-AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.10
hh3cDot11WIPSDevpotenAuthApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected potential authenticated AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.11
hh3cDot11WIPSDevpotenRogueApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected potential rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.12
hh3cDot11WIPSDevPotenExtApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected potential external AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.13
hh3cDot11WIPSDevUncateApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected uncategorized AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.14
hh3cDot11WIPSDevAuthClinetNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected authenticated clinet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.15
hh3cDot11WIPSDevUnauthClinetNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected unauthenticated client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.16
hh3cDot11WIPSDevMisAssocltNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected misassociated client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.15.2.7.1.17
hh3cDot11WIPSDevUncatecltNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected uncategorized client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSDevTable(7) hh3cDot11WIPSDevEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.15.2.8
hh3cDot11WIPSCtmDevTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about countermeasure device in a VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 8 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1
hh3cDot11WIPSCtmDevEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSCtmDevVsdName }
  DESCRIPTION	"Each entry contains countermeasure information about device in a VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.1
hh3cDot11WIPSCtmDevVsdName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the vsd name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.2
hh3cDot11WIPSCtmDevTotalApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of coutermeasured AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.3
hh3cDot11WIPSCtmDevTotalStaNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of coutermeasured client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.4
hh3cDot11WIPSCtmDevMisCfgApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured misconfiguration AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.5
hh3cDot11WIPSCtmDevRogueApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured rouge AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.6
hh3cDot11WIPSCtmDevExternalApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured external AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.7
hh3cDot11WIPSCtmDevpotAuthApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured potential authenticated AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.8
hh3cDot11WIPSCtmDevpotRguApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured potential rogue AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.9
hh3cDot11WIPSCtmDevpotenExtApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured potential external AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.10
hh3cDot11WIPSCtmDevUncateApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured uncategorized AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.11
hh3cDot11WIPSCtmDevUnauthStaNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured unauthenticated client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.12
hh3cDot11WIPSCtmDevMisAssCltNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured misassociated client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.13
hh3cDot11WIPSCtmDevUncatecltNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured uncategorized client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.14
hh3cDot11WIPSCtmDevAttackerNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of coutermeasured attackers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.15
hh3cDot11WIPSCtmDevManuNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of manual coutermeasure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.15.2.8.1.16
hh3cDot11WIPSCtmDevStaCauseByAP OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of station caused by coutermeasured AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCtmDevTable(8) hh3cDot11WIPSCtmDevEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.15.2.11
hh3cDot11WIPSCltRptApTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about stations Report by Sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 11 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1
hh3cDot11WIPSCltRptApEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSCltRptApVSDName, hh3cDot11WIPSCltRptApDevMac, hh3cDot11WIPSCltRptApSensorName }
  DESCRIPTION	"Each entry contains information about a probe station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1.1
hh3cDot11WIPSCltRptApVSDName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the virtual security domain in
         which the client was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) hh3cDot11WIPSCltRptApEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1.2
hh3cDot11WIPSCltRptApDevMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the device MAC address of the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) hh3cDot11WIPSCltRptApEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1.3
hh3cDot11WIPSCltRptApSensorName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the sensor name in which the client was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) hh3cDot11WIPSCltRptApEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1.4
hh3cDot11WIPSCltReportApRadioId OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio id that have detected the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) hh3cDot11WIPSCltRptApEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1.5
hh3cDot11WIPSCltRptApRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the RSSI of the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) hh3cDot11WIPSCltRptApEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1.6
hh3cDot11WIPSCltRptApWorkChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WIPSChannel
  SYNTAX	Integer32 (1..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio channel that
         the WIPS sensor detected the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) hh3cDot11WIPSCltRptApEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1.7
hh3cDot11WIPSCltRptApFirstTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the First Report Time of the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) hh3cDot11WIPSCltRptApEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1.8
hh3cDot11WIPSCltRptApLastTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the Last Report Time of the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) hh3cDot11WIPSCltRptApEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.2.11.1.9
hh3cDot11WIPSCltRptApAssocMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the association MAC address of the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSCltRptApTable(11) hh3cDot11WIPSCltRptApEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.15.2.12
hh3cDot11WIPSNatDtcCltTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about NAT client detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 12 }

.1.3.6.1.4.1.25506.2.75.15.2.12.1
hh3cDot11WIPSNatDtcCltEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSNatDtcCltMac }
  DESCRIPTION	"Each entry contains information about a NAT detect client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSNatDtcCltTable(12) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.12.1.1
hh3cDot11WIPSNatDtcCltMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the NAT detect client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSNatDtcCltTable(12) hh3cDot11WIPSNatDtcCltEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.12.1.2
hh3cDot11WIPSNatDtcCltFirstTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the first report time of the NAT detect client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSNatDtcCltTable(12) hh3cDot11WIPSNatDtcCltEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.12.1.3
hh3cDot11WIPSNatDtcCltLastTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the last report time of the NAT detect client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSNatDtcCltTable(12) hh3cDot11WIPSNatDtcCltEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.12.1.4
hh3cDot11WIPSNatDtcCltDuraTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duration of the NAT detect client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSNatDtcCltTable(12) hh3cDot11WIPSNatDtcCltEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.13
hh3cDot11WIPSAckStaTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about attack statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) 13 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1
hh3cDot11WIPSAckStaEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WIPSAckStaSensorName }
  DESCRIPTION	"Each entry contains information about
         a attack statistics on the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.1
hh3cDot11WIPSAckStaSensorName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the sensor name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.2
hh3cDot11WIPSAckStaAssReqFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of association request packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.3
hh3cDot11WIPSAckStaAuthFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of authentication packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.4
hh3cDot11WIPSAckStaBeaconFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of beacon packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.5
hh3cDot11WIPSAckStaBlkAckFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of block ack packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.6
hh3cDot11WIPSAckStaCtsFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of cts packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.7
hh3cDot11WIPSAckStaDeauthFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of deauthentication packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.8
hh3cDot11WIPSAckStaDisassFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of disassociation packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.9
hh3cDot11WIPSAckStaEpolSatFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of eapol-start packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.10
hh3cDot11WIPSAckStaNullDataFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of null-data packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.11
hh3cDot11WIPSAckStaProReqFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of probe request packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.12
hh3cDot11WIPSAckStaReassFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of
         reassociation request packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.13
hh3cDot11WIPSAckStaRtsFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of rts packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.14
hh3cDot11WIPSAckStaEapLgoffFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of eapol-logoff packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.15
hh3cDot11WIPSAckStaEapFailFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of eap-failure packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.16
hh3cDot11WIPSAckStaEapSucFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of eap-success packet flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.17
hh3cDot11WIPSAckStaDupIeMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of duplicated IE malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.18
hh3cDot11WIPSAckStaFataJackMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of fata jack malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.19
hh3cDot11WIPSAckStaEssMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of illegal IBSS ESS malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.20
hh3cDot11WIPSAckStaInvComMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of
         invalid address combination malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.21
hh3cDot11WIPSAckStaInvAssReqMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of
         invalid authentication request malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.22
hh3cDot11WIPSAckStaInvAuthMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of invalid authentication malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 22 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.23
hh3cDot11WIPSAckStaInvDeauthMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of
         invalid deauthentication code malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 23 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.24
hh3cDot11WIPSAckStaInvDisMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of invalid disassocited code malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 24 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.25
hh3cDot11WIPSAckStaInvHtIeMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of invalid HT IE malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 25 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.26
hh3cDot11WIPSAckStaInvIeLenMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of invalid IE length malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 26 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.27
hh3cDot11WIPSAckStaInvPktLthMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of invalid packet length malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 27 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.28
hh3cDot11WIPSAckStaLgeDutMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of large duration malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 28 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.29
hh3cDot11WIPSAckStaNProRespMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of null probe response malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 29 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.30
hh3cDot11WIPSAckStaOverflEapMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of overflow eapol key malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 30 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.31
hh3cDot11WIPSAckStaOverfSsidMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of overflow SSID malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 31 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.32
hh3cDot11WIPSAckStaRedundIeMalf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of redundant IE malform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 32 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.33
hh3cDot11WIPSAckStaApSpoofAp OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of AP spoof AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 33 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.34
hh3cDot11WIPSAckStaApSpoofclt OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of AP spoof client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 34 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.35
hh3cDot11WIPSAckStaApSpoofAdhoc OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of AP spoof adhoc."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 35 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.36
hh3cDot11WIPSAckStaAdhocSpoofAp OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of adhoc spoof AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 36 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.37
hh3cDot11WIPSAckStacltSpoofAp OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of client spoof AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 37 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.38
hh3cDot11WIPSAckStaWeakIv OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of weak-iv."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 38 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.39
hh3cDot11WIPSAckStaApRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of AP rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 39 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.40
hh3cDot11WIPSAckStacltRate OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of client rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 40 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.41
hh3cDot11WIPSAckStaSignatureRule OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of signature detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 41 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.42
hh3cDot11WIPSAckSta40Mhz OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of 40MHZ detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 42 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.43
hh3cDot11WIPSAckStaPowerSave OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of power save detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 43 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.44
hh3cDot11WIPSAckStaWinBdg OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of window bridge detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 44 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.45
hh3cDot11WIPSAckStaOmerta OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of omerta detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 45 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.46
hh3cDot11WIPSAckStaSoftAp OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of soft AP detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 46 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.47
hh3cDot11WIPSAckStaBroadDis OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of broadcast diassociated detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 47 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.48
hh3cDot11WIPSAckStaBroadDeauth OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of broadcast deauthentication detect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 48 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.49
hh3cDot11WIPSAckStaApImp OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of AP impersonate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 49 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.50
hh3cDot11WIPSAckStaHtGreenField OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of HT green field."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 50 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.51
hh3cDot11WIPSAckStaWireBdg OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of wireless bridge."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 51 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.52
hh3cDot11WIPSAckStaApFld OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of AP flood."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 52 }

.1.3.6.1.4.1.25506.2.75.15.2.13.1.53
hh3cDot11WIPSAckStaAssociaOverf OBJECT-TYPE
  -- FROM	HH3C-DOT11-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the statistics number of associated overflow."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WIPS(15) hh3cDot11WIPSDataGroup(2) hh3cDot11WIPSAckStaTable(13) hh3cDot11WIPSAckStaEntry(1) 53 }

.1.3.6.1.4.1.25506.2.75.16
hh3cDot11WM2U MODULE-IDENTITY
  -- FROM	HH3C-DOT11-WM2U-MIB
  DESCRIPTION	"This MIB provides information about the WM2U feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 16 }

.1.3.6.1.4.1.25506.2.75.16.1
hh3cDot11WM2UConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.1
hh3cDot11WM2USrvTempStatesTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the enable status of WM2U in service templates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.1.1
hh3cDot11WM2USrvTempStatesEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WM2USrvTempName, hh3cDot11WM2USrvTempAddressType }
  DESCRIPTION	"Each entry contains the enable status of WM2U in a service template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2USrvTempStatesTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.1.1.1
hh3cDot11WM2USrvTempName OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of the service template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2USrvTempStatesTable(1) hh3cDot11WM2USrvTempStatesEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.1.1.2
hh3cDot11WM2USrvTempAddressType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2USrvTempStatesTable(1) hh3cDot11WM2USrvTempStatesEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.1.1.1.3
hh3cDot11WM2USrvTempState OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WM2UEnableStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of WM2U."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2USrvTempStatesTable(1) hh3cDot11WM2USrvTempStatesEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.1.2
hh3cDot11WM2UAgingTimeTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains WM2U entry aging information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.1.2.1
hh3cDot11WM2UAgingTimeEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WM2UAgingAddressType }
  DESCRIPTION	"Each entry contains the aging time for an address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UAgingTimeTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.2.1.1
hh3cDot11WM2UAgingAddressType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UAgingTimeTable(2) hh3cDot11WM2UAgingTimeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.2.1.2
hh3cDot11WM2UAgingTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	Unsigned32 (60..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the aging time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UAgingTimeTable(2) hh3cDot11WM2UAgingTimeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.1.2.1.3
hh3cDot11WM2UAgingTimeState OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WM2UEnableStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The configuration status of the aging time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UAgingTimeTable(2) hh3cDot11WM2UAgingTimeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.1.3
hh3cDot11WM2UClientEtyLmtTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the WM2U entry limit for each client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.1.3.1
hh3cDot11WM2UClientEtyLmtEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WM2UClientEtyAddrType }
  DESCRIPTION	"Each entry contains the WM2U entry limit for each client of an
        address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UClientEtyLmtTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.3.1.1
hh3cDot11WM2UClientEtyAddrType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UClientEtyLmtTable(3) hh3cDot11WM2UClientEtyLmtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.3.1.2
hh3cDot11WM2UClientValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	Unsigned32 (8..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum number of WM2U entries for each client of the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UClientEtyLmtTable(3) hh3cDot11WM2UClientEtyLmtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.1.3.1.3
hh3cDot11WM2UClientState OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WM2UEnableStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of the per-client WM2U entry limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UClientEtyLmtTable(3) hh3cDot11WM2UClientEtyLmtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.1.4
hh3cDot11WM2UGlobalEtyLmtTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the WM2U table size."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.75.16.1.4.1
hh3cDot11WM2UGlobalEtyLmtEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WM2UGlobalEtyAddrType }
  DESCRIPTION	"Each entry contains the WM2U table size for an address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UGlobalEtyLmtTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.4.1.1
hh3cDot11WM2UGlobalEtyAddrType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UGlobalEtyLmtTable(4) hh3cDot11WM2UGlobalEtyLmtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.4.1.2
hh3cDot11WM2UGlobalValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	Unsigned32 (8..8192) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"WM2U table size(The maximum number of entries that the WM2U table
        can contain)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UGlobalEtyLmtTable(4) hh3cDot11WM2UGlobalEtyLmtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.1.4.1.3
hh3cDot11WM2UGlobalState OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WM2UEnableStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of the WM2U table size setting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UGlobalEtyLmtTable(4) hh3cDot11WM2UGlobalEtyLmtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.1.5
hh3cDot11WM2UFwdClientLmtsTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains the limit on the number of clients of each address
        type in the WM2U table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.75.16.1.5.1
hh3cDot11WM2UFwdClientLmtsEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WM2UFwdClientAddrType }
  DESCRIPTION	"Each entry contains the limit on the number of clients of an address
        type in the WM2U table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UFwdClientLmtsTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.5.1.1
hh3cDot11WM2UFwdClientAddrType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UFwdClientLmtsTable(5) hh3cDot11WM2UFwdClientLmtsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.5.1.2
hh3cDot11WM2UFwdClientValue OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	Unsigned32 (1..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Limit on the number of clients of the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UFwdClientLmtsTable(5) hh3cDot11WM2UFwdClientLmtsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.1.5.1.3
hh3cDot11WM2UFwdClientAction OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WM2UAction
  SYNTAX	INTEGER {drop(1), unicast(2), multicast(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Action to take when the number of clients exceeds the limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UFwdClientLmtsTable(5) hh3cDot11WM2UFwdClientLmtsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.1.5.1.4
hh3cDot11WM2UFwdClientState OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WM2UEnableStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of the client limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2UFwdClientLmtsTable(5) hh3cDot11WM2UFwdClientLmtsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.16.1.6
hh3cDot11WM2URateLimitsTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains multicast packet rate limit information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.75.16.1.6.1
hh3cDot11WM2URateLimitsEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WM2URateLmtsAddrType }
  DESCRIPTION	"Each entry contains the packet rate limit for an address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2URateLimitsTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.6.1.1
hh3cDot11WM2URateLmtsAddrType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2URateLimitsTable(6) hh3cDot11WM2URateLimitsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.1.6.1.2
hh3cDot11WM2UInterval OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	Unsigned32 (60..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Interval for calculating the incoming multicast packet rate,
         unit for seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2URateLimitsTable(6) hh3cDot11WM2URateLimitsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.1.6.1.3
hh3cDot11WM2UThreshold OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	Unsigned32 (1..100000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Threshold on the number of multicast packets received over the
        specified interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2URateLimitsTable(6) hh3cDot11WM2URateLimitsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.1.6.1.4
hh3cDot11WM2URateLmtsState OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WM2UEnableStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of IGMP packet rate limiting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UConfigGroup(1) hh3cDot11WM2URateLimitsTable(6) hh3cDot11WM2URateLimitsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.16.2
hh3cDot11WM2UDataGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) 2 }

.1.3.6.1.4.1.25506.2.75.16.2.1
hh3cDot11WM2UClientsTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains WM2U client information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.16.2.1.1
hh3cDot11WM2UClientsEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WM2UClientMacAddress }
  DESCRIPTION	"Each entry contains information about a client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UClientsTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.2.1.1.1
hh3cDot11WM2UClientMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Client MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UClientsTable(1) hh3cDot11WM2UClientsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.2.1.1.2
hh3cDot11WM2UDuration OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time that has elapsed since the client was discovered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UClientsTable(1) hh3cDot11WM2UClientsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.2.1.1.3
hh3cDot11WM2UGroupNum4 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IGMP multicast groups that the client has joined."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UClientsTable(1) hh3cDot11WM2UClientsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.2.1.1.4
hh3cDot11WM2UGroupNum6 OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MLD multicast groups that the client has joined."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UClientsTable(1) hh3cDot11WM2UClientsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.16.2.2
hh3cDot11WM2UGroupsTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains WM2U group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.16.2.2.1
hh3cDot11WM2UGroupsEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WM2UGrpMacAddress, hh3cDot11WM2UGrpAddressType, hh3cDot11WM2UAddress }
  DESCRIPTION	"Each entry contains information about each group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UGroupsTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.16.2.2.1.1
hh3cDot11WM2UGrpMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Client MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UGroupsTable(2) hh3cDot11WM2UGroupsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.2.2.1.2
hh3cDot11WM2UGrpAddressType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UGroupsTable(2) hh3cDot11WM2UGroupsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.2.2.1.3
hh3cDot11WM2UAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Multicast group address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UGroupsTable(2) hh3cDot11WM2UGroupsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.2.2.1.4
hh3cDot11WM2UVersion OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WM2UGroupVersion
  SYNTAX	INTEGER {igmpv1orv2(1), igmpv3(2), mldv1(3), mldv2(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of the group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UGroupsTable(2) hh3cDot11WM2UGroupsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.16.2.2.1.5
hh3cDot11WM2UMode OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION Hh3cDot11WM2UGroupMode
  SYNTAX	INTEGER {include(1), exclude(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source filtering mode of the group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UGroupsTable(2) hh3cDot11WM2UGroupsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.16.2.2.1.6
hh3cDot11WM2USourceNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of multicast sources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UGroupsTable(2) hh3cDot11WM2UGroupsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.16.2.2.1.7
hh3cDot11WM2UGrpDurLastRefTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time that has elapsed since the multicast group
        entry was created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2UGroupsTable(2) hh3cDot11WM2UGroupsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.16.2.3
hh3cDot11WM2USourcesTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains WM2U source information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) 3 }

.1.3.6.1.4.1.25506.2.75.16.2.3.1
hh3cDot11WM2USourcesEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11WM2USrcMacAddress, hh3cDot11WM2USrcAddressType, hh3cDot11WM2UGroupAddress, hh3cDot11WM2USourceAddress }
  DESCRIPTION	"Each entry contains information about a multicast source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2USourcesTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.16.2.3.1.1
hh3cDot11WM2USrcMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Client MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2USourcesTable(3) hh3cDot11WM2USourcesEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.16.2.3.1.2
hh3cDot11WM2USrcAddressType OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2USourcesTable(3) hh3cDot11WM2USourcesEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.16.2.3.1.3
hh3cDot11WM2UGroupAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Multicast group address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2USourcesTable(3) hh3cDot11WM2USourcesEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.16.2.3.1.4
hh3cDot11WM2USourceAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Source address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2USourcesTable(3) hh3cDot11WM2USourcesEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.16.2.3.1.5
hh3cDot11WM2USrcDurLastRefTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-WM2U-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time that has elapsed since the source was added
        to the multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11WM2U(16) hh3cDot11WM2UDataGroup(2) hh3cDot11WM2USourcesTable(3) hh3cDot11WM2USourcesEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.17
hh3cDot11PROBE MODULE-IDENTITY
  -- FROM	HH3C-DOT11-PROBE-MIB
  DESCRIPTION	"This MIB provides information about the probing feature.
        Probing is designed to detect wireless devices around a sensor.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 17 }

.1.3.6.1.4.1.25506.2.75.17.1
hh3cDot11PROBEConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) 1 }

.1.3.6.1.4.1.25506.2.75.17.1.1
hh3cDot11PROBERadioCfgTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the configuration of probing enable status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.1.1.1
hh3cDot11PROBERadioCfgEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11PROBERadioCfgApName, hh3cDot11PROBERadioCfgRadioId }
  DESCRIPTION	"Each entry contains the enable status of probing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEConfigGroup(1) hh3cDot11PROBERadioCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.1.1.1.1
hh3cDot11PROBERadioCfgApName OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the AP name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEConfigGroup(1) hh3cDot11PROBERadioCfgTable(1) hh3cDot11PROBERadioCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.1.1.1.2
hh3cDot11PROBERadioCfgRadioId OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the radio ID of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEConfigGroup(1) hh3cDot11PROBERadioCfgTable(1) hh3cDot11PROBERadioCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.17.1.1.1.3
hh3cDot11PROBERadioCfgStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBEEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The enable status of probing configuration on the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEConfigGroup(1) hh3cDot11PROBERadioCfgTable(1) hh3cDot11PROBERadioCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.17.2
hh3cDot11PROBEDataGroup OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) 2 }

.1.3.6.1.4.1.25506.2.75.17.2.1
hh3cDot11PROBEClientTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about clients detected by probing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1
hh3cDot11PROBEClientEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11PROBEClientMac }
  DESCRIPTION	"Each entry contains information about a client detected by probing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.1
hh3cDot11PROBEClientMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the client detected by probing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.2
hh3cDot11PROBEClientBSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the BSSID with which the detected client is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.3
hh3cDot11PROBEClientSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SSID with which the detected client is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.4
hh3cDot11PROBEClientIsDiss OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the detected client is disassociated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.5
hh3cDot11PROBEClientStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBEDevStatus
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.6
hh3cDot11PROBEClientDuratTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duration of the detected client status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.7
hh3cDot11PROBEClientVendor OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.8
hh3cDot11PROBEClientRptApNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of sensors that have detected the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.9
hh3cDot11PROBEClientWorkChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBEChannel
  SYNTAX	Integer32 (1..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel on which the sensor detected
        the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.10
hh3cDot11PROBEClientRSSIMax OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum RSSI of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.11
hh3cDot11PROBEClientRSSIMin OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the minimum RSSI of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.12
hh3cDot11PROBEClientRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the RSSI of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.13
hh3cDot11PROBEClientFirstTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the First Report Time of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.17.2.1.1.14
hh3cDot11PROBEClientLastTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the Last Report Time of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEClientTable(1) hh3cDot11PROBEClientEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.17.2.2
hh3cDot11PROBEStatTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains statistic information about detected clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) 2 }

.1.3.6.1.4.1.25506.2.75.17.2.2.1
hh3cDot11PROBEStatEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11PROBEStatTime }
  DESCRIPTION	"Each entry contains statistic information about a detected station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.2.1.1
hh3cDot11PROBEStatTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the statistics collection time of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEStatTable(2) hh3cDot11PROBEStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.2.1.2
hh3cDot11PROBEStatRssiMaxNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum RSSI of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEStatTable(2) hh3cDot11PROBEStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.17.2.2.1.3
hh3cDot11PROBEStatRssiMiddleNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the medium RSSI of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEStatTable(2) hh3cDot11PROBEStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.17.2.2.1.4
hh3cDot11PROBEStatRssiMinNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the minimum RSSI of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEStatTable(2) hh3cDot11PROBEStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.17.2.2.1.5
hh3cDot11PROBEStatTotalNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total number of detected clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEStatTable(2) hh3cDot11PROBEStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.17.2.2.1.6
hh3cDot11PROBEStatAssocNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected associated clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEStatTable(2) hh3cDot11PROBEStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.17.2.2.1.7
hh3cDot11PROBEStatDissocNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of detected disassociated clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEStatTable(2) hh3cDot11PROBEStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.17.2.3
hh3cDot11PROBEApTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about AP detected by probing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) 3 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1
hh3cDot11PROBEApEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11PROBEApMacAddress }
  DESCRIPTION	"Each entry contains information about a detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.1
hh3cDot11PROBEApMacAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.2
hh3cDot11PROBEApSsid OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SSID of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.3
hh3cDot11PROBEApStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBEDevStatus
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the device status of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.4
hh3cDot11PROBEApStatusDuTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the last report time of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.5
hh3cDot11PROBEApVendor OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.6
hh3cDot11PROBEApRadioType OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBERadioType
  SYNTAX	INTEGER {dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64), dot11gac(128)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio type used by the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.7
hh3cDot11PROBEApSecurityType OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBESecurityType
  SYNTAX	Integer32 (1..255) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the security suites of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.8
hh3cDot11PROBEApEncryMethod OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBEEncryptMethod
  SYNTAX	Integer32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the encryption method used by the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.9
hh3cDot11PROBEApAuthMethod OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBEAuthMethod
  SYNTAX	Integer32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the authentication method used by the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.10
hh3cDot11PROBEApIsBroadSSID OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the support of the detected AP for broadcasting the SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.11
hh3cDot11PROBEApQosSupport OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the support of the detected AP for QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.12
hh3cDot11PROBEApBeaconIntvl OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the beacon interval of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.13
hh3cDot11PROBEApUpDuration OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the amount of time that has elapsed since AP
        started to work, which is calculated by using beacon/probe
        response frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.14
hh3cDot11PROBEApSCWS OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the support for channel bandwidth of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.15
hh3cDot11PROBEApRptSensorNum OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of sensors that have detected the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 15 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.16
hh3cDot11PROBEApChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBEChannel
  SYNTAX	Integer32 (1..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio channel on which the detected AP operates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 16 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.17
hh3cDot11PROBEApRSSIMax OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the maximum RSSI of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 17 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.18
hh3cDot11PROBEApRSSIMin OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the minimum RSSI of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 18 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.19
hh3cDot11PROBEApRSSI OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the RSSI of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 19 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.20
hh3cDot11PROBEApFirstRptTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the first report time of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 20 }

.1.3.6.1.4.1.25506.2.75.17.2.3.1.21
hh3cDot11PROBEApLastRptTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the last report time of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApTable(3) hh3cDot11PROBEApEntry(1) 21 }

.1.3.6.1.4.1.25506.2.75.17.2.4
hh3cDot11PROBEApAssoCltTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about associated clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) 4 }

.1.3.6.1.4.1.25506.2.75.17.2.4.1
hh3cDot11PROBEApAssoCltEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11PROBEApAssoCltApMac, hh3cDot11PROBEApAssoCltCltMac }
  DESCRIPTION	"Each entry contains information about an associated client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApAssoCltTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.4.1.1
hh3cDot11PROBEApAssoCltApMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApAssoCltTable(4) hh3cDot11PROBEApAssoCltEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.4.1.2
hh3cDot11PROBEApAssoCltCltMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApAssoCltTable(4) hh3cDot11PROBEApAssoCltEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.17.2.4.1.3
hh3cDot11PROBEApAssoCltIsAsso OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the detected client has been associated with the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApAssoCltTable(4) hh3cDot11PROBEApAssoCltEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.17.2.5
hh3cDot11PROBEApRepSenTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about the sensor that detected the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) 5 }

.1.3.6.1.4.1.25506.2.75.17.2.5.1
hh3cDot11PROBEApRepSenEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11PROBEApRepSenApMac, hh3cDot11PROBEApRepSenSenName }
  DESCRIPTION	"Each entry contains information about the sensor that detected the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApRepSenTable(5) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.5.1.1
hh3cDot11PROBEApRepSenApMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApRepSenTable(5) hh3cDot11PROBEApRepSenEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.5.1.2
hh3cDot11PROBEApRepSenSenName OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApRepSenTable(5) hh3cDot11PROBEApRepSenEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.17.2.5.1.3
hh3cDot11PROBEApRepSenRadioId OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio ID of the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApRepSenTable(5) hh3cDot11PROBEApRepSenEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.17.2.5.1.4
hh3cDot11PROBEApRepSenRssi OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the RSSI of the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApRepSenTable(5) hh3cDot11PROBEApRepSenEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.17.2.5.1.5
hh3cDot11PROBEApRepSenChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBEChannel
  SYNTAX	Integer32 (1..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel on which the sensor detected
        the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApRepSenTable(5) hh3cDot11PROBEApRepSenEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.17.2.5.1.6
hh3cDot11PROBEApRepSenFirRepTim OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duration of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApRepSenTable(5) hh3cDot11PROBEApRepSenEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.17.2.5.1.7
hh3cDot11PROBEApRepSenLasRepTim OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duration of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBEApRepSenTable(5) hh3cDot11PROBEApRepSenEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.17.2.6
hh3cDot11PROBECliRepSenTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about the sensor that detected the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) 6 }

.1.3.6.1.4.1.25506.2.75.17.2.6.1
hh3cDot11PROBECliRepSenEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11PROBECliRepSenCliMac, hh3cDot11PROBECliRepSenSenName }
  DESCRIPTION	"Each entry contains information about the sensor that detected the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBECliRepSenTable(6) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.6.1.1
hh3cDot11PROBECliRepSenCliMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBECliRepSenTable(6) hh3cDot11PROBECliRepSenEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.17.2.6.1.2
hh3cDot11PROBECliRepSenSenName OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBECliRepSenTable(6) hh3cDot11PROBECliRepSenEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.17.2.6.1.3
hh3cDot11PROBECliRepSenRadioId OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio ID of the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBECliRepSenTable(6) hh3cDot11PROBECliRepSenEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.17.2.6.1.4
hh3cDot11PROBECliRepSenRssi OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the RSSI of the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBECliRepSenTable(6) hh3cDot11PROBECliRepSenEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.17.2.6.1.5
hh3cDot11PROBECliRepSenChannel OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION Hh3cDot11PROBEChannel
  SYNTAX	Integer32 (1..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel on which the sensor detected
        the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBECliRepSenTable(6) hh3cDot11PROBECliRepSenEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.17.2.6.1.6
hh3cDot11PROBECliRepSenFRepTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duration of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBECliRepSenTable(6) hh3cDot11PROBECliRepSenEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.17.2.6.1.7
hh3cDot11PROBECliRepSenLRepTime OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  SYNTAX	OCTET STRING (1..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the duration of the detected client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBECliRepSenTable(6) hh3cDot11PROBECliRepSenEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.17.2.6.1.8
hh3cDot11PROBECliRepSenAssAPMac OBJECT-TYPE
  -- FROM	HH3C-DOT11-PROBE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the associated AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11PROBE(17) hh3cDot11PROBEDataGroup(2) hh3cDot11PROBECliRepSenTable(6) hh3cDot11PROBECliRepSenEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.19
hh3cWlanFlexAppCFG MODULE-IDENTITY
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  DESCRIPTION	"This MIB provides information about WLAN application configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 19 }

.1.3.6.1.4.1.25506.2.75.19.1
hh3cWlanModuleConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) 1 }

.1.3.6.1.4.1.25506.2.75.19.1.1
hh3cWlanModuleConfigTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Administrators must configure module parameters for a module to operate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1
hh3cWlanModuleConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanAPSerialID, hh3cWlanModuleID }
  DESCRIPTION	"Each entry contains module configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1.1
hh3cWlanAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) hh3cWlanModuleConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1.2
hh3cWlanModuleID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the module ID of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) hh3cWlanModuleConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1.3
hh3cWlanModuleType OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {none(0), ble(1), iot(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the type of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) hh3cWlanModuleConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1.4
hh3cWlanModuleStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) hh3cWlanModuleConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1.5
hh3cWlanModuleReset OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {none(0), reboot(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When read the value from the node
         none: Represents the module has been rebooted and the status of the module is normal.
         When write the value to the node
         reboot: Represents module rebooting.  Other values are not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) hh3cWlanModuleConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1.6
hh3cWlanModuleRstFac OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {none(0), restore(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When read the value from the node
         none: Represents the module has been restored and the status of the module is normal.
         When write the value to the node
         restore: Represents module restoring.  Other values are not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) hh3cWlanModuleConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1.7
hh3cWlanModuleUpWareStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of module auto update."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) hh3cWlanModuleConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1.8
hh3cWlanModuleTxPower OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the packet transmit power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) hh3cWlanModuleConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.19.1.1.1.9
hh3cWlanModuleManualUpdate OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the file path for module firmware updating."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleConfigTable(1) hh3cWlanModuleConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.19.1.2
hh3cWlanModuleInfoTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains information about each module of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.1.2.1
hh3cWlanModuleInfoEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11IOTAPSerialID, hh3cDot11IOTModuleID }
  DESCRIPTION	"Each entry contains IOT module information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.19.1.2.1.1
hh3cDot11IOTAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleInfoTable(2) hh3cWlanModuleInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.1.2.1.2
hh3cDot11IOTModuleID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleInfoTable(2) hh3cWlanModuleInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.1.2.1.3
hh3cDot11IOTModuleType OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {none(0), h3c(1), iot(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the type of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleInfoTable(2) hh3cWlanModuleInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.1.2.1.4
hh3cDot11IOTModuleModel OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the model of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleInfoTable(2) hh3cWlanModuleInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.1.2.1.5
hh3cDot11IOTModuleHwVersion OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the hardware version of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleInfoTable(2) hh3cWlanModuleInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.1.2.1.6
hh3cDot11IOTModuleSwVersion OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the software version of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleInfoTable(2) hh3cWlanModuleInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.19.1.2.1.7
hh3cDot11IOTModuleSerialId OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the sequence ID of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleConfigGroup(1) hh3cWlanModuleInfoTable(2) hh3cWlanModuleInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.19.2
hh3cWlanIOTConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) 2 }

.1.3.6.1.4.1.25506.2.75.19.2.1
hh3cWlanIOTConfigTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Administrators must configure IOT parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanIOTConfigGroup(2) 1 }

.1.3.6.1.4.1.25506.2.75.19.2.1.1
hh3cWlanIOTConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanIOTAPSerialID }
  DESCRIPTION	"Each entry contains module configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanIOTConfigGroup(2) hh3cWlanIOTConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.2.1.1.1
hh3cWlanIOTAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanIOTConfigGroup(2) hh3cWlanIOTConfigTable(1) hh3cWlanIOTConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.2.1.1.2
hh3cWlanIOTEngineAdd OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the IPv4 address of the location server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanIOTConfigGroup(2) hh3cWlanIOTConfigTable(1) hh3cWlanIOTConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.2.1.1.3
hh3cWlanIOTEnginePort OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UDP port to listen for IOT messages from the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanIOTConfigGroup(2) hh3cWlanIOTConfigTable(1) hh3cWlanIOTConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.3
hh3cWlanModuleNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) 3 }

.1.3.6.1.4.1.25506.2.75.19.3.0
hh3cWlanModuleTraps OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) 0 }

.1.3.6.1.4.1.25506.2.75.19.3.0.1
hh3cWlanModuleInsertTrap NOTIFICATION-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  OBJECTS	{ hh3cWlanTrapAPMacAddress, hh3cWlanTrapModuleID, hh3cWlanTrapModulePhyType, hh3cWlanTrapModuleModel, hh3cWlanTrapModuleHwVersion, hh3cWlanTrapModuleSwVersion, hh3cWlanTrapModuleSequenceId }
  DESCRIPTION	"This notification will be generated when an IOT module is inserted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTraps(0) 1 }

.1.3.6.1.4.1.25506.2.75.19.3.0.2
hh3cWlanModuleRomveTrap NOTIFICATION-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  OBJECTS	{ hh3cWlanTrapAPMacAddress, hh3cWlanTrapModuleID, hh3cWlanTrapModulePhyType, hh3cWlanTrapModuleModel, hh3cWlanTrapModuleHwVersion, hh3cWlanTrapModuleSwVersion, hh3cWlanTrapModuleSequenceId }
  DESCRIPTION	"This notification will be generated when an IOT module is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTraps(0) 2 }

.1.3.6.1.4.1.25506.2.75.19.3.0.3
hh3cWlanModuleMissMatch NOTIFICATION-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  OBJECTS	{ hh3cWlanTrapAPMacAddress, hh3cWlanTrapModuleID, hh3cWlanTrapModuleCfgType, hh3cWlanTrapModulePhyType, hh3cWlanTrapModuleModel }
  DESCRIPTION	"This notification will be generated when the configured
         type doesn't match the module type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTraps(0) 3 }

.1.3.6.1.4.1.25506.2.75.19.3.1
hh3cWlanModuleTrapVarObjects OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) 1 }

.1.3.6.1.4.1.25506.2.75.19.3.1.1
hh3cWlanTrapAPMacAddress OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object represents the MAC address of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTrapVarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.3.1.2
hh3cWlanTrapModuleID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object represents the ID of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTrapVarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.3.1.3
hh3cWlanTrapModuleCfgType OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {none(0), h3c(1), iot(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object represents the configuration type of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTrapVarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.3.1.4
hh3cWlanTrapModulePhyType OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {none(0), h3c(1), iot(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object represents the physical type of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTrapVarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.3.1.5
hh3cWlanTrapModuleModel OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object represents the model of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTrapVarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.3.1.6
hh3cWlanTrapModuleHwVersion OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object represents the hardware version of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTrapVarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.75.19.3.1.7
hh3cWlanTrapModuleSwVersion OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object represents the software version of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTrapVarObjects(1) 7 }

.1.3.6.1.4.1.25506.2.75.19.3.1.8
hh3cWlanTrapModuleSequenceId OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object represents the sequence ID of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanModuleNotifyGroup(3) hh3cWlanModuleTrapVarObjects(1) 8 }

.1.3.6.1.4.1.25506.2.75.19.4
hh3cWlanBLEConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) 4 }

.1.3.6.1.4.1.25506.2.75.19.4.1
hh3cWlanBLEConfigTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Administrators must configure Bluetooth Low Energy (BLE) parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) 1 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1
hh3cWlanBLEConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanBLEAPSerialID }
  DESCRIPTION	"Each entry contains BLE location configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.1
hh3cWlanBLEAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.2
hh3cWlanBLEStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of BLE location."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.3
hh3cWlanBLEEngineAdd OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the server's IPv4 address to which BLE messages are sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.4
hh3cWlanBLEEnginePort OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UDP port of the location server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.5
hh3cWlanBLEVendorPort OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UDP port to listen for BLE messages from the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.6
hh3cWlanBLERssiStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of BLE RSSI-based packet filtering."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.7
hh3cWlanBLERssiThreshold OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (5..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the max RSSI value of clients' packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.8
hh3cWlanBLEConnectPassword OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0 | 4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the BLE module connection password."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.9
hh3cWlanBLECommandPassword OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0 | 12) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the BLE module command password."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.10
hh3cWlanBLEReportStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of BLE location reporting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.11
hh3cWlanBLEReportInterval OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..86400) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the interval at which an AP sends BLE messages to the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.12
hh3cWlanBLEAgingTime OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (60..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the aging time for iBeacon devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.13
hh3cWlanBLERealTimeReportStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of BLE realtime reporting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.19.4.1.1.14
hh3cWlanBLERealTimePrefix OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0 | 8..18) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the manufacturer prefix of BLE devices to
         be located.  The prefix must be an even number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEConfigTable(1) hh3cWlanBLEConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.19.4.2
hh3cWlanBLEModuleConfigTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Administrators must configure BLE module parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) 2 }

.1.3.6.1.4.1.25506.2.75.19.4.2.1
hh3cWlanBLEModuleConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanBLEModuleAPSerialID, hh3cWlanBLEModuleID }
  DESCRIPTION	"Each entry contains BLE module configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEModuleConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.19.4.2.1.1
hh3cWlanBLEModuleAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEModuleConfigTable(2) hh3cWlanBLEModuleConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.4.2.1.2
hh3cWlanBLEModuleID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the ID of a module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEModuleConfigTable(2) hh3cWlanBLEModuleConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.4.2.1.3
hh3cWlanBLEAdvReportStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of BLE advertisement reporting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEModuleConfigTable(2) hh3cWlanBLEModuleConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.4.2.1.4
hh3cWlanBLEAdvReportInterval OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (50..1000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the interval at which a BLE module sends advertisement packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEModuleConfigTable(2) hh3cWlanBLEModuleConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.4.2.1.5
hh3cWlanBLEAdvUUID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0 | 32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UUID of BLE advertisement packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEModuleConfigTable(2) hh3cWlanBLEModuleConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.4.2.1.6
hh3cWlanBLEAdvMajorID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the major ID of BLE advertisement packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEModuleConfigTable(2) hh3cWlanBLEModuleConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.19.4.2.1.7
hh3cWlanBLEAdvMinorID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the minor ID of BLE advertisement packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanBLEConfigGroup(4) hh3cWlanBLEModuleConfigTable(2) hh3cWlanBLEModuleConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.19.5
hh3cWlanAEConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) 5 }

.1.3.6.1.4.1.25506.2.75.19.5.1
hh3cWlanAEConfigTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Administrators must configure AeroScout (AE) parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) 1 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1
hh3cWlanAEConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanAEAPSerialID }
  DESCRIPTION	"Each entry contains AE location configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.1
hh3cWlanAEAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.2
hh3cWlanAEStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of AE location."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.3
hh3cWlanAEEngineAddr OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the server's IPv4 address to which AE messages are sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.4
hh3cWlanAEEnginePort OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UDP port of the location server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.5
hh3cWlanAEVendorPort OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UDP port to listen for AE messages from the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.6
hh3cWlanAETimeStamp OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {absolute(1), relative(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of timestamp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.7
hh3cWlanAEVersion OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {v2(2), v3(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the version of the AE protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.8
hh3cWlanAETagMultiAddr OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents Tag's multicast MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.9
hh3cWlanAEEngineDetection OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the location mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.19.5.1.1.10
hh3cWlanAEReportMode OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {local(1), central(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the report mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAEConfigTable(1) hh3cWlanAEConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.19.5.2
hh3cWlanAERadioConfigTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Administrators must configure AE parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) 2 }

.1.3.6.1.4.1.25506.2.75.19.5.2.1
hh3cWlanAERadioConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanAERadioAPSerialID, hh3cWlanAEAPRadioID }
  DESCRIPTION	"Each entry contains AE location configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAERadioConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.19.5.2.1.1
hh3cWlanAERadioAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAERadioConfigTable(2) hh3cWlanAERadioConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.5.2.1.2
hh3cWlanAEAPRadioID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the ID of a radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAERadioConfigTable(2) hh3cWlanAERadioConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.5.2.1.3
hh3cWlanAERadioStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of radio-based location."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAERadioConfigTable(2) hh3cWlanAERadioConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.5.2.1.4
hh3cWlanAEMUStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the status of MU message reporting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAERadioConfigTable(2) hh3cWlanAERadioConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.5.2.1.5
hh3cWlanAETagStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the status of Tag message reporting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanAEConfigGroup(5) hh3cWlanAERadioConfigTable(2) hh3cWlanAERadioConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.6
hh3cWlanCommonConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) 6 }

.1.3.6.1.4.1.25506.2.75.19.6.1
hh3cWlanCommonConfigTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Administrators must configure common parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) 1 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1
hh3cWlanCommonConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanCommonAPSerialID }
  DESCRIPTION	"Each entry contains common configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.1
hh3cWlanCommonAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.2
hh3cWlanDilutionStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of packet dilution."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.3
hh3cWlanDilutionFactor OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..10000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the packet dilution factor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.4
hh3cWlanDilutionTimeout OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..60) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the packet dilution timeout."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.5
hh3cWlanIgnoreBeacon OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of beacon ignoring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.6
hh3cWlanRateLimitStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of location packet rate limiting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.7
hh3cWlanRateLimitCir OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0 | 8..1300000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the CIR for sending location packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.8
hh3cWlanRateLimitCbs OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0 | 500..130000000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the CBS for sending location packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.9
hh3cWlanClientRateLimitStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of client packet rate limiting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.10
hh3cWlanClientRateLimitCir OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..1300000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the CIR for receiving client packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.11
hh3cWlanClientRateLimitCbs OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0 | 80..130000000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the CBS for receiving client packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.12
hh3cWlanRssiStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of RSSI-based packet filtering."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.13
hh3cWlanRssiThreshold OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (5..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the max RSSI value of clients' packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.75.19.6.1.1.14
hh3cWlanIgnoreApFrame OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of AP packet ignoring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCommonConfigGroup(6) hh3cWlanCommonConfigTable(1) hh3cWlanCommonConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.75.19.7
hh3cWlanCUPIDConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) 7 }

.1.3.6.1.4.1.25506.2.75.19.7.1
hh3cWlanCUPIDConfigTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Administrators must configure CUPID parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) 1 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1
hh3cWlanCUPIDConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanCupidAPSerialID }
  DESCRIPTION	"Each entry contains CUPID location configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.1
hh3cWlanCupidAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.2
hh3cWlanCupidStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the status of CUPID location."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.3
hh3cWlanCupidEngineAddr OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the IPv4 address of the CUPID location server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.4
hh3cWlanCupidEnginePort OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UDP port of the CUPID location server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.5
hh3cWlanCupidVendorPort OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UDP port to listen for CUPID messages from the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.6
hh3cWlanCupidReportStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the status of CUPID location reporting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.7
hh3cWlanCupidReportInterval OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..10) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the interval for sending CUPID location packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.8
hh3cWlanCupidUnassSta OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the status of unassociated client information
         reporting for CUPID location."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.9
hh3cWlanCupidUnassMeasureSta OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the status of CUPID location for unassociated clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.10
hh3cWlanCupidReportMode OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {local(1), central(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the report mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.19.7.1.1.11
hh3cWlanCUPIDReportFormat OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {general(1), lightweight(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the report format."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanCUPIDConfigGroup(7) hh3cWlanCUPIDConfigTable(1) hh3cWlanCUPIDConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.75.19.8
hh3cWlanFPConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) 8 }

.1.3.6.1.4.1.25506.2.75.19.8.1
hh3cWlanFPConfigTable OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Administrators must configure RF fingerprinting parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) 1 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1
hh3cWlanFPConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanFPAPSerialID }
  DESCRIPTION	"Each entry contains RF fingerprinting configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.1
hh3cWlanFPAPSerialID OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the serial ID of an AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.2
hh3cWlanFPStatus OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the enabled or disabled status of RF fingerprinting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.3
hh3cWlanFPEngineAddr OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the IPv4 address of the RF fingerprinting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.4
hh3cWlanFPEnginePort OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UDP port of the RF fingerprinting server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.5
hh3cWlanFPVendorPort OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the UDP port to listen for RF fingerprinting
         packets from the server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.6
hh3cWlanFPRawFrameReport OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the status of raw frame reporting for RF fingerprinting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.7
hh3cWlanFPMUReport OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the status of MU information reporting for RF fingerprinting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.8
hh3cWlanFPReportMode OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {local(1), central(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the report mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.9
hh3cWlanFPReportFormat OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  SYNTAX	INTEGER {general(1), lightweight(2), cupidhybrid(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents the report format."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.75.19.8.1.1.10
hh3cWlanFPTagMultiAddr OBJECT-TYPE
  -- FROM	HH3C-WLAN-FLEXAPP-CFG-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object represents Tag's multicast MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cWlanFlexAppCFG(19) hh3cWlanFPConfigGroup(8) hh3cWlanFPConfigTable(1) hh3cWlanFPConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.75.20
hh3cDot11SAVI MODULE-IDENTITY
  -- FROM	HH3C-DOT11-SAVI-MIB
  DESCRIPTION	"The MIB Module for managing SAVI objects in WLAN scenario."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) 20 }

.1.3.6.1.4.1.25506.2.75.20.1
hh3cDot11SAVIObjects OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.1
hh3cDot11SAVIServiceTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing SAVI running parameters
                of each Service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.1.1
hh3cDot11SAVIServiceEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SAVIServiceIPVersion, hh3cDot11SAVIServiceServiceName }
  DESCRIPTION	"An entry containing SAVI running parameters
                 of a Service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIServiceTable(1) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.1.1.1
hh3cDot11SAVIServiceIPVersion OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIServiceTable(1) hh3cDot11SAVIServiceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.1.1.2
hh3cDot11SAVIServiceServiceName OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The service name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIServiceTable(1) hh3cDot11SAVIServiceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.20.1.1.1.3
hh3cDot11SAVIServiceValidStatus OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The validation status of the interface.
                Setting this attribute to true,
                the interface will check source address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIServiceTable(1) hh3cDot11SAVIServiceEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.20.1.2
hh3cDot11SAVIFilteringTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The filtering table is used to filter packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) 2 }

.1.3.6.1.4.1.25506.2.75.20.1.2.1
hh3cDot11SAVIFilteringEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SAVIFilteringIpType, hh3cDot11SAVIFilteringServName, hh3cDot11SAVIFilteringIpAddress }
  DESCRIPTION	"An entry containing the filtering parameters.
                Entries are keyed on the anchor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIFilteringTable(2) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.2.1.1
hh3cDot11SAVIFilteringIpType OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address type of the source IP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIFilteringTable(2) hh3cDot11SAVIFilteringEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.2.1.2
hh3cDot11SAVIFilteringServName OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The service name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIFilteringTable(2) hh3cDot11SAVIFilteringEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.20.1.2.1.3
hh3cDot11SAVIFilteringIpAddress OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The source IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIFilteringTable(2) hh3cDot11SAVIFilteringEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.20.1.2.1.4
hh3cDot11SAVIFilteringMacAddr OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIFilteringTable(2) hh3cDot11SAVIFilteringEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.20.1.3
hh3cDot11SAVICountTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing count of packets dropped
                because of validation failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) 3 }

.1.3.6.1.4.1.25506.2.75.20.1.3.1
hh3cDot11SAVICountEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SAVICountIPVersion, hh3cDot11SAVICountServiceString }
  DESCRIPTION	"An entry containing count of packets dropped
                because of validation failure for each Service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVICountTable(3) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.3.1.1
hh3cDot11SAVICountIPVersion OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVICountTable(3) hh3cDot11SAVICountEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.3.1.2
hh3cDot11SAVICountServiceString OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The service name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVICountTable(3) hh3cDot11SAVICountEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.20.1.3.1.3
hh3cDot11SAVICountFilterPkts OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of dropped packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVICountTable(3) hh3cDot11SAVICountEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.20.1.4
hh3cDot11SAVIStatisTable OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing the SAVI statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) 4 }

.1.3.6.1.4.1.25506.2.75.20.1.4.1
hh3cDot11SAVIStatisEntry OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDot11SAVIStatisAPID, hh3cDot11SAVIStatisRadioID }
  DESCRIPTION	"An entry containing the SAVI statistics for each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIStatisTable(4) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.4.1.1
hh3cDot11SAVIStatisAPID OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  -- TEXTUAL CONVENTION Hh3cDot11ObjectIDType
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"To uniquely identify an AP  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIStatisTable(4) hh3cDot11SAVIStatisEntry(1) 1 }

.1.3.6.1.4.1.25506.2.75.20.1.4.1.2
hh3cDot11SAVIStatisRadioID OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIStatisTable(4) hh3cDot11SAVIStatisEntry(1) 2 }

.1.3.6.1.4.1.25506.2.75.20.1.4.1.3
hh3cDot11SAVIStatisCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of Packets dropped because of
                validation failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIStatisTable(4) hh3cDot11SAVIStatisEntry(1) 3 }

.1.3.6.1.4.1.25506.2.75.20.1.4.1.4
hh3cDot11SAVIStatisBytes OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bytes of packets dropped because of
                validation failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIStatisTable(4) hh3cDot11SAVIStatisEntry(1) 4 }

.1.3.6.1.4.1.25506.2.75.20.1.4.1.5
hh3cDot11SAVIBindingCount OBJECT-TYPE
  -- FROM	HH3C-DOT11-SAVI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of binding entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDot11(75) hh3cDot11SAVI(20) hh3cDot11SAVIObjects(1) hh3cDot11SAVIStatisTable(4) hh3cDot11SAVIStatisEntry(1) 5 }

.1.3.6.1.4.1.25506.2.76
hh3cE1T1VI OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-E1T1VI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 76 }

.1.3.6.1.4.1.25506.2.76.1
hh3cE1T1VITable OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains E1/T1 voice interface information,
        such as the total number of using time slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) 1 }

.1.3.6.1.4.1.25506.2.76.1.1
hh3cE1T1VIEntry OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry contains E1/T1 voice interface information.
        The index of this Entry is ifIndex defined in ifTable
        of RFC1213-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VITable(1) 1 }

.1.3.6.1.4.1.25506.2.76.1.1.1
hh3cE1T1VIUsingTimeslots OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of using time slots on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VITable(1) hh3cE1T1VIEntry(1) 1 }

.1.3.6.1.4.1.25506.2.76.1.1.2
hh3cE1T1VIUsingTimeslotsRatio OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total ratio of using time slots on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VITable(1) hh3cE1T1VIEntry(1) 2 }

.1.3.6.1.4.1.25506.2.76.1.1.3
hh3cE1T1VITimeslotsUsedUpCount OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of times that all time slots were used up on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VITable(1) hh3cE1T1VIEntry(1) 3 }

.1.3.6.1.4.1.25506.2.76.1.1.4
hh3cE1T1VITimeslotSampleInterval OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Sampling interval in seconds for used time slots on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VITable(1) hh3cE1T1VIEntry(1) 4 }

.1.3.6.1.4.1.25506.2.76.1.1.5
hh3cE1T1VIUsingTimeslotsPeak OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peak number of used time slots in the entire sampling period on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VITable(1) hh3cE1T1VIEntry(1) 5 }

.1.3.6.1.4.1.25506.2.76.1.1.6
hh3cE1T1VITrapTimeSlotsThreshold OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the number of used time slots reaches the threshold, the hh3cE1T1VITrapTimeSlot trap will
         be sent.  The valid range is from 1 to total number of time slots on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VITable(1) hh3cE1T1VIEntry(1) 6 }

.1.3.6.1.4.1.25506.2.76.2
hh3cE1T1VINotifications OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) 2 }

.1.3.6.1.4.1.25506.2.76.2.0
hh3cE1T1VITrapPrefix OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VINotifications(2) 0 }

.1.3.6.1.4.1.25506.2.76.2.0.1
hh3cE1T1VITrapTimeSlot NOTIFICATION-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"This trap is sent to the manager under the following
         condition: The number of used time slots of an E1/T1
         interface reaches the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VINotifications(2) hh3cE1T1VITrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.76.3
hh3cE1T1VIGeneral OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) 3 }

.1.3.6.1.4.1.25506.2.76.3.1
hh3cE1T1VITrapTimeSlotEnable OBJECT-TYPE
  -- FROM	HH3C-E1T1VI-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls whether the hh3cE1T1VITrapTimeSlot trap will
        be sent or not."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cE1T1VI(76) hh3cE1T1VIGeneral(3) 1 }

.1.3.6.1.4.1.25506.2.77
hh3cwapiMIB OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-WAPI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 77 }

.1.3.6.1.4.1.25506.2.77.1
hh3cwapiMIBObjects OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) 1 }

.1.3.6.1.4.1.25506.2.77.1.1
hh3cwapiModeEnabled OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this object is set to TRUE, it shall indicate that WAPI
            is enabled.  Otherwise, it shall indicate that WAPI is disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.2.77.1.2
hh3cwapiASIPAddressType OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to set global IP addresses
            type (IPv4 or IPv6) of AS."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.2.77.1.3
hh3cwapiASIPAddress OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to set the global IP address of AS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBObjects(1) 3 }

.1.3.6.1.4.1.25506.2.77.1.4
hh3cwapiCertificateInstalled OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the entity has installed
            certificate.  When the value is TRUE, it shall indicate that
            the entity has installed certificate.  Otherwise, it shall
            indicate that the entity hasn't installed certificate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBObjects(1) 4 }

.1.3.6.1.4.1.25506.2.77.2
hh3cwapiMIBStatsObjects OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) 2 }

.1.3.6.1.4.1.25506.2.77.2.1
hh3cwapiStatsWAISignatureErrors OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the received packet of
            WAI signature is wrong."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBStatsObjects(2) 1 }

.1.3.6.1.4.1.25506.2.77.2.2
hh3cwapiStatsWAIHMACErrors OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the received packet of
            WAI message authentication key checking error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBStatsObjects(2) 2 }

.1.3.6.1.4.1.25506.2.77.2.3
hh3cwapiStatsWAIAuthRsltFailures OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI authentication result is
            unsuccessful."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBStatsObjects(2) 3 }

.1.3.6.1.4.1.25506.2.77.2.4
hh3cwapiStatsWAIDiscardCounters OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the received packet of WAI are
            discarded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBStatsObjects(2) 4 }

.1.3.6.1.4.1.25506.2.77.2.5
hh3cwapiStatsWAITimeoutCounters OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the packet of WAI overtime are
            detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBStatsObjects(2) 5 }

.1.3.6.1.4.1.25506.2.77.2.6
hh3cwapiStatsWAIFormatErrors OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI packet of WAI format
            error is detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBStatsObjects(2) 6 }

.1.3.6.1.4.1.25506.2.77.2.7
hh3cwapiStatsWAICtfHskFailures OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI certificate authenticates
            unsuccessfully."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBStatsObjects(2) 7 }

.1.3.6.1.4.1.25506.2.77.2.8
hh3cwapiStatsWAIUniHskFailures OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI unicast cipher key
            negotiates unsuccessfully."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBStatsObjects(2) 8 }

.1.3.6.1.4.1.25506.2.77.2.9
hh3cwapiStatsWAIMulHskFailures OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI multicast cipher key
            announces unsuccessfully."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBStatsObjects(2) 9 }

.1.3.6.1.4.1.25506.2.77.3
hh3cwapiMIBTableObjects OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) 3 }

.1.3.6.1.4.1.25506.2.77.3.1
hh3cwapiConfigTable OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing WAPI configuration objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) 1 }

.1.3.6.1.4.1.25506.2.77.3.1.1
hh3cwapiConfigEntry OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry in the hh3cwapiConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.77.3.1.1.1
hh3cwapiConfigASIPAddressType OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to set IP addresses type of AS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigTable(1) hh3cwapiConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.77.3.1.1.2
hh3cwapiConfigASIPAddress OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to set the IP address of AS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigTable(1) hh3cwapiConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.77.3.1.1.3
hh3cwapiConfigAuthMethod OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	INTEGER {certificate(1), psk(2), certificatePsk(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object selects a mechanism for WAPI authentication.
            The default is certificate."
  DEFVAL	{ certificate }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigTable(1) hh3cwapiConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.77.3.1.1.4
hh3cwapiConfigAuthMode OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	INTEGER {standard(1), radiusExtension(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object selects a mechanism for WAPI authentication.
            When the value is standard, it shall indicate that the entity
            acts based on the official definition. Otherwise, it shall
            indicate that the entity finishes authentication by means of RADIUS.
            The default is standard."
  DEFVAL	{ standard }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigTable(1) hh3cwapiConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.77.3.1.1.5
hh3cwapiConfigISPDomain OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (0..24) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The ISP domain name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigTable(1) hh3cwapiConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.77.3.1.1.6
hh3cwapiConfigCertificateDomain OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PKI domain name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigTable(1) hh3cwapiConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.77.3.1.1.7
hh3cwapiConfigASName OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The name of AS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigTable(1) hh3cwapiConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.77.3.1.1.8
hh3cwapiConfigBKRekeyEnabled OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether the BK rekey function is
            supported. When the value is TRUE, it shall indicate that
            the BK rekey function is supported. Otherwise, it shall
            indicate that the BK rekey function is not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigTable(1) hh3cwapiConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.77.3.2
hh3cwapiConfigExtTable OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing WAPI configuration objects for SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) 2 }

.1.3.6.1.4.1.25506.2.77.3.2.1
hh3cwapiConfigExtEntry OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cwapiConfigServicePolicyID }
  DESCRIPTION	"An extend entry in the hh3cwapiConfigExtTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) 1 }

.1.3.6.1.4.1.25506.2.77.3.2.1.1
hh3cwapiConfigServicePolicyID OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of each service policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.77.3.2.1.2
hh3cwapiConfigUnicastCipherEnabled OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object enables or disables the unicast cipher."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.77.3.2.1.3
hh3cwapiConfigUnicastCipherSize OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the length in bits of the unicast cipher
            key.  This should be 256 for SMS4, first 128 bits for encrypting,
            last 128 bits for integrity checking."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.77.3.2.1.4
hh3cwapiConfigAuthenticationSuiteEnabled OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable indicates the corresponding AKM suite is enabled
            or disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 4 }

.1.3.6.1.4.1.25506.2.77.3.2.1.5
hh3cwapiConfigAuthenticationSuite OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of an AKM suite.  It consists of an OUI (the first 3
            octets) and a cipher suite identifier (the last octet)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 5 }

.1.3.6.1.4.1.25506.2.77.3.2.1.6
hh3cwapiCfgExtASIPAddressType OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to set IP addresses type of AS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 6 }

.1.3.6.1.4.1.25506.2.77.3.2.1.7
hh3cwapiCfgExtASIPAddress OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to set the IP address of AS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 7 }

.1.3.6.1.4.1.25506.2.77.3.2.1.8
hh3cwapiCfgExtASName OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to set the name of AS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 8 }

.1.3.6.1.4.1.25506.2.77.3.2.1.9
hh3cwapiCfgExtCertDomain OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to set the PKI domain name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 9 }

.1.3.6.1.4.1.25506.2.77.3.2.1.10
hh3cwapiCfgExtCertInstalled OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the entity has installed
            certificate.  When the value is TRUE, it shall indicate that
            the SSID has installed certificate. Otherwise, it shall
            indicate that the SSID hasn't installed certificate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 10 }

.1.3.6.1.4.1.25506.2.77.3.2.1.11
hh3cwapiConfigVersion OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The highest WAPI version this entity supports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 11 }

.1.3.6.1.4.1.25506.2.77.3.2.1.12
hh3cwapiControlledAuthControl OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the entity is enabled with
            authentication. When the value is FALSE, it shall indicate that
            authentication is not enabled on this entity, and the status of
            the controlled port is 'authenticated'. When the value is TRUE,
            it shall indicate that authentication is enabled, and the status
            of controlled port is decided by
            hh3cwapiControlledPortControl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 12 }

.1.3.6.1.4.1.25506.2.77.3.2.1.13
hh3cwapiControlledPortControl OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the controlling type of the entity's port.
            This object is available when
            hh3cwapiControlledAuthControl is TRUE. When the value is
            zero, it means 'automatic', and the status of the controlled port
            is decided by authentication result. When the value is one,
            it means 'forcibly unauthenticated', and the status of the
            controlled port is 'unauthenticated'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 13 }

.1.3.6.1.4.1.25506.2.77.3.2.1.14
hh3cwapiOptionImplemented OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the entity supports WAPI. When the
            value is TRUE, it shall indicate that the entity supports WAPI.
            Otherwise, it shall indicate that the entity does not support WAPI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 14 }

.1.3.6.1.4.1.25506.2.77.3.2.1.15
hh3cwapiPreauthImplemented OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the entity supports WAPI
            preauthentication. This object can't be set to TRUE, unless
            hh3cwapiOptionImplemented is TRUE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 15 }

.1.3.6.1.4.1.25506.2.77.3.2.1.16
hh3cwapiEnabled OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this object is set to TRUE, it shall indicate that WAPI is
            enabled on this entity. The entity will advertise the WAPI
            information element in its beacon and probe response frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 16 }

.1.3.6.1.4.1.25506.2.77.3.2.1.17
hh3cwapiPreauthEnabled OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When this object is set to TRUE, it shall indicate that WAPI
            preauthentication is enabled on this entity. Otherwise, it shall
            indicate that WAPI preauthentication is disabled on this entity.
            This object requires that hh3cWAPIEnabled also be set to
            TRUE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 17 }

.1.3.6.1.4.1.25506.2.77.3.2.1.18
hh3cwapiCfgUniKeysSupported OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates how many unicast keys the entity supports
            for WAPI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 18 }

.1.3.6.1.4.1.25506.2.77.3.2.1.19
hh3cwapiCfgUniRekeyMethod OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	INTEGER {disabled(1), timeBased(2), packetBased(3), timepacketBased(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object selects a mechanism for rekeying the WAPI USK. The
            default is time-based, once per day. Rekeying the USK is only
            applicable to an entity acting as an AE or ASUE."
  DEFVAL	{ timeBased }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 19 }

.1.3.6.1.4.1.25506.2.77.3.2.1.20
hh3cwapiCfgUniRekeyTime OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time in seconds after which the WAPI USK shall be refreshed.
            The timer shall start at the moment the USK was set using the
            MLME-SETWPIKEYS request primitive."
  DEFVAL	{ 86400 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 20 }

.1.3.6.1.4.1.25506.2.77.3.2.1.21
hh3cwapiCfgUniRekeyPackets OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A packet count (a multiple of 1000) after which the WAPI USK
            shall be refreshed. The packet counter shall start at the moment
            the USK was set using the MLME-SETKEYS request primitive and it
            shall count all packets encrypted using the current USK."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 21 }

.1.3.6.1.4.1.25506.2.77.3.2.1.22
hh3cwapiCfgMultiCipher OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the multicast cipher suite selector the
            entity must use. The multicast cipher suite in the WAPI
            information element shall take its value from this variable.
            It contains an OUI (the first 3 octets) and a cipher suite
            identifier (the last octet)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 22 }

.1.3.6.1.4.1.25506.2.77.3.2.1.23
hh3cwapiCfgMultiRekeyMethod OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	INTEGER {disabled(1), timeBased(2), packetBased(3), timepacketBased(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object selects a mechanism for rekeying the WAPI MSK. The
            default is time-based, once per day. Rekeying the MSK is only
            applicable to an entity acting as an AE or ASUE."
  DEFVAL	{ timeBased }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 23 }

.1.3.6.1.4.1.25506.2.77.3.2.1.24
hh3cwapiCfgMultiRekeyTime OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time in seconds after which the WAPI MSK shall be refreshed.
            The timer shall start at the moment the MSK was set using the
            MLME-SETWPIKEYS request primitive."
  DEFVAL	{ 86400 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 24 }

.1.3.6.1.4.1.25506.2.77.3.2.1.25
hh3cwapiCfgMultiRekeyPackets OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A packet count (a multiple of 1000) after which the WAPI MSK
            shall be refreshed. The packet counter shall start at the moment
            the MSK was set using the MLME-SETKEYS request primitive and it
            shall count all packets encrypted using the current MSK."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 25 }

.1.3.6.1.4.1.25506.2.77.3.2.1.26
hh3cwapiCfgMultiRekeyStrict OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates that the MSK shall be refreshed whenever an
            STA leaves the BSS that has the MSK."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 26 }

.1.3.6.1.4.1.25506.2.77.3.2.1.27
hh3cwapiCfgPSKValue OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (2..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PSK value when WAPI in PSK mode is the selected AKM suite.
            In that case, the BK will obtain its value from this object.
            This object is logically write-only. Reading this variable shall
            return unsuccessful status or null or zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 27 }

.1.3.6.1.4.1.25506.2.77.3.2.1.28
hh3cwapiCfgPSKPassPhrase OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (1..16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The PSK value when WAPI in PSK mode is the selected AKM suite,
            which is configured by hh3cwapiCfgPSKValue.
            An alternative method of setting the PSK is to
            use the password-to-key algorithm.
            This variable provides a means to enter a pass-phrase.
            When this object is written, the WAPI entity shall
            use the password-to-key algorithm to derive a preshared key
            and populate hh3cwapiCfgPSKValue with this key.
            This object is logically write-only. Reading this variable shall
            return unsuccessful status or null or zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 28 }

.1.3.6.1.4.1.25506.2.77.3.2.1.29
hh3cwapiCfgCertUpdateCount OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times message in the WAPI certificate
            authentication handshake will be retried per certificate
            authentication handshake attempt."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 29 }

.1.3.6.1.4.1.25506.2.77.3.2.1.30
hh3cwapiCfgMultiUpdateCount OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times message in the WAPI multicast key handshake
            will be retried per MSK handshake attempt."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 30 }

.1.3.6.1.4.1.25506.2.77.3.2.1.31
hh3cwapiCfgUniUpdateCount OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of times message in the WAPI unicast key handshake
            will be retried per 3-way handshake attempt."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 31 }

.1.3.6.1.4.1.25506.2.77.3.2.1.32
hh3cwapiCfgMultiCipherSize OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the length in bits of the multicast cipher
            key. This should be 256 for SMS4, where the first 128 bits are
            for encryption, and the last 128 bits for integrity check."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 32 }

.1.3.6.1.4.1.25506.2.77.3.2.1.33
hh3cwapiCfgBKLifetime OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum lifetime of a BK in the BK cache."
  DEFVAL	{ 43200 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 33 }

.1.3.6.1.4.1.25506.2.77.3.2.1.34
hh3cwapiCfgBKReauthThreshold OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The percentage of the BK lifetime that should expire before a
            reauthentication occurs."
  DEFVAL	{ 70 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 34 }

.1.3.6.1.4.1.25506.2.77.3.2.1.35
hh3cwapiCfgSATimeout OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum time a security association shall take to set up."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 35 }

.1.3.6.1.4.1.25506.2.77.3.2.1.36
hh3cwapiAuthenSuiteSelected OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last negotiated AKM suite."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 36 }

.1.3.6.1.4.1.25506.2.77.3.2.1.37
hh3cwapiUniCipherSelected OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last negotiated unicast cipher."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 37 }

.1.3.6.1.4.1.25506.2.77.3.2.1.38
hh3cwapiMultiCipherSelected OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last negotiated multicast cipher."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 38 }

.1.3.6.1.4.1.25506.2.77.3.2.1.39
hh3cwapiBKIDUsed OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last BKID used in the last unicast
            cipher key handshake."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 39 }

.1.3.6.1.4.1.25506.2.77.3.2.1.40
hh3cwapiAuthenSuiteRequested OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last requested AKM suite."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 40 }

.1.3.6.1.4.1.25506.2.77.3.2.1.41
hh3cwapiUniCipherRequested OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last requested unicast cipher."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 41 }

.1.3.6.1.4.1.25506.2.77.3.2.1.42
hh3cwapiMultiCipherRequested OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The selector of the last requested multicast cipher."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiConfigExtTable(2) hh3cwapiConfigExtEntry(1) 42 }

.1.3.6.1.4.1.25506.2.77.3.3
hh3cwapiStatsTable OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table maintains per-STA statistics in a WAPI. The entry
            with hh3cwapiStatsSTAAddress set to FF-FF-FF-FF-FF-FF
            shall contain statistics for broadcast/multicast traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) 3 }

.1.3.6.1.4.1.25506.2.77.3.3.1
hh3cwapiStatsEntry OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cwapiStationMAC }
  DESCRIPTION	"An entry in the hh3cwapiStatsTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) 1 }

.1.3.6.1.4.1.25506.2.77.3.3.1.1
hh3cwapiStationMAC OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the unique MAC Address of station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.77.3.3.1.2
hh3cwapiStatsSTAAddress OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address of the STA to which the statistics in this
            conceptual row belong."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.77.3.3.1.3
hh3cwapiStatsVersion OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The WAPI version with which the STA is associated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.77.3.3.1.4
hh3cwapiStatsCtrlPortStatus OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the status of the authentication
            entity's controlled port. When the value is TRUE, it means
            'authenticated'. Otherwise, it means 'unauthenticated'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.77.3.3.1.5
hh3cwapiStatsSelectedUniCipher OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The unicast cipher suite selector used during association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.77.3.3.1.6
hh3cwapiStatsWPIReplayCnt OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of WPI MPDUs discarded by the replay mechanism."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.77.3.3.1.7
hh3cwapiStatsWPIDecryptErr OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of WPI MPDUs discarded because of unavailable cipher
            key during WPI-SMS4 decryption."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.77.3.3.1.8
hh3cwapiStatsWPIMICErr OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of WPI MPDUs discarded because of MIC checking
            failure during WPI-SMS4 decryption."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.77.3.3.1.9
hh3cwapiStatsWAISignatureErr OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the received WAI packets' signature
            is wrong."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.77.3.3.1.10
hh3cwapiStatsWAIHMACErr OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when message authentication key
            checking error occurs on the received WAI packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.77.3.3.1.11
hh3cwapiStatsWAIAuthenFail OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI authentication result
            is unsuccessful."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.77.3.3.1.12
hh3cwapiStatsWAIDiscardCnt OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the received WAI packet is
            discarded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.77.3.3.1.13
hh3cwapiStatsWAITimeoutCnt OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when a WAI packet timeout is
            detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 13 }

.1.3.6.1.4.1.25506.2.77.3.3.1.14
hh3cwapiStatsWAIFormatErr OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when WAI packet format error occurs"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 14 }

.1.3.6.1.4.1.25506.2.77.3.3.1.15
hh3cwapiStatsWAICertFail OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when WAI certificate authentication
            fails."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 15 }

.1.3.6.1.4.1.25506.2.77.3.3.1.16
hh3cwapiStatsWAIUniFail OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when WAI unicast cipher key
            negotiation succeeds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 16 }

.1.3.6.1.4.1.25506.2.77.3.3.1.17
hh3cwapiStatsWAIMultiFail OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This counter increases when the WAI multicast cipher key
            announcement failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiMIBTableObjects(3) hh3cwapiStatsTable(3) hh3cwapiStatsEntry(1) 17 }

.1.3.6.1.4.1.25506.2.77.4
hh3cwapiTrap OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) 4 }

.1.3.6.1.4.1.25506.2.77.4.0
hh3cwapiTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) 0 }

.1.3.6.1.4.1.25506.2.77.4.0.1
hh3cwapiUserwithInvalidCertificate NOTIFICATION-TYPE
  -- FROM	HH3C-WAPI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cwapiTrapInfoMacAddr, hh3cwapiTrapInfoAPId, hh3cwapiTrapInfoRadioId, hh3cwapiTrapInfoBSSId, hh3cwapiTrapInfoAPMacAddr }
  DESCRIPTION	"This trap is sent when a user intrudes upon network with invalid
            certificate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.77.4.0.2
hh3cwapiStationReplayAttack NOTIFICATION-TYPE
  -- FROM	HH3C-WAPI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cwapiTrapInfoMacAddr, hh3cwapiTrapInfoAPId, hh3cwapiTrapInfoRadioId, hh3cwapiTrapInfoBSSId, hh3cwapiTrapInfoAPMacAddr }
  DESCRIPTION	"This trap is sent when an attacker records and replays network
            transactions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.77.4.0.3
hh3cwapiTamperAttack NOTIFICATION-TYPE
  -- FROM	HH3C-WAPI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cwapiTrapInfoMacAddr, hh3cwapiTrapInfoAPId, hh3cwapiTrapInfoRadioId, hh3cwapiTrapInfoBSSId, hh3cwapiTrapInfoAPMacAddr }
  DESCRIPTION	"This trap is sent when an attacker monitors network traffic and
            maliciously changes data in transit(for example, an attacker may
            modify the contents of a WAI message)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.77.4.0.4
hh3cwapiLowSafeLevelAttack NOTIFICATION-TYPE
  -- FROM	HH3C-WAPI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cwapiTrapInfoMacAddr, hh3cwapiTrapInfoAPId, hh3cwapiTrapInfoRadioId, hh3cwapiTrapInfoBSSId, hh3cwapiTrapInfoAPMacAddr }
  DESCRIPTION	"This trap is sent when a station associates AP(Access Point),
            creates packet of Unicast Key Negotiation Response with wrong
            WIE(WAPI Information Element) of ASUE(Authentication Supplicant
            Entity)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.77.4.0.5
hh3cwapiAddressRedirectionAttack NOTIFICATION-TYPE
  -- FROM	HH3C-WAPI-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cwapiTrapInfoMacAddr, hh3cwapiTrapInfoAPId, hh3cwapiTrapInfoRadioId, hh3cwapiTrapInfoBSSId, hh3cwapiTrapInfoAPMacAddr }
  DESCRIPTION	"This trap is sent when an attacker maliciously changes destination
            MAC address of WPI(WLAN Privacy Infrastructure) frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.77.4.1
hh3cwapiTrapInfo OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) 1 }

.1.3.6.1.4.1.25506.2.77.4.1.1
hh3cwapiTrapInfoMacAddr OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The MAC address of the WAPI user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapInfo(1) 1 }

.1.3.6.1.4.1.25506.2.77.4.1.2
hh3cwapiTrapInfoAPId OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"To uniquely identify each AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapInfo(1) 2 }

.1.3.6.1.4.1.25506.2.77.4.1.3
hh3cwapiTrapInfoRadioId OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents each radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapInfo(1) 3 }

.1.3.6.1.4.1.25506.2.77.4.1.4
hh3cwapiTrapInfoBSSId OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"As MAC Address format, it is to identify BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapInfo(1) 4 }

.1.3.6.1.4.1.25506.2.77.4.1.5
hh3cwapiTrapInfoAPMacAddr OBJECT-TYPE
  -- FROM	HH3C-WAPI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"As MAC Address format, it is to identify AP"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cwapiMIB(77) hh3cwapiTrap(4) hh3cwapiTrapInfo(1) 5 }

.1.3.6.1.4.1.25506.2.78
hh3cL2VpnPwe3 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-L2VPN-PWE3-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 78 }

.1.3.6.1.4.1.25506.2.78.1
hh3cL2VpnPwe3ScalarGroup OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) 1 }

.1.3.6.1.4.1.25506.2.78.1.1
hh3cPwVcTrapOpen OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether pwe3 trap is globally enabled.
        false: disable;
        true: enable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3ScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.78.2
hh3cL2VpnPwe3Table OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) 2 }

.1.3.6.1.4.1.25506.2.78.2.1
hh3cPwVcTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is the VC configuration table. Users
        can create or delete a VC by it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) 1 }

.1.3.6.1.4.1.25506.2.78.2.1.1
hh3cPwVcEntry OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPwVcIndex }
  DESCRIPTION	"Provides the information of a VC entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) 1 }

.1.3.6.1.4.1.25506.2.78.2.1.1.1
hh3cPwVcIndex OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index for the conceptual row identifying a PW within
        this PW Emulation table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 1 }

.1.3.6.1.4.1.25506.2.78.2.1.1.2
hh3cPwVcID OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Used in the outgoing PW ID field within the 'Virtual
        Circuit FEC Element'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 2 }

.1.3.6.1.4.1.25506.2.78.2.1.1.3
hh3cPwVcType OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  -- TEXTUAL CONVENTION Hh3cL2VpnVcEncapsType
  SYNTAX	INTEGER {frameRelayDlciMartini(1), atmAal5SduVccTransport(2), atmTransparentCellTransport(3), ethernetTagged(4), ethernet(5), hdlc(6), ppp(7), cem(8), atmN2OneVccCellTransport(9), atmN2OneVpcCellTransport(10), ipLayer2Transport(11), atmOne2OneVccCellMode(12), atmOne2OneVpcCellMode(13), atmAal5PduVccTransport(14), frameRelayPortMode(15), cep(16), saE1oP(17), saT1oP(18), saE3oP(19), saT3oP(20), cESoPsnBasicMode(21), tDMoIPbasicMode(22), l2VpnCESoPSNTDMwithCAS(23), l2VpnTDMoIPTDMwithCAS(24), frameRelayDlci(25), ipInterworking(64), unknown(255)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indication of the L2Vpn's VC encapsulation type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 3 }

.1.3.6.1.4.1.25506.2.78.2.1.1.4
hh3cPwVcPeerAddr OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contain the value of the peer ip address
        of the Martini VLL PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 4 }

.1.3.6.1.4.1.25506.2.78.2.1.1.5
hh3cPwVcMtu OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If not equal zero, the optional Mtu object in the
        signaling protocol will be sent with this value,
        representing the locally supported MTU size over the
        interface (or the virtual interface) associated with the
        PW.
        The default value is 1500."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 5 }

.1.3.6.1.4.1.25506.2.78.2.1.1.6
hh3cPwVcCfgType OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	INTEGER {primary(1), backup(2), multiPort(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the type of the pw:
        1: primary;
        2: backup;
        3: multiPort."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 6 }

.1.3.6.1.4.1.25506.2.78.2.1.1.7
hh3cPwVcInboundLabel OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For Martini VLL, the value will be created by system
        automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 7 }

.1.3.6.1.4.1.25506.2.78.2.1.1.8
hh3cPwVcOutboundLabel OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For Martini VLL, the value will be created by the peer
        automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 8 }

.1.3.6.1.4.1.25506.2.78.2.1.1.9
hh3cPwVcIfIndex OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of the interface (or the virtual interface)
        associated with the PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 9 }

.1.3.6.1.4.1.25506.2.78.2.1.1.10
hh3cPwVcAcStatus OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	INTEGER {down(1), up(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Local AC(Attachment Circuit) status:
        1: down;
        2: up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 10 }

.1.3.6.1.4.1.25506.2.78.2.1.1.11
hh3cPwVcStatus OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  SYNTAX	INTEGER {down(1), up(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the status of the PW in the local node.
        1: down;
        2: up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 11 }

.1.3.6.1.4.1.25506.2.78.2.1.1.12
hh3cPwVcRowStatus OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation,
        deletion and modification of rows, which support active
        status and CreatAndGo, destroy operation.
        To create a new row, hh3cPwVcID, hh3cPwVcType, hh3cPwVcPeerAddr
        hh3cPwVcMtu, hh3cPwVcCfgType and hh3cPwVcIfIndex
        must be specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Table(2) hh3cPwVcTable(1) hh3cPwVcEntry(1) 12 }

.1.3.6.1.4.1.25506.2.78.3
hh3cL2VpnPwe3Notifications OBJECT-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) 3 }

.1.3.6.1.4.1.25506.2.78.3.1
hh3cPwVcSwitchWtoP NOTIFICATION-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  OBJECTS	{ hh3cPwVcID, hh3cPwVcType, hh3cPwVcPeerAddr, hh3cPwVcID, hh3cPwVcType, hh3cPwVcPeerAddr }
  DESCRIPTION	"This notification is generated when switch from working
        pw to protect pw happens. The first group of
        hh3cPwVcID/hh3cPwVcType/hh3cPwVcPeerAddr is parameter of the work PW , and
        the second group of hh3cPwVcID/hh3cPwVcType/hh3cPwVcPeerAddr is parameter
        of the protect PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Notifications(3) 1 }

.1.3.6.1.4.1.25506.2.78.3.2
hh3cPwVcSwitchPtoW NOTIFICATION-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  OBJECTS	{ hh3cPwVcID, hh3cPwVcType, hh3cPwVcPeerAddr, hh3cPwVcID, hh3cPwVcType, hh3cPwVcPeerAddr }
  DESCRIPTION	"This notification is generated when switch from protect
        pw to working pw happens. The first group of
        hh3cPwVcID/hh3cPwVcTypehh3cPwVcPeerAddr is parameter of the protect PW , and
        the second group of hh3cPwVcID/hh3cPwVcType/hh3cPwVcPeerAddr is parameter
        of the work PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Notifications(3) 2 }

.1.3.6.1.4.1.25506.2.78.3.3
hh3cPwVcDown NOTIFICATION-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  OBJECTS	{ hh3cPwVcID, hh3cPwVcType, hh3cPwVcPeerAddr }
  DESCRIPTION	"This notification indicates the VC's state changes to down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Notifications(3) 3 }

.1.3.6.1.4.1.25506.2.78.3.4
hh3cPwVcUp NOTIFICATION-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  OBJECTS	{ hh3cPwVcID, hh3cPwVcType, hh3cPwVcPeerAddr }
  DESCRIPTION	"This notification indicates the VC's state changes to up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Notifications(3) 4 }

.1.3.6.1.4.1.25506.2.78.3.5
hh3cPwVcDeleted NOTIFICATION-TYPE
  -- FROM	HH3C-L2VPN-PWE3-MIB
  OBJECTS	{ hh3cPwVcID, hh3cPwVcType, hh3cPwVcPeerAddr }
  DESCRIPTION	"This notification indicates the VC is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2VpnPwe3(78) hh3cL2VpnPwe3Notifications(3) 5 }

.1.3.6.1.4.1.25506.2.79
hh3cMplsOam OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MPLSOAM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 79 }

.1.3.6.1.4.1.25506.2.79.1
hh3cMplsOamScalarGroup OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) 1 }

.1.3.6.1.4.1.25506.2.79.1.1
hh3cMplsOamCapability OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether OAM is globally capable.
        false: incapable;
        true: capable;
        The default value is incapable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.79.1.2
hh3cMplsOamTrapOpen OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether OAM trap is globally enabled.
        false: disable;
        true: enable;
        The default value is disable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.79.2
hh3cMplsOamTable OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) 2 }

.1.3.6.1.4.1.25506.2.79.2.1
hh3cMplsOamIgrTable OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-LSP MPLS OAM ingress capability and
        associated information, such as IgrLspName and IgrDetType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) 1 }

.1.3.6.1.4.1.25506.2.79.2.1.1
hh3cMplsOamIgrEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsOamIgrIndex }
  DESCRIPTION	"An entry in this table is created by an LSR for every LSP
        capable of supporting MPLS OAM at ingress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) 1 }

.1.3.6.1.4.1.25506.2.79.2.1.1.1
hh3cMplsOamIgrIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is an unique index for an OAM ingress entry in the OAM table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.79.2.1.1.2
hh3cMplsOamIgrLspName OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of an LSP.
        It means the LSP name of the detected LSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.79.2.1.1.3
hh3cMplsOamIgrDetectType OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	INTEGER {cv(1), ffd(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"There are two types of OAM packets, CV and FFD.
        The CV flow is generated at the source LSR of the LSP with
        a nominal frequency of 1/s and terminated at the sink LSR of the LSP.
        FFD provides failure detection option for an LSP independent
        of the CV based availability model and is not tied to the
        CV insertion rate. Insertion rates at 1/s or faster may
        also be used.
        The CV/FFD packet contains a network-unique identifier (TTSI)
        so that all types of defects can be detected.
        1: CV;
        2: FFD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.79.2.1.1.4
hh3cMplsOamIgrDetectFreq OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION Hh3cMplsOAMDetectFreq
  SYNTAX	INTEGER {ffd10ms(1), ffd20ms(2), ffd50ms(3), ffd100ms(4), ffd200ms(5), ffd500ms(6), cv1000ms(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indication of the OAM's frequent type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.79.2.1.1.5
hh3cMplsOamIgrRevType OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	INTEGER {private(1), share(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When an LSP is found to be in defect, the sink LSR of the LSP
        should send BDI to inform the source LSR of the LSP, the BDI is
        transferred through the reverse LSP.
        The type of reverse LSP can be private or shared.
        If private, then the reverse LSP can be used only by the oam ingress;
        If shared, the reverse LSP which is shared between many forward
        LSPs, whose source LSRs are the same and sink LSRs are the same.
        1: private;
        2: share."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 5 }

.1.3.6.1.4.1.25506.2.79.2.1.1.6
hh3cMplsOamIgrRevLspName OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object indicates the name of the reverse LSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 6 }

.1.3.6.1.4.1.25506.2.79.2.1.1.7
hh3cMplsOamIgrLspId OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For ingress, the object indicates the lsp ID of
        the detected LSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 7 }

.1.3.6.1.4.1.25506.2.79.2.1.1.8
hh3cMplsOamIgrEnable OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether one LSP is OAM enable.
        If disable, LSP is not monitored;
        If enable, CV/FFD is generated at the source LSR of the LSP and
        checked at the sink LSR of the LSP, and user can set
        other configuration.
        false: The OAM function is disabled on the ingress;
        true: The OAM function is enabled on the ingress."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 8 }

.1.3.6.1.4.1.25506.2.79.2.1.1.9
hh3cMplsOamIgrDefectType OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION Hh3cMplsOAMDefectType
  SYNTAX	INTEGER {dServer(1), dPeerMe(2), dLOCV(3), dTTSIMismatch(4), dTTSIMismerge(5), dExcess(6), dUnknown(7), dRlsnDown(8), dLspDown(9), dME(10), noDefect(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indication of the OAM's defect type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 9 }

.1.3.6.1.4.1.25506.2.79.2.1.1.10
hh3cMplsOamIgrRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation,
        deletion and modification of rows, which support active
        status and CreatAndGo, destroy operation.
        To create a new row, hh3cMplsOamIgrLspName, hh3cMplsOamIgrDetectType,
        hh3cMplsOamIgrDetectFreq, hh3cMplsOamIgrRevType, hh3cMplsOamIgrRevLspName,
        and hh3cMplsOamIgrLspId must be specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamIgrTable(1) hh3cMplsOamIgrEntry(1) 10 }

.1.3.6.1.4.1.25506.2.79.2.2
hh3cMplsOamEgrTable OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-LSP MPLS OAM capability and
        associated information, such as DetectType, DetectFrequency."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) 2 }

.1.3.6.1.4.1.25506.2.79.2.2.1
hh3cMplsOamEgrEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsOamEgrIndex }
  DESCRIPTION	"An entry in this table is created by an LSR for every LSP
        capable of supporting MPLS OAM at egress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) 1 }

.1.3.6.1.4.1.25506.2.79.2.2.1.1
hh3cMplsOamEgrIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is a unique index for an OAM egress entry in the OAM table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.79.2.2.1.2
hh3cMplsOamEgrLspName OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object indicates the name of static LSP at egress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.79.2.2.1.3
hh3cMplsOamEgrDetectType OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	INTEGER {cv(1), ffd(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"There are two types of OAM packets, CV and FFD.
        The CV flow is generated at the source LSR of the LSP with
        a nominal frequency of 1/s and terminated at the sink LSR of the LSP.
        FFD provides failure detection option for an LSP independent
        of the CV based availability model and is not tied to the
        CV insertion rate. Insertion rates at 1/s or faster may
        also be used.
        The CV/FFD packet contains a network-unique identifier (TTSI)
        so that all types of defects can be detected.
        1: CV;
        2: FFD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.79.2.2.1.4
hh3cMplsOamEgrDetectFreq OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION Hh3cMplsOAMDetectFreq
  SYNTAX	INTEGER {ffd10ms(1), ffd20ms(2), ffd50ms(3), ffd100ms(4), ffd200ms(5), ffd500ms(6), cv1000ms(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indication of the OAM's frequent type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.79.2.2.1.5
hh3cMplsOamEgrRevType OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	INTEGER {private(1), share(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When an LSP is found to be in defect, the sink LSR of the LSP
        should send BDI to inform the source LSR of the LSP, the BDI is
        transferred through the reverse LSP.
        The type of reverse LSP can be private or shared.
        If private, then the reverse LSP can be used only when the only
        LSP in defect;
        If shared, the reverse LSP, which is shared between many forward
        LSPs that have the same source LSRs and sink LSRs.
        1: private;
        2: share."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 5 }

.1.3.6.1.4.1.25506.2.79.2.2.1.6
hh3cMplsOamEgrRevLspName OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object indicates the name of a reverse static-lsp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 6 }

.1.3.6.1.4.1.25506.2.79.2.2.1.7
hh3cMplsOamEgrLsrId OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object indicates the Ingress LSR ID of the LSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 7 }

.1.3.6.1.4.1.25506.2.79.2.2.1.8
hh3cMplsOamEgrLspId OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object indicates the the Ingress session lsp ID of the
        detected static-LSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 8 }

.1.3.6.1.4.1.25506.2.79.2.2.1.9
hh3cMplsOamEgrEnable OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether one LSP is enabled with OAM.
        If disable, LSP is not monitored;
        If enable, CV/FFD is generated at the source LSR of the LSP and
        checked at the sink LSR of the LSP, and user can set
        other configuration.
        false: The OAM function is disabled on the egress;
        true: The OAM function is enabled on the egress."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 9 }

.1.3.6.1.4.1.25506.2.79.2.2.1.10
hh3cMplsOamEgrDefectType OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION Hh3cMplsOAMDefectType
  SYNTAX	INTEGER {dServer(1), dPeerMe(2), dLOCV(3), dTTSIMismatch(4), dTTSIMismerge(5), dExcess(6), dUnknown(7), dRlsnDown(8), dLspDown(9), dME(10), noDefect(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indication of the OAM's defect type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 10 }

.1.3.6.1.4.1.25506.2.79.2.2.1.11
hh3cMplsOamEgrRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation,
        deletion and modification of rows, which support active
        status and CreatAndGo, destroy operation.
        To create a new row, hh3cMplsOamEgrLspName, hh3cMplsOamEgrDetectType,
        hh3cMplsOamEgrDetectFreq, hh3cMplsOamEgrRevType, hh3cMplsOamEgrRevLspName,
        hh3cMplsOamEgrLsrId and hh3cMplsOamEgrLspId must be specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamTable(2) hh3cMplsOamEgrTable(2) hh3cMplsOamEgrEntry(1) 11 }

.1.3.6.1.4.1.25506.2.79.3
hh3cMplsOamNotifications OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) 3 }

.1.3.6.1.4.1.25506.2.79.3.1
hh3cMplsOamIgrLSPOutDefect NOTIFICATION-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  OBJECTS	{ hh3cMplsOamIgrLspName, hh3cMplsOamIgrDefectType }
  DESCRIPTION	"This notification is generated when the LSP is found
        out of the defect state at the LSP ingress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamNotifications(3) 1 }

.1.3.6.1.4.1.25506.2.79.3.2
hh3cMplsOamIgrLSPInDefect NOTIFICATION-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  OBJECTS	{ hh3cMplsOamIgrLspName, hh3cMplsOamIgrDefectType }
  DESCRIPTION	"This notification is generated when the LSP is found
        in the defect state at the LSP ingress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamNotifications(3) 2 }

.1.3.6.1.4.1.25506.2.79.3.3
hh3cMplsOamEgrLSPOutDefect NOTIFICATION-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  OBJECTS	{ hh3cMplsOamEgrLspName, hh3cMplsOamEgrDefectType }
  DESCRIPTION	"This notification is generated when the LSP is found
        out of the defect state at the LSP egress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamNotifications(3) 3 }

.1.3.6.1.4.1.25506.2.79.3.4
hh3cMplsOamEgrLSPInDefect NOTIFICATION-TYPE
  -- FROM	HH3C-MPLSOAM-MIB
  OBJECTS	{ hh3cMplsOamEgrLspName, hh3cMplsOamEgrDefectType }
  DESCRIPTION	"This notification is generated when the LSP is found
        in the defect state at the LSP egress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOam(79) hh3cMplsOamNotifications(3) 4 }

.1.3.6.1.4.1.25506.2.80
hh3cMplsOamPs OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MPLSOAM-PS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 80 }

.1.3.6.1.4.1.25506.2.80.1
hh3cMplsOamPsScalarGroup OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) 1 }

.1.3.6.1.4.1.25506.2.80.1.1
hh3cMplsOamPsTrapOpen OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether mpls protect-switch trap is globally enabled.
        false: disable;
        true: enable"
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.80.2
hh3cMplsOamPsTable OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) 2 }

.1.3.6.1.4.1.25506.2.80.2.1
hh3cMplsPsTable OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-protection-group MPLS PS
        capability and associated information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) 1 }

.1.3.6.1.4.1.25506.2.80.2.1.1
hh3cMplsPsEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsPsIndex }
  DESCRIPTION	"An entry in this table is created by an LSR for every
        protection group capable of supporting mpls ps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) 1 }

.1.3.6.1.4.1.25506.2.80.2.1.1.1
hh3cMplsPsIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is a unique index for an entry in the mplspsEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.80.2.1.1.2
hh3cMplsPsGroupID OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is a unique group id for an entry in the mplspsEntry.
        One protect-switch group is composed of one working static-lsp
        and one protection static-lsp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.80.2.1.1.3
hh3cMplsPsWorkLspName OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of the working static-lsp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.80.2.1.1.4
hh3cMplsPsProtectLspName OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of the protection static-lsp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.80.2.1.1.5
hh3cMplsPsRevertiveMode OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32 (1..2) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Revertive mode is a protection switching mode where revertive
        action (switch back to the working LSP) is taken after the
        working LSP is repaired. And switching does not occur in a
        non-revertive mode.
        1: revertive;
        2: non-revertive;"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.80.2.1.1.6
hh3cMplsPsWTR OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Wait to Restore timer is only applicable for the revertive mode
        and applies to a working LSP, it prevents reversion back to
        select the working LSP until the Wait to Restore timer has
        expired.
        The default value is 12 minutes. step is 30s."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.80.2.1.1.7
hh3cMplsPsHoldOff OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time between declaration of signal degrade or signal fail,
        and the initialization of the protection switching algorithm.
        Step is 100ms, maximum is 10s."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.80.2.1.1.8
hh3cMplsPsSwitchCondition OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32 (1..9) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The current switch condition of the protection group.
        1: clear, this command clears all of the externally
        initiated switch commands listed below;
        2: lockout of protection, fix the selector position on the
        working LSP, Prevents the selector from switching to the
        protection LSP when it is selecting the working LSP.
        Switches the selector from the protection to the working LSP
        when it is selecting the protection LSP;
        3: forced protection, switches the selector from the working LSP
        to the protection LSP (unless a higher priority switch
        request (i.e., LoP) is in effect);
        4: signal fail, for 1:1, Signal Fail (SF) is declared when the
        source of the protection domain enters the Defect State by
        receiving a BDI packet (from the return LSP or out of band).
        5: manual switch for working-lsp, switches the selector from the
        working LSP to the protection LSP (unless an equal or higher
        priority switch request (i.e., LoP, FS, SF or MS) is in
        effect);
        6: manual switch for protection-lsp, switches the selector from
        the protection LSP to the working LSP (unless an equal or
        higher priority switch request (i.e., LoP, FS, SF or MS) is
        in effect).
        7: WTR-timer, a configurable timer which is used to delay before
        reversion;
        8: HoldOff-timer, the time between declaration of signal degrade
        or signal fail, and the initialization of the protection
        switching algorithm;
        9: Others;
        The pripority of the commands are:
        clear > lockout of protection > force switch > manual switch for working
        lsp = manual switch for protection lsp"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.80.2.1.1.9
hh3cMplsPsWorkLspDetectState OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32 (1..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of working static-lsp state in one protection group,
        whether it is in defect:
        1: it is out of defect;
        2: it enters defect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.80.2.1.1.10
hh3cMplsPsWorkLspUpDownState OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32 (1..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of working static-lsp state in one protection group,
        whether it is up or down:
        1: it is in up state;
        2: it is in down state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.80.2.1.1.11
hh3cMplsPsProtLspDetectState OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32 (1..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of protection static-lsp state in one protection group,
        whether it is in detection:
        1: it is out of defect;
        2: it enters defect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.80.2.1.1.12
hh3cMplsPsProtLspUpDownState OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32 (1..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of protection static-lsp state in one protection group,
        whether it is up or down:
        1: it is in up state;
        2: it is in down state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.80.2.1.1.13
hh3cMplsPsSwitchResult OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  SYNTAX	Integer32 (1..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Which tunnel is used to transfer the data stream.
        1: working static-lsp;
        2: protection static-lsp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 13 }

.1.3.6.1.4.1.25506.2.80.2.1.1.14
hh3cMplsPsRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation,
        deletion and modification of rows, which support active
        status and CreatAndGo, destroy operation.
        To create a new row, hh3cMplsPsGroupID, hh3cMplsPsWorkLspName,
        hh3cMplsPsProtectLspName, hh3cMplsPsRevertiveMode, hh3cMplsPsWTR
        and hh3cMplsPsHoldOff must be specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsTable(2) hh3cMplsPsTable(1) hh3cMplsPsEntry(1) 14 }

.1.3.6.1.4.1.25506.2.80.3
hh3cMplsOamPsNotifications OBJECT-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) 3 }

.1.3.6.1.4.1.25506.2.80.3.1
hh3cMplsPsSwitchPtoW NOTIFICATION-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  OBJECTS	{ hh3cMplsPsWorkLspName, hh3cMplsPsProtectLspName, hh3cMplsPsSwitchResult }
  DESCRIPTION	"This notification is generated when switching from
        protection-lsp to working-lsp occured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsNotifications(3) 1 }

.1.3.6.1.4.1.25506.2.80.3.2
hh3cMplsPsSwitchWtoP NOTIFICATION-TYPE
  -- FROM	HH3C-MPLSOAM-PS-MIB
  OBJECTS	{ hh3cMplsPsWorkLspName, hh3cMplsPsProtectLspName, hh3cMplsPsSwitchResult }
  DESCRIPTION	"This notification is generated when switching from woking-lsp
        to protection-lsp occured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsOamPs(80) hh3cMplsOamPsNotifications(3) 2 }

.1.3.6.1.4.1.25506.2.81
hh3cSiemMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 81 }

.1.3.6.1.4.1.25506.2.82
hh3cUps OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-UPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 82 }

.1.3.6.1.4.1.25506.2.82.1
hh3cUpsMibObjects OBJECT-TYPE
  -- FROM	HH3C-UPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUps(82) 1 }

.1.3.6.1.4.1.25506.2.82.1.1
hh3cUpsConfigEnable OBJECT-TYPE
  -- FROM	HH3C-UPS-MIB
  -- TEXTUAL CONVENTION Hh3cActionType
  SYNTAX	INTEGER {action(1), invalid(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the operation which will make the UPS(Uninterrupted
        Power Supply)'s new configure become effective."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUps(82) hh3cUpsMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.82.1.2
hh3cUpsConfigTable OBJECT-TYPE
  -- FROM	HH3C-UPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains an entry for user to get some information
        about the UPS device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUps(82) hh3cUpsMibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.82.1.2.1
hh3cUpsConfigEntry OBJECT-TYPE
  -- FROM	HH3C-UPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUpsIndex }
  DESCRIPTION	"An entry containing management information applicable
        to a particular UPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUps(82) hh3cUpsMibObjects(1) hh3cUpsConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.82.1.2.1.1
hh3cUpsIndex OBJECT-TYPE
  -- FROM	HH3C-UPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the index of hh3cUpsConfigTable. The object
        identified by this index is the same object as identified by the
        same value of entPhysicalIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUps(82) hh3cUpsMibObjects(1) hh3cUpsConfigTable(2) hh3cUpsConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.82.1.2.1.2
hh3cUpsType OBJECT-TYPE
  -- FROM	HH3C-UPS-MIB
  SYNTAX	INTEGER {emersonUart(1), mge(2), common(3), emersonEth(4), liebert(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the type of UPS.
        The value 'emersonUart' means an EMERSON UPS support UART interface.
        The value 'mge' means a MGE UPS support ethernet interface.
        The value 'common' means a common UPS support standard UPSMIB.
        The value 'emersonEth' means an EMERSON UPS support ethernet interface.
        The value 'liebert' means a Liebert UPS support ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUps(82) hh3cUpsMibObjects(1) hh3cUpsConfigTable(2) hh3cUpsConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.82.1.2.1.3
hh3cUpsIpAddress OBJECT-TYPE
  -- FROM	HH3C-UPS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object describes the address of UPS. The value of this object
        is invalid if the UPS do not support ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUps(82) hh3cUpsMibObjects(1) hh3cUpsConfigTable(2) hh3cUpsConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.82.1.2.1.4
hh3cUpsIpAddressType OBJECT-TYPE
  -- FROM	HH3C-UPS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object describes the address type of UPS. The value of this object
        is invalid if the UPS do not support ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cUps(82) hh3cUpsMibObjects(1) hh3cUpsConfigTable(2) hh3cUpsConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.83
hh3cEOCCommon OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 83 }

.1.3.6.1.4.1.25506.2.83.1
hh3cEOCCommonSysMan OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) 1 }

.1.3.6.1.4.1.25506.2.83.1.1
hh3cEOCCommonSysScalarObjects OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonSysMan(1) 1 }

.1.3.6.1.4.1.25506.2.83.1.1.1
hh3cEOCCommonSysVersion OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Eoc version.  If the object length is
        zero, it means the version is unknown.
        The length is up to 1024.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonSysMan(1) hh3cEOCCommonSysScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.83.1.1.2
hh3cEOCCommonUpLinkMacAddress OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        EOC CLT's uplink device's mac address.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonSysMan(1) hh3cEOCCommonSysScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.83.2
hh3cEOCCommonCltMan OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) 2 }

.1.3.6.1.4.1.25506.2.83.2.1
hh3cEOCCommonCltManTable OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the primary parameters of the
        CLT configuration.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonCltMan(2) 1 }

.1.3.6.1.4.1.25506.2.83.2.1.1
hh3cEOCCommonCltManEntry OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cEOCCommonCltManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonCltMan(2) hh3cEOCCommonCltManTable(1) 1 }

.1.3.6.1.4.1.25506.2.83.2.1.1.1
hh3cEOCCommonCltAutoAuthorize OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This value determines whether software performs
        self-authorization for each Cable Network Unit(CNU)
        registering to the network.  Setting it to false
        means for every CNU registering, software requires
        external authorization, and until it's done the
        CNU is not authenticated.  True value means software
        authorizes each CNU registering to the network
        automatically.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonCltMan(2) hh3cEOCCommonCltManTable(1) hh3cEOCCommonCltManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.83.2.1.1.2
hh3cEOCCommonCltMaxAllowToAccess OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
         This value determines how many CNU can be bound
         in this CLT. If the number of CNU is more than this
         value , then the rest of CNU should not be allow to
         access.
         "
  DEFVAL	{ 253 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonCltMan(2) hh3cEOCCommonCltManTable(1) hh3cEOCCommonCltManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.83.3
hh3cEOCComCnuMan OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) 3 }

.1.3.6.1.4.1.25506.2.83.3.1
hh3cEOCComCnuScalarObjects OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) 1 }

.1.3.6.1.4.1.25506.2.83.3.1.1
hh3cEOCComCnuMaxDownBWMinVal OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of total-bandwidth which is confined to
        hh3cEOCComCnuMaxDownBW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.83.3.1.2
hh3cEOCComCnuMaxDownBWMaxVal OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of total-bandwidth which is confined to
        hh3cEOCComCnuMaxDownBW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.83.3.1.3
hh3cEOCComCnuSlaHighPriBWMinVal OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of high priority bandwidth which is confined to
        hh3cEOCComCnuSlaHighPriBW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuScalarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.83.3.1.4
hh3cEOCComCnuSlaHighPriBWMaxVal OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of high priority bandwidth which is confined to
        hh3cEOCComCnuSlaHighPriBW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuScalarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.83.3.1.5
hh3cEOCComCnuMaxUpBWMinVal OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The lower limit of total-bandwidth which is confined to
        hh3cEOCComCnuMaxUpBW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuScalarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.83.3.1.6
hh3cEOCComCnuMaxUpBWMaxVal OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The upper limit of total-bandwidth which is confined to
        hh3cEOCComCnuMaxUpBW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuScalarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.83.3.1.7
hh3cEOCComCnuAttenThrA OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The value of cnu's average attenuation good level thresholds.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuScalarObjects(1) 7 }

.1.3.6.1.4.1.25506.2.83.3.1.8
hh3cEOCComCnuAttenThrB OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The value of cnu's average attenuation normal level thresholds.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuScalarObjects(1) 8 }

.1.3.6.1.4.1.25506.2.83.3.1.9
hh3cEOCComCnuRateDropThr OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The value of cnu's Tx/Rx rate drop thresholds.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuScalarObjects(1) 9 }

.1.3.6.1.4.1.25506.2.83.3.2
hh3cEOCComCnuSysManTable OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the management of CNUs(Coax Network Unit).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) 2 }

.1.3.6.1.4.1.25506.2.83.3.2.1
hh3cEOCComCnuSysManEntry OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cEOCComCnuSysManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) 1 }

.1.3.6.1.4.1.25506.2.83.3.2.1.1
hh3cEOCComCnuCableIfindex OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The index of cable port which uniquely identifies the cable
        port of one device.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.83.3.2.1.2
hh3cEOCComCnuDeviceType OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The type of the EOC CNU(Coax Network Unit).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.83.3.2.1.3
hh3cEOCComCnuDeviceAlias OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        EOC CNU's alias which display as the device's name,
        it's recommended to set it uniquely and understandably.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.83.3.2.1.4
hh3cEOCComCnuDescr OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        User's description, including user's address,
        name, telephone number and so on.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 4 }

.1.3.6.1.4.1.25506.2.83.3.2.1.5
hh3cEOCComCnuUpTime OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The time since the CNU last registered to the network.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 5 }

.1.3.6.1.4.1.25506.2.83.3.2.1.6
hh3cEOCComCnuVLANType OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {vLANTrunk(1), access(2), hybrid(3), fabric(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"port vlan types.
        hybrid (3) port can carry multiple VLANs.
        If fabric function is supported, fabric(4) means the port is
        a fabric port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 6 }

.1.3.6.1.4.1.25506.2.83.3.2.1.7
hh3cEOCComCnuPvid OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The PVID, the VLAN ID assigned to untagged frames or
        Priority-Tagged frames received on cable interface.
        "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 7 }

.1.3.6.1.4.1.25506.2.83.3.2.1.8
hh3cEOCComCnuVlanTag OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {tagged(1), untagged(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        VLAN is set tagged or untagged on cable interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 8 }

.1.3.6.1.4.1.25506.2.83.3.2.1.9
hh3cEOCComCnuReset OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {running(1), reset(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This variable is used to reset the CNU device. The
        interface may be unavailable while the reset occurs and
        data may be lost. During reading operation it returns
        the state of the CNU device. running(1) indicates and
        operates normal operation, reset(2) indicates and
        operates reset mode. Writing can be done all the time.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 9 }

.1.3.6.1.4.1.25506.2.83.3.2.1.10
hh3cEOCComCnuDeregister OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {deregister(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        deregister CNU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 10 }

.1.3.6.1.4.1.25506.2.83.3.2.1.11
hh3cEOCComCnuSave OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {save(1), running(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Save the UNI and CNU related configurations to
        the CNU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 11 }

.1.3.6.1.4.1.25506.2.83.3.2.1.12
hh3cEOCComCnuAccess OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {access(1), notaccess(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Control whether the user can access to the network.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuSysManTable(2) hh3cEOCComCnuSysManEntry(1) 12 }

.1.3.6.1.4.1.25506.2.83.3.3
hh3cEOCComCnuMacTable OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the management of CNUs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) 3 }

.1.3.6.1.4.1.25506.2.83.3.3.1
hh3cEOCComCnuMacEntry OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cEOCComCnuMacTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuMacTable(3) 1 }

.1.3.6.1.4.1.25506.2.83.3.3.1.1
hh3cEOCComCnuMacAddress OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        EOC CNU's MAC address.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuMacTable(3) hh3cEOCComCnuMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.83.3.3.1.2
hh3cEOCComCnuRowStatus OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Operation status.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuMacTable(3) hh3cEOCComCnuMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.83.3.3.1.3
hh3cEOCComCnuTempIndex OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        EOC CNU's model index from hh3cHPEOCTemplateIndex,
        If configure 0, the CNU select no model.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuMacTable(3) hh3cEOCComCnuMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.83.3.4
hh3cEOCComCnuInfoTable OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Primary status of the specified CNU.
        There will be one row in this table for each
        information in the system.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) 4 }

.1.3.6.1.4.1.25506.2.83.3.4.1
hh3cEOCComCnuInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the hh3cEOCComCnuInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.83.3.4.1.1
hh3cEOCComCnuHardwareVersion OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        EOC CNU's hardware version.  If the object length is
        zero, it means the version is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) hh3cEOCComCnuInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.83.3.4.1.2
hh3cEOCComCnuPCBVersion OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        EOC CNU's PCB version.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) hh3cEOCComCnuInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.83.3.4.1.3
hh3cEOCComCnuLinkState OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {physicaldown(1), linkdown(2), linkup(3), loopback(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cable port's link state.  The physicaldown(1) state indicates
        that the CNU is not powered on.  The linkdown(2) state indicates
        that the CNU is powered on, but registers fail.  The linkup(3)
        state indicates that the CNU is powered on, and registers
        successful.  The loopback(4) state indecates that the CNU is
        powered on and registers successful, but loopback has detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) hh3cEOCComCnuInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.83.3.4.1.4
hh3cEOCComCnuAttenuation OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cnu's average attenuation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) hh3cEOCComCnuInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.83.3.4.1.5
hh3cEOCComCnuSoftwareVersion OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        EOC CNU's software version.  If the object length is
        zero, it means the version is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) hh3cEOCComCnuInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.83.3.4.1.6
hh3cEOCComCnuTxRate OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cnu's capability of tx speed in unit of 1Mbps.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) hh3cEOCComCnuInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.83.3.4.1.7
hh3cEOCComCnuRxRate OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cnu's capability of rx speed in unit of 1Mbps.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) hh3cEOCComCnuInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.83.3.4.1.8
hh3cEOCComCnuTxRateDrop OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cnu's capability droping of tx
        speed from it's history max value in unit of %.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) hh3cEOCComCnuInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.83.3.4.1.9
hh3cEOCComCnuRxRateDrop OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cnu's capability droping of rx
        speed from it's history max value in unit of %.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuInfoTable(4) hh3cEOCComCnuInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.83.3.5
hh3cEOCComCnuBandWidthTable OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        Set bandwidth parameters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) 5 }

.1.3.6.1.4.1.25506.2.83.3.5.1
hh3cEOCComCnuBandWidthEntry OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of table hh3cEOCComCnuBandWidthTable.
        It is a pre-configuration.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuBandWidthTable(5) 1 }

.1.3.6.1.4.1.25506.2.83.3.5.1.1
hh3cEOCComCnuMaxDownBW OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Maximum bandwidth allowed for the CNU,
        measured in Kbit/s.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuBandWidthTable(5) hh3cEOCComCnuBandWidthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.83.3.5.1.2
hh3cEOCComCnuSlaHighPriBW OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        High priority bandwidth - measured in Kbit/s.
        The value of this object should be the multiple of
        the value of hh3cEOCComCnuMaxUpBW.
        The high priority bandwidth should not be larger than the maximum
        bandwidth.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuBandWidthTable(5) hh3cEOCComCnuBandWidthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.83.3.5.1.3
hh3cEOCComCnuMaxUpBW OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Total bandwidth - measured in Kbit/s.
        The value of this object should be the multiple of
        the value of hh3cEOCComCnuSlaHighPriBW.
        The total bandwidth should be larger than the high priority bandwidth.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComCnuMan(3) hh3cEOCComCnuBandWidthTable(5) hh3cEOCComCnuBandWidthEntry(1) 3 }

.1.3.6.1.4.1.25506.2.83.4
hh3cEOCComUniMan OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) 4 }

.1.3.6.1.4.1.25506.2.83.4.1
hh3cEOCComUniManTable OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines several user network interface(UNI) system
        parameters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) 1 }

.1.3.6.1.4.1.25506.2.83.4.1.1
hh3cEOCComUniManEntry OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEOCUniIndex }
  DESCRIPTION	"
        The entry of hh3cEOCComUniManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) 1 }

.1.3.6.1.4.1.25506.2.83.4.1.1.1
hh3cEOCUniIndex OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index value which uniquely identifies the FE(Fast Ethernet)
        interface of the CNU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.83.4.1.1.2
hh3cEOCComUniDescr OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        A textual string containing information about the interface.  This
        string should include the name of the manufacturer, the product
        name and the version of the interface hardware and software.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.83.4.1.1.3
hh3cEOCComUniStatus OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The desired state of the user network interface. When a managed
        system initializes, all user network interfaces start with down
        state. The testing state indicates that no operational packets
        can be passed. As a result of either explicit management action or
        per configuration information retained by the managed system,
        hh3cEOCComUniStatus is then changed to either the up or
        testing states (or remains in the down state).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.83.4.1.1.4
hh3cEOCComUniSpeed OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {auto(1), s10M(10), s100M(100)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        User network interface speed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 4 }

.1.3.6.1.4.1.25506.2.83.4.1.1.5
hh3cEOCComUniDuplex OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {full(1), half(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        User network interface mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 5 }

.1.3.6.1.4.1.25506.2.83.4.1.1.6
hh3cEOCComUniCurrentSpeed OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        An estimate of the interface's current bandwidth in
        bits per second.  For interfaces which do not vary in
        bandwidth or for those where no accurate estimation
        can be made, this object should contain the nominal
        bandwidth.  If the bandwidth of the interface is
        greater than the maximum value reportable by this
        object then this object should report its maximum
        value (4,294,967,295).  For a sub-layer which
        has no concept of bandwidth, this object should be
        zero.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 6 }

.1.3.6.1.4.1.25506.2.83.4.1.1.7
hh3cEOCComUniCurrentDuplex OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {full(1), half(2), unknown(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The current mode of operation of the MAC
        entity.  'unknown' indicates that the current
        duplex mode could not be determined.

        Management control of the duplex mode is
        accomplished through the MAU MIB.  When
        an interface does not support autonegotiation,
        or when autonegotiation is not enabled, the
        duplex mode is controlled using
        ifMauDefaultType.  When autonegotiation is
        supported and enabled, duplex mode is controlled
        using ifMauAutoNegAdvertisedBits.  In either
        case, the currently operating duplex mode is
        reflected both in this object and in ifMauType.

        Note that this object provides redundant
        information with ifMauType.  Normally, redundant
        objects are discouraged.  However, in this
        instance, it allows a management application to
        determine the duplex status of an interface
        without having to know every possible value of
        ifMauType.  This was felt to be sufficiently
        valuable to justify the redundancy.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 7 }

.1.3.6.1.4.1.25506.2.83.4.1.1.8
hh3cEOCComUniMdi OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {mdi-ii(1), mdi-x(2), mdi-auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Type of the line connected to UNI interface:
        mdi-ii(straight-through cable),
        mdi-x (crossover cable),
        mdi-auto (auto-sensing)."
  DEFVAL	{ mdi-auto }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 8 }

.1.3.6.1.4.1.25506.2.83.4.1.1.9
hh3cEOCComUniFlowControl OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Flow control status.
        true(1)  - Flow control status enable.
        false(2) - Flow control status disable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 9 }

.1.3.6.1.4.1.25506.2.83.4.1.1.10
hh3cEOCComUniCountReset OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the counter which is about packets of the interface,
        then the counter will change to zero.  There is no sense in
        reading this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 10 }

.1.3.6.1.4.1.25506.2.83.4.1.1.11
hh3cEOCComUniAlias OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        This object is an 'alias' name for the interface as
        specified by a network manager, and provides a non-
        volatile 'handle' for the interface.

        On the first instantiation of an interface, the value
        of hh3cEOCComUniAlias associated with that interface is the
        zero-length string.  As and when a value is written
        into an instance of hh3cEOCComUniAlias through a network
        management set operation, then the agent must retain
        the supplied value in the hh3cEOCComUniAlias instance associated
        with the same interface for as long as that interface
        remains instantiated, including across all re-
        initializations/reboots of the network management
        system, including those which result in a change of
        the interface's ifIndex and hh3cEOCUniIndex value.

        An example of the value which a network manager might
        store in this object for a WAN interface is the
        (Telco's) circuit number/identifier of the interface.

        Some agents may support write-access only for
        interfaces having particular values of hh3cEOCComUniType.  An
        agent which supports write access to this object is
        required to keep the value in non-volatile storage,
        but it may limit the length of new values depending on
        how much storage is already occupied by the current
        values for other interfaces.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 11 }

.1.3.6.1.4.1.25506.2.83.4.1.1.12
hh3cEOCComUniType OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION IANAifType
  SYNTAX	INTEGER {other(1), regular1822(2), hdh1822(3), ddnX25(4), rfc877x25(5), ethernetCsmacd(6), iso88023Csmacd(7), iso88024TokenBus(8), iso88025TokenRing(9), iso88026Man(10), starLan(11), proteon10Mbit(12), proteon80Mbit(13), hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), e1(19), basicISDN(20), primaryISDN(21), propPointToPointSerial(22), ppp(23), softwareLoopback(24), eon(25), ethernet3Mbit(26), nsip(27), slip(28), ultra(29), ds3(30), sip(31), frameRelay(32), rs232(33), para(34), arcnet(35), arcnetPlus(36), atm(37), miox25(38), sonet(39), x25ple(40), iso88022llc(41), localTalk(42), smdsDxi(43), frameRelayService(44), v35(45), hssi(46), hippi(47), modem(48), aal5(49), sonetPath(50), sonetVT(51), smdsIcip(52), propVirtual(53), propMultiplexor(54), ieee80212(55), fibreChannel(56), hippiInterface(57), frameRelayInterconnect(58), aflane8023(59), aflane8025(60), cctEmul(61), fastEther(62), isdn(63), v11(64), v36(65), g703at64k(66), g703at2mb(67), qllc(68), fastEtherFX(69), channel(70), ieee80211(71), ibm370parChan(72), escon(73), dlsw(74), isdns(75), isdnu(76), lapd(77), ipSwitch(78), rsrb(79), atmLogical(80), ds0(81), ds0Bundle(82), bsc(83), async(84), cnr(85), iso88025Dtr(86), eplrs(87), arap(88), propCnls(89), hostPad(90), termPad(91), frameRelayMPI(92), x213(93), adsl(94), radsl(95), sdsl(96), vdsl(97), iso88025CRFPInt(98), myrinet(99), voiceEM(100), voiceFXO(101), voiceFXS(102), voiceEncap(103), voiceOverIp(104), atmDxi(105), atmFuni(106), atmIma(107), pppMultilinkBundle(108), ipOverCdlc(109), ipOverClaw(110), stackToStack(111), virtualIpAddress(112), mpc(113), ipOverAtm(114), iso88025Fiber(115), tdlc(116), gigabitEthernet(117), hdlc(118), lapf(119), v37(120), x25mlp(121), x25huntGroup(122), transpHdlc(123), interleave(124), fast(125), ip(126), docsCableMaclayer(127), docsCableDownstream(128), docsCableUpstream(129), a12MppSwitch(130), tunnel(131), coffee(132), ces(133), atmSubInterface(134), l2vlan(135), l3ipvlan(136), l3ipxvlan(137), digitalPowerline(138), mediaMailOverIp(139), dtm(140), dcn(141), ipForward(142), msdsl(143), ieee1394(144), if-gsn(145), dvbRccMacLayer(146), dvbRccDownstream(147), dvbRccUpstream(148), atmVirtual(149), mplsTunnel(150), srp(151), voiceOverAtm(152), voiceOverFrameRelay(153), idsl(154), compositeLink(155), ss7SigLink(156), propWirelessP2P(157), frForward(158), rfc1483(159), usb(160), ieee8023adLag(161), bgppolicyaccounting(162), frf16MfrBundle(163), h323Gatekeeper(164), h323Proxy(165), mpls(166), mfSigLink(167), hdsl2(168), shdsl(169), ds1FDL(170), pos(171), dvbAsiIn(172), dvbAsiOut(173), plc(174), nfas(175), tr008(176), gr303RDT(177), gr303IDT(178), isup(179), propDocsWirelessMaclayer(180), propDocsWirelessDownstream(181), propDocsWirelessUpstream(182), hiperlan2(183), propBWAp2Mp(184), sonetOverheadChannel(185), digitalWrapperOverheadChannel(186), aal2(187), radioMAC(188), atmRadio(189), imt(190), mvl(191), reachDSL(192), frDlciEndPt(193), atmVciEndPt(194), opticalChannel(195), opticalTransport(196), propAtm(197), voiceOverCable(198), infiniband(199), teLink(200), q2931(201), virtualTg(202), sipTg(203), sipSig(204), docsCableUpstreamChannel(205), econet(206), pon155(207), pon622(208), bridge(209), linegroup(210), voiceEMFGD(211), voiceFGDEANA(212), voiceDID(213), mpegTransport(214), sixToFour(215), gtp(216), pdnEtherLoop1(217), pdnEtherLoop2(218), opticalChannelGroup(219), homepna(220), gfp(221), ciscoISLvlan(222), actelisMetaLOOP(223), fcipLink(224), rpr(225), qam(226), lmp(227), cblVectaStar(228), docsCableMCmtsDownstream(229), adsl2(230), macSecControlledIF(231), macSecUncontrolledIF(232), aviciOpticalEther(233), atmbond(234), voiceFGDOS(235), mocaVersion1(236), ieee80216WMAN(237), adsl2plus(238), dvbRcsMacLayer(239), dvbTdm(240), dvbRcsTdma(241), x86Laps(242), wwanPP(243), wwanPP2(244), voiceEBS(245), ifPwType(246), ilan(247), pip(248), aluELP(249), gpon(250), vdsl2(251), capwapDot11Profile(252), capwapDot11Bss(253), capwapWtpVirtualRadio(254), bits(255), docsCableUpstreamRfPort(256), cableDownstreamRfPort(257), switchstack(65534)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The type of interface.  Additional values for hh3cEOCComUniType
        are assigned by the Internet Assigned Numbers
        Authority(IANA), through updating the syntax of the
        IANAifType textual convention.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 12 }

.1.3.6.1.4.1.25506.2.83.4.1.1.13
hh3cEOCComUniVLANType OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {vLANTrunk(1), access(2), hybrid(3), fabric(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"port vlan types.
        hybrid (3) port can carry multiple VLANs.
        If fabric function is supported, fabric(4) means the port is
        a fabric port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 13 }

.1.3.6.1.4.1.25506.2.83.4.1.1.14
hh3cEOCComUniPvid OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The PVID, the VLAN ID assigned to untagged frames or
        Priority-Tagged frames received on this port.
        "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 14 }

.1.3.6.1.4.1.25506.2.83.4.1.1.15
hh3cEOCComUniVlanTag OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {tagged(1), untagged(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        VLAN is set tagged or untagged.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 15 }

.1.3.6.1.4.1.25506.2.83.4.1.1.16
hh3cEOCComUniPriority OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The default ingress User Priority for this port.  This
        only has effect on media, such as Ethernet, that do not
        support native User Priority.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 16 }

.1.3.6.1.4.1.25506.2.83.4.1.1.17
hh3cEOCComUniUpLineRate OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The max speed upload in units of 1,000 bits per second
        on this interface.  The value should between 0 and 100Mbps.
        If the value is 0, it means that the upload speed is only
        restricted by the physical line.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 17 }

.1.3.6.1.4.1.25506.2.83.4.1.1.18
hh3cEOCComUniDownLineRate OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The max speed download in units of 1,000 bits per second
        on this interface.  The value should between 0 and 100Mbps.
        If the value is 0, it means that the download speed is only
        restricted by the physical line.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 18 }

.1.3.6.1.4.1.25506.2.83.4.1.1.19
hh3cEOCComUniAdminStatus OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Control if open or close the UNI.  If choose up(1), means the UNI is
        opened and packets can pass it.  If choose down(2), means the UNI is
        closed and all packets will be discard.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniManTable(1) hh3cEOCComUniManEntry(1) 19 }

.1.3.6.1.4.1.25506.2.83.4.2
hh3cEOCComUniCountTable OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of interface counter about frames entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) 2 }

.1.3.6.1.4.1.25506.2.83.4.2.1
hh3cEOCComUniCountEntry OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEOCUniIndex }
  DESCRIPTION	"An entry containing management information applicable
        to a particular interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) 1 }

.1.3.6.1.4.1.25506.2.83.4.2.1.1
hh3cEOCUniInPkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad packets,
        broadcast packets, and multicast packets) received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 1 }

.1.3.6.1.4.1.25506.2.83.4.2.1.2
hh3cEOCUniInUPkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good packets received that are
        directed to the unicast address.  Note that this
        does not include multicast and broadcast packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 2 }

.1.3.6.1.4.1.25506.2.83.4.2.1.3
hh3cEOCUniInBPkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good packets received that are
        directed to the broadcast address.  Note that this
        does not include multicast packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 3 }

.1.3.6.1.4.1.25506.2.83.4.2.1.4
hh3cEOCUniInMPkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good packets received that are
        directed to a multicast address.  Note that this number
        does not include packets directed to the broadcast address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 4 }

.1.3.6.1.4.1.25506.2.83.4.2.1.5
hh3cEOCUniInPausePkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of MAC Control packets received on this
        interface by the pause(flow control) operation.
        This counter does not increment when the
        interface is in a half-duplex mode.
        Discontinuities in the value of this counter can
        occur at re-initialization of the management
        system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 5 }

.1.3.6.1.4.1.25506.2.83.4.2.1.6
hh3cEOCUniInTotalErrors OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total count of the error packets received on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 6 }

.1.3.6.1.4.1.25506.2.83.4.2.1.7
hh3cEOCUniInCRCErrs OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received that
        had a length (excluding framing bits, but
        including FCS octets) of between 64 and 1518
        octets, inclusive, but had either a bad
        Frame Check Sequence (FCS) with an integral
        number of octets (FCS Error) or a bad FCS with
        a non-integral number of octets (Alignment Error)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 7 }

.1.3.6.1.4.1.25506.2.83.4.2.1.8
hh3cEOCUniInUndersizePkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received that are
        less than 64 octets long (excluding framing bits,
        but including FCS octets) and are otherwise well formed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 8 }

.1.3.6.1.4.1.25506.2.83.4.2.1.9
hh3cEOCUniInOversizePkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received that are
        longer than 1518 octets (excluding framing bits,
        but including FCS octets) and are otherwise well formed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 9 }

.1.3.6.1.4.1.25506.2.83.4.2.1.10
hh3cEOCUniInErrorbyOther OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of other error packets received on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 10 }

.1.3.6.1.4.1.25506.2.83.4.2.1.11
hh3cEOCUniInOctets OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 11 }

.1.3.6.1.4.1.25506.2.83.4.2.1.12
hh3cEOCUniOutPkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets (including bad packets,
        broadcast packets, and multicast packets) sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 12 }

.1.3.6.1.4.1.25506.2.83.4.2.1.13
hh3cEOCUniOutUPkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good packets sent that are
        directed to the unicast address.  Note that this
        does not include multicast and broadcast packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 13 }

.1.3.6.1.4.1.25506.2.83.4.2.1.14
hh3cEOCUniOutBPkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good packets sent that are
        directed to the broadcast address.  Note that this
        does not include multicast packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 14 }

.1.3.6.1.4.1.25506.2.83.4.2.1.15
hh3cEOCUniOutMPkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of good packets sent that are
        directed to a multicast address.  Note that this number
        does not include packets directed to the broadcast address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 15 }

.1.3.6.1.4.1.25506.2.83.4.2.1.16
hh3cEOCUniOutPausePkts OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of MAC control packets sent on this
        interface by the pause operation.  This counter does
        not increment when the interface is in a half-duplex mode.
        Discontinuities in the value of this counter can
        occur at re-initialization of the management system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 16 }

.1.3.6.1.4.1.25506.2.83.4.2.1.17
hh3cEOCUniOutTotalErrors OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of error packets sent on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 17 }

.1.3.6.1.4.1.25506.2.83.4.2.1.18
hh3cEOCUniOutCollisions OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The best estimate of the total number of collisions
        on this Ethernet segment.
        The value returned will depend on the location of the
        RMON probe.  Section 8.2.1.3 (10BASE-5) and section
        10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a
        station must detect a collision, in the receive mode, if
        three or more stations are transmitting simultaneously.  A
        repeater port must detect a collision when two or more
        stations are transmitting simultaneously.  Thus a probe
        placed on a repeater port could record more collisions
        than a probe connected to a station on the same segment
        could.  Probe location plays a much smaller role when considering
        10BASE-T.  14.2.1.4 (10BASE-T) of IEEE standard 802.3
        defines a collision as the simultaneous presence of signals
        on the DO and RD circuits (transmitting and receiving
        at the same time).  A 10BASE-T station can only detect
        collisions when it is transmitting.  Thus probes placed on
        a station and a repeater, should report the same number of
        collisions.  Note also that an RMON probe inside a repeater should
        ideally report collisions between the repeater and one or
        more other hosts (transmit collisions as defined by IEEE
        802.3k) plus receiver collisions observed on any coax
        segments to which the repeater is connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 18 }

.1.3.6.1.4.1.25506.2.83.4.2.1.19
hh3cEOCUniOutDelayExceedDsds OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets discarded by this port due
        to excessive transit delay through the bridge.  It
        is incremented by both transparent and source route bridges."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 19 }

.1.3.6.1.4.1.25506.2.83.4.2.1.20
hh3cEOCUniOutErrorbyOther OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of other error packets sent on this interface.
        Other error packets means the error packets out of collision packets
        and excessive delayed packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 20 }

.1.3.6.1.4.1.25506.2.83.4.2.1.21
hh3cEOCUniOutDroppedFrames OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of frames dropped because of buffer failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 21 }

.1.3.6.1.4.1.25506.2.83.4.2.1.22
hh3cEOCUniOutOctets OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets transmitted out of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComUniMan(4) hh3cEOCComUniCountTable(2) hh3cEOCComUniCountEntry(1) 22 }

.1.3.6.1.4.1.25506.2.83.5
hh3cEOCCommonTrap OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) 5 }

.1.3.6.1.4.1.25506.2.83.5.0
hh3cEOCTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) 0 }

.1.3.6.1.4.1.25506.2.83.5.0.1
hh3cEOCCnuRegExcessTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCCnuRegExcessTrap notification is sent when the
        number of registered CNUs exceeds the limit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.83.5.0.2
hh3cEOCCnuRegExcessRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCCnuRegExcessRecoverTrap notification is sent when
        hh3cEOCCnuRegExcessTrap is detected and then recoverd.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.83.5.0.3
hh3cEOCCnuRegSuccTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCCnuRegSuccTrap notification is sent when a
        CNU registers successful.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.83.5.0.4
hh3cEOCCnuOffLineTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCCnuOffLineTrap notification is sent when a
        CNU offline.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.83.5.0.5
hh3cEOCCnuLinkupTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCCnuLinkupTrap notification is sent when a
        CNU linkup.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.83.5.0.6
hh3cEOCOamDisconnectTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCOamDisconnectionTrap notification is sent when
        LLID's OAM link is disconnected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.83.5.0.7
hh3cEOCOamDisconnectRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCOamDisconnectionRecoverTrap notification is sent when
        LLID's OAM link is disconnected and then connected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.83.5.0.8
hh3cEOCBandwidthNotEnoughTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        Bandwidth is not enough, cnu can not bind now.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 8 }

.1.3.6.1.4.1.25506.2.83.5.0.9
hh3cEOCCnuAttenuationTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress, hh3cEOCComCnuAttenuation }
  DESCRIPTION	"
        A hh3cHPEOCCnuAttenuationTrap notification is sent when a
        CNU's attenuation is changing.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 9 }

.1.3.6.1.4.1.25506.2.83.5.0.10
hh3cEOCCnuRegFailTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCCnuRegFailTrap notification is sent when a
        CNU registers fail.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 10 }

.1.3.6.1.4.1.25506.2.83.5.0.11
hh3cEOCCLTCablePortErrorTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCCLTCablePortErrorTrap notification is sent when the
        hardware of cable port occurs error or CLT's vlan is configged
        error.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 11 }

.1.3.6.1.4.1.25506.2.83.5.0.12
hh3cEOCCLTCablePortErrReTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"
        A hh3cEOCCLTCablePortErrReTrap notification is sent when cable port
        error and then recovered.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 12 }

.1.3.6.1.4.1.25506.2.83.5.0.13
hh3cEOCCnuTxRateDropTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress, hh3cEOCComCnuTxRateDrop }
  DESCRIPTION	"
        A hh3cEOCCnuTxRateDropTrap notification is sent when cable port
        rate of TX capability drop exceeded threshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 13 }

.1.3.6.1.4.1.25506.2.83.5.0.14
hh3cEOCCnuTxRateDropRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress, hh3cEOCComCnuTxRateDrop }
  DESCRIPTION	"
        A hh3cEOCCnuTxRateDropRecoverTrap notification is sent when cable port
        rate of TX capability recover from the recent rate-drop trap.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 14 }

.1.3.6.1.4.1.25506.2.83.5.0.15
hh3cEOCCnuRxRateDropTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress, hh3cEOCComCnuRxRateDrop }
  DESCRIPTION	"
        A hh3cEOCCnuRxRateDropTrap notification is sent when cable port
        rate of RX capability drop exceeded threshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 15 }

.1.3.6.1.4.1.25506.2.83.5.0.16
hh3cEOCCnuRxRateDropRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress, hh3cEOCComCnuRxRateDrop }
  DESCRIPTION	"
        A hh3cEOCCnuRxRateDropRecoverTrap notification is sent when cable port
        rate of RX capability recover from the recent rate-drop trap.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 16 }

.1.3.6.1.4.1.25506.2.83.5.0.17
hh3cEOCCnuFWDownLoadErrTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ hh3cHPEOCDownLoadCNUFWResult }
  DESCRIPTION	"
        A hh3cEOCCnuFWDownLoadErrTrap notification is sent when CLT can't
        download CNU firmware from the server successfully.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 17 }

.1.3.6.1.4.1.25506.2.83.5.0.18
hh3cEOCCnuFWDownLoadErrReTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  DESCRIPTION	"
        A hh3cEOCCnuFWDownLoadErrReTrap notification is sent when CLT recover
        from the download CNU firmware error.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 18 }

.1.3.6.1.4.1.25506.2.83.5.0.19
hh3cEOCCnuDeviceTypeErrTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress, hh3cEOCComCnuDeviceType }
  DESCRIPTION	"
        A hh3cEOCCnuDeviceTypeErrTrap notification is sent when the online CNU
        doesn't match the type which user defined earlier.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 19 }

.1.3.6.1.4.1.25506.2.83.5.0.20
hh3cEOCCnuDeviceTypeErrReTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress }
  DESCRIPTION	"
        A hh3cEOCCnuDeviceTypeErrReTrap notification is sent when the online CNU
        doesn't match the type which user defined earlier and then recover.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 20 }

.1.3.6.1.4.1.25506.2.83.5.0.21
hh3cEOCCnuAutoUpdateErrTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress }
  DESCRIPTION	"
        A hh3cEOCCnuAutoUpdateErrTrap notification is sent when the online CNU
        doesn't auto update successfully.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 21 }

.1.3.6.1.4.1.25506.2.83.5.0.22
hh3cEOCCnuAutoUpdateSuccTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress }
  DESCRIPTION	"
        A hh3cEOCCnuAutoUpdateSuccTrap notification is sent when the online CNU
        auto update successfully.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 22 }

.1.3.6.1.4.1.25506.2.83.5.0.23
hh3cEOCLoopbackDetectTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress }
  DESCRIPTION	"
        A hh3cEOCLoopbackDetectTrap notification is sent when the loopback between
        the ethernet ports of CNU or CLT is found.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 23 }

.1.3.6.1.4.1.25506.2.83.5.0.24
hh3cEOCLoopbackRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cEOCComCnuMacAddress }
  DESCRIPTION	"
        A hh3cEOCLoopbackRecoverTrap notification is sent when the loopback between
        the ethernet ports of CNU or CLT is recover.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCCommonTrap(5) hh3cEOCTrapPrefix(0) 24 }

.1.3.6.1.4.1.25506.2.83.6
hh3cEOCComOnLineCnuMan OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) 6 }

.1.3.6.1.4.1.25506.2.83.6.1
hh3cEOCComCnuTypeTable OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the description of cnu typ.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComOnLineCnuMan(6) 1 }

.1.3.6.1.4.1.25506.2.83.6.1.1
hh3cEOCComCnuTypeEntry OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEOCComCnuTypeIdx }
  DESCRIPTION	"
        The entry of the table hh3cEOCComCnuTypeTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComOnLineCnuMan(6) hh3cEOCComCnuTypeTable(1) 1 }

.1.3.6.1.4.1.25506.2.83.6.1.1.1
hh3cEOCComCnuTypeIdx OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        A unique value for each cnu types.  Its value
        ranges between 1 and the value of cny typess.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComOnLineCnuMan(6) hh3cEOCComCnuTypeTable(1) hh3cEOCComCnuTypeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.83.6.1.1.2
hh3cEOCComCnuDescripton OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The description for unique cnu types.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComOnLineCnuMan(6) hh3cEOCComCnuTypeTable(1) hh3cEOCComCnuTypeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.83.6.2
hh3cEOCComCnuNumTable OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the number of cnu registered in variable types
        of the CLT .
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComOnLineCnuMan(6) 2 }

.1.3.6.1.4.1.25506.2.83.6.2.1
hh3cEOCComCnuNumEntry OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEOCComCnuTypeIdx }
  DESCRIPTION	"
        The entry of the table hh3cEOCComCnuNumTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComOnLineCnuMan(6) hh3cEOCComCnuNumTable(2) 1 }

.1.3.6.1.4.1.25506.2.83.6.2.1.1
hh3cEOCComCnuNumber OBJECT-TYPE
  -- FROM	HH3C-EOC-COMMON-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The number of special type of cnu that has been registerd in clt.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEOCCommon(83) hh3cEOCComOnLineCnuMan(6) hh3cEOCComCnuNumTable(2) hh3cEOCComCnuNumEntry(1) 1 }

.1.3.6.1.4.1.25506.2.84
hh3cHPEOC OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-HPEOC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 84 }

.1.3.6.1.4.1.25506.2.84.1
hh3cHPEOCSystem OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) 1 }

.1.3.6.1.4.1.25506.2.84.1.1
hh3cHPEOCCltVlanType OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {ieee8021q(1), portbased(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Control EOC CLT's VLAN type,
        ieee8021q : 802.1q VLAN mode,
        portbased : portbased VLAN mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 1 }

.1.3.6.1.4.1.25506.2.84.1.2
hh3cHPEOCCltVlanManTable OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the management of CLT(Coax Line Terminal)
        VLAN.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 2 }

.1.3.6.1.4.1.25506.2.84.1.2.1
hh3cHPEOCCltVlanManEntry OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cHPEOCCltVlanManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCltVlanManTable(2) 1 }

.1.3.6.1.4.1.25506.2.84.1.2.1.1
hh3cHPEOCCltEthPortType OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {normal(1), debug(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Control CLT ethernet ports' type,
        normal : port which used for normal translation,
        debug : port which used for debug.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCltVlanManTable(2) hh3cHPEOCCltVlanManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.84.1.3
hh3cHPEOCCltSysManTable OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the management of CLT(Coax Line Terminal).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 3 }

.1.3.6.1.4.1.25506.2.84.1.3.1
hh3cHPEOCCltSysManEntry OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cHPEOCCltSysManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCltSysManTable(3) 1 }

.1.3.6.1.4.1.25506.2.84.1.3.1.1
hh3cHPEOCCltDescr OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..126) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Set the description of CLT.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCltSysManTable(3) hh3cHPEOCCltSysManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.84.1.3.1.2
hh3cHPEOCCltFwVersion OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        EOC firmware version.  If the object length is
        zero, it means the version is unknown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCltSysManTable(3) hh3cHPEOCCltSysManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.84.1.3.1.3
hh3cHPEOCCltLinkState OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {physicaldown(1), linkdown(2), linkup(3), loopback(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cable port's link state.  The physicaldown(1) state indicates
        that the CLT is not powered on.  The linkdown(2) state indicates
        that the CLT is powered on, but registers fail.  The linkup(3)
        state indicates that the CLT is powered on, and registers
        successful.  The loopback(4) state indecates that the CLT is
        powered on and registers successful, but loopback has detected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCltSysManTable(3) hh3cHPEOCCltSysManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.84.1.4
hh3cHPEOCCnuSysManTable OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table implements the management of CNUs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 4 }

.1.3.6.1.4.1.25506.2.84.1.4.1
hh3cHPEOCCnuSysManEntry OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cHPEOCCnuSysManTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCnuSysManTable(4) 1 }

.1.3.6.1.4.1.25506.2.84.1.4.1.1
hh3cHPEOCCnuBcastControl OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Broadcast storm suppression status.
        true(1)  - Broadcast storm suppression enable.
        false(2) - Broadcast storm suppression disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCnuSysManTable(4) hh3cHPEOCCnuSysManEntry(1) 1 }

.1.3.6.1.4.1.25506.2.84.1.4.1.2
hh3cHPEOCCnuAnonymStatus OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        Anonymity status.
        true(1)  - the user which uses the CNU is anonymous.
        false(2) - the user which uses the CNU has an account.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCnuSysManTable(4) hh3cHPEOCCnuSysManEntry(1) 2 }

.1.3.6.1.4.1.25506.2.84.1.4.1.3
hh3cHPEOCCnuMacLimit OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Configure the max number of MAC address entries which can access
        through the CNU, it ranges from 1 to 8.
        Otherwise,
        If configure 0, the CNU won't limit the MAC address entry.
        If configure 0xFF, it means no MAC address entry can access the CNU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCCnuSysManTable(4) hh3cHPEOCCnuSysManEntry(1) 3 }

.1.3.6.1.4.1.25506.2.84.1.5
hh3cHPEOCCltAutoUpgrade OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Auto upgrade Status.
        true(1) - The firmware of the CNU will be auto changed by CLT.
        false(2)- The firmware of the CNU will not be auto changed.
        "
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 5 }

.1.3.6.1.4.1.25506.2.84.1.6
hh3cHPEOCOnLineCnuNumber OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total number of the online CNU(s).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 6 }

.1.3.6.1.4.1.25506.2.84.1.7
hh3cHPEOCCpuMacAddress OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        EOC CPU's MAC address.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 7 }

.1.3.6.1.4.1.25506.2.84.1.8
hh3cHPEOCOffLineCnuNumber OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total number of the offline CNU(s).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 8 }

.1.3.6.1.4.1.25506.2.84.1.9
hh3cHPEOCDownLoadCNUFWResult OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
        Download CNU firmware result.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 9 }

.1.3.6.1.4.1.25506.2.84.1.10
hh3cHPEOCCltAutoUpgradeType OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {flash(1), ftp(2), tftp(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Type of auto upgrade status.
        It depends on hh3cHPEOCCltAutoUpgrade status.
        flash - The CLT auto upgrade the firmware inside its flash
                   to the CNUs.
        ftp    - First download the firmware from FTP server to the CLT,
                   then the CLT auto upgrade the firmware to the CNUs.
        tftp   - First download the firmware from TFTP server to the CLT,
                   then the CLT auto upgrade the firmware to the CNUs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 10 }

.1.3.6.1.4.1.25506.2.84.1.11
hh3cHPEOCAutoUpObjects OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 11 }

.1.3.6.1.4.1.25506.2.84.1.11.1
hh3cHPEOCServerAddress OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The address of remote host acting as server for operation.
        The default value is 0.0.0.0
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCAutoUpObjects(11) 1 }

.1.3.6.1.4.1.25506.2.84.1.11.2
hh3cHPEOCServerUser OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        When using ftp to transfer files, the user name must be
        specified through this node.  It contains 1 to 30 characters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCAutoUpObjects(11) 2 }

.1.3.6.1.4.1.25506.2.84.1.11.3
hh3cHPEOCServerPassword OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Remote user password for copying via ftp protocol. Optionally,
        this object may be ignored for protocols other than ftp.
        It contains 1 to 31 characters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) hh3cHPEOCAutoUpObjects(11) 3 }

.1.3.6.1.4.1.25506.2.84.1.12
hh3cHPEOCCltLoopbackDetect OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {false(0), true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Loopback detect Status.
        true(1) - The loopback detect is enabled.
        false(0)- The loopback detect is disabled.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 12 }

.1.3.6.1.4.1.25506.2.84.1.13
hh3cHPEOCTemplateEnable OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {false(0), true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Use template for white-list cnu.
        true(1) - Use template is enabled.
        false(0)- Use template detect is disabled.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCSystem(1) 13 }

.1.3.6.1.4.1.25506.2.84.2
hh3cHPEOCCableInfo OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) 2 }

.1.3.6.1.4.1.25506.2.84.2.1
hh3cHPEOCCableInfoTable OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the primary parameters of the
        cable information.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) 1 }

.1.3.6.1.4.1.25506.2.84.2.1.1
hh3cHPEOCCableInfoEntry OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"
        The entry of the table hh3cHPEOCCableInfoTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCCableInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.84.2.1.1.1
hh3cHPEOCFECErrors OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cable port's FEC bits errors ratio.  FEC means the
        payload Forward Error Correction.  It's a technology of
        controlling errors.  Packets in transmission is checked by
        the receiver, if error occurs, the receiver will announce
        the sender to resend.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCCableInfoTable(1) hh3cHPEOCCableInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.84.2.1.1.2
hh3cHPEOCAvgBitsPerCarrier OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cable port's average bits per carrier.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCCableInfoTable(1) hh3cHPEOCCableInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.84.2.1.1.3
hh3cHPEOCAvgSNRPerCarrier OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cable port's signal noise ratio(SNR) bits per carrier.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCCableInfoTable(1) hh3cHPEOCCableInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.84.2.1.1.4
hh3cHPEOCAvgInPBCRCErrors OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The input PB CRC errors on average.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCCableInfoTable(1) hh3cHPEOCCableInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.84.2.1.1.5
hh3cHPEOCInTotalPkts OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total number of packets(including bad packets)
        received on this interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCCableInfoTable(1) hh3cHPEOCCableInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.84.2.1.1.6
hh3cHPEOCAvgOutPower OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cable port's power sent on average, the unit is db.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCCableInfoTable(1) hh3cHPEOCCableInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.84.2.1.1.7
hh3cHPEOCAvgOutPBCRCErrors OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The cable port's physical block(PB) cyclic redundancy
        check(CRC) errors sent on average.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCCableInfoTable(1) hh3cHPEOCCableInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.84.2.1.1.8
hh3cHPEOCOutTotalPkts OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        The total count of the packets(including bad packets)
        sent on this interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCCableInfoTable(1) hh3cHPEOCCableInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.84.2.2
hh3cHPEOCBitPerSymbolTable OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the bits per symbol parameters of the
        cable line.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) 2 }

.1.3.6.1.4.1.25506.2.84.2.2.1
hh3cHPEOCBitPerSymbolEntry OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cHPEOCBitPerSymbolIndex }
  DESCRIPTION	"
        The entry of the table hh3cHPEOCBitPerSymbolTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCBitPerSymbolTable(2) 1 }

.1.3.6.1.4.1.25506.2.84.2.2.1.1
hh3cHPEOCBitPerSymbolIndex OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index of the hh3cHPEOCBitPerSymbolTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCBitPerSymbolTable(2) hh3cHPEOCBitPerSymbolEntry(1) 1 }

.1.3.6.1.4.1.25506.2.84.2.2.1.2
hh3cHPEOCBitPerSymbol OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
        hh3cHPEOCBitPerSymbol returns all the bits per symbol on the fixed
        frequency.  Each 4 bits stand for one value, all the values
        picking-up will make up a cable bit map.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCableInfo(2) hh3cHPEOCBitPerSymbolTable(2) hh3cHPEOCBitPerSymbolEntry(1) 2 }

.1.3.6.1.4.1.25506.2.84.3
hh3cHPEOCTemplate OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) 3 }

.1.3.6.1.4.1.25506.2.84.3.1
hh3cHPEOCTemplateGlobalTable OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the global parameters of the
        Template information.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) 1 }

.1.3.6.1.4.1.25506.2.84.3.1.1
hh3cHPEOCTemplateGlobalEntry OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cHPEOCTemplateIndex }
  DESCRIPTION	"
        The entry of the table hh3cHPEOCTemplateGlobalTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) 1 }

.1.3.6.1.4.1.25506.2.84.3.1.1.1
hh3cHPEOCTemplateIndex OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The index of cable Template.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 1 }

.1.3.6.1.4.1.25506.2.84.3.1.1.2
hh3cHPEOCTemplateType OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {switch(1), gateway(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The cable Template's type, can not change after create it.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 2 }

.1.3.6.1.4.1.25506.2.84.3.1.1.3
hh3cHPEOCTemplateName OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The cable Template's name, it's recommended to set it
        uniquely and understandably. Length: 1 to 15 characters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 3 }

.1.3.6.1.4.1.25506.2.84.3.1.1.4
hh3cHPEOCTemplateDescr OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The cable Template's description. Length: 0 to 63 characters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 4 }

.1.3.6.1.4.1.25506.2.84.3.1.1.5
hh3cHPEOCTemplateCnuMaxDownBW OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Maximum downstream bandwidth allowed for the CNU,
        measured in Kbit/s, ranges from 0 to 16384, and must be multiples of 64.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 5 }

.1.3.6.1.4.1.25506.2.84.3.1.1.6
hh3cHPEOCTemplateCnuMaxUpBW OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Maximum upstream bandwidth allowed for the CNU,
        measured in Kbit/s, ranges from 0 to 16384, and must be multiples of 64.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 6 }

.1.3.6.1.4.1.25506.2.84.3.1.1.7
hh3cHPEOCTemplateCnuBcastControl OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Broadcast storm suppression status.
        true(1)  - Broadcast storm suppression enable.
        false(2) - Broadcast storm suppression disable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 7 }

.1.3.6.1.4.1.25506.2.84.3.1.1.8
hh3cHPEOCTemplateCnuMacLimit OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Configure the max number of MAC address entries which can access
        through the CNU, it ranges from 1 to 8.
        Otherwise,
        If configure 0, the CNU won't limit the MAC address entry.
        If configure 0xFF, it means no MAC address entry can access the CNU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 8 }

.1.3.6.1.4.1.25506.2.84.3.1.1.9
hh3cHPEOCTemplateCb201VlanEn OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Use for Cb201 cnu only.
        true(1)  - Enable vlan insert function.
        false(2) - Disable vlan insert function.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 9 }

.1.3.6.1.4.1.25506.2.84.3.1.1.10
hh3cHPEOCTemplateRowStatus OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Operation status.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateGlobalTable(1) hh3cHPEOCTemplateGlobalEntry(1) 10 }

.1.3.6.1.4.1.25506.2.84.3.2
hh3cHPEOCTemplateSwitchTable OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the port parameters of the
        switch type cnu. it's not affect on the type of gateway Template.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) 2 }

.1.3.6.1.4.1.25506.2.84.3.2.1
hh3cHPEOCTemplateSwitchEntry OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cHPEOCTemplateIndex, hh3cHPEOCTemplateUniIndex }
  DESCRIPTION	"
        The entry of the table hh3cHPEOCTemplateSwitchTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) 1 }

.1.3.6.1.4.1.25506.2.84.3.2.1.1
hh3cHPEOCTemplateUniIndex OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        The index value which uniquely identifies the FE
        interface of the CNU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 1 }

.1.3.6.1.4.1.25506.2.84.3.2.1.2
hh3cHPEOCTemplateUniSpeed OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {auto(1), s10M(10), s100M(100)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        User network interface speed.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 2 }

.1.3.6.1.4.1.25506.2.84.3.2.1.3
hh3cHPEOCTemplateUniDuplex OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {full(1), half(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        User network interface mode.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 3 }

.1.3.6.1.4.1.25506.2.84.3.2.1.4
hh3cHPEOCTemplateUniPriority OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The default ingress User Priority for this port.  This
        only has effect on media, such as Ethernet, that do not
        support native User Priority.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 4 }

.1.3.6.1.4.1.25506.2.84.3.2.1.5
hh3cHPEOCTemplateUniFlowControl OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Flow control status.
        true(1)  - Flow control status enable.
        false(2) - Flow control status disable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 5 }

.1.3.6.1.4.1.25506.2.84.3.2.1.6
hh3cHPEOCTemplateUniUpLineRate OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The max speed upload in units of 1,024 bits per second
        on this interface.  The value should between 0 and 8Mbps.
        If the value is 0, it means that the upload speed is only
        restricted by the physical line.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 6 }

.1.3.6.1.4.1.25506.2.84.3.2.1.7
hh3cHPEOCTemplateUniDownLineRate OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The max speed download in units of 1,024 bits per second
        on this interface.  The value should between 0 and 8Mbps.
        If the value is 0, it means that the download speed is only
        restricted by the physical line.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 7 }

.1.3.6.1.4.1.25506.2.84.3.2.1.8
hh3cHPEOCTemplateUniAdminStatus OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Control if open or close the UNI.  If choose up(1), means the UNI is
        opened and packets can pass it.  If choose down(2), means the UNI is
        closed and all packets will be discard.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 8 }

.1.3.6.1.4.1.25506.2.84.3.2.1.9
hh3cHPEOCTemplateUniVLANType OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {access(1), trunk(2), hybrid(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"port vlan types.
        hybrid (3) port can carry multiple VLANs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 9 }

.1.3.6.1.4.1.25506.2.84.3.2.1.10
hh3cHPEOCTemplateUniPvid OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The PVID, the VLAN ID assigned to untagged frames or
        Priority-Tagged frames received on this port.
        "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 10 }

.1.3.6.1.4.1.25506.2.84.3.2.1.11
hh3cHPEOCTemplateUniVlanTag OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {tagged(1), untagged(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        VLAN is set tagged or untagged.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCTemplate(3) hh3cHPEOCTemplateSwitchTable(2) hh3cHPEOCTemplateSwitchEntry(1) 11 }

.1.3.6.1.4.1.25506.2.84.4
hh3cHPEOCCnuAccess OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) 4 }

.1.3.6.1.4.1.25506.2.84.4.1
hh3cHPEOCCnuAccessTable OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
        This table defines the global parameters of the
        cnu type permitting to access.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) 1 }

.1.3.6.1.4.1.25506.2.84.4.1.1
hh3cHPEOCCnuAccessEntry OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cHPEOCCnuAccessIndex }
  DESCRIPTION	"
        The entry of the table hh3cHPEOCCnuAccessTable.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) hh3cHPEOCCnuAccessTable(1) 1 }

.1.3.6.1.4.1.25506.2.84.4.1.1.1
hh3cHPEOCCnuAccessIndex OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        The index value which uniquely identifies the
        manuinfo of the CNU.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) hh3cHPEOCCnuAccessTable(1) hh3cHPEOCCnuAccessEntry(1) 1 }

.1.3.6.1.4.1.25506.2.84.4.1.1.2
hh3cHPEOCCnuHFID OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The Cnu's HFID. Every type Cnu has it's unique HFID.
        Length: 1 to 64 characters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) hh3cHPEOCCnuAccessTable(1) hh3cHPEOCCnuAccessEntry(1) 2 }

.1.3.6.1.4.1.25506.2.84.4.1.1.3
hh3cHPEOCManuInfo OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The Cnu's manufactory infofamiont.
        Length: 0 to 63 characters.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) hh3cHPEOCCnuAccessTable(1) hh3cHPEOCCnuAccessEntry(1) 3 }

.1.3.6.1.4.1.25506.2.84.4.1.1.4
hh3cHPEOCCnuType OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {switch(1), gateway(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The Cnu's function type.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) hh3cHPEOCCnuAccessTable(1) hh3cHPEOCCnuAccessEntry(1) 4 }

.1.3.6.1.4.1.25506.2.84.4.1.1.5
hh3cHPEOCCnuSwitchType OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	INTEGER {rtl8306e(1), ar8236(2), mv6061(3), mv6031(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        The Cnu's switch chip type. It's useless for gataway type cnu.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) hh3cHPEOCCnuAccessTable(1) hh3cHPEOCCnuAccessEntry(1) 5 }

.1.3.6.1.4.1.25506.2.84.4.1.1.6
hh3cHPEOCCnuUniNum OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Uni number of the Cnu. It's useless for gataway type cnu.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) hh3cHPEOCCnuAccessTable(1) hh3cHPEOCCnuAccessEntry(1) 6 }

.1.3.6.1.4.1.25506.2.84.4.1.1.7
hh3cHPEOCCnuPhy2Uni OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Reflection from phy port to uni port of the cnu.
        It's useless for gataway type cnu.
        For example, phy port 0,1,2,3 is reflect to uni port
        1,2,3,4, then the value of this mib is {0,1,2,3}
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) hh3cHPEOCCnuAccessTable(1) hh3cHPEOCCnuAccessEntry(1) 7 }

.1.3.6.1.4.1.25506.2.84.4.1.1.8
hh3cHPEOCCnuAccessRowStatus OBJECT-TYPE
  -- FROM	HH3C-HPEOC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
        Operation status.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cHPEOC(84) hh3cHPEOCCnuAccess(4) hh3cHPEOCCnuAccessTable(1) hh3cHPEOCCnuAccessEntry(1) 8 }

.1.3.6.1.4.1.25506.2.85
hh3cAFC OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-AFC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 85 }

.1.3.6.1.4.1.25506.2.85.1
hh3cAFCLeaf OBJECT-TYPE
  -- FROM	HH3C-AFC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) 1 }

.1.3.6.1.4.1.25506.2.85.1.1
hh3cDDosAttackTargetIP OBJECT-TYPE
  -- FROM	HH3C-AFC-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This shows the victim of a DDos attack.  The IP Address is in the list
        of protected IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) hh3cAFCLeaf(1) 1 }

.1.3.6.1.4.1.25506.2.85.1.2
hh3cDDosAttackType OBJECT-TYPE
  -- FROM	HH3C-AFC-MIB
  SYNTAX	INTEGER {land(1), smurf(2), fraggle(3), winnuke(4), synflood(5), icmpflood(6), udpflood(7), icmpredirect(8), icmpunreachable(9), tracert(11), tcpflag(12), pingofdeath(13), teardrop(14), ipfragment(15), largeicmp(18), sourceroute(19), routerecord(20), fragflood(24), scan(27), appstreamalarm(29), sessionstreamalarm(30), tcpabnormal(32), ipfragabnormal(33), tftpabnormal(34), dnsabnormal(35), httpabnormal(36), telnetabnormal(37), ftpabnormal(38), smtpabnormal(39), pop3abnormal(40), snmpabnormal(41), ackabnormal(42), cc(43), otherabnormal(1024)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This shows the attack type which the victim is sufferd."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) hh3cAFCLeaf(1) 2 }

.1.3.6.1.4.1.25506.2.85.1.3
hh3cDDosAttackPolicy OBJECT-TYPE
  -- FROM	HH3C-AFC-MIB
  SYNTAX	OCTET STRING (0..80) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This shows the policy name which detects the DDos Attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) hh3cAFCLeaf(1) 3 }

.1.3.6.1.4.1.25506.2.85.1.4
hh3cDDosAttackThreshold OBJECT-TYPE
  -- FROM	HH3C-AFC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This shows the policy threshold in the DDos Attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) hh3cAFCLeaf(1) 4 }

.1.3.6.1.4.1.25506.2.85.1.5
hh3cDDosAttackSpeed OBJECT-TYPE
  -- FROM	HH3C-AFC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This shows the rate of policy in the DDos Attack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) hh3cAFCLeaf(1) 5 }

.1.3.6.1.4.1.25506.2.85.2
hh3cAFCNotify OBJECT-TYPE
  -- FROM	HH3C-AFC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) 2 }

.1.3.6.1.4.1.25506.2.85.2.0
hh3cAFCNotifyPrefix OBJECT-TYPE
  -- FROM	HH3C-AFC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) hh3cAFCNotify(2) 0 }

.1.3.6.1.4.1.25506.2.85.2.0.1
hh3cDDosAttackStart NOTIFICATION-TYPE
  -- FROM	HH3C-AFC-MIB
  OBJECTS	{ hh3cDDosAttackTargetIP, hh3cDDosAttackType, hh3cDDosAttackPolicy, hh3cDDosAttackThreshold, hh3cDDosAttackSpeed }
  DESCRIPTION	"This trap is sent when a DDos attack on specific IP is detected.
         The IP address of the victim is the first object.
         The exact type of the attack is the second object.
         The policy name which detects the attack is the third object.
         The threshold of the attack is the 4th object.
         The speed of the attack is the 5th object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) hh3cAFCNotify(2) hh3cAFCNotifyPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.85.2.0.2
hh3cDDosAttackEnd NOTIFICATION-TYPE
  -- FROM	HH3C-AFC-MIB
  OBJECTS	{ hh3cDDosAttackTargetIP }
  DESCRIPTION	"This trap is sent when a DDos Attack end.  The IP address of the
        victim is the very object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAFC(85) hh3cAFCNotify(2) hh3cAFCNotifyPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.86
hh3cMultCDR OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MCDR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 86 }

.1.3.6.1.4.1.25506.2.86.1
hh3cMultCDRCfgObject OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) 1 }

.1.3.6.1.4.1.25506.2.86.1.1
hh3cMultCDRStatus OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure to enable or disable multicast CDR function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultCDRCfgObject(1) 1 }

.1.3.6.1.4.1.25506.2.86.1.2
hh3cMultCDRReportInterval OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	INTEGER (30..600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the multicast CDR report-interval. Unit: second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultCDRCfgObject(1) 2 }

.1.3.6.1.4.1.25506.2.86.1.3
hh3cMultCDRCacheLimit OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	INTEGER (16..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the multicast CDR cache-limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultCDRCfgObject(1) 3 }

.1.3.6.1.4.1.25506.2.86.1.4
hh3cMultCDRRecordDelay OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	INTEGER (10..600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the multicast CDR record-delay. Unit: second"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultCDRCfgObject(1) 4 }

.1.3.6.1.4.1.25506.2.86.1.5
hh3cMultCDRRecordSend OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	INTEGER {send(1), caching(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Send record at once."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultCDRCfgObject(1) 5 }

.1.3.6.1.4.1.25506.2.86.2
hh3cMultUserOnlineInfoTable OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Multicast user online information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) 2 }

.1.3.6.1.4.1.25506.2.86.2.1
hh3cMultUserOnlineInfoEntry OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cMultUserRecordID }
  DESCRIPTION	"The entry of multicast user online information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.86.2.1.1
hh3cMultUserRecordID OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of online record."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.86.2.1.2
hh3cMultUserSubIfIndex OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of sub-interface which is active.
        If the value is zero, hh3cMultUserSubIfIndex should be ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.86.2.1.3
hh3cMultUserVlanID OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ID of VLAN in which the user joined the multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.86.2.1.4
hh3cMultUserJoinGAddrType OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the multicast group IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.86.2.1.5
hh3cMultUserJoinGAddr OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The multicast group address which the user joined."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.86.2.1.6
hh3cMultUserJoinSAddrType OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the multicast source IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.86.2.1.7
hh3cMultUserJoinSAddr OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The multicast source address which the user joined.
        If the value is '0.0.0.0'(IPv4) or '::'(IPv6), hh3cMultUserJoinSAddr
        should be ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.86.2.1.8
hh3cMultUserStatus OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	INTEGER {permit(1), preview(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current status of user.
        permit - user in permit status.
        preview - user in preview status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.86.2.1.9
hh3cMultUserJoinTime OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time when the user joined the multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.86.2.1.10
hh3cMultUserPreviewTimes OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The times of multicast preview which the user joined.
        If hh3cMultUserStatus is not preview, hh3cMultUserPreviewTimes
        should be ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.86.2.1.11
hh3cMultUserPreviewRemain OBJECT-TYPE
  -- FROM	HH3C-MCDR-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remanent time slice of multicast preview which the user joined.
        If hh3cMultUserStatus is not preview, hh3cMultUserPreviewRemain
        should be ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultCDR(86) hh3cMultUserOnlineInfoTable(2) hh3cMultUserOnlineInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.87
hh3cMACInformation OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 87 }

.1.3.6.1.4.1.25506.2.87.1
hh3cMACInformationObjects OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) 1 }

.1.3.6.1.4.1.25506.2.87.1.1
hh3cMACInformationMibGlobal OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) 1 }

.1.3.6.1.4.1.25506.2.87.1.1.1
hh3cMACInformationEnabled OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value is a global setting.  The feature will not work until the
        value is set to enabled(1).  If the value is set to disabled(2),
        the feature will stop working even there are interfaces that have
        been enabled the feature."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibGlobal(1) 1 }

.1.3.6.1.4.1.25506.2.87.1.1.2
hh3cMACInformationcSendInterval OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Unsigned32 (1..20000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum interval that the device generate syslogs or traps.
        The unit is second."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibGlobal(1) 2 }

.1.3.6.1.4.1.25506.2.87.1.1.3
hh3cMACInformationLearntMACNum OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC addresses that learnt by the device since the
        hh3cMACInformationEnabled is set to enabled(1) and hh3cMACLearntEnable
        is set to enabled(1) at least on one interface. If the hh3cMACInformationEnabled
        is set to disabled(2), the object will always return 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibGlobal(1) 3 }

.1.3.6.1.4.1.25506.2.87.1.1.4
hh3cMACInformationRemovedMACNum OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MAC addresses that removed by the device since the
        hh3cMACInformationEnabled is set to enabled(1) and hh3cMACRemovedEnable
        is set to enabled(1) at least on one interface. If the hh3cMACInformationEnabled
        is set to disabled(2), the object will always return 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibGlobal(1) 4 }

.1.3.6.1.4.1.25506.2.87.1.1.5
hh3cMACInformationTrapSendNum OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of traps that have been generated. This object is valid
        only when the hh3cMACInfomationWorkMode is set to trap(1). If the
        hh3cMACInfomationWorkMode is set to syslog(2), the object will always return 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibGlobal(1) 5 }

.1.3.6.1.4.1.25506.2.87.1.1.6
hh3cMACInformationSyslogSendNum OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of syslogs that have been generated. This object is valid only
        when the hh3cMACInfomationWorkMode is set to syslog(2). If the
        hh3cMACInfomationWorkMode is set to trap(1), the object will always return 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibGlobal(1) 6 }

.1.3.6.1.4.1.25506.2.87.1.1.7
hh3cMACInformationCacheLen OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Unsigned32 (0..1000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum queue lenth used to cache the changed MAC addresses information
        in the monitored device. If the value is set to 0, syslog or trap will generate
        as soon as there is a MAC address learnt or removed."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibGlobal(1) 7 }

.1.3.6.1.4.1.25506.2.87.1.1.8
hh3cMACInfomationWorkMode OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  -- TEXTUAL CONVENTION Hh3cMACInfoWorkMode
  SYNTAX	INTEGER {trap(1), syslog(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The working mode of MAC Information feature.  If the object is
        set to trap(1), the device will use trap mode to notify the MAC
        address information and all properties of trap interrelated is
        valid.  If the object is set to syslog(2), the device will use
        syslog mode to notify the MAC address information and all
        properties of trap interrelated is invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibGlobal(1) 8 }

.1.3.6.1.4.1.25506.2.87.1.2
hh3cMACInformationMIBTableTroop OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) 2 }

.1.3.6.1.4.1.25506.2.87.1.2.1
hh3cMACInfomationIfTable OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table is used to enable or disable the MAC Information feature
        on interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMIBTableTroop(2) 1 }

.1.3.6.1.4.1.25506.2.87.1.2.1.1
hh3cMACInfomationIfEntry OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The entry of hh3cMACInfomationIfTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMIBTableTroop(2) hh3cMACInfomationIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.87.1.2.1.1.1
hh3cMACLearntEnable OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the object is set to enabled(1) on interface, the device
        will cache the MAC address information that learnt on the interface."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMIBTableTroop(2) hh3cMACInfomationIfTable(1) hh3cMACInfomationIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.87.1.2.1.1.2
hh3cMACRemovedEnable OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the object is set to enable(1) on interface, the device
        will cache the MAC address information that removed on the interface."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMIBTableTroop(2) hh3cMACInfomationIfTable(1) hh3cMACInfomationIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.87.1.3
hh3cMACInformationMibTrap OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) 3 }

.1.3.6.1.4.1.25506.2.87.1.3.0
hh3cMACInformationTraps OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrap(3) 0 }

.1.3.6.1.4.1.25506.2.87.1.3.0.1
hh3cMACInformationChangedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  OBJECTS	{ hh3cMACInfoTrapIndex, hh3cMACInfoTrapCount, hh3cMACInfoTrapMsg }
  DESCRIPTION	"When the cached number of MAC address information is reached the
        value specified by hh3cMACInformationCacheLen, trap is generated
        and is sent to the remote monitoring device.  The trap is also
        generated when the amount of time elapsed since the previous
        notification is greater than the interval value specified by
        hh3cMACInformationcSendInterval and there is at least one cached
        MAC address information learnt or removed. The object is valid
        only when hh3cMACInfomationWorkMode is set to trap(1).  When the
        hh3cMACInfomationWorkMode is set to syslog(2), No trap will be
        generated even hh3cMACInformationEnabled is set to enabled(1) and
        the feature is enabled on interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrap(3) hh3cMACInformationTraps(0) 1 }

.1.3.6.1.4.1.25506.2.87.1.3.2
hh3cMACInformationTrapObjects OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrap(3) 2 }

.1.3.6.1.4.1.25506.2.87.1.3.2.1
hh3cMACInfoTrapIndex OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The sequence number of trap information. When it reaches the
        maximum value, it should be set to 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrap(3) hh3cMACInformationTrapObjects(2) 1 }

.1.3.6.1.4.1.25506.2.87.1.3.2.2
hh3cMACInfoTrapCount OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The cell number of the current trap information.  The trap
        message may consists of more than one MAC address information.
        Each of the one MAC address information in one trap is called cell."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrap(3) hh3cMACInformationTrapObjects(2) 2 }

.1.3.6.1.4.1.25506.2.87.1.3.2.3
hh3cMACInfoTrapMsg OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	OCTET STRING (1..254) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object is the MAC information that learnt or removed
        in the monitored device. It can consists of more than
        one MAC information in the object.
        This object is in the format of '<cell1><cell2>...'. Each
        cell consists of 12 octets in the format of
        '<operationType><VLAN><MAC><MACtype><ifIndex>'.

        <operationType> is the reason type of MAC address changed and have
        size of 1 octet. It only supports the following values.
        1 - MAC learnt.
        2 - MAC removed.

        <VLAN> is the vlan number that correspond to the MAC address in
        MAC address table and has size of 2 octet.

        <MAC> is the MAC address and has size of 6 octets.

        <MACtype> is the MAC address type and has size of 1 octet. It only
        supports the following values.
        0 - Unknown
        1 - Learnt
        2 - Config dynamic
        3 - Config static
        4 - Blackhole
        5 - Security
        6 - 802.1x
        7 - MAC authentication
        8 - Voice VLAN
        9 - Reserved

        <ifIndex> is the index of the interface where the MAC
        address is learnt or removed and has size of 2 octets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrap(3) hh3cMACInformationTrapObjects(2) 3 }

.1.3.6.1.4.1.25506.2.87.1.4
hh3cMACInformationMibTrapExt OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) 4 }

.1.3.6.1.4.1.25506.2.87.1.4.0
hh3cMACInformationTrapsExt OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) 0 }

.1.3.6.1.4.1.25506.2.87.1.4.0.1
hh3cMACInformationChangedTrapExt NOTIFICATION-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  OBJECTS	{ hh3cMACInfoTrapVerExt, hh3cMACInfoTrapIndexExt, hh3cMACInfoTrapCountExt, hh3cMACInfoTrapMsgExt }
  DESCRIPTION	"When the cached number of MAC address information is reached the
        value specified by hh3cMACInformationCacheLen, trap is generated
        and is sent to the remote monitoring device.  The trap is also
        generated when the amount of time elapsed since the previous
        notification is greater than the interval value specified by
        hh3cMACInformationcSendInterval and there is at least one cached
        MAC address information learnt or removed.  The object is valid
        only when hh3cMACInfomationWorkMode is set to trap(1).  When the
        hh3cMACInfomationWorkMode is set to syslog(2), No trap will be
        generated even hh3cMACInformationEnabled is set to enabled(1) and
        the feature is enabled on interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapsExt(0) 1 }

.1.3.6.1.4.1.25506.2.87.1.4.0.2
hh3cMACInformationMovedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  OBJECTS	{ hh3cMACInfoTrapMsgMovedAddress, hh3cMACInfoTrapMsgMovedVlan, hh3cMACInfoTrapMsgMovedFromIf, hh3cMACInfoTrapMsgMovedToIf, hh3cMACInfoTrapMsgMovedCount }
  DESCRIPTION	"When the MAC address has been moved to another interface, trap
        is generated and is sent to the remote monitoring device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapsExt(0) 2 }

.1.3.6.1.4.1.25506.2.87.1.4.2
hh3cMACInformationTrapObjectsExt OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) 2 }

.1.3.6.1.4.1.25506.2.87.1.4.2.1
hh3cMACInfoTrapVerExt OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The version of trap information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapObjectsExt(2) 1 }

.1.3.6.1.4.1.25506.2.87.1.4.2.2
hh3cMACInfoTrapIndexExt OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The sequence number of trap information.  When it reaches the
        maximum value, it should be set to 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapObjectsExt(2) 2 }

.1.3.6.1.4.1.25506.2.87.1.4.2.3
hh3cMACInfoTrapCountExt OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The cell number of the current trap information.  The trap
        message may consists of more than one MAC address information.
        Each of the one MAC address information in one trap is called cell."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapObjectsExt(2) 3 }

.1.3.6.1.4.1.25506.2.87.1.4.2.4
hh3cMACInfoTrapMsgExt OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	OCTET STRING (1..254) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object is the MAC information that learnt or removed
        in the monitored device.  It can consists of more than
        one MAC information in the object.
        This object is in the format of '<cell1><cell2>...'.  Each
        cell consists of 14 octets in the format of
        '<operationType><VLAN><MAC><MACtype><ifIndex>'.

        <operationType> is the reason type of MAC address changed and have
        size of 1 octet.  It only supports the following values.
        1 - MAC learnt.
        2 - MAC removed.

        <VLAN> is the vlan number that correspond to the MAC address in
        MAC address table and has size of 2 octet.

        <MAC> is the MAC address and has size of 6 octets.

        <MACtype> is the MAC address type and has size of 1 octet.  It only
        supports the following values.
        0 - Unknown
        1 - Learnt
        2 - Config dynamic
        3 - Config static
        4 - Blackhole
        5 - Security
        6 - 802.1x
        7 - MAC authentication
        8 - Voice VLAN
        9 - Reserved

        <ifIndex> is the index of the interface where the MAC
        address is learnt or removed and has size of 4 octets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapObjectsExt(2) 4 }

.1.3.6.1.4.1.25506.2.87.1.4.2.5
hh3cMACInfoTrapMsgMovedAddress OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The MAC address that is moved between interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapObjectsExt(2) 5 }

.1.3.6.1.4.1.25506.2.87.1.4.2.6
hh3cMACInfoTrapMsgMovedVlan OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The VLAN number in which the MAC address is moved."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapObjectsExt(2) 6 }

.1.3.6.1.4.1.25506.2.87.1.4.2.7
hh3cMACInfoTrapMsgMovedFromIf OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the interface from which the MAC address is moved."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapObjectsExt(2) 7 }

.1.3.6.1.4.1.25506.2.87.1.4.2.8
hh3cMACInfoTrapMsgMovedToIf OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the interface to which the MAC address is moved."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapObjectsExt(2) 8 }

.1.3.6.1.4.1.25506.2.87.1.4.2.9
hh3cMACInfoTrapMsgMovedCount OBJECT-TYPE
  -- FROM	HH3C-MAC-INFORMATION-MIB
  SYNTAX	Counter32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The times for which the MAC address has been moved between the
        interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACInformation(87) hh3cMACInformationObjects(1) hh3cMACInformationMibTrapExt(4) hh3cMACInformationTrapObjectsExt(2) 9 }

.1.3.6.1.4.1.25506.2.88
hh3cFireWall OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-FIREWALL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 88 }

.1.3.6.1.4.1.25506.2.88.1
hh3cFirewallobject OBJECT-TYPE
  -- FROM	HH3C-FIREWALL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFireWall(88) 1 }

.1.3.6.1.4.1.25506.2.88.1.1
hh3cFirewallSpecs OBJECT-TYPE
  -- FROM	HH3C-FIREWALL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFireWall(88) hh3cFirewallobject(1) 1 }

.1.3.6.1.4.1.25506.2.88.1.1.1
hh3cFWMaxConnNum OBJECT-TYPE
  -- FROM	HH3C-FIREWALL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max connection number of system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFireWall(88) hh3cFirewallobject(1) hh3cFirewallSpecs(1) 1 }

.1.3.6.1.4.1.25506.2.88.1.2
hh3cFirewallGlobalStats OBJECT-TYPE
  -- FROM	HH3C-FIREWALL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFireWall(88) hh3cFirewallobject(1) 2 }

.1.3.6.1.4.1.25506.2.88.1.2.1
hh3cFWConnNumCurr OBJECT-TYPE
  -- FROM	HH3C-FIREWALL-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of connections that currently exist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFireWall(88) hh3cFirewallobject(1) hh3cFirewallGlobalStats(2) 1 }

.1.3.6.1.4.1.25506.2.88.1.2.2
hh3cFWConnRate OBJECT-TYPE
  -- FROM	HH3C-FIREWALL-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection establishment rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFireWall(88) hh3cFirewallobject(1) hh3cFirewallGlobalStats(2) 2 }

.1.3.6.1.4.1.25506.2.89
hh3cDSP OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 89 }

.1.3.6.1.4.1.25506.2.89.1
hh3cVPMStatusTable OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains status parameters of VPM(Voice Process
        Module) card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) 1 }

.1.3.6.1.4.1.25506.2.89.1.1
hh3cVPMStatusEntry OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVPMIndex }
  DESCRIPTION	"The entry of VPM status table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cVPMStatusTable(1) 1 }

.1.3.6.1.4.1.25506.2.89.1.1.1
hh3cVPMIndex OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index for this entry. The sequence of VPM card in the chassis is
        from the top to bottom."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cVPMStatusTable(1) hh3cVPMStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.89.1.1.2
hh3cVPMEnPhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object corresponds to PhysicalIndex in the chassis."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cVPMStatusTable(1) hh3cVPMStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.89.1.1.3
hh3cVPMState OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	INTEGER {normal(1), warning(2), fatal(3), offLine(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object indicates the current state of VPM card being monitored.
        normal(1)  - VPM card in normal condition.
        warning(2) - VPM card has some problem and need attention.
        fatal(3)   - VPM card is not functional.
        offLine(4) - VPM card is in off-line maintenance state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cVPMStatusTable(1) hh3cVPMStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.89.1.1.4
hh3cVPMResourceUtilization OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object indicates the percentage of current DSP resource utilization
        of the VPM card. The utilization is a ratio of number of busy DSP
        resources (for handling calls, transcoding, voice compression,...)
        to the total available DSP resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cVPMStatusTable(1) hh3cVPMStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.89.1.1.5
hh3cVPMHiWaterUtilization OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object indicates the highest percentage of DSP resource utilization
        of the VPM card that have been occured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cVPMStatusTable(1) hh3cVPMStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.89.1.1.6
hh3cVPMMaxChannel OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of channels can be supported in each VPM card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cVPMStatusTable(1) hh3cVPMStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.2.89.2
hh3cDSPStatusTable OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains status parameters of DSP(Digital Signal
        Processing) card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) 2 }

.1.3.6.1.4.1.25506.2.89.2.1
hh3cDSPStatusEntry OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDSPIndex }
  DESCRIPTION	"The entry of DSP status table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPStatusTable(2) 1 }

.1.3.6.1.4.1.25506.2.89.2.1.1
hh3cDSPIndex OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	Integer32 (1..256) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index for this entry. DSP is fixed on VPM card or chassis card.
        The sequence of DSP in the VPM card or chassis card is from right to left."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPStatusTable(2) hh3cDSPStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.89.2.1.2
hh3cDSPVPMIndex OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	Integer32 (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object corresponds to VPMIndex in the chassis.
        If value of this object is non-zero, it is the index of VPM card.(DSP is in
        this VPM card.) If value of this object is 0, then the DSP is fixed in the
        chassis card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPStatusTable(2) hh3cDSPStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.89.2.1.3
hh3cDSPEnPhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object corresponds to PhysicalIndex in the chassis."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPStatusTable(2) hh3cDSPStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.89.2.1.4
hh3cDSPResetTime OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime from the last DSP reset occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPStatusTable(2) hh3cDSPStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.89.2.1.5
hh3cDSPMaxChannel OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of channels can be supported in each DSP.
        The value is chosen in an implementation-dependent manner by the
        DSP functionality."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPStatusTable(2) hh3cDSPStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.89.2.1.6
hh3cDSPState OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	INTEGER {normal(1), fatal(3), offLine(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object indicates the current state of DSP being monitored.
        normal(1)  - DSP in normal condition.
        fatal(3)   - DSP is not functional.
        offLine(4) - DSP is in off-line maintenance state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPStatusTable(2) hh3cDSPStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.2.89.2.1.7
hh3cDSPInUseChannel OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of channels that are reserved for serving calls.
        The value is incremented when the DSP channel is reserved for call setup
        and is decremented after the DSP channel is free due to call disconnection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPStatusTable(2) hh3cDSPStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.2.89.3
hh3cDSPTrap OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) 3 }

.1.3.6.1.4.1.25506.2.89.3.0
hh3cDSPTrapPrex OBJECT-TYPE
  -- FROM	HH3C-DSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPTrap(3) 0 }

.1.3.6.1.4.1.25506.2.89.3.0.1
hh3cVPMStateChange NOTIFICATION-TYPE
  -- FROM	HH3C-DSP-MIB
  OBJECTS	{ hh3cVPMIndex, hh3cVPMEnPhysicalIndex, hh3cVPMState }
  DESCRIPTION	"This trap is sent when VPM state changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPTrap(3) hh3cDSPTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.2.89.3.0.2
hh3cDSPStateChange NOTIFICATION-TYPE
  -- FROM	HH3C-DSP-MIB
  OBJECTS	{ hh3cDSPIndex, hh3cDSPVPMIndex, hh3cDSPEnPhysicalIndex, hh3cDSPState }
  DESCRIPTION	"This trap is sent when DSP state changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDSP(89) hh3cDSPTrap(3) hh3cDSPTrapPrex(0) 2 }

.1.3.6.1.4.1.25506.2.90
hh3cNetMan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 90 }

.1.3.6.1.4.1.25506.2.90.1
hh3cNMConfigObjects OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) 1 }

.1.3.6.1.4.1.25506.2.90.2
hh3cNMMonitorObjects OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) 2 }

.1.3.6.1.4.1.25506.2.90.3
hh3cNMNotify OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) 3 }

.1.3.6.1.4.1.25506.2.90.3.1
hh3cNMNotifyScalarObjects OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNMNotify(3) 1 }

.1.3.6.1.4.1.25506.2.90.3.1.1
hh3cNMIpAddressType OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP address type of specified interface on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNMNotify(3) hh3cNMNotifyScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.90.3.1.2
hh3cNMIpAddress OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP address of specified interface on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNMNotify(3) hh3cNMNotifyScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.90.3.1.3
hh3cNMCustomBuildInfo OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The customer-required information of devices, for example,
        OUI (Organizational Unique Identifier)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNMNotify(3) hh3cNMNotifyScalarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.90.3.1.4
hh3cNMSerialNum OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The serial number used by NMS (Network Management Station) for
        mapping IP address and device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNMNotify(3) hh3cNMNotifyScalarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.90.3.2
hh3cNMNotifyObjects OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNMNotify(3) 2 }

.1.3.6.1.4.1.25506.2.90.3.2.0
hh3cNMNotifyObjectsPrefix OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNMNotify(3) hh3cNMNotifyObjects(2) 0 }

.1.3.6.1.4.1.25506.2.90.3.2.0.1
hh3cIpAddrChangeNotify NOTIFICATION-TYPE
  -- FROM	HH3C-NET-MAN-MIB
  OBJECTS	{ hh3cNMIpAddressType, hh3cNMIpAddress, hh3cNMCustomBuildInfo, hh3cNMSerialNum }
  DESCRIPTION	"This notification will be generated when the IP address of active
        management interface is changed.  The change maybe originate from NMS,
        DHCP server or administrator.

        The management interfaces are the interfaces that assigned by
        administrator, which can be used to manage device, but may be inactive
        for link fault or IP address (IPv4 or IPv6) missing.

        The active management interface means an active interface, the IP
        address of which can be used for network management.

        This notification announces useful management IP address change.  So it
        is triggered by significative IP address change.

        Suppose that two management interfaces on a device, Interface-A and
        Interface-B.  Initially both interfaces are down and assigned no IP
        address. Configure Interface-A as the primary monitored interface,
        Interface-B as the secondary.

        Significative IP address change in following cases:
        1. If Interface-A is assigned an IP address primarily, and it is linking
        up, then Interface-B will be ignored.  A notification will be triggered,
        appending IP address of Interface-A.

        2. If Interface-B is assigned an IP address primarily, and it is linking
        up, then Interface-A will be ignored.  A notification will be triggered,
        appending IP address of Interface-B.

        3. If IP address of that interface, which had its IP address announced
        to NMS, is changed since last notification triggered, then another
        notification will be sent to NMS.

        4. Suppore that Interface-A was linked up and assigned an IP address
        primarily.  If for some unknown reason, Interface-A is down or loses IP
        address, and Interface-B is assigned an IP address which is different
        with that announced to NMS before, then a notification will be
        triggered, appending the new IP address that Interface-B assigned.

        5. A notification appending new IP address that Interface-A assigned
        will be triggered, if 4 occurs to Interface-B."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNMNotify(3) hh3cNMNotifyObjects(2) hh3cNMNotifyObjectsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.90.4
hh3cNetManConformance OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) 4 }

.1.3.6.1.4.1.25506.2.90.4.1
hh3cNetManCompliances OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNetManConformance(4) 1 }

.1.3.6.1.4.1.25506.2.90.4.1.1
hh3cNetManCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-NET-MAN-MIB
  DESCRIPTION	"The statement of compliance for those implementing
        the network management MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNetManConformance(4) hh3cNetManCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.90.4.2
hh3cNetManGroups OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNetManConformance(4) 2 }

.1.3.6.1.4.1.25506.2.90.4.2.1
hh3cNMMonitorGroup OBJECT-GROUP
  -- FROM	HH3C-NET-MAN-MIB
  DESCRIPTION	"A collection of objects in net management monitor group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNetManConformance(4) hh3cNetManGroups(2) 1 }

.1.3.6.1.4.1.25506.2.90.4.2.2
hh3cNMNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-NET-MAN-MIB
  DESCRIPTION	"A collection of objects in net management notification group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetMan(90) hh3cNetManConformance(4) hh3cNetManGroups(2) 2 }

.1.3.6.1.4.1.25506.2.91
hh3cStack OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-STACK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 91 }

.1.3.6.1.4.1.25506.2.91.1
hh3cStackGlobalConfig OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) 1 }

.1.3.6.1.4.1.25506.2.91.1.1
hh3cStackMaxMember OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of members in a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 1 }

.1.3.6.1.4.1.25506.2.91.1.2
hh3cStackMemberNum OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of members currently in a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 2 }

.1.3.6.1.4.1.25506.2.91.1.3
hh3cStackMaxConfigPriority OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The highest priority that can be configured for a member in a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 3 }

.1.3.6.1.4.1.25506.2.91.1.4
hh3cStackAutoUpdate OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	INTEGER {disabled(1), enabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The function for automatically updating the image from the master to
         a device that is attempting to join the stack.
         When a new device tries to join a stack, STM verifies the image
         consistency between the joining device and the master.
         If the joining device uses a different image version than the master,
         the function updates the joining device with the image of the master.
         When this function is disabled, the new device can't join the stack
         if it uses a different software version than the master.

        disabled: disable auto update function
        enabled: enable auto update function"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 4 }

.1.3.6.1.4.1.25506.2.91.1.5
hh3cStackMacPersistence OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	INTEGER {notPersist(1), persistForSixMin(2), persistForever(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mode of bridge MAC address persistence.  When a stack starts,
         the bridge MAC address of the master is used as that of the stack.
         When the master leaves the stack, the bridge MAC address of the
         stack changes depending on the mode of bridge MAC address persistence.

        notPersist: The bridge MAC address of the new master is used
         as that of the stack immediately.
        persistForSixMin: The original bridge MAC address will be reserved for six
         minutes.  In this period, if the master that has left rejoins the stack,
         the bridge MAC address of the stack will not change.
         If the old master doesn't rejoin the stack within this period, the
         bridge MAC address of the new master will be used as that of the stack.
        persistForever: Whether the master leaves or not, the bridge MAC address
         of the stack will never change."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 5 }

.1.3.6.1.4.1.25506.2.91.1.6
hh3cStackLinkDelayInterval OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32 (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Delay for stack ports to report a link down event.  If the link comes up
         before the delay timer expires, the stack port will not report the link
         down event.  If the link is not recovered before the delay timer expires,
         the stack port will report the change.  If the delay is set to 0,
         the stack ports will report a link down event without delay.

        0: no delay
        other value(ms): delay time"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 6 }

.1.3.6.1.4.1.25506.2.91.1.7
hh3cStackTopology OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	INTEGER {chainConn(1), ringConn(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Stack topology.

        chainConn: daisy-chain connection
        ringConn: ring connection"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 7 }

.1.3.6.1.4.1.25506.2.91.1.8
hh3cStackDomainId OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Domain ID of the IRF fabric that is used to uniquely identify an IRF fabric.
        Domain IDs prevent IRF fabrics from interfering with one another."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 8 }

.1.3.6.1.4.1.25506.2.91.1.9
hh3cStackPortConfigActivate OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	INTEGER {none(1), set(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"After connecting the physical interfaces between two devices and
        binding them to the correct IRF ports, you must
        activate the settings on the IRF ports.  This operation merges the two
        devices into one IRF fabric.  The system activates the IRF port
        settings automatically in the following situations:
        1. The configuration file that the device starts with contains
        IRF port bindings.
        2. You are binding physical interfaces to an IRF port after an IRF fabric
        is formed.

        none: If the user sets this object to none, this object will return
              a success without performing any operation.

        set: Activates the settings on the IRF ports.
             After the settings is activated, this object will return to
             none at the next reading."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 9 }

.1.3.6.1.4.1.25506.2.91.2
hh3cStackDeviceConfigTable OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to manage device information in a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) 2 }

.1.3.6.1.4.1.25506.2.91.2.1
hh3cStackDeviceConfigEntry OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex }
  DESCRIPTION	"This table contains objects to manage device information in a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackDeviceConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.91.2.1.1
hh3cStackMemberID OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The member ID of the device in a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackDeviceConfigTable(2) hh3cStackDeviceConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.91.2.1.2
hh3cStackConfigMemberID OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The configured member ID of the device.  The valid value ranges from
         1 to the value in hh3cStackMaxMember.  The configured member ID will
         take effect at a reboot if it is unique within the stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackDeviceConfigTable(2) hh3cStackDeviceConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.91.2.1.3
hh3cStackPriority OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The priority of a device in the stack.  The valid value ranges from
         1 to the value in hh3cStackMaxConfigPriority."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackDeviceConfigTable(2) hh3cStackDeviceConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.91.2.1.4
hh3cStackPortNum OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of stack ports enabled on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackDeviceConfigTable(2) hh3cStackDeviceConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.91.2.1.5
hh3cStackPortMaxNum OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of stack ports on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackDeviceConfigTable(2) hh3cStackDeviceConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.91.3
hh3cStackBoardConfigTable OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to manage MPU information for a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) 3 }

.1.3.6.1.4.1.25506.2.91.3.1
hh3cStackBoardConfigEntry OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex }
  DESCRIPTION	"This table contains objects to manage MPU information for a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackBoardConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.91.3.1.1
hh3cStackBoardRole OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	INTEGER {slave(1), master(2), loading(3), other(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The role of the MPU in a stack.

        slave: Standby MPU
        master: Master MPU
        loading: Standby MPU is loading the software image from the master.
        other: other"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackBoardConfigTable(3) hh3cStackBoardConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.91.3.1.2
hh3cStackBoardBelongtoMember OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Member ID of the device that holds the current board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackBoardConfigTable(3) hh3cStackBoardConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.91.4
hh3cStackPortInfoTable OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to manage stack port information
         for IRF stacked devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) 4 }

.1.3.6.1.4.1.25506.2.91.4.1
hh3cStackPortInfoEntry OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cStackMemberID, hh3cStackPortIndex }
  DESCRIPTION	"This table contains objects to manage stack port information
         for IRF stacked devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackPortInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.91.4.1.1
hh3cStackPortIndex OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of a stack port of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackPortInfoTable(4) hh3cStackPortInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.91.4.1.2
hh3cStackPortEnable OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	INTEGER {disabled(1), enabled(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of a stack port of the device.  If no physical
         interfaces are added to the stack port, its status is disabled.
         If the stack port has physical interfaces, its status is enabled.

        disabled: The stack port is disabled.
        enabled: The stack port is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackPortInfoTable(4) hh3cStackPortInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.91.4.1.3
hh3cStackPortStatus OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	INTEGER {up(1), down(2), silent(3), disabled(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The link status of a stack port on the device.

        up: A physical link is present on the stack port.
        down: No physical link is present on the stack port.
        silent: The link state of the stack port is up,
                but the port can't transmit or receive traffic.
        disabled: The stack port doesn't contain physical links."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackPortInfoTable(4) hh3cStackPortInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.91.4.1.4
hh3cStackNeighbor OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The member ID of the stack port's neighbor.  0 means no
         neighbor exists."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackPortInfoTable(4) hh3cStackPortInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.91.4.1.5
hh3cStackPortForwardingPath OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	OCTET STRING (0..511) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"List of egress member IDs on a stack port.
         Each member device uses the egress member ID lists to choose the outgoing
         stack port for known unicast frames to be sent out of other member devices.
         The egress member ID lists are comma separated.
         A zero-length string means no egress members exist.

         For example:
           In a ring stack of 1-2-3-4-5-7-1,
           if hh3cStackPortForwardingPath.1.1 returns '7,5,4',
           IRF-port 1/1 will be the outgoing port for frames to reach members 7, 5,
           and 4 from member 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackPortInfoTable(4) hh3cStackPortInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.91.5
hh3cStackPhyPortInfoTable OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to manage information about physical
         interfaces that can be used for IRF stacking."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) 5 }

.1.3.6.1.4.1.25506.2.91.5.1
hh3cStackPhyPortInfoEntry OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex }
  DESCRIPTION	"This table contains objects to manage information about physical
         interfaces that can be used for IRF stacking."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackPhyPortInfoTable(5) 1 }

.1.3.6.1.4.1.25506.2.91.5.1.1
hh3cStackBelongtoPort OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The index of the stack port to which the physical interface is added.
         0 means the physical interface is not added to any stack port.
         The value will take effect when IRF is enabled on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackPhyPortInfoTable(5) hh3cStackPhyPortInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.91.6
hh3cStackTrap OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) 6 }

.1.3.6.1.4.1.25506.2.91.6.0
hh3cStackTrapOjbects OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) 0 }

.1.3.6.1.4.1.25506.2.91.6.0.1
hh3cStackPortLinkStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-STACK-MIB
  OBJECTS	{ hh3cStackMemberID, hh3cStackPortIndex, hh3cStackPortStatus }
  DESCRIPTION	"The hh3cStackPortLinkStatusChange trap indicates that the link status
         of the stack port has changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 1 }

.1.3.6.1.4.1.25506.2.91.6.0.2
hh3cStackTopologyChange NOTIFICATION-TYPE
  -- FROM	HH3C-STACK-MIB
  OBJECTS	{ hh3cStackTopology }
  DESCRIPTION	"The hh3cStackTopologyChange trap indicates that the topology type of
         the IRF stack has changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 2 }

.1.3.6.1.4.1.25506.2.91.6.0.3
hh3cStackMadBfdChangeNormal NOTIFICATION-TYPE
  -- FROM	HH3C-STACK-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The hh3cStackMadBfdChangeNormal trap indicates that the BFD MAD function
        changed to the normal state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 3 }

.1.3.6.1.4.1.25506.2.91.6.0.4
hh3cStackMadBfdChangeFailure NOTIFICATION-TYPE
  -- FROM	HH3C-STACK-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The hh3cStackMadBfdChangeFailure trap indicates that the BFD MAD function
        changed to the failure state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 4 }

.1.3.6.1.4.1.25506.2.91.6.0.5
hh3cStackMadLacpChangeNormal NOTIFICATION-TYPE
  -- FROM	HH3C-STACK-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The hh3cStackMadLacpChangeNormal trap indicates that the LACP MAD function
        changed to the normal state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 5 }

.1.3.6.1.4.1.25506.2.91.6.0.6
hh3cStackMadLacpChangeFailure NOTIFICATION-TYPE
  -- FROM	HH3C-STACK-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The hh3cStackMadLacpChangeFailure trap indicates that the LACP MAD function
        changed to the failure state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 6 }

.1.3.6.1.4.1.25506.2.91.6.0.7
hh3cStackPhysicalIntfLinkUp NOTIFICATION-TYPE
  -- FROM	HH3C-STACK-MIB
  OBJECTS	{ hh3cStackMemberID, hh3cStackPortIndex, hh3cStackPhysicalIntfName }
  DESCRIPTION	"The hh3cStackPhysicalIntfLinkUp trap indicates that the status
         of the stack physical interface has changed to the up state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 7 }

.1.3.6.1.4.1.25506.2.91.6.0.8
hh3cStackPhysicalIntfLinkDown NOTIFICATION-TYPE
  -- FROM	HH3C-STACK-MIB
  OBJECTS	{ hh3cStackMemberID, hh3cStackPortIndex, hh3cStackPhysicalIntfName }
  DESCRIPTION	"The hh3cStackPhysicalIntfLinkDown trap indicates that the status
         of the stack physical interface has changed to the down state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 8 }

.1.3.6.1.4.1.25506.2.91.6.0.9
hh3cStackPhysicalIntfRxTimeout NOTIFICATION-TYPE
  -- FROM	HH3C-STACK-MIB
  OBJECTS	{ hh3cStackMemberID, hh3cStackPortIndex, hh3cStackPhysicalIntfName }
  DESCRIPTION	"The hh3cStackPhysicalIntfRxTimeout trap indicates that the timer for the stack
         physical interface to receive packets has timed out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 9 }

.1.3.6.1.4.1.25506.2.91.6.1
hh3cStackTrapObjectDefinitions OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) 1 }

.1.3.6.1.4.1.25506.2.91.6.1.1
hh3cStackPhysicalIntfName OBJECT-TYPE
  -- FROM	HH3C-STACK-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The textual name of the stack physical interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapObjectDefinitions(1) 1 }

.1.3.6.1.4.1.25506.2.92
hh3cPosa OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-POSA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 92 }

.1.3.6.1.4.1.25506.2.92.1
hh3cPosaControl OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) 1 }

.1.3.6.1.4.1.25506.2.92.1.1
hh3cPosaServerEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	INTEGER {disabled(1), enabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls the starting or stoppage of POS access function.
        The defalut value is disabled(1)."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 1 }

.1.3.6.1.4.1.25506.2.92.1.2
hh3cPosaFcmAnswerTimeout OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (500..2000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum answer time of a POS connection through a FCM (Fast
        Connection Modem) interface.
        The answer time is the interval from the POS terminal sending request
        to the Router giving its reply, in units of milliseconds."
  DEFVAL	{ 2000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 2 }

.1.3.6.1.4.1.25506.2.92.1.3
hh3cPosaFcmTradeTimeout OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (30000..12000000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum time of a POS trade through a FCM interface,
        in units of milliseconds."
  DEFVAL	{ 12000000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 3 }

.1.3.6.1.4.1.25506.2.92.1.4
hh3cPosaFcmIdleTimeout OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..12000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum idle time of a POS connection through the FCM interface,
        in units of seconds."
  DEFVAL	{ 180 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 4 }

.1.3.6.1.4.1.25506.2.92.1.5
hh3cPosaSrvStateChangeTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls whether the hh3cPosaServerStatusChange trap will
        be sent or not."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 5 }

.1.3.6.1.4.1.25506.2.92.1.6
hh3cPosaAppStateChangeTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls whether the hh3cPosaAppStateChange trap will
        be sent or not."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 6 }

.1.3.6.1.4.1.25506.2.92.1.7
hh3cPosaTerminalHangUpTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls whether the hh3cPosaTerminalHangUp trap will
        be sent or not."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 7 }

.1.3.6.1.4.1.25506.2.92.1.8
hh3cPosaFcmLnkNegoFailTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls whether the hh3cPosaFcmLinkNegoFailed trap will
        be sent or not."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 8 }

.1.3.6.1.4.1.25506.2.92.1.9
hh3cPosaFcmPhyNegoFailTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls whether the hh3cPosaFcmPhyNegoFailed trap will
        be sent or not."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 9 }

.1.3.6.1.4.1.25506.2.92.1.10
hh3cPosaTcpConnectionNumber OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of TCP connections."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 10 }

.1.3.6.1.4.1.25506.2.92.1.11
hh3cPosaFcmConnectionNumber OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of FCM connections."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 11 }

.1.3.6.1.4.1.25506.2.92.1.12
hh3cPosaTcpConnectionThreshold OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of TCP connections."
  DEFVAL	{ 4096 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 12 }

.1.3.6.1.4.1.25506.2.92.1.13
hh3cPosaFcmConnectionThreshold OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of FCM connections."
  DEFVAL	{ 1024 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 13 }

.1.3.6.1.4.1.25506.2.92.1.14
hh3cPosaTcpConnectionTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute specifies the threshold that must be exceeded to
        send the hh3cPosaTcpConnectionExceed trap."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 14 }

.1.3.6.1.4.1.25506.2.92.1.15
hh3cPosaFcmConnectionTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute specifies the threshold that must be exceeded to
        send the hh3cPosaFcmConnectionExceed trap."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 15 }

.1.3.6.1.4.1.25506.2.92.1.16
hh3cPosaTcpTradeLimit OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The limit of concurrent trades in one TCP connection.  The value 0
        means unlimited."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 16 }

.1.3.6.1.4.1.25506.2.92.1.17
hh3cPosaTcpTradeTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute specifies the limit that must be exceeded to
        send the hh3cPosaTcpTradeExceed trap."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 17 }

.1.3.6.1.4.1.25506.2.92.1.18
hh3cPosaTcpTradeTimeout OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum interval to wait for the reply from sending the trade
        packet to the application server.  The value 0 means wait forever."
  DEFVAL	{ 240 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 18 }

.1.3.6.1.4.1.25506.2.92.1.19
hh3cPosaTradeSuccessFallingTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls whether the hh3cPosaTradeSuccessFalling trap will
        be sent or not."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 19 }

.1.3.6.1.4.1.25506.2.92.1.20
hh3cPosaTradeSuccessFallingThreshold OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of transaction success rate ."
  DEFVAL	{ 90 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 20 }

.1.3.6.1.4.1.25506.2.92.1.21
hh3cPosaE1DialFallingTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls whether the hh3cPosaE1DialFalling trap will
        be sent or not."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 21 }

.1.3.6.1.4.1.25506.2.92.1.22
hh3cPosaE1DialFallingThreshold OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of dialing success rate ."
  DEFVAL	{ 90 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 22 }

.1.3.6.1.4.1.25506.2.92.1.23
hh3cPosaFcmTradeAbnormalTrapEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This attribute controls whether the hh3cPosaFcmTradeAbnormal trap will
        be sent or not."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaControl(1) 23 }

.1.3.6.1.4.1.25506.2.92.2
hh3cPosaTables OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) 2 }

.1.3.6.1.4.1.25506.2.92.2.1
hh3cPosaAppTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the configuration information and
        running status of POS application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 1 }

.1.3.6.1.4.1.25506.2.92.2.1.1
hh3cPosaAppEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaAppID }
  DESCRIPTION	"This table shows the configuration information and
        running status of POS application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.1.1.1
hh3cPosaAppID OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The identification of a POS application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.1.1.2
hh3cPosaAppServiceType OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION Hh3cAppServiceType
  SYNTAX	INTEGER {tcp(1), flow(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service type of a POS application.  It means the way
        in which the router connects with the application server."
  DEFVAL	{ tcp }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.1.1.3
hh3cPosaAppIfIndex OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This attribute is the ifindex through which the router connecting with
        the application server, if the service type of POS application is flow(2).
        It is invalid if the service type is tcp(1).
        At preasent, it supports 5 types of interface: FCM, SERIAL, ASYNC,
        AM (Analog Modem) and AUX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.1.1.4
hh3cPosaAppMode OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION Hh3cAppMode
  SYNTAX	INTEGER {normal(1), temporary(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The work mode of a POS application."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.1.1.5
hh3cPosaAppHostIPType OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address type of the application server.  And now it must be IPV4.
        It is invalid if the service type is flow(2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.1.1.6
hh3cPosaAppHostIP OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of the application server.  And now it only supports IPV4.
        It is invalid if the service type is flow(2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 6 }

.1.3.6.1.4.1.25506.2.92.2.1.1.7
hh3cPosaAppHostPort OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The listening port of the application server.  If the information of
        the application server is not specified, this object will return the
        value 0.
        It is invalid if the service type is flow(2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 7 }

.1.3.6.1.4.1.25506.2.92.2.1.1.8
hh3cPosaAppRouterIPType OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source IP address type of the access router.  Now it must be ipv4.
        It is invalid if the service type is flow(2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 8 }

.1.3.6.1.4.1.25506.2.92.2.1.1.9
hh3cPosaAppRouterIP OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source IP address of access router used in connecting with
        application server.  Now it only supports ipv4.
        It is invalid if the service type is flow(2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 9 }

.1.3.6.1.4.1.25506.2.92.2.1.1.10
hh3cPosaAppKeepAliveInterval OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..7200) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The TCP keep alive interval of the connection between the router and
        the application server.  In unit of seconds.
        The default value is 2 seconds.
        It is valid only when the service type is tcp(1)."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 10 }

.1.3.6.1.4.1.25506.2.92.2.1.1.11
hh3cPosaAppKeepAliveCount OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (2..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum number of sending TCP keep alive packets.
        It is valid only when the service type is tcp(1)."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 11 }

.1.3.6.1.4.1.25506.2.92.2.1.1.12
hh3cPosaAppConnectTimeout OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..20) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum interval that the router waits for the reply from
        application server after sending the request for establishing a TCP
        connection.  It is invalid if the service type is flow(2)."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 12 }

.1.3.6.1.4.1.25506.2.92.2.1.1.13
hh3cPosaAppState OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION Hh3cPeerState
  SYNTAX	INTEGER {notset(1), down(2), up(3), kept(4), linking(5), linked(6), multilink(7), blocked(8), error(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current running state of application server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 13 }

.1.3.6.1.4.1.25506.2.92.2.1.1.14
hh3cPosaAppRowStatus OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 14 }

.1.3.6.1.4.1.25506.2.92.2.1.1.15
hh3cPosaAppName OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of a POS application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 15 }

.1.3.6.1.4.1.25506.2.92.2.1.1.16
hh3cPosaCallerIDTransEnable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Enable or disable the caller-id transmission function."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 16 }

.1.3.6.1.4.1.25506.2.92.2.1.1.17
hh3cPosaTpduChangeStrategy OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION Hh3cTpduChangeStrategy
  SYNTAX	INTEGER {changeTpduSrc(1), changeTpduDest(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set the strategy to modify the address of the packet from terminals
        before delivering it to application server."
  DEFVAL	{ changeTpduSrc }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 17 }

.1.3.6.1.4.1.25506.2.92.2.1.1.18
hh3cPosaBackupAppID OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (0..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the backup application ID, 0 indicates not using backup application.
        It is invalid if the service type is flow(2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 18 }

.1.3.6.1.4.1.25506.2.92.2.1.1.19
hh3cPosaQuietTimeOut OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (10..600) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the wait time for re-activating application server.
        It is invalid if the service type is flow(2)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 19 }

.1.3.6.1.4.1.25506.2.92.2.1.1.20
hh3cPosaAppHello OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the switch of hello packet for the application server."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 20 }

.1.3.6.1.4.1.25506.2.92.2.1.1.21
hh3cPosaAppHelloInterval OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..600) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the interval time in minute(s) of hello packet."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 21 }

.1.3.6.1.4.1.25506.2.92.2.1.1.22
hh3cPosaAppRouterPort OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (0..4999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source port of access router used in connecting with
        application server.  0 indicates not to specify the source port.
        It is valid only if the service type is tcp(1) and mode is normal(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppTable(1) hh3cPosaAppEntry(1) 22 }

.1.3.6.1.4.1.25506.2.92.2.2
hh3cPosaTerminalTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the configuration information and
        running status of POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 2 }

.1.3.6.1.4.1.25506.2.92.2.2.1
hh3cPosaTerminalEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaTerminalID }
  DESCRIPTION	"This table shows the configuration information and
        running status of POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) 1 }

.1.3.6.1.4.1.25506.2.92.2.2.1.1
hh3cPosaTerminalID OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The identification of a POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) hh3cPosaTerminalEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.2.1.2
hh3cPosaTerminalAccessType OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION Hh3cTerminalAccessType
  SYNTAX	INTEGER {fcm(1), flow(2), tcp(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The access type of a POS terminal."
  DEFVAL	{ fcm }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) hh3cPosaTerminalEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.2.1.3
hh3cPosaTerminalIfIndex OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ifindex of the interface through which connects the POS terminal
        and the router.  It is invalid if the access type is TCP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) hh3cPosaTerminalEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.2.1.4
hh3cPosaTerminalTransAppID OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (0..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The identification of the application server to which all the packets
        from this POS terminal will be sent.
        If this object is set to 0, the destination application server to which
        a packet from this POS terminal will be sent is determined by its TPDU
        (Transport Protocol Data Unit) destination address.
        It is invalid if the access type is TCP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) hh3cPosaTerminalEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.2.1.5
hh3cPosaTerminalListenPort OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The listening port accepting the connection from POS terminals.
        It is valid only when the access type is TCP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) hh3cPosaTerminalEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.2.1.6
hh3cPosaTerminalState OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION Hh3cPeerState
  SYNTAX	INTEGER {notset(1), down(2), up(3), kept(4), linking(5), linked(6), multilink(7), blocked(8), error(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current running status of a POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) hh3cPosaTerminalEntry(1) 6 }

.1.3.6.1.4.1.25506.2.92.2.2.1.7
hh3cPosaTerminalRowStatus OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) hh3cPosaTerminalEntry(1) 7 }

.1.3.6.1.4.1.25506.2.92.2.2.1.8
hh3cPosaTerminalName OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The description of a POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) hh3cPosaTerminalEntry(1) 8 }

.1.3.6.1.4.1.25506.2.92.2.2.1.9
hh3cPosaTerminalCfgIfIndex OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifindex of the interface on which the terminal configuration is.
        If it is a physical interface, its value is equal to that of
        hh3cPosaTerminalIfIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalTable(2) hh3cPosaTerminalEntry(1) 9 }

.1.3.6.1.4.1.25506.2.92.2.3
hh3cPosaMapTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describe the application-mapping information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 3 }

.1.3.6.1.4.1.25506.2.92.2.3.1
hh3cPosaMapEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaMapSrcCode, hh3cPosaMapDestCode }
  DESCRIPTION	"This table describe the application-mapping information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaMapTable(3) 1 }

.1.3.6.1.4.1.25506.2.92.2.3.1.1
hh3cPosaMapDestCode OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	OCTET STRING (4..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The destination code of the mapping item.  Generally, the destination
        code is a 4-character-string.  If the destination address in POS packet
        matches the code, the packet will be deliveried to the corresponding
        application server.  If any code can not be matched, the packet will be
        deliveried to the default server.  A special destination code, 'default',
        is for default mapping item."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaMapTable(3) hh3cPosaMapEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.3.1.2
hh3cPosaMapAppID OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The identifier of POS application.  It is the index of hh3cPosaAppTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaMapTable(3) hh3cPosaMapEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.3.1.3
hh3cPosaMapRowStatus OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaMapTable(3) hh3cPosaMapEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.3.1.4
hh3cPosaMapSrcCode OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	OCTET STRING (4..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The source code of the mapping item.  Generally, the source code is a
        4-character-string.  If the source address in POS packet matches the
        code, the packet will be deliveried to the corresponding application
        server.  If any code can not be matched, the packet will be deliveried
        to the default server.  A special source code, 'default', is for
        default mapping item."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaMapTable(3) hh3cPosaMapEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.4
hh3cPosaFcmStatTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the statistics information of FCM interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 4 }

.1.3.6.1.4.1.25506.2.92.2.4.1
hh3cPosaFcmStatEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaFcmStatIfIndex }
  DESCRIPTION	"This table shows the statistics information of FCM interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmStatTable(4) 1 }

.1.3.6.1.4.1.25506.2.92.2.4.1.1
hh3cPosaFcmStatIfIndex OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of FCM interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmStatTable(4) hh3cPosaFcmStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.4.1.2
hh3cPosaFcmStatTimeoutCnts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of disconnections because of trade timeouts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmStatTable(4) hh3cPosaFcmStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.4.1.3
hh3cPosaFcmStatConnectFailCnts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of connection failures because of unsuccessful negotiations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmStatTable(4) hh3cPosaFcmStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.4.1.4
hh3cPosaFcmStatTransCnts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of all transactions made through the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmStatTable(4) hh3cPosaFcmStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.4.1.5
hh3cPosaFcmStatTransSuccessCnts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of successful transactions made through the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmStatTable(4) hh3cPosaFcmStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.4.1.6
hh3cPosaFcmStatTransCntsClear OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear the number of successful transactions and all transactions."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmStatTable(4) hh3cPosaFcmStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.92.2.5
hh3cPosaAppStatTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the statistics information of application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 5 }

.1.3.6.1.4.1.25506.2.92.2.5.1
hh3cPosaAppStatEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaAppID }
  DESCRIPTION	"This table shows the statistics information of application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppStatTable(5) 1 }

.1.3.6.1.4.1.25506.2.92.2.5.1.1
hh3cPosaAppRecvPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets recieved from the application server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppStatTable(5) hh3cPosaAppStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.5.1.2
hh3cPosaAppSendPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets sent to the application server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppStatTable(5) hh3cPosaAppStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.5.1.3
hh3cPosaAppErrPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that contained errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppStatTable(5) hh3cPosaAppStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.5.1.4
hh3cPosaAppDistributeErrCnts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that are discarded when no corresponding POS
        terminal can be found."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppStatTable(5) hh3cPosaAppStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.5.1.5
hh3cPosaAppInDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that are discarded when the incoming
        buffer is full."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppStatTable(5) hh3cPosaAppStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.5.1.6
hh3cPosaAppOutDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets that are discarded because of link
        errors between the router and the application server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaAppStatTable(5) hh3cPosaAppStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.92.2.6
hh3cPosaTerminalStatTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the statistics information of application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 6 }

.1.3.6.1.4.1.25506.2.92.2.6.1
hh3cPosaTerminalStatEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaTerminalID }
  DESCRIPTION	"This table shows the statistics information of application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalStatTable(6) 1 }

.1.3.6.1.4.1.25506.2.92.2.6.1.1
hh3cPosaTerminalRecvPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets recieved from the POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalStatTable(6) hh3cPosaTerminalStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.6.1.2
hh3cPosaTerminalSendPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets sent to the POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalStatTable(6) hh3cPosaTerminalStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.6.1.3
hh3cPosaTerminalErrPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that contained errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalStatTable(6) hh3cPosaTerminalStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.6.1.4
hh3cPosaTerminalMapErrCnts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that are discarded because of mapping errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalStatTable(6) hh3cPosaTerminalStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.6.1.5
hh3cPosaTerminalInDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that are discarded when the incoming
        buffer is full."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalStatTable(6) hh3cPosaTerminalStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.6.1.6
hh3cPosaTerminalOutDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets that are discarded because of link
        errors between the router and the POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalStatTable(6) hh3cPosaTerminalStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.92.2.6.1.7
hh3cPosaTermianlTcpConnectionNumber OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of TCP connections between the router and the POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTerminalStatTable(6) hh3cPosaTerminalStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.92.2.7
hh3cPosaBatchTerminalTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of the configuration information relevant to
        a batch of POS terminals."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 7 }

.1.3.6.1.4.1.25506.2.92.2.7.1
hh3cPosaBatchTerminalEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The configuration information relevant to a batch of
        POS terminals."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaBatchTerminalTable(7) 1 }

.1.3.6.1.4.1.25506.2.92.2.7.1.1
hh3cPosaBatchTerminalFirstID OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The first ID of the batch of POS terminals."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaBatchTerminalTable(7) hh3cPosaBatchTerminalEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.7.1.2
hh3cPosaBatchTerminalRowStatus OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaBatchTerminalTable(7) hh3cPosaBatchTerminalEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.8
hh3cPosaTcpTermStatTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the statistics information of terminal whose
        access type is tcp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 8 }

.1.3.6.1.4.1.25506.2.92.2.8.1
hh3cPosaTcpTermStatEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaTcpTermStatIndex }
  DESCRIPTION	"This table shows the statistics information of terminal whose
        access type is tcp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) 1 }

.1.3.6.1.4.1.25506.2.92.2.8.1.1
hh3cPosaTcpTermStatIndex OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.8.1.2
hh3cPosaTcpTermStatIPType OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of Internet address.  And now it must be ipv4."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.8.1.3
hh3cPosaTcpTermStatIP OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address or the subnet of the statistics terminal(s).
        When the vlaue is a subnet, the statistics of all the
        terminals in the subnet will be added up.  And now it only
        supports ipv4."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.8.1.4
hh3cPosaTcpTermStatIPMask OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask associated with the IP address or the subnet.  And
        now it only supports ipv4."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.8.1.5
hh3cPosaTcpTermRecvPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets recieved from the POS terminal(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.8.1.6
hh3cPosaTcpTermSendPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets sent to the POS terminal(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.92.2.8.1.7
hh3cPosaTcpTermErrPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that contained errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.92.2.8.1.8
hh3cPosaTcpTermMapErrCnts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that are discarded because of mapping errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.92.2.8.1.9
hh3cPosaTcpTermInDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that are discarded when the incoming
        buffer is full."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.92.2.8.1.10
hh3cPosaTcpTermOutDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets that are discarded because of link
        errors between the router and the POS terminal(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.92.2.8.1.11
hh3cPosaTcpTermStatRowStatus OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaTcpTermStatTable(8) hh3cPosaTcpTermStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.92.2.9
hh3cPosaFcmConfTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the configuration information of FCM (Fast Connection
        Modem) interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 9 }

.1.3.6.1.4.1.25506.2.92.2.9.1
hh3cPosaFcmConfEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry shows the configuration information of FCM (Fast Connection
        Modem) interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmConfTable(9) 1 }

.1.3.6.1.4.1.25506.2.92.2.9.1.1
hh3cPosaFcmNegoHookOff OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (100..6000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Delay time for hookoff."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmConfTable(9) hh3cPosaFcmConfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.9.1.2
hh3cPosaFcmNegoSilence OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (0..3000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Silence time for modem negotiation."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmConfTable(9) hh3cPosaFcmConfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.9.1.3
hh3cPosaFcmNegoScrmbBinary1 OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (100..1500) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Scramble-binary1 time for modem negotiation."
  DEFVAL	{ 250 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmConfTable(9) hh3cPosaFcmConfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.9.1.4
hh3cPosaFcmNegoUnscrmbBinary1 OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (300..1500) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Unscramble-binary1 time for modem negotiation."
  DEFVAL	{ 400 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmConfTable(9) hh3cPosaFcmConfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.9.1.5
hh3cPosaFcmThresholdRlsdOff OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (0..75) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"RLSD (Received Line Signal Detect) off threshold for modem."
  DEFVAL	{ 48 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmConfTable(9) hh3cPosaFcmConfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.9.1.6
hh3cPosaFcmThresholdRlsdOn OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (0..75) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"RLSD (Received Line Signal Detect) on threshold for modem."
  DEFVAL	{ 43 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmConfTable(9) hh3cPosaFcmConfEntry(1) 6 }

.1.3.6.1.4.1.25506.2.92.2.9.1.7
hh3cPosaFcmThresholdTxPower OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..42) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"TX power for modem."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmConfTable(9) hh3cPosaFcmConfEntry(1) 7 }

.1.3.6.1.4.1.25506.2.92.2.9.1.8
hh3cPosaFcmThresholdAnswerTone OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..42) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Answer tone level for modem."
  DEFVAL	{ 9 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaFcmConfTable(9) hh3cPosaFcmConfEntry(1) 8 }

.1.3.6.1.4.1.25506.2.92.2.10
hh3cPosaCallerStatTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the statistics information of terminal according the
        caller-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 10 }

.1.3.6.1.4.1.25506.2.92.2.10.1
hh3cPosaCallerStatEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaCallerStatCallerID }
  DESCRIPTION	"This table shows the statistics information of terminal according the
        caller-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaCallerStatTable(10) 1 }

.1.3.6.1.4.1.25506.2.92.2.10.1.1
hh3cPosaCallerStatCallerID OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The caller number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaCallerStatTable(10) hh3cPosaCallerStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.10.1.2
hh3cPosaCallerRecvPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets recieved from the POS terminal(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaCallerStatTable(10) hh3cPosaCallerStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.10.1.3
hh3cPosaCallerSendPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets sent to the POS terminal(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaCallerStatTable(10) hh3cPosaCallerStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.10.1.4
hh3cPosaCallerErrPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that contained errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaCallerStatTable(10) hh3cPosaCallerStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.10.1.5
hh3cPosaCallerMapErrCnts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that are discarded because of mapping errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaCallerStatTable(10) hh3cPosaCallerStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.10.1.6
hh3cPosaCallerInDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that are discarded when the incoming
        buffer is full."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaCallerStatTable(10) hh3cPosaCallerStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.92.2.10.1.7
hh3cPosaCallerOutDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets that are discarded because of link
        errors between the router and the POS terminal(s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaCallerStatTable(10) hh3cPosaCallerStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.92.2.10.1.8
hh3cPosaCallerStatRowStatus OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaCallerStatTable(10) hh3cPosaCallerStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.92.2.11
hh3cPosaNiiStatTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows statistics on the Network International Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 11 }

.1.3.6.1.4.1.25506.2.92.2.11.1
hh3cPosaNiiStatEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaNiiStatIndex }
  DESCRIPTION	"This table shows statistics on the Network International Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaNiiStatTable(11) 1 }

.1.3.6.1.4.1.25506.2.92.2.11.1.1
hh3cPosaNiiStatIndex OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaNiiStatTable(11) hh3cPosaNiiStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.11.1.2
hh3cPosaNiiRecvPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received from the POS terminals."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaNiiStatTable(11) hh3cPosaNiiStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.11.1.3
hh3cPosaNiiSendPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets sent to the POS terminals."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaNiiStatTable(11) hh3cPosaNiiStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.11.1.4
hh3cPosaNiiSuccessTradeCnt OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of successful transactions of the Network International Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaNiiStatTable(11) hh3cPosaNiiStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.11.1.5
hh3cPosaNiiTradeCnt OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of all transactions of the Network International Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaNiiStatTable(11) hh3cPosaNiiStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.12
hh3cPosaE1StatTable OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows statistics on E1-controller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) 12 }

.1.3.6.1.4.1.25506.2.92.2.12.1
hh3cPosaE1StatEntry OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPosaE1StatIndex }
  DESCRIPTION	"This table shows statistics on E1-controller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) 1 }

.1.3.6.1.4.1.25506.2.92.2.12.1.1
hh3cPosaE1StatIndex OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) hh3cPosaE1StatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.92.2.12.1.2
hh3cPosaE1DialCnt OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of dialing  from the E1-controller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) hh3cPosaE1StatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.92.2.12.1.3
hh3cPosaE1DialSuccess OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of successful dialing  from the E1-controller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) hh3cPosaE1StatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.92.2.12.1.4
hh3cPosaE1RecvPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received from the POS terminals."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) hh3cPosaE1StatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.92.2.12.1.5
hh3cPosaE1SendPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets sent to the POS terminals."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) hh3cPosaE1StatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.92.2.12.1.6
hh3cPosaE1ErrPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that contained errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) hh3cPosaE1StatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.92.2.12.1.7
hh3cPosaE1MapErrCnts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that are discarded because of mapping errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) hh3cPosaE1StatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.92.2.12.1.8
hh3cPosaE1InDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets that are discarded when the incoming
        buffer is full."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) hh3cPosaE1StatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.92.2.12.1.9
hh3cPosaE1OutDiscardedPkts OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets that are discarded because of link
        errors between the router and the POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTables(2) hh3cPosaE1StatTable(12) hh3cPosaE1StatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.92.3
hh3cPosaTrap OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) 3 }

.1.3.6.1.4.1.25506.2.92.3.0
hh3cPosaTrapPrex OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) 0 }

.1.3.6.1.4.1.25506.2.92.3.0.1
hh3cPosaServerStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ hh3cPosaServerEnable }
  DESCRIPTION	"This trap is generated when the POS function is started or stopped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.2.92.3.0.2
hh3cPosaAppStateChange NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ hh3cPosaAppID, hh3cPosaAppStateChangeObject }
  DESCRIPTION	"This trap is generated whenever the availability of application server
        changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 2 }

.1.3.6.1.4.1.25506.2.92.3.0.3
hh3cPosaTerminalHangUp NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cPosaCallerStatCallerID }
  DESCRIPTION	"This trap is generated whenever the POS connection through a FCM (Fast
        Connection Modem) interface is hanged up by POS terminal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 3 }

.1.3.6.1.4.1.25506.2.92.3.0.4
hh3cPosaFcmLinkNegoFailed NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cPosaCallerStatCallerID }
  DESCRIPTION	"This trap is generated whenever the link layer negotiation is failed
        between the POS terminal and router through a FCM (Fast Connection
        Modem) interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 4 }

.1.3.6.1.4.1.25506.2.92.3.0.5
hh3cPosaFcmPhyNegoFailed NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cPosaCallerStatCallerID }
  DESCRIPTION	"This trap is generated whenever the physical layer negotiation is failed
        between the POS terminal and router through a FCM (Fast Connection
        Modem) interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 5 }

.1.3.6.1.4.1.25506.2.92.3.0.6
hh3cPosaTcpConnectionExceed NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ hh3cPosaTcpConnectionThreshold }
  DESCRIPTION	"This trap is generated whenever the number of connections exceeds the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 6 }

.1.3.6.1.4.1.25506.2.92.3.0.7
hh3cPosaFcmConnectionExceed NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ hh3cPosaFcmConnectionThreshold }
  DESCRIPTION	"This trap is generated whenever the number of connections exceeds the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 7 }

.1.3.6.1.4.1.25506.2.92.3.0.8
hh3cPosaTcpTradeExceed NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ hh3cPosaTcpTradeLimit, hh3cPosaTerminalID }
  DESCRIPTION	"This trap is generated whenever the number of trades in any TCP connect exceeds
        the limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 8 }

.1.3.6.1.4.1.25506.2.92.3.0.9
hh3cPosaTradeSuccessFalling NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ hh3cPosaNiiStatIndex, hh3cPosaTradeSuccessFallingThreshold }
  DESCRIPTION	"This trap is generated whenever the transaction success rate of bank server is smaller than or equal to the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 9 }

.1.3.6.1.4.1.25506.2.92.3.0.10
hh3cPosaE1DialFalling NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cPosaE1DialFallingThreshold }
  DESCRIPTION	"This trap is generated whenever the dialing success rate of E1-controller is smaller than or equal to the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 10 }

.1.3.6.1.4.1.25506.2.92.3.0.11
hh3cPosaFcmTradeAbnormal NOTIFICATION-TYPE
  -- FROM	HH3C-POSA-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cPosaCallerStatCallerID }
  DESCRIPTION	"This trap is generated whenever the dialing link is abnormal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapPrex(0) 11 }

.1.3.6.1.4.1.25506.2.92.3.1
hh3cPosaTrapObjects OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) 1 }

.1.3.6.1.4.1.25506.2.92.3.1.1
hh3cPosaAppStateChangeObject OBJECT-TYPE
  -- FROM	HH3C-POSA-MIB
  SYNTAX	INTEGER {available(1), unavailable(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This is a dummy MIB object referenced by the hh3cPosaAppStateChange trap.
        This object shows the availability changing of corresponding application
        server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPosa(92) hh3cPosaTrap(3) hh3cPosaTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.93
hh3cWebAuthentication OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-WEB-AUTHENTICATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 93 }

.1.3.6.1.4.1.25506.2.93.1
hh3cWaTrapObjects OBJECT-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) 1 }

.1.3.6.1.4.1.25506.2.93.1.1
hh3cWaVlanID OBJECT-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The Vlan ID associate with the port and the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) hh3cWaTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.93.1.2
hh3cWaReasonCode OBJECT-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
  SYNTAX	INTEGER {globalNumberMax(1), configNumberMax(2), portNumberMax(3), invalidUsername(4), authFail(5), setACLFail(6), changeVlanFail(7), other(8), onlineOverTime(9), noTransferData(10), cutOperation(11), portDisabled(12), portDown(13), userLogout(14), vlanChanged(15), vlanDelted(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The code indicates the reason for the action of this trap.
         globalNumberMax:
            The global number of connections is up to max.
         configNumberMax:
            The global number of connections is up to configured max value.
         portNumberMax:
            The interface number of connections is up to max.
         invalidUsername:
            The username or password is too long or username is empty.
         authFail:
            Wrong username or password.
         setACLFail:
            Failed to set ACL.
         changeVlanFail:
            Failed to set VLAN.
         other:
            Other reasons.
         onlineOverTime:
            The online time is over the max value.
         noTransferData:
            There was no data flow for the connection.
         cutOperation:
            There was a cut operation.
         portDisabled:
            Web authentication was disabled on interface.
         portDown:
            The interface turned down.
         userLogout:
            The client required to logout.
         vlanChanged:
            The interface VLAN value was changed.
         vlanDelted:
            The interface VLAN was deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) hh3cWaTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.2.93.1.3
hh3cWaActionCode OBJECT-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The code indicates the system action.
         enabled:
            Web authentication turns enabled.
         disabled:
            Web authentication turns disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) hh3cWaTrapObjects(1) 3 }

.1.3.6.1.4.1.25506.2.93.1.4
hh3cWaClientMacAddr OBJECT-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The MAC address of the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) hh3cWaTrapObjects(1) 4 }

.1.3.6.1.4.1.25506.2.93.2
hh3cWaTrap OBJECT-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) 2 }

.1.3.6.1.4.1.25506.2.93.2.0
hh3cWaTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) hh3cWaTrap(2) 0 }

.1.3.6.1.4.1.25506.2.93.2.0.1
hh3cWaClientLogon NOTIFICATION-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
  OBJECTS	{ hh3cWaClientMacAddr, ifDescr, hh3cWaVlanID }
  DESCRIPTION	"It is generated when a client succeeded to logon."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) hh3cWaTrap(2) hh3cWaTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.93.2.0.2
hh3cWaClientLogonFail NOTIFICATION-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
  OBJECTS	{ hh3cWaClientMacAddr, ifDescr, hh3cWaVlanID, hh3cWaReasonCode }
  DESCRIPTION	"It is generated when a client failed to logon, the hh3cWaReasonCode
         shows the failure reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) hh3cWaTrap(2) hh3cWaTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.93.2.0.3
hh3cWaClientLogout NOTIFICATION-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
  OBJECTS	{ hh3cWaClientMacAddr, ifDescr, hh3cWaVlanID, hh3cWaReasonCode }
  DESCRIPTION	"It is generated when a client logout, the hh3cWaReasonCode
         shows the logout reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) hh3cWaTrap(2) hh3cWaTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.93.2.0.4
hh3cWaSysAction NOTIFICATION-TYPE
  -- FROM	HH3C-WEB-AUTHENTICATION-MIB
  OBJECTS	{ hh3cWaActionCode }
  DESCRIPTION	"It is generated when a system action was occurred, the hh3cWaActionCode
         shows the action information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWebAuthentication(93) hh3cWaTrap(2) hh3cWaTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.94
hh3cCATVTransceiver OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-CATV-TRANSCEIVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 94 }

.1.3.6.1.4.1.25506.2.94.1
hh3cCATVTransStatus OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) 1 }

.1.3.6.1.4.1.25506.2.94.1.1
hh3cCATVTransStatusScalarObjects OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTransStatus(1) 1 }

.1.3.6.1.4.1.25506.2.94.1.1.1
hh3cCATVTransState OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  SYNTAX	INTEGER {on(1), off(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
         The state of CATV transceiver.
         "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTransStatus(1) hh3cCATVTransStatusScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.94.1.1.2
hh3cCATVTransInputPwr OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
         The input power of CATV transceiver.
         If transceiver is not on site,
         the value should be zero.
         "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTransStatus(1) hh3cCATVTransStatusScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.94.1.1.3
hh3cCATVTransOutputLevel OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
         The output level of CATV transceiver.
         If transceiver is not on site,
         the value should be zero.
         "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTransStatus(1) hh3cCATVTransStatusScalarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.94.1.1.4
hh3cCATVTransTemperature OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
         The temperature of CATV transceiver.
         If transceiver is not on site,
         the value should be zero.
         "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTransStatus(1) hh3cCATVTransStatusScalarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.94.2
hh3cCATVTransceiverMan OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) 2 }

.1.3.6.1.4.1.25506.2.94.2.1
hh3cCATVTransCtrlScalarObjects OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTransceiverMan(2) 1 }

.1.3.6.1.4.1.25506.2.94.2.1.1
hh3cCATVTransInputPwrLowerThr OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        A threshold for the CATV transceiver's input power.
        When the input power of CATV transceiver is lower
        than threshold, a trap should be generated.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTransceiverMan(2) hh3cCATVTransCtrlScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.94.2.1.2
hh3cCATVTransOutputLvlLowerThr OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        A threshold for the CATV transceiver's output level.
        When the output level of CATV transceiver is lower
        than threshold, a trap should be generated.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTransceiverMan(2) hh3cCATVTransCtrlScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.94.2.1.3
hh3cCATVTransTempratureUpperThr OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        A threshold for the CATV transceiver's temperature.
        When the temperature of CATV transceiver is higher
        than threshold, a trap should be generated.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTransceiverMan(2) hh3cCATVTransCtrlScalarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.94.3
hh3cCATVTansTrap OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) 3 }

.1.3.6.1.4.1.25506.2.94.3.0
hh3cCATVTransTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTansTrap(3) 0 }

.1.3.6.1.4.1.25506.2.94.3.0.1
hh3cCATVTransInputPwrTrap NOTIFICATION-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  OBJECTS	{ hh3cCATVTransInputPwr }
  DESCRIPTION	"
        A hh3cCATVTransInputPwrTrap notification is sent when the
        input power of CATV transceiver is lower than the threshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTansTrap(3) hh3cCATVTransTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.94.3.0.2
hh3cCATVTransInputPwrReTrap NOTIFICATION-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  OBJECTS	{ hh3cCATVTransInputPwr }
  DESCRIPTION	"
        A hh3cCATVTransInputPwrReTrap notification is sent when the
        input power of CATV transceiver recovered from the last trap.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTansTrap(3) hh3cCATVTransTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.94.3.0.3
hh3cCATVTransOutputLvlTrap NOTIFICATION-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  OBJECTS	{ hh3cCATVTransOutputLevel }
  DESCRIPTION	"
        A hh3cCATVTransOutputLvlTrap notification is sent when the
        output level of CATV transceiver is lower than the threshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTansTrap(3) hh3cCATVTransTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.94.3.0.4
hh3cCATVTransOutputLvlReTrap NOTIFICATION-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  OBJECTS	{ hh3cCATVTransOutputLevel }
  DESCRIPTION	"
        A hh3cCATVTransOutputLvlReTrap notification is sent when the
        output level of CATV transceiver recovered from the last trap.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTansTrap(3) hh3cCATVTransTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.94.3.0.5
hh3cCATVTransTemperatureTrap NOTIFICATION-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  OBJECTS	{ hh3cCATVTransTemperature }
  DESCRIPTION	"
        A hh3cCATVTransTemperatureTrap notification is sent when the
        temperature of CATV transceiver is higher than the threshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTansTrap(3) hh3cCATVTransTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.94.3.0.6
hh3cCATVTransTemperatureReTrap NOTIFICATION-TYPE
  -- FROM	HH3C-CATV-TRANSCEIVER-MIB
  OBJECTS	{ hh3cCATVTransTemperature }
  DESCRIPTION	"
        A hh3cCATVTransTemperatureReTrap notification is sent when the
        temperature of CATV transceiver recovered from the last trap.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCATVTransceiver(94) hh3cCATVTansTrap(3) hh3cCATVTransTrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.95
hh3cLpbkdt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LPBKDT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 95 }

.1.3.6.1.4.1.25506.2.95.1
hh3cLpbkdtNotifications OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) 1 }

.1.3.6.1.4.1.25506.2.95.1.0
hh3cLpbkdtTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtNotifications(1) 0 }

.1.3.6.1.4.1.25506.2.95.1.0.1
hh3cLpbkdtTrapLoopbacked NOTIFICATION-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"Trap message is generated when the interface is looped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtNotifications(1) hh3cLpbkdtTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.95.1.0.2
hh3cLpbkdtTrapRecovered NOTIFICATION-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"Trap message is generated when the loops on the interface
         are eliminated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtNotifications(1) hh3cLpbkdtTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.95.1.0.3
hh3cLpbkdtTrapPerVlanLoopbacked NOTIFICATION-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cLpbkdtVlanID }
  DESCRIPTION	"Trap message is generated when the interface is looped in the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtNotifications(1) hh3cLpbkdtTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.95.1.0.4
hh3cLpbkdtTrapPerVlanRecovered NOTIFICATION-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cLpbkdtVlanID }
  DESCRIPTION	"Trap message is generated when the loop on the interface
         is eliminated in the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtNotifications(1) hh3cLpbkdtTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.95.2
hh3cLpbkdtObjects OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) 2 }

.1.3.6.1.4.1.25506.2.95.2.1
hh3cLpbkdtVlanID OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ID of VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) 1 }

.1.3.6.1.4.1.25506.2.95.2.2
hh3cLpbkdtVlanEnable OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  SYNTAX	OCTET STRING (512) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the loop detection is enabled globally for the VLANs.  Each
       octet within this value specifies a set of eight VLANs, with the first
       octet specifying VLANs 1 through 8, the second octet specifying VLANs 9
       through 16, etc.  Within each octet, the most significant bit represents
       the highest numbered VLAN, and the least significant bit represents the
       lowest numbered VLAN.  Thus, each VLAN is represented by a single bit
       within the value of this object.  A bit with a value of '1' indicates
       that the loop detection is enabled globally for the VLAN; the loop
       detection is disabled globally for the VLAN if its bit has a value of
       '0'.  The 4095th and 4096th bits must be have a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) 2 }

.1.3.6.1.4.1.25506.2.95.2.3
hh3cLpbkdtAction OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  -- TEXTUAL CONVENTION Hh3cLpbkdtActionType
  SYNTAX	INTEGER {none(1), block(2), nolearning(3), shutdown(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Global loopback detection action on the port on which a loop is
        detected.  The global action applies to all ports.  The per-port action
        takes precedence over the global action."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) 3 }

.1.3.6.1.4.1.25506.2.95.2.4
hh3cLpbkdtIntervalTime OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  SYNTAX	Integer32 (1..300) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval at which loop detection frames are transmitted."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) 4 }

.1.3.6.1.4.1.25506.2.95.2.5
hh3cLpbkdtPortTable OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information about the loop detection configurations
        and status for individual ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) 5 }

.1.3.6.1.4.1.25506.2.95.2.5.1
hh3cLpbkdtPortEntry OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLpbkdtPortIfIndex }
  DESCRIPTION	"Detailed information of a specified port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) hh3cLpbkdtPortTable(5) 1 }

.1.3.6.1.4.1.25506.2.95.2.5.1.1
hh3cLpbkdtPortIfIndex OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) hh3cLpbkdtPortTable(5) hh3cLpbkdtPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.95.2.5.1.2
hh3cLpbkdtPortVlanEnable OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  SYNTAX	OCTET STRING (512) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the loop detection is enabled on the port for the VLANs.  Each
        octet within this value specifies a set of eight VLANs, with the first
        octet specifying VLANs 1 through 8, the second octet specifying VLANs 9
        through 16, etc.  Within each octet, the most significant bit represents
        the highest numbered VLAN, and the least significant bit represents the
        lowest numbered VLAN.  Thus, each VLAN is represented by a single bit
        within the value of this object.  A bit with a value of '1' indicates
        that the loop detection is enabled on the port for the VLAN; the loop
        detection is disabled on the port for the VLAN if its bit has a value of
        '0'.  The 4095th and 4096th bits must be have a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) hh3cLpbkdtPortTable(5) hh3cLpbkdtPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.95.2.5.1.3
hh3cLpbkdtPortAction OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  -- TEXTUAL CONVENTION Hh3cLpbkdtActionType
  SYNTAX	INTEGER {none(1), block(2), nolearning(3), shutdown(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Loopback detection action on the port on which a loop is detected.  The
        per-port action takes precedence over the global action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) hh3cLpbkdtPortTable(5) hh3cLpbkdtPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.95.2.5.1.4
hh3cLpbkdtPortLoopbacked OBJECT-TYPE
  -- FROM	HH3C-LPBKDT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the port is looped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLpbkdt(95) hh3cLpbkdtObjects(2) hh3cLpbkdtPortTable(5) hh3cLpbkdtPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.96
hh3cMultiMedia OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 96 }

.1.3.6.1.4.1.25506.2.97
hh3cDns OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DNS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 97 }

.1.3.6.1.4.1.25506.2.97.1
hh3cDnsObjects OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) 1 }

.1.3.6.1.4.1.25506.2.97.1.1
hh3cDnsStaticSrvIpTable OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            This table is a list of DNS static server IPv4 address
            configuration, which is manually specified.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) 1 }

.1.3.6.1.4.1.25506.2.97.1.1.1
hh3cDnsStaticSrvIpEntry OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDnsStaticSrvIpType, hh3cDnsStaticSrvIpAddr }
  DESCRIPTION	"
            An entry of hh3cDnsStaticSrvIpTable.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) hh3cDnsStaticSrvIpTable(1) 1 }

.1.3.6.1.4.1.25506.2.97.1.1.1.1
hh3cDnsStaticSrvIpType OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            This node gives the type of the static DNS server IP address.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) hh3cDnsStaticSrvIpTable(1) hh3cDnsStaticSrvIpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.97.1.1.1.2
hh3cDnsStaticSrvIpAddr OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            This node gives the IP address of the DNS server
            specified by the user.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) hh3cDnsStaticSrvIpTable(1) hh3cDnsStaticSrvIpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.97.1.1.1.3
hh3cDnsStaticSrvIpPriority OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            This node gives the priority of the DNS server, according to the
            creation order.  The smaller the value is, the higher the priority
            level is.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) hh3cDnsStaticSrvIpTable(1) hh3cDnsStaticSrvIpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.97.1.1.1.4
hh3cDnsStaticSrvIpRowStatus OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
            This node gives the operation status of this table entry.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) hh3cDnsStaticSrvIpTable(1) hh3cDnsStaticSrvIpEntry(1) 4 }

.1.3.6.1.4.1.25506.2.97.1.2
hh3cDnsDynamicSrvIpTable OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            This table is a list of DNS dynamic server IPv4 address
            configuration, which is dynamically obtained through DHCP.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) 2 }

.1.3.6.1.4.1.25506.2.97.1.2.1
hh3cDnsDynamicSrvIpEntry OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDnsDynamicSrvIpType, hh3cDnsDynamicSrvIpAddr }
  DESCRIPTION	"An entry of hh3cDnsDynamicSrvIpTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) hh3cDnsDynamicSrvIpTable(2) 1 }

.1.3.6.1.4.1.25506.2.97.1.2.1.1
hh3cDnsDynamicSrvIpType OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            This node gives the type of the dynamic DNS server IP address.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) hh3cDnsDynamicSrvIpTable(2) hh3cDnsDynamicSrvIpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.97.1.2.1.2
hh3cDnsDynamicSrvIpAddr OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"
            This node gives the IP address of the DNS server dynamically
            obtained through DHCP.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) hh3cDnsDynamicSrvIpTable(2) hh3cDnsDynamicSrvIpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.97.1.2.1.3
hh3cDnsDynamicSrvIpPriority OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            This node gives the priority of the DNS server, according to the
            order obtained through DHCP.  The smaller the value is, the higher
            the priority level is.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsObjects(1) hh3cDnsDynamicSrvIpTable(2) hh3cDnsDynamicSrvIpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.97.2
hh3cDnsMIBConformance OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) 2 }

.1.3.6.1.4.1.25506.2.97.2.1
hh3cDnsMIBCompliances OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsMIBConformance(2) 1 }

.1.3.6.1.4.1.25506.2.97.2.1.1
hh3cDnsMIBCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-DNS-MIB
  DESCRIPTION	"
                The compliance statement for entities which implement
                the DNS MIB.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsMIBConformance(2) hh3cDnsMIBCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.97.2.2
hh3cDnsMIBGroups OBJECT-TYPE
  -- FROM	HH3C-DNS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsMIBConformance(2) 2 }

.1.3.6.1.4.1.25506.2.97.2.2.1
hh3cDnsStaticSrvIpGroup OBJECT-GROUP
  -- FROM	HH3C-DNS-MIB
  DESCRIPTION	"
                A collection of objects providing mandatory DNS server IP
                addresses manually specified.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsMIBConformance(2) hh3cDnsMIBGroups(2) 1 }

.1.3.6.1.4.1.25506.2.97.2.2.2
hh3cDnsDynamicSrvIpGroup OBJECT-GROUP
  -- FROM	HH3C-DNS-MIB
  DESCRIPTION	"
                A collection of objects providing mandatory DNS server IP
                addresses dynamically obtained through DHCP.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDns(97) hh3cDnsMIBConformance(2) hh3cDnsMIBGroups(2) 2 }

.1.3.6.1.4.1.25506.2.98
hh3c3GModem OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 98 }

.1.3.6.1.4.1.25506.2.98.1
hh3c3GModemObjects OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) 1 }

.1.3.6.1.4.1.25506.2.98.1.1
hh3cWirelessCard OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.1
hh3cWirelessCardTable OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per wireless card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1
hh3cWirelessCardEntry OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWirelessCardIndex }
  DESCRIPTION	"Information about a particular wireless card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.1
hh3cWirelessCardIndex OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index for this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.2
hh3cWirelessCardModelName OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The model name of this card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.3
hh3cWirelessCardMfgName OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the manufacturer of this card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 3 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.4
hh3cWirelessCardDescription OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The textual description of this card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 4 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.5
hh3cWirelessCardSerialNumber OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific serial number string for this card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 5 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.6
hh3cWirelessCardCMIIID OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The card ID of CMII (Ministry of Information Industry of China)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 6 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.7
hh3cWirelessCardHardwareVersion OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific hardware version string for this card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 7 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.8
hh3cWirelessCardFirmwareVersion OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The vendor-specific firmware version string for this card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 8 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.9
hh3cWirelessCardPRLVersion OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The preferred roaming list version for this card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 9 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.10
hh3cWirelessCardInterfaceIndex OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface index in IF-MIB of this card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 10 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.11
hh3cWirelessCardModemStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), onLine(2), offLine(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of modem."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 11 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.12
hh3cWirelessCardModemMode OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), tdscdma(2), wcdma(3), cdma(4), lte(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The mode of the 3G and 4G Modem."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 12 }

.1.3.6.1.4.1.25506.2.98.1.1.1.1.13
hh3cWirelessCardCurNetConn OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), noService(2), gsm(3), gprs(4), edge(5), hsdpa(6), hsupa(7), hsupaAndhsdpa(8), hspaPlus(9), umts(10), dchspaPlus(11), lte(12), onexrtt(13), evdo(14), onexrttAndevdo(15), tdscdma(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current network connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardTable(1) hh3cWirelessCardEntry(1) 13 }

.1.3.6.1.4.1.25506.2.98.1.1.2
hh3cSmsGroup OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.1.2.1
hh3cSmsScalarObjects OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cSmsGroup(2) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.2.1.1
hh3cSmsRxNotifSwitch OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The switch of notification when a short message received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cSmsGroup(2) hh3cSmsScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.2.2
hh3cSmsOperationTable OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per short message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cSmsGroup(2) 2 }

.1.3.6.1.4.1.25506.2.98.1.1.2.2.1
hh3cSmsOperationEntry OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWirelessCardIndex }
  DESCRIPTION	"The information about the short message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cSmsGroup(2) hh3cSmsOperationTable(2) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.2.2.1.1
hh3cSmsDestNumber OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..20) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The destination number of the short message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cSmsGroup(2) hh3cSmsOperationTable(2) hh3cSmsOperationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.2.2.1.2
hh3cSmsEncode OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION Hh3cSmsEncodeType
  SYNTAX	INTEGER {ascii(1), ucs2(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The encoded type of the short message."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cSmsGroup(2) hh3cSmsOperationTable(2) hh3cSmsOperationEntry(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.1.2.2.1.3
hh3cSmsContent OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Content of the short message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cSmsGroup(2) hh3cSmsOperationTable(2) hh3cSmsOperationEntry(1) 3 }

.1.3.6.1.4.1.25506.2.98.1.1.2.2.1.4
hh3cSmsSendStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {set2Send(1), ready2Send(2), sending(3), sentAlready(4), telnumberInvalid(5), paramInvalid(6), contentTooLong(7), codeError(8), unknown(9), busy(10), notPresent(11), notSupport(12), initializing(13), noCenterNum(14), noSim(15), simNotReady(16), sendAtFailed(17), sendDisable(18)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Status of the short message sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cSmsGroup(2) hh3cSmsOperationTable(2) hh3cSmsOperationEntry(1) 4 }

.1.3.6.1.4.1.25506.2.98.1.1.3
hh3cWirelessCardOnlineTable OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per wireless card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) 3 }

.1.3.6.1.4.1.25506.2.98.1.1.3.1
hh3cWirelessCardOnlineEntry OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWirelessCardIndex, hh3cWirelessCardOnlineTime }
  DESCRIPTION	"Information about online time of a wireless card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardOnlineTable(3) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.3.1.1
hh3cWirelessCardOnlineTime OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index for this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardOnlineTable(3) hh3cWirelessCardOnlineEntry(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.1.3.1.2
hh3cWirelessCardOnlineType OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The online type of this wireless card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cWirelessCard(1) hh3cWirelessCardOnlineTable(3) hh3cWirelessCardOnlineEntry(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.2
hh3cUIM OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.2.1
hh3cUIMInfoTable OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per UIM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) 1 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1
hh3cUIMInfoEntry OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWirelessCardIndex, hh3cUIMIndex }
  DESCRIPTION	"The information about the UIM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1.1
hh3cUIMIndex OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index for this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) hh3cUIMInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1.2
hh3cUIMStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION Hh3cUIMStatusType
  SYNTAX	INTEGER {absent(1), initial(2), fault(3), unprotected(4), protected(5), pinLocked(6), pukLocked(7), selfDestruct(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status about this UIM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) hh3cUIMInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1.3
hh3cUIMImsi OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IMSI (International Mobile Subscriber Identification Number) about
        this UIM.  If this information is unknown to the agent, then this object
        will be returned a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) hh3cUIMInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1.4
hh3cUIMPin OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..9) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PIN about this UIM.  If this information is unknown to the agent,
        then this object will be returned a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) hh3cUIMInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1.5
hh3cUIMVoltage OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The voltage about this UIM.  If this information is unknown to the
        agent, then this object will be returned 4294967295."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) hh3cUIMInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1.6
hh3cUIMProvider OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The provider of mobile network.  If this information is unknown to the
        agent, then this object will be returned a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) hh3cUIMInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1.7
hh3cUIMSignal OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (0..31 | 99) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The intensity of the signal about this UIM.
        A value of '99' means no signal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) hh3cUIMInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1.8
hh3cUIMTryPinPukTimes OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of remaining times for unlocking PIN or PUK.
        The value is associated the same instance of hh3cUIMStatus.  If this
        information is unknown to the agent, then this object will be
        returned 4294967295."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) hh3cUIMInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.98.1.2.1.1.9
hh3cUIMOldPin OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..9) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The old PIN for this UIM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cUIM(2) hh3cUIMInfoTable(1) hh3cUIMInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.98.1.3
hh3c3GCdma OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) 3 }

.1.3.6.1.4.1.25506.2.98.1.3.1
hh3c3GCdma1xRttTable OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"CDMA 1xRTT table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) 1 }

.1.3.6.1.4.1.25506.2.98.1.3.1.1
hh3c3GCdma1xRttEntry OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWirelessCardIndex }
  DESCRIPTION	"An entry of hh3c3GCdma1xRttTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdma1xRttTable(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.3.1.1.1
hh3c3GCdma1xRttCurrentRssi OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-2147483648 | -150..0) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Received Signal Strength Indicator(RSSI) of CDMA 1xRTT."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdma1xRttTable(1) hh3c3GCdma1xRttEntry(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.3.1.1.2
hh3c3GCdma1xRttRssiMediumThreshold OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-150..0) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The medium signal threshold of CMDA 1xRTT RSSI.  The absolute
        value of hh3c3GCdma1xRttRssiMediumThreshold should be less than
        or equal to the absolute value of hh3c3GCdma1xRttRssiWeakThreshold
        (|hh3c3GCdma1xRttRssiMediumThreshold| <= |hh3c3GCdma1xRttRssiWeakThreshold|)."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdma1xRttTable(1) hh3c3GCdma1xRttEntry(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.3.1.1.3
hh3c3GCdma1xRttRssiWeakThreshold OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-150..0) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The weak signal threshold of CMDA 1xRTT RSSI.  The absolute
        value of hh3c3GCdma1xRttRssiMediumThreshold should be less than
        or equal to the absolute value of hh3c3GCdma1xRttRssiWeakThreshold
        (|hh3c3GCdma1xRttRssiMediumThreshold| <= |hh3c3GCdma1xRttRssiWeakThreshold|)."
  DEFVAL	{ -150 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdma1xRttTable(1) hh3c3GCdma1xRttEntry(1) 3 }

.1.3.6.1.4.1.25506.2.98.1.3.1.1.4
hh3c3GCdma1xRttCurServiceStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), available(2), emergency(3), lowPower(4), noService(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdma1xRttTable(1) hh3c3GCdma1xRttEntry(1) 4 }

.1.3.6.1.4.1.25506.2.98.1.3.1.1.5
hh3c3GCdma1xRttCurRoamingStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), roaming(2), home(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of roaming."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdma1xRttTable(1) hh3c3GCdma1xRttEntry(1) 5 }

.1.3.6.1.4.1.25506.2.98.1.3.1.1.6
hh3c3GCdma1xRttBID OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Base Station ID(BID) of CDMA 1xRTT.
        The invalid value is 4294967295(0xFFFFFFFF)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdma1xRttTable(1) hh3c3GCdma1xRttEntry(1) 6 }

.1.3.6.1.4.1.25506.2.98.1.3.1.1.7
hh3c3GCdma1xRttSID OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The System ID(SID) of CDMA 1xRTT.
        The invalid value is 4294967295(0xFFFFFFFF)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdma1xRttTable(1) hh3c3GCdma1xRttEntry(1) 7 }

.1.3.6.1.4.1.25506.2.98.1.3.1.1.8
hh3c3GCdma1xRttNID OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Network ID(NID) of CDMA 1xRTT.
        The invalid value is 4294967295(0xFFFFFFFF)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdma1xRttTable(1) hh3c3GCdma1xRttEntry(1) 8 }

.1.3.6.1.4.1.25506.2.98.1.3.2
hh3c3GCdmaEvDoTable OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"CDMA EvDo table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) 2 }

.1.3.6.1.4.1.25506.2.98.1.3.2.1
hh3c3GCdmaEvDoEntry OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWirelessCardIndex }
  DESCRIPTION	"An entry of hh3c3GCdmaEvDoTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdmaEvDoTable(2) 1 }

.1.3.6.1.4.1.25506.2.98.1.3.2.1.1
hh3c3GCdmaEvDoCurrentRssi OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-2147483648 | -150..0) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Received Signal Strength Indicator(RSSI) of CDMA EvDo."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdmaEvDoTable(2) hh3c3GCdmaEvDoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.3.2.1.2
hh3c3GCdmaEvDoRssiMediumThreshold OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-150..0) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The medium signal threshold of CMDA EvDo RSSI.  The absolute
        value of hh3c3GCdmaEvDoRssiMediumThreshold should be less than
        or equal to the absolute value of hh3c3GCdmaEvDoRssiWeakThreshold
        (|hh3c3GCdmaEvDoRssiMediumThreshold| <= |hh3c3GCdmaEvDoRssiWeakThreshold|)."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdmaEvDoTable(2) hh3c3GCdmaEvDoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.3.2.1.3
hh3c3GCdmaEvDoRssiWeakThreshold OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-150..0) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The weak signal threshold of CMDA EvDo RSSI.  The absolute
        value of hh3c3GCdmaEvDoRssiMediumThreshold should be less than
        or equal to the absolute value of hh3c3GCdmaEvDoRssiWeakThreshold
        (|hh3c3GCdmaEvDoRssiMediumThreshold| <= |hh3c3GCdmaEvDoRssiWeakThreshold|)."
  DEFVAL	{ -150 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdmaEvDoTable(2) hh3c3GCdmaEvDoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.98.1.3.2.1.4
hh3c3GCdmaEvDoCurServiceStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), available(2), emergency(3), lowPower(4), noService(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdmaEvDoTable(2) hh3c3GCdmaEvDoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.98.1.3.2.1.5
hh3c3GCdmaEvDoCurRoamingStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), roaming(2), home(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of roaming."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdmaEvDoTable(2) hh3c3GCdmaEvDoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.98.1.3.2.1.6
hh3c3GCdmaEvDoSubNetID OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Sub Net ID of CDMA EvDo.
        The invalid value is a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GCdma(3) hh3c3GCdmaEvDoTable(2) hh3c3GCdmaEvDoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.98.1.4
hh3c3GGsm OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) 4 }

.1.3.6.1.4.1.25506.2.98.1.4.1
hh3c3GGsmInfoTable OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"GSM information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) 1 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1
hh3c3GGsmInfoEntry OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWirelessCardIndex }
  DESCRIPTION	"An entry of hh3c3GGsmInfoTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.1
hh3c3GGsmCurrentRssi OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-2147483648 | -150..0) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Received Signal Strength Indicator(RSSI) of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.2
hh3c3GGsmRssiMediumThreshold OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-150..0) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The medium signal threshold of GSM RSSI.  The absolute
        value of hh3c3GGsmRssiMediumThreshold should be less than
        or equal to the absolute value of hh3c3GGsmRssiWeakThreshold
        (|hh3c3GGsmRssiMediumThreshold| <= |hh3c3GGsmRssiWeakThreshold|)."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.3
hh3c3GGsmRssiWeakThreshold OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-150..0) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The weak signal threshold of GSM RSSI.  The absolute
        value of hh3c3GGsmRssiMediumThreshold should be less than
        or equal to the absolute value of hh3c3GGsmRssiWeakThreshold
        (|hh3c3GGsmRssiMediumThreshold| <= |hh3c3GGsmRssiWeakThreshold|)."
  DEFVAL	{ -150 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.4
hh3c3GGsmImsi OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The International Mobile Subscriber Identity(IMSI) of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.5
hh3c3GGsmImei OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The International Mobile Equipment Identity(IMEI) of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.6
hh3c3GGsmApn OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..100) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Access Point Name(APN) of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.7
hh3c3GGsmPacketSessionStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), active(2), inactive(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The packet session status of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.8
hh3c3GGsmNetworkSelectionMode OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), automatic(2), manual(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The network selection mode of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.9
hh3c3GGsmMobileNetworkName OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The mobile network name of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.10
hh3c3GGsmLac OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Location Area Code(LAC) of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.11
hh3c3GGsmCellId OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ID of cell."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.12
hh3c3GGsmSimStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), ok(2), notInsert(3), networkReject(4), blocked(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of SIM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.13
hh3c3GGsmCurServiceStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), available(2), emergency(3), lowPower(4), noService(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.14
hh3c3GGsmCurRoamingStatus OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), roaming(2), home(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of roaming."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 14 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.15
hh3c3GGsmMcc OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Mobile Country Code(MCC) of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 15 }

.1.3.6.1.4.1.25506.2.98.1.4.1.1.16
hh3c3GGsmMnc OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Mobile Network Code of GSM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3c3GGsm(4) hh3c3GGsmInfoTable(1) hh3c3GGsmInfoEntry(1) 16 }

.1.3.6.1.4.1.25506.2.98.1.5
hh3cLte OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) 5 }

.1.3.6.1.4.1.25506.2.98.1.5.1
hh3cLteInfoTable OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The quality of signal table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cLte(5) 1 }

.1.3.6.1.4.1.25506.2.98.1.5.1.1
hh3cLteInfoEntry OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWirelessCardIndex }
  DESCRIPTION	"The quality about the signal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cLte(5) hh3cLteInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.5.1.1.1
hh3cLteCurrentRsrp OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reference signal receiving power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cLte(5) hh3cLteInfoTable(1) hh3cLteInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.98.1.5.1.1.2
hh3cLteCurrentRsrq OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reference signal receiving quality."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cLte(5) hh3cLteInfoTable(1) hh3cLteInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.98.1.5.1.1.3
hh3cLteCurrentSinr OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Signal to interface plus noise ratio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cLte(5) hh3cLteInfoTable(1) hh3cLteInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.98.1.5.1.1.4
hh3cLteTxPower OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transmit power, 0x8000 means invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cLte(5) hh3cLteInfoTable(1) hh3cLteInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.98.1.5.1.1.5
hh3cLteCurrentRssi OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-2147483648 | -150..0) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Received Signal Strength Indicator(RSSI) of LTE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cLte(5) hh3cLteInfoTable(1) hh3cLteInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.98.1.5.1.1.6
hh3cLteRssiMediumThreshold OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-150..0) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The medium signal threshold of LTE RSSI.  The absolute
        value of hh3cLteRssiMediumThreshold should be less than
        or equal to the absolute value of hh3cLteRssiWeakThreshold
        (|hh3cLteRssiMediumThreshold| <= |hh3cLteRssiWeakThreshold|)."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cLte(5) hh3cLteInfoTable(1) hh3cLteInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.98.1.5.1.1.7
hh3cLteRssiWeakThreshold OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-150..0) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The weak signal threshold of LTE RSSI.  The absolute
        value of hh3cLteRssiMediumThreshold should be less than
        or equal to the absolute value of hh3cLteRssiWeakThreshold
        (|hh3cLteRssiMediumThreshold| <= |hh3cLteRssiWeakThreshold|)."
  DEFVAL	{ -150 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemObjects(1) hh3cLte(5) hh3cLteInfoTable(1) hh3cLteInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.98.2
hh3c3GModemTrap OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) 2 }

.1.3.6.1.4.1.25506.2.98.2.1
hh3cDevSerialNumber OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The serial number of the current device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 1 }

.1.3.6.1.4.1.25506.2.98.2.2
hh3cDeviceOUI OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The OUI (Organizational Unique Identifier) of the current device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 2 }

.1.3.6.1.4.1.25506.2.98.2.3
hh3cAccessMedia OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), air(2), cable(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The current access media."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 3 }

.1.3.6.1.4.1.25506.2.98.2.4
hh3c3GCurrentService OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	INTEGER {unknown(1), oneXRtt(2), evDo(3), gsm(4), lte(5)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The current service type that is bound in the notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 4 }

.1.3.6.1.4.1.25506.2.98.2.5
hh3c3GCurrentRssiBind OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	Integer32 (-2147483648 | -150..0) 
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The current RSSI that is bound in the notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 5 }

.1.3.6.1.4.1.25506.2.98.2.6
hh3c3GImsiBind OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IMSI that is bound in the notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 6 }

.1.3.6.1.4.1.25506.2.98.2.7
hh3cSmsSrcNumberBind OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..20) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The source number that is bound in the notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 7 }

.1.3.6.1.4.1.25506.2.98.2.8
hh3cSmsTimeBind OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The sending time that is bound in the notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 8 }

.1.3.6.1.4.1.25506.2.98.2.9
hh3cSmsEncodeBind OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  -- TEXTUAL CONVENTION Hh3cSmsEncodeType
  SYNTAX	INTEGER {ascii(1), ucs2(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The encoded type that is bound in the notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 9 }

.1.3.6.1.4.1.25506.2.98.2.10
hh3cSmsContentBind OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  SYNTAX	OCTET STRING (0..512) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The content of short message that is bound in the notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTrap(2) 10 }

.1.3.6.1.4.1.25506.2.98.3
hh3c3GModemTraps OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) 3 }

.1.3.6.1.4.1.25506.2.98.3.0
hh3c3GModemTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-3GMODEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) 0 }

.1.3.6.1.4.1.25506.2.98.3.0.1
hh3cWirelessCardInserted NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cDeviceOUI, hh3cDevSerialNumber, hh3cWirelessCardSerialNumber, hh3cUIMImsi }
  DESCRIPTION	"A hh3cWirelessCardInserted notification is generated when a wireless
        card is inserted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.98.3.0.2
hh3cWirelessCardPulledOut NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cDeviceOUI, hh3cDevSerialNumber, hh3cWirelessCardSerialNumber, hh3cUIMImsi }
  DESCRIPTION	"A hh3cWirelessCardPulledOut notification is generated when a wireless
        card is pulled out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.98.3.0.3
hh3cUIMPinInvalid NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cDeviceOUI, hh3cDevSerialNumber, hh3cWirelessCardSerialNumber, hh3cUIMImsi }
  DESCRIPTION	"A hh3cUIMPinInvalid notification is generated when UIM PIN is invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.98.3.0.4
hh3cUIMPinChanged NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cDeviceOUI, hh3cDevSerialNumber, hh3cWirelessCardSerialNumber, hh3cUIMImsi, hh3cUIMOldPin, hh3cUIMPin }
  DESCRIPTION	"A hh3cUIMPinInvalid notification is generated when UIM PIN is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.98.3.0.5
hh3cAccessMediaChanged NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cDeviceOUI, hh3cDevSerialNumber, hh3cWirelessCardSerialNumber, hh3cUIMImsi, hh3cAccessMedia }
  DESCRIPTION	"A hh3cAccessMediaChanged notification is generated when access media
         is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.98.3.0.6
hh3c3GRssiStrongSignalTrap NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cWirelessCardIndex, hh3cDeviceOUI, hh3cDevSerialNumber, hh3cWirelessCardSerialNumber, hh3c3GCurrentService, hh3c3GCurrentRssiBind, hh3c3GImsiBind }
  DESCRIPTION	"A hh3c3GRssiStrongSignalTrap notification is generated when current RSSI
        exceeds the medium signal threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.98.3.0.7
hh3c3GRssiMediumSignalTrap NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cWirelessCardIndex, hh3cDeviceOUI, hh3cDevSerialNumber, hh3cWirelessCardSerialNumber, hh3c3GCurrentService, hh3c3GCurrentRssiBind, hh3c3GImsiBind }
  DESCRIPTION	"A hh3c3GRssiMediumSignalTrap notification is generated when the current RSSI
        falls or rises to a value between the medium and weak signal thresholds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.98.3.0.8
hh3c3GRssiWeakSignalTrap NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cWirelessCardIndex, hh3cDeviceOUI, hh3cDevSerialNumber, hh3cWirelessCardSerialNumber, hh3c3GCurrentService, hh3c3GCurrentRssiBind, hh3c3GImsiBind }
  DESCRIPTION	"A hh3c3GRssiWeakSignalTrap notification is generated when current RSSI
        falls below the weak signal threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 8 }

.1.3.6.1.4.1.25506.2.98.3.0.9
hh3cSmsTxNotification NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cWirelessCardIndex, hh3cSmsSendStatus }
  DESCRIPTION	"A hh3cSmsTxNotification notification is generated
        when a short message is sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 9 }

.1.3.6.1.4.1.25506.2.98.3.0.10
hh3cSmsRxNotification NOTIFICATION-TYPE
  -- FROM	HH3C-3GMODEM-MIB
  OBJECTS	{ hh3cWirelessCardIndex, hh3cSmsSrcNumberBind, hh3cSmsTimeBind, hh3cSmsEncodeBind, hh3cSmsContentBind }
  DESCRIPTION	"A hh3cSmsRxNotification notification is generated
        when a short message is received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c3GModem(98) hh3c3GModemTraps(3) hh3c3GModemTrapPrefix(0) 10 }

.1.3.6.1.4.1.25506.2.99
hh3cPortal OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 99 }

.1.3.6.1.4.1.25506.2.99.1
hh3cPortalConfig OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) 1 }

.1.3.6.1.4.1.25506.2.99.1.1
hh3cPortalMaxUserNumber OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum number of online users,
        the value to be set should meet the following two conditions:
        1. Less than or equal to hh3cPortalUserNumberUpperLimit.
        2. Greater than or equal to one.

        The default value is equal to hh3cPortalUserNumberUpperLimit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalConfig(1) 1 }

.1.3.6.1.4.1.25506.2.99.1.2
hh3cPortalCurrentUserNumber OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of users connecting to the portal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalConfig(1) 2 }

.1.3.6.1.4.1.25506.2.99.1.3
hh3cPortalStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It indicates the portal status.
         enabled:
            Portal is enabled on one or more interfaces.
         disabled:
            Portal is not enabled on any interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalConfig(1) 3 }

.1.3.6.1.4.1.25506.2.99.1.4
hh3cPortalUserNumberUpperLimit OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The upper limit of hh3cPortalMaxUserNumber."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalConfig(1) 4 }

.1.3.6.1.4.1.25506.2.99.1.5
hh3cPortalNasId OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The nas id of this device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalConfig(1) 5 }

.1.3.6.1.4.1.25506.2.99.2
hh3cPortalTables OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) 2 }

.1.3.6.1.4.1.25506.2.99.2.1
hh3cPortalServerTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the name and URL of portal server.
        It can not be created and destroyed by MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) 1 }

.1.3.6.1.4.1.25506.2.99.2.1.1
hh3cPortalServerEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalServerName }
  DESCRIPTION	"There is a row in this table for each name and URL of portal server.
        It is indexed using the object hh3cPortalServerName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalServerTable(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.1.1.1
hh3cPortalServerName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"It is the index of the table of hh3cPortalServerTable, it shows
        the name of the portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalServerTable(1) hh3cPortalServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.1.1.2
hh3cPortalServerUrl OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"It shows the uniform resource locator to the portal server.
        Users which have not logon to portal will be redirected to the
        portal server according to hh3cPortalServerUrl.

        The value is consisted of protocol, IP address and relative path.
        For example: HTTP://10.1.1.1/portal

        It is not configurable when the portal server has been enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalServerTable(1) hh3cPortalServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.2.1.1.3
hh3cPortalServerPort OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32 (1..65534) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"It shows the UDP port of the portal server.

        The port will be used when client sends packets to portal server.
        Default value is 50100.

        It is not configurable when the portal server has been enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalServerTable(1) hh3cPortalServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.2.2
hh3cPortalIfInfoTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the portal information on some interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) 2 }

.1.3.6.1.4.1.25506.2.99.2.2.1
hh3cPortalIfInfoEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"There is a row in this table for a interface on which
        portal has been enabled.
        It is indexed using the object ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.99.2.2.1.1
hh3cPortalAuthReqNumber OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of authentication request messages
        which are sent by portal module to AAA module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfInfoTable(2) hh3cPortalIfInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.2.1.2
hh3cPortalAuthSuccNumber OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of authentication success response messages
        which are sent by AAA module to portal module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfInfoTable(2) hh3cPortalIfInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.2.2.1.3
hh3cPortalAuthFailNumber OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of authentication failure response messages
        which are sent by AAA module to portal module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfInfoTable(2) hh3cPortalIfInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.2.3
hh3cPortalIfServerTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the portal information on some interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) 3 }

.1.3.6.1.4.1.25506.2.99.2.3.1
hh3cPortalIfServerEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalIfServerIndex }
  DESCRIPTION	"There is a row in this table for a interface on which
        portal has been enabled.
        It is indexed using the object ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfServerTable(3) 1 }

.1.3.6.1.4.1.25506.2.99.2.3.1.1
hh3cPortalIfServerIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table of hh3cIfPtServerTable, it shows
        the index of the portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfServerTable(3) hh3cPortalIfServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.3.1.2
hh3cPortalIfServerUrl OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the uniform resource locator to the portal server.
        Users which have not logon to portal will be redirected to the
        portal server according to hh3cPortalServerIfUrl.
        The value is consisted of protocol, IP address and relative path.
        For example: HTTP://10.1.1.1/portal
        It is not configurable when the portal server has been enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfServerTable(3) hh3cPortalIfServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.2.3.1.3
hh3cPortalIfServerRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.  To create a new row, portal server must be specified.
        To destroy an existent row, the portal server MUST NOT be referred by
        interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfServerTable(3) hh3cPortalIfServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.2.4
hh3cPortalIfVlanNasIDTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the interface on which portal has been enabled,
        the Vlan that the interface belongs to and the NAS ID to which the Vlan
        is bound."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) 4 }

.1.3.6.1.4.1.25506.2.99.2.4.1
hh3cPortalIfVlanNasIDEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalIfVlanNasIDIfIndex, hh3cPortalIfVlanNasIDVlanID }
  DESCRIPTION	"There is a row in this table for a interface on which portal has been
        enabled, the Vlan that the interface belongs to and the NAS ID to which
        the Vlan is bound.
        It is indexed using the object ifIndex and Vlan that the interface
        belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfVlanNasIDTable(4) 1 }

.1.3.6.1.4.1.25506.2.99.2.4.1.1
hh3cPortalIfVlanNasIDIfIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table of hh3cPortalIfVlanNasIDTable, it shows
        the interface on which portal has been enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfVlanNasIDTable(4) hh3cPortalIfVlanNasIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.4.1.2
hh3cPortalIfVlanNasIDVlanID OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table of hh3cPortalIfVlanNasIDTable, it shows
        the Vlan that the interface belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfVlanNasIDTable(4) hh3cPortalIfVlanNasIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.2.4.1.3
hh3cPortalIfVlanNasIDNasID OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It is the NAS ID to which the Vlan is bound to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalIfVlanNasIDTable(4) hh3cPortalIfVlanNasIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.2.5
hh3cPortalSSIDFreeRuleTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes SSID portal-free rule(s) allows specified users
        to access specified external websites without portal authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) 5 }

.1.3.6.1.4.1.25506.2.99.2.5.1
hh3cPortalSSIDFreeRuleEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalSSIDFreeRuleIndex }
  DESCRIPTION	"There is a row in this table for SSID portal-free rule.
        It is indexed using the object Index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalSSIDFreeRuleTable(5) 1 }

.1.3.6.1.4.1.25506.2.99.2.5.1.1
hh3cPortalSSIDFreeRuleIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table of hh3cPortalSSIDFreeRuleTable, it shows
        the index of the SSID portal-free rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalSSIDFreeRuleTable(5) hh3cPortalSSIDFreeRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.5.1.2
hh3cPortalSSIDFreeRuleSrcSSID OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SSID match against the packet's source SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalSSIDFreeRuleTable(5) hh3cPortalSSIDFreeRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.2.5.1.3
hh3cPortalSSIDFreeRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalSSIDFreeRuleTable(5) hh3cPortalSSIDFreeRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.2.5.1.4
hh3cPortalSSIDFreeRuleSrcSpot OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The spot match against the packet's source spot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalSSIDFreeRuleTable(5) hh3cPortalSSIDFreeRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.2.6
hh3cPortalMacTriggerSrvTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the configration of MAC Trigger Portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) 6 }

.1.3.6.1.4.1.25506.2.99.2.6.1
hh3cPortalMacTriggerSrvEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalMacTriggerSrvIndex }
  DESCRIPTION	"There is a row in the table for MAC Trigger Portal server.
        It is indexed using the object Index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerSrvTable(6) 1 }

.1.3.6.1.4.1.25506.2.99.2.6.1.1
hh3cPortalMacTriggerSrvIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table of hh3cPortalMacTriggerSrvTable, it shows
        the index of the MAC Trigger Portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerSrvTable(6) hh3cPortalMacTriggerSrvEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.6.1.2
hh3cPortalMacTriggerSrvIPAddrType OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of MAC Trigger Portal server IP address.  While
       other types of addresses are defined in the InetAddressType
       textual convention, and DNS names, a classifier can only look at
       packets on the wire."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerSrvTable(6) hh3cPortalMacTriggerSrvEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.2.6.1.3
hh3cPortalMacTriggerSrvIP OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the IP address of MAC Trigger Portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerSrvTable(6) hh3cPortalMacTriggerSrvEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.2.6.1.4
hh3cPortalMacTriggerSrvPort OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32 (1..65534) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the UDP port of MAC Trigger Portal server.
        The port will be used when client sends packets to MAC Trigger Portal server.
        Default value is 50100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerSrvTable(6) hh3cPortalMacTriggerSrvEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.2.6.1.5
hh3cPortalMacTriggerSrvRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerSrvTable(6) hh3cPortalMacTriggerSrvEntry(1) 5 }

.1.3.6.1.4.1.25506.2.99.2.7
hh3cPortalMacTriggerOnIfTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the configration of Portal MAC Trigger on
        interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) 7 }

.1.3.6.1.4.1.25506.2.99.2.7.1
hh3cPortalMacTriggerOnIfEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalMacTriggerOnIfIfIndex }
  DESCRIPTION	"There is a row in the table for Portal MAC Trigger configuration on
        interface.  It is indexed using the object Index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerOnIfTable(7) 1 }

.1.3.6.1.4.1.25506.2.99.2.7.1.1
hh3cPortalMacTriggerOnIfIfIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the interface index and the index of
        hh3cPortalMacTriggerOnIfTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerOnIfTable(7) hh3cPortalMacTriggerOnIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.7.1.2
hh3cPortalMacTriggerOnIfDetctFlowPeriod OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the user flow detection interval (in seconds) when
        MAC Trigger and Portal are enabled.
        Default value is 300."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerOnIfTable(7) hh3cPortalMacTriggerOnIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.2.7.1.3
hh3cPortalMacTriggerOnIfThresholdFlow OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the user traffic threshold (in bytes) that triggers authentication
        when MAC Trigger and Portal are enabled.
        Default value is 0."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerOnIfTable(7) hh3cPortalMacTriggerOnIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.2.7.1.4
hh3cPortalMacTriggerOnIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalMacTriggerOnIfTable(7) hh3cPortalMacTriggerOnIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.2.8
hh3cPortalFreeRuleTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes portal-free rule(s) allows specified users to
         access specified external websites without portal authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) 8 }

.1.3.6.1.4.1.25506.2.99.2.8.1
hh3cPortalFreeRuleEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalFreeRuleIndex }
  DESCRIPTION	"There is a row in this table for portal-free rule.
        It is indexed using the object Index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) 1 }

.1.3.6.1.4.1.25506.2.99.2.8.1.1
hh3cPortalFreeRuleIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table of hh3cPortalFreeRuleTable, it shows
        the index of the portal-free rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.8.1.2
hh3cPortalFreeRuleSrcIfIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of source interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.2.8.1.3
hh3cPortalFreeRuleSrcVlanID OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The identification of source vlan."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.2.8.1.4
hh3cPortalFreeRuleSrcMac OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address to match against the packet's source MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.2.8.1.5
hh3cPortalFreeRuleAddrType OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of IP address used by this classifier entry.  While
       other types of addresses are defined in the InetAddressType
       textual convention, and DNS names, a classifier can only look at
       packets on the wire."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.99.2.8.1.6
hh3cPortalFreeRuleSrcAddr OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address to match against the packet's source IP
       address.  This may be a DNS name or an IPv4 or IPv6
       prefix.  hh3cPortalFreeRuleSrcPrefix indicates the
       number of bits that are relevant."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.99.2.8.1.7
hh3cPortalFreeRuleSrcPrefix OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of the CIDR Prefix carried in
       hh3cPortalFreeRuleSrcAddr.  In IPv4 addresses, a length of 0
       indicates a match of any address; a length of 32 indicates a
       match of a single host address, and a length between 0 and 32
       indicates the use of a CIDR Prefix.  IPv6 is similar, except that
       prefix lengths range from 0..128."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.99.2.8.1.8
hh3cPortalFreeRuleDstAddr OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address to match against the packet's destination IP
       address.  This may be a DNS name or an IPv4 or IPv6
       prefix.  hh3cPortalFreeRuleDstPrefix indicates the
       number of bits that are relevant."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 8 }

.1.3.6.1.4.1.25506.2.99.2.8.1.9
hh3cPortalFreeRuleDstPrefix OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of the CIDR Prefix carried in
       hh3cPortalFreeRuleDstAddr.  In IPv4 addresses, a length of 0
       indicates a match of any address; a length of 32 indicates a
       match of a single host address, and a length between 0 and 32
       indicates the use of a CIDR Prefix.  IPv6 is similar, except that
       prefix lengths range from 0..128."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 9 }

.1.3.6.1.4.1.25506.2.99.2.8.1.10
hh3cPortalFreeRuleProtocol OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	INTEGER {invalid(0), tcp(6), udp(17)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The protocol-type of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 10 }

.1.3.6.1.4.1.25506.2.99.2.8.1.11
hh3cPortalFreeRuleSrcPort OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source port allows users to access."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 11 }

.1.3.6.1.4.1.25506.2.99.2.8.1.12
hh3cPortalFreeRuleDstPort OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination port allows users to access."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 12 }

.1.3.6.1.4.1.25506.2.99.2.8.1.13
hh3cPortalFreeRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalFreeRuleTable(8) hh3cPortalFreeRuleEntry(1) 13 }

.1.3.6.1.4.1.25506.2.99.2.9
hh3cPortalForbiddenRuleTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes a portal-forbidden rule does not allow specified
         users to access specified external websites."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) 9 }

.1.3.6.1.4.1.25506.2.99.2.9.1
hh3cPortalForbiddenRuleEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalForbiddenRuleIndex }
  DESCRIPTION	"There is a row in this table for portal-forbidden rule.
         It is indexed using the object Index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) 1 }

.1.3.6.1.4.1.25506.2.99.2.9.1.1
hh3cPortalForbiddenRuleIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table of hh3cPortalForbiddenRuleTable, it shows
        the index of the portal-forbidden rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.2.9.1.2
hh3cPortalForbiddenRuleSrcIfIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of source interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.2.9.1.3
hh3cPortalForbiddenRuleSrcVlanID OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The identification of source vlan."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.2.9.1.4
hh3cPortalForbiddenRuleSrcMac OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address to match against the packet's source MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.2.9.1.5
hh3cPortalForbiddenRuleAddrType OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of IP address used by this classifier entry.  While
       other types of addresses are defined in the InetAddressType
       textual convention, and DNS names, a classifier can only look at
       packets on the wire."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.99.2.9.1.6
hh3cPortalForbiddenRuleSrcAddr OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address to match against the packet's source IP
       address.  This may be a DNS name or an IPv4 or IPv6
       prefix.  hh3cPortalForbiddenRuleSrcPrefix indicates the
       number of bits that are relevant."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.99.2.9.1.7
hh3cPortalForbiddenRuleSrcPrefix OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of the CIDR Prefix carried in
       hh3cPortalFreeRuleSrcAddr.  In IPv4 addresses, a length of 0
       indicates a match of any address; a length of 32 indicates a
       match of a single host address, and a length between 0 and 32
       indicates the use of a CIDR Prefix.  IPv6 is similar, except that
       prefix lengths range from 0..128."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.99.2.9.1.8
hh3cPortalForbiddenRuleDstAddr OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address to match against the packet's destination IP
       address.  This may be a DNS name or an IPv4 or IPv6
       prefix.  hh3cPortalForbiddenRuleDstPrefix indicates the
       number of bits that are relevant."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 8 }

.1.3.6.1.4.1.25506.2.99.2.9.1.9
hh3cPortalForbiddenRuleDstPrefix OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The length of the CIDR Prefix carried in
       hh3cPortalFreeRuleDstAddr.  In IPv4 addresses, a length of 0
       indicates a match of any address; a length of 32 indicates a
       match of a single host address, and a length between 0 and 32
       indicates the use of a CIDR Prefix.  IPv6 is similar, except that
       prefix lengths range from 0..128."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 9 }

.1.3.6.1.4.1.25506.2.99.2.9.1.10
hh3cPortalForbiddenRuleProtocol OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	INTEGER {invalid(0), tcp(6), udp(17)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The protocol-type of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 10 }

.1.3.6.1.4.1.25506.2.99.2.9.1.11
hh3cPortalForbiddenRuleSrcPort OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source port does not allow users to access."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 11 }

.1.3.6.1.4.1.25506.2.99.2.9.1.12
hh3cPortalForbiddenRuleDstPort OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination port does not allow users to access."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 12 }

.1.3.6.1.4.1.25506.2.99.2.9.1.13
hh3cPortalForbiddenRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 13 }

.1.3.6.1.4.1.25506.2.99.2.9.1.14
hh3cPortalForbiddenRuleSsidName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to match packet's source SSID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTables(2) hh3cPortalForbiddenRuleTable(9) hh3cPortalForbiddenRuleEntry(1) 14 }

.1.3.6.1.4.1.25506.2.99.3
hh3cPortalTraps OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) 3 }

.1.3.6.1.4.1.25506.2.99.3.0
hh3cPortalTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTraps(3) 0 }

.1.3.6.1.4.1.25506.2.99.3.0.1
hh3cPortalServerLost NOTIFICATION-TYPE
  -- FROM	HH3C-PORTAL-MIB
  OBJECTS	{ hh3cPortalServerName, hh3cPortalFirstTrapTime, hh3cPortalServerIP, hh3cPortalServerPort }
  DESCRIPTION	"This trap is generated when the device finds that the portal server
        is unreachable, the portal server's name is hh3cPortalServerName, and
        the portal server's IP is hh3cPortalServerIP, and the portal server's
        port is hh3cPortalServerPort, and the portal server has been enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTraps(3) hh3cPortalTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.99.3.0.2
hh3cPortalServerGet NOTIFICATION-TYPE
  -- FROM	HH3C-PORTAL-MIB
  OBJECTS	{ hh3cPortalServerName, hh3cPortalFirstTrapTime, hh3cPortalServerIP, hh3cPortalServerPort }
  DESCRIPTION	"This trap is generated when the device finds that the state of portal
        server changes from unreachable state to reachable,
        the portal server's name is hh3cPortalServerName, and the portal server's
        IP is hh3cPortalServerIP, and the portal server's port is hh3cPortalServerPort,
        and the portal server has been enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTraps(3) hh3cPortalTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.99.3.1
hh3cPortalTrapVarObjects OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTraps(3) 1 }

.1.3.6.1.4.1.25506.2.99.3.1.1
hh3cPortalFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the first trap time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTraps(3) hh3cPortalTrapVarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.99.3.1.2
hh3cPortalServerIP OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The portal server's IP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalTraps(3) hh3cPortalTrapVarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.99.4
hh3cPortalStatistic OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) 4 }

.1.3.6.1.4.1.25506.2.99.4.1
hh3cPortalStatAuthReq OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of portal authentication requests from the
        portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 1 }

.1.3.6.1.4.1.25506.2.99.4.2
hh3cPortalStatAckLogout OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of logout requests from the portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 2 }

.1.3.6.1.4.1.25506.2.99.4.3
hh3cPortalStatNotifyLogout OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of logout requests from the access device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 3 }

.1.3.6.1.4.1.25506.2.99.4.4
hh3cPortalStatChallengeTimeout OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of challenge from the portal server without
        response."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 4 }

.1.3.6.1.4.1.25506.2.99.4.5
hh3cPortalStatChallengeBusy OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of device-busy responses for challenges from
        the portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 5 }

.1.3.6.1.4.1.25506.2.99.4.6
hh3cPortalStatChallengeFail OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of challenges from the portal server with
        failure response."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 6 }

.1.3.6.1.4.1.25506.2.99.4.7
hh3cPortalStatAuthTimeout OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of authentication requests from the portal
        server without responses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 7 }

.1.3.6.1.4.1.25506.2.99.4.8
hh3cPortalStatAuthFail OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of authentication requests from the portal
        server with failure responses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 8 }

.1.3.6.1.4.1.25506.2.99.4.9
hh3cPortalStatPwdError OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of password errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 9 }

.1.3.6.1.4.1.25506.2.99.4.10
hh3cPortalStatAuthBusy OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of device-busy responses to authentication
        requests from the portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 10 }

.1.3.6.1.4.1.25506.2.99.4.11
hh3cPortalStatAuthDisordered OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of disordered authentication packets from
        the portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 11 }

.1.3.6.1.4.1.25506.2.99.4.12
hh3cPortalStatAuthUnknownError OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of unknown errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 12 }

.1.3.6.1.4.1.25506.2.99.4.13
hh3cPortalStatAuthResp OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of authentication response messages
        which are sent by device to portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 13 }

.1.3.6.1.4.1.25506.2.99.4.14
hh3cPortalStatChallengeReq OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of challenge request messages
        which are sent by portal server to device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 14 }

.1.3.6.1.4.1.25506.2.99.4.15
hh3cPortalStatChallengeResp OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of challenge response messages
        which are sent by device to portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 15 }

.1.3.6.1.4.1.25506.2.99.4.16
hh3cPortalStatHttpReq OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of http request messages
        which are sent by portal user to device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 16 }

.1.3.6.1.4.1.25506.2.99.4.17
hh3cPortalStatHttpResp OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of http response messages
        which are sent by  device to portal user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 17 }

.1.3.6.1.4.1.25506.2.99.4.18
hh3cPortalStatHttpsReq OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of HTTPS request messages
        sent from portal users to the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 18 }

.1.3.6.1.4.1.25506.2.99.4.19
hh3cPortalStatHttpsResp OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the number of HTTPS response messages
         sent from the device to portal users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalStatistic(4) 19 }

.1.3.6.1.4.1.25506.2.99.5
hh3cPortalPktStatistic OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) 5 }

.1.3.6.1.4.1.25506.2.99.5.1
hh3cPortalPktStaReqAuthNum OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of portal authentication requests from the
        portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 1 }

.1.3.6.1.4.1.25506.2.99.5.2
hh3cPortalPktStaAckAuthSuccess OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to REQ-AUTH packet of
        portal server including error code 0 in the packet, that is
        authentication success."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 2 }

.1.3.6.1.4.1.25506.2.99.5.3
hh3cPortalPktStaAckAuthReject OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to REQ-AUTH packet of
        portal server including error code 1 in the packet, that is rejected
        by server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 3 }

.1.3.6.1.4.1.25506.2.99.5.4
hh3cPortalPktStaAckAuthEstablish OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to REQ-AUTH packet of
        portal server including error code 2 in the packet, that is the link
        is already established."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 4 }

.1.3.6.1.4.1.25506.2.99.5.5
hh3cPortalPktStaAckAuthBusy OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to REQ-AUTH packet of
        portal server including error code 3 in the packet, that is the
        system is busy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 5 }

.1.3.6.1.4.1.25506.2.99.5.6
hh3cPortalPktStaAckAuthAuthFail OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to REQ-AUTH packet of
        portal server including error code 4 in the packet, that is
        authentication fail."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 6 }

.1.3.6.1.4.1.25506.2.99.5.7
hh3cPortalPktStaReqChallengeNum OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of portal challenge requests from the
        portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 7 }

.1.3.6.1.4.1.25506.2.99.5.8
hh3cPortalPktStaAckChallengeSuccess OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to challenge packet of
        portal server including error code 0 in the packet, that is
        challenge is success."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 8 }

.1.3.6.1.4.1.25506.2.99.5.9
hh3cPortalPktStaAckChallengeReject OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to challenge packet of
        portal server including error code 1 in the packet, that is
        challenge is rejected by server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 9 }

.1.3.6.1.4.1.25506.2.99.5.10
hh3cPortalPktStaAckChallengeEstablish OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to challenge packet of
        portal server including error code 2 in the packet, that is the
        link is alreadys established."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 10 }

.1.3.6.1.4.1.25506.2.99.5.11
hh3cPortalPktStaAckChallengeBusy OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to challenge packet of
        portal server including error code 3 in the packet, that is the
        system is busy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 11 }

.1.3.6.1.4.1.25506.2.99.5.12
hh3cPortalPktStaAckChallengeAuthFail OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It shows the total number of the response to challenge packet of
        portal server including error code 4 in the packet, that is
        authentication fail."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalPktStatistic(5) 12 }

.1.3.6.1.4.1.25506.2.99.6
hh3cPortalExtConfig OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) 6 }

.1.3.6.1.4.1.25506.2.99.6.1
hh3cPortalExtMaxUserNumber OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the maximum number of online users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtConfig(6) 1 }

.1.3.6.1.4.1.25506.2.99.6.2
hh3cPortalExtCurrentUserNumber OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of online portal users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtConfig(6) 2 }

.1.3.6.1.4.1.25506.2.99.6.3
hh3cPortalExtStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It indicates the portal status.
         enabled:
            Portal is enabled on one or more interfaces.
         disabled:
            Portal is not enabled on any interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtConfig(6) 3 }

.1.3.6.1.4.1.25506.2.99.7
hh3cPortalExtTables OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) 7 }

.1.3.6.1.4.1.25506.2.99.7.1
hh3cPortalExtSrvTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the name of the portal server.  It can be created
        and destroyed by MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) 1 }

.1.3.6.1.4.1.25506.2.99.7.1.1
hh3cPortalExtSrvEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalExtSrvName }
  DESCRIPTION	"There is a row in this table for each name and URL of the portal server.
        It is indexed by using the object hh3cPortalExtSrvName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtSrvTable(1) 1 }

.1.3.6.1.4.1.25506.2.99.7.1.1.1
hh3cPortalExtSrvName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table hh3cPortalExtSrvTable.  It shows
        the name of the portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtSrvTable(1) hh3cPortalExtSrvEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.7.1.1.2
hh3cPortalExtSrvIPAddrType OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of the portal server IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtSrvTable(1) hh3cPortalExtSrvEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.7.1.1.3
hh3cPortalExtSrvIP OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the IP address of the portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtSrvTable(1) hh3cPortalExtSrvEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.7.1.1.4
hh3cPortalExtSrvPort OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"It shows the UDP port of the portal server.
        The port will be used when clients send packets to the portal server.
        Default value is 50100.
        It is not configurable when the portal server has been enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtSrvTable(1) hh3cPortalExtSrvEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.7.1.1.5
hh3cPortalExtSrvRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo and
        Destroy operations.  To create a new row, the portal server must be
        specified.
        To destroy an existing row, the portal server MUST NOT be referenced by
        an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtSrvTable(1) hh3cPortalExtSrvEntry(1) 5 }

.1.3.6.1.4.1.25506.2.99.7.2
hh3cPortalExtWebSrvTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the name of the portal Web server.  It can be created
         and destroyed by MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) 2 }

.1.3.6.1.4.1.25506.2.99.7.2.1
hh3cPortalExtWebSrvEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalExtWebSrvName }
  DESCRIPTION	"There is a row in this table for each name and portal Web server.
        It is indexed by using the object hh3cPortalExtWebSrvName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtWebSrvTable(2) 1 }

.1.3.6.1.4.1.25506.2.99.7.2.1.1
hh3cPortalExtWebSrvName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table hh3cPortalExtWebSrvTable.  It shows
        the name of the portal Web server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtWebSrvTable(2) hh3cPortalExtWebSrvEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.7.2.1.2
hh3cPortalExtWebSrvUrl OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the URL to the portal Web server.
        Users which have not logged on to portal will be redirected to the
        portal server according to hh3cPortalServerIfUrl.
        The value is consisted of protocol, IP address and relative path.
        For example: http://10.1.1.1/portal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtWebSrvTable(2) hh3cPortalExtWebSrvEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.7.2.1.3
hh3cPortalExtWebSrvRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo and
        Destroy operations.  To create a new row, the portal server must be specified.
        To destroy an existing row, the portal Web server MUST NOT be referenced by an
        interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtWebSrvTable(2) hh3cPortalExtWebSrvEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.7.3
hh3cPortalExtMTSrvTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the configuration of the MAC Trigger server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) 3 }

.1.3.6.1.4.1.25506.2.99.7.3.1
hh3cPortalExtMTSrvEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalExtMTSrvName }
  DESCRIPTION	"There is a row in the table for the MAC Trigger server.  It is indexed by using the object Index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtMTSrvTable(3) 1 }

.1.3.6.1.4.1.25506.2.99.7.3.1.1
hh3cPortalExtMTSrvName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table hh3cPortalExtMTSrvTable.  It shows
         the name of the MAC Trigger server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtMTSrvTable(3) hh3cPortalExtMTSrvEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.7.3.1.2
hh3cPortalExtMTSrvIPAddrType OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of the MAC Trigger server IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtMTSrvTable(3) hh3cPortalExtMTSrvEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.7.3.1.3
hh3cPortalExtMTSrvIP OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the IP address of the MAC Trigger server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtMTSrvTable(3) hh3cPortalExtMTSrvEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.7.3.1.4
hh3cPortalExtMTSrvPort OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the UDP port of the MAC Trigger server.
        The port will be used when clients send packets to the MAC Trigger server.
        Default value is 50100."
  DEFVAL	{ 50100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtMTSrvTable(3) hh3cPortalExtMTSrvEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.7.3.1.5
hh3cPortalExtMTDetctFlowPeriod OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the user flow detection interval (in seconds) when
        MAC Trigger and Portal are enabled.
        Default value is 300."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtMTSrvTable(3) hh3cPortalExtMTSrvEntry(1) 5 }

.1.3.6.1.4.1.25506.2.99.7.3.1.6
hh3cPortalExtMTThresholdFlow OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"It shows the user traffic threshold (in bytes) that triggers authentication
        when MAC Trigger and Portal are enabled.
        Default value is 0."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtMTSrvTable(3) hh3cPortalExtMTSrvEntry(1) 6 }

.1.3.6.1.4.1.25506.2.99.7.3.1.7
hh3cPortalExtMTSrvRowStatus OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo and
        Destroy operations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtMTSrvTable(3) hh3cPortalExtMTSrvEntry(1) 7 }

.1.3.6.1.4.1.25506.2.99.7.4
hh3cPortalExtIfConfigTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes portal information on interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) 4 }

.1.3.6.1.4.1.25506.2.99.7.4.1
hh3cPortalExtIfConfigEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalExtIfIndex }
  DESCRIPTION	"There is a row in this table for an interface on which
        portal has been enabled.
        It is indexed by using the object ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfConfigTable(4) 1 }

.1.3.6.1.4.1.25506.2.99.7.4.1.1
hh3cPortalExtIfIndex OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the interface index and the index of hh3cPortalExtIfConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfConfigTable(4) hh3cPortalExtIfConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.7.4.1.2
hh3cPortalExtIfWebSrvName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Portal Web server name must exist.  It references
        hh3cPortalExtWebSrvName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfConfigTable(4) hh3cPortalExtIfConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.7.4.1.3
hh3cPortalExtIfDomainName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Authentication domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfConfigTable(4) hh3cPortalExtIfConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.7.4.1.4
hh3cPortalExtIfAuthMethod OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION Hh3cPortalAuthMethod
  SYNTAX	INTEGER {invalid(1), direct(2), layer3(3), redhcp(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the portal authentication method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfConfigTable(4) hh3cPortalExtIfConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.7.4.1.5
hh3cPortalExtIfMTSrvName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MAC trigger server name must exist.  It references hh3cPortalExtMTSrvName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfConfigTable(4) hh3cPortalExtIfConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.99.7.4.1.6
hh3cPortalExtIfMaxUser OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum number of portal users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfConfigTable(4) hh3cPortalExtIfConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.99.7.5
hh3cPortalExtIfIpv6ConfigTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes IPv6 portal information on interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) 5 }

.1.3.6.1.4.1.25506.2.99.7.5.1
hh3cPortalExtIfIpv6ConfigEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalExtIfIpv6Index }
  DESCRIPTION	"There is a row in this table for an interface on which
        IPv6 portal has been enabled.
        It is indexed by using the object ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfIpv6ConfigTable(5) 1 }

.1.3.6.1.4.1.25506.2.99.7.5.1.1
hh3cPortalExtIfIpv6Index OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the interface index and the index of hh3cPortalExtIfIpv6ConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfIpv6ConfigTable(5) hh3cPortalExtIfIpv6ConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.7.5.1.2
hh3cPortalExtIfIpv6WebSrvName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Portal Web server name must exist.  It references hh3cPortalExtWebSrvName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfIpv6ConfigTable(5) hh3cPortalExtIfIpv6ConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.7.5.1.3
hh3cPortalExtIfIpv6DomainName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Authentication domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfIpv6ConfigTable(5) hh3cPortalExtIfIpv6ConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.7.5.1.4
hh3cPortalExtIfIpv6AuthMethod OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION Hh3cPortalAuthMethod
  SYNTAX	INTEGER {invalid(1), direct(2), layer3(3), redhcp(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the portal authentication method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfIpv6ConfigTable(5) hh3cPortalExtIfIpv6ConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.7.5.1.5
hh3cPortalExtIfIpv6MaxUser OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum number of IPv6 portal users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalExtIfIpv6ConfigTable(5) hh3cPortalExtIfIpv6ConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.99.7.6
hh3cPortalDot11SrvTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the portal information on service templates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) 6 }

.1.3.6.1.4.1.25506.2.99.7.6.1
hh3cPortalDot11SrvEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalDot11SrvTemName }
  DESCRIPTION	"There is a row in this table for a service template on which
        portal has been enabled.
        It is indexed by using the object wlan service-template name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11SrvTable(6) 1 }

.1.3.6.1.4.1.25506.2.99.7.6.1.1
hh3cPortalDot11SrvTemName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table hh3cPortalDot11SrvTable, it shows
        the name of the wlan service-template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11SrvTable(6) hh3cPortalDot11SrvEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.7.6.1.2
hh3cPortalDot11WebSrvName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"It shows portal web-server name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11SrvTable(6) hh3cPortalDot11SrvEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.7.6.1.3
hh3cPortalDot11DomainName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"It shows portal authentication domain name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11SrvTable(6) hh3cPortalDot11SrvEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.7.6.1.4
hh3cPortalDot11AuthMethod OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION Hh3cPortalAuthMethod
  SYNTAX	INTEGER {invalid(1), direct(2), layer3(3), redhcp(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the portal authentication method on service templates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11SrvTable(6) hh3cPortalDot11SrvEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.7.6.1.5
hh3cPortalDot11MTSrvName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MAC trigger server name must exist.  It references hh3cPortalExtMTSrvName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11SrvTable(6) hh3cPortalDot11SrvEntry(1) 5 }

.1.3.6.1.4.1.25506.2.99.7.6.1.6
hh3cPortalDot11MaxUser OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum number of portal users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11SrvTable(6) hh3cPortalDot11SrvEntry(1) 6 }

.1.3.6.1.4.1.25506.2.99.7.7
hh3cPortalDot11Ipv6SrvTable OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes IPv6 portal information on service templates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) 7 }

.1.3.6.1.4.1.25506.2.99.7.7.1
hh3cPortalDot11Ipv6SrvEntry OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortalDot11Ipv6SrvTemName }
  DESCRIPTION	"There is a row in this table for a service template on which
        IPv6 portal has been enabled.
        It is indexed by using the object wlan service-template name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11Ipv6SrvTable(7) 1 }

.1.3.6.1.4.1.25506.2.99.7.7.1.1
hh3cPortalDot11Ipv6SrvTemName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"It is the index of the table hh3cPortalDot11Ipv6SrvTable.  It shows
        the name of the IPv6 portal server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11Ipv6SrvTable(7) hh3cPortalDot11Ipv6SrvEntry(1) 1 }

.1.3.6.1.4.1.25506.2.99.7.7.1.2
hh3cPortalDot11Ipv6WebSrvName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"It shows the IPv6 portal Web server name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11Ipv6SrvTable(7) hh3cPortalDot11Ipv6SrvEntry(1) 2 }

.1.3.6.1.4.1.25506.2.99.7.7.1.3
hh3cPortalDot11Ipv6DomainName OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"IPv6 portal authentication domain name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11Ipv6SrvTable(7) hh3cPortalDot11Ipv6SrvEntry(1) 3 }

.1.3.6.1.4.1.25506.2.99.7.7.1.4
hh3cPortalDot11Ipv6AuthMethod OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  -- TEXTUAL CONVENTION Hh3cPortalAuthMethod
  SYNTAX	INTEGER {invalid(1), direct(2), layer3(3), redhcp(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the IPv6 portal authentication method on service templates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11Ipv6SrvTable(7) hh3cPortalDot11Ipv6SrvEntry(1) 4 }

.1.3.6.1.4.1.25506.2.99.7.7.1.5
hh3cPortalDot11Ipv6MaxUser OBJECT-TYPE
  -- FROM	HH3C-PORTAL-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum number of IPv6 portal users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPortal(99) hh3cPortalExtTables(7) hh3cPortalDot11Ipv6SrvTable(7) hh3cPortalDot11Ipv6SrvEntry(1) 5 }

.1.3.6.1.4.1.25506.2.100
hh3clldp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LLDP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 100 }

.1.3.6.1.4.1.25506.2.100.1
hh3clldpObjects OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) 1 }

.1.3.6.1.4.1.25506.2.100.1.1
hh3clldpConfiguration OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) 1 }

.1.3.6.1.4.1.25506.2.100.1.1.1
hh3clldpAdminStatus OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global administratively desired status of the local LLDP agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) 1 }

.1.3.6.1.4.1.25506.2.100.1.1.2
hh3clldpComplianceCDPStatus OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global administratively desired status of CDP Compliance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) 2 }

.1.3.6.1.4.1.25506.2.100.1.1.3
hh3clldpPortConfigTable OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The port-based table that controls extended functions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) 3 }

.1.3.6.1.4.1.25506.2.100.1.1.3.1
hh3clldpPortConfigEntry OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3clldpPortConfigPortNum }
  DESCRIPTION	"LLDP extended configuration information for a particular port.  This c-
        onfiguration parameter controls compliance with other non-standard link
        layer discovery protocol such as CDP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpPortConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.100.1.1.3.1.1
hh3clldpPortConfigPortNum OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  -- TEXTUAL CONVENTION LldpPortNumber
  SYNTAX	Integer32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the port component associated with th-
         is entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpPortConfigTable(3) hh3clldpPortConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.100.1.1.3.1.2
hh3clldpPortConfigCDPComplianceStatus OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	INTEGER {txAndRx(1), disabled(2), rx(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administratively desired CDP Compliance status of the local LLDP a-
        gent.  If the associated hh3clldpPortConfigCDPComplianceStatus object h-
        as a value of 'txAndRx', then the LLDP agent will receive CDP frames on
        this port, and will transmit CDP frames only after receiving a CDP fram-
        es.If the associated lldpPortConfigAdminStatus object has a value of 'd-
        isabled', LLDP agent will not transmit or receive CDP frames on this po-
        rt.If the associated hh3clldpPortConfigCDPComplianceStatus object has a
        value of 'rx', then the LLDP agent will receive CDP frames on this port,
        and will not transmit CDP frames."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpPortConfigTable(3) hh3clldpPortConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.100.1.1.3.1.3
hh3clldpPortConfigValidationAction OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Action that neighbor validation takes on a port.  Bit 1 indicates the
        block action.  Bit 2 indicates the shutdown action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpPortConfigTable(3) hh3clldpPortConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.100.1.1.3.1.4
hh3clldpPortConfigAgingAction OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Action that neighbor aging takes on a port.  Bit 1 indicates the block
         action.  Bit 2 indicates the shutdown action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpPortConfigTable(3) hh3clldpPortConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.100.1.1.4
hh3clldpNbIdentityTable OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the neighbor identity information of a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) 4 }

.1.3.6.1.4.1.25506.2.100.1.1.4.1
hh3clldpNbIdentityEntry OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3clldpNbIdentityPortNum }
  DESCRIPTION	"A list of objects containing the neighbor identity information of a
        port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpNbIdentityTable(4) 1 }

.1.3.6.1.4.1.25506.2.100.1.1.4.1.1
hh3clldpNbIdentityPortNum OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  -- TEXTUAL CONVENTION LldpPortNumber
  SYNTAX	Integer32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpNbIdentityTable(4) hh3clldpNbIdentityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.100.1.1.4.1.2
hh3clldpNbIdentityChassisIDSubtype OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	INTEGER {default(0), chassisComponent(1), interfaceAlias(2), portComponent(3), macAddress(4), networkAddress(5), interfaceName(6), local(7)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Chassis ID subtype.  The value range is 0 to 7, and the default value
        is 0.  The values 1 to 7 represents the chassis component, interface al-
        ias, port component, MAC address, network address, interface name, and
        locally assigned subtypes, respectively."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpNbIdentityTable(4) hh3clldpNbIdentityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.100.1.1.4.1.3
hh3clldpNbIdentityChassisID OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Chassis ID, a case-insensitive string of 1 to 255 characters.
        By default, the string is empty.  If the value of
        hh3clldpNbIdentityChassisIDSubtype is 4, the chassis ID must be
        a MAC address in H-H-H format."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpNbIdentityTable(4) hh3clldpNbIdentityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.100.1.1.4.1.4
hh3clldpNbIdentityPortIDSubtype OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	INTEGER {default(0), interfaceAlias(1), portComponent(2), macAddress(3), networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Port ID subtype.  The value range is 0 to 7, and the default
         value is 0.  The values 1 to 7 represents the interface alias, port co-
         mponent, MAC address, network address, interface name, agent circuit
         ID, and locally assigned subtypes, respectively."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpNbIdentityTable(4) hh3clldpNbIdentityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.100.1.1.4.1.5
hh3clldpNbIdentityPortID OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Port ID, a case-insensitive string of 1 to 255 characters.
        By default, the string is empty.  If the value of
        hh3clldpNbIdentityPortIDSubtype is 3, the port ID must be
        a MAC address in H-H-H format."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpNbIdentityTable(4) hh3clldpNbIdentityEntry(1) 5 }

.1.3.6.1.4.1.25506.2.100.1.1.4.1.6
hh3clldpNbIdentityRowStatus OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status: CreateAndGo, Active, or Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpNbIdentityTable(4) hh3clldpNbIdentityEntry(1) 6 }

.1.3.6.1.4.1.25506.2.100.1.1.5
hh3clldpPortStatusTable OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the state information of a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) 5 }

.1.3.6.1.4.1.25506.2.100.1.1.5.1
hh3clldpPortStatusEntry OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3clldpPortStatusPortNum }
  DESCRIPTION	"A list of objects containing the state information of a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpPortStatusTable(5) 1 }

.1.3.6.1.4.1.25506.2.100.1.1.5.1.1
hh3clldpPortStatusPortNum OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  -- TEXTUAL CONVENTION LldpPortNumber
  SYNTAX	Integer32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpPortStatusTable(5) hh3clldpPortStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.100.1.1.5.1.2
hh3clldpPortValidationStatus OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Neighbor validation protection status of the port.  The default value
         is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpPortStatusTable(5) hh3clldpPortStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.100.1.1.5.1.3
hh3clldpPortAgingStatus OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Neighbor aging protection status of the port.  The default value is
         0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpConfiguration(1) hh3clldpPortStatusTable(5) hh3clldpPortStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.100.1.2
hh3clldpRemoteSystemsData OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) 2 }

.1.3.6.1.4.1.25506.2.100.1.2.1
hh3clldpRemManAddrTable OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains management address information on the remote
         system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpRemoteSystemsData(2) 1 }

.1.3.6.1.4.1.25506.2.100.1.2.1.1
hh3clldpRemManAddrEntry OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, lldpRemManAddrSubtype, lldpRemManAddr }
  DESCRIPTION	"A list of objects containing management address information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpRemoteSystemsData(2) hh3clldpRemManAddrTable(1) 1 }

.1.3.6.1.4.1.25506.2.100.1.2.1.1.1
hh3clldpRemManAddrSubtype OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  -- TEXTUAL CONVENTION AddressFamilyNumbers
  SYNTAX	INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5), all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12), decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17), asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21), fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of management address identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpRemoteSystemsData(2) hh3clldpRemManAddrTable(1) hh3clldpRemManAddrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.100.1.2.1.1.2
hh3clldpRemManAddr OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The management address associated with the remote system.  The value
        of the management address is a string of 1 to 255 characters.

        If the value of hh3clldpRemManAddrSubtype is 1, the management address
        must be a IPv4 address in the dotted-decimal format.  If the value of
        hh3clldpRemManAddrSubtype is 2, the management address must be a IPv6
        address in the most appropriate IPv6 address format."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpRemoteSystemsData(2) hh3clldpRemManAddrTable(1) hh3clldpRemManAddrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.100.1.2.1.1.3
hh3clldpRemManAddrIfSubtype OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  -- TEXTUAL CONVENTION LldpManAddrIfSubtype
  SYNTAX	INTEGER {unknown(1), ifIndex(2), systemPortNumber(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The enumeration value that identifies the interface numbering
         method used for defining the interface number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpRemoteSystemsData(2) hh3clldpRemManAddrTable(1) hh3clldpRemManAddrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.100.1.2.1.1.4
hh3clldpRemManAddrIfId OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value used to identify the interface number
         regarding the management address component associated with
         the remote system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpRemoteSystemsData(2) hh3clldpRemManAddrTable(1) hh3clldpRemManAddrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.100.1.2.1.1.5
hh3clldpRemManAddrOID OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OID value used to identify the type of hardware component
         or protocol entity associated with the management address
         advertised by the remote system agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpObjects(1) hh3clldpRemoteSystemsData(2) hh3clldpRemManAddrTable(1) hh3clldpRemManAddrEntry(1) 5 }

.1.3.6.1.4.1.25506.2.100.2
hh3clldpNotifications OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) 2 }

.1.3.6.1.4.1.25506.2.100.2.0
hh3clldpPortStatusTrap OBJECT-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpNotifications(2) 0 }

.1.3.6.1.4.1.25506.2.100.2.0.1
hh3clldpValidationStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  OBJECTS	{ hh3clldpPortStatusPortNum, hh3clldpPortValidationStatus }
  DESCRIPTION	"This notification will be sent when the neighbor validation
         protection status of a port is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpNotifications(2) hh3clldpPortStatusTrap(0) 1 }

.1.3.6.1.4.1.25506.2.100.2.0.2
hh3clldpAgingStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-LLDP-EXT-MIB
  OBJECTS	{ hh3clldpPortStatusPortNum, hh3clldpPortAgingStatus }
  DESCRIPTION	"This notification will be sent when the neighbor aging protection
          status of a port is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3clldp(100) hh3clldpNotifications(2) hh3clldpPortStatusTrap(0) 2 }

.1.3.6.1.4.1.25506.2.101
hh3cDHCPServer OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DHCP-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 101 }

.1.3.6.1.4.1.25506.2.101.1
hh3cDHCPServerObjects OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) 1 }

.1.3.6.1.4.1.25506.2.101.1.1
hh3cDHCPServerIPPoolUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Usage factor of DHCP server ip pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerObjects(1) 1 }

.1.3.6.1.4.1.25506.2.101.1.2
hh3cDHCPServerReqTimes OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of requests received by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerObjects(1) 2 }

.1.3.6.1.4.1.25506.2.101.1.3
hh3cDHCPServerReqSuccessTimes OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of requests success responses sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerObjects(1) 3 }

.1.3.6.1.4.1.25506.2.101.1.4
hh3cDHCPServerAvgIpUseThreshold OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Threshold of average IP usage of a DHCP server pool in 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerObjects(1) 4 }

.1.3.6.1.4.1.25506.2.101.1.5
hh3cDHCPServerMaxIpUseThreshold OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Threshold of maximum IP usage of a DHCP server pool in 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerObjects(1) 5 }

.1.3.6.1.4.1.25506.2.101.1.6
hh3cDHCPServerAllocateThreshold OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Threshold of DHCP server allocated IP address in 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerObjects(1) 6 }

.1.3.6.1.4.1.25506.2.101.2
hh3cDHCPServerTables OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) 2 }

.1.3.6.1.4.1.25506.2.101.2.1
hh3cDHCPServerPoolName OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"DHCP server pool name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 1 }

.1.3.6.1.4.1.25506.2.101.2.2
hh3cDHCPSrvGlobalPoolTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for creating DHCP server global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 2 }

.1.3.6.1.4.1.25506.2.101.2.2.1
hh3cDHCPSrvGlobalPoolEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSrvGlobalPoolName }
  DESCRIPTION	"An entry containing objects for creating or
            deleting a global pool for the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolTable(2) 1 }

.1.3.6.1.4.1.25506.2.101.2.2.1.1
hh3cDHCPSrvGlobalPoolName OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DHCP server global pool name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolTable(2) hh3cDHCPSrvGlobalPoolEntry(1) 1 }

.1.3.6.1.4.1.25506.2.101.2.2.1.2
hh3cDHCPSrvGlobalPoolRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolTable(2) hh3cDHCPSrvGlobalPoolEntry(1) 2 }

.1.3.6.1.4.1.25506.2.101.2.3
hh3cDHCPSrvGlobalPoolConfigTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the configurations of dhcp
            server global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 3 }

.1.3.6.1.4.1.25506.2.101.2.3.1
hh3cDHCPSrvGlobalPoolConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSrvGlobalPoolName }
  DESCRIPTION	"An entry containing the objects for configuring
            the network ip or host ip etc. to global pools for
            DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.101.2.3.1.1
hh3cDHCPSrvGlobalPoolType OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {null(0), host(1), network(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Type of a DHCP global pool.  Any operations of
            this object will be bound with the operations
            of hh3cDHCPSrvGlobalPoolNetwork, hh3cDHCPSrvGlobalPoolHostIPAddr,
            or hh3cDHCPSrvGlobalPoolHostHAddr.
            That means any operation of this object alone will
            be regarded as invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.101.2.3.1.2
hh3cDHCPSrvGlobalPoolNetwork OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Network ip of a DHCP global pool.
            To delete a configured network ip, please set
            hh3cDHCPSrvGlobalPoolCfgUndoFlag to 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.101.2.3.1.3
hh3cDHCPSrvGlobalPoolNetworkMask OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Net mask of a DHCP global pool(network).
            The SET operation to this object ought to be with
            the SET of hh3cDHCPSrvGlobalPoolNetwork together, and
            any SET operation alone to this object will be
            regarded as an invalid operation.
            When a network ip of a DHCP global pool was
            deleted, the net mask would also be deleted
            automatically, and no further operation needed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.101.2.3.1.4
hh3cDHCPSrvGlobalPoolHostIPAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Host ip of a DHCP global pool.
            To delete a configured network ip, please set
            hh3cDHCPSrvGlobalPoolCfgUndoFlag to 2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.101.2.3.1.5
hh3cDHCPSrvGlobalPoolHostMask OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Net mask of a DHCP global pool(host)
            The SET operation to this object ought to be with
            the SET of hh3cDHCPSrvGlobalPoolHostIPAddr together,
            and any SET operation alone to this object will be
            regarded as an invalid operation.
            When a host ip of a DHCP global pool was
            deleted, the net mask would also be deleted
            automatically, and no further operation needed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.101.2.3.1.6
hh3cDHCPSrvGlobalPoolHostHAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Hardware address of a DHCP global pool(host).
            To delete a configured hardware address, please
            set hh3cDHCPSrvGlobalPoolCfgUndoFlag to 3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.101.2.3.1.7
hh3cDHCPSrvGlobalPoolCfgUndoFlag OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {undonetworkip(1), undohostip(2), undohosthaddr(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Flag of undo operation for hh3cDHCPSrvGlobalPoolConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.101.2.3.1.8
hh3cDHCPSrvGlobalPoolStartAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Start IP of a DHCP global pool.
            To delete a configured start IP, please set
            hh3cDHCPSrvGlobalPoolStartAddr to 0.  It takes
            effect only when hh3cDHCPSrvGlobalPoolNetwork is set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.101.2.3.1.9
hh3cDHCPSrvGlobalPoolEndAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"End ip of a DHCP global pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.101.2.3.1.10
hh3cDHCPSrvGlobalPoolAllocObject OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {user(0), admin(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A DHCP global pool type for object allocated address.
            User: the DHCP global pool allocates address for user.
            Admin: the DHCP global pool allocates address for route
            or switch.  The default value is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolConfigTable(3) hh3cDHCPSrvGlobalPoolConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.101.2.4
hh3cDHCPSrvGlobalPoolParaTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring parameters to DHCP global
            pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 4 }

.1.3.6.1.4.1.25506.2.101.2.4.1
hh3cDHCPSrvGlobalPoolParaEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSrvGlobalPoolName }
  DESCRIPTION	"An entry containing the objects for the
            configurations of parameters of DHCP global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) 1 }

.1.3.6.1.4.1.25506.2.101.2.4.1.1
hh3cDHCPSrvGlbPoolLeaseDay OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (0..365) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of days of the lease."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.101.2.4.1.2
hh3cDHCPSrvGlbPoolLeaseHour OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (0..23) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of hours of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.101.2.4.1.3
hh3cDHCPSrvGlbPoolLeaseMinute OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (0..59) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of minutes of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.101.2.4.1.4
hh3cDHCPSrvGlbPoolLeaseUnlimited OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {invalid(0), unlimited(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A flag denoting if the lease of a pool is
            unlimited."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.101.2.4.1.5
hh3cDHCPSrvGlbPoolDomainName OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Domain name for DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.101.2.4.1.6
hh3cDHCPSrvGlbPoolCliGWIPStr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"String of gateway ip addresses for DHCP clients.
            Since mostly 8 ip can be configured for a pool
            totally, a string is defined to get or configure 8 ip
            ip at a time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 6 }

.1.3.6.1.4.1.25506.2.101.2.4.1.7
hh3cDHCPSrvGlbPoolCliGWIPUndo OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A gateway ip address to delete.  This object is
            only for deleting a given ip of gateway router."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 7 }

.1.3.6.1.4.1.25506.2.101.2.4.1.8
hh3cDHCPSrvGlbPoolCliDNSIPStr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"String of DNS server ip addresses for DHCP clients.
            Since mostly 8 ip can be configured for a pool
            totally, a string is defined to get or configure 8
            ip at a time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 8 }

.1.3.6.1.4.1.25506.2.101.2.4.1.9
hh3cDHCPSrvGlbPoolCliDNSIPUndo OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A DNS server ip address to delete.  This object
            is only for deleting a given ip of DNS server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 9 }

.1.3.6.1.4.1.25506.2.101.2.4.1.10
hh3cDHCPSrvGlbPoolCliNetbiosType OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"NetBios node type for DHCP clients."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 10 }

.1.3.6.1.4.1.25506.2.101.2.4.1.11
hh3cDHCPSrvGlbPoolCliNbnsIPStr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"String of NetBios server ip addresses for DHCP
            clients.  Since mostly 8 ip can be configured for
            a pool totally, so a string is defined to get or
            configure 8 ip at a time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 11 }

.1.3.6.1.4.1.25506.2.101.2.4.1.12
hh3cDHCPSrvGlbPoolCliNbnsIPUndo OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A NetBios server ip address to delete.  This
            object is only for deleting a given ip of NetBios
            server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 12 }

.1.3.6.1.4.1.25506.2.101.2.4.1.13
hh3cDHCPSrvGlbPoolParaUndoFlag OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {undoDomain(1), undoLease(2), undoGateway(3), undoDns(4), undoNbns(5), undoNbType(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Flag of undo-operation for hh3cDHCPSrvGlobalPoolParaTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 13 }

.1.3.6.1.4.1.25506.2.101.2.4.1.14
hh3cDHCPSrvGlbPoolIPInUseReset OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the auto binding ip of the given global
            pool for DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 14 }

.1.3.6.1.4.1.25506.2.101.2.4.1.15
hh3cDHCPSrvGlbPoolLeaseTime OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of timeticks of the lease."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 15 }

.1.3.6.1.4.1.25506.2.101.2.4.1.16
hh3cDHCPSrvGlbPoolPrimaryDNSIP OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Primary DNS server IP address to be assigned to the
            client.  To delete a configured Primary DNS server IP, please
            set hh3cDHCPSrvGlbPoolPrimaryDNSIP to 0.   It takes
            effect only when hh3cDHCPSrvGlobalPoolNetwork is set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 16 }

.1.3.6.1.4.1.25506.2.101.2.4.1.17
hh3cDHCPSrvGlbPoolSecondaryDNSIP OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Secondary DNS server IP address to be assigned to the
            client.  To delete a configured Secondary DNS server IP, please
            set hh3cDHCPSrvGlbPoolSecondaryDNSIP to 0.  It takes
            effect only when hh3cDHCPSrvGlobalPoolNetwork is set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 17 }

.1.3.6.1.4.1.25506.2.101.2.4.1.18
hh3cDHCPSrvGlbPoolLeaseSecond OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (0..59) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of seconds of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 18 }

.1.3.6.1.4.1.25506.2.101.2.4.1.19
hh3cDHCPSrvGlbPoolLeaseTimeSec OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (5..31622399) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of seconds of the lease.  The default
             value is 86400"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 19 }

.1.3.6.1.4.1.25506.2.101.2.4.1.20
hh3cDHCPSrvGlbPoolCliGWIPAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Ip addresses of gateway for DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolParaTable(4) hh3cDHCPSrvGlobalPoolParaEntry(1) 20 }

.1.3.6.1.4.1.25506.2.101.2.5
hh3cDHCPSrvGlobalPoolOptionTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring options to DHCP global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 5 }

.1.3.6.1.4.1.25506.2.101.2.5.1
hh3cDHCPSrvGlobalPoolOptionEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSrvGlobalPoolName, hh3cDHCPSrvGlbPoolOptCode }
  DESCRIPTION	"An entry containing the objects for configuring
            options to DHCP global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolOptionTable(5) 1 }

.1.3.6.1.4.1.25506.2.101.2.5.1.1
hh3cDHCPSrvGlbPoolOptCode OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (1..254) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Option code."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolOptionTable(5) hh3cDHCPSrvGlobalPoolOptionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.101.2.5.1.2
hh3cDHCPSrvGlbPoolOptType OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {ascii(1), hex(2), ip(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Option type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolOptionTable(5) hh3cDHCPSrvGlobalPoolOptionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.101.2.5.1.3
hh3cDHCPSrvGlbPoolOptAscii OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ascii string of an option."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolOptionTable(5) hh3cDHCPSrvGlobalPoolOptionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.101.2.5.1.4
hh3cDHCPSrvGlbPoolOptHexString OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..573) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hex string of an option.  1st to 16th hex strings,
            which are 2 bytes, 4 bytes, 6 bytes or 8 bytes,
            can be configured at most simultaneously.
            That means the format of each string
            must be '12', '1234', '123456' or '12345678'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolOptionTable(5) hh3cDHCPSrvGlobalPoolOptionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.101.2.5.1.5
hh3cDHCPSrvGlbPoolOptIPString OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IP string of an option.  1 to 8 ip addresses  can
            be configured at most simultaneously."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolOptionTable(5) hh3cDHCPSrvGlobalPoolOptionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.101.2.5.1.6
hh3cDHCPSrvGlbPoolOptRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolOptionTable(5) hh3cDHCPSrvGlobalPoolOptionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.101.2.6
hh3cDHCPSrvGlobalPoolStatTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The statistics of each DHCP address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 6 }

.1.3.6.1.4.1.25506.2.101.2.6.1
hh3cDHCPSrvGlobalPoolStatEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSrvGlobalPoolName }
  DESCRIPTION	"An entry containing the statistics of each DHCP address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolStatTable(6) 1 }

.1.3.6.1.4.1.25506.2.101.2.6.1.1
hh3cDHCPSrvGlbPoolIPPoolUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Utilization rate of IP addresses in each DHCP address pool, in percentage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolStatTable(6) hh3cDHCPSrvGlobalPoolStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.101.2.6.1.2
hh3cDHCPSrvGlbPoolReqTimes OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of request packets received by each DHCP address pool,
            including the request packets for an extension of the lease."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolStatTable(6) hh3cDHCPSrvGlobalPoolStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.101.2.6.1.3
hh3cDHCPSrvGlbPoolSuccessTimes OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of positive responses sent by each DHCP address pool,
            including responses to the request for an extension of the lease."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolStatTable(6) hh3cDHCPSrvGlobalPoolStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.101.2.6.1.4
hh3cDHCPSrvGlbPoolDiscoverTimes OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of discover packets received by each DHCP address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolStatTable(6) hh3cDHCPSrvGlobalPoolStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.101.2.6.1.5
hh3cDHCPSrvGlbPoolOfferTimes OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of offer packets sent by each DHCP address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolStatTable(6) hh3cDHCPSrvGlobalPoolStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.101.2.6.1.6
hh3cDHCPSrvGlbPoolACKTimes OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of ACK packets sent by each DHCP address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolStatTable(6) hh3cDHCPSrvGlobalPoolStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.101.2.6.1.7
hh3cDHCPSrvGlbPoolTotalIpNum OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of IP addresses in each DHCP address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolStatTable(6) hh3cDHCPSrvGlobalPoolStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.101.2.6.1.8
hh3cDHCPSrvGlbPoolInUsedIpNum OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of allocated IP addresses in each DHCP address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSrvGlobalPoolStatTable(6) hh3cDHCPSrvGlobalPoolStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.101.2.7
hh3cDHCPSvrOptionGroupTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for creating DHCP server global option groups."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 7 }

.1.3.6.1.4.1.25506.2.101.2.7.1
hh3cDHCPSvrOptionGroupEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSvrOptionGroupIndex }
  DESCRIPTION	"An entry containing objects for creating or
            deleting a global option group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionGroupTable(7) 1 }

.1.3.6.1.4.1.25506.2.101.2.7.1.1
hh3cDHCPSvrOptionGroupIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The global option group index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionGroupTable(7) hh3cDHCPSvrOptionGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.101.2.7.1.2
hh3cDHCPSvrOptionGroupRowstatus OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionGroupTable(7) hh3cDHCPSvrOptionGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.101.2.8
hh3cDHCPSvrOptionTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring options in a global option group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 8 }

.1.3.6.1.4.1.25506.2.101.2.8.1
hh3cDHCPSvrOptionEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSvrOptionGroupIndex, hh3cDHCPSvrOptionCode }
  DESCRIPTION	"An entry containing objects for configuring
             an option in a global option group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionTable(8) 1 }

.1.3.6.1.4.1.25506.2.101.2.8.1.1
hh3cDHCPSvrOptionCode OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32 (1..254) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Option code."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionTable(8) hh3cDHCPSvrOptionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.101.2.8.1.2
hh3cDHCPSvrOptionType OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {ascii(1), hex(2), ip(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Option type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionTable(8) hh3cDHCPSvrOptionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.101.2.8.1.3
hh3cDHCPSvrOptionAsciiString OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ascii string of an option."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionTable(8) hh3cDHCPSvrOptionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.101.2.8.1.4
hh3cDHCPSvrOptionHexString OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..573) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hex string of an option.  1 to 16 hex strings,
            which are 2 bytes, 4 bytes, 6 bytes or 8 bytes,
            can be configured at most simultaneously.
            That means the format of each string
            must be '12', '1234', '123456' or '12345678'."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionTable(8) hh3cDHCPSvrOptionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.101.2.8.1.5
hh3cDHCPSvrOptionIPString OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ip string of an option.  1 to 8 ip addresses can
            be configured at most simultaneously."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionTable(8) hh3cDHCPSvrOptionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.101.2.8.1.6
hh3cDHCPSvrOptionRowstatus OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrOptionTable(8) hh3cDHCPSvrOptionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.101.2.9
hh3cDHCPSvrVerifyMacTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the verifying switches status for pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 9 }

.1.3.6.1.4.1.25506.2.101.2.9.1
hh3cDHCPSvrVerifyMacEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSrvGlobalPoolName }
  DESCRIPTION	"An entry containing the switch status for a pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrVerifyMacTable(9) 1 }

.1.3.6.1.4.1.25506.2.101.2.9.1.1
hh3cDHCPSvrVerifyMacSwitch OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The switch status for this pool.
             It has two defined values: enabled and disabled.
             If the value is enabled, the DHCP server only allocates IP address
             to host in the MAC list.  The default value is disabled."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrVerifyMacTable(9) hh3cDHCPSvrVerifyMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.101.2.10
hh3cDHCPSvrPoolMacTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the MAC addresses list for pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) 10 }

.1.3.6.1.4.1.25506.2.101.2.10.1
hh3cDHCPSvrPoolMacEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSrvGlobalPoolName, hh3cDHCPSvrPoolMac, hh3cDHCPSvrPoolMacMask }
  DESCRIPTION	"An entry containing a MAC address and a mask."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrPoolMacTable(10) 1 }

.1.3.6.1.4.1.25506.2.101.2.10.1.1
hh3cDHCPSvrPoolMac OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrPoolMacTable(10) hh3cDHCPSvrPoolMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.101.2.10.1.2
hh3cDHCPSvrPoolMacMask OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Mask for MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrPoolMacTable(10) hh3cDHCPSvrPoolMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.101.2.10.1.3
hh3cDHCPSvrPoolMacOptIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Option group index binding for the MAC address."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrPoolMacTable(10) hh3cDHCPSvrPoolMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.101.2.10.1.4
hh3cDHCPSvrPoolMacRowstatus OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTables(2) hh3cDHCPSvrPoolMacTable(10) hh3cDHCPSvrPoolMacEntry(1) 4 }

.1.3.6.1.4.1.25506.2.101.3
hh3cDHCPServerTraps OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) 3 }

.1.3.6.1.4.1.25506.2.101.3.0
hh3cDHCPServerTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTraps(3) 0 }

.1.3.6.1.4.1.25506.2.101.3.0.1
hh3cDHCPServerAddrExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  OBJECTS	{ hh3cDHCPServerPoolName, hh3cDHCPServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the device DHCP server address
            exhaust."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTraps(3) hh3cDHCPServerTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.101.3.0.2
hh3cDHCPServerAddrExhaustRecover NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  OBJECTS	{ hh3cDHCPServerPoolName, hh3cDHCPServerFirstTrapTime }
  DESCRIPTION	"This trap is generated when the device DHCP server address
            exhaust recover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTraps(3) hh3cDHCPServerTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.101.3.0.3
hh3cDHCPServerAvgIpUsageOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  OBJECTS	{ hh3cDHCPServerPoolName }
  DESCRIPTION	"This trap is generated when the average IP address usage
            of DHCP server pool in 5 minutes overflows."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTraps(3) hh3cDHCPServerTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.101.3.0.4
hh3cDHCPServerMaxIpUsageOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  OBJECTS	{ hh3cDHCPServerPoolName }
  DESCRIPTION	"This trap is generated when the maximum IP address usage
            of DHCP server pool in 5 minutes overflows."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTraps(3) hh3cDHCPServerTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.101.3.0.5
hh3cDHCPServerAllocateOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  DESCRIPTION	"This trap is generated when the number of DHCP server
            allocated IP address in 5 minutes overflows."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTraps(3) hh3cDHCPServerTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.101.3.1
hh3cDHCPServerTrapObjects OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTraps(3) 1 }

.1.3.6.1.4.1.25506.2.101.3.1.1
hh3cDHCPServerFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-DHCP-SERVER-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the first trap time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCPServer(101) hh3cDHCPServerTraps(3) hh3cDHCPServerTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.102
hh3cPPPoEServer OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PPPOE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 102 }

.1.3.6.1.4.1.25506.2.102.1
hh3cPPPoEServerObject OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) 1 }

.1.3.6.1.4.1.25506.2.102.1.1
hh3cPPPoEServerMaxSessions OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum sessions supported by PPPoE server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerObject(1) 1 }

.1.3.6.1.4.1.25506.2.102.1.2
hh3cPPPoEServerCurrSessions OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current sessions on the PPPoE server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerObject(1) 2 }

.1.3.6.1.4.1.25506.2.102.1.3
hh3cPPPoEServerAuthRequests OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of authentication requests."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerObject(1) 3 }

.1.3.6.1.4.1.25506.2.102.1.4
hh3cPPPoEServerAuthSuccesses OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of authentication succeses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerObject(1) 4 }

.1.3.6.1.4.1.25506.2.102.1.5
hh3cPPPoEServerAuthFailures OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of authentication failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerObject(1) 5 }

.1.3.6.1.4.1.25506.2.102.1.6
hh3cPPPoESAbnormOffsThreshold OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of abnormal offline count."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerObject(1) 6 }

.1.3.6.1.4.1.25506.2.102.1.7
hh3cPPPoESAbnormOffPerThreshold OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of abnormal offline percent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerObject(1) 7 }

.1.3.6.1.4.1.25506.2.102.1.8
hh3cPPPoESNormOffPerThreshold OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of normal offline percent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerObject(1) 8 }

.1.3.6.1.4.1.25506.2.102.2
hh3cPPPoEServerTraps OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) 2 }

.1.3.6.1.4.1.25506.2.102.2.0
hh3cPPPoeServerTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerTraps(2) 0 }

.1.3.6.1.4.1.25506.2.102.2.0.1
hh3cPPPoESAbnormOffsAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  DESCRIPTION	"This trap is generated when the PPPoE server abnormal
            offline counts over threshold in five minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerTraps(2) hh3cPPPoeServerTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.102.2.0.2
hh3cPPPoESAbnormOffPerAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  DESCRIPTION	"This trap is generated when the PPPoE server abnormal
            offline percent over threshold in five minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerTraps(2) hh3cPPPoeServerTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.102.2.0.3
hh3cPPPoESNormOffPerAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-PPPOE-SERVER-MIB
  DESCRIPTION	"This trap is generated when the PPPoE server normal
            offline percent under threshold in five minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPPoEServer(102) hh3cPPPoEServerTraps(2) hh3cPPPoeServerTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.103
hh3cL2Isolate OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-L2ISOLATE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 103 }

.1.3.6.1.4.1.25506.2.103.1
hh3cL2IsolateObject OBJECT-TYPE
  -- FROM	HH3C-L2ISOLATE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2Isolate(103) 1 }

.1.3.6.1.4.1.25506.2.103.1.1
hh3cL2IsolateEnableTable OBJECT-TYPE
  -- FROM	HH3C-L2ISOLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for enabling/disabling layer-2-isolate for VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2Isolate(103) hh3cL2IsolateObject(1) 1 }

.1.3.6.1.4.1.25506.2.103.1.1.1
hh3cL2IsolateEnableEntry OBJECT-TYPE
  -- FROM	HH3C-L2ISOLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2IsolateVLANIndex }
  DESCRIPTION	"An entry for enabling/disabling layer-2-isolate for VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2Isolate(103) hh3cL2IsolateObject(1) hh3cL2IsolateEnableTable(1) 1 }

.1.3.6.1.4.1.25506.2.103.1.1.1.1
hh3cL2IsolateVLANIndex OBJECT-TYPE
  -- FROM	HH3C-L2ISOLATE-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents index of VLAN for layer-2-isolate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2Isolate(103) hh3cL2IsolateObject(1) hh3cL2IsolateEnableTable(1) hh3cL2IsolateEnableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.103.1.1.1.2
hh3cL2IsolateEnable OBJECT-TYPE
  -- FROM	HH3C-L2ISOLATE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the layer-2-isolate status of VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2Isolate(103) hh3cL2IsolateObject(1) hh3cL2IsolateEnableTable(1) hh3cL2IsolateEnableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.103.1.2
hh3cL2IsolatePermitMACTable OBJECT-TYPE
  -- FROM	HH3C-L2ISOLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table represents the permitting MAC address for the specific VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2Isolate(103) hh3cL2IsolateObject(1) 2 }

.1.3.6.1.4.1.25506.2.103.1.2.1
hh3cL2IsolatePermitMACEntry OBJECT-TYPE
  -- FROM	HH3C-L2ISOLATE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2IsolateVLANIndex, hh3cL2IsoLatePermitMAC }
  DESCRIPTION	"Each entry represents the permitting MAC address for the specific VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2Isolate(103) hh3cL2IsolateObject(1) hh3cL2IsolatePermitMACTable(2) 1 }

.1.3.6.1.4.1.25506.2.103.1.2.1.1
hh3cL2IsoLatePermitMAC OBJECT-TYPE
  -- FROM	HH3C-L2ISOLATE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address permitted in the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2Isolate(103) hh3cL2IsolateObject(1) hh3cL2IsolatePermitMACTable(2) hh3cL2IsolatePermitMACEntry(1) 1 }

.1.3.6.1.4.1.25506.2.103.1.2.1.2
hh3cL2IsoLatePermitMACRowStatus OBJECT-TYPE
  -- FROM	HH3C-L2ISOLATE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active, CreateAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2Isolate(103) hh3cL2IsolateObject(1) hh3cL2IsolatePermitMACTable(2) hh3cL2IsolatePermitMACEntry(1) 2 }

.1.3.6.1.4.1.25506.2.104
hh3cSnmpExt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SNMP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 104 }

.1.3.6.1.4.1.25506.2.104.1
hh3cSnmpExtScalarObjects OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) 1 }

.1.3.6.1.4.1.25506.2.104.1.1
hh3cSnmpExtSnmpChannel OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The channel number used by SNMP."
  DEFVAL	{ 161 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.104.1.2
hh3cSnmpExtReadCommunitySingle OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The first read community."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.104.1.3
hh3cSnmpExtWriteCommunitySingle OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The first write community."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.104.1.4
hh3cSnmpExtMaxContextNum OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of contexts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.104.1.5
hh3cSnmpExtVersion OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	BITS {snmpV1(0), snmpV2c(1), snmpV3(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The valid version of SNMP agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.104.1.6
hh3cSnmpExtTrapSource OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The specified interface, the SNMP agent used the
                        primary IP address of which as the source IP address
                        in all its traps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.104.1.7
hh3cSnmpExtInformSource OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The specified interface, the SNMP agent used the
                        primary IP address of which as the source IP address
                        in all its informs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 7 }

.1.3.6.1.4.1.25506.2.104.1.8
hh3cSnmpExtAclNum OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	Integer32 (0 | 2000..3999) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of global ACL.  It mutually exclusive with hh3cSnmpExtAclName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 8 }

.1.3.6.1.4.1.25506.2.104.1.9
hh3cSnmpExtAclName OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The name of global ACL.  It mutually exclusive with hh3cSnmpExtAclNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 9 }

.1.3.6.1.4.1.25506.2.104.1.10
hh3cSnmpExtIPv6AclNum OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	Integer32 (0 | 2000..3999) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of global IPv6 ACL.
                         It mutually exclusive with hh3cSnmpExtIPv6AclName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 10 }

.1.3.6.1.4.1.25506.2.104.1.11
hh3cSnmpExtIPv6AclName OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The name of global IPv6 ACL.  It mutually exclusive with hh3cSnmpExtIPv6AclNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtScalarObjects(1) 11 }

.1.3.6.1.4.1.25506.2.104.2
hh3cSnmpExtTables OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) 2 }

.1.3.6.1.4.1.25506.2.104.2.1
hh3cSnmpExtCommunityTable OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Modify the extended properties of SNMP community or
                         user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) 1 }

.1.3.6.1.4.1.25506.2.104.2.1.1
hh3cSnmpExtCommunityEntry OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnmpExtCommunitySecurityLevel, hh3cSnmpExtCommunitySecurityName }
  DESCRIPTION	"The entry of hh3cSnmpExtCommunityTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpExtCommunityTable(1) 1 }

.1.3.6.1.4.1.25506.2.104.2.1.1.1
hh3cSnmpExtCommunitySecurityLevel OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION SnmpSecurityModel
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The security model of the specified community or user.
                         This object may not take the 'any' (0) value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpExtCommunityTable(1) hh3cSnmpExtCommunityEntry(1) 1 }

.1.3.6.1.4.1.25506.2.104.2.1.1.2
hh3cSnmpExtCommunitySecurityName OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The security name of the specified community or user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpExtCommunityTable(1) hh3cSnmpExtCommunityEntry(1) 2 }

.1.3.6.1.4.1.25506.2.104.2.1.1.3
hh3cSnmpExtCommunityName OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the group to which the security name belongs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpExtCommunityTable(1) hh3cSnmpExtCommunityEntry(1) 3 }

.1.3.6.1.4.1.25506.2.104.2.1.1.4
hh3cSnmpExtCommunityAclNum OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	Integer32 (0 | 2000..3999) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The specified IPv4 ACL (Access Control List) number
                        used by the community or the user.
                        Basic ACL type: 2000..2999
                        Advanced ACL type: 3000..3999
                        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpExtCommunityTable(1) hh3cSnmpExtCommunityEntry(1) 4 }

.1.3.6.1.4.1.25506.2.104.2.1.1.5
hh3cSnmpExtCommunityIPv6AclNum OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	Integer32 (0 | 2000..3999) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The specified IPv6 Access Control List (ACL) number
                        used by the community or the user.
                        Basic ACL type: 2000..2999
                        Advanced ACL type: 3000..3999
                        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpExtCommunityTable(1) hh3cSnmpExtCommunityEntry(1) 5 }

.1.3.6.1.4.1.25506.2.104.2.2
hh3cSnmpCommunityExTable OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Modify the extended properties of SNMP community."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) 2 }

.1.3.6.1.4.1.25506.2.104.2.2.1
hh3cSnmpCommunityExEntry OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnmpCommunityExName }
  DESCRIPTION	"The entry of hh3cSnmpCommunityExTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpCommunityExTable(2) 1 }

.1.3.6.1.4.1.25506.2.104.2.2.1.1
hh3cSnmpCommunityExName OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The specified community name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpCommunityExTable(2) hh3cSnmpCommunityExEntry(1) 1 }

.1.3.6.1.4.1.25506.2.104.2.2.1.2
hh3cSnmpCommunityExWrite OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the community can write or not.
        'true' : the community can write.
        'false': the community can read only."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpCommunityExTable(2) hh3cSnmpCommunityExEntry(1) 2 }

.1.3.6.1.4.1.25506.2.104.2.2.1.3
hh3cSnmpCommunityExViewName OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A family of view subtrees that the Community can operate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpCommunityExTable(2) hh3cSnmpCommunityExEntry(1) 3 }

.1.3.6.1.4.1.25506.2.104.2.2.1.4
hh3cSnmpCommunityExAclNum OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  SYNTAX	Integer32 (0 | 2000..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The specified ACL (Access Control List) number used by the community."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpCommunityExTable(2) hh3cSnmpCommunityExEntry(1) 4 }

.1.3.6.1.4.1.25506.2.104.2.2.1.5
hh3cSnmpCommunityExRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpCommunityExTable(2) hh3cSnmpCommunityExEntry(1) 5 }

.1.3.6.1.4.1.25506.2.104.2.3
hh3cSnmpExtContextTable OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Modify the extended properties of SNMP context."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) 3 }

.1.3.6.1.4.1.25506.2.104.2.3.1
hh3cSnmpExtContextEntry OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnmpExtContextName }
  DESCRIPTION	"The entry of hh3cSnmpExtContextTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpExtContextTable(3) 1 }

.1.3.6.1.4.1.25506.2.104.2.3.1.1
hh3cSnmpExtContextName OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The specified context name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpExtContextTable(3) hh3cSnmpExtContextEntry(1) 1 }

.1.3.6.1.4.1.25506.2.104.2.3.1.2
hh3cSnmpExtContextRowStatus OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtTables(2) hh3cSnmpExtContextTable(3) hh3cSnmpExtContextEntry(1) 2 }

.1.3.6.1.4.1.25506.2.104.3
hh3cSnmpExtNotifications OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) 3 }

.1.3.6.1.4.1.25506.2.104.4
hh3cSnmpExtPrivProtocols OBJECT-TYPE
  -- FROM	HH3C-SNMP-EXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) 4 }

.1.3.6.1.4.1.25506.2.104.4.1
hh3cSnmpExtAESCfb192PrivProtocol OBJECT-GROUP
  -- FROM	HH3C-SNMP-EXT-MIB
  DESCRIPTION	"The CFB192-AES-192 privacy protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtPrivProtocols(4) 1 }

.1.3.6.1.4.1.25506.2.104.4.2
hh3cSnmpExtAESCfb256PrivProtocol OBJECT-GROUP
  -- FROM	HH3C-SNMP-EXT-MIB
  DESCRIPTION	"The CFB256-AES-256 privacy protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSnmpExt(104) hh3cSnmpExtPrivProtocols(4) 2 }

.1.3.6.1.4.1.25506.2.105
hh3cVsi OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VSI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 105 }

.1.3.6.1.4.1.25506.2.105.1
hh3cVsiObjects OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) 1 }

.1.3.6.1.4.1.25506.2.105.1.1
hh3cVsiScalarGroup OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) 1 }

.1.3.6.1.4.1.25506.2.105.1.1.1
hh3cVsiNextAvailableVsiIndex OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Next available VSI entry index for creating VSI.  Its value ranges
        from 0x1 to 0xFFFFFFFF.  The invalid value 0xFFFFFFFF indicates that
        no VSI entry can be created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.105.1.1.2
hh3cVsiL2vpnStatus OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global configuration of L2VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.105.1.2
hh3cVsiTable OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring VSI parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) 2 }

.1.3.6.1.4.1.25506.2.105.1.2.1
hh3cVsiEntry OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiIndex }
  DESCRIPTION	"An entry for configuring VSI parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) 1 }

.1.3.6.1.4.1.25506.2.105.1.2.1.1
hh3cVsiIndex OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of VSI.  Its value ranges from 0x1 to 0xFFFFFFFE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 1 }

.1.3.6.1.4.1.25506.2.105.1.2.1.2
hh3cVsiName OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of VSI.  Max string length of VSI name is 31."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 2 }

.1.3.6.1.4.1.25506.2.105.1.2.1.3
hh3cVsiMode OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	INTEGER {default(0), martini(1), minm(2), martiniAndMinm(3), kompella(4), kompellaAndMinm(5), minmpxp(6), martiniAndMinmpxp(7), kompellaAndMinmpxp(8), vxlan(9)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mode of VSI.  Martini mode indicated this VSI supports VPLS service
         signalled using LDP.  Kompella indicated this VSI supports VPLS
         service signalled using BGP.  Minm indicated this VSI supports
         MAC-in-MAC service.
         Default indicated this VSI supports all services."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 3 }

.1.3.6.1.4.1.25506.2.105.1.2.1.4
hh3cMinmIsid OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The PBB I-SID of VSI in minm or martiniAndMinm mode.  It
        must be different for every VSI.  Its value ranges from 0x1 to
        0xFFFFFF.  In other VSI modes, its value is invalid value 0x0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 4 }

.1.3.6.1.4.1.25506.2.105.1.2.1.5
hh3cVsiId OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Identifier of VSI in martini or martiniAndMinm mode, by default,
        it's the PW ID of this VSI.  Its value ranges from 1 to 4294967295.
        In other VSI modes, its value is invalid value 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 5 }

.1.3.6.1.4.1.25506.2.105.1.2.1.6
hh3cVsiTransMode OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	INTEGER {vlan(1), ethernet(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Transit Mode of VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 6 }

.1.3.6.1.4.1.25506.2.105.1.2.1.7
hh3cVsiEnableHubSpoke OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	INTEGER {disable(1), enable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Config HubSpoke property of this VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 7 }

.1.3.6.1.4.1.25506.2.105.1.2.1.8
hh3cVsiAdminState OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	INTEGER {adminUp(1), adminDown(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set VSI admin state as adminUp or adminDown."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 8 }

.1.3.6.1.4.1.25506.2.105.1.2.1.9
hh3cVsiRowStatus OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 9 }

.1.3.6.1.4.1.25506.2.105.1.2.1.10
hh3cVsiSpbIsid OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The SPB I-SID of VSI in minm or martiniAndMinm mode.  It
        must be different for every VSI.  Its value ranges from 0xFF to
        0xFFFFFF.  In other VSI modes, its value is invalid value 0x0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 10 }

.1.3.6.1.4.1.25506.2.105.1.2.1.11
hh3cVsiVxlanID OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VXLAN ID, in the range of 0x0 to 0xFFFFFF.  Value 0xFFFFFFFF means
        this VSI does not enable VXLAN service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 11 }

.1.3.6.1.4.1.25506.2.105.1.2.1.12
hh3cVsiArpSuppression OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The capability of ARP suppression."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 12 }

.1.3.6.1.4.1.25506.2.105.1.2.1.13
hh3cVsiFlooding OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The capability of MAC(Media Access Control) flooding."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 13 }

.1.3.6.1.4.1.25506.2.105.1.2.1.14
hh3cVsiLocalMacCount OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VSI local MAC addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 14 }

.1.3.6.1.4.1.25506.2.105.1.2.1.15
hh3cVsiInterfaceID OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VSI interface ID.  A value of 0xFFFFFFFF indicates that no gateway
        interface has been assigned to the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 15 }

.1.3.6.1.4.1.25506.2.105.1.2.1.16
hh3cVsiStatistics OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The enable status of VSI traffic flow statistics."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 16 }

.1.3.6.1.4.1.25506.2.105.1.2.1.17
hh3cVsiNvgreID OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"NVGRE ID, in the range of 4096 to 16777214.  Value 4294967295 means
        this VSI does not enable NVGRE service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiTable(2) hh3cVsiEntry(1) 17 }

.1.3.6.1.4.1.25506.2.105.1.3
hh3cVsiXconnectTable OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring xconnect parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) 3 }

.1.3.6.1.4.1.25506.2.105.1.3.1
hh3cVsiXconnectEntry OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiXconnectIfIndex, hh3cVsiXconnectEvcSrvInstId }
  DESCRIPTION	"An entry for configuring xconnect parameters.  Each entry means
        connecting a service instance of a interface to a VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiXconnectTable(3) 1 }

.1.3.6.1.4.1.25506.2.105.1.3.1.1
hh3cVsiXconnectIfIndex OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the interface associated with the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiXconnectTable(3) hh3cVsiXconnectEntry(1) 1 }

.1.3.6.1.4.1.25506.2.105.1.3.1.2
hh3cVsiXconnectEvcSrvInstId OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the service instance associated with the VSI.  The value is always 0 when the
         interface isn't a layer 2 Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiXconnectTable(3) hh3cVsiXconnectEntry(1) 2 }

.1.3.6.1.4.1.25506.2.105.1.3.1.3
hh3cVsiXconnectVsiName OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of VSI.  Max string length of VSI name is 31."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiXconnectTable(3) hh3cVsiXconnectEntry(1) 3 }

.1.3.6.1.4.1.25506.2.105.1.3.1.4
hh3cVsiXconnectAccessMode OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	INTEGER {vlan(1), ethernet(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Access mode of this service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiXconnectTable(3) hh3cVsiXconnectEntry(1) 4 }

.1.3.6.1.4.1.25506.2.105.1.3.1.5
hh3cVsiXconnectHubSpoke OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	INTEGER {none(1), hub(2), spoke(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Config HubSpoke property of this service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiXconnectTable(3) hh3cVsiXconnectEntry(1) 5 }

.1.3.6.1.4.1.25506.2.105.1.3.1.6
hh3cVsiXconnectRowStatus OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiXconnectTable(3) hh3cVsiXconnectEntry(1) 6 }

.1.3.6.1.4.1.25506.2.105.1.4
hh3cVsiPwBindTable OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for PW(PseudoWire) mapping to VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) 4 }

.1.3.6.1.4.1.25506.2.105.1.4.1
hh3cVsiPwBindEntry OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiIndex, hh3cVsiPwIndex }
  DESCRIPTION	"Each entry means a PW mapping to a VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPwBindTable(4) 1 }

.1.3.6.1.4.1.25506.2.105.1.4.1.1
hh3cVsiPwIndex OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index for the conceptual row identifying
         a PW in the pwTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPwBindTable(4) hh3cVsiPwBindEntry(1) 1 }

.1.3.6.1.4.1.25506.2.105.1.4.1.2
hh3cVsiPwBindAttributes OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	BITS {noSplitHorizon(0), hub(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This bit mask indicates optional values for this PW.
         The following describes these bit fields:

         noSplitHorizon flag indicates that the PW disable
         split horizon forwarding.

         hub flag indicates that the PW as the hub link the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPwBindTable(4) hh3cVsiPwBindEntry(1) 2 }

.1.3.6.1.4.1.25506.2.105.1.4.1.3
hh3cVsiPwBindRowStatus OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  A row entry cannot
        be modified when the value of this object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPwBindTable(4) hh3cVsiPwBindEntry(1) 3 }

.1.3.6.1.4.1.25506.2.105.1.5
hh3cVsiFloodMacTable OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of MAC addresses enabled with selective flooding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) 5 }

.1.3.6.1.4.1.25506.2.105.1.5.1
hh3cVsiFloodMacEntry OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiIndex, hh3cVsiFloodMac }
  DESCRIPTION	"Each entry represents a selective flooding MAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiFloodMacTable(5) 1 }

.1.3.6.1.4.1.25506.2.105.1.5.1.1
hh3cVsiFloodMac OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiFloodMacTable(5) hh3cVsiFloodMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.105.1.5.1.2
hh3cVsiFloodMacRowStatus OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiFloodMacTable(5) hh3cVsiFloodMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.105.1.6
hh3cVsiLocalMacTable OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for VSI local MAC addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) 6 }

.1.3.6.1.4.1.25506.2.105.1.6.1
hh3cVsiLocalMacEntry OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiIndex, hh3cVsiLocalMacAddr }
  DESCRIPTION	"A local MAC address of VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiLocalMacTable(6) 1 }

.1.3.6.1.4.1.25506.2.105.1.6.1.1
hh3cVsiLocalMacAddr OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiLocalMacTable(6) hh3cVsiLocalMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.105.1.6.1.2
hh3cVsiLocalMacIfIndex OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of the interface associated with the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiLocalMacTable(6) hh3cVsiLocalMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.105.1.6.1.3
hh3cVsiLocalMacSrvID OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of the service instance associated with the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiLocalMacTable(6) hh3cVsiLocalMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.105.1.7
hh3cVsiPerfTable OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains performance statistics for each VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) 7 }

.1.3.6.1.4.1.25506.2.105.1.7.1
hh3cVsiPerfEntry OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiIndex }
  DESCRIPTION	"A row in this table contains statistics for a VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPerfTable(7) 1 }

.1.3.6.1.4.1.25506.2.105.1.7.1.1
hh3cVsiPerfInOctets OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of octets received by the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPerfTable(7) hh3cVsiPerfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.105.1.7.1.2
hh3cVsiPerfInPackets OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of packets received by the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPerfTable(7) hh3cVsiPerfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.105.1.7.1.3
hh3cVsiPerfInErrors OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of error packets received by the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPerfTable(7) hh3cVsiPerfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.105.1.7.1.4
hh3cVsiPerfInDiscards OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of incoming packets discarded by the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPerfTable(7) hh3cVsiPerfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.105.1.7.1.5
hh3cVsiPerfOutOctets OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of octets sent by the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPerfTable(7) hh3cVsiPerfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.105.1.7.1.6
hh3cVsiPerfOutPackets OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of packets sent by the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPerfTable(7) hh3cVsiPerfEntry(1) 6 }

.1.3.6.1.4.1.25506.2.105.1.7.1.7
hh3cVsiPerfOutErrors OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that failed to be sent because of a VSI error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPerfTable(7) hh3cVsiPerfEntry(1) 7 }

.1.3.6.1.4.1.25506.2.105.1.7.1.8
hh3cVsiPerfOutDiscards OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets discarded by the VSI because of transmission failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiPerfTable(7) hh3cVsiPerfEntry(1) 8 }

.1.3.6.1.4.1.25506.2.105.1.8
hh3cVsiNextAvailableVsiIfID OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the next available value for hh3cVsiIfID
        when creating entries in the hh3cVsiIfTable.  A value of 0xFFFFFFFF
        indicates that no new entries can be created in this table.
        To prevent managers from creating entries in this table, the agent
        must set this object to this special value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) 8 }

.1.3.6.1.4.1.25506.2.105.1.9
hh3cVsiIfTable OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VSI interface table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) 9 }

.1.3.6.1.4.1.25506.2.105.1.9.1
hh3cVsiIfEntry OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiIfID }
  DESCRIPTION	"A row in this table contains a VSI interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiIfTable(9) 1 }

.1.3.6.1.4.1.25506.2.105.1.9.1.1
hh3cVsiIfID OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VSI interface ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiIfTable(9) hh3cVsiIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.105.1.9.1.2
hh3cVsiIfIndex OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VSI interface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiIfTable(9) hh3cVsiIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.105.1.9.1.3
hh3cVsiIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-VSI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of the table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVsi(105) hh3cVsiObjects(1) hh3cVsiIfTable(9) hh3cVsiIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.106
hh3cEvc OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-EVC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 106 }

.1.3.6.1.4.1.25506.2.106.1
hh3cEvcObjects OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) 1 }

.1.3.6.1.4.1.25506.2.106.1.1
hh3cEvcScalarGroup OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) 1 }

.1.3.6.1.4.1.25506.2.106.1.1.1
hh3cEvcSrvInstEncapCapabilities OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	BITS {encapDefault(0), encapUntagged(1), encapTagged(2), encapSvlanId(3), encapSvlanIdList(4), encapSvlanIdOnlyTagged(5), encapSvlanIdCvlanId(6), encapSvlanIdCvlanIdList(7), encapCvlanId(8), encapCvlanIdList(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object displays the encapsulation capabilities of service
         instance with respect to certain fields.  The following values may be
         supported:
         encapDefault:       Support for matching packets by the default
                             criteria which matches packets that do not match
                             any other service instance.
         encapUntagged:      Support for matching untagged packets.
         encapTagged:        Support for matching all tagged packets.
         encapSvlanId:       Support for matching packets by an SVLAN ID, and
                             the packets may be untagged if PVID of the port is
                             the SVLAN ID when the encapSvlanIdOnlyTagged field
                             is not set.
         encapSvlanIdList:   Support for matching packets by SVLAN ID list, and
                             the packets may be untagged if PVID of the port is
                             in SVLAN ID list when the encapSvlanIdOnlyTagged
                             field is not set.
         encapSvlanIdOnlyTagged:   Support for matching only tagged packets
                                   by an SVLAN ID or a SVLAN ID list.
         encapSvlanIdCvlanId:      Support for matching packets by an SVLAN ID
                                   and a CVLAN ID.
         encapSvlanIdCvlanIdList:  Support for matching packets by an SVLAN ID
                                   and a CVLAN ID list.
         encapCvlanId:       Support for matching packets by a CVLAN ID.
         encapCvlanIdList:   Support for matching packets by a CVLAN ID list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.106.1.1.2
hh3cEvcPortMaxSrvInstNum OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max service instance number of a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.106.1.2
hh3cEvcSrvInstTable OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring service instance parameter of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) 2 }

.1.3.6.1.4.1.25506.2.106.1.2.1
hh3cEvcSrvInstEntry OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEvcSrvInstId }
  DESCRIPTION	"An entry for configuring service instance parameter of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) 1 }

.1.3.6.1.4.1.25506.2.106.1.2.1.1
hh3cEvcSrvInstId OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Service instance ID.  Its value ranges from 1 to the value of
        hh3cEvcPortMaxSrvInstNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 1 }

.1.3.6.1.4.1.25506.2.106.1.2.1.2
hh3cEvcSrvInstEncap OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	INTEGER {none(0), default(1), untagged(2), tagged(3), svlanIdList(4), svlanIdListOnlyTagged(5), svlanIdCvlanId(6), svlanIdCvlanIdList(7), svlanIdCvlanIdAll(8), cvlanIdList(9)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Encapsulation mode of a service instance.
        none : Invalid value.
        default :    Match packets by the default criteria which matches
                     packets that do not match any other service instance.
                     It is supported when the encapDefault field of
                     hh3cEvcCapabilities is set.
        untagged :   Match untagged packets.  It is supported when the
                     encapUntagged field of hh3cEvcCapabilities is set.
        tagged :     Match all tagged packets.  It is supported when the
                     encapTagged field of hh3cEvcCapabilities is set.
        svlanIdList: Match packets by SVLAN ID list and untagged packets if
                     PVID of the port is in SVLAN ID list, the SVLAN ID list is
                     denoted by hh3cEvcSrvInstSvlanIdListLow and
                     hh3cEvcSrvInstSvlanIdListHigh.  It is supported when the
                     encapSvlanId or encapSvlanIdList field of
                     hh3cEvcCapabilities is set.  Only a VLAN ID is supported
                     when the encapSvlanId field of hh3cEvcCapabilities is set.
        svlanIdListOnlyTagged: Match only tagged packets by an SVLAN ID list,
                               the SVLAN ID is denoted by
                               hh3cEvcSrvInstSvlanIdListLow and
                               hh3cEvcSrvInstSvlanIdListLow.  It is
                               supported when the encapSvlanId (or
                               encapSvlanIdList) and encapSvlanIdOnlyTagged
                               fields of hh3cEvcCapabilities are set.  Only a
                               VLAN ID is supported when the encapSvlanId and
                               encapSvlanIdOnlyTagged field of
                               hh3cEvcCapabilities are set.
        svlanIdCvlanId: Match packets by an SVLAN ID and a CVLAN ID.
                        The SVLAN ID is denoted by hh3cEvcSrvInstSvlanIdListLow
                        or hh3cEvcSrvInstSvlanIdListHigh.  The CVLAN ID is
                        denoted by hh3cEvcSrvInstCvlanIdListLow or
                        hh3cEvcSrvInstCvlanIdListHigh.  It is supported when
                        the encapSvlanIdCvlanId field of
                        hh3cEvcCapabilities is set.
        svlanIdCvlanIdList: Match packets by an SVLAN ID and a CVLAN ID list.
                            The SVLAN ID is denoted by
                            hh3cEvcSrvInstSvlanIdListLow or
                            hh3cEvcSrvInstSvlanIdListHigh.  The CVLAN ID list is
                            denoted by hh3cEvcSrvInstCvlanIdListLow and
                            hh3cEvcSrvInstCvlanIdListHigh.  It is supported when
                            the encapSvlanIdCvlanIdList field of
                            hh3cEvcCapabilities is set.
        svlanIdCvlanIdAll:  Match packets by an SVLAN ID and all CVLAN IDs.
                         The SVLAN ID is denoted by hh3cEvcSrvInstSvlanIdListLow
                         or hh3cEvcSrvInstSvlanIdListHigh.  The CVLAN ID
                         includes all VLAN IDs.  It is supported when the
                         encapSvlanIdCvlanIdList field of hh3cEvcCapabilities
                         is set.
        cvlanIdList:  Match packets by CVLAN ID list.  The CVLAN ID list is
                      denoted by hh3cEvcSrvInstCvlanIdListLow and
                      hh3cEvcSrvInstCvlanIdListLow.  It is supported when the
                      encapCvlanId or encapCvlanIdList field of
                      hh3cEvcCapabilities is set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 2 }

.1.3.6.1.4.1.25506.2.106.1.2.1.3
hh3cEvcSrvInstSvlanIdListLow OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the first 2048 bits of the 4096-bit vector,
        indicating which SVLAN IDs are assigned to this service instance.  The
        lowest order bit of the first octet corresponds to SVLAN 1, while the
        highest order bit of the last octet corresponds to SVLAN 2048.  A bit
        that is on (equal to 1) indicates that the corresponding SVLAN ID is
        assigned to this service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 3 }

.1.3.6.1.4.1.25506.2.106.1.2.1.4
hh3cEvcSrvInstSvlanIdListHigh OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the second 2048 bits of the 4096-bit vector,
        indicating which SVLAN IDs are assigned to this service instance.  The
        lowest order bit of the first octet corresponds to SVLAN 2049, while
        the third highest order bit of the last octet corresponds to SVLAN
        4094.  A bit that is on (equal to 1) indicates that the corresponding
        SVLAN ID is assigned to this service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 4 }

.1.3.6.1.4.1.25506.2.106.1.2.1.5
hh3cEvcSrvInstRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  When a row in this
         table is in active state, no objects in that row
         can be modified by the agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 5 }

.1.3.6.1.4.1.25506.2.106.1.2.1.6
hh3cEvcSrvInstEnableInStat OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object is used to configure inbound statistics function
        to this service instance."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 6 }

.1.3.6.1.4.1.25506.2.106.1.2.1.7
hh3cEvcSrvInstEnableOutStat OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object is used to configure outbound statistics function
        to this service instance."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 7 }

.1.3.6.1.4.1.25506.2.106.1.2.1.8
hh3cEvcSrvInstCvlanIdListLow OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the first 2048 bits of the 4096-bit vector,
        indicating which CVLAN IDs are assigned to this service instance.  The
        lowest order bit of the first octet corresponds to CVLAN 1, while the
        highest order bit of the last octet corresponds to CVLAN 2048.  A bit
        that is on (equal to 1) indicates that the corresponding CVLAN ID is
        assigned to this service instance."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 8 }

.1.3.6.1.4.1.25506.2.106.1.2.1.9
hh3cEvcSrvInstCvlanIdListHigh OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the second 2048 bits of the 4096-bit vector,
        indicating which CVLAN IDs are assigned to this service instance.  The
        lowest order bit of the first octet corresponds to CVLAN 2049, while
        the third highest order bit of the last octet corresponds to CVLAN
        4094.  A bit that is on (equal to 1) indicates that the corresponding
        CVLAN ID is assigned to this service instance."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 9 }

.1.3.6.1.4.1.25506.2.106.1.2.1.10
hh3cEvcSrvInstInRewriteType OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  -- TEXTUAL CONVENTION Hh3cEvcSrvInstRewriteType
  SYNTAX	INTEGER {none(0), nestSvlan(1), nestCvlan(2), nestSvlanCvlan(3), stripSvlan(4), stripCvlan(5), stripSvlanCvlan(6), remark1To1(7), remark1To2(8), remark2To1(9), remark2To2(10)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VLAN tag processing rule for incoming traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 10 }

.1.3.6.1.4.1.25506.2.106.1.2.1.11
hh3cEvcSrvInstInRewriteSvlanId OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Outer VLAN tag processing rule for incoming traffic.Its value ranges
         from 1 to 4094."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 11 }

.1.3.6.1.4.1.25506.2.106.1.2.1.12
hh3cEvcSrvInstInRewriteCvlanId OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Inner VLAN tag processing rule for incoming traffic.Its value ranges
         from 1 to 4094."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 12 }

.1.3.6.1.4.1.25506.2.106.1.2.1.13
hh3cEvcSrvInstInRewriteSymm OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Applies the reverse VLAN tag processing rule to outgoing traffic."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 13 }

.1.3.6.1.4.1.25506.2.106.1.2.1.14
hh3cEvcSrvInstOutRewriteType OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  -- TEXTUAL CONVENTION Hh3cEvcSrvInstRewriteType
  SYNTAX	INTEGER {none(0), nestSvlan(1), nestCvlan(2), nestSvlanCvlan(3), stripSvlan(4), stripCvlan(5), stripSvlanCvlan(6), remark1To1(7), remark1To2(8), remark2To1(9), remark2To2(10)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VLAN tag processing rule for outgoing traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 14 }

.1.3.6.1.4.1.25506.2.106.1.2.1.15
hh3cEvcSrvInstOutRewriteSvlanId OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Outer VLAN tag processing rule for outgoing traffic.Its value ranges
         from 1 to 4094."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 15 }

.1.3.6.1.4.1.25506.2.106.1.2.1.16
hh3cEvcSrvInstOutRewriteCvlanId OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Inner VLAN tag processing rule for outgoing traffic.Its value ranges
         from 1 to 4094."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstTable(2) hh3cEvcSrvInstEntry(1) 16 }

.1.3.6.1.4.1.25506.2.106.1.3
hh3cEvcSrvInstCarTable OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of configuring CAR for the service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) 3 }

.1.3.6.1.4.1.25506.2.106.1.3.1
hh3cEvcSrvInstCarEntry OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEvcSrvInstId }
  DESCRIPTION	"An entry in the table containing CAR configuration on
         the service instance.  If the following entries are not supported
         by the service instance, or not configured to the service instance,
         they are zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstCarTable(3) 1 }

.1.3.6.1.4.1.25506.2.106.1.3.1.1
hh3cEvcSrvInstInCarIndex OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object is used to configure inbound CAR function
        to this service instance.
        The CAR index is defined in hh3cIfQoSAggregativeCarIndex
        at HH3C-IFQOS2-MIB.  The default value is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstCarTable(3) hh3cEvcSrvInstCarEntry(1) 1 }

.1.3.6.1.4.1.25506.2.106.1.3.1.2
hh3cEvcSrvInstOutCarIndex OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object is used to configure outbound CAR function
        to this service instance.
        The CAR index is defined in hh3cIfQoSAggregativeCarIndex
        at HH3C-IFQOS2-MIB.  The default value is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstCarTable(3) hh3cEvcSrvInstCarEntry(1) 2 }

.1.3.6.1.4.1.25506.2.106.1.4
hh3cEvcSrvInstStatInfoTable OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for displaying statistics information of service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) 4 }

.1.3.6.1.4.1.25506.2.106.1.4.1
hh3cEvcSrvInstStatInfoEntry OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEvcSrvInstId }
  DESCRIPTION	"Table entry of the service instance.
         If the statistics function is not supported
         by the service instance, or not configured to the service instance,
         following entries will be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstStatInfoTable(4) 1 }

.1.3.6.1.4.1.25506.2.106.1.4.1.1
hh3cEvcSrvInstInPackets OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of inbound packets received on this service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstStatInfoTable(4) hh3cEvcSrvInstStatInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.106.1.4.1.2
hh3cEvcSrvInstInBytes OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Byte counts of inbound packets received on this service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstStatInfoTable(4) hh3cEvcSrvInstStatInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.106.1.4.1.3
hh3cEvcSrvInstOutPackets OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of outbound packets transmitted on this service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstStatInfoTable(4) hh3cEvcSrvInstStatInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.106.1.4.1.4
hh3cEvcSrvInstOutBytes OBJECT-TYPE
  -- FROM	HH3C-EVC-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Byte counts of outbound packets transmitted on this service instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvc(106) hh3cEvcObjects(1) hh3cEvcSrvInstStatInfoTable(4) hh3cEvcSrvInstStatInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.107
hh3cMinm OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MINM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 107 }

.1.3.6.1.4.1.25506.2.107.1
hh3cMinmObjects OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) 1 }

.1.3.6.1.4.1.25506.2.107.1.1
hh3cMinmScalarGroup OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) 1 }

.1.3.6.1.4.1.25506.2.107.1.1.1
hh3cMinmCapabilities OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  SYNTAX	BITS {reEncapsulation(0), uplink(1), vsiShareConnection(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object displays the MAC-in-MAC capabilities with respect to
         certain fields. The following values may be supported:
         reEncapsulation:     Support for configuring re-encapsulation (denoted
                              by hh3cMinmVsiReEncapsulation).
         uplink:              Support for configuring uplink (denoted
                              by hh3cMinmUplinkTable).
         vsiShareConnection:  It indicates that connection entry is shared in
                              all VSIs. hh3cVsiIndex is meaningless and must
                              be value 1 in hh3cMinmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.107.1.1.2
hh3cMinmBmac OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A MAC address used in creating the MAC header of I-tagged frames
        transmitted across a Provider Backbone Bridged Network. The invalid
        value FF:FF:FF:FF:FF:FF indicates that this node is not supported by
        the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.107.1.2
hh3cMinmVsiTable OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring MAC-in-MAC service instance parameter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) 2 }

.1.3.6.1.4.1.25506.2.107.1.2.1
hh3cMinmVsiEntry OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiIndex }
  DESCRIPTION	"An entry for configuring MAC-in-MAC service instance parameter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmVsiTable(2) 1 }

.1.3.6.1.4.1.25506.2.107.1.2.1.1
hh3cMinmVsiBvlan OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  SYNTAX	Integer32 (1..4094 | 65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"BVLAN ID. The value 65535 indicates the BVLAN has not been configured
        for get operation, and it indicates deleting the BVLAN configration
        for set operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmVsiTable(2) hh3cMinmVsiEntry(1) 1 }

.1.3.6.1.4.1.25506.2.107.1.2.1.2
hh3cMinmVsiReEncapsulation OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  -- TEXTUAL CONVENTION Hh3cMinmEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the re-encapsulation is enabled. The reEncapsulation field of
        hh3cMinmCapabilities denotes whether this node is supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmVsiTable(2) hh3cMinmVsiEntry(1) 2 }

.1.3.6.1.4.1.25506.2.107.1.2.1.3
hh3cMinmVsiNextAvailableLinkId OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Next available connection entry index for creating a connection entry.
        Its value ranges from 0x1 to 0xFFFFFFFF.The invalid value 0xFFFFFFFF
        indicates that connection entry can not be created. When the
        vsiShareConnection field of hh3cMinmCapabilities is set, this node
        returns an invalid value if the value of hh3cVsiIndex is not 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmVsiTable(2) hh3cMinmVsiEntry(1) 3 }

.1.3.6.1.4.1.25506.2.107.1.3
hh3cMinmUplinkTable OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for uplink ports of the VSI in MAC-in-MAC. The uplink field of
        hh3cMinmCapabilities denotes whether this table is supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) 3 }

.1.3.6.1.4.1.25506.2.107.1.3.1
hh3cMinmUplinkEntry OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiIndex, ifIndex }
  DESCRIPTION	"An entry for uplink ports of the VSI in MAC-in-MAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmUplinkTable(3) 1 }

.1.3.6.1.4.1.25506.2.107.1.3.1.1
hh3cMinmUplinkRowStatus OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmUplinkTable(3) hh3cMinmUplinkEntry(1) 1 }

.1.3.6.1.4.1.25506.2.107.1.4
hh3cMinmConnectionTable OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for the connection information of BMAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) 4 }

.1.3.6.1.4.1.25506.2.107.1.4.1
hh3cMinmConnectionEntry OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsiIndex, hh3cMinmConnectionLinkId }
  DESCRIPTION	"An entry for the connection information of BMAC.
        When the vsiShareConnection field of hh3cMinmCapabilities is set,
        connection entry is shared in all VSIs. hh3cVsiIndex is meaningless
        and must be value 1 in hh3cMinmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmConnectionTable(4) 1 }

.1.3.6.1.4.1.25506.2.107.1.4.1.1
hh3cMinmConnectionLinkId OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Entry index when the vsiShareConnection bit of hh3cMinmCapabilities
        is set(hh3cVsiIndex is meaningless and must be value 1),
        else entry index in the VSI of hh3cVsiIndex.Its value ranges
        from 0x1 to 0xFFFFFFFE. It should be obtained from
        hh3cMinmVsiNextAvailableLinkId for create operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmConnectionTable(4) hh3cMinmConnectionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.107.1.4.1.2
hh3cMinmConnectionBmac OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"BMAC of an connection entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmConnectionTable(4) hh3cMinmConnectionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.107.1.4.1.3
hh3cMinmConnectionBvlan OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"BVLAN of an connection entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmConnectionTable(4) hh3cMinmConnectionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.107.1.4.1.4
hh3cMinmConnectionPort OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Port ifindex of an connection entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmConnectionTable(4) hh3cMinmConnectionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.107.1.4.1.5
hh3cMinmConnectionStatus OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  SYNTAX	INTEGER {learned(1), configDynamic(2), configStatic(3), blackhole(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"State of an connection entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmConnectionTable(4) hh3cMinmConnectionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.107.1.4.1.6
hh3cMinmConnectionAgingStatus OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  SYNTAX	INTEGER {aging(1), noAged(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Aging time of an connection entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmConnectionTable(4) hh3cMinmConnectionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.107.1.4.1.7
hh3cMinmConnectionRowStatus OBJECT-TYPE
  -- FROM	HH3C-MINM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMinm(107) hh3cMinmObjects(1) hh3cMinmConnectionTable(4) hh3cMinmConnectionEntry(1) 7 }

.1.3.6.1.4.1.25506.2.108
hh3cBlg OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-BLG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 108 }

.1.3.6.1.4.1.25506.2.108.1
hh3cBlgObjects OBJECT-TYPE
  -- FROM	HH3C-BLG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBlg(108) 1 }

.1.3.6.1.4.1.25506.2.108.1.1
hh3cBlgStatsTable OBJECT-TYPE
  -- FROM	HH3C-BLG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the statistics information
        about balance groups."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBlg(108) hh3cBlgObjects(1) 1 }

.1.3.6.1.4.1.25506.2.108.1.1.1
hh3cBlgStatsEntry OBJECT-TYPE
  -- FROM	HH3C-BLG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBlgIndex }
  DESCRIPTION	"This list contains statistics information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBlg(108) hh3cBlgObjects(1) hh3cBlgStatsTable(1) 1 }

.1.3.6.1.4.1.25506.2.108.1.1.1.1
hh3cBlgIndex OBJECT-TYPE
  -- FROM	HH3C-BLG-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the balance group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBlg(108) hh3cBlgObjects(1) hh3cBlgStatsTable(1) hh3cBlgStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.108.1.1.1.2
hh3cBlgGroupTxPacketCount OBJECT-TYPE
  -- FROM	HH3C-BLG-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When retrieved, this object returns the count of
        packets the balance group has sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBlg(108) hh3cBlgObjects(1) hh3cBlgStatsTable(1) hh3cBlgStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.108.1.1.1.3
hh3cBlgGroupRxPacketCount OBJECT-TYPE
  -- FROM	HH3C-BLG-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When retrieved, this object returns the count of
        packets the balance group has received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBlg(108) hh3cBlgObjects(1) hh3cBlgStatsTable(1) hh3cBlgStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.108.1.1.1.4
hh3cBlgGroupTxByteCount OBJECT-TYPE
  -- FROM	HH3C-BLG-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When retrieved, this object returns the count of
        bytes the balance group has sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBlg(108) hh3cBlgObjects(1) hh3cBlgStatsTable(1) hh3cBlgStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.108.1.1.1.5
hh3cBlgGroupRxByteCount OBJECT-TYPE
  -- FROM	HH3C-BLG-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When retrieved, this object returns the count of
        bytes the balance group has received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBlg(108) hh3cBlgObjects(1) hh3cBlgStatsTable(1) hh3cBlgStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.108.1.1.1.6
hh3cBlgGroupCountClear OBJECT-TYPE
  -- FROM	HH3C-BLG-MIB
  -- TEXTUAL CONVENTION CounterClear
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to reset the counter of the balance group.
        Read operation is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBlg(108) hh3cBlgObjects(1) hh3cBlgStatsTable(1) hh3cBlgStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.109
hh3cRS485 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RS485-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 109 }

.1.3.6.1.4.1.25506.2.109.1
hh3cRS485Properties OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) 1 }

.1.3.6.1.4.1.25506.2.109.1.1
hh3cRS485PropertiesTable OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Propertie table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) 1 }

.1.3.6.1.4.1.25506.2.109.1.1.1
hh3cRS485PropertiesEntry OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Propertie entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) 1 }

.1.3.6.1.4.1.25506.2.109.1.1.1.1
hh3cRS485RawSessionNextIndex OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The next valid index of raw sessions, from 1 to 64,
        which session has been created.

        When there is no valid index left, it will return 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 1 }

.1.3.6.1.4.1.25506.2.109.1.1.1.2
hh3cRS485BaudRate OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	INTEGER {bautRate300(1), bautRate600(2), bautRate1200(3), bautRate2400(4), bautRate4800(5), bautRate9600(6), bautRate19200(7), bautRate38400(8), bautRate57600(9), bautRate115200(10)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port's baud rate."
  DEFVAL	{ bautRate9600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 2 }

.1.3.6.1.4.1.25506.2.109.1.1.1.3
hh3cRS485DataBits OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	INTEGER {five(1), six(2), seven(3), eight(4)} 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port's number of data bits in a character."
  DEFVAL	{ eight }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 3 }

.1.3.6.1.4.1.25506.2.109.1.1.1.4
hh3cRS485Parity OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	INTEGER {none(1), odd(2), even(3), mark(4), space(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port's sense of a character parity bit."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 4 }

.1.3.6.1.4.1.25506.2.109.1.1.1.5
hh3cRS485StopBits OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	INTEGER {one(1), two(2), oneAndHalf(3)} 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port's number of stop bits."
  DEFVAL	{ one }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 5 }

.1.3.6.1.4.1.25506.2.109.1.1.1.6
hh3cRS485FlowControl OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	INTEGER {none(1), hardware(2), xonOrxoff(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The port's type of input flow control.  'none'
             indicates no flow control at this level.
             'hardware' indicates use of hardware signals.
             'xonOrxoff' indicates use of software function."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 6 }

.1.3.6.1.4.1.25506.2.109.1.1.1.7
hh3cRS485TXCharacters OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output characters for the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 7 }

.1.3.6.1.4.1.25506.2.109.1.1.1.8
hh3cRS485RXCharacters OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input characters for the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 8 }

.1.3.6.1.4.1.25506.2.109.1.1.1.9
hh3cRS485TXErrCharacters OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of output error characters for the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 9 }

.1.3.6.1.4.1.25506.2.109.1.1.1.10
hh3cRS485RXErrCharacters OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of input error characters for the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 10 }

.1.3.6.1.4.1.25506.2.109.1.1.1.11
hh3cRS485ResetCharacters OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	INTEGER {counting(1), clear(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the counters to zero, inlucding hh3cRS485TXCharacters,
            hh3cRS485RXCharacters, hh3cRS485TXErrCharacters and
            hh3cRS485RXErrCharacters."
  DEFVAL	{ counting }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485Properties(1) hh3cRS485PropertiesTable(1) hh3cRS485PropertiesEntry(1) 11 }

.1.3.6.1.4.1.25506.2.109.2
hh3cRS485RawSessions OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) 2 }

.1.3.6.1.4.1.25506.2.109.2.1
hh3cRS485RawSessionSummary OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) 1 }

.1.3.6.1.4.1.25506.2.109.2.1.1
hh3cRS485RawSessionMaxNum OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max number of raw sessions what we can support."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionSummary(1) 1 }

.1.3.6.1.4.1.25506.2.109.2.2
hh3cRS485RawSessionTable OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"RS485 raw session table.  Data recieved from rs485 will be sent to
        the destination by raw sockets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) 2 }

.1.3.6.1.4.1.25506.2.109.2.2.1
hh3cRS485RawSessionEntry OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cRS485SessionIndex }
  DESCRIPTION	"Parameters of a session, including remote IP address, remote port,
            local port, and so on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionTable(2) 1 }

.1.3.6.1.4.1.25506.2.109.2.2.1.1
hh3cRS485SessionIndex OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Raw session index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionTable(2) hh3cRS485RawSessionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.109.2.2.1.2
hh3cRS485SessionType OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	INTEGER {udp(1), tcpClient(2), tcpServer(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of a session.  A session can use UDP socket,
            TCP socket as a client, or TCP socket as a server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionTable(2) hh3cRS485RawSessionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.109.2.2.1.3
hh3cRS485SessionAddType OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the transport type of the
             address contained in hh3cRS485SessionRemoteIP object."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionTable(2) hh3cRS485RawSessionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.109.2.2.1.4
hh3cRS485SessionRemoteIP OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP of remote entry.

            When session type is 'udp', this is the IP of the peer.

            When session type is 'tcpClient', this is the IP of the server .

            When session type is 'tcpServer', this is invalid,
            it will return 0.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionTable(2) hh3cRS485RawSessionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.109.2.2.1.5
hh3cRS485SessionRemotePort OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	Integer32 (1024..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The port of remote entry.

            When session type is 'udp', this is port of the peer.

            When session type is 'tcpClient', this is the port of the server.

            When session type is 'tcpServer', this is invalid,
            it will return 0.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionTable(2) hh3cRS485RawSessionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.109.2.2.1.6
hh3cRS485SessionLocalPort OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  SYNTAX	Integer32 (1024..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Local socket port.

            When session type is 'udp', this is local UDP socket port.

            When session type is 'tcpClient', this is invalid,
            it will return 0.

            When session type is 'tcpServer', this is the local port which
            will be listened.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionTable(2) hh3cRS485RawSessionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.109.2.2.1.7
hh3cRS485SessionStatus OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status column used for creating,
            modifying, and deleting instances of
            the columnar objects in raw session table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionTable(2) hh3cRS485RawSessionEntry(1) 7 }

.1.3.6.1.4.1.25506.2.109.2.3
hh3cRS485RawSessionErrInfoTable OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Error infomation table.  It is fail to create a session, management
        station can get infomation from this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) 3 }

.1.3.6.1.4.1.25506.2.109.2.3.1
hh3cRS485RawSessionErrInfoEntry OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cRS485SessionIndex }
  DESCRIPTION	"Error infomaition."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionErrInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.109.2.3.1.1
hh3cRS485RawSessionErrInfo OBJECT-TYPE
  -- FROM	HH3C-RS485-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Error infomation string.  When a response with 'noCreeation' for
        row creation in table hh3cRS485RawSessionTable,
        the management station should display this string to users,
        thus users can konw the reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRS485(109) hh3cRS485RawSessions(2) hh3cRS485RawSessionErrInfoTable(3) hh3cRS485RawSessionErrInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.110
hh3cARPRatelimit OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ARP-RATELIMIT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 110 }

.1.3.6.1.4.1.25506.2.110.1
hh3cARPRatelimitObjects OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) 1 }

.1.3.6.1.4.1.25506.2.110.1.1
hh3cARPRatelimitTrap OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) 1 }

.1.3.6.1.4.1.25506.2.110.1.1.0
hh3cARPRatelimitTraps OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) hh3cARPRatelimitTrap(1) 0 }

.1.3.6.1.4.1.25506.2.110.1.1.0.1
hh3cARPRatelimitOverspeedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
  OBJECTS	{ hh3cARPRatelimitTrapVer, hh3cARPRatelimitTrapCount, hh3cARPRatelimitTrapMsg }
  DESCRIPTION	"If the rate of ARP packets delivered to the CPU on a device
        exceeds the threshold, a trap message is generated and sent
        to the remote monitoring device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) hh3cARPRatelimitTrap(1) hh3cARPRatelimitTraps(0) 1 }

.1.3.6.1.4.1.25506.2.110.1.1.1
hh3cARPRatelimitTrapObjects OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) hh3cARPRatelimitTrap(1) 1 }

.1.3.6.1.4.1.25506.2.110.1.1.1.1
hh3cARPRatelimitTrapVer OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The version of trap information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) hh3cARPRatelimitTrap(1) hh3cARPRatelimitTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.110.1.1.1.2
hh3cARPRatelimitTrapCount OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of cells in the trap message.  A trap message may contain
        multiple cells, each of which indicates that the rate information of
        ARP packets exceeds the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) hh3cARPRatelimitTrap(1) hh3cARPRatelimitTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.2.110.1.1.1.3
hh3cARPRatelimitTrapMsg OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
  SYNTAX	OCTET STRING (1..254) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object is the cell section in a trap message sent from a
        monitored device.  This object can contain multiple cells.
        This object is in the format of '<cell1><cell2>...'.  Each cell
        consists of 17 octets in the format of
        '<TrapOrigin><IfIndex><OverSpeedValue><Threshold><Interval>'.

        <TrapOrigin> indicates the source of the trap message and has
        size of 1 octet.  It only supports the following values.
        1 - Global.
        2 - Interface.

        <IfIndex> is the index of the interface where the rate of ARP packet
        exceeds the threshold and has size of 4 octets.  It is 0xFFFFFFFF
        when <TrapOrigin> is 1(Global).

        <OverSpeedValue> indicates the rate that ARP packets are actually
        delivered and has size of 4 octets.

        <Threshold> indicates the threshold that ARP packets can be delivered
        to CPU and has size of 4 octets.

        <Interval> indicates the interval that a trap message is sent out
        and has size of 4 octets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) hh3cARPRatelimitTrap(1) hh3cARPRatelimitTrapObjects(1) 3 }

.1.3.6.1.4.1.25506.2.110.1.2
hh3cARPRatelimitConfig OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) 2 }

.1.3.6.1.4.1.25506.2.110.1.2.1
hh3cARPRatelimitConfigTable OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table is used to configure ARP packet
        rate limit on interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) hh3cARPRatelimitConfig(2) 1 }

.1.3.6.1.4.1.25506.2.110.1.2.1.1
hh3cARPRatelimitConfigEntry OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The entry of hh3cARPRatelimitConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) hh3cARPRatelimitConfig(2) hh3cARPRatelimitConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.110.1.2.1.1.1
hh3cARPRatelimitValue OBJECT-TYPE
  -- FROM	HH3C-ARP-RATELIMIT-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure ARP packet rate limit.  Support for the value range
        depends on the device model.  If the object is set to 0, the ARP
        packet rate limit will be disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPRatelimit(110) hh3cARPRatelimitObjects(1) hh3cARPRatelimitConfig(2) hh3cARPRatelimitConfigTable(1) hh3cARPRatelimitConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.111
hh3cLI OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 111 }

.1.3.6.1.4.1.25506.2.111.1
hh3cLICommon OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) 1 }

.1.3.6.1.4.1.25506.2.111.1.1
hh3cLITrapBindObjects OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) 1 }

.1.3.6.1.4.1.25506.2.111.1.1.1
hh3cLIBoardInformation OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"It is a slot number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLITrapBindObjects(1) 1 }

.1.3.6.1.4.1.25506.2.111.1.2
hh3cLINotifications OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) 2 }

.1.3.6.1.4.1.25506.2.111.1.2.0
hh3cLINotificationsPrefix OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLINotifications(2) 0 }

.1.3.6.1.4.1.25506.2.111.1.2.0.1
hh3cLIActive NOTIFICATION-TYPE
  -- FROM	HH3C-LI-MIB
  OBJECTS	{ hh3cLIStreamtype }
  DESCRIPTION	"This Notification is sent when a type of intercepting configuration
        is changed from inactive to active.
        The value of the hh3cLIStreamtype which identify the actual intercept
        stream is included in this notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLINotifications(2) hh3cLINotificationsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.111.1.2.0.2
hh3cLITimeOut NOTIFICATION-TYPE
  -- FROM	HH3C-LI-MIB
  OBJECTS	{ hh3cLIMediationRowStatus }
  DESCRIPTION	"When the time specified in hh3cLIMediationTimeout arrives,
        the device notifies the manager corresponding intercept is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLINotifications(2) hh3cLINotificationsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.111.1.2.0.3
hh3cLIFailureInformation NOTIFICATION-TYPE
  -- FROM	HH3C-LI-MIB
  OBJECTS	{ hh3cLIStreamtype, hh3cLIBoardInformation }
  DESCRIPTION	"When interception is configured on distributed device,
        the configuration perhaps failed on some board.
        If this happened, this notification will occur."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLINotifications(2) hh3cLINotificationsPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.111.1.3
hh3cLIObjects OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) 3 }

.1.3.6.1.4.1.25506.2.111.1.3.1
hh3cLINewIndex OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be used as an index value for a new
        hh3cLIMediationEntry.  Whenever read, the agent will
        give a non-used value.  This is to reduce the probability
        of conflict during creation of new hh3cLIMediationTable entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) 1 }

.1.3.6.1.4.1.25506.2.111.1.3.2
hh3cLIMediationTable OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes interception gateway information with which
        interception device communicates."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) 2 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1
hh3cLIMediationEntry OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLIMediationIndex }
  DESCRIPTION	"An entry of configuring mediation device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) 1 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.1
hh3cLIMediationIndex OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"hh3cLIMediationIndex is a entry identifier.  The Mediation Device
            should be responsible for making sure these are unique.
            Before creating a new entry, a value for this variable may be
            obtained by reading hh3cLINewIndex to reduce the probability
            of a value collision."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.2
hh3cLIMediationDestAddrType OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of hh3cLIMediationDestAddr."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 2 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.3
hh3cLIMediationDestAddr OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IP Address of the Mediation Device to receive intercepted traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 3 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.4
hh3cLIMediationDestPort OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The L4-port number on the Mediation Device
         to receive intercepted traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 4 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.5
hh3cLIMediationSrcInterface OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interface on the intercepting device from which to
        transmit intercepted data.
        If zero, intercepting device will select an outbound
        interface according to hh3cLIMediationDestAddr."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 5 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.6
hh3cLIMediationDscp OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Differentiated Services Code Point the intercepting
        device applies to the IP packets encapsulating the intercepted traffic."
  DEFVAL	{ 34 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 6 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.7
hh3cLIMediationTimeOut OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time at which this row and all related Stream Table rows
        should be automatically removed, and the intercept function expire."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 7 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.8
hh3cLIMediationTransport OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	INTEGER {udp(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The protocol used in transferring intercepted data to the
        Mediation Device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 8 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.9
hh3cLIMediationNotificationEnable OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This variable controls the generation of any notifications or
        informs by the MIB agent for this table entry."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 9 }

.1.3.6.1.4.1.25506.2.111.1.3.2.1.10
hh3cLIMediationRowStatus OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIMediationTable(2) hh3cLIMediationEntry(1) 10 }

.1.3.6.1.4.1.25506.2.111.1.3.3
hh3cLIStreamTable OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the traffic stream's type to be intercepted.
         The specified filter is defined in hh3cLIIPStreamTable,
         hh3cLIMACStreamTable or hh3cLIUserStreamTable, according to
         hh3cLIStreamtype.  Also it contains counters for packets to
         be intercepted and dropped by attached type of filter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) 3 }

.1.3.6.1.4.1.25506.2.111.1.3.3.1
hh3cLIStreamEntry OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLIMediationIndex, hh3cLIStreamIndex }
  DESCRIPTION	"A single type of data stream to be intercepted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIStreamTable(3) 1 }

.1.3.6.1.4.1.25506.2.111.1.3.3.1.1
hh3cLIStreamIndex OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the stream entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIStreamTable(3) hh3cLIStreamEntry(1) 1 }

.1.3.6.1.4.1.25506.2.111.1.3.3.1.2
hh3cLIStreamtype OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	INTEGER {ip(1), mac(2), userConnection(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Identifies the type of stream, and according to it uses filter table.
        It can not be changed after a filter table is attached to it.
        The following types of streams are supported:
         ip:             IP filter.  The exact definition is a row in
                         hh3cLIIPStreamTable.
         mac:            MAC filter.  The exact definition is a row in
                         hh3cLIMACStreamTable.
         userConnecton:  User connection filter.  The exact definition
                         is a row in hh3cLIUserStreamTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIStreamTable(3) hh3cLIStreamEntry(1) 2 }

.1.3.6.1.4.1.25506.2.111.1.3.3.1.3
hh3cLIStreamEnable OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If 'true', the interception is active.  And it is set to 'true'
         only after an additional filter specification has been attached
         to this stream."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIStreamTable(3) hh3cLIStreamEntry(1) 3 }

.1.3.6.1.4.1.25506.2.111.1.3.3.1.4
hh3cLIStreamPackets OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The numbers of packets that have been intercepted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIStreamTable(3) hh3cLIStreamEntry(1) 4 }

.1.3.6.1.4.1.25506.2.111.1.3.3.1.5
hh3cLIStreamDrops OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The numbers of packets were dropped in the lawful intercept process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIStreamTable(3) hh3cLIStreamEntry(1) 5 }

.1.3.6.1.4.1.25506.2.111.1.3.3.1.6
hh3cLIStreamHPackets OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The numbers of packets have been intercepted.
        This object is a 64-bit version of hh3cLIStreamPackets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIStreamTable(3) hh3cLIStreamEntry(1) 6 }

.1.3.6.1.4.1.25506.2.111.1.3.3.1.7
hh3cLIStreamHDrops OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The numbers of packets were dropped in the lawful intercept process.
        This object is a 64-bit version of hh3cLIStreamDrops."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIStreamTable(3) hh3cLIStreamEntry(1) 7 }

.1.3.6.1.4.1.25506.2.111.1.3.3.1.8
hh3cLIStreamRowStatus OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLICommon(1) hh3cLIObjects(3) hh3cLIStreamTable(3) hh3cLIStreamEntry(1) 8 }

.1.3.6.1.4.1.25506.2.111.2
hh3cLIIPStream OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) 2 }

.1.3.6.1.4.1.25506.2.111.2.1
hh3cLIIPStreamObjects OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) 1 }

.1.3.6.1.4.1.25506.2.111.2.1.1
hh3cLIIPStreamTable OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the IPv4 and IPv6 streams to be intercepted.
        It is associated with hh3cLIMediationTable and hh3cLIStreamTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) 1 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1
hh3cLIIPStreamEntry OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLIMediationIndex, hh3cLIStreamIndex }
  DESCRIPTION	"A single stream to be intercepted.
        The first index indicates the Mediation Device.
        The second index is that of the stream's counter entry
        in the hh3cLIStreamTable.  The second index permits multiple
        classifiers to be used together, such as having an IP address
        as source or destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) 1 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.1
hh3cLIIPStreamInterface OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Traffic received or transmitted over this interface
         will be intercepted.

         This value must be set when creating a stream entry,
         either zero, or a valid interface index.

         If the value is zero, interception accepts any interface.
         Then at least one additional parameter must be selected,
         and not be default value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 1 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.2
hh3cLIIPStreamAddrType OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of address, used in packet selection."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 2 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.3
hh3cLIIPStreamDestAddr OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Destination address  used in packet selection.
        This address will be consistent with the type specified in
        hh3cLIIPStreamAddrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 3 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.4
hh3cLIIPStreamDestAddrLength OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The length of the Destination Prefix.  A value of zero means
        all addresses to match.  This prefix length will be consistent
        with the type specified in hh3cLIIPStreamAddrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 4 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.5
hh3cLIIPStreamSrcAddr OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Source Address used in packet selection.  This address will
        be consistent with the type specified in hh3cLIIPStreamAddrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 5 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.6
hh3cLIIPStreamSrcAddrLength OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The length of the Source Prefix.  A value of zero means all
        addresses to match.  This prefix length will be consistent with
        the type specified in hh3cLIIPStreamAddrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 6 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.7
hh3cLIIPStreamTosByte OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the TOS byte.
        If hh3cLIIPStreamTosByte&(~hh3cLIIPStreamTosByteMask)!=0,
        configuration is rejected."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 7 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.8
hh3cLIIPStreamTosByteMask OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This value is ANDed with the value of the TOS byte in a packet
         and compared with hh3cLIIPStreamTosByte.  If the values are equal,
         the comparison is equal.
         If both the mask and the TosByte value are zero,
         the result is to always accept."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 8 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.9
hh3cLIIPStreamFlowId OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Integer32 (-1 | 0..1048575) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The flow identifier in an IPv6 header.  -1 indicates that the
        Flow Id is unused."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 9 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.10
hh3cLIIPStreamProtocol OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Integer32 (-1 | 0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IP protocol to match against the IPv4 protocol number or
        the IPv6 Next- Header number in the packet."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 10 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.11
hh3cLIIPStreamDestL4PortMin OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum value that the layer-4 destination port number in
         the packet must have in order to match.  This value must be
         equal to or less than the value specified for this entry in
         hh3cLIIPStreamDestL4PortMax.

         If both hh3cLIIPStreamDestL4PortMin and hh3cLIIPStreamDestL4PortMax
         are at their default values, the port number is effectively unused.
         If hh3cLIIPStreamDestL4PortMin is equal to
         hh3cLIIPStreamDestL4PortMax, only one port number to be intercepted."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 11 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.12
hh3cLIIPStreamDestL4PortMax OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum value that the layer-4 destination port number in
         the packet must have in order to match this classifier entry.
         This value must be equal to or greater than the value specified
         for this entry in hh3cLIIPStreamDestL4PortMin.
         If both hh3cLIIPStreamDestL4PortMin and hh3cLIIPStreamDestL4PortMax
         are at their default values, the port number is effectively unused.
         If hh3cLIIPStreamDestL4PortMin is equal to hh3cLIIPStreamDestL4PortMax,
         only one port number to be intercepted."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 12 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.13
hh3cLIIPStreamSrcL4PortMin OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minimum value that the layer-4 destination port number in
         the packet must have in order to match.  This value must be
         equal to or less than the value specified for this entry in
         hh3cLIIPStreamSrcL4PortMax.
         If both hh3cLIIPStreamSrcL4PortMin and hh3cLIIPStreamSrcL4PortMax
         are at their default values, the port number is effectively unused.
         If hh3cLIIPStreamSrcL4PortMin is equal to
         hh3cLIIPStreamSrcL4PortMax, only one port number to be intercepted."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 13 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.14
hh3cLIIPStreamSrcL4PortMax OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InetPortNumber
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum value that the layer-4 destination port number in
         the packet must have in order to match this classifier entry.
         This value must be equal to or greater than the value specified
         for this entry in hh3cLIIPStreamSrcL4PortMin.
         If both hh3cLIIPStreamSrcL4PortMin and hh3cLIIPStreamSrcL4PortMax
         are at their default values, the port number is effectively unused.
         If hh3cLIIPStreamSrcL4PortMin is equal to hh3cLIIPStreamSrcL4PortMax,
         only one port number to be intercepted."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 14 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.15
hh3cLIIPStreamVRF OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"It is the name of a Virtual Routing and Forwarding (VRF) of a VPN."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 15 }

.1.3.6.1.4.1.25506.2.111.2.1.1.1.18
hh3cLIIPStreamRowStatus OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIIPStream(2) hh3cLIIPStreamObjects(1) hh3cLIIPStreamTable(1) hh3cLIIPStreamEntry(1) 18 }

.1.3.6.1.4.1.25506.2.111.3
hh3cLIMACStream OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) 3 }

.1.3.6.1.4.1.25506.2.111.3.1
hh3cLIMACStreamObjects OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) 1 }

.1.3.6.1.4.1.25506.2.111.3.1.1
hh3cLIMACStreamTable OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the IEEE 802 streams to be intercepted.
        It is associated with hh3cLIMediationTable and hh3cLIStreamTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) 1 }

.1.3.6.1.4.1.25506.2.111.3.1.1.1
hh3cLIMACStreamEntry OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLIMediationIndex, hh3cLIStreamIndex }
  DESCRIPTION	"A single stream to be intercepted.
        The first index indicates the Mediation Device.
        The second index is that of the stream's counter entry
        in the hh3cLIStreamTable.  The second index permits multiple
        classifiers to be used together, such as having an MAC address
        as source or destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) hh3cLIMACStreamTable(1) 1 }

.1.3.6.1.4.1.25506.2.111.3.1.1.1.1
hh3cLIMACStreamFields OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	BITS {interface(0), dstMacAddress(1), srcMacAddress(2), ethernetPid(3), dSap(4), sSap(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object displays what attributes will be compared to
         identify traffic.
         interface:     indicates that traffic on the stated
                                interface is to be intercepted
         dstMacAddress: indicates that traffic destined to a
                                given address should be intercepted
         srcMacAddress: indicates that traffic sourced from a
                                given address should be intercepted
         ethernetPid:   indicates that traffic with a stated
                                Ethernet Protocol Identifier should
                                be intercepted
         dSap:          indicates that traffic with an certain
                                802.2 LLC Destination SAP should be
                                intercepted
         sSap:          indicates that traffic with an certain
                                802.2 LLC Source SAP should be intercepted

         At least one of the bits has to be set in order to activate an
         entry.  If multiple bits are set, traffic to be intercepted must
         be satisfied with all set attributes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) hh3cLIMACStreamTable(1) hh3cLIMACStreamEntry(1) 1 }

.1.3.6.1.4.1.25506.2.111.3.1.1.1.2
hh3cLIMACStreamInterface OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Traffic received or transmitted over this interface
         will be intercepted.
         This value must be set when creating a stream entry,
         either zero, or a valid interface index.
         If the value is zero, interception accepts any interface.
         Additional parameter must be selected together."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) hh3cLIMACStreamTable(1) hh3cLIMACStreamEntry(1) 2 }

.1.3.6.1.4.1.25506.2.111.3.1.1.1.3
hh3cLIMACStreamDestAddr OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Destination address used in packet selection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) hh3cLIMACStreamTable(1) hh3cLIMACStreamEntry(1) 3 }

.1.3.6.1.4.1.25506.2.111.3.1.1.1.4
hh3cLIMACStreamSrcAddr OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Source Address used in packet selection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) hh3cLIMACStreamTable(1) hh3cLIMACStreamEntry(1) 4 }

.1.3.6.1.4.1.25506.2.111.3.1.1.1.5
hh3cLIMACStreamEthPid OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the Ethernet Protocol Identifier in the
        Ethernet traffic or IEEE 802.2 SNAP traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) hh3cLIMACStreamTable(1) hh3cLIMACStreamEntry(1) 5 }

.1.3.6.1.4.1.25506.2.111.3.1.1.1.6
hh3cLIMACStreamDSap OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the IEEE 802.2 Destination SAP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) hh3cLIMACStreamTable(1) hh3cLIMACStreamEntry(1) 6 }

.1.3.6.1.4.1.25506.2.111.3.1.1.1.7
hh3cLIMACStreamSSap OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the IEEE 802.2 Source SAP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) hh3cLIMACStreamTable(1) hh3cLIMACStreamEntry(1) 7 }

.1.3.6.1.4.1.25506.2.111.3.1.1.1.8
hh3cLIMACStreamRowStatus OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIMACStream(3) hh3cLIMACStreamObjects(1) hh3cLIMACStreamTable(1) hh3cLIMACStreamEntry(1) 8 }

.1.3.6.1.4.1.25506.2.111.4
hh3cLIUserStream OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) 4 }

.1.3.6.1.4.1.25506.2.111.4.1
hh3cLIUserStreamObjects OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIUserStream(4) 1 }

.1.3.6.1.4.1.25506.2.111.4.1.1
hh3cLIUserStreamTable OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists the user connection streams to be intercepted.
        It is associated with hh3cLIMediationTable and hh3cLIStreamTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIUserStream(4) hh3cLIUserStreamObjects(1) 1 }

.1.3.6.1.4.1.25506.2.111.4.1.1.1
hh3cLIUserStreamEntry OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLIMediationIndex, hh3cLIStreamIndex }
  DESCRIPTION	"A single stream to be intercepted.
        The first index indicates the Mediation Device.
        The second index is that of the stream's counter entry
        in the hh3cLIStreamTable.  This permits multiple classifiers
        to be used together."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIUserStream(4) hh3cLIUserStreamObjects(1) hh3cLIUserStreamTable(1) 1 }

.1.3.6.1.4.1.25506.2.111.4.1.1.1.1
hh3cLIUserStreamAcctSessID OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  SYNTAX	OCTET STRING (0..253) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is the RADIUS attribute 44 acct-session-ID.
         The string must be set, and the length not be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIUserStream(4) hh3cLIUserStreamObjects(1) hh3cLIUserStreamTable(1) hh3cLIUserStreamEntry(1) 1 }

.1.3.6.1.4.1.25506.2.111.4.1.1.1.2
hh3cLIUserStreamRowStatus OBJECT-TYPE
  -- FROM	HH3C-LI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLI(111) hh3cLIUserStream(4) hh3cLIUserStreamObjects(1) hh3cLIUserStreamTable(1) hh3cLIUserStreamEntry(1) 2 }

.1.3.6.1.4.1.25506.2.112
hh3cDar OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DAR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 112 }

.1.3.6.1.4.1.25506.2.112.1
hh3cDarIfObjects OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) 1 }

.1.3.6.1.4.1.25506.2.112.1.1
hh3cDarIfStatisticsObjects OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) 1 }

.1.3.6.1.4.1.25506.2.112.1.1.1
hh3cDarStatisticsTable OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains packet statistics of DAR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) 1 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1
hh3cDarStatisticsEntry OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDarStatisticsProtocolID }
  DESCRIPTION	"Entry items."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) 1 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.1
hh3cDarStatisticsProtocolID OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  -- TEXTUAL CONVENTION Hh3cDarProtocol
  SYNTAX	INTEGER {invalidProtocol(1), bgp(2), cifs(3), citrix(4), cuseeme(5), dhcp(6), dns(7), egp(8), eigrp(9), exchange(10), fasttrack(11), finger(12), ftp(13), gnutella(14), gopher(15), gre(16), http(17), h323(18), icmp(19), igmp(20), imap(21), ip(22), ipinip(23), ipsec(24), ipv6(25), irc(26), kerberos(27), l2tp(28), ldap(29), mgcp(30), napster(31), netbios(32), netshow(33), nfs(34), nntp(35), notes(36), novadign(37), ntp(38), pcanywhere(39), pop3(40), pptp(41), printer(42), rcmd(43), rip(44), rsvp(45), rtcp(46), rtp(47), rtsp(48), secureftp(49), securehttp(50), secureimap(51), secureirc(52), secureldap(53), securenntp(54), securepop3(55), securetelnet(56), sip(57), skinny(58), smtp(59), snmp(60), socks(61), sqlnet(62), sqlserver(63), ssh(64), streamwork(65), sunrpc(66), syslog(67), tcp(68), tcphandshake(69), telnet(70), tftp(71), total(72), udp(73), unknownothers(74), unknowntcp(75), unknownudp(76), userdefine001(77), userdefine002(78), userdefine003(79), userdefine004(80), userdefine005(81), userdefine006(82), userdefine007(83), userdefine008(84), userdefine009(85), userdefine010(86), vdolive(87), winmx(88), xwindows(89)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Protocol id."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.2
hh3cDarStatisticsProtocolName OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Protocol name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.3
hh3cDarStatisticsInPkts OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of incoming packets of the specific protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.4
hh3cDarStatisticsInBytes OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of incoming octets of the specific protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.5
hh3cDarStatisticsInBitRate OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Incoming bitrate of the specific protocol in last 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.6
hh3cDarStatisticsMaxInBitRate OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max incoming bitrate of the specific protocol in last 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.7
hh3cDarStatisticsOutPkts OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outgoing packets of the specific protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.8
hh3cDarStatisticsOutBytes OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outgoing octets of the specific protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.9
hh3cDarStatisticsOutBitRate OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Outgoing bitrate of the specific protocol in last 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.112.1.1.1.1.10
hh3cDarStatisticsMaxOutBitRate OBJECT-TYPE
  -- FROM	HH3C-DAR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max outgoing bitrate of the specific protocol in last 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDar(112) hh3cDarIfObjects(1) hh3cDarIfStatisticsObjects(1) hh3cDarStatisticsTable(1) hh3cDarStatisticsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.113
hh3cPBR OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 113 }

.1.3.6.1.4.1.25506.2.113.1
hh3cPBRObjects OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) 1 }

.1.3.6.1.4.1.25506.2.113.1.1
hh3cPBRGlobal OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) 1 }

.1.3.6.1.4.1.25506.2.113.1.1.1
hh3cPBRNexthopTrapEnabled OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value is a global setting only for IPv4 PBR.  If the
         value is set to 'false', the feature is disabled."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) hh3cPBRGlobal(1) 1 }

.1.3.6.1.4.1.25506.2.113.1.1.2
hh3cPBRLocalPolicy OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..19) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value is a global setting.  An existing policy name setting enables
        local PBR for IPv4 packets initiated by the device.
        Only one policy can be applied locally.
        An empty name setting disables the feature.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) hh3cPBRGlobal(1) 2 }

.1.3.6.1.4.1.25506.2.113.1.1.3
hh3cPBRIPv6NexthopTrapEnabled OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value is a global setting only for IPv6 PBR.  If the
         value is set to 'false', the feature is disabled."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) hh3cPBRGlobal(1) 3 }

.1.3.6.1.4.1.25506.2.113.1.2
hh3cPBRMibTrap OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) 2 }

.1.3.6.1.4.1.25506.2.113.1.2.1
hh3cPBRTrapObjects OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) hh3cPBRMibTrap(2) 1 }

.1.3.6.1.4.1.25506.2.113.1.2.1.1
hh3cPBRNexthopAddrType OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Indicating address type of hh3cPBRNexthopAddr, which can be IPv4
        or IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) hh3cPBRMibTrap(2) hh3cPBRTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.113.1.2.1.2
hh3cPBRNexthopAddr OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The involved next hop IP address of trap information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) hh3cPBRMibTrap(2) hh3cPBRTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.2.113.1.2.2
hh3cPBRTraps OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) hh3cPBRMibTrap(2) 2 }

.1.3.6.1.4.1.25506.2.113.1.2.2.0
hh3cPBRTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) hh3cPBRMibTrap(2) hh3cPBRTraps(2) 0 }

.1.3.6.1.4.1.25506.2.113.1.2.2.0.1
hh3cPBRNexthopFailedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PBR-MIB
  OBJECTS	{ hh3cPBRNexthopAddrType, hh3cPBRNexthopAddr }
  DESCRIPTION	"When the next hop of PBR apply clause became
        unreachable according to routing information, trap is generated
        and is sent to the remote monitoring device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRObjects(1) hh3cPBRMibTrap(2) hh3cPBRTraps(2) hh3cPBRTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.113.2
hh3cPBRTables OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) 2 }

.1.3.6.1.4.1.25506.2.113.2.1
hh3cPBRMibPolicyNodeTable OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for PBR nodes.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) 1 }

.1.3.6.1.4.1.25506.2.113.2.1.1
hh3cPBRMibPolicyNodeEntry OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPBRMibPolicyNodeAddrType, hh3cPBRMibPolicyName, hh3cPBRMibPolicyNodeId }
  DESCRIPTION	"An entry for PBR nodes.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibPolicyNodeTable(1) 1 }

.1.3.6.1.4.1.25506.2.113.2.1.1.1
hh3cPBRMibPolicyNodeAddrType OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Address type of policy node, which can be IPv4 or IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibPolicyNodeTable(1) hh3cPBRMibPolicyNodeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.113.2.1.1.2
hh3cPBRMibPolicyName OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..19) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Policy name of PBR node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibPolicyNodeTable(1) hh3cPBRMibPolicyNodeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.113.2.1.1.3
hh3cPBRMibPolicyNodeId OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Sequence identifier of PBR node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibPolicyNodeTable(1) hh3cPBRMibPolicyNodeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.113.2.1.1.4
hh3cPBRMibPolicyNodeMode OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mode of PBR node.  If the mode of a node is marked as true,
                the packets that meet the matching rules are processed by
                action rules in the node.  If the mode of a node is marked as
                false, the packets that meet the matching rules are
                sent back to the normal forwarding path."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibPolicyNodeTable(1) hh3cPBRMibPolicyNodeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.113.2.1.1.5
hh3cPBRMibPolicyNodeRowStatus OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
            Three actions are used: active,
            createAndGo, and destroy.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibPolicyNodeTable(1) hh3cPBRMibPolicyNodeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.113.2.2
hh3cPBRMibIfPolicyTable OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for interfaces being applied with PBR
                 nodes with the same policy name.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) 2 }

.1.3.6.1.4.1.25506.2.113.2.2.1
hh3cPBRMibIfPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPBRMibPolicyAddressType, ifIndex }
  DESCRIPTION	"An entry for reference relation between interface and policy
                nodes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibIfPolicyTable(2) 1 }

.1.3.6.1.4.1.25506.2.113.2.2.1.1
hh3cPBRMibPolicyAddressType OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Address type of policy node, which can be
                 IPv4 or IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibIfPolicyTable(2) hh3cPBRMibIfPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.113.2.2.1.2
hh3cPBRMibAppliedPolicyName OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..19) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Policy name of PBR nodes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibIfPolicyTable(2) hh3cPBRMibIfPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.113.2.2.1.3
hh3cPBRMibIfPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
            Three actions are used: active,
            createAndGo, and destroy.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibIfPolicyTable(2) hh3cPBRMibIfPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.113.2.3
hh3cPBRMibMatchAclTable OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for ACLs being used by a policy node.  Only one ACL
                can be used within a node at most.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) 3 }

.1.3.6.1.4.1.25506.2.113.2.3.1
hh3cPBRMibMatchAclEntry OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPBRMibPolicyNodeAddrType, hh3cPBRMibPolicyName, hh3cPBRMibPolicyNodeId }
  DESCRIPTION	"An entry for policy node that uses an ACL group as its
                if-match rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibMatchAclTable(3) 1 }

.1.3.6.1.4.1.25506.2.113.2.3.1.1
hh3cPBRMibAclGroupId OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Index of number-acl group.
                 Setting -1 indicates closing this rule.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibMatchAclTable(3) hh3cPBRMibMatchAclEntry(1) 1 }

.1.3.6.1.4.1.25506.2.113.2.4
hh3cPBRMibApplyPrecedenceTable OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for precedence values being used by a policy node.
                 Only one precedence value can be used within a node at most.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) 4 }

.1.3.6.1.4.1.25506.2.113.2.4.1
hh3cPBRMibApplyPrecedenceEntry OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPBRMibPolicyNodeAddrType, hh3cPBRMibPolicyName, hh3cPBRMibPolicyNodeId }
  DESCRIPTION	"An entry for policy node with an action
                 to set IP precedence for matching packets.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyPrecedenceTable(4) 1 }

.1.3.6.1.4.1.25506.2.113.2.4.1.1
hh3cPBRMibApplyPrecedenceValue OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Value of precedence being applied on IP header.
                   <0-7>           Value of precedence
                   routine         Specify routine precedence(0)
                   priority        Specify priority precedence(1)
                   immediate       Specify immediate precedence(2)
                   flash           Specify flash precedence(3)
                   flash-override  Specify flash-override precedence(4)
                   critical        Specify critical precedence(5)
                   internet        Specify internetwork control precedence(6)
                   network         Specify network control precedence(7)
                 Setting -1 indicates closing this action.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyPrecedenceTable(4) hh3cPBRMibApplyPrecedenceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.113.2.5
hh3cPBRMibApplyNexthopTable OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for next hop actions being used by a policy node.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) 5 }

.1.3.6.1.4.1.25506.2.113.2.5.1
hh3cPBRMibApplyNexthopEntry OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPBRMibPolicyNodeAddrType, hh3cPBRMibPolicyName, hh3cPBRMibPolicyNodeId, hh3cPBRMibApplyNexthopIndex }
  DESCRIPTION	"An entry for policy node with an action
                 to set next hop for matching packets.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyNexthopTable(5) 1 }

.1.3.6.1.4.1.25506.2.113.2.5.1.1
hh3cPBRMibApplyNexthopIndex OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of next hop for the apply next hop action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyNexthopTable(5) hh3cPBRMibApplyNexthopEntry(1) 1 }

.1.3.6.1.4.1.25506.2.113.2.5.1.2
hh3cPBRMibApplyNexthopVpnName OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of VPN instance where apply next hop action is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyNexthopTable(5) hh3cPBRMibApplyNexthopEntry(1) 2 }

.1.3.6.1.4.1.25506.2.113.2.5.1.3
hh3cPBRMibApplyNexthopAddressType OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Address type of hh3cPBRMibApplyNexthopAddress,
                 which can be IPv4 or IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyNexthopTable(5) hh3cPBRMibApplyNexthopEntry(1) 3 }

.1.3.6.1.4.1.25506.2.113.2.5.1.4
hh3cPBRMibApplyNexthopAddress OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Next hop IP address of apply next hop action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyNexthopTable(5) hh3cPBRMibApplyNexthopEntry(1) 4 }

.1.3.6.1.4.1.25506.2.113.2.5.1.5
hh3cPBRMibApplyNexthopTrackId OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Identifier of track object related with next hop.
                 Setting 0 indicates closing this function.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyNexthopTable(5) hh3cPBRMibApplyNexthopEntry(1) 5 }

.1.3.6.1.4.1.25506.2.113.2.5.1.6
hh3cPBRMibApplyNexthopDirect OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Direct route attribute of next hop
                according to route information."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyNexthopTable(5) hh3cPBRMibApplyNexthopEntry(1) 6 }

.1.3.6.1.4.1.25506.2.113.2.5.1.7
hh3cPBRMibApplyNexthopRowStatus OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
            Three actions are used: active,
            createAndGo, and destroy.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyNexthopTable(5) hh3cPBRMibApplyNexthopEntry(1) 7 }

.1.3.6.1.4.1.25506.2.113.2.6
hh3cPBRMibApplyDefaultNexthopTable OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for default next hop actions being used by a policy
                node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) 6 }

.1.3.6.1.4.1.25506.2.113.2.6.1
hh3cPBRMibApplyDefaultNexthopEntry OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPBRMibPolicyNodeAddrType, hh3cPBRMibPolicyName, hh3cPBRMibPolicyNodeId, hh3cPBRMibApplyDefaultNexthopIndex }
  DESCRIPTION	"An entry for policy node with an action
                 to set default next hop for matching packets.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyDefaultNexthopTable(6) 1 }

.1.3.6.1.4.1.25506.2.113.2.6.1.1
hh3cPBRMibApplyDefaultNexthopIndex OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of default next hop  for the apply
                default next hop action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyDefaultNexthopTable(6) hh3cPBRMibApplyDefaultNexthopEntry(1) 1 }

.1.3.6.1.4.1.25506.2.113.2.6.1.2
hh3cPBRMibApplyDefaultNexthopVpnName OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of VPN instance where apply default next hop action
                is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyDefaultNexthopTable(6) hh3cPBRMibApplyDefaultNexthopEntry(1) 2 }

.1.3.6.1.4.1.25506.2.113.2.6.1.3
hh3cPBRMibApplyDefaultNexthopAddressType OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Address type of hh3cPBRMibApplyDefaultNexthopAddress,
                 which can be IPv4 or IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyDefaultNexthopTable(6) hh3cPBRMibApplyDefaultNexthopEntry(1) 3 }

.1.3.6.1.4.1.25506.2.113.2.6.1.4
hh3cPBRMibApplyDefaultNexthopAddress OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Next hop IP address of apply default next hop action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyDefaultNexthopTable(6) hh3cPBRMibApplyDefaultNexthopEntry(1) 4 }

.1.3.6.1.4.1.25506.2.113.2.6.1.5
hh3cPBRMibApplyDefaultNexthopTrackId OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Identifier of track object related with default next hop.
                 Setting 0 indicates closing this function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyDefaultNexthopTable(6) hh3cPBRMibApplyDefaultNexthopEntry(1) 5 }

.1.3.6.1.4.1.25506.2.113.2.6.1.6
hh3cPBRMibApplyDefaultNexthopDirect OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Direct route attribute of apply default next hop
                address according to route information."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyDefaultNexthopTable(6) hh3cPBRMibApplyDefaultNexthopEntry(1) 6 }

.1.3.6.1.4.1.25506.2.113.2.6.1.7
hh3cPBRMibApplyDefaultNexthopRowStatus OBJECT-TYPE
  -- FROM	HH3C-PBR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
            Three actions are used: active,
            createAndGo, and destroy.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPBR(113) hh3cPBRTables(2) hh3cPBRMibApplyDefaultNexthopTable(6) hh3cPBRMibApplyDefaultNexthopEntry(1) 7 }

.1.3.6.1.4.1.25506.2.114
hh3cAAANasId OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-AAA-NASID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 114 }

.1.3.6.1.4.1.25506.2.114.1
hh3cAAANasIdObjects OBJECT-TYPE
  -- FROM	HH3C-AAA-NASID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAANasId(114) 1 }

.1.3.6.1.4.1.25506.2.114.1.1
hh3cAAANasIdTable OBJECT-TYPE
  -- FROM	HH3C-AAA-NASID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The AAA Nas-id table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAANasId(114) hh3cAAANasIdObjects(1) 1 }

.1.3.6.1.4.1.25506.2.114.1.1.1
hh3cAAANasIdEntry OBJECT-TYPE
  -- FROM	HH3C-AAA-NASID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAAANasIdName }
  DESCRIPTION	"The AAA Nas-id entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAANasId(114) hh3cAAANasIdObjects(1) hh3cAAANasIdTable(1) 1 }

.1.3.6.1.4.1.25506.2.114.1.1.1.1
hh3cAAANasIdName OBJECT-TYPE
  -- FROM	HH3C-AAA-NASID-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Nas-id name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAANasId(114) hh3cAAANasIdObjects(1) hh3cAAANasIdTable(1) hh3cAAANasIdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.115
hh3cTeTunnel OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-TE-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 115 }

.1.3.6.1.4.1.25506.2.115.1
hh3cTeTunnelScalars OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) 1 }

.1.3.6.1.4.1.25506.2.115.1.1
hh3cTeTunnelMaxTunnelIndex OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max value of tunnel id is permitted configure on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelScalars(1) 1 }

.1.3.6.1.4.1.25506.2.115.2
hh3cTeTunnelObjects OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) 2 }

.1.3.6.1.4.1.25506.2.115.2.1
hh3cTeTunnelStaticCrlspTable OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information for static-crlsp, and through this
        to get detail information about this static-crlsp.  Only support
        transit LSR and egress LSR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) 1 }

.1.3.6.1.4.1.25506.2.115.2.1.1
hh3cTeTunnelStaticCrlspEntry OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTeTunnelStaticCrlspInLabel }
  DESCRIPTION	"The entry in this table describes static-crlsp information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelStaticCrlspTable(1) 1 }

.1.3.6.1.4.1.25506.2.115.2.1.1.1
hh3cTeTunnelStaticCrlspInLabel OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is unique label value that manualy assigned.  Uniquely
        identifies a static-crlsp.  Managers should use this to obtain
        detail static-crlsp information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelStaticCrlspTable(1) hh3cTeTunnelStaticCrlspEntry(1) 1 }

.1.3.6.1.4.1.25506.2.115.2.1.1.2
hh3cTeTunnelStaticCrlspName OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The unique name assigned to the static-crlsp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelStaticCrlspTable(1) hh3cTeTunnelStaticCrlspEntry(1) 2 }

.1.3.6.1.4.1.25506.2.115.2.1.1.3
hh3cTeTunnelStaticCrlspStatus OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the actual status of this static-crlsp,
        The value must be up when the static-crlsp status is up and
        the value must be down when the static-crlsp status is down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelStaticCrlspTable(1) hh3cTeTunnelStaticCrlspEntry(1) 3 }

.1.3.6.1.4.1.25506.2.115.2.1.1.4
hh3cTeTunnelStaticCrlspRole OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	INTEGER {transit(1), tail(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicate the role of this static-crlsp. This value must
        be transit at transit point of the tunnel, and tail at
        terminating point of the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelStaticCrlspTable(1) hh3cTeTunnelStaticCrlspEntry(1) 4 }

.1.3.6.1.4.1.25506.2.115.2.1.1.5
hh3cTeTunnelStaticCrlspXCPointer OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This pointer unique identify a row of mplsXCTable.
        This value should be zeroDotZero when the static-crlsp
        is down.  The mplsXCTable identifies the segments that
        compose this tunnel, their characteristics, and relationships
        to each other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelStaticCrlspTable(1) hh3cTeTunnelStaticCrlspEntry(1) 5 }

.1.3.6.1.4.1.25506.2.115.2.2
hh3cTeTunnelCoTable OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information for Co-routed reverse crlsp and
        infomation of Co-routed bidirectional Tunnel Interface.
        If hh3cCorouteTunnelLspInstance is zero, to obtain infomation of
        Co-routed bidirectional Tunnel Interface, otherwise to obtain
        Co-routed reverse crlsp infomation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) 2 }

.1.3.6.1.4.1.25506.2.115.2.2.1
hh3cTeTunnelCoEntry OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTeTunnelCoIndex, hh3cTeTunnelCoLspInstance, hh3cTeTunnelCoIngressLSRId, hh3cTeTunnelCoEgressLSRId }
  DESCRIPTION	"The entry in this table describes Co-routed infomation of
        bidirectional Tunnel Interface and reserver lsp information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelCoTable(2) 1 }

.1.3.6.1.4.1.25506.2.115.2.2.1.1
hh3cTeTunnelCoIndex OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies a set of tunnel instances between a pair
        of ingress and egress LSRs that specified at originating point.
        This value should be equal to the value signaled in the
        Tunnel Id of the Session object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelCoTable(2) hh3cTeTunnelCoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.115.2.2.1.2
hh3cTeTunnelCoLspInstance OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsTunnelInstanceIndex
  SYNTAX	Unsigned32 (0 | 1..65535 | 65536..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"When obtain infomation of Co-routed bidirectional Tunnel Interface,
        this vlaue should be zero.  And this value must be LspID to obtain
        reverse crlsp information.  Values greater than 0, but less than or
        equal to 65535, should be useless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelCoTable(2) hh3cTeTunnelCoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.115.2.2.1.3
hh3cTeTunnelCoIngressLSRId OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsExtendedTunnelId
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Identity the ingress LSR associated with this tunnel instance.
        This vlaue is equal to the LsrID of originating endpoint."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelCoTable(2) hh3cTeTunnelCoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.115.2.2.1.4
hh3cTeTunnelCoEgressLSRId OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsExtendedTunnelId
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Identity of the egress LSR associated with this tunnel instance.
        This vlaue is equal to the LsrID of terminating point."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelCoTable(2) hh3cTeTunnelCoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.115.2.2.1.5
hh3cTeTunnelCoBiMode OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	INTEGER {coroutedActive(1), coroutedPassive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This vlaue indicated the bidirection mode of tunnel interface.
        The valuemust be coroutedActive at the originating point of the
        tunnel and coroutedPassive at the terminating point."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelCoTable(2) hh3cTeTunnelCoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.115.2.2.1.6
hh3cTeTunnelCoReverseLspInstance OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsTunnelInstanceIndex
  SYNTAX	Unsigned32 (0 | 1..65535 | 65536..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicated the reverse lsp instance, and
        should be equal to obverse lsp instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelCoTable(2) hh3cTeTunnelCoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.115.2.2.1.7
hh3cTeTunnelCoReverseLspXCPointer OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This pointer unique index to mplsXCTable of the reverse lsp.
        The mplsXCTable identifies the segments that compose this tunnel,
        their characteristics, and relationships to each other.  A
        value of zeroDotZero indicate that there is no crlsp assigned
        to this."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelCoTable(2) hh3cTeTunnelCoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.115.2.3
hh3cTeTunnelPsTable OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines some objects for managers to obtain
        TE tunnel Protection Switching group current status information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) 3 }

.1.3.6.1.4.1.25506.2.115.2.3.1
hh3cTeTunnelPsEntry OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTeTunnelPsIndex, hh3cTeTunnelPsIngressLSRId, hh3cTeTunnelPsEgressLSRId }
  DESCRIPTION	"The entry in this table describes TE tunnel Protection
        Switching group infromation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) 1 }

.1.3.6.1.4.1.25506.2.115.2.3.1.1
hh3cTeTunnelPsIndex OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies a TE tunnel Protection Switching group
        instance.  This value must be equal to the tunnel id of work
        tunnel instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.115.2.3.1.2
hh3cTeTunnelPsIngressLSRId OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsExtendedTunnelId
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Identity the ingress LSR associated with work tunnel instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.115.2.3.1.3
hh3cTeTunnelPsEgressLSRId OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsExtendedTunnelId
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Identity of the egress LSR associated with work tunnel instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.115.2.3.1.4
hh3cTeTunnelPsProtectIndex OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Uniquely identifies a TE tunnel Protection Switching
        group instance. This value must be equal to the tunnel
        id of TE tunnel Protection Switching group instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.115.2.3.1.5
hh3cTeTunnelPsProtectIngressLSRId OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsExtendedTunnelId
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Identity the ingress LSR associated with TE tunnel
        Protection Switching group instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.115.2.3.1.6
hh3cTeTunnelPsProtectEgressLSRId OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  -- TEXTUAL CONVENTION MplsExtendedTunnelId
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Identity of the egress LSR associated with TE tunnel
        Protection Switching group instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.115.2.3.1.7
hh3cTeTunnelPsProtectType OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	INTEGER {oneToOne(1), onePlusOne(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicated TE tunnel Protection Switching group
        type. The default value is oneToOne."
  DEFVAL	{ oneToOne }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.115.2.3.1.8
hh3cTeTunnelPsRevertiveMode OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	INTEGER {revertive(1), noRevertive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicated protect switch mode. The value must be
        revertive or nonRevertive, default value is revertive.
        "
  DEFVAL	{ revertive }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.115.2.3.1.9
hh3cTeTunnelPsWtrTime OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	Unsigned32 (0..60) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The cycle time that switch to protect tunnel."
  DEFVAL	{ 24 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.115.2.3.1.10
hh3cTeTunnelPsHoldOffTime OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	Unsigned32 (0..20) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value is switchback delay time.  When detected the work path
        fault, switch to protect path after this time."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.115.2.3.1.11
hh3cTeTunnelPsSwitchMode OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	INTEGER {uniDirectional(1), biDirectional(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicated TE tunnel Protection Switching
        group switch mode."
  DEFVAL	{ uniDirectional }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.115.2.3.1.12
hh3cTeTunnelPsWorkPathStatus OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	INTEGER {none(1), noDefect(2), inDefect(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates work path status.  none, noDefect, inDefect
        will be used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.115.2.3.1.13
hh3cTeTunnelPsProtectPathStatus OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	INTEGER {none(1), noDefect(2), inDefect(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates protect path status.  none, noDefect,
        inDefect(3) will be used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 13 }

.1.3.6.1.4.1.25506.2.115.2.3.1.14
hh3cTeTunnelPsSwitchResult OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  SYNTAX	INTEGER {workPath(1), protectPath(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicated current using path is work path or protect
        path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelObjects(2) hh3cTeTunnelPsTable(3) hh3cTeTunnelPsEntry(1) 14 }

.1.3.6.1.4.1.25506.2.115.3
hh3cTeTunnelNotifications OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) 3 }

.1.3.6.1.4.1.25506.2.115.3.0
hh3cTeTunnelNotificationsPrefix OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelNotifications(3) 0 }

.1.3.6.1.4.1.25506.2.115.3.0.1
hh3cTeTunnelPsSwitchWtoP NOTIFICATION-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  OBJECTS	{ hh3cTeTunnelPsWorkPathStatus, hh3cTeTunnelPsProtectPathStatus }
  DESCRIPTION	"This notification is generated when protect workgroup switch from
        work tunnel to protect tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelNotifications(3) hh3cTeTunnelNotificationsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.115.3.0.2
hh3cTeTunnelPsSwitchPtoW NOTIFICATION-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  OBJECTS	{ hh3cTeTunnelPsWorkPathStatus, hh3cTeTunnelPsProtectPathStatus }
  DESCRIPTION	"This notification is generated when protect workgroup switch from
        protect tunnel to work tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelNotifications(3) hh3cTeTunnelNotificationsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.115.4
hh3cTeTunnelConformance OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) 4 }

.1.3.6.1.4.1.25506.2.115.4.1
hh3cTeTunnelCompliances OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelConformance(4) 1 }

.1.3.6.1.4.1.25506.2.115.4.1.1
hh3cTeTunnelCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-TE-TUNNEL-MIB
  DESCRIPTION	"The compliance statement for SNMP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelConformance(4) hh3cTeTunnelCompliances(1) 1 }

.1.3.6.1.4.1.25506.2.115.4.2
hh3cTeTunnelGroups OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelConformance(4) 2 }

.1.3.6.1.4.1.25506.2.115.4.2.1
hh3cTeTunnelNotificationsGroup OBJECT-TYPE
  -- FROM	HH3C-TE-TUNNEL-MIB
  DESCRIPTION	"This group contains MPLS Te Tunnel traps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelConformance(4) hh3cTeTunnelGroups(2) 1 }

.1.3.6.1.4.1.25506.2.115.4.2.2
hh3cTeTunnelScalarsGroup OBJECT-GROUP
  -- FROM	HH3C-TE-TUNNEL-MIB
  DESCRIPTION	"Scalar object needed to implement MPLS te tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelConformance(4) hh3cTeTunnelGroups(2) 2 }

.1.3.6.1.4.1.25506.2.115.4.2.3
hh3cTeTunnelStaticCrlspGroup OBJECT-GROUP
  -- FROM	HH3C-TE-TUNNEL-MIB
  DESCRIPTION	"Objects for quering static-crlsp information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelConformance(4) hh3cTeTunnelGroups(2) 3 }

.1.3.6.1.4.1.25506.2.115.4.2.4
hh3cTeTunnelCorouteGroup OBJECT-GROUP
  -- FROM	HH3C-TE-TUNNEL-MIB
  DESCRIPTION	"Objects for quering Co-routed reverse crlsp information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelConformance(4) hh3cTeTunnelGroups(2) 4 }

.1.3.6.1.4.1.25506.2.115.4.2.5
hh3cTeTunnelPsGroup OBJECT-GROUP
  -- FROM	HH3C-TE-TUNNEL-MIB
  DESCRIPTION	"Objects for quering protect workgroup information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTeTunnel(115) hh3cTeTunnelConformance(4) hh3cTeTunnelGroups(2) 5 }

.1.3.6.1.4.1.25506.2.116
hh3cLB OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 116 }

.1.3.6.1.4.1.25506.2.116.1
hh3cLBTables OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) 1 }

.1.3.6.1.4.1.25506.2.116.1.1
hh3cLBRealServerGroupTable OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Real server group table for loadbalance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTables(1) 1 }

.1.3.6.1.4.1.25506.2.116.1.1.1
hh3cLBRealServerGroupEntry OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBRealServerGroupName }
  DESCRIPTION	"An entry contains the information of the real server group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTables(1) hh3cLBRealServerGroupTable(1) 1 }

.1.3.6.1.4.1.25506.2.116.1.1.1.1
hh3cLBRealServerGroupName OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Real server group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTables(1) hh3cLBRealServerGroupTable(1) hh3cLBRealServerGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.116.1.2
hh3cLBRealServerTable OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Real server table for loadbalance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTables(1) 2 }

.1.3.6.1.4.1.25506.2.116.1.2.1
hh3cLBRealServerEntry OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBRealServerGroupName, hh3cLBRealServerName }
  DESCRIPTION	"An entry contains the information of the real server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTables(1) hh3cLBRealServerTable(2) 1 }

.1.3.6.1.4.1.25506.2.116.1.2.1.1
hh3cLBRealServerName OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Real server name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTables(1) hh3cLBRealServerTable(2) hh3cLBRealServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.116.1.2.1.2
hh3cLBRealServerStatus OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2), slowdown(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A list of real server status type.
         enabled:      the real server is enabled.
         disabled:     the real server is disabled, the loadbalance device
                       does not assign any traffic to the real server.
         slowdown:     the real server continues to process the existed session
                       previously assigned to it, but the loadbalance device
                       does not assign any new session to the real server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTables(1) hh3cLBRealServerTable(2) hh3cLBRealServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.116.1.2.1.3
hh3cLBRealServerConnectNumber OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The connection number of real server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTables(1) hh3cLBRealServerTable(2) hh3cLBRealServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.116.2
hh3cLBTrap OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) 2 }

.1.3.6.1.4.1.25506.2.116.2.0
hh3cLBTrapPrex OBJECT-TYPE
  -- FROM	HH3C-LB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTrap(2) 0 }

.1.3.6.1.4.1.25506.2.116.2.0.1
hh3cLBRealServerOverLoad NOTIFICATION-TYPE
  -- FROM	HH3C-LB-MIB
  OBJECTS	{ hh3cLBRealServerGroupName, hh3cLBRealServerName, hh3cLBRealServerConnectNumber }
  DESCRIPTION	"This trap is sent when the real server is overloaded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLB(116) hh3cLBTrap(2) hh3cLBTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.2.117
hh3cDldp2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DLDP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 117 }

.1.3.6.1.4.1.25506.2.117.1
hh3cDldp2ScalarGroup OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) 1 }

.1.3.6.1.4.1.25506.2.117.1.1
hh3cDldp2GlobalEnable OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable(true) or disable(false) DLDP on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2ScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.117.1.2
hh3cDldp2Interval OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the advertisement packet sending interval."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2ScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.117.1.3
hh3cDldp2AuthMode OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  SYNTAX	INTEGER {unknown(1), none(2), simple(3), md5(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the authentication mode.
        unknown:    cannot be determined for some reason.
        none:       not authenticated.
        simple:     authenticated by a clear text password.
        md5:        authenticated by MD5 digest."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2ScalarGroup(1) 3 }

.1.3.6.1.4.1.25506.2.117.1.4
hh3cDldp2AuthPassword OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the authentication password.
        Setting the password to a zero-length octet string means
        deleting the password.
        When read, it always returns a zero-length octet string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2ScalarGroup(1) 4 }

.1.3.6.1.4.1.25506.2.117.1.5
hh3cDldp2UniShutdown OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  SYNTAX	INTEGER {unknown(1), auto(2), manual(3), hybrid(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the shutdown mode when a unidirectional
        link has been detected.
        unknown:    cannot be determined for some reason.
        auto:       the port will be shut down automatically.
        manual:     the port must be shut down manually.
        hybrid:     the port will be shut down automatically,
                    but it must be brought up manually."
  DEFVAL	{ auto }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2ScalarGroup(1) 5 }

.1.3.6.1.4.1.25506.2.117.2
hh3cDldp2TableGroup OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) 2 }

.1.3.6.1.4.1.25506.2.117.2.1
hh3cDldp2PortConfigTable OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all ports that support DLDP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) 1 }

.1.3.6.1.4.1.25506.2.117.2.1.1
hh3cDldp2PortConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry describes a port that supports DLDP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2PortConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.117.2.1.1.1
hh3cDldp2PortEnable OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable(true) or disable(false) DLDP on a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2PortConfigTable(1) hh3cDldp2PortConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.117.2.2
hh3cDldp2PortStatusTable OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all ports enabled with DLDP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) 2 }

.1.3.6.1.4.1.25506.2.117.2.2.1
hh3cDldp2PortStatusEntry OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry describes a port enabled with DLDP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2PortStatusTable(2) 1 }

.1.3.6.1.4.1.25506.2.117.2.2.1.1
hh3cDldp2PortOperStatus OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  SYNTAX	INTEGER {unknown(1), initial(2), inactive(3), unidirectional(4), bidirectional(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the DLDP operating status on the port.
        unknown:        cannot be determined for some reason.
        initial:        DLDP is not globally enabled.
        inactive:       physical status of the port is down.
        unidirectional: all neighbors of the port are in 'unconfirmed' status.
        bidirectional:  more than one neighbor of the port is in 'confirmed'
                        status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2PortStatusTable(2) hh3cDldp2PortStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.117.2.2.1.2
hh3cDldp2PortLinkStatus OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  SYNTAX	INTEGER {unknown(1), down(2), up(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the DLDP link status of the port.
        unknown:    cannot be determined for some reason.
        down:       the DLDP link status of the port is down.
        up:         the DLDP link status of the port is up.
        If the port operating status is not 'inactive',
        'unidirectional', or 'bidirectional', it always returns 'unknown'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2PortStatusTable(2) hh3cDldp2PortStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.117.2.3
hh3cDldp2NeighborTable OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all port's neighbors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) 3 }

.1.3.6.1.4.1.25506.2.117.2.3.1
hh3cDldp2NeighborEntry OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDldp2NeighborBridgeMac, hh3cDldp2NeighborPortIndex }
  DESCRIPTION	"This entry describes a port's neighbors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2NeighborTable(3) 1 }

.1.3.6.1.4.1.25506.2.117.2.3.1.1
hh3cDldp2NeighborBridgeMac OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the bridge MAC address of a neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2NeighborTable(3) hh3cDldp2NeighborEntry(1) 1 }

.1.3.6.1.4.1.25506.2.117.2.3.1.2
hh3cDldp2NeighborPortIndex OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the port index of a neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2NeighborTable(3) hh3cDldp2NeighborEntry(1) 2 }

.1.3.6.1.4.1.25506.2.117.2.3.1.3
hh3cDldp2NeighborStatus OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  SYNTAX	INTEGER {unknown(1), unconfirmed(2), confirmed(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the status of a neighbor.
        unknown:        cannot be determined for some reason.
        unconfirmed:    unidirectional communication between the port and
                        its neighbor.
        confirmed:      bidirectional communication between the port and
                        its neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2NeighborTable(3) hh3cDldp2NeighborEntry(1) 3 }

.1.3.6.1.4.1.25506.2.117.2.3.1.4
hh3cDldp2NeighborAgingTime OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the aging time of a neighbor.
        If the neighbor status is not 'confirmed', it always returns 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2TableGroup(2) hh3cDldp2NeighborTable(3) hh3cDldp2NeighborEntry(1) 4 }

.1.3.6.1.4.1.25506.2.117.3
hh3cDldp2TrapBindObjects OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) 3 }

.1.3.6.1.4.1.25506.2.117.4
hh3cDldp2Trap OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) 4 }

.1.3.6.1.4.1.25506.2.117.4.0
hh3cDldp2TrapPrefix OBJECT-TYPE
  -- FROM	HH3C-DLDP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2Trap(4) 0 }

.1.3.6.1.4.1.25506.2.117.4.0.1
hh3cDldp2TrapUniLink NOTIFICATION-TYPE
  -- FROM	HH3C-DLDP2-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"This trap is generated when DLDP detects a unidirectional link,
        ifIndex and ifDescr identify the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2Trap(4) hh3cDldp2TrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.117.4.0.2
hh3cDldp2TrapBidLink NOTIFICATION-TYPE
  -- FROM	HH3C-DLDP2-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"This trap is generated when DLDP detects a bidirectional link,
        ifIndex and ifDescr identify the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDldp2(117) hh3cDldp2Trap(4) hh3cDldp2TrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.118
hh3cWIPS OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 118 }

.1.3.6.1.4.1.25506.2.118.1
hh3cWIPSConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) 1 }

.1.3.6.1.4.1.25506.2.118.1.1
hh3cWIPSGlobalConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.1.1
hh3cWIPSEnable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the WIPS feature is enabled or not.
        'true': enable the WIPS feature.
        'false': disable the WIPS feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.1.2
hh3cWIPSSensorLicenseNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of sensor license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.1.3
hh3cWIPSBlocklistAction OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {block(1), unblock(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the block list feature is enabled or not.
        'block'  : Enable the block list feature to filter unwanted devices.
        'unblock' : Disable the block list feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.1.4
hh3cWIPSAPInactiveTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (60..600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the time for AP getting inactive."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.1.5
hh3cWIPSSTAInactiveTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (120..1200) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the time for STA getting inactive."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.118.1.1.6
hh3cWIPSDevAgingTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (60..2592000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the time for device getting aged."
  DEFVAL	{ 86400 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.118.1.1.7
hh3cWIPSStatisticPeriod OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (60..86400) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the period of WIPS reporting the statistic."
  DEFVAL	{ 900 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 7 }

.1.3.6.1.4.1.25506.2.118.1.1.8
hh3cWIPSReclassificationPeriod OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (10..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the period of WIPS reclassifying devices."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 8 }

.1.3.6.1.4.1.25506.2.118.1.1.9
hh3cWIPSResetAllTrustList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to remove all entries from the static trust list.
        It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 9 }

.1.3.6.1.4.1.25506.2.118.1.1.10
hh3cWIPSResetAllBlockList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to remove all entries from the static block list.
        It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 10 }

.1.3.6.1.4.1.25506.2.118.1.1.11
hh3cWIPSResetAllIgnoreList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to remove all entries from the ignore list.
        It will return false for get operation.."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 11 }

.1.3.6.1.4.1.25506.2.118.1.1.12
hh3cWIPSResetAllCtmList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to remove all entries from the static
        countermeasure list.
        It will return false for get operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 12 }

.1.3.6.1.4.1.25506.2.118.1.1.13
hh3cWIPSPermitChlBitMap OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the permit channel number by bitmap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 13 }

.1.3.6.1.4.1.25506.2.118.1.1.14
hh3cWIPSDynamicTrustListAgingTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (60..86400) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the time for devices in the dynamic trust list getting aged."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 14 }

.1.3.6.1.4.1.25506.2.118.1.1.15
hh3cWIPSDevUpdateTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (10..30) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the period of WIPS update the status of devices."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 15 }

.1.3.6.1.4.1.25506.2.118.1.1.16
hh3cWIPSADOSEnable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether enable the ADOS feature.
        'true': enable the ADOS feature.
        'false': disable the ADOS feature."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 16 }

.1.3.6.1.4.1.25506.2.118.1.1.17
hh3cWIPSAccessFlowScanEnable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the WIPS scanning feature during the access flow is enabled or not.
        'true': enable the feature.
        'false': disable the feature."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSGlobalConfigGroup(1) 17 }

.1.3.6.1.4.1.25506.2.118.1.2
hh3cWIPSVsdConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.2.1
hh3cWIPSVsdTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the list of virtual security domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) 1 }

.1.3.6.1.4.1.25506.2.118.1.2.1.1
hh3cWIPSVsdEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSVsdNameCfg }
  DESCRIPTION	"Each entry contains information of each VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSVsdTable(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.2.1.1.1
hh3cWIPSVsdNameCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of virtual security domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSVsdTable(1) hh3cWIPSVsdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.2.1.1.2
hh3cWIPSVsdRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSVsdTable(1) hh3cWIPSVsdEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.2.1.1.3
hh3cWIPSVsdAtkDctPolicyNameCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of attack detect policy attached to the VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSVsdTable(1) hh3cWIPSVsdEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.2.1.1.4
hh3cWIPSVsdCtmPolicyNameCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of countermeasure policy attached to the VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSVsdTable(1) hh3cWIPSVsdEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.2.1.1.5
hh3cWIPSVsdSigPolicyNameCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of signature policy attached to the VSD"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSVsdTable(1) hh3cWIPSVsdEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.1.2.1.1.6
hh3cWIPSVsdMalPktPolicyNameCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the name of malformed packet detect policy attached to the VSD"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSVsdTable(1) hh3cWIPSVsdEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.1.2.2
hh3cWIPSRule2VsdTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the AP classification rules been attached to the VSD.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) 2 }

.1.3.6.1.4.1.25506.2.118.1.2.2.1
hh3cWIPSRule2VsdEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSVsdNameCfg, hh3cWIPSRule2VsdAPClaRuleNameCfg }
  DESCRIPTION	"Each entry contains information of each AP classification rule
        in each VSD.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSRule2VsdTable(2) 1 }

.1.3.6.1.4.1.25506.2.118.1.2.2.1.1
hh3cWIPSRule2VsdAPClaRuleNameCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of AP classification rule attached to the VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSRule2VsdTable(2) hh3cWIPSRule2VsdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.2.2.1.2
hh3cWIPSRule2VsdRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSRule2VsdTable(2) hh3cWIPSRule2VsdEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.2.2.1.3
hh3cWIPSRule2VsdPrecedence OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of AP classification rule
        attached to the VSD."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSRule2VsdTable(2) hh3cWIPSRule2VsdEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.2.3
hh3cWIPSSensor2VsdTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the sensor been attached to the VSD.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) 3 }

.1.3.6.1.4.1.25506.2.118.1.2.3.1
hh3cWIPSSensor2VsdEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSVsdNameCfg, hh3cWIPSSensorNameCfg }
  DESCRIPTION	"Each entry contains information of each sensor in each VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSSensor2VsdTable(3) 1 }

.1.3.6.1.4.1.25506.2.118.1.2.3.1.1
hh3cWIPSSensorNameCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of sensor attached to the VSD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSSensor2VsdTable(3) hh3cWIPSSensor2VsdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.2.3.1.2
hh3cWIPSSensor2VsdRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSSensor2VsdTable(3) hh3cWIPSSensor2VsdEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.2.3.1.3
hh3cWIPSSensorState OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {running(1), idle(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the running state of the sensor.
        It will return false for set operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSSensor2VsdTable(3) hh3cWIPSSensor2VsdEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.2.4
hh3cWIPSSensorRadioTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of sensor radio information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) 4 }

.1.3.6.1.4.1.25506.2.118.1.2.4.1
hh3cWIPSSensorRadioEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSVsdNameCfg, hh3cWIPSSensorNameCfg, hh3cWIPSSensorRadioRadioId }
  DESCRIPTION	"Each entry contains information of a radio of a sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSSensorRadioTable(4) 1 }

.1.3.6.1.4.1.25506.2.118.1.2.4.1.1
hh3cWIPSSensorRadioRadioId OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the radio identifier of the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSSensorRadioTable(4) hh3cWIPSSensorRadioEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.2.4.1.2
hh3cWIPSSensorRadioScanMode OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {accessFirst(1), detectFirst(2), middle(3), detectOnly(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the scanning mode configured to the radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSVsdConfigGroup(2) hh3cWIPSSensorRadioTable(4) hh3cWIPSSensorRadioEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.3
hh3cWIPSAPClaRuleTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for WIPS AP classification rule.
        One rule could be assigned to different VSDs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.3.1
hh3cWIPSAPClaRuleEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSAPClaRuleName }
  DESCRIPTION	"Each entry contains information of each AP classification rule.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) 1 }

.1.3.6.1.4.1.25506.2.118.1.3.1.1
hh3cWIPSAPClaRuleName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of AP classification rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.3.1.2
hh3cWIPSAPClaRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.3.1.3
hh3cWIPSAPClaSeverityLevel OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the severity level of the AP classification rule.
        Available value limits from 0 to 100."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.3.1.4
hh3cWIPSAPClaRuleMatchAll OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents whether match all the AP classification sub-rules
        which have been configured."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.3.1.5
hh3cWIPSAPClaType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSAPClassifyType
  SYNTAX	INTEGER {other(1), authorized(2), external(3), misconfigured(4), rogue(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the type of AP classification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.1.3.1.6
hh3cWIPSAPClaSubRuleSSIDOperator OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {include(1), notinclude(2), equal(3), notequal(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the compare way of the SSID in the sub rule,
        including include/not include/equal/not equal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.1.3.1.7
hh3cWIPSAPClaSubRuleSSIDCase OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the case sensitive or not for the SSID match.
        'true': Case insensitive.
        'false': Case sensitive."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.1.3.1.8
hh3cWIPSAPClaSubRuleSSID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the SSID match template in the ap classification rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.1.3.1.9
hh3cWIPSSecurityType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSAPSecurityType
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the security type of active AP.
        "
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.1.3.1.10
hh3cWIPSSecurityTypeMatch OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {equal(1), include(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents match way of the security type of active AP.
        "
  DEFVAL	{ include }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.1.3.1.11
hh3cWIPSAPAuthType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {none(1), psk(2), dot1x(3), other(4), undo(5), pskANDdot1x(6), pskANDother(7), dot1xANDother(8), pskANDdot1xANDother(9), noneANDpsk(10), noneANDdot1x(11), noneANDother(12), noneANDpskANDdot1x(13), noneANDpskANDother(14), noneANDdot1xANDother(15), noneANDpskANDdot1xANDother(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the authentication type of the AP.
        undo - represents undo operation"
  DEFVAL	{ undo }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.1.3.1.12
hh3cWIPSMaxRSSIValue OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the high-limit of the RSSI of AP.
        Available value limits from 1 to 90."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.1.3.1.13
hh3cWIPSMinRSSIValue OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the low-limit of the RSSI of AP.
        Available value limits from 0 to 89."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.1.3.1.14
hh3cWIPSMaxDuration OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the high-limit of the duration of AP.
        Available value limits from 1 to 2592000."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.1.3.1.15
hh3cWIPSMinDuration OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the low-limit of the duration of AP.
        Available value limits from 0 to 2591999."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 15 }

.1.3.6.1.4.1.25506.2.118.1.3.1.16
hh3cWIPSMaxAPNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the high-limit of the number of AP.
        Available value limits from 1 to 128."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 16 }

.1.3.6.1.4.1.25506.2.118.1.3.1.17
hh3cWIPSMinAPNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the low-limit of the number of AP.
        Available value limits from 0 to 127."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 17 }

.1.3.6.1.4.1.25506.2.118.1.3.1.18
hh3cWIPSMaxClientNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the high-limit of the number of client.
        Available value limits from 1 to 128."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 18 }

.1.3.6.1.4.1.25506.2.118.1.3.1.19
hh3cWIPSMinClientNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the low-limit of the number of client.
        Available value limits from 0 to 127."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 19 }

.1.3.6.1.4.1.25506.2.118.1.3.1.20
hh3cWIPSOUIInfo OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..6) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the OUI hexadecimal string of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 20 }

.1.3.6.1.4.1.25506.2.118.1.3.1.21
hh3cWIPSVendorInfo OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the vendor info of the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 21 }

.1.3.6.1.4.1.25506.2.118.1.3.1.22
hh3cWIPSAPAuthTypeMatch OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {equal(1), include(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents match way of the authentication type of active AP.
        "
  DEFVAL	{ include }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAPClaRuleTable(3) hh3cWIPSAPClaRuleEntry(1) 22 }

.1.3.6.1.4.1.25506.2.118.1.4
hh3cWIPSAtkDctPolicyCfgGroup OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.4.1
hh3cWIPSAtkDctPolicyCfgSupportSet OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bit string of supported attack detect policy.
        The specific attack detect policy is supported if its corresponding
        bit is set to 1; otherwise its corresponding bit is set to 0.
        bit0: adhoc
        bit1: ap-spoof
        bit2: client-spoof
        bit3: prohibited channel
        bit4: ap-flood
        bit5: eapol-start
        bit6: authentication
        bit7: association
        bit8: reassociation
        bit9: weak-IV
        bit10: invalid-OUI
        bit11: ps-attack
        bit12: windows-bridge
        bit13: hotspot-attack
        bit14: ap-impersonation
        bit15: soft-ap
        bit16: unencrypted-authorized-ap
        bit17: unencrypted-trust-client"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) 1 }

.1.3.6.1.4.1.25506.2.118.1.4.2
hh3cWIPSAtkDctPolicyCfgTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for WIPS attack detect policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) 2 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1
hh3cWIPSAtkDctPolicyCfgEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSAtkDctPolicyName }
  DESCRIPTION	"Each entry contains information of each attack detect policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) 1 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.1
hh3cWIPSAtkDctPolicyName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of attack detect policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.2
hh3cWIPSAtkDctPolicyCfgRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.3
hh3cWIPSAtkDctPolicyBitString OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the bit string of attack detect policy configuration.
        The specific attack detect policy is enabled if its corresponding
        bit is set to 1; disabled if its corresponding bit is set to 0.
        bit0: adhoc
        bit1: ap-spoof
        bit2: client-spoof
        bit3: prohibited channel
        bit4: ap-flood
        bit5: eapol-start
        bit6: authentication
        bit7: association
        bit8: reassociation
        bit9: weak-IV
        bit10: invalid-OUI
        bit11: ps-attack
        bit12: windows-bridge
        bit13: hotspot-attack
        bit14: ap-impersonation
        bit15: soft-ap
        bit16: unencrypted-authorized-ap
        bit17: unencrypted-trust-client"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.4
hh3cWIPSAtkDctPolicyAPFloodQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the AP flood attack event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.5
hh3cWIPSAtkDctPolicyAPSpoofQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the AP spoofing attack event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.6
hh3cWIPSAtkDctPolicyCliSpoofQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the client spoofing attack event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.7
hh3cWIPSAtkDctPolicyDosAssoQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the dos of association attack event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.8
hh3cWIPSAtkDctPolicyDosAuthQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the dos of authentication attack event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.9
hh3cWIPSAtkDctPolicyDosEAPOLStartQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the dos of EAPOL-start attack event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.10
hh3cWIPSAtkDctPolicyDosReAssoQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the dos of reassociation attack event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.11
hh3cWIPSAtkDctPolicyWeakIVQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the weak-IV event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.12
hh3cWIPSAtkDctPolicyInvalidOUIAction OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {none(0), rogue(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the action after detecting the invalid OUI,
        which classify the device as rogue device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.13
hh3cWIPSAtkDctPolicyUnencryptedAuthApQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the unencrypted-authorized-ap event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.14
hh3cWIPSAtkDctPolicyUnencryptedAuthClientQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the unencrypted-trust-client event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.15
hh3cWIPSAtkDctPolicyPSAttackQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the ps-attack event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 15 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.16
hh3cWIPSAtkDctPolicyPSAttackMinOffPacket OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (10..150) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the minimum number of OFF packets
        as threshold in detecting ps-attack."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 16 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.17
hh3cWIPSAtkDctPolicyPSAttackOnOffPercent OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the ratio of ON packets to OFF packets
        in percentage as threshold in detecting ps-attack."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 17 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.18
hh3cWIPSAtkDctPolicyApImpersonationQT OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting
        the ap-impersonation event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 18 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.19
hh3cWIPSAtkDctPolicyApImpersonationBeaconIncThreshold OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the increased percentage threshold for beacon
        frames that can trigger an AP impersonation alert"
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 19 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.20
hh3cWIPSAtkDctPolicyApImpersonationBeaconIncWaitTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (0..360000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the waiting time before a suspected AP is
         determined as an AP impersonator.  If the beacon frames
         keep on increasing beyond the threshold during the waiting
         time, then the suspected AP should be determined as an
         AP impersonator."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 20 }

.1.3.6.1.4.1.25506.2.118.1.4.2.1.21
hh3cWIPSAtkDctPolicySoftApConvertTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..600) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the minimum client-AP switchover threshold
         used to determine a soft AP"
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSAtkDctPolicyCfgGroup(4) hh3cWIPSAtkDctPolicyCfgTable(2) hh3cWIPSAtkDctPolicyCfgEntry(1) 21 }

.1.3.6.1.4.1.25506.2.118.1.5
hh3cWIPSStaticCtmListCfgTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the MAC address list of devices
        in the static countermeasure list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.118.1.5.1
hh3cWIPSStaticCtmListCfgEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSStaticCtmListMAC }
  DESCRIPTION	"Each entry contains information of each MAC address in the static
        countermeasure list.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticCtmListCfgTable(5) 1 }

.1.3.6.1.4.1.25506.2.118.1.5.1.1
hh3cWIPSStaticCtmListMAC OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address in static countermeasure list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticCtmListCfgTable(5) hh3cWIPSStaticCtmListCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.5.1.2
hh3cWIPSStaticCtmListRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticCtmListCfgTable(5) hh3cWIPSStaticCtmListCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.6
hh3cWIPSStaticBlockListCfgTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the MAC address list
        of devices in the static block list.
        WIPS will ignore the frames from the devices in the list,
        and take the devices as rogue devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.118.1.6.1
hh3cWIPSStaticBlockListCfgEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSStaticBlockListMAC }
  DESCRIPTION	"Each entry contains information of each MAC address
        in the static block list.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticBlockListCfgTable(6) 1 }

.1.3.6.1.4.1.25506.2.118.1.6.1.1
hh3cWIPSStaticBlockListMAC OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address in static block list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticBlockListCfgTable(6) hh3cWIPSStaticBlockListCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.6.1.2
hh3cWIPSStaticBlockListRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticBlockListCfgTable(6) hh3cWIPSStaticBlockListCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.7
hh3cWIPSStaticTrustListCfgTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the MAC address list
        of devices in the static trust list.
        WIPS will take the devices in the list as authorized devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 7 }

.1.3.6.1.4.1.25506.2.118.1.7.1
hh3cWIPSStaticTrustListCfgEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSStaticTrustListMAC }
  DESCRIPTION	"Each entry contains information of each MAC address
        in the static trust list.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticTrustListCfgTable(7) 1 }

.1.3.6.1.4.1.25506.2.118.1.7.1.1
hh3cWIPSStaticTrustListMAC OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address in static trust list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticTrustListCfgTable(7) hh3cWIPSStaticTrustListCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.7.1.2
hh3cWIPSStaticTrustListRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticTrustListCfgTable(7) hh3cWIPSStaticTrustListCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.8
hh3cWIPSIgnoreListCfgTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the MAC address list of devices in the ignore list.
        WIPS will ignore the events caused by the device in the list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 8 }

.1.3.6.1.4.1.25506.2.118.1.8.1
hh3cWIPSIgnoreListCfgEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSIgnoreListMAC }
  DESCRIPTION	"Each entry contains information of each MAC address in the ignore list.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSIgnoreListCfgTable(8) 1 }

.1.3.6.1.4.1.25506.2.118.1.8.1.1
hh3cWIPSIgnoreListMAC OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address in ignore list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSIgnoreListCfgTable(8) hh3cWIPSIgnoreListCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.8.1.2
hh3cWIPSIgnoreListRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSIgnoreListCfgTable(8) hh3cWIPSIgnoreListCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.9
hh3cWIPSDctModeTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of AP scanning mode configuration
        on radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 9 }

.1.3.6.1.4.1.25506.2.118.1.9.1
hh3cWIPSDctModeEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctModeAPName, hh3cWIPSDctModeRadio }
  DESCRIPTION	"Each entry contains information of WIPS scanning mode on radio."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSDctModeTable(9) 1 }

.1.3.6.1.4.1.25506.2.118.1.9.1.1
hh3cWIPSDctModeAPName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSDctModeTable(9) hh3cWIPSDctModeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.9.1.2
hh3cWIPSDctModeRadio OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the radio of AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSDctModeTable(9) hh3cWIPSDctModeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.9.1.3
hh3cWIPSDctModeScanMode OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {accessFirst(1), detectFirst(2), middle(3), detectOnly(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the scanning mode.
        The radio enable-disable status must be disabled before
        WIPS scanning mode is configured on this radio.
        The mesh feature must be disabled before any WIPS scanning mode
        is set on radio.
        This radio can not apply any service template before
        the detectOnly scanning mode is set on the radio. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSDctModeTable(9) hh3cWIPSDctModeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.9.1.4
hh3cWIPSDctModeRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSDctModeTable(9) hh3cWIPSDctModeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.10
hh3cWIPSSigConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 10 }

.1.3.6.1.4.1.25506.2.118.1.10.1
hh3cWIPSSigPolicyTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for WIPS signature policy.
        One policy could be assigned to different VSDs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) 1 }

.1.3.6.1.4.1.25506.2.118.1.10.1.1
hh3cWIPSSigPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSSigPolicyNameCfg }
  DESCRIPTION	"Each entry contains information of each signature policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigPolicyTable(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.10.1.1.1
hh3cWIPSSigPolicyNameCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of signature policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigPolicyTable(1) hh3cWIPSSigPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.10.1.1.2
hh3cWIPSSigPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigPolicyTable(1) hh3cWIPSSigPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.10.2
hh3cWIPSSigRule2PolicyTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the signature rules been attached to the signature policy.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) 2 }

.1.3.6.1.4.1.25506.2.118.1.10.2.1
hh3cWIPSSigRule2PolicyEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSSigPolicyNameCfg, hh3cWIPSSigRule2PolicySigRuleIDCfg }
  DESCRIPTION	"Each entry contains information of each signature rules
        attached to signature policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRule2PolicyTable(2) 1 }

.1.3.6.1.4.1.25506.2.118.1.10.2.1.1
hh3cWIPSSigRule2PolicySigRuleIDCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32 (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of signature rule attached to signature policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRule2PolicyTable(2) hh3cWIPSSigRule2PolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.10.2.1.2
hh3cWIPSSigRule2PolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRule2PolicyTable(2) hh3cWIPSSigRule2PolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.10.2.1.3
hh3cWIPSSigRule2PolicyPrecedence OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32 (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of signature rule attached to signature policy."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRule2PolicyTable(2) hh3cWIPSSigRule2PolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.10.3
hh3cWIPSSigRuleTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the signature rules.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) 3 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1
hh3cWIPSSigRuleEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSSigRuleName }
  DESCRIPTION	"Each entry contains information of each signature rules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) 1 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.1
hh3cWIPSSigRuleName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of signature rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.2
hh3cWIPSSigRuleID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the ID of signature rule.
        The values from 1 to 32 are for built-in rules, which can not
        be assigned to user-define rules.
        When a user-define signature rule is being created, if ID is not specified,
        the ID of the rule will be automatically assigned, which values from 33 to 64.
        Once the rule is created, the ID is fixed and can not be changed again."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.3
hh3cWIPSSigRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.4
hh3cWIPSSigSubRuleMatchAll OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents whether match all the sub rules
        which have been configured in the signature rule.
        The default value for user-define rule is false,
        and for built-in rule is true."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.5
hh3cWIPSSigRuleDctPeriod OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the detect period of signature rule.
         Available value limits from 1 to 3600.
         The default value depends on the certain rule.
         For user-define rules it is 60.
         The value 0xffffffff represents restoring default value operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.6
hh3cWIPSSigRuleTrackMethod OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {perSig(1), perMAC(2), both(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the track-method for the signature rule.
         The default value depends on the certain rule.
         For user-define rules it is 'both(3)'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.7
hh3cWIPSSigRuleDctThresholdPerMAC OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the detect threshold for per-MAC track-method.
         Available value limits from 1 to 32000.
         The default value depends on the certain rule.
         For user-define rules it is 1000.
         The value 0xffffffff represents restoring default value operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.8
hh3cWIPSSigRuleDctThresholdPerSig OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the detect threshold for per-Signature track-method.
         Available value limits from 1 to 32000.
         The default value depends on the certain rule.
         For user-define rules it is 1000.
         The value 0xffffffff represents restoring default value operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.9
hh3cWIPSSigRuleActionEvtLevel OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the level of event sended for the action of reporting event alarm.
         Available value limits from 0 to 7.
         The default value depends on the certain rule.
         For user-define rules it is 0xffffffff."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.10
hh3cWIPSSigRuleQuietTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting event alarm.
         Available value limits from 60 to 32000.
         The default value depends on the certain rule.
         For user-define rules it is 900.
         The value 0xffffffff represents restoring default value operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.11
hh3cWIPSSigSubRuleFrameType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {manage(0), control(1), data(2), undo(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the type of frame to match.
        0x0 management type
        0x1 control type
        0x2 data type
        The default value depends on the certain rule.
        For user-define rules it is 'undo(3)'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.12
hh3cWIPSSigSubRuleFrameSubType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {none(0), assocReq(1), assocRes(2), probeReq(3), beacon(4), disasso(5), auth(6), deauth(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the sub-type of frame to match.
        1 association request
        2 association response
        3 probe request
        4 beacon
        5 disassoc
        6 authentication
        7 de-authentication
        The default value depends on the certain rule.
        For user-define rules it is 'none(0)'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.13
hh3cWIPSSigSubRuleMac OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..12) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the MAC address or BSSID to match."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.14
hh3cWIPSSigSubRuleMacType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {source(0), dest(1), bssid(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the type of MAC address or BSSID to match.
         0 Source MAC address in the 802.11 frame header
         1 Destination MAC address in the 802.11 frame header
         2 BSSID field in the 802.11 frame header"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.15
hh3cWIPSSigSubRuleSeqNumMin OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the minimun value of sequence number of packet to match.
         Available value limits from 0 to 4094.
         The default value depends on the certain rule.
         For user-define rules it is 0xffffffff.
         The value 0xffffffff represents restoring default value operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 15 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.16
hh3cWIPSSigSubRuleSeqNumMax OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the maximum value of sequence number of packet to match.
        Available value limits from 1 to 4095.
        The default value depends on the certain rule.
        For user-define rules it is 0xffffffff.
        The value 0xffffffff represents restoring default value operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 16 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.17
hh3cWIPSSigSubRuleSSIDLenMin OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the minimun value of SSID of packet to match.
        Available value limits from 0 to 31.
        The default value depends on the certain rule.
        For user-define rules it is 0xffffffff.
        The value 0xffffffff represents restoring default value operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 17 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.18
hh3cWIPSSigSubRuleSSIDLenMax OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the maximum value of SSID of packet to match.
        Available value limits from 1 to 32.
        The default value depends on the certain rule.
        For user-define rules it is 0xffffffff.
        The value 0xffffffff represents restoring default value operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 18 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.19
hh3cWIPSSigSubRuleSSID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the string of SSID of packet to match."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 19 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.20
hh3cWIPSSigSubRuleSSIDOpe OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {include(1), notinclude(2), equal(3), notequal(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the compare way of the SSID in the sub rule,
        including include/not include/equal/not equal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 20 }

.1.3.6.1.4.1.25506.2.118.1.10.3.1.21
hh3cWIPSSigSubRuleSSIDCase OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the case sensitive or not for the SSID match.
        'true': Case insensitive.
        'false': Case sensitive."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigRuleTable(3) hh3cWIPSSigRuleEntry(1) 21 }

.1.3.6.1.4.1.25506.2.118.1.10.4
hh3cWIPSSigSubRulePatternTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the signature sub rules
        which define the user-define match way through pattern of packet.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) 4 }

.1.3.6.1.4.1.25506.2.118.1.10.4.1
hh3cWIPSSigSubRulePatternEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSSigRuleName, hh3cWIPSSigSubRulePatternID }
  DESCRIPTION	"Each entry contains information of each pattern signature sub rules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigSubRulePatternTable(4) 1 }

.1.3.6.1.4.1.25506.2.118.1.10.4.1.1
hh3cWIPSSigSubRulePatternID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32 (1..27) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the ID of the pattern sub rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigSubRulePatternTable(4) hh3cWIPSSigSubRulePatternEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.10.4.1.2
hh3cWIPSSigSubRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigSubRulePatternTable(4) hh3cWIPSSigSubRulePatternEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.10.4.1.3
hh3cWIPSSigSubRulePatternName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the name of the pattern sub rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigSubRulePatternTable(4) hh3cWIPSSigSubRulePatternEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.10.4.1.4
hh3cWIPSSigSubRulePatternOffset OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (0..2346) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the offset value of packet match."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigSubRulePatternTable(4) hh3cWIPSSigSubRulePatternEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.10.4.1.5
hh3cWIPSSigSubRulePatternMask OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the mask value of packet match."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigSubRulePatternTable(4) hh3cWIPSSigSubRulePatternEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.1.10.4.1.6
hh3cWIPSSigSubRulePatternValueMin OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the minimun value of match byte.
         Available value limits from 0 to 65534."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigSubRulePatternTable(4) hh3cWIPSSigSubRulePatternEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.1.10.4.1.7
hh3cWIPSSigSubRulePatternValueMax OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the maximun value of match byte.
         Available value limits from 1 to 65535."
  DEFVAL	{ -1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigSubRulePatternTable(4) hh3cWIPSSigSubRulePatternEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.1.10.4.1.8
hh3cWIPSSigSubRulePatternFromPayload OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether match start from the payload of the data frame."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSSigConfigGroup(10) hh3cWIPSSigSubRulePatternTable(4) hh3cWIPSSigSubRulePatternEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.1.11
hh3cWIPSCtmConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 11 }

.1.3.6.1.4.1.25506.2.118.1.11.1
hh3cWIPSCtmPolicyCfgSupportSet OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bit string of supported countermeasure policy.
        The specific countermeasure policy is supported if its corresponding
        bit is set to 1; otherwise its corresponding bit is set to 0.
        bit3:  misconfigured AP
        bit4:  rogue AP
        bit5:  unauthorized station
        bit6:  external AP
        bit9:  misassociation station
        bit10: potential authorized AP
        bit11: potential rogue AP
        bit12: potential external AP
        bit13: uncategorized AP
        bit14: uncategorized station
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) 1 }

.1.3.6.1.4.1.25506.2.118.1.11.2
hh3cWIPSCtmPolicyTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the parameters for WIPS countermeasure policy.
        One policy could be assigned to different VSDs.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) 2 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1
hh3cWIPSCtmPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSCtmPolicyName }
  DESCRIPTION	"Each entry contains information of each countermeasure policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) 1 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.1
hh3cWIPSCtmPolicyName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of countermeasure policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.2
hh3cWIPSCtmPolicyCfgRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.3
hh3cWIPSCtmPolicyBitString OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the bit string of countermeasure policy configuration.
        The specific countermeasure of device is enabled if its corresponding
        bit is set to 1; disabled if its corresponding bit is set to 0.
        bit3:  misconfigured AP
        bit4:  rogue AP
        bit5:  unauthorized station
        bit6:  external AP
        bit9:  misassociation station
        bit10: potential authorized AP
        bit11: potential rogue AP
        bit12: potential external AP
        bit13: uncategorized AP
        bit14: uncategorized station"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.4
hh3cWIPSCtmPolicyFixedChl OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents whether enable fixed channel scan function."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.5
hh3cWIPSCtmPolicyRogueAPPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure for rogue AP.
         Available value limits from 0 to 9.
         Value 0xffffffff represents undo operation."
  DEFVAL	{ 9 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.6
hh3cWIPSCtmPolicyPtRogueAPPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure
        for potential rogue AP.
        Available value limits from 0 to 9.
        Value 0xffffffff represents undo operation."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.7
hh3cWIPSCtmPolicyMisconfAPPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure
        for misconfigured AP.
        Available value limits from 0 to 9.
        Value 0xffffffff represents undo operation."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.8
hh3cWIPSCtmPolicyExternalAPPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure
        for external AP.
        Available value limits from 0 to 9.
        Value 0xffffffff represents undo operation."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.9
hh3cWIPSCtmPolicyPtExternalAPPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure
        for potential external AP.
        Available value limits from 0 to 9.
        Value 0xffffffff represents undo operation."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.10
hh3cWIPSCtmPolicyUncateAPPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure
        for uncategorized AP.
        Available value limits from 0 to 9.
        Value 0xffffffff represents undo operation."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.11
hh3cWIPSCtmPolicyPtAuthAPPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure
        for potential authorized AP.
        Available value limits from 0 to 9.
        Value 0xffffffff represents undo operation."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.12
hh3cWIPSCtmPolicyMisassoStaPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure
        for misassociated station.
        Available value limits from 0 to 9.
        Value 0xffffffff represents undo operation."
  DEFVAL	{ 6 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.13
hh3cWIPSCtmPolicyUncateStaPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure
        for uncategorized station.
        Available value limits from 0 to 9.
        Value 0xffffffff represents undo operation."
  DEFVAL	{ 4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.1.11.2.1.14
hh3cWIPSCtmPolicyUnauthStaPre OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the precedence of countermeasure
        for unauthorized station.
        Available value limits from 0 to 9.
        Value 0xffffffff represents undo operation."
  DEFVAL	{ 8 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyTable(2) hh3cWIPSCtmPolicyEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.1.11.3
hh3cWIPSCtmPolicyDevListTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the MAC address list of countermeasure device
        in WIPS countermeasure policy. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) 3 }

.1.3.6.1.4.1.25506.2.118.1.11.3.1
hh3cWIPSCtmPolicyDevListEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSCtmPolicyName, hh3cWIPSCtmPolicyDevMAC }
  DESCRIPTION	"Each entry contains information of each MAC address of device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyDevListTable(3) 1 }

.1.3.6.1.4.1.25506.2.118.1.11.3.1.1
hh3cWIPSCtmPolicyDevMAC OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of countermeasure device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyDevListTable(3) hh3cWIPSCtmPolicyDevListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.11.3.1.2
hh3cWIPSCtmPolicyDevRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSCtmConfigGroup(11) hh3cWIPSCtmPolicyDevListTable(3) hh3cWIPSCtmPolicyDevListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.12
hh3cWIPSMalPktDctConfigGroup OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 12 }

.1.3.6.1.4.1.25506.2.118.1.12.1
hh3cWIPSMalPktDctCfgLogSupportSet OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bit string of supported malformed packet detect policy
        controlling the log function.
        The specific malformed packet detect policy is supported if its corresponding
        bit is set to 1; otherwise its corresponding bit is set to 0.
        bit0:  invalid IE length
        bit1:  duplicated IE
        bit2:  redundant IE
        bit3:  invalid packet length
        bit4:  illegal IBSS and ESS
        bit5:  invalid source address
        bit6:  overflow EAPOL key length
        bit7:  malformed authetication
        bit8:  malformed association request
        bit9:  malformed HT-IE
        bit10: large duration
        bit11: null probe response
        bit12: invalid deauthentication reason code
        bit13: invalid disassociation reason code
        bit14: overflow SSID length
        bit15: fata-jack
        bit17: invalid-channel"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) 1 }

.1.3.6.1.4.1.25506.2.118.1.12.2
hh3cWIPSMalPktDctCfgTrapSupportSet OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the bit string of supported malformed packet detect policy
        controlling the trap function.
        The specific malformed packet detect policy is supported if its corresponding
        bit is set to 1; otherwise its corresponding bit is set to 0.
        bit0:  invalid IE length
        bit1:  duplicated IE
        bit2:  redundant IE
        bit3:  invalid packet length
        bit4:  illegal IBSS and ESS
        bit5:  invalid source address
        bit6:  overflow EAPOL key length
        bit7:  malformed authetication
        bit8:  malformed association request
        bit9:  malformed HT-IE
        bit10: large duration
        bit11: null probe response
        bit12: invalid deauthentication reason code
        bit13: invalid disassociation reason code
        bit14: overflow SSID length
        bit15: fata-jack
        bit17: invalid-channel"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) 2 }

.1.3.6.1.4.1.25506.2.118.1.12.3
hh3cWIPSMalPktDctPolicyTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) 3 }

.1.3.6.1.4.1.25506.2.118.1.12.3.1
hh3cWIPSMalPktDctPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSMalPktDctPolicyName }
  DESCRIPTION	"Represents."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) hh3cWIPSMalPktDctPolicyTable(3) 1 }

.1.3.6.1.4.1.25506.2.118.1.12.3.1.1
hh3cWIPSMalPktDctPolicyName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of malformed packet detect policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) hh3cWIPSMalPktDctPolicyTable(3) hh3cWIPSMalPktDctPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.12.3.1.2
hh3cWIPSMalPktDctPolicyCfgRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) hh3cWIPSMalPktDctPolicyTable(3) hh3cWIPSMalPktDctPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.12.3.1.3
hh3cWIPSMalPktDctPolicyLogBitString OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the bit string of malformed packet detect policy
        controlling the log function configuration.
        The specific malformed packet detect is enbled if its corresponding
        bit is set to 1; disabled its corresponding bit is set to 0.
        bit0:  invalid IE length
        bit1:  duplicated IE
        bit2:  redundant IE
        bit3:  invalid packet length
        bit4:  illegal IBSS and ESS
        bit5:  invalid source address
        bit6:  overflow EAPOL key length
        bit7:  malformed authetication
        bit8:  malformed association request
        bit9:  malformed HT-IE
        bit10: large duration
        bit11: null probe response
        bit12: invalid deauthentication reason code
        bit13: invalid disassociation reason code
        bit14: overflow SSID length
        bit15: fata-jack
        bit17: invalid-channel"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) hh3cWIPSMalPktDctPolicyTable(3) hh3cWIPSMalPktDctPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.1.12.3.1.4
hh3cWIPSMalPktDctPolicyTrapBitString OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the bit string of malformed packet detect policy
        controlling the trap function configuration.
        The specific malformed packet detect is enbled if its corresponding
        bit is set to 1; disabled its corresponding bit is set to 0.
        bit0:  invalid IE length
        bit1:  duplicated IE
        bit2:  redundant IE
        bit3:  invalid packet length
        bit4:  illegal IBSS and ESS
        bit5:  invalid source address
        bit6:  overflow EAPOL key length
        bit7:  malformed authetication
        bit8:  malformed association request
        bit9:  malformed HT-IE
        bit10: large duration
        bit11: null probe response
        bit12: invalid deauthentication reason code
        bit13: invalid disassociation reason code
        bit14: overflow SSID length
        bit15: fata-jack
        bit17: invalid-channel"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) hh3cWIPSMalPktDctPolicyTable(3) hh3cWIPSMalPktDctPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.1.12.3.1.5
hh3cWIPSMalPktDctPolicyDurationThreshold OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (1..32767) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the threshold of duration
        for large duration malformed packet detection."
  DEFVAL	{ 5000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) hh3cWIPSMalPktDctPolicyTable(3) hh3cWIPSMalPktDctPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.1.12.3.1.6
hh3cWIPSMalPktDctPolicyQuietTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (5..604800) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Represents the quiet time after reporting event alarm."
  DEFVAL	{ 600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSMalPktDctConfigGroup(12) hh3cWIPSMalPktDctPolicyTable(3) hh3cWIPSMalPktDctPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.1.13
hh3cWIPSStaticTrustOUIListCfgTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the OUI list
        of devices in the static trust list.
        WIPS will take the devices in the list as authorized devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 13 }

.1.3.6.1.4.1.25506.2.118.1.13.1
hh3cWIPSStaticTrustOUIListCfgEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSStaticTrustOUIListOUI }
  DESCRIPTION	"Each entry contains information of each OUI
        in the static trust list.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticTrustOUIListCfgTable(13) 1 }

.1.3.6.1.4.1.25506.2.118.1.13.1.1
hh3cWIPSStaticTrustOUIListOUI OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the OUI in static trust list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticTrustOUIListCfgTable(13) hh3cWIPSStaticTrustOUIListCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.13.1.2
hh3cWIPSStaticTrustOUIListRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticTrustOUIListCfgTable(13) hh3cWIPSStaticTrustOUIListCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.1.14
hh3cWIPSStaticTrustVendorListCfgTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the vendor list
        of devices in the static trust list.
        WIPS will take the devices in the list as authorized devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) 14 }

.1.3.6.1.4.1.25506.2.118.1.14.1
hh3cWIPSStaticTrustVendorListCfgEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSStaticTrustVendorListVendor }
  DESCRIPTION	"Each entry contains information of each vendor
        in the static trust list.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticTrustVendorListCfgTable(14) 1 }

.1.3.6.1.4.1.25506.2.118.1.14.1.1
hh3cWIPSStaticTrustVendorListVendor OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the vendor in static trust list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticTrustVendorListCfgTable(14) hh3cWIPSStaticTrustVendorListCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.1.14.1.2
hh3cWIPSStaticTrustVendorListRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSConfigGroup(1) hh3cWIPSStaticTrustVendorListCfgTable(14) hh3cWIPSStaticTrustVendorListCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2
hh3cWIPSDetectGroup OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) 2 }

.1.3.6.1.4.1.25506.2.118.2.1
hh3cWIPSDctAPTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of possible BSS information for
        APs detected by the WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 1 }

.1.3.6.1.4.1.25506.2.118.2.1.1
hh3cWIPSDctAPEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctAPVSD, hh3cWIPSDctAPBSSID }
  DESCRIPTION	"Each entry contains possible BSS information of each AP detected
        by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.1.1.1
hh3cWIPSDctAPVSD OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the virtual security domain where the BSS was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.1.1.2
hh3cWIPSDctAPBSSID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the Basic Service Set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.1.1.3
hh3cWIPSDctAPRunningTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time since AP started to work, which is got from
        beacon/probe response frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.1.1.4
hh3cWIPSDctAPRunTmLastUpdateTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time update hh3cWIPSDctAPRunningTime since
        system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.1.1.5
hh3cWIPSDctAPIsCountered OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the detected AP is countered by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.2.1.1.6
hh3cWIPSDctAPWorkChannel OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSChannel
  SYNTAX	Integer32 (0..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio channel which the detected AP work on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.2.1.1.7
hh3cWIPSDctAPRadioType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSRadioType
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio type used by the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.2.1.1.8
hh3cWIPSDctAPAuthMethod OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSAuthMethod
  SYNTAX	INTEGER {none(1), psk(2), dot1x(3), other(4), pskANDdot1x(5), pskANDother(6), dot1xANDother(7), pskANDdot1xANDother(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the authentication method used by the detected AP.
        none(1)            - No key management mode configured,
        psk(2)             - pre-shared key authentication,
        dot1x(3)           - 802.1x authentication,
        other(4)           - other authentication,
        psk/dot1x(5)       - psk and dot1x authentication,
        psk/other(6)       - psk and other authentication,
        dot1x/other(7)     - dot1x and other authentication,
        psk/dot1x/other(8) - psk, dot1x and other authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.2.1.1.9
hh3cWIPSDctAPEncryptMethod OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSEncryptMethod
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the encrypt method used by the detected AP.
        none(1)     - clear text or no cipher method is configure,
        wep(2)      - WEP key,
        tkip(4)     - WPA Temporal Key encryption,
        ccmp(8)     - WPA AES CCMP encryption"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.2.1.1.10
hh3cWIPSDctAPSecurity OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSAPSecurityType
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the security suites of the detected AP.
        clear  0x01
        wpa2   0x02
        wpa    0x04
        wep    0x08"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.2.1.1.11
hh3cWIPSDctAPSeverityLevel OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the severity level of the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.2.1.1.12
hh3cWIPSDctAPLastDctTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that AP was detected for the last time since system
        is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.2.1.1.13
hh3cWIPSDctAPFirstDctTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that AP was detected for the first time
        since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.2.1.1.14
hh3cWIPSDctAPAdd2BlackList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the AP will be taken as a rogue AP.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSBlockListTable and the category of the AP will be
        taken as rogue.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSBlockListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.2.1.1.15
hh3cWIPSDctAPAdd2WhiteList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the AP will be taken as an authorized AP.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSTrustListTable.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSTrustListTable"
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 15 }

.1.3.6.1.4.1.25506.2.118.2.1.1.16
hh3cWIPSDctAPAdd2IgnoreList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the AP will be taken as an ignored AP.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSIgnoreListTable.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSIgnoreListTable"
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 16 }

.1.3.6.1.4.1.25506.2.118.2.1.1.17
hh3cWIPSDctAPAdd2CtmList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the AP will be taken as a countered AP.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSCountermeasureListTable.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSCountermeasureListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 17 }

.1.3.6.1.4.1.25506.2.118.2.1.1.18
hh3cWIPSDctAPCategory OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSAPCategoryType
  SYNTAX	INTEGER {adhoc(1), authorized(2), rogue(3), misconfigured(4), external(5), potentialAuthorized(6), potentialRogue(7), potentialExternal(8), uncategorized(9)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents the categorized result of the AP.
        For set operation, only the following values are valid:
        authorized(2),rogue(3),misconfigured(4),external(5)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 18 }

.1.3.6.1.4.1.25506.2.118.2.1.1.19
hh3cWIPSDctAPCategoryWay OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSDevCategoryWay
  SYNTAX	INTEGER {manual(1), autoByNMS(2), autoByDev(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents by which way the AP is categorized.
        manual(1)    -categorized by user
        autoByNMS(2) -categorized by NMS(Network Management System)
        autoByDev(3) -categorized by WIPS"
  DEFVAL	{ autoByDev }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 19 }

.1.3.6.1.4.1.25506.2.118.2.1.1.20
hh3cWIPSDctAPStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSDevStatus
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of the AP detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 20 }

.1.3.6.1.4.1.25506.2.118.2.1.1.21
hh3cWIPSDctAPSSID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the SSID broadcasted by AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 21 }

.1.3.6.1.4.1.25506.2.118.2.1.1.22
hh3cWIPSDctAPAttachStaNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of clients associated with the detected AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 22 }

.1.3.6.1.4.1.25506.2.118.2.1.1.23
hh3cWIPSDctAPRptSensorNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of sensors detecting the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 23 }

.1.3.6.1.4.1.25506.2.118.2.1.1.24
hh3cWIPSDctAPVendor OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor of this AP detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPTable(1) hh3cWIPSDctAPEntry(1) 24 }

.1.3.6.1.4.1.25506.2.118.2.2
hh3cWIPSDctAPAttachStaTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of station associated with APs
        detected by the WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 2 }

.1.3.6.1.4.1.25506.2.118.2.2.1
hh3cWIPSDctAPAttachStaEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctAPVSD, hh3cWIPSDctAPBSSID, hh3cWIPSDctAPAttachStaMac }
  DESCRIPTION	"Each entry contains possible station information detected
        by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPAttachStaTable(2) 1 }

.1.3.6.1.4.1.25506.2.118.2.2.1.1
hh3cWIPSDctAPAttachStaMac OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of station associated with AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPAttachStaTable(2) hh3cWIPSDctAPAttachStaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.2.1.2
hh3cWIPSDctAPAttachStaRowStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of this table entry.  It is read-only and
        will return 'Not writable' for set operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPAttachStaTable(2) hh3cWIPSDctAPAttachStaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.3
hh3cWIPSDctAPRptSensorTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of sensors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 3 }

.1.3.6.1.4.1.25506.2.118.2.3.1
hh3cWIPSDctAPRptSensorEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctAPVSD, hh3cWIPSDctAPBSSID, hh3cWIPSDctAPRptSensorName }
  DESCRIPTION	"Each entry contains possible sensor information of WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPRptSensorTable(3) 1 }

.1.3.6.1.4.1.25506.2.118.2.3.1.1
hh3cWIPSDctAPRptSensorName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPRptSensorTable(3) hh3cWIPSDctAPRptSensorEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.3.1.2
hh3cWIPSDctAPRptSensorRadioId OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio the sensor AP detected the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPRptSensorTable(3) hh3cWIPSDctAPRptSensorEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.3.1.3
hh3cWIPSDctAPRptRSSI OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (0..90) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current value of signal strength that WIPS sensor
        AP received from the AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPRptSensorTable(3) hh3cWIPSDctAPRptSensorEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.3.1.4
hh3cWIPSDctAPLastRptTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that AP was detected by this sensor
        for the last time since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctAPRptSensorTable(3) hh3cWIPSDctAPRptSensorEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.4
hh3cWIPSDctStaTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of possible information for
        stations detected by the WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 4 }

.1.3.6.1.4.1.25506.2.118.2.4.1
hh3cWIPSDctStaEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctStaVSD, hh3cWIPSDctStaMac }
  DESCRIPTION	"Each entry contains possible station information of each station
        detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) 1 }

.1.3.6.1.4.1.25506.2.118.2.4.1.1
hh3cWIPSDctStaVSD OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the virtual security domain in which the station was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.4.1.2
hh3cWIPSDctStaMac OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.4.1.3
hh3cWIPSDctStaAssocBSSID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the BSSID which station associates with."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.4.1.4
hh3cWIPSDctStaStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSDevStatus
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of this station detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.4.1.5
hh3cWIPSDctStaCategory OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSClientCategoryType
  SYNTAX	INTEGER {authorized(1), unauthorized(2), misassociated(3), uncategorized(4), unassociated(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the categorized result of the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.2.4.1.6
hh3cWIPSDctStaRadioType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSRadioType
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio type used by the detected station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.2.4.1.7
hh3cWIPSDctStaWorkChannel OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSChannel
  SYNTAX	Integer32 (0..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio channel that WIPS sensor AP detected
        the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.2.4.1.8
hh3cWIPSDctStaIsCountered OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the detected station is countered by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.2.4.1.9
hh3cWIPSDctStaAdd2BlackList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the station will be taken as a rogue station.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSBlockListTable and the category of the station will be
        taken as rogue.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSBlockListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.2.4.1.10
hh3cWIPSDctStaAdd2WhiteList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the station will be taken as an authorized station.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSTrustListTable.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSTrustListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.2.4.1.11
hh3cWIPSDctStaAdd2IgnoreList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the station will be taken as an ignored station.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSIgnoreListTable.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSIgnoreListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.2.4.1.12
hh3cWIPSDctStaAdd2CtmList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the station will be taken as a countered station.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSCountermeasureListTable.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSCountermeasureListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.2.4.1.13
hh3cWIPSDctStaFirstDctTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that station was detected for the first time
        since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.2.4.1.14
hh3cWIPSDctStaLastDctTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that station was detected for the last time
        since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.2.4.1.15
hh3cWIPSDctStaRptSensorNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of sensors detecting the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 15 }

.1.3.6.1.4.1.25506.2.118.2.4.1.16
hh3cWIPSDctStaState OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {authentication(1), association(2), eapSuccess(3), eapLogoff(4), disassociation(5), deauthentication(6), unassociation(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the authentication state of station with AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 16 }

.1.3.6.1.4.1.25506.2.118.2.4.1.17
hh3cWIPSDctStaVendor OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor of this station detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaTable(4) hh3cWIPSDctStaEntry(1) 17 }

.1.3.6.1.4.1.25506.2.118.2.5
hh3cWIPSDctStaRptSensorTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of sensors detecting the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 5 }

.1.3.6.1.4.1.25506.2.118.2.5.1
hh3cWIPSDctStaRptSensorEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctStaVSD, hh3cWIPSDctStaMac, hh3cWIPSDctStaRtpSensorName }
  DESCRIPTION	"Each entry contains possible sensor information of WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaRptSensorTable(5) 1 }

.1.3.6.1.4.1.25506.2.118.2.5.1.1
hh3cWIPSDctStaRtpSensorName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaRptSensorTable(5) hh3cWIPSDctStaRptSensorEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.5.1.2
hh3cWIPSDctStaRptSensorRadioId OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio the sensor AP detected the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaRptSensorTable(5) hh3cWIPSDctStaRptSensorEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.5.1.3
hh3cWIPSDctStaRptRSSI OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current value of signal strength that WIPS sensor
        AP received from the station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaRptSensorTable(5) hh3cWIPSDctStaRptSensorEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.5.1.4
hh3cWIPSDctStaLastRptTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that station was detected by this sensor
        for the last time since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctStaRptSensorTable(5) hh3cWIPSDctStaRptSensorEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.6
hh3cWIPSDctSSIDTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of possible ESS information for
        networks detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 6 }

.1.3.6.1.4.1.25506.2.118.2.6.1
hh3cWIPSDctSSIDEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctNetworkVSD, hh3cWIPSDctNetworkSSID, hh3cWIPSDctNetworkCfg }
  DESCRIPTION	"Each entry contains possible ESS information of each ESS detected
        by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDTable(6) 1 }

.1.3.6.1.4.1.25506.2.118.2.6.1.1
hh3cWIPSDctNetworkVSD OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the virtual security domain in which the ESS was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDTable(6) hh3cWIPSDctSSIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.6.1.2
hh3cWIPSDctNetworkSSID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the service set identifier for the ESS.
         Using the ASCII value '1' represents that the SSID is not advertised
         in the beacon frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDTable(6) hh3cWIPSDctSSIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.6.1.3
hh3cWIPSDctNetworkCfg OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the encrypt method, security suite and authentication method
        which are used by the detected ESS.
        The lowest 8 bits mean encrypt method.  The higher 8 bits mean security suite.
        The third 8 bits stand for authentication method.  The higerest 8 bits
        are reserved.  The meaning is shown as follows:
        31              23              15              7             0
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        |  reserved     |  auth method  | security suite|encryptmethod|
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        For encrypt method, the following values are supported:
        1: none     - clear text or no cipher method is configure,
        2: wep      - WEP key,
        4: tkip     - WPA Temporal Key encryption,
        8: ccmp     - WPA AES CCMP encryption
        For security suite, the following values are supported:
        0x01: clear
        0x02: wpa2
        0x04: wpa
        0x08: wep
        For authentication method, the following values are supported:
        1:  none            - No key management mode configured,
        2:  psk             - pre-shared key authentication,
        3:  dot1x           - 802.1x authentication,
        4:  other           - other authentication,
        5:  psk/dot1x       - psk and dot1x authentication,
        6:  psk/other       - psk and other authentication,
        7:  dot1x/other     - dot1x and other authentication,
        8:  psk/dot1x/other - psk, dot1x and other authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDTable(6) hh3cWIPSDctSSIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.6.1.4
hh3cWIPSDctNetworkFirstRptTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that ESS was detected for the first time
        since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDTable(6) hh3cWIPSDctSSIDEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.6.1.5
hh3cWIPSDctNetworkLastRptTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that ESS was detected for the last time
        since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDTable(6) hh3cWIPSDctSSIDEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.2.6.1.6
hh3cWIPSDctNetworkStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSDevStatus
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of this ESS detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDTable(6) hh3cWIPSDctSSIDEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.2.6.1.7
hh3cWIPSDctNetworkSSIDHide OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the ESS broadcasted its SSID."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDTable(6) hh3cWIPSDctSSIDEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.2.6.1.8
hh3cWIPSDctNetworkBSSNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of APs using the same SSID in the ESS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDTable(6) hh3cWIPSDctSSIDEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.2.7
hh3cWIPSDctSSIDBSSTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of APs using the same SSID in the ESS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 7 }

.1.3.6.1.4.1.25506.2.118.2.7.1
hh3cWIPSDctSSIDBSSEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctNetworkVSD, hh3cWIPSDctNetworkSSID, hh3cWIPSDctNetworkCfg, hh3cWIPSDctNetworkBSSID }
  DESCRIPTION	"Each entry contains possible BSS information of each AP detected
        by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDBSSTable(7) 1 }

.1.3.6.1.4.1.25506.2.118.2.7.1.1
hh3cWIPSDctNetworkBSSID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the Basic Service Set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDBSSTable(7) hh3cWIPSDctSSIDBSSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.7.1.2
hh3cWIPSDctNetworkBSSWorkChl OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSChannel
  SYNTAX	Integer32 (0..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio channel that WIPS sensor AP detected
        the BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDBSSTable(7) hh3cWIPSDctSSIDBSSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.7.1.3
hh3cWIPSDctNetworkBSSStaNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of clients associated with the detected BSS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctSSIDBSSTable(7) hh3cWIPSDctSSIDBSSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.8
hh3cWIPSBlockListTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of block device MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 8 }

.1.3.6.1.4.1.25506.2.118.2.8.1
hh3cWIPSBlockListEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSBlockListMacAddress }
  DESCRIPTION	"Each entry contains block device MAC address information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSBlockListTable(8) 1 }

.1.3.6.1.4.1.25506.2.118.2.8.1.1
hh3cWIPSBlockListMacAddress OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of block device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSBlockListTable(8) hh3cWIPSBlockListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.8.1.2
hh3cWIPSBlockListStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {static(1), dynamic(2), staticAndDynamic(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of block device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSBlockListTable(8) hh3cWIPSBlockListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.9
hh3cWIPSChannelTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of channel information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 9 }

.1.3.6.1.4.1.25506.2.118.2.9.1
hh3cWIPSChannelEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSChannelNum }
  DESCRIPTION	"Each entry contains channel information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChannelTable(9) 1 }

.1.3.6.1.4.1.25506.2.118.2.9.1.1
hh3cWIPSChannelNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSChannel
  SYNTAX	Integer32 (0..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the channel number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChannelTable(9) hh3cWIPSChannelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.9.1.2
hh3cWIPSChannelRadioType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSRadioType
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio type used in the specific channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChannelTable(9) hh3cWIPSChannelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.9.1.3
hh3cWIPSChannelIsPermitted OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the channel is permitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChannelTable(9) hh3cWIPSChannelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.9.1.4
hh3cWIPSChannelLastRptTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the latest time that detecting the channel is active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChannelTable(9) hh3cWIPSChannelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.10
hh3cWIPSCountermeasureListTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of global static countermeasure device information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 10 }

.1.3.6.1.4.1.25506.2.118.2.10.1
hh3cWIPSCountermeasureListEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSCtmListMacAddress }
  DESCRIPTION	"Each entry contains countermeasure device information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCountermeasureListTable(10) 1 }

.1.3.6.1.4.1.25506.2.118.2.10.1.1
hh3cWIPSCtmListMacAddress OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the countered device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCountermeasureListTable(10) hh3cWIPSCountermeasureListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.10.1.2
hh3cWIPSCtmListLastestWorkChl OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSChannel
  SYNTAX	Integer32 (0..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel on which the countermeasure device was working."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCountermeasureListTable(10) hh3cWIPSCountermeasureListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.10.1.3
hh3cWIPSCtmListFirstTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the first time that the device was countered
        since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCountermeasureListTable(10) hh3cWIPSCountermeasureListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.10.1.4
hh3cWIPSCtmListLastTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the last time that the device was countered
        since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCountermeasureListTable(10) hh3cWIPSCountermeasureListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.10.1.5
hh3cWIPSCtmListQurCnt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents how many times that the device was countered. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCountermeasureListTable(10) hh3cWIPSCountermeasureListEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.2.10.1.6
hh3cWIPSCtmListSensorNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of sensors detecting the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCountermeasureListTable(10) hh3cWIPSCountermeasureListEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.2.11
hh3cWIPSIgnoreListTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of ignored device information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 11 }

.1.3.6.1.4.1.25506.2.118.2.11.1
hh3cWIPSIgnoreListEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSIgnoreListMacAddress }
  DESCRIPTION	"Each entry contains ignored device information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSIgnoreListTable(11) 1 }

.1.3.6.1.4.1.25506.2.118.2.11.1.1
hh3cWIPSIgnoreListMacAddress OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the ignored device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSIgnoreListTable(11) hh3cWIPSIgnoreListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.11.1.2
hh3cWIPSIgnoreListFirstIgnoreTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the first time when the event caused
        by the device was ignored since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSIgnoreListTable(11) hh3cWIPSIgnoreListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.11.1.3
hh3cWIPSIgnoreListLastIgnoreTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the last time when the event caused
        by the device was ignored since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSIgnoreListTable(11) hh3cWIPSIgnoreListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.11.1.4
hh3cWIPSIgnoreListIgnoreCnt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of times of the event caused by device has been ignored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSIgnoreListTable(11) hh3cWIPSIgnoreListEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.12
hh3cWIPSTrustListTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of trust device information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 12 }

.1.3.6.1.4.1.25506.2.118.2.12.1
hh3cWIPSTrustListEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSTrustListMacAddress }
  DESCRIPTION	"Each entry contains information of a trust device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSTrustListTable(12) 1 }

.1.3.6.1.4.1.25506.2.118.2.12.1.1
hh3cWIPSTrustListMacAddress OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the trust device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSTrustListTable(12) hh3cWIPSTrustListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.12.1.2
hh3cWIPSTrustListStatus OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {static(1), dynamic(2), staticAndDynamic(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the status of the trust device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSTrustListTable(12) hh3cWIPSTrustListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.13
hh3cWIPSChlStatTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of channel statistics information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 13 }

.1.3.6.1.4.1.25506.2.118.2.13.1
hh3cWIPSChlStatEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSChlStatSensorMacAddr, hh3cWIPSChlStatChannel }
  DESCRIPTION	"Each entry contains information of channel statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) 1 }

.1.3.6.1.4.1.25506.2.118.2.13.1.1
hh3cWIPSChlStatSensorMacAddr OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.13.1.2
hh3cWIPSChlStatChannel OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSChannel
  SYNTAX	Integer32 (0..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the statistics channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.13.1.3
hh3cWIPSChlStatTotalPkt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of total frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.13.1.4
hh3cWIPSChlStatTotalByte OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the length of total frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.13.1.5
hh3cWIPSChlStatBmcastPkt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of broadcast and multicast frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.2.13.1.6
hh3cWIPSChlStatBmcastByte OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total length of broadcast and multicast frames
        in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.2.13.1.7
hh3cWIPSChlStatUnicastPkt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of unicast frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.2.13.1.8
hh3cWIPSChlStatUnicastByte OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the total length of unicast frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.2.13.1.9
hh3cWIPSChlStatManagement OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of management frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.2.13.1.10
hh3cWIPSChlStatControl OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of control frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.2.13.1.11
hh3cWIPSChlStatData OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of data frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.2.13.1.12
hh3cWIPSChlStatBeacon OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of beacon frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.2.13.1.13
hh3cWIPSChlStatRTS OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of RTS frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.2.13.1.14
hh3cWIPSChlStatCTS OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of CTS frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.2.13.1.15
hh3cWIPSChlStatProbeRequest OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of probe request frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.118.2.13.1.16
hh3cWIPSChlStatProbeResponse OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of probe response frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.118.2.13.1.17
hh3cWIPSChlStatFragment OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of fragment frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 17 }

.1.3.6.1.4.1.25506.2.118.2.13.1.18
hh3cWIPSChlStatRetry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of retry frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 18 }

.1.3.6.1.4.1.25506.2.118.2.13.1.19
hh3cWIPSChlStatEapSuccess OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAP-Success frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 19 }

.1.3.6.1.4.1.25506.2.118.2.13.1.20
hh3cWIPSChlStatEapFailure OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAP-Failure frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 20 }

.1.3.6.1.4.1.25506.2.118.2.13.1.21
hh3cWIPSChlStatEapolStart OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAPOL-Start frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 21 }

.1.3.6.1.4.1.25506.2.118.2.13.1.22
hh3cWIPSChlStatEapolLogoff OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAPOL-Logoff frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 22 }

.1.3.6.1.4.1.25506.2.118.2.13.1.23
hh3cWIPSChlStatAssocRequest OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of association request frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 23 }

.1.3.6.1.4.1.25506.2.118.2.13.1.24
hh3cWIPSChlStatAssocResponse OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of association response frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 24 }

.1.3.6.1.4.1.25506.2.118.2.13.1.25
hh3cWIPSChlStatUnicastDisassoc OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of unicast disassociation frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 25 }

.1.3.6.1.4.1.25506.2.118.2.13.1.26
hh3cWIPSChlStatBroadcastDisassoc OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of broadcast disassociation frames
        in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 26 }

.1.3.6.1.4.1.25506.2.118.2.13.1.27
hh3cWIPSChlStatAuthentication OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of authentication frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 27 }

.1.3.6.1.4.1.25506.2.118.2.13.1.28
hh3cWIPSChlStatUnicastDeauthen OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of unicast deauthentication frames
        in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 28 }

.1.3.6.1.4.1.25506.2.118.2.13.1.29
hh3cWIPSChlStatBroadcastDeauthen OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of broadcast deauthentication frames
        in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 29 }

.1.3.6.1.4.1.25506.2.118.2.13.1.30
hh3cWIPSChlStatMalformed OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of malformed frames in the channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSChlStatTable(13) hh3cWIPSChlStatEntry(1) 30 }

.1.3.6.1.4.1.25506.2.118.2.14
hh3cWIPSDevStatTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of device statistics information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 14 }

.1.3.6.1.4.1.25506.2.118.2.14.1
hh3cWIPSDevStatEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDevStatSensorMacAddr, hh3cWIPSDevStatDevMacAddress, hh3cWIPSDevStatChannel }
  DESCRIPTION	"Each entry contains information of device statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) 1 }

.1.3.6.1.4.1.25506.2.118.2.14.1.1
hh3cWIPSDevStatSensorMacAddr OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.14.1.2
hh3cWIPSDevStatDevMacAddress OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of the device detected by the sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.14.1.3
hh3cWIPSDevStatChannel OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSChannel
  SYNTAX	Integer32 (0..224) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the device working channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.14.1.4
hh3cWIPSDevStatTxTotalPkt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of total frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.14.1.5
hh3cWIPSDevStatTxTotalByte OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the length of total frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.2.14.1.6
hh3cWIPSDevStatTxBMcastPkt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of broadcast and multicast frames transmitted by
        the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.2.14.1.7
hh3cWIPSDevStatTxBMcastByte OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the length of broadcast and multicast frames transmitted by
        the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.2.14.1.8
hh3cWIPSDevStatTxUnicastPkt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of unicast frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.2.14.1.9
hh3cWIPSDevStatTxUnicastByte OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the length of unicast frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.2.14.1.10
hh3cWIPSDevStatTxMgmt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of management frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.2.14.1.11
hh3cWIPSDevStatTxCtrl OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of control frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.2.14.1.12
hh3cWIPSDevStatTxData OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of data frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.2.14.1.13
hh3cWIPSDevStatTxBeacon OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of beacon frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.2.14.1.14
hh3cWIPSDevStatTxRTS OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of RTS frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.2.14.1.15
hh3cWIPSDevStatTxProbeRequest OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of probe request frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.118.2.14.1.16
hh3cWIPSDevStatTxProbeResponse OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of probe response frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.118.2.14.1.17
hh3cWIPSDevStatTxFragment OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of fragment frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 17 }

.1.3.6.1.4.1.25506.2.118.2.14.1.18
hh3cWIPSDevStatTxRetry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of retry frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 18 }

.1.3.6.1.4.1.25506.2.118.2.14.1.19
hh3cWIPSDevStatTxAssocRequest OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of association request frames transmitted
        by the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 19 }

.1.3.6.1.4.1.25506.2.118.2.14.1.20
hh3cWIPSDevStatTxAssocResponse OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of association response frames transmitted
        by the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 20 }

.1.3.6.1.4.1.25506.2.118.2.14.1.21
hh3cWIPSDevStatTxUnicastDisassoc OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of unicast disassociation frames transmitted
        by the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 21 }

.1.3.6.1.4.1.25506.2.118.2.14.1.22
hh3cWIPSDevStatTxBcastDisassoc OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of broadcast disassociation frames transmitted
        by the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 22 }

.1.3.6.1.4.1.25506.2.118.2.14.1.23
hh3cWIPSDevStatTxAuth OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of authentication frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 23 }

.1.3.6.1.4.1.25506.2.118.2.14.1.24
hh3cWIPSDevStatTxUnicastDeauth OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of unicast deauthentication frames transmitted
        by the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 24 }

.1.3.6.1.4.1.25506.2.118.2.14.1.25
hh3cWIPSDevStatTxBcastDeauth OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of broadcast deauthentication frames transmitted
        by the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 25 }

.1.3.6.1.4.1.25506.2.118.2.14.1.26
hh3cWIPSDevStatTxEAPSuccess OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAP-Success frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 26 }

.1.3.6.1.4.1.25506.2.118.2.14.1.27
hh3cWIPSDevStatTxEAPFailure OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAP-Failure frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 27 }

.1.3.6.1.4.1.25506.2.118.2.14.1.28
hh3cWIPSDevStatTxEAPOLStart OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAPOL-Start frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 28 }

.1.3.6.1.4.1.25506.2.118.2.14.1.29
hh3cWIPSDevStatTxEAPOLLogOff OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAPOL-Logoff frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 29 }

.1.3.6.1.4.1.25506.2.118.2.14.1.30
hh3cWIPSDevStatTxMalformed OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of malformed frames transmitted by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 30 }

.1.3.6.1.4.1.25506.2.118.2.14.1.31
hh3cWIPSDevStatRxTotalPkt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of total frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 31 }

.1.3.6.1.4.1.25506.2.118.2.14.1.32
hh3cWIPSDevStatRxTotalByte OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the length of total frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 32 }

.1.3.6.1.4.1.25506.2.118.2.14.1.33
hh3cWIPSDevStatRxUnicastPkt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of unicast frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 33 }

.1.3.6.1.4.1.25506.2.118.2.14.1.34
hh3cWIPSDevStatRxUnicastByte OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the length of unicast frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 34 }

.1.3.6.1.4.1.25506.2.118.2.14.1.35
hh3cWIPSDevStatRxMgmt OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of management frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 35 }

.1.3.6.1.4.1.25506.2.118.2.14.1.36
hh3cWIPSDevStatRxCtrl OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of control frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 36 }

.1.3.6.1.4.1.25506.2.118.2.14.1.37
hh3cWIPSDevStatRxData OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of data frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 37 }

.1.3.6.1.4.1.25506.2.118.2.14.1.38
hh3cWIPSDevStatRxRTS OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of RTS frames recieved by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 38 }

.1.3.6.1.4.1.25506.2.118.2.14.1.39
hh3cWIPSDevStatRxCTS OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of CTS frames recieved by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 39 }

.1.3.6.1.4.1.25506.2.118.2.14.1.40
hh3cWIPSDevStatRxProbeRequest OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of probe request frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 40 }

.1.3.6.1.4.1.25506.2.118.2.14.1.41
hh3cWIPSDevStatRxProbeResponse OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of probe response frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 41 }

.1.3.6.1.4.1.25506.2.118.2.14.1.42
hh3cWIPSDevStatRxFragment OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of fragment frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 42 }

.1.3.6.1.4.1.25506.2.118.2.14.1.43
hh3cWIPSDevStatRxRetry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of retry frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 43 }

.1.3.6.1.4.1.25506.2.118.2.14.1.44
hh3cWIPSDevStatRxAssoRequest OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of association request frames received
        by the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 44 }

.1.3.6.1.4.1.25506.2.118.2.14.1.45
hh3cWIPSDevStatRxAssoResponse OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of association response frames received
        by the device in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 45 }

.1.3.6.1.4.1.25506.2.118.2.14.1.46
hh3cWIPSDevStatRxDisassoc OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of disassociation frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 46 }

.1.3.6.1.4.1.25506.2.118.2.14.1.47
hh3cWIPSDevStatRxAuth OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of authentication frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 47 }

.1.3.6.1.4.1.25506.2.118.2.14.1.48
hh3cWIPSDevStatRxDeauth OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of deauthentication frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 48 }

.1.3.6.1.4.1.25506.2.118.2.14.1.49
hh3cWIPSDevStatRxEAPSuccess OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAP-Success frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 49 }

.1.3.6.1.4.1.25506.2.118.2.14.1.50
hh3cWIPSDevStatRxEAPFailure OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAP-Failure frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 50 }

.1.3.6.1.4.1.25506.2.118.2.14.1.51
hh3cWIPSDevStatRxEAPOLStart OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAPOL-Start frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 51 }

.1.3.6.1.4.1.25506.2.118.2.14.1.52
hh3cWIPSDevStatRxEAPOLLogoff OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of EAPOL-Logoff frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 52 }

.1.3.6.1.4.1.25506.2.118.2.14.1.53
hh3cWIPSDevStatRxMalformed OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of malformed frames received by the device
        in one channel."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDevStatTable(14) hh3cWIPSDevStatEntry(1) 53 }

.1.3.6.1.4.1.25506.2.118.2.15
hh3cWIPSCtmDeviceTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of device information
        in static and dynamic countermeasure list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 15 }

.1.3.6.1.4.1.25506.2.118.2.15.1
hh3cWIPSCtmDeviceEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSCtmDeviceVSD, hh3cWIPSCtmDeviceMAC }
  DESCRIPTION	"Each entry contains information of countermeasure device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCtmDeviceTable(15) 1 }

.1.3.6.1.4.1.25506.2.118.2.15.1.1
hh3cWIPSCtmDeviceVSD OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the VSD which the device belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCtmDeviceTable(15) hh3cWIPSCtmDeviceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.15.1.2
hh3cWIPSCtmDeviceMAC OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of countermeasure device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCtmDeviceTable(15) hh3cWIPSCtmDeviceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.15.1.3
hh3cWIPSCtmDeviceType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {static(1), dynamic(2), staticAnddynamic(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the type of countermeasure device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCtmDeviceTable(15) hh3cWIPSCtmDeviceEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.15.1.4
hh3cWIPSCtmDeviceState OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {none(0), idle(1), pending(2), action(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the state of countermeasure device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCtmDeviceTable(15) hh3cWIPSCtmDeviceEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.15.1.5
hh3cWIPSCtmDeviceStartTime OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time when start to counter on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCtmDeviceTable(15) hh3cWIPSCtmDeviceEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.2.15.1.6
hh3cWIPSCtmDeviceCategory OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSDeviceCategoryType
  SYNTAX	INTEGER {none(0), authorizedAP(1), authorizedClient(2), misconfiguredAP(3), rogueAP(4), unauthorizedClient(5), externalAP(6), adhoc(7), bridge(8), misassociatedClient(9), potentialAuthorizedAP(10), potentialRogueAP(11), potentialExternalAP(12), uncategorizedAP(13), uncategorizedClient(14)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the category of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCtmDeviceTable(15) hh3cWIPSCtmDeviceEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.2.15.1.7
hh3cWIPSCtmDeviceChl OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the channel on which the device is countered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCtmDeviceTable(15) hh3cWIPSCtmDeviceEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.2.15.1.8
hh3cWIPSCtmDevicePrecedence OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (0..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the precedence of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSCtmDeviceTable(15) hh3cWIPSCtmDeviceEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.2.16
hh3cWIPSMalPktStatTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of malformed packet statistics information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 16 }

.1.3.6.1.4.1.25506.2.118.2.16.1
hh3cWIPSMalPktStatEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSMalPktStatSensorName }
  DESCRIPTION	"Each entry contains information of malformed pakcet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) 1 }

.1.3.6.1.4.1.25506.2.118.2.16.1.1
hh3cWIPSMalPktStatSensorName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.16.1.2
hh3cWIPSMalPktStatInvalidIELength OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the invalid IE length
        malformed packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.16.1.3
hh3cWIPSMalPktStatDuplicatedIE OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the duplicated IE
        malformed packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.16.1.4
hh3cWIPSMalPktStatRedundantIE OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the redundant IE
        malformed packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.16.1.5
hh3cWIPSMalPktStatInvalidPktLength OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the invalide packet length
        malformed packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.2.16.1.6
hh3cWIPSMalPktStatIllegalIBSSESS OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the illegal bits of
        representing IBSS and ESS malformed packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.2.16.1.7
hh3cWIPSMalPktStatInvalidSourceAddr OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of  invalid source address combination
         malformed pakcets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.2.16.1.8
hh3cWIPSMalPktStatOverflowEAPOLKey OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the overflow EAPOL key
        malformed packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.2.16.1.9
hh3cWIPSMalPktStatMalAuth OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the malformed authentication packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.2.16.1.10
hh3cWIPSMalPktStatMalAssoReq OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the malformed association request packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.2.16.1.11
hh3cWIPSMalPktStatMalHTIE OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the malformed
        High Throughput IE segment packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.2.16.1.12
hh3cWIPSMalPktStatLargeDuration OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the malformed
        large duration packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.2.16.1.13
hh3cWIPSMalPktStatNULLProbeRes OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the malformed
        null probe response packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.2.16.1.14
hh3cWIPSMalPktStatInvalidDeAuthCode OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the malformed
        invalid deauthentication reason code packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.2.16.1.15
hh3cWIPSMalPktStatInvalidDisAssoCode OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the malformed
        invalid disassociation reason code packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.118.2.16.1.16
hh3cWIPSMalPktStatOverflowSSID OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of the malformed
        SSID length overflow packets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.118.2.16.1.17
hh3cWIPSMalPktStatFatajack OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of FATA-Jack attack pakcets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 17 }

.1.3.6.1.4.1.25506.2.118.2.16.1.18
hh3cWIPSMalPktStatInvalidChannel OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the count of Invalid-Channel attack pakcets."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSMalPktStatTable(16) hh3cWIPSMalPktStatEntry(1) 18 }

.1.3.6.1.4.1.25506.2.118.2.17
hh3cWIPSDctUnassocStaTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of possible information for
        Unassociated stations detected by the WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 17 }

.1.3.6.1.4.1.25506.2.118.2.17.1
hh3cWIPSDctUnassocStaEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctUnassocStaVSD, hh3cWIPSDctUnassocStaMac }
  DESCRIPTION	"Each entry contains possible station information of each Unassociated
        station detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) 1 }

.1.3.6.1.4.1.25506.2.118.2.17.1.1
hh3cWIPSDctUnassocStaVSD OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the virtual security domain in which the Unassociated
        station was detected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.17.1.2
hh3cWIPSDctUnassocStaMac OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the MAC address of Unassociated station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.17.1.3
hh3cWIPSDctUnassocStaCategory OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION Hh3cWIPSClientCategoryType
  SYNTAX	INTEGER {authorized(1), unauthorized(2), misassociated(3), uncategorized(4), unassociated(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the categorized result of the Unassociated station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.17.1.4
hh3cWIPSDctUnassocStaRadioType OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the radio type used by the Unassociated station.
        dot11a  0x01
        dot11b  0x02
        dot11g  0x04
        dot11n  0x08
        dot11gn 0x10
        dot11an 0x20
        dot11ac 0x40"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.2.17.1.5
hh3cWIPSDctUnassocStaIsCountered OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents whether the Unassociated station is countered by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 5 }

.1.3.6.1.4.1.25506.2.118.2.17.1.6
hh3cWIPSDctUnassocStaAdd2BlackList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the station will be taken as a rogue station.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSBlockListTable and the category of the station will be
        taken as rogue.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSBlockListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 6 }

.1.3.6.1.4.1.25506.2.118.2.17.1.7
hh3cWIPSDctUnassocStaAdd2WhiteList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the station will be taken as an authorized station.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSTrustListTable.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSTrustListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 7 }

.1.3.6.1.4.1.25506.2.118.2.17.1.8
hh3cWIPSDctUnassocStaAdd2IgnoreList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the station will be taken as an ignored station.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSIgnoreListTable.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSIgnoreListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 8 }

.1.3.6.1.4.1.25506.2.118.2.17.1.9
hh3cWIPSDctUnassocStaAdd2CtmList OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Represents whether the station will be taken as a countered station.
        If the value is true, the MAC address will be automatically added
        into hh3cWIPSCountermeasureListTable.
        If the value is false, the MAC address will be automatically deleted
        from hh3cWIPSCountermeasureListTable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 9 }

.1.3.6.1.4.1.25506.2.118.2.17.1.10
hh3cWIPSDctUnassocStaFirstDctTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that station was detected for the first time
        since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 10 }

.1.3.6.1.4.1.25506.2.118.2.17.1.11
hh3cWIPSDctUnassocStaLastDctTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that station was detected for the last time
        since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 11 }

.1.3.6.1.4.1.25506.2.118.2.17.1.12
hh3cWIPSDctUnassocStaRptSensorNum OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of sensors detecting the Unassociated station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 12 }

.1.3.6.1.4.1.25506.2.118.2.17.1.13
hh3cWIPSDctUnassocStaState OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	INTEGER {authentication(1), association(2), eapSuccess(3), eapLogoff(4), disassociation(5), deauthentication(6), unassociation(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the authentication state of Unassociated station with AP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 13 }

.1.3.6.1.4.1.25506.2.118.2.17.1.14
hh3cWIPSDctUnassocStaVendor OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the vendor of this Unassociated station detected by WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaTable(17) hh3cWIPSDctUnassocStaEntry(1) 14 }

.1.3.6.1.4.1.25506.2.118.2.18
hh3cWIPSDctUnassocStaRptSensorTable OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of sensors detecting the Unassociated station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) 18 }

.1.3.6.1.4.1.25506.2.118.2.18.1
hh3cWIPSDctUnassocStaRptSensorEntry OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWIPSDctUnassocStaVSD, hh3cWIPSDctUnassocStaMac, hh3cWIPSDctUnassocStaRtpSensorName }
  DESCRIPTION	"Each entry contains possible sensor information of WIPS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaRptSensorTable(18) 1 }

.1.3.6.1.4.1.25506.2.118.2.18.1.1
hh3cWIPSDctUnassocStaRtpSensorName OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the name of sensor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaRptSensorTable(18) hh3cWIPSDctUnassocStaRptSensorEntry(1) 1 }

.1.3.6.1.4.1.25506.2.118.2.18.1.2
hh3cWIPSDctUnassocStaRptSensorRadioId OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32 (1..4) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents on which radio the sensor AP detected the Unassociated station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaRptSensorTable(18) hh3cWIPSDctUnassocStaRptSensorEntry(1) 2 }

.1.3.6.1.4.1.25506.2.118.2.18.1.3
hh3cWIPSDctUnassocStaRptRSSI OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the current value of signal strength that WIPS sensor
        AP received from the Unassociated station."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaRptSensorTable(18) hh3cWIPSDctUnassocStaRptSensorEntry(1) 3 }

.1.3.6.1.4.1.25506.2.118.2.18.1.4
hh3cWIPSDctUnassocStaLastRptTm OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the time that Unassociated station was detected by this sensor
        for the last time since system is up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) hh3cWIPSDetectGroup(2) hh3cWIPSDctUnassocStaRptSensorTable(18) hh3cWIPSDctUnassocStaRptSensorEntry(1) 4 }

.1.3.6.1.4.1.25506.2.118.3
hh3cWIPSNotifyGroup OBJECT-TYPE
  -- FROM	HH3C-WIPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWIPS(118) 3 }

.1.3.6.1.4.1.25506.2.119
hh3cInfoCenter OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-INFOCENTER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 119 }

.1.3.6.1.4.1.25506.2.119.1
hh3cICLogbuffer OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) 1 }

.1.3.6.1.4.1.25506.2.119.1.1
hh3cICLogbufferObjects OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) 1 }

.1.3.6.1.4.1.25506.2.119.1.1.1
hh3cICMaxLogbufferSize OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of messages that can be stored
         in logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) hh3cICLogbufferObjects(1) 1 }

.1.3.6.1.4.1.25506.2.119.1.1.2
hh3cICLogbufferSize OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The capacity of logbuffer which can be customized by users.
         The valid range is from 0 to hh3cICMaxLogbufferSize."
  DEFVAL	{ 512 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) hh3cICLogbufferObjects(1) 2 }

.1.3.6.1.4.1.25506.2.119.1.1.3
hh3cICLogbufferCurrentMessages OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of log messages stored in logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) hh3cICLogbufferObjects(1) 3 }

.1.3.6.1.4.1.25506.2.119.1.1.4
hh3cICLogbufferOverwrittenMessages OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of log messages overwritten in logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) hh3cICLogbufferObjects(1) 4 }

.1.3.6.1.4.1.25506.2.119.1.1.5
hh3cICLogbufferDroppedMessages OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of log messages dropped in logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) hh3cICLogbufferObjects(1) 5 }

.1.3.6.1.4.1.25506.2.119.1.2
hh3cICLogbufferContTable OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of logbuffer contents."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) 2 }

.1.3.6.1.4.1.25506.2.119.1.2.1
hh3cICLogbufferContEntry OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cICLogbufferContIndex }
  DESCRIPTION	"The contents entry of logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) hh3cICLogbufferContTable(2) 1 }

.1.3.6.1.4.1.25506.2.119.1.2.1.1
hh3cICLogbufferContIndex OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) hh3cICLogbufferContTable(2) hh3cICLogbufferContEntry(1) 1 }

.1.3.6.1.4.1.25506.2.119.1.2.1.2
hh3cICLogbufferContDescription OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..1600) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The contents of logbuffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLogbuffer(1) hh3cICLogbufferContTable(2) hh3cICLogbufferContEntry(1) 2 }

.1.3.6.1.4.1.25506.2.119.2
hh3cICLoghost OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) 2 }

.1.3.6.1.4.1.25506.2.119.2.1
hh3cICLoghostObjects OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) 1 }

.1.3.6.1.4.1.25506.2.119.2.1.1
hh3cICMaxLoghost OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object shows the maximum number of rows in
         hh3cLoghostTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostObjects(1) 1 }

.1.3.6.1.4.1.25506.2.119.2.1.2
hh3cICLoghostSourceInterface OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The source interface which sends message to loghost.
         All loghosts use the same source interface.
         Zero is invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostObjects(1) 2 }

.1.3.6.1.4.1.25506.2.119.2.1.3
hh3cICLoghostTimestampType OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION ICTimeStampType
  SYNTAX	INTEGER {date(0), boot(1), iso(2), dateWithoutYear(3), none(4), isoWithTimezone(5), dataWithMilliseconds(6), isoWithMilliseconds(7), isoWithMillisecondsAndTimezone(8)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time stamp type of message sent to loghost."
  DEFVAL	{ date }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostObjects(1) 3 }

.1.3.6.1.4.1.25506.2.119.2.2
hh3cICLoghostTable OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of loghost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) 2 }

.1.3.6.1.4.1.25506.2.119.2.2.1
hh3cICLoghostEntry OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cICLoghostIndex }
  DESCRIPTION	"The loghost entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostTable(2) 1 }

.1.3.6.1.4.1.25506.2.119.2.2.1.1
hh3cICLoghostIndex OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Unsigned32 (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostTable(2) hh3cICLoghostEntry(1) 1 }

.1.3.6.1.4.1.25506.2.119.2.2.1.2
hh3cICLoghostIpaddressType OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address type of loghost."
  DEFVAL	{ ipv4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostTable(2) hh3cICLoghostEntry(1) 2 }

.1.3.6.1.4.1.25506.2.119.2.2.1.3
hh3cICLoghostIpaddress OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of loghost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostTable(2) hh3cICLoghostEntry(1) 3 }

.1.3.6.1.4.1.25506.2.119.2.2.1.4
hh3cICLoghostVPNName OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN instance of loghost."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostTable(2) hh3cICLoghostEntry(1) 4 }

.1.3.6.1.4.1.25506.2.119.2.2.1.5
hh3cICLoghostFacility OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION ICFacilityType
  SYNTAX	INTEGER {kernel(0), userLevel(1), mailSystem(2), systemDaemons(3), securityAuthorization(4), internallyMessages(5), linePrinter(6), networkNews(7), uucp(8), clockDaemon(9), securityAuthorization2(10), ftpDaemon(11), ntp(12), logAudit(13), logAlert(14), clockDaemon2(15), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The operations staff can selectively filter the messages
         with priority which consists of facility that generates
         the message and severity of the message.
         "
  DEFVAL	{ local7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostTable(2) hh3cICLoghostEntry(1) 5 }

.1.3.6.1.4.1.25506.2.119.2.2.1.6
hh3cICLoghostOperateRowStatus OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostTable(2) hh3cICLoghostEntry(1) 6 }

.1.3.6.1.4.1.25506.2.119.2.2.1.7
hh3cICLoghostIpaddressPort OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The loghost server port."
  DEFVAL	{ 514 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostTable(2) hh3cICLoghostEntry(1) 7 }

.1.3.6.1.4.1.25506.2.119.2.2.1.8
hh3cICLoghostTAddress OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The loghost server transport address.
         Consist of hh3cICLoghostIpaddress(ipv4) and hh3cICLoghostIpaddressPort.
         This node can't be bound with hh3cICLoghostIpaddress, hh3cICLoghostIpaddressPort
         and hh3cICLoghostIpaddressType at the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLoghost(2) hh3cICLoghostTable(2) hh3cICLoghostEntry(1) 8 }

.1.3.6.1.4.1.25506.2.119.3
hh3cICDirection OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) 3 }

.1.3.6.1.4.1.25506.2.119.3.1
hh3cICDirectionTable OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of syslog output direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICDirection(3) 1 }

.1.3.6.1.4.1.25506.2.119.3.1.1
hh3cICDirectionEntry OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cICDirectionIndex }
  DESCRIPTION	"The output direction entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICDirection(3) hh3cICDirectionTable(1) 1 }

.1.3.6.1.4.1.25506.2.119.3.1.1.1
hh3cICDirectionIndex OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICDirection(3) hh3cICDirectionTable(1) hh3cICDirectionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.119.3.1.1.2
hh3cICDirectionName OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..30) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of output direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICDirection(3) hh3cICDirectionTable(1) hh3cICDirectionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.119.3.1.1.3
hh3cICDirectionState OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of syslog: true(1):enable.
                              false(2):disable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICDirection(3) hh3cICDirectionTable(1) hh3cICDirectionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.119.4
hh3cICModule OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) 4 }

.1.3.6.1.4.1.25506.2.119.4.1
hh3cICModuleTable OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of syslog module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICModule(4) 1 }

.1.3.6.1.4.1.25506.2.119.4.1.1
hh3cICModuleEntry OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED hh3cICModuleName }
  DESCRIPTION	"The module entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICModule(4) hh3cICModuleTable(1) 1 }

.1.3.6.1.4.1.25506.2.119.4.1.1.1
hh3cICModuleName OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..8) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICModule(4) hh3cICModuleTable(1) hh3cICModuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.119.5
hh3cICLog OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) 5 }

.1.3.6.1.4.1.25506.2.119.5.1
hh3cICLogObjects OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLog(5) 1 }

.1.3.6.1.4.1.25506.2.119.5.1.1
hh3cICLogGlobalState OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global state of syslog: true(1):enable.
                              false(2):disable."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLog(5) hh3cICLogObjects(1) 1 }

.1.3.6.1.4.1.25506.2.119.5.1.2
hh3cICLogTimestampType OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION ICTimeStampType
  SYNTAX	INTEGER {date(0), boot(1), iso(2), dateWithoutYear(3), none(4), isoWithTimezone(5), dataWithMilliseconds(6), isoWithMilliseconds(7), isoWithMillisecondsAndTimezone(8)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time stamp type of log message.
        Note that isoWithTimezone is not supported."
  DEFVAL	{ date }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLog(5) hh3cICLogObjects(1) 2 }

.1.3.6.1.4.1.25506.2.119.5.2
hh3cICLogTable OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of syslog module."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLog(5) 2 }

.1.3.6.1.4.1.25506.2.119.5.2.1
hh3cICLogEntry OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cICDirectionIndex, IMPLIED hh3cICModuleName }
  DESCRIPTION	"The log entry of syslog."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLog(5) hh3cICLogTable(2) 1 }

.1.3.6.1.4.1.25506.2.119.5.2.1.1
hh3cICLogLevel OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION ICMessageLevelType
  SYNTAX	INTEGER {emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), informational(6), debug(7), invalid(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The level of log message, invalid is for deny any log."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLog(5) hh3cICLogTable(2) hh3cICLogEntry(1) 1 }

.1.3.6.1.4.1.25506.2.119.5.2.1.2
hh3cICLogRowStatus OBJECT-TYPE
  -- FROM	HH3C-INFOCENTER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cInfoCenter(119) hh3cICLog(5) hh3cICLogTable(2) hh3cICLogEntry(1) 2 }

.1.3.6.1.4.1.25506.2.120
hh3cFCoE OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-FCOE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 120 }

.1.3.6.1.4.1.25506.2.120.1
hh3cFCoEObjects OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) 1 }

.1.3.6.1.4.1.25506.2.120.1.1
hh3cFCoEConfig OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.1
hh3cFCoECfgTable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table facilitates configuration of FCoE parameters
        on a per Fibre Channel management instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.1.1
hh3cFCoECfgEntry OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex }
  DESCRIPTION	"There is one entry in this table for each
        Fibre Channel management instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoECfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.1.1.1
hh3cFCoECfgFcmap OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object configures the FC-MAP value used by the FCF
        when operating in FPMA mode.  The default value is 0EFC00h,
        as written in the standard."
  DEFVAL	{ 982016 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoECfgTable(1) hh3cFCoECfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.1.1.2
hh3cFCoECfgDynamicVfcCreation OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is set to 'true' to enable, or 'false' to
        disable, the dynamic creation of VFC interfaces on this FCF.
        When set to 'true', VFC interfaces are dynamically created
        as and when a FIP-based FLOGI or ELP request is received."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoECfgTable(1) hh3cFCoECfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.120.1.1.1.1.3
hh3cFCoECfgDefaultFCFPriority OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The FIP priority value advertised by the FCF to ENodes by
        default.  hh3cFCoEStaticVfcFCFPriority configured for a VFC
        interface overrides this setting for the ENode associated
        with the VFC."
  DEFVAL	{ 128 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoECfgTable(1) hh3cFCoECfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.120.1.1.1.1.4
hh3cFCoECfgDATov OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	Unsigned32 (4..600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Discovery_Advertisement_Timeout value configured for
        the FCF.  This is used as the timeout value in seconds by
        the FCF to send periodic Discovery Advertisements."
  DEFVAL	{ 8 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoECfgTable(1) hh3cFCoECfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.120.1.1.1.1.5
hh3cFCoECfgAddressingMode OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	INTEGER {fpma(1), spma(2), fpmaAndSpma(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Addressing mode(s) supported by the FCF.  Implementations
        should fail SetRequests for unsupported modes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoECfgTable(1) hh3cFCoECfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.120.1.1.2
hh3cFCoEVLANTable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"In fabrics in which VLANs are deployed, this table facilitates
        configuration of VLAN and Virtual Fabric associations in an
        FCoE network.  In such fabrics, FCoE forwarding for a fabric
        is over a VLAN in a (Layer-2) Ethernet network.  That is,
        reachability between the ENode/remote-FCF and an FCF for a
        given fabric is determined by the reachability provided by the
        Ethernet network on the corresponding VLAN.
        An active entry in this table indicates which VLAN is used
        to transport FCoE traffic for a particular Virtual Fabric.
        If VLANs are not deployed or not enabled, entries in this table
        are ignored by the bridge.
        Some implementations may allow traffic from only one Virtual
        Fabric to be transported over a given VLAN.  Such
        implementations should prevent multiple entries with the same
        VLAN-ID from being created in this table.
        Modifying existing VLAN-Virtual Fabric associations is not
        possible.  The specific row must first be deleted and then
        a new one created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) 2 }

.1.3.6.1.4.1.25506.2.120.1.1.2.1
hh3cFCoEVLANEntry OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, hh3cFCoEVLANIndex, hh3cFCoEFabricIndex }
  DESCRIPTION	"There is one entry in this table for each VLAN that is
        designated to transport FCoE traffic for a given Virtual
        Fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVLANTable(2) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.2.1.1
hh3cFCoEVLANIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the VLAN-ID that the FCoE FCF function
        is being enabled for."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVLANTable(2) hh3cFCoEVLANEntry(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.2.1.2
hh3cFCoEFabricIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the Fabric Index of the Virtual Fabric
        traffic which is to be transported over the VLAN identified
        by hh3cFCoEVLANIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVLANTable(2) hh3cFCoEVLANEntry(1) 2 }

.1.3.6.1.4.1.25506.2.120.1.1.2.1.3
hh3cFCoEVLANOperState OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Operational state of this VLAN-Virtual Fabric association
        entry.  The 'up' state is achieved when both the Virtual
        Fabric and VLAN are valid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVLANTable(2) hh3cFCoEVLANEntry(1) 3 }

.1.3.6.1.4.1.25506.2.120.1.1.2.1.4
hh3cFCoEVLANRowStatus OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.  The RowStatus becomes active
        on successful creation of an entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVLANTable(2) hh3cFCoEVLANEntry(1) 4 }

.1.3.6.1.4.1.25506.2.120.1.1.3
hh3cFCoEStaticVfcTable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table facilitates the creation and deletion of static
        VFC interfaces.  While VFCs can be dynamically created based on
        FIP FLOGI/ELP requests, operators may want to associate certain
        pre-configured policy for a particular ENode or a remote-FCF.
        In such cases static VFC creation becomes necessary.  In addition
        to being creating, a static VFC also needs to be associated to
        an ENode or remote-FCF.  The VFC binding provides such an
        association.  The binding does not need to be specified when
        the row for a VFC is created, but may be specified later."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) 3 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1
hh3cFCoEStaticVfcEntry OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, hh3cFCoEStaticVfcIndex }
  DESCRIPTION	"There is one entry in this table for each statically created
        VFC Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1.1
hh3cFCoEStaticVfcIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index uniquely identifies a static VFC entry in this
        table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) hh3cFCoEStaticVfcEntry(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1.2
hh3cFCoEStaticVfcFCFPriority OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If this VFC is for a VF_Port this object is used to configure
        FCF priority to be advertised to the ENode associated with the
        VFC."
  DEFVAL	{ 128 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) hh3cFCoEStaticVfcEntry(1) 2 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1.3
hh3cFCoEStaticVfcBindType OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION Hh3cFCoEVfcBindType
  SYNTAX	INTEGER {interfaceIndex(1), macAddress(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mechanism to identify the ENode associated with this VFC
        if it is of type VF_Port or to identify the remote-FCF
        associated with this VFC if it is of type VE_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) hh3cFCoEStaticVfcEntry(1) 3 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1.4
hh3cFCoEStaticVfcBindIfIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is applicable only when the local FCF is
        directly connected to an ENode or remote-FCF over a
        specific Ethernet interface, in which case this object
        contains the ifIndex of said Ethernet interface.
        If the ENode or remote-FCF is not directly connected
        to the FCF, this value of this object is zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) hh3cFCoEStaticVfcEntry(1) 4 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1.5
hh3cFCoEStaticVfcBindMACAddress OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is applicable when the ENode or remote-FCF to
        which the local FCF is connected is identified by a MAC
        address.  A FIP frame from an ENode or remote-FCF is
        associated with this VFC only if the source MAC address
        in the frame is the same as the value of this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) hh3cFCoEStaticVfcEntry(1) 5 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1.6
hh3cFCoEStaticVfcIfIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifIndex of this Virtual FC interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) hh3cFCoEStaticVfcEntry(1) 6 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1.7
hh3cFCoEStaticVfcCreationTime OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The timestamp of this entry's creation time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) hh3cFCoEStaticVfcEntry(1) 7 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1.8
hh3cFCoEStaticVfcFailureCause OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The cause of failure for the last bind operation.  This
        object will be zero length if and only if the bind is
        successful."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) hh3cFCoEStaticVfcEntry(1) 8 }

.1.3.6.1.4.1.25506.2.120.1.1.3.1.9
hh3cFCoEStaticVfcRowStatus OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.  The RowStatus becomes
        active on successful creation of a VFC.  The VFC does not
        need to be bound for the row to be active, but the VFC must
        be bound before becoming operational."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEStaticVfcTable(3) hh3cFCoEStaticVfcEntry(1) 9 }

.1.3.6.1.4.1.25506.2.120.1.1.4
hh3cFCoEFIPSnoopingTable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"FCoE provides increased flexibility, but with this flexibility
        new challenges arise in assuring highly robust Fabrics.  The FCF
        does not have the complete control that a Fibre Channel switch
        has.
        Ethernet bridges commonly provide a feature called Access Control
        Lists (ACLs).  Properly configured ACLs may emulate a point-to-point
        link by providing the traffic enforcement previously discussed.
        Furthermore, the FIP protocol has been designed to enable Ethernet
        bridges to efficiently monitor FIP frames passing through them.  This
        data facilitates the automatic configuration of these ACLs.  In
        addition, the automatic configuration is possible independent of
        any other ACLs that may be in use in the network for other
        applications.  And FIP Snooping is to maintain these ACLs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) 4 }

.1.3.6.1.4.1.25506.2.120.1.1.4.1
hh3cFCoEFIPSnoopingEntry OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, hh3cFCoEFIPSnoopingVLANIndex }
  DESCRIPTION	"There is one entry in this table for each VLAN that is
        designated to ensure that only valid FCoE traffic is allowed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingTable(4) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.4.1.1
hh3cFCoEFIPSnoopingVLANIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the VLAN-ID that the FIP Snooping function
        is being enabled for."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingTable(4) hh3cFCoEFIPSnoopingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.4.1.2
hh3cFCoEFIPSnoopingEnable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to enable or disable FIP Snooping on an
        Ethernet Bridge."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingTable(4) hh3cFCoEFIPSnoopingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.120.1.1.4.1.3
hh3cFCoEFIPSnoopingFcmap OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object configures the FC-MAP value associated with the
        FIP snooping Ethernet Bridge."
  DEFVAL	{ 982016 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingTable(4) hh3cFCoEFIPSnoopingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.120.1.1.5
hh3cFCoEVlanCfgTable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains FCoE related configurations and information of VLANs.
         An entry in this table is created when the corresponding VLAN
         is created and FCoE is enabled for the VLAN, as well as deleted when
         the VLAN is deleted or FCoE is disabled for the VLAN.
         If the switch mode is not FCF-NPV mode, all the operations
         on any object in this table result in errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) 5 }

.1.3.6.1.4.1.25506.2.120.1.1.5.1
hh3cFCoEVlanCfgEntry OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFCoEVLANIndex }
  DESCRIPTION	"An entry used for managing the FCoE related configurations of a VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVlanCfgTable(5) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.5.1.1
hh3cFCoEVlanCfgFcmap OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object configures the FC-MAP value used by the FCF in a VLAN
        when operating in FPMA mode.
        If this object is not configured, the default value is 0EFC00h."
  DEFVAL	{ 982016 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVlanCfgTable(5) hh3cFCoEVlanCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.5.1.2
hh3cFCoEVlanCfgFCFPriority OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The FIP priority value advertised by the FCF in a VLAN to ENodes by
        default.
        If this object is not configured, the default value is 128."
  DEFVAL	{ 128 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVlanCfgTable(5) hh3cFCoEVlanCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.120.1.1.5.1.3
hh3cFCoEVlanCfgDATov OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	Unsigned32 (4..600) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Discovery_Advertisement_Timeout value configured for
        the FCF in a VLAN.
        This is used as the timeout value in seconds by
        the FCF in a VLAN to send periodic Discovery Advertisements.
        If this object is not configured, the default value is 8."
  DEFVAL	{ 8 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVlanCfgTable(5) hh3cFCoEVlanCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.120.1.1.5.1.4
hh3cFCoEVlanCfgRowStatus OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Now only three states are supported:
         createAndGo, active, and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEVlanCfgTable(5) hh3cFCoEVlanCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.120.1.1.6
hh3cFCoEFIPSnoopingFCFTable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains the remote FCF information on device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) 6 }

.1.3.6.1.4.1.25506.2.120.1.1.6.1
hh3cFCoEFIPSnoopingFCFEntry OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, hh3cFCoEFIPSnoopingFCFVLANIndex, hh3cFCoEFIPSnoopingFCFIfIndex, hh3cFCoEFIPSnoopingFCFMAC }
  DESCRIPTION	"Each entry contains information about a FCF for a VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingFCFTable(6) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.6.1.1
hh3cFCoEFIPSnoopingFCFVLANIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the VLAN-ID whose FIP Snooping function
        gets ready on the FCF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingFCFTable(6) hh3cFCoEFIPSnoopingFCFEntry(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.6.1.2
hh3cFCoEFIPSnoopingFCFIfIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index uniquely identifies an Ethernet interface that connects
        to the FCF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingFCFTable(6) hh3cFCoEFIPSnoopingFCFEntry(1) 2 }

.1.3.6.1.4.1.25506.2.120.1.1.6.1.3
hh3cFCoEFIPSnoopingFCFMAC OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address of the Ethernet interface on the FCF directly
        connected to the local device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingFCFTable(6) hh3cFCoEFIPSnoopingFCFEntry(1) 3 }

.1.3.6.1.4.1.25506.2.120.1.1.6.1.4
hh3cFCoEFIPSnoopingFCFSwitchName OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The switch name of the FCF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingFCFTable(6) hh3cFCoEFIPSnoopingFCFEntry(1) 4 }

.1.3.6.1.4.1.25506.2.120.1.1.6.1.5
hh3cFCoEFIPSnoopingFCFFabricName OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The fabric name of the FCF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingFCFTable(6) hh3cFCoEFIPSnoopingFCFEntry(1) 5 }

.1.3.6.1.4.1.25506.2.120.1.1.6.1.6
hh3cFCoEFIPSnoopingFCFENodeCount OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of ENodes that log in through this Ethernet port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingFCFTable(6) hh3cFCoEFIPSnoopingFCFEntry(1) 6 }

.1.3.6.1.4.1.25506.2.120.1.1.7
hh3cFCoEFIPSnoopingENodeTable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains the ENode information on the local device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) 7 }

.1.3.6.1.4.1.25506.2.120.1.1.7.1
hh3cFCoEFIPSnoopingENodeEntry OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, hh3cFCoEFIPSnoopingENodeVLANIndex, hh3cFCoEFIPSnoopingENodeIfIndex, hh3cFCoEFIPSnoopingENodeMAC }
  DESCRIPTION	"Each entry contains information about an ENode for a VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingENodeTable(7) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.7.1.1
hh3cFCoEFIPSnoopingENodeVLANIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the VLAN-ID whose FIP Snooping function
        gets ready on the ENode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingENodeTable(7) hh3cFCoEFIPSnoopingENodeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.7.1.2
hh3cFCoEFIPSnoopingENodeIfIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index uniquely identifies an Ethernet interface that connects
        to the ENode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingENodeTable(7) hh3cFCoEFIPSnoopingENodeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.120.1.1.7.1.3
hh3cFCoEFIPSnoopingENodeMAC OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address of the ENode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingENodeTable(7) hh3cFCoEFIPSnoopingENodeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.120.1.1.7.1.4
hh3cFCoEFIPSnoopingENodeName OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The node name of the ENode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingENodeTable(7) hh3cFCoEFIPSnoopingENodeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.120.1.1.8
hh3cFCoEFIPSnoopingVNTable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains the virtual N_Port information on the local device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) 8 }

.1.3.6.1.4.1.25506.2.120.1.1.8.1
hh3cFCoEFIPSnoopingVNEntry OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, hh3cFCoEFIPSnoopingVNVLANIndex, hh3cFCoEFIPSnoopingVNENodeIfIndex, hh3cFCoEFIPSnoopingVNENodeMAC, hh3cFCoEFIPSnoopingVNFCFMAC, hh3cFCoEFIPSnoopingVNMAC }
  DESCRIPTION	"Each entry contains information about a virtual N_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingVNTable(8) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.8.1.1
hh3cFCoEFIPSnoopingVNVLANIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the VLAN-ID through which a virtual N_Port
        logs in to the FCF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingVNTable(8) hh3cFCoEFIPSnoopingVNEntry(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.8.1.2
hh3cFCoEFIPSnoopingVNENodeIfIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index uniquely identifies an Ethernet interface that connects
        to the ENode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingVNTable(8) hh3cFCoEFIPSnoopingVNEntry(1) 2 }

.1.3.6.1.4.1.25506.2.120.1.1.8.1.3
hh3cFCoEFIPSnoopingVNENodeMAC OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address of the ENode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingVNTable(8) hh3cFCoEFIPSnoopingVNEntry(1) 3 }

.1.3.6.1.4.1.25506.2.120.1.1.8.1.4
hh3cFCoEFIPSnoopingVNFCFMAC OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address of the FCF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingVNTable(8) hh3cFCoEFIPSnoopingVNEntry(1) 4 }

.1.3.6.1.4.1.25506.2.120.1.1.8.1.5
hh3cFCoEFIPSnoopingVNMAC OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address of the virtual N_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingVNTable(8) hh3cFCoEFIPSnoopingVNEntry(1) 5 }

.1.3.6.1.4.1.25506.2.120.1.1.8.1.6
hh3cFCoEFIPSnoopingVNName OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port name of the virtual N_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingVNTable(8) hh3cFCoEFIPSnoopingVNEntry(1) 6 }

.1.3.6.1.4.1.25506.2.120.1.1.8.1.7
hh3cFCoEFIPSnoopingVNFCFIfIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This index uniquely identifies an Ethernet interface that connects
        to the FCF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingVNTable(8) hh3cFCoEFIPSnoopingVNEntry(1) 7 }

.1.3.6.1.4.1.25506.2.120.1.1.9
hh3cFCoEFIPSnoopingIfCfgTable OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table is used to configure FIP Snooping working mode of the Ethernet
        interface on the localdevice."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) 9 }

.1.3.6.1.4.1.25506.2.120.1.1.9.1
hh3cFCoEFIPSnoopingIfCfgEntry OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, hh3cFCoEFIPSnoopingIfCfgIfIndex }
  DESCRIPTION	"Each entry contains information about FIP Snooping working mode of the
        Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingIfCfgTable(9) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.9.1.1
hh3cFCoEFIPSnoopingIfCfgIfIndex OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index uniquely identifies an Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingIfCfgTable(9) hh3cFCoEFIPSnoopingIfCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.120.1.1.9.1.2
hh3cFCoEFIPSnoopingIfCfgPortType OBJECT-TYPE
  -- FROM	HH3C-FCOE-MIB
  SYNTAX	INTEGER {fcf(1), enode(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The FIP Snooping working mode of an Ethernet interface on the local
        device.  The FCF mode means that the Ethernet interface must connect
        to an FCF.  The ENode mode means that the Ethernet interface must
        connect to an ENode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFCoE(120) hh3cFCoEObjects(1) hh3cFCoEConfig(1) hh3cFCoEFIPSnoopingIfCfgTable(9) hh3cFCoEFIPSnoopingIfCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.121
hh3cTRNG2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-TRNG2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 121 }

.1.3.6.1.4.1.25506.2.121.1
hh3cTRNG2MibObjects OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) 1 }

.1.3.6.1.4.1.25506.2.121.1.1
hh3cTrangeCreateTimerangeTable OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Creat TimeRange."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.121.1.1.1
hh3cTrangeCreateTimerangeEntry OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrangeIndex }
  DESCRIPTION	"Define the entry of hh3cTrangeCreateTimerangeTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeCreateTimerangeTable(1) 1 }

.1.3.6.1.4.1.25506.2.121.1.1.1.1
hh3cTrangeIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TimeRange's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeCreateTimerangeTable(1) hh3cTrangeCreateTimerangeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.121.1.1.1.2
hh3cTrangeName OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"TimeRange's name"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeCreateTimerangeTable(1) hh3cTrangeCreateTimerangeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.121.1.1.1.3
hh3cTrangeValidFlag OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Valid or Invalid flag"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeCreateTimerangeTable(1) hh3cTrangeCreateTimerangeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.121.1.1.1.4
hh3cTrangeCreateRowStatus OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.Now only realize CreateAndGo and Destroy and Active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeCreateTimerangeTable(1) hh3cTrangeCreateTimerangeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.121.1.2
hh3cTrangeAbsoluteTable OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Creat absoluteness time item of the TimeRange"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.121.1.2.1
hh3cTrangeAbsoluteEntry OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrangeAbsoluteNameIndex, hh3cTrangeAbsoluteSubIndex }
  DESCRIPTION	"Define the entry of hh3cTrangeAbsoluteTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeAbsoluteTable(2) 1 }

.1.3.6.1.4.1.25506.2.121.1.2.1.1
hh3cTrangeAbsoluteNameIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TimeRange's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeAbsoluteTable(2) hh3cTrangeAbsoluteEntry(1) 1 }

.1.3.6.1.4.1.25506.2.121.1.2.1.2
hh3cTrangeAbsoluteSubIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  SYNTAX	Integer32 (1..12) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"SubItem's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeAbsoluteTable(2) hh3cTrangeAbsoluteEntry(1) 2 }

.1.3.6.1.4.1.25506.2.121.1.2.1.3
hh3cTrangeAbsoluteStartTime OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Start point of the timerange.The format defined like 'YYYY-MM-DD,hh:mm:0.0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeAbsoluteTable(2) hh3cTrangeAbsoluteEntry(1) 3 }

.1.3.6.1.4.1.25506.2.121.1.2.1.4
hh3cTrangeAbsoluteEndTime OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End point of the timerange.The format defined like 'YYYY-MM-DD,hh:mm:0.0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeAbsoluteTable(2) hh3cTrangeAbsoluteEntry(1) 4 }

.1.3.6.1.4.1.25506.2.121.1.2.1.5
hh3cTrangeAbsolueRowStatus OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. Now only realize CreateAndGo and Destroy and Active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangeAbsoluteTable(2) hh3cTrangeAbsoluteEntry(1) 5 }

.1.3.6.1.4.1.25506.2.121.1.3
hh3cTrangePeriodicTable OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Creat periodic time item of the TimeRange"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) 3 }

.1.3.6.1.4.1.25506.2.121.1.3.1
hh3cTrangePeriodicEntry OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrangePeriodicNameIndex, hh3cTrangePeriodicSubIndex }
  DESCRIPTION	"Define the index of hh3cTrangePeriodicTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangePeriodicTable(3) 1 }

.1.3.6.1.4.1.25506.2.121.1.3.1.1
hh3cTrangePeriodicNameIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TimeRange's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangePeriodicTable(3) hh3cTrangePeriodicEntry(1) 1 }

.1.3.6.1.4.1.25506.2.121.1.3.1.2
hh3cTrangePeriodicSubIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  SYNTAX	Integer32 (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"SubItem's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangePeriodicTable(3) hh3cTrangePeriodicEntry(1) 2 }

.1.3.6.1.4.1.25506.2.121.1.3.1.3
hh3cTrangePeriodicDayOfWeek OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  SYNTAX	BITS {sunday(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The day of week. This is a bit-map of possible conditions.
        The various bit positions are:
        |0        |sunday                 |
        |1        |monday                 |
        |2        |tuesday                |
        |3        |wednesday              |
        |4        |thursday               |
        |5        |friday                 |
        |6        |saturday               |
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangePeriodicTable(3) hh3cTrangePeriodicEntry(1) 3 }

.1.3.6.1.4.1.25506.2.121.1.3.1.4
hh3cTrangePeriodicStartTime OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Start point of this timerange,The format defined like 'hh:mm:0,0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangePeriodicTable(3) hh3cTrangePeriodicEntry(1) 4 }

.1.3.6.1.4.1.25506.2.121.1.3.1.5
hh3cTrangePeriodicEndTime OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End point of this timerange. The format definedlike 'hh:mm:0,0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangePeriodicTable(3) hh3cTrangePeriodicEntry(1) 5 }

.1.3.6.1.4.1.25506.2.121.1.3.1.6
hh3cTrangePeriodicRowStatus OBJECT-TYPE
  -- FROM	HH3C-TRNG2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row, Now only realize CreateAndGo and Destroy and Active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTRNG2(121) hh3cTRNG2MibObjects(1) hh3cTrangePeriodicTable(3) hh3cTrangePeriodicEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122
hh3cDhcp4 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 122 }

.1.3.6.1.4.1.25506.2.122.1
hh3cDhcpServer2ScalarObjects OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) 1 }

.1.3.6.1.4.1.25506.2.122.1.1
hh3cDhcpServer2ConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.122.1.1.1
hh3cDhcpServer2Enabled OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value of this object is 'true', the DHCP service is enabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2ConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.122.1.1.2
hh3cDhcpServer2AlwaysBroadcast OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the value of this object is set to 'true',
         the DHCP server always uses broadcast to reply the client."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2ConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.122.1.1.3
hh3cDhcpServer2IgnoreBootp OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the value of this object is set to 'true',
         the DHCP server ignores BOOTP requests."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2ConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.122.1.1.4
hh3cDhcpServer2BootpReplyRfc1048 OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the value of this object is set to 'true',
         the DHCP server use RFC 1048 format to reply to
         BOOTP requests."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2ConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.122.1.1.5
hh3cDhcpServer2Opt82Enabled OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the value of this object is set to 'true',
         the DHCP server handles DHCP option 82."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2ConfigGroup(1) 5 }

.1.3.6.1.4.1.25506.2.122.1.1.6
hh3cDhcpServer2PingNumber OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of ping packets sent out."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2ConfigGroup(1) 6 }

.1.3.6.1.4.1.25506.2.122.1.1.7
hh3cDhcpServer2PingTimeout OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..10000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The delay for the reply of a ping packet in
         milliseconds."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2ConfigGroup(1) 7 }

.1.3.6.1.4.1.25506.2.122.1.1.8
hh3cDhcpServer2AllocThreshold OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Threshold of success rate of DHCP server IP address allocation
         in 5 minutes."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2ConfigGroup(1) 8 }

.1.3.6.1.4.1.25506.2.122.1.2
hh3cDhcpServer2StatGroup OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.122.1.2.1
hh3cDhcpServer2BadNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the bad packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 1 }

.1.3.6.1.4.1.25506.2.122.1.2.2
hh3cDhcpServer2BootpRequestNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the BOOTREQUEST packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 2 }

.1.3.6.1.4.1.25506.2.122.1.2.3
hh3cDhcpServer2DiscoverNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPDISCOVER packets
         received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 3 }

.1.3.6.1.4.1.25506.2.122.1.2.4
hh3cDhcpServer2RequestNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPREQUEST packets
         received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 4 }

.1.3.6.1.4.1.25506.2.122.1.2.5
hh3cDhcpServer2DeclineNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPDECLINE packets
         received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 5 }

.1.3.6.1.4.1.25506.2.122.1.2.6
hh3cDhcpServer2ReleaseNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPRELEASE packets
         received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 6 }

.1.3.6.1.4.1.25506.2.122.1.2.7
hh3cDhcpServer2InformNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPINFORM packets
         received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 7 }

.1.3.6.1.4.1.25506.2.122.1.2.8
hh3cDhcpServer2BootpReplyNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the BOOTREPLY packets
         sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 8 }

.1.3.6.1.4.1.25506.2.122.1.2.9
hh3cDhcpServer2OfferNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPOFFER packets
         sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 9 }

.1.3.6.1.4.1.25506.2.122.1.2.10
hh3cDhcpServer2AckNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPACK packets
         sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 10 }

.1.3.6.1.4.1.25506.2.122.1.2.11
hh3cDhcpServer2NakNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPNAK packets
         sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 11 }

.1.3.6.1.4.1.25506.2.122.1.2.12
hh3cDhcpServer2TotalPoolUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of IP addresses in use
         of all DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 12 }

.1.3.6.1.4.1.25506.2.122.1.2.13
hh3cDhcpServer2PoolNumber OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 13 }

.1.3.6.1.4.1.25506.2.122.1.2.14
hh3cDhcpServer2ConflictNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of conflict IP in all
         DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 14 }

.1.3.6.1.4.1.25506.2.122.1.2.15
hh3cDhcpServer2AutoBindNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of auto binding IP in
         DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 15 }

.1.3.6.1.4.1.25506.2.122.1.2.16
hh3cDhcpServer2ManualBindNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of manual binding IP in
         DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 16 }

.1.3.6.1.4.1.25506.2.122.1.2.17
hh3cDhcpServer2ExpiredBindNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of expired binding IP in
         DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 17 }

.1.3.6.1.4.1.25506.2.122.1.2.18
hh3cDhcpServer2ReqCnt OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of address allocation
         requests received by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 18 }

.1.3.6.1.4.1.25506.2.122.1.2.19
hh3cDhcpServer2ReqSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of address allocation
         requests success responses sent by the
         DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 19 }

.1.3.6.1.4.1.25506.2.122.1.2.20
hh3cDhcpServer2IPTotalNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 20 }

.1.3.6.1.4.1.25506.2.122.1.2.21
hh3cDhcpServer2IPUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of used addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 21 }

.1.3.6.1.4.1.25506.2.122.1.2.22
hh3cDhcpServer2IPIdleNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of idle addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 22 }

.1.3.6.1.4.1.25506.2.122.1.2.23
hh3cDhcpServer2IPExcludeTotalNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of exclude addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2ScalarObjects(1) hh3cDhcpServer2StatGroup(2) 23 }

.1.3.6.1.4.1.25506.2.122.2
hh3cDhcpServer2Tables OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) 2 }

.1.3.6.1.4.1.25506.2.122.2.1
hh3cDhcpServer2PoolTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing DHCP server pool configurations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 1 }

.1.3.6.1.4.1.25506.2.122.2.1.1
hh3cDhcpServer2PoolEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex }
  DESCRIPTION	"An entry containing DHCP server pool configurations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.1.1.1
hh3cDhcpServer2PoolIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"DHCP server pool index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.1.1.2
hh3cDhcpServer2PoolName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DHCP server pool name.

         Once this object is created, the value of this object cannot
         be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.1.1.3
hh3cDhcpServer2PoolVpnName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of the VPN instance that the DHCP pool binds to.

         The value of a zero-length string means the public network.

         Once this object is created, the value of this object cannot
         be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.1.1.4
hh3cDhcpServer2PoolNetwork OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Network address of the primary subnet in a DHCP pool.

         If the value of this object is set to 0.0.0.0,
         hh3cDhcpServer2PoolNetworkMask is set with 0.0.0.0
         automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.1.1.5
hh3cDhcpServer2PoolNetworkMask OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Network mask of the primary subnet in a DHCP pool.

         The SET operation to this object ought to be with
         the SET of hh3cDhcpServer2PoolNetwork together,
         and any SET operation alone to this object will be
         regarded as an invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.2.1.1.6
hh3cDhcpServer2PoolStartAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Start IP of an address range of the DHCP pool.

         If the value of this object is set to 0.0.0.0,
         hh3cDhcpServer2PoolEndAddr is set with 0.0.0.0 automatically.
         Otherwise hh3cDhcpServer2PoolEndAddr must be set with
         an IP address NOT smaller than the value of this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122.2.1.1.7
hh3cDhcpServer2PoolEndAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End IP of an address range of the DHCP pool,

         The SET operation to this object ought to be with
         the SET of hh3cDhcpServer2PoolStartAddr together,
         and any SET operation alone to this object will be
         regarded as an invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 7 }

.1.3.6.1.4.1.25506.2.122.2.1.1.8
hh3cDhcpServer2PoolLeaseDay OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (0..365) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Number of days of the lease.

         The SET operation to this object ought to be with
         the SET of hh3cDhcpServer2PoolLeaseHour,
         hh3cDhcpServer2PoolLeaseMinute,
         hh3cDhcpServer2PoolLeaseSecond together,
         and any SET operation alone to any of these objects
         will be regarded as an invalid operation.

         These objects cannot be set with 0 simultaneously."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 8 }

.1.3.6.1.4.1.25506.2.122.2.1.1.9
hh3cDhcpServer2PoolLeaseHour OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (0..23) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Number of hours of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 9 }

.1.3.6.1.4.1.25506.2.122.2.1.1.10
hh3cDhcpServer2PoolLeaseMinute OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (0..59) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Number of minutes of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 10 }

.1.3.6.1.4.1.25506.2.122.2.1.1.11
hh3cDhcpServer2PoolLeaseSecond OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (0..59) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Number of seconds of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 11 }

.1.3.6.1.4.1.25506.2.122.2.1.1.12
hh3cDhcpServer2PoolLeaseUnlimit OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A flag denoting whether the lease time of
         a DHCP pool is unlimited."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 12 }

.1.3.6.1.4.1.25506.2.122.2.1.1.13
hh3cDhcpServer2PoolLeaseTime OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The lease time of a DHCP pool in number of timeticks.

         The value of this object cannot be set to 0
         and must be set to 4294967295 or a multiple of 100.

         If the object is set with 4294967295, the lease
         time of a DHCP pool is unlimited."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 13 }

.1.3.6.1.4.1.25506.2.122.2.1.1.14
hh3cDhcpServer2PoolDomainName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..50) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Domain name for DHCP clients.

         If the object is set with a zero-length string, the
         configuration of the domain name is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 14 }

.1.3.6.1.4.1.25506.2.122.2.1.1.15
hh3cDhcpServer2PoolGatewayIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Gateway IP addresses for DHCP clients.

         IP addresses are space separated and the leading
         or trailing space will be trimmed.

         Since at most 8 gateway addresses can be configured
         for a pool, a string is defined to get or configure
         8 IP at a time.

         If the object is set with a zero-length string, the
         configuration of the gateway address is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 15 }

.1.3.6.1.4.1.25506.2.122.2.1.1.16
hh3cDhcpServer2PoolDNSIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DNS server IP addresses for DHCP clients.

         IP addresses are space separated and the leading
         or trailing space will be trimmed.

         Since at most 8 DNS server addresses can be configured
         for a pool, a string is defined to get or configure 8
         IP at a time.

         If the object is set with a zero-length string, the
         configuration of the DNS address is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 16 }

.1.3.6.1.4.1.25506.2.122.2.1.1.17
hh3cDhcpServer2PoolPrimaryDNSIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The primary DNS server IP address to be assigned to
         the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 17 }

.1.3.6.1.4.1.25506.2.122.2.1.1.18
hh3cDhcpServer2PoolSecondDNSIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The secondary DNS server IP address to be assigned to
         the client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 18 }

.1.3.6.1.4.1.25506.2.122.2.1.1.19
hh3cDhcpServer2PoolNetbiosType OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"NetBios node type for DHCP clients."
  DEFVAL	{ null }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 19 }

.1.3.6.1.4.1.25506.2.122.2.1.1.20
hh3cDhcpServer2PoolNbnsIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"NetBios server IP addresses for DHCP clients.

         IP addresses are space separated and the leading
         or trailing space will be trimmed.

         Since at most 8 NetBios server addresses can be
         configured for a pool, a string is defined to get
         or configure 8 IP at a time.

         If the object is set with a zero-length string, the
         configuration of the NBNS address is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 20 }

.1.3.6.1.4.1.25506.2.122.2.1.1.21
hh3cDhcpServer2PoolBootFileName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Boot file name for DHCP clients.

         If the object is set with a zero-length string, the
         configuration of the boot file name is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 21 }

.1.3.6.1.4.1.25506.2.122.2.1.1.22
hh3cDhcpServer2PoolBimsIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"BIMS server IP address.

         If the object is set with 0.0.0.0, hh3cDhcpServer2PoolBimsPort
         is set with 0 and hh3cDhcpServer2PoolBimsKeyStr is set with
         a zero-length string automatically.
         Otherwise hh3cDhcpServer2PoolBimsPort and hh3cDhcpServer2PoolBimsKeyStr
         must be set at the same time while hh3cDhcpServer2PoolBimsKeyStr
         must be set with a non-zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 22 }

.1.3.6.1.4.1.25506.2.122.2.1.1.23
hh3cDhcpServer2PoolBimsPort OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"BIMS server port number.

         The SET operation to this object ought to be with
         the SET operation of hh3cDhcpServer2PoolBimsIP and
         hh3cDhcpServer2PoolBimsKeyStr together,
         and any SET operation alone to this object will be
         regarded as an invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 23 }

.1.3.6.1.4.1.25506.2.122.2.1.1.24
hh3cDhcpServer2PoolBimsKeyStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"BIMS server key string.

         The SET operation to this object ought to be with
         the SET of hh3cDhcpServer2PoolBimsIP and
         hh3cDhcpServer2PoolBimsPort together,
         and any SET operation alone to this object will be
         regarded as an invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 24 }

.1.3.6.1.4.1.25506.2.122.2.1.1.25
hh3cDhcpServer2PoolNextServer OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Next DHCP server IP address for DHCP clients.

         If the object is set with 0.0.0.0, the configuration
         of the next server address is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 25 }

.1.3.6.1.4.1.25506.2.122.2.1.1.26
hh3cDhcpServer2PoolTftpDomName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"TFTP server domain name for DHCP clients.

         If the object is set with a zero-length string, the
         configuration of the TFTP domain name is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 26 }

.1.3.6.1.4.1.25506.2.122.2.1.1.27
hh3cDhcpServer2PoolTftpIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"TFTP server IP address for DHCP clients.

         If the object is set with 0.0.0.0, the configuration
         of the TFTP server address is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 27 }

.1.3.6.1.4.1.25506.2.122.2.1.1.28
hh3cDhcpServer2PoolVoiceAsIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Voice backup server IP address for DHCP clients.

         If the object is set with 0.0.0.0, the configuration
         of voice backup server IP address is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 28 }

.1.3.6.1.4.1.25506.2.122.2.1.1.29
hh3cDhcpServer2PoolVoiceFailIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Voice failover IP address for DHCP clients.

         If the object is set with 0.0.0.0,
         hh3cDhcpServer2PoolVoiceFailStr is set with a
         zero-length string automatically.
         Otherwise hh3cDhcpServer2PoolVoiceFailStr must be set
         with a non-zero length string at the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 29 }

.1.3.6.1.4.1.25506.2.122.2.1.1.30
hh3cDhcpServer2PoolVoiceFailStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..39) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Voice failover dialer string for DHCP clients.

         The characters in the string must be '0' ~ '9',or '*'.
         The SET operation to this object ought to be with
         the SET operation of hh3cDhcpServer2PoolVoiceFailIP together,
         and any SET operation alone to this object will be
         regarded as an invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 30 }

.1.3.6.1.4.1.25506.2.122.2.1.1.31
hh3cDhcpServer2PoolVoiceNCPIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Voice network calling processing IP address for DHCP clients.

         If the object is set with 0.0.0.0, the configuration of
         voice network calling processing IP address is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 31 }

.1.3.6.1.4.1.25506.2.122.2.1.1.32
hh3cDhcpServer2PoolVoiceVlanId OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (2..4094 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Voice VLAN ID for DHCP clients.

         If the value of this object is set to 65535,
         hh3cDhcpServer2PoolVoiceVlanEnbl is set with 'false' automatically.
         Otherwise hh3cDhcpServer2PoolVoiceVlanEnbl must also be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 32 }

.1.3.6.1.4.1.25506.2.122.2.1.1.33
hh3cDhcpServer2PoolVoiceVlanEnbl OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Enable status of the specified voice VLAN for DHCP clients.

         The SET operation to this object ought to be with
         the SET operation of hh3cDhcpServer2PoolVoiceVlanId together,
         and any SET operation alone to this object will be
         regarded as an invalid operation."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 33 }

.1.3.6.1.4.1.25506.2.122.2.1.1.34
hh3cDhcpServer2PoolRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 34 }

.1.3.6.1.4.1.25506.2.122.2.1.1.35
hh3cDhcpServer2PoolVerifyClass OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Enable the user class verification.

         When the value of this object is set to 'true', the DHCP server
         processes packets from DHCP clients in the defined user classes.
         The user class verification does not apply to packets from DHCP
         clients with static bindings."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 35 }

.1.3.6.1.4.1.25506.2.122.2.1.1.36
hh3cDhcpServer2PoolThreshold OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Threshold of IP usage of the DHCP server pool."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolTable(1) hh3cDhcpServer2PoolEntry(1) 36 }

.1.3.6.1.4.1.25506.2.122.2.2
hh3cDhcpServer2IfApplyPoolTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for applying a DHCP pool on interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 2 }

.1.3.6.1.4.1.25506.2.122.2.2.1
hh3cDhcpServer2IfApplyPoolEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry for applying a DHCP pool on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IfApplyPoolTable(2) 1 }

.1.3.6.1.4.1.25506.2.122.2.2.1.1
hh3cDhcpServer2IfApplyPoolName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The name of the DHCP pool that apply to the interface.
         If the object is set with a zero-length string, the configuration
         will be deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IfApplyPoolTable(2) hh3cDhcpServer2IfApplyPoolEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.3
hh3cDhcpServer2PoolSecNwTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the secondary network configuration of
         DHCP pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 3 }

.1.3.6.1.4.1.25506.2.122.2.3.1
hh3cDhcpServer2PoolSecNwEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolSecNw, hh3cDhcpServer2PoolSecNwMask }
  DESCRIPTION	"An entry containing the objects for configuring
         the secondary network for DHCP pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolSecNwTable(3) 1 }

.1.3.6.1.4.1.25506.2.122.2.3.1.1
hh3cDhcpServer2PoolSecNw OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Network address of the secondary subnets in a DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolSecNwTable(3) hh3cDhcpServer2PoolSecNwEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.3.1.2
hh3cDhcpServer2PoolSecNwMask OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Network mask of the secondary subnets in a DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolSecNwTable(3) hh3cDhcpServer2PoolSecNwEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.3.1.3
hh3cDhcpServer2PoolSecNwGwIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Gateway IP addresses of the secondary subnets in a DHCP pool.

         IP addresses are space separated and the leading
         or trailing space will be trimmed.

         Since at most 8 gateway addresses can be configured
         for a secondary network, a string is defined to get
         or configure 8 IP at a time.

         If the object is set with a zero-length string,
         the configuration of the gateway address is removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolSecNwTable(3) hh3cDhcpServer2PoolSecNwEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.3.1.4
hh3cDhcpServer2PoolSecNwStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolSecNwTable(3) hh3cDhcpServer2PoolSecNwEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.4
hh3cDhcpServer2PoolClassTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing address range of the DHCP
         server pool for user classes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 4 }

.1.3.6.1.4.1.25506.2.122.2.4.1
hh3cDhcpServer2PoolClassEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolClassName }
  DESCRIPTION	"An entry containing address range of DHCP pools
         for user classes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolClassTable(4) 1 }

.1.3.6.1.4.1.25506.2.122.2.4.1.1
hh3cDhcpServer2PoolClassName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"User class name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolClassTable(4) hh3cDhcpServer2PoolClassEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.4.1.2
hh3cDhcpServer2PoolClassStart OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Start address of an address range for a DHCP user class.

         The SET operation to this object ought to be with
         the SET operation of hh3cDhcpServer2PoolClassEnd together,
         and any SET operation alone to this object will be
         regarded as an invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolClassTable(4) hh3cDhcpServer2PoolClassEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.4.1.3
hh3cDhcpServer2PoolClassEnd OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End address of an address range for a DHCP user class.

         The SET operation to this object ought to be with
         the SET of hh3cDhcpServer2PoolClassStart together,
         and any SET operation alone to this object will be
         regarded as an invalid operation.

         This object must be set with an IP address NOT smaller
         than the value of hh3cDhcpServer2PoolClassStart."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolClassTable(4) hh3cDhcpServer2PoolClassEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.4.1.4
hh3cDhcpServer2PoolClassStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy.

         If the value of this object is set to 'createAndGo',
         hh3cDhcpServer2PoolClassStart and hh3cDhcpServer2PoolClassEnd
         must also be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolClassTable(4) hh3cDhcpServer2PoolClassEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.5
hh3cDhcpServer2PoolStaticTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the static binding configurations
         in DHCP pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 5 }

.1.3.6.1.4.1.25506.2.122.2.5.1
hh3cDhcpServer2PoolStaticEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolStaticIP }
  DESCRIPTION	"An entry containing the objects for configuring
         the static binding in DHCP pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStaticTable(5) 1 }

.1.3.6.1.4.1.25506.2.122.2.5.1.1
hh3cDhcpServer2PoolStaticIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Ip address of a static binding in a DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStaticTable(5) hh3cDhcpServer2PoolStaticEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.5.1.2
hh3cDhcpServer2PoolStaticMask OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Network mask of a static binding in a DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStaticTable(5) hh3cDhcpServer2PoolStaticEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.5.1.3
hh3cDhcpServer2PoolStaticCID OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0 | 4..254) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Client identifier of a DHCP client that the IP
         address binds to.

         The structure of the OCTET STRING is
         H-H-H... while H indicates 4 hexadecimal characters
         except that the last H indicates 2 or 4 hexadecimal
         characters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStaticTable(5) hh3cDhcpServer2PoolStaticEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.5.1.4
hh3cDhcpServer2PoolStaticHAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0 | 4..39) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hardware address of a DHCP client that the IP
         address binds to.

         The structure of the OCTET STRING is
         H-H-H... while H indicates 4 hexadecimal characters
         except that the last H indicates 2 or 4 hexadecimal
         characters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStaticTable(5) hh3cDhcpServer2PoolStaticEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.5.1.5
hh3cDhcpServer2PoolStaticHType OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {default(1), ethernet(2), tokenRing(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hardware type of a DHCP client that the IP address binds to.

         The SET operation to this object ought to be with
         the SET operation of hh3cDhcpServer2PoolStaticHAddr,
         and any SET operation alone to this object will be
         regarded as an invalid operation.

         'default' indicates that the hardware type is unknown.
         If the value of hh3cDhcpServer2PoolStaticCID is set to a non-zero
         length string, the object is set with 'default' automatically.
         Otherwise it cannot be set with 'default'.

         'ethernet' indicates that the hardware type is ethernet.
         If the value of hh3cDhcpServer2PoolStaticHAddr is set with
         a non-zero length string, the default value of this object
         is 'ethernet'.

         'tokenRing' indicates that the hardware type is token-ring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStaticTable(5) hh3cDhcpServer2PoolStaticEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.2.5.1.6
hh3cDhcpServer2PoolStaticStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy.

         If the value of this object is set to 'createAndGo',
         hh3cDhcpServer2PoolStaticCID or (hh3cDhcpServer2PoolStaticHardAddr
         and hh3cDhcpServer2PoolStaticHardType) must also be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStaticTable(5) hh3cDhcpServer2PoolStaticEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122.2.6
hh3cDhcpServer2PoolOptionTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring user-defined options for DHCP pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 6 }

.1.3.6.1.4.1.25506.2.122.2.6.1
hh3cDhcpServer2PoolOptionEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolOptCode }
  DESCRIPTION	"An entry containing the objects for configuring user-defined
         options for DHCP pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolOptionTable(6) 1 }

.1.3.6.1.4.1.25506.2.122.2.6.1.1
hh3cDhcpServer2PoolOptCode OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (2..254) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Option code."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolOptionTable(6) hh3cDhcpServer2PoolOptionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.6.1.2
hh3cDhcpServer2PoolOptType OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {ascii(1), hex(2), ip(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Option type.

         'ascii' means using the ascii string that is defined
         by hh3cDhcpServer2PoolOptAscii to fill in the option.

         'hex' means using the hex string that is defined by
         hh3cDhcpServer2PoolOptHexStr to fill in the option.

         'ip' means using the IP string that is defined by
         hh3cDhcpServer2PoolOptIPStr to fill in the option."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolOptionTable(6) hh3cDhcpServer2PoolOptionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.6.1.3
hh3cDhcpServer2PoolOptAscii OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ascii string of an option.

         If hh3cDhcpServer2PoolOptType is set with 'ascii',
         this object must be set with a non-zero length
         string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolOptionTable(6) hh3cDhcpServer2PoolOptionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.6.1.4
hh3cDhcpServer2PoolOptHexStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..510) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hex string of an option.

         The length of the string must be even.
         If hh3cDhcpServer2PoolOptType is set with 'hex',
         this object must be set with a non-zero length
         string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolOptionTable(6) hh3cDhcpServer2PoolOptionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.6.1.5
hh3cDhcpServer2PoolOptIPStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IP string of an option.

         IP addresses are space separated and the leading
         or trailing space will be trimmed.

         1 to 8 IP addresses can be configured simultaneously.

         If hh3cDhcpServer2PoolOptType is set with 'ip',
         this object must be set with a non-zero length string
         that must contain at least one IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolOptionTable(6) hh3cDhcpServer2PoolOptionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.2.6.1.6
hh3cDhcpServer2PoolOptRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active, createAndGo,
         destroy.

         If the value of this object is set to 'createAndGo',
         hh3cDhcpServer2PoolOptType must also be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolOptionTable(6) hh3cDhcpServer2PoolOptionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122.2.7
hh3cDhcpServer2PoolForbidTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring forbidden IP for a DHCP server pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 7 }

.1.3.6.1.4.1.25506.2.122.2.7.1
hh3cDhcpServer2PoolForbidEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolForbidIP }
  DESCRIPTION	"An entry for configuring forbidden IP for a DHCP server pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolForbidTable(7) 1 }

.1.3.6.1.4.1.25506.2.122.2.7.1.1
hh3cDhcpServer2PoolForbidIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Forbidden IP of the DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolForbidTable(7) hh3cDhcpServer2PoolForbidEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.7.1.2
hh3cDhcpServer2PoolForbidStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolForbidTable(7) hh3cDhcpServer2PoolForbidEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.8
hh3cDhcpServer2ClassTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring user class to DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 8 }

.1.3.6.1.4.1.25506.2.122.2.8.1
hh3cDhcpServer2ClassEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2ClassName }
  DESCRIPTION	"An entry for configuring user class to DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ClassTable(8) 1 }

.1.3.6.1.4.1.25506.2.122.2.8.1.1
hh3cDhcpServer2ClassName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCP user class name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ClassTable(8) hh3cDhcpServer2ClassEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.8.1.2
hh3cDhcpServer2ClassRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ClassTable(8) hh3cDhcpServer2ClassEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.9
hh3cDhcpServer2RuleTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring option rules used to match DHCP users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 9 }

.1.3.6.1.4.1.25506.2.122.2.9.1
hh3cDhcpServer2RuleEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2ClassName, hh3cDhcpServer2RuleNumber }
  DESCRIPTION	"An entry for configuring option rules used to match DHCP users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleTable(9) 1 }

.1.3.6.1.4.1.25506.2.122.2.9.1.1
hh3cDhcpServer2RuleNumber OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Rule number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleTable(9) hh3cDhcpServer2RuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.9.1.2
hh3cDhcpServer2RuleOptCode OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (1..254) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Option code."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleTable(9) hh3cDhcpServer2RuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.9.1.3
hh3cDhcpServer2RuleOptHexStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..510) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hex string of an option.

         The length of the string must be even."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleTable(9) hh3cDhcpServer2RuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.9.1.4
hh3cDhcpServer2RuleOptMask OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..510) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask used to match options.

         The length of this object must be same with that of
         hh3cDhcpServer2RuleOptHexStr.

         The SET operation of this object must be with
         the SET operation of hh3cDhcpServer2RuleOptHexStr."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleTable(9) hh3cDhcpServer2RuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.9.1.5
hh3cDhcpServer2RuleOptOffset OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (0..254) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The option offset used to match users.

         The SET operation of this object must be with
         the SET operation of hh3cDhcpServer2RuleOptHexStr,
         hh3cDhcpServer2RuleOptLength."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleTable(9) hh3cDhcpServer2RuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.2.9.1.6
hh3cDhcpServer2RuleOptLength OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The option length used to match user options.

         The SET operation of this object must be with
         the SET operation of hh3cDhcpServer2RuleOptOffset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleTable(9) hh3cDhcpServer2RuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122.2.9.1.7
hh3cDhcpServer2RuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy.

         If the value of this object is set to 'createAndGo',
         hh3cDhcpServer2RuleOptCode must also be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleTable(9) hh3cDhcpServer2RuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.122.2.10
hh3cDhcpServer2ForbidTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring forbidden IP range to DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 10 }

.1.3.6.1.4.1.25506.2.122.2.10.1
hh3cDhcpServer2ForbidEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2ForbidVpnName, hh3cDhcpServer2ForbidStart, hh3cDhcpServer2ForbidEnd }
  DESCRIPTION	"An entry for configuring forbidden IP range to DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ForbidTable(10) 1 }

.1.3.6.1.4.1.25506.2.122.2.10.1.1
hh3cDhcpServer2ForbidVpnName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Name of the VPN instance that the forbidden IP range
         binds to.

         If the value of this object is 0x1, the network that
         the forbidden IP range belongs to is the public network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ForbidTable(10) hh3cDhcpServer2ForbidEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.10.1.2
hh3cDhcpServer2ForbidStart OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Start IP of forbidden IP range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ForbidTable(10) hh3cDhcpServer2ForbidEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.10.1.3
hh3cDhcpServer2ForbidEnd OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"End IP of forbidden IP range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ForbidTable(10) hh3cDhcpServer2ForbidEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.10.1.4
hh3cDhcpServer2ForbidRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ForbidTable(10) hh3cDhcpServer2ForbidEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.11
hh3cDhcpServer2FreeTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for displaying free IP range for DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 11 }

.1.3.6.1.4.1.25506.2.122.2.11.1
hh3cDhcpServer2FreeEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2FreeStart }
  DESCRIPTION	"An entry for displaying free IP range for DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2FreeTable(11) 1 }

.1.3.6.1.4.1.25506.2.122.2.11.1.1
hh3cDhcpServer2FreeStart OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Start IP of free IP range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2FreeTable(11) hh3cDhcpServer2FreeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.11.1.2
hh3cDhcpServer2FreeEnd OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"End IP of free IP range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2FreeTable(11) hh3cDhcpServer2FreeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.12
hh3cDhcpServer2ConflictTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for displaying the information of conflict
         IP for DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 12 }

.1.3.6.1.4.1.25506.2.122.2.12.1
hh3cDhcpServer2ConflictEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2ConflictIP }
  DESCRIPTION	"An entry for displaying the information of
         conflict IP for DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ConflictTable(12) 1 }

.1.3.6.1.4.1.25506.2.122.2.12.1.1
hh3cDhcpServer2ConflictIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Conflict IP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ConflictTable(12) hh3cDhcpServer2ConflictEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.12.1.2
hh3cDhcpServer2ConflictType OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {detectByServer(1), detectByClient(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the detection of conflict IP.
         'detectByServer' denotes that the conflict is detected
         by DHCP server.
         'detectByClient' denotes that the conflict is detected
         by DHCP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ConflictTable(12) hh3cDhcpServer2ConflictEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.12.1.3
hh3cDhcpServer2ConflictTime OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..19) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Time when the conflict is detected.
         The structure of the OCTET STRING is
         month/day/year hour:munite:second
         (MM/DD/YYYY hh:mm:ss)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ConflictTable(12) hh3cDhcpServer2ConflictEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.12.1.4
hh3cDhcpServer2ConflictRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Only destroy action is allow to use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ConflictTable(12) hh3cDhcpServer2ConflictEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.13
hh3cDhcpServer2ExpiredTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for displaying the information of expired IP
         for DHCP Server pools. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 13 }

.1.3.6.1.4.1.25506.2.122.2.13.1
hh3cDhcpServer2ExpiredEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2ExpiredIP }
  DESCRIPTION	"An entry of objects for displaying information
         of expired IP for DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ExpiredTable(13) 1 }

.1.3.6.1.4.1.25506.2.122.2.13.1.1
hh3cDhcpServer2ExpiredIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Expired IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ExpiredTable(13) hh3cDhcpServer2ExpiredEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.13.1.2
hh3cDhcpServer2ExpiredClientId OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (4..254) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Client identifier or hardware address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ExpiredTable(13) hh3cDhcpServer2ExpiredEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.13.1.3
hh3cDhcpServer2ExpiredTime OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..19) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Expired time.
         The structure of the OCTET STRING is
         month/day/year hour:munite:second
         (MM/DD/YYYY hh:mm:ss)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ExpiredTable(13) hh3cDhcpServer2ExpiredEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.13.1.4
hh3cDhcpServer2ExpiredRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Only destroy action is allow to use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ExpiredTable(13) hh3cDhcpServer2ExpiredEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.14
hh3cDhcpServer2IPInUseTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for displaying the information of IP in use
         for DHCP Server pools. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 14 }

.1.3.6.1.4.1.25506.2.122.2.14.1
hh3cDhcpServer2IPInUseEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2IPInUseIP }
  DESCRIPTION	"An entry of objects for displaying information
         of IP in use for DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) 1 }

.1.3.6.1.4.1.25506.2.122.2.14.1.1
hh3cDhcpServer2IPInUseIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Ip address in use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.14.1.2
hh3cDhcpServer2IPInUseClientId OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0 | 4..254) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Client identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.14.1.3
hh3cDhcpServer2IPInUseHardAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0 | 4..39) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hardware address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.14.1.4
hh3cDhcpServer2IPInUseHardType OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {default(1), ethernet(2), tokenRing(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hardware address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.14.1.5
hh3cDhcpServer2IPInUseVlanId OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (1..4094 | 65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"User's VLAN ID.

         65535 means that a client doesn't have VLAN ID or have an
         invalid VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.2.14.1.6
hh3cDhcpServer2IPInUseEndLease OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..19) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"End time of lease.
         The structure of the OCTET STRING is
         month/day/year hour:munite:second
         (MM/DD/YYYY hh:mm:ss)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122.2.14.1.7
hh3cDhcpServer2IPInUseType OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {staticUnallocated(1), staticOffered(2), staticCommitted(3), autoOffered(4), autoCommitted(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of binding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 7 }

.1.3.6.1.4.1.25506.2.122.2.14.1.8
hh3cDhcpServer2IPInUseIfIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interface index information.
         If the value of this object is zero,
         the interface is unknown."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 8 }

.1.3.6.1.4.1.25506.2.122.2.14.1.9
hh3cDhcpServer2IPInUseRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Only destroy action is allow to use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 9 }

.1.3.6.1.4.1.25506.2.122.2.14.1.10
hh3cDhcpServer2IPInUseSecondVlanId OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (1..4094 | 65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"User's second VLAN ID.

         65535 means that a client doesn't have second VLAN ID or has an
         invalid second VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2IPInUseTable(14) hh3cDhcpServer2IPInUseEntry(1) 10 }

.1.3.6.1.4.1.25506.2.122.2.15
hh3cDhcpServer2DefOptGrpTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing option group of the DHCP server pool for user
         classes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 15 }

.1.3.6.1.4.1.25506.2.122.2.15.1
hh3cDhcpServer2DefOptGrpEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2DefOptGrpClass }
  DESCRIPTION	"An entry containing option group of DHCP pools for user classes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2DefOptGrpTable(15) 1 }

.1.3.6.1.4.1.25506.2.122.2.15.1.1
hh3cDhcpServer2DefOptGrpClass OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"User class name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2DefOptGrpTable(15) hh3cDhcpServer2DefOptGrpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.15.1.2
hh3cDhcpServer2DefOptGrpId OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (1..32768) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The option group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2DefOptGrpTable(15) hh3cDhcpServer2DefOptGrpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.15.1.3
hh3cDhcpServer2DefOptGrpStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active, createAndGo, destroy.

         If the value of this object is set to 'createAndGo',
         hh3cDhcpServer2DefOptGrpId must also be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2DefOptGrpTable(15) hh3cDhcpServer2DefOptGrpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.16
hh3cDhcpServer2ValidClassTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing valid user classes for DHCP server pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 16 }

.1.3.6.1.4.1.25506.2.122.2.16.1
hh3cDhcpServer2ValidClassEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2ValidClassName }
  DESCRIPTION	"An entry containing valid user classes for DHCP server pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ValidClassTable(16) 1 }

.1.3.6.1.4.1.25506.2.122.2.16.1.1
hh3cDhcpServer2ValidClassName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"User class name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ValidClassTable(16) hh3cDhcpServer2ValidClassEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.16.1.2
hh3cDhcpServer2ValidClassStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active, createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2ValidClassTable(16) hh3cDhcpServer2ValidClassEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.17
hh3cDhcpServer2RuleHwAddrTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring hardware address rules used to match DHCP
         users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 17 }

.1.3.6.1.4.1.25506.2.122.2.17.1
hh3cDhcpServer2RuleHwAddrEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2ClassName, hh3cDhcpServer2RuleHwAddrNumber }
  DESCRIPTION	"An entry for configuring hardware address rules used to match DHCP
         users."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleHwAddrTable(17) 1 }

.1.3.6.1.4.1.25506.2.122.2.17.1.1
hh3cDhcpServer2RuleHwAddrNumber OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Rule number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleHwAddrTable(17) hh3cDhcpServer2RuleHwAddrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.17.1.2
hh3cDhcpServer2RuleHwAddress OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (4..39) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hardware address for a rule.

         The structure of the OCTET STRING is H-H-H... while H indicates 4
         hexadecimal characters except that the last H indicates 2 or 4
         hexadecimal characters.

         The SET operation to this object ought to be with the SET operation
         of hh3cDhcpServer2RuleHwAddrMask together, and any SET operation
         alone to this object will be regarded as an invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleHwAddrTable(17) hh3cDhcpServer2RuleHwAddrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.17.1.3
hh3cDhcpServer2RuleHwAddrMask OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (4..39) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mask of hardware address for a rule.

         The structure of the OCTET STRING is the same with
         hh3cDhcpServer2RuleHwAddress.

         The SET operation to this object ought to be with the SET operation
         of hh3cDhcpServer2RuleHwAddress together, and any SET operation
         alone to this object will be regarded as an invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleHwAddrTable(17) hh3cDhcpServer2RuleHwAddrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.17.1.4
hh3cDhcpServer2RuleHwAddrType OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hardware type for a rule.

         The codes of all hardware types see ARP section in RFC 1700.

         The SET operation alone to this object will be regarded as an
         invalid operation."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleHwAddrTable(17) hh3cDhcpServer2RuleHwAddrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.17.1.5
hh3cDhcpServer2RuleHwAddrStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active, createAndGo, destroy.

         If the value of this object is set to 'createAndGo',
         hh3cDhcpServer2RuleHwAddrAddress and hh3cDhcpServer2RuleHwAddrMask
         must also be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2RuleHwAddrTable(17) hh3cDhcpServer2RuleHwAddrEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.2.18
hh3cDhcpServer2OptionGroupTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for creating DHCP server option groups."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 18 }

.1.3.6.1.4.1.25506.2.122.2.18.1
hh3cDhcpServer2OptionGroupEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2OptionGroupId }
  DESCRIPTION	"An entry containing objects for creating or deleting an option
         group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionGroupTable(18) 1 }

.1.3.6.1.4.1.25506.2.122.2.18.1.1
hh3cDhcpServer2OptionGroupId OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (1..32768) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The option group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionGroupTable(18) hh3cDhcpServer2OptionGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.18.1.2
hh3cDhcpServer2OptionGroupStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active, createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionGroupTable(18) hh3cDhcpServer2OptionGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.19
hh3cDhcpServer2OptionTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring options in an option group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 19 }

.1.3.6.1.4.1.25506.2.122.2.19.1
hh3cDhcpServer2OptionEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2OptionGroupId, hh3cDhcpServer2OptionCode }
  DESCRIPTION	"An entry containing objects for configuring an option in an option
         group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionTable(19) 1 }

.1.3.6.1.4.1.25506.2.122.2.19.1.1
hh3cDhcpServer2OptionCode OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Integer32 (2..254) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Option code."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionTable(19) hh3cDhcpServer2OptionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.19.1.2
hh3cDhcpServer2OptionType OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {ascii(1), hex(2), ip(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Option type.

         'ascii' means using the ascii string that is defined by
         hh3cDhcpServer2OptionAscii to fill in the option.

         'hex' means using the hex string that is defined by
         hh3cDhcpServer2OptionHexStr to fill in the option.

         'ip' means using the IP string that is defined by
         hh3cDhcpServer2OptionIPStr to fill in the option."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionTable(19) hh3cDhcpServer2OptionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.19.1.3
hh3cDhcpServer2OptionAscii OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ascii string of an option.

         If hh3cDhcpServer2OptionType is set with 'ascii', this object must
         be set with a non-zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionTable(19) hh3cDhcpServer2OptionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.19.1.4
hh3cDhcpServer2OptionHexStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..510) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hex string of an option.

         The length of the string must be even.  If
         hh3cDhcpServer2OptionType is set with 'hex', this object must be
         set with a non-zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionTable(19) hh3cDhcpServer2OptionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.19.1.5
hh3cDhcpServer2OptionIPStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IP string of an option.

         IP addresses are space separated and the leading or trailing space
         will be trimmed.

         1 to 8 IP addresses can be configured simultaneously.

         If hh3cDhcpServer2OptionType is set with 'ip', this object must be
         set with a non-zero length string that must contain at least one IP
         address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionTable(19) hh3cDhcpServer2OptionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.2.19.1.6
hh3cDhcpServer2OptionRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active, createAndGo, destroy.

         If the value of this object is set to 'createAndGo',
         hh3cDhcpServer2OptionType must also be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2OptionTable(19) hh3cDhcpServer2OptionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122.2.20
hh3cDhcpServer2PoolStatTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for displaying the statistics of
         a DHCP Server pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 20 }

.1.3.6.1.4.1.25506.2.122.2.20.1
hh3cDhcpServer2PoolStatEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolIndex }
  DESCRIPTION	"An entry of objects for displaying the statistics of
         a DHCP Server pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) 1 }

.1.3.6.1.4.1.25506.2.122.2.20.1.1
hh3cDhcpServer2PoolUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of IP addresses in use
         of the DHCP server pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.20.1.2
hh3cDhcpServer2PoolReqCnt OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of address allocation
         requests which matched the DHCP pool and
         were received by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.20.1.3
hh3cDhcpServer2PoolReqSuccCnt OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of address allocation
         requests success responses which matched
         the DHCP pool and were sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.20.1.4
hh3cDhcpServer2PoolDiscoverCnt OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of DISCOVER packets which
         matched the DHCP pool and were received by the
         DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.20.1.5
hh3cDhcpServer2PoolOfferCnt OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of OFFER packets which
         matched the DHCP pool and were sent by the
         DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.2.20.1.6
hh3cDhcpServer2PoolAckCnt OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of ACK packets which
         matched the DHCP pool and were sent by the
         DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122.2.20.1.7
hh3cDhcpServer2PoolIPTotalNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of addresses in the
         DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.122.2.20.1.8
hh3cDhcpServer2PoolIPUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of used addresses in the
         DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.122.2.20.1.9
hh3cDhcpServer2PoolIPIdleNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of idle addresses in the
         DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.122.2.20.1.10
hh3cDhcpServer2PoolIPExcludeNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of addresses excluded from address
         allocation in the DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.122.2.20.1.11
hh3cDhcpServer2PoolConflictNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of conflicting addresses in the
         DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.122.2.20.1.12
hh3cDhcpServer2PoolAutoBindNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of auto binding addresses in the
         DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.122.2.20.1.13
hh3cDhcpServer2PoolManualBindNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of manual binding addresses in
         the DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.122.2.20.1.14
hh3cDhcpServer2PoolExpiredBindNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of expired addresses in
         the DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.122.2.20.1.15
hh3cDhcpServer2PoolNameInfo OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DHCP server pool name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.122.2.20.1.16
hh3cDhcpServer2PoolReserveIpNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of reserved addresses in
         the DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolStatTable(20) hh3cDhcpServer2PoolStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.122.2.21
hh3cDhcpServer2PoolGpTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing DHCP server pool group configurations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 21 }

.1.3.6.1.4.1.25506.2.122.2.21.1
hh3cDhcpServer2PoolGpEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolGpName }
  DESCRIPTION	"An entry containing DHCP server pool group configurations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpTable(21) 1 }

.1.3.6.1.4.1.25506.2.122.2.21.1.1
hh3cDhcpServer2PoolGpName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DHCP server pool group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpTable(21) hh3cDhcpServer2PoolGpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.21.1.2
hh3cDhcpServer2PoolGpVpnName OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of the VPN instance  to which the pool group belongs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpTable(21) hh3cDhcpServer2PoolGpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.21.1.3
hh3cDhcpServer2PoolGpIncUndo OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set this object to 'true' to remove all pools from the pool group."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpTable(21) hh3cDhcpServer2PoolGpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.21.1.4
hh3cDhcpServer2PoolGpRowSta OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  Two actions are used: createAndGo 
        and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpTable(21) hh3cDhcpServer2PoolGpEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.22
hh3cDhcpServer2PoolGpExtTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the names of the pools in each DHCP server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 22 }

.1.3.6.1.4.1.25506.2.122.2.22.1
hh3cDhcpServer2PoolGpExtEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolGpName, hh3cDhcpServer2PoolIndex }
  DESCRIPTION	"An entry containing the names of the pools in
         a DHCP Server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpExtTable(22) 1 }

.1.3.6.1.4.1.25506.2.122.2.22.1.1
hh3cDhcpServer2PoolGpIncPoolNm OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of a DHCP server pool in the DHCP server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpExtTable(22) hh3cDhcpServer2PoolGpExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.22.1.2
hh3cDhcpServer2PoolGpExtRowSta OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  Two actions are used: createAndGo and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpExtTable(22) hh3cDhcpServer2PoolGpExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.23
hh3cDhcpServer2PoolGpStatTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing DHCP server pool group statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) 23 }

.1.3.6.1.4.1.25506.2.122.2.23.1
hh3cDhcpServer2PoolGpStatEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpServer2PoolGpName }
  DESCRIPTION	"An entry containing statistics for a DHCP server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) 1 }

.1.3.6.1.4.1.25506.2.122.2.23.1.1
hh3cDhcpServer2PoolGpPoolNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..1024) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of pools in the DHCP server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.2.23.1.2
hh3cDhcpServer2PoolGpBndDomNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of domain names bound to the DHCP server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.2.23.1.3
hh3cDhcpServer2PoolGpUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of IP addresses in use
         in the DHCP server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.2.23.1.4
hh3cDhcpServer2PoolGpIPTotalNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of addresses in the
         DHCP pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.2.23.1.5
hh3cDhcpServer2PoolGpIPUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of assigned addresses in the
         DHCP pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.2.23.1.6
hh3cDhcpServer2PoolGpIPIdleNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of idle addresses in the
         DHCP pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122.2.23.1.7
hh3cDhcpServer2PoolGpIPExcNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IP addresses excluded from DHCP allocation in the
         DHCP pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.122.2.23.1.8
hh3cDhcpServer2PoolGpConfNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of conflict addresses in the
         DHCP pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.122.2.23.1.9
hh3cDhcpServer2PoolGpAutoBndNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of dynamic address bindings in the
         DHCP pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.122.2.23.1.10
hh3cDhcpServer2PoolGpManuBndNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of static address bindings in the
         DHCP pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.122.2.23.1.11
hh3cDhcpServer2PoolGpExpiBndNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of expired addresses in the
         DHCP pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.122.2.23.1.12
hh3cDhcpServer2PoolGpReserverIpNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of reserved addresses in the
         DHCP pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Tables(2) hh3cDhcpServer2PoolGpStatTable(23) hh3cDhcpServer2PoolGpStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.122.3
hh3cDhcpRelay2ScalarObjects OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) 3 }

.1.3.6.1.4.1.25506.2.122.3.1
hh3cDhcpRelay2ConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) 1 }

.1.3.6.1.4.1.25506.2.122.3.1.1
hh3cDhcpRelay2UserInfoRecord OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is 'true', user information will be recorded."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2ConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.122.3.1.2
hh3cDhcpRelay2UserInfoRefresh OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is 'true', user information will be refreshed
         on timer."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2ConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.122.3.1.3
hh3cDhcpRelay2UserInfoFlushTime OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..120) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"User information refresh interval in seconds.

         If the value of the object is set to 0, the interval is
         calculated automatically by the number of user
         information entries."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2ConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.122.3.1.4
hh3cDhcpRelay2ReleaseAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..47) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"User address to be released.

         The structure of the OCTET STRING is
         IP address:VPN name.
         If the VPN instance name is NOT specified,
         the IP address is in public network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2ConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.122.3.2
hh3cDhcpRelay2StatisticsGroup OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) 2 }

.1.3.6.1.4.1.25506.2.122.3.2.1
hh3cDhcpRelay2RxClientNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets received from DHCP
         clients by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 1 }

.1.3.6.1.4.1.25506.2.122.3.2.2
hh3cDhcpRelay2TxClientNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets transmitted to
         DHCP clients by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 2 }

.1.3.6.1.4.1.25506.2.122.3.2.3
hh3cDhcpRelay2RxServerNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets received from
         DHCP Servers by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 3 }

.1.3.6.1.4.1.25506.2.122.3.2.4
hh3cDhcpRelay2TxServerNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets transmitted to
         DHCP Servers by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 4 }

.1.3.6.1.4.1.25506.2.122.3.2.5
hh3cDhcpRelay2BadNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the bad packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 5 }

.1.3.6.1.4.1.25506.2.122.3.2.6
hh3cDhcpRelay2BootpRequestNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the BOOTREQUEST packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 6 }

.1.3.6.1.4.1.25506.2.122.3.2.7
hh3cDhcpRelay2DiscoverNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPDISCOVER packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 7 }

.1.3.6.1.4.1.25506.2.122.3.2.8
hh3cDhcpRelay2RequestNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPREQUEST packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 8 }

.1.3.6.1.4.1.25506.2.122.3.2.9
hh3cDhcpRelay2DeclineNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPDECLINE packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 9 }

.1.3.6.1.4.1.25506.2.122.3.2.10
hh3cDhcpRelay2ReleaseNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPRELEASE packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 10 }

.1.3.6.1.4.1.25506.2.122.3.2.11
hh3cDhcpRelay2InformNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPINFORM packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 11 }

.1.3.6.1.4.1.25506.2.122.3.2.12
hh3cDhcpRelay2BootpReplyNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the BOOTREPLY packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 12 }

.1.3.6.1.4.1.25506.2.122.3.2.13
hh3cDhcpRelay2OfferNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPOFFER packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 13 }

.1.3.6.1.4.1.25506.2.122.3.2.14
hh3cDhcpRelay2AckNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPACK packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 14 }

.1.3.6.1.4.1.25506.2.122.3.2.15
hh3cDhcpRelay2NakNum OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCPNAK packets handled
         by DHCP relay."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2ScalarObjects(3) hh3cDhcpRelay2StatisticsGroup(2) 15 }

.1.3.6.1.4.1.25506.2.122.4
hh3cDhcpRelay2Tables OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) 4 }

.1.3.6.1.4.1.25506.2.122.4.1
hh3cDhcpRelay2IfConfigTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring relay functions for interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) 1 }

.1.3.6.1.4.1.25506.2.122.4.1.1
hh3cDhcpRelay2IfConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry for configuring relay functions for an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.122.4.1.1.1
hh3cDhcpRelay2IfSelectRelay OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is 'true', the DHCP relay function
         would be enabled on this interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.4.1.1.2
hh3cDhcpRelay2IfCheckMac OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is 'true', the function of checking MAC address
         of packets received from the interface would be enabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.4.1.1.3
hh3cDhcpRelay2IfOpt82Enable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If DHCP relay supports option 82 functions, the
         value is 'true'.
         If DHCP relay does NOT support option 82 functions,
         the value is 'false'."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.4.1.1.4
hh3cDhcpRelay2IfOpt82Strategy OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {drop(1), keep(2), replace(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The strategies of DHCP relay handling option 82.

         'drop' indicates DHCP relay discarding the request
         packet including option 82.

         'keep' indicates DHCP relay accepting the request
         packet without any change of the option 82.

         'replace' indicates DHCP relay accepting the
         request packet on condition that it generates a new
         option 82 to replace the original one."
  DEFVAL	{ replace }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.4.1.1.5
hh3cDhcpRelay2IfOpt82CIDMode OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {normal(1), verbose(2), userDefine(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mode of the circuit ID suboption of DHCP option 82.

         'normal' is the standard mode.

         'verbose' is the detailed mode.

         'userDefine' is the user-defined mode.

         If the value of this object is set to 'userDefine',
         hh3cDhcpRelay2IfOpt82CIDStr must also be set."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.4.1.1.6
hh3cDhcpRelay2IfOpt82CIDNodeType OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {invalid(1), mac(2), sysname(3), userDefine(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Type of access node identifier that is used to fill
         in the circuit ID suboption of option 82 when the value
         of hh3cDhcpRelay2IfOpt82CIDMode is set to 'verbose'.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpRelay2IfOpt82CIDMode.

         'invalid' indicates that the node identifier is NOT used
         to fill in the circuit ID suboption of option 82.
         If the value of hh3cDhcpRelay2IfOpt82CIDMode is NOT 'verbose',
         the value of this object is set to 'invalid' automatically.
         Otherwise the value of this object cannot be set to 'invalid'.

         'mac' indicates that the node identifier is filled in with
         the MAC of DHCP relay input interface.
         If the value of hh3cDhcpRelay2IfOpt82CIDMode is set to
         'verbose', the default value of this object is 'mac'.

         'sysname' indicates that the node identifier is filled in with
         the sysname of the DHCP relay device.

         'userDefine' indicates that the node identifier is filled in with
         the string defined by the object of hh3cDhcpRelay2IfOpt82CIDNodeStr.
         If the value is set to 'userDefine', the value of
         hh3cDhcpRelay2IfOpt82CIDNodeStr must be set to a non-zero
         length string simultaneously."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.122.4.1.1.7
hh3cDhcpRelay2IfOpt82CIDNodeStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..50) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The string defined by user to fill in the
          node identifier in the verbose mode.

          If the value of hh3cDhcpRelay2IfOpt82CIDMode is NOT 'verbose',
          or the value of hh3cDhcpRelay2IfOpt82CIDNodeType is
          NOT 'userDefine', it is set with a zero-length string
          automatically.
          Otherwise it must be set with a non-zero length string.

          The SET operation of this object must be with the SET
          operation of hh3cDhcpRelay2IfOpt82CIDMode and
          hh3cDhcpRelay2IfOpt82CIDNodeType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.122.4.1.1.8
hh3cDhcpRelay2IfOpt82CIDStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0 | 3..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The string defined by user to fill in the circuit ID
         suboption of option 82 in the user-define mode.

         If the value of hh3cDhcpRelay2IfOpt82CIDMode is NOT 'userDefine',
         it is set to a zero-length string automatically.
         Otherwise it must be set with a non-zero length string.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpRelay2IfOpt82CIDMode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.122.4.1.1.9
hh3cDhcpRelay2IfOpt82CIDFormat OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {hex(1), ascii(2), undefine(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The format of the circuit ID suboption of DHCP
         option 82.

         'hex' is the hex format.

         'ascii' is the ascii format.

         'undefine' is the undefine format.

         If the value of hh3cDhcpRelay2IfOpt82CIDMode is
         'normal', the value of this object is set to 'hex'
         automatically and cannot be set to 'undefine'.

         If the value of hh3cDhcpRelay2IfOpt82CIDMode is
         'verbose', the default value of this object is 'undefine'.

         If the value of hh3cDhcpRelay2IfOpt82CIDMode is
         'userDefine', the value of this object is set to
         'ascii' automatically and cannot be set to other value.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpRelay2IfOpt82CIDMode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.122.4.1.1.10
hh3cDhcpRelay2IfOpt82RIDMode OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {normal(1), sysname(2), userDefine(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mode of the remote ID suboption of DHCP
         option 82.

         'normal' is the standard mode.

         'sysname' is the sysname mode.

         'userDefine' is the user-defined mode.

         If the value of this object is set to 'userDefine',
         hh3cDhcpRelay2IfOpt82RIDStr must also be set."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.122.4.1.1.11
hh3cDhcpRelay2IfOpt82RIDStr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The string defined by user to fill in the
         remote ID in the user-defined mode.

         If the value of hh3cDhcpRelay2IfOpt82RIDMode is NOT
         'userDefine', it is set to a zero-length string automatically.
         Otherwise it must be set with a non-zero length string.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpRelay2IfOpt82RIDMode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.122.4.1.1.12
hh3cDhcpRelay2IfOpt82RIDFormat OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	INTEGER {hex(1), ascii(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The format of the remote ID suboption of DHCP option 82.

         'hex' is the hex format.

         'ascii' is the ascii format.

         If the value of hh3cDhcpRelay2IfOpt82RIDMode is
         'sysname' or 'userDefine', this object is set with 'ascii'
         automatically and cannot be set with other value.

         If the value of hh3cDhcpRelay2IfOpt82RIDMode is 'normal',
         the default value of this object is 'hex'.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpRelay2IfOpt82RIDMode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2IfConfigTable(1) hh3cDhcpRelay2IfConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.122.4.2
hh3cDhcpRelay2SrvAddrTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring a DHCP
         server address on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) 2 }

.1.3.6.1.4.1.25506.2.122.4.2.1
hh3cDhcpRelay2SrvAddrEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDhcpRelay2SrvAddrIP }
  DESCRIPTION	"An entry for configuring a DHCP
         server address on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2SrvAddrTable(2) 1 }

.1.3.6.1.4.1.25506.2.122.4.2.1.1
hh3cDhcpRelay2SrvAddrIP OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Ip address of DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2SrvAddrTable(2) hh3cDhcpRelay2SrvAddrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.4.2.1.2
hh3cDhcpRelay2SrvAddrRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
         Three actions are used: active,
         createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2SrvAddrTable(2) hh3cDhcpRelay2SrvAddrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.4.3
hh3cDhcpRelay2UserInfoTable OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the user information of DHCP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) 3 }

.1.3.6.1.4.1.25506.2.122.4.3.1
hh3cDhcpRelay2UserInfoEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpRelay2UserInfoVpnIndex, hh3cDhcpRelay2UserInfoIpAddr }
  DESCRIPTION	"An entry containing the user information of DHCP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2UserInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.122.4.3.1.1
hh3cDhcpRelay2UserInfoVpnIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VPN index of the DHCP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2UserInfoTable(3) hh3cDhcpRelay2UserInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.122.4.3.1.2
hh3cDhcpRelay2UserInfoIpAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCP client's IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2UserInfoTable(3) hh3cDhcpRelay2UserInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.122.4.3.1.3
hh3cDhcpRelay2UserInfoMacAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DHCP client's MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2UserInfoTable(3) hh3cDhcpRelay2UserInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.122.4.3.1.4
hh3cDhcpRelay2UserInfoIfIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the interface that DHCP client adhered to.
         0 means that no interface information is recorded in the
         user information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2UserInfoTable(3) hh3cDhcpRelay2UserInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.122.4.3.1.5
hh3cDhcpRelay2UserInfoRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
         Only destroy action is allow to use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpRelay2Tables(4) hh3cDhcpRelay2UserInfoTable(3) hh3cDhcpRelay2UserInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.122.5
hh3cDhcpServer2Traps OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) 5 }

.1.3.6.1.4.1.25506.2.122.5.0
hh3cDhcpServer2TrapNotify OBJECT-TYPE
  -- FROM	HH3C-DHCP4-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) 0 }

.1.3.6.1.4.1.25506.2.122.5.0.1
hh3cDhcpServer2AddrExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolName }
  DESCRIPTION	"This trap is generated when addresses are exhausted
         in the DHCP pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 1 }

.1.3.6.1.4.1.25506.2.122.5.0.2
hh3cDhcpServer2AddrExhaustRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolName }
  DESCRIPTION	"This trap is generated when the DHCP pool recovers from
         address exhaustion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 2 }

.1.3.6.1.4.1.25506.2.122.5.0.3
hh3cDhcpServer2IpUsageOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolName }
  DESCRIPTION	"This trap is generated when the IP address usage of DHCP
         server pool above the threshold.  The value of the IP address
         usage is sampled for every 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 3 }

.1.3.6.1.4.1.25506.2.122.5.0.4
hh3cDhcpServer2AllocOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  DESCRIPTION	"This trap is generated when the success rate of allocation
         of DHCP server IP address in 5 minutes below the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 4 }

.1.3.6.1.4.1.25506.2.122.5.0.5
hh3cDhcpServer2IpUsageOverflowRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolName }
  DESCRIPTION	"This trap is generated when the IP address usage of DHCP
         server pool reduced to 90% of the threshold.
         The value of the IP address usage is sampled for every 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 5 }

.1.3.6.1.4.1.25506.2.122.5.0.6
hh3cDhcpServer2NetUsageOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolName }
  DESCRIPTION	"This trap is generated when the subnet usage of DHCP
         server pool has reached or exceeded the threshold. The IP address usage
         data is polled every 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 6 }

.1.3.6.1.4.1.25506.2.122.5.0.7
hh3cDhcpServer2NetUsageOverflowRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolName }
  DESCRIPTION	"This trap is generated when the subnet usage in the DHCP
         server pool has dropped to or below 90% of the threshold.
         The IP address usage data is polled every 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 7 }

.1.3.6.1.4.1.25506.2.122.5.0.8
hh3cDhcpServer2NetExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolName }
  DESCRIPTION	"This trap is generated when all IP addresses
         in the DHCP pool are exhausted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 8 }

.1.3.6.1.4.1.25506.2.122.5.0.9
hh3cDhcpServer2NetExhaustRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolIndex, hh3cDhcpServer2PoolName }
  DESCRIPTION	"This trap is generated when the DHCP pool recovers from
         IP address exhaustion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 9 }

.1.3.6.1.4.1.25506.2.122.5.0.10
hh3cDhcpServer2GpNetExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolGpName }
  DESCRIPTION	"This trap is generated when all IP addresses
         in the DHCP pool group are exhausted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 10 }

.1.3.6.1.4.1.25506.2.122.5.0.11
hh3cDhcpServer2GpNetExhaustRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP4-MIB
  OBJECTS	{ hh3cDhcpServer2PoolGpName }
  DESCRIPTION	"This trap is generated when the DHCP pool group recovers from
         IP address exhaustion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp4(122) hh3cDhcpServer2Traps(5) hh3cDhcpServer2TrapNotify(0) 11 }

.1.3.6.1.4.1.25506.2.123
hh3cMulticastSnoop OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MULTICAST-SNOOPING-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 123 }

.1.3.6.1.4.1.25506.2.123.1
hh3cMulticastSnoopObject OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) 1 }

.1.3.6.1.4.1.25506.2.123.1.1
hh3cMcsGlobalConfigTable OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing information about the global
        configuration of IGMP/MLD snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.1.1
hh3cMcsGlobalConfigEntry OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMcsGlbSnoopingType }
  DESCRIPTION	"Entry containing information about the global
        configuration of IGMP/MLD snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsGlobalConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.1.1.1
hh3cMcsGlbSnoopingType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the global configuration.  IPv4 means IGMP snooping
        configuration, and IPv6 means MLD snooping configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsGlobalConfigTable(1) hh3cMcsGlobalConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.1.1.2
hh3cMcsGlbRowStatus OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The activation of a row enables IGMP/MLD snooping globally.
        The destruction of a row disables IGMP/MLD snooping globally."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsGlobalConfigTable(1) hh3cMcsGlobalConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.123.1.1.1.3
hh3cMcsGlbEntryLimit OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Global maximum number of IGMP/MLD snooping forwarding entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsGlobalConfigTable(1) hh3cMcsGlobalConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.123.1.1.1.4
hh3cMcsGlbHostAgingTime OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (1..8097894) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Global aging time of the multicast group on ports."
  DEFVAL	{ 260 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsGlobalConfigTable(1) hh3cMcsGlobalConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.123.1.1.1.5
hh3cMcsGlbMaxResponseTime OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (1..3174) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Global maximum query response time."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsGlobalConfigTable(1) hh3cMcsGlobalConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.123.1.1.1.6
hh3cMcsGlbRouterAgingTime OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (1..8097894) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Global aging time of router ports."
  DEFVAL	{ 260 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsGlobalConfigTable(1) hh3cMcsGlobalConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.123.1.1.1.7
hh3cMcsGlbLastMemQryInterval OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (1..25) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Global last member query interval."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsGlobalConfigTable(1) hh3cMcsGlobalConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.123.1.1.1.8
hh3cMcsGlbDropUnknownEnabled OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether the feature of dropping unknown packets is enabled globally."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsGlobalConfigTable(1) hh3cMcsGlobalConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.123.1.2
hh3cMcsVirtualUnitConfigTable OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing configuration information about the specified
        VLAN or VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) 2 }

.1.3.6.1.4.1.25506.2.123.1.2.1
hh3cMcsVirtualUnitConfigEntry OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMcsVUType, hh3cMcsVUID, hh3cMcsVUSnoopingType }
  DESCRIPTION	"Entry containing information of the specified VLAN or VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.123.1.2.1.1
hh3cMcsVUType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION Hh3cVirtualUnitType
  SYNTAX	INTEGER {vlan(1), vsi(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of virtual unit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.2.1.2
hh3cMcsVUID OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN ID or VSI Index.  Its value ranges from 1 to 4094 when type is
        VLAN, and from 0 to 0xFFFFFFFE when type is VSI"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.123.1.2.1.3
hh3cMcsVUSnoopingType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the configuration.  IPv4 means IGMP snooping configuration,
        and IPv6 means MLD snooping configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.123.1.2.1.4
hh3cMcsVURowStatus OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The activation of a row enables IGMP/MLD snooping in the VLAN or
        VSI.  The destruction of a row disables IGMP/MLD snooping in the
        VLAN or VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.123.1.2.1.5
hh3cMcsVUHostAgingTime OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (0..8097894) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Aging time of the multicast group on ports in the VLAN or VSI.
        A value of zero indicates that it is not configured in the VLAN
        or VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.123.1.2.1.6
hh3cMcsVUMaxResponseTime OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (0..3174) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum query response time in the VLAN or VSI.  A value of
        zero indicates that it is not configured in the VLAN or VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.123.1.2.1.7
hh3cMcsVURouterAgingTime OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (0..8097894) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Aging time of the router port in the VLAN or VSI.  A value of
        zero indicates that it is not configured in the VLAN or VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.123.1.2.1.8
hh3cMcsVULastMemQryInterval OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (0..25) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Last member query interval in the VLAN or VSI.  A value of
        zero indicates that it is not configured in the VLAN or VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.123.1.2.1.9
hh3cMcsVUDropUnknownEnabled OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether the feature of dropping unknown packets is enabled in
        the VLAN or VSI."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.123.1.2.1.10
hh3cMcsVUPimSnoopingEnabled OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether PIM snooping is enabled in the VLAN or VSI."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.123.1.2.1.11
hh3cMcsVUVersion OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (2 | 3) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Version of IGMP/MLD snooping that is running on the VLAN.
        Value 2 represents IGMPv2 snooping and MLDv1 snooping,
        and value 3 represents IGMPv3 snooping and MLDv2 snooping."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.123.1.2.1.12
hh3cMcsVUQuerierEnabled OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether the querier feature is enabled in the VLAN or VSI."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.123.1.2.1.13
hh3cMcsVUQuerierInterval OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (2..31744) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Query interval."
  DEFVAL	{ 125 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.123.1.2.1.14
hh3cMcsVUGeneQuerierSourceAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP address of IGMP or MLD general query packets.  Its value
        is 255.255.255.255 or FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
        when not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.123.1.2.1.15
hh3cMcsVUSpecQuerierSourceAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP address of IGMP or MLD group-specific query packets.  Its
        value is 255.255.255.255 or FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
        when not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 15 }

.1.3.6.1.4.1.25506.2.123.1.2.1.16
hh3cMcsVULeaveSourceAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP address of IGMP or MLD leave packets.  Its value is
        255.255.255.255 or FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
        when not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 16 }

.1.3.6.1.4.1.25506.2.123.1.2.1.17
hh3cMcsVUReportSourceAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source IP address of IGMP or MLD report packets.  Its value is
        255.255.255.255 or FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
        when not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 17 }

.1.3.6.1.4.1.25506.2.123.1.2.1.18
hh3cMcsVUProxyEnabled OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether the proxy feature is enabled in the VLAN or VSI."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 18 }

.1.3.6.1.4.1.25506.2.123.1.2.1.19
hh3cMcsVUQuerierElection OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether the querier election feature is enabled in the VLAN or VSI."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsVirtualUnitConfigTable(2) hh3cMcsVirtualUnitConfigEntry(1) 19 }

.1.3.6.1.4.1.25506.2.123.1.3
hh3cMcsL2EntryTable OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing a list of Layer 2 multicast group entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) 3 }

.1.3.6.1.4.1.25506.2.123.1.3.1
hh3cMcsL2EntryEntry OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMcsL2EntryVUType, hh3cMcsL2EntryVUID, hh3cMcsL2EntryAddressType, hh3cMcsL2EntryGroupAddress, hh3cMcsL2EntrySourceAddress, hh3cMcsL2EntryIfIndex }
  DESCRIPTION	"Entry of l2-multicast group, which is created for each group
        learned or configured in the VLAN or VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsL2EntryTable(3) 1 }

.1.3.6.1.4.1.25506.2.123.1.3.1.1
hh3cMcsL2EntryVUType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION Hh3cVirtualUnitType
  SYNTAX	INTEGER {vlan(1), vsi(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of virtual unit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsL2EntryTable(3) hh3cMcsL2EntryEntry(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.3.1.2
hh3cMcsL2EntryVUID OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN ID or VSI Index.  Its value ranges from 1 to 4094 when type is
        VLAN, and from 0 to 0xFFFFFFFE when type is VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsL2EntryTable(3) hh3cMcsL2EntryEntry(1) 2 }

.1.3.6.1.4.1.25506.2.123.1.3.1.3
hh3cMcsL2EntryAddressType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of multicast IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsL2EntryTable(3) hh3cMcsL2EntryEntry(1) 3 }

.1.3.6.1.4.1.25506.2.123.1.3.1.4
hh3cMcsL2EntryGroupAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the multicast group which the port joined."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsL2EntryTable(3) hh3cMcsL2EntryEntry(1) 4 }

.1.3.6.1.4.1.25506.2.123.1.3.1.5
hh3cMcsL2EntrySourceAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the unicast source which the port joined."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsL2EntryTable(3) hh3cMcsL2EntryEntry(1) 5 }

.1.3.6.1.4.1.25506.2.123.1.3.1.6
hh3cMcsL2EntryIfIndex OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"In the VLAN, interface index of the port that joined the Layer 2 IP
        multicast group.  In the VSI, link ID of the AC, PW, or tunnel that
        joined the Layer 2 IP multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsL2EntryTable(3) hh3cMcsL2EntryEntry(1) 6 }

.1.3.6.1.4.1.25506.2.123.1.3.1.7
hh3cMcsL2EntryPortType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	INTEGER {interface(1), ac(2), npw(3), upw(4), trill(5), tunnel(6), mtunnel(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsL2EntryTable(3) hh3cMcsL2EntryEntry(1) 7 }

.1.3.6.1.4.1.25506.2.123.1.3.1.8
hh3cMcsL2EntryPortAttribute OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	BITS {d(0), s(1), p(2), k(3), r(4), w(5), b(6), e(7), de(8), ee(9), suc(10), f(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Attribute of the port.  'd' means learned from IGMP/MLD packets,
        's' means configured statically, 'p' means learned from PIM packets,
        'k' means obtained from the kernel, 'r' means learned from (*, *)
        entries, 'w' means learned from (*, G) entries,
        'b' means broadcast port, 'e' means learned from EVPN BGP route,
        'de' means learned from IGMP/MLD packets in Exclude filter mode,
        'ee' means learned from EVPN BGP routein Exclude filter mode,
        'suc' means processing has succeeded,
        'f' means processing has failed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsL2EntryTable(3) hh3cMcsL2EntryEntry(1) 8 }

.1.3.6.1.4.1.25506.2.123.1.4
hh3cMcsPacketStatisticsTable OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing the IGMP/MLD packets statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) 4 }

.1.3.6.1.4.1.25506.2.123.1.4.1
hh3cMcsPacketStatisticsEntry OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMcsStatisticsSnoopingType }
  DESCRIPTION	"Entry containing the statistic information of IGMP/MLD packets
        that have been transmitted and received in the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) 1 }

.1.3.6.1.4.1.25506.2.123.1.4.1.1
hh3cMcsStatisticsSnoopingType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the snooping, IPv4 means the statistics for IGMP
        snooping, and IPv6 means the statistics for MLD snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.4.1.2
hh3cMcsRxGeneryQueryNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMP or MLD general query packets received on
        the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.123.1.4.1.3
hh3cMcsRxV2SpecificQueryNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMPv2 or MLDv1 group-specific query packets
        received on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.123.1.4.1.4
hh3cMcsRxV3SpecificQueryNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of IGMPv3 or MLDv2 group-specific query packets
        received on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.123.1.4.1.5
hh3cMcsRxV3SpecificSGQueryNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMPv3 or MLDv2 group-and-source-specific query
        packets received on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.123.1.4.1.6
hh3cMcsRxV1ReportNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMPv1 report packets received on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.123.1.4.1.7
hh3cMcsRxV2ReportNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMPv2 or MLDv1 report packets received on the
        device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.123.1.4.1.8
hh3cMcsRxV3ReportNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMPv3 or MLDv2 report packets received on
        the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.123.1.4.1.9
hh3cMcsRxV3ErrCorReportNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMPv3 or MLDv2 report packets with correct and
        incorrect records received on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.123.1.4.1.10
hh3cMcsRxLeaveNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of leave packets received on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.123.1.4.1.11
hh3cMcsRxPimHelloNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of PIM hello packets received on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.123.1.4.1.12
hh3cMcsRxErrorPacketNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of error IGMP/MLD packets received on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.123.1.4.1.13
hh3cMcsTxV2SpecificQueryNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMPv2 or MLDv1 group-specific query packets sent
        from the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 13 }

.1.3.6.1.4.1.25506.2.123.1.4.1.14
hh3cMcsTxV3SpecificQueryNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMPv3 or MLDv2 group-specific query packets sent
        from the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 14 }

.1.3.6.1.4.1.25506.2.123.1.4.1.15
hh3cMcsTxV3SpecificSGQueryNum OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Statistics of IGMPv3 or MLDv2 group-and-source-specific query
        packets sent from the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPacketStatisticsTable(4) hh3cMcsPacketStatisticsEntry(1) 15 }

.1.3.6.1.4.1.25506.2.123.1.5
hh3cMcsPortJoinGroupConfigTable OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for configuring a port as a simulated member host for a
        multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) 5 }

.1.3.6.1.4.1.25506.2.123.1.5.1
hh3cMcsPortJoinGroupConfigEntry OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMcsPortJoinGroupIfIndex, hh3cMcsPortJoinGroupSnoopingType, hh3cMcsPortJoinGroupVlanID, hh3cMcsPortJoinGroupGroupAddress, hh3cMcsPortJoinGroupSourceAddress }
  DESCRIPTION	"Entry for configuring a port as a simulated member host for a
        multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortJoinGroupConfigTable(5) 1 }

.1.3.6.1.4.1.25506.2.123.1.5.1.1
hh3cMcsPortJoinGroupIfIndex OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port for which this entry contains information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortJoinGroupConfigTable(5) hh3cMcsPortJoinGroupConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.5.1.2
hh3cMcsPortJoinGroupSnoopingType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the configuration.  IPv4 means IGMP snooping configuration,
        and IPv6 means MLD snooping configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortJoinGroupConfigTable(5) hh3cMcsPortJoinGroupConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.123.1.5.1.3
hh3cMcsPortJoinGroupVlanID OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index uniquely identifying the specified VLAN in which a host
        on a port joined the multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortJoinGroupConfigTable(5) hh3cMcsPortJoinGroupConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.123.1.5.1.4
hh3cMcsPortJoinGroupGroupAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the group to which the host belongs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortJoinGroupConfigTable(5) hh3cMcsPortJoinGroupConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.123.1.5.1.5
hh3cMcsPortJoinGroupSourceAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the source.  A value of zero indicates that the
        multicast packets of this group can come from any sources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortJoinGroupConfigTable(5) hh3cMcsPortJoinGroupConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.123.1.5.1.6
hh3cMcsPortJoinGroupStatus OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing rows, which supports
        'active', 'createAndGo' and 'destroy'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortJoinGroupConfigTable(5) hh3cMcsPortJoinGroupConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.123.1.6
hh3cMcsPortStaticGroupConfigTable OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for configuring static group membership entries on a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) 6 }

.1.3.6.1.4.1.25506.2.123.1.6.1
hh3cMcsPortStaticGroupConfigEntry OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMcsPortStaticGroupIfIndex, hh3cMcsPortStaticGroupSnoopingType, hh3cMcsPortStaticGroupVlanID, hh3cMcsPortStaticGroupGroupAddress, hh3cMcsPortStaticGroupSourceAddress }
  DESCRIPTION	"Entry for configuring static group membership entries on a port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortStaticGroupConfigTable(6) 1 }

.1.3.6.1.4.1.25506.2.123.1.6.1.1
hh3cMcsPortStaticGroupIfIndex OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port for which this entry contains information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortStaticGroupConfigTable(6) hh3cMcsPortStaticGroupConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.6.1.2
hh3cMcsPortStaticGroupSnoopingType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the configuration.  IPv4 means IGMP snooping configuration,
        and IPv6 means MLD snooping configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortStaticGroupConfigTable(6) hh3cMcsPortStaticGroupConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.123.1.6.1.3
hh3cMcsPortStaticGroupVlanID OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index uniquely identifying the specified VLAN in which a port
        statically joined the multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortStaticGroupConfigTable(6) hh3cMcsPortStaticGroupConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.123.1.6.1.4
hh3cMcsPortStaticGroupGroupAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the multicast group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortStaticGroupConfigTable(6) hh3cMcsPortStaticGroupConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.123.1.6.1.5
hh3cMcsPortStaticGroupSourceAddress OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address of the source.  A value of zero indicates that the
        multicast packets of this group can come from any sources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortStaticGroupConfigTable(6) hh3cMcsPortStaticGroupConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.123.1.6.1.6
hh3cMcsPortStaticGroupStatus OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation and
        deletion of rows, which supports 'active', 'createAndGo'
        and 'destroy'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortStaticGroupConfigTable(6) hh3cMcsPortStaticGroupConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.123.1.7
hh3cMcsRouterPortConfigTable OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for configuring a port as a static router port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) 7 }

.1.3.6.1.4.1.25506.2.123.1.7.1
hh3cMcsRouterPortConfigEntry OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMcsRouterPortConfigIfIndex, hh3cMcsRouterPortConfigSnoopingType, hh3cMcsRouterPortConfigVlanID }
  DESCRIPTION	"Entry for configuring a port as a static router port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsRouterPortConfigTable(7) 1 }

.1.3.6.1.4.1.25506.2.123.1.7.1.1
hh3cMcsRouterPortConfigIfIndex OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port for which this entry contains information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsRouterPortConfigTable(7) hh3cMcsRouterPortConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.7.1.2
hh3cMcsRouterPortConfigSnoopingType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the configuration.  IPv4 means IGMP snooping configuration,
        and IPv6 means MLD snooping configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsRouterPortConfigTable(7) hh3cMcsRouterPortConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.123.1.7.1.3
hh3cMcsRouterPortConfigVlanID OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index uniquely identifying the specified VLAN in which a port
        act as a static router port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsRouterPortConfigTable(7) hh3cMcsRouterPortConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.123.1.7.1.4
hh3cMcsRouterPortConfigRowStatus OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is a conceptual row entry that allows to add
        or delete entries to or from the hh3cMcsRouterPortConfigTable.
        When an entry is created in this table 'createAndGo' method
        is used and the value of this object is set to 'active'.
        Deactivation of an 'active' entry is not allowed.  When
        an entry is deleted in this table 'destroy' method is used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsRouterPortConfigTable(7) hh3cMcsRouterPortConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.123.1.8
hh3cMcsPortConfigTable OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for configuring the fast leave status, group limit number,
        group policy parameter and overflow replace status on a port in
        the specified VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) 8 }

.1.3.6.1.4.1.25506.2.123.1.8.1
hh3cMcsPortConfigEntry OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMcsPortConfigIfIndex, hh3cMcsPortConfigSnoopingType, hh3cMcsPortConfigVlanID }
  DESCRIPTION	"Entry containing information about the fast leave status, group
        limit number, group policy parameter and overflow replace status
        of a port in the specified VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortConfigTable(8) 1 }

.1.3.6.1.4.1.25506.2.123.1.8.1.1
hh3cMcsPortConfigIfIndex OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port for which this entry contains information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortConfigTable(8) hh3cMcsPortConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.123.1.8.1.2
hh3cMcsPortConfigSnoopingType OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the configuration.  IPv4 means IGMP snooping configuration,
        and IPv6 means MLD snooping configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortConfigTable(8) hh3cMcsPortConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.123.1.8.1.3
hh3cMcsPortConfigVlanID OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortConfigTable(8) hh3cMcsPortConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.123.1.8.1.4
hh3cMcsPortConfigGroupLimitNumber OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Group limit number of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortConfigTable(8) hh3cMcsPortConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.123.1.8.1.5
hh3cMcsPortConfigFastLeaveStatus OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Fast leave status of the port."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortConfigTable(8) hh3cMcsPortConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.123.1.8.1.6
hh3cMcsPortConfigGroupPolicyParameter OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  SYNTAX	Unsigned32 (0 | 2000..3999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ACL number which is used as the group policy parameter of the port."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortConfigTable(8) hh3cMcsPortConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.123.1.8.1.7
hh3cMcsPortConfigOverflowReplace OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is related to the object hh3cMcsPortConfigGroupLimitNumber.
        If the current group number is less than the value of
        hh3cMcsPortConfigGroupLimitNumber, any new group is permitted.
        If the current group number equals to the value of
        hh3cMcsPortConfigGroupLimitNumber and the value of this object is enabled,
        the group with the minimum multicast address will be replaced by the new
        group.
        If the current group number equals to the value of
        hh3cMcsPortConfigGroupLimitNumber and the value of this object is disabled,
        none of new group will be permitted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortConfigTable(8) hh3cMcsPortConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.123.1.8.1.8
hh3cMcsPortConfigRowStatus OBJECT-TYPE
  -- FROM	HH3C-MULTICAST-SNOOPING-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object is responsible for managing the creation and deletion
        of rows, which supports 'active', 'createAndGo' and 'destroy'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMulticastSnoop(123) hh3cMulticastSnoopObject(1) hh3cMcsPortConfigTable(8) hh3cMcsPortConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.124
hh3cDhcpSnoop2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DHCP-SNOOP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 124 }

.1.3.6.1.4.1.25506.2.124.1
hh3cDhcpSnoop2ScalarObjects OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) 1 }

.1.3.6.1.4.1.25506.2.124.1.1
hh3cDhcpSnoop2ConfigGroup OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2ScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.124.1.1.1
hh3cDhcpSnoop2Enabled OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value of this object is set to 'true',
         DHCP snooping is enabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2ScalarObjects(1) hh3cDhcpSnoop2ConfigGroup(1) 1 }

.1.3.6.1.4.1.25506.2.124.1.1.2
hh3cDhcpSnoop2BindDbName OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Name of the file that used to store binding information.

         If the value of the object is set to a zero-length string,
         the configuration will be removed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2ScalarObjects(1) hh3cDhcpSnoop2ConfigGroup(1) 2 }

.1.3.6.1.4.1.25506.2.124.1.1.3
hh3cDhcpSnoop2BindRefreshIntvl OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Unsigned32 (60..864000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The refresh interval of the binding information in seconds."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2ScalarObjects(1) hh3cDhcpSnoop2ConfigGroup(1) 3 }

.1.3.6.1.4.1.25506.2.124.1.1.4
hh3cDhcpSnoop2BindRefresh OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	INTEGER {on(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value of this object is set to 'on', the binding
         information will be refreshed immediately."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2ScalarObjects(1) hh3cDhcpSnoop2ConfigGroup(1) 4 }

.1.3.6.1.4.1.25506.2.124.1.2
hh3cDhcpSnoop2StatisticsGroup OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2ScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.124.1.2.1
hh3cDhcpSnoop2PktSentNum OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets send by DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2ScalarObjects(1) hh3cDhcpSnoop2StatisticsGroup(2) 1 }

.1.3.6.1.4.1.25506.2.124.1.2.2
hh3cDhcpSnoop2PktRcvNum OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets received by
         DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2ScalarObjects(1) hh3cDhcpSnoop2StatisticsGroup(2) 2 }

.1.3.6.1.4.1.25506.2.124.1.2.3
hh3cDhcpSnoop2PktDropNum OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets dropped by
         DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2ScalarObjects(1) hh3cDhcpSnoop2StatisticsGroup(2) 3 }

.1.3.6.1.4.1.25506.2.124.2
hh3cDhcpSnoop2Tables OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) 2 }

.1.3.6.1.4.1.25506.2.124.2.1
hh3cDhcpSnoop2BindTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing information of DHCP clients listened by
         DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) 1 }

.1.3.6.1.4.1.25506.2.124.2.1.1
hh3cDhcpSnoop2BindEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpSnoop2BindIpAddr, hh3cDhcpSnoop2BindVlanId, hh3cDhcpSnoop2BindSecVlanId }
  DESCRIPTION	"An entry containing information of DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2BindTable(1) 1 }

.1.3.6.1.4.1.25506.2.124.2.1.1.1
hh3cDhcpSnoop2BindIpAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCP client's IP addresses collected by DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2BindTable(1) hh3cDhcpSnoop2BindEntry(1) 1 }

.1.3.6.1.4.1.25506.2.124.2.1.1.2
hh3cDhcpSnoop2BindVlanId OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCP client's VLAN ID collected by DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2BindTable(1) hh3cDhcpSnoop2BindEntry(1) 2 }

.1.3.6.1.4.1.25506.2.124.2.1.1.3
hh3cDhcpSnoop2BindSecVlanId OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Unsigned32 (1..4094 | 65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCP client's second VLAN ID collected by DHCP snooping.
         65535 means no second VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2BindTable(1) hh3cDhcpSnoop2BindEntry(1) 3 }

.1.3.6.1.4.1.25506.2.124.2.1.1.4
hh3cDhcpSnoop2BindMacAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DHCP client's MAC address collected by DHCP snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2BindTable(1) hh3cDhcpSnoop2BindEntry(1) 4 }

.1.3.6.1.4.1.25506.2.124.2.1.1.5
hh3cDhcpSnoop2BindLease OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Left lease time in seconds collected by DHCP snooping.
         The value of this object cannot be 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2BindTable(1) hh3cDhcpSnoop2BindEntry(1) 5 }

.1.3.6.1.4.1.25506.2.124.2.1.1.6
hh3cDhcpSnoop2BindPortIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DHCP client's port index collected by DHCP snooping.
         The value of zero means unknown port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2BindTable(1) hh3cDhcpSnoop2BindEntry(1) 6 }

.1.3.6.1.4.1.25506.2.124.2.1.1.7
hh3cDhcpSnoop2BindRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Only destroy action is allow to use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2BindTable(1) hh3cDhcpSnoop2BindEntry(1) 7 }

.1.3.6.1.4.1.25506.2.124.2.2
hh3cDhcpSnoop2IfConfigTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table is used to configure DHCP snooping functions on ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) 2 }

.1.3.6.1.4.1.25506.2.124.2.2.1
hh3cDhcpSnoop2IfConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry containing DHCP snooping configurations of ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.124.2.2.1.1
hh3cDhcpSnoop2IfTrustStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	INTEGER {untrusted(0), trusted(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Trusted status of the port."
  DEFVAL	{ untrusted }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.124.2.2.1.2
hh3cDhcpSnoop2IfCheckMac OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is 'true', MAC address of DHCP packets received
         on the port will be checked."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.124.2.2.1.3
hh3cDhcpSnoop2IfCheckRequest OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is 'true', DHCP request packets will be checked."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.124.2.2.1.4
hh3cDhcpSnoop2IfRateLimit OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The rate limit in Kbps.
         If the value is 0, there is no rate limit on the port."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.124.2.2.1.5
hh3cDhcpSnoop2IfRecordBind OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is 'true', information of DHCP packets received
         on the port will be recorded."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.124.2.2.1.6
hh3cDhcpSnoop2IfMaxLearnNum OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of binding entries that could be learned on
         the port.
         If the value is 0, it means that there is no threshold on the
         port."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.124.2.2.1.7
hh3cDhcpSnoop2IfOpt82Enable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If DHCP snooping supports option 82 functions, the
         value is 'true'.
         If DHCP snooping does NOT support option 82 functions,
         the value is 'false'."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.124.2.2.1.8
hh3cDhcpSnoop2IfOpt82Strategy OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	INTEGER {drop(1), keep(2), replace(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The strategy of DHCP snooping handling option 82.

         'drop' indicates DHCP snooping discarding the request
         packet including option 82.

         'keep' indicates DHCP snooping accepting the request
         packet without any change of the option 82.

         'replace' indicates DHCP snooping accepting the
         request packet on condition that it generates a new
         option 82 to replace the original one."
  DEFVAL	{ replace }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.2.124.2.2.1.9
hh3cDhcpSnoop2IfOpt82CIDMode OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	INTEGER {normal(1), verbose(2), userDefine(3), bas(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mode of filling in the circuit ID suboption
         of DHCP option 82.

         'normal' is the standard mode.

         'verbose' is the detailed mode.

         'userDefine' is the user-defined mode.

         'bas' is the bas mode.

         If the value of this object is set to 'userDefine',
         hh3cDhcpSnoop2IfOpt82CIDStr must also be set."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.2.124.2.2.1.10
hh3cDhcpSnoop2IfOpt82CIDNodeType OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	INTEGER {invalid(1), mac(2), sysname(3), userDefine(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Type of access node identifier that is used to fill
         in the circuit ID suboption of option 82 when the value
         of hh3cDhcpSnoop2IfOption82CIDMode is set to 'verbose'.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpSnoop2IfOpt82CIDMode.

         'invalid' indicates that the node identifier is NOT used
         to fill in the circuit ID suboption of option 82.
         If the value of hh3cDhcpSnoop2IfOpt82CIDMode is NOT
         'verbose', the value of this object is set to 'invalid'
         automatically.
         Otherwise the value of this object cannot be set to 'invalid'.

         'mac' indicates that the node identifier is
         filled in with the bridge MAC of DHCP snooping device.
         If the value of hh3cDhcpSnoop2IfOpt82CIDMode is set to
         'verbose', the default value of this object is 'mac'.

         'sysname' indicates that the node identifier
         is filled in with the sysname of the DHCP snooping.

         'userDefine' indicates the node identifier
         is filled in with the string defined by the object
         of hh3cDhcpSnoop2IfOpt82CIDNodeStr.
         If the value is set to 'userDefine', the value of
         hh3cDhcpSnoop2IfOpt82CIDNodeStr must also be set to
         a non-zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.2.124.2.2.1.11
hh3cDhcpSnoop2IfOpt82CIDNodeStr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	OCTET STRING (0..50) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The string defined by user to fill in the
         node identifier in the verbose mode.

         If the value of hh3cDhcpSnoop2IfOpt82CIDMode is NOT
         'verbose', or the value of hh3cDhcpSnoop2IfOpt82CIDNodeType
         is NOT 'userDefine', it is set to a zero-length string
         automatically.
         Otherwise it must be set to a non-zero length string.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpSnoop2IfOpt82CIDMode and
         hh3cDhcpSnoop2IfOpt82CIDNodeType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.2.124.2.2.1.12
hh3cDhcpSnoop2IfOpt82CIDStr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	OCTET STRING (0 | 3..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The string defined by user to fill in the circuit ID
         suboption of option 82 in the user-define mode.

         If the value of hh3cDhcpSnoop2IfOpt82CIDMode is
         NOT 'userDefine', it is set to a zero-length string
         automatically.
         Otherwise it must be set to a non-zero length string.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpSnoop2IfOpt82CIDMode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.2.124.2.2.1.13
hh3cDhcpSnoop2IfOpt82CIDFormat OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	INTEGER {hex(1), ascii(2), undefine(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The format of the circuit ID suboption of DHCP
         option 82.

         'hex' is the hex format.

         'ascii' is the ascii format.

         'undefine' is the undefine format.

         If the value of hh3cDhcpSnoop2IfOpt82CIDMode is
         'normal', this object is set with 'hex' automatically
         and cannot be set with 'undefine'.

         If the value of hh3cDhcpSnoop2IfOpt82CIDMode is
         'verbose', the default value of this object is 'undefine'.

         If the value of hh3cDhcpSnoop2IfOpt82CIDMode is
         'userDefine', this object is set with 'ascii' automatically
         and cannot be set with other value.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpSnoop2IfOpt82CIDMode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.2.124.2.2.1.14
hh3cDhcpSnoop2IfOpt82RIDMode OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	INTEGER {normal(1), sysname(2), userDefine(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mode of filling in the remote ID suboption
         of DHCP option 82.

         'normal' is the standard mode.

         'userDefine' is the user-defined mode.

         'sysname' is the sysname mode.

         If the value of this object is set to 'userDefine',
         hh3cDhcpSnoop2IfOpt82RIDStr must also be set."
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.2.124.2.2.1.15
hh3cDhcpSnoop2IfOpt82RIDStr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The string defined by user to fill in the
         remote ID in the user-defined mode.

         If the value of hh3cDhcpSnoop2IfOpt82RIDMode is
         NOT 'userDefine', this object is set with a zero-length
         string automatically.
         Otherwise it must be set with a non-zero length string.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpSnoop2IfOpt82RIDMode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 15 }

.1.3.6.1.4.1.25506.2.124.2.2.1.16
hh3cDhcpSnoop2IfOpt82RIDFormat OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	INTEGER {hex(1), ascii(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The format of DHCP option 82 remote ID in 'normal' mode.

         'hex' is the hex format.

         'ascii' is the ascii format.

         If the value of hh3cDhcpSnoop2IfOpt82RIDMode is
         'sysname' or 'userDefine', this object is set with 'ascii'
         automatically and cannot be set with other value.

         If the value of hh3cDhcpSnoop2IfOpt82RIDMode is
         'normal', the default value of this object is 'hex'.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpSnoop2IfOpt82RIDMode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfConfigTable(2) hh3cDhcpSnoop2IfConfigEntry(1) 16 }

.1.3.6.1.4.1.25506.2.124.2.3
hh3cDhcpSnoop2IfVlanCIDTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the information of the circuit ID
         suboption of DHCP option 82 in VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) 3 }

.1.3.6.1.4.1.25506.2.124.2.3.1
hh3cDhcpSnoop2IfVlanCIDEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDhcpSnoop2IfVlanCIDVlanIndex }
  DESCRIPTION	"An entry containing the information of the circuit ID
         suboption of DHCP option 82 in VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfVlanCIDTable(3) 1 }

.1.3.6.1.4.1.25506.2.124.2.3.1.1
hh3cDhcpSnoop2IfVlanCIDVlanIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfVlanCIDTable(3) hh3cDhcpSnoop2IfVlanCIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.124.2.3.1.2
hh3cDhcpSnoop2IfVlanCIDStr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	OCTET STRING (3..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The string defined by user to fill in the
         circuit ID suboption of option 82."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfVlanCIDTable(3) hh3cDhcpSnoop2IfVlanCIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.124.2.3.1.3
hh3cDhcpSnoop2IfVlanCIDRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
          Three actions are used: active,
          createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfVlanCIDTable(3) hh3cDhcpSnoop2IfVlanCIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.124.2.4
hh3cDhcpSnoop2IfVlanRIDTable OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the information of the remote ID
         suboption of DHCP option 82 in VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) 4 }

.1.3.6.1.4.1.25506.2.124.2.4.1
hh3cDhcpSnoop2IfVlanRIDEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDhcpSnoop2IfVlanRIDVlanIndex }
  DESCRIPTION	"An entry containing the information of the remote ID
         suboption of DHCP option 82 in VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfVlanRIDTable(4) 1 }

.1.3.6.1.4.1.25506.2.124.2.4.1.1
hh3cDhcpSnoop2IfVlanRIDVlanIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfVlanRIDTable(4) hh3cDhcpSnoop2IfVlanRIDEntry(1) 1 }

.1.3.6.1.4.1.25506.2.124.2.4.1.2
hh3cDhcpSnoop2IfVlanRIDMode OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	INTEGER {sysname(1), userDefine(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mode of filling in the remote ID suboption
         of DHCP option 82 in VLAN.

         'sysname' indicates using the device sysname to fill in
         the suboption.

         'userDefine' indicates using the string defined
         by hh3cDhcpSnoop2IfVlanRIDStr to fill in the suboption.

         If the value of this object is set to 'userDefine',
         hh3cDhcpSnoop2IfVlanRIDStr must also be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfVlanRIDTable(4) hh3cDhcpSnoop2IfVlanRIDEntry(1) 2 }

.1.3.6.1.4.1.25506.2.124.2.4.1.3
hh3cDhcpSnoop2IfVlanRIDStr OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The string used to fill in the remote ID suboption.

         If the value of hh3cDhcpSnoop2IfVlanRIDMode is NOT 'userDefine',
         this object is set with a zero-length string automatically.
         Otherwise it must be set with a non-zero length string.

         The SET operation of this object must be with the SET
         operation of hh3cDhcpSnoop2IfVlanRIDMode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfVlanRIDTable(4) hh3cDhcpSnoop2IfVlanRIDEntry(1) 3 }

.1.3.6.1.4.1.25506.2.124.2.4.1.4
hh3cDhcpSnoop2IfVlanRIDRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP-SNOOP2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.
          Three actions are used: active,
          createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcpSnoop2(124) hh3cDhcpSnoop2Tables(2) hh3cDhcpSnoop2IfVlanRIDTable(4) hh3cDhcpSnoop2IfVlanRIDEntry(1) 4 }

.1.3.6.1.4.1.25506.2.125
hh3cRmonExt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RMON-EXT2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 125 }

.1.3.6.1.4.1.25506.2.125.0
hh3cRmonExtEvent OBJECT-GROUP
  -- FROM	HH3C-RMON-EXT2-MIB
  DESCRIPTION	"Definition point for notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) 0 }

.1.3.6.1.4.1.25506.2.125.0.1
hh3cRmonExtRisingAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  OBJECTS	{ hh3cRmonExtAlarmIndex, hh3cRmonExtAlarmSympol, hh3cRmonExtAlarmSampleType, hh3cRmonExtAlarmValue, hh3cRmonExtAlarmRisingThreshold }
  DESCRIPTION	"The SNMP trap that is generated when an alarm
        entry crosses its rising threshold and generates
        an event that is configured for sending SNMP
        traps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtEvent(0) 1 }

.1.3.6.1.4.1.25506.2.125.0.2
hh3cRmonExtFallingAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  OBJECTS	{ hh3cRmonExtAlarmIndex, hh3cRmonExtAlarmSympol, hh3cRmonExtAlarmSampleType, hh3cRmonExtAlarmValue, hh3cRmonExtAlarmFallingThreshold }
  DESCRIPTION	"The SNMP trap that is generated when an alarm
        entry crosses its falling threshold and generates
        an event that is configured for sending SNMP
        traps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtEvent(0) 2 }

.1.3.6.1.4.1.25506.2.125.1
hh3cRmonExtAlarmTable OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of alarm entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) 1 }

.1.3.6.1.4.1.25506.2.125.1.1
hh3cRmonExtAlarmEntry OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRmonExtAlarmIndex }
  DESCRIPTION	"A list of parameters that set up a periodic checking
        for alarm conditions.  For example, an instance of the
        alarmValue object might be named alarmValue.8"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) 1 }

.1.3.6.1.4.1.25506.2.125.1.1.1
hh3cRmonExtAlarmIndex OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
        alarm table.  Each such entry defines a
        diagnostic sample at a particular interval
        for an object on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 1 }

.1.3.6.1.4.1.25506.2.125.1.1.2
hh3cRmonExtAlarmInterval OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	Integer32 (10..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interval in seconds over which the data is
        sampled and compared with the rising and falling
        thresholds.  When setting this variable, care
        should be taken in the case of deltaValue
        sampling - the interval should be set short enough
        that the sampled variable is very unlikely to
        increase or decrease by more than 2^31 - 1 during
        a single sampling interval.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
  DEFVAL	{ 1800 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 2 }

.1.3.6.1.4.1.25506.2.125.1.1.3
hh3cRmonExtAlarmVariable OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object identifier of the particular variable to be
        sampled.  Only variables that resolve to an ASN.1 primitive
        type of INTEGER (INTEGER, Integer32, Unsigned32, Counter32,
        Counter64, Gauge, or TimeTicks) may be sampled.

        Because SNMP access control is articulated entirely
        in terms of the contents of MIB views, no access
        control mechanism exists that can restrict the value of
        this object to identify only those objects that exist
        in a particular MIB view.  Because there is thus no
        acceptable means of restricting the read access that
        could be obtained through the alarm mechanism, the
        probe must only grant write access to this object in
        those views that have read access to all objects on
        the probe.

        During a set operation, if the supplied variable name is
        not available in the selected MIB view, a badValue error
        must be returned.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 3 }

.1.3.6.1.4.1.25506.2.125.1.1.4
hh3cRmonExtAlarmSympol OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A comment describing this alarm entry.
        This object may not be modified if the associated
        alarmStatus object is equal to valid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 4 }

.1.3.6.1.4.1.25506.2.125.1.1.5
hh3cRmonExtAlarmSampleType OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	INTEGER {absoluteValue(1), deltaValue(2), speedValue(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The method of sampling the selected variable and
        calculating the value to be compared against the
        thresholds.  If the value of this object is
        absoluteValue, the value of the selected variable
        will be compared directly with the thresholds at the
        end of the sampling interval.  If the value of this
        object is deltaValue, the value of the selected
        variable at the last sample will be subtracted from
        the current value, and the difference compared with
        the thresholds.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
  DEFVAL	{ absoluteValue }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 5 }

.1.3.6.1.4.1.25506.2.125.1.1.6
hh3cRmonExtAlarmValue OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the statistic during the last sampling
        period.  For example, if the sample type is deltaValue,
        this value will be the difference between the samples
        at the beginning and end of the period.  If the sample
        type is absoluteValue, this value will be the sampled
        value at the end of the period.
        This is the value that is compared with the rising and
        falling thresholds.

        The value during the current sampling period is not
        made available until the period is completed and will
        remain available until the next period completes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 6 }

.1.3.6.1.4.1.25506.2.125.1.1.7
hh3cRmonExtAlarmStartupAlarm OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	INTEGER {risingAlarm(1), fallingAlarm(2), risingOrFallingAlarm(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The alarm that may be sent when this entry is first
        set to valid.  If the first sample after this entry
        becomes valid is greater than or equal to the
        risingThreshold and alarmStartupAlarm is equal to
        risingAlarm or risingOrFallingAlarm, then a single
        rising alarm will be generated.  If the first sample
        after this entry becomes valid is less than or equal
        to the fallingThreshold and alarmStartupAlarm is equal
        to fallingAlarm or risingOrFallingAlarm, then a
        single falling alarm will be generated.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
  DEFVAL	{ risingOrFallingAlarm }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 7 }

.1.3.6.1.4.1.25506.2.125.1.1.8
hh3cRmonExtAlarmRisingThreshold OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A threshold for the sampled statistic.  When the current
        sampled value is greater than or equal to this threshold,
        and the value at the last sampling interval was less than
        this threshold, a single event will be generated.
        A single event will also be generated if the first
        sample after this entry becomes valid is greater than or
        equal to this threshold and the associated
        alarmStartupAlarm is equal to risingAlarm or
        risingOrFallingAlarm.

        After a rising event is generated, another such event
        will not be generated until the sampled value
        falls below this threshold and reaches the
        alarmFallingThreshold.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 8 }

.1.3.6.1.4.1.25506.2.125.1.1.9
hh3cRmonExtAlarmFallingThreshold OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A threshold for the sampled statistic.  When the current
        sampled value is less than or equal to this threshold,
        and the value at the last sampling interval was greater than
        this threshold, a single event will be generated.
        A single event will also be generated if the first
        sample after this entry becomes valid is less than or
        equal to this threshold and the associated
        alarmStartupAlarm is equal to fallingAlarm or
        risingOrFallingAlarm.

        After a falling event is generated, another such event
        will not be generated until the sampled value
        rises above this threshold and reaches the
        alarmRisingThreshold.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 9 }

.1.3.6.1.4.1.25506.2.125.1.1.10
hh3cRmonExtAlarmRisingEvtIndex OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of the eventEntry that is
        used when a rising threshold is crossed.  The
        eventEntry identified by a particular value of
        this index is the same as identified by the same value
        of the eventIndex object.  If there is no
        corresponding entry in the eventTable, then
        no association exists.  In particular, if this value
        is zero, no associated event will be generated, as
        zero is not a valid event index.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 10 }

.1.3.6.1.4.1.25506.2.125.1.1.11
hh3cRmonExtAlarmFallingEvtIndex OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The index of the eventEntry that is
        used when a falling threshold is crossed.  The
        eventEntry identified by a particular value of
        this index is the same as identified by the same value
        of the eventIndex object.  If there is no
        corresponding entry in the eventTable, then
        no association exists.  In particular, if this value
        is zero, no associated event will be generated, as
        zero is not a valid event index.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 11 }

.1.3.6.1.4.1.25506.2.125.1.1.12
hh3cRmonExtAlarmStatCycle OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	Integer32 (0..4294967) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The lifetime (in seconds) starts when an alarm entry
        is set in valid state.

        If the entry has an infinite lifetime, the value of this
        object MUST be 0. Otherwise the value MUST be greater
        than the value of hh3cRmonExtAlarmInterval.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 12 }

.1.3.6.1.4.1.25506.2.125.1.1.13
hh3cRmonExtAlarmStatType OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  SYNTAX	INTEGER {forever(1), during(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether the entry has an
        infinite or limited lifetime.

        This object may not be modified if the associated
        alarmStatus object is equal to valid."
  DEFVAL	{ forever }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 13 }

.1.3.6.1.4.1.25506.2.125.1.1.14
hh3cRmonExtAlarmOwner OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
        using the resources assigned to it.

        The defalut value of this object is zero length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 14 }

.1.3.6.1.4.1.25506.2.125.1.1.15
hh3cRmonExtAlarmStatus OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT2-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this alarm entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRmonExt(125) hh3cRmonExtAlarmTable(1) hh3cRmonExtAlarmEntry(1) 15 }

.1.3.6.1.4.1.25506.2.126
hh3cIPsecMonitorV2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 126 }

.1.3.6.1.4.1.25506.2.126.1
hh3cIPsecObjectsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) 1 }

.1.3.6.1.4.1.25506.2.126.1.1
hh3cIPsecScalarObjectsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 1 }

.1.3.6.1.4.1.25506.2.126.1.1.1
hh3cIPsecMIBVersion OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Version string of this MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecScalarObjectsV2(1) 1 }

.1.3.6.1.4.1.25506.2.126.1.2
hh3cIPsecTunnelV2Table OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPsec Phase-2 Tunnel Table.  There is one entry in this
             table for each active IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 2 }

.1.3.6.1.4.1.25506.2.126.1.2.1
hh3cIPsecTunnelV2Entry OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIPsecTunIndexV2 }
  DESCRIPTION	"Information about hh3cIPsecTunnelV2Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) 1 }

.1.3.6.1.4.1.25506.2.126.1.2.1.1
hh3cIPsecTunIndexV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of IPsec Phase-2 Tunnel Table.  The value of
             the index is a number which begins at one and is
             incremented with each tunnel that is created.  The
             value of this object will wrap at 2147483647."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.126.1.2.1.2
hh3cIPsecTunIfIndexV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface index( the ifIndex of ifTable )."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.126.1.2.1.3
hh3cIPsecTunIKETunnelIndexV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the associated IPsec Phase-1 IKE Tunnel
             (IKETunIndex in the IKETunnelTable).  2147483647 is defined as
             invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.126.1.2.1.4
hh3cIPsecTunIKETunLocalIDTypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecIDTypeV2
  SYNTAX	INTEGER {reserved(0), ipv4Addr(1), fqdn(2), userFqdn(3), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8), derAsn1Dn(9), derAsn1Gn(10), keyId(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the local peer identity for the associated IPsec
             Phase-1 IKE Tunnel (IKETunLocalType in the IKETunnelTable)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.126.1.2.1.5
hh3cIPsecTunIKETunLocalIDVal1V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The value of the local peer identity for the associated IPsec
             Phase-1 IKE Tunnel (IKETunLocalValue1 in the IKETunnelTable).

             If the local peer type is ipv4Addr/ipv6Addr, this is the IP address
             used to identify the local peer.

             If the local peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is
             the subnet address.

             If the local peer type is ipv4AddrRange/ipv6AddrRange, this is
             the beginning IP address of the range.

             If the local peer type is fqdn/userFqdn, this is the host name
             used to identify the local peer.

             If the local peer type is derAsn1Dn, this is the binary DER
             encoding of an ASN.1 X.500 Distinguished Name [X.501] of the
             principal whose certificates are being exchanged to establish
             the SA.

             If the local peer type is derAsn1Gn, this is the binary DER
             encoding of an ASN.1 X.500 GeneralName [X.509] of the principal
             whose certificates are being exchanged to establish the SA.

             If the local peer type is keyId, this is an opaque byte
             stream which may be used to pass vendor-specific information
             necessary to identify which pre-shared key should be used to
             authenticate Aggressive mode negotiations.

             The local peer identity may not exceed 255 characters in length.
             The complete value will be displayed by hh3cIPsecTunIKETunLocalIDVal3V2"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.126.1.2.1.6
hh3cIPsecTunIKETunLocalIDVal2V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second specification of the local peer's IP address for the
             associated IPsec Phase-1 IKE Tunnel (IKETunLocalValue2 in the
             IKETunnelTable).

             If the local peer type is ipv4AddrSubnet/ipv6AddrSubnet, this
             is the subnet mask.

             If the local peer type is ipv4AddrRange/ipv6AddrRange, this is
             the ending IP address of the range.

             If the local peer type is others, this is a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 6 }

.1.3.6.1.4.1.25506.2.126.1.2.1.7
hh3cIPsecTunIKETunRemoteIDTypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecIDTypeV2
  SYNTAX	INTEGER {reserved(0), ipv4Addr(1), fqdn(2), userFqdn(3), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8), derAsn1Dn(9), derAsn1Gn(10), keyId(11)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the remote peer identity for the associated IPsec
             Phase-1 IKE Tunnel (IKETunRemoteType in the IKETunnelTable)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 7 }

.1.3.6.1.4.1.25506.2.126.1.2.1.8
hh3cIPsecTunIKETunRemoteIDVal1V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The value of the remote peer identity for the associated IPsec
             Phase-1 IKE Tunnel (IKETunRemoteValue1 in the IKETunnelTable).

             If the remote peer type is ipv4Addr/ipv6Addr, this is the IP address
             used to identify the remote peer.

             If the remote peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is
             the subnet address.

             If the remote peer type is ipv4AddrRange/ipv6AddrRange, this is
             the beginning IP address of the range.

             If the remote peer type is fqdn/userFqdn, this is the host name
             used to identify the remote peer.

             If the remote peer type is derAsn1Dn, this is the binary DER
             encoding of an ASN.1 X.500 Distinguished Name [X.501] of the
             principal whose certificates are being exchanged to establish
             the SA.

             If the remote peer type is derAsn1Gn, this is the binary DER
             encoding of an ASN.1 X.500 GeneralName [X.509] of the principal
             whose certificates are being exchanged to establish the SA.

             If the remote peer type is keyId, this is an opaque byte
             stream which may be used to pass vendor-specific information
             necessary to identify which pre-shared key should be used to
             authenticate Aggressive mode negotiations.

             The remote peer identity may not exceed 255 characters in length.
             The complete value will be displayed by hh3cIPsecTunIKETunRemoteIDVal3V2"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 8 }

.1.3.6.1.4.1.25506.2.126.1.2.1.9
hh3cIPsecTunIKETunRemoteIDVal2V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second specification of the remote peer's IP address for the
             associated IPsec Phase-1 IKE Tunnel(IKETunRemoteValue2 in the
             IKETunnelTable).

             If the remote peer type is ipv4AddrSubnet/ipv6AddrSubnet, this
             is the subnet mask.

             If the remote peer type is ipv4AddrRange/ipv6AddrRange, this is
             the ending IP address of the range.

             If the remote peer type is others, this is a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 9 }

.1.3.6.1.4.1.25506.2.126.1.2.1.10
hh3cIPsecTunLocalAddrTypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the IP address for the local peer of the IPsec Phase-2
            Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 10 }

.1.3.6.1.4.1.25506.2.126.1.2.1.11
hh3cIPsecTunLocalAddrV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the local peer for the IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 11 }

.1.3.6.1.4.1.25506.2.126.1.2.1.12
hh3cIPsecTunRemoteAddrTypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the IP address for the remote peer of the IPsec Phase-2
             Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 12 }

.1.3.6.1.4.1.25506.2.126.1.2.1.13
hh3cIPsecTunRemoteAddrV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the remote peer for the IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 13 }

.1.3.6.1.4.1.25506.2.126.1.2.1.14
hh3cIPsecTunKeyTypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecNegoTypeV2
  SYNTAX	INTEGER {ike(1), manual(2), invalidType(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The key negotiate mode used by the IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 14 }

.1.3.6.1.4.1.25506.2.126.1.2.1.15
hh3cIPsecTunEncapModeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecEncapModeV2
  SYNTAX	INTEGER {tunnel(1), transport(2), invalidMode(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encapsulation mode used by the IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 15 }

.1.3.6.1.4.1.25506.2.126.1.2.1.16
hh3cIPsecTunInitiatorV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	INTEGER {local(1), remote(2), none(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The initiator of this IPsec tunnel.  Value none is used for manual
             IPsec tunnel, for there is no initiator or responder in this method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 16 }

.1.3.6.1.4.1.25506.2.126.1.2.1.17
hh3cIPsecTunLifeSizeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated LifeSize of the IPsec Phase-2 Tunnel in kilobytes.
             0 is defined as invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 17 }

.1.3.6.1.4.1.25506.2.126.1.2.1.18
hh3cIPsecTunLifeTimeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds.
             2147483647 is defined as invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 18 }

.1.3.6.1.4.1.25506.2.126.1.2.1.19
hh3cIPsecTunRemainTimeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remain time of SA in seconds.  2147483647 is defined as invalid
            value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 19 }

.1.3.6.1.4.1.25506.2.126.1.2.1.20
hh3cIPsecTunActiveTimeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The duration the IPsec Phase-2 Tunnel has been active in
             hundredths of seconds.  2147483647 is defined as invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 20 }

.1.3.6.1.4.1.25506.2.126.1.2.1.21
hh3cIPsecTunRemainSizeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remain LifeSize of SA in kilobytes.  0 is defined as
            invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 21 }

.1.3.6.1.4.1.25506.2.126.1.2.1.22
hh3cIPsecTunTotalRefreshesV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of security association refreshing performed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 22 }

.1.3.6.1.4.1.25506.2.126.1.2.1.23
hh3cIPsecTunCurrentSaInstancesV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of security associations which are currently active
             or expiring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 23 }

.1.3.6.1.4.1.25506.2.126.1.2.1.24
hh3cIPsecTunInSaEncryptAlgoV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecEncryptAlgoV2
  SYNTAX	INTEGER {none(0), desCbc(1), ideaCbc(2), blowfishCbc(3), rc5R16B64Cbc(4), tripleDesCbc(5), castCbc(6), aesCbc(7), nsaCbc(8), aesCbc128(9), aesCbc192(10), aesCbc256(11), aesCtr(12), aesCamelliaCbc(13), rc4(14), aesCtr128(15), aesCtr192(16), aesCtr256(17), camelliaCbc128(18), camelliaCbc192(19), camelliaCbc256(20), gmac128(21), gmac192(22), gmac256(23), gcm128(24), gcm192(25), gcm256(26), sm1Cbc128(128), sm1Cbc192(129), sm1Cbc256(130), sm4Cbc(131), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encryption algorithm used by the inbound security association
             of the IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 24 }

.1.3.6.1.4.1.25506.2.126.1.2.1.25
hh3cIPsecTunInSaAhAuthAlgoV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecAuthAlgoV2
  SYNTAX	INTEGER {none(0), md5(1), sha1(2), sha256(3), sha384(4), sha512(5), aesXcbcMac(6), sm3(128), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the inbound authentication
             header (AH) security association of the IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 25 }

.1.3.6.1.4.1.25506.2.126.1.2.1.26
hh3cIPsecTunInSaEspAuthAlgoV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecAuthAlgoV2
  SYNTAX	INTEGER {none(0), md5(1), sha1(2), sha256(3), sha384(4), sha512(5), aesXcbcMac(6), sm3(128), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the inbound encapsulation
             security protocol(ESP) security association of the IPsec
             Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 26 }

.1.3.6.1.4.1.25506.2.126.1.2.1.27
hh3cIPsecTunDiffHellmanGrpV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecDiffHellmanGrpV2
  SYNTAX	INTEGER {none(0), dhGroup1(1), dhGroup2(2), dhGroup5(5), dhGroup14(14), dhGroup24(24), invalidGroup(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Diffie Hellman Group used by the security association of the
             IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 27 }

.1.3.6.1.4.1.25506.2.126.1.2.1.28
hh3cIPsecTunOutSaEncryptAlgoV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecEncryptAlgoV2
  SYNTAX	INTEGER {none(0), desCbc(1), ideaCbc(2), blowfishCbc(3), rc5R16B64Cbc(4), tripleDesCbc(5), castCbc(6), aesCbc(7), nsaCbc(8), aesCbc128(9), aesCbc192(10), aesCbc256(11), aesCtr(12), aesCamelliaCbc(13), rc4(14), aesCtr128(15), aesCtr192(16), aesCtr256(17), camelliaCbc128(18), camelliaCbc192(19), camelliaCbc256(20), gmac128(21), gmac192(22), gmac256(23), gcm128(24), gcm192(25), gcm256(26), sm1Cbc128(128), sm1Cbc192(129), sm1Cbc256(130), sm4Cbc(131), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encryption algorithm used by the outbound security
             association of the IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 28 }

.1.3.6.1.4.1.25506.2.126.1.2.1.29
hh3cIPsecTunOutSaAhAuthAlgoV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecAuthAlgoV2
  SYNTAX	INTEGER {none(0), md5(1), sha1(2), sha256(3), sha384(4), sha512(5), aesXcbcMac(6), sm3(128), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the outbound
             authentication header (AH) security association of
             the IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 29 }

.1.3.6.1.4.1.25506.2.126.1.2.1.30
hh3cIPsecTunOutSaEspAuthAlgoV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecAuthAlgoV2
  SYNTAX	INTEGER {none(0), md5(1), sha1(2), sha256(3), sha384(4), sha512(5), aesXcbcMac(6), sm3(128), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the outbound encapsulation
             security protocol(ESP) security association of the IPsec
             Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 30 }

.1.3.6.1.4.1.25506.2.126.1.2.1.31
hh3cIPsecTunPolicyNameV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The policy name used by this IPsec tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 31 }

.1.3.6.1.4.1.25506.2.126.1.2.1.32
hh3cIPsecTunPolicyNumV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number of policy used by this IPsec tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 32 }

.1.3.6.1.4.1.25506.2.126.1.2.1.33
hh3cIPsecTunStatusV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	INTEGER {initial(1), ready(2), rekeyed(3), closed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the IPsec Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 33 }

.1.3.6.1.4.1.25506.2.126.1.2.1.34
hh3cIPsecTunPolicyDescriptionV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	OCTET STRING (1..80) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"IPsec policy description of an IPsec tunne."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 34 }

.1.3.6.1.4.1.25506.2.126.1.2.1.35
hh3cIPsecTunIKETunLocalIDVal3V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	OCTET STRING (0..2047) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the local peer identity for the associated IPsec
             Phase-1 IKE Tunnel (IKETunLocalValue1 in the IKETunnelTable).

             If the local peer type is ipv4Addr/ipv6Addr, this is the IP address
             used to identify the local peer.

             If the local peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is
             the subnet address.

             If the local peer type is ipv4AddrRange/ipv6AddrRange, this is
             the beginning IP address of the range.

             If the local peer type is fqdn/userFqdn, this is the host name
             used to identify the local peer.

             If the local peer type is derAsn1Dn, this is the binary DER
             encoding of an ASN.1 X.500 Distinguished Name [X.501] of the
             principal whose certificates are being exchanged to establish
             the SA.

             If the local peer type is derAsn1Gn, this is the binary DER
             encoding of an ASN.1 X.500 GeneralName [X.509] of the principal
             whose certificates are being exchanged to establish the SA.

             If the local peer type is keyId, this is an opaque byte
             stream which may be used to pass vendor-specific information
             necessary to identify which pre-shared key should be used to
             authenticate Aggressive mode negotiations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 35 }

.1.3.6.1.4.1.25506.2.126.1.2.1.36
hh3cIPsecTunIKETunRemoteIDVal3V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	OCTET STRING (0..2047) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the remote peer identity for the associated IPsec
             Phase-1 IKE Tunnel (IKETunRemoteValue1 in the IKETunnelTable).

             If the remote peer type is ipv4Addr/ipv6Addr, this is the IP address
             used to identify the remote peer.

             If the remote peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is
             the subnet address.

             If the remote peer type is ipv4AddrRange/ipv6AddrRange, this is
             the beginning IP address of the range.

             If the remote peer type is fqdn/userFqdn, this is the host name
             used to identify the remote peer.

             If the remote peer type is derAsn1Dn, this is the binary DER
             encoding of an ASN.1 X.500 Distinguished Name [X.501] of the
             principal whose certificates are being exchanged to establish
             the SA.

             If the remote peer type is derAsn1Gn, this is the binary DER
             encoding of an ASN.1 X.500 GeneralName [X.509] of the principal
             whose certificates are being exchanged to establish the SA.

             If the remote peer type is keyId, this is an opaque byte
             stream which may be used to pass vendor-specific information
             necessary to identify which pre-shared key should be used to
             authenticate Aggressive mode negotiations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 36 }

.1.3.6.1.4.1.25506.2.126.1.2.1.37
hh3cIPsecTunProfileNameV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The profile name used by this IPsec tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelV2Table(2) hh3cIPsecTunnelV2Entry(1) 37 }

.1.3.6.1.4.1.25506.2.126.1.3
hh3cIPsecTunnelStatV2Table OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPsec Phase-2 Tunnel Statistics Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 3 }

.1.3.6.1.4.1.25506.2.126.1.3.1
hh3cIPsecTunnelStatV2Entry OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIPsecTunIndexV2 }
  DESCRIPTION	"Information about hh3cIPsecTunnelStatV2Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) 1 }

.1.3.6.1.4.1.25506.2.126.1.3.1.1
hh3cIPsecTunInOctetsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received by this IPsec Phase-2 Tunnel.
             This value is accumulated BEFORE determining whether or not the
             packet should be decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.126.1.3.1.2
hh3cIPsecTunInDecompOctetsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of decompressed octets received by this IPsec
             Phase-2 Tunnel.  This value is accumulated AFTER the packet
             is decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.126.1.3.1.3
hh3cIPsecTunInPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by this IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.126.1.3.1.4
hh3cIPsecTunInDropPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during receiving process
             by this IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.126.1.3.1.5
hh3cIPsecTunInReplayDropPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during
             receiving process due to Anti-Replay process
             by this IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.126.1.3.1.6
hh3cIPsecTunInAuthFailsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound authentication's
             which ended in failure by this IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 6 }

.1.3.6.1.4.1.25506.2.126.1.3.1.7
hh3cIPsecTunInDecryptFailsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound decryption's
             which ended in failure by this IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 7 }

.1.3.6.1.4.1.25506.2.126.1.3.1.8
hh3cIPsecTunOutOctetsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets sent by this IPsec Phase-2 Tunnel.
             This value is accumulated AFTER determining whether or not
             the packet should be compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 8 }

.1.3.6.1.4.1.25506.2.126.1.3.1.9
hh3cIPsecTunOutUncompOctetsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of uncompressed octets sent by this IPsec Phase-2
             Tunnel.  This value is accumulated BEFORE the packet is compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 9 }

.1.3.6.1.4.1.25506.2.126.1.3.1.10
hh3cIPsecTunOutPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets sent by this IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 10 }

.1.3.6.1.4.1.25506.2.126.1.3.1.11
hh3cIPsecTunOutDropPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during sending process
             by this IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 11 }

.1.3.6.1.4.1.25506.2.126.1.3.1.12
hh3cIPsecTunOutEncryptFailsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of outbound encryption's which ended in failure
             by this IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 12 }

.1.3.6.1.4.1.25506.2.126.1.3.1.13
hh3cIPsecTunNoMemoryDropPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to no enough memory by this
             IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 13 }

.1.3.6.1.4.1.25506.2.126.1.3.1.14
hh3cIPsecTunQueueFullDropPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to queue full by this
             IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 14 }

.1.3.6.1.4.1.25506.2.126.1.3.1.15
hh3cIPsecTunInvalidLenDropPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to invalid length packet
             by this IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 15 }

.1.3.6.1.4.1.25506.2.126.1.3.1.16
hh3cIPsecTunTooLongDropPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to too long packet by this
             IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 16 }

.1.3.6.1.4.1.25506.2.126.1.3.1.17
hh3cIPsecTunInvalidSaDropPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to invalid SA by this
             IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatV2Table(3) hh3cIPsecTunnelStatV2Entry(1) 17 }

.1.3.6.1.4.1.25506.2.126.1.4
hh3cIPsecSaV2Table OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPsec Phase-2 Security Protection Index Table.  This table
             contains an entry for each active and expiring security association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 4 }

.1.3.6.1.4.1.25506.2.126.1.4.1
hh3cIPsecSaV2Entry OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIPsecTunIndexV2, hh3cIPsecSaIndexV2 }
  DESCRIPTION	"Information about hh3cIPsecSaV2Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecSaV2Table(4) 1 }

.1.3.6.1.4.1.25506.2.126.1.4.1.1
hh3cIPsecSaIndexV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of the Sa associated with the Phase-2 Tunnel
             Table.  The value of this index is a number which begins
             at one and is incremented with each Sa associated with
             an IPsec Phase-2 Tunnel.  The value of this object will
             wrap at 2,147,483,647."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecSaV2Table(4) hh3cIPsecSaV2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.126.1.4.1.2
hh3cIPsecSaDirectionV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	INTEGER {in(1), out(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The direction of the SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecSaV2Table(4) hh3cIPsecSaV2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.126.1.4.1.3
hh3cIPsecSaSpiValueV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the SPI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecSaV2Table(4) hh3cIPsecSaV2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.126.1.4.1.4
hh3cIPsecSaSecProtocolV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecSaProtocolV2
  SYNTAX	INTEGER {reserved(0), ah(2), esp(3), ipcomp(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The security protocol of the SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecSaV2Table(4) hh3cIPsecSaV2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.126.1.4.1.5
hh3cIPsecSaEncryptAlgoV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecEncryptAlgoV2
  SYNTAX	INTEGER {none(0), desCbc(1), ideaCbc(2), blowfishCbc(3), rc5R16B64Cbc(4), tripleDesCbc(5), castCbc(6), aesCbc(7), nsaCbc(8), aesCbc128(9), aesCbc192(10), aesCbc256(11), aesCtr(12), aesCamelliaCbc(13), rc4(14), aesCtr128(15), aesCtr192(16), aesCtr256(17), camelliaCbc128(18), camelliaCbc192(19), camelliaCbc256(20), gmac128(21), gmac192(22), gmac256(23), gcm128(24), gcm192(25), gcm256(26), sm1Cbc128(128), sm1Cbc192(129), sm1Cbc256(130), sm4Cbc(131), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encryption algorithm used by the security association
             of the IPsec Phase-2 Tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecSaV2Table(4) hh3cIPsecSaV2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.126.1.4.1.6
hh3cIPsecSaAuthAlgoV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecAuthAlgoV2
  SYNTAX	INTEGER {none(0), md5(1), sha1(2), sha256(3), sha384(4), sha512(5), aesXcbcMac(6), sm3(128), invalidAlg(2147483647)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm used by the SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecSaV2Table(4) hh3cIPsecSaV2Entry(1) 6 }

.1.3.6.1.4.1.25506.2.126.1.4.1.7
hh3cIPsecSaStatusV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	INTEGER {active(1), expiring(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecSaV2Table(4) hh3cIPsecSaV2Entry(1) 7 }

.1.3.6.1.4.1.25506.2.126.1.5
hh3cIPsecTrafficV2Table OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IPsec Phase-2 Tunnel Traffic Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 5 }

.1.3.6.1.4.1.25506.2.126.1.5.1
hh3cIPsecTrafficV2Entry OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIPsecTunIndexV2 }
  DESCRIPTION	"Information about hh3cIPsecTrafficV2Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) 1 }

.1.3.6.1.4.1.25506.2.126.1.5.1.1
hh3cIPsecTrafficLocalTypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecTrafficTypeV2
  SYNTAX	INTEGER {ipv4Addr(1), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the local peer's traffic.  Possible values are:
            1) A single IP address
            2) An IP address range
            3) An IP subnet"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.126.1.5.1.2
hh3cIPsecTrafficLocalAddr1TypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the first IP address specification for the local peer's
             traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.126.1.5.1.3
hh3cIPsecTrafficLocalAddr1V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The first IP address specification of the local peer's traffic.

            If the local peer's traffic type is single IP address, this is the
            IP address.

            If the local peer's traffic type is IP subnet, this is the subnet address.

            If the local peer's traffic type is IP address range, this is the
            beginning IP address of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.126.1.5.1.4
hh3cIPsecTrafficLocalAddr2TypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the second IP address specification for the local peer's
             traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.126.1.5.1.5
hh3cIPsecTrafficLocalAddr2V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second IP address specification of the local peer's traffic.

            If the local peer's traffic type is single IP address, this is the
            IP address.

            If the local peer's traffic type is IP subnet, this is the subnet mask.

            If the local peer's traffic type is IP address range, this is the
            ending IP address of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.126.1.5.1.6
hh3cIPsecTrafficLocalProtocol1V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The first protocol number specification of the local peer's traffic.

            If the protocol type of the local peer's traffic is single protocol,
            this is the protocol number.

            If the protocol type of the local peer's traffic is protocol range,
            this is the beginning protocol number of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 6 }

.1.3.6.1.4.1.25506.2.126.1.5.1.7
hh3cIPsecTrafficLocalProtocol2V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second protocol number specification of the local peer's traffic.

            If the protocol type of the local peer's traffic is single protocol,
            this is the protocol number.

            If the protocol type of the local peer's traffic is protocol range,
            this is the ending protocol number of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 7 }

.1.3.6.1.4.1.25506.2.126.1.5.1.8
hh3cIPsecTrafficLocalPort1V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The first port number specification of the local peer's traffic.

            If the port type of the local peer's traffic is single port, this is
            the port number.

            If the port type of the local peer's traffic is port range, this is
            the beginning port number of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 8 }

.1.3.6.1.4.1.25506.2.126.1.5.1.9
hh3cIPsecTrafficLocalPort2V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second port number specification of the local peer's traffic.

            If the port type of the local peer's traffic is single port, this is
            the port number.

            If the port type of the local peer's traffic is port range, this is
            the ending port number of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 9 }

.1.3.6.1.4.1.25506.2.126.1.5.1.10
hh3cIPsecTrafficRemoteTypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION Hh3cIPsecTrafficTypeV2
  SYNTAX	INTEGER {ipv4Addr(1), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the remote peer's traffic.  Possible values are:
            1) A single IP address
            2) An IP address range
            3) An IP subnet"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 10 }

.1.3.6.1.4.1.25506.2.126.1.5.1.11
hh3cIPsecTrafficRemAddr1TypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the first IP address specification for the remote peer's
             traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 11 }

.1.3.6.1.4.1.25506.2.126.1.5.1.12
hh3cIPsecTrafficRemAddr1V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The first IP address specification of the remote peer's traffic.

            If the remote traffic type is single IP address, this is the IP address.

            If the remote traffic type is IP subnet, this is the subnet address.

            If the remote traffic type is IP address range, this is the beginning
            IP address of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 12 }

.1.3.6.1.4.1.25506.2.126.1.5.1.13
hh3cIPsecTrafficRemAddr2TypeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the second IP address specification for the remote peer's
             traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 13 }

.1.3.6.1.4.1.25506.2.126.1.5.1.14
hh3cIPsecTrafficRemAddr2V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second IP address specification of the remote peer's traffic.

            If the remote traffic type is single IP address, this is the IP address.

            If the remote traffic type is IP subnet, this is the subnet mask.

            If the remote traffic type is IP address range, this is the ending IP
            address of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 14 }

.1.3.6.1.4.1.25506.2.126.1.5.1.15
hh3cIPsecTrafficRemoPro1V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The first protocol number specification of the remote peer's traffic.

            If the protocol type of the remote peer's traffic is single protocol,
            this is the protocol number.

            If the protocol type of the remote peer's traffic is protocol range,
            this is the beginning protocol number of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 15 }

.1.3.6.1.4.1.25506.2.126.1.5.1.16
hh3cIPsecTrafficRemoPro2V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second protocol number specification of the remote peer's traffic.

            If the protocol type of the remote peer's traffic is single protocol,
            this is the protocol number.

            If the protocol type of the remote peer's traffic is protocol range,
            this is the ending protocol number of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 16 }

.1.3.6.1.4.1.25506.2.126.1.5.1.17
hh3cIPsecTrafficRemPort1V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The first port number specification of the remote peer's traffic.

            If the port type of the remote peer's traffic is single port,
            this is the port number.

            If the port type of the remote peer's traffic is port range,
            this is the beginning port number of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 17 }

.1.3.6.1.4.1.25506.2.126.1.5.1.18
hh3cIPsecTrafficRemPort2V2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The second port number specification of the remote peer's traffic.

            If the port type of the remote peer's traffic is single port,
            this is the port number.

            If the port type of the remote peer's traffic is port range,
            this is the ending port number of the range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrafficV2Table(5) hh3cIPsecTrafficV2Entry(1) 18 }

.1.3.6.1.4.1.25506.2.126.1.6
hh3cIPsecGlobalStatsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 6 }

.1.3.6.1.4.1.25506.2.126.1.6.1
hh3cIPsecGlobalActiveTunnelsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of currently active IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 1 }

.1.3.6.1.4.1.25506.2.126.1.6.2
hh3cIPsecGlobalActiveSasV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of currently active or expiring IPsec Phase-2 SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 2 }

.1.3.6.1.4.1.25506.2.126.1.6.3
hh3cIPsecGlobalInOctetsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received by all current and previous
             IPsec Phase-2 Tunnels.  This value is accumulated BEFORE determining
             whether or not the packet should be decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 3 }

.1.3.6.1.4.1.25506.2.126.1.6.4
hh3cIPsecGlobalInDecompOctetsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of decompressed octets received by all current
             and previous IPsec Phase-2 Tunnels.  This value is accumulated
             AFTER the packet is decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 4 }

.1.3.6.1.4.1.25506.2.126.1.6.5
hh3cIPsecGlobalInPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by all current and
             previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 5 }

.1.3.6.1.4.1.25506.2.126.1.6.6
hh3cIPsecGlobalInDropsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during receiving
             process by all current and previous IPsec Phase-2
             Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 6 }

.1.3.6.1.4.1.25506.2.126.1.6.7
hh3cIPsecGlobalInReplayDropsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during receiving
             process due to Anti-Replay process by all
             current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 7 }

.1.3.6.1.4.1.25506.2.126.1.6.8
hh3cIPsecGlobalInAuthFailsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound authentication's which ended
             in failure by all current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 8 }

.1.3.6.1.4.1.25506.2.126.1.6.9
hh3cIPsecGlobalInDecryptFailsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound decryption's which ended in
             failure by all current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 9 }

.1.3.6.1.4.1.25506.2.126.1.6.10
hh3cIPsecGlobalOutOctetsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets sent by all current and previous
             IPsec Phase-2 Tunnels.  This value is accumulated AFTER
             determining whether or not the packet should be compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 10 }

.1.3.6.1.4.1.25506.2.126.1.6.11
hh3cIPsecGlobalOutUncompOctetsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of uncompressed octets sent by all current
             and previous IPsec Phase-2 Tunnels.  This value is accumulated
             BEFORE the packet is compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 11 }

.1.3.6.1.4.1.25506.2.126.1.6.12
hh3cIPsecGlobalOutPktsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets sent by all current and previous
             IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 12 }

.1.3.6.1.4.1.25506.2.126.1.6.13
hh3cIPsecGlobalOutDropsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped during sending process
             by all current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 13 }

.1.3.6.1.4.1.25506.2.126.1.6.14
hh3cIPsecGlobalOutEncryptFailsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of outbound encryption's which ended in failure
             by all current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 14 }

.1.3.6.1.4.1.25506.2.126.1.6.15
hh3cIPsecGlobalNoMemoryDropsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to no enough memory
             by all current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 15 }

.1.3.6.1.4.1.25506.2.126.1.6.16
hh3cIPsecGlobalNoFindSaDropsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to not find SA by
             all current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 16 }

.1.3.6.1.4.1.25506.2.126.1.6.17
hh3cIPsecGlobalQueueFullDropsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to queue full by
             all current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 17 }

.1.3.6.1.4.1.25506.2.126.1.6.18
hh3cIPsecGlobalInvalidLenDropsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to invalid packet
             length by all current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 18 }

.1.3.6.1.4.1.25506.2.126.1.6.19
hh3cIPsecGlobalTooLongDropsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to too long packet by
             all current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 19 }

.1.3.6.1.4.1.25506.2.126.1.6.20
hh3cIPsecGlobalInvalidSaDropsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped due to invalid SA by all
             current and previous IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecGlobalStatsV2(6) 20 }

.1.3.6.1.4.1.25506.2.126.1.7
hh3cIPsecTrapObjectV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 7 }

.1.3.6.1.4.1.25506.2.126.1.7.1
hh3cIPsecPolicyNameV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IPsec policy name with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapObjectV2(7) 1 }

.1.3.6.1.4.1.25506.2.126.1.7.2
hh3cIPsecPolicySeqNumV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IPsec policy sequence number with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapObjectV2(7) 2 }

.1.3.6.1.4.1.25506.2.126.1.7.3
hh3cIPsecPolicySizeV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of IPsec policies with a trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapObjectV2(7) 3 }

.1.3.6.1.4.1.25506.2.126.1.8
hh3cIPsecTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 8 }

.1.3.6.1.4.1.25506.2.126.1.8.1
hh3cIPsecTrapGlobalCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether all IPsec traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 1 }

.1.3.6.1.4.1.25506.2.126.1.8.2
hh3cIPsecTunnelStartTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecTunnelStartV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 2 }

.1.3.6.1.4.1.25506.2.126.1.8.3
hh3cIPsecTunnelStopTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecTunnelStopV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 3 }

.1.3.6.1.4.1.25506.2.126.1.8.4
hh3cIPsecNoSaTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecNoSaFailureV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 4 }

.1.3.6.1.4.1.25506.2.126.1.8.5
hh3cIPsecAuthFailureTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecAuthFailFailureV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 5 }

.1.3.6.1.4.1.25506.2.126.1.8.6
hh3cIPsecEncryFailureTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecEncryFailFailureV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 6 }

.1.3.6.1.4.1.25506.2.126.1.8.7
hh3cIPsecDecryFailureTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecDecryFailFailureV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 7 }

.1.3.6.1.4.1.25506.2.126.1.8.8
hh3cIPsecInvalidSaTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecInvalidSaFailureV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 8 }

.1.3.6.1.4.1.25506.2.126.1.8.9
hh3cIPsecPolicyAddTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecPolicyAddV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 9 }

.1.3.6.1.4.1.25506.2.126.1.8.10
hh3cIPsecPolicyDelTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecPolicyDelV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 10 }

.1.3.6.1.4.1.25506.2.126.1.8.11
hh3cIPsecPolicyAttachTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecPolicyAttachV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 11 }

.1.3.6.1.4.1.25506.2.126.1.8.12
hh3cIPsecPolicyDetachTrapCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecPolicyDetachV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 12 }

.1.3.6.1.4.1.25506.2.126.1.8.13
hh3cIPsecConnectionStartCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecConnectionStartV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 13 }

.1.3.6.1.4.1.25506.2.126.1.8.14
hh3cIPsecConnectionStopCntlV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether hh3cIPsecConnectionStopV2 traps should be generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapCntlV2(8) 14 }

.1.3.6.1.4.1.25506.2.126.1.9
hh3cIPsecTrapV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 9 }

.1.3.6.1.4.1.25506.2.126.1.9.0
hh3cIPsecNotificationsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) 0 }

.1.3.6.1.4.1.25506.2.126.1.9.0.1
hh3cIPsecTunnelStartV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecTunIndexV2, hh3cIPsecTunLocalAddrTypeV2, hh3cIPsecTunLocalAddrV2, hh3cIPsecTunRemoteAddrTypeV2, hh3cIPsecTunRemoteAddrV2, hh3cIPsecTunLifeTimeV2, hh3cIPsecTunLifeSizeV2 }
  DESCRIPTION	"This notification is generated when an IPsec Phase-2
             Tunnel is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 1 }

.1.3.6.1.4.1.25506.2.126.1.9.0.2
hh3cIPsecTunnelStopV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecTunIndexV2, hh3cIPsecTunLocalAddrTypeV2, hh3cIPsecTunLocalAddrV2, hh3cIPsecTunRemoteAddrTypeV2, hh3cIPsecTunRemoteAddrV2, hh3cIPsecTunActiveTimeV2 }
  DESCRIPTION	"This notification is generated when an IPsec Phase-2
             Tunnel is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 2 }

.1.3.6.1.4.1.25506.2.126.1.9.0.3
hh3cIPsecNoSaFailureV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecTunIndexV2, hh3cIPsecTunLocalAddrTypeV2, hh3cIPsecTunLocalAddrV2, hh3cIPsecTunRemoteAddrTypeV2, hh3cIPsecTunRemoteAddrV2 }
  DESCRIPTION	"This notification is generated when an IPsec Phase-2
             non-existent SA error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 3 }

.1.3.6.1.4.1.25506.2.126.1.9.0.4
hh3cIPsecAuthFailFailureV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecTunIndexV2, hh3cIPsecTunLocalAddrTypeV2, hh3cIPsecTunLocalAddrV2, hh3cIPsecTunRemoteAddrTypeV2, hh3cIPsecTunRemoteAddrV2 }
  DESCRIPTION	"This notification is generated when the IPsec phase-2
             authentication failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 4 }

.1.3.6.1.4.1.25506.2.126.1.9.0.5
hh3cIPsecEncryFailFailureV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecTunIndexV2, hh3cIPsecTunLocalAddrTypeV2, hh3cIPsecTunLocalAddrV2, hh3cIPsecTunRemoteAddrTypeV2, hh3cIPsecTunRemoteAddrV2 }
  DESCRIPTION	"This notification is generated when the IPsec phase-2
             tunnel has an encrypting failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 5 }

.1.3.6.1.4.1.25506.2.126.1.9.0.6
hh3cIPsecDecryFailFailureV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecTunIndexV2, hh3cIPsecTunLocalAddrTypeV2, hh3cIPsecTunLocalAddrV2, hh3cIPsecTunRemoteAddrTypeV2, hh3cIPsecTunRemoteAddrV2 }
  DESCRIPTION	"This notification is generated when the IPsec phase-2
             tunnel has a decrypting failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 6 }

.1.3.6.1.4.1.25506.2.126.1.9.0.7
hh3cIPsecInvalidSaFailureV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecTunIndexV2, hh3cIPsecSaIndexV2, hh3cIPsecTunLocalAddrTypeV2, hh3cIPsecTunLocalAddrV2, hh3cIPsecTunRemoteAddrTypeV2, hh3cIPsecTunRemoteAddrV2, hh3cIPsecSaSpiValueV2 }
  DESCRIPTION	"This notification is generated when the IPsec phase-2
             invalid SA failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 7 }

.1.3.6.1.4.1.25506.2.126.1.9.0.8
hh3cIPsecPolicyAddV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecPolicyNameV2, hh3cIPsecPolicySeqNumV2, hh3cIPsecPolicySizeV2 }
  DESCRIPTION	"This notification is generated when an IPsec policy is added."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 8 }

.1.3.6.1.4.1.25506.2.126.1.9.0.9
hh3cIPsecPolicyDelV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecPolicyNameV2, hh3cIPsecPolicySeqNumV2, hh3cIPsecPolicySizeV2 }
  DESCRIPTION	"This notification is generated when an IPsec policy is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 9 }

.1.3.6.1.4.1.25506.2.126.1.9.0.10
hh3cIPsecPolicyAttachV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecPolicyNameV2, hh3cIPsecPolicySizeV2, ifIndex }
  DESCRIPTION	"This notification is generated when an IPsec policy is attached
             with one interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 10 }

.1.3.6.1.4.1.25506.2.126.1.9.0.11
hh3cIPsecPolicyDetachV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecPolicyNameV2, hh3cIPsecPolicySizeV2, ifIndex }
  DESCRIPTION	"This notification is generated when an IPsec policy is detached
             with one interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 11 }

.1.3.6.1.4.1.25506.2.126.1.9.0.12
hh3cIPsecConnectionStartV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecPolicyDescripV2 }
  DESCRIPTION	"This notification is generated when an IPsec connection
             is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 12 }

.1.3.6.1.4.1.25506.2.126.1.9.0.13
hh3cIPsecConnectionStopV2 NOTIFICATION-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  OBJECTS	{ hh3cIPsecPolicyDescripV2 }
  DESCRIPTION	"This notification is generated when an IPsec connection
             is terminated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTrapV2(9) hh3cIPsecNotificationsV2(0) 13 }

.1.3.6.1.4.1.25506.2.126.1.10
hh3cIPsecTunnelStatByDescripV2Table OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains IPsec phase-2 tunnel statistics by description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) 10 }

.1.3.6.1.4.1.25506.2.126.1.10.1
hh3cIPsecTunnelStatByDescripV2Entry OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIPsecPolicyDescripV2 }
  DESCRIPTION	"An entry of IPsec phase-2 tunnels statistics by description table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) 1 }

.1.3.6.1.4.1.25506.2.126.1.10.1.1
hh3cIPsecPolicyDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	OCTET STRING (1..80) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IPsec policy's description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.126.1.10.1.2
hh3cIPsecTunInOctetsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received by IPsec phase-2 tunnels.
             This value is accumulated BEFORE determining whether or not the
             packet should be decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.126.1.10.1.3
hh3cIPsecTunInDecompOctetsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of decompressed octets received by IPsec
             phase-2 tunnels.  This value is accumulated AFTER the packet
             is decompressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.126.1.10.1.4
hh3cIPsecTunInPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by IPsec phase-2 tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.126.1.10.1.5
hh3cIPsecTunInDropPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped by IPsec phase-2 tunnels during receiving process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.126.1.10.1.6
hh3cIPsecTunInReplayDropPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of receive  packets dropped by IPsec phase-2 tunnels
            due to Anti-Replay processing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 6 }

.1.3.6.1.4.1.25506.2.126.1.10.1.7
hh3cIPsecTunInAuthFailsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound authentication
             failures on IPsec phase-2 tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 7 }

.1.3.6.1.4.1.25506.2.126.1.10.1.8
hh3cIPsecTunInDecryptFailsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound decryption
             failures on IPsec phase-2 tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 8 }

.1.3.6.1.4.1.25506.2.126.1.10.1.9
hh3cIPsecTunOutOctetsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets sent by IPsec phase-2 tunnels.
             This value is accumulated AFTER determining whether or not
             the packet should be compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 9 }

.1.3.6.1.4.1.25506.2.126.1.10.1.10
hh3cIPsecTunOutUncompOctetsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of uncompressed octets sent by IPsec phase-2
             tunnels.  This value is accumulated BEFORE the packet is compressed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 10 }

.1.3.6.1.4.1.25506.2.126.1.10.1.11
hh3cIPsecTunOutPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets sent by IPsec phase-2 tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 11 }

.1.3.6.1.4.1.25506.2.126.1.10.1.12
hh3cIPsecTunOutDropPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped by IPsec phase-2 tunnels during sending process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 12 }

.1.3.6.1.4.1.25506.2.126.1.10.1.13
hh3cIPsecTunOutEncryptFailsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of outbound encryption failures
             on IPsec Phase-2 Tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 13 }

.1.3.6.1.4.1.25506.2.126.1.10.1.14
hh3cIPsecTunNoMemoryDropPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped by IPsec phase-2 tunnels due to no enough memory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 14 }

.1.3.6.1.4.1.25506.2.126.1.10.1.15
hh3cIPsecTunQueueFullDropPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped by
             IPsec phase-2 tunnels due to queue full."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 15 }

.1.3.6.1.4.1.25506.2.126.1.10.1.16
hh3cIPsecTunInvalidLenDropPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped by IPsec phase-2 tunnels due to invalid length packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 16 }

.1.3.6.1.4.1.25506.2.126.1.10.1.17
hh3cIPsecTunTooLongDropPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped by IPsec phase-2 tunnels due to packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 17 }

.1.3.6.1.4.1.25506.2.126.1.10.1.18
hh3cIPsecTunInvalidSaDropPktsByDescripV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets dropped by IPsec phase-2 tunnels due to invalid SA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecObjectsV2(1) hh3cIPsecTunnelStatByDescripV2Table(10) hh3cIPsecTunnelStatByDescripV2Entry(1) 18 }

.1.3.6.1.4.1.25506.2.126.2
hh3cIPsecConformanceV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) 2 }

.1.3.6.1.4.1.25506.2.126.2.1
hh3cIPsecCompliancesV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) 1 }

.1.3.6.1.4.1.25506.2.126.2.1.1
hh3cIPsecComplianceV2 MODULE-COMPLIANCE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecCompliancesV2(1) 1 }

.1.3.6.1.4.1.25506.2.126.2.2
hh3cIPsecGroupsV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) 2 }

.1.3.6.1.4.1.25506.2.126.2.2.1
hh3cIPsecScalarObjectsGroupV2 OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	"The group contains all of scalar objects of the MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecGroupsV2(2) 1 }

.1.3.6.1.4.1.25506.2.126.2.2.2
hh3cIPsecTunnelTableGroupV2 OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	"The group contains the IPsec tunnel's property information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecGroupsV2(2) 2 }

.1.3.6.1.4.1.25506.2.126.2.2.3
hh3cIPsecTunnelStatGroupV2 OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	"The group contains the IPsec tunnel's statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecGroupsV2(2) 3 }

.1.3.6.1.4.1.25506.2.126.2.2.4
hh3cIPsecSaGroupV2 OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	"The group contains the SA's property information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecGroupsV2(2) 4 }

.1.3.6.1.4.1.25506.2.126.2.2.5
hh3cIPsecTrafficTableGroupV2 OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	"The group contains the property information of the
             data flow protected by IPsec tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecGroupsV2(2) 5 }

.1.3.6.1.4.1.25506.2.126.2.2.6
hh3cIPsecGlobalStatsGroupV2 OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	"The group contains all of the IPsec tunnel's statistic
             information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecGroupsV2(2) 6 }

.1.3.6.1.4.1.25506.2.126.2.2.7
hh3cIPsecTrapObjectGroupV2 OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	"The group contains all of trap objects of IPsec tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecGroupsV2(2) 7 }

.1.3.6.1.4.1.25506.2.126.2.2.8
hh3cIPsecTrapCntlGroupV2 OBJECT-GROUP
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	"The group contains all of trap switches of IPsec tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecGroupsV2(2) 8 }

.1.3.6.1.4.1.25506.2.126.2.2.9
hh3cIPsecTrapGroupV2 OBJECT-TYPE
  -- FROM	HH3C-IPSEC-MONITOR-V2-MIB
  DESCRIPTION	"The group contains all of trap of IPsec tunnels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIPsecMonitorV2(126) hh3cIPsecConformanceV2(2) hh3cIPsecGroupsV2(2) 9 }

.1.3.6.1.4.1.25506.2.127
hh3cSan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VSAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 127 }

.1.3.6.1.4.1.25506.2.127.1
hh3cVsan OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 1 }

.1.3.6.1.4.1.25506.2.127.1.1
hh3cVsanMibObjects OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1
hh3cVsanDmConfiguration OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.1
hh3cVsanTable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains all the VSANs configured on the device.  It can
         be used to manage and monitor the VSANs on local device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.1.1
hh3cVsanEntry OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"An entry that contains information about a VSAN in the hh3cVsanTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.1.1.1
hh3cVsanIndex OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcVsanIndex
  SYNTAX	Unsigned32 (1..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The identifier of the VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanTable(1) hh3cVsanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.1.1.2
hh3cVsanCoreSwitchName OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameIdOrZero
  SYNTAX	OCTET STRING (8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Core Switch_Name of the VSAN, which is indicated by
         the switch's WWN(World Wide Name)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanTable(1) hh3cVsanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.1.1.1.1.1.3
hh3cVsanRowStatus OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Now only three states are supported:
         createAndGo, active, and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanTable(1) hh3cVsanEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.1.1.1.1.1.4
hh3cVsanName OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of the VSAN.
         The default value of this object will be the
         string 'VSANxxxx' where xxxx is value of VSAN index
         expressed as 4 digits.  For example, if VSAN index is
         10, the default value of this object is 'VSAN0010'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanTable(1) hh3cVsanEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.1.1.1.1.1.5
hh3cVsanWorkingMode OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies the working modes the VSAN supports.
         The object has three available values:
         1: non-FCoE mode.
         2: FCF mode.
         3: NPV mode.

         The working mode of VSAN 4079 is always non-FCoE mode and cannot be
         converted.
         If the switch mode is not FCF-NPV mode, then the 'SET' operation
         on this object results in error.
         When creating a VSAN, the 'SET' operation including this object
         results in error.
         When the switch mode is FCF mode, working modes of all user VSANs
         are FCF mode.
         When the switch mode is NPV mode, working modes of all user VSANs
         are NPV mode.
         When the switch mode is FCF-NPV mode, the default working mode of
         a user VSAN is NPV mode.  If a VSAN has been created, the working mode
         can be converted from NPV mode to FCF mode, or vice versa."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanTable(1) hh3cVsanEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2
hh3cVsanDmTable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains domain management related configurations
         and information of VSANs.
         An entry in this table is created when corresponding VSAN
         is created, as well as deleted when the VSAN is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) 2 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1
hh3cVsanDmEntry OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"An entry of domain management related configurations
         and information of a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.1
hh3cVsanDmDomainConfigureEnable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To enable or disable the fabric configuration function
         in this VSAN.
         true:  enabled, the fabric will be built dynamically.
         false: disabled, the fabric should be built statically
                by manual configurations."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.2
hh3cVsanDmFabricNameConfigured OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the fabric name in this VSAN, and will use a
         zero-length octet string as default value if not configured.
         The fabric name specified here takes effect only if the
         value of hh3cVsanDmDomainConfigureEnable is 'false', and the
         same fabric name should be configured for all switches in
         this VSAN.
         If the value of hh3cVsanDmDomainConfigureEnable is 'true',
         the principal switch WWN is used as fabric name.
         The value should be set to zero-length when canceling
         a configured fabric name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.3
hh3cVsanDmPriorityConfigured OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcDomainPriority
  SYNTAX	Unsigned32 (1..254) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the priority of a switch in this VSAN, which
         is used during principal switch selection to cause one
         Switch to be favored over another."
  DEFVAL	{ 128 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.4
hh3cVsanDmAllowedDomainIdList OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcDomainIdList
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the list of domain IDs that are allowed in the
         VSAN, and the configuration has different meanings in
         different scenarios:

         1. Principal switch: Can only assign domains IDs within
            the allowed domain ID list.  If the allowed domain ID
            list configured does not include any of the already
            assigned domain IDs or manually configured domain IDs,
            the configuration will fail.

         2. Non-principal switch: The manually configured domain
            ID must be within the allowed domain ID list, or
            the configuration will fail.  Besides, the domain ID
            assigned by principal switch must within the allowed
            domain ID list, or the switch will refuse the assigned
            domain ID and isolate the upstream interface.  If the
            runtime domain ID for a switch is beyond the new
            configured ID list, the configuration will fail.
         The default value is a zero-length octet string.  If This
         value is set with zero-length, the configuration will be
         cancelled in this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.5
hh3cVsanDmDomainIdConfigured OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcDomainIdOrZero
  SYNTAX	Integer32 (0..239) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Used to configure or cancel a domain ID for a switch in
         this VSAN.

         When this value is not zero, the domain ID type should
         be specified together via hh3cVsanDmDomainIdTypeConfigured,
         or the default value of preferred type will be taken.
         The zero value is used to cancel the domain ID configured,
         and then, there is no need to specify its type.

         When statically build a fabric, the configured domain ID
         is the actual domain ID of the switch.  If this object is
         not manually configured, the switch will isolate all of
         its E_ports in this VSAN no matter what domain ID type is
         configured.

         When dynamically build a fabric, the configured domain ID
         is desired by the switch, but the domain ID assigned to
         the switch may not be the desired one.
         If a non-principal switch fails to obtain any domain ID
         from the principal switch, the non-principal switch will
         isolate the upstream link.
         If a non-principal switch obtains a domain ID from the
         principal switch other than the desired one, different
         actions will be taken according to different domain ID
         type configured:
          - If configured static type, The non-principal switch
            will isolate the upstream link and refuse other domain
            IDs assigned by the principal switch.
          - If configured preferred type, the non-principal switch
            will use the domain ID assigned by the principal switch."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.6
hh3cVsanDmDomainIdTypeConfigured OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	INTEGER {static(1), preferred(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the type of configured domain ID, which can be
          static type or preferred type."
  DEFVAL	{ preferred }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.7
hh3cVsanDmAutoReconfigureEnable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Used to specify whether a disruptive reconfiguration will
         be automatically performed when the domain ID lists overlaps
         in fabric merging.

         The fabric reconfiguration function takes effect only when
         the value of hh3cVsanDmDomainConfigureEnable is 'true'."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 7 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.8
hh3cVsanDmDomainRestart OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	INTEGER {noOperation(1), nonDisruptive(2), disruptive(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Used to manually trigger a disruptive or non-disruptive
         reconfiguration of the fabric."
  DEFVAL	{ noOperation }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 8 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.9
hh3cVsanDmState OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcDmState
  SYNTAX	INTEGER {disabledWithNoDomain(1), disabledWithDomainCfg(2), stableWithNoEports(3), stableWithDomainCfg(4), stableWithNoDomain(5), principalSwitchInSelect(6), domainIdRequesting(7), buildFabricPhase(8), reconfigureFabricPhase(9), unknown(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the managing state of the domain in this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 9 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.10
hh3cVsanDmDomainIdAssigned OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcDomainIdOrZero
  SYNTAX	Integer32 (0..239) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the Domain ID of the local switch in this
         VSAN or zero if no Domain ID has been assigned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 10 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.11
hh3cVsanDmPrincipalSwitchWWN OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the WWN of the principal switch in this VSAN,
         or zero-length string if the identity of the principal
         switch is unknown."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 11 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.12
hh3cVsanDmLocalSwitchWWN OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the WWN of the local switch in this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 12 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.13
hh3cVsanDmPrincipalSwRunPriority OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcDomainPriority
  SYNTAX	Unsigned32 (1..254) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the running priority of the principal switch in
         this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 13 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.14
hh3cVsanDmLocalSwRunPriority OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcDomainPriority
  SYNTAX	Unsigned32 (1..254) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the running priority of the local switch in
         this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 14 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.15
hh3cVsanDmPrincipalSwSlctCnt OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The times that local switch has participated in principal
         switch selection in this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 15 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.16
hh3cVsanDmLocalPrincipalSwSlctCnt OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The times that local switch was elected as principal switch
         in this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 16 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.17
hh3cVsanDmBFCnt OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The times that local switch has participated in a BF(Build
         Fabric) process in this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 17 }

.1.3.6.1.4.1.25506.2.127.1.1.1.2.1.18
hh3cVsanDmRCFCnt OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The times that local switch has participated in a RCF
         (Reconfigure Fabric) process in this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmTable(2) hh3cVsanDmEntry(1) 18 }

.1.3.6.1.4.1.25506.2.127.1.1.1.3
hh3cVsanDmIfConfigTable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains the FC(Fibre Channel) related interface
         configurations about domain management of a VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) 3 }

.1.3.6.1.4.1.25506.2.127.1.1.1.3.1
hh3cVsanDmIfConfigEntry OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVsanIndex }
  DESCRIPTION	"An entry used for managing the FC related interface
         configurations about domain management of a VSAN.
         An entry can be created when any object in this table is
         set to non-default value, and be deleted when the objects
         in this table are set to default value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmIfConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.3.1.1
hh3cVsanDmIfConfigRcfReject OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Used to specify whether the RCF(Reconfigure Fabric) requests
         received in this VSAN should be rejected.
          - true:  the received RCF will be rejected.
          - false: the received RCF will be accepted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanDmIfConfigTable(3) hh3cVsanDmIfConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.4
hh3cVsanFcIdTable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains FC ID information for each VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) 4 }

.1.3.6.1.4.1.25506.2.127.1.1.1.4.1
hh3cVsanFcIdEntry OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"This entry provides FC ID information for a VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdTable(4) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.4.1.1
hh3cVsanFreeFcIds OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of FC IDs that are unassigned on this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdTable(4) hh3cVsanFcIdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.4.1.2
hh3cVsanAssignedFcIds OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of FC IDs that are assigned on this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdTable(4) hh3cVsanFcIdEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.1.1.1.4.1.3
hh3cVsanFcIdPersistency OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable FC ID persistency on this VSAN.

           If this object is set to 'true', then all the FC ID
           assigned on this VSAN are made persistent on this VSAN, and
           all login entries automatically created in the
           hh3cVsanFcIdPersistencyTable with hh3cVsanFcIdPersistencyWwn
           equal to either WWN of the logged-in Nx_Port for which the
           FC ID was assigned and hh3cVsanFcIdPersistencyType equal
           to 'dynamic'.

           If this object is set to 'false', then all the entries on
           this VSAN in dmFcIdPersistencyTable are deleted."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdTable(4) hh3cVsanFcIdEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.1.1.1.4.1.4
hh3cVsanFcIdPurge OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	INTEGER {noOp(1), enable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to purge the FC ID
                persistency database on this VSAN.

               If the value of this object is 'enable', then
               all entries on this VSAN in the hh3cVsanFcIdPersistencyTable with
               hh3cVsanFcIdPersistencyType is 'dynamic' and
               hh3cVsanFcIdPersistencyUsed is 'false' are
               purged from the persistency database."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdTable(4) hh3cVsanFcIdEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.1.1.1.5
hh3cVsanFcIdPersistencyTable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the FC IDs which are in the FC ID
           persistency database of each VSAN.

           If the FC ID persistency is enabled, FC devices would get
           the same FC IDs even if they disappear and appear again.

           The FC ID persistency database contains information
           about the FC IDs which are assigned to FC devices
           either statically (configured) or dynamically.

           An entry is automatically created when a FC ID is
           assigned and hh3cVsanFcIdPersistency is 'true' on this VSAN.

           The entries can also be created and deleted via
           the hh3cVsanFcIdPersistencyRowStatus object.

           If the object hh3cVsanFcIdPurge is set to 'enable', an entry is
           deleted if its hh3cVsanFcIdPersistencyType is 'dynamic' and
           hh3cVsanFcIdPersistencyUsed is 'false'.

           If the hh3cVsanFcIdPersistency is 'false', no
           entry can be created.

           If the hh3cVsanDmDomainIdAssigned is changed on a VSAN, then all the
           entries on that VSAN in this table are deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) 5 }

.1.3.6.1.4.1.25506.2.127.1.1.1.5.1
hh3cVsanFcIdPersistencyEntry OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex, hh3cVsanFcIdPersistencyWwn }
  DESCRIPTION	"This entry provides FC ID persistency information for a VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdPersistencyTable(5) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.5.1.1
hh3cVsanFcIdPersistencyWwn OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is either the port WWN of the FC device if the
               local port is an F_port.  The local port is the port on
               the local device to which the FC device is attached."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdPersistencyTable(5) hh3cVsanFcIdPersistencyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.1.5.1.2
hh3cVsanFcIdPersistencyFcId OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcAddressId
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The FC ID assigned for this WWN on this VSAN.

               This object cannot be changed if either the value of
               hh3cVsanFcIdPersistencyUsed is 'true' or if the
               new value being set is already assigned on this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdPersistencyTable(5) hh3cVsanFcIdPersistencyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.1.1.1.5.1.3
hh3cVsanFcIdPersistencyUsed OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates this FC ID is used or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdPersistencyTable(5) hh3cVsanFcIdPersistencyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.1.1.1.5.1.4
hh3cVsanFcIdPersistencyType OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of persistency of this FC ID."
  DEFVAL	{ static }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdPersistencyTable(5) hh3cVsanFcIdPersistencyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.1.1.1.5.1.5
hh3cVsanFcIdPersistencyRowStatus OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An entry cannot be created if hh3cVsanFcIdPersistency is 'false'.
            An entry cannot be deleted if hh3cVsanFcIdPersistencyUsed is 'true'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmConfiguration(1) hh3cVsanFcIdPersistencyTable(5) hh3cVsanFcIdPersistencyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.1.1.2
hh3cVsanDmInformation OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.127.1.1.2.1
hh3cVsanDmDatabaseTable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table specifies the information of the switch
         about all the Domain IDs which have been assigned
         in each of the VSANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmInformation(2) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.2.1.1
hh3cVsanDmDatabaseEntry OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex, hh3cVsanDmDatabaseDomainId }
  DESCRIPTION	"An object in the hh3cVsanDmDatabaseTable contains one
         Domain ID and the corresponding WWN of the switch in
         one VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmInformation(2) hh3cVsanDmDatabaseTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.2.1.1.1
hh3cVsanDmDatabaseDomainId OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcDomainId
  SYNTAX	Integer32 (1..239) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Domain ID which has been assigned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmInformation(2) hh3cVsanDmDatabaseTable(1) hh3cVsanDmDatabaseEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.2.1.1.2
hh3cVsanDmDatabaseSwitchWWN OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The WWN of the switch to which the corresponding
         Domain ID has been assigned in the particular VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmInformation(2) hh3cVsanDmDatabaseTable(1) hh3cVsanDmDatabaseEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.1.1.2.2
hh3cVsanDmIfInfoTable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table specifies the information of an interface
         in each of the VSANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmInformation(2) 2 }

.1.3.6.1.4.1.25506.2.127.1.1.2.2.1
hh3cVsanDmIfInfoEntry OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVsanIndex }
  DESCRIPTION	"A conceptual row in the hh3cVsanDmIfInfoTable indicates the
         role information of the interface in the particular VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmInformation(2) hh3cVsanDmIfInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.2.2.1.1
hh3cVsanDmIfInfoRole OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  SYNTAX	INTEGER {nonPrincipal(1), principalUpstream(2), principalDownstream(3), isolated(4), unknown(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The role of the interface in the VSAN.  The value specifications
         are listed as follows:

         nonPrincipal         - The state of the interface is not principal
                                interface in the VSAN.
         principalUpstream    - The state of the interface is upstream
                                principal interface in the VSAN.
         principalDownstream  - The state of the interface is downstream
                                principal interface in the VSAN.
         isolated             - The state of the interface is isolated in
                                the VSAN.
         unknown              - The state of the interface is unknown in
                                the VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmInformation(2) hh3cVsanDmIfInfoTable(2) hh3cVsanDmIfInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.3
hh3cVsanDmNotifications OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) 3 }

.1.3.6.1.4.1.25506.2.127.1.1.3.0
hh3cVsanDmNotificationPrefix OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmNotifications(3) 0 }

.1.3.6.1.4.1.25506.2.127.1.1.3.0.1
hh3cVsanDmDomainIdNotAssignedNotify NOTIFICATION-TYPE
  -- FROM	HH3C-VSAN-MIB
  OBJECTS	{ hh3cVsanIndex, hh3cVsanDmLocalSwitchWWN }
  DESCRIPTION	"This event will be triggered if a Domain ID is not
         assigned or configured, then the E_ports may be isolated
         in the VSAN. The conditions are listed as follows:

         1. If the switch has enabled the fabric configuration and
            a request for a configured static Domain ID is rejected
            or no other Domain ID is assigned, the E_ports will be
            isolated in the particular VSAN.
         2. If the switch does not enable the fabric configuration
            and a Domain ID is not configured, all of its E_ports
            will be isolated in the particular VSAN.

         The notification contains the WWN of the Switch and
         the index of the VSAN in which the event occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmNotifications(3) hh3cVsanDmNotificationPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.3.0.2
hh3cVsanDmNewPrincipalSwitchNotify NOTIFICATION-TYPE
  -- FROM	HH3C-VSAN-MIB
  OBJECTS	{ hh3cVsanIndex, hh3cVsanDmLocalSwitchWWN }
  DESCRIPTION	"If a switch becomes the new Principal Switch in a VSAN, this
         notification is sent immediately after the election.

         The notification contains the WWN of the new Principal Switch
         and the index of the VSAN in which the transition occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmNotifications(3) hh3cVsanDmNotificationPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.127.1.1.3.0.3
hh3cVsanDmFabricChangeNotify NOTIFICATION-TYPE
  -- FROM	HH3C-VSAN-MIB
  OBJECTS	{ hh3cVsanIndex }
  DESCRIPTION	"This event will be triggered if a switch sends or receives a
         Build Fabric (BF) or a Reconfigure Fabric (RCF) message in a
         VSAN.

         The conditions a switch can receive or send a BF or a RCF are
         listed as follows:
         1. Two isolated fabrics in a VSAN merge into one fabric.  If
            the Domain ID lists do not overlap, the sent or received
            message is BF, other cases, it is RCF.
         2. If an upstream principal link which connects to principal
            switch and other switches become disconnected, the sent or
            received message is BF.
         3. A BF or RCF process is triggered manually by configuration.
         The notification contains the index of the VSAN in which a BF
         or a RCF was sent or received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmNotifications(3) hh3cVsanDmNotificationPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.127.1.1.3.0.4
hh3cVsanDmDomainIdChangeNotify NOTIFICATION-TYPE
  -- FROM	HH3C-VSAN-MIB
  OBJECTS	{ hh3cVsanIndex, hh3cVsanDmDomainIdAssigned, hh3cVsanDmLocalSwitchWWN }
  DESCRIPTION	"This event will be triggered if the Domain ID of the local switch
         changed in a VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmNotifications(3) hh3cVsanDmNotificationPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.127.1.1.3.1
hh3cVsanDmNotificationSwitch OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmNotifications(3) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.3.1.1
hh3cVsanDmFabricChangeNotifyEnable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies whether the hh3cVsanDmFabricChangeNotify can be sent
         when a BF or RCF message was sent or received by a switch."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmNotifications(3) hh3cVsanDmNotificationSwitch(1) 1 }

.1.3.6.1.4.1.25506.2.127.1.1.3.1.2
hh3cVsanDmDomainIdChangeNotifyEnable OBJECT-TYPE
  -- FROM	HH3C-VSAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies whether the hh3cVsanDmDomainIdChangeNotify can be sent
         when the Domain ID of the local switch changed in a VSAN."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cVsan(1) hh3cVsanMibObjects(1) hh3cVsanDmNotifications(3) hh3cVsanDmNotificationSwitch(1) 2 }

.1.3.6.1.4.1.25506.2.127.2
hh3cSanAgg MODULE-IDENTITY
  -- FROM	HH3C-SAN-AGG-MIB
  DESCRIPTION	"This MIB module is for configuring and monitoring SAN (Storage
        Area Networks) aggregation group related MIB objects.

        This MIB can be used to add or delete a SAN aggregation group,
        and make one or more FC (Fiber Channel) ports join or leave the
        group, as well as show their states."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 2 }

.1.3.6.1.4.1.25506.2.127.2.1
hh3cSanAggMibObjects OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) 1 }

.1.3.6.1.4.1.25506.2.127.2.1.1
hh3cSanAggMaxMemberNumber OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value specifies the maximum member number that a SAN
        aggregation group supports, and this restriction depends on
        product customization."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.2.2
hh3cSanAggGroupTable OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of SAN aggregation objects to be used in configuring
        and monitoring a SAN aggregation group and its members."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) 2 }

.1.3.6.1.4.1.25506.2.127.2.2.1
hh3cSanAggGroupEntry OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSanAggGroupNumber }
  DESCRIPTION	"A group of SAN aggregation objects to be used in configuring
        and monitoring a SAN aggregation group and its members."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggGroupTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.2.2.1.1
hh3cSanAggGroupNumber OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The serial number of the current SAN aggregation group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggGroupTable(2) hh3cSanAggGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.2.2.1.2
hh3cSanAggGroupIndex OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifIndex of the current SAN aggregation group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggGroupTable(2) hh3cSanAggGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.2.2.1.3
hh3cSanAggMemberList OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  -- TEXTUAL CONVENTION Hh3cMemberList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"List of member's ifIndex in the current SAN aggregation group.

        If there is no member in the SAN aggregation group, the list
        length should be zero.  Otherwise each member's ifIndex value
        occupies 4 octets.  The greatest length of this list depends
        on the maximum number of members a SAN aggregation group
        supports, which can be customized and therefore is not a fixed
        value.

        When getting the group members' ifIndexes, the result was sorted
        in ascending order of ifIndex values.  However, when setting the
        group members' ifIndexes, the sequence of ifIndex values is not
        required."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggGroupTable(2) hh3cSanAggGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.2.2.1.4
hh3cSanAggMemberStateList OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  -- TEXTUAL CONVENTION Hh3cMemberList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"List of member's state in current SAN aggregation group, where the
         state value is sorted in ascending order of member's ifIndex, which
         is consistent with the 'get' result of 'hh3cSanAggMemberList'.

         The explanation of this value's length is as same as the
         'hh3cSanAggMemberList'.

         Each member's state value occupies 4 octets.  The value specifications
         are listed as follows:
         1: This member hasn't passed the link negotiation.
         2: This member has passed the link negotiation but has not been
            selected.
         3: This member has been selected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggGroupTable(2) hh3cSanAggGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.2.2.1.5
hh3cSanAggGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Now only three states are supported:
        createAndGo, active, and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggGroupTable(2) hh3cSanAggGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.2.3
hh3cSanAggObjForNotification OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) 3 }

.1.3.6.1.4.1.25506.2.127.2.3.1
hh3cSanAggGroupPreviousSpeed OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The previous speed of the SAN aggregation group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggObjForNotification(3) 1 }

.1.3.6.1.4.1.25506.2.127.2.3.2
hh3cSanAggGroupCurrentSpeed OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The current speed of the SAN aggregation group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggObjForNotification(3) 2 }

.1.3.6.1.4.1.25506.2.127.2.4
hh3cSanAggNotifications OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) 4 }

.1.3.6.1.4.1.25506.2.127.2.4.0
hh3cSanAggNotificationPrefix OBJECT-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggNotifications(4) 0 }

.1.3.6.1.4.1.25506.2.127.2.4.0.1
hh3cSanAggGroupSpeedChange NOTIFICATION-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  OBJECTS	{ hh3cSanAggGroupNumber, hh3cSanAggGroupPreviousSpeed, hh3cSanAggGroupCurrentSpeed }
  DESCRIPTION	"This event will be triggered whenever a SAN
         aggregation group changes its speed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggNotifications(4) hh3cSanAggNotificationPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.127.2.4.0.2
hh3cSanAggMemberInactive NOTIFICATION-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  OBJECTS	{ hh3cSanAggGroupNumber, ifIndex, ifDescr }
  DESCRIPTION	"This event will be triggered whenever any member
         in a SAN aggregation group is made inactive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggNotifications(4) hh3cSanAggNotificationPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.127.2.4.0.3
hh3cSanAggMemberActive NOTIFICATION-TYPE
  -- FROM	HH3C-SAN-AGG-MIB
  OBJECTS	{ hh3cSanAggGroupNumber, ifIndex, ifDescr }
  DESCRIPTION	"This event will be triggered whenever any member
         in a SAN aggregation group is made active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cSanAgg(2) hh3cSanAggNotifications(4) hh3cSanAggNotificationPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.127.3
hh3cFcFLogin MODULE-IDENTITY
  -- FROM	HH3C-FC-FLOGIN-MIB
  DESCRIPTION	"This MIB module is for representing fabric login information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 3 }

.1.3.6.1.4.1.25506.2.127.3.1
hh3cFcFLoginMibObjects OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) 1 }

.1.3.6.1.4.1.25506.2.127.3.1.1
hh3cFcFLoginTable OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Fibre Channel related service parameters
         used to represent the fabric login information in accord
         with each Nx_Port attached to a particular Fibre Channel
         port in a particular VSAN (Virtual Storage Area Network).

         Each entry is created by a fabric switch when an Nx_Port
         successfully logged in to it explicitly or implicitly,
         and is deleted when the port logged out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1
hh3cFcFLoginEntry OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVsanIndex, hh3cFcFLoginIndex }
  DESCRIPTION	"A group of Fibre Channel related service parameters
         used to represent fabric login information of a specific
         Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.1
hh3cFcFLoginIndex OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION Hh3cFcAddressId
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of current fabric login entry.  The Fibre Channel
         address identifier is used to identify the associated Nx_Port
         of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.2
hh3cFcFLoginPortNodeWWN OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The world wide name of the Remote Node to which the
         logged-in Nx_Port belongs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.3
hh3cFcFLoginPortWWN OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The world wide name of the logged-in Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.4
hh3cFcFLoginPortFcId OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION Hh3cFcAddressId
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Fibre Channel address identifier that has been
         assigned by the fabric to the logged-in Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.5
hh3cFcFLoginRxBbCredit OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION Hh3cFcBbCredit
  SYNTAX	Integer32 (0..32767) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of buffers available for a recipient to
         receive frames from the logged-in Nx_Port in Class2, Class3.
         The object is used in the buffer-to-buffer flow control from
         the logged-in Nx_Port to Fx_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.6
hh3cFcFLoginTxBbCredit OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION Hh3cFcBbCredit
  SYNTAX	Integer32 (0..32767) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of buffers available for a sender to transmit
        frames to the logged-in Nx_Port in Class2, Class3.
        The object is used in the buffer-to-buffer flow control from
        Fx_Port to the logged-in Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.7
hh3cFcFLoginClass2RxMTU OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION Hh3cFcRxMTU
  SYNTAX	Integer32 (128..2112) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the Maximum Transmission Unit of an
         Fibre Channel frame that can be received by the logged-in
         Nx_Port in Class 2 service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 7 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.8
hh3cFcFLoginClass3RxMTU OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION Hh3cFcRxMTU
  SYNTAX	Integer32 (128..2112) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object specifies the Maximum Transmission Unit of an
         Fibre Channel frame that can be received by the logged-in
         Nx_Port in Class 3 service."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 8 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.9
hh3cFcFLoginSuppClassRequested OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION Hh3cFcClassOfServices
  SYNTAX	BITS {classF(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object indicating the supported Classes that the logged-in
         Nx_Port has requested."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 9 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.10
hh3cFcFLoginClass2ReqAgreed OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object indicating whether the Fx_Port has agreed to support
         Class 2 delivery that the logged-in Nx_Port requested.  It's
         meaningful only when the Class 2 delivery has been requested."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 10 }

.1.3.6.1.4.1.25506.2.127.3.1.1.1.11
hh3cFcFLoginClass3ReqAgreed OBJECT-TYPE
  -- FROM	HH3C-FC-FLOGIN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object indicating whether the Fx_Port has agreed to support
         Class 3 delivery that the logged-in Nx_Port requested.  It's
         meaningful only when the Class 3 delivery has been requested."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcFLogin(3) hh3cFcFLoginMibObjects(1) hh3cFcFLoginTable(1) hh3cFcFLoginEntry(1) 11 }

.1.3.6.1.4.1.25506.2.127.4
hh3cFcTraceRoute MODULE-IDENTITY
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  DESCRIPTION	"This MIB module is for the management of the Fibre Channel
         Trace Route functionality."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 4 }

.1.3.6.1.4.1.25506.2.127.4.1
hh3cFcTraceRouteObjects OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) 1 }

.1.3.6.1.4.1.25506.2.127.4.1.1
hh3cFcTraceRouteConfigurations OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1
hh3cFcTraceRouteTable OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of trace route entries containing a group
         of trace route requests that need to be executed
         at the agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) 1 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1
hh3cFcTraceRouteEntry OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcTraceRouteIndex }
  DESCRIPTION	"A trace route request entry that needs to be executed
         at the agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.1
hh3cFcTraceRouteIndex OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the current trace route entry.  This object
         uniquely identifies a trace route request entry in a
         specified VSAN (Virtual Storage Area Network)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.2
hh3cFcTraceRouteVsan OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  -- TEXTUAL CONVENTION Hh3cFcVsanIndex
  SYNTAX	Unsigned32 (1..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VSAN on which the trace route request will be
         executed.  If the corresponding instance value of
         hh3cFcTraceRouteOperStatus is 'inProgress', the
         object cannot be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.3
hh3cFcTraceRouteAddressType OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  -- TEXTUAL CONVENTION Hh3cFcAddressType
  SYNTAX	INTEGER {wwn(1), fcid(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of the corresponding instance of
         hh3cFcTraceRouteAddress object."
  DEFVAL	{ fcid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.4
hh3cFcTraceRouteAddress OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  -- TEXTUAL CONVENTION Hh3cFcAddress
  SYNTAX	OCTET STRING (3 | 8) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address to which the route will be traced.
         This object will contain an 8-octet WWN (World Wide Name),
         if the value of the associated instance of
         hh3cFcTraceRouteAddressType object is 'wwn'.
         This object will contain a 3-octet Fibre Channel ID,
         if the value of the associated instance of
         hh3cFcTraceRouteAddressType object is 'fcid'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.5
hh3cFcTraceRouteTimeout OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  SYNTAX	Unsigned32 (1..10) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of timeout for this trace route request.
         If the corresponding instance value of
         hh3cFcTraceRouteOperStatus object is 'inProgress',
         this object cannot be modified."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.6
hh3cFcTraceRouteAdminStatus OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  -- TEXTUAL CONVENTION Hh3cFcStartOper
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administrative status of each hh3cFcTraceRouteEntry.

         The object has two values:
         enable   -  Activate the entry.
         disable  -  Deactivate the entry.

         When the trace route entry is being executed, this object
         cannot be modified.  If this object is being read, a value
         of 'enable' will be returned.  When the execution finishes,
         the value of this object will be set to 'disable'."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.7
hh3cFcTraceRouteOperStatus OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  SYNTAX	INTEGER {inProgress(1), success(2), partialSuccess(3), failure(4), disabled(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the operational status
         of this hh3cFcTraceRouteEntry.

         The value specifications are listed as follows:
         inProgress     - Trace route is in progress.
         success        - Trace route has succeeded.
         partialSuccess - Trace route has partially succeeded.
         failure        - Trace route has failed due to resource limitations.
         disabled       - Trace route is disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 7 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.8
hh3cFcTraceRouteAgeInterval OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  SYNTAX	Unsigned32 (500..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interval time for an entry to age out
         after a trace route test is completed."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 8 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.9
hh3cFcTraceRouteTrapOnCompletion OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether a hh3cFcTraceRouteCompletionNotify
         notification should be generated when this trace route test
         completes."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 9 }

.1.3.6.1.4.1.25506.2.127.4.1.1.1.1.10
hh3cFcTraceRouteRowStatus OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteConfigurations(1) hh3cFcTraceRouteTable(1) hh3cFcTraceRouteEntry(1) 10 }

.1.3.6.1.4.1.25506.2.127.4.1.2
hh3cFcTraceRouteResults OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) 2 }

.1.3.6.1.4.1.25506.2.127.4.1.2.1
hh3cFcTraceRouteHopsTable OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of trace route hop results.
         This table indicates the hop-by-hop result of a trace route test
         associated with an entry in the hh3cFcTraceRouteTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteResults(2) 1 }

.1.3.6.1.4.1.25506.2.127.4.1.2.1.1
hh3cFcTraceRouteHopsEntry OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcTraceRouteIndex, hh3cFcTraceRouteHopsIndex }
  DESCRIPTION	"A trace route hop entry.

         The first index member specifies the hh3cFcTraceRouteEntry
         that an hh3cFcTraceRouteHopsEntry is associated with.  The
         second index element identifies a hop in a trace route path.

         In the case of a complete path being traced, entries
         corresponding to an hh3cFcTraceRouteEntry are created
         automatically in this table.

         Each hop in the complete path will be listed in this table.

         When an hh3cFcTraceRouteEntry is deleted or aged out, the
         entries corresponding to the hh3cFcTraceRouteEntry in this
         table are also deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteResults(2) hh3cFcTraceRouteHopsTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.4.1.2.1.1.1
hh3cFcTraceRouteHopsIndex OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates the hop index for a trace route hop.

         Values for this object associated with the same
         hh3cFcTraceRouteIndex MUST begin with 1 and
         automatically increase by 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteResults(2) hh3cFcTraceRouteHopsTable(1) hh3cFcTraceRouteHopsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.4.1.2.1.1.2
hh3cFcTraceRouteHopsAddr OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the WWN of the device associated
         with this hop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteResults(2) hh3cFcTraceRouteHopsTable(1) hh3cFcTraceRouteHopsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.4.1.3
hh3cFcTraceRouteNotifications OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) 3 }

.1.3.6.1.4.1.25506.2.127.4.1.3.0
hh3cFcTraceRouteNotifyPrefix OBJECT-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteNotifications(3) 0 }

.1.3.6.1.4.1.25506.2.127.4.1.3.0.1
hh3cFcTraceRouteCompletionNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-TRACE-ROUTE-MIB
  OBJECTS	{ hh3cFcTraceRouteIndex, hh3cFcTraceRouteVsan, hh3cFcTraceRouteAddressType, hh3cFcTraceRouteAddress, hh3cFcTraceRouteOperStatus }
  DESCRIPTION	"When a trace route test is finished and the instance of
         hh3cFcTraceRouteTrapOnCompletion associated with the test
         is set to 'true', this notification occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcTraceRoute(4) hh3cFcTraceRouteObjects(1) hh3cFcTraceRouteNotifications(3) hh3cFcTraceRouteNotifyPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.127.5
hh3cFcPing MODULE-IDENTITY
  -- FROM	HH3C-FC-PING-MIB
  DESCRIPTION	"This MIB module is for the management of the Fibre Channel
         Ping functionality."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 5 }

.1.3.6.1.4.1.25506.2.127.5.1
hh3cFcPingObjects OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) 1 }

.1.3.6.1.4.1.25506.2.127.5.1.1
hh3cFcPingConfigurations OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1
hh3cFcPingTable OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of FC ping entries containing a group of
         FC ping requests that need to be executed at the
         agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) 1 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1
hh3cFcPingEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPingIndex }
  DESCRIPTION	"A FC ping request entry that need to be executed
         at the agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.1
hh3cFcPingIndex OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the current FC ping entry.  This object
         identifies a FC ping request entry uniquely in a
         specified VSAN (Virtual Storage Area Network)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.2
hh3cFcPingVsan OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  -- TEXTUAL CONVENTION Hh3cFcVsanIndex
  SYNTAX	Unsigned32 (1..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VSAN on which the FC ping request will be
         performed.  If the corresponding instance value of
         hh3cFcPingOperStatus is 'inProgress', the object
         cannot be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.3
hh3cFcPingAddressType OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  -- TEXTUAL CONVENTION Hh3cFcAddressType
  SYNTAX	INTEGER {wwn(1), fcid(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of the corresponding instance of
         hh3cFcPingAddress object."
  DEFVAL	{ fcid }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.4
hh3cFcPingAddress OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  -- TEXTUAL CONVENTION Hh3cFcAddress
  SYNTAX	OCTET STRING (3 | 8) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address to which the route will be pinged.

         This object will contain an 8 octet long WWN(World Wide Name),
         if the value of the associated instance of hh3cFcPingAddressType
         object is 'wwn'.

         This object will contain a 3 octet long Fibre Channel Address ID,
         if the value of the associated instance of hh3cFcPingAddressType
         object is 'fcid'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.5
hh3cFcPingPacketCount OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of FC ping packets to be sent to the
         target in this sequence."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.6
hh3cFcPingPayloadSize OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the size of the FC ping packet
         payload to be sent to the target in this sequence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.7
hh3cFcPingTimeout OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Unsigned32 (1..10) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of timeout for this FC ping request."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 7 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.8
hh3cFcPingDelay OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum amount of time to wait before sending
         the next packet in a sequence, after receiving a
         response or declaring a timeout for a previously
         transmitted packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 8 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.9
hh3cFcPingAgeInterval OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Unsigned32 (500..900) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interval time after a FC ping test completes
         before the entry is aged out."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 9 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.10
hh3cFcPingAdminStatus OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  -- TEXTUAL CONVENTION Hh3cFcStartOper
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administrative status of each hh3cFcPingEntry.

         The object has two values:
         enable     -  Activate the entry.
         disable    -  Deactivate the entry.

         When the FC ping entry is executing, this object cannot be
         modified.  If this object is read at such a time, a value of
         'enable' will be returned.  When the test finishes, the value
         of this object will be set to 'disable'."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 10 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.11
hh3cFcPingOperStatus OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	INTEGER {inProgress(1), complete(2), disabled(3), failed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the operational status
         of this hh3cFcPingEntry.

         The value specifications are listed as follows:
         inProgress     - FC ping is in progress.
         complete       - FC ping is complete.
         disabled       - FC ping is disabled.
         failed         - FC ping has failed due to resource limitations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 11 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.12
hh3cFcPingTrapOnCompletion OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates that if hh3cFcPingCompletionNotify
         notification should be generated or not when the corresponding
         ping sequence completes."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 12 }

.1.3.6.1.4.1.25506.2.127.5.1.1.1.1.13
hh3cFcPingRowStatus OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingConfigurations(1) hh3cFcPingTable(1) hh3cFcPingEntry(1) 13 }

.1.3.6.1.4.1.25506.2.127.5.1.2
hh3cFcPingStatistics OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) 2 }

.1.3.6.1.4.1.25506.2.127.5.1.2.1
hh3cFcPingStatTable OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of FC ping statistics.
         This table notes the FC ping statistics of a FC ping test
         associated with an entry in the hh3cFcPingTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingStatistics(2) 1 }

.1.3.6.1.4.1.25506.2.127.5.1.2.1.1
hh3cFcPingStatEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPingIndex }
  DESCRIPTION	"A FC ping statistics entry.

         An entry will be created automatically in this table when the
         hh3cFcPingRowStatus of a ping request in the hh3cFcPingTable
         is set to 'active'.

         The entry in this table will have the same indices as the entry
         that in the hh3cFcPingTable.

         An entry in this table will be deleted when the corresponding
         entry in the hh3cFcPingTable is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingStatistics(2) hh3cFcPingStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.5.1.2.1.1.1
hh3cFcPingReqPackets OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of FC ping packets request in this sequence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingStatistics(2) hh3cFcPingStatTable(1) hh3cFcPingStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.5.1.2.1.1.2
hh3cFcPingResPackets OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of FC ping packets response in this sequence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingStatistics(2) hh3cFcPingStatTable(1) hh3cFcPingStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.5.1.2.1.1.3
hh3cFcPingMinTime OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum round trip time of all the packets that
         have been sent in this sequence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingStatistics(2) hh3cFcPingStatTable(1) hh3cFcPingStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.5.1.2.1.1.4
hh3cFcPingAverageTime OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The average round trip time of all the packets that
         have been sent in this sequence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingStatistics(2) hh3cFcPingStatTable(1) hh3cFcPingStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.5.1.2.1.1.5
hh3cFcPingMaxTime OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum round trip time of all the packets that
         have been sent in this sequence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingStatistics(2) hh3cFcPingStatTable(1) hh3cFcPingStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.5.1.2.1.1.6
hh3cFcPingTimeoutNum OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of timeouts encountered in this sequence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingStatistics(2) hh3cFcPingStatTable(1) hh3cFcPingStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.5.1.3
hh3cFcPingNotifications OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) 3 }

.1.3.6.1.4.1.25506.2.127.5.1.3.0
hh3cFcPingNotifyPrefix OBJECT-TYPE
  -- FROM	HH3C-FC-PING-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingNotifications(3) 0 }

.1.3.6.1.4.1.25506.2.127.5.1.3.0.1
hh3cFcPingCompletionNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-PING-MIB
  OBJECTS	{ hh3cFcPingIndex, hh3cFcPingVsan, hh3cFcPingAddressType, hh3cFcPingAddress, hh3cFcPingReqPackets, hh3cFcPingResPackets }
  DESCRIPTION	"When a FC ping test is finished and the instance of
         hh3cFcPingTrapOnCompletion associated with the test
         is set to 'true', this notification occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPing(5) hh3cFcPingObjects(1) hh3cFcPingNotifications(3) hh3cFcPingNotifyPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.127.6
hh3cNpv MODULE-IDENTITY
  -- FROM	HH3C-NPV-MIB
  DESCRIPTION	"This MIB module is for the management of N_Port Virtualization
         or NPV within the framework of N_Port virtualization(NPV)
         architecture.

         N_Port virtualization reduces the number of Fibre Channel
         domain IDs in SANs(Storage Area Network).  Switches operating
         in the NPV mode do not join a fabric; rather, they pass traffic
         between NPV core switch links and end-devices, which eliminates
         the domain IDs for these edge switches.  NPV core switch is a
         fibre channel edge switch connected to one or more NPV devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 6 }

.1.3.6.1.4.1.25506.2.127.6.1
hh3cNpvMibObjects OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1
hh3cNpvConfiguration OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1.1
hh3cNpvGlobalObjects OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1.1.1
hh3cNpvLoadbalanceVsan OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  -- TEXTUAL CONVENTION Hh3cFcVsanIndex
  SYNTAX	Unsigned32 (1..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Used to trigger a load-balancing in the specified VSAN (Virtual
         Storage Area Network).

         When the hh3cNpvLoadbalanceVsan is set to a specific VSAN, a
         disruptive load-balancing process will be initiated in the VSAN
         so that all nodes in the VSAN will re-login to the core switch.

         This load-balancing process redistributes downlink traffic across
         all uplink interfaces for better load balancing, but it causes
         traffic interruption."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvGlobalObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1.2
hh3cNpvTrafficMapConfigTable OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing information on the assignment of
        traffic map interfaces to an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) 2 }

.1.3.6.1.4.1.25506.2.127.6.1.1.2.1
hh3cNpvTrafficMapConfigEntry OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVsanIndex }
  DESCRIPTION	"An entry in the hh3cNpvTrafficMapConfigTable.

        This table contains entries for each of the interfaces
        which has been assigned a set of interfaces for traffic
        mapping in the VSAN.

        Traffic mapping is a technique used in NPV device to
        restrict the usage of external interface(s) for forwarding
        the traffic from server interface to the fibre channel fabric.

        If an interface comes up as a server interface and finds
        a corresponding entry in this table, then the switch
        software will assign a valid external interface from
        this list, if any.  Once assigned, that assigned external
        interface will be used for forwarding the traffic from
        the server interface to the fibre channel fabric.

        If an interface comes up as a server interface and
        finds an entry in this table, but with no valid list of
        external interfaces, then the switch software keeps the
        server interface in operationally down state until
        at least one of the interface in the list becomes a
        valid external interface.

        If an interface comes up as a server interface and it
        cannot find an entry in this table, then any of the
        available external interfaces can be assigned to that
        server interface.

        Entries in this table can be created or destroyed via
        hh3cNpvTrafficMapRowStatus object.  Columnar objects can be
        modified when the corresponding hh3cNpvTrafficMapRowStatus
        is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvTrafficMapConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1.2.1.1
hh3cNpvTrafficMapExternalIfIndexList OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  -- TEXTUAL CONVENTION Hh3cNpvIfIndexList
  SYNTAX	OCTET STRING (4..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The list of external interfaces which the traffic needs
         to be mapped to.

         This object is a list of interfaces presented as
         an octet string of interface indices or ifindex-es.

         The list should contain at least one interface and at most
         all the interfaces in the switch up to 16384 interfaces.
         The 16384 interfaces max-limit is due to the size of this
         object.

         Specifying this object is mandatory for the creation of a
         row in hh3cNpvTrafficMapConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvTrafficMapConfigTable(2) hh3cNpvTrafficMapConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1.2.1.2
hh3cNpvTrafficMapLastChange OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime at the time of the latest
        change to this traffic map entry.

        When there has not been any change to the traffic
        map entry, the value of this field will be that
        of the entry creation time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvTrafficMapConfigTable(2) hh3cNpvTrafficMapConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.6.1.1.2.1.3
hh3cNpvTrafficMapRowStatus OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

         The row can be made 'active' only if value of corresponding
         instance of hh3cNpvTrafficMapExternalIfIndexList is provided."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvTrafficMapConfigTable(2) hh3cNpvTrafficMapConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.6.1.1.3
hh3cNpvServerIfTable OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains, one entry for each server
        interface(FC-port configured in F-port mode) in
        this VSAN in the Fabric element.

        Each entry contains NPV related information like
        external interface assigned for the server interface
        in the VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) 3 }

.1.3.6.1.4.1.25506.2.127.6.1.1.3.1
hh3cNpvServerIfEntry OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVsanIndex }
  DESCRIPTION	"An entry in the hh3cNpvServerIfTable, containing NPV
        related parameters established by a server interface
        indicated by ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvServerIfTable(3) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1.3.1.1
hh3cNpvExternalIfIndex OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value of this object is the external interface assigned
        for the server interface associated with the server interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvServerIfTable(3) hh3cNpvServerIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1.4
hh3cNpvLoadBalanceTable OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains NPV load balancing parameters of each VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) 4 }

.1.3.6.1.4.1.25506.2.127.6.1.1.4.1
hh3cNpvLoadBalanceEntry OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"An entry provides NPV load balancing parameters for a VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvLoadBalanceTable(4) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1.4.1.1
hh3cNpvAutoLoadBalanceEnable OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to enable or disable NPV auto load balance
         on this VSAN to equalize server login distribution when server
         logins are not evenly distributed across uplinks."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvLoadBalanceTable(4) hh3cNpvLoadBalanceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.6.1.1.4.1.2
hh3cNpvAutoLoadBalanceInterval OBJECT-TYPE
  -- FROM	HH3C-NPV-MIB
  SYNTAX	Unsigned32 (1..300) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to start an auto load balance timer
            on this VSAN when the failed uplink is up.  A NPV auto
            load balance will be triggered when the timer expires.

           If this object is not configured, the default value is 30."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cNpv(6) hh3cNpvMibObjects(1) hh3cNpvConfiguration(1) hh3cNpvLoadBalanceTable(4) hh3cNpvLoadBalanceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.7
hh3cFdmi MODULE-IDENTITY
  -- FROM	HH3C-FDMI-MIB
  DESCRIPTION	"This MIB module is for monitoring Fabric Device Management
        Interface (FDMI) related entities.  This MIB
        module defines objects for managing the devices such as
        Host Bus Adapter (HBA).  It provides device information
        which has been registered with an Fibre Channel (FC) fabric using FDMI.
        For more information on FDMI, refer to Fibre Channel
        Generic Services-6 Section 6.7 : Fabric Device
        Management Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 7 }

.1.3.6.1.4.1.25506.2.127.7.1
hh3cFdmiObjects OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) 1 }

.1.3.6.1.4.1.25506.2.127.7.1.1
hh3cFdmiInfo OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1
hh3cFdmiHbaInfoTable OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table lists all the HBAs registered with the
        Fabric Device Management Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) 1 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1
hh3cFdmiHbaInfoEntry OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, hh3cFdmiHbaInfoFabricIndex, hh3cFdmiHbaInfoId }
  DESCRIPTION	"An entry (conceptual row) in this table.  It
        provides information that has been registered with FDMI
        by a HBA, on the Virtual Storage Area Network (VSAN)
        where the registration was received.
        If the HBA has registered some but not all of the
        information represented by the columnar objects in this
        table, then the value of the unregistered objects will
        be either the zero-length string (for string-based
        objects) or the zero value (for integer-based objects)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.1
hh3cFdmiHbaInfoFabricIndex OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION T11FabricIndex
  SYNTAX	Unsigned32 (0..4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ID of the VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.2
hh3cFdmiHbaInfoId OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The World Wide Name (WWN) of this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.3
hh3cFdmiHbaInfoNodeName OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The WWN of the node containing this HBA. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.4
hh3cFdmiHbaInfoMfg OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the manufacturer of this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.5
hh3cFdmiHbaInfoSn OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The serial number of this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.6
hh3cFdmiHbaInfoModel OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The model of this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.7
hh3cFdmiHbaInfoModelDescr OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string that describes the model of this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.8
hh3cFdmiHbaInfoHwVer OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The hardware version of this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.9
hh3cFdmiHbaInfoDriverVer OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of the driver software controlling
        this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.10
hh3cFdmiHbaInfoOptROMVer OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of the Option ROM or the BIOS of this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.11
hh3cFdmiHbaInfoFwVer OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of the firmware executed by this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.12
hh3cFdmiHbaInfoOSInfo OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type and version of the operating system
        controlling this HBA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.127.7.1.1.1.1.13
hh3cFdmiHbaInfoMaxCTPayload OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum size of the Common Transport (CT) payload
        including all CT headers but no FC frame headers,
        that may be sent or received by application software
        resident in the host containing this HBA.
        The unit is 32-bit words."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaInfoTable(1) hh3cFdmiHbaInfoEntry(1) 13 }

.1.3.6.1.4.1.25506.2.127.7.1.1.2
hh3cFdmiHbaPortTable OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"List of ports registered with Fabric Device
        Management Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) 2 }

.1.3.6.1.4.1.25506.2.127.7.1.1.2.1
hh3cFdmiHbaPortEntry OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ fcmInstanceIndex, hh3cFdmiHbaInfoFabricIndex, hh3cFdmiHbaInfoId, hh3cFdmiHbaPortId }
  DESCRIPTION	"An entry (conceptual row) in this table.  It
        contains information about the Nx_port on the HBA,
        on the VSAN where the registration of the HBA
        with FDMI was received.
        If the HBA has registered some but not all of the
        information represented by the columnar objects in this
        table, then the value of the unregistered objects will
        be either the zero-length string (for string-based
        objects) or the zero value (for integer-based objects)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaPortTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.7.1.1.2.1.1
hh3cFdmiHbaPortId OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION FcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The WWN of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaPortTable(2) hh3cFdmiHbaPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.7.1.1.2.1.2
hh3cFdmiHbaPortSupportedFC4Type OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  SYNTAX	OCTET STRING (0 | 32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The supported FC-4 types attribute registered for this
        port on this VSAN.  This is an array of 256 bits (32 bytes).
        The order of the bits in the 256-bit (32-byte) value is
        represented in network-byte order.
        If no FC-4 types has been registered, then the
        value of this object is the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaPortTable(2) hh3cFdmiHbaPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.7.1.1.2.1.3
hh3cFdmiHbaPortSupportedSpeed OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The supported speed registered for this port on this
        VSAN.  It is a bitmask that indicates the Fibre Channel
        Transmission Speeds that are supported on this port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaPortTable(2) hh3cFdmiHbaPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.7.1.1.2.1.4
hh3cFdmiHbaPortCurrentSpeed OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current speed registered for this port on this
        VSAN.  It is a bitmask that indicates the Fibre Channel
        Transmission Speed at which this port is currently operating."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaPortTable(2) hh3cFdmiHbaPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.7.1.1.2.1.5
hh3cFdmiHbaPortMaxFrameSize OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum frame size attribute registered for this
        port on this VSAN.  The unit is bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaPortTable(2) hh3cFdmiHbaPortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.7.1.1.2.1.6
hh3cFdmiHbaPortOsDevName OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OS device name attribute registered for this port
        on this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaPortTable(2) hh3cFdmiHbaPortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.7.1.1.2.1.7
hh3cFdmiHbaPortHostName OBJECT-TYPE
  -- FROM	HH3C-FDMI-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the host associated with this port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFdmi(7) hh3cFdmiObjects(1) hh3cFdmiInfo(1) hh3cFdmiHbaPortTable(2) hh3cFdmiHbaPortEntry(1) 7 }

.1.3.6.1.4.1.25506.2.127.8
hh3cFcPsm MODULE-IDENTITY
  -- FROM	HH3C-FC-PSM-MIB
  DESCRIPTION	"This MIB contains the objects for FC port security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 8 }

.1.3.6.1.4.1.25506.2.127.8.0
hh3cFcPsmNotifications OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) 0 }

.1.3.6.1.4.1.25506.2.127.8.0.1
hh3cFcPsmFPortDenyNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  OBJECTS	{ ifDescr, hh3cFcPsmLoginPWWN, hh3cFcPsmLoginIntf, hh3cFcPsmLoginTime }
  DESCRIPTION	"Notifies that a FLOGI is denied on an F port of the local device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.127.8.0.2
hh3cFcPsmEPortDenyNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  OBJECTS	{ ifDescr, hh3cFcPsmLoginSWWN, hh3cFcPsmLoginIntf, hh3cFcPsmLoginTime }
  DESCRIPTION	"Notifies that a switch is denied on an E port of the local device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.127.8.1
hh3cFcPsmObjects OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.1
hh3cFcPsmScalarObjects OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.1.1
hh3cFcPsmNotifyEnable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether to generate the notification or not depends on the object."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2
hh3cFcPsmConfiguration OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) 2 }

.1.3.6.1.4.1.25506.2.127.8.1.2.1
hh3cFcPsmEnableTable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Enable or disable the port security feature on a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.1.1
hh3cFcPsmEnableEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPsmEnableVsanIndex }
  DESCRIPTION	"Detailed information about the port security."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnableTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.1.1.1
hh3cFcPsmEnableVsanIndex OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	Unsigned32 (1..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ID of VSAN on this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnableTable(1) hh3cFcPsmEnableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.1.1.2
hh3cFcPsmEnable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	INTEGER {enable(1), enableWithAutoLearn(2), disable(3), noop(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When set to enable, the port security is on, the value of
         hh3cFcPsmEnableState will be true.
         When set to enableWithAutoLearn, the port security is on
         with auto-learning, the value of hh3cFcPsmEnableState will
         be true.
         When set to disable, the port security is off, the value of
         hh3cFcPsmEnableState will be false.
         The noop means no action.
         The value of this object when read is always noop."
  DEFVAL	{ noop }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnableTable(1) hh3cFcPsmEnableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.8.1.2.1.1.3
hh3cFcPsmEnableState OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the port security.  When the value is true, it
         means the port security is on, while the false means the port
         security is off."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnableTable(1) hh3cFcPsmEnableEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.8.1.2.2
hh3cFcPsmConfigTable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the configured entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) 2 }

.1.3.6.1.4.1.25506.2.127.8.1.2.2.1
hh3cFcPsmConfigEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPsmEnableVsanIndex, hh3cFcPsmIndex }
  DESCRIPTION	"Detailed information about each configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.2.1.1
hh3cFcPsmIndex OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	Unsigned32 (1..32768) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmConfigTable(2) hh3cFcPsmConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.2.1.2
hh3cFcPsmLoginDevType OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION Hh3cFcPsmPortBindDevType
  SYNTAX	INTEGER {nWWN(1), pWWN(2), sWWN(3), wildCard(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This represents the type of the instance of hh3cFcPsmLoginDev,
         which includes nWWN, pWWN, sWWN, and wildCard."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmConfigTable(2) hh3cFcPsmConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.8.1.2.2.1.3
hh3cFcPsmLoginDev OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The logging-in device name, which is decided by the
         hh3cFcPsmLoginDevType object.  It represents node
         WWN when the value of hh3cFcPsmLoginDevType is nWWN.
         It represents port WWN when the value of hh3cFcPsmLoginDevType
         is pWWN.  It represents switch WWN when the value of
         hh3cFcPsmLoginDevType is sWWN.  It represents any device
         when the value of hh3cFcPsmLoginDevType is wildCard, and
         the value of the instance of this object should be
         zero-length string.
         The value of this object should not be invalid when
         hh3cFcPsmRowStatus is set to createAndGo or active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmConfigTable(2) hh3cFcPsmConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.8.1.2.2.1.4
hh3cFcPsmLoginPoint OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The address of the port on the local switch through which
         the instance of hh3cFcPsmLoginDev can log in.  It represents
         ifindex when the value is not zero.  It represents any port
         when the value is zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmConfigTable(2) hh3cFcPsmConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.8.1.2.2.1.5
hh3cFcPsmRowStatus OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Entry status.  When creating a new instance of this table,
         the following objects should be set simultaneously:
         hh3cFcPsmLoginDevType, hh3cFcPsmLoginDev, hh3cFcPsmLoginPoint,
         hh3cFcPsmRowStatus.  If hh3cFcPsmLoginDevType is set to wildCard,
         the value of the instance of hh3cFcPsmLoginDev should be
         zero-length string.  The value of hh3cFcPsmLoginDevType and
         hh3cFcPsmLoginPoint cannot be set to wildCard and zero at
         the same time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmConfigTable(2) hh3cFcPsmConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.8.1.2.3
hh3cFcPsmEnfTable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The FC port security enforced table.  It contains not only the
         configured policies, but also the learning ones learned by the
         switch itself."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) 3 }

.1.3.6.1.4.1.25506.2.127.8.1.2.3.1
hh3cFcPsmEnfEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPsmEnableVsanIndex, hh3cFcPsmEnfIndex }
  DESCRIPTION	"Detailed information about the FC port security enforced policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnfTable(3) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.3.1.1
hh3cFcPsmEnfIndex OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	Unsigned32 (1..32768) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnfTable(3) hh3cFcPsmEnfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.3.1.2
hh3cFcPsmEnfLoginDevType OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION Hh3cFcPsmPortBindDevType
  SYNTAX	INTEGER {nWWN(1), pWWN(2), sWWN(3), wildCard(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This represents the type of the instance of hh3cFcPsmEnfLoginDev,
         which includes nWWN, pWWN, sWWN, and wildCard."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnfTable(3) hh3cFcPsmEnfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.8.1.2.3.1.3
hh3cFcPsmEnfLoginDev OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The logging-in device name, which is decided by the
         hh3cFcPsmEnfLoginDevType object.  It represents node WWN
         when the value of hh3cFcPsmEnfLoginDevType is nWWN.  It
         represents port WWN when the value of hh3cFcPsmEnfLoginDevType
         is pWWN.  It represents switch WWN when the value of
         hh3cFcPsmEnfLoginDevType is sWWN.  It represents any device when
         the value of hh3cFcPsmEnfLoginDevType is wildCard, and the value
         of the instance of this object should be zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnfTable(3) hh3cFcPsmEnfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.8.1.2.3.1.4
hh3cFcPsmEnfLoginPoint OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the port on the local switch through which
          the instance of hh3cFcPsmEnfLoginDev can log in.  It represents
          ifindex when the value is not zero.  It represents any port
          when the value is zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnfTable(3) hh3cFcPsmEnfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.8.1.2.3.1.5
hh3cFcPsmEnfEntryType OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	INTEGER {learning(1), learned(2), static(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When the value is learning, it represents the entry is learned
         by the switch itself temporarily and will be deleted when the
         device log out.  When the value is learned, it represents the
         entry is learned by the switch permanently.  When the value is
         static, it represents the entry is configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmEnfTable(3) hh3cFcPsmEnfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.8.1.2.4
hh3cFcPsmCopyToConfigTable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Specifies whether to copy the entries from enforced table
         to the ones on configured table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) 4 }

.1.3.6.1.4.1.25506.2.127.8.1.2.4.1
hh3cFcPsmCopyToConfigEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPsmEnableVsanIndex }
  DESCRIPTION	"Detailed information about the operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmCopyToConfigTable(4) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.4.1.1
hh3cFcPsmCopyToConfig OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	INTEGER {copy(1), noop(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"When the object is set to copy, the learned entries will be
         copied on to the configured table on this VSAN, while the noop
         means no operation.
         The value of this object when read is always noop."
  DEFVAL	{ noop }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmCopyToConfigTable(4) hh3cFcPsmCopyToConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.5
hh3cFcPsmAutoLearnTable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows whether the auto-learning is enabled or
         not on specific VSANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) 5 }

.1.3.6.1.4.1.25506.2.127.8.1.2.5.1
hh3cFcPsmAutoLearnEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPsmEnableVsanIndex }
  DESCRIPTION	"Detailed information about the auto-learning."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmAutoLearnTable(5) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.5.1.1
hh3cFcPsmAutoLearnEnable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is set to true to enable, or false to disable
         auto-learning on the local switch.  When set to true, the
         switch can learn the devices that have already logged in
         as learning entries on the enforced table, while the false
         can stop the learning operation with the learning entries
         transformed to learned ones."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmAutoLearnTable(5) hh3cFcPsmAutoLearnEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.6
hh3cFcPsmClearTable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used for cleaning specific entries in enforced table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) 6 }

.1.3.6.1.4.1.25506.2.127.8.1.2.6.1
hh3cFcPsmClearEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPsmEnableVsanIndex }
  DESCRIPTION	"Detailed information about the cleaning options."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmClearTable(6) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.6.1.1
hh3cFcPsmClearType OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION Hh3cFcPsmClearEntryType
  SYNTAX	INTEGER {clearStatic(1), clearAutoLearn(2), clearAll(3), noop(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object when set to clearStatic, results in port bind
         static entries being cleared on this VSAN.  This object when
         set to clearAutoLearn, results in auto-learned entries being
         cleared on this VSAN.  This object when set to clearAll,
         results in all of the port bind entries being cleared on
         this VSAN.  No action is taken if this object is set to noop.
         The value of this object when read is always noop."
  DEFVAL	{ noop }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmClearTable(6) hh3cFcPsmClearEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.2.6.1.2
hh3cFcPsmClearIntf OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object specifies the interface on which the entries will be
         cleared.  If the object is zero or not set, it means the specified
         entries on all interfaces will be cleared.
         The value of this object when read is always zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmConfiguration(2) hh3cFcPsmClearTable(6) hh3cFcPsmClearEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.8.1.3
hh3cFcPsmStats OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) 3 }

.1.3.6.1.4.1.25506.2.127.8.1.3.1
hh3cFcPsmStatsTable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains statistics of devices, which had been
         allowed or denied to log into the switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.3.1.1
hh3cFcPsmStatsEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPsmEnableVsanIndex }
  DESCRIPTION	"Detailed information about the statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmStatsTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.3.1.1.1
hh3cFcPsmAllowedLogins OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of requests that have been allowed on the
         specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmStatsTable(1) hh3cFcPsmStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.3.1.1.2
hh3cFcPsmDeniedLogins OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of requests that have been denied on the
         specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmStatsTable(1) hh3cFcPsmStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.8.1.3.1.1.3
hh3cFcPsmStatsClear OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	INTEGER {clear(1), noop(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The statistics on this VSAN will be cleared if this object
         is set to clear.  No action is taken if this object is
         set to noop.
         The value of this object when read is always noop."
  DEFVAL	{ noop }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmStatsTable(1) hh3cFcPsmStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.8.1.3.2
hh3cFcPsmViolationTable OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table maintains the information about the violations happened,
         containing at most 1024 items.
         When the number exceeds 1024, the earliest item will be over-written."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) 2 }

.1.3.6.1.4.1.25506.2.127.8.1.3.2.1
hh3cFcPsmViolationEntry OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcPsmEnableVsanIndex, hh3cFcPsmViolationIndex }
  DESCRIPTION	"Detailed information about the violation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmViolationTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.3.2.1.1
hh3cFcPsmViolationIndex OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	Unsigned32 (1..1024) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this entry.  The entry is uniquely distinguished by WWN,
         WWN type and ifindex where the login was denied."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmViolationTable(2) hh3cFcPsmViolationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.8.1.3.2.1.2
hh3cFcPsmLoginPWWN OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The pWWN of the device whose FLOGI(Fabric Login) request had
        been denied.  If the device is an n-node, the value of the instance
        of hh3cFcPsmLoginSWWN should be zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmViolationTable(2) hh3cFcPsmViolationEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.8.1.3.2.1.3
hh3cFcPsmLoginNWWN OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The nWWN of the device whose FLOGI request had been denied.
         If the device is an n-node, the value of the instance of
         hh3cFcPsmLoginSWWN should be zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmViolationTable(2) hh3cFcPsmViolationEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.8.1.3.2.1.4
hh3cFcPsmLoginSWWN OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameIdOrZero
  SYNTAX	OCTET STRING (0 | 8 | 16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sWWN of the device whose FLOGI request had been denied.
         If the device is a switch, the values of the instance of
         hh3cFcPsmLoginPWWN and hh3cFcPsmLoginNWWN should be zero-length
         string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmViolationTable(2) hh3cFcPsmViolationEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.8.1.3.2.1.5
hh3cFcPsmLoginIntf OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifindex of the port where the login was denied."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmViolationTable(2) hh3cFcPsmViolationEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.8.1.3.2.1.6
hh3cFcPsmLoginTime OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the date and time when the last denied login
         happened."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmViolationTable(2) hh3cFcPsmViolationEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.8.1.3.2.1.7
hh3cFcPsmLoginCount OBJECT-TYPE
  -- FROM	HH3C-FC-PSM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times for a certain nWWN/pWWN or sWWN had
         been denied to log into an interface of the local device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcPsm(8) hh3cFcPsmObjects(1) hh3cFcPsmStats(3) hh3cFcPsmViolationTable(2) hh3cFcPsmViolationEntry(1) 7 }

.1.3.6.1.4.1.25506.2.127.9
hh3cFcZoneServer MODULE-IDENTITY
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  DESCRIPTION	"This MIB module is intended for management of FC(Fibre Channel)
         Zoning entities, including Basic Zoning Management and Enhanced
         Zoning Management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 9 }

.1.3.6.1.4.1.25506.2.127.9.1
hh3cFcZoneMibObjects OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1
hh3cFcZsConfiguration OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.1
hh3cFcZsServerTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about the Zone Servers
         in each VSAN and provides the capability to perform
         operations on their Zone Server databases."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.1.1
hh3cFcZsServerEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"Each entry contains information specific to a Zone
         Server for a particular VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsServerTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.1.1.1
hh3cFcZsZoneModeCfg OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {basic(1), enhanced(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The operational mode of the Zone Server.

         Setting this object to 'enhanced' is a request to
         set the operational mode of the Zone Server to
         Enhanced mode.  This is possible only if all
         switches in the Fibre Channel Fabric are capable
         of working in Enhanced mode.

         Setting this object to 'basic' is a request to set
         the operational mode of the Zone Server to Basic
         mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsServerTable(1) hh3cFcZsServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.1.1.2
hh3cFcZsHardZoneEnable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether this switch, no matter
         in Basic or Enhanced mode, enforces Hard Zoning in
         this VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsServerTable(1) hh3cFcZsServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.1.1.1.3
hh3cFcZsDistributeRule OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {none(1), activeOnly(2), full(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies whether a complete distribution
         (or merge) will be applied when an activation(or merge)
         happened in Basic mode.

         If this object is set to 'full', both the Active
         Zone Set and Zone Set Database will be distributed
         (or merged) when an activation operation(or merge) is
         performed.

         If this object is set to 'activeOnly', only the
         Active Zone Set will be distributed(or merged) when
         an activation operation(or merge) is performed.

         The value 'none' is meaningless and can be used only
         in Enhanced mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsServerTable(1) hh3cFcZsServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.1.1.1.4
hh3cFcZsDefaultZoneSetting OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {deny(1), permit(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the Zoning flag that governs the
         behavior of the Default Zone in this VSAN.

         If this object is set to 'permit', the members of the
         Default Zone in this VSAN can communicate with each
         other.

         If this object is set to 'deny', the members of the
         Default Zone in this VSAN cannot communicate with each
         other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsServerTable(1) hh3cFcZsServerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.1.1.1.5
hh3cFcZsMergeControlSetting OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {none(1), allow(2), restrict(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the Enhanced Zoning flag that
         indicates the Merge Control Setting for this VSAN.
         It is meaningful only in Enhanced mode:

         'none'     - This value is meaningless and only can be
                      used in Basic mode.
         'allow'    - A switch may join the Fabric only if
                      its Zoning Database is able to merge
                      with the Fabric's Zoning Database.
         'restrict' - A switch may join the Fabric only if
                      its Zoning Database is equal to the
                      Fabric's Zoning Database."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsServerTable(1) hh3cFcZsServerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.9.1.1.1.1.6
hh3cFcZsServerLastResult OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {none(1), success(2), busy(3), noSupportInFabric(4), noSupportInBasic(5), noSupportInEnhanced(6), activeZoneSetTooBig(7), otherFault(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current operational status of the latest configuration
         in this VSAN:

         'none'                - No corresponding operation has been performed
                                 yet.
         'success'             - The configuration was performed successfully.
         'busy'                - The configuration was performed unsuccessfully,
                                 because the system is busy with another zoning
                                 operation.
         'noSupportInFabric'   - The configuration was performed unsuccessfully,
                                 because one or more switches in this Fabric
                                 don't support Enhanced zoning.
         'noSupportInBasic'    - The configuration was performed unsuccessfully,
                                 because it is not supported in Basic mode.
         'noSupportInEnhanced' - The configuration was performed unsuccessfully,
                                 because it is not supported in Enhanced mode.
         'activeZoneSetTooBig' - The configuration was performed unsuccessfully,
                                 because the Active Zone Set is too large to be
                                 supported.
         'otherFault'          - The configuration was performed unsuccessfully
                                 for other reasons."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsServerTable(1) hh3cFcZsServerEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.9.1.1.2
hh3cFcZsZonesetTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about each Zone
         Set in the Zone Set Database of the Zone Servers
         in a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.1.2.1
hh3cFcZsZonesetEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex, hh3cFcZsZonesetIndex }
  DESCRIPTION	"Each entry contains the information of a Zone Set configured
         in a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZonesetTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.2.1.1
hh3cFcZsZonesetIndex OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of a Zone Set, which uniquely identifies a Zone Set in
         the Zone Set Database on local switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZonesetTable(2) hh3cFcZsZonesetEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.2.1.2
hh3cFcZsZonesetName OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION Hh3cFcZsGenName
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of this Zone Set, which should be unique
         within a VSAN.
         The Zone Set can be renamed by setting this object
         to a new value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZonesetTable(2) hh3cFcZsZonesetEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.1.2.1.3
hh3cFcZsZonesetRowStatus OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZonesetTable(2) hh3cFcZsZonesetEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.1.3
hh3cFcZsZoneTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about all the Zones
        in the Zone Set Database of the Zone Servers in each VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.1.3.1
hh3cFcZsZoneEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex, hh3cFcZsZoneIndex }
  DESCRIPTION	"Each entry contains information about a Zone
         in the Zone Set Database in a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneTable(3) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.3.1.1
hh3cFcZsZoneIndex OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this
         Zone in the Zone Set Database on local switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneTable(3) hh3cFcZsZoneEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.3.1.2
hh3cFcZsZoneName OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION Hh3cFcZsGenName
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of this Zone, which should be unique
         within a VSAN.

         The Zone can be renamed by setting this object
         to a new value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneTable(3) hh3cFcZsZoneEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.1.3.1.3
hh3cFcZsZonePairwiseEnable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies whether Pairwise Zoning is enabled in this
         Zone.

         When Pairwise Zoning is enabled in a Zone, the behaviors of members
         in this Zone will be controlled through their roles.  The members
         with the same role ('initiator' or 'target') can't communicate with
         each other, but those with different roles or with the same role
         'both' can communicate with each other.

         When Pairwise Zoning is disabled in a Zone, the behaviors of members
         in this Zone will not be affected by their roles."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneTable(3) hh3cFcZsZoneEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.1.3.1.4
hh3cFcZsZoneRowStatus OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneTable(3) hh3cFcZsZoneEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.1.4
hh3cFcZsSetZoneTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies which Zone belongs to which Zone
         Set in the Zone Set Database of the Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.1.4.1
hh3cFcZsSetZoneEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex, hh3cFcZsZonesetIndex, hh3cFcZsZoneIndex }
  DESCRIPTION	"Each entry specifies that a particular Zone is one of the Zones
         that form a particular Zone Set in the Zone Set database of a
         specified VSAN.

         When a row in this table exists, it references one row in
         the hh3cFcZsZonesetTable and one row in the hh3cFcZsZoneTable.
         The agent must ensure that both such rows when referenced by an
         active row in this table, do exist and have a status of
         'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsSetZoneTable(4) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.4.1.1
hh3cFcZsSetZoneRowStatus OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsSetZoneTable(4) hh3cFcZsSetZoneEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.5
hh3cFcZsZoneAliasTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the Zone aliases
         in the Zone Set Database of the Zone Server in each
         VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) 5 }

.1.3.6.1.4.1.25506.2.127.9.1.1.5.1
hh3cFcZsZoneAliasEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex, hh3cFcZsZoneAliasIndex }
  DESCRIPTION	"Each entry contains information about a Zone alias in
         the Zone Set Database of a particular VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneAliasTable(5) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.5.1.1
hh3cFcZsZoneAliasIndex OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this Zone
         alias within the Zone Set Database."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneAliasTable(5) hh3cFcZsZoneAliasEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.5.1.2
hh3cFcZsZoneAliasName OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION Hh3cFcZsGenName
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of this Zone alias, which should be unique
         within a VSAN.

         The Zone alias can be renamed by setting this object
         to a new value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneAliasTable(5) hh3cFcZsZoneAliasEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.1.5.1.3
hh3cFcZsZoneAliasRowStatus OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneAliasTable(5) hh3cFcZsZoneAliasEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.1.6
hh3cFcZsZoneMemberTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains all members of a Zone/Zone alias
         and information about those members in the Zone Set
         Database of the Zone Server in each VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) 6 }

.1.3.6.1.4.1.25506.2.127.9.1.1.6.1
hh3cFcZsZoneMemberEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex, hh3cFcZsZoneMemberParentType, hh3cFcZsZoneMemberParentIndex, hh3cFcZsZoneMemberIndex }
  DESCRIPTION	"Each entry represents the relationship between a
         member and (one of) its 'parent(s)', i.e., a Zone
         or Zone alias the member belongs, within
         a particular VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneMemberTable(6) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.6.1.1
hh3cFcZsZoneMemberParentType OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {zone(1), alias(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object determines whether this member belongs
         to a Zone or Zone alias."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneMemberTable(6) hh3cFcZsZoneMemberEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.1.6.1.2
hh3cFcZsZoneMemberParentIndex OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object contains the index value of the Zone or
         Zone alias to which this member belongs.

         If the value of the corresponding instance of
         hh3cFcZsZoneMemberParentType is 'zone', this object
         will contain the value of the hh3cFcZsZoneIndex object of
         the Zone to which this member belongs.

         If the value of the corresponding instance of
         hh3cFcZsZoneMemberParentType is 'alias', this object
         will contain the value of the hh3cFcZsAliasIndex object
         of the Zone alias to which this member belongs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneMemberTable(6) hh3cFcZsZoneMemberEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.1.6.1.3
hh3cFcZsZoneMemberIndex OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index value that uniquely identifies this Zone
         member among all Zone members in the Zone or Zone
         alias they belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneMemberTable(6) hh3cFcZsZoneMemberEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.1.6.1.4
hh3cFcZsZoneMemberFormat OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION Hh3cFcZsZoneMemberType
  SYNTAX	INTEGER {fcid(1), fwwn(2), pwwn(3), aliasName(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the format of the
         Zone/Zone alias member's identifier that is contained
         in hh3cFcZsZoneMemberIdentifier.

         This object cannot be modified while the value of the
         hh3cFcZsZoneMemberRowStatus object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneMemberTable(6) hh3cFcZsZoneMemberEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.1.6.1.5
hh3cFcZsZoneMemberIdentifier OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the Member Identifier of the
         Zone or Zone alias.  The interpretation of this object
         depends on the value of the corresponding instance
         of hh3cFcZsZoneMemberFormat:

         - if hh3cFcZsZoneMemberFormat is 'fcid', this object
           contains the 3-octet N_Port FC ID.

         - if hh3cFcZsZoneMemberFormat is 'fwwn', this object
           contains an 8-octet F_Port WWN.

         - if hh3cFcZsZoneMemberFormat is 'pwwn', this object
           contains an 8-octet N_Port WWN.

         - if hh3cFcZsZoneMemberFormat is 'aliasName', this
           object contains the value of hh3cFcZsZoneAliasName
           for some Zone alias in the same Zone Set Database.

         This object cannot be modified while the value of the
         hh3cFcZsZoneMemberRowStatus object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneMemberTable(6) hh3cFcZsZoneMemberEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.9.1.1.6.1.6
hh3cFcZsZoneMemberPairwiseRole OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {none(1), both(2), initiator(3), target(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the Pairwise role of the Zone/Zone alias
         member.

         If hh3cFcZsZoneMemberFormat is 'aliasName', the value of this
         object can only be 'none'.
         If hh3cFcZsZoneMemberFormat is not 'aliasName', the value of
         this object can't be 'none', and the default value is 'both'
         (including both 'initiator' and 'target' role).

         This object can be modified while the value of the
         hh3cFcZsZoneMemberRowStatus object is 'active'.

         The Pairwise role of a port member takes effect only when the
         hh3cFcZsZonePairwiseEnable of the Zone to which the port member
         belongs is set to 'true'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneMemberTable(6) hh3cFcZsZoneMemberEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.9.1.1.6.1.7
hh3cFcZsZoneMemberRowStatus OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsConfiguration(1) hh3cFcZsZoneMemberTable(6) hh3cFcZsZoneMemberEntry(1) 7 }

.1.3.6.1.4.1.25506.2.127.9.1.2
hh3cFcZsOperation OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.2.1
hh3cFcZsActivateTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides a mechanism to allow a Zone Set
         to be activated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.2.1.1
hh3cFcZsActivateEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"An entry contains information of the activation about
         a Zone Set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsActivateTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.2.1.1.1
hh3cFcZsActivate OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION Hh3cFcZsGenNameOrZero
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Name of the Zone Set that needs to be activated.  The value of this
         object when read is always zero-length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsActivateTable(1) hh3cFcZsActivateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.2.1.1.2
hh3cFcZsDeactivate OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {noOper(1), deactivate(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A request to deactivate the currently active Zone Set.  The value of
         this object when read is always 'noOper'.

        'noOper'      - Specifies no operation.
        'deactivate'  - Specifies the deactivate operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsActivateTable(1) hh3cFcZsActivateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.2.1.1.3
hh3cFcZsActivateResult OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {none(1), inProgress(2), activateSuccess(3), activateFailure(4), deactivateSuccess(5), deactivateFailure(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"As a result of the most recent activation/deactivation.

        'none'               - No activation/deactivation invoked since the
                               last restart of the management system.
        'inProcess'          - Activation/deactivation is still in progress.
        'activateSuccess'    - Activation completed successfully.
        'activateFailure'    - Activation failed due to some reason.
        'deactivateSuccess'  - Deactivation completed successfully.
        'deactivateFailure'  - Deactivation failed due to some reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsActivateTable(1) hh3cFcZsActivateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.2.1.1.4
hh3cFcZsActivateFailReason OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {none(1), busy(2), activeZoneSetTooBig(3), noZoneSet(4), noMember(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reason for the most recent failure of a Zone Set activation or
         deactivation.

         'none'                 - No activation/deactivation invoked or the
                                  result of activation/deactivation is success.
         'busy'                 - The management system is busy in some other
                                  process.
         'activeZoneSetTooBig'  - The Active Zone Set size in packet reached
                                  the maximum limit in Basic mode.
         'noZoneSet'            - No specified Zone Set found.
         'noMember'             - No port member found in the specified
                                  Zone Set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsActivateTable(1) hh3cFcZsActivateEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.2.2
hh3cFcZsDistributeTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides an operational object to trigger a distribution
         for each existing VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.2.2.1
hh3cFcZsDistributeEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"This entry provides an operational object to trigger a distribution
         for a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsDistributeTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.2.2.1.1
hh3cFcZsDistribute OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {noOper(1), distribute(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the operation of triggering a distribution in this VSAN.

         'noOper'      - Specifies no operation.
         'distribute'  - Specifies the distribute operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsDistributeTable(2) hh3cFcZsDistributeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.2.2.1.2
hh3cFcZsDistributeLastResult OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {none(1), success(2), inProgress(3), rejectFailure(4), otherFault(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the result of triggering a distribution for VSAN.

        'none'          - No distribution invoked via the corresponding
                          instance of distribution.
        'success'       - Distribution completed successfully.
        'inProgress'    - Distribution is still in progress.
        'rejectFailure' - Distribution failed due to an SW_RJT.
        'otherFault'    - Distribution/commit failed for some other reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsDistributeTable(2) hh3cFcZsDistributeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.2.2.1.3
hh3cFcZsDistributeReasonCode OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reason code in the SW_RJT packet received in the most recent
         distribution.

         This object is meaningful only when the value of
         hh3cFcZsDistributeLastResult is 'rejectFailure'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsDistributeTable(2) hh3cFcZsDistributeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.2.2.1.4
hh3cFcZsDistributeExplainCode OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the corresponding reason code explanation for
         hh3cFcZsDistributeReasonCode, and is meaningful only when the value
         of hh3cFcZsDistributeLastResult is 'rejectFailure'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsDistributeTable(2) hh3cFcZsDistributeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.2.3
hh3cFcZsClearDatabaseTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides an operational object to clear
         the local Zone Set Database for each existing VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.2.3.1
hh3cFcZsClearDatabaseEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"An entry provides an operational object to clear
         the local Zone Set Database for a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsClearDatabaseTable(3) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.2.3.1.1
hh3cFcZsClearDatabase OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {noOper(1), clearDb(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the operation of clearing local Zone Set Database in this VSAN.

         'noOper'    - Specifies no operation.
         'clearDb'   - Specifies clear operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsClearDatabaseTable(3) hh3cFcZsClearDatabaseEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.2.4
hh3cFcZsClearPktStatsTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides an operational object to clear
         the statistics on packets for each existing VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.2.4.1
hh3cFcZsClearPktStatsEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"An entry provides an operational object to clear
         the statistics on packets for a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsClearPktStatsTable(4) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.2.4.1.1
hh3cFcZsClearPktStats OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {noOper(1), clearStats(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the operation of clearing the statistics on
        packets in this VSAN.

         'noOper'       - Specifies no operation.
         'clearStats'   - Specifies the clear operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) hh3cFcZsClearPktStatsTable(4) hh3cFcZsClearPktStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.2.5
hh3cFcZsClearAllPktStats OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {noOper(1), clearStats(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An operational object to clear the statistics on
        packets for all existing VSANs.

         'noOper'         - Specifies no operation.
         'clearStats'     - Specifies the clear operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsOperation(2) 5 }

.1.3.6.1.4.1.25506.2.127.9.1.3
hh3cFcZsInformation OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.3.1
hh3cFcZsActiveZoneTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about Active Zone
         in each existing VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.1.1
hh3cFcZsActiveZoneEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex, t11ZsActiveZoneIndex }
  DESCRIPTION	"An entry contains information about Active Zone
         in a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsActiveZoneTable(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.1.1.1
hh3cFcZsActiveZonePairwiseEnable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates whether Pairwise Zoning of an Active Zone is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsActiveZoneTable(1) hh3cFcZsActiveZoneEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.2
hh3cFcZsActiveMemberTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about Active Zone members
         in each existing VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.3.2.1
hh3cFcZsActiveMemberEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex, t11ZsActiveZoneIndex, t11ZsActiveZoneMemberIndex }
  DESCRIPTION	"An entry contains information about Active Zone members
         in a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsActiveMemberTable(2) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.2.1.1
hh3cFcZsActiveMemberPairwiseRole OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {both(1), initiator(2), target(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates which role the Active Zone member is playing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsActiveMemberTable(2) hh3cFcZsActiveMemberEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.3
hh3cFcZsServerStatusTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the configuration and running state of
         each existing VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.3.3.1
hh3cFcZsServerStatusEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"An entry contains the configuration and running state of
         a specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsServerStatusTable(3) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.3.1.1
hh3cFcZsServerStatus OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {free(1), distribute(2), merge(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current status of Zone Server.

        'free'        - The Zone Server is now free.
        'distribute'  - The Zone Server is now busy distributing.
        'merge'       - The Zone Server is now busy merging."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsServerStatusTable(3) hh3cFcZsServerStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.3.1.2
hh3cFcZsHardZoneStatus OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {enable(1), adminDisable(2), noResourceDisable(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current status of Hard Zone Server.

        'enable'            - Hard Zone Server is enabled.
        'adminDisable'      - Hard Zone Server is disabled administratively.
        'noResourceDisable' - Hard Zone Server is disabled due to lack of
                              hardware resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsServerStatusTable(3) hh3cFcZsServerStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.3.3.1.3
hh3cFcZsAliasCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Zone aliases that exist in the specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsServerStatusTable(3) hh3cFcZsServerStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.3.3.1.4
hh3cFcZsZoneCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Zones that exist in the specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsServerStatusTable(3) hh3cFcZsServerStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.3.3.1.5
hh3cFcZsZonesetCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Zone Sets that exist in the specified VSAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsServerStatusTable(3) hh3cFcZsServerStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4
hh3cFcZsPktStatsTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Packet statistic table of Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1
hh3cFcZsPktStatsEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVsanIndex }
  DESCRIPTION	"An entry contains the statistics on packets of
        Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.1
hh3cFcZsPktInMergeReqCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Merge Request Frames received by local Zone
         Server from other Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.2
hh3cFcZsPktOutMergeReqCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Merge Request Frames sent by local Zone Server
         to other Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.3
hh3cFcZsPktInMergeAccCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Merge Accept Frames received by local Zone
         Server from other Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.4
hh3cFcZsPktOutMergeAccCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Merge Accept Frames sent by local Zone Server
         to other Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.5
hh3cFcZsPktInMergeRjtCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Merge Reject Frames received by local Zone
         Server from other Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.6
hh3cFcZsPktOutMergeRjtCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Merge Reject Frames sent by local Zone Server
         to other Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.7
hh3cFcZsPktInChangeReqCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of change requests received by local Zone
         Server from other Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.8
hh3cFcZsPktOutChangeReqCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of change requests sent by local Zone Server
         to other Zone Servers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.9
hh3cFcZsPktInChangeAccCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Accept messages received from other Zone Servers
         in response to change request sent by local Zone Server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.10
hh3cFcZsPktOutChangeAccCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Accept messages sent to other Zone Servers
         in response to change request received by local Zone Server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.11
hh3cFcZsPktInChangeRjtCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Reject messages received from other Zone Servers
         in response to change request sent by local Zone Server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.127.9.1.3.4.1.12
hh3cFcZsPktOutChangeRjtCount OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of Reject messages sent to other Zone Servers
         in response to change request received by local Zone Server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsPktStatsTable(4) hh3cFcZsPktStatsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.127.9.1.3.5
hh3cFcZsNextFreeIndexInfo OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) 5 }

.1.3.6.1.4.1.25506.2.127.9.1.3.5.1
hh3cFcZsZonesetNextFreeIndex OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the latest available index of hh3cFcZsZonesetIndex that
         can be used to identify a new Zone Set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsNextFreeIndexInfo(5) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.5.2
hh3cFcZsZoneNextFreeIndex OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the latest available index of hh3cFcZsZoneIndex that
         can be used to identify a new Zone."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsNextFreeIndexInfo(5) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.3.5.3
hh3cFcZsZoneAliasNextFreeIndex OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the latest available index of hh3cFcZsZoneAliasIndex that
         can be used to identify a new Zone alias."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsNextFreeIndexInfo(5) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.3.5.4
hh3cFcZsZoneMemberNextFreeIndexTable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the information of the latest available index that
         can be used to identify a new member in each Zone or Zone alias."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsNextFreeIndexInfo(5) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.3.5.4.1
hh3cFcZsZoneMemberNextFreeIndexEntry OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFcZsZoneMemberParentType, hh3cFcZsZoneMemberParentIndex }
  DESCRIPTION	"An entry contains the information of the latest available index that
         can be used to identify a new member in a Zone or Zone alias."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsNextFreeIndexInfo(5) hh3cFcZsZoneMemberNextFreeIndexTable(4) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.3.5.4.1.1
hh3cFcZsZoneMemberNextFreeIndex OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the latest available index of hh3cFcZsZoneMemberIndex that
         can be used to identify a new member in a Zone or Zone alias."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsInformation(3) hh3cFcZsNextFreeIndexInfo(5) hh3cFcZsZoneMemberNextFreeIndexTable(4) hh3cFcZsZoneMemberNextFreeIndexEntry(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.4
hh3cFcZsNotification OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.4.0
hh3cFcZsNotificationPrefix OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) 0 }

.1.3.6.1.4.1.25506.2.127.9.1.4.0.1
hh3cFcZsDefaultZoneChangedNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  OBJECTS	{ hh3cVsanIndex, hh3cFcZsLocalSwitchWWN, hh3cFcZsDefaultZoneSetting }
  DESCRIPTION	"A hh3cFcZsDefaultZoneChangedNotify notification is sent when
         the Default Zone setting of a specified VSAN is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.4.0.2
hh3cFcZsHardZoneChangedNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  OBJECTS	{ hh3cVsanIndex, hh3cFcZsLocalSwitchWWN, hh3cFcZsHardZoneStatus }
  DESCRIPTION	"A hh3cFcZsHardZoneChangedNotify notification is sent when
         the hard Zone configuration of a specified VSAN is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.4.0.3
hh3cFcZsMergeFailedNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cVsanIndex, hh3cFcZsLocalSwitchWWN, hh3cFcZsPeerSwitchWWN, hh3cFcZsMergeFailCause }
  DESCRIPTION	"A hh3cFcZsMergeFailedNotify notification is sent when a Zone merge
         failure occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.4.0.4
hh3cFcZsMergeSucceededNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cVsanIndex, hh3cFcZsLocalSwitchWWN, hh3cFcZsPeerSwitchWWN }
  DESCRIPTION	"A hh3cFcZsMergeSucceededNotify notification is sent when a successful
         Zone merge occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.4.0.5
hh3cFcZsActivationCompletedNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  OBJECTS	{ hh3cVsanIndex, hh3cFcZsLocalSwitchWWN, hh3cFcZsActivateResult }
  DESCRIPTION	"A hh3cFcZsActivationCompletedNotify notification is sent whenever a
         activation/deactivation is completed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.127.9.1.4.1
hh3cFcZsNotificationSwitch OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.4.1.1
hh3cFcZsDefaultZoneChangedEnable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the module will generate
         traps for Default Zone setting change events."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationSwitch(1) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.4.1.2
hh3cFcZsHardZoneChangedEnable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the module will generate
         traps for hard Zone change events."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationSwitch(1) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.4.1.3
hh3cFcZsMergeFailedEnable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the module will generate
         traps for Zone merge failure events."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationSwitch(1) 3 }

.1.3.6.1.4.1.25506.2.127.9.1.4.1.4
hh3cFcZsMergeSucceededEnable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the module will generate
         traps for Zone merge success events."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationSwitch(1) 4 }

.1.3.6.1.4.1.25506.2.127.9.1.4.1.5
hh3cFcZsActivationCompletedEnable OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the module will generate
         traps for activation/deactivation-completed events."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsNotificationSwitch(1) 5 }

.1.3.6.1.4.1.25506.2.127.9.1.4.2
hh3cFcZsObjsForNotification OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.4.2.1
hh3cFcZsLocalSwitchWWN OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object indicates the WWN of the local switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsObjsForNotification(2) 1 }

.1.3.6.1.4.1.25506.2.127.9.1.4.2.2
hh3cFcZsPeerSwitchWWN OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object indicates the WWN of the peer switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsObjsForNotification(2) 2 }

.1.3.6.1.4.1.25506.2.127.9.1.4.2.3
hh3cFcZsMergeFailCause OBJECT-TYPE
  -- FROM	HH3C-FC-ZONE-SERVER-MIB
  SYNTAX	INTEGER {zoneModeInconsistent(1), zonePolicyNotEqual(2), hardZoneInconsistent(3), dataNotEqualInRestrict(4), activeZoneSetMergeFailed(5), zoneMergeDataTooBig(6), zoningObjectNumberTooBig(7), zoneDbMergeFaildInBasic(8), zoneDbMergeFaildInEnhanced(9), other(10)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Indicates the reason of a Zone merge failure.

         'zoneModeInconsistent'        - The zone mode is inconsistent.
         'zonePolicyNotEqual'          - Zone Merge-Control setting or
                                         Default-Zone doesn't match.
         'hardZoneInconsistent'        - The Hard Zone Attribute is
                                         inconsistent.
         'dataNotEqualInRestrict'      - The Merge-Control setting is
                                         Restrict and the peer zoning
                                         database is not equal.
         'activeZoneSetMergeFailed'    - The Active Zone Set merge failed.
         'zoneMergeDataTooBig'         - The merged packet was
                                         too large.
         'zoningObjectNumberTooBig'    - The number of zoning objects exceeded
                                         the limit.
         'zoneDbMergeFaildInBasic'     - The database merge failed in Basic
                                         mode.
         'zoneDbMergeFaildInEnhanced'  - The database merge failed in Enhanced
                                         mode.
         'other'                       - Unknown reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcZoneServer(9) hh3cFcZoneMibObjects(1) hh3cFcZsNotification(4) hh3cFcZsObjsForNotification(2) 3 }

.1.3.6.1.4.1.25506.2.127.10
hh3cFcNameServer MODULE-IDENTITY
  -- FROM	HH3C-FC-NAME-SERVER-MIB
  DESCRIPTION	"This MIB module is intended for the management of Fibre Channel (FC)
         Name Server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) 10 }

.1.3.6.1.4.1.25506.2.127.10.1
hh3cFcNameServerMibObjects OBJECT-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) 1 }

.1.3.6.1.4.1.25506.2.127.10.1.1
hh3cFcNsNotification OBJECT-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.127.10.1.1.0
hh3cFcNsNotificationPrefix OBJECT-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) hh3cFcNsNotification(1) 0 }

.1.3.6.1.4.1.25506.2.127.10.1.1.0.1
hh3cFcNsPortLoginNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
  OBJECTS	{ hh3cVsanIndex, hh3cFcNsLocalSwitchWWN, hh3cFcNsFloginPortWWN }
  DESCRIPTION	"This notification will be generated when an entry is added to the
     Name Server database by Nx_Port locally logging in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) hh3cFcNsNotification(1) hh3cFcNsNotificationPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.127.10.1.1.0.2
hh3cFcNsPortLogoutNotify NOTIFICATION-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
  OBJECTS	{ hh3cVsanIndex, hh3cFcNsLocalSwitchWWN, hh3cFcNsFloginPortWWN }
  DESCRIPTION	"This notification will be generated when an entry is deleted from
     the Name Server database by Nx_Port locally logging out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) hh3cFcNsNotification(1) hh3cFcNsNotificationPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.127.10.1.1.1
hh3cFcNsNotificationSwitch OBJECT-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) hh3cFcNsNotification(1) 1 }

.1.3.6.1.4.1.25506.2.127.10.1.1.1.1
hh3cFcNsPortLoginNotifyEnable OBJECT-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to determine whether hh3cFcNsPortLoginNotify
     will be generated for Nx_Port locally logging in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) hh3cFcNsNotification(1) hh3cFcNsNotificationSwitch(1) 1 }

.1.3.6.1.4.1.25506.2.127.10.1.1.1.2
hh3cFcNsPortLogoutNotifyEnable OBJECT-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to determine whether hh3cFcNsPortLogoutNotify
     will be generated for Nx_Port locally logging out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) hh3cFcNsNotification(1) hh3cFcNsNotificationSwitch(1) 2 }

.1.3.6.1.4.1.25506.2.127.10.1.1.2
hh3cFcNsObjsForNotification OBJECT-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) hh3cFcNsNotification(1) 2 }

.1.3.6.1.4.1.25506.2.127.10.1.1.2.1
hh3cFcNsLocalSwitchWWN OBJECT-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The world wide name of the local switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) hh3cFcNsNotification(1) hh3cFcNsObjsForNotification(2) 1 }

.1.3.6.1.4.1.25506.2.127.10.1.1.2.2
hh3cFcNsFloginPortWWN OBJECT-TYPE
  -- FROM	HH3C-FC-NAME-SERVER-MIB
  -- TEXTUAL CONVENTION Hh3cFcNameId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The world wide name of the local logged-in Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSan(127) hh3cFcNameServer(10) hh3cFcNameServerMibObjects(1) hh3cFcNsNotification(1) hh3cFcNsObjsForNotification(2) 2 }

.1.3.6.1.4.1.25506.2.128
hh3cSpb OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SPB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 128 }

.1.3.6.1.4.1.25506.2.128.1
hh3cSpbObjects OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) 1 }

.1.3.6.1.4.1.25506.2.128.1.1
hh3cSpbSysObjects OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) 1 }

.1.3.6.1.4.1.25506.2.128.1.1.1
hh3cSpbSysStatus OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To descript the status of Shortest Path Bridging MAC Mode(SPBM) is
        Enabled or Disabled."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbSysObjects(1) 1 }

.1.3.6.1.4.1.25506.2.128.1.1.2
hh3cSpbMulticastBVlanStatus OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To descript the status of SPBM multicast bvlan is Enabled or
        Disabled."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbSysObjects(1) 2 }

.1.3.6.1.4.1.25506.2.128.1.2
hh3cSpbConfig OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) 2 }

.1.3.6.1.4.1.25506.2.128.1.2.1
hh3cSpbIfTable OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the interface status of SPBM is Enabled or
        Disabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbConfig(2) 1 }

.1.3.6.1.4.1.25506.2.128.1.2.1.1
hh3cSpbIfEntry OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The entry of hh3cSpbIfEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbConfig(2) hh3cSpbIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.128.1.2.1.1.1
hh3cSpbIfStatus OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To descript the interface status of SPBM is Enabled or Disabled."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbConfig(2) hh3cSpbIfTable(1) hh3cSpbIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.128.1.2.2
hh3cSpbSrvTable OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table descript the Base VlanID(VID) associated with the service
        and the service multicast duplicate mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbConfig(2) 2 }

.1.3.6.1.4.1.25506.2.128.1.2.2.1
hh3cSpbSrvEntry OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSpbSrvTableEntryTopIx, hh3cSpbSrvTableEntryIsid }
  DESCRIPTION	"The entry of hh3cSpbSrvEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbConfig(2) hh3cSpbSrvTable(2) 1 }

.1.3.6.1.4.1.25506.2.128.1.2.2.1.1
hh3cSpbSrvTableEntryTopIx OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Unique identifier of this SPB topology
         This is index is allocated for this ISIS/MT instance.
         It is used as an index to most other SPB tables below and to
         select the exact ISIS instance and which MT instance together."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbConfig(2) hh3cSpbSrvTable(2) hh3cSpbSrvEntry(1) 1 }

.1.3.6.1.4.1.25506.2.128.1.2.2.1.2
hh3cSpbSrvTableEntryIsid OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  SYNTAX	Unsigned32 (255..16777215) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An ISID (service) originating/terminating on this bridge."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbConfig(2) hh3cSpbSrvTable(2) hh3cSpbSrvEntry(1) 2 }

.1.3.6.1.4.1.25506.2.128.1.2.2.1.3
hh3cSpbSrvTableEntryBaseVid OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  -- TEXTUAL CONVENTION VlanIdOrNone
  SYNTAX	Integer32 (0 | 1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Base VID associated with this service.  The Base VID determines
         the ECT Algorithm that is associated with this service.  Otherwise
         no Base VID associated with the service, should be set = 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbConfig(2) hh3cSpbSrvTable(2) hh3cSpbSrvEntry(1) 3 }

.1.3.6.1.4.1.25506.2.128.1.2.2.1.4
hh3cSpbSrvTableEntryMode OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  SYNTAX	INTEGER {headEnd(1), tandem(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indication of supporting multicast replicate mode
         head-end/tandem."
  DEFVAL	{ headEnd }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbConfig(2) hh3cSpbSrvTable(2) hh3cSpbSrvEntry(1) 4 }

.1.3.6.1.4.1.25506.2.128.1.3
hh3cSpbTrap OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) 3 }

.1.3.6.1.4.1.25506.2.128.1.3.0
hh3cSpbTraps OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbTrap(3) 0 }

.1.3.6.1.4.1.25506.2.128.1.3.0.1
hh3cSpbSPSourceConflictTrap NOTIFICATION-TYPE
  -- FROM	HH3C-SPB-MIB
  OBJECTS	{ hh3cSpbConflictSysID, hh3cSpbConflictSPSourceID }
  DESCRIPTION	"This notification will be generated when the SPSourceID is conflict
        with another bridge."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbTrap(3) hh3cSpbTraps(0) 1 }

.1.3.6.1.4.1.25506.2.128.1.3.0.2
hh3cSpbBMacConflictTrap NOTIFICATION-TYPE
  -- FROM	HH3C-SPB-MIB
  OBJECTS	{ hh3cSpbConflictSysID, hh3cSpbConflictBMac }
  DESCRIPTION	"This notification will be generated when the BMAC is conflict
        with another bridge."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbTrap(3) hh3cSpbTraps(0) 2 }

.1.3.6.1.4.1.25506.2.128.1.3.1
hh3cSpbTrapsObjects OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbTrap(3) 1 }

.1.3.6.1.4.1.25506.2.128.1.3.1.1
hh3cSpbConflictSysID OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The bridge's SPSourceID is conflict with this bridge."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbTrap(3) hh3cSpbTrapsObjects(1) 1 }

.1.3.6.1.4.1.25506.2.128.1.3.1.2
hh3cSpbConflictSPSourceID OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbmSPsourceId
  SYNTAX	OCTET STRING (3) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The Shortest Path Source Identifier which is conflict."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbTrap(3) hh3cSpbTrapsObjects(1) 2 }

.1.3.6.1.4.1.25506.2.128.1.3.1.3
hh3cSpbConflictBMac OBJECT-TYPE
  -- FROM	HH3C-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The BMAC which is conflict."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSpb(128) hh3cSpbObjects(1) hh3cSpbTrap(3) hh3cSpbTrapsObjects(1) 3 }

.1.3.6.1.4.1.25506.2.129
hh3cPex OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PEX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 129 }

.1.3.6.1.4.1.25506.2.129.1
hh3cPexSpecInfo OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) 1 }

.1.3.6.1.4.1.25506.2.129.1.1
hh3cPexPortMinId OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Lowest PEX port ID that can be used to uniquely identify a PEX port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexSpecInfo(1) 1 }

.1.3.6.1.4.1.25506.2.129.1.2
hh3cPexPortMaxId OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Highest PEX port ID that can be used to uniquely identify a PEX port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexSpecInfo(1) 2 }

.1.3.6.1.4.1.25506.2.129.1.3
hh3cPexMinAssociateId OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Lowest ID that can be assigned to a port extender (PEX)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexSpecInfo(1) 3 }

.1.3.6.1.4.1.25506.2.129.1.4
hh3cPexMaxAssociateId OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Highest ID that can be assigned to a PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexSpecInfo(1) 4 }

.1.3.6.1.4.1.25506.2.129.1.5
hh3cPexMaxPortPerPexPort OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Maximum number of ports that can be bound to a PEX port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexSpecInfo(1) 5 }

.1.3.6.1.4.1.25506.2.129.2
hh3cPexTable OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) 2 }

.1.3.6.1.4.1.25506.2.129.2.1
hh3cPexPortTable OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects used to configure the PEX ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) 1 }

.1.3.6.1.4.1.25506.2.129.2.1.1
hh3cPexPortEntry OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPexPortId }
  DESCRIPTION	"Information about a PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPortTable(1) 1 }

.1.3.6.1.4.1.25506.2.129.2.1.1.1
hh3cPexPortId OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ID that can be used to uniquely identify a PEX port.  The value range
        is hh3cPexPortMinId to hh3cPexPortMaxId."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPortTable(1) hh3cPexPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.129.2.1.1.2
hh3cPexPortAssociateId OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ID assigned to a PEX.  The
        value range is hh3cPexMinAssociateId to hh3cPexMaxAssociateId.
        The value is 0xffff if the PEX is not assigned an ID.
        For a successful configuration, the ID should not be used by any
        other PEX."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPortTable(1) hh3cPexPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.129.2.1.1.3
hh3cPexPortEntPhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Entity index of a PEX in the IRF.  A value of zero
         indicates that the PEX is not online."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPortTable(1) hh3cPexPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.129.2.1.1.4
hh3cPexPortDescr OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..79) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Description for the PEX port.  The default value is
        'pex-port XXXX', where 'XXXX' is hh3cPexPortId.
        Writing a zero-length string to this object resets the value to the
        default."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPortTable(1) hh3cPexPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.129.2.1.1.5
hh3cPexPortStatus OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	INTEGER {offline(1), loading(2), online(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the PEX.
        offline: The PEX is absent or its configuration is incomplete.
        loading: The PEX is loading software.
        online: The PEX is operating correctly."
  DEFVAL	{ offline }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPortTable(1) hh3cPexPortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.129.2.1.1.6
hh3cPexPortRowStatus OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control that allows creation and deletion of entries.
        Values include createAndGo, active, and destroy.
        If the row to be created or modified already exists,
        an error message is returned.  If the row to be deleted does not exist,
        a success message is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPortTable(1) hh3cPexPortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.129.2.2
hh3cPexPhyPortTable OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects used to manage physical ports
        that can be bound or are already bound to a PEX port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) 2 }

.1.3.6.1.4.1.25506.2.129.2.2.1
hh3cPexPhyPortEntry OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex }
  DESCRIPTION	"Information about a physical port that can be bound to or
        has been bound to a PEX port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPhyPortTable(2) 1 }

.1.3.6.1.4.1.25506.2.129.2.2.1.1
hh3cPexPhyPortStatus OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	INTEGER {unknown(1), down(2), blocked(3), forwarding(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the physical port that is bound to a PEX port.
        The following are status values:
        unknown: The physical port is not bound to any PEX port.
        down: The physical port is link down.
        blocked: The physical port is blocked and cannot forward traffic.
        forwarding: The physical port can forwarding traffic."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPhyPortTable(2) hh3cPexPhyPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.129.2.2.1.2
hh3cPexPhyPortBelongToPexPort OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"ID of the PEX port to which the physical port belongs.  The value
        range is hh3cPexPortMinId to hh3cPexPortMaxId.  A value of zero
        indicates that the port doesn't belong to any PEX port."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPhyPortTable(2) hh3cPexPhyPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.129.2.2.1.3
hh3cPexPhyPortNeighborEntIndex OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Entity index of a physical port that connects the PEX to the parent
        device.  This value is identical to entPhysicalIndex in ENTITY-MIB.
        A value of zero indicates that the physical port is not bound to any
        PEX port or is not up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexPhyPortTable(2) hh3cPexPhyPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.129.2.3
hh3cPexDeviceInfoTable OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains online PEXs in the IRF system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) 3 }

.1.3.6.1.4.1.25506.2.129.2.3.1
hh3cPexDeviceInfoEntry OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex }
  DESCRIPTION	"Information about a PEX in the IRF system.  The index is the PEX
        entity index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexDeviceInfoTable(3) 1 }

.1.3.6.1.4.1.25506.2.129.2.3.1.1
hh3cPexDeviceStatus OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	INTEGER {normal(1), faulty(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the PEX.
        normal: The PEX is operating correctly.
        faulty: The PEX is faulty."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexDeviceInfoTable(3) hh3cPexDeviceInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.129.2.3.1.2
hh3cPexDeviceAssociateId OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ID assigned to the PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexDeviceInfoTable(3) hh3cPexDeviceInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.129.2.4
hh3cPexTopoTable OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the PEX physical ports and
        neighbor ports on PEXs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) 4 }

.1.3.6.1.4.1.25506.2.129.2.4.1
hh3cPexTopoEntry OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex }
  DESCRIPTION	"Information about a PEX link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexTopoTable(4) 1 }

.1.3.6.1.4.1.25506.2.129.2.4.1.1
hh3cPexNeighborEntIndex OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Entity index of a PEX in the IRF system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTable(2) hh3cPexTopoTable(4) hh3cPexTopoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.129.3
hh3cPexTraps OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) 3 }

.1.3.6.1.4.1.25506.2.129.3.0
hh3cPexTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTraps(3) 0 }

.1.3.6.1.4.1.25506.2.129.3.0.1
hh3cPexPortOnline NOTIFICATION-TYPE
  -- FROM	HH3C-PEX-MIB
  OBJECTS	{ hh3cPexPortId, hh3cPexPortDescr }
  DESCRIPTION	"An hh3cPexPortOnline trap is sent when the PEX transitions to
        online state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTraps(3) hh3cPexTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.129.3.0.2
hh3cPexPortOffline NOTIFICATION-TYPE
  -- FROM	HH3C-PEX-MIB
  OBJECTS	{ hh3cPexPortId, hh3cPexPortDescr }
  DESCRIPTION	"An hh3cPexPortOnline trap is sent when the PEX transitions to
        offline state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTraps(3) hh3cPexTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.129.3.0.3
hh3cPexPhyPortForwarding NOTIFICATION-TYPE
  -- FROM	HH3C-PEX-MIB
  OBJECTS	{ hh3cPexEntPhysicalIndexBind, entPhysicalDescr }
  DESCRIPTION	"An hh3cPexPhyPortForwarding trap is sent when the PEX physical port
        transitions to forwarding state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTraps(3) hh3cPexTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.129.3.0.4
hh3cPexPhyPortBlocked NOTIFICATION-TYPE
  -- FROM	HH3C-PEX-MIB
  OBJECTS	{ hh3cPexEntPhysicalIndexBind, entPhysicalDescr }
  DESCRIPTION	"An hh3cPexPhyPortBlocked trap is sent when the PEX physical port
        transitions from forwarding state to blocked state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTraps(3) hh3cPexTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.129.4
hh3cPexTrapObjects OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) 4 }

.1.3.6.1.4.1.25506.2.129.4.1
hh3cPexEntPhysicalIndexBind OBJECT-TYPE
  -- FROM	HH3C-PEX-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This index is identical to entPhysicalIndex in ENTITY-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPex(129) hh3cPexTrapObjects(4) 1 }

.1.3.6.1.4.1.25506.2.130
hh3cSlbg OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SLBG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 130 }

.1.3.6.1.4.1.25506.2.130.1
hh3cSlbgMibTable OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) 1 }

.1.3.6.1.4.1.25506.2.130.1.1
hh3cSlbgGroupTable OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of service loopback group objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) 1 }

.1.3.6.1.4.1.25506.2.130.1.1.1
hh3cSlbgGroupEntry OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSlbgGroupNumber }
  DESCRIPTION	"The service loopback group entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) hh3cSlbgGroupTable(1) 1 }

.1.3.6.1.4.1.25506.2.130.1.1.1.1
hh3cSlbgGroupNumber OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Serial number of the service loopback group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) hh3cSlbgGroupTable(1) hh3cSlbgGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.130.1.1.1.2
hh3cSlbgGroupSrvType OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  SYNTAX	BITS {ipv6(0), ipv6mc(1), tunnel(2), multicastTunnel(3), mpls(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Service type of the service loopback group.
         ipv6: IPv6 unicast service type.
         ipv6mc: IPv6 multicast service type.
         tunnel: Unicast tunnel service type.
         multicastTunnel: Multicast tunnel service type.
         mpls: MPLS service type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) hh3cSlbgGroupTable(1) hh3cSlbgGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.130.1.1.1.3
hh3cSlbgGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create, modify, or delete rows.
         hh3cSlbgGroupNumber and hh3cSlbgGroupSrvType must have a valid value before a row can be activated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) hh3cSlbgGroupTable(1) hh3cSlbgGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.130.1.2
hh3cSlbgPortTable OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of port objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) 2 }

.1.3.6.1.4.1.25506.2.130.1.2.1
hh3cSlbgPortEntry OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSlbgPortIndex }
  DESCRIPTION	"The service loopback group port entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) hh3cSlbgPortTable(2) 1 }

.1.3.6.1.4.1.25506.2.130.1.2.1.1
hh3cSlbgPortIndex OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Interface index of the port, which is defined in RFC1213 (MIB-II)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) hh3cSlbgPortTable(2) hh3cSlbgPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.130.1.2.1.2
hh3cSlbgPortAttachedGroupNumber OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the service group number to which this port is assigned.
         The value is zero if the port is not assigned to any service loopback group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) hh3cSlbgPortTable(2) hh3cSlbgPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.130.1.2.1.3
hh3cSlbgPortSelectedGroupNumber OBJECT-TYPE
  -- FROM	HH3C-SLBG-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the service group number to which this selected port is assigned.
         The value is zero if the port is not selected or not assigned to any service loopback group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSlbg(130) hh3cSlbgMibTable(1) hh3cSlbgPortTable(2) hh3cSlbgPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.131
hh3cPvst OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PVST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 131 }

.1.3.6.1.4.1.25506.2.131.1
hh3cPvstObjects OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) 1 }

.1.3.6.1.4.1.25506.2.131.1.1
hh3cPvstVlanConfigTable OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"PVST VLAN configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstObjects(1) 1 }

.1.3.6.1.4.1.25506.2.131.1.1.1
hh3cPvstVlanConfigEntry OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPvstVlanID }
  DESCRIPTION	"PVST VLAN configuration table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstObjects(1) hh3cPvstVlanConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.131.1.1.1.1
hh3cPvstVlanID OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the VLAN configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstObjects(1) hh3cPvstVlanConfigTable(1) hh3cPvstVlanConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.131.1.2
hh3cPvstVlanPortConfigTable OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"PVST VLAN port configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstObjects(1) 2 }

.1.3.6.1.4.1.25506.2.131.1.2.1
hh3cPvstVlanPortConfigEntry OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPvstPortVlanID, hh3cPvstPortIndex }
  DESCRIPTION	"PVST VLAN port configuration table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstObjects(1) hh3cPvstVlanPortConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.131.1.2.1.1
hh3cPvstPortVlanID OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstObjects(1) hh3cPvstVlanPortConfigTable(2) hh3cPvstVlanPortConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.131.1.2.1.2
hh3cPvstPortIndex OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the bridge port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstObjects(1) hh3cPvstVlanPortConfigTable(2) hh3cPvstVlanPortConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.131.2
hh3cPvstNotifications OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) 2 }

.1.3.6.1.4.1.25506.2.131.2.0
hh3cPvstEvents OBJECT-TYPE
  -- FROM	HH3C-PVST-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstNotifications(2) 0 }

.1.3.6.1.4.1.25506.2.131.2.0.1
hh3cPvstVlanPortDetectedTc NOTIFICATION-TYPE
  -- FROM	HH3C-PVST-MIB
  OBJECTS	{ hh3cPvstPortVlanID, hh3cPvstPortIndex }
  DESCRIPTION	"The SNMP trap is generated when a port detects
         a topology change in a VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstNotifications(2) hh3cPvstEvents(0) 1 }

.1.3.6.1.4.1.25506.2.131.2.0.2
hh3cPvstVlanPortRcvdTc NOTIFICATION-TYPE
  -- FROM	HH3C-PVST-MIB
  OBJECTS	{ hh3cPvstPortVlanID, hh3cPvstPortIndex }
  DESCRIPTION	"The SNMP trap is generated when a port receives
         a topology change in a VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPvst(131) hh3cPvstNotifications(2) hh3cPvstEvents(0) 2 }

.1.3.6.1.4.1.25506.2.132
hh3cEvi OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 132 }

.1.3.6.1.4.1.25506.2.132.0
hh3cEviNotifications OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) 0 }

.1.3.6.1.4.1.25506.2.132.0.1
hh3cEviNewDed NOTIFICATION-TYPE
  -- FROM	HH3C-EVI-MIB
  OBJECTS	{ ifIndex, hh3cEviProcessId, hh3cEviISISNbrSysId }
  DESCRIPTION	"Notifies that a new DED has been elected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.132.0.2
hh3cEviSiteEDTopoChange NOTIFICATION-TYPE
  -- FROM	HH3C-EVI-MIB
  OBJECTS	{ hh3cEviProcessId, hh3cEviISISNbrSiteNbrs }
  DESCRIPTION	"Notifies that the EVI network topology has changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.132.0.3
hh3cEviEDLinkDisconnect NOTIFICATION-TYPE
  -- FROM	HH3C-EVI-MIB
  OBJECTS	{ hh3cEviProcessId }
  DESCRIPTION	"Notifies that all the EVI links on a tunnel are down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviNotifications(0) 3 }

.1.3.6.1.4.1.25506.2.132.1
hh3cEviObjects OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) 1 }

.1.3.6.1.4.1.25506.2.132.1.1
hh3cEviBase OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.1.1
hh3cEviDesignatedVlan OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The designated VLAN is used for edge devices on
         a multihomed site to exchange EVI IS-IS hello
         packets for DED election and extended-VLAN
         assignment."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviBase(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.1.2
hh3cEviSiteID OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Site ID.  The edge devices in the same site must have
         the same site ID."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviBase(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.2
hh3cEviIf OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.2.1
hh3cEviIfExtendVlanTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains extended VLAN entries.  A site
        extends extended VLANs to remote sites over an EVI tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) 1 }

.1.3.6.1.4.1.25506.2.132.1.2.1.1
hh3cEviIfExtendVlanEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEviIfExtendVlanIndex }
  DESCRIPTION	"Detailed information about each extended VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfExtendVlanTable(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.2.1.1.1
hh3cEviIfExtendVlanIndex OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each VLAN index specifies a VLAN ID in the range of
         1 to 4094."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfExtendVlanTable(1) hh3cEviIfExtendVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.2.1.1.2
hh3cEviIfExtendVlanLAV OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Local Active VLANs (LAVs), which are active VLANs on the EVI tunnel
       interface.  The interface can extend only active VLANs to
       remote sites."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfExtendVlanTable(1) hh3cEviIfExtendVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.2.1.1.3
hh3cEviIfExtendVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Entry status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfExtendVlanTable(1) hh3cEviIfExtendVlanEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.2.2
hh3cEviIfVlanMappingTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN mapping table on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) 2 }

.1.3.6.1.4.1.25506.2.132.1.2.2.1
hh3cEviIfVlanMappingEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEviIfVlanMappingSiteId, hh3cEviIfVlanMappingSrc, hh3cEviIfVlanMappingDst }
  DESCRIPTION	"Detailed information about each VLAN mapping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfVlanMappingTable(2) 1 }

.1.3.6.1.4.1.25506.2.132.1.2.2.1.1
hh3cEviIfVlanMappingSiteId OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Site ID of the interface on which the VLAN mapping is
         configured.  If '0' is specified, the operation applies
         to all sites."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfVlanMappingTable(2) hh3cEviIfVlanMappingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.2.2.1.2
hh3cEviIfVlanMappingSrc OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Local VLAN ID in the mapping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfVlanMappingTable(2) hh3cEviIfVlanMappingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.2.2.1.3
hh3cEviIfVlanMappingDst OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Remote VLAN ID in the mapping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfVlanMappingTable(2) hh3cEviIfVlanMappingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.2.2.1.4
hh3cEviIfVlanMappingRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Entry status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfVlanMappingTable(2) hh3cEviIfVlanMappingEntry(1) 4 }

.1.3.6.1.4.1.25506.2.132.1.2.3
hh3cEviIfAttributeTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains EVI tunnel attribute entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) 3 }

.1.3.6.1.4.1.25506.2.132.1.2.3.1
hh3cEviIfAttributeEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Detailed information about the attributes of each EVI tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfAttributeTable(3) 1 }

.1.3.6.1.4.1.25506.2.132.1.2.3.1.1
hh3cEviIfFloodingMode OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"State of the EVI flooding function.  The function is enabled
         if the value is set to true."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfAttributeTable(3) hh3cEviIfAttributeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.2.3.1.2
hh3cEviIfARPSuppression OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"State of the ARP flooding suppression function.  The
        function is enabled if the value is set to true."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfAttributeTable(3) hh3cEviIfAttributeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.2.4
hh3cEviIfFloodingMacTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains MAC addresses configured
        for selective flooding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) 4 }

.1.3.6.1.4.1.25506.2.132.1.2.4.1
hh3cEviIfFloodingMacEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEviIfFloodingMacAddress, hh3cEviIfFloodMacVlanIndex }
  DESCRIPTION	"Detailed information about each MAC address
        used for EVI selective flooding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfFloodingMacTable(4) 1 }

.1.3.6.1.4.1.25506.2.132.1.2.4.1.1
hh3cEviIfFloodingMacAddress OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address used for EVI selective flooding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfFloodingMacTable(4) hh3cEviIfFloodingMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.2.4.1.2
hh3cEviIfFloodMacVlanIndex OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VLAN that contains the MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfFloodingMacTable(4) hh3cEviIfFloodingMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.2.4.1.3
hh3cEviIfFloodingMacRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"State of the MAC address entry.  You can use this
       object to create or delete entries.  Deleting entries
       does not delete this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviIf(2) hh3cEviIfFloodingMacTable(4) hh3cEviIfFloodingMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.3
hh3cEviMac OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.3.1
hh3cEviMacCountTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"EVI MAC statistics table.  The table contains MAC entry
         counts sorted by MAC address types, including local MACs, local
         MAC conflicts, remote MACs, and remote MAC conflicts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) 1 }

.1.3.6.1.4.1.25506.2.132.1.3.1.1
hh3cEviMacCountEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"EVI MAC entry counts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacCountTable(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.3.1.1.1
hh3cEviMacLocalMacs OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of local MACs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacCountTable(1) hh3cEviMacCountEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.3.1.1.2
hh3cEviMacLocalConflicts OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of local MACs that conflict with remote
         MACs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacCountTable(1) hh3cEviMacCountEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.3.1.1.3
hh3cEviMacRemoteMacs OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of remote MACs received from remote edge devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacCountTable(1) hh3cEviMacCountEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.3.1.1.4
hh3cEviMacRemoteConflicts OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of remote MACs that conflict with local MACs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacCountTable(1) hh3cEviMacCountEntry(1) 4 }

.1.3.6.1.4.1.25506.2.132.1.3.2
hh3cEviMacLocalTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address table that only contains MAC addresses at
         the site."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) 2 }

.1.3.6.1.4.1.25506.2.132.1.3.2.1
hh3cEviMacLocalEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEviMacLocalVlan, hh3cEviMacLocalMacAddr }
  DESCRIPTION	"Detailed informaiton about each local MAC entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacLocalTable(2) 1 }

.1.3.6.1.4.1.25506.2.132.1.3.2.1.1
hh3cEviMacLocalVlan OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLANs that contain the local MACs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacLocalTable(2) hh3cEviMacLocalEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.3.2.1.2
hh3cEviMacLocalMacAddr OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Local MAC addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacLocalTable(2) hh3cEviMacLocalEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.3.2.1.3
hh3cEviMacLocalMacType OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION Hh3cEviMacType
  SYNTAX	INTEGER {other(1), dynamic(2), static(3), flood(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address types, including: dynamic MACs, static MACs,
        and flood MACs (MACs configured for selective flooding)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacLocalTable(2) hh3cEviMacLocalEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.3.2.1.4
hh3cEviMacLocalConflict OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the MAC conflicts with any remote MAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacLocalTable(2) hh3cEviMacLocalEntry(1) 4 }

.1.3.6.1.4.1.25506.2.132.1.3.2.1.5
hh3cEviMacLocalFiltered OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the MAC is filtered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacLocalTable(2) hh3cEviMacLocalEntry(1) 5 }

.1.3.6.1.4.1.25506.2.132.1.3.3
hh3cEviMacRemoteTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains MAC addresses received from remote edge devices."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) 3 }

.1.3.6.1.4.1.25506.2.132.1.3.3.1
hh3cEviMacRemoteEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEviMacRemoteVlan, hh3cEviMacRemoteMacAddr }
  DESCRIPTION	"Detailed information about each remote MAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacRemoteTable(3) 1 }

.1.3.6.1.4.1.25506.2.132.1.3.3.1.1
hh3cEviMacRemoteVlan OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLANs that contain remote MAC addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacRemoteTable(3) hh3cEviMacRemoteEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.3.3.1.2
hh3cEviMacRemoteMacAddr OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Remote MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacRemoteTable(3) hh3cEviMacRemoteEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.3.3.1.3
hh3cEviMacRemoteMacEffect OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the MAC can be used for forwarding traffic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacRemoteTable(3) hh3cEviMacRemoteEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.3.3.1.4
hh3cEviMacRemoteConflict OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote MAC conflicts with a local MAC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviMac(3) hh3cEviMacRemoteTable(3) hh3cEviMacRemoteEntry(1) 4 }

.1.3.6.1.4.1.25506.2.132.1.4
hh3cEviProcess OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) 4 }

.1.3.6.1.4.1.25506.2.132.1.4.1
hh3cEviProcessPolicyTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains routing policy information for each
         EVI IS-IS process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) 1 }

.1.3.6.1.4.1.25506.2.132.1.4.1.1
hh3cEviProcessPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEviProcessId }
  DESCRIPTION	"Detailed information about the routing policy for each
         EVI IS-IS process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) hh3cEviProcessPolicyTable(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.4.1.1.1
hh3cEviProcessId OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Unsigned32 (0..1023) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"EVI IS-IS process ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) hh3cEviProcessPolicyTable(1) hh3cEviProcessPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.4.1.1.2
hh3cEviProcessPolicy OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Routing policy for the EVI IS-IS process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) hh3cEviProcessPolicyTable(1) hh3cEviProcessPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.4.2
hh3cEviProcessGrTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains graceful restart (GR) information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) 2 }

.1.3.6.1.4.1.25506.2.132.1.4.2.1
hh3cEviProcessGrEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEviProcessId }
  DESCRIPTION	"Detailed GR information for each EVI IS-IS process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) hh3cEviProcessGrTable(2) 1 }

.1.3.6.1.4.1.25506.2.132.1.4.2.1.1
hh3cEviProcessGrEnable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the GR function is enabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) hh3cEviProcessGrTable(2) hh3cEviProcessGrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.4.2.1.2
hh3cEviProcessGrInterval OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Unsigned32 (30..1800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"EVI IS-IS GR interval in the range of 30 to 1800, in
         seconds."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) hh3cEviProcessGrTable(2) hh3cEviProcessGrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.4.3
hh3cEviProcessVSysTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains virtual system entries.  Virtual systems are
         associated with EVI IS-IS processes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) 3 }

.1.3.6.1.4.1.25506.2.132.1.4.3.1
hh3cEviProcessVSysEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEviProcessId, hh3cEviVirtualSysId }
  DESCRIPTION	"Detailed information about each vitual system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) hh3cEviProcessVSysTable(3) 1 }

.1.3.6.1.4.1.25506.2.132.1.4.3.1.1
hh3cEviVirtualSysId OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION IsisSystemID
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Virtual system ID in hexadecimal notation.  The virtual
         system ID must be unique in the EVI network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) hh3cEviProcessVSysTable(3) hh3cEviProcessVSysEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.4.3.1.2
hh3cEviVirtualSysRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Entry status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviProcess(4) hh3cEviProcessVSysTable(3) hh3cEviProcessVSysEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.5
hh3cEviISIS OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) 5 }

.1.3.6.1.4.1.25506.2.132.1.5.1
hh3cEviISISNbrSummaryTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"EVI neighbor statistics table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) 1 }

.1.3.6.1.4.1.25506.2.132.1.5.1.1
hh3cEviISISNbrSummaryEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEviProcessId }
  DESCRIPTION	"EVI neighbor statistics table entries.  The entries
         contain the EVI neighbor summary for each EVI IS-IS
         process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) hh3cEviISISNbrSummaryTable(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.5.1.1.1
hh3cEviISISNbrMaxMultiHomes OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of edge devices that the site
         can contain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) hh3cEviISISNbrSummaryTable(1) hh3cEviISISNbrSummaryEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.5.1.1.2
hh3cEviISISNbrSiteNbrs OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of neighbors that belong to the same site."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) hh3cEviISISNbrSummaryTable(1) hh3cEviISISNbrSummaryEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.5.1.1.3
hh3cEviISISNbrLinkNbrs OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of neighbors that are in remote sites."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) hh3cEviISISNbrSummaryTable(1) hh3cEviISISNbrSummaryEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.5.2
hh3cEviISISNbrTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains generic information about all
         neighbors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) 2 }

.1.3.6.1.4.1.25506.2.132.1.5.2.1
hh3cEviISISNbrEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEviProcessId, ifIndex, hh3cEviISISNbrSysId }
  DESCRIPTION	"Detailed information about each neighbor of the edge
         device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) hh3cEviISISNbrTable(2) 1 }

.1.3.6.1.4.1.25506.2.132.1.5.2.1.1
hh3cEviISISNbrSysId OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION IsisSystemID
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"System ID of the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) hh3cEviISISNbrTable(2) hh3cEviISISNbrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.5.2.1.2
hh3cEviISISNbrMacAddr OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address of the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) hh3cEviISISNbrTable(2) hh3cEviISISNbrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.5.2.1.3
hh3cEviISISNbrSiteId OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Site ID of the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) hh3cEviISISNbrTable(2) hh3cEviISISNbrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.5.2.1.4
hh3cEviISISNbrTransStatus OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"State of EVI transport-facing links."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviISIS(5) hh3cEviISISNbrTable(2) hh3cEviISISNbrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.132.1.6
hh3cEviEnable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) 6 }

.1.3.6.1.4.1.25506.2.132.1.6.1
hh3cEviEnableTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains all EVI-enabled neighboring ports of the edge device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviEnable(6) 1 }

.1.3.6.1.4.1.25506.2.132.1.6.1.1
hh3cEviEnableEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Detailed information about each EVI-enabled port in the EVI
         network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviEnable(6) hh3cEviEnableTable(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.6.1.1.1
hh3cEviEnableStatus OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"End station service disable (trunk port) bit.  When this bit
         is set (true), all native frames received on the port and all
         native frames that would have been sent on the port are
         discarded.

         The value of this object MUST be retained across
         reinitializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviEnable(6) hh3cEviEnableTable(1) hh3cEviEnableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.7
hh3cEviNbr OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) 7 }

.1.3.6.1.4.1.25506.2.132.1.7.1
hh3cEviNbrBaseTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains basic information about the EVI
         Neighbor Discovery Protocol (ENDP)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) 1 }

.1.3.6.1.4.1.25506.2.132.1.7.1.1
hh3cEviNbrBaseEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Detailed information about ENDP for each EVI tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrBaseTable(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.7.1.1.1
hh3cEviNbrSelfServerStatus OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the value is set to true, the EVI neighbor
         discovery server (ENDS) is enabled.  When you
         enable ENDS on an EVI tunnel interface, an
         EVI neighbor discovery client (ENDC) on the EVI tunnel
         interface is also enabled automatically, with the source
         address of the EVI tunnel as the server address."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrBaseTable(1) hh3cEviNbrBaseEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.7.1.1.2
hh3cEviNbrAuthPassword OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	OCTET STRING (0..24) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"ENDP authentication key.  It is a zero-length string when being read."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrBaseTable(1) hh3cEviNbrBaseEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.7.1.1.3
hh3cEviNbrClientRegisterInterval OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Integer32 (5..120) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Interval at which the ENDCs on an EVI tunnel interface
       update their registration with their ENDSs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrBaseTable(1) hh3cEviNbrBaseEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.7.2
hh3cEviNbrRemoteServerTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains basic information about the
         remote ENDSs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) 2 }

.1.3.6.1.4.1.25506.2.132.1.7.2.1
hh3cEviNbrRemoteServerEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEviNbrRemoteServerType, hh3cEviNbrRemoteServer }
  DESCRIPTION	"Detailed information about each remote ENDS.  When you set
         the address of a remote ENDS on an EVI tunnel interface,
         an ENDC is enabled automatically on the EVI tunnel interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrRemoteServerTable(2) 1 }

.1.3.6.1.4.1.25506.2.132.1.7.2.1.1
hh3cEviNbrRemoteServerType OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Address type of the remote ENDS, including ipv4 and ipv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrRemoteServerTable(2) hh3cEviNbrRemoteServerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.7.2.1.2
hh3cEviNbrRemoteServer OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Address of the remote ENDS.  The address type is
         specified by the hh3cEviNbrRemoteServerType object.
         Address length (4 or 16 bytes) must be consistent with
         the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrRemoteServerTable(2) hh3cEviNbrRemoteServerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.7.2.1.3
hh3cEviNbrRemoteServerRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Entry status.  This object is used to create or delete
       entries.  Deleting entries does not delete this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrRemoteServerTable(2) hh3cEviNbrRemoteServerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.7.3
hh3cEviNbrTable OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains basic information about neighbors
         discovered with ENDP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) 3 }

.1.3.6.1.4.1.25506.2.132.1.7.3.1
hh3cEviNbrEntry OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cEviNbrAddressType, hh3cEviNbrAddress }
  DESCRIPTION	"Detailed information about each EVI neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrTable(3) 1 }

.1.3.6.1.4.1.25506.2.132.1.7.3.1.1
hh3cEviNbrAddressType OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Address type of the neighbor, including ipv4 and ipv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrTable(3) hh3cEviNbrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.132.1.7.3.1.2
hh3cEviNbrAddress OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Address of the neighbor.  The address type is specified by the
         hh3cEviNbrAddressType object.  Address length (4 or 16 bytes)
         must be consistent with the address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrTable(3) hh3cEviNbrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.132.1.7.3.1.3
hh3cEviNbrSystemID OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"System ID of the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrTable(3) hh3cEviNbrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.132.1.7.3.1.4
hh3cEviNbrExpireTime OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Expiration time of the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrTable(3) hh3cEviNbrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.132.1.7.3.1.5
hh3cEviNbrStatus OBJECT-TYPE
  -- FROM	HH3C-EVI-MIB
  -- TEXTUAL CONVENTION Hh3cEviNeighborStatus
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"State of the neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvi(132) hh3cEviObjects(1) hh3cEviNbr(7) hh3cEviNbrTable(3) hh3cEviNbrEntry(1) 5 }

.1.3.6.1.4.1.25506.2.133
hh3cIssuUpgrade OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ISSU-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 133 }

.1.3.6.1.4.1.25506.2.133.1
hh3cIssuUpgradeMibObjects OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) 1 }

.1.3.6.1.4.1.25506.2.133.1.1
hh3cIssuUpgradeGroup OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.133.1.1.1
hh3cIssuUpgradeImageTable OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table listing the image variable types that
        exist in the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) 1 }

.1.3.6.1.4.1.25506.2.133.1.1.1.1
hh3cIssuUpgradeImageEntry OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIssuUpgradeImageIndex }
  DESCRIPTION	"An hh3cIssuUpgradeImageEntry entry.  Each entry provides an
        image variable type that exists in the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuUpgradeImageTable(1) 1 }

.1.3.6.1.4.1.25506.2.133.1.1.1.1.1
hh3cIssuUpgradeImageIndex OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of each image."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuUpgradeImageTable(1) hh3cIssuUpgradeImageEntry(1) 1 }

.1.3.6.1.4.1.25506.2.133.1.1.1.1.2
hh3cIssuUpgradeImageType OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {boot(1), system(2), feature(3), ipe(4), patch(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Types of images that the system can run.  The value of
        this object has five image variable names:
        'boot', 'system', 'feature', 'ipe' and 'patch'.  This table will then
        list these five strings as follows:

              hh3cIssuUpgradeImageType
                  boot
                  system
                  feature
                  IPE
                  patch

              The user can assign images (using hh3cIssuUpgradeImageURL)
              to these variables and the system will use the assigned
              images to boot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuUpgradeImageTable(1) hh3cIssuUpgradeImageEntry(1) 2 }

.1.3.6.1.4.1.25506.2.133.1.1.1.1.3
hh3cIssuUpgradeImageURL OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..127) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains the path of the image
        of this entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuUpgradeImageTable(1) hh3cIssuUpgradeImageEntry(1) 3 }

.1.3.6.1.4.1.25506.2.133.1.1.1.1.4
hh3cIssuUpgradeImageRowStatus OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row-status of image table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuUpgradeImageTable(1) hh3cIssuUpgradeImageEntry(1) 4 }

.1.3.6.1.4.1.25506.2.133.1.1.2
hh3cIssuOp OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) 2 }

.1.3.6.1.4.1.25506.2.133.1.1.2.1
hh3cIssuOpType OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {none(1), done(2), test(3), install(4), rollback(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Command to be executed.
        The 'test' command must be performed before the 'install'
        command can be executed.  The 'install'
        command is allowed only if a read of
        this object returns 'test' and the value of object
        hh3cIssuOpStatus is 'success'.

        Command                 Remarks

        none      If the user sets this object to 'none', the agent will return a success
                  without performing an upgrade operation.
        done      If this object returns any value other than
                  'none', setting this to 'done' will do
                  the required cleanup of the previous upgrade
                  operation and get the system ready for a new
                  upgrade operation.
        test      Check the version compatibility and upgrade method
                  for the given set of image files.
        install   For all the image entities listed in the
                  hh3cIssuUpgradeImageTable, perform the required
                  upgrade operation listed in that table.
        rollback  Abort the current 'install' operation and roll back
                  to the previous version.
          "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 1 }

.1.3.6.1.4.1.25506.2.133.1.1.2.2
hh3cIssuImageFileOverwrite OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If you want to overwrite the existing file, set the value of
        this object to enable.  Otherwise, set the value of this
        object to disable."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 2 }

.1.3.6.1.4.1.25506.2.133.1.1.2.3
hh3cIssuOpTrapEnable OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If you want to enable the trap, set the value of
        this object to enable.  Otherwise, set the value of this
        object to disable."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 3 }

.1.3.6.1.4.1.25506.2.133.1.1.2.4
hh3cIssuOpStatus OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {none(1), failure(2), inProgress(3), success(4), rollbackInProgress(5), rollbackSuccess(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the specified operation.
        none                - No operation was performed.
        failure             - Specified operation has failed.
        inProgress          - Specified operation is in progress.
        success             - Specified operation completed successfully.
        rollbackInProgress     - Rollback operation is in progress.
        rollbackSuccess        - Rollback operation completed successfully.
          "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 4 }

.1.3.6.1.4.1.25506.2.133.1.1.2.5
hh3cIssuFailedReason OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the the cause of 'failure' state
        of the object 'hh3cIssuOpStatus'.
        This object would be a null string if the value of
        'hh3cIssuOpStatus' is not 'failure'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 5 }

.1.3.6.1.4.1.25506.2.133.1.1.2.6
hh3cIssuOpTimeCompleted OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the time when the upgrade operation was completed.
        This object would be a null string if hh3cIssuOpType is
        'none'. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 6 }

.1.3.6.1.4.1.25506.2.133.1.1.2.7
hh3cIssuLastOpType OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {none(1), done(2), test(3), install(4), rollback(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the previous hh3cIssuOp value.
        It will be updated after a new hh3cIssuOp is set and delivered
        to the upgrade process.

        Command                 Remarks

        none      If the user sets this object to 'none', agent will return a success
                  without performing an upgrade operation.
        done      If this object returns any value other than
                  'none', setting this to 'done' will do
                  the required cleanup of the previous upgrade
                  operation and get the system ready for a new
                  upgrade operation.
        test      Check the version compatibility and upgrade method
                  for the given set of image files.
        install   For all the image entities listed in the
                  hh3cIssuUpgradeImageTable, perform the required
                  upgrade operation listed in that table.
        rollback  Abort the current install operation and roll back
                  to the previous version.
        "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 7 }

.1.3.6.1.4.1.25506.2.133.1.1.2.8
hh3cIssuLastOpStatus OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {none(1), failure(2), inProgress(3), success(4), rollbackInProgress(5), rollbackSuccess(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates previous hh3cIssuOpStatus value.
        It will be updated after new hh3cIssuOp is set and delivered
        to upgrade process.
        none                - No operation was performed.
        failure             - Specified operation has failed.
        inProgress          - Specified operation is active.
        success             - Specified operation completed successfully.
        rollbackInProgress     - Rollback operation is in progress.
        rollbackSuccess        - Rollback operation completed successfully.
        "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 8 }

.1.3.6.1.4.1.25506.2.133.1.1.2.9
hh3cIssuLastOpFailedReason OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the cause of 'failure' state
        of the object 'hh3cIssuOpStatus'.
        This object would be a null string if the value of
        'hh3cIssuOpStatus' is not 'failure'.
        The value will be updated when new hh3cIssuOp is set
        and delivered to the upgrade process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 9 }

.1.3.6.1.4.1.25506.2.133.1.1.2.10
hh3cIssuLastOpTimeCompleted OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the previous hh3cIssuOpTimeCompleted value.
        The value will be updated when new hh3cIssuOp is set
        and delivered to the upgrade process."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeGroup(1) hh3cIssuOp(2) 10 }

.1.3.6.1.4.1.25506.2.133.1.2
hh3cIssuUpgradeResultGroup OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.133.1.2.1
hh3cIssuCompatibleResult OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) 1 }

.1.3.6.1.4.1.25506.2.133.1.2.1.1
hh3cIssuCompatibleResultStatus OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {none(1), inCompatible(2), compatible(3), failure(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies whether the images provided in
        hh3cIssuUpgradeImageTable are compatible with each other as
        far as this module is concerned.
        none            - No operation was performed.
        inCompatible    - The images provided are compatible
                          and can be run on this module.
        compatible      - The images provided are incompatible
                          and can be run on this module.
        failure         - Failed to get the compatibility.
        "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuCompatibleResult(1) 1 }

.1.3.6.1.4.1.25506.2.133.1.2.1.2
hh3cIssuCompatibleResultFailedReason OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the cause of 'failure' state
        of the object 'hh3cIssuCompatibleResultStatus'.
        This object would be a null string if the value of
        'hh3cIssuCompatibleResultStatus' is not 'failure'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuCompatibleResult(1) 2 }

.1.3.6.1.4.1.25506.2.133.1.2.2
hh3cIssuTestResultTable OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Shows the result of the test operation, from which you can
        see the upgrade method."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) 2 }

.1.3.6.1.4.1.25506.2.133.1.2.2.1
hh3cIssuTestResultEntry OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIssuTestResultIndex }
  DESCRIPTION	"An hh3cIssuTestResultEntry entry.  Each entry provides the
        test result of a card in the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuTestResultTable(2) 1 }

.1.3.6.1.4.1.25506.2.133.1.2.2.1.1
hh3cIssuTestResultIndex OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Internal index, not accessible."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuTestResultTable(2) hh3cIssuTestResultEntry(1) 1 }

.1.3.6.1.4.1.25506.2.133.1.2.2.1.2
hh3cIssuTestDeviceChassisID OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Chassis ID of the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuTestResultTable(2) hh3cIssuTestResultEntry(1) 2 }

.1.3.6.1.4.1.25506.2.133.1.2.2.1.3
hh3cIssuTestDeviceSlotID OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot ID of the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuTestResultTable(2) hh3cIssuTestResultEntry(1) 3 }

.1.3.6.1.4.1.25506.2.133.1.2.2.1.4
hh3cIssuTestDeviceCpuID OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU ID of the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuTestResultTable(2) hh3cIssuTestResultEntry(1) 4 }

.1.3.6.1.4.1.25506.2.133.1.2.2.1.5
hh3cIssuTestDeviceUpgradeWay OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {none(1), reboot(2), sequenceReboot(3), issuReboot(4), serviceUpgrade(5), fileUpgrade(6), incompatibleUpgrade(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Upgrade method of the device.
        none                   - No operation was performed.
        reboot                 - The upgrade method of this device is Reboot.
        sequenceReboot         - The upgrade method of this device is SequenceReboot.
        issuReboot             - The upgrade method of this device is IssuReboot.
        serviceUpgrade         - The upgrade method of this device is ServiceReboot.
        fileUpgrade            - The upgrade method of this device is FileReboot.
        incompatibleUpgrade    - The upgrade method of this device is IncompatibleUpgrade.
        "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuTestResultTable(2) hh3cIssuTestResultEntry(1) 5 }

.1.3.6.1.4.1.25506.2.133.1.2.3
hh3cIssuUpgradeResultTable OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Shows the result of the install operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) 3 }

.1.3.6.1.4.1.25506.2.133.1.2.3.1
hh3cIssuUpgradeResultEntry OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIssuUpgradeResultIndex }
  DESCRIPTION	"An hh3cIssuUpgradeResultEntry entry.  Each entry provides the
        upgrade result of a card in the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuUpgradeResultTable(3) 1 }

.1.3.6.1.4.1.25506.2.133.1.2.3.1.1
hh3cIssuUpgradeResultIndex OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Internal Index, not accessible."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuUpgradeResultTable(3) hh3cIssuUpgradeResultEntry(1) 1 }

.1.3.6.1.4.1.25506.2.133.1.2.3.1.2
hh3cIssuUpgradeDeviceChassisID OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Chassis ID of the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuUpgradeResultTable(3) hh3cIssuUpgradeResultEntry(1) 2 }

.1.3.6.1.4.1.25506.2.133.1.2.3.1.3
hh3cIssuUpgradeDeviceSlotID OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot ID of the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuUpgradeResultTable(3) hh3cIssuUpgradeResultEntry(1) 3 }

.1.3.6.1.4.1.25506.2.133.1.2.3.1.4
hh3cIssuUpgradeDeviceCpuID OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU ID of the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuUpgradeResultTable(3) hh3cIssuUpgradeResultEntry(1) 4 }

.1.3.6.1.4.1.25506.2.133.1.2.3.1.5
hh3cIssuUpgradeState OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {init(1), loading(2), loaded(3), switching(4), switchover(5), committing(6), committed(7), rollbacking(8), rollbacked(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Upgrade status of the device.
        init           -The current status of the device is Init.
        loading        -The current status of the device is Loading.
        loaded         -The current status of the device is Loaded.
        switching      -The current status of the device is Switching.
        switchover     -The current status of the device is Switchover.
        committing     -The current status of the device is Committing.
        committed      -The current status of the device is Committed.
        rollbacking    -The current status of the device is Rollbacking.
        rollbacked     -The current status of the device is Rollbacked.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuUpgradeResultTable(3) hh3cIssuUpgradeResultEntry(1) 5 }

.1.3.6.1.4.1.25506.2.133.1.2.3.1.6
hh3cIssuDeviceUpgradeWay OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {none(1), reboot(2), sequenceReboot(3), issuReboot(4), serviceUpgrade(5), fileUpgrade(6), incompatibleUpgrade(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Upgrade method of the card.
        none                   - No operation was performed.
        reboot                 - The upgrade method of this device is Reboot.
        sequenceReboot         - The upgrade method of this device is SequenceReboot.
        issuReboot             - The upgrade method of this device is IssuReboot.
        serviceUpgrade         - The upgrade method of this device is ServiceReboot.
        fileUpgrade            - The upgrade method of this device is FileReboot.
        incompatibleUpgrade    - The upgrade method of this device is IncompatibleUpgrade.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuUpgradeResultTable(3) hh3cIssuUpgradeResultEntry(1) 6 }

.1.3.6.1.4.1.25506.2.133.1.2.3.1.7
hh3cIssuUpgradeDeviceStatus OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  SYNTAX	INTEGER {waitingUpgrade(1), inProcess(2), success(3), failure(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Upgrade status of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuUpgradeResultTable(3) hh3cIssuUpgradeResultEntry(1) 7 }

.1.3.6.1.4.1.25506.2.133.1.2.3.1.8
hh3cIssuUpgradeFailedReason OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the cause of 'failure' state
        of the object 'hh3cIssuUpgradeDeviceStatus'.
        This object would be a null string if the value of
        'hh3cIssuCompatibleResultStatus' is not 'failure'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeMibObjects(1) hh3cIssuUpgradeResultGroup(2) hh3cIssuUpgradeResultTable(3) hh3cIssuUpgradeResultEntry(1) 8 }

.1.3.6.1.4.1.25506.2.133.2
hh3cIssuUpgradeNotify OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) 2 }

.1.3.6.1.4.1.25506.2.133.2.0
hh3cIssuUpgradeTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-ISSU-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeNotify(2) 0 }

.1.3.6.1.4.1.25506.2.133.2.0.1
hh3cIssuUpgradeOpCompletionNotify NOTIFICATION-TYPE
  -- FROM	HH3C-ISSU-MIB
  OBJECTS	{ hh3cIssuOpType, hh3cIssuOpStatus, hh3cIssuFailedReason, hh3cIssuOpTimeCompleted }
  DESCRIPTION	"An hh3cIssuUpgradeOpCompletionNotify is sent at the
        completion of upgrade operation denoted by
        hh3cIssuOp object, if such a notification
        was requested when the operation was initiated.
        hh3cIssuOpType indicates the type of the
        operation.  hh3cIssuOpStatus indicates the
        result of the operation.  hh3cIssuFailedReason
        indicates the operation failure reason.
        hh3cIssuOpTimeCompleted indicates the time
        when the operation was completed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIssuUpgrade(133) hh3cIssuUpgradeNotify(2) hh3cIssuUpgradeTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.134
hh3cEvb OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-EVB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 134 }

.1.3.6.1.4.1.25506.2.134.1
hh3cEvbSysObjects OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) 1 }

.1.3.6.1.4.1.25506.2.134.1.1
hh3cEvbSetResult OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	INTEGER {unknown(1), processing(2), success(3), failed(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If a set operation on EVB-MIB-tables returns success, this object
         indicates the actual result of this operation.  Otherwise, it is
         meaningless.
         unknown: The set operation on the node has been completed, but the
                  result could only be got from the table which the set
                  operation happended.
         processing: The set operation is in process.  Another set operation
                     cannot be performed at this time.
         success: The set operation has succeeded.
         failed: The set operation has failed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbSysObjects(1) 1 }

.1.3.6.1.4.1.25506.2.134.1.2
hh3cEvbDefaultManagerTable OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains configuration information for the default
         Virtual Station Interface (VSI) manager."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbSysObjects(1) 2 }

.1.3.6.1.4.1.25506.2.134.1.2.1
hh3cEvbDefaultManagerEntry OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEvbManagerIndex }
  DESCRIPTION	"A list of objects containing information for the default VSI manager."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbSysObjects(1) hh3cEvbDefaultManagerTable(2) 1 }

.1.3.6.1.4.1.25506.2.134.1.2.1.1
hh3cEvbManagerIndex OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the default manager table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbSysObjects(1) hh3cEvbDefaultManagerTable(2) hh3cEvbDefaultManagerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.134.1.2.1.2
hh3cEvbManagerType OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2), name(3), local(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of the default VSI manager.
         ipv4: Specifies the IPv4 address of the default VSI manager.
         ipv6: Specifies the IPv6 address of the default VSI manager.
         name: Specifies the name of the default VSI manager, a
               case-insensitive string of 1 to 127 characters.
         local: Specifies the device as the default VSI manager."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbSysObjects(1) hh3cEvbDefaultManagerTable(2) hh3cEvbDefaultManagerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.134.1.2.1.3
hh3cEvbManagerID OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Default VSI manager.
         The value is zero-length string when the VSI manager type is 'local'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbSysObjects(1) hh3cEvbDefaultManagerTable(2) hh3cEvbDefaultManagerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.134.1.2.1.4
hh3cEvbManagerPort OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Port number of the default VSI manager.
         Optional when the VSI manager type is not 'local'.
         If the VSI manager type is 'local', it returns zero."
  DEFVAL	{ 8080 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbSysObjects(1) hh3cEvbDefaultManagerTable(2) hh3cEvbDefaultManagerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.134.1.2.1.5
hh3cEvbManagerRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status: CreateAndGo, Active, or Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbSysObjects(1) hh3cEvbDefaultManagerTable(2) hh3cEvbDefaultManagerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.134.2
hh3cEvbPortObjects OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) 2 }

.1.3.6.1.4.1.25506.2.134.2.1
hh3cEvbPortConfigTable OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains configuration information for the EVB bridge
         port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) 1 }

.1.3.6.1.4.1.25506.2.134.2.1.1
hh3cEvbPortConfigEntry OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEvbPortNumber }
  DESCRIPTION	"A list of objects containing information for the EVB bridge port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbPortConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.134.2.1.1.1
hh3cEvbPortNumber OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbPortConfigTable(1) hh3cEvbPortConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.134.2.1.1.2
hh3cEvbRWD OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Unsigned32 (15..31) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"VDP resource wait delay exponent."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbPortConfigTable(1) hh3cEvbPortConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.134.2.1.1.3
hh3cEvbRKA OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Unsigned32 (14..31) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"VDP keepalive exponent."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbPortConfigTable(1) hh3cEvbPortConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.134.2.2
hh3cEvbSchannelConfigTable OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains configuration information for the S-channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) 2 }

.1.3.6.1.4.1.25506.2.134.2.2.1
hh3cEvbSchannelConfigEntry OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEvbPortNumber, hh3cEvbSchannelID }
  DESCRIPTION	"A list of objects containing information for the S-channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbSchannelConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.134.2.2.1.1
hh3cEvbSchannelID OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"S-channel ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbSchannelConfigTable(2) hh3cEvbSchannelConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.134.2.2.1.2
hh3cEvbSchannelSVLAN OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Unsigned32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"S-VLAN ID. 0 means that the S-channel is not bound to any S-VLAN.
         1 represents the SVID for the default S-channel S-channel 1."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbSchannelConfigTable(2) hh3cEvbSchannelConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.134.2.2.1.3
hh3cEvbMacLearningStatus OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MAC address learning function is enabled or not."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbSchannelConfigTable(2) hh3cEvbSchannelConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.134.2.2.1.4
hh3cEvbRRStatus OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The RR mode for the S-channel is enabled or not."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbSchannelConfigTable(2) hh3cEvbSchannelConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.134.2.2.1.5
hh3cEvbSchannelRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status: CreateAndGo, Active, or Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbSchannelConfigTable(2) hh3cEvbSchannelConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.134.2.3
hh3cEvbVSIConfigTable OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains configuration information for the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) 3 }

.1.3.6.1.4.1.25506.2.134.2.3.1
hh3cEvbVSIConfigEntry OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEvbSBPPortNumber, hh3cEvbVSILocalID }
  DESCRIPTION	"A list of objects containing information for the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIConfigTable(3) 1 }

.1.3.6.1.4.1.25506.2.134.2.3.1.1
hh3cEvbSBPPortNumber OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Station-facing Bridge Port (SBP) port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIConfigTable(3) hh3cEvbVSIConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.134.2.3.1.2
hh3cEvbVSILocalID OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VSI local ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIConfigTable(3) hh3cEvbVSIConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.134.2.3.1.3
hh3cEvbVSICommand OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	INTEGER {preAssociate(1), preAssociateWithRsrcReservation(2), associate(3), deAssociate(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the association or pre-associate property of the
         VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIConfigTable(3) hh3cEvbVSIConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.134.2.3.1.4
hh3cEvbVSIIfIndex OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VSI interface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIConfigTable(3) hh3cEvbVSIConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.134.2.3.1.5
hh3cEvbVSIIsActive OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The VSI is activated or not.  Activate a VSI after configuring a VSI
         filter, and deactivate a VSI before removing a VSI filter."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIConfigTable(3) hh3cEvbVSIConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.134.2.3.1.6
hh3cEvbVSIRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status: CreateAndGo, Active, or Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIConfigTable(3) hh3cEvbVSIConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.134.2.4
hh3cEvbVSIFilterConfigTable OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains configuration information for filters of the
         VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) 4 }

.1.3.6.1.4.1.25506.2.134.2.4.1
hh3cEvbVSIFilterConfigEntry OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEvbSBPPortNumber, hh3cEvbVSILocalID, hh3cEvbGroupID, hh3cEvbVSIMac, hh3cEvbVSIVlanId }
  DESCRIPTION	"A list of objects containing information for filters of the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIFilterConfigTable(4) 1 }

.1.3.6.1.4.1.25506.2.134.2.4.1.1
hh3cEvbGroupID OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIFilterConfigTable(4) hh3cEvbVSIFilterConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.134.2.4.1.2
hh3cEvbVSIMac OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address part of the MAC/VLANs for a VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIFilterConfigTable(4) hh3cEvbVSIFilterConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.134.2.4.1.3
hh3cEvbVSIVlanId OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VLAN ID part of the MAC/VLANs for a VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIFilterConfigTable(4) hh3cEvbVSIFilterConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.134.2.4.1.4
hh3cEvbVSIFilterRowStatus OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status: CreateAndGo, Active, or Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cEvbPortObjects(2) hh3cEvbVSIFilterConfigTable(4) hh3cEvbVSIFilterConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.134.3
hh3cFlex10Objects OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) 3 }

.1.3.6.1.4.1.25506.2.134.3.1
hh3cFlex10PortConfigTable OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains configuration information for the flex10 bridge
         port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) 1 }

.1.3.6.1.4.1.25506.2.134.3.1.1
hh3cFlex10PortConfigEntry OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlex10PortNumber }
  DESCRIPTION	"A list of objects containing information for the flex10 bridge port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10PortConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.134.3.1.1.1
hh3cFlex10PortNumber OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10PortConfigTable(1) hh3cFlex10PortConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.134.3.1.1.2
hh3cFlex10PortEnableStatus OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The flex10 function is enabled or not."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10PortConfigTable(1) hh3cFlex10PortConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.134.3.2
hh3cFlex10RemoteSchannelTable OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains remote S-channel details."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) 2 }

.1.3.6.1.4.1.25506.2.134.3.2.1
hh3cFlex10RemoteSchannelEntry OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlex10PortNumber, hh3cEvbSchannelID }
  DESCRIPTION	"A list of objects describing remote S-channels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10RemoteSchannelTable(2) 1 }

.1.3.6.1.4.1.25506.2.134.3.2.1.1
hh3cFlex10RemSchDesFormat OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	BITS {format0(0), format1(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Description format of the remote S-channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10RemoteSchannelTable(2) hh3cFlex10RemoteSchannelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.134.3.2.1.2
hh3cFlex10RemSchTerminationType OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Termination type of the remote S-channel.
         0: PCI Physical Function (Primary).
         1: SRIOV Virtual Function.
         2: PCI Physical Function (Secondary).
         3: Virtual Switch Port.
         4: NCSI Port.
         2147483647: This value means a Description TLV with format 0 has not
                     been received.
         other: Unknown termination type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10RemoteSchannelTable(2) hh3cFlex10RemoteSchannelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.134.3.2.1.3
hh3cFlex10RemSchTerminationCap OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	BITS {ethernet(0), fCOE(1), iSCSI(2), roCEE(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Termination capabilities of the remote S-channel.  If a Description
         TLV with format 0 has not been received, it returns all zeros."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10RemoteSchannelTable(2) hh3cFlex10RemoteSchannelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.134.3.2.1.4
hh3cFlex10RemSchTrafficClass OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	BITS {class0(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6), class7(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Traffic classes of the remote S-channel.  If a Description TLV with
         format 0 has not been received, it returns all zeros."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10RemoteSchannelTable(2) hh3cFlex10RemoteSchannelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.134.3.2.1.5
hh3cFlex10RemSchCir OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Committed Information Rate (CIR) of the remote S-channel.  If a
         Description TLV with format 0 has not been received, it returns 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10RemoteSchannelTable(2) hh3cFlex10RemoteSchannelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.134.3.2.1.6
hh3cFlex10RemSchPir OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Peak Information Rate (PIR) of the remote S-channel.  If a Description
         TLV with format 0 has not been received, it returns 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10RemoteSchannelTable(2) hh3cFlex10RemoteSchannelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.134.3.2.1.7
hh3cFlex10RemSchConnectionID OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection instance ID of the remote S-channel.
         The value is a zero-length string if a Description TLV with format 1
         has not been received.  Otherwise it returns a string with length 16."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10RemoteSchannelTable(2) hh3cFlex10RemoteSchannelEntry(1) 7 }

.1.3.6.1.4.1.25506.2.134.3.3
hh3cFlex10SchannelLinkCtlTable OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains link status information for the S-channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) 3 }

.1.3.6.1.4.1.25506.2.134.3.3.1
hh3cFlex10SchannelLinkCtlEntry OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlex10PortNumber, hh3cEvbSchannelID }
  DESCRIPTION	"A list of objects containing information for the S-channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10SchannelLinkCtlTable(3) 1 }

.1.3.6.1.4.1.25506.2.134.3.3.1.1
hh3cFlex10SchannelSVID OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"S-VLAN ID for the S-channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10SchannelLinkCtlTable(3) hh3cFlex10SchannelLinkCtlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.134.3.3.1.2
hh3cFlex10SchannelLocalStatus OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	INTEGER {unknown(1), disabled(2), enabled(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Link status of the local S-channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10SchannelLinkCtlTable(3) hh3cFlex10SchannelLinkCtlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.134.3.3.1.3
hh3cFlex10SchannelRemoteStatus OBJECT-TYPE
  -- FROM	HH3C-EVB-MIB
  SYNTAX	INTEGER {unknown(1), disabled(2), enabled(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Link status of the remote S-channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvb(134) hh3cFlex10Objects(3) hh3cFlex10SchannelLinkCtlTable(3) hh3cFlex10SchannelLinkCtlEntry(1) 3 }

.1.3.6.1.4.1.25506.2.135
hh3cFcoeMode OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-FCOE-MODE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 135 }

.1.3.6.1.4.1.25506.2.135.1
hh3cFcoeModeMibObjects OBJECT-TYPE
  -- FROM	HH3C-FCOE-MODE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFcoeMode(135) 1 }

.1.3.6.1.4.1.25506.2.135.1.1
hh3cFcoeModeCfgMode OBJECT-TYPE
  -- FROM	HH3C-FCOE-MODE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object specifies the FCoE modes the switch supports.

         The object has five available values:
         1: non-FCoE mode.
         2: FCF mode.
         3: NPV mode.
         4: Transit mode.
         5: FCF-NPV mode.

         The switch mode can only be converted from non-FCoE mode to one of FCoE
         modes, or vice versa, but cannot be converted directly among the other
         four FCoE modes.

         To convert among the other four FCoE modes, the switch should first
         be converted to non-FCoE mode.  After converting the switch to non-FCoE
         mode, FCoE-related configurations in the original FCoE mode will be
         cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFcoeMode(135) hh3cFcoeModeMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.135.1.2
hh3cFcoeModeCfgLastResult OBJECT-TYPE
  -- FROM	HH3C-FCOE-MODE-MIB
  SYNTAX	INTEGER {success(1), noLicence(2), needReset(3), unknownFault(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the result of the latest FCoE mode configuration.

        The object has four values:
        success      - Configured successfully.
        noLicence    - Configured unsuccessfully for lack of license.
        needReset    - Configured unsuccessfully, because the desired mode is
                       not non-FCoE mode, and the mode should be first set to
                       non-FCoE mode.
        unknownFault - Configured unsuccessfully for unknown fault."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFcoeMode(135) hh3cFcoeModeMibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.136
hh3cMDC OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 136 }

.1.3.6.1.4.1.25506.2.136.1
hh3cMDCScalarObjects OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) 1 }

.1.3.6.1.4.1.25506.2.136.1.1
hh3cMDCMaxMDCNum OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of MDCs which the system supported to create."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.136.1.2
hh3cMDCCurrentMDCNum OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of MDCs which the system has created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.136.2
hh3cMDCTables OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) 2 }

.1.3.6.1.4.1.25506.2.136.2.1
hh3cMDCControl OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) 1 }

.1.3.6.1.4.1.25506.2.136.2.1.1
hh3cMDCControlTable OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure MDCs for a device and show MDC's status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCControl(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.1.1.1
hh3cMDCControlEntry OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMDCIndex }
  DESCRIPTION	"An entry of the hh3cMDCControlTable, every entry is corresponding with an MDC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCControl(1) hh3cMDCControlTable(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.1.1.1.1
hh3cMDCIndex OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"MDC ID is used as MDCIndex, the value range of MDC ID depends on the device model.
         MDCIndex cannot be modified after creation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCControl(1) hh3cMDCControlTable(1) hh3cMDCControlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.1.1.1.2
hh3cMDCName OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..15) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the MDC name, a case-sensitive string of 1 to 15 characters.
        The MDC name cannot be modified after creation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCControl(1) hh3cMDCControlTable(1) hh3cMDCControlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.136.2.1.1.1.3
hh3cMDCAction OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  -- TEXTUAL CONVENTION Hh3cMdcActionValue
  SYNTAX	INTEGER {start(1), stop(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"State of MDC action: start/stop.
        After an MDC is started, administrators of the MDC can log in to
        the MDC for MDC configuration and maintenance.
        Stopping an MDC interrupts all services on the MDC and logs out
        all users of the MDC.

        Non-default MDC cannot operate."
  DEFVAL	{ stop }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCControl(1) hh3cMDCControlTable(1) hh3cMDCControlEntry(1) 3 }

.1.3.6.1.4.1.25506.2.136.2.1.1.1.4
hh3cMDCStatus OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  -- TEXTUAL CONVENTION Hh3cMdcRunStatus
  SYNTAX	INTEGER {inactive(1), starting(2), active(3), stopping(4), updating(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of MDCs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCControl(1) hh3cMDCControlTable(1) hh3cMDCControlEntry(1) 4 }

.1.3.6.1.4.1.25506.2.136.2.1.1.1.5
hh3cMDCRowStatus OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry.
        Only support active, createAndGo and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCControl(1) hh3cMDCControlTable(1) hh3cMDCControlEntry(1) 5 }

.1.3.6.1.4.1.25506.2.136.2.2
hh3cMDCResource OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) 2 }

.1.3.6.1.4.1.25506.2.136.2.2.1
hh3cMDCDISKResourceTable OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is for disk resource management:
        Specify a disk space percentage for an MDC and display the disk space usage.

        Default: All MDCs share the disk space in the system,
        and an MDC can use all free disk space in the system.

        Non-default MDC can only query the disk space usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) 1 }

.1.3.6.1.4.1.25506.2.136.2.2.1.1
hh3cMDCDISKResourceEntry OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex, hh3cMDCIndex, hh3cMDCDISKResourceInstance }
  DESCRIPTION	"An entry of the hh3cMDCDISKResourceTable, every entry is corresponding to
        disk resource of an MDC.

        Note that only entPhysicalIndex values that represent
        physical boards (i.e., associated entPhysicalClass value is
        'module(9)') are permitted to exist in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCDISKResourceTable(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.2.1.1.1
hh3cMDCDISKResourceInstance OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Instance index of disk resource.
         Different instances for disk: Flash, CF cards."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCDISKResourceTable(1) hh3cMDCDISKResourceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.2.1.1.2
hh3cMDCDISKResourceInstanceName OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Instance name of disk resource.

        Such as: Flash, CF cards."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCDISKResourceTable(1) hh3cMDCDISKResourceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.136.2.2.1.1.3
hh3cMDCDISKResourceMinLimit OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Limit minimum (reserve resources, must be all 0)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCDISKResourceTable(1) hh3cMDCDISKResourceEntry(1) 3 }

.1.3.6.1.4.1.25506.2.136.2.2.1.1.4
hh3cMDCDISKResourceMaxLimit OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum of available resources of disk.
        Make sure the disk space amount assigned to an MDC is
        greater than the disk space amount the MDC is using.
        Non-default MDC cannot set"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCDISKResourceTable(1) hh3cMDCDISKResourceEntry(1) 4 }

.1.3.6.1.4.1.25506.2.136.2.2.1.1.5
hh3cMDCDISKResourceReserve OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reserve limit resources of disk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCDISKResourceTable(1) hh3cMDCDISKResourceEntry(1) 5 }

.1.3.6.1.4.1.25506.2.136.2.2.1.1.6
hh3cMDCDISKResourceQuota OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total limit resources of disk according to hh3cMDCDiskResourceMaxLimit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCDISKResourceTable(1) hh3cMDCDISKResourceEntry(1) 6 }

.1.3.6.1.4.1.25506.2.136.2.2.1.1.7
hh3cMDCDISKResourceUsage OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current usage of disk resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCDISKResourceTable(1) hh3cMDCDISKResourceEntry(1) 7 }

.1.3.6.1.4.1.25506.2.136.2.2.1.1.8
hh3cMDCDISKResourceAvailable OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current available resources of disk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCDISKResourceTable(1) hh3cMDCDISKResourceEntry(1) 8 }

.1.3.6.1.4.1.25506.2.136.2.2.2
hh3cMDCMemoryResourceTable OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is for memory resource management:
         Specify a memory space percentage for an MDC and display the memory space usage.
         Default: All MDCs share the memory space in the system, and an MDC can use all free memory.

         Non-default MDC can only query resource message of memory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) 2 }

.1.3.6.1.4.1.25506.2.136.2.2.2.1
hh3cMDCMemoryResourceEntry OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex, hh3cMDCIndex }
  DESCRIPTION	"An entry of the hh3cMDCMemoryResourceTable, every entry is corresponding
        with memory resource of an MDC.

        Note that only entPhysicalIndex values that represent
        physical boards (i.e., associated entPhysicalClass value is
        'module(9)') are permitted to exist in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCMemoryResourceTable(2) 1 }

.1.3.6.1.4.1.25506.2.136.2.2.2.1.1
hh3cMDCMemoryResourceMinLimit OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Limit minimum(reserve resources, must be all 0).

        Non-default MDC cannot set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCMemoryResourceTable(2) hh3cMDCMemoryResourceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.2.2.1.2
hh3cMDCMemoryResourceMaxLimit OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum of available resources of memory,
        it specifies the ratio of the memory space that an MDC can use.
        Make sure this amount is sufficient for the MDC to operate properly.
        Non-default MDC cannot set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCMemoryResourceTable(2) hh3cMDCMemoryResourceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.136.2.2.2.1.3
hh3cMDCMemoryResourceReserve OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reserve limit resources of memory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCMemoryResourceTable(2) hh3cMDCMemoryResourceEntry(1) 3 }

.1.3.6.1.4.1.25506.2.136.2.2.2.1.4
hh3cMDCMemoryResourceQuota OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total limit resources of memory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCMemoryResourceTable(2) hh3cMDCMemoryResourceEntry(1) 4 }

.1.3.6.1.4.1.25506.2.136.2.2.2.1.5
hh3cMDCMemoryResourceUsage OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current usage of memory resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCMemoryResourceTable(2) hh3cMDCMemoryResourceEntry(1) 5 }

.1.3.6.1.4.1.25506.2.136.2.2.2.1.6
hh3cMDCMemoryResourceAvailable OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current available value of memory resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCMemoryResourceTable(2) hh3cMDCMemoryResourceEntry(1) 6 }

.1.3.6.1.4.1.25506.2.136.2.2.3
hh3cMDCCPUResourceTable OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is for CPU resource management:
        Specify a CPU weight for an MDC and display the CPU usage.
        The amount of CPU resources an MDC can use depends on the CPU weight
        settings for all MDCs that share the same CPU.

        Non-default MDC can only query CPU resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) 3 }

.1.3.6.1.4.1.25506.2.136.2.2.3.1
hh3cMDCCPUResourceEntry OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex, hh3cMDCIndex }
  DESCRIPTION	"An entry of the hh3cMDCCPUResourceTable, every entry is corresponding
        with CPU resources of an MDC.

        Note that only entPhysicalIndex values that represent
        physical boards (i.e., associated entPhysicalClass value is
        'module(9)') are permitted to exist in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCCPUResourceTable(3) 1 }

.1.3.6.1.4.1.25506.2.136.2.2.3.1.1
hh3cMDCCPUResourceLimit OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (1..10) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"CPU weight-maximum of available resources of CPU,
        this number specifies a CPU weight for an MDC.
        Non-default MDC cannot set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCCPUResourceTable(3) hh3cMDCCPUResourceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.2.3.1.2
hh3cMDCCPUResourceUsage OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"the CPU usage"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCResource(2) hh3cMDCCPUResourceTable(3) hh3cMDCCPUResourceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.136.2.3
hh3cMDCLocation OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) 3 }

.1.3.6.1.4.1.25506.2.136.2.3.1
hh3cMDCLocationTable OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is for location management:
        Authorize an MDC to use an interface card and query state of location.
        To assign physical interfaces to an MDC, administrators must authorize the MDC
        to use the interface cards to which the physical interfaces belong.

        Default: All interface cards of the device belong to the default MDC,
        and a non-default MDC cannot use any interface card.
        Non-default MDC can only query location state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCLocation(3) 1 }

.1.3.6.1.4.1.25506.2.136.2.3.1.1
hh3cMDCLocationEntry OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex, hh3cMDCIndex }
  DESCRIPTION	"An entry of the hh3cMDCLocationTable, every entry is the status
        whether an MDC has been Authorized to use the interface cards.

        Note that only entPhysicalIndex values that represent
        physical boards (i.e., associated entPhysicalClass value is
        'module(9)') are permitted to exist in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCLocation(3) hh3cMDCLocationTable(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.3.1.1.1
hh3cMDCLocationStatus OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To authorize the MDC to use the interface cards, set the value
        of this object to 'true (1)'.  To cancel the authorization, set this
        value to 'false (2)'.

        Note that the return noError means the command is being executed.
        For the execution result, check hh3cMDCLocationStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCLocation(3) hh3cMDCLocationTable(1) hh3cMDCLocationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.4
hh3cMDCAllocate OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) 4 }

.1.3.6.1.4.1.25506.2.136.2.4.1
hh3cMDCGroupIfTable OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table indication of relation between interfaces and groups,
        which helps to realize the allocation, together with hh3cMDCAllocateTable.

        Non-default MDC cannot operate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCAllocate(4) 1 }

.1.3.6.1.4.1.25506.2.136.2.4.1.1
hh3cMDCGroupIfEntry OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex }
  DESCRIPTION	"An entry of the hh3cMDCGroupIfTable, every entry is the relationship
        between interfaces and groups.

        Due to hardware restrictions, the interfaces on some interface cards are grouped.
        The interfaces in a group must be assigned to the same MDC at the same time or
        removed from an MDC at the same time. Interface grouping depends on the device model.

        This table is used for hh3cMDCAllocateTable to show interfae group lists.

        Note that only entPhysicalIndex values that represent
        physical ports (i.e., associated entPhysicalClass value is
        'port(10)') are permitted to exist in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCAllocate(4) hh3cMDCGroupIfTable(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.4.1.1.2
hh3cMDCGroupIdentity OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface group ID. There are two parts for this id
         depicted as follows:

         31                  7                  0
         +++++++++++++++++++++++++++++++++++++++++
         +   entity index    +    group index    +
         +   ( bit 8..31 )       ( bit 0..7 )    +
         +++++++++++++++++++++++++++++++++++++++++

         From bit0 to bit7 (one byte), it is interfaces group index.

         From bit8 to bit31 (three bytes), it is the physical index
         the same as the entPhysicalIndex specified in ENTITY-MIB.
         Note that only entPhysicalIndex values that represent
         physical boards (i.e., associated entPhysicalClass value is
         'module(9)') are permitted to exist in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCAllocate(4) hh3cMDCGroupIfTable(1) hh3cMDCGroupIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.136.2.4.2
hh3cMDCAllocateTable OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to assigning a physical interface to an MDC.
        It is allowed that allocate interfaces to a non-default MDC from the default MDC,
        and allocate interfaces back to the default MDC from a non-default MDC.

        All physical interfaces on the device belong to the default MDC,
        and a non-default MDC has no physical interfaces to use.
        Multiple physical interfaces can be assigned to a non-default MDC.
        A physical interface must meet the following conditions to be assigned to a non-default MDC:
        1. Belongs to the default MDC.
        2. Not the console or AUX port.
        3. Not the management Ethernet interface.
        4. Not in an interface group with an interface assigned to another MDC.
        5. The default MDC uses only the physical interfaces that are not assigned to a non-default MDC.

        Non-default MDC cannot set this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCAllocate(4) 2 }

.1.3.6.1.4.1.25506.2.136.2.4.2.1
hh3cMDCAllocateEntry OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMDCAllocateGroupIndex }
  DESCRIPTION	"An entry of the hh3cMDCAllocateTable, every entry is the status
        whether physical interfaces have been assigned to an MDC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCAllocate(4) hh3cMDCAllocateTable(2) 1 }

.1.3.6.1.4.1.25506.2.136.2.4.2.1.1
hh3cMDCAllocateGroupIndex OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (-2147483648..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface group ID, the same as hh3cMDCGroupIdentity.
         There are two parts for this id.

         depicted as follows:
         31                  7                  0
         +++++++++++++++++++++++++++++++++++++++++
         +   entity index    +    group index    +
         +   ( bit 8..31 )       ( bit 0..7 )    +
         +++++++++++++++++++++++++++++++++++++++++

         From bit0 to bit7 (one byte), it is interfaces group index.

         From bit8 to bit31 (three bytes), it is the physical index
         the same as the entPhysicalIndex specified in ENTITY-MIB.
         Note that only entPhysicalIndex values that represent
         physical boards (i.e., associated entPhysicalClass value is
         'module(9)') are permitted to exist in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCAllocate(4) hh3cMDCAllocateTable(2) hh3cMDCAllocateEntry(1) 1 }

.1.3.6.1.4.1.25506.2.136.2.4.2.1.2
hh3cMDCAllocateGroupDescription OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interfaces list
        Such as:
        GigabitEthernet4/5/0/1 to GigabitEthernet4/5/0/24,
        GigabitEthernet4/5/0/48"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCAllocate(4) hh3cMDCAllocateTable(2) hh3cMDCAllocateEntry(1) 2 }

.1.3.6.1.4.1.25506.2.136.2.4.2.1.3
hh3cMDCAllocateMDCId OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"MDC ID is used as hh3cMDCAllocateMDCId.
        Default MDC: It is allowed that allocate interfaces to non-default MDC from
        the default MDC, and allocate interfaces back to the default MDC from
        a non-default MDC.
        Non-default MDC cannot set allocation, can only query grouping of own MDC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCTables(2) hh3cMDCAllocate(4) hh3cMDCAllocateTable(2) hh3cMDCAllocateEntry(1) 3 }

.1.3.6.1.4.1.25506.2.136.3
hh3cMDCNotification OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) 3 }

.1.3.6.1.4.1.25506.2.136.3.0
hh3cMDCNotificationObjects OBJECT-TYPE
  -- FROM	HH3C-MDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCNotification(3) 0 }

.1.3.6.1.4.1.25506.2.136.3.0.1
hh3cMDCStateChangeToActive NOTIFICATION-TYPE
  -- FROM	HH3C-MDC-MIB
  OBJECTS	{ hh3cMDCIndex, hh3cMDCName }
  DESCRIPTION	"The hh3cMDCStateChangeToActive trap indicates that the MDC status has changed to active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCNotification(3) hh3cMDCNotificationObjects(0) 1 }

.1.3.6.1.4.1.25506.2.136.3.0.2
hh3cMDCStateChangeToInactive NOTIFICATION-TYPE
  -- FROM	HH3C-MDC-MIB
  OBJECTS	{ hh3cMDCIndex, hh3cMDCName }
  DESCRIPTION	"The hh3cMDCStateChangeToInactive trap indicates that the MDC status has changed to inactive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMDC(136) hh3cMDCNotification(3) hh3cMDCNotificationObjects(0) 2 }

.1.3.6.1.4.1.25506.2.137
hh3cQinQv2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-QINQV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 137 }

.1.3.6.1.4.1.25506.2.137.1
hh3cQinQv2MibObject OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) 1 }

.1.3.6.1.4.1.25506.2.137.1.1
hh3cQinQv2ScalarObjects OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) hh3cQinQv2MibObject(1) 1 }

.1.3.6.1.4.1.25506.2.137.1.1.1
hh3cQinQv2ServiceTPID OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"TPID globally configured for service VLAN tags.  The global TPID value
        for service VLAN tags does not take effect on interfaces where
        hh3cQinQIfServiceTPID is configured.
        By default, the global TPID for service VLAN tags is 0x8100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) hh3cQinQv2MibObject(1) hh3cQinQv2ScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.137.1.1.2
hh3cQinQv2CustomerTPID OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"TPID globally configured for customer VLAN tags.  The global TPID value
        for customer VLAN tags does not take effect on interfaces where
        hh3cQinQIfCustomerTPID is configured.
        By default, the global TPID for customer VLAN tags is 0x8100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) hh3cQinQv2MibObject(1) hh3cQinQv2ScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.137.1.2
hh3cQinQv2IfCfgTable OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"802.1 QinQ configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) hh3cQinQv2MibObject(1) 2 }

.1.3.6.1.4.1.25506.2.137.1.2.1
hh3cQinQv2IfCfgEntry OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"802.1 QinQ configuration entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) hh3cQinQv2MibObject(1) hh3cQinQv2IfCfgTable(2) 1 }

.1.3.6.1.4.1.25506.2.137.1.2.1.1
hh3cQinQv2IfState OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"802.1 QinQ functions on the port.
         The value is false by default."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) hh3cQinQv2MibObject(1) hh3cQinQv2IfCfgTable(2) hh3cQinQv2IfCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.137.1.2.1.2
hh3cQinQv2IfServiceTPID OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Service TPID value on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) hh3cQinQv2MibObject(1) hh3cQinQv2IfCfgTable(2) hh3cQinQv2IfCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.137.1.2.1.3
hh3cQinQv2IfCustomerTPID OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Customer TPID value on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) hh3cQinQv2MibObject(1) hh3cQinQv2IfCfgTable(2) hh3cQinQv2IfCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.137.1.2.1.4
hh3cQinQv2IfTransVlanList OBJECT-TYPE
  -- FROM	HH3C-QINQV2-MIB
  SYNTAX	OCTET STRING (512) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Transparent VLANs described as a bitmap.  Each octet within this value
        specifies a set of eight VLANs.  The first octet specifies VLANs 1
        through 8.  The second octet specifies VLANs 9 through 16, and so on.
        Within each octet, the most significant bit represents the highest
        numbered VLAN, and the least significant bit represents the lowest
        numbered VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cQinQv2(137) hh3cQinQv2MibObject(1) hh3cQinQv2IfCfgTable(2) hh3cQinQv2IfCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.138
hh3cVmap OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VMAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 138 }

.1.3.6.1.4.1.25506.2.138.1
hh3cVMAPNNITable OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN mapping NNI table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) 1 }

.1.3.6.1.4.1.25506.2.138.1.1
hh3cVMAPNNIEntry OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"VLAN mapping NNI table entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNNITable(1) 1 }

.1.3.6.1.4.1.25506.2.138.1.1.1
hh3cVMAPNNIState OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set the network-side interface for a many-to-one VLAN mapping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNNITable(1) hh3cVMAPNNIEntry(1) 1 }

.1.3.6.1.4.1.25506.2.138.2
hh3cVMAP1to1Table OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"One-to-one VLAN mapping table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) 2 }

.1.3.6.1.4.1.25506.2.138.2.1
hh3cVMAP1to1Entry OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVMAP1to1Vlan }
  DESCRIPTION	"One-to-one VLAN mapping table entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to1Table(2) 1 }

.1.3.6.1.4.1.25506.2.138.2.1.1
hh3cVMAP1to1Vlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The original VLAN for a one-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to1Table(2) hh3cVMAP1to1Entry(1) 1 }

.1.3.6.1.4.1.25506.2.138.2.1.2
hh3cVMAP1to1TranslatedVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The translated VLAN for a one-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to1Table(2) hh3cVMAP1to1Entry(1) 2 }

.1.3.6.1.4.1.25506.2.138.2.1.3
hh3cVMAP1to1RowStatus OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to1Table(2) hh3cVMAP1to1Entry(1) 3 }

.1.3.6.1.4.1.25506.2.138.3
hh3cVMAPNto1RangeTable OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Many-to-one VLAN mapping table.  The original VLANs of each entry
         should be a range of VLANs (for example, VLAN 20 to 30)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) 3 }

.1.3.6.1.4.1.25506.2.138.3.1
hh3cVMAPNto1RangeEntry OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVMAPNto1StartVlan }
  DESCRIPTION	"Many-to-one VLAN mapping table entries.  The original VLANs of each
         entry should be a range of VLANs (for example, VLAN 20 to 30)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNto1RangeTable(3) 1 }

.1.3.6.1.4.1.25506.2.138.3.1.1
hh3cVMAPNto1StartVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The original start VLAN for a many-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNto1RangeTable(3) hh3cVMAPNto1RangeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.138.3.1.2
hh3cVMAPNto1EndVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The original end VLAN for a many-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNto1RangeTable(3) hh3cVMAPNto1RangeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.138.3.1.3
hh3cVMAPNto1RangeTranslatedVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The translated VLAN for a many-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNto1RangeTable(3) hh3cVMAPNto1RangeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.138.3.1.4
hh3cVMAPNto1RangeRowStatus OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNto1RangeTable(3) hh3cVMAPNto1RangeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.138.4
hh3cVMAPNto1SingleTable OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Many-to-one VLAN mapping table.  The original VLANs of each entry
         should be a group of VLANs listed one by
         one (for example, VLAN 30, 31, 32)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) 4 }

.1.3.6.1.4.1.25506.2.138.4.1
hh3cVMAPNto1SingleEntry OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVMAPNto1Vlan }
  DESCRIPTION	"Many-to-one VLAN mapping table entries.  The original VLANs of each
         entry should be a group of VLANs listed one by
         one (for example, VLAN 30, 31, 32)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNto1SingleTable(4) 1 }

.1.3.6.1.4.1.25506.2.138.4.1.1
hh3cVMAPNto1Vlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The original VLANs for a many-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNto1SingleTable(4) hh3cVMAPNto1SingleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.138.4.1.2
hh3cVMAPNto1SingleTranslatedVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The translated VLAN for a many-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNto1SingleTable(4) hh3cVMAPNto1SingleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.138.4.1.3
hh3cVMAPNto1SingleRowStatus OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAPNto1SingleTable(4) hh3cVMAPNto1SingleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.138.5
hh3cVMAP1to2RangeTable OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"One-to-two VLAN mapping table.  The original VLANs of each entry
         should be a range of VLANs (for example, VLAN 20 to 30)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) 5 }

.1.3.6.1.4.1.25506.2.138.5.1
hh3cVMAP1to2RangeEntry OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVMAP1to2StartVlan }
  DESCRIPTION	"One-to-two VLAN mapping table entries.  The original VLANs of
         each entry should be a range of VLANs (for example, VLAN 20 to 30)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2RangeTable(5) 1 }

.1.3.6.1.4.1.25506.2.138.5.1.1
hh3cVMAP1to2StartVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The original start VLAN for a one-to-two VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2RangeTable(5) hh3cVMAP1to2RangeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.138.5.1.2
hh3cVMAP1to2EndVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The original end VLAN for a one-to-two VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2RangeTable(5) hh3cVMAP1to2RangeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.138.5.1.3
hh3cVMAP1to2RangeNestedVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The nested VLAN for a one-to-two VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2RangeTable(5) hh3cVMAP1to2RangeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.138.5.1.4
hh3cVMAP1to2RangeRowStatus OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2RangeTable(5) hh3cVMAP1to2RangeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.138.5.1.5
hh3cVMAP1to2RangeNestedPrio OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The nested VLAN tag's priority for a one-to-two VLAN mapping on the port."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2RangeTable(5) hh3cVMAP1to2RangeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.138.6
hh3cVMAP1to2SingleTable OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"One-to-two VLAN mapping table.  The original VLANs of each entry should
         be a group of VLANs listed one by one (for example, VLAN 30, 31, 32)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) 6 }

.1.3.6.1.4.1.25506.2.138.6.1
hh3cVMAP1to2SingleEntry OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVMAP1to2Vlan }
  DESCRIPTION	"One-to-two VLAN mapping table entries.  The original VLANs of each
         entry should be a group of VLANs listed one by
         one (for example, VLAN 30, 31, 32)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2SingleTable(6) 1 }

.1.3.6.1.4.1.25506.2.138.6.1.1
hh3cVMAP1to2Vlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The original VLANs for a one-to-two VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2SingleTable(6) hh3cVMAP1to2SingleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.138.6.1.2
hh3cVMAP1to2SingleNestedVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The nested VLAN for a one-to-two VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2SingleTable(6) hh3cVMAP1to2SingleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.138.6.1.3
hh3cVMAP1to2SingleRowStatus OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2SingleTable(6) hh3cVMAP1to2SingleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.138.6.1.4
hh3cVMAP1to2SingleNestedPrio OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The nested VLAN tag's priority for a one-to-two VLAN mapping on the port."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP1to2SingleTable(6) hh3cVMAP1to2SingleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.138.7
hh3cVMAP2to2Table OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Two-to-two VLAN mapping table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) 7 }

.1.3.6.1.4.1.25506.2.138.7.1
hh3cVMAP2to2Entry OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVMAP2to2OuterVlan, hh3cVMAP2to2InnerVlan }
  DESCRIPTION	"Two-to-two VLAN mapping table entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to2Table(7) 1 }

.1.3.6.1.4.1.25506.2.138.7.1.1
hh3cVMAP2to2OuterVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The original outer VLAN for a two-to-two VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to2Table(7) hh3cVMAP2to2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.138.7.1.2
hh3cVMAP2to2InnerVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The original inner VLAN for a two-to-two VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to2Table(7) hh3cVMAP2to2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.138.7.1.3
hh3cVMAP2to2TranslatedOuterVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The translated outer VLAN for a two-to-two VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to2Table(7) hh3cVMAP2to2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.138.7.1.4
hh3cVMAP2to2TranslatedInnerVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The translated inner VLAN for a two-to-two VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to2Table(7) hh3cVMAP2to2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.138.7.1.5
hh3cVMAP2to2RowStatus OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to2Table(7) hh3cVMAP2to2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.138.8
hh3cVMAP2to1Table OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Two-to-one VLAN mapping table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) 8 }

.1.3.6.1.4.1.25506.2.138.8.1
hh3cVMAP2to1Entry OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cVMAP2to1OuterVlan, hh3cVMAP2to1InnerVlan }
  DESCRIPTION	"Two-to-one VLAN mapping table entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to1Table(8) 1 }

.1.3.6.1.4.1.25506.2.138.8.1.1
hh3cVMAP2to1OuterVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The original outer VLAN for a two-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to1Table(8) hh3cVMAP2to1Entry(1) 1 }

.1.3.6.1.4.1.25506.2.138.8.1.2
hh3cVMAP2to1InnerVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The original inner VLAN for a two-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to1Table(8) hh3cVMAP2to1Entry(1) 2 }

.1.3.6.1.4.1.25506.2.138.8.1.3
hh3cVMAP2to1TranslatedOuterVlan OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The translated outer VLAN for a two-to-one VLAN mapping on the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to1Table(8) hh3cVMAP2to1Entry(1) 3 }

.1.3.6.1.4.1.25506.2.138.8.1.4
hh3cVMAP2to1RowStatus OBJECT-TYPE
  -- FROM	HH3C-VMAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVmap(138) hh3cVMAP2to1Table(8) hh3cVMAP2to1Entry(1) 4 }

.1.3.6.1.4.1.25506.2.139
hh3cL2tp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-L2TP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 139 }

.1.3.6.1.4.1.25506.2.139.1
hh3cL2tpObjects OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) 1 }

.1.3.6.1.4.1.25506.2.139.1.1
hh3cL2tpScalar OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) 1 }

.1.3.6.1.4.1.25506.2.139.1.1.1
hh3cL2tpStats OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpScalar(1) 1 }

.1.3.6.1.4.1.25506.2.139.1.1.1.1
hh3cL2tpStatsTotalTunnels OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of tunnels at the time of querying."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpScalar(1) hh3cL2tpStats(1) 1 }

.1.3.6.1.4.1.25506.2.139.1.1.1.2
hh3cL2tpStatsTotalSessions OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of sessions at the time of querying."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpScalar(1) hh3cL2tpStats(1) 2 }

.1.3.6.1.4.1.25506.2.139.1.1.1.3
hh3cL2tpSessionRate OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of sessions that were created in the previous second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpScalar(1) hh3cL2tpStats(1) 3 }

.1.3.6.1.4.1.25506.2.139.1.1.1.4
hh3cL2tpStatsTemporarySessions OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of temporary sessions at the time of querying."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpScalar(1) hh3cL2tpStats(1) 4 }

.1.3.6.1.4.1.25506.2.139.1.1.1.5
hh3cL2tpStatsMaxSessions OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max number of sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpScalar(1) hh3cL2tpStats(1) 5 }

.1.3.6.1.4.1.25506.2.139.1.2
hh3cL2tpTunnel OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) 2 }

.1.3.6.1.4.1.25506.2.139.1.2.1
hh3cL2tpTunnelTable OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing L2tp tunnel specific variables
        for this L2TP implementation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) 1 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1
hh3cL2tpTunnelEntry OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2tpTunnelType, hh3cL2tpLocalIpAddress, hh3cL2tpLocalTunnelID }
  DESCRIPTION	"Basic information about a particular L2tp tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) 1 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1.1
hh3cL2tpTunnelType OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	INTEGER {global(1), instance(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The tunnel type, (1) global (2) instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) hh3cL2tpTunnelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1.2
hh3cL2tpLocalIpAddress OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local tunnel IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) hh3cL2tpTunnelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1.3
hh3cL2tpLocalTunnelID OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local tunnel ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) hh3cL2tpTunnelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1.4
hh3cL2tpSessions OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of sessions at the time of querying."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) hh3cL2tpTunnelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1.5
hh3cL2tpRemoteIpAddress OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote tunnel IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) hh3cL2tpTunnelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1.6
hh3cL2tpRemoteTunnelID OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	Unsigned32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote tunnel ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) hh3cL2tpTunnelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1.7
hh3cL2tpRemotePort OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote tunnel port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) hh3cL2tpTunnelEntry(1) 7 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1.8
hh3cL2tpRemoteName OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote tunnel name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) hh3cL2tpTunnelEntry(1) 8 }

.1.3.6.1.4.1.25506.2.139.1.2.1.1.9
hh3cL2tpTunnelState OBJECT-TYPE
  -- FROM	HH3C-L2TP-MIB
  SYNTAX	INTEGER {idle(0), waitReply(1), established(2), stopping(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current tunnel state, (0) idle (1) waitReply (2) established (3) stopping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2tp(139) hh3cL2tpObjects(1) hh3cL2tpTunnel(2) hh3cL2tpTunnelTable(1) hh3cL2tpTunnelEntry(1) 9 }

.1.3.6.1.4.1.25506.2.140
hh3cMultilinkPPPV2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MP-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 140 }

.1.3.6.1.4.1.25506.2.140.1
hh3cMpObjectsV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) 1 }

.1.3.6.1.4.1.25506.2.140.1.1
hh3cMpMultilinkV2Table OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the information of MP link.
         The index of this table is the interface index of MP group or
         VA (Virtual Access) interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) 1 }

.1.3.6.1.4.1.25506.2.140.1.1.1
hh3cMpMultilinkV2Entry OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Each entry in this table describes the information of MP link.
         The available information includes:
         the father channel, the slot on which son channels are bundled,
         the number of bundled son channels,
         the statistics for lost fragments, reordered packets,
         unassigned packets, interleaved packets,
         and received/sent sequence number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) 1 }

.1.3.6.1.4.1.25506.2.140.1.1.1.1
hh3cMpMultilinkDescrV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface name of the father interface on which son channels are bundled.
        It is the name of a Virtual Access or an MP group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.140.1.1.1.2
hh3cMpBundleNameV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bundle name of the multilink.
        When authentication is configured, the bundle name is the authenticated
        user name; when authentication is not configured, the bundle name is
        multilink.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.140.1.1.1.3
hh3cMpBundledSlotV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The slot on which son channels are bundled.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.140.1.1.1.4
hh3cMpBundledMemberCntV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of the bundled son channel of the MP link. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.140.1.1.1.5
hh3cMpLostFragmentsV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of fragments of the MP link discarded because
        bad fragments were received, or assembling the packet failed, etc."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 5 }

.1.3.6.1.4.1.25506.2.140.1.1.1.6
hh3cMpReorderedPktsV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of reordered incoming packets of the MP link.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 6 }

.1.3.6.1.4.1.25506.2.140.1.1.1.7
hh3cMpUnassignedPktsV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets of the MP link waiting for reordering.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 7 }

.1.3.6.1.4.1.25506.2.140.1.1.1.8
hh3cMpInterleavedPktsV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets of the MP link interleaved by the
        packets queued in RTPQ (Real-time Transport Protocol Queue) or
        LLQ (Low Latency Queue).
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 8 }

.1.3.6.1.4.1.25506.2.140.1.1.1.9
hh3cMpRcvdSequenceV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current sequence number for the MP link to receive.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 9 }

.1.3.6.1.4.1.25506.2.140.1.1.1.10
hh3cMpSentSequenceV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current sequence number for the MP link to send.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMultilinkV2Table(1) hh3cMpMultilinkV2Entry(1) 10 }

.1.3.6.1.4.1.25506.2.140.1.2
hh3cMpMemberlinkV2Table OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the information of son channels of the MP link.
        The index of this table is the interface index of MP group or
        VA (Virtual Access) interface.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) 2 }

.1.3.6.1.4.1.25506.2.140.1.2.1
hh3cMpMemberlinkV2Entry OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cMpMemberlinkSeqNumberV2 }
  DESCRIPTION	"Each entry in this table describes the information of the bundled
        son channels of MP link. The available information includes:
        the interface index of the son channel,
        the interface name of the son channel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMemberlinkV2Table(2) 1 }

.1.3.6.1.4.1.25506.2.140.1.2.1.1
hh3cMpMemberlinkSeqNumberV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bundled sequence number of the son channels of the MP link.
        This object is one of the index of the table.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMemberlinkV2Table(2) hh3cMpMemberlinkV2Entry(1) 1 }

.1.3.6.1.4.1.25506.2.140.1.2.1.2
hh3cMpMemberlinkIfIndexV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface index of the son channels of the MP link.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMemberlinkV2Table(2) hh3cMpMemberlinkV2Entry(1) 2 }

.1.3.6.1.4.1.25506.2.140.1.2.1.3
hh3cMpMemberlinkDescrV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface name of the son channels of the MP link.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMemberlinkV2Table(2) hh3cMpMemberlinkV2Entry(1) 3 }

.1.3.6.1.4.1.25506.2.140.1.2.1.4
hh3cMpMemberlinkMpStatusV2 OBJECT-TYPE
  -- FROM	HH3C-MP-V2-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MP status of the son channels of the MP link.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMultilinkPPPV2(140) hh3cMpObjectsV2(1) hh3cMpMemberlinkV2Table(2) hh3cMpMemberlinkV2Entry(1) 4 }

.1.3.6.1.4.1.25506.2.141
hh3cLocAAASrv OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 141 }

.1.3.6.1.4.1.25506.2.141
hh3cLocAAASrv OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 141 }

.1.3.6.1.4.1.25506.2.141.1
hh3cLocAAASvrControl OBJECT-TYPE
  -- FROM	HH3C-LOCAL-AAA-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLocAAASrv(141) 1 }

.1.3.6.1.4.1.25506.2.141.2
hh3cLocAAASvrTables OBJECT-TYPE
  -- FROM	HH3C-LOCAL-AAA-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLocAAASrv(141) 2 }

.1.3.6.1.4.1.25506.2.141.3
hh3cLocAAASvrTrap OBJECT-TYPE
  -- FROM	HH3C-LOCAL-AAA-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLocAAASrv(141) 3 }

.1.3.6.1.4.1.25506.2.141.3.0
hh3cLocAAASvrTrapPrex OBJECT-TYPE
  -- FROM	HH3C-LOCAL-AAA-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLocAAASrv(141) hh3cLocAAASvrTrap(3) 0 }

.1.3.6.1.4.1.25506.2.141.3.0.1
hh3cLocAAASvrBillExportFailed NOTIFICATION-TYPE
  -- FROM	HH3C-LOCAL-AAA-SERVER-MIB
  DESCRIPTION	"This trap is generated when local AAA bills
        cannot be exported to a bill server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLocAAASrv(141) hh3cLocAAASvrTrap(3) hh3cLocAAASvrTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.2.142
hh3cMplsExt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MPLSEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 142 }

.1.3.6.1.4.1.25506.2.142.1
hh3cMplsExtObjects OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) 1 }

.1.3.6.1.4.1.25506.2.142.1.1
hh3cMplsExtScalarGroup OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) 1 }

.1.3.6.1.4.1.25506.2.142.1.1.1
hh3cMplsExtLsrID OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Label Switching Router's Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.142.1.1.2
hh3cMplsExtLdpStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global configuration of Label Distribution Protocol(LDP)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.142.1.2
hh3cMplsExtTable OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring
        Multiprotocol Label Switching(MPLS) parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) 2 }

.1.3.6.1.4.1.25506.2.142.1.2.1
hh3cMplsExtEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsExtIndex }
  DESCRIPTION	"An entry for configuring MPLS parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtTable(2) 1 }

.1.3.6.1.4.1.25506.2.142.1.2.1.1
hh3cMplsExtIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of MPLS interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtTable(2) hh3cMplsExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.142.1.2.1.2
hh3cMplsExtCapability OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MPLS capability of an interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtTable(2) hh3cMplsExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.142.1.2.1.3
hh3cMplsExtMtu OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (46..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MPLS Maximum Transmission Unit(MTU) of an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtTable(2) hh3cMplsExtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.142.1.2.1.4
hh3cMplsExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtTable(2) hh3cMplsExtEntry(1) 4 }

.1.3.6.1.4.1.25506.2.142.1.3
hh3cMplsExtLdpTable OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring LDP parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) 3 }

.1.3.6.1.4.1.25506.2.142.1.3.1
hh3cMplsExtLdpEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsExtLdpIndex }
  DESCRIPTION	"An entry for configuring LDP parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtLdpTable(3) 1 }

.1.3.6.1.4.1.25506.2.142.1.3.1.1
hh3cMplsExtLdpIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of LDP interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtLdpTable(3) hh3cMplsExtLdpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.142.1.3.1.2
hh3cMplsExtLdpCapability OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The LDP capability of an interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtLdpTable(3) hh3cMplsExtLdpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.142.1.3.1.3
hh3cMplsExtLdpRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  A row entry cannot
        be modified when the value of this object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtLdpTable(3) hh3cMplsExtLdpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.142.1.4
hh3cMplsExtBfdTable OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of MPLS Bidirectional Forwarding Detection(BFD) sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) 4 }

.1.3.6.1.4.1.25506.2.142.1.4.1
hh3cMplsExtBfdEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsExtBfdLocalDiscr }
  DESCRIPTION	"An entry in this table represents information on a single session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) 1 }

.1.3.6.1.4.1.25506.2.142.1.4.1.1
hh3cMplsExtBfdLocalDiscr OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The local discriminator of the BFD session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 1 }

.1.3.6.1.4.1.25506.2.142.1.4.1.2
hh3cMplsExtBfdType OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	INTEGER {unknown(1), lsp(2), vpwsPw(3), vplsPw(4), te(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the BFD session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 2 }

.1.3.6.1.4.1.25506.2.142.1.4.1.3
hh3cMplsExtBfdBindIfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object displays tunnel interface index when the value of
         hh3cMplsExtBfdType is te(5), and displays interface index of
         an Attachment Circuit(AC) which is bound to a Pseudowire(PW) when
         the value of hh3cMplsExtBfdType is vpwsPw(3).  This object is
         invalid when the value of hh3cMplsExtBfdType is not te(5) or
         vpwsPw(3), then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 3 }

.1.3.6.1.4.1.25506.2.142.1.4.1.4
hh3cMplsExtBfdBindIfName OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object displays tunnel interface name when the value of
         hh3cMplsExtBfdType is te(5), and displays interface name of
         an AC which is bound to a PW when the value of hh3cMplsExtBfdType
         is vpwsPw(3).  This object is invalid when the value of
         hh3cMplsExtBfdType is not te(5) or vpwsPw(3), then this object
         contains a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 4 }

.1.3.6.1.4.1.25506.2.142.1.4.1.5
hh3cMplsExtBfdXcIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	OCTET STRING (0..24) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Primary index for MplsOutSegmentEntry.  This object is invalid when
        the value of hh3cMplsExtBfdType is not lsp(2), then this object
        contains a zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 5 }

.1.3.6.1.4.1.25506.2.142.1.4.1.6
hh3cMplsExtBfdPwBackupFlag OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	INTEGER {none(1), primary(2), backup(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"PW flag."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 6 }

.1.3.6.1.4.1.25506.2.142.1.4.1.7
hh3cMplsExtBfdPwId OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"PW Identifier."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 7 }

.1.3.6.1.4.1.25506.2.142.1.4.1.8
hh3cMplsExtBfdVsiIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Virtual Switch Instance(VSI) index."
  DEFVAL	{ 4294967295 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 8 }

.1.3.6.1.4.1.25506.2.142.1.4.1.9
hh3cMplsExtBfdPwPeerIpType OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of peer address.  Typically, this
        address type is IPv4 or IPv6, with a prefix length
        of 32 or 128, respectively."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 9 }

.1.3.6.1.4.1.25506.2.142.1.4.1.10
hh3cMplsExtBfdPwPeerIp OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Peer address of the PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 10 }

.1.3.6.1.4.1.25506.2.142.1.4.1.11
hh3cMplsExtBfdPwSPE OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	INTEGER {none(1), upe(2), spe(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Node information of the Virtual Private Wire Service(VPWS) PW,
        User facing-Provider Edge(UPE) or Switching Provider Edge(SPE)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 11 }

.1.3.6.1.4.1.25506.2.142.1.4.1.12
hh3cMplsExtBfdPwEncapType OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	INTEGER {unknown(1), frDlciMartini(2), atmAal5Sdu(3), atmTransCell(4), vlan(5), ethernet(6), hdlc(7), ppp(8), cesom(9), atmNto1Vcc(10), atmNto1Vpc(11), ipInterworking(12), atm1to1Vcc(13), atm1to1Vpc(14), atmAal5Pdu(15), frPort(16), cep(17), satopE1(18), satopT1(19), satopE3(20), satopT3(21), esopsnBasic(22), tdmoipAal1Mode(23), tdmCesopsnWithCas(24), tdmoipAal2Mode(25), frDlci(26)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Encapsulation type of the PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtBfdTable(4) hh3cMplsExtBfdEntry(1) 12 }

.1.3.6.1.4.1.25506.2.142.1.5
hh3cMplsExtVpnStatsTable OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains statistical information about packets
         received from and sent by each VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) 5 }

.1.3.6.1.4.1.25506.2.142.1.5.1
hh3cMplsExtVpnStatsEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsExtVpnStatsVrfIndex }
  DESCRIPTION	"An entry in this table contains statistical
        information about packets received from and sent by a VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) 1 }

.1.3.6.1.4.1.25506.2.142.1.5.1.1
hh3cMplsExtVpnStatsVrfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of a VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.142.1.5.1.2
hh3cMplsExtVpnStatsVpnName OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of a VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.142.1.5.1.3
hh3cMplsExtVpnStatsInOctets OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of octets received from a VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.142.1.5.1.4
hh3cMplsExtVpnStatsInPackets OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets received from a VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.142.1.5.1.5
hh3cMplsExtVpnStatsInErrors OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of error packets received from a VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.142.1.5.1.6
hh3cMplsExtVpnStatsInDiscards OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of incoming packets,
        which were chosen to be discarded by a VPN even
        though no errors had been detected to prevent their
        being transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.142.1.5.1.7
hh3cMplsExtVpnStatsOutOctets OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of octets sent by a VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.142.1.5.1.8
hh3cMplsExtVpnStatsOutPackets OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets sent by a VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.142.1.5.1.9
hh3cMplsExtVpnStatsOutErrors OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that could not be sent by a VPN
        due to errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.142.1.5.1.10
hh3cMplsExtVpnStatsOutDiscards OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of outgoing packets which were chosen to be discarded
        by a VPN even though no errors had been detected to prevent
        their being transmitted.  One possible reason for
        discarding such a packet could be to free up
        buffer space."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnStatsTable(5) hh3cMplsExtVpnStatsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.142.1.6
hh3cMplsExtVpnTable OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains MPLS VPN information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) 6 }

.1.3.6.1.4.1.25506.2.142.1.6.1
hh3cMplsExtVpnEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsExtVpnName }
  DESCRIPTION	"An entry in this table represents information on a single VPN instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnTable(6) 1 }

.1.3.6.1.4.1.25506.2.142.1.6.1.1
hh3cMplsExtVpnName OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of a VPN instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnTable(6) hh3cMplsExtVpnEntry(1) 1 }

.1.3.6.1.4.1.25506.2.142.1.6.1.2
hh3cMplsExtVrfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of a VPN instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtVpnTable(6) hh3cMplsExtVpnEntry(1) 2 }

.1.3.6.1.4.1.25506.2.142.1.7
hh3cMplsExtStaticLspTable OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains MPLS static LSP information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) 7 }

.1.3.6.1.4.1.25506.2.142.1.7.1
hh3cMplsExtStaticLspEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsExtStaticLspName }
  DESCRIPTION	"An entry in this table represents information on a single static LSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtStaticLspTable(7) 1 }

.1.3.6.1.4.1.25506.2.142.1.7.1.1
hh3cMplsExtStaticLspName OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of the static LSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtStaticLspTable(7) hh3cMplsExtStaticLspEntry(1) 1 }

.1.3.6.1.4.1.25506.2.142.1.7.1.2
hh3cMplsExtStaticLspType OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	INTEGER {ingress(1), transit(2), egress(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of the static LSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtStaticLspTable(7) hh3cMplsExtStaticLspEntry(1) 2 }

.1.3.6.1.4.1.25506.2.142.1.7.1.3
hh3cMplsExtStaticLspInLabel OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (16..1048575) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the incoming label for the static LSP.  This
         object is invalid when the value of hh3cMplsExtStaticLspType is
         ingress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtStaticLspTable(7) hh3cMplsExtStaticLspEntry(1) 3 }

.1.3.6.1.4.1.25506.2.142.1.7.1.4
hh3cMplsExtStaticLspOutLabel OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (0..1048575) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the outgoing label for the static LSP.  This
         object is invalid when the value of hh3cMplsExtStaticLspType is
         egress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtStaticLspTable(7) hh3cMplsExtStaticLspEntry(1) 4 }

.1.3.6.1.4.1.25506.2.142.1.7.1.5
hh3cMplsExtStaticLspDestAddr OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The destination address of the static LSP.  This object is invalid when
         the value of hh3cMplsExtStaticLspType is transit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtStaticLspTable(7) hh3cMplsExtStaticLspEntry(1) 5 }

.1.3.6.1.4.1.25506.2.142.1.7.1.6
hh3cMplsExtStaticLspDestAddrMaskLen OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  SYNTAX	Unsigned32 (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The mask length of the destination address.  This object is invalid when
         the value of hh3cMplsExtStaticLspType is transit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtStaticLspTable(7) hh3cMplsExtStaticLspEntry(1) 6 }

.1.3.6.1.4.1.25506.2.142.1.7.1.7
hh3cMplsExtStaticLspNextHopAddr OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The nexthop address of the static LSP.  This object is invalid when the
         value of hh3cMplsExtStaticLspType is egress."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtStaticLspTable(7) hh3cMplsExtStaticLspEntry(1) 7 }

.1.3.6.1.4.1.25506.2.142.1.7.1.8
hh3cMplsExtStaticLspOutIfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSEXT-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the outgoing interface for this static LSP.  This object
         is invalid when the value of hh3cMplsExtStaticLspType is egress, then
         this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsExt(142) hh3cMplsExtObjects(1) hh3cMplsExtStaticLspTable(7) hh3cMplsExtStaticLspEntry(1) 8 }

.1.3.6.1.4.1.25506.2.143
hh3cMplsTe OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MPLSTE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 143 }

.1.3.6.1.4.1.25506.2.143.1
hh3cMplsTeObjects OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) 1 }

.1.3.6.1.4.1.25506.2.143.1.1
hh3cMplsTeScalarGroup OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) 1 }

.1.3.6.1.4.1.25506.2.143.1.1.1
hh3cMplsTeStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global configuration of MPLS(Multiprotocol Label Switching)
        TE(Traffic Engineering)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.143.1.1.2
hh3cMplsTeRsvpStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global configuration of RSVP(Resource Reservation Protocol)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.143.1.2
hh3cMplsTeTable OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring MPLS TE parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) 2 }

.1.3.6.1.4.1.25506.2.143.1.2.1
hh3cMplsTeEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsTeIndex }
  DESCRIPTION	"An entry for configuring MPLS TE parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeTable(2) 1 }

.1.3.6.1.4.1.25506.2.143.1.2.1.1
hh3cMplsTeIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of TE interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeTable(2) hh3cMplsTeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.143.1.2.1.2
hh3cMplsTeCapability OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The TE capability of an interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeTable(2) hh3cMplsTeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.143.1.2.1.3
hh3cMplsTeRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  A row entry cannot
        be modified when the value of this object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeTable(2) hh3cMplsTeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.143.1.3
hh3cMplsTeRsvpTable OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring RSVP(Resource Reservation Protocol)
        TE parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) 3 }

.1.3.6.1.4.1.25506.2.143.1.3.1
hh3cMplsTeRsvpEntry OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsTeRsvpIndex }
  DESCRIPTION	"An entry for configuring RSVP TE parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeRsvpTable(3) 1 }

.1.3.6.1.4.1.25506.2.143.1.3.1.1
hh3cMplsTeRsvpIndex OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of RSVP interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeRsvpTable(3) hh3cMplsTeRsvpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.143.1.3.1.2
hh3cMplsTeRsvpCapability OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The RSVP capability of an interface."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeRsvpTable(3) hh3cMplsTeRsvpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.143.1.3.1.3
hh3cMplsTeRsvpRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLSTE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  A row entry cannot
        be modified when the value of this object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsTe(143) hh3cMplsTeObjects(1) hh3cMplsTeRsvpTable(3) hh3cMplsTeRsvpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.144
hh3cBpa OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-BPA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 144 }

.1.3.6.1.4.1.25506.2.144.1
hh3cBpaObjects OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) 1 }

.1.3.6.1.4.1.25506.2.144.1.1
hh3cBpaCfgTable OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for BGP policy accounting configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) 1 }

.1.3.6.1.4.1.25506.2.144.1.1.1
hh3cBpaCfgEntry OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cBpaDirection }
  DESCRIPTION	"An entry for BGP policy accounting configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.144.1.1.1.1
hh3cBpaDirection OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	INTEGER {input(1), output(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Identify the direction of IP packets on which BGP
                 policy accounting takes effect.
                 input  :input direction
                 output :output direction"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaCfgTable(1) hh3cBpaCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.144.1.1.1.2
hh3cBpaSrcOrDest OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	INTEGER {source(1), destination(2), both(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Identify IP packet's Destination or Source IP address that
                 BGP policy accounting relies on.
                 source      :source IP address of the IP packet
                 destination :destination IP address of the IP packet
                 both        :both source and destination IP addresses"
  DEFVAL	{ destination }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaCfgTable(1) hh3cBpaCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.144.1.1.1.3
hh3cBpaRowStatus OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object manages the creation, deletion, and modification
             of rows in the hh3cBpaCfgTable, which supports the
             active status, createAndGo operation, and destroy operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaCfgTable(1) hh3cBpaCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.144.1.2
hh3cBpaStatTable OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for BGP policy accounting statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) 2 }

.1.3.6.1.4.1.25506.2.144.1.2.1
hh3cBpaStatEntry OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cBpaTrafficType, hh3cBpaTrafficIndex }
  DESCRIPTION	"An entry for BGP policy accounting statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.144.1.2.1.1
hh3cBpaTrafficType OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of IP packets, IPv4 or IPv6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.144.1.2.1.2
hh3cBpaTrafficIndex OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Traffic index generated by a BGP policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.144.1.2.1.3
hh3cBpaInPacketCount OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of received packets with the specified
                 traffic type and traffic index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.144.1.2.1.4
hh3cBpaInOctetCount OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of received bytes with the specified
                 traffic type and traffic index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.144.1.2.1.5
hh3cBpaOutPacketCount OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of output packets with the specified
                 traffic type and traffic index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.144.1.2.1.6
hh3cBpaOutOctetCount OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of output bytes with the specified
                 traffic type and traffic index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.144.1.2.1.7
hh3cBpaInPktRateInLast30Sec OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rate of received packets with the specified
                 traffic type and traffic index in last 30 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.144.1.2.1.8
hh3cBpaInBitRateInLast30Sec OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rate of received bits with the specified
                 traffic type and traffic index in last 30 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.144.1.2.1.9
hh3cBpaOutPktRateInLast30Sec OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rate of sent packets with the specified
                 traffic type and traffic index in last 30 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.144.1.2.1.10
hh3cBpaOutBitRateInLast30Sec OBJECT-TYPE
  -- FROM	HH3C-BPA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The rate of sent bits with the specified
                 traffic type and traffic index in last 30 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBpa(144) hh3cBpaObjects(1) hh3cBpaStatTable(2) hh3cBpaStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.145
hh3cLicense OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LICENSE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 145 }

.1.3.6.1.4.1.25506.2.145.1
hh3cLicenseScalarObjects OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) 1 }

.1.3.6.1.4.1.25506.2.145.1.1
hh3cLicenseNotifyEnable OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates whether the notifications of license should be
        generated."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.145.1.2
hh3cLicenseOpEntryMaxNum OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32 (1..20) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the maximum number of entries
        that may be held in hh3cLicenseOpEntry.

        When the number of entries in hh3cLicenseOpEntry reached the value
        of this object, the oldest entry would be destroyed automatic after
        executing a new operation."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.145.1.3
hh3cLicenseNextFreeOpIndex OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the appropriate value for hh3cLicenseOpIndex
        that can be used to create an entry in hh3cLicenseOpTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseScalarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.145.2
hh3cLicenseTables OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) 2 }

.1.3.6.1.4.1.25506.2.145.2.1
hh3cLicenseDevInfoTable OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that displays device information which use to apply license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) 1 }

.1.3.6.1.4.1.25506.2.145.2.1.1
hh3cLicenseDevInfoEntry OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLicensePhysicalIndex }
  DESCRIPTION	"A set of objects that displays device information of license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.145.2.1.1.1
hh3cLicensePhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The entPhysicalIndex of the device.

        The meaning of this object is associated with the management state
        which from hh3cLicenseInstallType.

        Note that:
        1) hh3cLicenseInstallType is installInChassis.
           This object represents the entPhysicalIndex of the local active MPU.

        2) hh3cLicenseInstallType is installInSlot.
           This object represents the entPhysicalIndex of MPU boards.

        3) hh3cLicenseInstallType is installInCPU.
           This object represents the entPhysicalIndex of the CPUs on an MPU board.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.145.2.1.1.2
hh3cLicenseSN OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The serial number of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.145.2.1.1.3
hh3cLicenseDeviceIDType OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	INTEGER {invalid(1), keyString(2), file(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The types of device ID.

        invalid - The device ID is invalid.
        keyString - The device ID is a string.
        file - The device ID is a file."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.145.2.1.1.4
hh3cLicenseDeviceID OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A string represents the device ID.

        For example:
        Device ID: XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX

        This object can not be read when hh3cLicenseDeviceIDType is invalid,
        and a file name with full path while hh3cLicenseDeviceIDType is file.

        For example:
        Device ID: flash:/xxx.did"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.145.2.1.1.5
hh3cLicenseHardwareInfo OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The information of the device hardware."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.145.2.1.1.6
hh3cLicenseMaxNum OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max number of licenses that can be installed in device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.145.2.1.1.7
hh3cLicenseUsedNum OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of installed licenses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.145.2.1.1.8
hh3cLicenseRecyclableNum OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of recyclable storage for licenses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.145.2.1.1.9
hh3cLicenseInstallType OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	INTEGER {invalid(1), installInChassis(2), installInSlot(3), installInCPU(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of license management.
        This object determines the instance of
        hh3cLicensePhysicalIndex and hh3cLicenseOpPhysicalIndex.

        invalid - The state is invalid as driver fault.

        installInChassis - License is chassis locked.

        installInSlot - License is MPU locked.

        installInCPU - License is CPU locked."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.2.145.2.1.1.10
hh3cLicenseFileStoragePath OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The storage path of the installed license files."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.2.145.2.1.1.11
hh3cLicenseServerIp OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the license server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.2.145.2.1.1.12
hh3cLicenseServerPort OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port number of the license server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseDevInfoTable(1) hh3cLicenseDevInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.2.145.2.2
hh3cLicenseGeneralTable OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that displays general information of installed license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) 2 }

.1.3.6.1.4.1.25506.2.145.2.2.1
hh3cLicenseGeneralEntry OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLicensePhysicalIndex, hh3cLicenseIndex }
  DESCRIPTION	"A set of objects that displays general information of
        installed license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) 1 }

.1.3.6.1.4.1.25506.2.145.2.2.1.1
hh3cLicenseIndex OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ID that can be used to uniquely identify a license.
        It may use a stable storage index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 1 }

.1.3.6.1.4.1.25506.2.145.2.2.1.2
hh3cLicenseFeature OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..1024) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the licensed feature.

        When there multiple features, this object will display with space
        as delimiter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 2 }

.1.3.6.1.4.1.25506.2.145.2.2.1.3
hh3cLicenseProductDescr OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	OCTET STRING (0..1024) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The product description in a license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 3 }

.1.3.6.1.4.1.25506.2.145.2.2.1.4
hh3cLicenseFileDescr OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..1024) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The file description in activation file."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 4 }

.1.3.6.1.4.1.25506.2.145.2.2.1.5
hh3cLicenseState OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	INTEGER {invalid(1), inuse(2), usable(3), expired(4), uninstalled(5), unusable(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of an installed license.

        invalid - The license is invalid and cannot be used.
        inuse - The license is being used.
        usable - The license is available for use.
                 1. If multiple days-restricted licenses for one feature
                    are installed, only one license is in 'inuse' state and
                    the rest licenses are in 'usable' state.
                 2. A date-restricted license is in this state if its
                    start date is not reached.
        expired - The license has expired.
        uninstalled - The license has been uninstalled.
        unusable - The license cannot be used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 5 }

.1.3.6.1.4.1.25506.2.145.2.2.1.6
hh3cLicenseActivationFile OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of an installed activation file, with device name and
        file name.

        For example:
        flash:/license/210231A1V0A1290000012013032718261184345.ak
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 6 }

.1.3.6.1.4.1.25506.2.145.2.2.1.7
hh3cLicenseActivationKey OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The activation key that has been installed.

        For example:
        Activation Key: dyKT-x3vc-W@Ca-n4gn-Yo83-rVY3-C8:7-e3pg"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 7 }

.1.3.6.1.4.1.25506.2.145.2.2.1.8
hh3cLicenseLicenseKey OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The license key that has been installed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 8 }

.1.3.6.1.4.1.25506.2.145.2.2.1.9
hh3cLicenseUninstActivationFile OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If an activation file is uninstalled, the system creates an
        uninstall file.  Use this file together with the SN and DID of the
        transfer destination to register the license for the transfer
        destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 9 }

.1.3.6.1.4.1.25506.2.145.2.2.1.10
hh3cLicenseUninstActivationKey OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If an activation key is uninstalled, the system creates an
        uninstall key.  Use this key together with the SN and DID of the
        transfer destination to register the license for the transfer
        destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 10 }

.1.3.6.1.4.1.25506.2.145.2.2.1.11
hh3cLicenseType OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	INTEGER {unknown(1), permanent(2), daysRestricted(3), trialDaysRestricted(4), dateRestricted(5), trialDateRestricted(6), countRestricted(7), trialCountRestricted(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"License type by validity period.

        unknown - The system cannot obtain the license type.

        permanent - Purchased license that never expires and is always valid.

        daysRestricted - Purchased license that is valid for a period in days.
        trialDaysRestricted - Free trial license that is valid for
                              a period in days.

        dateRestricted - Purchased license that is valid for an
                         absolute date range.
        trialDateRestricted - Free trial license that is valid for
                              an absolute date range.

        countRestricted - Purchased license that is valid for
                          several useing times.
        trialCountRestricted - Free trial license that is valid for
                               several useing times.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 11 }

.1.3.6.1.4.1.25506.2.145.2.2.1.12
hh3cLicenseInstalledTime OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Time when the license was installed.

        For example, it would be displayed as:
        2013-9-20,13:30:15.0
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 12 }

.1.3.6.1.4.1.25506.2.145.2.2.1.13
hh3cLicenseUninstalledTime OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time when the license was uninstalled.

        For example, it would be displayed as:
        2013-9-26,15:12:20.0
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 13 }

.1.3.6.1.4.1.25506.2.145.2.2.1.14
hh3cLicenseDaysLeft OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remaining days of the license.
        This object is available for a days-restricted license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 14 }

.1.3.6.1.4.1.25506.2.145.2.2.1.15
hh3cLicenseValidityStart OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Start date for a date-restricted license.
        This object is available for a date-restricted license.
        But if the start date is not limited, this object is unavailable.

        For example, it would be displayed as:
        2013-9-26,15:12:20.0
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 15 }

.1.3.6.1.4.1.25506.2.145.2.2.1.16
hh3cLicenseValidityEnd OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"End date for a date-restricted license.
        This object is available for a date-restricted license.
        But if the end date is not limited, this object is unavailable.

        For example, it would be displayed as:
        2014-9-26,15:12:20.0
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 16 }

.1.3.6.1.4.1.25506.2.145.2.2.1.17
hh3cLicenseExpiredDays OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Passed days after a license has been expired."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 17 }

.1.3.6.1.4.1.25506.2.145.2.2.1.18
hh3cLicenseCount OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The effective number of license.
        This object is available for a count-restricted license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseGeneralTable(2) hh3cLicenseGeneralEntry(1) 18 }

.1.3.6.1.4.1.25506.2.145.2.3
hh3cLicenseFeatureTable OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that displays installed licenses for features."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) 3 }

.1.3.6.1.4.1.25506.2.145.2.3.1
hh3cLicenseFeatureEntry OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLicensePhysicalIndex, IMPLIED hh3cLicenseFeatureName }
  DESCRIPTION	"A set of objects that displays installed licenses for features."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseFeatureTable(3) 1 }

.1.3.6.1.4.1.25506.2.145.2.3.1.1
hh3cLicenseFeatureName OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Feature that must be licensed before being used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseFeatureTable(3) hh3cLicenseFeatureEntry(1) 1 }

.1.3.6.1.4.1.25506.2.145.2.3.1.2
hh3cLicenseFeatureState OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	INTEGER {notLicensed(1), trialLicense(2), formalLicense(3), serverLicense(4), preLicense(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"License type by purchasing state.

        notLicensed - The feature is not licensed.
        trialLicense - The feature is using trial license.
        formalLicense - The feature is using purchased license.
        serverLicense - The feature is using license authorized by license server.
        preLicense - The feature is using pre-installed license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseFeatureTable(3) hh3cLicenseFeatureEntry(1) 2 }

.1.3.6.1.4.1.25506.2.145.2.4
hh3cLicenseOpTable OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that used to install or uninstall license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) 4 }

.1.3.6.1.4.1.25506.2.145.2.4.1
hh3cLicenseOpEntry OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLicenseOpIndex }
  DESCRIPTION	"A set of objects used to install or uninstall license."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) 1 }

.1.3.6.1.4.1.25506.2.145.2.4.1.1
hh3cLicenseOpIndex OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ID that can be used to uniquely identify an operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) hh3cLicenseOpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.145.2.4.1.2
hh3cLicenseOpPhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION PhysicalIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates that the entPhysicalIndex of the device
        where the operation is being executed.

        The meaning of this object is associated with the management state
        from hh3cLicenseInstallType.

        Note that:
        1) hh3cLicenseInstallType is installInChassis.
           This object represents the entPhysicalIndex of chassis local master.

        2) hh3cLicenseInstallType is installInSlot.
           This object represents the entPhysicalIndex of MPU boards.

        3) hh3cLicenseInstallType is installInCPU.
           This object represents the entPhysicalIndex of CPUs.

        This object must be set and can not be set to zero when
        executing an operation.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) hh3cLicenseOpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.145.2.4.1.3
hh3cLicenseOpType OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	INTEGER {compress(1), delete(2), installActivationFile(3), installActivationKey(4), installLicenseKey(5), uninstallActivationFile(6), uninstallActivationKey(7), uninstallLicenseKey(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of this operation.

        compress - Compress the license storage if the free license storage
                   is not sufficient.
        Note that:
        1) After compressing, the expired licenses and uninstalled licenses
           in the storage area will be cleared.
        2) The DID changes each time the license storage is compressed.
        3) Before performing a compression, make sure all activation files
           generated based on the old DID have been installed.
           They cannot be installed after the compression.

        delete - Compress one license storage only.

        installActivationFile   -  Install an activation file.

        installActivationKey    -  Install an activation key.

        installLicenseKey       -  Install a license key.

        uninstallActivationFile -  Uninstall an activation file.

        uninstallActivationKey  -  Uninstall an activation key.

        uninstallLicenseKey     -  Uninstall a license key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) hh3cLicenseOpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.145.2.4.1.4
hh3cLicenseOpString OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object might be an activation file name, an activation key or
        a license key that is to be installed, uninstalled or deleted.

        The operation type is specified in hh3cLicenseOpType.

        For compressing, this object must not be bound when creating a row.

        For deletion, this object could be an activation file, an activation
        key or a license key.

        For installActivationFile and uninstallActivationFile,
        this object must be a name of an activation file, with full path.
        Such as: flash:/license/210231A1V0A1290000012013032718261184345.ak

        For installActivationKey and uninstallActivationKey,
        this object must be an activation key.

        For installLicenseKey and uninstallLicenseKey,
        this object must be a license key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) hh3cLicenseOpEntry(1) 4 }

.1.3.6.1.4.1.25506.2.145.2.4.1.5
hh3cLicenseOpNotifyEnable OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether 'hh3cLicenseOpCompletion' notifications
        will be generated after this operation is completed.

        Note that, this object is meaningless if the value of
        'hh3cLicenseNotifyEnable' is 'false'."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) hh3cLicenseOpEntry(1) 5 }

.1.3.6.1.4.1.25506.2.145.2.4.1.6
hh3cLicenseOpRowStatus OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

        When an entry was in active status, values of any object in this entry
        are forbidden to be changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) hh3cLicenseOpEntry(1) 6 }

.1.3.6.1.4.1.25506.2.145.2.4.1.7
hh3cLicenseOpState OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	INTEGER {opInProgress(1), opSuccessful(2), opFailed(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of this operation.

        opInProgress - This operation is in progress.
        opSuccessful - Successful to execute this operation.
        opFailed - Failed to execute this operation,
                   and 'hh3cLicenseOpFailedReason' will indicate the detailed
                   cause of the failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) hh3cLicenseOpEntry(1) 7 }

.1.3.6.1.4.1.25506.2.145.2.4.1.8
hh3cLicenseOpFailedReason OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the detailed cause of the failure when this
        operation failed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) hh3cLicenseOpEntry(1) 8 }

.1.3.6.1.4.1.25506.2.145.2.4.1.9
hh3cLicenseOpEndTime OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime when the operation is done."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseTables(2) hh3cLicenseOpTable(4) hh3cLicenseOpEntry(1) 9 }

.1.3.6.1.4.1.25506.2.145.3
hh3cLicenseNotifications OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) 3 }

.1.3.6.1.4.1.25506.2.145.3.0
hh3cLicenseNotificationPrefix OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) 0 }

.1.3.6.1.4.1.25506.2.145.3.0.1
hh3cLicenseOpCompletion NOTIFICATION-TYPE
  -- FROM	HH3C-LICENSE-MIB
  OBJECTS	{ hh3cLicenseOpIndex, hh3cLicenseOpPhysicalIndex, hh3cLicenseOpType, hh3cLicenseOpString, hh3cLicenseOpState, hh3cLicenseOpFailedReason }
  DESCRIPTION	"This notification is generated when a license operation completed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.145.3.0.2
hh3cLicenseActivationFileLost NOTIFICATION-TYPE
  -- FROM	HH3C-LICENSE-MIB
  OBJECTS	{ hh3cLicensePhysicalIndex, hh3cLicenseActivationFile }
  DESCRIPTION	"This notification is generated when the activation file
        has been lost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.145.3.0.3
hh3cLicenseActivationFileRestored NOTIFICATION-TYPE
  -- FROM	HH3C-LICENSE-MIB
  OBJECTS	{ hh3cLicensePhysicalIndex, hh3cLicenseActivationFile }
  DESCRIPTION	"This notification is generated when the activation file
        restored successfully."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.145.3.0.4
hh3cLicenseExpired NOTIFICATION-TYPE
  -- FROM	HH3C-LICENSE-MIB
  OBJECTS	{ hh3cLicenseFeatureName, hh3cLicenseFeatureState }
  DESCRIPTION	"This notification is generated when the license expires."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.145.3.0.5
hh3cLicenseExpireWarning NOTIFICATION-TYPE
  -- FROM	HH3C-LICENSE-MIB
  OBJECTS	{ hh3cLicenseFeatureName, hh3cLicenseFeatureState, hh3cLicenseBindValidityPeriodRemaining }
  DESCRIPTION	"This notification is generated when is about to expire."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.145.3.0.6
hh3cLicenseReconnectWithServer NOTIFICATION-TYPE
  -- FROM	HH3C-LICENSE-MIB
  OBJECTS	{ hh3cLicensePhysicalIndex, hh3cLicenseServerIp, hh3cLicenseServerPort }
  DESCRIPTION	"This notification is generated when the license client is reconnected to the license server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.145.3.0.7
hh3cLicenseDisconnectWithServer NOTIFICATION-TYPE
  -- FROM	HH3C-LICENSE-MIB
  OBJECTS	{ hh3cLicensePhysicalIndex, hh3cLicenseServerIp, hh3cLicenseServerPort }
  DESCRIPTION	" This notification is generated when the license client is disconnected from the license server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.145.3.0.8
hh3cLicenseBelowUsageThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-LICENSE-MIB
  OBJECTS	{ hh3cLicenseFeatureName, hh3cLicenseLowerUsageThreshold, hh3cLicenseUpperUsageThreshold, hh3cLicenseCurrentUsageRate }
  DESCRIPTION	"This notification is generated when the license usage drops below warning threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationPrefix(0) 8 }

.1.3.6.1.4.1.25506.2.145.3.0.9
hh3cLicenseOverUsageThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-LICENSE-MIB
  OBJECTS	{ hh3cLicenseFeatureName, hh3cLicenseLowerUsageThreshold, hh3cLicenseUpperUsageThreshold, hh3cLicenseCurrentUsageRate }
  DESCRIPTION	"This notification is generated when the license usage is over warning threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationPrefix(0) 9 }

.1.3.6.1.4.1.25506.2.145.3.1
hh3cLicenseNotificationBindings OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) 1 }

.1.3.6.1.4.1.25506.2.145.3.1.1
hh3cLicenseBindValidityPeriodRemaining OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object indicates the remaining days before
        the feature's license expires."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationBindings(1) 1 }

.1.3.6.1.4.1.25506.2.145.3.1.2
hh3cLicenseLowerUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object indicates the lower warning threshold of usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationBindings(1) 2 }

.1.3.6.1.4.1.25506.2.145.3.1.3
hh3cLicenseUpperUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object indicates the upper warning threshold of usage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationBindings(1) 3 }

.1.3.6.1.4.1.25506.2.145.3.1.4
hh3cLicenseCurrentUsageRate OBJECT-TYPE
  -- FROM	HH3C-LICENSE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object indicates the license current usage rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLicense(145) hh3cLicenseNotifications(3) hh3cLicenseNotificationBindings(1) 4 }

.1.3.6.1.4.1.25506.2.146
hh3cARPSourceSuppression OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ARP-SOURCE-SUPPRESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 146 }

.1.3.6.1.4.1.25506.2.146.1
hh3cARPSourceSuppressionObjects OBJECT-TYPE
  -- FROM	HH3C-ARP-SOURCE-SUPPRESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPSourceSuppression(146) 1 }

.1.3.6.1.4.1.25506.2.146.1.1
hh3cARPSourceSuppressionGlobal OBJECT-TYPE
  -- FROM	HH3C-ARP-SOURCE-SUPPRESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPSourceSuppression(146) hh3cARPSourceSuppressionObjects(1) 1 }

.1.3.6.1.4.1.25506.2.146.1.1.1
hh3cARPSourceSuppressionEnable OBJECT-TYPE
  -- FROM	HH3C-ARP-SOURCE-SUPPRESSION-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable ARP source suppression function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPSourceSuppression(146) hh3cARPSourceSuppressionObjects(1) hh3cARPSourceSuppressionGlobal(1) 1 }

.1.3.6.1.4.1.25506.2.146.1.1.2
hh3cARPSourceSuppressionLimit OBJECT-TYPE
  -- FROM	HH3C-ARP-SOURCE-SUPPRESSION-MIB
  SYNTAX	Unsigned32 (2..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set the maximum number of unresolvable packets that the device
         can receive from a device in five seconds."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPSourceSuppression(146) hh3cARPSourceSuppressionObjects(1) hh3cARPSourceSuppressionGlobal(1) 2 }

.1.3.6.1.4.1.25506.2.147
hh3cSmlk OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SMLK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 147 }

.1.3.6.1.4.1.25506.2.147.1
hh3cSmlkObject OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) 1 }

.1.3.6.1.4.1.25506.2.147.1.1
hh3cSmlkGroupTable OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of entries of a smart link group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) 1 }

.1.3.6.1.4.1.25506.2.147.1.1.1
hh3cSmlkGroupEntry OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSmlkGroupID }
  DESCRIPTION	"A list of parameters that describe a smart link group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) 1 }

.1.3.6.1.4.1.25506.2.147.1.1.1.1
hh3cSmlkGroupID OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	Integer32 (1..256) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the smart link
        group table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) hh3cSmlkGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.147.1.1.1.2
hh3cSmlkDeviceID OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device ID of a smart link group.
        The device ID is the bridge MAC of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) hh3cSmlkGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.147.1.1.1.3
hh3cSmlkPreemptionMode OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	INTEGER {none(1), role(2), speed(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Preemption mode of a smart link group."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) hh3cSmlkGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.147.1.1.1.4
hh3cSmlkSpeedThreshold OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	Integer32 (0..10000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Speed threshold for a smart link group in speed mode.
        This object is valid only when the value of hh3cSmlkPreemptionMode
        is 'speed'."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) hh3cSmlkGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.2.147.1.1.1.5
hh3cSmlkPreemptionDelay OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	Integer32 (0..300) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Preemption delay for a smart link group, in the range of 0 to 300
        seconds."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) hh3cSmlkGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.2.147.1.1.1.6
hh3cSmlkControlVlanID OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	Integer32 (1..4094 | 65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of the control VLAN specified for a smart link group.
        The value 65535 indicates that the control VLAN has not been
        configured."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) hh3cSmlkGroupEntry(1) 6 }

.1.3.6.1.4.1.25506.2.147.1.1.1.7
hh3cSmlkInstanceListLow OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Each octet contained in this value specifies an eight-instance
        group, with the first octet specifying instances 0 through 7,
        the second octet specifying instances 8 through 15, and so on.
        Within each octet, the most significant bit represents the
        highest numbered instance, and the least significant bit represents
        the lowest numbered instance.  Each instance to which the
        protected VLANs of a smart link group are mapped corresponds to a
        bit within the value of this object.  A bit with a value of '1'
        indicates that the VLANs mapped to the instance are protected
        VLANs of the smart link group.  The VLANs mapped to
        the instance are not protected VLANs if the corresponding bit has a
        value of '0'.  The value of this object must be set with
        hh3cSmlkInstanceListHigh at the same time when a SET
        operation is performed."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) hh3cSmlkGroupEntry(1) 7 }

.1.3.6.1.4.1.25506.2.147.1.1.1.8
hh3cSmlkInstanceListHigh OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Each octet contained in this value specifies an eight-instance
        group, with the first octet specifying instances 2048 through
        2055, the second octet specifying instances 2056 through 2063,
        and so on.  Within each octet, the most significant bit represents
        the highest numbered instance, and the least significant bit
        represents the lowest numbered instance.  The most significant bit
        of the last octet is invalid.  Each instance to which the
        protected VLANs of a smart link group are mapped corresponds to a
        bit within the value of this object.  A bit with a value of '1'
        indicates that the VLANs mapped to the instance are protected VLANs
        of the smart link group.  The VLANs mapped to the
        instance are not protected VLANs if the corresponding bit has a
        value of '0'.  The value of this object must be set with
        hh3cSmlkInstanceListLow at the same time when a SET operation
        is performed."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) hh3cSmlkGroupEntry(1) 8 }

.1.3.6.1.4.1.25506.2.147.1.1.1.9
hh3cSmlkGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing creation,
        deletion, and modification of rows.  The rows support active
        status, CreatAndGo, and destroy operations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkGroupTable(1) hh3cSmlkGroupEntry(1) 9 }

.1.3.6.1.4.1.25506.2.147.1.2
hh3cSmlkPortTable OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of port entries of a smart link group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) 2 }

.1.3.6.1.4.1.25506.2.147.1.2.1
hh3cSmlkPortEntry OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSmlkGroupID, hh3cSmlkPortIfIndex }
  DESCRIPTION	"A list of parameters that describe a port to be added to a smart
        link group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkPortTable(2) 1 }

.1.3.6.1.4.1.25506.2.147.1.2.1.1
hh3cSmlkPortIfIndex OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IfIndex of a port in a smart link group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkPortTable(2) hh3cSmlkPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.147.1.2.1.2
hh3cSmlkPortRole OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	INTEGER {primary(1), secondary(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Role of a port in a smart link group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkPortTable(2) hh3cSmlkPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.147.1.2.1.3
hh3cSmlkPortStatus OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	INTEGER {down(1), active(2), standby(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of a port in a smart link group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkPortTable(2) hh3cSmlkPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.147.1.2.1.4
hh3cSmlkFlushCount OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of transmitted flush messages."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkPortTable(2) hh3cSmlkPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.147.1.2.1.5
hh3cSmlkLastFlushTime OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Time when the last flush message was transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkPortTable(2) hh3cSmlkPortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.147.1.2.1.6
hh3cSmlkPortRowStatus OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing creation,
        deletion, and modification of rows.  The rows support active
        status, CreatAndGo, and destroy operations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkPortTable(2) hh3cSmlkPortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.147.1.3
hh3cSmlkFlushEnableTable OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of ports on which flush message receiving is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) 3 }

.1.3.6.1.4.1.25506.2.147.1.3.1
hh3cSmlkFlushEnableEntry OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSmlkIfIndex }
  DESCRIPTION	"A list of parameters that describe a port on which flush message
        receiving is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkFlushEnableTable(3) 1 }

.1.3.6.1.4.1.25506.2.147.1.3.1.1
hh3cSmlkIfIndex OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IfIndex of a port on which flush message receiving is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkFlushEnableTable(3) hh3cSmlkFlushEnableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.147.1.3.1.2
hh3cSmlkControlVlanListLow OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the control VLANs used for receiving flush messages.
        The VLAN ID range, described by bitmap, is from 1 to
        2048.  The length of bitmap is 256 in bytes.  Each octet
        within this value specifies a set of eight VLANs, with
        the first octet specifying VLANs 1 through 8, the second
        octet specifying VLANs 9 through 16, and so on.  Within each
        octet, the most significant bit represents the highest
        numbered VLAN, and the least significant bit represents
        the lowest numbered VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkFlushEnableTable(3) hh3cSmlkFlushEnableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.147.1.3.1.3
hh3cSmlkControlVlanListHigh OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
  SYNTAX	OCTET STRING (256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the control VLANs used for receiving flush messages.
        The VLAN ID range, described by bitmap, is from 2049 to
        4094.  The length of bitmap is 256 in bytes.  Each octet
        within this value specifies a set of eight VLANs, with
        the first octet specifying VLANs 2049 through 2056, the
        second octet specifying VLANs 2057 through 2064, and so on.
        Within each octet, the most significant bit represents
        the highest numbered VLAN, and the least significant bit
        represents the lowest numbered VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkObject(1) hh3cSmlkFlushEnableTable(3) hh3cSmlkFlushEnableEntry(1) 3 }

.1.3.6.1.4.1.25506.2.147.2
hh3cSmlkTrap OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) 2 }

.1.3.6.1.4.1.25506.2.147.2.0
hh3cSmlkTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-SMLK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkTrap(2) 0 }

.1.3.6.1.4.1.25506.2.147.2.0.1
hh3cSmlkGroupLinkActive NOTIFICATION-TYPE
  -- FROM	HH3C-SMLK-MIB
  OBJECTS	{ hh3cSmlkGroupID, hh3cSmlkPortIfIndex }
  DESCRIPTION	"A trap message is generated when the status of a port
        in a smart link group changes to active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSmlk(147) hh3cSmlkTrap(2) hh3cSmlkTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.148
hh3cLBv2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LBV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 148 }

.1.3.6.1.4.1.25506.2.148.1
hh3cLBv2GlobalObjects OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) 1 }

.1.3.6.1.4.1.25506.2.148.1.1
hh3cLBv2TrapEnable OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates whether the module of LB will generate
         traps for events defined in this MIB.  'enabled'
         results in SNMP traps; 'disabled', no traps are sent."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2GlobalObjects(1) 1 }

.1.3.6.1.4.1.25506.2.148.1.2
hh3cLBv2GlobalStatsTable OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Global statistic table for LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2GlobalObjects(1) 2 }

.1.3.6.1.4.1.25506.2.148.1.2.1
hh3cLBv2GlobalStatsEntry OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBv2GlobalStatChassis, hh3cLBv2GlobalStatSlot, hh3cLBv2GlobalStatCpuid }
  DESCRIPTION	"An entry contains the statistic information of LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2GlobalObjects(1) hh3cLBv2GlobalStatsTable(2) 1 }

.1.3.6.1.4.1.25506.2.148.1.2.1.1
hh3cLBv2GlobalStatChassis OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ID of the device that holds the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2GlobalObjects(1) hh3cLBv2GlobalStatsTable(2) hh3cLBv2GlobalStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.148.1.2.1.2
hh3cLBv2GlobalStatSlot OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Member ID of the card on device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2GlobalObjects(1) hh3cLBv2GlobalStatsTable(2) hh3cLBv2GlobalStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.148.1.2.1.3
hh3cLBv2GlobalStatCpuid OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ID of the CPU on the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2GlobalObjects(1) hh3cLBv2GlobalStatsTable(2) hh3cLBv2GlobalStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.148.1.2.1.4
hh3cLBv2GlobalStatTotalConnections OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of connections of LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2GlobalObjects(1) hh3cLBv2GlobalStatsTable(2) hh3cLBv2GlobalStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.148.1.2.1.5
hh3cLBv2GlobalStatActiveConnections OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active connections of LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2GlobalObjects(1) hh3cLBv2GlobalStatsTable(2) hh3cLBv2GlobalStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.148.1.2.1.6
hh3cLBv2GlobalStatConnectionsRate OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection rate of LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2GlobalObjects(1) hh3cLBv2GlobalStatsTable(2) hh3cLBv2GlobalStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.148.2
hh3cLBv2ActionTables OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) 2 }

.1.3.6.1.4.1.25506.2.148.2.1
hh3cLBv2ActionTable OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Action table for LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2ActionTables(2) 1 }

.1.3.6.1.4.1.25506.2.148.2.1.1
hh3cLBv2ActionEntry OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBv2ActionName }
  DESCRIPTION	"An entry contains the information of the action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2ActionTables(2) hh3cLBv2ActionTable(1) 1 }

.1.3.6.1.4.1.25506.2.148.2.1.1.1
hh3cLBv2ActionName OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Name of the action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2ActionTables(2) hh3cLBv2ActionTable(1) hh3cLBv2ActionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.148.2.1.1.2
hh3cLBv2ActionDefaultSF OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Default server farm quoted by the action.  A zero length
         string indicates no default server farm has been assigned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2ActionTables(2) hh3cLBv2ActionTable(1) hh3cLBv2ActionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.148.2.1.1.3
hh3cLBv2ActionBackupSF OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Backup server farm quoted by the action.  A zero length
         string indicates no backup server farm has been assigned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2ActionTables(2) hh3cLBv2ActionTable(1) hh3cLBv2ActionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.148.2.1.1.4
hh3cLBv2ActionInUseSF OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Server farm in use quoted by the action."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2ActionTables(2) hh3cLBv2ActionTable(1) hh3cLBv2ActionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.148.2.1.1.5
hh3cLBv2ActionRowStatus OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of this conceptual row.  When create an action, default
         server farm and backup server farm are optional."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2ActionTables(2) hh3cLBv2ActionTable(1) hh3cLBv2ActionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.148.3
hh3cLBv2VSTables OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) 3 }

.1.3.6.1.4.1.25506.2.148.3.1
hh3cLBv2VSTable OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Virtual server table for LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) 1 }

.1.3.6.1.4.1.25506.2.148.3.1.1
hh3cLBv2VSEntry OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBv2VSName }
  DESCRIPTION	"An entry contains the information of the virtual server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSTable(1) 1 }

.1.3.6.1.4.1.25506.2.148.3.1.1.1
hh3cLBv2VSName OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Name of the virtual server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSTable(1) hh3cLBv2VSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.148.3.1.1.2
hh3cLBv2VSConnectionsLimit OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Max connections limit of the virtual server.  0 means there is
         no limit."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSTable(1) hh3cLBv2VSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.148.3.1.1.3
hh3cLBv2VSConnectionsRateLimit OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Max connections rate limit of the virtual server.  0 means there is
         no limit."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSTable(1) hh3cLBv2VSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.148.3.1.1.4
hh3cLBv2VSDefaultSF OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Default server farm quoted by the virtual server.  A zero length
         string indicates no default server farm has been assigned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSTable(1) hh3cLBv2VSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.148.3.1.1.5
hh3cLBv2VSBackupSF OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Backup server farm quoted by the virtual server.  A zero length
         string indicates no backup server farm has been assigned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSTable(1) hh3cLBv2VSEntry(1) 5 }

.1.3.6.1.4.1.25506.2.148.3.1.1.6
hh3cLBv2VSInUseSF OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Server farm in use quoted by the virtual server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSTable(1) hh3cLBv2VSEntry(1) 6 }

.1.3.6.1.4.1.25506.2.148.3.1.1.7
hh3cLBv2VSRowStatus OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of this conceptual row.  When create an virtual server,
         default server farm and backup server farm are optional."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSTable(1) hh3cLBv2VSEntry(1) 7 }

.1.3.6.1.4.1.25506.2.148.3.2
hh3cLBv2VSStatsTable OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Virtual server statistic table for LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) 2 }

.1.3.6.1.4.1.25506.2.148.3.2.1
hh3cLBv2VSStatsEntry OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBv2VSName, hh3cLBv2VSStatChassis, hh3cLBv2VSStatSlot, hh3cLBv2VSStatCpuid }
  DESCRIPTION	"An entry contains the statistic information of the virtual server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) 1 }

.1.3.6.1.4.1.25506.2.148.3.2.1.1
hh3cLBv2VSStatChassis OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ID of the device that holds the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.148.3.2.1.2
hh3cLBv2VSStatSlot OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Member ID of the card on device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.148.3.2.1.3
hh3cLBv2VSStatCpuid OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ID of the CPU on the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.148.3.2.1.4
hh3cLBv2VSStatTotalConnections OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of connections that the virtual server received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.148.3.2.1.5
hh3cLBv2VSStatActiveConnections OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active connections that the virtual server received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.148.3.2.1.6
hh3cLBv2VSStatClientSidePKTsIn OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that the virtual server received from client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.148.3.2.1.7
hh3cLBv2VSStatClientSidePKTsOut OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that the virtual server sent to client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.148.3.2.1.8
hh3cLBv2VSStatDroppedPackets OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that the virtual server dropped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.148.3.2.1.9
hh3cLBv2VSStatClientSideBytesIn OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes that the virtual server received from client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.148.3.2.1.10
hh3cLBv2VSStatClientSideBytesOut OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes that the virtual server sent to client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.148.3.2.1.11
hh3cLBv2VSStatReceivedRequests OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of requests that the virtual server received from client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.148.3.2.1.12
hh3cLBv2VSStatSentResponses OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of responses that the virtual server sent to client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.148.3.2.1.13
hh3cLBv2VSStatConnectionsRate OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connections rate of the virtual server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2VSTables(3) hh3cLBv2VSStatsTable(2) hh3cLBv2VSStatsEntry(1) 13 }

.1.3.6.1.4.1.25506.2.148.4
hh3cLBv2RSTables OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) 4 }

.1.3.6.1.4.1.25506.2.148.4.1
hh3cLBv2RSTable OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Real server table for LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) 1 }

.1.3.6.1.4.1.25506.2.148.4.1.1
hh3cLBv2RSEntry OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBv2RSName }
  DESCRIPTION	"An entry contains the information of the real server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSTable(1) 1 }

.1.3.6.1.4.1.25506.2.148.4.1.1.1
hh3cLBv2RSName OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Name of the real server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSTable(1) hh3cLBv2RSEntry(1) 1 }

.1.3.6.1.4.1.25506.2.148.4.1.1.2
hh3cLBv2RSRowStatus OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSTable(1) hh3cLBv2RSEntry(1) 2 }

.1.3.6.1.4.1.25506.2.148.4.1.1.3
hh3cLBv2RSConnectionsLimit OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Max connections limit of the real server.  0 means there is
         no limit."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSTable(1) hh3cLBv2RSEntry(1) 3 }

.1.3.6.1.4.1.25506.2.148.4.1.1.4
hh3cLBv2RSConnectionsRateLimit OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Max connections rate limit of the real server.  0 means there is
         no limit."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSTable(1) hh3cLBv2RSEntry(1) 4 }

.1.3.6.1.4.1.25506.2.148.4.2
hh3cLBv2RSStatsTable OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Real server statistic table for LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) 2 }

.1.3.6.1.4.1.25506.2.148.4.2.1
hh3cLBv2RSStatsEntry OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBv2RSName, hh3cLBv2RSStatChassis, hh3cLBv2RSStatSlot, hh3cLBv2RSStatCpuid }
  DESCRIPTION	"An entry contains the statistic information of the real server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) 1 }

.1.3.6.1.4.1.25506.2.148.4.2.1.1
hh3cLBv2RSStatChassis OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ID of the device that holds the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.148.4.2.1.2
hh3cLBv2RSStatSlot OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Member ID of the card on device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.148.4.2.1.3
hh3cLBv2RSStatCpuid OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"ID of the CPU on the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.148.4.2.1.4
hh3cLBv2RSStatTotalConnections OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of connections that the real server received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.148.4.2.1.5
hh3cLBv2RSStatActiveConnections OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active connections that the real server received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.148.4.2.1.6
hh3cLBv2RSStatServerSidePKTsIn OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that the real server received from device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.148.4.2.1.7
hh3cLBv2RSStatServerSidePKTsOut OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that the real server sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.148.4.2.1.8
hh3cLBv2RSStatDroppedPackets OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that the real server dropped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.148.4.2.1.9
hh3cLBv2RSStatServerSideBytesIn OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes that the real server received from device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.148.4.2.1.10
hh3cLBv2RSStatServerSideBytesOut OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes that the real server sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.148.4.2.1.11
hh3cLBv2RSStatReceivedRequests OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of requests that the real server received from device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.148.4.2.1.12
hh3cLBv2RSStatSentResponses OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of responses that the real server sent to device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.148.4.2.1.13
hh3cLBv2RSStatConnectionsRate OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connections rate of the real server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2RSTables(4) hh3cLBv2RSStatsTable(2) hh3cLBv2RSStatsEntry(1) 13 }

.1.3.6.1.4.1.25506.2.148.5
hh3cLBv2SFTables OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) 5 }

.1.3.6.1.4.1.25506.2.148.5.1
hh3cLBv2SFTable OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Server farm table for LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) 1 }

.1.3.6.1.4.1.25506.2.148.5.1.1
hh3cLBv2SFEntry OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBv2SFName }
  DESCRIPTION	"An entry contains the information of the server farm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFTable(1) 1 }

.1.3.6.1.4.1.25506.2.148.5.1.1.1
hh3cLBv2SFName OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Name of the server farm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFTable(1) hh3cLBv2SFEntry(1) 1 }

.1.3.6.1.4.1.25506.2.148.5.1.1.2
hh3cLBv2SFRowStatus OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFTable(1) hh3cLBv2SFEntry(1) 2 }

.1.3.6.1.4.1.25506.2.148.5.2
hh3cLBv2SFStatsTable OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Server farm statistic for LB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) 2 }

.1.3.6.1.4.1.25506.2.148.5.2.1
hh3cLBv2SFStatsEntry OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLBv2SFName, hh3cLBv2SFStatChassis, hh3cLBv2SFStatSlot, hh3cLBv2SFStatCpuid }
  DESCRIPTION	"An entry contains the statistic information of the server farm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) 1 }

.1.3.6.1.4.1.25506.2.148.5.2.1.1
hh3cLBv2SFStatChassis OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ID of the device that holds the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.148.5.2.1.2
hh3cLBv2SFStatSlot OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Member ID of the card on device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.148.5.2.1.3
hh3cLBv2SFStatCpuid OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ID of the CPU on the card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.148.5.2.1.4
hh3cLBv2SFStatTotalConnections OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of connections that the server farm received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.148.5.2.1.5
hh3cLBv2SFStatActiveConnections OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Active connections that the server farm received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.148.5.2.1.6
hh3cLBv2SFStatServerSidePKTsIn OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that the server farm received from device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.148.5.2.1.7
hh3cLBv2SFStatServerSidePKTsOut OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that the server farm sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.148.5.2.1.8
hh3cLBv2SFStatDroppedPackets OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that the server farm dropped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 8 }

.1.3.6.1.4.1.25506.2.148.5.2.1.9
hh3cLBv2SFStatServerSideBytesIn OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes that the server farm received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 9 }

.1.3.6.1.4.1.25506.2.148.5.2.1.10
hh3cLBv2SFStatServerSideBytesOut OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of bytes that the server farm sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 10 }

.1.3.6.1.4.1.25506.2.148.5.2.1.11
hh3cLBv2SFStatReceivedRequests OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of requests that all real servers in the server farm
         received from device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 11 }

.1.3.6.1.4.1.25506.2.148.5.2.1.12
hh3cLBv2SFStatSentResponses OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of responses that the server farm sent to device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2SFTables(5) hh3cLBv2SFStatsTable(2) hh3cLBv2SFStatsEntry(1) 12 }

.1.3.6.1.4.1.25506.2.148.6
hh3cLBv2Trap OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) 6 }

.1.3.6.1.4.1.25506.2.148.6.0
hh3cLBv2TrapPrefix OBJECT-TYPE
  -- FROM	HH3C-LBV2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) 0 }

.1.3.6.1.4.1.25506.2.148.6.0.1
hh3cLBv2VSConnOverloadTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2VSName, hh3cLBv2VSConnectionsLimit, hh3cLBv2VSStatChassis, hh3cLBv2VSStatSlot, hh3cLBv2VSStatCpuid, hh3cLBv2VSStatActiveConnections }
  DESCRIPTION	"A hh3cLBv2VSConnOverloadTrap notification is sent when
         the number of active connections of the virtual server
         has reached the upper limit. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.148.6.0.2
hh3cLBv2VSConnRecoveryTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2VSName, hh3cLBv2VSConnectionsLimit, hh3cLBv2VSStatChassis, hh3cLBv2VSStatSlot, hh3cLBv2VSStatCpuid, hh3cLBv2VSStatActiveConnections }
  DESCRIPTION	"A hh3cLBv2VSConnRecoveryTrap notification is sent when
         the number of active connections of the virtual server
         is less than the upper limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.148.6.0.3
hh3cLBv2VSConnsRateOverloadTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2VSName, hh3cLBv2VSConnectionsRateLimit, hh3cLBv2VSStatChassis, hh3cLBv2VSStatSlot, hh3cLBv2VSStatCpuid, hh3cLBv2VSStatConnectionsRate }
  DESCRIPTION	"A hh3cLBv2VSConnsRateOverloadTrap notification is sent
         when the connection rate of the virtual server has
         reached the upper limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.148.6.0.4
hh3cLBv2VSConnsRateRecoveryTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2VSName, hh3cLBv2VSConnectionsRateLimit, hh3cLBv2VSStatChassis, hh3cLBv2VSStatSlot, hh3cLBv2VSStatCpuid, hh3cLBv2VSStatConnectionsRate }
  DESCRIPTION	"A hh3cLBv2VSConnsRateRecoveryTrap notification is sent
         when the connection rate of the virtual server is smaller than
         the upper limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.148.6.0.5
hh3cLBv2VSActiveTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2VSName }
  DESCRIPTION	"A hh3cLBv2VSActiveTrap notification is sent when virtual
         server status changes to active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.148.6.0.6
hh3cLBv2VSInactiveTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2VSName }
  DESCRIPTION	"A hh3cLBv2VSInactiveTrap notification is sent when virtual
         server status changes to inactive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.148.6.0.7
hh3cLBv2RSAvailableTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2RSName }
  DESCRIPTION	"A hh3cLBv2RSAvailableTrap notification is sent when the status of
         the real server changes to available."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.148.6.0.8
hh3cLBv2RSUnavailableTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2RSName }
  DESCRIPTION	"A hh3cLBv2RSUnavailableTrap notification is sent when the status of
         the real server changes to unavailable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 8 }

.1.3.6.1.4.1.25506.2.148.6.0.9
hh3cLBv2SFActiveTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2SFName }
  DESCRIPTION	"A hh3cLBv2SFActiveTrap notification is sent when the status of
         the server farm changes to active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 9 }

.1.3.6.1.4.1.25506.2.148.6.0.10
hh3cLBv2SFInactiveTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2SFName }
  DESCRIPTION	"A hh3cLBv2SFInactiveTrap notification is sent when the status of
         the server farm changes to inactive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 10 }

.1.3.6.1.4.1.25506.2.148.6.0.11
hh3cLBv2ActionInUseSFChangeTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2ActionName, hh3cLBv2ActionDefaultSF, hh3cLBv2ActionBackupSF, hh3cLBv2ActionInUseSF }
  DESCRIPTION	"A hh3cLBv2ActionInUseSFChangeTrap notification is sent when the
         server farm which is in use quoted by action changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 11 }

.1.3.6.1.4.1.25506.2.148.6.0.12
hh3cLBv2VSInUseSFChangeTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2VSName, hh3cLBv2VSDefaultSF, hh3cLBv2VSBackupSF, hh3cLBv2VSInUseSF }
  DESCRIPTION	"A hh3cLBv2VSInUseSFChangeTrap notification is sent when
         the server farm which is in use quoted by virtual server
         changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 12 }

.1.3.6.1.4.1.25506.2.148.6.0.13
hh3cLBv2RSConnOverloadTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2RSName, hh3cLBv2RSConnectionsLimit, hh3cLBv2RSStatChassis, hh3cLBv2RSStatSlot, hh3cLBv2RSStatCpuid, hh3cLBv2RSStatActiveConnections }
  DESCRIPTION	"A hh3cLBv2RSConnOverloadTrap notification is sent when
         the number of active connections of the real server
         has reached the upper limit. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 13 }

.1.3.6.1.4.1.25506.2.148.6.0.14
hh3cLBv2RSConnRecoveryTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2RSName, hh3cLBv2RSConnectionsLimit, hh3cLBv2RSStatChassis, hh3cLBv2RSStatSlot, hh3cLBv2RSStatCpuid, hh3cLBv2RSStatActiveConnections }
  DESCRIPTION	"A hh3cLBv2RSConnRecoveryTrap notification is sent when
         the number of active connections of the real server
         is less than the upper limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 14 }

.1.3.6.1.4.1.25506.2.148.6.0.15
hh3cLBv2RSConnsRateOverloadTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2RSName, hh3cLBv2RSConnectionsRateLimit, hh3cLBv2RSStatChassis, hh3cLBv2RSStatSlot, hh3cLBv2RSStatCpuid, hh3cLBv2RSStatConnectionsRate }
  DESCRIPTION	"A hh3cLBv2RSConnsRateOverloadTrap notification is sent
         when the connection rate of the real server has
         reached the upper limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 15 }

.1.3.6.1.4.1.25506.2.148.6.0.16
hh3cLBv2RSConnsRateRecoveryTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LBV2-MIB
  OBJECTS	{ hh3cLBv2RSName, hh3cLBv2RSConnectionsRateLimit, hh3cLBv2RSStatChassis, hh3cLBv2RSStatSlot, hh3cLBv2RSStatCpuid, hh3cLBv2RSStatConnectionsRate }
  DESCRIPTION	"A hh3cLBv2RSConnsRateRecoveryTrap notification is sent
         when the connection rate of the real server is smaller than
         the upper limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLBv2(148) hh3cLBv2Trap(6) hh3cLBv2TrapPrefix(0) 16 }

.1.3.6.1.4.1.25506.2.149
hh3cSession OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 149 }

.1.3.6.1.4.1.25506.2.149.1
hh3cSessionTables OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) 1 }

.1.3.6.1.4.1.25506.2.149.1.1
hh3cSessionStatTable OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The statistics of sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) 1 }

.1.3.6.1.4.1.25506.2.149.1.1.1
hh3cSessionStatEntry OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSessionStatChassis, hh3cSessionStatSlot, hh3cSessionStatCPUID }
  DESCRIPTION	"An entry (conceptual row) representing session statistics information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.149.1.1.1.1
hh3cSessionStatChassis OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An IRF member device ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.149.1.1.1.2
hh3cSessionStatSlot OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The slot where the card resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.149.1.1.1.3
hh3cSessionStatCPUID OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"CPU ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.149.1.1.1.4
hh3cSessionStatCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.149.1.1.1.5
hh3cSessionStatCreateRate OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of sessions per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.149.1.1.1.6
hh3cSessionStatTCPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of TCP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.149.1.1.1.7
hh3cSessionStatUDPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of UDP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.149.1.1.1.8
hh3cSessionStatOtherCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of other sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.149.1.1.1.9
hh3cSessionStatTCPCreateRate OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of TCP sessions per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.149.1.1.1.10
hh3cSessionStatUDPCreateRate OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of UDP sessions per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.149.1.1.1.11
hh3cSessionStatOtherCreateRate OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of other sessions per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.149.1.1.1.12
hh3cSessionStatTCPTotal OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of TCP sessions created till now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.149.1.1.1.13
hh3cSessionStatUDPTotal OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of UDP sessions created till now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.149.1.1.1.14
hh3cSessionStatOtherTotal OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Other sessions created till now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.149.1.1.1.15
hh3cSessionStatDNSCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of DNS sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.149.1.1.1.16
hh3cSessionStatFTPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of FTP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.149.1.1.1.17
hh3cSessionStatGTPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of GTP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 17 }

.1.3.6.1.4.1.25506.2.149.1.1.1.18
hh3cSessionStatH323Count OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of H323 sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 18 }

.1.3.6.1.4.1.25506.2.149.1.1.1.19
hh3cSessionStatHTTPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of HTTP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 19 }

.1.3.6.1.4.1.25506.2.149.1.1.1.20
hh3cSessionStatILSCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ILS sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 20 }

.1.3.6.1.4.1.25506.2.149.1.1.1.21
hh3cSessionStatMGCPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MGCP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 21 }

.1.3.6.1.4.1.25506.2.149.1.1.1.22
hh3cSessionStatNBTCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NBT sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 22 }

.1.3.6.1.4.1.25506.2.149.1.1.1.23
hh3cSessionStatPPTPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of PPTP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 23 }

.1.3.6.1.4.1.25506.2.149.1.1.1.24
hh3cSessionStatRSHCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RSH sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 24 }

.1.3.6.1.4.1.25506.2.149.1.1.1.25
hh3cSessionStatRTSPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of RTSP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 25 }

.1.3.6.1.4.1.25506.2.149.1.1.1.26
hh3cSessionStatSCCPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SCCP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 26 }

.1.3.6.1.4.1.25506.2.149.1.1.1.27
hh3cSessionStatSIPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SIP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 27 }

.1.3.6.1.4.1.25506.2.149.1.1.1.28
hh3cSessionStatSMTPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SMTP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 28 }

.1.3.6.1.4.1.25506.2.149.1.1.1.29
hh3cSessionStatSQLNETCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SQLNET sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 29 }

.1.3.6.1.4.1.25506.2.149.1.1.1.30
hh3cSessionStatSSHCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SSH sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 30 }

.1.3.6.1.4.1.25506.2.149.1.1.1.31
hh3cSessionStatTELNETCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of TELNET sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 31 }

.1.3.6.1.4.1.25506.2.149.1.1.1.32
hh3cSessionStatTFTPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of TFTP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 32 }

.1.3.6.1.4.1.25506.2.149.1.1.1.33
hh3cSessionStatXDMCPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of XDMCP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionStatTable(1) hh3cSessionStatEntry(1) 33 }

.1.3.6.1.4.1.25506.2.149.1.2
hh3cSessionEntTable OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The statistics of sessions by entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) 2 }

.1.3.6.1.4.1.25506.2.149.1.2.1
hh3cSessionEntEntry OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSessionEntIndex }
  DESCRIPTION	"An entry (conceptual row) representing session statistics information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) 1 }

.1.3.6.1.4.1.25506.2.149.1.2.1.1
hh3cSessionEntIndex OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Device entity index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 1 }

.1.3.6.1.4.1.25506.2.149.1.2.1.2
hh3cSessionEntCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 2 }

.1.3.6.1.4.1.25506.2.149.1.2.1.3
hh3cSessionEntCreateRate OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of sessions per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 3 }

.1.3.6.1.4.1.25506.2.149.1.2.1.4
hh3cSessionEntTCPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of TCP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 4 }

.1.3.6.1.4.1.25506.2.149.1.2.1.5
hh3cSessionEntUDPCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of UDP sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 5 }

.1.3.6.1.4.1.25506.2.149.1.2.1.6
hh3cSessionEntOtherCount OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of other sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 6 }

.1.3.6.1.4.1.25506.2.149.1.2.1.7
hh3cSessionEntTCPCreateRate OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of TCP sessions per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 7 }

.1.3.6.1.4.1.25506.2.149.1.2.1.8
hh3cSessionEntUDPCreateRate OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of UDP sessions per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 8 }

.1.3.6.1.4.1.25506.2.149.1.2.1.9
hh3cSessionEntOtherCreateRate OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of other sessions per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 9 }

.1.3.6.1.4.1.25506.2.149.1.2.1.10
hh3cSessionEntTCPTotal OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of TCP sessions created till now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 10 }

.1.3.6.1.4.1.25506.2.149.1.2.1.11
hh3cSessionEntUDPTotal OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of UDP sessions created till now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 11 }

.1.3.6.1.4.1.25506.2.149.1.2.1.12
hh3cSessionEntOtherTotal OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of other sessions created till now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionEntTable(2) hh3cSessionEntEntry(1) 12 }

.1.3.6.1.4.1.25506.2.149.1.3
hh3cSessionDrvTraps OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) 3 }

.1.3.6.1.4.1.25506.2.149.1.3.0
hh3cSessionDrvTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) 0 }

.1.3.6.1.4.1.25506.2.149.1.3.0.1
hh3cSessionDrvMaxTrap NOTIFICATION-TYPE
  -- FROM	HH3C-SESSION-MIB
  OBJECTS	{ hh3cSessionDrvNum, hh3cSessionChassis, hh3cSessionSlot, hh3cSessionCpu }
  DESCRIPTION	"Send trap when the number of sessions supported by hardware
     already reached the hh3cSessionDrvNum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.149.1.3.0.2
hh3cSessionDrvRecoveryTrap NOTIFICATION-TYPE
  -- FROM	HH3C-SESSION-MIB
  OBJECTS	{ hh3cSessionChassis, hh3cSessionSlot, hh3cSessionCpu }
  DESCRIPTION	"Send trap when the Session resources supported by hardware had been released."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.149.1.3.0.3
hh3cSessionThdMaxTrap NOTIFICATION-TYPE
  -- FROM	HH3C-SESSION-MIB
  OBJECTS	{ hh3cSessionUsage, hh3cSessionThreshold, hh3cSessionChassis, hh3cSessionSlot, hh3cSessionCpu }
  DESCRIPTION	"This notification is generated when the usage of sessions reached the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.149.1.3.0.4
hh3cSessionThdRecoveryTrap NOTIFICATION-TYPE
  -- FROM	HH3C-SESSION-MIB
  OBJECTS	{ hh3cSessionUsage, hh3cSessionThreshold, hh3cSessionChassis, hh3cSessionSlot, hh3cSessionCpu }
  DESCRIPTION	"This notification is generated when the usage of sessions dropped below the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.149.1.3.1
hh3cSessionDrvTrapObjects OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) 1 }

.1.3.6.1.4.1.25506.2.149.1.3.1.1
hh3cSessionDrvNum OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of sessions supported by hardware."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.149.1.3.1.2
hh3cSessionChassis OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"An IRF member device ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.2.149.1.3.1.3
hh3cSessionSlot OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The slot where the card resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapObjects(1) 3 }

.1.3.6.1.4.1.25506.2.149.1.3.1.4
hh3cSessionCpu OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"CPU ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapObjects(1) 4 }

.1.3.6.1.4.1.25506.2.149.1.3.1.5
hh3cSessionUsage OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapObjects(1) 5 }

.1.3.6.1.4.1.25506.2.149.1.3.1.6
hh3cSessionThreshold OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of threshold rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionDrvTraps(3) hh3cSessionDrvTrapObjects(1) 6 }

.1.3.6.1.4.1.25506.2.149.1.4
hh3cSessionMonitor OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) 4 }

.1.3.6.1.4.1.25506.2.149.1.4.0
hh3cSessionTrapObjects OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) 0 }

.1.3.6.1.4.1.25506.2.149.1.4.0.1
hh3cSessUsageAbruptAlarmTrap NOTIFICATION-TYPE
  -- FROM	HH3C-SESSION-MIB
  OBJECTS	{ hh3cSessionChassis, hh3cSessionSlot, hh3cSessionCpu, hh3cSessionUsageAbruptVar, hh3cSessionLastStat, hh3cSessionCurrentStat }
  DESCRIPTION	"This notification is generated when a hh3cSessionUsageAbruptVar
    alarm is generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) hh3cSessionTrapObjects(0) 1 }

.1.3.6.1.4.1.25506.2.149.1.4.0.2
hh3cSessRateAbruptAlarmTrap NOTIFICATION-TYPE
  -- FROM	HH3C-SESSION-MIB
  OBJECTS	{ hh3cSessionChassis, hh3cSessionSlot, hh3cSessionCpu, hh3cSessionRateAbruptVar, hh3cSessionLastStat, hh3cSessionCurrentStat }
  DESCRIPTION	"This notification is generated when a hh3cSessionRateAbruptVar
    alarm is generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) hh3cSessionTrapObjects(0) 2 }

.1.3.6.1.4.1.25506.2.149.1.4.0.3
hh3cSessTryRateAbruptAlarmTrap NOTIFICATION-TYPE
  -- FROM	HH3C-SESSION-MIB
  OBJECTS	{ hh3cSessionChassis, hh3cSessionSlot, hh3cSessionCpu, hh3cSessionTryRateAbruptVar, hh3cSessionLastStat, hh3cSessionCurrentStat }
  DESCRIPTION	"This notification is generated when a hh3cSessionTryRateAbruptVar
    alarm is generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) hh3cSessionTrapObjects(0) 3 }

.1.3.6.1.4.1.25506.2.149.1.4.1
hh3cSessionAbruptAlarm OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) 1 }

.1.3.6.1.4.1.25506.2.149.1.4.1.1
hh3cSessionUsageAbruptVar OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value is percentage change about session concurrency during a statistical period(10s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) hh3cSessionAbruptAlarm(1) 1 }

.1.3.6.1.4.1.25506.2.149.1.4.1.2
hh3cSessionRateAbruptVar OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value is percentage change about session creation rate during a statistical period(10s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) hh3cSessionAbruptAlarm(1) 2 }

.1.3.6.1.4.1.25506.2.149.1.4.1.3
hh3cSessionTryRateAbruptVar OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value is percentage change about session attempt rate during a statistical period(10s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) hh3cSessionAbruptAlarm(1) 3 }

.1.3.6.1.4.1.25506.2.149.1.4.1.4
hh3cSessionLastStat OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value of last session statistics(Usage:piece  Rate/TryRate:piece/s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) hh3cSessionAbruptAlarm(1) 4 }

.1.3.6.1.4.1.25506.2.149.1.4.1.5
hh3cSessionCurrentStat OBJECT-TYPE
  -- FROM	HH3C-SESSION-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value of current session statistics(Usage:piece  Rate/TryRate:piece/s)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSession(149) hh3cSessionTables(1) hh3cSessionMonitor(4) hh3cSessionAbruptAlarm(1) 5 }

.1.3.6.1.4.1.25506.2.150
hh3cVxlan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VXLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 150 }

.1.3.6.1.4.1.25506.2.150.1
hh3cVxlanObjects OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) 1 }

.1.3.6.1.4.1.25506.2.150.1.1
hh3cVxlanScalarGroup OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) 1 }

.1.3.6.1.4.1.25506.2.150.1.1.1
hh3cVxlanLocalMacNotify OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Local MAC(Media Access Control) address report capability."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.150.1.1.2
hh3cVxlanRemoteMacLearn OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Remote MAC address self-learning capability."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.150.1.1.3
hh3cVxlanNextVxlanID OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Next available VXLAN ID(identifier), in the range of 0x0 to 0xFFFFFF.
        The invalid value 0xFFFFFFFF indicates that no ID can be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanScalarGroup(1) 3 }

.1.3.6.1.4.1.25506.2.150.1.1.4
hh3cVxlanConfigured OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of currently configured VXLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanScalarGroup(1) 4 }

.1.3.6.1.4.1.25506.2.150.1.2
hh3cVxlanTable OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for VXLAN parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) 2 }

.1.3.6.1.4.1.25506.2.150.1.2.1
hh3cVxlanEntry OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVxlanID }
  DESCRIPTION	"Each entry represents the parameters of a VXLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTable(2) 1 }

.1.3.6.1.4.1.25506.2.150.1.2.1.1
hh3cVxlanID OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VXLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTable(2) hh3cVxlanEntry(1) 1 }

.1.3.6.1.4.1.25506.2.150.1.2.1.2
hh3cVxlanAddrType OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of multicast group address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTable(2) hh3cVxlanEntry(1) 2 }

.1.3.6.1.4.1.25506.2.150.1.2.1.3
hh3cVxlanGroupAddr OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Group destination address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTable(2) hh3cVxlanEntry(1) 3 }

.1.3.6.1.4.1.25506.2.150.1.2.1.4
hh3cVxlanSourceAddr OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Group source address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTable(2) hh3cVxlanEntry(1) 4 }

.1.3.6.1.4.1.25506.2.150.1.2.1.5
hh3cVxlanVsiIndex OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VSI index.  A unique index for the conceptual row identifying
         a VSI in the hh3cVsiTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTable(2) hh3cVxlanEntry(1) 5 }

.1.3.6.1.4.1.25506.2.150.1.2.1.6
hh3cVxlanRemoteMacCount OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote MAC address count of this VXLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTable(2) hh3cVxlanEntry(1) 6 }

.1.3.6.1.4.1.25506.2.150.1.2.1.7
hh3cVxlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  When a row in this
         table is in active state, no objects in that row
         can be modified by the agent except
         hh3cVxlanGroupAddr, hh3cVxlanSourceAddr."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTable(2) hh3cVxlanEntry(1) 7 }

.1.3.6.1.4.1.25506.2.150.1.3
hh3cVxlanTunnelTable OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for VXLAN tunnel parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) 3 }

.1.3.6.1.4.1.25506.2.150.1.3.1
hh3cVxlanTunnelEntry OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVxlanID, hh3cVxlanTunnelID }
  DESCRIPTION	"Each entry represents the parameters of a VXLAN tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) 1 }

.1.3.6.1.4.1.25506.2.150.1.3.1.1
hh3cVxlanTunnelID OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index for tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.150.1.3.1.2
hh3cVxlanTunnelRowStatus OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.150.1.3.1.3
hh3cVxlanTunnelOctets OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets that have been forwarded over the tunnel.

        Discontinuities in the value of this counter can
        occur at re-initialization of the management system,
        and at other times."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.150.1.3.1.4
hh3cVxlanTunnelPackets OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that have been forwarded over the tunnel.

        Discontinuities in the value of this counter can
        occur at re-initialization of the management system
        and at other times."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.150.1.3.1.5
hh3cVxlanTunnelInputOctets OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of incoming bytes that have been forwarded over the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 5 }

.1.3.6.1.4.1.25506.2.150.1.3.1.6
hh3cVxlanTunnelOutputOctets OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of outgoing bytes that have been forwarded over the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 6 }

.1.3.6.1.4.1.25506.2.150.1.3.1.7
hh3cVxlanTunnelInputPackets OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of incoming packets that have been forwarded over the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 7 }

.1.3.6.1.4.1.25506.2.150.1.3.1.8
hh3cVxlanTunnelOutputPackets OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of outgoing packets that have been forwarded over the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 8 }

.1.3.6.1.4.1.25506.2.150.1.3.1.9
hh3cVxlanTunnelInputDiscards OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of incoming discarded packets that have been forwarded over
         the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 9 }

.1.3.6.1.4.1.25506.2.150.1.3.1.10
hh3cVxlanTunnelOutputDiscards OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of outgoing discarded packets that have been forwarded over
         the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelTable(3) hh3cVxlanTunnelEntry(1) 10 }

.1.3.6.1.4.1.25506.2.150.1.4
hh3cVxlanTunnelBoundTable OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for the number of VXLANs to which the tunnel is bound."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) 4 }

.1.3.6.1.4.1.25506.2.150.1.4.1
hh3cVxlanTunnelBoundEntry OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVxlanTunnelID }
  DESCRIPTION	"An entry represents the number of VXLANs to which a tunnel is bound."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelBoundTable(4) 1 }

.1.3.6.1.4.1.25506.2.150.1.4.1.1
hh3cVxlanTunnelBoundVxlanNum OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VXLANs to which this tunnel is bound."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanTunnelBoundTable(4) hh3cVxlanTunnelBoundEntry(1) 1 }

.1.3.6.1.4.1.25506.2.150.1.5
hh3cVxlanMacTable OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for VXLAN remote MAC addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) 5 }

.1.3.6.1.4.1.25506.2.150.1.5.1
hh3cVxlanMacEntry OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVxlanVsiIndex, hh3cVxlanMacAddr }
  DESCRIPTION	"A VXLAN remote MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanMacTable(5) 1 }

.1.3.6.1.4.1.25506.2.150.1.5.1.1
hh3cVxlanMacAddr OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanMacTable(5) hh3cVxlanMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.150.1.5.1.2
hh3cVxlanMacTunnelID OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique index for tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanMacTable(5) hh3cVxlanMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.150.1.5.1.3
hh3cVxlanMacType OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	INTEGER {unknown(0), selfLearned(1), staticConfigured(2), protocolLearned(3), openflow(4), ovsdb(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of an MAC address.

        selfLearned: Unicast address dynamically learned in the data plane.
        staticConfigured: Unicast address manually added.
        protocolLearned: Unicast address advertised through VXLAN IS-IS or BGP.
               Support for VXLAN IS-IS and BGP depends on the software version.
        openflow: Unicast address issued by a controller through OpenFlow.
        ovsdb: Unicast address issued by a controller through OVSDB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanMacTable(5) hh3cVxlanMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.150.1.6
hh3cVxlanStaticMacTable OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for VXLAN static remote MAC addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) 6 }

.1.3.6.1.4.1.25506.2.150.1.6.1
hh3cVxlanStaticMacEntry OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVxlanVsiIndex, hh3cVxlanStaticMacAddr }
  DESCRIPTION	"A VXLAN static MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanStaticMacTable(6) 1 }

.1.3.6.1.4.1.25506.2.150.1.6.1.1
hh3cVxlanStaticMacAddr OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Static MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanStaticMacTable(6) hh3cVxlanStaticMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.150.1.6.1.2
hh3cVxlanStaticMacTunnelID OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A unique index for tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanStaticMacTable(6) hh3cVxlanStaticMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.150.1.6.1.3
hh3cVxlanStaticMacRowStatus OBJECT-TYPE
  -- FROM	HH3C-VXLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  When a row in this
         table is in active state, no objects in that row
         can be modified by the agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVxlan(150) hh3cVxlanObjects(1) hh3cVxlanStaticMacTable(6) hh3cVxlanStaticMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.151
hh3cRddc OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RDDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 151 }

.1.3.6.1.4.1.25506.2.151.0
hh3cRddcNotifications OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) 0 }

.1.3.6.1.4.1.25506.2.151.0.1
hh3cRddcSwitchoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RDDC-MIB
  OBJECTS	{ hh3cRddcGroupIdx, hh3cRddcGroupName, hh3cRddcNodeInfo, hh3cRddcSwitchReason }
  DESCRIPTION	"Notification to signal switchover/failover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.151.0.2
hh3cRddcFailIfRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RDDC-MIB
  OBJECTS	{ hh3cRddcGroupIdx, hh3cRddcGroupName, ifIndex, ifDescr }
  DESCRIPTION	"Notification to signal the failed interface recovered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.151.0.3
hh3cRddcFailIfGenerateTrap NOTIFICATION-TYPE
  -- FROM	HH3C-RDDC-MIB
  OBJECTS	{ hh3cRddcGroupIdx, hh3cRddcGroupName, ifIndex, ifDescr }
  DESCRIPTION	"Notification to signal the failed interface generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcNotifications(0) 3 }

.1.3.6.1.4.1.25506.2.151.1
hh3cRddcObjects OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) 1 }

.1.3.6.1.4.1.25506.2.151.1.1
hh3cRddcInfo OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) 1 }

.1.3.6.1.4.1.25506.2.151.1.1.1
hh3cRddcTable OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the current status of redundancy groups."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) 1 }

.1.3.6.1.4.1.25506.2.151.1.1.1.1
hh3cRddcEntry OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRddcGroupIdx }
  DESCRIPTION	"The entry of hh3cRddcEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcTable(1) 1 }

.1.3.6.1.4.1.25506.2.151.1.1.1.1.1
hh3cRddcGroupIdx OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Unique identifier of this redundancy group.  0 is an invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcTable(1) hh3cRddcEntry(1) 1 }

.1.3.6.1.4.1.25506.2.151.1.1.1.1.2
hh3cRddcGroupName OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	OCTET STRING (1..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Unique identifier of this redundancy group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcTable(1) hh3cRddcEntry(1) 2 }

.1.3.6.1.4.1.25506.2.151.1.1.1.1.3
hh3cRddcPreempTimeRemain OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The redundancy group should not switch back immediately
        when a failover is recovered.  The preempt delay timer is started
        for waiting the failover became believable.
        This object contains the current preempt delay time remained
        when a failover is recovered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcTable(1) hh3cRddcEntry(1) 3 }

.1.3.6.1.4.1.25506.2.151.1.1.1.1.4
hh3cRddcPreempTimeConfig OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current preempt delay time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcTable(1) hh3cRddcEntry(1) 4 }

.1.3.6.1.4.1.25506.2.151.1.1.1.1.5
hh3cRddcHoldTimeRemain OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"To prevent frequent switchovers of the redundancy group,
        the hold-down timer started to keeping in a state for
        a fixed time.
        This object contains the current remained hold-down time
        when a switchover or a failover recovery occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcTable(1) hh3cRddcEntry(1) 5 }

.1.3.6.1.4.1.25506.2.151.1.1.1.1.6
hh3cRddcHoldTimeConfig OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current hold-down time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcTable(1) hh3cRddcEntry(1) 6 }

.1.3.6.1.4.1.25506.2.151.1.1.2
hh3cRddcNodeTable OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the current status of a redundancy group node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) 2 }

.1.3.6.1.4.1.25506.2.151.1.1.2.1
hh3cRddcNodeEntry OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRddcNodeGroupIdx, hh3cRddcNodeId }
  DESCRIPTION	"The entry of hh3cRddcNodeEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcNodeTable(2) 1 }

.1.3.6.1.4.1.25506.2.151.1.1.2.1.1
hh3cRddcNodeGroupIdx OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Unique identifier of this redundancy group.  0 is an invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcNodeTable(2) hh3cRddcNodeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.151.1.1.2.1.2
hh3cRddcNodeId OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Unique identifier of this redundancy group node.  0 is an invalid value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcNodeTable(2) hh3cRddcNodeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.151.1.1.2.1.3
hh3cRddcNodeBindType OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	INTEGER {invalid(1), chassis(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bind type of this redundancy group node.
         The current version only supports binding chassis of an IRF device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcNodeTable(2) hh3cRddcNodeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.151.1.1.2.1.4
hh3cRddcNodeBindInfo OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bind information of this redundancy group node.
         The current version only supports binding chassis of an IRF device.
         If the value of hh3cRddcNodeBindType is invalid, the value of hh3cRddcNodeBindInfo is 65535."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcNodeTable(2) hh3cRddcNodeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.151.1.1.2.1.5
hh3cRddcNodePriority OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The priority of this redundancy group node.  The higher the value, the greater the priority."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcNodeTable(2) hh3cRddcNodeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.151.1.1.2.1.6
hh3cRddcNodeWeight OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current weight of this redundancy group node.  The max value is 255."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcNodeTable(2) hh3cRddcNodeEntry(1) 6 }

.1.3.6.1.4.1.25506.2.151.1.1.2.1.7
hh3cRddcNodeStatus OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  SYNTAX	INTEGER {invalid(1), master(2), standby(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current status of this redundancy group node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcInfo(1) hh3cRddcNodeTable(2) hh3cRddcNodeEntry(1) 7 }

.1.3.6.1.4.1.25506.2.151.1.2
hh3cRddcTrapObjects OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) 2 }

.1.3.6.1.4.1.25506.2.151.1.2.1
hh3cRddcNodeInfo OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object contains node identification information
        where the switchover occurred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcTrapObjects(2) 1 }

.1.3.6.1.4.1.25506.2.151.1.2.2
hh3cRddcSwitchReason OBJECT-TYPE
  -- FROM	HH3C-RDDC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object contains the cause for switchover."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRddc(151) hh3cRddcObjects(1) hh3cRddcTrapObjects(2) 2 }

.1.3.6.1.4.1.25506.2.152
hh3cIpRanDcn OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-IPRAN-DCN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 152 }

.1.3.6.1.4.1.25506.2.152.1
hh3cIpRanDcnMIB OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) 1 }

.1.3.6.1.4.1.25506.2.152.1.1
hh3cIpRanDcnObjects OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) 1 }

.1.3.6.1.4.1.25506.2.152.1.1.1
hh3cIpRanDcnInfoObject OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) 1 }

.1.3.6.1.4.1.25506.2.152.1.1.1.1
hh3cIpRanDcnNeId OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION Hh3cIpRanNeId
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the ID of the local network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnInfoObject(1) 1 }

.1.3.6.1.4.1.25506.2.152.1.1.1.2
hh3cIpRanDcnNeIpType OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the IP address type of the local network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnInfoObject(1) 2 }

.1.3.6.1.4.1.25506.2.152.1.1.1.3
hh3cIpRanDcnNeIp OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the IP address of the local network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnInfoObject(1) 3 }

.1.3.6.1.4.1.25506.2.152.1.1.1.4
hh3cIpRanDcnMask OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the IP address mask of the local network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnInfoObject(1) 4 }

.1.3.6.1.4.1.25506.2.152.1.1.1.5
hh3cIpRanDcnMAC OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bridge MAC address of the network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnInfoObject(1) 5 }

.1.3.6.1.4.1.25506.2.152.1.1.1.6
hh3cIpRanDcnVendor OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Company name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnInfoObject(1) 6 }

.1.3.6.1.4.1.25506.2.152.1.1.2
hh3cIpRanDcnNeInfoTable OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about all network elements online."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) 2 }

.1.3.6.1.4.1.25506.2.152.1.1.2.1
hh3cIpRanDcnNeInfoEntry OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIpRanDcnNeInfoNeId }
  DESCRIPTION	"A single network element information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnNeInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.152.1.1.2.1.1
hh3cIpRanDcnNeInfoNeId OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION Hh3cIpRanNeId
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the network element ID uniquely identifying
        one network element in the routing domain."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnNeInfoTable(2) hh3cIpRanDcnNeInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.152.1.1.2.1.2
hh3cIpRanDcnNeInfoNeIpType OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the IP address type of the network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnNeInfoTable(2) hh3cIpRanDcnNeInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.152.1.1.2.1.3
hh3cIpRanDcnNeInfoNeIp OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the IP address of the network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnNeInfoTable(2) hh3cIpRanDcnNeInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.152.1.1.2.1.4
hh3cIpRanDcnNeInfoMetric OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The metric from the local network element to the remote
        network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnNeInfoTable(2) hh3cIpRanDcnNeInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.152.1.1.2.1.5
hh3cIpRanDcnNeInfoDeviceType OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the device type of the network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnNeInfoTable(2) hh3cIpRanDcnNeInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.152.1.1.2.1.6
hh3cIpRanDcnNeInfoMAC OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bridge MAC address of the network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnNeInfoTable(2) hh3cIpRanDcnNeInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.152.1.1.2.1.7
hh3cIpRanDcnNeInfoVendor OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Company name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnObjects(1) hh3cIpRanDcnNeInfoTable(2) hh3cIpRanDcnNeInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.152.1.2
hh3cIpRanDcnTrapObjects OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) 2 }

.1.3.6.1.4.1.25506.2.152.1.2.1
hh3cIpRanDcnNeNumber OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The overall number of network elements online."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnTrapObjects(2) 1 }

.1.3.6.1.4.1.25506.2.152.1.2.2
hh3cIpRanDcnNeChangeMode OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  SYNTAX	INTEGER {online(1), offline(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The change mode of the last trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnTrapObjects(2) 2 }

.1.3.6.1.4.1.25506.2.152.1.2.3
hh3cIpRanDcnCompanyName OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Company name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnTrapObjects(2) 3 }

.1.3.6.1.4.1.25506.2.152.1.2.4
hh3cIpRanDcnDeviceType OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnTrapObjects(2) 4 }

.1.3.6.1.4.1.25506.2.152.1.2.5
hh3cIpRanDcnDeviceMac OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bridge MAC address of the network element."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnTrapObjects(2) 5 }

.1.3.6.1.4.1.25506.2.152.1.3
hh3cIpRanDcnTraps OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) 3 }

.1.3.6.1.4.1.25506.2.152.1.3.0
hh3cIpRanDcnTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnTraps(3) 0 }

.1.3.6.1.4.1.25506.2.152.1.3.0.1
hh3cIpRanDcnNeOnline NOTIFICATION-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  OBJECTS	{ hh3cIpRanDcnNeInfoNeId, hh3cIpRanDcnNeInfoNeIpType, hh3cIpRanDcnNeInfoNeIp, hh3cIpRanDcnCompanyName, hh3cIpRanDcnDeviceType, hh3cIpRanDcnDeviceMac }
  DESCRIPTION	"The trap is generated when a new network element is online."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnTraps(3) hh3cIpRanDcnTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.152.1.3.0.2
hh3cIpRanDcnNeOffline NOTIFICATION-TYPE
  -- FROM	HH3C-IPRAN-DCN-MIB
  OBJECTS	{ hh3cIpRanDcnNeInfoNeId, hh3cIpRanDcnNeInfoNeIpType, hh3cIpRanDcnNeInfoNeIp }
  DESCRIPTION	"The trap is generated when a network element is offline."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cIpRanDcn(152) hh3cIpRanDcnMIB(1) hh3cIpRanDcnTraps(3) hh3cIpRanDcnTrapsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.153
hh3c8021XExt2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-8021X-EXT2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 153 }

.1.3.6.1.4.1.25506.2.153.1
hh3c8021XExt2MibObjects OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) 1 }

.1.3.6.1.4.1.25506.2.153.1.1
hh3c8021XExt2System OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.153.1.1.1
hh3c8021XExt2AuthQuietPeriod OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	Unsigned32 (10..120) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the quietPeriod constant
            currently in use by the Authenticator PAE state
            machine."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2System(1) 1 }

.1.3.6.1.4.1.25506.2.153.1.1.2
hh3c8021XExt2AuthTxPeriod OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	Unsigned32 (1..120) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the txPeriod constant
            currently in use by the Authenticator PAE state
            machine."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2System(1) 2 }

.1.3.6.1.4.1.25506.2.153.1.1.3
hh3c8021XExt2AuthSuppTimeout OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	Unsigned32 (1..120) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the suppTimeout constant
           currently in use by the Backend Authentication state
           machine."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2System(1) 3 }

.1.3.6.1.4.1.25506.2.153.1.1.4
hh3c8021XExt2AuthServerTimeout OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	Unsigned32 (100..300) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the serverTimeout constant
           currently in use by the Backend Authentication state
           machine."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2System(1) 4 }

.1.3.6.1.4.1.25506.2.153.1.1.5
hh3c8021XExt2AuthMaxReq OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	Unsigned32 (1..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the maxReq constant currently in use by
           the Backend Authentication state machine."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2System(1) 5 }

.1.3.6.1.4.1.25506.2.153.1.1.6
hh3c8021XExt2AuthReAuthPeriod OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	Unsigned32 (60..7200) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the reAuthPeriod constant
           currently in use by the Reauthentication Timer state
           machine."
  DEFVAL	{ 3600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2System(1) 6 }

.1.3.6.1.4.1.25506.2.153.1.1.7
hh3c8021XExt2AuthMethod OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	INTEGER {chap(1), pap(2), eap(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value defines the 802.1X authentication method."
  DEFVAL	{ chap }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2System(1) 7 }

.1.3.6.1.4.1.25506.2.153.1.2
hh3c8021XExt2Authenticator OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) 2 }

.1.3.6.1.4.1.25506.2.153.1.2.1
hh3c8021XExt2AuthConfigExtTable OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table that extends dot1xAuthConfigTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2Authenticator(2) 1 }

.1.3.6.1.4.1.25506.2.153.1.2.1.1
hh3c8021XExt2AuthConfigExtEntry OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1xPaePortNumber }
  DESCRIPTION	"The configuration information for an Authenticator PAE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2Authenticator(2) hh3c8021XExt2AuthConfigExtTable(1) 1 }

.1.3.6.1.4.1.25506.2.153.1.2.1.1.1
hh3c8021XExt2PaePortAuthAdminStatus OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative enable/disable state for Port Access Control of a port."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2Authenticator(2) hh3c8021XExt2AuthConfigExtTable(1) hh3c8021XExt2AuthConfigExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.153.1.2.1.1.2
hh3c8021XExt2PaePortControlledType OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	INTEGER {portbased(1), macbased(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Port Access Control type, e.g. port-based access or MAC-based access control."
  DEFVAL	{ macbased }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2Authenticator(2) hh3c8021XExt2AuthConfigExtTable(1) hh3c8021XExt2AuthConfigExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.153.1.2.1.1.3
hh3c8021XExt2PaePortMaxUserNum OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of online user associated with each port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2Authenticator(2) hh3c8021XExt2AuthConfigExtTable(1) hh3c8021XExt2AuthConfigExtEntry(1) 3 }

.1.3.6.1.4.1.25506.2.153.1.2.1.1.4
hh3c8021XExt2PaePortUserNumNow OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of current online user associated with each port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2Authenticator(2) hh3c8021XExt2AuthConfigExtTable(1) hh3c8021XExt2AuthConfigExtEntry(1) 4 }

.1.3.6.1.4.1.25506.2.153.1.2.1.1.5
hh3c8021XExt2PaePortClearStatistics OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  SYNTAX	INTEGER {noClear(0), clear(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear all authentication statistics of a port."
  DEFVAL	{ noClear }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2Authenticator(2) hh3c8021XExt2AuthConfigExtTable(1) hh3c8021XExt2AuthConfigExtEntry(1) 5 }

.1.3.6.1.4.1.25506.2.153.1.2.1.1.6
hh3c8021XExt2PaePortMcastTrigStatus OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative enabled/disabled status of sending
           multicast EAP_REQ/ID packet."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2Authenticator(2) hh3c8021XExt2AuthConfigExtTable(1) hh3c8021XExt2AuthConfigExtEntry(1) 6 }

.1.3.6.1.4.1.25506.2.153.1.2.1.1.7
hh3c8021XExt2PaePortHandshakeStatus OBJECT-TYPE
  -- FROM	HH3C-8021X-EXT2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative enabled/disabled status of sending
           handshake EAP_REQ/ID packet."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3c8021XExt2(153) hh3c8021XExt2MibObjects(1) hh3c8021XExt2Authenticator(2) hh3c8021XExt2AuthConfigExtTable(1) hh3c8021XExt2AuthConfigExtEntry(1) 7 }

.1.3.6.1.4.1.25506.2.154
hh3cContext OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-CONTEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 154 }

.1.3.6.1.4.1.25506.2.154.1
hh3cContextTables OBJECT-TYPE
  -- FROM	HH3C-CONTEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) 1 }

.1.3.6.1.4.1.25506.2.154.1.1
hh3cContextControl OBJECT-TYPE
  -- FROM	HH3C-CONTEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) hh3cContextTables(1) 1 }

.1.3.6.1.4.1.25506.2.154.1.1.1
hh3cContextControlTable OBJECT-TYPE
  -- FROM	HH3C-CONTEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to configure contexts for a device and
         show context status info."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) hh3cContextTables(1) hh3cContextControl(1) 1 }

.1.3.6.1.4.1.25506.2.154.1.1.1.1
hh3cContextControlEntry OBJECT-TYPE
  -- FROM	HH3C-CONTEXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cContextIndex }
  DESCRIPTION	"An entry of the hh3cContextControlTable.
         Each entry corresponds to one context."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) hh3cContextTables(1) hh3cContextControl(1) hh3cContextControlTable(1) 1 }

.1.3.6.1.4.1.25506.2.154.1.1.1.1.1
hh3cContextIndex OBJECT-TYPE
  -- FROM	HH3C-CONTEXT-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value range of Context ID depends on the device model."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) hh3cContextTables(1) hh3cContextControl(1) hh3cContextControlTable(1) hh3cContextControlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.154.1.1.1.1.2
hh3cContextName OBJECT-TYPE
  -- FROM	HH3C-CONTEXT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..15) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the context name,
         a case-sensitive string of 1 to 15 characters.
         The context name cannot be modified once created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) hh3cContextTables(1) hh3cContextControl(1) hh3cContextControlTable(1) hh3cContextControlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.154.8
hh3cContextNotification OBJECT-TYPE
  -- FROM	HH3C-CONTEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) 8 }

.1.3.6.1.4.1.25506.2.154.8.0
hh3cContextNotificationObjects OBJECT-TYPE
  -- FROM	HH3C-CONTEXT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) hh3cContextNotification(8) 0 }

.1.3.6.1.4.1.25506.2.154.8.0.1
hh3cContextStateChangeToActive NOTIFICATION-TYPE
  -- FROM	HH3C-CONTEXT-MIB
  OBJECTS	{ hh3cContextIndex, hh3cContextName }
  DESCRIPTION	"The hh3cContextStateChangeToActive trap indicates
         that the context status has changed to active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) hh3cContextNotification(8) hh3cContextNotificationObjects(0) 1 }

.1.3.6.1.4.1.25506.2.154.8.0.2
hh3cContextStateChangeToInactive NOTIFICATION-TYPE
  -- FROM	HH3C-CONTEXT-MIB
  OBJECTS	{ hh3cContextIndex, hh3cContextName }
  DESCRIPTION	"The hh3cContextStateChangeToInactive trap indicates
         that the context status has changed to inactive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cContext(154) hh3cContextNotification(8) hh3cContextNotificationObjects(0) 2 }

.1.3.6.1.4.1.25506.2.155
hh3cObjp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-OBJP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 155 }

.1.3.6.1.4.1.25506.2.155.1
hh3cObjpZonePairObjects OBJECT-TYPE
  -- FROM	HH3C-OBJP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjp(155) 1 }

.1.3.6.1.4.1.25506.2.155.1.1
hh3cObjpZonePairRunningInfoTable OBJECT-TYPE
  -- FROM	HH3C-OBJP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Object policy of zone pair running information base."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjp(155) hh3cObjpZonePairObjects(1) 1 }

.1.3.6.1.4.1.25506.2.155.1.1.1
hh3cObjpZonePairRunningInfoEntry OBJECT-TYPE
  -- FROM	HH3C-OBJP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cObjpZonePairSrcZone, hh3cObjpZonePairDstZone, hh3cObjpZonePairIPVersion, hh3cObjpZonePairRuleID }
  DESCRIPTION	"Object policy of zone pair running information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjp(155) hh3cObjpZonePairObjects(1) hh3cObjpZonePairRunningInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.155.1.1.1.1
hh3cObjpZonePairSrcZone OBJECT-TYPE
  -- FROM	HH3C-OBJP-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Name of the source security zone."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjp(155) hh3cObjpZonePairObjects(1) hh3cObjpZonePairRunningInfoTable(1) hh3cObjpZonePairRunningInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.155.1.1.1.2
hh3cObjpZonePairDstZone OBJECT-TYPE
  -- FROM	HH3C-OBJP-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Name of the destination security zone."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjp(155) hh3cObjpZonePairObjects(1) hh3cObjpZonePairRunningInfoTable(1) hh3cObjpZonePairRunningInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.155.1.1.1.3
hh3cObjpZonePairIPVersion OBJECT-TYPE
  -- FROM	HH3C-OBJP-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP protocol version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjp(155) hh3cObjpZonePairObjects(1) hh3cObjpZonePairRunningInfoTable(1) hh3cObjpZonePairRunningInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.155.1.1.1.4
hh3cObjpZonePairRuleID OBJECT-TYPE
  -- FROM	HH3C-OBJP-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Rule ID of object policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjp(155) hh3cObjpZonePairObjects(1) hh3cObjpZonePairRunningInfoTable(1) hh3cObjpZonePairRunningInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.155.1.1.1.5
hh3cObjpZonePairMatchPacketCount OBJECT-TYPE
  -- FROM	HH3C-OBJP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matching the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjp(155) hh3cObjpZonePairObjects(1) hh3cObjpZonePairRunningInfoTable(1) hh3cObjpZonePairRunningInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.155.1.1.1.6
hh3cObjpZonePairLastMatchTime OBJECT-TYPE
  -- FROM	HH3C-OBJP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interval in seconds between the last match and 1970/1/1 00:00:00."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cObjp(155) hh3cObjpZonePairObjects(1) hh3cObjpZonePairRunningInfoTable(1) hh3cObjpZonePairRunningInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.156
hh3cNvgre OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-NVGRE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 156 }

.1.3.6.1.4.1.25506.2.156.1
hh3cNvgreObjects OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) 1 }

.1.3.6.1.4.1.25506.2.156.1.1
hh3cNvgreScalarGroup OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) 1 }

.1.3.6.1.4.1.25506.2.156.1.1.1
hh3cNvgreNextNvgreID OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Next available NVGRE ID(identifier), in the range of 4096 to 16777214.
        The invalid value 4294967295 indicates that no ID can be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreScalarGroup(1) 1 }

.1.3.6.1.4.1.25506.2.156.1.1.2
hh3cNvgreConfigured OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of currently configured NVGREs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreScalarGroup(1) 2 }

.1.3.6.1.4.1.25506.2.156.1.2
hh3cNvgreTable OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for NVGRE parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) 2 }

.1.3.6.1.4.1.25506.2.156.1.2.1
hh3cNvgreEntry OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNvgreID }
  DESCRIPTION	"Each entry represents the parameters of an NVGRE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTable(2) 1 }

.1.3.6.1.4.1.25506.2.156.1.2.1.1
hh3cNvgreID OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The NVGRE ID, in the range of 4096 to 16777214."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTable(2) hh3cNvgreEntry(1) 1 }

.1.3.6.1.4.1.25506.2.156.1.2.1.2
hh3cNvgreVsiIndex OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VSI index.  A unique index for the conceptual row identifying
         a VSI(Virtual Switch Instance) in the hh3cVsiTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTable(2) hh3cNvgreEntry(1) 2 }

.1.3.6.1.4.1.25506.2.156.1.2.1.3
hh3cNvgreRemoteMacCount OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remote MAC(Media Access Control) address count of this NVGRE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTable(2) hh3cNvgreEntry(1) 3 }

.1.3.6.1.4.1.25506.2.156.1.2.1.4
hh3cNvgreRowStatus OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  When a row in this
         table is in active state, no objects in that row
         can be modified by the agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTable(2) hh3cNvgreEntry(1) 4 }

.1.3.6.1.4.1.25506.2.156.1.3
hh3cNvgreTunnelTable OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for NVGRE tunnel parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) 3 }

.1.3.6.1.4.1.25506.2.156.1.3.1
hh3cNvgreTunnelEntry OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNvgreID, hh3cNvgreTunnelID }
  DESCRIPTION	"Each entry represents the parameters of an NVGRE tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTunnelTable(3) 1 }

.1.3.6.1.4.1.25506.2.156.1.3.1.1
hh3cNvgreTunnelID OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique index for tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTunnelTable(3) hh3cNvgreTunnelEntry(1) 1 }

.1.3.6.1.4.1.25506.2.156.1.3.1.2
hh3cNvgreTunnelRowStatus OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTunnelTable(3) hh3cNvgreTunnelEntry(1) 2 }

.1.3.6.1.4.1.25506.2.156.1.3.1.3
hh3cNvgreTunnelOctets OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets that have been forwarded over the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTunnelTable(3) hh3cNvgreTunnelEntry(1) 3 }

.1.3.6.1.4.1.25506.2.156.1.3.1.4
hh3cNvgreTunnelPackets OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that have been forwarded over the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTunnelTable(3) hh3cNvgreTunnelEntry(1) 4 }

.1.3.6.1.4.1.25506.2.156.1.4
hh3cNvgreTunnelBoundTable OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for the number of NVGREs to which the tunnel is bound."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) 4 }

.1.3.6.1.4.1.25506.2.156.1.4.1
hh3cNvgreTunnelBoundEntry OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNvgreTunnelID }
  DESCRIPTION	"An entry represents the number of NVGREs to which a tunnel is bound."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTunnelBoundTable(4) 1 }

.1.3.6.1.4.1.25506.2.156.1.4.1.1
hh3cNvgreTunnelBoundNvgreNum OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of NVGREs to which this tunnel is bound."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreTunnelBoundTable(4) hh3cNvgreTunnelBoundEntry(1) 1 }

.1.3.6.1.4.1.25506.2.156.1.5
hh3cNvgreMacTable OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for NVGRE remote MAC addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) 5 }

.1.3.6.1.4.1.25506.2.156.1.5.1
hh3cNvgreMacEntry OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNvgreVsiIndex, hh3cNvgreMacAddr }
  DESCRIPTION	"An NVGRE remote MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreMacTable(5) 1 }

.1.3.6.1.4.1.25506.2.156.1.5.1.1
hh3cNvgreMacAddr OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreMacTable(5) hh3cNvgreMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.156.1.5.1.2
hh3cNvgreMacTunnelID OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A unique index for tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreMacTable(5) hh3cNvgreMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.156.1.5.1.3
hh3cNvgreMacType OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	INTEGER {selfLearned(1), staticConfigured(2), protocolLearned(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of an MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreMacTable(5) hh3cNvgreMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.156.1.6
hh3cNvgreStaticMacTable OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for NVGRE static remote MAC addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) 6 }

.1.3.6.1.4.1.25506.2.156.1.6.1
hh3cNvgreStaticMacEntry OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNvgreVsiIndex, hh3cNvgreStaticMacAddr }
  DESCRIPTION	"An NVGRE static MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreStaticMacTable(6) 1 }

.1.3.6.1.4.1.25506.2.156.1.6.1.1
hh3cNvgreStaticMacAddr OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Static MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreStaticMacTable(6) hh3cNvgreStaticMacEntry(1) 1 }

.1.3.6.1.4.1.25506.2.156.1.6.1.2
hh3cNvgreStaticMacTunnelID OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A unique index for tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreStaticMacTable(6) hh3cNvgreStaticMacEntry(1) 2 }

.1.3.6.1.4.1.25506.2.156.1.6.1.3
hh3cNvgreStaticMacRowStatus OBJECT-TYPE
  -- FROM	HH3C-NVGRE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  When a row in this
         table is in active state, no objects in that row
         can be modified by the agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNvgre(156) hh3cNvgreObjects(1) hh3cNvgreStaticMacTable(6) hh3cNvgreStaticMacEntry(1) 3 }

.1.3.6.1.4.1.25506.2.157
hh3cWlanMt OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-WLANMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 157 }

.1.3.6.1.4.1.25506.2.157.1
hh3cWlanMtVCpuInfoGroup OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) 1 }

.1.3.6.1.4.1.25506.2.157.1.1
hh3cWlanMtVCpuInfoTable OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table represents the list of possible VCpu information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) hh3cWlanMtVCpuInfoGroup(1) 1 }

.1.3.6.1.4.1.25506.2.157.1.1.1
hh3cWlanMtVCpuInfoEntry OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWlanMtVcpuID }
  DESCRIPTION	"Each entry contains possible information of each VCpu."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) hh3cWlanMtVCpuInfoGroup(1) hh3cWlanMtVCpuInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.157.1.1.1.1
hh3cWlanMtVcpuID OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Represents the Id of the VCpu."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) hh3cWlanMtVCpuInfoGroup(1) hh3cWlanMtVCpuInfoTable(1) hh3cWlanMtVCpuInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.157.1.1.1.2
hh3cWlanMtVcpuUsage OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the usage of the VCpu."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) hh3cWlanMtVCpuInfoGroup(1) hh3cWlanMtVCpuInfoTable(1) hh3cWlanMtVCpuInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.157.1.1.1.3
hh3cWlanMtVcpuRx OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of packets whitch vcpu has recieved."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) hh3cWlanMtVCpuInfoGroup(1) hh3cWlanMtVCpuInfoTable(1) hh3cWlanMtVCpuInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.157.1.1.1.4
hh3cWlanMtVcpuTx OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of packets whitch vcpu has transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) hh3cWlanMtVCpuInfoGroup(1) hh3cWlanMtVCpuInfoTable(1) hh3cWlanMtVCpuInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.157.1.1.1.5
hh3cWlanMtVcpuDrop OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Represents the number of packets whitch vcpu has Dropped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) hh3cWlanMtVCpuInfoGroup(1) hh3cWlanMtVCpuInfoTable(1) hh3cWlanMtVCpuInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.157.2
hh3cWlanMtFrameToCpu OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) 2 }

.1.3.6.1.4.1.25506.2.157.2.1
hh3cWlanMtToCpuTxFrameCnt OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total packets send to cpu successfully."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) hh3cWlanMtFrameToCpu(2) 1 }

.1.3.6.1.4.1.25506.2.157.2.2
hh3cWlanMtToCpuDropFrameCnt OBJECT-TYPE
  -- FROM	HH3C-WLANMT-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total packets send to cpu failed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cWlanMt(157) hh3cWlanMtFrameToCpu(2) 2 }

.1.3.6.1.4.1.25506.2.158
hh3cRbac OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RBAC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 158 }

.1.3.6.1.4.1.25506.2.158.0
hh3cRbacNotifications OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) 0 }

.1.3.6.1.4.1.25506.2.158.1
hh3cRbacObjects OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) 1 }

.1.3.6.1.4.1.25506.2.158.1.1
hh3cRbacInfo OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) 1 }

.1.3.6.1.4.1.25506.2.158.1.1.1
hh3cRbacFeatureTable OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the information about features on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacInfo(1) 1 }

.1.3.6.1.4.1.25506.2.158.1.1.1.1
hh3cRbacFeatureEntry OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRbacFeatureName }
  DESCRIPTION	"An entry in the hh3cRbacFeatureTable.
        One entry indicates information about a feature on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacInfo(1) hh3cRbacFeatureTable(1) 1 }

.1.3.6.1.4.1.25506.2.158.1.1.1.1.1
hh3cRbacFeatureName OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates the name of a feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacInfo(1) hh3cRbacFeatureTable(1) hh3cRbacFeatureEntry(1) 1 }

.1.3.6.1.4.1.25506.2.158.1.1.1.1.2
hh3cRbacFeatureDescription OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the introduction of the feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacInfo(1) hh3cRbacFeatureTable(1) hh3cRbacFeatureEntry(1) 2 }

.1.3.6.1.4.1.25506.2.158.1.2
hh3cRbacConfig OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) 2 }

.1.3.6.1.4.1.25506.2.158.1.2.1
hh3cRbacRoleDefaultEnable OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls if an authenticated user can access the system
        when he or she isn't authorized any user roles.
        The default value is false."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.2
hh3cRbacRoleDefaultRoleName OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If hh3cRbacRoleDefaultEnable is true, this object specifies
        the user role applied to the user when he or she accesses
        the system without any authorized user roles.
        If this object is not configured, the default user role
        applied is listed as below:
        network-operator - When login to the default MDC or default Context.
        mdc-operator     - When login to the non-default MDC.
        context-operator - When login to a non-default Context.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) 2 }

.1.3.6.1.4.1.25506.2.158.1.2.3
hh3cRbacRoleTable OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the basic configuration information
        about all user roles."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) 3 }

.1.3.6.1.4.1.25506.2.158.1.2.3.1
hh3cRbacRoleEntry OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRbacRoleName }
  DESCRIPTION	"An entry in the hh3cRbacRoleTable.
        One entry per role defined on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRoleTable(3) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.3.1.1
hh3cRbacRoleName OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The name of a role."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRoleTable(3) hh3cRbacRoleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.3.1.2
hh3cRbacRoleDescription OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Description of the role."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRoleTable(3) hh3cRbacRoleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.158.1.2.3.1.3
hh3cRbacRoleResourceAccess OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION Hh3cResourceType
  SYNTAX	BITS {vlan(0), interface(1), vrf(2), seczone(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the default access to the resources to which access can be
        controlled.  For example a role which has access to all VLANs,
        all Interfaces, no VRF and no security zone will be 0011."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRoleTable(3) hh3cRbacRoleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.158.1.2.3.1.4
hh3cRbacRoleStorageType OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Storage type of this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRoleTable(3) hh3cRbacRoleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.158.1.2.3.1.5
hh3cRbacRoleRowStatus OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRoleTable(3) hh3cRbacRoleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.158.1.2.4
hh3cRbacRuleTable OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the configuration information about rules
        in all user roles."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) 4 }

.1.3.6.1.4.1.25506.2.158.1.2.4.1
hh3cRbacRuleEntry OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRbacRoleName, hh3cRbacRuleType, hh3cRbacRuleNumber }
  DESCRIPTION	"An entry in the hh3cRbacRuleTable.
        One entry indicates one rule in a role."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRuleTable(4) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.4.1.1
hh3cRbacRuleType OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION Hh3cRuleType
  SYNTAX	INTEGER {system(1), user(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of a rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRuleTable(4) hh3cRbacRuleEntry(1) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.4.1.2
hh3cRbacRuleNumber OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	Unsigned32 (1..256) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of rules in one role.  There are two kinds of rules in a role.
        One is system defined, the other is user defined.  The total numbers
        of user defined rules is 1024.
        In one role, the user defined rules will be applied first and then
        the system defined rules.
        For the rules of same type, the following guidelines will be applied:
        Non-OID: If two rules of the same entity type conflict,
        the rule with the higher index takes effect.
        OID: If the MIB node specified in a rule is a child node of
        the MIB nodes specified in other rules, only this rule takes effect.
        If the same OID is specified in multiple rules, the rule with
        the higher index takes effect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRuleTable(4) hh3cRbacRuleEntry(1) 2 }

.1.3.6.1.4.1.25506.2.158.1.2.4.1.3
hh3cRbacRuleAction OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION Hh3cRuleAction
  SYNTAX	INTEGER {permit(1), deny(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action of a rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRuleTable(4) hh3cRbacRuleEntry(1) 3 }

.1.3.6.1.4.1.25506.2.158.1.2.4.1.4
hh3cRbacRuleOperation OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION Hh3cRuleOperation
  SYNTAX	BITS {exec(0), read(1), write(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Privileges of a rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRuleTable(4) hh3cRbacRuleEntry(1) 4 }

.1.3.6.1.4.1.25506.2.158.1.2.4.1.5
hh3cRbacRuleEntityType OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION Hh3cEntityType
  SYNTAX	INTEGER {unknown(1), command(2), feature(3), featuregroup(4), webmenu(5), xmlelement(6), oid(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This indicates the type of the entity in a rule.
        There are seven types of entity as below:
        unknown: invalid.
        command: a command or a set of commands that match a regular expression.
        feature: a feature which contains a set of commands.
        featuregroup: a group of features.
        webmenu: web menus.
        xmlelement: XML elements.
        oid: the specified MIB node and its child nodes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRuleTable(4) hh3cRbacRuleEntry(1) 5 }

.1.3.6.1.4.1.25506.2.158.1.2.4.1.6
hh3cRbacRuleEntity OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This indicates the entity that the privileges of rule apply to.
        It is may be a regular expression of commands, feature name,
        feature group name, web menu, xml element or oid.
        If the type of entity is feature or webmenu or xmlelement and the
        entity is a zero length string, then this rules applies to all
        the features or web menus or xml elements."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRuleTable(4) hh3cRbacRuleEntry(1) 6 }

.1.3.6.1.4.1.25506.2.158.1.2.4.1.7
hh3cRbacRuleRowStatus OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of this rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacRuleTable(4) hh3cRbacRuleEntry(1) 7 }

.1.3.6.1.4.1.25506.2.158.1.2.5
hh3cRbacPolicyTable OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the configuration information about resource
        access policies in all user roles.  A role may be restricted
        from accessing various resources of a device.  This table
        lists the resources that a role can access."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) 5 }

.1.3.6.1.4.1.25506.2.158.1.2.5.1
hh3cRbacPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRbacRoleName, hh3cRbacPolicyType, hh3cRbacPolicyValue }
  DESCRIPTION	"An entry in the hh3cRbacPolicyTable.
        One entry indicates an accessible resource.
        If a role named 'R' can access VLAN1 to VLAN10,
        then there will be 10 entries in this table.
        There are two objects to specify the resource
        in this table.
        If the value of 'hh3cRbacPolicyType' is 'vlan' or
        'interface', the column 'hh3cRbacPolicyValue' is a
        four octets value which means vlan ID or IfIndex.
        If the value of 'hh3cRbacPolicyType' is 'vrf' or 'seczone',
        the column 'hh3cRbacPolicyValue' is a string indicating
        the name of the VRF or security zone."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacPolicyTable(5) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.5.1.1
hh3cRbacPolicyType OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	INTEGER {vlan(1), interface(2), vrf(3), seczone(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates the type of the resource
        access policy of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacPolicyTable(5) hh3cRbacPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.5.1.2
hh3cRbacPolicyValue OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the resource this role can access.
        If the value of 'hh3cRbacPolicyType' is 'vlan' or
        'interface', the column 'hh3cRbacPolicyValue' is a
        four-octet-value which means vlan ID or IfIndex.
        If the value of 'hh3cRbacPolicyType' is 'vrf' or 'seczone',
        the column 'hh3cRbacPolicyValue' is a string indicating
        the name of the VRF or security zone."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacPolicyTable(5) hh3cRbacPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.158.1.2.5.1.3
hh3cRbacPolicyRowStatus OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacPolicyTable(5) hh3cRbacPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.158.1.2.6
hh3cRbacFeatureGroupTable OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the configuration information about
        feature groups on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) 6 }

.1.3.6.1.4.1.25506.2.158.1.2.6.1
hh3cRbacFeatureGroupEntry OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRbacFeatureGroupName }
  DESCRIPTION	"An entry in the hh3cRbacFeatureGroupTable.
        One entry indicates a feature in particular group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacFeatureGroupTable(6) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.6.1.1
hh3cRbacFeatureGroupName OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates the name of a feature group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacFeatureGroupTable(6) hh3cRbacFeatureGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.6.1.2
hh3cRbacFeatureGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacFeatureGroupTable(6) hh3cRbacFeatureGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.158.1.2.7
hh3cRbacFeatureInGroupTable OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table shows the configuration information about
        features in feature groups on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) 7 }

.1.3.6.1.4.1.25506.2.158.1.2.7.1
hh3cRbacFeatureInGroupEntry OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRbacFeatureGroupName, hh3cRbacFeatureNameInGroup }
  DESCRIPTION	"An entry in the hh3cRbacFeaturesInGroupTable.
        One entry indicates a feature in a particular group.
        If a newly created feature group doesn't contain any
        feature, there's no entry appearing in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacFeatureInGroupTable(7) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.7.1.1
hh3cRbacFeatureNameInGroup OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates the name of a feature in the feature group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacFeatureInGroupTable(7) hh3cRbacFeatureInGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.158.1.2.7.1.2
hh3cRbacFeatureInGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-RBAC-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Status of this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbac(158) hh3cRbacObjects(1) hh3cRbacConfig(2) hh3cRbacFeatureInGroupTable(7) hh3cRbacFeatureInGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.159
hh3cDHCP6Server OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DHCP6-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 159 }

.1.3.6.1.4.1.25506.2.159.1
hh3cDHCP6ServerTables OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) 1 }

.1.3.6.1.4.1.25506.2.159.1.1
hh3cDHCPS6PoolTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for creating DHCPv6 address pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) 1 }

.1.3.6.1.4.1.25506.2.159.1.1.1
hh3cDHCPS6PoolEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPS6PoolName }
  DESCRIPTION	"An entry containing objects for creating or
        deleting a DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolTable(1) 1 }

.1.3.6.1.4.1.25506.2.159.1.1.1.1
hh3cDHCPS6PoolName OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  SYNTAX	OCTET STRING (0..10) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DHCPv6 address pool name.  The name must be integer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolTable(1) hh3cDHCPS6PoolEntry(1) 1 }

.1.3.6.1.4.1.25506.2.159.1.1.1.2
hh3cDHCPS6PoolRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
        createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolTable(1) hh3cDHCPS6PoolEntry(1) 2 }

.1.3.6.1.4.1.25506.2.159.1.2
hh3cDHCPS6PoolConfigTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring parameters for DHCPv6 address pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) 2 }

.1.3.6.1.4.1.25506.2.159.1.2.1
hh3cDHCPS6PoolConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPS6PoolName }
  DESCRIPTION	"An entry containing the objects for the parameter
        configurations of DHCPv6 address pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolConfigTable(2) 1 }

.1.3.6.1.4.1.25506.2.159.1.2.1.1
hh3cDHCPS6PoolPrimaryDNSIP OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Primary DNS server IPv6 address to be assigned to the
        client.  To delete a configured Primary DNS server IP, please
        set hh3cDHCP6ServerPoolPrimaryDNSIP to '0x00 0x00 0x00 0x00
        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolConfigTable(2) hh3cDHCPS6PoolConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.159.1.2.1.2
hh3cDHCPS6PoolSecondDNSIP OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Secondary DNS server IPv6 address to be assigned to the
        client.  To delete a configured Secondary DNS server IP, please
        set hh3cDHCP6ServerPoolSecondDNSIP to '0x00 0x00 0x00 0x00 0x00
        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolConfigTable(2) hh3cDHCPS6PoolConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.159.1.3
hh3cDHCPS6PoolNetworkTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the network configurations of DHCPv6
        address pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) 3 }

.1.3.6.1.4.1.25506.2.159.1.3.1
hh3cDHCPS6PoolNetworkEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPS6PoolName }
  DESCRIPTION	"An entry containing the objects for configuring
        the network ip or host ip etc. to pools for
        DHCPv6 server.  Hh3cDHCPS6PoolStartAddr and hh3cDHCPS6PoolStopAddr
        must be set with hh3cDHCPS6PoolNetPrefixLen, and must be on the
        same network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolNetworkTable(3) 1 }

.1.3.6.1.4.1.25506.2.159.1.3.1.1
hh3cDHCPS6PoolStartAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Start IP of a DHCPv6 address pool.
        To delete a configured start IP, please set
        hh3cDHCP6ServerPoolStartAddr to '0x00 0x00 0x00 0x00 0x00
        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolNetworkTable(3) hh3cDHCPS6PoolNetworkEntry(1) 1 }

.1.3.6.1.4.1.25506.2.159.1.3.1.2
hh3cDHCPS6PoolStopAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"End IP of a DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolNetworkTable(3) hh3cDHCPS6PoolNetworkEntry(1) 2 }

.1.3.6.1.4.1.25506.2.159.1.3.1.3
hh3cDHCPS6PoolNetPrefixLen OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A prefix length of DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolNetworkTable(3) hh3cDHCPS6PoolNetworkEntry(1) 3 }

.1.3.6.1.4.1.25506.2.159.1.3.1.4
hh3cDHCPS6PoolLeaseTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of time ticks of the lease."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolNetworkTable(3) hh3cDHCPS6PoolNetworkEntry(1) 4 }

.1.3.6.1.4.1.25506.2.159.1.4
hh3cDHCPS6PoolStatTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The statistics of each DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) 4 }

.1.3.6.1.4.1.25506.2.159.1.4.1
hh3cDHCPS6PoolStatEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPS6PoolName }
  DESCRIPTION	"An entry containing the statistics of each DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolStatTable(4) 1 }

.1.3.6.1.4.1.25506.2.159.1.4.1.1
hh3cDHCPS6PoolIPPoolUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP6-SERVER-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Utilization rate of IPv6 addresses in each DHCPv6 address pool, in percentage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDHCP6Server(159) hh3cDHCP6ServerTables(1) hh3cDHCPS6PoolStatTable(4) hh3cDHCPS6PoolStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.160
hh3cMplsVpnBgp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MPLS-VPN-BGP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 160 }

.1.3.6.1.4.1.25506.2.160.1
hh3cMplsVpnObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) 1 }

.1.3.6.1.4.1.25506.2.160.1.1
hh3cMplsVpnConf OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) 1 }

.1.3.6.1.4.1.25506.2.160.1.1.1
hh3cMplsVpnVrfConfTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS/BGP VPN
         VRF Table capability and associated information.
         Entries in this table define VRF routing instances
         associated with MPLS/VPN interfaces.  Note that
         multiple interfaces can belong to the same VRF
         instance.  The collection of all VRF instances
         comprises an actual VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) 1 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1
hh3cMplsVpnVrfConfEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsVpnVrfName }
  DESCRIPTION	"An entry in this table is created by an LSR for
         every VRF capable of supporting MPLS/BGP VPN.  The
         indexing provides an ordering of VRFs per-VPN
         interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) 1 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.1
hh3cMplsVpnVrfName OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION Hh3cMplsVpnId
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"31a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The human-readable name of this VPN.  This MAY
         be equivalent to the RFC2685 VPN-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.2
hh3cMplsVpnVrfRtDistinguisher OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION Hh3cMplsVpnRtDistinguisher
  SYNTAX	OCTET STRING (0..256) 
  DISPLAY-HINT	"256a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The route distinguisher for this VRF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.3
hh3cMplsVpnVrfNetPrefixType OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	INTEGER {other(1), rip(2), ospf(3), isis(4), bgp(5), static(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the type of the network prefix in use for the
         PE-CE connections. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.4
hh3cMplsVpnVrfNetPrefix OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the network prefix for the
         PE-CE connections."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.5
hh3cMplsVpnVrfIpRtRedistributeConn OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the redistribution of directly connected
         networks into the VRF BGP table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.6
hh3cMplsVpnVrfIpRtRedistributeStatic OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the redistribution of static routes
         into the VRF BGP table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 6 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.7
hh3cMplsVpnVrfIpRtRedistributeRip OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the redistribution of RIP routes
      into the VRF BGP table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 7 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.8
hh3cMplsVpnVrfConfHighRtThreshold OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes high-level water marker for the number of
         routes which this VRF may hold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 8 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.9
hh3cMplsVpnVrfConfIsWarnOnly OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the action when the amount of VPN's routes
         exceed the hh3cMplsVpnVrfConfHighRtThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 9 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.10
hh3cMplsVpnVrfConfMaxRts OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes maximum number of routes which this VRF is
         configured to hold.  This value MUST be less than or
         equal to hh3cMplsVrfMaxPossibleRts unless it is set
         to 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 10 }

.1.3.6.1.4.1.25506.2.160.1.1.1.1.11
hh3cMplsVpnVrfConfRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
         delete a row in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfConfTable(1) hh3cMplsVpnVrfConfEntry(1) 11 }

.1.3.6.1.4.1.25506.2.160.1.1.2
hh3cMplsVpnVrfBgpNbrAddrTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS/BGP neighbor
         addresses for both PEs and CEs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) 2 }

.1.3.6.1.4.1.25506.2.160.1.1.2.1
hh3cMplsVpnVrfBgpNbrAddrEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsVpnVrfName, hh3cMplsVpnVrfBgpNbrAddr }
  DESCRIPTION	"An entry in this table is created by an LSR for
         every VRF capable of supporting MPLS/BGP VPN.  The
         indexing provides an ordering of VRFs per-VPN
         interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrAddrTable(2) 1 }

.1.3.6.1.4.1.25506.2.160.1.1.2.1.1
hh3cMplsVpnVrfBgpNbrAddr OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Denotes the BGP neighbor address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrAddrTable(2) hh3cMplsVpnVrfBgpNbrAddrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.160.1.1.2.1.2
hh3cMplsVpnVrfBgpNbrRole OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	INTEGER {ce(1), pe(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the role played by this BGP neighbor
         with respect to this VRF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrAddrTable(2) hh3cMplsVpnVrfBgpNbrAddrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.160.1.1.2.1.3
hh3cMplsVpnVrfBgpNbrAsNumber OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Autonomous System that the BGP's neighbour in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrAddrTable(2) hh3cMplsVpnVrfBgpNbrAddrEntry(1) 3 }

.1.3.6.1.4.1.25506.2.160.1.1.2.1.4
hh3cMplsVpnVrfBgpNbrAdminStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	INTEGER {mplsVpnVrfBgpNbrSetUp(1), mplsVpnVrfBgpNbrSetDown(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action set by SNMP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrAddrTable(2) hh3cMplsVpnVrfBgpNbrAddrEntry(1) 4 }

.1.3.6.1.4.1.25506.2.160.1.1.2.1.5
hh3cMplsVpnVrfBgpNbrRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
         delete a row in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrAddrTable(2) hh3cMplsVpnVrfBgpNbrAddrEntry(1) 5 }

.1.3.6.1.4.1.25506.2.160.1.1.2.1.6
hh3cMplsVpnVrfBgpNbrState OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	INTEGER {idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BGP neighbor connection state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrAddrTable(2) hh3cMplsVpnVrfBgpNbrAddrEntry(1) 6 }

.1.3.6.1.4.1.25506.2.160.1.1.3
hh3cMplsVpnVrfBgpNbrPrefixTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-VRF vpnv4 multi-protocol
         prefixes supported by BGP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) 3 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1
hh3cMplsVpnVrfBgpNbrPrefixEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsVpnVrfName, hh3cMplsVpnVrfBgpPAtrPeer, hh3cMplsVpnVrfBgpPAtrIpAddrPrefixLen, hh3cMplsVpnVrfBgpPAtrIpAddrPrefix }
  DESCRIPTION	"An entry in this table is created by an LSR for
         every BGP prefix associated with a VRF supporting a
         MPLS/BGP VPN.  The indexing provides an ordering of
         BGP prefixes per VRF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) 1 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.1
hh3cMplsVpnVrfBgpPAtrPeer OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the peer where the path
         information was learned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 1 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.2
hh3cMplsVpnVrfBgpPAtrIpAddrPrefixLen OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	Integer32 (0..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Length in bits of the IP address prefix
        in the Network Layer Reachability
        Information field."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 2 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.3
hh3cMplsVpnVrfBgpPAtrIpAddrPrefix OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An IP address prefix in the Network Layer
         Reachability Information field.  This object
         is an IP address containing the prefix with
         length specified by mplsVpnVrfBgpPAtrIpAddrPrefixLen.
         Any bits beyond the length specified by
         MplsVpnVrfBgpPAtrIpAddrPrefixLen are zeroed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 3 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.4
hh3cMplsVpnVrfBgpPAtrPeerType OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Address type of the mplsVpnVrfBgpPAtrPeer object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 4 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.5
hh3cMplsVpnVrfBgpPAtrOrigin OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	INTEGER {igp(1), egp(2), incomplete(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ultimate origin of the path
         information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 5 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.6
hh3cMplsVpnVrfBgpPAtrASPathSegment OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	OCTET STRING (2..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence of AS path segments.  Each AS
         path segment is represented by a triple
         <type, length, value>.

          The type is a 1-octet field which has two
          possible values:
              1      AS_SET: unordered set of ASs a
                     route in the UPDATE
                     message has traversed
              2      AS_SEQUENCE: ordered set of ASs
                     a route in the UPDATE
                     message has traversed.
                     The length is a 1-octet field containing the
                     number of ASs in the value field.

                     The value field contains one or more AS
                     numbers, each AS is represented in the octet
                     string as a pair of octets according to the
                     following algorithm:
                     first-byte-of-pair = ASNumber / 256;
                     second-byte-of-pair = ASNumber & 255;"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 6 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.7
hh3cMplsVpnVrfBgpPAtrNextHop OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the border router that
         should be used for the destination
         network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 7 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.8
hh3cMplsVpnVrfBgpPAtrMultiExitDisc OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This metric is used to discriminate
         between multiple exit points to an
         adjacent autonomous system.  A value of -1
         indicates the absence of this attribute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 8 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.9
hh3cMplsVpnVrfBgpPAtrLocalPref OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The originating BGP4 speaker's degree of
         preference for an advertised route.  A
         value of -1 indicates the absence of this
         attribute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 9 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.10
hh3cMplsVpnVrfBgpPAtrAtomicAggregate OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	INTEGER {lessSpecificRtNotSelected(1), lessSpecificRtSelected(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the ATOMIC_AGGREGATE attribute is present
        in the Path Attributes then this object MUST
        have a value of 'lessSpecificRouteNotSelected'.
        If the ATOMIC_AGGREGATE attribute is missing
        in the Path Attributes then this object MUST
        have a value of 'lessSpecificRouteSelected'.
        Note that ATOMIC_AGGREGATE is now a primarily
        informational attribute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 10 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.11
hh3cMplsVpnVrfBgpPAtrAggregatorAS OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The AS number of the last BGP4 speaker that
         performed route aggregation.  A value of
         zero (0) indicates the absence of this
         attribute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 11 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.12
hh3cMplsVpnVrfBgpPAtrAggregatorAddr OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the last BGP4 speaker
         that performed route aggregation.  A value
         of 0.0.0.0 indicates the absence of this
         attribute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 12 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.13
hh3cMplsVpnVrfBgpPAtrCalcLocalPref OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The degree of preference calculated by the
          receiving BGP4 speaker for an advertised
          route.  A value of -1 indicates the
          absence of this attribute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 13 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.14
hh3cMplsVpnVrfBgpPAtrBest OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether or not this route
         was chosen as the best BGP4 route."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 14 }

.1.3.6.1.4.1.25506.2.160.1.1.3.1.15
hh3cMplsVpnVrfBgpPAtrUnknown OBJECT-TYPE
  -- FROM	HH3C-MPLS-VPN-BGP-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"One or more path attributes not understood
         by this BGP4 speaker.  A zero-length string
         indicates the absence of such
         attribute(s).  Octets beyond the maximum
         size, if any, are not recorded by this
         object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMplsVpnBgp(160) hh3cMplsVpnObjects(1) hh3cMplsVpnConf(1) hh3cMplsVpnVrfBgpNbrPrefixTable(3) hh3cMplsVpnVrfBgpNbrPrefixEntry(1) 15 }

.1.3.6.1.4.1.25506.2.161
hh3cOspf OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-OSPF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 161 }

.1.3.6.1.4.1.25506.2.161.1
hh3cOspfNetworkTable OBJECT-TYPE
  -- FROM	HH3C-OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table provides the configured parameters of OSPF networks."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOspf(161) 1 }

.1.3.6.1.4.1.25506.2.161.1.1
hh3cOspfNetworkEntry OBJECT-TYPE
  -- FROM	HH3C-OSPF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cOspfProcessId, hh3cOspfAreaId, hh3cOspfNetworkIpAddr }
  DESCRIPTION	"Each entry contains information of each configured network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOspf(161) hh3cOspfNetworkTable(1) 1 }

.1.3.6.1.4.1.25506.2.161.1.1.1
hh3cOspfProcessId OBJECT-TYPE
  -- FROM	HH3C-OSPF-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The process ID field indicates the OSPF process number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOspf(161) hh3cOspfNetworkTable(1) hh3cOspfNetworkEntry(1) 1 }

.1.3.6.1.4.1.25506.2.161.1.1.2
hh3cOspfAreaId OBJECT-TYPE
  -- FROM	HH3C-OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A 32-bit integer uniquely identifying an area.
        Area ID 0.0.0.0 is used for the OSPF backbone."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOspf(161) hh3cOspfNetworkTable(1) hh3cOspfNetworkEntry(1) 2 }

.1.3.6.1.4.1.25506.2.161.1.1.3
hh3cOspfNetworkIpAddr OBJECT-TYPE
  -- FROM	HH3C-OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This field is the address of the network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOspf(161) hh3cOspfNetworkTable(1) hh3cOspfNetworkEntry(1) 3 }

.1.3.6.1.4.1.25506.2.161.1.1.4
hh3cOspfNetworkIpMask OBJECT-TYPE
  -- FROM	HH3C-OSPF-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This field is the wildcard mask of the network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOspf(161) hh3cOspfNetworkTable(1) hh3cOspfNetworkEntry(1) 4 }

.1.3.6.1.4.1.25506.2.162
hh3cL2vpn OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-L2VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 162 }

.1.3.6.1.4.1.25506.2.162.0
hh3cL2vpnPwNotifications OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) 0 }

.1.3.6.1.4.1.25506.2.162.0.1
hh3cL2vpnPwSwitchPtoB NOTIFICATION-TYPE
  -- FROM	HH3C-L2VPN-MIB
  OBJECTS	{ hh3cL2vpnXcgPwIndex, hh3cL2vpnXcgPwPeerIp, hh3cL2vpnXcgPwPwID, hh3cL2vpnXcgPwIndex, hh3cL2vpnXcgPwPeerIp, hh3cL2vpnXcgPwPwID }
  DESCRIPTION	"This notification is generated when a primary-to-backup PW switching
         happens.  The first three elements show the primary PW,
         and the second three elements show the backup PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.162.0.2
hh3cL2vpnPwSwitchBtoP NOTIFICATION-TYPE
  -- FROM	HH3C-L2VPN-MIB
  OBJECTS	{ hh3cL2vpnXcgPwIndex, hh3cL2vpnXcgPwPeerIp, hh3cL2vpnXcgPwPwID, hh3cL2vpnXcgPwIndex, hh3cL2vpnXcgPwPeerIp, hh3cL2vpnXcgPwPwID }
  DESCRIPTION	"This notification is generated when a backup-to-primary PW switching
         happens.  The first three elements show the backup PW,
         and the second three elements show the primary PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.162.2
hh3cL2vpnGlobalTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) 2 }

.1.3.6.1.4.1.25506.2.162.2.1
hh3cL2vpnPwcTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains pseudowire (PW) class information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) 1 }

.1.3.6.1.4.1.25506.2.162.2.1.1
hh3cL2vpnPwcEntry OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2vpnPwcName }
  DESCRIPTION	"Provides information about a PW class entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnPwcTable(1) 1 }

.1.3.6.1.4.1.25506.2.162.2.1.1.1
hh3cL2vpnPwcName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	OCTET STRING (1..19) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"PW class name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnPwcTable(1) hh3cL2vpnPwcEntry(1) 1 }

.1.3.6.1.4.1.25506.2.162.2.1.1.2
hh3cL2vpnPwcCvType OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {unknown(1), bfd(2), rawBFD(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Virtual Circuit Connectivity Verification (VCCV) Bidirectional
         Forwarding Detection (BFD) type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnPwcTable(1) hh3cL2vpnPwcEntry(1) 2 }

.1.3.6.1.4.1.25506.2.162.2.1.1.3
hh3cL2vpnPwcCcType OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {unknown(1), controlWord(2), routerAlert(3), ttl(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Virtual Circuit Connectivity Verification (VCCV) Control Channel
        (CC) type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnPwcTable(1) hh3cL2vpnPwcEntry(1) 3 }

.1.3.6.1.4.1.25506.2.162.2.1.1.4
hh3cL2vpnPwcControlWord OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether control word is enabled."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnPwcTable(1) hh3cL2vpnPwcEntry(1) 4 }

.1.3.6.1.4.1.25506.2.162.2.1.1.5
hh3cL2vpnPwcPwType OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {vlan(4), ethernet(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"PW encapsulation type."
  DEFVAL	{ vlan }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnPwcTable(1) hh3cL2vpnPwcEntry(1) 5 }

.1.3.6.1.4.1.25506.2.162.2.1.1.6
hh3cL2vpnPwcRowStatus OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  A row entry cannot be modified
         when the value of this object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnPwcTable(1) hh3cL2vpnPwcEntry(1) 6 }

.1.3.6.1.4.1.25506.2.162.2.1.1.7
hh3cL2vpnPwcFlowLabel OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {unknown(1), send(2), receive(3), both(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Flow label capability."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnPwcTable(1) hh3cL2vpnPwcEntry(1) 7 }

.1.3.6.1.4.1.25506.2.162.2.2
hh3cL2vpnLinkTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains L2VPN link information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) 2 }

.1.3.6.1.4.1.25506.2.162.2.2.1
hh3cL2vpnLinkEntry OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2vpnLinkVsiIndex, hh3cL2vpnLinkLinkID }
  DESCRIPTION	"Provides information about an L2VPN link entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnLinkTable(2) 1 }

.1.3.6.1.4.1.25506.2.162.2.2.1.1
hh3cL2vpnLinkVsiIndex OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Virtual Switch Instance (VSI) index of the l2vpn link.  The maximum
         value of unsigned32 means that the VSI index is invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnLinkTable(2) hh3cL2vpnLinkEntry(1) 1 }

.1.3.6.1.4.1.25506.2.162.2.2.1.2
hh3cL2vpnLinkLinkID OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VSI link Identifier (ID) of the l2vpn link.  The maximum value of
         unsigned32 means that the VSI link ID is invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnLinkTable(2) hh3cL2vpnLinkEntry(1) 2 }

.1.3.6.1.4.1.25506.2.162.2.2.1.3
hh3cL2vpnLinkType OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {unknown(1), ac(2), tunnel(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Link type of the l2vpn link.  If the link type is neither Attachment
         Circuit (AC) nor tunnel, it returns 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnLinkTable(2) hh3cL2vpnLinkEntry(1) 3 }

.1.3.6.1.4.1.25506.2.162.2.2.1.4
hh3cL2vpnLinkIfIndex OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interface index of the L2VPN link.  Value zero means that the interface
         index is invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnLinkTable(2) hh3cL2vpnLinkEntry(1) 4 }

.1.3.6.1.4.1.25506.2.162.2.2.1.5
hh3cL2vpnLinkSrvID OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Service instance ID of the L2VPN link.  Value zero means that the
         service instance ID is invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnLinkTable(2) hh3cL2vpnLinkEntry(1) 5 }

.1.3.6.1.4.1.25506.2.162.2.2.1.6
hh3cL2vpnLinkTunnelID OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The tunnel ID of the L2VPN link.  The maximum value of unsigned32 means
         that the tunnel ID is invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnGlobalTable(2) hh3cL2vpnLinkTable(2) hh3cL2vpnLinkEntry(1) 6 }

.1.3.6.1.4.1.25506.2.162.3
hh3cL2vpnVpwsTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) 3 }

.1.3.6.1.4.1.25506.2.162.3.1
hh3cL2vpnXcgTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains cross-connect group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) 1 }

.1.3.6.1.4.1.25506.2.162.3.1.1
hh3cL2vpnXcgEntry OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2vpnXcgName }
  DESCRIPTION	"Provides information about a cross-connect group entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgTable(1) 1 }

.1.3.6.1.4.1.25506.2.162.3.1.1.1
hh3cL2vpnXcgName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Cross-connect group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgTable(1) hh3cL2vpnXcgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.162.3.1.1.2
hh3cL2vpnXcgAdminState OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {adminUp(1), adminDown(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The desired state of the cross-connect group.  The column doesn't exist
         when this group hasn't any connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgTable(1) hh3cL2vpnXcgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.162.3.1.1.3
hh3cL2vpnXcgRowStatus OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgTable(1) hh3cL2vpnXcgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.162.3.2
hh3cL2vpnXcgConnTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains cross-connect information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) 2 }

.1.3.6.1.4.1.25506.2.162.3.2.1
hh3cL2vpnXcgConnEntry OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2vpnXcgName, hh3cL2vpnXcgConnName }
  DESCRIPTION	"Provides information about a cross-connect entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgConnTable(2) 1 }

.1.3.6.1.4.1.25506.2.162.3.2.1.1
hh3cL2vpnXcgConnName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Cross-connect name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgConnTable(2) hh3cL2vpnXcgConnEntry(1) 1 }

.1.3.6.1.4.1.25506.2.162.3.2.1.2
hh3cL2vpnXcgConnRowStatus OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgConnTable(2) hh3cL2vpnXcgConnEntry(1) 2 }

.1.3.6.1.4.1.25506.2.162.3.2.1.3
hh3cL2vpnXcgConnRedundancy OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {slave(1), master(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"PW redundancy mode."
  DEFVAL	{ slave }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgConnTable(2) hh3cL2vpnXcgConnEntry(1) 3 }

.1.3.6.1.4.1.25506.2.162.3.3
hh3cL2vpnXcgAcTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about attachment circuits (ACs)
         bound to cross-connects"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) 3 }

.1.3.6.1.4.1.25506.2.162.3.3.1
hh3cL2vpnXcgAcEntry OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2vpnXcgName, hh3cL2vpnXcgConnName, hh3cL2vpnXcgAcIfIndex, hh3cL2vpnXcgAcEvcSrvInstId }
  DESCRIPTION	"Provides information about an attachment circuit entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgAcTable(3) 1 }

.1.3.6.1.4.1.25506.2.162.3.3.1.1
hh3cL2vpnXcgAcIfIndex OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgAcTable(3) hh3cL2vpnXcgAcEntry(1) 1 }

.1.3.6.1.4.1.25506.2.162.3.3.1.2
hh3cL2vpnXcgAcEvcSrvInstId OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the service instance.  The value is always 0 when the
         interface isn't a layer 2 Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgAcTable(3) hh3cL2vpnXcgAcEntry(1) 2 }

.1.3.6.1.4.1.25506.2.162.3.3.1.3
hh3cL2vpnXcgAcAccessMode OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {vlan(1), ethernet(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Access mode of the AC.  The value is meaningless when the
         interface isn't a layer 2 Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgAcTable(3) hh3cL2vpnXcgAcEntry(1) 3 }

.1.3.6.1.4.1.25506.2.162.3.3.1.4
hh3cL2vpnXcgAcRowStatus OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  A row entry cannot be modified
         when the value of this object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgAcTable(3) hh3cL2vpnXcgAcEntry(1) 4 }

.1.3.6.1.4.1.25506.2.162.3.4
hh3cL2vpnXcgPwTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains PW information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) 4 }

.1.3.6.1.4.1.25506.2.162.3.4.1
hh3cL2vpnXcgPwEntry OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2vpnXcgName, hh3cL2vpnXcgConnName, hh3cL2vpnXcgPwIndex }
  DESCRIPTION	"Provides information about a PW entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgPwTable(4) 1 }

.1.3.6.1.4.1.25506.2.162.3.4.1.1
hh3cL2vpnXcgPwIndex OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"A unique index for a PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgPwTable(4) hh3cL2vpnXcgPwEntry(1) 1 }

.1.3.6.1.4.1.25506.2.162.3.4.1.2
hh3cL2vpnXcgPwCfgType OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {primary(1), backup(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"PW attribute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgPwTable(4) hh3cL2vpnXcgPwEntry(1) 2 }

.1.3.6.1.4.1.25506.2.162.3.4.1.3
hh3cL2vpnXcgPwClassName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	OCTET STRING (1..19) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"PW class name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgPwTable(4) hh3cL2vpnXcgPwEntry(1) 3 }

.1.3.6.1.4.1.25506.2.162.3.4.1.4
hh3cL2vpnXcgPwTunnelPolicy OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	OCTET STRING (1..19) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Tunnel policy name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgPwTable(4) hh3cL2vpnXcgPwEntry(1) 4 }

.1.3.6.1.4.1.25506.2.162.3.4.1.5
hh3cL2vpnXcgPwPeerIp OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Peer IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgPwTable(4) hh3cL2vpnXcgPwEntry(1) 5 }

.1.3.6.1.4.1.25506.2.162.3.4.1.6
hh3cL2vpnXcgPwPwID OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"PW identifier(ID)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgPwTable(4) hh3cL2vpnXcgPwEntry(1) 6 }

.1.3.6.1.4.1.25506.2.162.3.4.1.7
hh3cL2vpnXcgPwRowStatus OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  A row entry cannot be modified
         when the value of this object is 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgPwTable(4) hh3cL2vpnXcgPwEntry(1) 7 }

.1.3.6.1.4.1.25506.2.162.3.4.1.8
hh3cL2vpnXcgPwIgnoreStandby OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ignores the PW standby state advertised by the remote PE."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnVpwsTable(3) hh3cL2vpnXcgPwTable(4) hh3cL2vpnXcgPwEntry(1) 8 }

.1.3.6.1.4.1.25506.2.162.4
hh3cL2vpnAcTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) 4 }

.1.3.6.1.4.1.25506.2.162.4.1
hh3cL2vpnAcCfgTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains interface configurations and AC configurations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) 1 }

.1.3.6.1.4.1.25506.2.162.4.1.1
hh3cL2vpnAcCfgEntry OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2vpnAcIfIndex, hh3cL2vpnAcSrvId }
  DESCRIPTION	"This entry describes information about interface configurations
        and AC configurations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) hh3cL2vpnAcCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.162.4.1.1.1
hh3cL2vpnAcIfIndex OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) hh3cL2vpnAcCfgTable(1) hh3cL2vpnAcCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.162.4.1.1.2
hh3cL2vpnAcSrvId OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the service instance.  The value is always 0 when the
        interface isn't a layer 2 Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) hh3cL2vpnAcCfgTable(1) hh3cL2vpnAcCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.162.4.1.1.3
hh3cL2vpnAcIfName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) hh3cL2vpnAcCfgTable(1) hh3cL2vpnAcCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.162.4.1.1.4
hh3cL2vpnAcVsiName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) hh3cL2vpnAcCfgTable(1) hh3cL2vpnAcCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.162.4.1.1.5
hh3cL2vpnAcXcgName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Cross-connect group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) hh3cL2vpnAcCfgTable(1) hh3cL2vpnAcCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.162.4.1.1.6
hh3cL2vpnAcXcgConnName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Cross-connect name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) hh3cL2vpnAcCfgTable(1) hh3cL2vpnAcCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.162.4.1.1.7
hh3cL2vpnAcDot1qType OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {other(1), default(2), singletag(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the configuration of VLAN IDs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) hh3cL2vpnAcCfgTable(1) hh3cL2vpnAcCfgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.162.4.1.1.8
hh3cL2vpnAcVLANID OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When the interface is a layer 2 Ethernet interface, this
        object indicates the VLAN IDs assigned to this service instance.
        When the interface is a subinterface, this object indicates
        the outermost VLAN IDs in the VLAN-tagged packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnAcTable(4) hh3cL2vpnAcCfgTable(1) hh3cL2vpnAcCfgEntry(1) 8 }

.1.3.6.1.4.1.25506.2.162.5
hh3cL2vpnPwTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) 5 }

.1.3.6.1.4.1.25506.2.162.5.1
hh3cL2vpnPwCfgTable OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains PW configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) 1 }

.1.3.6.1.4.1.25506.2.162.5.1.1
hh3cL2vpnPwCfgEntry OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cL2vpnPwPeerIp, hh3cL2vpnPwId }
  DESCRIPTION	"This entry describes configurations about a PW."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.162.5.1.1.1
hh3cL2vpnPwPeerIp OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Peer IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.162.5.1.1.2
hh3cL2vpnPwId OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"PW identifier (ID)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.162.5.1.1.3
hh3cL2vpnPwAcIfIndex OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of the AC interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.162.5.1.1.4
hh3cL2vpnPwAcIfName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the AC interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.162.5.1.1.5
hh3cL2vpnPwAcSrvId OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of the service instance.  The value is always
        0 when the interface isn't a layer 2 Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.162.5.1.1.6
hh3cL2vpnPwVsiName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the VSI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.162.5.1.1.7
hh3cL2vpnPwXcgName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Cross-connect group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.162.5.1.1.8
hh3cL2vpnPwXcgConnName OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Cross-connect name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 8 }

.1.3.6.1.4.1.25506.2.162.5.1.1.9
hh3cL2vpnPwQosDirection OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	INTEGER {none(1), inbound(2), outbound(3), both(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Rate limit in the inbound or outbound direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 9 }

.1.3.6.1.4.1.25506.2.162.5.1.1.10
hh3cL2vpnPwInboundQosCir OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Committed Information Rate in the inbound direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 10 }

.1.3.6.1.4.1.25506.2.162.5.1.1.11
hh3cL2vpnPwInboundQosCbs OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Committed Burst Size in the inbound direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 11 }

.1.3.6.1.4.1.25506.2.162.5.1.1.12
hh3cL2vpnPwInboundQosEbs OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Excess Burst Size in the inbound direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 12 }

.1.3.6.1.4.1.25506.2.162.5.1.1.13
hh3cL2vpnPwOutboundQosCir OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Committed Information Rate in the outbound direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 13 }

.1.3.6.1.4.1.25506.2.162.5.1.1.14
hh3cL2vpnPwOutboundQosCbs OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Committed Burst Size in the outbound direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 14 }

.1.3.6.1.4.1.25506.2.162.5.1.1.15
hh3cL2vpnPwOutboundQosEbs OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Excess Burst Size in the outbound direction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 15 }

.1.3.6.1.4.1.25506.2.162.5.1.1.16
hh3cL2vpnPwOutboundQosCarCir OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Committed Information Rate in kbps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 16 }

.1.3.6.1.4.1.25506.2.162.5.1.1.17
hh3cL2vpnPwOutboundQosCarCbs OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Committed Burst Size in bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 17 }

.1.3.6.1.4.1.25506.2.162.5.1.1.18
hh3cL2vpnPwOutboundQosCarEbs OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Excess Burst Size in bytes.
         Only software QoS supports this node.
         4294967295 is returned when getting value from hardware QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 18 }

.1.3.6.1.4.1.25506.2.162.5.1.1.19
hh3cL2vpnPwOutboundQosCarPir OBJECT-TYPE
  -- FROM	HH3C-L2VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Peak Information Rate in kbps.
         Only hardware QoS supports this node.
         4294967295 is returned when getting value from software QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cL2vpn(162) hh3cL2vpnPwTable(5) hh3cL2vpnPwCfgTable(1) hh3cL2vpnPwCfgEntry(1) 19 }

.1.3.6.1.4.1.25506.2.163
hh3cMACsec OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MACSEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 163 }

.1.3.6.1.4.1.25506.2.163.1
hh3cMACsecCFGObjects OBJECT-TYPE
  -- FROM	HH3C-MACSEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACsec(163) 1 }

.1.3.6.1.4.1.25506.2.163.1.1
hh3cMACsecCFGPortTable OBJECT-TYPE
  -- FROM	HH3C-MACSEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MACsec port table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACsec(163) hh3cMACsecCFGObjects(1) 1 }

.1.3.6.1.4.1.25506.2.163.1.1.1
hh3cMACsecCFGPortEntry OBJECT-TYPE
  -- FROM	HH3C-MACSEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMACsecCFGPortIndex }
  DESCRIPTION	"The MACsec port entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACsec(163) hh3cMACsecCFGObjects(1) hh3cMACsecCFGPortTable(1) 1 }

.1.3.6.1.4.1.25506.2.163.1.1.1.1
hh3cMACsecCFGPortIndex OBJECT-TYPE
  -- FROM	HH3C-MACSEC-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An interface index indicates the port number associated with this port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACsec(163) hh3cMACsecCFGObjects(1) hh3cMACsecCFGPortTable(1) hh3cMACsecCFGPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.163.1.1.1.2
hh3cMACsecCFGPortPSKCKNName OBJECT-TYPE
  -- FROM	HH3C-MACSEC-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The connectivity asociation key name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACsec(163) hh3cMACsecCFGObjects(1) hh3cMACsecCFGPortTable(1) hh3cMACsecCFGPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.163.1.1.1.3
hh3cMACsecCFGPortPSKCAKValue OBJECT-TYPE
  -- FROM	HH3C-MACSEC-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The connectivity asociation key value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cMACsec(163) hh3cMACsecCFGObjects(1) hh3cMACsecCFGPortTable(1) hh3cMACsecCFGPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.164
hh3cFailover OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-FAILOVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 164 }

.1.3.6.1.4.1.25506.2.164.1
hh3cFailoverScalarObjects OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) 1 }

.1.3.6.1.4.1.25506.2.164.1.1
hh3cFailoverMaxNum OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of Failover groups which the system supported to create, does not include the AutoBackup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.164.1.2
hh3cFailoverCurrentNum OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of Failover groups which the system has created, does not include the AutoBackup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.164.2
hh3cFailoverTables OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) 2 }

.1.3.6.1.4.1.25506.2.164.2.1
hh3cFailoverCfgTable OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is for configuration of backup group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) 1 }

.1.3.6.1.4.1.25506.2.164.2.1.1
hh3cFailoverCfgEntry OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFailoverIndex }
  DESCRIPTION	"An entry of the hh3cFailoverGroupCfgTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) 1 }

.1.3.6.1.4.1.25506.2.164.2.1.1.1
hh3cFailoverIndex OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Failover group ID is used as group index, the value range of failover group ID
        depends on the device model.
        The failover GroupIndex cannot be modified after creation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 1 }

.1.3.6.1.4.1.25506.2.164.2.1.1.2
hh3cFailoverName OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the backup group name, a case-sensitive string of 1 to 63 characters.
        The failover group name cannot be modified after creation.
        The name can not include '?', and can not begin or end with ' '."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 2 }

.1.3.6.1.4.1.25506.2.164.2.1.1.3
hh3cFailoverPrimaryChassisID OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	Integer32 (-1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies a card on an IRF member device.  The chassis-number argument represents
        the member ID of the IRF member device.  (Distributed devices In IRF mode.)
        On a centralized or distributed device, the value for this node is always zero.
        Note:The -1 for delete the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 3 }

.1.3.6.1.4.1.25506.2.164.2.1.1.4
hh3cFailoverPrimarySlotID OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	Integer32 (-1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies a card by its slot number.  (Distributed devices In standalone mode.)
        Note:The -1 for delete the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 4 }

.1.3.6.1.4.1.25506.2.164.2.1.1.5
hh3cFailoverPrimaryCpuID OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	Integer32 (-1..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies a CPU by its number.  This option is available only if multiple CPUs
        are available on the specified slot.
        Note:The -1 for delete the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 5 }

.1.3.6.1.4.1.25506.2.164.2.1.1.6
hh3cFailoverSecondaryChassisID OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	Integer32 (-1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies a card on an IRF member device.  The chassis-number argument represents
        the member ID of the IRF member device.  (Distributed devices In IRF mode.)
        On a centralized or distributed device, the value for this node is always zero.
        Note:The -1 for delete the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 6 }

.1.3.6.1.4.1.25506.2.164.2.1.1.7
hh3cFailoverSecondarySlotID OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	Integer32 (-1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies a card by its slot number.  (Distributed devices In standalone mode.)
        Note:The -1 for delete the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 7 }

.1.3.6.1.4.1.25506.2.164.2.1.1.8
hh3cFailoverSecondaryCpuID OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	Integer32 (-1..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies a CPU by its number.  This option is available only if multiple CPUs
        are available on the specified slot.
        Note:The -1 for delete the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 8 }

.1.3.6.1.4.1.25506.2.164.2.1.1.9
hh3cFailoverState OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  SYNTAX	INTEGER {initial(1), normal(2), fault(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Backup group state:
        Initial: No node in the failover group is processing services.
        Normal: The primary node is processing services.
        Fault: The secondary node is processing services."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 9 }

.1.3.6.1.4.1.25506.2.164.2.1.1.10
hh3cFailoverRowStatus OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry.
        Only support active(1), createAndGo(4) and destroy(6)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverTables(2) hh3cFailoverCfgTable(1) hh3cFailoverCfgEntry(1) 10 }

.1.3.6.1.4.1.25506.2.164.3
hh3cFailoverNotification OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) 3 }

.1.3.6.1.4.1.25506.2.164.3.0
hh3cFailoverTrap OBJECT-TYPE
  -- FROM	HH3C-FAILOVER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverNotification(3) 0 }

.1.3.6.1.4.1.25506.2.164.3.0.1
hh3cFailoverCreate NOTIFICATION-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  OBJECTS	{ hh3cFailoverIndex, hh3cFailoverName }
  DESCRIPTION	"The hh3cFailoverCreate trap indicates that the failover group has created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverNotification(3) hh3cFailoverTrap(0) 1 }

.1.3.6.1.4.1.25506.2.164.3.0.2
hh3cFailoverDelete NOTIFICATION-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  OBJECTS	{ hh3cFailoverIndex, hh3cFailoverName }
  DESCRIPTION	"The hh3cFailoverDelete trap indicates that the failover group has deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverNotification(3) hh3cFailoverTrap(0) 2 }

.1.3.6.1.4.1.25506.2.164.3.0.3
hh3cFailoverPrimaryNodeAdd NOTIFICATION-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  OBJECTS	{ hh3cFailoverIndex, hh3cFailoverName, hh3cFailoverPrimaryChassisID, hh3cFailoverPrimarySlotID, hh3cFailoverPrimaryCpuID }
  DESCRIPTION	"The hh3cFailoverPrimaryNodeAdd trap indicates that the failover group has
        added the primary node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverNotification(3) hh3cFailoverTrap(0) 3 }

.1.3.6.1.4.1.25506.2.164.3.0.4
hh3cFailoverPrimaryNodeRemove NOTIFICATION-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  OBJECTS	{ hh3cFailoverIndex, hh3cFailoverName, hh3cFailoverPrimaryChassisID, hh3cFailoverPrimarySlotID, hh3cFailoverPrimaryCpuID }
  DESCRIPTION	"The hh3cFailoverPrimaryNodeRemove trap indicates that the failover group has
        removed the primary node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverNotification(3) hh3cFailoverTrap(0) 4 }

.1.3.6.1.4.1.25506.2.164.3.0.5
hh3cFailoverSecondaryNodeAdd NOTIFICATION-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  OBJECTS	{ hh3cFailoverIndex, hh3cFailoverName, hh3cFailoverSecondaryChassisID, hh3cFailoverSecondarySlotID, hh3cFailoverSecondaryCpuID }
  DESCRIPTION	"The hh3cFailoverSecondaryNodeAdd trap indicates that the failover group has
        added the secondary node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverNotification(3) hh3cFailoverTrap(0) 5 }

.1.3.6.1.4.1.25506.2.164.3.0.6
hh3cFailoverSecondaryNodeRemove NOTIFICATION-TYPE
  -- FROM	HH3C-FAILOVER-MIB
  OBJECTS	{ hh3cFailoverIndex, hh3cFailoverName, hh3cFailoverSecondaryChassisID, hh3cFailoverSecondarySlotID, hh3cFailoverSecondaryCpuID }
  DESCRIPTION	"The hh3cFailoverSecondaryNodeRemove trap indicates that the failover group has
        removed the secondary node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFailover(164) hh3cFailoverNotification(3) hh3cFailoverTrap(0) 6 }

.1.3.6.1.4.1.25506.2.165
hh3cVpnPeer OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VPN-PEER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 165 }

.1.3.6.1.4.1.25506.2.165.1
hh3cVpnPeerGroup OBJECT-TYPE
  -- FROM	HH3C-VPN-PEER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVpnPeer(165) 1 }

.1.3.6.1.4.1.25506.2.165.1.1
hh3cVpnPeerStat OBJECT-TYPE
  -- FROM	HH3C-VPN-PEER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVpnPeer(165) hh3cVpnPeerGroup(1) 1 }

.1.3.6.1.4.1.25506.2.165.1.1.1
hh3cVpnPeerStatTable OBJECT-TYPE
  -- FROM	HH3C-VPN-PEER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects to get statistic information
         of a VPN peer on a device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVpnPeer(165) hh3cVpnPeerGroup(1) hh3cVpnPeerStat(1) 1 }

.1.3.6.1.4.1.25506.2.165.1.1.1.1
hh3cVpnPeerStatEntry OBJECT-TYPE
  -- FROM	HH3C-VPN-PEER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVpnPeerName }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVpnPeer(165) hh3cVpnPeerGroup(1) hh3cVpnPeerStat(1) hh3cVpnPeerStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.165.1.1.1.1.1
hh3cVpnPeerName OBJECT-TYPE
  -- FROM	HH3C-VPN-PEER-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique human-readable value for each VPN peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVpnPeer(165) hh3cVpnPeerGroup(1) hh3cVpnPeerStat(1) hh3cVpnPeerStatTable(1) hh3cVpnPeerStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.165.1.1.1.1.2
hh3cVpnPeerOutPassPkts OBJECT-TYPE
  -- FROM	HH3C-VPN-PEER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets transmitted out of the VPN peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVpnPeer(165) hh3cVpnPeerGroup(1) hh3cVpnPeerStat(1) hh3cVpnPeerStatTable(1) hh3cVpnPeerStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.165.1.1.1.1.3
hh3cVpnPeerOutPassBytes OBJECT-TYPE
  -- FROM	HH3C-VPN-PEER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of bytes transmitted out of the VPN peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVpnPeer(165) hh3cVpnPeerGroup(1) hh3cVpnPeerStat(1) hh3cVpnPeerStatTable(1) hh3cVpnPeerStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.165.1.1.1.1.4
hh3cVpnPeerOutDropPkts OBJECT-TYPE
  -- FROM	HH3C-VPN-PEER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of dropped packets transmitted out of the VPN peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVpnPeer(165) hh3cVpnPeerGroup(1) hh3cVpnPeerStat(1) hh3cVpnPeerStatTable(1) hh3cVpnPeerStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.165.1.1.1.1.5
hh3cVpnPeerOutDropBytes OBJECT-TYPE
  -- FROM	HH3C-VPN-PEER-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of dropped bytes transmitted out of the VPN peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVpnPeer(165) hh3cVpnPeerGroup(1) hh3cVpnPeerStat(1) hh3cVpnPeerStatTable(1) hh3cVpnPeerStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.166
hh3cSecp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SECP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 166 }

.1.3.6.1.4.1.25506.2.166.1
hh3cSecpObjects OBJECT-TYPE
  -- FROM	HH3C-SECP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecp(166) 1 }

.1.3.6.1.4.1.25506.2.166.1.1
hh3cSecpRunningInfoTable OBJECT-TYPE
  -- FROM	HH3C-SECP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Security policies running information base."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecp(166) hh3cSecpObjects(1) 1 }

.1.3.6.1.4.1.25506.2.166.1.1.1
hh3cSecpRunningInfoEntry OBJECT-TYPE
  -- FROM	HH3C-SECP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSecpIPVersion, hh3cSecpRuleID }
  DESCRIPTION	"Security policies running information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecp(166) hh3cSecpObjects(1) hh3cSecpRunningInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.166.1.1.1.1
hh3cSecpIPVersion OBJECT-TYPE
  -- FROM	HH3C-SECP-MIB
  SYNTAX	INTEGER {ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP protocol version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecp(166) hh3cSecpObjects(1) hh3cSecpRunningInfoTable(1) hh3cSecpRunningInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.166.1.1.1.2
hh3cSecpRuleID OBJECT-TYPE
  -- FROM	HH3C-SECP-MIB
  SYNTAX	Unsigned32 (0..65534) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Rule ID of security policies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecp(166) hh3cSecpObjects(1) hh3cSecpRunningInfoTable(1) hh3cSecpRunningInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.166.1.1.1.3
hh3cSecpMatchPacketCount OBJECT-TYPE
  -- FROM	HH3C-SECP-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets matching the rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecp(166) hh3cSecpObjects(1) hh3cSecpRunningInfoTable(1) hh3cSecpRunningInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.166.1.1.1.4
hh3cSecpLastMatchTime OBJECT-TYPE
  -- FROM	HH3C-SECP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interval in seconds between the last match and 1970/1/1 00:00:00."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecp(166) hh3cSecpObjects(1) hh3cSecpRunningInfoTable(1) hh3cSecpRunningInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.167
hh3cOfp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-OFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 167 }

.1.3.6.1.4.1.25506.2.167.1
hh3cOfpInstanceObjects OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) 1 }

.1.3.6.1.4.1.25506.2.167.1.1
hh3cOfpInstanceControllerTable OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about OpenFlow controllers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) 1 }

.1.3.6.1.4.1.25506.2.167.1.1.1
hh3cOfpInstanceControllerEntry OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cOfpInstanceID, hh3cOfpInstanceControllerID }
  DESCRIPTION	"Define the index of hh3cOfpInstanceControllerTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) 1 }

.1.3.6.1.4.1.25506.2.167.1.1.1.1
hh3cOfpInstanceID OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Index of an OpenFlow instance"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.167.1.1.1.2
hh3cOfpInstanceControllerID OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Index of an OpenFlow controller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.167.1.1.1.3
hh3cOfpInstanceControllerRole OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	INTEGER {equal(1), master(2), slave(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the controller's role."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.167.1.1.1.4
hh3cOfpInstanceCtrConnectType OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	INTEGER {tcp(1), ssl(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the controller's type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.167.1.1.1.5
hh3cOfpInstanceCtrConnectState OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	INTEGER {idle(0), established(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the controller's state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.167.1.1.1.6
hh3cOfpInstanceCtrSSLPolicy OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"SSL policy name for SSL connection with controller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 6 }

.1.3.6.1.4.1.25506.2.167.1.1.1.7
hh3cOfpInstanceCtrVRFName OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VRF name for VPN connection with controller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 7 }

.1.3.6.1.4.1.25506.2.167.1.1.1.8
hh3cOfpInstanceCtrIPType OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP addresses type of the Controller's IP Address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 8 }

.1.3.6.1.4.1.25506.2.167.1.1.1.9
hh3cOfpInstanceCtrIPaddress OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Controller's IP address.
         The type of this address is determined by the value of
         hh3cOfpInstanceCtrIPType.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 9 }

.1.3.6.1.4.1.25506.2.167.1.1.1.10
hh3cOfpInstanceCtrPort OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Controller's port,
         Default value is 6633."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceControllerTable(1) hh3cOfpInstanceControllerEntry(1) 10 }

.1.3.6.1.4.1.25506.2.167.1.2
hh3cOfpInstanceFlowTableTable OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about OpenFlow flow tables."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) 2 }

.1.3.6.1.4.1.25506.2.167.1.2.1
hh3cOfpInstanceFlowTableEntry OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cOfpFlowTableInstanceID, hh3cOfpInstanceTableID }
  DESCRIPTION	"Define the index of hh3cOfpInstanceFlowTableTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceFlowTableTable(2) 1 }

.1.3.6.1.4.1.25506.2.167.1.2.1.1
hh3cOfpFlowTableInstanceID OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of an OpenFlow instance"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceFlowTableTable(2) hh3cOfpInstanceFlowTableEntry(1) 1 }

.1.3.6.1.4.1.25506.2.167.1.2.1.2
hh3cOfpInstanceTableID OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	Integer32 (0..254) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of an OpenFlow table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceFlowTableTable(2) hh3cOfpInstanceFlowTableEntry(1) 2 }

.1.3.6.1.4.1.25506.2.167.1.2.1.3
hh3cOfpInstanceFlowEntryNumCtrl OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of flow entries added by controllers in an OpenFlow flow table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceFlowTableTable(2) hh3cOfpInstanceFlowTableEntry(1) 3 }

.1.3.6.1.4.1.25506.2.167.1.2.1.4
hh3cOfpInstanceFlowEntryTotalNum OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of flow entries in an OpenFlow table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceFlowTableTable(2) hh3cOfpInstanceFlowTableEntry(1) 4 }

.1.3.6.1.4.1.25506.2.167.1.2.1.5
hh3cOfpInstanceFlowEntryLimit OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Flow entry count limit in an OpenFlow table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpInstanceObjects(1) hh3cOfpInstanceFlowTableTable(2) hh3cOfpInstanceFlowTableEntry(1) 5 }

.1.3.6.1.4.1.25506.2.167.2
hh3cOfpMibTrap OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) 2 }

.1.3.6.1.4.1.25506.2.167.2.1
hh3cOfpMibTrapOid OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpMibTrap(2) 1 }

.1.3.6.1.4.1.25506.2.167.2.1.1
hh3cOfpTrapDisconnectReason OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
  SYNTAX	Integer32 (0..10) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Reason why this instance is disconnected from a controller
             0: Unknown reason.
             1: Undo commands executed
             2: Echo timeout.
             3: Hello failed.
             4: Receiving Hello packets timed out.
             5: Receiving messages failed.
             6: Epoll error.
             7: VRF deleted.
             8: VRF global port down.
             9: Failed to recycle the buffer.
             10: AP down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpMibTrap(2) hh3cOfpMibTrapOid(1) 1 }

.1.3.6.1.4.1.25506.2.167.2.2
hh3cOfpTraps OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpMibTrap(2) 2 }

.1.3.6.1.4.1.25506.2.167.2.2.0
hh3cOfpTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-OFP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpMibTrap(2) hh3cOfpTraps(2) 0 }

.1.3.6.1.4.1.25506.2.167.2.2.0.1
hh3cOfpControllerDisconnect NOTIFICATION-TYPE
  -- FROM	HH3C-OFP-MIB
  OBJECTS	{ hh3cOfpInstanceID, hh3cOfpInstanceControllerID, hh3cOfpTrapDisconnectReason }
  DESCRIPTION	"This trap is generated when the instance is disconnected
         from the controller.  The disconnection reason is
         hh3cOfpTrapDisconnectReason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpMibTrap(2) hh3cOfpTraps(2) hh3cOfpTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.167.2.2.0.2
hh3cOfpControllerConnect NOTIFICATION-TYPE
  -- FROM	HH3C-OFP-MIB
  OBJECTS	{ hh3cOfpInstanceID, hh3cOfpInstanceControllerID }
  DESCRIPTION	"This trap is generated when the instance is connected
         to the controller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cOfp(167) hh3cOfpMibTrap(2) hh3cOfpTraps(2) hh3cOfpTrapsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.168
hh3cARPEntry OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ARP-ENTRY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 168 }

.1.3.6.1.4.1.25506.2.168.1
hh3cARPEntryCountObjects OBJECT-TYPE
  -- FROM	HH3C-ARP-ENTRY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPEntry(168) 1 }

.1.3.6.1.4.1.25506.2.168.1.1
hh3cARPEntryOpenFlowCount OBJECT-TYPE
  -- FROM	HH3C-ARP-ENTRY-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of ARP entries of type OpenFlow."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cARPEntry(168) hh3cARPEntryCountObjects(1) 1 }

.1.3.6.1.4.1.25506.2.169
hh3cResMon OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RES-MON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 169 }

.1.3.6.1.4.1.25506.2.169.1
hh3cResMonScalarObjects OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) 1 }

.1.3.6.1.4.1.25506.2.169.1.1
hh3cResMonMinorResendEnable OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The switch for enabling or disabling retransmission of
        minor resource depletion alarms."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonScalarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.169.1.2
hh3cResMonOutputEnable OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	BITS {syslog(0), snmpNotification(1), netconfEvent(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Destinations for resource depletion alarms,
        including syslog, SNMP notification, and NETCONF event."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonScalarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.169.2
hh3cResMonTables OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) 2 }

.1.3.6.1.4.1.25506.2.169.2.1
hh3cResMonConfigTable OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for resource monitoring configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) 1 }

.1.3.6.1.4.1.25506.2.169.2.1.1
hh3cResMonConfigEntry OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cResMonChassisIndex, hh3cResMonSlotIndex, hh3cResMonCpuIndex, hh3cResMonResourceName }
  DESCRIPTION	"Entry of hh3cResMonConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonConfigTable(1) 1 }

.1.3.6.1.4.1.25506.2.169.2.1.1.1
hh3cResMonChassisIndex OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Member ID of the member device where the entity resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonConfigTable(1) hh3cResMonConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.169.2.1.1.2
hh3cResMonSlotIndex OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot number of the device node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonConfigTable(1) hh3cResMonConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.169.2.1.1.3
hh3cResMonCpuIndex OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonConfigTable(1) hh3cResMonConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.2.169.2.1.1.4
hh3cResMonResourceName OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Resource name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonConfigTable(1) hh3cResMonConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.2.169.2.1.1.5
hh3cResMonThresholdUnit OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	INTEGER {absolute(1), percentage(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Unit for resource depletion thresholds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonConfigTable(1) hh3cResMonConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.2.169.2.1.1.6
hh3cResMonMinorThreshold OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Minor resource depletion threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonConfigTable(1) hh3cResMonConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.2.169.2.1.1.7
hh3cResMonSevereThreshold OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Severe resource depletion threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonConfigTable(1) hh3cResMonConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.2.169.2.2
hh3cResMonInfoTable OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table for resource monitoring information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) 2 }

.1.3.6.1.4.1.25506.2.169.2.2.1
hh3cResMonInfoEntry OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cResMonChassisIndex, hh3cResMonSlotIndex, hh3cResMonCpuIndex, hh3cResMonResourceName }
  DESCRIPTION	"Entry of hh3cResMonInfoEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonInfoTable(2) 1 }

.1.3.6.1.4.1.25506.2.169.2.2.1.1
hh3cResMonUnit OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	INTEGER {absolute(1), percentage(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Unit for resource information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonInfoTable(2) hh3cResMonInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.169.2.2.1.2
hh3cResMonCurrent OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Amount of the used resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonInfoTable(2) hh3cResMonInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.169.2.2.1.3
hh3cResMonFree OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Amount of the free resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonInfoTable(2) hh3cResMonInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.169.2.2.1.4
hh3cResMonTotal OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total size of resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonTables(2) hh3cResMonInfoTable(2) hh3cResMonInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.169.3
hh3cResMonNotification OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) 3 }

.1.3.6.1.4.1.25506.2.169.3.0
hh3cResMonTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonNotification(3) 0 }

.1.3.6.1.4.1.25506.2.169.3.0.1
hh3cResMonMinorNotification NOTIFICATION-TYPE
  -- FROM	HH3C-RES-MON-MIB
  OBJECTS	{ hh3cResMonChassisIndex, hh3cResMonSlotIndex, hh3cResMonCpuIndex, hh3cResMonResourceName, hh3cResMonThresholdUnit, hh3cResMonMinorThreshold, hh3cResMonSevereThreshold, hh3cResMonCurrent, hh3cResMonFree, hh3cResMonTotal, hh3cResMonAdditionalInfo }
  DESCRIPTION	"The notification indicates that the amount of the free resource
        decreased to or below the hhcResMonMinorThreshold"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonNotification(3) hh3cResMonTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.169.3.0.2
hh3cResMonMinorRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-RES-MON-MIB
  OBJECTS	{ hh3cResMonChassisIndex, hh3cResMonSlotIndex, hh3cResMonCpuIndex, hh3cResMonResourceName, hh3cResMonThresholdUnit, hh3cResMonMinorThreshold, hh3cResMonSevereThreshold, hh3cResMonCurrent, hh3cResMonFree, hh3cResMonTotal, hh3cResMonAdditionalInfo }
  DESCRIPTION	"The notification indicates that the amount of the free resource
        increased to or above the hhcResMonMinorThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonNotification(3) hh3cResMonTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.169.3.0.3
hh3cResMonSevereNotification NOTIFICATION-TYPE
  -- FROM	HH3C-RES-MON-MIB
  OBJECTS	{ hh3cResMonChassisIndex, hh3cResMonSlotIndex, hh3cResMonCpuIndex, hh3cResMonResourceName, hh3cResMonThresholdUnit, hh3cResMonMinorThreshold, hh3cResMonSevereThreshold, hh3cResMonCurrent, hh3cResMonFree, hh3cResMonTotal, hh3cResMonAdditionalInfo }
  DESCRIPTION	"The notification indicates that the amount of the free resource
        decreased to or below the hhcResMonSevereThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonNotification(3) hh3cResMonTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.169.3.0.4
hh3cResMonSevereRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-RES-MON-MIB
  OBJECTS	{ hh3cResMonChassisIndex, hh3cResMonSlotIndex, hh3cResMonCpuIndex, hh3cResMonResourceName, hh3cResMonThresholdUnit, hh3cResMonMinorThreshold, hh3cResMonSevereThreshold, hh3cResMonCurrent, hh3cResMonFree, hh3cResMonTotal, hh3cResMonAdditionalInfo }
  DESCRIPTION	"The notification indicates that the amount of the free resource
        increased to or above hhcResMonSevereThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonNotification(3) hh3cResMonTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.169.3.0.5
hh3cResMonUsedUpNotification NOTIFICATION-TYPE
  -- FROM	HH3C-RES-MON-MIB
  OBJECTS	{ hh3cResMonChassisIndex, hh3cResMonSlotIndex, hh3cResMonCpuIndex, hh3cResMonResourceName, hh3cResMonThresholdUnit, hh3cResMonMinorThreshold, hh3cResMonSevereThreshold, hh3cResMonCurrent, hh3cResMonFree, hh3cResMonTotal, hh3cResMonAdditionalInfo }
  DESCRIPTION	"This notification indicates that the resource is used up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonNotification(3) hh3cResMonTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.169.3.0.6
hh3cResMonUsedUpRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-RES-MON-MIB
  OBJECTS	{ hh3cResMonChassisIndex, hh3cResMonSlotIndex, hh3cResMonCpuIndex, hh3cResMonResourceName, hh3cResMonThresholdUnit, hh3cResMonMinorThreshold, hh3cResMonSevereThreshold, hh3cResMonCurrent, hh3cResMonFree, hh3cResMonTotal, hh3cResMonAdditionalInfo }
  DESCRIPTION	"This notification indicates that the free resource increases from zero up."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonNotification(3) hh3cResMonTrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.169.3.1
hh3cResMonTrapInfor OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonNotification(3) 1 }

.1.3.6.1.4.1.25506.2.169.3.1.1
hh3cResMonAdditionalInfo OBJECT-TYPE
  -- FROM	HH3C-RES-MON-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Additional information for a notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cResMon(169) hh3cResMonNotification(3) hh3cResMonTrapInfor(1) 1 }

.1.3.6.1.4.1.25506.2.170
hh3cSslvpn OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SSLVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 170 }

.1.3.6.1.4.1.25506.2.170.1
hh3cSslvpnMibObjects OBJECT-TYPE
  -- FROM	HH3C-SSLVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSslvpn(170) 1 }

.1.3.6.1.4.1.25506.2.170.1.1
hh3cSslvpnInfomation OBJECT-TYPE
  -- FROM	HH3C-SSLVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSslvpn(170) hh3cSslvpnMibObjects(1) 1 }

.1.3.6.1.4.1.25506.2.170.1.1.1
hh3cSslvpnCtxIpacStatTable OBJECT-TYPE
  -- FROM	HH3C-SSLVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains SSL VPN context configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSslvpn(170) hh3cSslvpnMibObjects(1) hh3cSslvpnInfomation(1) 1 }

.1.3.6.1.4.1.25506.2.170.1.1.1.1
hh3cSslvpnCtxIpacStatEntry OBJECT-TYPE
  -- FROM	HH3C-SSLVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSslvpnCtxName }
  DESCRIPTION	"An entry (conceptual row) in the SSL VPN context IP-access packet
             statistics table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSslvpn(170) hh3cSslvpnMibObjects(1) hh3cSslvpnInfomation(1) hh3cSslvpnCtxIpacStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.170.1.1.1.1.1
hh3cSslvpnCtxName OBJECT-TYPE
  -- FROM	HH3C-SSLVPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Name of the SSL VPN context, which is case insensitive and
             must be unique.  The string can contain only letters, digits, and
             underscores (_)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSslvpn(170) hh3cSslvpnMibObjects(1) hh3cSslvpnInfomation(1) hh3cSslvpnCtxIpacStatTable(1) hh3cSslvpnCtxIpacStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.170.1.1.1.1.2
hh3cSslvpnCtxIpacClientInBytes OBJECT-TYPE
  -- FROM	HH3C-SSLVPN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of IP-access packet bytes that the SSL VPN context
             received from client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSslvpn(170) hh3cSslvpnMibObjects(1) hh3cSslvpnInfomation(1) hh3cSslvpnCtxIpacStatTable(1) hh3cSslvpnCtxIpacStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.170.1.1.1.1.3
hh3cSslvpnCtxIpacClientOutBytes OBJECT-TYPE
  -- FROM	HH3C-SSLVPN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of IP-access packet bytes that the SSL VPN context
             sent to client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSslvpn(170) hh3cSslvpnMibObjects(1) hh3cSslvpnInfomation(1) hh3cSslvpnCtxIpacStatTable(1) hh3cSslvpnCtxIpacStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.170.1.1.1.1.4
hh3cSslvpnCtxIpacServerInBytes OBJECT-TYPE
  -- FROM	HH3C-SSLVPN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of IP-access packet bytes that the SSL VPN context
             received from server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSslvpn(170) hh3cSslvpnMibObjects(1) hh3cSslvpnInfomation(1) hh3cSslvpnCtxIpacStatTable(1) hh3cSslvpnCtxIpacStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.170.1.1.1.1.5
hh3cSslvpnCtxIpacServerOutBytes OBJECT-TYPE
  -- FROM	HH3C-SSLVPN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of IP-access packet bytes that the SSL VPN
             context sent to server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSslvpn(170) hh3cSslvpnMibObjects(1) hh3cSslvpnInfomation(1) hh3cSslvpnCtxIpacStatTable(1) hh3cSslvpnCtxIpacStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.171
hh3cSecHigh OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 171 }

.1.3.6.1.4.1.25506.2.171.1
hh3cSecHighMonitor OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) 1 }

.1.3.6.1.4.1.25506.2.171.1.1
hh3cSecHighHgMonitorAlarmVar OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) 1 }

.1.3.6.1.4.1.25506.2.171.1.1.1
hh3cSecHighHgMonitorAlarmType OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Type of the alarm,0 represent recovery normal,1 represent link status error,
            2 represent Some packets were dropped on the link."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 1 }

.1.3.6.1.4.1.25506.2.171.1.1.2
hh3cSecHighHgMonitorAlarmSrcChassis OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the chassis where the source end of the alarmed link resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 2 }

.1.3.6.1.4.1.25506.2.171.1.1.3
hh3cSecHighHgMonitorAlarmSrcSlot OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the slot where the source end of the alarmed link resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 3 }

.1.3.6.1.4.1.25506.2.171.1.1.4
hh3cSecHighHgMonitorAlarmSrcChip OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the chip where the source end of the alarmed link resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 4 }

.1.3.6.1.4.1.25506.2.171.1.1.5
hh3cSecHighHgMonitorAlarmSrcPort OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the port where the source end of the alarmed link resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 5 }

.1.3.6.1.4.1.25506.2.171.1.1.6
hh3cSecHighHgMonitorAlarmDstChassis OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the chassis where the destination end of the alarmed link resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 6 }

.1.3.6.1.4.1.25506.2.171.1.1.7
hh3cSecHighHgMonitorAlarmDstSlot OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the slot where the destination end of the alarmed link resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 7 }

.1.3.6.1.4.1.25506.2.171.1.1.8
hh3cSecHighHgMonitorAlarmDstChip OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the chip where the destination end of the alarmed link resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 8 }

.1.3.6.1.4.1.25506.2.171.1.1.9
hh3cSecHighHgMonitorAlarmDstPort OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the port where the destination end of the alarmed link resides."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 9 }

.1.3.6.1.4.1.25506.2.171.1.1.10
hh3cSecHighHgMonitorAlarmReason OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	OCTET STRING (0..512) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Cause of the alarm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmVar(1) 10 }

.1.3.6.1.4.1.25506.2.171.1.2
hh3cSecHighHgMonitorAlarmTrap OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) 2 }

.1.3.6.1.4.1.25506.2.171.1.2.0
hh3cSecHighHgMonitorAlarmNotifications OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmTrap(2) 0 }

.1.3.6.1.4.1.25506.2.171.1.2.0.1
hh3cSecHighHgMonitorAlarmNotification NOTIFICATION-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  OBJECTS	{ hh3cSecHighHgMonitorAlarmType, hh3cSecHighHgMonitorAlarmSrcChassis, hh3cSecHighHgMonitorAlarmSrcSlot, hh3cSecHighHgMonitorAlarmSrcChip, hh3cSecHighHgMonitorAlarmSrcPort, hh3cSecHighHgMonitorAlarmDstChassis, hh3cSecHighHgMonitorAlarmDstSlot, hh3cSecHighHgMonitorAlarmDstChip, hh3cSecHighHgMonitorAlarmDstPort, hh3cSecHighHgMonitorAlarmReason }
  DESCRIPTION	"This notification is generated when an HgMonitor alarm is generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighHgMonitorAlarmTrap(2) hh3cSecHighHgMonitorAlarmNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.171.1.3
hh3cSecHighFaultMonitor OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) 3 }

.1.3.6.1.4.1.25506.2.171.1.3.1
hh3cSecHighFaultAlmVar OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) 1 }

.1.3.6.1.4.1.25506.2.171.1.3.1.1
hh3cSecHighFaultAlmType OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Type of the alarm, 1 represents Hg link status error,
            2 represents Hg packet loss error, 3 represents back board E2PROM error,
            4 represents board E2PROM error, 5 represents CPLD chip error,
            101 to 200 represent FPGA errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmVar(1) 1 }

.1.3.6.1.4.1.25506.2.171.1.3.1.2
hh3cSecHighFaultAlmChassis OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the chassis in which error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmVar(1) 2 }

.1.3.6.1.4.1.25506.2.171.1.3.1.3
hh3cSecHighFaultAlmSlot OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the slot in which error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmVar(1) 3 }

.1.3.6.1.4.1.25506.2.171.1.3.1.4
hh3cSecHighFaultAlmDstChassis OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the destination chassis in which Hg error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmVar(1) 4 }

.1.3.6.1.4.1.25506.2.171.1.3.1.5
hh3cSecHighFaultAlmDstSlot OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the destination slot in which Hg error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmVar(1) 5 }

.1.3.6.1.4.1.25506.2.171.1.3.1.6
hh3cSecHighFaultAlmChip OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Id of the error chip."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmVar(1) 6 }

.1.3.6.1.4.1.25506.2.171.1.3.1.7
hh3cSecHighFaultAlmInfo OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	OCTET STRING (0..512) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Details of the alarm notification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmVar(1) 7 }

.1.3.6.1.4.1.25506.2.171.1.3.2
hh3cSecHighFaultAlmTrap OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) 2 }

.1.3.6.1.4.1.25506.2.171.1.3.2.0
hh3cSecHighFaultAlmTrapPre OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmTrap(2) 0 }

.1.3.6.1.4.1.25506.2.171.1.3.2.0.1
hh3cSecHighFaultMonChipAlmNotifi NOTIFICATION-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  OBJECTS	{ hh3cSecHighFaultAlmType, hh3cSecHighFaultAlmChassis, hh3cSecHighFaultAlmSlot, hh3cSecHighFaultAlmChip, hh3cSecHighFaultAlmInfo }
  DESCRIPTION	"This notification is generated when a chip error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmTrap(2) hh3cSecHighFaultAlmTrapPre(0) 1 }

.1.3.6.1.4.1.25506.2.171.1.3.2.0.2
hh3cSecHighFaultMonChipAlmResu NOTIFICATION-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  OBJECTS	{ hh3cSecHighFaultAlmType, hh3cSecHighFaultAlmChassis, hh3cSecHighFaultAlmSlot, hh3cSecHighFaultAlmChip, hh3cSecHighFaultAlmInfo }
  DESCRIPTION	"This notification is generated when a chip error is recovered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmTrap(2) hh3cSecHighFaultAlmTrapPre(0) 2 }

.1.3.6.1.4.1.25506.2.171.1.3.2.0.3
hh3cSecHighFaultMonHgAlmNotifi NOTIFICATION-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  OBJECTS	{ hh3cSecHighFaultAlmType, hh3cSecHighFaultAlmChassis, hh3cSecHighFaultAlmSlot, hh3cSecHighFaultAlmDstChassis, hh3cSecHighFaultAlmDstSlot, hh3cSecHighFaultAlmInfo }
  DESCRIPTION	"This notification is generated when an Hg error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmTrap(2) hh3cSecHighFaultAlmTrapPre(0) 3 }

.1.3.6.1.4.1.25506.2.171.1.3.2.0.4
hh3cSecHighFaultMonHgAlmResu NOTIFICATION-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  OBJECTS	{ hh3cSecHighFaultAlmType, hh3cSecHighFaultAlmChassis, hh3cSecHighFaultAlmSlot, hh3cSecHighFaultAlmDstChassis, hh3cSecHighFaultAlmDstSlot, hh3cSecHighFaultAlmInfo }
  DESCRIPTION	"This notification is generated when an Hg error is recovered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighMonitor(1) hh3cSecHighFaultMonitor(3) hh3cSecHighFaultAlmTrap(2) hh3cSecHighFaultAlmTrapPre(0) 4 }

.1.3.6.1.4.1.25506.2.171.2
hh3cSecHighTemperMonitor OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) 2 }

.1.3.6.1.4.1.25506.2.171.2.1
hh3cSecHighTemperAlarmVar OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighTemperMonitor(2) 1 }

.1.3.6.1.4.1.25506.2.171.2.1.1
hh3cSecHighTemperAlarmChassis OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the chassis in which temperature exdceeds the shutdown threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighTemperMonitor(2) hh3cSecHighTemperAlarmVar(1) 1 }

.1.3.6.1.4.1.25506.2.171.2.1.2
hh3cSecHighTemperAlarmSlot OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the slot in which temperature exdceeds the shutdown threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighTemperMonitor(2) hh3cSecHighTemperAlarmVar(1) 2 }

.1.3.6.1.4.1.25506.2.171.2.1.3
hh3cSecHighTemperAlarmHotspotIndx OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Index of the hotspot of which temperature exdceeds the shutdown threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighTemperMonitor(2) hh3cSecHighTemperAlarmVar(1) 3 }

.1.3.6.1.4.1.25506.2.171.2.1.4
hh3cSecHighTemperAlarmCurTemper OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Current temperature of the hotspot that exceeds the high temperature shutdown threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighTemperMonitor(2) hh3cSecHighTemperAlarmVar(1) 4 }

.1.3.6.1.4.1.25506.2.171.2.1.5
hh3cSecHighTemperAlarmLimit OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The power down threshold of ehe equipment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighTemperMonitor(2) hh3cSecHighTemperAlarmVar(1) 5 }

.1.3.6.1.4.1.25506.2.171.2.2
hh3cSecHighTemperAlarmTrap OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighTemperMonitor(2) 2 }

.1.3.6.1.4.1.25506.2.171.2.2.0
hh3cSecHighTemperAlmTrapPre OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighTemperMonitor(2) hh3cSecHighTemperAlarmTrap(2) 0 }

.1.3.6.1.4.1.25506.2.171.2.2.0.1
hh3cSecHighTemperAlarmNotify NOTIFICATION-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  OBJECTS	{ hh3cSecHighTemperAlarmChassis, hh3cSecHighTemperAlarmSlot, hh3cSecHighTemperAlarmHotspotIndx, hh3cSecHighTemperAlarmCurTemper, hh3cSecHighTemperAlarmLimit }
  DESCRIPTION	"This notification is generated when a hotspot's temperature exceeds its power down threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighTemperMonitor(2) hh3cSecHighTemperAlarmTrap(2) hh3cSecHighTemperAlmTrapPre(0) 1 }

.1.3.6.1.4.1.25506.2.171.3
hh3cSecHighParityErrorMonitor OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) 3 }

.1.3.6.1.4.1.25506.2.171.3.1
hh3cSecHighParityErrorAlarmVar OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighParityErrorMonitor(3) 1 }

.1.3.6.1.4.1.25506.2.171.3.1.1
hh3cSecHighParityErrorAlarmChassis OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the chassis in which Parity Error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighParityErrorMonitor(3) hh3cSecHighParityErrorAlarmVar(1) 1 }

.1.3.6.1.4.1.25506.2.171.3.1.2
hh3cSecHighParityErrorAlarmSlot OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the slot in which Parity Error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighParityErrorMonitor(3) hh3cSecHighParityErrorAlarmVar(1) 2 }

.1.3.6.1.4.1.25506.2.171.3.1.3
hh3cSecHighParityErrorAlarmChipUnit OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the ChipUnit of which Parity Error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighParityErrorMonitor(3) hh3cSecHighParityErrorAlarmVar(1) 3 }

.1.3.6.1.4.1.25506.2.171.3.2
hh3cSecHighParityErrorAlarmTrap OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighParityErrorMonitor(3) 2 }

.1.3.6.1.4.1.25506.2.171.3.2.0
hh3cSecHighParityErrorAlarmTrapPre OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighParityErrorMonitor(3) hh3cSecHighParityErrorAlarmTrap(2) 0 }

.1.3.6.1.4.1.25506.2.171.3.2.0.1
hh3cSecHighParityErrorAlarmNotify NOTIFICATION-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  OBJECTS	{ hh3cSecHighParityErrorAlarmChassis, hh3cSecHighParityErrorAlarmSlot, hh3cSecHighParityErrorAlarmChipUnit }
  DESCRIPTION	"This notification is generated when a severe parity error occurs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighParityErrorMonitor(3) hh3cSecHighParityErrorAlarmTrap(2) hh3cSecHighParityErrorAlarmTrapPre(0) 1 }

.1.3.6.1.4.1.25506.2.171.4
hh3cSecHighInputVoltageMonitor OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) 4 }

.1.3.6.1.4.1.25506.2.171.4.1
hh3cSecHighInputVoltageAlarmVar OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighInputVoltageMonitor(4) 1 }

.1.3.6.1.4.1.25506.2.171.4.1.1
hh3cSecHighInputVoltageAlarmChassis OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the chassis in which input voltage abnormal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighInputVoltageMonitor(4) hh3cSecHighInputVoltageAlarmVar(1) 1 }

.1.3.6.1.4.1.25506.2.171.4.1.2
hh3cSecHighInputVoltageAlarmPowerId OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of the slot in which input voltage abnormal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighInputVoltageMonitor(4) hh3cSecHighInputVoltageAlarmVar(1) 2 }

.1.3.6.1.4.1.25506.2.171.4.1.3
hh3cSecHighInputVoltageAlarmState OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  SYNTAX	OCTET STRING (0..512) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Index of the hotspot of which input voltage abnormal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighInputVoltageMonitor(4) hh3cSecHighInputVoltageAlarmVar(1) 3 }

.1.3.6.1.4.1.25506.2.171.4.2
hh3cSecHighInputVoltageAlarmTrap OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighInputVoltageMonitor(4) 2 }

.1.3.6.1.4.1.25506.2.171.4.2.0
hh3cSecHighInputVoltageAlmTrapPre OBJECT-TYPE
  -- FROM	HH3C-SECHIGH-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighInputVoltageMonitor(4) hh3cSecHighInputVoltageAlarmTrap(2) 0 }

.1.3.6.1.4.1.25506.2.171.4.2.0.1
hh3cSecHighInputVoltageAlarmNotify NOTIFICATION-TYPE
  -- FROM	HH3C-SECHIGH-MIB
  OBJECTS	{ hh3cSecHighInputVoltageAlarmChassis, hh3cSecHighInputVoltageAlarmPowerId, hh3cSecHighInputVoltageAlarmState }
  DESCRIPTION	"This notification is generated when the value of power's input voltage register is abnormal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSecHigh(171) hh3cSecHighInputVoltageMonitor(4) hh3cSecHighInputVoltageAlarmTrap(2) hh3cSecHighInputVoltageAlmTrapPre(0) 1 }

.1.3.6.1.4.1.25506.2.172
hh3cBgpEvpn OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-BGP-EVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 172 }

.1.3.6.1.4.1.25506.2.172.1
hh3cBgpEvpnObjects OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) 1 }

.1.3.6.1.4.1.25506.2.172.1.1
hh3cBgpEvpnConf OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) 1 }

.1.3.6.1.4.1.25506.2.172.1.1.1
hh3cBgpEvpnNbrAddrTable OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface BGP EVPN neighbor
         addresses for both PEs and CEs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) 1 }

.1.3.6.1.4.1.25506.2.172.1.1.1.1
hh3cBgpEvpnNbrAddrEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpEvpnNbrAddr }
  DESCRIPTION	"An entry in this table is created by an LSR for
         every VRF capable of supporting BGP EVPN.  The
         indexing provides an ordering of BGP prefixes
         per VRF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrAddrTable(1) 1 }

.1.3.6.1.4.1.25506.2.172.1.1.1.1.1
hh3cBgpEvpnNbrAddr OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Denotes the BGP neighbor address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrAddrTable(1) hh3cBgpEvpnNbrAddrEntry(1) 1 }

.1.3.6.1.4.1.25506.2.172.1.1.1.1.2
hh3cBgpEvpnNbrAsNumber OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Autonomous System that the BGP's neighbor in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrAddrTable(1) hh3cBgpEvpnNbrAddrEntry(1) 2 }

.1.3.6.1.4.1.25506.2.172.1.1.2
hh3cBgpEvpnNbrPrefixTable OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-VRF vpnv4 multi-protocol
         prefixes supported by BGP EVPN"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) 2 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1
hh3cBgpEvpnNbrPrefixEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpEvpnPAtrRD, hh3cBgpEvpnPAtrAddrPrefix, hh3cBgpEvpnPAtrAddrPrefixLen, hh3cBgpEvpnPAtrPeer }
  DESCRIPTION	"An entry in this table is created by an LSR for
         every BGP prefix associated with a VRF supporting a
         BGP EVPN.  The indexing provides an ordering of
         BGP prefixes per VRF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) 1 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.1
hh3cBgpEvpnPAtrRD OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	OCTET STRING (3..21) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The route distinguisher."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 1 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.2
hh3cBgpEvpnPAtrAddrPrefix OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	OCTET STRING (1..86) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The EVPN information in the Network Layer
        Reachability Information field. BGP EVPN
        prefix includes:
        [1][ESI][EthernetTagID]:
           ESI: each Ethernet segment(ES) is identified
           by a unique non-zero identifier called an
           Ethernet Segment Identifier.
           EthernetTagID: This attribute identifies a
           particular broadcast domain in an EVPN instance.
        [2][EthernetTagID][MACLength][MAC][IPAddressLength][IPAddress]
        [3][EthernetTagID][IPAddressLength][IPAddress]
        [4][ESI][IPAddressLength][IPAddress]
        [5][EthernetTagID][IPAddressLength][IPAddress]
        [6][EthernetTagID][MulticastSourceLength]
           [MulticastSourceAddress][MulticastGroupLength]
           [MulticastGroupAddress][OriginatorRouterLength]
           [OriginatorRouterAddress]
        [7][ESI][EthernetTagID][MulticastSourceLength]
           [MulticastSourceAddress][MulticastGroupLength]
           [MulticastGroupAddress][OriginatorRouterLength]
           [OriginatorRouterAddress][LeaveGroupSyn]
           LeaveGroupSyn: This attribute identifies the
           specific (x, G) leave group synchronization
           procedure initiated by the advertising PE,
           which increments the value whenever it
           initiates a procedure.
        [8][ESI][EthernetTagID][MulticastSourceLength]
           [MulticastSourceAddress][MulticastGroupLength]
           [MulticastGroupAddress][OriginatorRouterLength]
           [OriginatorRouterAddress][LeaveGroupSyn]"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 2 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.3
hh3cBgpEvpnPAtrAddrPrefixLen OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	Integer32 (0..300) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Length in bits of the Network
        Layer Reachability Information field."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 3 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.4
hh3cBgpEvpnPAtrPeer OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the peer where the path
         information was learned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 4 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.5
hh3cBgpEvpnPAtrRouteType OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Defines the following Route Types:
         1 - Ethernet Auto-Discovery (A-D) route
         2 - MAC/IP Advertisement route
         3 - Inclusive Multicast Ethernet Tag route
         4 - Ethernet Segment route
         5 - IP Prefix Route
         6 - Selective Multicast Ethernet Tag Route
         7 - IGMP Join Synch Route
         8 - IGMP Leave Synch Route"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 5 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.6
hh3cBgpEvpnPAtrOrigin OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	INTEGER {igp(1), egp(2), incomplete(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ultimate origin of the path
         information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 6 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.7
hh3cBgpEvpnPAtrASPathSegment OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	OCTET STRING (2..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence of AS path segments.  Each AS
         path segment is represented by a triple
         <type, length, value>.

          The type is a 1-octet field which has two
          possible values:
              1      AS_SET: unordered set of ASs a
                     route in the UPDATE
                     message has traversed
              2      AS_SEQUENCE: ordered set of ASs
                     a route in the UPDATE
                     message has traversed.
                     The length is a 1-octet field containing the
                     number of ASs in the value field.

                     The value field contains one or more AS
                     numbers, each AS is represented in the octet
                     string as a pair of octets according to the
                     following algorithm:
                     first-byte-of-pair = ASNumber / 256;
                     second-byte-of-pair = ASNumber & 255;"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 7 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.8
hh3cBgpEvpnPAtrNextHop OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The address of the router that should be
         used for the destination network.  This address is
         the NEXT_HOP address received in the UPDATE packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 8 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.9
hh3cBgpEvpnPAtrMultiExitDisc OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MED attribute received in the UPDATE packet.
         When the actual value is range from 2147483647 to
         4294967295,the return value will be 2147483647."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 9 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.10
hh3cBgpEvpnPAtrLocalPref OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	Integer32 (-1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local preference attribute received in the UPDATE packet.
         When the actual value is range from 2147483647 to 4294967295,
         the return value will be 2147483647."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 10 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.11
hh3cBgpEvpnPAtrIGMPFlags OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	INTEGER {igmpv1(1), igmpv2(2), igmpv3(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute indicates support for IGMP version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 11 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.12
hh3cBgpEvpnPAtrMaxRespTime OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Maximum Response Time is the duration of (x, G)
         leave group synchronization procedure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 12 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.13
hh3cBgpEvpnPAtrPMSITunnel OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	OCTET STRING (9..21) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This attribute identifies the
         P-tunnel used for sending broadcast."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 13 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.14
hh3cBgpEvpnPAtrL2VNI OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"L2 VXLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 14 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.15
hh3cBgpEvpnPAtrL3VNI OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"L3 VXLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 15 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.16
hh3cBgpEvpnPAtrBest OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether this route
         was chosen as the best BGP4 route for
         this destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 16 }

.1.3.6.1.4.1.25506.2.172.1.1.2.1.17
hh3cBgpEvpnPAtrUnknown OBJECT-TYPE
  -- FROM	HH3C-BGP-EVPN-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"One or more path attributes not
         understood by this BGP4 speaker."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpEvpn(172) hh3cBgpEvpnObjects(1) hh3cBgpEvpnConf(1) hh3cBgpEvpnNbrPrefixTable(2) hh3cBgpEvpnNbrPrefixEntry(1) 17 }

.1.3.6.1.4.1.25506.2.173
hh3cEvpn OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-EVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 173 }

.1.3.6.1.4.1.25506.2.173.1
hh3cEvpnObjects OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) 1 }

.1.3.6.1.4.1.25506.2.173.1.1
hh3cEvpnESTable OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for EVPN ES parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) 1 }

.1.3.6.1.4.1.25506.2.173.1.1.1
hh3cEvpnESEntry OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEvpnESESI }
  DESCRIPTION	"Each entry represents the parameters of a EVPN ES."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESTable(1) 1 }

.1.3.6.1.4.1.25506.2.173.1.1.1.1
hh3cEvpnESESI OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  SYNTAX	OCTET STRING (1..10) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Ethernet Segment Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESTable(1) hh3cEvpnESEntry(1) 1 }

.1.3.6.1.4.1.25506.2.173.1.1.1.2
hh3cEvpnESIfIndex OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ES interface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESTable(1) hh3cEvpnESEntry(1) 2 }

.1.3.6.1.4.1.25506.2.173.1.1.1.3
hh3cEvpnESIfName OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of ES interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESTable(1) hh3cEvpnESEntry(1) 3 }

.1.3.6.1.4.1.25506.2.173.1.1.1.4
hh3cEvpnESMode OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Redundancy mode of ES."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESTable(1) hh3cEvpnESEntry(1) 4 }

.1.3.6.1.4.1.25506.2.173.1.2
hh3cEvpnESMemberTable OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for EVPN ES member information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) 2 }

.1.3.6.1.4.1.25506.2.173.1.2.1
hh3cEvpnESMemberEntry OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEvpnESESI, hh3cEvpnESMemberIPType, hh3cEvpnESMemberIP }
  DESCRIPTION	"Each entry contain the parameters of an ES member."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESMemberTable(2) 1 }

.1.3.6.1.4.1.25506.2.173.1.2.1.1
hh3cEvpnESMemberIPType OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ES member IP address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESMemberTable(2) hh3cEvpnESMemberEntry(1) 1 }

.1.3.6.1.4.1.25506.2.173.1.2.1.2
hh3cEvpnESMemberIP OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ES member IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESMemberTable(2) hh3cEvpnESMemberEntry(1) 2 }

.1.3.6.1.4.1.25506.2.173.1.2.1.3
hh3cEvpnESMemberIsSelf OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the member is local."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESMemberTable(2) hh3cEvpnESMemberEntry(1) 3 }

.1.3.6.1.4.1.25506.2.173.1.3
hh3cEvpnESDFTable OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for the ES DF information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) 3 }

.1.3.6.1.4.1.25506.2.173.1.3.1
hh3cEvpnESDFEntry OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cEvpnESESI, hh3cEvpnESDFVLANID }
  DESCRIPTION	"An entry represents an (ES, VLAN) group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESDFTable(3) 1 }

.1.3.6.1.4.1.25506.2.173.1.3.1.1
hh3cEvpnESDFVLANID OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN assigned to an ES."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESDFTable(3) hh3cEvpnESDFEntry(1) 1 }

.1.3.6.1.4.1.25506.2.173.1.3.1.2
hh3cEvpnESDFAcIfIndex OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of an interface that hosts an Ethernet service instance for an ES."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESDFTable(3) hh3cEvpnESDFEntry(1) 2 }

.1.3.6.1.4.1.25506.2.173.1.3.1.3
hh3cEvpnESDFACEvcSrvInstId OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Ethernet service instance ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESDFTable(3) hh3cEvpnESDFEntry(1) 3 }

.1.3.6.1.4.1.25506.2.173.1.3.1.4
hh3cEvpnESDFMode OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ES redundancy mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESDFTable(3) hh3cEvpnESDFEntry(1) 4 }

.1.3.6.1.4.1.25506.2.173.1.3.1.5
hh3cEvpnESDFRouterIPType OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The designated forwarder IP address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESDFTable(3) hh3cEvpnESDFEntry(1) 5 }

.1.3.6.1.4.1.25506.2.173.1.3.1.6
hh3cEvpnESDFRouterIP OBJECT-TYPE
  -- FROM	HH3C-EVPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The designated forwarder IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEvpn(173) hh3cEvpnObjects(1) hh3cEvpnESDFTable(3) hh3cEvpnESDFEntry(1) 6 }

.1.3.6.1.4.1.25506.2.174
hh3cLTE OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 174 }

.1.3.6.1.4.1.25506.2.175
hh3cPPP OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PPP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 175 }

.1.3.6.1.4.1.25506.2.175.1
hh3cPPPAuthObjects OBJECT-TYPE
  -- FROM	HH3C-PPP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPP(175) 1 }

.1.3.6.1.4.1.25506.2.175.1.1
hh3cPPPAuthTable OBJECT-TYPE
  -- FROM	HH3C-PPP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the authentication information for PPP access
        users.  The index of this table is the interface and authentication
        type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPP(175) hh3cPPPAuthObjects(1) 1 }

.1.3.6.1.4.1.25506.2.175.1.1.1
hh3cPPPAuthEntry OBJECT-TYPE
  -- FROM	HH3C-PPP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPPPIfIndex, hh3cPPPAuthType }
  DESCRIPTION	"Each entry in this table describes the authentication  information of
        a PPP access user.  The available information includes: The index of
        the interface on which the PPP authentication information are
        configured, authentication type and username on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPP(175) hh3cPPPAuthObjects(1) hh3cPPPAuthTable(1) 1 }

.1.3.6.1.4.1.25506.2.175.1.1.1.1
hh3cPPPIfIndex OBJECT-TYPE
  -- FROM	HH3C-PPP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of the interface on the PPP authentication information are
        configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPP(175) hh3cPPPAuthObjects(1) hh3cPPPAuthTable(1) hh3cPPPAuthEntry(1) 1 }

.1.3.6.1.4.1.25506.2.175.1.1.1.2
hh3cPPPAuthType OBJECT-TYPE
  -- FROM	HH3C-PPP-MIB
  SYNTAX	INTEGER {unknown(1), pap(2), chap(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of authentication for for the peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPP(175) hh3cPPPAuthObjects(1) hh3cPPPAuthTable(1) hh3cPPPAuthEntry(1) 2 }

.1.3.6.1.4.1.25506.2.175.1.1.1.3
hh3cPPPUserName OBJECT-TYPE
  -- FROM	HH3C-PPP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..80) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The username for access user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cPPP(175) hh3cPPPAuthObjects(1) hh3cPPPAuthTable(1) hh3cPPPAuthEntry(1) 3 }

.1.3.6.1.4.1.25506.2.176
hh3cDrni OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DRNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 176 }

.1.3.6.1.4.1.25506.2.176.1
hh3cDrniObjects OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) 1 }

.1.3.6.1.4.1.25506.2.176.1.1
hh3cDrniBaseGroup OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) 1 }

.1.3.6.1.4.1.25506.2.176.1.1.1
hh3cDrniSystemMac OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Distributed relay (DR) system MAC address.
             The default value is six octets of zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniBaseGroup(1) 1 }

.1.3.6.1.4.1.25506.2.176.1.1.2
hh3cDrniSystemPriority OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DR system priority.  The default value is 32768."
  DEFVAL	{ 32768 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniBaseGroup(1) 2 }

.1.3.6.1.4.1.25506.2.176.1.1.3
hh3cDrniSystemNumber OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (0..2) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DR system number."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniBaseGroup(1) 3 }

.1.3.6.1.4.1.25506.2.176.1.1.4
hh3cDrniRestoreDelay OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (1..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Data restoration interval in seconds."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniBaseGroup(1) 4 }

.1.3.6.1.4.1.25506.2.176.1.1.5
hh3cDrniAutoRecoveryReloadDelay OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (0 | 240..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reload delay timer for DR system auto-recovery."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniBaseGroup(1) 5 }

.1.3.6.1.4.1.25506.2.176.1.2
hh3cDrniRoleGroup OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) 2 }

.1.3.6.1.4.1.25506.2.176.1.2.1
hh3cDrniRoleLocalRolePriority OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DR role priority of the local DR member device."
  DEFVAL	{ 32768 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniRoleGroup(2) 1 }

.1.3.6.1.4.1.25506.2.176.1.2.2
hh3cDrniRolePeerRolePriority OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DR role priority of the peer DR member device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniRoleGroup(2) 2 }

.1.3.6.1.4.1.25506.2.176.1.2.3
hh3cDrniRoleLocalBridgeMac OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Bridge MAC address of the local DR member device.
             The default value is six octets of zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniRoleGroup(2) 3 }

.1.3.6.1.4.1.25506.2.176.1.2.4
hh3cDrniRolePeerBridgeMac OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Bridge MAC address of the peer DR member device.  If this address
             is unknown, the default value is six octets of zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniRoleGroup(2) 4 }

.1.3.6.1.4.1.25506.2.176.1.2.5
hh3cDrniRoleLocalConfiguredRole OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	INTEGER {none(0), primary(1), secondary(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DR role calculated based on the role priority and bridge MAC
             address of the local DR member device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniRoleGroup(2) 5 }

.1.3.6.1.4.1.25506.2.176.1.2.6
hh3cDrniRolePeerConfiguredRole OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	INTEGER {none(0), primary(1), secondary(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DR role calculated based on the role priority and bridge MAC
             address of the peer DR member device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniRoleGroup(2) 6 }

.1.3.6.1.4.1.25506.2.176.1.2.7
hh3cDrniRoleLocalEffectiveRole OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	INTEGER {none(0), primary(1), secondary(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current role of the local DR member device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniRoleGroup(2) 7 }

.1.3.6.1.4.1.25506.2.176.1.2.8
hh3cDrniRolePeerEffectiveRole OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	INTEGER {none(0), primary(1), secondary(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current role of the peer DR member device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniRoleGroup(2) 8 }

.1.3.6.1.4.1.25506.2.176.1.3
hh3cDrniKeepaliveGroup OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) 3 }

.1.3.6.1.4.1.25506.2.176.1.3.1
hh3cDrniKeepaliveDestIpv4 OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Destination IPv4 address of the keepalive link.
             The default value is 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 1 }

.1.3.6.1.4.1.25506.2.176.1.3.2
hh3cDrniKeepaliveSourceIpv4 OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Source IPv4 address of the keepalive link.
             The default value is 0.0.0.0.
             This object must be used with the KeepaliveDestIpv4 object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 2 }

.1.3.6.1.4.1.25506.2.176.1.3.3
hh3cDrniKeepaliveDestIpv6 OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Destination IPv6 address of the keepalive link.
             The default value is 0::0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 3 }

.1.3.6.1.4.1.25506.2.176.1.3.4
hh3cDrniKeepaliveSourceIpv6 OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Source IPv6 address of the keepalive link.
             The default value is 0::0.
             This object must be used with the KeepaliveDestIpv6 object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 4 }

.1.3.6.1.4.1.25506.2.176.1.3.5
hh3cDrniKeepaliveUdpPort OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Keepalive destination UDP port."
  DEFVAL	{ 6400 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 5 }

.1.3.6.1.4.1.25506.2.176.1.3.6
hh3cDrniKeepaliveInterval OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (100..10000) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Keepalive interval."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 6 }

.1.3.6.1.4.1.25506.2.176.1.3.7
hh3cDrniKeepaliveTimeout OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (3..20) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Keepalive timeout time."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 7 }

.1.3.6.1.4.1.25506.2.176.1.3.8
hh3cDrniKeepaliveHoldTime OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (3..10) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Keepalive hold time."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 8 }

.1.3.6.1.4.1.25506.2.176.1.3.9
hh3cDrniKeepaliveLinkStatus OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	INTEGER {unknown(1), up(2), down(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Keepalive link status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 9 }

.1.3.6.1.4.1.25506.2.176.1.3.10
hh3cDrniKeepaliveVrf OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"VPN instance name.  A zero-length string represents that the
             local device is on the public network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniKeepaliveGroup(3) 10 }

.1.3.6.1.4.1.25506.2.176.1.4
hh3cDrniTables OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) 4 }

.1.3.6.1.4.1.25506.2.176.1.4.1
hh3cDrniIppTable OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The DRNI intra-portal port(IPP) table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) 1 }

.1.3.6.1.4.1.25506.2.176.1.4.1.1
hh3cDrniIppEntry OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDrniIppNumber }
  DESCRIPTION	"The entry of hh3cDrniIPPTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniIppTable(1) 1 }

.1.3.6.1.4.1.25506.2.176.1.4.1.1.1
hh3cDrniIppNumber OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (1..2) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The number of an IPP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniIppTable(1) hh3cDrniIppEntry(1) 1 }

.1.3.6.1.4.1.25506.2.176.1.4.1.1.2
hh3cDrniIppIfIndex OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Interface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniIppTable(1) hh3cDrniIppEntry(1) 2 }

.1.3.6.1.4.1.25506.2.176.1.4.1.1.3
hh3cDrniIppRowStatus OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing creation,
             deletion, and modification of rows.  The rows support active
             status and destroy operations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniIppTable(1) hh3cDrniIppEntry(1) 3 }

.1.3.6.1.4.1.25506.2.176.1.4.2
hh3cDrniDrPortTable OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The DRNI DR interface table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) 2 }

.1.3.6.1.4.1.25506.2.176.1.4.2.1
hh3cDrniDrPortEntry OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDrniDrPortDRGroupId }
  DESCRIPTION	"The entry of hh3cDrniDRPortTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniDrPortTable(2) 1 }

.1.3.6.1.4.1.25506.2.176.1.4.2.1.1
hh3cDrniDrPortDRGroupId OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DR group identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniDrPortTable(2) hh3cDrniDrPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.176.1.4.2.1.2
hh3cDrniDrPortIfIndex OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Interface index of the Layer 2 aggregate interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniDrPortTable(2) hh3cDrniDrPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.176.1.4.2.1.3
hh3cDrniDrPortRowStatus OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing creation,
             deletion, and modification of rows.  The rows support active
             status and destroy operations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniDrPortTable(2) hh3cDrniDrPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.176.1.4.3
hh3cDrniPortTable OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The DRNI port table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) 3 }

.1.3.6.1.4.1.25506.2.176.1.4.3.1
hh3cDrniPortEntry OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDrniPortIfIndex }
  DESCRIPTION	"The entry of hh3cDrniPortTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniPortTable(3) 1 }

.1.3.6.1.4.1.25506.2.176.1.4.3.1.1
hh3cDrniPortIfIndex OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Interface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniPortTable(3) hh3cDrniPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.176.1.4.3.1.2
hh3cDrniPortDrcpIsShortPeriod OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
            Short Distributed Relay Control Protocol (DRCP)
            timeout timer flag, true or false.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniPortTable(3) hh3cDrniPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.176.1.4.3.1.3
hh3cDrniPortPortStatus OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Port status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniPortTable(3) hh3cDrniPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.176.1.4.3.1.4
hh3cDrniPortLocalDRCPState OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DRCP state flags on the local port.
             The flag field is one byte long,represented by ABCDEFGH
             from the lowest bit to the highest bit.A letter is displayed
             when its bit is 1 and is not displayed when its bit is 0.
             A-Indicates whether DRCP is enabled on the local device.
               1 indicates enabled.0 indicates disabled.
             B-Indicates whether DRCP is enabled on the DR peer.
               1 indicates enabled.0 indicates disabled.
             C-Indicates whether DRCP is enabled on a third DR member device.
               1 indicates enabled.0 indicates disabled.
             D-Indicates whether the local IPP has determined that
               DRCP is enabled on the DR peer.
               1 indicates yes.0 indicates no.
             E-Indicates the DRCP timeout timer.
               1 indicates the short timeout timer.
               0 indicates the long timeout timer.
             F-Indicates whether the local IPP permits the packets
               that contain the negotiated gateway conversation IDs.
               1 indicates yes.0 indicates no.
             G-Indicates whether the local IPP permits the packets that
               contain the negotiated port conversation IDs.
               1 indicates yes.0 indicates no.
             H-Indicates whether the local DRCPDU receive machine is in
               default or expired state.
               1 indicates yes.0 indicates no."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniPortTable(3) hh3cDrniPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.176.1.4.3.1.5
hh3cDrniPortPeerDRCPState OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DRCP state flags on the local port.
             The flag field is one byte long,represented by ABCDEFGH
             from the lowest bit to the highest bit.A letter is displayed
             when its bit is 1 and is not displayed when its bit is 0.
             A-Indicates whether DRCP is enabled on the local device.
               1 indicates enabled.0 indicates disabled.
             B-Indicates whether DRCP is enabled on the DR peer.
               1 indicates enabled.0 indicates disabled.
             C-Indicates whether DRCP is enabled on a third DR member device.
               1 indicates enabled.0 indicates disabled.
             D-Indicates whether the local IPP has determined that
               DRCP is enabled on the DR peer.
               1 indicates yes.0 indicates no.
             E-Indicates the DRCP timeout timer.
               1 indicates the short timeout timer.
               0 indicates the long timeout timer.
             F-Indicates whether the local IPP permits the packets
               that contain the negotiated gateway conversation IDs.
               1 indicates yes.0 indicates no.
             G-Indicates whether the local IPP permits the packets that
               contain the negotiated port conversation IDs.
               1 indicates yes.0 indicates no.
             H-Indicates whether the local DRCPDU receive machine is in
               default or expired state.
               1 indicates yes.0 indicates no."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniPortTable(3) hh3cDrniPortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.176.1.4.3.1.6
hh3cDrniPortLocalMemberList OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Local DR member device's Selected aggregation member ports in
             a DR or IPP aggregation group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniPortTable(3) hh3cDrniPortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.176.1.4.3.1.7
hh3cDrniPortPeerMemberList OBJECT-TYPE
  -- FROM	HH3C-DRNI-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Peer DR member device's Selected aggregation member ports in
             a DR or IPP aggregation group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDrni(176) hh3cDrniObjects(1) hh3cDrniTables(4) hh3cDrniPortTable(3) hh3cDrniPortEntry(1) 7 }

.1.3.6.1.4.1.25506.2.177
hh3cFlexE OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-FLEXE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 177 }

.1.3.6.1.4.1.25506.2.177.1
hh3cFlexESubSlotInfo OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) 1 }

.1.3.6.1.4.1.25506.2.177.1.1
hh3cFlexESubSlotTable OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of FlexE subslot entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) 1 }

.1.3.6.1.4.1.25506.2.177.1.1.1
hh3cFlexESubSlotEntry OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlexEFrameIndex, hh3cFlexESlotIndex, hh3cFlexESubslotIndex }
  DESCRIPTION	"This entry contains FlexE subslot information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) hh3cFlexESubSlotTable(1) 1 }

.1.3.6.1.4.1.25506.2.177.1.1.1.1
hh3cFlexEFrameIndex OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Frame index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) hh3cFlexESubSlotTable(1) hh3cFlexESubSlotEntry(1) 1 }

.1.3.6.1.4.1.25506.2.177.1.1.1.2
hh3cFlexESlotIndex OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) hh3cFlexESubSlotTable(1) hh3cFlexESubSlotEntry(1) 2 }

.1.3.6.1.4.1.25506.2.177.1.1.1.3
hh3cFlexESubslotIndex OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Subslot index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) hh3cFlexESubSlotTable(1) hh3cFlexESubSlotEntry(1) 3 }

.1.3.6.1.4.1.25506.2.177.1.1.1.4
hh3cFlexESubTimeSlotGranular OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the sub-time-slot granularity of the FlexE subslot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) hh3cFlexESubSlotTable(1) hh3cFlexESubSlotEntry(1) 4 }

.1.3.6.1.4.1.25506.2.177.1.2
hh3cFlexEGroupTable OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of FlexE groups."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) 2 }

.1.3.6.1.4.1.25506.2.177.1.2.1
hh3cFlexEGroupEntry OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlexEFrameIndex, hh3cFlexESlotIndex, hh3cFlexESubslotIndex, hh3cFlexEGroupID }
  DESCRIPTION	"This entry contains the FlexE group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) hh3cFlexEGroupTable(2) 1 }

.1.3.6.1.4.1.25506.2.177.1.2.1.1
hh3cFlexEGroupID OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32 (1..1048574) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specify the group ID of the FlexE interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) hh3cFlexEGroupTable(2) hh3cFlexEGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.177.1.2.1.2
hh3cFlexEGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only active, createAndGo and destroy are supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexESubSlotInfo(1) hh3cFlexEGroupTable(2) hh3cFlexEGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.177.2
hh3cFlexEPhyIfTable OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of FlexE interface entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) 2 }

.1.3.6.1.4.1.25506.2.177.2.1
hh3cFlexEPhyIfEntry OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry contains the information of FlexE physical interface management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexEPhyIfTable(2) 1 }

.1.3.6.1.4.1.25506.2.177.2.1.1
hh3cFlexEPhyGroupID OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32 (1..1048574) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the group ID of the FlexE physical interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexEPhyIfTable(2) hh3cFlexEPhyIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.177.2.1.2
hh3cFlexEPhyNumber OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32 (0 | 1..254) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the physical number of the FlexE physical interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexEPhyIfTable(2) hh3cFlexEPhyIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.177.2.1.3
hh3cFlexEClockPort OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	OCTET STRING (0..48) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the clock FlexE interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexEPhyIfTable(2) hh3cFlexEPhyIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.177.3
hh3cFlexEIfTable OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of FlexE interface entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) 3 }

.1.3.6.1.4.1.25506.2.177.3.1
hh3cFlexEIfEntry OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"This entry contains the information of FlexE interface management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexEIfTable(3) 1 }

.1.3.6.1.4.1.25506.2.177.3.1.1
hh3cFlexEIfGroupID OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32 (1..1048574) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the group ID of the FlexE interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexEIfTable(3) hh3cFlexEIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.177.3.1.2
hh3cFlexEBandwidth OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the bandwidth of the FlexE interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexEIfTable(3) hh3cFlexEIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.177.3.1.3
hh3cFlexEClientID OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32 (1..65534) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify the client ID of the FlexE interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexEIfTable(3) hh3cFlexEIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.177.3.1.4
hh3cFlexEMinAvailableBandwidth OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32 (0 | 1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the minimum available bandwidth of the FlexE interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexEIfTable(3) hh3cFlexEIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.177.4
hh3cFlexETrapObjects OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) 4 }

.1.3.6.1.4.1.25506.2.177.4.1
hh3cFlexERemotePhyNumber OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The physical number of Remote FLEXPhyIf."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrapObjects(4) 1 }

.1.3.6.1.4.1.25506.2.177.4.2
hh3cFlexERemotePhyGroupID OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The physical group ID of Remote FLEXPhyIf."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrapObjects(4) 2 }

.1.3.6.1.4.1.25506.2.177.4.3
hh3cFlexEGroupMemberCount OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of group members."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrapObjects(4) 3 }

.1.3.6.1.4.1.25506.2.177.4.4
hh3cFlexEPortList OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The interface list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrapObjects(4) 4 }

.1.3.6.1.4.1.25506.2.177.5
hh3cFlexETrap OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) 5 }

.1.3.6.1.4.1.25506.2.177.5.0
hh3cFlexETrapPrex OBJECT-TYPE
  -- FROM	HH3C-FLEXE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) 0 }

.1.3.6.1.4.1.25506.2.177.5.0.1
hh3cFlexEPhyNumberMismatch NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexEPhyNumber, hh3cFlexERemotePhyNumber }
  DESCRIPTION	"The notification is generated when the physical number of the FlexE interface doesn't
         match the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 1 }

.1.3.6.1.4.1.25506.2.177.5.0.2
hh3cFlexEPhyNumberMismatchRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexEPhyNumber, hh3cFlexERemotePhyNumber }
  DESCRIPTION	"The notification is generated when the physical number of the FlexE interface
        matches the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 2 }

.1.3.6.1.4.1.25506.2.177.5.0.3
hh3cFlexEPhyGroupMismatch NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexEPhyGroupID, hh3cFlexERemotePhyGroupID }
  DESCRIPTION	"The notification is generated when the group ID of the FlexE interface doesn't
         matches the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 3 }

.1.3.6.1.4.1.25506.2.177.5.0.4
hh3cFlexEPhyGroupMismatchRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexEPhyGroupID, hh3cFlexERemotePhyGroupID }
  DESCRIPTION	"The notification is generated when the group ID of the FlexE interface
        matches the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 4 }

.1.3.6.1.4.1.25506.2.177.5.0.5
hh3cFlexEClientIDMismatch NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the client ID of the FlexE interface doesn't
         match the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 5 }

.1.3.6.1.4.1.25506.2.177.5.0.6
hh3cFlexEClientIDMismatchRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the client ID of the FlexE interface
        matches the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 6 }

.1.3.6.1.4.1.25506.2.177.5.0.7
hh3cFlexEBandwidthReduce NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexEBandwidth }
  DESCRIPTION	"The notification is generated when the bandwidth of the FlexE interface becomes
         smaller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 7 }

.1.3.6.1.4.1.25506.2.177.5.0.8
hh3cFlexEBandwidthReduceRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexEBandwidth }
  DESCRIPTION	"The notification is generated when the bandwidth of the FlexE interface recovers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 8 }

.1.3.6.1.4.1.25506.2.177.5.0.9
hh3cFlexEPhyFcsSdAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the error code fault happens."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 9 }

.1.3.6.1.4.1.25506.2.177.5.0.10
hh3cFlexEPhyFcsSdAlarmRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the error code fault recovers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 10 }

.1.3.6.1.4.1.25506.2.177.5.0.11
hh3cFlexEPhyLocalFault NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the fault happens in the near_end."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 11 }

.1.3.6.1.4.1.25506.2.177.5.0.12
hh3cFlexEPhyLocalFaultRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the fault in the near_end recovers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 12 }

.1.3.6.1.4.1.25506.2.177.5.0.13
hh3cFlexEPhyRemoteFault NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the fault happens in the far_end"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 13 }

.1.3.6.1.4.1.25506.2.177.5.0.14
hh3cFlexEPhyRemoteFaultRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the fault in the far_end recovers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 14 }

.1.3.6.1.4.1.25506.2.177.5.0.15
hh3cFlexEBandwidthMismatch NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the bandwidth of the FlexE interface
        doesn't match the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 15 }

.1.3.6.1.4.1.25506.2.177.5.0.16
hh3cFlexEBandwidthMismatchRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the bandwidth of the FlexE interface
        matches the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 16 }

.1.3.6.1.4.1.25506.2.177.5.0.17
hh3cFlexEPhyDelayOverAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexEPortList }
  DESCRIPTION	"The notification is generated when the TimeDelay is oversize."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 17 }

.1.3.6.1.4.1.25506.2.177.5.0.18
hh3cFlexEPhyDelayOverAlarmRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexEPortList }
  DESCRIPTION	"The notification is generated when the TimeDelay becomes normal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 18 }

.1.3.6.1.4.1.25506.2.177.5.0.19
hh3cFlexESTSGMismatch NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexESubTimeSlotGranular }
  DESCRIPTION	"The notification is generated when the granularity of the FlexE interface
        doesn't match the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 19 }

.1.3.6.1.4.1.25506.2.177.5.0.20
hh3cFlexESTSGMismatchRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ ifIndex, ifDescr, hh3cFlexESubTimeSlotGranular }
  DESCRIPTION	"The notification is generated when the granularity of the FlexE interface
        matches the other."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 20 }

.1.3.6.1.4.1.25506.2.177.5.0.21
hh3cFlexEGroupMemberFault NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ hh3cFlexEFrameIndex, hh3cFlexESlotIndex, hh3cFlexESubslotIndex, hh3cFlexEGroupID, hh3cFlexEGroupMemberCount, ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the fault happens on group members."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 21 }

.1.3.6.1.4.1.25506.2.177.5.0.22
hh3cFlexEGroupMemberFaultRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ hh3cFlexEFrameIndex, hh3cFlexESlotIndex, hh3cFlexESubslotIndex, hh3cFlexEGroupID, hh3cFlexEGroupMemberCount, ifIndex, ifDescr }
  DESCRIPTION	"The notification is generated when the fault on group members recovers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 22 }

.1.3.6.1.4.1.25506.2.177.5.0.23
hh3cFlexEGroupFaultAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ hh3cFlexEFrameIndex, hh3cFlexESlotIndex, hh3cFlexESubslotIndex, hh3cFlexEGroupID }
  DESCRIPTION	"The notification is generated when the fault happens on the last group member."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 23 }

.1.3.6.1.4.1.25506.2.177.5.0.24
hh3cFlexEGroupFaultAlarmRecover NOTIFICATION-TYPE
  -- FROM	HH3C-FLEXE-MIB
  OBJECTS	{ hh3cFlexEFrameIndex, hh3cFlexESlotIndex, hh3cFlexESubslotIndex, hh3cFlexEGroupID }
  DESCRIPTION	"The notification is generated when the fault on the first group member recovers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cFlexE(177) hh3cFlexETrap(5) hh3cFlexETrapPrex(0) 24 }

.1.3.6.1.4.1.25506.2.178
hh3cVlanGroup OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VLANGROUP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 178 }

.1.3.6.1.4.1.25506.2.178.1
hh3cVlanGroupTable OBJECT-TYPE
  -- FROM	HH3C-VLANGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of VLAN groups."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanGroup(178) 1 }

.1.3.6.1.4.1.25506.2.178.1.1
hh3cVlanGroupEntry OBJECT-TYPE
  -- FROM	HH3C-VLANGROUP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVlanGroupName }
  DESCRIPTION	"This entry contains VLAN group information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanGroup(178) hh3cVlanGroupTable(1) 1 }

.1.3.6.1.4.1.25506.2.178.1.1.1
hh3cVlanGroupName OBJECT-TYPE
  -- FROM	HH3C-VLANGROUP-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of the VLAN group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanGroup(178) hh3cVlanGroupTable(1) hh3cVlanGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.179
hh3cDhcp6 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DHCP6-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 179 }

.1.3.6.1.4.1.25506.2.179.1
hh3cDhcp6Server2Tables OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) 1 }

.1.3.6.1.4.1.25506.2.179.1.1
hh3cDhcp6Server2PoolTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for creating DHCPv6 address pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) 1 }

.1.3.6.1.4.1.25506.2.179.1.1.1
hh3cDhcp6Server2PoolEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcp6Server2PoolIndex }
  DESCRIPTION	"An entry containing objects for creating or
        deleting a DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) 1 }

.1.3.6.1.4.1.25506.2.179.1.1.1.1
hh3cDhcp6Server2PoolIndex OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"DHCPv6 server pool index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 1 }

.1.3.6.1.4.1.25506.2.179.1.1.1.2
hh3cDhcp6Server2PoolName OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DHCPv6 pool name.
         Once this object is created, the value of this object cannot
         be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 2 }

.1.3.6.1.4.1.25506.2.179.1.1.1.3
hh3cDhcp6Server2PoolRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 3 }

.1.3.6.1.4.1.25506.2.179.1.1.1.4
hh3cDhcp6Server2PoolVpnName OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Use vpn-instance to apply an IPv6 address pool to a VPN instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 4 }

.1.3.6.1.4.1.25506.2.179.1.1.1.5
hh3cDhcp6Server2PoolType OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	INTEGER {normal(0), basLocal(6), basRemote(7), odap(9)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Value that indicates the type of pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 5 }

.1.3.6.1.4.1.25506.2.179.1.1.1.6
hh3cDhcp6Server2PoolNetwork OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Address of the IPv6 network in the address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 6 }

.1.3.6.1.4.1.25506.2.179.1.1.1.7
hh3cDhcp6Server2PoolNetworkMask OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Integer32 (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mask length for the IPv6 network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 7 }

.1.3.6.1.4.1.25506.2.179.1.1.1.8
hh3cDhcp6Server2PoolNetworkPdNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Integer32 (0..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Prefix ID of the IPv6 network address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 8 }

.1.3.6.1.4.1.25506.2.179.1.1.1.9
hh3cDhcp6Server2PoolSubPdAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 sub-prefix in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 9 }

.1.3.6.1.4.1.25506.2.179.1.1.1.10
hh3cDhcp6Server2PoolSubPdLength OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Integer32 (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Length of the IPv6 sub-prefix in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 10 }

.1.3.6.1.4.1.25506.2.179.1.1.1.11
hh3cDhcp6Server2PoolNetPreTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0 | 60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The preferred lifetime for IPv6 addresses allocated
        from the network hh3cDhcp6Server2PoolNetValTime must
        be set not smaller than the value of this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 11 }

.1.3.6.1.4.1.25506.2.179.1.1.1.12
hh3cDhcp6Server2PoolNetValTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0 | 60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Valid life time of IPv6 addresses allocated from the network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 12 }

.1.3.6.1.4.1.25506.2.179.1.1.1.13
hh3cDhcp6Server2PoolNetExport OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Label for the Routes of IPv6 address blocks in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 13 }

.1.3.6.1.4.1.25506.2.179.1.1.1.14
hh3cDhcp6Server2PoolNetPrefer OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority for routes of IPv6 address blocks in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 14 }

.1.3.6.1.4.1.25506.2.179.1.1.1.15
hh3cDhcp6Server2PoolNetTag OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The tag for routes of IPv6 address blocks in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 15 }

.1.3.6.1.4.1.25506.2.179.1.1.1.16
hh3cDhcp6Server2PoolNaStartAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Start IP of an address range in the DHCPV6 pool.
         If the value of this object is set to 0::0,
         hh3cDhcp6Server2PoolNAEndAddr is set with 0::0 automatically.
         In other case hh3cDhcp6Server2PoolNAEndAddr must be set with
         an IPV6 address not smaller than the value of this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 16 }

.1.3.6.1.4.1.25506.2.179.1.1.1.17
hh3cDhcp6Server2PoolNaEndAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End IPV6 of an address range in the DHCPV6 pool,
         This object ought to be set together with
         hh3cDhcp6Server2PoolNaStartAddr."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 17 }

.1.3.6.1.4.1.25506.2.179.1.1.1.18
hh3cDhcp6Server2PoolNaPreTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0 | 60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Preferred lifetime for IPv6 addresses dynamically allocated
        from the address range in the pool hh3cDhcp6Server2PoolNAValTime
        must be set NOT smaller than the value of this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 18 }

.1.3.6.1.4.1.25506.2.179.1.1.1.19
hh3cDhcp6Server2PoolNaValTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0 | 60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Valid lifetime for IPv6 addresses dynamically allocated
        from the address range in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 19 }

.1.3.6.1.4.1.25506.2.179.1.1.1.20
hh3cDhcp6Server2PoolTaStartAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Start IPv6 address of the temporary IPv6 address range for
        dynamic allocation in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 20 }

.1.3.6.1.4.1.25506.2.179.1.1.1.21
hh3cDhcp6Server2PoolTaEndAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End IPv6 address of the temporary IPv6 address range for
        dynamic allocation in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 21 }

.1.3.6.1.4.1.25506.2.179.1.1.1.22
hh3cDhcp6Server2PoolTaPreTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0 | 60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Preferred lifetime for IPv6 addresses dynamically allocated
        from the temporary address range hh3cDhcp6Server2PoolTAValTime
        must be set not smaller than the value of this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 22 }

.1.3.6.1.4.1.25506.2.179.1.1.1.23
hh3cDhcp6Server2PoolTaValTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0 | 60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Valid lifetime for IPv6 addresses dynamically allocated from
        the temporary address range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 23 }

.1.3.6.1.4.1.25506.2.179.1.1.1.24
hh3cDhcp6Server2PoolPrefixPool OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Integer32 (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Prefix pool index applied to the IPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 24 }

.1.3.6.1.4.1.25506.2.179.1.1.1.25
hh3cDhcp6Server2PoolPdPreTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0 | 60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Preferred lifetime for the assigned prefix in the DHCPv6 address pool.
        hh3cDhcp6Server2PoolPdValTime must be set not smaller than the
        value of this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 25 }

.1.3.6.1.4.1.25506.2.179.1.1.1.26
hh3cDhcp6Server2PoolPdValTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0 | 60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Valid lifetime for the assigned prefix in the DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 26 }

.1.3.6.1.4.1.25506.2.179.1.1.1.27
hh3cDhcp6Server2PoolPdExport OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Label of the prefix routes issued by the DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 27 }

.1.3.6.1.4.1.25506.2.179.1.1.1.28
hh3cDhcp6Server2PoolPdPreference OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Priority for the routes of prefix ranges in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 28 }

.1.3.6.1.4.1.25506.2.179.1.1.1.29
hh3cDhcp6Server2PoolPdTag OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The tag value for the routes of prefix ranges in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 29 }

.1.3.6.1.4.1.25506.2.179.1.1.1.30
hh3cDhcp6Server2PoolDomainName OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (1..50) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Domain name assigned to the client by the DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 30 }

.1.3.6.1.4.1.25506.2.179.1.1.1.31
hh3cDhcp6Server2PoolGatewayIp OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (1..367) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 gateway address of the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 31 }

.1.3.6.1.4.1.25506.2.179.1.1.1.32
hh3cDhcp6Server2PoolDNSIp OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (1..367) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DNS server address assigned to the client in the DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 32 }

.1.3.6.1.4.1.25506.2.179.1.1.1.33
hh3cDhcp6Server2PoolExpireIpEnbl OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Controlling the status of IPv6 address reservation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 33 }

.1.3.6.1.4.1.25506.2.179.1.1.1.34
hh3cDhcp6Server2PoolExpireIpMode OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	INTEGER {cid(0), mac(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 address reservation mode in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 34 }

.1.3.6.1.4.1.25506.2.179.1.1.1.35
hh3cDhcp6Server2PoolExpireIpLim OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (1..256000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum number of IPv6 addresses that can be reserved in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 35 }

.1.3.6.1.4.1.25506.2.179.1.1.1.36
hh3cDhcp6Server2PoolExpireIpTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Reservation time for expired IPv6 addresses in the pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 36 }

.1.3.6.1.4.1.25506.2.179.1.1.1.37
hh3cDhcp6Server2PoolExpirePdEnbl OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Controlling the status of IPv6 prefix reservation.."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 37 }

.1.3.6.1.4.1.25506.2.179.1.1.1.38
hh3cDhcp6Server2PoolExpirePdMode OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	INTEGER {cid(0), mac(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 prefix reservation mode in the prefix pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 38 }

.1.3.6.1.4.1.25506.2.179.1.1.1.39
hh3cDhcp6Server2PoolExpirePdLim OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (1..256000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum number of IPv6 prefixes that can be reserved in the prefix pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 39 }

.1.3.6.1.4.1.25506.2.179.1.1.1.40
hh3cDhcp6Server2PoolExpirePdTime OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (60..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Reservation time for expired IPv6 prerfixes in the prefix pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolTable(1) hh3cDhcp6Server2PoolEntry(1) 40 }

.1.3.6.1.4.1.25506.2.179.1.2
hh3cDhcp6Server2PoolStatTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The statistics of each DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) 2 }

.1.3.6.1.4.1.25506.2.179.1.2.1
hh3cDhcp6Server2PoolStatEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcp6Server2PoolIndex }
  DESCRIPTION	"An entry containing the statistics of each DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.179.1.2.1.1
hh3cDhcp6Server2PoolIPIdleNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of idle IPv6 addresses in the
         DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.179.1.2.1.2
hh3cDhcp6Server2PoolIPUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of used IPv6 addresses in the
         DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.179.1.2.1.3
hh3cDhcp6Server2PoolPrefixIdleNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of idle IPv6 prefixes in the
         DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.179.1.2.1.4
hh3cDhcp6Server2PoolPrefixUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of used IPv6 prefixes in the
         DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.179.1.2.1.5
hh3cDhcp6Server2PoolIPTotalNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (1..50) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of addresses in the
         DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.179.1.2.1.6
hh3cDhcp6Server2PoolIPExpiredNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of expired addresses in
         the DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.179.1.2.1.7
hh3cDhcp6Server2PoolIPDynamicUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of dynamic addresses bindings in
         the DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.179.1.2.1.8
hh3cDhcp6Server2PoolIPStaticUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of static address bindings in
         the DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.179.1.2.1.9
hh3cDhcp6Server2PoolIPConflictNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of conflict addresses in
         the DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.179.1.2.1.10
hh3cDhcp6Server2PoolIPExcludeNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IPv6 addresses excluded from DHCP allocation in
         the DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.179.1.2.1.11
hh3cDhcp6Server2PoolIPReserveNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of reserved addresses in
         the DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.179.1.2.1.12
hh3cDhcp6Server2PoolIPUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of IPv6 address in use
         in the DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.179.1.2.1.13
hh3cDhcp6Server2PoolPdTotalNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (1..50) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IPv6 prefixes in the
         DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.179.1.2.1.14
hh3cDhcp6Server2PoolPdExpiredNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of expired prefixes in the
         DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.179.1.2.1.15
hh3cDhcp6Server2PoolPdDynamicUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of dynamic prefix bindings in the
         DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.179.1.2.1.16
hh3cDhcp6Server2PoolPdStaticUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of static prefix bindings in the
         DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.179.1.2.1.17
hh3cDhcp6Server2PoolPdConflictNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of conflicting prefixes in the
         DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 17 }

.1.3.6.1.4.1.25506.2.179.1.2.1.18
hh3cDhcp6Server2PoolPdExcludeNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of exclude prefixes excluded from DHCP
         allocation in the DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 18 }

.1.3.6.1.4.1.25506.2.179.1.2.1.19
hh3cDhcp6Server2PoolPdReserveNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of reserved prefixes in the
         DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 19 }

.1.3.6.1.4.1.25506.2.179.1.2.1.20
hh3cDhcp6Server2PoolPdUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of IPv6 prefixes in use
         in the DHCPv6 pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolStatTable(2) hh3cDhcp6Server2PoolStatEntry(1) 20 }

.1.3.6.1.4.1.25506.2.179.1.3
hh3cDhcp6Server2PoolGpTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing DHCPv6 server pool group configurations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) 3 }

.1.3.6.1.4.1.25506.2.179.1.3.1
hh3cDhcp6Server2PoolGpEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcp6Server2PoolGpName }
  DESCRIPTION	"An entry containing a DHCPv6 server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpTable(3) 1 }

.1.3.6.1.4.1.25506.2.179.1.3.1.1
hh3cDhcp6Server2PoolGpName OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DHCPv6 server pool group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpTable(3) hh3cDhcp6Server2PoolGpEntry(1) 1 }

.1.3.6.1.4.1.25506.2.179.1.3.1.2
hh3cDhcp6Server2PoolGpVpnName OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of the VPN instance to which the pool group belongs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpTable(3) hh3cDhcp6Server2PoolGpEntry(1) 2 }

.1.3.6.1.4.1.25506.2.179.1.3.1.3
hh3cDhcp6Server2PoolGpIncUndo OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set this object is set to 'true' to remove all pools from the pool group."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpTable(3) hh3cDhcp6Server2PoolGpEntry(1) 3 }

.1.3.6.1.4.1.25506.2.179.1.3.1.4
hh3cDhcp6Server2PoolGpRowSta OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  Two actions are used: createAndGo
        and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpTable(3) hh3cDhcp6Server2PoolGpEntry(1) 4 }

.1.3.6.1.4.1.25506.2.179.1.4
hh3cDhcp6Server2PoolGpExtTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the names of the pools in each DHCPv6 server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) 4 }

.1.3.6.1.4.1.25506.2.179.1.4.1
hh3cDhcp6Server2PoolGpExtEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcp6Server2PoolGpName, hh3cDhcp6Server2PoolIndex }
  DESCRIPTION	"An entry that contains the names of the pools in a
         DHCPv6 server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpExtTable(4) 1 }

.1.3.6.1.4.1.25506.2.179.1.4.1.1
hh3cDhcp6Server2PoolGpIncPoolNm OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of a DHCPv6 server pool in the DHCPv6 server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpExtTable(4) hh3cDhcp6Server2PoolGpExtEntry(1) 1 }

.1.3.6.1.4.1.25506.2.179.1.4.1.2
hh3cDhcp6Server2PoolGpExtRowSta OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status of this table entry.  Two actions are used: createAndGo and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpExtTable(4) hh3cDhcp6Server2PoolGpExtEntry(1) 2 }

.1.3.6.1.4.1.25506.2.179.1.5
hh3cDhcp6Server2PoolGpStatTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing DHCPv6 server pool group statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) 5 }

.1.3.6.1.4.1.25506.2.179.1.5.1
hh3cDhcp6Server2PoolGpStatEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcp6Server2PoolGpName }
  DESCRIPTION	"An entry containing statistics for a DHCPv6 server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) 1 }

.1.3.6.1.4.1.25506.2.179.1.5.1.1
hh3cDhcp6Server2PoolGpPoolNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0..1024) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of pools in DHCPv6 server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.179.1.5.1.2
hh3cDhcp6Server2PoolGpBndDomNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of domain names bound to the DHCPv6 server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.179.1.5.1.3
hh3cDhcp6Server2PoolGpIPUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of IP addresses in use
         in the DHCPv6 server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.179.1.5.1.4
hh3cDhcp6Server2PoolGpIPTotaNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of addresses in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.179.1.5.1.5
hh3cDhcp6Server2PoolGpIPUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of assigned addresses in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.179.1.5.1.6
hh3cDhcp6Server2PoolGpIPIdleNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of idle addresses in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.179.1.5.1.7
hh3cDhcp6Server2PoolGpIPExcNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of IPv6 addresses excluded addresses
         from DHCP allocation in the DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.179.1.5.1.8
hh3cDhcp6Server2PoolGpIPConfNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of conflict addresses in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.179.1.5.1.9
hh3cDhcp6Server2PoolGpPDUsage OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of prefixes in use
         in the DHCPv6 server pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.179.1.5.1.10
hh3cDhcp6Server2PoolGpPDTotaNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of prefixes in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.179.1.5.1.11
hh3cDhcp6Server2PoolGpPDUsedNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of assigned prefixes in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 11 }

.1.3.6.1.4.1.25506.2.179.1.5.1.12
hh3cDhcp6Server2PoolGpPDIdleNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of idle prefixes in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 12 }

.1.3.6.1.4.1.25506.2.179.1.5.1.13
hh3cDhcp6Server2PoolGpPDExcNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of prefixes excluded prefixes
         from DHCPv6 allocation DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 13 }

.1.3.6.1.4.1.25506.2.179.1.5.1.14
hh3cDhcp6Server2PoolGpPDConfNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of conflict prefixes in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 14 }

.1.3.6.1.4.1.25506.2.179.1.5.1.15
hh3cDhcp6Server2PoolGpIPReserveNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of reserved addresses in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 15 }

.1.3.6.1.4.1.25506.2.179.1.5.1.16
hh3cDhcp6Server2PoolGpPdReserveNum OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of reserved prefixes in the
         DHCPv6 pool group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PoolGpStatTable(5) hh3cDhcp6Server2PoolGpStatEntry(1) 16 }

.1.3.6.1.4.1.25506.2.179.1.6
hh3cDhcp6Server2PrefixPoolTable OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for creating DHCPv6 prefix pools.."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) 6 }

.1.3.6.1.4.1.25506.2.179.1.6.1
hh3cDhcp6Server2PrefixPoolEntry OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcp6Server2PdVPNInstance, hh3cDhcp6Server2PdNumber }
  DESCRIPTION	"An entry containing objects for creating or
        deleting a DHCPv6 prefix pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PrefixPoolTable(6) 1 }

.1.3.6.1.4.1.25506.2.179.1.6.1.1
hh3cDhcp6Server2PdVPNInstance OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VPN instance to which the DHCPv6 prefix pool applies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PrefixPoolTable(6) hh3cDhcp6Server2PrefixPoolEntry(1) 1 }

.1.3.6.1.4.1.25506.2.179.1.6.1.2
hh3cDhcp6Server2PdNumber OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Prefix pool index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PrefixPoolTable(6) hh3cDhcp6Server2PrefixPoolEntry(1) 2 }

.1.3.6.1.4.1.25506.2.179.1.6.1.3
hh3cDhcp6Server2PdPrefixAddr OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Prefix specified for the prefix pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PrefixPoolTable(6) hh3cDhcp6Server2PrefixPoolEntry(1) 3 }

.1.3.6.1.4.1.25506.2.179.1.6.1.4
hh3cDhcp6Server2PdPrefixLen OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Integer32 (0..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Prefix length of the prefix in the prefix pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PrefixPoolTable(6) hh3cDhcp6Server2PrefixPoolEntry(1) 4 }

.1.3.6.1.4.1.25506.2.179.1.6.1.5
hh3cDhcp6Server2PdPrefixNumber OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Integer32 (0..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ID of the prefix in the prefix pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PrefixPoolTable(6) hh3cDhcp6Server2PrefixPoolEntry(1) 5 }

.1.3.6.1.4.1.25506.2.179.1.6.1.6
hh3cDhcp6Server2PdPrefixAssLen OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  SYNTAX	Integer32 (1..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Assigned length of the prefix in the prefix pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PrefixPoolTable(6) hh3cDhcp6Server2PrefixPoolEntry(1) 6 }

.1.3.6.1.4.1.25506.2.179.1.6.1.7
hh3cDhcp6Server2PdRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus.  Three actions are used: active,
         createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Tables(1) hh3cDhcp6Server2PrefixPoolTable(6) hh3cDhcp6Server2PrefixPoolEntry(1) 7 }

.1.3.6.1.4.1.25506.2.179.2
hh3cDhcp6Server2Traps OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) 2 }

.1.3.6.1.4.1.25506.2.179.2.0
hh3cDhcp6Server2TrapNotify OBJECT-TYPE
  -- FROM	HH3C-DHCP6-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) 0 }

.1.3.6.1.4.1.25506.2.179.2.0.1
hh3cDhcp6Server2AddrExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when IPv6 addresses are exhausted
         in the DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 1 }

.1.3.6.1.4.1.25506.2.179.2.0.2
hh3cDhcp6Server2AddrExhaustRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the DHCPv6 address pool recovers from
         IPv6 address exhaustion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 2 }

.1.3.6.1.4.1.25506.2.179.2.0.3
hh3cDhcp6Server2IpUsageOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the IPv6 address usage of DHCPv6
         address pool is above the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 3 }

.1.3.6.1.4.1.25506.2.179.2.0.4
hh3cDhcp6Server2IpUsageOverflowRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the IPv6 address usage of DHCPv6
         address pool drops down to 90% of the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 4 }

.1.3.6.1.4.1.25506.2.179.2.0.5
hh3cDhcp6Server2PdExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when IPv6 prefixes are exhausted
         in the DHCPv6 address pool."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 5 }

.1.3.6.1.4.1.25506.2.179.2.0.6
hh3cDhcp6Server2PdExhaustRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the DHCPv6 prefixes pool recovers from
         IPv6 address exhaustion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 6 }

.1.3.6.1.4.1.25506.2.179.2.0.7
hh3cDhcp6Server2PdUsageOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the IPv6 prefixes usage of DHCPv6
         address pool is above the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 7 }

.1.3.6.1.4.1.25506.2.179.2.0.8
hh3cDhcp6Server2PdUsageOverflowRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the IPv6 prefixes usage of DHCPv6
         address pool drops down to 90% of the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 8 }

.1.3.6.1.4.1.25506.2.179.2.0.9
hh3cDhcp6Server2IpNetUsageOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the IPv6 address usage in the DHCPv6
         address pool has reached or exceeded the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 9 }

.1.3.6.1.4.1.25506.2.179.2.0.10
hh3cDhcp6Server2IpNetUsageOverflowRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the IPv6 address usage in the DHCPv6
         address pool has dropped to or below 90% of the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 10 }

.1.3.6.1.4.1.25506.2.179.2.0.11
hh3cDhcp6Server2IpNetExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when all addresses
         in the DHCPv6 address pool are exhausted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 11 }

.1.3.6.1.4.1.25506.2.179.2.0.12
hh3cDhcp6Server2IpNetExhaustRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the DHCPv6 address pool has recovered
         from IPv6 address exhaustion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 12 }

.1.3.6.1.4.1.25506.2.179.2.0.13
hh3cDhcp6Server2PdNetUsageOverflow NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the IPv6 address usage of DHCPv6
         address pool has reached or exceeded the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 13 }

.1.3.6.1.4.1.25506.2.179.2.0.14
hh3cDhcp6Server2PdNetUsageOverflowRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the prefix usage in the DHCPv6
         address pool has dropped to or below 90% of the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 14 }

.1.3.6.1.4.1.25506.2.179.2.0.15
hh3cDhcp6Server2PdNetExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when all prefixes
         in the DHCPv6 address pool are exhausted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 15 }

.1.3.6.1.4.1.25506.2.179.2.0.16
hh3cDhcp6Server2PdNetExhaustRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolIndex, hh3cDhcp6Server2PoolName }
  DESCRIPTION	"This trap is generated when the IPv6 prefix pool recovers from
         prefix exhaustion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 16 }

.1.3.6.1.4.1.25506.2.179.2.0.17
hh3cDhcp6Server2GpIpNetExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolGpName }
  DESCRIPTION	"This trap is generated when all addresses
         in the DHCPv6 address pool group are exhausted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 17 }

.1.3.6.1.4.1.25506.2.179.2.0.18
hh3cDhcp6Server2GpIpNetExhaustRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolGpName }
  DESCRIPTION	"This trap is generated when the DHCPv6 address pool group has recovered
         from IPv6 address exhaustion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 18 }

.1.3.6.1.4.1.25506.2.179.2.0.19
hh3cDhcp6Server2GpPdNetExhaust NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolGpName }
  DESCRIPTION	"This trap is generated when all prefixes
         in the DHCPv6 address pool group are exhausted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 19 }

.1.3.6.1.4.1.25506.2.179.2.0.20
hh3cDhcp6Server2GpPdNetExhaustRecov NOTIFICATION-TYPE
  -- FROM	HH3C-DHCP6-MIB
  OBJECTS	{ hh3cDhcp6Server2PoolGpName }
  DESCRIPTION	"This trap is generated when the IPv6 prefix pool group recovers from
         prefix exhaustion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cDhcp6(179) hh3cDhcp6Server2Traps(2) hh3cDhcp6Server2TrapNotify(0) 20 }

.1.3.6.1.4.1.25506.2.180
hh3cVbr OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 180 }

.1.3.6.1.4.1.25506.2.180.1
hh3cVbrSpecInfo OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) 1 }

.1.3.6.1.4.1.25506.2.180.1.1
hh3cVbrGroupMinId OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Lowest PEX group ID that can be used to allocate ECIDs for ports
        on a PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrSpecInfo(1) 1 }

.1.3.6.1.4.1.25506.2.180.1.2
hh3cVbrGroupMaxId OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Highest PEX group ID that can be used to allocate ECID for ports
        on a PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrSpecInfo(1) 2 }

.1.3.6.1.4.1.25506.2.180.1.3
hh3cVbrMinAssociateId OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Lowest ID that can be assigned to a PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrSpecInfo(1) 3 }

.1.3.6.1.4.1.25506.2.180.1.4
hh3cVbrMaxAssociateId OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Highest ID that can be assigned to a PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrSpecInfo(1) 4 }

.1.3.6.1.4.1.25506.2.180.2
hh3cVbrTable OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) 2 }

.1.3.6.1.4.1.25506.2.180.2.1
hh3cVbrGroupTable OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects used to configure PEX groups."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) 1 }

.1.3.6.1.4.1.25506.2.180.2.1.1
hh3cVbrGroupEntry OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVbrGroupId }
  DESCRIPTION	"Information about a PEX group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrGroupTable(1) 1 }

.1.3.6.1.4.1.25506.2.180.2.1.1.1
hh3cVbrGroupId OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ID that can be used to uniquely identify a PEX group.  The value range
        is hh3cVbrGroupMinId to hh3cVbrGroupMaxId."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrGroupTable(1) hh3cVbrGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.180.2.1.1.2
hh3cVbrGroupDescr OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..79) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Description for the PEX group.  The default value is
        'pex-group XXXX', where 'XXXX' is hh3cVbrGroupId.
        Writing a zero-length string to this object resets the value to the
        default."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrGroupTable(1) hh3cVbrGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.180.2.1.1.3
hh3cVbrGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control that allows creation and deletion of entries.
        Values include createAndGo, active, and destroy.
        If the row to be created or modified already exists,
        an error message is returned.  If the row to be deleted does not exist,
        a success message is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrGroupTable(1) hh3cVbrGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.180.2.2
hh3cVbrCasPortTable OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects used to configure PEX cascade ports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) 2 }

.1.3.6.1.4.1.25506.2.180.2.2.1
hh3cVbrCasPortEntry OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVbrCasPortIndex }
  DESCRIPTION	"Information about a PEX cascade port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) 1 }

.1.3.6.1.4.1.25506.2.180.2.2.1.1
hh3cVbrCasPortIndex OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Interface index of the cascade port for a PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 1 }

.1.3.6.1.4.1.25506.2.180.2.2.1.2
hh3cVbrCasPortAssociateId OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ID assigned to the PEX that is attached to the cascade port.
        The value range is hh3cVbrMinAssociateId to hh3cVbrMaxAssociateId.
        The value is 0xffff if the PEX is not assigned an ID.
        For a successful configuration, the ID must be unique among all PEXs in
        the IRF 3.1 system."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 2 }

.1.3.6.1.4.1.25506.2.180.2.2.1.3
hh3cVbrCasPortGroupID OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"PEX group ID assigned to the PEX that is attached to the cascade port.
         The value range is hh3cVbrGroupMinId to hh3cVbrGroupMaxId."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 3 }

.1.3.6.1.4.1.25506.2.180.2.2.1.4
hh3cVbrPEXStatus OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	INTEGER {offline(1), online(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the PEX.
        If the value is offline, the PEX is absent or its configuration
        is incomplete.
        If the value is online, the PEX is operating correctly."
  DEFVAL	{ offline }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 4 }

.1.3.6.1.4.1.25506.2.180.2.2.1.5
hh3cVbrPEXTier OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Tier of the PEX.
        The value is 0xffff if the upper-tier device of the PEX
        is not online."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 5 }

.1.3.6.1.4.1.25506.2.180.2.2.1.6
hh3cVbrPEXDeviceMac OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..15) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device MAC address of the PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 6 }

.1.3.6.1.4.1.25506.2.180.2.2.1.7
hh3cVbrPEXSysname OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device name of the PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 7 }

.1.3.6.1.4.1.25506.2.180.2.2.1.8
hh3cVbrPEXBoardType OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device board type of the PEX."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 8 }

.1.3.6.1.4.1.25506.2.180.2.2.1.9
hh3cVbrPEXParent OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Upper-tier device of the PEX.
        The value is 0xffff if the upper-tier device of the PEX
        is the parent fabric(CB).
        In other situations, the value equals to the associated ID
        of the upper-tier PEX."
  DEFVAL	{ 65535 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 9 }

.1.3.6.1.4.1.25506.2.180.2.2.1.10
hh3cVbrCasPortRowStatus OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The control that allows creation and deletion of entries.
        Values include createAndGo, active, and destroy.
        If the row to be created or modified already exists,
        an error message is returned.  If the row to be deleted does not exist,
        a success message is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrCasPortTable(2) hh3cVbrCasPortEntry(1) 10 }

.1.3.6.1.4.1.25506.2.180.2.3
hh3cVbrUpgradeTable OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects used to upgrade PEX software
        images or patches."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) 3 }

.1.3.6.1.4.1.25506.2.180.2.3.1
hh3cVbrUpgradeEntry OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVbrUpgradeAssociateId }
  DESCRIPTION	"Upgrade software for PEXs, including upgrading PEX software
        images by using an IPE file and installing or uninstalling PEX patches
        by using a patch file.
        Each time only one of the upgrading operations can be performed.
        The IPE file or the patch file must be saved in the
        flash:/pex_images directory on the parent fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrUpgradeTable(3) 1 }

.1.3.6.1.4.1.25506.2.180.2.3.1.1
hh3cVbrUpgradeAssociateId OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ID assigned to a PEX.
        The value range is hh3cVbrMinAssociateId to hh3cVbrMaxAssociateId.
        If the value is 0xffff,this object will upgrade software for all PEXs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrUpgradeTable(3) hh3cVbrUpgradeEntry(1) 1 }

.1.3.6.1.4.1.25506.2.180.2.3.1.2
hh3cVbrUpgradeIPEFile OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..127) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IPE file used to upgrade PEX software images.
        The file must be saved in the flash:/pex_images directory on
        the parent fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrUpgradeTable(3) hh3cVbrUpgradeEntry(1) 2 }

.1.3.6.1.4.1.25506.2.180.2.3.1.3
hh3cVbrUpgradePatchFile OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..127) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The patch file used to install or uninstall PEX patches.
        The file must be saved in the flash:/pex_images directory on
        the parent fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrUpgradeTable(3) hh3cVbrUpgradeEntry(1) 3 }

.1.3.6.1.4.1.25506.2.180.2.3.1.4
hh3cVbrUpgradePatchAction OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Action on patches in the patch file.
        The value active means to install the patches.
        The value deactive means to uninstall the patches."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrUpgradeTable(3) hh3cVbrUpgradeEntry(1) 4 }

.1.3.6.1.4.1.25506.2.180.2.3.1.5
hh3cVbrUpgradeStatus OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  SYNTAX	INTEGER {initial(1), downloading(2), upgrading(3), succeeded(4), failed(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Result of the upgrading operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrUpgradeTable(3) hh3cVbrUpgradeEntry(1) 5 }

.1.3.6.1.4.1.25506.2.180.2.3.1.6
hh3cVbrInitUpgradeStatus OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If you want to initialize the upgrade status, set the value of
        this object to enable."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTable(2) hh3cVbrUpgradeTable(3) hh3cVbrUpgradeEntry(1) 6 }

.1.3.6.1.4.1.25506.2.180.3
hh3cVbrTraps OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) 3 }

.1.3.6.1.4.1.25506.2.180.3.0
hh3cVbrTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-VBR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTraps(3) 0 }

.1.3.6.1.4.1.25506.2.180.3.0.1
hh3cVbrPEXRemoveOrInsert NOTIFICATION-TYPE
  -- FROM	HH3C-VBR-MIB
  OBJECTS	{ hh3cVbrCasPortIndex, hh3cVbrCasPortAssociateId, hh3cVbrPEXStatus }
  DESCRIPTION	"An hh3cVbrPEXRemoveOrInsert notification is sent when a PEX
        is removed or inserted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVbr(180) hh3cVbrTraps(3) hh3cVbrTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.181
hh3cAAA OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-AAA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 181 }

.1.3.6.1.4.1.25506.2.181.1
hh3cAAAMibTrap OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) 1 }

.1.3.6.1.4.1.25506.2.181.1.1
hh3cAAAMibTrapOid OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAAMibTrap(1) 1 }

.1.3.6.1.4.1.25506.2.181.1.1.1
hh3cAAATrapOidDefine OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAAMibTrap(1) hh3cAAAMibTrapOid(1) 1 }

.1.3.6.1.4.1.25506.2.181.1.1.1.1
hh3cAAAUserChassis OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Chassis that online users access."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAAMibTrap(1) hh3cAAAMibTrapOid(1) hh3cAAATrapOidDefine(1) 1 }

.1.3.6.1.4.1.25506.2.181.1.1.1.2
hh3cAAAUserSlot OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Slot that online users access."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAAMibTrap(1) hh3cAAAMibTrapOid(1) hh3cAAATrapOidDefine(1) 2 }

.1.3.6.1.4.1.25506.2.181.1.1.1.3
hh3cAAAUserSlotMaxNumThreshold OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Threshold about the maximum number of online users on this slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAAMibTrap(1) hh3cAAAMibTrapOid(1) hh3cAAATrapOidDefine(1) 3 }

.1.3.6.1.4.1.25506.2.181.1.2
hh3cAAATraps OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAAMibTrap(1) 2 }

.1.3.6.1.4.1.25506.2.181.1.2.0
hh3cAAATrapsDefine OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAAMibTrap(1) hh3cAAATraps(2) 0 }

.1.3.6.1.4.1.25506.2.181.1.2.0.1
hh3cAAAUserSlotMaxNum NOTIFICATION-TYPE
  -- FROM	HH3C-AAA-MIB
  OBJECTS	{ hh3cAAAUserChassis, hh3cAAAUserSlot, hh3cAAAUserSlotMaxNumThreshold }
  DESCRIPTION	"This trap is generated when the number of online users on the slot
         reaches the maximum user threshold.  Subsequent users are recommended
         to access the device through another slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAAMibTrap(1) hh3cAAATraps(2) hh3cAAATrapsDefine(0) 1 }

.1.3.6.1.4.1.25506.2.181.1.2.0.2
hh3cAAAUserSlotMaxNumResume NOTIFICATION-TYPE
  -- FROM	HH3C-AAA-MIB
  OBJECTS	{ hh3cAAAUserChassis, hh3cAAAUserSlot, hh3cAAAUserSlotMaxNumThreshold }
  DESCRIPTION	"This trap is generated when the number of online users on the slot
         falls below 90% of the maximum user threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAAMibTrap(1) hh3cAAATraps(2) hh3cAAATrapsDefine(0) 2 }

.1.3.6.1.4.1.25506.2.181.2
hh3cAAATables OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) 2 }

.1.3.6.1.4.1.25506.2.181.2.1
hh3cAAASlotStatTable OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Slot-based AAA statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAATables(2) 1 }

.1.3.6.1.4.1.25506.2.181.2.1.1
hh3cAAASlotStatEntry OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAAAChassisId, hh3cAAASlotId }
  DESCRIPTION	"An entry (conceptual row) represents AAA statistics for a slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAATables(2) hh3cAAASlotStatTable(1) 1 }

.1.3.6.1.4.1.25506.2.181.2.1.1.1
hh3cAAAChassisId OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ID of the member device where the statistics are collected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAATables(2) hh3cAAASlotStatTable(1) hh3cAAASlotStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.181.2.1.1.2
hh3cAAASlotId OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Slot ID of the statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAATables(2) hh3cAAASlotStatTable(1) hh3cAAASlotStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.181.2.1.1.3
hh3cAAASlotSessionResourceNum OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of used session resource on this slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAATables(2) hh3cAAASlotStatTable(1) hh3cAAASlotStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.181.2.1.1.4
hh3cAAASlotDualStackUserNum OBJECT-TYPE
  -- FROM	HH3C-AAA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of dual-stack users on this slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cAAA(181) hh3cAAATables(2) hh3cAAASlotStatTable(1) hh3cAAASlotStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.183
hh3cBgp4v2 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-BGP4V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 183 }

.1.3.6.1.4.1.25506.2.183.0
hh3cBgp4v2Notification OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) 0 }

.1.3.6.1.4.1.25506.2.183.0.1
hh3cBgp4v2Established NOTIFICATION-TYPE
  -- FROM	HH3C-BGP4V2-MIB
  OBJECTS	{ hh3cBgp4v2PeerRemoteAddr, hh3cBgp4v2PeerLastError, hh3cBgp4v2PeerState }
  DESCRIPTION	"The hh3cBgp4v2Established event is generated when the BGP4+
        FSM enters the ESTABLISHED state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Notification(0) 1 }

.1.3.6.1.4.1.25506.2.183.0.2
hh3cBgp4v2BackwardTransition NOTIFICATION-TYPE
  -- FROM	HH3C-BGP4V2-MIB
  OBJECTS	{ hh3cBgp4v2PeerRemoteAddr, hh3cBgp4v2PeerLastError, hh3cBgp4v2PeerState }
  DESCRIPTION	"The hh3cBgp4v2BackwardTransition event is generated when
        the BGP4+ FSM moves from a higher numbered state to a lower
        numbered state.

        Due to the nature of the BGP state machine, an
        implementation MAY rate limit the generation of this event.
        An implementation MAY also generate this notification ONLY

        when the state machine moves out of the established state.
        An implementation should document its specific behavior."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Notification(0) 2 }

.1.3.6.1.4.1.25506.2.183.1
hh3cBgp4v2Objects OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) 1 }

.1.3.6.1.4.1.25506.2.183.1.1
hh3cBgp4v2PeerTable OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"BGP peer table.  This table contains, one entry
        per BGP peer, information about the connections
        with BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Objects(1) 1 }

.1.3.6.1.4.1.25506.2.183.1.1.1
hh3cBgp4v2PeerEntry OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgp4v2PeerRemoteAddr }
  DESCRIPTION	"Entry containing information about the connection
        with a BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Objects(1) hh3cBgp4v2PeerTable(1) 1 }

.1.3.6.1.4.1.25506.2.183.1.1.1.1
hh3cBgp4v2PeerRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The remote IPv6 address of this entry's BGP
        peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Objects(1) hh3cBgp4v2PeerTable(1) hh3cBgp4v2PeerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.183.1.1.1.2
hh3cBgp4v2PeerLastError OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last error code and subcode seen by this
        peer on this connection.  If no error has
        occurred, this field is zero.  Otherwise, the
        first byte of this two byte OCTET STRING
        contains the error code, and the second byte
        contains the subcode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Objects(1) hh3cBgp4v2PeerTable(1) hh3cBgp4v2PeerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.183.1.1.1.3
hh3cBgp4v2PeerState OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
  SYNTAX	INTEGER {idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The BGP peer connection state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Objects(1) hh3cBgp4v2PeerTable(1) hh3cBgp4v2PeerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.183.2
hh3cBgp4v2Conformance OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) 2 }

.1.3.6.1.4.1.25506.2.183.2.1
hh3cBgp4v2Compliances OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Conformance(2) 1 }

.1.3.6.1.4.1.25506.2.183.2.1.1
hh3cBgp4v2Compliance MODULE-COMPLIANCE
  -- FROM	HH3C-BGP4V2-MIB
  DESCRIPTION	"The compliance statement for entities which implement the BGP4+
        mib."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Conformance(2) hh3cBgp4v2Compliances(1) 1 }

.1.3.6.1.4.1.25506.2.183.2.2
hh3cBgp4v2Groups OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Conformance(2) 2 }

.1.3.6.1.4.1.25506.2.183.2.2.1
hh3cBgp4v2ErrorsGroup OBJECT-GROUP
  -- FROM	HH3C-BGP4V2-MIB
  DESCRIPTION	"Errors received on BGP peering sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Conformance(2) hh3cBgp4v2Groups(2) 1 }

.1.3.6.1.4.1.25506.2.183.2.2.2
hh3cBgp4v2PeerGroup OBJECT-GROUP
  -- FROM	HH3C-BGP4V2-MIB
  DESCRIPTION	"Core object types on BGP peering sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Conformance(2) hh3cBgp4v2Groups(2) 2 }

.1.3.6.1.4.1.25506.2.183.2.2.3
hh3cBgp4v2NotificationGroup OBJECT-TYPE
  -- FROM	HH3C-BGP4V2-MIB
  DESCRIPTION	"Notifications in this modules are completely optional."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgp4v2(183) hh3cBgp4v2Conformance(2) hh3cBgp4v2Groups(2) 3 }

.1.3.6.1.4.1.25506.2.184
hh3cTwmap OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 184 }

.1.3.6.1.4.1.25506.2.184
hh3cTwmap OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 184 }

.1.3.6.1.4.1.25506.2.184.1
hh3cTwampNotifications OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) 1 }

.1.3.6.1.4.1.25506.2.184.2
hh3cTwamplightObjects OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) 2 }

.1.3.6.1.4.1.25506.2.184.2.1
hh3cTwamplightController OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.1
hh3cTwamplightClientEnable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control TWAMP-light control-client function.
            true: Enable TWAMP-light control-client function.
            false: Delete the TWAMP-light client and all its sessions and statistics."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.2
hh3cTwamplightSenderEnable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control TWAMP-light control-sender function.
            true: Enable TWAMP-light control-sender function.
            false: Stop all TWAMP-light test sessions."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 2 }

.1.3.6.1.4.1.25506.2.184.2.1.3
hh3cTwamplightClientTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines TWAMP-light control-client test session parameter configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 3 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1
hh3cTwamplightClientEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightControllerID }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightClientTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.1
hh3cTwamplightControllerID OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The session ID of the TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.2
hh3cTwamplightClientSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of the source address,
        hh3cTwamplightClientSrcAddr, to be used at a remote host
        when performing the TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 2 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.3
hh3cTwamplightClientSrcAddr OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Use the specified IP address (which must be given
        in numeric form, not as a hostname) as the source
        address in outgoing probe packets.  On hosts with
        more than one IP address, this option can be used
        to force the source address to be something other
        than the primary IP address of the interface the
        probe packet is sent on.  A zero length octet string
        value for this object disables source address
        specification.

        The address type (InetAddressType) that relates to
        this object is specified by the corresponding value
        of hh3cTwamplightClientSrcAddrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 3 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.4
hh3cTwamplightClientTrgtAddrType OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of host address to be used at a remote
        host for performing a TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 4 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.5
hh3cTwamplightClientTrgtAddr OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the host address to be used at a remote host for
        performing a TWAMP-light test.  The host address type is
        determined by the object value of corresponding
        hh3cTwamplightClientTrgtAddrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 5 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.6
hh3cTwamplightClientSrcPort OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source port be used by a TWAMP-light test."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 6 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.7
hh3cTwamplightClientTrgtPort OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination port that be used by a TWAMP-light test."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 7 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.8
hh3cTwamplightClientVPN OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VPN name by which system finds route in the specified VPN
        to send TWAMP probe packets."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 8 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.9
hh3cTwamplightClientDscp OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the value to store in the Differentiated
        Services Code Point (DSCP) in the IP packet used to
        encapsulate the TWAMP probe.  The DSCP field is defined
        as the Type of Service (TOS) octet in a IPv4 header
        or as the Traffic Class octet in a IPv6 header.

        The value of this object must be a decimal integer
        in the range from 0 to 63.  This option can be used
        to determine what effect an explicit DSCP field setting
        has on a TWAMP response."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 9 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.10
hh3cTwamplightClientDataSize OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32 (44..1518) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the size of the data portion to be
        transmitted in a TWAMP operation in octets."
  DEFVAL	{ 142 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 10 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.11
hh3cTwamplightClientDescription OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..200) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A comment describing this session."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 11 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.12
hh3cTwamplightClientRowStatus OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object allows entries to be created and deleted
        in the hh3cTwamplightClientTable.  Deletion of an entry
        in this table results in deletion of all corresponding (same
        hh3cTwamplightControllerID index values)
        hh3cTwamplightSenderAdminTable and all related representations
        entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 12 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.13
hh3cTwamplightClientSrcIfName OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..47) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source interface for the probe packets."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 13 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.14
hh3cTwamplightClientServiceID OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (1..4096) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An Ethernet service instance by its ID for test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 14 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.15
hh3cTwamplightClientDesMac OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination MAC address for the TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 15 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.16
hh3cTwamplightClientSrcMac OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source MAC address for the TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 16 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.17
hh3cTwamplightClientTimeFormat OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	INTEGER {ntp(1), ptp(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The timestamp format for probe packets in
        the TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 17 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.18
hh3cTwamplightClientDataFill OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..200) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The payload fill string for each probe packet in the TWAMP-light
         test.  If the hh3cTwamplightClientDataFillType is string,
         the string length is 1 to 200.  When hh3cTwamplightClientDataFillType
         is hex, the datafill should contain any even number of characters in
         the range of 2 to 200."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 18 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.19
hh3cTwamplightClientDataFillType OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	INTEGER {string(1), hex(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the type of hh3cTwamplightClientDataFill."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 19 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.20
hh3cTwamplightClientSVlanID OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the ID of the VLAN to which the
         probe packets belong."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 20 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.21
hh3cTwamplightClientCVlanID OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the ID of the custom VLAN to which the
         probe packets belong.
         The hh3cTwamplightClientSVlanID must be specified
         first before the hh3cTwamplightClientCVlanID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 21 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.22
hh3cTwamplightClientVlanPriority OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify set the 802.1p priority for the probe
         packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 22 }

.1.3.6.1.4.1.25506.2.184.2.1.3.1.23
hh3cTwamplightClientBindIfName OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..47) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Associate the TWAMP-light test with an interface."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightClientTable(3) hh3cTwamplightClientEntry(1) 23 }

.1.3.6.1.4.1.25506.2.184.2.1.4
hh3cTwamplightSenderAdminTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines TWAMP-light control-sender's management table,
        starts or stops TWAMP light test function.  When the
        RowStatus is CreatAndGo, only one among hh3cTwamplightSendAdminContinual,
        hh3cTwamplightSendAdminDuration, and hh3cTwamplightSendAdminPktCount
        must be configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 4 }

.1.3.6.1.4.1.25506.2.184.2.1.4.1
hh3cTwamplightSenderAdminEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightControllerID }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightSenderAdminTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderAdminTable(4) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.4.1.1
hh3cTwamplightSendAdminContinual OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defineds to control the TWAMP test type.
           true:  Permanent test.
           false: On demand test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderAdminTable(4) hh3cTwamplightSenderAdminEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.4.1.2
hh3cTwamplightSendAdminDuration OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32 (60..300) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the duration the session runs for TWAMP test
        before being stopped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderAdminTable(4) hh3cTwamplightSenderAdminEntry(1) 2 }

.1.3.6.1.4.1.25506.2.184.2.1.4.1.3
hh3cTwamplightSendAdminPktCount OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32 (100..30000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the number of packets to send for TWAMP
        test before the session is stopped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderAdminTable(4) hh3cTwamplightSenderAdminEntry(1) 3 }

.1.3.6.1.4.1.25506.2.184.2.1.4.1.4
hh3cTwamplightSendAdminTxPeriod OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	INTEGER {interval10ms(1), interval100ms(2), interval1s(3), interval30s(4), interval10s(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the interval at which probe packets are sent
        for TWAMP test."
  DEFVAL	{ interval100ms }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderAdminTable(4) hh3cTwamplightSenderAdminEntry(1) 4 }

.1.3.6.1.4.1.25506.2.184.2.1.4.1.5
hh3cTwamplightSendAdminTimeOut OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32 (1..10) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the timeout time for TWAMP response packets."
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderAdminTable(4) hh3cTwamplightSenderAdminEntry(1) 5 }

.1.3.6.1.4.1.25506.2.184.2.1.4.1.6
hh3cTwamplightSendAdminRowStatus OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object allows entries to be created and deleted
        in the hh3cTwamplightSenderAdminTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderAdminTable(4) hh3cTwamplightSenderAdminEntry(1) 6 }

.1.3.6.1.4.1.25506.2.184.2.1.5
hh3cTwamplightSenderStatusTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines TWAMP-light control-sender's status table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 5 }

.1.3.6.1.4.1.25506.2.184.2.1.5.1
hh3cTwamplightSenderStatusEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightControllerID }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightSenderStatusTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderStatusTable(5) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.5.1.1
hh3cTwamplightSenderStatus OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	INTEGER {inactive(1), active(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reflects the operational state of a TWAMP test:
           inactive: TWAMP test is in progress.
           active: TWAMP test has stopped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderStatusTable(5) hh3cTwamplightSenderStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.5.1.2
hh3cTwamplightSenderStatusType OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	INTEGER {init(0), continual(1), onDemand(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reflects the operational start type of a TWAMP test:
           init: Initial status.
           continual: Permanent test.
           onDemand: On demand test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderStatusTable(5) hh3cTwamplightSenderStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.2.184.2.1.5.1.4
hh3cTwamplightLastStartTime OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Date and time when the last test started."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderStatusTable(5) hh3cTwamplightSenderStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.2.184.2.1.5.1.5
hh3cTwamplightLastStopTime OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Date and time when the last test stopped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderStatusTable(5) hh3cTwamplightSenderStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.2.184.2.1.6
hh3cTwamplightTwoWayDelayTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the statistics result table for TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 6 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1
hh3cTwamplightTwoWayDelayEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightControllerID, hh3cTwamplightTWDelaySeq }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightTwoWayDelayTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.1
hh3cTwamplightTWDelaySeq OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Gauge32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An entry in this table is created when the statistics
        result of a TWAMP test is determined.

        An implementation MUST start assigning
        hh3cTwamplightTWDelaySeq values at 1 and
        wrap after exceeding the maximum possible value as
        defined by the limit of this object ('ffffffff'h)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.2
hh3cTwamplightTWDelayAvgDelay OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average two-way-delay
        value in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 2 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.3
hh3cTwamplightTWDelayMaxDelay OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximum two-way-delay
        value in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 3 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.4
hh3cTwamplightTWDelayMinDelay OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimum two-way-delay
        value in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 4 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.5
hh3cTwamplightTWDelayAvgJitter OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average jitter value
        in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 5 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.6
hh3cTwamplightTWDelayMaxJitter OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximum jitter value
        in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 6 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.7
hh3cTwamplightTWDelayMinJitter OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimum jitter value
        in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 7 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.8
hh3cTwamplightTWDelayAvgJitterSD OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average jitter value from
        source to destination in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 8 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.9
hh3cTwamplightTWDelayMaxJitterSD OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximum jitter value from
        source to destination in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 9 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.10
hh3cTwamplightTWDelayMinJitterSD OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimum jitter value from
        source to destination in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 10 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.11
hh3cTwamplightTWDelayAvgJitterDS OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average jitter value from
        destination to source in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 11 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.12
hh3cTwamplightTWDelayMaxJitterDS OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximum jitter value from
        destination to source in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 12 }

.1.3.6.1.4.1.25506.2.184.2.1.6.1.13
hh3cTwamplightTWDelayMinJitterDS OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimum jitter value from
        destination to source in the TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayDelayTable(6) hh3cTwamplightTwoWayDelayEntry(1) 13 }

.1.3.6.1.4.1.25506.2.184.2.1.7
hh3cTwamplightTwoWayLossTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the TWAMP-light loss statistics result Table for providing,
        via SNMP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 7 }

.1.3.6.1.4.1.25506.2.184.2.1.7.1
hh3cTwamplightTwoWayLossEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightControllerID, hh3cTwamplightTWLossSeq }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightTwoWayLossTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayLossTable(7) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.7.1.1
hh3cTwamplightTWLossSeq OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Gauge32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An entry in this table is created when statistics
        result of a TWAMP test is determined.

        An implementation MUST start assigning
        hh3cTwamplightTWLossSeq values at 1 and
        wrap after exceeding the maximum possible value as
        defined by the limit of this object ('ffffffff'h)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayLossTable(7) hh3cTwamplightTwoWayLossEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.7.1.2
hh3cTwamplightTWLossValue OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of lost packets in a statistical cycle
        of a TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayLossTable(7) hh3cTwamplightTwoWayLossEntry(1) 2 }

.1.3.6.1.4.1.25506.2.184.2.1.7.1.3
hh3cTwamplightTWSentCount OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets were sent in a statistical cycle
        of a TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayLossTable(7) hh3cTwamplightTwoWayLossEntry(1) 3 }

.1.3.6.1.4.1.25506.2.184.2.1.7.1.4
hh3cTwamplightTWTotalLossValue OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of lost packets number in last 30 statistical
        cycle of a TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayLossTable(7) hh3cTwamplightTwoWayLossEntry(1) 4 }

.1.3.6.1.4.1.25506.2.184.2.1.7.1.5
hh3cTwamplightTWTotalSentCount OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets sent in last 30 statistical
        cycle of a TWAMP test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayLossTable(7) hh3cTwamplightTwoWayLossEntry(1) 5 }

.1.3.6.1.4.1.25506.2.184.2.1.7.1.6
hh3cTwamplightTWErrorCount OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of error packets received in a statistical cycle
        of a TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayLossTable(7) hh3cTwamplightTwoWayLossEntry(1) 6 }

.1.3.6.1.4.1.25506.2.184.2.1.7.1.7
hh3cTwamplightTWTotalErrorCount OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of error packets received in last 30 statistical
        cycles of a TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightTwoWayLossTable(7) hh3cTwamplightTwoWayLossEntry(1) 7 }

.1.3.6.1.4.1.25506.2.184.2.1.8
hh3cTwamplightSenderLossSeqTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The largest index value in TWAMP Loss results.

        When a TWAMP test starts, TWAMP will generats
        a set of statistics at regular intervals, and the
        index information will be incremented by one for each result."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 8 }

.1.3.6.1.4.1.25506.2.184.2.1.8.1
hh3cTwamplightSenderLossSeqEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightControllerID }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightSenderLossSeqTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderLossSeqTable(8) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.8.1.1
hh3cTwamplightLossSeqNumValue OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Gauge32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The largest index value in a TWAMP packet Loss test session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSenderLossSeqTable(8) hh3cTwamplightSenderLossSeqEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.9
hh3cTwamplightSendDelaySeqTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The largest index value in TWAMP delay results.

        When a TWAMP test startes, TWAMP will generates
        a set of statistics at regular intervals, and the
        index information will be incremented by one for each result."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 9 }

.1.3.6.1.4.1.25506.2.184.2.1.9.1
hh3cTwamplightSendDelaySeqEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightControllerID }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightSendDelaySeqTable.  The
        operation of this table is same as that of pingResultsTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSendDelaySeqTable(9) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.9.1.1
hh3cTwamplightSenderDelaySeqNum OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Gauge32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The largest index value in a TWAMP packet delay test session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightSendDelaySeqTable(9) hh3cTwamplightSendDelaySeqEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.10
hh3cTwamplightResetStatTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines to clear TWAMP test statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 10 }

.1.3.6.1.4.1.25506.2.184.2.1.10.1
hh3cTwamplightResetStatEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightControllerID }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightResetStatTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightResetStatTable(10) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.10.1.1
hh3cTwamplightResetStatistics OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	INTEGER {single(1), all(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Clear TWAMP test statistics.
          single: reset single.
          all: reset all."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightResetStatTable(10) hh3cTwamplightResetStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.11
hh3cTwamplightReactionTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines TWAMP-light control-client test session reaction
         configuration."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) 11 }

.1.3.6.1.4.1.25506.2.184.2.1.11.1
hh3cTwamplightReactionEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightControllerID, hh3cTwamplightReactItemIndex }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightReactionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightReactionTable(11) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.11.1.1
hh3cTwamplightReactItemIndex OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (1..10) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The second index of hh3cTwamplightReactionTable, It definitely
        identifies one of the reaction configurations for TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightReactionTable(11) hh3cTwamplightReactionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.1.11.1.2
hh3cTwamplightReactCheckElement OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	INTEGER {twoWayDelay(1), twoWayJitter(2), twoWayLoss(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A list of reaction condition type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightReactionTable(11) hh3cTwamplightReactionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.184.2.1.11.1.3
hh3cTwamplightReactUpperLimit OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (2..1000000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines an administrative upper-threshold value for
        hh3cTwamplightReactCheckElement."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightReactionTable(11) hh3cTwamplightReactionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.184.2.1.11.1.4
hh3cTwamplightReactLowerLimit OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (1..999999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines an administrative lower-threshold value for
        hh3cTwamplightReactCheckElement."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightReactionTable(11) hh3cTwamplightReactionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.184.2.1.11.1.5
hh3cTwamplightReactActionType OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	INTEGER {none(0), trapOnly(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of reaction to generate if the specified
         violation type occurs for the monitored element:

        none               - No reaction is generated
        trapOnly           - A trap is generated"
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightReactionTable(11) hh3cTwamplightReactionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.184.2.1.11.1.6
hh3cTwamplightReactRowStatus OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object allows entries to be created and deleted
        in the hh3cTwamplightReactionTable.  Deletion of an entry
        in this table results in deletion of all corresponding (same
        hh3cTwamplightControllerID index values)
        hh3cTwamplightSenderAdminTable and all related representations
        entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightController(1) hh3cTwamplightReactionTable(11) hh3cTwamplightReactionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.184.2.2
hh3cTwamplightReponsder OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) 2 }

.1.3.6.1.4.1.25506.2.184.2.2.1
hh3cTwamplightResponderEnable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control TWAMP-light responder function.
            true: Enable TWAMP-light responder function.
            false: Disable TWAMP-light responder function."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) 1 }

.1.3.6.1.4.1.25506.2.184.2.2.2
hh3cTwamplightResponderTable OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the TWAMP-light reflector Table, and configures
        TWAMP test session.  When the RowStatus is Active or CreatAndGo,
        the source address and target address, source port,
        target  port must be configured.  When the RowStatus
        is Destroy, Except for fields ResponderID and RowStatus,
        The rest can't be configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) 2 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1
hh3cTwamplightResponderEntry OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTwamplightRespID }
  DESCRIPTION	"Defines an entry in the hh3cTwamplightResponderTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) 1 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.1
hh3cTwamplightRespID OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TWAMP test session reflector index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 1 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.2
hh3cTwamplightRespSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of the source address,
        hh3cTwamplightClientSrcAddr, to be used at a remote host
        when performing the TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 2 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.3
hh3cTwamplightRespSrcAddr OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Use the specified IP address (which must be given
        in numeric form, not as a hostname) as the source
        address for outgoing probe packets.  On hosts with
        more than one IP address, this option can be used
        to force the source address to be something other
        than the primary IP address of the interface the
        probe packet is sent on.  A zero length octet string
        value for this object disables source address
        specification.

        The address type (InetAddressType) that relates to
        this object is specified by the corresponding value
        of hh3cTwamplightClientSrcAddrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 3 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.4
hh3cTwamplightRespTrgtAddrType OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of host address to be used at a remote
        host for performing a TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 4 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.5
hh3cTwamplightRespTrgtAddr OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the host address to be used at a remote host for
        performing a TWAMP-light test.  The host address type is
        determined by the object value of corresponding
        hh3cTwamplightClientTrgtAddrType."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 5 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.6
hh3cTwamplightRespSrcPort OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source port be used by a TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 6 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.7
hh3cTwamplightRespTrgtPort OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination port to be used by a TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 7 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.8
hh3cTwamplightRespVPN OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VPN name by which the system finds route in the specified VPN
        to send TWAMP probe packets."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 8 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.9
hh3cTwamplightRespDescription OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..200) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A comment describing this session."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 9 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.10
hh3cTwamplightRespRowStatus OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object allows entries to be created and deleted
        in the Hh3cTwamplightResponderEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 10 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.11
hh3cTwamplightRespSrcIfName OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..47) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source interface for the response packets."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 11 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.12
hh3cTwamplightRespServiceID OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (1..4096) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An Ethernet service instance by its ID for test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 12 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.13
hh3cTwamplightRespDesMac OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination MAC address for the TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 13 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.14
hh3cTwamplightRespSrcMac OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source MAC address for the TWAMP-light response message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 14 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.15
hh3cTwamplightRespTimeFormat OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	INTEGER {auto(0), ntp(1), ptp(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The timestamp format for probe packets in the TWAMP-light test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 15 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.16
hh3cTwamplightRespSVlanID OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the ID of the VLAN to which the
         probe packets belong."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 16 }

.1.3.6.1.4.1.25506.2.184.2.2.2.1.17
hh3cTwamplightRespCVlanID OBJECT-TYPE
  -- FROM	HH3C-TWAMP-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the ID of the custom vlan to which the
         probe packets belong.
         The hh3cTwamplightRespSVlanID must be specified
         first before the hh3cTwamplightRespCVlanID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cTwmap(184) hh3cTwamplightObjects(2) hh3cTwamplightReponsder(2) hh3cTwamplightResponderTable(2) hh3cTwamplightResponderEntry(1) 17 }

.1.3.6.1.4.1.25506.2.185
hh3cLTEMEC OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LTE-MEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 185 }

.1.3.6.1.4.1.25506.2.185.1
hh3cLTEMECObjects OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) 1 }

.1.3.6.1.4.1.25506.2.185.1.1
hh3cMecTables OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) 1 }

.1.3.6.1.4.1.25506.2.185.1.1.1
hh3cMecIfStatsTable OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table contains per-interface traffic statistics that MEC processed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) 1 }

.1.3.6.1.4.1.25506.2.185.1.1.1.1
hh3cMecIfStatsEntry OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMecIfStatsIfIndex }
  DESCRIPTION	"An interface statistics entry containing objects for a particular interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecIfStatsTable(1) 1 }

.1.3.6.1.4.1.25506.2.185.1.1.1.1.1
hh3cMecIfStatsIfIndex OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
         which this entry is applicable.  The interface identified by
         a particular value of this index is the same interface as
         identified by the same value of the IF-MIB's InterfaceIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecIfStatsTable(1) hh3cMecIfStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.2.185.1.1.1.1.2
hh3cMecIfStatsGTPUReceive OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of GTP-U packets the interface received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecIfStatsTable(1) hh3cMecIfStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.2.185.1.1.1.1.3
hh3cMecIfStatsGTPUSend OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of GTP-U packets the interface sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecIfStatsTable(1) hh3cMecIfStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.2.185.1.1.1.1.4
hh3cMecIfStatsSCTPReceive OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SCTP packets the interface received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecIfStatsTable(1) hh3cMecIfStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.2.185.1.1.1.1.5
hh3cMecIfStatsSCTPSend OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SCTP packets the interface sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecIfStatsTable(1) hh3cMecIfStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.2.185.1.1.1.1.6
hh3cMecIfStatsDecap OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of GTP-U packets decapsulated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecIfStatsTable(1) hh3cMecIfStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.2.185.1.1.1.1.7
hh3cMecIfStatsEncap OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP packets encapsulated in GTP-U."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecIfStatsTable(1) hh3cMecIfStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.2.185.1.1.2
hh3cMecErrStatsInfo OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) 2 }

.1.3.6.1.4.1.25506.2.185.1.1.2.1
hh3cMecErrBadFormat OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IP packets with the bad format."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecErrStatsInfo(2) 1 }

.1.3.6.1.4.1.25506.2.185.1.1.2.2
hh3cMecErrSend OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets discarded due to physical transmit errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecErrStatsInfo(2) 2 }

.1.3.6.1.4.1.25506.2.185.1.1.2.3
hh3cMecErrOutInterface OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets discarded due to invalid outgoing interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecErrStatsInfo(2) 3 }

.1.3.6.1.4.1.25506.2.185.1.1.2.4
hh3cMecErrFraglimit OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets discarded due to fragment queue limit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecErrStatsInfo(2) 4 }

.1.3.6.1.4.1.25506.2.185.1.1.2.5
hh3cMecErrFragAttack OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets discarded due to fragment attacks."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECObjects(1) hh3cMecTables(1) hh3cMecErrStatsInfo(2) 5 }

.1.3.6.1.4.1.25506.2.185.2
hh3cLTEMECTrapObjects OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) 2 }

.1.3.6.1.4.1.25506.2.185.2.0
hh3cMecTrap OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECTrapObjects(2) 0 }

.1.3.6.1.4.1.25506.2.185.2.0.1
hh3cMecTunnelCacheFullTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  OBJECTS	{ hh3cMecTunnelCacheNumber }
  DESCRIPTION	"Send this trap when the MEC tunnel table is full."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECTrapObjects(2) hh3cMecTrap(0) 1 }

.1.3.6.1.4.1.25506.2.185.2.0.2
hh3cMecTunnelCacheRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  OBJECTS	{ hh3cMecTunnelCacheNumber }
  DESCRIPTION	"Send this trap when the MEC tunnel table entry falls below the normal value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECTrapObjects(2) hh3cMecTrap(0) 2 }

.1.3.6.1.4.1.25506.2.185.2.1
hh3cMecTrapInfo OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECTrapObjects(2) 1 }

.1.3.6.1.4.1.25506.2.185.2.1.1
hh3cMecTunnelCacheNumber OBJECT-TYPE
  -- FROM	HH3C-LTE-MEC-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of MEC tunnel tables."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cLTEMEC(185) hh3cLTEMECTrapObjects(2) hh3cMecTrapInfo(1) 1 }

.1.3.6.1.4.1.25506.2.186
hh3cSrpolicy OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SRPOLICY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 186 }

.1.3.6.1.4.1.25506.2.186.0
hh3cSrpolicyNotifications OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) 0 }

.1.3.6.1.4.1.25506.2.186.0.1
hh3cSrpolicyStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  OBJECTS	{ hh3cSrpolicyColor, hh3cSrpolicyEndPoint, hh3cSrpolicyStatus, hh3cSrpolicyDownReason }
  DESCRIPTION	"An hh3cSrpolicyStatusChange trap signifies that there
         has been a change in the state of a policy.
         This trap should be generated when the policy
         state regresses (e.g., goes from active to Down)
         or progresses to a terminal state
         (i.e., down)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.186.0.2
hh3cSrpolicyBsidConflict NOTIFICATION-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  OBJECTS	{ hh3cSrpolicyColor, hh3cSrpolicyEndPoint, hh3cSrpolicyBsid, hh3cSrpolicyBsidFailReason, hh3cSrpolicyBsidConflictState }
  DESCRIPTION	"BSID conflicts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.186.0.3
hh3cSrpolicyBsidConflictClear NOTIFICATION-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  OBJECTS	{ hh3cSrpolicyColor, hh3cSrpolicyEndPoint, hh3cSrpolicyBsid, hh3cSrpolicyBsidFailReason, hh3cSrpolicyBsidConflictState }
  DESCRIPTION	"BSID conflicts resolved"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyNotifications(0) 3 }

.1.3.6.1.4.1.25506.2.186.0.4
hh3cSrpolicyDown NOTIFICATION-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  OBJECTS	{ hh3cSrpolicyColor, hh3cSrpolicyEndPoint, hh3cSrpolicyDownReason }
  DESCRIPTION	"Policy down"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyNotifications(0) 4 }

.1.3.6.1.4.1.25506.2.186.0.5
hh3cSrpolicyDownClear NOTIFICATION-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  OBJECTS	{ hh3cSrpolicyColor, hh3cSrpolicyEndPoint }
  DESCRIPTION	"Policy down cleared"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyNotifications(0) 5 }

.1.3.6.1.4.1.25506.2.186.0.6
hh3cSrpolicyPathDown NOTIFICATION-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  OBJECTS	{ hh3cSrpolicyPathColor, hh3cSrpolicyPathEndPoint, hh3cSrpolicyPathProto, hh3cSrpolicyPathInst, hh3cSrpolicyPathOri, hh3cSrpolicyPathDis, hh3cSrpolicyPathPref, hh3cSrpolicyPathPreviousRole, hh3cSrpolicyPathDownReason }
  DESCRIPTION	"An hh3cSrpolicyPathDown trap signifies that there
         has been a change in the state of a policy primary
         or backup path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyNotifications(0) 6 }

.1.3.6.1.4.1.25506.2.186.0.7
hh3cSrpolicySeglistDown NOTIFICATION-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  OBJECTS	{ hh3cSrpSeglistColor, hh3cSrpSeglistEndPoint, hh3cSrpSeglistPathProto, hh3cSrpSeglistPathInst, hh3cSrpSeglistPathOri, hh3cSrpSeglistPathDis, hh3cSrpSeglistId, hh3cSrpSeglistStatus, hh3cSrpSeglistDownReason }
  DESCRIPTION	"An hh3cSrpSeglistDown trap signifies that there
         has been a change in the state of a segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyNotifications(0) 7 }

.1.3.6.1.4.1.25506.2.186.0.8
hh3cSrpolicySeglistDownClear NOTIFICATION-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  OBJECTS	{ hh3cSrpSeglistColor, hh3cSrpSeglistEndPoint, hh3cSrpSeglistPathProto, hh3cSrpSeglistPathInst, hh3cSrpSeglistPathOri, hh3cSrpSeglistPathDis, hh3cSrpSeglistId, hh3cSrpSeglistStatus }
  DESCRIPTION	"An hh3cSrSeglistDownClear trap signifies that there
         has been a change in the state of a segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyNotifications(0) 8 }

.1.3.6.1.4.1.25506.2.186.1
hh3cSrpolicyTable OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about SR-TE policies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) 1 }

.1.3.6.1.4.1.25506.2.186.1.1
hh3cSrpolicyEntry OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSrpolicyColor, hh3cSrpolicyEndPoint }
  DESCRIPTION	"Each entry contains information about a policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) 1 }

.1.3.6.1.4.1.25506.2.186.1.1.1
hh3cSrpolicyColor OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The color associates the SR-TE Policy with certain intent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.186.1.1.2
hh3cSrpolicyEndPoint OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The endpoint is the destination of the SR-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.186.1.1.3
hh3cSrpolicyName OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of the SR policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.186.1.1.4
hh3cSrpolicyBsid OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Integer32 (16..1048575) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Bound segment ID value of the SR policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.186.1.1.5
hh3cSrpolicyInPackets OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets for the bound segment ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.186.1.1.6
hh3cSrpolicyInOctets OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound bytes for the bound segment ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.186.1.1.7
hh3cSrpolicyOutPackets OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets for the SR-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.186.1.1.8
hh3cSrpolicyOutOctets OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound bytes for the SR-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.186.1.1.9
hh3cSrpolicyStatus OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the SR-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 9 }

.1.3.6.1.4.1.25506.2.186.1.1.10
hh3cSrpolicyDownReason OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (0..51) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Base identity for the reasons why SR-TE policy is operationally down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 10 }

.1.3.6.1.4.1.25506.2.186.1.1.11
hh3cSrpolicyBsidFailReason OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reason why the binding SID is unavailable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 11 }

.1.3.6.1.4.1.25506.2.186.1.1.12
hh3cSrpolicyBsidConflictState OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	INTEGER {inConflict(1), conflictResolved(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The conflict state of the binding SID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyTable(1) hh3cSrpolicyEntry(1) 12 }

.1.3.6.1.4.1.25506.2.186.2
hh3cSrpSeglistTable OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about the segment lists for the
         SR-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) 2 }

.1.3.6.1.4.1.25506.2.186.2.1
hh3cSrpSeglistEntry OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSrpSeglistColor, hh3cSrpSeglistEndPoint, hh3cSrpSeglistPathProto, hh3cSrpSeglistPathInst, hh3cSrpSeglistPathOri, hh3cSrpSeglistPathDis, hh3cSrpSeglistId }
  DESCRIPTION	"Each entry contains information about segment lists."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) 1 }

.1.3.6.1.4.1.25506.2.186.2.1.1
hh3cSrpSeglistColor OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The color associates the SR-TE Policy with certain intent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 1 }

.1.3.6.1.4.1.25506.2.186.2.1.2
hh3cSrpSeglistEndPoint OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The endpoint is the destination of the SR-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 2 }

.1.3.6.1.4.1.25506.2.186.2.1.3
hh3cSrpSeglistPathProto OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	INTEGER {pcep(10), bgp(20), cli(30)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Protocol-Origin of a candidate path identifies the protocol that
         originates or signals the candidate path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 3 }

.1.3.6.1.4.1.25506.2.186.2.1.4
hh3cSrpSeglistPathInst OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The instance is a value of BGP instance number, when
         the candidate path is originated by BGP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 4 }

.1.3.6.1.4.1.25506.2.186.2.1.5
hh3cSrpSeglistPathOri OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Originator is the identifier of the node that instantiated or signalled
         the candidate path on the headend."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 5 }

.1.3.6.1.4.1.25506.2.186.2.1.6
hh3cSrpSeglistPathDis OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The discriminator uniquely identifies a candidate path from a
         specific Protocol-Origin."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 6 }

.1.3.6.1.4.1.25506.2.186.2.1.7
hh3cSrpSeglistId OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ID uniquely identifies the segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 7 }

.1.3.6.1.4.1.25506.2.186.2.1.8
hh3cSrpolicySeglistName OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 8 }

.1.3.6.1.4.1.25506.2.186.2.1.9
hh3cSrpSeglistOutPackets OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets for the segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 9 }

.1.3.6.1.4.1.25506.2.186.2.1.10
hh3cSrpSeglistOutOctets OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound bytes for the segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 10 }

.1.3.6.1.4.1.25506.2.186.2.1.11
hh3cSrpSeglistStatus OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 11 }

.1.3.6.1.4.1.25506.2.186.2.1.12
hh3cSrpSeglistDownReason OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (0..51) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Base identity for the reasons why segment list is down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpSeglistTable(2) hh3cSrpSeglistEntry(1) 12 }

.1.3.6.1.4.1.25506.2.186.3
hh3cSrpForwardingTable OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about forwarding paths for the
        SR-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) 3 }

.1.3.6.1.4.1.25506.2.186.3.1
hh3cSrpForwardingEntry OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSrpFwdColor, hh3cSrpFwdEndPoint, hh3cSrpFwdPathProto, hh3cSrpFwdPathInst, hh3cSrpFwdPathOri, hh3cSrpFwdPathDis, hh3cSrpFwdSeglistId, hh3cSrpFwdOutIf, hh3cSrpFwdNexthop }
  DESCRIPTION	"Each entry contains information about forwarding paths."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) 1 }

.1.3.6.1.4.1.25506.2.186.3.1.1
hh3cSrpFwdColor OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The color associates the SR-TE policy with certain intent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 1 }

.1.3.6.1.4.1.25506.2.186.3.1.2
hh3cSrpFwdEndPoint OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The endpoint is the destination of the SR-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 2 }

.1.3.6.1.4.1.25506.2.186.3.1.3
hh3cSrpFwdPathProto OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	INTEGER {pcep(10), bgp(20), cli(30)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Protocol-Origin of a candidate path identifies the protocol that
         originates or signals the candidate path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 3 }

.1.3.6.1.4.1.25506.2.186.3.1.4
hh3cSrpFwdPathInst OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The instance is a value of BGP instance number, when
         the candidate path is originated by BGP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 4 }

.1.3.6.1.4.1.25506.2.186.3.1.5
hh3cSrpFwdPathOri OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Originator is the identifier of the node that instantiated or signalled
        the candidate path on the headend."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 5 }

.1.3.6.1.4.1.25506.2.186.3.1.6
hh3cSrpFwdPathDis OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The discriminator uniquely identifies a candidate path from a
         specific Protocol-Origin."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 6 }

.1.3.6.1.4.1.25506.2.186.3.1.7
hh3cSrpFwdSeglistId OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ID uniquely identifies the segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 7 }

.1.3.6.1.4.1.25506.2.186.3.1.8
hh3cSrpFwdOutIf OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value of ifIndex for the outbound interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 8 }

.1.3.6.1.4.1.25506.2.186.3.1.9
hh3cSrpFwdNexthop OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the next hop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 9 }

.1.3.6.1.4.1.25506.2.186.3.1.10
hh3cSrpFwdOutPackets OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets for the outbound interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 10 }

.1.3.6.1.4.1.25506.2.186.3.1.11
hh3cSrpFwdOutOctets OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound bytes for the outbound interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpForwardingTable(3) hh3cSrpForwardingEntry(1) 11 }

.1.3.6.1.4.1.25506.2.186.4
hh3cSrpolicyPathTable OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about SR-TE policy candidate paths."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) 4 }

.1.3.6.1.4.1.25506.2.186.4.1
hh3cSrpolicyPathEntry OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSrpolicyPathColor, hh3cSrpolicyPathEndPoint, hh3cSrpolicyPathProto, hh3cSrpolicyPathInst, hh3cSrpolicyPathOri, hh3cSrpolicyPathDis }
  DESCRIPTION	"Each entry contains information about candidate paths of a policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) 1 }

.1.3.6.1.4.1.25506.2.186.4.1.1
hh3cSrpolicyPathColor OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The color associates the SR-TE policy with certain intent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) hh3cSrpolicyPathEntry(1) 1 }

.1.3.6.1.4.1.25506.2.186.4.1.2
hh3cSrpolicyPathEndPoint OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The endpoint is the destination of the SR-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) hh3cSrpolicyPathEntry(1) 2 }

.1.3.6.1.4.1.25506.2.186.4.1.3
hh3cSrpolicyPathProto OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	INTEGER {pcep(10), bgp(20), cli(30)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Protocol-Origin of a candidate path identifies the protocol that
         originates or signals the candidate path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) hh3cSrpolicyPathEntry(1) 3 }

.1.3.6.1.4.1.25506.2.186.4.1.4
hh3cSrpolicyPathInst OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The instance is a value of BGP instance number, when
         the candidate path is originated by BGP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) hh3cSrpolicyPathEntry(1) 4 }

.1.3.6.1.4.1.25506.2.186.4.1.5
hh3cSrpolicyPathOri OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Originator is the identifier of the node that instantiated or
         signalled the candidate path on the headend."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) hh3cSrpolicyPathEntry(1) 5 }

.1.3.6.1.4.1.25506.2.186.4.1.6
hh3cSrpolicyPathDis OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The discriminator uniquely identifies a candidate path from a
         specific Protocol-Origin."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) hh3cSrpolicyPathEntry(1) 6 }

.1.3.6.1.4.1.25506.2.186.4.1.7
hh3cSrpolicyPathPref OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The preference of the SR-TE policy candidate path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) hh3cSrpolicyPathEntry(1) 7 }

.1.3.6.1.4.1.25506.2.186.4.1.8
hh3cSrpolicyPathPreviousRole OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The previous role of an SR-TE policy candidate path.
         The value may be primary or backup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) hh3cSrpolicyPathEntry(1) 8 }

.1.3.6.1.4.1.25506.2.186.4.1.9
hh3cSrpolicyPathDownReason OBJECT-TYPE
  -- FROM	HH3C-SRPOLICY-MIB
  SYNTAX	OCTET STRING (0..51) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Base identity for the reasons why SR-TE policy candidate path
         is operationally down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrpolicy(186) hh3cSrpolicyPathTable(4) hh3cSrpolicyPathEntry(1) 9 }

.1.3.6.1.4.1.25506.2.187
hh3cRbm OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RBM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 187 }

.1.3.6.1.4.1.25506.2.187.1
hh3cRbmTables OBJECT-TYPE
  -- FROM	HH3C-RBM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbm(187) 1 }

.1.3.6.1.4.1.25506.2.187.1.1
hh3cRbmTrapObjects OBJECT-TYPE
  -- FROM	HH3C-RBM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbm(187) hh3cRbmTables(1) 1 }

.1.3.6.1.4.1.25506.2.187.1.1.1
hh3cRbmTrapVar OBJECT-TYPE
  -- FROM	HH3C-RBM-MIB
  SYNTAX	Integer32 (0..1) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value is RBM trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbm(187) hh3cRbmTables(1) hh3cRbmTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.187.1.2
hh3cRbmMonitor OBJECT-TYPE
  -- FROM	HH3C-RBM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbm(187) hh3cRbmTables(1) 2 }

.1.3.6.1.4.1.25506.2.187.1.2.0
hh3cRbmTrap OBJECT-TYPE
  -- FROM	HH3C-RBM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbm(187) hh3cRbmTables(1) hh3cRbmMonitor(2) 0 }

.1.3.6.1.4.1.25506.2.187.1.2.0.1
hh3cRbmKeepaliveNormal NOTIFICATION-TYPE
  -- FROM	HH3C-RBM-MIB
  OBJECTS	{ hh3cRbmTrapVar }
  DESCRIPTION	"This notification is generated when RBM keepalive channel connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbm(187) hh3cRbmTables(1) hh3cRbmMonitor(2) hh3cRbmTrap(0) 1 }

.1.3.6.1.4.1.25506.2.187.1.2.0.2
hh3cRbmKeepaliveFailure NOTIFICATION-TYPE
  -- FROM	HH3C-RBM-MIB
  OBJECTS	{ hh3cRbmTrapVar }
  DESCRIPTION	"This notification is generated when RBM keepalive channel disconnected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbm(187) hh3cRbmTables(1) hh3cRbmMonitor(2) hh3cRbmTrap(0) 2 }

.1.3.6.1.4.1.25506.2.187.1.2.0.3
hh3cRbmStateChange NOTIFICATION-TYPE
  -- FROM	HH3C-RBM-MIB
  OBJECTS	{ hh3cRbmTrapVar }
  DESCRIPTION	"This notification is generated when RBM running status changes(0:new-state = Active,1:new-state = Standby)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cRbm(187) hh3cRbmTables(1) hh3cRbmMonitor(2) hh3cRbmTrap(0) 3 }

.1.3.6.1.4.1.25506.2.188
hh3c5GC OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 188 }

.1.3.6.1.4.1.25506.2.189
hh3cSrv6Policy OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SRV6POLICY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 189 }

.1.3.6.1.4.1.25506.2.189.0
hh3cSrv6PolicyNotifications OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) 0 }

.1.3.6.1.4.1.25506.2.189.0.1
hh3cSrv6PolicyStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicyColor, hh3cSrv6PolicyEndPoint, hh3cSrv6PolicyStatus, hh3cSrv6PolicyDownReason }
  DESCRIPTION	"An hh3cSrv6PolicyStatusChange trap signifies that there
         has been a change in the state of a policy.
         This trap should be generated when the policy
         state regresses (e.g., goes from active to Down)
         or progresses to a terminal state
         (i.e., down)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.189.0.2
hh3cSrv6PolicyBsidConflict NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicyColor, hh3cSrv6PolicyEndPoint, hh3cSrv6PolicyBsid, hh3cSrv6PolicyBsidFailReason, hh3cSrv6PolicyBsidConflictState }
  DESCRIPTION	"BSID conflicts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.189.0.3
hh3cSrv6PolicyBsidConflictClear NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicyColor, hh3cSrv6PolicyEndPoint, hh3cSrv6PolicyBsid, hh3cSrv6PolicyBsidFailReason, hh3cSrv6PolicyBsidConflictState }
  DESCRIPTION	"BSID conflicts resolved"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 3 }

.1.3.6.1.4.1.25506.2.189.0.4
hh3cSrv6PolicyDown NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicyColor, hh3cSrv6PolicyEndPoint, hh3cSrv6PolicyDownReason }
  DESCRIPTION	"Policy down"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 4 }

.1.3.6.1.4.1.25506.2.189.0.5
hh3cSrv6PolicyDownClear NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicyColor, hh3cSrv6PolicyEndPoint }
  DESCRIPTION	"Policy down cleared"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 5 }

.1.3.6.1.4.1.25506.2.189.0.6
hh3cSrv6PolicyResExdUppLimit NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicyResourceType, hh3cSrv6PolicyResCurrentCnt, hh3cSrv6PolicyResUpperLimit, hh3cSrv6PolicyResLowerLimit, hh3cSrv6PolicyResourceTotalCnt }
  DESCRIPTION	"The number of used SRv6-TE policy resources exceeded the upper
               threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 6 }

.1.3.6.1.4.1.25506.2.189.0.7
hh3cSrv6PolicyResExceedClear NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicyResourceType, hh3cSrv6PolicyResCurrentCnt, hh3cSrv6PolicyResUpperLimit, hh3cSrv6PolicyResLowerLimit, hh3cSrv6PolicyResourceTotalCnt }
  DESCRIPTION	"The number of used SRv6-TE policy resources fell below the lower
               threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 7 }

.1.3.6.1.4.1.25506.2.189.0.8
hh3cSrv6PathDown NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicyPathColor, hh3cSrv6PolicyPathEndPoint, hh3cSrv6PolicyPathProto, hh3cSrv6PolicyPathInst, hh3cSrv6PolicyPathOri, hh3cSrv6PolicyPathDis, hh3cSrv6PolicyPathPref, hh3cSrv6PolicyPathPreviousRole, hh3cSrv6PolicyPathDownReason }
  DESCRIPTION	"An hh3cSrv6PathDown trap signifies that there
         has been a change in the state of a policy primary
         or backup path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 8 }

.1.3.6.1.4.1.25506.2.189.0.9
hh3cSrv6PolicySeglistDown NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicySeglistColor, hh3cSrv6PolicySeglistEndPoint, hh3cSrv6PolicySeglistPathProto, hh3cSrv6PolicySeglistPathInst, hh3cSrv6PolicySeglistPathOri, hh3cSrv6PolicySeglistPathDis, hh3cSrv6PolicySeglistId, hh3cSrv6PolicySeglistStatus, hh3cSrv6PolicySeglistDownReason }
  DESCRIPTION	"An hh3cSrv6PolicySeglistDown trap signifies that there
         has been a change in the state of a segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 9 }

.1.3.6.1.4.1.25506.2.189.0.10
hh3cSrv6SeglistDownClear NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  OBJECTS	{ hh3cSrv6PolicySeglistColor, hh3cSrv6PolicySeglistEndPoint, hh3cSrv6PolicySeglistPathProto, hh3cSrv6PolicySeglistPathInst, hh3cSrv6PolicySeglistPathOri, hh3cSrv6PolicySeglistPathDis, hh3cSrv6PolicySeglistId, hh3cSrv6PolicySeglistStatus }
  DESCRIPTION	"An hh3cSrv6SeglistDownClear trap signifies that there
         has been a change in the state of a segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyNotifications(0) 10 }

.1.3.6.1.4.1.25506.2.189.1
hh3cSrv6PolicyObjects OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) 1 }

.1.3.6.1.4.1.25506.2.189.1.1
hh3cSrv6PolicyResourceTable OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about SRv6-TE policy resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) 1 }

.1.3.6.1.4.1.25506.2.189.1.1.1
hh3cSrv6PolicyResourceEntry OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSrv6PolicyResourceType }
  DESCRIPTION	"Information of the SRv6-TE policy resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyResourceTable(1) 1 }

.1.3.6.1.4.1.25506.2.189.1.1.1.1
hh3cSrv6PolicyResourceType OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	INTEGER {unknown(1), srv6Policy(2), srv6PolicySegmentList(3), srv6PolicyGroup(4), srv6PolicyFwdPath(5)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"SRv6-TE policy resource type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyResourceTable(1) hh3cSrv6PolicyResourceEntry(1) 1 }

.1.3.6.1.4.1.25506.2.189.1.1.1.2
hh3cSrv6PolicyResCurrentCnt OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of used SRv6-TE policy resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyResourceTable(1) hh3cSrv6PolicyResourceEntry(1) 2 }

.1.3.6.1.4.1.25506.2.189.1.1.1.3
hh3cSrv6PolicyResUpperLimit OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32 (1..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The upper threshold of SRv6-TE policy resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyResourceTable(1) hh3cSrv6PolicyResourceEntry(1) 3 }

.1.3.6.1.4.1.25506.2.189.1.1.1.4
hh3cSrv6PolicyResLowerLimit OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32 (1..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lower threshold of SRv6-TE policy resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyResourceTable(1) hh3cSrv6PolicyResourceEntry(1) 4 }

.1.3.6.1.4.1.25506.2.189.1.1.1.5
hh3cSrv6PolicyResourceTotalCnt OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of SRv6-TE policy resources
         that can be used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyResourceTable(1) hh3cSrv6PolicyResourceEntry(1) 5 }

.1.3.6.1.4.1.25506.2.189.1.2
hh3cSrv6PolicyTable OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about SRv6-TE policies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) 2 }

.1.3.6.1.4.1.25506.2.189.1.2.1
hh3cSrv6PolicyEntry OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSrv6PolicyColor, hh3cSrv6PolicyEndPoint }
  DESCRIPTION	"Each entry contains information about a policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyTable(2) 1 }

.1.3.6.1.4.1.25506.2.189.1.2.1.1
hh3cSrv6PolicyColor OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The color associates the SRv6-TE policy with certain intent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyTable(2) hh3cSrv6PolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.189.1.2.1.2
hh3cSrv6PolicyEndPoint OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The endpoint is the destination of the SRv6-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyTable(2) hh3cSrv6PolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.189.1.2.1.3
hh3cSrv6PolicyName OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of the SRv6-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyTable(2) hh3cSrv6PolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.189.1.2.1.4
hh3cSrv6PolicyBsid OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Binding segment ID value of the SRv6-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyTable(2) hh3cSrv6PolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.189.1.2.1.5
hh3cSrv6PolicyStatus OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the SRv6-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyTable(2) hh3cSrv6PolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.189.1.2.1.6
hh3cSrv6PolicyDownReason OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (0..51) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Base identity for the reasons why SRv6-TE policy is operationally down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyTable(2) hh3cSrv6PolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.189.1.2.1.7
hh3cSrv6PolicyBsidFailReason OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reason why the binding SID is unavailable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyTable(2) hh3cSrv6PolicyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.189.1.2.1.8
hh3cSrv6PolicyBsidConflictState OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	INTEGER {inConflict(1), conflictResolved(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The conflict state of the binding SID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyTable(2) hh3cSrv6PolicyEntry(1) 8 }

.1.3.6.1.4.1.25506.2.189.1.3
hh3cSrv6PolicyPathTable OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about SRv6-TE policy candidate paths."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) 3 }

.1.3.6.1.4.1.25506.2.189.1.3.1
hh3cSrv6PolicyPathEntry OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSrv6PolicyPathColor, hh3cSrv6PolicyPathEndPoint, hh3cSrv6PolicyPathProto, hh3cSrv6PolicyPathInst, hh3cSrv6PolicyPathOri, hh3cSrv6PolicyPathDis }
  DESCRIPTION	"Each entry contains information about candidate paths of a policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) 1 }

.1.3.6.1.4.1.25506.2.189.1.3.1.1
hh3cSrv6PolicyPathColor OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The color associates the SRv6-TE policy with certain intent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) hh3cSrv6PolicyPathEntry(1) 1 }

.1.3.6.1.4.1.25506.2.189.1.3.1.2
hh3cSrv6PolicyPathEndPoint OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The endpoint is the destination of the SRv6-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) hh3cSrv6PolicyPathEntry(1) 2 }

.1.3.6.1.4.1.25506.2.189.1.3.1.3
hh3cSrv6PolicyPathProto OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	INTEGER {pcep(10), bgp(20), cli(30)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Protocol-Origin of a candidate path identifies the protocol that
         originates or signals the candidate path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) hh3cSrv6PolicyPathEntry(1) 3 }

.1.3.6.1.4.1.25506.2.189.1.3.1.4
hh3cSrv6PolicyPathInst OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The instance is a value of BGP instance number, when
         the candidate path is originated by BGP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) hh3cSrv6PolicyPathEntry(1) 4 }

.1.3.6.1.4.1.25506.2.189.1.3.1.5
hh3cSrv6PolicyPathOri OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Originator is the identifier of the node that instantiated or
         signalled the candidate path on the headend."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) hh3cSrv6PolicyPathEntry(1) 5 }

.1.3.6.1.4.1.25506.2.189.1.3.1.6
hh3cSrv6PolicyPathDis OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The discriminator uniquely identifies a candidate path from a
         specific Protocol-Origin."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) hh3cSrv6PolicyPathEntry(1) 6 }

.1.3.6.1.4.1.25506.2.189.1.3.1.7
hh3cSrv6PolicyPathPref OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The preference of the SRv6-TE policy candidate path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) hh3cSrv6PolicyPathEntry(1) 7 }

.1.3.6.1.4.1.25506.2.189.1.3.1.8
hh3cSrv6PolicyPathPreviousRole OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The previous role of an SRv6-TE policy candidate path.
         The value may be primary or backup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) hh3cSrv6PolicyPathEntry(1) 8 }

.1.3.6.1.4.1.25506.2.189.1.3.1.9
hh3cSrv6PolicyPathDownReason OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (0..51) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Base identity for the reasons why SRv6-TE policy candidate path
         is operationally down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicyPathTable(3) hh3cSrv6PolicyPathEntry(1) 9 }

.1.3.6.1.4.1.25506.2.189.1.4
hh3cSrv6PolicySeglistTable OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information about the segment lists for the
         SRv6-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) 4 }

.1.3.6.1.4.1.25506.2.189.1.4.1
hh3cSrv6PolicySeglistEntry OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSrv6PolicySeglistColor, hh3cSrv6PolicySeglistEndPoint, hh3cSrv6PolicySeglistPathProto, hh3cSrv6PolicySeglistPathInst, hh3cSrv6PolicySeglistPathOri, hh3cSrv6PolicySeglistPathDis, hh3cSrv6PolicySeglistId }
  DESCRIPTION	"Each entry contains information about segment lists."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) 1 }

.1.3.6.1.4.1.25506.2.189.1.4.1.1
hh3cSrv6PolicySeglistColor OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The color associates the SRv6-TE policy with certain intent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 1 }

.1.3.6.1.4.1.25506.2.189.1.4.1.2
hh3cSrv6PolicySeglistEndPoint OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The endpoint is the destination of the SRv6-TE policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 2 }

.1.3.6.1.4.1.25506.2.189.1.4.1.3
hh3cSrv6PolicySeglistPathProto OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	INTEGER {pcep(10), bgp(20), cli(30)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Protocol-Origin of a candidate path identifies the protocol that
         originates or signals the candidate path."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 3 }

.1.3.6.1.4.1.25506.2.189.1.4.1.4
hh3cSrv6PolicySeglistPathInst OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The instance is a BGP instance number when
         the candidate path is originated by BGP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 4 }

.1.3.6.1.4.1.25506.2.189.1.4.1.5
hh3cSrv6PolicySeglistPathOri OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (1..63) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Originator is the identifier of the node that instantiated or
         signalled the candidate path on the headend."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 5 }

.1.3.6.1.4.1.25506.2.189.1.4.1.6
hh3cSrv6PolicySeglistPathDis OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The discriminator uniquely identifies a candidate path from a
         specific Protocol-Origin."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 6 }

.1.3.6.1.4.1.25506.2.189.1.4.1.7
hh3cSrv6PolicySeglistId OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ID uniquely identifies the segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 7 }

.1.3.6.1.4.1.25506.2.189.1.4.1.8
hh3cSrv6PolicySeglistName OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 8 }

.1.3.6.1.4.1.25506.2.189.1.4.1.9
hh3cSrv6PolicySeglistStatus OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of segment list."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 9 }

.1.3.6.1.4.1.25506.2.189.1.4.1.10
hh3cSrv6PolicySeglistDownReason OBJECT-TYPE
  -- FROM	HH3C-SRV6POLICY-MIB
  SYNTAX	OCTET STRING (0..51) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Base identity for the reasons why segment list is down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6Policy(189) hh3cSrv6PolicyObjects(1) hh3cSrv6PolicySeglistTable(4) hh3cSrv6PolicySeglistEntry(1) 10 }

.1.3.6.1.4.1.25506.2.190
hh3cCusp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-CUSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 190 }

.1.3.6.1.4.1.25506.2.190.1
hh3cCuspMibTrap OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) 1 }

.1.3.6.1.4.1.25506.2.190.1.1
hh3cCuspMibTrapOid OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) 1 }

.1.3.6.1.4.1.25506.2.190.1.1.1
hh3cCuspServerDisconnectReason OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
  SYNTAX	Integer32 (0..14) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Reason why this instance is disconnected from a controller
             0: Connection became abnormal.
             1: An SSL connection became abnormal.
             2: BFD timed out.
             3: Version negotiation failed.
             4: Protocol disabled.
             5: Connection became abnormal when messages were being sent.
             6: Connection recovery failed.
             7: Received invalid packets or incorrectly processed received packets.
             8: Connection became abnormal when messages were being received.
             9: VPN instance deleted.
             10: A TCP connection became abnormal.
             11: Heartbeat packets sending failed.
             12: Heartbeat packets timed out.
             13: Configuration changes.
             14: Not enough memory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspMibTrapOid(1) 1 }

.1.3.6.1.4.1.25506.2.190.1.1.2
hh3cCuspClientDisconnectReason OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
  SYNTAX	Integer32 (0..10) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Reason why this instance is disconnected from a controller
             0: Connection became abnormal.
             1: Configuration changes.
             2: Heartbeat packets timed out.
             3: Version negotiation failed.
             4: Receiving Hello packets timed out.
             5: A TCP connection became abnormal.
             6: VPN instance deleted.
             7: VRF service disabled.
             8: Resource request failed.
             9: BFD timed out.
             10: Not enough memory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspMibTrapOid(1) 2 }

.1.3.6.1.4.1.25506.2.190.1.1.3
hh3cCuspVpnInstanceName OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VPN name for a CUSP connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspMibTrapOid(1) 3 }

.1.3.6.1.4.1.25506.2.190.1.1.4
hh3cCuspLocalIPaddressType OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IP addresses type of the CUSP connection local IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspMibTrapOid(1) 4 }

.1.3.6.1.4.1.25506.2.190.1.1.5
hh3cCuspLocalIPaddress OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"CUSP connection local IP address.
         The type of this address is determined by the value of
         hh3cCuspLocalIPaddressType.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspMibTrapOid(1) 5 }

.1.3.6.1.4.1.25506.2.190.1.1.6
hh3cCuspRemoteIPaddressType OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IP addresses type of the CUSP connection remote IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspMibTrapOid(1) 6 }

.1.3.6.1.4.1.25506.2.190.1.1.7
hh3cCuspRemoteIPaddress OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"CUSP connection remote IP address.
         The type of this address is determined by the value of
         hh3cCuspRemoteIPaddressType.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspMibTrapOid(1) 7 }

.1.3.6.1.4.1.25506.2.190.1.2
hh3cCuspTraps OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) 2 }

.1.3.6.1.4.1.25506.2.190.1.2.0
hh3cCuspTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-CUSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspTraps(2) 0 }

.1.3.6.1.4.1.25506.2.190.1.2.0.1
hh3cCuspServerDisconnect NOTIFICATION-TYPE
  -- FROM	HH3C-CUSP-MIB
  OBJECTS	{ hh3cCuspLocalIPaddressType, hh3cCuspLocalIPaddress, hh3cCuspRemoteIPaddressType, hh3cCuspRemoteIPaddress, hh3cCuspVpnInstanceName, hh3cCuspServerDisconnectReason }
  DESCRIPTION	"This trap is generated when the controller is disconnected
         from the agent. The disconnection reason is
         hh3cCuspServerDisconnectReason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspTraps(2) hh3cCuspTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.190.1.2.0.2
hh3cCuspServerConnect NOTIFICATION-TYPE
  -- FROM	HH3C-CUSP-MIB
  OBJECTS	{ hh3cCuspLocalIPaddressType, hh3cCuspLocalIPaddress, hh3cCuspRemoteIPaddressType, hh3cCuspRemoteIPaddress, hh3cCuspVpnInstanceName }
  DESCRIPTION	"This trap is generated when the controller is connected
         to the agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspTraps(2) hh3cCuspTrapsPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.190.1.2.0.3
hh3cCuspClientDisconnect NOTIFICATION-TYPE
  -- FROM	HH3C-CUSP-MIB
  OBJECTS	{ hh3cCuspLocalIPaddressType, hh3cCuspLocalIPaddress, hh3cCuspRemoteIPaddressType, hh3cCuspRemoteIPaddress, hh3cCuspVpnInstanceName, hh3cCuspClientDisconnectReason }
  DESCRIPTION	"This trap is generated when the agent is disconnected
         from the controller. The disconnection reason is
         hh3cCuspClientDisconnectReason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspTraps(2) hh3cCuspTrapsPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.190.1.2.0.4
hh3cCuspClientConnect NOTIFICATION-TYPE
  -- FROM	HH3C-CUSP-MIB
  OBJECTS	{ hh3cCuspLocalIPaddressType, hh3cCuspLocalIPaddress, hh3cCuspRemoteIPaddressType, hh3cCuspRemoteIPaddress, hh3cCuspVpnInstanceName }
  DESCRIPTION	"This trap is generated when the agent is connected
         to the controller."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCusp(190) hh3cCuspMibTrap(1) hh3cCuspTraps(2) hh3cCuspTrapsPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.191
hh3cSava OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SAVA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 191 }

.1.3.6.1.4.1.25506.2.191.1
hh3cSavaObjects OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) 1 }

.1.3.6.1.4.1.25506.2.191.1.1
hh3cSavaSystemTable OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing SAVA system-wide parameters."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) 1 }

.1.3.6.1.4.1.25506.2.191.1.1.1
hh3cSavaSystemEntry OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSavaSystemIPVersion }
  DESCRIPTION	"An entry containing SAVA system-wide parameters for a
            particular IP version.
           "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaSystemTable(1) 1 }

.1.3.6.1.4.1.25506.2.191.1.1.1.1
hh3cSavaSystemIPVersion OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaSystemTable(1) hh3cSavaSystemEntry(1) 1 }

.1.3.6.1.4.1.25506.2.191.1.1.1.2
hh3cSavaSystemNotify OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An log switch for spoofing Notify.
            true, the attribute is set.
            false, the attribute is not set.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaSystemTable(1) hh3cSavaSystemEntry(1) 2 }

.1.3.6.1.4.1.25506.2.191.1.1.1.3
hh3cSavaSystemNotifyInterval OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  SYNTAX	Unsigned32 (0 | 5..3600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Interval for log.0, 5 to 3600s.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaSystemTable(1) hh3cSavaSystemEntry(1) 3 }

.1.3.6.1.4.1.25506.2.191.1.1.1.4
hh3cSavaSystemNotifyNumber OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  SYNTAX	Unsigned32 (1..128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of spoofing notify: 1~128.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaSystemTable(1) hh3cSavaSystemEntry(1) 4 }

.1.3.6.1.4.1.25506.2.191.1.2
hh3cSavaIfTable OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing SAVA parameters of each interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) 2 }

.1.3.6.1.4.1.25506.2.191.1.2.1
hh3cSavaIfEntry OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSavaIfIPVersion, hh3cSavaIfIndex }
  DESCRIPTION	"An entry containing SAVA running parameters of an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaIfTable(2) 1 }

.1.3.6.1.4.1.25506.2.191.1.2.1.1
hh3cSavaIfIPVersion OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaIfTable(2) hh3cSavaIfEntry(1) 1 }

.1.3.6.1.4.1.25506.2.191.1.2.1.2
hh3cSavaIfIndex OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex.
           "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaIfTable(2) hh3cSavaIfEntry(1) 2 }

.1.3.6.1.4.1.25506.2.191.1.2.1.3
hh3cSavaIfEnable OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An attribute defined in SAVA protocol.
            true, the attribute is set.
            false, the attribute is not set.
           "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaIfTable(2) hh3cSavaIfEntry(1) 3 }

.1.3.6.1.4.1.25506.2.191.1.2.1.4
hh3cSavaIfRemoteRoutetag OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of route tag."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaIfTable(2) hh3cSavaIfEntry(1) 4 }

.1.3.6.1.4.1.25506.2.191.1.2.1.5
hh3cSavaIfAccessSubnet OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION Hh3cSavaOwnerString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An access-net which the interface connect to.
          "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaIfTable(2) hh3cSavaIfEntry(1) 5 }

.1.3.6.1.4.1.25506.2.191.1.3
hh3cSavaPrefixTable OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing the prefix for SAVA.
           "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) 3 }

.1.3.6.1.4.1.25506.2.191.1.3.1
hh3cSavaPrefixEntry OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSavaPrefixAddressType, hh3cSavaPrefixIfIndex, hh3cSavaPrefixAddress, hh3cSavaPrefixLength }
  DESCRIPTION	"An entry containing the prefix for SAVA.
            Entries are keyed on the source IP address type,
            binding type, anchor, and source IP address.
           "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaPrefixTable(3) 1 }

.1.3.6.1.4.1.25506.2.191.1.3.1.1
hh3cSavaPrefixAddressType OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"IP address type of the  prefix ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaPrefixTable(3) hh3cSavaPrefixEntry(1) 1 }

.1.3.6.1.4.1.25506.2.191.1.3.1.2
hh3cSavaPrefixIfIndex OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value that uniquely identifies the interface to
            which this entry is applicable.  The interface identified by
            a particular value of this index is the same interface as
            identified by the same value of the IF-MIB's ifIndex.
           "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaPrefixTable(3) hh3cSavaPrefixEntry(1) 2 }

.1.3.6.1.4.1.25506.2.191.1.3.1.3
hh3cSavaPrefixAddress OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION Ipv6AddressPrefix
  SYNTAX	OCTET STRING (0..16) 
  DISPLAY-HINT	"2x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The prefix's IP address"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaPrefixTable(3) hh3cSavaPrefixEntry(1) 3 }

.1.3.6.1.4.1.25506.2.191.1.3.1.4
hh3cSavaPrefixLength OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"mask length of prefix."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaPrefixTable(3) hh3cSavaPrefixEntry(1) 4 }

.1.3.6.1.4.1.25506.2.191.1.3.1.5
hh3cSavaPrefixSource OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  SYNTAX	INTEGER {localroute(1), remoteroute(2), otherif(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The origin of the prefix. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaPrefixTable(3) hh3cSavaPrefixEntry(1) 5 }

.1.3.6.1.4.1.25506.2.191.1.4
hh3cSavaCountTable OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing count of packets dropped because of validation failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) 4 }

.1.3.6.1.4.1.25506.2.191.1.4.1
hh3cSavaCountEntry OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSavaCountIPVersion, hh3cSavaCountIfIndex }
  DESCRIPTION	"An entry containing count of packets dropped because of validation failure for each interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaCountTable(4) 1 }

.1.3.6.1.4.1.25506.2.191.1.4.1.1
hh3cSavaCountIPVersion OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION InetVersion
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaCountTable(4) hh3cSavaCountEntry(1) 1 }

.1.3.6.1.4.1.25506.2.191.1.4.1.2
hh3cSavaCountIfIndex OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaCountTable(4) hh3cSavaCountEntry(1) 2 }

.1.3.6.1.4.1.25506.2.191.1.4.1.3
hh3cSavaCountFilterPkt OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of packets dropped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaCountTable(4) hh3cSavaCountEntry(1) 3 }

.1.3.6.1.4.1.25506.2.191.1.4.1.4
hh3cSavaCountFilterOctets OBJECT-TYPE
  -- FROM	HH3C-SAVA-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The octets of packets dropped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSava(191) hh3cSavaObjects(1) hh3cSavaCountTable(4) hh3cSavaCountEntry(1) 4 }

.1.3.6.1.4.1.25506.2.192
hh3cUpBackup OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 192 }

.1.3.6.1.4.1.25506.2.193
hh3cVlanTerm OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VLANTERM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 193 }

.1.3.6.1.4.1.25506.2.193.1
hh3cVlanTermObjects OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) 1 }

.1.3.6.1.4.1.25506.2.193.1.1
hh3cVlanTermDot1qTable OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The entry of hh3cVlanTermDot1qTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) 1 }

.1.3.6.1.4.1.25506.2.193.1.1.1
hh3cVlanTermDot1qEntry OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVlanTermDot1qIfIndex, hh3cVlanTermDot1qVidStart }
  DESCRIPTION	"Each entry represents the parameters of an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermDot1qTable(1) 1 }

.1.3.6.1.4.1.25506.2.193.1.1.1.1
hh3cVlanTermDot1qIfIndex OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Subinterface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermDot1qTable(1) hh3cVlanTermDot1qEntry(1) 1 }

.1.3.6.1.4.1.25506.2.193.1.1.1.2
hh3cVlanTermDot1qVidStart OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Start outermost VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermDot1qTable(1) hh3cVlanTermDot1qEntry(1) 2 }

.1.3.6.1.4.1.25506.2.193.1.1.1.3
hh3cVlanTermDot1qVidEnd OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"End outermost VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermDot1qTable(1) hh3cVlanTermDot1qEntry(1) 3 }

.1.3.6.1.4.1.25506.2.193.1.1.1.4
hh3cVlanTermDot1qEncapFlag OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  SYNTAX	INTEGER {strict(0), loose(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A subinterface to receive and terminate packets
         that include two or more layers of VLAN tags."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermDot1qTable(1) hh3cVlanTermDot1qEntry(1) 4 }

.1.3.6.1.4.1.25506.2.193.1.1.1.5
hh3cVlanTermDot1qIsUserVlanMode OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VLAN termination mode.
         true : user-vlan
         false : vlan-type"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermDot1qTable(1) hh3cVlanTermDot1qEntry(1) 5 }

.1.3.6.1.4.1.25506.2.193.1.2
hh3cVlanTermQinqTable OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The entry of hh3cVlanTermQinqTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) 2 }

.1.3.6.1.4.1.25506.2.193.1.2.1
hh3cVlanTermQinqEntry OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVlanTermQinQIfIndex, hh3cVlanTermQinQFirstVlan, hh3cVlanTermQinQSecondVlanStart }
  DESCRIPTION	"Each entry represents the parameters of an interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermQinqTable(2) 1 }

.1.3.6.1.4.1.25506.2.193.1.2.1.1
hh3cVlanTermQinQIfIndex OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Subinterface index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermQinqTable(2) hh3cVlanTermQinqEntry(1) 1 }

.1.3.6.1.4.1.25506.2.193.1.2.1.2
hh3cVlanTermQinQFirstVlan OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The outermost VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermQinqTable(2) hh3cVlanTermQinqEntry(1) 2 }

.1.3.6.1.4.1.25506.2.193.1.2.1.3
hh3cVlanTermQinQSecondVlanStart OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  SYNTAX	Unsigned32 (1..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Start innermost VLAN ID.
         When it is 4095, only hh3cVlanTermQinQQinqAny is true."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermQinqTable(2) hh3cVlanTermQinqEntry(1) 3 }

.1.3.6.1.4.1.25506.2.193.1.2.1.4
hh3cVlanTermQinQSecondVlanEnd OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  SYNTAX	Unsigned32 (1..4095) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"End innermost vlan ID.
         When it is 4095, only hh3cVlanTermQinQQinqAny is true."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermQinqTable(2) hh3cVlanTermQinqEntry(1) 4 }

.1.3.6.1.4.1.25506.2.193.1.2.1.5
hh3cVlanTermQinQQinqAny OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"true : Specifies all values between 1 and 4094."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermQinqTable(2) hh3cVlanTermQinqEntry(1) 5 }

.1.3.6.1.4.1.25506.2.193.1.2.1.6
hh3cVlanTermQinQEncapFlag OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  SYNTAX	INTEGER {strict(0), loose(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A subinterface to receive and terminate packets
         that include two or more layers of VLAN tags."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermQinqTable(2) hh3cVlanTermQinqEntry(1) 6 }

.1.3.6.1.4.1.25506.2.193.1.2.1.7
hh3cVlanTermQinQIsUserVlanMode OBJECT-TYPE
  -- FROM	HH3C-VLANTERM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VLAN termination mode.
         true : user-vlan
         false : vlan-type"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVlanTerm(193) hh3cVlanTermObjects(1) hh3cVlanTermQinqTable(2) hh3cVlanTermQinqEntry(1) 7 }

.1.3.6.1.4.1.25506.2.194
hh3cCupmCp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-CUPM-CP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 194 }

.1.3.6.1.4.1.25506.2.194.0
hh3cCupmCpNotifications OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) 0 }

.1.3.6.1.4.1.25506.2.194.0.1
hh3cCupmCpProtoTnlUp NOTIFICATION-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  OBJECTS	{ hh3cCupmCpVbUpID, hh3cCupmCpVbVxlanID, hh3cCupmCpVbSrcAddrType, hh3cCupmCpVbSrcAddr, hh3cCupmCpVbDestAddrType, hh3cCupmCpVbDestAddr, hh3cCupmCpVbVpnName, hh3cCupmCpVbVxlanState }
  DESCRIPTION	"The notification is generated when
         CP device connects to VXLAN tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.194.0.2
hh3cCupmCpProtoTnlDown NOTIFICATION-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  OBJECTS	{ hh3cCupmCpVbUpID, hh3cCupmCpVbVxlanID, hh3cCupmCpVbSrcAddrType, hh3cCupmCpVbSrcAddr, hh3cCupmCpVbDestAddrType, hh3cCupmCpVbDestAddr, hh3cCupmCpVbVpnName, hh3cCupmCpVbVxlanState }
  DESCRIPTION	"The notification is generated when
         CP device disconnects to VXLAN tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.194.1
hh3cCupmCpNotifyVarObjects OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) 1 }

.1.3.6.1.4.1.25506.2.194.1.1
hh3cCupmCpVbUpID OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The number of UP device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifyVarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.194.1.2
hh3cCupmCpVbVxlanID OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	Integer32 (1..16777215) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Part of the index for this table, this value
         identifies the VXLAN protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifyVarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.194.1.3
hh3cCupmCpVbSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Specifies the type of local address to be used at a remote
         host for connecting VXLAN protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifyVarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.194.1.4
hh3cCupmCpVbSrcAddr OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Specifies the local address to be used at a remote
         host for connecting VXLAN protocol tunnel.  The host
         address type is determined by the object value of corresponding
         hh3cCupmCpProtoTnlSrcAddrType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifyVarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.194.1.5
hh3cCupmCpVbDestAddrType OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Specifies the type of remote host for connecting the VXLAN
         protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifyVarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.194.1.6
hh3cCupmCpVbDestAddr OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Specifies the remote host for connecting the VXLAN
         protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifyVarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.194.1.7
hh3cCupmCpVbVpnName OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The VPN name, to which the rule will be applied.
         Default value is zero-length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifyVarObjects(1) 7 }

.1.3.6.1.4.1.25506.2.194.1.8
hh3cCupmCpVbVxlanState OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	INTEGER {unknown(0), up(1), down(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The state of VXLAN protocol tunnel.
         0 (unknown) The VXLAN protocol tunnel is in unknown state.
         1 (up) The VXLAN protocol tunnel is in connected state.
         2 (down) The VXLAN protocol tunnel is in disconnected state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpNotifyVarObjects(1) 8 }

.1.3.6.1.4.1.25506.2.194.2
hh3cCupmCpScalarObjects OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) 2 }

.1.3.6.1.4.1.25506.2.194.2.1
hh3cCupmUpNum OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of UP device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpScalarObjects(2) 1 }

.1.3.6.1.4.1.25506.2.194.3
hh3cCupmCpTableObjects OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) 3 }

.1.3.6.1.4.1.25506.2.194.3.1
hh3cCupmUpListTable OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of UP management information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) 1 }

.1.3.6.1.4.1.25506.2.194.3.1.1
hh3cCupmUpListEntry OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCupmUpID }
  DESCRIPTION	"Entry items."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmUpListTable(1) 1 }

.1.3.6.1.4.1.25506.2.194.3.1.1.1
hh3cCupmUpID OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index value used to identify the UP device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmUpListTable(1) hh3cCupmUpListEntry(1) 1 }

.1.3.6.1.4.1.25506.2.194.3.1.1.2
hh3cCupmUpDescr OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A textual description of the entity.  This value could
         include the full name and status of UP device."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmUpListTable(1) hh3cCupmUpListEntry(1) 2 }

.1.3.6.1.4.1.25506.2.194.3.1.1.3
hh3cCupmUpListRowStatus OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Three status columns are supported, including 'active',
         'createAndGo' and 'destroy'.  The column of 'active' is used
         for modifying value of hh3cCupmUpDescr."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmUpListTable(1) hh3cCupmUpListEntry(1) 3 }

.1.3.6.1.4.1.25506.2.194.3.2
hh3cCupmCpProtoTnlTable OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls configuration of VXLAN tunnel on CP device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) 2 }

.1.3.6.1.4.1.25506.2.194.3.2.1
hh3cCupmCpProtoTnlEntry OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCupmUpID, hh3cCupmCpProtoTnlVxlanID, hh3cCupmCpProtoTnlSrcAddrType, hh3cCupmCpProtoTnlSrcAddr, hh3cCupmCpProtoTnlDstAddrType, hh3cCupmCpProtoTnlDstAddr }
  DESCRIPTION	"Entry items."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmCpProtoTnlTable(2) 1 }

.1.3.6.1.4.1.25506.2.194.3.2.1.1
hh3cCupmCpProtoTnlVxlanID OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	Integer32 (1..16777215) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Part of the index for this table, this value
         identifies the VXLAN protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmCpProtoTnlTable(2) hh3cCupmCpProtoTnlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.194.3.2.1.2
hh3cCupmCpProtoTnlSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the type of local address to be used at a remote
         host for connecting VXLAN protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmCpProtoTnlTable(2) hh3cCupmCpProtoTnlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.194.3.2.1.3
hh3cCupmCpProtoTnlSrcAddr OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the local address to be used at a remote
         host for connecting VXLAN protocol tunnel.  The host
         address type is determined by the object value of corresponding
         hh3cCupmCpProtoTnlSrcAddrType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmCpProtoTnlTable(2) hh3cCupmCpProtoTnlEntry(1) 3 }

.1.3.6.1.4.1.25506.2.194.3.2.1.4
hh3cCupmCpProtoTnlDstAddrType OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the type of remote host for connecting the VXLAN
         protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmCpProtoTnlTable(2) hh3cCupmCpProtoTnlEntry(1) 4 }

.1.3.6.1.4.1.25506.2.194.3.2.1.5
hh3cCupmCpProtoTnlDstAddr OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the remote host for connecting the VXLAN
         protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmCpProtoTnlTable(2) hh3cCupmCpProtoTnlEntry(1) 5 }

.1.3.6.1.4.1.25506.2.194.3.2.1.6
hh3cCupmCpProtoTnlVpnName OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN name, to which the rule will be applied.
         Default value is zero-length."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmCpProtoTnlTable(2) hh3cCupmCpProtoTnlEntry(1) 6 }

.1.3.6.1.4.1.25506.2.194.3.2.1.7
hh3cCupmCpProtoTnlState OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	INTEGER {unknown(0), up(1), down(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of VXLAN protocol tunnel.
         0 (unknown) The VXLAN protocol tunnel is in unknown state.
         1 (up) The VXLAN protocol tunnel is in connected state.
         2 (down) The VXLAN protocol tunnel is in disconnected state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmCpProtoTnlTable(2) hh3cCupmCpProtoTnlEntry(1) 7 }

.1.3.6.1.4.1.25506.2.194.3.2.1.8
hh3cCupmCpProtoTnlRowStatus OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.  To create a new row, hh3cCupmUpID must be specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmCpProtoTnlTable(2) hh3cCupmCpProtoTnlEntry(1) 8 }

.1.3.6.1.4.1.25506.2.194.3.3
hh3cCupmAgtProtoTnlTable OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Thie table provides VXLAN tunnel configuration of UP
         device which under control of CP device.  This protocol tunnel
         allows to make configuration of UP device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) 3 }

.1.3.6.1.4.1.25506.2.194.3.3.1
hh3cCupmAgtProtoTnlEntry OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCupmUpID, hh3cCupmAgtProtoTnlVxlanID, hh3cCupmAgtProtoTnlSrcAddrType, hh3cCupmAgtProtoTnlSrcAddr, hh3cCupmAgtProtoTnlDstAddrType, hh3cCupmAgtProtoTnlDstAddr }
  DESCRIPTION	"Entry items."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmAgtProtoTnlTable(3) 1 }

.1.3.6.1.4.1.25506.2.194.3.3.1.1
hh3cCupmAgtProtoTnlVxlanID OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	Integer32 (1..16777215) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Part of the index for this table, this value
         identifies the VXLAN protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmAgtProtoTnlTable(3) hh3cCupmAgtProtoTnlEntry(1) 1 }

.1.3.6.1.4.1.25506.2.194.3.3.1.2
hh3cCupmAgtProtoTnlSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the type of local address to be used at a remote
         host for connecting VXLAN protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmAgtProtoTnlTable(3) hh3cCupmAgtProtoTnlEntry(1) 2 }

.1.3.6.1.4.1.25506.2.194.3.3.1.3
hh3cCupmAgtProtoTnlSrcAddr OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the local address to be used at a remote
         host for connecting VXLAN protocol tunnel.  The host
         address type is determined by the object value of corresponding
         hh3cCupmCpProtoTnlSrcAddrType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmAgtProtoTnlTable(3) hh3cCupmAgtProtoTnlEntry(1) 3 }

.1.3.6.1.4.1.25506.2.194.3.3.1.4
hh3cCupmAgtProtoTnlDstAddrType OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the type of remote host for connecting the VXLAN
         protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmAgtProtoTnlTable(3) hh3cCupmAgtProtoTnlEntry(1) 4 }

.1.3.6.1.4.1.25506.2.194.3.3.1.5
hh3cCupmAgtProtoTnlDstAddr OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the remote host for connecting the VXLAN
         protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmAgtProtoTnlTable(3) hh3cCupmAgtProtoTnlEntry(1) 5 }

.1.3.6.1.4.1.25506.2.194.3.3.1.6
hh3cCupmAgtProtoTnlVpnName OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The VPN name, to which the rule will be applied.
         Default value is zero-length."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmAgtProtoTnlTable(3) hh3cCupmAgtProtoTnlEntry(1) 6 }

.1.3.6.1.4.1.25506.2.194.3.3.1.7
hh3cCupmAgtProtoTnlRowStatus OBJECT-TYPE
  -- FROM	HH3C-CUPM-CP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is responsible for managing the creation, deletion and
        modification of rows, which support active status and CreateAndGo,
        Destroy operation.  To create a new row, hh3cCupmUpID must be specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmCp(194) hh3cCupmCpTableObjects(3) hh3cCupmAgtProtoTnlTable(3) hh3cCupmAgtProtoTnlEntry(1) 7 }

.1.3.6.1.4.1.25506.2.195
hh3cCupmUp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-CUPM-UP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 195 }

.1.3.6.1.4.1.25506.2.195.0
hh3cCupmUpNotifications OBJECT-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) 0 }

.1.3.6.1.4.1.25506.2.195.0.1
hh3cCupmUpProtoTnlUp NOTIFICATION-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
  OBJECTS	{ hh3cCupmUpVbVxlanID, hh3cCupmUpVbSrcAddrType, hh3cCupmUpVbSrcAddr, hh3cCupmUpVbDestAddrType, hh3cCupmUpVbDestAddr, hh3cCupmUpVbVpnName }
  DESCRIPTION	"The notification is generated when
         UP device connects to VXLAN tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) hh3cCupmUpNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.195.0.2
hh3cCupmUpProtoTnlDown NOTIFICATION-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
  OBJECTS	{ hh3cCupmUpVbVxlanID, hh3cCupmUpVbSrcAddrType, hh3cCupmUpVbSrcAddr, hh3cCupmUpVbDestAddrType, hh3cCupmUpVbDestAddr, hh3cCupmUpVbVpnName }
  DESCRIPTION	"The notification is generated when
         UP device disconnects to VXLAN tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) hh3cCupmUpNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.195.1
hh3cCupmUpNotifyVarObjects OBJECT-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) 1 }

.1.3.6.1.4.1.25506.2.195.1.1
hh3cCupmUpVbVxlanID OBJECT-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Part of the index for this table, this value
         identifies the VXLAN protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) hh3cCupmUpNotifyVarObjects(1) 1 }

.1.3.6.1.4.1.25506.2.195.1.2
hh3cCupmUpVbSrcAddrType OBJECT-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Specifies the type of local address to be used at a remote
         host for connecting VXLAN protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) hh3cCupmUpNotifyVarObjects(1) 2 }

.1.3.6.1.4.1.25506.2.195.1.3
hh3cCupmUpVbSrcAddr OBJECT-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Specifies the local address to be used at a remote
         host for connecting VXLAN protocol tunnel.  The host
         address type is determined by the object value of corresponding
         hh3cCupmCpProtoTnlSrcAddrType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) hh3cCupmUpNotifyVarObjects(1) 3 }

.1.3.6.1.4.1.25506.2.195.1.4
hh3cCupmUpVbDestAddrType OBJECT-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Specifies the type of remote host for connecting the VXLAN
         protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) hh3cCupmUpNotifyVarObjects(1) 4 }

.1.3.6.1.4.1.25506.2.195.1.5
hh3cCupmUpVbDestAddr OBJECT-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Specifies the remote host for connecting the VXLAN
         protocol tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) hh3cCupmUpNotifyVarObjects(1) 5 }

.1.3.6.1.4.1.25506.2.195.1.6
hh3cCupmUpVbVpnName OBJECT-TYPE
  -- FROM	HH3C-CUPM-UP-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The VPN name, to which the rule will be applied.
         Default value is zero-length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCupmUp(195) hh3cCupmUpNotifyVarObjects(1) 6 }

.1.3.6.1.4.1.25506.2.196
hh3cVnfDevice OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 196 }

.1.3.6.1.4.1.25506.2.196.1
hh3cVnfDeviceTable OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) 1 }

.1.3.6.1.4.1.25506.2.196.1.1
hh3cVmInfoTable OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VM information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) 1 }

.1.3.6.1.4.1.25506.2.196.1.1.1
hh3cVmInfoEntry OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVmSlot }
  DESCRIPTION	"An entry of the hh3cVmInfoTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) hh3cVmInfoTable(1) 1 }

.1.3.6.1.4.1.25506.2.196.1.1.1.1
hh3cVmSlot OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VM slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) hh3cVmInfoTable(1) hh3cVmInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.2.196.1.1.1.2
hh3cVmName OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VM name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) hh3cVmInfoTable(1) hh3cVmInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.2.196.1.1.1.3
hh3cVmType OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	INTEGER {other(1), ctrlvm(2), brasvm(3), fwdvm(4), mpuvm(5), lpuvm(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VM type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) hh3cVmInfoTable(1) hh3cVmInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.2.196.1.1.1.4
hh3cVmState OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	INTEGER {absent(1), normal(2), fault(3), other(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VM state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) hh3cVmInfoTable(1) hh3cVmInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.2.196.1.1.1.5
hh3cVmRole OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	INTEGER {master(1), standby(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VM role."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) hh3cVmInfoTable(1) hh3cVmInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.2.196.1.1.1.6
hh3cVmRegisterStatus OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	INTEGER {registered(1), unregistered(2), unregisteredDestroying(3), registering(4), maddown(5), unregisteredMaddown(6), other(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VM registration state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) hh3cVmInfoTable(1) hh3cVmInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.2.196.1.1.1.7
hh3cVmAttr OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	INTEGER {initDeploy(1), manu(2), auto(3), autoAccept(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VM attribute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) hh3cVmInfoTable(1) hh3cVmInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.2.196.1.1.1.8
hh3cVmGroup OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VM belong to group.
        the Default is a invalid value 65535."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTable(1) hh3cVmInfoTable(1) hh3cVmInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.2.196.2
hh3cVnfDeviceTraps OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) 2 }

.1.3.6.1.4.1.25506.2.196.2.0
hh3cVnfmTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTraps(2) 0 }

.1.3.6.1.4.1.25506.2.196.2.0.1
hh3cVnfmConnectionFault NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVnfmIPType, hh3cVnfmIP, hh3cVnfmPort }
  DESCRIPTION	"Cp and so communication failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTraps(2) hh3cVnfmTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.196.2.0.2
hh3cVnfmConnectionFaultResume NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVnfmIPType, hh3cVnfmIP, hh3cVnfmPort }
  DESCRIPTION	"Cp and so communication recovery."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTraps(2) hh3cVnfmTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.196.2.0.3
hh3cVnvmAuthenFault NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVnfmIPType, hh3cVnfmIP, hh3cVnfmPort }
  DESCRIPTION	"Cp and so authentication failed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfDeviceTraps(2) hh3cVnfmTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.196.3
hh3cVmInfoTraps OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) 3 }

.1.3.6.1.4.1.25506.2.196.3.0
hh3cVmInfoTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) 0 }

.1.3.6.1.4.1.25506.2.196.3.0.1
hh3cVmCreate NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmType, hh3cVmAttr, hh3cVmGroup }
  DESCRIPTION	"The event of create VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.196.3.0.2
hh3cVmDelete NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmType, hh3cVmAttr, hh3cVmGroup }
  DESCRIPTION	"The event of delete VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.196.3.0.3
hh3cVmCreateSuccess NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmType, hh3cVmAttr, hh3cVmGroup, hh3cVmRetryTimes }
  DESCRIPTION	"Success to create VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.196.3.0.4
hh3cVmCreateFail NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmType, hh3cVmAttr, hh3cVmGroup, hh3cVmRetryTimes, hh3cVmCreateFailReason }
  DESCRIPTION	"Failed to create VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.196.3.0.5
hh3cVmDeleteSuccess NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmType, hh3cVmAttr, hh3cVmGroup, hh3cVmRetryTimes }
  DESCRIPTION	"Success to delete VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.196.3.0.6
hh3cVmDeleteFail NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmType, hh3cVmAttr, hh3cVmGroup, hh3cVmRetryTimes, hh3cVmDeleteFailReason }
  DESCRIPTION	"Failed to delete VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 6 }

.1.3.6.1.4.1.25506.2.196.3.0.7
hh3cVmInconsist NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmName, hh3cVmStatusOnVnfm, hh3cVmInconsistFaultReason }
  DESCRIPTION	"The local virtual machine resources are inconsistent with the resources on vnf."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 7 }

.1.3.6.1.4.1.25506.2.196.3.0.8
hh3cVmInconsistResume NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmName, hh3cVmStatusOnVnfm, hh3cVmInconsistFaultReason }
  DESCRIPTION	"The local virtual machine resources are the same as those on vnf."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 8 }

.1.3.6.1.4.1.25506.2.196.3.0.9
hh3cVmAcceptInconsistVm NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmName, hh3cVmType, hh3cVmGroup }
  DESCRIPTION	"Unconfigured VM claimed on vbras-cp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 9 }

.1.3.6.1.4.1.25506.2.196.3.0.10
hh3cVmReset NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmType, hh3cVmGroup, hh3cVmResetResult }
  DESCRIPTION	"VM restarts via VNFM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 10 }

.1.3.6.1.4.1.25506.2.196.3.0.11
hh3cVmUnregisterLongtime NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmName, hh3cVmType, hh3cVmGroup }
  DESCRIPTION	"VNFM has been allocated but will not be online for a long time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 11 }

.1.3.6.1.4.1.25506.2.196.3.0.12
hh3cVmIsolate NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSlot, hh3cVmType, hh3cVmGroup }
  DESCRIPTION	"During the shrinking operation, it does not communicate with VNFM, VNFM isolates VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmInfoTraps(3) hh3cVmInfoTrapPrefix(0) 12 }

.1.3.6.1.4.1.25506.2.196.4
hh3cVmChannelHealthTraps OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) 4 }

.1.3.6.1.4.1.25506.2.196.4.0
hh3cVmChannelHealthTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmChannelHealthTraps(4) 0 }

.1.3.6.1.4.1.25506.2.196.4.0.1
hh3cVmChannelHealthNormal NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSelfSlot, hh3cVmPeerSlot, hh3cVmChannelType, hh3cVmChannelVlan }
  DESCRIPTION	"The health check result of the control channel or data channel on the specified VM is normal."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmChannelHealthTraps(4) hh3cVmChannelHealthTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.196.4.0.2
hh3cVmChannelHealthMinor NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSelfSlot, hh3cVmPeerSlot, hh3cVmChannelType, hh3cVmChannelVlan }
  DESCRIPTION	"The control channel or data channel on the specified VM is in the minor sub-health state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmChannelHealthTraps(4) hh3cVmChannelHealthTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.196.4.0.3
hh3cVmChannelHealthSevere NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSelfSlot, hh3cVmPeerSlot, hh3cVmChannelType, hh3cVmChannelVlan }
  DESCRIPTION	"The control channel or data channel on the specified VM is in the severe sub-health state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmChannelHealthTraps(4) hh3cVmChannelHealthTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.196.4.0.4
hh3cVmChannelLinkSwitch NOTIFICATION-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  OBJECTS	{ hh3cVmSelfSlot, hh3cVmChannelType, hh3cVmChannelVlan, hh3cVmChannelLinkMacAddress }
  DESCRIPTION	"Link switching event."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVmChannelHealthTraps(4) hh3cVmChannelHealthTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.196.5
hh3cVnfTrapObjects OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) 5 }

.1.3.6.1.4.1.25506.2.196.5.1
hh3cVnfmTrapObjects OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) 1 }

.1.3.6.1.4.1.25506.2.196.5.1.1
hh3cVnfmIPType OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VNFM ip address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVnfmTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.2.196.5.1.2
hh3cVnfmIP OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VNFM ip address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVnfmTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.2.196.5.1.3
hh3cVnfmPort OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VNFM port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVnfmTrapObjects(1) 3 }

.1.3.6.1.4.1.25506.2.196.5.2
hh3cVmInfoTrapObjects OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) 2 }

.1.3.6.1.4.1.25506.2.196.5.2.1
hh3cVmRetryTimes OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Number of retries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmInfoTrapObjects(2) 1 }

.1.3.6.1.4.1.25506.2.196.5.2.2
hh3cVmCreateAttr OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	INTEGER {initDeploy(1), manu(2), auto(3), autoAccept(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The VM creation properties."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmInfoTrapObjects(2) 2 }

.1.3.6.1.4.1.25506.2.196.5.2.3
hh3cVmCreateFailReason OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The VM create failed reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmInfoTrapObjects(2) 3 }

.1.3.6.1.4.1.25506.2.196.5.2.4
hh3cVmDeleteFailReason OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The VM delete failed reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmInfoTrapObjects(2) 4 }

.1.3.6.1.4.1.25506.2.196.5.2.5
hh3cVmInconsistFaultReason OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	INTEGER {exisitOnLocal(1), existOnVnfm(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Reasons for VM inconsistency."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmInfoTrapObjects(2) 5 }

.1.3.6.1.4.1.25506.2.196.5.2.6
hh3cVmResetResult OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	OCTET STRING (0..128) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Reasons for the failure to restart the virtual machine."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmInfoTrapObjects(2) 6 }

.1.3.6.1.4.1.25506.2.196.5.2.7
hh3cVmStatusOnVnfm OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	INTEGER {building(1), active(2), error(3), unknown(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The status of the virtual machine on VNFM(virtualized network function managers)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmInfoTrapObjects(2) 7 }

.1.3.6.1.4.1.25506.2.196.5.3
hh3cVmChannelHealthTrapObjects OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) 3 }

.1.3.6.1.4.1.25506.2.196.5.3.1
hh3cVmSelfSlot OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VM local slot number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmChannelHealthTrapObjects(3) 1 }

.1.3.6.1.4.1.25506.2.196.5.3.2
hh3cVmPeerSlot OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VM opposite slot number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmChannelHealthTrapObjects(3) 2 }

.1.3.6.1.4.1.25506.2.196.5.3.3
hh3cVmChannelType OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	INTEGER {controlchannel(1), datachannel(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VM channel type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmChannelHealthTrapObjects(3) 3 }

.1.3.6.1.4.1.25506.2.196.5.3.4
hh3cVmChannelVlan OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VM channel vlan."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmChannelHealthTrapObjects(3) 4 }

.1.3.6.1.4.1.25506.2.196.5.3.5
hh3cVmChannelLinkMacAddress OBJECT-TYPE
  -- FROM	HH3C-VNF-DEVICE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The mac address of the fault port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cVnfDevice(196) hh3cVnfTrapObjects(5) hh3cVmChannelHealthTrapObjects(3) 5 }

.1.3.6.1.4.1.25506.2.197
hh3cSrv6 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SRV6-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 197 }

.1.3.6.1.4.1.25506.2.197.0
hh3cSrv6Notifications OBJECT-TYPE
  -- FROM	HH3C-SRV6-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6(197) 0 }

.1.3.6.1.4.1.25506.2.197.0.1
hh3cSrv6SidRouteConflict NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6-MIB
  OBJECTS	{ hh3cSrv6NotificationSid, hh3cSrv6NotificationSidPrefixLen }
  DESCRIPTION	"A hh3cSrv6SidRouteConflict notification signifies that an
    local SRv6 SID is conflicted with routes in routing table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6(197) hh3cSrv6Notifications(0) 1 }

.1.3.6.1.4.1.25506.2.197.0.2
hh3cSrv6SidRouteConflictClear NOTIFICATION-TYPE
  -- FROM	HH3C-SRV6-MIB
  OBJECTS	{ hh3cSrv6NotificationSid, hh3cSrv6NotificationSidPrefixLen }
  DESCRIPTION	"A hh3cSrv6SidRouteConflictClear notification signifies that
    the conflict between the local SRv6 SID and routes in routing table
    has been resolved."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6(197) hh3cSrv6Notifications(0) 2 }

.1.3.6.1.4.1.25506.2.197.1
hh3cSrv6Objects OBJECT-TYPE
  -- FROM	HH3C-SRV6-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6(197) 1 }

.1.3.6.1.4.1.25506.2.197.1.1
hh3cSrv6NotificationEntry OBJECT-TYPE
  -- FROM	HH3C-SRV6-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6(197) hh3cSrv6Objects(1) 1 }

.1.3.6.1.4.1.25506.2.197.1.1.1
hh3cSrv6NotificationSid OBJECT-TYPE
  -- FROM	HH3C-SRV6-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The local SRv6 SID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6(197) hh3cSrv6Objects(1) hh3cSrv6NotificationEntry(1) 1 }

.1.3.6.1.4.1.25506.2.197.1.1.2
hh3cSrv6NotificationSidPrefixLen OBJECT-TYPE
  -- FROM	HH3C-SRV6-MIB
  -- TEXTUAL CONVENTION InetAddressPrefixLength
  SYNTAX	Unsigned32 (0..2040) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The prefix length of the local SRv6 SID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cSrv6(197) hh3cSrv6Objects(1) hh3cSrv6NotificationEntry(1) 2 }

.1.3.6.1.4.1.25506.2.198
hh3ceNodeBBU OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 198 }

.1.3.6.1.4.1.25506.2.199
hh3cCpdr OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-CPDR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 199 }

.1.3.6.1.4.1.25506.2.199.1
hh3cCpdrObjects OBJECT-TYPE
  -- FROM	HH3C-CPDR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) 1 }

.1.3.6.1.4.1.25506.2.199.1.1
hh3cCpdrGroup OBJECT-TYPE
  -- FROM	HH3C-CPDR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) hh3cCpdrObjects(1) 1 }

.1.3.6.1.4.1.25506.2.199.1.1.1
hh3cCpdrGroupTable OBJECT-TYPE
  -- FROM	HH3C-CPDR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing control plane disaster recovery group specific variables
        for this cp disaster recovery implementation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) hh3cCpdrObjects(1) hh3cCpdrGroup(1) 1 }

.1.3.6.1.4.1.25506.2.199.1.1.1.1
hh3cCpdrGroupEntry OBJECT-TYPE
  -- FROM	HH3C-CPDR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED hh3cCpdrGroupName }
  DESCRIPTION	"Basic information about a particular control plane disaster recovery group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) hh3cCpdrObjects(1) hh3cCpdrGroup(1) hh3cCpdrGroupTable(1) 1 }

.1.3.6.1.4.1.25506.2.199.1.1.1.1.1
hh3cCpdrGroupName OBJECT-TYPE
  -- FROM	HH3C-CPDR-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The control plane disaster recovery group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) hh3cCpdrObjects(1) hh3cCpdrGroup(1) hh3cCpdrGroupTable(1) hh3cCpdrGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.2.199.1.1.1.1.2
hh3cCpdrGroupRole OBJECT-TYPE
  -- FROM	HH3C-CPDR-MIB
  SYNTAX	INTEGER {invalid(1), master(2), standBy(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The control plane disaster recovery group role."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) hh3cCpdrObjects(1) hh3cCpdrGroup(1) hh3cCpdrGroupTable(1) hh3cCpdrGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.2.199.1.1.1.1.3
hh3cCpdrMode OBJECT-TYPE
  -- FROM	HH3C-CPDR-MIB
  SYNTAX	INTEGER {hot(1), cold(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The control plane disaster recovery group mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) hh3cCpdrObjects(1) hh3cCpdrGroup(1) hh3cCpdrGroupTable(1) hh3cCpdrGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.2.199.2
hh3cCpdrTraps OBJECT-TYPE
  -- FROM	HH3C-CPDR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) 2 }

.1.3.6.1.4.1.25506.2.199.2.0
hh3cCpdrTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-CPDR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) hh3cCpdrTraps(2) 0 }

.1.3.6.1.4.1.25506.2.199.2.0.1
hh3cCpdrTrapRoleChange NOTIFICATION-TYPE
  -- FROM	HH3C-CPDR-MIB
  OBJECTS	{ hh3cCpdrGroupName, hh3cCpdrGroupRole }
  DESCRIPTION	"This trap is generated when the role of control plane disaster recovery group changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCpdr(199) hh3cCpdrTraps(2) hh3cCpdrTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.200
hh3cBrasAccess OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 200 }

.1.3.6.1.4.1.25506.2.200
hh3cBrasAccess OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 200 }

.1.3.6.1.4.1.25506.2.200.1
hh3cBrasAccTotalStat OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) 1 }

.1.3.6.1.4.1.25506.2.200.1.1
hh3cBrasAccTotalUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of BRAS access users on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccTotalStat(1) 1 }

.1.3.6.1.4.1.25506.2.200.1.2
hh3cBrasAccTotalPPPoEUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of PPPoE users on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccTotalStat(1) 2 }

.1.3.6.1.4.1.25506.2.200.1.3
hh3cBrasAccTotalIPoEUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPoE users on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccTotalStat(1) 3 }

.1.3.6.1.4.1.25506.2.200.1.4
hh3cBrasAccTotalLNSUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of LNS users on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccTotalStat(1) 4 }

.1.3.6.1.4.1.25506.2.200.1.5
hh3cBrasAccTotalLACUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of LAC users on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccTotalStat(1) 5 }

.1.3.6.1.4.1.25506.2.200.1.6
hh3cBrasAccTotalIPv4UserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPv4 users on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccTotalStat(1) 6 }

.1.3.6.1.4.1.25506.2.200.1.7
hh3cBrasAccTotalIPv6UserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPv6 users on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccTotalStat(1) 7 }

.1.3.6.1.4.1.25506.2.200.1.8
hh3cBrasAccTotalDSUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of dual-stack users on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccTotalStat(1) 8 }

.1.3.6.1.4.1.25506.2.200.2
hh3cBrasAccUPStatTable OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for BRAS CU(C: control plane, U: user plane) 
                 user statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) 2 }

.1.3.6.1.4.1.25506.2.200.2.1
hh3cBrasAccUPStatEntry OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBrasAccUPID }
  DESCRIPTION	"An entry for BRAS CU user statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) 1 }

.1.3.6.1.4.1.25506.2.200.2.1.1
hh3cBrasAccUPID OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32 (1024..2047) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value is UP (user plane) ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) hh3cBrasAccUPStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.200.2.1.2
hh3cBrasAccUPUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of BRAS access users on the
         specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) hh3cBrasAccUPStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.200.2.1.3
hh3cBrasAccUPPPPoEUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of PPPoE users on the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) hh3cBrasAccUPStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.200.2.1.4
hh3cBrasAccUPIPoEUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPoE users on the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) hh3cBrasAccUPStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.200.2.1.5
hh3cBrasAccUPLNSUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of LNS users on the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) hh3cBrasAccUPStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.200.2.1.6
hh3cBrasAccUPLACUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of LAC users on the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) hh3cBrasAccUPStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.200.2.1.7
hh3cBrasAccUPIPv4UserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPv4 users on the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) hh3cBrasAccUPStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.200.2.1.8
hh3cBrasAccUPIPv6UserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPv6 users on the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) hh3cBrasAccUPStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.200.2.1.9
hh3cBrasAccUPDSUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of dual-stack users on the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPStatTable(2) hh3cBrasAccUPStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.200.3
hh3cBrasAccUPSlotStatTable OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for BRAS CU user statistics on the specific slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) 3 }

.1.3.6.1.4.1.25506.2.200.3.1
hh3cBrasAccUPSlotStatEntry OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBrasAccUPSlotUPID, hh3cBrasAccUPSlotID }
  DESCRIPTION	"An entry for BRAS CU user statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) 1 }

.1.3.6.1.4.1.25506.2.200.3.1.1
hh3cBrasAccUPSlotUPID OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32 (1024..2047) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value is UP ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.200.3.1.2
hh3cBrasAccUPSlotID OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The value is the slot ID of a UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.200.3.1.3
hh3cBrasAccUPSlotUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of BRAS access users on the specified
         slot of the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.200.3.1.4
hh3cBrasAccUPSlotPPPoEUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of PPPoE users on the specified slot of
         the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.200.3.1.5
hh3cBrasAccUPSlotIPoEUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPoE users on the specified slot of
         the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.200.3.1.6
hh3cBrasAccUPSlotLNSUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of LNS users on the specified slot of
         the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.200.3.1.7
hh3cBrasAccUPSlotLACUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of LAC users on the specified slot of
         the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.200.3.1.8
hh3cBrasAccUPSlotIPv4UserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPv4 users on the specified slot of
         the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.200.3.1.9
hh3cBrasAccUPSlotIPv6UserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPv6 users on the specified slot of
         the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.200.3.1.10
hh3cBrasAccUPSlotDSUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of dual-stack users on the specified
         slot of the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccUPSlotStatTable(3) hh3cBrasAccUPSlotStatEntry(1) 10 }

.1.3.6.1.4.1.25506.2.200.4
hh3cBrasAccIfStatTable OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for BRAS CU user statistics on the specified
                 interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) 4 }

.1.3.6.1.4.1.25506.2.200.4.1
hh3cBrasAccIfStatEntry OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBrasAccIfName }
  DESCRIPTION	"An entry for BRAS CU user statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) 1 }

.1.3.6.1.4.1.25506.2.200.4.1.1
hh3cBrasAccIfName OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is an interface name. The interface name must be valid
         or not specified on the getnext operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) hh3cBrasAccIfStatEntry(1) 1 }

.1.3.6.1.4.1.25506.2.200.4.1.2
hh3cBrasAccIfUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of BRAS access users on the specified
         interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) hh3cBrasAccIfStatEntry(1) 2 }

.1.3.6.1.4.1.25506.2.200.4.1.3
hh3cBrasAccIfPPPoEUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of PPPoE users on the
         specified interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) hh3cBrasAccIfStatEntry(1) 3 }

.1.3.6.1.4.1.25506.2.200.4.1.4
hh3cBrasAccIfIPoEUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPoE users on the
         specified interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) hh3cBrasAccIfStatEntry(1) 4 }

.1.3.6.1.4.1.25506.2.200.4.1.5
hh3cBrasAccIfLNSUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of LNS users on the
         specified interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) hh3cBrasAccIfStatEntry(1) 5 }

.1.3.6.1.4.1.25506.2.200.4.1.6
hh3cBrasAccIfLACUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of LAC users on the
         specified interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) hh3cBrasAccIfStatEntry(1) 6 }

.1.3.6.1.4.1.25506.2.200.4.1.7
hh3cBrasAccIfIPv4UserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPv4 users on the
         specified interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) hh3cBrasAccIfStatEntry(1) 7 }

.1.3.6.1.4.1.25506.2.200.4.1.8
hh3cBrasAccIfIPv6UserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of IPv6 users on the
         specified interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) hh3cBrasAccIfStatEntry(1) 8 }

.1.3.6.1.4.1.25506.2.200.4.1.9
hh3cBrasAccIfDSUserNum OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value is the total number of dual-stack users on the
         specified interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccIfStatTable(4) hh3cBrasAccIfStatEntry(1) 9 }

.1.3.6.1.4.1.25506.2.200.5
hh3cBrasAccCUMibTrapOid OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) 5 }

.1.3.6.1.4.1.25506.2.200.5.1
hh3cBrasAccCUTrapUPID OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The involved UP of trap information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccCUMibTrapOid(5) 1 }

.1.3.6.1.4.1.25506.2.200.5.2
hh3cBrasAccCUTrapSlotID OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The involved slot of trap information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccCUMibTrapOid(5) 2 }

.1.3.6.1.4.1.25506.2.200.5.3
hh3cBrasAccCUTrapThreshold OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The involved threshold (percentage of online users) of
         trap information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccCUMibTrapOid(5) 3 }

.1.3.6.1.4.1.25506.2.200.6
hh3cBrasAccCUTrap OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) 6 }

.1.3.6.1.4.1.25506.2.200.6.0
hh3cBrasAccCUTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccCUTrap(6) 0 }

.1.3.6.1.4.1.25506.2.200.6.0.1
hh3cBrasAccCUUPWarning NOTIFICATION-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  OBJECTS	{ hh3cBrasAccCUTrapUPID, hh3cBrasAccCUTrapThreshold }
  DESCRIPTION	"This trap is generated when the number of online users on the UP
         reaches the maximum user threshold. Subsequent users are recommended
         to access the device through another UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccCUTrap(6) hh3cBrasAccCUTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.200.6.0.2
hh3cBrasAccCUUPWarningResume NOTIFICATION-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  OBJECTS	{ hh3cBrasAccCUTrapUPID, hh3cBrasAccCUTrapThreshold }
  DESCRIPTION	"This trap is generated when the number of online users on the UP
         falls below the maximum user threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccCUTrap(6) hh3cBrasAccCUTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.200.6.0.3
hh3cBrasAccCUSlotWarning NOTIFICATION-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  OBJECTS	{ hh3cBrasAccCUTrapUPID, hh3cBrasAccCUTrapSlotID, hh3cBrasAccCUTrapThreshold }
  DESCRIPTION	"This trap is generated when the number of online users on the slot of
         the specified UP reaches the maximum user threshold. Subsequent users
         are recommended to access the device through another slot of
         the specified UP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccCUTrap(6) hh3cBrasAccCUTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.200.6.0.4
hh3cBrasAccCUSlotWarningResume NOTIFICATION-TYPE
  -- FROM	HH3C-BRAS-ACCESS-MIB
  OBJECTS	{ hh3cBrasAccCUTrapUPID, hh3cBrasAccCUTrapSlotID, hh3cBrasAccCUTrapThreshold }
  DESCRIPTION	"This trap is generated when the number of online users on the slot
         of the specified UP falls below the maximum user threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBrasAccess(200) hh3cBrasAccCUTrap(6) hh3cBrasAccCUTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.201
hh3cNcm OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-NCM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 201 }

.1.3.6.1.4.1.25506.2.201.1
hh3cNcmTable OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) 1 }

.1.3.6.1.4.1.25506.2.201.1.1
hh3cNcmConnectionTable OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains NCM session information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) 1 }

.1.3.6.1.4.1.25506.2.201.1.1.1
hh3cNcmConnectionEntry OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNcmUpId, hh3cNcmSessionId }
  DESCRIPTION	"An entry of the hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) 1 }

.1.3.6.1.4.1.25506.2.201.1.1.1.1
hh3cNcmUpId OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The first index of hh3cNcmConnectionTable, UP
        id of Connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.201.1.1.1.2
hh3cNcmSessionId OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  SYNTAX	Integer32 (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The second index of hh3cNcmConnectionTable, Connect
        session id of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.201.1.1.1.3
hh3cNcmConnName OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection name of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.201.1.1.1.4
hh3cNcmConnUserName OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..80) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection user name of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.201.1.1.1.5
hh3cNcmConnSrcIpAddressType OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection ip address of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.201.1.1.1.6
hh3cNcmConnSrcIpAddress OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection ip address of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.201.1.1.1.7
hh3cNcmConnDestIpAddressType OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection ip address of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 7 }

.1.3.6.1.4.1.25506.2.201.1.1.1.8
hh3cNcmConnDestIpAddress OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection ip address of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 8 }

.1.3.6.1.4.1.25506.2.201.1.1.1.9
hh3cNcmConnVrf OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connection vrf of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 9 }

.1.3.6.1.4.1.25506.2.201.1.1.1.10
hh3cNcmConnPort OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connect port of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 10 }

.1.3.6.1.4.1.25506.2.201.1.1.1.11
hh3cNcmSessionState OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  SYNTAX	INTEGER {initialed(1), connected(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Connect session state of hh3cNcmConnectionTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTable(1) hh3cNcmConnectionTable(1) hh3cNcmConnectionEntry(1) 11 }

.1.3.6.1.4.1.25506.2.201.2
hh3cNcmObjects OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) 2 }

.1.3.6.1.4.1.25506.2.201.2.1
hh3cNcmNotificationVarBindings OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmObjects(2) 1 }

.1.3.6.1.4.1.25506.2.201.2.1.1
hh3cNcmTrapUpId OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"UP id of Connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmObjects(2) hh3cNcmNotificationVarBindings(1) 1 }

.1.3.6.1.4.1.25506.2.201.2.1.2
hh3cNcmTrapConnIpAndPort OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The IP and Port.  For example 127.0.0.1:830."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmObjects(2) hh3cNcmNotificationVarBindings(1) 2 }

.1.3.6.1.4.1.25506.2.201.2.1.3
hh3cNcmTrapConnUserName OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..80) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The connection user name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmObjects(2) hh3cNcmNotificationVarBindings(1) 3 }

.1.3.6.1.4.1.25506.2.201.2.1.4
hh3cNcmTrapConnFailedReason OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The Connection Fail Reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmObjects(2) hh3cNcmNotificationVarBindings(1) 4 }

.1.3.6.1.4.1.25506.2.201.2.1.5
hh3cNcmTrapFeatureName OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..63) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The name of module that sent the configuration request."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmObjects(2) hh3cNcmNotificationVarBindings(1) 5 }

.1.3.6.1.4.1.25506.2.201.3
hh3cNcmTrap OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) 3 }

.1.3.6.1.4.1.25506.2.201.3.0
hh3cNcmCUConnTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-NCM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTrap(3) 0 }

.1.3.6.1.4.1.25506.2.201.3.0.1
hh3cNcmCUConnDisconnected NOTIFICATION-TYPE
  -- FROM	HH3C-NCM-MIB
  OBJECTS	{ hh3cNcmTrapUpId, hh3cNcmTrapConnIpAndPort, hh3cNcmTrapConnUserName, hh3cNcmTrapConnFailedReason }
  DESCRIPTION	"The NETCONF connection with a peer device was torn down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTrap(3) hh3cNcmCUConnTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.201.3.0.2
hh3cNcmCUConnReconnected NOTIFICATION-TYPE
  -- FROM	HH3C-NCM-MIB
  OBJECTS	{ hh3cNcmTrapUpId, hh3cNcmTrapConnIpAndPort, hh3cNcmTrapConnUserName }
  DESCRIPTION	"The NETCONF connection with a peer device is resumed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTrap(3) hh3cNcmCUConnTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.201.3.0.3
hh3cNcmCUConnectFailed NOTIFICATION-TYPE
  -- FROM	HH3C-NCM-MIB
  OBJECTS	{ hh3cNcmTrapUpId, hh3cNcmTrapConnIpAndPort, hh3cNcmTrapConnUserName, hh3cNcmTrapConnFailedReason }
  DESCRIPTION	"Failed to establish a NETCONF connection with a peer device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTrap(3) hh3cNcmCUConnTrapPrefix(0) 3 }

.1.3.6.1.4.1.25506.2.201.3.0.4
hh3cNcmCUConnectSuccess NOTIFICATION-TYPE
  -- FROM	HH3C-NCM-MIB
  OBJECTS	{ hh3cNcmTrapUpId, hh3cNcmTrapConnIpAndPort, hh3cNcmTrapConnUserName }
  DESCRIPTION	"Successed in establishing a NETCONF connection with a peer device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTrap(3) hh3cNcmCUConnTrapPrefix(0) 4 }

.1.3.6.1.4.1.25506.2.201.3.0.5
hh3cNcmCUConfigFailed NOTIFICATION-TYPE
  -- FROM	HH3C-NCM-MIB
  OBJECTS	{ hh3cNcmTrapUpId, hh3cNcmTrapConnIpAndPort, hh3cNcmTrapConnUserName, hh3cNcmTrapFeatureName }
  DESCRIPTION	"Failed to deliver configurations to a peer device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNcm(201) hh3cNcmTrap(3) hh3cNcmCUConnTrapPrefix(0) 5 }

.1.3.6.1.4.1.25506.2.202
hh3cBgpVpn OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 202 }

.1.3.6.1.4.1.25506.2.202.1
hh3cBgpVpnObjects OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) 1 }

.1.3.6.1.4.1.25506.2.202.1.1
hh3cBgpPeers OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.1
hh3cBgpPeerAddrFamilyTable OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is BGP peer address family table,
         it contains the address family information of BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.1.1
hh3cBgpPeerAddrFamilyEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpPeerInstanceId, hh3cBgpPeerVpnIndex, hh3cBgpPeerAddrFamilyId, hh3cBgpPeerSubAddrFamilyId, hh3cBgpPeerType, hh3cBgpPeerIPAddr }
  DESCRIPTION	"An entry in this table contains the information address family
         information of BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerAddrFamilyTable(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.1.1.1
hh3cBgpPeerInstanceId OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Denotes the identifier of the BGP peer instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerAddrFamilyTable(1) hh3cBgpPeerAddrFamilyEntry(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.1.1.2
hh3cBgpPeerVpnIndex OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Denotes the identifier of the BGP peer instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerAddrFamilyTable(1) hh3cBgpPeerAddrFamilyEntry(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.1.1.1.3
hh3cBgpPeerAddrFamilyId OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION Hh3cBgpAFI
  SYNTAX	INTEGER {ipv4(1), ipv6(2), l2vpn(25), l2vpnDraft(196)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Denotes the identifier of the BGP peer address family."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerAddrFamilyTable(1) hh3cBgpPeerAddrFamilyEntry(1) 3 }

.1.3.6.1.4.1.25506.2.202.1.1.1.1.4
hh3cBgpPeerSubAddrFamilyId OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION Hh3cBgpSAFI
  SYNTAX	INTEGER {unicast(1), multicast(2), mpls(4), mcastVpn(5), l2vpn(65), mdt(66), evpn(70), vpn(128), routeTarget(132)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Denotes the identifier of the BGP peer sub-address family."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerAddrFamilyTable(1) hh3cBgpPeerAddrFamilyEntry(1) 4 }

.1.3.6.1.4.1.25506.2.202.1.1.1.1.5
hh3cBgpPeerType OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Denotes the type of the BGP peer address family."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerAddrFamilyTable(1) hh3cBgpPeerAddrFamilyEntry(1) 5 }

.1.3.6.1.4.1.25506.2.202.1.1.1.1.6
hh3cBgpPeerIPAddr OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Denotes the IP address of the BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerAddrFamilyTable(1) hh3cBgpPeerAddrFamilyEntry(1) 6 }

.1.3.6.1.4.1.25506.2.202.1.1.1.1.7
hh3cBgpPeerVpnName OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION Hh3cBgpVpnId
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"31a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The human-readable name of this VPN.  This MAY
         be equivalent to the RFC2685 VPN-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerAddrFamilyTable(1) hh3cBgpPeerAddrFamilyEntry(1) 7 }

.1.3.6.1.4.1.25506.2.202.1.1.2
hh3cBgpPeerTable OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"BGP Peer Table.
         This table contains information about the connections for BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1
hh3cBgpPeerEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpPeerInstanceId, hh3cBgpPeerVpnIndex, hh3cBgpPeerAddrFamilyId, hh3cBgpPeerSubAddrFamilyId, hh3cBgpPeerType, hh3cBgpPeerIPAddr }
  DESCRIPTION	"The information about the connections with BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.1
hh3cBgpPeerNegotiatedVersion OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version negotiated with the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.2
hh3cBgpPeerRemoteAs OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The AS number of the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.3
hh3cBgpPeerRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 3 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.4
hh3cBgpPeerState OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	INTEGER {idle(1), connect(2), active(3), openSent(4), openConfirm(5), established(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the remote BGP peer, including:
            1: Idle(1)
            2: Connect(2)
            3: Active(3)
            4: OpenSent(4)
            5: OpenConfirm(5)
            6: Established(6)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 4 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.5
hh3cBgpPeerFsmEstablishedCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Counter That Records the Times the Remote BGP Peer Is Correctly Connected
          The counter is increased by one if the remote BGP peer is correctly connected once.
          The counter could be set to zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 5 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.6
hh3cBgpPeerFsmEstablishedTime OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter that records the times the remote BGP peer is correctly connected."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 6 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.7
hh3cBgpPeerGRStatus OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	INTEGER {peerNotBeingHelped(1), peerRestarting(2), peerFinishRestart(3), peerHelping(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Graceful restart status of the BGP peer, including:
          1: peerNotBeingHelped, indicating that the BGP peer will not be helped during restarting.
          2: peerRestarting, indicating that the BGP peer is detected restarting.
          3: peerFinishRestart, indicating that the BGP peer finishes the latest GR.
          4: peerHelping, indicating that the BGP peer is helping the local end to perform GR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 7 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.8
hh3cBgpPeerLastError OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last error code and subcode seen by this
          peer on this connection.  If no error has
          occurred, this field is zero.  Otherwise, the
          first byte of this two byte OCTET STRING
          contains the error code, and the second byte
          contains the subcode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 8 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.9
hh3cBgpPeerUnAvaiReason OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	INTEGER {otherErrCode(1), errSubCodeUnspecified(2), unknownErrSubcode(3), connectionNoSynchronized(4), badMessageLength(5), badMessageType(6), unsupportedVersionNumber(7), badPeerAS(8), badBGPIdentifier(9), unsupportedOptionalParameter(10), authenticationFailure(11), unacceptableHoldTime(12), unsupportedCapability(13), malformedAttributeList(14), unrecognizedWellknownAttr(15), missingWellknownAttribute(16), attributeFlagsError(17), attributeLengthError(18), invalidORIGINAttribute(19), asRoutingLoop(20), invalidNEXTHOPAttribute(21), optionalAttributeError(22), invalidNetworkField(23), malformedASPATH(24), receiveUnexpectedMessageinOpenSent(25), receiveUnexpectedMessageinOpenConfirm(26), receiveUnexpectedMessageinEstablished(27), maximumNumberofPrefixesReached(28), administrativeShutdown(29), peerDeconfigured(30), administrativeReset(31), connectionRejected(32), otherConfigurationChange(33), connectionCollisionResolution(34), outofResources(35)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reason of BGP states change."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 9 }

.1.3.6.1.4.1.25506.2.202.1.1.2.1.10
hh3cBgpPeerAdminStatus OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	INTEGER {stop(1), start(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The desired state of the BGP connection.
          A transition from 'stop' to 'start' will
          cause the BGP Start Event to be generated.
          A transition from 'start' to 'stop' will
          cause the BGP Stop Event to be generated.
          This parameter can be used to restart BGP
          peer connections.  Care should be used in
          providing write access to this object
          without adequate authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerTable(2) hh3cBgpPeerEntry(1) 10 }

.1.3.6.1.4.1.25506.2.202.1.1.3
hh3cBgpPeerRouteTable OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is BGP peer route table, it contains routing
         information of BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) 3 }

.1.3.6.1.4.1.25506.2.202.1.1.3.1
hh3cBgpPeerRouteEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpPeerInstanceId, hh3cBgpPeerVpnIndex, hh3cBgpPeerAddrFamilyId, hh3cBgpPeerSubAddrFamilyId, hh3cBgpPeerType, hh3cBgpPeerIPAddr }
  DESCRIPTION	"Denotes the routing information of BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerRouteTable(3) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.3.1.1
hh3cBgpPeerRouteRcvCount OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the number of routes received from the BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerRouteTable(3) hh3cBgpPeerRouteEntry(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.3.1.2
hh3cBgpPeerRouteActiveCount OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the number of active routes received from the BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerRouteTable(3) hh3cBgpPeerRouteEntry(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.1.3.1.3
hh3cBgpPeerRouteAdvCount OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the number of routes sent to the BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerRouteTable(3) hh3cBgpPeerRouteEntry(1) 3 }

.1.3.6.1.4.1.25506.2.202.1.1.4
hh3cBgpPeerConfigTable OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is BGP peer configuration table, it contains configuration
        information of BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) 4 }

.1.3.6.1.4.1.25506.2.202.1.1.4.1
hh3cBgpPeerConfigEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpPeerInstanceId, hh3cBgpPeerVpnIndex, hh3cBgpPeerAddrFamilyId, hh3cBgpPeerSubAddrFamilyId, hh3cBgpPeerType, hh3cBgpPeerIPAddr }
  DESCRIPTION	"Denotes the configurations of BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerConfigTable(4) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.4.1.1
hh3cBgpPeerConfigRouteLimitNum OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the maximum routes received from the BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerConfigTable(4) hh3cBgpPeerConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.4.1.2
hh3cBgpPeerConfigRouteLimitThreshold OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the alarm threshold (%) of the maximum routes received from the BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerConfigTable(4) hh3cBgpPeerConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.1.5
hh3cBgpPeerStatisticTable OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"BGP neighbor statistic table.which contains BGP neighbor connection information,
        and each BGP neighbor corresponds to a table item."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) 5 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1
hh3cBgpPeerStatisticEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpPeerProcessId, hh3cBgpPeerVrfInstanceId, hh3cBgpPeerAddr }
  DESCRIPTION	"An entry containing connection information with a BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1.1
hh3cBgpPeerProcessId OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The process ID of the BGP instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) hh3cBgpPeerStatisticEntry(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1.2
hh3cBgpPeerVrfInstanceId OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VPN instance ID index of remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) hh3cBgpPeerStatisticEntry(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1.3
hh3cBgpPeerAddr OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the BGP neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) hh3cBgpPeerStatisticEntry(1) 3 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1.4
hh3cBgpPeerFsmEstablishedTransitions OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"BGP FSM migrates to the established state count."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) hh3cBgpPeerStatisticEntry(1) 4 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1.5
hh3cBgpPeerDownCounts OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Based on peer BGP FSM migration from established to non-established state count."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) hh3cBgpPeerStatisticEntry(1) 5 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1.6
hh3cBgpPeerInUpdateMsgs OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Update messages received from BGP neighbors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) hh3cBgpPeerStatisticEntry(1) 6 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1.7
hh3cBgpPeerOutUpdateMsgs OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Update messages sent to BGP neighbors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) hh3cBgpPeerStatisticEntry(1) 7 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1.8
hh3cBgpPeerInTotalMsgs OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of all packets received from BGP neighbors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) hh3cBgpPeerStatisticEntry(1) 8 }

.1.3.6.1.4.1.25506.2.202.1.1.5.1.9
hh3cBgpPeerOutTotalMsgs OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of all packets sent to BGP neighbors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerStatisticTable(5) hh3cBgpPeerStatisticEntry(1) 9 }

.1.3.6.1.4.1.25506.2.202.1.1.6
hh3cBgpPeerSessionTable OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"BGP Peer Session Table.
        This table contains BGP peer session informations."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) 6 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1
hh3cBgpPeerSessionEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpPeerSessionVrfId, hh3cBgpPeerSessionRemoteAddrType, hh3cBgpPeerSessionRemoteAddr }
  DESCRIPTION	"The information about the BGP peer sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.1
hh3cBgpPeerSessionVrfId OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The VPN instance Id of the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.2
hh3cBgpPeerSessionRemoteAddrType OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"BGP peer session remote address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.3
hh3cBgpPeerSessionRemoteAddr OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"BGP peer session remote address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 3 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.4
hh3cBgpPeerSessionRemotePort OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote port for BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 4 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.5
hh3cBgpPeerSessionLocalAddrType OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"BGP peer session local address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 5 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.6
hh3cBgpPeerSessionLocalAddr OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"BGP peer session local address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 6 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.7
hh3cBgpPeerSessionLocalPort OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local port for BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 7 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.8
hh3cBgpPeerSessionUnavailableType OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	INTEGER {upToDown(1), alwaysDown(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"BGP peer unavailable type including:
        1: Up To Down(1)
        2: Always Down(2)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 8 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.9
hh3cBgpPeerSessionLocalIfName OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"BGP peer session local IFName."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 9 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.10
hh3cBgpPeerSessionReason OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	INTEGER {otherErrCode(1), errSubCodeUnspecified(2), unknownErrSubcode(3), connectionNoSynchronized(4), badMessageLength(5), badMessageType(6), unsupportedVersionNumber(7), badPeerAS(8), badBGPIdentifier(9), unsupportedOptionalParameter(10), authenticationFailure(11), unacceptableHoldTime(12), unsupportedCapability(13), malformedAttributeList(14), unrecognizedWellknownAttr(15), missingWellknownAttribute(16), attributeFlagsError(17), attributeLengthError(18), invalidORIGINAttribute(19), asRoutingLoop(20), invalidNEXTHOPAttribute(21), optionalAttributeError(22), invalidNetworkField(23), malformedASPATH(24), receiveUnexpectedMessageinOpenSent(25), receiveUnexpectedMessageinOpenConfirm(26), receiveUnexpectedMessageinEstablished(27), maximumNumberofPrefixesReached(28), administrativeShutdown(29), peerDeconfigured(30), administrativeReset(31), connectionRejected(32), otherConfigurationChange(33), connectionCollisionResolution(34), outofResources(35)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reason of BGP states change."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 10 }

.1.3.6.1.4.1.25506.2.202.1.1.6.1.11
hh3cBgpPeerSessionVrfName OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the VPN instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerSessionTable(6) hh3cBgpPeerSessionEntry(1) 11 }

.1.3.6.1.4.1.25506.2.202.1.1.7
hh3cBgpPeerMessageTable OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Protocol Packet data Table for BGP Peers.
        This table contains information about the protocol packet data of BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) 7 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1
hh3cBgpPeerMessageEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpPeerInstanceId, hh3cBgpPeerVpnIndex, hh3cBgpPeerAddrFamilyId, hh3cBgpPeerSubAddrFamilyId, hh3cBgpPeerType, hh3cBgpPeerIPAddr }
  DESCRIPTION	"The information about the protocol packet data of the BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.1
hh3cBgpPeerInTotalMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of protocol packet data received from the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.2
hh3cBgpPeerOutTotalMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of protocol packet data sent to the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.3
hh3cBgpPeerInOpenMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Open packet data received from the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 3 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.4
hh3cBgpPeerInUpdateMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Update packet data received from the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 4 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.5
hh3cBgpPeerInNotificationMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Notification packet data received from the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 5 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.6
hh3cBgpPeerInKeepAliveMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Keepalive packet data received from the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 6 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.7
hh3cBgpPeerInRouteFreshMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Route-Refresh packet data received from the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 7 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.8
hh3cBgpPeerOutOpenMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Open packet data sent to the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 8 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.9
hh3cBgpPeerOutUpdateMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Update packet data sent to the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 9 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.10
hh3cBgpPeerOutNotificationMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Notification packet data sent to the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 10 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.11
hh3cBgpPeerOutKeepAliveMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Keepalive packet data sent to the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 11 }

.1.3.6.1.4.1.25506.2.202.1.1.7.1.12
hh3cBgpPeerOutRouteFreshMsgCounter OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of Route-Refresh packet data sent to the remote BGP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpPeers(1) hh3cBgpPeerMessageTable(7) hh3cBgpPeerMessageEntry(1) 12 }

.1.3.6.1.4.1.25506.2.202.1.2
hh3cBgpVpnRoute OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.2.1
hh3cBgpVpnRouteTable OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"BGP VRF routing table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnRoute(2) 1 }

.1.3.6.1.4.1.25506.2.202.1.2.1.1
hh3cBgpVpnRouteEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpVpnRouteType, hh3cBgpVpnInstName, hh3cBgpVpnAddressFamily }
  DESCRIPTION	"BGP routing entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnRoute(2) hh3cBgpVpnRouteTable(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.2.1.1.1
hh3cBgpVpnRouteType OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Route type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnRoute(2) hh3cBgpVpnRouteTable(1) hh3cBgpVpnRouteEntry(1) 1 }

.1.3.6.1.4.1.25506.2.202.1.2.1.1.2
hh3cBgpVpnInstName OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION Hh3cBgpVpnId
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"31a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VPN instance name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnRoute(2) hh3cBgpVpnRouteTable(1) hh3cBgpVpnRouteEntry(1) 2 }

.1.3.6.1.4.1.25506.2.202.1.2.1.1.3
hh3cBgpVpnAddressFamily OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Address family."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnRoute(2) hh3cBgpVpnRouteTable(1) hh3cBgpVpnRouteEntry(1) 3 }

.1.3.6.1.4.1.25506.2.202.1.2.1.1.4
hh3cBgpVpnCurrRouteNum OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current number of BGP peer routes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnRoute(2) hh3cBgpVpnRouteTable(1) hh3cBgpVpnRouteEntry(1) 4 }

.1.3.6.1.4.1.25506.2.202.1.2.1.1.5
hh3cBgpVpnThresholdValue OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total threshold value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnRoute(2) hh3cBgpVpnRouteTable(1) hh3cBgpVpnRouteEntry(1) 5 }

.1.3.6.1.4.1.25506.2.202.1.3
hh3cBgpVpnScalars OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) 3 }

.1.3.6.1.4.1.25506.2.202.1.3.1
hh3cBgpConfiguredVrfs OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VRFs on this node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnScalars(3) 1 }

.1.3.6.1.4.1.25506.2.202.1.3.2
hh3cBgpConfiguredIpv4Vrfs OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IPv4-family VRFs on this node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnScalars(3) 2 }

.1.3.6.1.4.1.25506.2.202.1.3.3
hh3cBgpConfiguredIpv6Vrfs OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IPv6-family VRFs on this node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnScalars(3) 3 }

.1.3.6.1.4.1.25506.2.202.1.3.4
hh3cBgpConfiguredIpv4Flowspec OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IPv4-Flowspec-family VRFs on this node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnScalars(3) 4 }

.1.3.6.1.4.1.25506.2.202.1.3.5
hh3cBgpConfiguredIpv6Flowspec OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of IPv6-Flowspec-family VRFs on this node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnScalars(3) 5 }

.1.3.6.1.4.1.25506.2.202.1.3.6
hh3cBgpConfiguredEvpnVrfs OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Evpn-family VRFs on this node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnObjects(1) hh3cBgpVpnScalars(3) 6 }

.1.3.6.1.4.1.25506.2.202.2
hh3cBgpInstanceObjects OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) 2 }

.1.3.6.1.4.1.25506.2.202.2.1
hh3cBgpInstance OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpInstanceObjects(2) 1 }

.1.3.6.1.4.1.25506.2.202.2.1.1
hh3cBgpInstanceCommTable OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describe BGP peer address family table,
         it shows the address family information of BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpInstanceObjects(2) hh3cBgpInstance(1) 1 }

.1.3.6.1.4.1.25506.2.202.2.1.1.1
hh3cBgpInstanceCommEntry OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBgpInstanceName }
  DESCRIPTION	"An entry in this table shows the information address family
         information of BGP peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpInstanceObjects(2) hh3cBgpInstance(1) hh3cBgpInstanceCommTable(1) 1 }

.1.3.6.1.4.1.25506.2.202.2.1.1.1.1
hh3cBgpInstanceName OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The parameter of BGP instance name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpInstanceObjects(2) hh3cBgpInstance(1) hh3cBgpInstanceCommTable(1) hh3cBgpInstanceCommEntry(1) 1 }

.1.3.6.1.4.1.25506.2.202.2.1.1.1.2
hh3cBgpInstanceId OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The parameter of BGP instance ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpInstanceObjects(2) hh3cBgpInstance(1) hh3cBgpInstanceCommTable(1) hh3cBgpInstanceCommEntry(1) 2 }

.1.3.6.1.4.1.25506.2.202.3
hh3cBgpVpnRpkiObjects OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) 3 }

.1.3.6.1.4.1.25506.2.202.3.1
hh3cBgpVpnRpkiSessions OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnRpkiObjects(3) 1 }

.1.3.6.1.4.1.25506.2.202.3.1.1
hh3cBgpVpnRpkiSessionVrfName OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION Hh3cBgpVpnId
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"31a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The index of the instance session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnRpkiObjects(3) hh3cBgpVpnRpkiSessions(1) 1 }

.1.3.6.1.4.1.25506.2.202.3.1.2
hh3cBgpVpnRpkiSessionType OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The address family type for the remote session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnRpkiObjects(3) hh3cBgpVpnRpkiSessions(1) 2 }

.1.3.6.1.4.1.25506.2.202.3.1.3
hh3cBgpVpnRpkiSessionIPAddr OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The session IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnRpkiObjects(3) hh3cBgpVpnRpkiSessions(1) 3 }

.1.3.6.1.4.1.25506.2.202.3.1.4
hh3cBgpVpnRpkiSessionRoaLimitNum OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Restriction number of rpki session ROA."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnRpkiObjects(3) hh3cBgpVpnRpkiSessions(1) 4 }

.1.3.6.1.4.1.25506.2.202.3.2
hh3cBgpVpnRpkiTraps OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnRpkiObjects(3) 2 }

.1.3.6.1.4.1.25506.2.202.3.2.0
hh3cBgpVpnRpkiTrapNotifications OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnRpkiObjects(3) hh3cBgpVpnRpkiTraps(2) 0 }

.1.3.6.1.4.1.25506.2.202.3.2.0.1
hh3cBgpVpnRpkiSessionRoaExceed NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpVpnRpkiSessionRoaLimitNum }
  DESCRIPTION	"The RPKI SessionRoaExceed event will be generated when the number of rpki session ROA exceeds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnRpkiObjects(3) hh3cBgpVpnRpkiTraps(2) hh3cBgpVpnRpkiTrapNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.202.3.2.0.2
hh3cBgpVpnRpkiSessionRoaExceedClear NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpVpnRpkiSessionRoaLimitNum }
  DESCRIPTION	"Generate rpki sessionroaedeclear event when the number of rpki session ROAs exceeds clear."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnRpkiObjects(3) hh3cBgpVpnRpkiTraps(2) hh3cBgpVpnRpkiTrapNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.202.4
hh3cBgpVpnTraps OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) 4 }

.1.3.6.1.4.1.25506.2.202.4.0
hh3cBgpVpnTrapNotifications OBJECT-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) 0 }

.1.3.6.1.4.1.25506.2.202.4.0.1
hh3cBgpPeerRouteNumThresholdExceed NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpPeerConfigRouteLimitNum, hh3cBgpPeerConfigRouteLimitThreshold }
  DESCRIPTION	"This notification is generated when the number of routes received from the BGP peer exceeds the alarm threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 1 }

.1.3.6.1.4.1.25506.2.202.4.0.2
hh3cBgpPeerRouteNumThresholdClear NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpPeerConfigRouteLimitNum, hh3cBgpPeerConfigRouteLimitThreshold }
  DESCRIPTION	"This notification is generated when the number of routes received from the BGP peer decreases below the alarm threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 2 }

.1.3.6.1.4.1.25506.2.202.4.0.3
hh3cBgpPeerRouteExceed NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpPeerConfigRouteLimitNum, hh3cBgpPeerConfigRouteLimitThreshold }
  DESCRIPTION	"This notification is generated when bgp peer session route number exceed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 3 }

.1.3.6.1.4.1.25506.2.202.4.0.4
hh3cBgpPeerRouteExceedClear NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpPeerConfigRouteLimitNum, hh3cBgpPeerConfigRouteLimitThreshold }
  DESCRIPTION	"This notification is generated when bgp peer session route number exceed clear."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 4 }

.1.3.6.1.4.1.25506.2.202.4.0.5
hh3cBgpPeerEstablished NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpPeerLastError, hh3cBgpPeerState }
  DESCRIPTION	"When the BGP FSM enters the established state, the BGP established event is generated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 5 }

.1.3.6.1.4.1.25506.2.202.4.0.6
hh3cBgpPeerBackwardTransition NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpPeerLastError, hh3cBgpPeerState, hh3cBgpPeerUnAvaiReason }
  DESCRIPTION	"The BGPBackwardTransition Event is generated
        when the BGP FSM number moves from a higher
        state to a lower state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 6 }

.1.3.6.1.4.1.25506.2.202.4.0.7
hh3cBgpVrfRouteNumReachThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpVpnRouteType, hh3cBgpVpnInstName, hh3cBgpVpnAddressFamily, hh3cBgpVpnCurrRouteNum, hh3cBgpVpnThresholdValue }
  DESCRIPTION	"The VPN instance routes reached the alarm threshould."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 7 }

.1.3.6.1.4.1.25506.2.202.4.0.8
hh3cBgpVrfRouteNumReachThresholdClear NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpVpnRouteType, hh3cBgpVpnInstName, hh3cBgpVpnAddressFamily, hh3cBgpVpnCurrRouteNum, hh3cBgpVpnThresholdValue }
  DESCRIPTION	"The VPN instance routes fell below the clear alarm threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 8 }

.1.3.6.1.4.1.25506.2.202.4.0.9
hh3cBgpPeerAFRouteThresholdExceed NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpVpnAddressFamily, hh3cBgpPeerConfigRouteLimitNum, hh3cBgpPeerConfigRouteLimitThreshold, hh3cBgpInstanceName }
  DESCRIPTION	"This notification is generated when when the number of
        routes received by the neighbor under the BGP address family
        reaches an alarm threshold state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 9 }

.1.3.6.1.4.1.25506.2.202.4.0.10
hh3cBgpPeerAFRouteThresholdClear NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpVpnAddressFamily, hh3cBgpPeerConfigRouteLimitNum, hh3cBgpPeerConfigRouteLimitThreshold, hh3cBgpInstanceName }
  DESCRIPTION	"This notification is generated when the number of
        routes received by the neighbor below the BGP address
        family drops below the alert threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 10 }

.1.3.6.1.4.1.25506.2.202.4.0.11
hh3cBgpPeerAFRouteExceed NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpVpnAddressFamily, hh3cBgpPeerConfigRouteLimitNum, hh3cBgpInstanceName }
  DESCRIPTION	"This notification is generated when the number of
        routes received by the neighbor under the BGP address
        family reaches a maximum state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 11 }

.1.3.6.1.4.1.25506.2.202.4.0.12
hh3cBgpPeerAFRouteExceedClear NOTIFICATION-TYPE
  -- FROM	HH3C-BGP-VPN-MIB
  OBJECTS	{ hh3cBgpVpnAddressFamily, hh3cBgpPeerConfigRouteLimitNum, hh3cBgpInstanceName }
  DESCRIPTION	"This notification is generated when the number of
        routes received by the neighbors below the BGP address
        family drops below a maximum."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cBgpVpn(202) hh3cBgpVpnTraps(4) hh3cBgpVpnTrapNotifications(0) 12 }

.1.3.6.1.4.1.25506.2.203
hh3cGold OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-GOLD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 203 }

.1.3.6.1.4.1.25506.2.203.1
hh3cGoldTrap OBJECT-TYPE
  -- FROM	HH3C-GOLD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) 1 }

.1.3.6.1.4.1.25506.2.203.1.0
hh3cGoldTrapOjbects OBJECT-TYPE
  -- FROM	HH3C-GOLD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) 0 }

.1.3.6.1.4.1.25506.2.203.1.0.1
hh3cGoldLipcLinkFail NOTIFICATION-TYPE
  -- FROM	HH3C-GOLD-MIB
  OBJECTS	{ hh3cGoldLipcLinkSourceChassisID, hh3cGoldLipcLinkSourceSlotID, hh3cGoldLipcLinkSourceCpuID, hh3cGoldLipcLinkDestChassisID, hh3cGoldLipcLinkDestSlotID, hh3cGoldLipcLinkDestCpuID }
  DESCRIPTION	"the hh3cGoldLipcLinkFail trap indicates that the GOLD function
        changed to the fail state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) hh3cGoldTrapOjbects(0) 1 }

.1.3.6.1.4.1.25506.2.203.1.0.2
hh3cGoldLipcLinkRecover NOTIFICATION-TYPE
  -- FROM	HH3C-GOLD-MIB
  OBJECTS	{ hh3cGoldLipcLinkSourceChassisID, hh3cGoldLipcLinkSourceSlotID, hh3cGoldLipcLinkSourceCpuID, hh3cGoldLipcLinkDestChassisID, hh3cGoldLipcLinkDestSlotID, hh3cGoldLipcLinkDestCpuID }
  DESCRIPTION	"the hh3cGoldLipcLinkRecover trap indicates that the GOLD function
        changed to the recover state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) hh3cGoldTrapOjbects(0) 2 }

.1.3.6.1.4.1.25506.2.203.1.1
hh3cGoldTrapObjectDefinitions OBJECT-TYPE
  -- FROM	HH3C-GOLD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) 1 }

.1.3.6.1.4.1.25506.2.203.1.1.1
hh3cGoldLipcLinkSourceChassisID OBJECT-TYPE
  -- FROM	HH3C-GOLD-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The source chassis id of lipc node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) hh3cGoldTrapObjectDefinitions(1) 1 }

.1.3.6.1.4.1.25506.2.203.1.1.2
hh3cGoldLipcLinkSourceSlotID OBJECT-TYPE
  -- FROM	HH3C-GOLD-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The source slot id of lipc node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) hh3cGoldTrapObjectDefinitions(1) 2 }

.1.3.6.1.4.1.25506.2.203.1.1.3
hh3cGoldLipcLinkSourceCpuID OBJECT-TYPE
  -- FROM	HH3C-GOLD-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The source cpu id of lipc node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) hh3cGoldTrapObjectDefinitions(1) 3 }

.1.3.6.1.4.1.25506.2.203.1.1.4
hh3cGoldLipcLinkDestChassisID OBJECT-TYPE
  -- FROM	HH3C-GOLD-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The destination chassis id of lipc node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) hh3cGoldTrapObjectDefinitions(1) 4 }

.1.3.6.1.4.1.25506.2.203.1.1.5
hh3cGoldLipcLinkDestSlotID OBJECT-TYPE
  -- FROM	HH3C-GOLD-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The destination slot id of lipc node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) hh3cGoldTrapObjectDefinitions(1) 5 }

.1.3.6.1.4.1.25506.2.203.1.1.6
hh3cGoldLipcLinkDestCpuID OBJECT-TYPE
  -- FROM	HH3C-GOLD-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The destination cpu id of lipc node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGold(203) hh3cGoldTrap(1) hh3cGoldTrapObjectDefinitions(1) 6 }

.1.3.6.1.4.1.25506.2.204
hh3cSib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 204 }

.1.3.6.1.4.1.25506.2.205
hh3cGir OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-GIR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 205 }

.1.3.6.1.4.1.25506.2.205.1
hh3cGirObjects OBJECT-TYPE
  -- FROM	HH3C-GIR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGir(205) 1 }

.1.3.6.1.4.1.25506.2.205.1.1
hh3cGirSystemGroup OBJECT-TYPE
  -- FROM	HH3C-GIR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGir(205) hh3cGirObjects(1) 1 }

.1.3.6.1.4.1.25506.2.205.1.1.1
hh3cGirSystemMode OBJECT-TYPE
  -- FROM	HH3C-GIR-MIB
  SYNTAX	INTEGER {normal(1), isolation(2), shutdown(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Change system mode.
        normal-Normal mode(Default).
        isolation-Maintenance mode by isolation.
        shutdown-Maintenance mode by shutdown.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGir(205) hh3cGirObjects(1) hh3cGirSystemGroup(1) 1 }

.1.3.6.1.4.1.25506.2.205.1.1.2
hh3cGirRevertDelayTime OBJECT-TYPE
  -- FROM	HH3C-GIR-MIB
  SYNTAX	Integer32 (0 | 5..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
        Auto change to normal mode after the specified amount of time in
        minutes.  If 0 is set, no switchback will be performed.
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cGir(205) hh3cGirObjects(1) hh3cGirSystemGroup(1) 2 }

.1.3.6.1.4.1.25506.2.206
hh3cNetconf OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-NETCONF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 206 }

.1.3.6.1.4.1.25506.2.206.1
hh3cNetconfObjects OBJECT-TYPE
  -- FROM	HH3C-NETCONF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) 1 }

.1.3.6.1.4.1.25506.2.206.1.1
hh3cNetconfConnObjects OBJECT-TYPE
  -- FROM	HH3C-NETCONF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) hh3cNetconfObjects(1) 1 }

.1.3.6.1.4.1.25506.2.206.1.1.1
hh3cNetconfSessionId OBJECT-TYPE
  -- FROM	HH3C-NETCONF-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ID of NETCONF session ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) hh3cNetconfObjects(1) hh3cNetconfConnObjects(1) 1 }

.1.3.6.1.4.1.25506.2.206.1.1.2
hh3cNetconfSessionUserName OBJECT-TYPE
  -- FROM	HH3C-NETCONF-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..80) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The user name of NETCONF session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) hh3cNetconfObjects(1) hh3cNetconfConnObjects(1) 2 }

.1.3.6.1.4.1.25506.2.206.1.1.3
hh3cNetconfSessionPeerIPAddressType OBJECT-TYPE
  -- FROM	HH3C-NETCONF-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The peer IP address of NETCONF session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) hh3cNetconfObjects(1) hh3cNetconfConnObjects(1) 3 }

.1.3.6.1.4.1.25506.2.206.1.1.4
hh3cNetconfSessionPeerIPAddress OBJECT-TYPE
  -- FROM	HH3C-NETCONF-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The peer IP address of NETCONF session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) hh3cNetconfObjects(1) hh3cNetconfConnObjects(1) 4 }

.1.3.6.1.4.1.25506.2.206.1.1.5
hh3cNetconfSessionTerminationReason OBJECT-TYPE
  -- FROM	HH3C-NETCONF-MIB
  SYNTAX	INTEGER {other(1), closed(2), linkDown(3), idleTimeout(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The termination reason of NETCONF session.
        other(1)        --Other reason
        closed(2)       --Session was closed
        linkDown(3)     --Link is down
        idleTimeout(4)  --Session time out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) hh3cNetconfObjects(1) hh3cNetconfConnObjects(1) 5 }

.1.3.6.1.4.1.25506.2.206.2
hh3cNetconfTrap OBJECT-TYPE
  -- FROM	HH3C-NETCONF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) 2 }

.1.3.6.1.4.1.25506.2.206.2.0
hh3cNetconfConnTrapPrefix OBJECT-TYPE
  -- FROM	HH3C-NETCONF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) hh3cNetconfTrap(2) 0 }

.1.3.6.1.4.1.25506.2.206.2.0.1
hh3cNetconfServerSessionStart NOTIFICATION-TYPE
  -- FROM	HH3C-NETCONF-MIB
  OBJECTS	{ hh3cNetconfSessionId, hh3cNetconfSessionUserName, hh3cNetconfSessionPeerIPAddressType, hh3cNetconfSessionPeerIPAddress }
  DESCRIPTION	"The NETCONF server created a session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) hh3cNetconfTrap(2) hh3cNetconfConnTrapPrefix(0) 1 }

.1.3.6.1.4.1.25506.2.206.2.0.2
hh3cNetconfServerSessionEnd NOTIFICATION-TYPE
  -- FROM	HH3C-NETCONF-MIB
  OBJECTS	{ hh3cNetconfSessionId, hh3cNetconfSessionUserName, hh3cNetconfSessionPeerIPAddressType, hh3cNetconfSessionPeerIPAddress, hh3cNetconfSessionTerminationReason }
  DESCRIPTION	"A NETCONF server session ended."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cNetconf(206) hh3cNetconfTrap(2) hh3cNetconfConnTrapPrefix(0) 2 }

.1.3.6.1.4.1.25506.2.207
hh3cCfd OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-CFD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 207 }

.1.3.6.1.4.1.25506.2.207.1
hh3cCfdTrap OBJECT-TYPE
  -- FROM	HH3C-CFD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) 1 }

.1.3.6.1.4.1.25506.2.207.1.0
hh3CfdTrapPrex OBJECT-TYPE
  -- FROM	HH3C-CFD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) 0 }

.1.3.6.1.4.1.25506.2.207.1.0.1
hh3cCfdTwowayDelay NOTIFICATION-TYPE
  -- FROM	HH3C-CFD-MIB
  OBJECTS	{ hh3cCfdMepId, hh3cCfdSrvId, hh3cCfdTimeThreshold }
  DESCRIPTION	"The result of two-way delay-measurement exceeded the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) hh3CfdTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.2.207.1.0.2
hh3cCfdTwowayDelayRecovery NOTIFICATION-TYPE
  -- FROM	HH3C-CFD-MIB
  OBJECTS	{ hh3cCfdMepId, hh3cCfdSrvId, hh3cCfdTimeThreshold }
  DESCRIPTION	"The result of two-way delay-measurement is under the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) hh3CfdTrapPrex(0) 2 }

.1.3.6.1.4.1.25506.2.207.1.0.3
hh3cCfdSlmStatistic NOTIFICATION-TYPE
  -- FROM	HH3C-CFD-MIB
  OBJECTS	{ hh3cCfdFrameEnd, hh3cCfdMepId, hh3cCfdSrvId, hh3cCfdStatisticThreshold }
  DESCRIPTION	"The result of one-way LM is exceeded the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) hh3CfdTrapPrex(0) 3 }

.1.3.6.1.4.1.25506.2.207.1.1
hh3cCfdTrapOjbects OBJECT-TYPE
  -- FROM	HH3C-CFD-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) 1 }

.1.3.6.1.4.1.25506.2.207.1.1.1
hh3cCfdMepId OBJECT-TYPE
  -- FROM	HH3C-CFD-MIB
  SYNTAX	Integer32 (1..8191) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The MEP ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) hh3cCfdTrapOjbects(1) 1 }

.1.3.6.1.4.1.25506.2.207.1.1.2
hh3cCfdSrvId OBJECT-TYPE
  -- FROM	HH3C-CFD-MIB
  SYNTAX	Integer32 (1..32767) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The service instance ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) hh3cCfdTrapOjbects(1) 2 }

.1.3.6.1.4.1.25506.2.207.1.1.3
hh3cCfdTimeThreshold OBJECT-TYPE
  -- FROM	HH3C-CFD-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The delay time threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) hh3cCfdTrapOjbects(1) 3 }

.1.3.6.1.4.1.25506.2.207.1.1.4
hh3cCfdFrameEnd OBJECT-TYPE
  -- FROM	HH3C-CFD-MIB
  SYNTAX	INTEGER {nearEnd(1), farEnd(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The loose frame end of MEP.
        nearEnd: loose frame on source MEP.
        farEnd: loose frame on target MEP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) hh3cCfdTrapOjbects(1) 4 }

.1.3.6.1.4.1.25506.2.207.1.1.5
hh3cCfdStatisticThreshold OBJECT-TYPE
  -- FROM	HH3C-CFD-MIB
  SYNTAX	OCTET STRING (0..8) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The packet frame threshold in percentage, in the range of 0 to 100.
        It can contain a maximum of 8 digits, including the dot (.),
        for example, 1.000001."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cCfd(207) hh3cCfdTrap(1) hh3cCfdTrapOjbects(1) 5 }

.1.3.6.1.4.1.25506.2.208
hh3cStrunk OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-STRUNK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) 208 }

.1.3.6.1.4.1.25506.2.208.1
hh3cStrunkTrap OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) 1 }

.1.3.6.1.4.1.25506.2.208.1.0
hh3cStrunkTrapPrex OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) 0 }

.1.3.6.1.4.1.25506.2.208.1.0.1
hh3cStrunkMemberStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-STRUNK-MIB
  OBJECTS	{ hh3cStrunkMemberType, hh3cStrunkMemberId, hh3cStrunkMemberStatus, hh3cStrunkMemberReason }
  DESCRIPTION	"This trap indicates that S-Trunk member role changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) hh3cStrunkTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.2.208.1.0.2
hh3cStrunkStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-STRUNK-MIB
  OBJECTS	{ hh3cStrunkGroupId, hh3cStrunkGroupStatus, hh3cStrunkGroupReason }
  DESCRIPTION	"This trap indicates that S-Trunk Group role changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) hh3cStrunkTrapPrex(0) 2 }

.1.3.6.1.4.1.25506.2.208.1.1
hh3cStrunkTrapOjbects OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) 1 }

.1.3.6.1.4.1.25506.2.208.1.1.1
hh3cStrunkMemberType OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
  SYNTAX	INTEGER {bagg(1), ragg(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The member type of the S-Trunk.
        bagg: The bridge aggregation type.
        ragg: The route aggregation type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) hh3cStrunkTrapOjbects(1) 1 }

.1.3.6.1.4.1.25506.2.208.1.1.2
hh3cStrunkMemberId OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The member id of the S-Trunk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) hh3cStrunkTrapOjbects(1) 2 }

.1.3.6.1.4.1.25506.2.208.1.1.3
hh3cStrunkMemberStatus OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
  SYNTAX	INTEGER {primary(1), secondary(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The status of the S-Trunk.
        primary: The S-Trunk member is primary role.
        secondary: The S-Trunk member is secondary role."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) hh3cStrunkTrapOjbects(1) 3 }

.1.3.6.1.4.1.25506.2.208.1.1.4
hh3cStrunkMemberReason OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	" The S-Trunk member change reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) hh3cStrunkTrapOjbects(1) 4 }

.1.3.6.1.4.1.25506.2.208.1.1.5
hh3cStrunkGroupId OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	" The group id of the S-Trunk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) hh3cStrunkTrapOjbects(1) 5 }

.1.3.6.1.4.1.25506.2.208.1.1.6
hh3cStrunkGroupStatus OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
  SYNTAX	INTEGER {init(1), primary(2), secondary(3)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The group status of the S-Trunk.
        init: The S-Trunk group is primary role.
        primary: The S-Trunk group is primary role.
        secondary: The S-Trunk group is secondary role."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) hh3cStrunkTrapOjbects(1) 6 }

.1.3.6.1.4.1.25506.2.208.1.1.7
hh3cStrunkGroupReason OBJECT-TYPE
  -- FROM	HH3C-STRUNK-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	" The S-Trunk group change reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStrunk(208) hh3cStrunkTrap(1) hh3cStrunkTrapOjbects(1) 7 }

.1.3.6.1.4.1.25506.3
hh3cEntityVendorTypeOID OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 3 }

.1.3.6.1.4.1.25506.3.1
hh3cEntityVendortypeObjects OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) 1 }

.1.3.6.1.4.1.25506.3.1.1
hh3cevtOther OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 1 }

.1.3.6.1.4.1.25506.3.1.1.1
hh3cevtOtherUnknownCard OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtOther(1) 1 }

.1.3.6.1.4.1.25506.3.1.1.2
hh3cevtCPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtOther(1) 2 }

.1.3.6.1.4.1.25506.3.1.1.2.1
hh3cevtGeneralCPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtOther(1) hh3cevtCPU(2) 1 }

.1.3.6.1.4.1.25506.3.1.1.3
hh3cevtDOM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtOther(1) 3 }

.1.3.6.1.4.1.25506.3.1.1.4
hh3cevtCFCard OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtOther(1) 4 }

.1.3.6.1.4.1.25506.3.1.1.5
hh3cevtHardDisk OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtOther(1) 5 }

.1.3.6.1.4.1.25506.3.1.1.6
hh3cevtSDCard OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtOther(1) 6 }

.1.3.6.1.4.1.25506.3.1.1.7
hh3cevtMEM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtOther(1) 7 }

.1.3.6.1.4.1.25506.3.1.2
hh3cevtUnknown OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 2 }

.1.3.6.1.4.1.25506.3.1.3
hh3cevtChassis OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 3 }

.1.3.6.1.4.1.25506.3.1.4
hh3cevtBackplane OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 4 }

.1.3.6.1.4.1.25506.3.1.5
hh3cevtContainer OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 5 }

.1.3.6.1.4.1.25506.3.1.6
hh3cevtPowerSupply OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 6 }

.1.3.6.1.4.1.25506.3.1.6.2
hh3cevtPowerSupplyAC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 2 }

.1.3.6.1.4.1.25506.3.1.6.3
hh3cevtPowerSupplyDC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 3 }

.1.3.6.1.4.1.25506.3.1.6.4
hh3cevtPowerSupplySTD130W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 4 }

.1.3.6.1.4.1.25506.3.1.6.5
hh3cevtPowerSupplySTD180W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 5 }

.1.3.6.1.4.1.25506.3.1.6.6
hh3cevtPowerSupplyPOE24Port OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 6 }

.1.3.6.1.4.1.25506.3.1.6.7
hh3cevtPowerSupplyPOE48Port OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 7 }

.1.3.6.1.4.1.25506.3.1.6.8
hh3cevtPowerSupplyLSUM1AC2500 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 8 }

.1.3.6.1.4.1.25506.3.1.6.9
hh3cevtPowerSupplyLSUM2AC2500 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 9 }

.1.3.6.1.4.1.25506.3.1.6.10
hh3cevtPowerSupplyLSUM1DC2400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 10 }

.1.3.6.1.4.1.25506.3.1.6.11
hh3cevtPowerSupplyLSUM1AC1200 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 11 }

.1.3.6.1.4.1.25506.3.1.6.12
hh3cevtPowerSupplyLSQM1DC2400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 12 }

.1.3.6.1.4.1.25506.3.1.6.13
hh3cevtPowerSupplyLSUM5AC2500 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 13 }

.1.3.6.1.4.1.25506.3.1.6.14
hh3cevtPowerSupplyLSUM5DC2400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 14 }

.1.3.6.1.4.1.25506.3.1.6.15
hh3cevtPowerSupplyLSUM6DC2400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 15 }

.1.3.6.1.4.1.25506.3.1.6.16
hh3cevtPowerSupplyLSUM6AC2500 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 16 }

.1.3.6.1.4.1.25506.3.1.6.17
hh3cevtPowerSupplyLSQM1AC1400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 17 }

.1.3.6.1.4.1.25506.3.1.6.18
hh3cevtPowerSupplyLSQM1DC1400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 18 }

.1.3.6.1.4.1.25506.3.1.6.19
hh3cevtPowerSupplyLSQM1AC2800 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 19 }

.1.3.6.1.4.1.25506.3.1.6.20
hh3cevtPowerSupplyLSQM2AC1400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 20 }

.1.3.6.1.4.1.25506.3.1.6.21
hh3cevtPowerSupplyLSQM1AC6000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 21 }

.1.3.6.1.4.1.25506.3.1.6.22
hh3cevtPowerSupplyLSQM2AC6000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 22 }

.1.3.6.1.4.1.25506.3.1.6.23
hh3cevtPowerSupplyLSQM1AC300 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 23 }

.1.3.6.1.4.1.25506.3.1.6.24
hh3cevtPowerSupplyLSQM1AC650 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 24 }

.1.3.6.1.4.1.25506.3.1.6.25
hh3cevtPowerSupplyLSQM1DC650 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 25 }

.1.3.6.1.4.1.25506.3.1.6.26
hh3cevtPowerSupplyLSQM1PWRSPA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 26 }

.1.3.6.1.4.1.25506.3.1.6.27
hh3cevtPowerSupplyLSWM1RPS800 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 27 }

.1.3.6.1.4.1.25506.3.1.6.28
hh3cevtPowerSupplyLSQM7AC1400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 28 }

.1.3.6.1.4.1.25506.3.1.6.29
hh3cevtPowerSupplyLSQM7DC1400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 29 }

.1.3.6.1.4.1.25506.3.1.6.30
hh3cevtPowerSupplyLSQM7AC2800 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 30 }

.1.3.6.1.4.1.25506.3.1.6.31
hh3cevtPowerSupplyLSQM7AC6000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 31 }

.1.3.6.1.4.1.25506.3.1.6.32
hh3cevtPowerSupplyLSQM7AC300 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 32 }

.1.3.6.1.4.1.25506.3.1.6.33
hh3cevtPowerSupplyLSQM7AC650 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 33 }

.1.3.6.1.4.1.25506.3.1.6.34
hh3cevtPowerSupplyLSQM7DC650 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 34 }

.1.3.6.1.4.1.25506.3.1.6.35
hh3cevtPowerSupplyLSWM2RPS800 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 35 }

.1.3.6.1.4.1.25506.3.1.6.36
hh3cevtPowerSupplySecPathAC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 36 }

.1.3.6.1.4.1.25506.3.1.6.37
hh3cevtPowerSupplySecPathDC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPowerSupply(6) 37 }

.1.3.6.1.4.1.25506.3.1.7
hh3cevtFan OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 7 }

.1.3.6.1.4.1.25506.3.1.7.1
hh3cevtHotSwapFan OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 1 }

.1.3.6.1.4.1.25506.3.1.7.2
hh3cevtNonHotSwapFan OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 2 }

.1.3.6.1.4.1.25506.3.1.7.3
hh3cevtFanLSUM110504 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 3 }

.1.3.6.1.4.1.25506.3.1.7.4
hh3cevtFanLSUM110508 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 4 }

.1.3.6.1.4.1.25506.3.1.7.5
hh3cevtFanLSUM110508V OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 5 }

.1.3.6.1.4.1.25506.3.1.7.6
hh3cevtFanLSUM110512 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 6 }

.1.3.6.1.4.1.25506.3.1.7.7
hh3cevtFanLSUM210512 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 7 }

.1.3.6.1.4.1.25506.3.1.7.8
hh3cevtFanLSUM510504 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 8 }

.1.3.6.1.4.1.25506.3.1.7.9
hh3cevtFanLSUM510508 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 9 }

.1.3.6.1.4.1.25506.3.1.7.10
hh3cevtFanLSUM510508V OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 10 }

.1.3.6.1.4.1.25506.3.1.7.11
hh3cevtFanLSUM510512U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 11 }

.1.3.6.1.4.1.25506.3.1.7.12
hh3cevtFanLSUM510512D OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 12 }

.1.3.6.1.4.1.25506.3.1.7.13
hh3cevtFanLSUM511908V OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 13 }

.1.3.6.1.4.1.25506.3.1.7.14
hh3cevtFanLSQM17502E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 14 }

.1.3.6.1.4.1.25506.3.1.7.15
hh3cevtFanLSQM17503E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 15 }

.1.3.6.1.4.1.25506.3.1.7.16
hh3cevtFanLSQM17503ES OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 16 }

.1.3.6.1.4.1.25506.3.1.7.17
hh3cevtFanLSQM17506E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 17 }

.1.3.6.1.4.1.25506.3.1.7.18
hh3cevtFanLSQM17506EV OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 18 }

.1.3.6.1.4.1.25506.3.1.7.19
hh3cevtFanLSQM17510E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 19 }

.1.3.6.1.4.1.25506.3.1.7.20
hh3cevtFanLSQM57503 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 20 }

.1.3.6.1.4.1.25506.3.1.7.21
hh3cevtFanLSQM57502 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 21 }

.1.3.6.1.4.1.25506.3.1.7.22
hh3cevtFanLSQM57506 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 22 }

.1.3.6.1.4.1.25506.3.1.7.23
hh3cevtFanLSQM57510 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 23 }

.1.3.6.1.4.1.25506.3.1.7.24
hh3cevtHotSwapFan-NSUM1BFANSC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 24 }

.1.3.6.1.4.1.25506.3.1.7.25
hh3cevtHotSwapFan-NSUM1BFANSCB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtFan(7) 25 }

.1.3.6.1.4.1.25506.3.1.8
hh3cevtSensor OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 8 }

.1.3.6.1.4.1.25506.3.1.8.1
hh3cevtSensorTemperature OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtSensor(8) 1 }

.1.3.6.1.4.1.25506.3.1.8.2
hh3cevtSensorVoltage OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtSensor(8) 2 }

.1.3.6.1.4.1.25506.3.1.8.3
hh3cevtSensorFanSpeed OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtSensor(8) 3 }

.1.3.6.1.4.1.25506.3.1.9
hh3cevtModule OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 9 }

.1.3.6.1.4.1.25506.3.1.9.1
hh3cevtModuleUnknownCard OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) 1 }

.1.3.6.1.4.1.25506.3.1.9.2
hh3cevtModuleCommonCards OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) 2 }

.1.3.6.1.4.1.25506.3.1.9.2.1
hh3cevtModuleBoxCEN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleCommonCards(2) 1 }

.1.3.6.1.4.1.25506.3.1.9.2.2
hh3cevtModuleBoxIRF48GE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleCommonCards(2) 2 }

.1.3.6.1.4.1.25506.3.1.9.2.3
hh3cevtModuleBoxIRF24GE24TGE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleCommonCards(2) 3 }

.1.3.6.1.4.1.25506.3.1.9.2.4
hh3cevtModuleChassisMpu OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleCommonCards(2) 4 }

.1.3.6.1.4.1.25506.3.1.9.2.5
hh3cevtModuleLPU48GE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleCommonCards(2) 5 }

.1.3.6.1.4.1.25506.3.1.9.2.6
hh3cevtModuleLPU4GE4Serial OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleCommonCards(2) 6 }

.1.3.6.1.4.1.25506.3.1.9.2.7
hh3cevtModuleLPU4GE4Pos OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleCommonCards(2) 7 }

.1.3.6.1.4.1.25506.3.1.9.2.8
hh3cevtModuleLPU4GE4E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleCommonCards(2) 8 }

.1.3.6.1.4.1.25506.3.1.9.3
hh3cevtModuleRouterType OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) 3 }

.1.3.6.1.4.1.25506.3.1.9.3.2
hh3cevtModuleRt-As OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 2 }

.1.3.6.1.4.1.25506.3.1.9.3.3
hh3cevtModuleRt-Sa OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 3 }

.1.3.6.1.4.1.25506.3.1.9.3.4
hh3cevtModuleRt-Bi OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 4 }

.1.3.6.1.4.1.25506.3.1.9.3.5
hh3cevtModuleRt-E12 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5 }

.1.3.6.1.4.1.25506.3.1.9.3.6
hh3cevtModuleRt-E14 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 6 }

.1.3.6.1.4.1.25506.3.1.9.3.7
hh3cevtModuleRt-Fe1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 7 }

.1.3.6.1.4.1.25506.3.1.9.3.8
hh3cevtModuleRt-E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 8 }

.1.3.6.1.4.1.25506.3.1.9.3.9
hh3cevtModuleRt-Fe2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 9 }

.1.3.6.1.4.1.25506.3.1.9.3.11
hh3cevtModuleRt-Vi2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 11 }

.1.3.6.1.4.1.25506.3.1.9.3.12
hh3cevtModuleRt-Vi4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 12 }

.1.3.6.1.4.1.25506.3.1.9.3.13
hh3cevtModuleRt-Vi30 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 13 }

.1.3.6.1.4.1.25506.3.1.9.3.14
hh3cevtModuleRt-S1b OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 14 }

.1.3.6.1.4.1.25506.3.1.9.3.15
hh3cevtModuleRt-Sa2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 15 }

.1.3.6.1.4.1.25506.3.1.9.3.16
hh3cevtModuleRt-As16 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 16 }

.1.3.6.1.4.1.25506.3.1.9.3.17
hh3cevtModuleRt-New8as OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 17 }

.1.3.6.1.4.1.25506.3.1.9.3.18
hh3cevtModuleRt-Sa1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 18 }

.1.3.6.1.4.1.25506.3.1.9.3.19
hh3cevtModuleRt-Fxs2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 19 }

.1.3.6.1.4.1.25506.3.1.9.3.20
hh3cevtModuleRt-Fxo2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 20 }

.1.3.6.1.4.1.25506.3.1.9.3.21
hh3cevtModuleRt-Em2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 21 }

.1.3.6.1.4.1.25506.3.1.9.3.22
hh3cevtModuleRt-Fxs4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 22 }

.1.3.6.1.4.1.25506.3.1.9.3.23
hh3cevtModuleRt-Fxo4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 23 }

.1.3.6.1.4.1.25506.3.1.9.3.24
hh3cevtModuleRt-Em4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 24 }

.1.3.6.1.4.1.25506.3.1.9.3.25
hh3cevtModuleRt-Sab OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 25 }

.1.3.6.1.4.1.25506.3.1.9.3.26
hh3cevtModuleRt-E1vi OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 26 }

.1.3.6.1.4.1.25506.3.1.9.3.27
hh3cevtModuleRt-Am12 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 27 }

.1.3.6.1.4.1.25506.3.1.9.3.28
hh3cevtModuleRt-Am6 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 28 }

.1.3.6.1.4.1.25506.3.1.9.3.29
hh3cevtModuleRt-Ndec OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 29 }

.1.3.6.1.4.1.25506.3.1.9.3.30
hh3cevtModuleRt-Newsa2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 30 }

.1.3.6.1.4.1.25506.3.1.9.3.31
hh3cevtModuleRt-Aux OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 31 }

.1.3.6.1.4.1.25506.3.1.9.3.32
hh3cevtModuleRt-Console OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 32 }

.1.3.6.1.4.1.25506.3.1.9.3.33
hh3cevtModuleRt-Sic-wan OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 33 }

.1.3.6.1.4.1.25506.3.1.9.3.34
hh3cevtModuleRt-Sic-1fe OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 34 }

.1.3.6.1.4.1.25506.3.1.9.3.35
hh3cevtModuleRt-Sic-1sa OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 35 }

.1.3.6.1.4.1.25506.3.1.9.3.36
hh3cevtModuleRt-Sic-3as OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 36 }

.1.3.6.1.4.1.25506.3.1.9.3.37
hh3cevtModuleRt-Sic-1e1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 37 }

.1.3.6.1.4.1.25506.3.1.9.3.38
hh3cevtModuleRt-Sic-1t1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 38 }

.1.3.6.1.4.1.25506.3.1.9.3.39
hh3cevtModuleRt-Sic-1bu OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 39 }

.1.3.6.1.4.1.25506.3.1.9.3.40
hh3cevtModuleRt-Sic-2bu OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 40 }

.1.3.6.1.4.1.25506.3.1.9.3.41
hh3cevtModuleRt-Sic-1bs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 41 }

.1.3.6.1.4.1.25506.3.1.9.3.42
hh3cevtModuleRt-Sic-2bs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 42 }

.1.3.6.1.4.1.25506.3.1.9.3.43
hh3cevtModuleRt-Sic-1am OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 43 }

.1.3.6.1.4.1.25506.3.1.9.3.44
hh3cevtModuleRt-Sic-2am OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 44 }

.1.3.6.1.4.1.25506.3.1.9.3.45
hh3cevtModuleRt-Sic-1em OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 45 }

.1.3.6.1.4.1.25506.3.1.9.3.46
hh3cevtModuleRt-Sic-2em OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 46 }

.1.3.6.1.4.1.25506.3.1.9.3.47
hh3cevtModuleRt-Sic-1fxs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 47 }

.1.3.6.1.4.1.25506.3.1.9.3.48
hh3cevtModuleRt-Sic-2fxs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 48 }

.1.3.6.1.4.1.25506.3.1.9.3.49
hh3cevtModuleRt-Sic-1fxo OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 49 }

.1.3.6.1.4.1.25506.3.1.9.3.50
hh3cevtModuleRt-Sic-2fxo OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 50 }

.1.3.6.1.4.1.25506.3.1.9.3.51
hh3cevtModuleRt-Fcm6 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 51 }

.1.3.6.1.4.1.25506.3.1.9.3.52
hh3cevtModuleRt-Sa8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 52 }

.1.3.6.1.4.1.25506.3.1.9.3.53
hh3cevtModuleRt-T11 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 53 }

.1.3.6.1.4.1.25506.3.1.9.3.54
hh3cevtModuleRt-T12 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 54 }

.1.3.6.1.4.1.25506.3.1.9.3.55
hh3cevtModuleRt-T14 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 55 }

.1.3.6.1.4.1.25506.3.1.9.3.56
hh3cevtModuleRt-T1vi OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 56 }

.1.3.6.1.4.1.25506.3.1.9.3.57
hh3cevtModuleRt-Fcm4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 57 }

.1.3.6.1.4.1.25506.3.1.9.3.58
hh3cevtModuleRt-Fcm2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 58 }

.1.3.6.1.4.1.25506.3.1.9.3.59
hh3cevtModuleRt-Rtb21ce3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 59 }

.1.3.6.1.4.1.25506.3.1.9.3.60
hh3cevtModuleRt-Ame6 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 60 }

.1.3.6.1.4.1.25506.3.1.9.3.61
hh3cevtModuleRt-Ame12 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 61 }

.1.3.6.1.4.1.25506.3.1.9.3.65
hh3cevtModuleRt-E11-f OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 65 }

.1.3.6.1.4.1.25506.3.1.9.3.66
hh3cevtModuleRt-E12-f OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 66 }

.1.3.6.1.4.1.25506.3.1.9.3.67
hh3cevtModuleRt-E14-f OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 67 }

.1.3.6.1.4.1.25506.3.1.9.3.68
hh3cevtModuleRt-T11-f OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 68 }

.1.3.6.1.4.1.25506.3.1.9.3.69
hh3cevtModuleRt-T12-f OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 69 }

.1.3.6.1.4.1.25506.3.1.9.3.70
hh3cevtModuleRt-T14-f OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 70 }

.1.3.6.1.4.1.25506.3.1.9.3.71
hh3cevtModuleRt-E11-f-17 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 71 }

.1.3.6.1.4.1.25506.3.1.9.3.72
hh3cevtModuleRt-T11-f-17 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 72 }

.1.3.6.1.4.1.25506.3.1.9.3.73
hh3cevtModuleRt-Rtb21ct3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 73 }

.1.3.6.1.4.1.25506.3.1.9.3.74
hh3cevtModuleRt-Atmadsl1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 74 }

.1.3.6.1.4.1.25506.3.1.9.3.75
hh3cevtModuleRt-Atmadsl2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 75 }

.1.3.6.1.4.1.25506.3.1.9.3.76
hh3cevtModuleRt-Atm155m OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 76 }

.1.3.6.1.4.1.25506.3.1.9.3.77
hh3cevtModuleRt-Ase8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 77 }

.1.3.6.1.4.1.25506.3.1.9.3.78
hh3cevtModuleRt-Ase16 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 78 }

.1.3.6.1.4.1.25506.3.1.9.3.79
hh3cevtModuleRt-Sae4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 79 }

.1.3.6.1.4.1.25506.3.1.9.3.80
hh3cevtModuleRt-Sae2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 80 }

.1.3.6.1.4.1.25506.3.1.9.3.90
hh3cevtModuleRt-Atmshdsl1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 90 }

.1.3.6.1.4.1.25506.3.1.9.3.91
hh3cevtModuleRt-Atmshdsl2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 91 }

.1.3.6.1.4.1.25506.3.1.9.3.92
hh3cevtModuleRt-Atmshdsl4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 92 }

.1.3.6.1.4.1.25506.3.1.9.3.93
hh3cevtModuleRt-Atm25m OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 93 }

.1.3.6.1.4.1.25506.3.1.9.3.94
hh3cevtModuleRt-Atme3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 94 }

.1.3.6.1.4.1.25506.3.1.9.3.95
hh3cevtModuleRt-Atmt3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 95 }

.1.3.6.1.4.1.25506.3.1.9.3.96
hh3cevtModuleRt-Xdsl-fec OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 96 }

.1.3.6.1.4.1.25506.3.1.9.3.97
hh3cevtModuleRt-Xdsl-adsl OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 97 }

.1.3.6.1.4.1.25506.3.1.9.3.98
hh3cevtModuleRt-Xdsl-gshdsl OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 98 }

.1.3.6.1.4.1.25506.3.1.9.3.99
hh3cevtModuleRt-Xdsl-bri OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 99 }

.1.3.6.1.4.1.25506.3.1.9.3.100
hh3cevtModuleRt-Xdsl-scc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 100 }

.1.3.6.1.4.1.25506.3.1.9.3.101
hh3cevtModuleRt-Ge1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 101 }

.1.3.6.1.4.1.25506.3.1.9.3.102
hh3cevtModuleRt-Pos155m OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 102 }

.1.3.6.1.4.1.25506.3.1.9.3.103
hh3cevtModuleRt-Cpos OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 103 }

.1.3.6.1.4.1.25506.3.1.9.3.104
hh3cevtModuleRt-Fe1op OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 104 }

.1.3.6.1.4.1.25506.3.1.9.3.105
hh3cevtModuleRt-Sae8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 105 }

.1.3.6.1.4.1.25506.3.1.9.3.106
hh3cevtModuleRt-Atm155m-mm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 106 }

.1.3.6.1.4.1.25506.3.1.9.3.107
hh3cevtModuleRt-Atm155m-sm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 107 }

.1.3.6.1.4.1.25506.3.1.9.3.108
hh3cevtModuleRt-Atm155m-sml OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 108 }

.1.3.6.1.4.1.25506.3.1.9.3.109
hh3cevtModuleRt-Fe1op-sfx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 109 }

.1.3.6.1.4.1.25506.3.1.9.3.110
hh3cevtModuleRt-Fe1op-mfx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 110 }

.1.3.6.1.4.1.25506.3.1.9.3.111
hh3cevtModuleRt-Cpos-t1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 111 }

.1.3.6.1.4.1.25506.3.1.9.3.112
hh3cevtModuleRt-Ge1op OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 112 }

.1.3.6.1.4.1.25506.3.1.9.3.113
hh3cevtModuleRt-Ge2op OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 113 }

.1.3.6.1.4.1.25506.3.1.9.3.114
hh3cevtModuleRt-Ge2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 114 }

.1.3.6.1.4.1.25506.3.1.9.3.115
hh3cevtModuleRt-Fix-1wan OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 115 }

.1.3.6.1.4.1.25506.3.1.9.3.116
hh3cevtModuleRt-Fix-1sae OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 116 }

.1.3.6.1.4.1.25506.3.1.9.3.117
hh3cevtModuleRt-Cavium OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 117 }

.1.3.6.1.4.1.25506.3.1.9.3.118
hh3cevtModuleRt-Sic1Eth OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 118 }

.1.3.6.1.4.1.25506.3.1.9.3.119
hh3cevtModuleRt-atm1ADSLI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 119 }

.1.3.6.1.4.1.25506.3.1.9.3.120
hh3cevtModuleRt-atm2ADSLI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 120 }

.1.3.6.1.4.1.25506.3.1.9.3.121
hh3cevtModuleRt-fix-e11 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 121 }

.1.3.6.1.4.1.25506.3.1.9.3.122
hh3cevtModuleRt-fix-t11 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 122 }

.1.3.6.1.4.1.25506.3.1.9.3.123
hh3cevtModuleRt-e18-75 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 123 }

.1.3.6.1.4.1.25506.3.1.9.3.124
hh3cevtModuleRt-e18-120 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 124 }

.1.3.6.1.4.1.25506.3.1.9.3.125
hh3cevtModuleRt-t18 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 125 }

.1.3.6.1.4.1.25506.3.1.9.3.126
hh3cevtModuleRt-sic-1vifxs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 126 }

.1.3.6.1.4.1.25506.3.1.9.3.127
hh3cevtModuleRt-sic-1vifxo OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 127 }

.1.3.6.1.4.1.25506.3.1.9.3.128
hh3cevtModuleRt-sic-2vifxs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 128 }

.1.3.6.1.4.1.25506.3.1.9.3.129
hh3cevtModuleRt-sic-2vifxo OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 129 }

.1.3.6.1.4.1.25506.3.1.9.3.130
hh3cevtModuleRt-xdsl-fec-new OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 130 }

.1.3.6.1.4.1.25506.3.1.9.3.131
hh3cevtModuleRt-xdsl-sa OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 131 }

.1.3.6.1.4.1.25506.3.1.9.3.132
hh3cevtModuleRt-bs4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 132 }

.1.3.6.1.4.1.25506.3.1.9.3.133
hh3cevtModuleRt-ima-8e175 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 133 }

.1.3.6.1.4.1.25506.3.1.9.3.134
hh3cevtModuleRt-ima-8e1120 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 134 }

.1.3.6.1.4.1.25506.3.1.9.3.135
hh3cevtModuleRt-ima-4e175 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 135 }

.1.3.6.1.4.1.25506.3.1.9.3.136
hh3cevtModuleRt-ima-4e1120 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 136 }

.1.3.6.1.4.1.25506.3.1.9.3.137
hh3cevtModuleRt-ima-8t1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 137 }

.1.3.6.1.4.1.25506.3.1.9.3.138
hh3cevtModuleRt-ima-4t1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 138 }

.1.3.6.1.4.1.25506.3.1.9.3.139
hh3cevtModuleRt-sic-1t1f OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 139 }

.1.3.6.1.4.1.25506.3.1.9.3.140
hh3cevtModuleRT-SIC-1E1F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 140 }

.1.3.6.1.4.1.25506.3.1.9.3.141
hh3cevtModuleRt-VG-16fxs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 141 }

.1.3.6.1.4.1.25506.3.1.9.3.142
hh3cevtModuleRt-VG-32fxs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 142 }

.1.3.6.1.4.1.25506.3.1.9.3.143
hh3cevtModuleRt-VG-8fxo OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 143 }

.1.3.6.1.4.1.25506.3.1.9.3.144
hh3cevtModuleRt-VG-2fe OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 144 }

.1.3.6.1.4.1.25506.3.1.9.3.145
hh3cevtModuleRt-sib OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 145 }

.1.3.6.1.4.1.25506.3.1.9.3.146
hh3cevtModuleRt-cie32 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 146 }

.1.3.6.1.4.1.25506.3.1.9.3.147
hh3cevtModuleRt-cie64 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 147 }

.1.3.6.1.4.1.25506.3.1.9.3.148
hh3cevtModuleRt-cie96 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 148 }

.1.3.6.1.4.1.25506.3.1.9.3.149
hh3cevtModuleRt-Fe4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 149 }

.1.3.6.1.4.1.25506.3.1.9.3.150
hh3cevtModuleRt-fxs4fxo1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 150 }

.1.3.6.1.4.1.25506.3.1.9.3.151
hh3cevtModuleRt-atm1shdsl4wire OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 151 }

.1.3.6.1.4.1.25506.3.1.9.3.152
hh3cevtModuleRt-atmIma4shdsl OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 152 }

.1.3.6.1.4.1.25506.3.1.9.3.153
hh3cevtModuleRt-ls4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 153 }

.1.3.6.1.4.1.25506.3.1.9.3.154
hh3cevtModuleRt-ls8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 154 }

.1.3.6.1.4.1.25506.3.1.9.3.155
hh3cevtModuleRt-ls16 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 155 }

.1.3.6.1.4.1.25506.3.1.9.3.156
hh3cevtModuleRt-sic-adls2plus-isdn OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 156 }

.1.3.6.1.4.1.25506.3.1.9.3.157
hh3cevtModuleRt-sic-adls2plus-pots OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 157 }

.1.3.6.1.4.1.25506.3.1.9.3.158
hh3cevtModuleRt-ft3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 158 }

.1.3.6.1.4.1.25506.3.1.9.3.159
hh3cevtModuleRt-ce32 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 159 }

.1.3.6.1.4.1.25506.3.1.9.3.160
hh3cevtModuleRt-bsv2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 160 }

.1.3.6.1.4.1.25506.3.1.9.3.161
hh3cevtModuleRt-bsv4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 161 }

.1.3.6.1.4.1.25506.3.1.9.3.162
hh3cevtModuleRt-RPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 162 }

.1.3.6.1.4.1.25506.3.1.9.3.163
hh3cevtModuleRt-ERPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 163 }

.1.3.6.1.4.1.25506.3.1.9.3.164
hh3cevtModuleRt-SSL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 164 }

.1.3.6.1.4.1.25506.3.1.9.3.165
hh3cevtModuleRt-NSA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 165 }

.1.3.6.1.4.1.25506.3.1.9.3.200
hh3cevtModuleRT-SIC-1GEC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 200 }

.1.3.6.1.4.1.25506.3.1.9.3.201
hh3cevtModuleRT-24FSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 201 }

.1.3.6.1.4.1.25506.3.1.9.3.202
hh3cevtModuleRT-24FSWP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 202 }

.1.3.6.1.4.1.25506.3.1.9.3.203
hh3cevtModuleRT-16FSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 203 }

.1.3.6.1.4.1.25506.3.1.9.3.204
hh3cevtModuleRT-16FSWP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 204 }

.1.3.6.1.4.1.25506.3.1.9.3.205
hh3cevtModuleRT-1VE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 205 }

.1.3.6.1.4.1.25506.3.1.9.3.206
hh3cevtModuleRT-1VT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 206 }

.1.3.6.1.4.1.25506.3.1.9.3.207
hh3cevtModuleRT-2VE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 207 }

.1.3.6.1.4.1.25506.3.1.9.3.208
hh3cevtModuleRT-2VT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 208 }

.1.3.6.1.4.1.25506.3.1.9.3.209
hh3cevtModuleRT-SIC-4FSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 209 }

.1.3.6.1.4.1.25506.3.1.9.3.210
hh3cevtModuleRT-SIC-4FSWP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 210 }

.1.3.6.1.4.1.25506.3.1.9.3.211
hh3cevtModuleRT-DSIC-9FSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 211 }

.1.3.6.1.4.1.25506.3.1.9.3.212
hh3cevtModuleRT-DSIC-9FSWP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 212 }

.1.3.6.1.4.1.25506.3.1.9.3.213
hh3cevtModuleRT-SIC-1VE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 213 }

.1.3.6.1.4.1.25506.3.1.9.3.214
hh3cevtModuleRT-SIC-1VT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 214 }

.1.3.6.1.4.1.25506.3.1.9.3.215
hh3cevtModuleRT-VCPM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 215 }

.1.3.6.1.4.1.25506.3.1.9.3.216
hh3cevtModuleRT-VPM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 216 }

.1.3.6.1.4.1.25506.3.1.9.3.217
hh3cevtModuleRT-VPMA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 217 }

.1.3.6.1.4.1.25506.3.1.9.3.218
hh3cevtModuleRT-VPMB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 218 }

.1.3.6.1.4.1.25506.3.1.9.3.219
hh3cevtModuleRT-VPMC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 219 }

.1.3.6.1.4.1.25506.3.1.9.3.220
hh3cevtModuleRt-fe18-75 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 220 }

.1.3.6.1.4.1.25506.3.1.9.3.221
hh3cevtModuleRt-fe18-120 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 221 }

.1.3.6.1.4.1.25506.3.1.9.3.222
hh3cevtModuleRt-ft18 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 222 }

.1.3.6.1.4.1.25506.3.1.9.3.223
hh3cevtModuleRt-CF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 223 }

.1.3.6.1.4.1.25506.3.1.9.3.224
hh3cevtModuleRt-bsv2-v2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 224 }

.1.3.6.1.4.1.25506.3.1.9.3.225
hh3cevtModuleRt-e1vi1-v2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 225 }

.1.3.6.1.4.1.25506.3.1.9.3.226
hh3cevtModuleRt-e1vi2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 226 }

.1.3.6.1.4.1.25506.3.1.9.3.227
hh3cevtModuleRt-t1vi1-v2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 227 }

.1.3.6.1.4.1.25506.3.1.9.3.228
hh3cevtModuleRt-t1vi2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 228 }

.1.3.6.1.4.1.25506.3.1.9.3.229
hh3cevtModuleRt-osm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 229 }

.1.3.6.1.4.1.25506.3.1.9.3.230
hh3cevtModuleRt-sd707 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 230 }

.1.3.6.1.4.1.25506.3.1.9.3.231
hh3cevtModuleRt-dm-epri OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 231 }

.1.3.6.1.4.1.25506.3.1.9.3.232
hh3cevtModuleRt-dm-tpri OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 232 }

.1.3.6.1.4.1.25506.3.1.9.3.233
hh3cevtModuleRt-ERPU-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 233 }

.1.3.6.1.4.1.25506.3.1.9.3.234
hh3cevtModuleRT-SIC-1BSV OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 234 }

.1.3.6.1.4.1.25506.3.1.9.3.235
hh3cevtModuleRT-SIC-2BSV OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 235 }

.1.3.6.1.4.1.25506.3.1.9.3.236
hh3cevtModuleRt-gbe8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 236 }

.1.3.6.1.4.1.25506.3.1.9.3.237
hh3cevtModuleRt-gbe4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 237 }

.1.3.6.1.4.1.25506.3.1.9.3.238
hh3cevtModuleRt-cpos2-v2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 238 }

.1.3.6.1.4.1.25506.3.1.9.3.239
hh3cevtModuleRt-cpos1-v2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 239 }

.1.3.6.1.4.1.25506.3.1.9.3.240
hh3cevtModuleRt-oap OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 240 }

.1.3.6.1.4.1.25506.3.1.9.3.241
hh3cevtModuleRT-48FSWP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 241 }

.1.3.6.1.4.1.25506.3.1.9.3.242
hh3cevtModuleRT-48FSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 242 }

.1.3.6.1.4.1.25506.3.1.9.3.243
hh3cevtModuleRT-ASM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 243 }

.1.3.6.1.4.1.25506.3.1.9.3.244
hh3cevtModuleRT-SIC-1FEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 244 }

.1.3.6.1.4.1.25506.3.1.9.3.245
hh3cevtModuleRT-XMIM-24FSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 245 }

.1.3.6.1.4.1.25506.3.1.9.3.246
hh3cevtModuleRT-WLAN-AG-1RADIO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 246 }

.1.3.6.1.4.1.25506.3.1.9.3.247
hh3cevtModuleRT-1CE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 247 }

.1.3.6.1.4.1.25506.3.1.9.3.248
hh3cevtModuleRT-XMIM-16FSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 248 }

.1.3.6.1.4.1.25506.3.1.9.3.249
hh3cevtModuleRT-OAPS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 249 }

.1.3.6.1.4.1.25506.3.1.9.3.250
hh3cevtModuleRT-NAM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 250 }

.1.3.6.1.4.1.25506.3.1.9.3.251
hh3cevtModuleRT-RPE-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 251 }

.1.3.6.1.4.1.25506.3.1.9.3.252
hh3cevtModuleRT-FIP-100 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 252 }

.1.3.6.1.4.1.25506.3.1.9.3.253
hh3cevtModuleRT-FIP-200 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 253 }

.1.3.6.1.4.1.25506.3.1.9.3.254
hh3cevtModuleRT-SIC-8AS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 254 }

.1.3.6.1.4.1.25506.3.1.9.3.255
hh3cevtModuleRT-WAAM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 255 }

.1.3.6.1.4.1.25506.3.1.9.3.256
hh3cevtModuleRt-msp4p-OC3c OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 256 }

.1.3.6.1.4.1.25506.3.1.9.3.257
hh3cevtModuleRt-1pos-oc48 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 257 }

.1.3.6.1.4.1.25506.3.1.9.3.258
hh3cevtModuleRt-xgbe OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 258 }

.1.3.6.1.4.1.25506.3.1.9.3.259
hh3cevtModuleRT-EADM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 259 }

.1.3.6.1.4.1.25506.3.1.9.3.260
hh3cevtModuleRT-VCM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 260 }

.1.3.6.1.4.1.25506.3.1.9.3.261
hh3cevtModuleRT-SIC-2FXS1FXO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 261 }

.1.3.6.1.4.1.25506.3.1.9.3.262
hh3cevtModuleRT-8FXS8FXO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 262 }

.1.3.6.1.4.1.25506.3.1.9.3.263
hh3cevtModuleRT-16FXS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 263 }

.1.3.6.1.4.1.25506.3.1.9.3.264
hh3cevtModuleRT-OAPS-ICM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 264 }

.1.3.6.1.4.1.25506.3.1.9.3.265
hh3cevtModuleRT-OAP-ICM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 265 }

.1.3.6.1.4.1.25506.3.1.9.3.266
hh3cevtModuleRT-8fe OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 266 }

.1.3.6.1.4.1.25506.3.1.9.3.267
hh3cevtModuleRT-4gbp OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 267 }

.1.3.6.1.4.1.25506.3.1.9.3.268
hh3cevtModuleRT-MPU-G2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 268 }

.1.3.6.1.4.1.25506.3.1.9.3.269
hh3cevtModuleRT-OAPS-OCE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 269 }

.1.3.6.1.4.1.25506.3.1.9.3.270
hh3cevtModuleRT-OAP-OCE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 270 }

.1.3.6.1.4.1.25506.3.1.9.3.271
hh3cevtModuleRT-OAPS-ICE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 271 }

.1.3.6.1.4.1.25506.3.1.9.3.272
hh3cevtModuleRT-OAP-ICE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 272 }

.1.3.6.1.4.1.25506.3.1.9.3.273
hh3cevtModuleRT-SIC-16AS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 273 }

.1.3.6.1.4.1.25506.3.1.9.3.274
hh3cevtModuleRT-SPE-FWM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 274 }

.1.3.6.1.4.1.25506.3.1.9.3.275
hh3cevtModuleRT-cls2p OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 275 }

.1.3.6.1.4.1.25506.3.1.9.3.276
hh3cevtModuleRT-cls1p OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 276 }

.1.3.6.1.4.1.25506.3.1.9.3.277
hh3cevtModuleRT-SIC-2E1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 277 }

.1.3.6.1.4.1.25506.3.1.9.3.278
hh3cevtModuleRT-SIC-1E1-F-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 278 }

.1.3.6.1.4.1.25506.3.1.9.3.279
hh3cevtModuleRT-MCU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 279 }

.1.3.6.1.4.1.25506.3.1.9.3.280
hh3cevtModuleRT-ACU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 280 }

.1.3.6.1.4.1.25506.3.1.9.3.281
hh3cevtModuleRT-1ATM-OC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 281 }

.1.3.6.1.4.1.25506.3.1.9.3.282
hh3cevtModuleRT-RSE-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 282 }

.1.3.6.1.4.1.25506.3.1.9.3.283
hh3cevtModuleRT-FIP-210 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 283 }

.1.3.6.1.4.1.25506.3.1.9.3.284
hh3cevtModuleRT-1expa OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 284 }

.1.3.6.1.4.1.25506.3.1.9.3.285
hh3cevtModuleRT-WLAN-SIC-N-1RADIO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 285 }

.1.3.6.1.4.1.25506.3.1.9.3.286
hh3cevtModuleRT-WLAN-SIC-BG-1RADIO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 286 }

.1.3.6.1.4.1.25506.3.1.9.3.287
hh3cevtModuleRT-al2p OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 287 }

.1.3.6.1.4.1.25506.3.1.9.3.288
hh3cevtModuleRT-msp2p-OC3c OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 288 }

.1.3.6.1.4.1.25506.3.1.9.3.289
hh3cevtModuleRT-8gbp OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 289 }

.1.3.6.1.4.1.25506.3.1.9.3.290
hh3cevtModuleRT-SIC-EPON OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 290 }

.1.3.6.1.4.1.25506.3.1.9.3.291
hh3cevtModuleRT-SIC-3G-GSM-H3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 291 }

.1.3.6.1.4.1.25506.3.1.9.3.292
hh3cevtModuleRT-msp2p-OC12c OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 292 }

.1.3.6.1.4.1.25506.3.1.9.3.293
hh3cevtModuleRt-msp4p-OC12c OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 293 }

.1.3.6.1.4.1.25506.3.1.9.3.294
hh3cevtModuleRt-al1p OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 294 }

.1.3.6.1.4.1.25506.3.1.9.3.295
hh3cevtModuleRt-OAP-100 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 295 }

.1.3.6.1.4.1.25506.3.1.9.3.296
hh3cevtModuleRt-FIP-110 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 296 }

.1.3.6.1.4.1.25506.3.1.9.3.297
hh3cevtModuleRt-OSM-SSM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 297 }

.1.3.6.1.4.1.25506.3.1.9.3.298
hh3cevtModuleRt-OAP-SSM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 298 }

.1.3.6.1.4.1.25506.3.1.9.3.299
hh3cevtModuleRt-rs2p OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 299 }

.1.3.6.1.4.1.25506.3.1.9.3.300
hh3cevtModuleRt-SAP-48GBE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 300 }

.1.3.6.1.4.1.25506.3.1.9.3.301
hh3cevtModuleRt-SAP-48GBP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 301 }

.1.3.6.1.4.1.25506.3.1.9.3.302
hh3cevtModuleRt-SAP-24GBP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 302 }

.1.3.6.1.4.1.25506.3.1.9.3.303
hh3cevtModuleRt-SPE-SSL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 303 }

.1.3.6.1.4.1.25506.3.1.9.3.304
hh3cevtModuleRt-SIC-AUDIO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 304 }

.1.3.6.1.4.1.25506.3.1.9.3.305
hh3cevtModuleRt-FIC-1E1POS-H3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 305 }

.1.3.6.1.4.1.25506.3.1.9.3.306
hh3cevtModuleRt-DSIC-4FXS1FXO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 306 }

.1.3.6.1.4.1.25506.3.1.9.3.307
hh3cevtModuleRt-FIC-CPOS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 307 }

.1.3.6.1.4.1.25506.3.1.9.3.308
hh3cevtModuleRt-DSIC-1SHDSL-8W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 308 }

.1.3.6.1.4.1.25506.3.1.9.3.309
hh3cevtModuleRt-SIC-3G-TD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 309 }

.1.3.6.1.4.1.25506.3.1.9.3.310
hh3cevtModuleRt-SIC-3G-CDMA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 310 }

.1.3.6.1.4.1.25506.3.1.9.3.311
hh3cevtModuleRt-SIC-3G-HSPA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 311 }

.1.3.6.1.4.1.25506.3.1.9.3.312
hh3cevtModuleRt-FIC-OAP-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 312 }

.1.3.6.1.4.1.25506.3.1.9.3.313
hh3cevtModuleRt-MIM-OAP-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 313 }

.1.3.6.1.4.1.25506.3.1.9.3.314
hh3cevtModuleRt-MIM-OAPS-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 314 }

.1.3.6.1.4.1.25506.3.1.9.3.315
hh3cevtModuleRt-HMIM-1CT3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 315 }

.1.3.6.1.4.1.25506.3.1.9.3.316
hh3cevtModuleRt-HMIM-1CE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 316 }

.1.3.6.1.4.1.25506.3.1.9.3.317
hh3cevtModuleRt-HMIM-1POS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 317 }

.1.3.6.1.4.1.25506.3.1.9.3.318
hh3cevtModuleRt-HMIM-2SAE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 318 }

.1.3.6.1.4.1.25506.3.1.9.3.319
hh3cevtModuleRt-HMIM-4SAE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 319 }

.1.3.6.1.4.1.25506.3.1.9.3.320
hh3cevtModuleRt-HMIM-8SAE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 320 }

.1.3.6.1.4.1.25506.3.1.9.3.321
hh3cevtModuleRt-HMIM-8ASE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 321 }

.1.3.6.1.4.1.25506.3.1.9.3.322
hh3cevtModuleRt-HMIM-16ASE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 322 }

.1.3.6.1.4.1.25506.3.1.9.3.323
hh3cevtModuleRt-HMIM-1E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 323 }

.1.3.6.1.4.1.25506.3.1.9.3.324
hh3cevtModuleRt-HMIM-2E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 324 }

.1.3.6.1.4.1.25506.3.1.9.3.325
hh3cevtModuleRt-HMIM-4E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 325 }

.1.3.6.1.4.1.25506.3.1.9.3.326
hh3cevtModuleRt-HMIM-8E1-75 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 326 }

.1.3.6.1.4.1.25506.3.1.9.3.327
hh3cevtModuleRt-HMIM-1E1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 327 }

.1.3.6.1.4.1.25506.3.1.9.3.328
hh3cevtModuleRt-HMIM-2E1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 328 }

.1.3.6.1.4.1.25506.3.1.9.3.329
hh3cevtModuleRt-HMIM-4E1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 329 }

.1.3.6.1.4.1.25506.3.1.9.3.330
hh3cevtModuleRt-HMIM-8E1-F-75 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 330 }

.1.3.6.1.4.1.25506.3.1.9.3.331
hh3cevtModuleRt-HMIM-6AM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 331 }

.1.3.6.1.4.1.25506.3.1.9.3.332
hh3cevtModuleRt-HMIM-6FCM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 332 }

.1.3.6.1.4.1.25506.3.1.9.3.333
hh3cevtModuleRt-HMIM-2T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 333 }

.1.3.6.1.4.1.25506.3.1.9.3.334
hh3cevtModuleRt-HMIM-4T1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 334 }

.1.3.6.1.4.1.25506.3.1.9.3.335
hh3cevtModuleRt-HMIM-8T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 335 }

.1.3.6.1.4.1.25506.3.1.9.3.336
hh3cevtModuleRt-HMIM-8T1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 336 }

.1.3.6.1.4.1.25506.3.1.9.3.337
hh3cevtModuleRt-HMIM-1VE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 337 }

.1.3.6.1.4.1.25506.3.1.9.3.338
hh3cevtModuleRt-HMIM-1VT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 338 }

.1.3.6.1.4.1.25506.3.1.9.3.339
hh3cevtModuleRt-HMIM-2VE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 339 }

.1.3.6.1.4.1.25506.3.1.9.3.340
hh3cevtModuleRt-HMIM-2VT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 340 }

.1.3.6.1.4.1.25506.3.1.9.3.341
hh3cevtModuleRt-HMIM-8FXS8FXO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 341 }

.1.3.6.1.4.1.25506.3.1.9.3.342
hh3cevtModuleRt-HMIM-16FXS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 342 }

.1.3.6.1.4.1.25506.3.1.9.3.343
hh3cevtModuleRt-HMIM-4FXS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 343 }

.1.3.6.1.4.1.25506.3.1.9.3.344
hh3cevtModuleRt-HMIM-4FXO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 344 }

.1.3.6.1.4.1.25506.3.1.9.3.345
hh3cevtModuleRt-HMIM-4EM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 345 }

.1.3.6.1.4.1.25506.3.1.9.3.346
hh3cevtModuleRt-HMIM-4BSV OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 346 }

.1.3.6.1.4.1.25506.3.1.9.3.347
hh3cevtModuleRt-SIC-CNDE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 347 }

.1.3.6.1.4.1.25506.3.1.9.3.348
hh3cevtModuleRt-ESM-CNDE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 348 }

.1.3.6.1.4.1.25506.3.1.9.3.349
hh3cevtModuleRt-ESM-CNDE-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 349 }

.1.3.6.1.4.1.25506.3.1.9.3.350
hh3cevtModuleRt-SR6602-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 350 }

.1.3.6.1.4.1.25506.3.1.9.3.351
hh3cevtModuleRt-SR6602-X2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 351 }

.1.3.6.1.4.1.25506.3.1.9.3.352
hh3cevtModuleRt-MCP-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 352 }

.1.3.6.1.4.1.25506.3.1.9.3.353
hh3cevtModuleRt-MCP-X2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 353 }

.1.3.6.1.4.1.25506.3.1.9.3.354
hh3cevtModuleRt-FIP-10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 354 }

.1.3.6.1.4.1.25506.3.1.9.3.355
hh3cevtModuleRt-FIP-20 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 355 }

.1.3.6.1.4.1.25506.3.1.9.3.356
hh3cevtModuleRt-RSE-X2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 356 }

.1.3.6.1.4.1.25506.3.1.9.3.357
hh3cevtModuleRt-FIP-600 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 357 }

.1.3.6.1.4.1.25506.3.1.9.3.358
hh3cevtModuleRt-SAP-4EXP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 358 }

.1.3.6.1.4.1.25506.3.1.9.3.359
hh3cevtModuleRt-SFE-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 359 }

.1.3.6.1.4.1.25506.3.1.9.3.360
hh3cevtModuleRt-SFE-A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 360 }

.1.3.6.1.4.1.25506.3.1.9.3.361
hh3cevtModuleRt-HMIM-24GSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 361 }

.1.3.6.1.4.1.25506.3.1.9.3.362
hh3cevtModuleRt-HMIM-24GSWP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 362 }

.1.3.6.1.4.1.25506.3.1.9.3.363
hh3cevtModuleRt-MPU100 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 363 }

.1.3.6.1.4.1.25506.3.1.9.3.364
hh3cevtModuleRt-SPU100 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 364 }

.1.3.6.1.4.1.25506.3.1.9.3.365
hh3cevtModuleRt-SPU200 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 365 }

.1.3.6.1.4.1.25506.3.1.9.3.366
hh3cevtModuleRt-WLAN-N-1RADIO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 366 }

.1.3.6.1.4.1.25506.3.1.9.3.367
hh3cevtModuleRt-3G-CDMA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 367 }

.1.3.6.1.4.1.25506.3.1.9.3.368
hh3cevtModuleRt-3G-WCDMA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 368 }

.1.3.6.1.4.1.25506.3.1.9.3.369
hh3cevtModuleRt-3G-HSPAPLUS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 369 }

.1.3.6.1.4.1.25506.3.1.9.3.370
hh3cevtModuleRt-VPM-128 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 370 }

.1.3.6.1.4.1.25506.3.1.9.3.371
hh3cevtModuleRt-VPM-256 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 371 }

.1.3.6.1.4.1.25506.3.1.9.3.372
hh3cevtModuleRt-VPM-512 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 372 }

.1.3.6.1.4.1.25506.3.1.9.3.373
hh3cevtModuleRt-HMIM-8GEE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 373 }

.1.3.6.1.4.1.25506.3.1.9.3.374
hh3cevtModuleRt-HMIM-4GEE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 374 }

.1.3.6.1.4.1.25506.3.1.9.3.375
hh3cevtModuleRt-HMIM-2GEE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 375 }

.1.3.6.1.4.1.25506.3.1.9.3.376
hh3cevtModuleRt-HMIM-8GEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 376 }

.1.3.6.1.4.1.25506.3.1.9.3.377
hh3cevtModuleRt-HMIM-4GEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 377 }

.1.3.6.1.4.1.25506.3.1.9.3.378
hh3cevtModuleRt-HMIM-2GEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 378 }

.1.3.6.1.4.1.25506.3.1.9.3.379
hh3cevtModuleRt-SPU300 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 379 }

.1.3.6.1.4.1.25506.3.1.9.3.380
hh3cevtModuleRt-HMIM-1CPOS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 380 }

.1.3.6.1.4.1.25506.3.1.9.3.381
hh3cevtModuleRt-HMIM-2CPOS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 381 }

.1.3.6.1.4.1.25506.3.1.9.3.382
hh3cevtModuleRt-SPU100-5080 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 382 }

.1.3.6.1.4.1.25506.3.1.9.3.383
hh3cevtModuleRt-SPU200-5080 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 383 }

.1.3.6.1.4.1.25506.3.1.9.3.384
hh3cevtModuleRt-SPU300-5080 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 384 }

.1.3.6.1.4.1.25506.3.1.9.3.385
hh3cevtModuleRt-4G-LTE-Verizon OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 385 }

.1.3.6.1.4.1.25506.3.1.9.3.386
hh3cevtModuleRt-4G-LTE-Global OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 386 }

.1.3.6.1.4.1.25506.3.1.9.3.387
hh3cevtModuleRt-HMIM-1ATM-OC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 387 }

.1.3.6.1.4.1.25506.3.1.9.3.388
hh3cevtModuleRt-SIC-1E1-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 388 }

.1.3.6.1.4.1.25506.3.1.9.3.389
hh3cevtModuleRt-FIP-300 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 389 }

.1.3.6.1.4.1.25506.3.1.9.3.390
hh3cevtModuleRt-FIP-310 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 390 }

.1.3.6.1.4.1.25506.3.1.9.3.391
hh3cevtModuleRt-TS8P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 391 }

.1.3.6.1.4.1.25506.3.1.9.3.392
hh3cevtModuleRt-4G4P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 392 }

.1.3.6.1.4.1.25506.3.1.9.3.393
hh3cevtModuleRt-SIC-4G-LTE-V OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 393 }

.1.3.6.1.4.1.25506.3.1.9.3.394
hh3cevtModuleRt-SIC-4G-LTE-A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 394 }

.1.3.6.1.4.1.25506.3.1.9.3.395
hh3cevtModuleRt-SIC-4G-LTE-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 395 }

.1.3.6.1.4.1.25506.3.1.9.3.396
hh3cevtModuleRt-SIC-2SAE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 396 }

.1.3.6.1.4.1.25506.3.1.9.3.397
hh3cevtModuleRt-SIC-4SAE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 397 }

.1.3.6.1.4.1.25506.3.1.9.3.398
hh3cevtModuleRt-HMIM-OAP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 398 }

.1.3.6.1.4.1.25506.3.1.9.3.399
hh3cevtModuleRt-HMIM-8GSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 399 }

.1.3.6.1.4.1.25506.3.1.9.3.400
hh3cevtModuleRt-IPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 400 }

.1.3.6.1.4.1.25506.3.1.9.3.401
hh3cevtModuleRt-MIM2GEBE-PCIE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 401 }

.1.3.6.1.4.1.25506.3.1.9.3.402
hh3cevtModuleRt-HIM12GE-PCIE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 402 }

.1.3.6.1.4.1.25506.3.1.9.3.403
hh3cevtModuleRt-HIM2XGE-PCIE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 403 }

.1.3.6.1.4.1.25506.3.1.9.3.404
hh3cevtModuleRt-IPU-T1000-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 404 }

.1.3.6.1.4.1.25506.3.1.9.3.405
hh3cevtModuleRt-IPU-GX4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 405 }

.1.3.6.1.4.1.25506.3.1.9.3.406
hh3cevtModuleRt-IPU-GT4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 406 }

.1.3.6.1.4.1.25506.3.1.9.3.407
hh3cevtModuleRt-RPU-IAG2000-A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 407 }

.1.3.6.1.4.1.25506.3.1.9.3.408
hh3cevtModuleRt-RPU-AFD1000-A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 408 }

.1.3.6.1.4.1.25506.3.1.9.3.409
hh3cevtModuleRt-RPU-F5000-A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 409 }

.1.3.6.1.4.1.25506.3.1.9.3.410
hh3cevtModuleRt-ACG-8800S3-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 410 }

.1.3.6.1.4.1.25506.3.1.9.3.411
hh3cevtModuleRt-T5000S3-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 411 }

.1.3.6.1.4.1.25506.3.1.9.3.412
hh3cevtModuleRt-NS21S2MSPB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 412 }

.1.3.6.1.4.1.25506.3.1.9.3.413
hh3cevtModuleRt-NS11S2MSPB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 413 }

.1.3.6.1.4.1.25506.3.1.9.3.414
hh3cevtModuleRt-NSQ1WLAN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 414 }

.1.3.6.1.4.1.25506.3.1.9.3.415
hh3cevtModuleRt-NSQ1GP4U0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 415 }

.1.3.6.1.4.1.25506.3.1.9.3.416
hh3cevtModuleRt-NSQ1GP8C40 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 416 }

.1.3.6.1.4.1.25506.3.1.9.3.417
hh3cevtModuleRt-NSQ1XS2U0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 417 }

.1.3.6.1.4.1.25506.3.1.9.3.418
hh3cevtModuleRt-NSQ1G24XS60 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 418 }

.1.3.6.1.4.1.25506.3.1.9.3.419
hh3cevtModuleRt-NSQ1TGX4EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 419 }

.1.3.6.1.4.1.25506.3.1.9.3.420
hh3cevtModuleRt-NSQ1FAB08D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 420 }

.1.3.6.1.4.1.25506.3.1.9.3.421
hh3cevtModuleRt-NSQ1TGS32SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 421 }

.1.3.6.1.4.1.25506.3.1.9.3.422
hh3cevtModuleRt-NSQ1QGS4SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 422 }

.1.3.6.1.4.1.25506.3.1.9.3.423
hh3cevtModuleRt-NSQ1GP24TXEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 423 }

.1.3.6.1.4.1.25506.3.1.9.3.424
hh3cevtModuleRt-NSQ1GP48EB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 424 }

.1.3.6.1.4.1.25506.3.1.9.3.425
hh3cevtModuleRt-NSQ1FWCEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 425 }

.1.3.6.1.4.1.25506.3.1.9.3.426
hh3cevtModuleRt-NSQ1GT48EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 426 }

.1.3.6.1.4.1.25506.3.1.9.3.427
hh3cevtModuleRt-NSQ1TGS8EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 427 }

.1.3.6.1.4.1.25506.3.1.9.3.428
hh3cevtModuleRt-NSQ1FAB04B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 428 }

.1.3.6.1.4.1.25506.3.1.9.3.429
hh3cevtModuleRt-NSQ1FAB12D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 429 }

.1.3.6.1.4.1.25506.3.1.9.3.430
hh3cevtModuleRt-NSQ1SUPB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 430 }

.1.3.6.1.4.1.25506.3.1.9.3.431
hh3cevtModuleRt-VFW1000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 431 }

.1.3.6.1.4.1.25506.3.1.9.3.432
hh3cevtModuleRt-NSQ1CGC2SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 432 }

.1.3.6.1.4.1.25506.3.1.9.3.433
hh3cevtModuleRt-VLB1000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 433 }

.1.3.6.1.4.1.25506.3.1.9.3.434
hh3cevtModuleRt-NSQM1GT4PFC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 434 }

.1.3.6.1.4.1.25506.3.1.9.3.435
hh3cevtModuleRt-NSQM1FWDFG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 435 }

.1.3.6.1.4.1.25506.3.1.9.3.436
hh3cevtModuleRt-NSQM1NATDFGA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 436 }

.1.3.6.1.4.1.25506.3.1.9.3.437
hh3cevtModuleRt-NSQM1NATDFGB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 437 }

.1.3.6.1.4.1.25506.3.1.9.3.438
hh3cevtModuleRt-VFW2000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 438 }

.1.3.6.1.4.1.25506.3.1.9.3.439
hh3cevtModuleRt-VLB2000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 439 }

.1.3.6.1.4.1.25506.3.1.9.3.440
hh3cevtModuleRt-NSQM1IPSDFG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 440 }

.1.3.6.1.4.1.25506.3.1.9.3.441
hh3cevtModuleRt-NSQM1FWDFGB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 441 }

.1.3.6.1.4.1.25506.3.1.9.3.442
hh3cevtModuleRt-NSQM1FWDFGC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 442 }

.1.3.6.1.4.1.25506.3.1.9.3.443
hh3cevtModuleRt-NSQM1FWDFGA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 443 }

.1.3.6.1.4.1.25506.3.1.9.3.444
hh3cevtModuleRt-NSQM1FWDFGB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 444 }

.1.3.6.1.4.1.25506.3.1.9.3.445
hh3cevtModuleRt-NSQM1FWDFGC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 445 }

.1.3.6.1.4.1.25506.3.1.9.3.446
hh3cevtModuleRt-NSQM1FWDFGD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 446 }

.1.3.6.1.4.1.25506.3.1.9.3.447
hh3cevtModuleRt-NSQM1SUPC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 447 }

.1.3.6.1.4.1.25506.3.1.9.3.448
hh3cevtModuleRt-NSQM1TG4FBA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 448 }

.1.3.6.1.4.1.25506.3.1.9.3.449
hh3cevtModuleRt-NSQM1GP4FBA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 449 }

.1.3.6.1.4.1.25506.3.1.9.3.450
hh3cevtModuleRt-NSQM2MPUC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 450 }

.1.3.6.1.4.1.25506.3.1.9.3.451
hh3cevtModuleRt-NSQM2TGS16SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 451 }

.1.3.6.1.4.1.25506.3.1.9.3.452
hh3cevtModuleRt-NSQM2QGS4SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 452 }

.1.3.6.1.4.1.25506.3.1.9.3.453
hh3cevtModuleRt-NSQM2GP24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 453 }

.1.3.6.1.4.1.25506.3.1.9.3.454
hh3cevtModuleRt-NSQM2FWDSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 454 }

.1.3.6.1.4.1.25506.3.1.9.3.455
hh3cevtModuleRt-NSQM1ADEDFGA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 455 }

.1.3.6.1.4.1.25506.3.1.9.3.456
hh3cevtModuleRt-NSQM2FWDSCA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 456 }

.1.3.6.1.4.1.25506.3.1.9.3.457
hh3cevtModuleRt-NSQM1TGS32QSSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 457 }

.1.3.6.1.4.1.25506.3.1.9.3.458
hh3cevtModuleRt-NSQM1GT4PFCA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 458 }

.1.3.6.1.4.1.25506.3.1.9.3.459
hh3cevtModuleRt-NSQM1TG8A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 459 }

.1.3.6.1.4.1.25506.3.1.9.3.460
hh3cevtModuleRt-NSQM1QG2A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 460 }

.1.3.6.1.4.1.25506.3.1.9.3.461
hh3cevtModuleRt-NSQM1GT8A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 461 }

.1.3.6.1.4.1.25506.3.1.9.3.462
hh3cevtModuleRt-NSQM1GP8A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 462 }

.1.3.6.1.4.1.25506.3.1.9.3.463
hh3cevtModuleRt-NSQM1MBFE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 463 }

.1.3.6.1.4.1.25506.3.1.9.3.464
hh3cevtModuleRt-NSQM2MBFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 464 }

.1.3.6.1.4.1.25506.3.1.9.3.465
hh3cevtModuleRt-NSQM2QG2TG8GP40 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 465 }

.1.3.6.1.4.1.25506.3.1.9.3.466
hh3cevtModuleRt-NSQM2QG4GP40 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 466 }

.1.3.6.1.4.1.25506.3.1.9.3.467
hh3cevtModuleRt-NSQM2TG16GP40 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 467 }

.1.3.6.1.4.1.25506.3.1.9.3.468
hh3cevtModuleRt-NSQM1CGQ20 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 468 }

.1.3.6.1.4.1.25506.3.1.9.3.469
hh3cevtModuleRt-NSQM2FWDFG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 469 }

.1.3.6.1.4.1.25506.3.1.9.3.470
hh3cevtModuleRt-NSQM2TMPUC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 470 }

.1.3.6.1.4.1.25506.3.1.9.3.471
hh3cevtModuleRt-NSQM2IPSDSCA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 471 }

.1.3.6.1.4.1.25506.3.1.9.3.472
hh3cevtModuleRt-NSQM2AC1400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 472 }

.1.3.6.1.4.1.25506.3.1.9.3.473
hh3cevtModuleRt-NSQM2DC1400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 473 }

.1.3.6.1.4.1.25506.3.1.9.3.474
hh3cevtModuleRt-NSQM1F1KGM0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 474 }

.1.3.6.1.4.1.25506.3.1.9.3.475
hh3cevtModuleRt-NSQM1F1KGM0-context OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 475 }

.1.3.6.1.4.1.25506.3.1.9.3.476
hh3cevtModuleRt-NSQM1F5KGM0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 476 }

.1.3.6.1.4.1.25506.3.1.9.3.477
hh3cevtModuleRt-NSQM1F5KGM0-context OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 477 }

.1.3.6.1.4.1.25506.3.1.9.3.478
hh3cevtModuleRt-NSQM2QG2GP40 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 478 }

.1.3.6.1.4.1.25506.3.1.9.3.479
hh3cevtModuleRt-NSQM2TG8GP40 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 479 }

.1.3.6.1.4.1.25506.3.1.9.3.482
hh3cevtModuleRt-NSQM2ADEDSCA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 482 }

.1.3.6.1.4.1.25506.3.1.9.3.483
hh3cevtModuleRt-NSQM2IPSDSCB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 483 }

.1.3.6.1.4.1.25506.3.1.9.3.484
hh3cevtModuleRt-NSQM1G4XS4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 484 }

.1.3.6.1.4.1.25506.3.1.9.3.485
hh3cevtModuleRt-NSUM1GT4PFCA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 485 }

.1.3.6.1.4.1.25506.3.1.9.3.486
hh3cevtModuleRt-NSUM1TG8A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 486 }

.1.3.6.1.4.1.25506.3.1.9.3.487
hh3cevtModuleRt-NSUM1QG2A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 487 }

.1.3.6.1.4.1.25506.3.1.9.3.488
hh3cevtModuleRt-NSUM1GT8A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 488 }

.1.3.6.1.4.1.25506.3.1.9.3.489
hh3cevtModuleRt-NSUM1GP8A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 489 }

.1.3.6.1.4.1.25506.3.1.9.3.491
hh3cevtModuleRt-NSQM2MPUD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 491 }

.1.3.6.1.4.1.25506.3.1.9.3.492
hh3cevtModuleRt-NSQM1GMDSCA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 492 }

.1.3.6.1.4.1.25506.3.1.9.3.493
hh3cevtModuleRt-NSQM1MPULA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 493 }

.1.3.6.1.4.1.25506.3.1.9.3.494
hh3cevtModuleRt-NSQM1MPULA2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 494 }

.1.3.6.1.4.1.25506.3.1.9.3.495
hh3cevtModuleRt-NSQM1GT8A2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 495 }

.1.3.6.1.4.1.25506.3.1.9.3.496
hh3cevtModuleRt-NSQM1GP4TG4A2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 496 }

.1.3.6.1.4.1.25506.3.1.9.3.497
hh3cevtModuleRt-NSQM1GP2TG6A2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 497 }

.1.3.6.1.4.1.25506.3.1.9.3.498
hh3cevtModuleRt-NSQM1TG4FBA7 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 498 }

.1.3.6.1.4.1.25506.3.1.9.3.499
hh3cevtModuleRt-NSQM1F1KGMB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 499 }

.1.3.6.1.4.1.25506.3.1.9.3.500
hh3cevtModuleRt-NSQM1F1KGMC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 500 }

.1.3.6.1.4.1.25506.3.1.9.3.501
hh3cevtModuleRt-NSQM1F5KGMC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 501 }

.1.3.6.1.4.1.25506.3.1.9.3.502
hh3cevtModuleRt-NSQM5SUP08H0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 502 }

.1.3.6.1.4.1.25506.3.1.9.3.503
hh3cevtModuleRt-NSQM5SUP16C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 503 }

.1.3.6.1.4.1.25506.3.1.9.3.504
hh3cevtModuleRt-NS-FWEMPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 504 }

.1.3.6.1.4.1.25506.3.1.9.3.505
hh3cevtModuleRt-NSQM5MBSHA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 505 }

.1.3.6.1.4.1.25506.3.1.9.3.506
hh3cevtModuleRt-NS-C600-CGQ6A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 506 }

.1.3.6.1.4.1.25506.3.1.9.3.507
hh3cevtModuleRt-NS-C300-CGQ2TG16A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 507 }

.1.3.6.1.4.1.25506.3.1.9.3.508
hh3cevtModuleRt-NS-C300-TG24A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 508 }

.1.3.6.1.4.1.25506.3.1.9.3.509
hh3cevtModuleRt-NS-C300-QG4TG16A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 509 }

.1.3.6.1.4.1.25506.3.1.9.3.510
hh3cevtModuleRt-NSQM5FAB08A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 510 }

.1.3.6.1.4.1.25506.3.1.9.3.511
hh3cevtModuleRt-NSQM5FAB16A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 511 }

.1.3.6.1.4.1.25506.3.1.9.3.512
hh3cevtModuleRt-NSQM5SL16UA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 512 }

.1.3.6.1.4.1.25506.3.1.9.3.513
hh3cevtModuleRt-NSQM5SL16LA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 513 }

.1.3.6.1.4.1.25506.3.1.9.3.514
hh3cevtModuleRt-NSQM2MPU12E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 514 }

.1.3.6.1.4.1.25506.3.1.9.3.515
hh3cevtModuleRt-NSQM2MBFEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 515 }

.1.3.6.1.4.1.25506.3.1.9.3.516
hh3cevtModuleRt-NSQM2AC2500HD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 516 }

.1.3.6.1.4.1.25506.3.1.9.3.517
hh3cevtModuleRt-NSQM2DC2500 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 517 }

.1.3.6.1.4.1.25506.3.1.9.3.518
hh3cevtModuleRt-NSQM1HTIMGMG2A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 518 }

.1.3.6.1.4.1.25506.3.1.9.3.519
hh3cevtModuleRt-NSQM1HTIMGMG2B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 519 }

.1.3.6.1.4.1.25506.3.1.9.3.520
hh3cevtModuleRt-NSQM2V6DSCA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 520 }

.1.3.6.1.4.1.25506.3.1.9.3.521
hh3cevtModuleRt-NSQM1AFC2000GDFGA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 521 }

.1.3.6.1.4.1.25506.3.1.9.3.522
hh3cevtModuleRt-NSQM2AFC2000GDFGA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 522 }

.1.3.6.1.4.1.25506.3.1.9.3.523
hh3cevtModuleRt-NSQM1FWDFGD1-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 523 }

.1.3.6.1.4.1.25506.3.1.9.3.524
hh3cevtModuleRt-NSQM1FAB12D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 524 }

.1.3.6.1.4.1.25506.3.1.9.3.525
hh3cevtModuleRt-NSQM1MBFEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 525 }

.1.3.6.1.4.1.25506.3.1.9.3.526
hh3cevtModuleRt-NSQM2TG16GP40-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 526 }

.1.3.6.1.4.1.25506.3.1.9.3.527
hh3cevtModuleRt-NSQM2QG4GP40-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 527 }

.1.3.6.1.4.1.25506.3.1.9.3.528
hh3cevtModuleRt-NSQM1CGQ20-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 528 }

.1.3.6.1.4.1.25506.3.1.9.3.529
hh3cevtModuleRt-NSQM1TGS32QSSG0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 529 }

.1.3.6.1.4.1.25506.3.1.9.3.530
hh3cevtModuleRt-NSQM1AFC2000GDFGA0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 530 }

.1.3.6.1.4.1.25506.3.1.9.3.531
hh3cevtModuleRt-NSQM5AIASKA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 531 }

.1.3.6.1.4.1.25506.3.1.9.3.532
hh3cevtModuleRt-NSQM1FWEFGA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 532 }

.1.3.6.1.4.1.25506.3.1.9.3.533
hh3cevtModuleRt-NS-ADEEMPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 533 }

.1.3.6.1.4.1.25506.3.1.9.3.534
hh3cevtModuleRt-NSQM2QG2TG8A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 534 }

.1.3.6.1.4.1.25506.3.1.9.3.535
hh3cevtModuleRt-NS-ADEEMPB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 535 }

.1.3.6.1.4.1.25506.3.1.9.3.536
hh3cevtModuleRt-NSQM2TG16A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 536 }

.1.3.6.1.4.1.25506.3.1.9.3.537
hh3cevtModuleRt-NSQM6SUP04A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 537 }

.1.3.6.1.4.1.25506.3.1.9.3.538
hh3cevtModuleRt-NSQM2QG4A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 538 }

.1.3.6.1.4.1.25506.3.1.9.3.539
hh3cevtModuleRt-NSQM1SUPD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 539 }

.1.3.6.1.4.1.25506.3.1.9.3.540
hh3cevtModuleRt-NSQM1FAB08E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 540 }

.1.3.6.1.4.1.25506.3.1.9.3.541
hh3cevtModuleRt-NSQM1CGQ4TG24SHA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 541 }

.1.3.6.1.4.1.25506.3.1.9.3.542
hh3cevtModuleRt-NSQM2MPUF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 542 }

.1.3.6.1.4.1.25506.3.1.9.3.543
hh3cevtModuleRt-NSQM2FWDFGD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 543 }

.1.3.6.1.4.1.25506.3.1.9.3.544
hh3cevtModuleRt-NSQM2MBFDB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 544 }

.1.3.6.1.4.1.25506.3.1.9.3.545
hh3cevtModuleRt-NSQM2QG2TG8GP4B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 545 }

.1.3.6.1.4.1.25506.3.1.9.3.546
hh3cevtModuleRt-NSQM2FAN08B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 546 }

.1.3.6.1.4.1.25506.3.1.9.3.547
hh3cevtModuleRt-NSQM5TSUP08A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 547 }

.1.3.6.1.4.1.25506.3.1.9.3.548
hh3cevtModuleRt-NSQM5TIPSEMPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 548 }

.1.3.6.1.4.1.25506.3.1.9.3.549
hh3cevtModuleRt-NSQM5AIASKB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 549 }

.1.3.6.1.4.1.25506.3.1.9.3.550
hh3cevtModuleRt-NSQM1G4XS4-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 550 }

.1.3.6.1.4.1.25506.3.1.9.3.551
hh3cevtModuleRt-NSQM5TIPSEMPB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 551 }

.1.3.6.1.4.1.25506.3.1.9.3.552
hh3cevtModuleRt-NSQM5SUP04A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 552 }

.1.3.6.1.4.1.25506.3.1.9.3.553
hh3cevtModuleRt-NS-FWEMPB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 553 }

.1.3.6.1.4.1.25506.3.1.9.3.554
hh3cevtModuleRt-NS-AFC2000EMPB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 554 }

.1.3.6.1.4.1.25506.3.1.9.3.555
hh3cevtModuleRt-NS-AFC2000EMPA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 555 }

.1.3.6.1.4.1.25506.3.1.9.3.556
hh3cevtModuleRt-NS-ADEEMPC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 556 }

.1.3.6.1.4.1.25506.3.1.9.3.557
hh3cevtModuleRt-NSQM1CGQ6SH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 557 }

.1.3.6.1.4.1.25506.3.1.9.3.558
hh3cevtModuleRt-NSQM7SUPB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 558 }

.1.3.6.1.4.1.25506.3.1.9.3.559
hh3cevtModuleRt-NSQM7FAB06A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 559 }

.1.3.6.1.4.1.25506.3.1.9.3.560
hh3cevtModuleRt-NSQM7SUPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 560 }

.1.3.6.1.4.1.25506.3.1.9.3.561
hh3cevtModuleRt-NSQM7FAB10A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 561 }

.1.3.6.1.4.1.25506.3.1.9.3.562
hh3cevtModuleRt-FAN-120B-3-A10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 562 }

.1.3.6.1.4.1.25506.3.1.9.3.563
hh3cevtModuleRt-NSQM7MBSHB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 563 }

.1.3.6.1.4.1.25506.3.1.9.3.564
hh3cevtModuleRt-NSQM7MBSHA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 564 }

.1.3.6.1.4.1.25506.3.1.9.3.565
hh3cevtModuleRt-NS-FWFFGA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 565 }

.1.3.6.1.4.1.25506.3.1.9.3.566
hh3cevtModuleRt-NS-FWFFGB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 566 }

.1.3.6.1.4.1.25506.3.1.9.3.567
hh3cevtModuleRt-NS-FWAAMA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 567 }

.1.3.6.1.4.1.25506.3.1.9.3.568
hh3cevtModuleRt-NSQM1AIASKA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 568 }

.1.3.6.1.4.1.25506.3.1.9.3.569
hh3cevtModuleRt-NSQM5TG16B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 569 }

.1.3.6.1.4.1.25506.3.1.9.3.570
hh3cevtModuleRt-NSQM5QG4A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 570 }

.1.3.6.1.4.1.25506.3.1.9.3.571
hh3cevtModuleRt-NSQM5QG2TG8A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 571 }

.1.3.6.1.4.1.25506.3.1.9.3.572
hh3cevtModuleRt-NSQM5QG4GP4A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 572 }

.1.3.6.1.4.1.25506.3.1.9.3.573
hh3cevtModuleRt-NSQM5TG16A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 573 }

.1.3.6.1.4.1.25506.3.1.9.3.574
hh3cevtModuleRt-NSQM5CGQ2A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 574 }

.1.3.6.1.4.1.25506.3.1.9.3.600
hh3cevtModuleRt-VG-8fxs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 600 }

.1.3.6.1.4.1.25506.3.1.9.3.601
hh3cevtModuleRt-VG-24fxs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 601 }

.1.3.6.1.4.1.25506.3.1.9.3.602
hh3cevtModuleRt-VG-24fxs24fxo OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 602 }

.1.3.6.1.4.1.25506.3.1.9.3.603
hh3cevtModuleRt-VG-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 603 }

.1.3.6.1.4.1.25506.3.1.9.3.604
hh3cevtModuleRt-MIM-VCX-CONNECT-P-3C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 604 }

.1.3.6.1.4.1.25506.3.1.9.3.605
hh3cevtModuleRt-MIM-VCX-CONNECT-S-3C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 605 }

.1.3.6.1.4.1.25506.3.1.9.3.606
hh3cevtModuleRt-MIM-VCX-3C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 606 }

.1.3.6.1.4.1.25506.3.1.9.3.607
hh3cevtModuleRt-VNIC-VMXNET3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 607 }

.1.3.6.1.4.1.25506.3.1.9.3.608
hh3cevtModuleRt-VNIC-E1000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 608 }

.1.3.6.1.4.1.25506.3.1.9.3.609
hh3cevtModuleRt-VNIC-VIRTIO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 609 }

.1.3.6.1.4.1.25506.3.1.9.3.610
hh3cevtModuleRt-VNIC-RTL8139 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 610 }

.1.3.6.1.4.1.25506.3.1.9.3.611
hh3cevtModuleRt-VNIC-IXGBEVF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 611 }

.1.3.6.1.4.1.25506.3.1.9.3.612
hh3cevtModuleRt-IXGBE-2XGE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 612 }

.1.3.6.1.4.1.25506.3.1.9.3.613
hh3cevtModuleRt-TG3-4GE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 613 }

.1.3.6.1.4.1.25506.3.1.9.3.614
hh3cevtModuleRt-MPUV16 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 614 }

.1.3.6.1.4.1.25506.3.1.9.3.615
hh3cevtModuleRt-MPUP6 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 615 }

.1.3.6.1.4.1.25506.3.1.9.3.616
hh3cevtModuleRt-IGB-1GE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 616 }

.1.3.6.1.4.1.25506.3.1.9.3.617
hh3cevtModuleRt-IGB-2GE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 617 }

.1.3.6.1.4.1.25506.3.1.9.3.618
hh3cevtModuleRt-IGB-4GE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 618 }

.1.3.6.1.4.1.25506.3.1.9.3.619
hh3cevtModuleRt-VLNS1000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 619 }

.1.3.6.1.4.1.25506.3.1.9.3.620
hh3cevtModuleRt-VLNS2000 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 620 }

.1.3.6.1.4.1.25506.3.1.9.3.621
hh3cevtModuleRt-NS-MIM-GP4A2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 621 }

.1.3.6.1.4.1.25506.3.1.9.3.622
hh3cevtModuleRt-NS-MIM-GT4PFCA2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 622 }

.1.3.6.1.4.1.25506.3.1.9.3.623
hh3cevtModuleRt-NS-NIM-TG6A2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 623 }

.1.3.6.1.4.1.25506.3.1.9.3.624
hh3cevtModuleRt-NS-SIM-GT4PFCA2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 624 }

.1.3.6.1.4.1.25506.3.1.9.3.625
hh3cevtModuleRt-NS-NIM-TG6A-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 625 }

.1.3.6.1.4.1.25506.3.1.9.3.800
hh3cevtModuleRt-SIC-4GSW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 800 }

.1.3.6.1.4.1.25506.3.1.9.3.801
hh3cevtModuleRt-SIC-4GSWP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 801 }

.1.3.6.1.4.1.25506.3.1.9.3.802
hh3cevtModuleRt-SIC-1GEC-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 802 }

.1.3.6.1.4.1.25506.3.1.9.3.803
hh3cevtModuleRt-4G-LTE-ATT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 803 }

.1.3.6.1.4.1.25506.3.1.9.3.804
hh3cevtModuleRt-4G-TD-LTE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 804 }

.1.3.6.1.4.1.25506.3.1.9.3.805
hh3cevtModuleRt-FIP-240 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 805 }

.1.3.6.1.4.1.25506.3.1.9.3.806
hh3cevtModuleRt-8GBP-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 806 }

.1.3.6.1.4.1.25506.3.1.9.3.807
hh3cevtModuleRt-HMIM-CNDE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 807 }

.1.3.6.1.4.1.25506.3.1.9.3.808
hh3cevtModuleRt-4G-LTE-Mobile OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 808 }

.1.3.6.1.4.1.25506.3.1.9.3.809
hh3cevtModuleRt-SIC-4G-LTE-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 809 }

.1.3.6.1.4.1.25506.3.1.9.3.810
hh3cevtModuleRt-CRSE-X3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 810 }

.1.3.6.1.4.1.25506.3.1.9.3.811
hh3cevtModuleRt-CFIP-300 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 811 }

.1.3.6.1.4.1.25506.3.1.9.3.812
hh3cevtModuleRt-CFIP-310 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 812 }

.1.3.6.1.4.1.25506.3.1.9.3.813
hh3cevtModuleRt-CSAP-4EXP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 813 }

.1.3.6.1.4.1.25506.3.1.9.3.814
hh3cevtModuleRt-RSU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 814 }

.1.3.6.1.4.1.25506.3.1.9.3.815
hh3cevtModuleRt-CFIP-610 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 815 }

.1.3.6.1.4.1.25506.3.1.9.3.816
hh3cevtModuleRt-2EXP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 816 }

.1.3.6.1.4.1.25506.3.1.9.3.817
hh3cevtModuleRt-16GBP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 817 }

.1.3.6.1.4.1.25506.3.1.9.3.818
hh3cevtModuleRt-CFIP-240 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 818 }

.1.3.6.1.4.1.25506.3.1.9.3.819
hh3cevtModuleRt-RSE-X3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 819 }

.1.3.6.1.4.1.25506.3.1.9.3.820
hh3cevtModuleRt-SAP-8EXP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 820 }

.1.3.6.1.4.1.25506.3.1.9.3.821
hh3cevtModuleRt-SAP-16EXP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 821 }

.1.3.6.1.4.1.25506.3.1.9.3.822
hh3cevtModuleRt-PU1P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 822 }

.1.3.6.1.4.1.25506.3.1.9.3.823
hh3cevtModuleRt-RSU100 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 823 }

.1.3.6.1.4.1.25506.3.1.9.3.824
hh3cevtModuleRt-SAP-2QGP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 824 }

.1.3.6.1.4.1.25506.3.1.9.3.825
hh3cevtModuleRt-CSFE-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 825 }

.1.3.6.1.4.1.25506.3.1.9.3.826
hh3cevtModuleRt-RIC-4GEE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 826 }

.1.3.6.1.4.1.25506.3.1.9.3.827
hh3cevtModuleRt-RIC-4GEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 827 }

.1.3.6.1.4.1.25506.3.1.9.3.828
hh3cevtModuleRt-RIC-8GEE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 828 }

.1.3.6.1.4.1.25506.3.1.9.3.829
hh3cevtModuleRt-RIC-8GEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 829 }

.1.3.6.1.4.1.25506.3.1.9.3.830
hh3cevtModuleRt-RIC-1XGEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 830 }

.1.3.6.1.4.1.25506.3.1.9.3.831
hh3cevtModuleRt-HMIM-1E1POS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 831 }

.1.3.6.1.4.1.25506.3.1.9.3.832
hh3cevtModuleRt-DHMIM-1DM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 832 }

.1.3.6.1.4.1.25506.3.1.9.3.833
hh3cevtModuleRt-DHMIM-1E1POS1DM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 833 }

.1.3.6.1.4.1.25506.3.1.9.3.834
hh3cevtModuleRt-RPE-X3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 834 }

.1.3.6.1.4.1.25506.3.1.9.3.835
hh3cevtModuleRt-CRPE-X3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 835 }

.1.3.6.1.4.1.25506.3.1.9.3.836
hh3cevtModuleRt-SAP-28GE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 836 }

.1.3.6.1.4.1.25506.3.1.9.3.837
hh3cevtModuleRt-SAP-20GE2XP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 837 }

.1.3.6.1.4.1.25506.3.1.9.3.838
hh3cevtModuleRt-SFE-L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 838 }

.1.3.6.1.4.1.25506.3.1.9.3.839
hh3cevtModuleRt-FIP-640 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 839 }

.1.3.6.1.4.1.25506.3.1.9.3.840
hh3cevtModuleRt-HMIM-8GSWF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 840 }

.1.3.6.1.4.1.25506.3.1.9.3.841
hh3cevtModuleRt-HMIM-8E1T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 841 }

.1.3.6.1.4.1.25506.3.1.9.3.842
hh3cevtModuleRt-HMIM-4E1T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 842 }

.1.3.6.1.4.1.25506.3.1.9.3.843
hh3cevtModuleRt-HMIM-2E1T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 843 }

.1.3.6.1.4.1.25506.3.1.9.3.844
hh3cevtModuleRt-HMIM-8E1T1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 844 }

.1.3.6.1.4.1.25506.3.1.9.3.845
hh3cevtModuleRt-HMIM-4E1T1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 845 }

.1.3.6.1.4.1.25506.3.1.9.3.846
hh3cevtModuleRt-HMIM-2E1T1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 846 }

.1.3.6.1.4.1.25506.3.1.9.3.847
hh3cevtModuleRt-SIC-3G-HSPA-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 847 }

.1.3.6.1.4.1.25506.3.1.9.3.848
hh3cevtModuleRt-SIC-4GSWF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 848 }

.1.3.6.1.4.1.25506.3.1.9.3.849
hh3cevtModuleRt-SIC-4G-LTE-G-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 849 }

.1.3.6.1.4.1.25506.3.1.9.3.850
hh3cevtModuleRt-SIC-4G-LTE-A-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 850 }

.1.3.6.1.4.1.25506.3.1.9.3.851
hh3cevtModuleRt-SIC-4G-LTE-V-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 851 }

.1.3.6.1.4.1.25506.3.1.9.3.852
hh3cevtModuleRt-MPU60 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 852 }

.1.3.6.1.4.1.25506.3.1.9.3.853
hh3cevtModuleRt-SPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 853 }

.1.3.6.1.4.1.25506.3.1.9.3.854
hh3cevtModuleRt-SIC-1VE1T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 854 }

.1.3.6.1.4.1.25506.3.1.9.3.855
hh3cevtModuleRt-CFIP-700 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 855 }

.1.3.6.1.4.1.25506.3.1.9.3.856
hh3cevtModuleRt-HIM-20GBP-H3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 856 }

.1.3.6.1.4.1.25506.3.1.9.3.857
hh3cevtModuleRt-HIM-4EXP-H3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 857 }

.1.3.6.1.4.1.25506.3.1.9.3.858
hh3cevtModuleRt-HIM-2EXP-H3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 858 }

.1.3.6.1.4.1.25506.3.1.9.3.859
hh3cevtModuleRt-HIM-8GBE-V3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 859 }

.1.3.6.1.4.1.25506.3.1.9.3.860
hh3cevtModuleRt-HIM-4GBE-V3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 860 }

.1.3.6.1.4.1.25506.3.1.9.3.861
hh3cevtModuleRt-HIM-8GBP-V3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 861 }

.1.3.6.1.4.1.25506.3.1.9.3.862
hh3cevtModuleRt-HIM-4GBP-V3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 862 }

.1.3.6.1.4.1.25506.3.1.9.3.863
hh3cevtModuleRt-SIC-AP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 863 }

.1.3.6.1.4.1.25506.3.1.9.3.864
hh3cevtModuleRt-CR-MPU-04B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 864 }

.1.3.6.1.4.1.25506.3.1.9.3.865
hh3cevtModuleRt-CR-MPU-16B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 865 }

.1.3.6.1.4.1.25506.3.1.9.3.866
hh3cevtModuleRt-CR-MPU-16E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 866 }

.1.3.6.1.4.1.25506.3.1.9.3.867
hh3cevtModuleRt-CR-SFU-04D-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 867 }

.1.3.6.1.4.1.25506.3.1.9.3.868
hh3cevtModuleRt-CR-SFU-08C-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 868 }

.1.3.6.1.4.1.25506.3.1.9.3.869
hh3cevtModuleRt-CR-SFU-08D-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 869 }

.1.3.6.1.4.1.25506.3.1.9.3.870
hh3cevtModuleRt-CR-SFU-16B-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 870 }

.1.3.6.1.4.1.25506.3.1.9.3.871
hh3cevtModuleRt-CR-SFU-16C-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 871 }

.1.3.6.1.4.1.25506.3.1.9.3.872
hh3cevtModuleRt-CR-LPU-CQ12 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 872 }

.1.3.6.1.4.1.25506.3.1.9.3.873
hh3cevtModuleRt-CR-LPU-4004 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 873 }

.1.3.6.1.4.1.25506.3.1.9.3.874
hh3cevtModuleRt-CR-HIC-PU02 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 874 }

.1.3.6.1.4.1.25506.3.1.9.3.875
hh3cevtModuleRt-CR-HIC-XP12 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 875 }

.1.3.6.1.4.1.25506.3.1.9.3.876
hh3cevtModuleRt-CR-HIC-GP12 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 876 }

.1.3.6.1.4.1.25506.3.1.9.3.877
hh3cevtModuleRt-CR-HIC-QQ03 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 877 }

.1.3.6.1.4.1.25506.3.1.9.3.878
hh3cevtModuleRt-CR-HIC-CC01 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 878 }

.1.3.6.1.4.1.25506.3.1.9.3.879
hh3cevtModuleRt-CR-HIC-CP01 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 879 }

.1.3.6.1.4.1.25506.3.1.9.3.880
hh3cevtModuleRt-CR-MPU-16C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 880 }

.1.3.6.1.4.1.25506.3.1.9.3.881
hh3cevtModuleRt-MPU-100-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 881 }

.1.3.6.1.4.1.25506.3.1.9.3.882
hh3cevtModuleRt-SPU-100-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 882 }

.1.3.6.1.4.1.25506.3.1.9.3.883
hh3cevtModuleRt-SPU-200-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 883 }

.1.3.6.1.4.1.25506.3.1.9.3.884
hh3cevtModuleRt-SPU-400-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 884 }

.1.3.6.1.4.1.25506.3.1.9.3.885
hh3cevtModuleRt-HIM-10GB2EXP-H3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 885 }

.1.3.6.1.4.1.25506.3.1.9.3.886
hh3cevtModuleRt-HIM-11GB1EXP-H3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 886 }

.1.3.6.1.4.1.25506.3.1.9.3.887
hh3cevtModuleRt-HMIM-1E3T3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 887 }

.1.3.6.1.4.1.25506.3.1.9.3.888
hh3cevtModuleRt-SIC-4G-CNDE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 888 }

.1.3.6.1.4.1.25506.3.1.9.3.889
hh3cevtModuleRt-SIC-D4G-CNDE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 889 }

.1.3.6.1.4.1.25506.3.1.9.3.890
hh3cevtModuleRt-CR-LPU-CC08 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 890 }

.1.3.6.1.4.1.25506.3.1.9.3.891
hh3cevtModuleRt-CR-LPU-2002 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 891 }

.1.3.6.1.4.1.25506.3.1.9.3.892
hh3cevtModuleRt-CR-LPU-XP20CC02 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 892 }

.1.3.6.1.4.1.25506.3.1.9.3.893
hh3cevtModuleRt-CR-LPU-XP40 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 893 }

.1.3.6.1.4.1.25506.3.1.9.3.894
hh3cevtModuleRt-CR-LPU-CC04 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 894 }

.1.3.6.1.4.1.25506.3.1.9.3.895
hh3cevtModuleRt-FIP-680 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 895 }

.1.3.6.1.4.1.25506.3.1.9.3.896
hh3cevtModuleRt-MIC-XP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 896 }

.1.3.6.1.4.1.25506.3.1.9.3.897
hh3cevtModuleRt-MIM-1T3-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 897 }

.1.3.6.1.4.1.25506.3.1.9.3.898
hh3cevtModuleRt-MIC-GP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 898 }

.1.3.6.1.4.1.25506.3.1.9.3.899
hh3cevtModuleRt-MIC-GP8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 899 }

.1.3.6.1.4.1.25506.3.1.9.3.900
hh3cevtModuleRt-CR-19K-MPU-20A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 900 }

.1.3.6.1.4.1.25506.3.1.9.3.901
hh3cevtModuleRt-CR-19K-MPU-20B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 901 }

.1.3.6.1.4.1.25506.3.1.9.3.902
hh3cevtModuleRt-CR-19K-SFU-20C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 902 }

.1.3.6.1.4.1.25506.3.1.9.3.903
hh3cevtModuleRt-CR-19K-MSFU-20B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 903 }

.1.3.6.1.4.1.25506.3.1.9.3.904
hh3cevtModuleRt-CR-19K-MSFU-20C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 904 }

.1.3.6.1.4.1.25506.3.1.9.3.905
hh3cevtModuleRt-CR-19K-MCCU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 905 }

.1.3.6.1.4.1.25506.3.1.9.3.906
hh3cevtModuleRt-CR-19K-MFCU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 906 }

.1.3.6.1.4.1.25506.3.1.9.3.907
hh3cevtModuleRt-RIC-8E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 907 }

.1.3.6.1.4.1.25506.3.1.9.3.908
hh3cevtModuleRt-RIC-1XGEF4GEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 908 }

.1.3.6.1.4.1.25506.3.1.9.3.909
hh3cevtModuleRt-RIC-TU01A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 909 }

.1.3.6.1.4.1.25506.3.1.9.3.910
hh3cevtModuleRt-SPE-S1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 910 }

.1.3.6.1.4.1.25506.3.1.9.3.911
hh3cevtModuleRt-SPE-S3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 911 }

.1.3.6.1.4.1.25506.3.1.9.3.912
hh3cevtModuleRt-SPU-600-X1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 912 }

.1.3.6.1.4.1.25506.3.1.9.3.913
hh3cevtModuleRt-RIC-CP08 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 913 }

.1.3.6.1.4.1.25506.3.1.9.3.914
hh3cevtModuleRt-MIC-SP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 914 }

.1.3.6.1.4.1.25506.3.1.9.3.915
hh3cevtModuleRt-MIC-ET16L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 915 }

.1.3.6.1.4.1.25506.3.1.9.3.916
hh3cevtModuleRt-MIC-CLP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 916 }

.1.3.6.1.4.1.25506.3.1.9.3.917
hh3cevtModuleRt-MIC-CLP2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 917 }

.1.3.6.1.4.1.25506.3.1.9.3.918
hh3cevtModuleRt-MIC-SP8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 918 }

.1.3.6.1.4.1.25506.3.1.9.3.919
hh3cevtModuleRt-HMIM-8EM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 919 }

.1.3.6.1.4.1.25506.3.1.9.3.920
hh3cevtModuleRt-SFU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 920 }

.1.3.6.1.4.1.25506.3.1.9.3.921
hh3cevtModuleRt-SFE-L2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 921 }

.1.3.6.1.4.1.25506.3.1.9.3.922
hh3cevtModuleRt-SFU-UNFIXED OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 922 }

.1.3.6.1.4.1.25506.3.1.9.3.923
hh3cevtModuleRt-FIP-380 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 923 }

.1.3.6.1.4.1.25506.3.1.9.3.924
hh3cevtModuleRt-CR-19K-MPU-08A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 924 }

.1.3.6.1.4.1.25506.3.1.9.3.925
hh3cevtModuleRt-CR-19K-MPU-16A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 925 }

.1.3.6.1.4.1.25506.3.1.9.3.926
hh3cevtModuleRt-CR-19K-SFU-08C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 926 }

.1.3.6.1.4.1.25506.3.1.9.3.927
hh3cevtModuleRt-CR-19K-SFU-16C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 927 }

.1.3.6.1.4.1.25506.3.1.9.3.928
hh3cevtModuleRt-CR-19K-LPU-CC08 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 928 }

.1.3.6.1.4.1.25506.3.1.9.3.929
hh3cevtModuleRt-CR-19K-LPU-2002 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 929 }

.1.3.6.1.4.1.25506.3.1.9.3.930
hh3cevtModuleRt-CR-19K-LPU-XP20CC02 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 930 }

.1.3.6.1.4.1.25506.3.1.9.3.931
hh3cevtModuleRt-CR-19K-LPU-XP40 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 931 }

.1.3.6.1.4.1.25506.3.1.9.3.932
hh3cevtModuleRt-CR-19K-LPU-CC04 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 932 }

.1.3.6.1.4.1.25506.3.1.9.3.933
hh3cevtModuleRt-CR-19K-LPU-CQ12 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 933 }

.1.3.6.1.4.1.25506.3.1.9.3.934
hh3cevtModuleRt-MIC-X-GT8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 934 }

.1.3.6.1.4.1.25506.3.1.9.3.935
hh3cevtModuleRt-MIC-X-GP4GT4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 935 }

.1.3.6.1.4.1.25506.3.1.9.3.936
hh3cevtModuleRt-MIC-X-GP10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 936 }

.1.3.6.1.4.1.25506.3.1.9.3.937
hh3cevtModuleRt-MIC-X-GP8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 937 }

.1.3.6.1.4.1.25506.3.1.9.3.938
hh3cevtModuleRt-CR-19K-LPU-4004 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 938 }

.1.3.6.1.4.1.25506.3.1.9.3.939
hh3cevtModuleRt-FIP-260 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 939 }

.1.3.6.1.4.1.25506.3.1.9.3.940
hh3cevtModuleRt-CR-LPU-XP72 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 940 }

.1.3.6.1.4.1.25506.3.1.9.3.941
hh3cevtModuleRt-CR-LPU-XP48 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 941 }

.1.3.6.1.4.1.25506.3.1.9.3.942
hh3cevtModuleRt-CR-LPU-CC04B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 942 }

.1.3.6.1.4.1.25506.3.1.9.3.943
hh3cevtModuleRt-CR-LPU-2002B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 943 }

.1.3.6.1.4.1.25506.3.1.9.3.944
hh3cevtModuleRt-LPU-1001B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 944 }

.1.3.6.1.4.1.25506.3.1.9.3.945
hh3cevtModuleRt-CR-19K-MSFU-08A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 945 }

.1.3.6.1.4.1.25506.3.1.9.3.946
hh3cevtModuleRt-Sic-AP220 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 946 }

.1.3.6.1.4.1.25506.3.1.9.3.947
hh3cevtModuleRt-FIP-660 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 947 }

.1.3.6.1.4.1.25506.3.1.9.3.948
hh3cevtModuleRT-MIC-X-ET16 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 948 }

.1.3.6.1.4.1.25506.3.1.9.3.949
hh3cevtModuleRT-MIC-X-SP4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 949 }

.1.3.6.1.4.1.25506.3.1.9.3.950
hh3cevtModuleRT-MIC-X-SP8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 950 }

.1.3.6.1.4.1.25506.3.1.9.3.951
hh3cevtModuleRT-MIC-X-CLP2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 951 }

.1.3.6.1.4.1.25506.3.1.9.3.952
hh3cevtModuleRT-MIC-X-CLP4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 952 }

.1.3.6.1.4.1.25506.3.1.9.3.953
hh3cevtModuleRt-SPU-300 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 953 }

.1.3.6.1.4.1.25506.3.1.9.3.954
hh3cevtModuleRt-CR-19K-LPU-XP72 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 954 }

.1.3.6.1.4.1.25506.3.1.9.3.955
hh3cevtModuleRt-CR-19K-LPU-XP48 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 955 }

.1.3.6.1.4.1.25506.3.1.9.3.956
hh3cevtModuleRt-CR-19K-LPU-2002B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 956 }

.1.3.6.1.4.1.25506.3.1.9.3.957
hh3cevtModuleRt-CR-19K-LPU-CC04B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 957 }

.1.3.6.1.4.1.25506.3.1.9.3.958
hh3cevtModuleRt-CR-19K-MPU-16B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 958 }

.1.3.6.1.4.1.25506.3.1.9.3.959
hh3cevtModuleRT-RPE-X5 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 959 }

.1.3.6.1.4.1.25506.3.1.9.3.960
hh3cevtModuleRT-RPE-X5E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 960 }

.1.3.6.1.4.1.25506.3.1.9.3.961
hh3cevtModuleRt-CR-HIC-PS04 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 961 }

.1.3.6.1.4.1.25506.3.1.9.3.962
hh3cevtModuleRt-CR-HIC-PL08 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 962 }

.1.3.6.1.4.1.25506.3.1.9.3.963
hh3cevtModuleRT-MIC-X-XP2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 963 }

.1.3.6.1.4.1.25506.3.1.9.3.964
hh3cevtModuleRT-MIC-X-XP4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 964 }

.1.3.6.1.4.1.25506.3.1.9.3.965
hh3cevtModuleRT-MIC-X-XP4W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 965 }

.1.3.6.1.4.1.25506.3.1.9.3.966
hh3cevtModuleRT-SIC-CNDE-SJK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 966 }

.1.3.6.1.4.1.25506.3.1.9.3.967
hh3cevtModuleRT-SIC-4G-CNDE-SJK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 967 }

.1.3.6.1.4.1.25506.3.1.9.3.968
hh3cevtModuleRT-SIC-D4G-CNDE-SJK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 968 }

.1.3.6.1.4.1.25506.3.1.9.3.969
hh3cevtModuleRt-CR-19K-MSFU-16A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 969 }

.1.3.6.1.4.1.25506.3.1.9.3.970
hh3cevtModuleRT-HMIM-CNDE-SJK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 970 }

.1.3.6.1.4.1.25506.3.1.9.3.971
hh3cevtModuleRT-MIBIF-MINI-CNDE-SJK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 971 }

.1.3.6.1.4.1.25506.3.1.9.3.972
hh3cevtModuleRT-SIC-AP320-FIT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 972 }

.1.3.6.1.4.1.25506.3.1.9.3.973
hh3cevtModuleRT-SAP-XP4GE32 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 973 }

.1.3.6.1.4.1.25506.3.1.9.3.974
hh3cevtModuleRT-SIC-4E1-F-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 974 }

.1.3.6.1.4.1.25506.3.1.9.3.975
hh3cevtModuleRT-HRIC-CLGQ2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 975 }

.1.3.6.1.4.1.25506.3.1.9.3.976
hh3cevtModuleRT-HRIC-YGS4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 976 }

.1.3.6.1.4.1.25506.3.1.9.3.977
hh3cevtModuleRT-HRIC-XP8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 977 }

.1.3.6.1.4.1.25506.3.1.9.3.978
hh3cevtModuleRT-HRIC-GP8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 978 }

.1.3.6.1.4.1.25506.3.1.9.3.979
hh3cevtModuleRT-HRIC-GT8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 979 }

.1.3.6.1.4.1.25506.3.1.9.3.980
hh3cevtModuleRT-MIC-X-CNDE-SJK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 980 }

.1.3.6.1.4.1.25506.3.1.9.3.981
hh3cevtModuleRt-CR-19K-LPU-CQ18 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 981 }

.1.3.6.1.4.1.25506.3.1.9.3.982
hh3cevtModuleRt-CR-19K-LPU-CQ12B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 982 }

.1.3.6.1.4.1.25506.3.1.9.3.983
hh3cevtModuleRt-CR-19K-LPU-SP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 983 }

.1.3.6.1.4.1.25506.3.1.9.3.984
hh3cevtModuleRt-CR-HIC-CQ01 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 984 }

.1.3.6.1.4.1.25506.3.1.9.3.985
hh3cevtModuleRt-NS-NIM-TG6A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 985 }

.1.3.6.1.4.1.25506.3.1.9.3.986
hh3cevtModuleRtNS-NIM-TG4A3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 986 }

.1.3.6.1.4.1.25506.3.1.9.3.987
hh3cevtModuleRtNSQM2CGQ20 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 987 }

.1.3.6.1.4.1.25506.3.1.9.3.988
hh3cevtModuleRtNSQM2FWDFGC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 988 }

.1.3.6.1.4.1.25506.3.1.9.3.989
hh3cevtModuleRtNSQM2FWDFGB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 989 }

.1.3.6.1.4.1.25506.3.1.9.3.990
hh3cevtModuleRt-NS-TIM-TG8A2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 990 }

.1.3.6.1.4.1.25506.3.1.9.3.991
hh3cevtModuleRtNSQM5MBSHA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 991 }

.1.3.6.1.4.1.25506.3.1.9.3.992
hh3cevtModuleRtNS-C600-CGQ6A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 992 }

.1.3.6.1.4.1.25506.3.1.9.3.993
hh3cevtModuleRtNSQM5SUP08A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 993 }

.1.3.6.1.4.1.25506.3.1.9.3.994
hh3cevtModuleRtNSQ1M9ESL16UA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 994 }

.1.3.6.1.4.1.25506.3.1.9.3.995
hh3cevtModuleRtNS-C300-CGQ2TG16A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 995 }

.1.3.6.1.4.1.25506.3.1.9.3.996
hh3cevtModuleRtNS-FWEMPA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 996 }

.1.3.6.1.4.1.25506.3.1.9.3.997
hh3cevtModuleRtNSQM5FAB08A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 997 }

.1.3.6.1.4.1.25506.3.1.9.3.998
hh3cevtModuleRtNS-C300-QG4TG16A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 998 }

.1.3.6.1.4.1.25506.3.1.9.3.999
hh3cevtModuleRtNSQM5FAB16A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 999 }

.1.3.6.1.4.1.25506.3.1.9.3.1000
hh3cevtModuleRtNSQM5SUP16A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1000 }

.1.3.6.1.4.1.25506.3.1.9.3.1001
hh3cevtModuleRtNSQ1M9ESL16LA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1001 }

.1.3.6.1.4.1.25506.3.1.9.3.1002
hh3cevtModuleRtNS-C300-TG24A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1002 }

.1.3.6.1.4.1.25506.3.1.9.3.1003
hh3cevtModuleRtNSQM1SSICASK1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1003 }

.1.3.6.1.4.1.25506.3.1.9.3.1004
hh3cevtModuleRtNSQM2AFC2000DGDSCA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1004 }

.1.3.6.1.4.1.25506.3.1.9.3.1005
hh3cevtModuleRt-MPU-60-WiNet OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1005 }

.1.3.6.1.4.1.25506.3.1.9.3.1006
hh3cevtModuleRtNSQM2VGDSCA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1006 }

.1.3.6.1.4.1.25506.3.1.9.3.1007
hh3cevtModuleRt-HRIC-YGS2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1007 }

.1.3.6.1.4.1.25506.3.1.9.3.1008
hh3cevtModuleRt-HRIC-LGQ1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1008 }

.1.3.6.1.4.1.25506.3.1.9.3.1009
hh3cevtModuleRt-HRIC-XP4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1009 }

.1.3.6.1.4.1.25506.3.1.9.3.1010
hh3cevtModuleRt-RSU-300 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1010 }

.1.3.6.1.4.1.25506.3.1.9.3.1011
hh3cevtModuleRt-CR-19K-LPU-CQ06B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1011 }

.1.3.6.1.4.1.25506.3.1.9.3.1012
hh3cevtModuleRt-CR-HIC-XP10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1012 }

.1.3.6.1.4.1.25506.3.1.9.3.1013
hh3cevtModuleRt-SIC-1SSD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1013 }

.1.3.6.1.4.1.25506.3.1.9.3.1014
hh3cevtModuleRtNSQM1AFC2000GDFGA0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1014 }

.1.3.6.1.4.1.25506.3.1.9.3.1015
hh3cevtModuleRtNSQM2QG4GP40-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1015 }

.1.3.6.1.4.1.25506.3.1.9.3.1016
hh3cevtModuleRtNSQM1CGQ20-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1016 }

.1.3.6.1.4.1.25506.3.1.9.3.1017
hh3cevtModuleRtNSQM1FWDFGD1-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1017 }

.1.3.6.1.4.1.25506.3.1.9.3.1018
hh3cevtModuleRtNSQM1TGS32QSSG0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1018 }

.1.3.6.1.4.1.25506.3.1.9.3.1019
hh3cevtModuleRtNSQM2TG16GP40-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1019 }

.1.3.6.1.4.1.25506.3.1.9.3.1020
hh3cevtModuleRtNSQM2TMPU12E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1020 }

.1.3.6.1.4.1.25506.3.1.9.3.1021
hh3cevtModuleRt-HMIM-4XP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1021 }

.1.3.6.1.4.1.25506.3.1.9.3.1022
hh3cevtModuleRt-SIC-1POS-STM1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1022 }

.1.3.6.1.4.1.25506.3.1.9.3.1023
hh3cevtModuleRt-HMIM-4POS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1023 }

.1.3.6.1.4.1.25506.3.1.9.3.1024
hh3cevtModuleRt-NSQM1MPULB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1024 }

.1.3.6.1.4.1.25506.3.1.9.3.1025
hh3cevtModuleRt-CR-LPU-CQ12B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1025 }

.1.3.6.1.4.1.25506.3.1.9.3.1026
hh3cevtModuleRt-CR-LPU-CQ18 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1026 }

.1.3.6.1.4.1.25506.3.1.9.3.1027
hh3cevtModuleRt-CR-MPU-20A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1027 }

.1.3.6.1.4.1.25506.3.1.9.3.1028
hh3cevtModuleRt-CR-HIC-CLP04 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1028 }

.1.3.6.1.4.1.25506.3.1.9.3.1029
hh3cevtModuleRt-CR-SFU-08C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1029 }

.1.3.6.1.4.1.25506.3.1.9.3.1030
hh3cevtModuleRt-CR-HIC-PHP08 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1030 }

.1.3.6.1.4.1.25506.3.1.9.3.1031
hh3cevtModuleRt-CR-MPU-08A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1031 }

.1.3.6.1.4.1.25506.3.1.9.3.1032
hh3cevtModuleRt-CR-HIC-XP12B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1032 }

.1.3.6.1.4.1.25506.3.1.9.3.1033
hh3cevtModuleRt-CR-HIC-ET16 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1033 }

.1.3.6.1.4.1.25506.3.1.9.3.1034
hh3cevtModuleRt-CR-MSFU-08A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1034 }

.1.3.6.1.4.1.25506.3.1.9.3.1035
hh3cevtModuleRt-CR-SFU-20C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1035 }

.1.3.6.1.4.1.25506.3.1.9.3.1036
hh3cevtModuleRt-SIC-M2-SATA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1036 }

.1.3.6.1.4.1.25506.3.1.9.3.1037
hh3cevtModuleRtNSQM1MPULC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1037 }

.1.3.6.1.4.1.25506.3.1.9.3.1038
hh3cevtModuleRt-NSUM1QG1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1038 }

.1.3.6.1.4.1.25506.3.1.9.3.1039
hh3cevtModuleRt-NSUM1TG4A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1039 }

.1.3.6.1.4.1.25506.3.1.9.3.1040
hh3cevtModuleRt-NSUM1GP4A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1040 }

.1.3.6.1.4.1.25506.3.1.9.3.1041
hh3cevtModuleRt-FIP-30 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1041 }

.1.3.6.1.4.1.25506.3.1.9.3.1042
hh3cevtModuleRt-RISER-FHFL-X16 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1042 }

.1.3.6.1.4.1.25506.3.1.9.3.1043
hh3cevtModuleRt-RISER-GPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1043 }

.1.3.6.1.4.1.25506.3.1.9.3.1044
hh3cevtModuleRt-RISER-RAID OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1044 }

.1.3.6.1.4.1.25506.3.1.9.3.1045
hh3cevtModuleRt-CR-19K-LPU-8004 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1045 }

.1.3.6.1.4.1.25506.3.1.9.3.1046
hh3cevtModuleRt-CR-19K-MPU-08B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1046 }

.1.3.6.1.4.1.25506.3.1.9.3.1047
hh3cevtModuleRt-CR-HIC-CQ02 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1047 }

.1.3.6.1.4.1.25506.3.1.9.3.1048
hh3cevtModuleRt-NSQM1ISPAXA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1048 }

.1.3.6.1.4.1.25506.3.1.9.3.1049
hh3cevtModuleRt-NSQM1ISPAXB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1049 }

.1.3.6.1.4.1.25506.3.1.9.3.1050
hh3cevtModuleRt-CR-USBDISK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1050 }

.1.3.6.1.4.1.25506.3.1.9.3.1051
hh3cevtModuleRt-SIC-4RS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1051 }

.1.3.6.1.4.1.25506.3.1.9.3.1052
hh3cevtModuleRt-NSQM1MPULC-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1052 }

.1.3.6.1.4.1.25506.3.1.9.3.1053
hh3cevtModuleRt-CR-18K-MPU-16B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1053 }

.1.3.6.1.4.1.25506.3.1.9.3.1054
hh3cevtModuleRt-CR-18K-SFU-16C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1054 }

.1.3.6.1.4.1.25506.3.1.9.3.1055
hh3cevtModuleRt-DS-3RH-4T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1055 }

.1.3.6.1.4.1.25506.3.1.9.3.1056
hh3cevtModuleRt-HRIC-CQ1F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1056 }

.1.3.6.1.4.1.25506.3.1.9.3.1057
hh3cevtModuleRt-HRIC-LGQ2F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1057 }

.1.3.6.1.4.1.25506.3.1.9.3.1058
hh3cevtModuleRt-CR-HIC-CLGQ04 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1058 }

.1.3.6.1.4.1.25506.3.1.9.3.1059
hh3cevtModuleRt-NSQM1QG1A-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1059 }

.1.3.6.1.4.1.25506.3.1.9.3.1060
hh3cevtModuleRt-NSQM1TG4A-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1060 }

.1.3.6.1.4.1.25506.3.1.9.3.1061
hh3cevtModuleRt-NSQM1GP4A-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1061 }

.1.3.6.1.4.1.25506.3.1.9.3.1062
hh3cevtModuleRt-CR-LPU-8004 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1062 }

.1.3.6.1.4.1.25506.3.1.9.3.1063
hh3cevtModuleRt-MPU-100-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1063 }

.1.3.6.1.4.1.25506.3.1.9.3.1064
hh3cevtModuleRt-SPU-300-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1064 }

.1.3.6.1.4.1.25506.3.1.9.3.1065
hh3cevtModuleRt-CR-19K-MPU-20C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1065 }

.1.3.6.1.4.1.25506.3.1.9.3.1066
hh3cevtModuleRt-CR-18K-MPU-16C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1066 }

.1.3.6.1.4.1.25506.3.1.9.3.1067
hh3cevtModuleRt-SIC-5G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1067 }

.1.3.6.1.4.1.25506.3.1.9.3.1068
hh3cevtModuleRt-RSU-400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1068 }

.1.3.6.1.4.1.25506.3.1.9.3.1069
hh3cevtModuleRt-HRIC-XP8-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1069 }

.1.3.6.1.4.1.25506.3.1.9.3.1072
hh3cevtModuleRt-BBU3120-MCBM2LMCMB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1072 }

.1.3.6.1.4.1.25506.3.1.9.3.1073
hh3cevtModuleRt-BBU3120-MCBM2LBBMB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1073 }

.1.3.6.1.4.1.25506.3.1.9.3.1074
hh3cevtModuleRt-HMIM-2POS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1074 }

.1.3.6.1.4.1.25506.3.1.9.3.1075
hh3cevtModuleRt-HMIM-8GEF-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1075 }

.1.3.6.1.4.1.25506.3.1.9.3.1076
hh3cevtModuleRt-HMIM-8GEE-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1076 }

.1.3.6.1.4.1.25506.3.1.9.3.1077
hh3cevtModuleRt-HMIM-16ASE-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1077 }

.1.3.6.1.4.1.25506.3.1.9.3.1078
hh3cevtModuleRt-HMIM-8ASE-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1078 }

.1.3.6.1.4.1.25506.3.1.9.3.1079
hh3cevtModuleRt-HMIM-4GEF-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1079 }

.1.3.6.1.4.1.25506.3.1.9.3.1080
hh3cevtModuleRt-HMIM-4GEE-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1080 }

.1.3.6.1.4.1.25506.3.1.9.3.1081
hh3cevtModuleRt-NS-NIM-QG1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1081 }

.1.3.6.1.4.1.25506.3.1.9.3.1082
hh3cevtModuleRt-NS-NIM-GP4B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1082 }

.1.3.6.1.4.1.25506.3.1.9.3.1083
hh3cevtModuleRt-NS-NIM-TG4B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1083 }

.1.3.6.1.4.1.25506.3.1.9.3.1084
hh3cevtModuleRt-5G-NR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1084 }

.1.3.6.1.4.1.25506.3.1.9.3.1085
hh3cevtModuleRt-CR-19K-LPU-4004B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1085 }

.1.3.6.1.4.1.25506.3.1.9.3.1086
hh3cevtModuleRt-CR-19K-LPU-8004B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 1086 }

.1.3.6.1.4.1.25506.3.1.9.3.5000
hpevtModuleRt-SIC-EPRI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5000 }

.1.3.6.1.4.1.25506.3.1.9.3.5001
hpevtModuleRt-MIM-1E1-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5001 }

.1.3.6.1.4.1.25506.3.1.9.3.5002
hpevtModuleRt-MIM-1E1-F-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5002 }

.1.3.6.1.4.1.25506.3.1.9.3.5003
hpevtModuleRt-MIM-2E1-F-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5003 }

.1.3.6.1.4.1.25506.3.1.9.3.5004
hpevtModuleRt-MIM-4E1-F-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5004 }

.1.3.6.1.4.1.25506.3.1.9.3.5005
hpevtModuleRt-MIM-8E1-75 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5005 }

.1.3.6.1.4.1.25506.3.1.9.3.5006
hpevtModuleRt-MIM-8E1-75-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5006 }

.1.3.6.1.4.1.25506.3.1.9.3.5007
hpevtModuleRt-MIM-8T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5007 }

.1.3.6.1.4.1.25506.3.1.9.3.5008
hpevtModuleRt-MIM-8T1-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5008 }

.1.3.6.1.4.1.25506.3.1.9.3.5009
hpevtModuleRt-MIM-IMA-8E1-75 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5009 }

.1.3.6.1.4.1.25506.3.1.9.3.5010
hpevtModuleRt-FIC-2E1-V3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5010 }

.1.3.6.1.4.1.25506.3.1.9.3.5011
hpevtModuleRt-FIC-IMA-8T1-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5011 }

.1.3.6.1.4.1.25506.3.1.9.3.5012
hh3cevtModuleRtCN-MSU-X3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5012 }

.1.3.6.1.4.1.25506.3.1.9.3.5013
hh3cevtModuleRtCN-FSP-660 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5013 }

.1.3.6.1.4.1.25506.3.1.9.3.5014
hh3cevtModuleRtCN-MIC-X-XP4W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5014 }

.1.3.6.1.4.1.25506.3.1.9.3.5015
hh3cevtModuleRtCN-MIC-X-GP8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5015 }

.1.3.6.1.4.1.25506.3.1.9.3.5016
hh3cevtModuleRtCN-MIC-X-GT8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleRouterType(3) 5016 }

.1.3.6.1.4.1.25506.3.1.9.4
hh3cevtModuleSwitchType OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) 4 }

.1.3.6.1.4.1.25506.3.1.9.4.1
hh3cevtModuleSw-10OR100M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1 }

.1.3.6.1.4.1.25506.3.1.9.4.2
hh3cevtModuleSw-1000BASE-LX-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2 }

.1.3.6.1.4.1.25506.3.1.9.4.3
hh3cevtModuleSw-1000BASE-SX-MM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 3 }

.1.3.6.1.4.1.25506.3.1.9.4.4
hh3cevtModuleSw-1000BASE-TX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 4 }

.1.3.6.1.4.1.25506.3.1.9.4.5
hh3cevtModuleSw-100M-SINGLEMODE-FX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 5 }

.1.3.6.1.4.1.25506.3.1.9.4.6
hh3cevtModuleSw-100M-MULTIMODE-FX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 6 }

.1.3.6.1.4.1.25506.3.1.9.4.7
hh3cevtModuleSw-100M-100BASE-TX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 7 }

.1.3.6.1.4.1.25506.3.1.9.4.8
hh3cevtModuleSw-100M-HUB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 8 }

.1.3.6.1.4.1.25506.3.1.9.4.9
hh3cevtModuleSw-VDSL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 9 }

.1.3.6.1.4.1.25506.3.1.9.4.10
hh3cevtModuleSw-STACK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 10 }

.1.3.6.1.4.1.25506.3.1.9.4.11
hh3cevtModuleSw-1000BASE-ZENITH-FX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 11 }

.1.3.6.1.4.1.25506.3.1.9.4.12
hh3cevtModuleSw-1000BASE-LONG-FX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 12 }

.1.3.6.1.4.1.25506.3.1.9.4.13
hh3cevtModuleSw-ADSL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 13 }

.1.3.6.1.4.1.25506.3.1.9.4.14
hh3cevtModuleSw-4T10OR100-4FX100SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 14 }

.1.3.6.1.4.1.25506.3.1.9.4.15
hh3cevtModuleSw-4T10OR100-4FX100MM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 15 }

.1.3.6.1.4.1.25506.3.1.9.4.16
hh3cevtModuleSw-VSPL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 16 }

.1.3.6.1.4.1.25506.3.1.9.4.17
hh3cevtModuleSw-ASPL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 17 }

.1.3.6.1.4.1.25506.3.1.9.4.18
hh3cevtModuleSw-1000M-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 18 }

.1.3.6.1.4.1.25506.3.1.9.4.19
hh3cevtModuleSw-LS82O2CM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 19 }

.1.3.6.1.4.1.25506.3.1.9.4.20
hh3cevtModuleSw-LS82P2CM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 20 }

.1.3.6.1.4.1.25506.3.1.9.4.21
hh3cevtModuleSw-LS82O4GM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 21 }

.1.3.6.1.4.1.25506.3.1.9.4.22
hh3cevtModuleSw-LS82GB4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 22 }

.1.3.6.1.4.1.25506.3.1.9.4.23
hh3cevtModuleSw-LS82GT4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 23 }

.1.3.6.1.4.1.25506.3.1.9.4.24
hh3cevtModuleSw-LS82ST4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 24 }

.1.3.6.1.4.1.25506.3.1.9.4.25
hh3cevtModuleSw-BOARD-LS82DSPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 25 }

.1.3.6.1.4.1.25506.3.1.9.4.26
hh3cevtModuleSw-BOARD-LS81GP8U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 26 }

.1.3.6.1.4.1.25506.3.1.9.4.27
hh3cevtModuleSw-BOARD-LS82GT20 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 27 }

.1.3.6.1.4.1.25506.3.1.9.4.28
hh3cevtModuleSw-BOARD-LS82FE48 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 28 }

.1.3.6.1.4.1.25506.3.1.9.4.29
hh3cevtModuleSw-LS82T24B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 29 }

.1.3.6.1.4.1.25506.3.1.9.4.30
hh3cevtModuleSw-LSB1SRPA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 30 }

.1.3.6.1.4.1.25506.3.1.9.4.31
hh3cevtModuleSw-LSB1FT48A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 31 }

.1.3.6.1.4.1.25506.3.1.9.4.32
hh3cevtModuleSw-LSB1FT48B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 32 }

.1.3.6.1.4.1.25506.3.1.9.4.33
hh3cevtModuleSw-LSB1F48GA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 33 }

.1.3.6.1.4.1.25506.3.1.9.4.34
hh3cevtModuleSw-LSB1F48GB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 34 }

.1.3.6.1.4.1.25506.3.1.9.4.35
hh3cevtModuleSw-LSB1FP20A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 35 }

.1.3.6.1.4.1.25506.3.1.9.4.36
hh3cevtModuleSw-LSB1FP20B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 36 }

.1.3.6.1.4.1.25506.3.1.9.4.37
hh3cevtModuleSw-FT48A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 37 }

.1.3.6.1.4.1.25506.3.1.9.4.38
hh3cevtModuleSw-GP4U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 38 }

.1.3.6.1.4.1.25506.3.1.9.4.39
hh3cevtModuleSw-GP2U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 39 }

.1.3.6.1.4.1.25506.3.1.9.4.40
hh3cevtModuleSw-TGX1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 40 }

.1.3.6.1.4.1.25506.3.1.9.4.41
hh3cevtModuleSw-1000BASE-LX-SM-IR-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 41 }

.1.3.6.1.4.1.25506.3.1.9.4.42
hh3cevtModuleSw-1000BASE-SX-MM-SR-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 42 }

.1.3.6.1.4.1.25506.3.1.9.4.43
hh3cevtModuleSw-1000BASE-T-RJ45 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 43 }

.1.3.6.1.4.1.25506.3.1.9.4.44
hh3cevtModuleSw-100BASE-FX-SM-IR-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 44 }

.1.3.6.1.4.1.25506.3.1.9.4.45
hh3cevtModuleSw-100BASE-FX-MM-SR-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 45 }

.1.3.6.1.4.1.25506.3.1.9.4.46
hh3cevtModuleSw-GIGA-STACK-1M-PC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 46 }

.1.3.6.1.4.1.25506.3.1.9.4.47
hh3cevtModuleSw-1000BASE-LX-SM-VLR-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 47 }

.1.3.6.1.4.1.25506.3.1.9.4.48
hh3cevtModuleSw-1000BASE-LX-SM-LR-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 48 }

.1.3.6.1.4.1.25506.3.1.9.4.49
hh3cevtModuleSw-100BASE-FX-SM-LR-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 49 }

.1.3.6.1.4.1.25506.3.1.9.4.50
hh3cevtModuleSw-1000BASE-X-GBIC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 50 }

.1.3.6.1.4.1.25506.3.1.9.4.51
hh3cevtModuleSw-100M-SINGLEMODE-FX-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 51 }

.1.3.6.1.4.1.25506.3.1.9.4.52
hh3cevtModuleSw-100M-MULTIMODE-FX-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 52 }

.1.3.6.1.4.1.25506.3.1.9.4.53
hh3cevtModuleSw-1000BASE-4SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 53 }

.1.3.6.1.4.1.25506.3.1.9.4.54
hh3cevtModuleSw-1000BASE-4GBIC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 54 }

.1.3.6.1.4.1.25506.3.1.9.4.55
hh3cevtModuleSw-1000BASE-FIXED-4SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 55 }

.1.3.6.1.4.1.25506.3.1.9.4.56
hh3cevtModuleSw-1000BASE-FIXED-4GBIC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 56 }

.1.3.6.1.4.1.25506.3.1.9.4.57
hh3cevtModuleSw-LSB1GP12A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 57 }

.1.3.6.1.4.1.25506.3.1.9.4.58
hh3cevtModuleSw-LSB1GP12B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 58 }

.1.3.6.1.4.1.25506.3.1.9.4.59
hh3cevtModuleSw-LSB1TGX1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 59 }

.1.3.6.1.4.1.25506.3.1.9.4.60
hh3cevtModuleSw-LSB1TGX1B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 60 }

.1.3.6.1.4.1.25506.3.1.9.4.61
hh3cevtModuleSw-LSB1P4G8A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 61 }

.1.3.6.1.4.1.25506.3.1.9.4.62
hh3cevtModuleSw-LSB1P4G8B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 62 }

.1.3.6.1.4.1.25506.3.1.9.4.63
hh3cevtModuleSw-LSB1A4G8A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 63 }

.1.3.6.1.4.1.25506.3.1.9.4.64
hh3cevtModuleSw-LSB1A4G8B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 64 }

.1.3.6.1.4.1.25506.3.1.9.4.65
hh3cevtModuleSw-FT48C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 65 }

.1.3.6.1.4.1.25506.3.1.9.4.66
hh3cevtModuleSw-FP20 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 66 }

.1.3.6.1.4.1.25506.3.1.9.4.67
hh3cevtModuleSw-BOARD-LS81FT48 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 67 }

.1.3.6.1.4.1.25506.3.1.9.4.68
hh3cevtModuleSw-BOARD-LS81GB8U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 68 }

.1.3.6.1.4.1.25506.3.1.9.4.69
hh3cevtModuleSw-BOARD-LS81GT8U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 69 }

.1.3.6.1.4.1.25506.3.1.9.4.70
hh3cevtModuleSw-BOARD-LS81FS24 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 70 }

.1.3.6.1.4.1.25506.3.1.9.4.71
hh3cevtModuleSw-BOARD-LS81FM24 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 71 }

.1.3.6.1.4.1.25506.3.1.9.4.72
hh3cevtModuleSw-BOARD-LS82GP20 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 72 }

.1.3.6.1.4.1.25506.3.1.9.4.73
hh3cevtModuleSw-LSB1SRPB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 73 }

.1.3.6.1.4.1.25506.3.1.9.4.74
hh3cevtModuleSw-LSB1F32GA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 74 }

.1.3.6.1.4.1.25506.3.1.9.4.75
hh3cevtModuleSw-LSB1F32GB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 75 }

.1.3.6.1.4.1.25506.3.1.9.4.76
hh3cevtModuleSw-LSB2FT48A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 76 }

.1.3.6.1.4.1.25506.3.1.9.4.77
hh3cevtModuleSw-LSB2FT48B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 77 }

.1.3.6.1.4.1.25506.3.1.9.4.78
hh3cevtModuleSw-LSB1GT12A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 78 }

.1.3.6.1.4.1.25506.3.1.9.4.79
hh3cevtModuleSw-LSB1GT12B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 79 }

.1.3.6.1.4.1.25506.3.1.9.4.80
hh3cevtModuleSw-PC4U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 80 }

.1.3.6.1.4.1.25506.3.1.9.4.81
hh3cevtModuleSw-FT32A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 81 }

.1.3.6.1.4.1.25506.3.1.9.4.82
hh3cevtModuleSw-GT4U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 82 }

.1.3.6.1.4.1.25506.3.1.9.4.83
hh3cevtModuleSw-BOARD-LS83FP20A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 83 }

.1.3.6.1.4.1.25506.3.1.9.4.84
hh3cevtModuleSw-BOARD-LS82HGMU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 84 }

.1.3.6.1.4.1.25506.3.1.9.4.85
hh3cevtModuleSw-LSB1GP8TB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 85 }

.1.3.6.1.4.1.25506.3.1.9.4.86
hh3cevtModuleSw-LSB1GP8TC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 86 }

.1.3.6.1.4.1.25506.3.1.9.4.87
hh3cevtModuleSw-LSB1GT8PB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 87 }

.1.3.6.1.4.1.25506.3.1.9.4.88
hh3cevtModuleSw-LSB1GT8PC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 88 }

.1.3.6.1.4.1.25506.3.1.9.4.89
hh3cevtModuleSw-LSB1FT48C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 89 }

.1.3.6.1.4.1.25506.3.1.9.4.90
hh3cevtModuleSw-LSB1FP20C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 90 }

.1.3.6.1.4.1.25506.3.1.9.4.91
hh3cevtModuleSw-LSB1F32GC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 91 }

.1.3.6.1.4.1.25506.3.1.9.4.92
hh3cevtModuleSw-LSB1GT12C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 92 }

.1.3.6.1.4.1.25506.3.1.9.4.93
hh3cevtModuleSw-LSB1GP12C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 93 }

.1.3.6.1.4.1.25506.3.1.9.4.94
hh3cevtModuleSw-LSB1P4G8C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 94 }

.1.3.6.1.4.1.25506.3.1.9.4.95
hh3cevtModuleSw-LSB1TGX1C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 95 }

.1.3.6.1.4.1.25506.3.1.9.4.96
hh3cevtModuleSw-LSB1GT24B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 96 }

.1.3.6.1.4.1.25506.3.1.9.4.97
hh3cevtModuleSw-LSB1GT24C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 97 }

.1.3.6.1.4.1.25506.3.1.9.4.98
hh3cevtModuleSw-LSB1GP24B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 98 }

.1.3.6.1.4.1.25506.3.1.9.4.99
hh3cevtModuleSw-LSB1GP24C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 99 }

.1.3.6.1.4.1.25506.3.1.9.4.100
hh3cevtModuleSw-LSB1XP2B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 100 }

.1.3.6.1.4.1.25506.3.1.9.4.101
hh3cevtModuleSw-LSB1XP2C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 101 }

.1.3.6.1.4.1.25506.3.1.9.4.102
hh3cevtModuleSw-LSB1GV48B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 102 }

.1.3.6.1.4.1.25506.3.1.9.4.103
hh3cevtModuleSw-LSB1GV48C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 103 }

.1.3.6.1.4.1.25506.3.1.9.4.104
hh3cevtModuleSw-LSB1SRPC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 104 }

.1.3.6.1.4.1.25506.3.1.9.4.105
hh3cevtModuleSw-LSB1SRP1N0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 105 }

.1.3.6.1.4.1.25506.3.1.9.4.106
hh3cevtModuleSw-LSB1SRP1N1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 106 }

.1.3.6.1.4.1.25506.3.1.9.4.107
hh3cevtModuleSw-LSB1SRP1N2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 107 }

.1.3.6.1.4.1.25506.3.1.9.4.108
hh3cevtModuleSw-GT24 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 108 }

.1.3.6.1.4.1.25506.3.1.9.4.109
hh3cevtModuleSw-GP24 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 109 }

.1.3.6.1.4.1.25506.3.1.9.4.110
hh3cevtModuleSw-XP2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 110 }

.1.3.6.1.4.1.25506.3.1.9.4.111
hh3cevtModuleSw-GV48 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 111 }

.1.3.6.1.4.1.25506.3.1.9.4.112
hh3cevtModuleSw-LSG1GP8U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 112 }

.1.3.6.1.4.1.25506.3.1.9.4.113
hh3cevtModuleSw-LSG1GT8U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 113 }

.1.3.6.1.4.1.25506.3.1.9.4.114
hh3cevtModuleSw-LSG1TG1U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 114 }

.1.3.6.1.4.1.25506.3.1.9.4.115
hh3cevtModuleSw-LSG1TD1U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 115 }

.1.3.6.1.4.1.25506.3.1.9.4.116
hh3cevtModuleSw-LSB2FT48C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 116 }

.1.3.6.1.4.1.25506.3.1.9.4.117
hh3cevtModuleSw-LSB1GT48B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 117 }

.1.3.6.1.4.1.25506.3.1.9.4.118
hh3cevtModuleSw-LSB1GT48C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 118 }

.1.3.6.1.4.1.25506.3.1.9.4.119
hh3cevtModuleSw-LS81GT48 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 119 }

.1.3.6.1.4.1.25506.3.1.9.4.120
hh3cevtModuleSw-LS81SRPG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 120 }

.1.3.6.1.4.1.25506.3.1.9.4.121
hh3cevtModuleSw-LS81SRPG1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 121 }

.1.3.6.1.4.1.25506.3.1.9.4.122
hh3cevtModuleSw-LS81SRPG2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 122 }

.1.3.6.1.4.1.25506.3.1.9.4.123
hh3cevtModuleSw-LS81SRPG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 123 }

.1.3.6.1.4.1.25506.3.1.9.4.125
hh3cevtModuleSw-SR01SRPUB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 125 }

.1.3.6.1.4.1.25506.3.1.9.4.126
hh3cevtModuleSw-SR01SRPUA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 126 }

.1.3.6.1.4.1.25506.3.1.9.4.127
hh3cevtModuleSw-SR01GP12L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 127 }

.1.3.6.1.4.1.25506.3.1.9.4.128
hh3cevtModuleSw-SR01GP12W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 128 }

.1.3.6.1.4.1.25506.3.1.9.4.129
hh3cevtModuleSw-SR01FT48L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 129 }

.1.3.6.1.4.1.25506.3.1.9.4.130
hh3cevtModuleSw-SR01FT48W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 130 }

.1.3.6.1.4.1.25506.3.1.9.4.131
hh3cevtModuleSw-SR01XK1W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 131 }

.1.3.6.1.4.1.25506.3.1.9.4.132
hh3cevtModuleSw-SR01FP20W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 132 }

.1.3.6.1.4.1.25506.3.1.9.4.133
hh3cevtModuleSw-SR01GT12W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 133 }

.1.3.6.1.4.1.25506.3.1.9.4.134
hh3cevtModuleSw-SR01F32GL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 134 }

.1.3.6.1.4.1.25506.3.1.9.4.135
hh3cevtModuleSw-SR01F32GW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 135 }

.1.3.6.1.4.1.25506.3.1.9.4.136
hh3cevtModuleSw-SR01GT8PL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 136 }

.1.3.6.1.4.1.25506.3.1.9.4.137
hh3cevtModuleSw-SR01GT8PW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 137 }

.1.3.6.1.4.1.25506.3.1.9.4.138
hh3cevtModuleSw-SR01P4G8W OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 138 }

.1.3.6.1.4.1.25506.3.1.9.4.139
hh3cevtModuleSw-LSA1FP8U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 139 }

.1.3.6.1.4.1.25506.3.1.9.4.140
hh3cevtModuleSw-LSB1SP4B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 140 }

.1.3.6.1.4.1.25506.3.1.9.4.141
hh3cevtModuleSw-LSB1SP4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 141 }

.1.3.6.1.4.1.25506.3.1.9.4.142
hh3cevtModuleSw-LSB1UP1B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 142 }

.1.3.6.1.4.1.25506.3.1.9.4.143
hh3cevtModuleSw-LSB1UP1C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 143 }

.1.3.6.1.4.1.25506.3.1.9.4.144
hh3cevtModuleSw-LSB1XP4B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 144 }

.1.3.6.1.4.1.25506.3.1.9.4.145
hh3cevtModuleSw-LSB1XP4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 145 }

.1.3.6.1.4.1.25506.3.1.9.4.146
hh3cevtModuleSw-SP4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 146 }

.1.3.6.1.4.1.25506.3.1.9.4.147
hh3cevtModuleSw-UP1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 147 }

.1.3.6.1.4.1.25506.3.1.9.4.148
hh3cevtModuleSw-XP4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 148 }

.1.3.6.1.4.1.25506.3.1.9.4.149
hh3cevtModuleSw-LS81VSNP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 149 }

.1.3.6.1.4.1.25506.3.1.9.4.150
hh3cevtModuleSw-LS81T12P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 150 }

.1.3.6.1.4.1.25506.3.1.9.4.151
hh3cevtModuleSw-LS81P12T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 151 }

.1.3.6.1.4.1.25506.3.1.9.4.152
hh3cevtModuleSw-LS81GP8UB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 152 }

.1.3.6.1.4.1.25506.3.1.9.4.153
hh3cevtModuleSw-LS81FT48E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 153 }

.1.3.6.1.4.1.25506.3.1.9.4.154
hh3cevtModuleSw-LS81GP4UB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 154 }

.1.3.6.1.4.1.25506.3.1.9.4.155
hh3cevtModuleSw-LS81GT8UE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 155 }

.1.3.6.1.4.1.25506.3.1.9.4.156
hh3cevtModuleSw-LS81GT48A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 156 }

.1.3.6.1.4.1.25506.3.1.9.4.157
hh3cevtModuleSw-LS81FP48 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 157 }

.1.3.6.1.4.1.25506.3.1.9.4.158
hh3cevtModuleSw-LSB1XK1B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 158 }

.1.3.6.1.4.1.25506.3.1.9.4.159
hh3cevtModuleSw-LSB1XK1C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 159 }

.1.3.6.1.4.1.25506.3.1.9.4.160
hh3cevtModuleSw-SR01SRPUC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 160 }

.1.3.6.1.4.1.25506.3.1.9.4.161
hh3cevtModuleSw-SR01SRPUD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 161 }

.1.3.6.1.4.1.25506.3.1.9.4.162
hh3cevtModuleSw-SR01SRPUE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 162 }

.1.3.6.1.4.1.25506.3.1.9.4.163
hh3cevtModuleSw-LSB1SRP1N3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 163 }

.1.3.6.1.4.1.25506.3.1.9.4.164
hh3cevtModuleSw-LSB1VP2B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 164 }

.1.3.6.1.4.1.25506.3.1.9.4.165
hh3cevtModuleSw-LSB1NATB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 165 }

.1.3.6.1.4.1.25506.3.1.9.4.166
hh3cevtModuleSw-LSB1VPNB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 166 }

.1.3.6.1.4.1.25506.3.1.9.4.167
hh3cevtModuleSw-LSGP8P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 167 }

.1.3.6.1.4.1.25506.3.1.9.4.168
hh3cevtModuleSw-LSXK1P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 168 }

.1.3.6.1.4.1.25506.3.1.9.4.169
hh3cevtModuleSw-LSXP2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 169 }

.1.3.6.1.4.1.25506.3.1.9.4.170
hh3cevtModuleSw-LS81FT48F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 170 }

.1.3.6.1.4.1.25506.3.1.9.4.171
hh3cevtModuleSw-LS81PT8G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 171 }

.1.3.6.1.4.1.25506.3.1.9.4.172
hh3cevtModuleSw-LS81PT4G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 172 }

.1.3.6.1.4.1.25506.3.1.9.4.173
hh3cevtModuleSw-LSSTK24G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 173 }

.1.3.6.1.4.1.25506.3.1.9.4.174
hh3cevtModuleSw-LS82GT20A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 174 }

.1.3.6.1.4.1.25506.3.1.9.4.175
hh3cevtModuleSw-LS82GP20A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 175 }

.1.3.6.1.4.1.25506.3.1.9.4.176
hh3cevtModuleSw-LS81TGX1C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 176 }

.1.3.6.1.4.1.25506.3.1.9.4.177
hh3cevtModuleSw-VP2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 177 }

.1.3.6.1.4.1.25506.3.1.9.4.178
hh3cevtModuleSw-LSA1FB8U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 178 }

.1.3.6.1.4.1.25506.3.1.9.4.179
hh3cevtModuleSw-LS81T12PE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 179 }

.1.3.6.1.4.1.25506.3.1.9.4.180
hh3cevtModuleSw-LS81P12TE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 180 }

.1.3.6.1.4.1.25506.3.1.9.4.181
hh3cevtModuleSw-LSB1SRP2N0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 181 }

.1.3.6.1.4.1.25506.3.1.9.4.182
hh3cevtModuleSw-LSB1SRP2N3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 182 }

.1.3.6.1.4.1.25506.3.1.9.4.183
hh3cevtModuleSw-LSB1GV48DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 183 }

.1.3.6.1.4.1.25506.3.1.9.4.184
hh3cevtModuleSw-LSB1FW8B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 184 }

.1.3.6.1.4.1.25506.3.1.9.4.185
hh3cevtModuleSw-LSB1IPSEC8B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 185 }

.1.3.6.1.4.1.25506.3.1.9.4.186
hh3cevtModuleSw-LSB1IDSB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 186 }

.1.3.6.1.4.1.25506.3.1.9.4.187
hh3cevtModuleSw-LSB1IPSB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 187 }

.1.3.6.1.4.1.25506.3.1.9.4.188
hh3cevtModuleSw-LSB2FT48CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 188 }

.1.3.6.1.4.1.25506.3.1.9.4.189
hh3cevtModuleSw-LSB1FP20CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 189 }

.1.3.6.1.4.1.25506.3.1.9.4.190
hh3cevtModuleSw-LSB1F32GCA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 190 }

.1.3.6.1.4.1.25506.3.1.9.4.191
hh3cevtModuleSw-LSB1P4G8CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 191 }

.1.3.6.1.4.1.25506.3.1.9.4.192
hh3cevtModuleSw-LSB1GT12CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 192 }

.1.3.6.1.4.1.25506.3.1.9.4.193
hh3cevtModuleSw-LSB1GT24CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 193 }

.1.3.6.1.4.1.25506.3.1.9.4.194
hh3cevtModuleSw-LSB1GP12CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 194 }

.1.3.6.1.4.1.25506.3.1.9.4.195
hh3cevtModuleSw-LSB1GP24CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 195 }

.1.3.6.1.4.1.25506.3.1.9.4.196
hh3cevtModuleSw-LSB1GT8PCA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 196 }

.1.3.6.1.4.1.25506.3.1.9.4.197
hh3cevtModuleSw-LSB1XP2CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 197 }

.1.3.6.1.4.1.25506.3.1.9.4.198
hh3cevtModuleSw-LSB1XK1CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 198 }

.1.3.6.1.4.1.25506.3.1.9.4.199
hh3cevtModuleSw-LSB1XP4CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 199 }

.1.3.6.1.4.1.25506.3.1.9.4.200
hh3cevtModuleSw-LSB1UP1CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 200 }

.1.3.6.1.4.1.25506.3.1.9.4.201
hh3cevtModuleSw-LSB1SP4CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 201 }

.1.3.6.1.4.1.25506.3.1.9.4.202
hh3cevtModuleSw-LSB1VP2CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 202 }

.1.3.6.1.4.1.25506.3.1.9.4.203
hh3cevtModuleSw-SR01FT48WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 203 }

.1.3.6.1.4.1.25506.3.1.9.4.204
hh3cevtModuleSw-SR01FP20WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 204 }

.1.3.6.1.4.1.25506.3.1.9.4.205
hh3cevtModuleSw-SR01F32GWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 205 }

.1.3.6.1.4.1.25506.3.1.9.4.206
hh3cevtModuleSw-SR01P4G8WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 206 }

.1.3.6.1.4.1.25506.3.1.9.4.207
hh3cevtModuleSw-SR01GT12WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 207 }

.1.3.6.1.4.1.25506.3.1.9.4.208
hh3cevtModuleSw-SR01GT24WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 208 }

.1.3.6.1.4.1.25506.3.1.9.4.209
hh3cevtModuleSw-SR01GP12WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 209 }

.1.3.6.1.4.1.25506.3.1.9.4.210
hh3cevtModuleSw-SR01GP24WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 210 }

.1.3.6.1.4.1.25506.3.1.9.4.211
hh3cevtModuleSw-SR01GT8PWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 211 }

.1.3.6.1.4.1.25506.3.1.9.4.212
hh3cevtModuleSw-SR01XP2WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 212 }

.1.3.6.1.4.1.25506.3.1.9.4.213
hh3cevtModuleSw-SR01XK1WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 213 }

.1.3.6.1.4.1.25506.3.1.9.4.214
hh3cevtModuleSw-SR01UP1WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 214 }

.1.3.6.1.4.1.25506.3.1.9.4.215
hh3cevtModuleSw-SR01SP4WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 215 }

.1.3.6.1.4.1.25506.3.1.9.4.216
hh3cevtModuleSw-GP8U OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 216 }

.1.3.6.1.4.1.25506.3.1.9.4.217
hh3cevtModuleSw-LSEXP1P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 217 }

.1.3.6.1.4.1.25506.3.1.9.4.218
hh3cevtModuleSw-LSEXK1P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 218 }

.1.3.6.1.4.1.25506.3.1.9.4.219
hh3cevtModuleSw-LSEXS1P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 219 }

.1.3.6.1.4.1.25506.3.1.9.4.220
hh3cevtModuleSw-LS81GP48 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 220 }

.1.3.6.1.4.1.25506.3.1.9.4.221
hh3cevtModuleSw-LS81GT48B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 221 }

.1.3.6.1.4.1.25506.3.1.9.4.222
hh3cevtModuleSw-LS81T16P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 222 }

.1.3.6.1.4.1.25506.3.1.9.4.223
hh3cevtModuleSw-LS81T32P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 223 }

.1.3.6.1.4.1.25506.3.1.9.4.224
hh3cevtModuleSw-LS81TGX2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 224 }

.1.3.6.1.4.1.25506.3.1.9.4.225
hh3cevtModuleSw-LS81TGX4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 225 }

.1.3.6.1.4.1.25506.3.1.9.4.226
hh3cevtModuleSw-LSB1GV48DA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 226 }

.1.3.6.1.4.1.25506.3.1.9.4.227
hh3cevtModuleSw-SR01GV48VB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 227 }

.1.3.6.1.4.1.25506.3.1.9.4.228
hh3cevtModuleSw-LSB1GT24DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 228 }

.1.3.6.1.4.1.25506.3.1.9.4.229
hh3cevtModuleSw-LSB1GP24DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 229 }

.1.3.6.1.4.1.25506.3.1.9.4.230
hh3cevtModuleSw-LSB1GP24DC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 230 }

.1.3.6.1.4.1.25506.3.1.9.4.231
hh3cevtModuleSw-LSB1FW8DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 231 }

.1.3.6.1.4.1.25506.3.1.9.4.232
hh3cevtModuleSw-LSB1IPSEC8DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 232 }

.1.3.6.1.4.1.25506.3.1.9.4.233
hh3cevtModuleSw-SR01GT24VB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 233 }

.1.3.6.1.4.1.25506.3.1.9.4.234
hh3cevtModuleSw-SR01GP24VC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 234 }

.1.3.6.1.4.1.25506.3.1.9.4.235
hh3cevtModuleSw-SR01VP2WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 235 }

.1.3.6.1.4.1.25506.3.1.9.4.236
hh3cevtModuleSw-SR01FW8VB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 236 }

.1.3.6.1.4.1.25506.3.1.9.4.237
hh3cevtModuleSw-SR01IPSEC8VB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 237 }

.1.3.6.1.4.1.25506.3.1.9.4.238
hh3cevtModuleSw-SR01NATL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 238 }

.1.3.6.1.4.1.25506.3.1.9.4.239
hh3cevtModuleSw-SR01VPNL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 239 }

.1.3.6.1.4.1.25506.3.1.9.4.240
hh3cevtModuleSw-LSB1GP24CB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 240 }

.1.3.6.1.4.1.25506.3.1.9.4.241
hh3cevtModuleSw-LSB1GP48DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 241 }

.1.3.6.1.4.1.25506.3.1.9.4.242
hh3cevtModuleSw-LSB1XP2CB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 242 }

.1.3.6.1.4.1.25506.3.1.9.4.243
hh3cevtModuleSw-XP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 243 }

.1.3.6.1.4.1.25506.3.1.9.4.244
hh3cevtModuleSw-LSB1XP4LDB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 244 }

.1.3.6.1.4.1.25506.3.1.9.4.245
hh3cevtModuleSw-LSB1XP4LDC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 245 }

.1.3.6.1.4.1.25506.3.1.9.4.246
hh3cevtModuleSw-AHP4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 246 }

.1.3.6.1.4.1.25506.3.1.9.4.247
hh3cevtModuleSw-LSB1AHP4GCA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 247 }

.1.3.6.1.4.1.25506.3.1.9.4.248
hh3cevtModuleSw-CLP4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 248 }

.1.3.6.1.4.1.25506.3.1.9.4.249
hh3cevtModuleSw-LSB1CLP4GCA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 249 }

.1.3.6.1.4.1.25506.3.1.9.4.250
hh3cevtModuleSw-ET32 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 250 }

.1.3.6.1.4.1.25506.3.1.9.4.251
hh3cevtModuleSw-LSB1ET32GCA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 251 }

.1.3.6.1.4.1.25506.3.1.9.4.252
hh3cevtModuleSw-LSB1IDSDB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 252 }

.1.3.6.1.4.1.25506.3.1.9.4.253
hh3cevtModuleSw-LSB1SRP2N1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 253 }

.1.3.6.1.4.1.25506.3.1.9.4.254
hh3cevtModuleSw-BOARD-LS82SRPB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 254 }

.1.3.6.1.4.1.25506.3.1.9.4.255
hh3cevtModuleSw-BORAD-LS83SRPC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 255 }

.1.3.6.1.4.1.25506.3.1.9.4.256
hh3cevtModuleSw-Main OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 256 }

.1.3.6.1.4.1.25506.3.1.9.4.257
hh3cevtModuleSw-LSB1SRP2N2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 257 }

.1.3.6.1.4.1.25506.3.1.9.4.258
hh3cevtModuleSw-LSB1NAMB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 258 }

.1.3.6.1.4.1.25506.3.1.9.4.259
hh3cevtModuleSw-RSP2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 259 }

.1.3.6.1.4.1.25506.3.1.9.4.260
hh3cevtModuleSw-LSB1RSP2CA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 260 }

.1.3.6.1.4.1.25506.3.1.9.4.261
hh3cevtModuleSw-SR01XP4LVC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 261 }

.1.3.6.1.4.1.25506.3.1.9.4.262
hh3cevtModuleSw-SR01AHP4GWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 262 }

.1.3.6.1.4.1.25506.3.1.9.4.263
hh3cevtModuleSw-SR01CLP4GWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 263 }

.1.3.6.1.4.1.25506.3.1.9.4.264
hh3cevtModuleSw-SR01ET32GWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 264 }

.1.3.6.1.4.1.25506.3.1.9.4.265
hh3cevtModuleSw-SR01IDSVB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 265 }

.1.3.6.1.4.1.25506.3.1.9.4.266
hh3cevtModuleSw-SR01SRPUF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 266 }

.1.3.6.1.4.1.25506.3.1.9.4.267
hh3cevtModuleSw-SR01NAML OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 267 }

.1.3.6.1.4.1.25506.3.1.9.4.268
hh3cevtModuleSw-SR01RSP2WA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 268 }

.1.3.6.1.4.1.25506.3.1.9.4.269
hh3cevtModuleSw-LSPM1XP1P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 269 }

.1.3.6.1.4.1.25506.3.1.9.4.270
hh3cevtModuleSw-LSPM1XP2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 270 }

.1.3.6.1.4.1.25506.3.1.9.4.271
hh3cevtModuleSw-LSPM1CX2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 271 }

.1.3.6.1.4.1.25506.3.1.9.4.272
hh3cevtModuleSw-STK-1000BASE-T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 272 }

.1.3.6.1.4.1.25506.3.1.9.4.300
hh3cevtModuleSw-LSB1SRP1M0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 300 }

.1.3.6.1.4.1.25506.3.1.9.4.301
hh3cevtModuleSw-LSB1SRP1M1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 301 }

.1.3.6.1.4.1.25506.3.1.9.4.302
hh3cevtModuleSw-LSB1GP12DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 302 }

.1.3.6.1.4.1.25506.3.1.9.4.303
hh3cevtModuleSw-LSB1GT12DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 303 }

.1.3.6.1.4.1.25506.3.1.9.4.304
hh3cevtModuleSw-LSB1XK1DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 304 }

.1.3.6.1.4.1.25506.3.1.9.4.305
hh3cevtModuleSw-LSB1XP2DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 305 }

.1.3.6.1.4.1.25506.3.1.9.4.306
hh3cevtModuleSw-LSB1XP2DC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 306 }

.1.3.6.1.4.1.25506.3.1.9.4.307
hh3cevtModuleSw-LSB1GT48LDB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 307 }

.1.3.6.1.4.1.25506.3.1.9.4.308
hh3cevtModuleSw-LSB1XP4TDB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 308 }

.1.3.6.1.4.1.25506.3.1.9.4.309
hh3cevtModuleSw-LSB1XP4TDC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 309 }

.1.3.6.1.4.1.25506.3.1.9.4.310
hh3cevtModuleSw-LSB1RSP2DC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 310 }

.1.3.6.1.4.1.25506.3.1.9.4.311
hh3cevtModuleSw-LSB1VP2DC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 311 }

.1.3.6.1.4.1.25506.3.1.9.4.312
hh3cevtModuleSw-LSB1XP4DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 312 }

.1.3.6.1.4.1.25506.3.1.9.4.313
hh3cevtModuleSw-LSB1SRP2E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 313 }

.1.3.6.1.4.1.25506.3.1.9.4.314
hh3cevtModuleSw-LSB1SRP2E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 314 }

.1.3.6.1.4.1.25506.3.1.9.4.315
hh3cevtModuleSw-LSB1SRP2E2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 315 }

.1.3.6.1.4.1.25506.3.1.9.4.316
hh3cevtModuleSw-LSB1SRP2E3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 316 }

.1.3.6.1.4.1.25506.3.1.9.4.317
hh3cevtModuleSw-SR01SRPUQ OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 317 }

.1.3.6.1.4.1.25506.3.1.9.4.318
hh3cevtModuleSw-AHP1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 318 }

.1.3.6.1.4.1.25506.3.1.9.4.319
hh3cevtModuleSw-AHP2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 319 }

.1.3.6.1.4.1.25506.3.1.9.4.320
hh3cevtModuleSw-CLP1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 320 }

.1.3.6.1.4.1.25506.3.1.9.4.321
hh3cevtModuleSw-CLP2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 321 }

.1.3.6.1.4.1.25506.3.1.9.4.322
hh3cevtModuleSw-ET16 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 322 }

.1.3.6.1.4.1.25506.3.1.9.4.323
hh3cevtModuleSw-LSB1SRP1NA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 323 }

.1.3.6.1.4.1.25506.3.1.9.4.324
hh3cevtModuleSw-LSB1SRP1NA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 324 }

.1.3.6.1.4.1.25506.3.1.9.4.325
hh3cevtModuleSw-LSB1SRP1NA2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 325 }

.1.3.6.1.4.1.25506.3.1.9.4.326
hh3cevtModuleSw-LSB1SRP1NA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 326 }

.1.3.6.1.4.1.25506.3.1.9.4.327
hh3cevtModuleSw-SR01AHP1GWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 327 }

.1.3.6.1.4.1.25506.3.1.9.4.328
hh3cevtModuleSw-SR01AHP2GWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 328 }

.1.3.6.1.4.1.25506.3.1.9.4.329
hh3cevtModuleSw-SR01CLP1GWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 329 }

.1.3.6.1.4.1.25506.3.1.9.4.330
hh3cevtModuleSw-SR01CLP2GWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 330 }

.1.3.6.1.4.1.25506.3.1.9.4.331
hh3cevtModuleSw-SR01ET16GWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 331 }

.1.3.6.1.4.1.25506.3.1.9.4.332
hh3cevtModuleSw-SR01GP12VB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 332 }

.1.3.6.1.4.1.25506.3.1.9.4.333
hh3cevtModuleSw-SR01XK1VB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 333 }

.1.3.6.1.4.1.25506.3.1.9.4.334
hh3cevtModuleSw-SR01XP2VC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 334 }

.1.3.6.1.4.1.25506.3.1.9.4.335
hh3cevtModuleSw-SR01XP4LVB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 335 }

.1.3.6.1.4.1.25506.3.1.9.4.336
hh3cevtModuleSw-SR01SRPUEA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 336 }

.1.3.6.1.4.1.25506.3.1.9.4.337
hh3cevtModuleSw-LSB1SRP1N4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 337 }

.1.3.6.1.4.1.25506.3.1.9.4.338
hh3cevtModuleSw-LSB1SRP1N5 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 338 }

.1.3.6.1.4.1.25506.3.1.9.4.339
hh3cevtModuleSw-LSB1SRP1N6 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 339 }

.1.3.6.1.4.1.25506.3.1.9.4.340
hh3cevtModuleSw-LSB1SRP1N7 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 340 }

.1.3.6.1.4.1.25506.3.1.9.4.341
hh3cevtModuleSw-LSB1SRP2N4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 341 }

.1.3.6.1.4.1.25506.3.1.9.4.342
hh3cevtModuleSw-LSB1SRP2N5 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 342 }

.1.3.6.1.4.1.25506.3.1.9.4.343
hh3cevtModuleSw-LSB1SRP2N6 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 343 }

.1.3.6.1.4.1.25506.3.1.9.4.344
hh3cevtModuleSw-LSB1SRP2N7 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 344 }

.1.3.6.1.4.1.25506.3.1.9.4.345
hh3cevtModuleSw-LSB1SRP1NA4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 345 }

.1.3.6.1.4.1.25506.3.1.9.4.346
hh3cevtModuleSw-LSB1SRP1NA5 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 346 }

.1.3.6.1.4.1.25506.3.1.9.4.347
hh3cevtModuleSw-LSB1SRP1NA6 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 347 }

.1.3.6.1.4.1.25506.3.1.9.4.348
hh3cevtModuleSw-LSB1SRP1NA7 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 348 }

.1.3.6.1.4.1.25506.3.1.9.4.349
hh3cevtModuleSw-LSB2GV48DA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 349 }

.1.3.6.1.4.1.25506.3.1.9.4.350
hh3cevtModuleSw-LSB1RGP2GDB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 350 }

.1.3.6.1.4.1.25506.3.1.9.4.351
hh3cevtModuleSw-LSB1RGP4GDB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 351 }

.1.3.6.1.4.1.25506.3.1.9.4.352
hh3cevtModuleSw-LSB2GP24DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 352 }

.1.3.6.1.4.1.25506.3.1.9.4.353
hh3cevtModuleSw-LSB2GP24DC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 353 }

.1.3.6.1.4.1.25506.3.1.9.4.354
hh3cevtModuleSw-LSB2GT24DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 354 }

.1.3.6.1.4.1.25506.3.1.9.4.355
hh3cevtModuleSw-LSB2FW8DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 355 }

.1.3.6.1.4.1.25506.3.1.9.4.356
hh3cevtModuleSw-LSB2IPSEC8DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 356 }

.1.3.6.1.4.1.25506.3.1.9.4.357
hh3cevtModuleSw-LSB2GV48DB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 357 }

.1.3.6.1.4.1.25506.3.1.9.4.358
hh3cevtModuleSw-RGP2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 358 }

.1.3.6.1.4.1.25506.3.1.9.4.359
hh3cevtModuleSw-RGP4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 359 }

.1.3.6.1.4.1.25506.3.1.9.4.360
hh3cevtModuleSw-SR02FW8VB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 360 }

.1.3.6.1.4.1.25506.3.1.9.4.361
hh3cevtModuleSw-SR02IPSEC8VB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 361 }

.1.3.6.1.4.1.25506.3.1.9.4.362
hh3cevtModuleSw-LSB2SRP1N0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 362 }

.1.3.6.1.4.1.25506.3.1.9.4.363
hh3cevtModuleSw-LSB2SRP1N1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 363 }

.1.3.6.1.4.1.25506.3.1.9.4.364
hh3cevtModuleSw-LSB2SRP1N2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 364 }

.1.3.6.1.4.1.25506.3.1.9.4.365
hh3cevtModuleSw-LSB2SRP1N3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 365 }

.1.3.6.1.4.1.25506.3.1.9.4.366
hh3cevtModuleSw-LSB2SRP1N4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 366 }

.1.3.6.1.4.1.25506.3.1.9.4.367
hh3cevtModuleSw-LSB2SRP1N5 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 367 }

.1.3.6.1.4.1.25506.3.1.9.4.368
hh3cevtModuleSw-LSB2SRP1N6 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 368 }

.1.3.6.1.4.1.25506.3.1.9.4.369
hh3cevtModuleSw-LSB2SRP1N7 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 369 }

.1.3.6.1.4.1.25506.3.1.9.4.370
hh3cevtModuleSw-SR02SRPUE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 370 }

.1.3.6.1.4.1.25506.3.1.9.4.371
hh3cevtModuleSw-SR01LN1BQH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 371 }

.1.3.6.1.4.1.25506.3.1.9.4.372
hh3cevtModuleSw-SR01DXP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 372 }

.1.3.6.1.4.1.25506.3.1.9.4.373
hh3cevtModuleSw-SR01DGP10L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 373 }

.1.3.6.1.4.1.25506.3.1.9.4.374
hh3cevtModuleSw-SR01DRSP2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 374 }

.1.3.6.1.4.1.25506.3.1.9.4.375
hh3cevtModuleSw-SR01DRUP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 375 }

.1.3.6.1.4.1.25506.3.1.9.4.376
hh3cevtModuleSw-SR01DGP20R OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 376 }

.1.3.6.1.4.1.25506.3.1.9.4.377
hh3cevtModuleSw-SR01DPLP8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 377 }

.1.3.6.1.4.1.25506.3.1.9.4.378
hh3cevtModuleSw-SR01DXP2R OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 378 }

.1.3.6.1.4.1.25506.3.1.9.4.379
hh3cevtModuleSw-LSB1FW2A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 379 }

.1.3.6.1.4.1.25506.3.1.9.4.380
hh3cevtModuleSw-LSB1GP48LDB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 380 }

.1.3.6.1.4.1.25506.3.1.9.4.381
hh3cevtModuleSw-SR01LN1BNA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 381 }

.1.3.6.1.4.1.25506.3.1.9.4.382
hh3cevtModuleSw-SR01LN2BQH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 382 }

.1.3.6.1.4.1.25506.3.1.9.4.383
hh3cevtModuleSw-SR01LN2BNA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 383 }

.1.3.6.1.4.1.25506.3.1.9.4.384
hh3cevtModuleSw-SR01DGT20R OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 384 }

.1.3.6.1.4.1.25506.3.1.9.4.385
hh3cevtModuleSw-SR01DPSP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 385 }

.1.3.6.1.4.1.25506.3.1.9.4.386
hh3cevtModuleSw-SR01DPUP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 386 }

.1.3.6.1.4.1.25506.3.1.9.4.387
hh3cevtModuleSw-SR01DPL2G6L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 387 }

.1.3.6.1.4.1.25506.3.1.9.4.388
hh3cevtModuleSw-SR01DPH2G6L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 388 }

.1.3.6.1.4.1.25506.3.1.9.4.389
hh3cevtModuleSw-SR01DPS2G4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 389 }

.1.3.6.1.4.1.25506.3.1.9.4.390
hh3cevtModuleSw-SR01DCL1G8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 390 }

.1.3.6.1.4.1.25506.3.1.9.4.391
hh3cevtModuleSw-SR01DCL2G8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 391 }

.1.3.6.1.4.1.25506.3.1.9.4.392
hh3cevtModuleSw-SR01DET8G8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 392 }

.1.3.6.1.4.1.25506.3.1.9.4.393
hh3cevtModuleSw-SR02SRP2E3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 393 }

.1.3.6.1.4.1.25506.3.1.9.4.394
hh3cevtModuleSw-SR02SRP1E3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 394 }

.1.3.6.1.4.1.25506.3.1.9.4.395
hh3cevtModuleSw-SR02SRP1M3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 395 }

.1.3.6.1.4.1.25506.3.1.9.4.396
hh3cevtModuleSw-SR01DQCP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 396 }

.1.3.6.1.4.1.25506.3.1.9.4.397
hh3cevtModuleSw-SR01DTCP8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 397 }

.1.3.6.1.4.1.25506.3.1.9.4.398
hh3cevtModuleSw-LSB1AFC1A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 398 }

.1.3.6.1.4.1.25506.3.1.9.4.399
hh3cevtModuleSw-LSB1SSL1A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 399 }

.1.3.6.1.4.1.25506.3.1.9.4.400
hh3cevtModuleSw-IMNAM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 400 }

.1.3.6.1.4.1.25506.3.1.9.4.401
hh3cevtModuleSw-IMNAT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 401 }

.1.3.6.1.4.1.25506.3.1.9.4.402
hh3cevtModuleSw-PICAHP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 402 }

.1.3.6.1.4.1.25506.3.1.9.4.403
hh3cevtModuleSw-PICALP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 403 }

.1.3.6.1.4.1.25506.3.1.9.4.404
hh3cevtModuleSw-PICCHP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 404 }

.1.3.6.1.4.1.25506.3.1.9.4.405
hh3cevtModuleSw-PICCHS1G4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 405 }

.1.3.6.1.4.1.25506.3.1.9.4.406
hh3cevtModuleSw-PICCLS4G4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 406 }

.1.3.6.1.4.1.25506.3.1.9.4.407
hh3cevtModuleSw-PICCSP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 407 }

.1.3.6.1.4.1.25506.3.1.9.4.408
hh3cevtModuleSw-LSB1ACG1A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 408 }

.1.3.6.1.4.1.25506.3.1.9.4.409
hh3cevtModuleSw-LST1MRPNC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 409 }

.1.3.6.1.4.1.25506.3.1.9.4.410
hh3cevtModuleSw-LST1SF18B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 410 }

.1.3.6.1.4.1.25506.3.1.9.4.411
hh3cevtModuleSw-LST1SF08B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 411 }

.1.3.6.1.4.1.25506.3.1.9.4.412
hh3cevtModuleSw-LST1GT48LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 412 }

.1.3.6.1.4.1.25506.3.1.9.4.413
hh3cevtModuleSw-LST1GP48LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 413 }

.1.3.6.1.4.1.25506.3.1.9.4.414
hh3cevtModuleSw-LST1XP4LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 414 }

.1.3.6.1.4.1.25506.3.1.9.4.415
hh3cevtModuleSw-LST1XP8LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 415 }

.1.3.6.1.4.1.25506.3.1.9.4.416
hh3cevtModuleSw-LSR1SRP2B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 416 }

.1.3.6.1.4.1.25506.3.1.9.4.417
hh3cevtModuleSw-LSR1SRP2C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 417 }

.1.3.6.1.4.1.25506.3.1.9.4.418
hh3cevtModuleSw-LSR1SRP2B2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 418 }

.1.3.6.1.4.1.25506.3.1.9.4.419
hh3cevtModuleSw-LSR1SRP2C2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 419 }

.1.3.6.1.4.1.25506.3.1.9.4.420
hh3cevtModuleSw-LSR1GT24LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 420 }

.1.3.6.1.4.1.25506.3.1.9.4.421
hh3cevtModuleSw-LSR1GP24LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 421 }

.1.3.6.1.4.1.25506.3.1.9.4.422
hh3cevtModuleSw-LSR1GP24LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 422 }

.1.3.6.1.4.1.25506.3.1.9.4.423
hh3cevtModuleSw-LSR1GT48LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 423 }

.1.3.6.1.4.1.25506.3.1.9.4.424
hh3cevtModuleSw-LSR1GT48LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 424 }

.1.3.6.1.4.1.25506.3.1.9.4.425
hh3cevtModuleSw-LSR1GP48LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 425 }

.1.3.6.1.4.1.25506.3.1.9.4.426
hh3cevtModuleSw-LSR1GP48LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 426 }

.1.3.6.1.4.1.25506.3.1.9.4.427
hh3cevtModuleSw-LSR2GV48REB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 427 }

.1.3.6.1.4.1.25506.3.1.9.4.428
hh3cevtModuleSw-LSR1XP2LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 428 }

.1.3.6.1.4.1.25506.3.1.9.4.429
hh3cevtModuleSw-LSR1XP2LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 429 }

.1.3.6.1.4.1.25506.3.1.9.4.430
hh3cevtModuleSw-LSR1XP4LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 430 }

.1.3.6.1.4.1.25506.3.1.9.4.431
hh3cevtModuleSw-LSR1XP4LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 431 }

.1.3.6.1.4.1.25506.3.1.9.4.432
hh3cevtModuleSw-IMFW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 432 }

.1.3.6.1.4.1.25506.3.1.9.4.433
hh3cevtModuleSw-LSB1LB1A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 433 }

.1.3.6.1.4.1.25506.3.1.9.4.434
hh3cevtModuleSw-LSB1IPS1A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 434 }

.1.3.6.1.4.1.25506.3.1.9.4.435
hh3cevtModuleSw-LST1GT48LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 435 }

.1.3.6.1.4.1.25506.3.1.9.4.436
hh3cevtModuleSw-LST1GP48LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 436 }

.1.3.6.1.4.1.25506.3.1.9.4.437
hh3cevtModuleSw-LST1XP4LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 437 }

.1.3.6.1.4.1.25506.3.1.9.4.438
hh3cevtModuleSw-LST1XP8LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 438 }

.1.3.6.1.4.1.25506.3.1.9.4.439
hh3cevtModuleSw-LST1XP32REB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 439 }

.1.3.6.1.4.1.25506.3.1.9.4.440
hh3cevtModuleSw-LST1XP32REC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 440 }

.1.3.6.1.4.1.25506.3.1.9.4.441
hh3cevtModuleSw-LSR1FW2A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 441 }

.1.3.6.1.4.1.25506.3.1.9.4.442
hh3cevtModuleSw-LSR1SSL1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 442 }

.1.3.6.1.4.1.25506.3.1.9.4.443
hh3cevtModuleSw-SR01DET32G2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 443 }

.1.3.6.1.4.1.25506.3.1.9.4.444
hh3cevtModuleSw-LSR1GP24LEF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 444 }

.1.3.6.1.4.1.25506.3.1.9.4.445
hh3cevtModuleSw-LSR1XP4LEF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 445 }

.1.3.6.1.4.1.25506.3.1.9.4.446
hh3cevtModuleSw-LSR1LB1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 446 }

.1.3.6.1.4.1.25506.3.1.9.4.447
hh3cevtModuleSw-LSR1NSM1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 447 }

.1.3.6.1.4.1.25506.3.1.9.4.448
hh3cevtModuleSw-LSR1ACG1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 448 }

.1.3.6.1.4.1.25506.3.1.9.4.449
hh3cevtModuleSw-LSR1IPS1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 449 }

.1.3.6.1.4.1.25506.3.1.9.4.450
hh3cevtModuleSw-LSR2GP24LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 450 }

.1.3.6.1.4.1.25506.3.1.9.4.451
hh3cevtModuleSw-LSR2GT24LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 451 }

.1.3.6.1.4.1.25506.3.1.9.4.452
hh3cevtModuleSw-LSR2GT48LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 452 }

.1.3.6.1.4.1.25506.3.1.9.4.453
hh3cevtModuleSw-SPC-GP24L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 453 }

.1.3.6.1.4.1.25506.3.1.9.4.454
hh3cevtModuleSw-SPC-GT48L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 454 }

.1.3.6.1.4.1.25506.3.1.9.4.455
hh3cevtModuleSw-SPC-GP48L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 455 }

.1.3.6.1.4.1.25506.3.1.9.4.456
hh3cevtModuleSw-SPC-XP2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 456 }

.1.3.6.1.4.1.25506.3.1.9.4.457
hh3cevtModuleSw-SPC-XP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 457 }

.1.3.6.1.4.1.25506.3.1.9.4.458
hh3cevtModuleSw-SR06SRP2E3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 458 }

.1.3.6.1.4.1.25506.3.1.9.4.459
hh3cevtModuleSw-SPE-2010-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 459 }

.1.3.6.1.4.1.25506.3.1.9.4.460
hh3cevtModuleSw-SPE-2020-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 460 }

.1.3.6.1.4.1.25506.3.1.9.4.461
hh3cevtModuleSw-SPC-XP4L-S-SDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 461 }

.1.3.6.1.4.1.25506.3.1.9.4.462
hh3cevtModuleSw-SPC-GT48L-SDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 462 }

.1.3.6.1.4.1.25506.3.1.9.4.463
hh3cevtModuleSw-SPC-GP48L-S-SDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 463 }

.1.3.6.1.4.1.25506.3.1.9.4.464
hh3cevtModuleSw-SPC-SR02OPMA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 464 }

.1.3.6.1.4.1.25506.3.1.9.4.465
hh3cevtModuleSw-LSR1XP16REB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 465 }

.1.3.6.1.4.1.25506.3.1.9.4.466
hh3cevtModuleSw-LSR1GP48LEF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 466 }

.1.3.6.1.4.1.25506.3.1.9.4.467
hh3cevtModuleSw-LST1GP48LEF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 467 }

.1.3.6.1.4.1.25506.3.1.9.4.468
hh3cevtModuleSw-LST1XP8LEF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 468 }

.1.3.6.1.4.1.25506.3.1.9.4.469
hh3cevtModuleSw-SPE-1010-II OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 469 }

.1.3.6.1.4.1.25506.3.1.9.4.470
hh3cevtModuleSw-SPE-1010-E-II OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 470 }

.1.3.6.1.4.1.25506.3.1.9.4.471
hh3cevtModuleSw-SPE-1020-II OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 471 }

.1.3.6.1.4.1.25506.3.1.9.4.472
hh3cevtModuleSw-SPE-1020-E-II OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 472 }

.1.3.6.1.4.1.25506.3.1.9.4.473
hh3cevtModuleSw-LST1FW2A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 473 }

.1.3.6.1.4.1.25506.3.1.9.4.474
hh3cevtModuleSw-LST1NSM1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 474 }

.1.3.6.1.4.1.25506.3.1.9.4.475
hh3cevtModuleSw-LST1LB1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 475 }

.1.3.6.1.4.1.25506.3.1.9.4.476
hh3cevtModuleSw-LST1ACG1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 476 }

.1.3.6.1.4.1.25506.3.1.9.4.477
hh3cevtModuleSw-LST1IPS1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 477 }

.1.3.6.1.4.1.25506.3.1.9.4.478
hh3cevtModuleSw-LSR1DRUP1L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 478 }

.1.3.6.1.4.1.25506.3.1.9.4.479
hh3cevtModuleSw-LSR1DPUP1L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 479 }

.1.3.6.1.4.1.25506.3.1.9.4.480
hh3cevtModuleSw-LSR1DPSP4L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 480 }

.1.3.6.1.4.1.25506.3.1.9.4.481
hh3cevtModuleSw-LSR1DTCP8L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 481 }

.1.3.6.1.4.1.25506.3.1.9.4.482
hh3cevtModuleSw-LSR1DXP1L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 482 }

.1.3.6.1.4.1.25506.3.1.9.4.483
hh3cevtModuleSw-LSR1DGP10L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 483 }

.1.3.6.1.4.1.25506.3.1.9.4.484
hh3cevtModuleSw-LSR1LN1BNL1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 484 }

.1.3.6.1.4.1.25506.3.1.9.4.485
hh3cevtModuleSw-LSR1LN2BL1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 485 }

.1.3.6.1.4.1.25506.3.1.9.4.486
hh3cevtModuleSw-LSR1SRP2D1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 486 }

.1.3.6.1.4.1.25506.3.1.9.4.487
hh3cevtModuleSw-IM-NAT-II OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 487 }

.1.3.6.1.4.1.25506.3.1.9.4.488
hh3cevtModuleSw-IM-NAM-II OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 488 }

.1.3.6.1.4.1.25506.3.1.9.4.489
hh3cevtModuleSw-CR-MRP-I OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 489 }

.1.3.6.1.4.1.25506.3.1.9.4.490
hh3cevtModuleSw-CR-SF18C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 490 }

.1.3.6.1.4.1.25506.3.1.9.4.491
hh3cevtModuleSw-CR-SF08C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 491 }

.1.3.6.1.4.1.25506.3.1.9.4.492
hh3cevtModuleSw-CR-SPC-XP8LEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 492 }

.1.3.6.1.4.1.25506.3.1.9.4.493
hh3cevtModuleSw-CR-SPC-XP4LEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 493 }

.1.3.6.1.4.1.25506.3.1.9.4.494
hh3cevtModuleSw-CR-SPC-GP48LEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 494 }

.1.3.6.1.4.1.25506.3.1.9.4.495
hh3cevtModuleSw-CR-SPC-GT48LEF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 495 }

.1.3.6.1.4.1.25506.3.1.9.4.496
hh3cevtModuleSw-CR-SPE-3020-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 496 }

.1.3.6.1.4.1.25506.3.1.9.4.497
hh3cevtModuleSw-CR-SPC-PUP4L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 497 }

.1.3.6.1.4.1.25506.3.1.9.4.498
hh3cevtModuleSw-LST1SF08C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 498 }

.1.3.6.1.4.1.25506.3.1.9.4.499
hh3cevtModuleSw-LST1SF18C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 499 }

.1.3.6.1.4.1.25506.3.1.9.4.500
hh3cevtModuleSw-LS81GP16TM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 500 }

.1.3.6.1.4.1.25506.3.1.9.4.501
hh3cevtModuleSw-LS81VP4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 501 }

.1.3.6.1.4.1.25506.3.1.9.4.502
hh3cevtModuleSw-LS8M1PT8P0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 502 }

.1.3.6.1.4.1.25506.3.1.9.4.503
hh3cevtModuleSw-LS8M1PT8GB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 503 }

.1.3.6.1.4.1.25506.3.1.9.4.504
hh3cevtModuleSw-LS8M1PT4GB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 504 }

.1.3.6.1.4.1.25506.3.1.9.4.505
hh3cevtModuleSw-LS81GP2R OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 505 }

.1.3.6.1.4.1.25506.3.1.9.4.506
hh3cevtModuleSw-LS81GP4R OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 506 }

.1.3.6.1.4.1.25506.3.1.9.4.507
hh3cevtModuleSw-LS81IPSECA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 507 }

.1.3.6.1.4.1.25506.3.1.9.4.508
hh3cevtModuleSw-LS81FWA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 508 }

.1.3.6.1.4.1.25506.3.1.9.4.509
hh3cevtModuleSw-LS82VSNP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 509 }

.1.3.6.1.4.1.25506.3.1.9.4.510
hh3cevtModuleSw-LSQ1GV48SA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 510 }

.1.3.6.1.4.1.25506.3.1.9.4.511
hh3cevtModuleSw-LSQ1SRPB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 511 }

.1.3.6.1.4.1.25506.3.1.9.4.512
hh3cevtModuleSw-LSQ1SRP2XB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 512 }

.1.3.6.1.4.1.25506.3.1.9.4.513
hh3cevtModuleSw-LSQ1SRP1CB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 513 }

.1.3.6.1.4.1.25506.3.1.9.4.514
hh3cevtModuleSw-LSQ1FV48SA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 514 }

.1.3.6.1.4.1.25506.3.1.9.4.515
hh3cevtModuleSw-LSD1MPUA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 515 }

.1.3.6.1.4.1.25506.3.1.9.4.516
hh3cevtModuleSw-LSD1GP20A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 516 }

.1.3.6.1.4.1.25506.3.1.9.4.517
hh3cevtModuleSw-LSD1GP20TA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 517 }

.1.3.6.1.4.1.25506.3.1.9.4.518
hh3cevtModuleSw-LSD1GP36A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 518 }

.1.3.6.1.4.1.25506.3.1.9.4.519
hh3cevtModuleSw-LSD1GP20XA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 519 }

.1.3.6.1.4.1.25506.3.1.9.4.520
hh3cevtModuleSw-LSD1GP20EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 520 }

.1.3.6.1.4.1.25506.3.1.9.4.521
hh3cevtModuleSw-LSD1GP20RA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 521 }

.1.3.6.1.4.1.25506.3.1.9.4.522
hh3cevtModuleSw-LSD1GP16A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 522 }

.1.3.6.1.4.1.25506.3.1.9.4.523
hh3cevtModuleSw-LSD1GT16A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 523 }

.1.3.6.1.4.1.25506.3.1.9.4.524
hh3cevtModuleSw-LSD1XP2A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 524 }

.1.3.6.1.4.1.25506.3.1.9.4.525
hh3cevtModuleSw-LSD1EP2A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 525 }

.1.3.6.1.4.1.25506.3.1.9.4.526
hh3cevtModuleSw-LSD1RP2A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 526 }

.1.3.6.1.4.1.25506.3.1.9.4.527
hh3cevtModuleSw-LSQ1GV48SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 527 }

.1.3.6.1.4.1.25506.3.1.9.4.528
hh3cevtModuleSw-LSQ1FP48SA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 528 }

.1.3.6.1.4.1.25506.3.1.9.4.529
hh3cevtModuleSw-LSQ1GP24SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 529 }

.1.3.6.1.4.1.25506.3.1.9.4.530
hh3cevtModuleSw-LSQ1GT24SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 530 }

.1.3.6.1.4.1.25506.3.1.9.4.531
hh3cevtModuleSw-LSQ1TGX2SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 531 }

.1.3.6.1.4.1.25506.3.1.9.4.532
hh3cevtModuleSw-LSQ1GP12EA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 532 }

.1.3.6.1.4.1.25506.3.1.9.4.533
hh3cevtModuleSw-LSQ1TGX1EA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 533 }

.1.3.6.1.4.1.25506.3.1.9.4.534
hh3cevtModuleSw-LSQ1P24XGSC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 534 }

.1.3.6.1.4.1.25506.3.1.9.4.535
hh3cevtModuleSw-LSQ1T24XGSC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 535 }

.1.3.6.1.4.1.25506.3.1.9.4.536
hh3cevtModuleSw-LS81TGX1B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 536 }

.1.3.6.1.4.1.25506.3.1.9.4.537
hh3cevtModuleSw-LSQ1PT4PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 537 }

.1.3.6.1.4.1.25506.3.1.9.4.538
hh3cevtModuleSw-LS81SRPG13 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 538 }

.1.3.6.1.4.1.25506.3.1.9.4.539
hh3cevtModuleSw-LS81SRPG14 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 539 }

.1.3.6.1.4.1.25506.3.1.9.4.540
hh3cevtModuleSw-LS81SRPG15 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 540 }

.1.3.6.1.4.1.25506.3.1.9.4.541
hh3cevtModuleSw-LSQ1GP48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 541 }

.1.3.6.1.4.1.25506.3.1.9.4.542
hh3cevtModuleSw-LSQ1GP12SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 542 }

.1.3.6.1.4.1.25506.3.1.9.4.543
hh3cevtModuleSw-LSD1SRPA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 543 }

.1.3.6.1.4.1.25506.3.1.9.4.544
hh3cevtModuleSw-LSD1SRPB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 544 }

.1.3.6.1.4.1.25506.3.1.9.4.545
hh3cevtModuleSw-LSD1SRPC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 545 }

.1.3.6.1.4.1.25506.3.1.9.4.546
hh3cevtModuleSw-LSD1GT16PES0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 546 }

.1.3.6.1.4.1.25506.3.1.9.4.547
hh3cevtModuleSw-LSD1GP24ES0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 547 }

.1.3.6.1.4.1.25506.3.1.9.4.548
hh3cevtModuleSw-LSD1GT24XES0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 548 }

.1.3.6.1.4.1.25506.3.1.9.4.549
hh3cevtModuleSw-LSD1GP24XES0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 549 }

.1.3.6.1.4.1.25506.3.1.9.4.550
hh3cevtModuleSw-LSD1XP2ES0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 550 }

.1.3.6.1.4.1.25506.3.1.9.4.551
hh3cevtModuleSw-LSD1GP48ES0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 551 }

.1.3.6.1.4.1.25506.3.1.9.4.552
hh3cevtModuleSw-LSQ1MPUA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 552 }

.1.3.6.1.4.1.25506.3.1.9.4.553
hh3cevtModuleSw-LSQ1MPUA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 553 }

.1.3.6.1.4.1.25506.3.1.9.4.554
hh3cevtModuleSw-LSQ1FWBSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 554 }

.1.3.6.1.4.1.25506.3.1.9.4.555
hh3cevtModuleSw-LSQ1PT8PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 555 }

.1.3.6.1.4.1.25506.3.1.9.4.556
hh3cevtModuleSw-LSQ1PT16PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 556 }

.1.3.6.1.4.1.25506.3.1.9.4.557
hh3cevtModuleSw-SA11MPUA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 557 }

.1.3.6.1.4.1.25506.3.1.9.4.558
hh3cevtModuleSw-SA11MPUB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 558 }

.1.3.6.1.4.1.25506.3.1.9.4.559
hh3cevtModuleSw-LSQ1AFCBSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 559 }

.1.3.6.1.4.1.25506.3.1.9.4.560
hh3cevtModuleSw-LSQ1MPUB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 560 }

.1.3.6.1.4.1.25506.3.1.9.4.561
hh3cevtModuleSw-LSQ1MPUB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 561 }

.1.3.6.1.4.1.25506.3.1.9.4.562
hh3cevtModuleSw-LSQ1PT4PSC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 562 }

.1.3.6.1.4.1.25506.3.1.9.4.563
hh3cevtModuleSw-LSQ1PT8PSC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 563 }

.1.3.6.1.4.1.25506.3.1.9.4.564
hh3cevtModuleSw-LSQ1PT16PSC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 564 }

.1.3.6.1.4.1.25506.3.1.9.4.565
hh3cevtModuleSw-LSQ1FP48USA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 565 }

.1.3.6.1.4.1.25506.3.1.9.4.566
hh3cevtModuleSw-LSQ1FP48USA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 566 }

.1.3.6.1.4.1.25506.3.1.9.4.567
hh3cevtModuleSw-LSQ1FV48USA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 567 }

.1.3.6.1.4.1.25506.3.1.9.4.568
hh3cevtModuleSw-LSQ1FV48USA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 568 }

.1.3.6.1.4.1.25506.3.1.9.4.569
hh3cevtModuleSw-LSQ1SRPD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 569 }

.1.3.6.1.4.1.25506.3.1.9.4.570
hh3cevtModuleSw-LSQ1CGP24TSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 570 }

.1.3.6.1.4.1.25506.3.1.9.4.571
hh3cevtModuleSw-LSQ1GP24TSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 571 }

.1.3.6.1.4.1.25506.3.1.9.4.572
hh3cevtModuleSw-LSQ1ACGASC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 572 }

.1.3.6.1.4.1.25506.3.1.9.4.573
hh3cevtModuleSw-LSD1XP1ES0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 573 }

.1.3.6.1.4.1.25506.3.1.9.4.574
hh3cevtModuleSw-LSD1GP12ES0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 574 }

.1.3.6.1.4.1.25506.3.1.9.4.575
hh3cevtModuleSw-LSQ1SRP12GB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 575 }

.1.3.6.1.4.1.25506.3.1.9.4.576
hh3cevtModuleSw-LSQ1GV40PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 576 }

.1.3.6.1.4.1.25506.3.1.9.4.577
hh3cevtModuleSw-LSQ1FWBSC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 577 }

.1.3.6.1.4.1.25506.3.1.9.4.578
hh3cevtModuleSw-LSQ1NSMSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 578 }

.1.3.6.1.4.1.25506.3.1.9.4.579
hh3cevtModuleSw-LSQ1NSMSC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 579 }

.1.3.6.1.4.1.25506.3.1.9.4.580
hh3cevtModuleSw-LSQ1AFDBSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 580 }

.1.3.6.1.4.1.25506.3.1.9.4.581
hh3cevtModuleSw-LS81MPUB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 581 }

.1.3.6.1.4.1.25506.3.1.9.4.582
hh3cevtModuleSw-LS81FP48XL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 582 }

.1.3.6.1.4.1.25506.3.1.9.4.583
hh3cevtModuleSw-LS81FT48XL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 583 }

.1.3.6.1.4.1.25506.3.1.9.4.584
hh3cevtModuleSw-LS81GP12XL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 584 }

.1.3.6.1.4.1.25506.3.1.9.4.585
hh3cevtModuleSw-LS81GP24XL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 585 }

.1.3.6.1.4.1.25506.3.1.9.4.586
hh3cevtModuleSw-LS81GP48XL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 586 }

.1.3.6.1.4.1.25506.3.1.9.4.587
hh3cevtModuleSw-LS81GT24XL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 587 }

.1.3.6.1.4.1.25506.3.1.9.4.588
hh3cevtModuleSw-LS81GT48XL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 588 }

.1.3.6.1.4.1.25506.3.1.9.4.589
hh3cevtModuleSw-LS81TGX2XL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 589 }

.1.3.6.1.4.1.25506.3.1.9.4.590
hh3cevtModuleSw-LSQ1GV48SD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 590 }

.1.3.6.1.4.1.25506.3.1.9.4.591
hh3cevtModuleSw-LSQ1GP48EB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 591 }

.1.3.6.1.4.1.25506.3.1.9.4.592
hh3cevtModuleSw-LSQ1IPSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 592 }

.1.3.6.1.4.1.25506.3.1.9.4.593
hh3cevtModuleSw-LSQ1GV48SD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 593 }

.1.3.6.1.4.1.25506.3.1.9.4.594
hh3cevtModuleSw-LSQ1GP48SD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 594 }

.1.3.6.1.4.1.25506.3.1.9.4.595
hh3cevtModuleSw-LSQ1GP48SD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 595 }

.1.3.6.1.4.1.25506.3.1.9.4.596
hh3cevtModuleSw-LSQ1SRPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 596 }

.1.3.6.1.4.1.25506.3.1.9.4.597
hh3cevtModuleSw-LSQ1SRPA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 597 }

.1.3.6.1.4.1.25506.3.1.9.4.598
hh3cevtModuleSw-LSQ2FP48SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 598 }

.1.3.6.1.4.1.25506.3.1.9.4.599
hh3cevtModuleSw-LSQ2FP48SA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 599 }

.1.3.6.1.4.1.25506.3.1.9.4.600
hh3cevtModuleSw-LSQ2FT48SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 600 }

.1.3.6.1.4.1.25506.3.1.9.4.601
hh3cevtModuleSw-LSQ2FT48SA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 601 }

.1.3.6.1.4.1.25506.3.1.9.4.602
hh3cevtModuleSw-LSQ1GV24PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 602 }

.1.3.6.1.4.1.25506.3.1.9.4.603
hh3cevtModuleSw-LSQ1GV24PSC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 603 }

.1.3.6.1.4.1.25506.3.1.9.4.604
hh3cevtModuleSw-LSQ1CGV24PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 604 }

.1.3.6.1.4.1.25506.3.1.9.4.605
hh3cevtModuleSw-LSQ1CGV24PSC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 605 }

.1.3.6.1.4.1.25506.3.1.9.4.606
hh3cevtModuleSw-LSQ1GP24TEB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 606 }

.1.3.6.1.4.1.25506.3.1.9.4.607
hh3cevtModuleSw-LSQ1GP24TEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 607 }

.1.3.6.1.4.1.25506.3.1.9.4.608
hh3cevtModuleSw-LSQ1GP24TSD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 608 }

.1.3.6.1.4.1.25506.3.1.9.4.609
hh3cevtModuleSw-LSQ1GP24TSD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 609 }

.1.3.6.1.4.1.25506.3.1.9.4.610
hh3cevtModuleSw-LSQ1GP24TXSD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 610 }

.1.3.6.1.4.1.25506.3.1.9.4.611
hh3cevtModuleSw-LSQ1GP24TXSD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 611 }

.1.3.6.1.4.1.25506.3.1.9.4.612
hh3cevtModuleSw-LSQ1TGX2EB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 612 }

.1.3.6.1.4.1.25506.3.1.9.4.613
hh3cevtModuleSw-LSQ1TGX2EB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 613 }

.1.3.6.1.4.1.25506.3.1.9.4.614
hh3cevtModuleSw-LSQ1TGX2SD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 614 }

.1.3.6.1.4.1.25506.3.1.9.4.615
hh3cevtModuleSw-LSQ1TGX2SD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 615 }

.1.3.6.1.4.1.25506.3.1.9.4.616
hh3cevtModuleSw-LSQ1TGX4SD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 616 }

.1.3.6.1.4.1.25506.3.1.9.4.617
hh3cevtModuleSw-LSQ1TGX4SD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 617 }

.1.3.6.1.4.1.25506.3.1.9.4.618
hh3cevtModuleSw-LSQ1TGX8SD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 618 }

.1.3.6.1.4.1.25506.3.1.9.4.619
hh3cevtModuleSw-LSQ1TGX8SD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 619 }

.1.3.6.1.4.1.25506.3.1.9.4.620
hh3cevtModuleSw-LSQ1GP48EB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 620 }

.1.3.6.1.4.1.25506.3.1.9.4.621
hh3cevtModuleSw-LSQ1TGX4EB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 621 }

.1.3.6.1.4.1.25506.3.1.9.4.622
hh3cevtModuleSw-LSQ1TGX4EB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 622 }

.1.3.6.1.4.1.25506.3.1.9.4.623
hh3cevtModuleSw-LSQ1GP12SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 623 }

.1.3.6.1.4.1.25506.3.1.9.4.624
hh3cevtModuleSw-LSQ1GP24TSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 624 }

.1.3.6.1.4.1.25506.3.1.9.4.625
hh3cevtModuleSw-LSQ1GP48SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 625 }

.1.3.6.1.4.1.25506.3.1.9.4.626
hh3cevtModuleSw-LSQ1GV48SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 626 }

.1.3.6.1.4.1.25506.3.1.9.4.627
hh3cevtModuleSw-LSQ1MPUA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 627 }

.1.3.6.1.4.1.25506.3.1.9.4.628
hh3cevtModuleSw-LSQ1SRP1CB3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 628 }

.1.3.6.1.4.1.25506.3.1.9.4.629
hh3cevtModuleSw-LSQ1SRPA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 629 }

.1.3.6.1.4.1.25506.3.1.9.4.630
hh3cevtModuleSw-LSQ2FP48SA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 630 }

.1.3.6.1.4.1.25506.3.1.9.4.631
hh3cevtModuleSw-LSQ2FT48SA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 631 }

.1.3.6.1.4.1.25506.3.1.9.4.632
hh3cevtModuleSw-LSQ1MPUB3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 632 }

.1.3.6.1.4.1.25506.3.1.9.4.633
hh3cevtModuleSw-LSQ1CGP24TSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 633 }

.1.3.6.1.4.1.25506.3.1.9.4.634
hh3cevtModuleSw-LSQ1MPUB4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 634 }

.1.3.6.1.4.1.25506.3.1.9.4.635
hh3cevtModuleSw-LSQ1SRPD4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 635 }

.1.3.6.1.4.1.25506.3.1.9.4.636
hh3cevtModuleSw-LSQ1SSLSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 636 }

.1.3.6.1.4.1.25506.3.1.9.4.637
hh3cevtModuleSw-LSQ1LBSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 637 }

.1.3.6.1.4.1.25506.3.1.9.4.638
hh3cevtModuleSw-LSQ1NAT24SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 638 }

.1.3.6.1.4.1.25506.3.1.9.4.639
hh3cevtModuleSw-LSQ1SRP12GB4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 639 }

.1.3.6.1.4.1.25506.3.1.9.4.640
hh3cevtModuleSw-LSQ1TGS8SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 640 }

.1.3.6.1.4.1.25506.3.1.9.4.641
hh3cevtModuleSw-LSQ3PT4PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 641 }

.1.3.6.1.4.1.25506.3.1.9.4.642
hh3cevtModuleSw-EWPXM2MPUB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 642 }

.1.3.6.1.4.1.25506.3.1.9.4.643
hh3cevtModuleSw-EWPXM2SRP12GB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 643 }

.1.3.6.1.4.1.25506.3.1.9.4.644
hh3cevtModuleSw-EWPXM2SRPD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 644 }

.1.3.6.1.4.1.25506.3.1.9.4.645
hh3cevtModuleSw-EWPXM2GP24TSD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 645 }

.1.3.6.1.4.1.25506.3.1.9.4.646
hh3cevtModuleSw-EWPXM2GP24TXSD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 646 }

.1.3.6.1.4.1.25506.3.1.9.4.647
hh3cevtModuleSw-EWPXM2TGX4SD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 647 }

.1.3.6.1.4.1.25506.3.1.9.4.648
hh3cevtModuleSw-EWPXM2GP48SD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 648 }

.1.3.6.1.4.1.25506.3.1.9.4.649
hh3cevtModuleSw-EWPXM2GP24TSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 649 }

.1.3.6.1.4.1.25506.3.1.9.4.650
hh3cevtModuleSw-EWPXM2TGX2SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 650 }

.1.3.6.1.4.1.25506.3.1.9.4.651
hh3cevtModuleSw-EWPXM2GP48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 651 }

.1.3.6.1.4.1.25506.3.1.9.4.652
hh3cevtModuleSw-LS7500-GP48-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 652 }

.1.3.6.1.4.1.25506.3.1.9.4.653
hh3cevtModuleSw-LS7500-GP48-SD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 653 }

.1.3.6.1.4.1.25506.3.1.9.4.654
hh3cevtModuleSw-LS7500-GT48-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 654 }

.1.3.6.1.4.1.25506.3.1.9.4.655
hh3cevtModuleSw-LS7500-GT48-SD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 655 }

.1.3.6.1.4.1.25506.3.1.9.4.656
hh3cevtModuleSw-LS7500-SRPG1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 656 }

.1.3.6.1.4.1.25506.3.1.9.4.657
hh3cevtModuleSw-LS7500-SRPG2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 657 }

.1.3.6.1.4.1.25506.3.1.9.4.658
hh3cevtModuleSw-LS7500-XP4-SD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 658 }

.1.3.6.1.4.1.25506.3.1.9.4.659
hh3cevtModuleSw-LS7500-XP8-SD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 659 }

.1.3.6.1.4.1.25506.3.1.9.4.660
hh3cevtModuleSw-LSQ4PT4PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 660 }

.1.3.6.1.4.1.25506.3.1.9.4.661
hh3cevtModuleSw-LSQ4PT8PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 661 }

.1.3.6.1.4.1.25506.3.1.9.4.662
hh3cevtModuleSw-LSQ4PT16PSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 662 }

.1.3.6.1.4.1.25506.3.1.9.4.663
hh3cevtModuleSw-LSQ1GP24TSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 663 }

.1.3.6.1.4.1.25506.3.1.9.4.664
hh3cevtModuleSw-LSQ1GV24PSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 664 }

.1.3.6.1.4.1.25506.3.1.9.4.665
hh3cevtModuleSw-LSQ1SRPD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 665 }

.1.3.6.1.4.1.25506.3.1.9.4.666
hh3cevtModuleSw-LSQ1SUPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 666 }

.1.3.6.1.4.1.25506.3.1.9.4.667
hh3cevtModuleSw-LSU1FAB04A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 667 }

.1.3.6.1.4.1.25506.3.1.9.4.668
hh3cevtModuleSw-LSU1FAB08A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 668 }

.1.3.6.1.4.1.25506.3.1.9.4.669
hh3cevtModuleSw-LSU1TGS8EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 669 }

.1.3.6.1.4.1.25506.3.1.9.4.670
hh3cevtModuleSw-LSU1TGS8EB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 670 }

.1.3.6.1.4.1.25506.3.1.9.4.671
hh3cevtModuleSw-LSU1TGS8SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 671 }

.1.3.6.1.4.1.25506.3.1.9.4.672
hh3cevtModuleSw-LSUTGS16SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 672 }

.1.3.6.1.4.1.25506.3.1.9.4.673
hh3cevtModuleSw-LSU1SUPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 673 }

.1.3.6.1.4.1.25506.3.1.9.4.674
hh3cevtModuleSw-LSU1GP24TXEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 674 }

.1.3.6.1.4.1.25506.3.1.9.4.675
hh3cevtModuleSw-LSU1GP24TXEB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 675 }

.1.3.6.1.4.1.25506.3.1.9.4.676
hh3cevtModuleSw-LSU1GP24TXSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 676 }

.1.3.6.1.4.1.25506.3.1.9.4.677
hh3cevtModuleSw-LSU1GP48EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 677 }

.1.3.6.1.4.1.25506.3.1.9.4.678
hh3cevtModuleSw-LSU1GP48EB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 678 }

.1.3.6.1.4.1.25506.3.1.9.4.679
hh3cevtModuleSw-LSU1GP48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 679 }

.1.3.6.1.4.1.25506.3.1.9.4.680
hh3cevtModuleSw-LSU1GT48EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 680 }

.1.3.6.1.4.1.25506.3.1.9.4.681
hh3cevtModuleSw-LSU1GT48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 681 }

.1.3.6.1.4.1.25506.3.1.9.4.682
hh3cevtModuleSw-LSU1TGX4EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 682 }

.1.3.6.1.4.1.25506.3.1.9.4.683
hh3cevtModuleSw-LSU1TGX4EB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 683 }

.1.3.6.1.4.1.25506.3.1.9.4.684
hh3cevtModuleSw-LSU1TGX4SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 684 }

.1.3.6.1.4.1.25506.3.1.9.4.685
hh3cevtModuleSw-LSQ1FAB08A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 685 }

.1.3.6.1.4.1.25506.3.1.9.4.686
hh3cevtModuleSw-EWPX2WCMD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 686 }

.1.3.6.1.4.1.25506.3.1.9.4.687
hh3cevtModuleSw-LSQ1WCMD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 687 }

.1.3.6.1.4.1.25506.3.1.9.4.688
hh3cevtModuleSw-LSQ1IAGSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 688 }

.1.3.6.1.4.1.25506.3.1.9.4.689
hh3cevtModuleSw-LSU1GP24TSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 689 }

.1.3.6.1.4.1.25506.3.1.9.4.690
hh3cevtModuleSw-LSQ1TGS16SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 690 }

.1.3.6.1.4.1.25506.3.1.9.4.691
hh3cevtModuleSw-EWPX2TGS16SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 691 }

.1.3.6.1.4.1.25506.3.1.9.4.692
hh3cevtModuleSw-LSQ1SUPA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 692 }

.1.3.6.1.4.1.25506.3.1.9.4.693
hh3cevtModuleSw-LSQ1FAB04A3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 693 }

.1.3.6.1.4.1.25506.3.1.9.4.694
hh3cevtModuleSw-LSQ1FAB08A3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 694 }

.1.3.6.1.4.1.25506.3.1.9.4.695
hh3cevtModuleSw-LSQ1GT48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 695 }

.1.3.6.1.4.1.25506.3.1.9.4.696
hh3cevtModuleSw-LSR2SRP2C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 696 }

.1.3.6.1.4.1.25506.3.1.9.4.697
hh3cevtModuleSw-LSR2SRP2C2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 697 }

.1.3.6.1.4.1.25506.3.1.9.4.701
hh3cevtModuleSw-1000BASE-X-COMBO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 701 }

.1.3.6.1.4.1.25506.3.1.9.4.702
hh3cevtModuleSw-EPON-1000M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 702 }

.1.3.6.1.4.1.25506.3.1.9.4.703
hh3cevtModuleSw-1000BASE-FIXED-2SFP-T-2RJ45 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 703 }

.1.3.6.1.4.1.25506.3.1.9.4.704
hh3cevtModuleSw-100M-1550-BIDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 704 }

.1.3.6.1.4.1.25506.3.1.9.4.705
hh3cevtModuleSw-100M-1310-BIDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 705 }

.1.3.6.1.4.1.25506.3.1.9.4.706
hh3cevtModuleSw-1000BASE-FIXED-4RJ45-4SFP-COMBO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 706 }

.1.3.6.1.4.1.25506.3.1.9.4.707
hh3cevtModuleSw-LSH1PK2T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 707 }

.1.3.6.1.4.1.25506.3.1.9.4.708
hh3cevtModuleSw-LSPM2GP2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 708 }

.1.3.6.1.4.1.25506.3.1.9.4.709
hh3cevtModuleSw-LSWM1GT16P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 709 }

.1.3.6.1.4.1.25506.3.1.9.4.710
hh3cevtModuleSw-LSWM1GP16P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 710 }

.1.3.6.1.4.1.25506.3.1.9.4.711
hh3cevtModuleSw-LSWM1XP2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 711 }

.1.3.6.1.4.1.25506.3.1.9.4.712
hh3cevtModuleSw-LSWM1XP4P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 712 }

.1.3.6.1.4.1.25506.3.1.9.4.713
hh3cevtModuleSw-LSWM1SP2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 713 }

.1.3.6.1.4.1.25506.3.1.9.4.714
hh3cevtModuleSw-LSWM1SP4P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 714 }

.1.3.6.1.4.1.25506.3.1.9.4.715
hh3cevtModuleSw-LSWM148POEM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 715 }

.1.3.6.1.4.1.25506.3.1.9.4.716
hh3cevtModuleSw-LSWM1FW10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 716 }

.1.3.6.1.4.1.25506.3.1.9.4.717
hh3cevtModuleSw-LSWM1WCM10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 717 }

.1.3.6.1.4.1.25506.3.1.9.4.718
hh3cevtModuleSw-LSWM1IPS10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 718 }

.1.3.6.1.4.1.25506.3.1.9.4.719
hh3cevtModuleSw-LSWM1WCM20 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 719 }

.1.3.6.1.4.1.25506.3.1.9.4.720
hh3cevtModuleSw-IPS-T1000-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 720 }

.1.3.6.1.4.1.25506.3.1.9.4.721
hh3cevtModuleSw-IPS-T1000-A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 721 }

.1.3.6.1.4.1.25506.3.1.9.4.722
hh3cevtModuleSw-IPS-T1000-S OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 722 }

.1.3.6.1.4.1.25506.3.1.9.4.723
hh3cevtModuleSw-IPS-GX4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 723 }

.1.3.6.1.4.1.25506.3.1.9.4.724
hh3cevtModuleSw-IPS-GT4C OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 724 }

.1.3.6.1.4.1.25506.3.1.9.4.725
hh3cevtModuleSw-LSPM2SP2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 725 }

.1.3.6.1.4.1.25506.3.1.9.4.726
hh3cevtModuleSw-LSPM2SP2PA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 726 }

.1.3.6.1.4.1.25506.3.1.9.4.727
hh3cevtModuleSw-LSP5GP8P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 727 }

.1.3.6.1.4.1.25506.3.1.9.4.728
hh3cevtModuleSw-LSP5GT8P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 728 }

.1.3.6.1.4.1.25506.3.1.9.4.729
hh3cevtModuleSw-LSWM1FC4P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 729 }

.1.3.6.1.4.1.25506.3.1.9.4.730
hh3cevtModuleSw-LSW1XGT4P0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 730 }

.1.3.6.1.4.1.25506.3.1.9.4.731
hh3cevtModuleSw-LSW1XGT2P0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 731 }

.1.3.6.1.4.1.25506.3.1.9.4.732
hh3cevtModuleSw-LSP1XGT2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 732 }

.1.3.6.1.4.1.25506.3.1.9.4.733
hh3cevtModuleSw-LSPM3XGT2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 733 }

.1.3.6.1.4.1.25506.3.1.9.4.734
hh3cevtModuleSw-LSWM2QP2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 734 }

.1.3.6.1.4.1.25506.3.1.9.4.735
hh3cevtModuleSw-LSWM2XGT2PM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 735 }

.1.3.6.1.4.1.25506.3.1.9.4.736
hh3cevtModuleSw-LSWM2SP2PM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 736 }

.1.3.6.1.4.1.25506.3.1.9.4.737
hh3cevtModuleSw-LSWM2SP8PM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 737 }

.1.3.6.1.4.1.25506.3.1.9.4.738
hh3cevtModuleSw-LSWM2SP8P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 738 }

.1.3.6.1.4.1.25506.3.1.9.4.739
hh3cevtModuleSw-LSWM2XGT8PM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 739 }

.1.3.6.1.4.1.25506.3.1.9.4.740
hh3cevtModuleSw-LSWM18QC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 740 }

.1.3.6.1.4.1.25506.3.1.9.4.741
hh3cevtModuleSw-LSWM124XG2Q OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 741 }

.1.3.6.1.4.1.25506.3.1.9.4.742
hh3cevtModuleSw-LSWM124XGT2Q OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 742 }

.1.3.6.1.4.1.25506.3.1.9.4.743
hh3cevtModuleSw-LSWM124XG2QL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 743 }

.1.3.6.1.4.1.25506.3.1.9.4.744
hh3cevtModuleSw-LSWM124XG2QFC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 744 }

.1.3.6.1.4.1.25506.3.1.9.4.745
hh3cevtModuleSw-LSWM18QC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 745 }

.1.3.6.1.4.1.25506.3.1.9.4.746
hh3cevtModuleSw-LSWM124XGT2Q0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 746 }

.1.3.6.1.4.1.25506.3.1.9.4.747
hh3cevtModuleSw-LSWM124XG2QL0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 747 }

.1.3.6.1.4.1.25506.3.1.9.4.748
hh3cevtModuleSw-LSP6G4T6P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 748 }

.1.3.6.1.4.1.25506.3.1.9.4.749
hh3cevtModuleSw-LSPM6QP2PS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 749 }

.1.3.6.1.4.1.25506.3.1.9.4.750
hh3cevtModuleSw-LSWM12H2Q OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 750 }

.1.3.6.1.4.1.25506.3.1.9.4.751
hh3cevtModuleSw-LSWM18CQ OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 751 }

.1.3.6.1.4.1.25506.3.1.9.4.752
hh3cevtModuleSw-LSWM116Q OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 752 }

.1.3.6.1.4.1.25506.3.1.9.4.753
hh3cevtModuleSw-LSPM6FWD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 753 }

.1.3.6.1.4.1.25506.3.1.9.4.754
hh3cevtModuleSw-DS-3E-2XT-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 754 }

.1.3.6.1.4.1.25506.3.1.9.4.755
hh3cevtModuleSw-DS-3E-2XF-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 755 }

.1.3.6.1.4.1.25506.3.1.9.4.756
hh3cevtModuleSw-DS-3E-2QX-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 756 }

.1.3.6.1.4.1.25506.3.1.9.4.757
hh3cevtModuleSw-LSPM4G4T6P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 757 }

.1.3.6.1.4.1.25506.3.1.9.4.758
hh3cevtModuleSw-LSWM4SP8PM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 758 }

.1.3.6.1.4.1.25506.3.1.9.4.759
hh3cevtModuleSw-LSWM124TG2H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 759 }

.1.3.6.1.4.1.25506.3.1.9.4.760
hh3cevtModuleSw-LSWM18CQ0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 760 }

.1.3.6.1.4.1.25506.3.1.9.4.761
hh3cevtModuleSw-LSWM116Q0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 761 }

.1.3.6.1.4.1.25506.3.1.9.4.762
hh3cevtModuleSw-LSWM124TG2H0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 762 }

.1.3.6.1.4.1.25506.3.1.9.4.763
hh3cevtModuleSw-LSWM2ZQP2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 763 }

.1.3.6.1.4.1.25506.3.1.9.4.764
hh3cevtModuleSw-LSWM2ZSP8P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 764 }

.1.3.6.1.4.1.25506.3.1.9.4.765
hh3cevtModuleSw-LSWM18CQMSEC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 765 }

.1.3.6.1.4.1.25506.3.1.9.4.766
hh3cevtModuleSw-LSWM2MGT8P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 766 }

.1.3.6.1.4.1.25506.3.1.9.4.767
hh3cevtModuleSw-LSWM2XMGT8P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 767 }

.1.3.6.1.4.1.25506.3.1.9.4.768
hh3cevtModuleSw-LSWM2ZSP2P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 768 }

.1.3.6.1.4.1.25506.3.1.9.4.769
hh3cevtModuleSw-LSWM116FC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 769 }

.1.3.6.1.4.1.25506.3.1.9.4.770
hh3cevtModuleSw-LSWM216FC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 770 }

.1.3.6.1.4.1.25506.3.1.9.4.771
hh3cevtModuleSw-LSWM2SP2PB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 771 }

.1.3.6.1.4.1.25506.3.1.9.4.772
hh3cevtModuleSw-LSWM2SP4PB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 772 }

.1.3.6.1.4.1.25506.3.1.9.4.773
hh3cevtModuleSw-LSWM2SP24P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 773 }

.1.3.6.1.4.1.25506.3.1.9.4.774
hh3cevtModuleSw-LSWM2SP12P2Q OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 774 }

.1.3.6.1.4.1.25506.3.1.9.4.775
hh3cevtModuleSw-LSWM2SP12P2QA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 775 }

.1.3.6.1.4.1.25506.3.1.9.4.776
hh3cevtModuleSw-DS-3E-2QX-HB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 776 }

.1.3.6.1.4.1.25506.3.1.9.4.777
hh3cevtModuleSw-DS-3E-8XF-H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 777 }

.1.3.6.1.4.1.25506.3.1.9.4.781
hh3cevtModuleSw-LSWM116HC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 781 }

.1.3.6.1.4.1.25506.3.1.9.4.800
hh3cevtModuleSw-WX5002MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 800 }

.1.3.6.1.4.1.25506.3.1.9.4.801
hh3cevtModuleSw-LS8M1WCMA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 801 }

.1.3.6.1.4.1.25506.3.1.9.4.802
hh3cevtModuleSw-EWPX1G24XA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 802 }

.1.3.6.1.4.1.25506.3.1.9.4.803
hh3cevtModuleSw-LSQ1WCMB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 803 }

.1.3.6.1.4.1.25506.3.1.9.4.804
hh3cevtModuleSw-LSB1WCM2A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 804 }

.1.3.6.1.4.1.25506.3.1.9.4.805
hh3cevtModuleSw-EWPX1WCMB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 805 }

.1.3.6.1.4.1.25506.3.1.9.4.806
hh3cevtModuleSw-EWPX1G24XC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 806 }

.1.3.6.1.4.1.25506.3.1.9.4.807
hh3cevtModuleSw-EWPX1WCMC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 807 }

.1.3.6.1.4.1.25506.3.1.9.4.808
hh3cevtModuleSw-EWPX1FWA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 808 }

.1.3.6.1.4.1.25506.3.1.9.4.809
hh3cevtModuleSw-EWPX1G10XC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 809 }

.1.3.6.1.4.1.25506.3.1.9.4.810
hh3cevtModuleSw-EWPX1WCM10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 810 }

.1.3.6.1.4.1.25506.3.1.9.4.811
hh3cevtModuleSw-LSR1WCM2A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 811 }

.1.3.6.1.4.1.25506.3.1.9.4.812
hh3cevtModuleSw-EWPX1WAP0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 812 }

.1.3.6.1.4.1.25506.3.1.9.4.813
hh3cevtModuleSw-EWPX1WCMD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 813 }

.1.3.6.1.4.1.25506.3.1.9.4.814
hh3cevtModuleSw-EWPX1G24XCE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 814 }

.1.3.6.1.4.1.25506.3.1.9.4.815
hh3cevtModuleSw-EWPX1WCMCE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 815 }

.1.3.6.1.4.1.25506.3.1.9.4.816
hh3cevtModuleSw-EWPX1G24XD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 816 }

.1.3.6.1.4.1.25506.3.1.9.4.817
hh3cevtModuleSw-EWPXM1XG03 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 817 }

.1.3.6.1.4.1.25506.3.1.9.4.818
hh3cevtModuleSw-EWPXM2X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 818 }

.1.3.6.1.4.1.25506.3.1.9.4.819
hh3cevtModuleSw-EWPXM8G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 819 }

.1.3.6.1.4.1.25506.3.1.9.4.820
hh3cevtModuleSw-IOT-CARD-C1K OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 820 }

.1.3.6.1.4.1.25506.3.1.9.4.821
hh3cevtModuleSw-EWPXM1BSTX80 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 821 }

.1.3.6.1.4.1.25506.3.1.9.4.822
hh3cevtModuleSw-EWPM1WBCD0ENT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 822 }

.1.3.6.1.4.1.25506.3.1.9.4.823
hh3cevtModuleSw-EEWPXM1XG20 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 823 }

.1.3.6.1.4.1.25506.3.1.9.4.900
hh3cevtModuleSw-LSR1DRSP2L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 900 }

.1.3.6.1.4.1.25506.3.1.9.4.901
hh3cevtModuleSw-PIC-CLF2G8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 901 }

.1.3.6.1.4.1.25506.3.1.9.4.902
hh3cevtModuleSw-PIC-CLF4G8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 902 }

.1.3.6.1.4.1.25506.3.1.9.4.903
hh3cevtModuleSw-SR02SRP2F3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 903 }

.1.3.6.1.4.1.25506.3.1.9.4.904
hh3cevtModuleSw-SR02SRP1F3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 904 }

.1.3.6.1.4.1.25506.3.1.9.4.905
hh3cevtModuleSw-LST1GT48LEA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 905 }

.1.3.6.1.4.1.25506.3.1.9.4.906
hh3cevtModuleSw-LST1GP48LEA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 906 }

.1.3.6.1.4.1.25506.3.1.9.4.907
hh3cevtModuleSw-LST2XP8LEA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 907 }

.1.3.6.1.4.1.25506.3.1.9.4.908
hh3cevtModuleSw-LST1GT48LEY1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 908 }

.1.3.6.1.4.1.25506.3.1.9.4.909
hh3cevtModuleSw-LST1GP48LEY1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 909 }

.1.3.6.1.4.1.25506.3.1.9.4.910
hh3cevtModuleSw-LST1XP32REY1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 910 }

.1.3.6.1.4.1.25506.3.1.9.4.911
hh3cevtModuleSw-LST1XP8LEY1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 911 }

.1.3.6.1.4.1.25506.3.1.9.4.912
hh3cevtModuleSw-LST1GP48LEZ1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 912 }

.1.3.6.1.4.1.25506.3.1.9.4.913
hh3cevtModuleSw-LST1XP8LEZ1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 913 }

.1.3.6.1.4.1.25506.3.1.9.4.914
hh3cevtModuleSw-IM-FW-II OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 914 }

.1.3.6.1.4.1.25506.3.1.9.4.915
hh3cevtModuleSw-IM-IPS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 915 }

.1.3.6.1.4.1.25506.3.1.9.4.916
hh3cevtModuleSw-IM-SSL OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 916 }

.1.3.6.1.4.1.25506.3.1.9.4.917
hh3cevtModuleSw-IM-LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 917 }

.1.3.6.1.4.1.25506.3.1.9.4.918
hh3cevtModuleSw-IM-ACG OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 918 }

.1.3.6.1.4.1.25506.3.1.9.4.919
hh3cevtModuleSw-LSR1XP16REC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 919 }

.1.3.6.1.4.1.25506.3.1.9.4.920
hh3cevtModuleSw-LST2XP8LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 920 }

.1.3.6.1.4.1.25506.3.1.9.4.921
hh3cevtModuleSw-LST2XP8LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 921 }

.1.3.6.1.4.1.25506.3.1.9.4.922
hh3cevtModuleSw-LST2XP8LEF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 922 }

.1.3.6.1.4.1.25506.3.1.9.4.923
hh3cevtModuleSw-LSR2XP4LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 923 }

.1.3.6.1.4.1.25506.3.1.9.4.924
hh3cevtModuleSw-LSR2XP4LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 924 }

.1.3.6.1.4.1.25506.3.1.9.4.925
hh3cevtModuleSw-LST2XP32REB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 925 }

.1.3.6.1.4.1.25506.3.1.9.4.926
hh3cevtModuleSw-LST2XP32REC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 926 }

.1.3.6.1.4.1.25506.3.1.9.4.927
hh3cevtModuleSw-LSR1WCM3A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 927 }

.1.3.6.1.4.1.25506.3.1.9.4.928
hh3cevtModuleSw-LST1XP16LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 928 }

.1.3.6.1.4.1.25506.3.1.9.4.929
hh3cevtModuleSw-LST1XP16LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 929 }

.1.3.6.1.4.1.25506.3.1.9.4.930
hh3cevtModuleSw-CR-SPC-XP4L-E-I OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 930 }

.1.3.6.1.4.1.25506.3.1.9.4.931
hh3cevtModuleSw-LST2MRPNC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 931 }

.1.3.6.1.4.1.25506.3.1.9.4.932
hh3cevtModuleSw-LST2SF08C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 932 }

.1.3.6.1.4.1.25506.3.1.9.4.933
hh3cevtModuleSw-LST2SF18C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 933 }

.1.3.6.1.4.1.25506.3.1.9.4.934
hh3cevtModuleSw-SR02SRP2G3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 934 }

.1.3.6.1.4.1.25506.3.1.9.4.935
hh3cevtModuleSw-CR-SPE-3020-E-I OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 935 }

.1.3.6.1.4.1.25506.3.1.9.4.936
hh3cevtModuleSw-CR-SPC-PUP4L-E-I OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 936 }

.1.3.6.1.4.1.25506.3.1.9.4.937
hh3cevtModuleSw-CR-SPC-XP4LEF-I OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 937 }

.1.3.6.1.4.1.25506.3.1.9.4.938
hh3cevtModuleSw-CR-SPC-XP8LEF-I OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 938 }

.1.3.6.1.4.1.25506.3.1.9.4.939
hh3cevtModuleSw-LST3XP8LEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 939 }

.1.3.6.1.4.1.25506.3.1.9.4.940
hh3cevtModuleSw-LST3XP8LEC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 940 }

.1.3.6.1.4.1.25506.3.1.9.4.941
hh3cevtModuleSw-LST1FW3A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 941 }

.1.3.6.1.4.1.25506.3.1.9.4.942
hh3cevtModuleSw-CR-IM-NAM1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 942 }

.1.3.6.1.4.1.25506.3.1.9.4.943
hh3cevtModuleSw-LSR2SRP2B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 943 }

.1.3.6.1.4.1.25506.3.1.9.4.944
hh3cevtModuleSw-LSR2SRP2B2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 944 }

.1.3.6.1.4.1.25506.3.1.9.4.945
hh3cevtModuleSw-LSR2SRP2D1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 945 }

.1.3.6.1.4.1.25506.3.1.9.4.946
hh3cevtModuleSw-LST3XP8LEY1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 946 }

.1.3.6.1.4.1.25506.3.1.9.4.947
hh3cevtModuleSw-LST2XP32REY1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 947 }

.1.3.6.1.4.1.25506.3.1.9.4.948
hh3cevtModuleSw-LST1XP16LEY1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 948 }

.1.3.6.1.4.1.25506.3.1.9.4.949
hh3cevtModuleSw-SR0M2SRP2G3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 949 }

.1.3.6.1.4.1.25506.3.1.9.4.950
hh3cevtModuleSw-SR0M2SRP1G3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 950 }

.1.3.6.1.4.1.25506.3.1.9.4.951
hh3cevtModuleSw-SPC-GP48LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 951 }

.1.3.6.1.4.1.25506.3.1.9.4.952
hh3cevtModuleSw-SPC-GT48LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 952 }

.1.3.6.1.4.1.25506.3.1.9.4.953
hh3cevtModuleSw-SPC-XP4LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 953 }

.1.3.6.1.4.1.25506.3.1.9.4.954
hh3cevtModuleSw-SPC-XP2LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 954 }

.1.3.6.1.4.1.25506.3.1.9.4.955
hh3cevtModuleSw-SPC-GP24LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 955 }

.1.3.6.1.4.1.25506.3.1.9.4.956
hh3cevtModuleSw-SPC-XP16RA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 956 }

.1.3.6.1.4.1.25506.3.1.9.4.957
hh3cevtModuleSw-CR-IM-FW1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 957 }

.1.3.6.1.4.1.25506.3.1.9.4.958
hh3cevtModuleSw-SPC-XP16R OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 958 }

.1.3.6.1.4.1.25506.3.1.9.4.959
hh3cevtModuleSw-CR-IM-LB1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 959 }

.1.3.6.1.4.1.25506.3.1.9.4.960
hh3cevtModuleSw-LST1GT48LEC2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 960 }

.1.3.6.1.4.1.25506.3.1.9.4.961
hh3cevtModuleSw-LST1GP48LEC2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 961 }

.1.3.6.1.4.1.25506.3.1.9.4.962
hh3cevtModuleSw-LST1XP16LEC2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 962 }

.1.3.6.1.4.1.25506.3.1.9.4.963
hh3cevtModuleSw-LST2XP8LEC2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 963 }

.1.3.6.1.4.1.25506.3.1.9.4.964
hh3cevtModuleSw-LST2XP32REC2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 964 }

.1.3.6.1.4.1.25506.3.1.9.4.965
hh3cevtModuleSw-CR-IM-MAC1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 965 }

.1.3.6.1.4.1.25506.3.1.9.4.966
hh3cevtModuleSw-LST1XP48LFD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 966 }

.1.3.6.1.4.1.25506.3.1.9.4.967
hh3cevtModuleSw-LST1XP40RFD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 967 }

.1.3.6.1.4.1.25506.3.1.9.4.968
hh3cevtModuleSw-LST1XP40RFG1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 968 }

.1.3.6.1.4.1.25506.3.1.9.4.969
hh3cevtModuleSw-LST1XLP16RFD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 969 }

.1.3.6.1.4.1.25506.3.1.9.4.970
hh3cevtModuleSw-LST1CP4RFD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 970 }

.1.3.6.1.4.1.25506.3.1.9.4.971
hh3cevtModuleSw-LST1CP4RFG1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 971 }

.1.3.6.1.4.1.25506.3.1.9.4.972
hh3cevtModuleSw-LST1SF08E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 972 }

.1.3.6.1.4.1.25506.3.1.9.4.973
hh3cevtModuleSw-LST1SF18E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 973 }

.1.3.6.1.4.1.25506.3.1.9.4.974
hh3cevtModuleSw-LST1MRPNE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 974 }

.1.3.6.1.4.1.25506.3.1.9.4.975
hh3cevtModuleSw-LSX1CGX8FC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 975 }

.1.3.6.1.4.1.25506.3.1.9.4.976
hh3cevtModuleSw-LSX1CGX8FC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 976 }

.1.3.6.1.4.1.25506.3.1.9.4.977
hh3cevtModuleSw-LSX1QGS24FC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 977 }

.1.3.6.1.4.1.25506.3.1.9.4.978
hh3cevtModuleSw-LSX1QGS24FC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 978 }

.1.3.6.1.4.1.25506.3.1.9.4.979
hh3cevtModuleSw-LSX1TGS24FC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 979 }

.1.3.6.1.4.1.25506.3.1.9.4.980
hh3cevtModuleSw-LSX1TGS24FC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 980 }

.1.3.6.1.4.1.25506.3.1.9.4.981
hh3cevtModuleSw-LSX1TGS48FC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 981 }

.1.3.6.1.4.1.25506.3.1.9.4.982
hh3cevtModuleSw-LSX1TGS48FC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 982 }

.1.3.6.1.4.1.25506.3.1.9.4.983
hh3cevtModuleSw-LST1XP48LFD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 983 }

.1.3.6.1.4.1.25506.3.1.9.4.984
hh3cevtModuleSw-LST1XP40RFD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 984 }

.1.3.6.1.4.1.25506.3.1.9.4.985
hh3cevtModuleSw-LST1XP40RFG2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 985 }

.1.3.6.1.4.1.25506.3.1.9.4.986
hh3cevtModuleSw-LST1XLP16RFD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 986 }

.1.3.6.1.4.1.25506.3.1.9.4.987
hh3cevtModuleSw-LST1CP4RFD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 987 }

.1.3.6.1.4.1.25506.3.1.9.4.988
hh3cevtModuleSw-LST1CP4RFG2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 988 }

.1.3.6.1.4.1.25506.3.1.9.4.989
hh3cevtModuleSw-MPE-1004 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 989 }

.1.3.6.1.4.1.25506.3.1.9.4.990
hh3cevtModuleSw-MIC-GP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 990 }

.1.3.6.1.4.1.25506.3.1.9.4.991
hh3cevtModuleSw-MIC-GP8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 991 }

.1.3.6.1.4.1.25506.3.1.9.4.992
hh3cevtModuleSw-MIC-SP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 992 }

.1.3.6.1.4.1.25506.3.1.9.4.993
hh3cevtModuleSw-MIC-ET16L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 993 }

.1.3.6.1.4.1.25506.3.1.9.4.994
hh3cevtModuleSw-MIC-CLP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 994 }

.1.3.6.1.4.1.25506.3.1.9.4.995
hh3cevtModuleSw-MIC-CLP2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 995 }

.1.3.6.1.4.1.25506.3.1.9.4.996
hh3cevtModuleSw-LST1IPS2A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 996 }

.1.3.6.1.4.1.25506.3.1.9.4.997
hh3cevtModuleSw-SFC-04B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 997 }

.1.3.6.1.4.1.25506.3.1.9.4.998
hh3cevtModuleSw-SFC-04D OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 998 }

.1.3.6.1.4.1.25506.3.1.9.4.999
hh3cevtModuleSw-SFC-08B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 999 }

.1.3.6.1.4.1.25506.3.1.9.4.1000
hh3cevtModuleSw-SFC-08D OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1000 }

.1.3.6.1.4.1.25506.3.1.9.4.1001
hh3cevtModuleSw-SFC-12B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1001 }

.1.3.6.1.4.1.25506.3.1.9.4.1002
hh3cevtModuleSw-SFC-12D OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1002 }

.1.3.6.1.4.1.25506.3.1.9.4.1003
hh3cevtModuleSw-SR05SRP1H1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1003 }

.1.3.6.1.4.1.25506.3.1.9.4.1004
hh3cevtModuleSw-SPC-GP24LA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1004 }

.1.3.6.1.4.1.25506.3.1.9.4.1005
hh3cevtModuleSw-SPC-GP24XP2LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1005 }

.1.3.6.1.4.1.25506.3.1.9.4.1006
hh3cevtModuleSw-SPC-GP48LA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1006 }

.1.3.6.1.4.1.25506.3.1.9.4.1007
hh3cevtModuleSw-SPC-GP48LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1007 }

.1.3.6.1.4.1.25506.3.1.9.4.1008
hh3cevtModuleSw-SPC-XP2LA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1008 }

.1.3.6.1.4.1.25506.3.1.9.4.1009
hh3cevtModuleSw-SPC-XP4LA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1009 }

.1.3.6.1.4.1.25506.3.1.9.4.1010
hh3cevtModuleSw-SPC-XP4LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1010 }

.1.3.6.1.4.1.25506.3.1.9.4.1011
hh3cevtModuleSw-SPC-XP8LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1011 }

.1.3.6.1.4.1.25506.3.1.9.4.1012
hh3cevtModuleSw-SPC-XP8LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1012 }

.1.3.6.1.4.1.25506.3.1.9.4.1013
hh3cevtModuleSw-SPC-XP48LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1013 }

.1.3.6.1.4.1.25506.3.1.9.4.1014
hh3cevtModuleSw-SPC-XLP8LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1014 }

.1.3.6.1.4.1.25506.3.1.9.4.1015
hh3cevtModuleSw-SPC-GP24XP2LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1015 }

.1.3.6.1.4.1.25506.3.1.9.4.1016
hh3cevtModuleSw-LST1MRPNE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1016 }

.1.3.6.1.4.1.25506.3.1.9.4.1017
hh3cevtModuleSw-LST2FW3A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1017 }

.1.3.6.1.4.1.25506.3.1.9.4.1018
hh3cevtModuleSw-LST1ADE1A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1018 }

.1.3.6.1.4.1.25506.3.1.9.4.1019
hh3cevtModuleSw-CR-MRP-II OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1019 }

.1.3.6.1.4.1.25506.3.1.9.4.1020
hh3cevtModuleSw-CR-SF08E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1020 }

.1.3.6.1.4.1.25506.3.1.9.4.1021
hh3cevtModuleSw-CR-SF18E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1021 }

.1.3.6.1.4.1.25506.3.1.9.4.1022
hh3cevtModuleSw-CR-SPC-XP40RC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1022 }

.1.3.6.1.4.1.25506.3.1.9.4.1023
hh3cevtModuleSw-CR-SPC-XP40RB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1023 }

.1.3.6.1.4.1.25506.3.1.9.4.1024
hh3cevtModuleSw-CR-SPC-CP4RC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1024 }

.1.3.6.1.4.1.25506.3.1.9.4.1025
hh3cevtModuleSw-LST1FW3C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1025 }

.1.3.6.1.4.1.25506.3.1.9.4.1026
hh3cevtModuleSw-LSU1FWCEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1026 }

.1.3.6.1.4.1.25506.3.1.9.4.1027
hh3cevtModuleSw-SPC-GT48LA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1027 }

.1.3.6.1.4.1.25506.3.1.9.4.1028
hh3cevtModuleSw-LST1XP20RFD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1028 }

.1.3.6.1.4.1.25506.3.1.9.4.1029
hh3cevtModuleSw-LST1XP20RFD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1029 }

.1.3.6.1.4.1.25506.3.1.9.4.1030
hh3cevtModuleSw-MPE-1104 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1030 }

.1.3.6.1.4.1.25506.3.1.9.4.1031
hh3cevtModuleSw-SPEX-1204 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1031 }

.1.3.6.1.4.1.25506.3.1.9.4.1032
hh3cevtModuleSw-SPC-GP44XP4LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1032 }

.1.3.6.1.4.1.25506.3.1.9.4.1033
hh3cevtModuleSw-SPC-GP44XP4LAX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1033 }

.1.3.6.1.4.1.25506.3.1.9.4.1034
hh3cevtModuleSw-SPC-XP24LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1034 }

.1.3.6.1.4.1.25506.3.1.9.4.1035
hh3cevtModuleSw-SPC-XP24LAX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1035 }

.1.3.6.1.4.1.25506.3.1.9.4.1036
hh3cevtModuleSw-SPC-XP12LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1036 }

.1.3.6.1.4.1.25506.3.1.9.4.1037
hh3cevtModuleSw-SPC-XP12LAX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1037 }

.1.3.6.1.4.1.25506.3.1.9.4.1038
hh3cevtModuleSw-SPC-XLP6LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1038 }

.1.3.6.1.4.1.25506.3.1.9.4.1039
hh3cevtModuleSw-SPC-XLP6LAX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1039 }

.1.3.6.1.4.1.25506.3.1.9.4.1040
hh3cevtModuleSw-SPC-CP1LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1040 }

.1.3.6.1.4.1.25506.3.1.9.4.1041
hh3cevtModuleSw-SPC-CP1LAX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1041 }

.1.3.6.1.4.1.25506.3.1.9.4.1042
hh3cevtModuleSw-SPC-CP2LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1042 }

.1.3.6.1.4.1.25506.3.1.9.4.1043
hh3cevtModuleSw-SPC-CP2LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1043 }

.1.3.6.1.4.1.25506.3.1.9.4.1044
hh3cevtModuleSw-SR05SRP1L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1044 }

.1.3.6.1.4.1.25506.3.1.9.4.1045
hh3cevtModuleSw-SR05SRP1L3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1045 }

.1.3.6.1.4.1.25506.3.1.9.4.1046
hh3cevtModuleSw-SFC-04-4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1046 }

.1.3.6.1.4.1.25506.3.1.9.4.1047
hh3cevtModuleSw-SFC-04-3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1047 }

.1.3.6.1.4.1.25506.3.1.9.4.1048
hh3cevtModuleSw-SFC-04-2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1048 }

.1.3.6.1.4.1.25506.3.1.9.4.1049
hh3cevtModuleSw-SFC-04-1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1049 }

.1.3.6.1.4.1.25506.3.1.9.4.1050
hh3cevtModuleSw-LST1NSM2C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1050 }

.1.3.6.1.4.1.25506.3.1.9.4.1051
hh3cevtModuleSw-CR-SPC-XP20RB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1051 }

.1.3.6.1.4.1.25506.3.1.9.4.1052
hh3cevtModuleSw-SR07SRPUA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1052 }

.1.3.6.1.4.1.25506.3.1.9.4.1053
hh3cevtModuleSw-SR07SRPUB3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1053 }

.1.3.6.1.4.1.25506.3.1.9.4.1054
hh3cevtModuleSw-SR07SRPUC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1054 }

.1.3.6.1.4.1.25506.3.1.9.4.1055
hh3cevtModuleSw-SR07MPUA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1055 }

.1.3.6.1.4.1.25506.3.1.9.4.1056
hh3cevtModuleSw-SR07SRPUB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1056 }

.1.3.6.1.4.1.25506.3.1.9.4.1057
hh3cevtModuleSw-SR07SRPUC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1057 }

.1.3.6.1.4.1.25506.3.1.9.4.1058
hh3cevtModuleSw-MIC-MS4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1058 }

.1.3.6.1.4.1.25506.3.1.9.4.1059
hh3cevtModuleSw-SPC-GP44XP4LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1059 }

.1.3.6.1.4.1.25506.3.1.9.4.1060
hh3cevtModuleSw-SPC-GP44XP4LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1060 }

.1.3.6.1.4.1.25506.3.1.9.4.1061
hh3cevtModuleSw-SPC-XLP2XP4LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1061 }

.1.3.6.1.4.1.25506.3.1.9.4.1062
hh3cevtModuleSw-SPC-XP12LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1062 }

.1.3.6.1.4.1.25506.3.1.9.4.1063
hh3cevtModuleSw-SPC-CP1LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1063 }

.1.3.6.1.4.1.25506.3.1.9.4.1064
hh3cevtModuleSw-SPC-XP24LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1064 }

.1.3.6.1.4.1.25506.3.1.9.4.1065
hh3cevtModuleSw-SR07SRPUD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1065 }

.1.3.6.1.4.1.25506.3.1.9.4.1066
hh3cevtModuleSw-SR07MPUA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1066 }

.1.3.6.1.4.1.25506.3.1.9.4.1067
hh3cevtModuleSw-MPEX-1304 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1067 }

.1.3.6.1.4.1.25506.3.1.9.4.1068
hh3cevtModuleSw-MIC-GP10L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1068 }

.1.3.6.1.4.1.25506.3.1.9.4.1069
hh3cevtModuleSw-SR07SRPUB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1069 }

.1.3.6.1.4.1.25506.3.1.9.4.1070
hh3cevtModuleSw-CMPE-1104 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1070 }

.1.3.6.1.4.1.25506.3.1.9.4.1071
hh3cevtModuleSw-CSFC-04-1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1071 }

.1.3.6.1.4.1.25506.3.1.9.4.1072
hh3cevtModuleSw-CSFC-04-2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1072 }

.1.3.6.1.4.1.25506.3.1.9.4.1073
hh3cevtModuleSw-CSFC-04-3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1073 }

.1.3.6.1.4.1.25506.3.1.9.4.1074
hh3cevtModuleSw-CSFC-04-4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1074 }

.1.3.6.1.4.1.25506.3.1.9.4.1075
hh3cevtModuleSw-CSFC-04B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1075 }

.1.3.6.1.4.1.25506.3.1.9.4.1076
hh3cevtModuleSw-CSFC-04D OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1076 }

.1.3.6.1.4.1.25506.3.1.9.4.1077
hh3cevtModuleSw-CSFC-08B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1077 }

.1.3.6.1.4.1.25506.3.1.9.4.1078
hh3cevtModuleSw-CSFC-08D OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1078 }

.1.3.6.1.4.1.25506.3.1.9.4.1079
hh3cevtModuleSw-CSFC-12B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1079 }

.1.3.6.1.4.1.25506.3.1.9.4.1080
hh3cevtModuleSw-CSFC-12D OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1080 }

.1.3.6.1.4.1.25506.3.1.9.4.1081
hh3cevtModuleSw-CSPC-CP1LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1081 }

.1.3.6.1.4.1.25506.3.1.9.4.1082
hh3cevtModuleSw-CSPC-CP2LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1082 }

.1.3.6.1.4.1.25506.3.1.9.4.1083
hh3cevtModuleSw-CSPC-GP24LA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1083 }

.1.3.6.1.4.1.25506.3.1.9.4.1084
hh3cevtModuleSw-CSPC-GP24XP2LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1084 }

.1.3.6.1.4.1.25506.3.1.9.4.1085
hh3cevtModuleSw-CSPC-GP44XP4LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1085 }

.1.3.6.1.4.1.25506.3.1.9.4.1086
hh3cevtModuleSw-CSPC-GP48LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1086 }

.1.3.6.1.4.1.25506.3.1.9.4.1087
hh3cevtModuleSw-CSPC-GT48LA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1087 }

.1.3.6.1.4.1.25506.3.1.9.4.1088
hh3cevtModuleSw-CSPC-XLP6LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1088 }

.1.3.6.1.4.1.25506.3.1.9.4.1089
hh3cevtModuleSw-CSPC-XP2LA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1089 }

.1.3.6.1.4.1.25506.3.1.9.4.1090
hh3cevtModuleSw-CSPC-XP4LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1090 }

.1.3.6.1.4.1.25506.3.1.9.4.1091
hh3cevtModuleSw-CSPC-XP8LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1091 }

.1.3.6.1.4.1.25506.3.1.9.4.1092
hh3cevtModuleSw-CSPC-XP12LAX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1092 }

.1.3.6.1.4.1.25506.3.1.9.4.1093
hh3cevtModuleSw-CSPC-XP12LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1093 }

.1.3.6.1.4.1.25506.3.1.9.4.1094
hh3cevtModuleSw-CSPC-XP24LAX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1094 }

.1.3.6.1.4.1.25506.3.1.9.4.1095
hh3cevtModuleSw-CSPC-XP24LCX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1095 }

.1.3.6.1.4.1.25506.3.1.9.4.1096
hh3cevtModuleSw-CSPC-CSPEX-1204 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1096 }

.1.3.6.1.4.1.25506.3.1.9.4.1097
hh3cevtModuleSw-CSR05SRP1L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1097 }

.1.3.6.1.4.1.25506.3.1.9.4.1098
hh3cevtModuleSw-CSR05SRP1L3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1098 }

.1.3.6.1.4.1.25506.3.1.9.4.1099
hh3cevtModuleSw-CSR07MPUA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1099 }

.1.3.6.1.4.1.25506.3.1.9.4.1100
hh3cevtModuleSw-CSR07SRPUA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1100 }

.1.3.6.1.4.1.25506.3.1.9.4.1101
hh3cevtModuleSw-CSR07SRPUB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1101 }

.1.3.6.1.4.1.25506.3.1.9.4.1102
hh3cevtModuleSw-CSR07SRPUC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1102 }

.1.3.6.1.4.1.25506.3.1.9.4.1103
hh3cevtModuleSw-LSXM1CGX8FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1103 }

.1.3.6.1.4.1.25506.3.1.9.4.1104
hh3cevtModuleSw-LSXM1QGS24FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1104 }

.1.3.6.1.4.1.25506.3.1.9.4.1105
hh3cevtModuleSw-LSXM1TGS48FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1105 }

.1.3.6.1.4.1.25506.3.1.9.4.1106
hh3cevtModuleSw-LSXM1QGS12FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1106 }

.1.3.6.1.4.1.25506.3.1.9.4.1107
hh3cevtModuleSw-LSXM1TGT48FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1107 }

.1.3.6.1.4.1.25506.3.1.9.4.1108
hh3cevtModuleSw-LSU1IPSBEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1108 }

.1.3.6.1.4.1.25506.3.1.9.4.1109
hh3cevtModuleSw-PIC-GP10L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1109 }

.1.3.6.1.4.1.25506.3.1.9.4.1110
hh3cevtModuleSw-PIC-XP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1110 }

.1.3.6.1.4.1.25506.3.1.9.4.1111
hh3cevtModuleSw-PIC-PUP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1111 }

.1.3.6.1.4.1.25506.3.1.9.4.1112
hh3cevtModuleSw-PIC-PSP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1112 }

.1.3.6.1.4.1.25506.3.1.9.4.1113
hh3cevtModuleSw-PIC-PS2G4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1113 }

.1.3.6.1.4.1.25506.3.1.9.4.1114
hh3cevtModuleSw-PIC-PL2G6L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1114 }

.1.3.6.1.4.1.25506.3.1.9.4.1115
hh3cevtModuleSw-PIC-TCP8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1115 }

.1.3.6.1.4.1.25506.3.1.9.4.1116
hh3cevtModuleSw-PIC-CSP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1116 }

.1.3.6.1.4.1.25506.3.1.9.4.1117
hh3cevtModuleSw-PIC-PH2G6L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1117 }

.1.3.6.1.4.1.25506.3.1.9.4.1118
hh3cevtModuleSw-LSXM1CGP12FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1118 }

.1.3.6.1.4.1.25506.3.1.9.4.1119
hh3cevtModuleSw-LSXM1CGP8FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1119 }

.1.3.6.1.4.1.25506.3.1.9.4.1120
hh3cevtModuleSw-LSXM1GT48FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1120 }

.1.3.6.1.4.1.25506.3.1.9.4.1121
hh3cevtModuleSw-LSXM1GT48FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1121 }

.1.3.6.1.4.1.25506.3.1.9.4.1122
hh3cevtModuleSw-LSXM1GP48FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1122 }

.1.3.6.1.4.1.25506.3.1.9.4.1123
hh3cevtModuleSw-LSXM1GP48FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1123 }

.1.3.6.1.4.1.25506.3.1.9.4.1124
hh3cevtModuleSw-LSXM1TGS24FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1124 }

.1.3.6.1.4.1.25506.3.1.9.4.1125
hh3cevtModuleSw-LSXM1TGS24FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1125 }

.1.3.6.1.4.1.25506.3.1.9.4.1126
hh3cevtModuleSw-MIC-SP8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1126 }

.1.3.6.1.4.1.25506.3.1.9.4.1127
hh3cevtModuleSw-LSXM1TGS48FE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1127 }

.1.3.6.1.4.1.25506.3.1.9.4.1128
hh3cevtModuleSw-LSXM1QGS24FE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1128 }

.1.3.6.1.4.1.25506.3.1.9.4.1129
hh3cevtModuleSw-CSPEX-1504S OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1129 }

.1.3.6.1.4.1.25506.3.1.9.4.1130
hh3cevtModuleSw-CSPEX-1504X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1130 }

.1.3.6.1.4.1.25506.3.1.9.4.1131
hh3cevtModuleSw-CSPEX-1404S OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1131 }

.1.3.6.1.4.1.25506.3.1.9.4.1132
hh3cevtModuleSw-CSPEX-1304S OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1132 }

.1.3.6.1.4.1.25506.3.1.9.4.1133
hh3cevtModuleSw-CSPEX-1404X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1133 }

.1.3.6.1.4.1.25506.3.1.9.4.1134
hh3cevtModuleSw-CSPEX-1304X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1134 }

.1.3.6.1.4.1.25506.3.1.9.4.1135
hh3cevtModuleSw-MIC-XP5L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1135 }

.1.3.6.1.4.1.25506.3.1.9.4.1136
hh3cevtModuleSw-MIC-XP2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1136 }

.1.3.6.1.4.1.25506.3.1.9.4.1137
hh3cevtModuleSw-MIC-CP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1137 }

.1.3.6.1.4.1.25506.3.1.9.4.1138
hh3cevtModuleSw-MIC-GP20L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1138 }

.1.3.6.1.4.1.25506.3.1.9.4.1139
hh3cevtModuleSw-MIC-GT20L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1139 }

.1.3.6.1.4.1.25506.3.1.9.4.1140
hh3cevtModuleSw-CEPC-XP48RX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1140 }

.1.3.6.1.4.1.25506.3.1.9.4.1141
hh3cevtModuleSw-CEPC-CP4RX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1141 }

.1.3.6.1.4.1.25506.3.1.9.4.1142
hh3cevtModuleSw-MIC-GP10L-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1142 }

.1.3.6.1.4.1.25506.3.1.9.4.1143
hh3cevtModuleSw-CSR07SRPUD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1143 }

.1.3.6.1.4.1.25506.3.1.9.4.1144
hh3cevtModuleSw-MIC-XP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1144 }

.1.3.6.1.4.1.25506.3.1.9.4.1145
hh3cevtModuleSw-CSFC-12E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1145 }

.1.3.6.1.4.1.25506.3.1.9.4.1146
hh3cevtModuleSw-CEPC-XP24LX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1146 }

.1.3.6.1.4.1.25506.3.1.9.4.1147
hh3cevtModuleSw-IM-MSUX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1147 }

.1.3.6.1.4.1.25506.3.1.9.4.1148
hh3cevtModuleSw-CSFC-12F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1148 }

.1.3.6.1.4.1.25506.3.1.9.4.1149
hh3cevtModuleSw-CSR05SRP1N3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1149 }

.1.3.6.1.4.1.25506.3.1.9.4.1150
hh3cevtModuleSw-CSPEX-1602X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1150 }

.1.3.6.1.4.1.25506.3.1.9.4.1151
hh3cevtModuleSw-MIC-XP20L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1151 }

.1.3.6.1.4.1.25506.3.1.9.4.1152
hh3cevtModuleSw-MIC-CP2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1152 }

.1.3.6.1.4.1.25506.3.1.9.4.1153
hh3cevtModuleSw-IM-NGFWX-IV OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1153 }

.1.3.6.1.4.1.25506.3.1.9.4.1154
hh3cevtModuleSw-SFC-12E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1154 }

.1.3.6.1.4.1.25506.3.1.9.4.1155
hh3cevtModuleSw-SPEX-1602X-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1155 }

.1.3.6.1.4.1.25506.3.1.9.4.1156
hh3cevtModuleSw-SPEX-1602X-L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1156 }

.1.3.6.1.4.1.25506.3.1.9.4.1157
hh3cevtModuleSw-EPC-XP24LX-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1157 }

.1.3.6.1.4.1.25506.3.1.9.4.1158
hh3cevtModuleSw-EPC-XP24LX-L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1158 }

.1.3.6.1.4.1.25506.3.1.9.4.1159
hh3cevtModuleSw-EPC-CP4RX-L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1159 }

.1.3.6.1.4.1.25506.3.1.9.4.1160
hh3cevtModuleSw-SPEX-1504X-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1160 }

.1.3.6.1.4.1.25506.3.1.9.4.1161
hh3cevtModuleSw-SPEX-1504X-L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1161 }

.1.3.6.1.4.1.25506.3.1.9.4.1162
hh3cevtModuleSw-CSPEX-1602X-L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1162 }

.1.3.6.1.4.1.25506.3.1.9.4.1163
hh3cevtModuleSw-CEPC-XP24LX-L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1163 }

.1.3.6.1.4.1.25506.3.1.9.4.1164
hh3cevtModuleSw-CEPC-CP4RX-L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1164 }

.1.3.6.1.4.1.25506.3.1.9.4.1165
hh3cevtModuleSw-MIC-CP1L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1165 }

.1.3.6.1.4.1.25506.3.1.9.4.1166
hh3cevtModuleSw-MIC-XP4L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1166 }

.1.3.6.1.4.1.25506.3.1.9.4.1167
hh3cevtModuleSw-MIC-XP16L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1167 }

.1.3.6.1.4.1.25506.3.1.9.4.1168
hh3cevtModuleSw-MIC-GP20L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1168 }

.1.3.6.1.4.1.25506.3.1.9.4.1169
hh3cevtModuleSw-MIC-GP10L-V2-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1169 }

.1.3.6.1.4.1.25506.3.1.9.4.1170
hh3cevtModuleSw-MIC-GT20L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1170 }

.1.3.6.1.4.1.25506.3.1.9.4.1171
hh3cevtModuleSw-CSR05SRP1P3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1171 }

.1.3.6.1.4.1.25506.3.1.9.4.1172
hh3cevtModuleSw-SR05SRP1P3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1172 }

.1.3.6.1.4.1.25506.3.1.9.4.1173
hh3cevtModuleSw-CSFC-16E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1173 }

.1.3.6.1.4.1.25506.3.1.9.4.1174
hh3cevtModuleSw-SFC-16E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1174 }

.1.3.6.1.4.1.25506.3.1.9.4.1175
hh3cevtModuleSw-CSFC-08E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1175 }

.1.3.6.1.4.1.25506.3.1.9.4.1176
hh3cevtModuleSw-SFC-08E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1176 }

.1.3.6.1.4.1.25506.3.1.9.4.1177
hh3cevtModuleSw-IM-SMUX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1177 }

.1.3.6.1.4.1.25506.3.1.9.4.1178
hh3cevtModuleSw-IM-IPSX-IV OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1178 }

.1.3.6.1.4.1.25506.3.1.9.4.1179
hh3cevtModuleSw-IM-ACGX-IV OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1179 }

.1.3.6.1.4.1.25506.3.1.9.4.1180
hh3cevtModuleSw-SFC-08E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1180 }

.1.3.6.1.4.1.25506.3.1.9.4.1181
hh3cevtModuleSw-CSFC-08E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1181 }

.1.3.6.1.4.1.25506.3.1.9.4.1182
hh3cevtModuleSw-IM-ACG1000X-IV OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1182 }

.1.3.6.1.4.1.25506.3.1.9.4.1183
hh3cevtModuleSw-MIC-QP1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1183 }

.1.3.6.1.4.1.25506.3.1.9.4.1184
hh3cevtModuleSw-CSPEX-1804X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1184 }

.1.3.6.1.4.1.25506.3.1.9.4.1185
hh3cevtModuleSw-MIC-CP2L-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1185 }

.1.3.6.1.4.1.25506.3.1.9.4.1186
hh3cevtModuleSw-MIC-XP4L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1186 }

.1.3.6.1.4.1.25506.3.1.9.4.1187
hh3cevtModuleSw-SFC-16T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1187 }

.1.3.6.1.4.1.25506.3.1.9.4.1188
hh3cevtModuleSw-CSFC-16T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1188 }

.1.3.6.1.4.1.25506.3.1.9.4.1189
hh3cevtModuleSw-SFC-08T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1189 }

.1.3.6.1.4.1.25506.3.1.9.4.1190
hh3cevtModuleSw-CSFC-08T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1190 }

.1.3.6.1.4.1.25506.3.1.9.4.1191
hh3cevtModuleSw-MIC-XP2L-LAN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1191 }

.1.3.6.1.4.1.25506.3.1.9.4.1192
hh3cevtModuleSw-MIC-XP5L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1192 }

.1.3.6.1.4.1.25506.3.1.9.4.1193
hh3cevtModuleSw-MIC-CP1L-V2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1193 }

.1.3.6.1.4.1.25506.3.1.9.4.1194
hh3cevtModuleSw-CEPC-XP40LX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1194 }

.1.3.6.1.4.1.25506.3.1.9.4.1195
hh3cevtModuleSw-CEPC-CQ4LX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1195 }

.1.3.6.1.4.1.25506.3.1.9.4.1201
hh3cevtModuleSw-LSU1QGC4SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1201 }

.1.3.6.1.4.1.25506.3.1.9.4.1202
hh3cevtModuleSw-LSU1QGS8SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1202 }

.1.3.6.1.4.1.25506.3.1.9.4.1203
hh3cevtModuleSw-LSU1TGS48SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1203 }

.1.3.6.1.4.1.25506.3.1.9.4.1204
hh3cevtModuleSw-LSU1QGS4SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1204 }

.1.3.6.1.4.1.25506.3.1.9.4.1205
hh3cevtModuleSw-LSU1TGS32SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1205 }

.1.3.6.1.4.1.25506.3.1.9.4.1206
hh3cevtModuleSw-LSU1FAB08D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1206 }

.1.3.6.1.4.1.25506.3.1.9.4.1207
hh3cevtModuleSw-LSU1FAB04B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1207 }

.1.3.6.1.4.1.25506.3.1.9.4.1208
hh3cevtModuleSw-LSU1FAB08B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1208 }

.1.3.6.1.4.1.25506.3.1.9.4.1209
hh3cevtModuleSw-LSU1FAB12D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1209 }

.1.3.6.1.4.1.25506.3.1.9.4.1210
hh3cevtModuleSw-LSU1FAB12B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1210 }

.1.3.6.1.4.1.25506.3.1.9.4.1211
hh3cevtModuleSw-LSU1FAB04D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1211 }

.1.3.6.1.4.1.25506.3.1.9.4.1212
hh3cevtModuleSw-LSQ1CTGS16SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1212 }

.1.3.6.1.4.1.25506.3.1.9.4.1213
hh3cevtModuleSw-EWPX2CTGS16SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1213 }

.1.3.6.1.4.1.25506.3.1.9.4.1214
hh3cevtModuleSw-LSU3WCMD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1214 }

.1.3.6.1.4.1.25506.3.1.9.4.1215
hh3cevtModuleSw-EWPX3WCMD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1215 }

.1.3.6.1.4.1.25506.3.1.9.4.1216
hh3cevtModuleSw-LSQ1QGS4SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1216 }

.1.3.6.1.4.1.25506.3.1.9.4.1217
hh3cevtModuleSw-LSQ1QGC4SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1217 }

.1.3.6.1.4.1.25506.3.1.9.4.1218
hh3cevtModuleSw-LSU1TGT24SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1218 }

.1.3.6.1.4.1.25506.3.1.9.4.1219
hh3cevtModuleSw-LSQ1QGS8SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1219 }

.1.3.6.1.4.1.25506.3.1.9.4.1220
hh3cevtModuleSw-LSQ1TGS32SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1220 }

.1.3.6.1.4.1.25506.3.1.9.4.1221
hh3cevtModuleSw-LSQ1QGS4SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1221 }

.1.3.6.1.4.1.25506.3.1.9.4.1222
hh3cevtModuleSw-LSQ1TGS48SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1222 }

.1.3.6.1.4.1.25506.3.1.9.4.1223
hh3cevtModuleSw-LSQ1QGC4SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1223 }

.1.3.6.1.4.1.25506.3.1.9.4.1224
hh3cevtModuleSw-LSQ1FAB12D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1224 }

.1.3.6.1.4.1.25506.3.1.9.4.1225
hh3cevtModuleSw-LSQ1FAB08D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1225 }

.1.3.6.1.4.1.25506.3.1.9.4.1226
hh3cevtModuleSw-LSQ1FAB04D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1226 }

.1.3.6.1.4.1.25506.3.1.9.4.1227
hh3cevtModuleSw-LSQ1TGS8EB3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1227 }

.1.3.6.1.4.1.25506.3.1.9.4.1228
hh3cevtModuleSw-LSQ1TGT24SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1228 }

.1.3.6.1.4.1.25506.3.1.9.4.1229
hh3cevtModuleSw-LSQ1FAB08B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1229 }

.1.3.6.1.4.1.25506.3.1.9.4.1230
hh3cevtModuleSw-EWPX2CTGS16SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1230 }

.1.3.6.1.4.1.25506.3.1.9.4.1231
hh3cevtModuleSw-LSU1SUPB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1231 }

.1.3.6.1.4.1.25506.3.1.9.4.1232
hh3cevtModuleSw-LSQ1GP48SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1232 }

.1.3.6.1.4.1.25506.3.1.9.4.1233
hh3cevtModuleSw-LSQ1TGX2SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1233 }

.1.3.6.1.4.1.25506.3.1.9.4.1234
hh3cevtModuleSw-LSV1SRPUA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1234 }

.1.3.6.1.4.1.25506.3.1.9.4.1235
hh3cevtModuleSw-LSV1QGS12SA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1235 }

.1.3.6.1.4.1.25506.3.1.9.4.1236
hh3cevtModuleSw-LSV1MPUA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1236 }

.1.3.6.1.4.1.25506.3.1.9.4.1237
hh3cevtModuleSw-LSX1SUP10A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1237 }

.1.3.6.1.4.1.25506.3.1.9.4.1238
hh3cevtModuleSw-LSX1SUP16A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1238 }

.1.3.6.1.4.1.25506.3.1.9.4.1239
hh3cevtModuleSw-LSX1SUP10A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1239 }

.1.3.6.1.4.1.25506.3.1.9.4.1240
hh3cevtModuleSw-LSX1SUP16A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1240 }

.1.3.6.1.4.1.25506.3.1.9.4.1241
hh3cevtModuleSw-LSX1FAB10B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1241 }

.1.3.6.1.4.1.25506.3.1.9.4.1242
hh3cevtModuleSw-LSX1FAB16B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1242 }

.1.3.6.1.4.1.25506.3.1.9.4.1243
hh3cevtModuleSw-LSX1FAB10B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1243 }

.1.3.6.1.4.1.25506.3.1.9.4.1244
hh3cevtModuleSw-LSX1FAB16B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1244 }

.1.3.6.1.4.1.25506.3.1.9.4.1245
hh3cevtModuleSw-LSX1QGS16EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1245 }

.1.3.6.1.4.1.25506.3.1.9.4.1246
hh3cevtModuleSw-LSX1TGS48EA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1246 }

.1.3.6.1.4.1.25506.3.1.9.4.1247
hh3cevtModuleSw-LSX1QGS16EA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1247 }

.1.3.6.1.4.1.25506.3.1.9.4.1248
hh3cevtModuleSw-LSX1TGS48EA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1248 }

.1.3.6.1.4.1.25506.3.1.9.4.1249
hh3cevtModuleSw-LSU1TGT24SF9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1249 }

.1.3.6.1.4.1.25506.3.1.9.4.1250
hh3cevtModuleSw-LSU1QGS8SF9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1250 }

.1.3.6.1.4.1.25506.3.1.9.4.1251
hh3cevtModuleSw-LSU1QGS4SF9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1251 }

.1.3.6.1.4.1.25506.3.1.9.4.1252
hh3cevtModuleSw-LSU1TGS48SF9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1252 }

.1.3.6.1.4.1.25506.3.1.9.4.1253
hh3cevtModuleSw-LSU1TGS32SF9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1253 }

.1.3.6.1.4.1.25506.3.1.9.4.1254
hh3cevtModuleSw-LSU1FAB08D9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1254 }

.1.3.6.1.4.1.25506.3.1.9.4.1255
hh3cevtModuleSw-LSU1SUPB9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1255 }

.1.3.6.1.4.1.25506.3.1.9.4.1256
hh3cevtModuleSw-LSQ3GV48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1256 }

.1.3.6.1.4.1.25506.3.1.9.4.1257
hh3cevtModuleSw-LSX1QGS12EC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1257 }

.1.3.6.1.4.1.25506.3.1.9.4.1258
hh3cevtModuleSw-LSX1QGS12EC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1258 }

.1.3.6.1.4.1.25506.3.1.9.4.1259
hh3cevtModuleSw-LSX1TGS48EC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1259 }

.1.3.6.1.4.1.25506.3.1.9.4.1260
hh3cevtModuleSw-LSX1TGS48EC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1260 }

.1.3.6.1.4.1.25506.3.1.9.4.1261
hh3cevtModuleSw-LSX1TGS24EC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1261 }

.1.3.6.1.4.1.25506.3.1.9.4.1262
hh3cevtModuleSw-LSX1TGS24EC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1262 }

.1.3.6.1.4.1.25506.3.1.9.4.1263
hh3cevtModuleSw-LSX1FAB10A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1263 }

.1.3.6.1.4.1.25506.3.1.9.4.1264
hh3cevtModuleSw-LSX1FAB16A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1264 }

.1.3.6.1.4.1.25506.3.1.9.4.1265
hh3cevtModuleSw-LSX1QGS12FB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1265 }

.1.3.6.1.4.1.25506.3.1.9.4.1266
hh3cevtModuleSw-LSX1TGS24FB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1266 }

.1.3.6.1.4.1.25506.3.1.9.4.1267
hh3cevtModuleSw-LSX1TGS48FB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1267 }

.1.3.6.1.4.1.25506.3.1.9.4.1268
hh3cevtModuleSw-LSX1QGS12EB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1268 }

.1.3.6.1.4.1.25506.3.1.9.4.1269
hh3cevtModuleSw-LSX1TGS24EB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1269 }

.1.3.6.1.4.1.25506.3.1.9.4.1270
hh3cevtModuleSw-LSX1FAB10A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1270 }

.1.3.6.1.4.1.25506.3.1.9.4.1271
hh3cevtModuleSw-LSX1TGS48EB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1271 }

.1.3.6.1.4.1.25506.3.1.9.4.1272
hh3cevtModuleSw-LSX1GP48EB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1272 }

.1.3.6.1.4.1.25506.3.1.9.4.1273
hh3cevtModuleSw-LSX1GP48FB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1273 }

.1.3.6.1.4.1.25506.3.1.9.4.1274
hh3cevtModuleSw-LSX1GT48FC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1274 }

.1.3.6.1.4.1.25506.3.1.9.4.1275
hh3cevtModuleSw-LSX1GT48FC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1275 }

.1.3.6.1.4.1.25506.3.1.9.4.1276
hh3cevtModuleSw-LSX1GP48FC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1276 }

.1.3.6.1.4.1.25506.3.1.9.4.1277
hh3cevtModuleSw-LSX1GP48FC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1277 }

.1.3.6.1.4.1.25506.3.1.9.4.1278
hh3cevtModuleSw-LSX1QGS12FC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1278 }

.1.3.6.1.4.1.25506.3.1.9.4.1279
hh3cevtModuleSw-LSX1QGS12FC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1279 }

.1.3.6.1.4.1.25506.3.1.9.4.1280
hh3cevtModuleSw-LSX2TGS48EA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1280 }

.1.3.6.1.4.1.25506.3.1.9.4.1281
hh3cevtModuleSw-LSX1CGC4EB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1281 }

.1.3.6.1.4.1.25506.3.1.9.4.1282
hh3cevtModuleSw-LSX1CGC4EC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1282 }

.1.3.6.1.4.1.25506.3.1.9.4.1283
hh3cevtModuleSw-LSX1GT48EB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1283 }

.1.3.6.1.4.1.25506.3.1.9.4.1284
hh3cevtModuleSw-LSX1GT48FB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1284 }

.1.3.6.1.4.1.25506.3.1.9.4.1285
hh3cevtModuleSw-LSX1FAB16S1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1285 }

.1.3.6.1.4.1.25506.3.1.9.4.1286
hh3cevtModuleSw-LSQ1SUPB3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1286 }

.1.3.6.1.4.1.25506.3.1.9.4.1287
hh3cevtModuleSw-LSU1CGC2SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1287 }

.1.3.6.1.4.1.25506.3.1.9.4.1288
hh3cevtModuleSw-LSU1TGS16SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1288 }

.1.3.6.1.4.1.25506.3.1.9.4.1289
hh3cevtModuleSw-LSU1TGS8SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1289 }

.1.3.6.1.4.1.25506.3.1.9.4.1290
hh3cevtModuleSw-LSQ1TGS4SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1290 }

.1.3.6.1.4.1.25506.3.1.9.4.1291
hh3cevtModuleSw-LSU1GT48SE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1291 }

.1.3.6.1.4.1.25506.3.1.9.4.1292
hh3cevtModuleSw-LSU1GP48SE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1292 }

.1.3.6.1.4.1.25506.3.1.9.4.1293
hh3cevtModuleSw-LSX1SUP10B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1293 }

.1.3.6.1.4.1.25506.3.1.9.4.1294
hh3cevtModuleSw-LSX1SUP16B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1294 }

.1.3.6.1.4.1.25506.3.1.9.4.1295
hh3cevtModuleSw-LSX1SUP10B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1295 }

.1.3.6.1.4.1.25506.3.1.9.4.1296
hh3cevtModuleSw-LSX1SUP16B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1296 }

.1.3.6.1.4.1.25506.3.1.9.4.1297
hh3cevtModuleSw-LSQ1CGV24PSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1297 }

.1.3.6.1.4.1.25506.3.1.9.4.1298
hh3cevtModuleSw-LSQ1SRPA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1298 }

.1.3.6.1.4.1.25506.3.1.9.4.1299
hh3cevtModuleSw-LSQ1CGP24TSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1299 }

.1.3.6.1.4.1.25506.3.1.9.4.1300
hh3cevtModuleSw-LSQ1CGT24PSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1300 }

.1.3.6.1.4.1.25506.3.1.9.4.1301
hh3cevtModuleSw-LSQ1GT24PSA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1301 }

.1.3.6.1.4.1.25506.3.1.9.4.1302
hh3cevtModuleSw-LSQ1GP24TSA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1302 }

.1.3.6.1.4.1.25506.3.1.9.4.1303
hh3cevtModuleSw-LSQ1GT48SA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1303 }

.1.3.6.1.4.1.25506.3.1.9.4.1304
hh3cevtModuleSw-LSQ1GP48SA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1304 }

.1.3.6.1.4.1.25506.3.1.9.4.1305
hh3cevtModuleSw-LSQ1TGS4SC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1305 }

.1.3.6.1.4.1.25506.3.1.9.4.1306
hh3cevtModuleSw-LSQ1TGS8SC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1306 }

.1.3.6.1.4.1.25506.3.1.9.4.1307
hh3cevtModuleSw-LSU1GT24SE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1307 }

.1.3.6.1.4.1.25506.3.1.9.4.1308
hh3cevtModuleSw-LSU1GP12SE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1308 }

.1.3.6.1.4.1.25506.3.1.9.4.1309
hh3cevtModuleSw-LSU1GP24SE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1309 }

.1.3.6.1.4.1.25506.3.1.9.4.1310
hh3cevtModuleSw-LSU1T24XGSE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1310 }

.1.3.6.1.4.1.25506.3.1.9.4.1311
hh3cevtModuleSw-LSU1P24XGSE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1311 }

.1.3.6.1.4.1.25506.3.1.9.4.1312
hh3cevtModuleSw-LSU1GP24TSE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1312 }

.1.3.6.1.4.1.25506.3.1.9.4.1313
hh3cevtModuleSw-LSU1GT40PSE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1313 }

.1.3.6.1.4.1.25506.3.1.9.4.1314
hh3cevtModuleSw-LSV1TGS24SA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1314 }

.1.3.6.1.4.1.25506.3.1.9.4.1315
hh3cevtModuleSw-LSVM1SRPA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1315 }

.1.3.6.1.4.1.25506.3.1.9.4.1316
hh3cevtModuleSw-LSVM1SRPC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1316 }

.1.3.6.1.4.1.25506.3.1.9.4.1317
hh3cevtModuleSw-LSX1FAB16S0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1317 }

.1.3.6.1.4.1.25506.3.1.9.4.1318
hh3cevtModuleSw-LSU1WCME0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1318 }

.1.3.6.1.4.1.25506.3.1.9.4.1319
hh3cevtModuleSw-EWPX1WCME0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1319 }

.1.3.6.1.4.1.25506.3.1.9.4.1320
hh3cevtModuleSw-LSUM1TGS48SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1320 }

.1.3.6.1.4.1.25506.3.1.9.4.1321
hh3cevtModuleSw-LSUM1QGS12SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1321 }

.1.3.6.1.4.1.25506.3.1.9.4.1322
hh3cevtModuleSw-LSUM1GP44TSEC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1322 }

.1.3.6.1.4.1.25506.3.1.9.4.1323
hh3cevtModuleSw-LSUM1TGS24EC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1323 }

.1.3.6.1.4.1.25506.3.1.9.4.1324
hh3cevtModuleSw-LSUM1QGS6EC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1324 }

.1.3.6.1.4.1.25506.3.1.9.4.1325
hh3cevtModuleSw-LSUM1CGC2EC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1325 }

.1.3.6.1.4.1.25506.3.1.9.4.1326
hh3cevtModuleSw-LSU1CGC2SE9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1326 }

.1.3.6.1.4.1.25506.3.1.9.4.1327
hh3cevtModuleSw-LSXM1QGS24EX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1327 }

.1.3.6.1.4.1.25506.3.1.9.4.1328
hh3cevtModuleSw-LSXM1QGS24FB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1328 }

.1.3.6.1.4.1.25506.3.1.9.4.1329
hh3cevtModuleSw-LSVM1QGS12FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1329 }

.1.3.6.1.4.1.25506.3.1.9.4.1330
hh3cevtModuleSw-LSVM1TGS24FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1330 }

.1.3.6.1.4.1.25506.3.1.9.4.1331
hh3cevtModuleSw-LSVM1QGS6C2FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1331 }

.1.3.6.1.4.1.25506.3.1.9.4.1332
hh3cevtModuleSw-LSQM2GP44TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1332 }

.1.3.6.1.4.1.25506.3.1.9.4.1333
hh3cevtModuleSw-LSQM2GP44TSSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1333 }

.1.3.6.1.4.1.25506.3.1.9.4.1334
hh3cevtModuleSw-LSQM2GP24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1334 }

.1.3.6.1.4.1.25506.3.1.9.4.1335
hh3cevtModuleSw-LSQM2GP24TSSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1335 }

.1.3.6.1.4.1.25506.3.1.9.4.1336
hh3cevtModuleSw-LSQM2GT24PTSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1336 }

.1.3.6.1.4.1.25506.3.1.9.4.1337
hh3cevtModuleSw-LSQM2GT24PTSSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1337 }

.1.3.6.1.4.1.25506.3.1.9.4.1338
hh3cevtModuleSw-LSQM2GT24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1338 }

.1.3.6.1.4.1.25506.3.1.9.4.1339
hh3cevtModuleSw-LSQM2GT24TSSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1339 }

.1.3.6.1.4.1.25506.3.1.9.4.1340
hh3cevtModuleSw-LSQM2GT48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1340 }

.1.3.6.1.4.1.25506.3.1.9.4.1341
hh3cevtModuleSw-LSQM2GT48SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1341 }

.1.3.6.1.4.1.25506.3.1.9.4.1342
hh3cevtModuleSw-LSQM4GV48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1342 }

.1.3.6.1.4.1.25506.3.1.9.4.1343
hh3cevtModuleSw-LSQM4GV48SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1343 }

.1.3.6.1.4.1.25506.3.1.9.4.1344
hh3cevtModuleSw-LSQM2TGS16SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1344 }

.1.3.6.1.4.1.25506.3.1.9.4.1345
hh3cevtModuleSw-LSQM2TGS16SF3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1345 }

.1.3.6.1.4.1.25506.3.1.9.4.1346
hh3cevtModuleSw-LSQM2MPUD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1346 }

.1.3.6.1.4.1.25506.3.1.9.4.1347
hh3cevtModuleSw-LSQM2MPUD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1347 }

.1.3.6.1.4.1.25506.3.1.9.4.1348
hh3cevtModuleSw-LSQM3MPUA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1348 }

.1.3.6.1.4.1.25506.3.1.9.4.1349
hh3cevtModuleSw-LSQM3MPUA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1349 }

.1.3.6.1.4.1.25506.3.1.9.4.1350
hh3cevtModuleSw-LSUM2GP44TSSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1350 }

.1.3.6.1.4.1.25506.3.1.9.4.1351
hh3cevtModuleSw-LSUM2GP44TSSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1351 }

.1.3.6.1.4.1.25506.3.1.9.4.1352
hh3cevtModuleSw-LSUM2GP24TSSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1352 }

.1.3.6.1.4.1.25506.3.1.9.4.1353
hh3cevtModuleSw-LSUM2GP24TSSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1353 }

.1.3.6.1.4.1.25506.3.1.9.4.1354
hh3cevtModuleSw-LSUM2GT24PTSSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1354 }

.1.3.6.1.4.1.25506.3.1.9.4.1355
hh3cevtModuleSw-LSUM2GT24PTSSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1355 }

.1.3.6.1.4.1.25506.3.1.9.4.1356
hh3cevtModuleSw-LSUM2GT24TSSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1356 }

.1.3.6.1.4.1.25506.3.1.9.4.1357
hh3cevtModuleSw-LSUM2GT24TSSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1357 }

.1.3.6.1.4.1.25506.3.1.9.4.1358
hh3cevtModuleSw-LSUM2GT48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1358 }

.1.3.6.1.4.1.25506.3.1.9.4.1359
hh3cevtModuleSw-LSUM2GT48SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1359 }

.1.3.6.1.4.1.25506.3.1.9.4.1360
hh3cevtModuleSw-LSUM2GV48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1360 }

.1.3.6.1.4.1.25506.3.1.9.4.1361
hh3cevtModuleSw-LSUM2GV48SC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1361 }

.1.3.6.1.4.1.25506.3.1.9.4.1362
hh3cevtModuleSw-LSUM2TGS16SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1362 }

.1.3.6.1.4.1.25506.3.1.9.4.1363
hh3cevtModuleSw-LSUM2TGS16SF3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1363 }

.1.3.6.1.4.1.25506.3.1.9.4.1364
hh3cevtModuleSw-LSUM1MPU06B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1364 }

.1.3.6.1.4.1.25506.3.1.9.4.1365
hh3cevtModuleSw-LSUM1MPU06B3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1365 }

.1.3.6.1.4.1.25506.3.1.9.4.1366
hh3cevtModuleSw-LSUM1MPU10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1366 }

.1.3.6.1.4.1.25506.3.1.9.4.1367
hh3cevtModuleSw-LSUM1MPU10C3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1367 }

.1.3.6.1.4.1.25506.3.1.9.4.1368
hh3cevtModuleSw-LSUM1FAB06C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1368 }

.1.3.6.1.4.1.25506.3.1.9.4.1369
hh3cevtModuleSw-LSUM1FAB06C3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1369 }

.1.3.6.1.4.1.25506.3.1.9.4.1370
hh3cevtModuleSw-LSUM1FAB10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1370 }

.1.3.6.1.4.1.25506.3.1.9.4.1371
hh3cevtModuleSw-LSUM1FAB10C3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1371 }

.1.3.6.1.4.1.25506.3.1.9.4.1372
hh3cevtModuleSw-LSXM1SUPA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1372 }

.1.3.6.1.4.1.25506.3.1.9.4.1373
hh3cevtModuleSw-LSXM1SFF16B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1373 }

.1.3.6.1.4.1.25506.3.1.9.4.1374
hh3cevtModuleSw-LSUM1SPMAEC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1374 }

.1.3.6.1.4.1.25506.3.1.9.4.1375
hh3cevtModuleSw-LSXM1SUPB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1375 }

.1.3.6.1.4.1.25506.3.1.9.4.1376
hh3cevtModuleSw-LSXM1SFF08B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1376 }

.1.3.6.1.4.1.25506.3.1.9.4.1377
hh3cevtModuleSw-LSXM1TGS4GPEB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1377 }

.1.3.6.1.4.1.25506.3.1.9.4.1378
hh3cevtModuleSw-LSXM1TGS16EA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1378 }

.1.3.6.1.4.1.25506.3.1.9.4.1379
hh3cevtModuleSw-LSXM1TGS8EA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1379 }

.1.3.6.1.4.1.25506.3.1.9.4.1380
hh3cevtModuleSw-LSXM1QGS36FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1380 }

.1.3.6.1.4.1.25506.3.1.9.4.1381
hh3cevtModuleSw-LSXM1SFF16C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1381 }

.1.3.6.1.4.1.25506.3.1.9.4.1382
hh3cevtModuleSw-LSQM3MPUB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1382 }

.1.3.6.1.4.1.25506.3.1.9.4.1383
hh3cevtModuleSw-LSQM3MPUB3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1383 }

.1.3.6.1.4.1.25506.3.1.9.4.1384
hh3cevtModuleSw-LSQM2MPUC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1384 }

.1.3.6.1.4.1.25506.3.1.9.4.1385
hh3cevtModuleSw-LSQM2MPUC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1385 }

.1.3.6.1.4.1.25506.3.1.9.4.1386
hh3cevtModuleSw-LST1FW3B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1386 }

.1.3.6.1.4.1.25506.3.1.9.4.1387
hh3cevtModuleSw-LSX1NSCEA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1387 }

.1.3.6.1.4.1.25506.3.1.9.4.1388
hh3cevtModuleSw-LSX1FWCEA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1388 }

.1.3.6.1.4.1.25506.3.1.9.4.1389
hh3cevtModuleSw-LSXM1ADECEA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1389 }

.1.3.6.1.4.1.25506.3.1.9.4.1390
hh3cevtModuleSw-LSXM1SFF16A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1390 }

.1.3.6.1.4.1.25506.3.1.9.4.1391
hh3cevtModuleSw-LSV1MPUA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1391 }

.1.3.6.1.4.1.25506.3.1.9.4.1392
hh3cevtModuleSw-LSVM1SRPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1392 }

.1.3.6.1.4.1.25506.3.1.9.4.1393
hh3cevtModuleSw-LSVM1SRPC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1393 }

.1.3.6.1.4.1.25506.3.1.9.4.1394
hh3cevtModuleSw-LSV1QGS12SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1394 }

.1.3.6.1.4.1.25506.3.1.9.4.1395
hh3cevtModuleSw-LSVM1QGS12FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1395 }

.1.3.6.1.4.1.25506.3.1.9.4.1396
hh3cevtModuleSw-LSVM1TGS24FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1396 }

.1.3.6.1.4.1.25506.3.1.9.4.1397
hh3cevtModuleSw-LSVM1QGS6C2FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1397 }

.1.3.6.1.4.1.25506.3.1.9.4.1398
hh3cevtModuleSw-LSQ2FWBSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1398 }

.1.3.6.1.4.1.25506.3.1.9.4.1399
hh3cevtModuleSw-LSQM1SRP8X2QE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1399 }

.1.3.6.1.4.1.25506.3.1.9.4.1400
hh3cevtModulesw-PEX-Common OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1400 }

.1.3.6.1.4.1.25506.3.1.9.4.1401
hh3cevtModuleSw-CSPEX-1812X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1401 }

.1.3.6.1.4.1.25506.3.1.9.4.1402
hh3cevtModuleSw-CSPEX-1612X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1402 }

.1.3.6.1.4.1.25506.3.1.9.4.1403
hh3cevtModuleSw-CSPEX-1512X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1403 }

.1.3.6.1.4.1.25506.3.1.9.4.1404
hh3cevtModuleSw-NIC-XP20L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1404 }

.1.3.6.1.4.1.25506.3.1.9.4.1405
hh3cevtModuleSw-NIC-XP10L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1405 }

.1.3.6.1.4.1.25506.3.1.9.4.1406
hh3cevtModuleSw-NIC-CC2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1406 }

.1.3.6.1.4.1.25506.3.1.9.4.1407
hh3cevtModuleSw-NIC-CC1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1407 }

.1.3.6.1.4.1.25506.3.1.9.4.1408
hh3cevtModuleSw-NIC-XP5L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1408 }

.1.3.6.1.4.1.25506.3.1.9.4.1409
hh3cevtModuleSw-NIC-GP20L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1409 }

.1.3.6.1.4.1.25506.3.1.9.4.1410
hh3cevtModuleSw-NIC-GT20L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1410 }

.1.3.6.1.4.1.25506.3.1.9.4.1411
hh3cevtModuleSw-MIC-CQ1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1411 }

.1.3.6.1.4.1.25506.3.1.9.4.1412
hh3cevtModuleSw-MIC-XP10CQ1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1412 }

.1.3.6.1.4.1.25506.3.1.9.4.1413
hh3cevtModuleSw-CSPEX-1502X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1413 }

.1.3.6.1.4.1.25506.3.1.9.4.1414
hh3cevtModuleSw-EPC-CP4RX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1414 }

.1.3.6.1.4.1.25506.3.1.9.4.1415
hh3cevtModuleSw-EPC-CQ4LX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1415 }

.1.3.6.1.4.1.25506.3.1.9.4.1416
hh3cevtModuleSw-MIC-XP4L1-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1416 }

.1.3.6.1.4.1.25506.3.1.9.4.1417
hh3cevtModuleSw-MIC-CQ1L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1417 }

.1.3.6.1.4.1.25506.3.1.9.4.1418
hh3cevtModuleSw-MIC-XP8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1418 }

.1.3.6.1.4.1.25506.3.1.9.4.1419
hh3cevtModuleSw-IM-OAPX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1419 }

.1.3.6.1.4.1.25506.3.1.9.4.1420
hh3cevtModuleSw-MIC-GP20L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1420 }

.1.3.6.1.4.1.25506.3.1.9.4.1421
hh3cevtModuleSw-CSPEX-1802X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1421 }

.1.3.6.1.4.1.25506.3.1.9.4.1422
hh3cevtModuleSw-MIC-CQ2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1422 }

.1.3.6.1.4.1.25506.3.1.9.4.1423
hh3cevtModuleSw-IMMSUX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1423 }

.1.3.6.1.4.1.25506.3.1.9.4.1424
hh3cevtModuleSw-CSPEX-1104-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1424 }

.1.3.6.1.4.1.25506.3.1.9.4.1425
hh3cevtModuleSw-IMSMUX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1425 }

.1.3.6.1.4.1.25506.3.1.9.4.1426
hh3cevtModuleSw-MIC-XP10L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1426 }

.1.3.6.1.4.1.25506.3.1.9.4.1427
hh3cevtModuleSw-RX-SRP1P3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1427 }

.1.3.6.1.4.1.25506.3.1.9.4.1428
hh3cevtModuleSw-RX-SFC-08T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1428 }

.1.3.6.1.4.1.25506.3.1.9.4.1429
hh3cevtModuleSw-RX-SFC-16T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1429 }

.1.3.6.1.4.1.25506.3.1.9.4.1430
hh3cevtModuleSw-RX-SPE100 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1430 }

.1.3.6.1.4.1.25506.3.1.9.4.1431
hh3cevtModuleSw-RX-SPE200 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1431 }

.1.3.6.1.4.1.25506.3.1.9.4.1432
hh3cevtModuleSw-RX-SPE400 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1432 }

.1.3.6.1.4.1.25506.3.1.9.4.1433
hh3cevtModuleSw-RX-NIC-GP20L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1433 }

.1.3.6.1.4.1.25506.3.1.9.4.1434
hh3cevtModuleSw-RX-NIC-XP5L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1434 }

.1.3.6.1.4.1.25506.3.1.9.4.1435
hh3cevtModuleSw-RX-NIC-XP10L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1435 }

.1.3.6.1.4.1.25506.3.1.9.4.1436
hh3cevtModuleSw-RX-NIC-CC1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1436 }

.1.3.6.1.4.1.25506.3.1.9.4.1437
hh3cevtModuleSw-RX-NIC-CC2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1437 }

.1.3.6.1.4.1.25506.3.1.9.4.1438
hh3cevtModuleSw-RX-NIC-XP20L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1438 }

.1.3.6.1.4.1.25506.3.1.9.4.1439
hh3cevtModuleSw-CSPC-GE24L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1439 }

.1.3.6.1.4.1.25506.3.1.9.4.1440
hh3cevtModuleSw-CSPC-GP24GE8XP2L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1440 }

.1.3.6.1.4.1.25506.3.1.9.4.1441
hh3cevtModuleSw-CSPC-GE16XP4L-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1441 }

.1.3.6.1.4.1.25506.3.1.9.4.1442
hh3cevtModuleSw-CSFC-04E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1442 }

.1.3.6.1.4.1.25506.3.1.9.4.1443
hh3cevtModuleSw-SFC-04E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1443 }

.1.3.6.1.4.1.25506.3.1.9.4.1444
hh3cevtModuleSw-IM-MSUX-II OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1444 }

.1.3.6.1.4.1.25506.3.1.9.4.1445
hh3cevtModuleSw-RX-NIC-YGS4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1445 }

.1.3.6.1.4.1.25506.3.1.9.4.1446
hh3cevtModuleSw-RX-NIC-CQ2LF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1446 }

.1.3.6.1.4.1.25506.3.1.9.4.1447
hh3cevtModuleSw-RX-SRP1Q3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1447 }

.1.3.6.1.4.1.25506.3.1.9.4.1448
hh3cevtModuleSw-RX-SFC-08E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1448 }

.1.3.6.1.4.1.25506.3.1.9.4.1449
hh3cevtModuleSw-RX-SFC-16E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1449 }

.1.3.6.1.4.1.25506.3.1.9.4.1450
hh3cevtModuleSw-RX-NIC-LGQ2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1450 }

.1.3.6.1.4.1.25506.3.1.9.4.1452
hh3cevtModuleSw-RX-NIC-CQ1LF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1452 }

.1.3.6.1.4.1.25506.3.1.9.4.1453
hh3cevtModuleSw-IM-SFMX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1453 }

.1.3.6.1.4.1.25506.3.1.9.4.1454
hh3cevtModuleSw-MIC-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1454 }

.1.3.6.1.4.1.25506.3.1.9.4.1455
hh3cevtModuleSw-RX-NIC-CQ1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1455 }

.1.3.6.1.4.1.25506.3.1.9.4.1456
hh3cevtModuleSw-RX-NIC-CQ2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1456 }

.1.3.6.1.4.1.25506.3.1.9.4.1457
hh3cevtModuleSw-NIC-GP24L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1457 }

.1.3.6.1.4.1.25506.3.1.9.4.1458
hh3cevtModuleSw-NIC-CQ1L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1458 }

.1.3.6.1.4.1.25506.3.1.9.4.1459
hh3cevtModuleSw-NIC-CQ2L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1459 }

.1.3.6.1.4.1.25506.3.1.9.4.1600
hh3cevtModuleSw-LSUM2GP44TSSE9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1600 }

.1.3.6.1.4.1.25506.3.1.9.4.1601
hh3cevtModuleSw-LSUM2GP24TSSE9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1601 }

.1.3.6.1.4.1.25506.3.1.9.4.1602
hh3cevtModuleSw-LSUM2GT24TSSE9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1602 }

.1.3.6.1.4.1.25506.3.1.9.4.1603
hh3cevtModuleSw-LSUM2GT48SE9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1603 }

.1.3.6.1.4.1.25506.3.1.9.4.1604
hh3cevtModuleSw-LSUM1SUPD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1604 }

.1.3.6.1.4.1.25506.3.1.9.4.1605
hh3cevtModuleSw-LSUM1SUPD9 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1605 }

.1.3.6.1.4.1.25506.3.1.9.4.1606
hh3cevtModuleSw-LSXM1TGT48FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1606 }

.1.3.6.1.4.1.25506.3.1.9.4.1607
hh3cevtModuleSw-LSXM1TGS48FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1607 }

.1.3.6.1.4.1.25506.3.1.9.4.1608
hh3cevtModuleSw-LSXM1TGS48FE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1608 }

.1.3.6.1.4.1.25506.3.1.9.4.1609
hh3cevtModuleSw-LSXM1QGS36FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1609 }

.1.3.6.1.4.1.25506.3.1.9.4.1610
hh3cevtModuleSw-LSXM1QGS24FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1610 }

.1.3.6.1.4.1.25506.3.1.9.4.1611
hh3cevtModuleSw-LSXM1QGS24FE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1611 }

.1.3.6.1.4.1.25506.3.1.9.4.1612
hh3cevtModuleSw-LSXM1CGX8FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1612 }

.1.3.6.1.4.1.25506.3.1.9.4.1613
hh3cevtModuleSw-LSXM1CGP12FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1613 }

.1.3.6.1.4.1.25506.3.1.9.4.1614
hh3cevtModuleSw-LSXM1SUPB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1614 }

.1.3.6.1.4.1.25506.3.1.9.4.1615
hh3cevtModuleSw-LSXM1SFF16C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1615 }

.1.3.6.1.4.1.25506.3.1.9.4.1616
hh3cevtModuleSw-LSXM1SFF16A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1616 }

.1.3.6.1.4.1.25506.3.1.9.4.1617
hh3cevtModuleSw-LSXM1SFF08B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1617 }

.1.3.6.1.4.1.25506.3.1.9.4.1618
hh3cevtModuleSw-LSQM6GV48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1618 }

.1.3.6.1.4.1.25506.3.1.9.4.1619
hh3cevtModuleSw-LSXM1SUP04B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1619 }

.1.3.6.1.4.1.25506.3.1.9.4.1620
hh3cevtModuleSw-LSXM1SFF04B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1620 }

.1.3.6.1.4.1.25506.3.1.9.4.1621
hh3cevtModuleSw-LSXM1SUP04B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1621 }

.1.3.6.1.4.1.25506.3.1.9.4.1622
hh3cevtModuleSw-LSXM1SFF04B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1622 }

.1.3.6.1.4.1.25506.3.1.9.4.1623
hh3cevtModuleSw-LSU1ADECEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1623 }

.1.3.6.1.4.1.25506.3.1.9.4.1624
hh3cevtModuleSw-LSU1NSCEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1624 }

.1.3.6.1.4.1.25506.3.1.9.4.1625
hh3cevtModuleSw-LSU3FWCEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1625 }

.1.3.6.1.4.1.25506.3.1.9.4.1626
hh3cevtModuleSw-LSXM1MPU06B3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1626 }

.1.3.6.1.4.1.25506.3.1.9.4.1627
hh3cevtModuleSw-LSXM1MPU10C3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1627 }

.1.3.6.1.4.1.25506.3.1.9.4.1628
hh3cevtModuleSw-LSXM1SUPD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1628 }

.1.3.6.1.4.1.25506.3.1.9.4.1629
hh3cevtModuleSw-LSXM1FAB06C3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1629 }

.1.3.6.1.4.1.25506.3.1.9.4.1630
hh3cevtModuleSw-LSXM1FAB10C3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1630 }

.1.3.6.1.4.1.25506.3.1.9.4.1631
hh3cevtModuleSw-LSXM1FAB12D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1631 }

.1.3.6.1.4.1.25506.3.1.9.4.1632
hh3cevtModuleSw-LSXM1FAB04D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1632 }

.1.3.6.1.4.1.25506.3.1.9.4.1633
hh3cevtModuleSw-LSXM1FAB08D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1633 }

.1.3.6.1.4.1.25506.3.1.9.4.1634
hh3cevtModuleSw-LSXM1GP44TSSE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1634 }

.1.3.6.1.4.1.25506.3.1.9.4.1635
hh3cevtModuleSw-LSXM1GP24TSSE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1635 }

.1.3.6.1.4.1.25506.3.1.9.4.1636
hh3cevtModuleSw-LSXM1GT24PTSSE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1636 }

.1.3.6.1.4.1.25506.3.1.9.4.1637
hh3cevtModuleSw-LSXM1GT48SE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1637 }

.1.3.6.1.4.1.25506.3.1.9.4.1638
hh3cevtModuleSw-LSXM1TGS24EC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1638 }

.1.3.6.1.4.1.25506.3.1.9.4.1639
hh3cevtModuleSw-LSXM1CGC2EC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1639 }

.1.3.6.1.4.1.25506.3.1.9.4.1640
hh3cevtModuleSw-LSXM1TGT24SF3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1640 }

.1.3.6.1.4.1.25506.3.1.9.4.1641
hh3cevtModuleSw-LSXM1TGS16SF3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1641 }

.1.3.6.1.4.1.25506.3.1.9.4.1642
hh3cevtModuleSw-LSXM1QGS12SG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1642 }

.1.3.6.1.4.1.25506.3.1.9.4.1643
hh3cevtModuleSw-LSXM1TGS48SG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1643 }

.1.3.6.1.4.1.25506.3.1.9.4.1644
hh3cevtModuleSw-LSQM1FAB04B3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1644 }

.1.3.6.1.4.1.25506.3.1.9.4.1645
hh3cevtModuleSw-LSQM1FAB08B3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1645 }

.1.3.6.1.4.1.25506.3.1.9.4.1646
hh3cevtModuleSw-LSQM1FAB12B3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1646 }

.1.3.6.1.4.1.25506.3.1.9.4.1647
hh3cevtModuleSw-LSXM1SFF08A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1647 }

.1.3.6.1.4.1.25506.3.1.9.4.1648
hh3cevtModuleSw-LSXM1SFF08A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1648 }

.1.3.6.1.4.1.25506.3.1.9.4.1649
hh3cevtModuleSw-LSXM1FWDF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1649 }

.1.3.6.1.4.1.25506.3.1.9.4.1650
hh3cevtModuleSw-LSQM1PT8TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1650 }

.1.3.6.1.4.1.25506.3.1.9.4.1651
hh3cevtModuleSw-LSQM1PT24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1651 }

.1.3.6.1.4.1.25506.3.1.9.4.1652
hh3cevtModuleSw-LSQM1TGS12EC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1652 }

.1.3.6.1.4.1.25506.3.1.9.4.1653
hh3cevtModuleSw-LSX1M1CGQ32TB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1653 }

.1.3.6.1.4.1.25506.3.1.9.4.1654
hh3cevtModuleSw-LSX1M1CGQ48TB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1654 }

.1.3.6.1.4.1.25506.3.1.9.4.1655
hh3cevtModuleSw-LSXM1QGS48TB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1655 }

.1.3.6.1.4.1.25506.3.1.9.4.1656
hh3cevtModuleSw-LSXM1SRT08E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1656 }

.1.3.6.1.4.1.25506.3.1.9.4.1657
hh3cevtModuleSw-LSXM1SRT16E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1657 }

.1.3.6.1.4.1.25506.3.1.9.4.1658
hh3cevtModuleSw-LSXM1SRT02E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1658 }

.1.3.6.1.4.1.25506.3.1.9.4.1659
hh3cevtModuleSw-LSXM1SUP02B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1659 }

.1.3.6.1.4.1.25506.3.1.9.4.1660
hh3cevtModuleSw-LSUM1SUPC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1660 }

.1.3.6.1.4.1.25506.3.1.9.4.1661
hh3cevtModuleSw-LSUM1SUPC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1661 }

.1.3.6.1.4.1.25506.3.1.9.4.1662
hh3cevtModuleSw-LSXM1SUPC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1662 }

.1.3.6.1.4.1.25506.3.1.9.4.1663
hh3cevtModuleSw-LSQM1GP44TSSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1663 }

.1.3.6.1.4.1.25506.3.1.9.4.1664
hh3cevtModuleSw-LSQM1GP24TSSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1664 }

.1.3.6.1.4.1.25506.3.1.9.4.1665
hh3cevtModuleSw-LSQM1GT48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1665 }

.1.3.6.1.4.1.25506.3.1.9.4.1666
hh3cevtModuleSw-LSQM1GV48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1666 }

.1.3.6.1.4.1.25506.3.1.9.4.1667
hh3cevtModuleSw-LSXM1QGS12FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1667 }

.1.3.6.1.4.1.25506.3.1.9.4.1668
hh3cevtModuleSw-LSXM3QGS24FE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1668 }

.1.3.6.1.4.1.25506.3.1.9.4.1669
hh3cevtModuleSw-LSXM3QGS24FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1669 }

.1.3.6.1.4.1.25506.3.1.9.4.1670
hh3cevtModuleSw-LSXM3QGS36FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1670 }

.1.3.6.1.4.1.25506.3.1.9.4.1671
hh3cevtModuleSw-LSXM3TGS48FE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1671 }

.1.3.6.1.4.1.25506.3.1.9.4.1672
hh3cevtModuleSw-LSXM3TGS48FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1672 }

.1.3.6.1.4.1.25506.3.1.9.4.1673
hh3cevtModuleSw-LSXM2TGS48FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1673 }

.1.3.6.1.4.1.25506.3.1.9.4.1674
hh3cevtModuleSw-LSQM1MPU06B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1674 }

.1.3.6.1.4.1.25506.3.1.9.4.1675
hh3cevtModuleSw-LSQM1MPU10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1675 }

.1.3.6.1.4.1.25506.3.1.9.4.1676
hh3cevtModuleSw-LSQM1FAB06C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1676 }

.1.3.6.1.4.1.25506.3.1.9.4.1677
hh3cevtModuleSw-LSQM1FAB10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1677 }

.1.3.6.1.4.1.25506.3.1.9.4.1678
hh3cevtModuleSw-LSQM1QGS12SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1678 }

.1.3.6.1.4.1.25506.3.1.9.4.1679
hh3cevtModuleSw-LSQM1TGS48SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1679 }

.1.3.6.1.4.1.25506.3.1.9.4.1680
hh3cevtModuleSw-LSQM1TGT24SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1680 }

.1.3.6.1.4.1.25506.3.1.9.4.1681
hh3cevtModuleSw-LSQM1QGS8A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1681 }

.1.3.6.1.4.1.25506.3.1.9.4.1682
hh3cevtModuleSw-LSQM1TGS24QSM0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1682 }

.1.3.6.1.4.1.25506.3.1.9.4.1683
hh3cevtModuleSw-LSQM1TGT24QSM0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1683 }

.1.3.6.1.4.1.25506.3.1.9.4.1684
hh3cevtModuleSw-LSQM1TGS24QSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1684 }

.1.3.6.1.4.1.25506.3.1.9.4.1685
hh3cevtModuleSw-LSUM1FWCEAB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1685 }

.1.3.6.1.4.1.25506.3.1.9.4.1686
hh3cevtModuleSw-LSQM2GP24TSSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1686 }

.1.3.6.1.4.1.25506.3.1.9.4.1687
hh3cevtModuleSw-LSQM2GT48SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1687 }

.1.3.6.1.4.1.25506.3.1.9.4.1688
hh3cevtModuleSw-LSQM2GP48SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1688 }

.1.3.6.1.4.1.25506.3.1.9.4.1689
hh3cevtModuleSw-LSQM2GP24TSSA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1689 }

.1.3.6.1.4.1.25506.3.1.9.4.1690
hh3cevtModuleSw-LSQM2GT48SA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1690 }

.1.3.6.1.4.1.25506.3.1.9.4.1691
hh3cevtModuleSw-LSQM2GP48SA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1691 }

.1.3.6.1.4.1.25506.3.1.9.4.1692
hh3cevtModuleSw-LSUM2GP24TSSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1692 }

.1.3.6.1.4.1.25506.3.1.9.4.1693
hh3cevtModuleSw-LSUM2GT48SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1693 }

.1.3.6.1.4.1.25506.3.1.9.4.1694
hh3cevtModuleSw-LSUM2GP48SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1694 }

.1.3.6.1.4.1.25506.3.1.9.4.1695
hh3cevtModuleSw-LSXM1SUPT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1695 }

.1.3.6.1.4.1.25506.3.1.9.4.1696
hh3cevtModuleSw-LSXM1SUP02T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1696 }

.1.3.6.1.4.1.25506.3.1.9.4.1697
hh3cevtModuleSw-LSXM1SFF16B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1697 }

.1.3.6.1.4.1.25506.3.1.9.4.1698
hh3cevtModuleSw-LSXM4TGS48FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1698 }

.1.3.6.1.4.1.25506.3.1.9.4.1699
hh3cevtModuleSw-LSXM4QGS24FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1699 }

.1.3.6.1.4.1.25506.3.1.9.4.1700
hh3cevtModuleSw-LSXM1TGS48FD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1700 }

.1.3.6.1.4.1.25506.3.1.9.4.1701
hh3cevtModuleSw-LSXM1QGS24FD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1701 }

.1.3.6.1.4.1.25506.3.1.9.4.1702
hh3cevtModuleSw-LSXM2QGS24FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1702 }

.1.3.6.1.4.1.25506.3.1.9.4.1703
hh3cevtModuleSw-LSXM1TGS48FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1703 }

.1.3.6.1.4.1.25506.3.1.9.4.1704
hh3cevtModuleSw-LSXM1QGS24FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1704 }

.1.3.6.1.4.1.25506.3.1.9.4.1705
hh3cevtModuleSw-LSXM2TGS48FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1705 }

.1.3.6.1.4.1.25506.3.1.9.4.1706
hh3cevtModuleSw-LSXM2QGS24FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1706 }

.1.3.6.1.4.1.25506.3.1.9.4.1707
hh3cevtModuleSw-LSXM4TGS48FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1707 }

.1.3.6.1.4.1.25506.3.1.9.4.1708
hh3cevtModuleSw-LSXM4QGS24FX0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1708 }

.1.3.6.1.4.1.25506.3.1.9.4.1709
hh3cevtModuleSw-LSXM1TGW48FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1709 }

.1.3.6.1.4.1.25506.3.1.9.4.1710
hh3cevtModuleSw-LSUM1MPU10A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1710 }

.1.3.6.1.4.1.25506.3.1.9.4.1711
hh3cevtModuleSw-LSUM1FAB10A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1711 }

.1.3.6.1.4.1.25506.3.1.9.4.1712
hh3cevtModuleSw-LSUM2TGS32QSSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1712 }

.1.3.6.1.4.1.25506.3.1.9.4.1713
hh3cevtModuleSw-LSUM2QGS12SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1713 }

.1.3.6.1.4.1.25506.3.1.9.4.1714
hh3cevtModuleSw-LSUM2TGS48SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1714 }

.1.3.6.1.4.1.25506.3.1.9.4.1715
hh3cevtModuleSw-LSXM2QGS12SG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1715 }

.1.3.6.1.4.1.25506.3.1.9.4.1716
hh3cevtModuleSw-LSXM2TGS48SG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1716 }

.1.3.6.1.4.1.25506.3.1.9.4.1717
hh3cevtModuleSw-LSUM1FWDEC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1717 }

.1.3.6.1.4.1.25506.3.1.9.4.1718
hh3cevtModuleSw-LSQM1FWDSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1718 }

.1.3.6.1.4.1.25506.3.1.9.4.1719
hh3cevtModuleSw-LSQM1TGS48RSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1719 }

.1.3.6.1.4.1.25506.3.1.9.4.1720
hh3cevtModuleSw-LSQM2TGS48XSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1720 }

.1.3.6.1.4.1.25506.3.1.9.4.1721
hh3cevtModuleSw-LSQM2QGS12XSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1721 }

.1.3.6.1.4.1.25506.3.1.9.4.1722
hh3cevtModuleSw-LSQM3GP44TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1722 }

.1.3.6.1.4.1.25506.3.1.9.4.1723
hh3cevtModuleSw-LSXM1CGQ36HB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1723 }

.1.3.6.1.4.1.25506.3.1.9.4.1724
hh3cevtModuleSw-LSXM1CGQ36HC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1724 }

.1.3.6.1.4.1.25506.3.1.9.4.1725
hh3cevtModuleSw-LSXM1CGQ18QGHB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1725 }

.1.3.6.1.4.1.25506.3.1.9.4.1726
hh3cevtModuleSw-LSXM1CGQ18QGHC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1726 }

.1.3.6.1.4.1.25506.3.1.9.4.1727
hh3cevtModuleSw-LSXM1QGS48HB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1727 }

.1.3.6.1.4.1.25506.3.1.9.4.1728
hh3cevtModuleSw-LSXM1QGS48HC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1728 }

.1.3.6.1.4.1.25506.3.1.9.4.1729
hh3cevtModuleSw-LSXM1TGS48C2HB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1729 }

.1.3.6.1.4.1.25506.3.1.9.4.1730
hh3cevtModuleSw-LSXM1SFH04D1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1730 }

.1.3.6.1.4.1.25506.3.1.9.4.1731
hh3cevtModuleSw-LSXM1SFH08D1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1731 }

.1.3.6.1.4.1.25506.3.1.9.4.1732
hh3cevtModuleSw-LSXM1SFH12D1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1732 }

.1.3.6.1.4.1.25506.3.1.9.4.1733
hh3cevtModuleSw-LSXM1SFH16C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1733 }

.1.3.6.1.4.1.25506.3.1.9.4.1737
hh3cevtModuleSw-LSXM1GP48FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1737 }

.1.3.6.1.4.1.25506.3.1.9.4.1738
hh3cevtModuleSw-LSXM1GP48FD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1738 }

.1.3.6.1.4.1.25506.3.1.9.4.1739
hh3cevtModuleSw-LSXM1GT48FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1739 }

.1.3.6.1.4.1.25506.3.1.9.4.1740
hh3cevtModuleSw-LSXM1GT48FD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1740 }

.1.3.6.1.4.1.25506.3.1.9.4.1741
hh3cevtModuleSw-LSXM1FAB10B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1741 }

.1.3.6.1.4.1.25506.3.1.9.4.1742
hh3cevtModuleSw-LSUM1MPU10A3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1742 }

.1.3.6.1.4.1.25506.3.1.9.4.1743
hh3cevtModuleSw-LSUM1FAB10A3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1743 }

.1.3.6.1.4.1.25506.3.1.9.4.1744
hh3cevtModuleSw-LSQM1MPU10A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1744 }

.1.3.6.1.4.1.25506.3.1.9.4.1745
hh3cevtModuleSw-LSQM1FAB10A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1745 }

.1.3.6.1.4.1.25506.3.1.9.4.1746
hh3cevtModuleSw-LSQM2TGS32QSXSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1746 }

.1.3.6.1.4.1.25506.3.1.9.4.1747
hh3cevtModuleSw-LSQM1TGS48RSG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1747 }

.1.3.6.1.4.1.25506.3.1.9.4.1748
hh3cevtModuleSw-LSXM2TGS32QSSG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1748 }

.1.3.6.1.4.1.25506.3.1.9.4.1749
hh3cevtModuleSw-LSUM1NSDEC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1749 }

.1.3.6.1.4.1.25506.3.1.9.4.1750
hh3cevtModuleSw-LSQM1NSDSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1750 }

.1.3.6.1.4.1.25506.3.1.9.4.1751
hh3cevtModuleSw-LSQM1QGS4SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1751 }

.1.3.6.1.4.1.25506.3.1.9.4.1752
hh3cevtModuleSw-LLSQM2MPUD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1752 }

.1.3.6.1.4.1.25506.3.1.9.4.1753
hh3cevtModuleSw-LLSQM3MPUB3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1753 }

.1.3.6.1.4.1.25506.3.1.9.4.1754
hh3cevtModuleSw-LSQM3MPUB4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1754 }

.1.3.6.1.4.1.25506.3.1.9.4.1755
hh3cevtModuleSw-LSQM2MPUDS0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1755 }

.1.3.6.1.4.1.25506.3.1.9.4.1756
hh3cevtModuleSw-LSQM4GV48SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1756 }

.1.3.6.1.4.1.25506.3.1.9.4.1757
hh3cevtModuleSw-LSQM1WCMX20 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1757 }

.1.3.6.1.4.1.25506.3.1.9.4.1758
hh3cevtModuleSw-LSQM1WCMX40 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1758 }

.1.3.6.1.4.1.25506.3.1.9.4.1759
hh3cevtModuleSw-LSUM1WCMX20RT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1759 }

.1.3.6.1.4.1.25506.3.1.9.4.1760
hh3cevtModuleSw-LSUM1WCMX40RT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1760 }

.1.3.6.1.4.1.25506.3.1.9.4.1761
hh3cevtModuleSw-LSXM1CGQ18QGHB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1761 }

.1.3.6.1.4.1.25506.3.1.9.4.1762
hh3cevtModuleSw-LSXM1SFH08C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1762 }

.1.3.6.1.4.1.25506.3.1.9.4.1763
hh3cevtModuleSw-LSXM1SFH08C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1763 }

.1.3.6.1.4.1.25506.3.1.9.4.1764
hh3cevtModuleSw-LSXM2SFH16C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1764 }

.1.3.6.1.4.1.25506.3.1.9.4.1765
hh3cevtModuleSw-LSXM2SFH16C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1765 }

.1.3.6.1.4.1.25506.3.1.9.4.1766
hh3cevtModuleSw-LSXM1NSDF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1766 }

.1.3.6.1.4.1.25506.3.1.9.4.1767
hh3cevtModuleSw-LSUM2TGS48SG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1767 }

.1.3.6.1.4.1.25506.3.1.9.4.1768
hh3cevtModuleSw-DS-3E7602-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1768 }

.1.3.6.1.4.1.25506.3.1.9.4.1769
hh3cevtModuleSw-DS-3E7606-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1769 }

.1.3.6.1.4.1.25506.3.1.9.4.1770
hh3cevtModuleSw-DS-3E7600-24T4X-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1770 }

.1.3.6.1.4.1.25506.3.1.9.4.1771
hh3cevtModuleSw-DS-3E7600-24F4X-SA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1771 }

.1.3.6.1.4.1.25506.3.1.9.4.1772
hh3cevtModuleSw-DS-3E7600-48T-SA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1772 }

.1.3.6.1.4.1.25506.3.1.9.4.1773
hh3cevtModuleSw-DS-3E7600-48F-SA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1773 }

.1.3.6.1.4.1.25506.3.1.9.4.1774
hh3cevtModuleSw-DS-3E7600-24F4X-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1774 }

.1.3.6.1.4.1.25506.3.1.9.4.1775
hh3cevtModuleSw-DS-3E7600-44F4X-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1775 }

.1.3.6.1.4.1.25506.3.1.9.4.1776
hh3cevtModuleSw-DS-3E7600-48T-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1776 }

.1.3.6.1.4.1.25506.3.1.9.4.1777
hh3cevtModuleSw-DS-3E7600-16X-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1777 }

.1.3.6.1.4.1.25506.3.1.9.4.1778
hh3cevtModuleSw-S7602-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1778 }

.1.3.6.1.4.1.25506.3.1.9.4.1779
hh3cevtModuleSw-S7606-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1779 }

.1.3.6.1.4.1.25506.3.1.9.4.1780
hh3cevtModuleSw-S76-24GT4XFSC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1780 }

.1.3.6.1.4.1.25506.3.1.9.4.1781
hh3cevtModuleSw-S76-24GF4XFSA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1781 }

.1.3.6.1.4.1.25506.3.1.9.4.1782
hh3cevtModuleSw-S76-48GTSA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1782 }

.1.3.6.1.4.1.25506.3.1.9.4.1783
hh3cevtModuleSw-S76-48GFSA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1783 }

.1.3.6.1.4.1.25506.3.1.9.4.1784
hh3cevtModuleSw-S76-24GT20GF4XFSC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1784 }

.1.3.6.1.4.1.25506.3.1.9.4.1785
hh3cevtModuleSw-LSXM1TGS48C2HB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1785 }

.1.3.6.1.4.1.25506.3.1.9.4.1786
hh3cevtModuleSw-LSXM1CGQ18QGHC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1786 }

.1.3.6.1.4.1.25506.3.1.9.4.1787
hh3cevtModuleSw-LSXM1TGS48HB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1787 }

.1.3.6.1.4.1.25506.3.1.9.4.1788
hh3cevtModuleSw-LSXM1TGS48HB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1788 }

.1.3.6.1.4.1.25506.3.1.9.4.1789
hh3cevtModuleSw-LSQM1CGP24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1789 }

.1.3.6.1.4.1.25506.3.1.9.4.1790
hh3cevtModuleSw-LSQM1CGP24TSSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1790 }

.1.3.6.1.4.1.25506.3.1.9.4.1791
hh3cevtModuleSw-LSQM1CGT24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1791 }

.1.3.6.1.4.1.25506.3.1.9.4.1792
hh3cevtModuleSw-LSQM1CGT24TSSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1792 }

.1.3.6.1.4.1.25506.3.1.9.4.1793
hh3cevtModuleSw-LSQM2GP24SA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1793 }

.1.3.6.1.4.1.25506.3.1.9.4.1794
hh3cevtModuleSw-LSX1SUPH1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1794 }

.1.3.6.1.4.1.25506.3.1.9.4.1795
hh3cevtModuleSw-LSX1SUPH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1795 }

.1.3.6.1.4.1.25506.3.1.9.4.1796
hh3cevtModuleSw-LSX1SUP04H1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1796 }

.1.3.6.1.4.1.25506.3.1.9.4.1797
hh3cevtModuleSw-LSX1SUP04H0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1797 }

.1.3.6.1.4.1.25506.3.1.9.4.1798
hh3cevtModuleSw-LSXM1SFH08D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1798 }

.1.3.6.1.4.1.25506.3.1.9.4.1799
hh3cevtModuleSw-LSXM1SFH04D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1799 }

.1.3.6.1.4.1.25506.3.1.9.4.1800
hh3cevtModuleSw-LSXM1SFH16C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1800 }

.1.3.6.1.4.1.25506.3.1.9.4.1801
hh3cevtModuleSw-LSXM1SFH12D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1801 }

.1.3.6.1.4.1.25506.3.1.9.4.1802
hh3cevtModuleSw-LSXM1QGS48HB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1802 }

.1.3.6.1.4.1.25506.3.1.9.4.1803
hh3cevtModuleSw-LSXM1QGS48HC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1803 }

.1.3.6.1.4.1.25506.3.1.9.4.1804
hh3cevtModuleSw-LSXM1CGQ36HB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1804 }

.1.3.6.1.4.1.25506.3.1.9.4.1805
hh3cevtModuleSw-LSXM1TGS48C2HC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1805 }

.1.3.6.1.4.1.25506.3.1.9.4.1806
hh3cevtModuleSw-LSQM2GP44TSSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1806 }

.1.3.6.1.4.1.25506.3.1.9.4.1807
hh3cevtModuleSw-LSQM2GP24TSSA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1807 }

.1.3.6.1.4.1.25506.3.1.9.4.1808
hh3cevtModuleSw-LSQM2GT48SA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1808 }

.1.3.6.1.4.1.25506.3.1.9.4.1809
hh3cevtModuleSw-LSQM2GP48SA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1809 }

.1.3.6.1.4.1.25506.3.1.9.4.1810
hh3cevtModuleSw-EWPXM1CGP24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1810 }

.1.3.6.1.4.1.25506.3.1.9.4.1811
hh3cevtModuleSw-EWPXM3MPUB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1811 }

.1.3.6.1.4.1.25506.3.1.9.4.1812
hh3cevtModuleSw-EWPXM2MPUDS0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1812 }

.1.3.6.1.4.1.25506.3.1.9.4.1813
hh3cevtModuleSw-EWPXM2TGS16SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1813 }

.1.3.6.1.4.1.25506.3.1.9.4.1814
hh3cevtModuleSw-EWPXM2GP44TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1814 }

.1.3.6.1.4.1.25506.3.1.9.4.1815
hh3cevtModuleSw-EWPXM2GP24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1815 }

.1.3.6.1.4.1.25506.3.1.9.4.1816
hh3cevtModuleSw-EWPXM1MAC0F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1816 }

.1.3.6.1.4.1.25506.3.1.9.4.1817
hh3cevtModuleSw-LSQM1CGP24TSSA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1817 }

.1.3.6.1.4.1.25506.3.1.9.4.1818
hh3cevtModuleSw-LSQM1CGT24TSSA8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1818 }

.1.3.6.1.4.1.25506.3.1.9.4.1819
hh3cevtModuleSw-LSWM1FWD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1819 }

.1.3.6.1.4.1.25506.3.1.9.4.1820
hh3cevtModuleSw-LSUM2MPU10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1820 }

.1.3.6.1.4.1.25506.3.1.9.4.1821
hh3cevtModuleSw-LSQM2MPU10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1821 }

.1.3.6.1.4.1.25506.3.1.9.4.1822
hh3cevtModuleSw-LSUM2MPU10C3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1822 }

.1.3.6.1.4.1.25506.3.1.9.4.1823
hh3cevtModuleSw-LSUM2FAB10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1823 }

.1.3.6.1.4.1.25506.3.1.9.4.1824
hh3cevtModuleSw-LSQM2FAB10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1824 }

.1.3.6.1.4.1.25506.3.1.9.4.1825
hh3cevtModuleSw-LSUM2FAB10C3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1825 }

.1.3.6.1.4.1.25506.3.1.9.4.1826
hh3cevtModuleSw-LSUM2CQGS12SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1826 }

.1.3.6.1.4.1.25506.3.1.9.4.1827
hh3cevtModuleSw-LSXM2CQGS12SG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1827 }

.1.3.6.1.4.1.25506.3.1.9.4.1828
hh3cevtModuleSw-LSQM2CQGS12XSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1828 }

.1.3.6.1.4.1.25506.3.1.9.4.1829
hh3cevtModuleSw-LSQM1CQGS12SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1829 }

.1.3.6.1.4.1.25506.3.1.9.4.1830
hh3cevtModuleSw-LSXM1CGQ6QGHB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1830 }

.1.3.6.1.4.1.25506.3.1.9.4.1831
hh3cevtModuleSw-LSXM1CGQ6QGHB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1831 }

.1.3.6.1.4.1.25506.3.1.9.4.1832
hh3cevtModuleSw-LSXM1CGQ6QGHC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1832 }

.1.3.6.1.4.1.25506.3.1.9.4.1833
hh3cevtModuleSw-LSXM1QGS36HB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1833 }

.1.3.6.1.4.1.25506.3.1.9.4.1834
hh3cevtModuleSw-LSXM1QGS36HB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1834 }

.1.3.6.1.4.1.25506.3.1.9.4.1835
hh3cevtModuleSw-LSXM1QGS36HC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1835 }

.1.3.6.1.4.1.25506.3.1.9.4.1836
hh3cevtModuleSw-LSXM1SUPC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1836 }

.1.3.6.1.4.1.25506.3.1.9.4.1837
hh3cevtModuleSw-LSXM1SUPC1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1837 }

.1.3.6.1.4.1.25506.3.1.9.4.1838
hh3cevtModuleSw-LSXM1SUP04H0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1838 }

.1.3.6.1.4.1.25506.3.1.9.4.1839
hh3cevtModuleSw-LSXM1SUP04H1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1839 }

.1.3.6.1.4.1.25506.3.1.9.4.1840
hh3cevtModuleSw-LSXM1SUPH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1840 }

.1.3.6.1.4.1.25506.3.1.9.4.1841
hh3cevtModuleSw-LSXM1SUPH1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1841 }

.1.3.6.1.4.1.25506.3.1.9.4.1842
hh3cevtModuleSw-EWPXM2WCMD0F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1842 }

.1.3.6.1.4.1.25506.3.1.9.4.1843
hh3cevtModuleSw-LSUM2QGS24RSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1843 }

.1.3.6.1.4.1.25506.3.1.9.4.1844
hh3cevtModuleSw-LSQM1QGS24RSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1844 }

.1.3.6.1.4.1.25506.3.1.9.4.1845
hh3cevtModuleSw-LSXM2QGS24RSG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1845 }

.1.3.6.1.4.1.25506.3.1.9.4.1846
hh3cevtModuleSw-LSQM2QGS24RXSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1846 }

.1.3.6.1.4.1.25506.3.1.9.4.1847
hh3cevtModuleSw-LSQM2TGS48RSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1847 }

.1.3.6.1.4.1.25506.3.1.9.4.1848
hh3cevtModuleSw-LSXM1X86SUPE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1848 }

.1.3.6.1.4.1.25506.3.1.9.4.1849
hh3cevtModuleSw-LSXM1X86SUPE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1849 }

.1.3.6.1.4.1.25506.3.1.9.4.1850
hh3cevtModuleSw-LSQM1CGS2QSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1850 }

.1.3.6.1.4.1.25506.3.1.9.4.1851
hh3cevtModuleSw-LSUM1ACGDEC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1851 }

.1.3.6.1.4.1.25506.3.1.9.4.1852
hh3cevtModuleSw-LSQM1ACGDSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1852 }

.1.3.6.1.4.1.25506.3.1.9.4.1853
hh3cevtModuleSw-LSXM1CGQ36HF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1853 }

.1.3.6.1.4.1.25506.3.1.9.4.1854
hh3cevtModuleSw-LSXM1QGS48HF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1854 }

.1.3.6.1.4.1.25506.3.1.9.4.1855
hh3cevtModuleSw-LSXM1CGQ18QGHF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1855 }

.1.3.6.1.4.1.25506.3.1.9.4.1856
hh3cevtModuleSw-LSXM1QGS36HF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1856 }

.1.3.6.1.4.1.25506.3.1.9.4.1857
hh3cevtModuleSw-LSXM1CGQ6QGHF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1857 }

.1.3.6.1.4.1.25506.3.1.9.4.1858
hh3cevtModuleSw-LSXM1QGS48HF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1858 }

.1.3.6.1.4.1.25506.3.1.9.4.1859
hh3cevtModuleSw-LSXM1CGQ18QGHF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1859 }

.1.3.6.1.4.1.25506.3.1.9.4.1860
hh3cevtModuleSw-LSXM1CGQ6QGHF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1860 }

.1.3.6.1.4.1.25506.3.1.9.4.1861
hh3cevtModuleSw-LSXM1TGS48HF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1861 }

.1.3.6.1.4.1.25506.3.1.9.4.1862
hh3cevtModuleSw-LSXM1TGS48HF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1862 }

.1.3.6.1.4.1.25506.3.1.9.4.1863
hh3cevtModuleSw-LSQM1GP24FC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1863 }

.1.3.6.1.4.1.25506.3.1.9.4.1864
hh3cevtModuleSw-LSQM1GP24FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1864 }

.1.3.6.1.4.1.25506.3.1.9.4.1865
hh3cevtModuleSw-LSQM1GP24TSFC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1865 }

.1.3.6.1.4.1.25506.3.1.9.4.1866
hh3cevtModuleSw-LSQM1GP24TSFD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1866 }

.1.3.6.1.4.1.25506.3.1.9.4.1867
hh3cevtModuleSw-LSQM1GP40TS8FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1867 }

.1.3.6.1.4.1.25506.3.1.9.4.1868
hh3cevtModuleSw-LSQM1GP48FC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1868 }

.1.3.6.1.4.1.25506.3.1.9.4.1869
hh3cevtModuleSw-LSQM1GP48FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1869 }

.1.3.6.1.4.1.25506.3.1.9.4.1870
hh3cevtModuleSw-LSQM1GP48FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1870 }

.1.3.6.1.4.1.25506.3.1.9.4.1871
hh3cevtModuleSw-LSQM1GT48FC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1871 }

.1.3.6.1.4.1.25506.3.1.9.4.1872
hh3cevtModuleSw-LSQM1GT48FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1872 }

.1.3.6.1.4.1.25506.3.1.9.4.1873
hh3cevtModuleSw-LSQM1GT48FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1873 }

.1.3.6.1.4.1.25506.3.1.9.4.1874
hh3cevtModuleSw-LSQM1TGS24FC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1874 }

.1.3.6.1.4.1.25506.3.1.9.4.1875
hh3cevtModuleSw-LSQM1TGS24FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1875 }

.1.3.6.1.4.1.25506.3.1.9.4.1876
hh3cevtModuleSw-LSQM1TGS24FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1876 }

.1.3.6.1.4.1.25506.3.1.9.4.1877
hh3cevtModuleSw-LSQM1TGS24XFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1877 }

.1.3.6.1.4.1.25506.3.1.9.4.1878
hh3cevtModuleSw-LSQM1TGS48RFE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1878 }

.1.3.6.1.4.1.25506.3.1.9.4.1879
hh3cevtModuleSw-LSQM1TGS8FC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1879 }

.1.3.6.1.4.1.25506.3.1.9.4.1880
hh3cevtModuleSw-LSQM1TGS8FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1880 }

.1.3.6.1.4.1.25506.3.1.9.4.1881
hh3cevtModuleSw-LSUM1GP40TS8FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1881 }

.1.3.6.1.4.1.25506.3.1.9.4.1882
hh3cevtModuleSw-LSUM1GP48FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1882 }

.1.3.6.1.4.1.25506.3.1.9.4.1883
hh3cevtModuleSw-LSUM1GP48FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1883 }

.1.3.6.1.4.1.25506.3.1.9.4.1884
hh3cevtModuleSw-LSUM1GT48FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1884 }

.1.3.6.1.4.1.25506.3.1.9.4.1885
hh3cevtModuleSw-LSUM1GT48FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1885 }

.1.3.6.1.4.1.25506.3.1.9.4.1886
hh3cevtModuleSw-LSUM1TGS24FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1886 }

.1.3.6.1.4.1.25506.3.1.9.4.1887
hh3cevtModuleSw-LSUM1TGS24FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1887 }

.1.3.6.1.4.1.25506.3.1.9.4.1888
hh3cevtModuleSw-LSXM1GP40TS8FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1888 }

.1.3.6.1.4.1.25506.3.1.9.4.1889
hh3cevtModuleSw-LSXM1GT48FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1889 }

.1.3.6.1.4.1.25506.3.1.9.4.1890
hh3cevtModuleSw-LSXM1TGS24FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1890 }

.1.3.6.1.4.1.25506.3.1.9.4.1891
hh3cevtModuleSw-LSQM1MPUS10C3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1891 }

.1.3.6.1.4.1.25506.3.1.9.4.1892
hh3cevtModuleSw-LSQM1MPUSA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1892 }

.1.3.6.1.4.1.25506.3.1.9.4.1893
hh3cevtModuleSw-LSQM2SUPA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1893 }

.1.3.6.1.4.1.25506.3.1.9.4.1894
hh3cevtModuleSw-LSXM1SFH16E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1894 }

.1.3.6.1.4.1.25506.3.1.9.4.1895
hh3cevtModuleSw-LSXM1SFH16E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1895 }

.1.3.6.1.4.1.25506.3.1.9.4.1896
hh3cevtModuleSw-LSXM1GP40TS8FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1896 }

.1.3.6.1.4.1.25506.3.1.9.4.1897
hh3cevtModuleSw-LSQM1MPUS10C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1897 }

.1.3.6.1.4.1.25506.3.1.9.4.1898
hh3cevtModuleSw-LSQM1MPUSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1898 }

.1.3.6.1.4.1.25506.3.1.9.4.1899
hh3cevtModuleSw-LSQM2SUPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1899 }

.1.3.6.1.4.1.25506.3.1.9.4.1900
hh3cevtModuleSw-LSQM1TGS16FC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1900 }

.1.3.6.1.4.1.25506.3.1.9.4.1901
hh3cevtModuleSw-LSQM1TGS16FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1901 }

.1.3.6.1.4.1.25506.3.1.9.4.1902
hh3cevtModuleSw-LSQM1TGS16FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1902 }

.1.3.6.1.4.1.25506.3.1.9.4.1903
hh3cevtModuleSw-LSQM2TGS48SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1903 }

.1.3.6.1.4.1.25506.3.1.9.4.1904
hh3cevtModuleSw-LSQM2TGS48SG3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1904 }

.1.3.6.1.4.1.25506.3.1.9.4.1905
hh3cevtModuleSw-LSXM1CGQ48HB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1905 }

.1.3.6.1.4.1.25506.3.1.9.4.1906
hh3cevtModuleSw-LSQM1MPUS06A8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1906 }

.1.3.6.1.4.1.25506.3.1.9.4.1907
hh3cevtModuleSw-LSQM1TGS16FD8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1907 }

.1.3.6.1.4.1.25506.3.1.9.4.1908
hh3cevtModuleSw-LSXM1SFH08E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1908 }

.1.3.6.1.4.1.25506.3.1.9.4.1909
hh3cevtModuleSw-LSXM1SFH08CC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1909 }

.1.3.6.1.4.1.25506.3.1.9.4.1910
hh3cevtModuleSw-LSXM1SUP08C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1910 }

.1.3.6.1.4.1.25506.3.1.9.4.1911
hh3cevtModuleSw-LSUM2FAB04D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1911 }

.1.3.6.1.4.1.25506.3.1.9.4.1912
hh3cevtModuleSw-LSUM2FAB04D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1912 }

.1.3.6.1.4.1.25506.3.1.9.4.1913
hh3cevtModuleSw-LSXM2FAB04D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1913 }

.1.3.6.1.4.1.25506.3.1.9.4.1914
hh3cevtModuleSw-LSUM2FAB04B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1914 }

.1.3.6.1.4.1.25506.3.1.9.4.1915
hh3cevtModuleSw-LSUM2FAB04B3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1915 }

.1.3.6.1.4.1.25506.3.1.9.4.1916
hh3cevtModuleSw-LSUM2FAB08D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1916 }

.1.3.6.1.4.1.25506.3.1.9.4.1917
hh3cevtModuleSw-LSUM2FAB08D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1917 }

.1.3.6.1.4.1.25506.3.1.9.4.1918
hh3cevtModuleSw-LSXM2FAB08D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1918 }

.1.3.6.1.4.1.25506.3.1.9.4.1919
hh3cevtModuleSw-LSUM2FAB08B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1919 }

.1.3.6.1.4.1.25506.3.1.9.4.1920
hh3cevtModuleSw-LSUM2FAB08B3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1920 }

.1.3.6.1.4.1.25506.3.1.9.4.1921
hh3cevtModuleSw-LSUM2FAB12D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1921 }

.1.3.6.1.4.1.25506.3.1.9.4.1922
hh3cevtModuleSw-LSUM2FAB12D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1922 }

.1.3.6.1.4.1.25506.3.1.9.4.1923
hh3cevtModuleSw-LSXM2FAB12D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1923 }

.1.3.6.1.4.1.25506.3.1.9.4.1924
hh3cevtModuleSw-LSUM2FAB12B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1924 }

.1.3.6.1.4.1.25506.3.1.9.4.1925
hh3cevtModuleSw-LSUM2FAB12B3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1925 }

.1.3.6.1.4.1.25506.3.1.9.4.1926
hh3cevtModuleSw-LSQM1CGS2FE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1926 }

.1.3.6.1.4.1.25506.3.1.9.4.1927
hh3cevtModuleSw-LSQM1CGS2FE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1927 }

.1.3.6.1.4.1.25506.3.1.9.4.1928
hh3cevtModuleSw-LSQM1CGS2XFE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1928 }

.1.3.6.1.4.1.25506.3.1.9.4.1929
hh3cevtModuleSw-LSUM1CGS2FE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1929 }

.1.3.6.1.4.1.25506.3.1.9.4.1930
hh3cevtModuleSw-LSUM1CGS2FE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1930 }

.1.3.6.1.4.1.25506.3.1.9.4.1931
hh3cevtModuleSw-LSXM1CGS2FE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1931 }

.1.3.6.1.4.1.25506.3.1.9.4.1932
hh3cevtModuleSw-LSUM1TGS16FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1932 }

.1.3.6.1.4.1.25506.3.1.9.4.1933
hh3cevtModuleSw-LSUM1TGS16FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1933 }

.1.3.6.1.4.1.25506.3.1.9.4.1934
hh3cevtModuleSw-LSQM1TGS16XFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1934 }

.1.3.6.1.4.1.25506.3.1.9.4.1935
hh3cevtModuleSw-LSQM1GP40TS8FC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1935 }

.1.3.6.1.4.1.25506.3.1.9.4.1936
hh3cevtModuleSw-S76-16XFSF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1936 }

.1.3.6.1.4.1.25506.3.1.9.4.1937
hh3cevtModuleSw-S76-24EP2XFSC-OLT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1937 }

.1.3.6.1.4.1.25506.3.1.9.4.1938
hh3cevtModuleSw-DS-3E7600-24T20F4X-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1938 }

.1.3.6.1.4.1.25506.3.1.9.4.1939
hh3cevtModuleSw-LSUM1FAB04E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1939 }

.1.3.6.1.4.1.25506.3.1.9.4.1940
hh3cevtModuleSw-LSUM1FAB08E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1940 }

.1.3.6.1.4.1.25506.3.1.9.4.1941
hh3cevtModuleSw-LSUM1FAB12E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1941 }

.1.3.6.1.4.1.25506.3.1.9.4.1942
hh3cevtModuleSw-LSXM1CGQ8FX1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1942 }

.1.3.6.1.4.1.25506.3.1.9.4.1943
hh3cevtModuleSw-LSQM1IPSDSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1943 }

.1.3.6.1.4.1.25506.3.1.9.4.1944
hh3cevtModuleSw-LSQM2ACGDSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1944 }

.1.3.6.1.4.1.25506.3.1.9.4.1945
hh3cevtModuleSw-LSQM1ADEDSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1945 }

.1.3.6.1.4.1.25506.3.1.9.4.1946
hh3cevtModuleSw-LSWM1ADED0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1946 }

.1.3.6.1.4.1.25506.3.1.9.4.1947
hh3cevtModuleSw-LSWM1IPSD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1947 }

.1.3.6.1.4.1.25506.3.1.9.4.1948
hh3cevtModuleSw-LSQM1GP40TS8FD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1948 }

.1.3.6.1.4.1.25506.3.1.9.4.1949
hh3cevtModuleSw-LSUM1SUPXD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1949 }

.1.3.6.1.4.1.25506.3.1.9.4.1950
hh3cevtModuleSw-LSUM1CQGS32SF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1950 }

.1.3.6.1.4.1.25506.3.1.9.4.1951
hh3cevtModuleSw-LSUM1TGS48XSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1951 }

.1.3.6.1.4.1.25506.3.1.9.4.1952
hh3cevtModuleSw-LSUM1FAB08XE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1952 }

.1.3.6.1.4.1.25506.3.1.9.4.1953
hh3cevtModuleSw-LSUM1FAB16XD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1953 }

.1.3.6.1.4.1.25506.3.1.9.4.1954
hh3cevtModuleSw-LSXM1SFH02E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1954 }

.1.3.6.1.4.1.25506.3.1.9.4.1955
hh3cevtModuleSw-LSXM1SFH02E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1955 }

.1.3.6.1.4.1.25506.3.1.9.4.1956
hh3cevtModuleSw-LSXM1SFH12C0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1956 }

.1.3.6.1.4.1.25506.3.1.9.4.1957
hh3cevtModuleSw-LSXM1SFH12C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1957 }

.1.3.6.1.4.1.25506.3.1.9.4.1958
hh3cevtModuleSw-LSUM1CQGS12XSG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1958 }

.1.3.6.1.4.1.25506.3.1.9.4.1959
hh3cevtModuleSw-LSQM1CTGS24QSFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1959 }

.1.3.6.1.4.1.25506.3.1.9.4.1960
hh3cevtModuleSw-LSQM1TGS24QSFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1960 }

.1.3.6.1.4.1.25506.3.1.9.4.1961
hh3cevtModuleSw-LSUM1WBCZ720RT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1961 }

.1.3.6.1.4.1.25506.3.1.9.4.1962
hh3cevtModuleSw-LSQM1WBCZ720 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1962 }

.1.3.6.1.4.1.25506.3.1.9.4.1963
hh3cevtModuleSw-DS-3E7610X-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1963 }

.1.3.6.1.4.1.25506.3.1.9.4.1964
hh3cevtModuleSw-DS-3E7610X-CLOS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1964 }

.1.3.6.1.4.1.25506.3.1.9.4.1965
hh3cevtModuleSw-DS-3E7610X-32X4QX-SF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1965 }

.1.3.6.1.4.1.25506.3.1.9.4.1966
hh3cevtModuleSw-DS-3E7610X-16X-SF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1966 }

.1.3.6.1.4.1.25506.3.1.9.4.1967
hh3cevtModuleSw-DS-3E7610X-44F4X-SE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1967 }

.1.3.6.1.4.1.25506.3.1.9.4.1968
hh3cevtModuleSw-DS-3E7610X-48T-SE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1968 }

.1.3.6.1.4.1.25506.3.1.9.4.1969
hh3cevtModuleSw-LSQM2GT24PTSSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1969 }

.1.3.6.1.4.1.25506.3.1.9.4.1970
hh3cevtModuleSw-LSQM1CGP24TSSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1970 }

.1.3.6.1.4.1.25506.3.1.9.4.1971
hh3cevtModuleSw-LSQM1CGT24TSSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1971 }

.1.3.6.1.4.1.25506.3.1.9.4.1972
hh3cevtModuleSw-LSQM1MPUS06B8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1972 }

.1.3.6.1.4.1.25506.3.1.9.4.1973
hh3cevtModuleSw-LSVM1MPUB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1973 }

.1.3.6.1.4.1.25506.3.1.9.4.1974
hh3cevtModuleSw-LSXM1TGS24QGMODHB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1974 }

.1.3.6.1.4.1.25506.3.1.9.4.1975
hh3cevtModuleSw-LSXM1TGS24QGMODHB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1975 }

.1.3.6.1.4.1.25506.3.1.9.4.1976
hh3cevtModuleSw-LSXM1TGS48QGHA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1976 }

.1.3.6.1.4.1.25506.3.1.9.4.1977
hh3cevtModuleSw-LSXM1TGS48QGHA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1977 }

.1.3.6.1.4.1.25506.3.1.9.4.1978
hh3cevtModuleSw-LSXM1CGC2A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1978 }

.1.3.6.1.4.1.25506.3.1.9.4.1979
hh3cevtModuleSw-LSXM1CGC2A1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1979 }

.1.3.6.1.4.1.25506.3.1.9.4.1980
hh3cevtModuleSw-LSQM2FWDSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1980 }

.1.3.6.1.4.1.25506.3.1.9.4.1981
hh3cevtModuleSw-LSQM1XPT12TSFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1981 }

.1.3.6.1.4.1.25506.3.1.9.4.1982
hh3cevtModuleSw-LSXM1QGS24HB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1982 }

.1.3.6.1.4.1.25506.3.1.9.4.1983
hh3cevtModuleSw-LSXM1QGS24HB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1983 }

.1.3.6.1.4.1.25506.3.1.9.4.1984
hh3cevtModuleSw-LSXM1QGS24HC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1984 }

.1.3.6.1.4.1.25506.3.1.9.4.1985
hh3cevtModuleSw-LSXM1SUP01B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1985 }

.1.3.6.1.4.1.25506.3.1.9.4.1986
hh3cevtModuleSw-LSCM1SUP03A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1986 }

.1.3.6.1.4.1.25506.3.1.9.4.1987
hh3cevtModuleSw-LSCM1SUP03A0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1987 }

.1.3.6.1.4.1.25506.3.1.9.4.1988
hh3cevtModuleSw-LSCM1MPUS06A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1988 }

.1.3.6.1.4.1.25506.3.1.9.4.1989
hh3cevtModuleSw-LSCM1MPUS06A0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1989 }

.1.3.6.1.4.1.25506.3.1.9.4.1990
hh3cevtModuleSw-LSCM1GT48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1990 }

.1.3.6.1.4.1.25506.3.1.9.4.1991
hh3cevtModuleSw-LSCM1GT48SC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1991 }

.1.3.6.1.4.1.25506.3.1.9.4.1992
hh3cevtModuleSw-LSCM1TGS48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1992 }

.1.3.6.1.4.1.25506.3.1.9.4.1993
hh3cevtModuleSw-LSCM1TGS48SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1993 }

.1.3.6.1.4.1.25506.3.1.9.4.1994
hh3cevtModuleSw-LSCM1QGS8CSSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1994 }

.1.3.6.1.4.1.25506.3.1.9.4.1995
hh3cevtModuleSw-LSCM1QGS8CSSE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1995 }

.1.3.6.1.4.1.25506.3.1.9.4.1996
hh3cevtModuleSw-LSWM2SP4P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1996 }

.1.3.6.1.4.1.25506.3.1.9.4.1997
hh3cevtModuleSw-LSWM2SP4P-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1997 }

.1.3.6.1.4.1.25506.3.1.9.4.1998
hh3cevtModuleSw-LSQM1MPUS10B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1998 }

.1.3.6.1.4.1.25506.3.1.9.4.1999
hh3cevtModuleSw-LSQM1MPUS10B3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 1999 }

.1.3.6.1.4.1.25506.3.1.9.4.2000
hh3cevtModuleSw-LSQM1MPUSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2000 }

.1.3.6.1.4.1.25506.3.1.9.4.2001
hh3cevtModuleSw-LSQM1MPUSC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2001 }

.1.3.6.1.4.1.25506.3.1.9.4.2002
hh3cevtModuleSw-LSQM2GP24TSSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2002 }

.1.3.6.1.4.1.25506.3.1.9.4.2003
hh3cevtModuleSw-LSQM2GT24TSSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2003 }

.1.3.6.1.4.1.25506.3.1.9.4.2004
hh3cevtModuleSw-LSXM1TGS24CGMODHD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2004 }

.1.3.6.1.4.1.25506.3.1.9.4.2005
hh3cevtModuleSw-LSXM1TGS24CGMODHD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2005 }

.1.3.6.1.4.1.25506.3.1.9.4.2006
hh3cevtModuleSw-LSQM1TGS16GPSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2006 }

.1.3.6.1.4.1.25506.3.1.9.4.2007
hh3cevtModuleSw-EWPXM2TGS48SG0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2007 }

.1.3.6.1.4.1.25506.3.1.9.4.2008
hh3cevtModuleSw-EWPXM1TGS16FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2008 }

.1.3.6.1.4.1.25506.3.1.9.4.2009
hh3cevtModuleSw-LSXM1CGQ36HF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2009 }

.1.3.6.1.4.1.25506.3.1.9.4.2010
hh3cevtModuleSw-LSXM2SUPT0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2010 }

.1.3.6.1.4.1.25506.3.1.9.4.2011
hh3cevtModuleSw-LSXM2SUPT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2011 }

.1.3.6.1.4.1.25506.3.1.9.4.2012
hh3cevtModuleSw-LSXM1SFT16E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2012 }

.1.3.6.1.4.1.25506.3.1.9.4.2013
hh3cevtModuleSw-LSXM1SFT16E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2013 }

.1.3.6.1.4.1.25506.3.1.9.4.2014
hh3cevtModuleSw-lsxM1CGQ36TD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2014 }

.1.3.6.1.4.1.25506.3.1.9.4.2015
hh3cevtModuleSw-lsxM1CGQ36TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2015 }

.1.3.6.1.4.1.25506.3.1.9.4.2016
hh3cevtModuleSw-LSQM1TGT24FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2016 }

.1.3.6.1.4.1.25506.3.1.9.4.2017
hh3cevtModuleSw-LSUM1TGT24FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2017 }

.1.3.6.1.4.1.25506.3.1.9.4.2018
hh3cevtModuleSw-LSXM2SFT08E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2018 }

.1.3.6.1.4.1.25506.3.1.9.4.2019
hh3cevtModuleSw-LSXM2SFT08E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2019 }

.1.3.6.1.4.1.25506.3.1.9.4.2020
hh3cevtModuleSw-LSXM1CCP8HF0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2020 }

.1.3.6.1.4.1.25506.3.1.9.4.2021
hh3cevtModuleSw-LSXM1CCP8HF1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2021 }

.1.3.6.1.4.1.25506.3.1.9.4.2028
hh3cevtModuleSw-S8610-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2028 }

.1.3.6.1.4.1.25506.3.1.9.4.2029
hh3cevtModuleSw-S8610-NET OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2029 }

.1.3.6.1.4.1.25506.3.1.9.4.2030
hh3cevtModuleSw-S86-44GF4XFSE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2030 }

.1.3.6.1.4.1.25506.3.1.9.4.2031
hh3cevtModuleSw-S86-48GTSE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2031 }

.1.3.6.1.4.1.25506.3.1.9.4.2032
hh3cevtModuleSw-S86-12QFSG OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2032 }

.1.3.6.1.4.1.25506.3.1.9.4.2033
hh3cevtModuleSw-S86-48XFSG OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2033 }

.1.3.6.1.4.1.25506.3.1.9.4.2034
hh3cevtModuleSw-LSUM1MPUS06XEC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2034 }

.1.3.6.1.4.1.25506.3.1.9.4.2035
hh3cevtModuleSw-LSUM1MPUS10XE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2035 }

.1.3.6.1.4.1.25506.3.1.9.4.2036
hh3cevtModuleSw-LSUM1MPUS10XEB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2036 }

.1.3.6.1.4.1.25506.3.1.9.4.2037
hh3cevtModuleSw-LSUM1FAB06XEC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2037 }

.1.3.6.1.4.1.25506.3.1.9.4.2038
hh3cevtModuleSw-LSUM1FAB10XE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2038 }

.1.3.6.1.4.1.25506.3.1.9.4.2039
hh3cevtModuleSw-LSUM1FAB10XEB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2039 }

.1.3.6.1.4.1.25506.3.1.9.4.2040
hh3cevtModuleSw-LSUM1FAB08XEB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2040 }

.1.3.6.1.4.1.25506.3.1.9.4.2041
hh3cevtModuleSw-LSUM1TGS48SH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2041 }

.1.3.6.1.4.1.25506.3.1.9.4.2042
hh3cevtModuleSw-LSUM1CGS8SH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2042 }

.1.3.6.1.4.1.25506.3.1.9.4.2043
hh3cevtModuleSw-LSUM1YGS24CSSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2043 }

.1.3.6.1.4.1.25506.3.1.9.4.2044
hh3cevtModuleSw-LSUM1CGS20XSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2044 }

.1.3.6.1.4.1.25506.3.1.9.4.2045
hh3cevtModuleSw-LSUM1CGS32XSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2045 }

.1.3.6.1.4.1.25506.3.1.9.4.2046
hh3cevtModuleSw-LSUM1CGS8QSSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2046 }

.1.3.6.1.4.1.25506.3.1.9.4.2047
hh3cevtModuleSw-LSUM1YGS48XSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2047 }

.1.3.6.1.4.1.25506.3.1.9.4.2048
hh3cevtModuleSw-LSXM3SUPT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2048 }

.1.3.6.1.4.1.25506.3.1.9.4.2049
hh3cevtModuleSw-LSXM4SUPT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2049 }

.1.3.6.1.4.1.25506.3.1.9.4.2050
hh3cevtModuleSw-LSQM2GP24TSSA0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2050 }

.1.3.6.1.4.1.25506.3.1.9.4.2051
hh3cevtModuleSw-LSQM2GT48SA0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2051 }

.1.3.6.1.4.1.25506.3.1.9.4.2052
hh3cevtModuleSw-LSQM2GP48SA0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2052 }

.1.3.6.1.4.1.25506.3.1.9.4.2053
hh3cevtModuleSw-LSUM2TGS48SG0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2053 }

.1.3.6.1.4.1.25506.3.1.9.4.2054
hh3cevtModuleSw-LSUM2QGS12SG0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2054 }

.1.3.6.1.4.1.25506.3.1.9.4.2055
hh3cevtModuleSw-LSUM2TGS32QSSG0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2055 }

.1.3.6.1.4.1.25506.3.1.9.4.2056
hh3cevtModuleSw-LSUM1TGS48RSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2056 }

.1.3.6.1.4.1.25506.3.1.9.4.2057
hh3cevtModuleSw-LSUM1MPUS06XEB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2057 }

.1.3.6.1.4.1.25506.3.1.9.4.2058
hh3cevtModuleSw-LSUM1MPUS10XEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2058 }

.1.3.6.1.4.1.25506.3.1.9.4.2059
hh3cevtModuleSw-LSUM1FAB06XEB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2059 }

.1.3.6.1.4.1.25506.3.1.9.4.2060
hh3cevtModuleSw-LSUM1FAB10XEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2060 }

.1.3.6.1.4.1.25506.3.1.9.4.2061
hh3cevtModuleSw-EWPXM1WCMX100 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2061 }

.1.3.6.1.4.1.25506.3.1.9.4.2062
hh3cevtModuleSw-LSQM1WBCZ720X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2062 }

.1.3.6.1.4.1.25506.3.1.9.4.2063
hh3cevtModuleSw-LSUM1WBCZ720XRT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2063 }

.1.3.6.1.4.1.25506.3.1.9.4.2064
hh3cevtModuleSw-LSXM1CGQ8TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2064 }

.1.3.6.1.4.1.25506.3.1.9.4.2065
hh3cevtModuleSw-LSXM1CGQ12TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2065 }

.1.3.6.1.4.1.25506.3.1.9.4.2066
hh3cevtModuleSw-LSXM1CGQ18TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2066 }

.1.3.6.1.4.1.25506.3.1.9.4.2067
hh3cevtModuleSw-LSXM1QGS24C6TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2067 }

.1.3.6.1.4.1.25506.3.1.9.4.2068
hh3cevtModuleSw-LSXM1QGS36TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2068 }

.1.3.6.1.4.1.25506.3.1.9.4.2069
hh3cevtModuleSw-LSXM1QGS48TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2069 }

.1.3.6.1.4.1.25506.3.1.9.4.2070
hh3cevtModuleSw-LSXM1TGS48C4TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2070 }

.1.3.6.1.4.1.25506.3.1.9.4.2071
hh3cevtModuleSw-LSXM1GP48TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2071 }

.1.3.6.1.4.1.25506.3.1.9.4.2072
hh3cevtModuleSw-LSXM1TGS48TD1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2072 }

.1.3.6.1.4.1.25506.3.1.9.4.2076
hh3cevtModuleSw-LSWM124TG2H1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2076 }

.1.3.6.1.4.1.25506.3.1.9.4.2077
hh3cevtModuleSw-LSQM2FWDSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2077 }

.1.3.6.1.4.1.25506.3.1.9.4.2080
hh3cevtModuleSw-IM-MSEX-B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2080 }

.1.3.6.1.4.1.25506.3.1.9.4.2081
hh3cevtModuleSw-IM-MSEX-B-IM-SP-B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2081 }

.1.3.6.1.4.1.25506.3.1.9.4.2082
hh3cevtModuleSw-LSUM1MPUS06XEC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2082 }

.1.3.6.1.4.1.25506.3.1.9.4.2083
hh3cevtModuleSw-LSUM1CGS8SH0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2083 }

.1.3.6.1.4.1.25506.3.1.9.4.2084
hh3cevtModuleSw-LSUM1SUPXD0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2084 }

.1.3.6.1.4.1.25506.3.1.9.4.2085
hh3cevtModuleSw-LSUM1FAB08XE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2085 }

.1.3.6.1.4.1.25506.3.1.9.4.2086
hh3cevtModuleSw-LSUM1CGS20XSH0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2086 }

.1.3.6.1.4.1.25506.3.1.9.4.2087
hh3cevtModuleSw-LSUM1FAB06XEC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2087 }

.1.3.6.1.4.1.25506.3.1.9.4.2088
hh3cevtModuleSw-LSUM1CQGS32SF0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2088 }

.1.3.6.1.4.1.25506.3.1.9.4.2089
hh3cevtModuleSw-LSXM1FAB10XE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2089 }

.1.3.6.1.4.1.25506.3.1.9.4.2090
hh3cevtModuleSw-LSXM1FAB08XE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2090 }

.1.3.6.1.4.1.25506.3.1.9.4.2091
hh3cevtModuleSw-LSXM1YGS48XSH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2091 }

.1.3.6.1.4.1.25506.3.1.9.4.2092
hh3cevtModuleSw-LSXM1YGS24CSSH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2092 }

.1.3.6.1.4.1.25506.3.1.9.4.2093
hh3cevtModuleSw-LSXM1CGS8QSSH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2093 }

.1.3.6.1.4.1.25506.3.1.9.4.2094
hh3cevtModuleSw-LSXM1TGS48SH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2094 }

.1.3.6.1.4.1.25506.3.1.9.4.2095
hh3cevtModuleSw-LSXM1MPUS10XE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2095 }

.1.3.6.1.4.1.25506.3.1.9.4.2096
hh3cevtModuleSw-LSXM1FAB06XEC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2096 }

.1.3.6.1.4.1.25506.3.1.9.4.2097
hh3cevtModuleSw-LSXM1MPUS06XEC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2097 }

.1.3.6.1.4.1.25506.3.1.9.4.2098
hh3cevtModuleSw-LSXM1CGS8SH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2098 }

.1.3.6.1.4.1.25506.3.1.9.4.2099
hh3cevtModuleSw-LSXM1SUPXD3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2099 }

.1.3.6.1.4.1.25506.3.1.9.4.2100
hh3cevtModuleSw-LSXM1CGS20XSH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2100 }

.1.3.6.1.4.1.25506.3.1.9.4.2101
hh3cevtModuleSw-LSUM1GP48FD0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2101 }

.1.3.6.1.4.1.25506.3.1.9.4.2102
hh3cevtModuleSw-LSQM1TGS48RFE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2102 }

.1.3.6.1.4.1.25506.3.1.9.4.2103
hh3cevtModuleSw-LSXM1CGS32XSH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2103 }

.1.3.6.1.4.1.25506.3.1.9.4.2104
hh3cevtModuleSw-LSQM2GP40TS8FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2104 }

.1.3.6.1.4.1.25506.3.1.9.4.2105
hh3cevtModuleSw-LSUM1SUPXES0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2105 }

.1.3.6.1.4.1.25506.3.1.9.4.2106
hh3cevtModuleSw-LSQM2SUPB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2106 }

.1.3.6.1.4.1.25506.3.1.9.4.2107
hh3cevtModuleSw-LSUM2GP40TS8FD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2107 }

.1.3.6.1.4.1.25506.3.1.9.4.2108
hh3cevtModuleSw-LSXM1YGS48XXSH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2108 }

.1.3.6.1.4.1.25506.3.1.9.4.2109
hh3cevtModuleSw-LSXM2SFT08E2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2109 }

.1.3.6.1.4.1.25506.3.1.9.4.2110
hh3cevtModuleSw-LSXM1TGS48TD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2110 }

.1.3.6.1.4.1.25506.3.1.9.4.2111
hh3cevtModuleSw-LSXM1CGQ36TD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2111 }

.1.3.6.1.4.1.25506.3.1.9.4.2112
hh3cevtModuleSw-RX-NIC-LGQ4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2112 }

.1.3.6.1.4.1.25506.3.1.9.4.2113
hh3cevtModuleSw-LSXM1CDQ24KB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2113 }

.1.3.6.1.4.1.25506.3.1.9.4.2114
hh3cevtModuleSw-LSXM1SUP02L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2114 }

.1.3.6.1.4.1.25506.3.1.9.4.2115
hh3cevtModuleSw-LSXM1CGQ48KB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2115 }

.1.3.6.1.4.1.25506.3.1.9.4.2116
hh3cevtModuleSw-LSXM1SFK08F1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2116 }

.1.3.6.1.4.1.25506.3.1.9.4.2117
hh3cevtModuleSw-CSPEX-1214X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2117 }

.1.3.6.1.4.1.25506.3.1.9.4.2118
hh3cevtModuleSw-MIC-CQ1L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2118 }

.1.3.6.1.4.1.25506.3.1.9.4.2119
hh3cevtModuleSw-DS-3E7600-16X-SCB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2119 }

.1.3.6.1.4.1.25506.3.1.9.4.2120
hh3cevtModuleSw-DS-3E12508-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2120 }

.1.3.6.1.4.1.25506.3.1.9.4.2121
hh3cevtModuleSw-DS-3E12500-7610-48T-SE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2121 }

.1.3.6.1.4.1.25506.3.1.9.4.2122
hh3cevtModuleSw-DS-3E7603-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2122 }

.1.3.6.1.4.1.25506.3.1.9.4.2123
hh3cevtModuleSw-DS-3E12500-7610-16X-SF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2123 }

.1.3.6.1.4.1.25506.3.1.9.4.2124
hh3cevtModuleSw-DS-3E12500-24T20F4X-SE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2124 }

.1.3.6.1.4.1.25506.3.1.9.4.2125
hh3cevtModuleSw-DS-3E12500-12Q-SG OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2125 }

.1.3.6.1.4.1.25506.3.1.9.4.2126
hh3cevtModuleSw-DS-3E12500-48X-SG OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2126 }

.1.3.6.1.4.1.25506.3.1.9.4.2127
hh3cevtModuleSw-DS-3E12500-7610-32X4QX-SF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2127 }

.1.3.6.1.4.1.25506.3.1.9.4.2128
hh3cevtModuleSw-DS-3E12500-7610-44F4X-SE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2128 }

.1.3.6.1.4.1.25506.3.1.9.4.2129
hh3cevtModuleSw-DS-3E12508-CLOS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2129 }

.1.3.6.1.4.1.25506.3.1.9.4.2130
hh3cevtModuleSw-LSXM2SUPT2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2130 }

.1.3.6.1.4.1.25506.3.1.9.4.2131
hh3cevtModuleSw-CSR05SRP1P3A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2131 }

.1.3.6.1.4.1.25506.3.1.9.4.2132
hh3cevtModuleSw-CSFC-08E1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2132 }

.1.3.6.1.4.1.25506.3.1.9.4.2133
hh3cevtModuleSw-CSFC-16EA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2133 }

.1.3.6.1.4.1.25506.3.1.9.4.2134
hh3cevtModuleSw-CSPEX-1602XA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2134 }

.1.3.6.1.4.1.25506.3.1.9.4.2135
hh3cevtModuleSw-CEPC-CP4RXA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2135 }

.1.3.6.1.4.1.25506.3.1.9.4.2136
hh3cevtModuleSw-CSPEX-1504XA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2136 }

.1.3.6.1.4.1.25506.3.1.9.4.2137
hh3cevtModuleSw-CSPEX-1804XA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2137 }

.1.3.6.1.4.1.25506.3.1.9.4.2138
hh3cevtModuleSw-MIC-GP10LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2138 }

.1.3.6.1.4.1.25506.3.1.9.4.2139
hh3cevtModuleSw-MIC-GT20LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2139 }

.1.3.6.1.4.1.25506.3.1.9.4.2140
hh3cevtModuleSw-MIC-XP20LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2140 }

.1.3.6.1.4.1.25506.3.1.9.4.2142
hh3cevtModuleSw-LSDM1QGS12SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2142 }

.1.3.6.1.4.1.25506.3.1.9.4.2143
hh3cevtModuleSw-LSDM1TGS48SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2143 }

.1.3.6.1.4.1.25506.3.1.9.4.2144
hh3cevtModuleSw-LSDM1SUPA0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2144 }

.1.3.6.1.4.1.25506.3.1.9.4.2145
hh3cevtModuleSw-LSDM1FAB08D0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2145 }

.1.3.6.1.4.1.25506.3.1.9.4.2146
hh3cevtModuleSw-LSDM1GT24GPSE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2146 }

.1.3.6.1.4.1.25506.3.1.9.4.2147
hh3cevtModuleSw-LSXM1CGQ18TD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2147 }

.1.3.6.1.4.1.25506.3.1.9.4.2148
hh3cevtModuleSw-LSXM1QGS36TD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2148 }

.1.3.6.1.4.1.25506.3.1.9.4.2149
hh3cevtModuleSw-RP-S-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2149 }

.1.3.6.1.4.1.25506.3.1.9.4.2150
hh3cevtModuleSw-MOD20-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2150 }

.1.3.6.1.4.1.25506.3.1.9.4.2151
hh3cevtModuleSw-MPA-PSP4L-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2151 }

.1.3.6.1.4.1.25506.3.1.9.4.2152
hh3cevtModuleSw-MPA-TCP8L-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2152 }

.1.3.6.1.4.1.25506.3.1.9.4.2153
hh3cevtModuleSw-MPA-ET16L-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2153 }

.1.3.6.1.4.1.25506.3.1.9.4.2154
hh3cevtModuleSw-MPA-GP10L-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2154 }

.1.3.6.1.4.1.25506.3.1.9.4.2155
hh3cevtModuleSw-MPA-XP4L-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2155 }

.1.3.6.1.4.1.25506.3.1.9.4.2156
hh3cevtModuleSw-LSXM1SFH04DR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2156 }

.1.3.6.1.4.1.25506.3.1.9.4.2157
hh3cevtModuleSw-LSXM1SFH08CR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2157 }

.1.3.6.1.4.1.25506.3.1.9.4.2158
hh3cevtModuleSw-LSXM1SFH08DR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2158 }

.1.3.6.1.4.1.25506.3.1.9.4.2159
hh3cevtModuleSw-LSXM1SFH16CR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2159 }

.1.3.6.1.4.1.25506.3.1.9.4.2160
hh3cevtModuleSw-LSXM1SFH16ER1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2160 }

.1.3.6.1.4.1.25506.3.1.9.4.2161
hh3cevtModuleSw-LSXM1TGS48HFR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2161 }

.1.3.6.1.4.1.25506.3.1.9.4.2162
hh3cevtModuleSw-LSXM1CGQ18QGHFR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2162 }

.1.3.6.1.4.1.25506.3.1.9.4.2163
hh3cevtModuleSw-LSXM1SUP04TR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2163 }

.1.3.6.1.4.1.25506.3.1.9.4.2164
hh3cevtModuleSw-LSXM1CGQ36HBR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2164 }

.1.3.6.1.4.1.25506.3.1.9.4.2165
hh3cevtModuleSw-LSXM1CGQ36HFR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2165 }

.1.3.6.1.4.1.25506.3.1.9.4.2166
hh3cevtModuleSw-LSXM1CGQ6QGHFR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2166 }

.1.3.6.1.4.1.25506.3.1.9.4.2167
hh3cevtModuleSw-LSXM1TGS48HBR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2167 }

.1.3.6.1.4.1.25506.3.1.9.4.2168
hh3cevtModuleSw-LSXM1CGQ18QGHBR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2168 }

.1.3.6.1.4.1.25506.3.1.9.4.2169
hh3cevtModuleSw-LSXM1SUPER1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2169 }

.1.3.6.1.4.1.25506.3.1.9.4.2170
hh3cevtModuleSw-LSQM1SDNB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2170 }

.1.3.6.1.4.1.25506.3.1.9.4.2171
hh3cevtModuleSw-LSUM1SDNB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2171 }

.1.3.6.1.4.1.25506.3.1.9.4.2172
hh3cevtModuleSw-LSQM1EPSB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2172 }

.1.3.6.1.4.1.25506.3.1.9.4.2173
hh3cevtModuleSw-LSUM1EPSB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2173 }

.1.3.6.1.4.1.25506.3.1.9.4.2174
hh3cevtModuleSw-LSXM2TGS48HB2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2174 }

.1.3.6.1.4.1.25506.3.1.9.4.2175
hh3cevtModuleSw-LSXM2CGQ18QGHB2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2175 }

.1.3.6.1.4.1.25506.3.1.9.4.2176
hh3cevtModuleSw-LSUM1CGS8SH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2176 }

.1.3.6.1.4.1.25506.3.1.9.4.2177
hh3cevtModuleSw-LSUM1GT48FC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2177 }

.1.3.6.1.4.1.25506.3.1.9.4.2178
hh3cevtModuleSw-LSUM1FAB10XEA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2178 }

.1.3.6.1.4.1.25506.3.1.9.4.2179
hh3cevtModuleSw-LSUM1TGS48SH3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2179 }

.1.3.6.1.4.1.25506.3.1.9.4.2180
hh3cevtModuleSw-LSUM1MPUS10XE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2180 }

.1.3.6.1.4.1.25506.3.1.9.4.2181
hh3cevtModuleSw-LSUM1GP48FC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2181 }

.1.3.6.1.4.1.25506.3.1.9.4.2182
hh3cevtModuleSw-LSQM1TGS16FD0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2182 }

.1.3.6.1.4.1.25506.3.1.9.4.2183
hh3cevtModuleSw-LSQM2SUPA0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2183 }

.1.3.6.1.4.1.25506.3.1.9.4.2184
hh3cevtModuleSw-LSUM1TGS16FD0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2184 }

.1.3.6.1.4.1.25506.3.1.9.4.2185
hh3cevtModuleSw-LSWM2FPGAB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2185 }

.1.3.6.1.4.1.25506.3.1.9.4.2186
hh3cevtModuleSw-LSWM2EC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2186 }

.1.3.6.1.4.1.25506.3.1.9.4.2187
hh3cevtModuleSw-LSWM2FPGA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2187 }

.1.3.6.1.4.1.25506.3.1.9.4.2188
hh3cevtModuleSw-LSWM2ZSP4P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2188 }

.1.3.6.1.4.1.25506.3.1.9.4.2189
hh3cevtModuleSw-LSXM1CGQ8TD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2189 }

.1.3.6.1.4.1.25506.3.1.9.4.2190
hh3cevtModuleSw-LSXM1TGS48C4TD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2190 }

.1.3.6.1.4.1.25506.3.1.9.4.2191
hh3cevtModuleSw-LSXM1QGS24C6TD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2191 }

.1.3.6.1.4.1.25506.3.1.9.4.2192
hh3cevtModuleSw-LSCM1MPUS06A8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2192 }

.1.3.6.1.4.1.25506.3.1.9.4.2193
hh3cevtModuleSw-LSCM1TGS48SC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2193 }

.1.3.6.1.4.1.25506.3.1.9.4.2194
hh3cevtModuleSw-LSQM1MPUS06S0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2194 }

.1.3.6.1.4.1.25506.3.1.9.4.2195
hh3cevtModuleSw-LSQM1SRP4Y06A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2195 }

.1.3.6.1.4.1.25506.3.1.9.4.2196
hh3cevtModuleSw-S76-16XFSF-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2196 }

.1.3.6.1.4.1.25506.3.1.9.4.2197
hh3cevtModuleSw-S7603-MPU OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2197 }

.1.3.6.1.4.1.25506.3.1.9.4.2198
hh3cevtModuleSw-LSCM2MPUS06AS8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2198 }

.1.3.6.1.4.1.25506.3.1.9.4.2199
hh3cevtModuleSw-LSCM2CGT24TSSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2199 }

.1.3.6.1.4.1.25506.3.1.9.4.2200
hh3cevtModuleSw-LSCM2CGP24TSSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2200 }

.1.3.6.1.4.1.25506.3.1.9.4.2201
hh3cevtModuleSw-LSCM2CTGS12GTSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2201 }

.1.3.6.1.4.1.25506.3.1.9.4.2202
hh3cevtModuleSw-LSCM2CTGS12GPSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2202 }

.1.3.6.1.4.1.25506.3.1.9.4.2203
hh3cevtModuleSw-LSCM2GT24GPTSSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2203 }

.1.3.6.1.4.1.25506.3.1.9.4.2204
hh3cevtModuleSw-LSCM2GT24GPSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2204 }

.1.3.6.1.4.1.25506.3.1.9.4.2205
hh3cevtModuleSw-LSCM2GP24GTSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2205 }

.1.3.6.1.4.1.25506.3.1.9.4.2206
hh3cevtModuleSw-LSCM2GT48SC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2206 }

.1.3.6.1.4.1.25506.3.1.9.4.2207
hh3cevtModuleSw-LSCM2GP48SC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2207 }

.1.3.6.1.4.1.25506.3.1.9.4.2208
hh3cevtModuleSw-LSCM2TGS16GPSC8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2208 }

.1.3.6.1.4.1.25506.3.1.9.4.2209
hh3cevtModuleSw-LSXM2SFH16CR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2209 }

.1.3.6.1.4.1.25506.3.1.9.4.2210
hh3cevtModuleSw-LSXM1SEERBXC2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2210 }

.1.3.6.1.4.1.25506.3.1.9.4.2211
hh3cevtModuleSw-LSXM1SEERBG2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2211 }

.1.3.6.1.4.1.25506.3.1.9.4.2212
hh3cevtModuleSw-LSXM1SEERBXD2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2212 }

.1.3.6.1.4.1.25506.3.1.9.4.2213
hh3cevtModuleSw-LSXM1SFK08FR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2213 }

.1.3.6.1.4.1.25506.3.1.9.4.2214
hh3cevtModuleSw-LSXM1CDQ24KBR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2214 }

.1.3.6.1.4.1.25506.3.1.9.4.2215
hh3cevtModuleSw-LSXM1SUP02LR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2215 }

.1.3.6.1.4.1.25506.3.1.9.4.2216
hh3cevtModuleSw-LSXM1CGQ48KBR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2216 }

.1.3.6.1.4.1.25506.3.1.9.4.2217
hh3cevtModuleSw-LSXM1CGQ36HC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2217 }

.1.3.6.1.4.1.25506.3.1.9.4.2218
hh3cevtModuleSw-LSXM1TGS48TE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2218 }

.1.3.6.1.4.1.25506.3.1.9.4.2219
hh3cevtModuleSw-LSXM1CGQ36TE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2219 }

.1.3.6.1.4.1.25506.3.1.9.4.2220
hh3cevtModuleSw-LSXM1SFT16F1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2220 }

.1.3.6.1.4.1.25506.3.1.9.4.2221
hh3cevtModuleSw-LSXM1CGQ18TE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2221 }

.1.3.6.1.4.1.25506.3.1.9.4.2222
hh3cevtModuleSw-LSXM1CGQ8TE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2222 }

.1.3.6.1.4.1.25506.3.1.9.4.2223
hh3cevtModuleSw-LSWM116H OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2223 }

.1.3.6.1.4.1.25506.3.1.9.4.2224
hh3cevtModuleSw-LSWM1M4CD OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2224 }

.1.3.6.1.4.1.25506.3.1.9.4.2225
hh3cevtModuleSw-LSXM1QGS36TE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2225 }

.1.3.6.1.4.1.25506.3.1.9.4.2226
hh3cevtModuleSw-LSXM1SFT16F2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2226 }

.1.3.6.1.4.1.25506.3.1.9.4.2227
hh3cevtModuleSw-CSPEX-1812X-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2227 }

.1.3.6.1.4.1.25506.3.1.9.4.2228
hh3cevtModuleSw-MOD20-A3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2228 }

.1.3.6.1.4.1.25506.3.1.9.4.2229
hh3cevtModuleSw-RP-S-G-A3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2229 }

.1.3.6.1.4.1.25506.3.1.9.4.2230
hh3cevtModuleSw-LSXM1SFT16EA1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2230 }

.1.3.6.1.4.1.25506.3.1.9.4.2231
hh3cevtModuleSw-RP1-S-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2231 }

.1.3.6.1.4.1.25506.3.1.9.4.2232
hh3cevtModuleSw-MOD21-G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2232 }

.1.3.6.1.4.1.25506.3.1.9.4.2233
hh3cevtModuleSw-LSXM1SUPKR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2233 }

.1.3.6.1.4.1.25506.3.1.9.4.2234
hh3cevtModuleSw-LSXM1CDQ36KBR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2234 }

.1.3.6.1.4.1.25506.3.1.9.4.2235
hh3cevtModuleSw-LSXM1CMUR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2235 }

.1.3.6.1.4.1.25506.3.1.9.4.2236
hh3cevtModuleSw-LSXM1SFK16GR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2236 }

.1.3.6.1.4.1.25506.3.1.9.4.2237
hh3cevtModuleSw-CSR05SRP1R3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2237 }

.1.3.6.1.4.1.25506.3.1.9.4.2238
hh3cevtModuleSw-MIC-TCP8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2238 }

.1.3.6.1.4.1.25506.3.1.9.4.2239
hh3cevtModuleSw-MIC-PSP4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2239 }

.1.3.6.1.4.1.25506.3.1.9.4.2240
hh3cevtModuleSw-LSUM1MPU06B8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2240 }

.1.3.6.1.4.1.25506.3.1.9.4.2241
hh3cevtModuleSw-LSUM1MPU10C8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2241 }

.1.3.6.1.4.1.25506.3.1.9.4.2242
hh3cevtModuleSw-LSUM1FAB06C8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2242 }

.1.3.6.1.4.1.25506.3.1.9.4.2243
hh3cevtModuleSw-LSUM1FAB10C8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2243 }

.1.3.6.1.4.1.25506.3.1.9.4.2244
hh3cevtModuleSw-LSUM1MPU10A8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2244 }

.1.3.6.1.4.1.25506.3.1.9.4.2245
hh3cevtModuleSw-LSUM1FAB10A8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2245 }

.1.3.6.1.4.1.25506.3.1.9.4.2246
hh3cevtModuleSw-LSUM1TGS16FD8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2246 }

.1.3.6.1.4.1.25506.3.1.9.4.2247
hh3cevtModuleSw-LSUM1GP48FD8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2247 }

.1.3.6.1.4.1.25506.3.1.9.4.2248
hh3cevtModuleSw-LSUM1GT48FD8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2248 }

.1.3.6.1.4.1.25506.3.1.9.4.2249
hh3cevtModuleSw-LSUM1GP40TS8FD8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2249 }

.1.3.6.1.4.1.25506.3.1.9.4.2250
hh3cevtModuleSw-LSUM1TGS48RSH8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2250 }

.1.3.6.1.4.1.25506.3.1.9.4.2251
hh3cevtModuleSw-LSDM1GP48SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2251 }

.1.3.6.1.4.1.25506.3.1.9.4.2252
hh3cevtModuleSw-LSDM1GT48SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2252 }

.1.3.6.1.4.1.25506.3.1.9.4.2253
hh3cevtModuleSw-LSDM1CGS8SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2253 }

.1.3.6.1.4.1.25506.3.1.9.4.2254
hh3cevtModuleSw-LSXM1SUP04T2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2254 }

.1.3.6.1.4.1.25506.3.1.9.4.2255
hh3cevtModuleSw-LSXM1SFT04F2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2255 }

.1.3.6.1.4.1.25506.3.1.9.4.2256
hh3cevtModuleSw-LSXM1SFT08F2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2256 }

.1.3.6.1.4.1.25506.3.1.9.4.2257
hh3cevtModuleSw-RX-NIC-CQ2LF-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2257 }

.1.3.6.1.4.1.25506.3.1.9.4.2258
hh3cevtModuleSw-LSUM1TGS24FD8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2258 }

.1.3.6.1.4.1.25506.3.1.9.4.2259
hh3cevtModuleSw-RX-SPE400-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2259 }

.1.3.6.1.4.1.25506.3.1.9.4.2260
hh3cevtModuleSw-LSXM1SFK08GR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2260 }

.1.3.6.1.4.1.25506.3.1.9.4.2261
hh3cevtModuleSw-RX-SFC-16T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2261 }

.1.3.6.1.4.1.25506.3.1.9.4.2262
hh3cevtModuleSw-LSCM3SUP03A0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2262 }

.1.3.6.1.4.1.25506.3.1.9.4.2263
hh3cevtModuleSw-LSCM3MPUS06A0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2263 }

.1.3.6.1.4.1.25506.3.1.9.4.2264
hh3cevtModuleSw-LSCM3GT48SC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2264 }

.1.3.6.1.4.1.25506.3.1.9.4.2265
hh3cevtModuleSw-LSCM3TGS48SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2265 }

.1.3.6.1.4.1.25506.3.1.9.4.2266
hh3cevtModuleSw-LSCM3QGS8CSSE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2266 }

.1.3.6.1.4.1.25506.3.1.9.4.2267
hh3cevtModuleSw-LSDM3QGS12SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2267 }

.1.3.6.1.4.1.25506.3.1.9.4.2268
hh3cevtModuleSw-LSDM3TGS48SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2268 }

.1.3.6.1.4.1.25506.3.1.9.4.2269
hh3cevtModuleSw-LSDM3SUPA0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2269 }

.1.3.6.1.4.1.25506.3.1.9.4.2270
hh3cevtModuleSw-LSDM3FAB08D0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2270 }

.1.3.6.1.4.1.25506.3.1.9.4.2271
hh3cevtModuleSw-LSDM3GT24GPSE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2271 }

.1.3.6.1.4.1.25506.3.1.9.4.2272
hh3cevtModuleSw-LSDM3GP48SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2272 }

.1.3.6.1.4.1.25506.3.1.9.4.2273
hh3cevtModuleSw-LSDM3GT48SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2273 }

.1.3.6.1.4.1.25506.3.1.9.4.2274
hh3cevtModuleSw-LSDM3CGS8SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2274 }

.1.3.6.1.4.1.25506.3.1.9.4.2275
hh3cevtModuleSw-RX-CEPC-CQ8LF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2275 }

.1.3.6.1.4.1.25506.3.1.9.4.2276
hh3cevtModuleSw-RX-SPE200-E OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2276 }

.1.3.6.1.4.1.25506.3.1.9.4.2277
hh3cevtModuleSw-DSH7503-MP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2277 }

.1.3.6.1.4.1.25506.3.1.9.4.2278
hh3cevtModuleSw-DSH7506-MP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2278 }

.1.3.6.1.4.1.25506.3.1.9.4.2279
hh3cevtModuleSw-DSH7510-MP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2279 }

.1.3.6.1.4.1.25506.3.1.9.4.2280
hh3cevtModuleSw-DSH7500-48T-P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2280 }

.1.3.6.1.4.1.25506.3.1.9.4.2281
hh3cevtModuleSw-DSH7500-16X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2281 }

.1.3.6.1.4.1.25506.3.1.9.4.2282
hh3cevtModuleSw-DSH7500-48F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2282 }

.1.3.6.1.4.1.25506.3.1.9.4.2283
hh3cevtModuleSw-DSH7500-12QX4Q28 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2283 }

.1.3.6.1.4.1.25506.3.1.9.4.2284
hh3cevtModuleSw-DSH7500-24F4X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2284 }

.1.3.6.1.4.1.25506.3.1.9.4.2285
hh3cevtModuleSw-DSH7500-24QX OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2285 }

.1.3.6.1.4.1.25506.3.1.9.4.2286
hh3cevtModuleSw-DSH7500-24T4X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2286 }

.1.3.6.1.4.1.25506.3.1.9.4.2287
hh3cevtModuleSw-DSH7500-24X2QX1Q28 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2287 }

.1.3.6.1.4.1.25506.3.1.9.4.2288
hh3cevtModuleSw-DSH7500-2Q28 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2288 }

.1.3.6.1.4.1.25506.3.1.9.4.2289
hh3cevtModuleSw-DSH7500-44F4X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2289 }

.1.3.6.1.4.1.25506.3.1.9.4.2290
hh3cevtModuleSw-DSH7500-48T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2290 }

.1.3.6.1.4.1.25506.3.1.9.4.2291
hh3cevtModuleSw-DSH7500-48X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2291 }

.1.3.6.1.4.1.25506.3.1.9.4.2292
hh3cevtModuleSw-LSWM2-iMC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2292 }

.1.3.6.1.4.1.25506.3.1.9.4.2293
hh3cevtModuleSw-LSWM2ZQP2P-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2293 }

.1.3.6.1.4.1.25506.3.1.9.4.2294
hh3cevtModuleSw-LSWM2ZSP4P-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2294 }

.1.3.6.1.4.1.25506.3.1.9.4.2295
hh3cevtModuleSw-LSWM2ZSP8P-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2295 }

.1.3.6.1.4.1.25506.3.1.9.4.2296
hh3cevtModuleSw-LSDM3SUP04A0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2296 }

.1.3.6.1.4.1.25506.3.1.9.4.2297
hh3cevtModuleSw-LSDM3FAB04E0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2297 }

.1.3.6.1.4.1.25506.3.1.9.4.2298
hh3cevtModuleSw-LSDM3FAB08E0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2298 }

.1.3.6.1.4.1.25506.3.1.9.4.2299
hh3cevtModuleSw-LSDM3QGS36SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2299 }

.1.3.6.1.4.1.25506.3.1.9.4.2300
hh3cevtModuleSw-LSDM3CGS12SE0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2300 }

.1.3.6.1.4.1.25506.3.1.9.4.2301
hh3cevtModuleSw-LSQM2XPT12TSFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2301 }

.1.3.6.1.4.1.25506.3.1.9.4.2302
hh3cevtModuleSw-CSPEX-1702X OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2302 }

.1.3.6.1.4.1.25506.3.1.9.4.2303
hh3cevtModuleSw-CSR05SRP1P1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2303 }

.1.3.6.1.4.1.25506.3.1.9.4.2304
hh3cevtModuleSw-NIC-GP24L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2304 }

.1.3.6.1.4.1.25506.3.1.9.4.2305
hh3cevtModuleSw-NIC-GP24LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2305 }

.1.3.6.1.4.1.25506.3.1.9.4.2306
hh3cevtModuleSw-NIC-XP20L1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2306 }

.1.3.6.1.4.1.25506.3.1.9.4.2307
hh3cevtModuleSw-NIC-XP20LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2307 }

.1.3.6.1.4.1.25506.3.1.9.4.2308
hh3cevtModuleSw-RX-NIC-LGQ4LF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2308 }

.1.3.6.1.4.1.25506.3.1.9.4.2309
hh3cevtModuleSw-CSR05SRP1R3A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2309 }

.1.3.6.1.4.1.25506.3.1.9.4.2310
hh3cevtModuleSw-CEPC-CQ8L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2310 }

.1.3.6.1.4.1.25506.3.1.9.4.2311
hh3cevtModuleSw-CEPC-CQ8LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2311 }

.1.3.6.1.4.1.25506.3.1.9.4.2312
hh3cevtModuleSw-CSPEX-1802XA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2312 }

.1.3.6.1.4.1.25506.3.1.9.4.2313
hh3cevtModuleSw-CSPEX-1802XB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2313 }

.1.3.6.1.4.1.25506.3.1.9.4.2314
hh3cevtModuleSw-CSPEX-1502XA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2314 }

.1.3.6.1.4.1.25506.3.1.9.4.2315
hh3cevtModuleSw-CSPEX-1512XB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2315 }

.1.3.6.1.4.1.25506.3.1.9.4.2317
hh3cevtModuleSw-NIC-XP20L1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2317 }

.1.3.6.1.4.1.25506.3.1.9.4.2318
hh3cevtModuleSw-NIC-XP20L1B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2318 }

.1.3.6.1.4.1.25506.3.1.9.4.2320
hh3cevtModuleSw-NIC-GP24L1A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2320 }

.1.3.6.1.4.1.25506.3.1.9.4.2321
hh3cevtModuleSw-NIC-GP24L1B OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2321 }

.1.3.6.1.4.1.25506.3.1.9.4.2322
hh3cevtModuleSw-NIC-CQ2LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2322 }

.1.3.6.1.4.1.25506.3.1.9.4.2323
hh3cevtModuleSw-NIC-CQ2LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2323 }

.1.3.6.1.4.1.25506.3.1.9.4.2324
hh3cevtModuleSw-NIC-XP5LA OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2324 }

.1.3.6.1.4.1.25506.3.1.9.4.2325
hh3cevtModuleSw-NIC-XP5LB OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2325 }

.1.3.6.1.4.1.25506.3.1.9.4.2326
hh3cevtModuleSw-CSFC-16T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2326 }

.1.3.6.1.4.1.25506.3.1.9.4.2327
hh3cevtModuleSw-LSUM1MPUS10XEC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2327 }

.1.3.6.1.4.1.25506.3.1.9.4.2328
hh3cevtModuleSw-LSUM1MPUS10XEC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2328 }

.1.3.6.1.4.1.25506.3.1.9.4.2329
hh3cevtModuleSw-LSUM1MPUS06XEC3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2329 }

.1.3.6.1.4.1.25506.3.1.9.4.2330
hh3cevtModuleSw-LSUM1FAB10XEC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2330 }

.1.3.6.1.4.1.25506.3.1.9.4.2331
hh3cevtModuleSw-LSCM2MPUS06AS0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2331 }

.1.3.6.1.4.1.25506.3.1.9.4.2332
hh3cevtModuleSw-LSCM2CGT24TSSC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2332 }

.1.3.6.1.4.1.25506.3.1.9.4.2333
hh3cevtModuleSw-LSCM2CGP24TSSC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2333 }

.1.3.6.1.4.1.25506.3.1.9.4.2334
hh3cevtModuleSw-LSCM2CTGS12GTSC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2334 }

.1.3.6.1.4.1.25506.3.1.9.4.2335
hh3cevtModuleSw-LSCM2CTGS12GPSC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2335 }

.1.3.6.1.4.1.25506.3.1.9.4.2336
hh3cevtModuleSw-LSCM2GT24GPTSSC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2336 }

.1.3.6.1.4.1.25506.3.1.9.4.2337
hh3cevtModuleSw-LSCM2GT24GPSC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2337 }

.1.3.6.1.4.1.25506.3.1.9.4.2338
hh3cevtModuleSw-LSCM2GP24GTSC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2338 }

.1.3.6.1.4.1.25506.3.1.9.4.2339
hh3cevtModuleSw-LSCM2GT48SC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2339 }

.1.3.6.1.4.1.25506.3.1.9.4.2340
hh3cevtModuleSw-LSCM2GP48SC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2340 }

.1.3.6.1.4.1.25506.3.1.9.4.2341
hh3cevtModuleSw-LSCM2TGS16GPSC0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2341 }

.1.3.6.1.4.1.25506.3.1.9.4.2342
hh3cevtModuleSw-LSWM2SP2PM-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2342 }

.1.3.6.1.4.1.25506.3.1.9.4.2343
hh3cevtModuleSw-LSWM2QP2P-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2343 }

.1.3.6.1.4.1.25506.3.1.9.4.2344
hh3cevtModuleSw-LSWM2SP8P-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2344 }

.1.3.6.1.4.1.25506.3.1.9.4.2345
hh3cevtModuleSw-LSCM2MPUS06AS0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2345 }

.1.3.6.1.4.1.25506.3.1.9.4.2346
hh3cevtModuleSw-LSCM2CGT24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2346 }

.1.3.6.1.4.1.25506.3.1.9.4.2347
hh3cevtModuleSw-LSCM2CGP24TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2347 }

.1.3.6.1.4.1.25506.3.1.9.4.2348
hh3cevtModuleSw-LSCM2CTGS12GTSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2348 }

.1.3.6.1.4.1.25506.3.1.9.4.2349
hh3cevtModuleSw-LSCM2CTGS12GPSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2349 }

.1.3.6.1.4.1.25506.3.1.9.4.2350
hh3cevtModuleSw-LSCM2GT24GPTSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2350 }

.1.3.6.1.4.1.25506.3.1.9.4.2351
hh3cevtModuleSw-LSCM2GT24GPSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2351 }

.1.3.6.1.4.1.25506.3.1.9.4.2352
hh3cevtModuleSw-LSCM2GP24GTSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2352 }

.1.3.6.1.4.1.25506.3.1.9.4.2353
hh3cevtModuleSw-LSCM2GT48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2353 }

.1.3.6.1.4.1.25506.3.1.9.4.2354
hh3cevtModuleSw-LSCM2GP48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2354 }

.1.3.6.1.4.1.25506.3.1.9.4.2355
hh3cevtModuleSw-LSCM2TGS16GPSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2355 }

.1.3.6.1.4.1.25506.3.1.9.4.2356
hh3cevtModuleSw-LSXM1SFK04FR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2356 }

.1.3.6.1.4.1.25506.3.1.9.4.2357
hh3cevtModuleSw-LSXM1SFK08ER1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2357 }

.1.3.6.1.4.1.25506.3.1.9.4.2358
hh3cevtModuleSw-LSXM1SFK16ER1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2358 }

.1.3.6.1.4.1.25506.3.1.9.4.2359
hh3cevtModuleSw-LSXM1CCQ48KBR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2359 }

.1.3.6.1.4.1.25506.3.1.9.4.2360
hh3cevtModuleSw-LSQM3SUPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2360 }

.1.3.6.1.4.1.25506.3.1.9.4.2361
hh3cevtModuleSw-LSQM3SUPA3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2361 }

.1.3.6.1.4.1.25506.3.1.9.4.2362
hh3cevtModuleSw-LSXM1YGS24CGMODTE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2362 }

.1.3.6.1.4.1.25506.3.1.9.4.2363
hh3cevtModuleSw-LSXM1SUPE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2363 }

.1.3.6.1.4.1.25506.3.1.9.4.2364
hh3cevtModuleSw-LSUM2TGS48SH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2364 }

.1.3.6.1.4.1.25506.3.1.9.4.2365
hh3cevtModuleSw-LSCM3SUP03A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2365 }

.1.3.6.1.4.1.25506.3.1.9.4.2366
hh3cevtModuleSw-LSCM3MPUS06A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2366 }

.1.3.6.1.4.1.25506.3.1.9.4.2367
hh3cevtModuleSw-LSCM3TGS48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2367 }

.1.3.6.1.4.1.25506.3.1.9.4.2368
hh3cevtModuleSw-LSCM3QGS8CSSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2368 }

.1.3.6.1.4.1.25506.3.1.9.4.2369
hh3cevtModuleSw-LSCM3SUP03A0-ZE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2369 }

.1.3.6.1.4.1.25506.3.1.9.4.2370
hh3cevtModuleSw-LSCM3GT48SC0-ZE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2370 }

.1.3.6.1.4.1.25506.3.1.9.4.2371
hh3cevtModuleSw-LSCM3TGS48SE0-ZE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2371 }

.1.3.6.1.4.1.25506.3.1.9.4.2372
hh3cevtModuleSw-LSCM3QGS8CSSE0-ZE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2372 }

.1.3.6.1.4.1.25506.3.1.9.4.2373
hh3cevtModuleSw-LSDM3FAB04G0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2373 }

.1.3.6.1.4.1.25506.3.1.9.4.2374
hh3cevtModuleSw-LSDM3FAB08G0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2374 }

.1.3.6.1.4.1.25506.3.1.9.4.2375
hh3cevtModuleSw-LSDM3FAB16G0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2375 }

.1.3.6.1.4.1.25506.3.1.9.4.2376
hh3cevtModuleSw-LSDM3CGS36SF0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2376 }

.1.3.6.1.4.1.25506.3.1.9.4.2377
hh3cevtModuleSw-LSDM3YGS48SF0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2377 }

.1.3.6.1.4.1.25506.3.1.9.4.2378
hh3cevtModuleSw-LSCM3MPUS10B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2378 }

.1.3.6.1.4.1.25506.3.1.9.4.2379
hh3cevtModuleSw-LSCM3MPUS10B0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2379 }

.1.3.6.1.4.1.25506.3.1.9.4.2380
hh3cevtModuleSw-LSUM1CGS8QSSH8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2380 }

.1.3.6.1.4.1.25506.3.1.9.4.2381
hh3cevtModuleSw-LSDM3TGS48SF0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2381 }

.1.3.6.1.4.1.25506.3.1.9.4.2382
hh3cevtModuleSw-LSDM1SUPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2382 }

.1.3.6.1.4.1.25506.3.1.9.4.2383
hh3cevtModuleSw-LSDM1FAB08D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2383 }

.1.3.6.1.4.1.25506.3.1.9.4.2384
hh3cevtModuleSw-LSDM1TGS48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2384 }

.1.3.6.1.4.1.25506.3.1.9.4.2385
hh3cevtModuleSw-LSDM1GT24GPSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2385 }

.1.3.6.1.4.1.25506.3.1.9.4.2386
hh3cevtModuleSw-LSDM1GT48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2386 }

.1.3.6.1.4.1.25506.3.1.9.4.2387
hh3cevtModuleSw-LSDM1GP48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2387 }

.1.3.6.1.4.1.25506.3.1.9.4.2388
hh3cevtModuleSw-LSDM3SUPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2388 }

.1.3.6.1.4.1.25506.3.1.9.4.2389
hh3cevtModuleSw-LSDM3FAB08D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2389 }

.1.3.6.1.4.1.25506.3.1.9.4.2390
hh3cevtModuleSw-LSDM3TGS48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2390 }

.1.3.6.1.4.1.25506.3.1.9.4.2391
hh3cevtModuleSw-LSDM3GT24GPSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2391 }

.1.3.6.1.4.1.25506.3.1.9.4.2392
hh3cevtModuleSw-LSDM3GT48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2392 }

.1.3.6.1.4.1.25506.3.1.9.4.2393
hh3cevtModuleSw-LSDM3GP48SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2393 }

.1.3.6.1.4.1.25506.3.1.9.4.2394
hh3cevtModuleSw-SR07MPUA3-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2394 }

.1.3.6.1.4.1.25506.3.1.9.4.2395
hh3cevtModuleSw-SFE-A OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2395 }

.1.3.6.1.4.1.25506.3.1.9.4.2396
hh3cevtModuleSw-MIC-CQ1L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2396 }

.1.3.6.1.4.1.25506.3.1.9.4.2397
hh3cevtModuleSw-MIC-CQ2L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2397 }

.1.3.6.1.4.1.25506.3.1.9.4.2398
hh3cevtModuleSw-LSXM1CGQ18C1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2398 }

.1.3.6.1.4.1.25506.3.1.9.4.2399
hh3cevtModuleSw-LSXM1CGQMS18B1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2399 }

.1.3.6.1.4.1.25506.3.1.9.4.2400
hh3cevtModuleSw-LSXM1MOD48KBR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2400 }

.1.3.6.1.4.1.25506.3.1.9.4.2401
hh3cevtModuleSw-LSXM1CDQ36KB1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2401 }

.1.3.6.1.4.1.25506.3.1.9.4.2402
hh3cevtModuleSw-LSXM1SUP02TR1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2402 }

.1.3.6.1.4.1.25506.3.1.9.4.2407
hh3cevtModuleSw-LSCM2SUP03B0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2407 }

.1.3.6.1.4.1.25506.3.1.9.4.2408
hh3cevtModuleSw-LSCM2SUP03B0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2408 }

.1.3.6.1.4.1.25506.3.1.9.4.2409
hh3cevtModuleSw-LSWM2QP4P OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2409 }

.1.3.6.1.4.1.25506.3.1.9.4.2410
hh3cevtModuleSw-LSXM1SUPS2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2410 }

.1.3.6.1.4.1.25506.3.1.9.4.2411
hh3cevtModuleSw-LSXM1SFS08D2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2411 }

.1.3.6.1.4.1.25506.3.1.9.4.2412
hh3cevtModuleSw-LSXM1TGS48SE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2412 }

.1.3.6.1.4.1.25506.3.1.9.4.2413
hh3cevtModuleSw-LSXM1GT24GPSE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2413 }

.1.3.6.1.4.1.25506.3.1.9.4.2414
hh3cevtModuleSw-LSXM1GT48SE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2414 }

.1.3.6.1.4.1.25506.3.1.9.4.2415
hh3cevtModuleSw-LSXM1GP48SE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2415 }

.1.3.6.1.4.1.25506.3.1.9.4.2416
hh3cevtModuleSw-LSXM3SUPS2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2416 }

.1.3.6.1.4.1.25506.3.1.9.4.2417
hh3cevtModuleSw-LSXM3SFS08D2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2417 }

.1.3.6.1.4.1.25506.3.1.9.4.2418
hh3cevtModuleSw-LSXM3TGS48SE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2418 }

.1.3.6.1.4.1.25506.3.1.9.4.2419
hh3cevtModuleSw-LSXM3GT24GPSE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2419 }

.1.3.6.1.4.1.25506.3.1.9.4.2420
hh3cevtModuleSw-LSXM3GT48SE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2420 }

.1.3.6.1.4.1.25506.3.1.9.4.2421
hh3cevtModuleSw-LSXM3GP48SE2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2421 }

.1.3.6.1.4.1.25506.3.1.9.4.2422
hh3cevtModuleSw-LSXM3SUP04S2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2422 }

.1.3.6.1.4.1.25506.3.1.9.4.2423
hh3cevtModuleSw-LSXM3SFS04G2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2423 }

.1.3.6.1.4.1.25506.3.1.9.4.2424
hh3cevtModuleSw-LSXM3SFS08G2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2424 }

.1.3.6.1.4.1.25506.3.1.9.4.2425
hh3cevtModuleSw-LSXM3SFS16G2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2425 }

.1.3.6.1.4.1.25506.3.1.9.4.2426
hh3cevtModuleSw-LSXM3CGQ36SF2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2426 }

.1.3.6.1.4.1.25506.3.1.9.4.2427
hh3cevtModuleSw-LSXM3YGS48SF2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2427 }

.1.3.6.1.4.1.25506.3.1.9.4.2428
hh3cevtModuleSw-LSXM3TGS48SF2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2428 }

.1.3.6.1.4.1.25506.3.1.9.4.2429
hh3cevtModuleSw-MIC-GP12L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2429 }

.1.3.6.1.4.1.25506.3.1.9.4.2430
hh3cevtModuleSw-MIC-CQ1LF-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2430 }

.1.3.6.1.4.1.25506.3.1.9.4.2431
hh3cevtModuleSw-MIC-XP10L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2431 }

.1.3.6.1.4.1.25506.3.1.9.4.2432
hh3cevtModuleSw-MIC-CLP4L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2432 }

.1.3.6.1.4.1.25506.3.1.9.4.2433
hh3cevtModuleSw-MIC-ET16L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2433 }

.1.3.6.1.4.1.25506.3.1.9.4.2434
hh3cevtModuleSw-MIC-PSP4L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2434 }

.1.3.6.1.4.1.25506.3.1.9.4.2435
hh3cevtModuleSw-MIC-TCP8L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2435 }

.1.3.6.1.4.1.25506.3.1.9.4.2436
hh3cevtModuleSw-MIC-SP4L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2436 }

.1.3.6.1.4.1.25506.3.1.9.4.2437
hh3cevtModuleSw-LSCM2GV48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2437 }

.1.3.6.1.4.1.25506.3.1.9.4.2438
hh3cevtModuleSw-LSQM1FAB06XEB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2438 }

.1.3.6.1.4.1.25506.3.1.9.4.2439
hh3cevtModuleSw-LSQM1FAB10XEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2439 }

.1.3.6.1.4.1.25506.3.1.9.4.2440
hh3cevtModuleSw-LSQM1MPUS06XEB0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2440 }

.1.3.6.1.4.1.25506.3.1.9.4.2441
hh3cevtModuleSw-LSQM1MPUS10XEA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2441 }

.1.3.6.1.4.1.25506.3.1.9.4.2442
hh3cevtModuleSw-LSQM2TGS48XSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2442 }

.1.3.6.1.4.1.25506.3.1.9.4.2443
hh3cevtModuleSw-LSQM1TGS48RXSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2443 }

.1.3.6.1.4.1.25506.3.1.9.4.2444
hh3cevtModuleSw-LSQM1CGS8XSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2444 }

.1.3.6.1.4.1.25506.3.1.9.4.2445
hh3cevtModuleSw-LSQM1YGS24CSXSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2445 }

.1.3.6.1.4.1.25506.3.1.9.4.2446
hh3cevtModuleSw-LSQM1CGS8QSXSH0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2446 }

.1.3.6.1.4.1.25506.3.1.9.4.2447
hh3cevtModuleSw-LSQM2GP24TSXSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2447 }

.1.3.6.1.4.1.25506.3.1.9.4.2448
hh3cevtModuleSw-LSQM2GT48XSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2448 }

.1.3.6.1.4.1.25506.3.1.9.4.2449
hh3cevtModuleSw-LSQM2GP48XSA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2449 }

.1.3.6.1.4.1.25506.3.1.9.4.2450
hh3cevtModuleSw-LSQM2GP44TSXSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2450 }

.1.3.6.1.4.1.25506.3.1.9.4.2451
hh3cevtModuleSw-LSQM2GT24PTSXSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2451 }

.1.3.6.1.4.1.25506.3.1.9.4.2452
hh3cevtModuleSw-LSQM2GT24TSXSE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2452 }

.1.3.6.1.4.1.25506.3.1.9.4.2453
hh3cevtModuleSw-LSQM1GT48XFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2453 }

.1.3.6.1.4.1.25506.3.1.9.4.2454
hh3cevtModuleSw-LSQM2GP40TS8XFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2454 }

.1.3.6.1.4.1.25506.3.1.9.4.2455
hh3cevtModuleSw-LSQM1TGT24XFD0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2455 }

.1.3.6.1.4.1.25506.3.1.9.4.2456
hh3cevtModuleSw-LSEM1SUPA0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2456 }

.1.3.6.1.4.1.25506.3.1.9.4.2457
hh3cevtModuleSw-LSEM1SF06D0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2457 }

.1.3.6.1.4.1.25506.3.1.9.4.2458
hh3cevtModuleSw-LSEM1GT48TSSC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2458 }

.1.3.6.1.4.1.25506.3.1.9.4.2459
hh3cevtModuleSw-LSEM1TGS24SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2459 }

.1.3.6.1.4.1.25506.3.1.9.4.2460
hh3cevtModuleSw-LSEM1TGS48SC0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2460 }

.1.3.6.1.4.1.25506.3.1.9.4.2461
hh3cevtModuleSw-LSDM3FAB08F0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2461 }

.1.3.6.1.4.1.25506.3.1.9.4.2462
hh3cevtModuleSw-LSDM3FAB16F0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2462 }

.1.3.6.1.4.1.25506.3.1.9.4.2463
hh3cevtModuleSw-LSDM3QGS36SF0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2463 }

.1.3.6.1.4.1.25506.3.1.9.4.2464
hh3cevtModuleSw-LSDM3CGS18SF0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2464 }

.1.3.6.1.4.1.25506.3.1.9.4.2465
hh3cevtModuleSw-LSDM3CDQ16SF0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2465 }

.1.3.6.1.4.1.25506.3.1.9.4.2466
hh3cevtModuleSw-LSDM3CDQ8SF0-Z OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2466 }

.1.3.6.1.4.1.25506.3.1.9.4.2467
hh3cevtModuleSw-LSXM3SFS08F2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2467 }

.1.3.6.1.4.1.25506.3.1.9.4.2468
hh3cevtModuleSw-LSXM3SFS16F2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2468 }

.1.3.6.1.4.1.25506.3.1.9.4.2469
hh3cevtModuleSw-LSXM3QGS36SF2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2469 }

.1.3.6.1.4.1.25506.3.1.9.4.2470
hh3cevtModuleSw-LSXM3CGQ18SF2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2470 }

.1.3.6.1.4.1.25506.3.1.9.4.2471
hh3cevtModuleSw-LSXM3CDQ16SF2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2471 }

.1.3.6.1.4.1.25506.3.1.9.4.2472
hh3cevtModuleSw-LSXM3CDQ8SF2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2472 }

.1.3.6.1.4.1.25506.3.1.9.4.2473
hh3cevtModuleSw-MIC-XP4L-M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2473 }

.1.3.6.1.4.1.25506.3.1.9.4.2474
hh3cevtModuleSw-LSDM3SUP04A0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2474 }

.1.3.6.1.4.1.25506.3.1.9.4.2475
hh3cevtModuleSw-LSDM3FAB04E0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2475 }

.1.3.6.1.4.1.25506.3.1.9.4.2476
hh3cevtModuleSw-LSDM3QGS36SE0 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) hh3cevtModuleSwitchType(4) 2476 }

.1.3.6.1.4.1.25506.3.1.9.5
hh3cevtSubModuleRouter OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) 5 }

.1.3.6.1.4.1.25506.3.1.9.6
hh3cevtSubModuleSwitch OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) 6 }

.1.3.6.1.4.1.25506.3.1.9.7
hh3cevtModuleCFCard OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) 7 }

.1.3.6.1.4.1.25506.3.1.9.8
hh3cevtModuleSDCard OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtModule(9) 8 }

.1.3.6.1.4.1.25506.3.1.10
hh3cevtPort OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 10 }

.1.3.6.1.4.1.25506.3.1.10.1
hh3cevtPortUnknownPorts OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) 1 }

.1.3.6.1.4.1.25506.3.1.10.2
hh3cevtPortCommonPorts OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) 2 }

.1.3.6.1.4.1.25506.3.1.10.3
hh3cevtPortRouterType OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) 3 }

.1.3.6.1.4.1.25506.3.1.10.3.1
hh3cevtPortRt-Async OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 1 }

.1.3.6.1.4.1.25506.3.1.10.3.2
hh3cevtPortRt-Analogmodem OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 2 }

.1.3.6.1.4.1.25506.3.1.10.3.3
hh3cevtPortRt-Atm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 3 }

.1.3.6.1.4.1.25506.3.1.10.3.4
hh3cevtPortRt-AtmAdsl OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 4 }

.1.3.6.1.4.1.25506.3.1.10.3.5
hh3cevtPortRt-AtmShdsl OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 5 }

.1.3.6.1.4.1.25506.3.1.10.3.6
hh3cevtPortRt-AtmE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 6 }

.1.3.6.1.4.1.25506.3.1.10.3.7
hh3cevtPortRt-AtmT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 7 }

.1.3.6.1.4.1.25506.3.1.10.3.8
hh3cevtPortRt-AtmE3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 8 }

.1.3.6.1.4.1.25506.3.1.10.3.9
hh3cevtPortRt-AtmT3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 9 }

.1.3.6.1.4.1.25506.3.1.10.3.10
hh3cevtPortRt-Atm622M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 10 }

.1.3.6.1.4.1.25506.3.1.10.3.11
hh3cevtPortRt-AtmImaE1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 11 }

.1.3.6.1.4.1.25506.3.1.10.3.12
hh3cevtPortRt-AtmImaT1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 12 }

.1.3.6.1.4.1.25506.3.1.10.3.13
hh3cevtPortRt-Atm25M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 13 }

.1.3.6.1.4.1.25506.3.1.10.3.14
hh3cevtPortRt-Bri OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 14 }

.1.3.6.1.4.1.25506.3.1.10.3.15
hh3cevtPortRt-Console OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 15 }

.1.3.6.1.4.1.25506.3.1.10.3.16
hh3cevtPortRt-E1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 16 }

.1.3.6.1.4.1.25506.3.1.10.3.17
hh3cevtPortRt-E3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 17 }

.1.3.6.1.4.1.25506.3.1.10.3.18
hh3cevtPortRt-T1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 18 }

.1.3.6.1.4.1.25506.3.1.10.3.19
hh3cevtPortRt-T3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 19 }

.1.3.6.1.4.1.25506.3.1.10.3.20
hh3cevtPortRt-Cpos OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 20 }

.1.3.6.1.4.1.25506.3.1.10.3.21
hh3cevtPortRt-Ethernet OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 21 }

.1.3.6.1.4.1.25506.3.1.10.3.22
hh3cevtPortRt-Serial OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 22 }

.1.3.6.1.4.1.25506.3.1.10.3.23
hh3cevtPortRt-E1f OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 23 }

.1.3.6.1.4.1.25506.3.1.10.3.24
hh3cevtPortRt-T1f OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 24 }

.1.3.6.1.4.1.25506.3.1.10.3.25
hh3cevtPortRt-Pos OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 25 }

.1.3.6.1.4.1.25506.3.1.10.3.26
hh3cevtPortRt-Ge OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 26 }

.1.3.6.1.4.1.25506.3.1.10.3.27
hh3cevtPortRt-Aux OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 27 }

.1.3.6.1.4.1.25506.3.1.10.3.30
hh3cevtPortRt-VG-Fxs OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 30 }

.1.3.6.1.4.1.25506.3.1.10.3.31
hh3cevtPortRt-VG-Fxo OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 31 }

.1.3.6.1.4.1.25506.3.1.10.3.32
hh3cevtPortRt-VG-E1vi OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 32 }

.1.3.6.1.4.1.25506.3.1.10.3.33
hh3cevtPortRt-VG-T1vi OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 33 }

.1.3.6.1.4.1.25506.3.1.10.3.34
hh3cevtPortRt-Usb OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 34 }

.1.3.6.1.4.1.25506.3.1.10.3.35
hh3cevtPortRt-Ndec OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 35 }

.1.3.6.1.4.1.25506.3.1.10.3.36
hh3cevtPortRt-Cavium OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 36 }

.1.3.6.1.4.1.25506.3.1.10.3.37
hh3cevtPortRt-Fcm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 37 }

.1.3.6.1.4.1.25506.3.1.10.3.38
hh3cevtPortRt-E1vi OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 38 }

.1.3.6.1.4.1.25506.3.1.10.3.39
hh3cevtPortRt-T1vi OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 39 }

.1.3.6.1.4.1.25506.3.1.10.3.40
hh3cevtPortRt-Vi OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 40 }

.1.3.6.1.4.1.25506.3.1.10.3.41
hh3cevtPortRt-Adls2Plus OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 41 }

.1.3.6.1.4.1.25506.3.1.10.3.42
hh3cevtPortRt-RADIO-AG OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 42 }

.1.3.6.1.4.1.25506.3.1.10.3.43
hh3cevtPortRt-1exp OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 43 }

.1.3.6.1.4.1.25506.3.1.10.3.44
hh3cevtPortRt-G-SHDSL-BIS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 44 }

.1.3.6.1.4.1.25506.3.1.10.3.45
hh3cevtPortRt-ONU-1000BASE-BX-SFF-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 45 }

.1.3.6.1.4.1.25506.3.1.10.3.46
hh3cevtPortRt-CELLULAR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 46 }

.1.3.6.1.4.1.25506.3.1.10.3.47
hh3cevtPortRt-CELLULAR-ETHERNET OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 47 }

.1.3.6.1.4.1.25506.3.1.10.3.48
hh3cevtPortRt-VGe OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 48 }

.1.3.6.1.4.1.25506.3.1.10.3.49
hh3cevtPortRt-VXGe OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 49 }

.1.3.6.1.4.1.25506.3.1.10.3.50
hh3cevtPortRt-Xpos OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 50 }

.1.3.6.1.4.1.25506.3.1.10.3.51
hh3cevtPortRt-Fge OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 51 }

.1.3.6.1.4.1.25506.3.1.10.3.52
hh3cevtPortRt-XGe OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 52 }

.1.3.6.1.4.1.25506.3.1.10.3.53
hh3cevtPortRt-HgeQsfp28Lc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 53 }

.1.3.6.1.4.1.25506.3.1.10.3.54
hh3cevtPortRt-HgeCfp2Lc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 54 }

.1.3.6.1.4.1.25506.3.1.10.3.55
hh3cevtPortRt-HgeCfpLc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 55 }

.1.3.6.1.4.1.25506.3.1.10.3.56
hh3cevtPortRt-GeM12 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 56 }

.1.3.6.1.4.1.25506.3.1.10.3.57
hh3cevtPortRt-VMEth OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 57 }

.1.3.6.1.4.1.25506.3.1.10.3.58
hh3cevtPortRt-FiberGe OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 58 }

.1.3.6.1.4.1.25506.3.1.10.3.59
hh3cevtPortRt-GeOptic OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 59 }

.1.3.6.1.4.1.25506.3.1.10.3.60
hh3cevtPortRt-25Ge OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 60 }

.1.3.6.1.4.1.25506.3.1.10.3.61
hh3cevtPortRt-50Ge OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 61 }

.1.3.6.1.4.1.25506.3.1.10.3.62
hh3cevtPortRt-FlexE-50-100G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 62 }

.1.3.6.1.4.1.25506.3.1.10.3.63
hh3cevtPortRt-50-100Ge OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 63 }

.1.3.6.1.4.1.25506.3.1.10.3.64
hh3cevtPortRt-FlexE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 64 }

.1.3.6.1.4.1.25506.3.1.10.3.65
hh3cevtPortRt-100Ge OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 65 }

.1.3.6.1.4.1.25506.3.1.10.3.66
hh3cevtPortRt-FlexE-50G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 66 }

.1.3.6.1.4.1.25506.3.1.10.3.67
hh3cevtPortRt-Async-Phoenix OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 67 }

.1.3.6.1.4.1.25506.3.1.10.3.68
hh3cevtPortRt-FlexE-100G OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortRouterType(3) 68 }

.1.3.6.1.4.1.25506.3.1.10.4
hh3cevtPortSwitchType OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) 4 }

.1.3.6.1.4.1.25506.3.1.10.4.1
hh3cevtPortSw-10or100M OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 1 }

.1.3.6.1.4.1.25506.3.1.10.4.2
hh3cevtPortSw-1000BaseLxSm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 2 }

.1.3.6.1.4.1.25506.3.1.10.4.3
hh3cevtPortSw-1000BaseSxMm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 3 }

.1.3.6.1.4.1.25506.3.1.10.4.4
hh3cevtPortSw-1000BaseTx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 4 }

.1.3.6.1.4.1.25506.3.1.10.4.5
hh3cevtPortSw-100MSinglemodeFx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 5 }

.1.3.6.1.4.1.25506.3.1.10.4.6
hh3cevtPortSw-100MMultimodeFx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 6 }

.1.3.6.1.4.1.25506.3.1.10.4.7
hh3cevtPortSw-100M100BaseTx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 7 }

.1.3.6.1.4.1.25506.3.1.10.4.8
hh3cevtPortSw-100MHub OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 8 }

.1.3.6.1.4.1.25506.3.1.10.4.9
hh3cevtPortSw-Vdsl OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 9 }

.1.3.6.1.4.1.25506.3.1.10.4.10
hh3cevtPortSw-Stack OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 10 }

.1.3.6.1.4.1.25506.3.1.10.4.11
hh3cevtPortSw-1000BaseZenithFx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 11 }

.1.3.6.1.4.1.25506.3.1.10.4.12
hh3cevtPortSw-1000BaseLongFx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 12 }

.1.3.6.1.4.1.25506.3.1.10.4.13
hh3cevtPortSw-Adsl OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 13 }

.1.3.6.1.4.1.25506.3.1.10.4.14
hh3cevtPortSw-10or100MDb OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 14 }

.1.3.6.1.4.1.25506.3.1.10.4.15
hh3cevtPortSw-10GBaseLrSm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 15 }

.1.3.6.1.4.1.25506.3.1.10.4.16
hh3cevtPortSw-10GBaseLx4Mm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 16 }

.1.3.6.1.4.1.25506.3.1.10.4.17
hh3cevtPortSw-10GBaseLx4Sm OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 17 }

.1.3.6.1.4.1.25506.3.1.10.4.18
hh3cevtPortSw-100MLongFx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 18 }

.1.3.6.1.4.1.25506.3.1.10.4.19
hh3cevtPortSw-1000BaseCx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 19 }

.1.3.6.1.4.1.25506.3.1.10.4.20
hh3cevtPortSw-1000BaseZenithFxLc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 20 }

.1.3.6.1.4.1.25506.3.1.10.4.21
hh3cevtPortSw-1000BaseLongFxLc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 21 }

.1.3.6.1.4.1.25506.3.1.10.4.22
hh3cevtPortSw-100MSmFxSc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 22 }

.1.3.6.1.4.1.25506.3.1.10.4.23
hh3cevtPortSw-100MMmFxSc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 23 }

.1.3.6.1.4.1.25506.3.1.10.4.24
hh3cevtPortSw-100MSmFxLc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 24 }

.1.3.6.1.4.1.25506.3.1.10.4.25
hh3cevtPortSw-100MMmFxLc OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 25 }

.1.3.6.1.4.1.25506.3.1.10.4.26
hh3cevtPortSw-GbicNoConnector OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 26 }

.1.3.6.1.4.1.25506.3.1.10.4.27
hh3cevtPortSw-Gbic1000BaseT OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 27 }

.1.3.6.1.4.1.25506.3.1.10.4.28
hh3cevtPortSw-Gbic1000BaseLx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 28 }

.1.3.6.1.4.1.25506.3.1.10.4.29
hh3cevtPortSw-Gbic1000BaseSx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 29 }

.1.3.6.1.4.1.25506.3.1.10.4.30
hh3cevtPortSw-Gbic1000BaseZx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 30 }

.1.3.6.1.4.1.25506.3.1.10.4.31
hh3cevtPortSw-ComboNoConnector OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 31 }

.1.3.6.1.4.1.25506.3.1.10.4.32
hh3cevtPortSw-Combo1000BaseLx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 32 }

.1.3.6.1.4.1.25506.3.1.10.4.33
hh3cevtPortSw-Combo1000BaseLxFiber OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 33 }

.1.3.6.1.4.1.25506.3.1.10.4.34
hh3cevtPortSw-Combo1000BaseLxCopper OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 34 }

.1.3.6.1.4.1.25506.3.1.10.4.35
hh3cevtPortSw-Combo1000BaseSx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 35 }

.1.3.6.1.4.1.25506.3.1.10.4.36
hh3cevtPortSw-Combo1000BaseSxFiber OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 36 }

.1.3.6.1.4.1.25506.3.1.10.4.37
hh3cevtPortSw-Combo1000BaseSxCopper OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 37 }

.1.3.6.1.4.1.25506.3.1.10.4.38
hh3cevtPortSw-Combo1000BaseZx OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 38 }

.1.3.6.1.4.1.25506.3.1.10.4.39
hh3cevtPortSw-Combo1000BaseZxFiber OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 39 }

.1.3.6.1.4.1.25506.3.1.10.4.40
hh3cevtPortSw-Combo1000BaseZxCopper OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 40 }

.1.3.6.1.4.1.25506.3.1.10.4.41
hh3cevtPortSw-155PosSxMmf OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 41 }

.1.3.6.1.4.1.25506.3.1.10.4.42
hh3cevtPortSw-155PosLxSmf OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 42 }

.1.3.6.1.4.1.25506.3.1.10.4.43
hh3cevtPortSw-1000BASE-T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 43 }

.1.3.6.1.4.1.25506.3.1.10.4.44
hh3cevtPortSw-1000BASE-SX-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 44 }

.1.3.6.1.4.1.25506.3.1.10.4.45
hh3cevtPortSw-1000BASE-LX-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 45 }

.1.3.6.1.4.1.25506.3.1.10.4.46
hh3cevtPortSw-1000BASE-T-AN-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 46 }

.1.3.6.1.4.1.25506.3.1.10.4.47
hh3cevtPortSw-10GBASE-LX4-XENPAK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 47 }

.1.3.6.1.4.1.25506.3.1.10.4.48
hh3cevtPortSw-10GBASE-LR-XENPAK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 48 }

.1.3.6.1.4.1.25506.3.1.10.4.49
hh3cevtPortSw-10GBASE-CX4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 49 }

.1.3.6.1.4.1.25506.3.1.10.4.50
hh3cevtPortSw-1000BASE-ZX-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 50 }

.1.3.6.1.4.1.25506.3.1.10.4.51
hh3cevtPortSw-1000BASE-MM-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 51 }

.1.3.6.1.4.1.25506.3.1.10.4.52
hh3cevtPortSw-100BASE-SX-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 52 }

.1.3.6.1.4.1.25506.3.1.10.4.53
hh3cevtPortSw-100BASE-LX-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 53 }

.1.3.6.1.4.1.25506.3.1.10.4.54
hh3cevtPortSw-100BASE-T-AN-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 54 }

.1.3.6.1.4.1.25506.3.1.10.4.55
hh3cevtPortSw-100BASE-ZX-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 55 }

.1.3.6.1.4.1.25506.3.1.10.4.56
hh3cevtPortSw-100BASE-MM-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 56 }

.1.3.6.1.4.1.25506.3.1.10.4.57
hh3cevtPortSw-SFP-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 57 }

.1.3.6.1.4.1.25506.3.1.10.4.58
hh3cevtPortSw-SFP-UNKNOWN-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 58 }

.1.3.6.1.4.1.25506.3.1.10.4.59
hh3cevtPortSw-POS-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 59 }

.1.3.6.1.4.1.25506.3.1.10.4.60
hh3cevtPortSw-10G-BASE-SR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 60 }

.1.3.6.1.4.1.25506.3.1.10.4.61
hh3cevtPortSw-10G-BASE-ER OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 61 }

.1.3.6.1.4.1.25506.3.1.10.4.62
hh3cevtPortSw-10G-BASE-LX4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 62 }

.1.3.6.1.4.1.25506.3.1.10.4.63
hh3cevtPortSw-10G-BASE-SW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 63 }

.1.3.6.1.4.1.25506.3.1.10.4.64
hh3cevtPortSw-10G-BASE-LW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 64 }

.1.3.6.1.4.1.25506.3.1.10.4.65
hh3cevtPortSw-10G-BASE-EW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 65 }

.1.3.6.1.4.1.25506.3.1.10.4.66
hh3cevtPortSw-10G-LR-SM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 66 }

.1.3.6.1.4.1.25506.3.1.10.4.67
hh3cevtPortSw-10G-SR-MM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 67 }

.1.3.6.1.4.1.25506.3.1.10.4.68
hh3cevtPortSw-10G-ER-SM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 68 }

.1.3.6.1.4.1.25506.3.1.10.4.69
hh3cevtPortSw-10G-LW-SM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 69 }

.1.3.6.1.4.1.25506.3.1.10.4.70
hh3cevtPortSw-10G-SW-MM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 70 }

.1.3.6.1.4.1.25506.3.1.10.4.71
hh3cevtPortSw-10G-EW-SM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 71 }

.1.3.6.1.4.1.25506.3.1.10.4.72
hh3cevtPortSw-100BASE-SM-MTRJ OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 72 }

.1.3.6.1.4.1.25506.3.1.10.4.73
hh3cevtPortSw-100BASE-MM-MTRJ OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 73 }

.1.3.6.1.4.1.25506.3.1.10.4.74
hh3cevtPortSw-XFP-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 74 }

.1.3.6.1.4.1.25506.3.1.10.4.75
hh3cevtPortSw-XFP-10GBASE-SR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 75 }

.1.3.6.1.4.1.25506.3.1.10.4.76
hh3cevtPortSw-XFP-10GBASE-LR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 76 }

.1.3.6.1.4.1.25506.3.1.10.4.77
hh3cevtPortSw-XFP-10GBASE-ER OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 77 }

.1.3.6.1.4.1.25506.3.1.10.4.78
hh3cevtPortSw-XFP-10GBASE-SW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 78 }

.1.3.6.1.4.1.25506.3.1.10.4.79
hh3cevtPortSw-XFP-10GBASE-LW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 79 }

.1.3.6.1.4.1.25506.3.1.10.4.80
hh3cevtPortSw-XFP-10GBASE-EW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 80 }

.1.3.6.1.4.1.25506.3.1.10.4.81
hh3cevtPortSw-XFP-10GBASE-CX4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 81 }

.1.3.6.1.4.1.25506.3.1.10.4.82
hh3cevtPortSw-XFP-10GBASE-LX4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 82 }

.1.3.6.1.4.1.25506.3.1.10.4.83
hh3cevtPortSw-XFP-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 83 }

.1.3.6.1.4.1.25506.3.1.10.4.84
hh3cevtPortSw-XPK-NOCONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 84 }

.1.3.6.1.4.1.25506.3.1.10.4.85
hh3cevtPortSw-XPK-10GBASE-SR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 85 }

.1.3.6.1.4.1.25506.3.1.10.4.86
hh3cevtPortSw-XPK-10GBASE-LR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 86 }

.1.3.6.1.4.1.25506.3.1.10.4.87
hh3cevtPortSw-XPK-10GBASE-ER OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 87 }

.1.3.6.1.4.1.25506.3.1.10.4.88
hh3cevtPortSw-XPK-10GBASE-SW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 88 }

.1.3.6.1.4.1.25506.3.1.10.4.89
hh3cevtPortSw-XPK-10GBASE-LW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 89 }

.1.3.6.1.4.1.25506.3.1.10.4.90
hh3cevtPortSw-XPK-10GBASE-EW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 90 }

.1.3.6.1.4.1.25506.3.1.10.4.91
hh3cevtPortSw-XPK-10GBASE-CX4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 91 }

.1.3.6.1.4.1.25506.3.1.10.4.92
hh3cevtPortSw-XPK-10GBASE-LX4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 92 }

.1.3.6.1.4.1.25506.3.1.10.4.93
hh3cevtPortSw-XPK-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 93 }

.1.3.6.1.4.1.25506.3.1.10.4.94
hh3cevtPortSw-POS-OC48-SR-SM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 94 }

.1.3.6.1.4.1.25506.3.1.10.4.95
hh3cevtPortSw-POS-OC48-IR-SM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 95 }

.1.3.6.1.4.1.25506.3.1.10.4.96
hh3cevtPortSw-POS-OC48-LR-SM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 96 }

.1.3.6.1.4.1.25506.3.1.10.4.97
hh3cevtPortSw-10G-BASE-CX4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 97 }

.1.3.6.1.4.1.25506.3.1.10.4.98
hh3cevtPortSw-OLT-1000BASE-BX-SFF-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 98 }

.1.3.6.1.4.1.25506.3.1.10.4.99
hh3cevtPortSw-ONU-1000BASE-BX-SFF-SC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 99 }

.1.3.6.1.4.1.25506.3.1.10.4.100
hh3cevtPortSw-24G-CASCADE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 100 }

.1.3.6.1.4.1.25506.3.1.10.4.101
hh3cevtPortSw-POS-OC3-SR-MM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 101 }

.1.3.6.1.4.1.25506.3.1.10.4.102
hh3cevtPortSw-POS-OC3-IR-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 102 }

.1.3.6.1.4.1.25506.3.1.10.4.103
hh3cevtPortSw-POS-OC3-IR-1-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 103 }

.1.3.6.1.4.1.25506.3.1.10.4.104
hh3cevtPortSw-POS-OC3-IR-2-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 104 }

.1.3.6.1.4.1.25506.3.1.10.4.105
hh3cevtPortSw-POS-OC3-LR-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 105 }

.1.3.6.1.4.1.25506.3.1.10.4.106
hh3cevtPortSw-POS-OC3-LR-1-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 106 }

.1.3.6.1.4.1.25506.3.1.10.4.107
hh3cevtPortSw-POS-OC3-LR-2-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 107 }

.1.3.6.1.4.1.25506.3.1.10.4.108
hh3cevtPortSw-POS-OC3-LR-3-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 108 }

.1.3.6.1.4.1.25506.3.1.10.4.109
hh3cevtPortSw-POS-OC12-SR-MM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 109 }

.1.3.6.1.4.1.25506.3.1.10.4.110
hh3cevtPortSw-POS-OC12-IR-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 110 }

.1.3.6.1.4.1.25506.3.1.10.4.111
hh3cevtPortSw-POS-OC12-IR-1-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 111 }

.1.3.6.1.4.1.25506.3.1.10.4.112
hh3cevtPortSw-POS-OC12-IR-2-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 112 }

.1.3.6.1.4.1.25506.3.1.10.4.113
hh3cevtPortSw-POS-OC12-LR-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 113 }

.1.3.6.1.4.1.25506.3.1.10.4.114
hh3cevtPortSw-POS-OC12-LR-1-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 114 }

.1.3.6.1.4.1.25506.3.1.10.4.115
hh3cevtPortSw-POS-OC12-LR-2-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 115 }

.1.3.6.1.4.1.25506.3.1.10.4.116
hh3cevtPortSw-POS-OC12-LR-3-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 116 }

.1.3.6.1.4.1.25506.3.1.10.4.117
hh3cevtPortSw-POS-OC48-SR-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 117 }

.1.3.6.1.4.1.25506.3.1.10.4.118
hh3cevtPortSw-POS-OC48-IR-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 118 }

.1.3.6.1.4.1.25506.3.1.10.4.119
hh3cevtPortSw-POS-OC48-IR-1-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 119 }

.1.3.6.1.4.1.25506.3.1.10.4.120
hh3cevtPortSw-POS-OC48-IR-2-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 120 }

.1.3.6.1.4.1.25506.3.1.10.4.121
hh3cevtPortSw-POS-OC48-LR-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 121 }

.1.3.6.1.4.1.25506.3.1.10.4.122
hh3cevtPortSw-POS-OC48-LR-1-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 122 }

.1.3.6.1.4.1.25506.3.1.10.4.123
hh3cevtPortSw-POS-OC48-LR-2-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 123 }

.1.3.6.1.4.1.25506.3.1.10.4.124
hh3cevtPortSw-POS-OC48-LR-3-SM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 124 }

.1.3.6.1.4.1.25506.3.1.10.4.125
hh3cevtPortSw-POS-I-64-1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 125 }

.1.3.6.1.4.1.25506.3.1.10.4.126
hh3cevtPortSw-POS-I-64-2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 126 }

.1.3.6.1.4.1.25506.3.1.10.4.127
hh3cevtPortSw-POS-I-64-3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 127 }

.1.3.6.1.4.1.25506.3.1.10.4.128
hh3cevtPortSw-POS-I-64-5 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 128 }

.1.3.6.1.4.1.25506.3.1.10.4.129
hh3cevtPortSw-POS-S-64-1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 129 }

.1.3.6.1.4.1.25506.3.1.10.4.130
hh3cevtPortSw-POS-S-64-2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 130 }

.1.3.6.1.4.1.25506.3.1.10.4.131
hh3cevtPortSw-POS-S-64-3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 131 }

.1.3.6.1.4.1.25506.3.1.10.4.132
hh3cevtPortSw-POS-S-64-5 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 132 }

.1.3.6.1.4.1.25506.3.1.10.4.133
hh3cevtPortSw-POS-L-64-1 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 133 }

.1.3.6.1.4.1.25506.3.1.10.4.134
hh3cevtPortSw-POS-L-64-2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 134 }

.1.3.6.1.4.1.25506.3.1.10.4.135
hh3cevtPortSw-POS-L-64-3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 135 }

.1.3.6.1.4.1.25506.3.1.10.4.136
hh3cevtPortSw-POS-V-64-2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 136 }

.1.3.6.1.4.1.25506.3.1.10.4.137
hh3cevtPortSw-POS-V-64-3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 137 }

.1.3.6.1.4.1.25506.3.1.10.4.138
hh3cevtPortSw-100BASE-FX-BIDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 138 }

.1.3.6.1.4.1.25506.3.1.10.4.139
hh3cevtPortSw-100BASE-BX10-U-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 139 }

.1.3.6.1.4.1.25506.3.1.10.4.140
hh3cevtPortSw-100BASE-BX10-D-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 140 }

.1.3.6.1.4.1.25506.3.1.10.4.141
hh3cevtPortSw-1000BASE-BX10-U-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 141 }

.1.3.6.1.4.1.25506.3.1.10.4.142
hh3cevtPortSw-1000BASE-BX10-D-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 142 }

.1.3.6.1.4.1.25506.3.1.10.4.143
hh3cevtPortSw-STK-1000BASE-T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 143 }

.1.3.6.1.4.1.25506.3.1.10.4.144
hh3cevtPortSw-RPR-PHYPOS-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 144 }

.1.3.6.1.4.1.25506.3.1.10.4.145
hh3cevtPortSw-RPR-PHY10GE-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 145 }

.1.3.6.1.4.1.25506.3.1.10.4.146
hh3cevtPortSw-RPR-LOGICPOS-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 146 }

.1.3.6.1.4.1.25506.3.1.10.4.147
hh3cevtPortSw-RPR-LOGIC10GE-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 147 }

.1.3.6.1.4.1.25506.3.1.10.4.148
hh3cevtPortSw-10GBASE-ZR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 148 }

.1.3.6.1.4.1.25506.3.1.10.4.149
hh3cevtPortSw-TYPE-ERROR-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 149 }

.1.3.6.1.4.1.25506.3.1.10.4.150
hh3cevtPortSw-10G-STACK OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 150 }

.1.3.6.1.4.1.25506.3.1.10.4.151
hh3cevtPortSw-155-ATM-SX-MMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 151 }

.1.3.6.1.4.1.25506.3.1.10.4.152
hh3cevtPortSw-155-ATM-LX-SMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 152 }

.1.3.6.1.4.1.25506.3.1.10.4.153
hh3cevtPortSw-622-ATM-SX-MMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 153 }

.1.3.6.1.4.1.25506.3.1.10.4.154
hh3cevtPortSw-622-ATM-LX-SMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 154 }

.1.3.6.1.4.1.25506.3.1.10.4.155
hh3cevtPortSw-155-ATM-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 155 }

.1.3.6.1.4.1.25506.3.1.10.4.156
hh3cevtPortSw-622-ATM-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 156 }

.1.3.6.1.4.1.25506.3.1.10.4.157
hh3cevtPortSw-155-CPOS-E1-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 157 }

.1.3.6.1.4.1.25506.3.1.10.4.158
hh3cevtPortSw-155-CPOS-T1-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 158 }

.1.3.6.1.4.1.25506.3.1.10.4.159
hh3cevtPortSw-622-CPOS-E1-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 159 }

.1.3.6.1.4.1.25506.3.1.10.4.160
hh3cevtPortSw-622-CPOS-T1-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 160 }

.1.3.6.1.4.1.25506.3.1.10.4.161
hh3cevtPortSw-155-CPOS-E1-SX-MMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 161 }

.1.3.6.1.4.1.25506.3.1.10.4.162
hh3cevtPortSw-155-CPOS-T1-SX-MMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 162 }

.1.3.6.1.4.1.25506.3.1.10.4.163
hh3cevtPortSw-155-CPOS-E1-LX-SMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 163 }

.1.3.6.1.4.1.25506.3.1.10.4.164
hh3cevtPortSw-155-CPOS-T1-LX-SMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 164 }

.1.3.6.1.4.1.25506.3.1.10.4.165
hh3cevtPortSw-622-CPOS-E1-SX-MMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 165 }

.1.3.6.1.4.1.25506.3.1.10.4.166
hh3cevtPortSw-622-CPOS-T1-SX-MMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 166 }

.1.3.6.1.4.1.25506.3.1.10.4.167
hh3cevtPortSw-622-CPOS-E1-LX-SMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 167 }

.1.3.6.1.4.1.25506.3.1.10.4.168
hh3cevtPortSw-622-CPOS-T1-LX-SMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 168 }

.1.3.6.1.4.1.25506.3.1.10.4.169
hh3cevtPortSw-E1-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 169 }

.1.3.6.1.4.1.25506.3.1.10.4.170
hh3cevtPortSw-T1-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 170 }

.1.3.6.1.4.1.25506.3.1.10.4.171
hh3cevtPortSw-1000BASE-STK-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 171 }

.1.3.6.1.4.1.25506.3.1.10.4.172
hh3cevtPortSw-1000BASE-BIDI-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 172 }

.1.3.6.1.4.1.25506.3.1.10.4.173
hh3cevtPortSw-1000BASE-CWDM-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 173 }

.1.3.6.1.4.1.25506.3.1.10.4.174
hh3cevtPortSw-100BASE-BIDI-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 174 }

.1.3.6.1.4.1.25506.3.1.10.4.175
hh3cevtPortSw-OLT-1000BASE-PX-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 175 }

.1.3.6.1.4.1.25506.3.1.10.4.176
hh3cevtPortSw-OLT-1000BASE-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 176 }

.1.3.6.1.4.1.25506.3.1.10.4.177
hh3cevtPortSw-RPR-PHYGE-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 177 }

.1.3.6.1.4.1.25506.3.1.10.4.178
hh3cevtPortSw-RPR-LOGICGE-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 178 }

.1.3.6.1.4.1.25506.3.1.10.4.179
hh3cevtPortSw-100M-1550-BIDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 179 }

.1.3.6.1.4.1.25506.3.1.10.4.180
hh3cevtPortSw-100M-1310-BIDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 180 }

.1.3.6.1.4.1.25506.3.1.10.4.181
hh3cevtPortSw-RPR-PHYOC48-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 181 }

.1.3.6.1.4.1.25506.3.1.10.4.182
hh3cevtPortSw-RPR-LOGICOC48-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 182 }

.1.3.6.1.4.1.25506.3.1.10.4.183
hh3cevtPortSw-100-1000-BASE-LX-SMF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 183 }

.1.3.6.1.4.1.25506.3.1.10.4.184
hh3cevtPortSw-10G-ZW-SM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 184 }

.1.3.6.1.4.1.25506.3.1.10.4.185
hh3cevtPortSw-10G-ZR-SM-LC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 185 }

.1.3.6.1.4.1.25506.3.1.10.4.186
hh3cevtPortSw-XPK-10GBASE-ZR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 186 }

.1.3.6.1.4.1.25506.3.1.10.4.187
hh3cevtPortSw-SGMII-100-BASE-LX-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 187 }

.1.3.6.1.4.1.25506.3.1.10.4.188
hh3cevtPortSw-SGMII-100-BASE-FX-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 188 }

.1.3.6.1.4.1.25506.3.1.10.4.189
hh3cevtPortSw-WLAN-RADIO OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 189 }

.1.3.6.1.4.1.25506.3.1.10.4.190
hh3cevtPortSw-CABLE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 190 }

.1.3.6.1.4.1.25506.3.1.10.4.191
hh3cevtPortSw-SFP-PLUS-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 191 }

.1.3.6.1.4.1.25506.3.1.10.4.192
hh3cevtPortSw-SFP-PLUS-10GBASE-SR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 192 }

.1.3.6.1.4.1.25506.3.1.10.4.193
hh3cevtPortSw-SFP-PLUS-10GBASE-LR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 193 }

.1.3.6.1.4.1.25506.3.1.10.4.194
hh3cevtPortSw-SFP-PLUS-10GBASE-LRM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 194 }

.1.3.6.1.4.1.25506.3.1.10.4.195
hh3cevtPortSw-SFP-PLUS-10GBASE-Cu OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 195 }

.1.3.6.1.4.1.25506.3.1.10.4.196
hh3cevtPortSw-SFP-PLUS-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 196 }

.1.3.6.1.4.1.25506.3.1.10.4.197
hh3cevtPortSw-SFP-PLUS-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 197 }

.1.3.6.1.4.1.25506.3.1.10.4.198
hh3cevtPortSw-POS-L-64-4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 198 }

.1.3.6.1.4.1.25506.3.1.10.4.199
hh3cevtPortSw-MINISAS-HD-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 199 }

.1.3.6.1.4.1.25506.3.1.10.4.200
hh3cevtPortSw-ONU-1000BASE-PX-SFF OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 200 }

.1.3.6.1.4.1.25506.3.1.10.4.201
hh3cevtPortSw-RS485 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 201 }

.1.3.6.1.4.1.25506.3.1.10.4.202
hh3cevtPortSw-SFP-PLUS-10GBASE-ER OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 202 }

.1.3.6.1.4.1.25506.3.1.10.4.203
hh3cevtPortSw-SFP-PLUS-10GBASE-ZR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 203 }

.1.3.6.1.4.1.25506.3.1.10.4.204
hh3cevtPortSw-XFP-10GBASE-ZR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 204 }

.1.3.6.1.4.1.25506.3.1.10.4.205
hh3cevtPortSw-QSFP-PLUS-40GBASE-SR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 205 }

.1.3.6.1.4.1.25506.3.1.10.4.206
hh3cevtPortSw-QSFP-PLUS-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 206 }

.1.3.6.1.4.1.25506.3.1.10.4.207
hh3cevtPortSw-QSFP-PLUS-TO-4SFP-PLUS-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 207 }

.1.3.6.1.4.1.25506.3.1.10.4.208
hh3cevtPortSw-SFP-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 208 }

.1.3.6.1.4.1.25506.3.1.10.4.209
hh3cevtPortSw-QSFP-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 209 }

.1.3.6.1.4.1.25506.3.1.10.4.210
hh3cevtPortSw-10GBase-T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 210 }

.1.3.6.1.4.1.25506.3.1.10.4.211
hh3cevtPortSw-CFP-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 211 }

.1.3.6.1.4.1.25506.3.1.10.4.212
hh3cevtPortSw-CFP-40GBASE-LR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 212 }

.1.3.6.1.4.1.25506.3.1.10.4.213
hh3cevtPortSw-QSFP-PLUS-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 213 }

.1.3.6.1.4.1.25506.3.1.10.4.214
hh3cevtPortSw-QSFP-PLUS-40GBASE-LR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 214 }

.1.3.6.1.4.1.25506.3.1.10.4.215
hh3cevtPortSw-CFP-40GBASE-SR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 215 }

.1.3.6.1.4.1.25506.3.1.10.4.216
hh3cevtPortSw-CFP-100GBASE-LR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 216 }

.1.3.6.1.4.1.25506.3.1.10.4.217
hh3cevtPortSw-CFP-100GBASE-SR10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 217 }

.1.3.6.1.4.1.25506.3.1.10.4.218
hh3cevtPortSw-CXP-100GBASE-SR10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 218 }

.1.3.6.1.4.1.25506.3.1.10.4.219
hh3cevtPortSw-CXP-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 219 }

.1.3.6.1.4.1.25506.3.1.10.4.220
hh3cevtPortSw-TRANSCEIVER-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 220 }

.1.3.6.1.4.1.25506.3.1.10.4.221
hh3cevtPortSw-QSFP-PLUS-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 221 }

.1.3.6.1.4.1.25506.3.1.10.4.222
hh3cevtPortSw-CFP-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 222 }

.1.3.6.1.4.1.25506.3.1.10.4.223
hh3cevtPortSw-QSFP-PLUS-40GBASE-CSR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 223 }

.1.3.6.1.4.1.25506.3.1.10.4.224
hh3cevtPortSw-CFP-40GBASE-ER4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 224 }

.1.3.6.1.4.1.25506.3.1.10.4.225
hh3cevtPortSw-SFP-1000BASE-BIDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 225 }

.1.3.6.1.4.1.25506.3.1.10.4.226
hh3cevtPortSw-SFP-PLUS-10GBASE-ZR-DWDM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 226 }

.1.3.6.1.4.1.25506.3.1.10.4.227
hh3cevtPortSw-QSFP-PLUS-40GBASE-PSM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 227 }

.1.3.6.1.4.1.25506.3.1.10.4.228
hh3cevtPortSw-SFP-8GFC-SW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 228 }

.1.3.6.1.4.1.25506.3.1.10.4.229
hh3cevtPortSw-SFP-8GFC-LW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 229 }

.1.3.6.1.4.1.25506.3.1.10.4.230
hh3cevtPortSw-CXP-100GBASE-AOC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 230 }

.1.3.6.1.4.1.25506.3.1.10.4.231
hh3cevtPortSw-QSFP-PLUS-ACTIVE-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 231 }

.1.3.6.1.4.1.25506.3.1.10.4.232
hh3cevtPortSw-QSFP-PLUS-TO-4SFP-PLUS-ACTIVE-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 232 }

.1.3.6.1.4.1.25506.3.1.10.4.233
hh3cevtPortSw-CFP2-100GBASE-LR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 233 }

.1.3.6.1.4.1.25506.3.1.10.4.234
hh3cevtPortSw-CFP2-100GBASE-SR10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 234 }

.1.3.6.1.4.1.25506.3.1.10.4.235
hh3cevtPortSw-QSFP-PLUS-ACTIVE-OPTICAL-CABLE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 235 }

.1.3.6.1.4.1.25506.3.1.10.4.236
hh3cevtPortSw-QSFP-PLUS-TO-4SFP-PLUS-ACTIVE-OPTICAL-CABLE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 236 }

.1.3.6.1.4.1.25506.3.1.10.4.237
hh3cevtPortSw-SFP-PLUS-ACTIVE-OPTICAL-CABLE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 237 }

.1.3.6.1.4.1.25506.3.1.10.4.238
hh3cevtPortSw-CFP2-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 238 }

.1.3.6.1.4.1.25506.3.1.10.4.239
hh3cevtPortSw-QSFP28-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 239 }

.1.3.6.1.4.1.25506.3.1.10.4.240
hh3cevtPortSw-QSFP28-100GBASE-SR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 240 }

.1.3.6.1.4.1.25506.3.1.10.4.241
hh3cevtPortSw-QSFP28-100GBASE-LR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 241 }

.1.3.6.1.4.1.25506.3.1.10.4.242
hh3cevtPortSw-QSFP28-100GBASE-ER4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 242 }

.1.3.6.1.4.1.25506.3.1.10.4.243
hh3cevtPortSw-QSFP28-100GBASE-PSM4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 243 }

.1.3.6.1.4.1.25506.3.1.10.4.244
hh3cevtPortSw-QSFP28-100GBASE-CWDM4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 244 }

.1.3.6.1.4.1.25506.3.1.10.4.245
hh3cevtPortSw-QSFP28-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 245 }

.1.3.6.1.4.1.25506.3.1.10.4.246
hh3cevtPortSw-QSFP28-TO-4SFP28-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 246 }

.1.3.6.1.4.1.25506.3.1.10.4.247
hh3cevtPortSw-QSFP28-ACTIVE-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 247 }

.1.3.6.1.4.1.25506.3.1.10.4.248
hh3cevtPortSw-QSFP28-TO-4SFP28-ACTIVE-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 248 }

.1.3.6.1.4.1.25506.3.1.10.4.249
hh3cevtPortSw-QSFP28-ACTIVE-OPTICAL-CABLE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 249 }

.1.3.6.1.4.1.25506.3.1.10.4.250
hh3cevtPortSw-QSFP28-TO-4SFP28-ACTIVE-OPTICAL-CABLE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 250 }

.1.3.6.1.4.1.25506.3.1.10.4.251
hh3cevtPortSw-QSFP-PLUS-40GBASE-LM4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 251 }

.1.3.6.1.4.1.25506.3.1.10.4.252
hh3cevtPortSw-QSFP-PLUS-40GBASE-SWDM4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 252 }

.1.3.6.1.4.1.25506.3.1.10.4.253
hh3cevtPortSw-CFP-100GBASE-ER4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 253 }

.1.3.6.1.4.1.25506.3.1.10.4.254
hh3cevtPortSw-QSFP-PLUS-40GBASE-ER4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 254 }

.1.3.6.1.4.1.25506.3.1.10.4.255
hh3cevtPortSw-QSFP-PLUS-40GBASE-ER4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 255 }

.1.3.6.1.4.1.25506.3.1.10.4.256
hh3cevtPortSw-QSFP-PLUS-40GBASE-BIDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 256 }

.1.3.6.1.4.1.25506.3.1.10.4.257
hh3cevtPortSw-QSFP-PLUS-40GBASE-LR4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 257 }

.1.3.6.1.4.1.25506.3.1.10.4.258
hh3cevtPortSw-CFP2-100GBASE-eSR10 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 258 }

.1.3.6.1.4.1.25506.3.1.10.4.259
hh3cevtPortSw-TUNABLE-SFP-PLUS-10GBASE-ZR-DWDM OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 259 }

.1.3.6.1.4.1.25506.3.1.10.4.260
hh3cevtPortSw-SFP28-25GBASE-SR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 260 }

.1.3.6.1.4.1.25506.3.1.10.4.261
hh3cevtPortSw-SFP28-ACTIVE-OPTICAL-CABLE OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 261 }

.1.3.6.1.4.1.25506.3.1.10.4.262
hh3cevtPortSw-SFP28-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 262 }

.1.3.6.1.4.1.25506.3.1.10.4.263
hh3cevtPortSw-2DOT5GBASE-T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 263 }

.1.3.6.1.4.1.25506.3.1.10.4.264
hh3cevtPortSw-QSFP28-100GBASE-SWDM4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 264 }

.1.3.6.1.4.1.25506.3.1.10.4.265
hh3cevtPortSw-QSFP28-100GBASE-eSWDM4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 265 }

.1.3.6.1.4.1.25506.3.1.10.4.266
hh3cevtPortSw-SFP-PLUS-10GBASE-T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 266 }

.1.3.6.1.4.1.25506.3.1.10.4.267
hh3cevtPortSw-QSFP28-100GBASE-eSR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 267 }

.1.3.6.1.4.1.25506.3.1.10.4.268
hh3cevtPortSw-QSFP28-100GBASE-BIDI OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 268 }

.1.3.6.1.4.1.25506.3.1.10.4.269
hh3cevtPortSw-QSFP28-100GBASE-WDM2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 269 }

.1.3.6.1.4.1.25506.3.1.10.4.270
hh3cevtPortSw-SFP28-25GBASE-LR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 270 }

.1.3.6.1.4.1.25506.3.1.10.4.271
hh3cevtPortSw-CFP2-100GBASE-ER4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 271 }

.1.3.6.1.4.1.25506.3.1.10.4.272
hh3cevtPortSw-CFP2-DCO-200GBASE-ZR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 272 }

.1.3.6.1.4.1.25506.3.1.10.4.273
hh3cevtPortSw-CFP2-100GBASE-ER4L OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 273 }

.1.3.6.1.4.1.25506.3.1.10.4.274
hh3cevtPortSw-SFP-16GFC-SW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 274 }

.1.3.6.1.4.1.25506.3.1.10.4.275
hh3cevtPortSw-SFP-16GFC-LW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 275 }

.1.3.6.1.4.1.25506.3.1.10.4.276
hh3cevtPortSw-SFP-32GFC-SW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 276 }

.1.3.6.1.4.1.25506.3.1.10.4.277
hh3cevtPortSw-SFP-32GFC-LW OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 277 }

.1.3.6.1.4.1.25506.3.1.10.4.278
hh3cevtPortSw-XFP-10GBASE-PR-D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 278 }

.1.3.6.1.4.1.25506.3.1.10.4.279
hh3cevtPortSw-XFP-10GBASE-PRX-D3 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 279 }

.1.3.6.1.4.1.25506.3.1.10.4.280
hh3cevtPortSw-5GBASE-T OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 280 }

.1.3.6.1.4.1.25506.3.1.10.4.281
hh3cevtPortSw-QSFP28-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 281 }

.1.3.6.1.4.1.25506.3.1.10.4.282
hh3cevtPortSw-SFP28-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 282 }

.1.3.6.1.4.1.25506.3.1.10.4.283
hh3cevtPortSw-SFP28-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 283 }

.1.3.6.1.4.1.25506.3.1.10.4.284
hh3cevtPortSw-SFP-PLUS-9-8GCRPI-IR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 284 }

.1.3.6.1.4.1.25506.3.1.10.4.285
hh3cevtPortSw-SFP-PLUS-9-8GCRPI-LR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 285 }

.1.3.6.1.4.1.25506.3.1.10.4.286
hh3cevtPortSw-50GBase-F OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 286 }

.1.3.6.1.4.1.25506.3.1.10.4.287
hh3cevtPortSw-QSFP28-50GBASE-PAM4-LR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 287 }

.1.3.6.1.4.1.25506.3.1.10.4.288
hh3cevtPortSw-10GBASE-BIDI-SFP OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 288 }

.1.3.6.1.4.1.25506.3.1.10.4.291
hh3cevtPortSw-10GBASE-BIDI-U-SFP-PLUS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 291 }

.1.3.6.1.4.1.25506.3.1.10.4.292
hh3cevtPortSw-10GBASE-BIDI-D-SFP-PLUS OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 292 }

.1.3.6.1.4.1.25506.3.1.10.4.293
hh3cevtPortSw-QSFPDD-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 293 }

.1.3.6.1.4.1.25506.3.1.10.4.294
hh3cevtPortSw-QSFPDD-400GBASE-SR8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 294 }

.1.3.6.1.4.1.25506.3.1.10.4.295
hh3cevtPortSw-QSFP28-100GBASE-ZR2 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 295 }

.1.3.6.1.4.1.25506.3.1.10.4.296
hh3cevtPortSw-QSFP28-50GBASE-ER OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 296 }

.1.3.6.1.4.1.25506.3.1.10.4.297
hh3cevtPortSw-SFP28-25GBASE-eLR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 297 }

.1.3.6.1.4.1.25506.3.1.10.4.298
hh3cevtPortSw-QSFP28-100GBASE-ER4-NO-FEC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 298 }

.1.3.6.1.4.1.25506.3.1.10.4.299
hh3cevtPortSw-QSFP28-100GBASE-ZR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 299 }

.1.3.6.1.4.1.25506.3.1.10.4.300
hh3cevtPortSw-QSFPDD-400GBASE-FR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 300 }

.1.3.6.1.4.1.25506.3.1.10.4.301
hh3cevtPortSw-QSFP56-200GBASE-FR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 301 }

.1.3.6.1.4.1.25506.3.1.10.4.302
hh3cevtPortSw-QSFP56-200GBASE-SR4 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 302 }

.1.3.6.1.4.1.25506.3.1.10.4.303
hh3cevtPortSw-QSFP56-200GBASE-AOC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 303 }

.1.3.6.1.4.1.25506.3.1.10.4.304
hh3cevtPortSw-DSFP-100GBASE-AOC OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 304 }

.1.3.6.1.4.1.25506.3.1.10.4.305
hh3cevtPortSw-SFP28-25GBASE-CSR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 305 }

.1.3.6.1.4.1.25506.3.1.10.4.306
hh3cevtPortSw-QSFPDD-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 306 }

.1.3.6.1.4.1.25506.3.1.10.4.307
hh3cevtPortSw-QSFPDD-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 307 }

.1.3.6.1.4.1.25506.3.1.10.4.308
hh3cevtPortSw-DSFP-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 308 }

.1.3.6.1.4.1.25506.3.1.10.4.309
hh3cevtPortSw-DSFP-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 309 }

.1.3.6.1.4.1.25506.3.1.10.4.310
hh3cevtPortSw-QSFPDD-400GBASE-ZR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 310 }

.1.3.6.1.4.1.25506.3.1.10.4.311
hh3cevtPortSw-QSFPDD-400GBASE-LR8 OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 311 }

.1.3.6.1.4.1.25506.3.1.10.4.312
hh3cevtPortSw-QSFP56-STACK-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 312 }

.1.3.6.1.4.1.25506.3.1.10.4.313
hh3cevtPortSw-QSFP56-UNKNOWN OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 313 }

.1.3.6.1.4.1.25506.3.1.10.4.314
hh3cevtPortSw-QSFP56-NO-CONNECTOR OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) hh3cevtPort(10) hh3cevtPortSwitchType(4) 314 }

.1.3.6.1.4.1.25506.3.1.11
hh3cevtStack OBJECT-TYPE
  -- FROM	HH3C-ENTITY-VENDORTYPE-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cEntityVendorTypeOID(3) hh3cEntityVendortypeObjects(1) 11 }

.1.3.6.1.4.1.25506.4
hh3cNM OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 4 }

.1.3.6.1.4.1.25506.6
hh3cSystem OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-COMMON-SYSTEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 6 }

.1.3.6.1.4.1.25506.6.5
hh3cWriteConfig OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	INTEGER {save(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Write config to router."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 5 }

.1.3.6.1.4.1.25506.6.6
hh3cStartFtpServer OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Decide whether start ftp-server.enable(1) indicates to start ftp-server;
            disable(2) indicates to stop ftp-server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 6 }

.1.3.6.1.4.1.25506.6.7
hh3cReboot OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	INTEGER {normal(0), reboot(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"normal: do nothing.
            reboot: reboot the device.
            'normal' will be returned when getting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 7 }

.1.3.6.1.4.1.25506.6.8
hh3cSystemNotification OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 8 }

.1.3.6.1.4.1.25506.6.8.1
hh3cWriteSuccessTrap NOTIFICATION-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  DESCRIPTION	"Send a trap about write success."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotification(8) 1 }

.1.3.6.1.4.1.25506.6.8.2
hh3cWriteFailureTrap NOTIFICATION-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  DESCRIPTION	"Send a trap about write failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotification(8) 2 }

.1.3.6.1.4.1.25506.6.8.3
hh3cRebootSendTrap NOTIFICATION-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  DESCRIPTION	"If a user restarts the device with command
            'reboot', this trap will be sent two seconds
             before the device reboots."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotification(8) 3 }

.1.3.6.1.4.1.25506.6.8.4
hh3cSysColdStartTrap NOTIFICATION-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  OBJECTS	{ hh3cSysFirstTrapTime }
  DESCRIPTION	"System cold start trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotification(8) 4 }

.1.3.6.1.4.1.25506.6.8.5
hh3cSysWarmStartTrap NOTIFICATION-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  OBJECTS	{ hh3cSysFirstTrapTime }
  DESCRIPTION	"System warm start trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotification(8) 5 }

.1.3.6.1.4.1.25506.6.8.6
hh3cSysLoghostUnreachableTrap NOTIFICATION-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  OBJECTS	{ hh3cSysLoghostIndex, hh3cSysLoghostIpaddressType, hh3cSysLoghostIpaddress, hh3cSysLoghostTrapVpnName }
  DESCRIPTION	"This notification will be sent when a loghost becomes unreachable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotification(8) 6 }

.1.3.6.1.4.1.25506.6.8.7
hh3cSysDyingGaspTrap NOTIFICATION-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  DESCRIPTION	"This notification will be sent upon loss of power."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotification(8) 7 }

.1.3.6.1.4.1.25506.6.9
hh3cSoftwareVersion OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Software version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 9 }

.1.3.6.1.4.1.25506.6.10
hh3cSysBootType OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	INTEGER {coldStart(1), warmStart(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Boot type of the system, indicates whether the last device reboot was by
            CLI (warm start) or power off (cold start)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 10 }

.1.3.6.1.4.1.25506.6.11
hh3cSystemInfo OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 11 }

.1.3.6.1.4.1.25506.6.11.1
hh3cSysStatisticPeriod OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (0..900) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Statistic period.  The device collects statistics
             within the period."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 1 }

.1.3.6.1.4.1.25506.6.11.2
hh3cSysSamplePeriod OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (0..300) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Sampling period.  The device takes samples periodically
             for statistics collection."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 2 }

.1.3.6.1.4.1.25506.6.11.3
hh3cSysTrapResendPeriod OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (0..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Trap resending period.  If the value is zero, the trap
             will not be re-sent."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 3 }

.1.3.6.1.4.1.25506.6.11.4
hh3cSysTrapCollectionPeriod OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (0..60) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Trap collecting period.  If the value is zero, the trap
             will not be re-sent."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 4 }

.1.3.6.1.4.1.25506.6.11.5
hh3cSysSnmpPort OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"UDP port for SNMP protocol entity to receive messages except Trap-PDU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 5 }

.1.3.6.1.4.1.25506.6.11.6
hh3cSysSnmpTrapPort OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"UDP port for Trap-PDU to receive messages."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 6 }

.1.3.6.1.4.1.25506.6.11.7
hh3cSysNetID OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	OCTET STRING (0..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"System Net ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 7 }

.1.3.6.1.4.1.25506.6.11.8
hh3cSysLastSampleTime OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Last sampling time of the system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 8 }

.1.3.6.1.4.1.25506.6.11.9
hh3cSysTrapSendNum OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (0..24) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Maximum number of times for sending a trap.  If the value is zero,
            a trap will be sent at an interval continually."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 9 }

.1.3.6.1.4.1.25506.6.11.10
hh3cSysFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Time when the first trap is sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 10 }

.1.3.6.1.4.1.25506.6.11.11
hh3cSysBannerMOTD OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	OCTET STRING (0..2000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An administratively configured message that is displayed
             to the user when the user logs in to the device through
             the console port or Web interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemInfo(11) 11 }

.1.3.6.1.4.1.25506.6.12
hh3cSystemNotificationInfo OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 12 }

.1.3.6.1.4.1.25506.6.12.1
hh3cSysLoghostIndex OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Index of loghost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotificationInfo(12) 1 }

.1.3.6.1.4.1.25506.6.12.2
hh3cSysLoghostIpaddressType OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IP address type of the loghost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotificationInfo(12) 2 }

.1.3.6.1.4.1.25506.6.12.3
hh3cSysLoghostIpaddress OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IP address of the loghost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotificationInfo(12) 3 }

.1.3.6.1.4.1.25506.6.12.4
hh3cSysLoghostTrapVpnName OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..31) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"VPN name of the loghost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemNotificationInfo(12) 4 }

.1.3.6.1.4.1.25506.6.13
hh3cSystemDiagInfoTable OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to write diagnosis-information file."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 13 }

.1.3.6.1.4.1.25506.6.13.1
hh3cSystemDiagInfoEntry OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSystemDiagInfoIndex }
  DESCRIPTION	"The entry of hh3cSystemDiagInfoTable.
                        The maximum number of entries of this table is 10.
                        When creating a new entry if there are already
                        10 entries in this table, the oldest entry will be
                        deleted automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemDiagInfoTable(13) 1 }

.1.3.6.1.4.1.25506.6.13.1.1
hh3cSystemDiagInfoIndex OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Specifies the index of an entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemDiagInfoTable(13) hh3cSystemDiagInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.6.13.1.2
hh3cSystemDiagInfoFilename OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the name of diagnosis-information file.
                        When creating a row without this column, the system
                        will generate a default filename instead."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemDiagInfoTable(13) hh3cSystemDiagInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.6.13.1.3
hh3cSystemDiagInfoRowStatus OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this entry.
                        Only active, createAndGo, and destroy are supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemDiagInfoTable(13) hh3cSystemDiagInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.6.13.1.4
hh3cSystemDiagInfoOperEndTime OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time when this operation was completed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemDiagInfoTable(13) hh3cSystemDiagInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.6.13.1.5
hh3cSystemDiagInfoOperState OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	INTEGER {opInProgress(1), opSuccess(2), opFailure(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of this operation.
                        If the state of this operation is opFailure, the detailed
                        information can be read by hh3cSystemDiagInfoOperFailReason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemDiagInfoTable(13) hh3cSystemDiagInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.6.13.1.6
hh3cSystemDiagInfoOperFailReason OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The failure reasons of this operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemDiagInfoTable(13) hh3cSystemDiagInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.6.14
hh3cSystemWorkingMode OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) 14 }

.1.3.6.1.4.1.25506.6.14.1
hh3cSystemWorkingModeTable OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to show the system operating mode information.
                        The supported features and the specifications of the
                        supported features vary by system operating mode.
                        The mode will take effect on the entire device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemWorkingMode(14) 1 }

.1.3.6.1.4.1.25506.6.14.1.1
hh3cSystemWorkingModeEntry OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSystemWorkingModeIndex }
  DESCRIPTION	"The entry of hh3cSystemtemWorkingModeTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemWorkingMode(14) hh3cSystemWorkingModeTable(1) 1 }

.1.3.6.1.4.1.25506.6.14.1.1.1
hh3cSystemWorkingModeIndex OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The unique index of hh3cSystemWorkingModeTable.
                        The value should be a a small-incremental integer.
                        An index value uniquely identifies a system operating mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemWorkingMode(14) hh3cSystemWorkingModeTable(1) hh3cSystemWorkingModeEntry(1) 1 }

.1.3.6.1.4.1.25506.6.14.1.1.2
hh3cSystemWorkingModeName OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name that uniquely identifies the system operating mode.
                        The value should not contain blank spaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemWorkingMode(14) hh3cSystemWorkingModeTable(1) hh3cSystemWorkingModeEntry(1) 2 }

.1.3.6.1.4.1.25506.6.14.1.1.3
hh3cSystemWorkingModeDescr OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Description of the system operating mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemWorkingMode(14) hh3cSystemWorkingModeTable(1) hh3cSystemWorkingModeEntry(1) 3 }

.1.3.6.1.4.1.25506.6.14.2
hh3cSystemWorkingModeDefault OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The default system operating mode.
                        Different device devices might have different
                        default system operating modes.
                        The value is from hh3cSystemWorkingModeIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemWorkingMode(14) 2 }

.1.3.6.1.4.1.25506.6.14.3
hh3cSystemWorkingModeCurrent OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current system operating mode.
                        The value is from hh3cSystemWorkingModeIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemWorkingMode(14) 3 }

.1.3.6.1.4.1.25506.6.14.4
hh3cSystemWorkingModeNext OBJECT-TYPE
  -- FROM	HH3C-COMMON-SYSTEM-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The system operating mode to be used at next startup.
                        A mode change takes effect after the running
                        configuration is saved and the device is rebooted.
                        The value is from hh3cSystemWorkingModeIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSystem(6) hh3cSystemWorkingMode(14) 4 }

.1.3.6.1.4.1.25506.7
hh3cSNMPAgCpb OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 7 }

.1.3.6.1.4.1.25506.7.1
hh3cQosCapability OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-QOS-CAPABILITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) 1 }

.1.3.6.1.4.1.25506.7.1.1
hh3cQoSCapabilityMibObjects OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) 1 }

.1.3.6.1.4.1.25506.7.1.1.1
hh3cQoSCapabilityGroup OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) 1 }

.1.3.6.1.4.1.25506.7.1.1.1.1
hh3cQoSCapabilityTable OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of capability of QoS of system information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) 1 }

.1.3.6.1.4.1.25506.7.1.1.1.1.1
hh3cQoSCapabilityEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSCapabilityPhysicalType, hh3cQoSCapabilityPhysicalIndex, hh3cQoSModuleIndex, hh3cQoSCharacteristicsIndex }
  DESCRIPTION	"Capability of QoS information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSCapabilityTable(1) 1 }

.1.3.6.1.4.1.25506.7.1.1.1.1.1.1
hh3cQoSCapabilityPhysicalType OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  -- TEXTUAL CONVENTION CapabilityPhysicalType
  SYNTAX	INTEGER {stack(1), chassis(2), module(3), port(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The concentric device supports 'chassis' and 'port'.

                 The distributed device supports 'chassis',
                 'module' and 'port'.

                 The Intelligent Resilient Framework System supports
                 'stack', 'chassis', 'module' and 'port'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSCapabilityTable(1) hh3cQoSCapabilityEntry(1) 1 }

.1.3.6.1.4.1.25506.7.1.1.1.1.1.2
hh3cQoSCapabilityPhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of each physical entity.
                 If hh3cQoSCapabilityPhysicalType is 'stack',
                 the value of this object is 0.

                 If hh3cQoSCapabilityPhysicalType is 'chassis' and 'module',
                 the value of this object is equal to 'entPhysicalIndex',
                 which is defined by 'ENTITY-MIB'.

                 If hh3cQoSCapabilityPhysicalType is 'port',
                 the value of this object is equal to 'ifIndex',
                 which is defined by 'RFC1213-MIB'.
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSCapabilityTable(1) hh3cQoSCapabilityEntry(1) 2 }

.1.3.6.1.4.1.25506.7.1.1.1.1.1.3
hh3cQoSModuleIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The module index of QoS.
                 QoS module:
                     Index    Characteristic
                     1        car module
                     2        gts module
                     3        lr module
                     4        hardware queue management module
                     5        wred module
                     6        priority mapping table module
                     7        colored priority mapping table module
                     8        port priority module
                     9        qos policy module
                     10       qos interface generic module
                     11       flow template module
                     12       vqos and vacl module
                     13       statistic module
                     21       carl module
                     22       fifo module
                     23       pq module
                     24       cq module
                     25       wfq module
                     26       rtpq module
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSCapabilityTable(1) hh3cQoSCapabilityEntry(1) 3 }

.1.3.6.1.4.1.25506.7.1.1.1.1.1.4
hh3cQoSCharacteristicsIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The characteristics index of modules of QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSCapabilityTable(1) hh3cQoSCapabilityEntry(1) 4 }

.1.3.6.1.4.1.25506.7.1.1.1.1.1.5
hh3cQoSCharacteristicsValue OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The characteristics value of modules of QoS.
                 The type of value of characteristics.

                 car module:
                     Index  Characteristic  Value
                     1      car function    1, if supported.
                     2      match any       1, if supported.
                     3      match acl       If last 8 bits of this object are set to 1,
                                            it indicates that the match acl type is supported,
                                            bit 0 stands for IPv6 basic acl,
                                            bit 1 stands for IPv6 advanced acl,
                                            bit 2 stands for mac acl,
                                            bit 3 stands for user acl,
                                            bit 4 stands for IPv6 user acl,
                                            bit 5 stands for IPv6 simple acl,
                                            bit 6 stands for IPv4 basic acl,
                                            bit 7 stands for IPv4 advanced acl.
                     4      match carl      1, if supported.
                     5      green action    If last 10 bits of this object are set to 1,
                                            it indicates that the green action type is supported,
                                            bit 0 stands for continue,
                                            bit 1 stands for drop,
                                            bit 2 stands for transmit,
                                            bit 3 stands for setting prec,
                                            bit 4 stands for setting dscp,
                                            bit 5 stands for setting exp,
                                            bit 6 stands for setting atm clp,
                                            bit 7 stands for setting fr de,
                                            bit 8 stands for setting 802.1p,
                                            bit 9 stands for setting local precedence.
                     6      yellow action   If last 10 bits of this object are set to 1,
                                            it indicates that the yellow action type is supported,
                                            and the mask is same to green action.
                     7      red action      If last 10 bits of this object are set to 1,
                                            it indicates that the red action type is supported,
                                            and the mask is same to green action.
                     8      input           1, if supported.
                     9      output          1, if supported.
                     10     cir             1, if supported.
                     11     burst size      1, if supported.
                     12     excess burst size
                                            1, if supported.
                     13     pir             1, if supported.
                     14     default cir     The default value of cir(integer).
                     15     lower limit of cir
                                            The lower limit value of cir(integer).
                     16     upper limit of cir
                                            The upper limit value of cir(integer).
                     17     cir granularity
                                            The value of cir granularity(integer).
                     18     default pir     The default value of pir(integer).
                     19     lower limit of pir
                                            The lower limit value of cir(integer).
                     20     upper limit of pir
                                            The upper limit value of pir(integer).
                     21     pir granularity
                                            The value of pir granularity(integer).
                     22     default burst size
                                            The default value of burst siz"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSCapabilityTable(1) hh3cQoSCapabilityEntry(1) 5 }

.1.3.6.1.4.1.25506.7.1.1.1.2
hh3cQoSSysCapabilityTable OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of system capability of QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) 2 }

.1.3.6.1.4.1.25506.7.1.1.1.2.1
hh3cQoSSysCapabilityEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSSysCapModuleIndex, hh3cQoSSysCapCharacteristicsIndex }
  DESCRIPTION	"Capability of system QoS information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSSysCapabilityTable(2) 1 }

.1.3.6.1.4.1.25506.7.1.1.1.2.1.1
hh3cQoSSysCapModuleIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The module index of QoS.
                 QoS module:
                     Index    Characteristic
                     1        car module
                     2        gts module
                     3        lr module
                     4        hardware queue module
                     5        software queue module
                     6        wred module
                     7        priority mapping table module
                     8        port priority module
                     9        redirect&mirror module
                     10       mqc module
                     11       queue statistic module
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSSysCapabilityTable(2) hh3cQoSSysCapabilityEntry(1) 1 }

.1.3.6.1.4.1.25506.7.1.1.1.2.1.2
hh3cQoSSysCapCharacteristicsIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The system capability characteristics index of modules of QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSSysCapabilityTable(2) hh3cQoSSysCapabilityEntry(1) 2 }

.1.3.6.1.4.1.25506.7.1.1.1.2.1.3
hh3cQoSSysCapCharacteristicsValue OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system capability characteristics value of modules of QoS.

                 car module:
                     Index  Characteristic  Value
                     1      car function    1, if supported.
                     2      global car      If one of the last 3 bits of this object
                                            is set to 1, it indicates that global
                                            CAR is supported.
                                            bit 0 stands for aggregative CAR,
                                            bit 1 stands for hierarchy CAR,
                                            bit 2 stands for common global CAR.
                     3      mqc car         1, if supported.
                     4      mqc global car  bit 0 stands for application of aggregative
                                            CAR by MQC,
                                            bit 1 stands for application of hierarchy
                                            CAR by MQC.
                     5      if car          If one of the last 2 bits of this object
                                            is set to 1, it indicates that interface CAR
                                            is supported.
                                            bit 0 stands for normal CAR on interface,
                                            bit 1 stands for application of aggregative
                                            CAR on interface.
                     6      mqc car token   If one of the last 3 bits of this object
                                            is set to 1, it indicates that 3 token
                                            parameters are all supported.
                                            bit 0 stands for burst size,
                                            bit 1 stands for excess burst size,
                                            bit 2 stands for peak information rate.
                     7      aggregative car token
                                            If one of the last 3 bits of this object
                                            is set to 1, it indicates that 3 token
                                            parameters are all supported.
                                            bit 0 stands for burst size,
                                            bit 1 stands for excess burst size,
                                            bit 2 stands for peak information rate.
                     8      hierarchy car token
                                            If one of the last 3 bits of this object
                                            is set to 1, it indicates that 3 token
                                            parameters are all supported.
                                            bit 0 stands for burst size,
                                            bit 1 stands for excess burst size,
                                            bit 2 stands for peak information rate.
                     9      if car token    If one of the last 3 bits of this object
                                            is set to 1, it indicates that 3 token
                                            parameters are all supported.
                                            bit 0 stands for burst size,
                                            bit 1 stands for excess burst size,
                                            bit 2 stands for peak information rate.
                     10     mqc car green action
                                            If one of the last 10 bits of this object
                                            is set to 1, it indicates that green action
                                            is supported.
                                            bit 0 stands for continuing,
                                            bit 1 stands for dropping,
                                            bit 2 stands for transmitting,
                                            bit 3 stands for remarking IP precedence,
             "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSSysCapabilityTable(2) hh3cQoSSysCapabilityEntry(1) 3 }

.1.3.6.1.4.1.25506.7.1.1.1.3
hh3cQoSIfCapabilityTable OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of interface capability of QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) 3 }

.1.3.6.1.4.1.25506.7.1.1.1.3.1
hh3cQoSIfCapabilityEntry OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQoSIfCapIfIndex, hh3cQoSIfCapModuleIndex, hh3cQoSIfCapCharacteristicsIndex }
  DESCRIPTION	"Capability of interface QoS information entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSIfCapabilityTable(3) 1 }

.1.3.6.1.4.1.25506.7.1.1.1.3.1.1
hh3cQoSIfCapIfIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index of interface capability of QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSIfCapabilityTable(3) hh3cQoSIfCapabilityEntry(1) 1 }

.1.3.6.1.4.1.25506.7.1.1.1.3.1.2
hh3cQoSIfCapModuleIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The module index of interface capability of QoS.
                 QoS module:
                     Index    Characteristic
                     1        car module
                     2        gts module
                     3        lr module
                     4        hardware queue module
                     5        software queue module
                     6        wred module
                     7        priority mapping table module
                     8        port priority module
                     9        redirect&mirror module
                     10       mqc module
                     11       queue statistic module
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSIfCapabilityTable(3) hh3cQoSIfCapabilityEntry(1) 2 }

.1.3.6.1.4.1.25506.7.1.1.1.3.1.3
hh3cQoSIfCapCharacteristicsIndex OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface capability characteristics index of modules of QoS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSIfCapabilityTable(3) hh3cQoSIfCapabilityEntry(1) 3 }

.1.3.6.1.4.1.25506.7.1.1.1.3.1.4
hh3cQoSIfCapCharacteristicsValue OBJECT-TYPE
  -- FROM	HH3C-QOS-CAPABILITY-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface capability characteristics value of modules of QoS.

                 car module:
                     Index  Characteristic  Value
                     1      car function    1, if supported.
                     2      interface min cir
                                            The min value of interface committed
                                            information rate(integer).
                     3      interface max cir
                                            The max value of interface committed
                                            information rate(integer).
                     4      interface cir granularity
                                            The value of interface committed information
                                            rate granularity(integer).
                     5      interface min cbs
                                            The min value of interface burst size(integer).
                     6      interface max cbs
                                            The max value of interface burst size(integer).
                     7      interface cbs granularity
                                            The value of interface burst size granularity(integer).
                     8      interface min ebs
                                            The min value of interface excess burst
                                            size(integer).
                     9      interface max ebs
                                            The max value of interface excess burst
                                            size(integer).
                     10     interface ebs granularity
                                            The value of interface excess burst size
                                            granularity(integer).
                     11     interface min pir
                                            The min value of interface peak information
                                            rate(integer).
                     12     interface max pir
                                            The max value of interface peak information
                                            rate(integer).
                     13     interface pir granularity
                                            The value of interface peak information rate
                                            granularity(integer).

                 gts module:
                     Index  Characteristic  Value
                     1      gts function    1, if supported.
                     2      interface min cir
                                            The min value of interface committed information
                                            rate(integer).
                     3      interface max cir
                                            The max value of interface committed information
                                            rate(integer).
                     4      interface cir granularity
                                            The value of interface committed information
                                            rate granularity(integer).
                     5      interface min cbs
                                            The min value of interface burst size(integer).
                     6      interface max cbs
                                            The max value of interface burst size(integer).
                     7      interface cbs granularity
                                            The value of interface burst size granularity(integer).
                     8      interface min ebs
                                            The min value of interface excess burst
                                            size(integer).
                     9      interface max ebs
                                            The max value of interface excess burst
                                            size(integer).
                     10     interface ebs granularity
                                            The value of "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSNMPAgCpb(7) hh3cQosCapability(1) hh3cQoSCapabilityMibObjects(1) hh3cQoSCapabilityGroup(1) hh3cQoSIfCapabilityTable(3) hh3cQoSIfCapabilityEntry(1) 4 }

.1.3.6.1.4.1.25506.8
hh3cRhw OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 8 }

.1.3.6.1.4.1.25506.8.1
hh3cDHCPRelayMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DHCPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 1 }

.1.3.6.1.4.1.25506.8.1.1
hh3cDHCPRelayMibObject OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) 1 }

.1.3.6.1.4.1.25506.8.1.1.1
hh3cDHCPRIPTable OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring ip addresses for DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 1 }

.1.3.6.1.4.1.25506.8.1.1.1.1
hh3cDHCPRIPEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDHCPRIPAddr }
  DESCRIPTION	"An entry for configuring ip addresses for DHCP
                relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) hh3cDHCPRIPTable(1) 1 }

.1.3.6.1.4.1.25506.8.1.1.1.1.1
hh3cDHCPRIPAddr OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Ip address for DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) hh3cDHCPRIPTable(1) hh3cDHCPRIPEntry(1) 1 }

.1.3.6.1.4.1.25506.8.1.1.1.1.2
hh3cDHCPRIPRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
                createAndGo, destroy"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) hh3cDHCPRIPTable(1) hh3cDHCPRIPEntry(1) 2 }

.1.3.6.1.4.1.25506.8.1.1.2
hh3cDHCPRSeletAllocateModeTable OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for selecting allocation mode of dhcp
                service"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 2 }

.1.3.6.1.4.1.25506.8.1.1.2.1
hh3cDHCPRSeletAllocateModeEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry for configuring the allocation mode of
                DHCP service"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) hh3cDHCPRSeletAllocateModeTable(2) 1 }

.1.3.6.1.4.1.25506.8.1.1.2.1.1
hh3cDHCPRSelectAllocateMode OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	INTEGER {global(0), interface(1), relay(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Allocation mode of DHCP service"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) hh3cDHCPRSeletAllocateModeTable(2) hh3cDHCPRSeletAllocateModeEntry(1) 1 }

.1.3.6.1.4.1.25506.8.1.1.3
hh3cDHCPRelayCycleStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	INTEGER {on(0), off(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Status of DHCP relay cycle mode"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 3 }

.1.3.6.1.4.1.25506.8.1.1.4
hh3cDHCPRRxBadPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the bad packets received by
                DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 4 }

.1.3.6.1.4.1.25506.8.1.1.5
hh3cDHCPRRxServerPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets received from
                DHCP servers by DHCP relay module"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 5 }

.1.3.6.1.4.1.25506.8.1.1.6
hh3cDHCPRTxServerPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets transmited to
                DHCP servers by DHCP relay module"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 6 }

.1.3.6.1.4.1.25506.8.1.1.7
hh3cDHCPRRxClientPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets received form DHCP
                clients by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 7 }

.1.3.6.1.4.1.25506.8.1.1.8
hh3cDHCPRTxClientPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the brodcast packets transmited
                to DHCP clients by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 8 }

.1.3.6.1.4.1.25506.8.1.1.9
hh3cDHCPRTxClientUniPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the unicast packets received
                form DHCP clients by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 9 }

.1.3.6.1.4.1.25506.8.1.1.10
hh3cDHCPRTxClientBroPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the brodcast packets received
                form DHCP clients by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 10 }

.1.3.6.1.4.1.25506.8.1.1.11
hh3cDHCPRelayDiscoverPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Discover packets handled
                by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 11 }

.1.3.6.1.4.1.25506.8.1.1.12
hh3cDHCPRelayRequestPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Request packets handled
                by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 12 }

.1.3.6.1.4.1.25506.8.1.1.13
hh3cDHCPRelayDeclinePktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Decline packets handled
                by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 13 }

.1.3.6.1.4.1.25506.8.1.1.14
hh3cDHCPRelayReleasePktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Release packets handled
                by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 14 }

.1.3.6.1.4.1.25506.8.1.1.15
hh3cDHCPRelayInformPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Inform packets handled
                by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 15 }

.1.3.6.1.4.1.25506.8.1.1.16
hh3cDHCPRelayOfferPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Offer packets handled
                by DHCP server"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 16 }

.1.3.6.1.4.1.25506.8.1.1.17
hh3cDHCPRelayAckPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Ack packets handled
                by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 17 }

.1.3.6.1.4.1.25506.8.1.1.18
hh3cDHCPRelayNakPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Nak packets handled
                by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 18 }

.1.3.6.1.4.1.25506.8.1.1.19
hh3cDHCPRelayStatisticsReset OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
  SYNTAX	INTEGER {invalid(0), reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the above statictics information of handled
                packets by DHCP relay"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMibObject(1) 19 }

.1.3.6.1.4.1.25506.8.1.2
hh3cDHCPRelayMIBConformance OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) 2 }

.1.3.6.1.4.1.25506.8.1.2.1
hh3cDHCPRelayMIBCompliances OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMIBConformance(2) 1 }

.1.3.6.1.4.1.25506.8.1.2.2
hh3cDHCPRelayMIBGroups OBJECT-TYPE
  -- FROM	HH3C-DHCPR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMIBConformance(2) 2 }

.1.3.6.1.4.1.25506.8.1.2.2.1
hh3cDHCPRelayMIBGroup OBJECT-GROUP
  -- FROM	HH3C-DHCPR-MIB
  DESCRIPTION	"The basic collection of objects providing management of
                DHCP realy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPRelayMib(1) hh3cDHCPRelayMIBConformance(2) hh3cDHCPRelayMIBGroups(2) 1 }

.1.3.6.1.4.1.25506.8.2
hh3cDHCPServerMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DHCPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 2 }

.1.3.6.1.4.1.25506.8.2.1
hh3cDHCPServerMibObject OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) 1 }

.1.3.6.1.4.1.25506.8.2.1.1
hh3cDHCPSGlobalPoolTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for creating DHCP server global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.1.1
hh3cDHCPSGlobalPoolEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSGlobalPoolName }
  DESCRIPTION	"An entry containing objects for creating or
            deleting a global pool for the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolTable(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.1.1.1
hh3cDHCPSGlobalPoolName OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"DHCP server global pool name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolTable(1) hh3cDHCPSGlobalPoolEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.1.1.2
hh3cDHCPSGlobalPoolRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolTable(1) hh3cDHCPSGlobalPoolEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.2
hh3cDHCPSGlobalPoolConfigTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the configurations of dhcp
            server global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.2.1
hh3cDHCPSGlobalPoolConfigEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSGlobalPoolName }
  DESCRIPTION	"An entry containing the objects for configuring
            the network ip or host ip etc. to global pools for
            DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolConfigTable(2) 1 }

.1.3.6.1.4.1.25506.8.2.1.2.1.1
hh3cDHCPSGlobalPoolType OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {null(0), host(1), network(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Type of a DHCP global pool. Any operations of
            this object will be bound with the operations
            of hh3cDHCPSGlobalPoolNetwork, hh3cDHCPSGlobalPoolHostIPAddr,
            or hh3cDHCPSGlobalPoolHostHAddr.
            That means any operation of this object alone will
            be regarded as invalid operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolConfigTable(2) hh3cDHCPSGlobalPoolConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.2.1.2
hh3cDHCPSGlobalPoolNetwork OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Network ip of a DHCP global pool.
            To delete a configured network ip, please set
            hh3cDHCPSGlobalPoolConfigUndoFlag to 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolConfigTable(2) hh3cDHCPSGlobalPoolConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.2.1.3
hh3cDHCPSGlobalPoolNetworkMask OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Net mask of a DHCP global pool(network).
            The SET operation to this object ought to be with
            the SET of hh3cDHCPSGlobalPoolNetwork together, and
            any SET operation alone to this object will be
            regarded as an invalid operation.
            When a network ip of a DHCP global pool was
            deleted, the net mask would also be deleted
            automatically, and no further operation needed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolConfigTable(2) hh3cDHCPSGlobalPoolConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.2.1.4
hh3cDHCPSGlobalPoolHostIPAddr OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Host ip of a DHCP global pool.
            To delete a configured network ip, please set
            hh3cDHCPSGlobalPoolConfigUndoFlag to 2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolConfigTable(2) hh3cDHCPSGlobalPoolConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.8.2.1.2.1.5
hh3cDHCPSGlobalPoolHostMask OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Net mask of a DHCP global pool(host)
            The SET operation to this object ought to be with
            the SET of hh3cDHCPSGlobalPoolHostIPAddr together,
            and any SET operation alone to this object will be
            regarded as an invalid operation.
            When a host ip of a DHCP global pool was
            deleted, the net mask would also be deleted
            automatically, and no further operation needed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolConfigTable(2) hh3cDHCPSGlobalPoolConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.8.2.1.2.1.6
hh3cDHCPSGlobalPoolHostHAddr OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Hardware address of a DHCP global pool(host).
            To delete a configured hardware address, please
            set hh3cDHCPSGlobalPoolConfigUndoFlag to 3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolConfigTable(2) hh3cDHCPSGlobalPoolConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.8.2.1.2.1.7
hh3cDHCPSGlobalPoolConfigUndoFlag OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {undonetworkip(1), undohostip(2), undohosthaddr(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Flag of undo operation for hh3cDHCPSGlobalPoolConfigTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolConfigTable(2) hh3cDHCPSGlobalPoolConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.8.2.1.3
hh3cDHCPSGlobalPoolParaTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring parameters to DHCP global
            pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.3.1
hh3cDHCPSGlobalPoolParaEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSGlobalPoolName }
  DESCRIPTION	"An entry containing the objects for the
            configurations of parameters of DHCP global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) 1 }

.1.3.6.1.4.1.25506.8.2.1.3.1.1
hh3cDHCPSGlobalPoolLeaseDay OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (0..365) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of days of the lease."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.3.1.2
hh3cDHCPSGlobalPoolLeaseHour OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (0..23) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of hours of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.3.1.3
hh3cDHCPSGlobalPoolLeaseMinute OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (0..59) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of minutes of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.3.1.4
hh3cDHCPSGlobalPoolLeaseUnlimited OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {invalid(0), unlimited(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A flag denoting if the lease of a pool is
            unlimited."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 4 }

.1.3.6.1.4.1.25506.8.2.1.3.1.5
hh3cDHCPSGlobalPoolDomainName OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Domain name for DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 5 }

.1.3.6.1.4.1.25506.8.2.1.3.1.6
hh3cDHCPSGlobalPoolClientGatewayIPString OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"String of gateway ip addresses for DHCP clients.
            Since mostly 8 ip can be configured for a pool
            totally, a string is defined to get or configure 8 ip
            ip at a time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 6 }

.1.3.6.1.4.1.25506.8.2.1.3.1.7
hh3cDHCPSGlobalPoolClientGatewayIPUndo OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A gateway ip address to delete. This object is
            only for deleting a given ip of gateway router."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 7 }

.1.3.6.1.4.1.25506.8.2.1.3.1.8
hh3cDHCPSGlobalPoolClientDNSIPString OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"String of DNS server ip addresses for DHCP clients.
            Since mostly 8 ip can be configured for a pool
            totally, a string is defined to get or configure 8
            ip at a time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 8 }

.1.3.6.1.4.1.25506.8.2.1.3.1.9
hh3cDHCPSGlobalPoolClientDNSIPUndo OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A DNS server ip address to delete. This object
            is only for deleting a given ip of DNS server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 9 }

.1.3.6.1.4.1.25506.8.2.1.3.1.10
hh3cDHCPSGlobalPoolClientNetbiosType OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"NetBios node type for DHCP clients."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 10 }

.1.3.6.1.4.1.25506.8.2.1.3.1.11
hh3cDHCPSGlobalPoolClientNbnsIPString OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"String of NetBios server ip addresses for DHCP
            clients. Since mostly 8 ip can be configured for
            a pool totally, so a string is defined to get or
            configure 8 ip at a time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 11 }

.1.3.6.1.4.1.25506.8.2.1.3.1.12
hh3cDHCPSGlobalPoolClientNbnsIPUndo OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A NetBios server ip address to delete. This
            object is only for deleting a given ip of NetBios
            server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 12 }

.1.3.6.1.4.1.25506.8.2.1.3.1.13
hh3cDHCPSGlobalPoolParaUndoFlag OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {undoDomain(1), undoLease(2), undoGateway(3), undoDns(4), undoNbns(5), undoNbType(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Flag of undo-operation for hh3cDHCPSGlobalPoolParaTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 13 }

.1.3.6.1.4.1.25506.8.2.1.3.1.14
hh3cDHCPSGlobalPoolIPInUseReset OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the auto binding ip of the given global
            pool for DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolParaTable(3) hh3cDHCPSGlobalPoolParaEntry(1) 14 }

.1.3.6.1.4.1.25506.8.2.1.4
hh3cDHCPSGlobalPoolOptionTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring options to DHCP global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 4 }

.1.3.6.1.4.1.25506.8.2.1.4.1
hh3cDHCPSGlobalPoolOptionEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSGlobalPoolName, hh3cDHCPSGlobalPoolOptionCode }
  DESCRIPTION	"An entry containing the objects for configuring
            options to DHCP global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolOptionTable(4) 1 }

.1.3.6.1.4.1.25506.8.2.1.4.1.1
hh3cDHCPSGlobalPoolOptionCode OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (1..254) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Option code."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolOptionTable(4) hh3cDHCPSGlobalPoolOptionEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.4.1.2
hh3cDHCPSGlobalPoolOptionType OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {ascii(1), hex(2), ip(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Option type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolOptionTable(4) hh3cDHCPSGlobalPoolOptionEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.4.1.3
hh3cDHCPSGlobalPoolOptionAscii OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ascii string of an option."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolOptionTable(4) hh3cDHCPSGlobalPoolOptionEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.4.1.4
hh3cDHCPSGlobalPoolOptionHexString OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..143) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hex string of an option. 1st to 16th hex strings,
            which are 2 bytes, 4 bytes, 6 bytes or 8 bytes,
            can be configured at most simultaneously.
            That means the format of each string
            must be '12', '1234', '123456' or '12345678'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolOptionTable(4) hh3cDHCPSGlobalPoolOptionEntry(1) 4 }

.1.3.6.1.4.1.25506.8.2.1.4.1.5
hh3cDHCPSGlobalPoolOptionIPString OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ip string of an option. 1 to 8 ip addresses  can
            be configured at most simultaneously."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolOptionTable(4) hh3cDHCPSGlobalPoolOptionEntry(1) 5 }

.1.3.6.1.4.1.25506.8.2.1.4.1.6
hh3cDHCPSGlobalPoolOptionRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalPoolOptionTable(4) hh3cDHCPSGlobalPoolOptionEntry(1) 6 }

.1.3.6.1.4.1.25506.8.2.1.5
hh3cDHCPSGlobalTreeTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the information of the tree of
            DHCP global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 5 }

.1.3.6.1.4.1.25506.8.2.1.5.1
hh3cDHCPSGlobalTreeEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSGlobalPoolName }
  DESCRIPTION	"An entry of objects containing the information
            for displaying the tree of DHCP global pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalTreeTable(5) 1 }

.1.3.6.1.4.1.25506.8.2.1.5.1.1
hh3cDHCPSGlobalTreeParentNodeName OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Pool name of the parent node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalTreeTable(5) hh3cDHCPSGlobalTreeEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.5.1.2
hh3cDHCPSGlobalTreeChildNodeName OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Pool name of the child node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalTreeTable(5) hh3cDHCPSGlobalTreeEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.5.1.3
hh3cDHCPSGlobalTreePreSiblingNodeName OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Pool name of the presibling node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalTreeTable(5) hh3cDHCPSGlobalTreeEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.5.1.4
hh3cDHCPSGlobalTreeSiblingNodeName OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Pool name of the sibling node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSGlobalTreeTable(5) hh3cDHCPSGlobalTreeEntry(1) 4 }

.1.3.6.1.4.1.25506.8.2.1.6
hh3cDHCPSInterfacePoolParaTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring parameters to DHCP interface
            pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 6 }

.1.3.6.1.4.1.25506.8.2.1.6.1
hh3cDHCPSInterfacePoolParaEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"An entry of objects for configuring parameters
            to DHCP interface pools.
            The index of this entry is the ifIndex of ethernet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) 1 }

.1.3.6.1.4.1.25506.8.2.1.6.1.1
hh3cDHCPSInterfacePoolLeaseDay OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (0..365) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of days of the lease."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.6.1.2
hh3cDHCPSInterfacePoolLeaseHour OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (0..23) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of hours of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.6.1.3
hh3cDHCPSInterfacePoolLeaseMinute OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (0..59) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of minutes of the lease."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.6.1.4
hh3cDHCPSInterfacePoolLeaseUnlimited OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {invalid(0), unlimited(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A flag denoting if the lease of a pool is
            unlimited."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 4 }

.1.3.6.1.4.1.25506.8.2.1.6.1.5
hh3cDHCPSInterfacePoolDomainName OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Domain name for DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 5 }

.1.3.6.1.4.1.25506.8.2.1.6.1.6
hh3cDHCPSInterfacePoolClientDNSIPString OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"String of DNS server ip addresses for DHCP clients.
            Since mostly 8 ip can be configured for a pool
            totally, a string is defined to get or configure 8
            ip at a time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 6 }

.1.3.6.1.4.1.25506.8.2.1.6.1.7
hh3cDHCPSInterfacePoolClientDNSIPUndo OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A DNS server ip address to delete. This object
            is only for deleting a given ip of DNS server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 7 }

.1.3.6.1.4.1.25506.8.2.1.6.1.8
hh3cDHCPSInterfacePoolClientNetbiosType OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"NetBios node type for DHCP clients."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 8 }

.1.3.6.1.4.1.25506.8.2.1.6.1.9
hh3cDHCPSInterfacePoolClientNbnsIPString OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"String of NetBios server ip addresses for DHCP
            clients. Since mostly 8 ip can be configured for
            a pool totally, so a string is defined to get or
            configure 8 ip at a time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 9 }

.1.3.6.1.4.1.25506.8.2.1.6.1.10
hh3cDHCPSInterfacePoolClientNbnsIPUndo OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A NetBios server ip address to delete. This
            object is only for deleting a given ip of NetBios
            server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 10 }

.1.3.6.1.4.1.25506.8.2.1.6.1.11
hh3cDHCPSInterfacePoolParaUndoFlag OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {undoDomain(1), undoLease(2), undoDns(4), undoNbns(5), undoNbType(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Flag of undo-operation for
            hh3cDHCPSInterfacePoolParaTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 11 }

.1.3.6.1.4.1.25506.8.2.1.6.1.12
hh3cDHCPSInterfacePoolIPInUseReset OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the auto binding ip of the given interface
            pool for DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolParaTable(6) hh3cDHCPSInterfacePoolParaEntry(1) 12 }

.1.3.6.1.4.1.25506.8.2.1.7
hh3cDHCPSInterfacePoolOptionTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring options to DHCP interface pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 7 }

.1.3.6.1.4.1.25506.8.2.1.7.1
hh3cDHCPSInterfacePoolOptionEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDHCPSInterfacePoolOptionCode }
  DESCRIPTION	"An entry of objects for configuring options
            to DHCP interface pools.
            The index of this entry is the ifIndex of ethernet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolOptionTable(7) 1 }

.1.3.6.1.4.1.25506.8.2.1.7.1.1
hh3cDHCPSInterfacePoolOptionCode OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (1..254) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Option Code."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolOptionTable(7) hh3cDHCPSInterfacePoolOptionEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.7.1.2
hh3cDHCPSInterfacePoolOptionType OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {ascii(1), hex(2), ip(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Option type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolOptionTable(7) hh3cDHCPSInterfacePoolOptionEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.7.1.3
hh3cDHCPSInterfacePoolOptionAscii OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..63) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ascii string of an option."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolOptionTable(7) hh3cDHCPSInterfacePoolOptionEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.7.1.4
hh3cDHCPSInterfacePoolOptionHexString OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..143) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hex string of an option. 1st to 16th hex strings,
            which are 2 bytes, 4 bytes, 6 bytes or 8 bytes,
            can be configured at most simultaneously.
            That means the format of each string
            must be '12', '1234', '123456' or '12345678'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolOptionTable(7) hh3cDHCPSInterfacePoolOptionEntry(1) 4 }

.1.3.6.1.4.1.25506.8.2.1.7.1.5
hh3cDHCPSInterfacePoolOptionIPString OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (0..129) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ip string of an option. 1 to 8 ip addresses  can
            be configured at most simultaneously."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolOptionTable(7) hh3cDHCPSInterfacePoolOptionEntry(1) 5 }

.1.3.6.1.4.1.25506.8.2.1.7.1.6
hh3cDHCPSInterfacePoolOptionRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolOptionTable(7) hh3cDHCPSInterfacePoolOptionEntry(1) 6 }

.1.3.6.1.4.1.25506.8.2.1.8
hh3cDHCPSInterfacePoolStaticBindTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring static binding to DHCP
            interface pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 8 }

.1.3.6.1.4.1.25506.8.2.1.8.1
hh3cDHCPSInterfacePoolStaticBindEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cDHCPSInterfacePoolStaticBindIP }
  DESCRIPTION	"An entry of objects for configuring static
            binding to DHCP interface pools.
            The index of this entry is the ifIndex of ethernet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolStaticBindTable(8) 1 }

.1.3.6.1.4.1.25506.8.2.1.8.1.1
hh3cDHCPSInterfacePoolStaticBindIP OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Ip address in static binding for DHCP
            interface pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolStaticBindTable(8) hh3cDHCPSInterfacePoolStaticBindEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.8.1.2
hh3cDHCPSInterfacePoolStaticBindMac OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Hardware address in static binding for DHCP
            interface pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolStaticBindTable(8) hh3cDHCPSInterfacePoolStaticBindEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.8.1.3
hh3cDHCPSInterfacePoolStaticBindRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSInterfacePoolStaticBindTable(8) hh3cDHCPSInterfacePoolStaticBindEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.9
hh3cDHCPSIPInUseTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"A table for displaying the information of ip in use
            for DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 9 }

.1.3.6.1.4.1.25506.8.2.1.9.1
hh3cDHCPSIPInUseEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ hh3cDHCPSIPInUseHAddr }
  DESCRIPTION	"An entry of objects for displaying information
            of ip in use for DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseTable(9) 1 }

.1.3.6.1.4.1.25506.8.2.1.9.1.1
hh3cDHCPSIPInUseHAddr OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"Hardware address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseTable(9) hh3cDHCPSIPInUseEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.9.1.2
hh3cDHCPSIPInUseIP OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"Ip address in use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseTable(9) hh3cDHCPSIPInUseEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.9.1.3
hh3cDHCPSIPInUseEndLease OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"End time of lease.
            The structure of the OCTET STRING is
            month/day/year hour:munite:second --
            MM/DD/YYYY hh:mm:ss. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseTable(9) hh3cDHCPSIPInUseEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.9.1.4
hh3cDHCPSIPInUseType OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {manual(1), auto(2), release(3)} 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"Type of binding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseTable(9) hh3cDHCPSIPInUseEntry(1) 4 }

.1.3.6.1.4.1.25506.8.2.1.9.1.5
hh3cDHCPSIPInUsePoolName OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"Name of the DHCP server pool the ip belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseTable(9) hh3cDHCPSIPInUseEntry(1) 5 }

.1.3.6.1.4.1.25506.8.2.1.9.1.6
hh3cDHCPSIPInUseInterface OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"Interface index information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseTable(9) hh3cDHCPSIPInUseEntry(1) 6 }

.1.3.6.1.4.1.25506.8.2.1.9.1.7
hh3cDHCPSIPInUseVlan OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (1..4094) 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"Vlan information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseTable(9) hh3cDHCPSIPInUseEntry(1) 7 }

.1.3.6.1.4.1.25506.8.2.1.9.1.8
hh3cDHCPSIPInUseAtmpvc OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"Pvc information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseTable(9) hh3cDHCPSIPInUseEntry(1) 8 }

.1.3.6.1.4.1.25506.8.2.1.10
hh3cDHCPSForbiddenIPTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for configuring forbidden ip to DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 10 }

.1.3.6.1.4.1.25506.8.2.1.10.1
hh3cDHCPSForbiddenIPEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSForbiddenIPStart, hh3cDHCPSForbiddenIPEnd }
  DESCRIPTION	"An entry for configuring forbidden ip to DHCP
            server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSForbiddenIPTable(10) 1 }

.1.3.6.1.4.1.25506.8.2.1.10.1.1
hh3cDHCPSForbiddenIPStart OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Start ip of forbidden ip."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSForbiddenIPTable(10) hh3cDHCPSForbiddenIPEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.10.1.2
hh3cDHCPSForbiddenIPEnd OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"End ip of forbidden ip."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSForbiddenIPTable(10) hh3cDHCPSForbiddenIPEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.10.1.3
hh3cDHCPSForbiddenIPRowStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
            createAndGo, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSForbiddenIPTable(10) hh3cDHCPSForbiddenIPEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.11
hh3cDHCPSConflictIPTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for displaying the information of conflict
            ip for DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 11 }

.1.3.6.1.4.1.25506.8.2.1.11.1
hh3cDHCPSConflictIPEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSConflictIP }
  DESCRIPTION	"An entry for displaying the information of
            conflict ip for DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSConflictIPTable(11) 1 }

.1.3.6.1.4.1.25506.8.2.1.11.1.1
hh3cDHCPSConflictIP OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Conflict ip."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSConflictIPTable(11) hh3cDHCPSConflictIPEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.11.1.2
hh3cDHCPSConflictIPType OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {ping(1), arp(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the detection of conflict ip."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSConflictIPTable(11) hh3cDHCPSConflictIPEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.11.1.3
hh3cDHCPSConflictIPDetectTime OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Time when the conflict is detected.
            The structure of the OCTET STRING is
            month/day/year hour:munite:second --
            MM/DD/YYYY hh:mm:ss."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSConflictIPTable(11) hh3cDHCPSConflictIPEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.12
hh3cDHCPSServiceStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION Hh3cDhcpSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(0)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of DHCP service."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 12 }

.1.3.6.1.4.1.25506.8.2.1.13
hh3cDHCPSDetectingServerStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION Hh3cDhcpSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(0)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of DHCP servers detecting function."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 13 }

.1.3.6.1.4.1.25506.8.2.1.14
hh3cDHCPSPingNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (0..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of ping packets sent out."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 14 }

.1.3.6.1.4.1.25506.8.2.1.15
hh3cDHCPSPingTimeout OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (0..10000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The delay for the reply of a ping packet.
            Unit: millisecond."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 15 }

.1.3.6.1.4.1.25506.8.2.1.16
hh3cDHCPSWriteDataStatus OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION Hh3cDhcpSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(0)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of the function writing data to the
            harddisk."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 16 }

.1.3.6.1.4.1.25506.8.2.1.17
hh3cDHCPSWriteDataDirection OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The direction of writing data to a harddisk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 17 }

.1.3.6.1.4.1.25506.8.2.1.18
hh3cDHCPSWriteDataDelay OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (300..86400) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The allowable delay of writing data to the
            harddisk. Unit: second."
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 18 }

.1.3.6.1.4.1.25506.8.2.1.19
hh3cDHCPSWriteDataRecover OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION Hh3cDhcpSEnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(0)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The flag used to recover DHCP data with the data on
            the harddisk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 19 }

.1.3.6.1.4.1.25506.8.2.1.20
hh3cDHCPSIPInUseResetIP OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An ip in use that will be cleared. 0 returned for SET
            operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 20 }

.1.3.6.1.4.1.25506.8.2.1.21
hh3cDHCPSConflictIPResetIP OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A conflict ip that will be cleared. 0 returned for
            SET operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 21 }

.1.3.6.1.4.1.25506.8.2.1.22
hh3cDHCPSIPResetFlag OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {invalid(0), ipInUse(1), conflictIp(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A flag that descript the reset operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 22 }

.1.3.6.1.4.1.25506.8.2.1.23
hh3cDHCPSGlobalPoolNumber OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of DHCP server global-pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 23 }

.1.3.6.1.4.1.25506.8.2.1.24
hh3cDHCPSGlobalPoolAutoBindingNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of auto binding ip in DHCP server global-pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 24 }

.1.3.6.1.4.1.25506.8.2.1.25
hh3cDHCPSGlobalPoolManualBindingNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of manual binding ip in DHCP
            server global-pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 25 }

.1.3.6.1.4.1.25506.8.2.1.26
hh3cDHCPSGlobalPoolExpiredBindingNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of expired binding ip in DHCP
            server global-pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 26 }

.1.3.6.1.4.1.25506.8.2.1.27
hh3cDHCPSInterfacePoolNumber OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of DHCP server interface-pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 27 }

.1.3.6.1.4.1.25506.8.2.1.28
hh3cDHCPSInterfacePoolAutoBindingNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of auto binding ip in DHCP server
            interface-pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 28 }

.1.3.6.1.4.1.25506.8.2.1.29
hh3cDHCPSInterfacePoolManualBindingNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of manual binding ip in DHCP server
            interface-pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 29 }

.1.3.6.1.4.1.25506.8.2.1.30
hh3cDHCPSInterfacePoolExpiredBindingNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of expired binding ip in DHCP server
            interface-pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 30 }

.1.3.6.1.4.1.25506.8.2.1.31
hh3cDHCPSBadPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the bad packets received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 31 }

.1.3.6.1.4.1.25506.8.2.1.32
hh3cDHCPSBootRequestPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets received by DHCP
            Server from DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 32 }

.1.3.6.1.4.1.25506.8.2.1.33
hh3cDHCPSDiscoverPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Discover packets
            received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 33 }

.1.3.6.1.4.1.25506.8.2.1.34
hh3cDHCPSRequestPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Request packets
            received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 34 }

.1.3.6.1.4.1.25506.8.2.1.35
hh3cDHCPSDeclinePktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Decline packets
            received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 35 }

.1.3.6.1.4.1.25506.8.2.1.36
hh3cDHCPSReleasePktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Release packets
            received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 36 }

.1.3.6.1.4.1.25506.8.2.1.37
hh3cDHCPSInformPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Inform packets
            received from the DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 37 }

.1.3.6.1.4.1.25506.8.2.1.38
hh3cDHCPSBootReplyPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the packets sent by DHCP server
            to DHCP clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 38 }

.1.3.6.1.4.1.25506.8.2.1.39
hh3cDHCPSOfferPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Offer packets
            sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 39 }

.1.3.6.1.4.1.25506.8.2.1.40
hh3cDHCPSAckPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Ack packets
            sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 40 }

.1.3.6.1.4.1.25506.8.2.1.41
hh3cDHCPSNakPktNum OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of the DHCP Nak packets
            sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 41 }

.1.3.6.1.4.1.25506.8.2.1.42
hh3cDHCPSStatisticsReset OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reset the above statistic information of packets
            received and sent by the DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 42 }

.1.3.6.1.4.1.25506.8.2.1.43
hh3cDHCPSIPInUseExTable OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for displaying the information of ip in use
            for DHCP Server pools. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) 43 }

.1.3.6.1.4.1.25506.8.2.1.43.1
hh3cDHCPSIPInUseExEntry OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDHCPSIPInUseHAddrEx, hh3cDHCPSIPInUseVlanIdEx }
  DESCRIPTION	"An entry of objects for displaying information
            of ip in use for DHCP server pools."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) 1 }

.1.3.6.1.4.1.25506.8.2.1.43.1.1
hh3cDHCPSIPInUseHAddrEx OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Hardware address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) hh3cDHCPSIPInUseExEntry(1) 1 }

.1.3.6.1.4.1.25506.8.2.1.43.1.2
hh3cDHCPSIPInUseVlanIdEx OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (1..4094 | 60000) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"User's vlanID.
            60000 means that a client doesn't have vlanID or have an
            invalid vlanID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) hh3cDHCPSIPInUseExEntry(1) 2 }

.1.3.6.1.4.1.25506.8.2.1.43.1.3
hh3cDHCPSIPInUseIPEx OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Ip address in use."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) hh3cDHCPSIPInUseExEntry(1) 3 }

.1.3.6.1.4.1.25506.8.2.1.43.1.4
hh3cDHCPSIPInUseEndLeaseEx OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"End time of lease.
            The structure of the OCTET STRING is
            month/day/year hour:munite:second --
            MM/DD/YYYY hh:mm:ss."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) hh3cDHCPSIPInUseExEntry(1) 4 }

.1.3.6.1.4.1.25506.8.2.1.43.1.5
hh3cDHCPSIPInUseTypeEx OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER {manual(1), auto(2), release(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of binding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) hh3cDHCPSIPInUseExEntry(1) 5 }

.1.3.6.1.4.1.25506.8.2.1.43.1.6
hh3cDHCPSIPInUsePoolNameEx OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of the DHCP server pool the ip belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) hh3cDHCPSIPInUseExEntry(1) 6 }

.1.3.6.1.4.1.25506.8.2.1.43.1.7
hh3cDHCPSIPInUseIfIndexEx OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interface index information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) hh3cDHCPSIPInUseExEntry(1) 7 }

.1.3.6.1.4.1.25506.8.2.1.43.1.8
hh3cDHCPSIPInUseServerPortVlanIdEx OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER (1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Vlan information of port on server through
             which the client user accesses server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) hh3cDHCPSIPInUseExEntry(1) 8 }

.1.3.6.1.4.1.25506.8.2.1.43.1.9
hh3cDHCPSIPInUseAtmpvcEx OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Pvc information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMibObject(1) hh3cDHCPSIPInUseExTable(43) hh3cDHCPSIPInUseExEntry(1) 9 }

.1.3.6.1.4.1.25506.8.2.2
hh3cDHCPServerMIBConformance OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) 2 }

.1.3.6.1.4.1.25506.8.2.2.1
hh3cDHCPServerMIBCompliances OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMIBConformance(2) 1 }

.1.3.6.1.4.1.25506.8.2.2.2
hh3cDHCPServerMIBGroups OBJECT-TYPE
  -- FROM	HH3C-DHCPS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMIBConformance(2) 2 }

.1.3.6.1.4.1.25506.8.2.2.2.1
hh3cDHCPServerMIBGroup OBJECT-GROUP
  -- FROM	HH3C-DHCPS-MIB
  DESCRIPTION	"The basic collection of objects providing management of
            DHCP server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDHCPServerMib(2) hh3cDHCPServerMIBConformance(2) hh3cDHCPServerMIBGroups(2) 1 }

.1.3.6.1.4.1.25506.8.3
hh3cNqa OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-NQA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 3 }

.1.3.6.1.4.1.25506.8.3.1
hh3cNqaObjects OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) 1 }

.1.3.6.1.4.1.25506.8.3.1.1
hh3cNqaMIBVersion OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Version string of this MIB.
        The format will be: 'Version.Release.Patch: Description'
        An instance likes: '1.0.0: Initial NQA MIB'
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.2
hh3cNqaCtlTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the NQA Control Extend Table for providing, via SNMP,
        the capability of performing network analysis operations at a
        remote host."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.2.1
hh3cNqaCtlEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ pingCtlEntry }
  DESCRIPTION	"Defines an entry in the hh3cNqaCtlTable. The operation of this
        table is same as that of pingResultsTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) 1 }

.1.3.6.1.4.1.25506.8.3.1.2.1.1
hh3cNqaCtlTargetPort OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32 (0..65536) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination port that may be used by udpEcho,
        tcpConnect and jitter probes."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.2.1.2
hh3cNqaCtlSourcePort OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32 (0..65536) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source port that may be used by all tests except
        for dns and dlsw.
        If no source port is specified, system will create
        a random port as source port."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.2.1.3
hh3cNqaCtlTTL OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the value to store in the TTL Field in the IP packet used to
        encapsulate the NQA probe."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.2.1.4
hh3cNqaCtlJitterAdminInterval OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32 (0..60000) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Time value in milliseconds that is an interval between two continuous
        probes in jitter test.

        This object is only used by jitter test."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.2.1.5
hh3cNqaCtlJitterAdminNumPackets OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Packet number that specifies how many packets will be sent in
        one jitter test.

        This object is only used by jitter test."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.2.1.6
hh3cNqaCtlHttpOperationType OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {get(1), post(2), raw(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Http operation type: get, post or raw."
  DEFVAL	{ get }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 6 }

.1.3.6.1.4.1.25506.8.3.1.2.1.7
hh3cNqaCtlHttpOperationString OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..1023) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Http operation string. For example, if the http operation type is get,
        the string will be url, home page and http version."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 7 }

.1.3.6.1.4.1.25506.8.3.1.2.1.8
hh3cNqaCtlFtpOperationType OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {get(1), put(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ftp operation type."
  DEFVAL	{ get }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 8 }

.1.3.6.1.4.1.25506.8.3.1.2.1.9
hh3cNqaCtlFtpUsername OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ftp username."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 9 }

.1.3.6.1.4.1.25506.8.3.1.2.1.10
hh3cNqaCtlFtpPassword OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ftp password."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 10 }

.1.3.6.1.4.1.25506.8.3.1.2.1.11
hh3cNqaCtlFtpOperationString OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Ftp operation string. If the ftp operation type is get,
        the string must be the file name which will be gotten from ftp server."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 11 }

.1.3.6.1.4.1.25506.8.3.1.2.1.12
hh3cNqaCtlVPNInstance OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VPN name by which system finds route in the specified VPN
        to send NQA probe packets."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 12 }

.1.3.6.1.4.1.25506.8.3.1.2.1.13
hh3cNqaCtlHistoryKeptTime OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32 (1..1440) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"To indicate how long the history records will be saved
        in the pingProbeHistoryTable table after the test stopped."
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 13 }

.1.3.6.1.4.1.25506.8.3.1.2.1.14
hh3cNqaCtlHistoryEnable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"To indicate whether the history should be recorded in the
        PingProbeHistoryTable or not.
            enabled(1)   --history will be recorded
            disabled(2)  --history will not be recorded."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 14 }

.1.3.6.1.4.1.25506.8.3.1.2.1.15
hh3cNqaCtlICPIFAdvFactor OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The advantage factor depends on the type of access and how the service
        is to be used. This object will be used while calculating the ICPIF
        (Calculated Planning Impairment Factor) values.  This is applicable
        only for the jitter probe.

        Suggestion values:

        |-----------------------------------|-------|
        |          Service                  |factor |
        |-----------------------------------|-------|
        |conventional wire-line             |  0    |
        |-----------------------------------|-------|
        |mobility within Building           |  5    |
        |-----------------------------------|-------|
        |mobility within geographical area  |  10   |
        |-----------------------------------|-------|
        |access to hard-to-reach location   |  20   |
        |-----------------------------------|-------|
        "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 15 }

.1.3.6.1.4.1.25506.8.3.1.2.1.16
hh3cNqaCtlCodecType OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {notDefined(1), g711Alaw(2), g711Ulaw(3), g729A(4), icmpTimestamp(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"To indicate the codec type to be used with jitter probe. This is
        applicable only for the jitter probe."
  DEFVAL	{ notDefined }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaCtlTable(2) hh3cNqaCtlEntry(1) 16 }

.1.3.6.1.4.1.25506.8.3.1.3
hh3cNqaResultsTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the NQA Results Extend Table for providing
        the capability of performing NQA operations at a remote
        host. The results of these operations are stored in the
        hh3cNqaResultsTable. The operation of this table is same
        as that of pingResultsTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.3.1
hh3cNqaResultsEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pingCtlOwnerIndex, pingCtlTestName }
  DESCRIPTION	"The operation of this table is same as that of pingResultsTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) 1 }

.1.3.6.1.4.1.25506.8.3.1.3.1.1
hh3cNqaResultsRttNumDisconnects OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a NQA probe failed because
        the destination became disconnected.

        For connectionless protocol pingCtlTypes, this number should be
        zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.3.1.2
hh3cNqaResultsRttTimeouts OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a NQA probe failed because the
        probe timed out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.3.1.3
hh3cNqaResultsRttBusies OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a NQA probe failed because all
         NQA tasks have been running.

        If a new probe fails to start, the value of this object
        is incremented. The next test will not start until the
        next Frequency."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.3.1.4
hh3cNqaResultsRttNoConnections OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a NQA probe failed because the probe
        destination is unavailable.

        For connectionless protocol pingCtlTypes, this number should be
        zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.3.1.5
hh3cNqaResultsRttDrops OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a NQA operation failed to initiated
        for unavailibility of necessary internal resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.3.1.6
hh3cNqaResultsRttSequenceErrors OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets arrived out of sequence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 6 }

.1.3.6.1.4.1.25506.8.3.1.3.1.7
hh3cNqaResultsRttStatsErrors OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of some other errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 7 }

.1.3.6.1.4.1.25506.8.3.1.3.1.8
hh3cNqaResultsMaxDelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximal delay from source device to destination device.
         Currently this value is only used for jitter test, and this
         value must be 0 in other type test. In jitter test, if
         destination system time is not valid, the SD delay may be set 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 8 }

.1.3.6.1.4.1.25506.8.3.1.3.1.9
hh3cNqaResultsMaxDelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximal delay from destination device to source device.
         Currently this value is only used for jitter test, and this
         value is 0 in other type test. In jitter test, if destination
         system time is not valid, the DS delay may be set 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 9 }

.1.3.6.1.4.1.25506.8.3.1.3.1.10
hh3cNqaResultsLostPacketRatio OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object reflects the drop rate of NQA test.
         For example, this value is 30 that means source device only
         had received 70% packets of total sent packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 10 }

.1.3.6.1.4.1.25506.8.3.1.3.1.11
hh3cNqaResultsPacketLateArrival OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object indicates the number of the packets that
        arrived after the timeout."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 11 }

.1.3.6.1.4.1.25506.8.3.1.3.1.12
hh3cNqaResultsRttSum OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum of round trip time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 12 }

.1.3.6.1.4.1.25506.8.3.1.3.1.13
hh3cNqaResultsNumOfDelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of delay from source to destination that are
        successfully measured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 13 }

.1.3.6.1.4.1.25506.8.3.1.3.1.14
hh3cNqaResultsMinDelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum of all one way times from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 14 }

.1.3.6.1.4.1.25506.8.3.1.3.1.15
hh3cNqaResultsSumDelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum of one way times from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 15 }

.1.3.6.1.4.1.25506.8.3.1.3.1.16
hh3cNqaResultsSum2DelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum of squares of one way times from source to  destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 16 }

.1.3.6.1.4.1.25506.8.3.1.3.1.17
hh3cNqaResultsNumOfDelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of delay from destination to source that are
        successfully measured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 17 }

.1.3.6.1.4.1.25506.8.3.1.3.1.18
hh3cNqaResultsMinDelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum of all one way times from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 18 }

.1.3.6.1.4.1.25506.8.3.1.3.1.19
hh3cNqaResultsSumDelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum of one way times from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 19 }

.1.3.6.1.4.1.25506.8.3.1.3.1.20
hh3cNqaResultsSum2DelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum of squares of one way times from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaResultsTable(3) hh3cNqaResultsEntry(1) 20 }

.1.3.6.1.4.1.25506.8.3.1.4
hh3cNqaJitterStatsTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Statistics table for latest jitter activity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.4.1
hh3cNqaJitterStatsEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pingCtlOwnerIndex, pingCtlTestName }
  DESCRIPTION	"An entry contains the statistics for the latest jitter activity.
        This entry is created only if the pingCtlType is hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) 1 }

.1.3.6.1.4.1.25506.8.3.1.4.1.1
hh3cNqaJitterStatsNumOfRTT OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received destination device responses with which
        jitter test can reach round-trip time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.4.1.2
hh3cNqaJitterStatsMinOfPositivesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimal positive jitter value from
        source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.4.1.3
hh3cNqaJitterStatsMaxOfPositivesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximal positive jitter value from
        source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.4.1.4
hh3cNqaJitterStatsNumOfPositivesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number that records positive jitter times from source to
        destination in the jitter test.
        The total number of the value of all positive jitters in packets
        sent from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.4.1.5
hh3cNqaJitterStatsSumOfPositivesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of positive jitter values from
        source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.4.1.6
hh3cNqaJitterStatsSum2PositivesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of square of positive jitter
        values from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 6 }

.1.3.6.1.4.1.25506.8.3.1.4.1.7
hh3cNqaJitterStatsMinOfNegativesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimal absolute values of
        negative jitter value from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 7 }

.1.3.6.1.4.1.25506.8.3.1.4.1.8
hh3cNqaJitterStatsMaxOfNegativesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximal absolute values of negative
        jitter value from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 8 }

.1.3.6.1.4.1.25506.8.3.1.4.1.9
hh3cNqaJitterStatsNumOfNegativesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number that records negative jitter times from source to
        destination in the jitter test.
        The total number of all negative jitter values in packets
        sent from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 9 }

.1.3.6.1.4.1.25506.8.3.1.4.1.10
hh3cNqaJitterStatsSumOfNegativesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of negative jitter values from
        source to destination in the jitter test.
        The total number of the value of all negative jitters in packets
        sent from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 10 }

.1.3.6.1.4.1.25506.8.3.1.4.1.11
hh3cNqaJitterStatsSum2NegativesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of square of negative jitter
        values from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 11 }

.1.3.6.1.4.1.25506.8.3.1.4.1.12
hh3cNqaJitterStatsMinOfPositivesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimal positive jitter value from
        destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 12 }

.1.3.6.1.4.1.25506.8.3.1.4.1.13
hh3cNqaJitterStatsMaxOfPositivesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximal positive jitter value from
        destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 13 }

.1.3.6.1.4.1.25506.8.3.1.4.1.14
hh3cNqaJitterStatsNumOfPositivesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number that records positive jitter times from destination to
        source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 14 }

.1.3.6.1.4.1.25506.8.3.1.4.1.15
hh3cNqaJitterStatsSumOfPositivesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of positive jitter values from
        destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 15 }

.1.3.6.1.4.1.25506.8.3.1.4.1.16
hh3cNqaJitterStatsSum2PositivesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of square of positive jitter
        values from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 16 }

.1.3.6.1.4.1.25506.8.3.1.4.1.17
hh3cNqaJitterStatsMinOfNegativesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimal absolute values of negative
        jitter value from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 17 }

.1.3.6.1.4.1.25506.8.3.1.4.1.18
hh3cNqaJitterStatsMaxOfNegativesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximal absolute values of negative
        jitter value from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 18 }

.1.3.6.1.4.1.25506.8.3.1.4.1.19
hh3cNqaJitterStatsNumOfNegativesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number that records negative jitter times from destination to source
        in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 19 }

.1.3.6.1.4.1.25506.8.3.1.4.1.20
hh3cNqaJitterStatsSumOfNegativesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of negative jitter values from
        destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 20 }

.1.3.6.1.4.1.25506.8.3.1.4.1.21
hh3cNqaJitterStatsSum2NegativesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of square of negative jitter
        values from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 21 }

.1.3.6.1.4.1.25506.8.3.1.4.1.22
hh3cNqaJitterStatsPacketLossSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lost packets number sent from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 22 }

.1.3.6.1.4.1.25506.8.3.1.4.1.23
hh3cNqaJitterStatsPacketLossDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lost packets number sent from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 23 }

.1.3.6.1.4.1.25506.8.3.1.4.1.24
hh3cNqaJitterStatsAvePositivesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average positive jitter value
        from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 24 }

.1.3.6.1.4.1.25506.8.3.1.4.1.25
hh3cNqaJitterStatsAveNegativesSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average negative jitter value
        from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 25 }

.1.3.6.1.4.1.25506.8.3.1.4.1.26
hh3cNqaJitterStatsAvePositivesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average positive jitter value
        from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 26 }

.1.3.6.1.4.1.25506.8.3.1.4.1.27
hh3cNqaJitterStatsAveNegativesDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average negative jitter value
        from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 27 }

.1.3.6.1.4.1.25506.8.3.1.4.1.28
hh3cNqaJitterStatsPktLossUnknown OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which is lost with unknown reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 28 }

.1.3.6.1.4.1.25506.8.3.1.4.1.29
hh3cNqaJitterStatsOperOfICPIF OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ICPIF (Calculated Planning Impairment Factor) value for the latest
        jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 29 }

.1.3.6.1.4.1.25506.8.3.1.4.1.30
hh3cNqaJitterStatsOperOfMOS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MOS (Mean Opinion Score) value for the latest jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 30 }

.1.3.6.1.4.1.25506.8.3.1.4.1.31
hh3cNqaJitterStatsAveSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average jitter value
        from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 31 }

.1.3.6.1.4.1.25506.8.3.1.4.1.32
hh3cNqaJitterStatsAveDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average jitter value
        from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 32 }

.1.3.6.1.4.1.25506.8.3.1.4.1.33
hh3cNqaJitterStatsLostPacketPermillage OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object reflects the drop rate of NQA
        test packet.
        For example, if the value is 100, that means source device
        only had received 900 packets per thousand."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaJitterStatsTable(4) hh3cNqaJitterStatsEntry(1) 33 }

.1.3.6.1.4.1.25506.8.3.1.5
hh3cNqaAgentEnable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable NQA agent function."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.6
hh3cNqaTcpServerTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table which contains the status of NQA tcp server
        configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 6 }

.1.3.6.1.4.1.25506.8.3.1.6.1
hh3cNqaTcpServerEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNqaTcpServerIpAddress, hh3cNqaTcpServerPort }
  DESCRIPTION	"A table which contains the status of NQA tcp server
        configuration information.

        This entry includes not only the tcp server ip address
        but also the tcp server port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerTable(6) 1 }

.1.3.6.1.4.1.25506.8.3.1.6.1.1
hh3cNqaTcpServerIpAddress OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tcp server's ip address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerTable(6) hh3cNqaTcpServerEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.6.1.2
hh3cNqaTcpServerPort OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32 (0..65536) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Tcp server's port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerTable(6) hh3cNqaTcpServerEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.6.1.3
hh3cNqaTcpServerRowStatus OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"hh3cNqaTcpServerIpAddress and hh3cNqaTcpServerPort
        must be set during a creation operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerTable(6) hh3cNqaTcpServerEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.7
hh3cNqaUdpServerTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Status of NQA udp server configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 7 }

.1.3.6.1.4.1.25506.8.3.1.7.1
hh3cNqaUdpServerEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNqaUdpServerIpAddress, hh3cNqaUdpServerPort }
  DESCRIPTION	"This entry includes not only the udp server ip address
        but also the udp server udp port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerTable(7) 1 }

.1.3.6.1.4.1.25506.8.3.1.7.1.1
hh3cNqaUdpServerIpAddress OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Udp server's ip address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerTable(7) hh3cNqaUdpServerEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.7.1.2
hh3cNqaUdpServerPort OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32 (0..65536) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Udp server's port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerTable(7) hh3cNqaUdpServerEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.7.1.3
hh3cNqaUdpServerRowStatus OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"hh3cNqaUdpServerIpAddress and hh3cNqaUdpServerPort
        must be set during a creation operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerTable(7) hh3cNqaUdpServerEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.8
hh3cNqaServerEnable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable NQA server function."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 8 }

.1.3.6.1.4.1.25506.8.3.1.9
hh3cNqaStatsMaxGroupNumber OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number saved per group. The maximum value of
        hh3cNqaCtlStatisticsGroupNumber can not exceed the value of
        this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 9 }

.1.3.6.1.4.1.25506.8.3.1.10
hh3cNqaStatisticsCtlTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the NQA statistics control table for providing, via SNMP,
        the capability of performing NQA operations at a remote host.
        The results of these operations are stored in the
        hh3cNqaStatisticsResultsTable and the hh3cNqaGroupStatsJitterTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 10 }

.1.3.6.1.4.1.25506.8.3.1.10.1
hh3cNqaStatisticsCtlEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ pingCtlEntry }
  DESCRIPTION	"Defines an entry in the hh3cNqaStatisticsCtlTable.
        The hh3cNqaStatisticsCtlTable has the same index as the
        pingCtlTable in order for a hh3cNqaStatisticsCtlTable to
        correspond to the pingCtlEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsCtlTable(10) 1 }

.1.3.6.1.4.1.25506.8.3.1.10.1.1
hh3cNqaCtlStatisticsInterval OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Statistic information will be calculated after the time that is
        the value of hh3cNqaCtlStatisticsInterval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsCtlTable(10) hh3cNqaStatisticsCtlEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.10.1.2
hh3cNqaCtlStatisticsGroupNumber OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object indicates the number of group saved.
        The length of this object is from 1 to hh3cNqaStatsMaxGroupNumber."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsCtlTable(10) hh3cNqaStatisticsCtlEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.10.1.3
hh3cNqaCtlStatisticsKeptTime OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32 (1..1440) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"To indicate how long the statistic information will be saved after
        the test stops."
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsCtlTable(10) hh3cNqaStatisticsCtlEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.10.1.4
hh3cNqaCtlBeginTime OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Time at which the type-specified test will start."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsCtlTable(10) hh3cNqaStatisticsCtlEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.10.1.5
hh3cNqaCtlLifeTime OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"To indicate how long the type-specified test will last."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsCtlTable(10) hh3cNqaStatisticsCtlEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.11
hh3cNqaStatisticsResultsTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the NQA statistics results table for providing
        the capability of performing NQA operations at a remote
        host. The statistics results of these operations in a statistic cycle
        are stored in the hh3cNqaStatisticsResultsTable. The statistic cycle is
        the value of hh3cNqaCtlStatisticsInterval.
        The first two index identify the pingCtlEntry that the probe statistics
        result (Hh3cNqaStatisticsResultsEntry) belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 11 }

.1.3.6.1.4.1.25506.8.3.1.11.1
hh3cNqaStatisticsResultsEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pingCtlOwnerIndex, pingCtlTestName, hh3cNqaStatResIndex }
  DESCRIPTION	"Defines an entry in the hh3cNqaStatisticsResultsTable. The
        hh3cNqaStatisticsResultsTable has the same index as the
        pingCtlTable in order for a hh3cNqaStatisticsResultsEntry to
        correspond to the pingCtlEntry that caused it to be created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) 1 }

.1.3.6.1.4.1.25506.8.3.1.11.1.1
hh3cNqaStatResIndex OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An entry in this table is created when the statistics
        result of a NQA probe is determined.

        An implementation MUST start assigning
        hh3cNqaStatResIndex values at 1 and wrap after
        exceeding the maximum possible value as defined by
        the limit of this object ('ffffffff'h)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.11.1.2
hh3cNqaStatResIpTargetAddressType OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the type of address stored
        in the corresponding hh3cNqaStatResIpTargetAddress
        object."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.11.1.3
hh3cNqaStatResIpTargetAddress OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represent the host address to be used at a remote host for
        performing a network analysis operation."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.11.1.4
hh3cNqaStatResMinRtt OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum NQA probe round-trip-time (RTT) received. The value
        of 0 for this object implies that no RTT has been received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.11.1.5
hh3cNqaStatResMaxRtt OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum NQA probe round-trip-time (RTT) received. The value
        of 0 for this object implies that no RTT has been received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.11.1.6
hh3cNqaStatResAverageRtt OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The average NQA probe round-trip-time (RTT)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 6 }

.1.3.6.1.4.1.25506.8.3.1.11.1.7
hh3cNqaStatResProbeResponses OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of responses received. The value of this object
        MUST be reported as 0 when no probe responses have been
        received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 7 }

.1.3.6.1.4.1.25506.8.3.1.11.1.8
hh3cNqaStatResSentProbes OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object reflects the number of probes sent.
        The value of this object MUST be reported as 0 when no probes
        have been sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 8 }

.1.3.6.1.4.1.25506.8.3.1.11.1.9
hh3cNqaStatResRttSumOfSquares OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the sum of the squares for all NQA
        responses received. The value of this object MUST
        be reported as 0 when no NQA responses have been
        received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 9 }

.1.3.6.1.4.1.25506.8.3.1.11.1.10
hh3cNqaStatResStartTime OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the start time of the statistic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 10 }

.1.3.6.1.4.1.25506.8.3.1.11.1.11
hh3cNqaStatResInterval OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the interval between two times of statistic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 11 }

.1.3.6.1.4.1.25506.8.3.1.11.1.12
hh3cNqaStatResRttNumDisconnects OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a NQA probe failed because the destination
        became disconnected.
        For connectionless protocol pingCtlTypes, this number should be
        zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 12 }

.1.3.6.1.4.1.25506.8.3.1.11.1.13
hh3cNqaStatResRttTimeouts OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a probe failed because the probe timed out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 13 }

.1.3.6.1.4.1.25506.8.3.1.11.1.14
hh3cNqaStatResRttBusies OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a NQA probe failed because
        errors related to sockets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 14 }

.1.3.6.1.4.1.25506.8.3.1.11.1.15
hh3cNqaStatResRttNoConnections OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a NQA probe failed because the
        probe destination is unavailable.
        For connectionless protocol pingCtlTypes, this number should be
        zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 15 }

.1.3.6.1.4.1.25506.8.3.1.11.1.16
hh3cNqaStatResRttDrops OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that a NQA operation failed to initiate
        for unavailibility of necessary internal resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 16 }

.1.3.6.1.4.1.25506.8.3.1.11.1.17
hh3cNqaStatResRttSequenceErrors OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets arrived out of sequence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 17 }

.1.3.6.1.4.1.25506.8.3.1.11.1.18
hh3cNqaStatResRttErrors OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of other errors."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 18 }

.1.3.6.1.4.1.25506.8.3.1.11.1.19
hh3cNqaStatResLostPacketRatio OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object reflects the drop rate of NQA
        test packet.
        For example, if the value is 30, that means source device
        only had received 70 percent packets of total sent packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 19 }

.1.3.6.1.4.1.25506.8.3.1.11.1.20
hh3cNqaStatResPacketLateArrival OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object reflects the number of the packets that
        arrived after the timeout."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 20 }

.1.3.6.1.4.1.25506.8.3.1.11.1.21
hh3cNqaStatResRttSum OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the sum for all NQA responses received
         during the test lifetime.  The value of this object MUST be
         reported as 0 when no NQA responses have been received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 21 }

.1.3.6.1.4.1.25506.8.3.1.11.1.22
hh3cNqaStatResNumOfDelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of one way times from source to destination that are
        successfully measured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 22 }

.1.3.6.1.4.1.25506.8.3.1.11.1.23
hh3cNqaStatResMinDelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum one way times from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 23 }

.1.3.6.1.4.1.25506.8.3.1.11.1.24
hh3cNqaStatResMaxDelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum one way times from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 24 }

.1.3.6.1.4.1.25506.8.3.1.11.1.25
hh3cNqaStatResSumDelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum of one way times from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 25 }

.1.3.6.1.4.1.25506.8.3.1.11.1.26
hh3cNqaStatResSum2DelaySD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum of squares of one way times from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 26 }

.1.3.6.1.4.1.25506.8.3.1.11.1.27
hh3cNqaStatResNumOfDelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of one way times from destination to source that are
        successfully measured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 27 }

.1.3.6.1.4.1.25506.8.3.1.11.1.28
hh3cNqaStatResMinDelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum one way times from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 28 }

.1.3.6.1.4.1.25506.8.3.1.11.1.29
hh3cNqaStatResMaxDelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum one way times from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 29 }

.1.3.6.1.4.1.25506.8.3.1.11.1.30
hh3cNqaStatResSumDelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum of one way times from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 30 }

.1.3.6.1.4.1.25506.8.3.1.11.1.31
hh3cNqaStatResSum2DelayDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sum of squares of one way times from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 31 }

.1.3.6.1.4.1.25506.8.3.1.11.1.32
hh3cNqaStatResLostPacketPermillage OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object reflects the drop rate of NQA
        test packet.
        For example, if the value is 100, that means source device
        only had received 900 packets per thousand."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsResultsTable(11) hh3cNqaStatisticsResultsEntry(1) 32 }

.1.3.6.1.4.1.25506.8.3.1.12
hh3cNqaGroupStatsJitterTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Test Group Statistic table for jitter activity in a statistic cycle.
        The statistic cycle is the value of hh3cNqaCtlStatisticsInterval.
        The first two index identify the pingCtlEntry that a probe statistics
        result (Hh3cNqaStatisticsResultsEntry) belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 12 }

.1.3.6.1.4.1.25506.8.3.1.12.1
hh3cNqaGroupStatsJitterEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ pingCtlOwnerIndex, pingCtlTestName, hh3cNqaStatJitterIndex }
  DESCRIPTION	"An entry contains the group statistic information for jitter activity.
        This entry is created only if the pingCtlType is hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) 1 }

.1.3.6.1.4.1.25506.8.3.1.12.1.1
hh3cNqaStatJitterIndex OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32 (1..-1) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An entry in this table is created when the statistic
        result of a NQA probe in a statistic cycle is determined.

        An implementation MUST start assigning hh3cNqaStatJitterIndex
        values at 1 and wrap after exceeding the maximum possible
        value as defined by the limit of this object ('ffffffff'h)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.12.1.2
hh3cNqaStatJitterMinOfPosSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimal positive jitter value
        from source to destination in jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.12.1.3
hh3cNqaStatJitterMaxOfPosSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximal positive jitter value
        from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.12.1.4
hh3cNqaStatJitterNumOfPosSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of positive jitters from source to destination in the
        jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.12.1.5
hh3cNqaStatJitterSumOfPosSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of positive jitter values
        from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.12.1.6
hh3cNqaStatJitterSumOfSquarePosSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of square of positive jitter
        values from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 6 }

.1.3.6.1.4.1.25506.8.3.1.12.1.7
hh3cNqaStatJitterMinOfNegSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimal absolute values of
        negative jitter value from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 7 }

.1.3.6.1.4.1.25506.8.3.1.12.1.8
hh3cNqaStatJitterMaxOfNegSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximal absolute values of negative
        jitter value from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 8 }

.1.3.6.1.4.1.25506.8.3.1.12.1.9
hh3cNqaStatJitterNumOfNegSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of negative jitters from source to destination in the
        jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 9 }

.1.3.6.1.4.1.25506.8.3.1.12.1.10
hh3cNqaStatJitterSumOfNegSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of negative jitter values
        from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 10 }

.1.3.6.1.4.1.25506.8.3.1.12.1.11
hh3cNqaStatJitterSumOfSquareNegSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of square of negative jitter
        values from source to destination in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 11 }

.1.3.6.1.4.1.25506.8.3.1.12.1.12
hh3cNqaStatJitterMinOfPosDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimal positive jitter value
        from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 12 }

.1.3.6.1.4.1.25506.8.3.1.12.1.13
hh3cNqaStatJitterMaxOfPosDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximal positive jitter value
        from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 13 }

.1.3.6.1.4.1.25506.8.3.1.12.1.14
hh3cNqaStatJitterNumOfPosDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of positive jitters from destination to source in the
        jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 14 }

.1.3.6.1.4.1.25506.8.3.1.12.1.15
hh3cNqaStatJitterSumOfPosDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of positive jitter values
        from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 15 }

.1.3.6.1.4.1.25506.8.3.1.12.1.16
hh3cNqaStatJitterSumOfSquarePosDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of square of positive jitter
        values destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 16 }

.1.3.6.1.4.1.25506.8.3.1.12.1.17
hh3cNqaStatJitterMinOfNegDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the minimal absolute values of negative
        jitter value from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 17 }

.1.3.6.1.4.1.25506.8.3.1.12.1.18
hh3cNqaStatJitterMaxOfNegDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the maximal absolute values of negative
        jitter value from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 18 }

.1.3.6.1.4.1.25506.8.3.1.12.1.19
hh3cNqaStatJitterNumOfNegDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of negative jitters from destination to source in the
        jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 19 }

.1.3.6.1.4.1.25506.8.3.1.12.1.20
hh3cNqaStatJitterSumOfNegDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of negative jitter values
        from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 20 }

.1.3.6.1.4.1.25506.8.3.1.12.1.21
hh3cNqaStatJitterSumOfSquareNegDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the sum of square of negative jitter
        values from destination to source in the jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 21 }

.1.3.6.1.4.1.25506.8.3.1.12.1.22
hh3cNqaStatJitterPacketLossSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lost packets number sent from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 22 }

.1.3.6.1.4.1.25506.8.3.1.12.1.23
hh3cNqaStatJitterPacketLossDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lost packets number sent from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 23 }

.1.3.6.1.4.1.25506.8.3.1.12.1.24
hh3cNqaStatJitterAvePosSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average positive jitter value
        from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 24 }

.1.3.6.1.4.1.25506.8.3.1.12.1.25
hh3cNqaStatJitterAveNegSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average negative jitter value
        from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 25 }

.1.3.6.1.4.1.25506.8.3.1.12.1.26
hh3cNqaStatJitterAvePosDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average positive jitter value
        from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 26 }

.1.3.6.1.4.1.25506.8.3.1.12.1.27
hh3cNqaStatJitterAveNegDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average negative jitter value
        from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 27 }

.1.3.6.1.4.1.25506.8.3.1.12.1.28
hh3cNqaStatJitterPktLossUnknown OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets which is lost with unknown reason."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 28 }

.1.3.6.1.4.1.25506.8.3.1.12.1.29
hh3cNqaStatJitterMaxOfICPIF OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum of all ICPIF values in a statistic cycle for jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 29 }

.1.3.6.1.4.1.25506.8.3.1.12.1.30
hh3cNqaStatJitterMinOfICPIF OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum of all ICPIF values in a statistic cycle for jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 30 }

.1.3.6.1.4.1.25506.8.3.1.12.1.31
hh3cNqaStatJitterMaxOfMOS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum of all MOS values in a statistic cycle for jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 31 }

.1.3.6.1.4.1.25506.8.3.1.12.1.32
hh3cNqaStatJitterMinOfMOS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum of all MOS values in a statistic cycle for jitter test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 32 }

.1.3.6.1.4.1.25506.8.3.1.12.1.33
hh3cNqaStatJitterAveSD OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average jitter value
        from source to destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 33 }

.1.3.6.1.4.1.25506.8.3.1.12.1.34
hh3cNqaStatJitterAveDS OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of time that records the average jitter value
        from destination to source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaGroupStatsJitterTable(12) hh3cNqaGroupStatsJitterEntry(1) 34 }

.1.3.6.1.4.1.25506.8.3.1.13
hh3cNqaReactionTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of NQA test monitoring notification and
        reaction configuration definitions.

        An entry is removed from this table when its
        corresponding pingCtlEntry is deleted.

         When PingCtlType of the test is hh3cNqaTwampLight,
         it does not support the table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 13 }

.1.3.6.1.4.1.25506.8.3.1.13.1
hh3cNqaReactionEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex }
  DESCRIPTION	"Defines an entry in the hh3cNqaReactionTable. The first two index
        elements identify the pingCtlEntry that a hh3cNqaReactItemIndex
        belongs to. The third index element selects a single reaction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) 1 }

.1.3.6.1.4.1.25506.8.3.1.13.1.1
hh3cNqaReactOwnerIndex OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The first index of hh3cNqaReactionTable, it is the same as
        pingCtlOwnerIndex in pingCtlTable. hh3cNqaReactOwnerIndex and
        hh3cNqaReactTestName identify an existed test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.13.1.2
hh3cNqaReactTestName OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The second index of hh3cNqaReactionTable, it is the same as
        pingCtlTestName in pingCtlTable. hh3cNqaReactOwnerIndex and
        hh3cNqaReactTestName identify an existed test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.13.1.3
hh3cNqaReactItemIndex OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32 (1..10) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The third index of hh3cNqaReactionTable, it definitely
        identifies one of the reaction configurations for a test."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.13.1.4
hh3cNqaReactCheckedElement OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {probetime(1), probefailure(2), jitterrtt(3), jitterpacketloss(4), jittersd(5), jitterds(6), icpif(7), mos(8), jitterOwdSD(9), jitterOwdDS(10)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A list of reaction condition type.
        'probetime' and 'probefailure' are valid when pingCtlType of
        the test is not hh3cNqajitter.

        'jitterOwdSD': one way time from source to destination in
                       jitter test.
        'jitterOwdDS': one way time from destination to source in
                       jitter test.

        'jitterrtt', 'jitterpacketloss', 'jittersd', 'jitterds',
        'jitterOwdSD' and 'jitterOwdDS' are valid when pingCtlType
        of the test is hh3cNqajitter.

        'icpif' and 'mos' are valid when pingCtlType of the test is
        hh3cNqajitter and hh3cNqaCtlCodecType is 'g711Alaw' or 'g711Ulaw'
        or 'g729A'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.13.1.5
hh3cNqaReactThresholdUpperLimit OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines an administrative upper-threshold value for
        hh3cNqaReactCheckedElement.

        The value of this object is zero if hh3cNqaReactCheckedElement is
        specified as 'jitterpacketloss' and 'probefailure'."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.13.1.6
hh3cNqaReactThresholdLowerLimit OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines an administrative lower-threshold value for
        hh3cNqaReactCheckedElement.

        The value of hh3cNqaReactThresholdLowerLimit should be equal or less
        than the value of hh3cNqaReactThresholdUpperLimit.

        The value of this object is zero if hh3cNqaReactCheckedElement is
        specified as 'jitterpacketloss' and 'probefailure'."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 6 }

.1.3.6.1.4.1.25506.8.3.1.13.1.7
hh3cNqaReactThresholdType OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {invalid(0), average(1), consecutive(2), accumulative(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines the reaction threshold types.

        invalid(0):     Invalid value.

        average(1):     If reaction threshold type is average and the average
                        value of watched operation exceeds threshold limit,
                        an action specified in hh3cNqaReactActionType is
                        generated when hh3cNqaReactCurrentStatus changes.

        consecutive(2): If reaction threshold type is consecutive and
                        the times of watched operation consecutively exceeds
                        the limit specified by hh3cNqaReactThresholdConsecNum,
                        an action specified in hh3cNqaReactActionType is
                        generated when hh3cNqaReactCurrentStatus changes.

        accumulative(3): If reaction threshold type is accumulative and
                        the times of watched operation accumulatively exceeds
                        the limit specified by hh3cNqaReactThresholdAccumNum,
                        an action specified in hh3cNqaReactActionType is
                        generated when hh3cNqaReactCurrentStatus changes.

        If reaction threshold type is not configured, the value of this
        object is 'invalid'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 7 }

.1.3.6.1.4.1.25506.8.3.1.13.1.8
hh3cNqaReactThresholdConsecNum OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines a consecutive threshold limit.

        The value is zero when hh3cNqaReactThresholdType
        is not 'consecutive'."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 8 }

.1.3.6.1.4.1.25506.8.3.1.13.1.9
hh3cNqaReactThresholdAccumNum OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object defines an accumulative threshold limit.

        The value is zero when the hh3cNqaReactThresholdType
        is not 'accumulative'."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 9 }

.1.3.6.1.4.1.25506.8.3.1.13.1.10
hh3cNqaReactActionType OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {none(0), trapOnly(1), triggerOnly(2), trapAndTrigger(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the type of reaction to generate if the specified
        violation type occurs for the monitored element:

        none               - No reaction is generated
        trapOnly           - A trap is generated
        triggerOnly        - All trigger actions defined for this
                             entry are generated
        trapAndTrigger     - Both a trap and all trigger actions
                             are generated "
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 10 }

.1.3.6.1.4.1.25506.8.3.1.13.1.11
hh3cNqaReactCurrentStatus OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	INTEGER {invalid(1), overThreshold(2), belowThreshold(3), overUpperThreshold(4), belowLowerThreshold(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specifies the current status of this reaction entry:

        invalid  - The status of the reaction entry is unknown.

        overThreshold       - The status of the reaction entry is overThreshold
                              when the monitored result exceeds the threshold
                              value for the hh3cNqaReactThresholdType.

        belowThreshold      - The status of the reaction entry is belowThreshold
                              when the monitored result is under the threshold
                              value for the hh3cNqaReactThresholdType.

        overUpperThreshold  - The status of the reaction entry is overThreshold
                              when the monitored result is exceeds the
                              upper-threshold value for the
                              hh3cNqaReactThresholdType.

        belowLowerThreshold - The status of the reaction entry is belowThreshold
                              when the monitored result is under the
                              lower-threshold value for
                              hh3cNqaReactThresholdType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 11 }

.1.3.6.1.4.1.25506.8.3.1.13.1.12
hh3cNqaReactRowStatus OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object allows entries to be created and deleted
        in the hh3cNqaReactionTable.

        Creation of an entry in this table results in a new set of reaction
        configurations which take effect immediately.

        Deletion of an entry in this table results in corresponding reaction
        configurations are being deleted and stop taking effect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 12 }

.1.3.6.1.4.1.25506.8.3.1.13.1.13
hh3cNqaReactCheckedNum OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of checked element samples that are monitored."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 13 }

.1.3.6.1.4.1.25506.8.3.1.13.1.14
hh3cNqaReactThresholdNum OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of checked element samples that are over threshold."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaReactionTable(13) hh3cNqaReactionEntry(1) 14 }

.1.3.6.1.4.1.25506.8.3.1.14
hh3cNqaStatisticsReactionTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of NQA test monitoring notification and
        reaction configuration definitions.

        An entry is removed from this table when its
        corresponding pingCtlEntry is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 14 }

.1.3.6.1.4.1.25506.8.3.1.14.1
hh3cNqaStatisticsReactionEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNqaStatReactOwnerIndex, hh3cNqaStatReactTestName, hh3cNqaStatReactIndex, hh3cNqaStatReactItemIndex }
  DESCRIPTION	"Defines an entry in the hh3cNqaStatisticsReactionTable. The
        first two index elements identify the pingCtlEntry that a
        hh3cNqaReactItemIndex belongs to. The third index element
        identifies an entry in the hh3cNqaStatisticsResultsTable.
        The forth index element selects a single reaction."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsReactionTable(14) 1 }

.1.3.6.1.4.1.25506.8.3.1.14.1.1
hh3cNqaStatReactOwnerIndex OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The first index of hh3cNqaStatisticsReactionTable, it is the same
        as pingCtlOwnerIndex in pingCtlTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsReactionTable(14) hh3cNqaStatisticsReactionEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.14.1.2
hh3cNqaStatReactTestName OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The second index of hh3cNqaStatisticsReactionTable, it is the same
        as pingCtlTestName in pingCtlTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsReactionTable(14) hh3cNqaStatisticsReactionEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.14.1.3
hh3cNqaStatReactIndex OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The third index of hh3cNqaStatisticsReactionTable. An entry in
        this table is created when the statistics result of a NQA probe
        is determined.

        An implementation MUST start assigning hh3cNqaStatResIndex values
        at 1 and wrap after exceeding the maximum possible value as
        defined by the limit of this object ('ffffffff'h)."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsReactionTable(14) hh3cNqaStatisticsReactionEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.14.1.4
hh3cNqaStatReactItemIndex OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The forth index of hh3cNqaStatisticsReactionTable, it definitely
        identifies one of the reaction configurations for a test"
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsReactionTable(14) hh3cNqaStatisticsReactionEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.14.1.5
hh3cNqaStatReactCheckedNum OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of checked element samples that are monitored."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsReactionTable(14) hh3cNqaStatisticsReactionEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.14.1.6
hh3cNqaStatReactThresholdNum OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of checked element samples that are over threshold."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaStatisticsReactionTable(14) hh3cNqaStatisticsReactionEntry(1) 6 }

.1.3.6.1.4.1.25506.8.3.1.15
hh3cNqaTcpServerExtendTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table which contains the status of extended NQA TCP server
        configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 15 }

.1.3.6.1.4.1.25506.8.3.1.15.1
hh3cNqaTcpServerExtendEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNqaTcpServerExtIpAddress, hh3cNqaTcpServerExtPort, hh3cNqaTcpServerExtVPNType, hh3cNqaTcpServerExtVPNInstance }
  DESCRIPTION	"A table which contains the status of extended NQA TCP server
        configuration information.
        This entry includes the TCP server IP address, port,
        VPN name and DSField."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerExtendTable(15) 1 }

.1.3.6.1.4.1.25506.8.3.1.15.1.1
hh3cNqaTcpServerExtIpAddress OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TCP server's IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerExtendTable(15) hh3cNqaTcpServerExtendEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.15.1.2
hh3cNqaTcpServerExtPort OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32 (0..65536) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TCP server's port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerExtendTable(15) hh3cNqaTcpServerExtendEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.15.1.3
hh3cNqaTcpServerExtVPNType OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION VpnInstanceType
  SYNTAX	INTEGER {public(1), vpn(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TCP server's VPN instance type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerExtendTable(15) hh3cNqaTcpServerExtendEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.15.1.4
hh3cNqaTcpServerExtVPNInstance OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TCP server's VPN name.If the NQA server listens on the public network,
        the value of hh3cNqaTcpServerExtVPNType must be public(1) and the value
        of this object can be set to any non-printable character string.If the
        NQA server listens on the private network, the value of hh3cNqaTcpServerExtVPNType
        must be vpn(2) and the value of this object can be set to any non-printable
        character string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerExtendTable(15) hh3cNqaTcpServerExtendEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.15.1.5
hh3cNqaTcpServerExtDSField OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32 (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the value to store in the Differentiated
        Services (DS) Field in the IP packet used to
        encapsulate the probe.  The DS Field is defined
        as the Type of Service (TOS) octet in a IPv4 header
        or as the Traffic Class octet in a IPv6 header.

        The value of this object must be a decimal integer
        in the range of 0 to 255.  Not all values are legal or
        meaningful.  A value of 0 means that the function
        represented by this option is not supported.  The value
        of 256 indicates that TOS is not configured, and this
        value is not supported by IP implementations.  DS Field
        usage is often not supported by IP implementations and
        not all values are supported.  Refer to RFC 2474 for
        guidance on usage of this field."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerExtendTable(15) hh3cNqaTcpServerExtendEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.15.1.6
hh3cNqaTcpServerExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"hh3cNqaTcpServerIpAddress, hh3cNqaTcpServerPort, hh3cNqaTcpServerExtVPNType
        and hh3cNqaTcpServerVPNInstance must be set during a creation operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaTcpServerExtendTable(15) hh3cNqaTcpServerExtendEntry(1) 6 }

.1.3.6.1.4.1.25506.8.3.1.16
hh3cNqaUdpServerExtendTable OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Status of extended NQA UDP server configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) 16 }

.1.3.6.1.4.1.25506.8.3.1.16.1
hh3cNqaUdpServerExtendEntry OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNqaUdpServerExtIpAddress, hh3cNqaUdpServerExtPort, hh3cNqaUdpServerExtVPNType, hh3cNqaUdpServerExtVPNInstance }
  DESCRIPTION	"A table which contains the status of extended NQA UDP server
        configuration information.
        This entry includes the UDP server IP address, port,
        VPN name and DSField."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerExtendTable(16) 1 }

.1.3.6.1.4.1.25506.8.3.1.16.1.1
hh3cNqaUdpServerExtIpAddress OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"UDP server's IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerExtendTable(16) hh3cNqaUdpServerExtendEntry(1) 1 }

.1.3.6.1.4.1.25506.8.3.1.16.1.2
hh3cNqaUdpServerExtPort OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Integer32 (0..65536) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"UDP server's port number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerExtendTable(16) hh3cNqaUdpServerExtendEntry(1) 2 }

.1.3.6.1.4.1.25506.8.3.1.16.1.3
hh3cNqaUdpServerExtVPNType OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION VpnInstanceType
  SYNTAX	INTEGER {public(1), vpn(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"UDP server's VPN instance type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerExtendTable(16) hh3cNqaUdpServerExtendEntry(1) 3 }

.1.3.6.1.4.1.25506.8.3.1.16.1.4
hh3cNqaUdpServerExtVPNInstance OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"UDP server's VPN name.If the NQA server listens on the public network,
        the value of hh3cNqaUdpServerExtVPNType must be public(1) and the value
        of this object can be set to any non-printable character string.If the
        NQA server listens on the private network, the value of hh3cNqaUdpServerExtVPNType
        must be vpn(2) and the value of this object can be set to any non-printable
        character string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerExtendTable(16) hh3cNqaUdpServerExtendEntry(1) 4 }

.1.3.6.1.4.1.25506.8.3.1.16.1.5
hh3cNqaUdpServerExtDSField OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  SYNTAX	Unsigned32 (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies the value to store in the Differentiated
        Services (DS) Field in the IP packet used to
        encapsulate the probe.  The DS Field is defined
        as the Type of Service (TOS) octet in a IPv4 header
        or as the Traffic Class octet in a IPv6 header.

        The value of this object must be a decimal integer
        in the range of 0 to 255.  Not all values are legal or
        meaningful.  A value of 0 means that the function
        represented by this option is not supported.  The value
        of 256 indicates that TOS is not configured, and this
        value is not supported by IP implementations.  DS Field
        usage is often not supported by IP implementations and
        not all values are supported.  Refer to RFC 2474 for
        guidance on usage of this field."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerExtendTable(16) hh3cNqaUdpServerExtendEntry(1) 5 }

.1.3.6.1.4.1.25506.8.3.1.16.1.6
hh3cNqaUdpServerExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"hh3cNqaUdpServerIpAddress, hh3cNqaUdpServerPort, hh3cNqaUdpServerExtVPNType
        and hh3cNqaUdpServerVPNInstance must be set during a creation operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaObjects(1) hh3cNqaUdpServerExtendTable(16) hh3cNqaUdpServerExtendEntry(1) 6 }

.1.3.6.1.4.1.25506.8.3.2
hh3cNqaImplementationTypeDomains OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) 2 }

.1.3.6.1.4.1.25506.8.3.2.1
hh3cNqaUdpEcho OBJECT-GROUP
  -- FROM	HH3C-NQA-MIB
  DESCRIPTION	"Indicates that an implementation is using the UDP based echo server.
        Notes: The hh3cNqaCtlTargetPort and hh3cNqaCtlSourcePort need to be set,
        while in the pingUdpEcho Node, hh3cNqaCtlTargetPort must be set to the
        default value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaImplementationTypeDomains(2) 1 }

.1.3.6.1.4.1.25506.8.3.2.2
hh3cNqaTcpconnect OBJECT-GROUP
  -- FROM	HH3C-NQA-MIB
  DESCRIPTION	"Indicates that an implementation is attempting to
        connect to a TCP port in order to calculate a round
        trip time.
        Notes: The hh3cNqaCtlTargetPort and hh3cNqaCtlSourcePort need to be set,
        while in the pingTcpConnectionAttempt Node, hh3cNqaCtlTargetPort must
        be set to the default value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaImplementationTypeDomains(2) 2 }

.1.3.6.1.4.1.25506.8.3.2.3
hh3cNqajitter OBJECT-GROUP
  -- FROM	HH3C-NQA-MIB
  DESCRIPTION	"Indicates that an implementation is using udp for packet transfers.
        'jitter' will cause the NQA(Network Quality Analysis) application
        to perform delay variance analysis."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaImplementationTypeDomains(2) 3 }

.1.3.6.1.4.1.25506.8.3.2.4
hh3cNqaHttp OBJECT-GROUP
  -- FROM	HH3C-NQA-MIB
  DESCRIPTION	"Indicates that an implementation is using udp for name resolution,
        tcp connect and tcp data transfer mechanisms for HTTP data download
        from a particular HTTP Server.
        It causes the NQA application to perform a download of the object
        specified in the URL."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaImplementationTypeDomains(2) 4 }

.1.3.6.1.4.1.25506.8.3.2.5
hh3cNqadlsw OBJECT-GROUP
  -- FROM	HH3C-NQA-MIB
  DESCRIPTION	"Indicates that an implementation is using tcp for sending keepalives.
        'dlsw' will cause the NQA application to perform a keepalive operation
        to measure the response time of a DLSw peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaImplementationTypeDomains(2) 5 }

.1.3.6.1.4.1.25506.8.3.2.6
hh3cNqadhcp OBJECT-GROUP
  -- FROM	HH3C-NQA-MIB
  DESCRIPTION	"Indicates that an implementation is using udp for sending dhcp
        requests. 'dhcp' will cause the NQA application
        to perform an IP Address lease request/teardown operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaImplementationTypeDomains(2) 6 }

.1.3.6.1.4.1.25506.8.3.2.7
hh3cNqaftp OBJECT-GROUP
  -- FROM	HH3C-NQA-MIB
  DESCRIPTION	"Indicates that an implementation is using tcp packet for ftp connect
         and data transfer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaImplementationTypeDomains(2) 7 }

.1.3.6.1.4.1.25506.8.3.2.8
hh3cNqaTwampLight OBJECT-GROUP
  -- FROM	HH3C-NQA-MIB
  DESCRIPTION	"Indicates that a measurement for two-way network quality through UDP
         packets. The type only supports sending traps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaImplementationTypeDomains(2) 8 }

.1.3.6.1.4.1.25506.8.3.2.9
hh3cNqaArp OBJECT-GROUP
  -- FROM	HH3C-NQA-MIB
  DESCRIPTION	"Indicates that an implementation is using the Address
         Resolution Protocol (ARP) test facility.
         The type only supports IPv4 network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaImplementationTypeDomains(2) 9 }

.1.3.6.1.4.1.25506.8.3.3
hh3cNqaNotifications OBJECT-TYPE
  -- FROM	HH3C-NQA-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) 3 }

.1.3.6.1.4.1.25506.8.3.3.1
hh3cNqaProbeTimeOverThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType, hh3cNqaReactCurrentStatus }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes.
        The change may occur when the watched condition is over threshold
        or below threshold.

        The over threshold situations is specified as below.
          1. Probe time(equals to RTT for some type of tests) is not in
             the range hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit.
          2. The probe time is accumulatively not in the range
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit for a number of times
             specified in hh3cNqaReactThresholdAccumNum.
          3. The probe time is consecutively in the range
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit for a number of times
             specified in hh3cNqaReactThresholdConsecNum.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is not hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 1 }

.1.3.6.1.4.1.25506.8.3.3.2
hh3cNqaJitterRTTOverThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType, hh3cNqaReactCurrentStatus }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes.
        The change may occur when the watched condition is over threshold
        or below threshold.

        The over threshold situations is specified as below.
          1. The average NQA round-trip-time (RTT) of jitter packets
             is not in the range hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit.
          2. The RTT of jitter packets is accumulatively not in the range
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit for a number of times specified
             in hh3cNqaReactThresholdAccumNum in one test.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is hh3cNqajitter or hh3cNqaTwampLight."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 2 }

.1.3.6.1.4.1.25506.8.3.3.3
hh3cNqaProbeFailure NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType, hh3cNqaReactCurrentStatus }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes.
        The change may occur when the watched condition is over threshold
        or below threshold.

        The over threshold situations is specified as below.
          1. When the probe test accumulatively failed for a
             number of times specified in hh3cNqaReactThresholdAccumNum in one
             test while the value of hh3cNqaReactThresholdType is 'accumulative'.
          2. When the probe test consecutively failed for
             a number of times specified in hh3cNqaReactThresholdConsecNum in one
             test while the value of hh3cNqaReactThresholdType is 'consecutive'.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is not hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 3 }

.1.3.6.1.4.1.25506.8.3.3.4
hh3cNqaJitterPacketLoss NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType, hh3cNqaReactCurrentStatus }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes.
        The change may occur when the watched condition is over threshold
        or below threshold.

        The over threshold situations is specified as below.
          1. When the jitter packets accumulatively lost for a
             number of times specified in hh3cNqaReactThresholdAccumNum in one
             test while the value of hh3cNqaReactThresholdType is 'accumulative'.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is hh3cNqajitter or hh3cNqaTwampLight."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 4 }

.1.3.6.1.4.1.25506.8.3.3.5
hh3cNqaJitterSDOverThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType, hh3cNqaReactCurrentStatus }
  DESCRIPTION	"The SD means the jitter values from source to destination.

        It is generated when the value of hh3cNqaReactCurrentStatus
        changes.
        The change may occur when the watched condition is over threshold
        or below threshold.

        The over threshold situations is specified as below.
          1. The average of SD in one jitter test is not in the range
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit and the
             hh3cNqaReactThresholdType is specified as 'average' type.
          2. The average of SD in one jitter test is accumulatively
             not in the range hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit for a number of times specified
             in hh3cNqaReactThresholdAccumNum and the
             hh3cNqaReactThresholdType is specified as 'accumulative' type.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 5 }

.1.3.6.1.4.1.25506.8.3.3.6
hh3cNqaJitterDSOverThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType, hh3cNqaReactCurrentStatus }
  DESCRIPTION	"The DS means the jitter values from destination to source.

        It is generated when the value of hh3cNqaReactCurrentStatus
        changes.
        The change may occur when the watched condition is over threshold
        or below threshold.

        The over threshold situations is specified as below.
          1. The average of DS in one jitter test is not in the range
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit and the
             hh3cNqaReactThresholdType is specified as 'average' type.
          2. The average of DS in one jitter test is accumulatively not
             in the range hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit for a number of times specified
             in hh3cNqaReactThresholdAccumNum and the
             hh3cNqaReactThresholdType is specified as 'accumulative' type.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 6 }

.1.3.6.1.4.1.25506.8.3.3.7
hh3cNqaICPIFOverThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactCurrentStatus }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes.
        The change may occur when the watched condition is over threshold
        or below threshold.

        The over threshold situations is specified as below.
          1. When the ICPIF value in one jitter test is not in
             the range hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger', pingCtlType of the test
        is hh3cNqajitter and hh3cNqaCtlCodecType is 'g711Alaw' or 'g711Ulaw'
        or 'g729A'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 7 }

.1.3.6.1.4.1.25506.8.3.3.8
hh3cNqaMOSOverThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactCurrentStatus }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes.
        The change may occur when the watched condition is over threshold
        or below threshold.

        The over threshold situations is specified as below.
          1. When the MOS value in one jitter test is not in
             the range hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger', pingCtlType of the test
        is hh3cNqajitter and hh3cNqaCtlCodecType is 'g711Alaw' or 'g711Ulaw'
        or 'g729A'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 8 }

.1.3.6.1.4.1.25506.8.3.3.9
hh3cNqaJitterOverThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType, hh3cNqaReactCurrentStatus }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes.
        The change may occur when the watched condition is above threshold
        or below threshold.

          1. The average jitter value is not in the range of
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit and the
             hh3cNqaReactThresholdType is specified as 'average' type.
          2. The total number of times that the average jitter value is not
             in the range of hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit reaches or exceeds
             the value specified in hh3cNqaReactThresholdAccumNum and the
             hh3cNqaReactThresholdType is specified as 'accumulative' type.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is hh3cNqajitter or hh3cNqaTwampLight."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 9 }

.1.3.6.1.4.1.25506.8.3.3.10
hh3cNqaProbeTimeAboveThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes to 'overThreshold', 'invalid' or 'overUpperThreshold'.
        The change may occur when the monitored condition exceeds the
        threshold (or upper threshold) or When NQA operation is stopped.

        The above threshold situations are specified as below.
          1. Probe time is not in the range hh3cNqaReactThresholdLowerLimit
             through hh3cNqaReactThresholdUpperLimit.
          2. The probe time is accumulatively not in the range
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit for a number of times
             specified in hh3cNqaReactThresholdAccumNum.
          3. The probe time is consecutively not in the range
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit for a number of times
             specified in hh3cNqaReactThresholdConsecNum.
          4. When NQA operation is stopped.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is not hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 10 }

.1.3.6.1.4.1.25506.8.3.3.11
hh3cNqaProbeTimeBelowThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes to 'belowThreshold' or 'belowLowerThreshold' from a
        threshold-crossing state.

        The below threshold situations are specified as below.
          1. Probe time is in the range hh3cNqaReactThresholdLowerLimit
             through hh3cNqaReactThresholdUpperLimit.
          2. The probe time is accumulatively in the range
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit for a number of times
             specified in hh3cNqaReactThresholdAccumNum.
          3. The probe time is consecutively in the range
             hh3cNqaReactThresholdLowerLimit through
             hh3cNqaReactThresholdUpperLimit for a number of times
             specified in hh3cNqaReactThresholdConsecNum.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is not hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 11 }

.1.3.6.1.4.1.25506.8.3.3.12
hh3cNqaProbeFailAboveThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes to 'overThreshold', 'invalid' or 'overUpperThreshold'.
        The change may occur when the monitored condition exceeds the
        threshold (or upper threshold) or When NQA operation is stopped.

        The threshold-crossing situations are specified as below.
          1. When the number of accumulative failed probes reaches the specified
             value in hh3cNqaReactThresholdAccumNum in one test while the value
             of hh3cNqaReactThresholdType is 'accumulative'.
          2. When the number of consecutive failed probes reaches the specified
             value in hh3cNqaReactThresholdConsecNum in one test while the value
             of hh3cNqaReactThresholdType is 'consecutive'.
          3. When NQA operation is stopped.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is not hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 12 }

.1.3.6.1.4.1.25506.8.3.3.13
hh3cNqaProbeFailBelowThreshold NOTIFICATION-TYPE
  -- FROM	HH3C-NQA-MIB
  OBJECTS	{ hh3cNqaReactOwnerIndex, hh3cNqaReactTestName, hh3cNqaReactItemIndex, pingCtlTargetAddressType, pingCtlTargetAddress, pingCtlType, pingCtlDescr, hh3cNqaReactThresholdType }
  DESCRIPTION	"It is generated when the value of hh3cNqaReactCurrentStatus
        changes to 'belowThreshold' or 'belowLowerThreshold' from a
        threshold-crossing state.

        The below threshold situations are specified as below.
          1. When the number of accumulative successful probes reaches the specified
             value in hh3cNqaReactThresholdAccumNum in one test while the value
             of hh3cNqaReactThresholdType is 'accumulative'.
          2. When the number of consecutive successful probes reaches the specified
             value in hh3cNqaReactThresholdConsecNum in one test while the value
             of hh3cNqaReactThresholdType is 'consecutive'.

        This notification is valid only when hh3cNqaReactActionType
        is 'trapOnly' or 'trapAndTrigger' and pingCtlType of the test
        is not hh3cNqajitter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNqa(3) hh3cNqaNotifications(3) 13 }

.1.3.6.1.4.1.25506.8.4
hh3crmonExtend OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 4 }

.1.3.6.1.4.1.25506.8.4.0
hh3crmonExtendEventsV2 OBJECT-GROUP
  -- FROM	HH3C-RMON-EXT-MIB
  DESCRIPTION	"Definition point for pri RMON notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) 0 }

.1.3.6.1.4.1.25506.8.4.0.1
hh3cpririsingAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  OBJECTS	{ hh3cprialarmIndex, hh3cprialarmSympol, hh3cprialarmSampleType, hh3cprialarmValue, hh3cprialarmRisingThreshold }
  DESCRIPTION	"The SNMP trap that is generated when an alarm
                  entry crosses its rising threshold and generates
                  an event that is configured for sending SNMP
                  traps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3crmonExtendEventsV2(0) 1 }

.1.3.6.1.4.1.25506.8.4.0.2
hh3cprifallingAlarm NOTIFICATION-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  OBJECTS	{ hh3cprialarmIndex, hh3cprialarmSympol, hh3cprialarmSampleType, hh3cprialarmValue, hh3cprialarmFallingThreshold }
  DESCRIPTION	"The SNMP trap that is generated when an alarm
                  entry crosses its falling threshold and generates
                  an event that is configured for sending SNMP
                  traps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3crmonExtendEventsV2(0) 2 }

.1.3.6.1.4.1.25506.8.4.4
hh3cperformance MODULE-IDENTITY
  -- FROM	HH3C-RMON-EXT-MIB
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) 4 }

.1.3.6.1.4.1.25506.8.4.4.1
hh3cprialarmTable OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of alarm entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) 1 }

.1.3.6.1.4.1.25506.8.4.4.1.1
hh3cprialarmEntry OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cprialarmIndex }
  DESCRIPTION	"A list of parameters that set up a periodic checking
                  for alarm conditions.  For example, an instance of the
                  alarmValue object might be named alarmValue.8"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) 1 }

.1.3.6.1.4.1.25506.8.4.4.1.1.1
hh3cprialarmIndex OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An index that uniquely identifies an entry in the
                  alarm table.  Each such entry defines a
                  diagnostic sample at a particular interval
                  for an object on the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 1 }

.1.3.6.1.4.1.25506.8.4.4.1.1.2
hh3cprialarmInterval OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval in seconds over which the data is
                  sampled and compared with the rising and falling
                  thresholds.  When setting this variable, care
                  should be taken in the case of deltaValue
                  sampling - the interval should be set short enough
                  that the sampled variable is very unlikely to
                  increase or decrease by more than 2^31 - 1 during
                  a single sampling interval.

                  This object may not be modified if the associated
                  alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 2 }

.1.3.6.1.4.1.25506.8.4.4.1.1.3
hh3cprialarmVariable OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The object identifier of the particular variable to be
                  sampled.  Only variables that resolve to an ASN.1 primitive
                  type of INTEGER (INTEGER, Integer32, Counter32, Counter64,
                  Gauge, or TimeTicks) may be sampled.

                  Because SNMP access control is articulated entirely
                  in terms of the contents of MIB views, no access
                  control mechanism exists that can restrict the value of
                  this object to identify only those objects that exist
                  in a particular MIB view.  Because there is thus no
                  acceptable means of restricting the read access that
                  could be obtained through the alarm mechanism, the
                  probe must only grant write access to this object in
                  those views that have read access to all objects on
                  the probe.

                  During a set operation, if the supplied variable name is
                  not available in the selected MIB view, a badValue error
                  must be returned.  If at any time the variable name of
                  an established alarmEntry is no longer available in the
                  selected MIB view, the probe must change the status of
                  this alarmEntry to invalid(4).

                  This object may not be modified if the associated
                  alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 3 }

.1.3.6.1.4.1.25506.8.4.4.1.1.4
hh3cprialarmSympol OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 4 }

.1.3.6.1.4.1.25506.8.4.4.1.1.5
hh3cprialarmSampleType OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER {absoluteValue(1), deltaValue(2), speedValue(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The method of sampling the selected variable and
                  calculating the value to be compared against the
                  thresholds.  If the value of this object is
                  absoluteValue(1), the value of the selected variable
                  will be compared directly with the thresholds at the
                  end of the sampling interval.  If the value of this
                  object is deltaValue(2), the value of the selected
                  variable at the last sample will be subtracted from
                  the current value, and the difference compared with
                  the thresholds.

                  This object may not be modified if the associated
                  alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 5 }

.1.3.6.1.4.1.25506.8.4.4.1.1.6
hh3cprialarmValue OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the statistic during the last sampling
                  period.  For example, if the sample type is deltaValue,
                  this value will be the difference between the samples
                  at the beginning and end of the period.  If the sample
                  type is absoluteValue, this value will be the sampled
                  value at the end of the period.
                  This is the value that is compared with the rising and
                  falling thresholds.

                  The value during the current sampling period is not
                  made available until the period is completed and will
                  remain available until the next period completes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 6 }

.1.3.6.1.4.1.25506.8.4.4.1.1.7
hh3cprialarmStartupAlarm OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER {risingAlarm(1), fallingAlarm(2), risingOrFallingAlarm(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The alarm that may be sent when this entry is first
                  set to valid.  If the first sample after this entry
                  becomes valid is greater than or equal to the
                  risingThreshold and alarmStartupAlarm is equal to
                  risingAlarm(1) or risingOrFallingAlarm(3), then a single
                  rising alarm will be generated.  If the first sample
                  after this entry becomes valid is less than or equal
                  to the fallingThreshold and alarmStartupAlarm is equal
                  to fallingAlarm(2) or risingOrFallingAlarm(3), then a
                  single falling alarm will be generated.

                  This object may not be modified if the associated
                  alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 7 }

.1.3.6.1.4.1.25506.8.4.4.1.1.8
hh3cprialarmRisingThreshold OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A threshold for the sampled statistic.  When the current
                  sampled value is greater than or equal to this threshold,
                  and the value at the last sampling interval was less than
                  this threshold, a single event will be generated.
                  A single event will also be generated if the first
                  sample after this entry becomes valid is greater than or
                  equal to this threshold and the associated
                  alarmStartupAlarm is equal to risingAlarm(1) or
                  risingOrFallingAlarm(3).

                  After a rising event is generated, another such event
                  will not be generated until the sampled value
                  falls below this threshold and reaches the
                  alarmFallingThreshold.

                  This object may not be modified if the associated
                  alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 8 }

.1.3.6.1.4.1.25506.8.4.4.1.1.9
hh3cprialarmFallingThreshold OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A threshold for the sampled statistic.  When the current
                  sampled value is less than or equal to this threshold,
                  and the value at the last sampling interval was greater than
                  this threshold, a single event will be generated.
                  A single event will also be generated if the first
                  sample after this entry becomes valid is less than or
                  equal to this threshold and the associated
                  alarmStartupAlarm is equal to fallingAlarm(2) or
                  risingOrFallingAlarm(3).

                  After a falling event is generated, another such event
                  will not be generated until the sampled value
                  rises above this threshold and reaches the
                  alarmRisingThreshold.

                  This object may not be modified if the associated
                  alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 9 }

.1.3.6.1.4.1.25506.8.4.4.1.1.10
hh3cprialarmRisingEventIndex OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The index of the eventEntry that is
                  used when a rising threshold is crossed.  The
                  eventEntry identified by a particular value of
                  this index is the same as identified by the same value
                  of the eventIndex object.  If there is no
                  corresponding entry in the eventTable, then
                  no association exists.  In particular, if this value
                  is zero, no associated event will be generated, as
                  zero is not a valid event index.

                  This object may not be modified if the associated
                  alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 10 }

.1.3.6.1.4.1.25506.8.4.4.1.1.11
hh3cprialarmFallingEventIndex OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The index of the eventEntry that is
                  used when a falling threshold is crossed.  The
                  eventEntry identified by a particular value of
                  this index is the same as identified by the same value
                  of the eventIndex object.  If there is no
                  corresponding entry in the eventTable, then
                  no association exists.  In particular, if this value
                  is zero, no associated event will be generated, as
                  zero is not a valid event index.

                  This object may not be modified if the associated
                  alarmStatus object is equal to valid(1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 11 }

.1.3.6.1.4.1.25506.8.4.4.1.1.12
hh3cprialarmStatCycle OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 12 }

.1.3.6.1.4.1.25506.8.4.4.1.1.13
hh3cprialarmStatType OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER {forever(1), during(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 13 }

.1.3.6.1.4.1.25506.8.4.4.1.1.14
hh3cprialarmOwner OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  -- TEXTUAL CONVENTION OwnerString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The entity that configured this entry and is therefore
                  using the resources assigned to it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 14 }

.1.3.6.1.4.1.25506.8.4.4.1.1.15
hh3cprialarmStatus OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of this alarm entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cperformance(4) hh3cprialarmTable(1) hh3cprialarmEntry(1) 15 }

.1.3.6.1.4.1.25506.8.4.5
hh3crmonEnableTable OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of enable rmon entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) 5 }

.1.3.6.1.4.1.25506.8.4.5.1
hh3crmonEnableEntry OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3crmonEnableIfIndex }
  DESCRIPTION	"A list of parameters that set up a hh3crmonEnableTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3crmonEnableTable(5) 1 }

.1.3.6.1.4.1.25506.8.4.5.1.1
hh3crmonEnableIfIndex OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Specify an interface to enable rmon."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3crmonEnableTable(5) hh3crmonEnableEntry(1) 1 }

.1.3.6.1.4.1.25506.8.4.5.1.2
hh3crmonEnableStatus OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specify an interface to enable rmon."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3crmonEnableTable(5) hh3crmonEnableEntry(1) 2 }

.1.3.6.1.4.1.25506.8.4.6
hh3cTrapDestTable OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Defines the trap destination Extend Table for providing, via SNMP,
                 the capability of configure a trap dest."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) 6 }

.1.3.6.1.4.1.25506.8.4.6.1
hh3cTrapDestEntry OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ trapDestEntry }
  DESCRIPTION	"Defines an entry in the hh3cTrapDestTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cTrapDestTable(6) 1 }

.1.3.6.1.4.1.25506.8.4.6.1.1
hh3cTrapDestVersion OBJECT-TYPE
  -- FROM	HH3C-RMON-EXT-MIB
  SYNTAX	INTEGER {snmpv1(1), snmpv2(2), snmpv3andauthen(3), snmpv3andnoauthen(4), snmpv3andpriv(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The version for trap destination.
                 This object may not be modified if the associated
                 trapDestStatus object is equal to active(1)."
  DEFVAL	{ snmpv1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3crmonExtend(4) hh3cTrapDestTable(6) hh3cTrapDestEntry(1) 1 }

.1.3.6.1.4.1.25506.8.6
hh3cpaeExtMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-8021PAE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 6 }

.1.3.6.1.4.1.25506.8.6.1
hh3cpaeExtMibObjects OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) 1 }

.1.3.6.1.4.1.25506.8.6.1.0
hh3cdot1xPaeTraps OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) 0 }

.1.3.6.1.4.1.25506.8.6.1.0.1
hh3csupplicantproxycheck NOTIFICATION-TYPE
  -- FROM	HH3C-8021PAE-MIB
  OBJECTS	{ hh3cproxycheckVlanId, hh3cproxycheckPortName, hh3cproxycheckMacAddr, hh3cproxycheckIpaddr, hh3cproxycheckUsrName }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeTraps(0) 1 }

.1.3.6.1.4.1.25506.8.6.1.0.2
hh3cproxycheckVlanId OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeTraps(0) 2 }

.1.3.6.1.4.1.25506.8.6.1.0.3
hh3cproxycheckPortName OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeTraps(0) 3 }

.1.3.6.1.4.1.25506.8.6.1.0.4
hh3cproxycheckMacAddr OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeTraps(0) 4 }

.1.3.6.1.4.1.25506.8.6.1.0.5
hh3cproxycheckIpaddr OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeTraps(0) 5 }

.1.3.6.1.4.1.25506.8.6.1.0.6
hh3cproxycheckUsrName OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeTraps(0) 6 }

.1.3.6.1.4.1.25506.8.6.1.1
hh3cdot1xPaeSystem OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) 1 }

.1.3.6.1.4.1.25506.8.6.1.1.1
hh3cdot1xAuthQuietPeriod OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the quietPeriod constant
                    currently in use by the Authenticator PAE state
                    machine."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeSystem(1) 1 }

.1.3.6.1.4.1.25506.8.6.1.1.2
hh3cdot1xAuthTxPeriod OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the txPeriod constant
                    currently in use by the Authenticator PAE state
                    machine."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeSystem(1) 2 }

.1.3.6.1.4.1.25506.8.6.1.1.3
hh3cdot1xAuthSuppTimeout OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the suppTimeout constant
                   currently in use by the Backend Authentication state
                   machine."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeSystem(1) 3 }

.1.3.6.1.4.1.25506.8.6.1.1.4
hh3cdot1xAuthServerTimeout OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the serverTimeout constant
                   currently in use by the Backend Authentication state
                   machine."
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeSystem(1) 4 }

.1.3.6.1.4.1.25506.8.6.1.1.5
hh3cdot1xAuthMaxReq OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the maxReq constant currently in use by
                   the Backend Authentication state machine."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeSystem(1) 5 }

.1.3.6.1.4.1.25506.8.6.1.1.6
hh3cdot1xAuthReAuthPeriod OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value, in seconds, of the reAuthPeriod constant
                   currently in use by the Reauthentication Timer state
                   machine."
  DEFVAL	{ 3600 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeSystem(1) 6 }

.1.3.6.1.4.1.25506.8.6.1.1.7
hh3cdot1xAuthMethod OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	INTEGER {chap(1), pap(2), eap(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value defines the 802.1X authenticatin method."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeSystem(1) 7 }

.1.3.6.1.4.1.25506.8.6.1.2
hh3cdot1xPaeAuthenticator OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) 2 }

.1.3.6.1.4.1.25506.8.6.1.2.1
hh3cdot1xAuthConfigExtTable OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" table extends dot1xAuthConfigTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeAuthenticator(2) 1 }

.1.3.6.1.4.1.25506.8.6.1.2.1.1
hh3cdot1xAuthConfigExtEntry OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1xPaePortNumber }
  DESCRIPTION	" The configuration information for an Authenticator PAE."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeAuthenticator(2) hh3cdot1xAuthConfigExtTable(1) 1 }

.1.3.6.1.4.1.25506.8.6.1.2.1.1.1
hh3cdot1xpaeportAuthAdminStatus OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative enable/disable state for Port Access Control in a port."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeAuthenticator(2) hh3cdot1xAuthConfigExtTable(1) hh3cdot1xAuthConfigExtEntry(1) 1 }

.1.3.6.1.4.1.25506.8.6.1.2.1.1.2
hh3cdot1xpaeportControlledType OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	INTEGER {port(1), mac(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Port Access Control type , base port access control or base MAC access control"
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeAuthenticator(2) hh3cdot1xAuthConfigExtTable(1) hh3cdot1xAuthConfigExtEntry(1) 2 }

.1.3.6.1.4.1.25506.8.6.1.2.1.1.3
hh3cdot1xpaeportMaxUserNum OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"the max num of online user in a port"
  DEFVAL	{ 256 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeAuthenticator(2) hh3cdot1xAuthConfigExtTable(1) hh3cdot1xAuthConfigExtEntry(1) 3 }

.1.3.6.1.4.1.25506.8.6.1.2.1.1.4
hh3cdot1xpaeportUserNumNow OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"the num of online user in a port now "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeAuthenticator(2) hh3cdot1xAuthConfigExtTable(1) hh3cdot1xAuthConfigExtEntry(1) 4 }

.1.3.6.1.4.1.25506.8.6.1.2.1.1.5
hh3cdot1xpaeportClearStatistics OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	INTEGER {clear(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear various Statistics viz. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeAuthenticator(2) hh3cdot1xAuthConfigExtTable(1) hh3cdot1xAuthConfigExtEntry(1) 5 }

.1.3.6.1.4.1.25506.8.6.1.2.1.1.6
hh3cdot1xpaeportMcastTrigStatus OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative enable/disable state for sending
                   muticast EAP_REQ/ID packet."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeAuthenticator(2) hh3cdot1xAuthConfigExtTable(1) hh3cdot1xAuthConfigExtEntry(1) 6 }

.1.3.6.1.4.1.25506.8.6.1.2.1.1.7
hh3cdot1xpaeportHandshakeStatus OBJECT-TYPE
  -- FROM	HH3C-8021PAE-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative enable/disable state for sending
                   handshake EAP_REQ/ID packet."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cpaeExtMib(6) hh3cpaeExtMibObjects(1) hh3cdot1xPaeAuthenticator(2) hh3cdot1xAuthConfigExtTable(1) hh3cdot1xAuthConfigExtEntry(1) 7 }

.1.3.6.1.4.1.25506.8.7
hh3cHgmp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-HGMP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 7 }

.1.3.6.1.4.1.25506.8.7.1
hh3cClusterObject OBJECT-GROUP
  -- FROM	HH3C-HGMP-MIB
  DESCRIPTION	"This MIB contains objects to manage the cluster operations, which
            are used on lanswitch products."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) 1 }

.1.3.6.1.4.1.25506.8.7.1.0
hh3chgmpEventsV2 OBJECT-GROUP
  -- FROM	HH3C-HGMP-MIB
  DESCRIPTION	"Definition point for cluster notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 0 }

.1.3.6.1.4.1.25506.8.7.1.0.1
hh3chgmpMemberfailure NOTIFICATION-TYPE
  -- FROM	HH3C-HGMP-MIB
  OBJECTS	{ hh3chgmpGrpMemberDeviceId }
  DESCRIPTION	"When a cluster member failure, send a snmp trap to the network
            management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpEventsV2(0) 1 }

.1.3.6.1.4.1.25506.8.7.1.0.2
hh3chgmpMemberRecover NOTIFICATION-TYPE
  -- FROM	HH3C-HGMP-MIB
  OBJECTS	{ hh3chgmpGrpMemberDeviceId }
  DESCRIPTION	"When a cluster member recover, send a snmp trap to the network
            management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpEventsV2(0) 2 }

.1.3.6.1.4.1.25506.8.7.1.0.3
hh3chgmpMemberStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-HGMP-MIB
  OBJECTS	{ hh3chgmpGrpMemberDeviceId, hh3chgmpNTDPCacheClusterRole }
  DESCRIPTION	"When a cluster member status change, send a snmp trap to the
            network management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpEventsV2(0) 3 }

.1.3.6.1.4.1.25506.8.7.1.0.4
hh3chgmpNetTopChange NOTIFICATION-TYPE
  -- FROM	HH3C-HGMP-MIB
  DESCRIPTION	"When net topology of this cluster change, send a snmp trap
            to the network management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpEventsV2(0) 4 }

.1.3.6.1.4.1.25506.8.7.1.1
hh3chgmpSetVLANSecurity OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {noSecurity(0), security(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure whether to perform the VLAN check inside the cluster."
  DEFVAL	{ security }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 1 }

.1.3.6.1.4.1.25506.8.7.1.2
hh3chgmpHandShakeInterval OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Handshaking interval of the cluster member switches."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 2 }

.1.3.6.1.4.1.25506.8.7.1.3
hh3chgmpHandShakeHoldtime OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Holdtime of administrator switch and member switch in the cluster."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 3 }

.1.3.6.1.4.1.25506.8.7.1.4
hh3chgmpGrpMemberTableChange OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Add 1 to the member list after it changes. The administrator checks if
            the value has changed. If not, he will not read the list once more."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 4 }

.1.3.6.1.4.1.25506.8.7.1.5
hh3chgmpMemberDisconRate OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Disconnection times of the member and administrator switches divided by
            member number times 1000."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 5 }

.1.3.6.1.4.1.25506.8.7.1.6
hh3chgmpCmdLanswitchFlag OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {false(0), true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Administrator switch flag"
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 6 }

.1.3.6.1.4.1.25506.8.7.1.7
hh3chgmpCmdClusterName OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Cluster name of the administrator switch"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 7 }

.1.3.6.1.4.1.25506.8.7.1.8
hh3chgmpMngPriIpSegCMIP OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The private management IP address of the administrator switch,
            which can not be modified after the cluster has been created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 8 }

.1.3.6.1.4.1.25506.8.7.1.9
hh3chgmpMngPriIpMask OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The private management IP address mask assigned by the administrator
            switch, which cannot be modified after the cluster has been created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 9 }

.1.3.6.1.4.1.25506.8.7.1.10
hh3chgmpFtpServer OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The cluster members can access the Ftp Server through the administrator
            switch, which can only be configured and accessed on the administrator
            switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 10 }

.1.3.6.1.4.1.25506.8.7.1.11
hh3chgmpTftpServer OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The cluster members can access the Tftp Server through the administrator
             switch, which can only be configured and accessed on the administrator
             switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 11 }

.1.3.6.1.4.1.25506.8.7.1.12
hh3chgmpSnmpHost OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Snmp Host to send the cluster trap packets, which can only be
            configured and accessed on the administrator switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 12 }

.1.3.6.1.4.1.25506.8.7.1.13
hh3chgmpLogHost OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Log host of the cluster, which can only be configured and accessed on
            the administrator switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 13 }

.1.3.6.1.4.1.25506.8.7.1.14
hh3chgmpGrpMemberTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of cluster member switches"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 14 }

.1.3.6.1.4.1.25506.8.7.1.14.1
hh3chgmpGrpMemberEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpGrpMemberDeviceId }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) 1 }

.1.3.6.1.4.1.25506.8.7.1.14.1.1
hh3chgmpGrpMemberDeviceId OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"4 bytes reserved as 0x0 + 6 bytes of MAC address, expressed as 
            a character string of the hexadecimal number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.1.14.1.2
hh3chgmpGrpMemberSerial OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..2047) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When adding member switch to the cluster, the administrator switch
            will assign an unique integer to identify it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.1.14.1.3
hh3chgmpGrpMemberIpAddr OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The private IP addresses of the member switches for the communication
            inside the cluster."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 3 }

.1.3.6.1.4.1.25506.8.7.1.14.1.4
hh3chgmpGrpMemberName OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hostname of the member switch"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 4 }

.1.3.6.1.4.1.25506.8.7.1.14.1.5
hh3chgmpGrpMemberPassword OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Member password for joining a cluster"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 5 }

.1.3.6.1.4.1.25506.8.7.1.14.1.6
hh3chgmpGrpMemberPlatform OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Set the hardware platform. A null string indicates the information
            does not exist in the device adjacency table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 6 }

.1.3.6.1.4.1.25506.8.7.1.14.1.7
hh3chgmpGrpMemberStatus OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {normal(0), fault(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Member status on the administrator switch, use for displaying the
            network management status."
  DEFVAL	{ fault }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 7 }

.1.3.6.1.4.1.25506.8.7.1.14.1.8
hh3chgmpGrpMemberDisconCount OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of inside communication disconnection between the member switch
            and the administrator switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 8 }

.1.3.6.1.4.1.25506.8.7.1.14.1.9
hh3chgmpGrpMemberEnrollTime OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Enrollment time of the member, measured in seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 9 }

.1.3.6.1.4.1.25506.8.7.1.14.1.10
hh3chgmpGrpMemberOperate OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Operation indication field, indicates the operation of adding/removing
            a member by the network management agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpGrpMemberTable(14) hh3chgmpGrpMemberEntry(1) 10 }

.1.3.6.1.4.1.25506.8.7.1.15
hh3chgmpMemberResetTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Reset a member switch in the cluster."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 15 }

.1.3.6.1.4.1.25506.8.7.1.15.1
hh3chgmpMemberResetEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpMemberResetMAC }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpMemberResetTable(15) 1 }

.1.3.6.1.4.1.25506.8.7.1.15.1.1
hh3chgmpMemberResetMAC OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The management MAC address of the switch to be reset, which is the
            unique identifier of the switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpMemberResetTable(15) hh3chgmpMemberResetEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.1.15.1.2
hh3chgmpMemberEraseflash OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {noErase(0), erase(1), cannotget(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether to erase the configuration file from the flash after
            resetting the switch. Read this node, cannotget(65535) will be
            returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpMemberResetTable(15) hh3chgmpMemberResetEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.1.16
hh3chgmpClusterRole OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {roleCMDSW(1), roleMEMBERSW(2), roleBAKSW(3), roleCASW(16), roleUNISW(17)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This switch's role in cluster."
  DEFVAL	{ roleUNISW }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 16 }

.1.3.6.1.4.1.25506.8.7.1.17
hh3chgmpClusterMaxPoolNum OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max switch members that the cluster can support(include
            administrator switch)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 17 }

.1.3.6.1.4.1.25506.8.7.1.18
hh3chgmpClusterCmdSwMac OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address of administrator switch. It will be filled with
            zero when not be a member of cluster."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 18 }

.1.3.6.1.4.1.25506.8.7.1.19
hh3chgmpRun OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {false(0), true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable cluster on this switch."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 19 }

.1.3.6.1.4.1.25506.8.7.1.22
hh3chgmpProtocolMac OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 22 }

.1.3.6.1.4.1.25506.8.7.1.22.1
hh3chgmpClusterProtocolMac OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Protocol MAC of HGMP protocol family. All multicast packets of this
            protocol family use this MAC as destination MAC."
  DEFVAL	{ -1040187382 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpProtocolMac(22) 1 }

.1.3.6.1.4.1.25506.8.7.1.23
hh3chgmpTopologyManagement OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 23 }

.1.3.6.1.4.1.25506.8.7.1.23.1
hh3chgmpWhitelistTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Cluster switches white list table. White list topology is the
            topology which has been affirmed by network administrator in a
            cluster, and all devices in white list topology are recorded in this
            table. Against to white list table, black list table records the
            devices which are denied to join in cluster. Adding a black list
            device to white list table will cause a failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) 1 }

.1.3.6.1.4.1.25506.8.7.1.23.1.1
hh3chgmpWhitelistEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpWhitelistDeviceId }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpWhitelistTable(1) 1 }

.1.3.6.1.4.1.25506.8.7.1.23.1.1.1
hh3chgmpWhitelistDeviceId OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (10) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Unique identifier indicating a white list switch. Value format of the
            this object is 'XXXXYYYYYY', in which 'XXXX' is reserved as 4 bytes of
            0x0, 'YYYYYY' is a MAC address.
            For example, if the MAC is 000f-e459-000a, the value of this object is
            an octet string: '00' '00' '00' '00' '00' '0f' 'e4' '59' '00' '0a'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpWhitelistTable(1) hh3chgmpWhitelistEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.1.23.1.1.2
hh3chgmpWhitelistSerial OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..2047 | 65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When adding member switch to the cluster, the administrator switch
            will assign an unique integer to identify it. 0xffff means invalid
            value for this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpWhitelistTable(1) hh3chgmpWhitelistEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.1.23.1.1.3
hh3chgmpWhitelistRowStatus OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpWhitelistTable(1) hh3chgmpWhitelistEntry(1) 3 }

.1.3.6.1.4.1.25506.8.7.1.23.2
hh3chgmpWhitelistNbTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Cluster switches white list neighboring information table. White
            list neighbor table records all neighbor devices for every white
            list device. In fact, white list neighbor table displays the whole
            white list topology."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) 2 }

.1.3.6.1.4.1.25506.8.7.1.23.2.1
hh3chgmpWhitelistNbEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpWhitelistDeviceId, hh3chgmpWhitelistNbIndex }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpWhitelistNbTable(2) 1 }

.1.3.6.1.4.1.25506.8.7.1.23.2.1.1
hh3chgmpWhitelistNbIndex OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of a switch which is the neighbor of a white list switch
            identified by 'hgmpWhitelistDeviceId'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpWhitelistNbTable(2) hh3chgmpWhitelistNbEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.1.23.2.1.2
hh3chgmpWhitelistNbDeviceId OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Unique identifier indicating a neighbor switch of a white list
            switch. Value format of the this object is 'XXXXYYYYYY', in which
            'XXXX' is reserved as 4 bytes of 0x0, 'YYYYYY' is a MAC address.
            For example, if the MAC is 000f-e459-000a, the value of this object
            is an octet string: '00' '00' '00' '00' '00' '0f' 'e4' '59' '00' '0a'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpWhitelistNbTable(2) hh3chgmpWhitelistNbEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.1.23.2.1.3
hh3chgmpWhitelistPortName OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..47) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the port which a white list switch connects to the
            neighbor specified by 'hgmpWhitelistNbIndex'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpWhitelistNbTable(2) hh3chgmpWhitelistNbEntry(1) 3 }

.1.3.6.1.4.1.25506.8.7.1.23.2.1.4
hh3chgmpWhitelistNbPortName OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..47) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the port which a neighbor device connects to the white
            list switch specified by 'hgmpWhitelistDeviceId'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpWhitelistNbTable(2) hh3chgmpWhitelistNbEntry(1) 4 }

.1.3.6.1.4.1.25506.8.7.1.23.3
hh3chgmpBlacklistTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Cluster switches black list table. The black list table records all
            black list devices, and a device in black list is not permitted to
            join in any cluster."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) 3 }

.1.3.6.1.4.1.25506.8.7.1.23.3.1
hh3chgmpBlacklistEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpBlacklistDeviceId }
  DESCRIPTION	"Entry items"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpBlacklistTable(3) 1 }

.1.3.6.1.4.1.25506.8.7.1.23.3.1.1
hh3chgmpBlacklistDeviceId OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (10) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Unique identifier indicating a black list switch. Value format of the
            this object is 'XXXXYYYYYY', in which 'XXXX' is reserved as 4 bytes
            of 0x0, 'YYYYYY' is a MAC address.
            For example, if the MAC is 000f-e459-000a, the value of this object is
            an octet string: '00' '00' '00' '00' '00' '0f' 'e4' '59' '00' '0a'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpBlacklistTable(3) hh3chgmpBlacklistEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.1.23.3.1.2
hh3chgmpBlacklistAccessDeviceId OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Unique identifier indicating the access device of a black list switch.
            Tracing from a black list device to the cluster commander switch, the
            device which the black list switch directly connects to is the access
            device.
            Value format of the this object is 'XXXXYYYYYY', in which 'XXXX' is
            reserved as 4 bytes of 0x0, 'YYYYYY' is a MAC address. 10 bytes of 0xff
            means invalid value for this object.
            For example, if the MAC is 000f-e459-000a, the value of this object is
            an octet string: '00' '00' '00' '00' '00' '0f' 'e4' '59' '00' '0a'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpBlacklistTable(3) hh3chgmpBlacklistEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.1.23.3.1.3
hh3chgmpBlacklistAccessPortName OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..47) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port which the access device connecting to the black list switch
            is named access port, the object returns the access port name.
            An empty string means invalid value for this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpBlacklistTable(3) hh3chgmpBlacklistEntry(1) 3 }

.1.3.6.1.4.1.25506.8.7.1.23.3.1.4
hh3chgmpBlacklistRowStatus OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpTopologyManagement(23) hh3chgmpBlacklistTable(3) hh3chgmpBlacklistEntry(1) 4 }

.1.3.6.1.4.1.25506.8.7.1.24
hh3chgmpMemberPriPortTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains port number for different network protocols
            on each member switch. The port number can be used to access
            a specified member switch with specified protocol and private
            IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) 24 }

.1.3.6.1.4.1.25506.8.7.1.24.1
hh3chgmpMemberPriPortEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpMemberDevId, hh3chgmpMemberPriPortProto }
  DESCRIPTION	"Information about a specified member private port entry. The
            indexes of the entry are hh3chgmpGrpMemberDevId and
            hh3chgmpMemberPriPortProto, which indicate entries in the table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpMemberPriPortTable(24) 1 }

.1.3.6.1.4.1.25506.8.7.1.24.1.1
hh3chgmpMemberDevId OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Unique identifier indicating the switch in cluster.
            Value format of the this object is 'XXXXYYYYYY', in which 'XXXX' is 
            is reserved as 4 bytes of 0x0, 'YYYYYY' is a MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpMemberPriPortTable(24) hh3chgmpMemberPriPortEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.1.24.1.2
hh3chgmpMemberPriPortProto OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of this table. Each instance value of this object
            corresponds to a different protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpMemberPriPortTable(24) hh3chgmpMemberPriPortEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.1.24.1.3
hh3chgmpMemberPriPortProtoDescr OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It describes the hh3chgmpMemberPriPortProtocol object value.
            For example, it is 'SNMP' when hh3chgmpMemberPriPortProtocol value
            is 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpMemberPriPortTable(24) hh3chgmpMemberPriPortEntry(1) 3 }

.1.3.6.1.4.1.25506.8.7.1.24.1.4
hh3chgmpMemberPriPortNum OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The private port number of member switch, used by specified
            hh3chgmpMemberPriPortProto. By using the private IP address,
            specified protocol and port number, other devices outside
            cluster can access member switch. The private IP address
            can be acquired by reading hh3chgmpGrpMemberIpAddr."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cClusterObject(1) hh3chgmpMemberPriPortTable(24) hh3chgmpMemberPriPortEntry(1) 4 }

.1.3.6.1.4.1.25506.8.7.2
hh3cStackObject OBJECT-GROUP
  -- FROM	HH3C-HGMP-MIB
  DESCRIPTION	"This MIB contains objects to manage the stack operations, which is
            used on lanswitch products."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) 2 }

.1.3.6.1.4.1.25506.8.7.2.0
hh3chgmpStackEventsV2 OBJECT-GROUP
  -- FROM	HH3C-HGMP-MIB
  DESCRIPTION	"Definition point for Stack notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 0 }

.1.3.6.1.4.1.25506.8.7.2.0.1
hh3chgmpStackMemberfailure NOTIFICATION-TYPE
  -- FROM	HH3C-HGMP-MIB
  OBJECTS	{ hh3chgmpStackMemberDeviceId }
  DESCRIPTION	"When a stack member failure, send a snmp trap to the network
            management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackEventsV2(0) 1 }

.1.3.6.1.4.1.25506.8.7.2.0.2
hh3chgmpStackMemberRecover NOTIFICATION-TYPE
  -- FROM	HH3C-HGMP-MIB
  OBJECTS	{ hh3chgmpStackMemberDeviceId }
  DESCRIPTION	"When a stack member Recover, send a snmp trap to the network
            management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackEventsV2(0) 2 }

.1.3.6.1.4.1.25506.8.7.2.0.3
hh3chgmpStackMemberStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-HGMP-MIB
  OBJECTS	{ hh3chgmpStackMemberDeviceId, hh3chgmpNTDPCacheClusterRole }
  DESCRIPTION	"When a stack member status change, send a snmp trap to the network
            management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackEventsV2(0) 3 }

.1.3.6.1.4.1.25506.8.7.2.1
hh3chgmpStackMemberTableChange OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Change identifier of the stack member table."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 1 }

.1.3.6.1.4.1.25506.8.7.2.2
hh3chgmpStackMemberDisconRate OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Disconnection rate of the stack member switches."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 2 }

.1.3.6.1.4.1.25506.8.7.2.3
hh3chgmpMainLanswitchFlag OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {false(0), true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of the local switch in the stack."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 3 }

.1.3.6.1.4.1.25506.8.7.2.4
hh3chgmpStackIpPoolStartIP OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The first address of the management IP network segment assigned by
            the master switch, which cannot be modified in the case that there
            is IP address assignment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 4 }

.1.3.6.1.4.1.25506.8.7.2.5
hh3chgmpStackIpPoolLength OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER (1..200) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The length of the management IP segment assigned by the master
            switch, which cannot be modified in the case that there is IP
            address assignment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 5 }

.1.3.6.1.4.1.25506.8.7.2.6
hh3chgmpStackMemberTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Stack member table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 6 }

.1.3.6.1.4.1.25506.8.7.2.6.1
hh3chgmpStackMemberEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpStackMemberDeviceId }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) 1 }

.1.3.6.1.4.1.25506.8.7.2.6.1.1
hh3chgmpStackMemberDeviceId OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"2 bytes address type of the switch + 2 bytes zero + MAC address,
            expressed as a hexadecimal number string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) hh3chgmpStackMemberEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.2.6.1.2
hh3chgmpStackMemberSerial OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..2047) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"When adding a member switch to the stack, the master switch will
            assign an unique integer to identify it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) hh3chgmpStackMemberEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.2.6.1.3
hh3chgmpStackMemberIpAddr OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The private member IP address for the communication inside the stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) hh3chgmpStackMemberEntry(1) 3 }

.1.3.6.1.4.1.25506.8.7.2.6.1.4
hh3chgmpStackMemberName OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hostname of the member switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) hh3chgmpStackMemberEntry(1) 4 }

.1.3.6.1.4.1.25506.8.7.2.6.1.5
hh3chgmpStackMemberPassword OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Member password for joining a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) hh3chgmpStackMemberEntry(1) 5 }

.1.3.6.1.4.1.25506.8.7.2.6.1.6
hh3chgmpStackMemberPlatform OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Set the hardware platform. A null string indicates the information
            does not exist in the device adjacency table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) hh3chgmpStackMemberEntry(1) 6 }

.1.3.6.1.4.1.25506.8.7.2.6.1.7
hh3chgmpStackMemberStatus OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {normal(0), fault(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Member status on the master switch, use for displaying the network
            management status."
  DEFVAL	{ fault }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) hh3chgmpStackMemberEntry(1) 7 }

.1.3.6.1.4.1.25506.8.7.2.6.1.8
hh3chgmpStackMemberDisconCount OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of inside communication disconnection between the member switch
            and the master switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) hh3chgmpStackMemberEntry(1) 8 }

.1.3.6.1.4.1.25506.8.7.2.6.1.9
hh3chgmpStackMemberEnrollTime OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Enrollment time of the member, measured in seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) hh3chgmpStackMemberTable(6) hh3chgmpStackMemberEntry(1) 9 }

.1.3.6.1.4.1.25506.8.7.2.7
hh3chgmpStackRole OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {roleCMDSW(1), roleMEMBERSW(2), roleBAKSW(3), roleCASW(16), roleUNISW(17)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This switch's role status in stack."
  DEFVAL	{ roleUNISW }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 7 }

.1.3.6.1.4.1.25506.8.7.2.8
hh3chgmpStackMaxPoolNum OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max switch members in one stack that the switch support (include
            main switch)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 8 }

.1.3.6.1.4.1.25506.8.7.2.9
hh3chgmpStackMainSwMac OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address of main switch. It will be 00.00.00 when not be a
            member of stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 9 }

.1.3.6.1.4.1.25506.8.7.2.10
hh3chgmpStackIpPoolMask OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mask of the management IP segment assigned by the master switch,
            which cannot be modified in the case that there is IP address assignment."
  DEFVAL	{ -65536 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cStackObject(2) 10 }

.1.3.6.1.4.1.25506.8.7.4
hh3cNTDPObject OBJECT-GROUP
  -- FROM	HH3C-HGMP-MIB
  DESCRIPTION	"This MIB contains objects to manage the ntdp operations, which
            are used on lanswitch products."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) 4 }

.1.3.6.1.4.1.25506.8.7.4.1
hh3chgmpNTDPCollectTopTime OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Topology collection interval of the administrator switch of
            the cluster, measured in minutes."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 1 }

.1.3.6.1.4.1.25506.8.7.4.2
hh3chgmpNTDPHopRange OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Range of the topology collection of the administrator switch"
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 2 }

.1.3.6.1.4.1.25506.8.7.4.3
hh3chgmpNTDPRun OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {false(0), true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/Disable the NTDP function on the switch."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 3 }

.1.3.6.1.4.1.25506.8.7.4.4
hh3chgmpNTDPPortDelay OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set the delay to forward the topology request via the ports,
            measured in milliseconds."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 4 }

.1.3.6.1.4.1.25506.8.7.4.5
hh3chgmpNTDPHopDelay OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (1..1000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set the delay to forward the topology request from every hop,
            measured in milliseconds."
  DEFVAL	{ 200 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 5 }

.1.3.6.1.4.1.25506.8.7.4.6
hh3chgmpNTDPLastTopCollectDuration OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Duration of the latest overall topology collection, a
            performance count measured in seconds."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 6 }

.1.3.6.1.4.1.25506.8.7.4.7
hh3chgmpNTDPCacheChange OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Add 1 when the device table changes. The network administrator
            will check if it has changed before accessing the table. If it
            has not changed, he will not access again."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 7 }

.1.3.6.1.4.1.25506.8.7.4.8
hh3chgmpNTDPTOPTableChange OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Add 1 when the topology table changes. The network
            administrator will check if it has changed before accessing
            the table. If it has not changed, he will not access again."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 8 }

.1.3.6.1.4.1.25506.8.7.4.9
hh3chgmpNTDPInterfaceTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Enable/Disable the NTDP on the switch port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 9 }

.1.3.6.1.4.1.25506.8.7.4.9.1
hh3chgmpNTDPInterfaceEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpNTDPInterfaceIfIndex }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPInterfaceTable(9) 1 }

.1.3.6.1.4.1.25506.8.7.4.9.1.1
hh3chgmpNTDPInterfaceIfIndex OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Unique identifier an interface of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPInterfaceTable(9) hh3chgmpNTDPInterfaceEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.4.9.1.2
hh3chgmpNTDPInterfaceEnable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {false(0), true(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If it is true, the device will send and receive the NTDP
            packets via the interface. To disable the NTDP function on the
            interface, set the entry as false."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPInterfaceTable(9) hh3chgmpNTDPInterfaceEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.4.10
hh3chgmpNTDPCacheTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Access the information about the switch from the topology table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 10 }

.1.3.6.1.4.1.25506.8.7.4.10.1
hh3chgmpNTDPCacheEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpNTDPCacheHashIndex, hh3chgmpNTDPCacheDeviceID }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) 1 }

.1.3.6.1.4.1.25506.8.7.4.10.1.1
hh3chgmpNTDPCacheHashIndex OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Our NTDP information is saved in the HASH table on the
            administrator switch. Using DeviceID as index will lead to the
            comparison of a large amount of character strings, which puts
            too many burdens on the administrator switch. A HAHSIndex is
            added to reduce the character string comparison to the
            least range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) hh3chgmpNTDPCacheEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.4.10.1.2
hh3chgmpNTDPCacheDeviceID OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"2 bytes address type of the member switch + 2 bytes zero + MAC
            address, expressed as a character string of the
            hexadecimal number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) hh3chgmpNTDPCacheEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.4.10.1.3
hh3chgmpNTDPCacheClusterName OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of the cluster including the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) hh3chgmpNTDPCacheEntry(1) 3 }

.1.3.6.1.4.1.25506.8.7.4.10.1.4
hh3chgmpNTDPCacheClusterRole OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {roleCOSW(1), roleMSW(2), roleBKSW(3), roleCASW(16), roleUNISW(17)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Cluster role of the current device, which can be a
            administrator switch (0x01), member switch(0x02), backup
            switch(0x03), candidate switch(0x10) or an independent
            switch (incapable of cluster member) (0x11)."
  DEFVAL	{ 17 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) hh3chgmpNTDPCacheEntry(1) 4 }

.1.3.6.1.4.1.25506.8.7.4.10.1.5
hh3chgmpNTDPCacheCapabilities OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The capabilities of the device. FF indicates that the field
            was not included in in the latest NTDP packet."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) hh3chgmpNTDPCacheEntry(1) 5 }

.1.3.6.1.4.1.25506.8.7.4.10.1.6
hh3chgmpNTDPCacheVersion OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version information of the corresponding device. A null
            string indicates that the field was not included in in the
            latest NTDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) hh3chgmpNTDPCacheEntry(1) 6 }

.1.3.6.1.4.1.25506.8.7.4.10.1.7
hh3chgmpNTDPCachePlatform OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hardware platform. A null string indicates that the field
            was not included in the latest NTDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) hh3chgmpNTDPCacheEntry(1) 7 }

.1.3.6.1.4.1.25506.8.7.4.10.1.8
hh3chgmpNTDPCacheMngVLAN OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The management VLAN ID of the device."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) hh3chgmpNTDPCacheEntry(1) 8 }

.1.3.6.1.4.1.25506.8.7.4.10.1.9
hh3chgmpNTDPCacheHop OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hops to this switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPCacheTable(10) hh3chgmpNTDPCacheEntry(1) 9 }

.1.3.6.1.4.1.25506.8.7.4.11
hh3chgmpNTDPTopTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Access the topology structure collected by the NTDP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) 11 }

.1.3.6.1.4.1.25506.8.7.4.11.1
hh3chgmpNTDPTopEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chgmpNTDPTopHashIndex, hh3chgmpNTDPTopEdgeStartDevID, hh3chgmpNTDPTopEdgeIndex }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) 1 }

.1.3.6.1.4.1.25506.8.7.4.11.1.1
hh3chgmpNTDPTopHashIndex OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Our NTDP information is saved in the HASH table on the
            administrator switch. Using DeviceID as index will lead to the
            comparison of a large amount of character strings, which puts
            too many burdens on the administrator switch. A HAHSIndex is
            added to reduce the character string comparison to the
            least range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) hh3chgmpNTDPTopEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.4.11.1.2
hh3chgmpNTDPTopEdgeStartDevID OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"2 bytes address type of the member switch + 2 bytes zero + MAC
            address, expressed as a character string of the hexadecimal number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) hh3chgmpNTDPTopEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.4.11.1.3
hh3chgmpNTDPTopEdgeIndex OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Edge index of this entry in the data structure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) hh3chgmpNTDPTopEntry(1) 3 }

.1.3.6.1.4.1.25506.8.7.4.11.1.4
hh3chgmpNTDPTopEdgeEndDevID OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"2 bytes address type of the member switch + 2 bytes zero + MAC
            address, expressed as a character string of the hexadecimal number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) hh3chgmpNTDPTopEntry(1) 4 }

.1.3.6.1.4.1.25506.8.7.4.11.1.5
hh3chgmpNTDPTopEdgeStartPort OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..47) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of the first port of a topology edge. Interface
            type + card number / slot number / sequence number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) hh3chgmpNTDPTopEntry(1) 5 }

.1.3.6.1.4.1.25506.8.7.4.11.1.6
hh3chgmpNTDPTopEdgeStartPortFullDuplex OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {half(0), full(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The full-duplex status of the first port on a topology edge."
  DEFVAL	{ half }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) hh3chgmpNTDPTopEntry(1) 6 }

.1.3.6.1.4.1.25506.8.7.4.11.1.7
hh3chgmpNTDPTopEdgeStartPortSpeed OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The speed of the first port on a topology edge."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) hh3chgmpNTDPTopEntry(1) 7 }

.1.3.6.1.4.1.25506.8.7.4.11.1.8
hh3chgmpNTDPTopEdgeEndPort OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..47) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of the last port of a topology edge. Interface
            type + card number / slot number / sequence number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) hh3chgmpNTDPTopEntry(1) 8 }

.1.3.6.1.4.1.25506.8.7.4.11.1.11
hh3chgmpNTDPTopLinkStatus OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {forwarding(1), blocking(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"In STP or RSTP, it describes link status according to port STP
            steady status. In MSTP it describes STP steady status of the
            instance which management VLAN belongs to. Either
            'hgmpNTDPTopEdgeStartPort' or 'hgmpNTDPTopEdgeEndPort' STP
            steady status is 'blocking', this object is 'blocking',
            otherwise is 'forwarding'.
            If STP or MSTP is disabled, this object is 'forwarding'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNTDPObject(4) hh3chgmpNTDPTopTable(11) hh3chgmpNTDPTopEntry(1) 11 }

.1.3.6.1.4.1.25506.8.7.5
hh3cNDPObject OBJECT-GROUP
  -- FROM	HH3C-HGMP-MIB
  DESCRIPTION	"This MIB contains objects to manage the ndp operations, which are
            used on lanswitch products."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) 5 }

.1.3.6.1.4.1.25506.8.7.5.1
hh3cNDPStatus OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {disable(0), enable(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"NDP protocol module enable flag"
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) 1 }

.1.3.6.1.4.1.25506.8.7.5.2
hh3cNDPHelloTimer OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (5..254) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"NDP packet transmission interval, measured in seconds."
  DEFVAL	{ 60 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) 2 }

.1.3.6.1.4.1.25506.8.7.5.3
hh3cNDPAgingTime OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (5..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"How long the NDP information of the local switch can be hold in
            the adjacent switch, measured in seconds."
  DEFVAL	{ 180 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) 3 }

.1.3.6.1.4.1.25506.8.7.5.4
hh3cNDPChange OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Change identifier of the Neighbor table"
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) 4 }

.1.3.6.1.4.1.25506.8.7.5.5
hh3cNDPPortTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Configure to enable/disable the interface NDP of the switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) 5 }

.1.3.6.1.4.1.25506.8.7.5.5.1
hh3cNDPPortEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNDPIfIndex }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortTable(5) 1 }

.1.3.6.1.4.1.25506.8.7.5.5.1.1
hh3cNDPIfIndex OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Unique identifier of an interface of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortTable(5) hh3cNDPPortEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.5.5.1.2
hh3cNDPPortStatus OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {disable(0), enable(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If it is enable, the device will send and receive the NDP
            packets via the interface. To disable the NDP function on the
            interface, set the entry as false."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortTable(5) hh3cNDPPortEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.5.6
hh3cNDPPortNbTable OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"NDP neighbor information on the switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) 6 }

.1.3.6.1.4.1.25506.8.7.5.6.1
hh3cNDPPortNbEntry OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNDPIfIndex, hh3cNDPPortNbDeviceId, hh3cNDPPortNbPortName }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) 1 }

.1.3.6.1.4.1.25506.8.7.5.6.1.1
hh3cNDPPortNbDeviceId OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..10) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"2 bytes address type of the member switch + 2 bytes zero + MAC
            address, expressed as a character string of the hexadecimal
            number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) hh3cNDPPortNbEntry(1) 1 }

.1.3.6.1.4.1.25506.8.7.5.6.1.2
hh3cNDPPortNbPortName OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING (0..47) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Unique identifier of a port. A null string indicates that the
            field was not included in in the latest NDP packet. Interface
            type + card number / slot number / sequence number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) hh3cNDPPortNbEntry(1) 2 }

.1.3.6.1.4.1.25506.8.7.5.6.1.3
hh3cNDPPortNbDeviceName OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device name. A null string indicates that the field was not
            included in the latest NDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) hh3cNDPPortNbEntry(1) 3 }

.1.3.6.1.4.1.25506.8.7.5.6.1.4
hh3cNDPPortNbPortMode OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	INTEGER {full(1), half(2), auto(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The neighbor port duplex mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) hh3cNDPPortNbEntry(1) 4 }

.1.3.6.1.4.1.25506.8.7.5.6.1.5
hh3cNDPPortNbProductVer OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Product version. A null string indicates that the field was
            not included in the latest NDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) hh3cNDPPortNbEntry(1) 5 }

.1.3.6.1.4.1.25506.8.7.5.6.1.6
hh3cNDPPortNbHardVer OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hardware version. A null string indicates that the field was
            not included in the latest NDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) hh3cNDPPortNbEntry(1) 6 }

.1.3.6.1.4.1.25506.8.7.5.6.1.7
hh3cNDPPortNbBootromVer OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Bootrom version. A null string indicates that the field was
            not included in the latest NDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) hh3cNDPPortNbEntry(1) 7 }

.1.3.6.1.4.1.25506.8.7.5.6.1.8
hh3cNDPPortNbSoftVer OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Software version. A null string indicates that the field was
            not included in the latest NDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) hh3cNDPPortNbEntry(1) 8 }

.1.3.6.1.4.1.25506.8.7.5.6.1.9
hh3cNDPPortNbAgingtime OBJECT-TYPE
  -- FROM	HH3C-HGMP-MIB
  SYNTAX	Integer32 (5..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"How long the NDP information of the local switch can be hold
            in the adjacent switch, measured in seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cHgmp(7) hh3cNDPObject(5) hh3cNDPPortNbTable(6) hh3cNDPPortNbEntry(1) 9 }

.1.3.6.1.4.1.25506.8.8
hh3cDevice OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswDEVM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 8 }

.1.3.6.1.4.1.25506.8.8.1
hh3cCpuTable OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of CPU statistics."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) 1 }

.1.3.6.1.4.1.25506.8.8.1.1
hh3cCpuEntry OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCpuIndex }
  DESCRIPTION	"The Entries of hh3cCpuTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cCpuTable(1) 1 }

.1.3.6.1.4.1.25506.8.8.1.1.1
hh3cCpuIndex OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of hh3cCpuTable. This integer is a unique number to
             identify the CPU(s). We recommend two Number Plans in this
             paper, Logical Number or Physical Number. For the first
             case, hh3cCpuIndex is a integer, range from 1 to the Maximum
             number, for example 1,2,3,4,5 ..., where 1 represents
             the first CPU, 2 represents the second CPU, etc.  For the
             second case hh3cCpuIndex represents physical card position
             (Shelf Number, Frame Number, Slot Number, SubSlotNumber)
             where the CPU residing, for example, 0x01020304 represent
             the CPU on the 4th subslot of the 3th slot of the 2nd frame
             of the 1st Shelf. In the condition of multiple CPU system
             where CPU group coordinately  process on one board, we see
             the CPUs as one CPU"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cCpuTable(1) hh3cCpuEntry(1) 1 }

.1.3.6.1.4.1.25506.8.8.1.1.2
hh3cCpuCostRate OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The overall CPU busy percentage in the last 5 second period. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cCpuTable(1) hh3cCpuEntry(1) 2 }

.1.3.6.1.4.1.25506.8.8.1.1.3
hh3cCpuCostRatePer1Min OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The overall CPU cost percentage in the last 1 minute period. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cCpuTable(1) hh3cCpuEntry(1) 3 }

.1.3.6.1.4.1.25506.8.8.1.1.4
hh3cCpuCostRatePer5Min OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The overall CPU cost percentage in the last 5 minutes period. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cCpuTable(1) hh3cCpuEntry(1) 4 }

.1.3.6.1.4.1.25506.8.8.2
hh3cMem OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) 2 }

.1.3.6.1.4.1.25506.8.8.2.1
hh3cMemTable OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains memory information.  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) 1 }

.1.3.6.1.4.1.25506.8.8.2.1.1
hh3cMemEntry OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMemModuleIndex }
  DESCRIPTION	"The Entries of hh3cMemTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cMemTable(1) 1 }

.1.3.6.1.4.1.25506.8.8.2.1.1.1
hh3cMemModuleIndex OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of hh3cMemTable. This integer is a unique number to
             identify the memory module. We recommend two Number Plans
             in this paper, Logical Number or Physical Number. For the
             first case, hh3cMemModuleIndex is a integer, range from 1 to
             the Maximum number, for example 1,2,3,4,5 ..., where 1
             represents the first memory module, 2 represents the second
             memory module, etc.  For the second case hh3cMemModuleIndex
             represents physical card position (Shelf Number, Frame Number,
             Slot Number, SubSlotNumber) where the memory module residing,
             for example, 0x01020304 represent the memory module on the 4th
             subslot of the 3th slot of the 2nd frame of the 1st Shelf. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cMemTable(1) hh3cMemEntry(1) 1 }

.1.3.6.1.4.1.25506.8.8.2.1.1.2
hh3cMemSize OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the total size of the memory module
            which is on the managed object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cMemTable(1) hh3cMemEntry(1) 2 }

.1.3.6.1.4.1.25506.8.8.2.1.1.3
hh3cMemFree OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the free size of the memory"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cMemTable(1) hh3cMemEntry(1) 3 }

.1.3.6.1.4.1.25506.8.8.2.1.1.4
hh3cMemRawSliceUsed OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the used size of the raw slice memory"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cMemTable(1) hh3cMemEntry(1) 4 }

.1.3.6.1.4.1.25506.8.8.2.1.1.5
hh3cMemLgFree OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The largest free size of the contiguous area in the memory.
           The unit is byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cMemTable(1) hh3cMemEntry(1) 5 }

.1.3.6.1.4.1.25506.8.8.2.1.1.6
hh3cMemFail OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The times of memory allocation failures"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cMemTable(1) hh3cMemEntry(1) 6 }

.1.3.6.1.4.1.25506.8.8.2.1.1.7
hh3cMemFailNoMem OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The times of memory allocation failures due to no free memory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cMemTable(1) hh3cMemEntry(1) 7 }

.1.3.6.1.4.1.25506.8.8.2.2
hh3cBufTable OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains buffer information.  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) 2 }

.1.3.6.1.4.1.25506.8.8.2.2.1
hh3cBufEntry OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBufModuleIndex, hh3cBufSize }
  DESCRIPTION	"The Entries of hh3cBufferTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cBufTable(2) 1 }

.1.3.6.1.4.1.25506.8.8.2.2.1.1
hh3cBufModuleIndex OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of hh3cBufferTable. This integer is a unique number to
             identify the buffer module. We recommend two Number Plans
             in this paper, Logical Number or Physical Number. For the
             first case, hh3cBufferModuleIndex is a integer, range from 1 to
             the Maximum number, for example 1,2,3,4,5 ..., where 1
             represents the first buffer module, 2 represents the second
             buffer module, etc.  For the second case hh3cBufferModuleIndex
             represents physical card position (Shelf Number, Frame Number,
             Slot Number, SubSlotNumber) where the buffer module residing,
             for example, 0x01020304 represent the buffer module on the 4th
             subslot of the 3th slot of the 2nd frame of the 1st Shelf. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cBufTable(2) hh3cBufEntry(1) 1 }

.1.3.6.1.4.1.25506.8.8.2.2.1.2
hh3cBufSize OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The size of buffer,unit is byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cBufTable(2) hh3cBufEntry(1) 2 }

.1.3.6.1.4.1.25506.8.8.2.2.1.3
hh3cBufCurrentTotal OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of buffer currently."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cBufTable(2) hh3cBufEntry(1) 3 }

.1.3.6.1.4.1.25506.8.8.2.2.1.4
hh3cBufCurrentUsed OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of used buffer currently."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cMem(2) hh3cBufTable(2) hh3cBufEntry(1) 4 }

.1.3.6.1.4.1.25506.8.8.3
hh3cFlh OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) 3 }

.1.3.6.1.4.1.25506.8.8.3.1
hh3cFlhTotalSize OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The flash memory's total size, in kilobyte"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cFlh(3) 1 }

.1.3.6.1.4.1.25506.8.8.3.2
hh3cFlhTotalFree OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The free space in internal flash memory, in kilobyte"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cFlh(3) 2 }

.1.3.6.1.4.1.25506.8.8.3.3
hh3cFlhLastDelTime OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time since system up of the latest deleting operation of
            flash memory. The value of Zero indicates there is no erasing operation
            since system up"
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cFlh(3) 3 }

.1.3.6.1.4.1.25506.8.8.3.4
hh3cFlhDelState OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {executing(1), ok(2), error(3), readOnly(4), failtoopen(5), blockMallocFail(6), noneDelOperationSinceStart(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state indicates the result of current or
            latest flash memory deleting operation"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cFlh(3) 4 }

.1.3.6.1.4.1.25506.8.8.3.5
hh3cFlhState OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {busy(1), free(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Busy indicates the flash memory is unavailable due to others may be using it,
            and free indicates the flash memory is available now"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cDevice(8) hh3cFlh(3) 5 }

.1.3.6.1.4.1.25506.8.12
hh3cMpls OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 12 }

.1.3.6.1.4.1.25506.8.12.1
hh3cMplsLsr OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MPLS-LSR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) 1 }

.1.3.6.1.4.1.25506.8.12.1.1
hh3cmplsLsrObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.1
hh3cmplsInterfaceConfTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS capability
        and associated information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1
hh3cmplsInterfaceConfEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsInterfaceConfIndex }
  DESCRIPTION	"An entry in this table is created by an LSR for
        every interface capable of supporting MPLS. The
        entry with index 0 represents the per-platform label
        space and contains parameters that apply to all
        interfaces that participate in the per-platform
        label space. Other entries defined in this table
        represent additional MPLS interfaces that may
        participate in either the per-platform or per-
        interface label spaces, or both. Additional
        information about label space participation of an
        interface is provided in the description clause of
        hh3cmplsInterfaceLabelParticipationType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1.1
hh3cmplsInterfaceConfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is a unique index for an entry in the
        hh3cmplsInterfaceConfTable.  A non-zero index for an
        entry indicates the ifIndex for the corresponding
        interface entry in of the MPLS-layer in the ifTable.
        Note that the per-platform label space may apply to
        several interfaces, and therefore the configuration
        of the per-platform label space interface parameters
        will apply to all of the interfaces that are
        participating in the per-platform label space."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) hh3cmplsInterfaceConfEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1.2
hh3cmplsInterfaceLabelMinIn OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the minimum value of an MPLS label that this
        LSR is willing to receive on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) hh3cmplsInterfaceConfEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1.3
hh3cmplsInterfaceLabelMaxIn OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the maximum value of an MPLS label that this
        LSR is willing to receive on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) hh3cmplsInterfaceConfEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1.4
hh3cmplsInterfaceLabelMinOut OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the minimum value of an MPLS label that this
        LSR is willing to send on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) hh3cmplsInterfaceConfEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1.5
hh3cmplsInterfaceLabelMaxOut OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the maximum value of an MPLS label that this
        LSR is willing to send on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) hh3cmplsInterfaceConfEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1.6
hh3cmplsInterfaceTotalBandwidth OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsBitRate
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates the total amount of usable
        bandwidth on this interface and is specified in
        kilobits per second (Kbps).  This variable is
        not applicable when applied to the interface with
        index 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) hh3cmplsInterfaceConfEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1.7
hh3cmplsInterfaceAvailableBandwidth OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsBitRate
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates the total amount of available
        bandwidth available on this interface and is
        specified in kilobits per second (Kbps).  This
        value is calculated as the difference between the
        amount of bandwidth currently in use and that
        specified in hh3cmplsInterfaceTotalBandwidth.  This
        variable is not applicable when applied to the
        interface with index 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) hh3cmplsInterfaceConfEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1.8
hh3cmplsInterfaceLabelParticipationType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	BITS {perPlatform(0), perInterface(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Either the perPlatform(0) or perInterface(1) bit
        MUST be set. If the value of the
        hh3cmplsInterfaceConfIndex for this entry is zero, then
        only the perPlatform(0) bit MUST be set and the
        perInterface(1) bit is meaningless. If the
        perInterface(1) bit is set then the value of
        hh3cmplsInterfaceLabelMinIn, hh3cmplsInterfaceLabelMaxIn,
        hh3cmplsInterfaceLabelMinOut, and
        hh3cmplsInterfaceLabelMaxOut for this entry reflect the
        label ranges for this interface.  If only the
        perPlatform(0) bit is set, then the value of
        hh3cmplsInterfaceLabelMinIn, hh3cmplsInterfaceLabelMaxIn,
        hh3cmplsInterfaceLabelMinOut, and
        hh3cmplsInterfaceLabelMaxOut for this entry must be
        identical to the instance of these objects with
        index 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) hh3cmplsInterfaceConfEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.1.1.1.1.9
hh3cmplsInterfaceConfStorageType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfaceConfTable(1) hh3cmplsInterfaceConfEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.1.1.2
hh3cmplsInterfacePerfTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides MPLS performance information on
        a per-interface basis."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.2.1
hh3cmplsInterfacePerfEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hh3cmplsInterfaceConfEntry }
  DESCRIPTION	"An entry in this table is created by the LSR for
        every interface capable of supporting MPLS.  Its is
        an extension to the hh3cmplsInterfaceConfEntry table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfacePerfTable(2) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.2.1.1
hh3cmplsInterfaceInLabelsUsed OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of labels
        that are in use at this point in time on this
        interface in the incoming direction. If the interface
        participates in the per-platform label space only,
        then this instance of this object MUST be identical
        with the instance with index 0. If the interface
        participates in the per-interface label space, then this
        this instance of this object MUST represent the number of
        of per-interface labels that are in use at this point in
        time on this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfacePerfTable(2) hh3cmplsInterfacePerfEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.2.1.2
hh3cmplsInterfaceFailedLabelLookup OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of labeled packets
        that have been received on this interface and were
        discarded because there was no matching cross-connect
        entry. This object MUST count on a per-interface basis
        regardless of which label space the interface participates
        in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfacePerfTable(2) hh3cmplsInterfacePerfEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.2.1.3
hh3cmplsInterfaceOutLabelsUsed OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of top-most labels in the
        outgoing label stacks that are in use at this point
        in time on this interface. This object
        MUST count on a per-interface basis regardless of
        which label space the interface participates in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfacePerfTable(2) hh3cmplsInterfacePerfEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.2.1.4
hh3cmplsInterfaceOutFragments OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object counts the number of outgoing MPLS
        packets that required fragmentation before
        transmission on this interface. This object
        transmission on this interface. This object
        MUST count on a per-interface basis regardless of 
        which label space the interface participates in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInterfacePerfTable(2) hh3cmplsInterfacePerfEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.3
hh3cmplsInSegmentTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains a collection of incoming
        segments to an LSR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1
hh3cmplsInSegmentEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsInSegmentIfIndex, hh3cmplsInSegmentLabel }
  DESCRIPTION	"An entry in this table represents one incoming
        segment.  An entry can be created by a network
        administrator or an SNMP agent, or an MPLS signaling
        protocol.  The creator of the entry is denoted by
        hh3cmplsInSegmentOwner.  An entry in this table is
        indexed by the ifIndex of the incoming interface and
        the (top) label."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1.1
hh3cmplsInSegmentIfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This is a unique index for an entry in the
        hh3cmplsInSegmentTable.  This value represents the
        interface index for the incoming MPLS interface.  A
        value of zero represents an incoming label from the
        per-platform label space.  In this case, the
        hh3cmplsInSegmentLabel is interpreted to be an MPLS-type
        label."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) hh3cmplsInSegmentEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1.2
hh3cmplsInSegmentLabel OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The incoming label for this segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) hh3cmplsInSegmentEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1.3
hh3cmplsInSegmentNPop OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of labels to pop from the incoming
        packet.  Normally only the top label is popped from
        the packet and used for all switching decisions for
        that packet.  Note that technologies which do not
        support label popping should set this value to its
        default value of 1."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) hh3cmplsInSegmentEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1.4
hh3cmplsInSegmentAddrFamily OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION AddressFamilyNumbers
  SYNTAX	INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5), all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12), decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17), asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21), fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IANA address family [IANAFamily] of the incoming
        packet.  A value of other(0) indicates that the
        family type is either unknown or undefined."
  DEFVAL	{ other }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) hh3cmplsInSegmentEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1.5
hh3cmplsInSegmentXCIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index into hh3cmplsXCTable which identifies which cross-
        connect entry this segment is part of.  A value of
        zero indicates that this entry is not referred to by
        any cross-connect entry.  When a cross-connect entry
        is created which this in-segment is a part of, this
        object is automatically updated to reflect the value
        of hh3cmplsXCIndex of that cross-connect entry."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) hh3cmplsInSegmentEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1.6
hh3cmplsInSegmentOwner OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsObjectOwner
  SYNTAX	INTEGER {other(1), snmp(2), ldp(3), rsvp(4), crldp(5), policyAgent(6), unknown(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the entity that created and is responsible
        for managing this segment."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) hh3cmplsInSegmentEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1.7
hh3cmplsInSegmentTrafficParamPtr OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable represents a pointer to the traffic
     parameter specification for this in-segment.  This
     value may point at an entry in the
     hh3cmplsTrafficParamTable to indicate which
     hh3cmplsTrafficParamEntry is to be assigned to this
     segment.  This value may optionally point at an
     externally defined traffic parameter specification
     table.  A value of zero-dot-zero indicates best-effort
     treatment.  By having the same value of this object,
     two or more segments can indicate resource sharing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) hh3cmplsInSegmentEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1.8
hh3cmplsInSegmentRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
        delete a row in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) hh3cmplsInSegmentEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.1.1.3.1.9
hh3cmplsInSegmentStorageType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the storage type for this
        object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentTable(3) hh3cmplsInSegmentEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.1.1.4
hh3cmplsInSegmentPerfTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains statistical information for
        incoming MPLS segments to an LSR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.4.1
hh3cmplsInSegmentPerfEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hh3cmplsInSegmentEntry }
  DESCRIPTION	"An entry in this table contains statistical
        information about one incoming segment which was
        configured in the hh3cmplsInSegmentTable. The counters
        in this entry should behave in a manner similar to
        that of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentPerfTable(4) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.4.1.1
hh3cmplsInSegmentOctets OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value represents the total number of octets
        received by this segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentPerfTable(4) hh3cmplsInSegmentPerfEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.4.1.2
hh3cmplsInSegmentPackets OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of packets received by this segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentPerfTable(4) hh3cmplsInSegmentPerfEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.4.1.3
hh3cmplsInSegmentErrors OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of errored packets received on this
        segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentPerfTable(4) hh3cmplsInSegmentPerfEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.4.1.4
hh3cmplsInSegmentDiscards OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of labeled packets received on this in-
        segment, which were chosen to be discarded even
        though no errors had been detected to prevent their
        being transmitted.  One possible reason for
        discarding such a labeled packet could be to free up
        buffer space."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentPerfTable(4) hh3cmplsInSegmentPerfEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.4.1.5
hh3cmplsInSegmentHCOctets OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of octets received.  This is the 64
        bit version of hh3cmplsInSegmentOctets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentPerfTable(4) hh3cmplsInSegmentPerfEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.1.4.1.6
hh3cmplsInSegmentPerfDiscontinuityTime OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at
          which any one or more of this segment's Counter32 or
          Counter64 suffered a discontinuity. If no such
          discontinuities have occurred since the last re-
          initialization of the local management subsystem, then
          this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsInSegmentPerfTable(4) hh3cmplsInSegmentPerfEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.1.1.5
hh3cmplsOutSegmentIndexNext OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the next appropriate value to
        be used for hh3cmplsOutSegmentIndex when creating
        entries in the hh3cmplsOutSegmentTable.  If the number
        of unassigned entries is exhausted, this object will
        take on the value of 0.  To obtain the
        hh3cmplsOutSegmentIndex value for a new entry, the
        manager must first issue a management protocol
        retrieval operation to obtain the current value of
        this object.  The agent should modify the value to
        reflect the next unassigned index after each
        retrieval operation.  After a manager retrieves a
        value the agent will determine through its local
        policy when this index value will be made available
        for reuse."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.1.6
hh3cmplsOutSegmentTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains a representation of the outgoing
        segments from an LSR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 6 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1
hh3cmplsOutSegmentEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsOutSegmentIndex }
  DESCRIPTION	"An entry in this table represents one outgoing
        segment.  An entry can be created by a network
        administrator or an SNMP agent, or an MPLS signaling
        protocol.  The object hh3cmplsOutSegmentOwner indicates
        the creator of this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.1
hh3cmplsOutSegmentIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This value contains a unique index for this row.
        While a value of 0 is not valid as an index for this
        row it can be supplied as a valid value to index
        hh3cmplsXCTable to access entries for which no out-
        segment has been configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.2
hh3cmplsOutSegmentIfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value contains the interface index of the
        outgoing interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.3
hh3cmplsOutSegmentPushTopLabel OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value indicates whether or not a top label
        should be pushed onto the outgoing packet's label
        stack.  The value of this variable must be set to
        true if the outgoing interface does not support pop-
        and-go (for example an ATM interface) or if it is a
        tunnel origination.  Note that it is considered an
        error in the case that hh3cmplsOutSegmentPushTopLabel is
        set to false, but the cross-connect entry which
        refers to this out-segment has a non-zero
        hh3cmplsLabelStackIndex.  The LSR MUST ensure that this
        situation does not happen "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.4
hh3cmplsOutSegmentTopLabel OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If hh3cmplsOutSegmentPushTopLabel is true then this
        represents the label that should be pushed onto the
        top of the outgoing packet's label stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.5
hh3cmplsOutSegmentNextHopIpAddrType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether the next hop address is IPv4 or
        IPv6.  Note that a value of unknown (0) is valid
        only when the outgoing interface is of type point-to-
        point."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.6
hh3cmplsOutSegmentNextHopIpv4Addr OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION InetAddressIPv4
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1d.1d.1d.1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv4 Address of the next hop.  Its value is
        significant only when
        hh3cmplsOutSegmentNextHopIpAddrType is ipV4 (1),
        otherwise it should return a value of 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.7
hh3cmplsOutSegmentNextHopIpv6Addr OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION InetAddressIPv6
  SYNTAX	OCTET STRING (16) 
  DISPLAY-HINT	"2x:2x:2x:2x:2x:2x:2x:2x"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IPv6 address of the next hop.  Its value is
        significant only when
        hh3cmplsOutSegmentNextHopIpAddrType is ipV6 (2),
        otherwise it should return a value of 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.8
hh3cmplsOutSegmentXCIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index into hh3cmplsXCTable which identifies which cross-
        connect entry this segment is part of.  A value of
        zero indicates that this entry is not referred to by
        any cross-connect entry.  When a cross-connect entry
        is created which this out-segment is a part of, this
        object is automatically updated to reflect the value
        of hh3cmplsXCIndex of that cross-connect entry."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.9
hh3cmplsOutSegmentOwner OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsObjectOwner
  SYNTAX	INTEGER {other(1), snmp(2), ldp(3), rsvp(4), crldp(5), policyAgent(6), unknown(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the entity which created and is responsible
        for managing this segment."
  DEFVAL	{ unknown }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.10
hh3cmplsOutSegmentTrafficParamPtr OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable represents a pointer to the traffic
      parameter specification for this out-segment.  This
      value may point at an entry in the
      hh3cmplsTrafficParamTable to indicate which
      hh3cmplsTrafficParamEntry is to be assigned to this
      segment.  This value may optionally point at an
      externally defined traffic parameter specification
      table.  A value of zero-dot-zero indicates best-
      effort treatment.  By having the same value of this
      object, two or more segments can indicate resource
      sharing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 10 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.11
hh3cmplsOutSegmentRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For creating, modifying, and deleting this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 11 }

.1.3.6.1.4.1.25506.8.12.1.1.6.1.12
hh3cmplsOutSegmentStorageType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable indicates the storage type for this
        object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentTable(6) hh3cmplsOutSegmentEntry(1) 12 }

.1.3.6.1.4.1.25506.8.12.1.1.7
hh3cmplsOutSegmentPerfTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains statistical information about
        outgoing segments from an LSR. The counters in this
        entry should behave in a manner similar to that of
        the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 7 }

.1.3.6.1.4.1.25506.8.12.1.1.7.1
hh3cmplsOutSegmentPerfEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hh3cmplsOutSegmentEntry }
  DESCRIPTION	"An entry in this table contains statistical
        information about one outgoing segment configured in
        hh3cmplsOutSegmentTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentPerfTable(7) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.7.1.1
hh3cmplsOutSegmentOctets OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value contains the total number of octets sent
        on this segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentPerfTable(7) hh3cmplsOutSegmentPerfEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.7.1.2
hh3cmplsOutSegmentPackets OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value contains the total number of packets sent
        on this segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentPerfTable(7) hh3cmplsOutSegmentPerfEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.7.1.3
hh3cmplsOutSegmentErrors OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of packets that could not be sent due to
        errors on this segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentPerfTable(7) hh3cmplsOutSegmentPerfEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.7.1.4
hh3cmplsOutSegmentDiscards OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of labeled packets received on this out-
        segment, which were chosen to be discarded even
        though no errors had been detected to prevent their
        being transmitted.  One possible reason for
        discarding such a labeled packet could be to free up
        buffer space."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentPerfTable(7) hh3cmplsOutSegmentPerfEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.7.1.5
hh3cmplsOutSegmentHCOctets OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of octets sent.  This is the 64 bit
        version of hh3cmplsOutSegmentOctets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentPerfTable(7) hh3cmplsOutSegmentPerfEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.1.7.1.6
hh3cmplsOutSegmentPerfDiscontinuityTime OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime on the most recent occasion at
          which any one or more of this segment's Counter32 or
          Counter64 suffered a discontinuity. If no such
          discontinuities have occurred since the last re-
          initialization of the local management subsystem, then
          this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsOutSegmentPerfTable(7) hh3cmplsOutSegmentPerfEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.1.1.8
hh3cmplsXCIndexNext OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used
        for hh3cmplsXCIndex when creating entries in the
        hh3cmplsXCTable.  The value 0 indicates that no
        unassigned entries are available.  To obtain the
        value of hh3cmplsXCIndex for a new entry in the
        hh3cmplsXCTable, the manager issues a management
        protocol retrieval operation to obtain the current
        value of hh3cmplsXCIndex.  After each retrieval
        operation, the agent should modify the value to
        reflect the next unassigned index.  After a manager
        retrieves a value the agent will determine through
        its local policy when this index value will be made
        available for reuse."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 8 }

.1.3.6.1.4.1.25506.8.12.1.1.9
hh3cmplsXCTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies information for switching
        between LSP segments.  It supports point-to-point,
        point-to-multipoint and multipoint-to-point
        connections.  hh3cmplsLabelStackTable specifies the
        label stack information for a cross-connect LSR and
        is referred to from hh3cmplsXCTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 9 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1
hh3cmplsXCEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsXCIndex, hh3cmplsInSegmentIfIndex, hh3cmplsInSegmentLabel, hh3cmplsOutSegmentIndex }
  DESCRIPTION	"A row in this table represents one cross-connect
        entry.  The following objects index it:
       
        - cross-connect index hh3cmplsXCIndex that uniquely
          identifies a group of cross-connect entries
        - interface index of the in-segment,
          hh3cmplsInSegmentIfIndex
        - incoming label(s), hh3cmplsInSegmentLabel
        - out-segment index, hh3cmplsOutSegmentIndex
       
       Originating LSPs:
        These are represented by using the special
        combination of values hh3cmplsInSegmentIfIndex=0 and
        hh3cmplsInSegmentLabel=0 as indexes.  In this case the
        hh3cmplsOutSegmentIndex MUST be non-zero.
       
       Terminating LSPs:
       These are represented by using the special value
        hh3cmplsOutSegmentIndex=0 as index.

       Special labels:
        Entries indexed by reserved MPLS label values 0
        through 15 imply terminating LSPs and MUST have
        hh3cmplsOutSegmentIfIndex = 0.  Note that situations
        where LSPs are terminated with incoming label equal
        to 0, should have hh3cmplsInSegmentIfIndex = 0 as well,
        but can be distinguished from originating LSPs
        because the hh3cmplsOutSegmentIfIndex = 0.  The
        hh3cmplsOutSegmentIfIndex MUST only be set to 0 in
        cases of terminating LSPs.
       
        An entry can be created by a network administrator
        or by an SNMP agent as instructed by an MPLS
        signaling protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1.1
hh3cmplsXCIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Primary index for the conceptual row identifying 
        a group of cross-connect segments."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) hh3cmplsXCEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1.2
hh3cmplsXCLspId OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsLSPID
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This value identifies the label switched path that
        this cross-connect entry belongs to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) hh3cmplsXCEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1.3
hh3cmplsXCLabelStackIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Primary index into hh3cmplsLabelStackTable identifying a
        stack of labels to be pushed beneath the top label.
        Note that the top label identified by the out-
        segment ensures that all the components of a
        multipoint-to-point connection have the same
        outgoing label.  A value of 0 indicates that no
        labels are to be stacked beneath the top label."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) hh3cmplsXCEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1.4
hh3cmplsXCIsPersistent OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes whether or not this cross-connect entry and
        associated in- and out-segments should be restored
        automatically after failures.  This value MUST be
        set to false in cases where this cross-connect entry
        was created by a signaling protocol."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) hh3cmplsXCEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1.5
hh3cmplsXCOwner OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsObjectOwner
  SYNTAX	INTEGER {other(1), snmp(2), ldp(3), rsvp(4), crldp(5), policyAgent(6), unknown(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the entity that created and is responsible
        for managing this cross-connect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) hh3cmplsXCEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1.6
hh3cmplsXCRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For creating, modifying, and deleting this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) hh3cmplsXCEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1.7
hh3cmplsXCStorageType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the storage type for this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) hh3cmplsXCEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1.8
hh3cmplsXCAdminStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The desired operational status of this segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) hh3cmplsXCEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.1.1.9.1.9
hh3cmplsXCOperStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	INTEGER {up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The actual operational status of this cross-
        connect."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsXCTable(9) hh3cmplsXCEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.1.1.10
hh3cmplsMaxLabelStackDepth OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum stack depth supported by this LSR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 10 }

.1.3.6.1.4.1.25506.8.12.1.1.11
hh3cmplsLabelStackIndexNext OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used
        for hh3cmplsLabelStackIndex when creating entries in the
        hh3cmplsLabelStackTable.  The value 0 indicates that no
        unassigned entries are available.  To obtain an
        hh3cmplsLabelStackIndex value for a new entry, the
        manager issues a management protocol retrieval
        operation to obtain the current value of this
        object.  After each retrieval operation, the agent
        should modify the value to reflect the next
        unassigned index.  After a manager retrieves a value
        the agent will determine through its local policy
        when this index value will be made available for
        reuse."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 11 }

.1.3.6.1.4.1.25506.8.12.1.1.12
hh3cmplsLabelStackTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies the label stack to be pushed
        onto a packet, beneath the top label.  Entries into
        this table are referred to from hh3cmplsXCTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 12 }

.1.3.6.1.4.1.25506.8.12.1.1.12.1
hh3cmplsLabelStackEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsLabelStackIndex, hh3cmplsLabelStackLabelIndex }
  DESCRIPTION	"An entry in this table represents one label which is
        to be pushed onto an outgoing packet, beneath the
        top label.  An entry can be created by a network
        administrator or by an SNMP agent as instructed by
        an MPLS signaling protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsLabelStackTable(12) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.12.1.1
hh3cmplsLabelStackIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Primary index for this row identifying a stack of
        labels to be pushed on an outgoing packet, beneath
        the top label."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsLabelStackTable(12) hh3cmplsLabelStackEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.12.1.2
hh3cmplsLabelStackLabelIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Secondary index for this row identifying one label
        of the stack.  Note that an entry with a smaller
        hh3cmplsLabelStackLabelIndex would refer to a label
        higher up the label stack and would be popped at a
        downstream LSR before a label represented by a
        higher hh3cmplsLabelStackLabelIndex at a downstream
        LSR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsLabelStackTable(12) hh3cmplsLabelStackEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.12.1.3
hh3cmplsLabelStackLabel OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsLabel
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The label to pushed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsLabelStackTable(12) hh3cmplsLabelStackEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.12.1.4
hh3cmplsLabelStackRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For creating, modifying, and deleting this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsLabelStackTable(12) hh3cmplsLabelStackEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.12.1.5
hh3cmplsLabelStackStorageType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Defines the storage type for this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsLabelStackTable(12) hh3cmplsLabelStackEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.1.13
hh3cmplsTrafficParamIndexNext OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value which will
        be used for hh3cmplsTrafficParamIndex when creating
        entries in the hh3cmplsTrafficParamTable.  The value 0
        indicates that no unassigned entries are available.
        To obtain the hh3cmplsTrafficParamIndex value for a new
        entry, the manager issues a management protocol
        retrieval operation to obtain the current value of
        this object.  After each retrieval operation, the
        agent should modify the value to reflect the next
        unassigned index.  After a manager retrieves a value
        the agent will determine through its local policy
        when this index value will be made available for
        reuse."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 13 }

.1.3.6.1.4.1.25506.8.12.1.1.14
hh3cmplsTrafficParamTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies the Traffic Parameter objects
        for in and out-segments."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 14 }

.1.3.6.1.4.1.25506.8.12.1.1.14.1
hh3cmplsTrafficParamEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsTrafficParamIndex }
  DESCRIPTION	"An entry in this table represents the TrafficParam
        objects for one or more in or out segments.  A
        single entry can be pointed to by multiple segments
        indicating resource sharing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsTrafficParamTable(14) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.14.1.1
hh3cmplsTrafficParamIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Uniquely identifies this row of the table.  Note
        that zero represents an invalid index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsTrafficParamTable(14) hh3cmplsTrafficParamEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.1.14.1.2
hh3cmplsTrafficParamMaxRate OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsBitRate
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum rate in kilobits/second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsTrafficParamTable(14) hh3cmplsTrafficParamEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.1.14.1.3
hh3cmplsTrafficParamMeanRate OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsBitRate
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mean rate in kilobits/second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsTrafficParamTable(14) hh3cmplsTrafficParamEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.1.14.1.4
hh3cmplsTrafficParamMaxBurstSize OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION Hh3cMplsBurstSize
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  UNITS	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Maximum burst size in bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsTrafficParamTable(14) hh3cmplsTrafficParamEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.1.14.1.5
hh3cmplsTrafficParamRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For creating, modifying, and deleting this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsTrafficParamTable(14) hh3cmplsTrafficParamEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.1.14.1.6
hh3cmplsTrafficParamStorageType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) hh3cmplsTrafficParamTable(14) hh3cmplsTrafficParamEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.1.1.15
hh3cmplsXCTrapEnable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If this object is true, then it enables the
        generation of hh3cmplsXCUp and hh3cmplsXCDown traps,
        otherwise these traps are not emitted."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrObjects(1) 15 }

.1.3.6.1.4.1.25506.8.12.1.2
hh3cmplsLsrNotifications OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.2.0
hh3cmplsLsrNotifyPrefix OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrNotifications(2) 0 }

.1.3.6.1.4.1.25506.8.12.1.2.0.1
hh3cmplsXCUp NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  OBJECTS	{ hh3cmplsXCIndex, hh3cmplsInSegmentIfIndex, hh3cmplsInSegmentLabel, hh3cmplsOutSegmentIndex, hh3cmplsXCAdminStatus, hh3cmplsXCOperStatus }
  DESCRIPTION	"This notification is generated when a
        hh3cmplsXCOperStatus object for one of the configured
        cross-connect entries is about to leave the down
        state and transition into some other state (but not
        into the notPresent state).  This other state is
        indicated by the included value of
        hh3cmplsXCOperStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrNotifications(2) hh3cmplsLsrNotifyPrefix(0) 1 }

.1.3.6.1.4.1.25506.8.12.1.2.0.2
hh3cmplsXCDown NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  OBJECTS	{ hh3cmplsXCIndex, hh3cmplsInSegmentIfIndex, hh3cmplsInSegmentLabel, hh3cmplsOutSegmentIndex, hh3cmplsXCAdminStatus, hh3cmplsXCOperStatus }
  DESCRIPTION	"This notification is generated when a
        hh3cmplsXCOperStatus object for one of the configured
        cross-connect entries is about to enter the down
        state from some other state (but not from the
        notPresent state).  This other state is indicated by
        the included value of hh3cmplsXCOperStatus."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrNotifications(2) hh3cmplsLsrNotifyPrefix(0) 2 }

.1.3.6.1.4.1.25506.8.12.1.3
hh3cmplsLsrConformance OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.3.1
hh3cmplsLsrGroups OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) 1 }

.1.3.6.1.4.1.25506.8.12.1.3.1.1
hh3cmplsInterfaceGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Collection of objects needed for MPLS interface
           configuration and performance information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 1 }

.1.3.6.1.4.1.25506.8.12.1.3.1.2
hh3cmplsInSegmentGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Collection of objects needed to implement an in-
           segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 2 }

.1.3.6.1.4.1.25506.8.12.1.3.1.3
hh3cmplsOutSegmentGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Collection of objects needed to implement an out-
           segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 3 }

.1.3.6.1.4.1.25506.8.12.1.3.1.4
hh3cmplsXCGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Collection of objects needed to implement a
           cross-connect entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 4 }

.1.3.6.1.4.1.25506.8.12.1.3.1.5
hh3cmplsXCOptionalGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Collection of optional objects for implementing 
           a cross-connect entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 5 }

.1.3.6.1.4.1.25506.8.12.1.3.1.6
hh3cmplsPerfGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Collection of objects providing performance
           information
        about an LSR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 6 }

.1.3.6.1.4.1.25506.8.12.1.3.1.7
hh3cmplsHCInSegmentPerfGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Object(s) providing performance information
           specific to out-segments for which the object
           hh3cmplsInterfaceInOctets wraps around too quickly."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 7 }

.1.3.6.1.4.1.25506.8.12.1.3.1.8
hh3cmplsHCOutSegmentPerfGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Object(s) providing performance information
           specific to out-segments for which the object
           hh3cmplsInterfaceOutOctets wraps around too
           quickly."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 8 }

.1.3.6.1.4.1.25506.8.12.1.3.1.9
hh3cmplsTrafficParamGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Object(s) required for supporting QoS resource
           reservation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 9 }

.1.3.6.1.4.1.25506.8.12.1.3.1.10
hh3cmplsXCIsPersistentGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Objects needed to support persistent cross-
           connects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 10 }

.1.3.6.1.4.1.25506.8.12.1.3.1.11
hh3cmplsXCIsNotPersistentGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Objects needed to support non-persistent cross-
           connects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 11 }

.1.3.6.1.4.1.25506.8.12.1.3.1.12
hh3cmplsLabelStackGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Objects needed to support label stacking."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 12 }

.1.3.6.1.4.1.25506.8.12.1.3.1.13
hh3cmplsSegmentDiscontinuityGroup OBJECT-GROUP
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	" A collection of objects providing information
        specific to segment discontinuities.."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 13 }

.1.3.6.1.4.1.25506.8.12.1.3.1.14
hh3cmplsLsrNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Set of notifications implemented in this module.
           None is mandatory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrGroups(1) 14 }

.1.3.6.1.4.1.25506.8.12.1.3.2
hh3cmplsLsrCompliances OBJECT-TYPE
  -- FROM	HH3C-MPLS-LSR-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) 2 }

.1.3.6.1.4.1.25506.8.12.1.3.2.1
hh3cmplsLsrModuleCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-MPLS-LSR-MIB
  DESCRIPTION	"Compliance statement for agents that support the
        MPLS LSR MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLsr(1) hh3cmplsLsrConformance(3) hh3cmplsLsrCompliances(2) 1 }

.1.3.6.1.4.1.25506.8.12.2
hh3cMplsLdp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) 2 }

.1.3.6.1.4.1.25506.8.12.2.1
hh3cMplsLdpObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.1
hh3cMplsLdpLsrObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1
hh3cMplsLdpLsrIncarnTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MPLS provides support for multiple incarnations of the 
              MPLS Stack in a target. The LSR defined in the standard <IETF
              DRAFT> MIB is treated as an incarnation in this MIB. Using a
              local policy the Network administrator must group the LDP Entities
              that should be placed in an incarnation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1
hh3cMplsLdpLsrIncarnEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID }
  DESCRIPTION	"An entry in this table represents an LSR incarnation.
              All the entries in this table are created initially when the 
              LDP is initiated. The row status of each entry will be in 
              'notInService' state initially. The row status must be set to
              'active' after the necessary configurations are complete with
              respect to an incarnation.

              Currenlty the LSR ID of the incarnation is the only mandatory
              parameter that must be set before the rowStatus is set to 
              'active'.

              An LSR Incarnation Entity is uniquely indexed by its Incarnation
              Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.1
hh3cMplsLdpLsrID OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION MplsLsrIdentifier
  SYNTAX	OCTET STRING (4) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The LSR's Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.2
hh3cMplsLdpLsrLoopDetectionPresent OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A indication of whether this LSR supports loop detection.  A 
             value of 'true' indicates this LSR does support loop detection.  
             A value of 'false' indicates this LSR does not support
             loop detection."
  DEFVAL	{ true }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.3
hh3cMplsLdpLsrLoopDetectionAdminStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To enable loop detection the value of this object should be 
             'enabled(1)'.  Otherwise, to turn off loop detection, set this 
             value to 'disabled(2)'."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.4
hh3cMplsLdpLsrPathVectorLimit OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object only has meaning if hh3cMplsLdpLsrLoopDetectionPresent 
             has the value of 'true'.

             The value of this object represents the limit of path vectors which
             this LSR uses to treat the message as if it had traversed a loop."
  DEFVAL	{ 32 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.5
hh3cMplsLdpLsrHopCountLimit OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object only has meaning if hh3cMplsLdpLsrLoopDetectionPresent 
             has the value of 'true'.

             The value of this object represents the limit on the Hop Count 
             which this LSR uses to treat the message as if it had traversed a 
             loop."
  DEFVAL	{ 32 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.6
hh3cMplsLdpLsrLoopPreventionPresent OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A indication of whether this LSR supports loop prevention.  A 
             value of 'true' indicates this LSR does support loop prevention.  
             A value of 'false' indicates this LSR does not support loop 
             prevention.

             Current release of MPLS does not provide support to assign
             this MIB object with a value 'true'."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.7
hh3cMplsLdpLsrLoopPreventionAdminStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To enable loop prevention the value of this object should be 
             'enabled(1)'.  Otherwise, to turn off loop prevention, set this 
             value to 'disabled(2)'.

             Current release of MPLS does not provide support to assign
             this MIB object with a value 'enabled'."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.8
hh3cMplsLdpLsrLabelRetentionMode OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {conservative(1), liberal(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The LSR can be configured to use either conservative or liberal 
              label retention mode.

             If the value of this object is conservative(1) then advertized 
             label mappings are retained only if they will be used to forward 
             packets, i.e. if label came from a valid next hop.  If the value of
             this object is liberal(2) then all advertized label mappings are 
             retained whether they are from a valid next hop or not.

             Current release of MPLS does not provide support to assign
             this MIB object with a value 'liberal'."
  DEFVAL	{ conservative }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.9
hh3cMplsLdpLsrIncarnID OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The incarnation acts as index to all the elements in this
              table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.10
hh3cMplsLdpLsrMaxLdpEntities OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (1..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of LDP entities that can be supported by this
              Incarnation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 10 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.11
hh3cMplsLdpLsrMaxLocalPeers OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (1..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of Local LDP peers that can be supported by 
              this Incarnation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 11 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.12
hh3cMplsLdpLsrMaxRemotePeers OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (1..1024) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of Remote LDP peers that can be supported by 
              this Incarnation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 12 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.13
hh3cMplsLdpLsrMaxIfaces OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of Label enabled Interfaces that can be 
              supported by this Incarnation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 13 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.14
hh3cMplsLdpLsrMaxLsps OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of Label Switched Paths that can be 
              supported by this Incarnation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 14 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.15
hh3cMplsLdpLsrMaxCrlspTnls OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of CRLSPs that can be supported by this
             Incarnation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 15 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.16
hh3cMplsLdpLsrMaxErhopPerCrlspTnl OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" The maximum number of ER-Hops that can be supported in a 
              CRLSP tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 16 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.17
hh3cMplsLdpLsrRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An object that allows entries in this table to
                  be created and deleted using the
                  RowStatus convention."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 17 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.18
hh3cMplsLdpLsrMaxVcmCapability OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 18 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.19
hh3cMplsLdpLsrVcmPathVecInAllLblMapPresent OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 19 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.20
hh3cMplsLdpLsrRequestRetrytimerValue OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 20 }

.1.3.6.1.4.1.25506.8.12.2.1.1.1.1.21
hh3cMplsLdpLsrNumOfRequestRetryAttempts OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpLsrObjects(1) hh3cMplsLdpLsrIncarnTable(1) hh3cMplsLdpLsrIncarnEntry(1) 21 }

.1.3.6.1.4.1.25506.8.12.2.1.2
hh3cMplsLdpEntityObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1
hh3cMplsLdpEntityTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the
             MPLS Label Distribution Protocol Entities which
             exist on this Label Switch Router (LSR)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1
hh3cMplsLdpEntityEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityIfIndex }
  DESCRIPTION	"An entry in this table represents an LDP entity.
             An entry can be created by a network administrator
             or by an SNMP agent as instructed by LDP.

             An LPD Entity is uniquely indexed by its LPD
             Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.1
hh3cMplsLdpEntityID OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION MplsLdpIdentifier
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The LDP identifier which uniquely identifies
             the LDP Entity.  This is s six octet quantity
             which is used to identify an Label Switch Router
             (LSR) label space.

             The first four octets encode an IP address
             assigned to the LSR, and the last two octets
             identify a specific label space within the
             LSR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.2
hh3cMplsLdpEntityLabelSpaceType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {unknown(1), perInterface(2), perPlatform(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of label spaces associated with this
             LDP Entity.  The values are

                'unknown(1)'        The type of label space is
                                    not known.

                'perInterface(2)'   The type of label space is
                                    tied to an interface.
                'perPlatform(3)'    The type of label space is
                                    tied to the platform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.3
hh3cMplsLdpEntityDefVpi OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Default VPI value used in the label for the default
             VPI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.4
hh3cMplsLdpEntityDefVci OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Default VCI value used in the label for the default
             VCI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.5
hh3cMplsLdpEntityUnlabTrafVpi OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VPI value of the VCC supporting unlabeled traffic."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.6
hh3cMplsLdpEntityUnlabTrafVci OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VCI value of the VCC supporting unlabeled traffic."
  DEFVAL	{ 32 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.7
hh3cMplsLdpEntityMergeCapability OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {noMerge(0), vpMerge(1), vcMerge(2), vpVcMerge(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Sets the merge capability for this LDP entity.

              Current Release of MPLS does not provide support for
              any kind of Merge."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.8
hh3cMplsLdpEntityVcDirectionality OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {bidirectional(1), unidirectional(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Sets the VC directionality for this LDP entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.9
hh3cMplsLdpEntityWellKnownDiscoveryPort OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The well known LDP Discovery Port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.10
hh3cMplsLdpEntityMtu OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum transmission unit (MTU) that was configured
             for this entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 10 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.11
hh3cMplsLdpEntityKeepAliveHoldTimer OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (1..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The two octet value which is the proposed keep alive hold
             timer for this LDP Entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 11 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.12
hh3cMplsLdpEntityFailedInitSessionThreshold OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When attempting to establish a session with a
             given Peer, the given LDP Entity should
             send out a notification when exceeding this threshold.
             A value of 0 (zero) for this object
             indicates that the threshold is infinity.
             In other words, a notification will not
             be sent if the value of this object is 0 (zero)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 12 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.13
hh3cMplsLdpEntityLabelDistributionMethod OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {downstreamOnDemand(1), downstreamUnsolicited(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For any given LDP session, the method of
             label distribution must be specified.
 
             Current release of MPLS does not provide support for
             'downstreamUnsolicited'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 13 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.14
hh3cMplsLdpEntityLabelAllocationMethod OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {ordered(1), independent(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For any given LDP session, the method of
             label allocation must be specified. Label can be allocated
             in either ordered mode or in the independent mode."
  DEFVAL	{ ordered }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 14 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.15
hh3cMplsLdpEntityHelloHoldTimer OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (1..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The two octet value which is the proposed hello hold
             timer for this LDP Entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 15 }

.1.3.6.1.4.1.25506.8.12.2.1.2.1.1.16
hh3cMplsLdpEntityRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An object that allows entries in this table to
                  be created and deleted using the
                  RowStatus convention."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityTable(1) hh3cMplsLdpEntityEntry(1) 16 }

.1.3.6.1.4.1.25506.8.12.2.1.2.2
hh3cMplsLdpEntityIfTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about the
             interfaces that are associated with an LDP Entity.
             There should be atleast one interface associated with
             each LDP Entity. If the LDP Entity supports 'per interface
             based label space' label type then, atmost one interface can be 
             associated with the LDP entity. If the LDP Entity supports
             'per platform based label space' label type then, more than one
             interface can be associated with the LDP Entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.2.2.1
hh3cMplsLdpEntityIfEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityIfIndex }
  DESCRIPTION	"An entry in this table represents an Interface that is
             associated with a LDP entity.

             An entry can be created by a network administrator
             or by an SNMP agent as instructed by LDP.

             An interface (row in this table) can be created/deleted only when 
             the associted LDP Entity row status has the value notInService 
             or notReady."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityIfTable(2) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.2.2.1.1
hh3cMplsLdpEntityIfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Identifier that uniquely identifies the Interface with 
             respect to an LDP Entity.
             
             The ifIndex value corresponds to the IfIndex value of the
             MIB-II"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityIfTable(2) hh3cMplsLdpEntityIfEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.2.2.1.2
hh3cMplsLdpEntityIfIpv4Address OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IPv4 address associated with the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityIfTable(2) hh3cMplsLdpEntityIfEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.2.2.1.3
hh3cMplsLdpEntityIfRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An object that allows entries in this table to
                  be created and deleted using the
                  RowStatus convention."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityIfTable(2) hh3cMplsLdpEntityIfEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.2.3
hh3cMplsLdpEntityConfAtmLabelRangeTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MPLS LDP Entity Configurable ATM Label Range Table.
             The purpose of this table is to provide a mechanism
             for specifying a contiguous range of vpi's
             with a contiguous range of vci's, or a 'label range'
             for LDP Entities.

             LDP Entities which use ATM must have at least one
             entry in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.2.3.1
hh3cMplsLdpEntityConfAtmLabelRangeEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityIfIndex, hh3cMplsLdpEntityConfAtmLabelRangeLowerBoundVPI, hh3cMplsLdpEntityConfAtmLabelRangeLowerBoundVCI }
  DESCRIPTION	"A row in the LDP Entity Configurable ATM Label
             Range Table.  One entry in this table contains
             information on a single range of labels
             represented by the configured Upper and Lower
             Bounds VPI/VCI pairs.
             NOTE:  The ranges for a specific LDP Entity
             are UNIQUE and non-overlapping.  For example,
             for a specific LDP Entity index, there could
             be one entry having ConfLowerBound vpi/vci == 0/32, and
             ConfUpperBound vpi/vci == 0/100, and a second entry for this
             same interface with ConfLowerBound vpi/vci == 0/101 and
             ConfUpperBound vpi/vci == 0/200.  However, there could not be
             a third entry with ConfLowerBound vpi/vci == 0/200 and
             ConfUpperBound vpi/vci == 0/300 because this label range overlaps
             with the second entry (i.e. both entries now have 0/200).

             A row will not be created unless a unique and non-overlapping
             range is specified.  Thus, row creation implies a one-shot
             row creation of LDP EntityID and ConfLowerBound vpi/vci and
             ConfUpperBound vpi/vci.  At least one label range entry
             for a specific LDP Entity MUST include the default VPI/VCI
             values denoted in the LDP Entity Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityConfAtmLabelRangeTable(3) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.2.3.1.1
hh3cMplsLdpEntityConfAtmLabelRangeLowerBoundVPI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The minimum VPI number configured for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityConfAtmLabelRangeTable(3) hh3cMplsLdpEntityConfAtmLabelRangeEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.2.3.1.2
hh3cMplsLdpEntityConfAtmLabelRangeLowerBoundVCI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The minimum VCI number configured for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityConfAtmLabelRangeTable(3) hh3cMplsLdpEntityConfAtmLabelRangeEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.2.3.1.3
hh3cMplsLdpEntityConfAtmLabelRangeUpperBoundVPI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum VPI number configured for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityConfAtmLabelRangeTable(3) hh3cMplsLdpEntityConfAtmLabelRangeEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.2.3.1.4
hh3cMplsLdpEntityConfAtmLabelRangeUpperBoundVCI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The maximum VCI number configured for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityConfAtmLabelRangeTable(3) hh3cMplsLdpEntityConfAtmLabelRangeEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.2.3.1.5
hh3cMplsLdpEntityConfAtmLabelRangeRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An object that allows entries in this
                  table to be created and deleted using
                  the RowStatus convention."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityConfAtmLabelRangeTable(3) hh3cMplsLdpEntityConfAtmLabelRangeEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.2.1.2.4
hh3cMplsLdpEntityStatsTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is a read-only table which augments
             the MplsLdpConfEntityTable.  The purpose of this
             table is to keep statistical information about
             the LDP Entities on the LSR."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.2.4.1
hh3cMplsLdpEntityStatsEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hh3cMplsLdpEntityEntry }
  DESCRIPTION	"A row in this table contains statistical information
             about an LDP Entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityStatsTable(4) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.2.4.1.1
hh3cMplsLdpAttemptedSessions OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A count of the total attempted sessions for
             this LDP Entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpEntityObjects(2) hh3cMplsLdpEntityStatsTable(4) hh3cMplsLdpEntityStatsEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.3
hh3cMplsLdpPeerObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1
hh3cMplsLdpPeerTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information about LDP peers which have been discovered
             by the LDP Entities that are managed by this agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1
hh3cMplsLdpPeerEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityIfIndex, hh3cMplsLdpPeerIndex }
  DESCRIPTION	"Information about a single Peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1.1
hh3cMplsLdpPeerIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An identifier for the LDP peer that is unique within the
              scope of this agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) hh3cMplsLdpPeerEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1.2
hh3cMplsLdpPeerID OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION MplsLdpIdentifier
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The LDP identifier of this LDP Peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) hh3cMplsLdpPeerEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1.3
hh3cMplsLdpPeerInternetworkAddrType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AddressFamilyNumbers
  SYNTAX	INTEGER {other(0), ipv4(1), ipv6(2), nsap(3), hdlc(4), bbn1822(5), ieee802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12), decnetIV(13), banyanVines(14), e164WithNsap(15)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of the internetwork layer address of this
             LDP peer. This object indicates how the value of
             hh3cMplsLdpPeerInternetworkAddr is to be interpreted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) hh3cMplsLdpPeerEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1.4
hh3cMplsLdpPeerInternetworkAddr OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION MplsLdpGenAddr
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of the internetwork layer address of this LDP peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) hh3cMplsLdpPeerEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1.5
hh3cMplsLdpPeerDefaultMtu OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The default maximum transmission unit (MTU) of the
             LDP Peer."
  DEFVAL	{ 9180 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) hh3cMplsLdpPeerEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1.6
hh3cMplsLdpPeerKeepAliveHoldTimer OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (1..65535) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The two octet unsigned non zero INTEGER that indicates
             the number of seconds that this Peer proposes for the
             value of the KeepAlive Interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) hh3cMplsLdpPeerEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1.7
hh3cMplsLdpPeerLabelDistributionMethod OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {downstreamOnDemand(1), downstreamUnsolicited(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For any given LDP session, the method of
             label distribution must be specified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) hh3cMplsLdpPeerEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1.8
hh3cMplsLdpPeerType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {local(1), remote(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether a peer is a local peer or a remote peer"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) hh3cMplsLdpPeerEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.2.1.3.1.1.9
hh3cMplsLdpPeerRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An object that allows entries in this table to be created
             and deleted using the RowStatus convention."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerTable(1) hh3cMplsLdpPeerEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.2.1.3.2
hh3cMplsLdpPeerConfAtmLabelRangeTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MPLS LDP Peer Configurable ATM Label Range Table.
             The purpose of this table is to provide a mechanism
             for specifying a contiguous range of vpi's with a contiguous
             range of vci's, or a 'label range' for LDP Peers.
             LDP Peers which use ATM must have at least one
             entry in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.3.2.1
hh3cMplsLdpPeerConfAtmLabelRangeEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityIfIndex, hh3cMplsLdpPeerIndex, hh3cMplsLdpPeerConfAtmLabelRangeLowerBoundVPI, hh3cMplsLdpPeerConfAtmLabelRangeLowerBoundVCI }
  DESCRIPTION	"A row in the LDP Peer Configurable ATM Label Range Table.
             One entry in this table contains information
             on a single range of labels represented by
             the configured Upper and Lower Bounds VPI/VCI pairs.

             NOTE:  The ranges for a specific LDP Peer
             are UNIQUE and non-overlapping.  For example,
             for a specific LDP Peer index, there could
             be one entry having ConfLowerBound vpi/vci == 0/32, and
             ConfUpperBound vpi/vci == 0/100, and a second entry for this
             same interface with ConfLowerBound vpi/vci == 0/101 and
             ConfUpperBound vpi/vci == 0/200.  However, there could not be
             a third entry with ConfLowerBound vpi/vci == 0/200 and
             ConfUpperBound vpi/vci == 0/300 because this label range overlaps
             with the second entry (i.e. both entries now have 0/200).

             A row will not be created unless a unique and non-overlapping
             range is specified.  Thus, row creation implies a one-shot
             row creation of LDP PeerIndex and ConfLowerBound vpi/vci and
             ConfUpperBound vpi/vci.  At least one label range entry
             for a specific LDP Peer MUST include the default VPI/VCI
             values denoted in the LDP Peer Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerConfAtmLabelRangeTable(2) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.3.2.1.1
hh3cMplsLdpPeerConfAtmLabelRangeLowerBoundVPI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The minimum VPI number configured for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerConfAtmLabelRangeTable(2) hh3cMplsLdpPeerConfAtmLabelRangeEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.3.2.1.2
hh3cMplsLdpPeerConfAtmLabelRangeLowerBoundVCI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The minimum VCI number configured for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerConfAtmLabelRangeTable(2) hh3cMplsLdpPeerConfAtmLabelRangeEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.3.2.1.3
hh3cMplsLdpPeerConfAtmLabelRangeUpperBoundVPI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum VPI number configured for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerConfAtmLabelRangeTable(2) hh3cMplsLdpPeerConfAtmLabelRangeEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.3.2.1.4
hh3cMplsLdpPeerConfAtmLabelRangeUpperBoundVCI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum VCI number configured for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpPeerObjects(3) hh3cMplsLdpPeerConfAtmLabelRangeTable(2) hh3cMplsLdpPeerConfAtmLabelRangeEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.4
hh3cMplsLdpSessionObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1
hh3cMplsLdpSessionTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Sessions between the LDP Entities and
             LDP Peers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1
hh3cMplsLdpSessionEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityIfIndex, hh3cMplsLdpPeerIndex, hh3cMplsLdpSessionIndex }
  DESCRIPTION	"An entry in this table represents information on a
             single session between an LDP Entity and LDP Peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.1
hh3cMplsLdpSessionIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An unique identifier for this entry such that it
             identifies a specific LDP Session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.2
hh3cMplsLdpSessionID OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION MplsLdpIdentifier
  SYNTAX	OCTET STRING (6) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The LDP Session identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.3
hh3cMplsLdpSessionProtocolVersion OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of the LDP Protocol which
                  this session is using."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.4
hh3cMplsLdpSessionKeepAliveHoldTimeRemaining OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The keep alive hold time remaining for this session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.5
hh3cMplsLdpSessionRole OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {active(1), passive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An indication of whether the LDP Entity associated with
             this session is acting in an 'active' role or
             a 'passive' role."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.6
hh3cMplsLdpSessionState OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {nonexistent(1), initialized(2), openrec(3), opensent(4), operational(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state of the session, all of the
             states 1 - 5 are based on the state machine for
             session negotiation behavior."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.7
hh3cMplsLdpSessionAtmLabelRangeLowerBoundVPI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum VPI number for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.8
hh3cMplsLdpSessionAtmLabelRangeLowerBoundVCI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The minimum VCI number for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.9
hh3cMplsLdpSessionAtmLabelRangeUpperBoundVPI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVpIdentifier
  SYNTAX	INTEGER (0..4095) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum VPI number for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.2.1.4.1.1.10
hh3cMplsLdpSessionAtmLabelRangeUpperBoundVCI OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION AtmVcIdentifier
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum VCI number for this range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpSessionObjects(4) hh3cMplsLdpSessionTable(1) hh3cMplsLdpSessionEntry(1) 10 }

.1.3.6.1.4.1.25506.8.12.2.1.5
hh3cMplsLdpHelloAdjacencyObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) 5 }

.1.3.6.1.4.1.25506.8.12.2.1.5.1
hh3cMplsLdpHelloAdjacencyTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Hello Adjacencies for Sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpHelloAdjacencyObjects(5) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.5.1.1
hh3cMplsLdpHelloAdjacencyEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityIfIndex, hh3cMplsLdpPeerIndex, hh3cMplsLdpSessionIndex, hh3cMplsLdpHelloAdjacencyIndex }
  DESCRIPTION	"Each row represents a single LDP Hello Adjacency.
             An LDP Session can have one or more Hello adjacencies."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpHelloAdjacencyObjects(5) hh3cMplsLdpHelloAdjacencyTable(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.5.1.1.1
hh3cMplsLdpHelloAdjacencyIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An identifier for the adjacency."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpHelloAdjacencyObjects(5) hh3cMplsLdpHelloAdjacencyTable(1) hh3cMplsLdpHelloAdjacencyEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.5.1.1.2
hh3cMplsLdpHelloAdjacencyHoldTimeRemaining OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time remaining for this Hello Adjacency."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpHelloAdjacencyObjects(5) hh3cMplsLdpHelloAdjacencyTable(1) hh3cMplsLdpHelloAdjacencyEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.6
hh3cMplsLdpCrlspTnlObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) 6 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1
hh3cMplsLdpCrlspTnlTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The hh3cMplsLdpCrlspTnlTable allows new CRLSP MPLS tunnels
             to be created. The ER hops associated with a CRLSP tunnel
             are to be configured using the hh3cMplsLdpCrlspErHopTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1
hh3cMplsLdpCrlspTnlEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpCrlspTnlIndex }
  DESCRIPTION	"An  entry  in this table represents an CRLSP MPLS  tunnel.
             An  entry  can be created by a network administrator."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.1
hh3cMplsLdpCrlspTnlIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION MplsTunnelIndex
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Uniquely identifies this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.2
hh3cMplsLdpCrlspTnlName OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The 'canonical' name assigned to the tunnel that can
             be  used  to refer to it on the 'console' port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.3
hh3cMplsLdpCrlspTnlDirection OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {in(1), out(2), inOut(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether   this  tunnel  is  unidirectional-incoming,
             unidirectional-outgoing, or bidirectional."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.4
hh3cMplsLdpCrlspTnlSignallingProto OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {none(1), ldp(2), rsvp(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The  signaling protocol, if any, that  set  up  this
             tunnel."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.5
hh3cMplsLdpCrlspTnlSetupPrio OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The setup priority of this tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.6
hh3cMplsLdpCrlspTnlHoldingPrio OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The holding priority for this tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.7
hh3cMplsLdpCrlspTnlPeakDataRate OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION BitRate
  SYNTAX	INTEGER
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The peak rate - the maximum rate at which traffic will be sent on the
             CRLSP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.8
hh3cMplsLdpCrlspTnlPeakBurstSize OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION BurstSize
  SYNTAX	INTEGER
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The peak burst size - the maximum burst size of the traffic that can 
             occur in the established CRLSP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.9
hh3cMplsLdpCrlspTnlCommittedDataRate OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION BitRate
  SYNTAX	INTEGER
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The committed rate - the committed rate at which traffic will be sent on the
             CRLSP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.10
hh3cMplsLdpCrlspTnlCommittedBurstSize OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION BurstSize
  SYNTAX	INTEGER
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The committed burst size - the committed burst size of the traffic 
             that will be handled in the established CRLSP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 10 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.11
hh3cMplsLdpCrlspTnlExcessBurstSize OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION BurstSize
  SYNTAX	INTEGER
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Excess burst size - the excess burst size limit to be used
             for traffic conditioning at the ingress of the CRLSP."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 11 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.12
hh3cMplsLdpCrlspTnlIsPinned OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates  whether  the loose-routed  hops  of  this
             tunnel are to be pinned."
  DEFVAL	{ false }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 12 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.13
hh3cMplsLdpCrlspTnlFrequency OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (0..2) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the frequency of usage of the established CRLSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 13 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.14
hh3cMplsLdpCrlspTnlWeight OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the weight that is the established CRLSP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 14 }

.1.3.6.1.4.1.25506.8.12.2.1.6.1.1.15
hh3cMplsLdpCrlspTnlRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For controlling the state of this row.
             The status can be set to 'active' only when atleast one ERHOP
             is created in the hh3cMplsLdpErHopTable, associated with this
             tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspTnlTable(1) hh3cMplsLdpCrlspTnlEntry(1) 15 }

.1.3.6.1.4.1.25506.8.12.2.1.6.2
hh3cMplsLdpCrlspErHopTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The hh3cMplsLdpCrlspErHopTable is used to indicate the hops,
             strict  or  loose,  for an MPLS  CRLSP tunnel  defined  in
             hh3cMplsLdpCrlspTnlTable. 
     
             There must be atleast one entry in this table for each CRLSP tunnel 
             that is supported in the hh3cMplsLdpCrlspTnlTable.
             
             The first row in the table  is  the
             first hop after the origination point of the tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.6.2.1
hh3cMplsLdpCrlspErHopEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpCrlspTnlIndex, hh3cMplsLdpCrlspErHopIndex }
  DESCRIPTION	"An  entry in this table represents a tunnel hop.  An
             entry  is  created  by a network  administrator  for
             signalled ERLSP set up by LDP or RSVP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspErHopTable(2) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.6.2.1.1
hh3cMplsLdpCrlspErHopIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Secondary  index  into  this table  identifying  the
             particular hop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspErHopTable(2) hh3cMplsLdpCrlspErHopEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.2.1.6.2.1.2
hh3cMplsLdpCrlspErHopAddrType OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {ipV4(1)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Address type of this hop."
  DEFVAL	{ ipV4 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspErHopTable(2) hh3cMplsLdpCrlspErHopEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.2.1.6.2.1.3
hh3cMplsLdpCrlspErHopIpv4Addr OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If hh3cMplsLdpCrlspErHopAddrType is ipV4(1), IPv4 address of
             this  hop.  This object is not significant otherwise
             and should return a value of 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspErHopTable(2) hh3cMplsLdpCrlspErHopEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.2.1.6.2.1.4
hh3cMplsLdpCrlspErHopIpv4PrefixLen OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If  hh3cMplsLdpCrlspErHopAddrType is ipV4(1), prefix  length
             for  this  hop's IPv4 address.  This object  is  not
             significant otherwise and should return a  value  of
             0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspErHopTable(2) hh3cMplsLdpCrlspErHopEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.2.1.6.2.1.5
hh3cMplsLdpCrlspErHopStrictOrLoose OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  SYNTAX	INTEGER {strict(1), loose(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Whether this is a strict or loose hop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspErHopTable(2) hh3cMplsLdpCrlspErHopEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.2.1.6.2.1.6
hh3cMplsLdpCrlspErHopRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"For creating, modifying and deleting this row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpObjects(1) hh3cMplsLdpCrlspTnlObjects(6) hh3cMplsLdpCrlspErHopTable(2) hh3cMplsLdpCrlspErHopEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.2.2
hh3cMplsLdpNotifications OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) 2 }

.1.3.6.1.4.1.25506.8.12.2.2.0
hh3cMplsLdpNotificationPrefix OBJECT-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) 0 }

.1.3.6.1.4.1.25506.8.12.2.2.0.1
hh3cMplsLdpFailedInitSessionThresholdExceeded NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityID, hh3cMplsLdpEntityFailedInitSessionThreshold }
  DESCRIPTION	"This notification is generated whenever the value
             of hh3cMplsLdpEntityFailedInitSessionThreshold is
             exceeded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 1 }

.1.3.6.1.4.1.25506.8.12.2.2.0.2
hh3cMplsLdpCrlspTunnelUp NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityID, hh3cMplsLdpCrlspTnlIndex }
  DESCRIPTION	"This notification is generated by the Ingress LSR of the CRLSP tunnel
             on the receipt of Label mapping message from the downstream LSR for
             the LAbel request sent for the CRLSP tunnel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 2 }

.1.3.6.1.4.1.25506.8.12.2.2.0.3
hh3cMplsLdpCrlspTunnelDown NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityID, hh3cMplsLdpCrlspTnlIndex }
  DESCRIPTION	"This notification is generated when a CRLSP Row status is modified
             to destroy the CRLSP tunnel.  - due to pre-emption etc.,"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 3 }

.1.3.6.1.4.1.25506.8.12.2.2.0.4
hh3cMplsLdpCrlspTunnelSetupFailure NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityID, hh3cMplsLdpCrlspTnlIndex }
  DESCRIPTION	"This notification is generated by the Ingress LSR of the CRLSP tunnel
             on the receipt of Nak message from the downstream LSR for
             the Label request sent for the CRLSP tunnel. This can occur due to
             improper ER hop values being set, or Traffic resources not available
             etc.,"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 4 }

.1.3.6.1.4.1.25506.8.12.2.2.0.11
hh3cMplsLdpIncarnUpEventFailure NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpLsrIncarnID }
  DESCRIPTION	"This notification is generated by LDP to notify 
             the Incarnation UP Event failure"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 11 }

.1.3.6.1.4.1.25506.8.12.2.2.0.12
hh3cMplsLdpIncarnDownEventFailure NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpLsrIncarnID }
  DESCRIPTION	"This notification is generated by LDP to notify 
             the Incarnation DOWN Event failure"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 12 }

.1.3.6.1.4.1.25506.8.12.2.2.0.13
hh3cMplsLdpEntityUpEventFailure NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityID }
  DESCRIPTION	"This notification is generated by LDP to notify 
             the ENTITY UP Event failure"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 13 }

.1.3.6.1.4.1.25506.8.12.2.2.0.14
hh3cMplsLdpEntityDownEventFailure NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpLsrIncarnID, hh3cMplsLdpEntityID }
  DESCRIPTION	"This notification is generated by LDP to notify 
             the ENTITY  DOWN Event failure"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 14 }

.1.3.6.1.4.1.25506.8.12.2.2.0.15
hh3cMplsLdpSessionUpEventFailure NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpSessionID, hh3cMplsLdpSessionState }
  DESCRIPTION	"Generation of this trap occurs when the 
            value of 'hh3cMplsLdpSessionState' enters
             the 'operational(5)' state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 15 }

.1.3.6.1.4.1.25506.8.12.2.2.0.16
hh3cMplsLdpSessionDownEventFailure NOTIFICATION-TYPE
  -- FROM	HH3C-MPLS-LDP-MIB
  OBJECTS	{ hh3cMplsLdpSessionID, hh3cMplsLdpSessionState }
  DESCRIPTION	"Generation of this trap occurs when the 
            value of 'hh3cMplsLdpSessionState' leaves 
            the 'operational(5)' state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsLdp(2) hh3cMplsLdpNotifications(2) hh3cMplsLdpNotificationPrefix(0) 16 }

.1.3.6.1.4.1.25506.8.12.3
hh3cMplsVpn OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MPLS-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) 3 }

.1.3.6.1.4.1.25506.8.12.3.1
hh3cmplsVpnObjects OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.1
hh3cmplsVpnScalars OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.1.1
hh3cmplsVpnConfiguredVrfs OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VRFs which are configured on this node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnScalars(1) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.1.2
hh3cmplsVpnActiveVrfs OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of VRFs which are active on this node.
        That is, those whose operStatus = Up (1)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnScalars(1) 2 }

.1.3.6.1.4.1.25506.8.12.3.1.2
hh3cmplsVpnConf OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) 2 }

.1.3.6.1.4.1.25506.8.12.3.1.2.1
hh3cmplsVpnInterfaceConfTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS capability
        and associated information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.2.1.1
hh3cmplsVpnInterfaceConfEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsVpnVrfName, hh3cmplsVpnInterfaceConfIndex }
  DESCRIPTION	"An entry in this table is created by an LSR for
        every interface capable of supporting MPLS/BGP VPN.
        Each entry in this table is meant to correspond to
        an entry in the Interfaces Table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnInterfaceConfTable(1) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.2.1.1.1
hh3cmplsVpnInterfaceConfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a unique index for an entry in the
        hh3cmplsVpnInterfaceConfTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnInterfaceConfTable(1) hh3cmplsVpnInterfaceConfEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.2.1.1.2
hh3cmplsVpnInterfaceLabelEdgeType OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	INTEGER {providerEdge(1), customerEdge(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Either the providerEdge(1) (PE) or customerEdge(2)
       (CE) bit MUST be set."
  DEFVAL	{ providerEdge }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnInterfaceConfTable(1) hh3cmplsVpnInterfaceConfEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.3.1.2.1.1.3
hh3cmplsVpnInterfaceVpnClassification OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	INTEGER {carrierOfCarrier(1), enterprise(2), interProvider(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes whether this link participates in a
        carrier-of-carrier's, enterprise, or inter-provider
        scenario."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnInterfaceConfTable(1) hh3cmplsVpnInterfaceConfEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.3.1.2.1.1.4
hh3cmplsVpnInterfaceIpAddress OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address of this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnInterfaceConfTable(1) hh3cmplsVpnInterfaceConfEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.3.1.2.1.1.5
hh3cmplsVpnInterfaceIpAddressMask OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The IP address mask of this interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnInterfaceConfTable(1) hh3cmplsVpnInterfaceConfEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.3.1.2.1.1.6
hh3cmplsVpnInterfaceConfRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status for this entry. This value is
        used to create a row in this table, signifying
        that the specified interface is to be associated
        with the specified interface. If this operation
        suceeds, the interface will have been associated,
        otherwise the agent would not allow the association.
        If the agent only allows read-only operations on
        this table, it will create entries in this table
        as they are created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnInterfaceConfTable(1) hh3cmplsVpnInterfaceConfEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2
hh3cmplsVpnVrfConfTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS/BGP VPN
        VRF Table capability and associated information.
        Entries in this table define VRF routing instances
        associated with MPLS/VPN interfaces. Note that
        multiple interfaces can belong to the same VRF
        instance. The collection of all VRF instances
        comprises an actual VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) 2 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1
hh3cmplsVpnVrfConfEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsVpnVrfName }
  DESCRIPTION	"An entry in this table is created by an LSR for
        every VRF capable of supporting MPLS/BGP VPN. The
        indexing provides an ordering of VRFs per-VPN
        interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.1
hh3cmplsVpnVrfName OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION Hh3cMplsVpnId
  SYNTAX	OCTET STRING (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The human-readable name of this VPN. This MAY
        be equivalent to the RFC2685 VPN-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.2
hh3cmplsVpnVrfRouteDistinguisher OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION Hh3cMplsVpnRouteDistinguisher
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The route distinguisher for this VRF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.3
hh3cmplsVpnVrfNetPrefixType OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	INTEGER {other(1), rip(2), ospf(3), isis(4), bgp(5), static(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the type network prefix in use for the
        PE-CE connections. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.4
hh3cmplsVpnVrfNetPrefix OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the network prefix for the
        PE-CE connections."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.5
hh3cmplsVpnVrfIpRouteRedistributeConn OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the redistribution of directly connected
      networks into the VRF BGP table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.6
hh3cmplsVpnVrfIpRouteRedistributeStatic OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the redistribution of static routes
      into the VRF BGP table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.7
hh3cmplsVpnVrfIpRouteRedistributeRip OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the redistribution of rip routes
      into the VRF BGP table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 7 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.8
hh3cmplsVpnVrfConfHighRouteThreshold OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes high-level water marker for the number of
      routes which  this VRF may hold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 8 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.9
hh3cmplsVpnVrfConfIsWarnOnly OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the action when the amount of VPN's routes
      exceed the hh3cmplsVpnVrfConfHighRouteThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 9 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.10
hh3cmplsVpnVrfConfMaxRoutes OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes maximum number of routes which this VRF is
      configured to hold. This value MUST be less than or
      equal to hh3cmplsVrfMaxPossibleRoutes unless it is set
      to 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 10 }

.1.3.6.1.4.1.25506.8.12.3.1.2.2.1.11
hh3cmplsVpnVrfConfRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
        delete a row in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfConfTable(2) hh3cmplsVpnVrfConfEntry(1) 11 }

.1.3.6.1.4.1.25506.8.12.3.1.2.3
hh3cmplsVpnVrfRouteTargetTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-VRF route target association.
           Each entry identifies a connectivity policy supported
           as part of a VPN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) 3 }

.1.3.6.1.4.1.25506.8.12.3.1.2.3.1
hh3cmplsVpnVrfRouteTargetEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsVpnVrfName, hh3cmplsVpnVrfRouteTarget, hh3cmplsVpnVrfRouteTargetType }
  DESCRIPTION	" An entry in this table is created by an LSR for
           each route target configured for a VRF supporting
           a MPLS/BGP VPN instance. The indexing provides an
           ordering per-VRF instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfRouteTargetTable(3) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.2.3.1.1
hh3cmplsVpnVrfRouteTarget OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION Hh3cMplsVpnRouteDistinguisher
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The route target distribution policy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfRouteTargetTable(3) hh3cmplsVpnVrfRouteTargetEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.2.3.1.2
hh3cmplsVpnVrfRouteTargetType OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	INTEGER {import(1), export(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The route target export distribution type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfRouteTargetTable(3) hh3cmplsVpnVrfRouteTargetEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.3.1.2.3.1.3
hh3cmplsVpnVrfRouteTargetRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status for this entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfRouteTargetTable(3) hh3cmplsVpnVrfRouteTargetEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.3.1.2.4
hh3cmplsVpnVrfBgpNbrAddrTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS/BGP neighbor
           addresses for both PEs and CEs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) 4 }

.1.3.6.1.4.1.25506.8.12.3.1.2.4.1
hh3cmplsVpnVrfBgpNbrAddrEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsVpnVrfName, hh3cmplsVpnVrfBgpNbrAddr }
  DESCRIPTION	"An entry in this table is created by an LSR for
           every VRF capable of supporting MPLS/BGP VPN. The
           indexing provides an ordering of VRFs per-VPN
           interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfBgpNbrAddrTable(4) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.2.4.1.1
hh3cmplsVpnVrfBgpNbrAddr OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Denotes the BGP neighbor address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfBgpNbrAddrTable(4) hh3cmplsVpnVrfBgpNbrAddrEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.2.4.1.2
hh3cmplsVpnVrfBgpNbrRole OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	INTEGER {ce(1), pe(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the role played by this BGP neighbor
           with respect to this VRF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfBgpNbrAddrTable(4) hh3cmplsVpnVrfBgpNbrAddrEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.3.1.2.4.1.3
hh3cmplsVpnVrfBgpNbrType OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Denotes the address family of the PE address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfBgpNbrAddrTable(4) hh3cmplsVpnVrfBgpNbrAddrEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.3.1.2.4.1.4
hh3cmplsVpnVrfBgpNbrAsNumber OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Automonous System that the BGP's neighbour in."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfBgpNbrAddrTable(4) hh3cmplsVpnVrfBgpNbrAddrEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.3.1.2.4.1.5
hh3cmplsVpnVrfBgpNbrAdminStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	INTEGER {mplsVpnVrfBgpNbrSetUp(1), mplsVpnVrfBgpNbrSetDown(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The action set by SNMP client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfBgpNbrAddrTable(4) hh3cmplsVpnVrfBgpNbrAddrEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.3.1.2.4.1.6
hh3cmplsVpnVrfBgpNbrRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This variable is used to create, modify, and/or
           delete a row in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnConf(2) hh3cmplsVpnVrfBgpNbrAddrTable(4) hh3cmplsVpnVrfBgpNbrAddrEntry(1) 6 }

.1.3.6.1.4.1.25506.8.12.3.1.3
hh3cmplsVpnRoute OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) 3 }

.1.3.6.1.4.1.25506.8.12.3.1.3.1
hh3cmplsVpnVrfRouteTable OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table specifies per-interface MPLS/BGP VPN VRF Table
        routing information. Entries in this table define VRF routing
        entries associated with the specified MPLS/VPN interfaces. Note
        that this table contains both BGP and IGP routes, as both may
        appear in the same VRF."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnRoute(3) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.3.1.1
hh3cmplsVpnVrfRouteEntry OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cmplsVpnVrfName, hh3cmplsVpnVrfRouteDest, hh3cmplsVpnVrfRouteMask, hh3cmplsVpnVrfRouteNextHop }
  DESCRIPTION	"An entry in this table is created by an LSR for every route
        present configured (either dynamically or statically) within
        the context of a specific VRF capable of supporting MPLS/BGP
        VPN. The indexing provides an ordering of VRFs per-VPN
        interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnRoute(3) hh3cmplsVpnVrfRouteTable(1) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.3.1.1.1
hh3cmplsVpnVrfRouteDest OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The destination IP address of this route.
           This object may not take a Multicast (Class D)
           address value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnRoute(3) hh3cmplsVpnVrfRouteTable(1) hh3cmplsVpnVrfRouteEntry(1) 1 }

.1.3.6.1.4.1.25506.8.12.3.1.3.1.1.2
hh3cmplsVpnVrfRouteMask OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicate the mask to be logical-ANDed with the
           destination  address  before  being compared to
           the value  in  the  hh3cmplsVpnVrfRouteDest field.
           For those  systems  that  do  not support
           arbitrary subnet masks, an agent constructs the
           value of the hh3cmplsVpnVrfRouteMask by reference
           to the IP Address Class.

           Any assignment (implicit or otherwise) of an
           instance of this object to a value x must be
           rejected if the bit-wise logical-AND of x with
           the value of the corresponding instance of the
           hh3cmplsVpnVrfRouteDest object is not equal to
           hh3cmplsVpnVrfRouteDest."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnRoute(3) hh3cmplsVpnVrfRouteTable(1) hh3cmplsVpnVrfRouteEntry(1) 2 }

.1.3.6.1.4.1.25506.8.12.3.1.3.1.1.3
hh3cmplsVpnVrfRouteNextHop OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"On remote routes, the address of the next
           system en route; Otherwise, 0.0.0.0. ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnRoute(3) hh3cmplsVpnVrfRouteTable(1) hh3cmplsVpnVrfRouteEntry(1) 3 }

.1.3.6.1.4.1.25506.8.12.3.1.3.1.1.4
hh3cmplsVpnVrfRouteIfIndex OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ifIndex value that identifies the local
           interface  through  which  the next hop of this
           route should be reached."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnRoute(3) hh3cmplsVpnVrfRouteTable(1) hh3cmplsVpnVrfRouteEntry(1) 4 }

.1.3.6.1.4.1.25506.8.12.3.1.3.1.1.5
hh3cmplsVpnVrfRouteProto OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  SYNTAX	INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15), ciscoEigrp(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The routing mechanism via which this route was
           learned.  Inclusion of values for gateway rout-
           ing protocols is not  intended  to  imply  that
           hosts should support those protocols."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnRoute(3) hh3cmplsVpnVrfRouteTable(1) hh3cmplsVpnVrfRouteEntry(1) 5 }

.1.3.6.1.4.1.25506.8.12.3.1.3.1.1.6
hh3cmplsVpnVrfRouteRowStatus OBJECT-TYPE
  -- FROM	HH3C-MPLS-BGP-VPN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Row status for this table. It is used according
           to row installation and removal conventions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMpls(12) hh3cMplsVpn(3) hh3cmplsVpnObjects(1) hh3cmplsVpnRoute(3) hh3cmplsVpnVrfRouteTable(1) hh3cmplsVpnVrfRouteEntry(1) 6 }

.1.3.6.1.4.1.25506.8.13
hh3cTRNG OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-TRNG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 13 }

.1.3.6.1.4.1.25506.8.13.1
hh3cTRNGMibObjects OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) 1 }

.1.3.6.1.4.1.25506.8.13.1.1
hh3cTrngCreateTimerangeTable OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Creat TimeRange."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) 1 }

.1.3.6.1.4.1.25506.8.13.1.1.1
hh3cTrngCreateTimerangeEntry OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrngIndex }
  DESCRIPTION	"Define the entry of hh3cTrngCreateTimerangeTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngCreateTimerangeTable(1) 1 }

.1.3.6.1.4.1.25506.8.13.1.1.1.1
hh3cTrngIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  SYNTAX	Integer32 (1..256) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TimeRange's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngCreateTimerangeTable(1) hh3cTrngCreateTimerangeEntry(1) 1 }

.1.3.6.1.4.1.25506.8.13.1.1.1.2
hh3cTrngName OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"TimeRange's name"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngCreateTimerangeTable(1) hh3cTrngCreateTimerangeEntry(1) 2 }

.1.3.6.1.4.1.25506.8.13.1.1.1.3
hh3cTrngValidFlag OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Valid or Invalid flag"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngCreateTimerangeTable(1) hh3cTrngCreateTimerangeEntry(1) 3 }

.1.3.6.1.4.1.25506.8.13.1.1.1.4
hh3cTrngCreateRowStatus OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.Now only realize CreateAndGo and Destroy and Active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngCreateTimerangeTable(1) hh3cTrngCreateTimerangeEntry(1) 4 }

.1.3.6.1.4.1.25506.8.13.1.2
hh3cTrngAbsoluteTable OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Creat absoluteness time item of the TimeRange"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) 2 }

.1.3.6.1.4.1.25506.8.13.1.2.1
hh3cTrngAbsoluteEntry OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrngAbsoluteNameIndex, hh3cTrngAbsoluteSubIndex }
  DESCRIPTION	"Define the entry of hh3cTrngAbsoluteTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngAbsoluteTable(2) 1 }

.1.3.6.1.4.1.25506.8.13.1.2.1.1
hh3cTrngAbsoluteNameIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  SYNTAX	Integer32 (1..256) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TimeRange's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngAbsoluteTable(2) hh3cTrngAbsoluteEntry(1) 1 }

.1.3.6.1.4.1.25506.8.13.1.2.1.2
hh3cTrngAbsoluteSubIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  SYNTAX	Integer32 (1..12) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"SubItem's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngAbsoluteTable(2) hh3cTrngAbsoluteEntry(1) 2 }

.1.3.6.1.4.1.25506.8.13.1.2.1.3
hh3cTimerangeAbsoluteStartTime OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Start point of the timerange.The format defined like 'YYYY-MM-DD,hh:mm:0.0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngAbsoluteTable(2) hh3cTrngAbsoluteEntry(1) 3 }

.1.3.6.1.4.1.25506.8.13.1.2.1.4
hh3cTimerangeAbsoluteEndTime OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End point of the timerange.The format defined like 'YYYY-MM-DD,hh:mm:0.0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngAbsoluteTable(2) hh3cTrngAbsoluteEntry(1) 4 }

.1.3.6.1.4.1.25506.8.13.1.2.1.5
hh3cTimerangeAbsolueRowStatus OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. Now only realize CreateAndGo and Destroy and Active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngAbsoluteTable(2) hh3cTrngAbsoluteEntry(1) 5 }

.1.3.6.1.4.1.25506.8.13.1.3
hh3cTrngPeriodicTable OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Creat periodic time item of the TimeRange"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) 3 }

.1.3.6.1.4.1.25506.8.13.1.3.1
hh3cTrngPeriodicEntry OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrngPeriodicNameIndex, hh3cTrngPeriodicSubIndex }
  DESCRIPTION	"Define the index of hh3cTrngPeriodicTable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngPeriodicTable(3) 1 }

.1.3.6.1.4.1.25506.8.13.1.3.1.1
hh3cTrngPeriodicNameIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  SYNTAX	Integer32 (1..256) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"TimeRange's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngPeriodicTable(3) hh3cTrngPeriodicEntry(1) 1 }

.1.3.6.1.4.1.25506.8.13.1.3.1.2
hh3cTrngPeriodicSubIndex OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  SYNTAX	Integer32 (1..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"SubItem's index"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngPeriodicTable(3) hh3cTrngPeriodicEntry(1) 2 }

.1.3.6.1.4.1.25506.8.13.1.3.1.3
hh3cTrngPeriodicDayOfWeek OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  SYNTAX	BITS {sunday(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The day of week. This is a bit-map of possible conditions.
                The various bit positions are:
                |0        |sunday                    |
                |1        |monday                 |
                |2        |tuesday                |
                |3        |wednesday              |
                |4        |thursday               |
                |5        |friday                 |
                |6        |saturday               |
                "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngPeriodicTable(3) hh3cTrngPeriodicEntry(1) 3 }

.1.3.6.1.4.1.25506.8.13.1.3.1.4
hh3cTimerangePeriodicStartTime OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Start point of this timerange,The format defined like 'hh:mm:0,0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngPeriodicTable(3) hh3cTrngPeriodicEntry(1) 4 }

.1.3.6.1.4.1.25506.8.13.1.3.1.5
hh3cTimerangePeriodicEndTime OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"End point of this timerange. The format definedlike 'hh:mm:0,0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngPeriodicTable(3) hh3cTrngPeriodicEntry(1) 5 }

.1.3.6.1.4.1.25506.8.13.1.3.1.6
hh3cTimerangePeriodicRowStatus OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row, Now only realize CreateAndGo and Destroy and Active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibObjects(1) hh3cTrngPeriodicTable(3) hh3cTrngPeriodicEntry(1) 6 }

.1.3.6.1.4.1.25506.8.13.3
hh3cTRNGMibConformance OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) 3 }

.1.3.6.1.4.1.25506.8.13.3.1
hh3cTRNGMibCompliances OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibConformance(3) 1 }

.1.3.6.1.4.1.25506.8.13.3.1.1
hh3cTRNGMibCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-TRNG-MIB
  DESCRIPTION	"The compliance statement for entities which
                implement the Time-range MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibConformance(3) hh3cTRNGMibCompliances(1) 1 }

.1.3.6.1.4.1.25506.8.13.3.2
hh3cTRNGMibGroups OBJECT-TYPE
  -- FROM	HH3C-TRNG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibConformance(3) 2 }

.1.3.6.1.4.1.25506.8.13.3.2.1
hh3cTRNGGroup OBJECT-GROUP
  -- FROM	HH3C-TRNG-MIB
  DESCRIPTION	"A collection of objects providing mandatory time-range information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cTRNG(13) hh3cTRNGMibConformance(3) hh3cTRNGMibGroups(2) 1 }

.1.3.6.1.4.1.25506.8.18
hh3cUserLogMIB OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-USERLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 18 }

.1.3.6.1.4.1.25506.8.18.1
hh3cUserlogObjects OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) 1 }

.1.3.6.1.4.1.25506.8.18.1.1
hh3cUserlogNatObjects OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) 1 }

.1.3.6.1.4.1.25506.8.18.1.1.1
hh3cUserlogNatVersion OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"NAT LOG version. Currently only version 1 is developed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) 1 }

.1.3.6.1.4.1.25506.8.18.1.1.2
hh3cUserlogNatSyslog OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    NAT LOG format.
                    If 1, LOG format is sysLog.
                    If 0, LOG format is UDP packet.
                    UDP packet is the default format, and is recommended.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) 2 }

.1.3.6.1.4.1.25506.8.18.1.1.3
hh3cUserlogNatSourceIP OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Source IP address of NAT LOG UDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) 3 }

.1.3.6.1.4.1.25506.8.18.1.1.4
hh3cUserlogNatFlowBegin OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    Log the NAT flow when it is created.
                    If 1, this function is enabled.
                    If 0, this function is disabled.
                    This function will be used when real-time monitor required.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) 4 }

.1.3.6.1.4.1.25506.8.18.1.1.5
hh3cUserlogNatActiveTime OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    The active time for long-time existed NAT flow.
                    Unit: minute. Range: 10 minutes ~ 120 minutes.
                    When setting it, NAT flow can be logged after an interval of
                    active time.
                    This function will be used when real-time monitor required.
                    The default value 0 means real-time monitor function is disabled.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) 5 }

.1.3.6.1.4.1.25506.8.18.1.1.6
hh3cUserlogNatSlotCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of NAT LOG configuration information for the
                    specified slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) 6 }

.1.3.6.1.4.1.25506.8.18.1.1.6.1
hh3cUserlogNatSlotCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserlogNatCfgSlotNumber }
  DESCRIPTION	"NAT LOG Configuration Information Entry for a slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotCfgInfoTable(6) 1 }

.1.3.6.1.4.1.25506.8.18.1.1.6.1.1
hh3cUserlogNatCfgSlotNumber OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot number. Specify which slot is configured with NAT LOG. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotCfgInfoTable(6) hh3cUserlogNatSlotCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.18.1.1.6.1.2
hh3cUserlogNatEnable OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    The NAT LOG feature Enable status.
                    If 1, NAT LOG is enbled.
                    If 0, NAT LOG is disabled.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotCfgInfoTable(6) hh3cUserlogNatSlotCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.18.1.1.6.1.3
hh3cUserlogNatAclNumber OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    Access-list number.
                    The value 0 means no ACL is specified.
                    Only when NAT LOG is enabled, can ACL be configured.
                    Only NAT flow which match the ACL will be logged.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotCfgInfoTable(6) hh3cUserlogNatSlotCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.18.1.1.6.1.4
hh3cUserlogNatHostAddress OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IP address of NAT LOG server. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotCfgInfoTable(6) hh3cUserlogNatSlotCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.8.18.1.1.6.1.5
hh3cUserlogNatUdpPort OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The UDP Port Number of NAT LOG UDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotCfgInfoTable(6) hh3cUserlogNatSlotCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.8.18.1.1.7
hh3cUserlogNatSlotRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of NAT LOG running information for the specified slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) 7 }

.1.3.6.1.4.1.25506.8.18.1.1.7.1
hh3cUserlogNatSlotRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserlogNatRunSlotNumber }
  DESCRIPTION	"NAT LOG Running Information Entry for a slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotRunInfoTable(7) 1 }

.1.3.6.1.4.1.25506.8.18.1.1.7.1.1
hh3cUserlogNatRunSlotNumber OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot number. Specify on which slot the NAT LOG statistics
                    displayed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotRunInfoTable(7) hh3cUserlogNatSlotRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.18.1.1.7.1.2
hh3cUserlogNatTotalEntries OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of NAT flow entries which are logged."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotRunInfoTable(7) hh3cUserlogNatSlotRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.18.1.1.7.1.3
hh3cUserlogNatTotalPackets OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of NAT LOG UDP packets generated by the router."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotRunInfoTable(7) hh3cUserlogNatSlotRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.18.1.1.7.1.4
hh3cUserlogNatFailedEntries OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of NAT flow entries failed in outputting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotRunInfoTable(7) hh3cUserlogNatSlotRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.8.18.1.1.7.1.5
hh3cUserlogNatFailedPackets OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of NAT LOG UDP packets failed in outputting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotRunInfoTable(7) hh3cUserlogNatSlotRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.8.18.1.1.7.1.6
hh3cUserlogNatClearRunStat OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    Clear the running statistics for NAT LOG. Write-only.
                    If 1, the running statistics for NAT LOG is resetted.
                    Other value is invalid.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogNatObjects(1) hh3cUserlogNatSlotRunInfoTable(7) hh3cUserlogNatSlotRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.8.18.1.2
hh3cUserlogFlowObjects OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) 2 }

.1.3.6.1.4.1.25506.8.18.1.2.1
hh3cUserlogFlowVersion OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"BAS FLOW LOG version. Currently only version 1 is developed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) 1 }

.1.3.6.1.4.1.25506.8.18.1.2.2
hh3cUserlogFlowSyslog OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    BAS FLOW LOG format.
                    If 1, LOG format is sysLog.
                    If 0, LOG format is UDP packet.
                    UDP packet is the default format, and is recommended.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) 2 }

.1.3.6.1.4.1.25506.8.18.1.2.3
hh3cUserlogFlowSourceIP OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Source IP address of BAS FLOW LOG UDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) 3 }

.1.3.6.1.4.1.25506.8.18.1.2.4
hh3cUserlogFlowFlowBegin OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    Log the BAS flow when it is created.
                    If 1, this function is enabled.
                    If 0, this function is disabled.
                    This function will be used when real-time monitor required.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) 4 }

.1.3.6.1.4.1.25506.8.18.1.2.5
hh3cUserlogFlowActiveTime OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    The active time for long-time existed BAS flow.
                    Unit: minute. Range: 10 minutes ~ 120 minutes.
                    When setting it, BAS flow can be logged after an internal of
                    active time.
                    This function will be used when real-time monitor required.
                    The default value 0 means real-time monitor function is disabled.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) 5 }

.1.3.6.1.4.1.25506.8.18.1.2.6
hh3cUserlogFlowSlotCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of BAS FLOW LOG configuration information for the
                    specified slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) 6 }

.1.3.6.1.4.1.25506.8.18.1.2.6.1
hh3cUserlogFlowSlotCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserlogFlowCfgSlotNumber }
  DESCRIPTION	"BAS FLOW LOG Configuration Information Entry for a slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotCfgInfoTable(6) 1 }

.1.3.6.1.4.1.25506.8.18.1.2.6.1.1
hh3cUserlogFlowCfgSlotNumber OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot number. Specify which slot is configured with BAS FLOW LOG."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotCfgInfoTable(6) hh3cUserlogFlowSlotCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.18.1.2.6.1.2
hh3cUserlogFlowEnable OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    The BAS FLOW LOG feature Enable status.
                    If 1, BAS FLOW LOG is enbled.
                    If 0, BAS FLOW LOG is disabled.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotCfgInfoTable(6) hh3cUserlogFlowSlotCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.18.1.2.6.1.3
hh3cUserlogFlowAclNumber OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    Access-list number.
                    The value 0 means no ACL is specified.
                    Only when BAS FLOW LOG is enabled, can ACL be configured.
                    Only BAS flow which match the ACL will be logged.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotCfgInfoTable(6) hh3cUserlogFlowSlotCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.18.1.2.6.1.4
hh3cUserlogFlowHostAddress OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IP address of BAS FLOW LOG server. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotCfgInfoTable(6) hh3cUserlogFlowSlotCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.8.18.1.2.6.1.5
hh3cUserlogFlowUdpPort OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The UDP Port Number of BAS FLOW LOG UDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotCfgInfoTable(6) hh3cUserlogFlowSlotCfgInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.8.18.1.2.7
hh3cUserlogFlowSlotRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of BAS FLOW LOG running information for the specified slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) 7 }

.1.3.6.1.4.1.25506.8.18.1.2.7.1
hh3cUserlogFlowSlotRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserlogFlowRunSlotNumber }
  DESCRIPTION	"Running Information Entry for a slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotRunInfoTable(7) 1 }

.1.3.6.1.4.1.25506.8.18.1.2.7.1.1
hh3cUserlogFlowRunSlotNumber OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot number. Specify on which slot the BAS FLOW LOG
                    statistics displayed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotRunInfoTable(7) hh3cUserlogFlowSlotRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.18.1.2.7.1.2
hh3cUserlogFlowTotalEntries OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of BAS FLOW Entries which are logged."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotRunInfoTable(7) hh3cUserlogFlowSlotRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.18.1.2.7.1.3
hh3cUserlogFlowTotalPackets OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of FLOW LOG UDP packet generated by the router."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotRunInfoTable(7) hh3cUserlogFlowSlotRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.18.1.2.7.1.4
hh3cUserlogFlowFailedEntries OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of BAS FLOW  entries failed in outputting. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotRunInfoTable(7) hh3cUserlogFlowSlotRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.8.18.1.2.7.1.5
hh3cUserlogFlowFailedPackets OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of BAS FLOW LOG UDP packet failed in outputting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotRunInfoTable(7) hh3cUserlogFlowSlotRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.8.18.1.2.7.1.6
hh3cUserlogFlowClearRunStat OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    Clear the running statistics for FLOW LOG. Write-only.
                    If 1, the running statistics for FLOW LOG is resetted.
                    Other value is invalid.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogFlowObjects(2) hh3cUserlogFlowSlotRunInfoTable(7) hh3cUserlogFlowSlotRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.8.18.1.3
hh3cUserlogAccessObjects OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) 3 }

.1.3.6.1.4.1.25506.8.18.1.3.1
hh3cUserlogAccessVersion OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"BAS ACCESS LOG version. Currently only version 1 is developed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) 1 }

.1.3.6.1.4.1.25506.8.18.1.3.2
hh3cUserlogAccessSyslog OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    BAS ACCESS LOG format.
                    If 1, LOG format is sysLog;
                    If 0, LOG format is UDP packet.
                    UDP packet is the default format, and is recommended.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) 2 }

.1.3.6.1.4.1.25506.8.18.1.3.3
hh3cUserlogAccessSourceIP OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Source IP address of BAS ACCESS LOG UDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) 3 }

.1.3.6.1.4.1.25506.8.18.1.3.4
hh3cUserlogAccessSlotCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of BAS ACCESS LOG configuration information for the specified slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) 4 }

.1.3.6.1.4.1.25506.8.18.1.3.4.1
hh3cUserlogAccessSlotCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserlogAccessCfgSlotNumber }
  DESCRIPTION	"BAS ACCESS LOG Configuration Information Entry for a slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotCfgInfoTable(4) 1 }

.1.3.6.1.4.1.25506.8.18.1.3.4.1.1
hh3cUserlogAccessCfgSlotNumber OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot number. Specify which slot is configured with BAS ACCESS LOG."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotCfgInfoTable(4) hh3cUserlogAccessSlotCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.18.1.3.4.1.2
hh3cUserlogAccessEnable OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    The BAS ACCESS LOG feature Enable status.
                    If 1, BAS ACCESS LOG is enbled.
                    If 0, BAS ACCESS LOG is disabled.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotCfgInfoTable(4) hh3cUserlogAccessSlotCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.18.1.3.4.1.3
hh3cUserlogAccessHostAddress OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The IP address of BAS ACCESS LOG server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotCfgInfoTable(4) hh3cUserlogAccessSlotCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.18.1.3.4.1.4
hh3cUserlogAccessUdpPort OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The UDP Port Number of BAS ACCESS LOG UDP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotCfgInfoTable(4) hh3cUserlogAccessSlotCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.8.18.1.3.5
hh3cUserlogAccessSlotRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of BAS ACCESS LOG running information for the specified slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) 5 }

.1.3.6.1.4.1.25506.8.18.1.3.5.1
hh3cUserlogAccessSlotRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cUserlogAccessRunSlotNumber }
  DESCRIPTION	"Running Information Entry for a slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotRunInfoTable(5) 1 }

.1.3.6.1.4.1.25506.8.18.1.3.5.1.1
hh3cUserlogAccessRunSlotNumber OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32 (0..15) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot number. Specify on which slot the BAS ACCESS LOG statistics displayed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotRunInfoTable(5) hh3cUserlogAccessSlotRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.18.1.3.5.1.2
hh3cUserlogAccessTotalEntries OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of BAS ACCESS Records which are logged."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotRunInfoTable(5) hh3cUserlogAccessSlotRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.18.1.3.5.1.3
hh3cUserlogAccessTotalPackets OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of ACCESS LOG UDP packet generated by the router."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotRunInfoTable(5) hh3cUserlogAccessSlotRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.18.1.3.5.1.4
hh3cUserlogAccessFailedEntries OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of BAS ACCESS entries failed in outputting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotRunInfoTable(5) hh3cUserlogAccessSlotRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.8.18.1.3.5.1.5
hh3cUserlogAccessFailedPackets OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of BAS ACCESS LOG UDP packet failed in outputting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotRunInfoTable(5) hh3cUserlogAccessSlotRunInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.8.18.1.3.5.1.6
hh3cUserlogAccessClearRunStat OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
                    Clear the running statistics for ACCESS LOG. Write-only.
                    If 1, the running statistics for ACCESS LOG is resetted.
                    Other value is invalid.
                    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogObjects(1) hh3cUserlogAccessObjects(3) hh3cUserlogAccessSlotRunInfoTable(5) hh3cUserlogAccessSlotRunInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.8.18.2
hh3cUserlogNotifications OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) 2 }

.1.3.6.1.4.1.25506.8.18.3
hh3cUserlogConformance OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) 3 }

.1.3.6.1.4.1.25506.8.18.3.1
hh3cUserlogCompliances OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogConformance(3) 1 }

.1.3.6.1.4.1.25506.8.18.3.1.1
hh3cUserlogCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-USERLOG-MIB
  DESCRIPTION	"The compliance statement for entities which implement the
                    Userlog mib."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogConformance(3) hh3cUserlogCompliances(1) 1 }

.1.3.6.1.4.1.25506.8.18.3.2
hh3cUserlogGroups OBJECT-TYPE
  -- FROM	HH3C-USERLOG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogConformance(3) 2 }

.1.3.6.1.4.1.25506.8.18.3.2.1
hh3cUserlogMandatoryGroup OBJECT-GROUP
  -- FROM	HH3C-USERLOG-MIB
  DESCRIPTION	"A collection of objects providing mandatory Userlog information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogConformance(3) hh3cUserlogGroups(2) 1 }

.1.3.6.1.4.1.25506.8.18.3.2.2
hh3cUserlogConfigGroup OBJECT-GROUP
  -- FROM	HH3C-USERLOG-MIB
  DESCRIPTION	"All configurable parameters of Userlog feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogConformance(3) hh3cUserlogGroups(2) 2 }

.1.3.6.1.4.1.25506.8.18.3.2.3
hh3cUserlogInfoGroup OBJECT-GROUP
  -- FROM	HH3C-USERLOG-MIB
  DESCRIPTION	"All running information of Userlog feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cUserLogMIB(18) hh3cUserlogConformance(3) hh3cUserlogGroups(2) 3 }

.1.3.6.1.4.1.25506.8.22
hh3cNTP OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-NTP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 22 }

.1.3.6.1.4.1.25506.8.22.1
hh3cNTPSystemMIB OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) 1 }

.1.3.6.1.4.1.25506.8.22.1.1
hh3cNTPSystemMIBObjects OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) 1 }

.1.3.6.1.4.1.25506.8.22.1.1.1
hh3cNTPSysLeap OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	INTEGER {noWarning(0), addSecond(1), subtractSecond(2), alarm(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Leap Indicator (LI): This is a two-bit code warning of an impending
            leap second to be inserted/deleted in the last minute of the current
            day, with bit 0 and bit 1, respectively, coded as follows:
            00, no warning
            01, last minute has 61 seconds
            10, last minute has 59 seconds)
            11, alarm condition (clock not synchronized)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.8.22.1.1.2
hh3cNTPSysStratum OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (1..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is an eight-bit integer indicating the stratum level
            of the local clock, with values defined as follows:
            0, unspecified
            1, primary reference (e.g.,, radio clock)
            2-255, secondary reference (via NTP)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.8.22.1.1.3
hh3cNTPSysPrecision OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (-20..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Precision : This is a signed integer indicating the
            precision of the various clocks, in seconds to the nearest
            power of two.  The value must be rounded to the next larger
            power of two; for instance, a 50-Hz (20 ms) or 60-Hz (16.67ms)
            power-frequency clock would be assigned the value -5 (31.25 ms),
            while a 1000-Hz (1 ms) crystal-controlled clock would be assigned
            the value -9 (1.95 ms)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 3 }

.1.3.6.1.4.1.25506.8.22.1.1.4
hh3cNTPSysRootdelay OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Root Delay : This is a signed fixed-point number indicating
            the total roundtrip delay to the primary reference source
            at the root of the synchronization subnet, in milliseconds.  Note
            that this variable can take on both positive and negative
            values, depending on clock precision and skew."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 4 }

.1.3.6.1.4.1.25506.8.22.1.1.5
hh3cNTPSysRootdispersion OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Root Dispersion : This is a signed fixed-point number
            indicating the maximum error relative to the primary
            reference source at the root of the synchronization
            subnet, in milliseconds.  Only positive values greater than
            zero are possible."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 5 }

.1.3.6.1.4.1.25506.8.22.1.1.6
hh3cNTPSysRefid OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reference Clock Identifier : This is a 32-bit code
            identifying the particular reference clock.  In the
            case of stratum 0 (unspecified) or stratum 1 (primary
            reference source), this is a four-octet, left-justified,
            zero-padded ASCII string.
            Stratum, Code, Meaning
            0,       DCN,  DCN routing protocol
            0,       TSP,  TSP time protocol
            1,       ATOM, Atomic clock (calibrated)
            1,       WWVB, WWVB LF (band 5) radio
            1,       GOES, GOES UHF (band 9) satellite
            1,       WWV,  WWV HF (band 7) radio"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 6 }

.1.3.6.1.4.1.25506.8.22.1.1.7
hh3cNTPSysReftime OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Reference Timestamp : This is the local time, in
            timestamp format, when the local clock was last
            updated.  If the local clock has never been synchronized,
            the value is zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 7 }

.1.3.6.1.4.1.25506.8.22.1.1.8
hh3cNTPSysPoll OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (-20..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Poll Interval : This is a signed integer indicating
            the minimum interval between transmitted messages,
            in seconds as a power of two.  For instance, a value
            of six indicates a minimum interval of 64 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 8 }

.1.3.6.1.4.1.25506.8.22.1.1.9
hh3cNTPSysPeer OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	obsolete
  DESCRIPTION	"This is a selector identifying the current synchronization
            source.  Usually this will be a pointer to a structure
            containing the peer variables.  The special value NULL indicates
            There is no currently valid synchronization source.
            hh3cNTPSysPeer is replaced by hh3cNTPSysSrcPeer.  Reading
            hh3cNTPSysPeer might fail because the syntax value range is limited,
            for example, when the synchronization source IP address is a Class C
            address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 9 }

.1.3.6.1.4.1.25506.8.22.1.1.10
hh3cNTPSysState OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	INTEGER {noUpdateClock(0), getfreqInfo(1), clockBySet(2), clockBySetAndNoFreq(3), clockBySyns(4), findError(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a integer indicating the state of local clock."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 10 }

.1.3.6.1.4.1.25506.8.22.1.1.11
hh3cNTPSysOffset OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The offset of two clocks is the time difference between them, in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 11 }

.1.3.6.1.4.1.25506.8.22.1.1.12
hh3cNTPSysDrift OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Real clocks exhibit some variation in skew (second derivative of
            offset with time), which is called drift."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 12 }

.1.3.6.1.4.1.25506.8.22.1.1.13
hh3cNTPSysCompliance OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a string indicating the system error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 13 }

.1.3.6.1.4.1.25506.8.22.1.1.14
hh3cNTPSysClock OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the current local time, in timestamp
            format.  Local time is derived from the hardware clock of the particular
            machine and increments at intervals depending on the design used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 14 }

.1.3.6.1.4.1.25506.8.22.1.1.15
hh3cNTPSysStabil OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a indicating that stability of a clock is how well
            it can maintain a constant frequency."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 15 }

.1.3.6.1.4.1.25506.8.22.1.1.16
hh3cNTPSysAuthenticate OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	INTEGER {noAuthenticate(0), authenticate(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This is a integer indicating that system support authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 16 }

.1.3.6.1.4.1.25506.8.22.1.1.17
hh3cNTPSysPollSec OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (2..1048576) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"PollSec Interval : This is a integer indicating the minimum
            interval between transmitted messages.  For instance, a value of
            six indicates a minimum interval of 6 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 17 }

.1.3.6.1.4.1.25506.8.22.1.1.18
hh3cNTPSysClockSec OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the current local time, in integer format.
            Local time is derived from the hardware clock of the particular
            machine and increments at intervals depending on the design used."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 18 }

.1.3.6.1.4.1.25506.8.22.1.1.19
hh3cNTPServerIP OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The NTP server ip address.  It must be a unicast address,
            rather than a broadcast address, a multicast address or
            the IP address of the local clock.  To delete a configured
            NTP server ip address, please set hh3cNTPServerIP to 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 19 }

.1.3.6.1.4.1.25506.8.22.1.1.20
hh3cNTPSysSrcPeer OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a selector identifying the current synchronization
            source.  Usually this will be a unsigned integer containing
            the peer variables.  The special value 0 indicates
            There is no currently valid synchronization source.
            This node will replace hh3cNTPSysPeer, because
            its value range is unlimited, and data type is changed from
            Integer32 to Unsigned32."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPSystemMIB(1) hh3cNTPSystemMIBObjects(1) 20 }

.1.3.6.1.4.1.25506.8.22.2
hh3cNTPPeerMIB OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) 2 }

.1.3.6.1.4.1.25506.8.22.2.1
hh3cNTPPeerMIBObjects OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) 1 }

.1.3.6.1.4.1.25506.8.22.2.1.1
hh3cNTPPeerTable OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides information on the peers with
            which the local NTP server has associations.  The peers
            are also NTP servers but running on different hosts."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1
hh3cNTPPeerEntry OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cNTPPeerRemAdr, hh3cNTPPeerHMode }
  DESCRIPTION	"Each peers' entry provides NTP information retrieved
            from a particular peer NTP server.  Each peer is
            identified by a unique association identifier.
            Entries are automatically created when the user
            configures the NTP server to be associated with remote
            peers.  Similarly entries are deleted when the user
            removes the peer association from the NTP server.
            Entries can also be created by the management station
            by setting values for the following objects:
            hh3cNTPPeerRemAdr and making the hh3cNTPPeerRowStatus as
            'active'.  At the least, the management station has
            to set a value for hh3cNTPPeerRemAdr to make the
            row active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) 1 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.1
hh3cNTPPeerConfig OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a bit indicating that the association was created
            from configuration information and should not be demobilized
            if the peer becomes unreachable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 1 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.2
hh3cNTPPeerAuthenable OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a bit indicating that system support authentication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 2 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.3
hh3cNTPPeerAuthentic OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a bit indicating that message pass authentication which is authentic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 3 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.4
hh3cNTPPeerRemAdr OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IP address of the peer.  When creating a new
            association, a value for this object should be set
            before the row is made active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 4 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.5
hh3cNTPPeerRemPort OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The UDP port number on which the peer receives NTP messages."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 5 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.6
hh3cNTPPeerLocAdr OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the local host.  Multi-homing can
             be supported using this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 6 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.7
hh3cNTPPeerLocPort OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The UDP port number on which the local host receives NTP messages."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 7 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.8
hh3cNTPPeerLeap OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	INTEGER {noWarning(0), addSecond(1), subtractSecond(2), alarm(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a two-bit code warning of an impending leap
            second to be inserted in the NTP timescale.  The bits
            are set before 23:59 on the day of insertion and reset
            after 00:00 on the following day.  This causes the
            number of seconds (rollover interval) in the day of
            insertion to be increased or decreased by one.  The two
            bits are coded as below,
            00, no warning
            01, last minute has 61 seconds
            10, last minute has 59 seconds
            11, alarm condition (clock not synchronized)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 8 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.9
hh3cNTPPeerHMode OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	INTEGER {unspecified(0), symmetricActive(1), symmetricPassive(2), client(3), server(4), broadcast(5), reservedControl(6), reservedPrivate(7), broadcastclient(8), multicastclient(9)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is an integer indicating the association mode,
            with values coded as follows,
            0, unspecified
            1, symmetric active - A host operating in this mode
                    sends periodic messages regardless of the
                    reach ability state or stratum of its peer.  By
                    operating in this mode the host announces its
                    willingness to synchronize and be synchronized
                    by the peer
            2, symmetric passive - This type of association is
                    ordinarily created upon arrival of a message
                    from a peer operating in the symmetric active
                    mode and persists only as long as the peer is
                    reachable and operating at a stratum level
                    less than or equal to the host; otherwise, the
                    association is dissolved.  However, the
                    association will always persist until at least
                    one message has been sent in reply.  By
                    operating in this mode the host announces its
                    willingness to synchronize and be synchronized
                    by the peer
            3, client -  A host operating in this mode sends
                    periodic messages regardless of the
                    reach ability state or stratum of its peer.  By
                    operating in this mode the host, usually a LAN
                    workstation, announces its willingness to be
                    synchronized by, but not to synchronize the peer
            4, server - This type of association is ordinarily
                    created upon arrival of a client request message
                    and exists only in order to reply to that
                    request, after which the association is
                    dissolved.  By operating in this mode the host,
                    usually a LAN time server, announces its
                    willingness to synchronize, but not to be
                    synchronized by the peer
            5, broadcast - A host operating in this mode sends
                    periodic messages regardless of the
                    reach ability state or stratum of the peers.
                    By operating in this mode the host, usually a
                    LAN time server operating on a high-speed
                    broadcast medium, announces its willingness to
                    synchronize all of the peers, but not to be
                    synchronized by any of them
            6, reserved for NTP control messages
            7, reserved for private use
            8, broadcastclient
            9, multicastclient"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 9 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.10
hh3cNTPPeerStratum OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a integer indicating the stratum level
            of the peer clock, with values defined as follows:
            0, unspecified
            1, primary reference (e.g.,, radio clock)
            2-255, secondary reference (via NTP)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 10 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.11
hh3cNTPPeerPPoll OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (-20..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interval at which the peer polls the local host."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 11 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.12
hh3cNTPPeerHPoll OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (-20..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interval at which the local host polls the peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 12 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.13
hh3cNTPPeerPrecision OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (-20..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a signed integer indicating the precision of
            the peer clock, in seconds to the nearest power of two.
            The value must be rounded to the next larger power of
            two; for instance, a 50-Hz (20 ms) or 60-Hz (16.67 ms)
            power-frequency clock would be assigned the value -5 (31.25 ms),
            while a 1000-Hz (1 ms) crystal-controlled clock would be assigned
            the value -9 (1.95 ms)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 13 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.14
hh3cNTPPeerRootDelay OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a signed fixed-point number indicating
            the total roundtrip delay to the primary reference source
            at the root of the synchronization subnet, in milliseconds.
            Note that this variable can take on both positive and negative
            values, depending on clock precision and skew."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 14 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.15
hh3cNTPPeerRootDispersion OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a signed fixed-point number indicating
            the maximum error of the peer clock relative to
            the primary reference source at the root of the
            synchronization subnet, in milliseconds.  Only
            positive values greater than zero are possible."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 15 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.16
hh3cNTPPeerRefId OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reference identifier of the peer.
            This is a 32-bit code identifying the particular reference clock.
            In the case of stratum 0 (unspecified) or stratum 1 (primary
            reference source), this is a four-octet, left-justified,
            zero-padded ASCII string.
            Stratum, Code, Meaning
            0,       DCN,  DCN routing protocol
            0,       TSP,  TSP time protocol
            1,       ATOM, Atomic clock (calibrated)
            1,       WWVB, WWVB LF (band 5) radio
            1,       GOES, GOES UHF (band 9) satellite
            1,       WWV,  WWV HF (band 7) radio"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 16 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.17
hh3cNTPPeerRefTime OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the local time at the peer, in timestamp format,
            when the local clock was last updated.  If the local clock has
            never been synchronized, the value is zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 17 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.18
hh3cNTPPeerOrg OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the local time, in timestamp format,
            at the peer when it's latest NTP message was sent.
            If the peer becomes unreachable the value is set to zero"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 18 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.19
hh3cNTPPeerRec OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the local time, in timestamp format,
            when the latest NTP message from the peer arrived.
            If the peer becomes unreachable the value is set to zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 19 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.20
hh3cNTPPeerXmt OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is the local time, in timestamp format,
            at which the NTP message departed the sender."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 20 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.21
hh3cNTPPeerReach OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a shift register of NTP.WINDOW bits used to
            determine the reach ability status of the peer,
            with bits entering from the least significant (rightmost) end.
            A peer is considered reachable if at least
            one bit in this register is set to one"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 21 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.22
hh3cNTPPeerValid OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is an integer counter indicating the valid samples
            remaining in the filter register.  It is used to
            determine the reach ability state and when the
            poll interval should be increased or decreased."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 22 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.23
hh3cNTPPeerTimer OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is an integer counter used to control the
            interval of transmitted NTP messages from the local host to the peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 23 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.24
hh3cNTPPeerDelay OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a signed fixed-point number indicating
            the roundtrip delay of the peer clock relative to
            the local clock over the network path between them,
            in milliseconds.  Note that this variable can take on
            both positive and negative values, depending on
            clock precision and skew-error accumulation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 24 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.25
hh3cNTPPeerOffset OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a signed, fixed-point number indicating the offset
            of the peer clock relative to the local clock, in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 25 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.26
hh3cNTPPeerJitter OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is an indicating that peer of sample Variance"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 26 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.27
hh3cNTPPeerDispersion OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a signed fixed-point number indicating the
            maximum error of the peer clock relative to the local
            clock over the network path between them, in milliseconds.
            Only positive values greater than zero are possible."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 27 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.28
hh3cNTPPeerKeyId OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is an unsigned integer identifying the cryptographic
            key used to generate the message-authentication code."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 28 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.29
hh3cNTPPeerFiltDelay OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Round-trip delay of the peer clock relative to the
            local clock over the network path between them, in
            milliseconds.  This variable can take on both positive
            and negative values, depending on clock precision
            and skew-error accumulation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 29 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.30
hh3cNTPPeerFiltOffset OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The offset of the peer clock relative to the local clock in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 30 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.31
hh3cNTPPeerFiltError OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum error of the peer clock relative to the
            local clock over the network path between them, in
            milliseconds.  Only positive values greater than zero
            are possible."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 31 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.32
hh3cNTPPeerPMode OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	INTEGER {unspecified(0), symmetricActive(1), symmetricPassive(2), client(3), server(4), broadcast(5), reservedControl(6), reservedPrivate(7), broadcastclient(8), multicastclient(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is an integer indicating the association mode,
            with values coded as follows,
            0, unspecified
            1, symmetric active - A host operating in this mode
                    sends periodic messages regardless of the
                    reach ability state or stratum of its peer.  By
                    operating in this mode the host announces its
                    willingness to synchronize and be synchronized
                    by the peer
            2, symmetric passive - This type of association is
                    ordinarily created upon arrival of a message
                    from a peer operating in the symmetric active
                    mode and persists only as long as the peer is
                    reachable and operating at a stratum level
                    less than or equal to the host; otherwise, the
                    association is dissolved.  However, the
                    association will always persist until at least
                    one message has been sent in reply.  By
                    operating in this mode the host announces its
                    willingness to synchronize and be synchronized
                    by the peer
            3, client -  A host operating in this mode sends
                    periodic messages regardless of the
                    reach ability state or stratum of its peer.  By
                    operating in this mode the host, usually a LAN
                    workstation, announces its willingness to be
                    synchronized by, but not to synchronize the peer
            4, server - This type of association is ordinarily
                    created upon arrival of a client request message
                    and exists only in order to reply to that
                    request, after which the association is
                    dissolved.  By operating in this mode the host,
                    usually a LAN time server, announces its
                    willingness to synchronize, but not to be
                    synchronized by the peer
            5, broadcast - A host operating in this mode sends
                    periodic messages regardless of the
                    reach ability state or stratum of the peers.
                    By operating in this mode the host, usually a
                    LAN time server operating on a high-speed
                    broadcast medium, announces its willingness to
                    synchronize all of the peers, but not to be
                    synchronized by any of them
            6, reserved for NTP control messages
            7, reserved for private use
            8, broadcastclient
            9, multicastclient
            When creating a new peer association, if no value
            is specified for this object, it defaults to
            'symmetricActive'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 32 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.33
hh3cNTPPeerReceived OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received messages."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 33 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.34
hh3cNTPPeerSent OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of send messages."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 34 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.35
hh3cNTPPeerFlash OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  SYNTAX	BITS {recvRepeatMsg(0), recvremanMsg(1), unSynMsg(2), dispBeyond(3), unauthenticate(4), unSynClock(5), straBeyond(6), rootDispBeyond(7), noAuthen(8), refuOperate(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The information about the message."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 35 }

.1.3.6.1.4.1.25506.8.22.2.1.1.1.36
hh3cNTPPeerRowStatus OBJECT-TYPE
  -- FROM	HH3C-NTP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status object for this row.  When a management
            station is creating a new row, it should set the
            value for cntpPeersPeerAddress at least, before the
            row can be made 'active'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cNTP(22) hh3cNTPPeerMIB(2) hh3cNTPPeerMIBObjects(1) hh3cNTPPeerTable(1) hh3cNTPPeerEntry(1) 36 }

.1.3.6.1.4.1.25506.8.25
hh3cLAG OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LAG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 25 }

.1.3.6.1.4.1.25506.8.25.0
hh3cLAGMibNotificationsPrefix OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) 0 }

.1.3.6.1.4.1.25506.8.25.0.5
hh3cAggPartnerMisconnect NOTIFICATION-TYPE
  -- FROM	HH3C-LAG-MIB
  OBJECTS	{ hh3cAggLinkNumber, hh3cAggPortIndex }
  DESCRIPTION	"This event will be triggered whenever the peer link of the LACP
         member interface might be incorrectly connected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibNotificationsPrefix(0) 5 }

.1.3.6.1.4.1.25506.8.25.0.6
hh3cAggPartnerMisconnectResume NOTIFICATION-TYPE
  -- FROM	HH3C-LAG-MIB
  OBJECTS	{ hh3cAggLinkNumber, hh3cAggPortIndex }
  DESCRIPTION	"This event will be triggered whenever the peer link of the LACP
         member interface was correctly connected.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibNotificationsPrefix(0) 6 }

.1.3.6.1.4.1.25506.8.25.1
hh3cLAGMibObjects OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) 1 }

.1.3.6.1.4.1.25506.8.25.1.1
hh3cAggLinkTable OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of aggregate link objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) 1 }

.1.3.6.1.4.1.25506.8.25.1.1.1
hh3cAggLinkEntry OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAggLinkNumber }
  DESCRIPTION	"Entry of table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggLinkTable(1) 1 }

.1.3.6.1.4.1.25506.8.25.1.1.1.1
hh3cAggLinkNumber OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The serial number of aggregation group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggLinkTable(1) hh3cAggLinkEntry(1) 1 }

.1.3.6.1.4.1.25506.8.25.1.1.1.2
hh3cAggLinkName OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Aggregation name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggLinkTable(1) hh3cAggLinkEntry(1) 2 }

.1.3.6.1.4.1.25506.8.25.1.1.1.3
hh3cAggLinkMode OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  SYNTAX	INTEGER {manual(1), static(2), dynamic(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of aggregation.
             manual: Manual aggregation, no LACP.
             static: Membership specified by user, LACP is
                     used to validate.
             dynamic: Completely dynamic aggregation detected
                      by LACP."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggLinkTable(1) hh3cAggLinkEntry(1) 3 }

.1.3.6.1.4.1.25506.8.25.1.1.1.4
hh3cAggLinkPortList OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"List of ports in this link aggregation group, by bridge port
             number. If the mode of the link aggregation group is manual
             or static, you can update this list to your
             hearts content. However, if the link aggregation group is
             dynamic, the system will maintain it. You are not
             permitted to set the value of this to
             all zeroes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggLinkTable(1) hh3cAggLinkEntry(1) 4 }

.1.3.6.1.4.1.25506.8.25.1.1.1.5
hh3cAggLinkState OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three states:
            createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggLinkTable(1) hh3cAggLinkEntry(1) 5 }

.1.3.6.1.4.1.25506.8.25.1.1.1.6
hh3cAggPortListSelectedPorts OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A PortList of physical ports that have been
             selected but not attached to this aggregator.
             When the bit is set to 1,it means the
             corresponding port is in the portlist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggLinkTable(1) hh3cAggLinkEntry(1) 6 }

.1.3.6.1.4.1.25506.8.25.1.1.1.7
hh3cAggPortListSamePartnerPorts OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"PortList of physical ports that have the
             same Actor SystemID and partner systemID as
             this aggregator, but have different actor
             and partner keys of aggregator."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggLinkTable(1) hh3cAggLinkEntry(1) 7 }

.1.3.6.1.4.1.25506.8.25.1.2
hh3cAggPortTable OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of aggregate port objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) 2 }

.1.3.6.1.4.1.25506.8.25.1.2.1
hh3cAggPortEntry OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cAggPortIndex }
  DESCRIPTION	"Entry of table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggPortTable(2) 1 }

.1.3.6.1.4.1.25506.8.25.1.2.1.1
hh3cAggPortIndex OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Port ifindex which is according to RFC1213 MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggPortTable(2) hh3cAggPortEntry(1) 1 }

.1.3.6.1.4.1.25506.8.25.1.2.1.2
hh3cAggPortNotAttachedReason OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  SYNTAX	Integer32 (0..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Reason why this port is selected for an
             aggregator but not attached,
             0: The port is attached to this aggregator.
             1: The current number of active ports has
                reached the upper limit.
             2: All aggregation resources are already in-use.
             3: The port's configuration is improper
                for being attached.
             4: The port's partner is improper for being attached.
             5: The number of current active ports
                has not reached the lower limit.
             6: The port's physical state (down) is
                improper for being attached.
             7: The port is not selected for an aggregator.
             8: The port's hardware restriction is
                improper for being attached.
             9: The port's speed is improper for being attached.
             10: The port's duplex mode is improper for being attached."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggPortTable(2) hh3cAggPortEntry(1) 2 }

.1.3.6.1.4.1.25506.8.25.1.2.1.3
hh3cAggPortLacpState OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control ports' lacp enble or disable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggPortTable(2) hh3cAggPortEntry(1) 3 }

.1.3.6.1.4.1.25506.8.25.1.2.1.4
hh3cAggPortNotAttachedString OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The string which interprets this
             port is selected for an aggregator
             but not attached."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) hh3cAggPortTable(2) hh3cAggPortEntry(1) 4 }

.1.3.6.1.4.1.25506.8.25.1.3
hh3cAggResourceAllocationValue OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The priority value calculated to decide which
             aggregations have first call on the load-sharing
             aggregation resources in the hardware. It
             depends on the aggregation type and total
             speed."
  DEFVAL	{ \"0\" }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibObjects(1) 3 }

.1.3.6.1.4.1.25506.8.25.2
hh3cLAGMibNotifications OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) 2 }

.1.3.6.1.4.1.25506.8.25.2.1
hh3cAggSpeedChangedNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LAG-MIB
  OBJECTS	{ hh3cAggLinkNumber }
  DESCRIPTION	"This event will be triggered whenever an
             aggregation changes its speed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibNotifications(2) 1 }

.1.3.6.1.4.1.25506.8.25.2.2
hh3cAggPortInactiveNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LAG-MIB
  OBJECTS	{ hh3cAggLinkNumber }
  DESCRIPTION	"This event will be triggered whenever any port
             in aggregator is made inactive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibNotifications(2) 2 }

.1.3.6.1.4.1.25506.8.25.2.3
hh3cAggPortInactiveNotification2 NOTIFICATION-TYPE
  -- FROM	HH3C-LAG-MIB
  OBJECTS	{ hh3cAggLinkNumber, hh3cAggPortIndex }
  DESCRIPTION	"This event will be triggered whenever the port
             in aggregator is made inactive."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibNotifications(2) 3 }

.1.3.6.1.4.1.25506.8.25.2.4
hh3cAggPortActiveNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LAG-MIB
  OBJECTS	{ hh3cAggLinkNumber, hh3cAggPortIndex }
  DESCRIPTION	"This event will be triggered whenever the port
             in aggregator is made active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibNotifications(2) 4 }

.1.3.6.1.4.1.25506.8.25.3
hh3cLAGMibConformance OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) 3 }

.1.3.6.1.4.1.25506.8.25.3.1
hh3cLAGMibCompliances OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibConformance(3) 1 }

.1.3.6.1.4.1.25506.8.25.3.1.1
hh3cLAGMibCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-LAG-MIB
  DESCRIPTION	"The compliance statement for SNMP entities
             which implement the Lag MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibConformance(3) hh3cLAGMibCompliances(1) 1 }

.1.3.6.1.4.1.25506.8.25.3.2
hh3cLAGMibGroup OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibConformance(3) 2 }

.1.3.6.1.4.1.25506.8.25.3.2.1
hh3cLAGMibObjectGroup OBJECT-GROUP
  -- FROM	HH3C-LAG-MIB
  DESCRIPTION	"The collection of objects which are used to
             represent LAG objects."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibConformance(3) hh3cLAGMibGroup(2) 1 }

.1.3.6.1.4.1.25506.8.25.3.2.2
hh3cLAGMibNotificationGroup OBJECT-TYPE
  -- FROM	HH3C-LAG-MIB
  DESCRIPTION	"The collection of objects which are used to
             represent notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cLAG(25) hh3cLAGMibConformance(3) hh3cLAGMibGroup(2) 2 }

.1.3.6.1.4.1.25506.8.26
hh3cSmonExtend OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswSMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 26 }

.1.3.6.1.4.1.25506.8.26.1
hh3csmonExtendObject OBJECT-TYPE
  -- FROM	HH3C-LswSMON-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cSmonExtend(26) 1 }

.1.3.6.1.4.1.25506.8.26.1.1
hh3cdot1qVlanStatNumber OBJECT-TYPE
  -- FROM	HH3C-LswSMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"The number of vlans that can collect statistics of packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cSmonExtend(26) hh3csmonExtendObject(1) 1 }

.1.3.6.1.4.1.25506.8.26.1.2
hh3cdot1qVlanStatStatusTable OBJECT-TYPE
  -- FROM	HH3C-LswSMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  DESCRIPTION	"VLAN statistics status table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cSmonExtend(26) hh3csmonExtendObject(1) 2 }

.1.3.6.1.4.1.25506.8.26.1.2.1
hh3cdot1qVlanStatStatusEntry OBJECT-TYPE
  -- FROM	HH3C-LswSMON-MIB
  MAX-ACCESS	not-accessible
  STATUS	mandatory
  INDEX		{ hh3cdot1qVlanStatEnableIndex }
  DESCRIPTION	" VLAN statistics status table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cSmonExtend(26) hh3csmonExtendObject(1) hh3cdot1qVlanStatStatusTable(2) 1 }

.1.3.6.1.4.1.25506.8.26.1.2.1.1
hh3cdot1qVlanStatEnableIndex OBJECT-TYPE
  -- FROM	HH3C-LswSMON-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	mandatory
  DESCRIPTION	"Vlan index ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cSmonExtend(26) hh3csmonExtendObject(1) hh3cdot1qVlanStatStatusTable(2) hh3cdot1qVlanStatStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.8.26.1.2.1.2
hh3cdot1qVlanStatEnableStatus OBJECT-TYPE
  -- FROM	HH3C-LswSMON-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	mandatory
  DESCRIPTION	"VLAN Statistics Status.It represent the current VLAN supports statistic or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cSmonExtend(26) hh3csmonExtendObject(1) hh3cdot1qVlanStatStatusTable(2) hh3cdot1qVlanStatStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.8.32
hh3cQoS OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 32 }

.1.3.6.1.4.1.25506.8.32.3
hh3cFrQoSMib MODULE-IDENTITY
  -- FROM	HH3C-FR-QOS-MIB
  DESCRIPTION	"This MIB contains objects to 
                            Manage configuration and Monitor running state 
                            for Class Based FR QoS feature.
                            
                           	    *********************************
                        			MIB Tables
                           	    **********************************
                        	This MIB consists of the following tables:
                        	     1 :  hh3cFrClassCfgInfoTable
                        	     2 :  hh3cCirCfgInfoTable
                        	     3 :  hh3cIfApplyFrClassTable
                        	     4 :  hh3cPvcApplyFrClassTable
                        	     5 :  hh3cFrPvcBandwidthTable
                        	     5 :  hh3cRTPFrClassApplyTable
                        	     6 :  hh3cRTPFrPvcQueueRunInfoTable  	             	 
                            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) 3 }

.1.3.6.1.4.1.25506.8.32.3.1
hh3cFrQoSObjects OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1
hh3cFrClassObjects OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.1
hh3cFrClassIndexNext OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an appropriate value to be used for 
			hh3cFrClassIndex when creating rows in the 
			hh3cFrClassCfgInfoTable. Begin with 0.
			"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.2
hh3cFrClassCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Fr Class configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.1.2.1
hh3cFrClassCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFrClassIndex }
  DESCRIPTION	"Fr Class Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cFrClassCfgInfoTable(2) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.2.1.1
hh3cFrClassIndex OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of Fr Class. Begin with 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cFrClassCfgInfoTable(2) hh3cFrClassCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.2.1.2
hh3cFrClassName OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Name of Fr Class."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cFrClassCfgInfoTable(2) hh3cFrClassCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.1.2.1.3
hh3cFrClassRowStatus OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
			createAndGo, destroy"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cFrClassCfgInfoTable(2) hh3cFrClassCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.32.3.1.1.3
hh3cCirAllowCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of DCE allowed rate Configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) 3 }

.1.3.6.1.4.1.25506.8.32.3.1.1.3.1
hh3cCirAllowCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCirAllowFrClassIndex, hh3cCirAllowDirection }
  DESCRIPTION	"DCE allowed ratee Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cCirAllowCfgInfoTable(3) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.3.1.1
hh3cCirAllowFrClassIndex OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of Fr Class. Begin with 0.Equal to hh3cFrClassIndex"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cCirAllowCfgInfoTable(3) hh3cCirAllowCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.3.1.2
hh3cCirAllowDirection OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  -- TEXTUAL CONVENTION Hh3cCirAllowDirection
  SYNTAX	INTEGER {inbound(1), outbound(2), inboundAndOutbound(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Packet Direction. 		
			inbound (1)
			outbound (2)
			inbound and outbound (3)  
			"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cCirAllowCfgInfoTable(3) hh3cCirAllowCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.1.3.1.3
hh3cCirAllowValue OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32 (1..45000000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DCE allowed rate (value greater than CIR) 
			Unit : Bits per second. 
			Value : <1-45000000> ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cCirAllowCfgInfoTable(3) hh3cCirAllowCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.32.3.1.1.3.1.4
hh3cCirAllowRowStatus OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
			createAndGo, destroy"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cCirAllowCfgInfoTable(3) hh3cCirAllowCfgInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.8.32.3.1.1.4
hh3cCirCfgInfoTable OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Committed Information Rate Configuration information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) 4 }

.1.3.6.1.4.1.25506.8.32.3.1.1.4.1
hh3cCirCfgInfoEntry OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCirFrClassIndex }
  DESCRIPTION	"Committed Information Rate Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cCirCfgInfoTable(4) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.4.1.1
hh3cCirFrClassIndex OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of Fr Class. Begin with 0.Equal to hh3cFrClassIndex"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cCirCfgInfoTable(4) hh3cCirCfgInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.4.1.2
hh3cCirValue OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32 (1000..45000000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" CIR in packet output direction ,bps. 
			Value : <1000-45000000>."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cCirCfgInfoTable(4) hh3cCirCfgInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.1.4.1.3
hh3cCirRowStatus OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
			createAndGo, destroy"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cCirCfgInfoTable(4) hh3cCirCfgInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.32.3.1.1.5
hh3cIfApplyFrClassTable OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS Fr Class instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) 5 }

.1.3.6.1.4.1.25506.8.32.3.1.1.5.1
hh3cIfApplyFrClassEntry OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIfApplyFrClassIfIndex }
  DESCRIPTION	"FrClass applied on interface Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cIfApplyFrClassTable(5) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.5.1.1
hh3cIfApplyFrClassIfIndex OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Interface Index, equal to ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cIfApplyFrClassTable(5) hh3cIfApplyFrClassEntry(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.5.1.2
hh3cIfApplyFrClassIndex OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of Fr Class, equal to hh3cFrClassIndex"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cIfApplyFrClassTable(5) hh3cIfApplyFrClassEntry(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.1.5.1.3
hh3cIfApplyFrClassRowStatus OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
			createAndGo, destroy"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cIfApplyFrClassTable(5) hh3cIfApplyFrClassEntry(1) 3 }

.1.3.6.1.4.1.25506.8.32.3.1.1.6
hh3cPvcApplyFrClassTable OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of QoS Fr Class instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) 6 }

.1.3.6.1.4.1.25506.8.32.3.1.1.6.1
hh3cPvcApplyFrClassEntry OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPvcApplyFrClassIfIndex, hh3cPvcApplyFrClassDlciNum }
  DESCRIPTION	"Fr Class applied on FR Pvc Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cPvcApplyFrClassTable(6) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.6.1.1
hh3cPvcApplyFrClassIfIndex OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Fr Interface Index, equal to ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cPvcApplyFrClassTable(6) hh3cPvcApplyFrClassEntry(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.6.1.2
hh3cPvcApplyFrClassDlciNum OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32 (16..1007) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Fr DLCI number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cPvcApplyFrClassTable(6) hh3cPvcApplyFrClassEntry(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.1.6.1.3
hh3cPvcApplyFrClassIndex OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of Fr Class, equal to hh3cFrClassIndex"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cPvcApplyFrClassTable(6) hh3cPvcApplyFrClassEntry(1) 3 }

.1.3.6.1.4.1.25506.8.32.3.1.1.6.1.4
hh3cPvcApplyFrClassRowStatus OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus. Three actions are used: active,
			createAndGo, destroy"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cPvcApplyFrClassTable(6) hh3cPvcApplyFrClassEntry(1) 4 }

.1.3.6.1.4.1.25506.8.32.3.1.1.7
hh3cFrPvcBandwidthTable OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for bandwidth.
			"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) 7 }

.1.3.6.1.4.1.25506.8.32.3.1.1.7.1
hh3cFrPvcBandwidthEntry OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPvcApplyFrClassIfIndex, hh3cPvcApplyFrClassDlciNum }
  DESCRIPTION	"Bandwidth Running statistics"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cFrPvcBandwidthTable(7) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.7.1.1
hh3cFrPvcBandwidthMaxReservedBW OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max reserved bandWidth. Unit : Kbps"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cFrPvcBandwidthTable(7) hh3cFrPvcBandwidthEntry(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.1.7.1.2
hh3cFrPvcBandwidthAvailable OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Available bandWidth. Unit : Kbps"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cFrClassObjects(1) hh3cFrPvcBandwidthTable(7) hh3cFrPvcBandwidthEntry(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.2
hh3cRTPQoSObjects OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.2.1
hh3cRTPFrClassApplyTable OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of RTP(Realtime Transport Protocol) Queue instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.2.1.1
hh3cRTPFrClassApplyEntry OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRTPFrClassApplyFrClassIndex }
  DESCRIPTION	"RTP(Realtime Transport Protocol) Queue Configuration Information Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrClassApplyTable(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.2.1.1.1
hh3cRTPFrClassApplyFrClassIndex OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Fr Class Index, equal to Hh3cFrClassIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrClassApplyTable(1) hh3cRTPFrClassApplyEntry(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.2.1.1.2
hh3cRTPFrClassApplyStartPort OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32 (2000..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"                                                                                        
			RTP-PORT(3): start-port: 2000~65535   
			"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrClassApplyTable(1) hh3cRTPFrClassApplyEntry(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.2.1.1.3
hh3cRTPFrClassApplyEndPort OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32 (2000..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"                         
			RTP-PORT(3): end-port: 2000~65535
			"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrClassApplyTable(1) hh3cRTPFrClassApplyEntry(1) 3 }

.1.3.6.1.4.1.25506.8.32.3.1.2.1.1.4
hh3cRTPFrClassApplyBandWidth OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32 (8..1000000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Max bandWidth Value:
			Absolute value: 8~1000000. Unit: Kbps             
			"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrClassApplyTable(1) hh3cRTPFrClassApplyEntry(1) 4 }

.1.3.6.1.4.1.25506.8.32.3.1.2.1.1.5
hh3cRTPFrClassApplyCbs OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32 (1500..2000000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"
			Committed Burst Size: 1500~2000000. Unit: byte             
			"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrClassApplyTable(1) hh3cRTPFrClassApplyEntry(1) 5 }

.1.3.6.1.4.1.25506.8.32.3.1.2.1.1.6
hh3cRTPFrClassApplyRowStatus OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus for RTPFrClassApply Table. 
			Three actions are used: active, createAndGo, destroy"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrClassApplyTable(1) hh3cRTPFrClassApplyEntry(1) 6 }

.1.3.6.1.4.1.25506.8.32.3.1.2.2
hh3cRTPFrPvcQueueRunInfoTable OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of Running statistics for RTP(Realtime Transport Protocol) Queue
			applied on the FR PVC"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.2.2.1
hh3cRTPFrPvcQueueRunInfoEntry OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPvcApplyFrClassIfIndex, hh3cPvcApplyFrClassDlciNum }
  DESCRIPTION	"RTP(Realtime Transport Protocol) Queue statistics entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrPvcQueueRunInfoTable(2) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.2.2.1.1
hh3cRTPFrPvcQueueSize OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"the packet number of RTP(Realtime Transport Protocol) Queue now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrPvcQueueRunInfoTable(2) hh3cRTPFrPvcQueueRunInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.32.3.1.2.2.1.2
hh3cRTPFrPvcQueueMaxSize OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"the Max packet number of RTP(Realtime Transport Protocol) Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrPvcQueueRunInfoTable(2) hh3cRTPFrPvcQueueRunInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.32.3.1.2.2.1.3
hh3cRTPFrPvcQueueOutputs OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"the Output packet number of RTP(Realtime Transport Protocol) Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrPvcQueueRunInfoTable(2) hh3cRTPFrPvcQueueRunInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.32.3.1.2.2.1.4
hh3cRTPFrPvcQueueDiscards OBJECT-TYPE
  -- FROM	HH3C-FR-QOS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"the Discarded packet number of RTP(Realtime Transport Protocol) Queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cQoS(32) hh3cFrQoSMib(3) hh3cFrQoSObjects(1) hh3cRTPQoSObjects(2) hh3cRTPFrPvcQueueRunInfoTable(2) hh3cRTPFrPvcQueueRunInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.8.33
hh3cMultilinkPPP OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 33 }

.1.3.6.1.4.1.25506.8.33.1
hh3cMpObjects OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) 1 }

.1.3.6.1.4.1.25506.8.33.1.1
hh3cMpMultilinkTable OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the information of MP link. 
                        The index of this table is the interface index of MP group or 
                        VT(Virtual Template)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) 1 }

.1.3.6.1.4.1.25506.8.33.1.1.1
hh3cMpMultilinkEntry OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Each entry in this table describes the information of MP link.
                        The available information includes: 
                        the father channel, the slot on which MP bundled, 
                        the number of bundled son channels, 
                        the statistics of lost fragments, reordered packets, 
                        unassigned packets, interleaved packets, 
                        and received/sent sequence.                         
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) 1 }

.1.3.6.1.4.1.25506.8.33.1.1.1.1
hh3cMpMultilinkDescr OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface name of the father interface on which MP bundled. 
                        It is the name of a Virtual Temblate or a MP group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 1 }

.1.3.6.1.4.1.25506.8.33.1.1.1.2
hh3cMpBundleName OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bundle name of the multilink. 
                        when authentication is configured, the bundle name is the authenticated
                        user name; when authentication not configured, the bundle name is
                        multilink.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 2 }

.1.3.6.1.4.1.25506.8.33.1.1.1.3
hh3cMpBundledSlot OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The slot on which MP bundled. 
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 3 }

.1.3.6.1.4.1.25506.8.33.1.1.1.4
hh3cMpBundledMemberCnt OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of the bundled son channel of the MP link. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 4 }

.1.3.6.1.4.1.25506.8.33.1.1.1.5
hh3cMpLostFragments OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of fragments of the MP link discarded because 
                        bad fragments received, or assembling packet failed, etc."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 5 }

.1.3.6.1.4.1.25506.8.33.1.1.1.6
hh3cMpReorderedPkts OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets of the MP link reordered.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 6 }

.1.3.6.1.4.1.25506.8.33.1.1.1.7
hh3cMpUnassignedPkts OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets of the MP link waiting for reordering.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 7 }

.1.3.6.1.4.1.25506.8.33.1.1.1.8
hh3cMpInterleavedPkts OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received packets of the MP link interleaved by the 
                        packets queued in RTPQ(Real-time Transport Protocol Queue) or 
                        LLQ(Low Latency Queue).
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 8 }

.1.3.6.1.4.1.25506.8.33.1.1.1.9
hh3cMpRcvdSequence OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current sequence number of the MP link for receiving.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 9 }

.1.3.6.1.4.1.25506.8.33.1.1.1.10
hh3cMpSentSequence OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current sequence number of the MP link for sending.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMultilinkTable(1) hh3cMpMultilinkEntry(1) 10 }

.1.3.6.1.4.1.25506.8.33.1.2
hh3cMpMemberlinkTable OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the information of son channels of the MP link.
                        The index of this table is the interface index of MP group or
                        VT(Virtual Template). 
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) 2 }

.1.3.6.1.4.1.25506.8.33.1.2.1
hh3cMpMemberlinkEntry OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cMpMemberlinkSeqNumber }
  DESCRIPTION	"Each entry in this table describes the information of the bundled
                        son channels of MP link. The available information includes: 
                        the interface index of the son channel, 
                        the interface name of the son channel.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMemberlinkTable(2) 1 }

.1.3.6.1.4.1.25506.8.33.1.2.1.1
hh3cMpMemberlinkSeqNumber OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bundled sequence number of the son channels of the MP link.
                        This object is one of the index of the table.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMemberlinkTable(2) hh3cMpMemberlinkEntry(1) 1 }

.1.3.6.1.4.1.25506.8.33.1.2.1.2
hh3cMpMemberlinkIfIndex OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface index of the son channels of the MP link.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMemberlinkTable(2) hh3cMpMemberlinkEntry(1) 2 }

.1.3.6.1.4.1.25506.8.33.1.2.1.3
hh3cMpMemberlinkDescr OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface name of the son channels of the MP link.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMemberlinkTable(2) hh3cMpMemberlinkEntry(1) 3 }

.1.3.6.1.4.1.25506.8.33.1.2.1.4
hh3cMpMemberlinkMpStatus OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MP status of the son channels of the MP link.
                        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpObjects(1) hh3cMpMemberlinkTable(2) hh3cMpMemberlinkEntry(1) 4 }

.1.3.6.1.4.1.25506.8.33.2
hh3cMpNotifications OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) 2 }

.1.3.6.1.4.1.25506.8.33.3
hh3cMpConformance OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) 3 }

.1.3.6.1.4.1.25506.8.33.3.1
hh3cMpCompliances OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpConformance(3) 1 }

.1.3.6.1.4.1.25506.8.33.3.1.1
hh3cMpCompliance MODULE-COMPLIANCE
  -- FROM	HH3C-MP-MIB
  DESCRIPTION	"The compliance statement for entities which 
                         implement the Multilink PPP MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpConformance(3) hh3cMpCompliances(1) 1 }

.1.3.6.1.4.1.25506.8.33.3.2
hh3cMpGroups OBJECT-TYPE
  -- FROM	HH3C-MP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpConformance(3) 2 }

.1.3.6.1.4.1.25506.8.33.3.2.1
hh3cMpMandatoryGroup OBJECT-GROUP
  -- FROM	HH3C-MP-MIB
  DESCRIPTION	"A collection of objects providing mandatory MP information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpConformance(3) hh3cMpGroups(2) 1 }

.1.3.6.1.4.1.25506.8.33.3.2.2
hh3cMpInfoGroup OBJECT-GROUP
  -- FROM	HH3C-MP-MIB
  DESCRIPTION	"All running information of MP feature."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cMultilinkPPP(33) hh3cMpConformance(3) hh3cMpGroups(2) 2 }

.1.3.6.1.4.1.25506.8.35
hh3clswCommon OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 35 }

.1.3.6.1.4.1.25506.8.35.1
hh3cLswExtInterface OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswINF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 1 }

.1.3.6.1.4.1.25506.8.35.1.1
hh3cifXXTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Extended interface information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) 1 }

.1.3.6.1.4.1.25506.8.35.1.1.1
hh3cifXXEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entries of extended interface information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) 1 }

.1.3.6.1.4.1.25506.8.35.1.1.1.1
hh3cifUnBoundPort OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether it is the unbound port. (true indicates that the port is
            the main port of the aggregation or the port does not participate
            in the aggregation.)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.1.1.1.2
hh3cifISPhyPort OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether it is a physical interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.1.1.1.3
hh3cifAggregatePort OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether it is the aggregated port. (if the port participates
                    in the aggregation, this value is true.)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.1.1.1.4
hh3cifMirrorPort OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether it is a mirror port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.1.1.1.5
hh3cifVLANType OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {vLANTrunk(1), access(2), hybrid(3), fabric(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"port vlan types.
            hybrid (3) port can carry multiple VLANs.
            If fabric function is supported, fabric(4) means the port is
            a fabric port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.1.1.1.6
hh3cifMcastControl OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Broadcast storm suppression with the step length of 1,
            ranging from 0 to 100 percent.
            In some products the step is 5, ranging from 0 to 100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.1.1.1.7
hh3cifFlowControl OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Flow control status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.1.1.1.8
hh3cifSrcMacControl OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether to filter by source MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.1.1.1.9
hh3cifClearStat OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {clear(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear specify port statistics.  Operation read is not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.1.1.1.10
hh3cifXXBasePortIndex OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index number of the port and the first port index of the
                    device is 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.1.1.1.11
hh3cifXXDevPortIndex OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Device index of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.1.1.1.12
hh3cifPpsMcastControl OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The broadcast suppression with pps(packet per second) type.
            The max value is determined by the port type and product."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.1.1.1.13
hh3cifPpsBcastDisValControl OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control the port's pps(packet per second) broadcast suppression.
            When the port is enabled, its pps broadcast suppression value is the
            global disperse value, and when disabled, it doesn't suppress broadcast."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.1.1.1.14
hh3cifUniSuppressionStep OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The step of unicast suppression in ratio mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.1.1.1.15
hh3cifPpsUniSuppressionMax OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max pps(packet per second) value of unicast suppression
                    in pps mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.1.1.1.16
hh3cifMulSuppressionStep OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The step of multicast suppression in ratio mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.1.1.1.17
hh3cifPpsMulSuppressionMax OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The max pps(packet per second) value of multicast suppression
                    in pps mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.1.1.1.18
hh3cifUniSuppression OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The unicast suppression with the ranging from 0 to 100 percent
            in ratio mode.
            The step is determined by hh3cifUniSuppressionStep."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.1.1.1.19
hh3cifPpsUniSuppression OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The unicast suppression in pps(packet per second) mode.
            The max value is determined by hh3cifPpsUniSuppressionMax."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.1.1.1.20
hh3cifMulSuppression OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The multicast suppression with ranging from 0 to 100 percent
            in ratio mode.
            The step is determined by hh3cifMulSuppressionStep.
            If hh3cifMulSuppressionFlag is 2 it means only unknown
            traffic suppression."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.1.1.1.21
hh3cifPpsMulSuppression OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The multicast suppression in pps(packet per second) mode.
            The max pps value is determined by hh3cifPpsMulSuppressionMax.
            If hh3cifMulSuppressionFlag is 2 it means only unknown
            traffic suppression."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.1.1.1.22
hh3cifComboActivePort OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {fiber(1), copper(2), na(3)} 
  MAX-ACCESS	read-write
  STATUS	obsolete
  DESCRIPTION	"Active port on combo interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.1.1.1.23
hh3cifBMbpsMulSuppressionMax OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum value of the multicast suppression with bandwidth-based(Mbps)
                that a port can be configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.1.1.1.24
hh3cifBMbpsMulSuppression OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"With bandwidth-based multicast suppression, the bandwidth is measured
                in Mbps.
                The upper limit of the multicast suppession with bandwidth-based(Mbps)
                is the value of hh3cifBMbpsMulSuppressionMax in the entry.
                The default value of hh3cifBMbpsMulSuppression is the value of
                hh3cifBMbpsMulSuppressionMax."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.1.1.1.25
hh3cifBKbpsMulSuppressionMax OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum value of the multicast suppression with bandwidth-based(Kbps)
                that a port can be configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 25 }

.1.3.6.1.4.1.25506.8.35.1.1.1.26
hh3cifBKbpsMulSuppressionStep OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The step of multicast suppression with bandwidth-based(Kbps)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 26 }

.1.3.6.1.4.1.25506.8.35.1.1.1.27
hh3cifBKbpsMulSuppression OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"With bandwidth-based multicast suppression, the bandwidth
                is measured in Kbps.
                The upper limit of the multicast suppession with bandwidth-based(Kbps)
                is the value of hh3cifBKbpsMulSuppressionMax in the entry.
                The value of hh3cifBKbpsMulSuppression must be multiple of the
                value of hh3cifBKbpsMulSuppressionStep.
                The default value of hh3cifBKbpsMulSuppression is the value of
                hh3cifBKbpsMulSuppressionMax."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 27 }

.1.3.6.1.4.1.25506.8.35.1.1.1.28
hh3cifUnknownPacketDropMul OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION DropDirection
  SYNTAX	INTEGER {disable(1), enableInbound(2), enableOutbound(3), enableBoth(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control the port's unknown-multicast packets drop. When
                     inbound direction is enabled on this port, the port will
                     drop unknown-multicast packets in inbound direction. When
                     outbound direction is enabled on this port, the port will
                     drop unknown-multicast packets in outbound direction. When
                     both directions are enabled on this port, the port will
                     drop unknown-multicast packets in both inbound and outbound
                     directions."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 28 }

.1.3.6.1.4.1.25506.8.35.1.1.1.29
hh3cifUnknownPacketDropUni OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION DropDirection
  SYNTAX	INTEGER {disable(1), enableInbound(2), enableOutbound(3), enableBoth(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Control the port's unknown-unicast packets drop. When
                     inbound direction is enabled on this port, the port will
                     drop unknown-unicast packets in inbound direction. When
                     outbound direction is enabled on this port, the port will
                     drop unknown-unicast packets in outbound direction. When
                     both directions are enabled on this port, the port will
                     drop unknown-unicast packets in both inbound and outbound
                     directions."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 29 }

.1.3.6.1.4.1.25506.8.35.1.1.1.30
hh3cifBMbpsUniSuppressionMax OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The maximum value of the unicast suppression with bandwidth-based
            (Mbps) that a port can be configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 30 }

.1.3.6.1.4.1.25506.8.35.1.1.1.31
hh3cifBMbpsUniSuppression OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
            With bandwidth-based Unicast suppression, the bandwidth is measured
            in Mbps.
            The upper limit of the unicast suppession with bandwidth-based(Mbps)
            is the value of hh3cifBMbpsUniSuppressionMax in the entry.
            The default value of hh3cifBMbpsUniSuppression is the value of
            hh3cifBMbpsUniSuppressionMax."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 31 }

.1.3.6.1.4.1.25506.8.35.1.1.1.32
hh3cifBKbpsUniSuppressionMax OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The maximum value of the unicast suppression with bandwidth-based
            (Kbps) that a port can be configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 32 }

.1.3.6.1.4.1.25506.8.35.1.1.1.33
hh3cifBKbpsUniSuppressionStep OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The step of unicast suppression with bandwidth-based(Kbps)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 33 }

.1.3.6.1.4.1.25506.8.35.1.1.1.34
hh3cifBKbpsUniSuppression OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
            With bandwidth-based unicast suppression, the bandwidth
            is measured in Kbps.
            The upper limit of the unicast suppession with bandwidth-based(Kbps)
            is the value of hh3cifBKbpsUniSuppressionMax in the entry.
            The value of hh3cifBKbpsUniSuppression must be multiple of the
            value of hh3cifBKbpsUniSuppressionStep.
            The default value of hh3cifBKbpsUniSuppression is the value of
            hh3cifBKbpsUniSuppressionMax."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 34 }

.1.3.6.1.4.1.25506.8.35.1.1.1.35
hh3cifOutPayloadOctets OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The actual output octets of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 35 }

.1.3.6.1.4.1.25506.8.35.1.1.1.36
hh3cifInPayloadOctets OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The actual input octets of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 36 }

.1.3.6.1.4.1.25506.8.35.1.1.1.37
hh3cifInErrorPktsRate OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The rate of inbound error packets on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 37 }

.1.3.6.1.4.1.25506.8.35.1.1.1.38
hh3cifInPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 38 }

.1.3.6.1.4.1.25506.8.35.1.1.1.39
hh3cifInNormalPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of normal packets received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 39 }

.1.3.6.1.4.1.25506.8.35.1.1.1.40
hh3cifOutPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"
            The number of packets sent on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 40 }

.1.3.6.1.4.1.25506.8.35.1.1.1.41
hh3cifMulSuppressionFlag OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {all(1), unknown(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"
            The multicast suppression flag.  If only unknown multicast
            traffic is suppressed, the value is unknown(2), and all(1) for suppression of all traffic (unknown and known)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifXXTable(1) hh3cifXXEntry(1) 41 }

.1.3.6.1.4.1.25506.8.35.1.2
hh3cifAggregateTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port aggregation information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) 2 }

.1.3.6.1.4.1.25506.8.35.1.2.1
hh3cifAggregateEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cifAggregatePortIndex }
  DESCRIPTION	"Port aggregation information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifAggregateTable(2) 1 }

.1.3.6.1.4.1.25506.8.35.1.2.1.1
hh3cifAggregatePortIndex OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index number of the main aggregated port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifAggregateTable(2) hh3cifAggregateEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.1.2.1.2
hh3cifAggregatePortName OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING (0..40) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Aggregation group name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifAggregateTable(2) hh3cifAggregateEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.1.2.1.3
hh3cifAggregatePortListPorts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Portlist of a aggregating."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifAggregateTable(2) hh3cifAggregateEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.1.2.1.4
hh3cifAggregateModel OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {ingress(1), both(2), round-robin(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Load sharing mode for the port aggregation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifAggregateTable(2) hh3cifAggregateEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.1.2.1.5
hh3cifAggregateOperStatus OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Current operation status of the row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifAggregateTable(2) hh3cifAggregateEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.1.3
hh3cifHybridPortTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Hybrid-port configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) 3 }

.1.3.6.1.4.1.25506.8.35.1.3.1
hh3cifHybridPortEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cifHybridPortIndex }
  DESCRIPTION	"Hybrid-port configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifHybridPortTable(3) 1 }

.1.3.6.1.4.1.25506.8.35.1.3.1.1
hh3cifHybridPortIndex OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index number of Hybrid-port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifHybridPortTable(3) hh3cifHybridPortEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.1.3.1.2
hh3cifHybridTaggedVlanListLow OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
                    VLANs, with the first octet specifying VLANs 1 through
                    8, the second octet specifying VLANs 9 through 16, etc.
                    Within each octet, the most significant bit represents
                    the highest numbered VLAN, and the least significant bit
                    represents the lowest numbered VLAN. Thus, each tagged VLAN
                    of the hybrid port is represented by a single bit within
                    the value of this object. If that bit has a value of '1'
                    then that VLAN is tagged in the set of VLANs; the VLAN
                    is not tagged if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifHybridPortTable(3) hh3cifHybridPortEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.1.3.1.3
hh3cifHybridTaggedVlanListHigh OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
                    VLANs, with the first octet specifying VLANs 2049 through
                    2056, the second octet specifying VLANs 2057 through 2064,
                    etc. Within each octet, the most significant bit represents
                    the highest numbered VLAN, and the least significant bit
                    represents the lowest numbered VLAN. Thus, each tagged VLAN
                    of the hybrid port is represented by a single bit within
                    the value of this object. If that bit has a value of '1'
                    then that VLAN is tagged in the set of VLANs; the VLAN
                    is not tagged if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifHybridPortTable(3) hh3cifHybridPortEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.1.3.1.4
hh3cifHybridUnTaggedVlanListLow OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
                    VLANs, with the first octet specifying VLANs 1 through
                    8, the second octet specifying VLANs 9 through 16, etc.
                    Within each octet, the most significant bit represents
                    the highest numbered VLAN, and the least significant bit
                    represents the lowest numbered VLAN. Thus, each untagged
                    VLAN of the hybrid port is represented by a single bit
                    within the value of this object. If that bit has a value
                    of '1' then that VLAN is untagged in the set of VLANs; the
                    VLAN is not untagged if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifHybridPortTable(3) hh3cifHybridPortEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.1.3.1.5
hh3cifHybridUnTaggedVlanListHigh OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
                    VLANs, with the first octet specifying VLANs 2049 through
                    2056, the second octet specifying VLANs 2057 through 2064,
                    etc. Within each octet, the most significant bit represents
                    the highest numbered VLAN, and the least significant bit
                    represents the lowest numbered VLAN. Thus, each untagged
                    VLAN of the hybrid port is represented by a single bit
                    within the value of this object. If that bit has a value of
                    '1' then that VLAN is untagged in the set of VLANs; the VLAN
                    is not untagged if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifHybridPortTable(3) hh3cifHybridPortEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.1.4
hh3cifComboPortTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Combo-port table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) 4 }

.1.3.6.1.4.1.25506.8.35.1.4.1
hh3cifComboPortEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cifComboPortIndex }
  DESCRIPTION	"The entry of hh3cifComboPortTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifComboPortTable(4) 1 }

.1.3.6.1.4.1.25506.8.35.1.4.1.1
hh3cifComboPortIndex OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The combo-port interface index. Its value is the same as the value
            of ifIndex in ifTable, but only includes indexes of the combo-port
            interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifComboPortTable(4) hh3cifComboPortEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.1.4.1.2
hh3cifComboPortCurActive OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {fiber(1), copper(2), na(3), auto(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Current active interface of combo interfaces. The value 'fiber'
            means the interface with fiber connector of the pair of combo-port
            interfaces is active. The value 'copper' means the interface with
            copper connector of the pair is active. The value 'na' means not
            supported. The value 'auto' means the interface identified
            the copper or fiber port automatic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifComboPortTable(4) hh3cifComboPortEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.1.5
hh3cifPktBufTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Packet buffer table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) 5 }

.1.3.6.1.4.1.25506.8.35.1.5.1
hh3cifPktBufEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The entry of hh3cifPktBufTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifPktBufTable(5) 1 }

.1.3.6.1.4.1.25506.8.35.1.5.1.1
hh3cifPktBufFree OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packet buffers available for the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifPktBufTable(5) hh3cifPktBufEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.1.5.1.2
hh3cifPktBufInit OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packet buffers allocated when the interface was created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifPktBufTable(5) hh3cifPktBufEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.1.5.1.3
hh3cifPktBufMin OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The smallest number of packet buffers available for the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifPktBufTable(5) hh3cifPktBufEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.1.5.1.4
hh3cifPktBufMiss OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that the interface failed to obtain a packet
             buffer.  Failure to obtain a buffer indicates that buffers were busy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifPktBufTable(5) hh3cifPktBufEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.1.5.1.5
hh3cifPktBufInDrop OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ingress packets dropped by the interface
             because of insufficient data buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifPktBufTable(5) hh3cifPktBufEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.1.5.1.6
hh3cifPktBufEgDrop OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of egress packets dropped by the interface
             because of insufficient data buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifPktBufTable(5) hh3cifPktBufEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.1.6
hh3cifQueuePktBufTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"802.1p queue of the interface packet buffer table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) 6 }

.1.3.6.1.4.1.25506.8.35.1.6.1
hh3cifQueuePktBufEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cifQueueId }
  DESCRIPTION	"The entry of hh3cifQueuePktBufTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifQueuePktBufTable(6) 1 }

.1.3.6.1.4.1.25506.8.35.1.6.1.1
hh3cifQueueId OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The 802.1p queue ID of the interface. This value is
             used to specify the queue ID of the interface
             when the user wants to read one queue of the interface.
             The index number 1-8 correspond with 802.1p queue ID 0-7."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifQueuePktBufTable(6) hh3cifQueuePktBufEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.1.6.1.2
hh3cifQueuePktBufTotal OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packet buffers available for the interface,
             including fixed buffer and shared buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifQueuePktBufTable(6) hh3cifQueuePktBufEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.1.6.1.3
hh3cifQueueBufUsed OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packet buffers that have been used for each
             802.1p queue of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifQueuePktBufTable(6) hh3cifQueuePktBufEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.1.6.1.4
hh3cifQueueBufThreCount OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that each 802.1p queue of the interface has
             exceeded the buffer threshold. The threshold is configurated by user."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifQueuePktBufTable(6) hh3cifQueuePktBufEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.1.6.1.5
hh3cifQueueBufUsageIn5Seconds OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The buffer usage in the last 5 seconds for each 802.1p queue of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifQueuePktBufTable(6) hh3cifQueuePktBufEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.1.6.1.6
hh3cifQueueBufUsageIn1Minute OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The buffer usage in the last 1 minute for each 802.1p queue of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifQueuePktBufTable(6) hh3cifQueuePktBufEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.1.6.1.7
hh3cifQueueBufUsageIn5Minutes OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The buffer usage in the last 5 minutes for each 802.1p queue of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswExtInterface(1) hh3cifQueuePktBufTable(6) hh3cifQueuePktBufEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.2
hh3cLswVlan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswVLAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 2 }

.1.3.6.1.4.1.25506.8.35.2.1
hh3cLswVlanMngObject OBJECT-GROUP
  -- FROM	HH3C-LswVLAN-MIB
  DESCRIPTION	"Description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.1
hh3cdot1qVlanMIBTable OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN MIB table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1
hh3cdot1qVlanMIBEntry OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdot1qVlanIndex }
  DESCRIPTION	"Entries of VLAN MIB table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.1
hh3cdot1qVlanIndex OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION Hh3cVlanIndex
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The VLAN-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.2
hh3cdot1qVlanName OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..80) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Name of the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.3
hh3cdot1qVlanPorts OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Port list of the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.4
hh3cdot1qVlanType OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {superVlan(1), common-vlan(2), sub-vlan(3), isolate-user-vlan(4), secondary-vlan(5), primaryVlan(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Vlan types: SuperVlan(1), Common vlan(2), and Sub-vlan(3)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.5
hh3cdot1qVlanMacFilter OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether to filter MAC addresses."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.6
hh3cdot1qVlanMcastUnknownProtos OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether to broadcast the unknown packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.7
hh3cExistInterface OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether there is virtual interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.8
hh3cVlanInterfaceIndex OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether vlan interface is configured on vlan. If vlan interface is
            configured, the value of the node is vlan id, else the value is 0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.9
hh3cdot1qVlanMacLearn OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address learning identity. (common vlan/Sub-vlan)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.10
hh3cdot1qVlanStatus OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {other(1), static(2), dynamic(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.11
hh3cdot1qVlanCreationTime OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sysUPTime when the VLAN is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.12
hh3cdot1qVlanPriority OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Priority of the VLAN."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.13
hh3cdot1qVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.14
hh3cdot1qVlanBroadcastSuppression OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether broadcast suppression of vlan be supported pro rata.
            The vlaue of 100 indicates no broadcast suppression. If the
            function is not supported, this object cannot be written,
            and 100 will be returned when reading"
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.15
hh3cdot1qVlanBcastSuppressionPPS OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER (0..148800) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the broadcast can be controlled with pps(packet per second)type,
            the value of 0 indicates no suppression. This node is conflicted
            with hh3cdot1qVlanBroadcastSuppression. If the mode is set,
            hh3cdot1qVlanBroadcastSuppression is unavailable. And vice versa."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.16
hh3cdot1qVlanMulticast OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {disable(0), enable(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Multicast vlan. The default value is disable(0)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.17
hh3cdot1qVlanTaggedPorts OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Tagged port list of the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.18
hh3cdot1qVlanUntaggedPorts OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Untagged port list of the VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.19
hh3cdot1qVlanPortIndexs OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"PortIndex list of the VLAN, that delimited by comma, such as 1,3,4,7."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.20
hh3cdot1qVlanStatisticStatus OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"VLAN traffic statistics switch.
            The default value is false, which means the switch is off."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.21
hh3cdot1qVlanStatisticClear OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {clear(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear statistics for the specified VLANs. Operation read is not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.22
hh3cdot1qVlanStatisticInTotalPkts OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.23
hh3cdot1qVlanStatisticInTotalBytes OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of inbound bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.24
hh3cdot1qVlanStatisticInPPS OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound packets per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.25
hh3cdot1qVlanStatisticInBPS OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of inbound bytes per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 25 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.26
hh3cdot1qVlanStatisticOutTotalPkts OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of outbound packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 26 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.27
hh3cdot1qVlanStatisticOutTotalBytes OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of outbound bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 27 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.28
hh3cdot1qVlanStatisticOutPPS OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound packets per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 28 }

.1.3.6.1.4.1.25506.8.35.2.1.1.1.29
hh3cdot1qVlanStatisticOutBPS OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of outbound bytes per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cdot1qVlanMIBTable(1) hh3cdot1qVlanMIBEntry(1) 29 }

.1.3.6.1.4.1.25506.8.35.2.1.2
hh3cVlanInterfaceTable OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Virtual interface configuration table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) 2 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1
hh3cVlanInterfaceEntry OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVlanInterfaceID }
  DESCRIPTION	"Entries of virtual interface configuration table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1.1
hh3cVlanInterfaceID OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of the vlan interface table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) hh3cVlanInterfaceEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1.2
hh3cdot1qVlanID OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION Hh3cVlanIndex
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VLAN-ID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) hh3cVlanInterfaceEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1.3
hh3cdot1qVlanIpAddress OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"IP address of interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) hh3cVlanInterfaceEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1.4
hh3cdot1qVlanIpAddressMask OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"IP address mask of interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) hh3cVlanInterfaceEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1.5
hh3cVlanInterfaceAdminStatus OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {up(1), down(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Status of VLAN virtual interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) hh3cVlanInterfaceEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1.6
hh3cVlanInterfaceFrameType OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {ethernet-ii(1), ethernet-snap(2), ethernet-8022(3), ethernet-8023(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Frame type accepted by VLAN virtual interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) hh3cVlanInterfaceEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1.7
hh3cInterfaceRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) hh3cVlanInterfaceEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1.8
hh3cVlanInterfaceIpMethod OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {assigned-ip(1), dhcp-ip(2), bootp-ip(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Vlan interface ip address acquiring method which is manual, dhcp or bootp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) hh3cVlanInterfaceEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.2.1.2.1.9
hh3cVlanInterfaceIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"IfIndex of VLAN interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceTable(2) hh3cVlanInterfaceEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.2.1.4
hh3cifIsolateMappingTable OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Secondary vlan lists of Isolate-VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) 4 }

.1.3.6.1.4.1.25506.8.35.2.1.4.1
hh3cifIsolateMappingEntry OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cifIsolatePrimaryVlanID }
  DESCRIPTION	"Secondary vlan lists of Isolate-VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cifIsolateMappingTable(4) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.4.1.1
hh3cifIsolatePrimaryVlanID OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION Hh3cVlanIndex
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Primary VLAN-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cifIsolateMappingTable(4) hh3cifIsolateMappingEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.4.1.2
hh3cifIsolateSecondaryVlanlistLow OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
            VLANs, with the first octet specifying VLANs 1 through
            8, the second octet specifying VLANs 9 through 16, etc.
            Within each octet, the most significant bit represents
            the highest numbered VLAN, and the least significant bit
            represents the lowest numbered VLAN. Thus, each secondary
            VLAN of the primary VLAN is represented by a single bit
            within the value of this object. If that bit has a value
            of '1' then that VLAN is secondary VLAN in the set of VLANs;
            the VLAN is not secondary VLAN if its bit has a value of
            '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cifIsolateMappingTable(4) hh3cifIsolateMappingEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.2.1.4.1.3
hh3cifIsolateSecondaryVlanlistHigh OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
            VLANs, with the first octet specifying VLANs 2049 through
            2056, the second octet specifying VLANs 2057 through 2064,
            etc. Within each octet, the most significant bit represents
            the highest numbered VLAN, and the least significant bit
            represents the lowest numbered VLAN. Thus, each secondary
            VLAN of the primary VLAN is represented by a single bit
            within the value of this object. If that bit has a value
            of '1' then that VLAN is secondary VLAN in the set of VLANs;
            the VLAN is not secondary VLAN if its bit has a value of
            '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cifIsolateMappingTable(4) hh3cifIsolateMappingEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.2.1.5
hh3cVlanInterfaceAddrTable OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN interface IP address configuration table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) 5 }

.1.3.6.1.4.1.25506.8.35.2.1.5.1
hh3cVlanInterfaceAddrEntry OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cVlanInterfaceIpIfIndex, hh3cVlanInterfaceIpAddr }
  DESCRIPTION	"Entries of VLAN interface IP address configuration table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceAddrTable(5) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.5.1.1
hh3cVlanInterfaceIpIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of VLAN interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceAddrTable(5) hh3cVlanInterfaceAddrEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.5.1.2
hh3cVlanInterfaceIpAddr OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"IP address of VLAN interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceAddrTable(5) hh3cVlanInterfaceAddrEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.2.1.5.1.3
hh3cVlanInterfaceIpMask OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IP address mask of VLAN interface. When destory single IP address,
            you must set it correct to relative IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceAddrTable(5) hh3cVlanInterfaceAddrEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.2.1.5.1.4
hh3cVlanInterfaceIpType OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {primary(1), sub(2), cluster(3), vrrp(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IP address type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceAddrTable(5) hh3cVlanInterfaceAddrEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.2.1.5.1.5
hh3cVlanInterfaceIpRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Operation status. active(1) will only be set when taking GET or
            GET NEXT operation. createAndGo(4) and destory(6) is valid when
            taking SET operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cVlanInterfaceAddrTable(5) hh3cVlanInterfaceAddrEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.2.1.6
hh3cDot1qVlanBatchMIBTable OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"VLAN batch configuration table.
            In the case of VLAN batch creation, hh3cdot1qVlanBatchSetOperate should
            be set to 1.
            For example, if creating a row is for creating VLANs 2 to 4, the value
            of the objects should be set as follows:
            hh3cdot1qVlanBatchStartIndex 2,
            hh3cdot1qVlanBatchEndIndex 4,
            hh3cdot1qVlanBatchSetOperate create(1),
            hh3cdot1qVlanBatchRowStatus createAndGo(4).

            In the case of VLAN batch deletion, hh3cdot1qVlanBatchSetOperate should
            be set to 2.
            For example, if creating a row is for deleting VLANs 10 to 20, the value
            of the objects should be set as follows:
            hh3cdot1qVlanBatchStartIndex 10,
            hh3cdot1qVlanBatchEndIndex 20,
            hh3cdot1qVlanBatchSetOperate delete(2),
            hh3cdot1qVlanBatchRowStatus createAndGo(4).

            When the action of batch VLANs deleting or creating is done, one row
            will be existent until it is deleted manually or ages out, but the VLANs
            of it won't disappear with the deletion of the row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) 6 }

.1.3.6.1.4.1.25506.8.35.2.1.6.1
hh3cDot1qVlanBatchMIBEntry OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdot1qVlanBatchOperIndex }
  DESCRIPTION	"VLAN batch configuration entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cDot1qVlanBatchMIBTable(6) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.6.1.1
hh3cdot1qVlanBatchOperIndex OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The consequence of operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cDot1qVlanBatchMIBTable(6) hh3cDot1qVlanBatchMIBEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.6.1.2
hh3cdot1qVlanBatchStartIndex OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION Hh3cVlanIndex
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of start VLAN-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cDot1qVlanBatchMIBTable(6) hh3cDot1qVlanBatchMIBEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.2.1.6.1.3
hh3cdot1qVlanBatchEndIndex OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION Hh3cVlanIndex
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of end VLAN-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cDot1qVlanBatchMIBTable(6) hh3cDot1qVlanBatchMIBEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.2.1.6.1.4
hh3cdot1qVlanBatchOperStatus OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {opInprogress(1), opfailure(2), opsuccess(3), opsuccesspartial(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cDot1qVlanBatchMIBTable(6) hh3cDot1qVlanBatchMIBEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.2.1.6.1.5
hh3cdot1qVlanBatchRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The row status of Hh3cDot1qVlanBatchMIBEntry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cDot1qVlanBatchMIBTable(6) hh3cDot1qVlanBatchMIBEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.2.1.6.1.6
hh3cdot1qVlanBatchSetOperate OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {create(1), delete(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"VLAN batch creation or deletion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cDot1qVlanBatchMIBTable(6) hh3cDot1qVlanBatchMIBEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.2.1.7
hh3cifSuperVlanMappingTable OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Sub VLAN lists of super-VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) 7 }

.1.3.6.1.4.1.25506.8.35.2.1.7.1
hh3cifSuperVlanMappingEntry OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cifSuperVlanID }
  DESCRIPTION	"Sub VLAN lists of super-VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cifSuperVlanMappingTable(7) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.7.1.1
hh3cifSuperVlanID OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION Hh3cVlanIndex
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Super VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cifSuperVlanMappingTable(7) hh3cifSuperVlanMappingEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.7.1.2
hh3cifSubVlanlistLow OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
            VLANs, with the first octet specifying VLANs 1 through
            8, the second octet specifying VLANs 9 through 16, etc.
            Within each octet, the most significant bit represents
            the highest numbered VLAN, and the least significant bit
            represents the lowest numbered VLAN. Thus, each sub
            VLAN of the super VLAN is represented by a single bit
            within the value of this object. If that bit has a value
            of '1' then that VLAN is a sub VLAN of the super VLAN; the
            VLAN is not a sub VLAN of the super VLAN if its bit has
            a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cifSuperVlanMappingTable(7) hh3cifSuperVlanMappingEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.2.1.7.1.3
hh3cifSubVlanlistHigh OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
            VLANs, with the first octet specifying VLANs 2049 through
            2056, the second octet specifying VLANs 2057 through 2064,
            etc. Within each octet, the most significant bit represents
            the highest numbered VLAN, and the least significant bit
            represents the lowest numbered VLAN. Thus, each sub
            VLAN of the super VLAN is represented by a single bit
            within the value of this object. If that bit has a value of
            '1' then that VLAN is a sub VLAN of the super VLAN; the
            VLAN is not a sub VLAN of the super VLAN if its bit has
            a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cifSuperVlanMappingTable(7) hh3cifSuperVlanMappingEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.2.1.8
hh3cPrivateVlanMappingTable OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Secondary vlan lists of Primary-VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) 8 }

.1.3.6.1.4.1.25506.8.35.2.1.8.1
hh3cPrivateVlanMappingEntry OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPrimaryVlanID }
  DESCRIPTION	"Secondary vlan lists of Primary-VLANs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cPrivateVlanMappingTable(8) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.8.1.1
hh3cPrimaryVlanID OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION Hh3cVlanIndex
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Primary VLAN-ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cPrivateVlanMappingTable(8) hh3cPrivateVlanMappingEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.1.8.1.2
hh3cSecondaryVlanlistLow OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
            VLANs, with the first octet specifying VLANs 1 through
            8, the second octet specifying VLANs 9 through 16, etc.
            Within each octet, the most significant bit represents
            the highest numbered VLAN, and the least significant bit
            represents the lowest numbered VLAN.  Thus, each secondary
            VLAN of the primary VLAN is represented by a single bit
            within the value of this object.  If that bit has a value
            of '1' then that VLAN is secondary VLAN in the set of VLANs;
            the VLAN is not secondary VLAN if its bit has a value of
            '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cPrivateVlanMappingTable(8) hh3cPrivateVlanMappingEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.2.1.8.1.3
hh3cSecondaryVlanlistHigh OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
            VLANs, with the first octet specifying VLANs 2049 through
            2056, the second octet specifying VLANs 2057 through 2064,
            etc.  Within each octet, the most significant bit represents
            the highest numbered VLAN, and the least significant bit
            represents the lowest numbered VLAN.  Thus, each secondary
            VLAN of the primary VLAN is represented by a single bit
            within the value of this object.  If that bit has a value
            of '1' then that VLAN is secondary VLAN in the set of VLANs;
            the VLAN is not secondary VLAN if its bit has a value of
            '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanMngObject(1) hh3cPrivateVlanMappingTable(8) hh3cPrivateVlanMappingEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.2.2
hh3cLswVlanProtoObject OBJECT-GROUP
  -- FROM	HH3C-LswVLAN-MIB
  DESCRIPTION	"Description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) 2 }

.1.3.6.1.4.1.25506.8.35.2.2.14
hh3cVLANMibGarpLeaveAllTime OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The GARP LeaveAll time, in centiseconds."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) 14 }

.1.3.6.1.4.1.25506.8.35.2.2.15
hh3cvLANMibSwitchCountTable OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the information various statistics of switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) 15 }

.1.3.6.1.4.1.25506.8.35.2.2.15.1
hh3cvLANMibSwitchCountEntry OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hh3cifVLANTrunkStatusEntry }
  DESCRIPTION	"A table containing the information various statistics of switch."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) hh3cvLANMibSwitchCountTable(15) 1 }

.1.3.6.1.4.1.25506.8.35.2.2.15.1.1
hh3cVLANMibSwitchGMRPRXPkt OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of GMRP frames received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) hh3cvLANMibSwitchCountTable(15) hh3cvLANMibSwitchCountEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.2.2.15.1.2
hh3cVLANMibSwitchGVRPRXPkt OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of GVRP frames received."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) hh3cvLANMibSwitchCountTable(15) hh3cvLANMibSwitchCountEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.2.2.15.1.3
hh3cVLANMibSwitchGMRPTXPkt OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of GMRP frames transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) hh3cvLANMibSwitchCountTable(15) hh3cvLANMibSwitchCountEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.2.2.15.1.4
hh3cVLANMibSwitchGVRPTXPkt OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of GVRP frames transmitted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) hh3cvLANMibSwitchCountTable(15) hh3cvLANMibSwitchCountEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.2.2.15.1.5
hh3cVLANMibSwitchDiscardedPkt OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of discarded frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) hh3cvLANMibSwitchCountTable(15) hh3cvLANMibSwitchCountEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.2.2.15.1.6
hh3cVLANMibSwitchGarpStatClear OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER {clear(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear various Statistics viz. read operation not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) hh3cvLANMibSwitchCountTable(15) hh3cvLANMibSwitchCountEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.2.2.16
hh3cvLANMibHoldTimeTable OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for setting/getting the Hold Time for a particular port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) 16 }

.1.3.6.1.4.1.25506.8.35.2.2.16.1
hh3cvLANMibHoldTimeEntry OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ ifEntry }
  DESCRIPTION	"A table for setting/getting the HoldTime of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) hh3cvLANMibHoldTimeTable(16) 1 }

.1.3.6.1.4.1.25506.8.35.2.2.16.1.1
hh3cVLANMibHoldTime OBJECT-TYPE
  -- FROM	HH3C-LswVLAN-MIB
  SYNTAX	INTEGER (10..32765) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"HoldTime of the port."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswVlan(2) hh3cLswVlanProtoObject(2) hh3cvLANMibHoldTimeTable(16) hh3cvLANMibHoldTimeEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.3
hh3cLswMacPort OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswMAM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 3 }

.1.3.6.1.4.1.25506.8.35.3.1
hh3cdot1qMacSearchTable OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Information table for searching port with mac address   "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) 1 }

.1.3.6.1.4.1.25506.8.35.3.1.1
hh3cdot1qMacSearchEntry OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdot1qMacSearchAddress, hh3cdot1qMacSearchVlanID }
  DESCRIPTION	" Information table for searching port with mac address entry  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qMacSearchTable(1) 1 }

.1.3.6.1.4.1.25506.8.35.3.1.1.1
hh3cdot1qMacSearchAddress OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qMacSearchTable(1) hh3cdot1qMacSearchEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.3.1.1.2
hh3cdot1qMacSearchVlanID OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  SYNTAX	INTEGER (-1 | 1..4096) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" VLANID of the native VLAN of the MAC address to be searched for "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qMacSearchTable(1) hh3cdot1qMacSearchEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.3.1.1.3
hh3cdot1qMacSearchPort OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Interface index corresponding to the MAC address"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qMacSearchTable(1) hh3cdot1qMacSearchEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.3.1.1.4
hh3cdot1qMacSearchAgeTime OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Address aging time"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qMacSearchTable(1) hh3cdot1qMacSearchEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.3.2
hh3cdot1qTpFdbSetTable OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Unicast address setting table  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) 2 }

.1.3.6.1.4.1.25506.8.35.3.2.1
hh3cdot1qTpFdbSetEntry OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdot1qVlanIndex, hh3cdot1qTpFdbSetAddress }
  DESCRIPTION	" Unicast address setting table entry "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qTpFdbSetTable(2) 1 }

.1.3.6.1.4.1.25506.8.35.3.2.1.1
hh3cdot1qTpFdbSetAddress OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Unicast MAC address "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qTpFdbSetTable(2) hh3cdot1qTpFdbSetEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.3.2.1.2
hh3cdot1qTpFdbSetPort OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Interface index corresponding to the MAC address "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qTpFdbSetTable(2) hh3cdot1qTpFdbSetEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.3.2.1.3
hh3cdot1qTpFdbSetStatus OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  SYNTAX	INTEGER {other(1), learned(3), static(6), dynamic(7), blackhole(9), security(11)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"State corresponding to the MAC address"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qTpFdbSetTable(2) hh3cdot1qTpFdbSetEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.3.2.1.4
hh3cdot1qTpFdbSetOperate OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  SYNTAX	INTEGER {add(1), delete(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Add or delete an MAC address.  Read operation not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qTpFdbSetTable(2) hh3cdot1qTpFdbSetEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.3.3
hh3cdot1qTpFdbGroupSetTable OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Multistcast address setting table, whose maximal row number
                 is dynamically changed by the influence of IGSP.  When
                 reaching the upper limit of the table, no more row could be
                 added, then an error will be returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) 3 }

.1.3.6.1.4.1.25506.8.35.3.3.1
hh3cdot1qTpFdbGroupSetEntry OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdot1qVlanIndex, hh3cdot1qTpFdbGroupSetAddress }
  DESCRIPTION	"Multicast address setting table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qTpFdbGroupSetTable(3) 1 }

.1.3.6.1.4.1.25506.8.35.3.3.1.1
hh3cdot1qTpFdbGroupSetAddress OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Multicast MAC address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qTpFdbGroupSetTable(3) hh3cdot1qTpFdbGroupSetEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.3.3.1.2
hh3cdot1qTpFdbGroupSetPort OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  -- TEXTUAL CONVENTION PortList
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The complete set of ports, in this VLAN, to which
                 frames destined to this Multicast MAC address are currently
                 being explicitly forwarded.  This does not include ports
                 for which this address is only implicitly forwarded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qTpFdbGroupSetTable(3) hh3cdot1qTpFdbGroupSetEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.3.3.1.3
hh3cdot1qTpFdbGroupSetOperate OBJECT-TYPE
  -- FROM	HH3C-LswMAM-MIB
  SYNTAX	INTEGER {add(1), delete(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Add or delete a Multicast MAC address.  Read operation is
                 meaningless.  When adding a Multicast MAC address, it is
                 required to provide MacAddress, VLAN and PortList all.  For
                 deleting operation, MacAddress and VLAN must be provided,
                 but hh3cdot1qTpFdbGroupSetPort is optional."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMacPort(3) hh3cdot1qTpFdbGroupSetTable(3) hh3cdot1qTpFdbGroupSetEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.4
hh3cLswArpMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswARP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 4 }

.1.3.6.1.4.1.25506.8.35.4.1
hh3cLswProxyArpObject OBJECT-GROUP
  -- FROM	HH3C-LswARP-MIB
  DESCRIPTION	"Description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswArpMib(4) 1 }

.1.3.6.1.4.1.25506.8.35.4.1.1
hh3cLswProxyArpEnableTable OBJECT-TYPE
  -- FROM	HH3C-LswARP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Contains information that if proxy ARP enabled for every VLAN interface. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswArpMib(4) hh3cLswProxyArpObject(1) 1 }

.1.3.6.1.4.1.25506.8.35.4.1.1.1
hh3cLswProxyArpEnableEntry OBJECT-TYPE
  -- FROM	HH3C-LswARP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswIfIndex }
  DESCRIPTION	"Contains information that if proxy ARP enabled for VLAN interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswArpMib(4) hh3cLswProxyArpObject(1) hh3cLswProxyArpEnableTable(1) 1 }

.1.3.6.1.4.1.25506.8.35.4.1.1.1.1
hh3cLswIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswARP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Vlan interface index "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswArpMib(4) hh3cLswProxyArpObject(1) hh3cLswProxyArpEnableTable(1) hh3cLswProxyArpEnableEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.4.1.1.1.2
hh3cLswProxyArpStatus OBJECT-TYPE
  -- FROM	HH3C-LswARP-MIB
  SYNTAX	INTEGER {disabled(0), enabled(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Proxy ARP status for this VLAN interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswArpMib(4) hh3cLswProxyArpObject(1) hh3cLswProxyArpEnableTable(1) hh3cLswProxyArpEnableEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.5
hh3cLswL2InfMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswINF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 5 }

.1.3.6.1.4.1.25506.8.35.5.1
hh3cLswL2InfMibObject OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) 1 }

.1.3.6.1.4.1.25506.8.35.5.1.1
hh3cSlotPortMax OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max ports of the slots."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 1 }

.1.3.6.1.4.1.25506.8.35.5.1.2
hh3cSwitchPortMax OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max ports that this switch includes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 2 }

.1.3.6.1.4.1.25506.8.35.5.1.3
hh3cifVLANTrunkStatusTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Gvrp attributes on the VlanTrunk port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 3 }

.1.3.6.1.4.1.25506.8.35.5.1.3.1
hh3cifVLANTrunkStatusEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cifVLANTrunkIndex }
  DESCRIPTION	"Gvrp attributes on the VlanTrunk port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifVLANTrunkStatusTable(3) 1 }

.1.3.6.1.4.1.25506.8.35.5.1.3.1.1
hh3cifVLANTrunkIndex OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index number of the VLANTrunk interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifVLANTrunkStatusTable(3) hh3cifVLANTrunkStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.5.1.3.1.2
hh3cifVLANTrunkGvrpRegistration OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {normal(1), fixed(2), forbidden(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"GVRP registration information
            normal:     This is the default configuration. Allow create, register
                        and unregister vlans dynamiclly at this port.
            fixed:      Aallow create and register vlan manually at this port.
                        Prevent from unregistering vlans or registering known
                        vlans of this port at another trunk port.
            forbidden:  Unregister all vlans but vlan 1, forbid to create or
                        register any other vlans at this port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifVLANTrunkStatusTable(3) hh3cifVLANTrunkStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.5.1.3.1.4
hh3cifVLANTrunkPassListLow OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
                    VLANs, with the first octet specifying VLANs 1 through
                    8, the second octet specifying VLANs 9 through 16, etc.
                    Within each octet, the most significant bit represents
                    the highest numbered VLAN, and the least significant bit
                    represents the lowest numbered VLAN. Thus, each actually
                    passed VLAN of the trunk port is represented by a single
                    bit within the value of this object. If that bit has a
                    value of '1' then that VLAN is actually passed in the set
                    of VLANs; the VLAN is not actually passed if its bit has
                    a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifVLANTrunkStatusTable(3) hh3cifVLANTrunkStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.5.1.3.1.5
hh3cifVLANTrunkPassListHigh OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
                    VLANs, with the first octet specifying VLANs 2049 through
                    2056, the second octet specifying VLANs 2057 through 2064,
                    etc. Within each octet, the most significant bit represents
                    the highest numbered VLAN, and the least significant bit
                    represents the lowest numbered VLAN. Thus, each actually
                    passed VLAN of the trunk port is represented by a single
                    bit within the value of this object. If that bit has a
                    value of '1' then that VLAN is actually passed in the set
                    of VLANs; the VLAN is not actually passed if its bit has
                    a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifVLANTrunkStatusTable(3) hh3cifVLANTrunkStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.5.1.3.1.6
hh3cifVLANTrunkAllowListLow OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
                    VLANs, with the first octet specifying VLANs 1 through
                    8, the second octet specifying VLANs 9 through 16, etc.
                    Within each octet, the most significant bit represents
                    the highest numbered VLAN, and the least significant bit
                    represents the lowest numbered VLAN. Thus, each allowed
                    VLAN of the trunk port is represented by a single bit
                    within the value of this object. If that bit has a value
                    of '1' then that VLAN is allowed in the set of VLANs;
                    the VLAN is not allowed if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifVLANTrunkStatusTable(3) hh3cifVLANTrunkStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.5.1.3.1.7
hh3cifVLANTrunkAllowListHigh OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Each octet within this value specifies a set of eight
                    VLANs, with the first octet specifying VLANs 2049 through
                    2056, the second octet specifying VLANs 2057 through 2064,
                    etc. Within each octet, the most significant bit represents
                    the highest numbered VLAN, and the least significant bit
                    represents the lowest numbered VLAN. Thus, each allowed
                    VLAN of the trunk port is represented by a single bit within
                    the value of this object. If that bit has a value of '1'
                    then that VLAN is allowed in the set of VLANs; the VLAN is
                    not allowed if its bit has a value of '0'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifVLANTrunkStatusTable(3) hh3cifVLANTrunkStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.5.1.4
hh3cethernetTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Ethernet port attribute table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 4 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1
hh3cethernetEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Entries of Ethernet port attribute table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) 1 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.3
hh3cifEthernetDuplex OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {full(1), half(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Ethernet interface mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.4
hh3cifEthernetMTU OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"MTU on the Ethernet interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.5
hh3cifEthernetSpeed OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {auto(0), s10M(10), s100M(100), s1000M(1000), s2500M(2500), s5000M(5000), s10000M(10000), s24000M(24000), s40000M(40000), s20000M(20000), s25000M(25000), s50000M(50000), s100000M(100000), s200000M(200000), s400000M(400000)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Ethernet interface speed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.7
hh3cifEthernetMdi OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {mdi-ii(1), mdi-x(2), mdi-auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Type of the line connected to the port.
            MDI-II (straight-through cable): 1
            MDI-X (crossover cable): 2
            MDI-AUTO (auto-sensing): 3"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.8
hh3cMaxMacLearn OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER (-1..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of MAC addresses that the port can learn.
            The value -1 means that the number of Mac addresses that the port
            can learn is unlimited."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.9
hh3cifMacAddressLearn OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates if the interface is allowed to learn mac address.
            eanbled(1) means the interface can learn mac address, otherwise disabled(2)
            can be set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.10
hh3cifEthernetTest OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {test(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Test this interface.
            The actual testing will be different according to products.
            Read operation not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.11
hh3cifMacAddrLearnMode OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {iVL(1), sVL(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status indicates mac address learn mode of the interface.
            IVL(1) means independent VLAN learning.
            SVL means shared VLAN learning."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.12
hh3cifEthernetFlowInterval OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER (5..300) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set flow interval of the ethernet.
            The NMS should set value to integer which is a multiple of 5."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.13
hh3cifEthernetIsolate OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Isolate group means that all ports in the same isolate group can not
            send and receive packets each other.
            Each octet within this value specifies a set of eight isolate groups,
            with the first octet specifying isolate groups 1 through 8,  the second
            octet specifying isolate groups 9 through 16, etc. Within each octet,
            the leftmost bit is the first bit.
            the first bit represents the lowest numbered isolate group, and the
            last bit represents the highest numbered isolate group. one port can
            belong to more than one isolate group.
            Thus, each isolate group is represented by a single bit within the
            value of this object.
            If that bit has a value of '1', then that isolate group includes this port;
            the port is not included if its bit has a value of '0'.
            for example, the first octet is '10000100' means that the port is
            included in the isolate group 1 and isolate group 6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.14
hh3cifVlanVPNStatus OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Vlan VPN enable status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.15
hh3cifVlanVPNUplinkStatus OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Vlan VPN uplink status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.16
hh3cifVlanVPNTPID OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Port based Vlan VPN TPID(Tag Protocol Indentifier), default value
            is 0x8100.
            Please refer to hh3cVlanVPNTPIDMode to get more information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.17
hh3cifIsolateGroupID OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Isolate group identifier. Value zero means this interface does not
            belong to any isolate group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.18
hh3cifisUplinkPort OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {yes(1), no(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Ethernet uplink status, default value is 2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.19
hh3cifEthernetAutoSpeedMask OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION SpeedModeFlag
  SYNTAX	BITS {s10M(0), s100M(1), s1000M(2), s10000M(3), s24000M(4), s40000M(5), s100000M(6), s2500M(7), s5000M(8), s20000M(9), s25000M(10), s50000M(11), s200000M(12), s400000M(13)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies which kinds of speed mode can be negotiated.
            Each bit corresponds to a kind of speed mode.

            If the value of a bit is '1', it means the corresponding speed mode
            is negotiable on the port. Otherwise the negotiation for that
            kind of speed mode is not supported on this port. If there are
            several negotiable speed modes, all bits for them  are '1'.
            For example, if the speed mode 's10M' and 's1000M' can be negotiable,
            the value of this object is 0xA0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.5.1.4.1.20
hh3cifEthernetAutoSpeed OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION SpeedModeFlag
  SYNTAX	BITS {s10M(0), s100M(1), s1000M(2), s10000M(3), s24000M(4), s40000M(5), s100000M(6), s2500M(7), s5000M(8), s20000M(9), s25000M(10), s50000M(11), s200000M(12), s400000M(13)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates which kinds of speed mode are negotiable
            on this port.

            Only when a bit of hh3cifEthernetAutoSpeedMask is '1', the corresponding
            bit of this object can be set to '1', indicating the corresponding
            speed mode is negotiable.

            For example, if the value of hh3cifEthernetAutoSpeedMask is 0xA0,
            which indicates speed mode 's10M' and 's1000M' are negotiable,
            the possible value of this object should be one of the four values
            (0x00, 0x20, 0x80 and 0xA0).

            If the value of hh3cifEthernetSpeed is not 'auto', the value of this
            object is insignificant and should be ignored. The value length of
            this object should be as long as that of hh3cifEthernetAutoSpeedMask."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cethernetTable(4) hh3cethernetEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.5.1.5
hh3cIsolateGroupMax OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Max isolate group that this device support, the value is zero
            means that the device does not support isolate group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 5 }

.1.3.6.1.4.1.25506.8.35.5.1.6
hh3cGlobalBroadcastMaxPps OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER (0..14881000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global max packets per second. When it is set, the value of
            BroadcastMaxPps in all ports will be changed to that setting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 6 }

.1.3.6.1.4.1.25506.8.35.5.1.7
hh3cGlobalBroadcastMaxRatio OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The global max-ratio of broadcast from 0 to 100 percent.
            When it is set, the value of BroadcastMaxRatio in all ports
            will be changed to that setting."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 7 }

.1.3.6.1.4.1.25506.8.35.5.1.8
hh3cBpduTunnelStatus OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Bpdu tunnel enable status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 8 }

.1.3.6.1.4.1.25506.8.35.5.1.9
hh3cVlanVPNTPIDMode OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	INTEGER {port-based(1), global(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Vlan VPN TPID mode.

            The value 'port-based' means VLAN VPN TPID value would be set based
            on port via hh3cifVlanVPNTPID. In this situation, hh3cVlanVPNTPID is
            meaningless and always return 0x8100.

            The value 'global' means VLAN VPN TPID value should be set globally
            via hh3cVlanVPNTPID. In this situation, hh3cifVlanVPNTPID in hh3cethernetTable
            has the same value with hh3cVlanVPNTPID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 9 }

.1.3.6.1.4.1.25506.8.35.5.1.10
hh3cVlanVPNTPID OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32 (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Global Vlan VPN TPID(Tag Protocol Indentifier), default value
            is 0x8100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 10 }

.1.3.6.1.4.1.25506.8.35.5.1.11
hh3cPortIsolateGroupTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Isolate Group attribute table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 11 }

.1.3.6.1.4.1.25506.8.35.5.1.11.1
hh3cPortIsolateGroupEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortIsolateGroupIndex }
  DESCRIPTION	"The entry of hh3cPortIsolateGroupTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cPortIsolateGroupTable(11) 1 }

.1.3.6.1.4.1.25506.8.35.5.1.11.1.1
hh3cPortIsolateGroupIndex OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port isolate group identifier.
            The index of the hh3cPortIsolateGroupTable.
            The value ranges from 1 to the limit of isolate group quantity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cPortIsolateGroupTable(11) hh3cPortIsolateGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.5.1.11.1.2
hh3cPortIsolateUplinkIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index number of the uplink interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cPortIsolateGroupTable(11) hh3cPortIsolateGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.5.1.11.1.3
hh3cPortIsolateGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Current operation status of the row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cPortIsolateGroupTable(11) hh3cPortIsolateGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.5.1.11.1.4
hh3cPortIsolateGroupDescription OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..80) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Port isolate group description, default value is zero-length string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cPortIsolateGroupTable(11) hh3cPortIsolateGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.5.1.12
hh3cMaxMacLearnRange OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of MAC address that the port supports."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 12 }

.1.3.6.1.4.1.25506.8.35.5.1.13
hh3cifPortProtocolStatTable OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains objects of port statistics information based on
            IPv4 and IPv6 protocols."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) 13 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1
hh3cifPortProtocolStatEntry OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The entry of hh3cifPortProtocolStatTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) 1 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.1
hh3cifIPv4InOctets OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of octets based on IPv4 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.2
hh3cifIPv4InUcastPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of unicast packets based on IPv4 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.3
hh3cifIPv4InMultiPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of multicast packets based on IPv4 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.4
hh3cifIPv4InBroadcastPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of broadcast packets based on IPv4 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.5
hh3cifIPv4InDiscards OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of discard packets based on IPv4 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.6
hh3cifIPv4InErrors OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of error packets based on IPv4 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.7
hh3cifIPv4OutOctets OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of octets based on IPv4 transmitted out of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.8
hh3cifIPv4OutUcastPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of unicast packets based on IPv4 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.9
hh3cifIPv4OutMultiPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of multicast packets based on IPv4 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.10
hh3cifIPv4OutBroadcastPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of broadcast packets based on IPv4 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.11
hh3cifIPv4OutDiscards OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of discard packets based on IPv4 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.12
hh3cifIPv4OutErrors OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of error packets based on IPv4 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.13
hh3cifIPv6InOctets OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of octets based on IPv6 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.14
hh3cifIPv6InUcastPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of unicast packets based on IPv6 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.15
hh3cifIPv6InMultiPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of multicast packets based on IPv6 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.16
hh3cifIPv6InAnycastPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of anycast packets based on IPv6 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.17
hh3cifIPv6InDiscards OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of discard packets based on IPv6 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.18
hh3cifIPv6InErrors OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of error packets based on IPv6 received on the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.19
hh3cifIPv6OutOctets OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of octets based on IPv6 transmitted of the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.20
hh3cifIPv6OutUcastPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of unicast packets based on IPv6 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.21
hh3cifIPv6OutMultiPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of multicast packets based on IPv6 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.22
hh3cifIPv6OutAnycastPkts OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of anycast packets based on IPv6 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.23
hh3cifIPv6OutDiscards OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of discard packets based on IPv6 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.5.1.13.1.24
hh3cifIPv6OutErrors OBJECT-TYPE
  -- FROM	HH3C-LswINF-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of error packets based on IPv6 transmitted out of the
            interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswL2InfMib(5) hh3cLswL2InfMibObject(1) hh3cifPortProtocolStatTable(13) hh3cifPortProtocolStatEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.6
hh3cLswRstpMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswRSTP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 6 }

.1.3.6.1.4.1.25506.8.35.6.1
hh3cLswRstpMibObject OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) 1 }

.1.3.6.1.4.1.25506.8.35.6.1.0
hh3cRstpEventsV2 OBJECT-GROUP
  -- FROM	HH3C-LswRSTP-MIB
  DESCRIPTION	"Definition point for RSTP notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 0 }

.1.3.6.1.4.1.25506.8.35.6.1.0.1
hh3cRstpBpduGuarded NOTIFICATION-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  OBJECTS	{ dot1dStpPort }
  DESCRIPTION	"The SNMP trap that is generated when an edged port of the BPDU-guard switch recevies BPDU packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cRstpEventsV2(0) 1 }

.1.3.6.1.4.1.25506.8.35.6.1.0.2
hh3cRstpRootGuarded NOTIFICATION-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  OBJECTS	{ dot1dStpPort }
  DESCRIPTION	"The SNMP trap that is generated when a root-guard port receives a superior bpdu."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cRstpEventsV2(0) 2 }

.1.3.6.1.4.1.25506.8.35.6.1.0.3
hh3cRstpBridgeLostRootPrimary NOTIFICATION-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  DESCRIPTION	"The SNMP trap that is generated when the bridge is no longer the root bridge of the spanning tree.
          Another switch with higher priority has already been the root bridge. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cRstpEventsV2(0) 3 }

.1.3.6.1.4.1.25506.8.35.6.1.0.4
hh3cRstpLoopGuarded NOTIFICATION-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  OBJECTS	{ dot1dStpPort }
  DESCRIPTION	"The SNMP trap that is generated when a loop-guard port is aged out ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cRstpEventsV2(0) 4 }

.1.3.6.1.4.1.25506.8.35.6.1.1
hh3cdot1dStpStatus OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Bridge STP enabled/disabled state"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 1 }

.1.3.6.1.4.1.25506.8.35.6.1.2
hh3cdot1dStpForceVersion OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {stp(0), rstp(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Running mode of the bridge RSTP state machine"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 2 }

.1.3.6.1.4.1.25506.8.35.6.1.3
hh3cdot1dStpDiameter OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER (1..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Permitted amount of bridges between any two ends on the network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 3 }

.1.3.6.1.4.1.25506.8.35.6.1.4
hh3cdot1dStpRootBridgeAddress OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" MAC address of the root bridge"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 4 }

.1.3.6.1.4.1.25506.8.35.6.1.5
hh3cdot1dStpPortXTable OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"RSTP extended information of the port "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 5 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1
hh3cdot1dStpPortXEntry OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ dot1dStpPortEntry }
  DESCRIPTION	" RSTP extended information of the port  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) 1 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.1
hh3cdot1dStpPortStatus OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" RSTP status of the port"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.2
hh3cdot1dStpPortEdgeport OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Whether the port can be an edge port"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.3
hh3cdot1dStpPortPointToPoint OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {forceTrue(1), forceFalse(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" It is the administrative value indicates whether the port
          can be connected to a point-to-point link or not.

          If the value is 'auto', the operative value of a point-to-point link state is
          determined by device itself, and can be read from hh3cdot1dStpOperPortPointToPoint."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.4
hh3cdot1dStpMcheck OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Check if the port transfer state machine enters"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.5
hh3cdot1dStpTransLimit OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Packet transmission limit of the bridge in a duration of Hello Time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.6
hh3cdot1dStpRXStpBPDU OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Number of STP BPDU received   "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.7
hh3cdot1dStpTXStpBPDU OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Number of STP BPDU transmitted    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.8
hh3cdot1dStpRXTCNBPDU OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Number of TCN BPDU received    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.9
hh3cdot1dStpTXTCNBPDU OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Number of TCN BPDU transmitted    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.10
hh3cdot1dStpRXRSTPBPDU OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of RSTP BPDU received"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.11
hh3cdot1dStpTXRSTPBPDU OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Number of RSTP BPDU transmitted    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.12
hh3cdot1dStpClearStatistics OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {clear(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear RSTP statistics. Read operation not supported. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.13
hh3cdot1dSetStpDefaultPortCost OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {enable(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set PathCost back to the default setting. Read operation not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.14
hh3cdot1dStpRootGuard OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" If the port guard root bridge. Other bridge which want to be root can not become root through this port if enabled. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.15
hh3cdot1dStpLoopGuard OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Loop guard function that keep a root port or an alternate port in discarding state while the information on the port is aged out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.16
hh3cdot1dStpPortBlockedReason OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {notBlock(1), blockForProtocol(2), blockForRootGuard(3), blockForBPDUGuard(4), blockForLoopGuard(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Record the block reason of the port.
               notBlock         (1) means that the port is not in block state,.
               blockForProtocol (2) means that the port is blocked by stp protocol to avoid loop.
               blockForRootGuard(3) means that the root guard flag of bridge is set and a better message received from the port,and the port is blocked.
               blockForBPDUGuard(4) means that the port has been configured as an edge port and receive a BPDU and thus blocked.
               blockForLoopGuard(5) means that the port is blocked for loopguarded. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.17
hh3cdot1dStpRXTCBPDU OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The number of received TC BPDUs "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.18
hh3cdot1dStpPortSendingBPDUType OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {stp(0), rstp(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Type of BPDU which the port is sending. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.6.1.5.1.19
hh3cdot1dStpOperPortPointToPoint OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" This object indicates whether the port
          has connected to a point-to-point link or not.

          The administrative value should be read from hh3cdot1dStpPortPointToPoint. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpPortXTable(5) hh3cdot1dStpPortXEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.6.1.6
hh3cDot1dStpBpduGuard OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" If BPDU guard enabled. The edge port will discard illegal BPDU when enabled"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 6 }

.1.3.6.1.4.1.25506.8.35.6.1.7
hh3cDot1dStpRootType OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {normal(1), primary(2), secondary(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Root type of the bridge"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 7 }

.1.3.6.1.4.1.25506.8.35.6.1.8
hh3cDot1dTimeOutFactor OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER (3..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Time Out Factor of the bridge."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 8 }

.1.3.6.1.4.1.25506.8.35.6.1.9
hh3cDot1dStpPathCostStandard OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {dot1d-1998(1), dot1t(2), legacy(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Path Cost Standard of the bridge. Value 'dot1d-1998' is
          IEEE 802.1d standard in 1998, value 'dot1t' is IEEE 802.1t standard,
          and value 'legacy' is a private legacy standard."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 9 }

.1.3.6.1.4.1.25506.8.35.6.1.10
hh3cdot1dStpIgnoredVlanTable OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"RSTP extended information of vlan "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) 10 }

.1.3.6.1.4.1.25506.8.35.6.1.10.1
hh3cdot1dStpIgnoredVlanEntry OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdot1dVlan }
  DESCRIPTION	" RSTP extended information of the vlan  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpIgnoredVlanTable(10) 1 }

.1.3.6.1.4.1.25506.8.35.6.1.10.1.1
hh3cdot1dVlan OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER (1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Vlan id supported"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpIgnoredVlanTable(10) hh3cdot1dStpIgnoredVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.6.1.10.1.2
hh3cdot1dStpIgnore OBJECT-TYPE
  -- FROM	HH3C-LswRSTP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Whether the vlan is stp Ignored"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswRstpMib(6) hh3cLswRstpMibObject(1) hh3cdot1dStpIgnoredVlanTable(10) hh3cdot1dStpIgnoredVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.7
hh3cLswIgmpsnoopingMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswIGSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 7 }

.1.3.6.1.4.1.25506.8.35.7.1
hh3cLswIgmpsnoopingMibObject OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.1
hh3cIgmpSnoopingStatus OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure to enable IGMP Snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.2
hh3cIgmpSnoopingRouterPortAge OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	INTEGER (1..1000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the aging time of the router port."
  DEFVAL	{ 105 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 2 }

.1.3.6.1.4.1.25506.8.35.7.1.3
hh3cIgmpSnoopingResponseTime OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	INTEGER (1..25) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the maximum query response time."
  DEFVAL	{ 10 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 3 }

.1.3.6.1.4.1.25506.8.35.7.1.4
hh3cIgmpSnoopingHostTime OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	INTEGER (200..1000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure the aging time of the multicast group port."
  DEFVAL	{ 260 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 4 }

.1.3.6.1.4.1.25506.8.35.7.1.5
hh3cIgmpSnoopingGroupLimitTable OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table lists the maximum group number that one
             interface could do IGMP Snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 5 }

.1.3.6.1.4.1.25506.8.35.7.1.5.1
hh3cIgmpSnoopingGroupLimitEntry OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIgmpSnoopingGroupIfIndex }
  DESCRIPTION	"An entry (conceptual row) representing  the maximum
             group number on an interface which IGMP Snooping operation
             is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingGroupLimitTable(5) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.5.1.1
hh3cIgmpSnoopingGroupIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the port on which IGMP
             snooping is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingGroupLimitTable(5) hh3cIgmpSnoopingGroupLimitEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.5.1.2
hh3cIgmpSnoopingGroupLimitNumber OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maxmum group number of IGMP Snooping on a port."
  DEFVAL	{ 4294967295 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingGroupLimitTable(5) hh3cIgmpSnoopingGroupLimitEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.7.1.6
hh3cIgmpSnoopingFastLeaveTable OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table specifies the fast leave status
             on those ports that do IGMP Snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 6 }

.1.3.6.1.4.1.25506.8.35.7.1.6.1
hh3cIgmpSnoopingFastLeaveEntry OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIgmpSnoopingFastLeaveIfIndex }
  DESCRIPTION	"An entry specifies the fast leave status
             on those ports that do IGMP Snooping."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingFastLeaveTable(6) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.6.1.1
hh3cIgmpSnoopingFastLeaveIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the port on which IGMP
             snooping is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingFastLeaveTable(6) hh3cIgmpSnoopingFastLeaveEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.6.1.2
hh3cIgmpSnoopingFastLeaveStatus OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The fast leave status of the port on which IGMP
             Snooping is enabled."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingFastLeaveTable(6) hh3cIgmpSnoopingFastLeaveEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.7.1.7
hh3cIgmpSnoopingGroupPolicyTable OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is a table specifies the group policy parameter and
             Vlan ID of the IGMP Snooping port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 7 }

.1.3.6.1.4.1.25506.8.35.7.1.7.1
hh3cIgmpSnoopingGroupPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIgmpSnoopingGroupPolicyIfIndex, hh3cIgmpSnoopingGroupPolicyVlanID }
  DESCRIPTION	"An entry representing the group policy parameter and Vlan ID
             of a port on which IGMP Snooping operation is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingGroupPolicyTable(7) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.7.1.1
hh3cIgmpSnoopingGroupPolicyIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ifIndex value of the port on which
             IGMP Snooping is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingGroupPolicyTable(7) hh3cIgmpSnoopingGroupPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.7.1.2
hh3cIgmpSnoopingGroupPolicyVlanID OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Vlan ID which the IGMP Snooping port
             is attached to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingGroupPolicyTable(7) hh3cIgmpSnoopingGroupPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.7.1.7.1.3
hh3cIgmpSnoopingGroupPolicyParameter OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Integer32 (2000..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ACL Number which is used as the group policy parameter
             of the IGMP Snooping port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingGroupPolicyTable(7) hh3cIgmpSnoopingGroupPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.7.1.7.1.4
hh3cIgmpSnoopingGroupPolicyStatus OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create or delete a row
             and represent the current status of this row.
             Now support three state:CreateAndGo,Active,Destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingGroupPolicyTable(7) hh3cIgmpSnoopingGroupPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.7.1.8
hh3cIgmpSnoopingNonFloodingStatus OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Configure to disable multicast flooding when no member exists
             in the destinated group. To use this function,IGMP snooping
             must be enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 8 }

.1.3.6.1.4.1.25506.8.35.7.1.9
hh3cIgmpSnoopingVlanStatusTable OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table used to enable or disable IGMP snooping 
             on the specified VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 9 }

.1.3.6.1.4.1.25506.8.35.7.1.9.1
hh3cIgmpSnoopingVlanStatusEntry OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cIgmpSnoopingVlanID }
  DESCRIPTION	"An entry representing the IGMP snooping status on 
             the specified VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingVlanStatusTable(9) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.9.1.1
hh3cIgmpSnoopingVlanID OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index uniquely identifies on which VLAN IGMP 
             snooping is enabled or disabled. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingVlanStatusTable(9) hh3cIgmpSnoopingVlanStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.9.1.2
hh3cIgmpSnoopingVlanEnabled OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicating whether IGMP snooping is enabled on this VLAN."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingVlanStatusTable(9) hh3cIgmpSnoopingVlanStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.7.1.10
hh3cIgmpSnoopingStatsObjects OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) 10 }

.1.3.6.1.4.1.25506.8.35.7.1.10.1
hh3cRecvIGMPGQueryNum OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of IGMP general query packets received on
             the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingStatsObjects(10) 1 }

.1.3.6.1.4.1.25506.8.35.7.1.10.2
hh3cRecvIGMPSQueryNum OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of IGMP specific query packets received on
             the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingStatsObjects(10) 2 }

.1.3.6.1.4.1.25506.8.35.7.1.10.3
hh3cRecvIGMPV1ReportNum OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of IGMP V1 report packets received on
             the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingStatsObjects(10) 3 }

.1.3.6.1.4.1.25506.8.35.7.1.10.4
hh3cRecvIGMPV2ReportNum OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of IGMP V2 report packets received on
             the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingStatsObjects(10) 4 }

.1.3.6.1.4.1.25506.8.35.7.1.10.5
hh3cRecvIGMPLeaveNum OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of IGMP leave packets received on
             the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingStatsObjects(10) 5 }

.1.3.6.1.4.1.25506.8.35.7.1.10.6
hh3cRecvErrorIGMPPacketNum OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of error IGMP packets received on
             the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingStatsObjects(10) 6 }

.1.3.6.1.4.1.25506.8.35.7.1.10.7
hh3cSentIGMPSQueryNum OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The statistics of IGMP specific query packets sent from
             the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingStatsObjects(10) 7 }

.1.3.6.1.4.1.25506.8.35.7.1.10.8
hh3cIgmpSnoopingClearStats OBJECT-TYPE
  -- FROM	HH3C-LswIGSP-MIB
  SYNTAX	INTEGER {clear(1), counting(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The configuration to clear the statistics of IGMP packets."
  DEFVAL	{ counting }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswIgmpsnoopingMib(7) hh3cLswIgmpsnoopingMibObject(1) hh3cIgmpSnoopingStatsObjects(10) 8 }

.1.3.6.1.4.1.25506.8.35.8
hh3cLswDhcpMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswDHCP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 8 }

.1.3.6.1.4.1.25506.8.35.8.1
hh3cLswDhcpMibObject OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) 1 }

.1.3.6.1.4.1.25506.8.35.8.1.1
hh3cDhcpGroupTable OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the information of dhcp group "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) 1 }

.1.3.6.1.4.1.25506.8.35.8.1.1.1
hh3cDhcpGroupEntry OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpGroupID }
  DESCRIPTION	"A table entry containing the information of dhcp group "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpGroupTable(1) 1 }

.1.3.6.1.4.1.25506.8.35.8.1.1.1.1
hh3cDhcpGroupID OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  SYNTAX	INTEGER (0..19) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" DHCP group identifier "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpGroupTable(1) hh3cDhcpGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.8.1.1.1.2
hh3cIpDhcpServerAddress1 OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" The first IP address of DHCP server group "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpGroupTable(1) hh3cDhcpGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.8.1.1.1.3
hh3cIpDhcpServerAddress2 OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" The second IP address of DHCP server group "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpGroupTable(1) hh3cDhcpGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.8.1.1.1.4
hh3cDhcpRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" Operation status of this table entry     "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpGroupTable(1) hh3cDhcpGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.8.1.2
hh3cDhcpSecurityTable OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the information of dhcp security "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) 2 }

.1.3.6.1.4.1.25506.8.35.8.1.2.1
hh3cDhcpSecurityEntry OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpClientIpAddress }
  DESCRIPTION	"A table containing the information of dhcp security "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpSecurityTable(2) 1 }

.1.3.6.1.4.1.25506.8.35.8.1.2.1.1
hh3cDhcpClientIpAddress OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" DHCP client's net ip address "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpSecurityTable(2) hh3cDhcpSecurityEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.8.1.2.1.2
hh3cDhcpClientMacAddress OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" DHCP client's mac address     "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpSecurityTable(2) hh3cDhcpSecurityEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.8.1.2.1.3
hh3cDhcpClientProperty OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  SYNTAX	INTEGER {static(1), dynamic(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Property of client address     "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpSecurityTable(2) hh3cDhcpSecurityEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.8.1.2.1.4
hh3cDhcpClientRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" status of this table's entry.     "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpSecurityTable(2) hh3cDhcpSecurityEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.8.1.3
hh3cDhcpToL3IfTable OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table configuring dhcp for layer 3 interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) 3 }

.1.3.6.1.4.1.25506.8.35.8.1.3.1
hh3cDhcpToL3IfEntry OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDhcpToL3VlanIfIndex }
  DESCRIPTION	"A table configuring dhcp for layer 3 interface "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpToL3IfTable(3) 1 }

.1.3.6.1.4.1.25506.8.35.8.1.3.1.1
hh3cDhcpToL3VlanIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" vlan virtual interface index "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpToL3IfTable(3) hh3cDhcpToL3IfEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.8.1.3.1.2
hh3cDhcpToL3GroupId OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  SYNTAX	INTEGER (0..19) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" DHCP group id for this vlan virtual interface"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpToL3IfTable(3) hh3cDhcpToL3IfEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.8.1.3.1.3
hh3cDhcpToL3AddressCheck OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" If dhcp security check enabled for this vlan virtual interface "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpToL3IfTable(3) hh3cDhcpToL3IfEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.8.1.3.1.4
hh3cDhcpToL3RowStatus OBJECT-TYPE
  -- FROM	HH3C-LswDHCP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" status of this table's entry.     "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDhcpMib(8) hh3cLswDhcpMibObject(1) hh3cDhcpToL3IfTable(3) hh3cDhcpToL3IfEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.9
hh3cLswdevMMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswDEVM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 9 }

.1.3.6.1.4.1.25506.8.35.9.1
hh3cLswdevMMibObject OBJECT-GROUP
  -- FROM	HH3C-LswDEVM-MIB
  DESCRIPTION	"Description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) 1 }

.1.3.6.1.4.1.25506.8.35.9.1.1
hh3cdevMFanStatusTable OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" Fan status description table "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) 1 }

.1.3.6.1.4.1.25506.8.35.9.1.1.1
hh3cdevMFanStatusEntry OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDevMFanNum }
  DESCRIPTION	" Fan status description table entry "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMFanStatusTable(1) 1 }

.1.3.6.1.4.1.25506.8.35.9.1.1.1.1
hh3cDevMFanNum OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Fan number "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMFanStatusTable(1) hh3cdevMFanStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.9.1.1.1.2
hh3cDevMFanStatus OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {active(1), deactive(2), not-install(3), unsupport(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Fan status: active (1), deactive (2) not installed (3) and unsupported (4)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMFanStatusTable(1) hh3cdevMFanStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.9.1.1.1.3
hh3cDevMFanPosFrame OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Frame number of the fan"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMFanStatusTable(1) hh3cdevMFanStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.9.1.1.1.4
hh3cDevMFanPosSlot OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Slot number of the fan"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMFanStatusTable(1) hh3cdevMFanStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.9.1.1.1.5
hh3cDevMFanPosIndex OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" ID of the fan"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMFanStatusTable(1) hh3cdevMFanStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.9.1.1.1.6
hh3cDevMFanMaxSpeed OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Maximum speed of the fan, in RPM"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMFanStatusTable(1) hh3cdevMFanStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.9.1.1.1.7
hh3cDevMFanCurrentSpeed OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Current speed of the fan, in RPM"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMFanStatusTable(1) hh3cdevMFanStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.9.1.2
hh3cdevMPowerStatusTable OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" Power status description table  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) 2 }

.1.3.6.1.4.1.25506.8.35.9.1.2.1
hh3cdevMPowerStatusEntry OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDevMPowerNum }
  DESCRIPTION	" Power status description table entry   "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMPowerStatusTable(2) 1 }

.1.3.6.1.4.1.25506.8.35.9.1.2.1.1
hh3cDevMPowerNum OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power number "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMPowerStatusTable(2) hh3cdevMPowerStatusEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.9.1.2.1.2
hh3cDevMPowerStatus OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {active(1), deactive(2), not-install(3), unsupport(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Power status: active (1), deactive (2) not installed (3) and unsupported    "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMPowerStatusTable(2) hh3cdevMPowerStatusEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.9.1.2.1.3
hh3cDevMPowerEntIndex OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power entity index "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMPowerStatusTable(2) hh3cdevMPowerStatusEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.9.1.2.1.4
hh3cDevMPowerRatedVoltage OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power rated voltage "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMPowerStatusTable(2) hh3cdevMPowerStatusEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.9.1.2.1.5
hh3cDevMPowerRatedCurrent OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power rated current "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMPowerStatusTable(2) hh3cdevMPowerStatusEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.9.1.2.1.6
hh3cDevMPowerLoadFactor OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power load factor "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMPowerStatusTable(2) hh3cdevMPowerStatusEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.9.1.2.1.7
hh3cDevMPowerUsedPower OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power usage "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMPowerStatusTable(2) hh3cdevMPowerStatusEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.9.1.2.1.8
hh3cDevMPowerRemainingPower OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Remaining of power "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMPowerStatusTable(2) hh3cdevMPowerStatusEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.9.1.3
hh3cdevMSlotEnvironmentTable OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	" environment description table  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) 3 }

.1.3.6.1.4.1.25506.8.35.9.1.3.1
hh3cdevMSlotEnvironmentEntry OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cdevMSlotEnvironmentType }
  DESCRIPTION	" environment description table entry   "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMSlotEnvironmentTable(3) 1 }

.1.3.6.1.4.1.25506.8.35.9.1.3.1.1
hh3cdevMSlotEnvironmentType OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {temperature(1), humidity(2), fog(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Environment type "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMSlotEnvironmentTable(3) hh3cdevMSlotEnvironmentEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.9.1.3.1.2
hh3cDevMSlotEnvironmentStatus OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {normal(1), upper(2), lower(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Environment status"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMSlotEnvironmentTable(3) hh3cdevMSlotEnvironmentEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.9.1.3.1.3
hh3cDevMSlotEnvironmentValue OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" Environment value"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMSlotEnvironmentTable(3) hh3cdevMSlotEnvironmentEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.9.1.3.1.4
hh3cDevMSlotEnvironmentUpperLimit OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Environment upper limit "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMSlotEnvironmentTable(3) hh3cdevMSlotEnvironmentEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.9.1.3.1.5
hh3cDevMSlotEnvironmentLowerLimit OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Environment Lower limit"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) hh3cdevMSlotEnvironmentTable(3) hh3cdevMSlotEnvironmentEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.9.1.9
hh3cLinkUpDownTrapEnable OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {enableBoth(1), disableBoth(2), enableLinkUpTrapOnly(3), enableLinkDownTrapOnly(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable/Disable linkUp/linkDown traps of the device, determining whether
         to enable linkUp/linkDown traps with that of the interface.
         When the value is enableBoth(1), the linkUp/linkDown traps are both
         enabled.
         When the value is disableBoth(2), the linkUp/linkDown traps are both
         disabled.
         When the value is enableLinkUpTrapOnly(3), the linkUp traps is enabled
         and the linkDown traps is disabled.
         When the value is enableLinkDownTrapOnly(4), the linkUp traps is
         disabled and the linkDown traps is enabled. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) 9 }

.1.3.6.1.4.1.25506.8.35.9.1.10
hh3cdot1qTpFdbLearnStatus OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Enable/Disable the address learning."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) 10 }

.1.3.6.1.4.1.25506.8.35.9.1.11
hh3cCfmWriteFlash OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {write(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Write the current effective configuration into the Flash memory.
                      This object does not support read operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) 11 }

.1.3.6.1.4.1.25506.8.35.9.1.12
hh3cCfmEraseFlash OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	INTEGER {erase(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Delete the configuration from the Flash memory.
                      This object does not support read operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) 12 }

.1.3.6.1.4.1.25506.8.35.9.1.13
hh3cDevMFirstTrapTime OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
  SYNTAX	TimeTicks
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Represents the first trap time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) 13 }

.1.3.6.1.4.1.25506.8.35.9.1.14
hh3cdevMExternalAlarmStatus OBJECT-TYPE
  -- FROM	HH3C-LswDEVM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswdevMMib(9) hh3cLswdevMMibObject(1) 14 }

.1.3.6.1.4.1.25506.8.35.12
hh3cLswTrapMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswTRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 12 }

.1.3.6.1.4.1.25506.8.35.12.1
hh3csLswTRAPMibObject OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) 1 }

.1.3.6.1.4.1.25506.8.35.12.1.1
hh3cpowerfailure NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cDevMPowerNum, hh3cDevMFirstTrapTime }
  DESCRIPTION	"Power supply failure"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 1 }

.1.3.6.1.4.1.25506.8.35.12.1.2
hh3cPowerNormal NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cDevMPowerNum, hh3cDevMFirstTrapTime }
  DESCRIPTION	"Power supply normal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 2 }

.1.3.6.1.4.1.25506.8.35.12.1.3
hh3cMasterPowerNormal NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cDevMPowerNum }
  DESCRIPTION	"Master power supply normal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 3 }

.1.3.6.1.4.1.25506.8.35.12.1.4
hh3cSlavePowerNormal NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cDevMPowerNum }
  DESCRIPTION	"Slave power supply normal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 4 }

.1.3.6.1.4.1.25506.8.35.12.1.5
hh3cPowerRemoved NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cDevMPowerNum }
  DESCRIPTION	"Power removed"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 5 }

.1.3.6.1.4.1.25506.8.35.12.1.6
hh3cfanfailure NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cDevMFanNum }
  DESCRIPTION	"Fan failure"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 6 }

.1.3.6.1.4.1.25506.8.35.12.1.7
hh3cFanNormal NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cDevMFanNum }
  DESCRIPTION	"Fan normal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 7 }

.1.3.6.1.4.1.25506.8.35.12.1.8
hh3cBoardRemoved NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board removed"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 8 }

.1.3.6.1.4.1.25506.8.35.12.1.9
hh3cBoardInserted NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board inserted"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 9 }

.1.3.6.1.4.1.25506.8.35.12.1.10
hh3cBoardFailure NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board failed"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 10 }

.1.3.6.1.4.1.25506.8.35.12.1.11
hh3cBoardNormal NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board normal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 11 }

.1.3.6.1.4.1.25506.8.35.12.1.12
hh3cSubcardRemove NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswSubslotIndex }
  DESCRIPTION	"Sub card removed"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 12 }

.1.3.6.1.4.1.25506.8.35.12.1.13
hh3cSubcardInsert NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswSubslotIndex }
  DESCRIPTION	"Sub card inserted"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 13 }

.1.3.6.1.4.1.25506.8.35.12.1.14
hh3cBoardTemperatureLower NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board temperature low"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 14 }

.1.3.6.1.4.1.25506.8.35.12.1.15
hh3cBoardTemperatureFromLowerToNormal NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board temperature form lower to normal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 15 }

.1.3.6.1.4.1.25506.8.35.12.1.16
hh3cBoardTemperatureHigher NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board temperature high"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 16 }

.1.3.6.1.4.1.25506.8.35.12.1.17
hh3cBoardTemperatureFormHigherToNormal NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board temperature from higher to normal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 17 }

.1.3.6.1.4.1.25506.8.35.12.1.18
hh3cRequestLoading NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board request load"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 18 }

.1.3.6.1.4.1.25506.8.35.12.1.19
hh3cLoadFailure NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board load failure"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 19 }

.1.3.6.1.4.1.25506.8.35.12.1.20
hh3cLoadFinished NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Board load finished"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 20 }

.1.3.6.1.4.1.25506.8.35.12.1.21
hh3cBackBoardModeSetFuilure NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex }
  DESCRIPTION	"Back board mode set failure"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 21 }

.1.3.6.1.4.1.25506.8.35.12.1.22
hh3cBackBoardModeSetOK NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex }
  DESCRIPTION	"Back board mode set OK"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 22 }

.1.3.6.1.4.1.25506.8.35.12.1.23
hh3cPowerInserted NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cDevMPowerNum }
  DESCRIPTION	"Power inserted"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 23 }

.1.3.6.1.4.1.25506.8.35.12.1.24
hh3cBootImageUpdated NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"This trap node indicates that the boot image of specified board
              is updated."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 24 }

.1.3.6.1.4.1.25506.8.35.12.1.25
hh3cCpuRemoved NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex }
  DESCRIPTION	"Node removed"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 25 }

.1.3.6.1.4.1.25506.8.35.12.1.26
hh3cCpuFailure NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex }
  DESCRIPTION	"Node failed"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 26 }

.1.3.6.1.4.1.25506.8.35.12.1.27
hh3cCpuNormal NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex }
  DESCRIPTION	"Node normal"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 27 }

.1.3.6.1.4.1.25506.8.35.12.1.28
hh3cPowerIncompatible NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cDevMPowerNum }
  DESCRIPTION	"Power module is incompatible with the device"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 28 }

.1.3.6.1.4.1.25506.8.35.12.1.29
hh3cCpuUsageSevereNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuRatio, hh3cLswCpuUsageMinorThreshold, hh3cLswCpuUsageSevereThreshold, hh3cLswCpuUsageRecoverThreshold, hh3csLswTrapCpuCoreInfo, hh3csLswTrapProcessCpuInfo }
  DESCRIPTION	"The trap indicates that the CPU usage increased to or above
             the hh3cLswCpuUsageSevereThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 29 }

.1.3.6.1.4.1.25506.8.35.12.1.30
hh3cCpuUsageSevereRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuRatio, hh3cLswCpuUsageMinorThreshold, hh3cLswCpuUsageSevereThreshold, hh3cLswCpuUsageRecoverThreshold, hh3csLswTrapCpuCoreInfo, hh3csLswTrapProcessCpuInfo }
  DESCRIPTION	"
            When the product does not support hh3cLswCpuUsageRecoverThreshold,
            the trap indicates that the CPU usage decreased to or below
            the hh3cLswCpuUsageSevereThreshold.
            When the product supports hh3cLswCpuUsageRecoverThreshold,
            the trap indicates that the CPU usage decreased to or below
            the hh3cLswCpuUsageMinorThreshold.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 30 }

.1.3.6.1.4.1.25506.8.35.12.1.31
hh3cCpuUsageMinorNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuRatio, hh3cLswCpuUsageMinorThreshold, hh3cLswCpuUsageSevereThreshold, hh3cLswCpuUsageRecoverThreshold, hh3csLswTrapCpuCoreInfo, hh3csLswTrapProcessCpuInfo }
  DESCRIPTION	"The trap indicates that the CPU usage increased to or above
             the hh3cLswCpuUsageMinorThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 31 }

.1.3.6.1.4.1.25506.8.35.12.1.32
hh3cCpuUsageMinorRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuRatio, hh3cLswCpuUsageMinorThreshold, hh3cLswCpuUsageSevereThreshold, hh3cLswCpuUsageRecoverThreshold, hh3csLswTrapCpuCoreInfo, hh3csLswTrapProcessCpuInfo }
  DESCRIPTION	"
            When the product dose not support hh3cLswCpuUsageRecoverThreshold,
            the trap indicates that the CPU usage decreased to or below
            the hh3cLswCpuUsageMinorThreshold.
            When the product supports hh3cLswCpuUsageRecoverThreshold,
            the trap indicates that the CPU usage decreased to or below
            the hh3cLswCpuUsageRecoverThreshold.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 32 }

.1.3.6.1.4.1.25506.8.35.12.1.33
hh3cMemoryUsageEarlyWarningNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuMemory, hh3cLswCpuMemoryFree, hh3cLswCpuMemoryFreeRatio, hh3cLswCpuMemoryHighTotal, hh3cLswCpuMemoryHighFree, hh3cLswCpuMemoryLowTotal, hh3cLswCpuMemoryLowFree, hh3cLswCpuMemorySecureThreshold, hh3cLswCpuMemoryEarlyWarningThreshold, hh3cLswCpuMemoryNormalThreshold, hh3cLswCpuMemoryMinorThreshold, hh3cLswCpuMemorySevereThreshold, hh3cLswCpuMemoryCriticalThreshold, hh3cLswCpuMemoryCurrentState, hh3csLswTrapProcessMemoryInfo, hh3csLswTrapSlubInfo }
  DESCRIPTION	"The trap indicates that the amount of free memory decreased to or below
            the hh3cMemoryUsageEarlyWarningThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 33 }

.1.3.6.1.4.1.25506.8.35.12.1.34
hh3cMemoryUsageEarlyWarningRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuMemory, hh3cLswCpuMemoryFree, hh3cLswCpuMemoryFreeRatio, hh3cLswCpuMemoryHighTotal, hh3cLswCpuMemoryHighFree, hh3cLswCpuMemoryLowTotal, hh3cLswCpuMemoryLowFree, hh3cLswCpuMemorySecureThreshold, hh3cLswCpuMemoryEarlyWarningThreshold, hh3cLswCpuMemoryNormalThreshold, hh3cLswCpuMemoryMinorThreshold, hh3cLswCpuMemorySevereThreshold, hh3cLswCpuMemoryCriticalThreshold, hh3cLswCpuMemoryCurrentState, hh3csLswTrapProcessMemoryInfo, hh3csLswTrapSlubInfo }
  DESCRIPTION	"The trap indicates that the amount of free memory usage increased to or above
             the hh3cMemoryUsageSecureThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 34 }

.1.3.6.1.4.1.25506.8.35.12.1.35
hh3cMemoryUsageMinorNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuMemory, hh3cLswCpuMemoryFree, hh3cLswCpuMemoryFreeRatio, hh3cLswCpuMemoryHighTotal, hh3cLswCpuMemoryHighFree, hh3cLswCpuMemoryLowTotal, hh3cLswCpuMemoryLowFree, hh3cLswCpuMemorySecureThreshold, hh3cLswCpuMemoryEarlyWarningThreshold, hh3cLswCpuMemoryNormalThreshold, hh3cLswCpuMemoryMinorThreshold, hh3cLswCpuMemorySevereThreshold, hh3cLswCpuMemoryCriticalThreshold, hh3cLswCpuMemoryCurrentState, hh3csLswTrapProcessMemoryInfo, hh3csLswTrapSlubInfo }
  DESCRIPTION	"The trap indicates that the amount of free memory decreased to or below
            the hh3cLswCpuMemoryMinorThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 35 }

.1.3.6.1.4.1.25506.8.35.12.1.36
hh3cMemoryUsageMinorRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuMemory, hh3cLswCpuMemoryFree, hh3cLswCpuMemoryFreeRatio, hh3cLswCpuMemoryHighTotal, hh3cLswCpuMemoryHighFree, hh3cLswCpuMemoryLowTotal, hh3cLswCpuMemoryLowFree, hh3cLswCpuMemorySecureThreshold, hh3cLswCpuMemoryEarlyWarningThreshold, hh3cLswCpuMemoryNormalThreshold, hh3cLswCpuMemoryMinorThreshold, hh3cLswCpuMemorySevereThreshold, hh3cLswCpuMemoryCriticalThreshold, hh3cLswCpuMemoryCurrentState, hh3csLswTrapProcessMemoryInfo, hh3csLswTrapSlubInfo }
  DESCRIPTION	"The trap indicates that the amount of free memory usage increased to or above
             the hh3cLswCpuMemoryNormalThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 36 }

.1.3.6.1.4.1.25506.8.35.12.1.37
hh3cMemoryUsageSevereNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuMemory, hh3cLswCpuMemoryFree, hh3cLswCpuMemoryFreeRatio, hh3cLswCpuMemoryHighTotal, hh3cLswCpuMemoryHighFree, hh3cLswCpuMemoryLowTotal, hh3cLswCpuMemoryLowFree, hh3cLswCpuMemorySecureThreshold, hh3cLswCpuMemoryEarlyWarningThreshold, hh3cLswCpuMemoryNormalThreshold, hh3cLswCpuMemoryMinorThreshold, hh3cLswCpuMemorySevereThreshold, hh3cLswCpuMemoryCriticalThreshold, hh3cLswCpuMemoryCurrentState, hh3csLswTrapProcessMemoryInfo, hh3csLswTrapSlubInfo }
  DESCRIPTION	"The trap indicates that the amount of free memory decreased to or below
             the hh3cMemoryUsageSevereThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 37 }

.1.3.6.1.4.1.25506.8.35.12.1.38
hh3cMemoryUsageSevereRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuMemory, hh3cLswCpuMemoryFree, hh3cLswCpuMemoryFreeRatio, hh3cLswCpuMemoryHighTotal, hh3cLswCpuMemoryHighFree, hh3cLswCpuMemoryLowTotal, hh3cLswCpuMemoryLowFree, hh3cLswCpuMemorySecureThreshold, hh3cLswCpuMemoryEarlyWarningThreshold, hh3cLswCpuMemoryNormalThreshold, hh3cLswCpuMemoryMinorThreshold, hh3cLswCpuMemorySevereThreshold, hh3cLswCpuMemoryCriticalThreshold, hh3cLswCpuMemoryCurrentState, hh3csLswTrapProcessMemoryInfo, hh3csLswTrapSlubInfo }
  DESCRIPTION	"The trap indicates that the amount of free memory usage increased to or above
            the hh3cMemoryUsageMinorThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 38 }

.1.3.6.1.4.1.25506.8.35.12.1.39
hh3cMemoryUsageCriticalNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuMemory, hh3cLswCpuMemoryFree, hh3cLswCpuMemoryFreeRatio, hh3cLswCpuMemoryHighTotal, hh3cLswCpuMemoryHighFree, hh3cLswCpuMemoryLowTotal, hh3cLswCpuMemoryLowFree, hh3cLswCpuMemorySecureThreshold, hh3cLswCpuMemoryEarlyWarningThreshold, hh3cLswCpuMemoryNormalThreshold, hh3cLswCpuMemoryMinorThreshold, hh3cLswCpuMemorySevereThreshold, hh3cLswCpuMemoryCriticalThreshold, hh3cLswCpuMemoryCurrentState, hh3csLswTrapProcessMemoryInfo, hh3csLswTrapSlubInfo }
  DESCRIPTION	"The trap indicates that the amount of free memory decreased to or below
             the hh3cMemoryUsageCriticalThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 39 }

.1.3.6.1.4.1.25506.8.35.12.1.40
hh3cMemoryUsageCriticalRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuMemory, hh3cLswCpuMemoryFree, hh3cLswCpuMemoryFreeRatio, hh3cLswCpuMemoryHighTotal, hh3cLswCpuMemoryHighFree, hh3cLswCpuMemoryLowTotal, hh3cLswCpuMemoryLowFree, hh3cLswCpuMemorySecureThreshold, hh3cLswCpuMemoryEarlyWarningThreshold, hh3cLswCpuMemoryNormalThreshold, hh3cLswCpuMemoryMinorThreshold, hh3cLswCpuMemorySevereThreshold, hh3cLswCpuMemoryCriticalThreshold, hh3cLswCpuMemoryCurrentState, hh3csLswTrapProcessMemoryInfo, hh3csLswTrapSlubInfo }
  DESCRIPTION	"The trap indicates that the amount of free memory usage increased to or above
             the hh3cMemoryUsageSevereThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 40 }

.1.3.6.1.4.1.25506.8.35.12.1.98
hh3cNetworkHealthMonitorFailure OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 98 }

.1.3.6.1.4.1.25506.8.35.12.1.99
hh3cNetworkHealthMonitorNormal OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObject(1) 99 }

.1.3.6.1.4.1.25506.8.35.12.2
hh3csLswTRAPMibInfor OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) 2 }

.1.3.6.1.4.1.25506.8.35.12.2.1
hh3csLswTrapCpuCoreInfo OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"hh3cLswCpuCoreIndex,hh3cLswCpuCoreUsage,hh3cLswCpuCoreUsr,
             hh3cLswCpuCoreSys,hh3cLswCpuCoreIrq,hh3cLswCpuCoreIdle.

            Each line contains the following comma-separated values:

            hh3cLswCpuCoreIndex(Integer32):CPU core index.
            hh3cLswCpuCoreUsage(Unsigned32): Percentage of CPU core usage ,0~100
            hh3cLswCpuCoreUsr(Unsigned32): Percentage of CPU core user usage ,0~100
            hh3cLswCpuCoreSys(Unsigned32): Percentage of CPU core system usage ,0~100
            hh3cLswCpuCoreIrq(Unsigned32): Percentage of CPU core interrupt usage ,0~100
            hh3cLswCpuCoreIdle(Unsigned32): Percentage of CPU core idle usage ,0~100
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 1 }

.1.3.6.1.4.1.25506.8.35.12.2.2
hh3csLswTrapProcessCpuInfo OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"hh3cLswProcessJobId,hh3cLswProcessPid,hh3cLswProcessName,
            hh3cLswProcessState,hh3cLswProcessPriority,hh3cLswProcessFDs,
            hh3cLswProcessRunTime,hh3cLswProcessCpuRatio5Secs,hh3cLswProcessCpuRatio1Min,
            hh3cLswProcessCpuRatio5Mins.

            Each line contains the following comma-separated values:

            hh3cLswProcessName: Process name
            hh3cLswProcessJobId:Job ID
            hh3cLswProcessPid: Process ID
            hh3cLswProcessPriority: Process priority
            hh3cLswProcessState: Process state
                {
                R(1):running,
                S(2):sleeping,
                T(3):tracedorStopped,
                D(4):uninterruptibleSleep,
                Z(5):zombie
                }
            hh3cLswProcessFDs: Process FDs
            hh3cLswProcessRunTime: Process run time
            hh3cLswProcessCpuRatio: CPU ratio for the process.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 2 }

.1.3.6.1.4.1.25506.8.35.12.2.3
hh3csLswTrapProcessMemoryInfo OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"hh3cLswProcessJobId,hh3cLswProcessName,hh3cLswProcessMemoryUsed.

            Each line contains the following comma-separated values:

            hh3cLswProcessJobId: Job ID
            hh3cLswProcessName: Process name
            hh3cLswProcessMemoryUsed:
            Memory be used by the process(text + data + stack + dynamic)in KB.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 3 }

.1.3.6.1.4.1.25506.8.35.12.2.4
hh3csLswTrapSlubInfo OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"hh3cLswSlubInfoUsed + hh3cLswSlubInfoName.

            Each line contains the following comma-separated values:

            hh3cLswSlubInfoName: Name of slubinfo
            hh3cLswSlubInfoUsed: Memory be used by the slub(num*size)
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 4 }

.1.3.6.1.4.1.25506.8.35.12.2.5
hh3cLswTrapCpuUsage OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Cpu usage in 5sec 1min 5min."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 5 }

.1.3.6.1.4.1.25506.8.35.12.2.6
hh3cLswTrapCoreProcessInfo OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"
            Each line contains the following values:
            JID PID PPID CPU State Memory 5Sec 1Min 5Min Name.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 6 }

.1.3.6.1.4.1.25506.8.35.12.2.7
hh3cLswCoreTrapUsage OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Core usage in last 30 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 7 }

.1.3.6.1.4.1.25506.8.35.12.2.8
hh3cBoardAvailablePower OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Available power of power supply."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 8 }

.1.3.6.1.4.1.25506.8.35.12.2.9
hh3cBoardRequiredPower OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Power required for a single board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 9 }

.1.3.6.1.4.1.25506.8.35.12.2.10
hh3cLswAlarmInPortInNum OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Alarm-in port-in num."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 10 }

.1.3.6.1.4.1.25506.8.35.12.2.11
hh3cDMAMemoryTotal OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The total DMA-memory space on the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 11 }

.1.3.6.1.4.1.25506.8.35.12.2.12
hh3cDMAMemoryUsed OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The used DMA-memory space on the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 12 }

.1.3.6.1.4.1.25506.8.35.12.2.13
hh3cDMAMemoryFree OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The free memory space on the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 13 }

.1.3.6.1.4.1.25506.8.35.12.2.14
hh3cDMAMemoryFreeRatio OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The percentage of free DMA-memory space on the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 14 }

.1.3.6.1.4.1.25506.8.35.12.2.15
hh3cDMAMemoryCriticalThreshold OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The critical alarm threshold for free DMA-memory,
             MB or percentage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 15 }

.1.3.6.1.4.1.25506.8.35.12.2.16
hh3cDMAMemoryRecoverThreshold OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The normal state threshold for free DMA-memory,
             MB or percentage.

             When the free DMA-memory space exceeds this threshold, a recovery notification will be sent.
             The normal state threshold cannot be smaller than the critical alarm threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 16 }

.1.3.6.1.4.1.25506.8.35.12.2.17
hh3cDMAMemoryCurrentState OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  SYNTAX	INTEGER {normal(1), critical(2)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Current status of free DMA-memory.

             Normal
             Critical"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 17 }

.1.3.6.1.4.1.25506.8.35.12.2.18
hh3cFrameRemainingPower OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Remaining power of the frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibInfor(2) 18 }

.1.3.6.1.4.1.25506.8.35.12.3
hh3csLswTRAPMibObjectV2 OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) 3 }

.1.3.6.1.4.1.25506.8.35.12.3.0
hh3csLswTRAPMibObjectV2Prefix OBJECT-TYPE
  -- FROM	HH3C-LswTRAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) 0 }

.1.3.6.1.4.1.25506.8.35.12.3.0.1
hh3cCoreUsageNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCoreIndex, hh3cLswCoreTrapUsage, hh3cLswCoreThreshold, hh3cLswTrapCpuUsage, hh3cLswTrapCoreProcessInfo, hh3cLswCoreMinorThreshold, hh3cLswCoreRecoveryThreshold }
  DESCRIPTION	"The trap indicates that the amount of core usage increased to or above
             the hh3cLswCoreThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 1 }

.1.3.6.1.4.1.25506.8.35.12.3.0.2
hh3cBoardPowerNotEnough NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cBoardAvailablePower, hh3cBoardRequiredPower }
  DESCRIPTION	"Not enough power for the board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 2 }

.1.3.6.1.4.1.25506.8.35.12.3.0.3
hh3cAlarmInPortIn NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswAlarmInPortInNum }
  DESCRIPTION	"Alarm reported on the alarm-in port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 3 }

.1.3.6.1.4.1.25506.8.35.12.3.0.4
hh3cAlarmInPortRecover NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswAlarmInPortInNum }
  DESCRIPTION	"Alarm removed on the alarm-in port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 4 }

.1.3.6.1.4.1.25506.8.35.12.3.0.10
hh3cCoreUsageSevereRecoveryNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCoreIndex, hh3cLswCoreTrapUsage, hh3cLswCoreThreshold, hh3cLswTrapCpuUsage, hh3cLswTrapCoreProcessInfo, hh3cLswCoreMinorThreshold, hh3cLswCoreRecoveryThreshold }
  DESCRIPTION	"
            When the product does not support hh3cLswCoreRecoveryThreshold,
            the trap indicates that the core usage decreased to or below
            the hh3cLswCoreThreshold.
            When the product supports hh3cLswCoreRecoveryThreshold,
            the trap indicates that the core usage decreased to or below
            the hh3cLswCoreMinorThreshold.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 10 }

.1.3.6.1.4.1.25506.8.35.12.3.0.11
hh3cCoreUsageMinorNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCoreIndex, hh3cLswCoreTrapUsage, hh3cLswCoreThreshold, hh3cLswTrapCpuUsage, hh3cLswTrapCoreProcessInfo, hh3cLswCoreMinorThreshold, hh3cLswCoreRecoveryThreshold }
  DESCRIPTION	"The trap indicates that the core usage increased to or above
             the hh3cLswCoreMinorThreshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 11 }

.1.3.6.1.4.1.25506.8.35.12.3.0.12
hh3cCoreUsageMinorRecoveryNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCoreIndex, hh3cLswCoreTrapUsage, hh3cLswCoreThreshold, hh3cLswTrapCpuUsage, hh3cLswTrapCoreProcessInfo, hh3cLswCoreMinorThreshold, hh3cLswCoreRecoveryThreshold }
  DESCRIPTION	"
            When the product does not support hh3cLswCoreRecoveryThreshold,
            the trap indicates that the core usage decreased to or below
            the hh3cLswCoreMinorThreshold.
            When the product supports hh3cLswCoreRecoveryThreshold,
            the trap indicates that the core usage decreased to or below
            the hh3cLswCoreRecoveryThreshold.
            "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 12 }

.1.3.6.1.4.1.25506.8.35.12.3.0.41
hh3cDMAMemoryUsageCriticalNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cDMAMemoryTotal, hh3cDMAMemoryUsed, hh3cDMAMemoryFree, hh3cDMAMemoryCurrentState, hh3cDMAMemoryFreeRatio, hh3cDMAMemoryCriticalThreshold }
  DESCRIPTION	"The trap indicates that the free DMA-memory space decreased to or below
             the critical alarm threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 41 }

.1.3.6.1.4.1.25506.8.35.12.3.0.42
hh3cDMAMemoryUsageRecoverNotification NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cDMAMemoryTotal, hh3cDMAMemoryUsed, hh3cDMAMemoryFree, hh3cDMAMemoryCurrentState, hh3cDMAMemoryFreeRatio, hh3cDMAMemoryRecoverThreshold }
  DESCRIPTION	"The trap indicates that the of free DMA-memory space increased to or above
             the normal state threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 42 }

.1.3.6.1.4.1.25506.8.35.12.3.0.43
hh3cRemainingPowerNotEnough NOTIFICATION-TYPE
  -- FROM	HH3C-LswTRAP-MIB
  OBJECTS	{ hh3cLswFrameIndex, hh3cFrameRemainingPower }
  DESCRIPTION	"The trap indicates that the remaining power of the chassis is not enouth."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswTrapMib(12) hh3csLswTRAPMibObjectV2(3) hh3csLswTRAPMibObjectV2Prefix(0) 43 }

.1.3.6.1.4.1.25506.8.35.14
hh3cdot1sMstp OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswMSTP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 14 }

.1.3.6.1.4.1.25506.8.35.14.0
hh3cMstpEventsV2 OBJECT-GROUP
  -- FROM	HH3C-LswMSTP-MIB
  DESCRIPTION	"Definition point for Mstp notifications."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 0 }

.1.3.6.1.4.1.25506.8.35.14.0.1
hh3cPortMstiStateForwarding NOTIFICATION-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  OBJECTS	{ hh3cdot1sInstanceID, hh3cdot1sMstiPortIndex }
  DESCRIPTION	"The SNMP trap that is generated when a port turns into
         forwarding state form other state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cMstpEventsV2(0) 1 }

.1.3.6.1.4.1.25506.8.35.14.0.2
hh3cPortMstiStateDiscarding NOTIFICATION-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  OBJECTS	{ hh3cdot1sInstanceID, hh3cdot1sMstiPortIndex }
  DESCRIPTION	"The SNMP trap that is generated when a port turns into
         discarding state form forwarding state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cMstpEventsV2(0) 2 }

.1.3.6.1.4.1.25506.8.35.14.0.3
hh3cBridgeLostRootPrimary NOTIFICATION-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  OBJECTS	{ hh3cdot1sInstanceID }
  DESCRIPTION	"The SNMP trap that is generated when the bridge is no longer
         the root bridge of the instance.  Another switch with higher
         priority has already been the root bridge of the instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cMstpEventsV2(0) 3 }

.1.3.6.1.4.1.25506.8.35.14.0.4
hh3cPortMstiRootGuarded NOTIFICATION-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  OBJECTS	{ hh3cdot1sInstanceID, hh3cdot1sMstiPortIndex }
  DESCRIPTION	"The SNMP trap that is generated when a root-guard port
         receives a superior message on the relevant instance."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cMstpEventsV2(0) 4 }

.1.3.6.1.4.1.25506.8.35.14.0.5
hh3cPortMstiBpduGuarded NOTIFICATION-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  OBJECTS	{ dot1dStpPort, hh3cdot1sMstiDesignatedBridge }
  DESCRIPTION	"The SNMP trap is generated when an edged port of the BPDU-guard
         device receives a BPDU.  If the designated bridge ID can't be obtained
         from the BPDU, the designated bridge ID will be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cMstpEventsV2(0) 5 }

.1.3.6.1.4.1.25506.8.35.14.0.6
hh3cPortMstiLoopGuarded NOTIFICATION-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  OBJECTS	{ hh3cdot1sInstanceID, hh3cdot1sMstiPortIndex }
  DESCRIPTION	"The SNMP trap that is generated when an Alternate-Port
         or Root-Port is aged out."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cMstpEventsV2(0) 6 }

.1.3.6.1.4.1.25506.8.35.14.0.7
hh3cMstiNewRoot NOTIFICATION-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  OBJECTS	{ hh3cdot1sInstanceID, hh3cdot1sMstiDesignedRoot, hh3cdot1sMstiDesignedRoot }
  DESCRIPTION	"The SNMP trap is generated when the sending device becomes the new
         root of the spanning tree.  The first root bridge ID means the
         old root bridge ID, and the second one means the new root bridge ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cMstpEventsV2(0) 7 }

.1.3.6.1.4.1.25506.8.35.14.0.8
hh3cPortPvstBpduProtection NOTIFICATION-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  OBJECTS	{ dot1dStpPort, hh3cdot1sMstiDesignatedBridge }
  DESCRIPTION	"The SNMP trap is generated when a PVST BPDU is received on an MSTP port
         that is enabled with the PVST protection feature.  If the designated
         bridge ID can't be obtained from the BPDU, the designated bridge ID
         will be zero."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cMstpEventsV2(0) 8 }

.1.3.6.1.4.1.25506.8.35.14.1
hh3cdot1sStpStatus OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the Bridge MSTP is enabled."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 1 }

.1.3.6.1.4.1.25506.8.35.14.2
hh3cdot1sStpForceVersion OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {stp(0), rstp(2), mstp(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" The mode of this Bridge spanning-tree protocol."
  DEFVAL	{ mstp }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 2 }

.1.3.6.1.4.1.25506.8.35.14.3
hh3cdot1sStpDiameter OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (2..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The diameter of Bridge."
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 3 }

.1.3.6.1.4.1.25506.8.35.14.4
hh3cdot1sMstBridgeMaxHops OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (1..40) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum value of the  Bridge hops."
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 4 }

.1.3.6.1.4.1.25506.8.35.14.5
hh3cdot1sMstMasterBridgeID OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Bridge Identifier of the current Master Bridge."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 5 }

.1.3.6.1.4.1.25506.8.35.14.6
hh3cdot1sMstMasterPathCost OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The CIST path cost from the transmitting Bridge to the Master Bridge."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 6 }

.1.3.6.1.4.1.25506.8.35.14.7
hh3cdot1sMstBpduGuard OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the Bridge BPDU Guard function is enabled.  If the function
      is enabled, the port will shutdown when received BPDU and the port
      is configured as portfast."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 7 }

.1.3.6.1.4.1.25506.8.35.14.8
hh3cdot1sMstAdminFormatSelector OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative Configuration Identifier Format Selector in use
      by the Bridge.  This has a value of 0 indicate the format specified
      in the Standard of IEEE 802.1s."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 8 }

.1.3.6.1.4.1.25506.8.35.14.9
hh3cdot1sMstAdminRegionName OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This MSTP administrative region name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 9 }

.1.3.6.1.4.1.25506.8.35.14.10
hh3cdot1sMstAdminRevisionLevel OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This MSTP administrative revision level."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 10 }

.1.3.6.1.4.1.25506.8.35.14.11
hh3cdot1sMstOperFormatSelector OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operative Configuration Identifier Format Selector in use by the
      Bridge.  This has a value of 0 indicate the format specified in the
      Standard of IEEE 802.1s."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 11 }

.1.3.6.1.4.1.25506.8.35.14.12
hh3cdot1sMstOperRegionName OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This MSTP operative region name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 12 }

.1.3.6.1.4.1.25506.8.35.14.13
hh3cdot1sMstOperRevisionLevel OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This MSTP operative revision level."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 13 }

.1.3.6.1.4.1.25506.8.35.14.14
hh3cdot1sMstOperConfigDigest OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This MSTP Region's Configuration Digest Signature Key."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 14 }

.1.3.6.1.4.1.25506.8.35.14.15
hh3cdot1sMstRegionConfActive OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Active the region configuration."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 15 }

.1.3.6.1.4.1.25506.8.35.14.16
hh3cdot1sMstDefaultVlanAllo OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {enable(1), unused(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set default configuration about VLAN allocation and all VLANs
      are mapped to CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 16 }

.1.3.6.1.4.1.25506.8.35.14.17
hh3cdot1sMstDefaultRegionName OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {enable(1), unused(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set default region name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 17 }

.1.3.6.1.4.1.25506.8.35.14.18
hh3cdot1sVIDAllocationTable OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MSTP VLAN-to-instance mapping table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 18 }

.1.3.6.1.4.1.25506.8.35.14.18.1
hh3cdot1sVIDAllocationEntry OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdot1sMstVID }
  DESCRIPTION	"MSTP VLAN-to-instance mapping table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sVIDAllocationTable(18) 1 }

.1.3.6.1.4.1.25506.8.35.14.18.1.1
hh3cdot1sMstVID OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"VLAN Identifier"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sVIDAllocationTable(18) hh3cdot1sVIDAllocationEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.14.18.1.2
hh3cdot1sAdminMstID OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Administrative Multiple spanning-tree instance Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sVIDAllocationTable(18) hh3cdot1sVIDAllocationEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.14.18.1.3
hh3cdot1sOperMstID OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Operative Multiple spanning-tree instance Identifier."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sVIDAllocationTable(18) hh3cdot1sVIDAllocationEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.14.19
hh3cdot1sInstanceTable OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MSTI table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 19 }

.1.3.6.1.4.1.25506.8.35.14.19.1
hh3cdot1sInstanceEntry OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdot1sInstanceID }
  DESCRIPTION	"MSTI table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) 1 }

.1.3.6.1.4.1.25506.8.35.14.19.1.1
hh3cdot1sInstanceID OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Multiple spanning-tree instance Identifier"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.14.19.1.2
hh3cdot1sMstiBridgeID OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Bridge Identifier for the spanning tree instance
        identified by MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.14.19.1.3
hh3cdot1sMstiBridgePriority OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (0..61440) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Bridge Priority for the spanning tree instance
        identified by MSTID.  Step of 4096"
  DEFVAL	{ 32768 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.14.19.1.4
hh3cdot1sMstiDesignedRoot OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Bridge Identifier of the Root Bridge for the spanning
        tree instance identified by MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.14.19.1.5
hh3cdot1sMstiRootPathCost OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The path cost from the transmitting Bridge to the Root Bridge
        for the spanning tree instance  identified by MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.14.19.1.6
hh3cdot1sMstiRootPort OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Root Port for the spanning tree instance identified by the MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.14.19.1.7
hh3cdot1sMstiRootType OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {normal(0), secondary(1), primary(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Config this Bridge as a primary root or secondary root and or cancel
        the root for this spanning tree instance  identified by MSTID"
  DEFVAL	{ normal }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.14.19.1.8
hh3cdot1sMstiRemainingHops OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remaining hops of the spanning tree instance  identified by MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.14.19.1.9
hh3cdot1sMstiAdminMappedVlanListLow OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The lower part of administrative Vlan list mapped to the spanning
        tree instance identified by MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.14.19.1.10
hh3cdot1sMstiAdminMappedVlanListHigh OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The higher part of administrative Vlan  list mapped to the spanning
        tree instance identified by MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.14.19.1.11
hh3cdot1sMstiOperMappedVlanListLow OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The lower part of operative Vlan list mapped to the spanning
        tree instance identified by MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.14.19.1.12
hh3cdot1sMstiOperMappedVlanListHigh OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	OCTET STRING (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The higher part of operative Vlan list mapped to the spanning
        tree instance identified by MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sInstanceTable(19) hh3cdot1sInstanceEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.14.20
hh3cdot1sPortTable OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MSTP interface table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 20 }

.1.3.6.1.4.1.25506.8.35.14.20.1
hh3cdot1sPortEntry OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdot1sInstanceID, hh3cdot1sMstiPortIndex }
  DESCRIPTION	"MSTP interface table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) 1 }

.1.3.6.1.4.1.25506.8.35.14.20.1.1
hh3cdot1sMstiPortIndex OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the Bridge Port"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.14.20.1.2
hh3cdot1sMstiState OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {disabled(1), discarding(2), learning(4), forwarding(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state of the Port (i.e., Disabled, Discarding ,
        Learning, Forwarding)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.14.20.1.3
hh3cdot1sMstiPortPriority OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (0..240) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the priority field which is contained in the
        first (in network byte order)  four bits of the (2 octet long) Port ID.
        The other octet of the Port ID is given by the value of mstiPortIndex.
        And step of 16"
  DEFVAL	{ 128 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.14.20.1.4
hh3cdot1sMstiPathCost OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (1..200000000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The contribution of this port to the path cost of paths towards the
        spanning tree root which include this port.  The range of path cost
        is 1..65535 for 802.1d standard, is 1..200000000 for 802.1t standard,
        and is 1..200000 for the legacy standard."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.14.20.1.5
hh3cdot1sMstiDesignatedRoot OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Bridge Identifier of the Root Bridge for the port of the Spanning
         Tree instance identified by the MSTID"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.14.20.1.6
hh3cdot1sMstiDesignatedCost OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The path cost of the Designated Port of the segment connected to
        this port.  This value is compared to the Root Path Cost field
        in received bridge PDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.14.20.1.7
hh3cdot1sMstiDesignatedBridge OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Bridge Identifier of the bridge which this port considers to
        be the Designated Bridge for this port's segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.14.20.1.8
hh3cdot1sMstiDesignatedPort OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Port Identifier of the port on the Designated Bridge
        for this port's segment."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.14.20.1.9
hh3cdot1sMstiMasterBridgeID OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION BridgeId
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Bridge Identifier of the current Master Bridge.
        Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.14.20.1.10
hh3cdot1sMstiMasterPortCost OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The CIST path cost from the transmitting Bridge to
        the Master Bridge.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.14.20.1.11
hh3cdot1sMstiStpPortEdgeport OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the port fast is enabled.  Effective in CIST."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.14.20.1.12
hh3cdot1sMstiStpPortPointToPoint OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {forceTrue(1), forceFalse(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the port connects the point to point link.  Effective in CIST."
  DEFVAL	{ auto }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.14.20.1.13
hh3cdot1sMstiStpMcheck OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {enable(1), unused(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Forcing the state machine to send MST BPDUs in this manner
        can be used to test whether all legacy Bridges on a given LAN
        have been removed.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.14.20.1.14
hh3cdot1sMstiStpTransLimit OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value used by the Port Transmit state machine to limit
        the maximum transmission rate.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.14.20.1.15
hh3cdot1sMstiStpRXStpBPDU OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received Config BPDU.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.14.20.1.16
hh3cdot1sMstiStpTXStpBPDU OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted Config BPDU.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.14.20.1.17
hh3cdot1sMstiStpRXTCNBPDU OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received TCN BPDU.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.14.20.1.18
hh3cdot1sMstiStpTXTCNBPDU OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted TCN BPDU.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.14.20.1.19
hh3cdot1sMstiStpRXRSTPBPDU OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received RST BPDU.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.14.20.1.20
hh3cdot1sMstiStpTXRSTPBPDU OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted RST BPDU.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.14.20.1.21
hh3cdot1sMstiStpRXMSTPBPDU OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of received MST BPDU.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.14.20.1.22
hh3cdot1sMstiStpTXMSTPBPDU OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of transmitted MST BPDU.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.14.20.1.23
hh3cdot1sMstiStpClearStatistics OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {clear(1), unused(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear the spanning tree statistic.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.14.20.1.24
hh3cdot1sMstiStpDefaultPortCost OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {enable(1), unused(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Set default Port path cost."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.14.20.1.25
hh3cdot1sMstiStpStatus OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the spanning tree protocol is enabled on this port.
        Effective in CIST."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 25 }

.1.3.6.1.4.1.25506.8.35.14.20.1.26
hh3cdot1sMstiPortRootGuard OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the root guard is enabled.  Effective in CIST."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 26 }

.1.3.6.1.4.1.25506.8.35.14.20.1.27
hh3cdot1sMstiPortLoopGuard OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the loop protection is enabled.  Effective in CIST."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 27 }

.1.3.6.1.4.1.25506.8.35.14.20.1.28
hh3cdot1sMstiStpPortSendingBPDUType OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {stp(1), rstp(2), mstp(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of BPDU which the port is sending."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 28 }

.1.3.6.1.4.1.25506.8.35.14.20.1.29
hh3cdot1sMstiStpOperPortPointToPoint OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether the port has connected to a
        point-to-point link or not.  The value of the node is an operative value.
        The administrative value can be read from the node
        hh3cdot1sMstiStpPortPointToPoint.  If the value of
        hh3cdot1sMstiStpPortPointToPoint is auto, the value of this node
        should be calculated by the network topology of this port.  If the
        value of hh3cdot1sMstiStpPortPointToPoint is forceFalse, the value of this
        node is false.  If the value of hh3cdot1sMstiStpPortPointToPoint is
        forceTrue, the value of this node is true."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 29 }

.1.3.6.1.4.1.25506.8.35.14.20.1.30
hh3cdot1sMstiStpPortAdminBPDUFmt OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION Hh3cdot1sFormatStatus
  SYNTAX	INTEGER {legacy(1), dot1s(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the node is an administrative value.  Value legacy means that
       the MST BPDU format is forced to legacy.  Value dot1s means that the MST BPDU format
       is forced to IEEE 802.1s.  Value auto means that the format of MST BPDU sending
       on the port is determined by the MST BPDU that the port has received.  Effective in
       CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 30 }

.1.3.6.1.4.1.25506.8.35.14.20.1.31
hh3cdot1sMstiStpPortOperBPDUFmt OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION Hh3cdot1sFormatStatus
  SYNTAX	INTEGER {legacy(1), dot1s(2), auto(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The format of MST BPDU which the port is sending.  Value legacy means that the
      format of MST BPDU sending on the port is legacy.  Value dot1s means that the
      format of MST BPDU sending on the port is IEEE 802.1s.  Effective in CIST."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 31 }

.1.3.6.1.4.1.25506.8.35.14.20.1.32
hh3cdot1sMstiStpPortRoleRestriction OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the role-restriction is enabled.  Effective in CIST.
         The role-restriction causes the port not to be selected as root port for the
         CIST or any MSTI."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 32 }

.1.3.6.1.4.1.25506.8.35.14.20.1.33
hh3cdot1sMstiStpPortTcRestriction OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the tc-restriction is enabled.  Effective in CIST.
         The tc-restriction causes the port not to propagate topology changes to
         other ports."
  DEFVAL	{ disabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 33 }

.1.3.6.1.4.1.25506.8.35.14.20.1.34
hh3cdot1sMstiStpPortDisputed OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether the port is disputed for the CIST or MSTI."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 34 }

.1.3.6.1.4.1.25506.8.35.14.20.1.35
hh3cdot1sMstiPortLoopbackGuard OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  -- TEXTUAL CONVENTION EnabledStatus
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Whether the loopback protection is enabled.  Effective in CIST."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) hh3cdot1sPortTable(20) hh3cdot1sPortEntry(1) 35 }

.1.3.6.1.4.1.25506.8.35.14.21
hh3cdot1sStpPathCostStandard OBJECT-TYPE
  -- FROM	HH3C-LswMSTP-MIB
  SYNTAX	INTEGER {legacy(0), dot1d-1998(1), dot1t(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Path cost standard of the bridge.  Value dot1d-1998 is
      IEEE 802.1d standard in 1998, value dot1t is IEEE 802.1t standard,
      and value legacy is a private legacy standard."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cdot1sMstp(14) 21 }

.1.3.6.1.4.1.25506.8.35.16
hh3cLswQosAclMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswQos-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 16 }

.1.3.6.1.4.1.25506.8.35.16.2
hh3cLswQosMibObject OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.1
hh3cPriorityTrustMode OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {default(0), dscp(1), ipprecedence(2), cos(3), localprecedence(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Priority type of inbound queue."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.2
hh3cPortMonitorBothIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The ifIndex of in/out monitor port."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.3
hh3cQueueTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Queue table which contains queue entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1
hh3cQueueEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQueueIfIndex }
  DESCRIPTION	"The configuration information of queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.1
hh3cQueueIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.2
hh3cQueueScheduleMode OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {sp(1), wrr(2), wrr-max-delay(3), sc-0(4), sc-1(5), sc-2(6), rr(7), wfq(8), hq-wrr(9)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The mode of the queue schedule."
  DEFVAL	{ sp }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.3
hh3cQueueWeight1 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If queue mode is wfq, then hh3cQueueWeight1 represent the bandwidth of queue 1.
      If queue mode is wrr, then hh3cQueueWeight1 represent the weight of queue 1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.4
hh3cQueueWeight2 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If queue mode is wfq, then hh3cQueueWeight2 represent the bandwidth of queue 2.
      If queue mode is wrr, then hh3cQueueWeight2 represent the weight of queue 2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.5
hh3cQueueWeight3 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If queue mode is wfq, then hh3cQueueWeight3 represent the bandwidth of queue 3.
      If queue mode is wrr, then hh3cQueueWeight3 represent the weight of queue 3."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.6
hh3cQueueWeight4 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If queue mode is wfq, then hh3cQueueWeight4 represent the bandwidth of queue 4.
      If queue mode is wrr, then hh3cQueueWeight4 represent the weight of queue 4."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.7
hh3cQueueMaxDelay OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.8
hh3cQueueWeight5 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If queue mode is wfq, then hh3cQueueWeight5 represent the bandwidth of queue 5.
      If queue mode is wrr, then hh3cQueueWeight5 represent the weight of queue 5."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.9
hh3cQueueWeight6 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If queue mode is wfq, then hh3cQueueWeight6 represent the bandwidth of queue 6.
      If queue mode is wrr, then hh3cQueueWeight6 represent the weight of queue 6."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.10
hh3cQueueWeight7 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If queue mode is wfq, then hh3cQueueWeight7 represent the bandwidth of queue 7.
      If queue mode is wrr, then hh3cQueueWeight7 represent the weight of queue 7."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.3.1.11
hh3cQueueWeight8 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If queue mode is wfq, then hh3cQueueWeight8 represent the bandwidth of queue 8.
      If queue mode is wrr, then hh3cQueueWeight8 represent the weight of queue 8."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cQueueTable(3) hh3cQueueEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.4
hh3cRateLimitTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Rate limit table which contains limit entry. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1
hh3cRateLimitEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRateLimitAclIndex, hh3cRateLimitIfIndex, hh3cRateLimitVlanID, hh3cRateLimitDirection }
  DESCRIPTION	"The configuration information of the rate-limited port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.1
hh3cRateLimitAclIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.2
hh3cRateLimitIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex of the rate-limited port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.3
hh3cRateLimitVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.4
hh3cRateLimitDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), input(1), output(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Direction of the rate-limited port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.5
hh3cRateLimitUserAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 5000..5999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.6
hh3cRateLimitUserAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of user acl-rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.7
hh3cRateLimitIpAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 2000..3999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Ip acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.8
hh3cRateLimitIpAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Ip acl-rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.9
hh3cRateLimitLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.10
hh3cRateLimitLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of link acl-rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.11
hh3cRateLimitTargetRateMbps OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Target rate: Mbps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.12
hh3cRateLimitTargetRateKbps OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Target rate: Kbps."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.13
hh3cRateLimitPeakRate OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 64..8388608) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Peak rate of the rate-limited port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.14
hh3cRateLimitCIR OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..34120000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"CIR of the rate-limited port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.15
hh3cRateLimitCBS OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..1048575) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Burst traffic of the rate-limited port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.16
hh3cRateLimitEBS OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..268435455) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Excess burst traffic of the rate-limited port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.17
hh3cRateLimitPIR OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..34120000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"PIR of the rate-limited port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.18
hh3cRateLimitConformLocalPre OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Conform local pre."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.19
hh3cRateLimitConformActionType OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), remark-cos(1), remark-drop-priority(2), remark-cos-drop-priority(3), remark-policed-service(4), remark-dscp(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Conform action type."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.20
hh3cRateLimitExceedActionType OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), forward(1), drop(2), remarkdscp(3), exceed-cos(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Exceed action type."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.21
hh3cRateLimitExceedDscp OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Exceed DSCP.
      <0-63>  Value of DSCP
      af11    Specify Assured Forwarding 11 service(10)
      af12    Specify Assured Forwarding 12 service(12)
      af13    Specify Assured Forwarding 13 service(14)
      af21    Specify Assured Forwarding 21 service(18)
      af22    Specify Assured Forwarding 22 service(20)
      af23    Specify Assured Forwarding 23 service(22)
      af31    Specify Assured Forwarding 31 service(26)
      af32    Specify Assured Forwarding 32 service(28)
      af33    Specify Assured Forwarding 33 service(30)
      af41    Specify Assured Forwarding 41 service(34)
      af42    Specify Assured Forwarding 42 service(36)
      af43    Specify Assured Forwarding 43 service(38)
      be      Specify Best Effort service(0)
      cs1     Specify Class Selector 1 service(8)
      cs2     Specify Class Selector 2 service(16)
      cs3     Specify Class Selector 3 service(24)
      cs4     Specify Class Selector 4 service(32)
      cs5     Specify Class Selector 5 service(40)
      cs6     Specify Class Selector 6 service(48)
      cs7     Specify Class Selector 7 service(56)
      ef      Specify Expedited Forwarding service(46)"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.22
hh3cRateLimitRuntime OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Runtime."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.23
hh3cRateLimitRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.24
hh3cRateLimitExceedCos OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Exceeding COS of rate-limited port."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.25
hh3cRateLimitConformCos OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the user choose remark-cos value of the hh3cRateLimitConformActionType,
      This object can be used to set the conform COS value.  There are a few
      enumerations as follows:
      background          Specify background priority(1)
      best-effort         Specify best-effort priority(0)
      controlled-load     Specify controlled-load priority(4)
      excellent-effort    Specify excellent-effort priority(3)
      network-management  Specify network-management priority(7)
      spare               Specify spare priority(2)
      video               Specify video priority(5)
      voice               Specify voice priority(6)"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 25 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.26
hh3cRateLimitConformDscp OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the user choose remark-dscp value of the hh3cRateLimitConformActionType,
      This object can be used to set the conform dscp value.  There are a few
      enumerations as follows:
      <0-63>  Value of DSCP
      af11    Specify Assured Forwarding 11 service(10)
      af12    Specify Assured Forwarding 12 service(12)
      af13    Specify Assured Forwarding 13 service(14)
      af21    Specify Assured Forwarding 21 service(18)
      af22    Specify Assured Forwarding 22 service(20)
      af23    Specify Assured Forwarding 23 service(22)
      af31    Specify Assured Forwarding 31 service(26)
      af32    Specify Assured Forwarding 32 service(28)
      af33    Specify Assured Forwarding 33 service(30)
      af41    Specify Assured Forwarding 41 service(34)
      af42    Specify Assured Forwarding 42 service(36)
      af43    Specify Assured Forwarding 43 service(38)
      be      Specify Best Effort service(0)
      cs1     Specify Class Selector 1 service(8)
      cs2     Specify Class Selector 2 service(16)
      cs3     Specify Class Selector 3 service(24)
      cs4     Specify Class Selector 4 service(32)
      cs5     Specify Class Selector 5 service(40)
      cs6     Specify Class Selector 6 service(48)
      cs7     Specify Class Selector 7 service(56)
      ef      Specify Expedited Forwarding service(46)"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 26 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.27
hh3cRateLimitMeterStatByteCount OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter of conform byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 27 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.28
hh3cRateLimitMeterStatByteXCount OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter of exceed byte."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 28 }

.1.3.6.1.4.1.25506.8.35.16.2.4.1.29
hh3cRateLimitMeterStatState OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {set(1), unDo(2), reset(3), running(4), notRunning(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of meter statistic."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRateLimitTable(4) hh3cRateLimitEntry(1) 29 }

.1.3.6.1.4.1.25506.8.35.16.2.5
hh3cPriorityTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The priority table which contains priority entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1
hh3cPriorityEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPriorityAclIndex, hh3cPriorityIfIndex, hh3cPriorityVlanID, hh3cPriorityDirection }
  DESCRIPTION	"The configuration information of priority."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.1
hh3cPriorityAclIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.2
hh3cPriorityIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.3
hh3cPriorityVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.4
hh3cPriorityDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), input(1), output(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Direction of data stream."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.5
hh3cPriorityUserAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 5000..5999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.6
hh3cPriorityUserAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.7
hh3cPriorityIpAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 2000..3999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Ip acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.8
hh3cPriorityIpAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.9
hh3cPriorityLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.10
hh3cPriorityLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.11
hh3cPriorityDscp OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set DSCP Value.
      <0-63>  Value of DSCP
      af11    Specify Assured Forwarding 11 service(10)
      af12    Specify Assured Forwarding 12 service(12)
      af13    Specify Assured Forwarding 13 service(14)
      af21    Specify Assured Forwarding 21 service(18)
      af22    Specify Assured Forwarding 22 service(20)
      af23    Specify Assured Forwarding 23 service(22)
      af31    Specify Assured Forwarding 31 service(26)
      af32    Specify Assured Forwarding 32 service(28)
      af33    Specify Assured Forwarding 33 service(30)
      af41    Specify Assured Forwarding 41 service(34)
      af42    Specify Assured Forwarding 42 service(36)
      af43    Specify Assured Forwarding 43 service(38)
      be      Specify Best Effort service(0)
      cs1     Specify Class Selector 1 service(8)
      cs2     Specify Class Selector 2 service(16)
      cs3     Specify Class Selector 3 service(24)
      cs4     Specify Class Selector 4 service(32)
      cs5     Specify Class Selector 5 service(40)
      cs6     Specify Class Selector 6 service(48)
      cs7     Specify Class Selector 7 service(56)
      ef      Specify Expedited Forwarding service(46)"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.12
hh3cPriorityIpPre OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set Ip precedence."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.13
hh3cPriorityIpPreFromCos OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set Ip precedence according to vlan priority."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.14
hh3cPriorityCos OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set vlan priority."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.15
hh3cPriorityCosFromIpPre OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set vlan priority according to IP precedence."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.16
hh3cPriorityLocalPre OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Set local precedence."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.17
hh3cPriorityPolicedServiceType OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), auto(1), trust-dscp(2), new-dscp(3), untrusted(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service type of proliced Priority."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.18
hh3cPriorityPolicedServiceDscp OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service Dscp of proliced Priority."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.19
hh3cPriorityPolicedServiceExp OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service Exp of proliced Priority."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.20
hh3cPriorityPolicedServiceCos OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service COS of proliced Priority."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.21
hh3cPriorityPolicedServiceLoaclPre OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service local pre of proliced Priority."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.22
hh3cPriorityPolicedServiceDropPriority OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The service drop priority of proliced Priority."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.23
hh3cPriorityRuntime OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Is run or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.16.2.5.1.24
hh3cPriorityRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPriorityTable(5) hh3cPriorityEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.16.2.6
hh3cRedirectTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Redirect table which contains rediect entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1
hh3cRedirectEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRedirectAclIndex, hh3cRedirectIfIndex, hh3cRedirectVlanID, hh3cRedirectDirection }
  DESCRIPTION	"Configuration information of redirection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.1
hh3cRedirectAclIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.2
hh3cRedirectIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.3
hh3cRedirectVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.4
hh3cRedirectDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), input(1), output(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Direction of data stream."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.5
hh3cRedirectUserAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 5000..5999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.6
hh3cRedirectUserAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.7
hh3cRedirectIpAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 2000..3999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The num of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.8
hh3cRedirectIpAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.9
hh3cRedirectLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The num of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.10
hh3cRedirectLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.11
hh3cRedirectToCpu OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Redirect to cpu."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.12
hh3cRedirectToIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ifIndex of port to be redirect to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.13
hh3cRedirectToNextHop1 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.14
hh3cRedirectToNextHop2 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	" "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.15
hh3cRedirectRuntime OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Is run or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.16
hh3cRedirectRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.17
hh3cRedirectToSlotNo OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (1..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The slot number to process redirection. Default value is 15.
      When L3plus function is not supported, the default value would be set.
      For L3plus redirection function, it is necessary."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.18
hh3cRedirectRemarkedDSCP OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..63 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"DSCP of Policy-Based Routing. When L3plus function is not supported,
      the default value would be set.
      For L3plus redirection function, it is optional."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.19
hh3cRedirectRemarkedPri OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority of the redirect packet. When L3plus function is not supported,
      the default value would be set.
      For L3plus redirection function, it is optional."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.20
hh3cRedirectRemarkedTos OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..15 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The TOS of the redirect packet.
      When L3plus function is not supported, the default value would be set.
      For L3plus redirection function, it is optional."
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.21
hh3cRedirectToNextHop3 OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The third IP address for PBR. Default value is 0xffffffff.
      When L3plus function is not supported, the default value would be set.
      The data stream can be redirected to three nexthops at most or one
      VLAN interface, one nexthop should be set at least if data packets
      are not redirected to VLAN interface for L3plus redirection function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.22
hh3cRedirectTargetVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination vlan ID for PBR. Default value is 0.
      When L3plus function is not supported, the default value would be set.
      For L3plus redirection function, it is necessary when no nexthop is set. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.23
hh3cRedirectMode OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {strict-priority(1), load-balance(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The node denotes the strategy adopted by the PBR.
      If strict-priority is configured, the most preferential IP address
      is use as redirected nexthop.
      If the mode is load-balance, any of the three IP addresses will be
      the nexthop and the traffic distributes in the three direction.
      Default value is strict-priority.
      When L3plus function is not supported, the default value would be set.
      It is optional. "
  DEFVAL	{ strict-priority }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.24
hh3cRedirectToNestedVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The nested vlan ID inserted before the original vlan tag. Default value is 0.
      When the function is not supported, the default value would be set.
      It is optional."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.16.2.6.1.25
hh3cRedirectToModifiedVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The new vlan ID replaced the old one. Default value is 0.
      When the function is not supported, the default value would be set.
      It is optional."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedirectTable(6) hh3cRedirectEntry(1) 25 }

.1.3.6.1.4.1.25506.8.35.16.2.7
hh3cStatisticTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Statistic table which contains statistic entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1
hh3cStatisticEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cStatisticAclIndex, hh3cStatisticIfIndex, hh3cStatisticVlanID, hh3cStatisticDirection }
  DESCRIPTION	"Configuration about statistic information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.1
hh3cStatisticAclIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.2
hh3cStatisticIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.3
hh3cStatisticVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.4
hh3cStatisticDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), input(1), output(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Direction of data stream."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.5
hh3cStatisticUserAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 5000..5999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.6
hh3cStatisticUserAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.7
hh3cStatisticIpAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 2000..3999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.8
hh3cStatisticIpAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.9
hh3cStatisticLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.10
hh3cStatisticLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.11
hh3cStatisticRuntime OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Is run or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.12
hh3cStatisticPacketCount OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter of the packets which is matched."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.13
hh3cStatisticByteCount OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter of the byte which is matched."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.14
hh3cStatisticCountClear OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {cleared(1), nouse(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear the counter of the packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.15
hh3cStatisticRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.16
hh3cStatisticPacketXCount OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter of the outprofile packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.16.2.7.1.17
hh3cStatisticByteXCount OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter of the outprofile bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cStatisticTable(7) hh3cStatisticEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.16.2.8
hh3cMirrorTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Mirror table which contains mirror entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1
hh3cMirrorEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirrorAclIndex, hh3cMirrorIfIndex, hh3cMirrorVlanID, hh3cMirrorDirection }
  DESCRIPTION	"Configuration information to be mirrored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.1
hh3cMirrorAclIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.2
hh3cMirrorIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.3
hh3cMirrorVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.4
hh3cMirrorDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), input(1), output(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Direction of data stream."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.5
hh3cMirrorUserAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 5000..5999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.6
hh3cMirrorUserAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.7
hh3cMirrorIpAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 2000..3999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.8
hh3cMirrorIpAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.9
hh3cMirrorLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.10
hh3cMirrorLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.11
hh3cMirrorToIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ifIndex of port that to be mirrored to."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.12
hh3cMirrorToCpu OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Mirror to cpu."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.13
hh3cMirrorRuntime OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Is run or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.14
hh3cMirrorRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.16.2.8.1.15
hh3cMirrorToGroup OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination of stream-based mirroring is the mirroring group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorTable(8) hh3cMirrorEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.16.2.9
hh3cPortMirrorTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port Mirror."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.9.1
hh3cPortMirrorEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortMirrorIfIndex }
  DESCRIPTION	"Configuration information of port mirroring."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortMirrorTable(9) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.9.1.1
hh3cPortMirrorIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ifIndex of mirror port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortMirrorTable(9) hh3cPortMirrorEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.9.1.2
hh3cPortMirrorDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {in(1), out(2), both(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The direction of mirror port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortMirrorTable(9) hh3cPortMirrorEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.9.1.3
hh3cPortMirrorRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortMirrorTable(9) hh3cPortMirrorEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.10
hh3cLineRateTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Line Rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.10.1
hh3cLineRateEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLineRateIfIndex, hh3cLineRateDirection }
  DESCRIPTION	"Configuration information of line-rate port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cLineRateTable(10) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.10.1.1
hh3cLineRateIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ifIndex of port of line rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cLineRateTable(10) hh3cLineRateEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.10.1.2
hh3cLineRateDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {in(1), out(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The direction of line rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cLineRateTable(10) hh3cLineRateEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.10.1.3
hh3cLineRateValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of the line-rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cLineRateTable(10) hh3cLineRateEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.10.1.4
hh3cLineRateRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cLineRateTable(10) hh3cLineRateEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.11
hh3cBandwidthTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Bandwidth."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1
hh3cBandwidthEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBandwidthAclIndex, hh3cBandwidthIfIndex, hh3cBandwidthVlanID, hh3cBandwidthDirection }
  DESCRIPTION	"Configuration information of bandwidth of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.1
hh3cBandwidthAclIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.2
hh3cBandwidthIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.3
hh3cBandwidthVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.4
hh3cBandwidthDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), output(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Direction of data stream."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.5
hh3cBandwidthIpAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 2000..3999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Ip acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.6
hh3cBandwidthIpAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of ip acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.7
hh3cBandwidthLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.8
hh3cBandwidthLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.9
hh3cBandwidthMinGuaranteedWidth OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (1..8388608) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The min width which is guaranteed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.10
hh3cBandwidthMaxGuaranteedWidth OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (1..8388608) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max width which is guaranteed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.11
hh3cBandwidthWeight OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Weight of bandwidth."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.12
hh3cBandwidthRuntime OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Is run or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.11.1.13
hh3cBandwidthRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cBandwidthTable(11) hh3cBandwidthEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.12
hh3cRedTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Red table which contains RED entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1
hh3cRedEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRedAclIndex, hh3cRedIfIndex, hh3cRedVlanID, hh3cRedDirection }
  DESCRIPTION	"Configuration information of RED."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.1
hh3cRedAclIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Index of acl rule."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.2
hh3cRedIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.3
hh3cRedVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.4
hh3cRedDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), output(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Direction of data stream."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.5
hh3cRedIpAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 2000..3999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The num of Ip acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.6
hh3cRedIpAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of Ip acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.7
hh3cRedLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.8
hh3cRedLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.9
hh3cRedStartQueueLen OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..262128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The length of Starting queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.10
hh3cRedStopQueueLen OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..262128) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The length of stopping queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.11
hh3cRedProbability OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Probability."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.12
hh3cRedRuntime OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Is run or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.12.1.13
hh3cRedRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRedTable(12) hh3cRedEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.13
hh3cMirrorGroupTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Mirror Group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.13.1
hh3cMirrorGroupEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirrorGroupID }
  DESCRIPTION	"Configuration information of mirroring group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorGroupTable(13) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.13.1.1
hh3cMirrorGroupID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (1..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Group ID of mirroring group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorGroupTable(13) hh3cMirrorGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.13.1.2
hh3cMirrorGroupDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {input(1), output(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Direction of data stream which would be mirrored."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorGroupTable(13) hh3cMirrorGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.13.1.3
hh3cMirrorGroupMirrorIfIndexList OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	OCTET STRING (1..257) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"ifIndex list of source port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorGroupTable(13) hh3cMirrorGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.13.1.4
hh3cMirrorGroupMonitorIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"ifIndex of destination port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorGroupTable(13) hh3cMirrorGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.13.1.5
hh3cMirrorGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirrorGroupTable(13) hh3cMirrorGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.14
hh3cFlowtempTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Flow-template table which contains flow-template entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 14 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1
hh3cFlowtempEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlowtempIndex }
  DESCRIPTION	"Configuration information of flow-template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.1
hh3cFlowtempIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {default(1), user-defined(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of flow template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.2
hh3cFlowtempIpProtocol OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"protocol-type of IP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.3
hh3cFlowtempTcpFlag OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of Tcp paceket. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.4
hh3cFlowtempSPort OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The port of source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.5
hh3cFlowtempDPort OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The port of destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.6
hh3cFlowtempIcmpType OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of Icmp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.7
hh3cFlowtempIcmpCode OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The code of Icmp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.8
hh3cFlowtempFragment OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flag of Fragment. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.9
hh3cFlowtempDscp OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Dscp of IP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.10
hh3cFlowtempIpPre OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Precedence of Ip packet. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.11
hh3cFlowtempTos OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Tos of IP packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.12
hh3cFlowtempSIp OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Ip of source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.13
hh3cFlowtempSIpMask OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of source-Ip."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.14
hh3cFlowtempDIp OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Ip of destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.15
hh3cFlowtempDIpMask OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of destination-Ip."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.16
hh3cFlowtempEthProtocol OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Protocol type of Ethernet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.17
hh3cFlowtempSMac OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Mac of source."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.18
hh3cFlowtempSMacMask OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of source-Mac."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.19
hh3cFlowtempDMac OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mac of destination."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.20
hh3cFlowtempDMacMask OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The mask of destination-Mac."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.21
hh3cFlowtempVpn OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vpn"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.22
hh3cFlowtempRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.23
hh3cFlowtempVlanId OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Source VLAN ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.16.2.14.1.24
hh3cFlowtempCos OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"802.1P priority."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempTable(14) hh3cFlowtempEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.16.2.15
hh3cFlowtempEnableTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of flow-template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 15 }

.1.3.6.1.4.1.25506.8.35.16.2.15.1
hh3cFlowtempEnableEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFlowtempEnableIfIndex, hh3cFlowtempEnableVlanID }
  DESCRIPTION	"Enable entry of flow-template."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempEnableTable(15) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.15.1.1
hh3cFlowtempEnableIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempEnableTable(15) hh3cFlowtempEnableEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.15.1.2
hh3cFlowtempEnableVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempEnableTable(15) hh3cFlowtempEnableEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.15.1.3
hh3cFlowtempEnableFlowtempIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {default(1), user-defined(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The index of Flowtemp table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cFlowtempEnableTable(15) hh3cFlowtempEnableEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.16
hh3cTrafficShapeTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The traffic-shape table which contains traffic-shape entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 16 }

.1.3.6.1.4.1.25506.8.35.16.2.16.1
hh3cTrafficShapeEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTrafficShapeIfIndex, hh3cTrafficShapeQueueId }
  DESCRIPTION	"Configuration information of traffic-shape."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cTrafficShapeTable(16) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.16.1.1
hh3cTrafficShapeIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"IfIdex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cTrafficShapeTable(16) hh3cTrafficShapeEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.16.1.2
hh3cTrafficShapeQueueId OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7 | 255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"ID of queue which would be shaped."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cTrafficShapeTable(16) hh3cTrafficShapeEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.16.1.3
hh3cTrafficShapeMaxRate OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The max rate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cTrafficShapeTable(16) hh3cTrafficShapeEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.16.1.4
hh3cTrafficShapeBurstSize OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The size of burst."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cTrafficShapeTable(16) hh3cTrafficShapeEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.16.1.5
hh3cTrafficShapeBufferLimit OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 16..8000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The limit of buffer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cTrafficShapeTable(16) hh3cTrafficShapeEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.16.1.6
hh3cTrafficShapeRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cTrafficShapeTable(16) hh3cTrafficShapeEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.17
hh3cPortQueueTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The port-queue table which contains port-queue entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 17 }

.1.3.6.1.4.1.25506.8.35.16.2.17.1
hh3cPortQueueEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortQueueIfIndex, hh3cPortQueueQueueID }
  DESCRIPTION	"Configuration information of port-queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortQueueTable(17) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.17.1.1
hh3cPortQueueIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortQueueTable(17) hh3cPortQueueEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.17.1.2
hh3cPortQueueQueueID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ID of port-queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortQueueTable(17) hh3cPortQueueEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.17.1.3
hh3cPortQueueWrrPriority OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {sp(1), wrr-high-priority(2), wrr-low-priority(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The priority of Wrr."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortQueueTable(17) hh3cPortQueueEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.17.1.4
hh3cPortQueueWeight OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0 | 1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The weight of this queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortQueueTable(17) hh3cPortQueueEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.18
hh3cDropModeTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The drop-mode table which contains drop-mode entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 18 }

.1.3.6.1.4.1.25506.8.35.16.2.18.1
hh3cDropModeEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDropModeIfIndex }
  DESCRIPTION	"Configuration information of the drop-mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDropModeTable(18) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.18.1.1
hh3cDropModeIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDropModeTable(18) hh3cDropModeEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.18.1.2
hh3cDropModeMode OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {random-detect(1), tail-drop(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Mode."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDropModeTable(18) hh3cDropModeEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.18.1.3
hh3cDropModeWredIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..3) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The index of Wred table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDropModeTable(18) hh3cDropModeEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.19
hh3cWredTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Wred table which contains wred Entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 19 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1
hh3cWredEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cWredIndex, hh3cWredQueueId }
  DESCRIPTION	"Configuration information of Wred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.1
hh3cWredIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of wred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.2
hh3cWredQueueId OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Queue ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.3
hh3cWredGreenMinThreshold OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The min threshold of Green."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.4
hh3cWredGreenMaxThreshold OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max threshold of Greem."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.5
hh3cWredGreenMaxProb OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max prob of Green."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.6
hh3cWredYellowMinThreshold OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The min threshold of Yellow."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.7
hh3cWredYellowMaxThreshold OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max threshold of Yellow."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.8
hh3cWredYellowMaxProb OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Prob threshold of Yellow."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.9
hh3cWredRedMinThreshold OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The min threshold of Red."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.10
hh3cWredRedMaxThreshold OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max threshold of Red."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.11
hh3cWredRedMaxProb OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max prob of Red."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.19.1.12
hh3cWredExponent OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (1..15) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Exponent."
  DEFVAL	{ 9 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cWredTable(19) hh3cWredEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.20
hh3cCosToLocalPrecedenceMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of map of the COS to local-precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 20 }

.1.3.6.1.4.1.25506.8.35.16.2.20.1
hh3cCosToLocalPrecedenceMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCosToLocalPrecedenceMapCosIndex }
  DESCRIPTION	"Configuration information of map of the COS to local precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToLocalPrecedenceMapTable(20) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.20.1.1
hh3cCosToLocalPrecedenceMapCosIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of the map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToLocalPrecedenceMapTable(20) hh3cCosToLocalPrecedenceMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.20.1.2
hh3cCosToLocalPrecedenceMapLocalPrecedenceValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Value of local precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToLocalPrecedenceMapTable(20) hh3cCosToLocalPrecedenceMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.21
hh3cCosToDropPrecedenceMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of map of COS to drop-precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 21 }

.1.3.6.1.4.1.25506.8.35.16.2.21.1
hh3cCosToDropPrecedenceMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCosToDropPrecedenceMapCosIndex }
  DESCRIPTION	"Configuration information of the map of the COS to drop-precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToDropPrecedenceMapTable(21) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.21.1.1
hh3cCosToDropPrecedenceMapCosIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of the map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToDropPrecedenceMapTable(21) hh3cCosToDropPrecedenceMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.21.1.2
hh3cCosToDropPrecedenceMapDropPrecedenceValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Value of drop-precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToDropPrecedenceMapTable(21) hh3cCosToDropPrecedenceMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.22
hh3cDscpMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of dscp map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 22 }

.1.3.6.1.4.1.25506.8.35.16.2.22.1
hh3cDscpMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDscpMapConformLevel, hh3cDscpMapDscpIndex }
  DESCRIPTION	"Configuration information of Dscp map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpMapTable(22) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.22.1.1
hh3cDscpMapConformLevel OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Conformable level of Dscp-map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpMapTable(22) hh3cDscpMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.22.1.2
hh3cDscpMapDscpIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..63) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of dscp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpMapTable(22) hh3cDscpMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.22.1.3
hh3cDscpMapDscpValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Value of Dscp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpMapTable(22) hh3cDscpMapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.22.1.4
hh3cDscpMapExpValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Exp value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpMapTable(22) hh3cDscpMapEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.22.1.5
hh3cDscpMapCosValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"COS value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpMapTable(22) hh3cDscpMapEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.22.1.6
hh3cDscpMapLocalPrecedence OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The precedence of local."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpMapTable(22) hh3cDscpMapEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.22.1.7
hh3cDscpMapDropPrecedence OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The precedence of Drop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpMapTable(22) hh3cDscpMapEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.23
hh3cExpMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of Exp-map"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 23 }

.1.3.6.1.4.1.25506.8.35.16.2.23.1
hh3cExpMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cExpMapConformLevel, hh3cExpMapExpIndex }
  DESCRIPTION	"Configuration information of Exp-map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cExpMapTable(23) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.23.1.1
hh3cExpMapConformLevel OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Conformable level of Exp-map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cExpMapTable(23) hh3cExpMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.23.1.2
hh3cExpMapExpIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Index of Exp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cExpMapTable(23) hh3cExpMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.23.1.3
hh3cExpMapDscpValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Dscp value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cExpMapTable(23) hh3cExpMapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.23.1.4
hh3cExpMapExpValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Exp value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cExpMapTable(23) hh3cExpMapEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.23.1.5
hh3cExpMapCosValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"COS Value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cExpMapTable(23) hh3cExpMapEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.23.1.6
hh3cExpMapLocalPrecedence OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The precedence of local."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cExpMapTable(23) hh3cExpMapEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.23.1.7
hh3cExpMapDropPrecedence OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The precedence of Drop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cExpMapTable(23) hh3cExpMapEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.24
hh3cLocalPrecedenceMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of local-precedence map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 24 }

.1.3.6.1.4.1.25506.8.35.16.2.24.1
hh3cLocalPrecedenceMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLocalPrecedenceMapConformLevel, hh3cLocalPrecedenceMapLocalPrecedenceIndex }
  DESCRIPTION	"Configuraion information of local-precedence map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cLocalPrecedenceMapTable(24) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.24.1.1
hh3cLocalPrecedenceMapConformLevel OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Conformable level of local-precedence map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cLocalPrecedenceMapTable(24) hh3cLocalPrecedenceMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.24.1.2
hh3cLocalPrecedenceMapLocalPrecedenceIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Index of local-precedence."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cLocalPrecedenceMapTable(24) hh3cLocalPrecedenceMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.24.1.3
hh3cLocalPrecedenceMapCosValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"COS value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cLocalPrecedenceMapTable(24) hh3cLocalPrecedenceMapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.25
hh3cPortWredTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of PortWred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 25 }

.1.3.6.1.4.1.25506.8.35.16.2.25.1
hh3cPortWredEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortWredIfIndex, hh3cPortWredQueueID }
  DESCRIPTION	"Configuration information of port Wred."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortWredTable(25) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.25.1.1
hh3cPortWredIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ifIndex of port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortWredTable(25) hh3cPortWredEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.25.1.2
hh3cPortWredQueueID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ID of port-Wred queue."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortWredTable(25) hh3cPortWredEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.25.1.3
hh3cPortWredQueueStartLength OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..2047) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Queue length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortWredTable(25) hh3cPortWredEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.25.1.4
hh3cPortWredQueueProbability OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Probability."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortWredTable(25) hh3cPortWredEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.26
hh3cMirroringGroupTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of MirrorGroup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 26 }

.1.3.6.1.4.1.25506.8.35.16.2.26.1
hh3cMirroringGroupEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirroringGroupID }
  DESCRIPTION	"Configuration information of MirrorGroup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupTable(26) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.26.1.1
hh3cMirroringGroupID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"GroupID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupTable(26) hh3cMirroringGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.26.1.2
hh3cMirroringGroupType OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {local(1), remote-source(2), remote-destination(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"GroupType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupTable(26) hh3cMirroringGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.26.1.3
hh3cMirroringGroupStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MirroringGroup status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupTable(26) hh3cMirroringGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.26.1.4
hh3cMirroringGroupRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, Now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupTable(26) hh3cMirroringGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.27
hh3cMirroringGroupMirrorTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MirroringGroup mirroring-port information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 27 }

.1.3.6.1.4.1.25506.8.35.16.2.27.1
hh3cMirroringGroupMirrorEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirroringGroupID }
  DESCRIPTION	"MirroringGroup mirroring-port information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorTable(27) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.27.1.1
hh3cMirroringGroupMirrorInboundIfIndexList OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Inbound-Mirror ifIndex(for port) and slot number(for board) list.

      Example A describes the relation between values of
      hh3cMirroringGroupMirrorInboundIfIndexList and hh3cMirroringGroupMirrorInTypeList.

      Example A:
      hh3cMirroringGroupMirrorInboundIfIndexList: '00000002 0C000022 00000007'
      hh3cMirroringGroupMirrorInTypeList:         '00000002 00000001 00000002'

      Every four octets represent an integer value.
      The first four octets of them should be same. Here the value '00000002'
      indicates there are two inbound mirror sources.
      The following every four octets of hh3cMirroringGroupMirrorInboundIfIndexList
      indicate an ifIndex or a slot number of mirror source. For '0C000022' and
      '00000007' in the value of hh3cMirroringGroupMirrorInboundIfIndexList above,
      the corresponding value of hh3cMirroringGroupMirrorInTypeList is '00000001'
      and '00000002'(00000001 means the mirror source is port, 00000002 means the 
      mirror source is board, the meaning reference the object Hh3cMirrorOrMonitorType), 
      then '0C000022' indicates an ifIndex value 201326626(decimal), and '00000007' 
      indicates a slot with number 7(decimal).

      Values with different types(port/board) should be set in separate set operations.
      If one value with port type and one value with board type are set with same
      hh3cMirroringGroupID separately, the result of get operation for that entry
      will be like the example A above.
      
      If hh3cMirroringGroupMirrorInTypeList is not supported, the first four octets
      of hh3cMirroringGroupMirrorInboundIfIndexList also indicates the number of mirror
      source, but the following octets are values for ifIndex(port type).

      hh3cMirroringGroupMirrorOutboundIfIndexList and hh3cMirroringGroupMirrorOutTypeList
      are a pair and have the same relations like hh3cMirroringGroupMirrorInboundIfIndexList
      and hh3cMirroringGroupMirrorInTypeList pair.
      "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorTable(27) hh3cMirroringGroupMirrorEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.27.1.2
hh3cMirroringGroupMirrorOutboundIfIndexList OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Outbound-Mirror ifIndex and slot number list.
      Please refer to the description of hh3cMirroringGroupMirrorInboundIfIndexList."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorTable(27) hh3cMirroringGroupMirrorEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.27.1.3
hh3cMirroringGroupMirrorRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorTable(27) hh3cMirroringGroupMirrorEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.27.1.4
hh3cMirroringGroupMirrorInTypeList OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Inbound-Mirror type list.
      Please refer to the description of hh3cMirroringGroupMirrorInboundIfIndexList."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorTable(27) hh3cMirroringGroupMirrorEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.27.1.5
hh3cMirroringGroupMirrorOutTypeList OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Outbound-Mirror type list.
      Please refer to the description of hh3cMirroringGroupMirrorInboundIfIndexList."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorTable(27) hh3cMirroringGroupMirrorEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.28
hh3cMirroringGroupMonitorTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MirroringGroup monitor-port information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 28 }

.1.3.6.1.4.1.25506.8.35.16.2.28.1
hh3cMirroringGroupMonitorEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirroringGroupID }
  DESCRIPTION	"MirroringGroup monitor-port information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMonitorTable(28) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.28.1.1
hh3cMirroringGroupMonitorIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the monitor destination is port, the value means the ifIndex of this port.
      If the monitor destination is board, the value means the slot number of the
      board. Whether the value means ifIndex or slot number references the object
      hh3cMirroringGroupMonitorType."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMonitorTable(28) hh3cMirroringGroupMonitorEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.28.1.2
hh3cMirroringGroupMonitorRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMonitorTable(28) hh3cMirroringGroupMonitorEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.28.1.3
hh3cMirroringGroupMonitorType OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION Hh3cMirrorOrMonitorType
  SYNTAX	INTEGER {port(1), board(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify whether the monitor destination is port or board. If this object is
      not supported, then the value of hh3cMirroringGroupMonitorIfIndex means ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMonitorTable(28) hh3cMirroringGroupMonitorEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.29
hh3cMirroringGroupReflectorTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MirroringGroup reflector-port information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 29 }

.1.3.6.1.4.1.25506.8.35.16.2.29.1
hh3cMirroringGroupReflectorEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirroringGroupID }
  DESCRIPTION	"MirroringGroup reflector-port information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupReflectorTable(29) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.29.1.1
hh3cMirroringGroupReflectorIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Only valid for remote-source MirroringGroup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupReflectorTable(29) hh3cMirroringGroupReflectorEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.29.1.2
hh3cMirroringGroupReflectorRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupReflectorTable(29) hh3cMirroringGroupReflectorEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.30
hh3cMirroringGroupRprobeVlanTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MirroringGroup rprobe-vlan information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 30 }

.1.3.6.1.4.1.25506.8.35.16.2.30.1
hh3cMirroringGroupRprobeVlanEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirroringGroupID }
  DESCRIPTION	"MirroringGroup rprobe-vlan information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupRprobeVlanTable(30) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.30.1.1
hh3cMirroringGroupRprobeVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Remote-Probe vlanID.
      0 is invalid value.
      Only valid for remote-source and remote-destination MirroringGroup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupRprobeVlanTable(30) hh3cMirroringGroupRprobeVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.30.1.2
hh3cMirroringGroupRprobeVlanRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus, now support three status: createAndGo, active, destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupRprobeVlanTable(30) hh3cMirroringGroupRprobeVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.31
hh3cMirroringGroupMirrorMacTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MirroringGroup MAC information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 31 }

.1.3.6.1.4.1.25506.8.35.16.2.31.1
hh3cMirroringGroupMirrorMacEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirroringGroupID, hh3cMirroringGroupMirrorMacSeq }
  DESCRIPTION	"MirroringGroup MAC information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorMacTable(31) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.31.1.1
hh3cMirroringGroupMirrorMacSeq OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The sequence MAC number of the same group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorMacTable(31) hh3cMirroringGroupMirrorMacEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.31.1.2
hh3cMirroringGroupMirrorMac OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address of the MirroringGroup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorMacTable(31) hh3cMirroringGroupMirrorMacEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.31.1.3
hh3cMirrorMacVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The vlan ID of MAC address ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorMacTable(31) hh3cMirroringGroupMirrorMacEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.31.1.4
hh3cMirroringGroupMirroMacStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorMacTable(31) hh3cMirroringGroupMirrorMacEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.32
hh3cMirroringGroupMirrorVlanTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MirroringGroup Vlan Information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 32 }

.1.3.6.1.4.1.25506.8.35.16.2.32.1
hh3cMirroringGroupMirrorVlanEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirroringGroupID, hh3cMirroringGroupMirrorVlanSeq }
  DESCRIPTION	"MirroringGroup Vlan Information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorVlanTable(32) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.32.1.1
hh3cMirroringGroupMirrorVlanSeq OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The sequence vlan number of the same group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorVlanTable(32) hh3cMirroringGroupMirrorVlanEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.32.1.2
hh3cMirroringGroupMirrorVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The vlan ID of MirroringGroup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorVlanTable(32) hh3cMirroringGroupMirrorVlanEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.32.1.3
hh3cMirroringGroupMirrorVlanDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {inbound(1), outbound(2), both(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The vlan direction of MirroringGroup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorVlanTable(32) hh3cMirroringGroupMirrorVlanEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.32.1.4
hh3cMirroringGroupMirroVlanStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cMirroringGroupMirrorVlanTable(32) hh3cMirroringGroupMirrorVlanEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.33
hh3cPortTrustTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port trust information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 33 }

.1.3.6.1.4.1.25506.8.35.16.2.33.1
hh3cPortTrustEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPortTrustIfIndex }
  DESCRIPTION	"Port trust information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortTrustTable(33) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.33.1.1
hh3cPortTrustIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ifIndex of the port which port trust is configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortTrustTable(33) hh3cPortTrustEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.33.1.2
hh3cPortTrustTrustType OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {port(1), cos(2), dscp(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Trust type of port trust."
  DEFVAL	{ port }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortTrustTable(33) hh3cPortTrustEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.33.1.3
hh3cPortTrustOvercastType OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {noOvercast(1), overcastDSCP(2), overcastCOS(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Overcast type of port trust."
  DEFVAL	{ noOvercast }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortTrustTable(33) hh3cPortTrustEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.33.1.4
hh3cPortTrustReset OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to reset port trust to default value.
          Read operation is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cPortTrustTable(33) hh3cPortTrustEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.34
hh3cRemarkVlanIDTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Remark vlan ID information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 34 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1
hh3cRemarkVlanIDEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRemarkVlanIDAclIndex, hh3cRemarkVlanIDIfIndex, hh3cRemarkVlanIDVlanID, hh3cRemarkVlanIDDirection }
  DESCRIPTION	"Remark vlan ID information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.1
hh3cRemarkVlanIDAclIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..2999) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Action identifier, acl index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.2
hh3cRemarkVlanIDIfIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Action identifier, ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.3
hh3cRemarkVlanIDVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Action identifier, vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.4
hh3cRemarkVlanIDDirection OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {invalid(0), input(1), output(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Action identifier, direction of data stream."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.5
hh3cRemarkVlanIDUserAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0 | 5000..5999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.6
hh3cRemarkVlanIDUserAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the user acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.7
hh3cRemarkVlanIDIpAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0 | 2000..3999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The num of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.8
hh3cRemarkVlanIDIpAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the IP acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.9
hh3cRemarkVlanIDLinkAclNum OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0 | 4000..4999 | 10000..12999) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The num of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.10
hh3cRemarkVlanIDLinkAclRule OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The subitem of the link acl."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.11
hh3cRemarkVlanIDRemarkVlanID OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..4094) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Remark vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.12
hh3cRemarkVlanIDPacketType OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {all(1), tagged(2), untagged(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Packet type of the remarked vlan ID."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.16.2.34.1.13
hh3cRemarkVlanIDRowStatus OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cRemarkVlanIDTable(34) hh3cRemarkVlanIDEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.16.2.35
hh3cCosToDscpMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"COS to DSCP map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 35 }

.1.3.6.1.4.1.25506.8.35.16.2.35.1
hh3cCosToDscpMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCosToDscpMapCosIndex }
  DESCRIPTION	"COS to DSCP map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToDscpMapTable(35) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.35.1.1
hh3cCosToDscpMapCosIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"COS index of COS to DSCP map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToDscpMapTable(35) hh3cCosToDscpMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.35.1.2
hh3cCosToDscpMapDscpValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DSCP value of COS to DSCP map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToDscpMapTable(35) hh3cCosToDscpMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.35.1.3
hh3cCosToDscpMapReSet OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to reset COS to DSCP map to default value.
          Read operation is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cCosToDscpMapTable(35) hh3cCosToDscpMapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.36
hh3cDscpToLocalPreMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DSCP to Local-precedence map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 36 }

.1.3.6.1.4.1.25506.8.35.16.2.36.1
hh3cDscpToLocalPreMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDscpToLocalPreMapDscpIndex }
  DESCRIPTION	"DSCP to Local-precedence map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToLocalPreMapTable(36) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.36.1.1
hh3cDscpToLocalPreMapDscpIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DSCP Index of DSCP to Local-precedence map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToLocalPreMapTable(36) hh3cDscpToLocalPreMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.36.1.2
hh3cDscpToLocalPreMapLocalPreVal OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Local-precedence value of DSCP to Local-precedence map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToLocalPreMapTable(36) hh3cDscpToLocalPreMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.36.1.3
hh3cDscpToLocalPreMapReset OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to reset DSCP to Local-precedence map to default value.
           Read operation is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToLocalPreMapTable(36) hh3cDscpToLocalPreMapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.37
hh3cDscpToDropPreMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DSCP to Drop-precedence map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 37 }

.1.3.6.1.4.1.25506.8.35.16.2.37.1
hh3cDscpToDropPreMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDscpToDropPreMapDscpIndex }
  DESCRIPTION	"DSCP to Drop-precedence map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToDropPreMapTable(37) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.37.1.1
hh3cDscpToDropPreMapDscpIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DSCP Index of DSCP to Drop-precedence map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToDropPreMapTable(37) hh3cDscpToDropPreMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.37.1.2
hh3cDscpToDropPreMapDropPreVal OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..2) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Drop-precedence value of DSCP to Drop-precedence map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToDropPreMapTable(37) hh3cDscpToDropPreMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.37.1.3
hh3cDscpToDropPreMapReset OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to reset DSCP to Drop-precedence map to default value.
          Read operation is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToDropPreMapTable(37) hh3cDscpToDropPreMapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.38
hh3cDscpToCosMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DSCP to COS map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 38 }

.1.3.6.1.4.1.25506.8.35.16.2.38.1
hh3cDscpToCosMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDscpToCosMapDscpIndex }
  DESCRIPTION	"DSCP to COS map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToCosMapTable(38) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.38.1.1
hh3cDscpToCosMapDscpIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DSCP index of DSCP to COS map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToCosMapTable(38) hh3cDscpToCosMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.38.1.2
hh3cDscpToCosMapCosValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"COS value of DSCP to COS map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToCosMapTable(38) hh3cDscpToCosMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.38.1.3
hh3cDscpToCosMapReset OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to reset DSCP to COS map to default value.
          Read operation is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToCosMapTable(38) hh3cDscpToCosMapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.16.2.39
hh3cDscpToDscpMapTable OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DSCP to DSCP map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) 39 }

.1.3.6.1.4.1.25506.8.35.16.2.39.1
hh3cDscpToDscpMapEntry OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDscpToDscpMapDscpIndex }
  DESCRIPTION	"DSCP to DSCP map information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToDscpMapTable(39) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.39.1.1
hh3cDscpToDscpMapDscpIndex OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"DSCP index of DSCP to DSCP map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToDscpMapTable(39) hh3cDscpToDscpMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.16.2.39.1.2
hh3cDscpToDscpMapDscpValue OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	Integer32 (0..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"DSCP value of DSCP to DSCP map."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToDscpMapTable(39) hh3cDscpToDscpMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.16.2.39.1.3
hh3cDscpToDscpMapReset OBJECT-TYPE
  -- FROM	HH3C-LswQos-MIB
  SYNTAX	INTEGER {reset(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to reset DSCP to DSCP map to default value.
          Read operation is meaningless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswQosAclMib(16) hh3cLswQosMibObject(2) hh3cDscpToDscpMapTable(39) hh3cDscpToDscpMapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.17
hh3cLswMix OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LswMix-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 17 }

.1.3.6.1.4.1.25506.8.35.17.1
hh3cLswLastSwitchDate OBJECT-TYPE
  -- FROM	HH3C-LswMix-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the date of the most recent change
    to the mpu(Main Processing Unit). "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) 1 }

.1.3.6.1.4.1.25506.8.35.17.2
hh3cLswLastSwitchTime OBJECT-TYPE
  -- FROM	HH3C-LswMix-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the time of the most recent change
    to the mpu. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) 2 }

.1.3.6.1.4.1.25506.8.35.17.3
hh3cLswMpuSwitchsNum OBJECT-TYPE
  -- FROM	HH3C-LswMix-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the total times of the mpu switched
    since the system start up. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) 3 }

.1.3.6.1.4.1.25506.8.35.17.4
hh3cLswMpuSwitch OBJECT-TYPE
  -- FROM	HH3C-LswMix-MIB
  SYNTAX	INTEGER {switch(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Setting this object will immediately switch the standby mpu
    to master mpu. Read is not supported. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) 4 }

.1.3.6.1.4.1.25506.8.35.17.5
hh3cLswXSlotTable OBJECT-TYPE
  -- FROM	HH3C-LswMix-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The source main table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) 5 }

.1.3.6.1.4.1.25506.8.35.17.5.1
hh3cLswXSlotEntry OBJECT-TYPE
  -- FROM	HH3C-LswMix-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"An entry in the source main table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) hh3cLswXSlotTable(5) 1 }

.1.3.6.1.4.1.25506.8.35.17.5.1.1
hh3cLswMainCardBoardStatus OBJECT-TYPE
  -- FROM	HH3C-LswMix-MIB
  SYNTAX	INTEGER {master(1), standby(2), process(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value describes whether the board is master, standby or process.
       master and standby are the possible states for the mpu, while process
       indicates the state of lpu(Line Processing Unit)"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) hh3cLswXSlotTable(5) hh3cLswXSlotEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.17.5.1.2
hh3cLswCrossBarStatus OBJECT-TYPE
  -- FROM	HH3C-LswMix-MIB
  SYNTAX	INTEGER {master(1), standby(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value describes whether the crossbar is master or standby. It is
       master when it's in the master mpu board, standby when in the standby mpu.
       But both crossbars in mpus are master when the device in load-balance mode."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) hh3cLswXSlotTable(5) hh3cLswXSlotEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.17.10
hh3csMixTrapMib OBJECT-TYPE
  -- FROM	HH3C-LswMix-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) 10 }

.1.3.6.1.4.1.25506.8.35.17.10.1
hh3cSlaveSwitchOver NOTIFICATION-TYPE
  -- FROM	HH3C-LswMix-MIB
  DESCRIPTION	"An hh3cSlaveSwitchOver trap signifies that the action of
      standby mpu switching to master has completed. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswMix(17) hh3csMixTrapMib(10) 1 }

.1.3.6.1.4.1.25506.8.35.18
hh3cLswDeviceAdmin OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LSW-DEV-ADM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) 18 }

.1.3.6.1.4.1.25506.8.35.18.1
hh3cLswSystemPara OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) 1 }

.1.3.6.1.4.1.25506.8.35.18.1.1
hh3cLswSysIpAddr OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"System IP address, which is the primary IP address of the VLAN
         interface that has smallest VLAN ID and is configured IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.1.2
hh3cLswSysIpMask OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Mask of the system IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.1.3
hh3cLswSysCpuRatio OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU usage of the system in accuracy of 1%, and the range of value is
        1 to 100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.1.4
hh3cLswSysVersion OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Information of the system version."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.1.5
hh3cLswSysTime OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"System time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 5 }

.1.3.6.1.4.1.25506.8.35.18.1.6
hh3cLswSysUNMCastDropEnable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {disable(0), enable(1)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable discarding of unknown multicast packet."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 6 }

.1.3.6.1.4.1.25506.8.35.18.1.7
hh3cLswSysManagementVlan OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32 (1..4094) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"System management VLAN."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 7 }

.1.3.6.1.4.1.25506.8.35.18.1.8
hh3cLswSysVlanRange OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (1..10) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"System VLAN range, if set VLAN range, must bind mangement IP/Mask."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 8 }

.1.3.6.1.4.1.25506.8.35.18.1.9
hh3cLswSysManagementIpAddr OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"System IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 9 }

.1.3.6.1.4.1.25506.8.35.18.1.10
hh3cLswSysManagementIpMask OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Mask of the system IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 10 }

.1.3.6.1.4.1.25506.8.35.18.1.11
hh3cMacAddressCountPort OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Supportted MAC address number on port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 11 }

.1.3.6.1.4.1.25506.8.35.18.1.12
hh3cMacAddressCountMachine OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Supportted MAC address number on machine."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 12 }

.1.3.6.1.4.1.25506.8.35.18.1.13
hh3cLswSysPhyMemory OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The memory of physical.
        For the distributed device, it represents the memory size on the master
        slot.

        If the amount of physical memory exceeds 4,294,967,295 bytes,
        the value remains 4,294,967,295 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 13 }

.1.3.6.1.4.1.25506.8.35.18.1.14
hh3cLswSysMemory OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The memory of system.
        Note that the system memory means the memory can be used by the software
        platform.

        For the distributed device, it represents the memory size on the master
        slot.

        If the amount of system memory exceeds 4,294,967,295 bytes,
        the value remains 4,294,967,295 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 14 }

.1.3.6.1.4.1.25506.8.35.18.1.15
hh3cLswSysMemoryUsed OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system memory in use.
        Note that the system memory means the memory can be used by the software
        platform.

        For the distributed device, it represents the memory size on the master
        slot.

        If the amount of used memory exceeds 4,294,967,295 bytes,
        the value remains 4,294,967,295 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 15 }

.1.3.6.1.4.1.25506.8.35.18.1.16
hh3cLswSysMemoryRatio OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of system memory in use.
        Note that the system memory means the memory can be used by the software
        platform.

                                hh3cLswSysMemoryUsed
        hh3cLswSysMemoryRatio = --------------------
                                 hh3cLswSysMemory

        For the distributed device, it represents the memory used ratio on the
        master slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 16 }

.1.3.6.1.4.1.25506.8.35.18.1.17
hh3cLswSysTemperature OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The temperature of system.

        For the distributed device, it represents the temperature on the
        master slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 17 }

.1.3.6.1.4.1.25506.8.35.18.1.18
hh3cLswSysPhyMemRev OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Size of the physical memory space.

        This node is used to replace hh3cLswSysPhyMemory.

        For a distributed device, it indicates the size of the memory space
        on the active MPU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 18 }

.1.3.6.1.4.1.25506.8.35.18.1.19
hh3cLswSysMemRev OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Size of the memory space for the software platform.

        This node is used to replace hh3cLswSysMemory.

        For a distributed device, it indicates the size of the memory space
        on the active MPU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 19 }

.1.3.6.1.4.1.25506.8.35.18.1.20
hh3cLswSysMemUsedRev OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Size of the memory space used by the software system.

        This node is used to replace hh3cLswSysMemoryUsed.

        For a distributed device, it indicates the size of the memory space
        on the active MPU"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 20 }

.1.3.6.1.4.1.25506.8.35.18.1.21
hh3cLswSysSerialNumber OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Serial number of the device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSystemPara(1) 21 }

.1.3.6.1.4.1.25506.8.35.18.4
hh3cLswSlotConf OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.2
hh3cLswFrameTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Frame information table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1
hh3cLswFrameEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex }
  DESCRIPTION	"Frame description table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1.1
hh3cLswFrameIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The unique index of frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) hh3cLswFrameEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1.2
hh3cLswFrameType OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Frame type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) hh3cLswFrameEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1.3
hh3cLswFrameDesc OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Frame description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) hh3cLswFrameEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1.4
hh3cLswSlotNumber OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of slots of the current frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) hh3cLswFrameEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1.5
hh3cLswFrameAdminStatus OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {normal(1), fault(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) hh3cLswFrameEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1.6
hh3cLswFrameSerialNumber OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Serial number of the current frame."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) hh3cLswFrameEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1.7
hh3cLswFrameDisplayId OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Frame ID.  LCC and FCC ID is separate in the multi-chassis
        cluster system."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) hh3cLswFrameEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1.8
hh3cLswFrameName OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Frame name description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) hh3cLswFrameEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.18.4.2.1.9
hh3cLswFrameClassType OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {none(1), lcc(2), fcc(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The multi-chassis cluster system is made up by LCC
        and FCC, this object indicate the chassis type.  Other system will
        return none."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFrameTable(2) hh3cLswFrameEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.18.4.3
hh3cLswSlotTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Slot description table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1
hh3cLswSlotEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex }
  DESCRIPTION	"Slot description table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.1
hh3cLswSlotIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot index.  When the slot is empty, listed as vacant slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.2
hh3cLswSlotType OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION Hh3cLswTypeOfSlot
  SYNTAX	INTEGER {type-NULL(0), type-10OR100M(1), type-1000BASE-LX-SM(2), type-1000BASE-SX-MM(3), type-1000BASE-TX(4), type-100M-SINGLEMODE-FX(5), type-100M-MULTIMODE-FX(6), type-100M-100BASE-TX(7), type-100M-HUB(8), type-VDSL(9), type-STACK(10), type-1000BASE-ZENITH-FX(11), type-1000BASE-LONG-FX(12), type-ADSL(13), type-4T10OR100-4FX100SM(14), type-4T10OR100-4FX100MM(15), type-VSPL(16), type-ASPL(17), type-1000M-SFP(18), type-LS82O2CM(19), type-LS82P2CM(20), type-LS82O4GM(21), type-LS82GB4C(22), type-LS82GT4C(23), type-LS82ST4C(24), bOARD-TYPE-LS82DSPU(25), bOARD-TYPE-LS81GP8U(26), bOARD-TYPE-LS82GT20(27), bOARD-TYPE-LS82FE48(28), type-LS82T24B(29), type-LSB1SRPA(30), type-LSB1FT48A(31), type-LSB1FT48B(32), type-LSB1F48GA(33), type-LSB1F48GB(34), type-LSB1FP20A(35), type-LSB1FP20B(36), type-FT48A(37), type-GP4U(38), type-GP2U(39), type-TGX1A(40), type-1000BASE-LX-SM-IR-SC(41), type-1000BASE-SX-MM-SR-SC(42), type-1000BASE-T-RJ45(43), type-100BASE-FX-SM-IR-SC(44), type-100BASE-FX-MM-SR-SC(45), type-GIGA-STACK-1M-PC(46), type-1000BASE-LX-SM-VLR-LC(47), type-1000BASE-LX-SM-LR-LC(48), type-100BASE-FX-SM-LR-SC(49), type-1000BASE-X-GBIC(50), type-100M-SINGLEMODE-FX-LC(51), type-100M-MULTIMODE-FX-LC(52), type-1000BASE-4SFP(53), type-1000BASE-4GBIC(54), type-1000BASE-FIXED-4SFP(55), type-1000BASE-FIXED-4GBIC(56), type-LSB1GP12A(57), type-LSB1GP12B(58), type-LSB1TGX1A(59), type-LSB1TGX1B(60), type-LSB1P4G8A(61), type-LSB1P4G8B(62), type-LSB1A4G8A(63), type-LSB1A4G8B(64), type-FT48C(65), type-FP20(66), bOARD-TYPE-LS81FT48(67), bOARD-TYPE-LS81GB8U(68), bOARD-TYPE-LS81GT8U(69), bOARD-TYPE-LS81FS24(70), bOARD-TYPE-LS81FM24(71), bOARD-TYPE-LS82GP20(72), type-LSB1SRPB(73), type-LSB1F32GA(74), type-LSB1F32GB(75), type-LSB2FT48A(76), type-LSB2FT48B(77), type-LSB1GT12A(78), type-LSB1GT12B(79), type-PC4U(80), type-FT32A(81), type-GT4U(82), bOARD-TYPE-LS83FP20A(83), bOARD-TYPE-LS82HGMU(84), type-LSB1GP8TB(85), type-LSB1GP8TC(86), type-LSB1GT8PB(87), type-LSB1GT8PC(88), type-LSB1FT48C(89), type-LSB1FP20C(90), type-LSB1F32GC(91), type-LSB1GT12C(92), type-LSB1GP12C(93), type-LSB1P4G8C(94), type-LSB1TGX1C(95), type-LSB1GT24B(96), type-LSB1GT24C(97), type-LSB1GP24B(98), type-LSB1GP24C(99), type-LSB1XP2B(100), type-LSB1XP2C(101), type-LSB1GV48B(102), type-LSB1GV48C(103), type-LSB1SRPC(104), type-LSB1SRP1N0(105), type-LSB1SRP1N1(106), type-LSB1SRP1N2(107), type-GT24(108), type-GP24(109), type-XP2(110), type-GV48(111), type-LSG1GP8U(112), type-LSG1GT8U(113), type-LSG1TG1U(114), type-LSG1TD1U(115), type-LSB2FT48C(116), type-LSB1GT48B(117), type-LSB1GT48C(118), type-LS81GT48(119), type-LS81SRPG0(120), type-LS81SRPG1(121), type-LS81SRPG2(122), type-LS81SRPG3(123), type-SR01SRPUB(125), type-SR01SRPUA(126), type-SR01GP12L(127), type-SR01GP12W(128), type-SR01FT48L(129), type-SR01FT48W(130), type-SR01XK1W(131), type-SR01FP20W(132), type-SR01GT12W(133), type-SR01F32GL(134), type-SR01F32GW(135), type-SR01GT8PL(136), type-SR01GT8PW(137), type-SR01P4G8W(138), type-LSA1FP8U(139), type-LSB1SP4B(140), type-LSB1SP4C(141), type-LSB1UP1B(142), type-LSB1UP1C(143), type-LSB1XP4B(144), type-LSB1XP4C(145), type-SP4(146), type-UP1(147), type-XP4(148), type-LS81VSNP(149), type-LS81T12P(150), type-LS81P12T(151), type-LS81GP8UB(152), type-LS81FT48E(153), type-LS81GP4UB(154), type-LS81GT8UE(155), type-LS81GT48A(156), type-LS81FP48(157), type-LSB1XK1B(158), type-LSB1XK1C(159), type-SR01SRPUC(160), type-SR01SRPUD(161), type-SR01SRPUE(162), type-LSB1SRP1N3(163), type-LSB1VP2B(164), type-LSB1NATB(165), type-LSB1VPNB(166), type-LSGP8P(167), type-LSXK1P(168), type-LSXP2P(169), type-LS81FT48F(170), type-LS81PT8G(171), type-LS81PT4G(172), type-LSSTK24G(173), type-LS82GT20A(174), type-LS82GP20A(175), type-LS81TGX1C(176), type-VP2(177), type-LSA1FB8U(178), type-LS81T12PE(179), type-LS81P12TE(180), type-LSB1SRP2N0(181), type-LSB1SRP2N3(182), type-LSB1GV48DB(183), type-LSB1FW8B(184), type-LSB1IPSEC8B(185), type-LSB1IDSB(186), type-LSB1IPSB(187), type-LSB2FT48CA(188), type-LSB1FP20CA(189), type-LSB1F32GCA(190), type-LSB1P4G8CA(191), type-LSB1GT12CA(192), type-LSB1GT24CA(193), type-LSB1GP12CA(194), type-LSB1GP24CA(195), type-LSB1GT8PCA(196), type-LSB1XP2CA(197), type-LSB1XK1CA(198), type-LSB1XP4CA(199), type-LSB1UP1CA(200), type-LSB1SP4CA(201), type-LSB1VP2CA(202), type-SR01FT48WA(203), type-SR01FP20WA(204), type-SR01F32GWA(205), type-SR01P4G8WA(206), type-SR01GT12WA(207), type-SR01GT24WA(208), type-SR01GP12WA(209), type-SR01GP24WA(210), type-SR01GT8PWA(211), type-SR01XP2WA(212), type-SR01XK1WA(213), type-SR01UP1WA(214), type-SR01SP4WA(215), type-GP8U(216), type-LSEXP1P(217), type-LSEXK1P(218), type-LSEXS1P(219), type-LS81GP48(220), type-LS81GT48B(221), type-LS81T16P(222), type-LS81T32P(223), type-LS81TGX2(224), type-LS81TGX4(225), type-LSB1GV48DA(226), type-SR01GV48VB(227), type-LSB1GT24DB(228), type-LSB1GP24DB(229), type-LSB1GP24DC(230), type-LSB1FW8DB(231), type-LSB1IPSEC8DB(232), type-SR01GT24VB(233), type-SR01GP24VC(234), type-SR01VP2WA(235), type-SR01FW8VB(236), type-SR01IPSEC8VB(237), type-SR01NATL(238), type-SR01VPNL(239), type-LSB1GP24CB(240), type-LSB1GP48DB(241), type-LSB1XP2CB(242), type-XP4L(243), type-LSB1XP4LDB(244), type-LSB1XP4LDC(245), type-AHP4(246), type-LSB1AHP4GCA(247), type-CLP4(248), type-LSB1CLP4GCA(249), type-ET32(250), type-LSB1ET32GCA(251), type-LSB1IDSDB(252), type-LSB1SRP2N1(253), bOARD-TYPE-LS82SRPB(254), bORAD-TYPE-LS83SRPC(255), type-Main(256), type-LSB1SRP2N2(257), type-LSB1NAMB(258), type-RSP2(259), type-LSB1RSP2CA(260), type-SR01XP4LVC(261), type-SR01AHP4GWA(262), type-SR01CLP4GWA(263), type-SR01ET32GWA(264), type-SR01IDSVB(265), type-SR01SRPUF(266), type-SR01NAML(267), type-SR01RSP2WA(268), type-LSPM1XP1P(269), type-LSPM1XP2P(270), type-LSPM1CX2P(271), type-STK-1000BASE-T(272), type-LSB1SRP1M0(300), type-LSB1SRP1M1(301), type-LSB1GP12DB(302), type-LSB1GT12DB(303), type-LSB1XK1DB(304), type-LSB1XP2DB(305), type-LSB1XP2DC(306), type-LSB1GT48LDB(307), type-LSB1XP4TDB(308), type-LSB1XP4TDC(309), type-LSB1RSP2DC(310), type-LSB1VP2DC(311), type-LSB1XP4DB(312), type-LSB1SRP2E0(313), type-LSB1SRP2E1(314), type-LSB1SRP2E2(315), type-LSB1SRP2E3(316), type-SR01SRPUQ(317), type-AHP1(318), type-AHP2(319), type-CLP1(320), type-CLP2(321), type-ET16(322), type-LSB1SRP1NA0(323), type-LSB1SRP1NA1(324), type-LSB1SRP1NA2(325), type-LSB1SRP1NA3(326), type-SR01AHP1GWA(327), type-SR01AHP2GWA(328), type-SR01CLP1GWA(329), type-SR01CLP2GWA(330), type-SR01ET16GWA(331), type-SR01GP12VB(332), type-SR01XK1VB(333), type-SR01XP2VC(334), type-SR01XP4LVB(335), type-SR01SRPUEA(336), type-LSB1SRP1N4(337), type-LSB1SRP1N5(338), type-LSB1SRP1N6(339), type-LSB1SRP1N7(340), type-LSB1SRP2N4(341), type-LSB1SRP2N5(342), type-LSB1SRP2N6(343), type-LSB1SRP2N7(344), type-LSB1SRP1NA4(345), type-LSB1SRP1NA5(346), type-LSB1SRP1NA6(347), type-LSB1SRP1NA7(348), type-LSB2GV48DA(349), type-LSB1RGP2GDB(350), type-LSB1RGP4GDB(351), type-LSB2GP24DB(352), type-LSB2GP24DC(353), type-LSB2GT24DB(354), type-LSB2FW8DB(355), type-LSB2IPSEC8DB(356), type-LSB2GV48DB(357), type-RGP2(358), type-RGP4(359), type-SR02FW8VB(360), type-SR02IPSEC8VB(361), type-LSB2SRP1N0(362), type-LSB2SRP1N1(363), type-LSB2SRP1N2(364), type-LSB2SRP1N3(365), type-LSB2SRP1N4(366), type-LSB2SRP1N5(367), type-LSB2SRP1N6(368), type-LSB2SRP1N7(369), type-SR02SRPUE(370), type-SR01LN1BQH0(371), type-SR01DXP1L(372), type-SR01DGP10L(373), type-SR01DRSP2L(374), type-SR01DRUP1L(375), type-SR01DGP20R(376), type-SR01DPLP8L(377), type-SR01DXP2R(378), type-LSB1FW2A0(379), type-LSB1GP48LDB(380), type-SR01LN1BNA0(381), type-SR01LN2BQH0(382), type-SR01LN2BNA0(383), type-SR01DGT20R(384), type-SR01DPSP4L(385), type-SR01DPUP1L(386), type-SR01DPL2G6L(387), type-SR01DPH2G6L(388), type-SR01DPS2G4L(389), type-SR01DCL1G8L(390), type-SR01DCL2G8L(391), type-SR01DET8G8L(392), type-SR02SRP2E3(393), type-SR02SRP1E3(394), type-SR02SRP1M3(395), type-SR01DQCP4L(396), type-SR01DTCP8L(397), type-LSB1AFC1A0(398), type-LSB1SSL1A0(399), type-IMNAM(400), type-IMNAT(401), type-PICAHP1L(402), type-PICALP4L(403), type-PICCHP4L(404), type-PICCHS1G4L(405), type-PICCLS4G4L(406), type-PICCSP1L(407), type-LSB1ACG1A0(408), type-LST1MRPNC1(409), type-LST1SF18B1(410), type-LST1SF08B1(411), type-LST1GT48LEC1(412), type-LST1GP48LEC1(413), type-LST1XP4LEC1(414), type-LST1XP8LEC1(415), type-LSR1SRP2B1(416), type-LSR1SRP2C1(417), type-LSR1SRP2B2(418), type-LSR1SRP2C2(419), type-LSR1GT24LEC1(420), type-LSR1GP24LEB1(421), type-LSR1GP24LEC1(422), type-LSR1GT48LEB1(423), type-LSR1GT48LEC1(424), type-LSR1GP48LEB1(425), type-LSR1GP48LEC1(426), type-LSR2GV48REB1(427), type-LSR1XP2LEB1(428), type-LSR1XP2LEC1(429), type-LSR1XP4LEB1(430), type-LSR1XP4LEC1(431), type-IMFW(432), type-LSB1LB1A0(433), type-LSB1IPS1A0(434), type-LST1GT48LEB1(435), type-LST1GP48LEB1(436), type-LST1XP4LEB1(437), type-LST1XP8LEB1(438), type-LST1XP32REB1(439), type-LST1XP32REC1(440), type-LSR1FW2A1(441), type-LSR1SSL1A1(442), type-SR01DET32G2L(443), type-LSR1GP24LEF1(444), type-LSR1XP4LEF1(445), type-LSR1LB1A1(446), type-LSR1NSM1A1(447), type-LSR1ACG1A1(448), type-LSR1IPS1A1(449), type-LSR2GP24LEB1(450), type-LSR2GT24LEB1(451), type-LSR2GT48LEB1(452), type-SPC-GP24L(453), type-SPC-GT48L(454), type-SPC-GP48L(455), type-SPC-XP2L(456), type-SPC-XP4L(457), type-SR06SRP2E3(458), type-SPE-2010-E(459), type-SPE-2020-E(460), type-SPC-XP4L-S-SDI(461), type-SPC-GT48L-SDI(462), type-SPC-GP48L-S-SDI(463), type-SR02OPMA0(464), type-LSR1XP16REB1(465), type-LSR1GP48LEF1(466), type-LST1GP48LEF1(467), type-LST1XP8LEF1(468), type-SPE-1010-II(469), type-SPE-1010-E-II(470), type-SPE-1020-II(471), type-SPE-1020-E-II(472), type-LST1FW2A1(473), type-LST1NSM1A1(474), type-LST1LB1A1(475), type-LST1ACG1A1(476), type-LST1IPS1A1(477), type-LSR1DRUP1L1(478), type-LSR1DPUP1L1(479), type-LSR1DPSP4L1(480), type-LSR1DTCP8L1(481), type-LSR1DXP1L1(482), type-LSR1DGP10L1(483), type-LSR1LN1BNL1(484), type-LSR1LN2BL1(485), type-LSR1SRP2D1(486), type-IM-NAT-II(487), type-IM-NAM-II(488), type-CR-MRP-I(489), type-CR-SF18C(490), type-CR-SF08C(491), type-CR-SPC-XP8LEF(492), type-CR-SPC-XP4LEF(493), type-CR-SPC-GP48LEF(494), type-CR-SPC-GT48LEF(495), type-CR-SPE-3020-E(496), type-CR-SPC-PUP4L-E(497), type-LST1SF08C1(498), type-LST1SF18C1(499), type-LS81GP16TM(500), type-LS81VP4C(501), type-LS8M1PT8P0(502), type-LS8M1PT8GB0(503), type-LS8M1PT4GB0(504), type-LS81GP2R(505), type-LS81GP4R(506), type-LS81IPSECA(507), type-LS81FWA(508), type-LS82VSNP(509), type-LSQ1GV48SA(510), type-LSQ1SRPB(511), type-LSQ1SRP2XB(512), type-LSQ1SRP1CB(513), type-LSQ1FV48SA(514), type-LSD1MPUA(515), type-LSD1GP20A0(516), type-LSD1GP20TA0(517), type-LSD1GP36A0(518), type-LSD1GP20XA0(519), type-LSD1GP20EA0(520), type-LSD1GP20RA0(521), type-LSD1GP16A0(522), type-LSD1GT16A0(523), type-LSD1XP2A0(524), type-LSD1EP2A0(525), type-LSD1RP2A0(526), type-LSQ1GV48SC(527), type-LSQ1FP48SA(528), type-LSQ1GP24SC(529), type-LSQ1GT24SC(530), type-LSQ1TGX2SC(531), type-LSQ1GP12EA(532), type-LSQ1TGX1EA(533), type-LSQ1P24XGSC(534), type-LSQ1T24XGSC(535), type-LS81TGX1B(536), type-LSQ1PT4PSC0(537), type-LS81SRPG13(538), type-LS81SRPG14(539), type-LS81SRPG15(540), type-LSQ1GP48SC0(541), type-LSQ1GP12SC0(542), type-LSD1SRPA0(543), type-LSD1SRPB0(544), type-LSD1SRPC0(545), type-LSD1GT16PES0(546), type-LSD1GP24ES0(547), type-LSD1GT24XES0(548), type-LSD1GP24XES0(549), type-LSD1XP2ES0(550), type-LSD1GP48ES0(551), type-LSQ1MPUA0(552), type-LSQ1MPUA1(553), type-LSQ1FWBSC0(554), type-LSQ1PT8PSC0(555), type-LSQ1PT16PSC0(556), type-SA11MPUA0(557), type-SA11MPUB0(558), type-LSQ1AFCBSC0(559), type-LSQ1MPUB0(560), type-LSQ1MPUB1(561), type-LSQ1PT4PSC1(562), type-LSQ1PT8PSC1(563), type-LSQ1PT16PSC1(564), type-LSQ1FP48USA0(565), type-LSQ1FP48USA1(566), type-LSQ1FV48USA0(567), type-LSQ1FV48USA1(568), type-LSQ1SRPD0(569), type-LSQ1CGP24TSC0(570), type-LSQ1GP24TSC0(571), type-LSQ1ACGASC0(572), type-LSD1XP1ES0(573), type-LSD1GP12ES0(574), type-LSQ1SRP12GB0(575), type-LSQ1GV40PSC0(576), type-LSQ1FWBSC1(577), type-LSQ1NSMSC0(578), type-LSQ1NSMSC1(579), type-LSQ1AFDBSC0(580), type-LS81MPUB(581), type-LS81FP48XL(582), type-LS81FT48XL(583), type-LS81GP12XL(584), type-LS81GP24XL(585), type-LS81GP48XL(586), type-LS81GT24XL(587), type-LS81GT48XL(588), type-LS81TGX2XL(589), type-LSQ1GV48SD0(590), type-LSQ1GP48EB0(591), type-LSQ1IPSSC0(592), type-LSQ1GV48SD1(593), type-LSQ1GP48SD0(594), type-LSQ1GP48SD1(595), type-LSQ1SRPA0(596), type-LSQ1SRPA1(597), type-LSQ2FP48SA0(598), type-LSQ2FP48SA1(599), type-LSQ2FT48SA0(600), type-LSQ2FT48SA1(601), type-LSQ1GV24PSC0(602), type-LSQ1GV24PSC1(603), type-LSQ1CGV24PSC0(604), type-LSQ1CGV24PSC1(605), type-LSQ1GP24TEB0(606), type-LSQ1GP24TEB1(607), type-LSQ1GP24TSD0(608), type-LSQ1GP24TSD1(609), type-LSQ1GP24TXSD0(610), type-LSQ1GP24TXSD1(611), type-LSQ1TGX2EB0(612), type-LSQ1TGX2EB1(613), type-LSQ1TGX2SD0(614), type-LSQ1TGX2SD1(615), type-LSQ1TGX4SD0(616), type-LSQ1TGX4SD1(617), type-LSQ1TGX8SD0(618), type-LSQ1TGX8SD1(619), type-LSQ1GP48EB1(620), type-LSQ1TGX4EB0(621), type-LSQ1TGX4EB1(622), type-LSQ1GP12SC3(623), type-LSQ1GP24TSC3(624), type-LSQ1GP48SC3(625), type-LSQ1GV48SC3(626), type-LSQ1MPUA3(627), type-LSQ1SRP1CB3(628), type-LSQ1SRPA3(629), type-LSQ2FP48SA3(630), type-LSQ2FT48SA3(631), type-LSQ1MPUB3(632), type-LSQ1CGP24TSC3(633), type-LSQ1MPUB4(634), type-LSQ1SRPD4(635), type-LSQ1SSLSC0(636), type-LSQ1LBSC0(637), type-LSQ1NAT24SC0(638), type-LSQ1SRP12GB4(639), type-LSQ1TGS8SC0(640), type-LSQ3PT4PSC0(641), type-EWPXM2MPUB0(642), type-EWPXM2SRP12GB0(643), type-EWPXM2SRPD0(644), type-EWPXM2GP24TSD0(645), type-EWPXM2GP24TXSD0(646), type-EWPXM2TGX4SD0(647), type-EWPXM2GP48SD0(648), type-EWPXM2GP24TSC0(649), type-EWPXM2TGX2SC0(650), type-EWPXM2GP48SC0(651), type-LS7500-GP48-SC(652), type-LS7500-GP48-SD(653), type-LS7500-GT48-SC(654), type-LS7500-GT48-SD(655), type-LS7500-SRPG1(656), type-LS7500-SRPG2(657), type-LS7500-XP4-SD(658), type-LS7500-XP8-SD(659), type-LSQ4PT4PSC0(660), type-LSQ4PT8PSC0(661), type-LSQ4PT16PSC0(662), type-LSQ1GP24TSA0(663), type-LSQ1GV24PSA0(664), type-LSQ1SRPD3(665), type-LSQ1SUPA0(666), type-LSU1FAB04A0(667), type-LSU1FAB08A0(668), type-LSU1TGS8EA0(669), type-LSU1TGS8EB0(670), type-LSU1TGS8SE0(671), type-LSUTGS16SC0(672), type-LSU1SUPA0(673), type-LSU1GP24TXEA0(674), type-LSU1GP24TXEB0(675), type-LSU1GP24TXSE0(676), type-LSU1GP48EA0(677), type-LSU1GP48EB0(678), type-LSU1GP48SE0(679), type-LSU1GT48EA0(680), type-LSU1GT48SE0(681), type-LSU1TGX4EA0(682), type-LSU1TGX4EB0(683), type-LSU1TGX4SE0(684), type-LSQ1FAB08A0(685), type-EWPX2WCMD0(686), type-LSQ1WCMD0(687), type-LSQ1IAGSC0(688), type-LSU1GP24TSE0(689), type-LSQ1TGS16SC0(690), type-EWPX2TGS16SC0(691), type-LSQ1SUPA3(692), type-LSQ1FAB04A3(693), type-LSQ1FAB08A3(694), type-LSQ1GT48SC0(695), type-LSR2SRP2C1(696), type-LSR2SRP2C2(697), type-1000BASE-X-COMBO(701), type-EPON-1000M(702), type-1000BASE-FIXED-2SFP-T-2RJ45(703), type-100M-1550-BIDI(704), type-100M-1310-BIDI(705), type-1000BASE-FIXED-4RJ45-4SFP-COMBO(706), type-LSH1PK2T(707), type-LSPM2GP2P(708), type-LSWM1GT16P(709), type-LSWM1GP16P(710), type-LSWM1XP2P(711), type-LSWM1XP4P(712), type-LSWM1SP2P(713), type-LSWM1SP4P(714), type-LSWM148POEM(715), type-LSWM1FW10(716), type-LSWM1WCM10(717), type-LSWM1IPS10(718), type-LSWM1WCM20(719), type-LSPM2SP2P(725), type-LSPM2SP2PA(726), type-LSP5GP8P(727), type-LSP5GT8P(728), type-LSWM1FC4P(729), type-LSW1XGT4P0(730), type-LSW1XGT2P0(731), type-LSP1XGT2P(732), type-LSPM3XGT2P(733), type-LSWM2QP2P(734), type-LSWM2XGT2PM(735), type-LSWM2SP2PM(736), type-LSWM2SP8PM(737), type-LSWM2SP8P(738), type-LSWM2XGT8PM(739), type-LSWM18QC(740), type-LSWM124XG2Q(741), type-LSWM124XGT2Q(742), type-LSWM124XG2QL(743), type-LSWM124XG2QFC(744), type-LSWM18QC0(745), type-LSWM124XGT2Q0(746), type-LSWM124XG2QL0(747), type-LSP6G4T6P(748), type-LSPM6QP2PS(749), type-LSWM12H2Q(750), type-LSWM18CQ(751), type-LSWM116Q(752), type-LSPM6FWD(753), type-DS-3E-2XT-H(754), type-DS-3E-2XF-H(755), type-DS-3E-2QX-H(756), type-LSPM4G4T6P(757), type-LSWM4SP8PM(758), type-LSWM124TG2H(759), type-LSWM2ZQP2P(763), type-LSWM2ZSP8P(764), type-LSWM18CQMSEC(765), type-LSWM2MGT8P(766), type-LSWM2XMGT8P(767), type-LSWM2ZSP2P(768), type-LSWM116FC(769), type-LSWM216FC(770), type-LSWM2SP2PB(771), type-LSWM2SP4PB(772), type-LSWM2SP24P(773), type-LSWM2SP12P2Q(774), type-LSWM2SP12P2QA(775), type-LSWM18CQMSEC-Z(778), type-LSWM124XG2QFC-Z(779), type-LSWM124TG2H-Z(780), type-LSWM116HC(781), type-WX5002MPU(800), type-LS8M1WCMA(801), type-EWPX1G24XA0(802), type-LSQ1WCMB0(803), type-LSB1WCM2A0(804), type-EWPX1WCMB0(805), type-EWPX1G24XC0(806), type-EWPX1WCMC0(807), type-EWPX1FWA0(808), type-EWPX1G10XC0(809), type-EWPX1WCM10C0(810), type-LSR1WCM2A1(811), type-EWPX1WAP0(812), type-EWPX1WCMD0(813), type-EWPX1G24XCE0(814), type-EWPX1WCMCE0(815), type-EWPX1G24XD0(816), type-EWPXM1XG03(817), type-EWPXM2X(818), type-EWPXM8G(819), type-IOT-CARD-C1K(820), type-EWPXM1BSTX80(821), type-LSR1DRSP2L1(900), type-PIC-CLF2G8L(901), type-PIC-CLF4G8L(902), type-SR02SRP2F3(903), type-SR02SRP1F3(904), type-LST1GT48LEA1(905), type-LST1GP48LEA1(906), type-LST2XP8LEA1(907), type-LST1GT48LEY1(908), type-LST1GP48LEY1(909), type-LST1XP32REY1(910), type-LST1XP8LEY1(911), type-LST1GP48LEZ1(912), type-LST1XP8LEZ1(913), type-IM-FW-II(914), type-IM-IPS(915), type-IM-SSL(916), type-IM-LB(917), type-IM-ACG(918), type-LSR1XP16REC1(919), type-LST2XP8LEB1(920), type-LST2XP8LEC1(921), type-LST2XP8LEF1(922), type-LST2XP4LEB1(923), type-LST2XP4LEC1(924), type-LST2XP32REB1(925), type-LST2XP32REC1(926), type-LSR1WCM3A1(927), type-LST1XP16LEB1(928), type-LST1XP16LEC1(929), type-CR-SPC-XP4L-E-I(930), type-LST2MRPNC1(931), type-LST2SF08C1(932), type-LST2SF18C1(933), type-SR02SRP2G3(934), type-CR-SPE-3020-E-I(935), type-CR-SPC-PUP4L-E-I(936), type-CR-SPC-XP4LEF-I(937), type-CR-SPC-XP8LEF-I(938), type-LST3XP8LEB1(939), type-LST3XP8LEC1(940), type-LST1FW3A1(941), type-CR-IM-NAM1A(942), type-LSR2SRP2B1(943), type-LSR2SRP2B2(944), type-LSR2SRP2D1(945), type-LST3XP8LEY1(946), type-LST2XP32REY1(947), type-LST1XP16LEY1(948), type-SR0M2SRP2G3(949), type-SR0M2SRP1G3(950), type-SPC-GP48LA(951), type-SPC-GT48LA(952), type-SPC-XP4LA(953), type-SPC-XP2LA(954), type-SPC-GP24LA(955), type-SPC-XP16RA(956), type-CR-IM-FW1A(957), type-SPC-XP16R(958), type-CR-IM-LB1A(959), type-LST1GT48LEC2(960), type-LST1GP48LEC2(961), type-LST1XP16LEC2(962), type-LST2XP8LEC2(963), type-LST2XP32REC2(964), type-CR-IM-MAC1A(965), type-LST1XP48LFD1(966), type-LST1XP40RFD1(967), type-LST1XP40RFG1(968), type-LST1XLP16RFD1(969), type-LST1CP4RFD1(970), type-LST1CP4RFG1(971), type-LST1SF08E1(972), type-LST1SF18E1(973), type-LST1MRPNE1(974), type-LSX1CGX8FC0(975), type-LSX1CGX8FC1(976), type-LSX1QGS24FC0(977), type-LSX1QGS24FC1(978), type-LSX1TGS24FC0(979), type-LSX1TGS24FC1(980), type-LSX1TGS48FC0(981), type-LSX1TGS48FC1(982), type-LST1XP48LFD2(983), type-LST1XP40RFD2(984), type-LST1XP40RFG2(985), type-LST1XLP16RFD2(986), type-LST1CP4RFD2(987), type-LST1CP4RFG2(988), type-MPE-1004(989), type-MIC-GP4L(990), type-MIC-GP8L(991), type-MIC-SP4L(992), type-MIC-ET16L(993), type-MIC-CLP4L(994), type-MIC-CLP2L(995), type-LST1IPS2A1(996), type-SFC-04B(997), type-SFC-04D(998), type-SFC-08B(999), type-SFC-08D(1000), type-SFC-12B(1001), type-SFC-12D(1002), type-SR05SRP1H1(1003), type-SPC-GP24LA1(1004), type-SPC-GP24XP2LA(1005), type-SPC-GP48LA1(1006), type-SPC-GP48LB(1007), type-SPC-XP2LA1(1008), type-SPC-XP4LA1(1009), type-SPC-XP4LB(1010), type-SPC-XP8LA(1011), type-SPC-XP8LB(1012), type-SPC-XP48LA(1013), type-SPC-XLP8LA(1014), type-SPC-GP24XP2LB(1015), type-LST1MRPNE2(1016), type-LST2FW3A1(1017), type-LST1ADE1A1(1018), type-CR-MRP-II(1019), type-CR-SF08E(1020), type-CR-SF18E(1021), type-CR-SPC-XP40RC(1022), type-CR-SPC-XP40RB(1023), type-CR-SPC-CP4RC(1024), type-LST1FW3C1(1025), type-LSU1FWCEA0(1026), type-SPC-GT48LA1(1027), type-LST1XP20RFD1(1028), type-LST1XP20RFD2(1029), type-MPE-1104(1030), type-SPEX-1204(1031), type-SPC-GP44XP4LCX(1032), type-SPC-GP44XP4LAX(1033), type-SPC-XP24LCX(1034), type-SPC-XP24LAX(1035), type-SPC-XP12LCX(1036), type-SPC-XP12LAX(1037), type-SPC-XLP6LCX(1038), type-SPC-XLP6LAX(1039), type-SPC-CP1LCX(1040), type-SPC-CP1LAX(1041), type-SPC-CP2LB(1042), type-SPC-CP2LA(1043), type-SR05SRP1L1(1044), type-SR05SRP1L3(1045), type-SFC-04-4(1046), type-SFC-04-3(1047), type-SFC-04-2(1048), type-SFC-04-1(1049), type-LST1NSM2C1(1050), type-CR-SPC-XP20RB(1051), type-SR07SRPUA1(1052), type-SR07SRPUB3(1053), type-SR07SRPUC3(1054), type-SR07MPUA1(1055), type-SR07SRPUB1(1056), type-SR07SRPUC1(1057), type-MIC-MS4L(1058), type-SPC-GP44XP4LC(1059), type-SPC-GP44XP4LA(1060), type-SPC-XLP2XP4LC(1061), type-SPC-XP12LC(1062), type-SPC-CP1LC(1063), type-SPC-XP24LC(1064), type-SR07SRPUD3(1065), type-SR07MPUA3(1066), type-MPEX-1304(1067), type-MIC-GP10L1(1068), type-SR07SRPUB(1069), type-CMPE-1104(1070), type-CSFC-04-1(1071), type-CSFC-04-2(1072), type-CSFC-04-3(1073), type-CSFC-04-4(1074), type-CSFC-04B(1075), type-CSFC-04D(1076), type-CSFC-08B(1077), type-CSFC-08D(1078), type-CSFC-12B(1079), type-CSFC-12D(1080), type-CSPC-CP1LCX(1081), type-CSPC-CP2LB(1082), type-CSPC-GP24LA1(1083), type-CSPC-GP24XP2LB(1084), type-CSPC-GP44XP4LCX(1085), type-CSPC-GP48LB(1086), type-CSPC-GT48LA1(1087), type-CSPC-XLP6LCX(1088), type-CSPC-XP2LA1(1089), type-CSPC-XP4LB(1090), type-CSPC-XP8LB(1091), type-CSPC-XP12LAX(1092), type-CSPC-XP12LCX(1093), type-CSPC-XP24LAX(1094), type-CSPC-XP24LCX(1095), type-CSPEX-1204(1096), type-CSR05SRP1L1(1097), type-CSR05SRP1L3(1098), type-CSR07MPUA1(1099), type-CSR07SRPUA1(1100), type-CSR07SRPUB1(1101), type-CSR07SRPUC1(1102), type-LSXM1CGX8FX1(1103), type-LSXM1QGS24FX1(1104), type-LSXM1TGS48FX1(1105), type-LSXM1QGS12FX1(1106), type-LSXM1TGT48FX1(1107), type-LSU1IPSBEA0(1108), type-PIC-GP10L(1109), type-PIC-XP1L(1110), type-PIC-PUP1L(1111), type-PIC-PSP4L(1112), type-PIC-PS2G4L(1113), type-PIC-PL2G6L(1114), type-PIC-TCP8L(1115), type-PIC-CSP1L(1116), type-PIC-PH2G6L(1117), type-LSXM1CGP12FX1(1118), type-LSXM1CGP8FX1(1119), type-LSXM1GT48FX1(1120), type-LSXM1GT48FX0(1121), type-LSXM1GP48FX1(1122), type-LSXM1GP48FX0(1123), type-LSXM1TGS24FX0(1124), type-LSXM1TGS24FX1(1125), type-MIC-SP8L(1126), type-LSXM1TGS48FE1(1127), type-LSXM1QGS24FE1(1128), type-CSPEX-1504S(1129), type-CSPEX-1504X(1130), type-CSPEX-1404S(1131), type-CSPEX-1304S(1132), type-CSPEX-1404X(1133), type-CSPEX-1304X(1134), type-MIC-XP5L(1135), type-MIC-XP2L(1136), type-MIC-CP1L(1137), type-MIC-GP20L(1138), type-MIC-GT20L(1139), type-CEPC-XP48RX(1140), type-CEPC-CP4RX(1141), type-MIC-GP10L-V2(1142), type-CSR07SPUD3(1143), type-MIC-XP1L(1144), type-CSFC-12E(1145), type-CEPC-XP24LX(1146), type-IM-MSUX(1147), type-CSFC-12F(1148), type-CSR05SRP1N3(1149), type-CSPEX-1602X(1150), type-MIC-XP20L(1151), type-MIC-CP2L(1152), type-IM-NGFWX-IV(1153), type-SFC-12E(1154), type-SPEX-1602X-E(1155), type-SPEX-1602X-L(1156), type-EPC-XP24LX-E(1157), type-EPC-XP24LX-L(1158), type-EPC-CP4RX-L(1159), type-SPEX-1504X-E(1160), type-SPEX-1504X-L(1161), type-CSPEX-1602X-L(1162), type-CEPC-XP24LX-L(1163), type-CEPC-CP4RX-L(1164), type-MIC-CP1L-E(1165), type-MIC-XP4L-E(1166), type-MIC-XP16L-E(1167), type-MIC-GP20L-E(1168), type-MIC-GP10L-V2-E(1169), type-MIC-GT20L-E(1170), type-CSR05SRP1P3(1171), type-SR05SRP1P3(1172), type-CSFC-16E(1173), type-SFC-16E(1174), type-CSFC-08E(1175), type-SFC-08E(1176), type-IM-SMUX(1177), type-IM-IPSX-IV(1178), type-IM-ACGX-IV(1179), type-SFC-08E1(1180), type-CSFC-08E1(1181), type-IM-ACG1000X-IV(1182), type-MIC-QP1L(1183), type-CSPEX-1804X(1184), type-MIC-CP2L-V2(1185), type-MIC-XP4L1(1186), type-SFC-16T(1187), type-CSFC-16T(1188), type-SFC-08T(1189), type-CSFC-08T(1190), type-MIC-XP2L-LAN(1191), type-MIC-XP5L1(1192), type-MIC-CP1L-V2(1193), type-CEPC-XP40LX(1194), type-CEPC-CQ4LX(1195), type-CEPC-XP4LX(1196), type-LSU1QGC4SF0(1201), type-LSU1QGS8SF0(1202), type-LSU1TGS48SF0(1203), type-LSU1QGS4SF0(1204), type-LSU1TGS32SF0(1205), type-LSU1FAB08D0(1206), type-LSU1FAB04B0(1207), type-LSU1FAB08B0(1208), type-LSU1FAB12D0(1209), type-LSU1FAB12B0(1210), type-LSU1FAB04D0(1211), type-LSQ1CTGS16SC0(1212), type-EWPX2CTGS16SC0(1213), type-LSU3WCMD0(1214), type-EWPX3WCMD0(1215), type-LSQ1QGS4SC0(1216), type-LSQ1QGC4SC0(1217), type-LSU1TGT24SF0(1218), type-LSQ1QGS8SC3(1219), type-LSQ1TGS32SC3(1220), type-LSQ1QGS4SC3(1221), type-LSQ1TGS48SC3(1222), type-LSQ1QGC4SC3(1223), type-LSQ1FAB12D3(1224), type-LSQ1FAB08D3(1225), type-LSQ1FAB04D3(1226), type-LSQ1TGS8EB3(1227), type-LSQ1TGT24SC3(1228), type-LSQ1FAB08B0(1229), type-EWPX2CTGS16SC(1230), type-LSU1SUPB0(1231), type-LSQ1GP48SA0(1232), type-LSQ1TGX2SA0(1233), type-LSV1SRPUA1(1234), type-LSV1QGS12SA1(1235), type-LSV1MPUA1(1236), type-LSX1SUP10A0(1237), type-LSX1SUP16A0(1238), type-LSX1SUP10A1(1239), type-LSX1SUP16A1(1240), type-LSX1FAB10B0(1241), type-LSX1FAB16B0(1242), type-LSX1FAB10B1(1243), type-LSX1FAB16B1(1244), type-LSX1QGS16EA0(1245), type-LSX1TGS48EA0(1246), type-LSX1QGS16EA1(1247), type-LSX1TGS48EA1(1248), type-LSU1TGT24SF9(1249), type-LSU1QGS8SF9(1250), type-LSU1QGS4SF9(1251), type-LSU1TGS48SF9(1252), type-LSU1TGS32SF9(1253), type-LSU1FAB08D9(1254), type-LSU1SUPB9(1255), type-LSQ3GV48SC0(1256), type-LSX1QGS12EC1(1257), type-LSX1QGS12EC0(1258), type-LSX1TGS48EC0(1259), type-LSX1TGS48EC1(1260), type-LSX1TGS24EC0(1261), type-LSX1TGS24EC1(1262), type-LSX1FAB10A0(1263), type-LSX1FAB16A1(1264), type-LSX1QGS12FB0(1265), type-LSX1TGS24FB0(1266), type-LSX1TGS48FB0(1267), type-LSX1QGS12EB1(1268), type-LSX1TGS24EB1(1269), type-LSX1FAB10A1(1270), type-LSX1TGS48EB1(1271), type-LSX1GP48EB1(1272), type-LSX1GP48FB0(1273), type-LSX1GT48FC0(1274), type-LSX1GT48FC1(1275), type-LSX1GP48FC0(1276), type-LSX1GP48FC1(1277), type-LSX1QGS12FC0(1278), type-LSX1QGS12FC1(1279), type-LSX2TGS48EA1(1280), type-LSX1CGC4EB1(1281), type-LSX1CGC4EC0(1282), type-LSX1GT48EB1(1283), type-LSX1GT48FB0(1284), type-LSX1FAB16S1(1285), type-LSQ1SUPB3(1286), type-LSU1CGC2SE0(1287), type-LSU1TGS16SF0(1288), type-LSU1TGS8SF0(1289), type-LSQ1TGS4SC0(1290), type-LSU1GT48SE3(1291), type-LSU1GP48SE3(1292), type-LSX1SUP10B0(1293), type-LSX1SUP16B0(1294), type-LSX1SUP10B1(1295), type-LSX1SUP16B1(1296), type-LSQ1CGV24PSC3(1297), type-LSQ1SRPA8(1298), type-LSQ1CGP24TSC8(1299), type-LSQ1CGT24PSC8(1300), type-LSQ1GT24PSA8(1301), type-LSQ1GP24TSA8(1302), type-LSQ1GT48SA8(1303), type-LSQ1GP48SA8(1304), type-LSQ1TGS4SC8(1305), type-LSQ1TGS8SC8(1306), type-LSU1GT24SE3(1307), type-LSU1GP12SE3(1308), type-LSU1GP24SE3(1309), type-LSU1T24XGSE3(1310), type-LSU1P24XGSE3(1311), type-LSU1GP24TSE3(1312), type-LSU1GT40PSE3(1313), type-LSV1TGS24SA1(1314), type-LSVM1SRPA1(1315), type-LSVM1SRPC1(1316), type-LSX1FAB16S0(1317), type-LSU1WCME0(1318), type-EWPX1WCME0(1319), type-LSUM1TGS48SG0(1320), type-LSUM1QGS12SG0(1321), type-LSUM1GP44TSEC0(1322), type-LSUM1TGS24EC0(1323), type-LSUM1QGS6EC0(1324), type-LSUM1CGC2EC0(1325), type-LSU1CGC2SE9(1326), type-LSXM1QGS24EX1(1327), type-LSXM1QGS24FB0(1328), type-LSVM1QGS12FX1(1329), type-LSVM1TGS24FX1(1330), type-LSVM1QGS6C2FX1(1331), type-LSQM2GP44TSSC0(1332), type-LSQM2GP44TSSC3(1333), type-LSQM2GP24TSSC0(1334), type-LSQM2GP24TSSC3(1335), type-LSQM2GT24PTSSC0(1336), type-LSQM2GT24PTSSC3(1337), type-LSQM2GT24TSSC0(1338), type-LSQM2GT24TSSC3(1339), type-LSQM2GT48SC0(1340), type-LSQM2GT48SC3(1341), type-LSQM4GV48SC0(1342), type-LSQM4GV48SC3(1343), type-LSQM2TGS16SF0(1344), type-LSQM2TGS16SF3(1345), type-LSQM2MPUD0(1346), type-LSQM2MPUD3(1347), type-LSQM3MPUA0(1348), type-LSQM3MPUA3(1349), type-LSUM2GP44TSSE0(1350), type-LSUM2GP44TSSC3(1351), type-LSUM2GP24TSSE0(1352), type-LSUM2GP24TSSC3(1353), type-LSUM2GT24PTSSE0(1354), type-LSUM2GT24PTSSC3(1355), type-LSUM2GT24TSSE0(1356), type-LSUM2GT24TSSC3(1357), type-LSUM2GT48SE0(1358), type-LSUM2GT48SC3(1359), type-LSUM2GV48SE0(1360), type-LSUM2GV48SC3(1361), type-LSUM2TGS16SF0(1362), type-LSUM2TGS16SF3(1363), type-LSUM1MPU06B0(1364), type-LSUM1MPU06B3(1365), type-LSUM1MPU10C0(1366), type-LSUM1MPU10C3(1367), type-LSUM1FAB06C0(1368), type-LSUM1FAB06C3(1369), type-LSUM1FAB10C0(1370), type-LSUM1FAB10C3(1371), type-LSXM1SUPA1(1372), type-LSXM1SFF16B1(1373), type-LSUM1SPMAEC0(1374), type-LSXM1SUPB1(1375), type-LSXM1SFF08B1(1376), type-LSXM1TGS4GPEB1(1377), type-LSXM1TGS16EA1(1378), type-LSXM1TGS8EA1(1379), type-LSXM1QGS36FX1(1380), type-LSXM1SFF16C1(1381), type-LSQM3MPUB0(1382), type-LSQM3MPUB3(1383), type-LSQM2MPUC0(1384), type-LSQM2MPUC3(1385), type-LST1FW3B1(1386), type-LSX1NSCEA1(1387), type-LSX1FWCEA1(1388), type-LSXM1ADECEA1(1389), type-LSXM1SFF16A1(1390), type-LSV1MPUA0(1391), type-LSVM1SRPA0(1392), type-LSVM1SRPC0(1393), type-LSV1QGS12SA0(1394), type-LSVM1QGS12FX0(1395), type-LSVM1TGS24FX0(1396), type-LSVM1QGS6C2FX0(1397), type-LSQ2FWBSC0(1398), type-LSQM1SRP8X2QE0(1399), type-PEX-Common(1400), type-CSPEX-1812X(1401), type-CSPEX-1612X(1402), type-CSPEX-1512X(1403), type-NIC-XP20L(1404), type-NIC-XP10L(1405), type-NIC-CC2L(1406), type-NIC-CC1L(1407), type-NIC-XP5L(1408), type-NIC-GP20L(1409), type-NIC-GT20L(1410), type-MIC-CQ1L(1411), type-MIC-XP10CQ1L(1412), type-CSPEX-1502X(1413), type-EPC-CP4RX(1414), type-EPC-CQ4LX(1415), type-MIC-XP4L1-E(1416), type-MIC-CQ1L-E(1417), type-MIC-XP8L(1418), type-IM-OAPX(1419), type-MIC-GP20L1(1420), type-CSPEX-1802X(1421), type-MIC-CQ2L(1422), type-IMMSUX(1423), type-CSPEX-1104-E(1424), type-IMSMUX(1425), type-MIC-XP10L(1426), type-RX-SRP1P3(1427), type-RX-SFC-08T(1428), type-RX-SFC-16T(1429), type-RX-SPE100(1430), type-RX-SPE200(1431), type-RX-SPE400(1432), type-RX-NIC-GP20L(1433), type-RX-NIC-XP5L(1434), type-RX-NIC-XP10L(1435), type-RX-NIC-CC1L(1436), type-RX-NIC-CC2L(1437), type-RX-NIC-XP20L(1438), type-CSPC-GE24L-E(1439), type-CSPC-GP24GE8XP2L-E(1440), type-CSPC-GE16XP4L-E(1441), type-CSFC-04E(1442), type-SFC-04E(1443), type-IM-MSUX-II(1444), type-RX-NIC-YGS4L(1445), type-RX-NIC-CQ2LF(1446), type-RX-SRP1Q3(1447), type-RX-SFC-08E(1448), type-RX-SFC-16E(1449), type-RX-NIC-LGQ2L(1450), type-RX-NIC-CQ1LF(1452), type-IM-SFMX(1453), type-MIC-SM(1454), type-RX-NIC-CQ1L(1455), type-RX-NIC-CQ2L(1456), type-NIC-GP24L(1457), type-NIC-CQ1L(1458), type-NIC-CQ2L(1459), type-LSUM2GP44TSSE9(1600), type-LSUM2GP24TSSE9(1601), type-LSUM2GT24TSSE9(1602), type-LSUM2GT48SE9(1603), type-LSUM1SUPD0(1604), type-LSUM1SUPD9(1605), type-LSXM1TGT48FX0(1606), type-LSXM1TGS48FX0(1607), type-LSXM1TGS48FE0(1608), type-LSXM1QGS36FX0(1609), type-LSXM1QGS24FX0(1610), type-LSXM1QGS24FE0(1611), type-LSXM1CGX8FX0(1612), type-LSXM1CGP12FX0(1613), type-LSXM1SUPB0(1614), type-LSXM1SFF16C0(1615), type-LSXM1SFF16A0(1616), type-LSXM1SFF08B0(1617), type-LSQM6GV48SC0(1618), type-LSXM1SUP04B1(1619), type-LSXM1SFF04B1(1620), type-LSXM1SUP04B0(1621), type-LSXM1SFF04B0(1622), type-LSU1ADECEA0(1623), type-LSU1NSCEA0(1624), type-LSU3FWCEA0(1625), type-LSXM1MPU06B3(1626), type-LSXM1MPU10C3(1627), type-LSXM1SUPD3(1628), type-LSXM1FAB06C3(1629), type-LSXM1FAB10C3(1630), type-LSXM1FAB12D3(1631), type-LSXM1FAB04D3(1632), type-LSXM1FAB08D3(1633), type-LSXM1GP44TSSE3(1634), type-LSXM1GP24TSSE3(1635), type-LSXM1GT24PTSSE3(1636), type-LSXM1GT48SE3(1637), type-LSXM1TGS24EC3(1638), type-LSXM1CGC2EC3(1639), type-LSXM1TGT24SF3(1640), type-LSXM1TGS16SF3(1641), type-LSXM1QGS12SG3(1642), type-LSXM1TGS48SG3(1643), type-LSQM1FAB04B3(1644), type-LSQM1FAB08B3(1645), type-LSQM1FAB12B3(1646), type-LSXM1SFF08A0(1647), type-LSXM1SFF08A1(1648), type-LSXM1FWDF1(1649), type-LSQM1PT8TSSC0(1650), type-LSQM1PT24TSSC0(1651), type-LSQM1TGS12EC0(1652), type-LSXM1CGQ32TB1(1653), type-LSXM1CGQ48TB1(1654), type-LSXM1QGS48TB1(1655), type-LSXM1SRT08E1(1656), type-LSXM1SRT16E1(1657), type-LSXM1SRT02E1(1658), type-LSXM1SUP02B1(1659), type-LSUM1SUPC0(1660), type-LSUM1SUPC3(1661), type-LSXM1SUPC3(1662), type-LSQM1GP44TSSE0(1663), type-LSQM1GP24TSSE0(1664), type-LSQM1GT48SE0(1665), type-LSQM1GV48SE0(1666), type-LSXM1QGS12FX0(1667), type-LSXM3QGS24FE1(1668), type-LSXM3QGS24FX1(1669), type-LSXM3QGS36FX1(1670), type-LSXM3TGS48FE1(1671), type-LSXM3TGS48FX1(1672), type-LSXM2TGS48FX1(1673), type-LSQM1MPU06B0(1674), type-LSQM1MPU10C0(1675), type-LSQM1FAB06C0(1676), type-LSQM1FAB10C0(1677), type-LSQM1QGS12SG0(1678), type-LSQM1TGS48SG0(1679), type-LSQM1TGT24SF0(1680), type-LSQM1QGS8A0(1681), type-LSQM1TGS24QSM0(1682), type-LSQM1TGT24QSM0(1683), type-LSQM1TGS24QSA0(1684), type-LSUM1FWCEAB0(1685), type-LSQM2GP24TSSA0(1686), type-LSQM2GT48SA0(1687), type-LSQM2GP48SA0(1688), type-LSQM2GP24TSSA3(1689), type-LSQM2GT48SA3(1690), type-LSQM2GP48SA3(1691), type-LSUM2GP24TSSA0(1692), type-LSUM2GT48SA0(1693), type-LSUM2GP48SA0(1694), type-LSXM1SUPT1(1695), type-LSXM1SUP02T1(1696), type-LSXM1SFF16B0(1697), type-LSXM4TGS48FX1(1698), type-LSXM4QGS24FX1(1699), type-LSXM1TGS48FD1(1700), type-LSXM1QGS24FD1(1701), type-LSXM2QGS24FX1(1702), type-LSXM1TGS48FD0(1703), type-LSXM1QGS24FD0(1704), type-LSXM2TGS48FX0(1705), type-LSXM2QGS24FX0(1706), type-LSXM4TGS48FX0(1707), type-LSXM4QGS24FX0(1708), type-LSXM1TGW48FX1(1709), type-LSUM1MPU10A0(1710), type-LSUM1FAB10A0(1711), type-LSUM2TGS32QSSG0(1712), type-LSUM2QGS12SG0(1713), type-LSUM2TGS48SG0(1714), type-LSXM2QGS12SG3(1715), type-LSXM2TGS48SG3(1716), type-LSUM1FWDEC0(1717), type-LSQM1FWDSC0(1718), type-LSQM1TGS48RSG0(1719), type-LSQM2TGS48XSG0(1720), type-LSQM2QGS12XSG0(1721), type-LSQM3GP44TSSC0(1722), type-LSXM1CGQ36HB1(1723), type-LSXM1CGQ36HC1(1724), type-LSXM1CGQ18QGHB1(1725), type-LSXM1CGQ18QGHC1(1726), type-LSXM1QGS48HB1(1727), type-LSXM1QGS48HC1(1728), type-LSXM1TGS48C2HB1(1729), type-LSXM1SFH04D1(1730), type-LSXM1SFH08D1(1731), type-LSXM1SFH12D1(1732), type-LSXM1SFH16C1(1733), type-LSXM1GP48FD0(1737), type-LSXM1GP48FD1(1738), type-LSXM1GT48FD0(1739), type-LSXM1GT48FD1(1740), type-LSXM1FAB10B0(1741), type-LSUM1MPU10A3(1742), type-LSUM1FAB10A3(1743), type-LSQM1MPU10A0(1744), type-LSQM1FAB10A0(1745), type-LSQM2TGS32QSXSG0(1746), type-LSQM1TGS48RSG3(1747), type-LSXM2TGS32QSSG3(1748), type-LSUM1NSDEC0(1749), type-LSQM1NSDSC0(1750), type-LSQM1QGS4SC0(1751), typ-eLSQM2MPUD3(1752), typ-eLSQM3MPUB3(1753), type-LSQM3MPUB4(1754), type-LSQM2MPUDS0(1755), type-LSQM4GV48SA0(1756), type-LSQM1WCMX20(1757), type-LSQM1WCMX40(1758), type-LSUM1WCMX20RT(1759), type-LSUM1WCMX40RT(1760), type-LSXM1CGQ18QGHB0(1761), type-LSXM1SFH08C0(1762), type-LSXM1SFH08C1(1763), type-LSXM2SFH16C0(1764), type-LSXM2SFH16C1(1765), type-LSXM1NSDF1(1766), type-LSUM2TGS48SG3(1767), type-DS-3E7602-MPU(1768), type-DS-3E7606-MPU(1769), type-DS-3E7600-24T4X-SC(1770), type-DS-3E7600-24F4X-SA(1771), type-DS-3E7600-48T-SA(1772), type-DS-3E7600-48F-SA(1773), type-DS-3E7600-24F4X-SC(1774), type-DS-3E7600-44F4X-SC(1775), type-DS-3E7600-48T-SC(1776), type-DS-3E7600-16X-SC(1777), type-S7602-MPU(1778), type-S7606-MPU(1779), type-S76-24GT4XFSC(1780), type-S76-24GF4XFSA(1781), type-S76-48GTSA(1782), type-S76-48GFSA(1783), type-S76-24GT20GF4XFSC(1784), type-LSXM1TGS48C2HB0(1785), type-LSXM1CGQ18QGHC0(1786), type-LSXM1TGS48HB1(1787), type-LSXM1TGS48HB0(1788), type-LSQM1CGP24TSSC0(1789), type-LSQM1CGP24TSSA0(1790), type-LSQM1CGT24TSSC0(1791), type-LSQM1CGT24TSSA0(1792), type-LSQM2GP24SA0(1793), type-LSX1SUPH1(1794), type-LSX1SUPH0(1795), type-LSX1SUP04H1(1796), type-LSX1SUP04H0(1797), type-LSXM1SFH08D0(1798), type-LSXM1SFH04D0(1799), type-LSXM1SFH16C0(1800), type-LSXM1SFH12D0(1801), type-LSXM1QGS48HB0(1802), type-LSXM1QGS48HC0(1803), type-LSXM1CGQ36HB0(1804), type-LSXM1TGS48C2HC0(1805), type-LSQM2GP44TSSE0(1806), type-LSQM2GP24TSSA8(1807), type-LSQM2GT48SA8(1808), type-LSQM2GP48SA8(1809), type-EWPXM1CGP24TSSC0(1810), type-EWPXM3MPUB0(1811), type-EWPXM2MPUDS0(1812), type-EWPXM2TGS16SF0(1813), type-EWPXM2GP44TSSC0(1814), type-EWPXM2GP24TSSC0(1815), type-EWPXM1MAC0F(1816), type-LSQM1CGP24TSSA8(1817), type-LSQM1CGT24TSSA8(1818), type-LSWM1FWD0(1819), type-LSUM2MPU10C0(1820), type-LSQM2MPU10C0(1821), type-LSUM2MPU10C3(1822), type-LSUM2FAB10C0(1823), type-LSQM2FAB10C0(1824), type-LSUM2FAB10C3(1825), type-LSUM2CQGS12SG0(1826), type-LSXM2CQGS12SG3(1827), type-LSQM2CQGS12XSG0(1828), type-LSQM1CQGS12SG0(1829), type-LSXM1CGQ6QGHB0(1830), type-LSXM1CGQ6QGHB1(1831), type-LSXM1CGQ6QGHC0(1832), type-LSXM1QGS36HB0(1833), type-LSXM1QGS36HB1(1834), type-LSXM1QGS36HC0(1835), type-LSXM1SUPC0(1836), type-LSXM1SUPC1(1837), type-LSXM1SUP04H0(1838), type-LSXM1SUP04H1(1839), type-LSXM1SUPH0(1840), type-LSXM1SUPH1(1841), type-EWPXM2WCMD0F(1842), type-LSUM2QGS24RSG0(1843), type-LSQM1QGS24RSG0(1844), type-LSXM2QGS24RSG3(1845), type-LSQM2QGS24RXSG0(1846), type-LSQM2TGS48RSG0(1847), type-LSXM1X86SUPE0(1848), type-LSXM1X86SUPE1(1849), type-LSQM1CGS2QSA0(1850), type-LSUM1ACGDEC0(1851), type-LSQM1ACGDSC0(1852), type-LSXM1CGQ36HF1(1853), type-LSXM1QGS48HF1(1854), type-LSXM1CGQ18QGHF1(1855), type-LSXM1QGS36HF1(1856), type-LSXM1CGQ6QGHF1(1857), type-LSXM1QGS48HF0(1858), type-LSXM1CGQ18QGHF0(1859), type-LSXM1CGQ6QGHF0(1860), type-LSXM1TGS48HF0(1861), type-LSXM1TGS48HF1(1862), type-LSQM1GP24FC3(1863), type-LSQM1GP24FD3(1864), type-LSQM1GP24TSFC3(1865), type-LSQM1GP24TSFD3(1866), type-LSQM1GP40TS8FD0(1867), type-LSQM1GP48FC3(1868), type-LSQM1GP48FD0(1869), type-LSQM1GP48FD3(1870), type-LSQM1GT48FC3(1871), type-LSQM1GT48FD0(1872), type-LSQM1GT48FD3(1873), type-LSQM1TGS24FC3(1874), type-LSQM1TGS24FD0(1875), type-LSQM1TGS24FD3(1876), type-LSQM1TGS24XFD0(1877), type-LSQM1TGS48RFE0(1878), type-LSQM1TGS8FC3(1879), type-LSQM1TGS8FD3(1880), type-LSUM1GP40TS8FD0(1881), type-LSUM1GP48FD0(1882), type-LSUM1GP48FD3(1883), type-LSUM1GT48FD0(1884), type-LSUM1GT48FD3(1885), type-LSUM1TGS24FD0(1886), type-LSUM1TGS24FD3(1887), type-LSXM1GP40TS8FD0(1888), type-LSXM1GT48FD3(1889), type-LSXM1TGS24FD3(1890), type-LSQM1MPUS10C3(1891), type-LSQM1MPUSA3(1892), type-LSQM2SUPA3(1893), type-LSXM1SFH16E1(1894), type-LSXM1SFH16E0(1895), type-LSXM1GP40TS8FD3(1896), type-LSQM1MPUS10C0(1897), type-LSQM1MPUSA0(1898), type-LSQM2SUPA0(1899), type-LSQM1TGS16FC3(1900), type-LSQM1TGS16FD0(1901), type-LSQM1TGS16FD3(1902), type-LSQM2TGS48SG0(1903), type-LSQM2TGS48SG3(1904), type-LSXM1CGQ48HB1(1905), type-LSQM1MPUS06A8(1906), type-LSQM1TGS16FD8(1907), type-LSXM1SFH08E1(1908), type-LSXM1SFH08CC0(1909), type-LSXM1SUP08C0(1910), type-LSUM2FAB04D0(1911), type-LSUM2FAB04D3(1912), type-LSXM2FAB04D3(1913), type-LSUM2FAB04B0(1914), type-LSUM2FAB04B3(1915), type-LSUM2FAB08D0(1916), type-LSUM2FAB08D3(1917), type-LSXM2FAB08D3(1918), type-LSUM2FAB08B0(1919), type-LSUM2FAB08B3(1920), type-LSUM2FAB12D0(1921), type-LSUM2FAB12D3(1922), type-LSXM2FAB12D3(1923), type-LSUM2FAB12B0(1924), type-LSUM2FAB12B3(1925), type-LSQM1CGS2FE0(1926), type-LSQM1CGS2FE3(1927), type-LSQM1CGS2XFE0(1928), type-LSUM1CGS2FE0(1929), type-LSUM1CGS2FE3(1930), type-LSXM1CGS2FE3(1931), type-LSUM1TGS16FD0(1932), type-LSUM1TGS16FD3(1933), type-LSQM1TGS16XFD0(1934), type-LSQM1GP40TS8FC3(1935), type-S76-16XFSF(1936), type-S76-24EP2XFSC-OLT(1937), type-DS-3E7600-24T20F4X-SC(1938), type-LSUM1FAB04E0(1939), type-LSUM1FAB08E0(1940), type-LSUM1FAB12E0(1941), type-LSXM1CGQ8FX1(1942), type-LSQM1IPSDSC0(1943), type-LSQM2ACGDSC0(1944), type-LSQM1ADEDSC0(1945), type-LSWM1ADED0(1946), type-LSWM1IPSD0(1947), type-LSQM1GP40TS8FD3(1948), type-LSUM1SUPXD0(1949), type-LSUM1CQGS32SF0(1950), type-LSUM1TGS48XSG0(1951), type-LSUM1FAB08XE0(1952), type-LSUM1FAB16XD0(1953), type-LSXM1SFH02E0(1954), type-LSXM1SFH02E1(1955), type-LSXM1SFH12C0(1956), type-LSXM1SFH12C1(1957), type-LSUM1CQGS12XSG0(1958), type-LSQM1CTGS24QSFD0(1959), type-LSQM1TGS24QSFD0(1960), type-LSUM1WBCZ720RT(1961), type-LSQM1WBCZ720(1962), type-DS-3E7610X-MPU(1963), type-DS-3E7610X-CLOS(1964), type-DS-3E7610X-32X4QX-SF(1965), type-DS-3E7610X-16X-SF(1966), type-DS-3E7610X-44F4X-SE(1967), type-DS-3E7610X-48T-SE(1968), type-LSQM2GT24PTSSC8(1969), type-LSQM1CGP24TSSC8(1970), type-LSQM1CGT24TSSC8(1971), type-LSQM1MPUS06B8(1972), type-LSVM1MPUB1(1973), type-LSXM1TGS24QGMODHB0(1974), type-LSXM1TGS24QGMODHB1(1975), type-LSXM1TGS48QGHA0(1976), type-LSXM1TGS48QGHA1(1977), type-LSXM1CGC2A0(1978), type-LSXM1CGC2A1(1979), type-LSQM2FWDSC0(1980), type-LSQM1XPT12TSFD0(1981), type-LSXM1QGS24HB0(1982), type-LSXM1QGS24HB1(1983), type-LSXM1QGS24HC0(1984), type-LSXM1SUP01B1(1985), type-LSCM1SUP03A0(1986), type-LSCM1SUP03A0-Z(1987), type-LSCM1MPUS06A0(1988), type-LSCM1MPUS06A0-Z(1989), type-LSCM1GT48SC0(1990), type-LSCM1GT48SC0-Z(1991), type-LSCM1TGS48SE0(1992), type-LSCM1TGS48SE0-Z(1993), type-LSCM1QGS8CSSE0(1994), type-LSCM1QGS8CSSE0-Z(1995), type-LSWM2SP4P(1996), type-LSWM2SP4P-Z(1997), type-LSQM1MPUS10B0(1998), type-LSQM1MPUS10B3(1999), type-LSQM1MPUSC0(2000), type-LSQM1MPUSC3(2001), type-LSQM2GP24TSSC8(2002), type-LSQM2GT24TSSC8(2003), type-LSXM1TGS24CGMODHD0(2004), type-LSXM1TGS24CGMODHD1(2005), type-LSQM1TGS16GPSA0(2006), type-EWPXM2TGS48SG0(2007), type-EWPXM1TGS16FD0(2008), type-LSXM1CGQ36HF0(2009), type-LSXM2SUPT0(2010), type-LSXM2SUPT1(2011), type-LSXM1SFT16E0(2012), type-LSXM1SFT16E1(2013), type-lsxM1CGQ36TD0(2014), type-lsxM1CGQ36TD1(2015), type-LSQM1TGT24FD0(2016), type-LSUM1TGT24FD0(2017), type-LSXM2SFT08E0(2018), type-LSXM2SFT08E1(2019), type-LSXM1CCP8HF0(2020), type-LSXM1CCP8HF1(2021), type-LSUM1TFGS24CSSH0(2026), type-S8610-MPU(2028), type-S8610-NET(2029), type-S86-44GF4XFSE(2030), type-S86-48GTSE(2031), type-S86-12QFSG(2032), type-S86-48XFSG(2033), type-LSUM1MPUS06XEC0(2034), type-LSUM1MPUS10XE0(2035), type-LSUM1MPUS10XEB0(2036), type-LSUM1FAB06XEC0(2037), type-LSUM1FAB10XE0(2038), type-LSUM1FAB10XEB0(2039), type-LSUM1FAB08XEB0(2040), type-LSUM1TGS48SH0(2041), type-LSUM1CGS8SH0(2042), type-LSUM1YGS24CSSH0(2043), type-LSUM1CGS20XSH0(2044), type-LSUM1CGS32XSH0(2045), type-LSUM1CGS8QSSH0(2046), type-LSUM1YGS48XSH0(2047), type-LSXM3SUPT1(2048), type-LSXM4SUPT1(2049), type-LSQM2GP24TSSA0-Z(2050), type-LSQM2GT48SA0-Z(2051), type-LSQM2GP48SA0-Z(2052), type-LSUM2TGS48SG0-Z(2053), type-LSUM2QGS12SG0-Z(2054), type-LSUM2TGS32QSSG0-Z(2055), type-LSUM1TGS48RSH0(2056), type-LSUM1MPUS06XEB0(2057), type-LSUM1MPUS10XEA0(2058), type-LSUM1FAB06XEB0(2059), type-LSUM1FAB10XEA0(2060), type-LSXM1CGQ8TD1(2064), type-LSXM1CGQ12TD1(2065), type-LSXM1CGQ18TD1(2066), type-LSXM1QGS24C6TD1(2067), type-LSXM1QGS36TD1(2068), type-LSXM1QGS48TD1(2069), type-LSXM1TGS48C4TD1(2070), type-LSXM1GP48TD1(2071), type-LSXM1TGS48TD1(2072), type-LSQM2FWDSC8(2077), type-IM-MSEX-B(2080), type-IM-MSEX-B-IM-SP-B(2081), type-LSUM1MPUS06XEC0-Z(2082), type-LSUM1CGS8SH0-Z(2083), type-LSUM1SUPXD0-Z(2084), type-LSUM1FAB08XE0-Z(2085), type-LSUM1CGS20XSH0-Z(2086), type-LSUM1FAB06XEC0-Z(2087), type-LSUM1CQGS32SF0-Z(2088), type-LSXM1FAB10XE3(2089), type-LSXM1FAB08XE3(2090), type-LSXM1YGS48XSH3(2091), type-LSXM1YGS24CSSH3(2092), type-LSXM1CGS8QSSH3(2093), type-LSXM1TGS48SH3(2094), type-LSXM1MPUS10XE3(2095), type-LSXM1FAB06XEC3(2096), type-LSXM1MPUS06XEC3(2097), type-LSXM1CGS8SH3(2098), type-LSXM1SUPXD3(2099), type-LSXM1CGS20XSH3(2100), type-LSUM1GP48FD0-Z(2101), type-LSQM1TGS48RFE0-Z(2102), type-LSXM1CGS32XSH3(2103), type-LSQM2GP40TS8FD0(2104), type-LSUM1SUPXES0(2105), type-LSQM2SUPB0(2106), type-LSUM2GP40TS8FD0(2107), type-LSXM2SFT08E2(2109), type-LSXM1TGS48TD2(2110), type-LSXM1CGQ36TD2(2111), type-RX-NIC-LGQ4L(2112), type-LSXM1CDQ24KB1(2113), type-LSXM1SUP02L1(2114), type-LSXM1CGQ48KB1(2115), type-LSXM1SFK08F1(2116), type-MIC-CQ1L1(2118), type-DS-3E7600-16X-SC-B(2119), type-DS-3E12508-MPU(2120), type-DS-3E12500-7610-48T-SE(2121), type-DS-3E7603-MPU(2122), type-DS-3E12500-7610-16X-SF(2123), type-DS-3E12500-24T20F4X-SE(2124), type-DS-3E12500-12Q-SG(2125), type-DS-3E12500-48X-SG(2126), type-DS-3E12500-7610-32X4QX-SF(2127), type-DS-3E12500-7610-44F4X-SE(2128), type-DS-3E12508-CLOS(2129), type-LSXM2SUPT2(2130), type-CSR05SRP1P3A(2131), type-CSFC-08E1A(2132), type-CSFC-16EA(2133), type-CSPEX-1602XA(2134), type-CEPC-CP4RXA(2135), type-CSPEX-1504XA(2136), type-CSPEX-1804XA(2137), type-MIC-GP10LA(2138), type-MIC-GT20LA(2139), type-MIC-XP20LA(2140), type-LSDM1QGS12SE0-Z(2142), type-LSDM1TGS48SE0-Z(2143), type-LSDM1SUPA0-Z(2144), type-LSDM1FAB08D0-Z(2145), type-LSDM1GT24GPSE0-Z(2146), type-LSXM1CGQ18TD2(2147), type-LSXM1QGS36TD2(2148), type-RP-S-G(2149), type-MOD20-G(2150), type-MPA-PSP4L-G(2151), type-MPA-TCP8L-G(2152), type-MPA-ET16L-G(2153), type-MPA-GP10L-G(2154), type-MPA-XP4L-G(2155), type-LSXM1SFH04DR1(2156), type-LSXM1SFH08CR1(2157), type-LSXM1SFH08DR1(2158), type-LSXM1SFH16CR1(2159), type-LSXM1SFH16ER1(2160), type-LSXM1TGS48HFR1(2161), type-LSXM1CGQ18QGHFR1(2162), type-LSXM1SUP04TR1(2163), type-LSXM1CGQ36HBR1(2164), type-LSXM1CGQ36HFR1(2165), type-LSXM1CGQ6QGHFR1(2166), type-LSXM1TGS48HBR1(2167), type-LSXM1CGQ18QGHBR1(2168), type-LSXM1SUPER1(2169), type-LSQM1SDNB0(2170), type-LSUM1SDNB0(2171), type-LSQM1EPSB0(2172), type-LSUM1EPSB0(2173), type-LSXM2TGS48HB2(2174), type-LSXM2CGQ18QGHB2(2175), type-LSUM1CGS8SH3(2176), type-LSUM1GT48FC3(2177), type-LSUM1FAB10XEA3(2178), type-LSUM1TGS48SH3(2179), type-LSUM1MPUS10XE3(2180), type-LSUM1GP48FC3(2181), type-LSQM1TGS16FD0-Z(2182), type-LSQM2SUPA0-Z(2183), type-LSUM1TGS16FD0-Z(2184), type-LSWM2FPGAB(2185), type-LSWM2EC(2186), type-LSWM2FPGA(2187), type-LSWM2ZSP4P(2188), type-LSXM1CGQ8TD2(2189), type-LSXM1TGS48C4TD2(2190), type-LSXM1QGS24C6TD2(2191), type-LSCM1MPUS06A8(2192), type-LSCM1TGS48SC8(2193), type-LSQM1MPUS06S0(2194), type-LSQM1SRP4Y06A0(2195), type-S76-16XFSF-E(2196), type-S7603-MPU(2197), type-LSCM2MPUS06AS8(2198), type-LSCM2CGT24TSSC8(2199), type-LSCM2CGP24TSSC8(2200), type-LSCM2CTGS12GTSC8(2201), type-LSCM2CTGS12GPSC8(2202), type-LSCM2GT24GPTSSC8(2203), type-LSCM2GT24GPSC8(2204), type-LSCM2GP24GTSC8(2205), type-LSCM2GT48SC8(2206), type-LSCM2GP48SC8(2207), type-LSCM2TGS16GPSC8(2208), type-LSXM2SFH16CR1(2209), type-LSXM1SFK08FR1(2213), type-LSXM1CDQ24KBR1(2214), type-LSXM1SUP02LR1(2215), type-LSXM1CGQ48KBR1(2216), type-LSXM1CGQ36HC0(2217), type-LSXM1TGS48TE2(2218), type-LSXM1CGQ36TE2(2219), type-LSXM1SFT16F1(2220), type-LSXM1CGQ18TE2(2221), type-LSXM1CGQ8TE2(2222), type-LSWM116H(2223), type-LSWM1M4CD(2224), type-LSXM1QGS36TE2(2225), type-LSXM1SFT16F2(2226), type-CSPEX-1812X-E(2227), type-MOD20-A3(2228), type-RP-S-G-A3(2229), type-LSXM1SFT16EA1(2230), type-RP1-S-G(2231), type-MOD21-G(2232), type-LSXM1SUPKR1(2233), type-LSXM1CDQ36KBR1(2234), type-LSXM1CMUR1(2235), type-LSXM1SFK16GR1(2236), type-CSR05SRP1R3(2237), type-MIC-TCP8L(2238), type-MIC-PSP4L(2239), type-LSUM1MPU06B8(2240), type-LSUM1MPU10C8(2241), type-LSUM1FAB06C8(2242), type-LSUM1FAB10C8(2243), type-LSUM1MPU10A8(2244), type-LSUM1FAB10A8(2245), type-LSUM1TGS16FD8(2246), type-LSUM1GP48FD8(2247), type-LSUM1GT48FD8(2248), type-LSUM1GP40TS8FD8(2249), type-LSUM1TGS48RSH8(2250), type-LSDM1GP48SE0-Z(2251), type-LSDM1GT48SE0-Z(2252), type-LSDM1CGS8SE0-Z(2253), type-LSXM1SUP04T2(2254), type-LSXM1SFT04F2(2255), type-LSXM1SFT08F2(2256), type-RX-NIC-CQ2LF-E(2257), type-LSUM1TGS24FD8(2258), type-RX-SPE400-E(2259), type-LSXM1SFK08GR1(2260), type-RX-SFC-16T1(2261), type-LSCM3SUP03A0-Z(2262), type-LSCM3MPUS06A0-Z(2263), type-LSCM3GT48SC0-Z(2264), type-LSCM3TGS48SE0-Z(2265), type-LSCM3QGS8CSSE0-Z(2266), type-LSDM3QGS12SE0-Z(2267), type-LSDM3TGS48SE0-Z(2268), type-LSDM3SUPA0-Z(2269), type-LSDM3FAB08D0-Z(2270), type-LSDM3GT24GPSE0-Z(2271), type-LSDM3GP48SE0-Z(2272), type-LSDM3GT48SE0-Z(2273), type-LSDM3CGS8SE0-Z(2274), type-RX-CEPC-CQ8LF(2275), type-RX-SPE200-E(2276), type-DSH7503-MP(2277), type-DSH7506-MP(2278), type-DSH7510-MP(2279), type-DSH7500-48T-P(2280), type-DSH7500-16X(2281), type-DSH7500-48F(2282), type-DSH7500-12QX4Q28(2283), type-DSH7500-24F4X(2284), type-DSH7500-24QX(2285), type-DSH7500-24T4X(2286), type-DSH7500-24X2QX1Q28(2287), type-DSH7500-2Q28(2288), type-DSH7500-44F4X(2289), type-DSH7500-48T(2290), type-DSH7500-48X(2291), type-LSWM2-iMC(2292), type-LSWM2ZQP2P-Z(2293), type-LSWM2ZSP4P-Z(2294), type-LSWM2ZSP8P-Z(2295), type-LSDM3SUP04A0-Z(2296), type-LSDM3FAB04E0-Z(2297), type-LSDM3FAB08E0-Z(2298), type-LSDM3QGS36SE0-Z(2299), type-LSDM3CGS12SE0-Z(2300), type-LSQM2XPT12TSFD0(2301), type-CSPEX-1702X(2302), type-CSR05SRP1P1(2303), type-NIC-GP24L1(2304), type-NIC-GP24LA(2305), type-NIC-XP20L1(2306), type-NIC-XP20LA(2307), type-RX-NIC-LGQ4LF(2308), type-CSR05SRP1R3A(2309), type-CEPC-CQ8L(2310), type-CEPC-CQ8LA(2311), type-CSPEX-1802XA(2312), type-CSPEX-1802XB(2313), type-CSPEX-1502XA(2314), type-CSPEX-1512XB(2315), type-NIC-XP20L1A(2317), type-NIC-XP20L1B(2318), type-NIC-GP24L1A(2320), type-NIC-GP24L1B(2321), type-NIC-CQ2LA(2322), type-NIC-CQ2LB(2323), type-NIC-XP5LA(2324), type-NIC-XP5LB(2325), type-CSFC-16T1(2326), type-LSUM1MPUS10XEC0(2327), type-LSUM1MPUS10XEC3(2328), type-LSUM1MPUS06XEC3(2329), type-LSUM1FAB10XEC0(2330), type-LSCM2MPUS06AS0-Z(2331), type-LSCM2CGT24TSSC0-Z(2332), type-LSCM2CGP24TSSC0-Z(2333), type-LSCM2CTGS12GTSC0-Z(2334), type-LSCM2CTGS12GPSC0-Z(2335), type-LSCM2GT24GPTSSC0-Z(2336), type-LSCM2GT24GPSC0-Z(2337), type-LSCM2GP24GTSC0-Z(2338), type-LSCM2GT48SC0-Z(2339), type-LSCM2GP48SC0-Z(2340), type-LSCM2TGS16GPSC0-Z(2341), type-LSWM2SP2PM-Z(2342), type-LSWM2QP2P-Z(2343), type-LSWM2SP8P-Z(2344), type-LSCM2MPUS06AS0(2345), type-LSCM2CGT24TSSC0(2346), type-LSCM2CGP24TSSC0(2347), type-LSCM2CTGS12GTSC0(2348), type-LSCM2CTGS12GPSC0(2349), type-LSCM2GT24GPTSSC0(2350), type-LSCM2GT24GPSC0(2351), type-LSCM2GP24GTSC0(2352), type-LSCM2GT48SC0(2353), type-LSCM2GP48SC0(2354), type-LSCM2TGS16GPSC0(2355), type-LSXM1SFK04FR1(2356), type-LSXM1SFK08ER1(2357), type-LSXM1SFK16ER1(2358), type-LSXM1CCQ48KBR1(2359), type-LSQM3SUPA0(2360), type-LSQM3SUPA3(2361), type-LSXM1YGS24CGMODTE2(2362), type-LSXM1SUPE1(2363), type-LSUM2TGS48SH0(2364), type-LSCM3SUP03A0(2365), type-LSCM3MPUS06A0(2366), type-LSCM3TGS48SE0(2367), type-LSCM3QGS8CSSE0(2368), type-LSCM3SUP03A0-ZE(2369), type-LSCM3GT48SC0-ZE(2370), type-LSCM3TGS48SE0-ZE(2371), type-LSCM3QGS8CSSE0-ZE(2372), type-LSDM3FAB04G0-Z(2373), type-LSDM3FAB08G0-Z(2374), type-LSDM3FAB16G0-Z(2375), type-LSDM3CGS36SF0-Z(2376), type-LSDM3YGS48SF0-Z(2377), type-LSCM3MPUS10B0(2378), type-LSCM3MPUS10B0-Z(2379), type-LSUM1CGS8QSSH8(2380), type-LSDM3TGS48SF0-Z(2381), type-LSDM1SUPA0(2382), type-LSDM1FAB08D0(2383), type-LSDM1TGS48SE0(2384), type-LSDM1GT24GPSE0(2385), type-LSDM1GT48SE0(2386), type-LSDM1GP48SE0(2387), type-LSDM3SUPA0(2388), type-LSDM3FAB08D0(2389), type-LSDM3TGS48SE0(2390), type-LSDM3GT24GPSE0(2391), type-LSDM3GT48SE0(2392), type-LSDM3GP48SE0(2393), type-SR07MPUA3-M(2394), type-SFE-A(2395), type-MIC-CQ1L-M(2396), type-MIC-CQ2L-M(2397), type-LSXM1CGQ18C1(2398), type-LSXM1CGQMS18B1(2399), type-LSXM1MOD48KBR1(2400), type-LSXM1CDQ36KB1(2401), type-LSXM1SUP02TR1(2402), type-LSCM2SUP03B0(2407), type-LSCM2SUP03B0-Z(2408), type-LSWM2QP4P(2409), type-LSXM1SUPS2(2410), type-LSXM1SFS08D2(2411), type-LSXM1TGS48SE2(2412), type-LSXM1GT24GPSE2(2413), type-LSXM1GT48SE2(2414), type-LSXM1GP48SE2(2415), type-LSXM3SUPS2(2416), type-LSXM3SFS08D2(2417), type-LSXM3TGS48SE2(2418), type-LSXM3GT24GPSE2(2419), type-LSXM3GT48SE2(2420), type-LSXM3GP48SE2(2421), type-LSXM3SUP04S2(2422), type-LSXM3SFS04G2(2423), type-LSXM3SFS08G2(2424), type-LSXM3SFS16G2(2425), type-LSXM3CGQ36SF2(2426), type-LSXM3YGS48SF2(2427), type-LSXM3TGS48SF2(2428), type-MIC-GP12L-M(2429), type-MIC-CQ1LF-M(2430), type-MIC-XP10L-M(2431), type-MIC-CLP4L-M(2432), type-MIC-ET16L-M(2433), type-MIC-PSP4L-M(2434), type-MIC-TCP8L-M(2435), type-MIC-SP4L-M(2436), type-LSCM2GV48SC0(2437), type-LSQM1FAB06XEB0(2438), type-LSQM1FAB10XEA0(2439), type-LSQM1MPUS06XEB0(2440), type-LSQM1MPUS10XEA0(2441), type-LSQM2TGS48XSH0(2442), type-LSQM1TGS48RXSH0(2443), type-LSQM1CGS8XSH0(2444), type-LSQM1YGS24CSXSH0(2445), type-LSQM1CGS8QSXSH0(2446), type-LSQM2GP24TSXSA0(2447), type-LSQM2GT48XSA0(2448), type-LSQM2GP48XSA0(2449), type-LSQM2GP44TSXSE0(2450), type-LSQM2GT24PTSXSE0(2451), type-LSQM2GT24TSXSE0(2452), type-LSQM1GT48XFD0(2453), type-LSQM2GP40TS8XFD0(2454), type-LSQM1TGT24XFD0(2455), type-LSEM1SUPA0(2456), type-LSEM1SF06D0(2457), type-LSEM1GT48TSSC0(2458), type-LSEM1TGS24SC0(2459), type-LSEM1TGS48SC0(2460), type-LSDM3FAB08F0-Z(2461), type-LSDM3FAB16F0-Z(2462), type-LSDM3QGS36SF0-Z(2463), type-LSDM3CGS18SF0-Z(2464), type-LSDM3CDQ16SF0-Z(2465), type-LSDM3CDQ8SF0-Z(2466), type-LSXM3SFS08F2(2467), type-LSXM3SFS16F2(2468), type-LSXM3QGS36SF2(2469), type-LSXM3CGQ18SF2(2470), type-LSXM3CDQ16SF2(2471), type-LSXM3CDQ8SF2(2472), type-MIC-XP4L-M(2473), type-LSDM3SUP04A0(2474), type-LSDM3FAB04E0(2475), type-LSDM3QGS36SE0(2476)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot type.  BOM number is recommended."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.3
hh3cLswSlotDesc OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Slot description."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.4
hh3cLswSlotCpuRatio OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU usage of the slot in accuracy of 1%, and the range of value is 1 to
         100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.5
hh3cLswSlotPcbVersion OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hardware version of the board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.6
hh3cLswSlotSoftwareVersion OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Software version of the board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.7
hh3cLswSubslotNumber OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of the cards of the board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.8
hh3cLswSlotAdminStatus OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {not-install(1), normal(2), fault(3), forbidden(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.9
hh3cLswSlotOperStatus OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {disable(1), enable(2), reset(3), test(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Slot operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.10
hh3cLswSlotPhyMemory OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The memory of physical on the board.

        If the amount of physical memory exceeds 4,294,967,295 bytes,
        the value remains 4,294,967,295 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.11
hh3cLswSlotMemory OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The memory of system on the board.

        Note that the system memory means the memory can be used by
        the software platform.

        If the amount of system memory exceeds 4,294,967,295 bytes,
        the value remains 4,294,967,295 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.12
hh3cLswSlotMemoryUsed OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system memory in use on the board.

        Note that the system memory means the memory can be used by
        the software platform.

        If the amount of used memory exceeds 4,294,967,295 bytes,
        the value remains 4,294,967,295 bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.13
hh3cLswSlotMemoryRatio OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of system memory in use on the board.

        Note that the system memory means the memory can be used by
        the software platform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.14
hh3cLswSlotTemperature OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The temperature of system on the board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.15
hh3cLswSlotPktBufFree OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packet buffers available for internal VME transfers
        or external transfers, respectively.  Because switch operations and
        application software modules impose some overhead on global memory
        buffers, the number of buffers available for data transfers is less
        than the total number of buffers allocated when the switch boots."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.16
hh3cLswSlotPktBufInit OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packet buffers allocated when the switch booted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.17
hh3cLswSlotPktBufMin OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The smallest number of packet buffers available since the switch booted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.18
hh3cLswSlotPktBufMiss OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that the switch was unable to obtain a packet
         buffer.  Failure to obtain a buffer indicates that buffers were busy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.19
hh3cLswSlotRunTime OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Runtime of board.

         For example, if a board has run for 2 days 4 hours and 20 minutes,
         its runtime is displayed as 0 weeks, 2 days, 4 hours, 20 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.20
hh3cLswSlotPhyMemRev OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Size of the memory on the board.

        This node is used to replace hh3cLswSlotPhyMemory."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.21
hh3cLswSlotMemRev OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Size of the memory space for the software system on the board.

        This node is used to replace hh3cLswSlotMemory.

        Note that the system memory means the memory can be used by
        the software platform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.22
hh3cLswSlotMemUsedRev OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Size of the memory space used by the software system on the board.

        This node is used to replace hh3cLswSlotMemoryUsed.

        Note that the system memory means the memory can be used by
        the software platform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.23
hh3cLswSlotModelDesc OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Model of the extended device in a slot.  Examples of extended devices
        include PEXs and firewall modules.  If the device in the slot is not
        an extended device, a zero-length string is returned."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.24
hh3cLswSlotPktBufThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32 (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of buffers for the slot, with the step
         length of 1, ranging from 1 to 100 in percentage.
         Default value is defined by product."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.18.4.3.1.25
hh3cLswSlotSerialNumber OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Serial number of the current slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSlotTable(3) hh3cLswSlotEntry(1) 25 }

.1.3.6.1.4.1.25506.8.35.18.4.4
hh3cLswSubslotTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Subslot description table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.4.1
hh3cLswSubslotEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswSubslotIndex }
  DESCRIPTION	"Subslot description table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSubslotTable(4) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.4.1.1
hh3cLswSubslotIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Subslot index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSubslotTable(4) hh3cLswSubslotEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.4.1.2
hh3cLswSubslotType OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION Hh3cLswTypeOfSlot
  SYNTAX	INTEGER {type-NULL(0), type-10OR100M(1), type-1000BASE-LX-SM(2), type-1000BASE-SX-MM(3), type-1000BASE-TX(4), type-100M-SINGLEMODE-FX(5), type-100M-MULTIMODE-FX(6), type-100M-100BASE-TX(7), type-100M-HUB(8), type-VDSL(9), type-STACK(10), type-1000BASE-ZENITH-FX(11), type-1000BASE-LONG-FX(12), type-ADSL(13), type-4T10OR100-4FX100SM(14), type-4T10OR100-4FX100MM(15), type-VSPL(16), type-ASPL(17), type-1000M-SFP(18), type-LS82O2CM(19), type-LS82P2CM(20), type-LS82O4GM(21), type-LS82GB4C(22), type-LS82GT4C(23), type-LS82ST4C(24), bOARD-TYPE-LS82DSPU(25), bOARD-TYPE-LS81GP8U(26), bOARD-TYPE-LS82GT20(27), bOARD-TYPE-LS82FE48(28), type-LS82T24B(29), type-LSB1SRPA(30), type-LSB1FT48A(31), type-LSB1FT48B(32), type-LSB1F48GA(33), type-LSB1F48GB(34), type-LSB1FP20A(35), type-LSB1FP20B(36), type-FT48A(37), type-GP4U(38), type-GP2U(39), type-TGX1A(40), type-1000BASE-LX-SM-IR-SC(41), type-1000BASE-SX-MM-SR-SC(42), type-1000BASE-T-RJ45(43), type-100BASE-FX-SM-IR-SC(44), type-100BASE-FX-MM-SR-SC(45), type-GIGA-STACK-1M-PC(46), type-1000BASE-LX-SM-VLR-LC(47), type-1000BASE-LX-SM-LR-LC(48), type-100BASE-FX-SM-LR-SC(49), type-1000BASE-X-GBIC(50), type-100M-SINGLEMODE-FX-LC(51), type-100M-MULTIMODE-FX-LC(52), type-1000BASE-4SFP(53), type-1000BASE-4GBIC(54), type-1000BASE-FIXED-4SFP(55), type-1000BASE-FIXED-4GBIC(56), type-LSB1GP12A(57), type-LSB1GP12B(58), type-LSB1TGX1A(59), type-LSB1TGX1B(60), type-LSB1P4G8A(61), type-LSB1P4G8B(62), type-LSB1A4G8A(63), type-LSB1A4G8B(64), type-FT48C(65), type-FP20(66), bOARD-TYPE-LS81FT48(67), bOARD-TYPE-LS81GB8U(68), bOARD-TYPE-LS81GT8U(69), bOARD-TYPE-LS81FS24(70), bOARD-TYPE-LS81FM24(71), bOARD-TYPE-LS82GP20(72), type-LSB1SRPB(73), type-LSB1F32GA(74), type-LSB1F32GB(75), type-LSB2FT48A(76), type-LSB2FT48B(77), type-LSB1GT12A(78), type-LSB1GT12B(79), type-PC4U(80), type-FT32A(81), type-GT4U(82), bOARD-TYPE-LS83FP20A(83), bOARD-TYPE-LS82HGMU(84), type-LSB1GP8TB(85), type-LSB1GP8TC(86), type-LSB1GT8PB(87), type-LSB1GT8PC(88), type-LSB1FT48C(89), type-LSB1FP20C(90), type-LSB1F32GC(91), type-LSB1GT12C(92), type-LSB1GP12C(93), type-LSB1P4G8C(94), type-LSB1TGX1C(95), type-LSB1GT24B(96), type-LSB1GT24C(97), type-LSB1GP24B(98), type-LSB1GP24C(99), type-LSB1XP2B(100), type-LSB1XP2C(101), type-LSB1GV48B(102), type-LSB1GV48C(103), type-LSB1SRPC(104), type-LSB1SRP1N0(105), type-LSB1SRP1N1(106), type-LSB1SRP1N2(107), type-GT24(108), type-GP24(109), type-XP2(110), type-GV48(111), type-LSG1GP8U(112), type-LSG1GT8U(113), type-LSG1TG1U(114), type-LSG1TD1U(115), type-LSB2FT48C(116), type-LSB1GT48B(117), type-LSB1GT48C(118), type-LS81GT48(119), type-LS81SRPG0(120), type-LS81SRPG1(121), type-LS81SRPG2(122), type-LS81SRPG3(123), type-SR01SRPUB(125), type-SR01SRPUA(126), type-SR01GP12L(127), type-SR01GP12W(128), type-SR01FT48L(129), type-SR01FT48W(130), type-SR01XK1W(131), type-SR01FP20W(132), type-SR01GT12W(133), type-SR01F32GL(134), type-SR01F32GW(135), type-SR01GT8PL(136), type-SR01GT8PW(137), type-SR01P4G8W(138), type-LSA1FP8U(139), type-LSB1SP4B(140), type-LSB1SP4C(141), type-LSB1UP1B(142), type-LSB1UP1C(143), type-LSB1XP4B(144), type-LSB1XP4C(145), type-SP4(146), type-UP1(147), type-XP4(148), type-LS81VSNP(149), type-LS81T12P(150), type-LS81P12T(151), type-LS81GP8UB(152), type-LS81FT48E(153), type-LS81GP4UB(154), type-LS81GT8UE(155), type-LS81GT48A(156), type-LS81FP48(157), type-LSB1XK1B(158), type-LSB1XK1C(159), type-SR01SRPUC(160), type-SR01SRPUD(161), type-SR01SRPUE(162), type-LSB1SRP1N3(163), type-LSB1VP2B(164), type-LSB1NATB(165), type-LSB1VPNB(166), type-LSGP8P(167), type-LSXK1P(168), type-LSXP2P(169), type-LS81FT48F(170), type-LS81PT8G(171), type-LS81PT4G(172), type-LSSTK24G(173), type-LS82GT20A(174), type-LS82GP20A(175), type-LS81TGX1C(176), type-VP2(177), type-LSA1FB8U(178), type-LS81T12PE(179), type-LS81P12TE(180), type-LSB1SRP2N0(181), type-LSB1SRP2N3(182), type-LSB1GV48DB(183), type-LSB1FW8B(184), type-LSB1IPSEC8B(185), type-LSB1IDSB(186), type-LSB1IPSB(187), type-LSB2FT48CA(188), type-LSB1FP20CA(189), type-LSB1F32GCA(190), type-LSB1P4G8CA(191), type-LSB1GT12CA(192), type-LSB1GT24CA(193), type-LSB1GP12CA(194), type-LSB1GP24CA(195), type-LSB1GT8PCA(196), type-LSB1XP2CA(197), type-LSB1XK1CA(198), type-LSB1XP4CA(199), type-LSB1UP1CA(200), type-LSB1SP4CA(201), type-LSB1VP2CA(202), type-SR01FT48WA(203), type-SR01FP20WA(204), type-SR01F32GWA(205), type-SR01P4G8WA(206), type-SR01GT12WA(207), type-SR01GT24WA(208), type-SR01GP12WA(209), type-SR01GP24WA(210), type-SR01GT8PWA(211), type-SR01XP2WA(212), type-SR01XK1WA(213), type-SR01UP1WA(214), type-SR01SP4WA(215), type-GP8U(216), type-LSEXP1P(217), type-LSEXK1P(218), type-LSEXS1P(219), type-LS81GP48(220), type-LS81GT48B(221), type-LS81T16P(222), type-LS81T32P(223), type-LS81TGX2(224), type-LS81TGX4(225), type-LSB1GV48DA(226), type-SR01GV48VB(227), type-LSB1GT24DB(228), type-LSB1GP24DB(229), type-LSB1GP24DC(230), type-LSB1FW8DB(231), type-LSB1IPSEC8DB(232), type-SR01GT24VB(233), type-SR01GP24VC(234), type-SR01VP2WA(235), type-SR01FW8VB(236), type-SR01IPSEC8VB(237), type-SR01NATL(238), type-SR01VPNL(239), type-LSB1GP24CB(240), type-LSB1GP48DB(241), type-LSB1XP2CB(242), type-XP4L(243), type-LSB1XP4LDB(244), type-LSB1XP4LDC(245), type-AHP4(246), type-LSB1AHP4GCA(247), type-CLP4(248), type-LSB1CLP4GCA(249), type-ET32(250), type-LSB1ET32GCA(251), type-LSB1IDSDB(252), type-LSB1SRP2N1(253), bOARD-TYPE-LS82SRPB(254), bORAD-TYPE-LS83SRPC(255), type-Main(256), type-LSB1SRP2N2(257), type-LSB1NAMB(258), type-RSP2(259), type-LSB1RSP2CA(260), type-SR01XP4LVC(261), type-SR01AHP4GWA(262), type-SR01CLP4GWA(263), type-SR01ET32GWA(264), type-SR01IDSVB(265), type-SR01SRPUF(266), type-SR01NAML(267), type-SR01RSP2WA(268), type-LSPM1XP1P(269), type-LSPM1XP2P(270), type-LSPM1CX2P(271), type-STK-1000BASE-T(272), type-LSB1SRP1M0(300), type-LSB1SRP1M1(301), type-LSB1GP12DB(302), type-LSB1GT12DB(303), type-LSB1XK1DB(304), type-LSB1XP2DB(305), type-LSB1XP2DC(306), type-LSB1GT48LDB(307), type-LSB1XP4TDB(308), type-LSB1XP4TDC(309), type-LSB1RSP2DC(310), type-LSB1VP2DC(311), type-LSB1XP4DB(312), type-LSB1SRP2E0(313), type-LSB1SRP2E1(314), type-LSB1SRP2E2(315), type-LSB1SRP2E3(316), type-SR01SRPUQ(317), type-AHP1(318), type-AHP2(319), type-CLP1(320), type-CLP2(321), type-ET16(322), type-LSB1SRP1NA0(323), type-LSB1SRP1NA1(324), type-LSB1SRP1NA2(325), type-LSB1SRP1NA3(326), type-SR01AHP1GWA(327), type-SR01AHP2GWA(328), type-SR01CLP1GWA(329), type-SR01CLP2GWA(330), type-SR01ET16GWA(331), type-SR01GP12VB(332), type-SR01XK1VB(333), type-SR01XP2VC(334), type-SR01XP4LVB(335), type-SR01SRPUEA(336), type-LSB1SRP1N4(337), type-LSB1SRP1N5(338), type-LSB1SRP1N6(339), type-LSB1SRP1N7(340), type-LSB1SRP2N4(341), type-LSB1SRP2N5(342), type-LSB1SRP2N6(343), type-LSB1SRP2N7(344), type-LSB1SRP1NA4(345), type-LSB1SRP1NA5(346), type-LSB1SRP1NA6(347), type-LSB1SRP1NA7(348), type-LSB2GV48DA(349), type-LSB1RGP2GDB(350), type-LSB1RGP4GDB(351), type-LSB2GP24DB(352), type-LSB2GP24DC(353), type-LSB2GT24DB(354), type-LSB2FW8DB(355), type-LSB2IPSEC8DB(356), type-LSB2GV48DB(357), type-RGP2(358), type-RGP4(359), type-SR02FW8VB(360), type-SR02IPSEC8VB(361), type-LSB2SRP1N0(362), type-LSB2SRP1N1(363), type-LSB2SRP1N2(364), type-LSB2SRP1N3(365), type-LSB2SRP1N4(366), type-LSB2SRP1N5(367), type-LSB2SRP1N6(368), type-LSB2SRP1N7(369), type-SR02SRPUE(370), type-SR01LN1BQH0(371), type-SR01DXP1L(372), type-SR01DGP10L(373), type-SR01DRSP2L(374), type-SR01DRUP1L(375), type-SR01DGP20R(376), type-SR01DPLP8L(377), type-SR01DXP2R(378), type-LSB1FW2A0(379), type-LSB1GP48LDB(380), type-SR01LN1BNA0(381), type-SR01LN2BQH0(382), type-SR01LN2BNA0(383), type-SR01DGT20R(384), type-SR01DPSP4L(385), type-SR01DPUP1L(386), type-SR01DPL2G6L(387), type-SR01DPH2G6L(388), type-SR01DPS2G4L(389), type-SR01DCL1G8L(390), type-SR01DCL2G8L(391), type-SR01DET8G8L(392), type-SR02SRP2E3(393), type-SR02SRP1E3(394), type-SR02SRP1M3(395), type-SR01DQCP4L(396), type-SR01DTCP8L(397), type-LSB1AFC1A0(398), type-LSB1SSL1A0(399), type-IMNAM(400), type-IMNAT(401), type-PICAHP1L(402), type-PICALP4L(403), type-PICCHP4L(404), type-PICCHS1G4L(405), type-PICCLS4G4L(406), type-PICCSP1L(407), type-LSB1ACG1A0(408), type-LST1MRPNC1(409), type-LST1SF18B1(410), type-LST1SF08B1(411), type-LST1GT48LEC1(412), type-LST1GP48LEC1(413), type-LST1XP4LEC1(414), type-LST1XP8LEC1(415), type-LSR1SRP2B1(416), type-LSR1SRP2C1(417), type-LSR1SRP2B2(418), type-LSR1SRP2C2(419), type-LSR1GT24LEC1(420), type-LSR1GP24LEB1(421), type-LSR1GP24LEC1(422), type-LSR1GT48LEB1(423), type-LSR1GT48LEC1(424), type-LSR1GP48LEB1(425), type-LSR1GP48LEC1(426), type-LSR2GV48REB1(427), type-LSR1XP2LEB1(428), type-LSR1XP2LEC1(429), type-LSR1XP4LEB1(430), type-LSR1XP4LEC1(431), type-IMFW(432), type-LSB1LB1A0(433), type-LSB1IPS1A0(434), type-LST1GT48LEB1(435), type-LST1GP48LEB1(436), type-LST1XP4LEB1(437), type-LST1XP8LEB1(438), type-LST1XP32REB1(439), type-LST1XP32REC1(440), type-LSR1FW2A1(441), type-LSR1SSL1A1(442), type-SR01DET32G2L(443), type-LSR1GP24LEF1(444), type-LSR1XP4LEF1(445), type-LSR1LB1A1(446), type-LSR1NSM1A1(447), type-LSR1ACG1A1(448), type-LSR1IPS1A1(449), type-LSR2GP24LEB1(450), type-LSR2GT24LEB1(451), type-LSR2GT48LEB1(452), type-SPC-GP24L(453), type-SPC-GT48L(454), type-SPC-GP48L(455), type-SPC-XP2L(456), type-SPC-XP4L(457), type-SR06SRP2E3(458), type-SPE-2010-E(459), type-SPE-2020-E(460), type-SPC-XP4L-S-SDI(461), type-SPC-GT48L-SDI(462), type-SPC-GP48L-S-SDI(463), type-SR02OPMA0(464), type-LSR1XP16REB1(465), type-LSR1GP48LEF1(466), type-LST1GP48LEF1(467), type-LST1XP8LEF1(468), type-SPE-1010-II(469), type-SPE-1010-E-II(470), type-SPE-1020-II(471), type-SPE-1020-E-II(472), type-LST1FW2A1(473), type-LST1NSM1A1(474), type-LST1LB1A1(475), type-LST1ACG1A1(476), type-LST1IPS1A1(477), type-LSR1DRUP1L1(478), type-LSR1DPUP1L1(479), type-LSR1DPSP4L1(480), type-LSR1DTCP8L1(481), type-LSR1DXP1L1(482), type-LSR1DGP10L1(483), type-LSR1LN1BNL1(484), type-LSR1LN2BL1(485), type-LSR1SRP2D1(486), type-IM-NAT-II(487), type-IM-NAM-II(488), type-CR-MRP-I(489), type-CR-SF18C(490), type-CR-SF08C(491), type-CR-SPC-XP8LEF(492), type-CR-SPC-XP4LEF(493), type-CR-SPC-GP48LEF(494), type-CR-SPC-GT48LEF(495), type-CR-SPE-3020-E(496), type-CR-SPC-PUP4L-E(497), type-LST1SF08C1(498), type-LST1SF18C1(499), type-LS81GP16TM(500), type-LS81VP4C(501), type-LS8M1PT8P0(502), type-LS8M1PT8GB0(503), type-LS8M1PT4GB0(504), type-LS81GP2R(505), type-LS81GP4R(506), type-LS81IPSECA(507), type-LS81FWA(508), type-LS82VSNP(509), type-LSQ1GV48SA(510), type-LSQ1SRPB(511), type-LSQ1SRP2XB(512), type-LSQ1SRP1CB(513), type-LSQ1FV48SA(514), type-LSD1MPUA(515), type-LSD1GP20A0(516), type-LSD1GP20TA0(517), type-LSD1GP36A0(518), type-LSD1GP20XA0(519), type-LSD1GP20EA0(520), type-LSD1GP20RA0(521), type-LSD1GP16A0(522), type-LSD1GT16A0(523), type-LSD1XP2A0(524), type-LSD1EP2A0(525), type-LSD1RP2A0(526), type-LSQ1GV48SC(527), type-LSQ1FP48SA(528), type-LSQ1GP24SC(529), type-LSQ1GT24SC(530), type-LSQ1TGX2SC(531), type-LSQ1GP12EA(532), type-LSQ1TGX1EA(533), type-LSQ1P24XGSC(534), type-LSQ1T24XGSC(535), type-LS81TGX1B(536), type-LSQ1PT4PSC0(537), type-LS81SRPG13(538), type-LS81SRPG14(539), type-LS81SRPG15(540), type-LSQ1GP48SC0(541), type-LSQ1GP12SC0(542), type-LSD1SRPA0(543), type-LSD1SRPB0(544), type-LSD1SRPC0(545), type-LSD1GT16PES0(546), type-LSD1GP24ES0(547), type-LSD1GT24XES0(548), type-LSD1GP24XES0(549), type-LSD1XP2ES0(550), type-LSD1GP48ES0(551), type-LSQ1MPUA0(552), type-LSQ1MPUA1(553), type-LSQ1FWBSC0(554), type-LSQ1PT8PSC0(555), type-LSQ1PT16PSC0(556), type-SA11MPUA0(557), type-SA11MPUB0(558), type-LSQ1AFCBSC0(559), type-LSQ1MPUB0(560), type-LSQ1MPUB1(561), type-LSQ1PT4PSC1(562), type-LSQ1PT8PSC1(563), type-LSQ1PT16PSC1(564), type-LSQ1FP48USA0(565), type-LSQ1FP48USA1(566), type-LSQ1FV48USA0(567), type-LSQ1FV48USA1(568), type-LSQ1SRPD0(569), type-LSQ1CGP24TSC0(570), type-LSQ1GP24TSC0(571), type-LSQ1ACGASC0(572), type-LSD1XP1ES0(573), type-LSD1GP12ES0(574), type-LSQ1SRP12GB0(575), type-LSQ1GV40PSC0(576), type-LSQ1FWBSC1(577), type-LSQ1NSMSC0(578), type-LSQ1NSMSC1(579), type-LSQ1AFDBSC0(580), type-LS81MPUB(581), type-LS81FP48XL(582), type-LS81FT48XL(583), type-LS81GP12XL(584), type-LS81GP24XL(585), type-LS81GP48XL(586), type-LS81GT24XL(587), type-LS81GT48XL(588), type-LS81TGX2XL(589), type-LSQ1GV48SD0(590), type-LSQ1GP48EB0(591), type-LSQ1IPSSC0(592), type-LSQ1GV48SD1(593), type-LSQ1GP48SD0(594), type-LSQ1GP48SD1(595), type-LSQ1SRPA0(596), type-LSQ1SRPA1(597), type-LSQ2FP48SA0(598), type-LSQ2FP48SA1(599), type-LSQ2FT48SA0(600), type-LSQ2FT48SA1(601), type-LSQ1GV24PSC0(602), type-LSQ1GV24PSC1(603), type-LSQ1CGV24PSC0(604), type-LSQ1CGV24PSC1(605), type-LSQ1GP24TEB0(606), type-LSQ1GP24TEB1(607), type-LSQ1GP24TSD0(608), type-LSQ1GP24TSD1(609), type-LSQ1GP24TXSD0(610), type-LSQ1GP24TXSD1(611), type-LSQ1TGX2EB0(612), type-LSQ1TGX2EB1(613), type-LSQ1TGX2SD0(614), type-LSQ1TGX2SD1(615), type-LSQ1TGX4SD0(616), type-LSQ1TGX4SD1(617), type-LSQ1TGX8SD0(618), type-LSQ1TGX8SD1(619), type-LSQ1GP48EB1(620), type-LSQ1TGX4EB0(621), type-LSQ1TGX4EB1(622), type-LSQ1GP12SC3(623), type-LSQ1GP24TSC3(624), type-LSQ1GP48SC3(625), type-LSQ1GV48SC3(626), type-LSQ1MPUA3(627), type-LSQ1SRP1CB3(628), type-LSQ1SRPA3(629), type-LSQ2FP48SA3(630), type-LSQ2FT48SA3(631), type-LSQ1MPUB3(632), type-LSQ1CGP24TSC3(633), type-LSQ1MPUB4(634), type-LSQ1SRPD4(635), type-LSQ1SSLSC0(636), type-LSQ1LBSC0(637), type-LSQ1NAT24SC0(638), type-LSQ1SRP12GB4(639), type-LSQ1TGS8SC0(640), type-LSQ3PT4PSC0(641), type-EWPXM2MPUB0(642), type-EWPXM2SRP12GB0(643), type-EWPXM2SRPD0(644), type-EWPXM2GP24TSD0(645), type-EWPXM2GP24TXSD0(646), type-EWPXM2TGX4SD0(647), type-EWPXM2GP48SD0(648), type-EWPXM2GP24TSC0(649), type-EWPXM2TGX2SC0(650), type-EWPXM2GP48SC0(651), type-LS7500-GP48-SC(652), type-LS7500-GP48-SD(653), type-LS7500-GT48-SC(654), type-LS7500-GT48-SD(655), type-LS7500-SRPG1(656), type-LS7500-SRPG2(657), type-LS7500-XP4-SD(658), type-LS7500-XP8-SD(659), type-LSQ4PT4PSC0(660), type-LSQ4PT8PSC0(661), type-LSQ4PT16PSC0(662), type-LSQ1GP24TSA0(663), type-LSQ1GV24PSA0(664), type-LSQ1SRPD3(665), type-LSQ1SUPA0(666), type-LSU1FAB04A0(667), type-LSU1FAB08A0(668), type-LSU1TGS8EA0(669), type-LSU1TGS8EB0(670), type-LSU1TGS8SE0(671), type-LSUTGS16SC0(672), type-LSU1SUPA0(673), type-LSU1GP24TXEA0(674), type-LSU1GP24TXEB0(675), type-LSU1GP24TXSE0(676), type-LSU1GP48EA0(677), type-LSU1GP48EB0(678), type-LSU1GP48SE0(679), type-LSU1GT48EA0(680), type-LSU1GT48SE0(681), type-LSU1TGX4EA0(682), type-LSU1TGX4EB0(683), type-LSU1TGX4SE0(684), type-LSQ1FAB08A0(685), type-EWPX2WCMD0(686), type-LSQ1WCMD0(687), type-LSQ1IAGSC0(688), type-LSU1GP24TSE0(689), type-LSQ1TGS16SC0(690), type-EWPX2TGS16SC0(691), type-LSQ1SUPA3(692), type-LSQ1FAB04A3(693), type-LSQ1FAB08A3(694), type-LSQ1GT48SC0(695), type-LSR2SRP2C1(696), type-LSR2SRP2C2(697), type-1000BASE-X-COMBO(701), type-EPON-1000M(702), type-1000BASE-FIXED-2SFP-T-2RJ45(703), type-100M-1550-BIDI(704), type-100M-1310-BIDI(705), type-1000BASE-FIXED-4RJ45-4SFP-COMBO(706), type-LSH1PK2T(707), type-LSPM2GP2P(708), type-LSWM1GT16P(709), type-LSWM1GP16P(710), type-LSWM1XP2P(711), type-LSWM1XP4P(712), type-LSWM1SP2P(713), type-LSWM1SP4P(714), type-LSWM148POEM(715), type-LSWM1FW10(716), type-LSWM1WCM10(717), type-LSWM1IPS10(718), type-LSWM1WCM20(719), type-LSPM2SP2P(725), type-LSPM2SP2PA(726), type-LSP5GP8P(727), type-LSP5GT8P(728), type-LSWM1FC4P(729), type-LSW1XGT4P0(730), type-LSW1XGT2P0(731), type-LSP1XGT2P(732), type-LSPM3XGT2P(733), type-LSWM2QP2P(734), type-LSWM2XGT2PM(735), type-LSWM2SP2PM(736), type-LSWM2SP8PM(737), type-LSWM2SP8P(738), type-LSWM2XGT8PM(739), type-LSWM18QC(740), type-LSWM124XG2Q(741), type-LSWM124XGT2Q(742), type-LSWM124XG2QL(743), type-LSWM124XG2QFC(744), type-LSWM18QC0(745), type-LSWM124XGT2Q0(746), type-LSWM124XG2QL0(747), type-LSP6G4T6P(748), type-LSPM6QP2PS(749), type-LSWM12H2Q(750), type-LSWM18CQ(751), type-LSWM116Q(752), type-LSPM6FWD(753), type-DS-3E-2XT-H(754), type-DS-3E-2XF-H(755), type-DS-3E-2QX-H(756), type-LSPM4G4T6P(757), type-LSWM4SP8PM(758), type-LSWM124TG2H(759), type-LSWM2ZQP2P(763), type-LSWM2ZSP8P(764), type-LSWM18CQMSEC(765), type-LSWM2MGT8P(766), type-LSWM2XMGT8P(767), type-LSWM2ZSP2P(768), type-LSWM116FC(769), type-LSWM216FC(770), type-LSWM2SP2PB(771), type-LSWM2SP4PB(772), type-LSWM2SP24P(773), type-LSWM2SP12P2Q(774), type-LSWM2SP12P2QA(775), type-LSWM18CQMSEC-Z(778), type-LSWM124XG2QFC-Z(779), type-LSWM124TG2H-Z(780), type-LSWM116HC(781), type-WX5002MPU(800), type-LS8M1WCMA(801), type-EWPX1G24XA0(802), type-LSQ1WCMB0(803), type-LSB1WCM2A0(804), type-EWPX1WCMB0(805), type-EWPX1G24XC0(806), type-EWPX1WCMC0(807), type-EWPX1FWA0(808), type-EWPX1G10XC0(809), type-EWPX1WCM10C0(810), type-LSR1WCM2A1(811), type-EWPX1WAP0(812), type-EWPX1WCMD0(813), type-EWPX1G24XCE0(814), type-EWPX1WCMCE0(815), type-EWPX1G24XD0(816), type-EWPXM1XG03(817), type-EWPXM2X(818), type-EWPXM8G(819), type-IOT-CARD-C1K(820), type-EWPXM1BSTX80(821), type-LSR1DRSP2L1(900), type-PIC-CLF2G8L(901), type-PIC-CLF4G8L(902), type-SR02SRP2F3(903), type-SR02SRP1F3(904), type-LST1GT48LEA1(905), type-LST1GP48LEA1(906), type-LST2XP8LEA1(907), type-LST1GT48LEY1(908), type-LST1GP48LEY1(909), type-LST1XP32REY1(910), type-LST1XP8LEY1(911), type-LST1GP48LEZ1(912), type-LST1XP8LEZ1(913), type-IM-FW-II(914), type-IM-IPS(915), type-IM-SSL(916), type-IM-LB(917), type-IM-ACG(918), type-LSR1XP16REC1(919), type-LST2XP8LEB1(920), type-LST2XP8LEC1(921), type-LST2XP8LEF1(922), type-LST2XP4LEB1(923), type-LST2XP4LEC1(924), type-LST2XP32REB1(925), type-LST2XP32REC1(926), type-LSR1WCM3A1(927), type-LST1XP16LEB1(928), type-LST1XP16LEC1(929), type-CR-SPC-XP4L-E-I(930), type-LST2MRPNC1(931), type-LST2SF08C1(932), type-LST2SF18C1(933), type-SR02SRP2G3(934), type-CR-SPE-3020-E-I(935), type-CR-SPC-PUP4L-E-I(936), type-CR-SPC-XP4LEF-I(937), type-CR-SPC-XP8LEF-I(938), type-LST3XP8LEB1(939), type-LST3XP8LEC1(940), type-LST1FW3A1(941), type-CR-IM-NAM1A(942), type-LSR2SRP2B1(943), type-LSR2SRP2B2(944), type-LSR2SRP2D1(945), type-LST3XP8LEY1(946), type-LST2XP32REY1(947), type-LST1XP16LEY1(948), type-SR0M2SRP2G3(949), type-SR0M2SRP1G3(950), type-SPC-GP48LA(951), type-SPC-GT48LA(952), type-SPC-XP4LA(953), type-SPC-XP2LA(954), type-SPC-GP24LA(955), type-SPC-XP16RA(956), type-CR-IM-FW1A(957), type-SPC-XP16R(958), type-CR-IM-LB1A(959), type-LST1GT48LEC2(960), type-LST1GP48LEC2(961), type-LST1XP16LEC2(962), type-LST2XP8LEC2(963), type-LST2XP32REC2(964), type-CR-IM-MAC1A(965), type-LST1XP48LFD1(966), type-LST1XP40RFD1(967), type-LST1XP40RFG1(968), type-LST1XLP16RFD1(969), type-LST1CP4RFD1(970), type-LST1CP4RFG1(971), type-LST1SF08E1(972), type-LST1SF18E1(973), type-LST1MRPNE1(974), type-LSX1CGX8FC0(975), type-LSX1CGX8FC1(976), type-LSX1QGS24FC0(977), type-LSX1QGS24FC1(978), type-LSX1TGS24FC0(979), type-LSX1TGS24FC1(980), type-LSX1TGS48FC0(981), type-LSX1TGS48FC1(982), type-LST1XP48LFD2(983), type-LST1XP40RFD2(984), type-LST1XP40RFG2(985), type-LST1XLP16RFD2(986), type-LST1CP4RFD2(987), type-LST1CP4RFG2(988), type-MPE-1004(989), type-MIC-GP4L(990), type-MIC-GP8L(991), type-MIC-SP4L(992), type-MIC-ET16L(993), type-MIC-CLP4L(994), type-MIC-CLP2L(995), type-LST1IPS2A1(996), type-SFC-04B(997), type-SFC-04D(998), type-SFC-08B(999), type-SFC-08D(1000), type-SFC-12B(1001), type-SFC-12D(1002), type-SR05SRP1H1(1003), type-SPC-GP24LA1(1004), type-SPC-GP24XP2LA(1005), type-SPC-GP48LA1(1006), type-SPC-GP48LB(1007), type-SPC-XP2LA1(1008), type-SPC-XP4LA1(1009), type-SPC-XP4LB(1010), type-SPC-XP8LA(1011), type-SPC-XP8LB(1012), type-SPC-XP48LA(1013), type-SPC-XLP8LA(1014), type-SPC-GP24XP2LB(1015), type-LST1MRPNE2(1016), type-LST2FW3A1(1017), type-LST1ADE1A1(1018), type-CR-MRP-II(1019), type-CR-SF08E(1020), type-CR-SF18E(1021), type-CR-SPC-XP40RC(1022), type-CR-SPC-XP40RB(1023), type-CR-SPC-CP4RC(1024), type-LST1FW3C1(1025), type-LSU1FWCEA0(1026), type-SPC-GT48LA1(1027), type-LST1XP20RFD1(1028), type-LST1XP20RFD2(1029), type-MPE-1104(1030), type-SPEX-1204(1031), type-SPC-GP44XP4LCX(1032), type-SPC-GP44XP4LAX(1033), type-SPC-XP24LCX(1034), type-SPC-XP24LAX(1035), type-SPC-XP12LCX(1036), type-SPC-XP12LAX(1037), type-SPC-XLP6LCX(1038), type-SPC-XLP6LAX(1039), type-SPC-CP1LCX(1040), type-SPC-CP1LAX(1041), type-SPC-CP2LB(1042), type-SPC-CP2LA(1043), type-SR05SRP1L1(1044), type-SR05SRP1L3(1045), type-SFC-04-4(1046), type-SFC-04-3(1047), type-SFC-04-2(1048), type-SFC-04-1(1049), type-LST1NSM2C1(1050), type-CR-SPC-XP20RB(1051), type-SR07SRPUA1(1052), type-SR07SRPUB3(1053), type-SR07SRPUC3(1054), type-SR07MPUA1(1055), type-SR07SRPUB1(1056), type-SR07SRPUC1(1057), type-MIC-MS4L(1058), type-SPC-GP44XP4LC(1059), type-SPC-GP44XP4LA(1060), type-SPC-XLP2XP4LC(1061), type-SPC-XP12LC(1062), type-SPC-CP1LC(1063), type-SPC-XP24LC(1064), type-SR07SRPUD3(1065), type-SR07MPUA3(1066), type-MPEX-1304(1067), type-MIC-GP10L1(1068), type-SR07SRPUB(1069), type-CMPE-1104(1070), type-CSFC-04-1(1071), type-CSFC-04-2(1072), type-CSFC-04-3(1073), type-CSFC-04-4(1074), type-CSFC-04B(1075), type-CSFC-04D(1076), type-CSFC-08B(1077), type-CSFC-08D(1078), type-CSFC-12B(1079), type-CSFC-12D(1080), type-CSPC-CP1LCX(1081), type-CSPC-CP2LB(1082), type-CSPC-GP24LA1(1083), type-CSPC-GP24XP2LB(1084), type-CSPC-GP44XP4LCX(1085), type-CSPC-GP48LB(1086), type-CSPC-GT48LA1(1087), type-CSPC-XLP6LCX(1088), type-CSPC-XP2LA1(1089), type-CSPC-XP4LB(1090), type-CSPC-XP8LB(1091), type-CSPC-XP12LAX(1092), type-CSPC-XP12LCX(1093), type-CSPC-XP24LAX(1094), type-CSPC-XP24LCX(1095), type-CSPEX-1204(1096), type-CSR05SRP1L1(1097), type-CSR05SRP1L3(1098), type-CSR07MPUA1(1099), type-CSR07SRPUA1(1100), type-CSR07SRPUB1(1101), type-CSR07SRPUC1(1102), type-LSXM1CGX8FX1(1103), type-LSXM1QGS24FX1(1104), type-LSXM1TGS48FX1(1105), type-LSXM1QGS12FX1(1106), type-LSXM1TGT48FX1(1107), type-LSU1IPSBEA0(1108), type-PIC-GP10L(1109), type-PIC-XP1L(1110), type-PIC-PUP1L(1111), type-PIC-PSP4L(1112), type-PIC-PS2G4L(1113), type-PIC-PL2G6L(1114), type-PIC-TCP8L(1115), type-PIC-CSP1L(1116), type-PIC-PH2G6L(1117), type-LSXM1CGP12FX1(1118), type-LSXM1CGP8FX1(1119), type-LSXM1GT48FX1(1120), type-LSXM1GT48FX0(1121), type-LSXM1GP48FX1(1122), type-LSXM1GP48FX0(1123), type-LSXM1TGS24FX0(1124), type-LSXM1TGS24FX1(1125), type-MIC-SP8L(1126), type-LSXM1TGS48FE1(1127), type-LSXM1QGS24FE1(1128), type-CSPEX-1504S(1129), type-CSPEX-1504X(1130), type-CSPEX-1404S(1131), type-CSPEX-1304S(1132), type-CSPEX-1404X(1133), type-CSPEX-1304X(1134), type-MIC-XP5L(1135), type-MIC-XP2L(1136), type-MIC-CP1L(1137), type-MIC-GP20L(1138), type-MIC-GT20L(1139), type-CEPC-XP48RX(1140), type-CEPC-CP4RX(1141), type-MIC-GP10L-V2(1142), type-CSR07SPUD3(1143), type-MIC-XP1L(1144), type-CSFC-12E(1145), type-CEPC-XP24LX(1146), type-IM-MSUX(1147), type-CSFC-12F(1148), type-CSR05SRP1N3(1149), type-CSPEX-1602X(1150), type-MIC-XP20L(1151), type-MIC-CP2L(1152), type-IM-NGFWX-IV(1153), type-SFC-12E(1154), type-SPEX-1602X-E(1155), type-SPEX-1602X-L(1156), type-EPC-XP24LX-E(1157), type-EPC-XP24LX-L(1158), type-EPC-CP4RX-L(1159), type-SPEX-1504X-E(1160), type-SPEX-1504X-L(1161), type-CSPEX-1602X-L(1162), type-CEPC-XP24LX-L(1163), type-CEPC-CP4RX-L(1164), type-MIC-CP1L-E(1165), type-MIC-XP4L-E(1166), type-MIC-XP16L-E(1167), type-MIC-GP20L-E(1168), type-MIC-GP10L-V2-E(1169), type-MIC-GT20L-E(1170), type-CSR05SRP1P3(1171), type-SR05SRP1P3(1172), type-CSFC-16E(1173), type-SFC-16E(1174), type-CSFC-08E(1175), type-SFC-08E(1176), type-IM-SMUX(1177), type-IM-IPSX-IV(1178), type-IM-ACGX-IV(1179), type-SFC-08E1(1180), type-CSFC-08E1(1181), type-IM-ACG1000X-IV(1182), type-MIC-QP1L(1183), type-CSPEX-1804X(1184), type-MIC-CP2L-V2(1185), type-MIC-XP4L1(1186), type-SFC-16T(1187), type-CSFC-16T(1188), type-SFC-08T(1189), type-CSFC-08T(1190), type-MIC-XP2L-LAN(1191), type-MIC-XP5L1(1192), type-MIC-CP1L-V2(1193), type-CEPC-XP40LX(1194), type-CEPC-CQ4LX(1195), type-CEPC-XP4LX(1196), type-LSU1QGC4SF0(1201), type-LSU1QGS8SF0(1202), type-LSU1TGS48SF0(1203), type-LSU1QGS4SF0(1204), type-LSU1TGS32SF0(1205), type-LSU1FAB08D0(1206), type-LSU1FAB04B0(1207), type-LSU1FAB08B0(1208), type-LSU1FAB12D0(1209), type-LSU1FAB12B0(1210), type-LSU1FAB04D0(1211), type-LSQ1CTGS16SC0(1212), type-EWPX2CTGS16SC0(1213), type-LSU3WCMD0(1214), type-EWPX3WCMD0(1215), type-LSQ1QGS4SC0(1216), type-LSQ1QGC4SC0(1217), type-LSU1TGT24SF0(1218), type-LSQ1QGS8SC3(1219), type-LSQ1TGS32SC3(1220), type-LSQ1QGS4SC3(1221), type-LSQ1TGS48SC3(1222), type-LSQ1QGC4SC3(1223), type-LSQ1FAB12D3(1224), type-LSQ1FAB08D3(1225), type-LSQ1FAB04D3(1226), type-LSQ1TGS8EB3(1227), type-LSQ1TGT24SC3(1228), type-LSQ1FAB08B0(1229), type-EWPX2CTGS16SC(1230), type-LSU1SUPB0(1231), type-LSQ1GP48SA0(1232), type-LSQ1TGX2SA0(1233), type-LSV1SRPUA1(1234), type-LSV1QGS12SA1(1235), type-LSV1MPUA1(1236), type-LSX1SUP10A0(1237), type-LSX1SUP16A0(1238), type-LSX1SUP10A1(1239), type-LSX1SUP16A1(1240), type-LSX1FAB10B0(1241), type-LSX1FAB16B0(1242), type-LSX1FAB10B1(1243), type-LSX1FAB16B1(1244), type-LSX1QGS16EA0(1245), type-LSX1TGS48EA0(1246), type-LSX1QGS16EA1(1247), type-LSX1TGS48EA1(1248), type-LSU1TGT24SF9(1249), type-LSU1QGS8SF9(1250), type-LSU1QGS4SF9(1251), type-LSU1TGS48SF9(1252), type-LSU1TGS32SF9(1253), type-LSU1FAB08D9(1254), type-LSU1SUPB9(1255), type-LSQ3GV48SC0(1256), type-LSX1QGS12EC1(1257), type-LSX1QGS12EC0(1258), type-LSX1TGS48EC0(1259), type-LSX1TGS48EC1(1260), type-LSX1TGS24EC0(1261), type-LSX1TGS24EC1(1262), type-LSX1FAB10A0(1263), type-LSX1FAB16A1(1264), type-LSX1QGS12FB0(1265), type-LSX1TGS24FB0(1266), type-LSX1TGS48FB0(1267), type-LSX1QGS12EB1(1268), type-LSX1TGS24EB1(1269), type-LSX1FAB10A1(1270), type-LSX1TGS48EB1(1271), type-LSX1GP48EB1(1272), type-LSX1GP48FB0(1273), type-LSX1GT48FC0(1274), type-LSX1GT48FC1(1275), type-LSX1GP48FC0(1276), type-LSX1GP48FC1(1277), type-LSX1QGS12FC0(1278), type-LSX1QGS12FC1(1279), type-LSX2TGS48EA1(1280), type-LSX1CGC4EB1(1281), type-LSX1CGC4EC0(1282), type-LSX1GT48EB1(1283), type-LSX1GT48FB0(1284), type-LSX1FAB16S1(1285), type-LSQ1SUPB3(1286), type-LSU1CGC2SE0(1287), type-LSU1TGS16SF0(1288), type-LSU1TGS8SF0(1289), type-LSQ1TGS4SC0(1290), type-LSU1GT48SE3(1291), type-LSU1GP48SE3(1292), type-LSX1SUP10B0(1293), type-LSX1SUP16B0(1294), type-LSX1SUP10B1(1295), type-LSX1SUP16B1(1296), type-LSQ1CGV24PSC3(1297), type-LSQ1SRPA8(1298), type-LSQ1CGP24TSC8(1299), type-LSQ1CGT24PSC8(1300), type-LSQ1GT24PSA8(1301), type-LSQ1GP24TSA8(1302), type-LSQ1GT48SA8(1303), type-LSQ1GP48SA8(1304), type-LSQ1TGS4SC8(1305), type-LSQ1TGS8SC8(1306), type-LSU1GT24SE3(1307), type-LSU1GP12SE3(1308), type-LSU1GP24SE3(1309), type-LSU1T24XGSE3(1310), type-LSU1P24XGSE3(1311), type-LSU1GP24TSE3(1312), type-LSU1GT40PSE3(1313), type-LSV1TGS24SA1(1314), type-LSVM1SRPA1(1315), type-LSVM1SRPC1(1316), type-LSX1FAB16S0(1317), type-LSU1WCME0(1318), type-EWPX1WCME0(1319), type-LSUM1TGS48SG0(1320), type-LSUM1QGS12SG0(1321), type-LSUM1GP44TSEC0(1322), type-LSUM1TGS24EC0(1323), type-LSUM1QGS6EC0(1324), type-LSUM1CGC2EC0(1325), type-LSU1CGC2SE9(1326), type-LSXM1QGS24EX1(1327), type-LSXM1QGS24FB0(1328), type-LSVM1QGS12FX1(1329), type-LSVM1TGS24FX1(1330), type-LSVM1QGS6C2FX1(1331), type-LSQM2GP44TSSC0(1332), type-LSQM2GP44TSSC3(1333), type-LSQM2GP24TSSC0(1334), type-LSQM2GP24TSSC3(1335), type-LSQM2GT24PTSSC0(1336), type-LSQM2GT24PTSSC3(1337), type-LSQM2GT24TSSC0(1338), type-LSQM2GT24TSSC3(1339), type-LSQM2GT48SC0(1340), type-LSQM2GT48SC3(1341), type-LSQM4GV48SC0(1342), type-LSQM4GV48SC3(1343), type-LSQM2TGS16SF0(1344), type-LSQM2TGS16SF3(1345), type-LSQM2MPUD0(1346), type-LSQM2MPUD3(1347), type-LSQM3MPUA0(1348), type-LSQM3MPUA3(1349), type-LSUM2GP44TSSE0(1350), type-LSUM2GP44TSSC3(1351), type-LSUM2GP24TSSE0(1352), type-LSUM2GP24TSSC3(1353), type-LSUM2GT24PTSSE0(1354), type-LSUM2GT24PTSSC3(1355), type-LSUM2GT24TSSE0(1356), type-LSUM2GT24TSSC3(1357), type-LSUM2GT48SE0(1358), type-LSUM2GT48SC3(1359), type-LSUM2GV48SE0(1360), type-LSUM2GV48SC3(1361), type-LSUM2TGS16SF0(1362), type-LSUM2TGS16SF3(1363), type-LSUM1MPU06B0(1364), type-LSUM1MPU06B3(1365), type-LSUM1MPU10C0(1366), type-LSUM1MPU10C3(1367), type-LSUM1FAB06C0(1368), type-LSUM1FAB06C3(1369), type-LSUM1FAB10C0(1370), type-LSUM1FAB10C3(1371), type-LSXM1SUPA1(1372), type-LSXM1SFF16B1(1373), type-LSUM1SPMAEC0(1374), type-LSXM1SUPB1(1375), type-LSXM1SFF08B1(1376), type-LSXM1TGS4GPEB1(1377), type-LSXM1TGS16EA1(1378), type-LSXM1TGS8EA1(1379), type-LSXM1QGS36FX1(1380), type-LSXM1SFF16C1(1381), type-LSQM3MPUB0(1382), type-LSQM3MPUB3(1383), type-LSQM2MPUC0(1384), type-LSQM2MPUC3(1385), type-LST1FW3B1(1386), type-LSX1NSCEA1(1387), type-LSX1FWCEA1(1388), type-LSXM1ADECEA1(1389), type-LSXM1SFF16A1(1390), type-LSV1MPUA0(1391), type-LSVM1SRPA0(1392), type-LSVM1SRPC0(1393), type-LSV1QGS12SA0(1394), type-LSVM1QGS12FX0(1395), type-LSVM1TGS24FX0(1396), type-LSVM1QGS6C2FX0(1397), type-LSQ2FWBSC0(1398), type-LSQM1SRP8X2QE0(1399), type-PEX-Common(1400), type-CSPEX-1812X(1401), type-CSPEX-1612X(1402), type-CSPEX-1512X(1403), type-NIC-XP20L(1404), type-NIC-XP10L(1405), type-NIC-CC2L(1406), type-NIC-CC1L(1407), type-NIC-XP5L(1408), type-NIC-GP20L(1409), type-NIC-GT20L(1410), type-MIC-CQ1L(1411), type-MIC-XP10CQ1L(1412), type-CSPEX-1502X(1413), type-EPC-CP4RX(1414), type-EPC-CQ4LX(1415), type-MIC-XP4L1-E(1416), type-MIC-CQ1L-E(1417), type-MIC-XP8L(1418), type-IM-OAPX(1419), type-MIC-GP20L1(1420), type-CSPEX-1802X(1421), type-MIC-CQ2L(1422), type-IMMSUX(1423), type-CSPEX-1104-E(1424), type-IMSMUX(1425), type-MIC-XP10L(1426), type-RX-SRP1P3(1427), type-RX-SFC-08T(1428), type-RX-SFC-16T(1429), type-RX-SPE100(1430), type-RX-SPE200(1431), type-RX-SPE400(1432), type-RX-NIC-GP20L(1433), type-RX-NIC-XP5L(1434), type-RX-NIC-XP10L(1435), type-RX-NIC-CC1L(1436), type-RX-NIC-CC2L(1437), type-RX-NIC-XP20L(1438), type-CSPC-GE24L-E(1439), type-CSPC-GP24GE8XP2L-E(1440), type-CSPC-GE16XP4L-E(1441), type-CSFC-04E(1442), type-SFC-04E(1443), type-IM-MSUX-II(1444), type-RX-NIC-YGS4L(1445), type-RX-NIC-CQ2LF(1446), type-RX-SRP1Q3(1447), type-RX-SFC-08E(1448), type-RX-SFC-16E(1449), type-RX-NIC-LGQ2L(1450), type-RX-NIC-CQ1LF(1452), type-IM-SFMX(1453), type-MIC-SM(1454), type-RX-NIC-CQ1L(1455), type-RX-NIC-CQ2L(1456), type-NIC-GP24L(1457), type-NIC-CQ1L(1458), type-NIC-CQ2L(1459), type-LSUM2GP44TSSE9(1600), type-LSUM2GP24TSSE9(1601), type-LSUM2GT24TSSE9(1602), type-LSUM2GT48SE9(1603), type-LSUM1SUPD0(1604), type-LSUM1SUPD9(1605), type-LSXM1TGT48FX0(1606), type-LSXM1TGS48FX0(1607), type-LSXM1TGS48FE0(1608), type-LSXM1QGS36FX0(1609), type-LSXM1QGS24FX0(1610), type-LSXM1QGS24FE0(1611), type-LSXM1CGX8FX0(1612), type-LSXM1CGP12FX0(1613), type-LSXM1SUPB0(1614), type-LSXM1SFF16C0(1615), type-LSXM1SFF16A0(1616), type-LSXM1SFF08B0(1617), type-LSQM6GV48SC0(1618), type-LSXM1SUP04B1(1619), type-LSXM1SFF04B1(1620), type-LSXM1SUP04B0(1621), type-LSXM1SFF04B0(1622), type-LSU1ADECEA0(1623), type-LSU1NSCEA0(1624), type-LSU3FWCEA0(1625), type-LSXM1MPU06B3(1626), type-LSXM1MPU10C3(1627), type-LSXM1SUPD3(1628), type-LSXM1FAB06C3(1629), type-LSXM1FAB10C3(1630), type-LSXM1FAB12D3(1631), type-LSXM1FAB04D3(1632), type-LSXM1FAB08D3(1633), type-LSXM1GP44TSSE3(1634), type-LSXM1GP24TSSE3(1635), type-LSXM1GT24PTSSE3(1636), type-LSXM1GT48SE3(1637), type-LSXM1TGS24EC3(1638), type-LSXM1CGC2EC3(1639), type-LSXM1TGT24SF3(1640), type-LSXM1TGS16SF3(1641), type-LSXM1QGS12SG3(1642), type-LSXM1TGS48SG3(1643), type-LSQM1FAB04B3(1644), type-LSQM1FAB08B3(1645), type-LSQM1FAB12B3(1646), type-LSXM1SFF08A0(1647), type-LSXM1SFF08A1(1648), type-LSXM1FWDF1(1649), type-LSQM1PT8TSSC0(1650), type-LSQM1PT24TSSC0(1651), type-LSQM1TGS12EC0(1652), type-LSXM1CGQ32TB1(1653), type-LSXM1CGQ48TB1(1654), type-LSXM1QGS48TB1(1655), type-LSXM1SRT08E1(1656), type-LSXM1SRT16E1(1657), type-LSXM1SRT02E1(1658), type-LSXM1SUP02B1(1659), type-LSUM1SUPC0(1660), type-LSUM1SUPC3(1661), type-LSXM1SUPC3(1662), type-LSQM1GP44TSSE0(1663), type-LSQM1GP24TSSE0(1664), type-LSQM1GT48SE0(1665), type-LSQM1GV48SE0(1666), type-LSXM1QGS12FX0(1667), type-LSXM3QGS24FE1(1668), type-LSXM3QGS24FX1(1669), type-LSXM3QGS36FX1(1670), type-LSXM3TGS48FE1(1671), type-LSXM3TGS48FX1(1672), type-LSXM2TGS48FX1(1673), type-LSQM1MPU06B0(1674), type-LSQM1MPU10C0(1675), type-LSQM1FAB06C0(1676), type-LSQM1FAB10C0(1677), type-LSQM1QGS12SG0(1678), type-LSQM1TGS48SG0(1679), type-LSQM1TGT24SF0(1680), type-LSQM1QGS8A0(1681), type-LSQM1TGS24QSM0(1682), type-LSQM1TGT24QSM0(1683), type-LSQM1TGS24QSA0(1684), type-LSUM1FWCEAB0(1685), type-LSQM2GP24TSSA0(1686), type-LSQM2GT48SA0(1687), type-LSQM2GP48SA0(1688), type-LSQM2GP24TSSA3(1689), type-LSQM2GT48SA3(1690), type-LSQM2GP48SA3(1691), type-LSUM2GP24TSSA0(1692), type-LSUM2GT48SA0(1693), type-LSUM2GP48SA0(1694), type-LSXM1SUPT1(1695), type-LSXM1SUP02T1(1696), type-LSXM1SFF16B0(1697), type-LSXM4TGS48FX1(1698), type-LSXM4QGS24FX1(1699), type-LSXM1TGS48FD1(1700), type-LSXM1QGS24FD1(1701), type-LSXM2QGS24FX1(1702), type-LSXM1TGS48FD0(1703), type-LSXM1QGS24FD0(1704), type-LSXM2TGS48FX0(1705), type-LSXM2QGS24FX0(1706), type-LSXM4TGS48FX0(1707), type-LSXM4QGS24FX0(1708), type-LSXM1TGW48FX1(1709), type-LSUM1MPU10A0(1710), type-LSUM1FAB10A0(1711), type-LSUM2TGS32QSSG0(1712), type-LSUM2QGS12SG0(1713), type-LSUM2TGS48SG0(1714), type-LSXM2QGS12SG3(1715), type-LSXM2TGS48SG3(1716), type-LSUM1FWDEC0(1717), type-LSQM1FWDSC0(1718), type-LSQM1TGS48RSG0(1719), type-LSQM2TGS48XSG0(1720), type-LSQM2QGS12XSG0(1721), type-LSQM3GP44TSSC0(1722), type-LSXM1CGQ36HB1(1723), type-LSXM1CGQ36HC1(1724), type-LSXM1CGQ18QGHB1(1725), type-LSXM1CGQ18QGHC1(1726), type-LSXM1QGS48HB1(1727), type-LSXM1QGS48HC1(1728), type-LSXM1TGS48C2HB1(1729), type-LSXM1SFH04D1(1730), type-LSXM1SFH08D1(1731), type-LSXM1SFH12D1(1732), type-LSXM1SFH16C1(1733), type-LSXM1GP48FD0(1737), type-LSXM1GP48FD1(1738), type-LSXM1GT48FD0(1739), type-LSXM1GT48FD1(1740), type-LSXM1FAB10B0(1741), type-LSUM1MPU10A3(1742), type-LSUM1FAB10A3(1743), type-LSQM1MPU10A0(1744), type-LSQM1FAB10A0(1745), type-LSQM2TGS32QSXSG0(1746), type-LSQM1TGS48RSG3(1747), type-LSXM2TGS32QSSG3(1748), type-LSUM1NSDEC0(1749), type-LSQM1NSDSC0(1750), type-LSQM1QGS4SC0(1751), typ-eLSQM2MPUD3(1752), typ-eLSQM3MPUB3(1753), type-LSQM3MPUB4(1754), type-LSQM2MPUDS0(1755), type-LSQM4GV48SA0(1756), type-LSQM1WCMX20(1757), type-LSQM1WCMX40(1758), type-LSUM1WCMX20RT(1759), type-LSUM1WCMX40RT(1760), type-LSXM1CGQ18QGHB0(1761), type-LSXM1SFH08C0(1762), type-LSXM1SFH08C1(1763), type-LSXM2SFH16C0(1764), type-LSXM2SFH16C1(1765), type-LSXM1NSDF1(1766), type-LSUM2TGS48SG3(1767), type-DS-3E7602-MPU(1768), type-DS-3E7606-MPU(1769), type-DS-3E7600-24T4X-SC(1770), type-DS-3E7600-24F4X-SA(1771), type-DS-3E7600-48T-SA(1772), type-DS-3E7600-48F-SA(1773), type-DS-3E7600-24F4X-SC(1774), type-DS-3E7600-44F4X-SC(1775), type-DS-3E7600-48T-SC(1776), type-DS-3E7600-16X-SC(1777), type-S7602-MPU(1778), type-S7606-MPU(1779), type-S76-24GT4XFSC(1780), type-S76-24GF4XFSA(1781), type-S76-48GTSA(1782), type-S76-48GFSA(1783), type-S76-24GT20GF4XFSC(1784), type-LSXM1TGS48C2HB0(1785), type-LSXM1CGQ18QGHC0(1786), type-LSXM1TGS48HB1(1787), type-LSXM1TGS48HB0(1788), type-LSQM1CGP24TSSC0(1789), type-LSQM1CGP24TSSA0(1790), type-LSQM1CGT24TSSC0(1791), type-LSQM1CGT24TSSA0(1792), type-LSQM2GP24SA0(1793), type-LSX1SUPH1(1794), type-LSX1SUPH0(1795), type-LSX1SUP04H1(1796), type-LSX1SUP04H0(1797), type-LSXM1SFH08D0(1798), type-LSXM1SFH04D0(1799), type-LSXM1SFH16C0(1800), type-LSXM1SFH12D0(1801), type-LSXM1QGS48HB0(1802), type-LSXM1QGS48HC0(1803), type-LSXM1CGQ36HB0(1804), type-LSXM1TGS48C2HC0(1805), type-LSQM2GP44TSSE0(1806), type-LSQM2GP24TSSA8(1807), type-LSQM2GT48SA8(1808), type-LSQM2GP48SA8(1809), type-EWPXM1CGP24TSSC0(1810), type-EWPXM3MPUB0(1811), type-EWPXM2MPUDS0(1812), type-EWPXM2TGS16SF0(1813), type-EWPXM2GP44TSSC0(1814), type-EWPXM2GP24TSSC0(1815), type-EWPXM1MAC0F(1816), type-LSQM1CGP24TSSA8(1817), type-LSQM1CGT24TSSA8(1818), type-LSWM1FWD0(1819), type-LSUM2MPU10C0(1820), type-LSQM2MPU10C0(1821), type-LSUM2MPU10C3(1822), type-LSUM2FAB10C0(1823), type-LSQM2FAB10C0(1824), type-LSUM2FAB10C3(1825), type-LSUM2CQGS12SG0(1826), type-LSXM2CQGS12SG3(1827), type-LSQM2CQGS12XSG0(1828), type-LSQM1CQGS12SG0(1829), type-LSXM1CGQ6QGHB0(1830), type-LSXM1CGQ6QGHB1(1831), type-LSXM1CGQ6QGHC0(1832), type-LSXM1QGS36HB0(1833), type-LSXM1QGS36HB1(1834), type-LSXM1QGS36HC0(1835), type-LSXM1SUPC0(1836), type-LSXM1SUPC1(1837), type-LSXM1SUP04H0(1838), type-LSXM1SUP04H1(1839), type-LSXM1SUPH0(1840), type-LSXM1SUPH1(1841), type-EWPXM2WCMD0F(1842), type-LSUM2QGS24RSG0(1843), type-LSQM1QGS24RSG0(1844), type-LSXM2QGS24RSG3(1845), type-LSQM2QGS24RXSG0(1846), type-LSQM2TGS48RSG0(1847), type-LSXM1X86SUPE0(1848), type-LSXM1X86SUPE1(1849), type-LSQM1CGS2QSA0(1850), type-LSUM1ACGDEC0(1851), type-LSQM1ACGDSC0(1852), type-LSXM1CGQ36HF1(1853), type-LSXM1QGS48HF1(1854), type-LSXM1CGQ18QGHF1(1855), type-LSXM1QGS36HF1(1856), type-LSXM1CGQ6QGHF1(1857), type-LSXM1QGS48HF0(1858), type-LSXM1CGQ18QGHF0(1859), type-LSXM1CGQ6QGHF0(1860), type-LSXM1TGS48HF0(1861), type-LSXM1TGS48HF1(1862), type-LSQM1GP24FC3(1863), type-LSQM1GP24FD3(1864), type-LSQM1GP24TSFC3(1865), type-LSQM1GP24TSFD3(1866), type-LSQM1GP40TS8FD0(1867), type-LSQM1GP48FC3(1868), type-LSQM1GP48FD0(1869), type-LSQM1GP48FD3(1870), type-LSQM1GT48FC3(1871), type-LSQM1GT48FD0(1872), type-LSQM1GT48FD3(1873), type-LSQM1TGS24FC3(1874), type-LSQM1TGS24FD0(1875), type-LSQM1TGS24FD3(1876), type-LSQM1TGS24XFD0(1877), type-LSQM1TGS48RFE0(1878), type-LSQM1TGS8FC3(1879), type-LSQM1TGS8FD3(1880), type-LSUM1GP40TS8FD0(1881), type-LSUM1GP48FD0(1882), type-LSUM1GP48FD3(1883), type-LSUM1GT48FD0(1884), type-LSUM1GT48FD3(1885), type-LSUM1TGS24FD0(1886), type-LSUM1TGS24FD3(1887), type-LSXM1GP40TS8FD0(1888), type-LSXM1GT48FD3(1889), type-LSXM1TGS24FD3(1890), type-LSQM1MPUS10C3(1891), type-LSQM1MPUSA3(1892), type-LSQM2SUPA3(1893), type-LSXM1SFH16E1(1894), type-LSXM1SFH16E0(1895), type-LSXM1GP40TS8FD3(1896), type-LSQM1MPUS10C0(1897), type-LSQM1MPUSA0(1898), type-LSQM2SUPA0(1899), type-LSQM1TGS16FC3(1900), type-LSQM1TGS16FD0(1901), type-LSQM1TGS16FD3(1902), type-LSQM2TGS48SG0(1903), type-LSQM2TGS48SG3(1904), type-LSXM1CGQ48HB1(1905), type-LSQM1MPUS06A8(1906), type-LSQM1TGS16FD8(1907), type-LSXM1SFH08E1(1908), type-LSXM1SFH08CC0(1909), type-LSXM1SUP08C0(1910), type-LSUM2FAB04D0(1911), type-LSUM2FAB04D3(1912), type-LSXM2FAB04D3(1913), type-LSUM2FAB04B0(1914), type-LSUM2FAB04B3(1915), type-LSUM2FAB08D0(1916), type-LSUM2FAB08D3(1917), type-LSXM2FAB08D3(1918), type-LSUM2FAB08B0(1919), type-LSUM2FAB08B3(1920), type-LSUM2FAB12D0(1921), type-LSUM2FAB12D3(1922), type-LSXM2FAB12D3(1923), type-LSUM2FAB12B0(1924), type-LSUM2FAB12B3(1925), type-LSQM1CGS2FE0(1926), type-LSQM1CGS2FE3(1927), type-LSQM1CGS2XFE0(1928), type-LSUM1CGS2FE0(1929), type-LSUM1CGS2FE3(1930), type-LSXM1CGS2FE3(1931), type-LSUM1TGS16FD0(1932), type-LSUM1TGS16FD3(1933), type-LSQM1TGS16XFD0(1934), type-LSQM1GP40TS8FC3(1935), type-S76-16XFSF(1936), type-S76-24EP2XFSC-OLT(1937), type-DS-3E7600-24T20F4X-SC(1938), type-LSUM1FAB04E0(1939), type-LSUM1FAB08E0(1940), type-LSUM1FAB12E0(1941), type-LSXM1CGQ8FX1(1942), type-LSQM1IPSDSC0(1943), type-LSQM2ACGDSC0(1944), type-LSQM1ADEDSC0(1945), type-LSWM1ADED0(1946), type-LSWM1IPSD0(1947), type-LSQM1GP40TS8FD3(1948), type-LSUM1SUPXD0(1949), type-LSUM1CQGS32SF0(1950), type-LSUM1TGS48XSG0(1951), type-LSUM1FAB08XE0(1952), type-LSUM1FAB16XD0(1953), type-LSXM1SFH02E0(1954), type-LSXM1SFH02E1(1955), type-LSXM1SFH12C0(1956), type-LSXM1SFH12C1(1957), type-LSUM1CQGS12XSG0(1958), type-LSQM1CTGS24QSFD0(1959), type-LSQM1TGS24QSFD0(1960), type-LSUM1WBCZ720RT(1961), type-LSQM1WBCZ720(1962), type-DS-3E7610X-MPU(1963), type-DS-3E7610X-CLOS(1964), type-DS-3E7610X-32X4QX-SF(1965), type-DS-3E7610X-16X-SF(1966), type-DS-3E7610X-44F4X-SE(1967), type-DS-3E7610X-48T-SE(1968), type-LSQM2GT24PTSSC8(1969), type-LSQM1CGP24TSSC8(1970), type-LSQM1CGT24TSSC8(1971), type-LSQM1MPUS06B8(1972), type-LSVM1MPUB1(1973), type-LSXM1TGS24QGMODHB0(1974), type-LSXM1TGS24QGMODHB1(1975), type-LSXM1TGS48QGHA0(1976), type-LSXM1TGS48QGHA1(1977), type-LSXM1CGC2A0(1978), type-LSXM1CGC2A1(1979), type-LSQM2FWDSC0(1980), type-LSQM1XPT12TSFD0(1981), type-LSXM1QGS24HB0(1982), type-LSXM1QGS24HB1(1983), type-LSXM1QGS24HC0(1984), type-LSXM1SUP01B1(1985), type-LSCM1SUP03A0(1986), type-LSCM1SUP03A0-Z(1987), type-LSCM1MPUS06A0(1988), type-LSCM1MPUS06A0-Z(1989), type-LSCM1GT48SC0(1990), type-LSCM1GT48SC0-Z(1991), type-LSCM1TGS48SE0(1992), type-LSCM1TGS48SE0-Z(1993), type-LSCM1QGS8CSSE0(1994), type-LSCM1QGS8CSSE0-Z(1995), type-LSWM2SP4P(1996), type-LSWM2SP4P-Z(1997), type-LSQM1MPUS10B0(1998), type-LSQM1MPUS10B3(1999), type-LSQM1MPUSC0(2000), type-LSQM1MPUSC3(2001), type-LSQM2GP24TSSC8(2002), type-LSQM2GT24TSSC8(2003), type-LSXM1TGS24CGMODHD0(2004), type-LSXM1TGS24CGMODHD1(2005), type-LSQM1TGS16GPSA0(2006), type-EWPXM2TGS48SG0(2007), type-EWPXM1TGS16FD0(2008), type-LSXM1CGQ36HF0(2009), type-LSXM2SUPT0(2010), type-LSXM2SUPT1(2011), type-LSXM1SFT16E0(2012), type-LSXM1SFT16E1(2013), type-lsxM1CGQ36TD0(2014), type-lsxM1CGQ36TD1(2015), type-LSQM1TGT24FD0(2016), type-LSUM1TGT24FD0(2017), type-LSXM2SFT08E0(2018), type-LSXM2SFT08E1(2019), type-LSXM1CCP8HF0(2020), type-LSXM1CCP8HF1(2021), type-LSUM1TFGS24CSSH0(2026), type-S8610-MPU(2028), type-S8610-NET(2029), type-S86-44GF4XFSE(2030), type-S86-48GTSE(2031), type-S86-12QFSG(2032), type-S86-48XFSG(2033), type-LSUM1MPUS06XEC0(2034), type-LSUM1MPUS10XE0(2035), type-LSUM1MPUS10XEB0(2036), type-LSUM1FAB06XEC0(2037), type-LSUM1FAB10XE0(2038), type-LSUM1FAB10XEB0(2039), type-LSUM1FAB08XEB0(2040), type-LSUM1TGS48SH0(2041), type-LSUM1CGS8SH0(2042), type-LSUM1YGS24CSSH0(2043), type-LSUM1CGS20XSH0(2044), type-LSUM1CGS32XSH0(2045), type-LSUM1CGS8QSSH0(2046), type-LSUM1YGS48XSH0(2047), type-LSXM3SUPT1(2048), type-LSXM4SUPT1(2049), type-LSQM2GP24TSSA0-Z(2050), type-LSQM2GT48SA0-Z(2051), type-LSQM2GP48SA0-Z(2052), type-LSUM2TGS48SG0-Z(2053), type-LSUM2QGS12SG0-Z(2054), type-LSUM2TGS32QSSG0-Z(2055), type-LSUM1TGS48RSH0(2056), type-LSUM1MPUS06XEB0(2057), type-LSUM1MPUS10XEA0(2058), type-LSUM1FAB06XEB0(2059), type-LSUM1FAB10XEA0(2060), type-LSXM1CGQ8TD1(2064), type-LSXM1CGQ12TD1(2065), type-LSXM1CGQ18TD1(2066), type-LSXM1QGS24C6TD1(2067), type-LSXM1QGS36TD1(2068), type-LSXM1QGS48TD1(2069), type-LSXM1TGS48C4TD1(2070), type-LSXM1GP48TD1(2071), type-LSXM1TGS48TD1(2072), type-LSQM2FWDSC8(2077), type-IM-MSEX-B(2080), type-IM-MSEX-B-IM-SP-B(2081), type-LSUM1MPUS06XEC0-Z(2082), type-LSUM1CGS8SH0-Z(2083), type-LSUM1SUPXD0-Z(2084), type-LSUM1FAB08XE0-Z(2085), type-LSUM1CGS20XSH0-Z(2086), type-LSUM1FAB06XEC0-Z(2087), type-LSUM1CQGS32SF0-Z(2088), type-LSXM1FAB10XE3(2089), type-LSXM1FAB08XE3(2090), type-LSXM1YGS48XSH3(2091), type-LSXM1YGS24CSSH3(2092), type-LSXM1CGS8QSSH3(2093), type-LSXM1TGS48SH3(2094), type-LSXM1MPUS10XE3(2095), type-LSXM1FAB06XEC3(2096), type-LSXM1MPUS06XEC3(2097), type-LSXM1CGS8SH3(2098), type-LSXM1SUPXD3(2099), type-LSXM1CGS20XSH3(2100), type-LSUM1GP48FD0-Z(2101), type-LSQM1TGS48RFE0-Z(2102), type-LSXM1CGS32XSH3(2103), type-LSQM2GP40TS8FD0(2104), type-LSUM1SUPXES0(2105), type-LSQM2SUPB0(2106), type-LSUM2GP40TS8FD0(2107), type-LSXM2SFT08E2(2109), type-LSXM1TGS48TD2(2110), type-LSXM1CGQ36TD2(2111), type-RX-NIC-LGQ4L(2112), type-LSXM1CDQ24KB1(2113), type-LSXM1SUP02L1(2114), type-LSXM1CGQ48KB1(2115), type-LSXM1SFK08F1(2116), type-MIC-CQ1L1(2118), type-DS-3E7600-16X-SC-B(2119), type-DS-3E12508-MPU(2120), type-DS-3E12500-7610-48T-SE(2121), type-DS-3E7603-MPU(2122), type-DS-3E12500-7610-16X-SF(2123), type-DS-3E12500-24T20F4X-SE(2124), type-DS-3E12500-12Q-SG(2125), type-DS-3E12500-48X-SG(2126), type-DS-3E12500-7610-32X4QX-SF(2127), type-DS-3E12500-7610-44F4X-SE(2128), type-DS-3E12508-CLOS(2129), type-LSXM2SUPT2(2130), type-CSR05SRP1P3A(2131), type-CSFC-08E1A(2132), type-CSFC-16EA(2133), type-CSPEX-1602XA(2134), type-CEPC-CP4RXA(2135), type-CSPEX-1504XA(2136), type-CSPEX-1804XA(2137), type-MIC-GP10LA(2138), type-MIC-GT20LA(2139), type-MIC-XP20LA(2140), type-LSDM1QGS12SE0-Z(2142), type-LSDM1TGS48SE0-Z(2143), type-LSDM1SUPA0-Z(2144), type-LSDM1FAB08D0-Z(2145), type-LSDM1GT24GPSE0-Z(2146), type-LSXM1CGQ18TD2(2147), type-LSXM1QGS36TD2(2148), type-RP-S-G(2149), type-MOD20-G(2150), type-MPA-PSP4L-G(2151), type-MPA-TCP8L-G(2152), type-MPA-ET16L-G(2153), type-MPA-GP10L-G(2154), type-MPA-XP4L-G(2155), type-LSXM1SFH04DR1(2156), type-LSXM1SFH08CR1(2157), type-LSXM1SFH08DR1(2158), type-LSXM1SFH16CR1(2159), type-LSXM1SFH16ER1(2160), type-LSXM1TGS48HFR1(2161), type-LSXM1CGQ18QGHFR1(2162), type-LSXM1SUP04TR1(2163), type-LSXM1CGQ36HBR1(2164), type-LSXM1CGQ36HFR1(2165), type-LSXM1CGQ6QGHFR1(2166), type-LSXM1TGS48HBR1(2167), type-LSXM1CGQ18QGHBR1(2168), type-LSXM1SUPER1(2169), type-LSQM1SDNB0(2170), type-LSUM1SDNB0(2171), type-LSQM1EPSB0(2172), type-LSUM1EPSB0(2173), type-LSXM2TGS48HB2(2174), type-LSXM2CGQ18QGHB2(2175), type-LSUM1CGS8SH3(2176), type-LSUM1GT48FC3(2177), type-LSUM1FAB10XEA3(2178), type-LSUM1TGS48SH3(2179), type-LSUM1MPUS10XE3(2180), type-LSUM1GP48FC3(2181), type-LSQM1TGS16FD0-Z(2182), type-LSQM2SUPA0-Z(2183), type-LSUM1TGS16FD0-Z(2184), type-LSWM2FPGAB(2185), type-LSWM2EC(2186), type-LSWM2FPGA(2187), type-LSWM2ZSP4P(2188), type-LSXM1CGQ8TD2(2189), type-LSXM1TGS48C4TD2(2190), type-LSXM1QGS24C6TD2(2191), type-LSCM1MPUS06A8(2192), type-LSCM1TGS48SC8(2193), type-LSQM1MPUS06S0(2194), type-LSQM1SRP4Y06A0(2195), type-S76-16XFSF-E(2196), type-S7603-MPU(2197), type-LSCM2MPUS06AS8(2198), type-LSCM2CGT24TSSC8(2199), type-LSCM2CGP24TSSC8(2200), type-LSCM2CTGS12GTSC8(2201), type-LSCM2CTGS12GPSC8(2202), type-LSCM2GT24GPTSSC8(2203), type-LSCM2GT24GPSC8(2204), type-LSCM2GP24GTSC8(2205), type-LSCM2GT48SC8(2206), type-LSCM2GP48SC8(2207), type-LSCM2TGS16GPSC8(2208), type-LSXM2SFH16CR1(2209), type-LSXM1SFK08FR1(2213), type-LSXM1CDQ24KBR1(2214), type-LSXM1SUP02LR1(2215), type-LSXM1CGQ48KBR1(2216), type-LSXM1CGQ36HC0(2217), type-LSXM1TGS48TE2(2218), type-LSXM1CGQ36TE2(2219), type-LSXM1SFT16F1(2220), type-LSXM1CGQ18TE2(2221), type-LSXM1CGQ8TE2(2222), type-LSWM116H(2223), type-LSWM1M4CD(2224), type-LSXM1QGS36TE2(2225), type-LSXM1SFT16F2(2226), type-CSPEX-1812X-E(2227), type-MOD20-A3(2228), type-RP-S-G-A3(2229), type-LSXM1SFT16EA1(2230), type-RP1-S-G(2231), type-MOD21-G(2232), type-LSXM1SUPKR1(2233), type-LSXM1CDQ36KBR1(2234), type-LSXM1CMUR1(2235), type-LSXM1SFK16GR1(2236), type-CSR05SRP1R3(2237), type-MIC-TCP8L(2238), type-MIC-PSP4L(2239), type-LSUM1MPU06B8(2240), type-LSUM1MPU10C8(2241), type-LSUM1FAB06C8(2242), type-LSUM1FAB10C8(2243), type-LSUM1MPU10A8(2244), type-LSUM1FAB10A8(2245), type-LSUM1TGS16FD8(2246), type-LSUM1GP48FD8(2247), type-LSUM1GT48FD8(2248), type-LSUM1GP40TS8FD8(2249), type-LSUM1TGS48RSH8(2250), type-LSDM1GP48SE0-Z(2251), type-LSDM1GT48SE0-Z(2252), type-LSDM1CGS8SE0-Z(2253), type-LSXM1SUP04T2(2254), type-LSXM1SFT04F2(2255), type-LSXM1SFT08F2(2256), type-RX-NIC-CQ2LF-E(2257), type-LSUM1TGS24FD8(2258), type-RX-SPE400-E(2259), type-LSXM1SFK08GR1(2260), type-RX-SFC-16T1(2261), type-LSCM3SUP03A0-Z(2262), type-LSCM3MPUS06A0-Z(2263), type-LSCM3GT48SC0-Z(2264), type-LSCM3TGS48SE0-Z(2265), type-LSCM3QGS8CSSE0-Z(2266), type-LSDM3QGS12SE0-Z(2267), type-LSDM3TGS48SE0-Z(2268), type-LSDM3SUPA0-Z(2269), type-LSDM3FAB08D0-Z(2270), type-LSDM3GT24GPSE0-Z(2271), type-LSDM3GP48SE0-Z(2272), type-LSDM3GT48SE0-Z(2273), type-LSDM3CGS8SE0-Z(2274), type-RX-CEPC-CQ8LF(2275), type-RX-SPE200-E(2276), type-DSH7503-MP(2277), type-DSH7506-MP(2278), type-DSH7510-MP(2279), type-DSH7500-48T-P(2280), type-DSH7500-16X(2281), type-DSH7500-48F(2282), type-DSH7500-12QX4Q28(2283), type-DSH7500-24F4X(2284), type-DSH7500-24QX(2285), type-DSH7500-24T4X(2286), type-DSH7500-24X2QX1Q28(2287), type-DSH7500-2Q28(2288), type-DSH7500-44F4X(2289), type-DSH7500-48T(2290), type-DSH7500-48X(2291), type-LSWM2-iMC(2292), type-LSWM2ZQP2P-Z(2293), type-LSWM2ZSP4P-Z(2294), type-LSWM2ZSP8P-Z(2295), type-LSDM3SUP04A0-Z(2296), type-LSDM3FAB04E0-Z(2297), type-LSDM3FAB08E0-Z(2298), type-LSDM3QGS36SE0-Z(2299), type-LSDM3CGS12SE0-Z(2300), type-LSQM2XPT12TSFD0(2301), type-CSPEX-1702X(2302), type-CSR05SRP1P1(2303), type-NIC-GP24L1(2304), type-NIC-GP24LA(2305), type-NIC-XP20L1(2306), type-NIC-XP20LA(2307), type-RX-NIC-LGQ4LF(2308), type-CSR05SRP1R3A(2309), type-CEPC-CQ8L(2310), type-CEPC-CQ8LA(2311), type-CSPEX-1802XA(2312), type-CSPEX-1802XB(2313), type-CSPEX-1502XA(2314), type-CSPEX-1512XB(2315), type-NIC-XP20L1A(2317), type-NIC-XP20L1B(2318), type-NIC-GP24L1A(2320), type-NIC-GP24L1B(2321), type-NIC-CQ2LA(2322), type-NIC-CQ2LB(2323), type-NIC-XP5LA(2324), type-NIC-XP5LB(2325), type-CSFC-16T1(2326), type-LSUM1MPUS10XEC0(2327), type-LSUM1MPUS10XEC3(2328), type-LSUM1MPUS06XEC3(2329), type-LSUM1FAB10XEC0(2330), type-LSCM2MPUS06AS0-Z(2331), type-LSCM2CGT24TSSC0-Z(2332), type-LSCM2CGP24TSSC0-Z(2333), type-LSCM2CTGS12GTSC0-Z(2334), type-LSCM2CTGS12GPSC0-Z(2335), type-LSCM2GT24GPTSSC0-Z(2336), type-LSCM2GT24GPSC0-Z(2337), type-LSCM2GP24GTSC0-Z(2338), type-LSCM2GT48SC0-Z(2339), type-LSCM2GP48SC0-Z(2340), type-LSCM2TGS16GPSC0-Z(2341), type-LSWM2SP2PM-Z(2342), type-LSWM2QP2P-Z(2343), type-LSWM2SP8P-Z(2344), type-LSCM2MPUS06AS0(2345), type-LSCM2CGT24TSSC0(2346), type-LSCM2CGP24TSSC0(2347), type-LSCM2CTGS12GTSC0(2348), type-LSCM2CTGS12GPSC0(2349), type-LSCM2GT24GPTSSC0(2350), type-LSCM2GT24GPSC0(2351), type-LSCM2GP24GTSC0(2352), type-LSCM2GT48SC0(2353), type-LSCM2GP48SC0(2354), type-LSCM2TGS16GPSC0(2355), type-LSXM1SFK04FR1(2356), type-LSXM1SFK08ER1(2357), type-LSXM1SFK16ER1(2358), type-LSXM1CCQ48KBR1(2359), type-LSQM3SUPA0(2360), type-LSQM3SUPA3(2361), type-LSXM1YGS24CGMODTE2(2362), type-LSXM1SUPE1(2363), type-LSUM2TGS48SH0(2364), type-LSCM3SUP03A0(2365), type-LSCM3MPUS06A0(2366), type-LSCM3TGS48SE0(2367), type-LSCM3QGS8CSSE0(2368), type-LSCM3SUP03A0-ZE(2369), type-LSCM3GT48SC0-ZE(2370), type-LSCM3TGS48SE0-ZE(2371), type-LSCM3QGS8CSSE0-ZE(2372), type-LSDM3FAB04G0-Z(2373), type-LSDM3FAB08G0-Z(2374), type-LSDM3FAB16G0-Z(2375), type-LSDM3CGS36SF0-Z(2376), type-LSDM3YGS48SF0-Z(2377), type-LSCM3MPUS10B0(2378), type-LSCM3MPUS10B0-Z(2379), type-LSUM1CGS8QSSH8(2380), type-LSDM3TGS48SF0-Z(2381), type-LSDM1SUPA0(2382), type-LSDM1FAB08D0(2383), type-LSDM1TGS48SE0(2384), type-LSDM1GT24GPSE0(2385), type-LSDM1GT48SE0(2386), type-LSDM1GP48SE0(2387), type-LSDM3SUPA0(2388), type-LSDM3FAB08D0(2389), type-LSDM3TGS48SE0(2390), type-LSDM3GT24GPSE0(2391), type-LSDM3GT48SE0(2392), type-LSDM3GP48SE0(2393), type-SR07MPUA3-M(2394), type-SFE-A(2395), type-MIC-CQ1L-M(2396), type-MIC-CQ2L-M(2397), type-LSXM1CGQ18C1(2398), type-LSXM1CGQMS18B1(2399), type-LSXM1MOD48KBR1(2400), type-LSXM1CDQ36KB1(2401), type-LSXM1SUP02TR1(2402), type-LSCM2SUP03B0(2407), type-LSCM2SUP03B0-Z(2408), type-LSWM2QP4P(2409), type-LSXM1SUPS2(2410), type-LSXM1SFS08D2(2411), type-LSXM1TGS48SE2(2412), type-LSXM1GT24GPSE2(2413), type-LSXM1GT48SE2(2414), type-LSXM1GP48SE2(2415), type-LSXM3SUPS2(2416), type-LSXM3SFS08D2(2417), type-LSXM3TGS48SE2(2418), type-LSXM3GT24GPSE2(2419), type-LSXM3GT48SE2(2420), type-LSXM3GP48SE2(2421), type-LSXM3SUP04S2(2422), type-LSXM3SFS04G2(2423), type-LSXM3SFS08G2(2424), type-LSXM3SFS16G2(2425), type-LSXM3CGQ36SF2(2426), type-LSXM3YGS48SF2(2427), type-LSXM3TGS48SF2(2428), type-MIC-GP12L-M(2429), type-MIC-CQ1LF-M(2430), type-MIC-XP10L-M(2431), type-MIC-CLP4L-M(2432), type-MIC-ET16L-M(2433), type-MIC-PSP4L-M(2434), type-MIC-TCP8L-M(2435), type-MIC-SP4L-M(2436), type-LSCM2GV48SC0(2437), type-LSQM1FAB06XEB0(2438), type-LSQM1FAB10XEA0(2439), type-LSQM1MPUS06XEB0(2440), type-LSQM1MPUS10XEA0(2441), type-LSQM2TGS48XSH0(2442), type-LSQM1TGS48RXSH0(2443), type-LSQM1CGS8XSH0(2444), type-LSQM1YGS24CSXSH0(2445), type-LSQM1CGS8QSXSH0(2446), type-LSQM2GP24TSXSA0(2447), type-LSQM2GT48XSA0(2448), type-LSQM2GP48XSA0(2449), type-LSQM2GP44TSXSE0(2450), type-LSQM2GT24PTSXSE0(2451), type-LSQM2GT24TSXSE0(2452), type-LSQM1GT48XFD0(2453), type-LSQM2GP40TS8XFD0(2454), type-LSQM1TGT24XFD0(2455), type-LSEM1SUPA0(2456), type-LSEM1SF06D0(2457), type-LSEM1GT48TSSC0(2458), type-LSEM1TGS24SC0(2459), type-LSEM1TGS48SC0(2460), type-LSDM3FAB08F0-Z(2461), type-LSDM3FAB16F0-Z(2462), type-LSDM3QGS36SF0-Z(2463), type-LSDM3CGS18SF0-Z(2464), type-LSDM3CDQ16SF0-Z(2465), type-LSDM3CDQ8SF0-Z(2466), type-LSXM3SFS08F2(2467), type-LSXM3SFS16F2(2468), type-LSXM3QGS36SF2(2469), type-LSXM3CGQ18SF2(2470), type-LSXM3CDQ16SF2(2471), type-LSXM3CDQ8SF2(2472), type-MIC-XP4L-M(2473), type-LSDM3SUP04A0(2474), type-LSDM3FAB04E0(2475), type-LSDM3QGS36SE0(2476)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the pinch board in the subslot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSubslotTable(4) hh3cLswSubslotEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.4.1.3
hh3cLswSubslotPortNum OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of physical ports in the pinch board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSubslotTable(4) hh3cLswSubslotEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.4.1.4
hh3cLswSubslotAdminStatus OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {not-install(1), normal(2), fault(3), forbidden(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Status of the pinch board in the subslot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSubslotTable(4) hh3cLswSubslotEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.4.1.5
hh3cLswSubslotFirstIfIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of ifIndex of the first physical port in the pinch board."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSubslotTable(4) hh3cLswSubslotEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.18.4.4.1.6
hh3cLswSubslotSerialNumber OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Serial number of the current subslot card."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswSubslotTable(4) hh3cLswSubslotEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.18.4.5
hh3cLswPortTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port configuration table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 5 }

.1.3.6.1.4.1.25506.8.35.18.4.5.1
hh3cLswPortEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswSubslotIndex, hh3cLswPortIndex }
  DESCRIPTION	"Port configuration table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortTable(5) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.5.1.1
hh3cLswPortIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port number on the device.  The first port number is 1, which is
         reserved if the port does not exist."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortTable(5) hh3cLswPortEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.5.1.2
hh3cLswPortType OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {type-NULL(0), type-10OR100M(1), type-1000BASE-LX-SM(2), type-1000BASE-SX-MM(3), type-1000BASE-TX(4), type-100M-SINGLEMODE-FX(5), type-100M-MULTIMODE-FX(6), type-100M-100BASE-TX(7), type-100M-HUB(8), type-VDSL(9), type-STACK(10), type-1000BASE-ZENITH-FX(11), type-1000BASE-LONG-FX(12), type-ADSL(13), type-10OR100M-db(14), type-10GBASE-LR-SM(15), type-10GBASE-LX4-MM(16), type-10GBASE-LX4-SM(17), type-100M-LONG-FX(18), type-1000BASE-CX(19), type-1000BASE-ZENITH-FX-LC(20), type-1000BASE-LONG-FX-LC(21), type-100M-SM-FX-SC(22), type-100M-MM-FX-SC(23), type-100M-SM-FX-LC(24), type-100M-MM-FX-LC(25), type-GBIC-NO-CONNECTOR(26), type-GBIC-1000-BASE-T(27), type-GBIC-1000-BASE-LX(28), type-GBIC-1000-BASE-SX(29), type-GBIC-1000-BASE-ZX(30), type-COMBO-NO-CONNECTOR(31), type-COMBO-1000-BASE-LX(32), type-COMBO-1000-BASE-LX-FIBER(33), type-COMBO-1000-BASE-LX-COPPER(34), type-COMBO-1000-BASE-SX(35), type-COMBO-1000-BASE-SX-FIBER(36), type-COMBO-1000-BASE-SX-COPPER(37), type-COMBO-1000-BASE-ZX(38), type-COMBO-1000-BASE-ZX-FIBER(39), type-COMBO-1000-BASE-ZX-COPPER(40), type-155-POS-SX-MMF(41), type-155-POS-LX-SMF(42), type-1000BASE-T(43), type-1000BASE-SX-SFP(44), type-1000BASE-LX-SFP(45), type-1000BASE-T-AN-SFP(46), type-10GBASE-LX4-XENPAK(47), type-10GBASE-LR-XENPAK(48), type-10GBASE-CX4(49), type-1000BASE-ZX-SFP(50), type-1000BASE-MM-SFP(51), type-100BASE-SX-SFP(52), type-100BASE-LX-SFP(53), type-100BASE-T-AN-SFP(54), type-100BASE-ZX-SFP(55), type-100BASE-MM-SFP(56), type-SFP-NO-CONNECTOR(57), type-SFP-UNKNOWN-CONNECTOR(58), type-POS-NO-CONNECTOR(59), type-10G-BASE-SR(60), type-10G-BASE-ER(61), type-10G-BASE-LX4(62), type-10G-BASE-SW(63), type-10G-BASE-LW(64), type-10G-BASE-EW(65), type-10G-LR-SM-LC(66), type-10G-SR-MM-LC(67), type-10G-ER-SM-LC(68), type-10G-LW-SM-LC(69), type-10G-SW-MM-LC(70), type-10G-EW-SM-LC(71), type-100BASE-SM-MTRJ(72), type-100BASE-MM-MTRJ(73), type-XFP-NO-CONNECTOR(74), type-XFP-10GBASE-SR(75), type-XFP-10GBASE-LR(76), type-XFP-10GBASE-ER(77), type-XFP-10GBASE-SW(78), type-XFP-10GBASE-LW(79), type-XFP-10GBASE-EW(80), type-XFP-10GBASE-CX4(81), type-XFP-10GBASE-LX4(82), type-XFP-UNKNOWN(83), type-XPK-NOCONNECTOR(84), type-XPK-10GBASE-SR(85), type-XPK-10GBASE-LR(86), type-XPK-10GBASE-ER(87), type-XPK-10GBASE-SW(88), type-XPK-10GBASE-LW(89), type-XPK-10GBASE-EW(90), type-XPK-10GBASE-CX4(91), type-XPK-10GBASE-LX4(92), type-XPK-UNKNOWN(93), type-POS-OC48-SR-SM-LC(94), type-POS-OC48-IR-SM-LC(95), type-POS-OC48-LR-SM-LC(96), type-10G-BASE-CX4(97), type-OLT-1000BASE-BX-SFF-SC(98), type-ONU-1000BASE-BX-SFF-SC(99), type-24G-CASCADE(100), type-POS-OC3-SR-MM(101), type-POS-OC3-IR-SM(102), type-POS-OC3-IR-1-SM(103), type-POS-OC3-IR-2-SM(104), type-POS-OC3-LR-SM(105), type-POS-OC3-LR-1-SM(106), type-POS-OC3-LR-2-SM(107), type-POS-OC3-LR-3-SM(108), type-POS-OC12-SR-MM(109), type-POS-OC12-IR-SM(110), type-POS-OC12-IR-1-SM(111), type-POS-OC12-IR-2-SM(112), type-POS-OC12-LR-SM(113), type-POS-OC12-LR-1-SM(114), type-POS-OC12-LR-2-SM(115), type-POS-OC12-LR-3-SM(116), type-POS-OC48-SR-SM(117), type-POS-OC48-IR-SM(118), type-POS-OC48-IR-1-SM(119), type-POS-OC48-IR-2-SM(120), type-POS-OC48-LR-SM(121), type-POS-OC48-LR-1-SM(122), type-POS-OC48-LR-2-SM(123), type-POS-OC48-LR-3-SM(124), type-POS-I-64-1(125), type-POS-I-64-2(126), type-POS-I-64-3(127), type-POS-I-64-5(128), type-POS-S-64-1(129), type-POS-S-64-2(130), type-POS-S-64-3(131), type-POS-S-64-5(132), type-POS-L-64-1(133), type-POS-L-64-2(134), type-POS-L-64-3(135), type-POS-V-64-2(136), type-POS-V-64-3(137), type-100BASE-FX-BIDI(138), type-100BASE-BX10-U-SFP(139), type-100BASE-BX10-D-SFP(140), type-1000BASE-BX10-U-SFP(141), type-1000BASE-BX10-D-SFP(142), type-STK-1000BASE-T(143), type-RPR-PHYPOS-CONNECTOR(144), type-RPR-PHY10GE-CONNECTOR(145), type-RPR-LOGICPOS-CONNECTOR(146), type-RPR-LOGIC10GE-CONNECTOR(147), type-10GBASE-ZR(148), type-TYPE-ERROR-CONNECTOR(149), type-10G-STACK(150), type-155-ATM-SX-MMF(151), type-155-ATM-LX-SMF(152), type-622-ATM-SX-MMF(153), type-622-ATM-LX-SMF(154), type-155-ATM-NO-CONNECTOR(155), type-622-ATM-NO-CONNECTOR(156), type-155-CPOS-E1-NO-CONNECTOR(157), type-155-CPOS-T1-NO-CONNECTOR(158), type-622-CPOS-E1-NO-CONNECTOR(159), type-622-CPOS-T1-NO-CONNECTOR(160), type-155-CPOS-E1-SX-MMF(161), type-155-CPOS-T1-SX-MMF(162), type-155-CPOS-E1-LX-SMF(163), type-155-CPOS-T1-LX-SMF(164), type-622-CPOS-E1-SX-MMF(165), type-622-CPOS-T1-SX-MMF(166), type-622-CPOS-E1-LX-SMF(167), type-622-CPOS-T1-LX-SMF(168), type-E1-CONNECTOR(169), type-T1-CONNECTOR(170), type-1000BASE-STK-SFP(171), type-1000BASE-BIDI-SFP(172), type-1000BASE-CWDM-SFP(173), type-100BASE-BIDI-SFP(174), type-OLT-1000BASE-PX-SFP(175), type-OLT-1000BASE-NO-CONNECTOR(176), type-RPR-PHYGE-CONNECTOR(177), type-RPR-LOGICGE-CONNECTOR(178), type-100M-1550-BIDI(179), type-100M-1310-BIDI(180), type-RPR-PHYOC48-CONNECTOR(181), type-RPR-LOGICOC48-CONNECTOR(182), type-100-1000-BASE-LX-SMF(183), type-10G-ZW-SM-LC(184), type-10G-ZR-SM-LC(185), type-XPK-10GBASE-ZR(186), type-SGMII-100-BASE-LX-SFP(187), type-SGMII-100-BASE-FX-SFP(188), type-WLAN-RADIO(189), type-SFP-PLUS-NO-CONNECTOR(191), type-SFP-PLUS-10GBASE-SR(192), type-SFP-PLUS-10GBASE-LR(193), type-SFP-PLUS-10GBASE-LRM(194), type-SFP-PLUS-10GBASE-Cu(195), type-SFP-PLUS-UNKNOWN(196), type-SFP-PLUS-STACK-CONNECTOR(197), type-POS-L-64-4(198), type-MINISAS-HD-STACK-CONNECTOR(199), type-ONU-1000BASE-PX-SFF(200), type-RS485(201), type-SFP-PLUS-10GBASE-ER(202), type-SFP-PLUS-10GBASE-ZR(203), type-XFP-10GBASE-ZR(204), type-QSFP-PLUS-40GBASE-SR4(205), type-QSFP-PLUS-STACK-CONNECTOR(206), type-QSFP-PLUS-TO-4SFP-PLUS-STACK-CONNECTOR(207), type-SFP-STACK-CONNECTOR(208), type-QSFP-NO-CONNECTOR(209), type-10GBase-T(210), type-CFP-NO-CONNECTOR(211), type-CFP-40GBASE-LR4(212), type-QSFP-PLUS-NO-CONNECTOR(213), type-QSFP-PLUS-40GBASE-LR4(214), type-CFP-40GBASE-SR4(215), type-CFP-100GBASE-LR4(216), type-CFP-100GBASE-SR10(217), type-CXP-100GBASE-SR10(218), type-CXP-NO-CONNECTOR(219), type-TRANSCEIVER-UNKNOWN(220), type-QSFP-PLUS-UNKNOWN(221), type-CFP-UNKNOWN(222), type-QSFP-PLUS-40GBASE-CSR4(223), type-CFP-40GBASE-ER4(224), type-SFP-1000BASE-BIDI(225), type-SFP-PLUS-10GBASE-ZR-DWDM(226), type-QSFP-PLUS-40GBASE-PSM(227), type-SFP-8GFC-SW(228), type-SFP-8GFC-LW(229), type-CXP-100GBASE-AOC(230), type-QSFP-PLUS-ACTIVE-STACK-CONNECTOR(231), type-QSFP-PLUS-TO-4SFP-PLUS-ACTIVE-STACK-CONNECTOR(232), type-CFP2-100GBASE-LR4(233), type-CFP2-100GBASE-SR10(234), type-QSFP-PLUS-ACTIVE-OPTICAL-CABLE(235), type-QSFP-PLUS-TO-4SFP-PLUS-ACTIVE-OPTICAL-CABLE(236), type-SFP-PLUS-ACTIVE-OPTICAL-CABLE(237), type-CFP2-NO-CONNECTOR(238), type-QSFP28-NO-CONNECTOR(239), type-QSFP28-100GBASE-SR4(240), type-QSFP28-100GBASE-LR4(241), type-QSFP28-100GBASE-ER4(242), type-QSFP28-100GBASE-PSM4(243), type-QSFP28-100GBASE-CWDM4(244), type-QSFP28-STACK-CONNECTOR(245), type-QSFP28-TO-4SFP28-STACK-CONNECTOR(246), type-QSFP28-ACTIVE-STACK-CONNECTOR(247), type-QSFP28-TO-4SFP28-ACTIVE-STACK-CONNECTOR(248), type-QSFP28-ACTIVE-OPTICAL-CABLE(249), type-QSFP28-TO-4SFP28-ACTIVE-OPTICAL-CABLE(250), type-QSFP-PLUS-40GBASE-LM4(251), type-QSFP-PLUS-40GBASE-SWDM4(252), type-CFP-100GBASE-ER4(253), type-QSFP-PLUS-40GBASE-ER4(254), type-QSFP-PLUS-40GBASE-ER4L(255), type-QSFP-PLUS-40GBASE-BIDI(256), type-QSFP-PLUS-40GBASE-LR4L(257), type-CFP2-100GBASE-eSR10(258), type-TUNABLE-SFP-PLUS-10GBASE-ZR-DWDM(259), type-SFP28-25GBASE-SR(260), type-SFP28-ACTIVE-OPTICAL-CABLE(261), type-SFP28-STACK-CONNECTOR(262), type-2DOT5GBASE-T(263), type-QSFP28-100GBASE-SWDM4(264), type-QSFP28-100GBASE-eSWDM4(265), type-SFP-PLUS-10GBASE-T(266), type-QSFP28-100GBASE-eSR4(267), type-QSFP28-100GBASE-BIDI(268), type-QSFP28-100GBASE-WDM2(269), type-SFP28-25GBASE-LR(270), type-CFP2-100GBASE-ER4(271), type-CFP2-DCO-200GBASE-ZR(272), type-CFP2-100GBASE-ER4L(273), type-SFP-16GFC-SW(274), type-SFP-16GFC-LW(275), type-SFP-32GFC-SW(276), type-SFP-32GFC-LW(277), type-XFP-10GBASE-PR-D3(278), type-SFP-10GBASE-PRX-D3(279), type-QSFP28-UNKNOWN(281), type-SFP28-UNKNOWN(282), type-SFP28-NO-CONNECTOR(283), type-SFP-PLUS-9-8GCRPI-IR(284), type-SFP-PLUS-9-8GCRPI-LR(285), type-QSFP28-50GBASE-PAM4-LR(287), type-10GBASE-BIDI-SFP(288), type-10GBASE-BIDI-U-SFP-PLUS(291), type-10GBASE-BIDI-D-SFP-PLUS(292), type-QSFPDD-STACK-CONNECTOR(293), type-QSFPDD-400GBASE-SR8(294), type-QSFP28-100GBASE-ZR2(295), type-QSFP28-50GBASE-ER(296), type-SFP28-25GBASE-eLR(297), type-QSFP28-100GBASE-ER4-NO-FEC(298), type-QSFP28-100GBASE-ZR4(299), type-QSFPDD-400GBASE-FR4(300), type-QSFP56-200GBASE-FR4(301), type-QSFP56-200GBASE-SR4(302), type-QSFP56-200GBASE-AOC(303), type-DSFP-100GBASE-AOC(304), type-SFP28-25GBASE-CSR(305), type-QSFPDD-UNKNOWN(306), type-QSFPDD-NO-CONNECTOR(307), type-DSFP-UNKNOWN(308), type-DSFP-NO-CONNECTOR(309), type-QSFPDD-400GBASE-ZR(310), type-QSFPDD-400GBASE-LR8(311), type-QSFP56-STACK-CONNECTOR(312), type-QSFP56-UNKNOWN(313), type-QSFP56-NO-CONNECTOR(314)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Normally the port type is the same as its card type.  When there are
         different types of ports in one card, use the actual port type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortTable(5) hh3cLswPortEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.5.1.3
hh3cLswPortIfindex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of ifIndex of the port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortTable(5) hh3cLswPortEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.5.1.4
hh3cLswPortIsPlugged OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {unplugged(0), plugged(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Port is plugged or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortTable(5) hh3cLswPortEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.6
hh3cLswPortLoopbackTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port loopback test table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 6 }

.1.3.6.1.4.1.25506.8.35.18.4.6.1
hh3cLswPortLoopbackEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ hh3cLswPortEntry }
  DESCRIPTION	"Port loopback test table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortLoopbackTable(6) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.6.1.1
hh3cLswPortLoopbackIsSupport OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {neither(1), both(2), internalOnly(3), externalOnly(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The loopback type can be supported by current port."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortLoopbackTable(6) hh3cLswPortLoopbackEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.6.1.2
hh3cLswPortLoopbackOperate OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {stopRemoteOrLocalLoopBack(0), internalLoopback(1), externalLoopback(2), remoteLoopback(3), localLoopback(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Port loopback operate type.  Read operation not supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortLoopbackTable(6) hh3cLswPortLoopbackEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.6.1.3
hh3cLswPortLoopbackResult OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {testing(0), testok(1), testfailed(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Loopback test result of the port, used for checking if the test is successful.
         Only after the testing will the query value on the node make sense."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortLoopbackTable(6) hh3cLswPortLoopbackEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.6.1.4
hh3cLswPortLoopbackAutoStopSupport OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {support(1), notSupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Whether this port support NEED-MANNUL-NOLOOP mode or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortLoopbackTable(6) hh3cLswPortLoopbackEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.6.1.5
hh3cLswPortLoopbackRemoteResult OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {loopbackTestInit(0), loopbackTesting(1), loopbackTestSuccessed(2), loopbackTestFailed(3), loopbackTestTestAndFailed(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The remote loopback test result of the port, used for checking if the
         test is successful.  Only after the testing will the query value on
         the node make sense."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortLoopbackTable(6) hh3cLswPortLoopbackEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.18.4.6.1.6
hh3cLswPortLoopbackLocalResult OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {loopbackTestInit(0), loopbackTesting(1), loopbackTestSuccessed(2), loopbackTestFailed(3), loopbackTestTestAndFailed(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The local loopback test result of the port, used for checking if the
         test is successful.  Only after the testing will the query value on the
         node make sense."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortLoopbackTable(6) hh3cLswPortLoopbackEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.18.4.6.1.7
hh3cLswPortLoopbackInternalResult OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {loopbackTestInit(0), loopbackTesting(1), loopbackTestSuccessed(2), loopbackTestFailed(3), loopbackTestTestAndFailed(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The internal loopback test result of the port, used for checking if
         the test is successful.  Only after the testing will the query value
         on the node make sense."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortLoopbackTable(6) hh3cLswPortLoopbackEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.18.4.6.1.8
hh3cLswPortLoopbackExternalResult OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {loopbackTestInit(0), loopbackTesting(1), loopbackTestSuccessed(2), loopbackTestFailed(3), loopbackTestTestAndFailed(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The external loopback test result of the port, used for checking if the
         test is successful.  Only after the testing will the query value on the
         node make sense."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPortLoopbackTable(6) hh3cLswPortLoopbackEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.18.4.7
hh3cLswFabricTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the information of fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 7 }

.1.3.6.1.4.1.25506.8.35.18.4.7.1
hh3cLswFabricEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswSubslotIndex, hh3cLswFabricChannelIndex }
  DESCRIPTION	"An entry in hh3cLswFabricTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFabricTable(7) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.7.1.1
hh3cLswFabricChannelIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The channel number of fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFabricTable(7) hh3cLswFabricEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.7.1.2
hh3cLswFabricUtilIn OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Ingress utilization of fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFabricTable(7) hh3cLswFabricEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.7.1.3
hh3cLswFabricUtilOut OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Egress utilization of fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFabricTable(7) hh3cLswFabricEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.7.1.4
hh3cLswFabricPeakIn OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Ingress peak of utilization for fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFabricTable(7) hh3cLswFabricEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.7.1.5
hh3cLswFabricPeakInTime OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Ingress peak time of utilization for fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFabricTable(7) hh3cLswFabricEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.18.4.7.1.6
hh3cLswFabricPeakOut OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32 (0..100) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Egress peak of utilization for fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFabricTable(7) hh3cLswFabricEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.18.4.7.1.7
hh3cLswFabricPeakOutTime OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Egress peak time of utilization for fabric."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFabricTable(7) hh3cLswFabricEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.18.4.8
hh3cLswNetworkHealthMonitor OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 8 }

.1.3.6.1.4.1.25506.8.35.18.4.9
hh3cLswExtendModelTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the extended device models supported by the
        device.  Examples of extended devices include PEXs and firewall
        modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 9 }

.1.3.6.1.4.1.25506.8.35.18.4.9.1
hh3cLswExtendModelEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswExtendModelIndex }
  DESCRIPTION	"This entry contains information about an extended device model."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswExtendModelTable(9) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.9.1.1
hh3cLswExtendModelIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the extended device model."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswExtendModelTable(9) hh3cLswExtendModelEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.9.1.2
hh3cLswExtendModelDesc OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Extended device model.  Examples of extended devices include PEXs and
         firewall modules."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswExtendModelTable(9) hh3cLswExtendModelEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.10
hh3cLswCpuTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Cpu description table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 10 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1
hh3cLswCpuEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex }
  DESCRIPTION	"CPU description table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.1
hh3cLswCpuIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"CPU index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.2
hh3cLswCpuEntityIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The entity index of the CPU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.3
hh3cLswCpuRatio OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU usage in accuracy of 1%"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.4
hh3cLswCpuSoftwareVersion OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Software version of the CPU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.5
hh3cLswCpuAdminStatus OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {notInstall(1), normal(2), fault(3), forbidden(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.6
hh3cLswCpuOperStatus OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {disable(1), enable(2), reset(3), test(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"CPU operation status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.7
hh3cLswCpuPhyMemory OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The physical memory on the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.8
hh3cLswCpuMemory OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system memory on the node.

        Note that the system memory means the memory that can be used by
        the software platform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 8 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.9
hh3cLswCpuMemoryUsed OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The system memory in use on the node.

        Note that the system memory means the memory that can be used by
        the software platform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 9 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.10
hh3cLswCpuMemoryRatio OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of system memory in use on the node.

        Note that the system memory means the memory that can be used by
        the software platform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 10 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.11
hh3cLswCpuUsageMinorThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32 (1..99) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minor threshold for CPU usage on the node.

        When the CPU usage exceeds this threshold, a notification will be sent.
        The hh3cLswCpuUsageMinorThreshold must be less than or equal to
        the hh3cLswCpuUsageSevereThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 11 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.12
hh3cLswCpuUsageSevereThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32 (2..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The severe threshold for CPU usage on the node.

        When the CPU usage exceeds this threshold, a notification will be sent.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 12 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.13
hh3cLswCpuUsageRecoverThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32 (0..98) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The recovery threshold for CPU usage.

        When the CPU usage falls down to this threshold, a notification is sent.
        The hh3cLswCpuUsageRecoverThreshold must be less than or equal to
        the hh3cLswCpuUsageMinorThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 13 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.14
hh3cLswCpuMemoryFree OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of free memory on the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 14 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.15
hh3cLswCpuMemoryFreeRatio OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The percentage of free memory on the node."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 15 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.16
hh3cLswCpuMemoryHighTotal OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total high-memory on the node "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 16 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.17
hh3cLswCpuMemoryHighFree OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The free high-memory on the node "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 17 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.18
hh3cLswCpuMemoryLowTotal OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total low-memory on the node "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 18 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.19
hh3cLswCpuMemoryLowFree OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The free low-memory on the node "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 19 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.20
hh3cLswCpuMemoryVmallocTotal OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total Vmalloc memory on the node "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 20 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.21
hh3cLswCpuMemoryVmallocUsed OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The used Vmalloc memory on the node "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 21 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.22
hh3cLswCpuMemoryVmallocChunk OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Vmalloc memory in chunk on the node "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 22 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.23
hh3cLswCpuMemoryCommitLimit OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The memory that can be allocated on the system(KB)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 23 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.24
hh3cLswCpuMemoryCommittedAs OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION CounterBasedGauge64
  SYNTAX	Counter64
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The CommittedAs memory on the node "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 24 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.25
hh3cLswCpuMemoryThresholdUnit OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {inMB(1), inPercentage(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The unit of memory threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 25 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.26
hh3cLswCpuMemorySecureThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The sufficient-memory.
        The unit is set by hh3cLswCpuMemoryThresholdUnit, MB or percentage.

        When the free memory exceeds this threshold, a notification will be sent.
        The hh3cLswCpuMemorySecureThreshold must be more than
        or equal to the hh3cLswCpuMemoryEarlywarningThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 26 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.27
hh3cLswCpuMemoryEarlyWarningThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The early-warning threshold for free memory.
        The unit is set by hh3cLswCpuMemoryThresholdUnit, MB or percentage.

        When the free memory decreases to or below this threshold, a notification will be sent.
        The hh3cLswCpuMemoryEarlyWarningThreshold must be more than
        or equal to the hh3cLswCpuMemoryNormalThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 27 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.28
hh3cLswCpuMemoryNormalThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The normal state threshold for free memory.
        The unit is set by hh3cLswCpuMemoryThresholdUnit, MB or percentage.

        When the free memory decreases to or below this threshold, a notification will be sent.
        The hh3cLswCpuMemoryNormalThreshold must be more than or equal to
        the hh3cLswCpuMemoryMinorThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 28 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.29
hh3cLswCpuMemoryMinorThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The minor alarm threshold for free memory.
        The unit is set by hh3cLswCpuMemoryThresholdUnit, MB or percentage.

        When the free memory decreases to or below this threshold, a notification will be sent.
        The hh3cLswCpuMemoryMinorThreshold must be more than or equal to
        the hh3cLswCpuMemorySevereThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 29 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.30
hh3cLswCpuMemorySevereThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The severe alarm threshold for free memory.
        The unit is set by hh3cLswCpuMemoryThresholdUnit, MB or percentage.

        When free memory decreases to or below this threshold, a notification will be sent.
        The hh3cLswCpuMemorySevereThreshold must be less than or equal to
        the hh3cLswCpuMemoryCriticalThreshold.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 30 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.31
hh3cLswCpuMemoryCriticalThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The critical alarm threshold for free memory.
        The unit is set by hh3cLswCpuMemoryThresholdUnit, MB or percentage.

        When free memory decreases to or below this threshold, a notification will be sent.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 31 }

.1.3.6.1.4.1.25506.8.35.18.4.10.1.32
hh3cLswCpuMemoryCurrentState OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {secure(1), earlywarning(2), normal(3), minor(4), severe(5), critical(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current status of free memory.

        secure
        earlywarning
        normal
        minor
        severe
        critical
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuTable(10) hh3cLswCpuEntry(1) 32 }

.1.3.6.1.4.1.25506.8.35.18.4.11
hh3cLswPowerTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Power module description table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 11 }

.1.3.6.1.4.1.25506.8.35.18.4.11.1
hh3cLswPowerEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswPowerIndex }
  DESCRIPTION	"Power module description table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPowerTable(11) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.11.1.1
hh3cLswPowerIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power module index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPowerTable(11) hh3cLswPowerEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.11.1.2
hh3cLswPowerSerialNumber OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Power module serial number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswPowerTable(11) hh3cLswPowerEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.12
hh3cLswFanTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Fan tray description table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 12 }

.1.3.6.1.4.1.25506.8.35.18.4.12.1
hh3cLswFanEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswFanIndex }
  DESCRIPTION	"Fan tray description table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFanTable(12) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.12.1.1
hh3cLswFanIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Fan tray index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFanTable(12) hh3cLswFanEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.12.1.2
hh3cLswFanSerialNumber OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Fan tray serial number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswFanTable(12) hh3cLswFanEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.13
hh3cLswTransceiverTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Transceiver description table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 13 }

.1.3.6.1.4.1.25506.8.35.18.4.13.1
hh3cLswTransceiverEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswSubslotIndex, hh3cLswTransceiverIndex }
  DESCRIPTION	"Transceiver description table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswTransceiverTable(13) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.13.1.1
hh3cLswTransceiverIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswTransceiverTable(13) hh3cLswTransceiverEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.13.1.2
hh3cLswTransceiverSerialNumber OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transceiver serial number."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswTransceiverTable(13) hh3cLswTransceiverEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.14
hh3cLswCpuGroupTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"CPU group table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 14 }

.1.3.6.1.4.1.25506.8.35.18.4.14.1
hh3cLswCpuGroupEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCpuGroupIndex }
  DESCRIPTION	"CPU group table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuGroupTable(14) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.14.1.1
hh3cLswCpuGroupIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU group index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuGroupTable(14) hh3cLswCpuGroupEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.14.1.2
hh3cLswCpuGroupName OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	OCTET STRING (0..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of a CPU group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuGroupTable(14) hh3cLswCpuGroupEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.14.1.3
hh3cLswCurrentCpuUsage OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU usage in last 5 seconds, accurate to 1%."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuGroupTable(14) hh3cLswCpuGroupEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.14.1.4
hh3cLswLast1mCpuUsage OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU usage in last 1 minute, accurate to 1%."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuGroupTable(14) hh3cLswCpuGroupEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.14.1.5
hh3cLswLast5mCpuUsage OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPU usage in last 5 minutes, accurate to 1%."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCpuGroupTable(14) hh3cLswCpuGroupEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.18.4.15
hh3cLswCoreTable OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Core description table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) 15 }

.1.3.6.1.4.1.25506.8.35.18.4.15.1
hh3cLswCoreEntry OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLswFrameIndex, hh3cLswSlotIndex, hh3cLswCpuIndex, hh3cLswCoreIndex }
  DESCRIPTION	"Core description table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCoreTable(15) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.15.1.1
hh3cLswCoreIndex OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Core index."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCoreTable(15) hh3cLswCoreEntry(1) 1 }

.1.3.6.1.4.1.25506.8.35.18.4.15.1.2
hh3cLswCoreUsageInLast5Sec OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Core usage in last 5 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCoreTable(15) hh3cLswCoreEntry(1) 2 }

.1.3.6.1.4.1.25506.8.35.18.4.15.1.3
hh3cLswCoreUsageInLast1Min OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Core usage in last 1 minute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCoreTable(15) hh3cLswCoreEntry(1) 3 }

.1.3.6.1.4.1.25506.8.35.18.4.15.1.4
hh3cLswCoreUsageInLast5Min OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Core usage in last 5 minutes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCoreTable(15) hh3cLswCoreEntry(1) 4 }

.1.3.6.1.4.1.25506.8.35.18.4.15.1.5
hh3cLswCoreThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Core usage threshold.
        When the core usage decreases to or below this threshold, a notification is sent.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCoreTable(15) hh3cLswCoreEntry(1) 5 }

.1.3.6.1.4.1.25506.8.35.18.4.15.1.6
hh3cLswCoreState OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	INTEGER {normal(1), warning(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Last state of core.
        normal
        warning
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCoreTable(15) hh3cLswCoreEntry(1) 6 }

.1.3.6.1.4.1.25506.8.35.18.4.15.1.7
hh3cLswCoreMinorThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Core usage minor threshold.
        When the core usage exceeds this threshold, a notification is sent.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCoreTable(15) hh3cLswCoreEntry(1) 7 }

.1.3.6.1.4.1.25506.8.35.18.4.15.1.8
hh3cLswCoreRecoveryThreshold OBJECT-TYPE
  -- FROM	HH3C-LSW-DEV-ADM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Core usage recovery threshold.
        When the core usage falls down to this threshold, a notification is sent.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3clswCommon(35) hh3cLswDeviceAdmin(18) hh3cLswSlotConf(4) hh3cLswCoreTable(15) hh3cLswCoreEntry(1) 8 }

.1.3.6.1.4.1.25506.8.36
hh3cmlsr OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 36 }

.1.3.6.1.4.1.25506.8.36.2
hh3cNDEC OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-NDEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) 2 }

.1.3.6.1.4.1.25506.8.36.2.1
hh3chipsNDECSAListTable OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing the list of all
        SA entries configured on NDEC by the operator."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) 1 }

.1.3.6.1.4.1.25506.8.36.2.1.1
hh3chipsNDECSAListEntry OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chipsPeerIpAddr, hh3chipsProtocol, hh3chipsSPI }
  DESCRIPTION	"Each entry contains the attributes
        associated with a single NDEC'S SA entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) 1 }

.1.3.6.1.4.1.25506.8.36.2.1.1.1
hh3chipsPeerIpAddr OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peer IP address of this SA entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.2.1.1.2
hh3chipsProtocol OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {ipsecEsp(50), ipsecAh(51)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Protocol of this SA entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.2.1.1.3
hh3chipsSPI OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32 (256..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The SPI of this SA entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.2.1.1.4
hh3chipsEncAlgorithm OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {ealgNone(1), ealgDescbc(2), ealg3desCbc(3), ealgXBlf(4), ealgXCast(5), ealgXSkipjack(6), ealgXAes(7), ealgXQc5(8), ealgXNsa(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encrypt algorithm of this SA entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.2.1.1.5
hh3chipsAuthAlgorithm OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {aalgNone(1), aalgMd5Hmac(2), aalgSha1Hmac(3), aalgMd5Hmac96(4), aalgSha1Hmac96(5), aalgXRipeMd160Hmac96(6), aalgXMd5(7), aalgXSha1(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authentication algorithm of this SA entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.2.1.1.6
hh3chipsLocalIpAddr OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The local IP address of this SA entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.2.1.1.7
hh3chipsSaLifeKBytes OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lifetime of this SA entry in bytes.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 7 }

.1.3.6.1.4.1.25506.8.36.2.1.1.8
hh3chipsSaLifeSecond OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The lifetime of this SA entry in seconds.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 8 }

.1.3.6.1.4.1.25506.8.36.2.1.1.9
hh3chipsByCard OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The flag of this SA on NDEC or not.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 9 }

.1.3.6.1.4.1.25506.8.36.2.1.1.10
hh3chipsNegotiateSaMode OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {none(1), isakmp(2), manual(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of key used by the IPSec Phase-2 Tunnel.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 10 }

.1.3.6.1.4.1.25506.8.36.2.1.1.11
hh3chipsExpBytes OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the lifetime in bytes
        of the tunnels generated using this
        policy specification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 11 }

.1.3.6.1.4.1.25506.8.36.2.1.1.12
hh3chipsSoftBytes OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the lifetime in bytes
        of the tunnels generated using this
        policy specification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 12 }

.1.3.6.1.4.1.25506.8.36.2.1.1.13
hh3chipsExpTimeout OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the lifetime in seconds
        of the tunnels generated using this
        policy specification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 13 }

.1.3.6.1.4.1.25506.8.36.2.1.1.14
hh3chipsSoftTimeout OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the lifetime in seconds
        of the tunnels generated using this
        policy specification."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECSAListTable(1) hh3chipsNDECSAListEntry(1) 14 }

.1.3.6.1.4.1.25506.8.36.2.2
hh3chikeSATable OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table containing IKE SA entities
        configured on NDEC by the operator.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) 2 }

.1.3.6.1.4.1.25506.8.36.2.2.1
hh3chikeSAEntry OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chikeConnId }
  DESCRIPTION	"Each entry contains the attributes
        associated with a single IKE SA entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chikeSATable(2) 1 }

.1.3.6.1.4.1.25506.8.36.2.2.1.1
hh3chikeConnId OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identifier of IKE SA connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chikeSATable(2) hh3chikeSAEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.2.2.1.2
hh3chikePeerIpAddr OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peer IP address of this IKE SA.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chikeSATable(2) hh3chikeSAEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.2.2.1.3
hh3chikeFlag OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of this IKE SA.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chikeSATable(2) hh3chikeSAEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.2.2.1.4
hh3chikePhase OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {unkown(1), phase1(2), phase2(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The phase of this IKE SA.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chikeSATable(2) hh3chikeSAEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.2.2.1.5
hh3chikeDoi OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {unkown(1), ipsec(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The domain of this IKE SA
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chikeSATable(2) hh3chikeSAEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.2.2.1.6
hh3chikeClearSA OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Clear this IKE SA or not.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chikeSATable(2) hh3chikeSAEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.2.3
hh3chipsIKEPolicyTable OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"List of all ISAKMP policy entries."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) 3 }

.1.3.6.1.4.1.25506.8.36.2.3.1
hh3chipsIKEPolicyEntry OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chipsIsakmpPolPriority }
  DESCRIPTION	"Each entry includes the properties of a ISAKMP Policy entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsIKEPolicyTable(3) 1 }

.1.3.6.1.4.1.25506.8.36.2.3.1.1
hh3chipsIsakmpPolPriority OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"ISAKMP Policy entry's priority."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsIKEPolicyTable(3) hh3chipsIKEPolicyEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.2.3.1.2
hh3chipsIsakmpPolEncr OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {ikeEncryptNone(1), ikeEncryptDesCbc(2), ikeEncryptIdeaCbc(3), ikeEncryptBlowfishcbc(4), ikeEncryptRc5R16B64cbc(5), ikeEncrypt3DesCbc(6), ikeEncryptCastCbc(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The specified encryption transform. It is used by
        Internet Key Exchange(IKE) tunnels to protect the ISAKMP
        PDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsIKEPolicyTable(3) hh3chipsIKEPolicyEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.2.3.1.3
hh3chipsIsakmpPolHash OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {ikeHashNone(1), ikeHashMd5(2), ikeHashSha(3), ikeHashTiger(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The specified hash transform. It is used by
        Internet Key Exchange(IKE) tunnels to protect the ISAKMP
        PDUs."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsIKEPolicyTable(3) hh3chipsIKEPolicyEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.2.3.1.4
hh3chipsIsakmpPolAuth OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {ikeAuthPreNone(1), ikeAuthPreShared(2), ikeAuthDss(3), ikeAuthRsaSig(4), ikeAuthRsaEnc(5), ikeAuthRsaEncRev(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The specified peer authentication method.
        The local entity would authenticate the peer using
        the method specified by this object when this policy
        entity is selected to negotiate with a peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsIKEPolicyTable(3) hh3chipsIKEPolicyEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.2.3.1.5
hh3chipsIsakmpPolGroup OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {none(1), dhGroup1(2), dhGroup2(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is used to specify the Oakley group
        which is used for Diffie Hellman exchange in the
        Main Mode.
        The local entity selects the group specified by
        this object to perform Diffie Hellman exchange with
        the peer when this policy item is chosen to negotiate
        the Main Mode with an IKE peer."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsIKEPolicyTable(3) hh3chipsIKEPolicyEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.2.3.1.6
hh3chipsIsakmpPolLifetime OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the lifetime of the IKE tunnels in seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsIKEPolicyTable(3) hh3chipsIKEPolicyEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.2.4
hh3chipsStaticCryptomapTable OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table includes the list of the member cryptomaps
        of the cryptomap sets which are set on the specific entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) 4 }

.1.3.6.1.4.1.25506.8.36.2.4.1
hh3chipsStaticCryptomapEntry OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chipsStaticCryptomapName, hh3chipsStaticCryptomapSN }
  DESCRIPTION	"Each entry contains  properites of a single static cryptomap entry.
        The members of dynamic cryptomap sets, which may be linked with the
        parent static cryptomap set, are not included in this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) 1 }

.1.3.6.1.4.1.25506.8.36.2.4.1.1
hh3chipsStaticCryptomapName OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the cryptomap entry in the
        cryptomap set. This is the first index
        component of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.2.4.1.2
hh3chipsStaticCryptomapSN OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Integer32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The sequence number of the cryptomap entry in the
        cryptomap set. This is the second index component
        of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.2.4.1.3
hh3chipsStaticCryptomapNegMode OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {none(1), isakmp(2), manual(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Type of the cryptomap entry. This object may be an ISAKMP
        cryptomap or manual."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.2.4.1.4
hh3chipsStaticCryptomapMatchAddr OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER (1..100000) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The access list number entered by the operatoir
        while creating this cryptomap. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.2.4.1.5
hh3chipsStaticCryptomapPeerIpAddr OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the current peer. Traffic protected by
        this cryptomap is protected by a tunnel terminating
        at the device whose IP address is the value of this object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.2.4.1.6
hh3chipsStaticCryptomapTransforName OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The transform associated with this cryptomap entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.2.4.1.7
hh3chipsStaticCryptomapLifetime OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the lifetime of the IPSec SA which is
        created using this IPSec policy entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 7 }

.1.3.6.1.4.1.25506.8.36.2.4.1.8
hh3chipsStaticCryptomapLifesize OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the lifesize of the IPSec SAs
        generated using this IPSec policy entry.
        Lifesize means maximum traffic in bytes that may be carried.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 8 }

.1.3.6.1.4.1.25506.8.36.2.4.1.9
hh3chipsStaticCryptomapLocalIpAddr OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of this object is the local IP address of the
        IPSec SAs generated using this IPSec policy entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 9 }

.1.3.6.1.4.1.25506.8.36.2.4.1.10
hh3chipsIfNameUsed OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the name of the
        interface which uses this IPSec policy entry.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 10 }

.1.3.6.1.4.1.25506.8.36.2.4.1.11
hh3chipsInAHSPI OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the inbound AH SPI
        IPSec SAs generated using this IPSec policy entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 11 }

.1.3.6.1.4.1.25506.8.36.2.4.1.12
hh3chipsInESPSPI OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the inbound ESP SPI
        IPSec SAs generated using this IPSec policy entry.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 12 }

.1.3.6.1.4.1.25506.8.36.2.4.1.13
hh3chipsOutAHSPI OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the outbound AH SPI
        IPSec SAs generated using this IPSec policy entry.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 13 }

.1.3.6.1.4.1.25506.8.36.2.4.1.14
hh3chipsOutESPSPI OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the outbound ESP SPI
        IPSec SAs generated using this IPSec policy entry.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 14 }

.1.3.6.1.4.1.25506.8.36.2.4.1.15
hh3chipsInAhHexKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the inbound AH authentication key
        IPSec SAs generated using this IPSec policy entry.
        The AH authentication key is in hex.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 15 }

.1.3.6.1.4.1.25506.8.36.2.4.1.16
hh3chipsInEspCipherHexKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the inbound ESP authentication key
       IPSec SAs generated using this IPSec policy entry.
       The ESP authentication key is hex.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 16 }

.1.3.6.1.4.1.25506.8.36.2.4.1.17
hh3chipsInEspAuthenHexKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the inbound ESP authentication key
        IPSec SAs generated using this IPSec policy entry.
        The ESP authentication key is hex.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 17 }

.1.3.6.1.4.1.25506.8.36.2.4.1.18
hh3chipsInAhStringKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the inbound ESP authentication key
        IPSec SAs generated using this IPSec policy entry.
        The key is in string.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 18 }

.1.3.6.1.4.1.25506.8.36.2.4.1.19
hh3chipsInEspStringKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the inbound ESP authentication key
        IPSec SAs generated using this IPSec policy entry.
        The key is in string.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 19 }

.1.3.6.1.4.1.25506.8.36.2.4.1.20
hh3chipsOutAhHexKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the outbound AH authentication key
        IPSec SAs generated using this IPSec policy entry.
        The key is in hex.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 20 }

.1.3.6.1.4.1.25506.8.36.2.4.1.21
hh3chipsOutEspCipherHexKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the outbound ESP authentication key
        IPSec SAs generated using this IPSec policy entry.
        The key is in hex.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 21 }

.1.3.6.1.4.1.25506.8.36.2.4.1.22
hh3chipsOutEspAuthenHexKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the outbound ESP authentication key
        IPSec SAs generated using this IPSec policy entry.
        The key is in hex.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 22 }

.1.3.6.1.4.1.25506.8.36.2.4.1.23
hh3chipsOutAhStringKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the outbound AH authentication key
        IPSec SAs generated using this IPSec policy entry.
        The key is in string.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 23 }

.1.3.6.1.4.1.25506.8.36.2.4.1.24
hh3chipsOutEspStringKeyString OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the outbound ESP authentication key
        IPSec SAs generated using this IPSec policy entry.
        The key is in string.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsStaticCryptomapTable(4) hh3chipsStaticCryptomapEntry(1) 24 }

.1.3.6.1.4.1.25506.8.36.2.5
hh3chipsTransformNameSetTable OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Transform set table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) 5 }

.1.3.6.1.4.1.25506.8.36.2.5.1
hh3chipsTransformNameSetEntry OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chipsTransformName }
  DESCRIPTION	"Each entry refers to properties of a transform."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTransformNameSetTable(5) 1 }

.1.3.6.1.4.1.25506.8.36.2.5.1.1
hh3chipsTransformName OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name of the transform entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTransformNameSetTable(5) hh3chipsTransformNameSetEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.2.5.1.2
hh3chipsTransformMode OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {tunnel(1), transport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Mode of the transform entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTransformNameSetTable(5) hh3chipsTransformNameSetEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.2.5.1.3
hh3chipsTransformProtocol OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {ipsecNone(1), ipsecAhNew(2), ipsecAhEspNew(3), ipsecAhEspOld(4), ipsecAhOld(5), ipsecEspNew(6), ipsecEspAhNew(7), ipsecEspAhOld(8), ipsecEspOld(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Transform protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTransformNameSetTable(5) hh3chipsTransformNameSetEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.2.5.1.4
hh3chipsAH OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {aalgNone(1), aalgMd5Hmac(2), aalgSha1Hmac(3), aalgMd5Hmac96(4), aalgSha1Hmac96(5), aalgXRipeMd160Hmac96(6), aalgXMd5(7), aalgXSha1(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Algorithm of AH protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTransformNameSetTable(5) hh3chipsTransformNameSetEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.2.5.1.5
hh3chipsEespEn OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {ealgNone(1), ealgDescbc(2), ealg3desCbc(3), ealgXBlf(4), ealgXCast(5), ealgXSkipjack(6), ealgXAes(7), ealgXQc5(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Encryption algorithm of ESP protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTransformNameSetTable(5) hh3chipsTransformNameSetEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.2.5.1.6
hh3chipsEspAu OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {aalgNone(1), aalgMd5Hmac(2), aalgSha1Hmac(3), aalgMd5Hmac96(4), aalgSha1Hmac96(5), aalgXRipeMd160Hmac96(6), aalgXMd5(7), aalgXSha1(8)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Authentication algorithm of ESP protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTransformNameSetTable(5) hh3chipsTransformNameSetEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.2.5.1.7
hh3chipsIsCardTransform OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the flag of the NDEC is used for
        IPSec SAs generated using this IPSec policy entry.
       "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTransformNameSetTable(5) hh3chipsTransformNameSetEntry(1) 7 }

.1.3.6.1.4.1.25506.8.36.2.6
hh3chipsNDECInfoTable OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of NDEC set."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) 6 }

.1.3.6.1.4.1.25506.8.36.2.6.1
hh3chipsNDECInfoEntry OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3chipsCardSlot }
  DESCRIPTION	"Properties of each NDEC.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) 1 }

.1.3.6.1.4.1.25506.8.36.2.6.1.1
hh3chipsCardSlot OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER (0..7) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Slot number of NDEC ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.2.6.1.2
hh3chipsInPac OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total packets of the NDEC recieved."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.2.6.1.3
hh3chipsOutPac OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total packets of the NDEC sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.2.6.1.4
hh3chipsInByte OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total bytes of the NDEC sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.2.6.1.5
hh3chipsOutByte OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total bytes of the NDEC sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.2.6.1.6
hh3chipsDropPac OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total packets of the NDEC dropped ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.2.6.1.7
hh3chipsCardStatus OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {ecStateInvalid(1), ecStateReady(2), ecStateResetting(3), ecStateProgramUpdating(4), ecStateDisable(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"State of the NDEC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 7 }

.1.3.6.1.4.1.25506.8.36.2.6.1.8
hh3chipsCardHardVer OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Hardware version of the NDEC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 8 }

.1.3.6.1.4.1.25506.8.36.2.6.1.9
hh3chipsCardSoftVer OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Software version of the NDEC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 9 }

.1.3.6.1.4.1.25506.8.36.2.6.1.10
hh3chipsCardCPLDVer OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CPLD version of the NDEC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 10 }

.1.3.6.1.4.1.25506.8.36.2.6.1.11
hh3chipsCardOperate OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER {cardClearStatic(1), cardReset(2), cardSynTime(3), cardSysLogOn(4), cardSysLogOff(5), cardSysLogClear(6)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The version of the NDEC's CPLD.
         cardClearStatic(1): clear the statistics of the card
         cardReset(2): rest the card
         cardSynTime(3): synchoronize the clock of the card
         cardSysLogOn(4):turn on the log of the card
         cardSysLogOff(5):turn off the log of the card
         cardSysLogClear(6):clear the log of the card"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 11 }

.1.3.6.1.4.1.25506.8.36.2.6.1.12
hh3chipsDropPacInUnitTime OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Dropped packets in unit interval."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECInfoTable(6) hh3chipsNDECInfoEntry(1) 12 }

.1.3.6.1.4.1.25506.8.36.2.7
hh3chipsNDECLeaf OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) 7 }

.1.3.6.1.4.1.25506.8.36.2.7.1
hh3chipsNDECConnections OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total connections of the system at this time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECLeaf(7) 1 }

.1.3.6.1.4.1.25506.8.36.2.7.2
hh3chipsNDECBackup OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The flag that NDEC using backup. The value 1 represents using backup
        The value 0 represents not using backup"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsNDECLeaf(7) 2 }

.1.3.6.1.4.1.25506.8.36.2.8
hh3chipsTraps OBJECT-TYPE
  -- FROM	HH3C-NDEC-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) 8 }

.1.3.6.1.4.1.25506.8.36.2.8.1
hh3chipsNDECNormalResetTrap NOTIFICATION-TYPE
  -- FROM	HH3C-NDEC-MIB
  OBJECTS	{ hh3chipsCardSlot, hh3chipsCardHardVer, hh3chipsCardSoftVer, hh3chipsCardCPLDVer }
  DESCRIPTION	"This trap is generated when the NDEC card is reset."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTraps(8) 1 }

.1.3.6.1.4.1.25506.8.36.2.8.2
hh3chipsNDECStateChangeTrap NOTIFICATION-TYPE
  -- FROM	HH3C-NDEC-MIB
  OBJECTS	{ hh3chipsCardSlot, hh3chipsCardStatus }
  DESCRIPTION	"This trap is generated when the NDEC card's state changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTraps(8) 2 }

.1.3.6.1.4.1.25506.8.36.2.8.3
hh3chipsNDECFlowTrap NOTIFICATION-TYPE
  -- FROM	HH3C-NDEC-MIB
  OBJECTS	{ hh3chipsCardSlot, hh3chipsDropPacInUnitTime }
  DESCRIPTION	"This trap is generated when a NDEC card is overloaded."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cNDEC(2) hh3chipsTraps(8) 3 }

.1.3.6.1.4.1.25506.8.36.4
hh3credundancyPower OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-REDUNDANCY-POWER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) 4 }

.1.3.6.1.4.1.25506.8.36.4.1
hh3credundancyPowerTable OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table describles the attributes of every power unit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyPower(4) 1 }

.1.3.6.1.4.1.25506.8.36.4.1.1
hh3credundancyPowerEntry OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3credundancyPowerID }
  DESCRIPTION	"Each entry contains the attributes 
        associated with a single power unit entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyPower(4) hh3credundancyPowerTable(1) 1 }

.1.3.6.1.4.1.25506.8.36.4.1.1.1
hh3credundancyPowerID OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identify of power uinit.
        This is also the index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyPower(4) hh3credundancyPowerTable(1) hh3credundancyPowerEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.4.1.1.2
hh3credundancyPowerStatus OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  SYNTAX	INTEGER {space(1), normal(2), fail(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of every redundancy power unit.
        if power unit doesn't exists, take the value 'space';
        if power unit is present and normal, take the value 'narmal'
        if power unit is present but fail, take the value 'fail'"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyPower(4) hh3credundancyPowerTable(1) hh3credundancyPowerEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.4.1.1.3
hh3credundancyPowerPreviousStatus OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  SYNTAX	INTEGER {space(1), normal(2), fail(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last status of every redundancy power unit "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyPower(4) hh3credundancyPowerTable(1) hh3credundancyPowerEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.4.2
hh3cpowerTraps OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyPower(4) 2 }

.1.3.6.1.4.1.25506.8.36.4.2.1
hh3cpowerStatusChangedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  OBJECTS	{ hh3credundancyPowerID, hh3credundancyPowerStatus, hh3credundancyPowerPreviousStatus }
  DESCRIPTION	"This trap is generated when the satus of a power unit is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyPower(4) hh3cpowerTraps(2) 1 }

.1.3.6.1.4.1.25506.8.36.5
hh3credundancyFan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-REDUNDANCY-POWER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) 5 }

.1.3.6.1.4.1.25506.8.36.5.1
hh3credundancyFanTable OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table describles the attributes of every power unit.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyFan(5) 1 }

.1.3.6.1.4.1.25506.8.36.5.1.1
hh3credundancyFanEntry OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3credundancyFanID }
  DESCRIPTION	"Each entry contains the attributes 
        associated with a single power unit entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyFan(5) hh3credundancyFanTable(1) 1 }

.1.3.6.1.4.1.25506.8.36.5.1.1.1
hh3credundancyFanID OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The identify of power uinit.
        This is also the index of this table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyFan(5) hh3credundancyFanTable(1) hh3credundancyFanEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.5.1.1.2
hh3credundancyFanStatus OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  SYNTAX	INTEGER {normal(1), fail(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of every redundancy power unit.
        if power unit doesn't exists, take the value 'space';
        if power unit is present and normal, take the value 'narmal'
        if power unit is present but fail, take the value 'fail'"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyFan(5) hh3credundancyFanTable(1) hh3credundancyFanEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.5.2
hh3cfanTraps OBJECT-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyFan(5) 2 }

.1.3.6.1.4.1.25506.8.36.5.2.1
hh3cfanStatusChangedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-REDUNDANCY-POWER-MIB
  OBJECTS	{ hh3credundancyFanID, hh3credundancyFanStatus }
  DESCRIPTION	"This trap is generated when the satus of a power unit is changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3credundancyFan(5) hh3cfanTraps(2) 1 }

.1.3.6.1.4.1.25506.8.36.8
hh3cpos OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-POS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) 8 }

.1.3.6.1.4.1.25506.8.36.8.1
hh3cposAppTable OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table to get and set the application informatin."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 1 }

.1.3.6.1.4.1.25506.8.36.8.1.1
hh3cposAppEntry OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cposAppId }
  DESCRIPTION	"The content of hh3cposAppTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) 1 }

.1.3.6.1.4.1.25506.8.36.8.1.1.1
hh3cposAppId OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ID of application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.8.1.1.2
hh3cposAppConnectMode OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {tcp(1), flow(2), pad(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The connect mode of application.
             
             If the router and unix are connected by TCP protocol,
             the connect mode of application is tcp.
             
             If the router and unix are connected by async interface, 
             the connect mode of application is flow.
             
             If the router is used as POSPAD device, the connect mode of application 
             is pad."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.8.1.1.3
hh3cposAppState OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {noset(1), down(2), up(3), ok(4), kept(5), linking(6), linked(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of application."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.8.1.1.4
hh3cposAppIfIndex OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interface index of the application 
             whose connect mode is flow or pad."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.8.1.1.5
hh3cposAppHostIP OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination IP Address of application.
             Used for the application whose connect mode is tcp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.8.1.1.6
hh3cposAppPort OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination port of application.
             Used for the application whose connect mode is tcp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.8.1.1.7
hh3cposAppSourceIp OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The source IP Address of application.
             Used for the application whose connect mode is tcp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 7 }

.1.3.6.1.4.1.25506.8.36.8.1.1.8
hh3cposAppRecvPacCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received by the application."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 8 }

.1.3.6.1.4.1.25506.8.36.8.1.1.9
hh3cposAppErrPacCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of error packets received by the application."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 9 }

.1.3.6.1.4.1.25506.8.36.8.1.1.10
hh3cposAppDistrErrCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that could not be sent to POS."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 10 }

.1.3.6.1.4.1.25506.8.36.8.1.1.11
hh3cposAppBuffedCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets stored in the buffer of application."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 11 }

.1.3.6.1.4.1.25506.8.36.8.1.1.12
hh3cposAppDiscardedCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets discarded by the application."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 12 }

.1.3.6.1.4.1.25506.8.36.8.1.1.13
hh3cposAppDebug OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {close(1), open(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The debugging switch of application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 13 }

.1.3.6.1.4.1.25506.8.36.8.1.1.14
hh3cposAppRowStatus OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of row. Only support active, CreateAndGo and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 14 }

.1.3.6.1.4.1.25506.8.36.8.1.1.15
hh3cposAppX121Addr OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	OCTET STRING (1..15) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination X121 Address of application which is
             an octet string made up of numeric.
             Used for the application whose connect mode is pad."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAppTable(1) hh3cposAppEntry(1) 15 }

.1.3.6.1.4.1.25506.8.36.8.2
hh3cposInterTable OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table to get and set the POS-Interface informatin."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 2 }

.1.3.6.1.4.1.25506.8.36.8.2.1
hh3cposInterEntry OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cposPosId }
  DESCRIPTION	"The content of hh3cposInterTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) 1 }

.1.3.6.1.4.1.25506.8.36.8.2.1.1
hh3cposPosId OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ID of the POS-Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.8.2.1.2
hh3cposPosIfIndex OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The interface index of the POS-Interface whose type is fcm, asy or pad-client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.8.2.1.3
hh3cposPosConnectState OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {noset(1), down(2), up(3), ok(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of the POS-Interface."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.8.2.1.4
hh3cposPosRecvPacCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received by the POS-Interface."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.8.2.1.5
hh3cposPosErrPacCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of error packets received by the POS-Interface."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.8.2.1.6
hh3cposPosMapErrCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets that could not be sent to application."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.8.2.1.7
hh3cposPosBuffedCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets stored in the buffer of the POS-Interface."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 7 }

.1.3.6.1.4.1.25506.8.36.8.2.1.8
hh3cposPosDiscardedCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets discarded by the POS-Interface."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 8 }

.1.3.6.1.4.1.25506.8.36.8.2.1.9
hh3cposPosInterDebug OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {close(1), open(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The debugging switch of the POS-Interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 9 }

.1.3.6.1.4.1.25506.8.36.8.2.1.10
hh3cposPosInterRowStatus OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of row. Only support active, CreateAndGo and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 10 }

.1.3.6.1.4.1.25506.8.36.8.2.1.11
hh3cposPosInterType OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {fcm(1), asy(2), pad-client(3), pad-server(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type of interface.
             
             The POS-Access mode has four types: FCM-Access, ASYNC-Access, 
             simulating POSPAD device, POSPAD-Access. 
             
             FCM-Access mode means POS and router are connected through PSTN.
             In this case, hh3cposPosInterType should be set to fcm.
             
             ASYNC-Access mode means POS and router are connected by asynchronous cable.
             In this case, hh3cposPosInterType should be set to asy.
             
             Simulating POSPAD device means router connects POS through asynchronous cable
             and connects another router whose connect mode is pad-server through X.25 network. 
             In this case, hh3cposPosInterType should be set to pad-client.  
              
             POSPAD-Access mode means router connects POSPAD device through X.25 network.
             In this case, hh3cposPosInterType is pad-server. The hh3cposPosInterType
             can't be set to pad-server. It is autogenerated when POSPAD device initiates
             a connection to the router.  
             "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposInterTable(2) hh3cposInterEntry(1) 11 }

.1.3.6.1.4.1.25506.8.36.8.3
hh3cposMapTable OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table to get and set the informatin of mapping relation of destination and application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 3 }

.1.3.6.1.4.1.25506.8.36.8.3.1
hh3cposMapEntry OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cposMapDes }
  DESCRIPTION	"The content of hh3cposMapTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposMapTable(3) 1 }

.1.3.6.1.4.1.25506.8.36.8.3.1.1
hh3cposMapDes OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (-1..65535) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The destination code of the mapping item.
             If the value is -1, it is the default item of mapping relation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposMapTable(3) hh3cposMapEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.8.3.1.2
hh3cposMapAppNumber OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The application index of the mapping item."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposMapTable(3) hh3cposMapEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.8.3.1.3
hh3cposMapRowStatus OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of row. Only support active, CreateAndGo and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposMapTable(3) hh3cposMapEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.8.4
hh3cposAsyAppTable OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table to get and set the asynchronous-application interface information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 4 }

.1.3.6.1.4.1.25506.8.36.8.4.1
hh3cposAsyAppEntry OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cposAsyAppIfIndex }
  DESCRIPTION	"The content of hh3cposAsyAppTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAsyAppTable(4) 1 }

.1.3.6.1.4.1.25506.8.36.8.4.1.1
hh3cposAsyAppIfIndex OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The interface index of asynchronous-application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAsyAppTable(4) hh3cposAsyAppEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.8.4.1.2
hh3cposAsyAppRowStatus OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of row. Only support active, CreateAndGo and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposAsyAppTable(4) hh3cposAsyAppEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.8.5
hh3cposFCMTable OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table to get the information of FCM interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 5 }

.1.3.6.1.4.1.25506.8.36.8.5.1
hh3cposFCMEntry OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cposFCMIfIndex }
  DESCRIPTION	"The content of hh3cposFCMTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposFCMTable(5) 1 }

.1.3.6.1.4.1.25506.8.36.8.5.1.1
hh3cposFCMIfIndex OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of FCM interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposFCMTable(5) hh3cposFCMEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.8.5.1.3
hh3cposFCMTimeoutCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number that modem was hung up for timeout."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposFCMTable(5) hh3cposFCMEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.8.5.1.4
hh3cposFCMConnectFailCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number that modem could not handshake successfully."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposFCMTable(5) hh3cposFCMEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.8.6
hh3cposAppSum OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total of configued applications."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 6 }

.1.3.6.1.4.1.25506.8.36.8.7
hh3cposInterSum OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..256) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total of configued POS-Interfaces."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 7 }

.1.3.6.1.4.1.25506.8.36.8.8
hh3cposEnable OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {disable(1), enable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To enable or diable pos-server."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 8 }

.1.3.6.1.4.1.25506.8.36.8.9
hh3cposAppDebugAll OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {close(1), open(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To open or close the debugging switch of all applications."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 9 }

.1.3.6.1.4.1.25506.8.36.8.10
hh3cposPosDebugAll OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {close(1), open(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To open or close the debugging switch of all POS-Interfaces."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 10 }

.1.3.6.1.4.1.25506.8.36.8.11
hh3cposClearPacCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {clear(1), counting(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To reset all packet counters of all applicaions and POS-Interfaces."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 11 }

.1.3.6.1.4.1.25506.8.36.8.12
hh3cposClearFCMCounter OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {clear(1), counting(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To clear all counters of all FCM interfaces."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 12 }

.1.3.6.1.4.1.25506.8.36.8.13
hh3cposEnableTrap OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {disable(1), enable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To enable or disable trap switch."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 13 }

.1.3.6.1.4.1.25506.8.36.8.14
hh3cposFCMAnswerTime OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (500..2000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"FCM answer time, unit:ms."
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 14 }

.1.3.6.1.4.1.25506.8.36.8.15
hh3cposFCMTradeTime OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (30000..1200000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"FCM trade time, unit:ms."
  DEFVAL	{ 60000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 15 }

.1.3.6.1.4.1.25506.8.36.8.16
hh3cposFCMPacketInterval OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (3500..10000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"FCM packet interval time, unit:ms."
  DEFVAL	{ 5000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 16 }

.1.3.6.1.4.1.25506.8.36.8.17
hh3cposTrap OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 17 }

.1.3.6.1.4.1.25506.8.36.8.17.1
hh3cposAppNotReadyTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposAppId }
  DESCRIPTION	"The agent will send a trap when the application whose state is linked
             isn't ready to send or receive data.
             Only used for the application whose connect mode is tcp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 1 }

.1.3.6.1.4.1.25506.8.36.8.17.2
hh3cposAppConnectFailTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposAppId }
  DESCRIPTION	"The agent will send a trap if router can not connect to the application."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 2 }

.1.3.6.1.4.1.25506.8.36.8.17.3
hh3cposAppStateChangeTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposAppId, hh3cposAppState }
  DESCRIPTION	"The agent will send a trap when the state of the application is changed to down or kept."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 3 }

.1.3.6.1.4.1.25506.8.36.8.17.4
hh3cposAppNotConfigedTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposAppId }
  DESCRIPTION	"The agent will send a trap if the application isn't configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 4 }

.1.3.6.1.4.1.25506.8.36.8.17.5
hh3cposAppBuffOverFlowTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposAppId }
  DESCRIPTION	"The agent will send a trap if the application buffer is overflowed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 5 }

.1.3.6.1.4.1.25506.8.36.8.17.6
hh3cposAppDebugOpenTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposAppId }
  DESCRIPTION	"The agent will send a trap if the debugging switch of application is open."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 6 }

.1.3.6.1.4.1.25506.8.36.8.17.7
hh3cposAppDebugAllOpenTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  DESCRIPTION	"The agent will send a trap if the all debugging switches of application are open."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 7 }

.1.3.6.1.4.1.25506.8.36.8.17.8
hh3cposInterBuffOverFlowTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  DESCRIPTION	"The agent will send a trap if the distributing buffer is overflowed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 8 }

.1.3.6.1.4.1.25506.8.36.8.17.9
hh3cposInterStateChangeTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposPosId, hh3cposPosConnectState }
  DESCRIPTION	"The agent will send a trap if the state of POS-Interface is changed to down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 9 }

.1.3.6.1.4.1.25506.8.36.8.17.10
hh3cposInterDebugOpenTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposPosId }
  DESCRIPTION	"The agent will send a trap if the debug of POS-Interface is open."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 10 }

.1.3.6.1.4.1.25506.8.36.8.17.11
hh3cposInterDebugAllOpenTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  DESCRIPTION	"The agent will send a trap if the all debugs of POS-Interface are open."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 11 }

.1.3.6.1.4.1.25506.8.36.8.17.12
hh3cposFCMTimeoutTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposFCMIfIndex }
  DESCRIPTION	"The agent will send a trap if the modem is hung up for timeout."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 12 }

.1.3.6.1.4.1.25506.8.36.8.17.13
hh3cposFCMConnectFailTrap NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  OBJECTS	{ hh3cposFCMIfIndex }
  DESCRIPTION	"The agent will send a trap if the handshaking of modems is not successful."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 13 }

.1.3.6.1.4.1.25506.8.36.8.17.14
hh3cposClearPacketCounter NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  DESCRIPTION	"The agent will send a trap when the packet counter of 
             the POS application and interface is cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 14 }

.1.3.6.1.4.1.25506.8.36.8.17.15
hh3cposClearFcmCounter NOTIFICATION-TYPE
  -- FROM	HH3C-POS-MIB
  DESCRIPTION	"The agent will send a trap when the FCM counter is cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposTrap(17) 15 }

.1.3.6.1.4.1.25506.8.36.8.18
hh3cposPadWaitTime OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (100..10000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time that POS-Interface needs to wait to receive another packet, unit:ms.
	    It may be configured when router is used as POSPAD device. In other cases,
	    It is useless."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 18 }

.1.3.6.1.4.1.25506.8.36.8.19
hh3cposPadIdleTimeout OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (0..600) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If these is no packet transmitting through the time, 
		the connection of POSPAD device and router whose connect mode 
		is pad-server will be cut off. Unit:s."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 19 }

.1.3.6.1.4.1.25506.8.36.8.20
hh3cposPadPacType OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {syn(1), asy(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The type of packet.Between POSPAD device and router whose connect mode 
		is pad-server, there are two types of packet. One is synchronous, 
		the other is asynchronous."
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 20 }

.1.3.6.1.4.1.25506.8.36.8.21
hh3cposPadCheckSChar OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER {disable(1), enable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To enable or disable the checking of 10 04 characters in packet.
             It is used for the router which is used as POSPAD device.
             
             When the value is disable, it will check packet that just includes 10 04 charaters.
             If there are 10 04 packet, the router which is used as POSPAD device
             will disconnect from POSPAD-access router.
             
             When the value is enable, it will check 10 04 characters in packet. 
             If there are 10 04 characters in packet, the router which is used as POSPAD 
             device will disconnect from POSPAD-access router."
  DEFVAL	{ 2 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 21 }

.1.3.6.1.4.1.25506.8.36.8.22
hh3cposPadTable OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table to enable or disable POSPAD-Access function under serial interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) 22 }

.1.3.6.1.4.1.25506.8.36.8.22.1
hh3cposPadEntry OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cposPadIfIndex }
  DESCRIPTION	"The content of hh3cposPadTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposPadTable(22) 1 }

.1.3.6.1.4.1.25506.8.36.8.22.1.1
hh3cposPadIfIndex OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index of serial interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposPadTable(22) hh3cposPadEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.8.22.1.2
hh3cposPadRowStatus OBJECT-TYPE
  -- FROM	HH3C-POS-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of row. Only support active, CreateAndGo and destroy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cpos(8) hh3cposPadTable(22) hh3cposPadEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.9
hh3cIsdnMib OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) 9 }

.1.3.6.1.4.1.25506.8.36.9.1
hh3cIsdnMibObjects OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.1
hh3cisdnChannelB OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1
hh3cChanbIsdnTable OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to describe the router's B Channels
                 infomation"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1
hh3cChanbIsdnEntry OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cChanbIsdnIf }
  DESCRIPTION	" A single B channels"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.1
hh3cChanbIsdnIf OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" this object is used to describe the virtual
                interface value associated with one neighbor.   "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.2
hh3cChanbIsdnPermit OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {callOut(1), callIn(2), callBidirection(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" this object is used to describe the call permissions."
  DEFVAL	{ callBidirection }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.3
hh3cChanbIsdnAddr OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to descirbe the call address
                by which we call one nieghbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.4
hh3cChanbIsdnCallerAddr OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the callser address
                which will be known by B channels."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.5
hh3cChanbIsdnCallType OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {nocall(0), call(1), answer(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe that whether it is an
                incoming call or an outging call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.6
hh3cChanbIsdnInfoType OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {unknown(1), speech(2), unrestrDigit(3), unrestrDigit56(4), restrictDigit(5), audio31(6), audio7(7), video(8), swithchedPacket(9)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the information type
                on the call"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.7
hh3cChanbIsdnState OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {idle(1), connecting(2), active(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to manage the call by NMS"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 7 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.8
hh3cChanbIsdnCallFreeReason OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the reason why last
                call is cleard"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 8 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.9
hh3cChanbIsdnCallFreeCode OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the reason code for
                the last call down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 9 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.10
hh3cChanbIsdnCallAccept OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the accepted call
                number from the B channels"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 10 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.11
hh3cChanbIsdnCallReject OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the refused call
                number from B channels ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 11 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.12
hh3cChanbIsdnCallSuccess OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the successful call
                number to B channels after
                system restart."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 12 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.13
hh3cChanbIsdnCallFailure OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the failing call number
                 to B channels after system restart"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 13 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.14
hh3cChanbIsdnMaxKeepTime OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is used to descirbe the maximum duration
                time in milliseconds."
  DEFVAL	{ 2147483647 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 14 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.15
hh3cChanbIsdnLastKeepTime OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the last call duration
                 time in milliseconds"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 15 }

.1.3.6.1.4.1.25506.8.36.9.1.1.1.1.16
hh3cChanbIsdnLastCallTime OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"this object is used to describe the sysUpTime after
                last call attempt was made."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) hh3cChanbIsdnTable(1) hh3cChanbIsdnEntry(1) 16 }

.1.3.6.1.4.1.25506.8.36.9.1.1.2
hh3cChanbTrapEnable OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to control  sending trap"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnChannelB(1) 2 }

.1.3.6.1.4.1.25506.8.36.9.1.2
hh3cisdnQ931 OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) 2 }

.1.3.6.1.4.1.25506.8.36.9.1.2.1
hh3cQ931IsdnControl OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.2.1.1
hh3cQ931CallSetupTrapEnable OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to control sending callsetup trap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnControl(1) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.2.1.2
hh3cQ931CallClearTrapEnable OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to control sending callclear trap"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnControl(1) 2 }

.1.3.6.1.4.1.25506.8.36.9.1.2.2
hh3cQ931IsdnTable OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes B channel information for the
                use of Q931"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) 2 }

.1.3.6.1.4.1.25506.8.36.9.1.2.2.1
hh3cQ931IsdnEntry OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cQ931IsdnOpIndex }
  DESCRIPTION	"A B channel entry in the Q931."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnTable(2) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.2.2.1.1
hh3cQ931IsdnOpIndex OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Index of the B ISDN channel interface managed by Q93"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnTable(2) hh3cQ931IsdnEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.2.2.1.2
hh3cQ931IsdnLastCalled OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the called ISDN number.
                When an outgoing call is established successfully, the
                value of this node is the call number of this device,
                otherwise the value is null string"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnTable(2) hh3cQ931IsdnEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.9.1.2.2.1.3
hh3cQ931IsdnLastCalling OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the calling ISDN number.
                When an incoming call is established successfully, the
                value of this node is the call number of peer device,
                otherwise the value is null string."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnTable(2) hh3cQ931IsdnEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.9.1.2.2.1.4
hh3cQ931IsdnLastCauseDisc OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {unknown(1), normCallClr(2), noRouteToTransNet(3), noRouteToDest(4), switchEquCongest(5), netOutofOrder(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes last cause of disconnection.
                In hh3cQ931IsdnCallClear trap, the value of this node is
                the reason of disconnection, this node is only valid
                for hh3cQ931IsdnCallClear trap, the value of this node
                is unknown in other situation.
                unknown:            unknown error.
                normCallClr:        normal call clearing.
                noRouteToTransNet:  no route to specified transit network.
                noRouteToDest:      no route to destination.
                switchEquCongest:   switching equipment congestion.
                netOutofOrder:      network out of order."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnTable(2) hh3cQ931IsdnEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.9.1.2.2.1.5
hh3cQ931IsdnCallDirection OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {incoming(1), outgoing(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the direction of the current call."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnTable(2) hh3cQ931IsdnEntry(1) 5 }

.1.3.6.1.4.1.25506.8.36.9.1.2.2.1.6
hh3cQ931IsdnCallTimeOpen OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the start time of this call.
                start time is the time of an existent call that
                has just been established."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnTable(2) hh3cQ931IsdnEntry(1) 6 }

.1.3.6.1.4.1.25506.8.36.9.1.2.2.1.7
hh3cQ931IsdnCallTimeClose OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the close time of this call.
                This node is only vaild for hh3cQ931IsdnCallClear trap.
                In other situation the value of this node is zero.
                In hh3cQ931IsdnCallClear trap, this node provides the
                time of an existent call that the call has just been
                cleared."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cisdnQ931(2) hh3cQ931IsdnTable(2) hh3cQ931IsdnEntry(1) 7 }

.1.3.6.1.4.1.25506.8.36.9.1.3
hh3cIsdnLapd OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) 3 }

.1.3.6.1.4.1.25506.8.36.9.1.3.1
hh3cLapdIsdnTable OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to describe the config of ISDN D channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cIsdnLapd(3) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.3.1.1
hh3cLapdIsdnEntry OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLapdIsdnIf }
  DESCRIPTION	"ISDN D channel config"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cIsdnLapd(3) hh3cLapdIsdnTable(1) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.3.1.1.1
hh3cLapdIsdnIf OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object is used to describe the D channel
                interface value associated with one neighbor."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cIsdnLapd(3) hh3cLapdIsdnTable(1) hh3cLapdIsdnEntry(1) 1 }

.1.3.6.1.4.1.25506.8.36.9.1.3.1.1.2
hh3cLapdIsdnProtocol OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {dss1(1), qsig(2), etsi(3), ess5(4), ansi(5), ni2(6), ntt(7), att(8), ni(9)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to describe the protocol D channel applied.
                For E1, the protocol may be dss1, qsig, etsi.
                For T1, the protocol may be ess5, ansi, att, dss1, etsi, ni2,
                ntt, qsig.
                For BRI, the protocol may be ansi, dss1, etsi, ni, ntt."
  DEFVAL	{ dss1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cIsdnLapd(3) hh3cLapdIsdnTable(1) hh3cLapdIsdnEntry(1) 2 }

.1.3.6.1.4.1.25506.8.36.9.1.3.1.1.3
hh3cLapdIsdnIfMode OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {userSide(1), networkSide(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The physical interface mode.  For TE mode, the value
                of this object is userSide.  For NT mode, the value of this
                object is networkSide."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cIsdnLapd(3) hh3cLapdIsdnTable(1) hh3cLapdIsdnEntry(1) 3 }

.1.3.6.1.4.1.25506.8.36.9.1.3.1.1.4
hh3cLapdIsdnLinkStatus OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {inactive(1), l1Active(2), l2Active(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational status of this interface:
                 inactive  all layers are inactive.
                 l1Active  layer 1 is activated,
                           layer 2 datalink not established.
                 l2Active  layer 1 is activated,
                           layer 2 datalink established.
               "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cIsdnLapd(3) hh3cLapdIsdnTable(1) hh3cLapdIsdnEntry(1) 4 }

.1.3.6.1.4.1.25506.8.36.9.1.3.2
hh3cLapdIsdnControl OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cIsdnLapd(3) 2 }

.1.3.6.1.4.1.25506.8.36.9.1.3.2.1
hh3cLapdStatusTrapEnable OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to control sending hh3cLapdIsdnStatusChange
                trap."
  DEFVAL	{ enabled }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibObjects(1) hh3cIsdnLapd(3) hh3cLapdIsdnControl(2) 1 }

.1.3.6.1.4.1.25506.8.36.9.2
hh3cIsdnMibTraps OBJECT-TYPE
  -- FROM	HH3C-ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) 2 }

.1.3.6.1.4.1.25506.8.36.9.2.1
hh3cChanbIsdnCall NOTIFICATION-TYPE
  -- FROM	HH3C-ISDN-MIB
  OBJECTS	{ hh3cChanbIsdnIf, hh3cChanbIsdnAddr, hh3cChanbIsdnCallType, hh3cChanbIsdnCallerAddr, hh3cChanbIsdnInfoType, hh3cChanbIsdnLastKeepTime, hh3cChanbIsdnCallFreeReason, hh3cChanbIsdnCallFreeCode }
  DESCRIPTION	"When one call is setup ,cleard or determined , the trap
        is sent to NMS"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibTraps(2) 1 }

.1.3.6.1.4.1.25506.8.36.9.2.2
hh3cQ931IsdnCallSetup NOTIFICATION-TYPE
  -- FROM	HH3C-ISDN-MIB
  OBJECTS	{ hh3cQ931IsdnOpIndex, hh3cQ931IsdnLastCalled, hh3cQ931IsdnLastCalling, hh3cQ931IsdnCallDirection, hh3cQ931IsdnCallTimeOpen }
  DESCRIPTION	"This trap/inform is sent to the manager whenever a call
                is established successfully."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibTraps(2) 2 }

.1.3.6.1.4.1.25506.8.36.9.2.3
hh3cQ931IsdnCallClear NOTIFICATION-TYPE
  -- FROM	HH3C-ISDN-MIB
  OBJECTS	{ hh3cQ931IsdnOpIndex, hh3cQ931IsdnLastCalled, hh3cQ931IsdnLastCalling, hh3cQ931IsdnLastCauseDisc, hh3cQ931IsdnCallDirection, hh3cQ931IsdnCallTimeOpen, hh3cQ931IsdnCallTimeClose }
  DESCRIPTION	"This trap/inform is sent to the manager under the following
                conditions:
                - an existent call is normally cleared.
                - an existent call is determined to have ultimately
                  failed, and has been cleared.
                - the existent call is cleared when the BRI/PRI port is
                  down.
                - the existent call is cleared when the dialer rule is
                  down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibTraps(2) 3 }

.1.3.6.1.4.1.25506.8.36.9.2.4
hh3cLapdIsdnStatusChange NOTIFICATION-TYPE
  -- FROM	HH3C-ISDN-MIB
  OBJECTS	{ hh3cLapdIsdnIf, hh3cLapdIsdnLinkStatus }
  DESCRIPTION	"This trap/inform is sent to the manager whenever the
                 D-channel of an interface changes state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cmlsr(36) hh3cIsdnMib(9) hh3cIsdnMibTraps(2) 4 }

.1.3.6.1.4.1.25506.8.37
hh3cdlsw OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) 37 }

.1.3.6.1.4.1.25506.8.37.1
hh3cdlswNode OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) 1 }

.1.3.6.1.4.1.25506.8.37.1.1
hh3cdlswNodeVersion OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies the particular version of the DLSw
        standard supported by this DLSw.  The first octet is a
        hexadecimal value representing the DLSw standard Version
        number of this DLSw, and the second is a hexadecimal value
        representing the DLSw standard Release number. This
        information is reported in DLSw Capabilities Exchange."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 1 }

.1.3.6.1.4.1.25506.8.37.1.2
hh3cdlswNodeVendorID OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value identifies the manufacturer's IEEE-assigned
        organizationally Unique Identifier (OUI) of this DLSw.
        This information is reported in DLSw Capabilities
        Exchange."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 2 }

.1.3.6.1.4.1.25506.8.37.1.3
hh3cdlswNodeVersionString OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This string gives product-specific information about
        this DLSw (e.g., product name, code release and fix level).
        This flows in Capabilities Exchange messages."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 3 }

.1.3.6.1.4.1.25506.8.37.1.4
hh3cdlswNodeStdPacingSupport OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {none(1), adaptiveRcvWindow(2), fixedRcvWindow(3), unknown(65535)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Circuit pacing, as defined in the DLSw Standard, allows each
        of the two DLSw nodes on a circuit to control the amount
        of data the other is permitted to send to them.  This object
        reflects the level of support the DLSw node has for this
        protocol.  (1) means the node has no support for the standard
        circuit pacing flows;  it may use RFC 1434+ methods only, or
        a proprietary flow control scheme.  (2) means the node supports
        the standard scheme and can vary the window sizes it grants as
        a data receiver.  (3) means the node supports the standard
        scheme but never varies its receive window size."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 4 }

.1.3.6.1.4.1.25506.8.37.1.5
hh3cdlswNodeStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {active(1), inactive(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The status of the DLSw part of the system.  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 5 }

.1.3.6.1.4.1.25506.8.37.1.6
hh3cdlswNodeVirtualSegmentLFSize OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION LFSize
  SYNTAX	INTEGER {lfs516(516), lfs1470(1470), lfs1500(1500), lfs2052(2052), lfs4472(4472), lfs8144(8144), lfs11407(11407), lfs11454(11454), lfs17800(17800), unknown(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The largest frame size (including DLC header and info field
        but not any MAC-level or framing octets) this DLSw can forward
        on any path through itself.  This object can represent any box-
        level frame size forwarding restriction (e.g., from the use
        of fixed-size buffers).  Some DLSw implementations will have
        no such restriction.

        This value will affect the LF size of circuits during circuit
        creation.  The LF size of an existing circuit can be found in
        the RIF (Routing Information Field)."
  DEFVAL	{ lfs1500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 6 }

.1.3.6.1.4.1.25506.8.37.1.7
hh3cdlswNodeLocalAddr OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Local peer ip address. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 7 }

.1.3.6.1.4.1.25506.8.37.1.8
hh3cdlswNodePriority OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..5 | 65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" The priority value of local peer. 65535 expresses the value is unknown"
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 8 }

.1.3.6.1.4.1.25506.8.37.1.9
hh3cdlswNodeInitWindow OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..2000 | 65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The vlaue of init-window. 65535 expresses the value is unknown"
  DEFVAL	{ 40 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 9 }

.1.3.6.1.4.1.25506.8.37.1.10
hh3cdlswNodeKeepAlive OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..2000 | 65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The vlaue of keepalive interval. 65535 expresses the value is unknown"
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 10 }

.1.3.6.1.4.1.25506.8.37.1.11
hh3cdlswNodeMaxWindow OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..2000 | 65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of max-window. 65535 expresses the value is unknown"
  DEFVAL	{ 255 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 11 }

.1.3.6.1.4.1.25506.8.37.1.12
hh3cdlswNodePermitDynamic OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {permit-dynamic(1), forbid-dynamic(2), unknown(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"To accept connections from non-configured remote peers when 
       permit-dynamic is setted. "
  DEFVAL	{ forbid-dynamic }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 12 }

.1.3.6.1.4.1.25506.8.37.1.13
hh3cdlswNodeConnTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define connected state timer(The unit is a thousandth of a 
       second). "
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 13 }

.1.3.6.1.4.1.25506.8.37.1.14
hh3cdlswNodeLocalPendTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define connected state timer(The unit is a thousandth of a 
       second)."
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 14 }

.1.3.6.1.4.1.25506.8.37.1.15
hh3cdlswNodeRemotePendTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define connected state timer(The unit is a thousandth of a 
       second). "
  DEFVAL	{ 30 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 15 }

.1.3.6.1.4.1.25506.8.37.1.16
hh3cdlswNodeSnaCacheTimeout OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..65535) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define connected state timer(The unit is a thousandth of a 
       second). "
  DEFVAL	{ 120 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 16 }

.1.3.6.1.4.1.25506.8.37.1.20
hh3cdlswTrapControl OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) 20 }

.1.3.6.1.4.1.25506.8.37.1.20.1
hh3cdlswTrapCntlState OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {enabled(1), disabled(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"It is used to indicate whether the DLSw is permitted to emit  traps.  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswNode(1) hh3cdlswTrapControl(20) 1 }

.1.3.6.1.4.1.25506.8.37.2
hh3cdlswTConn OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) 2 }

.1.3.6.1.4.1.25506.8.37.2.1
hh3cdlswRemotePeerTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of tcp transport connections. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) 1 }

.1.3.6.1.4.1.25506.8.37.2.1.1
hh3cdlswRemotePeerEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdlswRemotePeerAddr }
  DESCRIPTION	"A list of remote peer information"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) 1 }

.1.3.6.1.4.1.25506.8.37.2.1.1.1
hh3cdlswRemotePeerAddr OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The remote peer address for this transport connection. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 1 }

.1.3.6.1.4.1.25506.8.37.2.1.1.2
hh3cdlswRemotePeerVersion OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies which version (first octet) and release
        (second octet) of the DLSw standard is supported by this
        partner DLSw. This information is obtained from a DLSw
        capabilities exchange message received from the partner DLSw.
        A string of zero length is returned before a Capabilities
        Exchange message is received, or if one is never received.
        A conceptual row with a hh3cdlswTConnOperState of `connected' but
        a zero length partner version indicates that the partner is
        a non-standard DLSw partner.

        If an implementation chooses to keep hh3cdlswTConnOperEntrys in
        the `disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 2 }

.1.3.6.1.4.1.25506.8.37.2.1.1.3
hh3cdlswRemotePeerVendorID OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies the IEEE-assigned organizationally
        Unique Identifier (OUI) of the maker of this partner
        DLSw.  This information is obtained from a DLSw
        capabilities exchange message received from the partner DLSw.
        A string of zero length is returned before a Capabilities
        Exchange message is received, or if one is never received.

        If an implementation chooses to keep hh3cdlswTConnOperEntrys in
        the `disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 3 }

.1.3.6.1.4.1.25506.8.37.2.1.1.4
hh3cdlswRemotePeerPaceWindInit OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the partner initial receive pacing window.  This
        is our initial send pacing window for all new circuits on this
        transport connection, as modified and granted by the first flow
        control indication the partner sends on each circuit.
        This information is obtained from a DLSw capabilities exchange
        message received from the partner DLSw.
        A value of zero is returned before a Capabilities
        Exchange message is received, or if one is never received.

        If an implementation chooses to keep hh3cdlswTConnOperEntrys in
        the `disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 4 }

.1.3.6.1.4.1.25506.8.37.2.1.1.5
hh3cdlswRemotePeerVersionString OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value identifies the particular product version (e.g.,
        product name, code level, fix level) of this partner DLSw.
        The format of the actual version string is vendor-specific.
        This information is obtained from a DLSw capabilities exchange
        message received from the partner DLSw.
        A string of zero length is returned before a Capabilities
        Exchange message is received, if one is never received, or
        if one is received but it does not contain a version string.
        If an implementation chooses to keep hh3cdlswTConnOperEntrys in
        the `disconnected' state, this value should remain unchanged."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 5 }

.1.3.6.1.4.1.25506.8.37.2.1.1.6
hh3cdlswRemotePeerIsConfig OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {yes(1), no(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current remote peer is configrured when the value is 'yes'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 6 }

.1.3.6.1.4.1.25506.8.37.2.1.1.7
hh3cdlswRemotePeerCost OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..5) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The cost for remote peer. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 7 }

.1.3.6.1.4.1.25506.8.37.2.1.1.8
hh3cdlswRemotePeerKeepAlive OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The keepalive interval value. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 8 }

.1.3.6.1.4.1.25506.8.37.2.1.1.9
hh3cdlswRemotePeerLf OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION LFSize
  SYNTAX	INTEGER {lfs516(516), lfs1470(1470), lfs1500(1500), lfs2052(2052), lfs4472(4472), lfs8144(8144), lfs11407(11407), lfs11454(11454), lfs17800(17800), unknown(65535)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The the largest frame size. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 9 }

.1.3.6.1.4.1.25506.8.37.2.1.1.10
hh3cdlswRemotePeerTcpQueneMax OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (50..2000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The max tcp queue value. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 10 }

.1.3.6.1.4.1.25506.8.37.2.1.1.11
hh3cdlswRemotePeerHaveBackup OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {yes(1), no(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"There is another remote peer whitch is configrued as the 
       backup of the current remote peer . "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 11 }

.1.3.6.1.4.1.25506.8.37.2.1.1.12
hh3cdlswRemotePeerIsBackup OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {yes(1), no(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current remote peer is configrued as the 
       backup of another configured remote peer . "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 12 }

.1.3.6.1.4.1.25506.8.37.2.1.1.13
hh3cdlswRemotePeerBackupAddr OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"It is the IP ADDRESS of an configured remote peer of whitch 
       the current remote peer is configrued as the backup "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 13 }

.1.3.6.1.4.1.25506.8.37.2.1.1.14
hh3cdlswRemotePeerLinger OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (0..1440) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Buckup Peer linger"
  DEFVAL	{ 5 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 14 }

.1.3.6.1.4.1.25506.8.37.2.1.1.15
hh3cdlswRemotePeerLinkState OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {connecting(1), initCapExchange(2), connected(3), quiescing(4), disconnecting(5), disconnected(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The state of this tcp transport connection. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 15 }

.1.3.6.1.4.1.25506.8.37.2.1.1.16
hh3cdlswRemotePeerRecvPacks OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Switch-to-Switch Protocol (SSP) messages 
        received on this tcp transport connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 16 }

.1.3.6.1.4.1.25506.8.37.2.1.1.17
hh3cdlswRemotePeerSendPacks OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Switch-to-Switch Protocol (SSP) messages 
        sent on this tcp transport connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 17 }

.1.3.6.1.4.1.25506.8.37.2.1.1.18
hh3cdlswRemotePeerDrops OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Switch-to-Switch Protocol (SSP) messages 
        dropped on this tcp transport connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 18 }

.1.3.6.1.4.1.25506.8.37.2.1.1.19
hh3cdlswRemotePeerUptime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in  seconds ) since this transport
        connection last entered the 'connected' state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 19 }

.1.3.6.1.4.1.25506.8.37.2.1.1.20
hh3cdlswRemotePeerEntryStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used by the manager to create
        or delete the row entry in the hh3cdlswRemotePeerTable
        following the EntryStatus textual convention.  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTConn(2) hh3cdlswRemotePeerTable(1) hh3cdlswRemotePeerEntry(1) 20 }

.1.3.6.1.4.1.25506.8.37.3
hh3cdlswBridgeGroup OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) 3 }

.1.3.6.1.4.1.25506.8.37.3.1
hh3cdlswBridgeTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The list of bridge group whitch has been created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswBridgeGroup(3) 1 }

.1.3.6.1.4.1.25506.8.37.3.1.1
hh3cdlswBridgeEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdlswBridgeNum }
  DESCRIPTION	"The list of bridge information"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswBridgeGroup(3) hh3cdlswBridgeTable(1) 1 }

.1.3.6.1.4.1.25506.8.37.3.1.1.1
hh3cdlswBridgeNum OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..63) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" This value identifies the bridge number ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswBridgeGroup(3) hh3cdlswBridgeTable(1) hh3cdlswBridgeEntry(1) 1 }

.1.3.6.1.4.1.25506.8.37.3.1.1.2
hh3cdlswBridgeStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION CreateLineFlag
  SYNTAX	INTEGER {createLine(1), deleteLine(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" This value whitch is equal to 'DeleteLine' identifies to 
       delete a conceptual raw. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswBridgeGroup(3) hh3cdlswBridgeTable(1) hh3cdlswBridgeEntry(1) 2 }

.1.3.6.1.4.1.25506.8.37.3.2
hh3cdlswBridgeIfTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The list of interfaces on which DLSw is active."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswBridgeGroup(3) 2 }

.1.3.6.1.4.1.25506.8.37.3.2.1
hh3cdlswBridgeIfEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"The list of bridge interface information"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswBridgeGroup(3) hh3cdlswBridgeIfTable(2) 1 }

.1.3.6.1.4.1.25506.8.37.3.2.1.1
hh3cdlswBridgeIfBriGru OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..63) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" This value identifies the bridge number attached 
       to the interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswBridgeGroup(3) hh3cdlswBridgeIfTable(2) hh3cdlswBridgeIfEntry(1) 1 }

.1.3.6.1.4.1.25506.8.37.3.2.1.2
hh3cdlswBridgeIfName OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The name of the interface. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswBridgeGroup(3) hh3cdlswBridgeIfTable(2) hh3cdlswBridgeIfEntry(1) 2 }

.1.3.6.1.4.1.25506.8.37.3.2.1.3
hh3cdlswBridgeIfStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" This value whitch is equal to 'invalid' identifies to 
       delete a conceptual raw "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswBridgeGroup(3) hh3cdlswBridgeIfTable(2) hh3cdlswBridgeIfEntry(1) 3 }

.1.3.6.1.4.1.25506.8.37.4
hh3cdlswLocDirectory OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) 4 }

.1.3.6.1.4.1.25506.8.37.4.1
hh3cdlswLocMacTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains locations of MAC addresses.
        They are local and reachable"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLocDirectory(4) 1 }

.1.3.6.1.4.1.25506.8.37.4.1.1
hh3cdlswLocMacEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdlswLocMacHashIndex, hh3cdlswLocMacHashIndexSeqNum }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLocDirectory(4) hh3cdlswLocMacTable(1) 1 }

.1.3.6.1.4.1.25506.8.37.4.1.1.1
hh3cdlswLocMacHashIndex OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The hash value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLocDirectory(4) hh3cdlswLocMacTable(1) hh3cdlswLocMacEntry(1) 1 }

.1.3.6.1.4.1.25506.8.37.4.1.1.2
hh3cdlswLocMacHashIndexSeqNum OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The sequence num with smae hash value."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLocDirectory(4) hh3cdlswLocMacTable(1) hh3cdlswLocMacEntry(1) 2 }

.1.3.6.1.4.1.25506.8.37.4.1.1.3
hh3cdlswLocMacMac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The MAC address. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLocDirectory(4) hh3cdlswLocMacTable(1) hh3cdlswLocMacEntry(1) 3 }

.1.3.6.1.4.1.25506.8.37.4.1.1.4
hh3cdlswLocMacLocalInterfaceName OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	" The value is the interface name when 
       hh3cdlswLocMacLocationType is 'local'. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLocDirectory(4) hh3cdlswLocMacTable(1) hh3cdlswLocMacEntry(1) 4 }

.1.3.6.1.4.1.25506.8.37.5
hh3cdlswCircuit OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) 5 }

.1.3.6.1.4.1.25506.8.37.5.1
hh3cdlswCircuitTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is the circuit representation in the DLSw
        entity. Virtual data links are used to represent any internal
        end stations.  There is a conceptual row associated with
        each data link.  Thus, for circuits without an intervening
        transport connection, there are two conceptual rows
        for each circuit.

        The table consists of the circuits being established,
        established, and as an implementation option, circuits that
        have been disconnected.  For circuits carried over
        transport connections, an entry is created after
        the CUR_cs was sent or received.  For circuits between
        two locally attached devices, or internal virtual MAC
        addresses, an entry is created when the equivalent of
        CUR_cs sent/received status is reached.

        End station 1 (S1) and End station 2 (S2) are used to
        represent the two end stations of the circuit.
        S1 is always an end station which is locally attached.
        S2 may be locally attached or remote.  If it is locally
        attached, the circuit will be represented by two rows indexed
        by (A, B) and (B, A) where A & B are the relevant MACs/SAPs.

        The table may be used to store the causes of disconnection of
        circuits.  It is recommended that the oldest disconnected
        circuit entry be removed from this table when the memory
        space of disconnected circuits is needed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) 1 }

.1.3.6.1.4.1.25506.8.37.5.1.1
hh3cdlswCircuitEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cdlswCircuitS1CircuitId }
  DESCRIPTION	"the list of circuit information"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) 1 }

.1.3.6.1.4.1.25506.8.37.5.1.1.1
hh3cdlswCircuitS1CircuitId OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Circuit ID assigned by this DLSw node to this circuit.
        The first four octets are the DLC port Id, and
        the second four octets are the Data Link Correlator.
        If the DLSw SSP was not used to establish this circuit,
        the value will be a string of zero length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 1 }

.1.3.6.1.4.1.25506.8.37.5.1.1.2
hh3cdlswCircuitS1Mac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC Address of End Station 1 (S1) used for this circuit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 2 }

.1.3.6.1.4.1.25506.8.37.5.1.1.3
hh3cdlswCircuitS1Sap OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The SAP at End Station 1 (S1) used for this circuit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 3 }

.1.3.6.1.4.1.25506.8.37.5.1.1.4
hh3cdlswCircuitS2Mac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC Address of End Station 2 (S2) used for this circuit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 4 }

.1.3.6.1.4.1.25506.8.37.5.1.1.5
hh3cdlswCircuitS2Sap OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The SAP at End Station 2 (S2) used for this circuit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 5 }

.1.3.6.1.4.1.25506.8.37.5.1.1.6
hh3cdlswCircuitS1IfIndex OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ifEntry index of the local interface through which S1
        can be reached."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 6 }

.1.3.6.1.4.1.25506.8.37.5.1.1.7
hh3cdlswCircuitS1Ifname OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the interface whose Ifdex is hh3cdlswCircuitS1IfIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 7 }

.1.3.6.1.4.1.25506.8.37.5.1.1.8
hh3cdlswCircuitS1DlcType OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION DlcType
  SYNTAX	INTEGER {other(1), na(2), llc(3), sdlc(4), qllc(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The DLC protocol in use between the DLSw node and S1."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 8 }

.1.3.6.1.4.1.25506.8.37.5.1.1.9
hh3cdlswCircuitS2TAddress OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If the location of End Station 2 is remote,
        this object contains the address of the partner
        DLSw, else it will be an OCTET STRING of zero length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 9 }

.1.3.6.1.4.1.25506.8.37.5.1.1.10
hh3cdlswCircuitS2CircuitId OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Circuit ID assigned to this circuit by the partner
        DLSw node.  The first four octets are the DLC port Id, and
        the second four octets are the Data Link Correlator.
        If the DLSw SSP was not used to establish this circuit,
        the value will be a string of zero length."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 10 }

.1.3.6.1.4.1.25506.8.37.5.1.1.11
hh3cdlswCircuitOrigin OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {s1(1), s2(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies which of the two end stations
        initiated the establishment of this circuit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 11 }

.1.3.6.1.4.1.25506.8.37.5.1.1.12
hh3cdlswCircuitEntryTime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in hundredths of a second) since this
        circuit table conceptual row was created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 12 }

.1.3.6.1.4.1.25506.8.37.5.1.1.13
hh3cdlswCircuitStateTime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The amount of time (in hundredths of a second) since this
        circuit entered the current state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 13 }

.1.3.6.1.4.1.25506.8.37.5.1.1.14
hh3cdlswCircuitState OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {disconnected(1), circuitStart(2), resolvePending(3), circuitPending(4), circuitEstablished(5), connectPending(6), contactPending(7), connected(8), disconnectPending(9), haltPending(10), haltPendingNoack(11), circuitRestart(12), restartPending(13)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current state of this circuit.  The agent, implementation
        specific, may choose to keep entries for some period of time
        after circuit disconnect, so the manager can gather the time
        and cause of disconnection.

        While all of the specified values may be returned from a GET
        operation, the only SETable value is `disconnectPending'.
        When this value is set, DLSw should perform the appropriate
        action given its previous state (e.g., send HALT_DL if the
        state was `connected') to bring the circuit down to the
        `disconnected' state.  Both the partner DLSw and local end
        station(s) should be notified as appropriate.

        This MIB provides no facility to re-establish a disconnected
        circuit, because in DLSw this should be an end station-driven
        function."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 14 }

.1.3.6.1.4.1.25506.8.37.5.1.1.15
hh3cdlswCircuitFCSendGrantedUnits OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of paced SSP messages that this DLSw is currently
        authorized to send on this circuit before it must stop and
        wait for an additional flow control indication from the
        partner DLSw.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 15 }

.1.3.6.1.4.1.25506.8.37.5.1.1.16
hh3cdlswCircuitFCSendCurrentWndw OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current window size that this DLSw is using in its role
        as a data sender.  This is the value by which this DLSw would
        increase the number of messages it is authorized to send, if
        it were to receive a flow control indication with the bits
        specifying `repeat window'.
        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 16 }

.1.3.6.1.4.1.25506.8.37.5.1.1.17
hh3cdlswCircuitFCRecvGrantedUnits OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of paced SSP messages that this DLSw has
        authorized the partner DLSw to send on this circuit before
        the partner DLSw must stop and wait for an additional flow
        control indication from this DLSw.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 17 }

.1.3.6.1.4.1.25506.8.37.5.1.1.18
hh3cdlswCircuitFCRecvCurrentWndw OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current window size that this DLSw is using in its role
        as a data receiver.  This is the number of additional paced
        SSP messages that this DLSw would be authorizing its DLSw
        partner to send, if this DLSw were to send a flow control
        indication with the bits specifying `repeat window'.

        The value zero should be returned if this circuit is not
        running the DLSw pacing protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswCircuit(5) hh3cdlswCircuitTable(1) hh3cdlswCircuitEntry(1) 18 }

.1.3.6.1.4.1.25506.8.37.6
hh3cdlswSdlc OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) 6 }

.1.3.6.1.4.1.25506.8.37.6.1
hh3cdlswSdlcPortTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines parameters for the interfaces with the 
       encapunation of SDLC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) 1 }

.1.3.6.1.4.1.25506.8.37.6.1.1
hh3cdlswSdlcPortEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) 1 }

.1.3.6.1.4.1.25506.8.37.6.1.1.1
hh3cdlswSdlcPortSerialName OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of serial port. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 1 }

.1.3.6.1.4.1.25506.8.37.6.1.1.2
hh3cdlswSdlcPortEncap OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {sdlc(1), ppp(2), other(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The encapunation of the interface. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 2 }

.1.3.6.1.4.1.25506.8.37.6.1.1.3
hh3cdlswSdlcPortRole OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {primary(1), seconday(2), norole(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The SDLC role of interface. "
  DEFVAL	{ norole }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 3 }

.1.3.6.1.4.1.25506.8.37.6.1.1.4
hh3cdlswSdlcPortVmac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Define virtual mac address. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 4 }

.1.3.6.1.4.1.25506.8.37.6.1.1.5
hh3cdlswSdlcPortHoldq OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (20..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Size of hold queue."
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 5 }

.1.3.6.1.4.1.25506.8.37.6.1.1.6
hh3cdlswSdlcPortK OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Size of local send window. "
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 6 }

.1.3.6.1.4.1.25506.8.37.6.1.1.7
hh3cdlswSdlcPortModule OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {m8(8), m128(128)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Size of modulus. "
  DEFVAL	{ m8 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 7 }

.1.3.6.1.4.1.25506.8.37.6.1.1.8
hh3cdlswSdlcPortN1 OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..17680) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Max number of bits for incoming frames. "
  DEFVAL	{ 265 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 8 }

.1.3.6.1.4.1.25506.8.37.6.1.1.9
hh3cdlswSdlcPortN2 OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Number of timers to retry an operation. "
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 9 }

.1.3.6.1.4.1.25506.8.37.6.1.1.10
hh3cdlswSdlcPortPollPauseTimer OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..10000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time between polls for each secondary SDLC station. 
       The unit is thousandth of a second. "
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 10 }

.1.3.6.1.4.1.25506.8.37.6.1.1.11
hh3cdlswSdlcPortSimultaneousEnable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {enable(1), disenable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Activate SDLC two-way simultaneous mode. "
  DEFVAL	{ 1 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 11 }

.1.3.6.1.4.1.25506.8.37.6.1.1.12
hh3cdlswSdlcPortT1 OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time to wait for a reply to a frame. "
  DEFVAL	{ 3000 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 12 }

.1.3.6.1.4.1.25506.8.37.6.1.1.13
hh3cdlswSdlcPortT2 OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Time to wait for a reply used by secondary station. "
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcPortTable(1) hh3cdlswSdlcPortEntry(1) 13 }

.1.3.6.1.4.1.25506.8.37.6.2
hh3cdlswSdlcLsTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines the virtual MAC addresses for those
        SDLC link stations that participate in data link switching."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) 2 }

.1.3.6.1.4.1.25506.8.37.6.2.1
hh3cdlswSdlcLsEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cdlswSdlcLsAddress }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcLsTable(2) 1 }

.1.3.6.1.4.1.25506.8.37.6.2.1.1
hh3cdlswSdlcLsAddress OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..254) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Define SDLC address.  "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcLsTable(2) hh3cdlswSdlcLsEntry(1) 1 }

.1.3.6.1.4.1.25506.8.37.6.2.1.2
hh3cdlswSdlcLsLocalId OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" The value is XID. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcLsTable(2) hh3cdlswSdlcLsEntry(1) 2 }

.1.3.6.1.4.1.25506.8.37.6.2.1.3
hh3cdlswSdlcLsRemoteMac OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION MacAddressNC
  SYNTAX	OCTET STRING (0 | 6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MAC address to which DLSw should attempt to connect
        this link station. If this information is not available,
        a length of zero for this object should be returned "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcLsTable(2) hh3cdlswSdlcLsEntry(1) 3 }

.1.3.6.1.4.1.25506.8.37.6.2.1.4
hh3cdlswSdlcLsSsap OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..254) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Source SAP of partner. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcLsTable(2) hh3cdlswSdlcLsEntry(1) 4 }

.1.3.6.1.4.1.25506.8.37.6.2.1.5
hh3cdlswSdlcLsDsap OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..254) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Destination SAP of partner. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcLsTable(2) hh3cdlswSdlcLsEntry(1) 5 }

.1.3.6.1.4.1.25506.8.37.6.2.1.6
hh3cdlswSdlcLsStatus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  -- TEXTUAL CONVENTION EntryStatus
  SYNTAX	INTEGER {valid(1), createRequest(2), underCreation(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" This object is used by the manager to create
        or delete the row entry in the hh3cdlswSdlcLsTable
        following the EntryStatus textual convention."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswSdlc(6) hh3cdlswSdlcLsTable(2) hh3cdlswSdlcLsEntry(1) 6 }

.1.3.6.1.4.1.25506.8.37.7
hh3cdlswLlc2 OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) 7 }

.1.3.6.1.4.1.25506.8.37.7.1
hh3cdlswLlc2PortTable OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table defines parameters for the interfaces with the 
       encapunation of Llc2."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) 1 }

.1.3.6.1.4.1.25506.8.37.7.1.1
hh3cdlswLlc2PortEntry OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex, hh3cdlswBridgeIfBriGru }
  DESCRIPTION	""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) 1 }

.1.3.6.1.4.1.25506.8.37.7.1.1.1
hh3cdlswLLC2PortAckDelayTime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Max time allows I-frames incoming without replay ACK. "
  DEFVAL	{ 100 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 1 }

.1.3.6.1.4.1.25506.8.37.7.1.1.2
hh3cdlswLLC2PortAckMax OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Max number of I-frames received before ACK. "
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 2 }

.1.3.6.1.4.1.25506.8.37.7.1.1.3
hh3cdlswLLC2PortLocalWnd OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..127) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Max number of I-frames to send before received ACK. "
  DEFVAL	{ 7 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 3 }

.1.3.6.1.4.1.25506.8.37.7.1.1.4
hh3cdlswLLC2PortModulus OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER {m8(8), m128(128)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	" Modulus of LLC2. "
  DEFVAL	{ m128 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 4 }

.1.3.6.1.4.1.25506.8.37.7.1.1.5
hh3cdlswLLC2PortN2 OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Retry times of operations. "
  DEFVAL	{ 20 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 5 }

.1.3.6.1.4.1.25506.8.37.7.1.1.6
hh3cdlswLLC2PortT1 OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Waiting for ACK time after sent a I-frame. "
  DEFVAL	{ 200 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 6 }

.1.3.6.1.4.1.25506.8.37.7.1.1.7
hh3cdlswLLC2PortTbusyTime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Waiting time while other LLC2 station is in busy state. "
  DEFVAL	{ 300 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 7 }

.1.3.6.1.4.1.25506.8.37.7.1.1.8
hh3cdlswLLC2PortTpfTime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Waiting time after a P frame is sent. "
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 8 }

.1.3.6.1.4.1.25506.8.37.7.1.1.9
hh3cdlswLLC2PortTrejTime OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (1..60000) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Waiting time after a REJ frame is sent. "
  DEFVAL	{ 500 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 9 }

.1.3.6.1.4.1.25506.8.37.7.1.1.10
hh3cdlswLLC2PortTxqMax OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  SYNTAX	INTEGER (20..200) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Queue for sending llc2 I-frames. "
  DEFVAL	{ 50 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswLlc2(7) hh3cdlswLlc2PortTable(1) hh3cdlswLlc2PortEntry(1) 10 }

.1.3.6.1.4.1.25506.8.37.8
hh3cdlswTraps OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) 8 }

.1.3.6.1.4.1.25506.8.37.8.0
hh3cdlswTrapsV2 OBJECT-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTraps(8) 0 }

.1.3.6.1.4.1.25506.8.37.8.0.1
hh3cdlswTrapTConnPartnerReject NOTIFICATION-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  OBJECTS	{ hh3cdlswRemotePeerAddr }
  DESCRIPTION	"This trap is sent each time a transport connection
        is rejected by a partner DLSw during Capabilities
        Exchanges.  The emission of this trap is controlled
        by hh3cdlswTrapCntlCircuit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTraps(8) hh3cdlswTrapsV2(0) 1 }

.1.3.6.1.4.1.25506.8.37.8.0.2
hh3cdlswTrapTConnChangeState NOTIFICATION-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  OBJECTS	{ hh3cdlswRemotePeerAddr, hh3cdlswRemotePeerLinkState }
  DESCRIPTION	"This trap is sent each time a transport connection
        changes state.  The emission of this trap
        is controlled by hh3cdlswTrapCntlTConn."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTraps(8) hh3cdlswTrapsV2(0) 2 }

.1.3.6.1.4.1.25506.8.37.8.0.3
hh3cdlswTrapCircuitChangeState NOTIFICATION-TYPE
  -- FROM	HH3C-SNA-DLSW-MIB
  OBJECTS	{ hh3cdlswCircuitS1CircuitId, hh3cdlswCircuitState, hh3cdlswCircuitS1Mac, hh3cdlswCircuitS1Sap, hh3cdlswCircuitS2Mac, hh3cdlswCircuitS2Sap }
  DESCRIPTION	"This trap is sent each time a circuit change
        state.  The emission of this trap is controlled by
        hh3cdlswTrapCntlCircuit."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cRhw(8) hh3cdlsw(37) hh3cdlswTraps(8) hh3cdlswTrapsV2(0) 3 }

.1.3.6.1.4.1.25506.9
hh3cSurveillanceMIB OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 9 }

.1.3.6.1.4.1.25506.9.1
hh3cVMMan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-VM-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) 1 }

.1.3.6.1.4.1.25506.9.1.1
hh3cVMManMIBObjects OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) 1 }

.1.3.6.1.4.1.25506.9.1.1.1
hh3cVMCapabilitySet OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	BITS {cms(0), css(1), dm(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Components included in the VM feature represented by bit fields. VM feature
        includes three componets: CMS(Central Management Server), CSS(Control Signalling
        Server) and DM(Data Managment).
        A bit set to 1 indicates the corresponding component of this bit is included
        otherwise indicates the corresponding component of this bit is not included. VM
        can include one or more components at one time.
        "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.9.1.1.2
hh3cVMStat OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBObjects(1) 2 }

.1.3.6.1.4.1.25506.9.1.1.2.1
hh3cVMStatTotalConnEstablishRequests OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of establishment requests for video connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBObjects(1) hh3cVMStat(2) 1 }

.1.3.6.1.4.1.25506.9.1.1.2.2
hh3cVMStatSuccConnEstablishRequests OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of successful establishment requests for video connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBObjects(1) hh3cVMStat(2) 2 }

.1.3.6.1.4.1.25506.9.1.1.2.3
hh3cVMStatFailConnEstablishRequests OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of unsuccessful establishment requests for video connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBObjects(1) hh3cVMStat(2) 3 }

.1.3.6.1.4.1.25506.9.1.1.2.4
hh3cVMStatTotalConnReleaseRequests OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of release requests for video connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBObjects(1) hh3cVMStat(2) 4 }

.1.3.6.1.4.1.25506.9.1.1.2.5
hh3cVMStatSuccConnReleaseRequests OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of successful release requests for video connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBObjects(1) hh3cVMStat(2) 5 }

.1.3.6.1.4.1.25506.9.1.1.2.6
hh3cVMStatFailConnReleaseRequests OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of unsuccessful release requests for video connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBObjects(1) hh3cVMStat(2) 6 }

.1.3.6.1.4.1.25506.9.1.1.2.7
hh3cVMStatExceptionTerminationConn OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of exceptional termination for video connection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBObjects(1) hh3cVMStat(2) 7 }

.1.3.6.1.4.1.25506.9.1.2
hh3cVMManMIBTrap OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) 2 }

.1.3.6.1.4.1.25506.9.1.2.0
hh3cVMManTrapPrex OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) 0 }

.1.3.6.1.4.1.25506.9.1.2.0.1
hh3cVMManDeviceOnlineTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName }
  DESCRIPTION	"Send a trap about the device having been registered to VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.9.1.2.0.2
hh3cVMManDeviceOfflineTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName }
  DESCRIPTION	"Send a trap about the device having been unregistered to VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 2 }

.1.3.6.1.4.1.25506.9.1.2.0.3
hh3cVMManForwardDeviceExternalSemaphoreTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUExternalInputAlarmChannelID }
  DESCRIPTION	"Forward a trap about external semaphore alarm, which is created
        by the third party device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 3 }

.1.3.6.1.4.1.25506.9.1.2.0.4
hh3cVMManForwardDeviceVideoLossTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName }
  DESCRIPTION	"Forward a trap about video loss, which is created by the third
        party device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 4 }

.1.3.6.1.4.1.25506.9.1.2.0.5
hh3cVMManForwardDeviceVideoRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName }
  DESCRIPTION	"Forward a trap about video recovery after loss, which is created
        by the third party device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 5 }

.1.3.6.1.4.1.25506.9.1.2.0.6
hh3cVMManForwardDeviceMotionDetectTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName, hh3cVMManRegionCoordinateX1, hh3cVMManRegionCoordinateY1, hh3cVMManRegionCoordinateX2, hh3cVMManRegionCoordinateY2 }
  DESCRIPTION	"Forward a trap about motion detection, which is created by the
        third party device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 6 }

.1.3.6.1.4.1.25506.9.1.2.0.7
hh3cVMManForwardDeviceCoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName, hh3cVMManRegionCoordinateX1, hh3cVMManRegionCoordinateY1, hh3cVMManRegionCoordinateX2, hh3cVMManRegionCoordinateY2 }
  DESCRIPTION	"Forward a trap about video cover, which is created by the third
        party device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 7 }

.1.3.6.1.4.1.25506.9.1.2.0.8
hh3cVMManForwardDeviceCpuUsageThresholdTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManCpuUsage, hh3cVMManCpuUsageThreshold }
  DESCRIPTION	"Forward a trap about cpu usage exceeding its threshold, which is
        created by the third party device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 8 }

.1.3.6.1.4.1.25506.9.1.2.0.9
hh3cVMManForwardDeviceMemUsageThresholdTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManMemUsage, hh3cVMManMemUsageThreshold }
  DESCRIPTION	"Forward a trap about memory usage exceeding its threshold, which is
        created by the third party device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 9 }

.1.3.6.1.4.1.25506.9.1.2.0.10
hh3cVMManForwardDeviceHardDiskUsageThresholdTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManHardDiskUsage, hh3cVMManHardDiskUsageThreshold }
  DESCRIPTION	"Forward a trap about harddisk usage exceeding its threshold, which is
        created by the third party device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 10 }

.1.3.6.1.4.1.25506.9.1.2.0.11
hh3cVMManForwardDeviceTemperatureThresholdTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManTemperature, hh3cVMManTemperatureThreshold }
  DESCRIPTION	"Forward a trap about temperature exceeding its threshold, which is created
        by the third party device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 11 }

.1.3.6.1.4.1.25506.9.1.2.0.12
hh3cVMManForwardDeviceStartKinescopeTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName }
  DESCRIPTION	"Forward a trap about starting kinescope, which is created by the third party
        device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 12 }

.1.3.6.1.4.1.25506.9.1.2.0.13
hh3cVMManForwardDeviceStopKinescopeTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName }
  DESCRIPTION	"Forward a trap about stopping kinescope, which is created by the third party
        device."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 13 }

.1.3.6.1.4.1.25506.9.1.2.0.14
hh3cVMManClientReportTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManClientIP, hh3cVMManUserName, hh3cVMManReportContent }
  DESCRIPTION	"Send a trap about the fault which is reported by clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 14 }

.1.3.6.1.4.1.25506.9.1.2.0.15
hh3cVMManClientRealtimeSurveillanceNoVideoTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManClientIP, hh3cVMManUserName, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName }
  DESCRIPTION	"Send a trap about no realtime surveillance video stream which is reported by clients.
        hh3cVMManRegDevIP, entPhysicalAssetID, hh3cVMManRegDevName and hh3cVMManPUECVideoChannelName
        describe an EC's relative information. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 15 }

.1.3.6.1.4.1.25506.9.1.2.0.16
hh3cVMManClientVODNoVideoTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManClientIP, hh3cVMManUserName, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName, hh3cVMManClientVODStart, hh3cVMManClientVODEnd, hh3cVMManIPSANDevIP }
  DESCRIPTION	"Send a trap about no VOD video stream which is reported by clients. hh3cVMManRegDevIP,
        entPhysicalAssetID, hh3cVMManRegDevName and hh3cVMManPUECVideoChannelName describe an EC's relative information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 16 }

.1.3.6.1.4.1.25506.9.1.2.0.17
hh3cVMManClientRealtimeSurveillanceVideoStreamDiscontinuityTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManClientIP, hh3cVMManUserName, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName, hh3cVMManClientVideoStreamDiscontinuityInterval, hh3cVMManClientVideoStreamDiscontinuityIntervalThreshold, hh3cVMManClientStatPeriod }
  DESCRIPTION	"Send a trap about the realtime surveillance video stream discontinuity which is reported by clients.
        entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManRegDevName and hh3cVMManPUECVideoChannelName describe an EC's relative
        information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 17 }

.1.3.6.1.4.1.25506.9.1.2.0.18
hh3cVMManClientVODVideoStreamDiscontinuityTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManClientIP, hh3cVMManUserName, hh3cVMManRegDevIP, hh3cVMManRegDevName, hh3cVMManPUECVideoChannelName, hh3cVMManClientVODStart, hh3cVMManClientVODEnd, hh3cVMManIPSANDevIP, hh3cVMManClientVideoStreamDiscontinuityInterval, hh3cVMManClientVideoStreamDiscontinuityIntervalThreshold, hh3cVMManClientStatPeriod }
  DESCRIPTION	"Send a trap about the VOD video stream discontinuity which is reported by clients.
        hh3cVMManRegDevIP, entPhysicalAssetID, hh3cVMManRegDevName and hh3cVMManPUECVideoChannelName
        describe an EC's relative information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 18 }

.1.3.6.1.4.1.25506.9.1.2.0.19
hh3cVMManClientCtlConnExceptionTerminationTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManClientIP, hh3cVMManUserName }
  DESCRIPTION	"Send a trap about the exceptional termination for control connection. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 19 }

.1.3.6.1.4.1.25506.9.1.2.0.20
hh3cVMManClientFrequencyLoginFailTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManClientIP, hh3cVMManUserName, hh3cVMManClientLoginFailNum, hh3cVMManClientLoginFailNumThreshold, hh3cVMManClientStatPeriod }
  DESCRIPTION	"Send a trap about the frequency of client login failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 20 }

.1.3.6.1.4.1.25506.9.1.2.0.21
hh3cVMManClientFrequencyVODFailTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManClientIP, hh3cVMManUserName, hh3cVMManClientVODFailNum, hh3cVMManClientVODFailNumThreshold, hh3cVMManClientStatPeriod }
  DESCRIPTION	"Send a trap about the frequency of client VOD failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 21 }

.1.3.6.1.4.1.25506.9.1.2.0.22
hh3cVMManDMECDisobeyStorageScheduleTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManPUECVideoChannelName }
  DESCRIPTION	"Send a trap about EC disobeying storage schedule created by DM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 22 }

.1.3.6.1.4.1.25506.9.1.2.0.23
hh3cVMManDMECDisobeyStorageScheduleRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  OBJECTS	{ entPhysicalAssetID, hh3cVMManRegDevIP, hh3cVMManPUECVideoChannelName }
  DESCRIPTION	"Send a trap about recovery after EC disobeying storage schedule created by DM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapPrex(0) 23 }

.1.3.6.1.4.1.25506.9.1.2.1
hh3cVMManTrapObjects OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) 1 }

.1.3.6.1.4.1.25506.9.1.2.1.1
hh3cVMManIPSANDevIP OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IP address of IPSAN Device which can store video data."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.9.1.2.1.2
hh3cVMManRegDevIP OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"IP address of devices which can registered or unregistered to VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.9.1.2.1.3
hh3cVMManRegDevName OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Name of devices which can registered or unregistered to VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 3 }

.1.3.6.1.4.1.25506.9.1.2.1.4
hh3cVMManRegionCoordinateX1 OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The horizontal coordinate of top left point of the motion detection region."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 4 }

.1.3.6.1.4.1.25506.9.1.2.1.5
hh3cVMManRegionCoordinateY1 OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The vertical coordinate of top left point of the motion detection region."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 5 }

.1.3.6.1.4.1.25506.9.1.2.1.6
hh3cVMManRegionCoordinateX2 OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The horizontal coordinate of botton right point of the motion detection region."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 6 }

.1.3.6.1.4.1.25506.9.1.2.1.7
hh3cVMManRegionCoordinateY2 OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The horizontal coordinate of botton right point of the motion detection region."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 7 }

.1.3.6.1.4.1.25506.9.1.2.1.8
hh3cVMManCpuUsage OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The CPU usage for this entity. Generally, the CPU usage
        will caculate the overall CPU usage on the entity, and it
        is not sensible with the number of CPU on the entity. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 8 }

.1.3.6.1.4.1.25506.9.1.2.1.9
hh3cVMManCpuUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The threshold for the CPU usage. When the CPU usage exceeds
        the threshold, a notification will be sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 9 }

.1.3.6.1.4.1.25506.9.1.2.1.10
hh3cVMManMemUsage OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The memory usage for the entity. This object indicates what
        percent of memory are used. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 10 }

.1.3.6.1.4.1.25506.9.1.2.1.11
hh3cVMManMemUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The threshold for the Memory usage. When the memory usage
        exceeds the threshold, a notification will be sent. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 11 }

.1.3.6.1.4.1.25506.9.1.2.1.12
hh3cVMManHardDiskUsage OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The hard disk usage for the entity. This object indicates what
        percent of hard disk are used. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 12 }

.1.3.6.1.4.1.25506.9.1.2.1.13
hh3cVMManHardDiskUsageThreshold OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The threshold for the hard disk usage. When the hard disk usage
        exceeds the threshold, a notification will be sent. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 13 }

.1.3.6.1.4.1.25506.9.1.2.1.14
hh3cVMManTemperature OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The temperature for the entity. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 14 }

.1.3.6.1.4.1.25506.9.1.2.1.15
hh3cVMManTemperatureThreshold OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The threshold for the temperature. When the temperature
        exceeds the threshold, a notification will be sent. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 15 }

.1.3.6.1.4.1.25506.9.1.2.1.16
hh3cVMManClientIP OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The client device IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 16 }

.1.3.6.1.4.1.25506.9.1.2.1.17
hh3cVMManUserName OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The client user name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 17 }

.1.3.6.1.4.1.25506.9.1.2.1.18
hh3cVMManReportContent OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..128) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The details of the fault which reported by clients"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 18 }

.1.3.6.1.4.1.25506.9.1.2.1.19
hh3cVMManClientVideoStreamDiscontinuityInterval OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Video stream discontinuity interval. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 19 }

.1.3.6.1.4.1.25506.9.1.2.1.20
hh3cVMManClientVideoStreamDiscontinuityIntervalThreshold OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The threshold for the video stream discontinuity interval. When the
        discontinuity interval exceeds the threshold, a notification will be sent. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 20 }

.1.3.6.1.4.1.25506.9.1.2.1.21
hh3cVMManClientStatPeriod OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The client statistic period. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 21 }

.1.3.6.1.4.1.25506.9.1.2.1.22
hh3cVMManClientLoginFailNum OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The total number of client login failure in last statistic period which is
        defined by hh3cVMManClientStatPeriod entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 22 }

.1.3.6.1.4.1.25506.9.1.2.1.23
hh3cVMManClientLoginFailNumThreshold OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The threshold for the total number of client login failure in last statistic
        period. When the number exceeds the threshold, a notification will be sent. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 23 }

.1.3.6.1.4.1.25506.9.1.2.1.24
hh3cVMManClientVODFailNum OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The total number of client VOD failure in last statistic period which is
        defined by hh3cVMManClientStatPeriod entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 24 }

.1.3.6.1.4.1.25506.9.1.2.1.25
hh3cVMManClientVODFailNumThreshold OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The threshold for the total number of client VOD failure in last statistic
        period. When the number exceeds the threshold, a notification will be sent. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 25 }

.1.3.6.1.4.1.25506.9.1.2.1.26
hh3cVMManClientVODStart OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The start time for VOD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 26 }

.1.3.6.1.4.1.25506.9.1.2.1.27
hh3cVMManClientVODEnd OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The end time for VOD."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 27 }

.1.3.6.1.4.1.25506.9.1.2.1.28
hh3cVMManPUExternalInputAlarmChannelID OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ID of the external input alarm channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 28 }

.1.3.6.1.4.1.25506.9.1.2.1.29
hh3cVMManPUECVideoChannelName OBJECT-TYPE
  -- FROM	HH3C-VM-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The name of the video channel. It is suggested that the name includes
        the channel ID information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cVMMan(1) hh3cVMManMIBTrap(2) hh3cVMManTrapObjects(1) 29 }

.1.3.6.1.4.1.25506.9.2
hh3cPUMan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) 2 }

.1.3.6.1.4.1.25506.9.2.1
hh3cPUCommonMan OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) 1 }

.1.3.6.1.4.1.25506.9.2.1.1
hh3cPUCommonManObjects OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) 1 }

.1.3.6.1.4.1.25506.9.2.1.1.1
hh3cPUisOnline OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The PU online status indicates whether the PU is normally
        registered into the VM. True indicates that the PU is
        normally registered into the VM."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManObjects(1) 1 }

.1.3.6.1.4.1.25506.9.2.1.1.2
hh3cPUCMSAddr OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the CMS.
        All zero address indicates the CMS address is not configured."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManObjects(1) 2 }

.1.3.6.1.4.1.25506.9.2.1.1.3
hh3cPUVersionServerAddr OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	IpAddress
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The IP address of the version server.
        All zero address indicates the version server is not configured
        or does not support remote upgrade."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManObjects(1) 3 }

.1.3.6.1.4.1.25506.9.2.1.2
hh3cPUCommonManTables OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) 2 }

.1.3.6.1.4.1.25506.9.2.1.2.1
hh3cPUExternalInputAlarmTable OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"External input alarm table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManTables(2) 1 }

.1.3.6.1.4.1.25506.9.2.1.2.1.1
hh3cPUExternalInputAlarmEntry OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPUExternalInputAlarmChannelID }
  DESCRIPTION	"External input alarm entry"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManTables(2) hh3cPUExternalInputAlarmTable(1) 1 }

.1.3.6.1.4.1.25506.9.2.1.2.1.1.1
hh3cPUExternalInputAlarmChannelID OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ID of the external input alarm channel."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManTables(2) hh3cPUExternalInputAlarmTable(1) hh3cPUExternalInputAlarmEntry(1) 1 }

.1.3.6.1.4.1.25506.9.2.1.2.1.1.2
hh3cPUExternalInputAlarmStatus OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"True indicates that the current channel has alarm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManTables(2) hh3cPUExternalInputAlarmTable(1) hh3cPUExternalInputAlarmEntry(1) 2 }

.1.3.6.1.4.1.25506.9.2.1.2.2
hh3cPUExternalOutputAlarmTable OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"External output alarm table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManTables(2) 2 }

.1.3.6.1.4.1.25506.9.2.1.2.2.1
hh3cPUExternalOutputAlarmEntry OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPUExternalOutputAlarmChannelID }
  DESCRIPTION	"External output alarm entry"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManTables(2) hh3cPUExternalOutputAlarmTable(2) 1 }

.1.3.6.1.4.1.25506.9.2.1.2.2.1.1
hh3cPUExternalOutputAlarmChannelID OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ID of the external output alarm channel"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManTables(2) hh3cPUExternalOutputAlarmTable(2) hh3cPUExternalOutputAlarmEntry(1) 1 }

.1.3.6.1.4.1.25506.9.2.1.2.2.1.2
hh3cPUExternalOutputAlarmStatus OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"True indicates that the current channel has alarm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUCommonMan(1) hh3cPUCommonManTables(2) hh3cPUExternalOutputAlarmTable(2) hh3cPUExternalOutputAlarmEntry(1) 2 }

.1.3.6.1.4.1.25506.9.2.2
hh3cPUECMan OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) 2 }

.1.3.6.1.4.1.25506.9.2.2.1
hh3cPUECManObjects OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) 1 }

.1.3.6.1.4.1.25506.9.2.2.1.1
hh3cPUECCameraOnlines OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of online cameras connected to an EC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManObjects(1) 1 }

.1.3.6.1.4.1.25506.9.2.2.1.2
hh3cPUECCameraAvailRate OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Unsigned32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Camera available rate. That is, the ratio of available cameras
        to total cameras connected to an EC. It ranges from 0 to 100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManObjects(1) 2 }

.1.3.6.1.4.1.25506.9.2.2.2
hh3cPUECManTables OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) 2 }

.1.3.6.1.4.1.25506.9.2.2.2.1
hh3cPUECVideoChannelTable OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Video channel table"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManTables(2) 1 }

.1.3.6.1.4.1.25506.9.2.2.2.1.1
hh3cPUECVideoChannelEntry OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cPUECVideoChannelID }
  DESCRIPTION	"Video channel entry"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManTables(2) hh3cPUECVideoChannelTable(1) 1 }

.1.3.6.1.4.1.25506.9.2.2.2.1.1.1
hh3cPUECVideoChannelID OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The ID of the video channel"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManTables(2) hh3cPUECVideoChannelTable(1) hh3cPUECVideoChannelEntry(1) 1 }

.1.3.6.1.4.1.25506.9.2.2.2.1.1.2
hh3cPUECVideoChannelName OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The name of the video channel.
        It is suggested that the name includes the channel ID
        information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManTables(2) hh3cPUECVideoChannelTable(1) hh3cPUECVideoChannelEntry(1) 2 }

.1.3.6.1.4.1.25506.9.2.2.2.1.1.3
hh3cPUECVideoChannelServiceStatus OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	BITS {unknown(0), unused(1), kinescope(2), snapshot(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The service status of the video channel.
        0 the status is not known.
        1 the video is not used or the channel has no signal.
        2 the camera is kinescoping.
        3 the camera is take snapshot. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManTables(2) hh3cPUECVideoChannelTable(1) hh3cPUECVideoChannelEntry(1) 3 }

.1.3.6.1.4.1.25506.9.2.2.3
hh3cPUECManMIBTrap OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) 3 }

.1.3.6.1.4.1.25506.9.2.2.3.0
hh3cPUECManTrapPrex OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) 0 }

.1.3.6.1.4.1.25506.9.2.2.3.0.1
hh3cPUECManExternalSemaphoreTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  OBJECTS	{ hh3cPUExternalInputAlarmChannelID }
  DESCRIPTION	"Send a trap about external semaphore alarm."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.9.2.2.3.0.2
hh3cPUECManVideoLossTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  OBJECTS	{ hh3cPUECVideoChannelName }
  DESCRIPTION	"Send a trap about video loss. Video loss is that no video
        signal is inputted to the EC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapPrex(0) 2 }

.1.3.6.1.4.1.25506.9.2.2.3.0.3
hh3cPUECManVideoRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  OBJECTS	{ hh3cPUECVideoChannelName }
  DESCRIPTION	"Send a trap about video recovery after loss."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapPrex(0) 3 }

.1.3.6.1.4.1.25506.9.2.2.3.0.4
hh3cPUECManMotionDetectTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  OBJECTS	{ hh3cPUECVideoChannelName, hh3cPUECRegionCoordinateX1, hh3cPUECRegionCoordinateY1, hh3cPUECRegionCoordinateX2, hh3cPUECRegionCoordinateY2 }
  DESCRIPTION	"Send a trap about motion detection."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapPrex(0) 4 }

.1.3.6.1.4.1.25506.9.2.2.3.0.5
hh3cPUECManOnLineFailureTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  OBJECTS	{ hh3cPUCMSAddr }
  DESCRIPTION	"Send a trap when EC can not register the CMS."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapPrex(0) 5 }

.1.3.6.1.4.1.25506.9.2.2.3.0.6
hh3cPUECManConnectionCMSFailureTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  OBJECTS	{ hh3cPUCMSAddr }
  DESCRIPTION	"Send a trap when the connection with the CMS breaks down."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapPrex(0) 6 }

.1.3.6.1.4.1.25506.9.2.2.3.0.7
hh3cPUECManConnectionVerSrvFailureTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  OBJECTS	{ hh3cPUVersionServerAddr }
  DESCRIPTION	"Send a trap when the connection with the version server breaks
        down or can not create."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapPrex(0) 7 }

.1.3.6.1.4.1.25506.9.2.2.3.0.8
hh3cPUECManFlashFailureTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  DESCRIPTION	"Send a trap about flash failure."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapPrex(0) 8 }

.1.3.6.1.4.1.25506.9.2.2.3.0.9
hh3cPUECManCameraShelterTrap NOTIFICATION-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  OBJECTS	{ hh3cPUECVideoChannelName, hh3cPUECRegionCoordinateX1, hh3cPUECRegionCoordinateY1, hh3cPUECRegionCoordinateX2, hh3cPUECRegionCoordinateY2 }
  DESCRIPTION	"Send a trap when a camera is sheltered."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapPrex(0) 9 }

.1.3.6.1.4.1.25506.9.2.2.3.1
hh3cPUECManTrapObjects OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) 1 }

.1.3.6.1.4.1.25506.9.2.2.3.1.1
hh3cPUECRegionCoordinateX1 OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The horizontal coordinate of top left point of the motion
        detection region."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapObjects(1) 1 }

.1.3.6.1.4.1.25506.9.2.2.3.1.2
hh3cPUECRegionCoordinateY1 OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The vertical coordinate of top left point of the motion
        detection region."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapObjects(1) 2 }

.1.3.6.1.4.1.25506.9.2.2.3.1.3
hh3cPUECRegionCoordinateX2 OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The horizontal coordinate of botton right point of the
        motion detection region."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapObjects(1) 3 }

.1.3.6.1.4.1.25506.9.2.2.3.1.4
hh3cPUECRegionCoordinateY2 OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The horizontal coordinate of botton right point of the
        motion detection region."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUECMan(2) hh3cPUECManMIBTrap(3) hh3cPUECManTrapObjects(1) 4 }

.1.3.6.1.4.1.25506.9.2.3
hh3cPUDCMan OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) 3 }

.1.3.6.1.4.1.25506.9.2.3.1
hh3cPUDCManObjects OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUDCMan(3) 1 }

.1.3.6.1.4.1.25506.9.2.3.1.1
hh3cPUDCRcvVideoPackets OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of video packets which are received from
        interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUDCMan(3) hh3cPUDCManObjects(1) 1 }

.1.3.6.1.4.1.25506.9.2.3.1.2
hh3cPUDCRcvVideoRefFrames OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of video reference frames which are received
        from interfaces."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUDCMan(3) hh3cPUDCManObjects(1) 2 }

.1.3.6.1.4.1.25506.9.2.3.1.3
hh3cPUDCVideoPacketsLoss OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of lost video packets."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUDCMan(3) hh3cPUDCManObjects(1) 3 }

.1.3.6.1.4.1.25506.9.2.3.1.4
hh3cPUDCVideoRefFramesLoss OBJECT-TYPE
  -- FROM	HH3C-PU-MAN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of lost video reference frames."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cPUMan(2) hh3cPUDCMan(3) hh3cPUDCManObjects(1) 4 }

.1.3.6.1.4.1.25506.9.3
hh3cMSMan OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-MS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) 3 }

.1.3.6.1.4.1.25506.9.3.1
hh3cMSManMIBObjects OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) 1 }

.1.3.6.1.4.1.25506.9.3.1.1
hh3cMSStatisticalPeriod OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The statistical period of this entity, which unit is
        second and default value is 300 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBObjects(1) 1 }

.1.3.6.1.4.1.25506.9.3.2
hh3cMSManMIBTables OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) 2 }

.1.3.6.1.4.1.25506.9.3.2.1
hh3cMSForwardTable OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MS Forward table, used to get the forwarding information
         of the entity. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) 1 }

.1.3.6.1.4.1.25506.9.3.2.1.1
hh3cMSForwardEntry OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMSForwardIndex }
  DESCRIPTION	"hh3cMSForward table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSForwardTable(1) 1 }

.1.3.6.1.4.1.25506.9.3.2.1.1.1
hh3cMSForwardIndex OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value of this object is the entity index, which
         depends on the implementation of ENTITY-MIB. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSForwardTable(1) hh3cMSForwardEntry(1) 1 }

.1.3.6.1.4.1.25506.9.3.2.1.1.2
hh3cMSForwardMaxConnection OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maxium number of forward connections the entity can
        support."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSForwardTable(1) hh3cMSForwardEntry(1) 2 }

.1.3.6.1.4.1.25506.9.3.2.1.1.3
hh3cMSForwardConnectionThreshold OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of forward connections."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSForwardTable(1) hh3cMSForwardEntry(1) 3 }

.1.3.6.1.4.1.25506.9.3.2.1.1.4
hh3cMSCurrentForwardConnection OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of forward connections the entity provided
        in this time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSForwardTable(1) hh3cMSForwardEntry(1) 4 }

.1.3.6.1.4.1.25506.9.3.2.1.1.5
hh3cMSPeriodForwardConnection OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maxium number of forward connections within the
        last statistical period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSForwardTable(1) hh3cMSForwardEntry(1) 5 }

.1.3.6.1.4.1.25506.9.3.2.1.1.6
hh3cMSForwardTotalTime OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total forward connection time the entity has
        serviced since its startup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSForwardTable(1) hh3cMSForwardEntry(1) 6 }

.1.3.6.1.4.1.25506.9.3.2.1.1.7
hh3cMSForwardTotalConn OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total forward connection numbers the entity has
        serviced since its startup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSForwardTable(1) hh3cMSForwardEntry(1) 7 }

.1.3.6.1.4.1.25506.9.3.2.2
hh3cMSVODTable OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MS VOD(video on demand) table, used to get the VOD
        information of the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) 2 }

.1.3.6.1.4.1.25506.9.3.2.2.1
hh3cMSVODEntry OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMSVODIndex }
  DESCRIPTION	"hh3cMSVOD table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSVODTable(2) 1 }

.1.3.6.1.4.1.25506.9.3.2.2.1.1
hh3cMSVODIndex OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value of this object is the entity index, which
        depends on the implementation of ENTITY-MIB. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSVODTable(2) hh3cMSVODEntry(1) 1 }

.1.3.6.1.4.1.25506.9.3.2.2.1.2
hh3cMSVODMaxConnection OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maxium number of VOD connections the entity
        can support."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSVODTable(2) hh3cMSVODEntry(1) 2 }

.1.3.6.1.4.1.25506.9.3.2.2.1.3
hh3cMSVODConnectionThreshold OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of VOD connections."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSVODTable(2) hh3cMSVODEntry(1) 3 }

.1.3.6.1.4.1.25506.9.3.2.2.1.4
hh3cMSCurrentVODConnection OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of VOD connections the entity provided
        in this time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSVODTable(2) hh3cMSVODEntry(1) 4 }

.1.3.6.1.4.1.25506.9.3.2.2.1.5
hh3cMSPeriodVODMaxConnection OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maxium number of VOD connections within the last
        statistical period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSVODTable(2) hh3cMSVODEntry(1) 5 }

.1.3.6.1.4.1.25506.9.3.2.2.1.6
hh3cMSVODTotalTime OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total VOD connection time the entity has serviced
        since its startup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSVODTable(2) hh3cMSVODEntry(1) 6 }

.1.3.6.1.4.1.25506.9.3.2.2.1.7
hh3cMSVODTotalConn OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total VOD connection numbers the entity has serviced
        since its startup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSVODTable(2) hh3cMSVODEntry(1) 7 }

.1.3.6.1.4.1.25506.9.3.2.3
hh3cMSRecordTable OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MS Record table, used to get the record information of
        the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) 3 }

.1.3.6.1.4.1.25506.9.3.2.3.1
hh3cMSRecordEntry OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMSRecordIndex }
  DESCRIPTION	"hh3cMSRecord table entry."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSRecordTable(3) 1 }

.1.3.6.1.4.1.25506.9.3.2.3.1.1
hh3cMSRecordIndex OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The value of this object is the entity index, which
        depends on the implementation of ENTITY-MIB. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSRecordTable(3) hh3cMSRecordEntry(1) 1 }

.1.3.6.1.4.1.25506.9.3.2.3.1.2
hh3cMSRecordMaxConnection OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maxium number of record connections the entity can
        support."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSRecordTable(3) hh3cMSRecordEntry(1) 2 }

.1.3.6.1.4.1.25506.9.3.2.3.1.3
hh3cMSRecordConnectionThreshold OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The threshold of record connections ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSRecordTable(3) hh3cMSRecordEntry(1) 3 }

.1.3.6.1.4.1.25506.9.3.2.3.1.4
hh3cMSCurrentRecordConnection OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Number of record connections the entity provided in
        this time."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSRecordTable(3) hh3cMSRecordEntry(1) 4 }

.1.3.6.1.4.1.25506.9.3.2.3.1.5
hh3cMSPeriodRecordMaxConnection OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maxium number of record connections within the
        last statistical period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSRecordTable(3) hh3cMSRecordEntry(1) 5 }

.1.3.6.1.4.1.25506.9.3.2.3.1.6
hh3cMSRecordTotalTime OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total record connection time the entity has
        serviced since its startup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSRecordTable(3) hh3cMSRecordEntry(1) 6 }

.1.3.6.1.4.1.25506.9.3.2.3.1.7
hh3cMSRecordTotalConn OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total record connection numbers the entity
        has serviced since its startup."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTables(2) hh3cMSRecordTable(3) hh3cMSRecordEntry(1) 7 }

.1.3.6.1.4.1.25506.9.3.3
hh3cMSManMIBTrap OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) 3 }

.1.3.6.1.4.1.25506.9.3.3.0
hh3cMSManTrapPrex OBJECT-TYPE
  -- FROM	HH3C-MS-MAN-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTrap(3) 0 }

.1.3.6.1.4.1.25506.9.3.3.0.1
hh3cMSManVODConnectionThresholdTrap NOTIFICATION-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  OBJECTS	{ hh3cMSVODIndex, hh3cMSCurrentVODConnection, hh3cMSVODConnectionThreshold }
  DESCRIPTION	"Current VOD connection exceeds the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTrap(3) hh3cMSManTrapPrex(0) 1 }

.1.3.6.1.4.1.25506.9.3.3.0.2
hh3cMSManVODConnectionRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  OBJECTS	{ hh3cMSVODIndex, hh3cMSCurrentVODConnection, hh3cMSVODConnectionThreshold }
  DESCRIPTION	"Current VOD connection recovers under the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTrap(3) hh3cMSManTrapPrex(0) 2 }

.1.3.6.1.4.1.25506.9.3.3.0.3
hh3cMSManForwardConnectionThresholdTrap NOTIFICATION-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  OBJECTS	{ hh3cMSForwardIndex, hh3cMSCurrentForwardConnection, hh3cMSForwardConnectionThreshold }
  DESCRIPTION	"Current forward connection exceeds the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTrap(3) hh3cMSManTrapPrex(0) 3 }

.1.3.6.1.4.1.25506.9.3.3.0.4
hh3cMSManForwardConnectionRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  OBJECTS	{ hh3cMSForwardIndex, hh3cMSCurrentForwardConnection, hh3cMSForwardConnectionThreshold }
  DESCRIPTION	"Current forward connection recovers under the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTrap(3) hh3cMSManTrapPrex(0) 4 }

.1.3.6.1.4.1.25506.9.3.3.0.5
hh3cMSManRecordConnectionThresholdTrap NOTIFICATION-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  OBJECTS	{ hh3cMSRecordIndex, hh3cMSCurrentRecordConnection, hh3cMSRecordConnectionThreshold }
  DESCRIPTION	"Current record connection exceeds the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTrap(3) hh3cMSManTrapPrex(0) 5 }

.1.3.6.1.4.1.25506.9.3.3.0.6
hh3cMSManRecordConnectionRecoverTrap NOTIFICATION-TYPE
  -- FROM	HH3C-MS-MAN-MIB
  OBJECTS	{ hh3cMSRecordIndex, hh3cMSCurrentRecordConnection, hh3cMSRecordConnectionThreshold }
  DESCRIPTION	"Current record connection recovers under the threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cSurveillanceMIB(9) hh3cMSMan(3) hh3cMSManMIBTrap(3) hh3cMSManTrapPrex(0) 6 }

.1.3.6.1.4.1.25506.10
hh3cStorageRef OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-STORAGE-REF-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 10 }

.1.3.6.1.4.1.25506.10.1
hh3cStorageMIB OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) 1 }

.1.3.6.1.4.1.25506.10.1.1
hh3cStorageMibObjects OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.1
hh3cStorageServerInfo OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.1.1
hh3cStorageServerCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.1.1.1
hh3cRaidCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support raid management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.1.1.2
hh3cFcCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support FC(fiber channel) management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 2 }

.1.3.6.1.4.1.25506.10.1.1.1.1.3
hh3cNasCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support NAS(Network Attached Storage)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 3 }

.1.3.6.1.4.1.25506.10.1.1.1.1.4
hh3cAdaptiveRepCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support adaptive replication.
        With adaptive replication option, data from the primary resource is continuously
        replicated to a replication resource unless the system determines it is not practical
        or possible, such as when there is insufficient bandwidth.
        For continuous replication to occur, a continuous replication resource is used to
        stage the data being replicated from the primary resource.
        Similar to a cache, as soon as data comes into the continuous replication resource,
        it is written to the replication resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 4 }

.1.3.6.1.4.1.25506.10.1.1.1.1.5
hh3cRemoteRepCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support remote replication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 5 }

.1.3.6.1.4.1.25506.10.1.1.1.1.6
hh3cSafeCacheCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support safe cache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 6 }

.1.3.6.1.4.1.25506.10.1.1.1.1.7
hh3cSyncMirrorCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support synchronized mirror."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 7 }

.1.3.6.1.4.1.25506.10.1.1.1.1.8
hh3cAsyncMirrorCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support asynchronous mirror."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 8 }

.1.3.6.1.4.1.25506.10.1.1.1.1.9
hh3cTimeMarkCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support time mark."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 9 }

.1.3.6.1.4.1.25506.10.1.1.1.1.10
hh3cSseCapability OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageCapableState
  SYNTAX	INTEGER {support(1), notsupport(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support SSE(Storage Service Enable)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerCapability(1) 10 }

.1.3.6.1.4.1.25506.10.1.1.1.2
hh3cStorageTargetConfig OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) 2 }

.1.3.6.1.4.1.25506.10.1.1.1.2.1
hh3ciSCSITargetEnable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support iSCSI target."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageTargetConfig(2) 1 }

.1.3.6.1.4.1.25506.10.1.1.1.2.2
hh3cFcTargetEnable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the agent support FC target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageTargetConfig(2) 2 }

.1.3.6.1.4.1.25506.10.1.1.1.3
hh3cStorageServerPhysInfo OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) 3 }

.1.3.6.1.4.1.25506.10.1.1.1.3.1
hh3cServerLocationLedState OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageLedStateType
  SYNTAX	INTEGER {off(1), on(2), blink(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the state of storage device's location led."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerPhysInfo(3) 1 }

.1.3.6.1.4.1.25506.10.1.1.1.3.2
hh3cServerResetButtonState OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the reset button is enable."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerPhysInfo(3) 2 }

.1.3.6.1.4.1.25506.10.1.1.1.3.3
hh3cServerPowerButtonState OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the power button is enable."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerPhysInfo(3) 3 }

.1.3.6.1.4.1.25506.10.1.1.1.3.4
hh3cServerPowerState OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	INTEGER {online(1), onlinebypass(2), onbattery(3), unknown(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the state of power supply in the server,
        and is valid when UPS has been configured successful.
        The value 'online' means power supply is well-balanced.
        The value 'onlinebypass' means supply power without ups.
        The value 'onbattery' means supply power with battery.
        The value 'unknown' means the power supply state is unknown."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageServerInfo(1) hh3cStorageServerPhysInfo(3) 4 }

.1.3.6.1.4.1.25506.10.1.1.2
hh3cStoragePhysicalInfo OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) 2 }

.1.3.6.1.4.1.25506.10.1.1.2.1
hh3cDeuTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some information of a particular DEU(Disk Enclosure
        Unit)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.1.1
hh3cDeuEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDeuIndex }
  DESCRIPTION	"An entry containing management information applicable
        to a particular DEU."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cDeuTable(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.1.1.1
hh3cDeuIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the index of hh3cDeuTable. The DEU identified
        by a particular value of this index is the same object as identified
        by the same value of entPhysicalIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cDeuTable(1) hh3cDeuEntry(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.1.1.2
hh3cDeuIDLed OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageLedStateType
  SYNTAX	INTEGER {off(1), on(2), blink(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the state of storage DEU's led."
  DEFVAL	{ off }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cDeuTable(1) hh3cDeuEntry(1) 2 }

.1.3.6.1.4.1.25506.10.1.1.2.1.1.3
hh3cDeuDiskScan OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageActionType
  SYNTAX	INTEGER {action(1), invalid(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The operation of scanning the table. When the value of this object
        is set to 'action', the operation of disk scanning is touched off."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cDeuTable(1) hh3cDeuEntry(1) 3 }

.1.3.6.1.4.1.25506.10.1.1.2.2
hh3cStorageInterfaceTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the interface information of the network."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) 2 }

.1.3.6.1.4.1.25506.10.1.1.2.2.1
hh3cStorageInterfaceEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cStorageInterfaceIndex }
  DESCRIPTION	"An entry containing management information applicable
        to a particular interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cStorageInterfaceTable(2) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.2.1.1
hh3cStorageInterfaceIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the index of Hh3cStorageInterfaceEntry. The
        interface identified by this index is the same interface as identified
        by the same value of ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cStorageInterfaceTable(2) hh3cStorageInterfaceEntry(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.2.1.2
hh3cStorageInterfaceGateway OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the gateway address of interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cStorageInterfaceTable(2) hh3cStorageInterfaceEntry(1) 2 }

.1.3.6.1.4.1.25506.10.1.1.2.2.1.3
hh3cStorageInterfaceGatewayType OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the gateway address type of interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cStorageInterfaceTable(2) hh3cStorageInterfaceEntry(1) 3 }

.1.3.6.1.4.1.25506.10.1.1.2.2.1.4
hh3cStorageInterfaceMTU OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	INTEGER {mtu1(1500), mtu2(9000)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the MTU of interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cStorageInterfaceTable(2) hh3cStorageInterfaceEntry(1) 4 }

.1.3.6.1.4.1.25506.10.1.1.2.3
hh3cBondingTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the information of the Bonding interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) 3 }

.1.3.6.1.4.1.25506.10.1.1.2.3.1
hh3cBondingEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cBondingIndex }
  DESCRIPTION	"An entry containing management information applicable to a particular
        Bonding interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cBondingTable(3) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.3.1.1
hh3cBondingIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the index of hh3cBondingEntry. The interface
        identified by this index is the same interface as identified by the
        same value of ifIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cBondingTable(3) hh3cBondingEntry(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.3.1.2
hh3cBondingPortList OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An entry contains management information applicable to a particular bonding interface.
         Every two bytes describe the ifIndex of an interface, and an interface belongs
         to one bonding group only. An interface should be deleted from the portlist
         of the bonding group it belongs to before it is added to another bonding group."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cBondingTable(3) hh3cBondingEntry(1) 2 }

.1.3.6.1.4.1.25506.10.1.1.2.4
hh3cScsiAdapterTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table containing some information of the SCSI(Small Computer
        System interface) adapter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) 4 }

.1.3.6.1.4.1.25506.10.1.1.2.4.1
hh3cScsiAdapterEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ entPhysicalIndex, hh3cAdapterNumber }
  DESCRIPTION	"An entry containing management information applicable
        to a particular SCSI adapter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cScsiAdapterTable(4) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.4.1.1
hh3cAdapterNumber OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the index of the adapter ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cScsiAdapterTable(4) hh3cScsiAdapterEntry(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.4.1.2
hh3cAdapterDesc OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes some information of the adapter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cScsiAdapterTable(4) hh3cScsiAdapterEntry(1) 2 }

.1.3.6.1.4.1.25506.10.1.1.2.4.1.3
hh3cAdapterType OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	INTEGER {scsi(1), fc(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the type of adapter. If the value of this
        object is not equal to 'fc', the associated object(such as hh3cFcAdapterMode,
        hh3cFcAdapterIWWPNs,hh3cFcAdapterTWWPNs,hh3cFcAdapterPortState,hh3cFcAdapterModeSwitch)
        will be invalid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cScsiAdapterTable(4) hh3cScsiAdapterEntry(1) 3 }

.1.3.6.1.4.1.25506.10.1.1.2.4.1.4
hh3cFcAdapterMode OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	INTEGER {initiator(1), target(2), dual(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the mode type of adapter."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cScsiAdapterTable(4) hh3cScsiAdapterEntry(1) 4 }

.1.3.6.1.4.1.25506.10.1.1.2.4.1.5
hh3cFcAdapterInitiatorWwpnName OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cWwpnListType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the FC's adapter WWPN(World Wide Port
        Name) numbers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cScsiAdapterTable(4) hh3cScsiAdapterEntry(1) 5 }

.1.3.6.1.4.1.25506.10.1.1.2.4.1.6
hh3cFcAdapterTargetWwpnName OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cWwpnListType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the FC's target WWPN numbers."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cScsiAdapterTable(4) hh3cScsiAdapterEntry(1) 6 }

.1.3.6.1.4.1.25506.10.1.1.2.4.1.7
hh3cFcAdapterPortState OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	INTEGER {linkup(1), linkdown(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the state of adapter's interface."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cScsiAdapterTable(4) hh3cScsiAdapterEntry(1) 7 }

.1.3.6.1.4.1.25506.10.1.1.2.4.1.8
hh3cFcAdapterModeSwitch OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the adapter work on a target mode."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cScsiAdapterTable(4) hh3cScsiAdapterEntry(1) 8 }

.1.3.6.1.4.1.25506.10.1.1.2.5
hh3cExtVoltageTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity extend information of the voltage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) 5 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1
hh3cExtVoltageEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cExtVoltagePhysicalIndex }
  DESCRIPTION	"An entry containing management information applicable to the voltage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1.1
hh3cExtVoltagePhysicalIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION PhysicalIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object identifies the entity index of voltage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) hh3cExtVoltageEntry(1) 1 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1.2
hh3cExtVoltagePhysicalName OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the entity name of voltage."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) hh3cExtVoltageEntry(1) 2 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1.3
hh3cExtVoltage OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The voltage for the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) hh3cExtVoltageEntry(1) 3 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1.4
hh3cExtVoltageLowThreshold OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The low-threshold for the voltage.
            When voltage is lower than low-threshold, a notification will be
            sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) hh3cExtVoltageEntry(1) 4 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1.5
hh3cExtVoltageHighThreshold OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The high-threshold for the voltage.
            When voltage is higher than high-threshold, a notification will be
            sent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) hh3cExtVoltageEntry(1) 5 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1.6
hh3cExtCriticalVoltageLowThreshold OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The critical low threshold for voltage.
            If the voltage is lower too much than the entity needs,
            the entity will halt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) hh3cExtVoltageEntry(1) 6 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1.7
hh3cExtCriticalVoltageHighThreshold OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The critical high threshold for voltage.
            If the voltage is higher too much than the entity needs,
            the entity will halt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) hh3cExtVoltageEntry(1) 7 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1.8
hh3cExtShutdownVoltageLowThreshold OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The voltage is lower than the critical low threshold.
            If the voltage is lower too much than the entity needs,
            the entity halts now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) hh3cExtVoltageEntry(1) 8 }

.1.3.6.1.4.1.25506.10.1.1.2.5.1.9
hh3cExtShutdownVoltageHighThreshold OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The voltage is higher than the critical high threshold.
            If the voltage is higher too much than the entity needs,
            the entity halts now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStoragePhysicalInfo(2) hh3cExtVoltageTable(5) hh3cExtVoltageEntry(1) 9 }

.1.3.6.1.4.1.25506.10.1.1.3
hh3cStorageTraps OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) 3 }

.1.3.6.1.4.1.25506.10.1.1.3.0
hh3cStorageTrapsPrefix OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) 0 }

.1.3.6.1.4.1.25506.10.1.1.3.0.1
hh3cStorCriticalLowerTemperatureThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtTemperature, hh3cEntityExtCriticalLowerTemperatureThreshold }
  DESCRIPTION	"The hh3cStorCriticalLowerTemperatureThresholdNotification indicates
        the temperature is lower than the threshold.

        If the temperature is lower too much than the entity needs,
        the entity will halt."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 1 }

.1.3.6.1.4.1.25506.10.1.1.3.0.2
hh3cStorTemperatureTooLow NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtTemperature, hh3cEntityExtShutdownLowerTemperatureThreshold }
  DESCRIPTION	"The hh3cStorTemperatureTooLow indicates the temperature is
        lower than the threshold.

        If the temperature is lower too much than the entity needs,
        the entity halts now."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 2 }

.1.3.6.1.4.1.25506.10.1.1.3.0.3
hh3cExtVoltageLowThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cExtVoltagePhysicalIndex, hh3cExtVoltagePhysicalName, hh3cExtVoltage, hh3cExtVoltageLowThreshold }
  DESCRIPTION	"The hh3cExtVoltageLowThresholdNotification indicates
        the Voltage is lower than the low-threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 3 }

.1.3.6.1.4.1.25506.10.1.1.3.0.4
hh3cExtVoltageHighThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cExtVoltagePhysicalIndex, hh3cExtVoltagePhysicalName, hh3cExtVoltage, hh3cExtVoltageHighThreshold }
  DESCRIPTION	"The hh3cExtVoltageHighThresholdNotification indicates
        the Voltage is lower than the high-threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 4 }

.1.3.6.1.4.1.25506.10.1.1.3.0.5
hh3cExtCriticalVoltageLowThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cExtVoltagePhysicalIndex, hh3cExtVoltagePhysicalName, hh3cExtVoltage, hh3cExtCriticalVoltageLowThreshold }
  DESCRIPTION	"The hh3cExtCriticalVoltageLowThresholdNotification indicates
        the Voltage is lower than the critical low threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 5 }

.1.3.6.1.4.1.25506.10.1.1.3.0.6
hh3cExtCriticalVoltageHighThresholdNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cExtVoltagePhysicalIndex, hh3cExtVoltagePhysicalName, hh3cExtVoltage, hh3cExtCriticalVoltageHighThreshold }
  DESCRIPTION	"The hh3cExtCriticalVoltageHighThresholdNotification indicates
        the Voltage is higher than the critical high threshold."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 6 }

.1.3.6.1.4.1.25506.10.1.1.3.0.7
hh3cExtVoltageTooLow NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cExtVoltagePhysicalIndex, hh3cExtVoltagePhysicalName, hh3cExtVoltage, hh3cExtShutdownVoltageLowThreshold }
  DESCRIPTION	"The hh3cExtVoltageTooLowNotification indicates
        the Voltage is lower than the critical low threshold,
        and the entity halt now!"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 7 }

.1.3.6.1.4.1.25506.10.1.1.3.0.8
hh3cExtVoltageTooHigh NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cExtVoltagePhysicalIndex, hh3cExtVoltagePhysicalName, hh3cExtVoltage, hh3cExtShutdownVoltageHighThreshold }
  DESCRIPTION	"The hh3cExtVoltageTooHighNotification indicates
        the Voltage is higher than the critical high threshold,
        and the entity halt now!"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 8 }

.1.3.6.1.4.1.25506.10.1.1.3.0.9
hh3cExtBatteryStateNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cEntityExtPhysicalIndex, entPhysicalName, hh3cEntityExtOperStatus }
  DESCRIPTION	"The hh3cExtBatteryStateNotification indicates
        the raid battery entity's state changes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 9 }

.1.3.6.1.4.1.25506.10.1.1.3.0.10
hh3cDiskIOErrorNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ entPhysicalDescr }
  DESCRIPTION	"The hh3cDiskIOErrorNotification indicates that a disk occurred I/O error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 10 }

.1.3.6.1.4.1.25506.10.1.1.3.0.11
hh3cRaidCreateNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cRaidCreateNotification indicates that a array is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 11 }

.1.3.6.1.4.1.25506.10.1.1.3.0.12
hh3cRaidDeleteNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cRaidDeleteStateNotification indicates that a array is deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 12 }

.1.3.6.1.4.1.25506.10.1.1.3.0.13
hh3cRaidHideStateNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName, hh3cRaidHideState }
  DESCRIPTION	"The hh3cRaidFailedNotification indicates that a array hide or unhide."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 13 }

.1.3.6.1.4.1.25506.10.1.1.3.0.14
hh3cRaidRunStateNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName, hh3cRaidRunState }
  DESCRIPTION	"The hh3cRaidDegradeNotification indicates that a array state change."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 14 }

.1.3.6.1.4.1.25506.10.1.1.3.0.15
hh3cRaidImportNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cRaidFailedNotification indicates that a thrid array is imported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 15 }

.1.3.6.1.4.1.25506.10.1.1.3.0.16
hh3cRaidRebuildStartNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cRaidRebuildStartNotification indicates that
        a array start to rebuild."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 16 }

.1.3.6.1.4.1.25506.10.1.1.3.0.17
hh3cRaidRebuildFinishNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cRaidRebuildStartNotification indicates that
        a array fininsh rebuild."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 17 }

.1.3.6.1.4.1.25506.10.1.1.3.0.18
hh3cRaidRebuildPauseNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cRaidRebuildPauseNotification indicates that
        pause a array rebuilding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 18 }

.1.3.6.1.4.1.25506.10.1.1.3.0.19
hh3cRaidRebuildInterruptNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cRaidRebuildInterruptNotification indicates that
        interrupt a array rebuilding."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 19 }

.1.3.6.1.4.1.25506.10.1.1.3.0.20
hh3cSoftwareModuleFailNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cSoftwareInfoString }
  DESCRIPTION	"The hh3cSoftwareModuleFailNotification indicates that software module(s) fail."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 20 }

.1.3.6.1.4.1.25506.10.1.1.3.0.21
hh3cRaidBatteryExpiredNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  DESCRIPTION	"The hh3cRaidBatteryExpiredNotification indicates
        RAID Battery lifetime had expired."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 21 }

.1.3.6.1.4.1.25506.10.1.1.3.0.22
hh3cRaidBatteryWillExpireNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  DESCRIPTION	"The hh3cRaidBatteryWillExpireNotification indicates
        RAID Battery lifetime will expire."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 22 }

.1.3.6.1.4.1.25506.10.1.1.3.0.23
hh3cLvOnlineFailNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cLvOnlineFailNotification indicates lv(s) on vd fail to online."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 23 }

.1.3.6.1.4.1.25506.10.1.1.3.0.24
hh3cLvOfflineFailNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cLvOfflineFailNotification indicates lv(s) on vd fail to offline."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 24 }

.1.3.6.1.4.1.25506.10.1.1.3.0.25
hh3cRaidRunNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cRaidUuid, hh3cRaidName }
  DESCRIPTION	"The hh3cRaidRunNotification indicates that a array is running."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 25 }

.1.3.6.1.4.1.25506.10.1.1.3.0.26
hh3cExtVoltageNormal NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ hh3cExtVoltagePhysicalIndex, hh3cExtVoltagePhysicalName, hh3cExtVoltage, hh3cExtVoltageLowThreshold, hh3cExtVoltageHighThreshold }
  DESCRIPTION	"The hh3cStorVoltageRecoveryNotification indicates
        the Voltage has recovered in reference."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 26 }

.1.3.6.1.4.1.25506.10.1.1.3.0.27
hh3cDiskPowerOnNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ entPhysicalDescr }
  DESCRIPTION	"The hh3cDiskPowerOnNotification indicates that
         a disk is power on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 27 }

.1.3.6.1.4.1.25506.10.1.1.3.0.28
hh3cDiskPowerOffNotification NOTIFICATION-TYPE
  -- FROM	HH3C-STORAGE-MIB
  OBJECTS	{ entPhysicalDescr, hh3cDiskPowerOffReason }
  DESCRIPTION	"The hh3cDiskPowerOffNotification indicates that
         a disk is power off."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsPrefix(0) 28 }

.1.3.6.1.4.1.25506.10.1.1.3.1
hh3cStorageTrapsObjects OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) 1 }

.1.3.6.1.4.1.25506.10.1.1.3.1.1
hh3cSoftwareInfoString OBJECT-TYPE
  -- FROM	HH3C-STORAGE-MIB
  -- TEXTUAL CONVENTION Hh3cSoftwareInfoString
  SYNTAX	OCTET STRING (2..64) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the software's information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageMIB(1) hh3cStorageMibObjects(1) hh3cStorageTraps(3) hh3cStorageTrapsObjects(1) 1 }

.1.3.6.1.4.1.25506.10.2
hh3cStorageSnap OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-STORAGE-SNAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) 2 }

.1.3.6.1.4.1.25506.10.2.1
hh3cSnapMibObjects OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) 1 }

.1.3.6.1.4.1.25506.10.2.1.1
hh3cGlobalSnapSettingsObject OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.1.1
hh3cAddtionalSpaceMaxSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the maximal size of snapshot resource, safecache, 
        and Continued replication Resource ."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cGlobalSnapSettingsObject(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.2
hh3cSnapConfigTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config the snapshot resources for special logic
        volumes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.2.1
hh3cSnapConfigEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnapLvIndex }
  DESCRIPTION	"An entry containing configuration about the snapshot resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) 1 }

.1.3.6.1.4.1.25506.10.2.1.2.1.1
hh3cSnapLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the index of hh3cSnapConfigTable. The object
        identified by this index is the same object as identified by the
        same value of hh3cLvIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.2.1.2
hh3cSnapAreaId OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the snapshot resource of the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.2.1.3
hh3cSnapAreaAutoExpand OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes if the space of snapshot resource can be expanded
        automatically."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.2.1.4
hh3cSnapAreaThreshold OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If hh3cSnapAreaAutoExpand is selected, the 'hh3cSnapAreaThreshold' means 
        the threshold of the snapshot resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.2.1.5
hh3cSnapAreaIncSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If hh3cSnapAreaAutoExpand is selected, the 'hh3cSnapAreaIncSize' means 
        the amount of space to be allocated for each expansion."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.10.2.1.2.1.6
hh3cSnapAreaMaxSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If hh3cSnapAreaAutoExpand is selected, the 'hh3cSnapAreaIncSize' means the
        max size of snapshot resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.10.2.1.2.1.7
hh3cSnapAreaFullDeleteTM OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {rotative(1), none(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies if the snapshot resource is out of space and expand 
        failed, if the system delete the old timemark until enough space or not."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.10.2.1.2.1.8
hh3cSnapAreaNotify OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes if a snapshot notification should be send to the client when the
        system create a timemark."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.10.2.1.2.1.9
hh3cSnapAreaStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageOnlineState
  SYNTAX	INTEGER {online(1), offline(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the state of the snapshot resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.10.2.1.2.1.10
hh3cSnapRaidUuid OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the raid where the snapshot resource is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.10.2.1.2.1.11
hh3cSnapRaidSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the size designated when the snapshot resource
        is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.10.2.1.2.1.12
hh3cSnapRaidSelectPolicy OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cExtendSelectPolicy
  SYNTAX	INTEGER {differentAdapter(1), differentDrive(2), anyDrive(3), none(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the policy when the snapshot resource is created
        automatically.             
        Note that the value can not be 'none' when the value of associated
        hh3cSnapRaidUuid object is equal to null."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.10.2.1.2.1.13
hh3cSnapAreaTotalSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the current total size of the snapshot resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.10.2.1.2.1.14
hh3cSnapAreaFreeSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the free size of the snapshot resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.10.2.1.2.1.15
hh3cSnapExtendTimes OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the times the snapshot resource extended."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 15 }

.1.3.6.1.4.1.25506.10.2.1.2.1.16
hh3cSnapRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action of snapshot resource.
        Note that the assocai snapshot resource can not be delete when a snapshot copy is
        processing or the TimeMark is enabled, or the replication is enabled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapConfigTable(2) hh3cSnapConfigEntry(1) 16 }

.1.3.6.1.4.1.25506.10.2.1.3
hh3cSnapExpandTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to expand a snapshot resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.3.1
hh3cSnapExpandEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnapLvIndex, hh3cSAExpRaidUuid }
  DESCRIPTION	"An entry containing expand information applicable to the snapshot resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapExpandTable(3) 1 }

.1.3.6.1.4.1.25506.10.2.1.3.1.1
hh3cSAExpRaidUuid OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is identical to hh3cRaidUuid in HH3C-RAID-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapExpandTable(3) hh3cSnapExpandEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.3.1.2
hh3cSAExpSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the increased size for snapshot resource when
        expanded. The units is million bytes. The value is always equal to
        zero when read."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapExpandTable(3) hh3cSnapExpandEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.3.1.3
hh3cSAExpRaidSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the size for snapshot resource on the raid.
        The units is million bytes. The value is always equal to
        zero when read."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapExpandTable(3) hh3cSnapExpandEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.3.1.4
hh3cSnapAreaExpRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to expand the size for snap."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapExpandTable(3) hh3cSnapExpandEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.4
hh3cSnapCopyTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity about snapshot copy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.4.1
hh3cSnapCopyEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnapLvIndex }
  DESCRIPTION	"An entry containing snapshot copy information applicable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapCopyTable(4) 1 }

.1.3.6.1.4.1.25506.10.2.1.4.1.1
hh3cSnapCopyLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the index of destination logic volume for
        snapshot copy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapCopyTable(4) hh3cSnapCopyEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.4.1.2
hh3cSnapCopyPercentage OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the percentage of snapshot copy. The value
        is equal to zero if the snapshot copy has not started. When finished,
        the value is always equal to '100'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapCopyTable(4) hh3cSnapCopyEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.4.1.3
hh3cSnapCopyStartTime OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the time to start the snapshot copy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapCopyTable(4) hh3cSnapCopyEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.4.1.4
hh3cSnapCopySwitch OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {start(1), stop(2), none(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object describes the actions to start or stop the snapshot copy.
        When read, the value of 'none' will be get.
        Note that if the snapshot resource of source logic volume has not been
        created, the action of snapshot copy will be refused by agent."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSnapCopyTable(4) hh3cSnapCopyEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.5
hh3cTimeMarkConfigTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config a TimeMark on a special logic
        volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 5 }

.1.3.6.1.4.1.25506.10.2.1.5.1
hh3cTimeMarkConfigEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnapLvIndex }
  DESCRIPTION	"An entry containing config information applicable to the TimeMark."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkConfigTable(5) 1 }

.1.3.6.1.4.1.25506.10.2.1.5.1.1
hh3cTimeMarkCounts OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32 (1..255) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the max num of TimeMark which can be configed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkConfigTable(5) hh3cTimeMarkConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.5.1.2
hh3cTimeMarkInitializeTime OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the date and time when the first TimeMark
        is created on the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkConfigTable(5) hh3cTimeMarkConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.5.1.3
hh3cTimeMarkInterval OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the interval when the TimeMark is created
        automatically if the value of this object is not equal to zero.
        The units is second. the min value is 10 seconds."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkConfigTable(5) hh3cTimeMarkConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.5.1.4
hh3cTimeMarkLastTime OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the date and time when the latest TimeMark
        is created on the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkConfigTable(5) hh3cTimeMarkConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.5.1.5
hh3cTimeMarkTotal OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the current num of TimeMark."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkConfigTable(5) hh3cTimeMarkConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.10.2.1.5.1.6
hh3cTimeMarkSwitch OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes enable or disable TimeMark."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkConfigTable(5) hh3cTimeMarkConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.10.2.1.6
hh3cTimeMarkCreateTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to create a TimeMark on a special logic
        volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 6 }

.1.3.6.1.4.1.25506.10.2.1.6.1
hh3cTimeMarkCreateEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnapLvIndex, hh3cTimeMarkStamp }
  DESCRIPTION	"An entry containing create information applicable to the TimeMark."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCreateTable(6) 1 }

.1.3.6.1.4.1.25506.10.2.1.6.1.1
hh3cTimeMarkStamp OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the date and time the TimeMark is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCreateTable(6) hh3cTimeMarkCreateEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.6.1.2
hh3cTimeMarkComment OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the comment of the TimeMark."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCreateTable(6) hh3cTimeMarkCreateEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.6.1.3
hh3cTimeMarkSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the current size of the TimeMark."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCreateTable(6) hh3cTimeMarkCreateEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.6.1.4
hh3cTimeMarkRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action to create or delete the TimeMark.
        Note that the TimeMark can not be deleted if it is using."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCreateTable(6) hh3cTimeMarkCreateEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.7
hh3cTimeMarkCopyTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity about a TimeMark copy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 7 }

.1.3.6.1.4.1.25506.10.2.1.7.1
hh3cTimeMarkCopyEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnapLvIndex, hh3cTimeMarkStamp }
  DESCRIPTION	"An entry containing config information applicable to the TimeMark copy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCopyTable(7) 1 }

.1.3.6.1.4.1.25506.10.2.1.7.1.1
hh3cTMCopyDestLvId OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the index of destination logic volume for
        TimeMark copy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCopyTable(7) hh3cTimeMarkCopyEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.7.1.2
hh3cTMCopyPercentage OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the percentage of TimeMark copy. The value
        is equal to zero if the TimeMark copy has not started. When finished,
        the value is always equal to '100'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCopyTable(7) hh3cTimeMarkCopyEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.7.1.3
hh3cTMCopyStartTime OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the time to start the TimeMark copy."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCopyTable(7) hh3cTimeMarkCopyEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.7.1.4
hh3cTMCopySwitch OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {start(1), stop(2), none(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object describes the actions to start or stop the TimeMark copy.
        When read, the value of 'none' will be get."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkCopyTable(7) hh3cTimeMarkCopyEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.8
hh3cTimeMarkRollbackTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to use a TimeMark to rollback the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 8 }

.1.3.6.1.4.1.25506.10.2.1.8.1
hh3cTimeMarkRollbackEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnapLvIndex, hh3cTimeMarkStamp }
  DESCRIPTION	"An entry containing config information applicable to use a TimeMark to rollback the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkRollbackTable(8) 1 }

.1.3.6.1.4.1.25506.10.2.1.8.1.1
hh3cTMRollbackPercentage OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the percentage of rollback."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkRollbackTable(8) hh3cTimeMarkRollbackEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.8.1.2
hh3cTMRollbackStartTime OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the time to start the rollback."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkRollbackTable(8) hh3cTimeMarkRollbackEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.8.1.3
hh3cTMRollbackSwitch OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageActionType
  SYNTAX	INTEGER {action(1), invalid(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object describes the actions to use a TimeMark to rollback the logic volume.
        Note that once you roll back, you cannot roll forward, all the later TimeMark behind it
        will be deleted."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeMarkRollbackTable(8) hh3cTimeMarkRollbackEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.9
hh3cTimeViewTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config a TimeView on a special
        TimeMark."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 9 }

.1.3.6.1.4.1.25506.10.2.1.9.1
hh3cTimeViewEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSnapLvIndex, hh3cTimeViewStamp }
  DESCRIPTION	"An entry containing config information applicable to the TimeView."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeViewTable(9) 1 }

.1.3.6.1.4.1.25506.10.2.1.9.1.1
hh3cTimeViewStamp OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the TimeView. The object identified by this
        index is the same object as identified by the same value of 
        hh3cTimeMarkStamp."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeViewTable(9) hh3cTimeViewEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.9.1.2
hh3cTimeViewID OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the TimeView. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeViewTable(9) hh3cTimeViewEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.9.1.3
hh3cTimeViewName OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the name of the TimeView."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeViewTable(9) hh3cTimeViewEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.9.1.4
hh3cTimeViewRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to create or delete the TimeView."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cTimeViewTable(9) hh3cTimeViewEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.10
hh3cReplicaConfigTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config replication for a logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 10 }

.1.3.6.1.4.1.25506.10.2.1.10.1
hh3cReplicaConfigEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRepLocalLvIndex }
  DESCRIPTION	"An entry containing config information applicable to the replication for a logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) 1 }

.1.3.6.1.4.1.25506.10.2.1.10.1.1
hh3cRepLocalLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the local logic volume that is related with 
        replication. The object identified by this index is the same object 
        as identified by the same value of hh3cSnapLvIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.10.1.2
hh3cLvRepLocalWay OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {outgoing(1), incoming(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of 'outgoing' means the hh3cRepLocalLvIndex is the primary logic 
        volume of replication, and the hh3cRepRemoteLvIndex is the replica logic volume.
        The value of 'incoming' means the hh3cRepLocalLvIndex is the replica logic 
        volume of replication. , and the hh3cRepRemoteLvIndex is the primary logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.10.1.3
hh3cRepLocalServerIP OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the ip address of local server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.10.1.4
hh3cRepLocalServerIPType OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the ip address type of local server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.10.1.5
hh3cRepLocalServerName OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the name of local server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.10.2.1.10.1.6
hh3cRepLocalServerUsername OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the username of local server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.10.2.1.10.1.7
hh3cRepLocalServerPassword OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the password of local server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.10.2.1.10.1.8
hh3cRepRemoteServerIP OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the ip address of remote server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.10.2.1.10.1.9
hh3cRepRemoteServerIPType OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the ip address type of remote server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.10.2.1.10.1.10
hh3cRepRemoteServerName OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the name of remote server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.10.2.1.10.1.11
hh3cRepRemoteServerUsername OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	OCTET STRING (1..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the username of remote server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.10.2.1.10.1.12
hh3cRepRemoteServerPassword OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	OCTET STRING (1..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the password of remote server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.10.2.1.10.1.13
hh3cRepRemoteLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the logic volume of remote server."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.10.2.1.10.1.14
hh3cReplicaMode OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {adaptive(1), remote(2), none(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the replication mode:
        The value of 'adaptive' means that data from the primary resource is 
        continuously replicated to a replica resource unless the system determines 
        it is not practical or possible.
        The value of 'remote' means that a snapshot is taken of the primary resource at 
        prescribed intervals based on the criteria you set (schedule and/or watermark 
        value).
        Note that the associated Continuous Replication Resource can not be created
        if the value of this boject is not equal to 'adaptive'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 14 }

.1.3.6.1.4.1.25506.10.2.1.10.1.15
hh3cReplicaWatermark OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the size of watermark which means a replication is scheduled."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 15 }

.1.3.6.1.4.1.25506.10.2.1.10.1.16
hh3cReplicaWatermarkRetry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the 'hh3cReplicaWatermark' is set, This object identifies the interval time to 
        retry if the last replication is failed. 
        The units is minute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 16 }

.1.3.6.1.4.1.25506.10.2.1.10.1.17
hh3cReplicaInitializeTime OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the time to start an initial replication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 17 }

.1.3.6.1.4.1.25506.10.2.1.10.1.18
hh3cReplicaInterval OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies how often the replication should be repeated after initial 
        replication. The units is minute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 18 }

.1.3.6.1.4.1.25506.10.2.1.10.1.19
hh3cReplicaEncrypt OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the encrypt option is enable or diable."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 19 }

.1.3.6.1.4.1.25506.10.2.1.10.1.20
hh3cReplicaCompress OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the compress option is enable or diable."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 20 }

.1.3.6.1.4.1.25506.10.2.1.10.1.21
hh3cReplicaUseExistTM OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies if using the exist TimeMark to replicate or not."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 21 }

.1.3.6.1.4.1.25506.10.2.1.10.1.22
hh3cReplicaProtocol OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {tcp(1), rudp(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the protocol about replication. The value 'tcp' means
        Transmission Control Protocol, and 'rudp' means Reliable User Datagram Protocol."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 22 }

.1.3.6.1.4.1.25506.10.2.1.10.1.23
hh3cReplicaScanDiff OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the system to scan both the primary and replica resource 
        to determine how much data needs to be synchronized."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 23 }

.1.3.6.1.4.1.25506.10.2.1.10.1.24
hh3cReplicaStatSwitch OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {promte(1), sync(2), scan(3), reversal(4), stop(5), suspend(6), resume(7), none(8)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action how to operate the replica.
        When read , a value of 'none' will be get.
        The value of 'promte' means remove the replication relation and promote 
        the remote copy on the target server.
        The value of 'sync' means synchronize mannually (force a replication that 
        is not scheduled.)        
        The value of 'scan' means scan the delta data between primary resource and 
        replica resource.
        The value of 'reversal' means switch the roles of the primary resource and 
        replica resource. The replication configuration is maintained. The primary 
        and replica must be synchronized in order to reverse a replica. 
        The value of 'stop' means stop a replication that is currently in progress.
        The value of 'suspend' means suspend future replications from automatically 
        being triggered by replication policies (watermark, interval, time). This will 
        not stop a replication that is currently in progress.
        The value of 'resume' means resume the replication status from suspended to 
        normal.
        Note that if the action of 'upgrade' is executed successfully, this replica
        resource will become a normal logic volume, and this entry will be deleted
        automatically.
        Note that if the action of 'reversal' is executed successfully, Clients will 
        be disconnected from the former primary resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 24 }

.1.3.6.1.4.1.25506.10.2.1.10.1.25
hh3cReplicaRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action to enable or disable the replication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaConfigTable(10) hh3cReplicaConfigEntry(1) 25 }

.1.3.6.1.4.1.25506.10.2.1.11
hh3cReplicaStateTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to show replication state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 11 }

.1.3.6.1.4.1.25506.10.2.1.11.1
hh3cReplicaStateEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRepLocalLvIndex }
  DESCRIPTION	"An entry containing show information applicable to the replication state."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaStateTable(11) 1 }

.1.3.6.1.4.1.25506.10.2.1.11.1.1
hh3cReplicaDelta OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the size of delta data after last sync."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaStateTable(11) hh3cReplicaStateEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.11.1.2
hh3cReplicaLastSyncTime OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the date and time when last sync is taken."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaStateTable(11) hh3cReplicaStateEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.11.1.3
hh3cReplicaNextSyncTime OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the date and time when next sync will be
        taken."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaStateTable(11) hh3cReplicaStateEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.11.1.4
hh3cReplicaSyncTotalSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies how much data need to be synchronized to 
        the replica resource for current replication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaStateTable(11) hh3cReplicaStateEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.11.1.5
hh3cReplicaSyncCurPercentage OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies how much data has been synchronized to the 
        replica resource for current replication."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaStateTable(11) hh3cReplicaStateEntry(1) 5 }

.1.3.6.1.4.1.25506.10.2.1.11.1.6
hh3cReplicaSyncPerformance OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the performance of the synchronize. The unit is MB/s."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaStateTable(11) hh3cReplicaStateEntry(1) 6 }

.1.3.6.1.4.1.25506.10.2.1.11.1.7
hh3cReplicaRunStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {suspend(1), idle(2), stop(3), sync(4), scan(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the state of the replica."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cReplicaStateTable(11) hh3cReplicaStateEntry(1) 7 }

.1.3.6.1.4.1.25506.10.2.1.12
hh3cCDRConfigTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config Continuous Replication Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 12 }

.1.3.6.1.4.1.25506.10.2.1.12.1
hh3cCDRConfigEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCDRLvIndex }
  DESCRIPTION	"An entry containing some information applicable to Continuous Replication 
        Resource of the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRConfigTable(12) 1 }

.1.3.6.1.4.1.25506.10.2.1.12.1.1
hh3cCDRLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the source logic volume of the Continuous Replication 
        Resource. The object identified by this index is the same object as identified 
        by the same value of hh3cRepLocalLvIndex.
        Note that an entry of hh3cCDRConfigTable can be created only when the associated 
        hh3cCDRDistributeTable's objects is ready or the associated select policy is not 
        equal to 'none'.
        If an entry is deleted, the associated hh3cCDRDistributeTable objects should be 
        deleted automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRConfigTable(12) hh3cCDRConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.12.1.2
hh3cCDRID OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the Continuous Replication Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRConfigTable(12) hh3cCDRConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.12.1.3
hh3cCDRStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageOnlineState
  SYNTAX	INTEGER {online(1), offline(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the state of the Continuous Replication Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRConfigTable(12) hh3cCDRConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.12.1.4
hh3cCDRTotalSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the total size of the Continuous Replication Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRConfigTable(12) hh3cCDRConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.12.1.5
hh3cCDRFreeSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the free size of the Continuous Replication Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRConfigTable(12) hh3cCDRConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.10.2.1.12.1.6
hh3cCDRSelectPolicy OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cExtendSelectPolicy
  SYNTAX	INTEGER {differentAdapter(1), differentDrive(2), anyDrive(3), none(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the policy about allocating the space for Continuous 
        Replication Resource."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRConfigTable(12) hh3cCDRConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.10.2.1.12.1.7
hh3cCDRRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action to create or delete the Continuous Replication 
        Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRConfigTable(12) hh3cCDRConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.10.2.1.13
hh3cCDRDistributeTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config the distribution of Continuous Replication 
        Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 13 }

.1.3.6.1.4.1.25506.10.2.1.13.1
hh3cCDRDistributeEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cCDRDistLvIndex, hh3cCDRRaidUuid }
  DESCRIPTION	"An entry containing some information applicable to the distribution of Continuous 
        Replication Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRDistributeTable(13) 1 }

.1.3.6.1.4.1.25506.10.2.1.13.1.1
hh3cCDRDistLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is identical to hh3cLvIndex in HH3C-LOGIC-VOLUME-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRDistributeTable(13) hh3cCDRDistributeEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.13.1.2
hh3cCDRRaidUuid OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is identical to hh3cRaidUuid in HH3C-RAID-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRDistributeTable(13) hh3cCDRDistributeEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.13.1.3
hh3cCDRRaidSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the size on the special raid distributed
        for the Continuous Replication Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRDistributeTable(13) hh3cCDRDistributeEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.13.1.4
hh3cCDRExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action to create the distribution
        for the Continuous Replication Resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cCDRDistributeTable(13) hh3cCDRDistributeEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.14
hh3cSafeCacheConfigTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config SafeCache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 14 }

.1.3.6.1.4.1.25506.10.2.1.14.1
hh3cSafeCacheConfigEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSafeCacheLvIndex }
  DESCRIPTION	"An entry containing some information applicable to SafeCache of
        the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) 1 }

.1.3.6.1.4.1.25506.10.2.1.14.1.1
hh3cSafeCacheLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the source logic volume of the SafeCache.
        The object identified by this index is the same object as identified
        by the same value of hh3cLvindex.
        Note that an entry of hh3cSafeCacheConfigTable can be created only when
        the associated hh3cSafeCacheDistributeTable's objects is ready or the associated
        select policy is not equal to 'none'.
        If an entry is deleted, the associated hh3cSafeCacheDistributeTable
        objects should be deleted automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.14.1.2
hh3cSafeCacheID OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies a SafeCache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.14.1.3
hh3cSafeCacheStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageOnlineState
  SYNTAX	INTEGER {online(1), offline(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the state of the SafeCache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.14.1.4
hh3cSafeCacheTotalSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the total size of the SafeCache.
        The units is million bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.14.1.5
hh3cSafeCacheFreeSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the free size of the SafeCache.
        The units is million bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.10.2.1.14.1.6
hh3cSafeCacheSelectPolicy OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cExtendSelectPolicy
  SYNTAX	INTEGER {differentAdapter(1), differentDrive(2), anyDrive(3), none(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the policy about allocating the space for SafeCache."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.10.2.1.14.1.7
hh3cSafeCacheThreshold OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the maximal percentage of date changed
        before data flushing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.10.2.1.14.1.8
hh3cSafeCacheFlushTime OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the period during which the date can stay
        in cache before data flushing.
        The units is second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.10.2.1.14.1.9
hh3cSafeCacheFlushCommand OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32 (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the number of commands when data flushing."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.10.2.1.14.1.10
hh3cSafeCacheSkipDupWrite OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies skip duplicate write commands or not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.10.2.1.14.1.11
hh3cSafeCacheRunStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {run(1), suspend(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the run state of the SafeCache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.10.2.1.14.1.12
hh3cSafeCacheSwitch OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {suspend(1), resume(2), none(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action of the SafeCache.
        The value 'suspend' means suspend the SafeCache.
        The value 'resume' means resume the SafeCache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.10.2.1.14.1.13
hh3cSafeCacheRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action to create or delete the SafeCache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheConfigTable(14) hh3cSafeCacheConfigEntry(1) 13 }

.1.3.6.1.4.1.25506.10.2.1.15
hh3cSafeCacheDistributeTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config the SafeCache resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 15 }

.1.3.6.1.4.1.25506.10.2.1.15.1
hh3cSafeCacheDistributeEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSafeCacheDistLvIndex, hh3cSafeCacheRaidUuid }
  DESCRIPTION	"An entry containing some information applicable to SafeCache
        resource of the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheDistributeTable(15) 1 }

.1.3.6.1.4.1.25506.10.2.1.15.1.1
hh3cSafeCacheDistLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is identical to hh3cLvIndex in HH3C-LOGIC-VOLUME-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheDistributeTable(15) hh3cSafeCacheDistributeEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.15.1.2
hh3cSafeCacheRaidUuid OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is identical to hh3cRaidUuid in HH3C-RAID-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheDistributeTable(15) hh3cSafeCacheDistributeEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.15.1.3
hh3cSafeCacheRaidSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the size on the special raid distributed
        for the SafeCache resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheDistributeTable(15) hh3cSafeCacheDistributeEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.15.1.4
hh3cSafeCacheExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action to create the distribution
        for the SafeCache resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cSafeCacheDistributeTable(15) hh3cSafeCacheDistributeEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.16
hh3cMirrorConfigTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config mirror."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 16 }

.1.3.6.1.4.1.25506.10.2.1.16.1
hh3cMirrorConfigEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirrorLvIndex }
  DESCRIPTION	"An entry containing some information applicable to mirror for
        the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) 1 }

.1.3.6.1.4.1.25506.10.2.1.16.1.1
hh3cMirrorLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the source logic volume of the mirror.
        The object identified by this index is the same object as identified
        by the same value of hh3cLvindex.
        Note that an entry of hh3cMirrorConfigTable can be created only when
        the associated hh3cMirrorDistributeTable's objects is ready or the associated
        select policy is not equal to 'none'.
        If an entry is deleted, the associated hh3cMirrorDistributeTable
        objects should be deleted automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.16.1.2
hh3cMirrorType OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {sync(1), async(2), none(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the type of the mirror."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.16.1.3
hh3cMirrorStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cStorageOnlineState
  SYNTAX	INTEGER {online(1), offline(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the state of the mirror resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.16.1.4
hh3cMirrorName OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the name of the mirror resource. it is used when 
        promote mirror resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 4 }

.1.3.6.1.4.1.25506.10.2.1.16.1.5
hh3cMirrorSyncPercentage OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the percentage of the mirror sync."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 5 }

.1.3.6.1.4.1.25506.10.2.1.16.1.6
hh3cMirrorSyncPerformance OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the performance of the mirror sync. The unit is MB/S"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 6 }

.1.3.6.1.4.1.25506.10.2.1.16.1.7
hh3cMirrorDelta OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies size of delta data after the last
        mirror sync."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 7 }

.1.3.6.1.4.1.25506.10.2.1.16.1.8
hh3cMirrorRaidType OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {virtual(1), serviceEnable(2), none(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the raid type of the mirror resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 8 }

.1.3.6.1.4.1.25506.10.2.1.16.1.9
hh3cMirrorSelectPolicy OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cExtendSelectPolicy
  SYNTAX	INTEGER {differentAdapter(1), differentDrive(2), anyDrive(3), none(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the policy about allocating the space 
        for mirror resource."
  DEFVAL	{ none }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 9 }

.1.3.6.1.4.1.25506.10.2.1.16.1.10
hh3cMirrorSwitch OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	INTEGER {sync(1), swap(2), promote(3), none(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the state of the mirror.
        The value of 'sync' means synchronize mannually.        
        The value of 'swap' means switch the roles of the primary resource and 
        mirror resource. 
        The value of 'promte' means break the mirrored pair and convert the mirror 
        resource into an independent logic volume. The new logic volume will have 
        all of the properties of a regular logic volume.
        Note that if the action of 'promte' is executed successfully, this mirror
        resource will become a primary logic volume, and this entry will be deleted
        automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 10 }

.1.3.6.1.4.1.25506.10.2.1.16.1.11
hh3cMirrorExtendRaidUuid OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the raid of the mirror resource when the primary
        logic volume resource is extended."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 11 }

.1.3.6.1.4.1.25506.10.2.1.16.1.12
hh3cMirrorRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action to create or delete the mirror resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorConfigTable(16) hh3cMirrorConfigEntry(1) 12 }

.1.3.6.1.4.1.25506.10.2.1.17
hh3cMirrorDistributeTable OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity to config the mirror resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) 17 }

.1.3.6.1.4.1.25506.10.2.1.17.1
hh3cMirrorDistributeEntry OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cMirrorDistLvIndex, hh3cMirrorRaidUuid }
  DESCRIPTION	"An entry containing some information applicable to mirror
        resource for the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorDistributeTable(17) 1 }

.1.3.6.1.4.1.25506.10.2.1.17.1.1
hh3cMirrorDistLvIndex OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is identical to hh3cLvIndex in HH3C-LOGIC-VOLUME-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorDistributeTable(17) hh3cMirrorDistributeEntry(1) 1 }

.1.3.6.1.4.1.25506.10.2.1.17.1.2
hh3cMirrorRaidUuid OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is identical to hh3cRaidUuid in HH3C-RAID-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorDistributeTable(17) hh3cMirrorDistributeEntry(1) 2 }

.1.3.6.1.4.1.25506.10.2.1.17.1.3
hh3cMirrorRaidSize OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the size on the special raid distributed
        for the mirror resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorDistributeTable(17) hh3cMirrorDistributeEntry(1) 3 }

.1.3.6.1.4.1.25506.10.2.1.17.1.4
hh3cMirrorExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-STORAGE-SNAP-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the action to create or delete the distribution
        for the mirror resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cStorageSnap(2) hh3cSnapMibObjects(1) hh3cMirrorDistributeTable(17) hh3cMirrorDistributeEntry(1) 4 }

.1.3.6.1.4.1.25506.10.3
hh3cDisk OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-DISK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) 3 }

.1.3.6.1.4.1.25506.10.3.1
hh3cDiskMibObjects OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) 1 }

.1.3.6.1.4.1.25506.10.3.1.1
hh3cDiskTable OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains some entity extend information of the disk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) 1 }

.1.3.6.1.4.1.25506.10.3.1.1.1
hh3cDiskEntry OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cDiskIndex }
  DESCRIPTION	"An entry containing management information applicable to the disk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) 1 }

.1.3.6.1.4.1.25506.10.3.1.1.1.1
hh3cDiskIndex OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the entity index of disk. The object
        identified by this index is the same object as identified by the
        same value of entPhysicalIndex."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 1 }

.1.3.6.1.4.1.25506.10.3.1.1.1.2
hh3cDiskPortType OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	INTEGER {sata(1), pata(2), sas(3), scsi(4), ieee1394(5), fcal(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the interface type of disk.
        The value 'sata' means serial advanced technology attachment.
        The value 'pata' means parallel advanced technology attachment.
        The value 'sas' means serial attached SCSI.
        The value 'scsi' means small computer system interface.
        The value 'ieee1394' means a type of bus standard.
        The value 'fcal' means fiber channel arbitrated loop."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 2 }

.1.3.6.1.4.1.25506.10.3.1.1.1.3
hh3cDiskPortSpeed OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the speed of disk interface.
        The units is million bytes per second."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 3 }

.1.3.6.1.4.1.25506.10.3.1.1.1.4
hh3cDiskSize OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the size of disk's total space. The units
        is million bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 4 }

.1.3.6.1.4.1.25506.10.3.1.1.1.5
hh3cDiskFreeSpace OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the size of spare space of the disk. The
        units is million bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 5 }

.1.3.6.1.4.1.25506.10.3.1.1.1.6
hh3cDiskLocationState OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the led used to confirm the
        position of disk is enable."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 6 }

.1.3.6.1.4.1.25506.10.3.1.1.1.7
hh3cDiskRunLedState OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	INTEGER {on(1), blink(2), fastblink(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the runing state of the disk.
        The value of 'on' means the blue led is on, and the disk works well.
        The value of 'blink' means the blue led is blinking, and the disk
        is being readed or writed.
        The value of 'fastblink' means the blue led is blinking very fast,
        and the disk is being located.
        This object can not be 'fastblink' when the value of associated
        hh3cDiskLocationState object is equal to 'disable'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 7 }

.1.3.6.1.4.1.25506.10.3.1.1.1.8
hh3cDiskFaultLedState OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	INTEGER {off(1), on(2), blink(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the fault state of the disk.
        The value of 'off' means the yellow led is go out, and the disk
        works well.
        The value of 'on' means the yellow led is on, and the disk break
        down.
        The value of 'blink' means the yellow led is blinking, and a group
        of raid disk is being synchronized."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 8 }

.1.3.6.1.4.1.25506.10.3.1.1.1.9
hh3cDiskInitialize OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  -- TEXTUAL CONVENTION Hh3cStorageActionType
  SYNTAX	INTEGER {action(1), invalid(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The operation of initialize the disk. When the value of this object
        is set to 'action', the operation of disk initialize are touched off."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 9 }

.1.3.6.1.4.1.25506.10.3.1.1.1.10
hh3cDiskGlobalSpare OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	INTEGER {globalSpare(1), nonglobalSpare(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the disk is a global hot spare disk.
        The value 'globalSpare' means it is a global spare disk, and
        the value 'nonglobalSpare' means not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 10 }

.1.3.6.1.4.1.25506.10.3.1.1.1.11
hh3cDiskLocalSpare OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	INTEGER {localSpare(1), nonlocalSpare(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the disk is a specific hot spare disk.
        The value 'localSpare' means it is a local spare disk, and
        'nonlocalSpare' means not."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 11 }

.1.3.6.1.4.1.25506.10.3.1.1.1.12
hh3cDiskReadCache OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the state of read cache."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 12 }

.1.3.6.1.4.1.25506.10.3.1.1.1.13
hh3cDiskWriteCache OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the state of write cache."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 13 }

.1.3.6.1.4.1.25506.10.3.1.1.1.14
hh3cDiskPowerOffReason OBJECT-TYPE
  -- FROM	HH3C-DISK-MIB
  SYNTAX	INTEGER {environmentUnstable(1), mediumError(2), smartCheckError(3), generalError(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the reason of disk poweroff.
        The value 'environmentUnstable' means disk poweroff and may poweron again.
        The value 'mediumError' means disk poweroff and never poweron.
        The value 'smartCheckError' means disk's SMART check failed and poweroff.
        The value 'generalError' means disk poweroff because of general error."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cDisk(3) hh3cDiskMibObjects(1) hh3cDiskTable(1) hh3cDiskEntry(1) 14 }

.1.3.6.1.4.1.25506.10.4
hh3cRaid OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-RAID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) 4 }

.1.3.6.1.4.1.25506.10.4.1
hh3cRaidMibObjects OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) 1 }

.1.3.6.1.4.1.25506.10.4.1.1
hh3cRaidCapacityTable OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) 1 }

.1.3.6.1.4.1.25506.10.4.1.1.1
hh3cPrimaryRaidCount OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the maximal number of primary raids supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCapacityTable(1) 1 }

.1.3.6.1.4.1.25506.10.4.1.2
hh3cRaidTable OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table containing some property information of the array."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) 2 }

.1.3.6.1.4.1.25506.10.4.1.2.1
hh3cRaidEntry OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRaidName }
  DESCRIPTION	"An entry containing management information applicable
        to create array resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) 1 }

.1.3.6.1.4.1.25506.10.4.1.2.1.1
hh3cRaidName OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"This object identifies the name of the array."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 1 }

.1.3.6.1.4.1.25506.10.4.1.2.1.2
hh3cRaidId OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the identification of the array."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 2 }

.1.3.6.1.4.1.25506.10.4.1.2.1.3
hh3cRaidUuid OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the UUID of the array."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 3 }

.1.3.6.1.4.1.25506.10.4.1.2.1.4
hh3cRaidLevel OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	INTEGER {jbod(1), raid0(2), raid1(3), raid2(4), raid3(5), raid4(6), raid5(7), raid6(8), raid10(9), raid50(10)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the type of array.
        The value 'jbod' means just a bunch of disks,
        the value 'raid0' means RAID Level 0, and so on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 4 }

.1.3.6.1.4.1.25506.10.4.1.2.1.5
hh3cRaidTimestamp OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION DateAndTime
  SYNTAX	OCTET STRING (8 | 11) 
  DISPLAY-HINT	"2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the system time when the array is created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 5 }

.1.3.6.1.4.1.25506.10.4.1.2.1.6
hh3cRaidDiskList OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	OCTET STRING (2..256) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes a list of the disk composed the array,
        each two bytes with network-byte order means a single entity index
        of the disk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 6 }

.1.3.6.1.4.1.25506.10.4.1.2.1.7
hh3cRaidOwner OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cStorageOwnerType
  SYNTAX	INTEGER {spa(1), spb(2), none(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the owner of the array."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 7 }

.1.3.6.1.4.1.25506.10.4.1.2.1.8
hh3cRaidSize OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the size of array's total space. The
        units is million bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 8 }

.1.3.6.1.4.1.25506.10.4.1.2.1.9
hh3cRaidFreeSize OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the size of array's vacancy space. The
        units is million bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 9 }

.1.3.6.1.4.1.25506.10.4.1.2.1.10
hh3cRaidAutoSync OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies if the raid should be synchro automatically
        when created."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 10 }

.1.3.6.1.4.1.25506.10.4.1.2.1.11
hh3cRaidRowStatus OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to crate or delete an array."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidTable(2) hh3cRaidEntry(1) 11 }

.1.3.6.1.4.1.25506.10.4.1.3
hh3cRaidManageTable OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table containing some management information of the array."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) 3 }

.1.3.6.1.4.1.25506.10.4.1.3.1
hh3cRaidManageEntry OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRaidUuid }
  DESCRIPTION	"An entry containing management information applicable
        to particular array resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidManageTable(3) 1 }

.1.3.6.1.4.1.25506.10.4.1.3.1.1
hh3cRaidLocationState OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the array can be located."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidManageTable(3) hh3cRaidManageEntry(1) 1 }

.1.3.6.1.4.1.25506.10.4.1.3.1.2
hh3cRaidAction OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	INTEGER {run(1), pause(2), rebuild(3), invalid(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the actions to operating the array. When
        read, this object always returns the value 'invalid'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidManageTable(3) hh3cRaidManageEntry(1) 2 }

.1.3.6.1.4.1.25506.10.4.1.3.1.3
hh3cRaidRunState OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	INTEGER {normal(1), degraded(2), failed(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the state of the array.
        The value 'normal' means array works well.
        The value 'degraded' means array has degraded.
        The value 'failed' means some disks met failure and array has failed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidManageTable(3) hh3cRaidManageEntry(1) 3 }

.1.3.6.1.4.1.25506.10.4.1.3.1.4
hh3cRaidAutoRebuild OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the array can be auto rebuild."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidManageTable(3) hh3cRaidManageEntry(1) 4 }

.1.3.6.1.4.1.25506.10.4.1.3.1.5
hh3cRaidSyncPercentage OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the percentage of progress when the array
        is synchronizing. The value is equal to '100' when the progress
        has finished."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidManageTable(3) hh3cRaidManageEntry(1) 5 }

.1.3.6.1.4.1.25506.10.4.1.3.1.6
hh3cRaidHideState OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies if the array is hided. When the value of
        this object is equal to 'enable', the array will be hided and the
        files on it can not be accessed by any user."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidManageTable(3) hh3cRaidManageEntry(1) 6 }

.1.3.6.1.4.1.25506.10.4.1.3.1.7
hh3cRaidLvRestore OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cStorageActionType
  SYNTAX	INTEGER {action(1), invalid(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies an action to restore all the logic volume
        resources."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidManageTable(3) hh3cRaidManageEntry(1) 7 }

.1.3.6.1.4.1.25506.10.4.1.3.1.8
hh3cRaidType OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	INTEGER {virtualDevice(1), directDevice(2), serviceEnabledDevice(3), unassigned(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the physical type of an array.
         The value 'virtualDevice' means if a array is prepared for virtual device,
         it can be used to create LV, for exampe, it is can be split into a lot of LV,
         or be a part of LV.
         The value 'directDevice' means if a array is prepared for direct device,
         it can be used to create a LV which type is direct.
         Unlike virtual devices, they cannot be combined or split into multiple logical devices.
         The value 'serviceEnabledDevice' means if a array is prepared for service-enabled device,
         it can be used to create a LV which type is service-enabled.
         Unlike virtual devices, they cannot be combined or split into multiple logical devices.
         The value 'unassigned' means it is the original status of a array,
         if a array is unassigned, it can't be used to create LV."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidManageTable(3) hh3cRaidManageEntry(1) 8 }

.1.3.6.1.4.1.25506.10.4.1.4
hh3cRaidCacheTable OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table containing some property information and management
        information of the array cache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) 4 }

.1.3.6.1.4.1.25506.10.4.1.4.1
hh3cRaidCacheEntry OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRaidUuid }
  DESCRIPTION	"An entry containing management information applicable to particular
        array cache resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) 1 }

.1.3.6.1.4.1.25506.10.4.1.4.1.1
hh3cRaidReadCache OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the state of read cache. If the value of
        this object is set to 'disable', the associated percentage of cache
        hit may be invalid."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) hh3cRaidCacheEntry(1) 1 }

.1.3.6.1.4.1.25506.10.4.1.4.1.2
hh3cRaidReadCacheHitPeriod OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32 (1..60) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object describes the period during which how often the
        date matched with the cache when read. The units is minute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) hh3cRaidCacheEntry(1) 2 }

.1.3.6.1.4.1.25506.10.4.1.4.1.3
hh3cRaidReadCacheAverageRate OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the average percentage of cache hit when read."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) hh3cRaidCacheEntry(1) 3 }

.1.3.6.1.4.1.25506.10.4.1.4.1.4
hh3cRaidReadCachePhaseRate OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the percentage of cache hit when read during
        the period set by the hh3cRaidReadCacheHitPeriod object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) hh3cRaidCacheEntry(1) 4 }

.1.3.6.1.4.1.25506.10.4.1.4.1.5
hh3cRaidWriteCache OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the state of write cache. If the value of
        this object is set to 'disable', the associated percentage of cache
        hit may be invalid."
  DEFVAL	{ enable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) hh3cRaidCacheEntry(1) 5 }

.1.3.6.1.4.1.25506.10.4.1.4.1.6
hh3cRaidWriteCacheHitPeriod OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32 (1..60) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object describes the period during which how often the
        date matched with the cache when writed. The units is minute."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) hh3cRaidCacheEntry(1) 6 }

.1.3.6.1.4.1.25506.10.4.1.4.1.7
hh3cRaidWriteCacheAverageRate OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the average percentage of cache hit when writed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) hh3cRaidCacheEntry(1) 7 }

.1.3.6.1.4.1.25506.10.4.1.4.1.8
hh3cRaidWriteCachePhaseRate OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	Integer32 (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the percentage of cache hit when write during
        the period set by the hh3cRaidWriteCacheHitPeriod object."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) hh3cRaidCacheEntry(1) 8 }

.1.3.6.1.4.1.25506.10.4.1.4.1.9
hh3cRaidWriteCacheFlush OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cStorageActionType
  SYNTAX	INTEGER {action(1), invalid(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies an action to flushing the write cache."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidCacheTable(4) hh3cRaidCacheEntry(1) 9 }

.1.3.6.1.4.1.25506.10.4.1.5
hh3cRaidSpareDiskTable OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table described the spare hot disk information."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) 5 }

.1.3.6.1.4.1.25506.10.4.1.5.1
hh3cRaidSpareDiskEntry OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cRaidUuid, entPhysicalIndex }
  DESCRIPTION	"An entry containing management information applicable to a spare
        hot disk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidSpareDiskTable(5) 1 }

.1.3.6.1.4.1.25506.10.4.1.5.1.1
hh3cRaidSpareDiskRowStatus OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to create or delete spare hot
        disk."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cRaidSpareDiskTable(5) hh3cRaidSpareDiskEntry(1) 1 }

.1.3.6.1.4.1.25506.10.4.1.6
hh3cFreezeRaidTable OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table described the freezed raid management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) 6 }

.1.3.6.1.4.1.25506.10.4.1.6.1
hh3cFreezeRaidEntry OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cFreezeRaidUuid }
  DESCRIPTION	"An entry containing management information applicable to manage
        the freezed raid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cFreezeRaidTable(6) 1 }

.1.3.6.1.4.1.25506.10.4.1.6.1.1
hh3cFreezeRaidUuid OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object describes the uuid of the freezed raid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cFreezeRaidTable(6) hh3cFreezeRaidEntry(1) 1 }

.1.3.6.1.4.1.25506.10.4.1.6.1.2
hh3cFreezeRaidName OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the name of the freezed raid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cFreezeRaidTable(6) hh3cFreezeRaidEntry(1) 2 }

.1.3.6.1.4.1.25506.10.4.1.6.1.3
hh3cFreezeRaidRowStatus OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to manage the freezed raid.
        Only the value 'destroy' is supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3cFreezeRaidTable(6) hh3cFreezeRaidEntry(1) 3 }

.1.3.6.1.4.1.25506.10.4.1.7
hh3c3rdRaidTable OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table described the 3rd raid management."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) 7 }

.1.3.6.1.4.1.25506.10.4.1.7.1
hh3c3rdRaidEntry OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3c3rdRaidUuid }
  DESCRIPTION	"An entry containing management information applicable to manage
        the 3rd raid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3c3rdRaidTable(7) 1 }

.1.3.6.1.4.1.25506.10.4.1.7.1.1
hh3c3rdRaidUuid OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object describes the uuid of the 3rd raid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3c3rdRaidTable(7) hh3c3rdRaidEntry(1) 1 }

.1.3.6.1.4.1.25506.10.4.1.7.1.2
hh3c3rdRaidName OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the name of the 3rd raid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3c3rdRaidTable(7) hh3c3rdRaidEntry(1) 2 }

.1.3.6.1.4.1.25506.10.4.1.7.1.3
hh3c3rdRaidOwner OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the owner of the 3rd raid."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3c3rdRaidTable(7) hh3c3rdRaidEntry(1) 3 }

.1.3.6.1.4.1.25506.10.4.1.7.1.4
hh3c3rdRaidImport OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION Hh3cStorageOwnerType
  SYNTAX	INTEGER {spa(1), spb(2), none(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the owner for the 3rd raid. When read,
        the value 'none' will be get.
        If the action is executed successfully, the 3rd raid will become
        a primary raid, and this entry will be deleted automatically."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3c3rdRaidTable(7) hh3c3rdRaidEntry(1) 4 }

.1.3.6.1.4.1.25506.10.4.1.7.1.5
hh3c3rdRaidRowStatus OBJECT-TYPE
  -- FROM	HH3C-RAID-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to manage the 3rd raid.
        Only the value 'destroy' is supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cRaid(4) hh3cRaidMibObjects(1) hh3c3rdRaidTable(7) hh3c3rdRaidEntry(1) 5 }

.1.3.6.1.4.1.25506.10.5
hh3cLogicVolume OBJECT-TYPE
  -- FROM	HH3C-OID-MIB, HH3C-LOGIC-VOLUME-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) 5 }

.1.3.6.1.4.1.25506.10.5.1
hh3cLvMibObjects OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) 1 }

.1.3.6.1.4.1.25506.10.5.1.1
hh3cLogicResourceCapacityObject OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.1.1
hh3cLvCount OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the maximal number of logic volumes supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicResourceCapacityObject(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.1.2
hh3cLvMaxSize OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the maximal size of logic volumes supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicResourceCapacityObject(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.1.3
hh3cTargetCount OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the maximal number of targets supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicResourceCapacityObject(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.1.4
hh3cInitiatorCount OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the maximal number of initiators supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicResourceCapacityObject(1) 4 }

.1.3.6.1.4.1.25506.10.5.1.1.5
hh3cSanClientCount OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the maximal number of SAN client supported."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicResourceCapacityObject(1) 5 }

.1.3.6.1.4.1.25506.10.5.1.2
hh3cLogicVolumeResource OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.2.1
hh3cLvCreateIndex OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object supplys an valid index which uses to create a new
        entry for the hh3cLvTable object. Reference to hh3cLvRowStatus object
        for more information.
        Note that if an entry of the associated table has been created or
        deleted, the historical value of this object may be an invalid index
        to create a new entry for the associated table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) 1 }

.1.3.6.1.4.1.25506.10.5.1.2.2
hh3cLvTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the logic resource information of a
        logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) 2 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1
hh3cLvEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLvIndex }
  DESCRIPTION	"An entry containing management information applicable
        to a particular logic resource."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) 1 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.1
hh3cLvIndex OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cLvIDType
  SYNTAX	OCTET STRING (1..20) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object describes the symbol of a logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.2
hh3cLvName OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	OCTET STRING (1..31) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the name of a logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.3
hh3cLvTotalSize OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the total size of a logic volume. The
        units is million bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.4
hh3cLvCreateRaidUuid OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the ID of array where a logic volume
        build on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 4 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.5
hh3cLvCreateRaidSize OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the size of a logic volume when create it.
        The units is million bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 5 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.6
hh3cLvSedInquiryStringKeep OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies if the inquiry string of the logic volume should
        be reserved. This value of this object is valid only when the associated
        hh3cLvType is equal to 'serviceEnabled'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 6 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.7
hh3cLvSedRaidUuid OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the location where the SED infomation is
        build on."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 7 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.8
hh3cLvState OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	INTEGER {usable(1), unusable(2), conflict(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the state of a logic volume. The value
        'conflict' means the names of two or more logic volume are reduplicate."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 8 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.9
hh3cLvAssigned OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	INTEGER {use(1), unused(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies if the logic volume has be designated for
        target or SAN client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 9 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.10
hh3cLvType OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	INTEGER {virtual(1), direct(2), serviceEnabled(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the type of a logic volume.
         The value 'virtual' means virtual devices are defined as sets of storage blocks
         from one or more physical array. This allows the creation of virtual devices that
         can be a portion of a larger physical array, or an aggregation of multiple physical array.
         The value 'direct' means direct devices are directly mapped SCSI devices.
         Because they are not virtualized, direct devices cannot take advantage of advanced storage options,
         such as mirroring, failover, replication, or snapshot copy.
         The value 'serviceEnabled' means service enabled devices are all maintained in a one-to-one
         mapping relationship(one physical array equals one logical device)."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 10 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.11
hh3cLvExtendTimes OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the times the logic volume has been extended."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 11 }

.1.3.6.1.4.1.25506.10.5.1.2.2.1.12
hh3cLvRowStatus OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to create or delete a logic
        volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLogicVolumeResource(2) hh3cLvTable(2) hh3cLvEntry(1) 12 }

.1.3.6.1.4.1.25506.10.5.1.3
hh3cLvExtTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains the extend resource information of the logic
        volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.3.1
hh3cLvExtEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cLvIndex, hh3cLvRaidUuid }
  DESCRIPTION	"An entry containing management information applicable
        to extend resource of logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLvExtTable(3) 1 }

.1.3.6.1.4.1.25506.10.5.1.3.1.1
hh3cLvRaidUuid OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cRaidIDType
  SYNTAX	OCTET STRING (36..71) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This index is identical to hh3cRaidUuid in HH3C-RAID-MIB."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLvExtTable(3) hh3cLvExtEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.3.1.2
hh3cLvExtSize OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32 (1..2147483647) 
  UNITS	""
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the extend size of the logic volume in a
        specific raid. The units is million bytes.
        This object will always return zero when read."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLvExtTable(3) hh3cLvExtEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.3.1.3
hh3cLvRaidSize OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the size of logic volume on the specific raid.
        The units is million bytes."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLvExtTable(3) hh3cLvExtEntry(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.3.1.4
hh3cLvExtRowStatus OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the action to extend the logic volume."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cLvExtTable(3) hh3cLvExtEntry(1) 4 }

.1.3.6.1.4.1.25506.10.5.1.4
hh3cTargetResource OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 4 }

.1.3.6.1.4.1.25506.10.5.1.4.1
hh3cTargetCreateIndex OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object supplys an valid index which uses to create a new
        entry for the hh3cTargetTable object.
        Note that if an entry of the associated table has been created or
        deleted, the historical value of this object may be an invalid index
        to create a new entry for the associated table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetResource(4) 1 }

.1.3.6.1.4.1.25506.10.5.1.4.2
hh3cTargetTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes some information when creating a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetResource(4) 2 }

.1.3.6.1.4.1.25506.10.5.1.4.2.1
hh3cTargetEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTargetId }
  DESCRIPTION	"An entry containing management information applicable
        to a target when create it."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetResource(4) hh3cTargetTable(2) 1 }

.1.3.6.1.4.1.25506.10.5.1.4.2.1.1
hh3cTargetId OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the ID of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetResource(4) hh3cTargetTable(2) hh3cTargetEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.4.2.1.2
hh3cTargetName OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	OCTET STRING (1..223) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the name of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetResource(4) hh3cTargetTable(2) hh3cTargetEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.4.2.1.3
hh3cTargetMinLun OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32 (0..127) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the mini LUN(logical unit number) number
        of a target."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetResource(4) hh3cTargetTable(2) hh3cTargetEntry(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.4.2.1.4
hh3cTargetRowStatus OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to add or delete the target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetResource(4) hh3cTargetTable(2) hh3cTargetEntry(1) 4 }

.1.3.6.1.4.1.25506.10.5.1.5
hh3cTargetAddressTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table described some address information of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 5 }

.1.3.6.1.4.1.25506.10.5.1.5.1
hh3cTargetAddressEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTargetId, hh3cTargetIpAddrType, hh3cTargetIpAddress }
  DESCRIPTION	"An entry containing management information applicable
        to the address of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetAddressTable(5) 1 }

.1.3.6.1.4.1.25506.10.5.1.5.1.1
hh3cTargetIpAddress OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION InetAddress
  SYNTAX	OCTET STRING (0..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object describes the IP address of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetAddressTable(5) hh3cTargetAddressEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.5.1.2
hh3cTargetIpAddrType OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION InetAddressType
  SYNTAX	INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object describes the type of IP address."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetAddressTable(5) hh3cTargetAddressEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.5.1.3
hh3cTargetIpRowStatus OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to add or delete a IP address
        of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetAddressTable(5) hh3cTargetAddressEntry(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.6
hh3cTargetLvAssignTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes logic resource information of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 6 }

.1.3.6.1.4.1.25506.10.5.1.6.1
hh3cTargetLvAssignEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTargetId, hh3cLvIndex }
  DESCRIPTION	"An entry containing management information applicable
        to the logic resource of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetLvAssignTable(6) 1 }

.1.3.6.1.4.1.25506.10.5.1.6.1.1
hh3cTargetLvLun OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32 (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the init LUN number of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetLvAssignTable(6) hh3cTargetLvAssignEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.6.1.2
hh3cTargetLvRowStatus OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to add or delete
        the logic resource of a target."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetLvAssignTable(6) hh3cTargetLvAssignEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.7
hh3cInitiatorResource OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 7 }

.1.3.6.1.4.1.25506.10.5.1.7.1
hh3cInitiatorCreateIndex OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object supplys an valid index which uses to create a new
        entry for the hh3cInitiatorTable object.
        Note that if an entry of the associated table has been created or
        deleted, the historical value of this object may be an invalid index
        to create a new entry for the associated table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cInitiatorResource(7) 1 }

.1.3.6.1.4.1.25506.10.5.1.7.2
hh3cInitiatorTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the creation information of initiators."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cInitiatorResource(7) 2 }

.1.3.6.1.4.1.25506.10.5.1.7.2.1
hh3cInitiatorEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSanClientId, hh3cInitiatorId }
  DESCRIPTION	"An entry containing management information applicable to the creation
        of initiator."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cInitiatorResource(7) hh3cInitiatorTable(2) 1 }

.1.3.6.1.4.1.25506.10.5.1.7.2.1.1
hh3cInitiatorId OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the ID of the initiator."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cInitiatorResource(7) hh3cInitiatorTable(2) hh3cInitiatorEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.7.2.1.2
hh3cInitiatorName OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	OCTET STRING (1..223) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the name of the initiator."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cInitiatorResource(7) hh3cInitiatorTable(2) hh3cInitiatorEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.7.2.1.3
hh3cInitiatorRowStatus OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to add or delete initiators."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cInitiatorResource(7) hh3cInitiatorTable(2) hh3cInitiatorEntry(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.8
hh3cTargetInitiatorAssociateTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes the associate information between the target and
        initiator."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 8 }

.1.3.6.1.4.1.25506.10.5.1.8.1
hh3cTargetInitiatorAssociateEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTargetId, hh3cInitiatorId }
  DESCRIPTION	"An entry containing management information applicable
        to association between the target and initiator."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetInitiatorAssociateTable(8) 1 }

.1.3.6.1.4.1.25506.10.5.1.8.1.1
hh3cTIAccessMode OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	INTEGER {read(1), write(2), nonexclusive(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the mode of accessing between the target
        and initiator.
        The value 'read' means read available.
        The value 'write' means read/write available, and write available only for one association.
        The value 'nonexclusive' means read/write available for multi-association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetInitiatorAssociateTable(8) hh3cTargetInitiatorAssociateEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.8.1.2
hh3cTIChap OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cStorageEnableState
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the state of the chap attestation."
  DEFVAL	{ disable }
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetInitiatorAssociateTable(8) hh3cTargetInitiatorAssociateEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.8.1.3
hh3cTIUserName OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	OCTET STRING (1..128) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the user name for the chap attestation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetInitiatorAssociateTable(8) hh3cTargetInitiatorAssociateEntry(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.8.1.4
hh3cTIPassword OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	OCTET STRING (12..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the password for the chap attestation.
        It is proclaimed and can be modified."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetInitiatorAssociateTable(8) hh3cTargetInitiatorAssociateEntry(1) 4 }

.1.3.6.1.4.1.25506.10.5.1.8.1.5
hh3cTIRowStatus OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to add or delete the association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTargetInitiatorAssociateTable(8) hh3cTargetInitiatorAssociateEntry(1) 5 }

.1.3.6.1.4.1.25506.10.5.1.9
hh3cTISessionTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table described the information of the sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 9 }

.1.3.6.1.4.1.25506.10.5.1.9.1
hh3cTISessionEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cTargetId, hh3cTISessionId }
  DESCRIPTION	"An entry containing management information applicable
        to the sessions."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTISessionTable(9) 1 }

.1.3.6.1.4.1.25506.10.5.1.9.1.1
hh3cTISessionId OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cSessionIDType
  SYNTAX	OCTET STRING (1..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the ID of a session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTISessionTable(9) hh3cTISessionEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.9.1.2
hh3cTISessionConnectionCount OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object describes the number of connections between the targets
        and initiators."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTISessionTable(9) hh3cTISessionEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.9.1.3
hh3cTISessionInitiatorName OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	OCTET STRING (1..223) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the initiator's name of a session."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cTISessionTable(9) hh3cTISessionEntry(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.10
hh3cSanClientResource OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 10 }

.1.3.6.1.4.1.25506.10.5.1.10.1
hh3cSanClientCreateIndex OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object supplys an valid index which uses to create a new
        entry for the hh3cSanClientTable object.
        Note that if an entry of the associated table has been created or
        deleted, the historical value of this object may be an invalid index
        to create a new entry for the associated table."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cSanClientResource(10) 1 }

.1.3.6.1.4.1.25506.10.5.1.10.2
hh3cSanClientTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table described the information of SAN(Storage Area Network)
        clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cSanClientResource(10) 2 }

.1.3.6.1.4.1.25506.10.5.1.10.2.1
hh3cSanClientEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSanClientId }
  DESCRIPTION	"An entry containing management information applicable to the SAN
        clients."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cSanClientResource(10) hh3cSanClientTable(2) 1 }

.1.3.6.1.4.1.25506.10.5.1.10.2.1.1
hh3cSanClientId OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object identifies the index of a SAN client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cSanClientResource(10) hh3cSanClientTable(2) hh3cSanClientEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.10.2.1.2
hh3cSanClientName OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	OCTET STRING (1..64) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the name of a SAN client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cSanClientResource(10) hh3cSanClientTable(2) hh3cSanClientEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.10.2.1.3
hh3cSanClientType OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	INTEGER {iscsi(1), fc(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the type of a SAN client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cSanClientResource(10) hh3cSanClientTable(2) hh3cSanClientEntry(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.10.2.1.4
hh3cFcInitiatorWwpnList OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cWwpnListType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the name list of FC Initiator WWPN(World Wide
        Port Name). The value of this object is invalid and should be ignored
        when the value of associated hh3cSanClientType object is not equal
        to 'fc'."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cSanClientResource(10) hh3cSanClientTable(2) hh3cSanClientEntry(1) 4 }

.1.3.6.1.4.1.25506.10.5.1.10.2.1.6
hh3cFcAccessMode OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	INTEGER {read(1), write(2), nonexclusive(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the mode of access. The value of this object
        is invalid and should be ignored when the value of associated
        hh3cSanClientType object is not equal to 'fc'.
        The value 'read' means read available.
        The value 'write' means read/write available, and write available only for one association.
        The value 'nonexclusive' means read/write available for multi-association."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cSanClientResource(10) hh3cSanClientTable(2) hh3cSanClientEntry(1) 6 }

.1.3.6.1.4.1.25506.10.5.1.10.2.1.7
hh3cSanClientRowStatus OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the action to create or delete a SAN client."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cSanClientResource(10) hh3cSanClientTable(2) hh3cSanClientEntry(1) 7 }

.1.3.6.1.4.1.25506.10.5.1.11
hh3cFcLogicResourceTable OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table describes logic resource information of a FC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) 11 }

.1.3.6.1.4.1.25506.10.5.1.11.1
hh3cFcLogicResourceEntry OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ hh3cSanClientId, hh3cLvIndex }
  DESCRIPTION	"An entry containing management information applicable
        to the logic resource of a FC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cFcLogicResourceTable(11) 1 }

.1.3.6.1.4.1.25506.10.5.1.11.1.1
hh3cFcLvLun OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  SYNTAX	Integer32 (0..127) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the init LUN number of a FC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cFcLogicResourceTable(11) hh3cFcLogicResourceEntry(1) 1 }

.1.3.6.1.4.1.25506.10.5.1.11.1.2
hh3cFcTargetWwpnName OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cWwpnListType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the name list of FC Target WWPN(World Wide
        Port Name). "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cFcLogicResourceTable(11) hh3cFcLogicResourceEntry(1) 2 }

.1.3.6.1.4.1.25506.10.5.1.11.1.3
hh3cFcInitiatorWwpnName OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION Hh3cWwpnListType
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object identifies the name list of FC Initiator WWPN(World Wide
        Port Name). "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cFcLogicResourceTable(11) hh3cFcLogicResourceEntry(1) 3 }

.1.3.6.1.4.1.25506.10.5.1.11.1.4
hh3cFcLvRowStatus OBJECT-TYPE
  -- FROM	HH3C-LOGIC-VOLUME-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object describes the actions to add or delete
        the logic resource of a FC."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cStorageRef(10) hh3cLogicVolume(5) hh3cLvMibObjects(1) hh3cFcLogicResourceTable(11) hh3cFcLogicResourceEntry(1) 4 }

.1.3.6.1.4.1.25506.11
hpNetworking OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 11 }

.1.3.6.1.4.1.25506.11.1
hpSwitch OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) 1 }

.1.3.6.1.4.1.25506.11.1.1
hp7502 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 1 }

.1.3.6.1.4.1.25506.11.1.2
hp7503S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 2 }

.1.3.6.1.4.1.25506.11.1.3
hp7503 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 3 }

.1.3.6.1.4.1.25506.11.1.4
hp7506 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 4 }

.1.3.6.1.4.1.25506.11.1.5
hp7506V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 5 }

.1.3.6.1.4.1.25506.11.1.6
hp7510 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 6 }

.1.3.6.1.4.1.25506.11.1.7
hpA36002POLT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 7 }

.1.3.6.1.4.1.25506.11.1.8
hpV190524 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 8 }

.1.3.6.1.4.1.25506.11.1.9
hpV190524POE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 9 }

.1.3.6.1.4.1.25506.11.1.10
hpV190548 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 10 }

.1.3.6.1.4.1.25506.11.1.11
hpA512016GSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 11 }

.1.3.6.1.4.1.25506.11.1.12
hpA512024GSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 12 }

.1.3.6.1.4.1.25506.11.1.13
hpA512048GSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 13 }

.1.3.6.1.4.1.25506.11.1.14
hpA512024GPPOESI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 14 }

.1.3.6.1.4.1.25506.11.1.15
hpA512024GPOESI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 15 }

.1.3.6.1.4.1.25506.11.1.16
hpA580024G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 16 }

.1.3.6.1.4.1.25506.11.1.17
hpA580024GPoEPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 17 }

.1.3.6.1.4.1.25506.11.1.18
hpA580048G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 18 }

.1.3.6.1.4.1.25506.11.1.19
hpA580048GPoEPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 19 }

.1.3.6.1.4.1.25506.11.1.20
hpA580024GSFP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 20 }

.1.3.6.1.4.1.25506.11.1.21
hpA580048GPoEPlus2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 21 }

.1.3.6.1.4.1.25506.11.1.22
hpA5820X14XGSFPPlus2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 22 }

.1.3.6.1.4.1.25506.11.1.23
hpA5820X24XGSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 23 }

.1.3.6.1.4.1.25506.11.1.24
hpA550024GEI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 24 }

.1.3.6.1.4.1.25506.11.1.25
hpA550048GEI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 25 }

.1.3.6.1.4.1.25506.11.1.26
hpA550024GPoEPlusEI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 26 }

.1.3.6.1.4.1.25506.11.1.27
hpA550048GPoEPlusEI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 27 }

.1.3.6.1.4.1.25506.11.1.28
hpA550024GSFPEI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 28 }

.1.3.6.1.4.1.25506.11.1.29
hpA550024GSI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 29 }

.1.3.6.1.4.1.25506.11.1.30
hpA550048GSI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 30 }

.1.3.6.1.4.1.25506.11.1.31
hpA550024GPoEPlusSI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 31 }

.1.3.6.1.4.1.25506.11.1.32
hpA550048GPoEPlusSI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 32 }

.1.3.6.1.4.1.25506.11.1.33
hpA512024GEI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 33 }

.1.3.6.1.4.1.25506.11.1.34
hpA512048GEI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 34 }

.1.3.6.1.4.1.25506.11.1.35
hpA512024GPoEPlusEI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 35 }

.1.3.6.1.4.1.25506.11.1.36
hpA512048GPoEPlusEI2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 36 }

.1.3.6.1.4.1.25506.11.1.37
hpA512024GEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 37 }

.1.3.6.1.4.1.25506.11.1.38
hpA512048GEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 38 }

.1.3.6.1.4.1.25506.11.1.39
hp9505 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 39 }

.1.3.6.1.4.1.25506.11.1.40
hp9508V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 40 }

.1.3.6.1.4.1.25506.11.1.41
hp9508 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 41 }

.1.3.6.1.4.1.25506.11.1.42
hp9512 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 42 }

.1.3.6.1.4.1.25506.11.1.43
hp12508 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 43 }

.1.3.6.1.4.1.25506.11.1.44
hp12518 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 44 }

.1.3.6.1.4.1.25506.11.1.45
hp12504AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 45 }

.1.3.6.1.4.1.25506.11.1.46
hpA5800AF48G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 46 }

.1.3.6.1.4.1.25506.11.1.47
hpA5820AF24XG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 47 }

.1.3.6.1.4.1.25506.11.1.51
hp6125GXG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 51 }

.1.3.6.1.4.1.25506.11.1.52
hpA31008SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 52 }

.1.3.6.1.4.1.25506.11.1.53
hpA310016SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 53 }

.1.3.6.1.4.1.25506.11.1.54
hpA310024SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 54 }

.1.3.6.1.4.1.25506.11.1.55
hpA31008EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 55 }

.1.3.6.1.4.1.25506.11.1.56
hpA310016EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 56 }

.1.3.6.1.4.1.25506.11.1.57
hpA310024EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 57 }

.1.3.6.1.4.1.25506.11.1.58
hpA31008POEEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 58 }

.1.3.6.1.4.1.25506.11.1.59
hpA310016POEEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 59 }

.1.3.6.1.4.1.25506.11.1.60
hpA310024POEEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 60 }

.1.3.6.1.4.1.25506.11.1.61
hpA580024GTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 61 }

.1.3.6.1.4.1.25506.11.1.62
hpA580024GPoEPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 62 }

.1.3.6.1.4.1.25506.11.1.63
hpA580024GSFPTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 63 }

.1.3.6.1.4.1.25506.11.1.64
hpA580048GTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 64 }

.1.3.6.1.4.1.25506.11.1.65
hpA580048GPoEPlusTAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 65 }

.1.3.6.1.4.1.25506.11.1.66
hpA580048GPoEPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 66 }

.1.3.6.1.4.1.25506.11.1.67
hpA5820X14XGSFPPlusTAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 67 }

.1.3.6.1.4.1.25506.11.1.68
hpA5820X24XGSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 68 }

.1.3.6.1.4.1.25506.11.1.69
hpA512024GEITAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 69 }

.1.3.6.1.4.1.25506.11.1.70
hpA512048GEITAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 70 }

.1.3.6.1.4.1.25506.11.1.71
hpA512024GPoEPlusEITAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 71 }

.1.3.6.1.4.1.25506.11.1.72
hpA512048GPoEPlusEITAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 72 }

.1.3.6.1.4.1.25506.11.1.73
hpA550024GSFPEITAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 73 }

.1.3.6.1.4.1.25506.11.1.74
hpA550024GEITAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 74 }

.1.3.6.1.4.1.25506.11.1.75
hpA550048GEITAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 75 }

.1.3.6.1.4.1.25506.11.1.76
hpA550024GPoEPlusEITAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 76 }

.1.3.6.1.4.1.25506.11.1.77
hpA550048GPoEPlusEITAA2SLOT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 77 }

.1.3.6.1.4.1.25506.11.1.78
hp5920AF24XG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 78 }

.1.3.6.1.4.1.25506.11.1.79
hpA5830AF48G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 79 }

.1.3.6.1.4.1.25506.11.1.80
hpA5830AF96G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 80 }

.1.3.6.1.4.1.25506.11.1.81
hpV191016G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 81 }

.1.3.6.1.4.1.25506.11.1.82
hpV191024G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 82 }

.1.3.6.1.4.1.25506.11.1.83
hpV191024GPoE365W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 83 }

.1.3.6.1.4.1.25506.11.1.84
hpV191024GPoE170W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 84 }

.1.3.6.1.4.1.25506.11.1.85
hpV191048G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 85 }

.1.3.6.1.4.1.25506.11.1.86
hp10504 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 86 }

.1.3.6.1.4.1.25506.11.1.87
hp10508 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 87 }

.1.3.6.1.4.1.25506.11.1.88
hp10508V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 88 }

.1.3.6.1.4.1.25506.11.1.89
hp10512 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 89 }

.1.3.6.1.4.1.25506.11.1.90
hpA360024V2EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 90 }

.1.3.6.1.4.1.25506.11.1.91
hpA360048V2EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 91 }

.1.3.6.1.4.1.25506.11.1.92
hpA360024PoEPlusV2EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 92 }

.1.3.6.1.4.1.25506.11.1.93
hpA360048PoEPlusV2EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 93 }

.1.3.6.1.4.1.25506.11.1.94
hpA360024SFPV2EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 94 }

.1.3.6.1.4.1.25506.11.1.95
hpA360024V2SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 95 }

.1.3.6.1.4.1.25506.11.1.96
hpA360048V2SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 96 }

.1.3.6.1.4.1.25506.11.1.97
hpA360024PoEPlusV2SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 97 }

.1.3.6.1.4.1.25506.11.1.98
hpA360048PoEPlusV2SI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 98 }

.1.3.6.1.4.1.25506.11.1.99
hpA310048V2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 99 }

.1.3.6.1.4.1.25506.11.1.100
hp5900AF48XG4QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 100 }

.1.3.6.1.4.1.25506.11.1.101
hpA550024G4SFPHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 101 }

.1.3.6.1.4.1.25506.11.1.102
hpA550048G4SFPHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 102 }

.1.3.6.1.4.1.25506.11.1.103
hp6125G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 103 }

.1.3.6.1.4.1.25506.11.1.104
hpA51208GSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 104 }

.1.3.6.1.4.1.25506.11.1.105
hpA51208GPoEPlusSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 105 }

.1.3.6.1.4.1.25506.11.1.106
hpA51208GPPoEPlusSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 106 }

.1.3.6.1.4.1.25506.11.1.107
hpA5120AF48GHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 107 }

.1.3.6.1.4.1.25506.11.1.108
hp12504DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 108 }

.1.3.6.1.4.1.25506.11.1.109
hp12508DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 109 }

.1.3.6.1.4.1.25506.11.1.110
hp12518DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 110 }

.1.3.6.1.4.1.25506.11.1.111
hp12508AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 111 }

.1.3.6.1.4.1.25506.11.1.112
hp12518AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 112 }

.1.3.6.1.4.1.25506.11.1.113
hp5900AF48XGT4QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 113 }

.1.3.6.1.4.1.25506.11.1.114
hp19108G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 114 }

.1.3.6.1.4.1.25506.11.1.115
hp19108GPoEPlus65W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 115 }

.1.3.6.1.4.1.25506.11.1.116
hp19108GPoEPlus180W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 116 }

.1.3.6.1.4.1.25506.11.1.117
hp5830AF48GTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 117 }

.1.3.6.1.4.1.25506.11.1.118
hp5830AF96GTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 118 }

.1.3.6.1.4.1.25506.11.1.119
hp7508H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 119 }

.1.3.6.1.4.1.25506.11.1.120
hp5900AF48G4XG2QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 120 }

.1.3.6.1.4.1.25506.11.1.121
hp550048GPoEPlus4SFPHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 121 }

.1.3.6.1.4.1.25506.11.1.122
hp550024GPoEPlus4SFPHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 122 }

.1.3.6.1.4.1.25506.11.1.123
hp550024GSFPHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 123 }

.1.3.6.1.4.1.25506.11.1.124
hp12504ACV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 124 }

.1.3.6.1.4.1.25506.11.1.125
hp12504DCV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 125 }

.1.3.6.1.4.1.25506.11.1.126
hp12508ACV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 126 }

.1.3.6.1.4.1.25506.11.1.127
hp12508DCV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 127 }

.1.3.6.1.4.1.25506.11.1.128
hp12518ACV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 128 }

.1.3.6.1.4.1.25506.11.1.129
hp12518DCV7 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 129 }

.1.3.6.1.4.1.25506.11.1.130
hp5900AF48XG4QSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 130 }

.1.3.6.1.4.1.25506.11.1.131
hp5920AF24XGTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 131 }

.1.3.6.1.4.1.25506.11.1.132
hpV19108 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 132 }

.1.3.6.1.4.1.25506.11.1.133
hpV19108PoEPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 133 }

.1.3.6.1.4.1.25506.11.1.134
hpV191024 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 134 }

.1.3.6.1.4.1.25506.11.1.135
hpV191024PoEPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 135 }

.1.3.6.1.4.1.25506.11.1.136
hpV191048 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 136 }

.1.3.6.1.4.1.25506.11.1.137
hp6125XGXLG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 137 }

.1.3.6.1.4.1.25506.11.1.138
hp11908V OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 138 }

.1.3.6.1.4.1.25506.11.1.139
hp550048GPoEPlus4SFPHITAA2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 139 }

.1.3.6.1.4.1.25506.11.1.140
hp550024GPoEPlus4SFPHITAA2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 140 }

.1.3.6.1.4.1.25506.11.1.141
hp550024GSFPHITAA2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 141 }

.1.3.6.1.4.1.25506.11.1.142
hpMoonshot45XGc OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 142 }

.1.3.6.1.4.1.25506.11.1.143
hp12910AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 143 }

.1.3.6.1.4.1.25506.11.1.144
hpFF593032QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 144 }

.1.3.6.1.4.1.25506.11.1.145
hpFF593032QSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 145 }

.1.3.6.1.4.1.25506.11.1.146
hpeFF7904 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 146 }

.1.3.6.1.4.1.25506.11.1.147
hp12916AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 147 }

.1.3.6.1.4.1.25506.11.1.148
hp12916DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 148 }

.1.3.6.1.4.1.25506.11.1.149
hpFF5900CP48XG4QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 149 }

.1.3.6.1.4.1.25506.11.1.150
hp5900CP48XG4QSFPPlus8GbFCBF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 150 }

.1.3.6.1.4.1.25506.11.1.151
hp6125XLGTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 151 }

.1.3.6.1.4.1.25506.11.1.152
hp6125GXGTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 152 }

.1.3.6.1.4.1.25506.11.1.153
hp6125GTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 153 }

.1.3.6.1.4.1.25506.11.1.154
hp512024G4SFPXI2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 154 }

.1.3.6.1.4.1.25506.11.1.155
hp512048G4SFPXI2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 155 }

.1.3.6.1.4.1.25506.11.1.156
hp512024GPoEPlus4SFPXI2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 156 }

.1.3.6.1.4.1.25506.11.1.157
hp512048GPoEPlus4SFPXI2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 157 }

.1.3.6.1.4.1.25506.11.1.158
hp512024G4SFPXITAA2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 158 }

.1.3.6.1.4.1.25506.11.1.159
hp512048G4SFPXITAA2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 159 }

.1.3.6.1.4.1.25506.11.1.160
hp512024GPoEPlus4SFPXITAA2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 160 }

.1.3.6.1.4.1.25506.11.1.161
hp512048GPoEPlus4SFPXITAA2Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 161 }

.1.3.6.1.4.1.25506.11.1.162
hp19208G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 162 }

.1.3.6.1.4.1.25506.11.1.163
hp19208GPoEPlus65W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 163 }

.1.3.6.1.4.1.25506.11.1.164
hp19208GPoEPlus180W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 164 }

.1.3.6.1.4.1.25506.11.1.165
hp192016G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 165 }

.1.3.6.1.4.1.25506.11.1.166
hp192024G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 166 }

.1.3.6.1.4.1.25506.11.1.167
hp192024GPoEPlus180W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 167 }

.1.3.6.1.4.1.25506.11.1.168
hp192024GPoEPlus370W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 168 }

.1.3.6.1.4.1.25506.11.1.169
hp192048G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 169 }

.1.3.6.1.4.1.25506.11.1.170
hp192048GPoEPlus370W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 170 }

.1.3.6.1.4.1.25506.11.1.171
hpFF570040XG2QSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 171 }

.1.3.6.1.4.1.25506.11.1.172
hpFF570040XG2QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 172 }

.1.3.6.1.4.1.25506.11.1.173
hpFF570032XGT8XG2QSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 173 }

.1.3.6.1.4.1.25506.11.1.174
hpFF570032XGT8XG2QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 174 }

.1.3.6.1.4.1.25506.11.1.175
hpFF570048G4XG2QSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 175 }

.1.3.6.1.4.1.25506.11.1.176
hpFF570048G4XG2QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 176 }

.1.3.6.1.4.1.25506.11.1.177
hp16208G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 177 }

.1.3.6.1.4.1.25506.11.1.178
hp162024G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 178 }

.1.3.6.1.4.1.25506.11.1.179
hp162048G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 179 }

.1.3.6.1.4.1.25506.11.1.180
hp195024G2SFPPlus2XGT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 180 }

.1.3.6.1.4.1.25506.11.1.181
hp195048G2SFPPlus2XGT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 181 }

.1.3.6.1.4.1.25506.11.1.182
hp195024G2SFPPlus2XGTPoEPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 182 }

.1.3.6.1.4.1.25506.11.1.183
hp195048G2SFPPlus2XGTPoEPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 183 }

.1.3.6.1.4.1.25506.11.1.184
hp513024G4SFPPlusEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 184 }

.1.3.6.1.4.1.25506.11.1.185
hp513024GSFP4SFPPlusEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 185 }

.1.3.6.1.4.1.25506.11.1.186
hp513048G4SFPPlusEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 186 }

.1.3.6.1.4.1.25506.11.1.187
hp513024GPoEPlus4SFPPlus180WEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 187 }

.1.3.6.1.4.1.25506.11.1.188
hp513024GPoEPlus4SFPPlus370WEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 188 }

.1.3.6.1.4.1.25506.11.1.189
hp513048GPoEPlus4SFPPlus370WEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 189 }

.1.3.6.1.4.1.25506.11.1.190
hp513024G2SFPPlus2XGTEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 190 }

.1.3.6.1.4.1.25506.11.1.191
hp513048G2SFPPlus2XGTEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 191 }

.1.3.6.1.4.1.25506.11.1.192
hp513024GPoEPlus2SFPPlus2XGT370WEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 192 }

.1.3.6.1.4.1.25506.11.1.193
hp513048GPoEPlus2SFPPlus2XGT370WEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 193 }

.1.3.6.1.4.1.25506.11.1.194
hp513024G4SFPPlusEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 194 }

.1.3.6.1.4.1.25506.11.1.195
hp513024GSFP4SFPPlusEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 195 }

.1.3.6.1.4.1.25506.11.1.196
hp513048G4SFPPlusEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 196 }

.1.3.6.1.4.1.25506.11.1.197
hp513024GPoEPlus4SFPPlus180WEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 197 }

.1.3.6.1.4.1.25506.11.1.198
hp513024GPoEPlus4SFPPlus370WEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 198 }

.1.3.6.1.4.1.25506.11.1.199
hp513048GPoEPlus4SFPPlus370WEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 199 }

.1.3.6.1.4.1.25506.11.1.200
hp513024G2SFPPlus2XGTEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 200 }

.1.3.6.1.4.1.25506.11.1.201
hp513048G2SFPPlus2XGTEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 201 }

.1.3.6.1.4.1.25506.11.1.202
hp513024GPoEPlus2SFPPlus2XGT370WEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 202 }

.1.3.6.1.4.1.25506.11.1.203
hp513048GPoEPlus2SFPPlus2XGT370WEITAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 203 }

.1.3.6.1.4.1.25506.11.1.204
hpeFF7910 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 204 }

.1.3.6.1.4.1.25506.11.1.205
hp5900AF48G4XG2QSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 205 }

.1.3.6.1.4.1.25506.11.1.206
hp5900AF48XGT4QSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 206 }

.1.3.6.1.4.1.25506.11.1.207
hpFF5900CP48XG4QSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 207 }

.1.3.6.1.4.1.25506.11.1.208
hp513024G4SFPPlusEIBrazil OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 208 }

.1.3.6.1.4.1.25506.11.1.209
hp513048G4SFPPlusEIBrazil OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 209 }

.1.3.6.1.4.1.25506.11.1.210
hp513024GPoEPlus4SFPPlus370WEIBrazil OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 210 }

.1.3.6.1.4.1.25506.11.1.211
hp513048GPoEPlus4SFPPlus370WEIBrazil OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 211 }

.1.3.6.1.4.1.25506.11.1.212
hpThunderBird OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 212 }

.1.3.6.1.4.1.25506.11.1.213
hpeFF12916E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 213 }

.1.3.6.1.4.1.25506.11.1.214
hpNJ50005GPoEPlusWalljack OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 214 }

.1.3.6.1.4.1.25506.11.1.215
hp551024G4SFPPlusHI1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 215 }

.1.3.6.1.4.1.25506.11.1.216
hp551048G4SFPPlusHI1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 216 }

.1.3.6.1.4.1.25506.11.1.217
hp551024GPoEPlus4SFPPlusHI1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 217 }

.1.3.6.1.4.1.25506.11.1.218
hp551048GPoEPlus4SFPPlusHI1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 218 }

.1.3.6.1.4.1.25506.11.1.219
hp551024GSFP4SFPPlusHI1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 219 }

.1.3.6.1.4.1.25506.11.1.220
hp551024G4SFPPlusHITAA1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 220 }

.1.3.6.1.4.1.25506.11.1.221
hp551048G4SFPPlusHITAA1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 221 }

.1.3.6.1.4.1.25506.11.1.222
hp551024GPoEPlus4SFPPlusHITAA1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 222 }

.1.3.6.1.4.1.25506.11.1.223
hp551048GPoEPlus4SFPPlusHITAA1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 223 }

.1.3.6.1.4.1.25506.11.1.224
hp551024GSFP4SFPPlusHITAA1Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 224 }

.1.3.6.1.4.1.25506.11.1.225
hpeFF12910ACTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 225 }

.1.3.6.1.4.1.25506.11.1.226
hpeFF7904TAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 226 }

.1.3.6.1.4.1.25506.11.1.227
hpeFF7910TAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 227 }

.1.3.6.1.4.1.25506.11.1.228
hp6127XLG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 228 }

.1.3.6.1.4.1.25506.11.1.229
hpFF59302Slot2QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 229 }

.1.3.6.1.4.1.25506.11.1.230
hpFF59302Slot2QSFPPlusTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 230 }

.1.3.6.1.4.1.25506.11.1.231
hpFF59304Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 231 }

.1.3.6.1.4.1.25506.11.1.232
hpFF59304SlotTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 232 }

.1.3.6.1.4.1.25506.11.1.233
hp6127XLGTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 233 }

.1.3.6.1.4.1.25506.11.1.234
hp195012XGT4SFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 234 }

.1.3.6.1.4.1.25506.11.1.235
hpeFF12916ETAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 235 }

.1.3.6.1.4.1.25506.11.1.236
hpeFF12908E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 236 }

.1.3.6.1.4.1.25506.11.1.237
hpeFF12908ETAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 237 }

.1.3.6.1.4.1.25506.11.1.238
hpMoonshot45GcR10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 238 }

.1.3.6.1.4.1.25506.11.1.239
hpMoonshot45XGcR16 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 239 }

.1.3.6.1.4.1.25506.11.1.240
hpMoonshot180XGcR16 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 240 }

.1.3.6.1.4.1.25506.11.1.241
hpMoonshot180XGcR40 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 241 }

.1.3.6.1.4.1.25506.11.1.242
hpeFF12904E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 242 }

.1.3.6.1.4.1.25506.11.1.243
hpeFF12904ETAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 243 }

.1.3.6.1.4.1.25506.11.1.244
hp513024G4SFPPlus1SlotHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 244 }

.1.3.6.1.4.1.25506.11.1.245
hp513048G4SFPPlus1SlotHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 245 }

.1.3.6.1.4.1.25506.11.1.246
hp513024GPoEPlus4SFPPlus1SlotHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 246 }

.1.3.6.1.4.1.25506.11.1.247
hp513048GPoEPlus4SFPPlus1SlotHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 247 }

.1.3.6.1.4.1.25506.11.1.248
hp513024GPoEPlus4SFPPlus1SlotTAAHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 248 }

.1.3.6.1.4.1.25506.11.1.249
hp513048GPoEPlus4SFPPlus1SlotTAAHI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 249 }

.1.3.6.1.4.1.25506.11.1.250
hp512048GSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 250 }

.1.3.6.1.4.1.25506.11.1.251
hp512016GSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 251 }

.1.3.6.1.4.1.25506.11.1.252
hp512024GSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 252 }

.1.3.6.1.4.1.25506.11.1.253
hp512024GPoEPlus370WSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 253 }

.1.3.6.1.4.1.25506.11.1.254
hp51208GPoEPlus65WSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 254 }

.1.3.6.1.4.1.25506.11.1.255
hp51208GPoEPlus180WSI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 255 }

.1.3.6.1.4.1.25506.11.1.256
hp7502JD242C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 256 }

.1.3.6.1.4.1.25506.11.1.257
hp7503JD240C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 257 }

.1.3.6.1.4.1.25506.11.1.258
hp7506JD239C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 258 }

.1.3.6.1.4.1.25506.11.1.259
hp7510JD238C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 259 }

.1.3.6.1.4.1.25506.11.1.260
hpFF595032Q28 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 260 }

.1.3.6.1.4.1.25506.11.1.261
hpFF595032Q28TAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 261 }

.1.3.6.1.4.1.25506.11.1.262
hpFF590048XG4QSFF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 262 }

.1.3.6.1.4.1.25506.11.1.263
hpFF590048XG4QSFFTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 263 }

.1.3.6.1.4.1.25506.11.1.264
hpeFF594048SFPPlus6QSFP28 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 264 }

.1.3.6.1.4.1.25506.11.1.265
hpeFF594048XGT6QSFP28 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 265 }

.1.3.6.1.4.1.25506.11.1.266
hpeFF594048XGT6QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 266 }

.1.3.6.1.4.1.25506.11.1.267
hpeFF594048SFPPlus6QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 267 }

.1.3.6.1.4.1.25506.11.1.268
hpeFF594032QSFPPlus OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 268 }

.1.3.6.1.4.1.25506.11.1.269
hpeFF59402Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 269 }

.1.3.6.1.4.1.25506.11.1.270
hpeFF59404Slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 270 }

.1.3.6.1.4.1.25506.11.1.271
hpeFF594048SFPPlus6QSFP28TAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 271 }

.1.3.6.1.4.1.25506.11.1.272
hpeFF594048XGT6QSFP28TAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 272 }

.1.3.6.1.4.1.25506.11.1.273
hpeFF12912E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 273 }

.1.3.6.1.4.1.25506.11.1.274
hpevLNS1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 274 }

.1.3.6.1.4.1.25506.11.1.275
hpevLNS2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 275 }

.1.3.6.1.4.1.25506.11.1.276
hpeFF595048SFP288QSFP28 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 276 }

.1.3.6.1.4.1.25506.11.1.277
hpeFF59504slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 277 }

.1.3.6.1.4.1.25506.11.1.278
hpeFF12902E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 278 }

.1.3.6.1.4.1.25506.11.1.279
hpS58V3R652XG4QSFP2SFPPLUS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 279 }

.1.3.6.1.4.1.25506.11.1.280
hpS58V3R652XG4QSFP2SFPPLUSTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 280 }

.1.3.6.1.4.1.25506.11.1.281
hpeFF12901E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 281 }

.1.3.6.1.4.1.25506.11.1.282
hpe5980-48SFP-6QSFP28-ExtTable OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 282 }

.1.3.6.1.4.1.25506.11.1.283
hpe5980-48SFP-6QSFP28 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 283 }

.1.3.6.1.4.1.25506.11.1.284
hpeFlexFabric-5955-64QSFP28 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 284 }

.1.3.6.1.4.1.25506.11.1.285
hpeFlexFabric-5945-48SFP28-8QSFP28 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 285 }

.1.3.6.1.4.1.25506.11.1.286
hpeFlexFabric-5945-4-slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 286 }

.1.3.6.1.4.1.25506.11.1.287
hpe5710-30HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 287 }

.1.3.6.1.4.1.25506.11.1.288
hpe5710-54HF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 288 }

.1.3.6.1.4.1.25506.11.1.289
hpe5710-54HT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 289 }

.1.3.6.1.4.1.25506.11.1.290
hpe5710-30HT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 290 }

.1.3.6.1.4.1.25506.11.1.291
hpeFlexFabric-5945-32QSFP28 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 291 }

.1.3.6.1.4.1.25506.11.1.292
hpeFlexFabric-5945-2-slot OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 292 }

.1.3.6.1.4.1.25506.11.1.293
hpe5130-48G-PoE-4SFP-XI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 293 }

.1.3.6.1.4.1.25506.11.1.294
hpe5130-48G-4SFP-XI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 294 }

.1.3.6.1.4.1.25506.11.1.295
hpe5140-24G-4SFP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 295 }

.1.3.6.1.4.1.25506.11.1.296
hpe5140-24G-SFP-4SFP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 296 }

.1.3.6.1.4.1.25506.11.1.297
hpe5140-48G-4SFP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 297 }

.1.3.6.1.4.1.25506.11.1.298
hpe5140-24G-PoE-4SFP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 298 }

.1.3.6.1.4.1.25506.11.1.299
hpe5140-48G-PoE-4SFP-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 299 }

.1.3.6.1.4.1.25506.11.1.300
hpe5140-24G-POE-2SFP-2XGT-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 300 }

.1.3.6.1.4.1.25506.11.1.301
hpe5140-48G-POE-2SFP-2XGT-EI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 301 }

.1.3.6.1.4.1.25506.11.1.302
hpeFlexFabric-5944-48XGT-6QS28 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 302 }

.1.3.6.1.4.1.25506.11.1.303
hpe5901AF-48G-4XG-2QSFPPlus-Switch OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 303 }

.1.3.6.1.4.1.25506.11.1.304
hpe5140-8G-2SFP-2GT-EI-Sw OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 304 }

.1.3.6.1.4.1.25506.11.1.305
hpe5140-24G-2SFPPlus-2XGT-EI-Sw OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 305 }

.1.3.6.1.4.1.25506.11.1.306
hpe5520-24G-SFP-4SFPPlus-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 306 }

.1.3.6.1.4.1.25506.11.1.307
hpe5520-24G-PoEPlus-4SFPPlus-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 307 }

.1.3.6.1.4.1.25506.11.1.308
hpe5520-24G-4SFPPlus-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 308 }

.1.3.6.1.4.1.25506.11.1.309
hpe5520-48G-4SFPPlus-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 309 }

.1.3.6.1.4.1.25506.11.1.310
hpe5520-48G-PoEPlus-4SFPPlus-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 310 }

.1.3.6.1.4.1.25506.11.1.311
hpe7506X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 311 }

.1.3.6.1.4.1.25506.11.1.312
hpe7503X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 312 }

.1.3.6.1.4.1.25506.11.1.313
hpe7510X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSwitch(1) 313 }

.1.3.6.1.4.1.25506.11.2
hpRouter OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) 2 }

.1.3.6.1.4.1.25506.11.2.1
hpAMSR900 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 1 }

.1.3.6.1.4.1.25506.11.2.2
hpAMSR920 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 2 }

.1.3.6.1.4.1.25506.11.2.3
hpAMSR2010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 3 }

.1.3.6.1.4.1.25506.11.2.4
hpAMSR2011 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 4 }

.1.3.6.1.4.1.25506.11.2.5
hpAMSR2012 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 5 }

.1.3.6.1.4.1.25506.11.2.6
hpAMSR2012T OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 6 }

.1.3.6.1.4.1.25506.11.2.7
hpAMSR2013 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 7 }

.1.3.6.1.4.1.25506.11.2.8
hpAMSR2020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 8 }

.1.3.6.1.4.1.25506.11.2.9
hpAMSR2021 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 9 }

.1.3.6.1.4.1.25506.11.2.10
hpAMSR2040 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 10 }

.1.3.6.1.4.1.25506.11.2.11
hpAMSR3010 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 11 }

.1.3.6.1.4.1.25506.11.2.12
hpAMSR3011E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 12 }

.1.3.6.1.4.1.25506.11.2.13
hpAMSR3011F OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 13 }

.1.3.6.1.4.1.25506.11.2.14
hpAMSR3016 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 14 }

.1.3.6.1.4.1.25506.11.2.15
hpAMSR3020 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 15 }

.1.3.6.1.4.1.25506.11.2.16
hpAMSR3040 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 16 }

.1.3.6.1.4.1.25506.11.2.17
hpAMSR3060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 17 }

.1.3.6.1.4.1.25506.11.2.18
hpAMSR5040 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 18 }

.1.3.6.1.4.1.25506.11.2.19
hpAMSR5060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 19 }

.1.3.6.1.4.1.25506.11.2.20
hpA6602 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 20 }

.1.3.6.1.4.1.25506.11.2.21
hpA6604 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 21 }

.1.3.6.1.4.1.25506.11.2.22
hpA6608 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 22 }

.1.3.6.1.4.1.25506.11.2.23
hpA6616 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 23 }

.1.3.6.1.4.1.25506.11.2.24
hpAMSR900W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 24 }

.1.3.6.1.4.1.25506.11.2.25
hpAMSR900WNA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 25 }

.1.3.6.1.4.1.25506.11.2.26
hpAMSR920W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 26 }

.1.3.6.1.4.1.25506.11.2.27
hpAMSR920WNA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 27 }

.1.3.6.1.4.1.25506.11.2.28
hpAMSR2012W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 28 }

.1.3.6.1.4.1.25506.11.2.29
hpAMSR2012TW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 29 }

.1.3.6.1.4.1.25506.11.2.30
hpAMSR2012TWNA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 30 }

.1.3.6.1.4.1.25506.11.2.31
hpAMSR2013W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 31 }

.1.3.6.1.4.1.25506.11.2.32
hpAMSR2013WNA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 32 }

.1.3.6.1.4.1.25506.11.2.33
hpAMSR2020S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 33 }

.1.3.6.1.4.1.25506.11.2.34
hpAMSR2021S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 34 }

.1.3.6.1.4.1.25506.11.2.35
hpAMSR2040S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 35 }

.1.3.6.1.4.1.25506.11.2.36
hpAMSR3010DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 36 }

.1.3.6.1.4.1.25506.11.2.37
hpAMSR3016POE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 37 }

.1.3.6.1.4.1.25506.11.2.38
hpAMSR3020AS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 38 }

.1.3.6.1.4.1.25506.11.2.39
hpAMSR3020POE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 39 }

.1.3.6.1.4.1.25506.11.2.40
hpAMSR3020DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 40 }

.1.3.6.1.4.1.25506.11.2.41
hpAMSR3040AS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 41 }

.1.3.6.1.4.1.25506.11.2.42
hpAMSR3040POE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 42 }

.1.3.6.1.4.1.25506.11.2.43
hpAMSR3040DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 43 }

.1.3.6.1.4.1.25506.11.2.44
hpAMSR3060AS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 44 }

.1.3.6.1.4.1.25506.11.2.45
hpAMSR3060POE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 45 }

.1.3.6.1.4.1.25506.11.2.46
hpAMSR3060DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 46 }

.1.3.6.1.4.1.25506.11.2.47
hpAMSR5040DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 47 }

.1.3.6.1.4.1.25506.11.2.48
hpAMSR5060DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 48 }

.1.3.6.1.4.1.25506.11.2.49
hpA8805 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 49 }

.1.3.6.1.4.1.25506.11.2.50
hpA8808 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 50 }

.1.3.6.1.4.1.25506.11.2.51
hpA8812 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 51 }

.1.3.6.1.4.1.25506.11.2.52
hpAOAPFICV2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 52 }

.1.3.6.1.4.1.25506.11.2.53
hpAOAPMIMV2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 53 }

.1.3.6.1.4.1.25506.11.2.54
hpAOAPSMIMV2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 54 }

.1.3.6.1.4.1.25506.11.2.55
hpMSR2003AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 55 }

.1.3.6.1.4.1.25506.11.2.56
hpMSR3012AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 56 }

.1.3.6.1.4.1.25506.11.2.57
hpMSR3012DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 57 }

.1.3.6.1.4.1.25506.11.2.58
hpMSR3024AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 58 }

.1.3.6.1.4.1.25506.11.2.59
hpMSR3024DC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 59 }

.1.3.6.1.4.1.25506.11.2.60
hpMSR3024POE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 60 }

.1.3.6.1.4.1.25506.11.2.61
hpMSR3044 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 61 }

.1.3.6.1.4.1.25506.11.2.62
hpMSR3064 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 62 }

.1.3.6.1.4.1.25506.11.2.63
hpMSR4060 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 63 }

.1.3.6.1.4.1.25506.11.2.64
hpMSR4080 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 64 }

.1.3.6.1.4.1.25506.11.2.65
hpHSR6602G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 65 }

.1.3.6.1.4.1.25506.11.2.66
hpHSR6602XG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 66 }

.1.3.6.1.4.1.25506.11.2.67
hpHSR6802 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 67 }

.1.3.6.1.4.1.25506.11.2.68
hpHSR6804 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 68 }

.1.3.6.1.4.1.25506.11.2.69
hpHSR6808 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 69 }

.1.3.6.1.4.1.25506.11.2.70
hpMSR930 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 70 }

.1.3.6.1.4.1.25506.11.2.71
hpMSR930G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 71 }

.1.3.6.1.4.1.25506.11.2.72
hpMSR931 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 72 }

.1.3.6.1.4.1.25506.11.2.73
hpMSR931G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 73 }

.1.3.6.1.4.1.25506.11.2.74
hpMSR931GG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 74 }

.1.3.6.1.4.1.25506.11.2.75
hpMSR930W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 75 }

.1.3.6.1.4.1.25506.11.2.76
hpMSR9304GLTEV OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 76 }

.1.3.6.1.4.1.25506.11.2.77
hpMSR933 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 77 }

.1.3.6.1.4.1.25506.11.2.78
hpMSR933G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 78 }

.1.3.6.1.4.1.25506.11.2.79
hpMSR935 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 79 }

.1.3.6.1.4.1.25506.11.2.80
hpMSR935W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 80 }

.1.3.6.1.4.1.25506.11.2.81
hpMSR935G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 81 }

.1.3.6.1.4.1.25506.11.2.82
hpMSR936W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 82 }

.1.3.6.1.4.1.25506.11.2.83
hpMSR9304GLTEG OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 83 }

.1.3.6.1.4.1.25506.11.2.84
hpMSR930LE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 84 }

.1.3.6.1.4.1.25506.11.2.85
hpMSR930GLE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 85 }

.1.3.6.1.4.1.25506.11.2.86
hpMSR931LE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 86 }

.1.3.6.1.4.1.25506.11.2.87
hpMSR931GLE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 87 }

.1.3.6.1.4.1.25506.11.2.88
hpMSR931DGLE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 88 }

.1.3.6.1.4.1.25506.11.2.89
hpMSR930WLE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 89 }

.1.3.6.1.4.1.25506.11.2.90
hpMSR9304GLTEA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 90 }

.1.3.6.1.4.1.25506.11.2.91
hpMSR933GLE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 91 }

.1.3.6.1.4.1.25506.11.2.92
hpMSR935LE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 92 }

.1.3.6.1.4.1.25506.11.2.93
hpMSR935WLE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 93 }

.1.3.6.1.4.1.25506.11.2.94
hpMSR935GLE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 94 }

.1.3.6.1.4.1.25506.11.2.95
hpMSR9304GLTEGLE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 95 }

.1.3.6.1.4.1.25506.11.2.96
hpVSR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 96 }

.1.3.6.1.4.1.25506.11.2.97
hpVSR1001 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 97 }

.1.3.6.1.4.1.25506.11.2.98
hpVSR1004 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 98 }

.1.3.6.1.4.1.25506.11.2.99
hpVSR1008 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 99 }

.1.3.6.1.4.1.25506.11.2.100
hpMSR10038 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 100 }

.1.3.6.1.4.1.25506.11.2.101
hpMSR100414 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 101 }

.1.3.6.1.4.1.25506.11.2.102
hpVSR1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 102 }

.1.3.6.1.4.1.25506.11.2.103
hpMSR200424 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 103 }

.1.3.6.1.4.1.25506.11.2.104
hpMSR200448 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 104 }

.1.3.6.1.4.1.25506.11.2.105
hpHSR6602GTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 105 }

.1.3.6.1.4.1.25506.11.2.106
hpHSR6602XGTAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 106 }

.1.3.6.1.4.1.25506.11.2.107
hpMSR10024 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 107 }

.1.3.6.1.4.1.25506.11.2.108
hpNSC1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 108 }

.1.3.6.1.4.1.25506.11.2.109
hpMSR930WNA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 109 }

.1.3.6.1.4.1.25506.11.2.110
hpMSR935WNA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 110 }

.1.3.6.1.4.1.25506.11.2.111
hpMSR2003TAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 111 }

.1.3.6.1.4.1.25506.11.2.112
hpMSR3024TAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 112 }

.1.3.6.1.4.1.25506.11.2.113
hpMSR3044TAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 113 }

.1.3.6.1.4.1.25506.11.2.114
hpMSR935TI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 114 }

.1.3.6.1.4.1.25506.11.2.115
hpMSR933TI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 115 }

.1.3.6.1.4.1.25506.11.2.116
hpMSR931TI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 116 }

.1.3.6.1.4.1.25506.11.2.117
hpMSR10038S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 117 }

.1.3.6.1.4.1.25506.11.2.118
hpMSR932 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 118 }

.1.3.6.1.4.1.25506.11.2.119
hpMSR932W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 119 }

.1.3.6.1.4.1.25506.11.2.120
hpMSR932WNA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 120 }

.1.3.6.1.4.1.25506.11.2.121
hpMSR9328 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 121 }

.1.3.6.1.4.1.25506.11.2.122
hpMSR9328W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 122 }

.1.3.6.1.4.1.25506.11.2.123
hpMSR9328WNA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 123 }

.1.3.6.1.4.1.25506.11.2.124
hpVBRAS1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 124 }

.1.3.6.1.4.1.25506.11.2.125
hpHSR6802E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 125 }

.1.3.6.1.4.1.25506.11.2.126
hpHSR6804E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 126 }

.1.3.6.1.4.1.25506.11.2.127
hpHSR6808E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 127 }

.1.3.6.1.4.1.25506.11.2.128
hpMSR93204GLTEGV2 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 128 }

.1.3.6.1.4.1.25506.11.2.129
hpMSR93204GLTEAVS OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 129 }

.1.3.6.1.4.1.25506.11.2.130
hpMSR954 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 130 }

.1.3.6.1.4.1.25506.11.2.131
hpMSR954W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 131 }

.1.3.6.1.4.1.25506.11.2.132
hpMSR954WLTEAM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 132 }

.1.3.6.1.4.1.25506.11.2.133
hpMSR954WLTE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 133 }

.1.3.6.1.4.1.25506.11.2.134
hpMSR958 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 134 }

.1.3.6.1.4.1.25506.11.2.135
hpMSR958POE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 135 }

.1.3.6.1.4.1.25506.11.2.136
hpMSR930B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 136 }

.1.3.6.1.4.1.25506.11.2.137
hpMSR930GB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 137 }

.1.3.6.1.4.1.25506.11.2.138
hpMSR931B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 138 }

.1.3.6.1.4.1.25506.11.2.139
hpMSR931GB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 139 }

.1.3.6.1.4.1.25506.11.2.140
hpMSR931DGB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 140 }

.1.3.6.1.4.1.25506.11.2.141
hpMSR935B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 141 }

.1.3.6.1.4.1.25506.11.2.142
hpMSR935GB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 142 }

.1.3.6.1.4.1.25506.11.2.143
hpMSR930WNAB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 143 }

.1.3.6.1.4.1.25506.11.2.144
hpMSR954D4G OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 144 }

.1.3.6.1.4.1.25506.11.2.145
hpMSR3012ACE OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 145 }

.1.3.6.1.4.1.25506.11.2.146
hpMSR951R-W-AM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 146 }

.1.3.6.1.4.1.25506.11.2.147
hpMSR951R-W-WW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 147 }

.1.3.6.1.4.1.25506.11.2.148
hpMSR3004 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 148 }

.1.3.6.1.4.1.25506.11.2.149
hpMSR3620DP OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpRouter(2) 149 }

.1.3.6.1.4.1.25506.11.3
hpWireless OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) 3 }

.1.3.6.1.4.1.25506.11.3.1
hpAWA2610EAGNFAT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 1 }

.1.3.6.1.4.1.25506.11.3.2
hpAWA2620EAGNFAT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 2 }

.1.3.6.1.4.1.25506.11.3.3
hpAWA2620AGNFAT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 3 }

.1.3.6.1.4.1.25506.11.3.4
hpA7500LSQM3WCMB0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 4 }

.1.3.6.1.4.1.25506.11.3.5
hpA9500LSRM2WCM2A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 5 }

.1.3.6.1.4.1.25506.11.3.6
hpA5800LSWM2WCM10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 6 }

.1.3.6.1.4.1.25506.11.3.7
hpA5800LSWM2WCM20 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 7 }

.1.3.6.1.4.1.25506.11.3.8
hpAWX5004EWPXZ65004 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 8 }

.1.3.6.1.4.1.25506.11.3.9
hpAWX5002EWPXZ75002 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 9 }

.1.3.6.1.4.1.25506.11.3.10
hpA3000E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 10 }

.1.3.6.1.4.1.25506.11.3.11
hpA3000ELSW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 11 }

.1.3.6.1.4.1.25506.11.3.12
hpAWA3620AGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 12 }

.1.3.6.1.4.1.25506.11.3.13
hpAWA3622AGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 13 }

.1.3.6.1.4.1.25506.11.3.14
hpAWA3610GN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 14 }

.1.3.6.1.4.1.25506.11.3.15
hpAWA2620XAGN OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 15 }

.1.3.6.1.4.1.25506.11.3.16
hpLSU3WCMD0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 16 }

.1.3.6.1.4.1.25506.11.3.17
hpWX3024EWCM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 17 }

.1.3.6.1.4.1.25506.11.3.18
hpWX3024ELSW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 18 }

.1.3.6.1.4.1.25506.11.3.19
hpWX3010EWCM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 19 }

.1.3.6.1.4.1.25506.11.3.20
hpWX3010ELSW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 20 }

.1.3.6.1.4.1.25506.11.3.21
hpLSU3WCMD0TAA OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 21 }

.1.3.6.1.4.1.25506.11.3.22
hpWX3024ETAAWCM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 22 }

.1.3.6.1.4.1.25506.11.3.23
hpWX3024ETAALSW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 23 }

.1.3.6.1.4.1.25506.11.3.24
hpWX3010ETAAWCM OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 24 }

.1.3.6.1.4.1.25506.11.3.25
hpWX3010ETAALSW OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpWireless(3) 25 }

.1.3.6.1.4.1.25506.11.4
hpSecurity OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) 4 }

.1.3.6.1.4.1.25506.11.4.1
hpSecBladeIMFWII OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 1 }

.1.3.6.1.4.1.25506.11.4.2
hpSecBladeIMSSL OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 2 }

.1.3.6.1.4.1.25506.11.4.3
hpSecBladeIMLB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 3 }

.1.3.6.1.4.1.25506.11.4.4
hpSecBladeLSQ1FWBSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 4 }

.1.3.6.1.4.1.25506.11.4.5
hpSecBladeLSQM1LBC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 5 }

.1.3.6.1.4.1.25506.11.4.6
hpSecBladeLSQ1NSMSC0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 6 }

.1.3.6.1.4.1.25506.11.4.7
hpSecBladeLSR1FW2A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 7 }

.1.3.6.1.4.1.25506.11.4.8
hpSecBladeLSR1LB1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 8 }

.1.3.6.1.4.1.25506.11.4.9
hpSecBladeLSR1NSM1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 9 }

.1.3.6.1.4.1.25506.11.4.10
hpSecBladeLST1FW2A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 10 }

.1.3.6.1.4.1.25506.11.4.11
hpSecBladeLST1LB1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 11 }

.1.3.6.1.4.1.25506.11.4.12
hpSecBladeLST1NSM1A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 12 }

.1.3.6.1.4.1.25506.11.4.13
hpSecBladeLSWM1FW10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 13 }

.1.3.6.1.4.1.25506.11.4.14
hpSecBladeSPEFWM200 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 14 }

.1.3.6.1.4.1.25506.11.4.15
hpAF5000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 15 }

.1.3.6.1.4.1.25506.11.4.16
hpAF1000E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 16 }

.1.3.6.1.4.1.25506.11.4.17
hpAU200S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 17 }

.1.3.6.1.4.1.25506.11.4.18
hpAU200A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 18 }

.1.3.6.1.4.1.25506.11.4.19
hpAF1000SEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 19 }

.1.3.6.1.4.1.25506.11.4.20
hpAF1000AEI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 20 }

.1.3.6.1.4.1.25506.11.4.21
hpSecBladeLST1FW3A1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 21 }

.1.3.6.1.4.1.25506.11.4.22
hpSecBladeLSU1FWCEA0 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 22 }

.1.3.6.1.4.1.25506.11.4.23
hpF5000C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 23 }

.1.3.6.1.4.1.25506.11.4.24
hpF5000S OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 24 }

.1.3.6.1.4.1.25506.11.4.25
hpVFW1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 25 }

.1.3.6.1.4.1.25506.11.4.26
hpSecBladeLSX1FWCEA1 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 26 }

.1.3.6.1.4.1.25506.11.4.27
hpVMSGVLB1000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 27 }

.1.3.6.1.4.1.25506.11.4.28
hpSecBlade3Context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 28 }

.1.3.6.1.4.1.25506.11.4.29
hpvFW2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 29 }

.1.3.6.1.4.1.25506.11.4.30
hpvLB2000 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hpNetworking(11) hpSecurity(4) 30 }

.1.3.6.1.4.1.25506.12
hh3cJointMibs OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 12 }

.1.3.6.1.4.1.25506.12.1
hh3cJointVendorId OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) 1 }

.1.3.6.1.4.1.25506.12.1.1
hh3cJointVendorHik OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) 1 }

.1.3.6.1.4.1.25506.12.1.1.1
dS-3E2728F-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 1 }

.1.3.6.1.4.1.25506.12.1.1.2
dS-3E3530-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 2 }

.1.3.6.1.4.1.25506.12.1.1.3
dS-3E3528F-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 3 }

.1.3.6.1.4.1.25506.12.1.1.4
dS-3E3554-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 4 }

.1.3.6.1.4.1.25506.12.1.1.5
dS-3E3730-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 5 }

.1.3.6.1.4.1.25506.12.1.1.6
dS-3E3728F-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 6 }

.1.3.6.1.4.1.25506.12.1.1.7
dS-3E3754-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 7 }

.1.3.6.1.4.1.25506.12.1.1.8
dS-3E7602 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 8 }

.1.3.6.1.4.1.25506.12.1.1.9
dS-3E7606 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 9 }

.1.3.6.1.4.1.25506.12.1.1.10
dS-3E2310-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 10 }

.1.3.6.1.4.1.25506.12.1.1.11
dS-3E2318-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 11 }

.1.3.6.1.4.1.25506.12.1.1.12
dS-3E2326-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 12 }

.1.3.6.1.4.1.25506.12.1.1.13
dS-3E2528-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 13 }

.1.3.6.1.4.1.25506.12.1.1.14
dS-3E2552-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 14 }

.1.3.6.1.4.1.25506.12.1.1.15
dS-3E2310P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 15 }

.1.3.6.1.4.1.25506.12.1.1.16
dS-3E2318P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 16 }

.1.3.6.1.4.1.25506.12.1.1.17
dS-3E2326P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 17 }

.1.3.6.1.4.1.25506.12.1.1.18
dS-3E7610X OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 18 }

.1.3.6.1.4.1.25506.12.1.1.19
ds-3E2528-H-B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 19 }

.1.3.6.1.4.1.25506.12.1.1.20
ds-3E2552-H-B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 20 }

.1.3.6.1.4.1.25506.12.1.1.21
ds-3E3926-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 21 }

.1.3.6.1.4.1.25506.12.1.1.22
ds-3E3950-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 22 }

.1.3.6.1.4.1.25506.12.1.1.23
dS-3E3528-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 23 }

.1.3.6.1.4.1.25506.12.1.1.24
dS-3E3552-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 24 }

.1.3.6.1.4.1.25506.12.1.1.25
dS-3E3528F-H-B OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 25 }

.1.3.6.1.4.1.25506.12.1.1.26
dS-3E3552F-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 26 }

.1.3.6.1.4.1.25506.12.1.1.27
dS-3E2728-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 27 }

.1.3.6.1.4.1.25506.12.1.1.28
dS-3E2752-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 28 }

.1.3.6.1.4.1.25506.12.1.1.29
dS-3E3728-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 29 }

.1.3.6.1.4.1.25506.12.1.1.30
dS-3E3752-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 30 }

.1.3.6.1.4.1.25506.12.1.1.31
dS-3E3728F-HB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 31 }

.1.3.6.1.4.1.25506.12.1.1.32
dS-3E3752F-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 32 }

.1.3.6.1.4.1.25506.12.1.1.33
dS-3E7603 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 33 }

.1.3.6.1.4.1.25506.12.1.1.34
dS-3E12508 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 34 }

.1.3.6.1.4.1.25506.12.1.1.35
dS-DS-3E3752P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 35 }

.1.3.6.1.4.1.25506.12.1.1.36
dS-DS-3E3728P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 36 }

.1.3.6.1.4.1.25506.12.1.1.37
dS-DS-3E2428-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 37 }

.1.3.6.1.4.1.25506.12.1.1.38
dS-DS-3E2452-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 38 }

.1.3.6.1.4.1.25506.12.1.1.39
dS-DS-3E2428P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 39 }

.1.3.6.1.4.1.25506.12.1.1.40
dS-DS-3E2410P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 40 }

.1.3.6.1.4.1.25506.12.1.1.41
dS-DS-3E2420P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 41 }

.1.3.6.1.4.1.25506.12.1.1.42
dS-DS-3E2418-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 42 }

.1.3.6.1.4.1.25506.12.1.1.43
dS-DS-3E2410-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 43 }

.1.3.6.1.4.1.25506.12.1.1.44
dS-DS-3E2520-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 44 }

.1.3.6.1.4.1.25506.12.1.1.45
dS-DS-3E2510-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 45 }

.1.3.6.1.4.1.25506.12.1.1.46
dS-3R200-L00H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 46 }

.1.3.6.1.4.1.25506.12.1.1.47
dS-3R600-W04H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 47 }

.1.3.6.1.4.1.25506.12.1.1.48
dS-3R400-L04H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 48 }

.1.3.6.1.4.1.25506.12.1.1.49
dS-DS-3E2728F-HB OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 49 }

.1.3.6.1.4.1.25506.12.1.1.50
dS-3WS128-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 50 }

.1.3.6.1.4.1.25506.12.1.1.51
dS-ZD-WS40-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 51 }

.1.3.6.1.4.1.25506.12.1.1.52
dS-ZD-WS80-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 52 }

.1.3.6.1.4.1.25506.12.1.1.53
dS-ZD-WS128-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 53 }

.1.3.6.1.4.1.25506.12.1.1.54
dS-DS-3E2528P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 54 }

.1.3.6.1.4.1.25506.12.1.1.55
dS-DS-3E2552P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 55 }

.1.3.6.1.4.1.25506.12.1.1.56
dS-ZD-S2552-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 56 }

.1.3.6.1.4.1.25506.12.1.1.57
dS-DS-3E2510P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 57 }

.1.3.6.1.4.1.25506.12.1.1.58
dS-ZD-S2528P-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 58 }

.1.3.6.1.4.1.25506.12.1.1.59
dS-ZD-S2728-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 59 }

.1.3.6.1.4.1.25506.12.1.1.60
dS-ZD-S3552-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 60 }

.1.3.6.1.4.1.25506.12.1.1.61
dS-ZD-S2528-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 61 }

.1.3.6.1.4.1.25506.12.1.1.62
dS-ZD-S3728F-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 62 }

.1.3.6.1.4.1.25506.12.1.1.63
dS-ZD-S2752-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 63 }

.1.3.6.1.4.1.25506.12.1.1.64
dS-ZD-S3528-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 64 }

.1.3.6.1.4.1.25506.12.1.1.65
dS-ZD-S3728-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 65 }

.1.3.6.1.4.1.25506.12.1.1.66
dS-ZD-S2728F-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 66 }

.1.3.6.1.4.1.25506.12.1.1.67
dS-DS-3WS1024-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorHik(1) 67 }

.1.3.6.1.4.1.25506.12.1.2
hh3cJointVendorDh OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) 2 }

.1.3.6.1.4.1.25506.12.1.2.1
dH-S5500-24GF4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 1 }

.1.3.6.1.4.1.25506.12.1.2.2
dH-S5500-48GT4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 2 }

.1.3.6.1.4.1.25506.12.1.2.3
dH-S7602 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 3 }

.1.3.6.1.4.1.25506.12.1.2.4
dH-S7606 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 4 }

.1.3.6.1.4.1.25506.12.1.2.5
dH-S4100-8ET2GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 5 }

.1.3.6.1.4.1.25506.12.1.2.6
dH-S4100-24ET2GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 6 }

.1.3.6.1.4.1.25506.12.1.2.7
dH-S4100-24ET2GF-PWR OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 7 }

.1.3.6.1.4.1.25506.12.1.2.8
dH-S5500-24GT4GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 8 }

.1.3.6.1.4.1.25506.12.1.2.9
dH-S5500-48GT4GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 9 }

.1.3.6.1.4.1.25506.12.1.2.10
dH-S5500-48GT4GF-AC OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 10 }

.1.3.6.1.4.1.25506.12.1.2.11
dH-S8610 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 11 }

.1.3.6.1.4.1.25506.12.1.2.12
dh-S6500-48XF2QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 12 }

.1.3.6.1.4.1.25506.12.1.2.13
dh-S7603 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 13 }

.1.3.6.1.4.1.25506.12.1.2.14
dH-DH-S5500-48GT4XF-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 14 }

.1.3.6.1.4.1.25506.12.1.2.15
dH-DH-S5500-24GT4GF-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 15 }

.1.3.6.1.4.1.25506.12.1.2.16
dH-DH-S5600-48GT4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 16 }

.1.3.6.1.4.1.25506.12.1.2.17
dH-DH-S5500-24GF4XF-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 17 }

.1.3.6.1.4.1.25506.12.1.2.18
dH-DH-AWA6220-O OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 18 }

.1.3.6.1.4.1.25506.12.1.2.19
dH-DH-AWA6330-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 19 }

.1.3.6.1.4.1.25506.12.1.2.20
dH-DH-AWA6220-W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 20 }

.1.3.6.1.4.1.25506.12.1.2.21
dH-DH-AWA6220C-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 21 }

.1.3.6.1.4.1.25506.12.1.2.22
dH-DH-AWA6220C-O OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 22 }

.1.3.6.1.4.1.25506.12.1.2.23
dH-DH-AWA6330C-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 23 }

.1.3.6.1.4.1.25506.12.1.2.24
dH-DH-AWA6220-C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 24 }

.1.3.6.1.4.1.25506.12.1.2.25
dH-DH-AWA6220C-W OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 25 }

.1.3.6.1.4.1.25506.12.1.2.26
dH-DH-AC10 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 26 }

.1.3.6.1.4.1.25506.12.1.2.27
dH-DA-AC64C OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 27 }

.1.3.6.1.4.1.25506.12.1.2.28
dH-DA-AC64 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 28 }

.1.3.6.1.4.1.25506.12.1.2.29
dh-DH-AS5900C-24GF4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 29 }

.1.3.6.1.4.1.25506.12.1.2.30
dh-DH-S5500-24GF4XF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 30 }

.1.3.6.1.4.1.25506.12.1.2.31
dh-DH-AS6900C-24GF4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 31 }

.1.3.6.1.4.1.25506.12.1.2.32
dh-DH-AS5500-8MGT2XF-370 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 32 }

.1.3.6.1.4.1.25506.12.1.2.33
dh-DH-AS5600-24GF4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 33 }

.1.3.6.1.4.1.25506.12.1.2.34
dh-DH-AS5600-24GT4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 34 }

.1.3.6.1.4.1.25506.12.1.2.35
dh-DH-AS4300-24GT4GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 35 }

.1.3.6.1.4.1.25506.12.1.2.36
dh-DH-AS5900C-24GT4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 36 }

.1.3.6.1.4.1.25506.12.1.2.37
dh-DH-AS5500-48GF4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 37 }

.1.3.6.1.4.1.25506.12.1.2.38
dh-DH-S5500-48GF4XF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 38 }

.1.3.6.1.4.1.25506.12.1.2.39
dh-DH-AS5600-48GF4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 39 }

.1.3.6.1.4.1.25506.12.1.2.40
dh-DH-AS6900C-48GT4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 40 }

.1.3.6.1.4.1.25506.12.1.2.41
dh-DH-AS3900C-24GT4GF-370 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 41 }

.1.3.6.1.4.1.25506.12.1.2.42
dh-DH-AS5500-24GT4XF-370 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 42 }

.1.3.6.1.4.1.25506.12.1.2.43
dh-DH-AS3900C-8GT2GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 43 }

.1.3.6.1.4.1.25506.12.1.2.44
dh-DH-AS4300-48GT4GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 44 }

.1.3.6.1.4.1.25506.12.1.2.45
dh-DH-AS5900C-48GT4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 45 }

.1.3.6.1.4.1.25506.12.1.2.46
dh-DH-S5500-24GT4XF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 46 }

.1.3.6.1.4.1.25506.12.1.2.47
dh-DH-AS3900C-48GT4GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 47 }

.1.3.6.1.4.1.25506.12.1.2.48
dh-DH-AS6900C-24GT4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 48 }

.1.3.6.1.4.1.25506.12.1.2.49
dh-DH-AS4300-16GT4GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 49 }

.1.3.6.1.4.1.25506.12.1.2.50
dh-DH-AS5500-48GT4XF-600 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 50 }

.1.3.6.1.4.1.25506.12.1.2.51
dh-DH-AS3900C-24GT4GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 51 }

.1.3.6.1.4.1.25506.12.1.2.52
dh-DH-AS4300-8GT2GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 52 }

.1.3.6.1.4.1.25506.12.1.2.53
dh-DH-AS5900C-48GF4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 53 }

.1.3.6.1.4.1.25506.12.1.2.54
dh-DH-AS3900C-16GT4GF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 54 }

.1.3.6.1.4.1.25506.12.1.2.55
dh-DH-S5500-48GT4XF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 55 }

.1.3.6.1.4.1.25506.12.1.2.56
dh-DH-AS6900C-48GF4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 56 }

.1.3.6.1.4.1.25506.12.1.2.57
dh-DH-AS5500-24GT4XF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 57 }

.1.3.6.1.4.1.25506.12.1.2.58
dh-DH-AS3900C-8GT2GF-125 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 58 }

.1.3.6.1.4.1.25506.12.1.2.59
dh-AR506C-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 59 }

.1.3.6.1.4.1.25506.12.1.2.60
dh-AR306-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 60 }

.1.3.6.1.4.1.25506.12.1.2.61
dh-AR506-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 61 }

.1.3.6.1.4.1.25506.12.1.2.62
dh-AR306C-H OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 62 }

.1.3.6.1.4.1.25506.12.1.2.63
dh-DH-S5600-48GT4XF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 63 }

.1.3.6.1.4.1.25506.12.1.2.64
dh-DH-S5600-24GT4XF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 64 }

.1.3.6.1.4.1.25506.12.1.2.65
dh-S66-8VGT OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 65 }

.1.3.6.1.4.1.25506.12.1.2.66
dh-DH-AS5500-24MGT4XF-600 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 66 }

.1.3.6.1.4.1.25506.12.1.2.67
dh-DH-S5600-24GF4XF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 67 }

.1.3.6.1.4.1.25506.12.1.2.68
dh-DH-S6600-48XF2QF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 68 }

.1.3.6.1.4.1.25506.12.1.2.69
dh-DH-AS6600-24XF2QF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 69 }

.1.3.6.1.4.1.25506.12.1.2.70
dh-DH-S5600-48GF4XF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 70 }

.1.3.6.1.4.1.25506.12.1.2.71
dh-DH-S6600-24XF2QF-A OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 71 }

.1.3.6.1.4.1.25506.12.1.2.72
dh-AR722-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 72 }

.1.3.6.1.4.1.25506.12.1.2.73
dh-AR722C-E OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorDh(2) 73 }

.1.3.6.1.4.1.25506.12.1.3
hh3cJointVendorSrie OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) 3 }

.1.3.6.1.4.1.25506.12.1.3.1
sRIE-SRHN5130S-52S-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorSrie(3) 1 }

.1.3.6.1.4.1.25506.12.1.3.2
sRIE-SRHN5130S-50S-HI OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorSrie(3) 2 }

.1.3.6.1.4.1.25506.12.1.3.3
sRIE-SRHN-LSWM1FWD0-S-SecBlade-FireWall-context OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorSrie(3) 3 }

.1.3.6.1.4.1.25506.12.1.3.4
sRIE-SRHN-LSWM1FWD0-S-SecBlade-FireWall-Module OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorSrie(3) 4 }

.1.3.6.1.4.1.25506.12.1.3.5
sRIE-SRHN12508X-AF OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorSrie(3) 5 }

.1.3.6.1.4.1.25506.12.1.3.6
sRIE-SRHN6800-54QF-H3 OBJECT-TYPE
  -- FROM	HH3C-PRODUCT-ID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cJointMibs(12) hh3cJointVendorId(1) hh3cJointVendorSrie(3) 6 }

.1.3.6.1.4.1.25506.13
hh3c2014 OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 13 }

.1.3.6.1.4.1.25506.14
hh3cSNA OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 14 }

.1.3.6.1.4.1.25506.15
hh3cBasesoft OBJECT-TYPE
  -- FROM	HH3C-OID-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) 15 }

.1.3.6.1.4.1.49763
nari MODULE-IDENTITY
  -- FROM	StationSW-MIB
  DESCRIPTION	"Items witch are associated with StationSW project, include some definitions
        and traps "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) 49763 }

.1.3.6.1.4.1.49763.1
stationSW OBJECT-TYPE
  -- FROM	StationSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) 1 }

.1.3.6.1.4.1.49763.1.1
stationSWMgmt OBJECT-TYPE
  -- FROM	StationSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) 1 }

.1.3.6.1.4.1.49763.1.1.1
ucMacChange OBJECT-TYPE
  -- FROM	StationSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..512) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Describe unicaset mac address change.
        The format is as follows:
        port_id<space>macAddress1&macAddress2&...<space>vlan_id1
        <space>macAddress3&macAddress4&...<space>vlan_id2..."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) 1 }

.1.3.6.1.4.1.49763.1.1.2
userTable OBJECT-TYPE
  -- FROM	StationSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Describe all user status."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) 2 }

.1.3.6.1.4.1.49763.1.1.2.1
userEntry OBJECT-TYPE
  -- FROM	StationSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ userIndex }
  DESCRIPTION	"Table entry for userTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userTable(2) 1 }

.1.3.6.1.4.1.49763.1.1.2.1.1
userIndex OBJECT-TYPE
  -- FROM	StationSW-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Index of userTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userTable(2) userEntry(1) 1 }

.1.3.6.1.4.1.49763.1.1.2.1.2
userName OBJECT-TYPE
  -- FROM	StationSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Device user name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userTable(2) userEntry(1) 2 }

.1.3.6.1.4.1.49763.1.1.2.1.3
userType OBJECT-TYPE
  -- FROM	StationSW-MIB
  -- TEXTUAL CONVENTION UserTypeEnum
  SYNTAX	INTEGER {http(1), https(2), snmp(3), telnet(4), ssh(5), cli(6), iec61850(7), console(8)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Device user type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userTable(2) userEntry(1) 3 }

.1.3.6.1.4.1.49763.1.1.2.1.4
userStatus OBJECT-TYPE
  -- FROM	StationSW-MIB
  -- TEXTUAL CONVENTION UserStatusEnum
  SYNTAX	INTEGER {logIn(1), logOut(2), changePassword(3), loginFail(4)} 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Device user type."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userTable(2) userEntry(1) 4 }

.1.3.6.1.4.1.49763.1.1.2.1.5
userModified OBJECT-TYPE
  -- FROM	StationSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"changePassword: Username who's password was modified.
        other operation: None."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userTable(2) userEntry(1) 5 }

.1.3.6.1.4.1.49763.1.1.2.1.6
userIP OBJECT-TYPE
  -- FROM	StationSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Device user IP. If no IP, use 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userTable(2) userEntry(1) 6 }

.1.3.6.1.4.1.49763.1.1.3
userOperTable OBJECT-TYPE
  -- FROM	StationSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Describe user operate command."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) 3 }

.1.3.6.1.4.1.49763.1.1.3.1
userOperEntry OBJECT-TYPE
  -- FROM	StationSW-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ userOperIndex }
  DESCRIPTION	"Table entity for userOperTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userOperTable(3) 1 }

.1.3.6.1.4.1.49763.1.1.3.1.1
userOperIndex OBJECT-TYPE
  -- FROM	StationSW-MIB
  SYNTAX	Integer32 (1..2147483647) 
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Index of userOperTable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userOperTable(3) userOperEntry(1) 1 }

.1.3.6.1.4.1.49763.1.1.3.1.2
userOperName OBJECT-TYPE
  -- FROM	StationSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Device user name."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userOperTable(3) userOperEntry(1) 2 }

.1.3.6.1.4.1.49763.1.1.3.1.3
userOperIP OBJECT-TYPE
  -- FROM	StationSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..64) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Device user IP. If no IP, use 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userOperTable(3) userOperEntry(1) 3 }

.1.3.6.1.4.1.49763.1.1.3.1.4
userOperCommand OBJECT-TYPE
  -- FROM	StationSW-MIB
  -- TEXTUAL CONVENTION DisplayString
  SYNTAX	OCTET STRING (0..256) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"Device user Command."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationSWMgmt(1) userOperTable(3) userOperEntry(1) 4 }

.1.3.6.1.4.1.49763.1.2
stationTrap OBJECT-TYPE
  -- FROM	StationSW-MIB
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) 2 }

.1.3.6.1.4.1.49763.1.2.1
ucMacChangeTrap NOTIFICATION-TYPE
  -- FROM	StationSW-MIB
  OBJECTS	{ ucMacChange }
  DESCRIPTION	"Traps of unicaset mac address change."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationTrap(2) 1 }

.1.3.6.1.4.1.49763.1.2.2
userTrap NOTIFICATION-TYPE
  -- FROM	StationSW-MIB
  OBJECTS	{ userIndex, userName, userType, userStatus, userModified, userIP }
  DESCRIPTION	"Traps of user operation."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationTrap(2) 2 }

.1.3.6.1.4.1.49763.1.2.3
userOperTrap NOTIFICATION-TYPE
  -- FROM	StationSW-MIB
  OBJECTS	{ userOperIndex, userOperName, userOperIP, userOperCommand }
  DESCRIPTION	"Traps of user operate command."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) nari(49763) stationSW(1) stationTrap(2) 3 }

.1.3.6.1.5
security OBJECT-TYPE
  -- FROM	SNMPv2-SMI
::= { iso(1) org(3) dod(6) internet(1) 5 }

.1.3.6.1.6
snmpV2 OBJECT-TYPE
  -- FROM	SNMPv2-SMI
::= { iso(1) org(3) dod(6) internet(1) 6 }

.1.3.6.1.6.1
snmpDomains OBJECT-TYPE
  -- FROM	SNMPv2-SMI
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) 1 }

.1.3.6.1.6.1.1
snmpUDPDomain OBJECT-GROUP
  -- FROM	SNMPv2-TM
  DESCRIPTION	"The SNMP over UDP over IPv4 transport domain.
               The corresponding transport address is of type
               SnmpUDPAddress."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpDomains(1) 1 }

.1.3.6.1.6.1.2
snmpCLNSDomain OBJECT-GROUP
  -- FROM	SNMPv2-TM
  DESCRIPTION	"The SNMP over CLNS transport domain.
               The corresponding transport address is of type
               SnmpOSIAddress."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpDomains(1) 2 }

.1.3.6.1.6.1.3
snmpCONSDomain OBJECT-GROUP
  -- FROM	SNMPv2-TM
  DESCRIPTION	"The SNMP over CONS transport domain.
               The corresponding transport address is of type
               SnmpOSIAddress."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpDomains(1) 3 }

.1.3.6.1.6.1.4
snmpDDPDomain OBJECT-GROUP
  -- FROM	SNMPv2-TM
  DESCRIPTION	"The SNMP over DDP transport domain.  The corresponding
               transport address is of type SnmpNBPAddress."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpDomains(1) 4 }

.1.3.6.1.6.1.5
snmpIPXDomain OBJECT-GROUP
  -- FROM	SNMPv2-TM
  DESCRIPTION	"The SNMP over IPX transport domain.  The corresponding
               transport address is of type SnmpIPXAddress."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpDomains(1) 5 }

.1.3.6.1.6.2
snmpProxys OBJECT-TYPE
  -- FROM	SNMPv2-SMI
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) 2 }

.1.3.6.1.6.2.1
rfc1157Proxy OBJECT-TYPE
  -- FROM	SNMPv2-TM
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpProxys(2) 1 }

.1.3.6.1.6.2.1.1
rfc1157Domain OBJECT-GROUP
  -- FROM	SNMPv2-TM
  DESCRIPTION	"The transport domain for SNMPv1 over UDP over IPv4.
               The corresponding transport address is of type
               SnmpUDPAddress."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpProxys(2) rfc1157Proxy(1) 1 }

.1.3.6.1.6.3
snmpModules OBJECT-TYPE
  -- FROM	SNMPv2-SMI
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) 3 }

.1.3.6.1.6.3.1
snmpMIB MODULE-IDENTITY
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"The MIB module for SNMP entities.

                Copyright (C) The Internet Society (2002). This
                version of this MIB module is part of RFC 3418;
                see the RFC itself for full legal notices.
               "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) 1 }

.1.3.6.1.6.3.1.1
snmpMIBObjects OBJECT-TYPE
  -- FROM	SNMPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) 1 }

.1.3.6.1.6.3.1.1.4
snmpTrap OBJECT-TYPE
  -- FROM	SNMPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) 4 }

.1.3.6.1.6.3.1.1.4.1
snmpTrapOID OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The authoritative identification of the notification
               currently being sent.  This variable occurs as
               the second varbind in every SNMPv2-Trap-PDU and
               InformRequest-PDU."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) snmpTrap(4) 1 }

.1.3.6.1.6.3.1.1.4.3
snmpTrapEnterprise OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	accessible-for-notify
  STATUS	current
  DESCRIPTION	"The authoritative identification of the enterprise
               associated with the trap currently being sent.  When an
               SNMP proxy agent is mapping an RFC1157 Trap-PDU
               into a SNMPv2-Trap-PDU, this variable occurs as the
               last varbind."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) snmpTrap(4) 3 }

.1.3.6.1.6.3.1.1.5
snmpTraps OBJECT-TYPE
  -- FROM	SNMPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) 5 }

.1.3.6.1.6.3.1.1.5.1
coldStart NOTIFICATION-TYPE
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"A coldStart trap signifies that the SNMP entity,
               supporting a notification originator application, is
               reinitializing itself and that its configuration may
               have been altered."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) snmpTraps(5) 1 }

.1.3.6.1.6.3.1.1.5.2
warmStart NOTIFICATION-TYPE
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"A warmStart trap signifies that the SNMP entity,
               supporting a notification originator application,
               is reinitializing itself such that its configuration
               is unaltered."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) snmpTraps(5) 2 }

.1.3.6.1.6.3.1.1.5.3
linkDown NOTIFICATION-TYPE
  -- FROM	IF-MIB
  OBJECTS	{ ifIndex, ifAdminStatus, ifOperStatus }
  DESCRIPTION	"A linkDown trap signifies that the SNMP entity, acting in
            an agent role, has detected that the ifOperStatus object for
            one of its communication links is about to enter the down
            state from some other state (but not from the notPresent
            state).  This other state is indicated by the included value
            of ifOperStatus."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) snmpTraps(5) 3 }

.1.3.6.1.6.3.1.1.5.4
linkUp NOTIFICATION-TYPE
  -- FROM	IF-MIB
  OBJECTS	{ ifIndex, ifAdminStatus, ifOperStatus }
  DESCRIPTION	"A linkUp trap signifies that the SNMP entity, acting in an
            agent role, has detected that the ifOperStatus object for
            one of its communication links left the down state and
            transitioned into some other state (but not into the
            notPresent state).  This other state is indicated by the
            included value of ifOperStatus."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) snmpTraps(5) 4 }

.1.3.6.1.6.3.1.1.5.5
authenticationFailure NOTIFICATION-TYPE
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"An authenticationFailure trap signifies that the SNMP
                entity has received a protocol message that is not
                properly authenticated.  While all implementations
                of SNMP entities MAY be capable of generating this
                trap, the snmpEnableAuthenTraps object indicates
                whether this trap will be generated."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) snmpTraps(5) 5 }

.1.3.6.1.6.3.1.1.6
snmpSet OBJECT-TYPE
  -- FROM	SNMPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) 6 }

.1.3.6.1.6.3.1.1.6.1
snmpSetSerialNo OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An advisory lock used to allow several cooperating
               command generator applications to coordinate their
               use of the SNMP set operation.

               This object is used for coarse-grain coordination.
               To achieve fine-grain coordination, one or more similar
               objects might be defined within each MIB group, as
               appropriate."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBObjects(1) snmpSet(6) 1 }

.1.3.6.1.6.3.1.2
snmpMIBConformance OBJECT-TYPE
  -- FROM	SNMPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) 2 }

.1.3.6.1.6.3.1.2.1
snmpMIBCompliances OBJECT-TYPE
  -- FROM	SNMPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) 1 }

.1.3.6.1.6.3.1.2.1.2
snmpBasicCompliance MODULE-COMPLIANCE
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"The compliance statement for SNMPv2 entities which
               implement the SNMPv2 MIB.

               This compliance statement is replaced by
               snmpBasicComplianceRev2."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBCompliances(1) 2 }

.1.3.6.1.6.3.1.2.1.3
snmpBasicComplianceRev2 MODULE-COMPLIANCE
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which
               implement this MIB module."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBCompliances(1) 3 }

.1.3.6.1.6.3.1.2.2
snmpMIBGroups OBJECT-TYPE
  -- FROM	SNMPv2-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) 2 }

.1.3.6.1.6.3.1.2.2.5
snmpSetGroup OBJECT-GROUP
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"A collection of objects which allow several cooperating
               command generator applications to coordinate their
               use of the set operation."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBGroups(2) 5 }

.1.3.6.1.6.3.1.2.2.6
systemGroup OBJECT-GROUP
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"The system group defines objects which are common to all
               managed systems."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBGroups(2) 6 }

.1.3.6.1.6.3.1.2.2.7
snmpBasicNotificationsGroup OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"The basic notifications implemented by an SNMP entity
           supporting command responder applications."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBGroups(2) 7 }

.1.3.6.1.6.3.1.2.2.8
snmpGroup OBJECT-GROUP
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"A collection of objects providing basic instrumentation
               and control of an SNMP entity."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBGroups(2) 8 }

.1.3.6.1.6.3.1.2.2.9
snmpCommunityGroup OBJECT-GROUP
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"A collection of objects providing basic instrumentation
               of a SNMP entity which supports community-based
               authentication."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBGroups(2) 9 }

.1.3.6.1.6.3.1.2.2.10
snmpObsoleteGroup OBJECT-GROUP
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"A collection of objects from RFC 1213 made obsolete
               by this MIB module."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBGroups(2) 10 }

.1.3.6.1.6.3.1.2.2.11
snmpWarmStartNotificationGroup OBJECT-TYPE
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"An additional notification for an SNMP entity supporting
        command responder applications, if it is able to reinitialize
        itself such that its configuration is unaltered."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBGroups(2) 11 }

.1.3.6.1.6.3.1.2.2.12
snmpNotificationGroup OBJECT-GROUP
  -- FROM	SNMPv2-MIB
  DESCRIPTION	"These objects are required for entities
               which support notification originator applications."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMIB(1) snmpMIBConformance(2) snmpMIBGroups(2) 12 }

.1.3.6.1.6.3.10
snmpFrameworkMIB MODULE-IDENTITY
  -- FROM	SNMP-FRAMEWORK-MIB
  DESCRIPTION	"The SNMP Management Architecture MIB"
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) 10 }

.1.3.6.1.6.3.10.1
snmpFrameworkAdmin OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) 1 }

.1.3.6.1.6.3.10.1.1
snmpAuthProtocols OBJECT-GROUP
  -- FROM	SNMP-FRAMEWORK-MIB
  DESCRIPTION	"Registration point for standards-track
                     authentication protocols used in SNMP Management
                     Frameworks.
                    "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) 1 }

.1.3.6.1.6.3.10.1.1.1
usmNoAuthProtocol OBJECT-GROUP
  -- FROM	SNMP-USER-BASED-SM-MIB
  DESCRIPTION	"No Authentication Protocol."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpAuthProtocols(1) 1 }

.1.3.6.1.6.3.10.1.1.2
usmHMACMD5AuthProtocol OBJECT-GROUP
  -- FROM	SNMP-USER-BASED-SM-MIB
  DESCRIPTION	"The HMAC-MD5-96 Digest Authentication Protocol."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpAuthProtocols(1) 2 }

.1.3.6.1.6.3.10.1.1.3
usmHMACSHAAuthProtocol OBJECT-GROUP
  -- FROM	SNMP-USER-BASED-SM-MIB
  DESCRIPTION	"The HMAC-SHA-96 Digest Authentication Protocol."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpAuthProtocols(1) 3 }

.1.3.6.1.6.3.10.1.1.4
usmHMAC128SHA224AuthProtocol OBJECT-GROUP
  -- FROM	SNMP-USM-HMAC-SHA2-MIB
  DESCRIPTION	"The Authentication Protocol
                usmHMAC128SHA224AuthProtocol uses HMAC-SHA-224 and
                truncates output to 128 bits."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpAuthProtocols(1) 4 }

.1.3.6.1.6.3.10.1.1.5
usmHMAC192SHA256AuthProtocol OBJECT-GROUP
  -- FROM	SNMP-USM-HMAC-SHA2-MIB
  DESCRIPTION	"The Authentication Protocol
                usmHMAC192SHA256AuthProtocol uses HMAC-SHA-256 and
                truncates output to 192 bits."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpAuthProtocols(1) 5 }

.1.3.6.1.6.3.10.1.1.6
usmHMAC256SHA384AuthProtocol OBJECT-GROUP
  -- FROM	SNMP-USM-HMAC-SHA2-MIB
  DESCRIPTION	"The Authentication Protocol
                usmHMAC256SHA384AuthProtocol uses HMAC-SHA-384 and
                truncates output to 256 bits."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpAuthProtocols(1) 6 }

.1.3.6.1.6.3.10.1.1.7
usmHMAC384SHA512AuthProtocol OBJECT-GROUP
  -- FROM	SNMP-USM-HMAC-SHA2-MIB
  DESCRIPTION	"The Authentication Protocol
                usmHMAC384SHA512AuthProtocol uses HMAC-SHA-512 and
                truncates output to 384 bits."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpAuthProtocols(1) 7 }

.1.3.6.1.6.3.10.1.2
snmpPrivProtocols OBJECT-GROUP
  -- FROM	SNMP-FRAMEWORK-MIB
  DESCRIPTION	"Registration point for standards-track privacy
                     protocols used in SNMP Management Frameworks.
                    "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) 2 }

.1.3.6.1.6.3.10.1.2.1
usmNoPrivProtocol OBJECT-GROUP
  -- FROM	SNMP-USER-BASED-SM-MIB
  DESCRIPTION	"No Privacy Protocol."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpPrivProtocols(2) 1 }

.1.3.6.1.6.3.10.1.2.2
usmDESPrivProtocol OBJECT-GROUP
  -- FROM	SNMP-USER-BASED-SM-MIB
  DESCRIPTION	"The CBC-DES Symmetric Encryption Protocol."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpPrivProtocols(2) 2 }

.1.3.6.1.6.3.10.1.2.3
usm3DESEDEPrivProtocol OBJECT-GROUP
  -- FROM	SNMP-USER-BASED-SM-3DES-MIB
  DESCRIPTION	"The 3DES-EDE Symmetric Encryption Protocol."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpPrivProtocols(2) 3 }

.1.3.6.1.6.3.10.1.2.4
usmAesCfb128Protocol OBJECT-GROUP
  -- FROM	SNMP-USM-AES-MIB
  DESCRIPTION	"The CFB128-AES-128 Privacy Protocol."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkAdmin(1) snmpPrivProtocols(2) 4 }

.1.3.6.1.6.3.10.2
snmpFrameworkMIBObjects OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) 2 }

.1.3.6.1.6.3.10.2.1
snmpEngine OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkMIBObjects(2) 1 }

.1.3.6.1.6.3.10.2.1.1
snmpEngineID OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
  -- TEXTUAL CONVENTION SnmpEngineID
  SYNTAX	OCTET STRING (5..32) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An SNMP engine's administratively-unique identifier.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkMIBObjects(2) snmpEngine(1) 1 }

.1.3.6.1.6.3.10.2.1.2
snmpEngineBoots OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times that the SNMP engine has
                    (re-)initialized itself since snmpEngineID
                    was last configured.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkMIBObjects(2) snmpEngine(1) 2 }

.1.3.6.1.6.3.10.2.1.3
snmpEngineTime OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of seconds since the value of
                    the snmpEngineBoots object last changed.
                    When incrementing this object's value would
                    cause it to exceed its maximum,
                    snmpEngineBoots is incremented as if a
                    re-initialization had occurred, and this
                    object's value consequently reverts to zero.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkMIBObjects(2) snmpEngine(1) 3 }

.1.3.6.1.6.3.10.2.1.4
snmpEngineMaxMessageSize OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
  SYNTAX	INTEGER (484..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum length in octets of an SNMP message
                    which this SNMP engine can send or receive and
                    process, determined as the minimum of the maximum
                    message size values supported among all of the
                    transports available to and supported by the engine.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkMIBObjects(2) snmpEngine(1) 4 }

.1.3.6.1.6.3.10.3
snmpFrameworkMIBConformance OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) 3 }

.1.3.6.1.6.3.10.3.1
snmpFrameworkMIBCompliances OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkMIBConformance(3) 1 }

.1.3.6.1.6.3.10.3.1.1
snmpFrameworkMIBCompliance MODULE-COMPLIANCE
  -- FROM	SNMP-FRAMEWORK-MIB
  DESCRIPTION	"The compliance statement for SNMP engines which
                    implement the SNMP Management Framework MIB.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkMIBConformance(3) snmpFrameworkMIBCompliances(1) 1 }

.1.3.6.1.6.3.10.3.2
snmpFrameworkMIBGroups OBJECT-TYPE
  -- FROM	SNMP-FRAMEWORK-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkMIBConformance(3) 2 }

.1.3.6.1.6.3.10.3.2.1
snmpEngineGroup OBJECT-GROUP
  -- FROM	SNMP-FRAMEWORK-MIB
  DESCRIPTION	"A collection of objects for identifying and
                    determining the configuration and current timeliness
                    values of an SNMP engine.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpFrameworkMIB(10) snmpFrameworkMIBConformance(3) snmpFrameworkMIBGroups(2) 1 }

.1.3.6.1.6.3.11
snmpMPDMIB MODULE-IDENTITY
  -- FROM	SNMP-MPD-MIB
  DESCRIPTION	"The MIB for Message Processing and Dispatching"
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) 11 }

.1.3.6.1.6.3.11.1
snmpMPDAdmin OBJECT-TYPE
  -- FROM	SNMP-MPD-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) 1 }

.1.3.6.1.6.3.11.2
snmpMPDMIBObjects OBJECT-TYPE
  -- FROM	SNMP-MPD-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) 2 }

.1.3.6.1.6.3.11.2.1
snmpMPDStats OBJECT-TYPE
  -- FROM	SNMP-MPD-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) snmpMPDMIBObjects(2) 1 }

.1.3.6.1.6.3.11.2.1.1
snmpUnknownSecurityModels OBJECT-TYPE
  -- FROM	SNMP-MPD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
                    engine which were dropped because they referenced a
                    securityModel that was not known to or supported by
                    the SNMP engine.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) snmpMPDMIBObjects(2) snmpMPDStats(1) 1 }

.1.3.6.1.6.3.11.2.1.2
snmpInvalidMsgs OBJECT-TYPE
  -- FROM	SNMP-MPD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
                    engine which were dropped because there were invalid
                    or inconsistent components in the SNMP message.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) snmpMPDMIBObjects(2) snmpMPDStats(1) 2 }

.1.3.6.1.6.3.11.2.1.3
snmpUnknownPDUHandlers OBJECT-TYPE
  -- FROM	SNMP-MPD-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
                    engine which were dropped because the PDU contained
                    in the packet could not be passed to an application
                    responsible for handling the pduType, e.g. no SNMP
                    application had registered for the proper
                    combination of the contextEngineID and the pduType.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) snmpMPDMIBObjects(2) snmpMPDStats(1) 3 }

.1.3.6.1.6.3.11.3
snmpMPDMIBConformance OBJECT-TYPE
  -- FROM	SNMP-MPD-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) 3 }

.1.3.6.1.6.3.11.3.1
snmpMPDMIBCompliances OBJECT-TYPE
  -- FROM	SNMP-MPD-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) snmpMPDMIBConformance(3) 1 }

.1.3.6.1.6.3.11.3.1.1
snmpMPDCompliance MODULE-COMPLIANCE
  -- FROM	SNMP-MPD-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which
                    implement the SNMP-MPD-MIB.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) snmpMPDMIBConformance(3) snmpMPDMIBCompliances(1) 1 }

.1.3.6.1.6.3.11.3.2
snmpMPDMIBGroups OBJECT-TYPE
  -- FROM	SNMP-MPD-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) snmpMPDMIBConformance(3) 2 }

.1.3.6.1.6.3.11.3.2.1
snmpMPDGroup OBJECT-GROUP
  -- FROM	SNMP-MPD-MIB
  DESCRIPTION	"A collection of objects providing for remote
                    monitoring of the SNMP Message Processing and
                    Dispatching process.
                   "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpMPDMIB(11) snmpMPDMIBConformance(3) snmpMPDMIBGroups(2) 1 }

.1.3.6.1.6.3.12
snmpTargetMIB MODULE-IDENTITY
  -- FROM	SNMP-TARGET-MIB
  DESCRIPTION	"This MIB module defines MIB objects which provide
            mechanisms to remotely configure the parameters used
            by an SNMP entity for the generation of SNMP messages."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) 12 }

.1.3.6.1.6.3.12.1
snmpTargetObjects OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) 1 }

.1.3.6.1.6.3.12.1.1
snmpTargetSpinLock OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to facilitate modification of table
            entries in the SNMP-TARGET-MIB module by multiple
            managers.  In particular, it is useful when modifying
            the value of the snmpTargetAddrTagList object.

            The procedure for modifying the snmpTargetAddrTagList
            object is as follows:

                1.  Retrieve the value of snmpTargetSpinLock and
                    of snmpTargetAddrTagList.

                2.  Generate a new value for snmpTargetAddrTagList.

                3.  Set the value of snmpTargetSpinLock to the
                    retrieved value, and the value of
                    snmpTargetAddrTagList to the new value.  If
                    the set fails for the snmpTargetSpinLock
                    object, go back to step 1."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) 1 }

.1.3.6.1.6.3.12.1.2
snmpTargetAddrTable OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of transport addresses to be used in the generation
            of SNMP messages."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) 2 }

.1.3.6.1.6.3.12.1.2.1
snmpTargetAddrEntry OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED snmpTargetAddrName }
  DESCRIPTION	"A transport address to be used in the generation
            of SNMP operations.

            Entries in the snmpTargetAddrTable are created and
            deleted using the snmpTargetAddrRowStatus object."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) 1 }

.1.3.6.1.6.3.12.1.2.1.1
snmpTargetAddrName OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The locally arbitrary, but unique identifier associated
            with this snmpTargetAddrEntry."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) snmpTargetAddrEntry(1) 1 }

.1.3.6.1.6.3.12.1.2.1.2
snmpTargetAddrTDomain OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION TDomain
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the transport type of the address
            contained in the snmpTargetAddrTAddress object."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) snmpTargetAddrEntry(1) 2 }

.1.3.6.1.6.3.12.1.2.1.3
snmpTargetAddrTAddress OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains a transport address.  The format of
            this address depends on the value of the
            snmpTargetAddrTDomain object."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) snmpTargetAddrEntry(1) 3 }

.1.3.6.1.6.3.12.1.2.1.4
snmpTargetAddrTimeout OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object should reflect the expected maximum round
            trip time for communicating with the transport address
            defined by this row.  When a message is sent to this
            address, and a response (if one is expected) is not
            received within this time period, an implementation
            may assume that the response will not be delivered.

            Note that the time interval that an application waits
            for a response may actually be derived from the value
            of this object.  The method for deriving the actual time
            interval is implementation dependent.  One such method
            is to derive the expected round trip time based on a
            particular retransmission algorithm and on the number
            of timeouts which have occurred.  The type of message may
            also be considered when deriving expected round trip
            times for retransmissions.  For example, if a message is
            being sent with a securityLevel that indicates both
            authentication and privacy, the derived value may be
            increased to compensate for extra processing time spent
            during authentication and encryption processing."
  DEFVAL	{ 1500 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) snmpTargetAddrEntry(1) 4 }

.1.3.6.1.6.3.12.1.2.1.5
snmpTargetAddrRetryCount OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  SYNTAX	Integer32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object specifies a default number of retries to be
            attempted when a response is not received for a generated
            message.  An application may provide its own retry count,
            in which case the value of this object is ignored."
  DEFVAL	{ 3 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) snmpTargetAddrEntry(1) 5 }

.1.3.6.1.6.3.12.1.2.1.6
snmpTargetAddrTagList OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION SnmpTagList
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains a list of tag values which are
            used to select target addresses for a particular
            operation."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) snmpTargetAddrEntry(1) 6 }

.1.3.6.1.6.3.12.1.2.1.7
snmpTargetAddrParams OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of this object identifies an entry in the
            snmpTargetParamsTable.  The identified entry
            contains SNMP parameters to be used when generating
            messages to be sent to this transport address."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) snmpTargetAddrEntry(1) 7 }

.1.3.6.1.6.3.12.1.2.1.8
snmpTargetAddrStorageType OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) snmpTargetAddrEntry(1) 8 }

.1.3.6.1.6.3.12.1.2.1.9
snmpTargetAddrRowStatus OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

            To create a row in this table, a manager must
            set this object to either createAndGo(4) or
            createAndWait(5).

            Until instances of all corresponding columns are
            appropriately configured, the value of the
            corresponding instance of the snmpTargetAddrRowStatus
            column is 'notReady'.

            In particular, a newly created row cannot be made
            active until the corresponding instances of
            snmpTargetAddrTDomain, snmpTargetAddrTAddress, and
            snmpTargetAddrParams have all been set.

            The following objects may not be modified while the
            value of this object is active(1):
                - snmpTargetAddrTDomain
                - snmpTargetAddrTAddress
            An attempt to set these objects while the value of
            snmpTargetAddrRowStatus is active(1) will result in
            an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetAddrTable(2) snmpTargetAddrEntry(1) 9 }

.1.3.6.1.6.3.12.1.3
snmpTargetParamsTable OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of SNMP target information to be used
            in the generation of SNMP messages."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) 3 }

.1.3.6.1.6.3.12.1.3.1
snmpTargetParamsEntry OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED snmpTargetParamsName }
  DESCRIPTION	"A set of SNMP target information.

            Entries in the snmpTargetParamsTable are created and
            deleted using the snmpTargetParamsRowStatus object."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetParamsTable(3) 1 }

.1.3.6.1.6.3.12.1.3.1.1
snmpTargetParamsName OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The locally arbitrary, but unique identifier associated
            with this snmpTargetParamsEntry."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetParamsTable(3) snmpTargetParamsEntry(1) 1 }

.1.3.6.1.6.3.12.1.3.1.2
snmpTargetParamsMPModel OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION SnmpMessageProcessingModel
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Message Processing Model to be used when generating
            SNMP messages using this entry."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetParamsTable(3) snmpTargetParamsEntry(1) 2 }

.1.3.6.1.6.3.12.1.3.1.3
snmpTargetParamsSecurityModel OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION SnmpSecurityModel
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Security Model to be used when generating SNMP
             messages using this entry.  An implementation may
             choose to return an inconsistentValue error if an
             attempt is made to set this variable to a value
             for a security model which the implementation does
             not support."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetParamsTable(3) snmpTargetParamsEntry(1) 3 }

.1.3.6.1.6.3.12.1.3.1.4
snmpTargetParamsSecurityName OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The securityName which identifies the Principal on
            whose behalf SNMP messages will be generated using
            this entry."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetParamsTable(3) snmpTargetParamsEntry(1) 4 }

.1.3.6.1.6.3.12.1.3.1.5
snmpTargetParamsSecurityLevel OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION SnmpSecurityLevel
  SYNTAX	INTEGER {noAuthNoPriv(1), authNoPriv(2), authPriv(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Level of Security to be used when generating
            SNMP messages using this entry."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetParamsTable(3) snmpTargetParamsEntry(1) 5 }

.1.3.6.1.6.3.12.1.3.1.6
snmpTargetParamsStorageType OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetParamsTable(3) snmpTargetParamsEntry(1) 6 }

.1.3.6.1.6.3.12.1.3.1.7
snmpTargetParamsRowStatus OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

            To create a row in this table, a manager must
            set this object to either createAndGo(4) or
            createAndWait(5).

            Until instances of all corresponding columns are
            appropriately configured, the value of the
            corresponding instance of the snmpTargetParamsRowStatus
            column is 'notReady'.

            In particular, a newly created row cannot be made
            active until the corresponding
            snmpTargetParamsMPModel,
            snmpTargetParamsSecurityModel,
            snmpTargetParamsSecurityName,
            and snmpTargetParamsSecurityLevel have all been set.
            The following objects may not be modified while the
            value of this object is active(1):
                - snmpTargetParamsMPModel
                - snmpTargetParamsSecurityModel
                - snmpTargetParamsSecurityName
                - snmpTargetParamsSecurityLevel
            An attempt to set these objects while the value of
            snmpTargetParamsRowStatus is active(1) will result in
            an inconsistentValue error."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) snmpTargetParamsTable(3) snmpTargetParamsEntry(1) 7 }

.1.3.6.1.6.3.12.1.4
snmpUnavailableContexts OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
            engine which were dropped because the context
            contained in the message was unavailable."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) 4 }

.1.3.6.1.6.3.12.1.5
snmpUnknownContexts OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
            engine which were dropped because the context
            contained in the message was unknown."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetObjects(1) 5 }

.1.3.6.1.6.3.12.3
snmpTargetConformance OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) 3 }

.1.3.6.1.6.3.12.3.1
snmpTargetCompliances OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetConformance(3) 1 }

.1.3.6.1.6.3.12.3.1.1
snmpTargetCommandResponderCompliance MODULE-COMPLIANCE
  -- FROM	SNMP-TARGET-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which include
            a command responder application."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetConformance(3) snmpTargetCompliances(1) 1 }

.1.3.6.1.6.3.12.3.2
snmpTargetGroups OBJECT-TYPE
  -- FROM	SNMP-TARGET-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetConformance(3) 2 }

.1.3.6.1.6.3.12.3.2.1
snmpTargetBasicGroup OBJECT-GROUP
  -- FROM	SNMP-TARGET-MIB
  DESCRIPTION	"A collection of objects providing basic remote
            configuration of management targets."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetConformance(3) snmpTargetGroups(2) 1 }

.1.3.6.1.6.3.12.3.2.2
snmpTargetResponseGroup OBJECT-GROUP
  -- FROM	SNMP-TARGET-MIB
  DESCRIPTION	"A collection of objects providing remote configuration
            of management targets for applications which generate
            SNMP messages for which a response message would be
            expected."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetConformance(3) snmpTargetGroups(2) 2 }

.1.3.6.1.6.3.12.3.2.3
snmpTargetCommandResponderGroup OBJECT-GROUP
  -- FROM	SNMP-TARGET-MIB
  DESCRIPTION	"A collection of objects required for command responder
            applications, used for counting error conditions."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpTargetMIB(12) snmpTargetConformance(3) snmpTargetGroups(2) 3 }

.1.3.6.1.6.3.13
snmpNotificationMIB MODULE-IDENTITY
  -- FROM	SNMP-NOTIFICATION-MIB
  DESCRIPTION	"This MIB module defines MIB objects which provide
            mechanisms to remotely configure the parameters
            used by an SNMP entity for the generation of
            notifications.

            Copyright (C) The Internet Society (2002). This
            version of this MIB module is part of RFC 3413;
            see the RFC itself for full legal notices.
           "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) 13 }

.1.3.6.1.6.3.13.1
snmpNotifyObjects OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) 1 }

.1.3.6.1.6.3.13.1.1
snmpNotifyTable OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to select management targets which should
            receive notifications, as well as the type of notification
            which should be sent to each selected management target."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) 1 }

.1.3.6.1.6.3.13.1.1.1
snmpNotifyEntry OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED snmpNotifyName }
  DESCRIPTION	"An entry in this table selects a set of management targets
            which should receive notifications, as well as the type of
            notification which should be sent to each selected
            management target.

            Entries in the snmpNotifyTable are created and
            deleted using the snmpNotifyRowStatus object."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyTable(1) 1 }

.1.3.6.1.6.3.13.1.1.1.1
snmpNotifyName OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The locally arbitrary, but unique identifier associated
            with this snmpNotifyEntry."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyTable(1) snmpNotifyEntry(1) 1 }

.1.3.6.1.6.3.13.1.1.1.2
snmpNotifyTag OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  -- TEXTUAL CONVENTION SnmpTagValue
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object contains a single tag value which is used
            to select entries in the snmpTargetAddrTable.  Any entry
            in the snmpTargetAddrTable which contains a tag value
            which is equal to the value of an instance of this
            object is selected.  If this object contains a value
            of zero length, no entries are selected."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyTable(1) snmpNotifyEntry(1) 2 }

.1.3.6.1.6.3.13.1.1.1.3
snmpNotifyType OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  SYNTAX	INTEGER {trap(1), inform(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object determines the type of notification to
            be generated for entries in the snmpTargetAddrTable
            selected by the corresponding instance of
            snmpNotifyTag.  This value is only used when
            generating notifications, and is ignored when
            using the snmpTargetAddrTable for other purposes.

            If the value of this object is trap(1), then any
            messages generated for selected rows will contain
            Unconfirmed-Class PDUs.

            If the value of this object is inform(2), then any
            messages generated for selected rows will contain
            Confirmed-Class PDUs.

            Note that if an SNMP entity only supports
            generation of Unconfirmed-Class PDUs (and not
            Confirmed-Class PDUs), then this object may be
            read-only."
  DEFVAL	{ trap }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyTable(1) snmpNotifyEntry(1) 3 }

.1.3.6.1.6.3.13.1.1.1.4
snmpNotifyStorageType OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
            Conceptual rows having the value 'permanent' need not
            allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyTable(1) snmpNotifyEntry(1) 4 }

.1.3.6.1.6.3.13.1.1.1.5
snmpNotifyRowStatus OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

            To create a row in this table, a manager must
            set this object to either createAndGo(4) or
            createAndWait(5)."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyTable(1) snmpNotifyEntry(1) 5 }

.1.3.6.1.6.3.13.1.2
snmpNotifyFilterProfileTable OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is used to associate a notification filter
            profile with a particular set of target parameters."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) 2 }

.1.3.6.1.6.3.13.1.2.1
snmpNotifyFilterProfileEntry OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED snmpTargetParamsName }
  DESCRIPTION	"An entry in this table indicates the name of the filter
            profile to be used when generating notifications using
            the corresponding entry in the snmpTargetParamsTable.

            Entries in the snmpNotifyFilterProfileTable are created
            and deleted using the snmpNotifyFilterProfileRowStatus
            object."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterProfileTable(2) 1 }

.1.3.6.1.6.3.13.1.2.1.1
snmpNotifyFilterProfileName OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of the filter profile to be used when generating
            notifications using the corresponding entry in the
            snmpTargetAddrTable."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterProfileTable(2) snmpNotifyFilterProfileEntry(1) 1 }

.1.3.6.1.6.3.13.1.2.1.2
snmpNotifyFilterProfileStorType OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
            Conceptual rows having the value 'permanent' need not
            allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterProfileTable(2) snmpNotifyFilterProfileEntry(1) 2 }

.1.3.6.1.6.3.13.1.2.1.3
snmpNotifyFilterProfileRowStatus OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

            To create a row in this table, a manager must
            set this object to either createAndGo(4) or
            createAndWait(5).

            Until instances of all corresponding columns are
            appropriately configured, the value of the
            corresponding instance of the
            snmpNotifyFilterProfileRowStatus column is 'notReady'.

            In particular, a newly created row cannot be made
            active until the corresponding instance of
            snmpNotifyFilterProfileName has been set."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterProfileTable(2) snmpNotifyFilterProfileEntry(1) 3 }

.1.3.6.1.6.3.13.1.3
snmpNotifyFilterTable OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of filter profiles.  Filter profiles are used
            to determine whether particular management targets should
            receive particular notifications.

            When a notification is generated, it must be compared
            with the filters associated with each management target
            which is configured to receive notifications, in order to
            determine whether it may be sent to each such management
            target.

            A more complete discussion of notification filtering
            can be found in section 6. of [SNMP-APPL]."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) 3 }

.1.3.6.1.6.3.13.1.3.1
snmpNotifyFilterEntry OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ snmpNotifyFilterProfileName, IMPLIED snmpNotifyFilterSubtree }
  DESCRIPTION	"An element of a filter profile.

            Entries in the snmpNotifyFilterTable are created and
            deleted using the snmpNotifyFilterRowStatus object."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterTable(3) 1 }

.1.3.6.1.6.3.13.1.3.1.1
snmpNotifyFilterSubtree OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MIB subtree which, when combined with the corresponding
            instance of snmpNotifyFilterMask, defines a family of
            subtrees which are included in or excluded from the
            filter profile."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterTable(3) snmpNotifyFilterEntry(1) 1 }

.1.3.6.1.6.3.13.1.3.1.2
snmpNotifyFilterMask OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The bit mask which, in combination with the corresponding
            instance of snmpNotifyFilterSubtree, defines a family of
            subtrees which are included in or excluded from the
            filter profile.

            Each bit of this bit mask corresponds to a
            sub-identifier of snmpNotifyFilterSubtree, with the
            most significant bit of the i-th octet of this octet
            string value (extended if necessary, see below)
            corresponding to the (8*i - 7)-th sub-identifier, and
            the least significant bit of the i-th octet of this
            octet string corresponding to the (8*i)-th
            sub-identifier, where i is in the range 1 through 16.

            Each bit of this bit mask specifies whether or not
            the corresponding sub-identifiers must match when
            determining if an OBJECT IDENTIFIER matches this
            family of filter subtrees; a '1' indicates that an
            exact match must occur; a '0' indicates 'wild card',
            i.e., any sub-identifier value matches.
            Thus, the OBJECT IDENTIFIER X of an object instance
            is contained in a family of filter subtrees if, for
            each sub-identifier of the value of
            snmpNotifyFilterSubtree, either:

              the i-th bit of snmpNotifyFilterMask is 0, or

              the i-th sub-identifier of X is equal to the i-th
              sub-identifier of the value of
              snmpNotifyFilterSubtree.

            If the value of this bit mask is M bits long and
            there are more than M sub-identifiers in the
            corresponding instance of snmpNotifyFilterSubtree,
            then the bit mask is extended with 1's to be the
            required length.

            Note that when the value of this object is the
            zero-length string, this extension rule results in
            a mask of all-1's being used (i.e., no 'wild card'),
            and the family of filter subtrees is the one
            subtree uniquely identified by the corresponding
            instance of snmpNotifyFilterSubtree."
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterTable(3) snmpNotifyFilterEntry(1) 2 }

.1.3.6.1.6.3.13.1.3.1.3
snmpNotifyFilterType OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  SYNTAX	INTEGER {included(1), excluded(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates whether the family of filter subtrees
            defined by this entry are included in or excluded from a
            filter.  A more detailed discussion of the use of this
            object can be found in section 6. of [SNMP-APPL]."
  DEFVAL	{ included }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterTable(3) snmpNotifyFilterEntry(1) 3 }

.1.3.6.1.6.3.13.1.3.1.4
snmpNotifyFilterStorageType OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
            Conceptual rows having the value 'permanent' need not
            allow write-access to any columnar objects in the row."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterTable(3) snmpNotifyFilterEntry(1) 4 }

.1.3.6.1.6.3.13.1.3.1.5
snmpNotifyFilterRowStatus OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

            To create a row in this table, a manager must
            set this object to either createAndGo(4) or
            createAndWait(5)."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyObjects(1) snmpNotifyFilterTable(3) snmpNotifyFilterEntry(1) 5 }

.1.3.6.1.6.3.13.3
snmpNotifyConformance OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) 3 }

.1.3.6.1.6.3.13.3.1
snmpNotifyCompliances OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyConformance(3) 1 }

.1.3.6.1.6.3.13.3.1.1
snmpNotifyBasicCompliance MODULE-COMPLIANCE
  -- FROM	SNMP-NOTIFICATION-MIB
  DESCRIPTION	"The compliance statement for minimal SNMP entities which
            implement only SNMP Unconfirmed-Class notifications and
            read-create operations on only the snmpTargetAddrTable."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyConformance(3) snmpNotifyCompliances(1) 1 }

.1.3.6.1.6.3.13.3.1.2
snmpNotifyBasicFiltersCompliance MODULE-COMPLIANCE
  -- FROM	SNMP-NOTIFICATION-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which implement
            SNMP Unconfirmed-Class notifications with filtering, and
            read-create operations on all related tables."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyConformance(3) snmpNotifyCompliances(1) 2 }

.1.3.6.1.6.3.13.3.1.3
snmpNotifyFullCompliance MODULE-COMPLIANCE
  -- FROM	SNMP-NOTIFICATION-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which either
            implement only SNMP Confirmed-Class notifications, or both
            SNMP Unconfirmed-Class and Confirmed-Class notifications,
            plus filtering and read-create operations on all related
            tables."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyConformance(3) snmpNotifyCompliances(1) 3 }

.1.3.6.1.6.3.13.3.2
snmpNotifyGroups OBJECT-TYPE
  -- FROM	SNMP-NOTIFICATION-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyConformance(3) 2 }

.1.3.6.1.6.3.13.3.2.1
snmpNotifyGroup OBJECT-GROUP
  -- FROM	SNMP-NOTIFICATION-MIB
  DESCRIPTION	"A collection of objects for selecting which management
            targets are used for generating notifications, and the
            type of notification to be generated for each selected
            management target."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyConformance(3) snmpNotifyGroups(2) 1 }

.1.3.6.1.6.3.13.3.2.2
snmpNotifyFilterGroup OBJECT-GROUP
  -- FROM	SNMP-NOTIFICATION-MIB
  DESCRIPTION	"A collection of objects providing remote configuration
            of notification filters."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpNotificationMIB(13) snmpNotifyConformance(3) snmpNotifyGroups(2) 2 }

.1.3.6.1.6.3.15
snmpUsmMIB MODULE-IDENTITY
  -- FROM	SNMP-USER-BASED-SM-MIB, SNMP-USER-BASED-SM-3DES-MIB
  DESCRIPTION	"The management information definitions for the
                  SNMP User-based Security Model.

                  Copyright (C) The Internet Society (2002). This
                  version of this MIB module is part of RFC 3414;
                  see the RFC itself for full legal notices.
                 "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) 15 }

.1.3.6.1.6.3.15.1
usmMIBObjects OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) 1 }

.1.3.6.1.6.3.15.1.1
usmStats OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) 1 }

.1.3.6.1.6.3.15.1.1.1
usmStatsUnsupportedSecLevels OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
                 engine which were dropped because they requested a
                 securityLevel that was unknown to the SNMP engine
                 or otherwise unavailable.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmStats(1) 1 }

.1.3.6.1.6.3.15.1.1.2
usmStatsNotInTimeWindows OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
                 engine which were dropped because they appeared
                 outside of the authoritative SNMP engine's window.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmStats(1) 2 }

.1.3.6.1.6.3.15.1.1.3
usmStatsUnknownUserNames OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
                 engine which were dropped because they referenced a
                 user that was not known to the SNMP engine.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmStats(1) 3 }

.1.3.6.1.6.3.15.1.1.4
usmStatsUnknownEngineIDs OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
                 engine which were dropped because they referenced an
                 snmpEngineID that was not known to the SNMP engine.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmStats(1) 4 }

.1.3.6.1.6.3.15.1.1.5
usmStatsWrongDigests OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
                 engine which were dropped because they didn't
                 contain the expected digest value.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmStats(1) 5 }

.1.3.6.1.6.3.15.1.1.6
usmStatsDecryptionErrors OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of packets received by the SNMP
                 engine which were dropped because they could not be
                 decrypted.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmStats(1) 6 }

.1.3.6.1.6.3.15.1.2
usmUser OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) 2 }

.1.3.6.1.6.3.15.1.2.1
usmUserSpinLock OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An advisory lock used to allow several cooperating
                 Command Generator Applications to coordinate their
                 use of facilities to alter secrets in the
                 usmUserTable.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) 1 }

.1.3.6.1.6.3.15.1.2.2
usmUserTable OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of users configured in the SNMP engine's
                 Local Configuration Datastore (LCD).

                 To create a new user (i.e., to instantiate a new
                 conceptual row in this table), it is recommended to
                 follow this procedure:

                   1)  GET(usmUserSpinLock.0) and save in sValue.
                   2)  SET(usmUserSpinLock.0=sValue,
                           usmUserCloneFrom=templateUser,
                           usmUserStatus=createAndWait)
                       You should use a template user to clone from
                       which has the proper auth/priv protocol defined.

                 If the new user is to use privacy:

                   3)  generate the keyChange value based on the secret
                       privKey of the clone-from user and the secret key
                       to be used for the new user. Let us call this
                       pkcValue.
                   4)  GET(usmUserSpinLock.0) and save in sValue.
                   5)  SET(usmUserSpinLock.0=sValue,
                           usmUserPrivKeyChange=pkcValue
                           usmUserPublic=randomValue1)
                   6)  GET(usmUserPulic) and check it has randomValue1.
                       If not, repeat steps 4-6.

                 If the new user will never use privacy:

                   7)  SET(usmUserPrivProtocol=usmNoPrivProtocol)

                 If the new user is to use authentication:

                   8)  generate the keyChange value based on the secret
                       authKey of the clone-from user and the secret key
                       to be used for the new user. Let us call this
                       akcValue.
                   9)  GET(usmUserSpinLock.0) and save in sValue.
                   10) SET(usmUserSpinLock.0=sValue,
                           usmUserAuthKeyChange=akcValue
                           usmUserPublic=randomValue2)
                   11) GET(usmUserPulic) and check it has randomValue2.
                       If not, repeat steps 9-11.

                 If the new user will never use authentication:

                   12) SET(usmUserAuthProtocol=usmNoAuthProtocol)

                 Finally, activate the new user:

                   13) SET(usmUserStatus=active)

                 The new user should now be available and ready to be
                 used for SNMPv3 communication. Note however that access
                 to MIB data must be provided via configuration of the
                 SNMP-VIEW-BASED-ACM-MIB.

                 The use of usmUserSpinlock is to avoid conflicts with
                 another SNMP command generator application which may
                 also be acting on the usmUserTable.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) 2 }

.1.3.6.1.6.3.15.1.2.2.1
usmUserEntry OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ usmUserEngineID, usmUserName }
  DESCRIPTION	"A user configured in the SNMP engine's Local
                 Configuration Datastore (LCD) for the User-based
                 Security Model.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) 1 }

.1.3.6.1.6.3.15.1.2.2.1.1
usmUserEngineID OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION SnmpEngineID
  SYNTAX	OCTET STRING (5..32) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An SNMP engine's administratively-unique identifier.

                 In a simple agent, this value is always that agent's
                 own snmpEngineID value.

                 The value can also take the value of the snmpEngineID
                 of a remote SNMP engine with which this user can
                 communicate.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 1 }

.1.3.6.1.6.3.15.1.2.2.1.2
usmUserName OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A human readable string representing the name of
                 the user.

                 This is the (User-based Security) Model dependent
                 security ID.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 2 }

.1.3.6.1.6.3.15.1.2.2.1.3
usmUserSecurityName OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A human readable string representing the user in
                 Security Model independent format.

                 The default transformation of the User-based Security
                 Model dependent security ID to the securityName and
                 vice versa is the identity function so that the
                 securityName is the same as the userName.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 3 }

.1.3.6.1.6.3.15.1.2.2.1.4
usmUserCloneFrom OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A pointer to another conceptual row in this
                 usmUserTable.  The user in this other conceptual
                 row is called the clone-from user.

                 When a new user is created (i.e., a new conceptual
                 row is instantiated in this table), the privacy and
                 authentication parameters of the new user must be
                 cloned from its clone-from user. These parameters are:
                   - authentication protocol (usmUserAuthProtocol)
                   - privacy protocol (usmUserPrivProtocol)
                 They will be copied regardless of what the current
                 value is.

                 Cloning also causes the initial values of the secret
                 authentication key (authKey) and the secret encryption
                 key (privKey) of the new user to be set to the same
                 values as the corresponding secrets of the clone-from
                 user to allow the KeyChange process to occur as
                 required during user creation.

                 The first time an instance of this object is set by
                 a management operation (either at or after its
                 instantiation), the cloning process is invoked.
                 Subsequent writes are successful but invoke no
                 action to be taken by the receiver.
                 The cloning process fails with an 'inconsistentName'
                 error if the conceptual row representing the
                 clone-from user does not exist or is not in an active
                 state when the cloning process is invoked.

                 When this object is read, the ZeroDotZero OID
                 is returned.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 4 }

.1.3.6.1.6.3.15.1.2.2.1.5
usmUserAuthProtocol OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An indication of whether messages sent on behalf of
                 this user to/from the SNMP engine identified by
                 usmUserEngineID, can be authenticated, and if so,
                 the type of authentication protocol which is used.

                 An instance of this object is created concurrently
                 with the creation of any other object instance for
                 the same user (i.e., as part of the processing of
                 the set operation which creates the first object
                 instance in the same conceptual row).

                 If an initial set operation (i.e. at row creation time)
                 tries to set a value for an unknown or unsupported
                 protocol, then a 'wrongValue' error must be returned.

                 The value will be overwritten/set when a set operation
                 is performed on the corresponding instance of
                 usmUserCloneFrom.

                 Once instantiated, the value of such an instance of
                 this object can only be changed via a set operation to
                 the value of the usmNoAuthProtocol.

                 If a set operation tries to change the value of an
                 existing instance of this object to any value other
                 than usmNoAuthProtocol, then an 'inconsistentValue'
                 error must be returned.

                 If a set operation tries to set the value to the
                 usmNoAuthProtocol while the usmUserPrivProtocol value
                 in the same row is not equal to usmNoPrivProtocol,
                 then an 'inconsistentValue' error must be returned.
                 That means that an SNMP command generator application
                 must first ensure that the usmUserPrivProtocol is set
                 to the usmNoPrivProtocol value before it can set
                 the usmUserAuthProtocol value to usmNoAuthProtocol.
                "
  DEFVAL	{ usmNoAuthProtocol }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 5 }

.1.3.6.1.6.3.15.1.2.2.1.6
usmUserAuthKeyChange OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION KeyChange
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An object, which when modified, causes the secret
                 authentication key used for messages sent on behalf
                 of this user to/from the SNMP engine identified by
                 usmUserEngineID, to be modified via a one-way
                 function.

                 The associated protocol is the usmUserAuthProtocol.
                 The associated secret key is the user's secret
                 authentication key (authKey). The associated hash
                 algorithm is the algorithm used by the user's
                 usmUserAuthProtocol.

                 When creating a new user, it is an 'inconsistentName'
                 error for a set operation to refer to this object
                 unless it is previously or concurrently initialized
                 through a set operation on the corresponding instance
                 of usmUserCloneFrom.

                 When the value of the corresponding usmUserAuthProtocol
                 is usmNoAuthProtocol, then a set is successful, but
                 effectively is a no-op.

                 When this object is read, the zero-length (empty)
                 string is returned.

                 The recommended way to do a key change is as follows:

                   1) GET(usmUserSpinLock.0) and save in sValue.
                   2) generate the keyChange value based on the old
                      (existing) secret key and the new secret key,
                      let us call this kcValue.

                 If you do the key change on behalf of another user:

                   3) SET(usmUserSpinLock.0=sValue,
                          usmUserAuthKeyChange=kcValue
                          usmUserPublic=randomValue)

                 If you do the key change for yourself:

                   4) SET(usmUserSpinLock.0=sValue,
                          usmUserOwnAuthKeyChange=kcValue
                          usmUserPublic=randomValue)

                 If you get a response with error-status of noError,
                 then the SET succeeded and the new key is active.
                 If you do not get a response, then you can issue a
                 GET(usmUserPublic) and check if the value is equal
                 to the randomValue you did send in the SET. If so, then
                 the key change succeeded and the new key is active
                 (probably the response got lost). If not, then the SET
                 request probably never reached the target and so you
                 can start over with the procedure above.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 6 }

.1.3.6.1.6.3.15.1.2.2.1.7
usmUserOwnAuthKeyChange OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION KeyChange
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Behaves exactly as usmUserAuthKeyChange, with one
                 notable difference: in order for the set operation
                 to succeed, the usmUserName of the operation
                 requester must match the usmUserName that
                 indexes the row which is targeted by this
                 operation.
                 In addition, the USM security model must be
                 used for this operation.

                 The idea here is that access to this column can be
                 public, since it will only allow a user to change
                 his own secret authentication key (authKey).
                 Note that this can only be done once the row is active.

                 When a set is received and the usmUserName of the
                 requester is not the same as the umsUserName that
                 indexes the row which is targeted by this operation,
                 then a 'noAccess' error must be returned.

                 When a set is received and the security model in use
                 is not USM, then a 'noAccess' error must be returned.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 7 }

.1.3.6.1.6.3.15.1.2.2.1.8
usmUserPrivProtocol OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION AutonomousType
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An indication of whether messages sent on behalf of
                 this user to/from the SNMP engine identified by
                 usmUserEngineID, can be protected from disclosure,
                 and if so, the type of privacy protocol which is used.

                 An instance of this object is created concurrently
                 with the creation of any other object instance for
                 the same user (i.e., as part of the processing of
                 the set operation which creates the first object
                 instance in the same conceptual row).

                 If an initial set operation (i.e. at row creation time)
                 tries to set a value for an unknown or unsupported
                 protocol, then a 'wrongValue' error must be returned.

                 The value will be overwritten/set when a set operation
                 is performed on the corresponding instance of
                 usmUserCloneFrom.

                 Once instantiated, the value of such an instance of
                 this object can only be changed via a set operation to
                 the value of the usmNoPrivProtocol.

                 If a set operation tries to change the value of an
                 existing instance of this object to any value other
                 than usmNoPrivProtocol, then an 'inconsistentValue'
                 error must be returned.

                 Note that if any privacy protocol is used, then you
                 must also use an authentication protocol. In other
                 words, if usmUserPrivProtocol is set to anything else
                 than usmNoPrivProtocol, then the corresponding instance
                 of usmUserAuthProtocol cannot have a value of
                 usmNoAuthProtocol. If it does, then an
                 'inconsistentValue' error must be returned.
                "
  DEFVAL	{ usmNoPrivProtocol }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 8 }

.1.3.6.1.6.3.15.1.2.2.1.9
usmUserPrivKeyChange OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION KeyChange
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An object, which when modified, causes the secret
                 encryption key used for messages sent on behalf
                 of this user to/from the SNMP engine identified by
                 usmUserEngineID, to be modified via a one-way
                 function.

                 The associated protocol is the usmUserPrivProtocol.
                 The associated secret key is the user's secret
                 privacy key (privKey). The associated hash
                 algorithm is the algorithm used by the user's
                 usmUserAuthProtocol.

                 When creating a new user, it is an 'inconsistentName'
                 error for a set operation to refer to this object
                 unless it is previously or concurrently initialized
                 through a set operation on the corresponding instance
                 of usmUserCloneFrom.

                 When the value of the corresponding usmUserPrivProtocol
                 is usmNoPrivProtocol, then a set is successful, but
                 effectively is a no-op.

                 When this object is read, the zero-length (empty)
                 string is returned.
                 See the description clause of usmUserAuthKeyChange for
                 a recommended procedure to do a key change.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 9 }

.1.3.6.1.6.3.15.1.2.2.1.10
usmUserOwnPrivKeyChange OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION KeyChange
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Behaves exactly as usmUserPrivKeyChange, with one
                 notable difference: in order for the Set operation
                 to succeed, the usmUserName of the operation
                 requester must match the usmUserName that indexes
                 the row which is targeted by this operation.
                 In addition, the USM security model must be
                 used for this operation.

                 The idea here is that access to this column can be
                 public, since it will only allow a user to change
                 his own secret privacy key (privKey).
                 Note that this can only be done once the row is active.

                 When a set is received and the usmUserName of the
                 requester is not the same as the umsUserName that
                 indexes the row which is targeted by this operation,
                 then a 'noAccess' error must be returned.

                 When a set is received and the security model in use
                 is not USM, then a 'noAccess' error must be returned.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 10 }

.1.3.6.1.6.3.15.1.2.2.1.11
usmUserPublic OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  SYNTAX	OCTET STRING (0..32) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A publicly-readable value which can be written as part
                 of the procedure for changing a user's secret
                 authentication and/or privacy key, and later read to
                 determine whether the change of the secret was
                 effected.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 11 }

.1.3.6.1.6.3.15.1.2.2.1.12
usmUserStorageType OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.

                 Conceptual rows having the value 'permanent' must
                 allow write-access at a minimum to:

                 - usmUserAuthKeyChange, usmUserOwnAuthKeyChange
                   and usmUserPublic for a user who employs
                   authentication, and
                 - usmUserPrivKeyChange, usmUserOwnPrivKeyChange
                   and usmUserPublic for a user who employs
                   privacy.

                 Note that any user who employs authentication or
                 privacy must allow its secret(s) to be updated and
                 thus cannot be 'readOnly'.

                 If an initial set operation tries to set the value to
                 'readOnly' for a user who employs authentication or
                 privacy, then an 'inconsistentValue' error must be
                 returned.  Note that if the value has been previously
                 set (implicit or explicit) to any value, then the rules
                 as defined in the StorageType Textual Convention apply.

                 It is an implementation issue to decide if a SET for
                 a readOnly or permanent row is accepted at all. In some
                 contexts this may make sense, in others it may not. If
                 a SET for a readOnly or permanent row is not accepted
                 at all, then a 'wrongValue' error must be returned.
                "
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 12 }

.1.3.6.1.6.3.15.1.2.2.1.13
usmUserStatus OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

                 Until instances of all corresponding columns are
                 appropriately configured, the value of the
                 corresponding instance of the usmUserStatus column
                 is 'notReady'.

                 In particular, a newly created row for a user who
                 employs authentication, cannot be made active until the
                 corresponding usmUserCloneFrom and usmUserAuthKeyChange
                 have been set.

                 Further, a newly created row for a user who also
                 employs privacy, cannot be made active until the
                 usmUserPrivKeyChange has been set.

                 The RowStatus TC [RFC2579] requires that this
                 DESCRIPTION clause states under which circumstances
                 other objects in this row can be modified:

                 The value of this object has no effect on whether
                 other objects in this conceptual row can be modified,
                 except for usmUserOwnAuthKeyChange and
                 usmUserOwnPrivKeyChange. For these 2 objects, the
                 value of usmUserStatus MUST be active.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBObjects(1) usmUser(2) usmUserTable(2) usmUserEntry(1) 13 }

.1.3.6.1.6.3.15.2
usmMIBConformance OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) 2 }

.1.3.6.1.6.3.15.2.1
usmMIBCompliances OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBConformance(2) 1 }

.1.3.6.1.6.3.15.2.1.1
usmMIBCompliance MODULE-COMPLIANCE
  -- FROM	SNMP-USER-BASED-SM-MIB
  DESCRIPTION	"The compliance statement for SNMP engines which
                 implement the SNMP-USER-BASED-SM-MIB.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBConformance(2) usmMIBCompliances(1) 1 }

.1.3.6.1.6.3.15.2.2
usmMIBGroups OBJECT-TYPE
  -- FROM	SNMP-USER-BASED-SM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBConformance(2) 2 }

.1.3.6.1.6.3.15.2.2.1
usmMIBBasicGroup OBJECT-GROUP
  -- FROM	SNMP-USER-BASED-SM-MIB
  DESCRIPTION	"A collection of objects providing for configuration
                 of an SNMP engine which implements the SNMP
                 User-based Security Model.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpUsmMIB(15) usmMIBConformance(2) usmMIBGroups(2) 1 }

.1.3.6.1.6.3.16
snmpVacmMIB MODULE-IDENTITY
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  DESCRIPTION	"The management information definitions for the
                  View-based Access Control Model for SNMP.

                  Copyright (C) The Internet Society (2002). This
                  version of this MIB module is part of RFC 3415;
                  see the RFC itself for full legal notices.
                 "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) 16 }

.1.3.6.1.6.3.16.1
vacmMIBObjects OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) 1 }

.1.3.6.1.6.3.16.1.1
vacmContextTable OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of locally available contexts.

                 This table provides information to SNMP Command
                 Generator applications so that they can properly
                 configure the vacmAccessTable to control access to
                 all contexts at the SNMP entity.

                 This table may change dynamically if the SNMP entity
                 allows that contexts are added/deleted dynamically
                 (for instance when its configuration changes).  Such
                 changes would happen only if the management
                 instrumentation at that SNMP entity recognizes more
                 (or fewer) contexts.

                 The presence of entries in this table and of entries
                 in the vacmAccessTable are independent.  That is, a
                 context identified by an entry in this table is not
                 necessarily referenced by any entries in the
                 vacmAccessTable; and the context(s) referenced by an
                 entry in the vacmAccessTable does not necessarily
                 currently exist and thus need not be identified by an
                 entry in this table.

                 This table must be made accessible via the default
                 context so that Command Responder applications have
                 a standard way of retrieving the information.

                 This table is read-only.  It cannot be configured via
                 SNMP.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) 1 }

.1.3.6.1.6.3.16.1.1.1
vacmContextEntry OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ vacmContextName }
  DESCRIPTION	"Information about a particular context."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmContextTable(1) 1 }

.1.3.6.1.6.3.16.1.1.1.1
vacmContextName OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A human readable name identifying a particular
                 context at a particular SNMP entity.

                 The empty contextName (zero length) represents the
                 default context.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmContextTable(1) vacmContextEntry(1) 1 }

.1.3.6.1.6.3.16.1.2
vacmSecurityToGroupTable OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table maps a combination of securityModel and
                 securityName into a groupName which is used to define
                 an access control policy for a group of principals.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) 2 }

.1.3.6.1.6.3.16.1.2.1
vacmSecurityToGroupEntry OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ vacmSecurityModel, vacmSecurityName }
  DESCRIPTION	"An entry in this table maps the combination of a
                 securityModel and securityName into a groupName.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmSecurityToGroupTable(2) 1 }

.1.3.6.1.6.3.16.1.2.1.1
vacmSecurityModel OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpSecurityModel
  SYNTAX	INTEGER (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Security Model, by which the vacmSecurityName
                 referenced by this entry is provided.
                 Note, this object may not take the 'any' (0) value.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmSecurityToGroupTable(2) vacmSecurityToGroupEntry(1) 1 }

.1.3.6.1.6.3.16.1.2.1.2
vacmSecurityName OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The securityName for the principal, represented in a
                 Security Model independent format, which is mapped by
                 this entry to a groupName.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmSecurityToGroupTable(2) vacmSecurityToGroupEntry(1) 2 }

.1.3.6.1.6.3.16.1.2.1.3
vacmGroupName OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The name of the group to which this entry (e.g., the
                 combination of securityModel and securityName)
                 belongs.

                 This groupName is used as index into the
                 vacmAccessTable to select an access control policy.
                 However, a value in this table does not imply that an
                 instance with the value exists in table vacmAccesTable.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmSecurityToGroupTable(2) vacmSecurityToGroupEntry(1) 3 }

.1.3.6.1.6.3.16.1.2.1.4
vacmSecurityToGroupStorageType OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.
                 Conceptual rows having the value 'permanent' need not
                 allow write-access to any columnar objects in the row.
                "
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmSecurityToGroupTable(2) vacmSecurityToGroupEntry(1) 4 }

.1.3.6.1.6.3.16.1.2.1.5
vacmSecurityToGroupStatus OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

                 Until instances of all corresponding columns are
                 appropriately configured, the value of the
                 corresponding instance of the vacmSecurityToGroupStatus
                 column is 'notReady'.

                 In particular, a newly created row cannot be made
                 active until a value has been set for vacmGroupName.

                 The  RowStatus TC [RFC2579] requires that this
                 DESCRIPTION clause states under which circumstances
                 other objects in this row can be modified:

                 The value of this object has no effect on whether
                 other objects in this conceptual row can be modified.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmSecurityToGroupTable(2) vacmSecurityToGroupEntry(1) 5 }

.1.3.6.1.6.3.16.1.4
vacmAccessTable OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table of access rights for groups.

                 Each entry is indexed by a groupName, a contextPrefix,
                 a securityModel and a securityLevel.  To determine
                 whether access is allowed, one entry from this table
                 needs to be selected and the proper viewName from that
                 entry must be used for access control checking.

                 To select the proper entry, follow these steps:

                 1) the set of possible matches is formed by the
                    intersection of the following sets of entries:

                      the set of entries with identical vacmGroupName
                      the union of these two sets:
                       - the set with identical vacmAccessContextPrefix
                       - the set of entries with vacmAccessContextMatch
                         value of 'prefix' and matching
                         vacmAccessContextPrefix
                      intersected with the union of these two sets:
                       - the set of entries with identical
                         vacmSecurityModel
                       - the set of entries with vacmSecurityModel
                         value of 'any'
                      intersected with the set of entries with
                      vacmAccessSecurityLevel value less than or equal
                      to the requested securityLevel

                 2) if this set has only one member, we're done
                    otherwise, it comes down to deciding how to weight
                    the preferences between ContextPrefixes,
                    SecurityModels, and SecurityLevels as follows:
                    a) if the subset of entries with securityModel
                       matching the securityModel in the message is
                       not empty, then discard the rest.
                    b) if the subset of entries with
                       vacmAccessContextPrefix matching the contextName
                       in the message is not empty,
                       then discard the rest
                    c) discard all entries with ContextPrefixes shorter
                       than the longest one remaining in the set
                    d) select the entry with the highest securityLevel

                 Please note that for securityLevel noAuthNoPriv, all
                 groups are really equivalent since the assumption that
                 the securityName has been authenticated does not hold.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) 4 }

.1.3.6.1.6.3.16.1.4.1
vacmAccessEntry OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ vacmGroupName, vacmAccessContextPrefix, vacmAccessSecurityModel, vacmAccessSecurityLevel }
  DESCRIPTION	"An access right configured in the Local Configuration
                 Datastore (LCD) authorizing access to an SNMP context.

                 Entries in this table can use an instance value for
                 object vacmGroupName even if no entry in table
                 vacmAccessSecurityToGroupTable has a corresponding
                 value for object vacmGroupName.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) 1 }

.1.3.6.1.6.3.16.1.4.1.1
vacmAccessContextPrefix OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"In order to gain the access rights allowed by this
                 conceptual row, a contextName must match exactly
                 (if the value of vacmAccessContextMatch is 'exact')
                 or partially (if the value of vacmAccessContextMatch
                 is 'prefix') to the value of the instance of this
                 object.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) vacmAccessEntry(1) 1 }

.1.3.6.1.6.3.16.1.4.1.2
vacmAccessSecurityModel OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpSecurityModel
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"In order to gain the access rights allowed by this
                 conceptual row, this securityModel must be in use.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) vacmAccessEntry(1) 2 }

.1.3.6.1.6.3.16.1.4.1.3
vacmAccessSecurityLevel OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpSecurityLevel
  SYNTAX	INTEGER {noAuthNoPriv(1), authNoPriv(2), authPriv(3)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The minimum level of security required in order to
                 gain the access rights allowed by this conceptual
                 row.  A securityLevel of noAuthNoPriv is less than
                 authNoPriv which in turn is less than authPriv.

                 If multiple entries are equally indexed except for
                 this vacmAccessSecurityLevel index, then the entry
                 which has the highest value for
                 vacmAccessSecurityLevel is selected.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) vacmAccessEntry(1) 3 }

.1.3.6.1.6.3.16.1.4.1.4
vacmAccessContextMatch OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  SYNTAX	INTEGER {exact(1), prefix(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If the value of this object is exact(1), then all
                 rows where the contextName exactly matches
                 vacmAccessContextPrefix are selected.

                 If the value of this object is prefix(2), then all
                 rows where the contextName whose starting octets
                 exactly match vacmAccessContextPrefix are selected.
                 This allows for a simple form of wildcarding.
                "
  DEFVAL	{ exact }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) vacmAccessEntry(1) 4 }

.1.3.6.1.6.3.16.1.4.1.5
vacmAccessReadViewName OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of an instance of this object identifies
                 the MIB view of the SNMP context to which this
                 conceptual row authorizes read access.

                 The identified MIB view is that one for which the
                 vacmViewTreeFamilyViewName has the same value as the
                 instance of this object; if the value is the empty
                 string or if there is no active MIB view having this
                 value of vacmViewTreeFamilyViewName, then no access
                 is granted.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) vacmAccessEntry(1) 5 }

.1.3.6.1.6.3.16.1.4.1.6
vacmAccessWriteViewName OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of an instance of this object identifies
                 the MIB view of the SNMP context to which this
                 conceptual row authorizes write access.

                 The identified MIB view is that one for which the
                 vacmViewTreeFamilyViewName has the same value as the
                 instance of this object; if the value is the empty
                 string or if there is no active MIB view having this
                 value of vacmViewTreeFamilyViewName, then no access
                 is granted.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) vacmAccessEntry(1) 6 }

.1.3.6.1.6.3.16.1.4.1.7
vacmAccessNotifyViewName OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value of an instance of this object identifies
                 the MIB view of the SNMP context to which this
                 conceptual row authorizes access for notifications.

                 The identified MIB view is that one for which the
                 vacmViewTreeFamilyViewName has the same value as the
                 instance of this object; if the value is the empty
                 string or if there is no active MIB view having this
                 value of vacmViewTreeFamilyViewName, then no access
                 is granted.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) vacmAccessEntry(1) 7 }

.1.3.6.1.6.3.16.1.4.1.8
vacmAccessStorageType OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.

                 Conceptual rows having the value 'permanent' need not
                 allow write-access to any columnar objects in the row.
                "
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) vacmAccessEntry(1) 8 }

.1.3.6.1.6.3.16.1.4.1.9
vacmAccessStatus OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

                 The  RowStatus TC [RFC2579] requires that this
                 DESCRIPTION clause states under which circumstances
                 other objects in this row can be modified:

                 The value of this object has no effect on whether
                 other objects in this conceptual row can be modified.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmAccessTable(4) vacmAccessEntry(1) 9 }

.1.3.6.1.6.3.16.1.5
vacmMIBViews OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) 5 }

.1.3.6.1.6.3.16.1.5.1
vacmViewSpinLock OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION TestAndIncr
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An advisory lock used to allow cooperating SNMP
                 Command Generator applications to coordinate their
                 use of the Set operation in creating or modifying
                 views.

                 When creating a new view or altering an existing
                 view, it is important to understand the potential
                 interactions with other uses of the view.  The
                 vacmViewSpinLock should be retrieved.  The name of
                 the view to be created should be determined to be
                 unique by the SNMP Command Generator application by
                 consulting the vacmViewTreeFamilyTable.  Finally,
                 the named view may be created (Set), including the
                 advisory lock.
                 If another SNMP Command Generator application has
                 altered the views in the meantime, then the spin
                 lock's value will have changed, and so this creation
                 will fail because it will specify the wrong value for
                 the spin lock.

                 Since this is an advisory lock, the use of this lock
                 is not enforced.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmMIBViews(5) 1 }

.1.3.6.1.6.3.16.1.5.2
vacmViewTreeFamilyTable OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Locally held information about families of subtrees
                 within MIB views.

                 Each MIB view is defined by two sets of view subtrees:
                   - the included view subtrees, and
                   - the excluded view subtrees.
                 Every such view subtree, both the included and the
                 excluded ones, is defined in this table.

                 To determine if a particular object instance is in
                 a particular MIB view, compare the object instance's
                 OBJECT IDENTIFIER with each of the MIB view's active
                 entries in this table.  If none match, then the
                 object instance is not in the MIB view.  If one or
                 more match, then the object instance is included in,
                 or excluded from, the MIB view according to the
                 value of vacmViewTreeFamilyType in the entry whose
                 value of vacmViewTreeFamilySubtree has the most
                 sub-identifiers.  If multiple entries match and have
                 the same number of sub-identifiers (when wildcarding
                 is specified with the value of vacmViewTreeFamilyMask),
                 then the lexicographically greatest instance of
                 vacmViewTreeFamilyType determines the inclusion or
                 exclusion.

                 An object instance's OBJECT IDENTIFIER X matches an
                 active entry in this table when the number of
                 sub-identifiers in X is at least as many as in the
                 value of vacmViewTreeFamilySubtree for the entry,
                 and each sub-identifier in the value of
                 vacmViewTreeFamilySubtree matches its corresponding
                 sub-identifier in X.  Two sub-identifiers match
                 either if the corresponding bit of the value of
                 vacmViewTreeFamilyMask for the entry is zero (the
                 'wild card' value), or if they are equal.

                 A 'family' of subtrees is the set of subtrees defined
                 by a particular combination of values of
                 vacmViewTreeFamilySubtree and vacmViewTreeFamilyMask.

                 In the case where no 'wild card' is defined in the
                 vacmViewTreeFamilyMask, the family of subtrees reduces
                 to a single subtree.

                 When creating or changing MIB views, an SNMP Command
                 Generator application should utilize the
                 vacmViewSpinLock to try to avoid collisions.  See
                 DESCRIPTION clause of vacmViewSpinLock.

                 When creating MIB views, it is strongly advised that
                 first the 'excluded' vacmViewTreeFamilyEntries are
                 created and then the 'included' entries.

                 When deleting MIB views, it is strongly advised that
                 first the 'included' vacmViewTreeFamilyEntries are
                 deleted and then the 'excluded' entries.

                 If a create for an entry for instance-level access
                 control is received and the implementation does not
                 support instance-level granularity, then an
                 inconsistentName error must be returned.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmMIBViews(5) 2 }

.1.3.6.1.6.3.16.1.5.2.1
vacmViewTreeFamilyEntry OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ vacmViewTreeFamilyViewName, vacmViewTreeFamilySubtree }
  DESCRIPTION	"Information on a particular family of view subtrees
                 included in or excluded from a particular SNMP
                 context's MIB view.

                 Implementations must not restrict the number of
                 families of view subtrees for a given MIB view,
                 except as dictated by resource constraints on the
                 overall number of entries in the
                 vacmViewTreeFamilyTable.

                 If no conceptual rows exist in this table for a given
                 MIB view (viewName), that view may be thought of as
                 consisting of the empty set of view subtrees.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmMIBViews(5) vacmViewTreeFamilyTable(2) 1 }

.1.3.6.1.6.3.16.1.5.2.1.1
vacmViewTreeFamilyViewName OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The human readable name for a family of view subtrees.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmMIBViews(5) vacmViewTreeFamilyTable(2) vacmViewTreeFamilyEntry(1) 1 }

.1.3.6.1.6.3.16.1.5.2.1.2
vacmViewTreeFamilySubtree OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MIB subtree which when combined with the
                 corresponding instance of vacmViewTreeFamilyMask
                 defines a family of view subtrees.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmMIBViews(5) vacmViewTreeFamilyTable(2) vacmViewTreeFamilyEntry(1) 2 }

.1.3.6.1.6.3.16.1.5.2.1.3
vacmViewTreeFamilyMask OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The bit mask which, in combination with the
                 corresponding instance of vacmViewTreeFamilySubtree,
                 defines a family of view subtrees.

                 Each bit of this bit mask corresponds to a
                 sub-identifier of vacmViewTreeFamilySubtree, with the
                 most significant bit of the i-th octet of this octet
                 string value (extended if necessary, see below)
                 corresponding to the (8*i - 7)-th sub-identifier, and
                 the least significant bit of the i-th octet of this
                 octet string corresponding to the (8*i)-th
                 sub-identifier, where i is in the range 1 through 16.

                 Each bit of this bit mask specifies whether or not
                 the corresponding sub-identifiers must match when
                 determining if an OBJECT IDENTIFIER is in this
                 family of view subtrees; a '1' indicates that an
                 exact match must occur; a '0' indicates 'wild card',
                 i.e., any sub-identifier value matches.

                 Thus, the OBJECT IDENTIFIER X of an object instance
                 is contained in a family of view subtrees if, for
                 each sub-identifier of the value of
                 vacmViewTreeFamilySubtree, either:

                   the i-th bit of vacmViewTreeFamilyMask is 0, or

                   the i-th sub-identifier of X is equal to the i-th
                   sub-identifier of the value of
                   vacmViewTreeFamilySubtree.

                 If the value of this bit mask is M bits long and
                 there are more than M sub-identifiers in the
                 corresponding instance of vacmViewTreeFamilySubtree,
                 then the bit mask is extended with 1's to be the
                 required length.

                 Note that when the value of this object is the
                 zero-length string, this extension rule results in
                 a mask of all-1's being used (i.e., no 'wild card'),
                 and the family of view subtrees is the one view
                 subtree uniquely identified by the corresponding
                 instance of vacmViewTreeFamilySubtree.

                 Note that masks of length greater than zero length
                 do not need to be supported.  In this case this
                 object is made read-only.
                "
  DEFVAL	{ 0 }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmMIBViews(5) vacmViewTreeFamilyTable(2) vacmViewTreeFamilyEntry(1) 3 }

.1.3.6.1.6.3.16.1.5.2.1.4
vacmViewTreeFamilyType OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  SYNTAX	INTEGER {included(1), excluded(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates whether the corresponding instances of
                 vacmViewTreeFamilySubtree and vacmViewTreeFamilyMask
                 define a family of view subtrees which is included in
                 or excluded from the MIB view.
                "
  DEFVAL	{ included }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmMIBViews(5) vacmViewTreeFamilyTable(2) vacmViewTreeFamilyEntry(1) 4 }

.1.3.6.1.6.3.16.1.5.2.1.5
vacmViewTreeFamilyStorageType OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this conceptual row.

                 Conceptual rows having the value 'permanent' need not
                 allow write-access to any columnar objects in the row.
                "
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmMIBViews(5) vacmViewTreeFamilyTable(2) vacmViewTreeFamilyEntry(1) 5 }

.1.3.6.1.6.3.16.1.5.2.1.6
vacmViewTreeFamilyStatus OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this conceptual row.

                 The  RowStatus TC [RFC2579] requires that this
                 DESCRIPTION clause states under which circumstances
                 other objects in this row can be modified:

                 The value of this object has no effect on whether
                 other objects in this conceptual row can be modified.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBObjects(1) vacmMIBViews(5) vacmViewTreeFamilyTable(2) vacmViewTreeFamilyEntry(1) 6 }

.1.3.6.1.6.3.16.2
vacmMIBConformance OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) 2 }

.1.3.6.1.6.3.16.2.1
vacmMIBCompliances OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBConformance(2) 1 }

.1.3.6.1.6.3.16.2.1.1
vacmMIBCompliance MODULE-COMPLIANCE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  DESCRIPTION	"The compliance statement for SNMP engines which
                 implement the SNMP View-based Access Control Model
                 configuration MIB.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBConformance(2) vacmMIBCompliances(1) 1 }

.1.3.6.1.6.3.16.2.2
vacmMIBGroups OBJECT-TYPE
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBConformance(2) 2 }

.1.3.6.1.6.3.16.2.2.1
vacmBasicGroup OBJECT-GROUP
  -- FROM	SNMP-VIEW-BASED-ACM-MIB
  DESCRIPTION	"A collection of objects providing for remote
                 configuration of an SNMP engine which implements
                 the SNMP View-based Access Control Model.
                "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) snmpVacmMIB(16) vacmMIBConformance(2) vacmMIBGroups(2) 1 }

.1.3.6.1.6.3.19
snmpv2tm MODULE-IDENTITY
  -- FROM	SNMPv2-TM
  DESCRIPTION	"The MIB module for SNMP transport mappings.

                Copyright (C) The Internet Society (2002). This
                version of this MIB module is part of RFC 3417;
                see the RFC itself for full legal notices.
               "
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) 19 }

.1.3.6.1.6.3.20
snmpUsmAesMIB MODULE-IDENTITY
  -- FROM	SNMP-USM-AES-MIB
  DESCRIPTION	"Definitions of Object Identities needed for
                  the use of AES by SNMP's User-based Security
                  Model.

                  Copyright (C) The Internet Society (2004).

            This version of this MIB module is part of RFC 3826;
            see the RFC itself for full legal notices.
            Supplementary information may be available on
            http://www.ietf.org/copyrights/ianamib.html."
::= { iso(1) org(3) dod(6) internet(1) snmpV2(6) snmpModules(3) 20 }

.1.3.111
ieee OBJECT-TYPE
  -- FROM	LLDP-V2-TC-MIB, IEEE8021-TC-MIB, IEEE8021X-PAE-MIB, IEEE8021-CN-MIB
::= { iso(1) org(3) 111 }

.1.3.111.2
standards-association-numbers-series-standards OBJECT-TYPE
  -- FROM	LLDP-V2-TC-MIB
::= { iso(1) org(3) ieee(111) 2 }

.1.3.111.2
standards-association-numbers-series-standards OBJECT-TYPE
  -- FROM	LLDP-V2-TC-MIB
::= { iso(1) org(3) ieee(111) 2 }

.1.3.111.2
standards-association-numbers-series-standards OBJECT-TYPE
  -- FROM	LLDP-V2-TC-MIB
::= { iso(1) org(3) ieee(111) 2 }

.1.3.111.2.802
lan-man-stds OBJECT-TYPE
  -- FROM	LLDP-V2-TC-MIB, IEEE8021-TC-MIB, IEEE8021X-PAE-MIB, IEEE8021-CN-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) 802 }

.1.3.111.2.802.1
ieee802dot1 OBJECT-TYPE
  -- FROM	LLDP-V2-TC-MIB, IEEE8021-TC-MIB, IEEE8021X-PAE-MIB, IEEE8021-CN-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) 1 }

.1.3.111.2.802.1.1
ieee802dot1mibs OBJECT-TYPE
  -- FROM	LLDP-V2-TC-MIB, IEEE8021-TC-MIB, IEEE8021X-PAE-MIB, IEEE8021-CN-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) 1 }

.1.3.111.2.802.1.1.1
ieee8021TcMib MODULE-IDENTITY
  -- FROM	IEEE8021-TC-MIB
  DESCRIPTION	"Textual conventions used throughout the various IEEE 802.1 MIB
         modules.

         Unless otherwise indicated, the references in this MIB
         module are to IEEE 802.1Q-2011.

         Copyright (C) IEEE.
         This version of this MIB module is part of IEEE802.1Q;
         see the draft itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 1 }

.1.3.111.2.802.1.1.2
ieee8021BridgeMib MODULE-IDENTITY
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"The Bridge MIB module for managing devices that support
         IEEE 802.1D.  This MIB module is derived from the IETF
         BRIDGE-MIB, RFC 4188.

         Unless otherwise indicated, the references in this MIB
         module are to IEEE Std 802.1Q-2011.

         Copyright (C) IEEE.
         This version of this MIB module is part of IEEE802.1Q;
         see the draft itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 2 }

.1.3.111.2.802.1.1.2.0
ieee8021BridgeNotifications OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) 0 }

.1.3.111.2.802.1.1.2.1
ieee8021BridgeObjects OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) 1 }

.1.3.111.2.802.1.1.2.1.1
ieee8021BridgeBase OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) 1 }

.1.3.111.2.802.1.1.2.1.1.1
ieee8021BridgeBaseTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains generic information about every
         bridge component.  All writable objects in this table
         MUST be persistent over power up restart/reboot."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) 1 }

.1.3.111.2.802.1.1.2.1.1.1.1
ieee8021BridgeBaseEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeBaseComponentId }
  DESCRIPTION	"A list of objects containing information for each bridge
         component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseTable(1) 1 }

.1.3.111.2.802.1.1.2.1.1.1.1.1
ieee8021BridgeBaseComponentId OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The component identifier is used to distinguish between the
         multiple virtual bridge instances within a PBB.  In simple
         situations where there is only a single component the default
         value is 1."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseTable(1) ieee8021BridgeBaseEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.1.1.1.2
ieee8021BridgeBaseBridgeAddress OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The MAC address used by this bridge when it is
         referred to in a unique fashion.  It is recommended
         that this be the numerically smallest MAC address of
         all ports that belong to this bridge.  However, it is
         only required to be unique.  When concatenated with
         ieee8021SpanningTreePriority, a unique BridgeIdentifier
         is formed, which is used in the Spanning Tree Protocol.

         This object may not be modified while the corresponding
         instance of ieee8021BridgeBaseRowStatus is active(1).

         The value of this object MUST be retained across
         reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseTable(1) ieee8021BridgeBaseEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.1.1.1.3
ieee8021BridgeBaseNumPorts OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of ports controlled by this bridging
         entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseTable(1) ieee8021BridgeBaseEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.1.1.1.4
ieee8021BridgeBaseComponentType OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	INTEGER {iComponent(1), bComponent(2), cVlanComponent(3), sVlanComponent(4), dBridgeComponent(5), erComponent(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the component type(s) of this bridge.  The
         following component types are possible:

            iComponent(1) - An S-VLAN component of a Backbone
                Edge Bridge which performs encapsulation of customer
                frames.

            bComponent(2) - An S-VLAN component of a Backbone
                Edge Bridge which bundles backbone service instances
                into B-VLANs.

            cVlanComponent(3) - A C-VLAN component of an
                enterprise VLAN bridge or of a Provider Bridge used
                to process C-tagged frames.

            sVlanComponent(4) - An S-VLAN component of a
                Provider Bridge.

            dBridgeComponent(5) - A VLAN unaware component of an
                802.1D bridge.

            erComponent (6) - An Edge Relay component of an EVB Station.

         This object may not be modified while the corresponding
         instance of ieee8021BridgeBaseRowStatus is active(1).

         The value of this object MUST be retained across
         reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseTable(1) ieee8021BridgeBaseEntry(1) 4 }

.1.3.111.2.802.1.1.2.1.1.1.1.5
ieee8021BridgeBaseDeviceCapabilities OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	BITS {dot1dExtendedFilteringServices(0), dot1dTrafficClasses(1), dot1qStaticEntryIndividualPort(2), dot1qIVLCapable(3), dot1qSVLCapable(4), dot1qHybridCapable(5), dot1qConfigurablePvidTagging(6), dot1dLocalVlanCapable(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the optional parts of IEEE 802.1D and 802.1Q
         that are implemented by this device and are manageable
         through this MIB.  Capabilities that are allowed on a
         per-port basis are indicated in
         ieee8021BridgeBasePortCapabilities.

         dot1dExtendedFilteringServices(0),
                               -- can perform filtering of
                               -- individual multicast addresses
                               -- controlled by MMRP.
         dot1dTrafficClasses(1),
                               -- can map user priority to
                               -- multiple traffic classes.
         dot1qStaticEntryIndividualPort(2),
                               -- dot1qStaticUnicastReceivePort &
                               -- dot1qStaticMulticastReceivePort
                               -- can represent non-zero entries.
         dot1qIVLCapable(3),   -- Independent VLAN Learning (IVL).
         dot1qSVLCapable(4),   -- Shared VLAN Learning (SVL).
         dot1qHybridCapable(5),
                               -- both IVL & SVL simultaneously.
         dot1qConfigurablePvidTagging(6),
                               -- whether the implementation
                               -- supports the ability to
                               -- override the default PVID
                               -- setting and its egress status
                               -- (VLAN-Tagged or Untagged) on
                               -- each port.
         dot1dLocalVlanCapable(7)
                               -- can support multiple local
                               -- bridges, outside of the scope
                               -- of 802.1Q defined VLANs.

         This object may not be modified while the corresponding
         instance of ieee8021BridgeBaseRowStatus is active(1).

         The value of this object MUST be retained across
         reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseTable(1) ieee8021BridgeBaseEntry(1) 5 }

.1.3.111.2.802.1.1.2.1.1.1.1.6
ieee8021BridgeBaseTrafficClassesEnabled OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The value true(1) indicates that Traffic Classes are
         enabled on this bridge.  When false(2), the bridge
         operates with a single priority level for all traffic.

         This object may be modified while the corresponding
         instance of ieee8021BridgeBaseRowStatus is active(1).

         The value of this object MUST be retained across
         reinitializations of the management system."
  DEFVAL	{ true }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseTable(1) ieee8021BridgeBaseEntry(1) 6 }

.1.3.111.2.802.1.1.2.1.1.1.1.7
ieee8021BridgeBaseMmrpEnabledStatus OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administrative status requested by management for
         MMRP.  The value true(1) indicates that MMRP should
         be enabled on this device, in all VLANs, on all ports
         for which it has not been specifically disabled.  When
         false(2), MMRP is disabled, in all VLANs and on all
         ports, and all MMRP packets will be forwarded
         transparently.  This object affects both Applicant and
         Registrar state machines.  A transition from false(2)
         to true(1) will cause a reset of all MMRP state
         machines on all ports.

         This object may be modified while the corresponding
         instance of ieee8021BridgeBaseRowStatus is active(1).

         The value of this object MUST be retained across
         reinitializations of the management system."
  DEFVAL	{ true }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseTable(1) ieee8021BridgeBaseEntry(1) 7 }

.1.3.111.2.802.1.1.2.1.1.1.1.8
ieee8021BridgeBaseRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object indicates the status of an entry, and is used
         to create/delete entries.

         The following objects MUST be set prior to making a new
         entry active:
             ieee8021BridgeBaseBridgeAddress
             ieee8021BridgeBaseComponentType
             ieee8021BridgeBaseDeviceCapabilities
         It is recommended that these three objects not be allowed
         to be modified while the corresponding instance of
         ieee8021BridgeBaseRowStatus object is active(1).

         The following objects are not required to be set before
         making a new entry active (they will take their defaults),
         and they also may be modified while the corresponding
         instance of this object is active(1):
             ieee8021BridgeBaseTrafficClassesEnabled
             ieee8021BridgeBaseMmrpEnabledStatus

         The value of this object and all corresponding instances
         of other objects in this table MUST be retained across
         reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseTable(1) ieee8021BridgeBaseEntry(1) 8 }

.1.3.111.2.802.1.1.2.1.1.4
ieee8021BridgeBasePortTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains generic information about every
         port that is associated with this bridge.  Transparent,
         and source-route ports are included."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) 4 }

.1.3.111.2.802.1.1.2.1.1.4.1
ieee8021BridgeBasePortEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeBasePortComponentId, ieee8021BridgeBasePort }
  DESCRIPTION	"A list of objects containing information for each port
         of the bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) 1 }

.1.3.111.2.802.1.1.2.1.1.4.1.1
ieee8021BridgeBasePortComponentId OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The component identifier is used to distinguish between the
         multiple virtual bridge instances within a PBB.  In simple
         situations where there is only a single component the default
         value is 1."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.1.4.1.2
ieee8021BridgeBasePort OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The port number of the port for which this entry
         contains bridge management information."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.1.4.1.3
ieee8021BridgeBasePortIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the instance of the IfIndex object,
         defined in the IF-MIB, for the interface corresponding
         to this port, or the value 0 if the port has not been
         bound to an underlying frame source and sink.

         It is an implementation specific decision as to whether this object
         may be modified if it has been created or if 0 is a legal value.

         The underlying IfEntry indexed by this column MUST be persistent
         across reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.1.4.1.4
ieee8021BridgeBasePortDelayExceededDiscards OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames discarded by this port due
         to excessive transit delay through the bridge.  It
         is incremented by both transparent and source
         route bridges.

         Discontinuities in the value of the counter can occur
         at re-initialization of the management system, and at
         other times as indicated by the value of
         ifCounterDiscontinuityTime object of the associated
         interface (if any)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 4 }

.1.3.111.2.802.1.1.2.1.1.4.1.5
ieee8021BridgeBasePortMtuExceededDiscards OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames discarded by this port due
         to an excessive size.  It is incremented by both
         transparent and source route bridges.

         Discontinuities in the value of the counter can occur
         at re-initialization of the management system, and at
         other times as indicated by the value of
         ifCounterDiscontinuityTime object of the associated
         interface (if any)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 5 }

.1.3.111.2.802.1.1.2.1.1.4.1.6
ieee8021BridgeBasePortCapabilities OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	BITS {dot1qDot1qTagging(0), dot1qConfigurableAcceptableFrameTypes(1), dot1qIngressFiltering(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the parts of IEEE 802.1D and 802.1Q that are
         optional on a per-port basis, that are implemented by
         this device, and that are manageable through this MIB.

         dot1qDot1qTagging(0), -- supports 802.1Q VLAN tagging of
                               -- frames and MVRP.
         dot1qConfigurableAcceptableFrameTypes(1),
                               -- allows modified values of
                               -- dot1qPortAcceptableFrameTypes.
         dot1qIngressFiltering(2)
                               -- supports the discarding of any
                               -- frame received on a Port whose
                               -- VLAN classification does not
                               -- include that Port in its Member
                               -- set."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 6 }

.1.3.111.2.802.1.1.2.1.1.4.1.7
ieee8021BridgeBasePortTypeCapabilities OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	BITS {customerVlanPort(0), providerNetworkPort(1), customerNetworkPort(2), customerEdgePort(3), customerBackbonePort(4), virtualInstancePort(5), dBridgePort(6), remoteCustomerAccessPort(7), stationFacingBridgePort(8), uplinkAccessPort(9), uplinkRelayPort(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the capabilities of this port.  The corresponding
         instance of ieee8021BridgeBasePortType can potentially take
         any of the values for which the corresponding bit in this
         object is 1.  The possible port types are as follows:

             customerVlanPort(0) - Indicates the port can be a C-tag
                 aware port of an enterprise VLAN aware bridge.

             providerNetworkPort(1) - Indicates the port can be an
                 S-tag aware port of a Provider Bridge or Backbone
                 Edge Bridge used for connections within a PBN or
                 PBBN.

             customerNetworkPort(2) - Indicates the port can be an
                 S-tag aware port of a Provider Bridge or Backbone
                 Edge Bridge used for connections to the exterior of
                 a PBN or PBBN.

             customerEdgePort(3) - Indicates the port can be a C-tag
                 aware port of a Provider Bridge used for connections
                 to the exterior of a PBN or PBBN.

             customerBackbonePort(4) - Indicates the port can be a
                 I-tag aware port of a Backbone Edge Bridge's
                 B-component.

             virtualInstancePort(5) - Indicates the port can be a
                 virtual S-tag aware port within a Backbone Edge
                 Bridge's I-component which is responsible for
                 handling S-tagged traffic for a specific backbone
                 service instance.

             dBridgePort(6) - Indicates the port can be a VLAN-unaware
                 member of an 802.1D bridge.

             remoteCustomerAccessPort(7) - Indicates the port can be an
                 S-tag aware port of a Provider Bridge capable of providing
                 Remote Customer Service Interfaces.

             stationFacingBridgePort(8) - Indicates the station-facing
                 Bridge Port in a EVB Bridge.

             uplinkAccessPort(9)  -  Indicates the uplink access port
                 in an EVB Bridge or EVB station.

             uplinkRelayPort (10)  - Indicates the uplink relay port
                 in an EVB station."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 7 }

.1.3.111.2.802.1.1.2.1.1.4.1.8
ieee8021BridgeBasePortType OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortType
  SYNTAX	INTEGER {none(1), customerVlanPort(2), providerNetworkPort(3), customerNetworkPort(4), customerEdgePort(5), customerBackbonePort(6), virtualInstancePort(7), dBridgePort(8), remoteCustomerAccessPort(9), stationFacingBridgePort(10), uplinkAccessPort(11), uplinkRelayPort(12)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port type.  This value MUST be persistent over power up
         restart/reboot."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 8 }

.1.3.111.2.802.1.1.2.1.1.4.1.9
ieee8021BridgeBasePortExternal OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A boolean indicating whether the port is external.  A value of
         true(1) means the port is external.  A value of false(2) means
         the port is internal."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 9 }

.1.3.111.2.802.1.1.2.1.1.4.1.10
ieee8021BridgeBasePortAdminPointToPoint OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	INTEGER {forceTrue(1), forceFalse(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"For a port running spanning tree, this object represents the
          administrative point-to-point status of the LAN segment
          attached to this port, using the enumeration values of
          6.4.3.  A value of forceTrue(1) indicates
          that this port should always be treated as if it is
          connected to a point-to-point link.  A value of
          forceFalse(2) indicates that this port should be treated as
          having a shared media connection.  A value of auto(3)
          indicates that this port is considered to have a
          point-to-point link if it is an Aggregator and all of its
          members are aggregatable, or if the MAC entity
          is configured for full duplex operation, either through
          auto-negotiation or by management means.  Manipulating this
          object changes the underlying adminPointToPointMAC.

          For a VIP, the adminPointToPointMAC parameter controls
          the mechanism by which the Default Backbone Destination
          parameter for the VIP is determined.  For a backbone
          service instance that includes only 2 VIPs, the value
          may be set to forceTrue(1) which permits dynamic learning
          of the Default Backbone Destination parameter.  For a
          backbone service instance that includes more than 2 VIPs,
          the value MUST be set to ForceFalse(2) or auto(3).

          When this object is set to forceTrue(1) for a VIP, the
          Default Backbone Destination parameter is modified by
          the subsequent M_UNITDATA.indications as specified in
          6.10.1 (and described in 26.4.1).  Whenever the parameter
          is set to ForceFalse(2) or auto(3), the value for the
          Default Backbone Destination parameter is set to the
          Backbone Service Instance Group Address for the VIP-ISID.

          The value of this object MUST be retained across
          reinitializations of the management system."
  DEFVAL	{ forceFalse }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 10 }

.1.3.111.2.802.1.1.2.1.1.4.1.11
ieee8021BridgeBasePortOperPointToPoint OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"For a port running spanning tree, this object represents
         the operational point-to-point status of the LAN segment
         attached to this port.  It indicates whether a port is
         considered to have a point-to-point connection.
         If adminPointToPointMAC is set to auto(2), then the value
         of operPointToPointMAC is determined in accordance with the
         specific procedures defined for the MAC entity concerned,
         as defined in 6.5 of IEEE 802.1w.  The value is
         determined dynamically; that is, it is re-evaluated whenever
         the value of adminPointToPointMAC changes, and whenever
         the specific procedures defined for the MAC entity evaluate
         a change in its point-to-point status.

         For a VIP, this object simply reflects the value of the
         corresponding instance of ieee8021BridgeBasePortAdminPointToPoint.
         The value will be true(1) if that object is forceTrue(1), and
         the value will be false(2) if the value of that object is either
         forceFalse(2) or auto(3)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 11 }

.1.3.111.2.802.1.1.2.1.1.4.1.12
ieee8021BridgeBasePortName OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A text string of up to 32 characters, of locally determined
         significance."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBasePortTable(4) ieee8021BridgeBasePortEntry(1) 12 }

.1.3.111.2.802.1.1.2.1.1.5
ieee8021BridgeBaseIfToPortTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains generic information about every
         ifIndex that is associated with this bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) 5 }

.1.3.111.2.802.1.1.2.1.1.5.1
ieee8021BridgeBaseIfToPortEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"A list of objects containing information for each ifIndex
         of the bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseIfToPortTable(5) 1 }

.1.3.111.2.802.1.1.2.1.1.5.1.1
ieee8021BridgeBaseIfIndexComponentId OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The component ID for this ifIndex."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseIfToPortTable(5) ieee8021BridgeBaseIfToPortEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.1.5.1.2
ieee8021BridgeBaseIfIndexPort OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port for this ifIndex."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgeBaseIfToPortTable(5) ieee8021BridgeBaseIfToPortEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.1.6
ieee8021BridgePhyPortTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains ISS port number to bridge
         componentID and port number mapping."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) 6 }

.1.3.111.2.802.1.1.2.1.1.6.1
ieee8021BridgePhyPortEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgePhyPort }
  DESCRIPTION	"A list of objects containing mapping for ISS port
     numbers to bridge componentID and port numbers "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgePhyPortTable(6) 1 }

.1.3.111.2.802.1.1.2.1.1.6.1.1
ieee8021BridgePhyPort OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ISS port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgePhyPortTable(6) ieee8021BridgePhyPortEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.1.6.1.2
ieee8021BridgePhyPortIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the instance of the IfIndex object,
         defined in the IF-MIB, for the interface corresponding
         to this port, or the value 0 if the port has not been
         bound to an underlying frame source and sink.

         The underlying IfEntry indexed by this column MUST
         be persistent across reinitializations of the
         management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgePhyPortTable(6) ieee8021BridgePhyPortEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.1.6.1.3
ieee8021BridgePhyMacAddress OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The mac address"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgePhyPortTable(6) ieee8021BridgePhyPortEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.1.6.1.4
ieee8021BridgePhyPortToComponentId OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifierOrZero
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The component ID that this ISS port belongs to."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgePhyPortTable(6) ieee8021BridgePhyPortEntry(1) 4 }

.1.3.111.2.802.1.1.2.1.1.6.1.5
ieee8021BridgePhyPortToInternalPort OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumberOrZero
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port number to which this ISS port maps to."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeBase(1) ieee8021BridgePhyPortTable(6) ieee8021BridgePhyPortEntry(1) 5 }

.1.3.111.2.802.1.1.2.1.2
ieee8021BridgeTp OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) 2 }

.1.3.111.2.802.1.1.2.1.2.1
ieee8021BridgeTpPortTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about every port that
         is associated with this transparent bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeTp(2) 1 }

.1.3.111.2.802.1.1.2.1.2.1.1
ieee8021BridgeTpPortEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeTpPortComponentId, ieee8021BridgeTpPort }
  DESCRIPTION	"A list of objects containing information for each port of
         a transparent bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeTp(2) ieee8021BridgeTpPortTable(1) 1 }

.1.3.111.2.802.1.1.2.1.2.1.1.1
ieee8021BridgeTpPortComponentId OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The component identifier is used to distinguish between the
         multiple virtual bridge instances within a PBB.  In simple
         situations where there is only a single component the default
         value is 1."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeTp(2) ieee8021BridgeTpPortTable(1) ieee8021BridgeTpPortEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.2.1.1.2
ieee8021BridgeTpPort OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The port number of the port for which this entry
         contains Transparent bridging management information."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeTp(2) ieee8021BridgeTpPortTable(1) ieee8021BridgeTpPortEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.2.1.1.3
ieee8021BridgeTpPortMaxInfo OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Integer32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum size of the INFO (non-MAC) field that
         this port will receive or transmit."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeTp(2) ieee8021BridgeTpPortTable(1) ieee8021BridgeTpPortEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.2.1.1.4
ieee8021BridgeTpPortInFrames OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames that have been received by this
         port from its segment.  Note that a frame received on the
         interface corresponding to this port is only counted by
         this object if and only if it is for a protocol being
         processed by the local bridging function, including
         bridge management frames.

         Discontinuities in the value of the counter can occur
         at re-initialization of the management system, and at
         other times as indicated by the value of
         ifCounterDiscontinuityTime object of the associated
         interface (if any)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeTp(2) ieee8021BridgeTpPortTable(1) ieee8021BridgeTpPortEntry(1) 4 }

.1.3.111.2.802.1.1.2.1.2.1.1.5
ieee8021BridgeTpPortOutFrames OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames that have been transmitted by this
         port to its segment.  Note that a frame transmitted on
         the interface corresponding to this port is only counted
         by this object if and only if it is for a protocol being
         processed by the local bridging function, including
         bridge management frames.

         Discontinuities in the value of the counter can occur
         at re-initialization of the management system, and at
         other times as indicated by the value of
         ifCounterDiscontinuityTime object of the associated
         interface (if any)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeTp(2) ieee8021BridgeTpPortTable(1) ieee8021BridgeTpPortEntry(1) 5 }

.1.3.111.2.802.1.1.2.1.2.1.1.6
ieee8021BridgeTpPortInDiscards OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Count of received valid frames that were discarded
         (i.e., filtered) by the Forwarding Process.

         Discontinuities in the value of the counter can occur
         at re-initialization of the management system, and at
         other times as indicated by the value of
         ifCounterDiscontinuityTime object of the associated
         interface (if any)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeTp(2) ieee8021BridgeTpPortTable(1) ieee8021BridgeTpPortEntry(1) 6 }

.1.3.111.2.802.1.1.2.1.3
ieee8021BridgePriority OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) 3 }

.1.3.111.2.802.1.1.2.1.3.1
ieee8021BridgePortPriorityTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about every port that
         is associated with this transparent bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) 1 }

.1.3.111.2.802.1.1.2.1.3.1.1
ieee8021BridgePortPriorityEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ ieee8021BridgeBasePortEntry }
  DESCRIPTION	"A list of Default User Priorities for each port of a
         transparent bridge.  This is indexed by
         ieee8021BridgeBasePortComponentId and
         ieee8021BridgeBasePort."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortPriorityTable(1) 1 }

.1.3.111.2.802.1.1.2.1.3.1.1.1
ieee8021BridgePortDefaultUserPriority OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The default ingress User Priority for this port.  This
         only has effect on media, such as Ethernet, that do not
         support native User Priority.

         The value of this object MUST be retained across
         reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortPriorityTable(1) ieee8021BridgePortPriorityEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.3.1.1.2
ieee8021BridgePortNumTrafficClasses OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Integer32 (1..8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The number of egress traffic classes supported on this
         port.  This object may optionally be read-only.

         The value of this object MUST be retained across
         reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortPriorityTable(1) ieee8021BridgePortPriorityEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.3.1.1.3
ieee8021BridgePortPriorityCodePointSelection OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityCodePoint
  SYNTAX	INTEGER {codePoint8p0d(1), codePoint7p1d(2), codePoint6p2d(3), codePoint5p3d(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object identifies the rows in the PCP encoding and
         decoding tables that are used to remark frames on this
         port if this remarking is enabled."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortPriorityTable(1) ieee8021BridgePortPriorityEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.3.1.1.4
ieee8021BridgePortUseDEI OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If the Use_DEI is set to true(1) for the Port then the
         drop_eligible parameter is encoded in the DEI of transmitted
         frames, and the drop_eligible parameter shall be true(1) for a
         received frame if the DEI is set in the VLAN tag or the Priority
         Code Point Decoding Table indicates drop_eligible True for
         the received PCP value. If the Use_DEI parameter is false(2),
         the DEI shall be transmitted as zero and ignored on receipt.
         The default value of the Use_DEI parameter is false(2)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortPriorityTable(1) ieee8021BridgePortPriorityEntry(1) 4 }

.1.3.111.2.802.1.1.2.1.3.1.1.5
ieee8021BridgePortRequireDropEncoding OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"If a Bridge supports encoding or decoding of drop_eligible
         from the PCP field of a VLAN tag (6.7.3) on any of its Ports,
         then it shall implement a Boolean parameter Require Drop
         Encoding on each of its Ports with default value false(2). If
         Require Drop Encoding is True and the Bridge Port cannot
         encode particular priorities with drop_eligible, then frames
         queued with those priorities and drop_eligible true(1) shall
         be discarded and not transmitted."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortPriorityTable(1) ieee8021BridgePortPriorityEntry(1) 5 }

.1.3.111.2.802.1.1.2.1.3.1.1.6
ieee8021BridgePortServiceAccessPrioritySelection OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indication of if the Service Access Priority Selection
         function is supported on the Customer Bridge Port to request
         priority handling of the frame from a Port-based service
         interface."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortPriorityTable(1) ieee8021BridgePortPriorityEntry(1) 6 }

.1.3.111.2.802.1.1.2.1.3.2
ieee8021BridgeUserPriorityRegenTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A list of Regenerated User Priorities for each received
         User Priority on each port of a bridge.  The Regenerated
         User Priority value may be used to index the Traffic
         Class Table for each input port.  This only has effect
         on media that support native User Priority.  The default
         values for Regenerated User Priorities are the same as
         the User Priorities."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) 2 }

.1.3.111.2.802.1.1.2.1.3.2.1
ieee8021BridgeUserPriorityRegenEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeBasePortComponentId, ieee8021BridgeBasePort, ieee8021BridgeUserPriority }
  DESCRIPTION	"A mapping of incoming User Priority to a Regenerated
         User Priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeUserPriorityRegenTable(2) 1 }

.1.3.111.2.802.1.1.2.1.3.2.1.1
ieee8021BridgeUserPriority OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The User Priority for a frame received on this port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeUserPriorityRegenTable(2) ieee8021BridgeUserPriorityRegenEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.3.2.1.2
ieee8021BridgeRegenUserPriority OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Regenerated User Priority that the incoming User
         Priority is mapped to for this port.

         The value of this object MUST be retained across
         reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeUserPriorityRegenTable(2) ieee8021BridgeUserPriorityRegenEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.3.3
ieee8021BridgeTrafficClassTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table mapping evaluated User Priority to Traffic
         Class, for forwarding by the bridge.  Traffic class is a
         number in the range (0..(ieee8021BridgePortNumTrafficClasses-1))."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) 3 }

.1.3.111.2.802.1.1.2.1.3.3.1
ieee8021BridgeTrafficClassEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeBasePortComponentId, ieee8021BridgeBasePort, ieee8021BridgeTrafficClassPriority }
  DESCRIPTION	"User Priority to Traffic Class mapping."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeTrafficClassTable(3) 1 }

.1.3.111.2.802.1.1.2.1.3.3.1.1
ieee8021BridgeTrafficClassPriority OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Priority value determined for the received frame.
         This value is equivalent to the priority indicated in
         the tagged frame received, or one of the evaluated
         priorities, determined according to the media-type.
         For untagged frames received from Ethernet media, this
         value is equal to the ieee8021BridgePortDefaultUserPriority value
         for the ingress port.

         For untagged frames received from non-Ethernet media,
         this value is equal to the ieee8021BridgeRegenUserPriority value
         for the ingress port and media-specific user priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeTrafficClassTable(3) ieee8021BridgeTrafficClassEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.3.3.1.2
ieee8021BridgeTrafficClass OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Traffic Class the received frame is mapped to.

         The value of this object MUST be retained across
         reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeTrafficClassTable(3) ieee8021BridgeTrafficClassEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.3.4
ieee8021BridgePortOutboundAccessPriorityTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table mapping Regenerated User Priority to Outbound
         Access Priority.  This is a fixed mapping for all port
         types, with two options for 802.5 Token Ring, and three
         options for 802.17 RPR."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) 4 }

.1.3.111.2.802.1.1.2.1.3.4.1
ieee8021BridgePortOutboundAccessPriorityEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeBasePortComponentId, ieee8021BridgeBasePort, ieee8021BridgeRegenUserPriority }
  DESCRIPTION	"Regenerated User Priority to Outbound Access Priority
         mapping."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortOutboundAccessPriorityTable(4) 1 }

.1.3.111.2.802.1.1.2.1.3.4.1.1
ieee8021BridgePortOutboundAccessPriority OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Outbound Access Priority the received frame is
         mapped to."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortOutboundAccessPriorityTable(4) ieee8021BridgePortOutboundAccessPriorityEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.3.5
ieee8021BridgePortDecodingTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about Priority Code
         Point Decoding Table for a Port of a provider bridge.
         Alternative values for each table are specified as rows
         in Table 6-4 (6.7.3), with each alternative labeled by
         the number of distinct priorities that can be communicated,
         and the number of these for which drop precedence can
         be communicated.  All writable objects in this table MUST
         be persistent over power up restart/reboot."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) 5 }

.1.3.111.2.802.1.1.2.1.3.5.1
ieee8021BridgePortDecodingEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgePortDecodingComponentId, ieee8021BridgePortDecodingPortNum, ieee8021BridgePortDecodingPriorityCodePointRow, ieee8021BridgePortDecodingPriorityCodePoint }
  DESCRIPTION	"A list of objects containing Priority Code Point Decoding
         information for a port of a provider bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortDecodingTable(5) 1 }

.1.3.111.2.802.1.1.2.1.3.5.1.1
ieee8021BridgePortDecodingComponentId OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The component identifier is used to distinguish between the
         multiple virtual bridge instances within a PBB.  In simple
         situations where there is only a single component the default
         value is 1."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortDecodingTable(5) ieee8021BridgePortDecodingEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.3.5.1.2
ieee8021BridgePortDecodingPortNum OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique identifier of a port controlled by this VLAN
         bridging entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortDecodingTable(5) ieee8021BridgePortDecodingEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.3.5.1.3
ieee8021BridgePortDecodingPriorityCodePointRow OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityCodePoint
  SYNTAX	INTEGER {codePoint8p0d(1), codePoint7p1d(2), codePoint6p2d(3), codePoint5p3d(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The specific row in Table 6-3 (6.7.3) indicating the PCP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortDecodingTable(5) ieee8021BridgePortDecodingEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.3.5.1.4
ieee8021BridgePortDecodingPriorityCodePoint OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The specific PCP value in Table 6-3 (6.7.3)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortDecodingTable(5) ieee8021BridgePortDecodingEntry(1) 4 }

.1.3.111.2.802.1.1.2.1.3.5.1.5
ieee8021BridgePortDecodingPriority OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The specific priority value in Table 6-3 (6.7.3)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortDecodingTable(5) ieee8021BridgePortDecodingEntry(1) 5 }

.1.3.111.2.802.1.1.2.1.3.5.1.6
ieee8021BridgePortDecodingDropEligible OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The drop eligibility value in Table 6-3 (6.7.3)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortDecodingTable(5) ieee8021BridgePortDecodingEntry(1) 6 }

.1.3.111.2.802.1.1.2.1.3.6
ieee8021BridgePortEncodingTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about Priority Code
         Point Decoding Table for a Port of a provider bridge.
         Alternative values for each table are specified as rows
         in Table 6-3 (6.7.3), with each alternative labeled by
         the number of distinct priorities that can be communicated,
         and the number of these for which drop precedence can be
         communicated.  All writable objects in this table MUST be
         persistent over power up restart/reboot."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) 6 }

.1.3.111.2.802.1.1.2.1.3.6.1
ieee8021BridgePortEncodingEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgePortEncodingComponentId, ieee8021BridgePortEncodingPortNum, ieee8021BridgePortEncodingPriorityCodePointRow, ieee8021BridgePortEncodingPriorityCodePoint, ieee8021BridgePortEncodingDropEligible }
  DESCRIPTION	"A list of objects containing Priority Code Point Encoding
        information for a port of a provider bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortEncodingTable(6) 1 }

.1.3.111.2.802.1.1.2.1.3.6.1.1
ieee8021BridgePortEncodingComponentId OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The component identifier is used to distinguish between the
         multiple virtual bridge instances within a PBB.  In simple
         situations where there is only a single component the default
         value is 1."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortEncodingTable(6) ieee8021BridgePortEncodingEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.3.6.1.2
ieee8021BridgePortEncodingPortNum OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique identifier of a port controlled by this VLAN bridging
         entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortEncodingTable(6) ieee8021BridgePortEncodingEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.3.6.1.3
ieee8021BridgePortEncodingPriorityCodePointRow OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityCodePoint
  SYNTAX	INTEGER {codePoint8p0d(1), codePoint7p1d(2), codePoint6p2d(3), codePoint5p3d(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The specific row in Table 6-3 (6.7.3)indicating the PCP row.
         (i.e. 8P0D, 7P1D, 6P2D, 5P3D)"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortEncodingTable(6) ieee8021BridgePortEncodingEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.3.6.1.4
ieee8021BridgePortEncodingPriorityCodePoint OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The specific row in Table 6-3 (6.7.3) indicating the PCP.
         (i.e., 0,1,2,3,4,5,6,7)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortEncodingTable(6) ieee8021BridgePortEncodingEntry(1) 4 }

.1.3.111.2.802.1.1.2.1.3.6.1.5
ieee8021BridgePortEncodingDropEligible OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The specific row in Table 6-3 (6.7.3) indicating the drop
         eligibility.  A value of true(1) means eligible for drop."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortEncodingTable(6) ieee8021BridgePortEncodingEntry(1) 5 }

.1.3.111.2.802.1.1.2.1.3.6.1.6
ieee8021BridgePortEncodingPriority OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The encoding priority in Table 6-3 (6.7.3)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgePortEncodingTable(6) ieee8021BridgePortEncodingEntry(1) 6 }

.1.3.111.2.802.1.1.2.1.3.7
ieee8021BridgeServiceAccessPriorityTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains information about the  Service Access
         Priority Selection function for a provider bridge.  The use
         of this table enables a mechanism for a Customer Bridge
         attached to a Provider Bridged Network to request priority
         handling of frames.  All writable objects in this table MUST
         be persistent over power up restart/reboot."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) 7 }

.1.3.111.2.802.1.1.2.1.3.7.1
ieee8021BridgeServiceAccessPriorityEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeServiceAccessPriorityComponentId, ieee8021BridgeServiceAccessPriorityPortNum, ieee8021BridgeServiceAccessPriorityReceived }
  DESCRIPTION	"A list of objects containing information about the Service
         Access Priority Selection function for a provider bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeServiceAccessPriorityTable(7) 1 }

.1.3.111.2.802.1.1.2.1.3.7.1.1
ieee8021BridgeServiceAccessPriorityComponentId OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The component identifier is used to distinguish between the
         multiple virtual bridge instances within a PBB.  In simple
         situations where there is only a single component the default
         value is 1."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeServiceAccessPriorityTable(7) ieee8021BridgeServiceAccessPriorityEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.3.7.1.2
ieee8021BridgeServiceAccessPriorityPortNum OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A unique identifier of a port controlled by this VLAN bridging
         entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeServiceAccessPriorityTable(7) ieee8021BridgeServiceAccessPriorityEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.3.7.1.3
ieee8021BridgeServiceAccessPriorityReceived OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The default received priority value in Table 6-3 (6.7.3).
         (i.e., 0,1,2,3,4,5,6,7)"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeServiceAccessPriorityTable(7) ieee8021BridgeServiceAccessPriorityEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.3.7.1.4
ieee8021BridgeServiceAccessPriorityValue OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The regenerated priority value in Table 6-3 (6.7.3).
         (i.e., 0,1,2,3,4,5,6,7)"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgePriority(3) ieee8021BridgeServiceAccessPriorityTable(7) ieee8021BridgeServiceAccessPriorityEntry(1) 4 }

.1.3.111.2.802.1.1.2.1.4
ieee8021BridgeMrp OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) 4 }

.1.3.111.2.802.1.1.2.1.4.1
ieee8021BridgePortMrpTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of MRP control information about every bridge
         port.  This is indexed by ieee8021BridgeBasePortComponentId
         and ieee8021BridgeBasePort."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMrp(4) 1 }

.1.3.111.2.802.1.1.2.1.4.1.1
ieee8021BridgePortMrpEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ ieee8021BridgeBasePortEntry }
  DESCRIPTION	"MRP control information for a bridge port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMrp(4) ieee8021BridgePortMrpTable(1) 1 }

.1.3.111.2.802.1.1.2.1.4.1.1.1
ieee8021BridgePortMrpJoinTime OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MRP Join time, in centiseconds.

         The value of this object MUST be retained across
         reinitializations of the management system."
  DEFVAL	{ 20 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMrp(4) ieee8021BridgePortMrpTable(1) ieee8021BridgePortMrpEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.4.1.1.2
ieee8021BridgePortMrpLeaveTime OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MRP Leave time, in centiseconds.

         The value of this object MUST be retained across
         reinitializations of the management system."
  DEFVAL	{ 60 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMrp(4) ieee8021BridgePortMrpTable(1) ieee8021BridgePortMrpEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.4.1.1.3
ieee8021BridgePortMrpLeaveAllTime OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The MRP LeaveAll time, in centiseconds.

         The value of this object MUST be retained across
         reinitializations of the management system."
  DEFVAL	{ 1000 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMrp(4) ieee8021BridgePortMrpTable(1) ieee8021BridgePortMrpEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.5
ieee8021BridgeMmrp OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) 5 }

.1.3.111.2.802.1.1.2.1.5.1
ieee8021BridgePortMmrpTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of MMRP control and status information about
         every bridge port.  Augments the ieee8021BridgeBasePortTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMmrp(5) 1 }

.1.3.111.2.802.1.1.2.1.5.1.1
ieee8021BridgePortMmrpEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ ieee8021BridgeBasePortEntry }
  DESCRIPTION	"MMRP control and status information for a bridge port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMmrp(5) ieee8021BridgePortMmrpTable(1) 1 }

.1.3.111.2.802.1.1.2.1.5.1.1.1
ieee8021BridgePortMmrpEnabledStatus OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administrative state of MMRP operation on this port.  The
         value true(1) indicates that MMRP is enabled on this port
         in all VLANs as long as ieee8021BridgeMmrpEnabledStatus is
         also true(1).  A value of false(2) indicates that MMRP is
         disabled on this port in all VLANs: any MMRP packets received
         will be silently discarded, and no MMRP registrations will be
         propagated from other ports.  Setting this to a value of
         true(1) will be stored by the agent but will only take
         effect on the MMRP protocol operation if
         ieee8021BridgeMmrpEnabledStatus
         also indicates the value true(1).  This object affects
         all MMRP Applicant and Registrar state machines on this
         port.  A transition from false(2) to true(1) will
         cause a reset of all MMRP state machines on this port.

         The value of this object MUST be retained across
         reinitializations of the management system."
  DEFVAL	{ true }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMmrp(5) ieee8021BridgePortMmrpTable(1) ieee8021BridgePortMmrpEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.5.1.1.2
ieee8021BridgePortMmrpFailedRegistrations OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of failed MMRP registrations, for any
         reason, in all VLANs, on this port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMmrp(5) ieee8021BridgePortMmrpTable(1) ieee8021BridgePortMmrpEntry(1) 2 }

.1.3.111.2.802.1.1.2.1.5.1.1.3
ieee8021BridgePortMmrpLastPduOrigin OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Source MAC Address of the last MMRP message
         received on this port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMmrp(5) ieee8021BridgePortMmrpTable(1) ieee8021BridgePortMmrpEntry(1) 3 }

.1.3.111.2.802.1.1.2.1.5.1.1.4
ieee8021BridgePortRestrictedGroupRegistration OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of Restricted Group Registration on this port.
         If the value of this control is true(1), then creation
         of a new dynamic entry is permitted only if there is a
         Static Filtering Entry for the VLAN concerned, in which
         the Registrar Administrative Control value is Normal
         Registration.

         The value of this object MUST be retained across
         reinitializations of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeMmrp(5) ieee8021BridgePortMmrpTable(1) ieee8021BridgePortMmrpEntry(1) 4 }

.1.3.111.2.802.1.1.2.1.6
ieee8021BridgeInternalLan OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) 6 }

.1.3.111.2.802.1.1.2.1.6.1
ieee8021BridgeILanIfTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is a sparse augmentation of ifTable and controls
          the creation of the I-LAN Interface.  An I-LAN Interface is
          used to create internal connections between bridge ports in a
          802.1 device.  An I-LAN Interfaces can be directly associated
          with a set of bridge ports.  An I-LAN Interfaces can also be
          used as a stacking interface to relate other interfaces before
          association to bridge ports.

          For example, an I-LAN interface can be created to link traffic
          between a PIP and a CBP.  In this case a CBP is created on the
          B-Component and the CBP's related IfEntry is stacked upon the
          IfEntry of the I-LAN.  The PIP is stacked upon the I-LAN using
          the IfStackTable.  Finally, a VIP is created on the I-Component
          and is associated with the PIP, thus completing the path from
          the I-Component's MAC relay to the CBP on the B-Component.

          Entries in this table MUST be persistent over power up
          restart/reboot."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeInternalLan(6) 1 }

.1.3.111.2.802.1.1.2.1.6.1.1
ieee8021BridgeILanIfEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ifIndex }
  DESCRIPTION	"Each entry consists of a Row Status to control creation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeInternalLan(6) ieee8021BridgeILanIfTable(1) 1 }

.1.3.111.2.802.1.1.2.1.6.1.1.1
ieee8021BridgeILanIfRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create and delete entries in this
         table and the Interface table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeInternalLan(6) ieee8021BridgeILanIfTable(1) ieee8021BridgeILanIfEntry(1) 1 }

.1.3.111.2.802.1.1.2.1.7
ieee8021BridgeDot1d OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) 7 }

.1.3.111.2.802.1.1.2.1.7.1
ieee8021BridgeDot1dPortTable OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table provides the capability to dynamically create and
         delete 802.1D bridge ports.  Each entry in this table MUST
         have a corresponding entry in the ieee8021BridgeBasePortTable.

         Entries in this table MUST be persistent over power up
         restart/reboot."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeDot1d(7) 1 }

.1.3.111.2.802.1.1.2.1.7.1.1
ieee8021BridgeDot1dPortEntry OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeBasePortComponentId, ieee8021BridgeBasePort }
  DESCRIPTION	"Each entry consists of a Row Status to control creation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeDot1d(7) ieee8021BridgeDot1dPortTable(1) 1 }

.1.3.111.2.802.1.1.2.1.7.1.1.1
ieee8021BridgeDot1dPortRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is used to create and delete entries in this
         table and the ieee8021BridgeBasePortTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeObjects(1) ieee8021BridgeDot1d(7) ieee8021BridgeDot1dPortTable(1) ieee8021BridgeDot1dPortEntry(1) 1 }

.1.3.111.2.802.1.1.2.2
ieee8021BridgeConformance OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) 2 }

.1.3.111.2.802.1.1.2.2.1
ieee8021BridgeCompliances OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) 1 }

.1.3.111.2.802.1.1.2.2.1.1
ieee8021BridgeCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"The compliance statement for devices supporting bridging
         services as defined in 802.1D-2004.  Such devices support
         path cost values of 32-bits, and bridge and port priority
         values are more restricted than in 802.1D-1995.

         Full support for the 802.1D management objects requires
         implementation of the objects listed in the systemGroup
         from the SNMPv2-MIB [RFC3418], as well as the objects
         listed in the ifGeneralInformationGroup from the
         IF-MIB [RFC2863]."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeCompliances(1) 1 }

.1.3.111.2.802.1.1.2.2.1.2
ieee8021BridgePriorityAndMulticastFilteringCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"The compliance statement for device support of Priority
         and Multicast Filtering extended bridging services."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeCompliances(1) 2 }

.1.3.111.2.802.1.1.2.2.1.3
ieee8021BridgeCompliance1 MODULE-COMPLIANCE
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"The compliance statement for devices supporting bridging
         services as defined in 802.1D-2004.  Such devices support
         path cost values of 32-bits, and bridge and port priority
         values are more restricted than in 802.1D-1995.

         Full support for the 802.1D management objects requires
         implementation of the objects listed in the systemGroup
         from the SNMPv2-MIB [RFC3418], as well as the objects
         listed in the ifGeneralInformationGroup from the
         IF-MIB [RFC2863]."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeCompliances(1) 3 }

.1.3.111.2.802.1.1.2.2.2
ieee8021BridgeGroups OBJECT-TYPE
  -- FROM	IEEE8021-BRIDGE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) 2 }

.1.3.111.2.802.1.1.2.2.2.1
ieee8021BridgeBaseBridgeGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"Bridge level information for this device."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 1 }

.1.3.111.2.802.1.1.2.2.2.2
ieee8021BridgeBasePortGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"Information for each port on this device."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 2 }

.1.3.111.2.802.1.1.2.2.2.3
ieee8021BridgeCapGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects indicating the optional
         capabilities of the device."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 3 }

.1.3.111.2.802.1.1.2.2.2.4
ieee8021BridgeDeviceMmrpGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing device-level control
         for the Multicast Filtering extended bridge services."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 4 }

.1.3.111.2.802.1.1.2.2.2.6
ieee8021BridgeTpPortGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"Dynamic Filtering Database information for each port of
         the Bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 6 }

.1.3.111.2.802.1.1.2.2.2.7
ieee8021BridgeDevicePriorityGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing device-level control
         for the Priority services."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 7 }

.1.3.111.2.802.1.1.2.2.2.8
ieee8021BridgeDefaultPriorityGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the User Priority
         applicable to each port for media that do not support
         native User Priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 8 }

.1.3.111.2.802.1.1.2.2.2.9
ieee8021BridgeRegenPriorityGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the User Priorities
         applicable to each port for media that support native
         User Priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 9 }

.1.3.111.2.802.1.1.2.2.2.10
ieee8021BridgePriorityGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the traffic classes
         within a bridge for each evaluated User Priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 10 }

.1.3.111.2.802.1.1.2.2.2.11
ieee8021BridgeAccessPriorityGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects defining the media-dependent
         outbound access level for each priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 11 }

.1.3.111.2.802.1.1.2.2.2.12
ieee8021BridgePortMrpGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing port level control
         and status information for MRP operation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 12 }

.1.3.111.2.802.1.1.2.2.2.13
ieee8021BridgePortMmrpGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing port level control
         and status information for MMRP operation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 13 }

.1.3.111.2.802.1.1.2.2.2.14
ieee8021BridgePortDecodingGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing statistics counters for
         decoding priority and drop eligibility for bridge ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 14 }

.1.3.111.2.802.1.1.2.2.2.15
ieee8021BridgePortEncodingGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing statistics counters for
         encoding priority and drop eligibility for bridge ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 15 }

.1.3.111.2.802.1.1.2.2.2.16
ieee8021BridgeServiceAccessPriorityGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing statistics
         counters for service access priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 16 }

.1.3.111.2.802.1.1.2.2.2.17
ieee8021BridgeInternalLANGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing control of internal
         LAN configuration."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 17 }

.1.3.111.2.802.1.1.2.2.2.18
ieee8021BridgeCreatableBaseBridgeGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"Controls the managment system directed creation of
         Bridge Components."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 18 }

.1.3.111.2.802.1.1.2.2.2.19
ieee8021BridgeDot1dDynamicPortCreationGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing dynamic creation and
         deletion of 802.1D bridge ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 19 }

.1.3.111.2.802.1.1.2.2.2.20
ieee8021BridgeBaseIfToPortGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"A collection of objects providing a map between interface
         index and component ID and bridge ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 20 }

.1.3.111.2.802.1.1.2.2.2.21
ieee8021BridgePhyPortGroup OBJECT-GROUP
  -- FROM	IEEE8021-BRIDGE-MIB
  DESCRIPTION	"The collection of objects used to represent a ISS port management
         objects."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeMib(2) ieee8021BridgeConformance(2) ieee8021BridgeGroups(2) 21 }

.1.3.111.2.802.1.1.7
ieee8021CfmV2Mib MODULE-IDENTITY
  -- FROM	IEEE8021-CFM-V2-MIB
  DESCRIPTION	"Connectivity Fault Management V2 module.

        Unless otherwise indicated, the references in this MIB
        module are to IEEE 802.1Q-2011.

        Copyright (C) IEEE.
        This version of this MIB module is part of IEEE802.1Q;
        see the draft itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 7 }

.1.3.111.2.802.1.1.8
ieee8021CfmMib MODULE-IDENTITY
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Connectivity Fault Management module.

        Unless otherwise indicated, the references in this MIB
        module are to IEEE 802.1Q-2011.

        Copyright (C) IEEE.
        This version of this MIB module is part of IEEE802.1Q;
        see the draft itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 8 }

.1.3.111.2.802.1.1.8.0
dot1agNotifications OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) 0 }

.1.3.111.2.802.1.1.8.0.1
dot1agCfmFaultAlarm NOTIFICATION-TYPE
  -- FROM	IEEE8021-CFM-MIB
  OBJECTS	{ dot1agCfmMepHighestPrDefect }
  DESCRIPTION	"A MEP has a persistent defect condition. A notification
        (fault alarm) is sent to the management entity with the OID
        of the MEP that has detected the fault.

        Whenever a MEP has a persistent defect,
        it may or may not generate a Fault Alarm to warn the system
        administrator of the problem, as controlled by the MEP
        Fault Notification Generator State Machine and associated
        Managed Objects. Only the highest-priority defect, as shown
        in Table 20-1, is reported in the Fault Alarm.

        If a defect with a higher priority is raised after a Fault
        Alarm has been issued, another Fault Alarm is issued.

        The management entity receiving the notification can identify
        the system from the network source address of the
        notification, and can identify the MEP reporting the defect
        by the indices in the OID of the dot1agCfmMepHighestPrDefect
        variable in the notification:

            dot1agCfmMdIndex - Also the index of the MEP's
                               Maintenance Domain table entry
                               (dot1agCfmMdTable).
            dot1agCfmMaIndex - Also an index (with the MD table index)
                               of the MEP's Maintenance Association
                               network table entry
                               (dot1agCfmMaNetTable), and (with the MD
                               table index and component ID) of the
                               MEP's MA component table entry
                               (dot1agCfmMaCompTable).
            dot1agCfmMepIdentifier - MEP Identifier and final index
                               into the MEP table (dot1agCfmMepTable).
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agNotifications(0) 1 }

.1.3.111.2.802.1.1.8.1
dot1agMIBObjects OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) 1 }

.1.3.111.2.802.1.1.8.1.1
dot1agCfmStack OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) 1 }

.1.3.111.2.802.1.1.8.1.1.1
dot1agCfmStackTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"There is one CFM Stack table per bridge. It permits
        the retrieval of information about the Maintenance Points
        configured on any given interface.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) 1 }

.1.3.111.2.802.1.1.8.1.1.1.1
dot1agCfmStackEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ dot1agCfmStackifIndex, dot1agCfmStackVlanIdOrNone, dot1agCfmStackMdLevel, dot1agCfmStackDirection }
  DESCRIPTION	"The Stack table entry
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) dot1agCfmStackTable(1) 1 }

.1.3.111.2.802.1.1.8.1.1.1.1.1
dot1agCfmStackifIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"This object represents the  Bridge Port or aggregated port
        on which MEPs or MHFs might be configured.

        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this variable, and  rearrange the
        dot1agCfmStackTable, so that it indexes the entry in the
        interface table with the same value of ifAlias that it
        indexed before the system restart.  If no such entry exists,
        then the system SHALL delete all entries in the
        dot1agCfmStackTable with the interface index.
        **NOTE: this object is deprecated due to re-indexing of
        the table.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) dot1agCfmStackTable(1) dot1agCfmStackEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.1.1.1.2
dot1agCfmStackVlanIdOrNone OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION VlanIdOrNone
  SYNTAX	Integer32 (0 | 1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"VLAN ID to which the MP is attached, or 0, if none.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) dot1agCfmStackTable(1) dot1agCfmStackEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.1.1.1.3
dot1agCfmStackMdLevel OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMDLevel
  SYNTAX	Integer32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"MD Level of the Maintenance Point.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) dot1agCfmStackTable(1) dot1agCfmStackEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.1.1.1.4
dot1agCfmStackDirection OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMpDirection
  SYNTAX	INTEGER {down(1), up(2)} 
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"Direction in which the MP faces on the Bridge Port
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) dot1agCfmStackTable(1) dot1agCfmStackEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.1.1.1.5
dot1agCfmStackMdIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The index of the Maintenance Domain in the dot1agCfmMdTable
        to which the MP is associated, or 0, if none.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) dot1agCfmStackTable(1) dot1agCfmStackEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.1.1.1.6
dot1agCfmStackMaIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"The index of the MA in the dot1agCfmMaNetTable and
        dot1agCfmMaCompTable to which the MP is associated, or 0, if
        none.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) dot1agCfmStackTable(1) dot1agCfmStackEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.1.1.1.7
dot1agCfmStackMepId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMepIdOrZero
  SYNTAX	Unsigned32 (0 | 1..8191) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"If an MEP is configured, the MEPID, else 0"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) dot1agCfmStackTable(1) dot1agCfmStackEntry(1) 7 }

.1.3.111.2.802.1.1.8.1.1.1.1.8
dot1agCfmStackMacAddress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"MAC address of the MP.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) dot1agCfmStackTable(1) dot1agCfmStackEntry(1) 8 }

.1.3.111.2.802.1.1.8.1.1.2
ieee8021CfmStackTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"There is one CFM Stack table per bridge. It permits
        the retrieval of information about the Maintenance Points
        configured on any given interface.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) 2 }

.1.3.111.2.802.1.1.8.1.1.2.1
ieee8021CfmStackEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CfmStackifIndex, ieee8021CfmStackServiceSelectorType, ieee8021CfmStackServiceSelectorOrNone, ieee8021CfmStackMdLevel, ieee8021CfmStackDirection }
  DESCRIPTION	"The Stack table entry"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) 1 }

.1.3.111.2.802.1.1.8.1.1.2.1.1
ieee8021CfmStackifIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the  Bridge Port or aggregated port
        on which MEPs or MHFs might be configured.

        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this variable, and  rearrange the
        ieee8021CfmStackTable, so that it indexes the entry in the
        interface table with the same value of ifAlias that it
        indexed before the system restart.  If no such entry exists,
        then the system SHALL delete all entries in the
        ieee8021CfmStackTable with the interface index.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) ieee8021CfmStackEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.1.2.1.2
ieee8021CfmStackServiceSelectorType OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorType
  SYNTAX	INTEGER {vlanId(1), isid(2), tesid(3), segid(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the Service Selector identifier indicated by ieee8021CfmStackServiceSelectorOrNone.
        See textual convention IEEE8021ServiceSelectorType for details.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) ieee8021CfmStackEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.1.2.1.3
ieee8021CfmStackServiceSelectorOrNone OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorValueOrNone
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Service Selector identifier to which the MP is attached, or 0, if none.
        See textual convention IEEE8021ServiceSelectorValue for details.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) ieee8021CfmStackEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.1.2.1.4
ieee8021CfmStackMdLevel OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMDLevel
  SYNTAX	Integer32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MD Level of the Maintenance Point."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) ieee8021CfmStackEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.1.2.1.5
ieee8021CfmStackDirection OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMpDirection
  SYNTAX	INTEGER {down(1), up(2)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Direction in which the MP faces on the Bridge Port"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) ieee8021CfmStackEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.1.2.1.6
ieee8021CfmStackMdIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the Maintenance Domain in the ieee8021CfmMdTable
        to which the MP is associated, or 0, if none."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) ieee8021CfmStackEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.1.2.1.7
ieee8021CfmStackMaIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The index of the MA in the ieee8021CfmMaNetTable and
        ieee8021CfmMaCompTable to which the MP is associated, or 0, if
        none."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) ieee8021CfmStackEntry(1) 7 }

.1.3.111.2.802.1.1.8.1.1.2.1.8
ieee8021CfmStackMepId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMepIdOrZero
  SYNTAX	Unsigned32 (0 | 1..8191) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"If an MEP is configured, the MEPID, else 0"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) ieee8021CfmStackEntry(1) 8 }

.1.3.111.2.802.1.1.8.1.1.2.1.9
ieee8021CfmStackMacAddress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address of the MP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmStack(1) ieee8021CfmStackTable(2) ieee8021CfmStackEntry(1) 9 }

.1.3.111.2.802.1.1.8.1.2
dot1agCfmDefaultMd OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) 2 }

.1.3.111.2.802.1.1.8.1.2.1
dot1agCfmDefaultMdDefLevel OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMDLevel
  SYNTAX	Integer32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value indicating the MD Level at which MHFs are to be
        created, and Sender ID TLV transmission by those MHFs is to
        be controlled, for each dot1agCfmDefaultMdEntry whose
        dot1agCfmDefaultMdLevel object contains the value -1.

        After this initialization, this object needs to be persistent
        upon reboot or restart of a device.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
  DEFVAL	{ 0 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) 1 }

.1.3.111.2.802.1.1.8.1.2.2
dot1agCfmDefaultMdDefMhfCreation OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMhfCreation
  SYNTAX	INTEGER {defMHFnone(1), defMHFdefault(2), defMHFexplicit(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value indicating if the Management entity can create MHFs
        (MIP Half Function) for the VID, for each
        dot1agCfmDefaultMdEntry whose dot1agCfmDefaultMdMhfCreation
        object contains the value defMHFdefer.  Since, in this
        variable, there is no encompassing Maintenance Domain, the
        value defMHFdefer is not allowed.

        After this initialization, this object needs to be persistent
        upon reboot or restart of a device.
       "
  DEFVAL	{ defMHFnone }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) 2 }

.1.3.111.2.802.1.1.8.1.2.3
dot1agCfmDefaultMdDefIdPermission OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmIdPermission
  SYNTAX	INTEGER {sendIdNone(1), sendIdChassis(2), sendIdManage(3), sendIdChassisManage(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enumerated value indicating what, if anything, is to be
        included in the Sender ID TLV (21.5.3) transmitted by MHFs
        created by the Default Maintenance Domain, for each
        dot1agCfmDefaultMdEntry whose dot1agCfmDefaultMdIdPermission
        object contains the value sendIdDefer.  Since, in this
        variable, there is no encompassing Maintenance Domain, the
        value sendIdDefer is not allowed.

        After this initialization, this object needs to be persistent
        upon reboot or restart of a device.
       "
  DEFVAL	{ sendIdNone }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) 3 }

.1.3.111.2.802.1.1.8.1.2.4
dot1agCfmDefaultMdTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"For each bridge component, the Default MD Level Managed Object
        controls MHF creation for VIDs that are not attached to a
        specific Maintenance Association Managed Object, and Sender ID
        TLV transmission by those MHFs.

        For each Bridge Port, and for each VLAN ID whose data can
        pass through that Bridge Port, an entry in this table is
        used by the algorithm in subclause 22.2.3 only if there is no
        entry in the Maintenance Association table defining an MA
        for the same VLAN ID and MD Level as this table's entry, and
        on which MA an Up MEP is defined.  If there exists such an
        MA, that MA's objects are used by the algorithm in
        subclause 22.2.3 in place of this table entry's objects.  The
        agent maintains the value of dot1agCfmDefaultMdStatus to
        indicate whether this entry is overridden by an MA.

        When first initialized, the agent creates this table
        automatically with entries for all VLAN IDs,
        with the default values specified for each object.

        After this initialization, the writable objects in this
        table need to be persistent upon reboot or restart of a
        device.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) 4 }

.1.3.111.2.802.1.1.8.1.2.4.1
dot1agCfmDefaultMdEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ dot1agCfmDefaultMdComponentId, dot1agCfmDefaultMdPrimaryVid }
  DESCRIPTION	"The Default MD Level table entry.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) dot1agCfmDefaultMdTable(4) 1 }

.1.3.111.2.802.1.1.8.1.2.4.1.1
dot1agCfmDefaultMdComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmPbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The bridge component within the system to which the information
        in this dot1agCfmDefaultMdEntry applies.  If the system is not
        a Bridge, or if only one component is present in the Bridge,
        then this variable (index) MUST be equal to 1.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) dot1agCfmDefaultMdTable(4) dot1agCfmDefaultMdEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.2.4.1.2
dot1agCfmDefaultMdPrimaryVid OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The Primary VID of the VLAN to which this entry's objects
        apply.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) dot1agCfmDefaultMdTable(4) dot1agCfmDefaultMdEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.2.4.1.3
dot1agCfmDefaultMdStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"State of this Default MD Level table entry.  True if there is
        no entry in the Maintenance Association table defining an MA
        for the same VLAN ID and MD Level as this table's entry, and
        on which MA an Up MEP is defined, else false.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) dot1agCfmDefaultMdTable(4) dot1agCfmDefaultMdEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.2.4.1.4
dot1agCfmDefaultMdLevel OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMDLevelOrNone
  SYNTAX	Integer32 (-1 | 0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"A value indicating the MD Level at which MHFs are to be
        created, and Sender ID TLV transmission by those MHFs is to
        be controlled, for the VLAN to which this entry's objects
        apply.  If this object has the value -1, the MD Level for MHF
        creation for this VLAN is controlled by
        dot1agCfmDefaultMdDefLevel.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
  DEFVAL	{ -1 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) dot1agCfmDefaultMdTable(4) dot1agCfmDefaultMdEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.2.4.1.5
dot1agCfmDefaultMdMhfCreation OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMhfCreation
  SYNTAX	INTEGER {defMHFnone(1), defMHFdefault(2), defMHFexplicit(3), defMHFdefer(4)} 
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"A value indicating if the Management entity can create MHFs
        (MIP Half Function) for this VID at this MD Level.  If this
        object has the value defMHFdefer, MHF creation for this VLAN
        is controlled by dot1agCfmDefaultMdDefMhfCreation.

        The value of this variable is meaningless if the values of
        dot1agCfmDefaultMdStatus is false.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
  DEFVAL	{ defMHFdefer }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) dot1agCfmDefaultMdTable(4) dot1agCfmDefaultMdEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.2.4.1.6
dot1agCfmDefaultMdIdPermission OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmIdPermission
  SYNTAX	INTEGER {sendIdNone(1), sendIdChassis(2), sendIdManage(3), sendIdChassisManage(4), sendIdDefer(5)} 
  MAX-ACCESS	read-write
  STATUS	deprecated
  DESCRIPTION	"Enumerated value indicating what, if anything, is to be
        included in the Sender ID TLV (21.5.3) transmitted by MHFs
        created by the Default Maintenance Domain.  If this object
        has the value sendIdDefer, Sender ID TLV transmission for
        this VLAN is controlled by dot1agCfmDefaultMdDefIdPermission.

        The value of this variable is meaningless if the values of
        dot1agCfmDefaultMdStatus is false.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
  DEFVAL	{ sendIdDefer }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) dot1agCfmDefaultMdTable(4) dot1agCfmDefaultMdEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.2.5
ieee8021CfmDefaultMdTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"For each bridge component, the Default MD Level Managed Object
        controls MHF creation for VIDs that are not attached to a
        specific Maintenance Association Managed Object, and Sender ID
        TLV transmission by those MHFs.

        For each Bridge Port, and for each VLAN ID whose data can
        pass through that Bridge Port, an entry in this table is
        used by the algorithm in subclause 22.2.3 only if there is no
        entry in the Maintenance Association table defining an MA
        for the same VLAN ID and MD Level as this table's entry, and
        on which MA an Up MEP is defined.  If there exists such an
        MA, that MA's objects are used by the algorithm in
        subclause 22.2.3 in place of this table entry's objects.  The
        agent maintains the value of ieee8021CfmDefaultMdStatus to
        indicate whether this entry is overridden by an MA.

        When first initialized, the agent creates this table
        automatically with entries for all VLAN IDs,
        with the default values specified for each object.

        After this initialization, the writable objects in this
        table need to be persistent upon reboot or restart of a
        device.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) 5 }

.1.3.111.2.802.1.1.8.1.2.5.1
ieee8021CfmDefaultMdEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CfmDefaultMdComponentId, ieee8021CfmDefaultMdPrimarySelectorType, ieee8021CfmDefaultMdPrimarySelector }
  DESCRIPTION	"The Default MD Level table entry."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) ieee8021CfmDefaultMdTable(5) 1 }

.1.3.111.2.802.1.1.8.1.2.5.1.1
ieee8021CfmDefaultMdComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CfmDefaultMdEntry applies.  If the system is not
        a Bridge, or if only one component is present in the Bridge,
        then this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) ieee8021CfmDefaultMdTable(5) ieee8021CfmDefaultMdEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.2.5.1.2
ieee8021CfmDefaultMdPrimarySelectorType OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorType
  SYNTAX	INTEGER {vlanId(1), isid(2), tesid(3), segid(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the Primary Service Selector identifier indicated by 
        ieee8021CfmDefaultMdPrimarySelector. See textual
        convention IEEE8021ServiceSelectorType for details.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) ieee8021CfmDefaultMdTable(5) ieee8021CfmDefaultMdEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.2.5.1.3
ieee8021CfmDefaultMdPrimarySelector OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorValue
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Primary Service Selector identifier of a Service Instance with 
        no MA configured. See IEEE8021ServiceSelectorValue for details.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) ieee8021CfmDefaultMdTable(5) ieee8021CfmDefaultMdEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.2.5.1.4
ieee8021CfmDefaultMdStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"State of this Default MD Level table entry.  True if there is
        no entry in the Maintenance Association table defining an MA
        for the same VLAN ID and MD Level as this table's entry, and
        on which MA an Up MEP is defined, else false.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) ieee8021CfmDefaultMdTable(5) ieee8021CfmDefaultMdEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.2.5.1.5
ieee8021CfmDefaultMdLevel OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMDLevelOrNone
  SYNTAX	Integer32 (-1 | 0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value indicating the MD Level at which MHFs are to be
        created, and Sender ID TLV transmission by those MHFs is to
        be controlled, for the VLAN to which this entry's objects
        apply.  If this object has the value -1, the MD Level for MHF
        creation for this VLAN is controlled by
        ieee8021CfmDefaultMdDefLevel.
       "
  DEFVAL	{ -1 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) ieee8021CfmDefaultMdTable(5) ieee8021CfmDefaultMdEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.2.5.1.6
ieee8021CfmDefaultMdMhfCreation OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMhfCreation
  SYNTAX	INTEGER {defMHFnone(1), defMHFdefault(2), defMHFexplicit(3), defMHFdefer(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value indicating if the Management entity can create MHFs
        (MIP Half Function) for this VID at this MD Level.  If this
        object has the value defMHFdefer, MHF creation for this VLAN
        is controlled by ieee8021CfmDefaultMdDefMhfCreation.

        The value of this variable is meaningless if the values of
        ieee8021CfmDefaultMdStatus is false.
       "
  DEFVAL	{ defMHFdefer }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) ieee8021CfmDefaultMdTable(5) ieee8021CfmDefaultMdEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.2.5.1.7
ieee8021CfmDefaultMdIdPermission OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION Dot1agCfmIdPermission
  SYNTAX	INTEGER {sendIdNone(1), sendIdChassis(2), sendIdManage(3), sendIdChassisManage(4), sendIdDefer(5)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enumerated value indicating what, if anything, is to be
        included in the Sender ID TLV (21.5.3) transmitted by MHFs
        created by the Default Maintenance Domain.  If this object
        has the value sendIdDefer, Sender ID TLV transmission for
        this VLAN is controlled by ieee8021CfmDefaultMdDefIdPermission.

        The value of this variable is meaningless if the values of
        ieee8021CfmDefaultMdStatus is false.
       "
  DEFVAL	{ sendIdDefer }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmDefaultMd(2) ieee8021CfmDefaultMdTable(5) ieee8021CfmDefaultMdEntry(1) 7 }

.1.3.111.2.802.1.1.8.1.3
dot1agCfmVlan OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) 3 }

.1.3.111.2.802.1.1.8.1.3.1
dot1agCfmVlanTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"This table defines the association of VIDs into VLANs.  There
        is an entry in this table, for each component of the bridge,
        for each VID that is:
            a) a VID belonging to a VLAN associated with more than
               one VID; and
            b) not the Primary VLAN of that VID.
        The entry in this table contains the Primary VID of the VLAN.

        By default, this table is empty, meaning that every VID is
        the Primary VID of a single-VID VLAN.

        VLANs that are associated with only one VID SHOULD NOT have
        an entry in this table.

        The writable objects in this table need to be persistent
        upon reboot or restart of a device.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) 1 }

.1.3.111.2.802.1.1.8.1.3.1.1
dot1agCfmVlanEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ dot1agCfmVlanComponentId, dot1agCfmVlanVid }
  DESCRIPTION	"The VLAN table entry.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) dot1agCfmVlanTable(1) 1 }

.1.3.111.2.802.1.1.8.1.3.1.1.1
dot1agCfmVlanComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmPbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The bridge component within the system to which the information
        in this dot1agCfmVlanEntry applies.  If the system is not a
        Bridge, or if only one component is present in the Bridge, then
        this variable (index) MUST be equal to 1.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) dot1agCfmVlanTable(1) dot1agCfmVlanEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.3.1.1.2
dot1agCfmVlanVid OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"This is a VLAN ID belonging to a VLAN that is associated with
        more than one VLAN ID, and this is not the Primary VID of the
        VLAN.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) dot1agCfmVlanTable(1) dot1agCfmVlanEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.3.1.1.3
dot1agCfmVlanPrimaryVid OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"This is the Primary VLAN ID of the VLAN with which this
        entry's dot1agCfmVlanVid is associated.  This value MUST not
        equal the value of dot1agCfmVlanVid.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) dot1agCfmVlanTable(1) dot1agCfmVlanEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.3.1.1.4
dot1agCfmVlanRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The status of the row.

        The writable columns in a row can not be changed if the row
        is active. All columns MUST have a valid value before a row
        can be activated.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) dot1agCfmVlanTable(1) dot1agCfmVlanEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.3.2
ieee8021CfmVlanTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table defines the association of VIDs into VLANs.  There
        is an entry in this table, for each component of the bridge,
        for each VID that is:
            a) a VID belonging to a VLAN associated with more than
               one VID; and
            b) not the Primary VLAN of that VID.
        The entry in this table contains the Primary VID of the VLAN.

        By default, this table is empty, meaning that every VID is
        the Primary VID of a single-VID VLAN.

        VLANs that are associated with only one VID SHOULD NOT have
        an entry in this table.

        The writable objects in this table need to be persistent
        upon reboot or restart of a device.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) 2 }

.1.3.111.2.802.1.1.8.1.3.2.1
ieee8021CfmVlanEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CfmVlanComponentId, ieee8021CfmVlanSelector }
  DESCRIPTION	"The VLAN table entry."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) ieee8021CfmVlanTable(2) 1 }

.1.3.111.2.802.1.1.8.1.3.2.1.1
ieee8021CfmVlanComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CfmVlanEntry applies.  If the system is not a
        Bridge, or if only one component is present in the Bridge, then
        this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) ieee8021CfmVlanTable(2) ieee8021CfmVlanEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.3.2.1.3
ieee8021CfmVlanSelector OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorValue
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This is a service ID belonging to a service that is associated
        with more than one Service Selector identifiers, and this is not the Primary 
        Service ID of the service. The type of this Service Selector is the same
        as the primary Service Selector's type defined by ieee8021CfmMaCompPrimarySelectorType 
        in the ieee8021CfmMaCompTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) ieee8021CfmVlanTable(2) ieee8021CfmVlanEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.3.2.1.5
ieee8021CfmVlanPrimarySelector OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorValue
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This is the Primary Service selector for a Service that is associated
        with more than one Service Selector identifiers. This value MUST not
        equal the value of ieee8021CfmVlanSelector. The type of this Service Selector is the same
        as the primary Service Selector's type defined by ieee8021CfmMaCompPrimarySelectorType 
        in the ieee8021CfmMaCompTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) ieee8021CfmVlanTable(2) ieee8021CfmVlanEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.3.2.1.6
ieee8021CfmVlanRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the row.

        The writable columns in a row can not be changed if the row
        is active. All columns MUST have a valid value before a row
        can be activated.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmVlan(3) ieee8021CfmVlanTable(2) ieee8021CfmVlanEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.4
dot1agCfmConfigErrorList OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) 4 }

.1.3.111.2.802.1.1.8.1.4.1
dot1agCfmConfigErrorListTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The CFM Configuration Error List table provides a list of
        Interfaces and VIDs that are incorrectly configured.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) 1 }

.1.3.111.2.802.1.1.8.1.4.1.1
dot1agCfmConfigErrorListEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ dot1agCfmConfigErrorListVid, dot1agCfmConfigErrorListIfIndex }
  DESCRIPTION	"The Config Error List Table  entry
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) dot1agCfmConfigErrorListTable(1) 1 }

.1.3.111.2.802.1.1.8.1.4.1.1.1
dot1agCfmConfigErrorListVid OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The VLAN ID of the VLAN with interfaces in error.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) dot1agCfmConfigErrorListTable(1) dot1agCfmConfigErrorListEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.4.1.1.2
dot1agCfmConfigErrorListIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"This object is the IfIndex of the interface.

        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this variable so that it indexes the
        entry in the interface table with the same value of ifAlias
        that it indexed before the system restart.  If no such
        entry exists, then the system SHALL delete any entries in
        dot1agCfmConfigErrorListTable indexed by that
        InterfaceIndex value.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) dot1agCfmConfigErrorListTable(1) dot1agCfmConfigErrorListEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.4.1.1.3
dot1agCfmConfigErrorListErrorType OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmConfigErrors
  SYNTAX	BITS {cfmLeak(0), conflictingVids(1), excessiveLevels(2), overlappedLevels(3)} 
  MAX-ACCESS	read-only
  STATUS	deprecated
  DESCRIPTION	"A vector of Boolean error conditions from 22.2.4, any of
        which may be true:

        0) CFMleak;
        1) ConflictingVids;
        2) ExcessiveLevels;
        3) OverlappedLevels.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) dot1agCfmConfigErrorListTable(1) dot1agCfmConfigErrorListEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.4.2
ieee8021CfmConfigErrorListTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The CFM Configuration Error List table provides a list of
        Interfaces and VIDs that are incorrectly configured.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) 2 }

.1.3.111.2.802.1.1.8.1.4.2.1
ieee8021CfmConfigErrorListEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CfmConfigErrorListSelectorType, ieee8021CfmConfigErrorListSelector, ieee8021CfmConfigErrorListIfIndex }
  DESCRIPTION	"The Config Error List Table  entry"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) ieee8021CfmConfigErrorListTable(2) 1 }

.1.3.111.2.802.1.1.8.1.4.2.1.1
ieee8021CfmConfigErrorListSelectorType OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorType
  SYNTAX	INTEGER {vlanId(1), isid(2), tesid(3), segid(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Type of the Service Selector identifier indicated by
        ieee8021CfmConfigErrorListSelector. See textual 
        convention IEEE8021ServiceSelectorType for details.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) ieee8021CfmConfigErrorListTable(2) ieee8021CfmConfigErrorListEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.4.2.1.2
ieee8021CfmConfigErrorListSelector OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorValue
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Service Selector Identifier of the Service with interfaces
        in error. See IEEE8021ServiceSelectorValue for details.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) ieee8021CfmConfigErrorListTable(2) ieee8021CfmConfigErrorListEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.4.2.1.3
ieee8021CfmConfigErrorListIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is the IfIndex of the interface.

        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this variable so that it indexes the
        entry in the interface table with the same value of ifAlias
        that it indexed before the system restart.  If no such
        entry exists, then the system SHALL delete any entries in
        ieee8021CfmConfigErrorListTable indexed by that
        InterfaceIndex value.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) ieee8021CfmConfigErrorListTable(2) ieee8021CfmConfigErrorListEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.4.2.1.4
ieee8021CfmConfigErrorListErrorType OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION Dot1agCfmConfigErrors
  SYNTAX	BITS {cfmLeak(0), conflictingVids(1), excessiveLevels(2), overlappedLevels(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A vector of Boolean error conditions from 22.2.4, any of
        which may be true:

        0) CFMleak;
        1) ConflictingVids;
        2) ExcessiveLevels;
        3) OverlappedLevels.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmConfigErrorList(4) ieee8021CfmConfigErrorListTable(2) ieee8021CfmConfigErrorListEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.5
dot1agCfmMd OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) 5 }

.1.3.111.2.802.1.1.8.1.5.1
dot1agCfmMdTableNextIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1afCfmIndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains an unused value for dot1agCfmMdIndex in
        the dot1agCfmMdTable, or a zero to indicate that none exist.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) 1 }

.1.3.111.2.802.1.1.8.1.5.2
dot1agCfmMdTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Maintenance Domain table. Each row in the table
        represents a different Maintenance Domain.

        A Maintenance Domain is described in 802.1ag (3.22) as the
        network or the part of the network for which faults in
        connectivity are to be managed. The boundary of a Maintenance
        Domain is defined by a set of DSAPs, each of which can become
        a point of connectivity to a service instance.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) 2 }

.1.3.111.2.802.1.1.8.1.5.2.1
dot1agCfmMdEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1agCfmMdIndex }
  DESCRIPTION	"The Maintenance Domain table entry. This entry is not lost
        upon reboot. It is backed up by stable storage.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) dot1agCfmMdTable(2) 1 }

.1.3.111.2.802.1.1.8.1.5.2.1.1
dot1agCfmMdIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index to the Maintenance Domain table.

        dot1agCfmMdTableNextIndex needs to be inspected to find an
        available index for row-creation.

        Referential integrity is required, i.e., the index needs to be
        persistent upon a reboot or restart of a device.  The index
        can never be reused for other Maintenance Domain.  The index
        value SHOULD keep increasing up to the time that they wrap
        around. This is to facilitate access control based on OID.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) dot1agCfmMdTable(2) dot1agCfmMdEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.5.2.1.2
dot1agCfmMdFormat OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMaintDomainNameType
  SYNTAX	INTEGER {none(1), dnsLikeName(2), macAddressAndUint(3), charString(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type (and thereby format) of the Maintenance Domain Name."
  DEFVAL	{ charString }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) dot1agCfmMdTable(2) dot1agCfmMdEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.5.2.1.3
dot1agCfmMdName OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMaintDomainName
  SYNTAX	OCTET STRING (1..43) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Maintenance Domain name. The type/format of this object
        is determined by the value of the dot1agCfmMdNameType object.

        Each Maintenance Domain has unique name amongst all those
        used or available to a service provider or operator.  It
        facilitates easy identification of administrative
        responsibility for each Maintenance Domain.

        Clause 3.24 defines a Maintenance Domain name as the
        identifier, unique over the domain for which CFM is to
        protect against accidental concatenation of Service
        Instances, of a particular Maintenance Domain.
       "
  DEFVAL	{ \"DEFAULT\" }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) dot1agCfmMdTable(2) dot1agCfmMdEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.5.2.1.4
dot1agCfmMdMdLevel OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMDLevel
  SYNTAX	Integer32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Maintenance Domain Level."
  DEFVAL	{ 0 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) dot1agCfmMdTable(2) dot1agCfmMdEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.5.2.1.5
dot1agCfmMdMhfCreation OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMhfCreation
  SYNTAX	INTEGER {defMHFnone(1), defMHFdefault(2), defMHFexplicit(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Enumerated value indicating whether the management entity can
        create MHFs (MIP Half Function) for this Maintenance Domain.
        Since, in this variable, there is no encompassing Maintenance
        Domain, the value defMHFdefer is not allowed.
       "
  DEFVAL	{ defMHFnone }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) dot1agCfmMdTable(2) dot1agCfmMdEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.5.2.1.6
dot1agCfmMdMhfIdPermission OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmIdPermission
  SYNTAX	INTEGER {sendIdNone(1), sendIdChassis(2), sendIdManage(3), sendIdChassisManage(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Enumerated value indicating what, if anything, is to be
        included in the Sender ID TLV (21.5.3) transmitted by MPs
        configured in this Maintenance Domain.  Since, in this
        variable, there is no encompassing Maintenance Domain, the
        value sendIdDefer is not allowed.
       "
  DEFVAL	{ sendIdNone }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) dot1agCfmMdTable(2) dot1agCfmMdEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.5.2.1.7
dot1agCfmMdMaNextIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1afCfmIndexIntegerNextFree
  SYNTAX	Unsigned32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Value to be used as the index of the MA table entries, both
        the dot1agCfmMaNetTable and the dot1agCfmMaCompTable, for
        this Maintenance Domain when the management entity wants to
        create a new row in those tables.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) dot1agCfmMdTable(2) dot1agCfmMdEntry(1) 7 }

.1.3.111.2.802.1.1.8.1.5.2.1.8
dot1agCfmMdRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the row.

        The writable columns in a row can not be changed if the row
        is active. All columns MUST have a valid value before a row
        can be activated.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMd(5) dot1agCfmMdTable(2) dot1agCfmMdEntry(1) 8 }

.1.3.111.2.802.1.1.8.1.6
dot1agCfmMa OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) 6 }

.1.3.111.2.802.1.1.8.1.6.1
dot1agCfmMaNetTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Maintenance Association table.  Each row in the table
        represents an MA.  An MA is a set of MEPs, each configured
        with a single service instance.

        This is the part of the complete MA table that is constant
        across all Bridges in a Maintenance Domain, and across all
        components of a single Bridge.  That part of the MA table that
        can vary from Bridge component to Bridge component is contained
        in the dot1agCfmMaCompTable.

        Creation of a Service Instance establishes a connectionless
        association among the selected DSAPs.  Configuring a
        Maintenance association End Point (MEP) at each of the
        DSAPs creates a Maintenance Association (MA) to monitor
        that connectionless connectivity.  The MA is identified by a
        Short MA Name that is unique within the Maintenance Domain
        and chosen to facilitate easy identification of the Service
        Instance.  Together, the Maintenance Domain Name and the
        Short MA Name form the Maintenance Association Identifier
        (MAID) that is carried in CFM Messages to identify
        incorrect connectivity among Service Instances.  A small
        integer, the Maintenance association End Point Identifier
        (MEPID), identifies each MEP among those configured on a
        single MA (802.1ag clauses 3.19 and 18.2).

        This table uses two indices, first index is the index of the
        Maintenance Domain table.  The second index is the same as the
        index of the dot1agCfmMaCompEntry for the same MA.

        The writable objects in this table need to be persistent
        upon reboot or restart of a device.

       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) 1 }

.1.3.111.2.802.1.1.8.1.6.1.1
dot1agCfmMaNetEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1agCfmMdIndex, dot1agCfmMaIndex }
  DESCRIPTION	"The MA table entry."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaNetTable(1) 1 }

.1.3.111.2.802.1.1.8.1.6.1.1.1
dot1agCfmMaIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Index of the MA table dot1agCfmMdMaNextIndex needs to
        be inspected to find an available index for row-creation.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaNetTable(1) dot1agCfmMaNetEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.6.1.1.2
dot1agCfmMaNetFormat OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMaintAssocNameType
  SYNTAX	INTEGER {primaryVid(1), charString(2), unsignedInt16(3), rfc2865VpnId(4), ICCformat(32)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The type (and thereby format) of the Maintenance Association
        Name.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaNetTable(1) dot1agCfmMaNetEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.6.1.1.3
dot1agCfmMaNetName OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMaintAssocName
  SYNTAX	OCTET STRING (1..45) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Short Maintenance Association name. The type/format of
        this object is determined by the value of the
        dot1agCfmMaNetNameType object.  This name MUST be unique within
        a maintenance domain.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaNetTable(1) dot1agCfmMaNetEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.6.1.1.4
dot1agCfmMaNetCcmInterval OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmCcmInterval
  SYNTAX	INTEGER {intervalInvalid(0), interval300Hz(1), interval10ms(2), interval100ms(3), interval1s(4), interval10s(5), interval1min(6), interval10min(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Interval between CCM transmissions to be used by all MEPs
        in the MA.
       "
  DEFVAL	{ interval1s }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaNetTable(1) dot1agCfmMaNetEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.6.1.1.5
dot1agCfmMaNetRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the row.

        The writable columns in a row can not be changed if the row
        is active. All columns MUST have a valid value before a row
        can be activated.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaNetTable(1) dot1agCfmMaNetEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.6.2
dot1agCfmMaCompTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The Maintenance Association table.  Each row in the table
        represents an MA.  An MA is a set of MEPs, each configured
        with a single service instance.

        This is the part of the complete MA table that is variable
        across the Bridges in a Maintenance Domain, or across the
        components of a single Bridge.  That part of the MA table that
        is constant across the Bridges and their components in a
        Maintenance Domain is contained in the dot1agCfmMaNetTable.

        This table uses three indices, first index is the
        Dot1agCfmPbbComponentIdentifier that identifies the component
        within the Bridge for which the information in the
        dot1agCfmMaCompEntry applies.  The second is the index of the
        Maintenance Domain table.  The third index is the same as the
        index of the dot1agCfmMaNetEntry for the same MA.

        The writable objects in this table need to be persistent
        upon reboot or restart of a device.

        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) 2 }

.1.3.111.2.802.1.1.8.1.6.2.1
dot1agCfmMaCompEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  INDEX		{ dot1agCfmMaComponentId, dot1agCfmMdIndex, dot1agCfmMaIndex }
  DESCRIPTION	"The MA table entry.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaCompTable(2) 1 }

.1.3.111.2.802.1.1.8.1.6.2.1.1
dot1agCfmMaComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmPbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	deprecated
  DESCRIPTION	"The bridge component within the system to which the information
        in this dot1agCfmMaCompEntry applies.  If the system is not a
        Bridge, or if only one component is present in the Bridge, then
        this variable (index) MUST be equal to 1.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaCompTable(2) dot1agCfmMaCompEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.6.2.1.2
dot1agCfmMaCompPrimaryVlanId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION VlanIdOrNone
  SYNTAX	Integer32 (0 | 1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The Primary VLAN ID with which the Maintenance Association is
        associated, or 0 if the MA is not attached to any VID.  If
        the MA is associated with more than one VID, the
        dot1agCfmVlanTable lists them.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaCompTable(2) dot1agCfmMaCompEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.6.2.1.3
dot1agCfmMaCompMhfCreation OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMhfCreation
  SYNTAX	INTEGER {defMHFnone(1), defMHFdefault(2), defMHFexplicit(3), defMHFdefer(4)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"Indicates if the Management entity can create MHFs (MIP Half
        Function) for this MA.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
  DEFVAL	{ defMHFdefer }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaCompTable(2) dot1agCfmMaCompEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.6.2.1.4
dot1agCfmMaCompIdPermission OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmIdPermission
  SYNTAX	INTEGER {sendIdNone(1), sendIdChassis(2), sendIdManage(3), sendIdChassisManage(4), sendIdDefer(5)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"Enumerated value indicating what, if anything, is to be
        included in the Sender ID TLV (21.5.3) transmitted by MPs
        configured in this MA.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
  DEFVAL	{ sendIdDefer }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaCompTable(2) dot1agCfmMaCompEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.6.2.1.5
dot1agCfmMaCompNumberOfVids OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The number of VIDs associated with the MA.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaCompTable(2) dot1agCfmMaCompEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.6.2.1.6
dot1agCfmMaCompRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	deprecated
  DESCRIPTION	"The status of the row.

        The writable columns in a row can not be changed if the row
        is active. All columns MUST have a valid value before a row
        can be activated.
        **NOTE: this object is deprecated due to re-indexing of the
        table.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaCompTable(2) dot1agCfmMaCompEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.6.3
dot1agCfmMaMepListTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"List of MEPIDs that belong to this MA.

        Clause 12.14.6.1.3 specifies that a list of MEPIDs in all
        bridges in that MA, but since SNMP SMI does not allow to
        state in a MIB that an object in a table is an array, the
        information has to be stored in another table with two
        indices, being the first index, the index of the table that
        contains the list or array.

        For all bridges in which the same MAID {dot1agCfmMdFormat,
        dot1agCfmMdName, dot1agCfmMaNetFormat, and dot1agCfmMaNetName}
        is configured, the same set of dot1agCfmMaMepListIdentifiers
        MUST be configured in the bridges' dot1agCfmMaMepListTables.
        This allows each MEP to determine whether or not it is
        receiving CCMs from all of the other MEPs in the MA.

        For example, if one were creating a new MA whose MAID were
        {charString, 'Dom1', charString, 'MA1'}, that had 2 MEPs, whose
        MEPIDs were 1 and 3, one could, in Bridge A:
         1. Get a new MD index d from dot1agCfmMdTableNextIndex.
         2. Create the Maintenance Domain {charString, 'Dom1'}.
         3. Get a new MA index a from dot1agCfmMdMaNextIndex [d].
         4. Create the Maintenance Association {charString, 'MA1'}.
         5. Create a new dot1agCfmMaMepListEntry for each of the MEPs
            in the MA: [d, a, 1] and [d, a, 3].
         6. Create one of the new MEPs, say [d, a, 1].
        Then, in Bridge B:
         7. Do all of these steps 1-6, except for using the other MEPID
            for the new MEP in Step 6, in this example, MEPID 3.
        Note that, when creating the MA, MEP List Table, and MEP
        entries in the second bridge, the indices 'd' and 'a'
        identifying the MAID {charString, 'Dom1', charString, 'MA1'}
        may have different values than those in the first Bridge.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) 3 }

.1.3.111.2.802.1.1.8.1.6.3.1
dot1agCfmMaMepListEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1agCfmMdIndex, dot1agCfmMaIndex, dot1agCfmMaMepListIdentifier }
  DESCRIPTION	"The known MEPS table entry."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaMepListTable(3) 1 }

.1.3.111.2.802.1.1.8.1.6.3.1.1
dot1agCfmMaMepListIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMepId
  SYNTAX	Unsigned32 (1..8191) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"MEPID"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaMepListTable(3) dot1agCfmMaMepListEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.6.3.1.2
dot1agCfmMaMepListRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the row. Read SNMPv2-TC (RFC1903) for an
        explanation of the possible values this object can take.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) dot1agCfmMaMepListTable(3) dot1agCfmMaMepListEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.6.4
ieee8021CfmMaCompTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Maintenance Association table.  Each row in the table
        represents an MA.  An MA is a set of MEPs, each configured
        with a single service instance.

        This is the part of the complete MA table that is variable
        across the Bridges in a Maintenance Domain, or across the
        components of a single Bridge.  That part of the MA table that
        is constant across the Bridges and their components in a
        Maintenance Domain is contained in the ieee8021CfmMaNetTable.

        This table uses three indices, first index is the
        IEEE8021PbbComponentIdentifier that identifies the component
        within the Bridge for which the information in the
        ieee8021CfmMaCompEntry applies.  The second is the index of the
        Maintenance Domain table.  The third index is the same as the
        index of the ieee8021CfmMaNetEntry for the same MA.

        The writable objects in this table need to be persistent
        upon reboot or restart of a device.

       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) 4 }

.1.3.111.2.802.1.1.8.1.6.4.1
ieee8021CfmMaCompEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CfmMaComponentId, dot1agCfmMdIndex, dot1agCfmMaIndex }
  DESCRIPTION	"The MA table entry."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) ieee8021CfmMaCompTable(4) 1 }

.1.3.111.2.802.1.1.8.1.6.4.1.1
ieee8021CfmMaComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CfmMaCompEntry applies.  If the system is not a
        Bridge, or if only one component is present in the Bridge, then
        this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) ieee8021CfmMaCompTable(4) ieee8021CfmMaCompEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.6.4.1.2
ieee8021CfmMaCompPrimarySelectorType OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorType
  SYNTAX	INTEGER {vlanId(1), isid(2), tesid(3), segid(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Type of the Service Selector identifiers indicated by 
        ieee8021CfmMaCompPrimarySelectorOrNone. If the service instance is defined by more 
        than one Service Selector, this parameter also indicates the type of the 
        ieee8021CfmVlanPrimarySelector and ieee8021CfmVlanSelector in the ieee8021CfmVlanTable. 
        In Services instances made of multiple Service Selector identifiers, ensures that the
        type of the Service selector identifiers is the same. See textual convention 
        Dot1agCfmServiceSelectorType for details.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) ieee8021CfmMaCompTable(4) ieee8021CfmMaCompEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.6.4.1.3
ieee8021CfmMaCompPrimarySelectorOrNone OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021ServiceSelectorValueOrNone
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Service Selector identifier to which the MP is attached, or 0, if none.
        If the MA is associated with more than one Service Selectors Identifiers, the
        ieee8021CfmVlanTable lists them.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) ieee8021CfmMaCompTable(4) ieee8021CfmMaCompEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.6.4.1.4
ieee8021CfmMaCompMhfCreation OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMhfCreation
  SYNTAX	INTEGER {defMHFnone(1), defMHFdefault(2), defMHFexplicit(3), defMHFdefer(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates if the Management entity can create MHFs (MIP Half
        Function) for this MA.
       "
  DEFVAL	{ defMHFdefer }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) ieee8021CfmMaCompTable(4) ieee8021CfmMaCompEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.6.4.1.5
ieee8021CfmMaCompIdPermission OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION Dot1agCfmIdPermission
  SYNTAX	INTEGER {sendIdNone(1), sendIdChassis(2), sendIdManage(3), sendIdChassisManage(4), sendIdDefer(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Enumerated value indicating what, if anything, is to be
        included in the Sender ID TLV (21.5.3) transmitted by MPs
        configured in this MA.
       "
  DEFVAL	{ sendIdDefer }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) ieee8021CfmMaCompTable(4) ieee8021CfmMaCompEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.6.4.1.6
ieee8021CfmMaCompNumberOfVids OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of VIDs associated with the MA.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) ieee8021CfmMaCompTable(4) ieee8021CfmMaCompEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.6.4.1.7
ieee8021CfmMaCompRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-V2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the row.

        The writable columns in a row can not be changed if the row
        is active. All columns MUST have a valid value before a row
        can be activated.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMa(6) ieee8021CfmMaCompTable(4) ieee8021CfmMaCompEntry(1) 7 }

.1.3.111.2.802.1.1.8.1.7
dot1agCfmMep OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) 7 }

.1.3.111.2.802.1.1.8.1.7.1
dot1agCfmMepTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Maintenance Association End Point (MEP) table.

        Each row in the table represents a different MEP.  A MEP is
        an actively managed CFM entity, associated with a specific
        DSAP of a Service Instance, which can generate and receive
        CFM PDUs and track any responses.  It is an end point of a
        single Maintenance Association, and is an endpoint of a
        separate Maintenance Entity for each of the other MEPs in
        the same Maintenance Association (802.1ag clause 3.19).

        This table uses three indices. The first two indices are the
        indices of the Maintenance Domain and MA tables, the reason
        being that a MEP is always related to an MA and Maintenance
        Domain.

        The MEP table also stores all the managed objects for sending
        LBM and LTM.

        *LBM Managed objects

        LBM Managed objects in the MEP table
        enables the management entity to initiate
        transmission of Loopback messages.  It will signal the MEP
        that it SHOULD transmit some number of Loopback messages
        and detect the detection (or lack thereof) of the
        corresponding Loopback messages.

        Steps to use entries in this table:

        1) Wait for dot1agCfmMepTransmitLbmStatus value to be
           false.  To do this do this sequence:
           a. an SNMP GET for both SnmpSetSerialNo and
              dot1agCfmMepTransmitLbmStatus objects (in same SNMP
              PDU).
           b. Check if value for dot1agCfmMepTransmitLbmStatus is false.
              - if not, wait x seconds, go to step a above.
              - if yes, save the value of SnmpSetSerialNo and go
                to step 2) below
        2) Change dot1agCfmMepTransmitLbmStatus value from false to
           true to ensure no other management entity will use
           the service. In order to not disturb a possible other NMS
           do this by sending an SNMP SET for both SnmpSetSerialNo
           and dot1agCfmMepTransmitLbmStatus objects (in same SNMP
           PDU,  and make sure SNmpSetSerialNo is the first varBind).
           For the SnmpSetSerialNo varBind, use the value that you
           obtained in step 1)a.. This ensures that two cooperating
           NMSes will not step on each others toes.
           Setting this MIB object does not set the corresponding
           LBIactive state machine variable.
        3) Setup the different data to be sent (number of messages,
           optional TLVs,...), except do not set
           dot1agCfmMepTransmitLbmMessages.
        4) Record the current values of dot1agCfmMepLbrIn,
           dot1agCfmMepLbrInOutOfOrder, and dot1agCfmMepLbrBadMsdu.
        6) Set dot1agCfmMepTransmitLbmMessages to a non-zero value to
           initiate transmission of Loopback messages.
           The dot1agCfmMepTransmitLbmMessages indicates the
           number of LBMs to be sent and is not decremented as
           loopbacks are actually sent. dot1agCfmMepTransmitLbmMessages
           is not equivalent to the LBMsToSend state machine variable.
        7) Check the value of dot1agCfmMepTransmitLbmResultOK to
           find out if the operation was successfully initiated or
           not.
        8) Monitor the value of dot1agCfmMepTransmitLbmStatus.
           When it is reset to false, the last LBM has been transmitted.
           Wait an additional 5 seconds to ensure that all LBRs have
           been returned.
        9) Compare dot1agCfmMepLbrIn, dot1agCfmMepLbrInOutOfOrder,
           and dot1agCfmMepLbrBadMsdu to their old values from step
           4, above, to get the results of the test.

        *LTM Managed objects
        The LTM Managed objects in the MEP table are used in a manner
        similar to that described for LBM transmission, above.  Upon
        successfully initiating the transmission, the variables
        dot1agCfmMepTransmitLtmSeqNumber and
        dot1agCfmMepTransmitLtmEgressIdentifier return the information
        required to recover the results of the LTM from the
        dot1agCfmLtrTabl"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) 1 }

.1.3.111.2.802.1.1.8.1.7.1.1
dot1agCfmMepEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1agCfmMdIndex, dot1agCfmMaIndex, dot1agCfmMepIdentifier }
  DESCRIPTION	"The MEP table entry"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) 1 }

.1.3.111.2.802.1.1.8.1.7.1.1.1
dot1agCfmMepIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMepId
  SYNTAX	Unsigned32 (1..8191) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Integer that is unique among all the MEPs in the same MA.
        Other definition is: a small integer, unique over a given
        Maintenance Association, identifying a specific Maintenance
        association End Point (3.19).

        MEP Identifier is also known as the MEPID.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.7.1.1.2
dot1agCfmMepIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is the interface index of the interface either a
        bridge port, or an aggregated IEEE 802.1 link within a bridge
        port, to which the MEP is attached.

        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this variable so that it indexes the
        entry in the interface table with the same value of ifAlias
        that it indexed before the system restart.  If no such
        entry exists, then the system SHALL set this variable to 0.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.7.1.1.3
dot1agCfmMepDirection OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMpDirection
  SYNTAX	INTEGER {down(1), up(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The direction in which the MEP faces on the Bridge port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.7.1.1.4
dot1agCfmMepPrimaryVid OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32 (0..16777215) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An integer indicating the Primary VID of the MEP, always
        one of the VIDs assigned to the MEP's MA.  The value 0
        indicates that either the Primary VID is that of the
        MEP's MA, or that the MEP's MA is associated with no VID."
  DEFVAL	{ 0 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.7.1.1.5
dot1agCfmMepActive OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Administrative state of the MEP

        A Boolean indicating the administrative state of the MEP.

        True indicates that the MEP is to function normally, and
        false that it is to cease functioning."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.7.1.1.6
dot1agCfmMepFngState OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmFngState
  SYNTAX	INTEGER {fngReset(1), fngDefect(2), fngReportDefect(3), fngDefectReported(4), fngDefectClearing(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Current state of the MEP Fault Notification Generator
        State Machine.
       "
  DEFVAL	{ fngReset }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.7.1.1.7
dot1agCfmMepCciEnabled OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If set to true, the MEP will generate CCM messages."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 7 }

.1.3.111.2.802.1.1.8.1.7.1.1.8
dot1agCfmMepCcmLtmPriority OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority value for CCMs and LTMs transmitted by the MEP.
        Default Value is the highest priority value allowed to pass
        through the bridge port for any of this MEPs VIDs.
        The management entity can obtain the default value for this
        variable from the priority regeneration table by extracting the
        highest priority value in this table on this MEPs bridge port.
        (1 is lowest, then 2, then 0, then 3-7).
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 8 }

.1.3.111.2.802.1.1.8.1.7.1.1.9
dot1agCfmMepMacAddress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address of the MEP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 9 }

.1.3.111.2.802.1.1.8.1.7.1.1.10
dot1agCfmMepLowPrDef OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmLowestAlarmPri
  SYNTAX	INTEGER {allDef(1), macRemErrXcon(2), remErrXcon(3), errXcon(4), xcon(5), noXcon(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An integer value specifying the lowest priority defect
        that is allowed to generate fault alarm.
       "
  DEFVAL	{ macRemErrXcon }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 10 }

.1.3.111.2.802.1.1.8.1.7.1.1.11
dot1agCfmMepFngAlarmTime OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (250..1000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time that defects MUST be present before a Fault Alarm is
        issued (fngAlarmTime. 20.33.3) (default 2.5s).
       "
  DEFVAL	{ 250 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 11 }

.1.3.111.2.802.1.1.8.1.7.1.1.12
dot1agCfmMepFngResetTime OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (250..1000) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The time that defects MUST be absent before resetting a
        Fault Alarm (fngResetTime, 20.33.4) (default 10s).
       "
  DEFVAL	{ 1000 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 12 }

.1.3.111.2.802.1.1.8.1.7.1.1.13
dot1agCfmMepHighestPrDefect OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmHighestDefectPri
  SYNTAX	INTEGER {none(0), defRDICCM(1), defMACstatus(2), defRemoteCCM(3), defErrorCCM(4), defXconCCM(5)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The highest priority defect that has been present since the
        MEPs Fault Notification Generator State Machine was last in
        the FNG_RESET state.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 13 }

.1.3.111.2.802.1.1.8.1.7.1.1.14
dot1agCfmMepDefects OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMepDefects
  SYNTAX	BITS {bDefRDICCM(0), bDefMACstatus(1), bDefRemoteCCM(2), bDefErrorCCM(3), bDefXconCCM(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A vector of Boolean error conditions from Table 20-1, any of
        which may be true:

        DefRDICCM(0)
        DefMACstatus(1)
        DefRemoteCCM(2)
        DefErrorCCM(3)
        DefXconCCM(4)
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 14 }

.1.3.111.2.802.1.1.8.1.7.1.1.15
dot1agCfmMepErrorCcmLastFailure OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	OCTET STRING (1..1522) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last-received CCM that triggered an DefErrorCCM fault."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 15 }

.1.3.111.2.802.1.1.8.1.7.1.1.16
dot1agCfmMepXconCcmLastFailure OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	OCTET STRING (1..1522) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The last-received CCM that triggered a DefXconCCM fault."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 16 }

.1.3.111.2.802.1.1.8.1.7.1.1.17
dot1agCfmMepCcmSequenceErrors OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of out-of-sequence CCMs received from all
        remote MEPs.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 17 }

.1.3.111.2.802.1.1.8.1.7.1.1.18
dot1agCfmMepCciSentCcms OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of Continuity Check messages transmitted."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 18 }

.1.3.111.2.802.1.1.8.1.7.1.1.19
dot1agCfmMepNextLbmTransId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Next sequence number/transaction identifier to be sent in a
        Loopback message. This sequence number can be zero because
        it wraps around.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 19 }

.1.3.111.2.802.1.1.8.1.7.1.1.20
dot1agCfmMepLbrIn OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of valid, in-order Loopback Replies received."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 20 }

.1.3.111.2.802.1.1.8.1.7.1.1.21
dot1agCfmMepLbrInOutOfOrder OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of valid, out-of-order Loopback Replies
        received.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 21 }

.1.3.111.2.802.1.1.8.1.7.1.1.22
dot1agCfmMepLbrBadMsdu OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of LBRs received whose
        mac_service_data_unit did not match (except for the OpCode)
        that of the corresponding LBM (20.2.3).
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 22 }

.1.3.111.2.802.1.1.8.1.7.1.1.23
dot1agCfmMepLtmNextSeqNumber OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Next transaction identifier/sequence number to be sent in a
        Linktrace message. This sequence number can be zero because
        it wraps around.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 23 }

.1.3.111.2.802.1.1.8.1.7.1.1.24
dot1agCfmMepUnexpLtrIn OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total number of unexpected LTRs received (20.39.1).
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 24 }

.1.3.111.2.802.1.1.8.1.7.1.1.25
dot1agCfmMepLbrOut OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Total number of Loopback Replies transmitted."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 25 }

.1.3.111.2.802.1.1.8.1.7.1.1.26
dot1agCfmMepTransmitLbmStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A Boolean flag set to true by the MEP Loopback Initiator State
        Machine or an MIB manager to indicate
        that another LBM is being transmitted.
        Reset to false by the MEP Loopback Initiator State Machine."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 26 }

.1.3.111.2.802.1.1.8.1.7.1.1.27
dot1agCfmMepTransmitLbmDestMacAddress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Target MAC Address Field to be transmitted: A unicast
        destination MAC address.
        This address will be used if the value of the column
        dot1agCfmMepTransmitLbmDestIsMepId is 'false'.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 27 }

.1.3.111.2.802.1.1.8.1.7.1.1.28
dot1agCfmMepTransmitLbmDestMepId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMepIdOrZero
  SYNTAX	Unsigned32 (0 | 1..8191) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Maintenance association End Point Identifier of another
        MEP in the same Maintenance Association to which the LBM is
        to be sent.
        This address will be used if the value of the column
        dot1agCfmMepTransmitLbmDestIsMepId is 'true'.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 28 }

.1.3.111.2.802.1.1.8.1.7.1.1.29
dot1agCfmMepTransmitLbmDestIsMepId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"True indicates that MEPID of the target MEP is used for
        Loopback transmission.
        False indicates that unicast destination MAC address of the
        target MEP is used for Loopback transmission.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 29 }

.1.3.111.2.802.1.1.8.1.7.1.1.30
dot1agCfmMepTransmitLbmMessages OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Integer32 (1..1024) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The number of Loopback messages to be transmitted."
  DEFVAL	{ 1 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 30 }

.1.3.111.2.802.1.1.8.1.7.1.1.31
dot1agCfmMepTransmitLbmDataTlv OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	OCTET STRING
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An arbitrary amount of data to be included in the Data TLV,
        if the Data TLV is selected to be sent.  The intent is to be able
        to fill the frame carrying the CFM PDU to its maximum length.
        This may lead to fragmentation in some cases.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 31 }

.1.3.111.2.802.1.1.8.1.7.1.1.32
dot1agCfmMepTransmitLbmVlanPriority OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Priority. 3 bit value to be used in the VLAN tag, if present
        in the transmitted frame.

        The default value is CCM priority.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 32 }

.1.3.111.2.802.1.1.8.1.7.1.1.33
dot1agCfmMepTransmitLbmVlanDropEnable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Drop Enable bit value to be used in the VLAN tag, if present
        in the transmitted frame.

        For more information about VLAN Drop Enable, please check
        IEEE 802.1ad.
       "
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 33 }

.1.3.111.2.802.1.1.8.1.7.1.1.34
dot1agCfmMepTransmitLbmResultOK OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the result of the operation:

        - true       The Loopback Message(s) will be
                     (or has been) sent.
        - false      The Loopback Message(s) will not
                     be sent.
       "
  DEFVAL	{ true }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 34 }

.1.3.111.2.802.1.1.8.1.7.1.1.35
dot1agCfmMepTransmitLbmSeqNumber OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Loopback Transaction Identifier
       (dot1agCfmMepNextLbmTransId) of the first LBM (to be) sent.
        The value returned is undefined if
        dot1agCfmMepTransmitLbmResultOK is false.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 35 }

.1.3.111.2.802.1.1.8.1.7.1.1.36
dot1agCfmMepTransmitLtmStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A Boolean flag set to true by the bridge port to indicate
        that another LTM may be transmitted.
        Reset to false by the MEP Linktrace Initiator State Machine."
  DEFVAL	{ true }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 36 }

.1.3.111.2.802.1.1.8.1.7.1.1.37
dot1agCfmMepTransmitLtmFlags OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	BITS {useFDBonly(0)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The flags field for LTMs transmitted by the MEP."
  DEFVAL	{ { useFDBonly } }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 37 }

.1.3.111.2.802.1.1.8.1.7.1.1.38
dot1agCfmMepTransmitLtmTargetMacAddress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Target MAC Address Field to be transmitted: A unicast
        destination MAC address.
        This address will be used if the value of the column
        dot1agCfmMepTransmitLtmTargetIsMepId is 'false'.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 38 }

.1.3.111.2.802.1.1.8.1.7.1.1.39
dot1agCfmMepTransmitLtmTargetMepId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMepIdOrZero
  SYNTAX	Unsigned32 (0 | 1..8191) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"An indication of the Target MAC Address Field to be
        transmitted:
        The Maintenance association End Point Identifier of
        another MEP in the same Maintenance Association
        This address will be used if the value of the column
        dot1agCfmMepTransmitLtmTargetIsMepId is 'true'.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 39 }

.1.3.111.2.802.1.1.8.1.7.1.1.40
dot1agCfmMepTransmitLtmTargetIsMepId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"True indicates that MEPID of the target MEP is used for
        Linktrace transmission.
        False indicates that unicast destination MAC address of the
        target MEP is used for Loopback transmission.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 40 }

.1.3.111.2.802.1.1.8.1.7.1.1.41
dot1agCfmMepTransmitLtmTtl OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The LTM TTL field. Default value, if not specified, is 64.
        The TTL field indicates the number of hops remaining to the
        LTM.  Decremented by 1 by each Linktrace Responder that
        handles the LTM.  The value returned in the LTR is one less
        than that received in the LTM.  If the LTM TTL is 0 or 1, the
        LTM is not forwarded to the next hop, and if 0, no LTR is
        generated.
       "
  DEFVAL	{ 64 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 41 }

.1.3.111.2.802.1.1.8.1.7.1.1.42
dot1agCfmMepTransmitLtmResult OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the result of the operation:

        - true    The Linktrace Message will be (or has been) sent.
        - false   The Linktrace Message will not be sent"
  DEFVAL	{ true }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 42 }

.1.3.111.2.802.1.1.8.1.7.1.1.43
dot1agCfmMepTransmitLtmSeqNumber OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The LTM Transaction Identifier
        (dot1agCfmMepLtmNextSeqNumber) of the LTM sent.
        The value returned is undefined if
        dot1agCfmMepTransmitLtmResult is false.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 43 }

.1.3.111.2.802.1.1.8.1.7.1.1.44
dot1agCfmMepTransmitLtmEgressIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Identifies the MEP Linktrace Initiator that is originating,
        or the Linktrace Responder that is forwarding, this LTM.
        The low-order six octets contain a 48-bit IEEE MAC address
        unique to the system in which the MEP Linktrace Initiator
        or Linktrace Responder resides.  The high-order two octets
        contain a value sufficient to uniquely identify the MEP
        Linktrace Initiator or Linktrace Responder within that system.

        For most Bridges, the address of any MAC attached to the
        Bridge will suffice for the low-order six octets, and 0 for
        the high-order octets.  In some situations, e.g., if multiple
        virtual Bridges utilizing emulated LANs are implemented in a
        single physical system, the high-order two octets can be used
        to differentiate among the transmitting entities.

        The value returned is undefined if
        dot1agCfmMepTransmitLtmResult is false.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 44 }

.1.3.111.2.802.1.1.8.1.7.1.1.45
dot1agCfmMepRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of the row.

        The writable columns in a row can not be changed if the row
        is active. All columns MUST have a valid value before a row
        can be activated.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 45 }

.1.3.111.2.802.1.1.8.1.7.1.1.46
dot1agCfmMepPbbTeCanReportPbbTePresence OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A Boolean valued parameter that is set to true if the system
        has the capability to report the presence of traffic and that
        the capability is enabled. Traffic presence reporting is an
        optional PBB-TE feature."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 46 }

.1.3.111.2.802.1.1.8.1.7.1.1.47
dot1agCfmMepPbbTeTrafficMismatchDefect OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A Boolean valued parameter that is set to true if the system
        has detected a traffic field mismatch defect.  Mismatch detection
        is an optional PBB-TE feature."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 47 }

.1.3.111.2.802.1.1.8.1.7.1.1.48
dot1agCfmMepPbbTransmitLbmLtmReverseVid OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION IEEE8021VlanIndex
  SYNTAX	Unsigned32 (1..4094 | 4096..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This column specifies the value to use in the Reverse VID value
        field of PBB-TE MIP TLVs contained within TransmitLTM pdus."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 48 }

.1.3.111.2.802.1.1.8.1.7.1.1.49
dot1agCfmMepPbbTeMismatchAlarm OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A Boolean valued parameter that is set to true if the system
        is to allow a mismatch defect to generate a fault alarm."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 49 }

.1.3.111.2.802.1.1.8.1.7.1.1.50
dot1agCfmMepPbbTeLocalMismatchDefect OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A Boolean valued parameter that is set to true if the system
        has detected a local mismatch defect.  Mismatch detection
        is an optional PBB-TE feature."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 50 }

.1.3.111.2.802.1.1.8.1.7.1.1.51
dot1agCfmMepPbbTeMismatchSinceReset OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A Boolean valued parameter indicating if the mismatch defect
        has been present since the MEP Mismatch Fault Notification
        Generator was last in the MFNG_RESET state."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepTable(1) dot1agCfmMepEntry(1) 51 }

.1.3.111.2.802.1.1.8.1.7.2
dot1agCfmLtrTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table extends the MEP table and contains a list of
        Linktrace replies received by a specific MEP in response to
        a linktrace message.

        SNMP SMI does not allow to state in a MIB that an object in
        a table is an array.  The solution is to take the index (or
        indices) of the first table and add one or more indices.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) 2 }

.1.3.111.2.802.1.1.8.1.7.2.1
dot1agCfmLtrEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1agCfmMdIndex, dot1agCfmMaIndex, dot1agCfmMepIdentifier, dot1agCfmLtrSeqNumber, dot1agCfmLtrReceiveOrder }
  DESCRIPTION	"The Linktrace Reply table entry."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) 1 }

.1.3.111.2.802.1.1.8.1.7.2.1.1
dot1agCfmLtrSeqNumber OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Transaction identifier/Sequence number returned by a previous
        transmit linktrace message command, indicating which LTM's
        response is going to be returned.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.7.2.1.2
dot1agCfmLtrReceiveOrder OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An index to distinguish among multiple LTRs with the same LTR
        Transaction Identifier field value.  dot1agCfmLtrReceiveOrder
        are assigned sequentially from 1, in the order that the
        Linktrace Initiator received the LTRs.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.7.2.1.3
dot1agCfmLtrTtl OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	Unsigned32 (0..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"TTL field value for a returned LTR."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.7.2.1.4
dot1agCfmLtrForwarded OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if a LTM was forwarded by the responding MP, as
        returned in the 'FwdYes' flag of the flags field.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.7.2.1.5
dot1agCfmLtrTerminalMep OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A Boolean value stating whether the forwarded LTM reached a
        MEP enclosing its MA, as returned in the Terminal MEP flag of
        the Flags field.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.7.2.1.6
dot1agCfmLtrLastEgressIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An octet field holding the Last Egress Identifier returned
        in the LTR Egress Identifier TLV of the LTR.
        The Last Egress Identifier identifies the MEP Linktrace
        Initiator that originated, or the Linktrace Responder that
        forwarded, the LTM to which this LTR is the response.  This
        is the same value as the Egress Identifier TLV of that LTM.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.7.2.1.7
dot1agCfmLtrNextEgressIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An octet field holding the Next Egress Identifier returned
        in the LTR Egress Identifier TLV of the LTR.  The Next Egress
        Identifier Identifies the Linktrace Responder that
        transmitted this LTR, and can forward the LTM to the next
        hop.  This is the same value as the Egress Identifier TLV of
        the forwarded LTM, if any. If the FwdYes bit of the Flags
        field is false, the contents of this field are undefined,
        i.e., any value can be transmitted, and the field is ignored
        by the receiver.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 7 }

.1.3.111.2.802.1.1.8.1.7.2.1.8
dot1agCfmLtrRelay OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmRelayActionFieldValue
  SYNTAX	INTEGER {rlyHit(1), rlyFdb(2), rlyMpdb(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Value returned in the Relay Action field."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 8 }

.1.3.111.2.802.1.1.8.1.7.2.1.9
dot1agCfmLtrChassisIdSubtype OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION LldpChassisIdSubtype
  SYNTAX	INTEGER {chassisComponent(1), interfaceAlias(2), portComponent(3), macAddress(4), networkAddress(5), interfaceName(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the format of the Chassis ID returned
        in the Sender ID TLV of the LTR, if any.  This value is
        meaningless if the dot1agCfmLtrChassisId has a length of 0."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 9 }

.1.3.111.2.802.1.1.8.1.7.2.1.10
dot1agCfmLtrChassisId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION LldpChassisId
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Chassis ID returned in the Sender ID TLV of the LTR, if
        any. The format of this object is determined by the
        value of the dot1agCfmLtrChassisIdSubtype object.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 10 }

.1.3.111.2.802.1.1.8.1.7.2.1.11
dot1agCfmLtrManAddressDomain OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TDomain
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The TDomain that identifies the type and format of
        the related dot1agCfmMepDbManAddress object, used to access
        the SNMP agent of the system transmitting the LTR.  Received
        in the LTR Sender ID TLV from that system.

        Typical values will be one of (not all inclusive) list:


           snmpUDPDomain          (from SNMPv2-TM, RFC3417)
           snmpIeee802Domain      (from SNMP-IEEE802-TM-MIB, RFC4789)

        The value 'zeroDotZero' (from RFC2578) indicates 'no management
        address was present in the LTR', in which case the related
        object dot1agCfmMepDbManAddress MUST have a zero-length OCTET
        STRING as a value.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 11 }

.1.3.111.2.802.1.1.8.1.7.2.1.12
dot1agCfmLtrManAddress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The TAddress that can be used to access the SNMP
        agent of the system transmitting the CCM, received in the CCM
        Sender ID TLV from that system.

        If the related object dot1agCfmLtrManAddressDomain contains
        the value 'zeroDotZero', this object dot1agCfmLtrManAddress
        MUST have a zero-length OCTET STRING as a value.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 12 }

.1.3.111.2.802.1.1.8.1.7.2.1.13
dot1agCfmLtrIngress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmIngressActionFieldValue
  SYNTAX	INTEGER {ingNoTlv(0), ingOk(1), ingDown(2), ingBlocked(3), ingVid(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value returned in the Ingress Action Field of the LTM.
        The value ingNoTlv(0) indicates that no Reply Ingress TLV was
        returned in the LTM."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 13 }

.1.3.111.2.802.1.1.8.1.7.2.1.14
dot1agCfmLtrIngressMac OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address returned in the ingress MAC address field.
        If the dot1agCfmLtrIngress object contains the value
        ingNoTlv(0), then the contents of this object are meaningless."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 14 }

.1.3.111.2.802.1.1.8.1.7.2.1.15
dot1agCfmLtrIngressPortIdSubtype OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION LldpPortIdSubtype
  SYNTAX	INTEGER {interfaceAlias(1), portComponent(2), macAddress(3), networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Format of the Ingress Port ID.
        If the dot1agCfmLtrIngress object contains the value
        ingNoTlv(0), then the contents of this object are meaningless."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 15 }

.1.3.111.2.802.1.1.8.1.7.2.1.16
dot1agCfmLtrIngressPortId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION LldpPortId
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Ingress Port ID. The format of this object is determined by
        the value of the dot1agCfmLtrIngressPortIdSubtype object.
        If the dot1agCfmLtrIngress object contains the value
        ingNoTlv(0), then the contents of this object are meaningless."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 16 }

.1.3.111.2.802.1.1.8.1.7.2.1.17
dot1agCfmLtrEgress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmEgressActionFieldValue
  SYNTAX	INTEGER {egrNoTlv(0), egrOK(1), egrDown(2), egrBlocked(3), egrVid(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value returned in the Egress Action Field of the LTM.
        The value egrNoTlv(0) indicates that no Reply Egress TLV was
        returned in the LTM."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 17 }

.1.3.111.2.802.1.1.8.1.7.2.1.18
dot1agCfmLtrEgressMac OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"MAC address returned in the egress MAC address field.
        If the dot1agCfmLtrEgress object contains the value
        egrNoTlv(0), then the contents of this object are meaningless."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 18 }

.1.3.111.2.802.1.1.8.1.7.2.1.19
dot1agCfmLtrEgressPortIdSubtype OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION LldpPortIdSubtype
  SYNTAX	INTEGER {interfaceAlias(1), portComponent(2), macAddress(3), networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Format of the egress Port ID.
        If the dot1agCfmLtrEgress object contains the value
        egrNoTlv(0), then the contents of this object are meaningless."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 19 }

.1.3.111.2.802.1.1.8.1.7.2.1.20
dot1agCfmLtrEgressPortId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION LldpPortId
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Egress Port ID. The format of this object is determined by
        the value of the dot1agCfmLtrEgressPortIdSubtype object.
        If the dot1agCfmLtrEgress object contains the value
        egrNoTlv(0), then the contents of this object are meaningless."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 20 }

.1.3.111.2.802.1.1.8.1.7.2.1.21
dot1agCfmLtrOrganizationSpecificTlv OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  SYNTAX	OCTET STRING (0 | 4..1500) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"All Organization specific TLVs returned in the LTR, if
        any.  Includes all octets including and following the TLV
        Length field of each TLV, concatenated together."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmLtrTable(2) dot1agCfmLtrEntry(1) 21 }

.1.3.111.2.802.1.1.8.1.7.3
dot1agCfmMepDbTable OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MEP Database. A database, maintained by every MEP, that
        maintains received information about other MEPs in the
        Maintenance Domain.

        The SMI does not allow to state in a MIB that an object in
        a table is an array. The solution is to take the index (or
        indices) of the first table and add one or more indices.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) 3 }

.1.3.111.2.802.1.1.8.1.7.3.1
dot1agCfmMepDbEntry OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ dot1agCfmMdIndex, dot1agCfmMaIndex, dot1agCfmMepIdentifier, dot1agCfmMepDbRMepIdentifier }
  DESCRIPTION	"The MEP Database table entry."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) 1 }

.1.3.111.2.802.1.1.8.1.7.3.1.1
dot1agCfmMepDbRMepIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmMepId
  SYNTAX	Unsigned32 (1..8191) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Maintenance association End Point Identifier of a remote MEP
        whose information from the MEP Database is to be returned.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 1 }

.1.3.111.2.802.1.1.8.1.7.3.1.2
dot1agCfmMepDbRMepState OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmRemoteMepState
  SYNTAX	INTEGER {rMepIdle(1), rMepStart(2), rMepFailed(3), rMepOk(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational state of the remote MEP IFF State machines."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 2 }

.1.3.111.2.802.1.1.8.1.7.3.1.3
dot1agCfmMepDbRMepFailedOkTime OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time (SysUpTime) at which the IFF Remote MEP state machine
        last entered either the RMEP_FAILED or RMEP_OK state.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 3 }

.1.3.111.2.802.1.1.8.1.7.3.1.4
dot1agCfmMepDbMacAddress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address of the remote MEP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 4 }

.1.3.111.2.802.1.1.8.1.7.3.1.5
dot1agCfmMepDbRdi OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"State of the RDI bit in the last received CCM (true for
        RDI=1), or false if none has been received.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 5 }

.1.3.111.2.802.1.1.8.1.7.3.1.6
dot1agCfmMepDbPortStatusTlv OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmPortStatus
  SYNTAX	INTEGER {psNoPortStateTLV(0), psBlocked(1), psUp(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An enumerated value of the Port status TLV received in the
        last CCM from the remote MEP or the default value
        psNoPortStateTLV indicating either no CCM has been received,
        or that nor port status TLV was received in the last CCM.
       "
  DEFVAL	{ psNoPortStateTLV }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 6 }

.1.3.111.2.802.1.1.8.1.7.3.1.7
dot1agCfmMepDbInterfaceStatusTlv OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION Dot1agCfmInterfaceStatus
  SYNTAX	INTEGER {isNoInterfaceStatusTLV(0), isUp(1), isDown(2), isTesting(3), isUnknown(4), isDormant(5), isNotPresent(6), isLowerLayerDown(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An enumerated value of the Interface status TLV received
        in the last CCM from the remote MEP or the default value
        isNoInterfaceStatus TLV indicating either no CCM has been
        received, or that no interface status TLV was received in
        the last CCM.
       "
  DEFVAL	{ isNoInterfaceStatusTLV }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 7 }

.1.3.111.2.802.1.1.8.1.7.3.1.8
dot1agCfmMepDbChassisIdSubtype OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION LldpChassisIdSubtype
  SYNTAX	INTEGER {chassisComponent(1), interfaceAlias(2), portComponent(3), macAddress(4), networkAddress(5), interfaceName(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the format of the Chassis ID received
        in the last CCM."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 8 }

.1.3.111.2.802.1.1.8.1.7.3.1.9
dot1agCfmMepDbChassisId OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION LldpChassisId
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Chassis ID. The format of this object is determined by the
        value of the dot1agCfmLtrChassisIdSubtype object.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 9 }

.1.3.111.2.802.1.1.8.1.7.3.1.10
dot1agCfmMepDbManAddressDomain OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TDomain
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The TDomain that identifies the type and format of
        the related dot1agCfmMepDbManAddress object, used to access
        the SNMP agent of the system transmitting the CCM.  Received
        in the CCM Sender ID TLV from that system.

        Typical values will be one of (not all inclusive) list:


           snmpUDPDomain          (from SNMPv2-TM, RFC3417)
           snmpIeee802Domain      (from SNMP-IEEE802-TM-MIB, RFC4789)

        The value 'zeroDotZero' (from RFC2578) indicates 'no management
        address was present in the LTR', in which case the related
        object dot1agCfmMepDbManAddress MUST have a zero-length OCTET
        STRING as a value.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 10 }

.1.3.111.2.802.1.1.8.1.7.3.1.11
dot1agCfmMepDbManAddress OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TAddress
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The TAddress that can be used to access the SNMP
        agent of the system transmitting the CCM, received in the CCM
        Sender ID TLV from that system.

        If the related object dot1agCfmMepDbManAddressDomain contains
        the value 'zeroDotZero', this object dot1agCfmMepDbManAddress
        MUST have a zero-length OCTET STRING as a value.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 11 }

.1.3.111.2.802.1.1.8.1.7.3.1.12
dot1agCfmMepDbRMepIsActive OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A Boolean value stating if the remote MEP is active."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agMIBObjects(1) dot1agCfmMep(7) dot1agCfmMepDbTable(3) dot1agCfmMepDbEntry(1) 12 }

.1.3.111.2.802.1.1.8.2
dot1agCfmConformance OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) 2 }

.1.3.111.2.802.1.1.8.2.1
dot1agCfmCompliances OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) 1 }

.1.3.111.2.802.1.1.8.2.1.1
dot1agCfmCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"The compliance statement for support of the CFM MIB module."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmCompliances(1) 1 }

.1.3.111.2.802.1.1.8.2.1.2
ieee8021CfmComplianceV2 MODULE-COMPLIANCE
  -- FROM	IEEE8021-CFM-V2-MIB
  DESCRIPTION	"The compliance statement for support of the CFM MIB module."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmCompliances(1) 2 }

.1.3.111.2.802.1.1.8.2.1.3
dot1agCfmWithPbbTeCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-CFM-V2-MIB
  DESCRIPTION	"The compliance statement for support of the CFM MIB for
        systems that support PBB-TE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmCompliances(1) 3 }

.1.3.111.2.802.1.1.8.2.2
dot1agCfmGroups OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) 2 }

.1.3.111.2.802.1.1.8.2.2.1
dot1agCfmStackGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the Stack group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 1 }

.1.3.111.2.802.1.1.8.2.2.2
dot1agCfmDefaultMdGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the Default MD Level group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 2 }

.1.3.111.2.802.1.1.8.2.2.3
dot1agCfmVlanIdGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the VLAN ID group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 3 }

.1.3.111.2.802.1.1.8.2.2.4
dot1agCfmConfigErrorListGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the CFM Configuration Error List Group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 4 }

.1.3.111.2.802.1.1.8.2.2.5
dot1agCfmMdGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the Maintenance Domain Group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 5 }

.1.3.111.2.802.1.1.8.2.2.6
dot1agCfmMaGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the MA group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 6 }

.1.3.111.2.802.1.1.8.2.2.7
dot1agCfmMepGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the MEP group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 7 }

.1.3.111.2.802.1.1.8.2.2.8
dot1agCfmMepDbGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the MEP group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 8 }

.1.3.111.2.802.1.1.8.2.2.9
dot1agCfmNotificationsGroup OBJECT-TYPE
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the Notifications group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 9 }

.1.3.111.2.802.1.1.8.2.2.10
ieee8021CfmMaNetGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the MA Net group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 10 }

.1.3.111.2.802.1.1.8.2.2.11
ieee8021CfmDefaultMdDefGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects for the Default MD default Level group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 11 }

.1.3.111.2.802.1.1.8.2.2.12
ieee8021CfmPbbTeExtensionGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects needed for systems that support PBB-TE CFM functionality."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 12 }

.1.3.111.2.802.1.1.8.2.2.12
ieee8021CfmPbbTeExtensionGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects needed for systems that support PBB-TE CFM functionality."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 12 }

.1.3.111.2.802.1.1.8.2.2.13
ieee8021CfmPbbTeTrafficBitGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects needed for PBB-TE supporting systems that support the
        optional traffic bit."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 13 }

.1.3.111.2.802.1.1.8.2.2.13
ieee8021CfmPbbTeTrafficBitGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-MIB
  DESCRIPTION	"Objects needed for PBB-TE supporting systems that support the
        optional traffic bit."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 13 }

.1.3.111.2.802.1.1.8.2.2.14
ieee8021CfmDefaultMdGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-V2-MIB
  DESCRIPTION	"Objects for the Default MD Level group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 14 }

.1.3.111.2.802.1.1.8.2.2.15
ieee8021CfmVlanIdGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-V2-MIB
  DESCRIPTION	"Objects for the VLAN ID group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 15 }

.1.3.111.2.802.1.1.8.2.2.16
ieee8021CfmConfigErrorListGroup OBJECT-GROUP
  -- FROM	IEEE8021-CFM-V2-MIB
  DESCRIPTION	"Objects for the CFM Configuration Error List Group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CfmMib(8) dot1agCfmConformance(2) dot1agCfmGroups(2) 16 }

.1.3.111.2.802.1.1.12
lldpV2TcMIB MODULE-IDENTITY
  -- FROM	LLDP-V2-TC-MIB
  DESCRIPTION	"Textual conventions used throughout the IEEE Std 802.1AB
            version 2 and later MIB modules.

            Unless otherwise indicated, the references in this
            MIB module are to IEEE 802.1AB-2009.

            The TCs in this MIB are taken from the original LLDP-MIB,
            LLDP-EXT-DOT1-MIB, and LLDP-EXT-DOT3-MIB published in
            IEEE Std 802-1D-2005, with the addition of TCs to support
            the management address table. They have been made available
            as a separate TC MIB module to facilitate referencing from
            other MIB modules.

            Copyright (C) IEEE (2009). This version of this MIB module
            is published as subclause 11.5.1 of IEEE Std 802.1AB-2009;
            see the standard itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 12 }

.1.3.111.2.802.1.1.13
lldpV2MIB MODULE-IDENTITY
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"Management Information Base module for LLDP configuration,
            statistics, local system data and remote systems data
            components.

            This MIB module supports the architecture described in
            Clause 6, where multiple LLDP agents can be associated with
            a single Port, each supporting transmission by means of a
            different MAC address.

            Unless otherwise indicated, the references in this
            MIB module are to IEEE 802.1AB-2009.

            Copyright (C) IEEE (2009). This version of this MIB module
            is published as subclause 11.5.2 of IEEE Std 802.1AB-2009;
            see the standard itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 13 }

.1.3.111.2.802.1.1.13.0
lldpV2Notifications OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) 0 }

.1.3.111.2.802.1.1.13.0.0
lldpV2NotificationPrefix OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Notifications(0) 0 }

.1.3.111.2.802.1.1.13.0.0.1
lldpV2RemTablesChange NOTIFICATION-TYPE
  -- FROM	LLDP-V2-MIB
  OBJECTS	{ lldpV2StatsRemTablesInserts, lldpV2StatsRemTablesDeletes, lldpV2StatsRemTablesDrops, lldpV2StatsRemTablesAgeouts }
  DESCRIPTION	"A lldpV2RemTablesChange notification is sent when the value
            of lldpV2StatsRemTablesLastChangeTime changes. It can be
            utilized by an NMS to trigger LLDP remote systems table
            maintenance polls.

            Note that transmission of lldpV2RemTablesChange
            notifications are throttled by the agent, as specified by the
            'lldpV2NotificationInterval' object."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Notifications(0) lldpV2NotificationPrefix(0) 1 }

.1.3.111.2.802.1.1.13.1
lldpV2Objects OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) 1 }

.1.3.111.2.802.1.1.13.1.1
lldpV2Configuration OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) 1 }

.1.3.111.2.802.1.1.13.1.1.1
lldpV2MessageTxInterval OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (5..32768) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval at which LLDP frames are transmitted on
            behalf of this LLDP agent.

            The default value for lldpV2MessageTxInterval object is
            30 seconds.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 30 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 1 }

.1.3.111.2.802.1.1.13.1.1.2
lldpV2MessageTxHoldMultiplier OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (2..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The time-to-live value expressed as a multiple of the
            lldpV2MessageTxInterval object. The actual time-to-live value
            used in LLDP frames, transmitted on behalf of this LLDP agent,
            can be expressed by the following formula: TTL = min(65535,
            (lldpV2MessageTxInterval * lldpV2MessageTxHoldMultiplier)) For
            example, if the value of lldpV2MessageTxInterval is '30', and
            the value of lldpV2MessageTxHoldMultiplier is '4', then the
            value '120' is encoded in the TTL field in the LLDP header.

            The default value for lldpV2MessageTxHoldMultiplier object is 4.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 4 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 2 }

.1.3.111.2.802.1.1.13.1.1.3
lldpV2ReinitDelay OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (1..10) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpV2ReinitDelay indicates the delay (in units of
            seconds) from when lldpPortConfigAdminStatus object of a
            particular port becomes 'disabled' until re-initialization
            is attempted.

            The default value for lldpV2ReinitDelay is two seconds.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 2 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 3 }

.1.3.111.2.802.1.1.13.1.1.4
lldpV2NotificationInterval OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (5..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the interval between transmission of
            LLDP notifications during normal transmission periods.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 30 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 4 }

.1.3.111.2.802.1.1.13.1.1.5
lldpV2TxCreditMax OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of consecutive LLDPDUs that can be
            transmitted at any time.

            The default value for lldpV2TxCreditMax object is 5 PDUs.
            The value of this object is restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ 5 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 5 }

.1.3.111.2.802.1.1.13.1.1.6
lldpV2MessageFastTx OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (1..3600) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The interval at which LLDP frames are transmitted on
                behalf of this LLDP agent during fast transmission period
                (e.g. when a new neighbor is detected).
                The default value for lldpV2MessageFastTx object is
                1 second.
                The value of this object is restored from non-volatile
                storage after a re-initialization of the management system."
  DEFVAL	{ 1 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 6 }

.1.3.111.2.802.1.1.13.1.1.7
lldpV2TxFastInit OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (1..8) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The initial value used to initialize the txFast variable
                which determines the number of transmissions that are
                made in fast transmission mode.
                The default value for lldpV2TxFastInit object is
                4.
                The value of this object is restored from non-volatile
                storage after a re-initialization of the management system."
  DEFVAL	{ 4 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 7 }

.1.3.111.2.802.1.1.13.1.1.8
lldpV2PortConfigTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls LLDP frame transmission on individual
            ports and using particular destination MAC addresses."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 8 }

.1.3.111.2.802.1.1.13.1.1.8.1
lldpV2PortConfigEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2PortConfigIfIndex, lldpV2PortConfigDestAddressIndex }
  DESCRIPTION	"LLDP configuration information for a particular port and
            destination MAC address.

            This configuration parameter controls the transmission and
            the reception of LLDP frames on those interface/address
            combinations whose rows are created in this table.

            Rows in this table can only be created for MAC addresses
            that can validly be used in association with the type of
            interface concerned, as defined by table 8-2.

            The contents of this table is persistent across
            re-initializations or re-boots."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2PortConfigTable(8) 1 }

.1.3.111.2.802.1.1.13.1.1.8.1.1
lldpV2PortConfigIfIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index value used to identify the port
            associated with this entry. Its value is an index into
            the interfaces MIB.

            The value of this object is used as an index to the
            lldpV2PortConfigTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2PortConfigTable(8) lldpV2PortConfigEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.1.8.1.2
lldpV2PortConfigDestAddressIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2DestAddressTableIndex
  SYNTAX	Unsigned32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the destination
            MAC address associated with this entry. Its value identifies
            the row in the lldpV2DestAddressTable where the MAC address
            can be found.

            The value of this object is used as an index to the
            lldpV2PortConfigTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2PortConfigTable(8) lldpV2PortConfigEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.1.8.1.3
lldpV2PortConfigAdminStatus OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	INTEGER {txOnly(1), rxOnly(2), txAndRx(3), disabled(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The administratively desired status of the local LLDP agent.

            If the associated lldpV2PortConfigAdminStatus object is
            set to a value of 'txOnly(1)', then LLDP agent transmits
            LLDPframes on this port and it does not store any
            information about the remote systems connected.

            If the associated lldpV2PortConfigAdminStatus object is
            set to a value of 'rxOnly(2)', then the LLDP agent
            receives, but it does not transmit LLDP frames on this port.

            If the associated lldpV2PortConfigAdminStatus object is set
            to a value of 'txAndRx(3)', then the LLDP agent transmits
            and receives LLDP frames on this port.

            If the associated lldpV2PortConfigAdminStatus object is set
            to a value of 'disabled(4)', then LLDP agent does not
            transmit or receive LLDP frames on this port. If there is
            remote systems information which is received on this port
            and stored in other tables, before the port's
            lldpV2PortConfigAdminStatus becomes disabled, then that
            information is deleted."
  DEFVAL	{ txAndRx }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2PortConfigTable(8) lldpV2PortConfigEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.1.8.1.4
lldpV2PortConfigNotificationEnable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpV2PortConfigNotificationEnable controls, on a per
            agent basis, whether or not notifications from the agent
            are enabled. The value true(1) means that notifications are
            enabled; the value false(2) means that they are not."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2PortConfigTable(8) lldpV2PortConfigEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.1.8.1.5
lldpV2PortConfigTLVsTxEnable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	BITS {portDesc(0), sysName(1), sysDesc(2), sysCap(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpV2PortConfigTLVsTxEnable, defined as a bitmap,
            includes the basic set of LLDP TLVs whose transmission is
            allowed on the local LLDP agent by the network management.
            Each bit in the bitmap corresponds to a TLV type associated
            with a specific optional TLV.

            It should be noted that the organizationally-specific TLVs
            are excluded from the lldpV2PortConfigTLVsTxEnable bitmap.

            LLDP Organization Specific Information Extension MIBs should
            have similar configuration object to control transmission
            of their organizationally defined TLVs.

            The bit 'portDesc(0)' indicates that LLDP agent should
            transmit 'Port Description TLV'.

            The bit 'sysName(1)' indicates that LLDP agent should transmit
            'System Name TLV'.

            The bit 'sysDesc(2)' indicates that LLDP agent should transmit
            'System Description TLV'.

            The bit 'sysCap(3)' indicates that LLDP agent should transmit
            'System Capabilities TLV'.

            There is no bit reserved for the management address TLV type
            since transmission of management address TLVs are controlled
            by another object, lldpV2ConfigManAddrTable.

            The default value for lldpV2PortConfigTLVsTxEnable object is
            empty set, which means no enumerated values are set.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ { } }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2PortConfigTable(8) lldpV2PortConfigEntry(1) 5 }

.1.3.111.2.802.1.1.13.1.1.9
lldpV2DestAddressTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that contains the set of MAC addresses used
            by LLDP for transmission and reception of LLDPDUs."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 9 }

.1.3.111.2.802.1.1.13.1.1.9.1
lldpV2DestAddressTableEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2AddressTableIndex }
  DESCRIPTION	"Destination MAC address information for LLDP.

            This configuration parameter identifies a MAC address
            corresponding to a LldpV2DestAddressTableIndex value.

            Rows in this table are created as necessary, to support
            MAC addresses needed by other tables in the MIB that
            are indexed by MAC address.

            A given row in this table cannot be deleted if the MAC
            address table index value is in use in any other table
            in the MIB.

            The contents of this table is persistent aacross
            re-initializations or re-boots."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2DestAddressTable(9) 1 }

.1.3.111.2.802.1.1.13.1.1.9.1.1
lldpV2AddressTableIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2DestAddressTableIndex
  SYNTAX	Unsigned32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the destination
            MAC address associated with this entry.

            The value of this object is used as an index to the
            lldpV2DestAddressTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2DestAddressTable(9) lldpV2DestAddressTableEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.1.9.1.2
lldpV2DestMacAddress OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MAC address associated with this entry.

            The octet string identifies an individual or a group
            MAC address that is in use by LLDP as a destination
            MAC address.
            The MAC address is encoded in the octet string in
            canonical format (see IEEE Std 802)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2DestAddressTable(9) lldpV2DestAddressTableEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.1.10
lldpV2ManAddrConfigTxPortsTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls selection of LLDP management address
            TLV instances to be transmitted on individual port/
            destination address pairs."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) 10 }

.1.3.111.2.802.1.1.13.1.1.10.1
lldpV2ManAddrConfigTxPortsEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2ManAddrConfigIfIndex, lldpV2ManAddrConfigDestAddressIndex, lldpV2ManAddrConfigLocManAddrSubtype, lldpV2ManAddrConfigLocManAddr }
  DESCRIPTION	"LLDP configuration information that specifies the set
            of port/destination address pairs on which the local
            system management address instance is transmitted.

            Each active lldpManAddrConfigTxPortsTableV2Entry is
            restored from non-volatile storage and re-created
            after a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2ManAddrConfigTxPortsTable(10) 1 }

.1.3.111.2.802.1.1.13.1.1.10.1.1
lldpV2ManAddrConfigIfIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index value used to identify the port
            associated with this entry. Its value is an index into
            the interfaces MIB.

            The value of this object is used as an index to the
            lldpV2PortConfigTable.
            The value in this column of the table MUST match
            the IfIndex value specified in the BridgePort table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2ManAddrConfigTxPortsTable(10) lldpV2ManAddrConfigTxPortsEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.1.10.1.2
lldpV2ManAddrConfigDestAddressIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2DestAddressTableIndex
  SYNTAX	Unsigned32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the destination
            MAC address associated with this entry. Its value identifies
            the row in the lldpV2DestAddressTable where the MAC address
            can be found.

            The value of this object is used as an index to the
            lldpV2PortConfigTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2ManAddrConfigTxPortsTable(10) lldpV2ManAddrConfigTxPortsEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.1.10.1.3
lldpV2ManAddrConfigLocManAddrSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION AddressFamilyNumbers
  SYNTAX	INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5), all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12), decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17), asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21), fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of management address identifier encoding used in
            the associated 'lldpLocManagmentAddr' object.

            It should be noted that only a subset of the possible
            address encodings enumerated in AddressFamilyNumbers
            are appropriate for use as a LLDP management
            address, either because some are just not apliccable or
            because the maximum size of a LldpV2ManAddress octet string
            would prevent the use of some address identifier encodings."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2ManAddrConfigTxPortsTable(10) lldpV2ManAddrConfigTxPortsEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.1.10.1.4
lldpV2ManAddrConfigLocManAddr OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2ManAddress
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The string value used to identify the management address
            component associated with the local system. The purpose of
            this address is to contact the management entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2ManAddrConfigTxPortsTable(10) lldpV2ManAddrConfigTxPortsEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.1.10.1.5
lldpV2ManAddrConfigTxEnable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"A boolean controlling the transmission of system
             management address instance for the specified port,
             destination, subtype and MAN address used to index
             this table. If set to the default value of false,
             no transmission occurs. If set to true, the
             appropriate information is transmitted out of the
             port specified in the row's index."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2ManAddrConfigTxPortsTable(10) lldpV2ManAddrConfigTxPortsEntry(1) 5 }

.1.3.111.2.802.1.1.13.1.1.10.1.6
lldpV2ManAddrConfigRowStatus OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Indicates the status of an entry in this table, and is used
        to create/delete entries.
        The corresponding instances of the following objects
        must be set before this object can be made active(1):
           lldpV2ManAddrConfigDestAddressIndex
           lldpV2ManAddrConfigLocManAddrSubtype
           lldpV2ManAddrConfigLocManAddr
           lldpV2ManAddrConfigTxEnable

        The corresponding instances of the following objects
        may not be changed while this object is active(1):
           lldpV2ManAddrConfigDestAddressIndex
           lldpV2ManAddrConfigLocManAddrSubtype
           lldpV2ManAddrConfigLocManAddr "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Configuration(1) lldpV2ManAddrConfigTxPortsTable(10) lldpV2ManAddrConfigTxPortsEntry(1) 6 }

.1.3.111.2.802.1.1.13.1.2
lldpV2Statistics OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) 2 }

.1.3.111.2.802.1.1.13.1.2.1
lldpV2StatsRemTablesLastChangeTime OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of sysUpTime object (defined in IETF RFC 3418)
            at the time an entry is created, modified, or deleted in the
            in tables associated with the lldpV2RemoteSystemsData objects
            and all LLDP extension objects associated with remote systems.

            An NMS can use this object to reduce polling of the
            lldpV2RemoteSystemsData objects."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) 1 }

.1.3.111.2.802.1.1.13.1.2.2
lldpV2StatsRemTablesInserts OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the complete set of information
            advertised by a particular MSAP has been inserted into tables
            contained in lldpV2RemoteSystemsData and lldpV2Extensions objects.

            The complete set of information received from a particular
            MSAP should be inserted into related tables. If partial
            information cannot be inserted for a reason such as lack
            of resources, all of the complete set of information should
            be removed.

            This counter should be incremented only once after the
            complete set of information is successfully recorded
            in all related tables. Any failures during inserting
            information set which result in deletion of previously
            inserted information should not trigger any changes in
            lldpV2StatsRemTablesInserts since the insert is not completed
            yet or in lldpStatsRemTablesDeletes, since the deletion
            would only be a partial deletion. If the failure was the
            result of lack of resources, the lldpStatsRemTablesDrops
            counter should be incremented once."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) 2 }

.1.3.111.2.802.1.1.13.1.2.3
lldpV2StatsRemTablesDeletes OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the complete set of information
            advertised by a particular MSAP has been deleted from
            tables contained in lldpV2RemoteSystemsData and lldpV2Extensions
            objects.

            This counter should be incremented only once when the
            complete set of information is completely deleted from all
            related tables. Partial deletions, such as deletion of
            rows associated with a particular MSAP from some tables,
            but not from all tables are not allowed, thus should not
            change the value of this counter."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) 3 }

.1.3.111.2.802.1.1.13.1.2.4
lldpV2StatsRemTablesDrops OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the complete set of information
            advertised by a particular MSAP could not be entered into
            tables contained in lldpV2RemoteSystemsData and lldpV2Extensions
            objects because of insufficient resources."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) 4 }

.1.3.111.2.802.1.1.13.1.2.5
lldpV2StatsRemTablesAgeouts OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of times the complete set of information
            advertised by a particular MSAP has been deleted from tables
            contained in lldpV2RemoteSystemsData and lldpV2Extensions objects
            because the information timeliness interval has expired.

            This counter should be incremented only once when the complete
            set of information is completely invalidated (aged out)
            from all related tables. Partial ageing, similar to deletion
            case, is not allowed, and thus, should not change the value
            of this counter."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) 5 }

.1.3.111.2.802.1.1.13.1.2.6
lldpV2StatsTxPortTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing LLDP transmission statistics for
            individual port/destination address combinations.
            Entries are not required to exist in
            this table while the lldpPortConfigEntry object is equal to
            'disabled(4)'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) 6 }

.1.3.111.2.802.1.1.13.1.2.6.1
lldpV2StatsTxPortEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2StatsTxIfIndex, lldpV2StatsTxDestMACAddress }
  DESCRIPTION	"LLDP frame transmission statistics for a particular port
             and destination MAC address.
             The port is contained in the same chassis as the
             LLDP agent.

             All counter values in a particular entry shall be
             maintained on a continuing basis and shall not be deleted
             upon expiration of rxInfoTTL timing counters in the LLDP
             remote systems MIB of the receipt of a shutdown frame from
             a remote LLDP agent.

             All statistical counters associated with a particular
             port on the local LLDP agent become frozen whenever the
             adminStatus is disabled for the same port.

             Rows in this table can only be created for MAC addresses
             that can validly be used in association with the type of
             interface concerned, as defined by table 8-2."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsTxPortTable(6) 1 }

.1.3.111.2.802.1.1.13.1.2.6.1.1
lldpV2StatsTxIfIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index value used to identify the port
            associated with this entry. Its value is an index
            into the interfaces MIB

            The value of this object is used as an index to the
            lldpV2StatsTxPortTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsTxPortTable(6) lldpV2StatsTxPortEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.2.6.1.2
lldpV2StatsTxDestMACAddress OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2DestAddressTableIndex
  SYNTAX	Unsigned32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the destination
            MAC address associated with this entry. Its value identifies
            the row in the lldpV2DestAddressTable where the MAC address
            can be found.

            The value of this object is used as an index to the
            lldpV2StatsTxPortTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsTxPortTable(6) lldpV2StatsTxPortEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.2.6.1.3
lldpV2StatsTxPortFramesTotal OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LLDP frames transmitted by this LLDP agent
            on the indicated port to the destination MAC address
            associated with this row of the table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsTxPortTable(6) lldpV2StatsTxPortEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.2.6.1.4
lldpV2StatsTxLLDPDULengthErrors OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LLDPDU Length Errors recorded for the Port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsTxPortTable(6) lldpV2StatsTxPortEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.2.7
lldpV2StatsRxPortTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing LLDP reception statistics for individual
            ports and destination MAC addresses.
            Entries are not required to exist in this table while
            the lldpPortConfigEntry object is equal to 'disabled(4)'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) 7 }

.1.3.111.2.802.1.1.13.1.2.7.1
lldpV2StatsRxPortEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2StatsRxDestIfIndex, lldpV2StatsRxDestMACAddress }
  DESCRIPTION	"LLDP frame reception statistics for a particular port.
             The port is contained in the same chassis as the
             LLDP agent.

             All counter values in a particular entry shall be
             maintained on a continuing basis and shall not be deleted
             upon expiration of rxInfoTTL timing counters in the LLDP
             remote systems MIB of the receipt of a shutdown frame from
             a remote LLDP agent.

             All statistical counters associated with a particular
             port on the local LLDP agent become frozen whenever the
             adminStatus is disabled for the same port.

             Rows in this table can only be created for MAC addresses
             that can validly be used in association with the type of
             interface concerned, as defined by table 8-2.

             The contents of this table is persistent across
             re-initializations or re-boots."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsRxPortTable(7) 1 }

.1.3.111.2.802.1.1.13.1.2.7.1.1
lldpV2StatsRxDestIfIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index value used to identify the port
            associated with this entry. Its value is an index
            into the interfaces MIB

            The value of this object is used as an index to the
            lldpStatsRxPortV2Table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsRxPortTable(7) lldpV2StatsRxPortEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.2.7.1.2
lldpV2StatsRxDestMACAddress OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2DestAddressTableIndex
  SYNTAX	Unsigned32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the destination
            MAC address associated with this entry. Its value identifies
            the row in the lldpV2DestAddressTable where the MAC address
            can be found.

            The value of this object is used as an index to the
            lldpStatsRxPortV2Table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsRxPortTable(7) lldpV2StatsRxPortEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.2.7.1.3
lldpV2StatsRxPortFramesDiscardedTotal OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LLDP frames received by this LLDP agent on
            the indicated port, and then discarded for any reason.
            This counter can provide an indication that LLDP header
            formatting problems may exist with the local LLDP agent in
            the sending system or that LLDPDU validation problems may
            exist with the local LLDP agent in the receiving system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsRxPortTable(7) lldpV2StatsRxPortEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.2.7.1.4
lldpV2StatsRxPortFramesErrors OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of invalid LLDP frames received by this LLDP
            agent on the indicated port, while this LLDP agent is enabled."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsRxPortTable(7) lldpV2StatsRxPortEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.2.7.1.5
lldpV2StatsRxPortFramesTotal OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of valid LLDP frames received by this LLDP agent
            on the indicated port, while this LLDP agent is enabled."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsRxPortTable(7) lldpV2StatsRxPortEntry(1) 5 }

.1.3.111.2.802.1.1.13.1.2.7.1.6
lldpV2StatsRxPortTLVsDiscardedTotal OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LLDP TLVs discarded for any reason by this LLDP
            agent on the indicated port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsRxPortTable(7) lldpV2StatsRxPortEntry(1) 6 }

.1.3.111.2.802.1.1.13.1.2.7.1.7
lldpV2StatsRxPortTLVsUnrecognizedTotal OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of LLDP TLVs received on the given port that
            are not recognized by this LLDP agent on the indicated port.

            An unrecognized TLV is referred to as the TLV whose type value
            is in the range of reserved TLV types (000 1001 - 111 1110)
            in Table 9.1 of IEEE Std 802.1AB-2004. An unrecognized
            TLV may be a basic management TLV from a later LLDP version."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsRxPortTable(7) lldpV2StatsRxPortEntry(1) 7 }

.1.3.111.2.802.1.1.13.1.2.7.1.8
lldpV2StatsRxPortAgeoutsTotal OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION ZeroBasedCounter32
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The counter that represents the number of age-outs that
            occurred on a given port. An age-out is the number of
            times the complete set of information advertised by a
            particular MSAP has been deleted from tables contained in
            lldpV2RemoteSystemsData and lldpV2Extensions objects because
            the information timeliness interval has expired.

            This counter is similar to lldpV2StatsRemTablesAgeouts, except
            that the counter is on a per port basis. This enables NMS to
            poll tables associated with the lldpV2RemoteSystemsData objects
            and all LLDP extension objects associated with remote systems
            on the indicated port only.

            This counter is set to zero during agent initialization
            and its value should not be saved in non-volatile storage.

            This counter is incremented only once when the
            complete set of information is invalidated (aged out) from
            all related tables on a particular port. Partial ageing
            is not allowed."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Statistics(2) lldpV2StatsRxPortTable(7) lldpV2StatsRxPortEntry(1) 8 }

.1.3.111.2.802.1.1.13.1.3
lldpV2LocalSystemData OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) 3 }

.1.3.111.2.802.1.1.13.1.3.1
lldpV2LocChassisIdSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2ChassisIdSubtype
  SYNTAX	INTEGER {chassisComponent(1), interfaceAlias(2), portComponent(3), macAddress(4), networkAddress(5), interfaceName(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of encoding used to identify the chassis
            associated with the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) 1 }

.1.3.111.2.802.1.1.13.1.3.2
lldpV2LocChassisId OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2ChassisId
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the chassis component
            associated with the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) 2 }

.1.3.111.2.802.1.1.13.1.3.3
lldpV2LocSysName OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the system name of the
            local system. If the local agent supports IETF RFC 3418,
            lldpLocSysName object should have the same value of sysName
            object."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) 3 }

.1.3.111.2.802.1.1.13.1.3.4
lldpV2LocSysDesc OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the system description
            of the local system. If the local agent supports IETF RFC 3418,
            lldpLocSysDesc object should have the same value of sysDesc
            object."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) 4 }

.1.3.111.2.802.1.1.13.1.3.5
lldpV2LocSysCapSupported OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2SystemCapabilitiesMap
  SYNTAX	BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4), telephone(5), docsisCableDevice(6), stationOnly(7), cVLANComponent(8), sVLANComponent(9), twoPortMACRelay(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value used to identify which system capabilities
            are supported on the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) 5 }

.1.3.111.2.802.1.1.13.1.3.6
lldpV2LocSysCapEnabled OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2SystemCapabilitiesMap
  SYNTAX	BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4), telephone(5), docsisCableDevice(6), stationOnly(7), cVLANComponent(8), sVLANComponent(9), twoPortMACRelay(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value used to identify which system capabilities
            are enabled on the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) 6 }

.1.3.111.2.802.1.1.13.1.3.7
lldpV2LocPortTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port
            of information associated with the local
            system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) 7 }

.1.3.111.2.802.1.1.13.1.3.7.1
lldpV2LocPortEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Information about a particular port component.

            Entries may be created and deleted in this table by the
            agent.

            Rows in this table can only be created for MAC addresses
            that can validly be used in association with the type of
            interface concerned, as defined by table 8-2.

            The contents of this table is persistent across
            re-initializations or re-boots."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocPortTable(7) 1 }

.1.3.111.2.802.1.1.13.1.3.7.1.1
lldpV2LocPortIfIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index value used to identify the port
            associated with this entry. Its value is an index
            into the interfaces MIB

            The value of this object is used as an index to the
            lldpV2LocPortTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocPortTable(7) lldpV2LocPortEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.3.7.1.2
lldpV2LocPortIdSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2PortIdSubtype
  SYNTAX	INTEGER {interfaceAlias(1), portComponent(2), macAddress(3), networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of port identifier encoding used in the associated
            'lldpLocPortId' object."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocPortTable(7) lldpV2LocPortEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.3.7.1.3
lldpV2LocPortId OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2PortId
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the port component
            associated with a given port in the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocPortTable(7) lldpV2LocPortEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.3.7.1.4
lldpV2LocPortDesc OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the IEEE 802 LAN station's port
            description associated with the local system. If the local
            agent supports IETF RFC 2863, lldpLocPortDesc object should
            have the same value of ifDescr object."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocPortTable(7) lldpV2LocPortEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.3.8
lldpV2LocManAddrTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains management address information on the
            local system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) 8 }

.1.3.111.2.802.1.1.13.1.3.8.1
lldpV2LocManAddrEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocManAddrSubtype, lldpV2LocManAddr }
  DESCRIPTION	"Management address information about a particular chassis
            component. There may be multiple management addresses
            configured on the system identified by a particular
            lldpLocChassisId. Each management address should have
            distinct 'management address type' (lldpV2LocManAddrSubtype) and
            'management address' (lldpLocManAddr.)

            Entries may be created and deleted in this table by the
            agent.
            Since a variable length octetstring is used as an index
            in a table, the address length is encoded as part of the OID
            (as per IETF RFC 2578)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocManAddrTable(8) 1 }

.1.3.111.2.802.1.1.13.1.3.8.1.1
lldpV2LocManAddrSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION AddressFamilyNumbers
  SYNTAX	INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5), all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12), decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17), asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21), fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of management address identifier encoding used in
            the associated 'lldpLocManagmentAddr' object.

            It should be noted that only a subset of the possible
            address encodings enumerated in AddressFamilyNumbers
            are appropriate for use as a LLDP management
            address, either because some are just not apliccable or
            because the maximum size of a LldpV2ManAddress octet string
            would prevent the use of some address identifier encodings."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocManAddrTable(8) lldpV2LocManAddrEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.3.8.1.2
lldpV2LocManAddr OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2ManAddress
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The string value used to identify the management address
            component associated with the local system. The purpose of
            this address is to contact the management entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocManAddrTable(8) lldpV2LocManAddrEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.3.8.1.3
lldpV2LocManAddrLen OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The total length of the management address subtype and the
            management address fields in LLDPDUs transmitted by the
            local LLDP agent.

            The management address length field is needed so that the
            receiving systems that do not implement SNMP are not
            required to implement an iana family numbers/address length
            equivalency table in order to decode the management address."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocManAddrTable(8) lldpV2LocManAddrEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.3.8.1.4
lldpV2LocManAddrIfSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2ManAddrIfSubtype
  SYNTAX	INTEGER {unknown(1), ifIndex(2), systemPortNumber(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The enumeration value that identifies the interface numbering
            method used for defining the interface number
            (lldpV2LocManAddrIfId), associated with the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocManAddrTable(8) lldpV2LocManAddrEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.3.8.1.5
lldpV2LocManAddrIfId OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value used to identify the interface number
            regarding the management address component associated with
            the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocManAddrTable(8) lldpV2LocManAddrEntry(1) 5 }

.1.3.111.2.802.1.1.13.1.3.8.1.6
lldpV2LocManAddrOID OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OID value used to identify the type of hardware component
            or protocol entity associated with the management address
            advertised by the local system agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2LocalSystemData(3) lldpV2LocManAddrTable(8) lldpV2LocManAddrEntry(1) 6 }

.1.3.111.2.802.1.1.13.1.4
lldpV2RemoteSystemsData OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) 4 }

.1.3.111.2.802.1.1.13.1.4.1
lldpV2RemTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per physical network
            connection known to this agent. The agent may wish to ensure
            that only one lldpRemEntry is present for each local port
            and destination MAC address,
            or it may choose to maintain multiple lldpRemEntries for
            the same local port and destination MAC address.

            The following procedure may be used to retrieve remote
            systems information updates from an LLDP agent:

               1. NMS polls all tables associated with remote systems
                  and keeps a local copy of the information retrieved.
                  NMS polls periodically the values of the following
                  objects:
                     a. lldpV2StatsRemTablesInserts
                     b. lldpV2StatsRemTablesDeletes
                     c. lldpV2StatsRemTablesDrops
                     d. lldpV2StatsRemTablesAgeouts
                     e. lldpV2StatsRxPortAgeoutsTotal for all ports.

               2. LLDP agent updates remote systems MIB objects, and
                  sends out notifications to a list of notification
                  destinations.

               3. NMS receives the notifications and compares the new
                  values of objects listed in step 1.

                  Periodically, NMS should poll the object
                  lldpV2StatsRemTablesLastChangeTime to find out if anything
                  has changed since the last poll. if something has
                  changed, NMS polls the objects listed in step 1 to
                  figure out what kind of changes occurred in the tables.

                  if value of lldpV2StatsRemTablesInserts has changed,
                  then NMS walks all tables by employing TimeFilter
                  with the last-polled time value. This request
                  returns new objects or objects whose values have been
                  updated since the last poll.

                  if value of lldpV2StatsRemTablesAgeouts has changed,
                  then NMS walks the lldpStatsRxPortAgeoutsTotal and
                  compares the new values with previously recorded ones.
                  For ports whose lldpStatsRxPortAgeoutsTotal value is
                  greater than the recorded value, NMS can
                  retrieve objects associated with those ports from
                  table(s) without employing a TimeFilter (which is
                  performed by specifying 0 for the TimeFilter.)

                  lldpV2StatsRemTablesDeletes and lldpV2StatsRemTablesDrops
                  objects are provided for informational purposes."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) 1 }

.1.3.111.2.802.1.1.13.1.4.1.1
lldpV2RemEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"Information about a particular physical network connection.
            Entries may be created and deleted in this table by the agent,
            if a physical topology discovery process is active.

            Rows in this table can only be created for MAC addresses
            that can validly be used in association with the type of
            interface concerned, as defined by table 8-2.

            The contents of this table is persistent across
            re-initializations or re-boots."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) 1 }

.1.3.111.2.802.1.1.13.1.4.1.1.1
lldpV2RemTimeMark OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION TimeFilter
  SYNTAX	TimeTicks
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A TimeFilter for this entry. See the TimeFilter textual
            convention in IETF RFC 4502 and
            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt
            to see how TimeFilter works."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.4.1.1.2
lldpV2RemLocalIfIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The interface index value used to identify the port
            associated with this entry. Its value is an index
            into the interfaces MIB

            The value of this object is used as an index to the
            lldpV2RemTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.4.1.1.3
lldpV2RemLocalDestMACAddress OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2DestAddressTableIndex
  SYNTAX	Unsigned32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index value used to identify the destination
            MAC address associated with this entry. Its value identifies
            the row in the lldpV2DestAddressTable where the MAC address
            can be found.

            The value of this object is used as an index to the
            lldpV2RemTable."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.4.1.1.4
lldpV2RemIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents an arbitrary local integer value used
            by this agent to identify a particular connection instance,
            unique only for the indicated remote system.

            An agent is encouraged to assign monotonically increasing
            index values to new entries, starting with one, after each
            reboot. It is considered unlikely that the lldpRemIndex
            can wrap between reboots."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.4.1.1.5
lldpV2RemChassisIdSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2ChassisIdSubtype
  SYNTAX	INTEGER {chassisComponent(1), interfaceAlias(2), portComponent(3), macAddress(4), networkAddress(5), interfaceName(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of encoding used to identify the chassis associated
            with the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 5 }

.1.3.111.2.802.1.1.13.1.4.1.1.6
lldpV2RemChassisId OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2ChassisId
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the chassis component
            associated with the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 6 }

.1.3.111.2.802.1.1.13.1.4.1.1.7
lldpV2RemPortIdSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2PortIdSubtype
  SYNTAX	INTEGER {interfaceAlias(1), portComponent(2), macAddress(3), networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The type of port identifier encoding used in the associated
            'lldpRemPortId' object."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 7 }

.1.3.111.2.802.1.1.13.1.4.1.1.8
lldpV2RemPortId OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2PortId
  SYNTAX	OCTET STRING (1..255) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the port component
            associated with the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 8 }

.1.3.111.2.802.1.1.13.1.4.1.1.9
lldpV2RemPortDesc OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the description of
            the given port associated with the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 9 }

.1.3.111.2.802.1.1.13.1.4.1.1.10
lldpV2RemSysName OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the system name of the
            remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 10 }

.1.3.111.2.802.1.1.13.1.4.1.1.11
lldpV2RemSysDesc OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..255) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the system description
            of the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 11 }

.1.3.111.2.802.1.1.13.1.4.1.1.12
lldpV2RemSysCapSupported OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2SystemCapabilitiesMap
  SYNTAX	BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4), telephone(5), docsisCableDevice(6), stationOnly(7), cVLANComponent(8), sVLANComponent(9), twoPortMACRelay(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value used to identify which system capabilities
            are supported on the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 12 }

.1.3.111.2.802.1.1.13.1.4.1.1.13
lldpV2RemSysCapEnabled OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2SystemCapabilitiesMap
  SYNTAX	BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4), telephone(5), docsisCableDevice(6), stationOnly(7), cVLANComponent(8), sVLANComponent(9), twoPortMACRelay(10)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value used to identify which system capabilities
            are enabled on the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 13 }

.1.3.111.2.802.1.1.13.1.4.1.1.14
lldpV2RemRemoteChanges OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates that there are changes in the remote systems
            MIB, as determined by the variable remoteChanges."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 14 }

.1.3.111.2.802.1.1.13.1.4.1.1.15
lldpV2RemTooManyNeighbors OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates that there are too many neighbors
             as determined by the variable tooManyNeighbors."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemTable(1) lldpV2RemEntry(1) 15 }

.1.3.111.2.802.1.1.13.1.4.2
lldpV2RemManAddrTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per management address
            information on the remote system learned on a particular port
            contained in the local chassis known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) 2 }

.1.3.111.2.802.1.1.13.1.4.2.1
lldpV2RemManAddrEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpV2RemManAddrSubtype, lldpV2RemManAddr }
  DESCRIPTION	"Management address information about a particular chassis
            component. There may be multiple management addresses
            configured on the remote system identified by a particular
            lldpRemIndex whose information is received on
            an interface of the local system and a given destination
            MAC address. Each management
            address should have distinct 'management address
            type' (lldpRemManAddrSubtype) and 'management address'
            (lldpRemManAddr.)

            Entries may be created and deleted in this table by the
            agent.
            Since a variable length octetstring is used as an index
            in a table, theaddress length is encoded as part of the OID
            (as per IETF RFC 2578)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemManAddrTable(2) 1 }

.1.3.111.2.802.1.1.13.1.4.2.1.1
lldpV2RemManAddrSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION AddressFamilyNumbers
  SYNTAX	INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5), all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12), decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17), asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21), fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The type of management address identifier encoding used in
            the associated 'lldpRemManagmentAddr' object.

            It should be noted that only a subset of the possible
            address encodings enumerated in AddressFamilyNumbers
            are appropriate for use as a LLDP management
            address, either because some are just not apliccable or
            because the maximum size of a LldpV2ManAddress octet string
            would prevent the use of some address identifier encodings."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemManAddrTable(2) lldpV2RemManAddrEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.4.2.1.2
lldpV2RemManAddr OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2ManAddress
  SYNTAX	OCTET STRING (1..31) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The string value used to identify the management address
            component associated with the remote system. The purpose
            of this address is to contact the management entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemManAddrTable(2) lldpV2RemManAddrEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.4.2.1.3
lldpV2RemManAddrIfSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  -- TEXTUAL CONVENTION LldpV2ManAddrIfSubtype
  SYNTAX	INTEGER {unknown(1), ifIndex(2), systemPortNumber(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The enumeration value that identifies the interface numbering
            method used for defining the interface number, associated
            with the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemManAddrTable(2) lldpV2RemManAddrEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.4.2.1.4
lldpV2RemManAddrIfId OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value used to identify the interface number
            regarding the management address component associated with
            the remote system. The value depends upon the value of the
            lldpV2RemManAddrIfSubtype for the table row."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemManAddrTable(2) lldpV2RemManAddrEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.4.2.1.5
lldpV2RemManAddrOID OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The OID value used to identify the type of hardware component
            or protocol entity associated with the management address
            advertised by the remote system agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemManAddrTable(2) lldpV2RemManAddrEntry(1) 5 }

.1.3.111.2.802.1.1.13.1.4.3
lldpV2RemUnknownTLVTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains information about an incoming TLV which
            is not recognized by the receiving LLDP agent. The TLV may
            be from a later version of the basic management set.

            This table should only contain TLVs that are found in
            a single LLDP frame. Entries in this table, associated
            with an MAC service access point (MSAP, the access point
            for MAC services provided to the LCC sublayer, defined
            in IEEE 100, which is also identified with a particular
            lldpRemLocalPortNum, lldpRemIndex pair) are overwritten with
            most recently received unrecognized TLV from the same MSAP,
            or they naturally age out when the rxInfoTTL timer
            (associated with the MSAP) expires."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) 3 }

.1.3.111.2.802.1.1.13.1.4.3.1
lldpV2RemUnknownTLVEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpV2RemUnknownTLVType }
  DESCRIPTION	"Information about an unrecognized TLV received from a
            physical network connection. Entries may be created and
            deleted in this table by the agent, if a physical topology
            discovery process is active."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemUnknownTLVTable(3) 1 }

.1.3.111.2.802.1.1.13.1.4.3.1.1
lldpV2RemUnknownTLVType OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (9..126) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the value extracted from the type
            field of the TLV."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemUnknownTLVTable(3) lldpV2RemUnknownTLVEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.4.3.1.2
lldpV2RemUnknownTLVInfo OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	OCTET STRING (0..511) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the value extracted from the value
            field of the TLV."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemUnknownTLVTable(3) lldpV2RemUnknownTLVEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.4.4
lldpV2RemOrgDefInfoTable OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per physical network
            connection which advertises the organizationally defined
            information.

            Note that this table contains one or more rows of
            organizationally defined information that is not recognized
            by the local agent.

            If the local system is capable of recognizing any
            organizationally defined information, appropriate extension
            MIBs from the organization should be used for information
            retrieval."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) 4 }

.1.3.111.2.802.1.1.13.1.4.4.1
lldpV2RemOrgDefInfoEntry OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpV2RemOrgDefInfoOUI, lldpV2RemOrgDefInfoSubtype, lldpV2RemOrgDefInfoIndex }
  DESCRIPTION	"Information about the unrecognized organizationally
            defined information advertised by the remote system.
            The lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
            lldpRemOrgDefInfoOUI, lldpRemOrgDefInfoSubtype, and
            lldpRemOrgDefInfoIndex are indexes to this table. If there is
            an lldpRemOrgDefInfoEntry associated with a particular remote
            system identified by the lldpRemLocalPortNum and lldpRemIndex,
            then there is an lldpRemEntry associated with the same
            instance (i.e, using same indexes.) When the lldpRemEntry
            for the same index is removed from the lldpRemTable, the
            associated lldpRemOrgDefInfoEntry is removed from
            the lldpRemOrgDefInfoTable.

            Entries may be created and deleted in this table by the
            agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemOrgDefInfoTable(4) 1 }

.1.3.111.2.802.1.1.13.1.4.4.1.1
lldpV2RemOrgDefInfoOUI OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	OCTET STRING (3) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Organizationally Unique Identifier (OUI), as defined
            in IEEE Std 802, is a 24 bit (three octets) globally
            unique assigned number referenced by various standards,
            of the information received from the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemOrgDefInfoTable(4) lldpV2RemOrgDefInfoEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.4.4.1.2
lldpV2RemOrgDefInfoSubtype OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (1..255) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the subtype of the
            organizationally defined information received from the
            remote system.

            The subtype value is required to identify different instances
            of organizationally defined information that could not be
            retrieved without a unique identifier that indicates the
            particular type of information contained in the information
            string."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemOrgDefInfoTable(4) lldpV2RemOrgDefInfoEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.4.4.1.3
lldpV2RemOrgDefInfoIndex OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents an arbitrary local integer value
            used by this agent to identify a particular unrecognized
            organizationally defined information instance, unique only
            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype
            from the same remote system.

            An agent is encouraged to assign monotonically increasing
            index values to new entries, starting with one, after each
            reboot. It is considered unlikely that the
            lldpRemOrgDefInfoIndex can wrap between reboots."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemOrgDefInfoTable(4) lldpV2RemOrgDefInfoEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.4.4.1.4
lldpV2RemOrgDefInfo OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  SYNTAX	OCTET STRING (0..507) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify the organizationally
            defined information of the remote system. The encoding for
            this object should be as defined for SnmpAdminString TC."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2RemoteSystemsData(4) lldpV2RemOrgDefInfoTable(4) lldpV2RemOrgDefInfoEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.5
lldpV2Extensions OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) 5 }

.1.3.111.2.802.1.1.13.1.5.4623
lldpV2Xdot3MIB MODULE-IDENTITY
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  DESCRIPTION	"The LLDP Management Information Base extension module for
            IEEE 802.3 organizationally defined discovery information.

            In order to assure the uniqueness of the LLDP-MIB,
            lldpV2Xdot3MIB is branched from lldpV2Extensions using OUI value
            as the node.  An OUI/'company_id' is a 24 bit globally unique
            assigned number referenced by various standards.

            Unless otherwise indicated, the references in this
            MIB module are to IEEE 802.1AB-2009.

            Copyright (C) IEEE (2009).  This version of this MIB module
            is published as Annex F.6.5 of IEEE Std 802.1AB-2009;
            see the standard itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) 4623 }

.1.3.111.2.802.1.1.13.1.5.4623.1
lldpV2Xdot3Objects OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.1
lldpV2Xdot3Config OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.1.1
lldpV2Xdot3PortConfigTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of LLDP TLVs to be transmitted
            on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3Config(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.1.1.1
lldpV2Xdot3PortConfigEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2PortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
            transmission of IEEE 802.3 organizationally defined TLVs on
            LLDP transmission capable ports.

            This configuration object augments the lldpV2PortConfigEntry of
            the LLDP-MIB, therefore it is only present along with the port
            configuration defined by the associated lldpV2PortConfigEntry
            entry.

            Each active lldpV2Xdot3PortConfigEntry is restored from non-volatile
            storage (along with the corresponding lldpV2PortConfigEntry)
            after a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3Config(1) lldpV2Xdot3PortConfigTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.1.1.1.1
lldpV2Xdot3PortConfigTLVsTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	BITS {macPhyConfigStatus(0), powerViaMDI(1), unused(2), maxFrameSize(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpV2Xdot3PortConfigTLVsTxEnable, defined as a bitmap,
            includes the IEEE 802.3 organizationally defined set of LLDP
            TLVs whose transmission is allowed on the local LLDP agent by
            the network management.  Each bit in the bitmap corresponds
            to an IEEE 802.3 subtype associated with a specific IEEE
            802.3 optional TLV.  The bit 0 is not used since there is
            no corresponding subtype.

            The bit 'macPhyConfigStatus(0)' indicates that LLDP agent
            should transmit 'MAC/PHY configuration/status TLV'.

            The bit 'powerViaMDI(1)' indicates that LLDP agent should
            transmit 'Power via MDI TLV'.

            The bit 'unused(2)' is no longer used; this was used for
            the 'Link Aggregation TLV' in the previous version.

            The bit 'maxFrameSize(3)' indicates that LLDP agent should
            transmit 'Maximum-frame-size TLV'.

            The default value for lldpV2Xdot3PortConfigTLVsTxEnable object
            is an empty set, which means no enumerated values are set.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ { } }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3Config(1) lldpV2Xdot3PortConfigTable(1) lldpV2Xdot3PortConfigEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2
lldpV2Xdot3LocalData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.1
lldpV2Xdot3LocPortTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of Ethernet port
            information (as a part of the LLDP 802.3 organizational
            extension) on the local system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1
lldpV2Xdot3LocPortEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Information about a particular port component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPortTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1.1
lldpV2Xdot3LocPortAutoNegSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the given port
            (associated with the local system) supports Auto-negotiation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPortTable(1) lldpV2Xdot3LocPortEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1.2
lldpV2Xdot3LocPortAutoNegEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether port
            Auto-negotiation is enabled on the given port associated
            with the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPortTable(1) lldpV2Xdot3LocPortEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1.3
lldpV2Xdot3LocPortAutoNegAdvertisedCap OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value (bitmap) of the
            ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC
            3636) which is associated with the given port on the
            local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPortTable(1) lldpV2Xdot3LocPortEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1.4
lldpV2Xdot3LocPortOperMauType OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer value that indicates the operational MAU type
            of the given port on the local system.

            This object contains the integer value derived from the
            list position of the corresponding dot3MauType as listed
            in IETF RFC 4836 (or subsequent revisions) and is equal
            to the last number in the respective dot3MauType OID.

            For example, if the ifMauType object is dot3MauType1000BaseTHD
            which corresponds to {dot3MauType 29}, the numerical value of
            this field is 29. For MAU types not listed in RFC 4836
            (or subsequent revisions), the value of this field shall be
            set to zero."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPortTable(1) lldpV2Xdot3LocPortEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.2
lldpV2Xdot3LocPowerTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of power ethernet
            information (as a part of the LLDP 802.3 organizational
            extension) on the local system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1
lldpV2Xdot3LocPowerEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Information about a particular port component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPowerTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.1
lldpV2Xdot3LocPowerPortClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION LldpV2PowerPortClass
  SYNTAX	INTEGER {pClassPSE(1), pClassPD(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value that identifies the port Class of the given port
            associated with the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPowerTable(2) lldpV2Xdot3LocPowerEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.2
lldpV2Xdot3LocPowerMDISupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the MDI power is
            supported on the given port associated with the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPowerTable(2) lldpV2Xdot3LocPowerEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.3
lldpV2Xdot3LocPowerMDIEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to identify whether MDI power is
            enabled on the given port associated with the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPowerTable(2) lldpV2Xdot3LocPowerEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.4
lldpV2Xdot3LocPowerPairControlable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value is derived from the value of
            pethPsePortPowerPairsControlAbility object (defined in IETF
            RFC 3621) and is used to indicate whether the pair selection
            can be controlled on the given port associated with the
            local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPowerTable(2) lldpV2Xdot3LocPowerEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.5
lldpV2Xdot3LocPowerPairs OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	Unsigned32 (1 | 2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the pethPsePortPowerPairs
            object (defined in IETF RFC 3621) which is associated with
            the given port on the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPowerTable(2) lldpV2Xdot3LocPowerEntry(1) 5 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.6
lldpV2Xdot3LocPowerClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	Unsigned32 (1 | 2 | 3 | 4 | 5) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the
            pethPsePortPowerClassifications object (defined in IETF
            RFC 3621) which is associated with the given port on the
            local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocPowerTable(2) lldpV2Xdot3LocPowerEntry(1) 6 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.3
lldpV2Xdot3LocMaxFrameSizeTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of maximum frame
            size information (as a part of the LLDP 802.3 organizational
            extension) on the local system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) 3 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.3.1
lldpV2Xdot3LocMaxFrameSizeEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Maximum Frame Size information about a particular port
            component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocMaxFrameSizeTable(3) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.2.3.1.1
lldpV2Xdot3LocMaxFrameSize OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer value indicating the maximum supported frame
             size in octets on the given port of the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3LocalData(2) lldpV2Xdot3LocMaxFrameSizeTable(3) lldpV2Xdot3LocMaxFrameSizeEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3
lldpV2Xdot3RemoteData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) 3 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.1
lldpV2Xdot3RemPortTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains Ethernet port information (as a part
            of the LLDP 802.3 organizational extension) of the remote
            system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1
lldpV2Xdot3RemPortEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"Information about a particular physical network connection."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPortTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1.1
lldpV2Xdot3RemPortAutoNegSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the given port
            (associated with remote system) supports Auto-negotiation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPortTable(1) lldpV2Xdot3RemPortEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1.2
lldpV2Xdot3RemPortAutoNegEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether port
            Auto-negotiation is enabled on the given port associated
            with the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPortTable(1) lldpV2Xdot3RemPortEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1.3
lldpV2Xdot3RemPortAutoNegAdvertisedCap OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	OCTET STRING (2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value (bitmap) of the
            ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC
            3636) which is associated with the given port on the
            remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPortTable(1) lldpV2Xdot3RemPortEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1.4
lldpV2Xdot3RemPortOperMauType OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	Unsigned32 (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer value that indicates the operational MAU type
            of the sending device.

            This object contains the integer value derived from the
            list position of the corresponding dot3MauType as listed in
            in IETF RFC 4836 (or subsequent revisions) and is equal
            to the last number in the respective dot3MauType OID.

            For example, if the ifMauType object is dot3MauType1000BaseTHD
            which corresponds to {dot3MauType 29}, the numerical value of
            this field is 29. For MAU types not listed in RFC 4836
            (or subsequent revisions), the value of this field shall be
            set to zero."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPortTable(1) lldpV2Xdot3RemPortEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.2
lldpV2Xdot3RemPowerTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains Ethernet power information (as a part
            of the LLDP 802.3 organizational extension) of the remote
            system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1
lldpV2Xdot3RemPowerEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"Information about a particular physical network connection."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPowerTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.1
lldpV2Xdot3RemPowerPortClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION LldpV2PowerPortClass
  SYNTAX	INTEGER {pClassPSE(1), pClassPD(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value that identifies the port Class of the given port
            associated with the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPowerTable(2) lldpV2Xdot3RemPowerEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.2
lldpV2Xdot3RemPowerMDISupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the MDI power
            is supported on the given port associated with the remote
            system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPowerTable(2) lldpV2Xdot3RemPowerEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.3
lldpV2Xdot3RemPowerMDIEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to identify whether MDI power is
            enabled on the given port associated with the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPowerTable(2) lldpV2Xdot3RemPowerEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.4
lldpV2Xdot3RemPowerPairControlable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value is derived from the value of
            pethPsePortPowerPairsControlAbility object (defined in IETF
            RFC 3621) and is used to indicate whether the pair selection
            can be controlled on the given port associated with the
            remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPowerTable(2) lldpV2Xdot3RemPowerEntry(1) 4 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.5
lldpV2Xdot3RemPowerPairs OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	Unsigned32 (1 | 2) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the pethPsePortPowerPairs
            object (defined in IETF RFC 3621) which is associated with
            the given port on the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPowerTable(2) lldpV2Xdot3RemPowerEntry(1) 5 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.6
lldpV2Xdot3RemPowerClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	Unsigned32 (1 | 2 | 3 | 4 | 5) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the value of the
            pethPsePortPowerClassifications object (defined in IETF
            RFC 3621) which is associated with the given port on the
            remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemPowerTable(2) lldpV2Xdot3RemPowerEntry(1) 6 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.3
lldpV2Xdot3RemMaxFrameSizeTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port/destination
            address pair of maximum frame
            size information (as a part of the LLDP IEEE 802.3
            organizational extension) of the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) 3 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.3.1
lldpV2Xdot3RemMaxFrameSizeEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"Maximum Frame Size information about a particular port
            component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemMaxFrameSizeTable(3) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.1.3.3.1.1
lldpV2Xdot3RemMaxFrameSize OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An integer value indicating the maximum supported frame
             size in octets on the port component associated with the
             remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Objects(1) lldpV2Xdot3RemoteData(3) lldpV2Xdot3RemMaxFrameSizeTable(3) lldpV2Xdot3RemMaxFrameSizeEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.2
lldpV2Xdot3Conformance OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.2.1
lldpV2Xdot3Compliances OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Conformance(2) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.2.1.1
lldpV2Xdot3TxRxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  DESCRIPTION	"A compliance statement for SNMP entities that implement
            the LLDP 802.3 organizational extension MIB.

            This group is mandatory for all agents that implement the
            LLDP 802.3 organizational extension in TX and/or RX mode.

            This version defines compliance requirements for
            V2 of the LLDP MIB."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Conformance(2) lldpV2Xdot3Compliances(1) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.2.1.2
lldpV2Xdot3TxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which implement
            the LLDP 802.3 organizational extension MIB.

            This group is mandatory for agents which implement the
            LLDP 802.3 organizational extension in the TX mode.

            This version defines compliance requirements for
            V2 of the LLDP MIB."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Conformance(2) lldpV2Xdot3Compliances(1) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.2.1.3
lldpV2Xdot3RxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  DESCRIPTION	"The compliance statement for SNMP entities which implement
            the LLDP 802.3 organizational extension MIB.

            This group is mandatory for agents which implement the
            LLDP 802.3 organizational extension in the RX mode.

            This version defines compliance requirements for
            V2 of the LLDP MIB."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Conformance(2) lldpV2Xdot3Compliances(1) 3 }

.1.3.111.2.802.1.1.13.1.5.4623.2.2
lldpV2Xdot3Groups OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT3-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Conformance(2) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.2.2.1
lldpV2Xdot3ConfigGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            LLDP 802.3 organizational extension implementation behavior. "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Conformance(2) lldpV2Xdot3Groups(2) 1 }

.1.3.111.2.802.1.1.13.1.5.4623.2.2.2
lldpV2Xdot3LocSysGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            802.3 organizational extension Local Device Information. "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Conformance(2) lldpV2Xdot3Groups(2) 2 }

.1.3.111.2.802.1.1.13.1.5.4623.2.2.3
lldpV2Xdot3RemSysGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT3-V2-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            802.3 organizational extension Local Device Information. "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot3MIB(4623) lldpV2Xdot3Conformance(2) lldpV2Xdot3Groups(2) 3 }

.1.3.111.2.802.1.1.13.1.5.32962
lldpV2Xdot1MIB MODULE-IDENTITY
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"The LLDP Management Information Base extension module for
            IEEE 802.1 organizationally defined discovery information.

            In order to assure the uniqueness of the LLDP-V2-MIB,
            lldpV2Xdot1MIB is branched from lldpV2Extensions using an
            Organizationally Unique Identifier (OUI) value as the node.
            An OUI is a 24 bit globally unique number assigned by the
            IEEE Registration Authority - see:

            http://standards.ieee.org/develop/regauth/oui/index.html

            Unless otherwise indicated, the references in this
            MIB module are to IEEE Std 802.1Q-2011.

            Copyright (C) IEEE (2011).  This version of this MIB module
            is published as Annex D.4.5 of IEEE Std 802.1Qaz-2011;
            see the standard itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) 32962 }

.1.3.111.2.802.1.1.13.1.5.32962.1
lldpV2Xdot1Objects OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1
lldpV2Xdot1Config OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.1
lldpV2Xdot1ConfigPortVlanTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of LLDP Port VLAN-ID TLVs
            to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.1.1
lldpV2Xdot1ConfigPortVlanEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2PortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
            transmission of IEEE 802.1 organizationally defined Port
            VLAN-ID TLV on LLDP transmission capable ports.

            This configuration object augments the
            lldpV2PortConfigEntry of the LLDP-MIB, therefore it is only
            present along with the port configuration defined by the
            associated lldpV2PortConfigEntry entry.

            Each active lldpConfigEntry is restored from non-volatile
            storage (along with the corresponding
            lldpV2PortConfigEntry) after a re-initialization of the
            management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigPortVlanTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.1.1.1
lldpV2Xdot1ConfigPortVlanTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpV2Xdot1ConfigPortVlanTxEnable, which is defined
            as a truth value and configured by the network management,
            determines whether the IEEE 802.1 organizationally defined
            port VLAN TLV transmission is allowed on a given LLDP
            transmission capable port.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigPortVlanTable(1) lldpV2Xdot1ConfigPortVlanEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.2
lldpV2Xdot1ConfigVlanNameTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls selection of LLDP VLAN name TLV
            instances to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.2.1
lldpV2Xdot1ConfigVlanNameEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2Xdot1LocVlanNameEntry }
  DESCRIPTION	"LLDP configuration information that specifies the set of
            ports (represented as a PortList) on which the Local System
            VLAN name instance is transmitted.

            This configuration object augments the lldpV2LocVlanEntry,
            therefore it is only present along with the VLAN Name
            instance contained in the associated lldpV2LocVlanNameEntry
            entry.

            Each active lldpV2Xdot1ConfigVlanNameEntry is restored
            from non-volatile storage (along with the corresponding
            lldpV2Xdot1LocVlanNameEntry) after a re-initialization of
            the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigVlanNameTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.2.1.1
lldpV2Xdot1ConfigVlanNameTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The boolean value that indicates whether the corresponding
            Local System VLAN name instance is transmitted on the
            port defined by the given lldpV2Xdot1LocVlanNameEntry.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management
            system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigVlanNameTable(2) lldpV2Xdot1ConfigVlanNameEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.3
lldpV2Xdot1ConfigProtoVlanTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls selection of LLDP Port and
            Protocol VLAN ID TLV instances to be transmitted on
            individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.3.1
lldpV2Xdot1ConfigProtoVlanEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2Xdot1LocProtoVlanEntry }
  DESCRIPTION	"LLDP configuration information that specifies the set of
            ports (represented as a PortList) on which the Local System
            Protocol VLAN instance is transmitted.

            This configuration object augments the
            lldpV2Xdot1LocVlanEntry, therefore it is only present along
            with the Port and Protocol VLAN ID instance contained in
            the associated lldpV2Xdot1LocVlanEntry entry.

            Each active lldpV2Xdot1ConfigProtoVlanEntry is restored
            from non-volatile storage (along with the corresponding
            lldpV2Xdot1LocProtoVlanEntry) after a re-initialization of
            the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigProtoVlanTable(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.3.1.1
lldpV2Xdot1ConfigProtoVlanTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The boolean value that indicates whether the corresponding
            Local System Port and Protocol VLAN instance is
            transmitted on the port defined by the given
            lldpV2Xdot1LocProtoVlanEntry.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigProtoVlanTable(3) lldpV2Xdot1ConfigProtoVlanEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.4
lldpV2Xdot1ConfigProtocolTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The table that controls selection of LLDP Protocol
            TLV instances to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.4.1
lldpV2Xdot1ConfigProtocolEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2Xdot1LocProtocolEntry }
  DESCRIPTION	"LLDP configuration information that specifies the set of
            ports (represented as a PortList) on which the Local System
            Protocol instance is transmitted.

            This configuration object augments the
            lldpV2Xdot1LocProtoEntry, therefore it is only present
            along with the Protocol instance contained in the
            associated lldpV2Xdot1LocProtoEntry entry.

            Each active lldpV2Xdot1ConfigProtocolEntry is restored
            from non-volatile storage (along with the corresponding
            lldpV2Xdot1LocProtocolEntry) after a re-initialization of
            the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigProtocolTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.4.1.1
lldpV2Xdot1ConfigProtocolTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The boolean value that indicates whether the corresponding
            Local System Protocol Identity instance is transmitted
            on the port defined by the given
            lldpV2Xdot1LocProtocolEntry.

            The value of this object is restored from non-volatile
            storage after a re-initialization of the management
            system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigProtocolTable(4) lldpV2Xdot1ConfigProtocolEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.5
lldpV2Xdot1ConfigVidUsageDigestTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of LLDP VID Usage Digest
          TLVs to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) 5 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.5.1
lldpV2Xdot1ConfigVidUsageDigestEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2Xdot1LocVidUsageDigestEntry }
  DESCRIPTION	"LLDP configuration information that specifies the set of
          ports (represented as a PortList) on which the local
          system VID Usage Digest instance will be transmitted.
          This configuration object augments the
          lldpLocVidUsageDigestEntry, therefore it is only present
          along with the VID Usage Digest instance
          contained in the associated lldpV2Xdot1LocVidUsageDigestEntry
          entry. Each active lldpConfigVidUsageDigestEntry must be
          restored from non-volatile storage and re-created (along with
          the corresponding lldpV2Xdot1LocVidUsageDigestEntry) after
          a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigVidUsageDigestTable(5) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.5.1.1
lldpV2Xdot1ConfigVidUsageDigestTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The boolean value that indicates whether the corresponding
          Local System VID Usage Digest instance will be transmitted
          on the port defined by the given
          lldpV2Xdot1LocVidUsageDigestEntry. The value of this object
          must be restored from non-volatile storage after a
          reinitialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigVidUsageDigestTable(5) lldpV2Xdot1ConfigVidUsageDigestEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.6
lldpV2Xdot1ConfigManVidTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of LLDP Management VID
          TLVs to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) 6 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.6.1
lldpV2Xdot1ConfigManVidEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2Xdot1LocManVidEntry }
  DESCRIPTION	"LLDP configuration information that specifies the set of
          port/destination address pairs on which the Local
          System Management VID will be transmitted.
          This configuration object augments the
          lldpV2Xdot1LocManVidEntry, therefore it is
          only present along with the Management VID contained
          in the associated lldpV2Xdot1LocManVidEntry entry.
          Each active lldpV2Xdot1ConfigManVidEntry must be
          restored from non-volatile storage (along with the
          corresponding lldpV2Xdot1LocManVidEntry) after a
          re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigManVidTable(6) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.1.6.1.1
lldpV2Xdot1ConfigManVidTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpV2Xdot1ConfigManVidTxEnable, which is defined as a
          truth value and configured by the network management,
          determines whether the IEEE 802.1 organizationally
          defined Management VID TLV transmission is allowed on a given
          LLDP transmission capable port.
          The value of this object must be restored from
          non-volatile storage after a re-initialization of the
          management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1Config(1) lldpV2Xdot1ConfigManVidTable(6) lldpV2Xdot1ConfigManVidEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2
lldpV2Xdot1LocalData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.1
lldpV2Xdot1LocTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port for IEEE 802.1
            organizationally defined LLDP extension on the local system
            known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.1.1
lldpV2Xdot1LocEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Information about IEEE 802.1 organizationally defined
            LLDP extension."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.1.1.1
lldpV2Xdot1LocPortVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (0 | 1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value used to identify the port's VLAN
            identifier associated with the local system.   A value
            of zero shall be used if the system either does not know
            the PVID or does
            not support port-based VLAN operation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocTable(1) lldpV2Xdot1LocEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.2
lldpV2Xdot1LocProtoVlanTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per Port and Protocol
            VLAN information about the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.2.1
lldpV2Xdot1LocProtoVlanEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpV2Xdot1LocProtoVlanId }
  DESCRIPTION	"Port and protocol VLAN ID Information about a particular
            port component.  There may be multiple port and protocol
            VLANs, identified by a particular
            lldpV2Xdot1LocProtoVlanId, configured on the given port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocProtoVlanTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.2.1.1
lldpV2Xdot1LocProtoVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (0 | 1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the port and protocol
            VLANs associated with the given port associated with the
            local system.  A value of zero shall be used if the system
            either does not know the protocol VLAN ID (PPVID) or does
            not support port and protocol VLAN operation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocProtoVlanTable(2) lldpV2Xdot1LocProtoVlanEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.2.1.2
lldpV2Xdot1LocProtoVlanSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the given port
            (associated with the local system) supports port and
            protocol VLANs."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocProtoVlanTable(2) lldpV2Xdot1LocProtoVlanEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.2.1.3
lldpV2Xdot1LocProtoVlanEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the port and
            protocol VLANs are enabled on the given port associated
            with the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocProtoVlanTable(2) lldpV2Xdot1LocProtoVlanEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.3
lldpV2Xdot1LocVlanNameTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per IEEE 802.1Q VLAN
            name information on the local system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.3.1
lldpV2Xdot1LocVlanNameEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpV2Xdot1LocVlanId }
  DESCRIPTION	"VLAN name Information about a particular port component.
            There may be multiple VLANs, identified by a particular
            lldpV2Xdot1LocVlanId, configured on the given port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocVlanNameTable(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.3.1.1
lldpV2Xdot1LocVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the IEEE 802.1Q
            VLAN IDs with which the given port is compatible."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocVlanNameTable(3) lldpV2Xdot1LocVlanNameEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.3.1.2
lldpV2Xdot1LocVlanName OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify VLAN name identified
            by the Vlan Id associated with the given port on the
            local system.

            This object should contain the value of the
            dot1QVLANStaticName object (defined in IETF RFC 4363)
            identified with the given lldpV2Xdot1LocVlanId."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocVlanNameTable(3) lldpV2Xdot1LocVlanNameEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.4
lldpV2Xdot1LocProtocolTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per protocol identity
            information on the local system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.4.1
lldpV2Xdot1LocProtocolEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpV2Xdot1LocProtocolIndex }
  DESCRIPTION	"Information about particular protocols that are accessible
            through the given port component.

            There may be multiple protocols, identified by particular
            lldpV2Xdot1ProtocolIndex, lldpV2LocPortIfIndex"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocProtocolTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.4.1.1
lldpV2Xdot1LocProtocolIndex OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents an arbitrary local integer value
            used by this agent to identify a particular protocol
            identity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocProtocolTable(4) lldpV2Xdot1LocProtocolEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.4.1.2
lldpV2Xdot1LocProtocolId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The octet string value used to identify the protocols
            associated with the given port of the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocProtocolTable(4) lldpV2Xdot1LocProtocolEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.5
lldpV2Xdot1LocVidUsageDigestTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per ifIndex/
            destination MAC address pair for usage digest
            information on the local system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) 5 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.5.1
lldpV2Xdot1LocVidUsageDigestEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Usage digest information to be transmitted
            through the given port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocVidUsageDigestTable(5) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.5.1.1
lldpV2Xdot1LocVidUsageDigest OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value obtained by applying the CRC32 function
        to the 128-octet VID Usage Table. A bit of the VID Usage
        Table contains the value PBB-TE-USAGE (binary 1) if the
        corresponding element of the MST Configuration Table
        (IEEE Std 802.1Q 8.9.1) contains the value PBB-TE MSTID
        (hex FFE) and otherwise contains the value NON-PBB-TE-USAGE
        (binary 0)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocVidUsageDigestTable(5) lldpV2Xdot1LocVidUsageDigestEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.6
lldpV2Xdot1LocManVidTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per ifIndex/
            destination MAC address pair for usage digest
            information on the local system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) 6 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.6.1
lldpV2Xdot1LocManVidEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Usage digest information to be transmitted
            through the given port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocManVidTable(6) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.6.1.1
lldpV2Xdot1LocManVid OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (0 | 1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value configured on the Local system for
        the Management VID, or
        the value 0 if a Management VID has not been provisioned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocManVidTable(6) lldpV2Xdot1LocManVidEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.7
lldpV2Xdot1LocLinkAggTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of link aggregation
            information (as a part of the LLDP 802.1 organizational
            extension) on the local system known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) 7 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.7.1
lldpV2Xdot1LocLinkAggEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Link Aggregation information about a particular port
            component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocLinkAggTable(7) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.7.1.1
lldpV2Xdot1LocLinkAggStatus OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpV2LinkAggStatusMap
  SYNTAX	BITS {aggCapable(0), aggEnabled(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value contains the link aggregation
            capabilities and the current aggregation status of the
            link."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocLinkAggTable(7) lldpV2Xdot1LocLinkAggEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.2.7.1.2
lldpV2Xdot1LocLinkAggPortId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the IEEE 802.1 aggregated port
            identifier, aAggPortID (IEEE Std 802.1AX, 6.3.2.1.1),
            derived from the ifNumber of the  ifIndex for the port
            component in link aggregation.

            If the port is not in link aggregation state and/or it
            does not support link aggregation, this value should be set
            to zero."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1LocalData(2) lldpV2Xdot1LocLinkAggTable(7) lldpV2Xdot1LocLinkAggEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3
lldpV2Xdot1RemoteData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.1
lldpV2Xdot1RemTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per physical network
            connection known to this agent.  The agent may wish to
            ensure that only one lldpV2Xdot1RemEntry is present for
            each local port, or it may choose to maintain multiple
            lldpV2Xdot1RemEntries for the same local port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.1.1
lldpV2Xdot1RemEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"Information about a particular port component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.1.1.1
lldpV2Xdot1RemPortVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (0 | 1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value used to identify the port's VLAN
            identifier associated with the remote system.  if the
            remote system either does not know the PVID or does not
            support port-based VLAN operation, the value of
            lldpV2Xdot1RemPortVlanId should be zero."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemTable(1) lldpV2Xdot1RemEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.2
lldpV2Xdot1RemProtoVlanTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per Port and Protocol
            VLAN information about the remote system, received on the
            given port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.2.1
lldpV2Xdot1RemProtoVlanEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpV2Xdot1RemProtoVlanId }
  DESCRIPTION	"Port and protocol VLAN name Information about a particular
            port component.  There may be multiple protocol VLANs,
            identified by a particular lldpV2Xdot1RemProtoVlanId,
            configured on the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemProtoVlanTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.2.1.1
lldpV2Xdot1RemProtoVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (0 | 1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the port and protocol
            VLANs associated with the given port associated with the
            remote system.

            If port and protocol VLANs are not supported on the given
            port associated with the remote system, or if the port is
            not enabled with any port and protocol VLAN, the value of
            lldpV2Xdot1RemProtoVlanId should be zero."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemProtoVlanTable(2) lldpV2Xdot1RemProtoVlanEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.2.1.2
lldpV2Xdot1RemProtoVlanSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the given port
            (associated with the remote system) is capable of
            supporting port and protocol VLANs."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemProtoVlanTable(2) lldpV2Xdot1RemProtoVlanEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.2.1.3
lldpV2Xdot1RemProtoVlanEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The truth value used to indicate whether the port and
            protocol VLANs are enabled on the given port associated
            with
            the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemProtoVlanTable(2) lldpV2Xdot1RemProtoVlanEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.3
lldpV2Xdot1RemVlanNameTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per IEEE 802.1Q VLAN
            name information about the remote system, received on the
            given port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.3.1
lldpV2Xdot1RemVlanNameEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpV2Xdot1RemVlanId }
  DESCRIPTION	"VLAN name Information about a particular port component.
            There may be multiple VLANs, identified by a particular
            lldpV2Xdot1RemVlanId, received on the given port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemVlanNameTable(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.3.1.1
lldpV2Xdot1RemVlanId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The integer value used to identify the IEEE 802.1Q
            VLAN IDs with which the given port of the remote system
            is compatible."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemVlanNameTable(3) lldpV2Xdot1RemVlanNameEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.3.1.2
lldpV2Xdot1RemVlanName OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (1..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The string value used to identify VLAN name identified
            by the VLAN Id associated with the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemVlanNameTable(3) lldpV2Xdot1RemVlanNameEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.4
lldpV2Xdot1RemProtocolTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one or more rows per protocol
            information about the remote system, received on
            the given port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.4.1
lldpV2Xdot1RemProtocolEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpV2Xdot1RemProtocolIndex }
  DESCRIPTION	"Protocol information about a particular port component.
            There may be multiple protocols, identified by a particular
            lldpV2Xdot1ProtocolIndex, received on the given port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemProtocolTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.4.1.1
lldpV2Xdot1RemProtocolIndex OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (1..2147483647) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents an arbitrary local integer value
            used by this agent to identify a particular protocol
            identity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemProtocolTable(4) lldpV2Xdot1RemProtocolEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.4.1.2
lldpV2Xdot1RemProtocolId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	OCTET STRING (1..255) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The octet string value used to identify the protocols
            associated with the given port of remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemProtocolTable(4) lldpV2Xdot1RemProtocolEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.5
lldpV2Xdot1RemVidUsageDigestTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per ifIndex/
            destination MAC address pair for usage digest
            information received by the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) 5 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.5.1
lldpV2Xdot1RemVidUsageDigestEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress }
  DESCRIPTION	"Usage digest information received on
            the given port/destination address pair."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemVidUsageDigestTable(5) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.5.1.1
lldpV2Xdot1RemVidUsageDigest OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value obtained by applying the CRC32 function
        to the 128-octet VID Usage Table. A bit of the VID Usage
        Table contains the value PBB-TE-USAGE (binary 1) if the
        corresponding element of the MST Configuration Table
        (IEEE Std 802.1Q 8.9.1) contains the value PBB-TE MSTID
        (hex FFE)and otherwise contains the value NON-PBB-TE-USAGE
        (binary 0)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemVidUsageDigestTable(5) lldpV2Xdot1RemVidUsageDigestEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.6
lldpV2Xdot1RemManVidTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per ifIndex/
            destination MAC address pair for management VID
            information received from remote systems."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) 6 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.6.1
lldpV2Xdot1RemManVidEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress }
  DESCRIPTION	"Management VID information received
            through the given port/destination address pair."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemManVidTable(6) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.6.1.1
lldpV2Xdot1RemManVid OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (0 | 1..4094) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The integer value configured on a system for
        the Management VID, or
        the value 0 if a Management VID has not been provisioned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemManVidTable(6) lldpV2Xdot1RemManVidEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.7
lldpV2Xdot1RemLinkAggTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains port link aggregation information
            (as a part of the LLDP IEEE 802.1 organizational extension)
            of the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) 7 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.7.1
lldpV2Xdot1RemLinkAggEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"Link Aggregation information about remote system's port
            component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemLinkAggTable(7) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.7.1.1
lldpV2Xdot1RemLinkAggStatus OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpV2LinkAggStatusMap
  SYNTAX	BITS {aggCapable(0), aggEnabled(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bitmap value contains the link aggregation capabilities
            and the current aggregation status of the link."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemLinkAggTable(7) lldpV2Xdot1RemLinkAggEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.1.3.7.1.2
lldpV2Xdot1RemLinkAggPortId OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  SYNTAX	Unsigned32 (0 | 1..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the IEEE 802.1 aggregated port
            identifier, aAggPortID (IEEE Std 802.1AX, 6.3.2.1.1),
            derived from the ifNumber of the  ifIndex for the port
            component associated with the remote system.

            If the remote port is not in link aggregation state and/or
            it does not support link aggregation, this value should be
            zero."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Objects(1) lldpV2Xdot1RemoteData(3) lldpV2Xdot1RemLinkAggTable(7) lldpV2Xdot1RemLinkAggEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.2
lldpV2Xdot1Conformance OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.2.1
lldpV2Xdot1Compliances OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Conformance(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.2.1.1
lldpV2Xdot1TxRxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"A compliance statement for SNMP entities that implement
            the IEEE 802.1 organizationally defined LLDP extension MIB.

            This group is mandatory for all agents that implement the
            LLDP 802.1 organizational extension in TX and/or RX mode
            for the basicSet TLV set.

            This version defines compliance requirements for
            V2 of the LLDP MIB."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Conformance(2) lldpV2Xdot1Compliances(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.2.1.2
lldpV2Xdot1TxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"A compliance statement for SNMP entities that implement
            the IEEE 802.1 organizationally defined LLDP extension MIB.

            This group is mandatory for agents that implement the
            LLDP 802.1 organizational extension in the RX mode
            for the basicSet TLV set.

            This version defines compliance requirements for
            V2 of the LLDP MIB."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Conformance(2) lldpV2Xdot1Compliances(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.2.1.3
lldpV2Xdot1RxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"A compliance statement for SNMP entities that implement
            the IEEE 802.1 organizationally defined LLDP extension MIB.

            This group is mandatory for agents that implement the
            LLDP 802.1 organizational extension in the RX mode
            for the basicSet TLV set.

            This version defines compliance requirements for
            V2 of the LLDP MIB."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Conformance(2) lldpV2Xdot1Compliances(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.2.2
lldpV2Xdot1Groups OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Conformance(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.2.2.1
lldpV2Xdot1ConfigGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            IEEE 802.1 organizationally defined LLDP extension
            implementation behavior for the basicSet TLV set."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Conformance(2) lldpV2Xdot1Groups(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.2.2.2
lldpV2Xdot1LocSysGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"The collection of objects which are used to represent
            IEEE 802.1 organizationally defined LLDP extension
            associated with the Local Device Information for the
            basicSet TLV set."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Conformance(2) lldpV2Xdot1Groups(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.2.2.3
lldpV2Xdot1RemSysGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            802.1 organizational extension Remote Device Information
            for the basicSet TLV set."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpV2Xdot1Conformance(2) lldpV2Xdot1Groups(2) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.3
lldpXdot1CnMIB OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1
lldpXdot1CnObjects OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.1
lldpXdot1CnConfig OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.1.1
lldpXdot1CnConfigCnTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of Congestion Notification
         TLVs to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnConfig(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.1.1.1
lldpXdot1CnConfigCnEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2PortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
        transmission of IEEE 802.1 organizationally defined
        Congestion Notification TLV on LLDP transmission capable ports.

        This configuration object augments the lldpV2PortConfigEntry of
        the LLDP-MIB, therefore it is only present along with the port
        configuration defined by the associated lldpV2PortConfigEntry
        entry.

        Each active lldpConfigEntry is restored from non-volatile
        storage (along with the corresponding lldpV2PortConfigEntry)
        after a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnConfig(1) lldpXdot1CnConfigCnTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.1.1.1.1
lldpXdot1CnConfigCnTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXdot1CnConfigCnTxEnable, which is
        defined as a truth value and configured by the network
        management, determines whether the IEEE 802.1 organizationally
        defined Congestion Notification TLV transmission is allowed
        on a given LLDP transmission capable port.

        The value of this object is restored from non-volatile
        storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnConfig(1) lldpXdot1CnConfigCnTable(1) lldpXdot1CnConfigCnEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.2
lldpXdot1CnLocalData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.2.1
lldpV2Xdot1LocCnTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of Congestion
            Notification information (as a part of the LLDP
            802.1 organizational extension) on the local system
            known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnLocalData(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.2.1.1
lldpV2Xdot1LocCnEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Congestion Notification information about a
            particular port component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnLocalData(2) lldpV2Xdot1LocCnTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.2.1.1.1
lldpV2Xdot1LocCNPVIndicators OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpV2CnBitVector
  SYNTAX	BITS {pri0status(0), pri1status(1), pri2status(2), pri3status(3), pri4status(4), pri5status(5), pri6status(6), pri7status(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the CNPV indicators
            for the Port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnLocalData(2) lldpV2Xdot1LocCnTable(1) lldpV2Xdot1LocCnEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.2.1.1.2
lldpV2Xdot1LocReadyIndicators OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpV2CnBitVector
  SYNTAX	BITS {pri0status(0), pri1status(1), pri2status(2), pri3status(3), pri4status(4), pri5status(5), pri6status(6), pri7status(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the Ready indicators
            for the Port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnLocalData(2) lldpV2Xdot1LocCnTable(1) lldpV2Xdot1LocCnEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.3
lldpXdot1CnRemoteData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.3.1
lldpV2Xdot1RemCnTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains Congestion Notification information
            (as a part of the LLDP IEEE 802.1 organizational extension)
            of the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnRemoteData(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.3.1.1
lldpV2Xdot1RemCnEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"Port Extension information about remote systems port
            component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnRemoteData(3) lldpV2Xdot1RemCnTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.3.1.1.1
lldpV2Xdot1RemCNPVIndicators OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpV2CnBitVector
  SYNTAX	BITS {pri0status(0), pri1status(1), pri2status(2), pri3status(3), pri4status(4), pri5status(5), pri6status(6), pri7status(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the CNPV indicators
            for the Port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnRemoteData(3) lldpV2Xdot1RemCnTable(1) lldpV2Xdot1RemCnEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.3.1.3.1.1.2
lldpV2Xdot1RemReadyIndicators OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpV2CnBitVector
  SYNTAX	BITS {pri0status(0), pri1status(1), pri2status(2), pri3status(3), pri4status(4), pri5status(5), pri6status(6), pri7status(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the Ready indicators
            for the Port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnMIB(3) lldpXdot1CnObjects(1) lldpXdot1CnRemoteData(3) lldpV2Xdot1RemCnTable(1) lldpV2Xdot1RemCnEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.4
lldpXdot1CnConformance OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.4.1
lldpXdot1CnCompliances OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnConformance(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.4.1.1
lldpXdot1CnCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"A compliance statement for SNMP entities that implement
         the IEEE 802.1 organizationally defined Congestion
         Notification LLDP extension MIB.

         This group is mandatory for agents that implement the
         Congestion Notification cnSet TLV set."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnConformance(4) lldpXdot1CnCompliances(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.4.2
lldpXdot1CnGroups OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnConformance(4) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.4.2.1
lldpXdot1CnGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"The collection of objects that support the
        Congestion Notification cnSet TLV set."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1CnConformance(4) lldpXdot1CnGroups(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5
lldpXdot1dcbxMIB OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) 5 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1
lldpXdot1dcbxObjects OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1
lldpXdot1dcbxConfig OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.1
lldpXdot1dcbxConfigETSConfigurationTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of ETS Configuration
         TLVs to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.1.1
lldpXdot1dcbxConfigETSConfigurationEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2PortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
        transmission of IEEE 802.1 organizationally defined
        ETS Configuration TLV on LLDP transmission capable ports.

        This configuration object augments the lldpV2PortConfigEntry of
        the LLDP-MIB, therefore it is only present along with the port
        configuration defined by the associated lldpV2PortConfigEntry
        entry.

        Each active lldpConfigEntry is restored from non-volatile
        storage (along with the corresponding lldpV2PortConfigEntry)
        after a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) lldpXdot1dcbxConfigETSConfigurationTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.1.1.1
lldpXdot1dcbxConfigETSConfigurationTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXdot1dcbxConfigETSConfigurationTxEnable, which is
        defined as a truth value and configured by the network
        management, determines whether the IEEE 802.1 organizationally
        defined ETS Configuration TLV transmission is allowed on a
        given LLDP transmission capable port.

        The value of this object is restored from non-volatile
        storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) lldpXdot1dcbxConfigETSConfigurationTable(1) lldpXdot1dcbxConfigETSConfigurationEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.2
lldpXdot1dcbxConfigETSRecommendationTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of ETS Recommendation
        TLVs to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.2.1
lldpXdot1dcbxConfigETSRecommendationEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2PortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
        transmission of IEEE 802.1 organizationally defined
        ETS Recommendation TLV on LLDP transmission capable ports.

        This configuration object augments the lldpV2PortConfigEntry of
        the LLDP-MIB, therefore it is only present along with the port
        configuration defined by the associated lldpV2PortConfigEntry
        entry.

        Each active lldpConfigEntry is restored from non-volatile
        storage (along with the corresponding lldpV2PortConfigEntry)
        after a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) lldpXdot1dcbxConfigETSRecommendationTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.2.1.1
lldpXdot1dcbxConfigETSRecommendationTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXdot1dcbxConfigETSRecommendationTxEnable, which is
        defined as a truth value and configured by the network
        management, determines whether the IEEE 802.1 organizationally
        defined ETS Recommendation TLV transmission is allowed on a
        given LLDP transmission capable port.

        The value of this object is restored from non-volatile
        storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) lldpXdot1dcbxConfigETSRecommendationTable(2) lldpXdot1dcbxConfigETSRecommendationEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.3
lldpXdot1dcbxConfigPFCTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of Priority-based
        Flow Control TLVs to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.3.1
lldpXdot1dcbxConfigPFCEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2PortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
        transmission of IEEE 802.1 organizationally defined
        Priority-based Flow Control TLV on LLDP transmission
        capable ports.

        This configuration object augments the lldpV2PortConfigEntry of
        the LLDP-MIB, therefore it is only present along with the port
        configuration defined by the associated lldpV2PortConfigEntry
        entry.

        Each active lldpConfigEntry is restored from non-volatile
        storage (along with the corresponding lldpV2PortConfigEntry)
        after a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) lldpXdot1dcbxConfigPFCTable(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.3.1.1
lldpXdot1dcbxConfigPFCTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXdot1dcbxConfigPFCTxEnable, which is defined
        as a truth value and configured by the network management,
        determines whether the IEEE 802.1 organizationally defined
        Priority-based Flow Control TLV transmission is allowed on
        a given LLDP transmission capable port.

        The value of this object is restored from non-volatile
        storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) lldpXdot1dcbxConfigPFCTable(3) lldpXdot1dcbxConfigPFCEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.4
lldpXdot1dcbxConfigApplicationPriorityTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of Priority-based
        Flow Control TLVs to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.4.1
lldpXdot1dcbxConfigApplicationPriorityEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2PortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
        transmission of IEEE 802.1 organizationally defined
        Application Priority TLV on LLDP transmission capable ports.

        This configuration object augments the lldpV2PortConfigEntry of
        the LLDP-MIB, therefore it is only present along with the port
        configuration defined by the associated lldpV2PortConfigEntry
        entry.

        Each active lldpConfigEntry is restored from non-volatile
        storage (along with the corresponding lldpV2PortConfigEntry)
        after a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) lldpXdot1dcbxConfigApplicationPriorityTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.1.4.1.1
lldpXdot1dcbxConfigApplicationPriorityTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXdot1dcbxConfigApplicationPriorityTxEnable, which
        is defined as a truth value and configured by the network
        management, determines whether the IEEE 802.1 organizationally
        defined Application Priority TLV transmission is allowed on
        a given LLDP transmission capable port.

        The value of this object is restored from non-volatile
        storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxConfig(1) lldpXdot1dcbxConfigApplicationPriorityTable(4) lldpXdot1dcbxConfigApplicationPriorityEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2
lldpXdot1dcbxLocalData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1
lldpXdot1dcbxLocETSConfiguration OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.1
lldpXdot1dcbxLocETSBasicConfigurationTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port for the IEEE 802.1
        organizationally defined LLDP ETS Configuration TLV on
        the local system known to this agent"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.1.1
lldpXdot1dcbxLocETSBasicConfigurationEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Information about the IEEE 802.1 organizational defined
        ETS Configuration TLV LLDP extension."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSBasicConfigurationTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.1.1.1
lldpXdot1dcbxLocETSConCreditBasedShaperSupport OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if the credit-based shaper Traffic Selection
        Algorithm is supported on the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSBasicConfigurationTable(1) lldpXdot1dcbxLocETSBasicConfigurationEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.1.1.2
lldpXdot1dcbxLocETSConTrafficClassesSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxSupportedCapacity
  SYNTAX	Unsigned32 (1..8) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of traffic classes supported."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSBasicConfigurationTable(1) lldpXdot1dcbxLocETSBasicConfigurationEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.1.1.3
lldpXdot1dcbxLocETSConWilling OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if the local system is willing to accept the
        ETS configuration recommended by the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSBasicConfigurationTable(1) lldpXdot1dcbxLocETSBasicConfigurationEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.2
lldpXdot1dcbxLocETSConPriorityAssignmentTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per priority.  The entry in each
        row indicates the traffic class to which the priority is
        assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.2.1
lldpXdot1dcbxLocETSConPriorityAssignmentEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxLocETSConPriority }
  DESCRIPTION	"Indicates a priority to traffic class assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSConPriorityAssignmentTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.2.1.1
lldpXdot1dcbxLocETSConPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the priority that is assigned to a traffic
        class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSConPriorityAssignmentTable(2) lldpXdot1dcbxLocETSConPriorityAssignmentEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.2.1.2
lldpXdot1dcbxLocETSConPriTrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the traffic class to which this priority is
        to be assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSConPriorityAssignmentTable(2) lldpXdot1dcbxLocETSConPriorityAssignmentEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.3
lldpXdot1dcbxLocETSConTrafficClassBandwidthTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The
        entry in each row indicates the traffic class to
        which the bandwidth is assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.3.1
lldpXdot1dcbxLocETSConTrafficClassBandwidthEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxLocETSConTrafficClass }
  DESCRIPTION	"Indicates a traffic class to Bandwidth assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSConTrafficClassBandwidthTable(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.3.1.1
lldpXdot1dcbxLocETSConTrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class to
        which this bandwidth applies"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSConTrafficClassBandwidthTable(3) lldpXdot1dcbxLocETSConTrafficClassBandwidthEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.3.1.2
lldpXdot1dcbxLocETSConTrafficClassBandwidth OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassBandwidthValue
  SYNTAX	Unsigned32 (0..100) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the bandwidth assigned to this traffic class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSConTrafficClassBandwidthTable(3) lldpXdot1dcbxLocETSConTrafficClassBandwidthEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.4
lldpXdot1dcbxLocETSConTrafficSelectionAlgorithmTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The entry
        in each row indicates the traffic selction algorithm to be
        used by the traffic class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.4.1
lldpXdot1dcbxLocETSConTrafficSelectionAlgorithmEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxLocETSConTSATrafficClass }
  DESCRIPTION	"Indicates a traffic class to traffic selection algorithm
         assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSConTrafficSelectionAlgorithmTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.4.1.1
lldpXdot1dcbxLocETSConTSATrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class that is assigned to a traffic
        selection algorithm."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSConTrafficSelectionAlgorithmTable(4) lldpXdot1dcbxLocETSConTrafficSelectionAlgorithmEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.1.4.1.2
lldpXdot1dcbxLocETSConTrafficSelectionAlgorithm OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficSelectionAlgorithm
  SYNTAX	INTEGER {tsaStrictPriority(0), tsaCreditBasedShaper(1), tsaEnhancedTransmission(2), tsaVendorSpecific(255)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the Traffic Selection Algorithm to which this
        traffic class is to be assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSConfiguration(1) lldpXdot1dcbxLocETSConTrafficSelectionAlgorithmTable(4) lldpXdot1dcbxLocETSConTrafficSelectionAlgorithmEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.2
lldpXdot1dcbxLocETSReco OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.2.1
lldpXdot1dcbxLocETSRecoTrafficClassBandwidthTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The
        entry in each row indicates the traffic class to
        which the bandwidth is assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSReco(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.2.1.1
lldpXdot1dcbxLocETSRecoTrafficClassBandwidthEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxLocETSRecoTrafficClass }
  DESCRIPTION	"Indicates a traffic class to Bandwidth assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSReco(2) lldpXdot1dcbxLocETSRecoTrafficClassBandwidthTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.2.1.1.1
lldpXdot1dcbxLocETSRecoTrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class to
        which this bandwidth applies"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSReco(2) lldpXdot1dcbxLocETSRecoTrafficClassBandwidthTable(1) lldpXdot1dcbxLocETSRecoTrafficClassBandwidthEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.2.1.1.2
lldpXdot1dcbxLocETSRecoTrafficClassBandwidth OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassBandwidthValue
  SYNTAX	Unsigned32 (0..100) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the bandwidth assigned to this traffic class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSReco(2) lldpXdot1dcbxLocETSRecoTrafficClassBandwidthTable(1) lldpXdot1dcbxLocETSRecoTrafficClassBandwidthEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.2.2
lldpXdot1dcbxLocETSRecoTrafficSelectionAlgorithmTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per priority.  The entry in each
        row indicates the traffic selction algorithm to be used
        by the traffic class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSReco(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.2.2.1
lldpXdot1dcbxLocETSRecoTrafficSelectionAlgorithmEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxLocETSRecoTSATrafficClass }
  DESCRIPTION	"Indicates a priority to traffic selection algorithm
         assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSReco(2) lldpXdot1dcbxLocETSRecoTrafficSelectionAlgorithmTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.2.2.1.1
lldpXdot1dcbxLocETSRecoTSATrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class that is assigned to a traffic
        selection algorithm."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSReco(2) lldpXdot1dcbxLocETSRecoTrafficSelectionAlgorithmTable(2) lldpXdot1dcbxLocETSRecoTrafficSelectionAlgorithmEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.2.2.1.2
lldpXdot1dcbxLocETSRecoTrafficSelectionAlgorithm OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficSelectionAlgorithm
  SYNTAX	INTEGER {tsaStrictPriority(0), tsaCreditBasedShaper(1), tsaEnhancedTransmission(2), tsaVendorSpecific(255)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the Traffic Selection Algorithm to which this
        traffic class is to be assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocETSReco(2) lldpXdot1dcbxLocETSRecoTrafficSelectionAlgorithmTable(2) lldpXdot1dcbxLocETSRecoTrafficSelectionAlgorithmEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3
lldpXdot1dcbxLocPFC OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3.1
lldpXdot1dcbxLocPFCBasicTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port for the IEEE 802.1
        organizationally defined LLDP PFC TLV on the local
        system known to this agent"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocPFC(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3.1.1
lldpXdot1dcbxLocPFCBasicEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Information about the IEEE 802.1 organizational defined
        PFC TLV LLDP extension."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocPFC(3) lldpXdot1dcbxLocPFCBasicTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3.1.1.1
lldpXdot1dcbxLocPFCWilling OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if the local system is willing to accept the
        PFC configuration of the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocPFC(3) lldpXdot1dcbxLocPFCBasicTable(1) lldpXdot1dcbxLocPFCBasicEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3.1.1.2
lldpXdot1dcbxLocPFCMBC OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if the local system is capable of bypassing
        MACsec processing when MACsec is disabled."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocPFC(3) lldpXdot1dcbxLocPFCBasicTable(1) lldpXdot1dcbxLocPFCBasicEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3.1.1.3
lldpXdot1dcbxLocPFCCap OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxSupportedCapacity
  SYNTAX	Unsigned32 (1..8) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of traffic classes on the local device
        that may simultaneously have PFC enabled."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocPFC(3) lldpXdot1dcbxLocPFCBasicTable(1) lldpXdot1dcbxLocPFCBasicEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3.2
lldpXdot1dcbxLocPFCEnableTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains eight entries, one entry per priority,
        indicating if PFC is enabled on the corresponding priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocPFC(3) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3.2.1
lldpXdot1dcbxLocPFCEnableEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxLocPFCEnablePriority }
  DESCRIPTION	"Each entry indicates if PFC is enabled on the
        correponding priority"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocPFC(3) lldpXdot1dcbxLocPFCEnableTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3.2.1.1
lldpXdot1dcbxLocPFCEnablePriority OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Prioity for which PFC is enabled / disabled"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocPFC(3) lldpXdot1dcbxLocPFCEnableTable(2) lldpXdot1dcbxLocPFCEnableEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.3.2.1.2
lldpXdot1dcbxLocPFCEnableEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if PFC is enabled on the corresponding priority"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocPFC(3) lldpXdot1dcbxLocPFCEnableTable(2) lldpXdot1dcbxLocPFCEnableEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.4
lldpXdot1dcbxLocApplicationPriorityAppTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing entries indicating the priorty to be used
        for a given application"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.4.1
lldpXdot1dcbxLocApplicationPriorityAppEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxLocApplicationPriorityAESelector, lldpXdot1dcbxLocApplicationPriorityAEProtocol }
  DESCRIPTION	"Entry that indicates the priority to be used for a
        given application."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocApplicationPriorityAppTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.4.1.1
lldpXdot1dcbxLocApplicationPriorityAESelector OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxAppSelector
  SYNTAX	INTEGER {asEthertype(1), asTCPPortNumber(2), asUDPPortNumber(3), asTCPUDPPortNumber(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the contents of the protocol object
        (lldpXdot1dcbxLocApplicationPriorityAEProtocol)
        1: Ethertype
        2: Well Known Port number over TCP, or SCTP
        3: Well Known Port number over UDP, or DCCP
        4: Well Known Port number over TCP, SCTP, UDP, and DCCP"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocApplicationPriorityAppTable(4) lldpXdot1dcbxLocApplicationPriorityAppEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.4.1.2
lldpXdot1dcbxLocApplicationPriorityAEProtocol OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxAppProtocol
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol indicator of the type indicated by
        lldpXdot1dcbxLocApplicationPriorityAESelector."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocApplicationPriorityAppTable(4) lldpXdot1dcbxLocApplicationPriorityAppEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.2.4.1.3
lldpXdot1dcbxLocApplicationPriorityAEPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The priority code point that should be used in
        frames transporting the protocol indicated by
        lldpXdot1dcbxLocApplicationPriorityAESelector and
        lldpXdot1dcbxLocApplicationPriorityAEProtocol"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxLocalData(2) lldpXdot1dcbxLocApplicationPriorityAppTable(4) lldpXdot1dcbxLocApplicationPriorityAppEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3
lldpXdot1dcbxRemoteData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1
lldpXdot1dcbxRemETSConfiguration OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.1
lldpXdot1dcbxRemETSBasicConfigurationTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port for the IEEE 802.1
        organizationally defined LLDP ETS Configuration TLV on
        the local system known to this agent"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.1.1
lldpXdot1dcbxRemETSBasicConfigurationEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"Information about the IEEE 802.1 organizational defined
        ETS Configuration TLV LLDP extension."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSBasicConfigurationTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.1.1.1
lldpXdot1dcbxRemETSConCreditBasedShaperSupport OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if the credit-based shaper Traffic Selection
        algorithm is supported on the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSBasicConfigurationTable(1) lldpXdot1dcbxRemETSBasicConfigurationEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.1.1.2
lldpXdot1dcbxRemETSConTrafficClassesSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxSupportedCapacity
  SYNTAX	Unsigned32 (1..8) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of traffic classes supported."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSBasicConfigurationTable(1) lldpXdot1dcbxRemETSBasicConfigurationEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.1.1.3
lldpXdot1dcbxRemETSConWilling OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if the remote system is willing to accept the
        ETS configuration recommended by the remote system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSBasicConfigurationTable(1) lldpXdot1dcbxRemETSBasicConfigurationEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.2
lldpXdot1dcbxRemETSConPriorityAssignmentTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per priority.  The entry in
        each row indicates the traffic class to which the
        priority is assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.2.1
lldpXdot1dcbxRemETSConPriorityAssignmentEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpXdot1dcbxRemETSConPriority }
  DESCRIPTION	"Indicates a priority to traffic class assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSConPriorityAssignmentTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.2.1.1
lldpXdot1dcbxRemETSConPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the priority that is assigned to a traffic
        class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSConPriorityAssignmentTable(2) lldpXdot1dcbxRemETSConPriorityAssignmentEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.2.1.2
lldpXdot1dcbxRemETSConPriTrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the traffic class to which this priority is
        to be assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSConPriorityAssignmentTable(2) lldpXdot1dcbxRemETSConPriorityAssignmentEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.3
lldpXdot1dcbxRemETSConTrafficClassBandwidthTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The
        entry in each row indicates the traffic class to
        which the bandwidth is assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.3.1
lldpXdot1dcbxRemETSConTrafficClassBandwidthEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpXdot1dcbxRemETSConTrafficClass }
  DESCRIPTION	"Indicates a traffic class to Bandwidth assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSConTrafficClassBandwidthTable(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.3.1.1
lldpXdot1dcbxRemETSConTrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class to
        which this bandwidth applies"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSConTrafficClassBandwidthTable(3) lldpXdot1dcbxRemETSConTrafficClassBandwidthEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.3.1.2
lldpXdot1dcbxRemETSConTrafficClassBandwidth OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassBandwidthValue
  SYNTAX	Unsigned32 (0..100) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the bandwidth assigned to this traffic class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSConTrafficClassBandwidthTable(3) lldpXdot1dcbxRemETSConTrafficClassBandwidthEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.4
lldpXdot1dcbxRemETSConTrafficSelectionAlgorithmTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The
        entry in each row indicates the traffic selction
        algorithm to be used by the traffic class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.4.1
lldpXdot1dcbxRemETSConTrafficSelectionAlgorithmEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpXdot1dcbxRemETSConTSATrafficClass }
  DESCRIPTION	"Indicates a traffic class to traffic selection
        algorithm assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSConTrafficSelectionAlgorithmTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.4.1.1
lldpXdot1dcbxRemETSConTSATrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class that is assigned to a traffic
        selection algorithm."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSConTrafficSelectionAlgorithmTable(4) lldpXdot1dcbxRemETSConTrafficSelectionAlgorithmEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.1.4.1.2
lldpXdot1dcbxRemETSConTrafficSelectionAlgorithm OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficSelectionAlgorithm
  SYNTAX	INTEGER {tsaStrictPriority(0), tsaCreditBasedShaper(1), tsaEnhancedTransmission(2), tsaVendorSpecific(255)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the Traffic Selection Algorithm to which this
        traffic class is to be assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSConfiguration(1) lldpXdot1dcbxRemETSConTrafficSelectionAlgorithmTable(4) lldpXdot1dcbxRemETSConTrafficSelectionAlgorithmEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.2
lldpXdot1dcbxRemETSReco OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.2.1
lldpXdot1dcbxRemETSRecoTrafficClassBandwidthTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The
        entry in each row indicates the traffic class to
        which the bandwidth is assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSReco(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.2.1.1
lldpXdot1dcbxRemETSRecoTrafficClassBandwidthEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpXdot1dcbxRemETSRecoTrafficClass }
  DESCRIPTION	"Indicates a traffic class to Bandwidth assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSReco(2) lldpXdot1dcbxRemETSRecoTrafficClassBandwidthTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.2.1.1.1
lldpXdot1dcbxRemETSRecoTrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class to
        which this bandwidth applies"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSReco(2) lldpXdot1dcbxRemETSRecoTrafficClassBandwidthTable(1) lldpXdot1dcbxRemETSRecoTrafficClassBandwidthEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.2.1.1.2
lldpXdot1dcbxRemETSRecoTrafficClassBandwidth OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassBandwidthValue
  SYNTAX	Unsigned32 (0..100) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the bandwidth assigned to this traffic class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSReco(2) lldpXdot1dcbxRemETSRecoTrafficClassBandwidthTable(1) lldpXdot1dcbxRemETSRecoTrafficClassBandwidthEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.2.2
lldpXdot1dcbxRemETSRecoTrafficSelectionAlgorithmTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The
        entry in each row indicates the traffic selction
        algorithm to be used by the priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSReco(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.2.2.1
lldpXdot1dcbxRemETSRecoTrafficSelectionAlgorithmEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpXdot1dcbxRemETSRecoTSATrafficClass }
  DESCRIPTION	"Indicates a priority to traffic selection algorithm
         assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSReco(2) lldpXdot1dcbxRemETSRecoTrafficSelectionAlgorithmTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.2.2.1.1
lldpXdot1dcbxRemETSRecoTSATrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class that is assigned to a traffic
        selection algorithm."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSReco(2) lldpXdot1dcbxRemETSRecoTrafficSelectionAlgorithmTable(2) lldpXdot1dcbxRemETSRecoTrafficSelectionAlgorithmEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.2.2.1.2
lldpXdot1dcbxRemETSRecoTrafficSelectionAlgorithm OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficSelectionAlgorithm
  SYNTAX	INTEGER {tsaStrictPriority(0), tsaCreditBasedShaper(1), tsaEnhancedTransmission(2), tsaVendorSpecific(255)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the Traffic Selection Algorithm to which this
        traffic class is to be assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemETSReco(2) lldpXdot1dcbxRemETSRecoTrafficSelectionAlgorithmTable(2) lldpXdot1dcbxRemETSRecoTrafficSelectionAlgorithmEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3
lldpXdot1dcbxRemPFC OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3.1
lldpXdot1dcbxRemPFCBasicTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port for the IEEE 802.1
        organizationally defined LLDP PFC TLV on the local
        system known to this agent"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemPFC(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3.1.1
lldpXdot1dcbxRemPFCBasicEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"Information about the IEEE 802.1 organizational defined
        PFC TLV LLDP extension."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemPFC(3) lldpXdot1dcbxRemPFCBasicTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3.1.1.1
lldpXdot1dcbxRemPFCWilling OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if the remote system is willing to accept the
        PFC configuration of the local system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemPFC(3) lldpXdot1dcbxRemPFCBasicTable(1) lldpXdot1dcbxRemPFCBasicEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3.1.1.2
lldpXdot1dcbxRemPFCMBC OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if the remote system is capable of bypassing
        MACsec processing when MACsec is disabled."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemPFC(3) lldpXdot1dcbxRemPFCBasicTable(1) lldpXdot1dcbxRemPFCBasicEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3.1.1.3
lldpXdot1dcbxRemPFCCap OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxSupportedCapacity
  SYNTAX	Unsigned32 (1..8) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of traffic classes on the remote device
        that may simultaneously have PFC enabled."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemPFC(3) lldpXdot1dcbxRemPFCBasicTable(1) lldpXdot1dcbxRemPFCBasicEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3.2
lldpXdot1dcbxRemPFCEnableTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains eight entries, one entry per priority,
        indicating if PFC is enabled on the corresponding priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemPFC(3) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3.2.1
lldpXdot1dcbxRemPFCEnableEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpXdot1dcbxRemPFCEnablePriority }
  DESCRIPTION	"Each entry indicates if PFC is enabled on the
        correponding priority"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemPFC(3) lldpXdot1dcbxRemPFCEnableTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3.2.1.1
lldpXdot1dcbxRemPFCEnablePriority OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Prioity for which PFC is enabled / disabled"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemPFC(3) lldpXdot1dcbxRemPFCEnableTable(2) lldpXdot1dcbxRemPFCEnableEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.3.2.1.2
lldpXdot1dcbxRemPFCEnableEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if PFC is enabled on the corresponding priority"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemPFC(3) lldpXdot1dcbxRemPFCEnableTable(2) lldpXdot1dcbxRemPFCEnableEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.4
lldpXdot1dcbxRemApplicationPriorityAppTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing entries indicating the priorty to be used
        for a given application"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.4.1
lldpXdot1dcbxRemApplicationPriorityAppEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex, lldpXdot1dcbxRemApplicationPriorityAESelector, lldpXdot1dcbxRemApplicationPriorityAEProtocol }
  DESCRIPTION	"Entry that indicates the priority to be used for a
        given application."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemApplicationPriorityAppTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.4.1.1
lldpXdot1dcbxRemApplicationPriorityAESelector OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxAppSelector
  SYNTAX	INTEGER {asEthertype(1), asTCPPortNumber(2), asUDPPortNumber(3), asTCPUDPPortNumber(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the contents of the protocol object
        (lldpXdot1dcbxRemApplicationPriorityAEProtocol)
        1: Ethertype
        2: Well Known Port number over TCP, or SCTP
        3: Well Known Port number over UDP, or DCCP
        4: Well Known Port number over TCP, SCTP, UDP, and DCCP"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemApplicationPriorityAppTable(4) lldpXdot1dcbxRemApplicationPriorityAppEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.4.1.2
lldpXdot1dcbxRemApplicationPriorityAEProtocol OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxAppProtocol
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol indicator of the type indicated by
        lldpXdot1dcbxRemApplicationPriorityAESelector."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemApplicationPriorityAppTable(4) lldpXdot1dcbxRemApplicationPriorityAppEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.3.4.1.3
lldpXdot1dcbxRemApplicationPriorityAEPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The priority code point that should be used in
        frames transporting the protocol indicated by
        lldpXdot1dcbxRemApplicationPriorityAESelector and
        lldpXdot1dcbxRemApplicationPriorityAEProtocol"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxRemoteData(3) lldpXdot1dcbxRemApplicationPriorityAppTable(4) lldpXdot1dcbxRemApplicationPriorityAppEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4
lldpXdot1dcbxAdminData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1
lldpXdot1dcbxAdminETSConfiguration OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.1
lldpXdot1dcbxAdminETSBasicConfigurationTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port for the IEEE 802.1
        organizationally defined LLDP ETS Configuration TLV
        on the local system known to this agent"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.1.1
lldpXdot1dcbxAdminETSBasicConfigurationEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Information about the IEEE 802.1 organizational defined
        ETS Configuration TLV LLDP extension."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSBasicConfigurationTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.1.1.1
lldpXdot1dcbxAdminETSConCreditBasedShaperSupport OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates support for the credit-based shaper Traffic
        Selection Algorithm."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSBasicConfigurationTable(1) lldpXdot1dcbxAdminETSBasicConfigurationEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.1.1.2
lldpXdot1dcbxAdminETSConTrafficClassesSupported OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxSupportedCapacity
  SYNTAX	Unsigned32 (1..8) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of traffic classes supported."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSBasicConfigurationTable(1) lldpXdot1dcbxAdminETSBasicConfigurationEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.1.1.3
lldpXdot1dcbxAdminETSConWilling OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates if the local system is willing to accept the
        ETS configuration recommended by the remote system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSBasicConfigurationTable(1) lldpXdot1dcbxAdminETSBasicConfigurationEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.2
lldpXdot1dcbxAdminETSConPriorityAssignmentTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per priority.  The entry in each
        row indicates the traffic class to which the priority is
        assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.2.1
lldpXdot1dcbxAdminETSConPriorityAssignmentEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxAdminETSConPriority }
  DESCRIPTION	"Indicates a priority to traffic class assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSConPriorityAssignmentTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.2.1.1
lldpXdot1dcbxAdminETSConPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the priority that is assigned to a traffic
        class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSConPriorityAssignmentTable(2) lldpXdot1dcbxAdminETSConPriorityAssignmentEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.2.1.2
lldpXdot1dcbxAdminETSConPriTrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the traffic class to which this priority is
        to be assigned."
  DEFVAL	{ 0 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSConPriorityAssignmentTable(2) lldpXdot1dcbxAdminETSConPriorityAssignmentEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.3
lldpXdot1dcbxAdminETSConTrafficClassBandwidthTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The
        entry in each row indicates the traffic class to
        which the bandwidth is assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.3.1
lldpXdot1dcbxAdminETSConTrafficClassBandwidthEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxAdminETSConTrafficClass }
  DESCRIPTION	"Indicates a traffic class to Bandwidth assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSConTrafficClassBandwidthTable(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.3.1.1
lldpXdot1dcbxAdminETSConTrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class to
        which this bandwidth applies"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSConTrafficClassBandwidthTable(3) lldpXdot1dcbxAdminETSConTrafficClassBandwidthEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.3.1.2
lldpXdot1dcbxAdminETSConTrafficClassBandwidth OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassBandwidthValue
  SYNTAX	Unsigned32 (0..100) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the bandwidth assigned to this traffic class.
        The sum of the bandwidths assigned to a given port is
        required at all times to eqaul 100.  An operation that
        attempts to change this table such that the bandwidth
        entires do not total 100 shall be rejected. An implication
        of this is that modification of this table requires that
        multiple set operations be included in a single SNMP PDU,
        commonly referred to as an MSET operation, to perform
        simultaneous set operations to keep the sum at 100.  Any
        attempt to change a single entry in this table will result
        in the operation being rejected since entries in the
        table referring to the given port will no longer
        sum to 100."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSConTrafficClassBandwidthTable(3) lldpXdot1dcbxAdminETSConTrafficClassBandwidthEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.4
lldpXdot1dcbxAdminETSConTrafficSelectionAlgorithmTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The entry
        in each row indicates the traffic selction algorithm to
        be used by the priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.4.1
lldpXdot1dcbxAdminETSConTrafficSelectionAlgorithmEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxAdminETSConTSATrafficClass }
  DESCRIPTION	"Indicates a traffic class to traffic selection
        algorithm assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSConTrafficSelectionAlgorithmTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.4.1.1
lldpXdot1dcbxAdminETSConTSATrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class that is assigned
        to a traffic selection algorithm."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSConTrafficSelectionAlgorithmTable(4) lldpXdot1dcbxAdminETSConTrafficSelectionAlgorithmEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.1.4.1.2
lldpXdot1dcbxAdminETSConTrafficSelectionAlgorithm OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficSelectionAlgorithm
  SYNTAX	INTEGER {tsaStrictPriority(0), tsaCreditBasedShaper(1), tsaEnhancedTransmission(2), tsaVendorSpecific(255)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the Traffic Selection Algorithm to which this
        traffic class is to be assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSConfiguration(1) lldpXdot1dcbxAdminETSConTrafficSelectionAlgorithmTable(4) lldpXdot1dcbxAdminETSConTrafficSelectionAlgorithmEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.2
lldpXdot1dcbxAdminETSReco OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.2.1
lldpXdot1dcbxAdminETSRecoTrafficClassBandwidthTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The
        entry in each row indicates the traffic class to
        which the bandwidth is assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSReco(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.2.1.1
lldpXdot1dcbxAdminETSRecoTrafficClassBandwidthEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxAdminETSRecoTrafficClass }
  DESCRIPTION	"Indicates a traffic class to Bandwidth assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSReco(2) lldpXdot1dcbxAdminETSRecoTrafficClassBandwidthTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.2.1.1.1
lldpXdot1dcbxAdminETSRecoTrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class to
        which this bandwidth applies"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSReco(2) lldpXdot1dcbxAdminETSRecoTrafficClassBandwidthTable(1) lldpXdot1dcbxAdminETSRecoTrafficClassBandwidthEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.2.1.1.2
lldpXdot1dcbxAdminETSRecoTrafficClassBandwidth OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassBandwidthValue
  SYNTAX	Unsigned32 (0..100) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the bandwidth assigned to this traffic class.
        The sum of the bandwidths assigned to a given port is
        required at all times to eqaul 100.  An operation that
        attempts to change this table such that the bandwidth
        entires do not total 100 shall be rejected. An implication
        of this is that modification of this table requires that
        multiple set operations be included in a single SNMP PDU,
        commonly referred to as an MSET operation, to perform
        simultaneous set operations to keep the sum at 100.  Any
        attempt to change a single entry in this table will result
        in the operation being rejected since entries in the
        table referring to the given port will no longer
        sum to 100."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSReco(2) lldpXdot1dcbxAdminETSRecoTrafficClassBandwidthTable(1) lldpXdot1dcbxAdminETSRecoTrafficClassBandwidthEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.2.2
lldpXdot1dcbxAdminETSRecoTrafficSelectionAlgorithmTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per traffic class.  The entry
        in each row indicates the traffic selction algorithm to
        be used by the traffic class."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSReco(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.2.2.1
lldpXdot1dcbxAdminETSRecoTrafficSelectionAlgorithmEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxAdminETSRecoTSATrafficClass }
  DESCRIPTION	"Indicates a traffic class to traffic selection
        algorithm assignment."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSReco(2) lldpXdot1dcbxAdminETSRecoTrafficSelectionAlgorithmTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.2.2.1.1
lldpXdot1dcbxAdminETSRecoTSATrafficClass OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficClassValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the traffic class that is assigned to a traffic
        selection algorithm."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSReco(2) lldpXdot1dcbxAdminETSRecoTrafficSelectionAlgorithmTable(2) lldpXdot1dcbxAdminETSRecoTrafficSelectionAlgorithmEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.2.2.1.2
lldpXdot1dcbxAdminETSRecoTrafficSelectionAlgorithm OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxTrafficSelectionAlgorithm
  SYNTAX	INTEGER {tsaStrictPriority(0), tsaCreditBasedShaper(1), tsaEnhancedTransmission(2), tsaVendorSpecific(255)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates the Traffic Selection Algorithm to which this
        traffic class is to be assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminETSReco(2) lldpXdot1dcbxAdminETSRecoTrafficSelectionAlgorithmTable(2) lldpXdot1dcbxAdminETSRecoTrafficSelectionAlgorithmEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3
lldpXdot1dcbxAdminPFC OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3.1
lldpXdot1dcbxAdminPFCBasicTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port for the IEEE 802.1
        organizationally defined LLDP PFC TLV on the local
        system known to this agent"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminPFC(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3.1.1
lldpXdot1dcbxAdminPFCBasicEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"Information about the IEEE 802.1 organizational defined
        PFC TLV LLDP extension."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminPFC(3) lldpXdot1dcbxAdminPFCBasicTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3.1.1.1
lldpXdot1dcbxAdminPFCWilling OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates if the local system is willing to accept the
        PFC configuration of the remote system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminPFC(3) lldpXdot1dcbxAdminPFCBasicTable(1) lldpXdot1dcbxAdminPFCBasicEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3.1.1.2
lldpXdot1dcbxAdminPFCMBC OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates if the local system is capable of bypassing
        MACsec processing when MACsec is disabled."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminPFC(3) lldpXdot1dcbxAdminPFCBasicTable(1) lldpXdot1dcbxAdminPFCBasicEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3.1.1.3
lldpXdot1dcbxAdminPFCCap OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxSupportedCapacity
  SYNTAX	Unsigned32 (1..8) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indicates the number of traffic classes on the local device
        that may simultaneously have PFC enabled.

        Note that this typically indicates a physical limitation of the
        device.  However, some devices may allow this parameter to be
        administratively configured, in which case the MAX-ACCESS
        should be changed to read-write with and an appropriate
        DEFVAL added."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminPFC(3) lldpXdot1dcbxAdminPFCBasicTable(1) lldpXdot1dcbxAdminPFCBasicEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3.2
lldpXdot1dcbxAdminPFCEnableTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains eight entries, one entry per priority,
        indicating if PFC is enabled on the corresponding priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminPFC(3) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3.2.1
lldpXdot1dcbxAdminPFCEnableEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxAdminPFCEnablePriority }
  DESCRIPTION	"Each entry indicates if PFC is enabled on the
        correponding priority"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminPFC(3) lldpXdot1dcbxAdminPFCEnableTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3.2.1.1
lldpXdot1dcbxAdminPFCEnablePriority OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Prioity for which PFC is enabled / disabled"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminPFC(3) lldpXdot1dcbxAdminPFCEnableTable(2) lldpXdot1dcbxAdminPFCEnableEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.3.2.1.2
lldpXdot1dcbxAdminPFCEnableEnabled OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indicates if PFC is enabled on the corresponding priority"
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminPFC(3) lldpXdot1dcbxAdminPFCEnableTable(2) lldpXdot1dcbxAdminPFCEnableEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.4
lldpXdot1dcbxAdminApplicationPriorityAppTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table containing entries indicating the priorty to be used
        for a given application"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) 4 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.4.1
lldpXdot1dcbxAdminApplicationPriorityAppEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex, lldpXdot1dcbxAdminApplicationPriorityAESelector, lldpXdot1dcbxAdminApplicationPriorityAEProtocol }
  DESCRIPTION	"Entry that indicates the priority to be used for a
        given application."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminApplicationPriorityAppTable(4) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.4.1.1
lldpXdot1dcbxAdminApplicationPriorityAESelector OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxAppSelector
  SYNTAX	INTEGER {asEthertype(1), asTCPPortNumber(2), asUDPPortNumber(3), asTCPUDPPortNumber(4)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Indicates the contents of the protocol object
        (lldpXdot1dcbxAdminApplicationPriorityAEProtocol)
        1: Ethertype
        2: Well Known Port number over TCP, or SCTP
        3: Well Known Port number over UDP, or DCCP
        4: Well Known Port number over TCP, SCTP, UDP, and DCCP"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminApplicationPriorityAppTable(4) lldpXdot1dcbxAdminApplicationPriorityAppEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.4.1.2
lldpXdot1dcbxAdminApplicationPriorityAEProtocol OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION LldpXdot1dcbxAppProtocol
  SYNTAX	Unsigned32 (0..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The protocol indicator of the type indicated by
        lldpXdot1dcbxAdminApplicationPriorityAESelector."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminApplicationPriorityAppTable(4) lldpXdot1dcbxAdminApplicationPriorityAppEntry(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.5.1.4.4.1.3
lldpXdot1dcbxAdminApplicationPriorityAEPriority OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The priority code point that should be used in
        frames transporting the protocol indicated by
        lldpXdot1dcbxAdminApplicationPriorityAESelector and
        lldpXdot1dcbxAdminApplicationPriorityAEProtocol"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxMIB(5) lldpXdot1dcbxObjects(1) lldpXdot1dcbxAdminData(4) lldpXdot1dcbxAdminApplicationPriorityAppTable(4) lldpXdot1dcbxAdminApplicationPriorityAppEntry(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.6
lldpXdot1dcbxConformance OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) 6 }

.1.3.111.2.802.1.1.13.1.5.32962.6.1
lldpXdot1dcbxCompliances OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxConformance(6) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.6.1.1
lldpXdot1dcbxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"A compliance statement for SNMP entities that implement
         the IEEE 802.1 organizationally defined DCBX LLDP
         extension MIB.

         This group is mandatory for agents which implement Enhanced
         Transmission Selection."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxConformance(6) lldpXdot1dcbxCompliances(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.6.2
lldpXdot1dcbxGroups OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxConformance(6) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.6.2.1
lldpXdot1dcbxETSGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"The collection of objects used for Enhanced
        Transmission Selection."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxConformance(6) lldpXdot1dcbxGroups(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.6.2.2
lldpXdot1dcbxPFCGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"The collection of objects used for Priority-
        base Flow Control."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxConformance(6) lldpXdot1dcbxGroups(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.6.2.3
lldpXdot1dcbxApplicationPriorityGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-V2-MIB
  DESCRIPTION	"The collection of objects used for Application
        priority."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1dcbxConformance(6) lldpXdot1dcbxGroups(2) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.7
lldpXdot1StandAloneExtensions OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) 7 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1
lldpXDot1EvbExtensions MODULE-IDENTITY
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  DESCRIPTION	"The LLDP Management Information Base extension module for
         IEEE 802.1 organizationally defined discovery information
         for the EVB extension objects.

         This MIB module is rooted under the lldpXdot1StandAloneExtensions
         OID arc, in order to allow it to be defined independently
         of other 802.1 LLDP extension MIBs.

         Unless otherwise indicated, the references in this
         MIB module are to IEEE Std 802.1Qbg-20XX.

         Copyright (C) IEEE (2011).  This version of this MIB module
         is published as D.4.6 of IEEE Std 802.1Qbg-20XX;
         see the standard itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1
lldpXdot1EvbMIB OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1
lldpXdot1EvbObjects OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.1
lldpXdot1EvbConfig OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.1.1
lldpXdot1EvbConfigEvbTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of EVB
         TLVs to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbConfig(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.1.1.1
lldpXdot1EvbConfigEvbEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2PortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
         transmission of IEEE 802.1 organizationally defined
         EVB TLV on LLDP transmission capable ports.

         This configuration object augments the lldpV2PortConfigEntry of
         the LLDP-MIB, therefore it is only present along with the port
         configuration defined by the associated lldpV2PortConfigEntry
         entry.

         Each active lldpConfigEntry is restored from non-volatile
         storage (along with the corresponding lldpV2PortConfigEntry)
         after a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbConfig(1) lldpXdot1EvbConfigEvbTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.1.1.1.1
lldpXdot1EvbConfigEvbTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXdot1EvbConfigEvbTxEnable, which is
         defined as a truth value and configured by the network
         management, determines whether the IEEE 802.1 organizationally
         defined EVB TLV transmission is allowed
         on a given LLDP transmission capable port.

         The value of this object is restored from non-volatile
         storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbConfig(1) lldpXdot1EvbConfigEvbTable(1) lldpXdot1EvbConfigEvbEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.1.2
lldpXdot1EvbConfigCdcpTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that controls selection of EVB
         TLVs to be transmitted on individual ports."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbConfig(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.1.2.1
lldpXdot1EvbConfigCdcpEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  AUGMENTS	{ lldpV2PortConfigEntry }
  DESCRIPTION	"LLDP configuration information that controls the
         transmission of IEEE 802.1 organizationally defined
         CDCP TLV on LLDP transmission capable ports.

         This configuration object augments the lldpV2PortConfigEntry of
         the LLDP-MIB, therefore it is only present along with the port
         configuration defined by the associated lldpV2PortConfigEntry
         entry.

         Each active lldpConfigEntry is restored from non-volatile
         storage (along with the corresponding lldpV2PortConfigEntry)
         after a re-initialization of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbConfig(1) lldpXdot1EvbConfigCdcpTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.1.2.1.1
lldpXdot1EvbConfigCdcpTxEnable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The lldpXdot1EvbConfigCdcpTxEnable, which is
         defined as a truth value and configured by the network
         management, determines whether the IEEE 802.1 organizationally
         defined CDCP TLV transmission is allowed
         on a given LLDP transmission capable port.

         The value of this object is restored from non-volatile
         storage after a re-initialization of the management system."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbConfig(1) lldpXdot1EvbConfigCdcpTable(2) lldpXdot1EvbConfigCdcpEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.2
lldpXdot1EvbLocalData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.2.1
lldpV2Xdot1LocEvbTlvTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of EVB
         TLV information (as a part of the LLDP
         802.1 organizational extension) on the local system
         known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbLocalData(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.2.1.1
lldpV2Xdot1LocEvbTlvEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"EVB TLV information about a
         particular port component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbLocalData(2) lldpV2Xdot1LocEvbTlvTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.2.1.1.1
lldpV2Xdot1LocEvbTlvString OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  SYNTAX	OCTET STRING (0..514) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the EVB TLV information string
         for the Port, as defined in D.2.13.
         As the elements within the string are not individually
         manipulated via SNMP (they are of concern only to the
         state machines), the sub-structure of the string
         is not visible as separate objects within the
         local database."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbLocalData(2) lldpV2Xdot1LocEvbTlvTable(1) lldpV2Xdot1LocEvbTlvEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.2.2
lldpV2Xdot1LocCdcpTlvTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of CDCP
         TLV information (as a part of the LLDP
         802.1 organizational extension) on the local system
         known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbLocalData(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.2.2.1
lldpV2Xdot1LocCdcpTlvEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2LocPortIfIndex }
  DESCRIPTION	"CDCP TLV information about a
         particular port component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbLocalData(2) lldpV2Xdot1LocCdcpTlvTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.2.2.1.1
lldpV2Xdot1LocCdcpTlvString OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  SYNTAX	OCTET STRING (0..514) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the CDCP TLV information string
         for the Port, as defined in D.2.14.
         As the elements within the string are not individually
         manipulated via SNMP (they are of concern only to the
         state machines), the sub-structure of the string
         is not visible as separate objects within the
         local database."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbLocalData(2) lldpV2Xdot1LocCdcpTlvTable(2) lldpV2Xdot1LocCdcpTlvEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.3
lldpXdot1EvbRemoteData OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) 3 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.3.1
lldpV2Xdot1RemEvbTlvTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of EVB
         TLV information (as a part of the LLDP
         802.1 organizational extension) on the remote system
         known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbRemoteData(3) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.3.1.1
lldpV2Xdot1RemEvbTlvEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"EVB TLV information about a
         particular port component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbRemoteData(3) lldpV2Xdot1RemEvbTlvTable(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.3.1.1.1
lldpV2Xdot1RemEvbTlvString OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  SYNTAX	OCTET STRING (0..514) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the EVB TLV information string
         for the Port, as defined in D.2.13.
         As the elements within the string are not individually
         manipulated via SNMP (they are of concern only to the
         state machines), the sub-structure of the string
         is not visible as separate objects within the
         local database."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbRemoteData(3) lldpV2Xdot1RemEvbTlvTable(1) lldpV2Xdot1RemEvbTlvEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.3.2
lldpV2Xdot1RemCdcpTlvTable OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table contains one row per port of CDCP
         TLV information (as a part of the LLDP
         802.1 organizational extension) on the remote system
         known to this agent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbRemoteData(3) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.3.2.1
lldpV2Xdot1RemCdcpTlvEntry OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ lldpV2RemTimeMark, lldpV2RemLocalIfIndex, lldpV2RemLocalDestMACAddress, lldpV2RemIndex }
  DESCRIPTION	"CDCP TLV information about a
         particular port component."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbRemoteData(3) lldpV2Xdot1RemCdcpTlvTable(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.1.1.3.2.1.1
lldpV2Xdot1RemCdcpTlvString OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  SYNTAX	OCTET STRING (0..514) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object contains the CDCP TLV information string
         for the Port, as defined in D.2.14.
         As the elements within the string are not individually
         manipulated via SNMP (they are of concern only to the
         state machines), the sub-structure of the string
         is not visible as separate objects within the
         local database."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbMIB(1) lldpXdot1EvbObjects(1) lldpXdot1EvbRemoteData(3) lldpV2Xdot1RemCdcpTlvTable(2) lldpV2Xdot1RemCdcpTlvEntry(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.2
lldpXdot1EvbConformance OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.2.1
lldpXdot1EvbCompliances OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbConformance(2) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.2.1.1
lldpXdot1EvbCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  DESCRIPTION	"A compliance statement for SNMP entities that implement
         the IEEE 802.1 organizationally defined Congestion
         Notification LLDP extension MIB.

         This group is mandatory for agents that implement the
         EVB evbSet TLV set."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbConformance(2) lldpXdot1EvbCompliances(1) 1 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.2.2
lldpXdot1EvbGroups OBJECT-TYPE
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbConformance(2) 2 }

.1.3.111.2.802.1.1.13.1.5.32962.7.1.2.2.1
lldpXdot1EvbGroup OBJECT-GROUP
  -- FROM	LLDP-EXT-DOT1-EVB-EXTENSIONS-MIB
  DESCRIPTION	"The collection of objects that support the
        EVB evbSet TLV set."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Objects(1) lldpV2Extensions(5) lldpV2Xdot1MIB(32962) lldpXdot1StandAloneExtensions(7) lldpXDot1EvbExtensions(1) lldpXdot1EvbConformance(2) lldpXdot1EvbGroups(2) 1 }

.1.3.111.2.802.1.1.13.2
lldpV2Conformance OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) 2 }

.1.3.111.2.802.1.1.13.2.1
lldpV2Compliances OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) 1 }

.1.3.111.2.802.1.1.13.2.1.1
lldpV2TxRxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"A compliance statement for all SNMP entities that
            implement the LLDP MIB as either a transmitter or
            a receiver of LLDPDUs.

            This version defines compliance requirements for
            V2 of the LLDP MIB module."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Compliances(1) 1 }

.1.3.111.2.802.1.1.13.2.1.2
lldpV2TxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"A compliance statement for SNMP entities that implement
            the LLDP MIB and have the capability of transmitting
            LLDP frames.

            This version defines compliance requirements for
            V2 of the LLDP MIB module."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Compliances(1) 2 }

.1.3.111.2.802.1.1.13.2.1.3
lldpV2RxCompliance MODULE-COMPLIANCE
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"The compliance statement for SNMP entities that implement
            the LLDP MIB.

            This version defines compliance requirements for
            V2 of the LLDP MIB module."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Compliances(1) 3 }

.1.3.111.2.802.1.1.13.2.2
lldpV2Groups OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) 2 }

.1.3.111.2.802.1.1.13.2.2.1
lldpV2ConfigGroup OBJECT-GROUP
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            LLDP implementation behavior."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Groups(2) 1 }

.1.3.111.2.802.1.1.13.2.2.2
lldpV2ConfigRxGroup OBJECT-GROUP
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            LLDP implementation behavior."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Groups(2) 2 }

.1.3.111.2.802.1.1.13.2.2.3
lldpV2ConfigTxGroup OBJECT-GROUP
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"The collection of objects which are used to configure the
            LLDP implementation behavior."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Groups(2) 3 }

.1.3.111.2.802.1.1.13.2.2.4
lldpV2StatsRxGroup OBJECT-GROUP
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            reception statistics."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Groups(2) 4 }

.1.3.111.2.802.1.1.13.2.2.5
lldpV2StatsTxGroup OBJECT-GROUP
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            transmission statistics."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Groups(2) 5 }

.1.3.111.2.802.1.1.13.2.2.6
lldpV2LocSysGroup OBJECT-GROUP
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"The collection of objects which are used to represent LLDP
            Local System Information."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Groups(2) 6 }

.1.3.111.2.802.1.1.13.2.2.7
lldpV2RemSysGroup OBJECT-GROUP
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"The collection of objects which are used to represent
            LLDP Remote Systems Information. The objects represent the
            information associated with the basic TLV set. Please note
            that even the agent doesn't implement some of the optional
            TLVs, it shall recognize all the optional TLV information
            that the remote system may advertise."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Groups(2) 7 }

.1.3.111.2.802.1.1.13.2.2.8
lldpV2NotificationsGroup OBJECT-TYPE
  -- FROM	LLDP-V2-MIB
  DESCRIPTION	"The collection of notifications used to indicate LLDP MIB
            data consistency and general status information."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) lldpV2MIB(13) lldpV2Conformance(2) lldpV2Groups(2) 8 }

.1.3.111.2.802.1.1.15
ieee8021XPaeMIB MODULE-IDENTITY
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"The MIB module for managing the Port Access Entity (PAE)
        functions of IEEE 802.1X (Revision of 802.1X-2004).
        The PAE functions managed are summarized in Figure 12-3 of
        IEEE 802.1X and include EAPOL PACP support for authentication
        (EAP Supplicant and/or Authenticator), MACsec Key Agreement
        (MKA), EAPOL, and transmission and reception of network
        announcements.

        The following acronyms and definitions are used in this MIB.

        AN : Association Number, a number that is concatenated with a
            MACsec Secure Channel Identifier to identify a Secure
            Association (SA).

        Announcer : EAPOL-Announcement transmission functionality.

        Authenticator : An entity that facilitates authentication of
            other entities attached to the same LAN.

        CA : secure Connectivity Association: A security relationship,
            established and maintained by key agreement protocols, that
            comprises a fully connected subset of the service access
            points in stations attached to a single LAN that are to be
            supported by MACsec.

        CAK : secure Connectivity Association Key, a secret key
            possessed by members of a given CA.

        CKN : secure Connectivity Association Key Name (CKN), a text
            that identifies a CAK.

        Common Port : An instance of the MAC Internal Sublayer Service
            used by the SecY or PAC to provide transmission and
            reception of frames for both the Controlled and
            Uncontrolled Ports.

        Controlled Port : The access point used to provide the secure
            MAC Service to a client of a PAC or SecY.

        CP state machine : Controlled Port state machine is capable of
            controlling a SecY or a PAC.  The CP supports
            interoperability with unauthenticated systems that are not
            port-based network access control capable, or that lack
            MKA.  When the access controlled port is supported by a
            SecY, the CP is capable of controlling the SecY so as to
            provide unsecured connectivity to systems that implement a
            PAC.

        EAP : Extensible Authentication Protocol, RFC3748.

        EAPOL : EAP over LANs.

        KaY : Key Agreement Entity, a PAE entity responsible for MKA.

        Key Server : Elected by MKA, to transport a succession of SAKs,
            for use by MACsec, to the other member(s) of a CA.

        KMD : Key Management Domain, a string identifying systems that
             share cached CAKs.

        Listener : The role is to receive the network announcement
            parameters in the authentication process.

        Logon Process : The Logon Process is responsible for the
            managing the use of authentication credentials, for
            initiating use of the PAE's Supplicant and or Authenticator
            functionality, for deriving CAK, CKN tuples from PAE
            results, for maintaining PSKs (Pre-Sharing Keys), and for
            managing MKA instances.  In the absence of successful
            authentication, key agreement, or support for MAC Security,
            the Logon Process determines whether the CP state machine
            should provide unauthenticated connectivity or
            authenticated but unsecured connectivity.

        MKA : MACsec Key Agreement protocol allows PAEs, each
            associated with a port that is an authenticated member of a
            secure connectivity association (CA) or a potential CA, to
            discover other PAEs attached to the same LAN, to confirm
            mutual possession of a CAK and hence to prove a past mutual
            authentication, to agree the secret keys (SAKs) used by
            MACsec for symmetric shared key cryptography, and to ensure
            that the data protected by MACsec has not been delayed.

        MKPDU : MACsec Key Agreement Protocol Data Unit.

        MPDU : MAC Protocol Data Unit.

        NID : Network Identity, a UTF-8"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 15 }

.1.3.111.2.802.1.1.15.0
ieee8021XPaeMIBNotifications OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) 0 }

.1.3.111.2.802.1.1.15.1
ieee8021XPaeMIBObjects OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) 1 }

.1.3.111.2.802.1.1.15.1.1
ieee8021XPaeSystem OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) 1 }

.1.3.111.2.802.1.1.15.1.1.1
ieee8021XPaeSysAccessControl OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object enables or disables port-based network access
        control for all the system's ports.  Setting this control
        object to 'false' causes the following actions :
            . Deletes any virtual ports previously instantiated.
            . Terminates authentication exchanges and MKA instances'
              operation.
            . Each real port PAE behaves as if no virtual ports
              created.
            . All the PAEs' Supplicant, Authenticator, and KaY are
              disabled.
            . Logon Process(es) behave as if the object
              ieee8021XNidUnauthAllowed was 'immediate'.
            . Announcements can be transmitted, both periodically and
              in response to announcement requests (conveyed by
              EAPOL-Starts or EAPOL-Announcement-Reqs) but are sent
              with a single NULL NID.
            . Objects announcementAccessStatus and announceAccessStatus
              have the 'noAccess' value, announcementAccessRequested is
              'false', object announcementUnauthAccess has the
              'openAccess' value.

        The control variable settings for each real port PAE in the
        ieee8021XPaePortTable are unaffected, and will be used once the
        object is set to 'true'.

        This configured value for this object shall be stored in
        persistent memory and remain unchanged across a
        re-initialization of the management system of the entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) 1 }

.1.3.111.2.802.1.1.15.1.1.2
ieee8021XPaeSysAnnouncements OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Setting this control object to 'false' causes each PAE in this
        system to behave as if the PAE's Announcement functionality is
        disabled.  The independent controls for each PAE apply if
        this object is 'true'.

        This configured value for this object shall be stored in
        persistent memory and remain unchanged across a
        re-initialization of the management system of the entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) 2 }

.1.3.111.2.802.1.1.15.1.1.3
ieee8021XPaeSysEapolVersion OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The EAPOL protocol version for this system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) 3 }

.1.3.111.2.802.1.1.15.1.1.4
ieee8021XPaeSysMkaVersion OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MKA protocol version for this system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) 4 }

.1.3.111.2.802.1.1.15.1.1.5
ieee8021XPaePortTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of system level information for each port supported by
        the Port Access Entity.  An entry appears in this table for
        each port of this system.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged
        across a re-initialization of the management system of the
        entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) 5 }

.1.3.111.2.802.1.1.15.1.1.5.1
ieee8021XPaePortEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber }
  DESCRIPTION	"The Port number, protocol version, and
        initialization control for a Port.

         If the PAE has been dynamically instantiated to support an
         existing or potential virtual port, the Uncontrolled Port
         interface and Controlled Port interface are allocated by the
         real port's PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) 1 }

.1.3.111.2.802.1.1.15.1.1.5.1.1
ieee8021XPaePortNumber OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An interface index indicates the port number associated with
        this port.  Each PAE is uniquely identified by a port number.
        The port number used is unique amongst all port numbers for
        the system, and directly or indirectly identifies the
        Uncontrolled Port that supports the PAE.

        If the PAE indicates a real port, ieee8021XPaePortType object
        in the same row is 'realPort', the port number shall be the
        same as the ieee8021XPaeCommonPortNumber object in the same row
        for the associated PAC or SecY.

        If the PAE indicates a virtual port, ieee8021XPaePortType
        object in the same row is 'virtualPort', this port number
        should be the same as the uncontrolledPortNumber object in the
        same row for the associated PAC or SecY."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.1.5.1.2
ieee8021XPaePortType OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {realPort(1), virtualPort(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port type of the PAE.

        realPort(1) : indicates the PAE is for a real port.

        virtualPort(2) : indicates the PAE is for a virtual port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.1.5.1.3
ieee8021XPaeControlledPortNumber OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An interface index indicates the port number associated with
        PAC or SecY's Controlled Port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.1.5.1.4
ieee8021XPaeUncontrolledPortNumber OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An interface index indicates the port number associated with
        PAC or SecY's Uncontrolled Port.  If the PAE supports a
        real port, this port number can be the same as the
        ieee8021XPaeCommonPortNumber object in the same row, otherwise
        it shall not be the same."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.1.5.1.5
ieee8021XPaeCommonPortNumber OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An interface index indicates the port number associated with
        PAC or SecY's 'Common Port'.  All the virtual ports created
        for a given real port share the same 'Common Port' and
        ieee8021XPaeCommonPortNumber in the same row."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 5 }

.1.3.111.2.802.1.1.15.1.1.5.1.6
ieee8021XPaePortInitialize OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The initialization control for this Port. Setting this object
        'true' causes the Port to be reinitialized, terminating (and
        potentially restarting) authentication exchanges and MKA
        operation.

        If the port is a real port, any virtual ports previously
        instantiated are deleted.  Virtual ports can be reinstantiated
        through normal protocol operation.

        The object value reverts to 'false' once initialization
        has completed."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 6 }

.1.3.111.2.802.1.1.15.1.1.5.1.7
ieee8021XPaePortCapabilities OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	BITS {suppImplemented(0), authImplemented(1), mkaImplemented(2), macsecImplemented(3), announcementsImplemented(4), listenerImplemented(5), virtualPortsImplemented(6)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The capabilities of this PAE port.

        'suppImplemented' : A PACP EAP supplicant functions are
            implemented in this PAE if this bit is on.

        'authImplemented' : A PACP EAP authenticator functions are
            implemented in this PAE if this bit is on.

        'mkaImplemented' : The KaY MKA functions are implemented
            in this PAE if this bit is on.

        'macsecImplemented' : The MACsec functions in the
            Controlled Port are implemented in this PAE if this
            bit is on.

        'announcementsImplemented' : The EAPOL announcement can be
            sent in this PAE if this bit is on.

        'listenerImplemented' : This PAE can receive EAPOL announcement
            if this bit is on.

        'virtualPortsImplemented' : Virtual Port functions are
            implemented in this PAE if this bit is on."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 7 }

.1.3.111.2.802.1.1.15.1.1.5.1.8
ieee8021XPaePortVirtualPortsEnable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable to Virtual Ports function for this Real Port
        PAE, the object ieee8021XPaePortType in the same row has the
        value 'realPort'.  If this PAE is not a Real Port, this object
        should be read only and returns 'false'.

        This object will be read only and returns 'false' if the value
        of the object ieee8021XPaePortCapabilities in the same row has
        the bit 'virtualPortsImplemented' off."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 8 }

.1.3.111.2.802.1.1.15.1.1.5.1.9
ieee8021XPaePortMaxVirtualPorts OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The maximum number of virtual ports can be supported in this
        port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 9 }

.1.3.111.2.802.1.1.15.1.1.5.1.10
ieee8021XPaePortCurrentVirtualPorts OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Gauge32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current number of virtual ports is running in this port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 10 }

.1.3.111.2.802.1.1.15.1.1.5.1.11
ieee8021XPaePortVirtualPortStart OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be 'true' if the virtual port is created by
        receipt of an EAPOL-Start packet."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 11 }

.1.3.111.2.802.1.1.15.1.1.5.1.12
ieee8021XPaePortVirtualPortPeerMAC OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source MAC address of the received EAPOL-Start if
        ieee8021XPaePortVirtualPortStart is set 'true'.

        If ieee8021XPaePortVirtualPortStart is not 'true' in the same
        row, the value of this object should be 00-00-00-00-00-00."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 12 }

.1.3.111.2.802.1.1.15.1.1.5.1.13
ieee8021XPaePortLogonEnable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable to transmit network announcement
        information."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 13 }

.1.3.111.2.802.1.1.15.1.1.5.1.14
ieee8021XPaePortAuthenticatorEnable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Enable or disable to the Authenticator function in this PAE.

        This object will be read only and returns 'false' if the value
        of the object ieee8021XPaePortCapabilities in the same row has
        the bit 'authImplemented' Off."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 14 }

.1.3.111.2.802.1.1.15.1.1.5.1.15
ieee8021XPaePortSupplicantEnable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Enable or disable to the Supplicant function in this PAE.

        This object will be read only and returns 'false' if the value
        of the object ieee8021XPaePortCapabilities in the same row has
        the bit 'suppImplemented' off."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 15 }

.1.3.111.2.802.1.1.15.1.1.5.1.16
ieee8021XPaePortKayMkaEnable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable the MKA protocol function in this PAE.

        This object will be read only and returns 'false' if the value
        of the object ieee8021XPaePortCapabilities in the same row has
        the bit 'mkaImplemented' off."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 16 }

.1.3.111.2.802.1.1.15.1.1.5.1.17
ieee8021XPaePortAnnouncerEnable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable the network Announcer function in this PAE.

        This object will be read only and returns 'false' if the value
        of the object ieee8021XPaePortCapabilities in the same row has
        the bit 'announcementsImplemented' off."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 17 }

.1.3.111.2.802.1.1.15.1.1.5.1.18
ieee8021XPaePortListenerEnable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Enable or disable the network Listener function in this PAE.

        This object will be read only and returns 'false' if the value
        of the object ieee8021XPaePortCapabilities in the same row has
        the bit 'listenerImplemented' off."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPaePortTable(5) ieee8021XPaePortEntry(1) 18 }

.1.3.111.2.802.1.1.15.1.1.6
ieee8021XPacPortTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of system level information for each interface
        supported by PAC.

        This table will be instantiated if the value of the object
        ieee8021XPaePortCapabilities in the corresponding entry of the
        ieee8021XPaePortTable has the bit 'macsecImplemented' off.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged
        across a re-initialization of the management system of the
        entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) 6 }

.1.3.111.2.802.1.1.15.1.1.6.1
ieee8021XPacPortEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPacPortControlledPortNumber }
  DESCRIPTION	"An entry containing PAC management information applicable to
        a particular interface."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPacPortTable(6) 1 }

.1.3.111.2.802.1.1.15.1.1.6.1.1
ieee8021XPacPortControlledPortNumber OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index to identify the 'Controlled Port' interface for a PAC."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPacPortTable(6) ieee8021XPacPortEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.1.6.1.2
ieee8021XPacPortAdminPt2PtMAC OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {forceTrue(1), forceFalse(2), auto(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An object to control the service connectivity to at most one
        other system.  The ieee8021XPacPortOperPt2PtMAC indicates
        operational status of the service connectivity for this PAC.

        'forceTrue' : allows only one service connection to the
                       other system.

        'forceFalse' : no restriction on the number of service
                        connections to the other systems.

        'auto' : means the service connectivity is determined by the
                  service providing entity."
  DEFVAL	{ auto }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPacPortTable(6) ieee8021XPacPortEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.1.6.1.3
ieee8021XPacPortOperPt2PtMAC OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"An object to reflect the current service connectivity status.

        'true' : means the service connectivity of this PAC
             Controlled Port provides at most one other system.

        'false' : means the service connectivity of this PAC could
             provide more than one other system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSystem(1) ieee8021XPacPortTable(6) ieee8021XPacPortEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.2
ieee8021XPaeLogon OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) 2 }

.1.3.111.2.802.1.1.15.1.2.1
ieee8021XPaePortLogonTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of system level information for each port to support
        the Logon Process(es) status information.

        This table will be instantiated if the object
        ieee8021XPaePortLogonEnable in the corresponding entry of the
        ieee8021XPaePortTable is 'true'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) 1 }

.1.3.111.2.802.1.1.15.1.2.1.1
ieee8021XPaePortLogonEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber }
  DESCRIPTION	"An entry contains Logon Process status information for the
        PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortLogonTable(1) 1 }

.1.3.111.2.802.1.1.15.1.2.1.1.1
ieee8021XPaePortLogonConnectStatus OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {pending(1), unauthenticated(2), authenticated(3), secure(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Logon Process sets this variable to one of the following
        values, to indicate to the CP state machine if, and how,
        connectivity is to be provided through the Controlled Port :

        'pending' : Prevent connectivity by disabling the
            Controlled Port of this PAE.

        'unauthenticated' : Provide unsecured connectivity, enabling
            the Controlled Port of this PAE.

        'authenticated' : Provide unsecured connectivity but with
            authentication, enabling Controlled Port of this PAE.

        'secure' : Provide secure connectivity, using SAKs provided by
            the KaY (when available) and enabling Controlled Port when
            those keys are installed and in use."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortLogonTable(1) ieee8021XPaePortLogonEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.2.1.1.2
ieee8021XPaePortPortValid OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be set 'true' if Controlled Port communication
        is secured as specified by the MACsec."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortLogonTable(1) ieee8021XPaePortLogonEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.2.2
ieee8021XPaePortSessionTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of system level information for each port to support
        Logon Process(es) session information.  This table maintains
        session statistics for its associated Controlled Port,
        suitable for communication to a RADIUS or other AAA server at
        the end of a session for accounting purpose.

        This table will be instantiated if the object
        ieee8021XPaePortLogonEnable in the corresponding entry of the
        ieee8021XPaePortTable is 'true'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) 2 }

.1.3.111.2.802.1.1.15.1.2.2.1
ieee8021XPaePortSessionEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaeSessionControlledPortNumber }
  DESCRIPTION	"An entry contains Logon Process session information for the
        PAE.  A session, an entry, begins when the operation of
        Controlled Port becomes 'true' and ends when it becomes
        'false'.

        The counts of frames and octets can be derived from those
        maintained to support from Interface MIB counters for the
        SecY's or the PAC's Controlled Port, but differs in that the
        counts are zeroed when the session begins."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) 1 }

.1.3.111.2.802.1.1.15.1.2.2.1.1
ieee8021XPaeSessionControlledPortNumber OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The index to identify the 'Controlled Port' interface's session
        information for a PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.2.2.1.2
ieee8021XPaePortSessionOctetsRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets received in this session of this PAE.

        Discontinuities in the value of this counter can occur at
        re-initialization of the management system, and at
        other times as indicated by the value of
        ieee8021XPaePortSessionStartTime."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.2.2.1.3
ieee8021XPaePortSessionOctetsTx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of octets transmitted in this session of this PAE.

        Discontinuities in the value of this counter can occur at
        re-initialization of the management system, and at
        other times as indicated by the value of
        ieee8021XPaePortSessionStartTime."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.2.2.1.4
ieee8021XPaePortSessionPktsRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets received in this session of this PAE.

        Discontinuities in the value of this counter can occur at
        re-initialization of the management system, and at
        other times as indicated by the value of
        ieee8021XPaePortSessionStartTime."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.2.2.1.5
ieee8021XPaePortSessionPktsTx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of packets transmitted in this session of this PAE.

        Discontinuities in the value of this counter can occur at
        re-initialization of the management system, and at
        other times as indicated by the value of
        ieee8021XPaePortSessionStartTime."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 5 }

.1.3.111.2.802.1.1.15.1.2.2.1.6
ieee8021XPaePortSessionId OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (3..253) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The session identifier for this session of the PAE.  A UTF-8
        string, uniquely identifying the session within the context of
        the PAE's system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 6 }

.1.3.111.2.802.1.1.15.1.2.2.1.7
ieee8021XPaePortSessionStartTime OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TimeStamp
  SYNTAX	TimeTicks
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The starting time of this session."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 7 }

.1.3.111.2.802.1.1.15.1.2.2.1.8
ieee8021XPaePortSessionIntervalTime OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The duration time of the session has been last."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 8 }

.1.3.111.2.802.1.1.15.1.2.2.1.9
ieee8021XPaePortSessionTerminate OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {macOperFailed(1), sysAccessDisableOrPortInit(2), receiveEapolLogOff(3), eapReauthFailure(4), mkaFailure(5), newSessionBegin(6), notTerminateYet(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The reason for the session termination, one of the following :

        'macOperFailed' : 'Common Port' for this PAE is not
            operational.

        'sysAccessDisableOrPortInit' : The ieee8021XPaeSysAccessControl
            object is set to 'false' or initialization process of this
            PAE is invoked.

        'receiveEapolLogOff' : The PAE has received EAPOL-Logoff
            frame.

        'eapReauthFailure' : EAP reauthentication has failed.

        'mkaFailure' : MKA failure or other MKA termination.

        'newSessionBegin' : New session beginning.

        'notTerminateYet' : Not Terminated Yet."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 9 }

.1.3.111.2.802.1.1.15.1.2.2.1.10
ieee8021XPaePortSessionUserName OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..253) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The session user name for this session in the PAE.  A UTF-8
        string, representing the identity of the peer Supplicant.

        If no such information, zero length string will return."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XPaePortSessionTable(2) ieee8021XPaePortSessionEntry(1) 10 }

.1.3.111.2.802.1.1.15.1.2.3
ieee8021XLogonNIDTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Logon Process may use Network Identities (NIDs) to manage
        its use of authentication credentials, cached CAKs, and
        announcements.  This table provides the NID information for
        Logon Process.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged
        across a re-initialization of the management system of the
        entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) 3 }

.1.3.111.2.802.1.1.15.1.2.3.1
ieee8021XLogonNIDEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber }
  DESCRIPTION	"An entry provides the NID information for a Logon Process."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XLogonNIDTable(3) 1 }

.1.3.111.2.802.1.1.15.1.2.3.1.1
ieee8021XLogonNIDConnectedNID OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNID
  SYNTAX	OCTET STRING (1..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The NID associated with the current connectivity (possibly
        unauthenticated) provided by the operation of the CP state
        machine.

        This object can differ from both the ieee8021XLogonNIDSelectedNID and
        the ieee8021XLogonNIDRequestedNID objects in the same row if
        authenticated connectivity (either secure or unsecured) has
        already been established, and EAP authentication and MKA
        operation for both of the latter have not met the necessary
        conditions (as specified by the control variables unauthAllowed
        and unsecureAllowed)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XLogonNIDTable(3) ieee8021XLogonNIDEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.2.3.1.2
ieee8021XLogonNIDRequestedNID OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNIDOrNull
  SYNTAX	OCTET STRING (0..100) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The NID marked as access requested in announcements, as
        determined from EAPOL-Start frames.  The default of this object
        is as the configured value of object ieee8021XLogonNIDSelectedNID.

        This object information provides context for the PAE's EAP
        Authenticator.  If no EAPOL-Start frame has been received since
        the PAE's 'Common Port' became operational, or the last
        EAPOL-Start frame received for the port did not contain a
        requested NID, the object will take on the value of the object
        ieee8021XLogonNIDSelectedNID in the same row."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XLogonNIDTable(3) ieee8021XLogonNIDEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.2.3.1.3
ieee8021XLogonNIDSelectedNID OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNIDOrNull
  SYNTAX	OCTET STRING (0..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The NID currently configured for use by an access 'Controlled
        Port' when transmitting EAPOL-Start frames.  The default of
        this object is empty string.

        This object may be either explicitly configured by management
        or determined by the PAE using NID selection algorithms.  If no
        authentication is in progress, and the current connectivity is
        terminated and then starts again, ieee8021XLogonNIDConnectedNID will
        take on the value of ieee8021XLogonNIDRequestedNID (though a PAE
        NID's election algorithm, if used, can subsequently select
        another NID)."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeLogon(2) ieee8021XLogonNIDTable(3) ieee8021XLogonNIDEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.3
ieee8021XPaeAuthenticator OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) 3 }

.1.3.111.2.802.1.1.15.1.3.1
ieee8021XAuthenticatorTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the configuration objects for the
        Authenticator PAE associated with each port.  This table will
        be instantiated if the object ieee8021XPaePortAuthenticatorEnable in
        the corresponding entry of the ieee8021XPaePortTable is 'true'.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged
        across a re-initialization of the management system of the
        entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) 1 }

.1.3.111.2.802.1.1.15.1.3.1.1
ieee8021XAuthenticatorEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber }
  DESCRIPTION	"An entry that contains the Authenticator configuration objects
        for the PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) ieee8021XAuthenticatorTable(1) 1 }

.1.3.111.2.802.1.1.15.1.3.1.1.1
ieee8021XAuthPaeAuthenticate OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be set 'true' by the PAE authenticator to
        request authentication, and if this object is 'true',
        reauthentication is allowed.

        This object will be 'false' while the PAE authenticator revokes
        authentication."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) ieee8021XAuthenticatorTable(1) ieee8021XAuthenticatorEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.3.1.1.2
ieee8021XAuthPaeAuthenticated OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be set 'true' by PACP if the PAE authenticator
        currently authenticated, and 'false' if the authentication
        fails or is revoked."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) ieee8021XAuthenticatorTable(1) ieee8021XAuthenticatorEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.3.1.1.3
ieee8021XAuthPaeFailed OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be set 'true' by PACP if the authentication
        has failed or has been terminated.  The cause could be a
        failure returned by EAP, either immediately or following a
        reauthentication, an excessive number of attempts to
        authenticate (either immediately or upon reauthentication), or
        the authenticator deasserting authenticate, the object
        authPaeAuthenticate in the same row is 'false'.  The PACP
        will set the object authPaeAuthenticated false as well as
        setting the object 'true'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) ieee8021XAuthenticatorTable(1) ieee8021XAuthenticatorEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.3.1.1.4
ieee8021XAuthPaeReAuthEnabled OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is set 'true' if PACP should initiate
        reauthentication periodically, 'false' otherwise .  Reading
        this object always returns 'false'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) ieee8021XAuthenticatorTable(1) ieee8021XAuthenticatorEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.3.1.1.5
ieee8021XAuthPaeQuietPeriod OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates a waiting period after a failed
        authentication attempt, before another attempt is permitted."
  DEFVAL	{ 60 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) ieee8021XAuthenticatorTable(1) ieee8021XAuthenticatorEntry(1) 5 }

.1.3.111.2.802.1.1.15.1.3.1.1.6
ieee8021XAuthPaeReauthPeriod OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the time period of the reauthentication
        to the supplicant."
  DEFVAL	{ 3600 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) ieee8021XAuthenticatorTable(1) ieee8021XAuthenticatorEntry(1) 6 }

.1.3.111.2.802.1.1.15.1.3.1.1.7
ieee8021XAuthPaeRetryMax OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of authentication attempts before failure is
        reported to the Logon Process, and the authPaeQuietPeriod
        timer imposed before further attempts are permitted."
  DEFVAL	{ 2 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) ieee8021XAuthenticatorTable(1) ieee8021XAuthenticatorEntry(1) 7 }

.1.3.111.2.802.1.1.15.1.3.1.1.8
ieee8021XAuthPaeRetryCount OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of the number of authentication attempts."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeAuthenticator(3) ieee8021XAuthenticatorTable(1) ieee8021XAuthenticatorEntry(1) 8 }

.1.3.111.2.802.1.1.15.1.4
ieee8021XPaeSupplicant OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) 4 }

.1.3.111.2.802.1.1.15.1.4.1
ieee8021XSupplicantTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the configuration objects for the
        Supplicant PAE associated with each port.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged
        across a re-initialization of the management system of the
        entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSupplicant(4) 1 }

.1.3.111.2.802.1.1.15.1.4.1.1
ieee8021XSupplicantEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber }
  DESCRIPTION	"The configuration information for an Supplicant PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSupplicant(4) ieee8021XSupplicantTable(1) 1 }

.1.3.111.2.802.1.1.15.1.4.1.1.1
ieee8021XSuppPaeAuthenticate OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be set 'true' by the PAE supplicant to request
        authentication, and if this object is 'true', reauthentication
        is allowed.

        This object will be 'false' while the PAE supplicant revokes
        authentication."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSupplicant(4) ieee8021XSupplicantTable(1) ieee8021XSupplicantEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.4.1.1.2
ieee8021XSuppPaeAuthenticated OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be set 'true' by PACP if the PAE supplicant
        currently authenticated, and 'false' if the authentication
        fails or is revoked."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSupplicant(4) ieee8021XSupplicantTable(1) ieee8021XSupplicantEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.4.1.1.3
ieee8021XSuppPaeFailed OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be set 'true' by PACP if the authentication
        has failed or has been terminated.  The cause could be a
        failure returned by EAP, either immediately or following a
        reauthentication, an excessive number of attempts to
        authenticate (either immediately or upon reauthentication), or
        the supplicant deasserting authenticate, the object
        ieee8021XSuppPaeAuthenticate in the same row is 'false'.  The PACP
        will set the object ieee8021XSuppPaeAuthenticated false as well as
        setting the object 'true'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSupplicant(4) ieee8021XSupplicantTable(1) ieee8021XSupplicantEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.4.1.1.4
ieee8021XSuppPaeHelloPeriod OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicated a waiting time period after a failed
        authentication attempt, before another attempt is permitted."
  DEFVAL	{ 60 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSupplicant(4) ieee8021XSupplicantTable(1) ieee8021XSupplicantEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.4.1.1.5
ieee8021XSuppPaeRetryMax OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The maximum number of authentication attempts before failure is
        reported to the Logon Process, and the ieee8021XSuppPaeHelloPeriod
        timer imposed before further attempts are permitted."
  DEFVAL	{ 2 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSupplicant(4) ieee8021XSupplicantTable(1) ieee8021XSupplicantEntry(1) 5 }

.1.3.111.2.802.1.1.15.1.4.1.1.6
ieee8021XSuppPaeRetryCount OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Gauge32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The count of the number of authentication attempts."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeSupplicant(4) ieee8021XSupplicantTable(1) ieee8021XSupplicantEntry(1) 6 }

.1.3.111.2.802.1.1.15.1.5
ieee8021XPaeEapol OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) 5 }

.1.3.111.2.802.1.1.15.1.5.1
ieee8021XEapolStatsTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table in system level contains the EAPOL statistics and
        diagnostics information supported by PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) 1 }

.1.3.111.2.802.1.1.15.1.5.1.1
ieee8021XEapolStatsEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber }
  DESCRIPTION	"An entry contains the EAPOL statistics and diagnostics
        information for a PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) 1 }

.1.3.111.2.802.1.1.15.1.5.1.1.1
ieee8021XEapolInvalidFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of invalid EAPOL frames of any type that have been
        received by this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.5.1.1.2
ieee8021XEapolEapLengthErrorFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL frames that the Packet Body Length does not
        match a Packet Body that is contained within the octets of the
        received EAPOL MPDU in this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.5.1.1.3
ieee8021XEapolAnnouncementFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-Announcement frames that have been received
        by this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.5.1.1.4
ieee8021XEapolAnnouncementReqFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-Announcement-Req frames that have been
        received by this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.5.1.1.5
ieee8021XEapolPortUnavailableFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL frames that are discarded because their
        processing would require the creation of a virtual port, for
        which there are inadequate or constrained resources, or an
        existing virtual port and no such port currently exists.  If
        virtual port is not supported, this object should be always 0."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 5 }

.1.3.111.2.802.1.1.15.1.5.1.1.6
ieee8021XEapolStartFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-Start frames that have been received by
        this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 6 }

.1.3.111.2.802.1.1.15.1.5.1.1.7
ieee8021XEapolEapFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-EAP frames that have been received by
        this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 7 }

.1.3.111.2.802.1.1.15.1.5.1.1.8
ieee8021XEapolLogoffFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-Logoff frames that have been received by
        this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 8 }

.1.3.111.2.802.1.1.15.1.5.1.1.9
ieee8021XEapolMkNoCknFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MKPDUs received with MKA not enabled or CKN not
        recognized in this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 9 }

.1.3.111.2.802.1.1.15.1.5.1.1.10
ieee8021XEapolMkInvalidFramesRx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of MKPDUs failing in message authentication on
        receipt process in this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 10 }

.1.3.111.2.802.1.1.15.1.5.1.1.11
ieee8021XEapolLastRxFrameVersion OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The version of last received EAPOL frame by this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 11 }

.1.3.111.2.802.1.1.15.1.5.1.1.12
ieee8021XEapolLastRxFrameSource OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The source MAC address of last received EAPOL frame by this
        PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 12 }

.1.3.111.2.802.1.1.15.1.5.1.1.13
ieee8021XEapolSuppEapFramesTx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-EAP frames that have been transmitted by
        the supplicant of this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 13 }

.1.3.111.2.802.1.1.15.1.5.1.1.14
ieee8021XEapolLogoffFramesTx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-Logoff frames that have been transmitted by
        this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 14 }

.1.3.111.2.802.1.1.15.1.5.1.1.15
ieee8021XEapolAnnouncementFramesTx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-Announcement frames that have been
        transmitted by this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 15 }

.1.3.111.2.802.1.1.15.1.5.1.1.16
ieee8021XEapolAnnouncementReqFramesTx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-Announcement-Req frames that have been
        transmitted by this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 16 }

.1.3.111.2.802.1.1.15.1.5.1.1.17
ieee8021XEapolStartFramesTx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-Start frames that have been received by
        this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 17 }

.1.3.111.2.802.1.1.15.1.5.1.1.18
ieee8021XEapolAuthEapFramesTx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-EAP frames that have been transmitted by
        the authenticator of this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 18 }

.1.3.111.2.802.1.1.15.1.5.1.1.19
ieee8021XEapolMkaFramesTx OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Counter32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of EAPOL-MKA frames with no CKN information that
        have been transmitted by this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeEapol(5) ieee8021XEapolStatsTable(1) ieee8021XEapolStatsEntry(1) 19 }

.1.3.111.2.802.1.1.15.1.6
ieee8021XPaeKaY OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) 6 }

.1.3.111.2.802.1.1.15.1.6.1
ieee8021XKayMkaTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table of system level information for each interface
        supported by the KaY (Key Agreement Entity).  This table will
        be instantiated if the object ieee8021XPaePortKayMkaEnable in
        the corresponding entry of the ieee8021XPaePortTable is 'true'.

        The following terms are used to identify roles within the MKA
        protocol or protocol scenarios and the MIB description :

        participant : An instance of MKA, transmitting and receiving
            frames protected by keys derived from a single CAK, and
            operating with positive intent, obeying the protocol.

        member: A participant that possesses the CAK that can be used
            to prove liveness and to obtain membership in the CA under
            discussion.

        actor: The participant under discussion, usually in the KaY
            being described.

        partners: Participants or members attached to the same LAN as
            the actor, excluding the actor.

        principal actor: The actor participating in the MKA instance
            that has elected the highest priority key server.

        Each participant selects the live participant advertising the
        highest priority as its key server provided that participant
        has not selected another as its key server or is unwilling to
        act as the key server.  If a key server cannot be selected SAKs
        are not distributed.  In the event of a tie for highest
        priority key server, the member with the highest priority SCI
        is chosen.  For consistency with other uses of the SCI's MAC
        Address component as a priority, numerically lower values of
        the key server priority and SCI are accorded the highest
        priority.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged
        across a re-initialization of the management system of the
        entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) 1 }

.1.3.111.2.802.1.1.15.1.6.1.1
ieee8021XKayMkaEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber }
  DESCRIPTION	"An entry containing KaY MKA management information applicable
        to a particular interface."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) 1 }

.1.3.111.2.802.1.1.15.1.6.1.1.1
ieee8021XKayMkaActive OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be 'true' if there is at least one MKA active
        actor, transmitting MKPDUs"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.6.1.1.2
ieee8021XKayMkaAuthenticated OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be 'true' if the principal actor, i.e. the
        participant that has the highest priority key server and one
        or more live peers, has determined that Controlled Port
        communication should proceed without MACsec."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.6.1.1.3
ieee8021XKayMkaSecured OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be 'true' if the principal actor has
        determined that communication should use MACsec."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.6.1.1.4
ieee8021XKayMkaFailed OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be 'true' if the object
        ieee8021XKayMkaSecured in
        the same row is 'false' and MKA Life Time has elapsed since an
        MKA participant was last created."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.6.1.1.5
ieee8021XKayMkaActorSCI OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION SecySCI
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The SCI assigned by the system to the port, applies to all the
        port's MKA actors."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 5 }

.1.3.111.2.802.1.1.15.1.6.1.1.6
ieee8021XKayMkaActorsPriority OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XMkaKeyServerPriority
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Key Server priority for all the port's MKA actors.  Each
        participant encodes a key server priority, an 8-bit integer, in
        each MKPDU."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 6 }

.1.3.111.2.802.1.1.15.1.6.1.1.7
ieee8021XKayMkaKeyServerPriority OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XMkaKeyServerPriority
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The priority of the elected Key Server through MKA in the CA."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 7 }

.1.3.111.2.802.1.1.15.1.6.1.1.8
ieee8021XKayMkaKeyServerSCI OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION SecySCI
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The SCI for key server for the MKA principal actor.  The length
        of this object is 0 if there is no principal actor, or that
        actor has no live peers.  This object matches the
        ieee8021XKayMkaActorSCI object in the same row if the actor is
        the key server."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 8 }

.1.3.111.2.802.1.1.15.1.6.1.1.9
ieee8021XKayAllowedJoinGroup OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be 'true' if the KaY will accept Group CAKs
        distributed by MKA protocol."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 9 }

.1.3.111.2.802.1.1.15.1.6.1.1.10
ieee8021XKayAllowedFormGroup OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object will be 'true' if the KaY will attempt to use
        point-to-point CAs to distribute a group CAK, if its MKA
        principal actor is the key server for all the point-to-point
        CAs."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 10 }

.1.3.111.2.802.1.1.15.1.6.1.1.11
ieee8021XKayCreateNewGroup OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is set 'true' if a new group CAK is to be
        distributed and the MKA principal actor is the key server for
        all point-to-point CAs.  This object will be set 'false' by the
        KaY when distribution is complete."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 11 }

.1.3.111.2.802.1.1.15.1.6.1.1.12
ieee8021XKayMacSecCapability OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {noMACsec(0), macSecCapability1(1), macSecCapability2(2), macSecCapability3(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates whether MACsec is implemented, and if so
        whether the implementation provides integrity protection only,
        integrity and integrity with confidentiality, or integrity and
        integrity with confidentiality with a selectable confidentiality offset
        of 0, 30, or 50 octets (see IEEE Std 802.1AE).

        'noMACsec' : the MACsec is not implemented.

        'macSecCapability1' :  capable in 'integrity protection without
             confidentiality'.

        'macSecCapability2' :  capable in 'integrity protection without
             confidentiality' and integrity protection and confidentiali
              with a confidentiality offset 0',.

        'macSecCapability3' :  capable in 'integrity protection without
             confidentiality' and integrity protection and confidentiali
              with a confidentiality offset 0, 30 or 50'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 12 }

.1.3.111.2.802.1.1.15.1.6.1.1.13
ieee8021XKayMacSecDesired OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object will be set 'true' if the MKA participants desire
        the use of MACsec to protect frames with this KaY."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 13 }

.1.3.111.2.802.1.1.15.1.6.1.1.14
ieee8021XKayMacSecProtect OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the MACsec protection function for this KaY.

        'true' : then the status of the MACsec protection function will
            be as object secyIfProtectFramesEnable object configured
            in the IEEE8021-SECY-MIB.
        'false' : then the MACsec protection function is disabled by
            this KaY."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 14 }

.1.3.111.2.802.1.1.15.1.6.1.1.15
ieee8021XKayMacSecReplayProtect OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the MACsec replay protection function for this
        KaY.

        'true' : then the status of the MACsec replay protection
            function will be as secyIfReplayProtectEnable object
            configured in the IEEE8021-SECY-MIB.
        'false' : then the MACsec replay protection function is
            disabled by this KaY."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 15 }

.1.3.111.2.802.1.1.15.1.6.1.1.16
ieee8021XKayMacSecValidate OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The status of the MACsec validation function for this KaY.

        'true' : then the status of the MACsec validation function
            will be as secyIfValidateFrames object configured in the
            IEEE8021-SECY-MIB.
        'false' : then the MACsec validation function is enabled but
            only for checking without filtering out invalid frames by
            the SecY."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 16 }

.1.3.111.2.802.1.1.15.1.6.1.1.17
ieee8021XKayMacSecConfidentialityOffset OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Integer32 (0 | 30 | 50) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The confidentiality protection offset options for the selected
        cipher suite in the MACsec.  If the cipher suite does not have
        this capability, the configured value of the object will not
        apply to the cipher suite."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 17 }

.1.3.111.2.802.1.1.15.1.6.1.1.18
ieee8021XKayMkaTxKN OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XMkaKN
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The key number assigned by the key server to the SAK currently
        being used for transmission.  This object will be 0 if MACsec
        is not being used or the key number is not available yet."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 18 }

.1.3.111.2.802.1.1.15.1.6.1.1.19
ieee8021XKayMkaTxAN OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The AN assigned by the key server for use with the key number
        for transmission.

        This row pointer will point to an entry in the secyTxSATable
        which the secyTxSCEncodingSA object also points to in the
        IEEE8021-SECY-MIB.

        If MACsec is not in use or the AN is not identified yet, the
        value of this object shall be set to the OBJECT IDENTIFIER
        { 0 0 }."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 19 }

.1.3.111.2.802.1.1.15.1.6.1.1.20
ieee8021XKayMkaRxKN OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XMkaKN
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The key number assigned by the key server to the oldest SAK
        currently being used for reception.  It is the same as the key
        number for transmission if a single SAK is currently in use.
        This object will be 0 if MACsec is not being used or the key
        number is not available yet."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 20 }

.1.3.111.2.802.1.1.15.1.6.1.1.21
ieee8021XKayMkaRxAN OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION RowPointer
  SYNTAX	OBJECT IDENTIFIER
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The AN assigned by the key server for use with the key number
        for reception.  It is the same as AN for transmission if a
        single SAK is currently in use.

        This row pointer will point to an entry in the secyRxSATable
        which the secyRxSCCurrentSA object also points to in the
        IEEE8021-SECY-MIB.

        If MACsec is not in use or the AN is not identified yet, the
        value of this object shall be set to the OBJECT IDENTIFIER
        { 0 0 }."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaTable(1) ieee8021XKayMkaEntry(1) 21 }

.1.3.111.2.802.1.1.15.1.6.2
ieee8021XKayMkaParticipantTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table for each MKA participant supported by the KaY MKA
        entity.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged
        across a re-initialization of the management system of the
        entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) 2 }

.1.3.111.2.802.1.1.15.1.6.2.1
ieee8021XKayMkaParticipantEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber, ieee8021XKayMkaPartCKN }
  DESCRIPTION	"An entry containing KaY MKA management information applicable
        to a MKA participant."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) 1 }

.1.3.111.2.802.1.1.15.1.6.2.1.1
ieee8021XKayMkaPartCKN OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeCKN
  SYNTAX	OCTET STRING (1..16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The CKN information for this MKA participant."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.6.2.1.2
ieee8021XKayMkaPartKMD OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeKMD
  SYNTAX	OCTET STRING (0..253) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The KMD information for this MKA participant."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.6.2.1.3
ieee8021XKayMkaPartNID OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNID
  SYNTAX	OCTET STRING (1..100) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The NID information for this MKA participant."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.6.2.1.4
ieee8021XKayMkaPartCached OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is set 'true' by the KaY if the participant's
        parameters are cached.  If this object is 'true', this object
        can be set 'false' cleared by management to remove the
        participant's parameters from the cache."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.6.2.1.5
ieee8021XKayMkaPartActive OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is set 'true' if the participant is active, i.e. is
        currently transmitting periodic MKPDUs."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 5 }

.1.3.111.2.802.1.1.15.1.6.2.1.6
ieee8021XKayMkaPartRetain OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is set 'true' to retain the participant in the
        cache, even if the KaY would normally remove it (due to lack
        of use for example)"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 6 }

.1.3.111.2.802.1.1.15.1.6.2.1.7
ieee8021XKayMkaPartActivateControl OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {default(1), disabled(2), onOperUp(3), always(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object is for controlling the participant's behavior when
        the participant is activated.

        'default' : the participant is from cached entries created by
            the KaY as part of normal operation, without explicit
            management, and is activated according to the
            implementation dependent policies of the KaY.

        'disabled' : the participant allows the cache information to
            be retained, but disabled for indefinite period.

        'onOperUp' : causing the participant to be activated when the
            PAE's part is activated, and therefore when the SecY or
            PAC's 'Common Port' becomes operational.

        'always' : causing the participant to remain active all the
            time, even in the continued absence of partners.

        If the object changed to disabled(1) or onOperUp(3), the
        participant ceases operation immediately and receipt of MKPDUs
        with a matching CKN during a subsequent period of twice MKA
        lifetime will not cause the participant to become active once
        more."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 7 }

.1.3.111.2.802.1.1.15.1.6.2.1.8
ieee8021XKayMkaPartPrincipal OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object is set 'true' if the participant is currently the
        principal actor."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 8 }

.1.3.111.2.802.1.1.15.1.6.2.1.9
ieee8021XKayMkaPartDistCKN OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeCKNOrNull
  SYNTAX	OCTET STRING (0..16) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The CKN for the last CAK distributed either by the actor or one
        of its partners.  Empty string for this object will be provided if
        this participant has not been used to distribute a CAK or the
        participant is not active, i.e. the object
        ieee8021XKayMkaPartActive in the same row is 'false'."
  DEFVAL	{ \"\" }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 9 }

.1.3.111.2.802.1.1.15.1.6.2.1.10
ieee8021XKayMkaPartRowStatus OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object to create the parameters for the supported
        participant information in the system.

        If the participant information is from downloaded policies,
        this object is 'active'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaParticipantTable(2) ieee8021XKayMkaParticipantEntry(1) 10 }

.1.3.111.2.802.1.1.15.1.6.3
ieee8021XKayMkaPeerListTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the lists of Live Peers and Potential Peers,
        for all MKA instances for which the KaY is active."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) 3 }

.1.3.111.2.802.1.1.15.1.6.3.1
ieee8021XKayMkaPeerListEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber, ieee8021XKayMkaPartCKN, ieee8021XKayMkaPeerListMI }
  DESCRIPTION	"A table entry for one of the peers for one of the MKA
        instances for which this KaY is an active participant."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaPeerListTable(3) 1 }

.1.3.111.2.802.1.1.15.1.6.3.1.1
ieee8021XKayMkaPeerListMI OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XMkaMI
  SYNTAX	OCTET STRING (12) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The peer entry's MI information in the peer list of this active
        participant in MKA protocol."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaPeerListTable(3) ieee8021XKayMkaPeerListEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.6.3.1.2
ieee8021XKayMkaPeerListMN OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XMkaMN
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peer entry's latest MN information in the peer list of this
        active participant in MKA protocol."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaPeerListTable(3) ieee8021XKayMkaPeerListEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.6.3.1.3
ieee8021XKayMkaPeerListType OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {livePeerList(1), potentialPeerList(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peer entry's type in the peer list of this active
        participant in MKA protocol.

        'livePeerList' : the peer entry is in the Live Peer List.

        'potentialPeerList' : the peer entry is in the Potential
            Peer List."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaPeerListTable(3) ieee8021XKayMkaPeerListEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.6.3.1.4
ieee8021XKayMkaPeerListSCI OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION SecySCI
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The SCI information of the peer entry in the peer list of this
        active participant in MKA protocol."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeKaY(6) ieee8021XKayMkaPeerListTable(3) ieee8021XKayMkaPeerListEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.7
ieee8021XPaeNetworkIdentifier OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) 7 }

.1.3.111.2.802.1.1.15.1.7.1
ieee8021XNidConfigTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains the configuration objects for the network
        announcement information for the Logon Process.

        The detail operation of the Logon Process can vary depending on
        the port-based network access control applications, and on the
        capabilities supported by that implementation including, for
        example, network discovery and roaming.  This table specifies
        control variables that facilitate behaviors that are
        potentially useful in a range of applications.  Implementations
        may use and augment the variables specified, or may use
        variables specific to the implementation.

        For the writeable objects in this table, the configured value
        shall be stored in persistent memory and remain unchanged
        across a re-initialization of the management system of the
        entity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) 1 }

.1.3.111.2.802.1.1.15.1.7.1.1
ieee8021XNidConfigEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ IMPLIED ieee8021XNidNID }
  DESCRIPTION	"An entry contains network announcement parameters for a NID."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XNidConfigTable(1) 1 }

.1.3.111.2.802.1.1.15.1.7.1.1.1
ieee8021XNidNID OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNID
  SYNTAX	OCTET STRING (1..100) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The network identifier to identify NID configuration in the
        PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XNidConfigTable(1) ieee8021XNidConfigEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.7.1.1.2
ieee8021XNidUseEap OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {never(1), immediate(2), mkaFail(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Determines when the Logon Process will initiate EAP, if the
        Supplicant and or Authenticator are enabled, and takes one of
        the following values:

        'never' : Never.

        'immediate' : Immediately, concurrently with the use of MKA
            with any cached CAK(s).

        'mkaFail' : Not until MKA has failed, if a prior CAK has been
            cached."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XNidConfigTable(1) ieee8021XNidConfigEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.7.1.1.3
ieee8021XNidUnauthAllowed OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {never(1), immediate(2), authFail(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Determines when the Logon Process will tell the CP state
        machine to provide unauthenticated connectivity, and takes one
        of the following values:

        'never' : Never.

        'immediate' : Immediately, independently of any current or
            future attempts to authenticate using the PAE or MKA.

        'authFail' : Not until an attempt has been made to
            authenticate using EAP, unless neither the Supplicant nor
            the Authenticator is enabled, and MKA has attempted to use
            any cached CAK (unless the KaY is not enabled)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XNidConfigTable(1) ieee8021XNidConfigEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.7.1.1.4
ieee8021XNidUnsecuredAllowed OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	INTEGER {never(1), immediate(2), mkaFail(3), mkaServer(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Determines when the Logon Process will tell the CP state
        machine to provide authenticated but unsecured connectivity,
        takes one of the following values:

        'never' : Never.

        'immediate' : Immediately, to provide connectivity
            concurrently with the use of MKA with any CAK acquired
            through EAP.

        'mkaFail' : Not until MKA has failed, or is not enabled.

        'mkaServer' : Only if directed by the MKA server."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XNidConfigTable(1) ieee8021XNidConfigEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.7.1.1.5
ieee8021XNidUnauthenticatedAccess OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNIDUnauthenticatedStatus
  SYNTAX	INTEGER {noAccess(0), fallbackAccess(1), limitedAccess(2), openAccess(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The configured access capability of the port's clients without
        authentication in this NID."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XNidConfigTable(1) ieee8021XNidConfigEntry(1) 5 }

.1.3.111.2.802.1.1.15.1.7.1.1.6
ieee8021XNidAccessCapabilities OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNIDCapabilites
  SYNTAX	BITS {eap(0), eapMka(1), eapMkaMacSec(2), mka(3), mkaMacSec(4), higherLayer(5), higherLayerFallback(6), vendorSpecific(7)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The authentication and protection capabilities supported for
        the NID."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XNidConfigTable(1) ieee8021XNidConfigEntry(1) 6 }

.1.3.111.2.802.1.1.15.1.7.1.1.7
ieee8021XNidKMD OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeKMD
  SYNTAX	OCTET STRING (0..253) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The configured KMD information for this NID."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XNidConfigTable(1) ieee8021XNidConfigEntry(1) 7 }

.1.3.111.2.802.1.1.15.1.7.1.1.8
ieee8021XNidRowStatus OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object to create the parameters for the supported Network
        Announcement information in the system.

        If the Network Announcement information of the entry is from
        downloaded policies, this object is 'active'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XNidConfigTable(1) ieee8021XNidConfigEntry(1) 8 }

.1.3.111.2.802.1.1.15.1.7.2
ieee8021XAnnounceTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains the status information that the Announcers
        announce in the network announcement of the PAE system.

        This table will be instantiated if the object
        ieee8021XPaePortAnnouncerEnable in the corresponding entry of
        the ieee8021XPaePortTable is 'true'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) 2 }

.1.3.111.2.802.1.1.15.1.7.2.1
ieee8021XAnnounceEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber, IMPLIED ieee8021XAnnounceNID }
  DESCRIPTION	"An entry contains an Announcer's status information."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnounceTable(2) 1 }

.1.3.111.2.802.1.1.15.1.7.2.1.1
ieee8021XAnnounceNID OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNID
  SYNTAX	OCTET STRING (1..100) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The NID information to identify a transmitting network
        announcement for the PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnounceTable(2) ieee8021XAnnounceEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.7.2.1.2
ieee8021XAnnounceAccessStatus OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNIDAccessStatus
  SYNTAX	INTEGER {noAccess(0), remedialAccess(1), restrictedAccess(2), expectedAccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object information reflects connectivity as a result of
        authentication attempts of this NID for this Announcer."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnounceTable(2) ieee8021XAnnounceEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.7.3
ieee8021XAnnouncementTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains the status information that the Listeners
        receive in the network announcement of the PAE system.

        This table will be instantiated if the object
        ieee8021XPaePortListenerEnable in the corresponding entry of the
        ieee8021XPaePortTable is 'true'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) 3 }

.1.3.111.2.802.1.1.15.1.7.3.1
ieee8021XAnnouncementEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber, IMPLIED ieee8021XAnnouncementNID }
  DESCRIPTION	"An entry contains a Listener's status information."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementTable(3) 1 }

.1.3.111.2.802.1.1.15.1.7.3.1.1
ieee8021XAnnouncementNID OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNID
  SYNTAX	OCTET STRING (1..100) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The NID information to identify a received network announcement
        for the PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementTable(3) ieee8021XAnnouncementEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.7.3.1.2
ieee8021XAnnouncementKMD OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeKMD
  SYNTAX	OCTET STRING (0..253) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The KMD information for this received network announcement of
        the PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementTable(3) ieee8021XAnnouncementEntry(1) 2 }

.1.3.111.2.802.1.1.15.1.7.3.1.3
ieee8021XAnnouncementSpecific OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the received announcement information was
        specific to the receiving PAE, not generic for all systems attached
        to the LAN."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementTable(3) ieee8021XAnnouncementEntry(1) 3 }

.1.3.111.2.802.1.1.15.1.7.3.1.4
ieee8021XAnnouncementAccessStatus OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNIDAccessStatus
  SYNTAX	INTEGER {noAccess(0), remedialAccess(1), restrictedAccess(2), expectedAccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The object information reflects connectivity as a result of
        authentication attempts for this received network announcement
        of the PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementTable(3) ieee8021XAnnouncementEntry(1) 4 }

.1.3.111.2.802.1.1.15.1.7.3.1.5
ieee8021XAnnouncementAccessRequested OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The authenticated access has been requested for this particular
        NID or not."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementTable(3) ieee8021XAnnouncementEntry(1) 5 }

.1.3.111.2.802.1.1.15.1.7.3.1.6
ieee8021XAnnouncementUnauthAccess OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNIDUnauthenticatedStatus
  SYNTAX	INTEGER {noAccess(0), fallbackAccess(1), limitedAccess(2), openAccess(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The access capability of the port's clients without
        authentication in this received network announcement of the
        PAE.

        'openAccess', 'limitedAccess' should not be returned if the
        object ieee8021XNidUnauthAllowed is 'immediate'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementTable(3) ieee8021XAnnouncementEntry(1) 6 }

.1.3.111.2.802.1.1.15.1.7.3.1.7
ieee8021XAnnouncementCapabilities OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  -- TEXTUAL CONVENTION Ieee8021XPaeNIDCapabilites
  SYNTAX	BITS {eap(0), eapMka(1), eapMkaMacSec(2), mka(3), mkaMacSec(4), higherLayer(5), higherLayerFallback(6), vendorSpecific(7)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The announcement capabilities of this received network
        announcement for this PAE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementTable(3) ieee8021XAnnouncementEntry(1) 7 }

.1.3.111.2.802.1.1.15.1.7.4
ieee8021XAnnouncementCipherSuitesTable OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table contains the Cipher Suites information that the Listeners
        receive in the network announcement of the PAE system.

        This table will be instantiated if the object
        ieee8021XPaePortListenerEnable in the corresponding entry of the
        ieee8021XPaePortTable is 'true'."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) 4 }

.1.3.111.2.802.1.1.15.1.7.4.1
ieee8021XAnnouncementCipherSuitesEntry OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021XPaePortNumber, ieee8021XAnnouncementNID, ieee8021XAnnouncementCipherSuite }
  DESCRIPTION	"An entry contains the Cipher Suite information which a Listener has
        reveived from network announcement."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementCipherSuitesTable(4) 1 }

.1.3.111.2.802.1.1.15.1.7.4.1.1
ieee8021XAnnouncementCipherSuite OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The identifier for the announced cipher suite.  This is a
        global unique 64-bit (EUI-64) identifier to identify a cipher
        suite."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementCipherSuitesTable(4) ieee8021XAnnouncementCipherSuitesEntry(1) 1 }

.1.3.111.2.802.1.1.15.1.7.4.1.2
ieee8021XAnnouncementCipherCapability OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
  SYNTAX	Unsigned32 (0..65535) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The capability of a Cipher Suite received from the network
        announcement by the Listener.

        A 2 octets Cipher Suite dependent implementation capability field
        precedes each Cipher Suite reference number. If the Cipher Suite,
        ieee8021XAnnouncementCipherSuite, identifies the Default Cipher
        Suite (specified in IEEE Std 802.1AE), the two least significant
        bits of the implementation capability field encode the MACsec
        Capability parameter specified in Table 11-7 and the fourteen more
        significant bits are as 0 and ignored on receipt."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBObjects(1) ieee8021XPaeNetworkIdentifier(7) ieee8021XAnnouncementCipherSuitesTable(4) ieee8021XAnnouncementCipherSuitesEntry(1) 2 }

.1.3.111.2.802.1.1.15.2
ieee8021XPaeMIBConformance OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) 2 }

.1.3.111.2.802.1.1.15.2.1
ieee8021XPaeCompliances OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) 1 }

.1.3.111.2.802.1.1.15.2.1.1
ieee8021XPaeCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"The compliance statement for device support of
        Port Access Control."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeCompliances(1) 1 }

.1.3.111.2.802.1.1.15.2.2
ieee8021XPaeGroups OBJECT-TYPE
  -- FROM	IEEE8021X-PAE-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) 2 }

.1.3.111.2.802.1.1.15.2.2.1
ieee8021XPaeSystemGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing system information for a PAE
        system and a PAE port status and control information."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 1 }

.1.3.111.2.802.1.1.15.2.2.2
ieee8021XPacGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing information of a PAC in the
        system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 2 }

.1.3.111.2.802.1.1.15.2.2.3
ieee8021XPaeLogonGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing information of a Logon
        Process in the system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 3 }

.1.3.111.2.802.1.1.15.2.2.4
ieee8021XPaeAuthConfigGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing configuration information of
        an Authenticator in the system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 4 }

.1.3.111.2.802.1.1.15.2.2.5
ieee8021XPaeSuppConfigGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing configuration information of
        a Supplicant in the system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 5 }

.1.3.111.2.802.1.1.15.2.2.6
ieee8021XPaeEapolStatsGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing counters and diagnostic
        information for the EAPOL in the system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 6 }

.1.3.111.2.802.1.1.15.2.2.7
ieee8021XPaeKaYMkaGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing monitoring and controlling
        information of a KaY MKA in the system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 7 }

.1.3.111.2.802.1.1.15.2.2.8
ieee8021XPaeNetworkIdentifierGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing monitoring and controlling
        information of an NID in the system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 8 }

.1.3.111.2.802.1.1.15.2.2.9
ieee8021XPaeAnnouncerGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing status information for
        an Announcer in the system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 9 }

.1.3.111.2.802.1.1.15.2.2.10
ieee8021XPaeListenerGroup OBJECT-GROUP
  -- FROM	IEEE8021X-PAE-MIB
  DESCRIPTION	"A collection of objects providing status information for
        a Listener in the system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021XPaeMIB(15) ieee8021XPaeMIBConformance(2) ieee8021XPaeGroups(2) 10 }

.1.3.111.2.802.1.1.18
ieee8021CnMib MODULE-IDENTITY
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Congestion notification module.
      Unless otherwise indicated, the references in this MIB
      module are to IEEE Std 802.1Q-2011.

      Copyright (C) IEEE.
      This version of this MIB module is part of IEEE802.1Q;
      see the draft itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 18 }

.1.3.111.2.802.1.1.18.1
ieee8021CnMIBObjects OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) 1 }

.1.3.111.2.802.1.1.18.1.1
ieee8021CnGlobalTable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the global variables for each component of
        a bridge or for an end station.  A value of 1 is used in a
        bridge or end station that does not have multiple components.

        The contents of this table SHALL be maintained across a restart
        of the system.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) 1 }

.1.3.111.2.802.1.1.18.1.1.1
ieee8021CnGlobalEntry OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CnGlobalComponentId }
  DESCRIPTION	"A list of objects pertaining to a whole bridge component or
        end station.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnGlobalTable(1) 1 }

.1.3.111.2.802.1.1.18.1.1.1.1
ieee8021CnGlobalComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CnGlobalEntry applies.  If the system is not
        a Bridge or if only one component is present in the Bridge,
        this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnGlobalTable(1) ieee8021CnGlobalEntry(1) 1 }

.1.3.111.2.802.1.1.18.1.1.1.2
ieee8021CnGlobalMasterEnable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The state of the congestion notification feature on this bridge
        component or system.  If true, Congestion notification is
        enabled. If false, congestion notification is disabled.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnGlobalTable(1) ieee8021CnGlobalEntry(1) 2 }

.1.3.111.2.802.1.1.18.1.1.1.3
ieee8021CnGlobalCnmTransmitPriority OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The priority to use for all Congestion Notification Messages
        transmitted by this bridge component or end station.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnGlobalTable(1) ieee8021CnGlobalEntry(1) 3 }

.1.3.111.2.802.1.1.18.1.1.1.4
ieee8021CnGlobalDiscardedFrames OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of frames discarded from full CP queues, in spite
        of the efforts of congestion notification to avoid discards.

        This object is incremented whenever any of the
        ieee8021CnCpDiscardedFrames objects on any Port or priority in
        this same component are incremented.

        Discontinuities in the value of this counter can occur
        at re-initialization of the management system, and at
        other times as indicated by the value of
        ifCounterDiscontinuityTime object of the associated
        interface (if any).
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnGlobalTable(1) ieee8021CnGlobalEntry(1) 4 }

.1.3.111.2.802.1.1.18.1.2
ieee8021CnErroredPortTable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"There is one Errored Port Table per bridge component or end
        station. It permits the retrieval of information about which
        interfaces have congestion notification configuration errors,
        namely, those specifying an alternate priority that is a CNPV.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) 2 }

.1.3.111.2.802.1.1.18.1.2.1
ieee8021CnErroredPortEntry OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CnEpComponentId, ieee8021CnEpPriority, ieee8021CnEpIfIndex }
  DESCRIPTION	"A list of interfaces whose ieee8021CnComPriAlternatePriority
        and/or ieee8021CnPortPriAlternatePriority specify a priority
        value that is a Congestion Notification Priority Value.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnErroredPortTable(2) 1 }

.1.3.111.2.802.1.1.18.1.2.1.1
ieee8021CnEpComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CnErroredPortEntry applies.  If the system is
        not a Bridge or if only one component is present in the
        Bridge, this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnErroredPortTable(2) ieee8021CnErroredPortEntry(1) 1 }

.1.3.111.2.802.1.1.18.1.2.1.2
ieee8021CnEpPriority OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The priority value whose alternate priority is misconfigured.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnErroredPortTable(2) ieee8021CnErroredPortEntry(1) 2 }

.1.3.111.2.802.1.1.18.1.2.1.3
ieee8021CnEpIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object represents the Bridge Port or aggregated port
        on which the congestion notification alternate priority is
        misconfigured.
        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this variable so that it references the row
        in the ifXTable with the same value of ifAlias that it
        referenced before the system restart.  If no such row exists,
        then the system SHALL delete this row in the
        ieee8021CnErroredPortTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnErroredPortTable(2) ieee8021CnErroredPortEntry(1) 3 }

.1.3.111.2.802.1.1.18.1.3
ieee8021CnCompntPriTable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each row in this table supplies default values for one
        Congestion Notification Priority Value for a whole bridge 
        component or end station.

        Creating a row in this table makes the priority value of
        ieee8021CnComPriPriority a
        Congestion Notification Priority Value.
        Deleting a row in this table makes the value in the deleted
        ieee8021CnComPriPriority no longer a
        Congestion Notification Priority Value.

        A system SHALL NOT allow eight rows in this table
        to be created with the same value of
        ieee8021CnComPriComponentId. For more information, see the 
	description of ieee8021CnComPriRowStatus.

        The contents of this table SHALL be maintained across a restart
        of the system.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) 3 }

.1.3.111.2.802.1.1.18.1.3.1
ieee8021CnCompntPriEntry OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CnComPriComponentId, ieee8021CnComPriPriority }
  DESCRIPTION	"One entry per Congestion Notification Priority Value per
        bridge component or end station.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) 1 }

.1.3.111.2.802.1.1.18.1.3.1.1
ieee8021CnComPriComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CnCompntPriEntry applies.  If the system is
        not a Bridge, or if only one component is present in the
        Bridge, then this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 1 }

.1.3.111.2.802.1.1.18.1.3.1.2
ieee8021CnComPriPriority OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Congestion Notification Priority Value for which this
        row supplies default values.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 2 }

.1.3.111.2.802.1.1.18.1.3.1.3
ieee8021CnComPriDefModeChoice OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION Ieee8021CnControlChoice
  SYNTAX	INTEGER {cpcAdmin(1), cpcAuto(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies how the default CND defense mode and alternate
        priority for this Congestion Notification Priority Value on all
        ports on this bridge component or end station are to be chosen,
        either:

            cpcAdmin(1) Default CND defense mode is chosen by
                        ieee8021CnComPriAdminDefenseMode, and alternate
                        priority by ieee8021CnComPriAlternatePriority.
            cpcAuto(2)  Default CND defense mode is chosen by
                        ieee8021CnPortPriAutoDefenseMode, and alternate
                        priority by ieee8021CnComPriAutoAltPri.

        This variable can be overridden by
        ieee8021CnPortPriDefModeChoice.
       "
  DEFVAL	{ cpcAuto }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 3 }

.1.3.111.2.802.1.1.18.1.3.1.4
ieee8021CnComPriAlternatePriority OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The Congestion Notification Priority Value to which an
        incoming frame is to be mapped, in spite of what the
        Priority Regereration Table says, if 1) Congestion
        Notification is enabled and 2) the CND defense mode of the
        port is cptEdge.

        Deleting a row in this table does not alter the value of any
        other row's ieee8021CnComPriAlternatePriority.
       "
  DEFVAL	{ 0 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 4 }

.1.3.111.2.802.1.1.18.1.3.1.5
ieee8021CnComPriAutoAltPri OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Congestion Notification Priority Value to which an
        incoming frame can be mapped, in spite of what the
        Priority Regereration Table says, if 1) Congestion
        Notification is enabled, 2) the CND defense mode of the
        port is cptEdge, and 3) ieee8021CnComPriDefModeChoice
        contains the value cpcAuto (2).

        The value of this object is the next lower priority value
        than this row's ieee8021CnComPriPriority that is not a CNPV,
        or the next higher non-CNPV, if all lower values are CNPVs.

        The value of this object, and any consequent priority
        regeneration, is automatically updated by the managed system
        whenever a row in the ieee8021CnCompntPriTable is created or
        deleted.  The value of this object is not dependent upon
        whether congestion notification is enabled or disabled for any
        priority or for the whole bridge component or end station; it
        depends only upon whether the ieee8021CnCompntPriTable row
        exists.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 5 }

.1.3.111.2.802.1.1.18.1.3.1.6
ieee8021CnComPriAdminDefenseMode OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION Ieee8021CnDefenseMode
  SYNTAX	INTEGER {cptDisabled(1), cptInterior(2), cptInteriorReady(3), cptEdge(4)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The default CND defense mode for this
        Congestion Notification Priority Value on all ports on this
        bridge component or end station.

        This variable can be overridden by
        ieee8021CnPortPriAdminDefenseMode.
       "
  DEFVAL	{ cptInterior }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 6 }

.1.3.111.2.802.1.1.18.1.3.1.7
ieee8021CnComPriCreation OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	INTEGER {cncpAutoEnable(1), cncpAutoDisable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The default value for ieee8021CnComPriDefModeChoice for
        newly-created entries in the ieee8021CnPortPriTable:

            cncpAutoEnable (1)  Newly-created
                                ieee8021CnPortPriDefModeChoice
                                objects take the value cpcComp (3).
            cncpAutoDisable(2)  Newly-created
                                ieee8021CnPortPriDefModeChoice
                                objects take the value cpcAdmin (1).
       "
  DEFVAL	{ cncpAutoEnable }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 7 }

.1.3.111.2.802.1.1.18.1.3.1.8
ieee8021CnComPriLldpInstanceChoice OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION Ieee8021CnLldpChoice
  SYNTAX	INTEGER {cnlNone(1), cnlAdmin(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies whether or not the default value for all Ports is to
        send and receive the Congestion Notification TLV in LLDPDUs,
        either:
            cnlNone(1)  Do not send Congestion Notification TLVs, and
                        ignore them on receipt.
            cnlAdmin(2) Use the LLDP instance selected by
                        ieee8021CnComPriLldpInstanceSelector to send and
                        receive the Congestion Notification TLV.

        This object can be overridden by
        ieee8021CnPortPriLldpInstanceChoice.
       "
  DEFVAL	{ cnlAdmin }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 8 }

.1.3.111.2.802.1.1.18.1.3.1.9
ieee8021CnComPriLldpInstanceSelector OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION LldpV2DestAddressTableIndex
  SYNTAX	Unsigned32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specifies a default value for which LLDP instance is to be
        used to provide the information for automatic configuration
        of ports' CND defense modes (ieee8021CnPortPriAutoDefenseMode).

        This object is ignored by the managed system if
        ieee8021CnComPriLldpInstanceChoice contains the value cnlNone
        (1).

        This object can be overridden by 
        ieee8021CnPortPriLldpInstanceChoice and
        ieee8021CnPortPriLldpInstanceChoice.
       "
  DEFVAL	{ 1 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 9 }

.1.3.111.2.802.1.1.18.1.3.1.10
ieee8021CnComPriRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This object indicates the status of an entry, and is used
        to create/delete entries.

        A system SHALL NOT permit eight ieee8021CnComPriRowStatus
        objects, all with the same value of ieee8021CnComPriComponentId,
        to have the value active(1).  An attempt to create or activate
        a row when there are already seven active rows SHALL result in
        that eighth row's ieee8021CnComPriRowStatus having the value
        notReady(3), and the return of an inconsistentValue error.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCompntPriTable(3) ieee8021CnCompntPriEntry(1) 10 }

.1.3.111.2.802.1.1.18.1.4
ieee8021CnPortPriTable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each row in this table supplies values for one port's
        Congestion Notification Priority Value (CNPV).

        Creating an entry in ieee8021CnCompntPriTable creates this
        entry, with the default values, on all ports in the bridge
        component or end station.  Deleting an entry in
        ieee8021CnCompntPriTable deletes this ieee8021CnCompntPriEntry
        on all ports in the bridge component or end station.

        The contents of this table SHALL be maintained across a restart
        of the system, except as noted in the description of
        ieee8021CnPortPriIfIndex.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) 4 }

.1.3.111.2.802.1.1.18.1.4.1
ieee8021CnPortPriEntry OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CnPortPriComponentId, ieee8021CnPortPriority, ieee8021CnPortPriIfIndex }
  DESCRIPTION	"One entry per port per Congestion Notification Priority Value
        per bridge component or end station.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) 1 }

.1.3.111.2.802.1.1.18.1.4.1.1
ieee8021CnPortPriComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CnPortPriEntry applies.  If the system is
        not a Bridge, or if only one component is present in the
        Bridge, then this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) ieee8021CnPortPriEntry(1) 1 }

.1.3.111.2.802.1.1.18.1.4.1.2
ieee8021CnPortPriority OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Congestion Notification Priority Value for which
        this row supplies default values.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) ieee8021CnPortPriEntry(1) 2 }

.1.3.111.2.802.1.1.18.1.4.1.3
ieee8021CnPortPriIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the port or aggregated port
        to which the entry applies.

        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this object, and rearrange the order of the
        ieee8021CnPortPriTable, so that the value in
        ieee8021CnPortPriIfIndex references the row in the ifXTable
        with the same value for ifAlias that it referenced before the
        system restart.  If no such entry exists in the ifXTable, then
        the system SHALL delete the row in the ieee8021CnPortPriTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) ieee8021CnPortPriEntry(1) 3 }

.1.3.111.2.802.1.1.18.1.4.1.4
ieee8021CnPortPriDefModeChoice OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION Ieee8021CnControlChoice
  SYNTAX	INTEGER {cpcAdmin(1), cpcAuto(2), cpcComp(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object determines how the CND defense mode and alternate
        priority value of this port for this CNPV is to be selected,
        either:

            cpcAdmin(1) CND defense mode is controlled by
                        ieee8021CnPortPriAdminDefenseMode, and alternate
                        priority by ieee8021CnPortPriAlternatePriority.
            cpcAuto(2)  CND defense mode is controlled by
                        ieee8021CnPortPriAutoDefenseMode and alternate
                        priority by ieee8021CnComPriAlternatePriority.
            cpcComp(3)  CND defense mode and alternate priority are
                        controlled by
                        ieee8021CnComPriDefModeChoice.

        This variable can override ieee8021CnComPriDefModeChoice.
       "
  DEFVAL	{ cpcComp }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) ieee8021CnPortPriEntry(1) 4 }

.1.3.111.2.802.1.1.18.1.4.1.5
ieee8021CnPortPriAdminDefenseMode OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION Ieee8021CnDefenseMode
  SYNTAX	INTEGER {cptDisabled(1), cptInterior(2), cptInteriorReady(3), cptEdge(4)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object indicates the operator's choice for the CND defense
        mode in which this port is to operate for this CNPV whenever
        ieee8021CnPortPriDefModeChoice has the value cpcAdmin(1).

        This variable can override ieee8021CnComPriDefModeChoice.
       "
  DEFVAL	{ cptDisabled }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) ieee8021CnPortPriEntry(1) 5 }

.1.3.111.2.802.1.1.18.1.4.1.6
ieee8021CnPortPriAutoDefenseMode OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION Ieee8021CnDefenseMode
  SYNTAX	INTEGER {cptInterior(2), cptInteriorReady(3), cptEdge(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates in which the CND defense mode this port
        would operate for this CNPV as determined by the LLDP
        Congestion Notification TLV.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) ieee8021CnPortPriEntry(1) 6 }

.1.3.111.2.802.1.1.18.1.4.1.7
ieee8021CnPortPriLldpInstanceChoice OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION Ieee8021CnLldpChoice
  SYNTAX	INTEGER {cnlNone(1), cnlAdmin(2), cnlComponent(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies how to determine the LLDP instance to be used for the
        Congestion Notification TLV, either:
            cnlNone(1)      No LLDP Congestion Notification TLV is to
                            carry Per-priority CNPV indicators or
                            Per-priority Ready indicators on this Port
                            for this priority.
            cnlAdmin(2)     ieee8021CnPortPriLldpInstanceSelector
                            governs which LLDP instance is to carry
                            Per-priority CNPV indicators and
                            Per-priority Ready indicators for this
                            priority in its Congestion Notification TLV
                            on this Port
            cnlComponent(3) ieee8021CnComPriLldpInstanceChoice
                            governs LLDP instance selection for this
                            Port and priority.

        This object can override ieee8021CnComPriLldpInstanceChoice.
       "
  DEFVAL	{ cnlComponent }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) ieee8021CnPortPriEntry(1) 7 }

.1.3.111.2.802.1.1.18.1.4.1.8
ieee8021CnPortPriLldpInstanceSelector OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION LldpV2DestAddressTableIndex
  SYNTAX	Unsigned32 (1..4096) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object determines which LLDP instance selector, if any,
        is used for automatic determination of the CND defense mode for
        this port and CNPV.

        This object can override ieee8021CnComPriLldpInstanceSelector.
       "
  DEFVAL	{ 3 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) ieee8021CnPortPriEntry(1) 8 }

.1.3.111.2.802.1.1.18.1.4.1.9
ieee8021CnPortPriAlternatePriority OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Congestion Notification Priority Value to which an
        incoming frame is to be mapped, in spite of what the
        Priority Regereration Table says, if 1) Congestion
        Notification is enabled and 2) the port is acting in the
        cptEdge (4) CND defense mode.

        This object is ignored unless ieee8021CnPortPriDefModeChoice
        contains the value cpcAdmin (1).
       "
  DEFVAL	{ 0 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnPortPriTable(4) ieee8021CnPortPriEntry(1) 9 }

.1.3.111.2.802.1.1.18.1.5
ieee8021CnCpTable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each row in this table supplies values for one
        Congestion Point (CP).

        This table is indexed by component, port (interface), and
        an arbitrary CP index.  This arbitrary CP index is not
        necessarily the Congestion Point Identifier (CPID) carried in
        Congestion Notification Messages (CNMs).

        Creating an entry in ieee8021CnCompntPriTable can create an
        entry in this table, with the default values, on all ports in
        the bridge component or end station.  Because more than one
        Congestion Notification Priority Value (CNPV) can flow
        through a single CP, the creation of an entry in
        ieee8021CnCompntPriTable does not necessarily create a new
        entry in this table.  An end station can have more than one
        CP for the same CNPV, so creating an entry in
        ieee8021CnCompntPriTable can create multiple entries in this
        table.

        Because each port in a bridge component or end station can have
        a different relationship between CNPVs and CPs, the entries
        created or deleted on each port can be different.

        Deleting the last entry in ieee8021CnCompntPriTable for a
        CNPV passing through the CP controlled by this entry deletes
        the entry on some or all of the ports in the bridge component
        or end station.

        Because each port in a bridge component or end station can have
        a different relationship between CNPVs and CPs, the entries
        created or deleted on each port can be different.

        The relationship between ieee8021CnCpIndex
        values and CPs depends on the implementation.

        The contents of this table SHALL be maintained across a restart
        of the system, except as noted in the description of
        ieee8021CnCpIfIndex.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) 5 }

.1.3.111.2.802.1.1.18.1.5.1
ieee8021CnCpEntry OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CnCpComponentId, ieee8021CnCpIfIndex, ieee8021CnCpIndex }
  DESCRIPTION	"An entry in the Congestion Point table controls a single
        Congestion Point on a port in a bridge component or end station.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) 1 }

.1.3.111.2.802.1.1.18.1.5.1.1
ieee8021CnCpComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CnCpEntry applies.  If the system is
        not a Bridge, or if only one component is present in the
        Bridge, then this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 1 }

.1.3.111.2.802.1.1.18.1.5.1.2
ieee8021CnCpIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the port or aggregated port
        to which the entry applies.

        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this object, and rearrange the order of the
        ieee8021CnCpTable, so that the value in ieee8021CnCpIfIndex
        references the row in the ifXTable with the same value for
        ifAlias that it referenced before the system restart.  If no
        such entry exists in the ifXTable, then the system SHALL delete
        the row in the ieee8021CnCpTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 2 }

.1.3.111.2.802.1.1.18.1.5.1.3
ieee8021CnCpIndex OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32 (1..4096) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is an arbitrary integer indexing the entries in
        this table among the entries for the same component and
        interface.  In a system that supports no more than one
        Congestion Point per priority per interface, ieee8021CnCpIndex
        SHALL be equal to the lowest numerical
        Congestion Notification Priority Value served by this
        Congestion Point.  Otherwise, it SHOULD be a small integer
        value.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 3 }

.1.3.111.2.802.1.1.18.1.5.1.4
ieee8021CnCpPriority OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the lowest numerical
        Congestion Notification Priority Value that this entry's
        Congestion Point serves.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 4 }

.1.3.111.2.802.1.1.18.1.5.1.5
ieee8021CnCpMacAddress OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the MAC address used as the source
        address in Congestion Notification Message transmitted
        by this Congestion Point.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 5 }

.1.3.111.2.802.1.1.18.1.5.1.6
ieee8021CnCpIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the Congestion Point Identifier (CPID)
        transmitted in Congestion Notification Message by this
        Congestion Point.

        It is not specified whether the CPID reported in a CNM by a CP
        that serves multiple CNPVs does or does not have the same value
        for its different CNPVs.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 6 }

.1.3.111.2.802.1.1.18.1.5.1.7
ieee8021CnCpQueueSizeSetPoint OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32 (100..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is the set point for the queue managed by this
        Congestion Point (CP).  Congestion Notification Messages are
        transmitted to the sources of frames queued in this CP's
        queue in order to keep the total number of octets stored in
        the queue at this set point.
       "
  DEFVAL	{ 26000 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 7 }

.1.3.111.2.802.1.1.18.1.5.1.8
ieee8021CnCpFeedbackWeight OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Integer32 (-10..10) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the weight (cpW) change in queue length
        in the calculation of cpFb when the Congestion Point is
        generating a Congestion Notification Message.

        The weight cpW is equal to two to the power of this object.
        Thus, if this object contains a -1, cpW = 1/2.
       "
  DEFVAL	{ 1 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 8 }

.1.3.111.2.802.1.1.18.1.5.1.9
ieee8021CnCpMinSampleBase OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32 (10000..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object determines the minimum number of octets to
        enqueue in the Congestion Point's queue between transmissions
        of Congestion Notification Messages.
       "
  DEFVAL	{ 150000 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 9 }

.1.3.111.2.802.1.1.18.1.5.1.10
ieee8021CnCpDiscardedFrames OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of data frames discarded by the queue controlled
        by this Congestion Point due to queue congestion.

        Discontinuities in the value of this counter can occur
        at re-initialization of the management system, and at
        other times as indicated by the value of
        ifCounterDiscontinuityTime object of the associated
        interface (if any).
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 10 }

.1.3.111.2.802.1.1.18.1.5.1.11
ieee8021CnCpTransmittedFrames OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of data frames passed on to the queue controlled by
        this Congestion Point that were not discarded due to queue
        congestion.

        Discontinuities in the value of this counter can occur
        at re-initialization of the management system, and at
        other times as indicated by the value of
        ifCounterDiscontinuityTime object of the associated
        interface (if any).
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 11 }

.1.3.111.2.802.1.1.18.1.5.1.12
ieee8021CnCpTransmittedCnms OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of Congestion Notification Message transmitted
        by this Congestion Point.

        Discontinuities in the value of this counter can occur
        at re-initialization of the management system, and at
        other times as indicated by the value of
        ifCounterDiscontinuityTime object of the associated
        interface (if any).
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 12 }

.1.3.111.2.802.1.1.18.1.5.1.13
ieee8021CnCpMinHeaderOctets OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32 (0..64) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Specifies the minimum number of octets to be returned in a
        Congestion Notification Message from the mac_service_data_unit
        of the data frame that triggered transmission of the CNM.  If
        the mac_service_data_unit has fewer octets than the value of
        this object, then all of the mac_service_data_unit is returned
        in the CNM.
       "
  DEFVAL	{ 0 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpTable(5) ieee8021CnCpEntry(1) 13 }

.1.3.111.2.802.1.1.18.1.6
ieee8021CnCpidToInterfaceTable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table allows the network manager to obtain the
        interface index and CP index needed to access an entry in
        the ieee8021CnCpTable, given a Congestion Point Identifier
        (CPID) received a Congestion Notification Messages (CNMs).

        Upon a restart of the system, the system SHALL, if necessary,
        update this table to be consistent with the ieee8021CnCpTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) 6 }

.1.3.111.2.802.1.1.18.1.6.1
ieee8021CnCpidToInterfaceEntry OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CnCpidToIfCpid }
  DESCRIPTION	"An entry in the ieee8021CnCpidToInterfaceTable.  Translates
        a Congestion Point Identifier to a component identifier,
        interface index, and CP index
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpidToInterfaceTable(6) 1 }

.1.3.111.2.802.1.1.18.1.6.1.1
ieee8021CnCpidToIfCpid OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	OCTET STRING (8) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is the Congestion Point Identifier (CPID)
        transmitted in Congestion Notification Message by a
        Congestion Point residing in this bridge component or
        end station.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpidToInterfaceTable(6) ieee8021CnCpidToInterfaceEntry(1) 1 }

.1.3.111.2.802.1.1.18.1.6.1.2
ieee8021CnCpidToIfComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CnCpidToInterfaceEntry applies.  If the system
        is not a Bridge, or if only one component is present in the
        Bridge, then this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpidToInterfaceTable(6) ieee8021CnCpidToInterfaceEntry(1) 2 }

.1.3.111.2.802.1.1.18.1.6.1.3
ieee8021CnCpidToIfIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the interface on which the selected
        Congestion Point resides.  This value can be used, along
        with ieee8021CnCpidToIfCpIndex, to find the Congestion Point
        in the ieee8021CnCpTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpidToInterfaceTable(6) ieee8021CnCpidToInterfaceEntry(1) 3 }

.1.3.111.2.802.1.1.18.1.6.1.4
ieee8021CnCpidToIfCpIndex OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32 (1..4096) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the Congestion Point's index on the
        interface on which the selected Congestion Point resides.
        This value can be used, along with ieee8021CnCpidToIfIfIndex,
        to find the Congestion Point in the ieee8021CnCpTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnCpidToInterfaceTable(6) ieee8021CnCpidToInterfaceEntry(1) 4 }

.1.3.111.2.802.1.1.18.1.7
ieee8021CnRpPortPriTable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each row in this table supplies values for all of the
        Reaction Points (RPs) on one Port and one priority of an end
        station or bridge component.  This table is indexed by
        component, port (interface), and priority.

        Creating an entry in ieee8021CnCompntPriTable can create an
        entry in this table, with the default values, on all ports
        in the end station.

        Deleting the an entry in ieee8021CnCompntPriTable for a
        CNPV passing through the RP controlled by this entry deletes
        entries on some or all of the ports in the end station.

        The contents of this table SHALL be maintained across a restart
        of the system, except as noted in the description of
        ieee8021CnRpPortPriIfIndex.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) 7 }

.1.3.111.2.802.1.1.18.1.7.1
ieee8021CnRpPortPriEntry OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CnRpPortPriComponentId, ieee8021CnRpPortPriPriority, ieee8021CnRpPortPriIfIndex }
  DESCRIPTION	"An entry in the Reaction Point table controls all of the
        Reaction Points on a port in an end station that share the same
        priority value.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpPortPriTable(7) 1 }

.1.3.111.2.802.1.1.18.1.7.1.1
ieee8021CnRpPortPriComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CnRpGroupEntry applies.  If the system is
        not a Bridge, or if only one component is present in the
        Bridge, then this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpPortPriTable(7) ieee8021CnRpPortPriEntry(1) 1 }

.1.3.111.2.802.1.1.18.1.7.1.2
ieee8021CnRpPortPriPriority OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates the lowest numerical
        Congestion Notification Priority Value that this entry's
        Reaction Point serves.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpPortPriTable(7) ieee8021CnRpPortPriEntry(1) 2 }

.1.3.111.2.802.1.1.18.1.7.1.3
ieee8021CnRpPortPriIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates the interface on which the selected
        Reaction Points reside.

        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this object, and rearrange the order of the
        ieee8021CnRpPortPriTable, so that the value in
        ieee8021CnRpPortPriIfIndex references the row in the ifXTable
        with the same value for ifAlias that it referenced before the
        system restart.  If no such entry exists in the ifXTable, then
        the system SHALL delete the row in the
        ieee8021CnRpPortPriTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpPortPriTable(7) ieee8021CnRpPortPriEntry(1) 3 }

.1.3.111.2.802.1.1.18.1.7.1.4
ieee8021CnRpPortPriMaxRps OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32 (1..100) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"An integer controlling the maximum number of Reaction Points
        allowed for this CNPV on this Port. An end station SHALL
        not create more than this many Reaction Point on this Port,
        but it MAY create fewer.
       "
  DEFVAL	{ 1 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpPortPriTable(7) ieee8021CnRpPortPriEntry(1) 4 }

.1.3.111.2.802.1.1.18.1.7.1.5
ieee8021CnRpPortPriCreatedRps OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object returns the number of times any of the
        Reaction Points (RPs) controlled by this entry has had
        its rpEnabled variable set TRUE by the reception of a
        Congestion Notification Message.

        Dividing the change in ieee8021CnRpPortPriCentiseconds by the
        change in this object over a time interval yields the average
        lifetime of an active RP during that interval.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpPortPriTable(7) ieee8021CnRpPortPriEntry(1) 5 }

.1.3.111.2.802.1.1.18.1.7.1.6
ieee8021CnRpPortPriCentiseconds OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Counter64
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object returns the total number of centi-seconds that
        any of the Reaction Points (RPs) controlled by this entry
        has had its rpEnabled variable in the TRUE state.  That is,
        once each centi-second, this counter is incremented by the
        number of RPs this entry controls that are actively rate
        limiting output frames.

        Dividing the change in this object over a time interval by the
        length of the interval yields the average number of RPs active
        over that interval.  Dividing the change in this object by the
        change in ieee8021CnRpPortPriCreatedRps over that same time
        interval yields the average lifetime of an active RP during that
        interval.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpPortPriTable(7) ieee8021CnRpPortPriEntry(1) 6 }

.1.3.111.2.802.1.1.18.1.8
ieee8021CnRpGroupTable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Each row in this table supplies values for one or more
        Reaction Points (RPs).  This table is indexed by component,
        port (interface), and an arbitrary RP index.

        Creating an entry in ieee8021CnCompntPriTable can create an
        entry in this table, with the default values, on all ports
        in the end station.  An end station can have more than one
        RP for the same Congestion Notification Priority Value
        (CNPV), so creating an entry in ieee8021CnCompntPriTable can
        create multiple entries in this table.

        Because each port in a bridge component or end station can have
        a different relationship between CNPVs and RPs, the entries
        created or deleted on each port can be different.

        Deleting the an entry in ieee8021CnCompntPriTable for a
        CNPV passing through the RP controlled by this entry deletes
        entries on some or all of the ports in the end station.

        Because each port in an end station can have a
        different relationship between CNPVs and RPs, the entries
        created or deleted on each port can be different.

        The relationship between ieee8021CnRpgIdentifier
        values and RPs is an implementation dependent matter.

        The contents of this table SHALL be maintained across a restart
        of the system, except as noted in the description of
        ieee8021CnRpgIfIndex.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) 8 }

.1.3.111.2.802.1.1.18.1.8.1
ieee8021CnRpGroupEntry OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021CnRpgComponentId, ieee8021CnRpgPriority, ieee8021CnRpgIfIndex, ieee8021CnRpgIdentifier }
  DESCRIPTION	"An entry in the Reaction Point table controls a group of
        Reaction Points, on a port in an end station.  All of the
        Reaction Point controlled by this entry serve the same
        Congestion Notification Priority Value.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) 1 }

.1.3.111.2.802.1.1.18.1.8.1.1
ieee8021CnRpgComponentId OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The bridge component within the system to which the information
        in this ieee8021CnRpGroupEntry applies.  If the system is
        not a Bridge, or if only one component is present in the
        Bridge, then this variable (index) MUST be equal to 1.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 1 }

.1.3.111.2.802.1.1.18.1.8.1.2
ieee8021CnRpgPriority OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION IEEE8021PriorityValue
  SYNTAX	Unsigned32 (0..7) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates the lowest numerical
        Congestion Notification Priority Value that this entry's
        Reaction Point serves.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 2 }

.1.3.111.2.802.1.1.18.1.8.1.3
ieee8021CnRpgIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION InterfaceIndex
  SYNTAX	Integer32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object indicates the interface on which the group of
        Reaction Points reside.

        Upon a restart of the system, the system SHALL, if necessary,
        change the value of this object, and rearrange the order of the
        ieee8021CnRpGroupTable, so that the value in
        ieee8021CnRpgIfIndex references the row in the ifXTable with
        the same value for ifAlias that it referenced before the system
        restart.  If no such entry exists in the ifXTable, then the
        system SHALL delete the row in the ieee8021CnRpGroupTable.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 3 }

.1.3.111.2.802.1.1.18.1.8.1.4
ieee8021CnRpgIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32 (1..4096) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object is an arbitrary integer indexing the entries in
        this table among the entries for the same interface.  This
        index SHOULD, where possible, be equal to the
        Congestion Notification Priority Value served by this
        Reaction Point.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 4 }

.1.3.111.2.802.1.1.18.1.8.1.5
ieee8021CnRpgEnable OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Controls the rpEnabled variable of the Reaction Point state
        machines of the Reaction Points (RPs) controlled by this
        entry as follows:
            true(1)     The rpEnabled variable for the RPs controlled by
                        this object are not held in the FALSE state,
                        thus enabling them to pay attention to received
                        CNMs.
            false(2)    The rpEnabled variable for the RPs controlled by
                        this object are held in the FALSE state, thus
                        disabling them from paying attention to received
                        CNMs.
       "
  DEFVAL	{ true }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 5 }

.1.3.111.2.802.1.1.18.1.8.1.6
ieee8021CnRpgTimeReset OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  -- TEXTUAL CONVENTION TimeInterval
  SYNTAX	INTEGER (0..2147483647) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the value for all of the state machine
        variables, rpgTimeReset, used to reset the timers RpWhile.
       "
  DEFVAL	{ 15 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 6 }

.1.3.111.2.802.1.1.18.1.8.1.7
ieee8021CnRpgByteReset OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the value for all of the state machine
        variables, rpgByteReset, used to reset the counters
        rpByteCount.
       "
  DEFVAL	{ 150000 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 7 }

.1.3.111.2.802.1.1.18.1.8.1.8
ieee8021CnRpgThreshold OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the number of times rpByteStage or
        rpTimeStage can count before the
        RP rate control state machine advances states.
       "
  DEFVAL	{ 5 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 8 }

.1.3.111.2.802.1.1.18.1.8.1.9
ieee8021CnRpgMaxRate OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the maximum rate, in multiples of 1 Mbit/s,
        at which an RP can transmit. Default value is the speed of the
        port. A system SHALL support a minimim  value for this object
        that is no larger than 5 Mbits/s (object value 5). This rate
        includes all bits consequent to transmitting the frame on the
        LAN, including preamble, inter-frame gap, etc.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 9 }

.1.3.111.2.802.1.1.18.1.8.1.10
ieee8021CnRpgAiRate OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the transmission rate increment in the
        RPR_ACTIVE_INCREASE state (rpgAiRate) in multiples of 1 Mbit/s.
        This rate includes all bits consequent to transmitting the
        frame on the LAN, including preamble, inter-frame gap, etc.
       "
  DEFVAL	{ 5 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 10 }

.1.3.111.2.802.1.1.18.1.8.1.11
ieee8021CnRpgHaiRate OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the transmission rate increment in the
        RPR_HYPER_INCREASE state (rpgHaiRate) in multiples of 1 Mbit/s.
        This rate includes all bits consequent to transmitting the
        frame on the LAN, including preamble, inter-frame gap, etc.
       "
  DEFVAL	{ 50 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 11 }

.1.3.111.2.802.1.1.18.1.8.1.12
ieee8021CnRpgGd OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the number of bits that the value of the
        Quantized Feedback field received in a CNM PDU is shifted to
        the right to decrease rpTargetRate. rpgGd is thus 2 to the
        negative power of this object, e.g., 7 means rpgGd = 1/128.
       "
  DEFVAL	{ 7 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 12 }

.1.3.111.2.802.1.1.18.1.8.1.13
ieee8021CnRpgMinDecFac OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32 (1..100) 
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the minimum factor by which the current
        RP transmit rate rpCurrentRate can be changed by reception
        of a Congestion Notification Message.  Its integer value
        represents a percentage, from 1% to 100%.
       "
  DEFVAL	{ 50 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 13 }

.1.3.111.2.802.1.1.18.1.8.1.14
ieee8021CnRpgMinRate OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object controls the minimum transmission rate (rpgMinRate)
        in multiples of 1 Mbit/s.  A system SHALL support a value for
        this object that is no larger than 5 Mbit/s per second.
        This rate includes all bits consequent to transmitting the
        frame on the LAN, including preamble, inter-frame gap, etc.
       "
  DEFVAL	{ 5 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnMIBObjects(1) ieee8021CnRpGroupTable(8) ieee8021CnRpGroupEntry(1) 14 }

.1.3.111.2.802.1.1.18.2
ieee8021CnConformance OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) 2 }

.1.3.111.2.802.1.1.18.2.1
ieee8021CnCompliances OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) 1 }

.1.3.111.2.802.1.1.18.2.1.1
ieee8021CnBridgeCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"The compliance statement for support by a bridge of
        the IEEE8021-CN-MIB module."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnCompliances(1) 1 }

.1.3.111.2.802.1.1.18.2.1.2
ieee8021CnStationCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"The compliance statement for support by an end station of
        the IEEE8021-CN-MIB module."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnCompliances(1) 2 }

.1.3.111.2.802.1.1.18.2.2
ieee8021CnGroups OBJECT-TYPE
  -- FROM	IEEE8021-CN-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) 2 }

.1.3.111.2.802.1.1.18.2.2.1
ieee8021CnGlobalReqdGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects in the global required group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 1 }

.1.3.111.2.802.1.1.18.2.2.2
ieee8021CnCpGlobalGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects in the Congestion Point global group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 2 }

.1.3.111.2.802.1.1.18.2.2.3
ieee8021CnCpidTranslateGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects in the CPID translate group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 3 }

.1.3.111.2.802.1.1.18.2.2.4
ieee8021CnEplGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects for the Errored Ports Table group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 4 }

.1.3.111.2.802.1.1.18.2.2.5
ieee8021CnComPriGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects for the global per-priority group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 5 }

.1.3.111.2.802.1.1.18.2.2.6
ieee8021CnCpPriGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects for the Congestion Point per-priority group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 6 }

.1.3.111.2.802.1.1.18.2.2.7
ieee8021CnGlobalPriPortGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects for the global per-priority per-port group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 7 }

.1.3.111.2.802.1.1.18.2.2.8
ieee8021CnCpPriPortGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects for the Congestion Point per-priority per-port
        group.
       "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 8 }

.1.3.111.2.802.1.1.18.2.2.9
ieee8021CnCpGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects for the Congestion Point group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 9 }

.1.3.111.2.802.1.1.18.2.2.10
ieee8021CnRpppGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects for the Reaction Point per-Port per-priority group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 10 }

.1.3.111.2.802.1.1.18.2.2.11
ieee8021CnRpGroup OBJECT-GROUP
  -- FROM	IEEE8021-CN-MIB
  DESCRIPTION	"Objects for the Reaction Point group."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021CnMib(18) ieee8021CnConformance(2) ieee8021CnGroups(2) 11 }

.1.3.111.2.802.1.1.24
ieee8021BridgeEvbMib MODULE-IDENTITY
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The EVB MIB module for managing devices that support
         Ethernet Virtual Bridging.

         Unless otherwise indicated, the references in this MIB
         module are to IEEE Std 802.1Q-2011.

         Copyright (C) IEEE.
         This version of this MIB module is part of IEEE802.1Q;
         see the draft itself for full legal notices."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 24 }

.1.3.111.2.802.1.1.24.0
ieee8021BridgeEvbNotifications OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) 0 }

.1.3.111.2.802.1.1.24.1
ieee8021BridgeEvbObjects OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) 1 }

.1.3.111.2.802.1.1.24.1.1
ieee8021BridgeEvbSys OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) 1 }

.1.3.111.2.802.1.1.24.1.1.1
ieee8021BridgeEvbSysType OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {evbBridge(1), evbStation(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The evbSysType determines if this is an EVB Bridge
                  or EVB station."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 1 }

.1.3.111.2.802.1.1.24.1.1.2
ieee8021BridgeEvbSysNumExternalPorts OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32 (1..4095) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The evbSysNumExternalPorts parameter indicates how
                  many externally accessible port are available."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 2 }

.1.3.111.2.802.1.1.24.1.1.3
ieee8021BridgeEvbSysEvbLldpTxEnable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to initialize the LLDP EVB
                  objects for new SBPs and URPS.
                  When set to 'true' a new SBP or URP will place the local
                  EVB objects in the LLDP nearest Customer database;
                  when set to 'false' a new SBP or URP will not place
                  the local EVB objects in the LLDP database."
  DEFVAL	{ true }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 3 }

.1.3.111.2.802.1.1.24.1.1.4
ieee8021BridgeEvbSysEvbLldpManual OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"This object is used to initialize the LLDP EVB
                  objects for new SBPs and URPS.
                  When set to 'false' the operating configuration
                  will be determined by the comparison between
                  the local and remote LLDP EVB objects
                  (automatic), regardless of the setting of
                  ieee8021BridgeEvbSysLldpTxEnable.
                  When ieee8021BridgeEvbSysLldpManual is 'true' the
                  configuration will be determined by the setting
                  of the local EVB objects only (manual)."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 4 }

.1.3.111.2.802.1.1.24.1.1.5
ieee8021BridgeEvbSysEvbLldpGidCapable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of this object is used as the default
                  value of the BGID or SGID bit of the EVB LLDP TLV string."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 5 }

.1.3.111.2.802.1.1.24.1.1.6
ieee8021BridgeEvbSysEcpAckTimer OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value indicating the  Bridge Proposed ECP ackTimer."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 6 }

.1.3.111.2.802.1.1.24.1.1.7
ieee8021BridgeEvbSysEcpMaxRetries OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Integer32 (0..7) 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value indicating the Bridge ECP maxRetries."
  DEFVAL	{ 3 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 7 }

.1.3.111.2.802.1.1.24.1.1.8
ieee8021BridgeEvbSysVdpDfltRsrcWaitDelay OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value indicating the  Bridge Resource VDP Timeout."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 8 }

.1.3.111.2.802.1.1.24.1.1.9
ieee8021BridgeEvbSysVdpDfltReinitKeepAlive OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"A value indicating the Bridge Proposed VDP Keep Alive Timeout."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 9 }

.1.3.111.2.802.1.1.24.1.1.10
ieee8021BridgeEvbSbpTable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains Station-facing Bridge Port (SBP)
         details."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) 10 }

.1.3.111.2.802.1.1.24.1.1.10.1
ieee8021BridgeEvbSbpEntry OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeEvbSbpComponentID, ieee8021BridgeEvbSbpPortNumber }
  DESCRIPTION	"A list of objects describing SBP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) ieee8021BridgeEvbSbpTable(10) 1 }

.1.3.111.2.802.1.1.24.1.1.10.1.1
ieee8021BridgeEvbSbpComponentID OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The SBP component ID"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) ieee8021BridgeEvbSbpTable(10) ieee8021BridgeEvbSbpEntry(1) 1 }

.1.3.111.2.802.1.1.24.1.1.10.1.2
ieee8021BridgeEvbSbpPortNumber OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The SBP port number."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) ieee8021BridgeEvbSbpTable(10) ieee8021BridgeEvbSbpEntry(1) 2 }

.1.3.111.2.802.1.1.24.1.1.10.1.3
ieee8021BridgeEvbSbpLldpManual OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The evbSbpLldpManual parameter switches EVB TLVs to manual mode.
     In manual mode the running parameters are determined solely from
     the local LLDP database values."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) ieee8021BridgeEvbSbpTable(10) ieee8021BridgeEvbSbpEntry(1) 3 }

.1.3.111.2.802.1.1.24.1.1.10.1.4
ieee8021BridgeEvbSbpVdpOperRsrcWaitDelay OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value used to initialize the waitWhile timer
                  (41.4.5.7) by the station VDP state machine when
                  the state machine is waiting for a response."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) ieee8021BridgeEvbSbpTable(10) ieee8021BridgeEvbSbpEntry(1) 4 }

.1.3.111.2.802.1.1.24.1.1.10.1.5
ieee8021BridgeEvbSbpVdpOperReinitKeepAlive OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value used to initialize the waitWhile timer
                  (41.4.5.5) by the station VDP state machine in
                  order to determine when to transmit a keep alive
                  message."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) ieee8021BridgeEvbSbpTable(10) ieee8021BridgeEvbSbpEntry(1) 5 }

.1.3.111.2.802.1.1.24.1.1.10.1.6
ieee8021BridgeEvbSbpVdpOperToutKeepAlive OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value used to initialize the waitWhile timer
                  (41.4.5.13) by the EVBCB VDP state machine in order to
                  determine when to transmit a keep alive message."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSys(1) ieee8021BridgeEvbSbpTable(10) ieee8021BridgeEvbSbpEntry(1) 6 }

.1.3.111.2.802.1.1.24.1.2
ieee8021BridgeEvbVSIDBObjects OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) 2 }

.1.3.111.2.802.1.1.24.1.2.1
ieee8021BridgeEvbVSIDBTable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains database of the active Virtual Station
         Interfaces."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) 1 }

.1.3.111.2.802.1.1.24.1.2.1.1
ieee8021BridgeEvbVSIDBEntry OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeEvbVSIComponentID, ieee8021BridgeEvbVSIPortNumber, ieee8021BridgeEvbVSIIDType, ieee8021BridgeEvbVSIID }
  DESCRIPTION	"A list of objects containing database of the active Virtual Station
         Interfaces."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) 1 }

.1.3.111.2.802.1.1.24.1.2.1.1.1
ieee8021BridgeEvbVSIComponentID OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The evbVSIComponentID is the ComponentID for the
                 C-VLAN component of the EVB Bridge or for the edge
                 relay of the EVB station."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 1 }

.1.3.111.2.802.1.1.24.1.2.1.1.2
ieee8021BridgeEvbVSIPortNumber OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The evbVSIPortNumber is the Port Number for the SBP
                 or URP where the VSI is accessed."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 2 }

.1.3.111.2.802.1.1.24.1.2.1.1.3
ieee8021BridgeEvbVSIIDType OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {vsiidIpv4(1), vsiidIpv6(2), vsiidMAC(3), vsiidLocal(4), vsiidUUID(5)} 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object specifies the VSIID Type for the VSIID in the DCN "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 3 }

.1.3.111.2.802.1.1.24.1.2.1.1.4
ieee8021BridgeEvbVSIID OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	OCTET STRING (16) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object specifies the VSIID that uniquely identifies the VSI
         in the DCN "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 4 }

.1.3.111.2.802.1.1.24.1.2.1.1.5
ieee8021BridgeEvbVSITimeSinceCreate OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the time since creation "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 5 }

.1.3.111.2.802.1.1.24.1.2.1.1.6
ieee8021BridgeEvbVsiVdpOperCmd OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {preAssociate(1), preAssociateWithRsrcReservation(2), associate(3), deAssociate(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the type of TLV."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 6 }

.1.3.111.2.802.1.1.24.1.2.1.1.7
ieee8021BridgeEvbVsiOperRevert OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The evbOperRevert status indicator shows the most
                 recent value of the KEEP indicator from the VDP
                 protocol exchange."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 7 }

.1.3.111.2.802.1.1.24.1.2.1.1.8
ieee8021BridgeEvbVsiOperHard OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The evbVsiHard status indicator shows the most
                 recent value of the HARD indicator from the VDP
                 protocol exchange."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 8 }

.1.3.111.2.802.1.1.24.1.2.1.1.9
ieee8021BridgeEvbVsiOperReason OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	BITS {success(0), invalidFormat(1), insufficientResources(2), otherfailure(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the outcome of a request."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 9 }

.1.3.111.2.802.1.1.24.1.2.1.1.10
ieee8021BridgeEvbVSIMgrID OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object identifies the VSI Manager with a database that holds
         the detailed  VSI type and or instance definitions."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 10 }

.1.3.111.2.802.1.1.24.1.2.1.1.11
ieee8021BridgeEvbVSIType OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The VTID is an integer value used to identify
                 a pre-configured set of  controls and attributes
                 that are associated with a set of VSIs."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 11 }

.1.3.111.2.802.1.1.24.1.2.1.1.12
ieee8021BridgeEvbVSITypeVersion OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	OCTET STRING (1) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The VSI Type Version is an integer identifier designating the
         expected/desired VTID version.  The VTID version allows a VSI
         Manager Database to contain multiple versions of a  given VSI
         Type, allowing smooth migration to newer VSI types."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 12 }

.1.3.111.2.802.1.1.24.1.2.1.1.13
ieee8021BridgeEvbVSIMvFormat OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {basic(1), partial(2), vlanOnly(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the MAC/VLAN format.
         basic   - Basic MAC/VLAN format
         partial - Partial MAC/VLAN format
         vlanOnly - Vlan-only MAC/VLAN format
        "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 13 }

.1.3.111.2.802.1.1.24.1.2.1.1.14
ieee8021BridgeEvbVSINumMACs OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Integer32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the the number of MAC address/VLAN ID pairs
         contained in the repeated portion of the MAC/VLANs field in the
         VDP TLV."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 14 }

.1.3.111.2.802.1.1.24.1.2.1.1.15
ieee8021BridgeEvbVDPMachineState OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {preAssociate(1), preAssociateWithRsrcReservation(2), associate(3), deAssociate(4)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the VDP state machine. "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 15 }

.1.3.111.2.802.1.1.24.1.2.1.1.16
ieee8021BridgeEvbVDPCommandsSucceeded OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the VDP number of successful commands since
         creation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 16 }

.1.3.111.2.802.1.1.24.1.2.1.1.17
ieee8021BridgeEvbVDPCommandsFailed OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the VDP number of failed commands since
         creation "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 17 }

.1.3.111.2.802.1.1.24.1.2.1.1.18
ieee8021BridgeEvbVDPCommandReverts OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object specifies the VDP command reverts since creation  "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 18 }

.1.3.111.2.802.1.1.24.1.2.1.1.19
ieee8021BridgeEvbVDPCounterDiscontinuity OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	TimeTicks
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The time (in hundredths of a second) since the
         last counter discontinuity."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBTable(1) ieee8021BridgeEvbVSIDBEntry(1) 19 }

.1.3.111.2.802.1.1.24.1.2.2
ieee8021BridgeEvbVSIDBMacTable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains database of the active Virtual Station
         Interfaces."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) 2 }

.1.3.111.2.802.1.1.24.1.2.2.1
ieee8021BridgeEvbVSIDBMacEntry OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeEvbVSIComponentID, ieee8021BridgeEvbVSIPortNumber, ieee8021BridgeEvbVSIIDType, ieee8021BridgeEvbVSIID, ieee8021BridgeEvbGroupID, ieee8021BridgeEvbVSIMac, ieee8021BridgeEvbVSIVlanId }
  DESCRIPTION	"A list of objects containing database of the MAC/VLANs
         associated with Virtual Station Interfaces."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBMacTable(2) 1 }

.1.3.111.2.802.1.1.24.1.2.2.1.1
ieee8021BridgeEvbGroupID OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Group ID"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBMacTable(2) ieee8021BridgeEvbVSIDBMacEntry(1) 1 }

.1.3.111.2.802.1.1.24.1.2.2.1.2
ieee8021BridgeEvbVSIMac OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The mac-address part of the MAC/VLANs for a VSI."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBMacTable(2) ieee8021BridgeEvbVSIDBMacEntry(1) 2 }

.1.3.111.2.802.1.1.24.1.2.2.1.3
ieee8021BridgeEvbVSIVlanId OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Vlan ID part of the MAC/VLANs for a VSI."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbVSIDBObjects(2) ieee8021BridgeEvbVSIDBMacTable(2) ieee8021BridgeEvbVSIDBMacEntry(1) 3 }

.1.3.111.2.802.1.1.24.1.3
ieee8021BridgeEvbSChannelObjects OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) 3 }

.1.3.111.2.802.1.1.24.1.3.1
ieee8021BridgeEvbUAPConfigTable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains  configuration parameters for UAP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) 1 }

.1.3.111.2.802.1.1.24.1.3.1.1
ieee8021BridgeEvbUAPConfigEntry OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgePhyPort }
  DESCRIPTION	"A list of objects containing information to configure the
         attributes for UAP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) 1 }

.1.3.111.2.802.1.1.24.1.3.1.1.1
ieee8021BridgeEvbUAPComponentId OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ComponentID of the port for the UAP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 1 }

.1.3.111.2.802.1.1.24.1.3.1.1.2
ieee8021BridgeEvbUAPPort OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port number of the port for the UAP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 2 }

.1.3.111.2.802.1.1.24.1.3.1.1.3
ieee8021BridgeEvbUapConfigIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the instance of the IfIndex object,
         defined in the IF-MIB, for the interface corresponding
         to this port, or the value 0 if the port has not been
         bound to an underlying frame source and sink."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 3 }

.1.3.111.2.802.1.1.24.1.3.1.1.4
ieee8021BridgeEvbUAPSchCdcpAdminEnable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Administrative staus of CDCP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 4 }

.1.3.111.2.802.1.1.24.1.3.1.1.5
ieee8021BridgeEvbUAPSchAdminCDCPRole OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {cdcpRoleB(1), cdcpRoleS(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administratively configured value for the local
         port's role parameter. The value of AdminRole is not reflected in
         the S-channel TLV. The AdminRole may take the value S or B.
         S indicates  the sender is unwilling to accept S-channels
         configuration  (mode, # channels supported, channel index) from
         its neighbor and that the sender is willing to accept SVID
         assignments from the neighbor.  Stations usually take the S role.
         B indicates the sender is willing to accept  S-channels
         configuration (mode, # channels supported, channel index)
         from its neighbor and that the sender is willing do the best
         it can to fill  the SVID assignments
         from the neighbor. Bridges usually take the B role."
  DEFVAL	{ 1 }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 5 }

.1.3.111.2.802.1.1.24.1.3.1.1.6
ieee8021BridgeEvbUAPSchAdminCDCPChanCap OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Integer32 (1..167) 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administratively configured value for the
                       Number of Channels supported parameter. This
                       value is included as the ChanCap parameter in
                       the S-channel TLV."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 6 }

.1.3.111.2.802.1.1.24.1.3.1.1.7
ieee8021BridgeEvbUAPSchOperCDCPChanCap OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Integer32 (1..167) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational value for the Number of Channels
                    supported parameter. This value is included
                    as the ChnCap parameter in the S-channel TLV."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 7 }

.1.3.111.2.802.1.1.24.1.3.1.1.8
ieee8021BridgeEvbUAPSchAdminCDCPSVIDPoolLow OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Determines the lowest S-VIDs available for
                      assignment by CDCP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 8 }

.1.3.111.2.802.1.1.24.1.3.1.1.9
ieee8021BridgeEvbUAPSchAdminCDCPSVIDPoolHigh OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION VlanIndex
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Determines the highest S-VIDs available for
                      assignment by CDCP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 9 }

.1.3.111.2.802.1.1.24.1.3.1.1.10
ieee8021BridgeEvbUAPSchOperState OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {running(1), notRunning(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The current runnning state of CDCP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 10 }

.1.3.111.2.802.1.1.24.1.3.1.1.11
ieee8021BridgeEvbSchCdcpRemoteEnabled OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {enable(1), disable(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"CDCP state for the remote S-channel."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 11 }

.1.3.111.2.802.1.1.24.1.3.1.1.12
ieee8021BridgeEvbSchCdcpRemoteRole OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	INTEGER {cdcpRoleB(1), cdcpRoleS(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The  value for the remote port's role parameter."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 12 }

.1.3.111.2.802.1.1.24.1.3.1.1.13
ieee8021BridgeEvbUAPConfigStorageType OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION StorageType
  SYNTAX	INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The storage type for this row. Rows in this table that
         were created through an external process may have a storage
         type of readOnly or permanent.
         For a storage type of permanent, none of the columns have
         to be writable."
  DEFVAL	{ nonVolatile }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 13 }

.1.3.111.2.802.1.1.24.1.3.1.1.14
ieee8021BridgeEvbUAPConfigRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus for creating a UAP table entry."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbUAPConfigTable(1) ieee8021BridgeEvbUAPConfigEntry(1) 14 }

.1.3.111.2.802.1.1.24.1.3.2
ieee8021BridgeEvbCAPConfigTable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains  configuration information for
         the S-Channel Access Ports (CAP)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) 2 }

.1.3.111.2.802.1.1.24.1.3.2.1
ieee8021BridgeEvbCAPConfigEntry OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgePhyPort, ieee8021BridgeEvbSchID }
  DESCRIPTION	"A list of objects containing information for the S-Channel
         Access Ports (CAP)"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbCAPConfigTable(2) 1 }

.1.3.111.2.802.1.1.24.1.3.2.1.1
ieee8021BridgeEvbSchID OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32 (1..4094) 
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This object represents the SVID for a ieee8021BridgeEvbSysType
         of evbBridge and a SCID(S-Channel ID) for a
         ieee8021BridgeEvbSysType of evbStation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbCAPConfigTable(2) ieee8021BridgeEvbCAPConfigEntry(1) 1 }

.1.3.111.2.802.1.1.24.1.3.2.1.2
ieee8021BridgeEvbCAPComponentId OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Component ID for S-channel Access Port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbCAPConfigTable(2) ieee8021BridgeEvbCAPConfigEntry(1) 2 }

.1.3.111.2.802.1.1.24.1.3.2.1.3
ieee8021BridgeEvbCapConfigIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value of the instance of the IfIndex object,
         defined in the IF-MIB, for the interface corresponding
         to this port, or the value 0 if the port has not been
         bound to an underlying frame source and sink.
         The underlying IfEntry indexed by this column MUST be persistent
         across reinitializations of the management system."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbCAPConfigTable(2) ieee8021BridgeEvbCAPConfigEntry(1) 3 }

.1.3.111.2.802.1.1.24.1.3.2.1.4
ieee8021BridgeEvbCAPPort OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Port number for the S-Channel Access Port."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbCAPConfigTable(2) ieee8021BridgeEvbCAPConfigEntry(1) 4 }

.1.3.111.2.802.1.1.24.1.3.2.1.5
ieee8021BridgeEvbCAPSChannelID OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"S-Channel ID (SCID) for this CAP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbCAPConfigTable(2) ieee8021BridgeEvbCAPConfigEntry(1) 5 }

.1.3.111.2.802.1.1.24.1.3.2.1.6
ieee8021BridgeEvbCAPAssociateSBPOrURPCompID OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Component ID of the Server Edge Port to be
                 associated with the CAP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbCAPConfigTable(2) ieee8021BridgeEvbCAPConfigEntry(1) 6 }

.1.3.111.2.802.1.1.24.1.3.2.1.7
ieee8021BridgeEvbCAPAssociateSBPOrURPPort OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Port number of the Server Edge Port to be
    associated with the CAP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbCAPConfigTable(2) ieee8021BridgeEvbCAPConfigEntry(1) 7 }

.1.3.111.2.802.1.1.24.1.3.2.1.8
ieee8021BridgeEvbCAPRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"RowStatus to create/destroy this table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbCAPConfigTable(2) ieee8021BridgeEvbCAPConfigEntry(1) 8 }

.1.3.111.2.802.1.1.24.1.3.3
ieee8021BridgeEvbURPTable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains  configuration information for
         the Uplink Relay Ports(URP)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) 3 }

.1.3.111.2.802.1.1.24.1.3.3.1
ieee8021BridgeEvbURPEntry OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeEvbURPComponentId, ieee8021BridgeEvbURPPort }
  DESCRIPTION	"A list of objects containing information for the Uplink
         Relay Ports(URP)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbURPTable(3) 1 }

.1.3.111.2.802.1.1.24.1.3.3.1.1
ieee8021BridgeEvbURPComponentId OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Component ID that the URP belongs to."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbURPTable(3) ieee8021BridgeEvbURPEntry(1) 1 }

.1.3.111.2.802.1.1.24.1.3.3.1.2
ieee8021BridgeEvbURPPort OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"port number of the urp."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbURPTable(3) ieee8021BridgeEvbURPEntry(1) 2 }

.1.3.111.2.802.1.1.24.1.3.3.1.3
ieee8021BridgeEvbURPIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The value of the instance of the IfIndex object,
         defined in the IF-MIB, for the interface corresponding
         to this port, or the value 0 if the port has not been
         bound to an underlying frame source and sink.

         It is an implementation specific decision as to whether
         this object may be modified if it has been created or
         if 0 is a legal value.

         The underlying IfEntry indexed by this column MUST be
         persistent across reinitializations of the management
         system. "
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbURPTable(3) ieee8021BridgeEvbURPEntry(1) 3 }

.1.3.111.2.802.1.1.24.1.3.3.1.4
ieee8021BridgeEvbURPBindToISSPort OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The evbURPBindToISSPort is the ISS Port Number where
                 the URP is attached.
                 This binding is optional and only required in some
                 systems."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbURPTable(3) ieee8021BridgeEvbURPEntry(1) 4 }

.1.3.111.2.802.1.1.24.1.3.3.1.6
ieee8021BridgeEvbURPLldpManual OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The evbUrpLldpManual parameter control how the EVB
                  TLV determines the operating values for parameters.
                  When set TRUE only the local EVB TLV will be used to
                  determine the parameters."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbURPTable(3) ieee8021BridgeEvbURPEntry(1) 6 }

.1.3.111.2.802.1.1.24.1.3.3.1.9
ieee8021BridgeEvbURPVdpOperRsrcWaitDelay OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The parameter evbURPVdpOperRsrcWaitDelay is the
                  exponent of 2 used to set the VDP resourceWaitDelay
                  timer at the EVB Bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbURPTable(3) ieee8021BridgeEvbURPEntry(1) 9 }

.1.3.111.2.802.1.1.24.1.3.3.1.10
ieee8021BridgeEvbURPVdpOperRespWaitDelay OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The evbUrpVdpOperRespWaitDelay is how long a
                  EVb station VDP will wait for a response from
                  the EVB Bridge VDP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbURPTable(3) ieee8021BridgeEvbURPEntry(1) 10 }

.1.3.111.2.802.1.1.24.1.3.3.1.11
ieee8021BridgeEvbURPVdpOperReinitKeepAlive OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The evbURPVdpOperReinitKeepAlive is the exponent
                  of 2 used to determine the time interval of Keep
                  Alives transmitted by the EVB station."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbURPTable(3) ieee8021BridgeEvbURPEntry(1) 11 }

.1.3.111.2.802.1.1.24.1.3.4
ieee8021BridgeEvbEcpTable OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table that contains  configuration information for
         the Edge Control Protocol (ECP)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) 4 }

.1.3.111.2.802.1.1.24.1.3.4.1
ieee8021BridgeEvbEcpEntry OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021BridgeEvbEcpComponentId, ieee8021BridgeEvbEcpPort }
  DESCRIPTION	"A list of objects containing information for theEdge Control
         Protocol (ECP)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbEcpTable(4) 1 }

.1.3.111.2.802.1.1.24.1.3.4.1.1
ieee8021BridgeEvbEcpComponentId OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbComponentIdentifier
  SYNTAX	Unsigned32 (1..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Component ID ."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbEcpTable(4) ieee8021BridgeEvbEcpEntry(1) 1 }

.1.3.111.2.802.1.1.24.1.3.4.1.2
ieee8021BridgeEvbEcpPort OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Port number."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbEcpTable(4) ieee8021BridgeEvbEcpEntry(1) 2 }

.1.3.111.2.802.1.1.24.1.3.4.1.3
ieee8021BridgeEvbEcpOperAckTimerInit OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  UNITS	""
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The initial value used to initialize ackTimer
                  (43.3.6.1)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbEcpTable(4) ieee8021BridgeEvbEcpEntry(1) 3 }

.1.3.111.2.802.1.1.24.1.3.4.1.4
ieee8021BridgeEvbEcpOperMaxRetries OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This integer variable defines the maximum number
                  of times that the ECP transmit state machine will
                  retry a transmission if no ACK is received."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbEcpTable(4) ieee8021BridgeEvbEcpEntry(1) 4 }

.1.3.111.2.802.1.1.24.1.3.4.1.5
ieee8021BridgeEvbEcpTxFrameCount OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The evbECPTxFrameCount is the number of ECP frame
                 transmitted since ECP was instanciated."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbEcpTable(4) ieee8021BridgeEvbEcpEntry(1) 5 }

.1.3.111.2.802.1.1.24.1.3.4.1.6
ieee8021BridgeEvbEcpTxRetryCount OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The evbECPTxRetryCount is the number of times
                  ECP re-tried transmission since ECP was
                  instanciated."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbEcpTable(4) ieee8021BridgeEvbEcpEntry(1) 6 }

.1.3.111.2.802.1.1.24.1.3.4.1.7
ieee8021BridgeEvbEcpTxFailures OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The evbECPTxFailures is the number of times ECP
                  failed to successfully deliver a frame since ECP
                  was instanciated."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbEcpTable(4) ieee8021BridgeEvbEcpEntry(1) 7 }

.1.3.111.2.802.1.1.24.1.3.4.1.8
ieee8021BridgeEvbEcpRxFrameCount OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
  SYNTAX	Counter32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The evbECPRxFrameCount is the number
                  of frames received since ECP was instanciated."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbObjects(1) ieee8021BridgeEvbSChannelObjects(3) ieee8021BridgeEvbEcpTable(4) ieee8021BridgeEvbEcpEntry(1) 8 }

.1.3.111.2.802.1.1.24.2
ieee8021BridgeEvbConformance OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) 2 }

.1.3.111.2.802.1.1.24.2.1
ieee8021BridgeEvbGroups OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) 1 }

.1.3.111.2.802.1.1.24.2.1.1
ieee8021BridgeEvbSysGroup OBJECT-GROUP
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The collection of objects used to represent a EVB
         management objects."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) ieee8021BridgeEvbGroups(1) 1 }

.1.3.111.2.802.1.1.24.2.1.3
ieee8021BridgeEvbSbpGroup OBJECT-GROUP
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The collection of objects used to represent a SBP
         management objects."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) ieee8021BridgeEvbGroups(1) 3 }

.1.3.111.2.802.1.1.24.2.1.4
ieee8021BridgeEvbVSIDBGroup OBJECT-GROUP
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The collection of objects used to represent a EVB VSI
         DB table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) ieee8021BridgeEvbGroups(1) 4 }

.1.3.111.2.802.1.1.24.2.1.5
ieee8021BridgeEvbUAPGroup OBJECT-GROUP
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The collection of objects used to represent a EVB UAP
         table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) ieee8021BridgeEvbGroups(1) 5 }

.1.3.111.2.802.1.1.24.2.1.6
ieee8021BridgeEvbCAPConfigGroup OBJECT-GROUP
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The collection of objects used to represent a EVB
         CAP management objects."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) ieee8021BridgeEvbGroups(1) 6 }

.1.3.111.2.802.1.1.24.2.1.7
ieee8021BridgeEvbsURPGroup OBJECT-GROUP
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The collection of objects used to represent a EVBS URP
         management objects."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) ieee8021BridgeEvbGroups(1) 7 }

.1.3.111.2.802.1.1.24.2.1.8
ieee8021BridgeEvbEcpGroup OBJECT-GROUP
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The collection of objects used to represent a EVB CAP
         management objects."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) ieee8021BridgeEvbGroups(1) 8 }

.1.3.111.2.802.1.1.24.2.2
ieee8021BridgeEvbCompliances OBJECT-TYPE
  -- FROM	IEEE8021-EVB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) 2 }

.1.3.111.2.802.1.1.24.2.2.1
ieee8021BridgeEvbbCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The compliance statement for devices supporting EVB
         as defined in IEEE 802.1Qbg."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) ieee8021BridgeEvbCompliances(2) 1 }

.1.3.111.2.802.1.1.24.2.2.2
ieee8021BridgeEvbsCompliance MODULE-COMPLIANCE
  -- FROM	IEEE8021-EVB-MIB
  DESCRIPTION	"The compliance statement for devices supporting EVBS
        as defined in IEEE 802.1Qbg."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021BridgeEvbMib(24) ieee8021BridgeEvbConformance(2) ieee8021BridgeEvbCompliances(2) 2 }

.1.3.111.2.802.1.1.26
ieee8021SpbMib MODULE-IDENTITY
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"802.1 SPB MIB"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) 26 }

.1.3.111.2.802.1.1.26.1
ieee8021SpbObjects OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) 1 }

.1.3.111.2.802.1.1.26.1.1
ieee8021SpbSys OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 1 }

.1.3.111.2.802.1.1.26.1.1.1
ieee8021SpbSysAreaAddress OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbAreaAddress
  SYNTAX	OCTET STRING (3) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The three byte IS-IS Area Address to join. Normally
         SPB will use area 00:00:00 however if SPB is being
         used in conjunction with IPV4/V6 it may operate
         using the IS-IS area address already in use.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbSys(1) 1 }

.1.3.111.2.802.1.1.26.1.1.2
ieee8021SpbSysId OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"SYS ID used for all SPB instances on this bridge.
         A six byte network wide unique identifier. This is
         defaulted to the Bridge Address initially but may
         be overridden.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbSys(1) 2 }

.1.3.111.2.802.1.1.26.1.1.3
ieee8021SpbSysControlAddr OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Group MAC that the ISIS control plane will use. SPB may
         use a number of different addresses for SPB Hello and
         LSP exchange. Section 27.2, 8.13.1.5 and Table 8-13 covers
         the different choices. The choices are as follows:
         01:80:C2:00:00:14 = All Level 1 Intermediate Systems
         01:80:C2:00:00:15 = All Level 2 Intermediate Systems
         09:00:2B:00:00:05 = All Intermediate Systems.
         01:80:C2:00:00:2E = All Provider Bridge Intermediate Systems.
         01:80:C2:00:00:2F = All Customer Bridge Intermediate Systems.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbSys(1) 3 }

.1.3.111.2.802.1.1.26.1.1.4
ieee8021SpbSysName OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Name to be used to refer to this SPB bridge. This is advertised
         in IS-IS and used for management."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbSys(1) 4 }

.1.3.111.2.802.1.1.26.1.1.5
ieee8021SpbSysBridgePriority OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbBridgePriority
  SYNTAX	OCTET STRING (2) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This is a 16 bit quantity which ranks this SPB Bridge
         relative to others when breaking ties. This priority
         is the high 16 bits of the Bridge Identifier. Its impact
         depends on the tie breaking algorithm. Recommend
         values 0..15 be assigned to core switches to ensure
         diversity of the ECT Algorithms."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbSys(1) 5 }

.1.3.111.2.802.1.1.26.1.1.6
ieee8021SpbmSysSPSourceId OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbmSPsourceId
  SYNTAX	OCTET STRING (3) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Shortest Path Source Identifier.
         It is the high order 3 bytes for Group Address DA from this
         bridge.
         Note that only the 20 bits not including the top 4 bits are
         the SPSourceID.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbSys(1) 6 }

.1.3.111.2.802.1.1.26.1.1.7
ieee8021SpbvSysMode OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMode
  SYNTAX	INTEGER {auto(1), manual(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indication of supporting SPBV mode
         auto(=1)/manual(=2)
         auto => enable SPBV mode and auto allocate SPVIDs.
         manual => enable SPBV mode and manually assign SPVIDs.
         This object is persistent."
  DEFVAL	{ auto }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbSys(1) 7 }

.1.3.111.2.802.1.1.26.1.1.8
ieee8021SpbmSysMode OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMode
  SYNTAX	INTEGER {auto(1), manual(2)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"Indication of supporting SPBM mode
         auto(=1)/manual(=2)
         auto => enable SPBM mode and auto allocate SPsourceID.
         manual => enable SPBM mode and manually assign SPsourceID.
         This object is persistent."
  DEFVAL	{ auto }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbSys(1) 8 }

.1.3.111.2.802.1.1.26.1.1.9
ieee8021SpbSysDigestConvention OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbDigestConvention
  SYNTAX	INTEGER {off(1), loopFreeBoth(2), loopFreeMcastOnly(3)} 
  MAX-ACCESS	read-write
  STATUS	current
  DESCRIPTION	"The Agreement Digest convention setting
         off(=1)/loopFreeBoth(=2)/loopFreeMcastOnly(=3)
         off => disable agreement digest checking in hellos
         loopFreeBoth => block unsafe group and individual
         traffic when digests disagree.
         loopFreeMcastOnly =>block unsafe group traffic when digests
         disagree.
         This object is persistent."
  DEFVAL	{ loopFreeBoth }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbSys(1) 9 }

.1.3.111.2.802.1.1.26.1.2
ieee8021SpbMtidStaticTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A Table of multiple logical topologies - MT."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 2 }

.1.3.111.2.802.1.1.26.1.2.1
ieee8021SpbMtidStaticTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbMtidStaticEntryMtid, ieee8021SpbTopIx }
  DESCRIPTION	"This table configures a MTID to a topology index. A
         topology index uniquely identifies a specific ISIS
         topology enabling multiple instances or multiple
         MTIDs within an instance."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbMtidStaticTable(2) 1 }

.1.3.111.2.802.1.1.26.1.2.1.1
ieee8021SpbMtidStaticEntryMtid OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ISIS Multi Topology Identifier MTID
         Each MTID defines logical topology and is used
         to enable multiple SPB instances within one ISIS instance."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbMtidStaticTable(2) ieee8021SpbMtidStaticTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.2.1.2
ieee8021SpbMTidStaticEntryMtidOverload OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"When set for this logical topology this bridge can only
         originate or terminate traffic. It cannot transit SPB
         encapsulated traffic. This is the IS-IS overload feature
         specific to an SPB IS-IS MTID logical topology.
         This object is persistent."
  DEFVAL	{ false }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbMtidStaticTable(2) ieee8021SpbMtidStaticTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.2.1.3
ieee8021SpbMtidStaticEntryRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object indicates the status of an entry, and is used
         to create/delete entries. This object is persistent.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbMtidStaticTable(2) ieee8021SpbMtidStaticTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.2.1.4
ieee8021SpbTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Unique identifier of this SPB topology
         This is index is allocated for this ISIS/MT instance.
         It is used as an index to most other SPB tables below and to
         select the exact ISIS instance and which MT instance together."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbMtidStaticTable(2) ieee8021SpbMtidStaticTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.3
ieee8021SpbTopIxDynamicTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This table is for SPB dynamic information. The dynamic
         information that is sent in this bridges Hellos."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 3 }

.1.3.111.2.802.1.1.26.1.3.1
ieee8021SpbTopIxDynamicTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbTopIxDynamicEntryTopIx }
  DESCRIPTION	"This table displays the digest information computed for this bridge.
         A bridge configures this information in MTID 0 only."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopIxDynamicTable(3) 1 }

.1.3.111.2.802.1.1.26.1.3.1.1
ieee8021SpbTopIxDynamicEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"ISIS-SPB Topology Index identifier
         Each Topology Index defines logical topology and is used
         to enable multiple SPB instances within several ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopIxDynamicTable(3) ieee8021SpbTopIxDynamicTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.3.1.2
ieee8021SpbTopIxDynamicEntryAgreeDigest OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbDigest
  SYNTAX	OCTET STRING (32) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The topology agreement digest value. Digest of all
         topology information, as in clause 28.4."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopIxDynamicTable(3) ieee8021SpbTopIxDynamicTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.3.1.3
ieee8021SpbTopIxDynamicEntryMCID OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMCID
  SYNTAX	OCTET STRING (51) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The MST Identifier MCID. The MCID is a digest of the
         VID to MSTID configuration table which determines the Base VIDs
         enabled for SPBV and SPBM."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopIxDynamicTable(3) ieee8021SpbTopIxDynamicTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.3.1.4
ieee8021SpbTopIxDynamicEntryAuxMCID OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMCID
  SYNTAX	OCTET STRING (51) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The aux MST Identifier for migration.
         Either MCID or AuxMCID must match for adjacency to form."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopIxDynamicTable(3) ieee8021SpbTopIxDynamicTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.4
ieee8021SpbEctStaticTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Equal Cost Tree (ECT)  static configuration table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 4 }

.1.3.111.2.802.1.1.26.1.4.1
ieee8021SpbEctStaticTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbEctStaticEntryTopIx, ieee8021SpbEctStaticEntryBaseVid }
  DESCRIPTION	"The Equal Cost Tree static configuration Table defines the
         ECT-ALGORITHM for the Base VID and if SPBV is used for the SPVID."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctStaticTable(4) 1 }

.1.3.111.2.802.1.1.26.1.4.1.1
ieee8021SpbEctStaticEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctStaticTable(4) ieee8021SpbEctStaticTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.4.1.2
ieee8021SpbEctStaticEntryBaseVid OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION VlanIdOrAny
  SYNTAX	Integer32 (1..4094 | 4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Base VID to use for this ECT-ALGORITHM.
         Traffic B-VID (SPBM) or Management VID (SPBV).
         A Base VID value of 4095 is a wildcard for any Base VID
         assigned to SPB operation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctStaticTable(4) ieee8021SpbEctStaticTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.4.1.3
ieee8021SpbEctStaticEntryEctAlgorithm OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbEctAlgorithm
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1x-"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"This identifies the tie-breaking algorithms used in
         Shortest Path Tree computation.  Values range from
         00-80-c2-01 to 00-80-c2-16 for 802.1 for each
         the 16 ECT behaviors. The default is 00-80-c2-01
         the LowPATHID.
         This object is persistent."
  DEFVAL	{ \"00-80-c2-01\" }
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctStaticTable(4) ieee8021SpbEctStaticTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.4.1.4
ieee8021SpbvEctStaticEntrySpvid OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION VlanIdOrNone
  SYNTAX	Integer32 (0 | 1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"If SPBV mode this is the VID originating from this bridge.
         This input is ignored if ieee8021SpbvSysMode is auto(1),
         but the output always returns the SPVID in use.
         Otherwise in SPBM this is empty, should be set = 0.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctStaticTable(4) ieee8021SpbEctStaticTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.4.1.5
ieee8021SpbEctStaticEntryRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object indicates the status of an entry, and is used
         to create/delete entries.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctStaticTable(4) ieee8021SpbEctStaticTableEntry(1) 5 }

.1.3.111.2.802.1.1.26.1.5
ieee8021SpbEctDynamicTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing Data about the ECT behavior on this bridge"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 5 }

.1.3.111.2.802.1.1.26.1.5.1
ieee8021SpbEctDynamicTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbEctDynamicEntryTopIx, ieee8021SpbEctDynamicEntryBaseVid }
  DESCRIPTION	"This table can be used to check that neighbor bridges are
         using the same ECT Algorithm."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctDynamicTable(5) 1 }

.1.3.111.2.802.1.1.26.1.5.1.1
ieee8021SpbEctDynamicEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctDynamicTable(5) ieee8021SpbEctDynamicTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.5.1.2
ieee8021SpbEctDynamicEntryBaseVid OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Base VID being queried. Base VID
         define the mode in the VID to MSTID table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctDynamicTable(5) ieee8021SpbEctDynamicTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.5.1.3
ieee8021SpbEctDynamicEntryMode OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbEctMode
  SYNTAX	INTEGER {disabled(1), spbm(2), spbv(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Operating mode of this Base VID.
         SPBM (=2), SPBV (=3), or disabled or none (1)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctDynamicTable(5) ieee8021SpbEctDynamicTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.5.1.4
ieee8021SpbEctDynamicEntryLocalUse OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates the ECT is in use locally
         (True/False) for this Base Vid. ECTs may be defined before
         services are assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctDynamicTable(5) ieee8021SpbEctDynamicTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.5.1.5
ieee8021SpbEctDynamicEntryRemoteUse OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This value indicates the remote ECT is in use
         (True/False) for this Base Vid. ECTs may be defined before
         services are assigned."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctDynamicTable(5) ieee8021SpbEctDynamicTableEntry(1) 5 }

.1.3.111.2.802.1.1.26.1.5.1.6
ieee8021SpbEctDynamicEntryIngressCheckDiscards OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The number of SA check failures on this ECT VID
         This is referred to as the ingress check and this
         counter increments whenever a packet is discarded
         for this VID because it has not come from an
         interface which is on the shortest path to its SA."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbEctDynamicTable(5) ieee8021SpbEctDynamicTableEntry(1) 6 }

.1.3.111.2.802.1.1.26.1.6
ieee8021SpbAdjStaticTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A table containing the SPB configuration data for a neighbor"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 6 }

.1.3.111.2.802.1.1.26.1.6.1
ieee8021SpbAdjStaticTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbAdjStaticEntryTopIx, ieee8021SpbAdjStaticEntryIfIndex }
  DESCRIPTION	"This table can be used to display the interfaces and metrics
         of a neighbor bridge."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjStaticTable(6) 1 }

.1.3.111.2.802.1.1.26.1.6.1.1
ieee8021SpbAdjStaticEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjStaticTable(6) ieee8021SpbAdjStaticTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.6.1.2
ieee8021SpbAdjStaticEntryIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The System interface/index which defines this
         adjacency. A value of 0 is a wildcard for any
         interface on which SPB Operation is supported."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjStaticTable(6) ieee8021SpbAdjStaticTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.6.1.3
ieee8021SpbAdjStaticEntryMetric OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbLinkMetric
  SYNTAX	Integer32 (1..16777215) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The ieee8021Spb metric (incremental cost) to this peer.
         The contribution of this link to total path cost.
         Recommended values are inversely proportional to link speed.
         Range is (1..16777215) where 16777215 (0xFFFFFF) is
         infinity; infinity signifies that the adjacency is
         UP, but is not to be used for traffic.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjStaticTable(6) ieee8021SpbAdjStaticTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.6.1.4
ieee8021SpbAdjStaticEntryIfAdminState OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbAdjState
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The administrative state of this interface/port.
         Up is the default.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjStaticTable(6) ieee8021SpbAdjStaticTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.6.1.5
ieee8021SpbAdjStaticEntryRowStatus OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)} 
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The object indicates the status of an entry, and is used
         to create/delete entries.
         This object is persistent."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjStaticTable(6) ieee8021SpbAdjStaticTableEntry(1) 5 }

.1.3.111.2.802.1.1.26.1.7
ieee8021SpbAdjDynamicTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The SPB neighbor dynamic information table."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 7 }

.1.3.111.2.802.1.1.26.1.7.1
ieee8021SpbAdjDynamicTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbAdjDynamicEntryTopIx, ieee8021SpbAdjDynamicEntryIfIndex, ieee8021SpbAdjDynamicEntryPeerSysId }
  DESCRIPTION	"This table is used to determine operational values of digests
         and interfaces of neighbor bridges."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) 1 }

.1.3.111.2.802.1.1.26.1.7.1.1
ieee8021SpbAdjDynamicEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.7.1.2
ieee8021SpbAdjDynamicEntryIfIndex OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION InterfaceIndexOrZero
  SYNTAX	Integer32 (0..2147483647) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"System interface/index which defines this adjacency
         A value of 0 is a wildcard for any interface
         on which SPB Operation is enabled."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.7.1.3
ieee8021SpbAdjDynamicEntryPeerSysId OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The SPB System Identifier of this peer. This is used to
         identify a neighbor uniquely."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.7.1.4
ieee8021SpbAdjDynamicEntryPort OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021BridgePortNumber
  SYNTAX	Unsigned32 (1..65535) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The port number to reach this adjacency."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.7.1.5
ieee8021SpbAdjDynamicEntryIfOperState OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbAdjState
  SYNTAX	INTEGER {up(1), down(2), testing(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The operational state of this port.
         up, down or testing (in test)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 5 }

.1.3.111.2.802.1.1.26.1.7.1.6
ieee8021SpbAdjDynamicEntryPeerSysName OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"IS-IS system name of peer.
         This is the ASCII name assigned to the bridge to aid
         management. It is the same as the ieee8021SpbSysName."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 6 }

.1.3.111.2.802.1.1.26.1.7.1.7
ieee8021SpbAdjDynamicEntryPeerAgreeDigest OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbDigest
  SYNTAX	OCTET STRING (32) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peer topology agreement digest value
         (all of the elements defined in clause 28.4).
         If it does not match this bridge's digest it indicates loss of
         synchronization."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 7 }

.1.3.111.2.802.1.1.26.1.7.1.8
ieee8021SpbAdjDynamicEntryPeerMCID OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMCID
  SYNTAX	OCTET STRING (51) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The peer MST Identifier MCID. The MCID is a digest of the
         VID to MSTID configuration table which determines the Base VIDs
         enabled for SPBV and SPBM."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 8 }

.1.3.111.2.802.1.1.26.1.7.1.9
ieee8021SpbAdjDynamicEntryPeerAuxMCID OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMCID
  SYNTAX	OCTET STRING (51) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The  peer auxiliary  MST Identifier. This MCID is
         used for migration."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 9 }

.1.3.111.2.802.1.1.26.1.7.1.10
ieee8021SpbAdjDynamicEntryLocalCircuitID OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value used by IS-IS to identify this adjacency locally."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 10 }

.1.3.111.2.802.1.1.26.1.7.1.11
ieee8021SpbAdjDynamicEntryPeerLocalCircuitID OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value used by peer IS-IS to identify this adjacency remotely."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 11 }

.1.3.111.2.802.1.1.26.1.7.1.12
ieee8021SpbAdjDynamicEntryPortIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value for this bridge which has been selected by
         IS-IS to form this adjacency if there is more than 1 candidate link."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 12 }

.1.3.111.2.802.1.1.26.1.7.1.13
ieee8021SpbAdjDynamicEntryPeerPortIdentifier OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The value for peer port Identifier selected by IS-IS
         to form this adjacency if there is more than 1 candidate link."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 13 }

.1.3.111.2.802.1.1.26.1.7.1.14
ieee8021SpbAdjDynamicEntryIsisCircIndex OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  SYNTAX	Unsigned32
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The isisCircTable reference. This allows cross referencing
         to an IS-IS MIB."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbAdjDynamicTable(7) ieee8021SpbAdjDynamicTableEntry(1) 14 }

.1.3.111.2.802.1.1.26.1.8
ieee8021SpbTopNodeTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of network specific bridge information."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 8 }

.1.3.111.2.802.1.1.26.1.8.1
ieee8021SpbTopNodeTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbTopNodeEntryTopIx, ieee8021SpbTopNodeEntrySysId }
  DESCRIPTION	"This table is used to display system level information about
         bridges in the network."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopNodeTable(8) 1 }

.1.3.111.2.802.1.1.26.1.8.1.1
ieee8021SpbTopNodeEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopNodeTable(8) ieee8021SpbTopNodeTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.8.1.2
ieee8021SpbTopNodeEntrySysId OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The IS-IS System ID of a bridge in the SPB
         LSP database and hence the network.
         A value of 0 is a wildcard for all System identifiers."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopNodeTable(8) ieee8021SpbTopNodeTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.8.1.3
ieee8021SpbTopNodeEntryBridgePriority OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbBridgePriority
  SYNTAX	OCTET STRING (2) 
  DISPLAY-HINT	"1x"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Bridge Priority of the bridge in the LSP database.
         This is a 16 bit quantity which ranks this SPB Bridge
         relative to others when breaking ties. This priority
         is the high 16 bits of the Bridge Identifier. Its impact
         depends on the tie breaking algorithm. Recommend
         values 0..15 be assigned to core switches to ensure
         diversity of the ECT Algorithms."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopNodeTable(8) ieee8021SpbTopNodeTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.8.1.4
ieee8021SpbmTopNodeEntrySPsourceID OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbmSPsourceId
  SYNTAX	OCTET STRING (3) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Shortest Path Source Identifier.
         It is the high order 3 bytes for Group Address DA from this
         bridge. Note that only the 20 bits not including the
         top 4 bits are the SPSourceID."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopNodeTable(8) ieee8021SpbTopNodeTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.8.1.5
ieee8021SpbTopNodeEntrySysName OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION SnmpAdminString
  SYNTAX	OCTET STRING (0..32) 
  DISPLAY-HINT	"255a"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The System Name. A Human readable name of this bridge
         This is used to aid in management and is used in
         place of the System identifier in many commands and displays."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopNodeTable(8) ieee8021SpbTopNodeTableEntry(1) 5 }

.1.3.111.2.802.1.1.26.1.9
ieee8021SpbTopEctTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Table of all ECT use in the network"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 9 }

.1.3.111.2.802.1.1.26.1.9.1
ieee8021SpbTopEctTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbTopEctEntryTopIx, ieee8021SpbTopEctEntrySysId, ieee8021SpbTopEctEntryBaseVid }
  DESCRIPTION	"This table lists bridges and the ECT Algorithms configured and in use."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEctTable(9) 1 }

.1.3.111.2.802.1.1.26.1.9.1.1
ieee8021SpbTopEctEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEctTable(9) ieee8021SpbTopEctTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.9.1.2
ieee8021SpbTopEctEntrySysId OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The system ID which is using a particular ECT.
         A value of 0 is a wildcard for all System identifiers."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEctTable(9) ieee8021SpbTopEctTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.9.1.3
ieee8021SpbTopEctEntryBaseVid OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION VlanIdOrAny
  SYNTAX	Integer32 (1..4094 | 4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Base VID related to this algorithm
         In the case of SPBM this is the B-VID that carries
         traffic for this ECT-ALGORITHM. In the case of SPBV
         this is the Base-VID used for management.
         A Base VID value of 4095 is a wildcard for any Base VID
         assigned to SPB operation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEctTable(9) ieee8021SpbTopEctTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.9.1.4
ieee8021SpbTopEctEntryEctAlgorithm OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbEctAlgorithm
  SYNTAX	OCTET STRING (4) 
  DISPLAY-HINT	"1x-"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The ECT-ALGORITHM in use.
         A 32 bit number. The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances.; the upper 24 bits are an OUI
         and the lower 8 bits are an index. This creates a
         world-wide unique identity for the computation that
         will be using the VID thus ensuring consistency."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEctTable(9) ieee8021SpbTopEctTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.9.1.5
ieee8021SpbTopEctEntryMode OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbEctMode
  SYNTAX	INTEGER {disabled(1), spbm(2), spbv(3)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Operating mode : SPBM (=2) or SPBV (=3)"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEctTable(9) ieee8021SpbTopEctTableEntry(1) 5 }

.1.3.111.2.802.1.1.26.1.9.1.6
ieee8021SpbvTopEctSysMode OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMode
  SYNTAX	INTEGER {auto(1), manual(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Indication of supporting SPBV mode
         auto(=1)/manual(=2)
         auto => SPBV mode and auto allocate SPVIDs.
         manual => SPBV mode and manually assign SPVIDs."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEctTable(9) ieee8021SpbTopEctTableEntry(1) 6 }

.1.3.111.2.802.1.1.26.1.9.1.7
ieee8021SpbvTopEctEntrySpvid OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION VlanIdOrNone
  SYNTAX	Integer32 (0 | 1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"SPVID in V mode
         The VID this bridge will use to originate traffic
         using this ECT-ALGORITHM when running in SPBV mode."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEctTable(9) ieee8021SpbTopEctTableEntry(1) 7 }

.1.3.111.2.802.1.1.26.1.9.1.8
ieee8021SpbTopEctEntryLocalUse OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION TruthValue
  SYNTAX	INTEGER {true(1), false(2)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"Is this ECT-ALGORITHM in use locally by advertising
         bridge :- TRUE or FALSE. This is used to help with
         disruption-free migration between ECT-ALGORITHMs.
         Changes are only allowed if this flag is FALSE."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEctTable(9) ieee8021SpbTopEctTableEntry(1) 8 }

.1.3.111.2.802.1.1.26.1.10
ieee8021SpbTopEdgeTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"A Table of edges in network (not duplicated),
         but each link will appear as two entries, one
         ordered {near-far}, the other {far-near}."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 10 }

.1.3.111.2.802.1.1.26.1.10.1
ieee8021SpbTopEdgeTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbTopEdgeEntryTopIx, ieee8021SpbTopEdgeEntrySysIdNear, ieee8021SpbTopEdgeEntrySysIdFar }
  DESCRIPTION	"The table lists information about bridge edges (links)."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEdgeTable(10) 1 }

.1.3.111.2.802.1.1.26.1.10.1.1
ieee8021SpbTopEdgeEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEdgeTable(10) ieee8021SpbTopEdgeTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.10.1.2
ieee8021SpbTopEdgeEntrySysIdNear OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The System ID of near bridge (the bridge
         reporting the adjacency).
         A value of 0 is a wildcard for all System identifiers."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEdgeTable(10) ieee8021SpbTopEdgeTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.10.1.3
ieee8021SpbTopEdgeEntrySysIdFar OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The System ID of far bridge (the neighbor
         of the bridge reporting).
         A value of 0 is a wildcard for all System identifiers."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEdgeTable(10) ieee8021SpbTopEdgeTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.10.1.4
ieee8021SpbTopEdgeEntryMetricNear2Far OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbLinkMetric
  SYNTAX	Integer32 (1..16777215) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The metric used on this edge advertised by near end
         This is the raw value. If it is less than the
         MetricFar2Near (below), the MetricFar2Near is
         used as the SPF metric in both directions."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEdgeTable(10) ieee8021SpbTopEdgeTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.10.1.5
ieee8021SpbTopEdgeEntryMetricFar2Near OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbLinkMetric
  SYNTAX	Integer32 (1..16777215) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The metric used on this edge advertised by far end
         This is the raw value. If it is less than the
         MetricNear2Far (above), the MetricNear2Far is
         used as the SPF metric in both directions."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbTopEdgeTable(10) ieee8021SpbTopEdgeTableEntry(1) 5 }

.1.3.111.2.802.1.1.26.1.11
ieee8021SpbmTopSrvTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"All SPBM PBB encapsulated services in this network."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 11 }

.1.3.111.2.802.1.1.26.1.11.1
ieee8021SpbmTopSrvTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbmTopSrvEntryTopIx, ieee8021SpbmTopSrvEntrySysId, ieee8021SpbmTopSrvEntryIsid, ieee8021SpbmTopSrvEntryBaseVid, ieee8021SpbmTopSrvEntryMac }
  DESCRIPTION	"This table displays information about PBB services received
         in the LSP data base. The Service Identifier is associated with
         the MAC address and Base VID of the bridge that originates or
         terminates the service."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbmTopSrvTable(11) 1 }

.1.3.111.2.802.1.1.26.1.11.1.1
ieee8021SpbmTopSrvEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"Entry of one The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbmTopSrvTable(11) ieee8021SpbmTopSrvTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.11.1.2
ieee8021SpbmTopSrvEntrySysId OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The System identifier this service originates/terminates on.
         A value of 0 is a wildcard for all System identifiers."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbmTopSrvTable(11) ieee8021SpbmTopSrvTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.11.1.3
ieee8021SpbmTopSrvEntryIsid OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbServiceIdentifierOrAny
  SYNTAX	Unsigned32 (255..16777215) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"An ISID (service) originating/terminating on this bridge.
         A value of 0 is a wildcard for any ISID."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbmTopSrvTable(11) ieee8021SpbmTopSrvTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.11.1.4
ieee8021SpbmTopSrvEntryBaseVid OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION VlanIdOrAny
  SYNTAX	Integer32 (1..4094 | 4095) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The Base VID associated with this service. The Base VID determines
         the ECT Algorithm that is associated with this service.
         A Base VID value of 4095 is a wildcard for any Base VID
         assigned to SPB operation."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbmTopSrvTable(11) ieee8021SpbmTopSrvTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.11.1.5
ieee8021SpbmTopSrvEntryMac OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The MAC address associated with a service.
         An additional nodal MAC address by which an I-SID
         can be reached may be advertised, in which case
         traffic to this MAC follows a forwarding path identical
         to that taken to reach the corresponding SYSID (nodal) MAC.
         If no additional MAC is advertised this will be the SYSID MAC.
         A value of 0 is a wildcard for the MAC address."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbmTopSrvTable(11) ieee8021SpbmTopSrvTableEntry(1) 5 }

.1.3.111.2.802.1.1.26.1.11.1.6
ieee8021SpbmTopSrvEntryIsidFlags OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbIngressEgress
  SYNTAX	BITS {ingress(0), egress(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A pair of flags defining the attributes of this
         service.  These specify independently whether
         ingress frames to the SPBM region should be
         transmitted within it, and whether frames
         received from the SPBM region are required
         egress it."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbmTopSrvTable(11) ieee8021SpbmTopSrvTableEntry(1) 6 }

.1.3.111.2.802.1.1.26.1.12
ieee8021SpbvTopSrvTable OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The SPBV group services in this network"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) 12 }

.1.3.111.2.802.1.1.26.1.12.1
ieee8021SpbvTopSrvTableEntry OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  MAX-ACCESS	not-accessible
  STATUS	current
  INDEX		{ ieee8021SpbvTopSrvEntryTopIx, ieee8021SpbvTopSrvEntrySysId, ieee8021SpbvTopSrvEntryMMac }
  DESCRIPTION	"This table displays information about SPBV group address.
         The group address is a associated with MAC address and Base
         VID of the bridge that originates or terminates the service."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbvTopSrvTable(12) 1 }

.1.3.111.2.802.1.1.26.1.12.1.1
ieee8021SpbvTopSrvEntryTopIx OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021SpbMTID
  SYNTAX	Unsigned32
  DISPLAY-HINT	"d"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The ISIS Topology Index identifier to which this
         instance belongs. Each Topology Index defines logical topology
         and is used to enable multiple SPB instances within several
         ISIS instances."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbvTopSrvTable(12) ieee8021SpbvTopSrvTableEntry(1) 1 }

.1.3.111.2.802.1.1.26.1.12.1.2
ieee8021SpbvTopSrvEntrySysId OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"The System identifier advertising this group address.
         A value of 0 is a wildcard for all System identifiers."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbvTopSrvTable(12) ieee8021SpbvTopSrvTableEntry(1) 2 }

.1.3.111.2.802.1.1.26.1.12.1.3
ieee8021SpbvTopSrvEntryMMac OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION MacAddress
  SYNTAX	OCTET STRING (6) 
  DISPLAY-HINT	"1x:"
  MAX-ACCESS	not-accessible
  STATUS	current
  DESCRIPTION	"This Group MAC address entry.
         A value of 0 is a wildcard for any Group MAC address."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbvTopSrvTable(12) ieee8021SpbvTopSrvTableEntry(1) 3 }

.1.3.111.2.802.1.1.26.1.12.1.4
ieee8021SpbvTopSrvEntryBaseVid OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION VlanId
  SYNTAX	Integer32 (1..4094) 
  DISPLAY-HINT	"d"
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"The Base VID associated with this service. The Base VID determines
         the ECT Algorithm that is associated with this service."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbvTopSrvTable(12) ieee8021SpbvTopSrvTableEntry(1) 4 }

.1.3.111.2.802.1.1.26.1.12.1.5
ieee8021SpbvTopSrvEntryMMacFlags OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
  -- TEXTUAL CONVENTION IEEE8021PbbIngressEgress
  SYNTAX	BITS {ingress(0), egress(1)} 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"A pair of {ingress, egress} flags for this
         Group Address, defining transmit/receive or both. This enables
         filtering of Group addresses to interwork with MMRP."
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbObjects(1) ieee8021SpbvTopSrvTable(12) ieee8021SpbvTopSrvTableEntry(1) 5 }

.1.3.111.2.802.1.1.26.2
ieee8021SpbConformance OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) 2 }

.1.3.111.2.802.1.1.26.2.1
ieee8021SpbGroups OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) 1 }

.1.3.111.2.802.1.1.26.2.1.1
ieee8021SpbSysGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbSys"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 1 }

.1.3.111.2.802.1.1.26.2.1.2
ieee8021SpbMtidStaticTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbMtidStaticTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 2 }

.1.3.111.2.802.1.1.26.2.1.3
ieee8021SpbTopIxDynamicTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbTopIxDynamicTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 3 }

.1.3.111.2.802.1.1.26.2.1.4
ieee8021SpbEctStaticTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbEctStaticTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 4 }

.1.3.111.2.802.1.1.26.2.1.5
ieee8021SpbEctDynamicTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbEctDynamicTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 5 }

.1.3.111.2.802.1.1.26.2.1.6
ieee8021SpbAdjStaticTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbAdjStaticTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 6 }

.1.3.111.2.802.1.1.26.2.1.7
ieee8021SpbAdjDynamicTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbAdjDynamicTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 7 }

.1.3.111.2.802.1.1.26.2.1.8
ieee8021SpbTopNodeTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbTopNodeTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 8 }

.1.3.111.2.802.1.1.26.2.1.9
ieee8021SpbTopEctTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbTopEctTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 9 }

.1.3.111.2.802.1.1.26.2.1.10
ieee8021SpbTopEdgeTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbTopEdgeTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 10 }

.1.3.111.2.802.1.1.26.2.1.11
ieee8021SpbmTopSrvTableGroupSPBM OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbmTopSrvTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 11 }

.1.3.111.2.802.1.1.26.2.1.12
ieee8021SpbSysGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbSys"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 12 }

.1.3.111.2.802.1.1.26.2.1.13
ieee8021SpbMtidStaticTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbMtidStaticTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 13 }

.1.3.111.2.802.1.1.26.2.1.14
ieee8021SpbTopIxDynamicTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbTopIxDynamicTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 14 }

.1.3.111.2.802.1.1.26.2.1.15
ieee8021SpbEctStaticTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbEctStaticTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 15 }

.1.3.111.2.802.1.1.26.2.1.16
ieee8021SpbEctDynamicTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbEctDynamicTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 16 }

.1.3.111.2.802.1.1.26.2.1.17
ieee8021SpbAdjStaticTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbAdjStaticTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 17 }

.1.3.111.2.802.1.1.26.2.1.18
ieee8021SpbAdjDynamicTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbAdjDynamicTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 18 }

.1.3.111.2.802.1.1.26.2.1.19
ieee8021SpbTopNodeTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbTopNodeTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 19 }

.1.3.111.2.802.1.1.26.2.1.20
ieee8021SpbTopEctTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbTopEctTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 20 }

.1.3.111.2.802.1.1.26.2.1.21
ieee8021SpbTopEdgeTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbTopEdgeTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 21 }

.1.3.111.2.802.1.1.26.2.1.22
ieee8021SpbvTopSrvTableGroupSPBV OBJECT-GROUP
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"The collection of objects used to represent ieee8021SpbvTopSrvTable"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbGroups(1) 22 }

.1.3.111.2.802.1.1.26.2.2
ieee8021SpbCompliances OBJECT-TYPE
  -- FROM	IEEE8021-SPB-MIB
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) 2 }

.1.3.111.2.802.1.1.26.2.2.1
ieee8021SpbComplianceSPBM MODULE-COMPLIANCE
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"Compliance to IEEE 802.1 SPBM mode"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbCompliances(2) 1 }

.1.3.111.2.802.1.1.26.2.2.2
ieee8021SpbComplianceSPBV MODULE-COMPLIANCE
  -- FROM	IEEE8021-SPB-MIB
  DESCRIPTION	"Compliance to IEEE 802.1 SPBV mode"
::= { iso(1) org(3) ieee(111) standards-association-numbers-series-standards(2) lan-man-stds(802) ieee802dot1(1) ieee802dot1mibs(1) ieee8021SpbMib(26) ieee8021SpbConformance(2) ieee8021SpbCompliances(2) 2 }

